invoke.texi: Document -print-multiarch.
[official-gcc.git] / ChangeLog
blobd1302b318ef899d08344b5a52336cd7f214aac42
1 2012-11-13  Richard Henderson  <rth@redhat.com>
3         * configure.ac: Move libsanitizer logic to subdirectory.
4         * configure: Regenerate.
6 2012-11-13  Dodji Seketeli  <dodji@redhat.com>
8         * configure.ac: Enable libsanitizer just on x86 linux for now.
9         * configure: Re-generate.
11 2012-11-13  David Edelsohn  <dje.gcc@gmail.com>
13         * configure.ac: Disable libsanitizer on AIX. Merge libquadmath
14         sections.
15         * configure: Regenerate.
17 2012-11-13  Hans-Peter Nilsson  <hp@axis.com>
19         * configure.ac: Add section for configdirs for libsanitizer.
20         Disable for cris-*-* and mmix-*-*.
21         * configure: Regenerate.
23 2012-11-12  Wei Mi <wmi@google.com>
25         * configure.ac: Add libsanitizer to target_libraries.
26         * Makefile.def: Ditto.
27         * configure: Regenerate.
28         * Makefile.in: Regenerate.
29         * libsanitizer: New directory for asan runtime.  Contains an empty
30         tsan directory.
32 2012-11-03  Corinna Vinschen  <corinna@vinschen.de>
34         * configure.ac (FLAGS_FOR_TARGET,target=cygwin): Fix for building
35         against Mingw64 w32api.
36         * configure: Regenerate.
38 2012-11-03  H.J. Lu  <hongjiu.lu@intel.com>
40         * configure: Regenerated.
42 2012-11-03  Robert Mason  <rbmj@verizon.net>
44         * configure.ac: add --disable-libstdcxx configure option
45         and handle defaulted state only for VxWorks, ARM-wince-pe and AVR.
47 2012-10-30 Ganesh Gopalasubramanian  <Ganesh.Gopalasubramanian@amd.com>
49         * MAINTAINERS (Write After Approval): Add myself.
51 2012-10-26  James Greenhalgh  <james.greenhalgh@arm.com>
53         * MAINTAINERS (Write After Approval): Add myself.
55 2012-10-24  Sharad Singhai  <singhai@google.com>
57         * MAINTAINERS (Write After Approval): Add myself.
59 2012-10-24  Eric Christopher  <echristo@gmail.com>
61         * MAINTAINERS: Update email address.
63 2012-10-23  Eric Botcazou  <ebotcazou@adacore.com>
65         PR bootstrap/54820
66         * configure.ac (have_static_libs): Force 'no' for GCC version < 4.5.
67         * configure: Regenerate.
69 2012-10-23  Richard Earnshaw  <rearnsha@arm.com>
71         * MAINTAINERS (aarch64): Add Marcus and myself.
73 2012-10-22  Eric Botcazou  <ebotcazou@adacore.com>
75         PR bootstrap/54820
76         * Makefile.tpl (STAGE1_FLAGS_TO_PASS): New variable.
77         (all-[+prefix+][+module+]): Pass stage1_args to sub-makes.
78         (all-stage[+id+]-[+prefix+][+module+]): Likewise, if prev is false.
79         (clean-stage[+id+]-[+prefix+][+module+]): Likewise, if prev is false.
80         (host_modules): Set stage1_args to STAGE1_FLAGS_TO_PASS.
81         * Makefile.in: Regenerate.
82         * configure.ac (have_static_libs): New variable and associated check.
83         (stage1-ldflags): Move to after stage1_libs and set to -static-libstdc++
84         -static-libgcc if stage1_libs is empty and have_static_libs is yes.
85         * configure: Regenerate.
87 2012-10-10  Richard Biener  <rguenther@suse.de>
89         * MAINTAINERS: Adjust for changed surname.
91 2012-10-04  Lawrence Crowl  <crowl@google.com>
93         * MAINTAINERS (Write After Approval): Add myself.
95 2012-10-01  Cary Coutant  <ccoutant@google.com>
97         * MAINTAINERS: Add myself as dwarf debugging code maintainer.
99 2012-09-28  Ian Lance Taylor  <iant@google.com>
101         * Makefile.def: Make all-target-libgo depend on
102         all-target-libbacktrace.
103         * Makefile.in: Rebuild.
105 2012-09-26  Ian Lance Taylor  <iant@google.com>
107         * Makefile.def: Make all-gcc depend on all-libbacktrace.
108         * Makefile.in: Rebuild.
110 2012-09-20  Walter Lee  <walt@tilera.com>
112         * configure.ac: Add tilegx to list of targets that support gold.
113         * configure: Regenerate.
115 2012-09-20  Marek Polacek  <polacek@redhat.com>
117         * MAINTAINERS (Write After Approval): Add myself.
119 2012-09-19  Steve Ellcey  <sellcey@mips.com>
121         * configure.ac: Add mips*-mti-elf* target.
122         * configure: Regenerate.
124 2012-09-17  Ian Lance Taylor  <iant@google.com>
126         * MAINTAINERS (Various Maintainers): Add libbacktrace.
127         * configure.ac (host_libs): Add libbacktrace.
128         (target_libraries): Add libbacktrace.
129         * Makefile.def (host_modules): Add libbacktrace.
130         (target_modules): Likewise.
131         * configure, Makefile.in: Rebuild.
133 2012-09-14  David Edelsohn  <dje.gcc@gmail.com>
135         PR target/38607
136         Merge upstream change.
137         * libtool.m4 (_LT_COMPILER_PIC): Add -fPIC to GCC and GXX for AIX.
139         * configure.ac: Add target-libquadmath to noconfigdirs for AIX.
140         Add libgomp*.o to compare_exclusions for AIX.
141         * configure: Regenerate.
143 2012-09-06  Diego Novillo  <dnovillo@google.com>
145         * configure.ac: Bump minimum GMP version to 4.2.3.
146         * configure: Re-generate.
148 2012-09-05  Georg-Johann Lay  <avr@gjlay.de>
150         PR target/54461
151         * configure.ac (noconfigdirs,target=avr-*-*): Add target-newlib,
152         target-libgloss if not configured --with-avrlibc=no.
153         * configure: Regenerate.
155 2012-09-04  Jason Merrill  <jason@redhat.com>
157         * configure.ac: Fix --enable-languages=all.
159 2012-09-04  Christophe Lyon  <christophe.lyon@st.com>
161         * MAINTAINERS (Write After Approval): Add myself.
163 2012-09-03  Richard Guenther  <rguenther@suse.de>
165         PR bootstrap/54138
166         * configure.ac: Re-organize ISL / CLOOG checks to allow
167         disabling with either --without-isl or --without-cloog.
168         * configure: Regenerated.
170 2012-09-03  Georg-Johann Lay  <avr@gjlay.de>
172         * configure.ac (noconfigdirs,target=avr): Add target-libquadmath.
173         * configure: Regenerate.
175 2012-08-27  Ulrich Drepper  <drepper@gmail.com>
177         * MAINTAINERS: Fix my email address.
179 2012-08-26  H.J. Lu  <hongjiu.lu@intel.com>
181         PR binutils/4970
182         * Makefile.def (host_modules): Rmove lib_path=.libs from bfd
183         and opcodes.
184         * Makefile.in: Regenerated.
186 2012-08-26  Art Haas <ahaas@impactweather.com>
188         * configure: Regenerate.
190 2012-08-25  Křištof Želechovski <giecrilj@stegny.2a.pl>
192         * INSTALL/README: Also refer to the online installation
193         instructions.
195 2012-08-21  Hariharan Sandanagobalane <hariharan.gcc@gmail.com>
197         * MAINTAINERS (Write After Approval): Add myself.
198         (Picochip port): Remove myself.
200 2012-08-14   Diego Novillo  <dnovillo@google.com>
202         Merge from cxx-conversion branch.
204         * Makefile.tpl (STAGE[+id+]_CXXFLAGS): Remove
205         POSTSTAGE1_CONFIGURE_FLAGS.
206         * Makefile.in: Regenerate.
207         * configure.ac (ENABLE_BUILD_WITH_CXX): Remove.  Update all users.
208         Force C++ when bootstrapping.
209         * configure: Regenerate.
211 2012-07-24  Jan-Benedict Glaw  <jbglaw@lug-owl.de>
213         * MAINTAINERS (Write After Approval): Add myself.
215 2012-07-16  Joseph Myers  <joseph@codesourcery.com>
217         * README: Document use of ranges of years in copyright notices.
219 2012-07-06  Richard Guenther  <rguenther@suse.de>
221         * Makefile.def (cloog): Pass $(HOST_GMPINC) and $(HOST_ISLINC)
222         as CPPFLAGS, pass path to built gmp as LDFLAGS, always use
223         --with-gmp=system.
224         * Makefile.in: Regenerated.
225         * configure: Likewise.
227 2012-07-06  Richard Guenther  <rguenther@suse.de>
229         * configure.ac (extra_isl_gmp_configure_flags): Initialize and subst.
230         * Makefile.def (isl): Use extra_isl_gmp_configure_flags and
231         supply V=1 as extra_make_flags.
232         * configure: Regenerated.
233         * Makefile.in: Likewise.
235 2012-07-04  Tristan Gingold  <gingold@adacore.com>
237         * configure: Regenerate.
239 2012-07-03  Richard Guenther  <rguenther@suse.de>
241         * Makfile.def (isl): Remove not necessary extra_exports and
242         extra_make_flags.
243         (cloog): Use $$CPPFLAGS instead of ${CPPFLAGS}.
244         * Makefile.in: Regenerated.
246 2012-07-03  Richard Guenther  <rguenther@suse.de>
248         * Makefile.def (cloog): Add V=1 to extra_make_flags.
249         * configure.ac: If either the ISL or the CLooG check failed
250         do not try to build in-tree versions.
251         * Makefile.in: Regenerated.
252         * configure: Regenerated.
254 2012-07-03  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
256         * configure: Regenerate.
258 2012-07-02  Janis Johnson  <janisjo@codesourcery.com>
260         * MAINTAINERS (Various Maintainers): Add myself as testsuite
261         maintainer.
263 2012-07-02  Richard Guenther  <rguenther@suse.de>
265         * configure: Regenerated.
267 2012-07-02  Richard Guenther  <rguenther@suse.de>
268         Michael Matz  <matz@suse.de>
269         Tobias Grosser <tobias@grosser.es>
270         Sebastian Pop <sebpop@gmail.com>
272         * Makefile.def: Add ISL host module, remove PPL host module.
273         Adjust ClooG host module to use the proper ISL.
274         * Makefile.tpl: Pass ISL include flags instead of PPL ones.
275         * configure.ac: Include config/isl.m4.  Add ISL host library,
276         remove PPL.  Remove PPL configury, add ISL configury, adjust
277         ClooG configury.
278         * Makefile.in: Regenerated.
279         * configure: Likewise.
281 2012-07-02  Richard Guenther  <rguenther@suse.de>
283         Merge from graphite branch
284         2011-07-21  Tobias Grosser  <tobias@grosser.es>
286         * configure: Regenerated.
287         * config/cloog.m4: Remove support for CLooG-ppl and CLooG-parma,
288         both cloog.org and legacy versions. The only supported version will
289         be CLooG with the isl backend.
291         2011-07-21  Tobias Grosser  <tobias@grosser.es>
293         * configure: Regenerated.
294         * configure.ac: Require cloog isl 0.17.0
296         2011-07-21  Tobias Grosser  <tobias@grosser.es>
298         * configure: Regenerated.
299         * config/cloog.m4: Do not define CLOOG_ORG
301 2012-06-29  Steven Bosscher  <steven@gcc.gnu.org>
303         * configure.ac: Skip C if explicitly selected.
304         * configure: Regenerate.
306 2012-06-28  Christophe Lyon <christophe.lyon@st.com>
308         * configure.ac (CFLAGS_FOR_TARGET, CXXFLAGS_FOR_TARGET): Make sure
309         they contain -O2.
310         * configure: Regenerate.
312 2012-06-25  Richard Sandiford  <rdsandiford@googlemail.com>
314         PR debug/53740
315         * df.h, df-problems.c, dce.c: Revert last patch.
317 2012-06-25  Iain Sandoe  <iain@codesourcery.com>
319         * MAINTAINERS (Write After Approval): Update my email address.
321 2012-06-21  Meador Inge  <meadori@codesourcery.com>
323         * MAINTAINERS (Write After Approval): Add myself.
325 2012-06-20  Jason Merrill  <jason@redhat.com>
327         * Makefile.tpl (check-target-libgomp-c++): New.
328         (check-target-libitm-c++): New.
329         * Makefile.def (c++): Add them.
330         * Makefile.in: Regenerate.
332 2012-05-29  Edmar Wienskoski  <edmar@freescale.com>
334         * MAINTAINERS (Write After Approval): Add myself.
336 2012-05-16  Olivier Hainque  <hainque@adacore.com>
338         * Makefile.tpl (gcc-no-fixedincludes): Rename into ...
339         (gcc-install-no-fixedincludes): Now forwarder to local target in gcc/
340         (install-no-fixedincludes): Adjust accordingly.
341         * Makefile.in: Regenerate.
343 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
345         Merge upstream change
346         * libtool.m4 (_LT_ENABLE_LOCK): Support x32.
348 2012-05-14  Marc Glisse  <marc.glisse@inria.fr>
350         * MAINTAINERS (Write After Approval): Add myself.
352 2012-05-09  Nick Clifton  <nickc@redhat.com>
353             Paul Smith  <psmith@gnu.org>
355         PR bootstrap/50461
356         * configure.ac (mpfr-dir): When using in-tree MPFR sources
357         allow for the fact that from release v3.1.0 of MPFR the source
358         files were moved into a src sub-directory.
359         * configure: Regenerate.
361 2012-05-07  Janne Blomqvist  <jb@gcc.gnu.org>
363         * configure.ac: Bump minimum MPFR version to 2.4.0.
364         * configure: Regenerated.
366 2012-05-01  Richard Henderson  <rth@redhat.com>
368         * Makefile.def (libatomic): New target_module.
369         * configure.ac (target_libraries): Add libatomic.
370         (noconfigdirs): Check if libatomic is supported.
371         * Makefile.in, configure: Rebuild.
373 2012-05-01  Greta Yorsh  <Greta.Yorsh@arm.com>
375         * MAINTAINERS (Write After Approval): Add myself.
377 2012-04-25  Joel Brobecker  <brobecker@adacore.com>
379         * config.sub: Update to 2012-04-18 version from official repo.
381 2012-04-24  Naveen H.S  <naveen.S@kpitcummins.com>
383         * MAINTAINERS (Write After Approval): Add myself.
385 2012-04-11  Steve Ellcey  <sellcey@mips.com>
387         * MAINTAINERS: Changed email address.
389 2012-03-28  Georg-Johann Lay  <avr@gjlay.de>
391         PR target/52737
392         * contrib/gcc_update (files_and_dependencies):
393         Remove gcc/config/avr/t-multilib from touch data.
395 2012-03-14  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
397         * MAINTAINERS (OS Port Maintainers): Remove irix.
398         * configure.ac (enable_libgomp): Remove *-*-irix6*.
399         (unsupported_languages): Remove mips-sgi-irix6.*.
400         (noconfigdirs): Don't add ${libgcj} for mips*-*-irix6*.
401         (with_stabs): Remove.
402         * configure: Regenerate.
404 2012-03-12  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
406         * MAINTAINERS (OS Port Maintainers): Remove osf.
407         * configure.ac (enable_libgomp): Remove *-*-osf*.
408         (with_stabs): Remove alpha*-*-osf*.
409         * configure: Regenerate.
411 2012-03-05  Tristan Gingold  <gingold@adacore.com>
413         * configure.ac: Enable gdb and readline for ia64*-*-*vms*.
414         * configure: Regenerate.
416 2012-02-17  Walter Lee  <walt@tilera.com>
418         * MAINTAINERS: (Write After Approval): Delete myself.
420 2012-02-14  Walter Lee  <walt@tilera.com>
422         * MAINTAINERS (tilegx port): Add myself.
423         (tilepro port): Add myself.
424         (Write After Approval): Add myself.
426 2012-02-12  Gerald Pfeifer  <gerald@pfeifer.com>
428         * MAINTAINERS (Various Maintainers): Add Diego Novillo, Gerald Pfeifer
429         and Joseph Myers as docstring relicensing maintainers.
431 2012-02-09  Bin Cheng  <bin.cheng@arm.com>
433         * MAINTAINERS (write-after-approval): Add myself.
435 2012-02-08  Ira Rosen <irar@il.ibm.com>
437         * MAINTAINERS (Various Maintainers): Remove myself as auto-vectorizer
438         maintainer.
440 2012-02-04  Venkataramanan Kumar  <venkataramanan.kumar@amd.com>
442         * MAINTAINERS (Write After Approval): Move myself to
443         maintain alphabetical order.
445 2012-02-03  Venkataramanan Kumar  <venkataramanan.kumar@amd.com>
447         * MAINTAINERS (Write After Approval): Add myself.
449 2012-02-02  Jayant R Sonar <jayant.sonar@kpitcummins.com>
451         * MAINTAINERS (Write After Approval): Add myself.
453 2012-02-02  Sumanth G <sumanth.gundapaneni@kpitcummins.com>
454             Jayant R Sonar <jayant.sonar@kpitcummins.com>
456         * configure.ac (cr16-*-*): Remove nonconfigdirs.
457         * configure: Regenerate.
459 2012-01-23  Harshit Chopra  <harshit@google.com>
461         * MAINTAINERS (Write After Approval): Add myself.
463 2012-01-22  Douglas B Rupp  <rupp@ngnat.com>
465         * configure.ac: Remove reference to mh-interix.
466         * configure: Regenerate.
468 2012-01-05  Richard Henderson  <rth@redhat.com>
470         PR bootstrap/51072
471         * configure.ac: Disable libitm if c++ is not enabled.
472         * configure: Rebuild.
474         * configure.ac: Fix regexp for same.
475         * configure: Rebuild.
477 2012-01-02  Balaji V. Iyer  <bviyer@gmail.com>
479         * MAINTAINERS (Write After Approval): Add myself.
481 2012-01-02  Richard Guenther  <rguenther@suse.de>
483         PR bootstrap/51686
484         * Makefile.def (install-strip-gcc): Depend on install-strip-lto-plugin.
485         * Makefile.in: Regenerate.
487 2011-12-28  Oleg Endo <olegendo@gcc.gnu.org>
489         * MAINTAINERS (Write After Approval): Add myself.
491 2011-12-18  Eric Botcazou  <ebotcazou@adacore.com>
493         * configure: Regenerate.
495 2011-12-14  Hariharan Sandanagobalane  <hariharan.gcc@gmail.com>
497         * MAINTAINERS (picochip): Changed email address.
499 2011-11-30  Matthew Gretton-Dann  <matthew.gretton-dann@arm.com>
501         * MAINTAINERS (write-after-approval): Add self.
503 2011-11-29  DJ Delorie  <dj@redhat.com>
505         * configure.ac (rl78-*-*) New case.
506         * configure: Regenerate.
507         * MAINTAINERS: Add myself as RL78 maintainer.
509 2011-11-21  Eric Botcazou  <ebotcazou@libertysurf.fr>
511         * MAINTAINERS: Add self as co-maintainer of the Ada front end.
513 2011-11-21  Andreas Tobler  <andreast@fgznet.ch>
515         * libtool.m4: Additional FreeBSD 10 fixes.
517 2011-11-21  Joern Rennecke  <joern.rennecke@embecosm.com>
519         * MAINTAINERS: Move myself from Write After Approval to CPU Port
520         Maintainers section, as Epiphany maintainer.
522 2011-11-18  Iain Sandoe  <iains@gcc.gnu.org>
524         PR target/49992
525         * configure.ac: Remove ranlib special-casing for Darwin.
526         * configure: Regenerate.
528 2011-11-12  Andrey Belevantsev  <abel@ispras.ru>
530         * MAINTAINERS (Reviewers): Keep the list sorted.
532 2011-11-11  Andrey Belevantsev  <abel@ispras.ru>
534         * MAINTAINERS (Selective Scheduling): Add myself as a reviewer.
536 2011-11-09  Roland McGrath  <mcgrathr@google.com>
538         * configure.ac: Add tool checks for READELF and READELF_FOR_TARGET.
539         * configure: Rebuild.
540         * Makefile.def (flags_to_pass): Add READELF_FOR_TARGET.
541         * Makefile.tpl (READELF, READELF_FOR_TARGET): New variables.
542         (HOST_EXPORTS): Add READELF, READELF_FOR_TARGET.
543         (BASE_FLAGS_TO_PASS): Add READELF_FOR_TARGET.
544         (BASE_TARGET_EXPORTS, EXTRA_HOST_FLAGS, EXTRA_TARGET_FLAGS):
545         Add READELF.
546         * Makefile.in: Rebuild.
548 2011-11-09  Jason Merrill  <jason@redhat.com>
550         * Makefile.def (language=c++): Remove check-c++0x.
551         * Makefile.in (check-gcc-c++): Regenerate.
553 2011-11-08  Richard Henderson  <rth@redhat.com>
555         * configure.ac: Test for libitm directory present first.
557         * configure.ac: Adjust srcdir for running libitm/configure.tgt.
559         * configure.ac: Test libitm/configure.tgt to disable libitm.
560         * configure: Rebuild.
562 2011-11-07  Aldy Hernandez  <aldyh@redhat.com>
563             Richard Henderson  <rth@redhat.com>
565         Merged from transactional-memory.
567         * Makefile.def (lang_env_dependencies): libitm is c++.
568         Add libitm target module.
569         * configure.ac: Likewise.
570         * config/mmap.m4: New file.
571         * contrib/gcc_update: Add libitm to touch data.
572         * Makefile.in, configure: Rebuild.
574 2011-11-02  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
576         * Makefile.tpl (EXTRA_GCC_FLAGS): Remove LIBGCC2_CFLAGS,
577         LIBGCC2_DEBUG_CFLAGS, LIBGCC2_INCLUDES.
578         * Makefile.in: Regenerate.
580 2011-11-01  DJ Delorie  <dj@redhat.com>
582         * config.sub: Update to version 2011-10-29 (added rl78)
584 2011-10-27  Nick Clifton  <nickc@redhat.com>
586         * config.sub: Import these changes from the config project:
588         2011-10-08  Joern Rennecke <joern.rennecke@embecosm.com>
589             Ben Elliston  <bje@gnu.org>
591         * config.sub (epiphany): New.
593         2011-09-09  Linas Vepstas  <linasvepstas@gmail.com>
594             Ben Elliston  <bje@gnu.org>
596         * config.sub (hexagon, hexagon-*): New.
598         2011-08-23  Roland McGrath  <mcgrathr@google.com>
600         * config.sub: Rename 32eb to be32, 32el to le32, 64el to le64, and
601         64eb to be64.
603         2011-08-16  Roland McGrath  <mcgrathr@google.com>
605         * config.sub (32eb, 32el, 64eb, 64el): New (pseudo-)CPUs.
606         (nacl): Grok as alias for 32el-unknown-nacl.
608 2011-10-25  Kirill Yukhin  <kirill.yukhin@intel.com>
610         * MAINTAINERS (Write After Approval): Add myself.
612 2011-10-24  Teresa Johnson  <tejohnson@google.com>
614         * MAINTAINERS (Write After Approval): Add myself.
616 2011-09-21  Jakub Jelinek  <jakub@redhat.com>
618         * MAINTAINERS (sparc port): Remove myself.
620 2011-09-14  Tom de Vries  <tom@codesourcery.com>
622         * MAINTAINERS (Write After Approval): Add myself.
624 2011-08-14  Yao Qi  <yao@codesourcery.com>
626         * configure.ac (tic6x-*-*): Remove gdb from noconfigdirs.
627         * configure: Regenerate.
629 2011-07-26  Ian Lance Taylor  <iant@google.com>
631         * configure.ac: Set have_compiler based on whether gcc directory
632         exists, rather than on whether gcc is in configdirs.
633         * configure: Rebuild.
635 2011-07-21  Joseph Myers  <joseph@codesourcery.com>
637         * MAINTAINERS (Global Reviewers): Add self.
639 2011-07-20  David Edelsohn  <dje.gcc@gmail.com>
641         * Makefile.tpl (POSTSTAGE1_CONFIGURE_FLAGS): Add libsupc++ to
642         link directories.
643         * Makefile.in: Rebuild.
645 2011-07-20  Ian Lance Taylor  <iant@google.com>
647         PR bootstrap/49787
648         * configure.ac: Move --enable-bootstrap handling earlier in file.
649         If --enable-bootstrap and either --enable-build-with-cxx or
650         --enable-build-poststage1-with-cxx, enable C++ automatically.
651         * configure: Rebuild.
653 2011-07-19  Ian Lance Taylor  <iant@google.com>
655         * configure.ac: Add --enable-build-poststage1-with-cxx.  If set,
656         make C++ a boot_language.  Set and substitute
657         POSTSTAGE1_CONFIGURE_FLAGS.
658         * Makefile.tpl (POSTSTAGE1_CONFIGURE_FLAGS): New variable.
659         (STAGE[+id+]_CONFIGURE_FLAGS): Add $(POSTSTAGE1_CONFIGURE_FLAGS).
660         * configure, Makefile.in: Rebuild.
662 2011-07-19  Vladimir Makarov  <vmakarov@redhat.com>
664         * MAINTAINERS (Register Allocation): Move myself from reviewers to
665         maintainers.
667 2011-07-18  Jakub Jelinek  <jakub@redhat.com>
669         * MAINTAINERS (Global Reviewers): Add myself.
671 2011-07-18  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
673         * configure: Regenerate.
675 2011-07-16  Jason Merrill  <jason@redhat.com>
677         * Makefile.def (language=c++): Add check-c++0x and
678         check-target-libmudflap-c++.
679         * Makefile.tpl (check-target-libmudflap-c++): New.
680         * Makefile.in: Regenerate.
682 2011-07-16  Matthias Klose  <doko@ubuntu.com>
684         * Makefile.tpl (EXTRA_CONFIGARGS_LIBJAVA): Define.
685         * Makefile.def (target_modules/libjava): Pass
686         $(EXTRA_CONFIGARGS_LIBJAVA).
687         * configure.ac: Pass --disable-static in EXTRA_CONFIGARGS_LIBJAVA,
688         if not configured with --enable-static-libjava.
689         * Makefile.in: Regenerate.
690         * configure: Likewise.
692 2011-07-15  Jason Merrill  <jason@redhat.com>
694         * Makefile.in (check-c++): Move check-gcc-c++0x after
695         check-target-libstdc++-v3.
697 2011-07-15  Bernd Schmidt  <bernds@codesourcery.com>
699         * MAINTAINERS (c6x port): New entry.
701 2011-07-13  Jason Merrill  <jason@redhat.com>
703         * Makefile.in (check-gcc-c++0x): New.
704         (check-c++): Depend on it.
706 2011-07-07  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
708         PR target/39150
709         * configure.ac (i[3456789]86-*-solaris2*): Also accept
710         x86_64-*-solaris2.1[0-9]*.
711         * configure: Regenerate.
713 2011-06-29  Richard Sandiford  <rdsandiford@googlemail.com>
715         * MAINTAINERS (RTL optimizers): Add self.
717 2011-06-27  Gabriel Charette  <gchare@google.com>
719         * MAINTAINERS (Write After Approval): Add myself.
721 2011-06-22  Hans-Peter Nilsson  <hp@axis.com>
723         PR regression/47836
724         PR bootstrap/23656
725         PR other/47733
726         PR bootstrap/49247
727         PR c/48825
728         * configure.ac (target_libraries): Remove target-libiberty.
729         Remove case-statement setting skipdirs=target-libiberty for
730         multiple targets.  Remove checking target_configdirs and
731         removing target-libiberty but keeping target-libgcc if
732         otherwise empty.
733         * Makefile.def (target_modules): Don't add libiberty.
734         (dependencies): Remove all traces of target-libiberty.
735         * configure, Makefile.in: Regenerate.
737 2011-06-13  Walter Lee <walt@tilera.com>
739         * configure.ac (tilepro-*-*) New case.
740         (tilegx-*-*): Likewise.
741         * configure: Regenerate.
743 2011-06-06  Jing Yu  <jingyu@google.com>
745         * configure.ac: Skip target-libiberty for
746         arm*-*-linux-androideabi.
747         * configure: Regenerated.
749 2011-06-06  Nick Clifton  <nickc@redhat.com>
751         * config.sub: Sync from upstream.
753 2011-06-05  Nenad Vukicevic  <nenad@intrepid.com>
755         * MAINTAINERS (Write After Approval): Add myself.
757 2011-06-01  Daniel Jacobowitz  <drow@false.org>
759         * MAINTAINERS: Update my email address.
761 2011-05-27  Nathan Froyd  <froydnj@codesourcery.com>
763         * MAINTAINERS (Write After Approval): Update my email address.
765 2011-05-11  Paul Pluzhnikov  <ppluzhnikov@google.com>
767         * MAINTAINERS (Write After Approval): Add myself.
769 2011-05-08  Doug Kwan  <dougkwan@google.com>
771         * configure.ac: Propagate LDFLAGS_FOR_TARGET.
772         * configure: Regenerated.
773         * Makefile.tpl (LDFLAGS_FOR_TARGET): Use LDFLAGS_FOR_TARGET
774         value from configure.
775         * Makefile.in: Regenerated.
777 2011-05-05  Joseph Myers  <joseph@codesourcery.com>
779         * configure.ac (alpha*-dec-osf*, i[[3456789]]86-*-rdos*,
780         sh*-*-pe|mips*-*-pe|arm-wince-pe, sparc-*-sunos4*, *-*-aix*,
781         *-*-beos*, *-*-chorusos, *-*-dragonfly*, *-*-freebsd*, *-*-linux*
782         | *-*-gnu* | *-*-k*bsd*-gnu | *-*-kopensolaris*-gnu, *-*-lynxos*,
783         *-*-mingw*, *-*-netbsd*, *-*-netware*, *-*-tpf*, *-*-uclinux*,
784         *-*-vxworks*): Disable newlib and libgloss in separate case
785         statement.
786         (i[[3456789]]86-*-linux*): Move logic allowing newlib to be built
787         to separate case statement.
788         (*-*-chorusos, *-*-dragonfly*, *-*-freebsd*, *-*-netbsd*,
789         *-*-netware*, *-*-tpf*, *-*-uclinux*, *-*-vxworks*,
790         alpha*-dec-osf*, alpha*-*-linux*, am33_2.0-*-linux*, sh-*-linux*,
791         sh*-*-pe|mips*-*-pe|*arm-wince-pe, arm-*-coff, arm-*-elf* |
792         arm*-*-eabi*, arm*-*-linux-gnueabi, arm*-*-symbianelf*, avr-*-*,
793         bfin-*-*, cris-*-* | crisv32-*-*, frv-*-*, i[[3456789]]86-*-coff |
794         i[[3456789]]86-*-elf, i[[3456789]]86-w64-mingw*,
795         i[[3456789]]86-*-mingw*, x86_64-*-mingw*,
796         i[[3456789]]86-*-interix*, i[[3456789]]86-*-beos*,
797         i[[3456789]]86-*-rdos*, m32r-*-*,
798         m68hc11-*-*|m6811-*-*|m68hc12-*-*|m6812-*-*, m68k-*-elf*, m68*-*-*
799         | fido-*-*, powerpc-*-aix*, powerpc-*-beos*, powerpc-*-eabi,
800         powerpc-*-eabi* | powerpcle-*-eabi* | powerpc-*-rtems*,
801         rs6000-*-lynxos*, rs6000-*-aix*, mips*-*-linux*, sparclet-*-aout*
802         | sparc86x-*-*, sparc-*-elf*, sparc64-*-elf*, sparclite-*-*,
803         sparc-*-sunos4*, sparc-*-solaris* | sparc64-*-solaris* |
804         sparcv9-*-solaris*, *-*-linux* | *-*-gnu* | *-*-k*bsd*-gnu |
805         *-*-kopensolaris*-gnu, *-*-lynxos*, *-*-*): Don't disable newlib
806         and libgloss in main case over targets.  Remove most empty cases
807         in main case over targets.
808         * configure: Regenerate.
810 2011-05-04  Janis Johnson  <janisjo@codesourcery.com>
812         * MAINTAINERS (Write After Approval): Add myself.
814 2011-05-04  Joseph Myers  <joseph@codesourcery.com>
816         * configure.ac: Remove code setting special library locations for
817         hppa*64*-*-hpux11*.  Remove code setting compiler for
818         sparc-sun-solaris2*.
819         * configure: Regenerate.
821 2011-05-04  Joseph Myers  <joseph@codesourcery.com>
823         * configure.ac: Separate libgloss_dir settings from general case
824         over targets.
825         * configure: Regenerate.
827 2011-04-28  Joseph Myers  <joseph@codesourcery.com>
829         * configure.ac (*-*-dragonfly*, *-*-freebsd*, *-*-netbsd*,
830         alpha*-dec-osf*, alpha*-*-linux*, alpha*-*-*, sh-*-linux*,
831         arm-*-elf* | arm*-*-eabi*, arm*-*-linux-gnueabi, frv-*-*): Remove
832         cases in libgcj-disabling case statement.
833         (hppa*64*-*-linux*): Set unsupported_languages instead of
834         disabling target-zlib.
835         (hppa*64*-*-*): Restrict case in libgcj-disabling case statement
836         to hppa*64*-*-hpux*.
837         (hppa*-*-*): Restrict case in libgcj-disabling case statement to
838         hppa*-*-hpux*.
839         (ia64*-*-elf*, ia64*-**-hpux*, i[[3456789]]86-*-elf,
840         i[[3456789]]86-*-linux*, *-*-cygwin*, i[[3456789]]86-*-interix*,
841         i[[3456789]]86-*-solaris2*, m32r-*-*, m68k-*-elf*, m68*-*-* |
842         fido-*-*, powerpc-*-eabi, powerpc-*-eabi* | powerpcle-*-eabi* |
843         powerpc-*-rtems*, mips*-*-linux*, mips*-*-*, sh-*-* | sh64-*-*,
844         sparc-*-elf*, sparc64-*-elf*, sparc-*-solaris* |
845         sparc64-*-solaris* | sparcv9-*-solaris*, *-*-linux* | *-*-gnu* |
846         *-*-k*bsd*-gnu | *-*-kopensolaris*-gnu, *-*-*): Remove cases in
847         libgcj-disabling case statement.
848         * configure: Regenerate.
850 2011-04-28  Joseph Myers  <joseph@codesourcery.com>
852         * configure.ac: Disable Java for targets not supporting libffi.
853         (*-*-chorusos, *-*-kaos*, am33_2.0-*-linux*, sh*-*-pe|mips*-*-pe):
854         Remove cases in Java-disabling statement.
855         (*arm-wince-pe): Change to arm-wince-pe.
856         (arc-*-*, arm-*-coff, arm-*-pe*, arm-*-riscix*, avr-*-*): Remove
857         cases in Java-disabling statement.
858         (bfin-*-*): Don't disable Java again.
859         (c4x-*-* | tic4x-*-*, tic54x-*-*, cr16-*-*, d10v-*-*, d30v-*-*,
860         fr30-*-elf*, moxie-*-*, h8300*-*-*, h8500-*-*, hppa1.1-*-osf* |
861         hppa1.1-*-bsd*, hppa*-*-*elf* | hppa*-*-lites* | hppa*-*-openbsd*,
862         hppa*-*-pro*, i960-*-*, i[[3456789]]86-*-coff,
863         i[[3456789]]86-*-pe, i[[3456789]]86-*-sco3.2v5*,
864         i[[3456789]]86-*-sco*, i[[3456789]]86-*-sysv4*,
865         i[[3456789]]86-*-beos*, i[[3456789]]86-*-rdos*,
866         m68hc11-*-*|m6811-*-*|m68hc12-*-*|m6812-*-*): Remove cases in
867         Java-disabling statement.
868         (mmix-*-*): Don't disable Java again.
869         (mt-*-*, powerpc*-*-winnt* | powerpc*-*-pe*, powerpcle-*-solaris*,
870         powerpc-*-beos*, rs6000-*-lynxos*, rs6000-*-*, m68k-apollo-*,
871         microblaze*, mips*-sde-elf*, mips*-*-irix5*, mips*-*-bsd*,
872         sparclet-*-aout* | sparc86x-*-*, sparclite-*-*, sparc-*-sunos4*,
873         tic6x-*-*, v810-*-*, vax-*-*): Remove cases in Java-disabling
874         statement.
875         * configure: Regenerate.
877 2011-04-28  Joseph Myers  <joseph@codesourcery.com>
879         * configure.ac: Separate cases disabling Java and Java libraries
880         from general case over targets.
881         * configure: Regenerate.
883 2011-04-21  Jie Zhang  <jzhang918@gmail.com>
885         * MAINTAINERS: Update my email address.
887 2011-04-20  Easwaran Raman  <eraman@google.com>
889         * MAINTAINERS (Write After Approval): Add myself.
891 2011-04-18  Jack Howarth  <howarth@bromo.med.uc.edu>
893         PR lto/48086
894         * configure.ac: Re-enable LTO on *-apple-darwin9*.
895         * configure: Regenerate.
897 2011-04-16  Jim Meyering  <meyering@redhat.com>
899         * MAINTAINERS (Write After Approval): Add myself.
901 2011-04-15  Dodji Seketeli  <dodji@redhat.com>
903         * MAINTAINERS: Update my email address.
905 2011-04-13  Georg-Johann Lay  <avr@gjlay.de>
907         * MAINTAINERS (Write After Approval): Add myself.
909 2011-04-12  Yufeng Zhang  <yufeng.zhang@arm.com>
911         * MAINTAINERS (Write After Approval): Add myself.
913 2011-04-07  Stuart Henderson  <shenders@gcc.gnu.org>
915         * MAINTAINERS (Write After Approval): Add myself.
917 2011-04-06  Joseph Myers  <joseph@codesourcery.com>
919         * configure.ac (build_tools): Remove build-byacc.
920         (host_libs): Remove mmalloc.
921         (host_tools): Remove byacc make patch prms send-pr ash bash bzip2
922         autoconf automake libtool diff rcs fileutils shellutils time
923         textutils wdiff find uudecode hello tar gzip indent recode release
924         sed perl gawk findutils gettext zip.
925         (libgcj): Remove target-qthreads.
926         (target_tools): Remove target-examples target-gperf.
927         (YACC): Don't handle building byacc.
928         * configure: Regenerate.
929         * Makefile.def (ash, autoconf, automake, bash, byacc, bzip2, diff,
930         dosutils, examples, fileutils, find, findutils, gawk, gettext,
931         gnuserv, gperf, gzip, hello, indent, libtool, make, mmalloc,
932         patch, perl, prms, qthreads, rcs, recode, release, sed, send-pr,
933         shellutils, tar, textutils, time, uudecode, wdiff, zip): Don't
934         handle building components.
935         * Makefile.in: Regenerate.
937 2011-04-05  Sterling Augustine <augustine.sterling@gmail.com>
939         * MAINTAINERS: Update my email address as Xtensa maintainer.
941 2011-04-05  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
943         * config.sub: Sync from upstream.
945 2011-04-01  Joseph Myers  <joseph@codesourcery.com>
947         * configure.ac (avr-*-*): Add comment about why libssp is disabled.
948         (microblaze*): Don't disable libssp.
949         * configure: Regenerate.
951 2011-04-01  Joseph Myers  <joseph@codesourcery.com>
953         * configure.ac: Remove code setting CONFIG_SHELL, config_shell and
954         moveifchange.
955         * configure: Regenerate.
956         * Makefile.tpl: Use @SHELL@ not @config_shell@.
957         * Makefile.in: Regenerate.
959 2011-04-01  Joseph Myers  <joseph@codesourcery.com>
961         * configure.ac (*-*-sysv4*): Don't enable libgomp.
962         (alpha*-*-*vms*, i[[34567]]86-*-sco3.2v5*, mn10300-*-*,
963         powerpc-*-chorusos*, powerpc*-*-eabi*, powerpc*-*-sysv*,
964         powerpc*-*-kaos*, s390x-ibm-tpf*, sparc64-*-elf*, v850*-*-*,
965         xtensa*-*-elf*, *-*-beos*, *-*-elf*, *-*-netware*, *-*-rtems*,
966         *-*-sysv[[45]]*, *-*-vxworks*, *-wrs-windiss): Remove
967         md_exec_prefix cases.
968         * configure: Regenerate.
970 2011-04-01  Joseph Myers  <joseph@codesourcery.com>
972         * configure.ac: Separate cases disabling target-libssp,
973         target-libiberty, target-libstdc++-v3 and Fortran from general
974         case over targets.
975         * configure: Regenerate.
977 2011-04-01  Joseph Myers  <joseph@codesourcery.com>
979         * configure.ac (*-*-chorusos): Don't disable libgcj.
980         (*-*-freebsd[[12]] | *-*-freebsd[[12]].* | *-*-freebsd*aout*):
981         Remove case.
982         (*-*-kaos*): Don't disable GCC libraries, zlib or fastjar.
983         (arm-*-coff): Don't disable libgcj.
984         (arm*-*-linux-gnueabi): Remove useless assignment.
985         (arm-*-riscix*): Don't disable libgcj.
986         (bfin-*-*): Don't enable target-bsp and target-cygmon depending on
987         configuration.
988         (c4x-*-* | tic4x-*-*): Don't disable GCC libraries.
989         (c54x*-*-*): Remove case.
990         (tic54x-*-*): Don't disable GCC or GCC libraries.
991         (cris-*-* | crisv32-*-*): Don't handle *-*-aout.  Change *-*-elf
992         to *.
993         (d10v-*-*): Don't disable GCC libraries.
994         (d30v-*-*): Don't disable libgcj.
995         (h8500-*-*): Don't disable GCC libraries.
996         (i960-*-*): Don't disable libgcj.
997         (i[[3456789]]86-*-linux*): Don't handle *-*-*libc1*.
998         (i[[3456789]]86-*-sco3.2v5*, i[[3456789]]86-*-sco*,
999         i[[3456789]]86-*-sysv4*, i[[3456789]]86-*-beos*): Don't disable
1000         libgcj.
1001         (m68k-*-coff*): Remove case.
1002         (mmix-*-*): Don't disable libgloss on host.
1003         (mn10200-*-*, mn10300-*-*): Remove cases.
1004         (powerpc*-*-winnt* | powerpc*-*-pe*, powerpcle-*-solaris*,
1005         powerpc-*-beos*, m68k-apollo-*, mips*-*-irix5*, mips*-*-bsd*):
1006         Don't disable libgcj.
1007         (romp-*-*): Remove case.
1008         (sparclite-*-*, sparc-*-sunos4*): Don't disable libgcj.
1009         (sparc-*-solaris2.[[0-6]] | sparc-*-solaris2.[[0-6]].*): Remove
1010         case.
1011         (v810-*-*): Don't disable GCC libraries.
1012         (v850*-*-*, vax-*-vms, xtensa*-*-*): Remove cases.
1013         (ip2k-*-*): Don't disable GCC libraries.
1014         * configure: Regenerate.
1016 2011-03-28  Joseph Myers  <joseph@codesourcery.com>
1018         * configure.ac (i[[3456789]]86-*-msdosdjgpp*): Don't disable
1019         libffi on host.
1020         (x86_64-*-mingw*, i[[3456789]]86-*-mingw32*): Don't disable newlib
1021         on host.
1022         (c54x*-*-* | tic54x-*-*): Don't disable newlib on host.
1023         * configure: Regenerate.
1025 2011-03-26  John Marino  <binutils@marino.st>
1027         * configure.ac: Add support for *-*-dragonfly*
1028         * configure: Regenerate.
1030 2011-03-25  Joseph Myers  <joseph@codesourcery.com>
1032         * configure.ac (native_only): Remove.
1033         (i[[3456789]]86-*-msdosdjgpp*): Don't disable expect dejagnu
1034         send-pr uudecode guile gnuserv on host.
1035         (x86_64-*-mingw*): Don't disable expect dejagnu autoconf automake
1036         send-pr rcs guile perl texinfo libtool on host.
1037         (i[[3456789]]86-*-mingw32*): Don't disable expect dejagnu autoconf
1038         automake send-pr rcs guile perl texinfo libtool on host.
1039         (*-*-cygwin*, *-*-netbsd*): Remove host cases.
1040         (*-*-kaos*): Don't disable target-examples target-gperf on target.
1041         (alpha*-dec-osf*): Don't disable fileutils on target.
1042         (sh*-*-pe|mips*-*-pe|*arm-wince-pe): Don't disable target-examples
1043         texinfo send-pr expect dejagnu on target.
1044         (arm-*-elf* | arm*-*-eabi*, arm*-*-linux-gnueabi): Don't disable
1045         target-qthreads on target.
1046         (hppa*-hp-hpux11*, hppa*-*-*): Don't disable shellutils on target.
1047         (ia64*-*-elf*, ia64*-*-*vms*): Don't disable mmalloc on target.
1048         (i[[3456789]]86-w64-mingw*, i[[3456789]]86-*-mingw*,
1049         x86_64-*-mingw*): Don't disable expect on target.
1050         (*-*-cygwin*): Don't disable target-gperf on target.
1051         (powerpc*-*-winnt* | powerpc*-*-pe*): Don't disable make expect
1052         gnuserv on target.
1053         (powerpcle-*-solaris*): Don't disable make expect gnuserv on
1054         target.
1055         * configure: Regenerate.
1057 2011-03-25  Joseph Myers  <joseph@codesourcery.com>
1059         * configure.ac (target_tools): Remove target-groff.
1060         (native_only): Remove target-groff.
1061         (hppa*64*-*-*): Don't disable byacc.
1062         (i[[3456789]]86-*-mingw32*): Remove commented-out noconfigdirs
1063         setting.
1064         (*-*-kaos*): Don't skip target-librx and target-groff.
1065         (*-*-netware*): Don't skip target-libmudflap.
1066         (*-*-tpf*): Don't skip target-libmudflap.
1067         (sh*-*-pe|mips*-*-pe|*arm-wince-pe): Don't condition configured
1068         directories on the host.
1069         (ia64*-*-*vms*): Don't skip tix.
1070         (sh-*-* | sh64-*-*): Don't condition skipped directories on the
1071         host.
1072         * configure: Regenerate.
1074 2011-03-24  Paolo Bonzini  <pbonzini@redhat.com>
1076         * configure.ac: Remove references to mt-mep, mt-netware,
1077         mt-wince.
1078         * Makefile.def: Add all-utils soft dependencies.
1079         * Makefile.tpl: Remove GDB_NLM_DEPS.
1080         * configure: Regenerate.
1081         * Makefile.in: Regenerate.
1083 2011-03-24  Paolo Bonzini  <bonzini@gnu.org>
1085         * configure.ac: Do not include mh-x86omitfp.
1086         * configure: Regenerate.
1088 2011-03-24  Paolo Bonzini  <bonzini@gnu.org>
1090         * configure.ac: Remove empty cases.
1091         * configure: Regenerate.
1093 2011-03-24  Paolo Bonzini  <bonzini@gnu.org>
1095         * Makefile.def: Add dependency from termcap to gdb.
1096         * Makefile.in: Regenerate.
1098 2011-03-24  Paolo Bonzini  <bonzini@gnu.org>
1100         * configure.ac: Remove all mentions of mh-sysv4 and mh-solaris.
1101         * configure: Regenerate.
1102         * Makefile.def: Remove all mentions of X11_FLAGS_TO_PASS.
1103         * Makefile.tpl: Likewise.
1104         * Makefile.in: Regenerate.
1106 2011-03-24  Paolo Bonzini  <bonzini@gnu.org>
1108         * configure.ac: Remove all mentions of tentative_cc.
1109         * configure: Regenerate.
1111 2011-03-24  Joseph Myers  <joseph@codesourcery.com>
1113         * configure.ac (i[[3456789]]86-*-vsta, i[[3456789]]86-*-go32*,
1114         i[[3456789]]86-*-beos*, powerpc-*-beos*, m68k-hp-hpux*,
1115         m68k-apollo-sysv*, m68k-apollo-bsd*, m88k-dg-dgux*,
1116         m88k-harris-cxux*, m88k-motorola-sysv*, mips*-dec-ultrix*,
1117         mips*-nec-sysv4*, mips*-sgi-irix4*, mips*-*-sysv4*, mips*-*-sysv*,
1118         i370-ibm-opened*, i[[3456789]]86-*-sysv5*, i[[3456789]]86-*-dgux*,
1119         i[[3456789]]86-ncr-sysv4.3*, i[[3456789]]86-ncr-sysv4*,
1120         i[[3456789]]86-*-sco3.2v5*, i[[3456789]]86-*-sco*,
1121         i[[3456789]]86-*-udk*, vax-*-ultrix2*, m68k-sun-sunos*,
1122         hppa*-*-hiux*, *-*-hiux*, rs6000-*-lynxos*, *-*-sysv4*,
1123         *-*-rhapsody*): Remove host cases.
1124         * configure: Regenerate.
1126 2011-03-24  Joseph Myers  <joseph@codesourcery.com>
1128         * configure.ac (ppc*-*-pe): Remove host case.
1129         (strongarm-*-coff | xscale-*-coff, strongarm-*-elf* |
1130         xscale-*-elf*, thumb-*-coff, thumb-*-elf, thumb-*-pe, ep9312-*-elf
1131         | ep9312-*-coff, parisc*64*-*-linux*, ppc*-*-pe): Remove target
1132         cases.
1133         * configure: Regenerate.
1135 2011-03-24  Joseph Myers  <joseph@codesourcery.com>
1137         * config.sub: Update to version 2011-03-23.
1139 2011-03-22  Joseph Myers  <joseph@codesourcery.com>
1141         * configure.ac (arm-semi-aof, crx-*-*, parisc*-*-linux*,
1142         i370-*-opened*, i[[3456789]]86-moss-msdos | i[[3456789]]86-*-moss*
1143         | i[[3456789]]86-*-uwin*, mcore-*-pe*): Remove empty cases.
1144         * configure: Regenerate.
1146 2011-03-22  Joseph Myers  <joseph@codesourcery.com>
1148         * MAINTAINERS (crx port, m68hc11 port): Remove.  Move maintainers
1149         to Write After Approval.
1150         * config-ml.in: Don't handle arc-*-elf*.
1151         * configure.ac (arc-*-*, crx-*-*, i[[3456789]]86-*-pe,
1152         m68hc11-*-*|m6811-*-*|m68hc12-*-*|m6812-*-*, mcore-*-pe*): Don't
1153         handle GCC libraries.
1154         * configure: Regenerate.
1156 2011-03-21  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
1158         PR bootstrap/48120:
1159         * configure.ac (pwllib): Use LIBS instead of LDFLAGS.
1160         Add -lstdc++ -lm to LIBS.
1161         * configure: Regenerate.
1163 2011-03-18  David Edelsohn  <dje.gcc@gmail.com>
1165         * config.guess: Update to version 2011-02-02
1166         * config.sub: Update to version 2011-02-24
1168 2011-03-16  Jack Howarth  <howarth@bromo.med.uc.edu>
1170         PR lto/48086
1171         * configure.ac: Re-enable LTO on *-apple-darwin9.
1172         * configure: Regenerate.
1174 2011-03-13  Jack Howarth  <howarth@bromo.med.uc.edu>
1176         PR lto/48086
1177         * configure.ac: Disable LTO on darwin due to an assembler change in
1178         Xcode 3.2.6/4.0 that limits the total number of sections/segments to
1179         under 256.
1180         * configure: Regenerate.
1182 2011-03-11  Chen Liqin <liqin.gcc@gmail.com>
1184         * MAINTAINERS: Update myself as score backend maintainer,
1185         update my e-mail address.
1187 2011-03-09  Xuepeng Guo  <terry.guo@arm.com>
1189         * MAINTAINERS: Update my e-mail address.
1191 2011-03-06  Joey Ye  <joey.ye@arm.com>
1193         * MAINTAINERS: Update my e-mail address.
1195 2011-03-02  Sebastian Pop  <sebastian.pop@amd.com>
1197         * configure.ac: Adjust test of with_ppl.
1198         * configure: Regenerated.
1200 2011-03-02  Kai Tietz  <ktietz@redhat.com>
1202         * MAINTAINERS: Adjust my e-mail address.
1204 2011-03-02  Sebastian Pop  <sebastian.pop@amd.com>
1206         * configure.ac: Add -lpwl to ppllibs.
1207         * configure: Regenerated.
1209 2011-03-02  Sebastian Pop  <sebastian.pop@amd.com>
1211         * config/cloog.m4: Add -lisl to clooglibs.
1212         * configure: Regenerated.
1214 2011-02-24  Ramana Radhakrishnan  <ramana.radhakrishnan@arm.com>
1216         * MAINTAINERS (CPU Port maintainers): Add self.
1218 2011-02-16  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
1220         * MAINTAINERS: Add myself as testsuite maintainer.
1222 2011-02-15  Mike Stump  <mikestump@comcast.net>
1224         * MAINTAINERS: Add myself as testsuite maintainer.
1226 2011-02-13  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
1228         Import from Libtool and gnulib:
1230         2011-01-27  Gerald Pfeifer  <gerald@pfeifer.com>
1232         Prepare for supporting FreeBSD 10.
1233         * config.rpath: Remove handling of freebsd1* which soon would
1234         match FreeBSD 10.0.
1236         2011-01-20  Gerald Pfeifer  <gerald@pfeifer.com>  (tiny change)
1238         Remove support for FreeBSD 1.x.
1239         * libtool.m4 (_LT_LINKER_SHLIBS)
1240         (_LT_SYS_DYNAMIC_LINKER): Remove handling of freebsd1* which
1241         soon would incorrectly match FreeBSD 10.0.
1243 2011-02-12  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
1245         PR binutils/12283
1246         * move-if-change: Import version from gnulib.
1248 2011-02-12  Alexandre Oliva  <aoliva@redhat.com>
1250         PR lto/47225
1251         * Makefile.def (lto-plugin): Double dash for enable-shared.
1252         (configure-gcc): Depend on all-lto-plugin.
1253         * Makefile.in: Rebuilt.
1255 2011-02-11  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
1257         * configure.ac: Remove extra bracket.
1258         * configure: Regenerate.
1260 2011-02-08  Tobias Burnus  <burnus@net-b.de>
1262         * MAINTAINERS: Add myself as libquadmath maintainer.
1264 2011-02-08  Thomas Schwinge  <thomas@schwinge.name>
1266         * MAINTAINERS: Update my email address.
1268 2011-02-07  Joseph Myers  <joseph@codesourcery.com>
1270         * MAINTAINERS (option handling): Add self.
1272 2011-02-06  Kai Tietz  <kai.tietz@onevision.com>
1274         PR lto/47225
1275         * Makefile.def: Add dependency for install-gcc
1276         on install-lto-plugin.
1277         * Makfile.in: Regenerated
1279 2011-02-01  Sebastien Bourdeauducq  <sebastien@milkymist.org>
1281         * MAINTAINERS (CPU Port Maintainers): Add myself.
1283 2011-01-31  Alexandre Oliva  <aoliva@redhat.com>
1285         PR libgcj/44341
1286         * configure.ac: Discard --with-* flags for host when configuring
1287         target libraries for cross build.
1288         * configure: Rebuilt.
1290 2011-01-25  Sebastian Pop  <sebastian.pop@amd.com>
1292         * MAINTAINERS (linear loop transforms): Removed.
1294 2011-01-25  Jakub Jelinek  <jakub@redhat.com>
1296         * configure.ac: If with_ppl is no, move setting with_cloog=no
1297         after CLOOG_REQUESTED check.
1298         * configure: Regenerated.
1300 2011-01-25  Sebastian Pop  <sebastian.pop@amd.com>
1302         * configure.ac: Call AC_MSG_ERROR when PPL 0.11 is not present and
1303         CLooG has been requested.
1304         * configure: Regenerated.
1306 2011-01-25  Sebastian Pop  <sebastian.pop@amd.com>
1308         * configure: Regenerated.
1309         * configure.ac: Check for version 0.11 (or later revision) of PPL.
1311 2011-01-25  Tobias Grosser  <grosser@fim.uni-passau.de>
1313         * configure: Regenerated.
1314         * configure.ac: Use CLOOG_CHECK_VERSION(0,16,1).
1316 2011-01-21  Andreas Schwab  <schwab@redhat.com>
1318         * configure.ac: Use AS_HELP_STRING throughout.
1319         * configure: Regenerate.
1321 2011-01-18  Jie Zhang  <jie.zhang@analog.com>
1323         * configure.ac (bfin-*-*): Remove gdb from noconfigdirs.
1324         * configure: Regenerate.
1326 2011-01-13  John David Anglin  <dave.anglin@nrc-cnrc.gc.ca>
1328         * ltmain.sh (relink): Use absolute path when hardcoding with -L.
1330 2011-01-13  Joel Brobecker  <brobecker@adacore.com>
1332         * configure.ac: Remove readline, mmalloc, and gdb from noconfigdirs
1333         for ia64-hpux.
1334         * configure: Regenerate.
1336 2011-01-07  Jan Hubicka  <jh@suse.cz>
1338         PR lto/47225
1339         * Makefile.in: Regenerate.
1340         * Makefile.def (lto-plugin): Always pass enable-shared to the plugin
1341         configure.
1343 2011-01-07  Jan Hubicka  <jh@suse.cz>
1345         * Makefile.in: Regenerate.
1346         * Makefile.def (gcc host module) and soft dependency on lto-plugin
1347         and configure dependency on lto-plugin configure.
1348         (lto-plugin module): Remove dependency on GCC; add dependency on
1349         liniberty.
1351 2011-01-07  William Schmidt  <wschmidt@linux.vnet.ibm.com>
1353         * MAINTAINERS (Write After Approval): Add myself.
1355 2010-12-23  Hariharan Sandanagobalane <hariharan@picochip.com>
1357         * configure: Regenerate.
1359 2010-12-22  Hariharan Sandanagobalane <hariharan@picochip.com>
1361         * configure.ac: (picochip): Disable libiberty.
1363 2010-12-14  Kaushik Phatak  <kaushik.phatak@kpitcummins.com>
1365         * MAINTAINERS (Write After Approval): Add myself.
1367 2010-12-10  Ian Lance Taylor  <iant@google.com>
1369         PR bootstrap/46819
1370         * configure.ac: For --disable-libgcj clear libgcj_saved.
1371         * configure: Rebuild.
1373 2010-12-10  Tobias Burnus  <burnus@net-b.de>
1375         PR fortran/46540
1376         * configure.ac: Add --disable-libquadmath and
1377         --disable-libquadmath-support.
1378         * configure: Regenerate.
1380 2010-12-03  Ian Lance Taylor  <iant@google.com>
1382         * MAINTAINERS: Add myself as libgo maintainer.
1384 2010-12-03  Hans-Peter Nilsson  <hp@axis.com>
1386         PR libffi/46792
1387         * configure.ac (cris-*-elf, crisv32-*-elf): Disable target-libffi.
1388         * configure: Regenerate.
1390 2010-12-02  Ian Lance Taylor  <iant@google.com>
1392         * configure.ac: Always set default for poststage1_ldflags to
1393         -static-libstdc++ -static-libgcc.
1395 2010-11-29  Andreas Schwab  <schwab@redhat.com>
1397         * configure.ac: Move comment to remove extra space in last argument
1398         of GCC_TARGET_TOOL.
1400 2010-11-26  Alexandre Oliva  <aoliva@redhat.com>
1402         PR other/46026
1403         * configure.ac (CXX_FOR_TARGET): Add -funconfigured-libstdc++-v3.
1404         * Makefile.def (CXX_FOR_TARGET): Removed from flags_to_pass.
1405         * Makefile.tpl (CXX_FOR_TARGET_FLAG_TO_PASS): New.
1406         (BASE_FLAGS_TO_PASS): Use it.
1407         * configure: Rebuilt.
1408         * Makefile.in: Rebuilt.
1410 2010-11-23  H.J. Lu  <hongjiu.lu@intel.com>
1412         PR binutils/12258
1413         * configure.ac: Correct comments for --enable-gold/--enable-ld.
1414         Properly check default linker.
1415         * configure: Regnerated.
1417 2010-11-23  Matthias Klose  <doko@ubuntu.com>
1419         * configure.ac: For --enable-gold, handle value `default' instead of
1420         `both*'.  New configure option --{en,dis}able-ld.
1421         * configure: Regenerate.
1423 2010-11-20  Ian Lance Taylor  <iant@google.com>
1425         * configure.ac: Only disable a language library if no language needs
1426         it.  Don't let --disable-libgcj uncondtionally disable libffi.
1427         * configure: Rebuild.
1429 2010-11-20  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
1431         * Makefile.in: Regenerate.
1433         PR other/46202
1434         * configure.ac: Fix just-built in-tree STRIP name to be
1435         binutils/strip-new.
1436         * configure: Regenerate.
1437         * Makefile.def (install-strip-gcc, install-strip-binutils)
1438         (install-strip-opcodes, install-strip-ld, install-strip-itcl)
1439         (install-strip-sid): Mirror dependencies on non-strip variants
1440         of these targets on the respective -strip prerequisites.
1441         * Makefile.tpl (install-strip, install-strip-host)
1442         (install-strip-target): New targets.
1443         (install-strip-[+module+], install-strip-target-[+module+]):
1444         New targets.
1445         * Makefile.in: Regenerate.
1447 2010-11-19  Ian Lance Taylor  <iant@google.com>
1448             Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
1450         * configure.ac: Add target-libgo to target_libraries.  Set
1451         and substitute GOC_FOR_BUILD and GOC_FOR_TARGET.
1452         * Makefile.tpl (BUILD_EXPORTS): Add GOC and GOCFLAGS.
1453         (HOST_EXPORTS): Add GOC.
1454         (BASE_TARGET_EXPORTS): Add GOC.
1455         (GOC_FOR_BUILD, GOCFLAGS, GOC_FOR_TARGET): New variables.
1456         (GOCFLAGS_FOR_TARGET): New variable.
1457         (EXTRA_HOST_FLAGS): Add GOC.
1458         (EXTRA_TARGET_FLAGS): Add GOC and GOCFLAGS.
1459         * Makefile.def (target_modules): Add libgo.
1460         (flags_to_pass): Add GOC_FOR_TARGET and GOCFLAGS_FOR_TARGET.
1461         (dependencies): Add dependency from configure-target-libgo to
1462         configure-target-libffi and all-target-libstdc++-v3.  Add
1463         dependencies from all-target-libgo to all-target-libffi.
1464         (languages): Add go.
1465         * configure: Rebuild.
1466         * Makefile.in: Rebuild.
1468 2010-11-19  Ian Lance Taylor  <iant@google.com>
1470         * config-ml.in: Add Go support: treat GOC and GOCFLAGS like other
1471         compiler/flag environment variables.
1473 2010-11-18  Ian Lance Taylor  <iant@google.com>
1475         * configure.ac: Check for lang_requires_boot_languages in
1476         config-lang.in files.
1477         * configure: Rebuild.
1479 2010-11-16  Francois-Xavier Coudert  <fxcoudert@gcc.gnu.org>
1480             Tobias Burnus  <burnus@net-b.de>
1482         PR fortran/32049
1483         * Makefile.def: Add libquadmath; build it with language=fortran.
1484         * configure.ac: Add libquadmath.
1485         * Makefile.tpl: Handle multiple libs in check-[+language+].
1486         * Makefile.in: Regenerate.
1487         * configure: Regenerate.
1489 2010-11-16  Tom Tromey  <tromey@redhat.com>
1491         * MAINTAINERS: Moved myself to reviewers section.
1493 2010-11-15  Zdenek Dvorak  <ook@ucw.cz>
1495         * MAINTAINERS: Moved myself to reviewers section.
1497 2010-11-15  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
1499         * MAINTAINERS (Various Maintainers): Add self for build machinery.
1500         (Write After Approval): Remove self.
1502 2010-11-15  Andreas Schwab  <schwab@redhat.com>
1504         * configure.ac: Fix spelling in option names.
1505         * configure: Regenerated.
1507 2010-11-13  Georg-Johann Lay  <georgjohann@web.de>
1509         PR bootstrap/39622
1510         * configure.ac (FLAGS_FOR_TARGET): Add include-fixed path.
1511         * configure: Regenerated.
1513 2010-11-13  Kaveh R. Ghazi  <ghazi@gcc.gnu.org>
1515         * MAINTAINERS: Update my email address.
1517 2010-11-12  Tobias Grosser  <grosser@fim.uni-passau.de>
1519         * configure: Regenerate.
1521 2010-11-12  Tobias Grosser  <grosser@fim.uni-passau.de>
1523         * configure: Regenerate.
1525 2010-11-12  Tobias Grosser  <grosser@fim.uni-passau.de>
1527         * configure: Regenerate.
1529 2010-11-12  Tobias Grosser  <grosser@fim.uni-passau.de>
1531         * configure: Regenerate.
1533 2010-11-11  Andreas Simbuerger  <simbuerg@fim.uni-passau.de>
1535         * configure.ac: Support official CLooG.org versions.
1536         * configure: Regenerate.
1537         * config/cloog.m4: New.
1539 2010-11-10  François Dumont  <francois.cppdevs@free.fr>
1541         * MAINTAINERS (Write After Approval): Add myself.
1543 2010-11-09  David Edelsohn  <dje.gcc@gmail.com>
1545         * MAINTAINERS: Update my email address.
1547 2010-11-04  Iain Sandoe  <iains@gcc.gnu.org>
1549         * configure.ac (*-*-darwin*): Use mh-darwin for all Darwin variants.
1550         * configure: Regenerate.
1552 2010-11-03  Ian Lance Taylor  <iant@google.com>
1553             Dave Korn  <dave.korn.cygwin@gmail.com>
1555         PR lto/46273
1556         * configure.ac: Remove libelf tests.  Build lto-plugin on ELF always
1557         and on other supported platforms whenever LTO is enabled.
1558         * configure: Rebuild.
1560 2010-11-02  Alan Modra  <amodra@gmail.com>
1562         PR binutils/12110
1563         * configure.ac: Error when source path contains spaces.
1564         * configure: Regenerate.
1566 2010-10-23  James E. Wilson  <wilson@codesourcery.com>
1568         * MAINTAINERS: Update my email address.
1570 2010-10-20  Ian Lance Taylor  <iant@google.com>
1572         * Makefile.def (target_modules): Set lib_path to src/.libs for
1573         libstdc++-v3 module.
1574         * Makefile.tpl: Fix typo in TARGET_LIB_PATH comment.
1575         * Makefile.in: Rebuild.
1577 2010-10-18  Laurynas Biveinis  <laurynas.biveinis@gmail.com>
1579         * MAINTAINERS (Reviewers): Add myself for gengtype/GTY.
1580         (Write After Approval): Remove myself.
1582 2010-10-15  Tristan Gingold  <gingold@adacore.com>
1584         * MAINTAINERS (OS Port Maintainers): Add myself for VMS.
1586 2010-10-14  Douglas Rupp  <rupp@gnat.com>
1588         * MAINTAINERS (OS Port Maintainers): Add myself for VMS.
1590 2010-10-07  Dave Korn  <dave.korn.cygwin@gmail.com>
1592         * configure.ac (build_lto_plugin): New shell variable.
1593         (--enable-lto): Turn on by default for all non-ELF platforms that
1594         have had LTO support added so far.  Set build_lto_plugin appropriately
1595         for both ELF and non-ELF.
1596         (configdirs): Add lto-plugin or not based on build_lto_plugin.
1597         * configure: Regenerate.
1599 2010-10-07  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
1601         Sync from src:
1602         * configure.ac (v850 support): Remove target-libgloss from
1603         noconfigdirs.
1604         * configure: Regenerate.
1606 2010-10-02  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
1608         PR bootstrap/45326
1609         PR bootstrap/45174
1610         * configure.ac: Honor initial values of $build_configargs,
1611         $host_configargs, $target_configargs.  Mark the precious, so
1612         environment settings get recorded.
1613         * configure: Regenerate.
1615 2010-09-30  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
1617         PR bootstrap/45796
1618         * Makefile.def (info-gcc, dvi-gcc, pdf-gcc, html-gcc):
1619         Depend on all-build-libiberty.
1620         * Makefile.in: Regenerate.
1622 2010-09-30  Michael Eager  <eager@eagercon.com>
1624         * configure.ac (microblaze): Add target-libssp to noconfigdirs.
1625         * configure: Regenerate.
1627 2010-09-28  Michael Eager  <eager@eagercon.com>
1629         * MAINTAINERS (CPU Port Maintainers): Add myself for MicroBlaze port.
1631 2010-06-27  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
1633         PR bootstrap/44621
1634         * configure.ac: Fix unportable shell quoting.
1635         * configure: Regenerate.
1637 2010-09-21  Iain Sandoe  <iains@gcc.gnu.org>
1639         * configure.ac (enable-lto): Add Darwin to the list of supported lto
1640         targets and amend comment.
1641         * configure: Regenerate.
1643 2010-09-15  Tejas Belagod  <tejas.belagod@arm.com>
1645         * MAINTAINERS (Write After Approval): Add myself.
1647 2010-09-03  Jack Howarth <howarth@bromo.med.uc.edu>
1649         * configure.ac: Enable LTO by default on Darwin.
1650         * configure: Regenerate.
1652 2010-09-02  Marcus Shawcroft  <marcus.shawcroft@arm.com>
1654         * MAINTAINERS (Write After Approval): Add myself.
1656 2010-09-01  Ian Bolton  <ian.bolton@arm.com>
1658         * MAINTAINERS (Write After Approval): Add myself.
1660 2010-08-25  Danny Smith  <dannysmith@users.sourceforge.net>
1662         * MAINTAINERS (OS Port Maintainers): Remove myself from windows
1663         ports
1665 2010-07-28  David Yuste  <david.yuste@gmail.com>
1667         * MAINTAINERS (Write After Approval): Add myself.
1669 2010-07-26  Naveen.H.S  <naveen.S@kpitcummins.com>
1671         * configure.ac: Support all v850 targets.
1672         * configure: Regenerate.
1674 2010-07-23  Marc Glisse <marc.glisse@normalesup.org>
1676         PR bootstrap/44455
1677         * configure.ac (extra_mpfr_configure_flags): Copy from
1678         extra_mpc_gmp_configure_flags.
1679         * configure: Re-generated.
1681 2010-07-22  Andi Kleen  <ak@linux.intel.com>
1683         * MAINTAINERS (Write After Approval): Add myself.
1685 2010-07-22  Chung-Lin Tang  <cltang@codesourcery.com>
1687         * MAINTAINERS (Write After Approval): Add myself.
1689 2010-07-20  Jeffrey Yasskin  <jyasskin@google.com>
1691         * MAINTAINERS (Write After Approval): Add myself.
1693 2010-07-17  Jack Howarth  <howarth@bromo.med.uc.edu>
1695         PR target/44862
1696         * Makefile.tpl (POSTSTAGE1_CXX_EXPORT):
1697         Provide -B option to allow for link spec %s substitutions for
1698         libstdc++.a on darwin.
1699         * Makefile.in: Regenerate.
1701 2010-07-10  Mikael Morin  <mikael@gcc.gnu.org>
1703         * MAINTAINERS (Reviewers): Update my e-mail address
1705 2010-06-10  Alexandre Oliva  <aoliva@redhat.com>
1707         * Makefile.def (configure-gcc): Depend on all-libelf.
1708         * Makefile.in: Rebuild.
1710 2010-06-05  Fabien Chêne  <fabien@gcc.gnu.org>
1712         * MAINTAINERS (Write After Approval): Add myself in the right place.
1714 2010-06-04  Fabien Chêne  <fabien@gcc.gnu.org>
1716         * MAINTAINERS (Write After Approval): Add myself.
1718 2010-05-25  Sterling Augustine  <sterling@tensilica.com>
1720         * MAINTAINERS (CPU Port Maintainers): Add myself for xtensa port.
1722 2010-05-25  Maxim Kuvyrkov  <maxim@codesourcery.com>
1724         * config.sub: Update to version 2010-05-21.
1725         * config.guess: Update to version 2010-04-03.
1727 2010-05-18  Steven Bosscher  <steven@gcc.gnu.org>
1729         * configure.ac (--enable-lto): All *-apple-darwin* now support LTO.
1730         * configure: Regenerate.
1732 2010-05-12  Sriraman Tallam  <tmsriram@google.com>
1734         * MAINTAINERS (Write After Approval): Add myself.
1736 2010-05-07  Steven Bosscher  <steven@gcc.gnu.org>
1738         * configure.ac (--enable-lto): Add x86_64-apple-darwin* as
1739         a platform that supports LTO.
1740         * configure: Regenerate.
1742 2010-05-05  Sebastian Pop  <sebastian.pop@amd.com>
1744         * configure.ac: Allow all the versions greater than 0.10 of PPL.
1745         * configure: Regenerated.
1747 2010-04-27  Roland McGrath  <roland@redhat.com>
1748             H.J. Lu  <hongjiu.lu@intel.com>
1750         * configure.ac (--enable-gold): Support both, both/gold and
1751         both/bfd to add gold to configdirs without removing ld.
1752         * configure: Regenerated.
1754         * Makefile.def: Add install-gold dependency to install-ld.
1755         * Makefile.in: Regenerated.
1757 2010-04-27  Dave Korn  <dave.korn.cygwin@gmail.com>
1759         PR lto/42776
1760         * configure.ac (--enable-lto): Refactor handling so libelf tests
1761         are only performed inside then-clause of ACX_ELF_TARGET_IFELSE,
1762         and allow LTO to be explicitly enabled on non-ELF platforms that
1763         are known to support it inside else-clause.
1764         * configure: Regenerate.
1766 2010-04-20  Eric Botcazou  <ebotcazou@adacore.com>
1768         * configure.ac (BUILD_CONFIG): Redirect output to /dev/null.
1769         * configure: Regenerate.
1771 2010-04-17  Ralf Corsépius  <ralf.corsepius@rtems.org>
1773         * configure.ac (*-*-rtems*): Add target-libiberty to $skipdirs.
1774         * configure: Regenerate.
1776 2010-04-16  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
1778         * configure.ac: Check for elf_getshdrstrndx or elf_getshstrndx
1779         separately.
1780         * configure: Regenerate.
1782 2010-04-16  Kevin Williams  <kevin.williams@inria.fr>
1784         * MAINTAINERS (Write After Approval): Add myself.
1786 2010-04-14  Tristan Gingold  <gingold@adacore.com>
1788         * configure.ac (alpha*-*-*vms*): Remove ld from noconfigdirs.
1789         * configure: Regenerate.
1791 2010-04-13  Steve Ellcey  <sje@cup.hp.com>
1793         * configure: Regenerate after change to elf.m4.
1795 2010-04-06  Iain Sandoe  <iains@gcc.gnu.org>
1797         * MAINTAINERS (Write After Approval): Add myself.
1799 2010-04-02  Sebastian Pop  <sebastian.pop@amd.com>
1801         * configure.ac: Add brackets around AC_TRY_COMPILE alternative.
1802         * configure: Regenerated.
1804 2010-04-02  Sebastian Pop  <sebastian.pop@amd.com>
1806         * configure.ac: Print "buggy but acceptable" when CLooG
1807         revision is less than 9.
1808         * configure: Regenerated.
1810 2010-04-01  Diego Novillo  <dnovillo@google.com>
1812         * MAINTAINERS (Plugin): Add myself and Le-Chun Wu.
1814 2010-04-01  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
1816         PR bootstrap/43615
1817         PR bootstrap/43328
1819         Revert:
1821         2010-03-31  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
1823         * configure.ac: Do not pass --enable-multilib nor
1824         --disable-multilib in baseargs.  Accept explicitly passed
1825         --enable_multilib.
1826         * configure: Regenerate.
1828 2010-03-31  Ulrich Weigand  <uweigand@de.ibm.com>
1830         * MAINTAINERS (CPU Port Maintainers): Add myself for spu port.
1832 2010-03-31  Janis Johnson  <janis187@us.ibm.com>
1834         * MAINTAINERS: Remove myself.
1836 2010-03-31  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
1838         PR bootstrap/43328
1839         * configure.ac: Do not pass --enable-multilib nor
1840         --disable-multilib in baseargs.  Accept explicitly passed
1841         --enable_multilib.
1842         * configure: Regenerate.
1844 2010-03-28  Andrew Pinski  <pinskia@gmail.com>
1846         * MAINTAINERS (spu port): Remove me.
1848 2010-03-23  Joseph Myers  <joseph@codesourcery.com>
1850         * configure.ac (tic6x-*-*): New case.
1851         * configure: Regenerate.
1853 2010-03-23  Joseph Myers  <joseph@codesourcery.com>
1855         * config.sub: Update to version 2010-03-22.
1856         * config.guess: Update to version 2009-12-30.
1858 2010-03-19  Jack Howarth  <howarth@bromo.med.uc.edu>
1860         PR ada/42554
1861         * configure.ac: Only pass -c to ranlib for darwin9 and earlier.
1862         * configure: Regenerate.
1864 2010-03-18  Ramana Radhakrishnan  <ramana.radhakrishnan@arm.com>
1866         * MAINTAINERS: Update my email address.
1868 2010-03-17  Sebastian Pop  <sebastian.pop@amd.com>
1870         * MAINTAINERS (dwarak.rajagopal@amd.com): Removed.
1871         (ghassan.shobaki@amd.com): Removed.
1873 2010-03-17  Alan Modra  <amodra@gmail.com>
1875         * MAINTAINERS: Update my email address.
1877 2010-03-16  Diego Novillo  <dnovillo@google.com>
1879         * MAINTAINERS: Remove Dan Hipschman, William Maddox and Chris
1880         Matthews.
1882 2010-03-16  Joseph Myers  <joseph@codesourcery.com>
1884         * MAINTAINERS (Write After Approval): Remove Jim Blandy, Daniel
1885         Gutson, Jeffrey D. Oldham and Mark Shinwell.
1887 2010-03-16  Joseph Myers  <joseph@codesourcery.com>
1889         * MAINTAINERS: Update my email address.
1891 2010-03-16  Daniel Jacobowitz  <dan@codesourcery.com>
1893         * MAINTAINERS: Update my email address.
1895 2010-03-15  Bernd Schmidt  <bernds@codesourcery.com>
1897         * MAINTAINERS: Update my email address.
1899 2010-03-09  Jie Zhang  <jie@codesourcery.com>
1901         * MAINTAINERS: Update my email address.
1903 2010-03-01  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
1905         PR libstdc++/32499
1906         * configure.ac (RANLIB): Default to true.
1907         (STRIP): Likewise.
1908         (RANLIB_FOR_TARGET): Remove superfluous : argument.
1909         * configure: Regenerate.
1911 2010-02-17  Rafael Ávila de Espíndola  <espindola@google.com>
1913         * MAINTAINERS (Plugin, LTO, LTO plugin): Remove myself.
1914         (Write After Approval): Update my email address.
1916 2010-02-17  Nick Clifton  <nickc@redhat.com>
1918         PR 11238
1919         * Makefile.tpl (local-distclean): Also remove config.cache files in
1920         sub-directories as there may not be Makefiles present in the
1921         sub-directories.
1922         * Makefile.tpl: Use "-exec rm {}" rather than "-delete" to delete
1923         the config.cache files found by the find command.
1925         * Makefile.in: Regenerate.
1926         * configure.ac: Revert previous delta.
1927         * configure: Regenerate.
1929 2010-02-15  Nick Clifton  <nickc@redhat.com>
1931         PR 11238
1932         * configure.ac: Delete config.cache files in sub-directories when
1933         deleting Makefiles.
1934         * configure: Regenerate.
1936 2010-02-12  Ben Elliston  <bje@gnu.org>
1938         * MAINTAINERS: Update my email address.
1940 2010-02-08  Andrew Pinski  <pinskia@gmail.com>
1942         * MAINTAINERS (spu port): Update my email address.
1944 2010-02-08  Jie Zhang  <jie.zhang@analog.com>
1946         * MAINTAINERS: Add myself as a maintainer for the bfin port.
1948 2010-01-31  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
1950         * configure.ac: Add "recommended" version checks for GMP/MPC.
1951         Update recommended GMP/MPFR/MPC versions.
1952         * configure: Regenerate.
1954 2010-01-31  Joern Rennecke  <joern.rennecke@embecosm.com>
1956         * MAINTAINERS: Move my Embecosm email address into the
1957         write-after-approval section.
1959 2010-01-26  Ian Lance Taylor  <iant@google.com>
1961         * MAINTAINERS: Add myself as Go frontend maintainer.
1963 2010-01-25  Joern Rennecke  <amylaar@spamcop.net>
1965         PR libstdc++/36101, PR libstdc++/42813
1966         * configure.ac (bootstrap_target_libs): Make inclusion of
1967         target-libgomp conditional on libgomb being in target_configdirs.
1968         * configure: Regenerate.
1970 2010-01-23  Joern Rennecke  <amylaar@spamcop.net>
1972         PR libstdc++/36101, PR libstdc++/42813
1973         * configure.ac (bootstrap_target_libs): Include target-libgomp.
1974         * configure: Regenerate.
1976 2010-01-22  Joern Rennecke  <amylaar@spamcop.net>
1978         PR libstdc++/36101, PR libstdc++/42813
1979         * configure.ac (target_configdirs): Substitute.
1980         * Makefile.def: Bootstrap target module libgomp.
1981         Add dependency of all-target-libstdc++-v3 on configure-target-libgomp.
1982         * Makefile.tpl (TARGET_CONFIGDIRS): New makefile variable.
1983         (BASE_TARGET_EXPORTS): Export TARGET_CONFIGDIRS.
1984         * configure, Makefile.in: Regenerate.
1986 2010-01-21  Dave Korn  <dave.korn.cygwin@gmail.com>
1988         * MAINTAINERS: Adjust my details.
1990 2010-01-20  Eric B. Weddington  <eric.weddington@atmel.com>
1992         * MAINTAINERS (CPU Port Maintainers): Add myself for avr port.
1994 2010-01-18  Thierry Lafage  <thierry.lafage@inria.fr>
1996         * MAINTAINERS: reindented my entry with tabs instead of spaces.
1998 2010-01-15  Thierry Lafage  <thierry.lafage@inria.fr>
2000         * MAINTAINERS (Write After Approval): Add myself.
2002 2010-01-15  Konrad Trifunovic  <konrad.trifunovic@inria.fr>
2004         * MAINTAINERS (Write After Approval): Add myself.
2006 2010-01-11  Richard Guenther  <rguenther@suse.de>
2008         PR lto/41569
2009         * Makefile.def (all-lto-plugin): Depend on all-gcc.
2010         * Makefile.in: Regenerated.
2012 2010-01-11  Andreas Tobler  <andreast@fgznet.ch>
2014         * configure.ac: Enable libjava build on x86_64-*freebsd*.
2015         * configure: Regenerate.
2017 2010-01-07  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
2018             Francois-Xavier Coudert  <fxcoudert@gcc.gnu.org>
2020         PR bootstrap/42424
2021         * configure.ac: Include libtool m4 files.
2022         (_LT_CHECK_OBJDIR): Call it.
2023         (extra_mpc_mpfr_configure_flags, extra_mpc_gmp_configure_flags,
2024         gmplibs, ppllibs, clooglibs): Use $lt_cv_objdir.
2026         * configure: Regenerate.
2028 2010-01-07  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
2030         PR bootstrap/41818
2031         * Makefile.tpl (BASE_TARGET_EXPORTS): Only add TARGET_LIB_PATH
2032         to $(RPATH_ENVVAR) if bootstrapping.  Fix typo in comment.
2033         * Makefile.in: Regenerate.
2035 2010-01-02  Richard Guenther  <rguenther@suse.de>
2037         PR lto/41529
2038         * configure.ac: Include config/elf.m4.  Disable LTO if not
2039         builting for an elf target.
2040         * configure: Regenerate.
2042 2009-12-27  Christopher Faylor  <me+cygwin@cgf.cx>
2044         * MAINTAINERS: Change my email address.
2046 2009-12-18  Ben Elliston  <bje@au.ibm.com>
2048         * config.sub, config.guess: Update from upstream sources.
2050 2009-12-07  Shujing Zhao  <pearly.zhao@oracle.com>
2052         * MAINTAINERS (Write After Approval): Add myself.
2054 2009-12-06  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
2056         PR middle-end/30447
2057         PR middle-end/30789
2058         PR other/40302
2060         * configure.ac: Require MPC.
2061         * configure: Regenerate.
2063 2009-12-05  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
2065         PR target/38384
2066         PR bootstrap/40972
2067         * libtool.m4: Sync from git Libtool.
2068         * ltoptions.m4: Likewise.
2069         * ltversion.m4: Likewise.
2070         * lt~obsolete.m4: Likewise.
2071         * ltmain.sh: Likewise.
2073 2009-11-30  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
2075         * configure.ac: Update minimum MPC version to 0.8.
2076         * configure: Regenerate.
2078 2009-11-21  Sebastian Pop  <sebpop@gmail.com>
2080         * configure.ac: Check for version 0.15.5 or later revision of CLooG.
2081         * configure: Regenerated.
2083 2009-11-21  Ian Lance Taylor  <iant@google.com>
2085         * configure.ac: Change default of poststage1_ldflags to be empty if
2086         poststage1_libs is set.  When poststage1_libs is empty, and
2087         ENABLE_BUILD_WITH_CXX is set, add -static-libgcc.
2088         * configure: Rebuild.
2090 2009-11-21  Adam Nemet  <adambnmet@gmail.com>
2092         * MAINTAINERS (Write After Approval): Update my email address.
2094 2009-11-20  Ben Elliston  <bje@au.ibm.com>
2096         * config.guess: Update from upstream sources.
2098 2009-11-16  Alexandre Oliva  <aoliva@redhat.com>
2100         * Makefile.def: Restore host and target settings for gmp.
2101         * Makefile.in: Rebuild.
2103 2009-11-16  Alexandre Oliva  <aoliva@redhat.com>
2105         * configure.ac: Add libelf to host_libs.  Enable in-tree configury
2106         of ppl and cloog.  Fix in-tree configury of libelf, skip tests.
2107         Fix portability of test of C++ as bootstrap language.  Add
2108         ppl/src/ppl-config.o to the bootstrap compare exclusion list.
2109         * configure: Rebuild.
2110         * Makefile.def: Drop host and target settings from gmp, mpfr, ppl,
2111         and cloog.  Fix in-tree ppl configuration.  Introduce libelf
2112         in-tree building.
2113         * Makefile.tpl (POSTSTAGE1_CXX_EXPORT): New.
2114         (POSTSTAGE1_HOST_EXPORTS): Use it.
2115         (STAGE[+id+]_CXXFLAGS): New.
2116         (BASE_FLAGS_TO_PASS): Pass it down.
2117         (configure-stage[+id+]-[+prefix+][+module+]): Use it.  Add
2118         extra_exports.
2119         (all-stage[+id+]-[+prefix+][+module+]): Likewise.
2120         (configure-[+prefix+][+module+], all-[+prefix+][+module+]): Add
2121         extra_exports.
2122         * Makefile.in: Rebuild.
2124 2009-11-17  Ben Elliston  <bje@au.ibm.com>
2126         * config.sub, config.guess: Update from upstream sources.
2128 2009-11-12  Jan Kratochvil  <jan.kratochvil@redhat.com>
2130         * MAINTAINERS (Write After Approval): Add myself.
2132 2009-11-09  Jon Beniston  <jon@beniston.com>
2134         * MAINTAINERS (Write After Approval): Add myself.
2136 2009-11-06  Ozkan Sezer  <sezeroz@gmail.com>
2138         * configure.ac (FLAGS_FOR_TARGET):  Add -L and -isystem
2139         paths for *-w64-mingw* and x86_64-*mingw*.
2140         * configure: Regenerated.
2142 2009-11-05  Joern Rennecke  <amylaar@spamcop.net>
2144         * MAINTAINERS (Write After Approval): Add entry for my INRIA work.
2146 2009-11-02  Benjamin Kosnik  <bkoz@redhat.com>
2148         * MAINTAINERS: Add Jonathan Wakely under Various Maintainers, move
2149         Phil Edwards to Write-After Approval.
2151 2009-10-30  Kai Tietz  <kai.tietz@onevision.com>
2153         * configure.ac: Disable target-winsup & co for
2154         x86_64-*-mingw* and *-w64-mingw* targets.
2155         * configure: Regenerated.
2157 2009-10-16  Nick Clifton  <nickc@redhat.com>
2159         * MAINTAINERS: Add myself as a maintainer for the RX port.
2161 2009-10-26  Johannes Singler  <singler@kit.edu>
2163         * MAINTAINERS (Write After Approval): Update my e-mail address.
2165 2009-10-23  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
2167         * configure.ac (CLooG test): Use = with test.
2168         * configure: Regenerate.
2170 2009-10-22  Richard Guenther  <rguenther@suse.de>
2172         * configure.ac: Do not set LIBS for ppl/cloog checks.  Disable
2173         cloog if the ppl version check failed.  Move flags saving
2174         before setting in libelf check.
2175         * configure: Regenerate.
2177 2009-10-21  Richard Guenther  <rguenther@suse.de>
2179         * configure.ac: Adjust the ppl and cloog configure to work as
2180         documented.  Disable cloog if ppl was disabled.  Omit the version
2181         checks if they were disabled.
2182         * configure: Re-generate.
2184 2009-10-13  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
2186         * configure.ac: Add 'lto' to enable_languages, not
2187         new_enable_languages, and only if not already present.
2188         * configure: Regenerate.
2190 2009-10-10  Gerald Pfeifer  <gerald@pfeifer.com>
2192         * README: Refer to the various COPYING* files instead of just
2193         COPYING.
2194         Refer to http://gcc.gnu.org/bugs/ for bug reporting instructions.
2196 2009-10-07  Rafael Avila de Espindola  <espindola@google.com>
2198         * MAINTAINERS: Change my email address. Change plugi-in to plugin.
2199         
2200 2009-10-07  Richard Guenther  <rguenther@suse.de>
2202         * MAINTAINERS (LTO): List Diego Novillo, Rafael Avila de Espindola,
2203         and Richard Guenther as reviewers.
2204         (LTO plugin): List Rafael Avila de Espindola and Cary Coutant
2205         as reviewers.
2207 2009-10-07  Hariharan Sandanagobalane  <hariharan@picochip.com>
2209         * config.sub: Update from upstream sources.
2211 2009-10-06  Ian Lance Taylor  <iant@google.com>
2213         * Makefile.def: check-gold depends upon all-gas.
2214         * Makefile.in: Rebuild.
2216 2009-10-05  Phil Muldoon  <pmuldoon@redhat.com>
2218         * MAINTAINERS (Write After Approval): Add myself.
2220 2009-10-03  2009-02-05  Rafael Avila de Espindola  <espindola@google.com>
2222         * Makefile.def: all-lto-plugin depends on all-libiberty.
2223         set bootstrap=true for lto-plugin.
2224         Add lto-plugin.
2225         * Makefile.in: Regenerate.
2226         * configure.ac (host_libs): Add lto-plugin.
2227         * configure: Regenerate.
2229 2009-10-03  Diego Novillo  <dnovillo@google.com>
2231         * Makefile.tpl (HOST_EXPORTS): Add LIBELFLIBS and LIBELFINC.
2232         (HOST_LIBELFLIBS): Define.
2233         (HOST_LIBELFINC): Define.
2234         * Makefile.in: Regenerate.
2235         * configure.ac: Add --enable-lto.
2236         Add --with-libelf, --with-libelf-include and --with-libelf-lib.
2237         If --enable-lto is used, add 'lto' to new_enable_languages.
2238         If --enable-lto is used and gold is enabled, add
2239         lto-plugin to configdirs.
2240         * configure: Regenerate.
2242 2009-10-03  Simon Baldwin  <simonb@google.com>
2244         * configure.ac: If --with-system-zlib, suppress local zlib and
2245         pass --with-system-zlib to subdir configure scripts.
2246         * configure: Regenerate.
2248 2009-10-01  Loren J. Rittle  <ljrittle@acm.org>
2249             Paolo Bonzini  <bonzini@gnu.org>
2251         * Makefile.tpl (POSTSTAGE1_HOST_EXPORTS): Use $$s rather than
2252         $(srcdir).
2253         * Makefile.in: Rebuilt.
2255 2009-09-26  Gary Funck  <gary@intrepid.com>
2257         * MAINTAINERS (Write After Approval): Add myself.
2259 2009-09-26  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
2261         * configure.ac: Update minimum MPC version to 0.7.
2262         * configure: Regenerate.
2264 2009-09-25  Nick Clifton  <nickc@redhat.com>
2266         * configure.ac: Pass any --cache-file=/dev/null option on to
2267         subconfigures.
2268         * configure: Regenerate.
2270 2009-09-23  Nick Clifton  <nickc@redhat.com>
2272         * config.sub, config.guess: Update from upstream sources.
2274 2009-09-22  Loren J. Rittle  <ljrittle@acm.org>
2276         * Makefile.tpl (POSTSTAGE1_HOST_EXPORTS): Remove stray $$r/.
2277         * Makefile.in: Rebuilt.
2279 2009-09-22  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
2281         PR bootstrap/32272
2282         * configure.ac: Error out if $srcdir isn't '.' but contains
2283         host-${host_noncanonical}.
2284         * configure: Regenerate.
2286 2009-09-22  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
2288         * MAINTAINERS (OS Port Maintainers): Add myself as Solaris
2289         maintainer.
2291 2009-09-21  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
2293         * configure.ac: If bootstrapping a combined tree with
2294         --enable-gold, require c++ in stage1_languages.
2295         * configure: Regenerate.
2297         * configure.ac: Also add target_libs of stage1_languages to
2298         bootstrap_target_libs.
2299         * configure: Regenerate.
2301         * configure.ac: Diagnose --enable-build-with-cxx bootstrap
2302         with --enable-languages not containing c++.
2303         * configure: Regenerate.
2305 2009-09-15  Jie Zhang  <jie.zhang@analog.com>
2307         * configure.ac: Disable java and boehm-gc for bfin-*-*.
2308         * configure: Regenerate.
2310 2009-09-12  Joern Rennecke  <joern.rennecke@embecosm.com>
2312         * MAINTAINERS (Write After Approval): Update my e-mail address,
2313         and move from from here...
2314         (Waiting for paperwork): To here.
2316 2009-09-09  Joseph Myers  <joseph@codesourcery.com>
2318         * MAINTAINERS (Reviewers): Add self as driver reviewer.
2320 2009-09-08  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
2322         * configure.ac: Do not use $extrasub for replacing @if/@endif
2323         parts in Makefile; instead, use additional arguments to
2324         AC_CONFIG_COMMANDS to do the replacement manually, with several
2325         sed invocations, to avoid HP-UX sed command limits.
2326         * configure: Regenerate.
2328 2009-09-08  Alexandre Oliva  <aoliva@redhat.com>
2330         * libtool.m4 (output_verbose_link_cmd): Require leading blank, and
2331         blank before -L.
2333 2009-09-04  Alexandre Oliva  <aoliva@redhat.com>
2335         * configure.ac (with-build-config): Document.  Handle without.
2336         Handle missing argument.
2337         * configure: Rebuilt.
2339 2009-09-03  Alexandre Oliva  <aoliva@redhat.com>
2341         * configure.ac (--with-build-config): New.  Set BUILD_CONFIG.
2342         Default to bootstrap-debug only if compare-debug works.
2343         * configure: Rebuilt.
2344         * Makefile.tpl: Make BUILD_CONFIG configure-configurable.
2345         * Makefile.in: Rebuilt.
2347 2009-09-02  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
2349         * MAINTAINERS (OS Port Maintainers): Update my email address.
2351 2009-09-01  Alexandre Oliva  <aoliva@redhat.com>
2353         * Makefile.tpl (BUILD_CONFIG): Default to bootstrap-debug.
2354         * Makefile.in: Rebuilt.
2356 2009-09-01  Chris Demetriou  <cgd@google.com>
2358         * MAINTAINERS (Write After Approval): Add myself.
2360 2009-08-31  Dodji Seketeli  <dodji@redhat.com>
2362         PR debug/30161
2363         * include/dwarf2.h (enum dwarf_tag): Added
2364         DW_TAG_GNU_template_template_param
2365         (enum dwarf_attribute): Added DW_AT_GNU_template_name.
2367 2009-08-30  Paolo Bonzini  <bonzini@gnu.org>
2369         * Makefile.tpl (AWK): Fix typo.
2370         * Makefile.in: Regenerate.
2372 2009-08-30  Paolo Bonzini  <bonzini@gnu.org>
2374         * configure.ac: Detect awk and sed.
2375         * Makefile.def (flags_to_pass): Add AWK and SED.
2376         * Makefile.tpl (AWK, SED): New.
2377         (BASE_FLAGS_TO_PASS): Add AWK and SED.
2378         * configure: Regenerate.
2379         * Makefile.in: Regenerate.
2381 2009-08-26  Dave Korn  <dave.korn.cygwin@gmail.com>
2383         * ltmain.sh (removedotparts): Don't use comma as 's' separator.
2384         (collapseslashes): Likewise.
2386 2009-08-24  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
2388         * configure.ac (AC_PREREQ): Bump to 2.64.
2390 2009-08-22  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
2392         * configure.ac: Remove --with-datarootdir, --with-docdir,
2393         --with-pdfdir, --with-htmldir switches.
2394         * configure: Regenerate.
2396         * configure: Regenerate.
2398         * compile: Sync from Automake 1.11.
2399         * depcomp: Likewise.
2400         * install-sh: Likewise.
2401         * missing: Likewise.
2402         * mkinstalldirs: Likewise.
2403         * ylwrap: Likewise.
2405 2009-08-20  Dave Korn  <dave.korn.cygwin@gmail.com>
2407         * ltmain.sh (func_normal_abspath): New function.
2408         (func_relative_path): Likewise.
2409         (func_mode_help): Document new -bindir option for link mode.
2410         (func_mode_link): Add new -bindir option, and use it to place
2411         output DLL if specified.
2413 2009-08-19  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
2415         * configure.ac: Call AC_DISABLE_OPTION_CHECKING.
2416         (baseargs): Add --disable-option-checking.
2417         * configure: Regenerate.
2419         * Makefile.def (configure-target-libiberty): Depend on
2420         all-binutils and all-ld.
2421         (configure-target-newlib): Likewise.
2422         * Makefile.in: Regenerate.
2424 2009-08-17  Ben Elliston  <bje@au.ibm.com>
2426         * config.sub, config.guess: Update from upstream sources.
2428 2009-08-16  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
2430         Sync from src, merge:
2432         2009-07-02  Tristan Gingold  <gingold@adacore.com>
2434         * configure.ac: Do not exclude gas for i386-*-darwin.
2435         Add a case for x86_64-*-darwin.
2436         * configure: Regenerate.
2438 2009-08-06  Neil Vachharajani  <nvachhar@gmail.com>
2440         * MAINTAINERS: Add my name to Write After Approval list.
2442 2009-08-06  Michael Eager  <eager@eagercon.com>
2444         * configure.ac: Add Microblaze target.
2445         * configure: Regenerate.
2447 2009-07-31  Christian Bruel  <christian.bruel@st.com>
2449         * configure.ac (sh*-*-elf): Don't add target-libgloss to noconfigdirs.
2450         * configure: Regenerate.
2451         
2452 2009-07-28  Rask Ingemann Lambertsen  <ccc94453@vip.cybercity.dk>
2454         * MAINTAINERS (Write After Approval): Update my e-mail address.
2456 2009-07-06  Ian Lance Taylor  <iant@google.com>
2458         * configure.ac: Add missing comma in AC_ARG_WITH(boot-libs).
2459         * configure: Rebuild.
2461 2009-07-01  Tobias Grosser  <grosser@fim.uni-passau.de>
2463         * MAINTAINERS: Move myself to the Graphite Reviewers.
2465 2009-06-30  Wei Guozhi  <carrot@google.com>
2467         * MAINTAINERS: Add my name to Write After Approval list.
2469 2009-06-26  Steve Ellcey  <sje@cup.hp.com>
2471         PR bootstrap/40338
2472         * configure.ac (comparestring): Create new variable.
2473         * Makefile.tpl (comparestring): Use to skip some comparisions.
2474         * configure: Regenerate.
2475         * Makefile.in: Regenerate.
2477 2009-06-26  Doug Evans  <dje@sebabeach.org>
2479         * Makefile.def (host_modules): Add cgen.
2480         * Makefile.in: Regenerate.
2481         * configure.ac (host_tools): Add cgen.
2482         * configure: Regenerate.
2484 2009-06-23  DJ Delorie  <dj@redhat.com>
2486         * MAINTAINERS: Add myself as mep maintainer.
2488 2009-06-23  Ian Lance Taylor  <iant@google.com>
2490         * configure.ac: Add --enable-build-with-cxx.  When set, add c++ to
2491         boot_languages.  Only bootstrap target libraries listed in
2492         target_libs for some boot language.  Add --with-stage1-ldflags,
2493         --with-stage1-libs, --with-boot-ldflags, --with-boot-libs.  Remove
2494         with_host_libstdcxx from ppllibs.  Only add -fkeep-inline-functions
2495         if not building with C++.
2496         * Makefile.def: For target_module libstdc++-v3, set bootstrap=true.
2497         * Makefile.tpl (STAGE1_LDFLAGS, STAGE1_LIBS): New variables.
2498         (POSTSTAGE1_LDFLAGS, POSTSTAGE1_LIBS): New variables.
2499         (HOST_EXPORTS): Add STAGE1_LDFLAGS to LDFLAGS.  Export HOST_LIBS.
2500         (POSTSTAGE1_HOST_EXPORTS): Set CXX and CXX_FOR_BUILD.  Add
2501         POSTSTAGE1_LDFLAGS to LDFLAGS.  Export HOST_LIBS.
2502         (POSTSTAGE1_FLAGS_TO_PASS): Likewise.
2503         * configure, Makefile.in: Rebuild.
2505 2009-06-23  Li Feng  <nemokingdom@gmail.com>
2507         * MAINTAINERS: Added my name to write-after-approval list.
2509 2009-06-15  Ryan Mansfield  <rmansfield@qnx.com>
2511         * configure.ac: Define is_elf for QNX Neutrino targets.
2512         * configure: Regenerate.
2514 2009-06-09  Ghassan Shobaki  <ghassan.shobaki@amd.com>
2516         * MAINTAINERS: Added my name to the write-after-approval list
2518 2009-06-08  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
2520         * configure.ac: Detect MPC in default directory.
2521         * configure: Regenerate.
2523 2009-06-03  Jerome Guitton  <guitton@adacore.com>
2524             Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
2526         * Makefile.tpl (all): Avoid a trailing backslash.
2527         * Makefile.in: Regenerate.
2529 2009-06-03  Ben Elliston  <bje@au.ibm.com>
2531         * config.sub, config.guess: Update from upstream sources.
2533 2009-06-02  Richard Sandiford  <r.sandiford@uk.ibm.com>
2535         * configure.ac (powerpc-*-aix*, rs6000-*-aix*): Add target-newlib
2536         to noconfdirs.
2537         * configure: Regenerate.
2539 2009-06-02  Alexandre Oliva  <aoliva@redhat.com>
2541         * Makefile.tpl ([+compare-target+]): Compare all stage
2542         directories, rather than just gcc.
2543         * Makefile.in: Rebuilt.
2545 2009-06-01  Doug Kwan  <dougkwan@google.com>
2547         * configure.ac: Support gold for target arm*-*-*.
2548         * configure: Regenerate.
2550 2009-05-29  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
2552         * Makefile.def: Add MPC support and dependencies.
2553         * configure.ac: Likewise.  Reorganize GMP/MPFR checks.
2555         * Makefile.in, configure: Regenerate.
2557 2009-05-27  Alexandre Oliva  <aoliva@redhat.com>
2559         * Makefile.tpl (all): Avoid harmless warning in make all when
2560         gcc-bootstrap is enabled but stage_last does not exist.
2561         * Makefile.in: Rebuilt.
2563 2009-05-24  Nicolas Roche  <roche@adacore.com>
2565         * Makefile.tpl (compare-target): Skip ./ada/*tools directories.
2566         * Makefile.in: Regenerate.
2568 2009-05-21  Denis Chertykov  <chertykov@gmail.com>
2570         * MAINTAINERS: Update my e-mail address.
2572 2009-05-21  Dave Korn  <dave.korn.cygwin@gmail.com>
2574         * configure.ac (cygwin noconfigdirs):  Remove libgcj.
2575         * configure:  Regenerate.
2577 2009-05-18  Alexandre Oliva  <aoliva@redhat.com>
2579         PR other/40159
2580         * Makefile.tpl (all): Don't assume gcc-bootstrap and
2581         gcc-no-bootstrap are mutually exclusive.
2582         * Makefile.in: Rebuilt.
2584 2009-05-18  Alexandre Oliva  <aoliva@redhat.com>
2586         PR other/40159
2587         * Makefile.tpl (all): Don't end with unconditional success.
2588         * Makefile.in: Rebuilt.
2590 2009-05-12  Alexandre Oliva  <aoliva@redhat.com>
2592         PR target/37137
2593         * Makefile.def (flags_to_pass): Remove redundant and incomplete
2594         STAGE1_CFLAGS, STAGE2_CFLAGS, STAGE3_CFLAGS, and STAGE4_CFLAGS.
2595         Add FLAGS_FOR_TARGET and BUILD_CONFIG.
2596         (bootstrap_stage): Remove bootstrap-debug custom stages.  Turn
2597         stage_configureflags, stage_cflags and stage_libcflags into
2598         explicit Makefile macros.
2599         * Makefile.tpl (HOST_EXPORTS, EXTRA_HOST_FLAGS): Pass GCJ and
2600         GFORTRAN.
2601         (POSTSTAGE1_HOST_EXPORTS): Add XGCC_FLAGS_FOR_TARGET and TFLAGS to
2602         CC.  Set CC_FOR_BUILD from CC.
2603         (BASE_TARGET_EXPORTS, RAW_CXX_TARGET_EXPORTS,
2604         NORMAL_TARGET_EXPORTS): Move SYSROOT_CFLAGS_FOR_TARGET and
2605         DEBUG_PREFIX_CFLAGS_FOR_TARGET from CFLAGS and CXXFLAGS to
2606         XGCC_FLAGS_FOR_TARGET.  Add it along with TFLAGS to CC, CXX, GCJ,
2607         and GFORTRAN.
2608         (TFLAGS, STAGE_CFLAGS, STAGE_TFLAGS, STAGE_CONFIGURE_FLAGS): New.
2609         (_LIBCFLAGS): Renamed to _TFLAGS.
2610         (do-compare-debug, do-compare3-debug): Drop.
2611         (CC, GCC_FOR_TARGET, CXX_FOR_TARGET, RAW_CXX_FOR_TARGET,
2612         GCJ_FOR_TARGET, GFORTRAN_FOR_TARGET): Remove FLAGS_FOR_TARGET.
2613         (FLAGS_FOR_TARGET, SYSROOT_CFLAGS_FOR_TARGET,
2614         DEBUG_PREFIX_CFLAGS_FOR_TARGET): Move down.
2615         (XGCC_FLAGS_FOR_TARGET): New.
2616         (BASE_FLAGS_TO_PASS): Pass STAGEid_CFLAGS, STAGEid_TFLAGS and TFLAGS.
2617         (EXTRA_HOST_FLAGS): Pass GCJ and GFORTRAN.
2618         (POSTSTAGE1_FLAGS_TO_PASS): Move SYSROOT_CFLAGS_FOR_TARGET and
2619         DEBUG_PREFIX_CFLAGS_FOR_TARGET from CFLAGS, CXXFLAGS, LIBCFLAGS,
2620         LIBCXXFLAGS to XGCC_FLAGS_FOR_TARGET.  Add it along with TFLAGS
2621         to CC, CXX, GCJ, and GFORTRAN.  Pass XGCC_FLAGS_FOR_TARGET and
2622         TFLAGS.
2623         (BUILD_CONFIG): Include if requested.
2624         (all): Set TFLAGS on bootstrap.
2625         (configure-stageid-prefixmodule): Pass TFLAGS, adjust FLAGS.
2626         (all-stageid-prefixmodule): Likewise.
2627         (do-clean, distclean-stageid): Set TFLAGS.
2628         (restrap): Fix whitespace.
2629         * Makefile.in: Rebuilt.
2631 2009-05-07  Paolo Bonzini  <bonzini@gnu.org>
2633         * config.guess: Sync with src.
2635 2009-05-07  Dave Korn  <dave.korn.cygwin@gmail.com>
2637         * configure.ac ($with_ppl):  Default to no if not supplied.
2638         ($with_cloog):  Likewise.
2639         configure:  Regenerate.
2641 2009-04-27  James E. Wilson  <wilson@codesourcery.com>
2643         * MAINTAINERS: Update my e-mail address.
2645 2009-04-27  Nick Clifton  <nickc@redhat.com>
2647         * MAINTAINERS: Replace Aldy Hernandez as a maintainer for the FRV.
2649 2009-04-25  Eric Botcazou  <ebotcazou@adacore.com>
2651         * Makefile.tpl (POSTSTAGE1_HOST_EXPORTS): Add GNATBIND.
2652         (POSTSTAGE1_FLAGS_TO_PASS): Pick up exported value for GNATBIND.
2653         * Makefile.in: Regenerate.
2655 2009-04-24  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
2657         PR bootstrap/39739
2658         * configure.ac (extra_mpfr_configure_flags): Set and AC_SUBST.
2659         * Makefile.def (module=mpfr): Use extra_mpfr_configure_flags.
2661         * configure, Makefile.in: Regenerate.
2663 2009-04-21  Taras Glek  <tglek@mozilla.com>
2665         * include/hashtab.h: Update GTY annotations to new syntax
2666         * include/splay-tree.h: Likewise
2668 2009-04-17  Ben Elliston  <bje@au.ibm.com>
2670         * config.sub, config.guess: Update from upstream sources.
2672 2009-04-15  Anthony Green  <green@moxielogic.com>
2674         * configure.ac: Add moxie support.
2675         * configure: Rebuilt.
2677 2009-04-14  Jakub Jelinek  <jakub@redhat.com>
2679         * configure.ac: Change copyright header to refer to version
2680         3 of the GNU General Public License and to point readers at the
2681         COPYING3 file and the FSF's license web page.
2682         * Makefile.def: Likewise.
2683         * Makefile.tpl: Likewise.
2684         * Makefile.in: Regenerate.
2686 2009-04-09  Jack Howarth  <howarth@bromo.med.uc.edu>
2688         * configure.ac: Restore match for darwin9 or later. Use double
2689         brackets since regeneration eats one pair.
2690         * configure: Regenerate.
2692 2009-04-09  H.J. Lu  <hongjiu.lu@intel.com>
2694         PR gas/10039
2695         * configure.ac: Require texinfo 4.7.
2696         * configure: Regenerated.
2698 2009-04-09  Nick Clifton  <nickc@redhat.com>
2700         * COPYING.RUNTIME: New file: Contains a copy of version 3.1 of
2701         the GCC Runtime Library Exception.
2703 2009-04-08  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
2705         * configure.ac: Bump minimum GMP/MPFR versions to 4.2 and 2.3.1.
2706         * configure: Regenerate.
2708 2009-04-01  Steve Ellcey  <sje@cup.hp.com>
2710         * Makefil.def (languages): New entries.
2711         * Makefile.tpl (check-gcc-*): New generic target.
2712         * Makefile.in: Regenerate.
2714 2009-03-25  Erven Rohou  <erven.rohou@inria.fr>
2716         * MAINTAINERS:  Update my email address.
2718 2009-03-18  Tom Tromey  <tromey@redhat.com>
2720         * configure: Rebuild.
2721         * configure.ac (host_libs): Add libiconv.
2722         * Makefile.in: Rebuild.
2723         * Makefile.def (host_modules): Add libiconv.
2724         (configure-gdb, all-gdb): Depend on libiconv.
2726 2009-03-16  Tristan Gingold  <gingold@adacore.com>
2728         * configure.ac: Treat gdb as supported on x86_64-darwin.
2729         * configure: Regenerate.
2731 2009-03-16  Joseph Myers  <joseph@codesourcery.com>
2733         * configure.ac (--with-host-libstdcxx): New option.
2734         * configure: Regenerate.
2736 2009-03-12  Joern Rennecke  <joern.rennecke@arc.com>
2738         * MAINTAINERS:  Move myself into the write after approval list.
2740 2009-03-11  Nicola Pero  <nicola.pero@meta-innovation.com>
2742         * MAINTAINERS: Update e-mail address.
2743         
2744 2009-03-11  Dorit Nuzman  <dorit@il.ibm.com>
2746         * MAINTAINERS: Remove myself as auto-vectorizer maintainer.
2748 2009-03-10  Ira Rosen  <irar@il.ibm.com>
2750         * MAINTAINERS: Add myself as auto-vectorizer maintainer.
2752 2009-03-01  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
2754         Backport from git Libtool:
2756         2009-01-19  Robert Millan  <rmh@aybabtu.com>
2757         Support GNU/kOpenSolaris.
2758         * libltdl/m4/libtool.m4 (_LT_SYS_DYNAMIC_LINKER)
2759         (_LT_CHECK_MAGIC_METHOD, _LT_COMPILER_PIC, _LT_LINKER_SHLIBS)
2760         (_LT_LANG_CXX_CONFIG) [kopensolaris*-gnu]: Recognize
2761         GNU/kOpenSolaris.
2763 2009-02-27  Andreas Schwab  <schwab@linux-m68k.org>
2765         * MAINTAINERS: Update e-mail address.
2767 2009-02-24  Michael Eager  <eager@eagercon.com>
2769         * MAINTAINERS (Write After Approval): Add self.
2771 2009-02-18  Bingfeng Mei  <bmei@broadcom.com>
2773         * MAINTAINERS (Write After Approval): Add myself.
2775 2009-02-05  Andreas Schwab  <schwab@suse.de>
2777         * Makefile.tpl (stage_last): Define $r and $s before using
2778         $(RECURSE_FLAGS_TO_PASS).
2779         * Makefile.in: Regenerate
2781 2009-01-30  Ian Lance Taylor  <iant@google.com>
2783         * MAINTAINERS: Move myself to the Global Reviewers list.
2785 2009-01-29  Robert Millan  <rmh@aybabtu.com>
2787         * configure.ac: Recognize GNU/kOpenSolaris (*-*-kopensolaris*-gnu).
2788         * configure: Regenerate.
2790 2009-01-17  Gerald Pfeifer  <gerald@pfeifer.com>
2792         * MAINTAINERS: Make whitespace consistent.
2793         Remove Robert Millan from Write After Approval.
2795 2009-01-16  Alan Modra  <amodra@bigpond.net.au>
2797         * Makefile.def (configure-opcodes): Depend on configure-libiberty.
2798         (all-opcodes): Depend on all-libiberty.
2799         * Makefile.in: Regenerate.
2801 2009-01-15  Douglas B Rupp  <rupp@gnat.com>
2803         * configure.ac (ia64*-*-*vms*): Add case with no gdb or ld support.
2804         * configure: Regenerate.
2806 2009-01-12  Ramana Radhakrishnan  <ramana.r@gmail.com>
2808         * MAINTAINERS (Write After Approval): Add myself.
2810 2009-01-12  Steven G. Kargl  <sgk@troutmask.apl.washington.edu>
2812         * MAINTAINERS: Add myself to reviewers (Fortran).
2814 2009-01-12  Sebastian Pop  <sebastian.pop@amd.com>
2816         PR tree-optimization/38515
2817         * configure.ac (cloog-polylib): Removed.
2818         (with_ppl, with_cloog): Test for "no".
2819         * configure: Regenerated.
2821 2009-01-11  Daniel Franke  <franke.daniel@gmail.com>
2823         * MAINTAINERS: Moved myself to reviewers (Fortran).
2825 2009-01-06  Thomas Schwinge  <tschwinge@gnu.org>
2827         * MAINTAINERS (OS Port Maintainers): Add myself for GNU/Hurd.
2828         (Write After Approval): Remove myself.
2830 2009-01-03  Diego Novillo  <dnovillo@google.com>
2832         * MAINTAINERS: Remove myself from alias maintainership.
2834 2009-01-02  David Ayers  <ayers@fsfe.org>
2836         * MAINTAINERS: Update e-mail address.
2838 2008-12-30  Gerald Pfeifer  <gerald@pfeifer.com>
2840         * MAINTAINERS: Make whitespace consistent.
2842 2008-12-18  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
2844         Backport from upstream Libtool:
2845         * libltdl.m4 (_LT_SYS_DYNAMIC_LINKER, _LT_LINKER_SHLIBS):
2846         Add cache variables to tests that require the linker to work.
2847         For shlibpath_overrides_runpath, this also changes the semantics
2848         to let the result from the C compiler take precedence.
2850 2008-12-02  Ben Elliston  <bje@au.ibm.com>
2852         * config.sub, config.guess: Update from upstream sources.
2854 2008-12-12  Sebastian Pop  <sebastian.pop@amd.com>
2856         * configure.ac (ppllibs): Add by default the lib flags.
2857         * configure: Regenerate.
2859 2008-12-08  Luis Machado  <luisgpm@br.ibm.com>
2861         * MAINTAINERS:  Add myself to the write after approval list.
2863 2008-12-04  Jack Howarth  <howarth@bromo.med.uc.edu>
2865         * configure.ac: Add double brackets on darwin[912].
2866         * configure: Regenerate.
2868 2008-12-03  Daniel Kraft  <d@domob.eu>
2870         * MAINTAINERS:  Moved myself and Mikael Morin from Write After
2871         Approval to Reviewer section (for Fortran front-end).
2873 2008-12-02  Jack Howarth  <howarth@bromo.med.uc.edu>
2875         * configure.ac: Expand to darwin10 and later.
2876         * configure: Regenerate.
2878 2008-12-02  Andreas Schwab  <schwab@suse.de>
2880         * Makefile.def: configure-target-boehm-gc depends on
2881         all-target-libstdc++-v3.
2882         * Makefile.in: Regenerate.
2884 2008-12-02  Kai Tietz  <kai.tietz@onevision.com>
2886         * MAINTAINERS:  Add myself as mingw maintainer.
2888 2008-12-02  Ben Elliston  <bje@au.ibm.com>
2890         * config.sub, config.guess: Update from upstream sources.
2892 2008-12-01  Gerald Pfeifer  <gerald@pfeifer.com>
2894         * README.SCO: Remove.
2896 2008-11-29  Fernando Pereira  <pronesto@gmail.com>
2898         * MAINTAINERS:  Add myself to the write after approval list.
2900 2008-11-29  Dave Korn  <dave.korn.cygwin@gmail.com>
2902         * MAINTAINERS:  Update my email address in WAA section.
2904 2008-11-29  Chen Liqin  <liqin@sunnorth.com.cn>
2906         * MAINTAINERS: Update e-mail address.
2908 2008-11-27  Toon Moene  <toon@moene.org>
2910         * MAINTAINERS: Change e-mail address.
2912 2008-11-27  Tristan Gingold  <gingold@adacore.com>
2914         * configure.ac: Build gdb for i?86-*-darwin*
2915         * configure: Regenerated.
2917 2008-11-24  Hariharan Sandanagobalane  <hariharan@picochip.com>
2919         * MAINTAINERS: Added my full name.
2921 2008-11-14  Daniel Jacobowitz  <dan@codesourcery.com>
2923         PR bootstrap/38014
2924         PR bootstrap/37923
2926         Revert:
2928         2008-10-24  Daniel Jacobowitz  <dan@codesourcery.com>
2930         * Makefile.tpl (HOST_EXPORTS): Correct CPPFLAGS typo.
2931         * Makefile.in: Regenerated.
2933         2008-10-22  Daniel Jacobowitz  <dan@codesourcery.com>
2935         PR gdb/921
2936         PR gdb/1646
2937         PR gdb/2175
2938         PR gdb/2176
2940         * Makefile.def (flags_to_pass): Add CPPFLAGS_FOR_BUILD and CPPFLAGS.
2941         * Makefile.tpl (BUILD_EXPORTS): Set CPPFLAGS.
2942         (EXTRA_BUILD_FLAGS): Correct typo.  Pass CPPFLAGS.
2943         (HOST_EXPORTS): Pass CPPFLAGS.
2944         (CPPFLAGS_FOR_BUILD, CPPFLAGS, CPPFLAGS_FOR_TARGET): Define.
2945         (LDFLAGS_FOR_TARGET): Initialize from configure script.
2946         (EXTRA_TARGET_FLAGS): Set CPPFLAGS.
2947         * Makefile.in, configure: Regenerated.
2948         * configure.ac: Set CPPFLAGS_FOR_TARGET, LDFLAGS_FOR_TARGET,
2949         and CPPFLAGS_FOR_BUILD.
2951 2008-11-06  Jeff Law  <law@redhat.com>
2953         * MAINTAINERS: Add myself as middle end maintainer.
2955 2008-11-06  Andrew Stubbs  <ams@codesourcery.com>
2957         * MAINTAINERS (Write after approval): Add myself.
2959 2008-11-05  Diego Novillo  <dnovillo@google.com>
2961         * MAINTAINERS (Global Reviewers): Add myself.
2962         (Non-Algorithmic Maintainers): Remove myself.
2964 2008-11-04  Thomas Schwinge  <tschwinge@gnu.org>
2966         * MAINTAINERS (Write after approval): Add myself.
2968 2008-10-31  Mikael Morin  <mikael.morin@tele2.fr>
2970         * MAINTAINERS (Write after approval): Add myself.
2972 2008-10-31  Ben Elliston  <bje@au.ibm.com>
2974         * configure.ac (spu-*-*): Remove special case.
2975         * configure: Regenerate.
2977 2008-10-30  Catherine Moore  <clm@codesourcery.com>
2979         * MAINTAINERS (Write after approval): Update my email address.
2981 2008-10-29  Stefan Schulze Frielinghaus  <xxschulz@de.ibm.com>
2983         * configure.ac [spu-*-*]: Do not set skipdirs.
2984         * configure: Re-generate.
2986 2008-10-29  Bernd Schmidt  <bernd.schmidt@analog.com>
2988         * MAINTAINERS (Various Maintainers): Add myself to reload.
2990 2008-10-25  Richard Guenther  <rguenther@suse.de>
2992         * MAINTAINERS (Various Maintainers): Add myself as middle-end
2993         maintainer.  Remove myself as libgcc-math maintainer.
2994         (Non-Algorithmic Maintainers): Remove myself.
2996 2008-10-24  Daniel Jacobowitz  <dan@codesourcery.com>
2998         * Makefile.tpl (HOST_EXPORTS): Correct CPPFLAGS typo.
2999         * Makefile.in: Regenerated.
3001 2008-10-23  Cary Coutant  <ccoutant@google.com>
3003         * MAINTAINERS (Write after approval): Add myself.
3005 2008-10-22  Daniel Jacobowitz  <dan@codesourcery.com>
3007         PR gdb/921
3008         PR gdb/1646
3009         PR gdb/2175
3010         PR gdb/2176
3012         * Makefile.def (flags_to_pass): Add CPPFLAGS_FOR_BUILD and CPPFLAGS.
3013         * Makefile.tpl (BUILD_EXPORTS): Set CPPFLAGS.
3014         (EXTRA_BUILD_FLAGS): Correct typo.  Pass CPPFLAGS.
3015         (HOST_EXPORTS): Pass CPPFLAGS.
3016         (CPPFLAGS_FOR_BUILD, CPPFLAGS, CPPFLAGS_FOR_TARGET): Define.
3017         (LDFLAGS_FOR_TARGET): Initialize from configure script.
3018         (EXTRA_TARGET_FLAGS): Set CPPFLAGS.
3019         * Makefile.in, configure: Regenerated.
3020         * configure.ac: Set CPPFLAGS_FOR_TARGET, LDFLAGS_FOR_TARGET,
3021         and CPPFLAGS_FOR_BUILD.
3023 2008-10-20  Sebastian Pop  <sebastian.pop@amd.com>
3025         * MAINTAINERS (Graphite Reviewers): Added Daniel Berlin and
3026         Sebastian Pop.
3028 2008-10-14  Antoniu Pop <antoniu.pop@gmail.com>
3030         * MAINTAINERS (Write After Approval): Added myself.
3032 2008-10-13  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
3034         * configure.ac (MPFR check): Bump minimum version to 2.3.0 and
3035         recommended version to 2.3.2.
3037         * configure: Regenerate.
3039 2008-10-01  Mark Mitchell  <mark@codesourcery.com>
3041         * MAINTAINERS (Blanket Write Privs): Change to Global Reviewers.
3043 2008-09-29  David Daney <david.daney@caviumnetworks.com>
3045         * MAINTAINERS (Write After Approval): Update e-mail address.
3047 2008-09-26  Peter O'Gorman  <pogma@thewrittenword.com>
3049         * libtool.m4: Update to libtool 2.2.6.
3050         * lt~obsolete.m4: Update to libtool 2.2.6.
3051         * ltmain.sh: Update to libtool 2.2.6.
3052         * ltsugar.m4: Update to libtool 2.2.6.
3053         * ltversion.m4: Update to libtool 2.2.6.
3054         * ltoptions.m4: Update to libtool 2.2.6.
3055         * ltgcc.m4: Update to match changes from libtool 2.2.6.
3057 2008-09-22  Chris Fairles  <cfairles@gcc.gnu.org>
3059         * MAINTAINERS (Write After Approval): Add myself.
3061 2008-09-22  Bernhard Reutner-Fischer  <aldot@gcc.gnu.org>
3063         * MAINTAINERS (Write After Approval): Update my name.
3065 2008-09-20  Steven Bosscher  <steven@gcc.gnu.org>
3067         * MAINTAINERS: Add myself in "Write After Approval".
3069 2008-09-18  Steve Ellcey  <sje@cup.hp.com>
3071         * MAINTAINERS: Add myself as ia64 maintainer.
3073 2008-09-04  Gerald Pfeifer  <gerald@pfeifer.com>
3075         * MAINTAINERS: Remove John Carr, Steve Chamberlain, Michael Chastain,
3076         Klaus Kaempf, Mumit Khan, Alan Lehotsky, Warren Levy, Don Lindsay,
3077         Dave Love, Alexandre Petit-Bianco, Clinton Popetz, Gavin Romig-Koch,
3078         and Michael Tiemann from Write After Approval since they do not
3079         actually have access.
3081 2008-09-05  Richard Guenther  <rguenther@suse.de>
3083         * configure.ac: Initialize clooglibs to -lcloog.
3084         * configure: Re-generate.
3086 2008-09-04  Le-Chun Wu  <lcwu@google.com>
3088         * MAINTAINERS (Write After Approval): Add myself.
3090 2008-09-03  Sebastian Pop  <sebastian.pop@amd.com>
3092         * configure.ac (--with-cloog-polylib): New.
3093         (--disable-cloog-version-check): New.
3094         (--disable-ppl-version-check): New.
3095         * configure: Re-generate.
3097 2008-09-03  Richard Guenther  <rguenther@suse.de>
3099         * configure.ac: Always pass -DCLOOG_PPL_BACKEND to the
3100         cloog test.
3101         * configure: Re-generate.
3103 2008-09-03  Hari Sandanagobalane  <hariharan@picochip.com>
3105         Add picoChip port.
3106         * MAINTAINERS: Add picoChip maintainers.
3108 2008-09-02  Sebastian Pop  <sebastian.pop@amd.com>
3109             Tobias Grosser  <grosser@fim.uni-passau.de>
3110             Jan Sjodin  <jan.sjodin@amd.com>
3111             Harsha Jagasia  <harsha.jagasia@amd.com>
3112             Dwarakanath Rajagopal  <dwarak.rajagopal@amd.com>
3113             Konrad Trifunovic  <konrad.trifunovic@inria.fr>
3114             Adrien Eliche  <aeliche@isty.uvsq.fr>
3116         Merge from graphite branch.
3117         * configure: Regenerate.
3118         * Makefile.in: Regenerate.
3119         * configure.ac (host_libs): Add ppl and cloog.
3120         Add checks for PPL and CLooG.
3121         * Makefile.def (ppl, cloog): Added modules and dependences.
3122         * Makefile.tpl (PPLLIBS, PPLINC, CLOOGLIBS, CLOOGINC): New.
3123         (HOST_PPLLIBS, HOST_PPLINC, HOST_CLOOGLIBS, HOST_CLOOGINC): New.
3125 2008-08-31  Aaron W. LaFramboise  <aaronavay62@aaronwl.com>
3127         * configure.ac (RPATH_ENVVAR): Use PATH on Windows.
3128         (GCC_SHLIB_SUBDIR): New.
3129         * Makefile.tpl (HOST_LIB_PATH_gcc): Use GCC_SHLIB_SUBDIR.
3130         * configure: Regenerate.
3131         * Makefile.in: Regenerate.
3133 2008-08-30  Gerald Pfeifer  <gerald@pfeifer.com>
3135         * MAINTAINERS: Consistently use tabs to separate columns.
3137 2008-08-29  Tristan Gingold  <gingold@adacore.com>
3139         * MAINTAINERS (Write after Approval): Add myself.
3141 2008-08-28  Tristan Gingold  <gingold@adacore.com>
3143         * configure.ac (powerpc-*-darwin*, i?86-*-darwin*,x86_64-*-darwin9):
3144         Enable bfd, binutils and opcodes.
3145         * configure: Regenerate.
3147 2008-08-27  John David Anglin  <dave.anglin@nrc-cnrc.gc.ca>
3149         * MAINTAINERS: Update my hppa and hpux entries.  Remove my vax entry.
3151 2008-08-23  Thomas Koenig  <tkoenig@gcc.gnu.org>
3153         * MAINTAINERS:  Use correct Umlaut for last name.
3155 2008-08-23  Francois-Xavier Coudert  <fxcoudert@gcc.gnu.org>
3157         * MAINTAINERS: Move myself from Reviewers to Write after Approval.
3159 2008-08-16  David Edelsohn  <edelsohn@gnu.org>
3161         * MAINTAINERS: Update my email address.
3163 2008-08-16  Nicolas Roche  <roche@adacore.com>
3165         * Makefile.tpl: Add BOOT_ADAFLAGS.
3166         * Makefile.in: Regenerate.
3168 2008-08-09  Richard Sandiford  <rdsandiford@googlemail.com>
3170         * configure.ac (mips*-*-*linux*, mips*-*-gnu*): Use mt-mips-gnu.
3171         * configure: Regenerate.
3173 2008-07-30  Paolo Bonzini  <bonzini@gnu.org>
3175         * configure.ac: Add makefile fragments for hpux.
3176         * Makefile.def (flags_to_pass): Add ADA_CFLAGS.
3177         * Makefile.tpl (HOST_EXPORTS): Pass ADA_CFLAGS.
3178         * configure: Regenerate.
3179         * Makefile.in: Regenerate.
3181 2008-07-28  Aldy Hernandez  <aldyh@redhat.com>
3183         * MAINTAINERS: Add Jakub and myself as gimple maintainers.
3185 2008-07-11  Dodji Seketeli  <dseketel@redhat.com>
3187         * MAINTAINERS (Write after Approval): Add myself.
3189 2008-07-02  Xuepeng Guo  <xuepeng.guo@intel.com>
3191         * MAINTAINERS (Write After Approval):  Add myself.
3193 2008-06-29  Andrew Jenner  <andrew@codesourcery.com>
3195         * MAINTAINERS (Write After Approval):  Add myself.
3197 2008-06-29  Krister Walfridsson  <krister.walfridsson@gmail.com>
3199         * MAINTAINERS: Update my email address.
3201 2008-06-25  Joey Ye  <joey.ye@intel.com>
3203         * MAINTAINERS (Write After Approval):  Add myself.
3205 2008-06-17  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
3207         * Makefile.tpl ($(srcdir)/configure): Update dependencies.
3208         * Makefile.in: Regenerate.
3209         * configure: Regenerate.
3211 2008-06-17  Daniel Kraft  <d@domob.eu>
3213         * MAINTAINERS (Write After Approval):  Add myself.
3215 2008-06-16  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
3217         * configure.ac: Set TOPLEVEL_CONFIGURE_ARGUMENTS early, when
3218         "$@" is still intact with both Autoconf 2.59 and 2.62.
3219         * configure: Regenerate.
3221 2008-06-16  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
3223         * Makefile.tpl: Fix comment errors.
3224         * Makefile.in: Regenerate.
3226 2008-06-12  David S. Miller  <davem@davemloft.net>
3227             David Edelsohn  <edelsohn@gnu.org>
3229         * configure.ac: Add powerpc*-*-* to gold supported targets.
3230         * configure: Regenerate.
3232 2008-06-08  Joseph Myers  <joseph@codesourcery.com>
3234         PR tree-optimization/36218
3235         * Makefile.def (flags_to_pass): Add LDFLAGS_FOR_BUILD.
3236         * Makefile.tpl (EXTRA_BUILD_FLAGS): Define.
3237         (all prefix="build-"): Pass them to build-system sub-makes.
3238         * Makefile.in: Regenerate.
3240 2008-06-07  Joseph Myers  <joseph@codesourcery.com>
3242         * MAINTAINERS (mt port): Remove.
3243         (sco5, unixware, sco udk): Remove.
3244         (Kean Johnston): Add to Write After Approval.
3246 2008-05-30  Julian Brown  <julian@codesourcery.com>
3248         * configure.ac (arm*-*-linux-gnueabi): Don't disable building
3249         of libobjc for ARM EABI Linux.
3250         * configure: Regenerate.
3252 2008-05-18  Xinliang David Li   <davidxl@google.com>
3254         * ChangeLog: Remove wrong ChangeLog entry.
3256 2008-05-17  Xinliang David Li   <davidxl@google.com>
3258         * MAINTAINERS (Write After Approval): Add myself.
3260 2008-05-15  Janus Weil  <janus@gcc.gnu.org>
3262         * MAINTAINERS (Write After Approval): Add myself.
3264 2008-05-14  Rafael Espíndola  <espindola@google.com>
3266         * config-ml.in: don't handle --enable-shared and --enable-static.
3268 2008-05-10  Richard Sandiford  <rdsandiford@googlemail.com>
3270         * MAINTAINERS: Update my email address.
3272 2008-05-10  Paolo Carlini  <paolo.carlini@oracle.com>
3274         * MAINTAINERS: Update my email address.
3276 2008-05-03  Kris Van Hees  <kris.van.hees@oracle.com>
3278         * MAINTAINERS (Write After Approval): Add myself.
3280 2008-04-28  Gabriele Svelto  <gabriele.svelto@st.com>
3282         * MAINTAINERS (Write After Approval): Add myself.
3284 2008-04-25  Pompapathi V Gadad  <Pompapathi.V.Gadad@nsc.com>
3286         * MAINTAINERS (crx): Add myself.
3288 2008-04-18  Paolo Bonzini  <bonzini@gnu.org>
3290         Sync with src:
3291         2008-04-14  David S. Miller  <davem@davemloft.net>
3293         * configure.ac: Add sparc*-*-* to gold supported targets.
3294         * configure: Regenerate.
3296 2008-04-18  Paolo Bonzini  <bonzini@gnu.org>
3298         PR bootstrap/35457
3299         * configure.ac: Include override.m4.
3300         * configure: Regenerate.
3302 2008-04-18  Paolo Bonzini  <bonzini@gnu.org>
3304         * Makefile.tpl (restrap): Call `make all' using double-colon rules.
3305         * Makefile.in: Regenerate.
3307 2008-04-18  M R Swami Reddy  <MR.Swami.Reddy@nsc.com>
3309         * configure.ac (cr16-*-*): Add case for cr16 target and include gdb
3310         as nonconfigurable directories list.
3311         * configure: Regenerate.
3313 2008-04-14  Ben Elliston  <bje@au.ibm.com>
3315         * config.sub, config.guess: Update from upstream sources.
3317 2008-04-12  Hans-Peter Nilsson  <hp@axis.com>
3319         * Makefile.tpl <gcc>: Error early unless at least GNU make 3.80.
3320         * Makefile.in: Regenerate.
3322 2008-04-11  Eric B. Weddington  <eweddington@cso.atmel.com>
3324         * configure.ac: Do not build libssp for the AVR.
3325         * configure: Regenerate.
3327 2008-04-07  Ian Lance Taylor  <iant@google.com>
3329         * Makefile.def: check-gold depends upon all-binutils.
3330         * Makefile.in: Regenerate.
3332 2008-04-04  Andy Hutchinson  <hutchinsonandy@aim.com>
3334         * MAINTAINERS (Write After Approval): Add myself.
3336 2008-04-04  Nick Clifton  <nickc@redhat.com>
3338         PR binutils/4334
3339         * configure.ac: Run ACX_CHECK_CYGWIN_CAT_WORKS for cygwin hosted
3340         builds.
3341         * configure: Regenerate.
3343 2008-04-04  NightStrike  <NightStrike@gmail.com>
3345         PR other/35151
3346         * configure.ac: Combine rules for mingw32 and mingw64.
3347         * configure: Regenerate.
3349 2008-04-02  Kai Tietz  <kai.tietz@onvision.com>
3351         * MAINTAINERS (Write After Approval): Add myself.
3353 2008-04-01  Seongbae Park  <seongbae.park@gmail.com>
3355         * Makefile.tpl (.NOTPARALLEL): Revert previous change.
3356         * Makefile.in (.NOTPARALLEL): Ditto.
3358 2008-04-01  Peter O'Gorman  <pogma@thewrittenword.com>
3360         * MAINTAINERS (Write After Approval): Add myself.
3362 2008-03-31  Seongbae Park  <seongbae.park@gmail.com>
3364         * Makefile.tpl (.NOTPARALLEL): Serialize stageprofile libiberty.
3365         * Makefile.in (.NOTPARALLEL): Regenerate.
3367 2008-03-27  Paolo Bonzini  <bonzini@gnu.org>
3369         * Makefile.tpl (PICFLAG, PICFLAG_FOR_TARGET): Remove.
3370         * Makefile.in: Regenerate.
3372 2008-03-26  Jakub Staszak  <kuba@et.pl>
3374         * MAINTAINERS (Write After Approval): Add myself.
3376 2008-03-23  Thomas Koenig  <tkoenig@gcc.gnu.org>
3378         * MAINTAINERS:  Update e-mail address.
3380 2008-03-20  Ian Lance Taylor  <iant@google.com>
3382         * configure.ac: Add support for --enable-gold.
3383         * Makefile.def: Add gold as a directory like ld.
3384         * configure, Makefile.in: Regenerate.
3386 2008-03-16  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
3388         * configure.ac: m4_include config/proginstall.m4.
3389         * configure: Regenerate.
3391         Backport from upstream Libtool:
3393         2007-10-12  Eric Blake  <ebb9@byu.net>
3395         Deal with Autoconf 2.62's semantic change in m4_append.
3396         * ltsugar.m4 (lt_append): Replace broken versions of
3397         m4_append.
3398         (lt_if_append_uniq): Don't require separator to be overquoted,
3399         and avoid broken m4_append.
3400         (lt_dict_add): Fix typo.
3401         * libtool.m4 (_LT_DECL): Don't overquote separator.
3403 2008-03-13  David Edelsohn  <edelsohn@gnu.org>
3405         * config.rpath: Add AIX 6 support.
3407 2008-03-13  Paolo Bonzini  <bonzini@gnu.org>
3409         * Makefile.def (stageprofile).  Remove -fprofile-generate
3410         from stage_libcflags.
3411         * Makefile.in: Regenerate.
3413 2008-03-13  Ben Elliston  <bje@au.ibm.com>
3415         * config.sub, config.guess: Update from upstream sources.
3417 2008-03-06  Tom Tromey  <tromey@redhat.com>
3419         * MAINTAINERS: Update for treelang deletion.
3421 2008-03-03  James E. Wilson  <wilson@tuliptree.org>
3423         * MAINTAINERS: Update my email address.
3425 2008-03-03  Stan Shebs  <stanshebs@earthlink.net>
3427         * MAINTAINERS (darwin port): Add myself as a maintainer.
3428         (objective-c/c++): Add myself as a maintainer.
3430 2008-03-03  Volker Reichelt  <v.reichelt@netcologne.de>
3432         * MAINTAINERS (Write After Approval): Update my email address.
3434 2008-02-25  Tomas Bily  <tbily@suse.cz>
3436         * MAINTAINERS (Write After Approval): Add myself.
3438 2008-02-23  Jakub Jelinek  <jakub@redhat.com>
3440         * MAINTAINERS (OpenMP): Add myself.
3442 2008-02-20  Paolo Bonzini  <bonzini@gnu.org>
3444         PR bootstrap/32009
3445         PR bootstrap/32161
3447         * configure.ac (CFLAGS_FOR_TARGET, CXXFLAGS_FOR_TARGET): Compute here.
3448         * configure: Regenerate.
3450         * Makefile.def: Define stage_libcflags for all bootstrap stages.
3451         * Makefile.tpl (BOOT_LIBCFLAGS, STAGE2_LIBCFLAGS, STAGE3_LIBCFLAGS,
3452         STAGE4_LIBCFLAGS): New.
3453         (CFLAGS_FOR_TARGET, CXXFLAGS_FOR_TARGET): Subst from autoconf, without
3454         $(SYSROOT_CFLAGS_FOR_TARGET) and $(DEBUG_PREFIX_CFLAGS_FOR_TARGET).
3455         (BASE_TARGET_EXPORTS): Append them here to C{,XX}FLAGS.
3456         (EXTRA_TARGET_FLAGS): Append them here to {LIB,}C{,XX}FLAGS.
3457         (configure-stage[+id+]-[+prefix+][+module+]): Pass stage_libcflags
3458         for target modules.  Don't export LIBCFLAGS.
3459         (all-stage[+id+]-[+prefix+][+module+]): Pass stage_libcflags; pass
3460         $(BASE_FLAGS_TO_PASS) where [+args+] was passed, and [+args+] after
3461         the overridden CFLAGS_FOR_TARGET and CXXFLAGS_FOR_TARGET.
3462         (invocations of `all'): Replace $(TARGET_FLAGS_TO_PASS) with
3463         $(EXTRA_TARGET_FLAGS), $(FLAGS_TO_PASS) with $(EXTRA_HOST_FLAGS).
3464         * Makefile.in: Regenerate.
3466 2008-02-16  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
3468         PR libgcj/33085
3469         * libtool.m4 (_LT_COMPILER_PIC) [ mingw, cygwin ] <GCJ>:
3470         Do not use -DDLL_EXPORT.  Backport from upstream.
3472 2008-02-13  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
3474         * MAINTAINERS (Write After Approval): Add myself.
3476 2008-02-02  Hans-Peter Nilsson  <hp@axis.com>
3478         * configure.ac: Enable fortran for cris-*-elf and crisv32-*-elf.
3479         * configure: Regenerate.
3481 2008-01-31  Marc Gauthier  <marc@tensilica.com>
3483         * configure.ac (xtensa*-*-*): Recognize processor variants.
3484         * configure: Regenerate.
3486 2008-01-30  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
3488         PR bootstrap/34922
3489         * configure.ac (PARSE_ARGS): Push suitable setting of
3490         ac_subdirs_all, for `./configure --help=recursive'.
3491         Handle `+' in generic toplevel directory disabling.
3492         * configure: Regenerate.
3494 2008-01-28  Nick Clifton  <nickc@redhat.com>
3496         * MAINTAINERS (xstormy16): Take over maintainership.
3498 2008-01-25  Joseph Myers  <joseph@codesourcery.com>
3500         * MAINTAINERS (c4x port): Remove.
3502 2008-01-24  David Edelsohn  <edelsohn@gnu.org>
3504         * libtool.m4: Backport AIX 6 support from ToT Libtool.
3506 2008-01-23  Ben Elliston  <bje@au.ibm.com>
3508         * config.sub, config.guess: Update from upstream sources.
3510 2008-01-22  Tobias Grosser  <grosser@fim.uni-passau.de>
3512         * MAINTAINERS (Write After Approval): Add myself.
3514 2008-01-17  H.J. Lu  <hjl.tools@gmail.com>
3516         * MAINTAINERS: Update my email address.
3518 2008-01-09  Raksit Ashok  <raksit@google.com>
3520         * MAINTAINERS (Write After Approval): Add myself.
3522 2008-01-09  Raksit Ashok  <raksit@google.com>
3524         * MAINTAINERS (Write After Approval): Add myself.
3526 2008-01-08  Ben Elliston  <bje@au.ibm.com>
3528         * config.sub, config.guess: Update from upstream sources.
3530 2007-12-17  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
3532         * configure.ac: Change required MPFR from 2.2.0 -> 2.2.1.
3533         Change recommended MPFR from 2.2.1 -> 2.3.0.
3534         * configure: Regenerate.
3536 2007-12-15  Sebastian Pop  <sebastian.pop@amd.com>
3538         * MAINTAINERS: Update my email address.
3540 2007-12-15  Bernhard Fischer  <aldot@gcc.gnu.org>
3542         * MAINTAINERS: Update my email address.
3544 2007-12-13  Richard Sandiford  <rsandifo@nildram.co.uk>
3546         * Makefile.tpl (CFLAGS_FOR_TARGET): Add -g.
3547         (CXXFLAGS_FOR_TARGET): Add -O2 -g.
3548         * Makefile.in: Regenerate.
3550 2007-12-10  Mark Heffernan  <meheff@google.com>
3552         * MAINTAINERS (Write After Approval): Add myself and alphabetize two
3553         misplaced entries.
3555 2007-12-10  Andreas Tobler  <a.tobler@schweiz.org>
3557         * configure.ac: Enable libjava for x86_64-*-darwin9.
3558         * configure: Regenerate.
3560 2007-12-07  Bill Maddox  <maddox@google.com>
3562         * MAINTAINERS (Write After Approval): Add myself.
3564 2007-12-05  Ben Elliston  <bje@au.ibm.com>
3566         * config.sub, config.guess: Update from upstream sources.
3568 2007-12-02  Matthias Klose  <doko@ubuntu.com>
3570         * config-ml.in: Remove 64bit configure tests.
3572 2007-11-28  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
3574         * config-ml.in: Robustify against white space in absolute file
3575         names.
3577         * config-ml.in (multi-clean): Substitute ${Makefile}.
3578         Remove superfluous ${Makefile} in list.
3580 2007-11-19  Thiemo Seufer  <ths@mips.com>
3582         * config-ml.in: Don't hardcode the Makefile name.
3584 2007-11-08  Alexander Monakov  <amonakov@ispras.ru>
3586         * MAINTAINERS (Write After Approval): Add myself.
3588 2007-11-07  Samuel Tardieu  <sam@rfc1149.net>
3590         * MAINTAINERS (Write After Approval): Add myself.
3592 2007-11-06  Doug Kwan  <dougkwan@google.com>
3594         * MAINTAINERS (Write After Approval): Add myself.
3596 2007-10-25  Ben Elliston  <bje@au.ibm.com>
3598         * MAINTAINERS (mercury): Remove entry.
3599         (Write After Approval): Add Fergus Henderson <fjh@cs.mu.oz.au>.
3601 2007-10-23  Daniel Jacobowitz  <dan@codesourcery.com>
3603         * Makefile.def (dependencies): Make configure-gdb depend on
3604         all-intl.
3605         * Makefile.in: Regenerated.
3607 2007-10-22  Steven G. Kargl  <kargl@gcc.gnu.org>
3609         * MAINTAINERS (Fortran maintainer): Remove myself.
3611 2007-10-15  Patrick Mansfield  <patmans@us.ibm.com>
3613         * Makefile.def: To avoid problems running with parallel makes,
3614         build newlib before libgloss so that target specific header
3615         files are availble.
3616         * Makefile.in: Regenerate
3618 2007-10-11  Daniel Jacobowitz  <dan@codesourcery.com>
3620         * Makefile.def (dependencies): Add all-gdb -> all-libdecnumber.
3621         * Makefile.in: Regenerate.
3623 2007-10-09  Vladimir Makarov  <vmakarov@redhat.com>
3625         * MAINTAINERS (Register allocation reviewer): Add myself.
3627 2007-10-08  Mike Frysinger  <vapier@gentoo.org>
3629         * configure.ac (CFLAGS_FOR_BUILD, CXXFLAGS_FOR_BUILD,
3630         LDFLAGS_FOR_BUILD): Default them to host flags only for $host = $build.
3631         Set default CXXFLAGS_FOR_BUILD to CXXFLAGS, not CFLAGS.  Set default
3632         LDFLAGS_FOR_BUILD to LDFLAGS, not CFLAGS.
3633         * configure: Regenerate.
3635 2006-10-04  Seongbae Park  <seongbae.park@gmail.com>
3637         * MAINTAINERS (Register allocation reviewer): Add myself.
3639 2007-10-01  Paolo Bonzini  <bonzini@gnu.org>
3641         * Makefile.tpl (AR_FOR_BUILD, AS_FOR_BUILD, CXX_FOR_BUILD,
3642         DLLTOOL_FOR_BUILD, GCJ_FOR_BUILD, GFORTRAN_FOR_BUILD,
3643         LDFLAGS_FOR_BUILD, LD_FOR_BUILD, NM_FOR_BUILD, RANLIB_FOR_BUILD,
3644         WINDMC_FOR_BUILD, WINDRES_FOR_BUILD): Use autoconf substitutions.
3645         * configure.ac: Default them to host tools for $host = $build.
3646         Subst them.
3648         * configure: Regenerate.
3649         * Makefile.in: Regenerate.
3651 2006-09-24  Peter Bergner  <bergner@vnet.ibm.com>
3653         * MAINTAINERS (Register allocation reviewer): Add myself.
3655 2006-09-24  Kenneth Zadeck  <zadeck@naturalbridge.com>
3657         * MAINTAINERS (Register allocation reviewer): Add myself.
3659 2007-09-21  Seongbae Park  <seongbae.park@gmail.com>
3661         * MAINTAINERS (Write After Approval): Fix typo.
3663 2007-09-20  Richard Sandiford  <rsandifo@nildram.co.uk>
3665         * configure.ac (mipsisa*-*-elfoabi*): New stanza.
3666         * configure: Regenerate.
3668 2007-09-20  Paul Jarc  <prj-bugzilla-gcc@multivac.cwru.edu>
3670         PR bootstrap/31906
3671         * libtool-ldflags: Don't prefix arguments with -Xcompiler if
3672         they're already prefixed.
3674 2007-09-19  Benjamin Kosnik  <bkoz@redhat.com>
3676         * configure.ac (TOPLEVEL_CONFIGURE_ARGUMENTS): Move libgomp before
3677         libstdc++.
3678         * Makefile.def: Add libgomp config as a maybe dependency for libstdc++.
3679         * configure: Regenerate.
3680         * Makefile.in: Regenerate.
3682 2007-09-17  Andreas Schwab  <schwab@suse.de>
3684         * configure.ac: Raise minimum makeinfo version to 4.6.
3685         * configure: Regenerate.
3687 2007-09-17  Johannes Singler  <singler@ira.uka.de>
3689         * MAINTAINERS (write-after-approval) add myself
3691 2007-09-15  Alan Modra  <amodra@bigpond.net.au>
3693         * configure.ac: Correct makeinfo version check.
3694         * configure: Regenerate.
3696 2007-09-14  Richard Sandiford  <rsandifo@nildram.co.uk>
3698         * MAINTAINERS: Update my email address.
3700 2007-09-14  Richard Sandiford  <richard@codesourcery.com>
3702         * configure.ac (mips*-sde-elf*): New stanza.  Add target-libiberty
3703         to $skipdirs and only disable gprof for newlib.  Use the normal
3704         mips*-elf* handling in other respects.
3705         * configure: Regnerate.
3707 2007-09-12  David Daney  <ddaney@avtrex.com>
3709         * configure.ac: Remove mips64*-*-linux* noconfigdirs section, thus
3710         enabling libgcj.
3711         * configure: Regenerate.
3713 2007-09-10  Rask Ingemann Lambertsen  <rask@sygehus.dk>
3715         PR other/32154
3716         * configure.ac: For libgloss targets, point the linker to the linker
3717         script, startup code and simulator library.
3718         * configure: Regenerate.
3720 2007-09-07  Andrew Haley  <aph@redhat.com>
3722         * configure.ac (noconfigdirs): Remove target-libffi and
3723         target-libjava.
3724         * configure: Regenerate.
3726 2007-09-06  Francois-Xavier Coudert  <fxcoudert@gcc.gnu.org>
3728         PR target/33281
3729         * configure.ac: Use config/mh-mingw on mingw.
3730         * configure: Regenerate.
3732 2007-09-05  Pat Haugen  <pthaugen@us.ibm.com>
3734         * MAINTAINERS (Write After Approval): Add myself.
3736 2007-09-05  Richard Guenther  <rguenther@suse.de>
3738         * configure.ac (--enable-stage1-checking): If neither --enable-checking
3739         nor --disable-checking is provided also turn on yes and types
3740         checking for stage1.
3741         * configure: Re-generate.
3743 2007-08-30  Krister Walfridsson  <cato@df.lth.se>
3745         * MAINTAINERS (OS Port Maintainers): Add myself as NetBSD maintainer.
3746         (Write After Approval): Remove myself.
3748 2007-08-29  Nick Clifton  <nickc@redhat.com>
3750         * config.sub, config.guess: Update from upstream sources.
3752 2007-08-22  Bud Davis  <jmdavis@link.com>
3754         * MAINTAINERS (Write After Approval): Added myself.
3755         * MAINTAINERS (Reviewers): Removed myself.
3757 2007-08-18  Paul Brook  <paul@codesourcery.com>
3758             Joseph Myers  <joseph@codesourcery.com>
3760         * Makefile.tpl (DEBUG_PREFIX_CFLAGS_FOR_TARGET): New.
3761         (CFLAGS_FOR_TARGET, CXXFLAGS_FOR_TARGET): Include it.
3762         * Makefile.in: Regenerate.
3763         * configure.ac (--with-debug-prefix-map): New.
3764         * configure: Regenerate.
3766 2007-08-17  Richard Sandiford  <richard@codesourcery.com>
3767             Nigel Stephens  <nigel@mips.com>
3769         * configure.ac (mips*-sde-elf*): New stanza.  Use config/mt-sde
3770         as target_makefile_frag.
3771         * configure: Regenerate.
3773 2007-08-16  Alexandre Oliva  <aoliva@redhat.com>
3775         * Makefile.def (STAGE2_CFLAGS, STAGE3_CFLAGS, STAGE4_CFLAGS):
3776         Add to flags_to_pass.  Adjust uses of BOOT_CFLAGS.
3777         (bootstrap2-debug, bootstrap-debug): New bootstrap stages.
3778         * Makefile.tpl (STAGE2_CFLAGS, STAGE3_CFLAGS, STAGE4_CFLAGS): New.
3779         (do-compare, do-compare3, do-compare-debug): New.
3780         ([+compare-target+]): Use them.
3782 2007-08-14  Maxim Kuvyrkov  <maxim@codesourcery.com>
3784         * MAINTAINERS (Write After Approval): Change my email address.
3786 2007-08-13  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
3787             Ben Elliston  <bje@au.ibm.com>
3789         * configure.ac (TOPLEVEL_CONFIGURE_ARGUMENTS, baseargs): Pass
3790         --silent if $silent.
3791         * configure: Regenerate.
3793 2003-08-12  Zdenek Dvorak  <ook@ucw.cz>
3795         * MAINTAINERS (Various Maintainers): Add myself as
3796         loop infrastructure maintainer.  Update my e-mail
3797         address.
3799 2007-07-31  Diego Novillo  <dnovillo@google.com>
3801         * MAINTAINERS (Reviewers): Rename from Non-Autopoiesis.
3802         Adjust description.
3804 2007-07-26  Richard Guenther  <rguenther@suse.de>
3806         * configure.ac: Add types checking to stage1 checking flags.
3807         * configure: Regenerate.
3809 2007-07-17  Nick Clifton  <nickc@redhat.com>
3811         * COPYING3: New file.  Contains version 3 of the GNU General
3812         Public License.
3813         * COPYING3.LIB: New file.  Contains version 3 of the GNU
3814         Lesser General Public License.
3816 2007-07-16  Andreas Krebbel  <krebbel1@de.ibm.com>
3818         * MAINTAINERS (S/390 port maintainer): Remove my co-maintainer tag.
3820 2007-07-16  Andreas Krebbel  <krebbel1@de.ibm.com>
3822         * MAINTAINERS (S/390 co-maintainer): Add myself.
3823         (Write After Approval): Remove myself.
3825 2007-07-13  Dan Hipschman  <dsh@google.com>
3827         * MAINTAINERS (Write After Approval): Add myself.
3829 2007-07-11  Nick Clifton  <nickc@redhat.com>
3831         * Makefile.tpl (BUILD_EXPORTS): Escape the newline at the end of the
3832         WINDRES export.
3833         * Makefile.in: Regenerate.
3835 2007-07-05  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
3837         * MAINTAINERS (OS Port Maintainers): Add myself as IRIX, Tru64 UNIX
3838         maintainer.
3840 2007-07-05  H.J. Lu  <hongjiu.lu@intel.com>
3842         * lt~obsolete.m4: New. Import from 20070318 libtool.
3844 2007-07-03  Julian Brown  <julian@codesourcery.com>
3846         * MAINTAINERS (Write After Approval): Add myself.
3848 2007-07-03  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
3850         * configure.ac: Rewrite 'configure --help' strings to look nicer.
3851         * configure: Regenerate.
3853 2007-07-03  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
3855         * configure.ac: Add some missing m4 quotation.
3856         * configure: Regenerate.
3858 2007-07-02  Simon Baldwin  <simonb@google.com>
3860         * MAINTAINERS (Write After Approval): Add myself.
3862 2007-07-02  Paolo Bonzini  <bonzini@gnu.org>
3864         * configure: Regenerate.
3866 2007-07-02  Kai Tietz   <kai.tietz@onevision.com>
3868         * Makefile.def: Add windmc tool to build.
3869         * Makefile.tpl: Likewise.
3870         * configure.ac: Likewise.
3871         * Makefile.in: Regenerate.
3872         * configure: Regenerate.
3874 2007-06-28  DJ Delorie  <dj@redhat.com>
3876         * configure.ac (arm*-*-linux-gnueabi): Don't build libgloss if we're
3877         not building newlib.
3878         * configure: Regenerated.
3880 2007-06-28  Jan Sjodin  <jan.sjodin@amd.com>
3882         * MAINTAINERS (Write After Approval): Add myself.
3884 2007-06-25  Martin Michlmayr  <tbm@cyrius.com>
3886         * MAINTAINERS (Write After Approval): Add myself.
3888 2007-06-19  Chris Matthews  <chrismatthews@google.com>
3890         * MAINTAINERS (Write After Approval): Add myself.
3892 2007-06-19  Rask Ingemann Lambertsen  <rask@sygehus.dk>
3894         * MAINTAINERS (Write After Approval): Add myself.
3896 2007-06-18  Daniel Jacobowitz  <dan@codesourcery.com>
3898         * Makefile.def: Add dependency from configure-gdb to all-bfd.
3899         * Makefile.in: Regenerated.
3901 2007-06-14  Bernd Schmidt  <bernd.schmidt@analog.com>
3903         * configure.ac: Don't add target-libmudflap to noconfigdirs for
3904         bfin*-*-uclinux* targets.
3905         * configure: Regenerate.
3907 2007-06-14  Ian Lance Taylor  <iant@google.com>
3909         * MAINTAINERS: Add myself as non-algorithmic global write
3910         maintainer.
3912 2007-06-14  Diego Novillo  <dnovillo@google.com>
3914         * MAINTAINERS: Add self as middle-end maintainer and
3915         non-algorithmic global write maintainer.
3917 2007-06-14  Francois-Xavier Coudert  <fxcoudert@gcc.gnu.org>
3919         * MAINTAINERS: Change spelling from "fortran 95" to "Fortran".
3920         Move all Fortran maintainers except Paul Brook into the
3921         Non-Autopoiesis section.
3923 2007-06-14  Paolo Bonzini  <bonzini@gnu.org>
3925         * Makefile.tpl (cleanstrap): Don't delete the toplevel Makefile.
3926         (distclean-stage[+id+]): Possibly delete stage_last.
3927         * Makefile.in: Regenerate.
3929 2007-06-12  Seongbae Park  <seongbae.park@gmail.com>
3931         * MAINTAINERS (Various Maintainer): Fix typo.
3933 2007-06-11  Paolo Bonzini  <bonzini@gnu.org>
3935         * MAINTAINERS (Various Maintainer): Add myself as
3936         dataflow maintainer.
3938 2007-06-07  Ben Elliston  <bje@au.ibm.com>
3940         * config.sub, config.guess: Update from upstream sources.
3942 2007-06-07  Ben Elliston  <bje@au.ibm.com>
3944         * Makefile.tpl: Fix spelling error.
3945         * Makefile.in: Regenerate.
3947 2007-06-01  Steve Ellcey  <sje@cup.hp.com>
3949         * libtool.m4 (LT_CMD_MAX_LEN): Try using getconf to set
3950         lt_cv_sys_max_cmd_len.
3952 2007-05-31  Dorit Nuzman   <dorit@il.ibm.com>
3954         * MAINTAINERS (Various Maintainers): Add myself as
3955         auto-vectorizer maintainer.
3957 2003-05-31  Paolo Bonzini  <bonzini@gnu.org>
3959         PR libjava/32098
3960         * libtool.m4: Revert previous change.
3961         * ltgcc.m4: Put it here.
3963 2003-05-30  Zdenek Dvorak  <dvorakz@suse.cz>
3965         * MAINTAINERS (Various Maintainers): Add myself as
3966         auto-vectorizer maintainer.
3968 2007-05-30  H.J. Lu  <hongjiu.lu@intel.com>
3970         PR libjava/32098
3971         * libtool.m4 (_LT_LANG_GCJ_CONFIG): Use gcc to test gcj features.
3973 2007-05-30  Richard Guenther  <rguenther@suse.de>
3975         * MAINTAINERS (Various Maintainers): Add myself as
3976         auto-vectorizer maintainer.
3978 2007-05-30  Jakub Jelinek  <jakub@redhat.com>
3980         PR bootstrap/29382
3981         * configure.ac: Don't use -fkeep-inline-functions for GCC < 3.3.1.
3982         * configure: Rebuilt.
3984 2007-05-28  Roberto Costa  <robsettantasei@gmail.com>
3986         * MAINTAINERS (Write After Approval): Removed my name.
3988 2007-05-25  Steven Bosscher  <steven@gcc.gnu.org>
3990         * MAINTAINERS (Write After Approval): Remove myself.
3992 2007-05-25  Andreas Tobler  <a.tobler@schweiz.org>
3994         * ltmain.sh: Fix Darwin verstring, remove ${wl}.
3996 2007-05-23  Steve Ellcey  <sje@cup.hp.com>
3998         * ltmain.sh: Update from ToT Libtool.
3999         * libtool.m4: Update from ToT Libtool.
4000         * ltsugar.m4: New. Update from ToT Libtool.
4001         * ltversion.m4: New. Update from ToT Libtool.
4002         * ltoptions.m4: New. Update from ToT Libtool.
4003         * ltconfig: Remove.
4004         * ltcf-c.sh: Remove.
4005         * ltcf-cxx.sh: Remove.
4006         * ltcf-gcj.sh: Remove.
4008 2007-05-22  Ollie Wild  <aaw@google.com>
4010         * MAINTAINERS (Write After Approval): Add myself.
4012 2007-05-16  Paolo Bonzini  <bonzini@gnu.org>
4014         * Makefile.def (bootstrap_stage): Replace stage_make_flags with
4015         stage_cflags.
4016         * Makefile.tpl (POSTSTAGE1_HOST_EXPORTS, POSTSTAGE1_FLAGS_TO_PASS):
4017         Remove CFLAGS/LIBCFLAGS.
4018         (configure-stage[+id+]-[+prefix+][+module+],
4019         all-stage[+id+]-[+prefix+][+module+]): Pass it from [+stage_cflags+].
4020         * Makefile.in: Regenerate.
4022 2007-05-15  Diego Novillo  <dnovillo@google.com>
4024         * MAINTAINERS: Update e-mail address.
4026 2007-05-15  Revital Eres  <eres@il.ibm.com>
4028         * MAINTAINERS (Write After Approval): Add myself.
4030 2007-05-14  Roberto Costa  <robsettantasei@gmail.com>
4032         * MAINTAINERS (Write After Approval): Updated my address.
4034 2007-05-14  Thomas Neumann  <tneumann@users.sourceforge.net>
4036         * MAINTAINERS (Write After Approval): Add myself.
4038 2007-05-11  Silvius Rus  <rus@google.com>
4040         * MAINTAINERS (Write After Approval): Add myself.
4042 2007-04-23  Tom Tromey  <tromey@redhat.com>
4044         * MAINTAINERS: Added myself as non-algorithmic libcpp maintainer.
4046 2007-04-22  Mark Mitchell  <mark@codesourcery.com>
4048         * MAINTAINERS (cpplib): Rename to ...
4049         (libcpp): ... this.  Add C/C++ front end maintainers.
4051 2007-04-14  Steve Ellcey  <sje@cup.hp.com>
4053         * config-ml.in: Pass ${ml_config_env} to configure calls.
4055 2007-04-04  Christian Bruel  <christian.bruel@st.com>
4057         * MAINTAINERS (Write After Approval): Add myself.
4059 2007-04-02  Dave Korn  <dave.korn@artimi.com>
4061         * MAINTAINERS (Write After Approval): Add myself.
4063 2007-03-31  Tobias Burnus  <burnus@net-b.de>
4065         * MAINTAINERS (fortran 95 front end): Add myself.
4067 2007-03-28  Dwarakanath Rajagopal  <dwarak.rajagopal@amd.com>
4069         * MAINTAINERS (Write After Approval): Add myself.
4071 2007-03-24  Ayal Zaks  <zaks@il.ibm.com>
4073         * MAINTAINERS (Modulo Scheduler): Add myself.
4075 2007-03-23  Brooks Moses  <brooks.moses@codesourcery.com>
4077         * MAINTAINERS (fortran 95 front end): Add myself.
4078         (c++ front end): whitespace fix.
4080 2007-03-22  Nathan Froyd  <froydnj@codesourcery.com>
4082         * MAINTAINERS (Write After Approval): Add myself.
4084 2007-03-21  Richard Sandiford  <richard@codesourcery.com>
4086         * configure.ac (TOPLEVEL_CONFIGURE_ARGUMENTS): Fix m4 quoting
4087         of glob.  Quote arguments with single quotes too.
4088         * configure: Regenerate.
4090 2007-03-12  Brooks Moses  <brooks.moses@codesourcery.com>
4092         * Makefile.def (fixincludes): Remove unneeded "missing" lines.
4093         * Makefile.in: Regenerate
4095 2007-03-07  Andreas Schwab  <schwab@suse.de>
4097         * configure: Regenerate.
4099 2007-03-01  Brooks Moses  <brooks.moses@codesourcery.com>
4101         * configure.ac: Add "--with-pdfdir" configure option,
4102         which defines pdfdir variable.
4103         * Makefile.def (target=fixincludes): Add install-pdf to
4104         missing targets.
4105         (recursive_targets): Add install-pdf target.
4106         (flags_to_pass): Add pdfdir.
4107         * Makefile.tpl: Add pdfdir handling, add do-install-pdf
4108         target.
4109         * configure: Regenerate
4110         * Makefile.in: Regenerate
4112 2007-02-28  Eric Christopher  <echristo@apple.com>
4114         Revert:
4115         2006-12-07  Mike Stump  <mrs@apple.com>
4117         * Makefile.def (dependencies): Add dependency for
4118         install-target-libssp and install-target-libgomp on
4119         install-gcc.
4120         * Makefile.in: Regenerate.
4122 2007-02-27  Matt Kraai  <kraai@ftbfs.org>
4124         * configure: Regenerate.
4125         * configure.ac: Move statements after variable declarations.
4127 2007-02-19  Kaz Kojima  <kkojima@gcc.gnu.org>
4129         * MAINTAINERS: Add myself as sh maintainer.
4131 2007-02-19  Joseph Myers  <joseph@codesourcery.com>
4133         * configure.ac: Adjust for loop syntax.
4134         * configure: Regenerate.
4136 2007-02-18  Alexandre Oliva  <aoliva@redhat.com>
4138         * configure: Rebuilt.
4140 2007-02-18  Alexandre Oliva  <aoliva@redhat.com>
4142         * configure.ac: Drop multiple occurrences of --enable-languages,
4143         and fix its quoting.
4144         * configure: Rebuilt.
4146 2007-02-17  Mark Mitchell  <mark@codesourcery.com>
4147             Nathan Sidwell  <nathan@codesourcery.com>
4148             Vladimir Prus  <vladimir@codesourcery.com>
4149             Joseph Myers  <joseph@codesourcery.com>
4151         * configure.ac (TOPLEVEL_CONFIGURE_ARGUMENTS): Fix quoting.
4152         * configure: Regenerate.
4154 2007-02-14  Gerald Pfeifer  <gerald@pfeifer.com>
4156         * ltconfig (freebsd*): Default to elf.
4158 2007-02-13  Daniel Jacobowitz  <dan@codesourcery.com>
4160         * configure.ac (target_libraries): Move libgcc before libiberty.
4161         * configure: Regenerated.
4163 2007-02-13  Daniel Jacobowitz  <dan@codesourcery.com>
4164             Paolo Bonzini  <bonzini@gnu.org>
4166         PR bootstrap/30753
4167         * configure.ac: Remove obsolete build / host tests.  Use AC_PROG_CC
4168         unconditionally.  Use AC_PROG_CXX.  Use ACX_TOOL_DIRS to find $prefix.
4169         * configure: Regenerated.
4171 2007-02-11  Francois-Xavier Coudert  <fxcoudert@gcc.gnu.org>
4173         * MAINTAINERS (Language Front End Maintainers): Update my mail
4174         address.
4176 2007-02-09  Daniel Jacobowitz  <dan@codesourcery.com>
4178         PR bootstrap/30748
4179         * configure.ac: Correct syntax for Solaris ksh.
4180         * configure: Regenerated.
4182 2007-02-09  Paolo Bonzini  <bonzini@gnu.org>
4184         * configure.ac: Sync with src.
4185         * configure: Regenerate.
4187 2007-02-09  Paolo Bonzini  <bonzini@gnu.org>
4189         * Makefile.in: Regenerate.
4191 2007-02-09  Paolo Bonzini  <bonzini@gnu.org>
4193         * config.sub: Sync with src.
4195 2007-02-09  Daniel Jacobowitz  <dan@codesourcery.com>
4197         * Makefile.tpl (build_alias, host_alias, target_alias): Use
4198         noncanonical equivalents.
4199         * configure.in: Rename to...
4200         * configure.ac: ...this.  Update AC_PREREQ.  Prevent error for
4201         AS_FOR_TARGET.  Set build_noncanonical, host_noncanonical, and
4202         target_noncanonical.  Use them.  Rewrite removal of configure
4203         arguments for autoconf 2.59.  Discard variable settings.  Force
4204         program_transform_name for native tools.
4206         * Makefile.in: Regenerated.
4207         * configure: Regenerated with autoconf 2.59.
4209 2007-02-07  Roman Zippel  <zippel@linux-m68k.org>
4211         * MAINTAINERS (Write After Approval): Add myself.
4213 2007-01-31  Andreas Schwab  <schwab@suse.de>
4215         * Makefile.tpl (LDFLAGS): Substitute it.
4216         * Makefile.in: Regenerate.
4218 2007-01-30  Andrey Belevantsev  <abel@ispras.ru>
4220         * MAINTAINERS (Write After Approval): Add myself.
4222 2007-01-28  David Edelsohn  <edelsohn@gnu.org>
4224         * MAINTAINERS (spu port): Add myself.
4226 2007-01-23  Richard Guenther  <rguenther@suse.de>
4228         PR bootstrap/30541
4229         * Makefile.def (flags_to_pass): Add GNATBIND and GNATMAKE.
4230         * Makefile.tpl (GNATBIND): Substitute it.
4231         (GNATMAKE): Likewise.
4232         (POSTSTAGE1_FLAGS_TO_PASS): Pass staged GNATBIND instead
4233         of STAGE_PREFIX.
4234         * Makefile.in: Regenerate.
4235         * configure: Regenerate.
4237 2007-01-18  Mike Stump  <mrs@apple.com>
4239         * configure.in: Re-enable -Werror for gcc builds.
4241 2007-01-11  Harsha Jagasia  <harsha.jagasia@amd.com>
4243         * MAINTAINERS (Write After Approval): Add myself.
4245 2007-01-11  Paolo Bonzini  <bonzini@gnu.org>
4247         * configure.in: Change == to = in test command.
4248         * configure: Regenerate.
4250 2007-01-11  Paolo Bonzini  <bonzini@gnu.org>
4251             Nick Clifton  <nickc@redhat.com>
4252             Kaveh R. Ghazi  <ghazi@caip.rutgets.edu>
4254         * configure.in (build_configargs, host_configargs, target_configargs):
4255         Remove build/host/target parameters.
4256         (host_libs): Add gmp and mpfr.
4257         (GMP tests): Reorganize to allow in-tree GMP/MPFR.
4258         * Makefile.def (gmp, mpfr): New.
4259         (gcc): Remove target.
4260         * Makefile.tpl (build_os, build_vendor, host_os, host_vendor,
4261         target_os, target_vendor): New.
4262         (configure): Add host_alias/target_alias arguments; adjust invocations.
4263         * configure: Regenerate.
4264         * Makefile.in: Regenerate.
4266 2007-01-11  Matt Fago  <fago@earthlink.net>
4268         * configure.in: Try to link to functions only in mpfr 2.2.x
4269         to improve robustness of configure tests.
4270         * configure: Regenerate.
4272 2007-01-09  Uros Bizjak  <ubizjak@gmail.com>
4274         * MAINTAINERS: Add myself as i386 maintainer.
4276 2007-01-08  Jan Hubicka  <jh@suse.cz>
4278         * MAINTAINERS: Add myself as i386 maintainer.
4280 2007-01-08  Kai Tietz   <kai.tietz@onevision.com>
4282         * configure.in: Add support for an x86_64-mingw* target.
4283         * configure: Regenerate.
4285 2007-01-05  Daniel Jacobowitz  <dan@codesourcery.com>
4287         * Makefile.tpl (all-target): Correct @if conditional for target
4288         modules.
4289         * configure.in: Omit libiberty if building only target libgcc.
4290         * configure, Makefile.in: Regenerated.
4292 2007-01-04  Paolo Bonzini  <bonzini@gnu.org>
4294         * configure.in: Use DEV-PHASE to detect default for --enable-werror.
4295         * configure: Regenerate.
4297 2007-01-03  Daniel Jacobowitz  <dan@codesourcery.com>
4299         * Makefile.def (target_modules): Add libgcc.
4300         (lang_env_dependencies): Remove default items.  Use no_c and no_gcc.
4301         * Makefile.tpl (clean-target-libgcc): Delete.
4302         (configure-target-[+module+]): Emit --disable-bootstrap dependencies
4303         on gcc even for bootstrapped modules.  Rewrite handling of
4304         lang_env_dependencies to loop over target_modules.
4305         * configure.in (target_libraries): Add target-libgcc.
4306         * Makefile.in, configure: Regenerated.
4308 2006-12-29  Paolo Bonzini  <bonzini@gnu.org>
4310         * configure.in: Reorganize recognition of languages.  Add
4311         --enable-stage1-languages.  Show supported languages for the chosen
4312         target rather than all recognized languages.
4313         * configure: Regenerate.
4315 2006-12-29  Paolo Bonzini  <bonzini@gnu.org>
4317         * Makefile.tpl (GCC_STRAP_TARGETS, all-prebootstrap): Remove.
4318         * Makefile.in: Regenerate.
4320 2006-12-29  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
4322         * configure.in: Warn that MPFR 2.2.0 is buggy.
4323         * configure: Regenerate.
4325 2006-12-27  Ian Lance Taylor  <iant@google.com>
4327         * configure.in: When removing Makefiles to force a reconfigure, also
4328         remove prev-DIR*/Makefile.
4329         * configure: Regenerate.
4331 2006-12-22  Andreas Schwab  <schwab@suse.de>
4333         * configure: Regenerate with correct autoconf version.
4335 2006-12-20  Adam Megacz  <megacz@cs.berkeley.edu>
4337         * configure.in: add AC_SUBST for *_FOR_TARGET.
4338         * configure: Regenerate.
4340 2006-12-19  Paolo Bonzini  <bonzini@gnu.org>
4342         * configure.in: Simplify logic for rejecting languages that cannot
4343         be built.  Separate the case when a language is unsupported,
4344         from the case when the user chooses not to build a language.
4346 2006-12-19  Paolo Bonzini  <bonzini@gnu.org>
4348         * configure.in: Remove "$build" case for powerpc-*-darwin* since
4349         it only affects bootstrap and could be tested on "$host" as well.
4350         * configure: Regenerate.
4351         * config/mh-ppc-darwin: Add to the stage1 cflags here.
4353 2006-12-19  Paolo Bonzini  <bonzini@gnu.org>
4355         PR bootstrap/29544
4356         * Makefile.def (flags_to_pass): Add STAGE1_CHECKING.
4357         (bootstrap_stage): Add STAGE1_CHECKING to stage1 configure flags,
4358         move here comment from Makefile.tpl.
4359         * Makefile.tpl: Move some definitions higher in the file.
4360         (STAGE1_CHECKING): New.
4361         * configure.in: Add --enable-stage1-checking.
4362         * configure: Regenerate.
4363         * Makefile.in: Regenerate.
4365 2006-12-19  Paolo Bonzini  <bonzini@gnu.org>
4367         * MAINTAINERS: Add myself as build system maintainer.
4369 2006-12-15  Simon Martin  <simartin@users.sourceforge.net>
4371         * MAINTAINERS (Write After Approval): Add myself.
4373 2006-12-13  Eric Christopher  <echristo@apple.com>
4375         * MAINTAINERS: Add myself as darwin maintainer.
4377 2006-12-11  Ian Lance Taylor  <ian@airs.com>
4379         * MAINTAINERS: Add myself as libgcc and fp-bit maintainer.
4381 2006-12-11  Joern Rennecke  <joern.rennecke@arc.com>
4383         MAINTAINERS: Update my entry.
4385 2006-12-11  Alan Modra  <amodra@bigpond.net.au>
4387         * configure.in:  Handle spu makefile frag.
4388         * Makefile.tpl (MAINT): Define
4389         (MAINTAINER_MODE_FALSE, MAINTAINER_MODE_TRUE): Define.
4390         * configure: Regenerate.
4391         * Makefile.in: Regenerate.
4393 2006-12-11  Ben Elliston  <bje@au.ibm.com>
4395         * config.guess: Import latest version.
4396         * config.sub: Likewise.
4398 2006-12-11  Ben Elliston  <bje@au.ibm.com>
4400         * configure.in (spu-*-*): Don't skip target-libiberty.
4401         * configure: Regenerate.
4403 2006-12-10  Andreas Tobler  <a.tobler@schweiz.org>
4405         PR bootstrap/30134
4406         * configure.in: Correct x86 darwin support for libjava to powerpc
4407         and i?86 only.
4408         * configure: Regenerate.
4410 2006-12-08  Sandro Tolaini  <tolaini@libero.it>
4412         * configure.in: Add x86 darwin support for libjava.
4413         * configure: Regenerate.
4415 2006-12-07  Mike Stump  <mrs@apple.com>
4417         * Makefile.def (dependencies): Add dependency for
4418         install-target-libssp and install-target-libgomp on
4419         install-gcc.
4420         * Makefile.in: Regenerate.
4422 2006-12-04  Richard Guenther  <rguenther@suse.de>
4424         * MAINTAINERS (Non-Algorithmic Maintainers): New section.
4425         (Non-Algorithmic Maintainers): Move over non-algorithmic
4426         loop optimizer maintainers, add myself as a non-algorithmic
4427         middle-end maintainer.
4429 2006-12-04  Daniel Franke  <franke.daniel@gmail.com>
4431         * MAINTAINERS (Write After Approval): Add myself.
4433 2006-12-03  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
4435         * configure.in: Update error message for missing GMP/MPFR.
4437         * configure: Regenerate.
4439 2006-12-02  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
4441         * configure.in: Update MPFR version in error message.
4443         * configure: Regenerate.
4445 2006-11-26  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
4447         * configure.in (--with-mpfr-dir, --with-gmp-dir): Remove flags.
4448         (--with-mpfr-include, --with-mpfr-lib, --with-gmp-include,
4449         --with-gmp-lib): New flags.
4451         * configure: Regenerate.
4453 2006-11-25  Brooks Moses  <brooks.moses@codesourcery.com>
4455         * MAINTAINERS (Write After Approval): Change my email address.
4457 2006-11-23  Manuel Lopez-Ibanez  <manu@gcc.gnu.org>
4459         * MAINTAINERS (Write After Approval): Add myself.
4461 2006-11-22  Philipp Thomas  <pth@suse.de>
4463         * MAINTAINERS (i18n): Update e-mail address.
4465 2006-11-21  Trevor Smigiel  <trevor_smigiel@playstation.sony.com>
4467         * MAINTAINERS (spu port): Add myself as maintainer.
4468         (Write After Approval): Remove myself.
4470 2006-11-22  Ben Elliston  <bje@au.ibm.com>
4472         * configure.in (skipdirs): Don't build libssp for SPU.
4473         * configure: Regenerate.
4475 2006-11-21  Andrew Pinski  <andrew_pinski@playstation.sony.com>
4477         * MAINTAINERS (spu port): Add myself as maintainer.
4478         (libobjc): Update my email address.
4480 2006-11-21  Andrea Bona  <andrea.bona@st.com>
4482         * MAINTAINERS (Write After Approval): Add myself.
4484 2006-11-20  Trevor Smigiel  <trevor_smigiel@playstation.sony.com>
4486         * configure.in (skipdirs) : Don't build target-libiberty for SPU.
4487         * configure : Rebuilt.
4489 2006-11-20  Trevor Smigiel  <trevor_smigiel@playstation.sony.com>
4491         * MAINTAINERS (Write After Approval): Add myself.
4493 2006-11-20  Andrea Ornstein  <andrea.ornstein@st.com>
4495         * MAINTAINERS (Write After Approval): Add myself.
4497 2006-11-18  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
4499         * configure.in (--with-mpfr-dir): Also look in .libs and _libs for
4500         libmpfr.a.
4501         * configure: Regenerate.
4503 2006-11-16  Paolo Bonzini  <bonzini@gnu.org>
4505         * Makefile.tpl (clean-target-libgcc): Test for gcc Makefile presence.
4506         (unstage): Test for stage_last presence.
4508         PR bootstrap/29802
4509         * Makefile.tpl (POSTSTAGE1_FLAGS_TO_PASS): Add HOST_SUBDIR in
4510         STAGE_PREFIX.
4511         * Makefile.in: Regenerate.
4513 2003-11-16  Zdenek Dvorak  <dvorakz@suse.cz>
4515         * MAINTAINERS: Add myself and Daniel Berlin as loop optimizer
4516         maintainers.
4518 2006-11-14  Erven Rohou  <erven.rohou@st.com>
4520         * MAINTAINERS (Write After Approval): Add myself.
4522 2006-11-14  Paolo Bonzini  <bonzini@gnu.org>
4524         * Makefile.tpl (clean-stage*): Test separately for package/Makefile
4525         and stageN-package/Makefile.
4526         * Makefile.in: Regenerated.
4528 2006-11-14  Jie Zhang  <jie.zhang@analog.com>
4530         * configure.in: Remove target-libgloss from noconfigdirs for
4531         bfin-*-*.
4532         * configure: Regenerated.
4534 2006-11-11  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
4536         * configure.in (have_gmp): Only error if the gcc directory exists.
4538         * configure: Regenerate.
4540 2006-11-07  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
4542         * configure.in: Robustify error message for missing GMP/MPFR.
4544         * configure: Regenerate.
4546 2006-10-31  Stephen M. Webb  <stephen.webb@bregmasoft.com>
4548         * MAINTAINERS (Write After Approval): Add myself.
4550 2006-10-30  Uros Bizjak  <ubizjak@gmail.com>
4552         * MAINTAINERS: Change email address.
4554 2006-10-30  Vladimir Prus  <vladimir@codesourcery.com>
4556         * MAINTAINERS (Write After Approval): Add myself.
4558 2006-10-26  Peter Bergner  <bergner@vnet.ibm.com>
4560         * MAINTAINERS (Write After Approval): Add myself.
4562 2006-10-25  Chen Liqin  <liqin@sunnorth.com.cn>
4564         * MAINTAINERS (Write After Approval): Move myself to
4565         Write After Approval section.
4567 2006-10-21  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
4569         * configure.in: Require GMP-4.1+ and MPFR-2.2+.  Don't check
4570         need_gmp anymore.
4571         * configure: Regenerate.
4573 2006-10-16  Tobias Burnus  <burnus@net-b.de>
4575         * MAINTAINERS (Write After Approval): Add myself.
4577 2006-10-16  Ben Elliston  <bje@au.ibm.com>
4579         * config.guess: Import latest version.
4580         * config.sub: Likewise.
4582 2006-10-10  Brooks Moses  <bmoses@stanford.edu>
4584         * Makefile.def: Added pdf target handling.
4585         * Makefile.tpl: Added pdf target handling.
4586         * Makefile.in: Regenerated.
4588 2006-10-10  Chen Liqin  <liqin@sunnorth.com.cn>
4590         * MAINTAINERS: Add self as score port maintainer.
4592 2006-10-04  Brooks Moses  <bmoses@stanford.edu>
4594         * MAINTAINERS (Write After Approval): Add myself.
4596 2006-09-27  Steven G. Kargl  <kargl@gcc.gnu.org>
4598         * configure.in: Check for GMP 4.1 or newer.  Check for MPFR 2.2.0
4599         or newer.
4600         * configure: Regenerated.
4602 2006-09-27  Dave Brolley  <brolley@redhat.com>
4604         * configure.in (RUNTEST): Look for 'runtest' in the source tree by
4605         using $s instead of $r.
4606         * configure: Regenerated.
4608 2006-09-26  Thiemo Seufer  <ths@mips.com>
4610         * configure.in: Remove redundant handling of mips*-dec-bsd*. Likewise
4611         for mipstx39-*-*. Disable libgloss for mips64*-*-linux*.
4612         * configure: Regenerate.
4614 2006-09-24  Graeme Peterson  <gridly@gmail.com>
4616         * MAINTAINERS (Write After Approval): Remove myself.
4618 2006-09-22  Chao-ying Fu  <fu@mips.com>
4620         * MAINTAINERS (Write After Approval): Add myself.
4622 2006-09-10  Joseph S. Myers  <joseph@codesourcery.com>
4624         * MAINTAINERS: Add self as soft-fp maintainer.
4626 2006-09-09  Anatoly Sokolov  <aesok@post.ru>
4628         * MAINTAINERS: Add myself as avr maintainer.
4629         Remove Marek Michalkiewicz as avr maintainer.
4631 2006-09-07  Roberto Costa  <roberto.costa@st.com>
4633         * MAINTAINERS (Write After Approval): Add myself.
4635 2006-08-30  Corinna Vinschen  <corinna@vinschen.de>
4637         * configure.in: Never build newlib for a Mingw host.
4638         Never build newlib as Mingw target library.
4639         Test the existence of winsup/cygwin for building a Cygwin newlib,
4640         rather than just winsup.
4641         Add winsup/mingw and winsup/w32api paths to FLAGS_FOR_TARGET if
4642         building a Mingw target.
4643         * configure: Regenerate.
4645 2006-08-08  Eric Botcazou  <ebotcazou@libertysurf.fr>
4647         * MAINTAINERS (Various Maintainers): Add self as RTL opt. maintainer.
4649 2006-07-25  Paolo Bonzini  <bonzini@gnu.org>
4651         * config.guess: Import from src (was more updated).
4652         * config.sub: Likewise.
4654 2006-07-22  Daniel Jacobowitz  <dan@codesourcery.com>
4656         * configure.in: Allow mingw32 and cygwin targets to build cross-gdb.
4657         * configure: Regenerated.
4659 2006-07-18  Paolo Bonzini  <bonzini@gnu.org>
4661         * Makefile.tpl (configure-stageN-MODULE): Pass --with-build-libsubdir
4662         for stages after the first.
4664 2006-07-17  Jakub Jelinek  <jakub@redhat.com>
4666         * Makefile.def: Add dependencies for configure-opcodes
4667         on configure-intl and all-opcodes on all-intl.
4668         * Makefile.in: Regenerated.
4670 2006-07-13  Ben Elliston  <bje@au.ibm.com>
4672         * MAINTAINERS (Various Maintainers): Add myself as dfp maintainer.
4674 2006-07-06  Paul Eggert  <eggert@cs.ucla.edu>
4676         Port to hosts whose 'sort' and 'tail' implementations
4677         treat operands with leading '+' as file names, as POSIX
4678         has required since 2001.  However, make sure the code still
4679         works on pre-POSIX hosts.
4680         * ltmain.sh: Don't assume "sort +2" is equivalent to
4681         "sort -k 3", since POSIX 1003.1-2001 no longer requires this.
4683 2006-07-05  Ulrich Weigand  <uweigand@de.ibm.com>
4685         * MAINTAINERS (Various Maintainers): Add myself as reload maintainer.
4687 2006-07-04  Peter O'Gorman  <peter@pogma.com>
4689         * ltconfig: chmod 644 before ranlib during install.
4691 2006-07-04  Eric Botcazou  <ebotcazou@libertysurf.fr>
4693         PR bootstrap/18058
4694         * configure.in: Add -fkeep-inline-functions to CFLAGS for stage 1
4695         if the bootstrap compiler is a GCC version that supports it.
4696         * configure: Regenerate.
4698 2006-07-03  Paolo Bonzini  <bonzini@gnu.org>
4700         * configure.in: Fix thinkos in previous check-in.
4701         * configure: Regenerate.
4703 2006-07-03  Paolo Bonzini  <bonzini@gnu.org>
4705         PR other/27063
4706         * configure.in: Test subdir_requires and give an appropriate
4707         error message.
4708         * configure: Regenerate.
4710 2006-07-01  Andrew John Hughes  <gnu_andrew@member.fsf.org>
4712         * MAINTAINERS (Write After Approval): Add myself.
4714 2006-06-22  John David Anglin  <dave.anglin@nrc.ca>
4716         * MAINTAINERS (OS Port Maintainers): Add myself as hpux maintainer.
4718 2006-06-22  Steve Ellcey  <sje@cup.hp.com>
4720         * MAINTAINERS (OS Port Maintainers): Add myself as hpux maintainer.
4722 2006-06-20  David Ayers  <d.ayers@inode.at>
4724         PR bootstrap/28072
4725         * configure.in: Add target-boehm-gc to noconfigdirs depending on
4726         whether target-libjava is being configured instead of whether the
4727         java front end is enabled.
4728         * configure: Regenerate.
4730 2006-06-16  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
4732         PR target/27540
4733         * configure.in: Only enable libgomp on IRIX 6.
4734         * configure: Regenerate.
4736 2006-06-15  Paolo Bonzini  <bonzini@gnu.org>
4738         * Makefile.tpl (POSTSTAGE1_HOST_EXPORTS): Export CFLAGS and LDFLAGS
4739         too.
4740         * Makefile.in: Regenerate.
4742 2006-06-13  Jeff Johnston  <jjohnstn@redhat.com>
4744         * config-ml.in: Alter CCASFLAGS to include special
4745         multilib options the same as is done for CFLAGS.
4747 2006-06-12  John David Anglin  <dave.anglin@nrc-cnrc.gc.ca>
4749         * configure.in: Don't enable libgomp on hpux10.
4750         * configure: Rebuilt.
4752 2006-06-12  David Ayers  <d.ayers@inode.at>
4754         PR bootstrap/27963
4755         PR target/19970
4756         * configure.in: Remove target-boehm-gc from noconfigdirs where
4757         ${libgcj} is specified.
4758         * configure: Regenerate.
4760 2006-06-06  Carlos O'Donell  <carlos@codesourcery.com>
4762         Sync from src:
4764         * configure.in: Sync.
4765         * configure: Regenerated.
4767         2006-05-31  Daniel Jacobowitz  <dan@codesourcery.com>
4769         * Makefile.def: Added dependencies from sim and gdb on intl, and
4770         added configure dependencies to everything with an all dependency
4771         on intl.
4772         * Makefile.in: Regenerated.
4774 2006-06-06  David Ayers  <d.ayers@inode.at>
4776         PR libobjc/13946
4777         * Makefile.def: Add dependencies for libobjc which boehm-gc.
4778         * Makefile.in: Regenerate.
4779         * configure.in: Add --enable-objc-gc at toplevel and have it
4780         enable boehm-gc for Objective-C.
4781         Remove target-boehm-gc from libgcj.
4782         Add target-boehm-gc to target_libraries.
4783         Add target-boehm-gc to noconfigdirs where ${libgcj}
4784         is specified.
4785         Assert that boehm-gc is supported when requested for Objective-C.
4786         Only build boehm-gc if needed either for Java or Objective-C.
4787         * configure: Regenerate.
4789 2006-06-05  Paolo Bonzini  <bonzini@gnu.org>
4791         PR 27674
4792         * Makefile.tpl (configure-[+prefix+][+module+],
4793         all-[+prefix+][+module+]): Depend on stage_current if bootstrapping.
4794         Remove rule to unstage bootstrapped modules.
4795         (stage_current): New.
4796         * Makefile.in: Regenerate.
4798 2006-06-03  Laurynas Biveinis  <laurynas.biveinis@gmail.com>
4800         * MAINTAINERS (Write After Approval): Update my e-mail address.
4802 2006-06-01  Mark Shinwell  <shinwell@codesourcery.com>
4804         * include/libiberty.h: Declare pex_run_in_environment.
4806 2006-05-31  Asher Langton  <langton2@llnl.gov>
4808         * MAINTAINERS (Write After Approval): Add myself.
4810 2006-05-25  Paolo Bonzini  <bonzini@gnu.org>
4812         * Makefile.def (bfd, opcodes): Fix lib_path.
4813         * Makefile.tpl (POSTSTAGE1_FLAGS_TO_PASS): Replace ADAC with ADAFLAGS.
4814         (restrap): Move under "@if gcc-bootstrap".  Fix typo.
4815         * Makefile.in: Regenerate.
4817 2006-05-24  Carlos O'Donell  <carlos@codesourcery.com>
4819         * Makefile.in: Regenerate.
4821 2006-05-24  Carlos O'Donell  <carlos@codesourcery.com>
4823         * Makefile.def: Add install-html target. Add datarootdir
4824         docdir and htmldir to flags_to_pass.
4825         * Makefile.tpl: Add install-html target.
4826         * Makefile.in: Regenerate.
4827         * configure.in: Add --with-datarootdir, --with-docdir, and
4828         --with-htmldir options. AC_SUBST datarootdir, docdir and htmldir.
4829         * configure: Regenerate.
4831 2006-05-24  Mark Shinwell  <shinwell@codesourcery.com>
4833         * configure.in: Enable gprof for cross builds.
4834         * configure: Regenerate.
4836 2006-05-22  Richard Guenther  <rguenther@suse.de>
4838         Revert
4839         2006-01-31  Richard Guenther  <rguenther@suse.de>
4840         Paolo Bonzini  <bonzini@gnu.org>
4842         * Makefile.def (target_modules): Add libgcc-math target module.
4843         * configure.in (target_libraries): Add libgcc-math target library.
4844         (--enable-libgcc-math): New configure switch.
4845         * Makefile.in: Re-generate.
4846         * configure: Re-generate.
4847         * libgcc-math: New toplevel directory.
4849 2006-05-20  John David Anglin  <dave.anglin@nrc-cnrc.gc.ca>
4850             Andreas Tobler  <a.tobler@schweiz.ch>
4852         * configure.in:  Enable libgcj for hppa*-hp-hpux11*.
4853         * configure: Rebuilt.
4855 2006-05-12  Sandra Loosemore  <sandra@codesourcery.com>
4857         * MAINTAINERS (Write After Approval): Add myself.
4859 2006-05-01  DJ Delorie  <dj@redhat.com>
4861         * configure.in: Restore CFLAGS if GMP isn't present.
4862         * configure: Regenerate.
4864 2006-05-01  Richard Guenther  <rguenther@suse.de>
4866         * MAINTAINERS (Various Maintainers): Add myself as libgcc-math
4867         maintainer.
4869 2006-04-30  Kenneth Zadeck  <zadeck@naturalbridge.com>
4871         * MAINTAINERS (Write After Approval): Add myself.
4873 2006-04-28  Jan Beulich  <jbeulich@novell.com>
4875         * MAINTAINERS (Write After Approval): Add myself.
4877 2006-04-18  DJ Delorie  <dj@redhat.com>
4879         * configure.in (m32c): Build libstdc++-v3.  Pass flags to
4880         reference libgloss so that libssp can be built in a combined
4881         tree.
4882         * configure: Regenerate.
4884 2006-04-08  Robert Millan  <rmh@gcc.gnu.org>
4886         * MAINTAINERS (Write After Approval): Add myself.
4888 2006-04-05  Ben Elliston  <bje@au.ibm.com>
4890         * configure.in: Require makeinfo 4.4 or higher.
4891         * configure: Regenerate.
4893 2006-04-04  Gerald Pfeifer  <gerald@pfeifer.com>
4895         * MAINTAINERS: Add Richard Henderson as libgomp maintainer.
4896         Rearrange the entries of other libraries to have them in one place.
4898 2006-03-22  Janne Blomqvist  <jb@gcc.gnu.org>
4900         * MAINTAINERS (Write After Approval): Remove myself.
4901         (Language Front End Maintainers): Add myself as fortran 95 maintainer.
4903 2006-03-14  Richard Guenther  <rguenther@suse.de>
4905         * configure: Regenerate with autoconf 2.13.
4907 2006-03-13  Jim Blandy  <jimb@codesourcery.com>
4909         * MAINTAINERS: Use my work address.
4911         * MAINTAINERS: Update my E-mail address.
4913 2006-03-10  Aldy Hernandez  <aldyh@redhat.com>
4915         * configure.in: Handle --disable-<component> generically.
4916         * configure: Regenerate.
4918 2006-03-01  H.J. Lu  <hongjiu.lu@intel.com>
4920         PR libgcj/17311
4921         * ltmain.sh: Don't use "$finalize_rpath" for compile.
4923 2006-02-21  Erik Edelmann  <eedelman@gcc.gnu.org>
4925         * MAINTAINERS (Write After Approval):  Remove myself.
4926         (Language Front End Maintainers):  Add myself as fortran 95 maintainer.
4928 2006-02-21  Rafael Ávila de Espíndola  <rafael.espindola@gmail.com>
4930         * Makefile.tpl  (BUILD_CONFIGDIRS): Remove.
4931         (TARGET_CONFIGDIRS): Remove.
4932         * configure.in: Remove AC_SUBST(target_configdirs).
4933         * Makefile.in, configure: Regenerated.
4935 2006-02-20  Steven G. Kargl  <kargls@comcast.net>
4937         * MAINTAINERS (Write After Approval):  Remove myself.
4938         (Language Front End Maintainers):  Add myself as fortran 95 maintainer.
4940 2006-02-20  Paolo Bonzini  <bonzini@gnu.org>
4942         PR bootstrap/25670
4944         * Makefile.tpl ([+compare-target+]): Print explanation messages.
4946         * Makefile.def (ADAFLAGS, BOOT_ADAFLAGS, LANGUAGES): New flags_to_pass.
4947         * Makefile.tpl (BASE_FLAGS_TO_PASS): Support optional flags_to_pass.
4948         (EXTRA_GCC_FLAGS): Remove ADAFLAGS, BOOT_ADAFLAGS, LANGUAGES,
4949         BUILD_PREFIX, BUILD_PREFIX_1.
4950         * configure.in: (BUILD_PREFIX, BUILD_PREFIX_1): Don't substitute.
4952         * Makefile.def (bootstrap stage 1): Pass LIBCFLAGS too.
4953         * Makefile.tpl (POSTSTAGE1_FLAGS_TO_PASS): Override LIBCFLAGS too.
4955         * Makefile.tpl (configure-stage[+id+]-[+prefix+][+module+],
4956         all-stage[+id+]-[+prefix+][+module+], : Use $(current_stage) instead
4957         of `cat stage_current`.  Always provide the `r' and `s' variables.
4958         (clean-stage[+id+]-[+prefix+][+module+]): Likewise, and make it into
4959         a single shell execution.
4960         (configure-[+prefix+][+module+], all-[+prefix+][+module+]): For
4961         bootstrapped modules, make the stage1 module if the build was not
4962         started yet, else build the current stage.
4963         (all-host, all-target): Omit bootstrapped modules (if bootstrapping).
4964         (all-build, all-host, all-target, [+make_target+]-host,
4965         [+make_target+]-target): Do not use \-continued lines.
4966         (target modules): Depend on stage_last, not all-gcc, if bootstrapping.
4967         (current_stage, restrap, stage_last): New.
4969         * Makefile.in: Regenerate.
4970         * configure: Regenerate.
4972 2006-02-19  Bud Davis  <jmdavis@link.com>
4974         * MAINTAINERS (Write After Approval):  Remove myself.
4975         (Language Front End Maintainers):  Add myself as fortran 95
4976         maintainer and update e-mail address.
4978 2006-02-17  Francois-Xavier Coudert  <coudert@clipper.ens.fr>
4980         * MAINTAINERS (Write After Approval):  Remove myself.
4981         (Language Front End Maintainers):  Add myself as fortran 95
4982         maintainer.
4984 2006-02-16  Victor Kaplansky  <victork@il.ibm.com>
4986         * MAINTAINERS (Write After Approval): Add myself.
4988 2006-02-16  Thomas Koenig  <Thomas.Koenig@online.de>
4990         * MAINTAINERS (Write After Approval):  Remove myself.
4991         (Language Front End Maintainers):  Add myself as
4992         fortran 95 maintainer.
4994 2006-02-14  Paolo Bonzini  <bonzini@gnu.org>
4996         Sync from src:
4998         2005-12-27  Leif Ekblad  <leif@rdos.net>
5000         * configure.in: Add support for RDOS target.
5001         * configure: Regenerate.
5003 2006-02-14  Paolo Bonzini  <bonzini@gnu.org>
5004             Andreas Schwab  <schwab@suse.de>
5006         * configure: Regenerate.
5008 2006-02-12  David Edelsohn  <edelsohn@gnu.org>
5010         * configure.in (enable_libgomp): Add AIX.
5011         * configure: Regenerate.
5013 2006-02-07  Maxim Kuvyrkov  <mkuvyrkov@ispras.ru>
5015         * MAINTAINERS (Write After Approval): Add myself.
5017 2006-02-03  Lee Millward  <lee.millward@gmail.com>
5019         * MAINTAINERS (Write After Approval): Add myself.
5021 2006-01-31  Richard Guenther  <rguenther@suse.de>
5022         Paolo Bonzini  <bonzini@gnu.org>
5024         * Makefile.def (target_modules): Add libgcc-math target module.
5025         * configure.in (target_libraries): Add libgcc-math target library.
5026         (--enable-libgcc-math): New configure switch.
5027         * Makefile.in: Re-generate.
5028         * configure: Re-generate.
5029         * libgcc-math: New toplevel directory.
5031 2006-01-26  Paolo Bonzini  <bonzini@gnu.org>
5033         * configure.in: Set with_gnu_as, with_gnu_ld, with_newlib earlier.
5034         Set md_exec_prefix.  Use ACX_CHECK_INSTALLED_TARGET_TOOL to find
5035         the assembler, linker and binutils.
5036         * configure: Regenerate.
5038 2006-01-22  Dirk Mueller  <dmueller@suse.de>
5040         * MAINTAINERS (Write After Approval): Add myself.
5042 2006-01-20  Diego Novillo  <dnovillo@redhat.com>
5044         * configure: Regenerate.
5046 2006-01-18  Richard Henderson  <rth@redhat.com>
5047             Jakub Jelinek  <jakub@redhat.com>
5048             Diego Novillo  <dnovillo@redhat.com>
5050         * libgomp: New directory.
5051         * Makefile.def: Add target_module libgomp.
5052         * Makefile.in: Regenerate.
5053         * configure.in (target_libraries): Add target-libgomp.
5054         * configure: Regenerate.
5056 2006-01-05  Alexandre Oliva  <aoliva@redhat.com>
5058         * Makefile.tpl (clean-stage[+id+]-[+prefix+][+module+]): Remove
5059         @ from continuation.
5060         * Makefile.in: Rebuilt.
5062 2006-01-04  Chris Lattner  <sabre@gnu.org>
5064         * MAINTAINERS (Write After Approval): Add myself.
5066 2006-01-04  Paolo Bonzini  <bonzini@gnu.org>
5068         PR bootstrap/24252
5070         * Makefile.def (flags_to_pass): Add STAGE1_CFLAGS and STAGE1_LANGUAGES.
5071         * Makefile.tpl (OBJDUMP): New.
5072         (EXTRA_HOST_FLAGS): Add it.
5073         (EXTRA_GCC_FLAGS): Remove flags already specified in flags_to_pass.
5075         * Makefile.tpl (stage[+id+]-start, stage[+id+]-end): Do not try
5076         to use symbolic links between directories.  Avoid race conditions
5077         or make them harmless.
5078         * configure.in: Do not try to use symbolic links between directories.
5080         * Makefile.def (LEAN): Pass.
5081         * Makefile.tpl (LEAN): Define.
5082         (stage[+id+]-start): Accept that the previous directory does not
5083         exist, if the bootstrap is lean.
5084         (stage[+id+]-bubble): Invoke lean bootstrap commands after
5085         stage[+id+]-start.  Use a makefile variable and an `if' instead of a
5086         configure substitution.
5087         ([+compare-target+]): Likewise.
5088         ([+bootstrap-target+]-lean): New.
5089         * configure.in: Remove lean bootstrap support from here.
5091         * Makefile.in: Regenerate.
5092         * configure: Regenerate.
5094 2006-01-04  Ben Elliston  <bje@au.ibm.com>
5096         * MAINTAINERS (libdecnumber): Add myself.
5098 2006-01-02  Mark Mitchell  <mark@codesourcery.com>
5100         * libtool-ldflags: New script.
5102 2006-01-02  Andreas Schwab  <schwab@suse.de>
5104         * configure.in: When reconfiguring remove Makefile in
5105         all stage directories.
5106         * configure: Regenerate.
5108 2005-12-27  Steven Bosscher  <stevenb.gcc@gmail.com>
5110         * MAINTAINERS: Update my email address.
5112 2005-12-20  Paolo Bonzini  <bonzini@gnu.org>
5114         Revert Ada-related part of the previous change.
5116         * Makefile.def (ADAFLAGS, BOOT_ADAFLAGS, ADAFLAGS_FOR_TARGET):
5117         Do not pass.
5118         * Makefile.tpl (BOOT_ADAFLAGS): Do not define.
5119         * Makefile.in: Regenerate.
5120         * configure.in: Do not include mt-ppc-aix target fragment.
5121         * configure: Regenerate.
5123 2005-12-19  Paolo Bonzini  <bonzini@gnu.org>
5125         * configure.in: Select appropriate fragments for PowerPC/AIX.
5126         * configure: Regenerate.
5128         * Makefile.def (flags_to_pass): Add ADAFLAGS, BOOT_ADAFLAGS,
5129         BOOT_CFLAGS, BOOT_LDFLAGS.
5130         * Makefile.tpl (POSTSTAGE1_FLAGS_TO_PASS): Handle BOOT_ADAFLAGS,
5131         BOOT_CFLAGS, BOOT_LDFLAGS.
5132         (TARGET_FLAGS_TO_PASS): Handle ADAFLAGS_FOR_TARGET.
5133         (stage[+id+]-bubble): Pass flags recursively to the comparison target.
5134         (stage): Fail if we cannot complete the work.
5135         * Makefile.in: Regenerate.
5137 2005-12-16  Nathan Sidwell  <nathan@codesourcery.com>
5139         * configure.in: Replace ms1 with mt.
5140         * configure: Rebuilt.
5142 2005-12-15  Bryce McKinlay  <mckinlay@redhat.com>
5144         * MAINTAINERS: Update my email address.
5146 2005-12-15  Paolo Bonzini  <bonzini@gnu.org>
5148         * Makefile.tpl (all, do-[+make_target+], do-check, install,
5149         install-host-nogcc): Don't invoke $(stage) at the end.
5150         * Makefile.in: Regenerate.
5152 2005-12-14  Paolo Bonzini  <bonzini@gnu.org>
5154         * configure.in: Flip the top-level bootstrap switch.
5155         * configure: Regenerate.
5157 2005-12-14  Daniel Jacobowitz  <dan@codesourcery.com>
5159         * Makefile.tpl: Throughout the file, use : $(MAKE) along with
5160         $(stage) and $(unstage).
5161         (EXTRA_TARGET_FLAGS): Correct double-quoting.
5162         (all): Remove stray semicolon.
5163         (local-distclean): Don't handle multilib.tmp and multilib.out.
5164         (install.all): Set $s for consistency.
5165         (configure-[+prefix+][+module+]): Instead of [+deps+], handle
5166         check_multilibs setting.  Always make the install directory.
5167         (configure-stage[+id+]-[+prefix+][+module+]): Likewise.
5168         Correct @if/@endif.
5169         (all-stage[+id+]-[+prefix+][+module+]): Correct @if/@endif.
5170         ($(TARGET_SUBDIR)/[+module+]/multilib.out): Remove.
5171         (stage[+id+]-start, stage[+id+]-end): Stage $(TARGET_SUBDIR).
5172         (multilib.out): Remove.
5173         * Makefile.in: Regenerated.
5175 2005-12-12  Carlos O'Donell  <carlos@codesourcery.com>
5177         * MAINTAINERS (Write After Approval): Add myself.
5179 2005-12-12  Nathan Sidwell  <nathan@codesourcery.com>
5181         * MAINTAINERS: Add myself as mt maintainer.
5183         * config.sub: Replace ms1 with mt.  Allow ms1 as an alias.
5185 2005-12-06  Adam Nemet  <anemet@caviumnetworks.com>
5187         * MAINTAINERS: Change email address.
5189 2005-12-05  Paolo Bonzini  <bonzini@gnu.org>
5191         * configure.in (CONFIGURED_BISON, CONFIGURED_YACC, CONFIGURED_M4,
5192         CONFIGURED_FLEX, CONFIGURED_LEX, CONFIGURED_MAKEINFO): Remove
5193         "CONFIGURED_" from the AC_CHECK_PROGS invocation.  Move below.
5194         Find in-tree tools if available.
5195         (EXPECT, RUNTEST, LIPO, STRIP): Find them and substitute them.
5196         (CONFIGURED_*_FOR_TARGET): Don't set nor substitute.
5197         (*_FOR_TARGET): Set them with GCC_TARGET_TOOL.
5198         (COMPILER_*_FOR_TARGET): New.
5199         * Makefile.tpl (HOST_EXPORTS): Add *_FOR_TARGET symbols that gcc needs.
5200         (BASE_TARGET_EXPORTS): Use COMPILER_*_FOR_TARGET symbols.
5201         (CONFIGURED_*, USUAL_*): Remove.
5202         (BISON, YACC, FLEX, LEX, M4, MAKEINFO, EXPECT, RUNTEST, LIPO,
5203         STRIP): Use autoconf substitutions.
5204         (COMPILER_AS_FOR_TARGET, COMPILER_LD_FOR_TARGET,
5205         COMPILER_NM_FOR_TARGET): New.
5206         (EXTRA_HOST_FLAGS): Pass LIPO and STRIP.
5208         (all): Make all-host and all-target in parallel.
5209         (do-[+make_target+], do-check, install, [+compare-target+]): Ensure
5210         that $$r and $$s are set before invoking a recursive make.
5211         (stage[+id+]-bubble): Likewise, and invoke the comparison at the end.
5212         ([+bootstrap-target+]): Inline most of the `all' target.
5214 2005-11-29  Ben Elliston  <bje@au.ibm.com>
5216         * Makefile.tpl (clean-target-libgcc): Invoke clean-target-libgcc
5217         from the gcc build directory.
5218         * Makefile.in: Regenerate.
5220 2005-11-29  Ben Elliston  <bje@au.ibm.com>
5222         * Makefile.def: Add new libdecnumber host_module.  Make all-gcc
5223         depend on all-libdecnumber.
5224         * configure.in (host_libs): Include libdecnumber.
5225         * Makefile.in: Regenerate.
5226         * configure: Likewise.
5228 2005-11-29  Ben Elliston  <bje@au.ibm.com>
5230         * libdecnumber: Import decNumber sources from the dfp-branch.
5232 2005-11-21  Kean Johnston  <jkj@sco.com>
5234         * config.sub, config.guess: Sync from upstream sources.
5236 2005-11-21  Ben Elliston  <bje@au.ibm.com>
5238         Import from Autoconf sources:
5240         2005-09-06  Paul Eggert  <eggert@cs.ucla.edu>
5241         * config/move-if-change: Don't output "$2 is unchanged";
5242         suggested by Ben Elliston.  Handle weird characters correctly.
5244 2005-11-18  Andreas Tobler  <a.tobler@schweiz.ch>
5246         * ltcf-c.sh (whole_archive_flag_spec): Remove '-all_load $convenience'
5247         to match upstream libtool for darwin.
5249 2005-11-11  Daniel Jacobowitz  <dan@codesourcery.com>
5251         * Makefile.def: Remove gdb dependencies for gdbtk.
5252         * Makefile.tpl (CONFIGURE_GDB_TK, INSTALL_GDB_TK): New variables.
5253         (configure-gdb, install-gdb): New rules.
5254         * configure.in: Set CONFIGURE_GDB_TK and INSTALL_GDB_TK.
5255         * Makefile.in, configure: Regenerated.
5257 2005-11-06  Janne Blomqvist  <jb@gcc.gnu.org>
5259         * MAINTAINERS (Write After Approval): Add myself.
5261 2005-11-06  Erik Edelmann  <eedelman@gcc.gnu.org>
5263         * MAINTAINERS (Write After Approval): Add myself.
5265 2005-10-24  Diego Novillo  <dnovillo@redhat.com>
5267         * MAINTAINERS (alias analysis): Add Daniel Berlin and
5268         Diego Novillo.
5270 2005-10-22  Paolo Bonzini  <bonzini@gnu.org>
5272         PR bootstrap/24297
5273         * Makefile.tpl (do-[+make-target+], do-check, install,
5274         stage[+id+]-bubble, [+compare-target+]): Ensure $$r and $$s
5275         are set before recursing.
5276         * Makefile.in: Regenerate.
5278 2005-10-20  Eric Botcazou  <ebotcazou@adacore.com>
5280         PR bootstrap/18939
5281         * Makefile.def (gcc) <target>: Fix thinko.
5282         * Makefile.in: Regenerate.
5284 2005-10-17  Bernd Schmidt  <bernd.schmidt@analog.com>
5286         * configure.in (bfin-*-*): Use test, not brackets, in if statement.
5287         * configure: Regenerate.
5289 2005-10-15  Jie Zhang  <jie.zhang@analog.com>
5291         * MAINTAINERS (Write After Approval): Add self.
5293 2005-10-08  Kazu Hirata  <kazu@codesourcery.com>
5295         * configure.in (arm-*-linux-gnueabi): Add to noconfigdirs
5296         target-libffi, target-qthreads, target-libjava, and
5297         targetlibobjc.
5298         * configure: Regenerate.
5300 2005-10-06  Daniel Jacobowitz  <dan@codesourcery.com>
5302         * Makefile.def (flags_to_pass): Add OBJDUMP_FOR_TARGET.
5303         * Makefile.tpl (BASE_TARGET_EXPORTS): Add OBJDUMP.
5304         (OBJDUMP_FOR_TARGET, CONFIGURED_OBJDUMP_FOR_TARGET)
5305         (USUAL_OBJDUMP_FOR_TARGET): New.
5306         (EXTRA_TARGET_FLAGS): Add OBJDUMP.
5307         * configure.in: Check for $OBJDUMP_FOR_TARGET.
5308         * configure, Makefile.in: Regenerated.
5310 2005-10-05  Paolo Bonzini  <bonzini@gnu.org>
5312         * Makefile.tpl (all) [gcc-no-bootstrap]: Make prebootstrap packages
5313         before other host packages.
5315 2005-10-05  Kaz Kojima  <kkojima@gcc.gnu.org>
5317         * MAINTAINERS: Add self as sh libraries/configury maintainer.
5319 2005-10-05  Paolo Bonzini  <bonzini@gnu.org>
5321         PR bootstrap/22340
5323         * configure.in (default_target): Remove.
5324         * Makefile.tpl (all): Do not use prerequisites as subroutines
5325         (all) [gcc-bootstrap]: Bootstrap gcc first if it was not done yet.
5326         (do-[+make_target+], check, install, [+bootstrap_target+]): Do not
5327         use prerequisites as subroutines.
5328         (check-host, check-target): New.
5329         (bootstrap configure & all targets): Do not use stage*-start
5330         if the directory layout is already ok.
5331         (non-bootstrap configure & all targets): Prepend a $(unstage).
5332         (stage[+id+]-bubble): Do that here.  Do not use NOTPARALLEL.
5333         (NOTPARALLEL): Remove.
5334         (unstage, stage variables): New variables.
5335         (unstage, stage targets): Simply expand to those variables.
5337         * configure: Regenerate.
5338         * Makefile.in: Regenerate.
5340 2005-10-04  James E Wilson  <wilson@specifix.com>
5342         * Makefile.def (lang_env_dependencies): Add libmudflap.
5343         * Makefile.in: Regenerate.
5345 2005-10-03  Andreas Schwab  <schwab@suse.de>
5347         Backport from libtool CVS:
5348         2002-11-03  Ossama Othman  <ossama@doc.ece.uci.edu>
5350         * ltmain.sh: add support for installing into temporary
5351         staging area (e.g. 'make install DESTDIR=...')
5353 2005-10-03  H.J. Lu  <hongjiu.lu@intel.com>
5355         * configure.in (*-*-darwin*): Build bfd, binutils and opcodes.
5356         * configure: Regenerated.
5358 2005-09-30  Andrew Pinski  <pinskia@physics.uc.edu>
5360         * configure: Regenerate with the correct
5361         autoconf version.
5363 2005-09-30  Catherine Moore  <clm@cm00re.com>
5365         * configure.in (bfin-*-*): New.
5366         * configure: Regenerated.
5368 2005-09-28  Geoffrey Keating  <geoffk@apple.com>
5370         * Makefile.tpl (BASE_TARGET_EXPORTS): Add LIPO, STRIP.
5371         (LIPO_FOR_TARGET): New.
5372         (CONFIGURED_LIPO_FOR_TARGET): New.
5373         (USUAL_LIPO_FOR_TARGET): New.
5374         (STRIP_FOR_TARGET): New.
5375         (CONFIGURED_STRIP_FOR_TARGET): New.
5376         (USUAL_STRIP_FOR_TARGET): New.
5377         * Makefile.def (flags_to_pass): Add LIPO_FOR_TARGET and
5378         STRIP_FOR_TARGET.
5379         * configure.in: Set LIPO_FOR_TARGET, STRIP_FOR_TARGET,
5380         CONFIGURED_LIPO_FOR_TARGET, CONFIGURED_STRIP_FOR_TARGET.
5381         * Makefile.in: Regenerate.
5382         * configure: Regenerate.
5384 2005-09-19  David Edelsohn  <edelsohn@gnu.org>
5386         * configure.in (powerpc-*-aix*): Add target-libssp to noconfigdirs.
5387         (rs6000-*-aix*): Same.
5388         * configure: Regenerate.
5390 2005-09-16  Tom Tromey  <tromey@redhat.com>
5392         * MAINTAINERS: Add self as java maintainer.
5394 2005-09-14  Francois-Xavier Coudert  <coudert@clipper.ens.fr>
5396         * configure.in: Recognize f95 in the --enable-languages option,
5397         and substitute it for fortran, issuing a warning.
5398         * configure: Regenerate.
5400 2005-08-30  Phil Edwards  <phil@codesourcery.com>
5402         * configure.in (*-*-vxworks*):  Add target-libstdc++-v3 to noconfigdirs.
5403         * configure:  Regenerated.
5405 2005-08-22  Aldy Hernandez  <aldyh@redhat.com>
5407         * MAINTAINERS: Add self as ms1 maintainer.
5409 2005-08-20  Richard Earnshaw  <richard.earnshaw@arm.com>
5411         * Makefile.def (libssp): Add to lang_env_dependencies.
5412         * Makefile.in: Regenerate.
5414 2005-08-18  Ian Lance Taylor  <ian@airs.com>
5416         * MAINTAINERS: Add myself as middle-end maintainer.
5418 2005-08-17  Christian Groessler  <chris@groessler.org>
5420         * Makefile.tpl: (USUAL_CC_FOR_TARGET): Add missing trailing slash.
5421         * Makefile.in: Regenerate.
5423 2005-08-15  Andreas Krebbel  <krebbel1@de.ibm.com>
5425         * MAINTAINERS (write after approval): Added myself.
5427 2005-08-12  Maciej W. Rozycki  <macro@linux-mips.org>
5429         * MAINTAINERS (Write After Approval): Add myself.
5431 2005-08-12  Paolo Bonzini  <bonzini@gnu.org>
5433         * configure.in: Replace NCN_STRICT_CHECK_TOOL with
5434         NCN_STRICT_CHECK_TOOLS, and likewise for NCN_STRICT_CHECK_TARGET_TOOLS.
5435         Look for alternate names of the target cc and c++
5436         * configure: Regenerate.
5438 2005-08-08  Paolo Bonzini  <bonzini@gnu.org>
5440         * configure.in (CC_FOR_TARGET, CXX_FOR_TARGET, GCJ_FOR_TARGET,
5441         GCC_FOR_TARGET, RAW_CXX_FOR_TARGET, GFORTRAN_FOR_TARGET): Find
5442         them with NCN_STRICT_CHECK_TARGET_TOOL, like the other target
5443         tools; remove code to manually set them.
5444         (Target tools): Look in the environment for them.
5445         * Makefile.tpl (CC_FOR_TARGET, CXX_FOR_TARGET, GCJ_FOR_TARGET,
5446         GCC_FOR_TARGET, RAW_CXX_FOR_TARGET, GFORTRAN_FOR_TARGET): Redefine.
5447         (AS_FOR_TARGET, LD_FOR_TARGET, NM_FOR_TARGET): Look into gcc
5448         build directory.
5449         (CONFIGURED_CC_FOR_TARGET, CONFIGURED_CXX_FOR_TARGET,
5450         CONFIGURED_GCJ_FOR_TARGET, CONFIGURED_GCC_FOR_TARGET,
5451         CONFIGURED_GFORTRAN_FOR_TARGET, USUAL_CC_FOR_TARGET,
5452         USUAL_CXX_FOR_TARGET, USUAL_GCJ_FOR_TARGET, USUAL_GCC_FOR_TARGET,
5453         USUAL_RAW_CXX_FOR_TARGET, USUAL_GFORTRAN_FOR_TARGET): New.
5454         (CXX_FOR_TARGET_FOR_RECURSIVE_MAKE,
5455         RAW_CXX_FOR_TARGET_FOR_RECURSIVE_MAKE, RECURSE_FLAGS): Delete.
5456         * configure: Regenerate.
5457         * Makefile.in: Regenerate.
5459 2005-07-28  Ben Elliston  <bje@au.ibm.com>
5461         * MAINTAINERS: Update for removed CPU targets.
5463 2005-07-27  Mark Mitchell  <mark@codesourcery.com>
5465         * Makefile.tpl (EXTRA_TARGET_FLAGS): Set LDFLAGS=LDFLAGS_FOR_TARGET.
5466         * Makefile.def (flags_to_pass): Add LDFLAGS_FOR_TARGET.
5467         * Makefile.in: Regenerated.
5469 2005-07-26  Mark Mitchell  <mark@codesourcery.com>
5471         * Makefile.tpl (SYSROOT_CFLAGS_FOR_TARGET): New variable.
5472         (CFLAGS_FOR_TARGET): Use it.
5473         (CXXFLAGS_FOR_TARGET): Likewise.
5474         * Makefile.in: Regenerated.
5475         * configure.in (--with-build-sysroot): New option.
5476         * configure: Regenerated.
5478 2005-07-24  Paolo Bonzini  <bonzini@gnu.org>
5480         * Makefile.tpl: Wrap install between unstage and stage
5481         * Makefile.in: Regenerate.
5483 2005-07-21  Eric Christopher  <echristo@apple.com>
5485         * MAINTAINERS: Update affiliation.
5487 2005-07-21  Paul Woegerer  <paul.woegerer@nsc.com>
5489         * MAINTAINERS: Add self as crx port maintainer.
5491 2005-07-20  DJ Delorie  <dj@redhat.com>
5493         * MAINTAINERS: Add self as m32c maintainer.
5495 2005-07-16  Kelley Cook  <kcook@gcc.gnu.org>
5497         * all files: Update FSF address.
5499 2005-07-15  Eric Christopher  <echristo@redhat.com>
5501         * MAINTAINERS: Change affiliation.
5503 2005-07-14  Jim Blandy  <jimb@redhat.com>
5505         * configure.in: Add cases for Renesas m32c.
5506         * configure: Regenerated.
5508 2005-07-14  Kelley Cook  <kcook@gcc.gnu.org>
5510         * COPYING.LIB: Update from fsf.org.
5512 2005-07-14  Kelley Cook  <kcook@gcc.gnu.org>
5514         * COPYING, compile, config.guess,
5515         config.sub, install-sh, missing, mkinstalldirs,
5516         symlink-tree, ylwrap: Sync from upstream sources.
5517         * config-ml.in: Update FSF address.
5519 2005-07-13  Eric Christopher  <echristo@redhat.com>
5521         * configure.in: Add toplevel noconfigdir support for tpf.
5522         * configure: Regenerate.
5524 2005-07-11  Paolo Bonzini  <bonzini@gnu.org>
5526         PR ada/22340
5528         * Makefile.tpl (POSTSTAGE1_FLAGS_TO_PASS): Fix pasto.
5529         * Makefile.in: Regenerate.
5531 2005-07-07  Mark Mitchell  <mark@codesourcery.com>
5533         * MAINTAINERS: Remove Dave Brolley as a cpplib maintainer.  Add Dave
5534         Brolley to write-after-approval.
5536 2005-07-07  Andreas Schwab  <schwab@suse.de>
5538         * Makefile.def (flags_to_pass): Add CFLAGS_FOR_BUILD.
5539         * Makefile.tpl (EXTRA_GCC_FLAGS): Don't pass CFLAGS_FOR_BUILD here.
5540         * Makefile.in: Regenerated.
5542 2005-07-06  Geoffrey Keating  <geoffk@apple.com>
5544         * configure.in: Don't build sim or rda when targetting darwin.
5545         * configure: Regenerate.
5547 2005-07-06  Kazu Hirata  <kazu@codesourcery.com>
5549         * configure.in: Add --enable-libssp and --disable-libssp.
5550         * configure: Regenerate with autoconf-2.13.
5552 2005-07-02  Jakub Jelinek  <jakub@redhat.com>
5554         * Makefile.def (target_modules): Add libssp.
5555         * configure.in (target_libraries): Add target-libssp.
5556         * configure: Rebuilt.
5557         * Makefile.in: Rebuilt.
5559 2005-07-01  Zack Weinberg  <zackw@panix.com>
5561         * MAINTAINERS: Change email address.  Resign from maintainership.
5563 2005-07-01  Richard Guenther  <rguenther@suse.de>
5565         * MAINTAINERS: Change my e-mail address and affiliation.
5567 2005-06-22  Paolo Bonzini  <bonzini@gnu.org>
5569         * Makefile.def (stagefeedback): Come after profile.
5570         Define profiledbootstrap target.
5571         * Makefile.tpl (profiledbootstrap): Remove.
5572         (stageprofile-end): Zap stagefeedback.
5573         (stagefeedback-start): Copy all .gcda files, not only GCC's.
5574         * Makefile.in: Regenerate.
5576 2005-06-13  Richard Sandiford  <richard@codesourcery.com>
5578         * MAINTAINERS: Update my email address.
5580 2005-06-13  Zack Weinberg  <zack@codesourcery.com>
5582         * depcomp: Update from automake CVS.  Add 'ia64hp' stanza.
5583         In 'cpp' stanza, support '#line' as well as '# '.
5585 2005-06-08  Andreas Schwab  <schwab@suse.de>
5587         * MAINTAINERS: Move myself from 'Write After Approval' to
5588         'CPU Port Maintainers' section as m68k maintainer.
5590 2005-06-07  Hans-Peter Nilsson  <hp@axis.com>
5592         * configure.in (unsupported_languages): New macro.
5593         <mmix-knuth-mmixware>: Set unsupported_languages.  Name explicit
5594         non-ported target libraries in noconfigdirs.
5595         <cris-*, crisv32-*> Ditto, except for non-aout, non-elf,
5596         non-linux-gnu.  Remove libgcj_ex_libffi.
5597         <lang_frag loop>: Set add_this_lang=no if the language is in
5598         unsupported_languages.
5599         * configure: Regenerate.
5601 2005-06-04  Tobias Schl"uter  <tobias.schlueter@physik.uni-muenchen.de>
5603         * configure.in: Fix typo in handling of --with-mpfr-dir.
5604         * configure: Regenerate.
5606 2005-06-04  Richard Sandiford  <rsandifo@nildram.co.uk>
5608         * MAINTAINERS: Update my email address.
5610 2005-06-02  Jim Blandy  <jimb@redhat.com>
5612         * config.sub: Add cases for the Renesas m32c.  (This patch has been
5613         accepted into the master sources.)
5615 2005-06-02  Aldy Hernandez  <aldyh@redhat.com>
5616             Michael Snyder  <msnyder@redhat.com>
5617             Stan Cox  <scox@redhat.com>
5619         * configure.in: Set noconfigdirs for ms1.
5621         * configure: Regenerate.
5623 2005-06-01  Jerry DeLisle  <jvdelisle@verizon.net>
5625         * MAINTAINERS (Write After Approval): Add self.
5627 2005-06-01  Josh Conner  <jconner@apple.com>
5629         * MAINTAINERS (Write After Approval): Add self.
5631 2005-06-01  Kazu Hirata  <kazu@codesourcery.com>
5633         * MAINTAINERS: Update my email address.
5635 2005-05-27  Ziga Mahkovec  <ziga.mahkovec@klika.si>
5637         * MAINTAINERS (Write After Approval): Add self.
5639 2005-05-26  Chris Demetriou  <cgd@broadcom.com>
5641         * MAINTAINERS (Write After Approval): Remove self.
5643 2005-05-25  Paolo Bonzini  <bonzini@gnu.org>
5645         * Makefile.tpl (stage[+id+]-start): Iterate over target module as well.
5646         (Dependencies): Consider target modules for bootstrap dependencies.
5647         Make target bootstrap modules depend on each stage's gcc.
5648         * Makefile.in: Regenerate.
5650 2005-05-20  Paolo Bonzini  <bonzini@gnu.org>
5652         * Makefile.def (configure-gcc): Depend on binutils having been built.
5653         (all-gcc): No need to do it here.
5654         * Makefile.in: Regenerate.
5656 2005-05-19  Paul Brook  <paul@codesourcery.com>
5658         * configure.in: Rewrite misleading error message when requested
5659         language cannot be built.
5660         * configure: Regenerate.
5662 2005-05-15  Daniel Jacobowitz  <dan@codesourcery.com>
5664         * ylwrap: Import from Automake 1.9.5.
5666 2005-05-13  David Ung  <davidu@mips.com>
5668         * MAINTAINERS (Write After Approval): Add self.
5670 2005-05-09  Mike Stump  <mrs@apple.com>
5672         * libtool.m4 (AC_LIBTOOL_SYS_MAX_CMD_LEN): Use quotes on
5673         lt_cv_sys_max_cmd_len for now.
5675 2005-05-09  Stan Cox  <scox@redhat.com>
5677         * MAINTAINERS: Remove self, add Nick Clifton as iq2000 maintainer.
5679 2005-05-08  Matt Kraai  <kraai@ftbfs.org>
5681         * README.SCO: Update the URL.
5683 2005-05-05  David Edelsohn  <edelsohn@gnu.org>
5685         * ltconfig: Define file_list_spec.  Pass file_list_spec and
5686         with_gnu_ld to libtool.
5687         * ltcf-c.sh (aix[45]): Define file_list_spec.
5688         * ltcf-cxx.sh (aix[45]): Same.
5689         * ltcf-gcj.sh (aix[45]): Same.
5690         * ltmain.sh: If command exceeds max_cmd_len and file_list_spec
5691         exists, write list of input files to temporary file.
5693 2005-05-04  Mike Stump  <mrs@apple.com>
5695         * configure.in: Always pass --target to target configures as
5696         otherwise rebuilds that do --recheck will fail.
5697         * confiugure: Rebuilt.
5699 2005-05-04  Paolo Bonzini  <bonzini@gnu.org>
5701         * Makefile.tpl (POSTSTAGE1_HOST_EXPORTS): Rename from
5702         STAGE_HOST_EXPORTS.
5703         (configure, all): Add bootstrap support.
5704         (Host modules, target modules): Pass post-stage1 flags and exports.
5705         (Top-level bootstrap): Remove bootstrap rules, expanded elsewhere.
5706         * Makefile.in: Regenerate.
5708 2005-04-29  Paolo Bonzini  <bonzini@gnu.org>
5710         * configure: Regenerate.
5712 2005-04-27  Mike Stump  <mrs@apple.com>
5714         * MAINTAINERS: Add self as darwin maintainer.
5716 2005-04-22  Bernd Schmidt  <bernd.schmidt@analog.com>
5718         * config.sub: Update from master copy.
5720 2005-04-21  Mike Stump  <mrs@apple.com>
5722         * MAINTAINERS: Add self as Objective-C/Objective-C++ maintainer.
5723         * MAINTAINERS: Add Zem as Objective-C++ maintainer.
5725 2005-04-19  Hans-Peter Nilsson  <hp@axis.com>
5727         * configure.in <crisv32-*-*, cris-*-*>: New local variable
5728         libgcj_ex_libffi.  Have specific match for *-*-linux*.  Separate
5729         matches for "*-*-aout" and "*-*-elf".  Don't disable libffi for
5730         "*-*-elf" and "*-*-linux*".
5731         * configure: Regenerate.
5733 2005-04-14  Joseph S. Myers  <joseph@codesourcery.com>
5735         * MAINTAINERS (Various Maintainers): Add self as i18n maintainer.
5737 2005-04-12  Mike Stump  <mrs@apple.com>
5739         * libtool.m4: Update AC_LIBTOOL_SYS_MAX_CMD_LEN bits from upstream.
5741 2005-04-04  Thomas Koenig  <Thomas.Koenig@online.de>
5743         * MAINTAINERS (Write After Approval): Add myself.
5745 2005-04-07  Bernd Schmidt  <bernd.schmidt@analog.com>
5747         * MAINTAINERS (Port Maintainers): Add self for Blackfin.
5749 2005-04-06  Paolo Bonzini  <bonzini@gnu.org>
5751         * Makefile.tpl (BUILD_CONFIGARGS): Include --with-build-subdir.
5752         (TARGET_CONFIGARGS): Include --with-target-subdir.
5753         (configure, all): New macros.  Use them throughout.
5754         * Makefile.in: Regenerate.
5756 2005-04-04  Jon Grimm  <jgrimm2@us.ibm.com>
5758         * MAINTAINERS (Write After Approval): Add myself.
5760 2005-03-31  Zdenek Dvorak  <rakdver@atrey.karlin.mff.cuni.cz>
5762         * MAINTAINERS: Remove 'loop unrolling' maintainer.
5764 2005-03-30  Gerald Pfeifer  <gerald@pfeifer.com>
5766         * MAINTAINERS: Move John Carr to Write After Approval.
5768 2005-03-30  J"orn Rennecke  <joern.rennecke@st.com>
5770         * config/mh-mingw32: Delete.
5771         * configure.in: Don't use it.
5772         * configure: Regenerate.
5774 2005-03-31  Paolo Bonzini  <bonzini@gnu.org>
5776         * Makefile.def (bfd, opcodes, libstdc++-v3, libmudflap): Set lib_path.
5777         * Makefile.tpl (SET_LIB_PATH, REALLY_SET_LIB_PATH): Remove.
5778         (HOST_EXPORTS, STAGE_HOST_EXPORTS, TARGET_EXPORTS): Set RPATH_ENVVAR.
5779         (HOST_LIB_PATH): Generate from Makefile.def.
5780         (TARGET_LIB_PATH): Likewise.
5781         (Old bootstrap targets): Include TARGET_LIB_PATH into RPATH_ENVVAR.
5782         * Makefile.in: Regenerate.
5783         * configure.in (set_lib_path, SET_LIB_PATH, SET_GCC_LIB_PATH): Remove.
5784         (RPATH_ENVVAR): Include Darwin case.
5785         * configure: Regenerate.
5787 2005-03-29  Thomas Fitzsimmons  <fitzsim@redhat.com>
5789         * MAINTAINERS (Various Maintainers): Remove self.
5790         (Write After Approval): Add self.
5792 2005-03-26  Thomas Fitzsimmons  <fitzsim@redhat.com>
5794         * MAINTAINERS (Various Maintainers): Add self.
5796 2005-03-25  Paolo Bonzini  <bonzini@gnu.org>
5798         * configure.in (RPATH_ENVVAR): Set to DYLD_LIBRARY_PATH on Darwin.
5799         * configure: Regenerate.
5801 2005-03-21  Zack Weinberg  <zack@codesourcery.com>
5803         * Makefile.def: Remove libstdcxx_incdir, libsubdir, gxx_include_dir,
5804         gcc_version, and gcc_version_trigger from set of flags to pass.
5805         * Makefile.tpl: Remove definitions of above variables.
5806         (config.status): Remove dependency on $(gcc_version_trigger).
5807         * Makefile.in: Regenerate.
5808         * configure.in: Do not reference config/gcc-version.m4 nor
5809         config/gxx-include-dir.m4.  Do not invoke TL_AC_GCC_VERSION nor
5810         TL_AC_GXX_INCLUDE_DIR.  Do not set gcc_version_trigger.
5811         * configure: Regenerate.
5813 2005-03-16  Manfred Hollstein  <manfred.h@gmx.net>
5814             Andrew Pinski  <pinskia@physics.uc.edu>
5816         * Makefile.tpl (check-[+module+]): Fix shell statement inside if ... fi.
5817         * Makefile.in: Regenerate.
5819 2005-03-13  Feng Wang  <fengwang@nudt.edu.cn>
5821         * MAINTAINERS (Write After Approval): Add myself.
5823 2005-03-03  David Ayers  <d.ayers@inode.at>
5825         * MAINTAINERS (Write After Approval): Add myself.
5827 2005-03-01  Alexandre Oliva  <aoliva@redhat.com>
5829         PR libgcj/20160
5830         * ltmain.sh: Avoid creating archives with components that have
5831         duplicate basenames.
5833 2005-02-28  Andrew Pinski  <pinskia@physics.uc.edu>
5835         PR bootstrap/20250
5836         * Makefile.tpl (HOST target installs): Fix copy and pasto, use install
5837         instead of check.
5838         * Makefile.in: Regenerate.
5840 2005-02-28  Paolo Bonzini  <bonzini@gnu.org>
5842         * Makefile.in: Regenerate to fix conflict between the previous two
5843         patches.
5845 2005-02-28  Paolo Bonzini  <bonzini@gnu.org>
5847         PR bootstrap/17383
5848         * Makefile.def (target_modules): Remove "stage", now unnecessary.
5849         * Makefile.tpl (HOST_SUBDIR): New substitution.
5850         (STAGE_HOST_EXPORTS, EXPECT, HOST_LIB_PATH, USUAL_AR_FOR_TARGET,
5851         USUAL_AS_FOR_TARGET, USUAL_DLLTOOL_FOR_TARGET, USUAL_GCC_FOR_TARGET,
5852         USUAL_LD_FOR_TARGET, USUAL_NM_FOR_TARGET, USUAL_OBJDUMP_FOR_TARGET,
5853         USUAL_RANLIB_FOR_TARGET, USUAL_WINDRES_FOR_TARGET): Use it.
5854         (Host modules, Bootstrapped modules): Use it.
5855         (Build modules, Target modules): Do not create symlink trees,
5856         always configure out-of-srcdir.
5857         (distclean): Try removing $(host_subdir) with rm before using rm -rf.
5858         * configure.in (FLAGS_FOR_TARGET, CC_FOR_TARGET, GCJ_FOR_TARGET,
5859         GFORTRAN_FOR_TARGET, CXX_FOR_TARGET, RAW_CXX_FOR_TARGET): Use
5860         $(HOST_SUBDIR).  Create a symlink for host_subdir.
5862         * Makefile.in: Regenerate.
5863         * configure: Regenerate.
5865 2005-02-28  Nathanael Nerode  <neroden@gcc.gnu.org>
5867         Merged from libada-gnattools-branch:
5868         2004-11-28  Nathanael Nerode  <neroden@gcc.gnu.org>
5870         * gnattools: New directory.
5871         * Makefile.def: Add gnattools as a module, depending on target-libada.
5872         * Makefile.in: Regenerate.
5873         * configure.in: Include gnattools in host_tools; disable it if ada
5874         is disabled.
5875         * configure: Regenerate.
5877 2005-02-24  James A. Morrison  <phython@gcc.gnu.org>
5879         * MAINTAINERS (Language Front Ends Maintainers): Add myself as
5880         treelang maintainer.
5881         (Write After Approval): Remove myself.
5883 2005-02-23  Paul Schlie  <schlie@comcast.net>
5885         * configure.in: Allow darwin targeted ports to build tk, itcl and
5886         libgui.
5887         * configure: Regenerate.
5889 2005-02-21  Eric Botcazou  <ebotcazou@libertysurf.fr>
5891         PR libgcj/10353
5892         * configure.in (noconfigdirs) <sparc-*-solaris2.[0-6]>: Add libgcj.
5893         * configure: Regenerate.
5895 2005-02-18  Steven G. Kargl  <kargl@gcc.gnu.org>
5897         * MAINTAINERS (Write After Approval): Add myself.
5899 2005-02-10  Ian Lance Taylor  <ian@airs.com>
5901         * MAINTAINERS: Update my e-mail address.
5903 2005-02-02  Richard Guenther  <rguenth@gcc.gnu.org>
5905         * MAINTAINERS (Write After Approval): Add myself.
5907 2005-01-29  Hans-Peter Nilsson  <hp@axis.com>
5909         * configure.in (noconfigdirs) <crisv32-*-*>: Match like cris-*-*.
5910         <crisv32-*-*, cris-*-*>: Only disable target-newlib and
5911         target-libgloss when not *-*-elf and *-*-aout.
5912         * configure: Regenerate.
5914 2005-01-23  Kazu Hirata  <kazu@cs.umass.edu>
5916         * MAINTAINERS: Remove obsolete entries.
5918         * MAINTAINERS (Write After Approval): Add Michael Matz.
5920 2005-01-19  Neil Booth  <neil@daikokuya.co.uk>
5922         * MAINTAINERS: Remove self as cpplib maintainer.
5924 2005-01-17  Kelley Cook  <kcook@gcc.gnu.org>
5926         * install-sh, config.sub: Import from upstream.
5928 2005-01-17  Kelley Cook  <kcook@gcc.gnu.org>
5930         PR bootstrap/18222
5931         * Makefile.def: Pass CPPFLAGS_FOR_TARGET.
5932         * Makefile.tpl: Define target CPPFLAGS on CPPFLAGS_FOR_TARGET.
5933         * Makefile.in: Regenerate.
5935 2005-01-16  Jason Thorpe  <thorpej@netbsd.org>
5937         * MAINTAINERS: Update my email address.
5939 2005-01-12  David Edelsohn  <edelsohn@gnu.org>
5940             Andreas Schwab  <schwab@suse.de>
5942         PR bootstrap/18033
5943         * config-ml.in: Eval option if surrounded by single quotes.
5945 2005-01-03  Paolo Bonzini  <bonzini@gnu.org>
5947         Revert 2004-12-28 Makefile changes, a better fix will be
5948         applied to mainline and src after GCC 4.0 branches.
5950 2004-12-28  Paolo Bonzini  <bonzini@gnu.org>
5952         PR bootstrap/17383
5954         * Makefile.def (target_modules): Remove stage parameter,
5955         it is always true now.
5956         * Makefile.tpl (configure-build-[+module+],
5957         configure-target-[+module+]): Always build symlink tree
5958         for the directory and for include.  BUILD_SUBDIR and
5959         TARGET_SUBDIR cannot be . anymore.
5960         * Makefile.in: Regenerate.
5962 2004-12-25  David Edelsohn  <edelsohn@gnu.org>
5964         Revert 2004-12-08 Makefile changes.
5966 2004-12-17  Danny Smith  <dannysmith@users.sourceforge.net>
5968         * MAINTAINERS: Move myself to OS Port Maintainers for windows,
5969         cygwin, mingw.
5971 2004-12-16  Andrew Stubbs  <andrew.stubbs@st.com>
5973         * configure.in (sh64-*-*): Reenable gprof.
5974         * configure: Regenerate.
5976 2004-12-08  David Edelsohn  <edelsohn@gnu.org>
5978         * Makefile.def (flags_to_pass): Add PICFLAG_FOR_TARGET.
5979         * Makefile.tpl (EXTRA_HOST_FLAGS): Add PICFLAG.
5980         (EXTRA_TARGET_FLAGS): Add PICFLAG.
5981         * Makefile.in: Regenerate.
5983 2004-12-08  Christopher Faylor  <cgf@gcc.gnu.org>
5985         * MAINTAINERS: Update my email address.
5987 2004-12-07  Matt Kraai  <kraai@ftbfs.org>
5989         * Makefile.tpl: Generate normal dependencies if the LHS module is
5990         not bootstrapped.
5991         * Makefile.in: Regenerate.
5993 2004-12-03  Richard Sandiford  <rsandifo@redhat.com>
5995         * configure.in: Include config/gxx-include-dir.m4.  Use
5996         TL_AC_GXX_INCLUDE_DIR.  Remove some now-redundant AC_SUBSTs.
5997         * configure: Regenerate.
5999 2004-12-03  Richard Sandiford  <rsandifo@redhat.com>
6001         * config.if: Delete.
6002         * configure.in: Set libstdcxx_incdir directly.
6003         * configure: Regenerate.
6005 2004-12-02  Eric Christopher  <echristo@redhat.com>
6007         * Makefile.tpl (clean-target-libgcc): Make change in correct place.
6008         * Makefile.in: Regenerate.
6010 2004-12-02  Richard Sandiford  <rsandifo@redhat.com>
6012         * configure.in: Clear gcc_version_trigger if the file doesn't exist.
6013         * configure: Regenerate.
6015 2004-12-02  Richard Sandiford  <rsandifo@redhat.com>
6017         * configure.in: Include config/gcc-version.m4.  Use TL_AC_GCC_VERSION
6018         to set gcc_version_trigger.  Remove some now-redundant AC_SUBSTs.
6019         * configure: Regenerate.
6021 2004-12-01  Eric Christopher  <echristo@redhat.com>
6023         * Makefile.in (clean-target-libgcc): Add stmp-dirs to list
6024         of things to remove.
6026 2004-11-29  Matt Kraai  <kraai@ftbfs.org>
6028         * MAINTAINERS (Write After Approval): Update my e-mail address.
6030 2004-11-29  Kelley Cook  <kcook@gcc.gnu.org>
6032         * libtool.m4 (AC_DEPLIBS_CHECK_METHOD): Re-import linux-gnu case
6033         from CVS libtool to always pass_all.
6035 2004-11-25  John David Anglin  <dave.anglin@nrc-cnrc.gc.ca>
6037         * configure.in (hppa*-*-linux*): Don't add libgcj to noconfigdirs.
6038         (hppa*64*-*-*): Delete incorrect comment.
6039         * configure: Rebuilt.
6041 2004-11-24  Kelley Cook  <kcook@gcc.gnu.org>
6043         * libtool.m4 (AC_DEPLIBS_CHECK_METHOD): Revert previous change.
6045 2004-11-24  Kelley Cook  <kcook@gcc.gnu.org>
6047         * libtool.m4 (AC_DEPLIBS_CHECK_METHOD): Import linux-gnu case
6048         from CVS libtool to always pass_all.
6050 2004-11-15  Kelley Cook  <kcook@gcc.gnu.org>
6052         * install-sh, compile: Import from automake.
6054 2004-11-15  Kelley Cook  <kcook@gcc.gnu.org>
6056         * config.guess, config.sub:  Import from savannnah.
6058 2004-11-12  Scott Robert Ladd  <scott.ladd@coyotegulch.com>
6060         * MAINTAINERS (Write After Approval): Add myself
6062 2004-11-12  Mike Stump  <mrs@apple.com>
6064         * Makefile.def: Add html support.
6065         * Makefile.tpl: Likewise.
6066         * Makefile.in: Regenerate.
6068 2004-11-11  Geoffrey Keating  <geoffk@apple.com>
6070         PR 18423
6071         * configure.in: Remove all instances of build-fixincludes from
6072         noconfigdirs.
6073         (build_configargs): Supply --target to subdirectories.
6074         * configure: Regenerate.
6076         * Makefile.def: Make gcc install depend on fixincludes install.
6077         * Makefile.in: Regenerate.
6079 2004-11-10  Janis Johnson  <janis187@us.ibm.com>
6081         * MAINTAINERS: Add myself as gcc testsuite maintainer.
6083 2004-11-11  Paul Brook  <paul@codesourcery.com>
6085         * MAINTAINERS: Add self as arm maintainer.  Update email address.
6087 2004-11-08  Hans-Peter Nilsson  <hp@bitrange.com>
6089         * configure.in (noconfigdirs) [mmix-*-*]: Disable
6090         target-libgfortran.
6091         * configure: Regenerate.
6093 2004-11-07  David Edelsohn  <edelsohn@gnu.org>
6095         * config-ml.in: Pass FCFLAGS for multilibs, handle GFORTRAN
6096         like CC.
6098 2004-11-05  Paolo Bonzini  <bonzini@gnu.org>
6100         * Makefile.def (host fixincludes): Specify missing targets.
6101         * Makefile.in: Regenerate.
6103 2004-11-05  Ralf Corsepius  <ralf.corsepius@rtems.org>
6105         * MAINTAINERS: Add myself
6107 2004-11-05  Gabor Loki  <loki@inf.u-szeged.hu>
6109         * MAINTAINERS (Write After Approval): Add myself.
6111 2004-11-04  Geoffrey Keating  <geoffk@apple.com>
6113         * Makefile.def: Build fixincludes for the host, too.
6114         * Makefile.in: Regenerate.
6115         * configure.in (host_tools): Add fixincludes.
6116         * configure: Regenerate.
6118 2004-11-04  Daniel Jacobowitz  <dan@debian.org>
6120         * configure.in (arm-*-oabi*, thumb-*-oabi*): Remove.
6121         * configure: Regenerated.
6123 2004-11-04  H.J. Lu  <hongjiu.lu@intel.com>
6125         PR other/17783
6126         * configure.in: Set up LD_LIBRARY_PATH by default for gcc.
6127         * configure: Regenerated.
6129 2004-10-31  Mark Mitchell  <mark@codesourcery.com>
6131         * README.SCO: Update per FSF instructions.
6133 2004-10-28  Eric B. Weddington  <ericw@evcohs.com>
6135         PR target/18151
6136         * configure.in (case ${target}): Do not build fixincludes for avr.
6137         * configure: Regenerated.
6139 2004-10-26  Paolo Bonzini  <bonzini@gnu.org>
6141         * configure.in (case ${target}): Do not build fixincludes
6142         on platforms where it is not used.
6143         * configure: Regenerated.
6145 2004-10-23  Daniel Jacobowitz  <dan@debian.org>
6147         * configure.in: Use an absolute path to install-sh.
6148         * configure: Regenerated.
6150 2004-10-19  Aaron W. LaFramboise  <aaronavay62@aaronwl.com>
6152         * MAINTAINERS (Write After Approval): Add myself.
6154 2004-10-19  Kazu Hirata  <kazu@cs.umass.edu>
6156         * MAINTAINERS: Remove from Write After Approval those that are
6157         already maintainers.
6159 2004-10-19  Sebastian Pop  <pop@cri.ensmp.fr>
6161         * MAINTAINERS:  Update my email address.
6163 2004-10-12  Kelley Cook  <kcook@gcc.gnu.org>
6165         * configure.in (*-*-cygwin*): Supress warning if newlib not present.
6166         * configure: Regenerate.
6168 2004-10-07  J"orn Rennecke  <joern.rennecke@st.com>
6170         * MAINTAINERS:  Update my email address.
6172 2004-10-07  Kazu Hirata  <kazu@cs.umass.edu>
6174         * MAINTAINERS (Language Front Ends Maintainers): New.  Move
6175         entries belonging to this category.
6177 2004-10-06  Josef Zlomek  <josef.zlomek@email.cz>
6179         * MAINTAINERS: Update my e-mail address.
6181 2004-10-06  Paolo Bonzini  <bonzini@gnu.org>
6183         Fix wrong conflict resolution in:
6185         2004-08-16  Paolo Bonzini  <bonzini@gnu.org>
6187         * Makefile.in: Regenerate.
6188         * Makefile.tpl (Autogenerated `all-*' targets): Invoke $(TARGET-*)
6189         in the recursive `make', instead of hardwiring `all'.
6190         (Autogenerated TARGET-* variables): New.
6192 2004-10-05  Tomer Levi  <Tomer.Levi@nsc.com>
6194         * configure.in: Enable target-libgloss for crx-*-*.
6195         * configure: Regenerate.
6197 2004-10-04  Kazu Hirata  <kazu@cs.umass.edu>
6199         * MAINTAINERS (Various Maintainers): Move the "windows,
6200         cygwin, mingw" maintainer to ...
6201         (OS Port Maintainers): ... here.
6203 2004-10-04  Kazu Hirata  <kazu@cs.umass.edu>
6205         * MAINTAINERS (Write After Approval): Remove those that are
6206         maintainers of some subsystem.
6208 2004-10-02  P.J. Darcy  <darcypj@us.ibm.com>
6210         * ltcf-c.sh (tpf*): Add ld_shlibs=yes.
6211         * ltcf-cxx.sh (tpf*): Likewise.
6212         * ltconfig (tpf*): Add TPF OS configuration support.
6214 2004-10-01  Bernd Schmidt  <bernds_cb1@t-online.de>
6216         * MAINTAINERS: Change my email address to my new work account.
6218 2004-09-24  Michael Roth  <mroth@nessie.de>
6220         * configure.in (--without-headers): Add missing double quotes.
6221         * configure: Regenerate.
6223 2004-09-24  Kelley Cook  <kcook@gcc.gnu.org>
6225         * ylwrap: Revert to previous version.
6227 2004-09-23  H.J. Lu  <hongjiu.lu@intel.com>
6229         PR bootstrap/17369
6230         * Makefile.tpl (REALLY_SET_LIB_PATH): Add @SET_GCC_LIB_PATH@.
6231         (HOST_EXPORTS]): Add @SET_GCC_LIB_PATH@. Set and export
6232         SET_GCC_LIB_PATH_CMD.
6233         (BASE_TARGET_EXPORTS): Likewise.
6234         * Makefile.in: Regenerated.
6236         * configure.in (SET_GCC_LIB_PATH): Set and substitute.
6237         * configure: Regenerated.
6239 2004-09-23  Kelley Cook  <kcook@gcc.gnu.org>
6241         * config.guess: New upstream version
6242         * compile, depcomp, install-sh, ylwrap: Likewise.
6244 2004-09-19  Roger Sayle  <roger@eyesopen.com>
6246         * config/mh-x86omitfp: New host makefile fragment.  Add
6247         -fomit-frame-pointer to the default BOOT_CFLAGS.
6248         * configure.in: Use it to speed up bootstrap on some IA-32 hosts.
6249         * configure: Regenerate.
6251 2004-09-15  Andrew Pinski  <pinskia@physics.uc.edu>
6253         PR target/11572
6254         * configure.in (*-*-darwin*): Renable libobjc.
6255         * configure: Regenerate.
6257 2004-09-10  Nathan Sidwell  <nathan@codesourcery.com>
6259         * MAINTAINERS: Add self as c++ and type-safe vector maintainer.
6261 2004-09-09  Daniel Berlin  <dberlin@dberlin.org>
6263         * Makefile.def: Remove libbanshee.
6264         * Makefile.tpl: Ditto.
6265         * configure.in: Ditto.
6266         * Makefile.in: Regen.
6267         * configure: Ditto.
6269 2004-09-08  David Edelsohn  <edelsohn@gnu.org>
6271         * ltmain.sh: Use $pic_object as $non_pic_object if
6272         $non_pic_object=none.
6274 2004-09-07  Paolo Bonzini  <bonzini@gnu.org>
6276         * missing: Import latest version from master repository.
6278 2004-09-06  Nick Clifton  <nickc@redhat.com>
6280         * config.sub: Import latest version from master repository.
6281         * config.guess: Likewise.
6282         This includes these changes:
6284         2004-08-27  Hans-Peter Nilsson  <hp@axis.com>
6286         * config.sub: Handle crisv32, alias etraxfs.
6287         * config.guess (crisv32:Linux:*:*): Handle.
6289         2004-08-13  Brad Smith  <brad@comstyle.com>
6291         * config.guess (*:OpenBSD:*:*): Remove defunct MIPS machines.
6292         (sgi:OpenBSD:*:*): Emit mips64, not mipseb.
6294         2004-08-11  Paul Eggert  <eggert@cs.ucla.edu>
6296         * config.guess (*:Darwin:*:*): If uname -p reports "unknown",
6297         assume the processor is a powerpc.  This is because coreutils
6298         uname (at least versions 4.5.7 through 5.2.1) outputs "unknown"
6299         in this case, due to a MacOS X bug that causes
6300         sysctl ((int[]) {CTL_HW, HW_MACHINE_ARCH}, 2, buffer, &bufsize, 0, 0)
6301         to return a negative number.
6302         Problem reported by Petter Reinholdtsen in:
6303         http://lists.gnu.org/archive/html/bug-gnu-utils/2003-02/msg00201.html
6305         2004-07-19  Ben Elliston  <bje@gnu.org>
6307         * config.guess (S7501:*:4.0:3.0): Handle NCR System V UNIX machine.
6309         2004-06-24  Ben Elliston  <bje@gnu.org>
6311         * config.guess: Update copyright years.
6312         * config.sub: Likewise.
6314         2004-06-22  Robert Millan  <robertmh@gnu.org>
6316         * config.guess (*:FreeBSD:*:*): Remove check for glibc (unneeded
6317         since GNU/kFreeBSD systems match *:GNU/*:*:* instead).
6319         2004-06-22  Stanley F. Quayle <stan@stanq.com>
6321         * config.guess (*:*VMS:*:*): New entry. Replaces
6322         Alpha:OpenVMS:*. Recognize and advertise all VMS flavors as dec
6323         manufacturer.
6325         2004-06-22  Ben Elliston  <bje@gnu.org>
6327         * config.guess: Cray fixes from Wendy Palm <wendyp@cray.com>.
6328         * config.sub: Likewise.
6330         2004-06-22  Ben Elliston  <bje@gnu.org>
6332         Reported by Hans-Peter Nilsson <hp@bitrange.com>:
6333         * config.sub: Correctly handle mmix-knuth and mmix-knuth-mmixware.
6335         2004-06-11  Ben Elliston  <bje@gnu.org>
6337         * config.guess (pegasos:OpenBSD:*:*): Remove.
6339         2004-06-11  Ben Elliston  <bje@gnu.org>
6341         From Wouter Verhelst <wouter@grep.be>:
6342         * config.guess (M68*:*:R3V[5678]:*): Detect R3V8.
6344         2004-06-11  Ben Elliston  <bje@gnu.org>
6346         * config.guess (luna88k:OpenBSD:*:*): New.
6348         2004-03-12  Kazuhiro Inaoka  <inaoka.kazuhiro@renesas.com>
6350         * config.guess (m32r*:Linux:*:*): New case.
6351         * config.sub: Handle m32rle.
6353         2004-03-12  Ben Elliston  <bje@wasabisystems.com>
6355         From Jens Petersen  <petersen@redhat.com>:
6356         * config.sub: Handle sparcv8.
6358         2004-03-03  Ben Elliston  <bje@wasabisystems.com>
6360         From Tom Smith <smith@cag.lkg.hp.com>:
6361         * config.guess: Version suffixes are equally significant on Tru64
6362         V4.* and V5.*, so do not ignore them on V5.*.  Handle a version
6363         prefix of "P" (patched kernel).
6365         2004-02-23  Tal Agmon  <Tal.Agmon@nsc.com>
6367         * config.sub: Add support for National Semiconductor CRX target.
6369 2004-09-03  Janis Johnson  <janis187@us.ibm.com>
6371         * MAINTAINERS (Various Maintainers): Remove myself as web page
6372         maintainer, add myself as maintainer of build status lists.
6374 2004-09-03  Jan Beulich  <jbeulich@novell.com>
6376         * configure.in: Remove target-libstdc++-v3 from noconfigdirs for
6377         *-*-netware, but add target-libmudflap.
6378         Consolidate *-*-netware targets (of which really only i?86 exists)
6379         into a single entry.
6380         * configure: Likewise.
6382 2004-09-01  Paolo Bonzini  <bonzini@gnu.org>
6384         * Makefile.tpl (sorry): Remove.
6385         (clean-stage[+id+], clean-stage[+id+]-module): New targets.
6386         (cleanstrap targets): Depend on distclean, not distclean-stage1.
6387         (do-clean): Clean per-stage directories too.
6388         (do-distclean): Run distclean-stage1 too.
6389         (.NOTPARALLEL): Enable during toplevel bootstrap.
6390         (stage[+id+]-bubble): Enable parallel execution during
6391         the recursive invocation.
6392         * Makefile.in: Regenerate.
6394         Fix previous checkin:
6396         * Makefile.tpl: Move BOOT_CFLAGS above host makefile fragment
6397         include.
6398         * configure.in: Fix indentation.
6399         * configure: Regenerate.
6401 2004-08-31  Robert Bowdidge  <bowdidge@apple.com>
6403         * Makefile.in: Move BOOT_CFLAGS above host makefile fragment include.
6404         * configure.in: add test for powerpc-*-darwin* to specify makefile frag
6405         * configure: regenerate
6406         * config/mh-ppc-darwin: create file, override BOOT_CFLAGS for
6407         -mdynamic-no-pic
6409 2004-08-31  Paolo Bonzini  <bonzini@gnu.org>
6411         * Makefile.def (build_modules): Add fixincludes.
6412         (dependencies): Make gcc depend on fixincludes.
6413         * configure.in (build_tools): Add fixincludes.
6414         (build_configdirs): Always include build_libs.
6415         * Makefile.in: Regenerate.
6416         * configure: Regenerate.
6418 2004-08-30  Paolo Bonzini  <bonzini@gnu.org>
6420         * Makefile.def (bootstrap stages): Add 'lean' parameter.
6421         * Makefile.tpl (configure-stageN-*, all-stageN-*): Turned into
6422         phony targets; do not generate timestamp files.
6423         (distclean-stageN): Remove references to their timestamp files.
6424         (restageN, touch-stageN): Remove.
6425         (stageN-bubble): Rewritten.
6426         (compare): Support lean bootstraps.
6427         * Makefile.in: Regenerate.
6429         * configure.in: Only warn when bootstrapping but
6430         build != host or build != target.  Support lean bootstraps.
6431         * configure: Regenerate.
6433 2004-08-26  Phil Edwards  <phil@codesourcery.com>
6435         * configure.in:  Give a better error message if GMP/MPFR are missing
6436         and a language needing them has been requested.
6437         * configure:  Regenerated.
6439 2004-08-25  Phil Edwards  <phil@codesourcery.com>
6441         * configure.in:  Print a list of available language front-ends if
6442         a requested one is missing.  Tidy stray tab characters.
6443         * configure:  Regenerated.
6445 2004-08-19  Michael Koch  <konqueror@gmx.de>
6447         * gcc/doc/install.texi: Update entry about automake for libjava.
6449 2004-08-17  Robert Millan  <robertmh@gnu.org>
6451         * configure.in: In noconfigdirs check, match GNU/k*BSD with GNU/Linux
6452         (instead of FreeBSD).
6453         * configure: Regenerate.
6455 2004-08-16  Paolo Bonzini  <bonzini@gnu.org>
6457         * Makefile.in: Regenerate.
6458         * configure: Regenerate.
6460         * Makefile.def (bootstrap-stage): Rename extra_*_flags to
6461         stage_*_flags.
6462         * Makefile.tpl (configure-[+module+], all-[+module+]): Exit
6463         for bootstrapped modules if toplevel bootstrap is going.
6464         (GCC bootstrap): Generate per-stage targets for all bootstrapped
6465         modules.  Adjust for changes in Makefile.def.  Enable several
6466         rules even in non-bootstrap mode, just to avoid peppering the
6467         template with unnecessary "@if/@endif gcc-bootstrap" pairs.
6468         (stage-[+prev+]-bubble): Remove.
6470         * Makefile.def (Dependencies): Depend on all-build-bison,
6471         all-build-flex, all-build-byacc, all-build-texinfo, rather
6472         than the host variations.
6473         * Makefile.tpl (BUILD_DIR_PREFIX): Remove.  Replace throughout
6474         with BUILD_SUBDIR.
6475         (BISON): Update for recent Bisons.
6476         (YACC): Fix typo.
6477         (cross): Depend on all-build.
6478         (all): Do not depend on all-build.
6479         (prebootstrap): Remove.
6480         (dep-kind): Accept separate prefixes for MODULE and ON variables.
6481         (Prebootstrap dependencies): Add them to the per-stage targets
6482         and to all-prebootstrap.
6483         * configure.in (build_configdirs): Always enable build_tools.
6484         (BUILD_DIR_PREFIX): Remove.
6486         * Makefile.def (gcc): Add target variable.
6487         (gdb, expect, guile, tk, tix): Replace with_x with extra_make_flags.
6488         * Makefile.tpl (Autogenerated `all-*' targets): Invoke $(TARGET-*)
6489         in the recursive `make', instead of hardwiring `all'.
6490         (Autogenerated TARGET-* variables): New.
6492 2004-08-13  Brian Booth  <bbooth@redhat.com>
6494         * MAINTAINERS: Remove myself from write-after-approval.
6496 2004-08-12  Nathanael Nerode  <neroden@gcc.gnu.org>
6498         * src-release: Stop distributing mmalloc with gdb (which doesn't
6499         use it).
6500         * Makefile.def: GDB doesn't depend on mmalloc anymore.
6501         * Makefile.in: Regenerate.
6503 2004-08-09  Mark Mitchell  <mark@codesourcery.com>
6505         * configure.in (arm*-*-eabi*): New target.
6506         * configure: Regenerate.
6508 2004-08-06  Paolo Bonzini  <bonzini@gnu.org>
6510         * Makefile.def (bfd, opcodes, gcc, zlib): Mark as bootstrap module.
6511         (bison, byacc, flex, texinfo): Do not mark as bootstrap module.
6512         (Dependencies): New section.
6513         * Makefile.tpl (Dependencies): Generate from Makefile.def.
6514         (configure-target-[+module+]): Depend on maybe-all-gcc
6515         (all-prebootstrap): New name of all-bootstrap.  Changed throughout.
6516         (toplevel profiledbootstrap): Fix dependencies.
6517         * Makefile.in: Regenerate.
6519 2004-08-03  Mark Mitchell  <mark@codesourcery.com>
6521         * configure.in (arm*-*-symbianelf*): Add ${libgcj} and
6522         target-libiberty to noconfigdirs.
6523         * configure: Regenerate.
6525 2004-08-03  Paul Brook  <paul@codesourcery.com>
6527         * configure.in: Check for MPFR as well as GMP.
6528         * configure: Regenerate.
6530 2004-08-01  Robert Millan  <robertmh@gnu.org>
6532         * configure.in: Turn mt-linux into mt-gnu. Use mt-gnu and enable
6533         libmudflap for all GNU-based systems (with Glibc).
6534         * configure: Regenerate.
6536 2004-08-03  Paolo Bonzini  <bonzini@gnu.org>
6538         * Makefile.def (host-modules): Add gcc.
6539         * Makefile.in: Regenerate.
6540         * Makefile.tpl (sorry): New rule.
6541         (configure-host, all-host, [+make_target+]-host, do-check,
6542         install-host): Do not add gcc as a special case.
6543         (host modules): Add a small special-casing for gcc.  Export
6544         extra_make_flags through the environment.
6545         (maybe-configure-gcc, configure-gcc, maybe-all-gcc, all-gcc,
6546         maybe-check-gcc, check-gcc, maybe-install-gcc, install-gcc,
6547         other recursive targets for gcc): Remove.
6549         (all, do-[+make_target+], do-check): Wrap between unstage and stage.
6550         (stage, unstage): New rules.
6551         (stage[+id+]-start, stage[+id+]-end, [+compare-target+],
6552         distclean-stage[+id+]): Use stage_current.
6553         ([+bootstrap-target+], profiledbootstrap): Do not invoke manually
6554         the stage*-start rules.
6556 2004-08-02  Geoffrey Keating  <geoffk@apple.com>
6558         * ltcf-cxx.sh: On Darwin, make archive multi-module, and don't
6559         use -all_load flag.
6561 2004-08-02  Paolo Bonzini  <bonzini@gnu.org>
6563         * configure.in: Sync from src, add noconfigdirs for crx-*-*.
6564         * configure: Regenerate.
6566 2004-07-16  Toon Moene  <toon@moene.indiv.nluug.nl>
6568         * maintainer-scripts/gcc_release: Revert yesterday's change.
6570 2004-07-16  Segher Boessenkool  <segher@kernel.crashing.org>
6572         * MAINTAINERS: Add myself to write-after-approval.
6574 2004-07-15  Toon Moene  <toon@moene.indiv.nluug.nl>
6576         * libf2c: Removed.
6577         * gcc/gccbug.in: Updated because of libf2c removal.
6578         * maintainer-scripts/gcc_release: Ditto.
6580 2004-07-09  Loren J. Rittle  <ljrittle@acm.org>
6582         * configure.in: Build libmudflap by default on FreeBSD.
6583         * configure: Regenerated.
6585 2004-07-09  Mark Mitchell  <mark@codesourcery.com>
6587         * configure.in: Do not build libmudflap by default on non-GNU/Linux
6588         systems.
6589         * configure: Regenerated.
6591 2004-07-08  John David Anglin  <dave.anglin@nrc-cnrc.gc.ca>
6593         PR target/16344
6594         * Makefile.tpl (profiledbootstrap): Build runtime libraries with
6595         feedback based compiler.
6596         * Makefile.in: Rebuilt.
6598 2004-07-08  Alexandre Oliva  <aoliva@redhat.com>
6600         * Makefile.def (host_modules): Set bootstrap=true for flex.
6601         * Makefile.tpl (all-gcc): Depend on texinfo and flex.
6602         * Makefile.in: Rebuilt.
6604 2004-07-07  Jan Hubicka  <jh@suse.cz>
6606         * MAINTAINERS: Add self as a profile feedback maintainer.
6608 2004-07-05  Phil Edwards  <phil@codesourcery.com>
6610         * configure.in:  Do not prepend $srcdir to /dev/null in
6611         makefile fragments.
6612         * configure:  Regenerate.
6614 2004-07-01  Paolo Bonzini  <bonzini@gnu.org>
6616         * Makefile.def (build_modules): Add bison, byacc, flex,
6617         m4, texinfo.
6618         (flags_to_pass): Add FLEX.
6619         * Makefile.tpl (BUILD_DIR_PREFIX, BASE_EXPORTS): New.
6620         (BUILD_EXPORTS, HOST_EXPORTS, BASE_TARGET_EXPORTS): Include it.
6621         (DEFAULT_YACC, USUAL_YACC, DEFAULT_LEX, USUAL_LEX, DEFAULT_M4,
6622         DEFAULT_MAKEINFO): Remove.
6623         (CONFIGURED_YACC, CONFIGURED_FLEX, CONFIGURED_BISON,
6624         CONFIGURED_LEX, CONFIGURED_M4, CONFIGURED_MAKEINFO): Substitute.
6625         (YACC, FLEX, BISON, LEX, M4, MAKEINFO): Define to look into
6626         objdir or else use configured tool.
6627         (all-build): New.
6628         (all): Depend on it.
6629         (Build module dependencies): Add.
6630         * Makefile.in: Regenerate.
6631         * configure.in: Better support for multiple build modules,
6632         matching what is done for host/target modules.  Do not look
6633         for "plausible" locations of build tools if Canadian cross.
6634         Use autoconf's AC_PROG_CC to find a C compiler.  Define
6635         BUILD_DIR_PREFIX.  Look for flex, makeinfo and m4.
6636         * configure: Regenerate.
6638 2004-06-22  Paolo Bonzini  <bonzini@gnu.org>
6640         * Makefile.tpl (HOST_EXPORTS): Fix pasto.
6641         * Makefile.in: Regenerate.
6643 2004-06-22  Paolo Bonzini  <bonzini@gnu.org>
6645         * Makefile.tpl (configure-build-[+module+],
6646         configure-[+module+], configure-target-[+module+]): Pass
6647         [+extra_configure_args+].
6648         (all-build-[+module+], all-[+module+], check-[+module+],
6649         install-[+module+], [+make_target+]-[+module+],
6650         all-target-[+module+], check-target-[+module+],
6651         install-target-[+module+], [+make_target+]-target-[+module+]):
6652         Pass [+extra_make_args+].
6653         (HOST_EXPORTS): Include the former GCC_HOST_EXPORTS.
6654         (GCC_HOST_EXPORTS): Remove.
6655         (configure-gcc, all-gcc, GCC_STRAP_TARGETS, profiledbootstrap,
6656         cross, check-gcc, check-gcc-c++, install-gcc,
6657         gcc-no-fixedincludes, [+make_target+]-gcc, stage[+id+]-bubble):
6658         Replace GCC_HOST_EXPORTS with HOST_EXPORTS.
6659         * Makefile.in: Regenerate.
6661 2004-06-21  Matthew Sachs  <msachs@apple.com>
6663         * MAINTAINERS: Added self to write-after-approval.
6665 2004-06-21  Christopher Faylor  <cgf@alum.bu.edu>
6667         * configure.in: Check for srcdir/winsup rather than build directory
6668         winsup.
6669         * configure: Regenerate.
6671 2004-06-17  Corinna Vinschen  <vinschen@redhat.com>
6673         * configure.in: Don't build Cygwin native newlib if winsup
6674         directory is missing.  Emit warning instead.
6675         * configure: Regenerate.
6677 2004-06-09  Paolo Bonzini  <bonzini@gnu.org>
6679         * Makefile.tpl (touch-stage[+id+]): New.
6680         (restage[+prev+]): Depend on touch-stage[+id+].
6682         * Makefile.tpl (RECURSE_FLAGS_TO_PASS): New.
6683         Use it throughout.
6685         * Makefile.def: Add profile and feedback bootstrap stages.
6686         Remove next field from bootstrap stages.
6687         * Makefile.tpl (LN, LN_S): Substitute.
6688         (stageN-start, stageN-end): Use double-colon rules, to
6689         provide a hook for additional setup commands.
6690         (distclean-stageN-gcc, restageN): Create dependencies from
6691         [+prev+], not from [+next+].
6692         (stageN-bubble): Add commands for successive stages from
6693         [+prev+], using double-colon rules.
6694         (all-stageN-gcc): Fix typo.
6695         (stagefeedback-start, profiledbootstrap): New.
6696         * Makefile.in: Regenerate.
6697         * configure.in: Call ACX_PROG_LN.
6698         * configure: Regenerate.
6700 2004-06-08  Canqun Yang  <canqun@nudt.edu.cn>
6702         * MAINTAINERS (Write After Approval): Add myself.
6704 2004-06-03  Mark G. Adams  <mark.g.adams@sympatico.ca>
6706         * MAINTAINERS (Write After Approval): Add myself.
6708 2004-06-03  Paolo Bonzini  <bonzini@gnu.org>
6710         * configure.in: Fix --enable-bootstrap breakage introduced in trees
6711         without gcc.
6712         * configure: Regenerate.
6714 2004-06-01  Paolo Bonzini  <bonzini@gnu.org>
6716         * Makefile.tpl: Fix typo.
6717         * Makefile.in: Regenerate.
6719 2004-06-01  Paolo Bonzini  <bonzini@gnu.org>
6721         * configure.in: Remove new- prefix from toplevel
6722         bootstrap targets.
6723         * configure: Regenerate.
6725 2004-06-01  Paolo Bonzini  <bonzini@gnu.org>
6727         * Makefile.tpl (all.normal): Rename to all.
6728         (all): Replace with a rule to pick the default
6729         target from configure.
6730         (all-gcc, configure-gcc): Use conditionals to
6731         do nothing when toplevel bootstrap is going on.
6732         (GCC directory bootstrap) [gcc-bootstrap]: Disable.
6733         (Toplevel bootstrap) [gcc-no-bootstrap]: Disable.
6734         * configure.in: Support --enable-bootstrap.
6736         * Makefile.def: Remove new- prefix from toplevel
6737         bootstrap targets.
6738         * Makefile.tpl: Likewise.
6740         * Makefile.def: Add bootstrap_stage 4.  Add bootstrap2
6741         target.
6743         * Makefile.tpl (Toplevel bootstrap): Pass $(BASE_FLAGS_TO_PASS)
6744         $(RECURSE_FLAGS) to recursive invocation of make.
6746         * Makefile.in: Regenerate.
6747         * configure: Regenerate.
6749 2004-05-30  Andreas Jaeger  <aj@suse.de>
6750             Jim Wilson  <wilson@specifixinc.com>
6752         * config-ml.in: Pass FFLAGS and ADAFLAGS for multilibs, handle F77
6753         like CC.
6755 2004-05-27  Daniel Jacobowitz  <dan@debian.org>
6757         * configure.in: Fix sed invocation for GFORTRAN_FOR_TARGET.
6758         * configure: Regenerate.
6760 2004-05-25  Daniel Jacobowitz  <drow@false.org>
6762         * Makefile.tpl (BUILD_EXPORTS, HOST_EXPORTS, GCC_HOST_EXPORTS)
6763         (STAGE_HOST_EXPORTS, BASE_TARGET_EXPORTS, RAW_CXX_TARGET_EXPORTS)
6764         (NORMAL_TARGET_EXPORTS): New macros.  Use them in all the recursive
6765         targets.
6766         * Makefile.in: Regenerate.
6768 2004-05-24  Paolo Bonzini  <bonzini@gnu.org>
6770         * configure.in: Test the ability to symlink directories.
6771         * configure: Regenerate.
6773         * Makefile.def (bootstrap-stage): New definitions.
6774         * Makefile.tpl (configure-stage1-gcc,
6775         configure-stage2-gcc, configure-stage3-gcc,
6776         all-stage1-gcc, all-stage2-gcc, all-stage3-gcc,
6777         new-bootstrap, new-cleanstrap, new-restage1, new-restage2,
6778         new-restage3, compare): Autogenerate, see Makefile.in
6779         entry for behavioral changes.
6780         (distclean-stage1, new-stage1-start, new-stage1-end,
6781         new-stage1-bubble, distclean-stage2, new-stage2-start,
6782         new-stage2-end, new-stage2-bubble, distclean-stage3,
6783         new-stage3-start, new-stage3-end): New autogenerated targets.
6784         (objext, prebootstrap, BOOT_CFLAGS,
6785         POSTSTAGE1_FLAGS_TO_PASS): Move above the autogenerated
6786         targets.
6788         * Makefile.in: Regenerate.
6789         (distclean-stage1, new-stage1-start, new-stage1-end,
6790         new-stage1-bubble, distclean-stage2, new-stage2-start,
6791         new-stage2-end, new-stage2-bubble, distclean-stage3,
6792         new-stage3-start, new-stage3-end): New targets.
6793         (all-stage1-gcc): Move prebootstrap dependency from here...
6794         (configure-stage1-gcc): ...to here.
6795         (new-bootstrap): Use bubble targets.
6796         (new-cleanstrap, new-restage1, new-restage2, new-restage3):
6797         Use per-stage distclean targets.
6798         (configure-stage1-gcc, configure-stage2-gcc,
6799         configure-stage3-gcc, all-stage1-gcc,
6800         all-stage2-gcc, all-stage3-gcc, new-bootstrap):
6801         Use new-stageN-start to prepare the tree.
6803 2004-05-23  Paolo Bonzini  <bonzini@gnu.org>
6805         * Makefile.def (host_modules): add libcpp.
6806         * Makefile.tpl: Add dependencies on and for libcpp.
6807         * Makefile.in: Regenerate.
6808         * configure.in: Add libcpp host module.
6809         * configure: Regenerate.
6811 2004-05-21  Paolo Bonzini  <bonzini@gnu.org>
6813         * Makefile.tpl: Whenever a recursive target is defined, wrap
6814         it in a special @if/@endif block, and prepare its maybe
6815         dependency in the @if/@endif block
6816         * configure.in: Instead of writing maybe dependencies, remove
6817         the @if/@endif statements, and remove the @if/@endif blocks
6818         that remain.
6819         * configure: Regenerate.
6820         * Makefile.in: Regenerate.
6822 2004-05-20  Janis Johnson  <janis187@us.ibm.com>
6824         * MAINTAINERS (Various Maintainers): Add myself for compat testsuite.
6826 2004-05-18  Kaz Kojima  <kkojima@gcc.gnu.org>
6828         PR bootstrap/15120
6829         * libtool.m4 (lt_cv_deplibs_check_method): Use pass_all on sh*.
6830         * */configure: Rebuilt.
6832 2004-05-17  Zack Weinberg  <zack@codesourcery.com>
6834         * Makefile.def, Makefile.tpl, configure.in: Remove all mention
6835         of libf2c.
6836         * configure, Makefile.in: Regenerate.
6838 2004-05-13  Tobias Schlüter  <tobi@gcc.gnu.org>
6840         * MAINTAINERS (Write After Approval): Add myself.
6842 2004-05-13  Diego Novillo  <dnovillo@redhat.com>
6844         Merge from tree-ssa-20020619-branch.
6846         * Makefile.def: Add libbanshee, libmudflap and libgfortran.
6847         * Makefile.tpl (BUILD_CONFIGDIRS): Add libbanshee.
6848         (HOST_GMPLIBS): Define.
6849         (HOST_GMPINC): Define.
6850         (TARGET_LIB_PATH): Add libmudflap.
6851         (GFORTRAN_FOR_TARGET): Define.
6852         (configure-build*): Export GFORTRAN.
6853         (configure-gcc): Export GMPLIBS and GMPINC.
6854         (all-gcc): Add maybe-all-libbanshee.
6855         (configure-target-libgfortran): Define.
6856         * Makefile.in: Regenerate.
6857         * configure.in (host_libs): Add libbanshee.
6858         (target_libraries): Add target-libmudflap and target-libgfortran.
6859         Add --with-libbanshee.
6860         Handle --disable-libmudflap.
6861         (*-*-freebsd*): Use with_gmp.
6862         Add $(libgcj) to noconfigdirs.
6863         * configure: Regenerate.
6864         * depcomp: New file.
6865         * MAINTAINERS: Add tree-ssa maintainers.
6867 2004-05-04  Vladimir Makarov  <vmakarov@redhat.com>
6869         * MAINTAINERS (Various Maintainers): Add myself.
6871 2004-04-30  Brian Ford  <ford@vss.fsi.com>
6873         * MAINTAINERS (Write After Approval): Add myself.
6875 2004-04-29  Uros Bizjak  <uros@kss-loka.si>
6877         * MAINTAINERS (Write After Approval): Add myself.
6879 2004-04-28  Paolo Bonzini  <bonzini@gnu.org>
6881         * config/acx.m4: Fix fastcompare support for new-bootstrap.
6882         * configure: Regenerate.
6884 2004-04-27  Paolo Bonzini  <bonzini@gnu.org>
6886         Revert:
6887         2004-04-26  Paolo Bonzini  <bonzini@gnu.org>
6889         * Makefile.def (flags_to_pass): Remove *dir variables that
6890         are passed to the modules via TOPLEVEL_CONFIGURE_ARGUMENTS,
6891         as well as prefix and exec_prefix.
6892         * Makefile.in: Regenerate.
6894 2004-04-26  Robert Millan  <robertmh@gnu.org>
6896         Add patches from libtool CVS.
6897         * libtool.m4: Add kfreebsd*-gnu and knetbsd*-gnu.
6898         * ltconfig: Likewise.
6899         * ltcf-c.sh: Likewise.
6900         * ltcf-cxx.sh: Likewise.
6901         * ltcf-gcj.sh: Likewise.
6903 2004-04-26  Paolo Bonzini  <bonzini@gnu.org>
6905         * Makefile.def (host_modules): Mark with the bootstrap
6906         flag packages on which gcc depends.
6907         * Makefile.tpl (all-bootstrap): Use it.
6908         * Makefile.in: Regenerate.
6910 2004-04-26  Paolo Bonzini  <bonzini@gnu.org>
6912         * Makefile.def (flags_to_pass): Remove *dir variables that
6913         are passed to the modules via TOPLEVEL_CONFIGURE_ARGUMENTS,
6914         as well as prefix and exec_prefix.
6915         * Makefile.in: Regenerate.
6917 2004-04-26  Paolo Bonzini  <bonzini@gnu.org>
6919         * configure.in: Invoke ACX_PROG_CMP_IGNORE_INITIAL.
6920         * configure: Regenerate.
6921         * config/acx.m4: Mutuate ACX_PROG_CMP_IGNORE_INITIAL from gcc.
6922         * gcc/Makefile.tpl (compare): Use the result of the test.
6923         * gcc/Makefile.in: Regenerate.
6925 2004-04-23  Paolo Bonzini  <bonzini@gnu.org>
6927         * Makefile.tpl (all-stage1-gcc, all-stage2-gcc, all-stage3-gcc):
6928         Always relocate gcc and prev-gcc to the original names, even
6929         if the build fails.
6930         (new-cleanstrap, new-restage1, new-restage2, new-restage3):
6931         New targets.
6933 2004-04-23  Laurent GUERBY <laurent@guerby.net>
6935         * MAINTAINERS: Update my email address.
6937 2004-04-19  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
6939         * configure.in (mips*-*-irix5*): Enable ld.
6940         * configure: Regenerate.
6942 2004-04-16  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
6944         * configure: Regenerate.
6946 2004-04-15  James E Wilson  <wilson@specifixinc.com>
6948         * Makefile.tpl (configure-[+module+], configure-gcc,
6949         configure-stage1-gcc, configure-stage2-gcc, configure-stage3-gcc):
6950         Set and export LDFLAGS.
6951         * Makefile.in: Regenerate.
6953 2004-04-12  Michael Chastain  <mec.gnu@mindspring.com>
6955         * MAINTAINERS: Add myself to write-after-approval.
6957 2004-04-09  Nathanael Nerode  <neroden@gcc.gnu.org>
6959         PR bootstrap/14871
6960         * Makefile.tpl: If we don't have built-in-tree target tools,
6961         use the ones found by configure rather than hacking around with
6962         program_transform_name.
6963         * configure.in: Give Makefile.tpl the information necessary
6964         to do that.
6965         * Makefile.in: Regenerate.
6966         * configure: Regenerate.
6968 2004-04-06  Nathanael Nerode  <neroden@gcc.gnu.org>
6970         PR bootstrap/14760
6971         * configure.in: When computing baseargs, strip *all* copies of
6972         offending options.  Also, don't match/substitute the trailing space,
6973         so that this actually works when two similar options are separated by
6974         only one space.
6975         * configure: Regenerate.
6977 2004-04-06  David Edelsohn  <edelsohn@gnu.org>
6979         * configure.in (powerpc-*-aix*): Remove target-libada from noconfigdirs.
6980         (rs6000-*-aix*): Same.
6981         * configure: Regenerate.
6983 2004-04-05  Ranjit Mathew  <rmathew@hotmail.com>
6985         * MAINTAINERS: Add myself to write-after-approval.
6987 2004-04-03  Bud Davis  <bdavis9659@comcast.net>
6989         * MAINTAINERS: Add myself to write-after-approval.
6991 2004-03-24  Nathanael Nerode  <neroden@gcc.gnu.org>
6993         * Makefile.tpl (top level bootstrap support): Remove now-unneeded
6994         STRICT_WARN, WARN_CFLAGS flags passed down to make.
6995         * Makefile.in: Regenerate.
6997         * configure.in (top level bootstrap support): Rework --enable-werror
6998         to set @stage2_werror_flag@.
6999         * configure: Regenerate.
7000         * Makefile.tpl (top level bootstrap support): Pass
7001         @stage2_werror_flag@ down to configure in stages 2 and 3.
7002         * Makefile.in: Regenerate.
7004 2004-03-23  Nathanael Nerode  <neroden@gcc.gnu.org>
7006         * Makefile.tpl (new-bootstrap): Set CC and CC_FOR_BUILD in configure
7007         for stages 2 and 3 as well as in make.  As a consequence, remove
7008         OUTPUT_OPTION (now detected by configure) from the flags passed down
7009         to make.
7010         * Makefile.in: Regenerate.
7012         * Makefile.tpl (new-bootstrap): Fix typo.
7013         * Makefile.in: Regenerate.
7015 2004-03-22  Nathanael Nerode  <neroden@gcc.gnu.org>
7017         * Makefile.tpl: Rearrange by moving recursive_targets rules
7018         into their proper sections.
7019         * Makefile.tpl (top level bootstrap support): Move disabling
7020         of coverage flags from 'make' to 'configure'; improve comments.
7021         * Makefile.in: Regenerate.
7023         * Makefile.tpl (experimental top level bootstrap) Move stage1
7024         language setting from all- target to configure- target; disable
7025         intermodule optimization in stage 1; prevent gratuitous rebuilds
7026         of stage 1.
7027         * Makefile.in: Regenerate.
7028         * configure.in: Comma-separate stage 1 language list for top
7029         level bootstrap.
7030         * configure: Regenerate.
7032         * Makefile.tpl: Clean up experimental top level bootstrap support:
7033         note known problems; set CONFIG_SHELL; don't set BUILD_CC; relocate
7034         prev-gcc in configure- targets as well as all- targets.
7035         * Makefile.in: Regenerate.
7037 2004-03-21  Kelley Cook  <kcook@gcc.gnu.org>
7039         * compile: New file imported from automake.
7041 2004-03-17  Paolo Bonzini  <bonzini@gnu.org>
7043         * configure.in: Remove symbolic link section.
7044         * configure: Regenerate.
7045         * Makefile.tpl (links): Remove.
7046         * Makefile.in: Regenerate.
7048 2004-03-15  Paolo Bonzini  <bonzini@gnu.org>
7049             Nathanael Nerode  <neroden@gcc.gnu.org>
7051         * configure.in (DEFAULT_YACC, DEFAULT_M4, DEFAULT_LEX):
7052         Set with AC_CHECK_PROGS.
7053         * configure.in: Fix comment typo from last patch.
7054         * configure: Regenerate.
7056 2004-03-15  Nathanael Nerode  <neroden@gcc.gnu.org>
7058         * Makefile.tpl: Introduce experimental top level bootstrap support.
7059         * Makefile.in: Regenerate.
7060         * configure.in: Introduce support for top level bootstrap.
7061         * configure: Regenerate.
7063 2004-03-12  Eric Botcazou  <ebotcazou@gcc.gnu.org>
7064             Paolo Bonzini  <bonzini@gnu.org>
7066         PR bootstrap/14522
7067         * configure.in: Cope with shells that do not support unquoted ^
7068         * configure: Regenerate.
7070 2004-03-11  Eric Botcazou  <ebotcazou@gcc.gnu.org>
7071             Paolo Bonzini  <bonzini@gnu.org>
7073         PR bootstrap/14522
7074         * configure.in: Cope with shells that do not support nesting
7075         quotes inside quoted backquote substitutions.
7076         * configure: Regenerate.
7078 2004-03-10  Andrew Pinski  <pinskia@physics.uc.edu>
7080         PR bootstrap/14522
7081         * configure.in: Fix escaping of $.
7082         * configure: Regenerate.
7084 2004-03-11  Nathanael Nerode  <neroden@gcc.gnu.org>
7086         * configure: Regenerate, since I forgot to while committing Paolo's
7087         changes.
7089 2004-03-08  Paolo Bonzini  <bonzini@gnu.org>
7091         PR ada/14131
7092         Move language detection to the top level.
7093         * configure.in: Find default values for the tools as
7094         soon as possible.  Disable ada if GNAT is not found.
7095         Emit error message about missing languages.  Expand
7096         --enable-languages=all for the gcc subdirectory.
7098 2004-03-10  Ben Elliston  <bje@gnu.org>
7100         * MAINTAINERS: Update my email address.
7102 2004-03-05  David Edelsohn  <edelsohn@gnu.org>
7104         * ltconfig: Disable building static libraries if building shared
7105         libraries on AIX 5L.
7107 2004-03-01  Richard Sandiford  <rsandifo@redhat.com>
7109         * configure.in (mips64*-*-linux*): Override mips*-*-linux* case
7110         and disable libgcj.
7111         * configure: Regenerated.
7113 2004-03-01  Brian Booth  <bbooth@redhat.com>
7115         * MAINTAINERS: Add myself to write-after-approval.
7117 2004-03-01  Paolo Bonzini  <bonzini@gnu.org>
7119         * MAINTAINERS: Add myself to write-after-approval.
7121 2004-02-28  Nathanael Nerode  <neroden@gcc.gnu.org>
7123         PR bootstrap/7087
7124         * Makefile.tpl: Guard XFOO sed statements better.
7125         * Makefile.tpl: Add dependency for configure-target-libada.
7126         * Makefile.in: Regenerate (incidentally fixes broken
7127         commit when libada-branch was merged).
7129 2004-02-25  Kelley Cook  <kcook@gcc.gnu.org>
7131         * MAINTAINERS: Add myself to write-after-approval.
7133 2004-02-20  Andrew Pinski  <pinskia@physics.uc.edu>
7135         * MAINTAINERS: Add Nicola Pero and myself as libobjc
7136         maintainers.
7138 2004-02-20  Andrew Cagney  <cagney@redhat.com>
7140         * config.guess: Update from version 2003-10-16 to 2004-02-16.
7141         * config.sub: Update from version 2003-11-03 to 2004-02-16.
7143 2004-02-19  Nathanael Nerode  <neroden@gcc.gnu.org>
7145         PR bootstrap/11932
7146         * mkinstalldirs, install-sh: Import from automake CVS HEAD.
7148 2004-02-14  Jerry Quinn  <jlquinn@optonline.net>
7150         * MAINTAINERS: Added myself to write-after-approval.
7152 2004-02-14  Michael Koch  <konqueror@gmx.de>
7154         * MAINTAINERS: Added myself to write-after-approval.
7156 2004-02-13  Joseph S. Myers  <jsm@polyomino.org.uk>
7158         * MAINTAINERS: Move Steve Chamberlain to write-after-approval.  Move
7159         some OS port maintainers to OS port maintainers section.
7161 2004-02-13  Frank Ch. Eigler  <fche@redhat.com>
7163         * MAINTAINERS: Add self.
7165 2004-02-12  Kazu Hirata  <kazu@cs.umass.edu>
7167         * MAINTAINERS: Alphabetize.
7169 2004-02-12  Paolo Bonzini  <bonzini@gnu.org>
7171         * MAINTAINERS: Remove myself.
7173 2004-02-11  David Edelsohn  <edelsohn@gnu.org>
7175         * configure.in (powerpc-*-aix*): Add target-libada to noconfigdirs.
7176         (rs6000-*-aix*): Same.
7177         * configure: Regenerate.
7179 2004-02-11  Kelley Cook  <kcook@gcc.gnu.org>
7181         * configure.in (host): Add in missing $noconfigdirs to defines.
7182         * configure: Regenerate.
7184 2004-02-10  Arnaud Charlet  <charlet@act-europe.fr>,
7185             Nathanael Nerode  <neroden@gcc.gnu.org>
7187         PR ada/6637, PR ada/5911
7188         Merge with libada-branch:
7189         * configure.in, Makefile.tpl, Makefile.def: Add target-libada,
7190         with appropriate dependencies. Add --enable-libada configure switch.
7191         * configure, Makefile.in: Regenerate.
7193 2004-02-09  Paolo Bonzini  <bonzini@gnu.org>
7195         * MAINTAINERS: Add myself to write-after-approval.
7197 2004-02-05  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
7199         * configure.in: Don't pass --with-stabs on IRIX 5 either.
7200         * configure: Regenerate.
7202 2004-02-04  Geoffrey Keating  <geoffk@apple.com>
7204         Merge from upstream:
7206         * ltmain.in: When setting IFS to '~', be careful about user
7207         arguments that contain '~'.
7209         2004-02-04  Peter O'Gorman  <peter@pogma.com>
7211         * ltmain.in (infer_tag): Move tag inferrence to a shell function.
7212         Also test $base_compile against $CC with escaped arguments. Bug
7213         reported by Geoff Keating <geoffk@apple.com>.
7215 2004-02-04  Kazu Hirata  <kazu@cs.umass.edu>
7217         * MAINTAINERS: Remove i960 port.
7219 2004-01-23  DJ Delorie  <dj@redhat.com>
7221         * Makefile.def (target_modules) [libiberty]: Don't stage.
7222         * Makefile.in: Rebuilt.
7224 2004-01-20  Caroline Tice  <ctice@apple.com>
7226         * MAINTAINERS: Add myself to write-after-approval.
7228 2004-01-19  Paolo Carlini  <pcarlini@suse.de>
7230         * MAINTAINERS: Update my email address.
7232 2004-01-18  James A. Morrison  <ja2morri@uwaterloo.ca>
7234         * MAINTAINERS: Add myself to write-after-approval.
7236 2004-01-17  Volker Reichelt  <reichelt@igpm.rwth-aachen.de>
7238         * MAINTAINERS: Remove entries without email address.
7240 2004-01-15  Daniel Jacobowitz  <drow@mvista.com>
7242         * MAINTAINERS: Add myself to write-after-approval.
7244 2004-01-15  Steven Bosscher  <stevenb@suse.de>
7246         * MAINTAINERS: Update my email address.
7248 2004-01-14  Loren J. Rittle  <ljrittle@acm.org>
7250         * Makefile.def (target_modules) [libtermcap, libiberty, zlib]: Stage.
7251         * Makefile.tpl (configure-target-[+module+]): Support stage.
7252         * Makefile.in: Rebuilt.
7254 2004-01-12  Ian Lance Taylor  <ian@wasabisystems.com>
7256         * MAINTAINERS: Add myself as a libiberty MAINTAINER.
7258 2004-01-10  Richard Sandiford  <rsandifo@redhat.com>
7260         * MAINTAINERS: Add myself as a MIPS maintainer.
7262 2004-01-04  Nathanael Nerode  <neroden@gcc.gnu.org>
7264         * configure.in: Use ./config.cache, not config.cache.
7265         * configure: Regenerate.
7266         * Makefile.tpl: Special-casing not needed for GCC any more.
7267         * Makefile.in: Regenerate.
7269         * configure.in: Don't share a cache file for host dirs.
7270         * configure: Regenerate.
7272         * config-ml.in: Don't mess with the cache file.
7274 2004-01-04  Eric Botcazou  <ebotcazou@libertysurf.fr>
7276         * MAINTAINERS: Move myself from 'Write After Approval' to
7277         'CPU Port Maintainers' section as SPARC maintainer.
7279 2004-01-03  Nathanael Nerode  <neroden@gcc.gnu.org>
7281         * Makefile.tpl: Make GCC use a separate config.cache.
7282         * Makefile.in: Regenerate.
7284         PR bootstrap/11932, PR bootstrap/11933
7285         (I don't know if it will fix either of them, but it relates
7286         to them.)
7287         * configure.in: Don't use shared config.cache for target
7288         directories.
7289         * configure: Regenerate.
7291 2004-01-02  Dan Nicolaescu  <dann@ics.uci.edu>
7293         * MAINTAINERS: Add myself to 'Write After Approval' section.
7295 2003-12-31  Roger Sayle  <roger@eyesopen.com>
7297         * configure.in (ia64*-*-hpux*): Disable building java libraries.
7298         * configure: Regenerated.
7300 2003-12-23  Kazu Hirata  <kazu@cs.umass.edu>
7302         * MAINTAINERS: Remove the mn10200 maintainer.
7304 2003-12-21  Bernardo Innocenti  <bernie@develer.com>
7306         * configure.in (*-*-uclinux): Exclude newlib, libgloss and rda.
7307         * configure: Regenerated.
7309 2003-12-16  Jan Hubicka  <jh@suse.cz>
7311         * MAINTAINERS: Add myself as callgraph maintainer.
7313 2003-12-08  Thomas Fitzsimmons  <fitzsim@redhat.com>
7315         * configure.in (raw_libstdcxx_flags): Remove the leading space.
7316         * configure: Regenerate.
7318 2003-12-01  Giovanni Bajo  <giovannibajo@gcc.gnu.org>
7320         * MAINTAINERS: Move myself from 'Bug database only accounts' to
7321         'Write After Approval' section. Update email.
7323 2003-12-01  James Lemke  <jim@wasabisystems.com>
7325         * MAINTAINERS (Write After Approval): Add myself.
7327 2003-11-20  Matt Thomas  <matt@3am-software.com>
7329         * MAINTAINERS: Add myself as a vax port maintainer.
7331 2003-11-20  Kelley Cook  <kcook@gcc.gnu.org>
7333         * Makefile.tpl (BASE_FLAGS_TO_PASS): Pass along CONFIG_SHELL.
7334         (configure-build-[+module+], configure-[+module+]): Likewise.
7335         (configure-target-[+module+], configure-gcc, config.status): Likewise.
7336         * Makefile.in: Regenerate.
7338 2003-11-19  Andreas Tobler  <a.tobler@schweiz.ch>
7340         * libtool.m4: Sync darwin bits from libtool cvs to build a gcc with
7341         shared/dylibed libraries.
7342         * ltmain.sh: Likewise.
7343         * ltcf-c.sh: Likewise, disable shared library build for OS-X < 10.3.
7344         * ltcf-cxx.sh: Likewise.
7345         * ltcf-gcj.sh: Likewise.
7346         * ltconfig: Likewise.
7348 2003-11-17  Stan Cox  <scox@redhat.com>
7350         * MAINTAINERS: Add myself as iq2000 port maintainer.
7352 2003-11-14  Arnaud Charlet  <charlet@act-europe.fr>
7354         * Makefile.tpl (EXTRA_GCC_FLAGS): Pass BOOT_ADAFLAGS.
7355         * Makefile.in: Regenerate.
7357 2003-11-03  Ulrich Weigand  <uweigand@de.ibm.com>
7359         * config.sub: Update to 2003-11-03 version.
7361 2003-10-20  Phil Edwards  <phil@codesourcery.com>
7363         * configure.in (*-*-vxworks):  Add target-libiberty to noconfdirs.
7364         * configure:  Regenerate.
7366 2003-10-20  Nicolas Pitre  <nico@cam.org>
7368         * MAINTAINERS: Add myself to 'Write After Approval' section.
7370 2003-10-20  Arnaud Charlet  <charlet@act-europe.fr>
7372         * MAINTAINERS (Various maintainers: Ada front end): Added myself.
7374 2003-10-19  Joseph S. Myers  <jsm@polyomino.org.uk>
7376         * MAINTAINERS: Update my email address.
7378 2003-10-17  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
7380         * config-ml.in (multi-do): Pass MULTIFLAGS to subdir makes.
7382 2003-10-17  Ralph Loader  <rcl@ihug.co.nz>
7384         * MAINTAINERS: Add myself to 'Write After Approval' section.
7386 2003-10-16  Bernardo Innocenti  <bernie@develer.com>
7388         * config.guess: Update to 2003-10-16 version.
7389         * config.sub: Update to 2003-10-16 version.
7391 2003-10-15  David Daney  <ddaney@avtrex.com>
7393         * MAINTAINERS: Added myself to 'Write After Approval' section.
7395 2003-10-15  Falk Hueffner  <falk@debian.org>
7397         * MAINTAINERS: Move myself from 'Bug database only accounts' to
7398         'Write After Approval' section. Update email.
7400 2003-10-14  Roger Sayle  <roger@eyesopen.com>
7402         * MAINTAINERS: Move myself from 'Write After Approval' to
7403         'Various Maintainers' section as middle-end maintainer.
7405 2003-10-13  Nathanael Nerode  <neroden@gcc.gnu.org>
7407         * Makefile.tpl: Make GCC_FLAGS_TO_PASS a superset of
7408         HOST_FLAGS_TO_PASS.
7409         * Makefile.in: Regenerate.
7411 2003-10-11  Bernardo Innocenti  <bernie@develer.com>
7413         * config.guess: Update to 2003-10-07 version.
7414         * config.sub: Update to 2003-10-07 version.
7416 2003-10-06  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
7418         * ltcf-cxx.sh (irix5*, irix6*): Prefix -soname and its arg with ${wl}.
7419         * ltconfig (irix5*, irix6*): Don't override version_type.
7421 2003-10-05  Mohan Embar  <gnustuff@thisiscool.com>
7423         * configure.in: Allow explicit specification of CFLAGS_FOR_BUILD.
7424         * configure: Rebuilt
7425         * Makefile.tpl: Use CFLAGS_FOR_BUILD computed by configure
7426         * Makefile.in: Rebuilt
7428 2003-10-03  H.J. Lu  <hongjiu.lu@intel.com>
7430         * ltconfig (sys_lib_search_path_spec): Fix a typo for HPUX.
7432 2003-09-30  Carlo Wood  <carlo@alinoe.com>
7434         * MAINTAINERS (Write After Approval): Add myself.
7436 2003-09-29  Paul Koning  <ni1d@arrl.net>
7438         * MAINTAINERS: Move myself from "Write After Approval"
7439         to CPU platform maintainers for pdp11 platform.
7441 2003-09-23  Andreas Tobler  <a.tobler@schweiz.ch>
7443         * MAINTAINERS: Move myself from 'Write After Approval' to
7444         'Various Maintainers' section as libffi testsuite maintainer.
7446 2003-09-21  Daniel Jacobowitz  <drow@mvista.com>
7448         * configure.in: Pass a computed --program-transform-name
7449         to subconfigures.
7450         * configure: Regenerated.
7452 2003-09-20  Nathanael Nerode  <neroden@gcc.gnu.org>
7454         * Makefile.tpl: Don't pass down obsolete ENQUIRE variable.
7455         * Makefile.in: Regenerate.
7457         * Makefile.tpl: Don't pass (unused) DLLTOOL or WINDRES to gcc.
7458         * Makefile.in: Regenerate.
7460 2003-09-19  Ziemowit Laski  <zlaski@apple.com>
7462         * MAINTAINERS: Move myself from 'Write After Approval'
7463         to 'Various Maintainers' (objective-c) section.
7465 2003-09-17  Daniel Jacobowitz  <drow@mvista.com>
7467         * configure.in (TOPLEVEL_CONFIGURE_ARGUMENTS, baseargs): Fix
7468         quoting.
7469         * configure: Regenerated.
7471 2003-09-16  Joel Brobecker  <brobecker@gnat.com>
7473         * MAINTAINERS (Write After Approval): Add myself to write after
7474         approval list.
7476 2003-09-16  Dorit Naishlos  <dorit@il.ibm.com>
7478         * MAINTAINERS (Write After Approval): Add myself.
7480 2003-09-09  Ian Lance Taylor  <ian@wasabisystems.com>
7482         * MAINTAINERS: Update my e-mail address.
7484 2003-09-09  Alan Modra  <amodra@bigpond.net.au>
7486         * libtool.m4 (LD): Correct powerpc64 host match.
7488 2003-09-06  James E Wilson  <wilson@tuliptree.org>
7490         * MAINTAINTERS: Update my affiliation and email address.
7492 2003-09-06  Zdenek Dvorak  <rakdver@atrey.karlin.mff.cuni.cz>
7494         * MAINTAINERS (Write After Approval): Add myself.
7496 2003-09-04  DJ Delorie  <dj@redhat.com>
7498         * configure: Regenerate.
7500 2003-09-04  Robert Millan  <robertmh@gnu.org>
7502         * configure.in: Match GNU/KFreeBSD with new kfreebsd*-gnu triplet.
7504 2003-09-02  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
7506         * configure.in: Ensure arguments to sed are properly spaced.
7507         * configure: Regenerate.
7509 2003-08-30  Gerald Pfeifer  <gerald@pfeifer.com>
7511         * MAINTAINERS: Update my e-mail address.
7513 2003-08-28  Mohan Embar  <gnustuff@thisiscool.com>
7515         * MAINTAINERS (Write After Approval): Add myself.
7517 2003-08-27  Daniel Jacobowitz  <drow@mvista.com>
7519         * configure.in: Set RAW_CXX_FOR_TARGET if unset.
7520         * configure: Regenerated.
7522 2003-08-23  Marek Michalkiewicz  <marekm@amelek.gda.pl>
7524         * MAINTAINERS: Update my email address.
7526 2003-08-23  Phil Edwards  <pme@gcc.gnu.org>
7528         * configure.in:  Use newline instead of semicolon when assuming
7529         shell arguments in a for loop.
7530         * configure:  Regenerated.
7532 2003-08-22  Jason Eckhardt  <jle@rice.edu>
7534         * MAINTAINERS: Resurrect the i860 maintainer.
7536 2003-08-20  Geoffrey Keating  <geoffk@apple.com>
7538         PR 8180
7539         * configure.in: When testing with_libs and with_headers, treat
7540         'no' as unset.  Based on a patch by Dan Kegel <dank@kegel.com>.
7541         * configure: Regenerate.
7543         * configure.in (TOPLEVEL_CONFIGURE_ARGUMENTS): Quote properly for
7544         make, shell, etc.
7545         (baseargs): Likewise.
7546         * configure: Regenerate.
7548 2003-08-20  Bernardo Innocenti  <bernie@develer.com>
7550         * MAINTAINERS (Write After Approval): Add myself.
7552 2003-08-19  Geoffrey Keating  <geoffk@apple.com>
7554         * configure.in: Disable libgcj for darwin not on powerpc.
7555         * configure: Rebuild.
7557 2003-08-14  Alexandre Duret-Lutz  <adl@gnu.org>
7559         * config-ml.in, symlink-tree: Add license.
7561 2003-08-03  Richard Stallman  <rms@gnu.org>
7562             Eben Moglen  <moglen@columbia.edu>
7564         * README.SCO: New file.
7566 2003-08-01  Matt Kraai  <kraai@alumni.cmu.edu>
7568         * Makefile.tpl (check, check-c++): Express dependencies using
7569         dependencies rather than commands.
7570         * Makefile.in: Regenerate.
7572 2003-08-01  Andrew Cagney  <cagney@redhat.com>
7574         * configure.in (noconfigdirs): Do not add GDB when m32r-*-*.
7575         * configure: Ditto.
7577 2003-07-31  Geoffrey Keating  <geoffk@apple.com>
7579         * Makefile.tpl (libsubdir): Use gcc instead of gcc-lib.
7580         * Makefile.in: Update.
7582 2003-07-30  Andreas Tobler  <a.tobler@schweiz.ch>
7584         * configure.in: Enable libgcj for darwin.
7585         * configure: Rebuild.
7587 2003-07-29  Phil Edwards  <pme@gcc.gnu.org>
7589         * config-ml.in:  Use ac_configure_args directly instead of
7590         ml_arguments.  Only set ml_norecursion if --no[-]recursion is
7591         actually seen.
7593 2003-07-27  Nathanael Nerode  <neroden@gcc.gnu.org>
7595         * Makefile.tpl: Use 'mkinstalldirs' rather than 'mkdir' when
7596         creating target and build subdirs to build all parent dirs as needed.
7597         * Makefile.in: Rebuild.
7598         * configure.in: Don't build dirs explicitly here.
7599         * configure: Rebuild.
7601 2003-07-26  Paul Brook  <paul@nowt.org>
7603         * MAINTAINERS (fortran 95): Add myself, Steven Bosscher and Toon Moene.
7605 2003-07-22  Alexandre Oliva  <aoliva@redhat.com>
7607         * Makefile.tpl (all-make): Depend on intl.
7608         * Makefile.in: Rebuilt.
7610 2003-07-20  Phil Edwards  <pme@gcc.gnu.org>
7612         * install-sh:  Update to newer upstream versions (associated with
7613         aclocal 1.7).
7614         * mkinstalldirs:  Likewise.
7615         * missing:  Likewise, plus $1Help2man -> $1 typo fix.
7617 2003-07-16  Andrew Pinski  <pinskia@gcc.gnu.org>
7619         * MAINTAINERS: Move self from Bug database only accounts
7620         to write-after-approval.
7622 2003-07-16  Nathanael Nerode  <neroden@gcc.gnu.org>
7624         * config.if: Remove unused libc_interface determination.
7626 2003-07-14  Nathanael Nerode  <neroden@gcc.gnu.org>
7628         * MAINTAINERS: Move self from write-after-approval to
7629         build machinery (*.in).
7631 2003-07-13  Nathanael Nerode  <neroden@gcc.gnu.org>
7633         PR bootstrap/11273
7634         PR bootstrap/11408
7635         * Makefile.tpl: Set INSTALL and friends using autoconf.  Remove
7636         unused INSTALL_PROGRAM_ARGS.
7637         * configure.in: Use AC_PROG_INSTALL.
7638         * Makefile.in: Regenerate.
7639         * configure: Regenerate.
7641 2003-07-13  Kazu Hirata  <kazu@cs.umass.edu>
7643         * MAINTAINERS: Alphabetize.
7645 2003-07-10  Alexandre Oliva  <aoliva@redhat.com>
7647         * configure: Rebuilt.
7648         2001-09-26  Alexandre Oliva  <aoliva@redhat.com>
7649         * configure.in (noconfigdirs) [am33_2.0-*-linux*]: Don't build
7650         newlib nor libgloss.
7651         Wed May  9 10:07:19 2001  Alexandre Oliva  <aoliva@redhat.com>
7652         * configure.in (am33_2.0-*-linux*): Added.
7654 2003-07-09  Bob Wilson  <bob.wilson@acm.org>
7656         * configure.in: Add ${libgcj} to noconfigdirs for xtensa-*-* targets.
7657         * configure: Regenerate.
7659 2003-07-07  Zack Weinberg  <zack@codesourcery.com>
7661         * Makefile.tpl (configure-gcc): Depend on maybe-configure-intl.
7662         * Makefile.in: Regenerate.
7664 2003-07-04  Zack Weinberg  <zack@codesourcery.com>
7666         * Makefile.tpl (all-bootstrap): Depend on maybe-all-intl.
7667         * Makefile.in: Regenerate.
7669 2003-07-04  H.J. Lu  <hongjiu.lu@intel.com>
7671         * Makefile.tpl: Replace PWD with PWD_COMMAND.
7672         * Makefile.in: Regenerated.
7674         * config-ml.in: Replace PWD with PWD_COMMAND.
7676 2003-07-04  Zack Weinberg  <zack@codesourcery.com>
7678         * intl: New directory; see intl/ChangeLog for details.
7679         * ABOUT-NLS, config.rpath: Import from gettext 0.12.1.
7680         * Makefile.tpl: all-gcc depends on maybe-all-intl.
7681         * Makefile.in: Regenerate.
7683 2003-06-27  Nathanael Nerode  <neroden@gcc.gnu.org>
7685         * configure.in: Clean up config-lang.in handling.  Delete
7686         useless assignment to "subdirs".
7687         * configure: Regenerate.
7689 2003-06-26  Nathanael Nerode  <neroden@gcc.gnu.org>
7691         * configure.in: Rename 'target_libs' to 'target_libraries'.
7692         Remove useless reference to 'target_libs'.
7693         * configure: Regenerate.
7695 2003-06-23  Keith Seitz  <kseitz@sources.redhat.com>
7697         * Makefile.tpl: Add maybe-configure-itcl to configure-gdb.
7698         * Makefile.in: Regenerate.
7700 2003-06-23  Nathanael Nerode  <neroden@gcc.gnu.org>
7702         * Makefile.def: Introduce flags_to_pass.
7703         * Makefile.tpl: Generate BASE_FLAGS_TO_PASS using it.
7704         * Makefile.in: Regenerate.
7706 2003-06-23  Hans-Peter Nilsson  <hp@bitrange.com>
7708         * configure.in (noconfigdirs) <cris-*-*>: Disable target-newlib
7709         and target-libgloss.
7710         <d30v-*-*, fr30-*-*, i960-*-*, m32r-*-*>: Disable gdb.
7711         <h8300*-*-*>: Disable libf2c and ${libgcj}.
7712         * configure: Regenerate.
7714 2003-06-17  Benjamin Kosnik  <bkoz@redhat.com>
7716         * configure.in: Update testsuite_flags to new location.
7717         * configure. Regenerate.
7719 2003-06-18  Nathanael Nerode  <neroden@gcc.gnu.org>
7721         * Makefile.tpl: Remove BUILD_CC stuff.
7722         * Makefile.in: Regenerate.
7724 2003-06-17  Kazu Hirata  <kazu@cs.umass.edu>
7726         * MAINTAINERS (Write After Approval): Remove Andrew Haley.
7728 2003-06-16  Graeme Peterson  <gp@qnx.com>
7730         * MAINTAINERS (Write After Approval): Add myself.
7732 2003-06-14  H.J. Lu  <hongjiu.lu@intel.com>
7734         * config.guess: Update to 2003-06-12 version.
7735         * config.sub: Update to 2003-06-13 version.
7737 2003-06-12  H.J. Lu  <hongjiu.lu@intel.com>
7739         * config.guess: Update to 2003-06-06 version.
7740         * config.sub: Update to 2003-06-06 version.
7742 2003-06-11  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
7744         * configure.in: Don't pass --with-stabs for mips*-sgi-irix6*o32.
7745         * configure. Regenerate.
7747 2003-06-10  Nathanael Nerode  <neroden@gcc.gnu.org>
7749         * configure.in: Disable serial configure by default.
7750         * configure: Regenerate.
7751         * Makefile.tpl: Abolish .NOTPARALLEL.
7752         * Makefile.in: Regenerate.
7754         * Makefile.tpl: Replace {build,host,target}_canonical by
7755         {build,host,target}.
7756         * Makefile.in: Regenerate.
7758         * Makefile.tpl: Fix stupid pasto.
7759         * Makefile.in: Regenerate.
7761 2003-06-09  Nathanael Nerode  <neroden@gcc.gnu.org>
7763         * Makefile.tpl: Remove bogus conditional.
7764         * Makefile.in: Regenerate.
7766 2003-06-05  Jan Hubicka  <jh@suse.cz>
7768         * Makefile.tpl (profiledbootstrap): New target.
7769         * Makefile.in (profiledbootstrap): New target.
7771 2003-06-05  Wolfgang Bangerth  <bangerth@dealii.org>
7773         * MAINTAINERS (Bugzilla only): Add Dara Hazeghi and Andrew
7774         Pinski. Remove user names from other bugzilla-only maintainers.
7776 2003-06-03  Nathanael Nerode  <neroden@gcc.gnu.org>
7778         * Makefile.tpl: Make 'recursive targets' using autogen rather
7779         than shell loop.  Remove duplicate 'clean' targets and false
7780         comments.
7781         * Makefile.def: Add systematic dependencies to 'recursive' targets.
7782         Add systematic method of specifying missing targets in subdirs.
7783         Add copyright boilerplate.
7784         * Makefile.in: Regenerate.
7785         * configure.in: Add 'recursive targets' to maybe list.
7786         * configure: Regenerate.
7788         * MAINTAINERS: "GNATS only" -> "Bug database only".
7790         * Makefile.tpl: Rename [+target+] to [+make_target+].
7791         * Makefile.def: Rename 'target' to 'make_target'.
7793 2003-05-31  Neil Booth  <neil@daikokuya.co.uk>
7795         * MAINTAINERS: Add self as options handling maintainer.
7797 2003-05-28  Michael Meissner  <gnu@the-meissners.org>
7799         * MAINTAINERS: Remove myself as m32r/v850 maintainer, since it has
7800         been too long since I touched those ports.
7802 2003-05-28  DJ Delorie  <dj@redhat.com>
7804         * Makefile.tpl: Make maybe-check-gcc .PHONY.
7805         * Makefile.in: Regenerate.
7807 2003-05-21  Maciej W. Rozycki  <macro@ds2.pg.gda.pl>
7809         * configure.in: Use curly braces in the definition of tooldir.
7810         * configure: Regenerate.
7812 2003-05-21  DJ Delorie  <dj@redhat.com>
7814         * Makefile.tpl (configure-target-libiberty): Depend only on gcc, not
7815         newlib or libgloss.
7816         * Makefile.in: Regenerate.
7818 2003-05-21  DJ Delorie  <dj@redhat.com>
7820         * Makefile.tpl: Add missing empty maybe-check-gcc target.
7821         * Makefile.in: Regenerate.
7823 2003-05-20  Ian Lance Taylor  <ian@airs.com>
7825         * MAINTAINERS: Update my e-mail address.
7827 2003-05-19  Nathanael Nerode  <neroden@gcc.gnu.org>
7829         * configure.in: Switch more things to use maybe dependencies.
7830         * Makefile.tpl: Switch more things to use maybe dependencies.
7831         Factor out common code from autogen IF statements.
7832         * configure: Regenerate.
7833         * Makefile.in: Regenerate.
7835 2003-05-14  Kelley Cook  <kelleycook@wideopenwest.com>
7837         * configure.in: Accept i[3456789]86 for machine type.
7838         * configure: Regenerate.
7840 2003-05-18  Nathanael Nerode  <neroden@gcc.gnu.org>
7842         * configure.in: Switch more things to use maybe dependencies.
7843         Rearrange a little.  Use GCC_TOPLEV_SUBDIRS.
7844         * configure: Regenerate.
7845         * Makefile.tpl: Switch more things to use maybe dependencies.
7846         * Makefile.in: Regenerate.
7848 2003-05-16  Andreas Schwab  <schwab@suse.de>
7850         * Makefile.tpl (install-opcodes): Define.
7851         * Makefile.in: Rebuild.
7853 2003-05-13  Andreas Jaeger  <aj@suse.de>
7855         * config.guess: Update to 2003-05-09 version.
7856         * config.sub: Update to 2003-05-09 version.
7858 2003-05-13  Michael Eager  <eager@mvista.com>
7860         * configure.in: Correct sed script so that options in quotes are not
7861         deleted.
7862         * configure: Rebuild.
7864 2003-05-12  Corinna Vinschen  <corinna@vinschen.de>
7866         * configure.in (FLAGS_FOR_TARGET): Remove $$s/newlib/libc/sys/cygwin
7867         and $$s/newlib/libc/sys/cygwin32 include paths.
7868         * configure: Ditto.
7870 2003-05-12  Michael Meissner  <gnu@the-meissners.org>
7872         * MAINTAINERS: Update my email addresses.
7874 2003-05-06  Eric Botcazou  <ebotcazou@libertysurf.fr>
7876         * config-ml.in: Propagate INSTALL variables.
7878 2003-05-04  Gerald Pfeifer  <pfeifer@dbai.tuwien.ac.at>
7880         * MAINTAINERS: Remove duplicate entries in Write After Approval.
7882 2003-05-02  Chris Demetriou  <cgd@broadcom.com>
7884         * Makefile.tpl: Require "makeinfo" from texinfo 4.2 or later.
7885         * Makefile.in: Regenerate.
7887 2003-05-02  Wolfgang Bangerth  <bangerth@dealii.org>
7889         * MAINTAINERS (GNATS only): Add Falk Hueffner.
7891 2003-04-30  Wolfgang Bangerth  <bangerth@dealii.org>
7893         * MAINTAINERS (GNATS only): Add Giovanni Bajo.
7895 2003-04-27  Daniel Jacobowitz  <drow@mvista.com>
7897         * Makefile.tpl: Clean $(BUILD_SUBDIR).
7898         * Makefile.in: Regenerated.
7900 2003-04-25  Wolfgang Bangerth  <bangerth@dealii.org>
7902         * MAINTAINERS (Write After Approval): Upgrade myself from
7903         GNATS only to write-after-approval. Update my mail address.
7905 2003-04-25  Loren J. Rittle  <ljrittle@acm.org>
7907         (OS Port Maintainers: freebsd): Add myself.
7909 2003-04-22  Mark Mitchell  <mark@codesourcery.com>
7911         * MAINTAINERS (java): Remove Alexandre Petit-Bianco.
7913 2003-04-22  Kean Johnston  <jkj@sco.com>
7915         * MAINTAINERS (SCO ports): Added myself.
7917 2003-04-21  Nathan Sidwell  <nathan@codesourcery.com>
7919         * MAINTAINERS (gcov): Add myself and Jan Hubicka.
7921 2003-04-19  Kean Johnston  <jkj@sco.com>
7923         * MAINTAINERS (Write After Approval): Add myself.
7925 2003-04-18  Gerald Pfeifer  <pfeifer@dbai.tuwien.ac.at>
7927         * Makefile.tpl (MAKEINFOFLAGS): Default to --split-size=5000000.
7928         * Makefile.in: Regenerate.
7930 2003-04-18  Jakub Jelinek  <jakub@redhat.com>
7932         * configure.in (powerpc64*-*-linux*): Remove.
7933         * configure: Rebuilt.
7935 2003-04-17  Phil Edwards  <pme@gcc.gnu.org>
7937         * Makefile.tpl (GCC_STRAP_TARGETS):  New variable containing all the
7938         previous bootstrap targets, plus bubblestrap, quickstrap, cleanstrap,
7939         and restrap.
7940         * Makefile.in:  Regenerate.
7942 2003-04-16  Richard Earnshaw  <rearnsha@arm.com>
7944         * configure.in (arm-*-netbsdelf*): Enable building java libraries.
7945         * configure: Regenerated.
7947 2003-04-15  DJ Delorie  <dj@redhat.com>
7949         * MAINTAINERS: Remove myself as windows/cygwin/mingw maintainer.
7951 2003-04-13  Nick Clifton  <nickc@redhat.com>
7953         * config-ml.in: Remove support for --disable-aix removing
7954         call-aix multilibs.
7956 2003-04-10  Alexandre Oliva  <aoliva@redhat.com>
7958         * libtool.m4 (lt_cv_deplibs_check_method): Use pass_all on mips*.
7959         * */configure: Rebuilt.
7961 2003-04-08  Joel Sherrill  <joel@oarcorp.com>
7963         * MAINTAINERS: Add my email address.
7965 2003-03-17  Olivier Hainque  <hainque@act-europe.fr>
7967         * MAINTAINERS (Write After Approval): Add myself.
7969 2003-03-14  Nathanael Nerode  <neroden@gcc.gnu.org>
7971         * Makefile.tpl: Move .NOEXPORT, MAKEOVERRIDES back down.
7972         * Makefile.in: Regenerate.
7974 2003-03-14  Michael Chastain  <mec@shout.net>
7976         * Makefile.in: Regenerate with correct Makefile.def.
7978 2003-03-12  Nathanael Nerode  <neroden@gcc.gnu.org>
7980         * Makefile.tpl: Move .NOEXPORT, MAKEOVERRIDES up.  Delete unused
7981         Make macro.
7982         * Makefile.in: Regenerate.
7983         * configure.in: Clean up gxx_include_dir logic.
7984         * configure: Regenerate.
7986 2003-03-12  Ansgar Esztermann  <ansgar@thphy.uni-duesseldorf.de>
7988         * MAINTAINERS (Write After Approval): Add myself.
7990 2003-03-10  Ben Elliston  <bje@wasabisystems.com>
7992         * MAINTAINERS: Update my mail address.
7994 2003-03-09  Franz Sirl  <Franz.Sirl-kernel@lauterbach.com>
7996         * configure.in (gxx_include_dir): Fix typo.
7997         * configure: Regenerated.
7999 2003-03-04  Nathanael Nerode  <neroden@gcc.gnu.org>
8001         * Makefile.tpl: Reindent.
8002         * Makefile.in: Regenerate.
8003         * configure.in: Reindent.  Don't set unused variables.
8004         * configure: Regenerate.
8006 2003-03-04  Daniel Jacobowitz  <drow@mvista.com>
8008         * configure.in: Include $(build_tooldir)/sys-include in
8009         FLAGS_FOR_TARGET.
8010         * configure: Regenerated.
8012 2003-03-04  Nathanael Nerode  <neroden@gcc.gnu.org>
8014         * Makefile.tpl: Always pass down RANLIB.
8015         * Makefile.in: Regenerate.
8017         * Makefile.tpl: Don't set unused enable_shared, enable_threads macros.
8018         * Makefile.in: Regenerate.
8019         * configure.in: Remove unused logic relating to --enable-shared
8020         and --enable-threads.  Remove bogus comments.  Remove redundant
8021         noconfigdirs.
8022         * configure: Regenerate.
8024         * configure.in: Replace ${libstdcxx_version} by its value.
8025         Remove reference to mh-dgux.
8026         * configure: Regenerate.
8028 2003-03-03  Kevin Buettner  <kevinb@redhat.com>
8030         * MAINTAINERS (Write After Approval): Add myself.
8032 2003-02-28  Nathanael Nerode  <neroden@gcc.gnu.org>
8034         * Makefile.tpl: Rearrange.
8035         * Makefile.in: Regenerate.
8037 2003-02-25  Uwe Stieber  <uwe@wwws.de>
8039         * configure.in: Add support for kaOS as cross build target system.
8040         * configure: Regenerated.
8042 2003-02-24  Steven Bosscher  <steven@gcc.gnu.org>
8044         * MAINTAINERS (Write after approval): Add myself.
8046 2003-02-21  James E Wilson  <wilson@tuliptree.org>
8048         * MAINTAINERS: Update my email address.
8050 2003-02-21  Zack Weinberg  <zack@codesourcery.com>
8052         * MAINTAINERS: Add self to blanket write privs. section.
8054 2003-02-20  Sean McNeil  <sean@blue.mcneil.com>
8056         * Makefile.tpl: Add definition of CPPFLAGS to pass into
8057         configure-target-* as some target builds may require additional
8058         flags for preprocessor tests.
8059         * Makefile.in: Regenerated.
8061 2003-02-19  Alexandre Oliva  <aoliva@redhat.com>
8063         * libtool.m4 (LD): Append -melf* option to LD on IRIX with GNU ld.
8064         * ltconfig: Handle it.
8065         * ltcf-cxx.sh: Use with_gnu_ld passed as a shell variable instead of
8066         auto-detecting it.
8068         * ltcf-cxx.sh: Replace $linker_flags with $compiler_flags wherever
8069         it is used as argument to $CC.
8070         * ltcf-gcj.sh: Likewise.
8072         * configure.in: Introduce --enable-maintainer-mode.
8073         * configure: Rebuilt.
8074         * Makefile.tpl (Makefile.in, configure): Enable dependencies only
8075         for maintainer mode.
8076         * Makefile.in: Rebuilt.
8078 2003-02-18  Jason Merrill  <jason@redhat.com>
8080         * Makefile.tpl (check-c++): Allow parallelism.
8082 2003-02-16  Gerald Pfeifer  <pfeifer@dbai.tuwien.ac.at>
8084         * MAINTAINERS: Remove John Carr (who never actually had access to
8085         gcc.gnu.org).
8087 2003-02-15  Geoffrey Keating  <geoffk@apple.com>
8089         * configure.in (*-*-darwin*): Rename from powerpc*-*-darwin*,
8090         don't configure target-libobjc.
8091         * configure: Regenerate.
8093 2003-02-14  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
8095         * Makefile.tpl (RANLIB): Define.
8096         * Makefile.in: Regenerate.
8098 2003-02-08  Laurynas Biveinis  <laurynas.biveinis@mif.vu.lt>
8100         * MAINTAINERS: Update my email.
8102 2003-02-06  Keith R Seitz  <keiths@redhat.com>
8104         * Makefile.def: Remove "snavigator", "grep", and "db" modules.
8105         * Makefile.tpl: Remove "all-snavigator" and "all-grep".
8106         * Makefile.in: Regenerated.
8107         * configure.in: Remove all traces of snavigator, db, and grep.
8108         * configure: Regenerated.
8110 2003-02-06  Gerald Pfeifer  <pfeifer@dbai.tuwien.ac.at>
8112         * MAINTAINERS: Remove duplicate entry for Bernd Schmidt from Write
8113         After Approval.
8115 2003-02-02  Christian Cornelssen  <ccorn@cs.tu-berlin.de>
8117         * MAINTAINERS (Write after approval): Add myself.
8119 2003-01-31  Frank Ch. Eigler  <fche@redhat.com>
8121         * Makefile.tpl (all-sid): Add libiberty/bfd/opcodes dependencies.
8122         * Makefile.in: Regenerated.
8124 2003-01-30  Roger Sayle  <roger@eyesopen.com>
8126         * config.guess: Updated to 2003-01-30's version.
8127         * config.sub: Updated to 2003-01-28's version.
8129 2003-01-30  Alexandre Oliva  <aoliva@redhat.com>
8131         * config.if: If gcc_version is already set, just use it.  Don't set
8132         gcc_version_trigger if it's already set, otherwise set it to
8133         gcc/version.c, but only if the file exists.  If it is not set and
8134         gcc/version.c does not exist, try to extract the version number from
8135         $CC.
8137 2003-01-29  Andreas Tobler  <a.tobler@schweiz.ch>
8139         * MAINTAINERS: Add myself to write-after-approval list.
8141 2003-01-27  Phil Edwards  <pme@gcc.gnu.org>
8143         * configure.in:  Revert 24Jan change.
8144         * configure:  Regenerate.
8146 2003-01-25  Gerald Pfeifer  <pfeifer@dbai.tuwien.ac.at>
8148         * MAINTAINERS: Remove incorrect entry for Paul Eggert.  Fix
8149         entry of HJ Lu.
8151 2003-01-23  Nathanael Nerode  <neroden@gcc.gnu.org>
8153         * configure.in: Revert previous change.
8154         * configure: Regenerate.
8156 2003-01-23  Nathanael Nerode  <neroden@gcc.gnu.org>
8158         * configure.in: Make rda native-only.
8159         * configure: Regenerate.
8161 2003-01-22  Volker Reichelt  <reichelt@igpm.rwth-aachen.de>
8163         * MAINTAINERS: Move myself from GNATS-only-accounts to
8164         write-after-approval.
8166 2003-01-19  Nathanael Nerode  <neroden@gcc.gnu.org>
8168         * configure.in: Add missing \.
8169         * configure: Rebuilt.
8171 2003-01-17  Jakub Jelinek  <jakub@redhat.com>
8173         * configure.in (baseargs): Avoid using \| in sed regular
8174         expressions.
8175         * configure: Rebuilt.
8177 2003-01-16  Jakub Jelinek  <jakub@redhat.com>
8179         * configure.in (baseargs): Remove all supported forms of
8180         --cache-file, --srcdir, --host, --build and --target options
8181         from argument lists.
8182         * configure: Rebuilt.
8184 2003-01-15  Josef Zlomek  <zlomekj@suse.cz>
8186         * MAINTAINERS: Add myself to write-after-approval list.
8188 2003-01-15  Alexandre Oliva  <aoliva@redhat.com>
8190         * configure.in (noconfigdirs): Don't skip gas on IRIX 6.
8191         * configure: Rebuilt.
8193 2003-01-09  Nathanael Nerode  <neroden@gcc.gnu.org>
8195         * configure.in: Substitute TOPLEVEL_CONFIGURE_ARGUMENTS.
8196         * Makefile.tpl: Pass TOPLEVEL_CONFIGURE_ARGUMENTS to gcc.
8197         * Makefile.in: Regenerate.
8198         * configure: Regenerate.
8200 2003-01-09  Alexandre Oliva  <aoliva@redhat.com>
8202         * configure.in: Remove Makefile in build, host and target modules
8203         unless configure was run with --no-recursion.
8204         * configure: Rebuilt.
8206 2003-01-09  Christian Cornelssen  <ccorn@cs.tu-berlin.de>
8208         * Makefile.tpl (BASE_FLAGS_TO_PASS): Also pass DESTDIR.
8209         (install-info, dir.info): Prepend $(DESTDIR) to $(infodir).
8210         * Makefile.in: Regenerate.
8212 2003-01-08  Chris Demetriou  <cgd@broadcom.com>
8214         * config.guess: Update to 2003-01-03 version.
8215         * config.sub: Update to 2003-01-03 version.
8217 2003-01-07  Christopher Faylor  <cgf@redhat.com>
8219         * configure: Regenerate with proper autoconf 2.13.
8221 2003-01-07  Christopher Faylor  <cgf@redhat.com>
8223         * configure.in: Add AC_PREREQ for consistency.
8224         * configure: Regenerate.
8226 2003-01-06  Andrew Cagney  <ac131313@redhat.com>
8228         * configure.in (GDB_TK): Add tcl directories conditional on
8229         gdb/gdbtk directory being present.
8230         * configure: Regenerate.
8232 2003-01-04  John David Anglin  <dave.anglin@nrc.ca>
8234         * configure.in (LD): Improve test for gcc.  Try to set LD to the ld
8235         used by gcc if LD is not defined and we are not doing a Canadian Cross.
8236         * configure: Rebuilt.
8238 2002-12-31  Tom Tromey  <tromey@redhat.com>
8240         * Makefile.in: Rebuilt.
8241         * Makefile.def (target_modules) [libffi]: Allow installation.
8243 2002-12-31  Andreas Schwab  <schwab@suse.de>
8245         * configure.in: Fix use of $program_transform_name.
8246         * configure: Regenerated.
8248 2002-12-30  Daniel Jacobowitz  <drow@mvista.com>
8250         * configure.in (baseargs): Don't remove first configure argument.
8251         * configure: Regenerated.
8253 2002-12-29  Alexandre Oliva  <aoliva@redhat.com>
8255         * Makefile.tpl (local-distclean): Don't remove...
8256         (multilib.ts): ... this.  Moved into...
8257         (multilib.out): ... this.  Don't use sub-make.
8258         ($(BUILD_SUBDIR)/[+module+]/Makefile, [+module+]/Makefile,
8259         $(TARGET_SUBDIR)/[+module+]/Makefile, gcc/Makefile): Moved into...
8260         (configure-build-[+module+], configure-[+module+],
8261         configure-target-[+module+], configure-gcc): ... these.  Test
8262         for Makefile existence.  Drop config.status from dependencies.
8263         * Makefile.in: Rebuilt.
8264         * configure.in: Move gcc-version-trigger to the end of
8265         ac_configure_args.  Add comments to maybedep.tmp and
8266         serdep.tmp.  Introduce --disable-serial-configure.  Remove
8267         nonopt from baseargs, matching and removing corresponding
8268         whitespace while at it.
8269         * configure: Rebuilt.
8271 2002-12-28  Alexandre Oliva  <aoliva@redhat.com>
8273         * configure.in (host_configargs): Replace reference to
8274         no-longer-defined buildopts with --build=${build_alias}.
8275         * configure: Rebuilt.
8277         * Makefile.tpl ($(NOTPARALLEL)): Move to the end.  Bring uses of
8278         program_transform_name to standard idiom.
8279         (AUTOGEN, AUTOCONF): Define.
8280         (Makefile.in): Use $(AUTOGEN).
8281         (Makefile): Depend on config.status, and use autoconf-style rule to
8282         build it.  Move original commands to...
8283         (config.status): ... this new target.
8284         (configure): Add $(srcdir).  Depend on config/acx.m4.  Use
8285         $(AUTOCONF).
8286         * Makefile.in: Rebuilt.
8288 2002-12-28  Nathanael Nerode  <neroden@gcc.gnu.org>
8290         * Makefile.tpl: Fix dramatic bustage due to change in
8291         program_transform_name.
8292         * Makefile.in: Regenerate.
8294         * configure.in: Remove unnecessary PATH setting.
8295         * configure: Regnerate.
8297         * configure.in: Don't default to unprefixed tools unless
8298         the native tools will work.
8299         * configure: Regenerate.
8301         * configure.in: Convert to autoconf script.  Blow away lots
8302         of now-redundant Makefile fragments.
8303         * configure: Generate using Autoconf.
8304         * Makefile.tpl: Rewrite to reflect autoconfiscation.
8305         * Makefile.in: Regenerate.
8307 2002-12-27  Nathanael Nerode  <neroden@gcc.gnu.org>
8309         * configure: Fix stupid bug where RANLIB was mistakenly included.
8311         * configure.in: Rename (buildargs, hostargs, targargs) to
8312         (build_configargs, host_configargs, target_configargs).
8314         * configure.in: Move logic out of sed statement.
8316         * configure: Remove unneeded 'export's.  Make CC_FOR_TARGET,
8317         CXX_FOR_TARGET, GCJ_FOR_TARGET substituted in configure.in only.
8319 2002-12-25  Svein E. Seldal  <Svein.Seldal@solidas.com>
8321         * config.sub: Import from master repository
8322         * config.guess: Ditto
8324 2002-12-24  Andreas Schwab  <schwab@suse.de>
8326         * Makefile.tpl (multilib.out): Fix missing space.
8327         * Makefile.in: Regenerate.
8329 2002-12-23  Nathanael Nerode  <neroden@gcc.gnu.org>
8331         * Makefile.tpl: Use shared multilib.out.  Use move-if-change for it.
8332         Convert (cd foo; make) to (cd foo && make).  Clean up multilib.out.
8333         * Makefile.in: Regenerate.
8334         * configure.in: Remove unnecessary leftovers.
8336 2002-12-21  Geoffrey Keating  <geoffk@apple.com>
8338         * configure.in (extra_ranlibflags_for_target): New variable.
8339         (*-*-darwin): Add -c to ranlib commands.
8340         * configure (tooldir): Handle extra_ranlibflags_for_target.
8342 2002-12-19  Nathanael Nerode  <neroden@gcc.gnu.org>
8344         * Makefile.tpl: Revert HJL's change.
8345         * Makefile.in: Regenerated.
8346         * configure.in: Put build_prefix before $(BUILD_SUBDIR) here, and
8347         always.
8349 2002-12-19  Andreas Schwab  <schwab@suse.de>
8351         * Makefile.tpl, configure.in: Substitute libstdcxx_incdir.
8352         * Makefile.in: Regenerate.
8354 2002-12-18  H.J. Lu  <hjl@gnu.org>
8356         * Makefile.tpl: Add @build_prefix@ before $(BUILD_SUBDIR).
8357         * Makefile.in: Regenerated.
8359         * configure.in (build_prefix): New. Substitute.
8361 2002-12-18  Nathanael Nerode  <neroden@gcc.gnu.org>
8363         * Makefile.tpl: Don't let real targets depend on phony targets.
8364         * Makefile.in: Regenerate.
8366         * Makefile.tpl (do-info): Depend on maybe-all-texinfo, not all-texinfo.
8367         * Makefile.in: Regenerate.
8369 2002-12-17  Svein E. Seldal  <Svein.Seldal@solidas.com>
8371         * config.sub: Import from master repository
8372         * config.guess: Ditto
8374 2002-12-16  Jason Merrill  <jason@redhat.com>
8376         * Makefile.tpl (all-gcc): Use 'make quickstrap' if there was a
8377         previous 'make bootstrap'.
8378         * Makefile.in: Regenerate.
8380 2002-12-17  Hans-Peter Nilsson  <hp@bitrange.com>
8382         * configure.in (noconfigdirs) [mmix-*-*]: Disable libgloss and gdb.
8384 2002-12-13  Nathanael Nerode  <neroden@gcc.gnu.org>
8386         * configure.in, Makefile.tpl, Makefile.def: Remove tclX.
8387         * Makefile.in: Regenerate.
8389 2002-12-13  Jason Merrill  <jason@redhat.com>
8391         * Makefile.tpl (check-gcc-c++): Renamed from check-c++.  Don't run
8392         library tests.
8393         (check-c++): Just depend on it and check-target-libstdc++-v3.
8394         * Makefile.in: Regenerate.
8396 2002-12-12  Alexandre Oliva  <aoliva@redhat.com>
8398         * Makefile.tpl (configure-target-rda): Depend on $(ALL_GCC_C).
8399         * Makefile.in: Rebuilt.
8401 2002-12-12  Alexandre Oliva  <aoliva@redhat.com>
8403         * Makefile.in (configure-target-rda): Depend on ALL_GCC_C.
8405 2002-12-10  Nathanael Nerode  <neroden@gcc.gnu.org>
8407         * configure: Fix bug put in by gremlins.
8409         * Makefile.tpl: Substitute more autoconfily.
8410         * configure: Substitute more autoconfily.
8411         * Makefile.in: Regenerate.
8413 2002-12-09  Svein E. Seldal  <Svein.Seldal@solidas.com>
8415         * config.sub: Import from master repository
8416         * config.guess: Ditto
8417         * MAINTAINERS: Added Svein Seldal under write after approval
8419 2002-12-08  Andrew Cagney  <ac131313@redhat.com>
8421         * Makefile.tpl (all-sim): Depend on maybe-configure-gdb.
8422         * Makefile.in (all-sim): Ditto.
8424 2002-12-06  DJ Delorie  <dj@redhat.com>
8426         * Makefile.tpl: Change configure dependencies to not have real
8427         targets depend on phony targets.
8429 2002-12-05  Nathanael Nerode  <neroden@gcc.gnu.org>
8431         * configure.in: Revert unintentional change.
8433         * Makefile.tpl: Change dependency for */multilib.out so that
8434         it works when gcc isn't in the tree.
8436         * configure.in: Substitute more.
8437         * configure: Run subconfigures from the Makefile.
8438         * Makefile.tpl: Run subconfigures from the Makefile; add a few
8439         convenience targets.  Make sure gcc isn't rebuilt after bootstrap.
8441 2002-12-05  Gerald Pfeifer  <pfeifer@dbai.tuwien.ac.at>
8443         * MAINTAINERS: Add Christian Ehrhardt under "GNATS only".
8445 2002-12-03  Nathanael Nerode  <neroden@gcc.gnu.org>
8447         * Makefile.tpl: Add targets for configuring host subdirs in Makefile,
8448         and corresponding dependencies.
8449         * Makefile.in: Regenerate.
8451         * configure.in (host_tools): Order binutils, gas and ld for
8452         convenience in running the testsuites.
8454         * Makefile.tpl: Introduce rules to serialize subconfigure runs.
8455         * Makefile.in: Regenerate.
8456         * configure.in: Introduce rules to serialize subconfigure runs.
8458         * configure.in: Introduce BASE_CC_FOR_TARGET.
8459         * Makefile.tpl: Reorganize and comment.  Introduce HOST_CONFIGARGS.
8460         Realize configure-build-* targets.  Realize configure-target-* targets.
8461         * Makefile.in: Regenerate.
8463 2002-12-02  Nathanael Nerode  <neroden@gcc.gnu.org>
8465         * configure: Move gcc_version_trigger stuff from here...
8466         * configure.in: ...to here.
8468         * configure.in: Separate subconfigure options added by this file from
8469         options given by the user.  Add machinery to put args for host
8470         subconfigures into the Makefile.
8472         * Makefile.tpl: Remove 'vault' targets.
8473         * Makefile.tpl: Reorder and comment dependencies.
8474         * Makefile.in: Regenerate.
8476 2002-12-01  Nathanael Nerode  <neroden@gcc.gnu.org>
8477         * configure.in: Fix my broken commit of previous patch. (sigh)
8479 2002-11-28  Geoffrey Keating  <geoffk@apple.com>
8481         * configure.in: Move host-specific darwin noconfigdirs into
8482         the host-specific section.
8484 2002-11-28  Geoffrey Keating  <geoffk@apple.com>
8486         * configure.in: Move host-specific darwin noconfigdirs into
8487         the host-specific section.
8489 2002-11-26  Nathanael Nerode  <neroden@gcc.gnu.org>
8491         * configure: Remove skip-this-dir support.
8492         * Makefile.tpl: Remove skip-this-dir support.
8494         * Makefile.tpl: Remove leftover support for non-autoconfiscated
8495         subdirectories.
8496         * Makefile.in: Regenerate.
8498         * Makefile.tpl: Strip out useless setting of 'dir'.
8499         * Makefile.in: Regenerate.
8501 2002-11-22  Nathanael Nerode  <neroden@gcc.gnu.org>
8503         * configure.in: Fix deeply stupid bug.
8505         * configure.in: Introduce RAW_CXX_FOR_TARGET and simplify embedded
8506         shell code in CXX_FOR_TARGET
8507         * Makefile.def: Introduce raw_cxx.
8508         * Makefile.tpl: Use raw_cxx to select between CXX_FOR_TARGET and
8509         RAW_CXX_FOR_TARGET.
8510         * Makefile.in: Regenerate.
8512 2002-11-21  Nathanael Nerode  <neroden@gcc.gnu.org>
8514         * Makefile.tpl: Remove unnecessary ifs.
8515         * Makefile.in: Regenerate.
8517         * Makefile.tpl: Implement soft dependency machinery.  Maybe-ize
8518         dependencies.  Maybe-ize build-libiberty.  Create dummy install
8519         targets for 'no_install' modules.
8520         * configure: Move GDB_TK substitution to configure.in.  Move
8521         build_modules stuff to configure.in.
8522         * configure.in: Implement soft dependency machinery.  Maybe-ize
8523         GDB_TK, rearrange slightly.  Move build_modules stuff from configure.
8524         * Makefile.in: Regenerate.
8526 2002-11-19  Nathanael Nerode  <neroden@gcc.gnu.org>
8528         * Makefile.tpl: Make all-target, install-target behave similarly
8529         to all, install (only hitting configured targets).  Eliminate
8530         unused macro defintions.
8532         * Makefile.tpl: Add all-gcc: all-build-libiberty dependency when
8533         build != host.
8535         * Makefile.tpl: Add all-gcc: all-libiberty dependency.
8537         * ltcf-c.sh, ltcf-gcj.sh, Makefile.tpl: Correct BUILD/HOST confusion.
8539         * configure.in: Produce lists of subdir targets we're actually
8540         configuring.  Remove references to "dosrel".
8541         * Makefile.tpl: Let configure set which subdir targets are hit.
8542         Remove install-cross; clean up install; remove ALL.  Remove
8543         references to "dosrel".  Remove "EXTRA_TARGET_HOST" hackery.
8544         Autogenerate host module targets.  Remove empty dependency lines
8545         and redundant dependency; rearrange slightly.
8546         * Makefile.def: Add host-side libtermcap, utils.
8548         * Makefile.in: Regenerate.
8550 2002-11-19  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
8552         * ltconfig (osf[345]): Append $major to soname_spec.
8553         Reflect this in library_names_spec.
8554         * ltmain.sh (osf): Prefix $major with . for use as extension.
8556 2002-11-19  Andreas Jaeger  <aj@suse.de>
8558         * libtool.m4 (libtool_flags): Add patch from libtool CVS: Support
8559         linking of 32-bit libraries with ld on the x86-64, ppc64, s390x
8560         and sparc64 GNU/Linux systems.
8562 2002-11-19  Nathan Sidwell  <nathan@codesourcery.com>
8564         * MAINTAINERS: Update email.
8566 2002-11-18  Gerald Pfeifer  <pfeifer@dbai.tuwien.ac.at>
8568         * MAINTAINERS: Complete James Dennett's entry.
8570 2002-11-15  Eric Botcazou  <ebotcazou@libertysurf.fr>
8572         * MAINTAINERS (Write After Approval): Add myself.
8574 2002-11-13  Bruce Korb  <bkorb@gnu.org>
8576         * Makefile.tpl: syntactic cleanup
8578 2002-11-13  Stuart Hastings  <stuart@apple.com>
8580         * MAINTAINERS: Add myself to write-after-approval list.
8582 2002-11-12  Nathanael Nerode  <neroden@gcc.gnu.org>
8584         * Makefile.def: Add list of recursive targets to autogenerate.
8585         Add build_modules.
8586         * Makefile.tpl: Autogenerate do-* targets.  Autogenerate *-target-*
8587         targets.  Autogenerate *-build-* targets.
8588         * Makefile.in: Regenerate.
8590 2002-11-12  Nathanael Nerode  <neroden@gcc.gnu.org>
8592         * configure: More autoconf-style substitutions.
8593         * Makefile.tpl: More autoconf-style substitutions.
8594         * Makefile.in: Regenerate.
8596 2002-11-11  Nathanael Nerode  <neroden@gcc.gnu.org>
8598         * configure: Substitute more variables in a more autoconf-friendly
8599         way.  Simplify slightly.
8600         * Makefile.tpl: Make more variables substitutable in an
8601         autoconf-friendly way.
8602         * Makefile.in: Regenerate.
8604 2002-11-11  Jonathan Wakely  <redi@gcc.gnu.org>
8606         * MAINTAINERS (Write After Approval): Add myself.
8608 2002-11-10  Nathanael Nerode  <neroden@gcc.gnu.org>
8610         * configure.in (v810*): Remove special setting of tools.
8612         * configure: Add support for extra required flags for ar or nm.
8613         * configure.in (aix4.3+): Use above support for target-specific
8614         issues, rather than using config/mt-aix43.
8616 2002-11-09  Nathanael Nerode  <neroden@gcc.gnu.org>
8618         * configure: Remove 'removing', which doesn't work.  Replace $subdir
8619         with . everywhere.  Replace $subdirs with ''.  Replace $makesrcdir
8620         with $srcdir.  Reformat indentation.  Substitute some variables
8621         formerly hard-coded in the Makefile for build=host.
8622         * Makefile.tpl: Autogenerate more; make more autoconf-friendly.
8623         * Makefile.def: Autogenerate more.
8624         * Makefile.in: Regenerate.
8626 2002-11-04  Adam Nemet  <anemet@lnxw.com>
8628         * MAINTAINERS (Write After Approval): Add myself.
8630 2002-11-04  Kevin Buettner  <kevinb@redhat.com>
8632         * Makefile.def (host_modules): Add rda.
8633         * Makefile.in: Regenerate.
8634         * configure.in (target_tool): Add target-rda to list.
8636 2002-10-28  Gerald Pfeifer  <pfeifer@dbai.tuwien.ac.at>
8638         * MAINTAINERS: Remove "co-maintainer" note for web pages.
8640 2002-10-25  Phil Edwards  <pme@gcc.gnu.org>
8642         * Makefile.tpl (bootstrap):  Add bubblestrap, quickstrap, cleanstrap,
8643         and restrap targets to this rule.
8644         * Makefile.in:  Regenerate.
8646 2002-10-25  Gerald Pfeifer  <pfeifer@dbai.tuwien.ac.at>
8648         * MAINTAINERS: Add Wolfgang Bangerth and Volker Reichelt under
8649         GNATS only accounts.
8651 2002-10-24  Hans-Peter Nilsson  <hp@bitrange.com>
8653         * configure.in (i[3456]86-*-linux*): Add check to disable
8654         ${libgcj} for glibc1.
8656 2002-10-24  Denis Chertykov  <denisc@overta.ru>
8658         * MAINTAINERS: Add myself as ip2k port maintainer.
8660 2002-10-07  Svein E. Seldal  <Svein.Seldal@solidas.com>
8662         * configure.in: Add tic4x target.
8664 2002-10-03  Nathanael Nerode  <neroden@gcc.gnu.org>
8666         * Makefile.tpl: Make SET_LIB_PATH substitution more autoconfy.
8667         * configure.in: Make SET_LIB_PATH substitution more autoconfy.
8668         * Makefile.in: Regenerate.
8670         * Makefile.tpl: Make RPATH_ENVVAR substitution more autoconfy.
8671         * configure.in: Make RPATH_ENVVAR substitution more autoconfy.
8672         * Makefile.in: Regenerate.
8674 2002-10-02  Janis Johnson  <janis187@us.ibm.com>
8676         * MAINTAINERS: Add myself as web pages co-maintainer.
8678 2002-10-02  Nathanael Nerode  <neroden@gcc.gnu.org>
8680         * Makefile.tpl: Eliminate reference to all-gui, all-libproc.
8681         * Makefile.in: Regenerate.
8683 2002-10-02  Zack Weinberg  <zack@codesourcery.com>
8685         * MAINTAINERS: Add myself and Nathan Sidwell
8686         <nathan@codesourcery.com> as VxWorks maintainers.
8688 2002-10-02  Nathanael Nerode  <neroden@gcc.gnu.org>
8690         * Makefile.def: Remove order dependency comments.
8691         * Makefile.tpl: Add explicit install-install dependencies.
8692         * Makefile.in: Regenerate.
8694         * Makefile.tpl: Remove material now in src-release.  (Finally!)
8695         * Makefile.in: Regenerate.
8697         * Makefile.tpl: Add configure-target (for src-release in src)
8698         * Makefile.in: Regenerate.
8700 2002-09-30  Nick Clifton  <nickc@redhat.com>
8702         * Makefile.in (BINUTILS_SUPPORT_DIRS): Add cpu directory.
8704 2002-09-30  Ulrich Weigand  <uweigand@de.ibm.com>
8706         * configure.in (s390*-*-linux*): Enable libgcj.
8708 2002-09-29  Nathanael Nerode  <neroden@gcc.gnu.org>
8710         * configure: Revert accidentally applied changes.
8712         * Makefile.tpl: Make more autoconf-friendly.
8713         * Makefile.in: Regenerate.
8714         * configure: Make substitution more autoconf-like.
8716 2002-09-28  Richard Earnshaw  <rearnsha@arm.com>
8718         * configure.in (arm-*-coff, strongarm-*-coff, xscale-*-coff): Use a
8719         single entry to handle all these.
8720         (arm-*-elf, strongarm-*-elf, xscale-*-elf): Likewise.  Also enable
8721         libjava on arm-*-elf.
8723 2002-09-27  Geoffrey Keating  <geoffk@apple.com>
8725         * configure.in (powerpc-*-darwin*): Don't configure BFD, TK, or the
8726         things that depend on them.
8728 2002-09-25  Nathanael Nerode  <neroden@gcc.gnu.org>
8730         * Makefile.tpl: Make subsituted variables more autoconfy.
8731         * Makefile.in: Regenerate.
8732         * configure: Make seds more autoconfy.
8734 2002-09-25  Nathanael Nerode  <neroden@gcc.gnu.org>
8736         * Makefile.tpl: Rewrite substituted lines to look autoconfy.
8737         * Makefile.in: Regenerate.
8738         * configure.in: Rewrite sed statements to look autoconfy.
8740         * Makefile.tpl: Autogenerate *-target-* lists, dependencies of
8741         all-target-foo on configure-target-foo.
8742         * Makefile.def: Ditto.
8743         * Makefile.in: Rebuild.
8745 2002-09-25  Andrew Haley  <aph@redhat.com>
8747         * MAINTAINERS: Add aph@redhat.com as Java maintainer.
8749 2002-09-22  Nathanael Nerode  <neroden@gcc.gnu.org>
8751         * Makefile.def: New file.
8752         * Makefile.tpl: New file.
8753         * Makefile.in: Generate from Makefile.tpl with 'autogen Makefile.def'.
8754         * contrib/gcc_update: Note that Makefile.in is a generated file.
8756         * configure.in: Minor rearrangement.  Simplify tests.
8758 2002-09-22  Jason Thorpe  <thorpej@wasabisystems.com>
8760         * configure.in (with_headers): Skip copy if value is "yes".
8761         (with_libs): Likewise.
8763 2002-09-20  Nathanael Nerode  <neroden@gcc.gnu.org>
8765         * configure.in (*-*-netbsd*): Use noconfigdirs, not skipdirs.
8766         * configure.in (sh*-*-pe*): Ditto.
8767         * configure.in (mips*-*-pe*): Ditto.
8768         * configure.in (*arm-wince-pe): Ditto.
8770         * configure.in: Rearrange.
8772 2002-09-14  Kazu Hirata  <kazu@cs.umass.edu>
8774         * MAINTAINERS: Update my email address.
8776 2002-08-30  Paul Koning  <pkoning@equallogic.com>
8778         * MAINTAINERS: (Write After Approval): Add myself.
8780 2002-08-29  Geoffrey Keating  <geoffk@redhat.com>
8782         * MAINTAINERS: Update Jason Eckhardt's address, remove i860.
8784 2002-08-24  Geoffrey Keating  <geoffk@redhat.com>
8786         * MAINTAINERS: Change my mailing address.
8788 2002-08-21  Paolo Carlini  <pcarlini@unitus.it>
8790         * MAINTAINERS (Write After Approval): Remove myself.
8791         (Various Maintainers: c++ runtime libs): Add myself.
8793 2002-08-20  Loren J. Rittle  <ljrittle@acm.org>
8795         * MAINTAINERS (Write After Approval): Remove myself.
8796         (Various Maintainers: c++ runtime libs): Add myself.
8798 2002-08-15  Eric Christopher  <echristo@redhat.com>
8800         * config.sub: Import from master repository.
8801         * config.guess: Ditto.
8803 2002-08-19  Alexandre Oliva  <aoliva@redhat.com>
8805         * Makefile.in (GCC_FOR_TARGET): Prepend STAGE_CC_WRAPPER.
8806         * configure.in (CC_FOR_TARGET, GCJ_FOR_TARGET, CXX_FOR_TARGET,
8807         CXX_FOR_TARGET_FOR_RECURSIVE_MAKE): Likewise.
8809 2002-08-16  Aldy Hernandez  <aldyh@redhat.com>
8811         * MAINTAINERS: Add self to rs6000 vector extensions.
8813 2002-08-15  Alexandre Oliva  <aoliva@redhat.com>
8815         * libiberty/configure: Reverted unintended yesterday's check in.
8817 2002-08-14  Alexandre Oliva  <aoliva@redhat.com>
8819         * boehm-gc/configure, libf2c/configure: Rebuilt.
8820         * libffi/configure, libiberty/configure: Ditto.
8821         * libjava/configure, libobjc/configure: Ditto.
8822         * libstdc++-v3/configure, zlib/configure: Ditto.
8823         Merged from binutils:
8824         2002-01-27  Daniel Jacobowitz  <drow@mvista.com>
8825         From Steve Ellcey <sje@cup.hp.com>:
8826         * libtool.m4 (HPUX_IA64_MODE): Set to 32 or 64 based on ABI.
8827         (lt_cv_deplibs_check_method, lt_cv_file_magic_cmd,
8828         lt_cv_file_magic_test_file): Set to appropriate values for HP-UX
8829         IA64.
8830         * ltcf-c.sh (archive_cmds, hardcode_*): Ditto.
8831         * ltconfig (shlibpath_*, dynamic_linker, library_names_spec,
8832         soname_spec, sys_lib_search_path_spec): Ditto.
8834 2002-08-06  Federico G. Schwindt  <fgsch@olimpo.com.br>
8836         * configure.in (hppa*-*-openbsd*): Treat like hppa*-*-*elf*.
8838 2002-08-04  H.J. Lu  (hjl@gnu.org)
8840         * configure.in (mips*-*-linux*): Don't skip target-libffi.
8842 2002-08-02  Krister Walfridsson  <cato@df.lth.se>
8844         * MAINTAINERS (Write After Approval): Add myself.
8846 2002-07-31  Alan Modra  <amodra@bigpond.net.au>
8848         * configure.in: Move generic linux case to end.  Copy generic
8849         linux noconfigdirs to mips*-*-linux* entry and new
8850         powerpc64*-*-linux* entry.  Add target-libffi for the latter.
8852 2002-07-19  Michael Matz  <matz@suse.de>
8854         * MAINTAINERS: Add myself as ra* maintainer.
8856 2002-07-16  Chris Demetriou  <cgd@broadcom.com>
8858         * config.guess: Update to 2002-07-09 version.
8859         * config.sub: Update to 2002-07-03 version.
8861 2002-07-15  Hans-Peter Nilsson  <hp@bitrange.com>
8863         * MAINTAINERS: Fix typo in a maintainer email address.
8865 2002-07-11  Nathanael Nerode  <neroden@gcc.gnu.org>
8867         * configure.in: Remove two redundant tests.
8869 2002-07-11  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
8871         * configure.in (mips*-*-irix6*o32): Enable stabs.
8873 2002-07-08  Nathanael Nerode  <neroden@gcc.gnu.org>
8875         * configure.in: Don't build grez.
8876         * Makefile.in: Ditto.
8878         * Makefile.in: Remove references to bsp, cygmon, libstub.
8879         * configure.in: Ditto.
8881         * configure.in: Remove leftover reference to gdbtest.
8883 2002-07-08  Phil Edwards  <pme@gcc.gnu.org>
8885         * configure.in (gxx_include_dir):  Change to match versioned
8886         C++ headers if --enable-version-specific-runtime-libs is used.
8888 2002-07-04  Steve Ellcey  <sje@cup.hp.com>
8890         * ltcf-cxx.sh (hpux*): Modify to support ia64-*-hpux*.
8892 2002-07-03  Nathanael Nerode  <neroden@gcc.gnu.org>
8894         * configure.in: Make --without-x work.
8896 2002-07-02  Nathanael Nerode  <neroden@gcc.gnu.org>
8898         * configure.in: Rearrange target Makefile fragment collection.
8900         * Makefile.in: Don't try to build gdbtest, tgas, ispell, inet, or
8901         cvs[src].
8902         * configure.in: Ditto.
8904 2002-07-01  Matt Kraai  <kraai@alumni.cmu.edu>
8906         * MAINTAINERS (Write After Approval): Update my e-mail address.
8908 2002-06-24  Ben Elliston  <bje@redhat.com>
8910         * configure.in (host_tools): Remove cgen.
8912         * Makefile.in (all-cgen): Remove; runs from its source directory.
8913         (check-cgen, install-cgen, clean-cgen): Likewise.
8914         (all-opcodes): Do not depend on all-cgen.
8915         (all-sim): Likewise.
8917 2002-07-01  Nathanael Nerode  <neroden@gcc.gnu.org>
8919         * Makefile.in: Eliminate 'apache' targets.
8920         * configure.in: Eliminate 'apache' targets.
8922         * configure.in: Eliminate redundant tests.  Reorganize.
8924         * Makefile.in: Eliminate last reference to LIBGCC1_TEST.
8926         * config-ml.in: Eliminate references to Cygnus configure.
8928         * Makefile.in: Eliminate references to building emacs.
8930 2002-06-28  Graham Stott  <graham.stott@btinternet.com>
8932         * MAINTAINERS: Update my email address.
8934 2002-06-26  Benjamin Kosnik  <bkoz@redhat.com>
8936         * config.if (libstdcxx_incdir): Version C++ headers.
8937         (cxx_incdir): Remove.
8939 2002-06-25  Nathanael Nerode  <neroden@gcc.gnu.org>
8941         * MAINTAINERS (Write After Approval): Add self.
8943 Thu Jun 20 00:35:14 2002  Denis Chertykov  <denisc@overta.ru>
8945         * configure.in: Add support for ip2k.
8947 2002-06-22  Nathanael Nerode  <neroden@twcny.rr.com>
8949         * configure.in: Fix AIX configury bug.
8951 2002-06-20  Steve Ellcey  <sje@cup.hp.com>
8953         * MAINTAINERS (Write After Approval): Add self.
8955 2002-06-19  Nathanael Nerode  <neroden@twcny.rr.com>
8957         * configure.in: replace ${topsrcdir} with ${srcdir}
8959         * configure.in: Move definition of libstdcxx_flags
8960         right above usage, rather than waaay earlier.
8962         * configure.in: Pull definition of is_cross_compiler earlier.
8964         * configure.in: Rearrange a little.
8966         * configure.in: Remove references to librx.
8967         * Makefile.in: Remove references to librx.
8969 Tue Jun 18 22:37:35 2002  Denis Chertykov  <denisc@overta.ru>
8971         * config.sub: Add support for avr target.
8972         Import from master sources, rev 1.255
8974 2002-06-19  Phil Edwards  <pme@gcc.gnu.org>
8976         * configure, .cvsignore:  Revert previous change...
8977         * Makefile:  ...delete.
8979 2002-06-19  Nathanael Nerode  <neroden@twcny.rr.com>
8981         * configure.in: Eliminate ${gasdir} variable.
8983 2002-06-18  Dave Brolley  <brolley@redhat.com>
8985         * configure.in: Add support for frv.
8986         * config.sub: Add support for frv.
8988 2002-06-18  Phil Edwards  <pme@gcc.gnu.org>
8990         * configure:  Remove garbage from previous commit.
8992 2002-06-18  Phil Edwards  <pme@gcc.gnu.org>
8994         * configure:  For in-source builds, make a subdir and re-exec there.
8995         * Makefile:  New file.  Pass targets through to build directory.
8996         * .cvsignore:  No longer ignore "Makefile".
8998 2002-06-16  Douglas Rupp  <rupp@gnat.com>
9000         * MAINTAINERS (Write After Approval): Add self.
9002 2002-06-11  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
9004         * Makefile.in (CFLAGS_FOR_TARGET): Add -O2.
9006 2002-06-08  Jason Thorpe  <thorpej@wasabisystems.com>
9008         * configure.in (vax-*-netbsd*): Re-enable gas.
9010 2002-05-31  Nathanael Nerode  <neroden@twcny.rr.com>
9012         * Makefile.in: Replace HOST_PREFIX, HOST_PREFIX_1 with BUILD_PREFIX,
9013         BUILD_PREFIX_1, to correct nomenclature.
9014         * configure: Likewise.
9016         * Makefile.in: Eliminate version-specific references to tcl8.1, tk8.1.
9017         * configure.in: Eliminate version-specific references to tcl8.1, tk8.1.
9019 2002-05-31  Olaf Hering  <olh@suse.de>
9021         * config-ml.in: Propogate DESTDIR also.
9023 2002-05-29  Jason Thorpe  <thorpej@wasabisystems.com>
9025         * configure.in (vax-*-netbsd*): Don't build gas for this
9026         platform.
9028 2002-05-28  Marek Michalkiewicz  <marekm@amelek.gda.pl>
9030         * configure.in (noconfigdirs): Don't compile libiberty, libstdcxx
9031         and libgcj for AVR.
9033 2002-05-23  Kaz Kojima  <kkojima@gcc.gnu.org>
9035         * MAINTAINERS (Write After Approval): Add myself.
9037 2002-05-22  Jason Thorpe  <thorpej@wasabisystems.com>
9039         * config.guess: Update to 2002-05-22 version.
9040         * config.sub: Likewise.
9042 2002-05-16  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
9044         * Makefile.in: Allow for PWDCMD to override hardcoded pwd.
9045         * config-ml.in: Likewise.
9046         * configure: Likewise.
9047         * configure.in: Likewise.
9049 2002-05-16  Stephane Carrez  <stcarrez@nerim.fr>
9051         * MAINTAINERS: Update my email address.
9053 2002-05-13  Nathanael Nerode  <neroden@twcny.rr.com>
9055         * configure.in: Simplify makefile fragment collection.
9057         * configure.in: Remove code to build emacs.
9059         * configure.in : Remove --srcdir argument from targargs and buildargs
9060         (it's always overridden in the Makefile anyway).  Rearrange a bit.
9062         * configure: Move some logic to configure.in.
9063         * configure.in: Move some logic from configure.
9065 2002-05-11  Tom Tromey  <tromey@redhat.com>
9067         * MAINTAINERS: Reflect libgcj reality.
9069 2002-05-09  Federico G. Schwindt  <fgsch@olimpo.com.br>
9071         * Makefile.in: Honour DESTDIR.
9073 2002-05-08  Mark Mitchell  <mark@codesourcery.com>
9075         * config.guess: Import 2002-03-20 version.
9076         * config.sub: Import 2002-04-26 version.
9078 2002-05-08  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
9080         * config-ml.in: Allow for PWDCMD to determine ML_POPDIR.
9082 2002-05-07  Tim Josling  <tej@melbpc.org.au>
9084         * MAINTAINERS: Add self.
9086 2002-05-06  Loren J. Rittle  <ljrittle@acm.org>
9088         * ltmain.sh: Detect and handle object name conflicts
9089         while piecewise linking a static library.
9091 2002-05-05  Alexandre Oliva  <aoliva@redhat.com>
9093         * configure.in (noconfigdirs): Don't disable libgcj on
9094         sparc64-*-solaris* and sparcv9-*-solaris*.
9096 2002-05-03  Alexandre Oliva  <aoliva@redhat.com>
9098         * configure.in: Revert 2002-04-18's patch; fixed in libjava.
9100 2002-05-03  Thomas Fitzsimmons  <fitzsim@redhat.com>
9102         * configure.in (FLAGS_FOR_TARGET): Do not add
9103         -B$$r/$(TARGET_SUBDIR)/newlib/ when compiling newlib natively
9104         on i[3456]86-*-linux*.
9106 2002-05-01  Thomas Fitzsimmons  <fitzsim@redhat.com>
9108         * configure.in (noconfigdirs): Replace [ ] with test.
9110         * configure.in (noconfigdirs): Do not add target-newlib if
9111         target == i[3456]86-*-linux*, and host == target.
9113 2002-04-29  Nathanael Nerode  <neroden@doctormoo.dyndns.org>
9115         * configure.in: delete reference to absent file
9117         * configure.in: replace '[' with 'test'
9119         * configure.in: Eliminate references to gash.
9120         * Makefile.in: Eliminate references to gash.
9122         * configure.in: remove useless references to 'pic' makefile fragments.
9124         * configure.in: (*-*-windows*) Finish removing.
9126         * configure.in: Eliminate redundant test for libgui.
9128 2002-04-29  Roger Sayle  <roger@eyesopen.com>
9130         * MAINTAINERS: Add self and realphabetize.  Update entries
9131         for Dan Berlin, Chris Demetriou and Michael Matz.  Remove
9132         entry for a29k port maintainer.
9134 2002-04-26  Joel Sherrill  <joel@OARcorp.com>
9136         * configure.in (h8300*-*-rtems*): Disable libf2c and libgcj.
9137         (sparc-*-elf*, sparc64-*-elf*): Disable libgcj.
9139 2002-04-19  Nathanael Nerode  <neroden@twcny.rr.com>
9141         * configure.in: remove references to dead files
9143 2002-04-19  Mark Mitchell  <mark@codesourcery.com>
9145         * MAINTAINERS: Add information about purpose of this file.
9147 2002-04-18  Tom Tromey  <tromey@redhat.com>
9149         * configure.in: Disallow configuring libgcj when it is already
9150         installed and we're using Solaris 2.8 linker.  Do enable libgcj on
9151         Solaris 2.8 by default.  For PR libgcj/6158.
9153 2002-04-17  Nathanael Nerode  <neroden@twcny.rr.com>
9155         * configure.in:  Move default CC setting out of config/mh-* fragments
9156         directly into here.
9158 2002-04-17  Nathanael Nerode  <neroden@twcny.rr.com>
9160         * configure.in: don't even try to configure or make a subdirectory
9161         if there's no configure script for it.
9163 2002-04-15  Mark Mitchell  <mark@codesourcery.com>
9165         * MAINTAINERS: Remove chill maintainers.
9166         * Makefile.in (CHILLFLAGS): Remove.
9167         (CHILL_LIB): Remove.
9168         (TARGET_CONFIGDIRS): Remove libchill.
9169         (CHILL_FOR_TARGET): Remove.
9170         (BASE_FLAGS_TO_PASS): Don't pass CHILLFLAGS, CHILL_FOR_TARGET, or
9171         CHILL_LIB.
9172         (CONFIGURE_TARGET_MODULES): Remove configure-target-libchill.
9173         (CHECK_TARGET_MODULES): Likewise.
9174         (INSTALL_TARGET_MODULES): Likewise.
9175         (CLEAN_TARGET_MODULES): Likewise.
9176         (configure-target-libchill): Remove.
9177         (all-target-libchill): Remove.
9178         * configure.in (target_libs): Remove target-libchill.
9179         Do not compute CHILL_FOR_TARGET.
9180         * libchill: Remove directory.
9182 2002-04-11  DJ Delorie  <dj@redhat.com>
9184         * Makefile.in, configure.in: Sync with binutils, entries
9185         follow...
9187 2002-04-07  Andrew Cagney  <ac131313@redhat.com>
9189         * Makefile.in (do-tar-bz2): Delete rule.  Replace with ...
9190         (do-tar, do-bz2): New rules.
9191         (taz): Update.  Replace do-tar-bz2 with do-tar and do-bz2.
9192         (gdb-tar): New rule.
9193         (gdb-taz): Rewrite.  Use gdb-tar and do-bz2.
9194         (insight_dejagnu.tar): New rule.
9195         (insight.tar): New rule.
9196         (gdb+dejagnu.tar): New rule.
9197         (gdb.tar): New rule.
9199 2002-02-01  Mo DeJong  <supermo@bayarea.net>
9201         * Makefile.in: Add all-tix to deps for all-snavigator
9202         so that tix is built when building snavigator.
9204 2002-01-11  Steve Ellcey  <sje@cup.hp.com>
9206         * configure.in (ia64*-*-hpux*): New target for IA64 HP-UX,
9207         ld and gdb are not supported.
9209 2002-01-07  Mark Salter  <msalter@redhat.com>
9211         * configure.in: Remove target-bsp and target-cygmon from arm builds.
9212         Allow target-libgloss to be built for arm, strongarm, and xscale.
9214 2001-12-13  Thomas Fitzsimmons  <fitzsim@redhat.com>
9216         * configure.in (FLAGS_FOR_TARGET): Remove -nostdinc and -isystem
9217         options for i[3456]86-pc-linux* native builds.
9219 2001-11-20  Nick Clifton  <nickc@cambridge.redhat.com>
9221         * Makefile.in (do-proto-toplev): Use msgfmt to generate .gmo
9222         files from .po files for a distribution.
9224 2001-09-03  Jeff Holcomb  <jeffh@redhat.com>
9226         * configure.in: Enable libstdc++-v3 for h8300 targets.
9228 2001-06-19  Alan Modra  <amodra@bigpond.net.au>
9230         * Makefile.in (VER): If AM_INIT_AUTOMAKE uses BFD_VERSION, get
9231         version from bfd/.
9233 Fri Jun  8 11:14:02 2001  Andrew Cagney  <cagney@b1.cygnus.com>
9235         * Makefile.in (VER): When present, extract the version number from
9236         the file version.in.
9238 2001-05-24  Tom Rix  <trix@redhat.com>
9240         * configure.in : enable ld for aix
9242 2001-02-09  Martin Schwidefsky  <schwidefsky@de.ibm.com>
9244         * config.guess: Add linux target for S/390.
9246 2000-11-07  Philip Blundell  <pb@futuretv.com>
9248         * Makefile.in (ETC_SUPPORT): Also add configbuild.* and configdev.*.
9250 2000-11-03  Philip Blundell  <pb@futuretv.com>
9252         * Makefile.in (ETC_SUPPORT): Add configure.texi and associated info
9253         files.
9255 2001-01-15  Ben Elliston  <bje@redhat.com>
9257         * configure.in (host_tools): Add sid.
9258         Always configure cgen.
9260 2000-11-24  Nick Clifton  <nickc@redhat.com>
9262         * configure.in (c4x, c5x, tic54x): Move after ARM targets.
9265 2000-08-20  Doug Evans  <dje@casey.transmeta.com>
9267         * Makefile.in (ALL_MODULES): Add all-cgen.
9268         (CROSS_CHECK_MODULES,INSTALL_MODULES,CLEAN_MODULES): Similarily.
9269         (all-cgen): New target.
9270         (all-opcodes,all-sim): Depend on all-cgen.
9271         * configure.in (host_tools): Add cgen.
9272         Only configure cgen if --enable-cgen-maint.
9274 2002-04-09  Loren J. Rittle  <ljrittle@acm.org>
9276         * configure.in: Add *-*-freebsd* configurations.
9278 2002-04-08  Tom Tromey  <tromey@redhat.com>
9280         * configure.in: Add FLAGS_FOR_TARGET to GCJ_FOR_TARGET.
9281         Fixes PR libgcj/6068.
9283 2002-03-30  Krister Walfridsson  <cato@df.lth.se>
9285         * configure.in (i*86-*-netbsdelf*): Don't disable libgcj.
9287 2002-03-27  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
9289         * configure.in (alpha*-dec-osf*): Enable libgcj.
9291 2003-03-27  Matthew Gingell  <gingell@gnat.com>
9293         * MAINTAINERS (Write After Approval): Add myself.
9295 2002-03-24  Nick Clifton  <nickc@cambridge.redhat.com>
9297         Fix for: PR bootstrap/3591, target/5676
9298         * configure.in (mcore-pe): Disable the configuration of
9299         libstdc++-v3 since exceptions are not supported.
9301 2002-03-20  Anthony Green  <green@redhat.com>
9303         * configure.in: Enable libgcj for xscale-elf target.
9305 Tue Mar 19 09:05:08 2002  J"orn Rennecke  <joern.rennecke@superh.com>
9307         * MAINTAINERS:  Update my email address.
9309 2002-03-16  Alexandre Oliva  <aoliva@redhat.com>
9311         * ltmain.sh (relink_command): Fix typo in previous change.
9313 2002-03-15  Alexandre Oliva  <aoliva@redhat.com>
9315         * ltmain.sh (taglist): Initialized.  Don't let `CC' tag out of it.
9316         (relink_command): Added --tag flags.
9317         (mode=install): If relinking fails; error out.
9319 2002-03-12  Richard Henderson  <rth@redhat.com>
9321         * Makefile.in (NOTPARALLEL): New.  Use it instead of explicit
9322         .NOTPARALLEL tag.
9323         (do-check): Rename from check.
9324         (check): Allow parallel check.
9326 2002-03-12  Bob Wilson  <bob.wilson@acm.org>
9328         * MAINTAINERS: Add myself as maintainer for xtensa port.
9329         Fix alphabetical order in CPU port maintainer list.
9330         Remove myself from Write After Approval list.
9332 2002-03-11  Richard Henderson  <rth@redhat.com>
9334         * Makefile.in (.NOTPARALLEL): Add fake tag.
9336 2002-03-07  H.J. Lu  (hjl@gnu.org)
9338         * configure.in: Enable gprof for mips*-*-linux*.
9340 2002-03-05  Danny Smith  <dannysmith@users.sourceforge.net>
9342         * MAINTAINERS (Write After Approval): Add myself.
9344 2002-02-28  Alexandre Oliva  <aoliva@redhat.com>
9346         * configure.in (libstdcxx_flags): Don't add libstdc++-v3 flags for
9347         libjava.
9348         (CXX_FOR_TARGET): Explain why -shared-libgcc here.
9350 2002-02-23  Alexandre Oliva  <aoliva@redhat.com>
9352         * Makefile.in (MAKEINFO): Don't assume makeinfo will be built just
9353         because its Makefile is there; test for the executable instead.
9355 2002-02-22  Alexandre Oliva  <aoliva@redhat.com>
9357         * configure.in (CXX_FOR_TARGET): Add -shared-libgcc for
9358         libstdc++-v3 and libjava.
9360 2002-02-11  Adam Megacz  <adam@xwt.org>
9362         * gcc/Makefile.in: Removed libstdc++-v3 dependancy for libjava and
9363         boehm-gc
9365 2002-02-09  Alexandre Oliva  <aoliva@redhat.com>
9367         * config.guess: Updated to 2002-01-30's version.
9368         * config.sub: Updated to 2002-02-01's version.
9369         Contribute sh64-elf.
9370         2000-12-01  Alexandre Oliva  <aoliva@redhat.com>
9371         * configure.in: Added sh64-*-*.
9373 2002-02-08  Chris Demetriou  <cgd@broadcom.com>
9375         * MAINTAINERS: Belatedly add myself to write after approval list.
9377 Thu Feb  7 12:40:58 CET 2002  Jan Hubicka  <jh@suse.cz>
9379         * MAINTAINERS: Put self in as maintainer for x86-64 port.
9380         Remove self as Write After Approval.
9382 2002-01-31  Geoffrey Keating  <geoffk@redhat.com>
9384         * MAINTAINERS: Put self in as maintainer for contrib/regression
9385         directory.
9387 2002-01-28  Phil Edwards  <pme@gcc.gnu.org>
9389         * MAINTAINERS:  Update my email address.
9391 2002-01-26  Jason Thorpe  <thorpej@wasabisystems.com>
9393         * configure.in (*-*-netbsd*): New.  Skip target-newlib,
9394         target-libiberty, and target-libgloss.  Skip Java-related
9395         libraries if not supported for NetBSD on target CPU.
9397 2002-01-25  Douglas B Rupp  <rupp@gnat.com>
9399         * install-sh: Use _inst.$$_ for temp file name.
9401 2002-01-24  Jason Thorpe  <thorpej@wasabisystems.com>
9403         * MAINTAINERS (Write After Approval): Move my contact info
9404         from here...
9405         (OS Port Maintainers): ...to here (netbsd).
9407 2002-01-22  Bob Wilson  <bob.wilson@acm.org>
9409         * MAINTAINERS (Write After Approval): Add myself.
9411 2002-01-17  H.J. Lu  <hjl@gnu.org>
9413         * Makefile.in (all-fastjar): Also depend on all-libiberty.
9414         (all-target-fastjar): Also depend on all-target-libiberty.
9416 2002-01-16  H.J. Lu  (hjl@gnu.org)
9418         * config.guess: Import from master sources, rev 1.225.
9419         * config.sub: Import from master sources, rev 1.238.
9421 2002-01-16  Kazu Hirata  <kazu@hxi.com>
9423         * MAINTAINERS (Write After Approval): Remove myself.
9425 2001-12-19  Florian Weimer  <fw@deneb.enyo.de>
9427         * MAINTAINERS (Write After Approval): Add myself.
9429 2001-12-17  Joseph S. Myers  <jsm28@cam.ac.uk>
9431         * MAINTAINERS: Add self as docs co-maintainer.
9433 2001-12-11  Matthias Klose  <doko@debian.org>
9435         * MAINTAINERS (Write After Approval): Add myself.
9437 2001-12-09  Zack Weinberg  <zack@codesourcery.com>
9439         * MAINTAINERS: Update my email address.
9441 2001-12-07  Turly O'Connor  <turly@apple.com>
9442         * MAINTAINERS (Write After Approval): Add myself.
9443         * rs6000.c (rs6000_trampoline_size): Handle ABI_DARWIN case.
9444         (rs6000_initialize_trampoline): Call __trampoline_setup for
9445         ABI_DARWIN too.
9446         * darwin-tramp.asm: New file, implements __trampoline_setup.
9447         * t-darwin (LIB2FUNCS_EXTRA): Include darwin-tramp.asm.
9449 2001-12-07  Paolo Carlini  <pcarlini@unitus.it>
9451         * MAINTAINERS (Write After Approval): Add myself.
9453 Wed Dec  5 07:33:45 2001  Douglas B. Rupp  <rupp@gnat.com>
9455         * configure, configure.in: Use temp file for long sed commands.
9457 2001-12-03  Laurent Guerby  <guerby@acm.org>
9459         * config.sub: Update to version 1.232 on subversion.
9461 2001-12-03  Ben Elliston  <bje@redhat.com>
9463         * MAINTAINERS: Update mail address for config.* patches.
9465 2001-11-27  DJ Delorie  <dj@redhat.com>
9466             Zack Weinberg  <zack@codesourcery.com>
9468         When build != host, create libiberty for the build machine.
9470         * Makefile.in (TARGET_CONFIGARGS, BUILD_CONFIGARGS): Replace
9471         CONFIG_ARGUMENTS.
9472         (ALL_BUILD_MODULES_LIST, BUILD_CONFIGDIRS, BUILD_SUBDIR):
9473         New variables.
9474         (ALL_BUILD_MODULES, CONFIGURE_BUILD_MODULES): New variables
9475         and rules.
9476         (all.normal): Depend on ALL_BUILD_MODULES.
9477         (CONFIGURE_TARGET_MODULES rule): Use TARGET_CONFIGARGS.
9478         (all-build-libiberty): Depend on configure-build-libiberty.
9480         * configure: Calculate and substitute proper value for
9481         ALL_BUILD_MODULES.
9482         * configure.in: Create the build subdirectory.
9483         Calculate and substitute TARGET_CONFIGARGS (formerly
9484         CONFIG_ARGUMENTS); also BUILD_SUBDIR and BUILD_CONFIGARGS (new).
9486 2001-11-26  Ziemowit Laski  <zlaski@apple.com>
9488         * MAINTAINERS (write-after-approval): Add self.
9490 2001-11-17  Craig Rodrigues  <rodrigc@gcc.gnu.org>
9492         * MAINTAINERS (GNATS only accounts): Remove self.
9494 2001-11-14  Hans-Peter Nilsson  <hp@bitrange.com>
9496         * configure.in (noconfigdirs) [h8300*-*-*, h8500-*-*]: Disable
9497         libf2c.
9499 2001-11-12  Craig Rodrigues  <rodrigc@gcc.gnu.org>
9501         * MAINTAINERS (Write After Approval): Add self.
9503 2001-11-12  David O'Brien  <obrien@FreeBSD.org>
9505         * MAINTAINERS: mips and s390 are also CPU ports.
9507 2001-11-12  David O'Brien  <obrien@FreeBSD.org>
9509         * MAINTAINERS: mcore, cris and mmix are also CPU ports.
9511 2001-11-11  David O'Brien  <obrien@FreeBSD.org>
9513         * MAINTAINERS: Alphabetize.
9515 2001-11-09  Kazu Hirata  <kazu@hxi.com>
9517         * MAINTAINERS (Various maintainers: h8 port): Add myself.
9519 2001-11-09  John David Anglin  <dave@hiauly1.hia.nrc.ca>
9521         * MAINTAINERS (Various maintainers: hppa port): Added myself.
9523 2001-11-08  Phil Edwards  <pedwards@disaster.jaj.com>
9525         * configure.in (--enable-languages): Be more permissive about
9526         syntax.  Check for empty lists better.  Warn about $LANGUAGES.
9528 2001-11-08  Geoffrey Keating  <geoffk@redhat.com>
9530         * config.sub: Import from master sources, rev. 1.230.
9531         * MAINTAINERS: Change 'stormy16' to 'xstormy16'.
9533 2001-11-07  Laurent Guerby  <guerby@acm.org>
9535         * MAINTAINERS (Write After Approval): Add self.
9537 2001-11-06  Hans-Peter Nilsson  <hp@bitrange.com>
9539         * Makefile.in (MAKEINFO): Use "missing" for makeinfo older than 4.0.
9541 2001-11-05  Hans-Peter Nilsson  <hp@bitrange.com>
9543         * config.sub: Import from master sources, rev 1.226.
9544         * config.guess: Import from master sources, rev 1.216.
9546 2001-11-03  Hans-Peter Nilsson  <hp@bitrange.com>
9548         * configure.in (noconfigdirs) [mmix-*-*]: Disable libgcj.
9549         * MAINTAINERS: Add self as maintainer of MMIX port.
9550         Remove old after-approval entry.
9552 2001-10-28  Joseph S. Myers  <jsm28@cam.ac.uk>
9554         * ChangeLog, configure: Fix spelling errors.
9556 2001-10-20  Brendan Kehoe  <brendan@zen.org>
9558         * MAINTAINERS: Tweak my address.
9560 Thu Oct 11 21:50:15 2001  J"orn Rennecke  <amylaar@onetel.net.uk>
9562         * MAINTAINERS: Update my email address.
9564 2001-10-11  Hans-Peter Nilsson  <hp@axis.com>
9566         * configure.in (noconfigdirs) [cris-*-*]: Disable libgcj.
9567         * MAINTAINERS: Add self as maintainer of CRIS port.
9569 2001-10-10  Geert Bosch  <bosch@gnat.com>
9571         * MAINTAINERS (Various maintainers: Ada front end):
9572         Added Robert Dewar.
9574 2001-10-03  David Billinghurst  <David.Billinghurst@riotinto.com>
9576         * MAINTAINERS (Write After Approval): Added self
9578 2001-10-02  Geert Bosch  <bosch@gnat.com>
9580         * MAINTAINERS (Various maintainers: Ada front end): Added myself.
9582 2001-10-02  Joseph S. Myers  <jsm28@cam.ac.uk>
9584         * configure: Handle temporary files securely using mkdir.
9586 2001-09-29  Alexandre Oliva  <aoliva@redhat.com>
9588         * Makefile.in (configure-target-gperf): Depend on $(ALL_GCC_CXX).
9590 2001-09-26  Will Cohen  <wcohen@redhat.com>
9592         * configure.in (*-*-linux*): Disable configuration of target-newlib
9593         and target-libgloss.
9595 2001-09-26  Alexandre Oliva  <aoliva@redhat.com>
9597         * Makefile.in (EXTRA_TARGET_FLAGS): Pass RANLIB_FOR_TARGET for
9598         RANLIB.
9600 2001-09-21  Alexandre Oliva  <aoliva@redhat.com>
9602         * Makefile.in (AS_FOR_TARGET, LD_FOR_TARGET,
9603         DLLTOOL_FOR_TARGET, WINDRES_FOR_TARGET, AR_FOR_TARGET,
9604         RANLIB_FOR_TARGET, NM_FOR_TARGET): Don't use double quotes to
9605         avoid quotes nesting problems.
9606         (NATIVE_CHECK_MODULES): Ditto, just for consistency.
9607         (DO_X): Export only variables that are set.
9609 2001-09-19  Ben Elliston  <bje@redhat.com>
9611         * configure.in (sparc-sun-solaris2*): Don't use /usr/bin/which on
9612         Solaris when testing for the /usr/ucb/cc compiler; it has incorrect
9613         semantics.  Use the shell built-in "type" command instead.
9615 2001-08-31  Alexandre Oliva  <aoliva@redhat.com>
9617         Merged from gcc-3_0-branch:
9618         2001-07-30  Jeff Sturm  <jsturm@one-pont.com>
9619         * ltcf-c.sh: Use $objext, not $ac_objext.
9620         2001-07-27  Mark Kettenis  <kettenis@gnu.org>
9621         * ltcf-cxx.sh: Add support for GNU.
9622         2001-07-22  Timothy Wall  <twall@redhat.com>
9623         * ltcf-c.sh: Don't disable shared libraries for AIX5/IA64.  Preserve
9624         default settings if using GNU tools with that configuration.
9625         * ltcf-cxx.sh: Ditto.
9626         * ltcf-gcj.sh: Ditto.
9627         2001-07-21  Michael Chastain  <chastain@redhat.com>
9628         * ltconfig: Set max_cmd_len to a maximum of 512Kb, as it seems some
9629         HPUX 11.0 systems have trouble with 1MB.  Mark as gcc-local.
9630         * ltmain.sh: Mark as gcc-local.
9632 2001-08-30  Eric Christopher  <echristo@redhat.com>
9633             Jason Eckhardt  <jle@redhat.com>
9635         * config.guess: Merge from master sources.
9636         * config.sub: Merge from master sources, add support for mipsisa32.
9638 2001-08-25  Geoffrey Keating  <geoffk@redhat.com>
9639         * config.sub: Merge from master sources, rev 1.219.
9640         * MAINTAINERS: Add self as contact for stormy16 port.
9642 2001-08-14  Zack Weinberg  <zackw@panix.com>
9644         * config.sub: Merge from master sources, rev 1.218.
9645         * config.guess: Merge from master sources, rev 1.209.
9647 2001-08-11  Graham Stott  <grahams@redhat.com>
9649         * Makefile.in (check-c++): Add missing semicolon.
9651 Mon Jul 30 19:24:13 CEST 2001  Jan Hubicka  <jh@suse.cz>
9653         * MAINTAINERS (Various maitainers: predict.def): Added myself.
9655 2001-07-30  Eric Christopher  <echristo@redhat.com>
9657         * MAINTAINERS (Various maintainers: mips port): Added myself.
9659 2001-07-25  Andrew Haley  <aph@cambridge.redhat.com>
9661         * configure.in (sh-*-linux*): New.
9663 2001-07-27  Richard Henderson  <rth@redhat.com>
9665         * .cvsignore: Add LAST_UPDATED.
9667 2001-07-23  Ulrich Weigand  <uweigand@de.ibm.com>
9669         * MAINTAINERS (Various maintainers: s390 port): Added myself.
9671 2001-07-16  Aldy Hernandez  <aldyh@redhat.com>
9673         * config.sub: Fix mips64vr5000el typo in CPU-COMPANY.
9675 Fri Jul 13 14:31:57 2001  Nicola Pero  <nicola@brainstorm.co.uk>
9677         * MAINTAINERS (Write After Approval): Added myself.
9679 2001-07-12  Stephane Carrez  <Stephane.Carrez@worldnet.fr>
9681         * configure.in (noconfigdirs): Don't compile libiberty, libstdcxx
9682         and libgcj on m68hc11/m68hc12.
9684 2001-06-27  H.J. Lu  (hjl@gnu.org)
9686         * Makefile (CFLAGS_FOR_BUILD): New.
9687         (EXTRA_GCC_FLAGS): Add CFLAGS_FOR_BUILD.
9689 2001-06-13  Joseph S. Myers  <jsm28@cam.ac.uk>
9691         * README: Remove version number.
9693 2001-06-13  Gerald Pfeifer  <pfeifer@dbai.tuwien.ac.at>
9695         * INSTALL/README: Update wrt. to the installation instructions now
9696         residing in gcc/doc/install.texi.
9698 2001-06-13  Joseph S. Myers  <jsm28@cam.ac.uk>
9700         * README: Replace with a cut-down and updated version of gcc/README.
9702 2001-06-12  David Edelsohn  <edelsohn@gnu.org>
9704         * config-ml.in (powerpc-*-* | rs6000-*-*): Allow aix64 and pthread
9705         multilibs to be disabled.
9707 2001-06-11  Daniel Berlin  <dan@cgsoftware.com>
9709         * MAINTAINERS (Write After Approval): Add myself.
9711 2001-06-09  Alexandre Oliva  <aoliva@redhat.com>
9713         * config.guess: Import CVS version 1.195.
9714         * config.sub: Import CVS version 1.212.
9716 2001-06-08  Alexandre Oliva  <aoliva@redhat.com>, Jeff Sturm  <jsturm@one-point.com>
9718         * Makefile.in (AS_FOR_TARGET, LD_FOR_TARGET, NM_FOR_TARGET): If
9719         gcc/xgcc is built, use -print-prog-name to find out the program
9720         name to use.
9722 2001-06-04  Phil Edwards  <pme@sources.redhat.com>
9724         * config.guess:  Import CVS version 1.194.  All gcc-local changes
9725         appear to also be in the master copy.
9726         * config.sub:  Import CVS version 1.211.
9728 Mon Jun  4 16:32:53 2001  Mark Mitchell  <mark@codesourcery.com>
9730         * ltcf-c.sh (archive_cmds, archive_expsym_cmds) [solaris,
9731         with_gcc]: Use `gcc -shared' to build a shared library.
9733 Mon Jun  4 16:24:43 2001  John David Anglin  <dave@hiauly1.hia.nrc.ca>
9735         * ltcf-c.sh (archive_cmd) [hpux, with_gcc]: Use gcc to link shared
9736         archives.
9738 Fri Jun  1 18:55:19 2001  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
9740         * MAINTAINERS (Write After Approval): Add myself.
9742 2001-06-01  Hans-Peter Nilsson  <hp@axis.com>
9744         * configure.in (libstdcxx_flags): Do not try to execute
9745         libstdc++-v3/testsuite_flags until it exists.
9747 2001-06-01  Alan Modra  <amodra@bigpond.net.au>
9749         * MAINTAINERS: Update my email address.
9751 2001-05-31  Graham Stott  <grahams@redhat.com>
9753         * MAINTAINERS (Write After Approval): Add myself.
9755 2001-05-28  Simon Patarin  <simon.patarin@inria.fr>
9757         * ltcf-cxx.sh (osf3/osf4/osf5): Support creation of C++  shared
9758         libraries when using g++ with native linker.
9760 2001-05-28  Alexandre Oliva  <aoliva@redhat.com>
9762         * ltconfig, ltmain.sh: Upgrade to libtool 1.4a 1.641.2.256.
9764 2001-05-22  Alexandre Oliva  <aoliva@redhat.com>
9766         * ltcf-cxx.sh (allow_undefined_flag, no_undefined_flag)
9767         [aix4*|aix5*]: Prepend blank.
9769 2001-05-20  Alexandre Oliva  <aoliva@redhat.com>
9771         * ltconfig, ltmain.sh, libtool.m4, ltcf-c.sh, ltcf-cxx.sh,
9772         ltcf-gcj.sh: Upgraded to libtool 1.4a 1.641.2.254.  Rebuilt a number
9773         of subdir/configure scripts to use the new libtool.m4.
9775 2001-05-19  Matt Kraai  <kraai@alumni.carnegiemellon.edu>
9777         * MAINTAINERS (Write After Approval): Add myself.
9779 2001-05-18  Benjamin Kosnik  <bkoz@redhat.com>
9781         * configure.in (libstdcxx_flags): Remove reference to libstdc++.INC.
9783 2001-05-11  Ben Elliston  <bje@redhat.com>
9785         * Makefile.in (all-sid): New target.
9786         (check-sid, clean-sid, install-sid): Likewise.
9788 2001-05-09  Jeffrey Oldham  <oldham@codesourcery.com>
9790         * ltcf-cxx.sh: Add -nostdlib to IRIX 6 archive_cmds.
9792 2001-05-03  Alexandre Oliva  <aoliva@redhat.com>
9794         * configure.in (noconfigdirs) [*-cygwin*, *-mingw*, *-beos]: Disable
9795         libgcj.
9797 2001-05-03  Alexandre Oliva  <aoliva@redhat.com>
9799         * Makefile.in (AS_FOR_TARGET, LD_FOR_TARGET, NM_FOR_TARGET): If
9800         gcc/xgcc is built, use -print-prog-name to find out the program
9801         name to use.
9803 2001-04-26  Alexandre Oliva  <aoliva@redhat.com>
9805         * configure.in (noconfigdirs): Don't reset it from scratch in the
9806         target case; only append to it.
9808         * configure.in (noconfigdirs) [hppa*-*-*, mips*-*-irix6*,
9809         sparc-*-solaris2.8]: Disable ${libgcj}.
9811 2001-04-25  Alexandre Oliva  <aoliva@redhat.com>
9813         * configure.in (libgcj_saved): Copy from $libgcj.
9814         (libgcj): Zero out if --enable-libgcj; add to noconfigdirs is
9815         --disable-libgcj.
9817 2001-04-25  Gavin Romig-Koch  <gavin@redhat.com>
9819         * MAINTAINERS: Remove self as MIPS maintainer and
9820         C front end maintainer.
9822 Mon Apr 23 09:15:03 2001  Anthony Green  <green@redhat.com>
9824         * configure.in: Move *-chorusos target case to the proper switch.
9825         Disable libgcj.
9827 2001-04-12  Alexandre Oliva  <aoliva@redhat.com>
9829         * ltconfig, ltmain.sh, ltcf-cxx.sh: Upgraded to libtool 1.4a
9830         1.641.2.228.
9832 2001-04-13  Franz Sirl  <Franz.Sirl-kernel@lauterbach.com>
9834         * Makefile.in (STAGE1_CFLAGS): Pass down.
9836 2001-04-13  Alan Modra  <amodra@one.net.au>
9838         * config.guess: Add hppa64-linux support.  Note for next import that
9839         this is already in the master file.
9840         * configure.in: Likewise.  Accept `parisc' alias for `hppa'.
9842 2001-04-12  Alexandre Oliva  <aoliva@redhat.com>
9844         * ltconfig, ltmain.sh, libtool.m4, ltcf-c.sh, ltcf-cxx.sh,
9845         ltcf-gcj.sh: Upgraded to libtool 1.4a 1.641.2.226.
9847 2001-04-11  Stan Shebs  <shebs@apple.com>
9849         * MAINTAINERS: Add self as Darwin port maintainer.
9851 2001-04-11  Alan Modra  <amodra@one.net.au>
9853         * MAINTAINERS: Update my email address.
9855 2001-04-10  Loren J. Rittle  <ljrittle@acm.org>
9857         * ltcf-cxx.sh: Support creation of C++ shared libraries on
9858         recent versions of FreeBSD (release 3 or later).
9859         * ltconfig: On FreeBSD, -lc must not be provided when building
9860         a shared library or else the standard -pthread gcc option is
9861         rendered worthless to later users of the built library.
9863 2001-04-06  Joseph S. Myers  <jsm28@cam.ac.uk>
9865         * MAINTAINERS: Add self and RTH as C front end maintainers.
9867 2001-04-05  Alexandre Oliva  <aoliva@redhat.com>
9869         * config.sub: Make sure to match an already-canonicalized
9870         machine name (eg. mn10300-unknown-elf).
9872 2001-04-01  Alexandre Oliva  <aoliva@redhat.com>
9874         * Makefile.in (CXX_FOR_TARGET_FOR_RECURSIVE_MAKE, RECURSE_FLAGS):
9875         New macros.
9876         (bootstrap, cross): Use RECURSE_FLAGS.
9877         * configure.in: Subst CXX_FOR_TARGET_FOR_RECURSIVE_MAKE.
9879 2001-03-27  Alexandre Oliva  <aoliva@redhat.com>
9881         * configure.in (CXX_FOR_TARGET): Use xgcc for libstdc++-v3.
9883 2001-03-22  Colin Howell  <chowell@redhat.com>
9885         * Makefile.in (DO_X): Do not backslash single-quotes in
9886         backquotes (two places).
9888 2001-03-22  Alexandre Oliva  <aoliva@redhat.com>
9890         Re-installed:
9891         2001-01-02  Laurynas Biveinis  <lauras@softhome.net>
9892         * ltcf-c.sh: Clear ac_cv_prog_cc_pic for DJGPP.  Do not add
9893         '-DPIC' to ac_cv_prog_cc_pic for DJGPP.
9894         * ltcf-cxx.sh: Likewise.
9895         * ltcf-gcj.sh: Likewise.
9897 2001-03-22  Gerald Pfeifer  <pfeifer@dbai.tuwien.ac.at>
9899         * MAINTAINERS: Add myself as "documentation co-maintainer".
9901 2001-03-22  Alexandre Oliva  <aoliva@redhat.com>
9903         * ltconfig, ltmain.sh, libtool.m4, ltcf-c.sh, ltcf-cxx.sh,
9904         ltcf-gcj.sh: Upgraded to libtool 1.4a 1.641.2.198.
9906 2001-03-19  Tom Tromey  <tromey@redhat.com>
9908         * config-ml.in: Handle GCJ and GCJFLAGS.
9910 2001-03-21  Michael Chastain  <chastain@redhat.com>
9912         * Makefile.in: all-m4 depends on all-texinfo.
9914 2001-03-20  Loren J. Rittle  <ljrittle@acm.org>
9916         * MAINTAINERS: Add myself to write after approval list.
9918 2001-03-18  Laurynas Biveinis  <lauras@softhome.net>
9920         * Makefile.in (DO_X): Quote nested quotes.
9922 2001-03-18  Alan Modra  <alan@linuxcare.com.au>
9924         * MAINTAINERS: Add myself to write after approval list.
9926 2001-03-15  Laurynas Biveinis  <lauras@softhome.net>
9928         * Makefile.in (DO_X): Use double quotes for quoting
9929         "RANLIB=$${RANLIB}".
9931 2001-03-10  Ovidiu Predescu  <ovidiu@cup.hp.com>
9933         * MAINTAINERS: Added Stan Shebs as new maintainer for Objective-C.
9935 2001-03-09  Nicola Pero  <n.pero@mi.flashnet.it>
9937         * configure.in: Only use `lang_requires' for languages athat are
9938         actually enabled.
9940 2001-03-08  Phil Edwards  <pme@sources.redhat.com>
9942         * MAINTAINERS (C++ runtime libs):  Update and alphabatize.
9944 2001-03-08  Alexandre Oliva  <aoliva@redhat.com>
9946         * Makefile.in (ALL_GCC, ALL_GCC_C, ALL_GCC_CXX): Set before use.
9948 2001-03-07  Tom Tromey  <tromey@redhat.com>
9950         * configure.in: Allow config-lang.in to set `lang_requires' to list
9951         of other required languages.
9953 2001-03-06  Laurynas Biveinis  <lauras@softhome.net>
9955         * Makefile.in: Remove RANLIB definition. Use RANLIB
9956         in RANLIB_FOR_TARGET, EXTRA_HOST_FLAGS, EXTRA_TARGET_FLAGS,
9957         EXTRA_GCC_FLAGS, $(DO_X) targets only when the RANLIB is set.
9959 2001-02-28  Benjamin Kosnik  <bkoz@redhat.com>
9960             Alexandre Oliva  <aoliva@redhat.com>
9962         * Makefile.in (check-c++): Use tabs, not spaces.
9964 2001-02-20  Laurynas Biveinis  <lauras@softhome.net>
9966         * MAINTAINERS: add myself to Write After Approval list.
9968 2001-02-19  Benjamin Kosnik  <bkoz@redhat.com>
9970         * Makefile.in (check-c++): New rule.
9972         * configure.in (target_libs): Remove libg++.
9973         (noconfigdirs): Remove libg++.
9974         (noconfigdirs): Same.
9975         (noconfigdirs): Same.
9976         (noconfigdirs): Same.
9978         * config-ml.in: Remove libg++ references.
9980         * Makefile.in (TARGET_CONFIGDIRS): Remove libio, libstdc++, libg++.
9981         (ALL_TARGET_MODULES): Same.
9982         (configure-target-libg++): Remove.
9983         (all-target-libg++): Remove.
9984         (configure-target-libio): Remove.
9985         (all-target-libio): Remove.
9986         (check-target-libio): Remove.
9987         (.PHONY): Remove.
9988         (libg++.tar.bz2): Remove.
9989         (all-target-cygmon): Remove libio.
9990         (all-target-libstdc++): Remove.
9991         (configure-target-libstdc++): Remove.
9992         (TARGET_LIB_PATH): Remove libstdc++.
9993         (ALL_GCC_CXX): Remove libstdc++.
9994         (all-target-gperf): Correct.
9996 2001-02-16  Nick Clifton  <nickc@redhat.com>
9998         * configure.in (noconfigdirs): Allow configuration of texinfo
9999         for Cygwin hosts.
10001 2001-02-15  Anthony Green  <green@redhat.com>
10003         * configure: Introduce GCJ_FOR_TARGET.
10004         * configure.in: Ditto.
10005         * Makefile.in: Ditto.
10007 2001-02-13  Andreas Schwab  <schwab@suse.de>
10009         * MAINTAINERS: Update mail address.
10011 2001-02-09  Martin Schwidefsky  <schwidefsky@de.ibm.com>
10013         * config.guess: Add linux target for S/390.
10014         * config.sub: Likewise.
10016 2001-02-08  Chandrakala Chavva  <cchavva@redhat.com>
10018         * configure.in: for *-chorusos, don't config target-newlib and
10019         target-libgloss.
10021 2001-02-06  Ben Elliston  <bje@redhat.com>
10023         * configure: Output host type to stdout, not stderr.
10025 2001-02-05  Mark Mitchell  <mark@codesourcery.com>
10027         * ltcf-c.sh: Add support for -no-undefined under GNU/Linux.
10028         * ltcf-cxx.sh: Likewise.
10030         * config.if: Assume enable_libstdcxx_v3 is defined.
10032 2001-02-04  Mark Mitchell  <mark@codesourcery.com>
10034         Remove V2 C++ library.
10035         * configure.in: Remove --enable-libstdcxx_v3 support.
10037 2001-01-31  Bryce McKinlay  <bryce@albatross.co.nz>
10039         * include/demangle.h: Add prototype for java_demangle_v3.
10041 2001-01-29  Phil Edwards  <pme@sources.redhat.com>
10043         * COPYING.LIB:  Update to LGPL 2.1 from the FSF.
10045 2001-01-27  Richard Henderson  <rth@redhat.com>
10047         * configure.in (target_makefile_frag) [alpha*-*]: Use mt-alphaieee.
10049 2001-01-27  Michael Sokolov  <msokolov@ivan.Harhan.ORG>
10051         * ltcf-cxx.sh (ac_cv_prog_cc_pic_works, ac_cv_prog_cc_static_works):
10052         Don't unset, it's non-portable and no longer necessary, set to empty
10053         instead.
10055 2001-01-27  Michael Sokolov  <msokolov@ivan.Harhan.ORG>,  Alexandre Oliva  <oliva@lsd.ic.unicamp.br>
10057         * ltconfig: Shell portability fix for the tagname validity check.
10059 2001-01-27  Alexandre Oliva  <aoliva@redhat.com>
10061         * ltcf-c.sh (ld_shlibs) [aix5*]: Disable on unknown CPU types.
10062         * ltcf-cxx.sh, ltcf-gcj.sh: Likewise.
10064 2001-01-26  Michael Sokolov  <msokolov@ivan.Harhan.ORG>
10066         * ltcf-cxx.sh: Use parentheses around eval $ac_compile.
10068 2001-01-26  Tom Tromey  <tromey@redhat.com>
10070         * configure.in: Allow libgcj to be built on Sparc Solaris.
10072 2001-01-25  David Edelsohn  <edelsohn@gnu.org>
10074         * ltcf-c.sh: Add aix5 case.
10075         * ltcf-cxx.sh: Likewise.
10076         * ltconfig: Likewise.
10078 2001-01-24  Alexandre Oliva  <aoliva@redhat.com>
10080         * ltmain.sh (TAG disable-shared, TAG disable-static): Make sure we
10081         keep at least one of build_libtool_libs or build_old_libs set to
10082         yes.
10084         * ltcf-gcj.sh (lt_simple_link_test_code): Remove stray `(0)'.
10085         * libtool.m4 (_AC_LIBTOOL_GCJ): Pass $CPPFLAGS on.
10087 2001-01-23  Bryce McKinlay  <bryce@albatross.co.nz>
10089         * configure.in: Enable libgcj on several additional platforms.
10091 2001-01-22  Bryce McKinlay  <bryce@albatross.co.nz>
10093         * configure.in: Enable libgcj for linux targets.
10095 2001-01-20  Michael Sokolov  <msokolov@ivan.Harhan.ORG>
10097         * MAINTAINERS (Write After Approval): Add myself.
10099 2001-01-15  John David Anglin  <dave@hiauly1.hia.nrc.ca>
10101         * MAINTAINERS: Add myself as vax port maintainer.
10103 2001-01-11  Fergus Henderson  <fjh@cs.mu.oz.au>
10105         * MAINTAINERS: Add myself as Mercury front-end maintainer.
10107 2001-01-09  Mike Stump  <mrs@wrs.com>
10109         * Makefile.in (CONFIGURE_TARGET_MODULES): Pass back configuration
10110         failures of subdirectories.
10112 2001-01-02  Laurynas Biveinis  <lauras@softhome.net>
10114         * ltcf-c.sh: Clear ac_cv_prog_cc_pic for DJGPP.  Do not add
10115         '-DPIC' to ac_cv_prog_cc_pic for DJGPP.
10116         * ltcf-cxx.sh: Likewise.
10117         * ltcf-gcj.sh: Likewise.
10118         * ltconfig.sh: Fix typo.
10120 2001-01-02  Laurynas Biveinis  <lauras@softhome.net>
10122         * configure: handle DOS-style absolute paths.
10124 2001-01-02  Laurynas Biveinis  <lauras@softhome.net>
10126         * configure.in: remove supported directories from $noconfigdirs for DJGPP.
10128 2000-12-30  Marek Michalkiewicz  <marekm@linux.org.pl>
10130         * MAINTAINERS: Add myself as avr port co-maintainer.
10132 2000-12-28  Ben Elliston  <bje@redhat.com>
10134         * MAINTAINERS: Add myself under ``Write After Approval''.
10136 2000-12-19  Joseph S. Myers  <jsm28@cam.ac.uk>
10138         * texinfo: Remove directory from GCC.
10140 2000-12-18  Joseph S. Myers  <jsm28@cam.ac.uk>
10142         * COPYING: Update to current
10143         ftp://ftp.gnu.org/pub/gnu/Licenses/COPYING-2.0 (fixes references
10144         to 19yy as example year in copyright notice).
10146 2000-12-18  Benjamin Kosnik  <bkoz@redhat.com>
10148         * Makefile.in (BASE_FLAGS_TO_PASS): Alphabetize.
10149         (libstdcxx_incdir): Pass down.
10150         * config.if: Remove expired bits for cxx_interface, add stub.
10151         (libstdcxx_incdir): Add variable for g++ include directory.
10152         * configure.in (gxx_include_dir): Use it.
10154 2000-12-18  Alexandre Oliva  <aoliva@redhat.com>
10156         * MAINTAINERS: Added self as sh port co-maintainer.  Removed entry
10157         with old-email address from ``Write After Approval''.
10159 2000-12-15  Andreas Jaeger  <aj@suse.de>
10161         * configure.in: Handle lang_dirs.
10163 2000-12-14  Tom Tromey  <tromey@redhat.com>
10165         * MAINTAINERS: Removed brads.
10167         * MAINTAINERS: Added gcj developers.
10169 2000-12-13  Anthony Green  <green@redhat.com>
10171         * configure.in: Disable libgcj for any target not specifically
10172         listed.  Disable libgcj for x86 and Alpha Linux until compatible
10173         with g++ abi.
10175 2000-12-13  Mike Stump  <mrs@wrs.com>
10177         * Makefile.in (local-distclean): Also remove fastjar.
10179 2000-12-12  Rodney Brown  <RodneyBrown@mynd.com>
10181         * contrib/gcc_update: Add fastjar --touch entries.
10183 2000-12-12  Alexandre Oliva  <aoliva@redhat.com>
10185         * configure.in: Disable language-specific target libraries for
10186         languages that aren't enabled.
10188 2000-12-10  Anthony Green  <green@redhat.com>
10190         * configure.in: Define libgcj.  Disable libgcj target libraries for
10191         most targets.
10193 2000-12-10  Neil Booth  <neilb@earthling.net>
10195         * MAINTAINERS: Update mail address, remove from WAA list.
10197 2000-12-09  Alexandre Petit-Bianco  <apbianco@cygnus.com>
10199         * libjava: Imported from /cvs/java.
10200         * libffi: Likewise.
10201         * Boehm-gc: Likewise.
10203 2000-12-09  Alexandre Petit-Bianco  <apbianco@cygnus.com>
10205         * configure.in (target_libs): Revert 2000-12-08 patch.
10206         (noconfigdirs): Added target-libjava.
10208 2000-12-09  Laurynas Biveinis  <lauras@softhome.net>
10210         * djunpack.bat: removed.
10212 2000-12-09  Laurynas Biveinis  <lauras@softhome.net>
10214         * Makefile.in: handle DOS-style absolute paths.
10215         * config-ml.in: likewise.
10216         * symlink-tree: likewise.
10218 2000-12-08  Alexandre Petit-Bianco  <apbianco@cygnus.com>
10220         * fastjar: Imported.
10222 2000-12-08  Alexandre Petit-Bianco  <apbianco@cygnus.com>
10224         * Makefile.in (TARGET_CONFIGDIRS): Wrong place. Removed note about
10225         libjava.
10226         * configure.in (target_libs): Removed `target-libjava'.
10228 2000-12-08  Alexandre Petit-Bianco  <apbianco@cygnus.com>
10230         * Makefile.in (TARGET_CONFIGDIRS): Added note about libjava.
10231         (ALL_MODULES): Added fastjar.
10232         (NATIVE_CHECK_MODULES, INSTALL_MODULES, CLEAN_MODULES): Likewise.
10233         (all-target-libjava): all-fastjar replaces all-zip.
10234         (all-fastjar): Added.
10235         (configure-target-fastjar, all-target-fastjar): Likewise.
10236         * configure.in (host_tools): Added fastjar.
10238 2000-12-07  Mike Stump  <mrs@wrs.com>
10240         * Makefile.in (local-distclean): Remove leftover built files.
10242 2000-11-24  Nick Clifton  <nickc@redhat.com>
10244         * configure.in (xscale-elf): Add target.
10245         (xscale-coff): Add target.
10247 2000-11-22  Loren J. Rittle  <ljrittle@acm.org>
10249         * ltcf-cxx.sh: Support creation of C++ shared libraries on
10250         recent versions of FreeBSD (release 3 or later).
10251         * ltconfig: On FreeBSD, -lc must not be provided when building
10252         a shared library or else the standard -pthread gcc option is
10253         rendered worthless to later users of the built library.
10255 2000-11-16  Fred Fish  <fnf@be.com>
10257         * configure.in (enable_libstdcxx_v3): Fix typo,
10258         libstd++ -> libstdc++.
10260 2000-11-21  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
10262         * MAINTAINERS: Add self to Write After Approval list.
10264 2000-11-21  Bernd Schmidt  <bernds@redhat.com>
10266         * MAINTAINERS: Update my email address.  Add myself to global write
10267         privs list.
10269 2000-11-18  Alexandre Oliva  <aoliva@redhat.com>
10271         * Makefile.in: Merge with src and libgcj.
10272         (ALL_GCC_C, ALL_GCC_CXX): New macros.  Use them as dependencies of
10273         configure-target-<library> when their configure scripts need the C
10274         or C++ library to have already been built to work properly.
10275         (do_proto_toplev): Set them to an empty string.
10277         * Makefile.in (HOST_LIB_PATH, TARGET_LIB_PATH): New macros.
10278         (REALLY_SET_LIB_PATH): Use them.
10280 2000-11-17  Stan Shebs  <shebs@apple.com>
10282         * MAINTAINERS: Add self to Write After Approval list.
10284 2000-11-13  Joseph S. Myers  <jsm28@cam.ac.uk>
10286         * configure: Provide the original toplevel configure arguments
10287         (including $0) to subprocesses in the environment rather than
10288         through gcc/configargs.h.
10290 2000-11-13  Joseph S. Myers  <jsm28@cam.ac.uk>
10292         * MAINTAINERS: Remove references to cccp. Change C9X reference to
10293         C99.  Alphabetise "Write After Approval" list.
10295 2000-11-12  Mark Mitchell  <mark@codesourcery.com>
10297         * configure: Turn on libstdc++ V3 by default.
10299         * ltcf-c.sh: On Solaris, use `gcc -shared' to build a shared library
10300         if we've got GCC.
10302 2000-11-11  Philip Blundell  <philb@gnu.org>
10304         * MAINTAINERS: Add self to Write After Approval list.
10306 2000-11-09  David Edelsohn  <edelsohn@gnu.org>
10308         * ltcf-c.sh (aix4): Improve shared library configuration; require
10309         exporting symbols.
10310         * ltcf-cxx.sh (aix4): Define.
10311         * ltconfig (aix4): Define library and soname specs appropriate for
10312         AIX.  Define command to create export symbols list.
10314 Mon Nov  6 14:19:35 2000  Christopher Faylor  <cgf@cygnus.com>
10316         * config.sub: Add support for Sun Chorus
10318 2000-10-31  Nick Clifton  <nickc@redhat.com>
10320         * MAINTAINERS: Rename <name>@cygnus.com addresses to
10321         <name>@redhat.com.  Also installed new email address for Clint
10322         Popetz.
10324 2000-10-30  Joseph S. Myers  <jsm28@cam.ac.uk>
10326         * etc: Remove directory from GCC.
10328 2000-10-16  Michael Meissner  <meissner@redhat.com>
10330         * configure (gcc/configargs.h): Only create if there is a build GCC
10331         directory created.
10333 2000-10-16  Matthias Klose  <doko@debian.org>
10335         * config.if: Search libstdc++-v3/configure.in for INTERFACE,
10336         when configured for libstdc++-v3.
10338 2000-10-05  Phil Edwards  <pme@gcc.gnu.org>
10340         * configure: Save configure arguments to gcc/configargs.h.
10342 2000-10-04  Philipp Thomas  <pthomas@suse.de>
10344         * config.guess: Import CVS version 1.157.
10345         * config.sub: Import CVS version 1.181.
10347 2000-10-04  Andris Pavenis  <pavenis@latnet.lv>
10349         * Makefile.in (bootstrap): avoid recursion if subdir missing
10350         (cross): ditto
10351         (do-proto-toplev): ditto
10353 2000-09-30  Alexandre Oliva  <aoliva@redhat.com>
10355         * Makefile.in (DEVO_SUPPORT): Added gettext.m4, libtool.m4,
10356         ltcf-c.sh, ltcf-cxx.sh and ltcf-gcj.sh.
10358         * ltconfig, ltmain.sh, libtool.m4, ltcf-cxx.sh: Updated from libtool
10359         multi-language branch, to work around Solaris' /bin/sh bug.  Rebuilt
10360         all affected `configure' scripts.
10362 Mon 25-Sep-2000 19:46:09 BST  Neil Booth  <neilb@earthling.net>
10364         * MAINTAINERS: Add self as cpplib co-maintainer.
10366 2000-09-24  Aldy Hernandez  <aldyh@redhat.com>
10368         * MAINTAINERS: Add self to Write After Approval list.
10370 2000-09-18  Gerald Pfeifer  <pfeifer@dbai.tuwien.ac.at>
10372         * INSTALL/README: egcs -> GCC update.
10374 Sun Sep 17 16:55:59 CEST 2000  Marc Espie  <espie@cvs.openbsd.org>
10376         * MAINTAINERS: Add myself to Write After Approval list.
10378 2000-09-15  Kazu Hirata  <kazu@hxi.com>
10380         * MAINTAINERS: Add myself to Write After Approval list.
10382 Wed Sep 13 11:11:29 2000  Jeffrey A Law  (law@cygnus.com)
10384         * configure.in: Do not build byacc for hppa64.  Provide paths to the
10385         X11 libraries for hppa64.
10387 2000-09-08  Stephane Carrez  <Stephane.Carrez@worldnet.fr>
10389         * MAINTAINERS: Add myself as 68hc11 port maintainer.
10391 2000-09-06  Alexandre Oliva  <aoliva@redhat.com>
10393         * Makefile.in (all-zlib): Added dummy target.
10395         * ltconfig, ltmain.sh, libtool.m4, ltcf-c.sh, ltcf-cxx.sh,
10396         ltcf-gcj.sh: Updated from libtool multi-language branch.
10398 2000-09-05  Alexandre Oliva  <aoliva@redhat.com>
10400         * Makefile.in (all-bootstrap): Added all-texinfo and all-zlib.
10401         (bootstrap*): Depend on all-bootstrap.
10403 2000-09-05  Philipp Thomas  <pthomas@suse.de>
10405         * config.guess: Import CVS version 1.156.
10406         * config.sub: Import CVS version 1.179.
10408 2000-09-02  Anthony Green  <green@cygnus.com>
10410         * Makefile.in (all-gcc): Depend on all-zlib.
10411         (CLEAN_MODULES): Add clean-zlib.
10412         (ALL_MODULES): Add all-zlib.
10413         * configure.in (host_libs): Add zlib.
10415 2000-09-02  Alexandre Oliva  <aoliva@redhat.com>, DJ Delorie  <dj@redhat.com>
10417         * configure.in (FLAGS_FOR_TARGET): Use -nostdinc even for Canadian
10418         crosses, but add gcc/include to the header search path for them.
10420 2000-08-04  David E. O'Brien  <obrien@FreeBSD.org>
10422         * MAINTAINERS: Add self to Write After Approval list.
10424 2000-08-27  Franz Sirl  <Franz.Sirl-kernel@lauterbach.com>
10426         * config.guess: Import CVS version 1.152.
10427         * config.sub: Import CVS version 1.177.
10429 2000-08-25  Alexandre Oliva  <aoliva@redhat.com>
10431         * configure.in (FLAGS_FOR_TARGET): Use $target_configdirs and
10432         $targargs to tell whether newlib is going to be built.
10434         * configure.in [disable-libstdcxx-v3] (libstdcxx_flags): Search
10435         $$r/TARGET_SUBDIR/libio for _G_config.h.
10437 2000-08-23  Alexandre Oliva  <aoliva@redhat.com>
10439         * MAINTAINERS: Add self as a build machinery (*.in) maintainer.
10441 2000-08-22  DJ Delorie  <dj@redhat.com>
10443         * MAINTAINERS: Add self as a build machinery (*.in) maintainer
10445 2000-08-22  Alexandre Oliva  <aoliva@redhat.com>
10447         * config-ml.in (CC, CXX): Avoid trailing whitespace.
10448         (LD_LIBRARY_PATH, SHLIB_PATH): Adjust for multilibs and export to
10449         sub-configures.
10451 2000-08-21  DJ Delorie  <dj@redhat.com>
10453         * MAINTAINERS: Add self as a libiberty maintainer
10455 2000-08-16  Alexandre Oliva  <aoliva@redhat.com>
10457         * configure.in (libstdcxx_flags): Use
10458         libstdc++-v3/src/libstdc++.INC.
10460 2000-08-15  Alexandre Oliva  <aoliva@redhat.com>
10462         * configure.in (libstdcxx_flags): Use libstdc++-v3/src/INCLUDES.
10464 2000-08-14  Zack Weinberg  <zack@wolery.cumb.org>
10466         * configure.in (libstdcxx_flags): Remove -isystem $$s/libio/stdio.
10468         * configure: Make enable_threads and enable_shared defaults
10469         explicit.  Substitute enable_threads into generated Makefiles.
10470         * configure.in: Accept *-*-linux* not just *-*-linux-gnu*.
10471         * libtool.m4: Accept *-*-linux* not just *-*-linux-gnu*.
10473 2000-08-13  Geoff Keating  <geoffk@cygnus.com>
10475         * Makefile.in (GCC_FOR_TARGET): Also add -B$$r/gcc/ here.
10477 2000-08-12  Alexandre Oliva  <aoliva@redhat.com>
10479         * config-ml.in (CC): Remove bogus duplicate quotation mark from
10480         previous delta.
10482 2000-08-11  Jason Merrill  <jason@redhat.com>
10484         * configure.in (CC_FOR_TARGET, CHILL_FOR_TARGET,
10485         CXX_FOR_TARGET): Add -B$$r/gcc/ here.
10486         (FLAGS_FOR_TARGET): Not here.
10487         (CHILL_FOR_TARGET, CXX_FOR_TARGET): Don't check the list of languages.
10489 2000-08-11  Alexandre Oliva  <aoliva@redhat.com>
10491         * config-ml.in (CC, CXX): Don't introduce a leading space.
10493 2000-08-07  DJ Delorie  <dj@delorie.com>
10495         * MAINTAINERS: Add self as a DJGPP maintainer
10497 2000-08-07  DJ Delorie  <dj@redhat.com>
10499         * configure.in (FLAGS_FOR_TARGET): invert test for xgcc, should mean
10500         "if we're also building gcc, and it's a gcc that will run on the
10501         build machine, we want to use its includes instead of the system's
10502         default includes".
10504 2000-08-04  Joseph S. Myers  <jsm28@cam.ac.uk>
10506         * MAINTAINERS: Add self to Write After Approval list.
10508 2000-08-03  Alexandre Oliva  <aoliva@redhat.com>
10510         * configure.in (libstdcxx_flags): Don't use `"'.
10512         * config-ml.in: Adjust multilib search paths to the
10513         appropriate multilib tree.
10515 2000-08-02  Alexandre Oliva  <aoliva@redhat.com>
10517         * configure.in (CHILL_FOR_TARGET, CXX_FOR_TARGET): Convert blanks to
10518         commas in $LANGUAGES.
10520 2000-08-02  Manfred Hollstein  <manfredh@redhat.com>
10522         * configure.in: Re-enable all references to libg++ and librx.
10524 2000-08-01  Alexandre Oliva  <aoliva@redhat.com>
10526         * ltconfig, ltmain.sh: Update from libtool multi-language branch.
10527         * ltcf-c.sh (need_lc): Fix test message.  Set wl for archive_cmds.
10528         (ac_cv_prog_cc_pic): Don't print `cached' without `checking'.
10529         * ltcf-cxx.sh (need_lc): Set based on postdeps.
10531         * configure.in (qCXX_FOR_TARGET): Use echo instead of expr.
10533 2000-07-31  Alexandre Oliva  <aoliva@redhat.com>
10535         * configure.in (qCXX_FOR_TARGET): Quote `&' characters in
10536         CXX_FOR_TARGET for sed.
10538 2000-07-30  Alexandre Oliva  <aoliva@redhat.com>
10540         * configure.in (CC_FOR_TARGET, CHILL_FOR_TARGET, CXX_FOR_TARGET):
10541         Do not override if already set in the environment or in configure.
10542         Don't duplicate $(FLAGS_FOR_TARGET) if it already appears in them.
10543         (FLAGS_FOR_TARGET): Don't use host directories on Canadian crosses.
10545 2000-07-28  Alexandre Oliva  <aoliva@redhat.com>
10547         * libtool.m4, ltcf-c.sh, ltcf-cxx.sh, ltcf-gcj.sh: New files from
10548         the libtool CVS tree multi-language branch.
10549         * ltconfig, ltmain.sh: Updated.
10551 2000-07-27  Alexandre Oliva  <aoliva@redhat.com>
10553         * Makefile.in (clean-target-libgcc): Remove gcc/libgcc.
10554         (clean-target): Depend on it.
10556         * Makefile.in (FLAGS_FOR_TARGET): New macro.
10557         (GCC_FOR_TARGET): Use it.
10558         (CC_FOR_TARGET, CXX_FOR_TARGET, CHILL_FOR_TARGET): Now defined...
10559         * configure.in: ... here.
10560         (FLAGS_FOR_TARGET): Define.  Add ld build dir to -L path.
10561         (libstdcxx_flags): Define and append to CXX_FOR_TARGET.
10563 2000-07-24  Eric Christopher  <echristo@cygnus.com>
10565         * MAINTAINERS: Add self to Write After Approval list.
10567 2000-07-24  Alexandre Oliva  <aoliva@redhat.com>
10569         * Makefile.in (configure-target-libf2c): Depend on $(ALL_GCC).
10570         (configure-target-libchill, configure-target-libobjc): Likewise.
10572         * configure.in: Use the same cache file for all target libs.
10573         * config-ml.in: But different cache files per multilib variant.
10575 2000-07-23  Michael Sokolov  <msokolov@ivan.Harhan.ORG>
10577         * configure (topsrcdir): Don't use dirname.
10579 2000-07-22  Jeffrey Oldham  <oldham@codesourcery.com>
10581         * MAINTAINERS: Add self to Write After Approval list.
10583 2000-07-20  Jason Merrill  <jason@redhat.com>
10585         * configure.in: Remove all references to libg++ and librx.
10587         * configure, configure.in, Makefile.in: Unify gcc and binutils.
10589 2000-07-20  Hans-Peter Nilsson  <hp@axis.com>
10591         * config.sub: Update to subversions version 2000-07-06.
10593 2000-07-12  Andrew Haley  <aph@cygnus.com>
10595         * configure.in (host_makefile_frag): Use mh-ia64pic on IA-64 hosts.
10596         (target_makefile_frag): Use mt-ia64pic on IA-64 targets.
10598 2000-07-07  Phil Edwards  <pme@sourceware.cygnus.com>
10600         * symlink-tree:  Check number of arguments.
10602 2000-07-05  Jim Wilson  <wilson@cygnus.com>
10604         * Makefile.in (CXX_FOR_TARGET): Add libstdc++ to the library
10605         search path for a g++ extracted from the build tree.  This
10606         will allow link tests run by configure scripts in
10607         subdirectories to succeed.
10609 2000-07-01  Koundinya K  <kk@ddeorg.soft.net>
10611         * ltconfig: Add support for mips-dde-sysv4.2MP
10613 2000-06-29  Michael Hayes  <m.hayes@elec.canterbury.ac.nz>
10615         * MAINTAINERS: Add myself as loop discovery maintainer.
10617 2000-06-28  Corinna Vinschen  <vinschen@cygnus.com>
10619         * ltconfig: Check for host_os beeing one of `cygwin', `mingw' or
10620         `os2'. Force ac_cv_exeext to be ".exe" in that case.
10622 2000-06-19  Timothy Wall  <twall@cygnus.com>
10624         * configure.in (noconfigdirs): Set noconfigdirs for tic54x target.
10625         * config.sub: Add tic54x target.
10627 Sun Jun 11 17:20:00 MET 2000  Toon Moene  <toon@moene.indiv.nluug.nl>
10629         * MAINTAINERS: Add self as Fortran maintainer,
10630         remove Craig Burley.
10632 Tue May 30 19:01:12 2000  Andrew Cagney  <cagney@b1.cygnus.com>
10634         * config.sub: Import CVS version 1.167 Tue May 30 09:00:07 2000.
10635         * config.guess: Import CVS version 1.148 Tue May 30 09:00:06 2000
10637 Mon May 29 21:15:00 MET 2000  Philipp Thomas  <pthomas@suse.de>
10639         * MAINTAINERS: Add self as i18n maintainer
10641 20000-05-21  H.J. Lu  (hjl@gnu.org)
10643         * Makefile.in (CC_FOR_TARGET): Make sure as/ld in the gcc
10644         directory are used if they exist. Make sure
10645         $(build_tooldir)/include is searched for header files,
10646         $(build_tooldir)/lib/ for library files.
10647         (GCC_FOR_TARGET): Likewise.
10648         (CXX_FOR_TARGET): Likewise.
10650 Thu May 18 10:58:13 2000  Jeffrey A Law  (law@cygnus.com)
10652         * configure.in (hppa*64*-*-*): Do build ld for this configuration.
10654 Wed May 17 16:03:48 2000  Alexandre Oliva  <aoliva@cygnus.com>
10656         * Makefile.in (configure-target-libiberty): Depend on
10657         configure-target-newlib.
10659 2000-05-16  Alexandre Oliva  <aoliva@cygnus.com>
10661         * configure.in, Makefile.in: Merge all libffi-related
10662         configury stuff from the libgcj tree.
10664 Tue May 16 10:06:21 2000  Andrew Cagney  <cagney@b1.cygnus.com>
10666         Thu Apr 27 11:01:48 2000 Andrew Cagney <cagney@b1.cygnus.com>:
10667         * Makefile.in (do-tar-bz2, do-md5sum): Skip CVS directories.
10669 Tue May 16 09:57:35 2000  Andrew Cagney  <cagney@b1.cygnus.com>
10671         Wed Apr 26 17:03:53 2000 Andrew Cagney <cagney@b1.cygnus.com>:
10672         * Makefile.in (do-djunpack): New target. Update djunpack.bat with
10673         current version information.  Add to proto-toplev directory.
10674         (gdb-taz): Build do-djunpack.
10676 2000-05-15  David Edelsohn  <edelsohn@gnu.org>
10678         * configure.in: Special case powerpc*-*-aix* target_makefile_frag.
10680 Mon May 15 13:39:09 2000  Andrew Cagney  <cagney@b1.cygnus.com>
10682         * MAINTAINERS: Add self to Write After Approval list.
10684 2000-05-13 Alexandre Oliva  <oliva@lsd.ic.unicamp.br>
10686         * ltmain.sh: Preserve in relink_command any environment
10687         variables that may affect the linker behavior.
10689 Fri May 12 11:23:17 2000  Jeffrey A Law  (law@cygnus.com)
10691         * config.sub (basic_machine): Recognize hppa64 as a valid cpu type.
10693 Wed May 10 21:26:51 2000  Jim Wilson  <wilson@cygnus.com>
10695         * configure.in (ia64*-*-elf*): Add gdb and friends to noconfigdirs.
10697 2000-05-08  Eli Zaretskii  <eliz@is.elta.co.il>
10699         * djunpack.bat: Change the Sed script to replace @V@ in fnchange.lst
10700         with the version name.
10702 Sat May  6 21:12:55 CDT 2000  Jason Eckhardt  <jle@cygnus.com>
10704         * MAINTAINERS: Add self as bb-reorder maintainer.
10706 2000-05-01  Benjamin Kosnik  <bkoz@cygnus.com>
10708         * config.if: Tweak.
10710 2000-04-23  Eli Zaretskii  <eliz@is.elta.co.il>
10712         * djunpack.bat: New file.
10714 Wed Apr 19 12:46:26 2000  Andrew Cagney  <cagney@b1.cygnus.com>
10716         * Makefile.in (taz, gdb-taz, gas.tar.bz2, binutils.tar.bz2,
10717         gas+binutils.tar.bz2, libg++.tar.bz2, gnats.tar.bz2, gdb.tar.bz2,
10718         dejagnu.tar.bz2, gdb+dejagnu.tar.bz2, insight.tar.bz2,
10719         insight+dejagnu.tar.bz2, newlib.tar.bz2): Pass MD5PROG to sub-make.
10721 2000-04-16  Dave Pitts  <dpitts@cozx.com>
10723         * config.sub (case $basic_machine): Change default for "ibm-*"
10724         to "openedition".
10726 2000-04-13  Andreas Jaeger  <aj@suse.de>
10728         * MAINTAINERS: Added myself.
10730 Wed Apr 12 16:42:48 2000  Andrew Cagney  <cagney@b1.cygnus.com>
10732         * Makefile.in (gdb-taz): New target.  GDB specific archive.
10733         (do-md5sum): New target.
10734         (MD5PROG): Define.
10735         (PACKAGE): Default to TOOL.
10736         (VER): Default to a shell script.
10737         (taz): Rewrite target.  Move real work to do-proto-toplev.  Include
10738         md5 checksum generation.
10739         (do-proto-toplev): New target. Create $(PACKAGE)-$(VER) link.
10740         (do-tar-bz2): Delete creation of $(PACKAGE)-$(VER) link.
10741         (gdb.tar.bz2, dejagnu.tar.bz2, gdb+dejagnu.tar.bz2,
10742         insight.tar.bz2): Use gdb-taz to create archive.
10744 Fri Apr  7 18:10:29 2000  Andrew Cagney  <cagney@b1.cygnus.com>
10746         * configure (warn_cflags): Delete.
10748 Thu Apr  6 16:15:14 2000  Philippe De Muyter  <phdm@macqel.be>
10750         * MAINTAINERS: Added myself.
10752 2000-04-05  Benjamin Kosnik  <bkoz@cygnus.com>
10753             Martin v. Löwis  <martin@loewis.home.cs.tu-berlin.de>
10755         * configure.in (enable_libstdcxx_v3): Add.
10756         (target_libs): Add bits here to switch between libstdc++-v2 and
10757         libstdc++-v3.
10758         * config.if: And this file too.
10759         * Makefile.in: Add libstdc++-v3 targets.
10761 2000-04-05  Michael Meissner  <meissner@redhat.com>
10763         * config.sub (d30v): Add d30v as a basic machine type.
10765 2000-03-29  Jason Merrill  <jason@casey.cygnus.com>
10767         * configure.in: -linux-gnu*, not -linux-gnu.
10769 Sun Mar 12 17:30:30 2000  Toon Moene  <toon@moene.indiv.nluug.nl>
10771         * MAINTAINERS: Add self in write-after-approval section.
10773 Sun Mar 12 00:23:32 2000  Jim Wilson  <wilson@cygnus.com>
10775         * MAINTAINERS: Add self as ia64 port maintainer.
10777 2000-03-08  Neil Booth  <NeilB@earthling.net>
10779         * MAINTAINERS: Add self in write-after-approval section.
10781 Fri Mar  3 18:44:08 2000  Andrew Cagney  <cagney@b1.cygnus.com>
10783         * Makefile.in (taz): Set PACKAGE to TOOL when not defined.
10784         (do-tar-bz2): Replace TOOL with PACKAGE.
10785         (gdb.tar.bz2): Remove GDBTK from GDB package.
10786         (gdb+dejagnu.tar.bz2, insight.tar.bz2, insight+dejagnu.tar.bz2,
10787         dejagnu.tar.bz2): New packages.
10789 2000-02-27  Andreas Jaeger  <aj@suse.de>
10791         * configure.in: Add entry for mips*-*-linux*, move catch all
10792         *-*-*linux* entry below this one.
10794 2000-02-27  Ian Lance Taylor  <ian@zembu.com>
10796         * ltconfig, ltmain.sh: Update to libtool 1.3.4.
10798 2000-02-24  Nick Clifton  <nickc@cygnus.com>
10800         * config.sub: Support an OS of "wince".
10802 Thu Feb 24 16:15:56 2000  Andrew Cagney  <cagney@b1.cygnus.com>
10804         * config.guess, config.sub: Updated to match config's 2000-02-15
10805         version.
10807 2000-02-23  Linas Vepstas  <linas@linas.org>
10809         * config.sub: Add support for Linux/IBM 370.
10810         * configure.in: Likewise.
10812 2000-02-22  Nick Clifton  <nickc@cygnus.com>
10814         * configure.in: Add mips-pe, sh-pe and arm-wince-pe targets.
10816 2000-02-20  Christopher Faylor  <cgf@cygnus.com>
10818         * config.guess: Guess "cygwin" rather than "cygwin32".
10820 2000-02-16  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
10822         * configure (gcc_version): When setting, narrow search to
10823         lines containing `version_string'.
10825 2000-02-15  Denis Chertykov  <denisc@overta.ru>
10827         * config.sub: Add support for avr target.
10829 2000-02-14  Nick Clifton  <nickc@cygnus.com>
10831         * MAINTAINERS: Add maintainers for MCore port.
10833 Tue Feb  1 00:07:46 2000  Hans-Peter Nilsson  <hp@bitrange.com>
10835         * config.sub: Add mmix-knuth-mmixware.
10837 2000-01-31  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
10839         * MAINTAINERS: Pair cccp with cpplib maintainership.
10841 2000-01-27  Christopher Faylor  <cgf@redhat.com>
10843         * Makefile.in (CC_FOR_TARGET): Add new winsup directory
10844         structure stuff to -L library search.
10845         (CXX_FOR_TARGET): Ditto.
10846         (CROSS_CHECK_MODULES): Fix spelling mistake.
10848 2000-01-24  Mark Mitchell  <mark@codesourcery.com>
10850         * Makefile.in (CXX_FOR_TARGET): Use g++, not xgcc, to invoke
10851         the C++ compiler.
10853 2000-01-12  Richard Henderson  <rth@cygnus.com>
10855         * configure.in: Don't build some bits for beos.
10857 2000-01-12  Joel Sherrill (joel@OARcorp.com)
10859         * Makefile.in (CC_FOR_TARGET): Use newlib libraries as well
10860         as include files.
10862 2000-01-11  Zack Weinberg  <zack@wolery.cumb.org>
10864         * Add self as cpplib maintainer, as requested by Jason
10865         Merrill.  Correct my e-mail address.
10867 2000-01-06  Geoff Keating  <geoffk@cygnus.com>
10869         * configure.in: Use mt-aix43 to handle *_TARGET defs,
10870         not mh-aix43.
10872 Thu Dec 23 03:43:36 1999  Hans-Peter Nilsson  <hp@bitrange.com>
10874         * MAINTAINERS: Add myself to "write after approval" list.
10876 1999-12-14  Richard Henderson  <rth@cygnus.com>
10878         * config.guess (alpha-osf, alpha-linux): Detect ev67.
10879         * config.sub: Accept alphaev[78], alphaev8.
10881 1999-12-03  Alexandre Oliva  <oliva@lsd.ic.unicamp.br>
10883         * config.guess, config.sub: Update from autoconf.
10885 1999-11-29  Bruce Korb  <autogen@linuxbox.com>
10887         * MAINTAINERS:  update my playtime e-address.
10889 Tue Nov 23 00:57:41 1999  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
10891         * config-ml.in (sparc*-*-*): Disable sparcv9 support if the
10892         necessary libraries are missing.
10894 Fri Nov 19 11:22:31 MST 1999  Diego Novillo  <dnovillo@cygnus.com>
10896         * MAINTAINERS: Add new 'write after approval' maintainer.
10898 Wed Nov 17 16:08:43 1999  Alexandre Petit-Bianco  <apbianco@cygnus.com>
10900         * MAINTAINERS: Add new Java maintainer.
10902 1999-10-25  Andreas Schwab  <schwab@suse.de>
10904         * configure: Fix quoting inside arguments of eval.
10906 1999-10-21  Nick Clifton  <nickc@cygnus.com>
10908         * config-ml.in: Allow suppression of some ARM multilibs.
10910 Tue Sep  7 23:33:57 1999  Linas Vepstas  <linas@linas.org>
10912         * config.guess: Add OS/390 match pattern.
10913         * config.sub: Add mvs, openedition targets.
10914         * configure.in (i370-ibm-opened*): New.
10916 1999-09-04  Steve Chamberlain  <sac@pobox.com>
10918         * config.sub: Add support for configuring for pj.
10920 1999-08-31  Nick Clifton  <nickc@cygnus.com>
10922         * config.sub (maybe_os): Add support for configuring for fr30.
10924 1999-08-25  Nick Clifton  <nickc@cygnus.com>
10926         * configure.in: Do not configure or build ld for AIX
10927         platforms.  ld is known to be broken on these platforms.
10929 Wed Aug 25 01:12:25 1999  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
10931         * config-ml.in: Pass compiler flag corresponding to multidirs to
10932         subdir configures.
10934 1999-08-09  Ian Lance Taylor  <ian@zembu.com>
10936         * Makefile.in (LDFLAGS): Define.
10938 1999-08-08  Mumit Khan  <khan@xraylith.wisc.edu>
10940         * configure.in (i[3456]-*-mingw32*): Don't put gprof in
10941         noconfigdirs.
10942         (*-*-cygwin*): Likewise.
10944 1999-08-08  Ian Lance Taylor  <ian@zembu.com>
10946         * mkdep: New file.
10947         * Makefile.in (GAS_SUPPORT_DIRS): Add mkdep.
10948         (BINUTILS_SUPPORT_DIRS): Add mkdep.
10950         From Eli Zaretskii <eliz@is.elta.co.il>:
10951         * configure (tmpfile): Change cONf$$ to cNf$$ to avoid an overly
10952         long file name when using DJGPP on MS-DOS.
10954 Wed Aug  4 02:07:14 1999  Jeffrey A Law  (law@cygnus.com)
10956         * config.sub (vxworks case): Use os=-vxworks, not os=vxworks.
10958 1999-07-30  Alan Modra  <alan@spri.levels.unisa.edu.au>
10960         * Makefile.in (check-target-libio): Remove all-target-libstdc++
10961         dependency as this causes "make check" to globally "make all"
10963 Tue Jun 22 23:45:18 1999  Tom Tromey  <tromey@cygnus.com>
10965         * configure.in (target_libs): Added target-zlib.
10966         * Makefile.in (ALL_TARGET_MODULES): Added zlib.
10967         (CONFIGURE_TARGET_MODULES): Likewise.
10968         (CHECK_TARGET_MODULES): Likewise.
10969         (INSTALL_TARGET_MODULES): Likewise.
10970         (CLEAN_TARGET_MODULES): Likewise.
10971         (configure-target-zlib): New target.
10972         (all-target-zlib): Likewise.
10973         (all-target-libjava): Depend on all-target-zlib.
10974         (configure-target-libjava): Depend on configure-target-zlib.
10976         * Makefile.in (configure-target-libjava): Depend on
10977         configure-target-newlib.
10978         (configure-target-boehm-gc): New target.
10979         (configure-target-qthreads): New target.
10981         * configure.in (target_libs): Added target-qthreads.
10982         * Makefile.in (ALL_TARGET_MODULES): Added qthreads.
10983         (CONFIGURE_TARGET_MODULES): Likewise.
10984         (CHECK_TARGET_MODULES): Likewise.
10985         (INSTALL_TARGET_MODULES): Likewise.
10986         (CLEAN_TARGET_MODULES): Likewise.
10987         (all-target-qthreads): New target.
10988         (configure-target-libjava): Depend on configure-target-qthreads.
10989         (all-target-libjava): Depend on all-target-qthreads.
10991         * Makefile.in (ALL_TARGET_MODULES): Added libjava, boehm-gc.
10992         (CONFIGURE_TARGET_MODULES): Likewise.
10993         (CHECK_TARGET_MODULES): Likewise.
10994         (INSTALL_TARGET_MODULES): Likewise.
10995         (CLEAN_TARGET_MODULES): Likewise.
10996         (all-target-libjava): New target.
10997         (all-target-boehm-gc): Likewise.
10998         * configure.in (target_libs): Added libjava, boehm-gc.
11000 1999-07-22  Ian Lance Taylor  <ian@zembu.com>
11002         * Makefile.in (binutils.tar.bz2): Don't pass makeall.bat and
11003         configure.bat in SUPPORT_FILES.
11004         (gas+binutils.tar.bz2): Likewise.
11006         * makeall.bat: Remove; obsolete.
11008 1999-07-21  Ian Lance Taylor  <ian@zembu.com>
11010         From Mark Elbrecht:
11011         * configure.bat: Remove; obsolete.
11013 1999-07-11  Ian Lance Taylor  <ian@zembu.com>
11015         * configure: Add -W -Wall to the default CFLAGS when compiling with
11016         gcc.
11018 Thu Jul  8 12:32:23 1999  John David Anglin <dave@hiauly1.hia.nrc.ca>
11020         * configure.in: Build ld, binutils & gas for hppa*-*-linux-gnu*.
11022 1999-06-30  Mark Mitchell  <mark@codesourcery.com>
11024         * configure.in: Build ld on IRIX6.
11026 1999-06-12  Ian Lance Taylor  <ian@zembu.com>
11028         * Makefile.in: Change distribution targets to use bzip2 instead of
11029         gzip.
11030         (TEXINFO_SUPPORT): Set to just texinfo/texinfo.tex.
11031         (taz): Don't use texinfo/gpl.texinfo or texinfo/lgpl.texinfo.
11033 1999-06-04  Nick Clifton  <nickc@cygnus.com>
11035         * config.sub: Add mcore target.
11037 Sun May 30 16:03:16 1999  Cort Dougan  <cort@cs.nmt.edu>
11039         * config.guess (ppc-*-linux-gnu): Also use ld emul elf32ppclinux.
11041 Tue May 25 11:20:46 1999  H.J. Lu  (hjl@gnu.org)
11043         * config.guess (dummy): Changed to $dummy.
11045 1999-05-24  Nick Clifton  <nickc@cygnus.com>
11047         * config.sub: Tidied up case statements.
11049 1999-05-22  Ben Elliston  <bje@cygnus.com>
11051         * config.guess: Handle NEC UX/4800. Contributed by Jiro Takabatake
11052         <jiro@din.or.jp>.
11054         * config.guess: Merge with FSF version. Future changes will be
11055         more accurately recorded in this ChangeLog.
11056         * config.sub: Likewise.
11058 Thu May 20 10:00:42 1999   Stephen L Moshier  <moshier@world.std.com>
11060          * Makefile.in (GCC_FOR_TARGET): Add -I$(build_tooldir)/include.
11062 1999-04-30  Tom Tromey  <tromey@cygnus.com>
11064         * ltmain.sh: [mode link] Always use CC given by ltconfig.
11066 1999-04-23  Tom Tromey  <tromey@cygnus.com>
11068         * ltconfig, ltmain.sh: Update to libtool 1.2f.
11070 1999-04-20  Drew Moseley  <dmoseley@cygnus.com>
11072         * configure.in (noconfigdirs): Don't build libstub for arm-elf targets.
11073         (noconfigdirs): Don't build any bsp stuff for for arm-oabi targets.
11074         Bad merge removed these two changes.
11076 Tue Apr 13 22:50:54 1999  Donn Terry (donn@interix.com)
11077                           Martin Heller (Ing.-Buero_Heller@t-online.de)
11079         * config.guess (interix Alpha): Add.
11081 1999-04-11  Richard Henderson  <rth@cygnus.com>
11083         * configure.in (i?86-*-beos*): Do config gperf; don't config
11084         gdb, newlib, or libgloss.
11086 Sun Apr 11 23:55:34 1999  Alexandre Oliva  <oliva@dcc.unicamp.br>
11088         * config-ml.in: On mips*-*-*, if multidirs contains mabi=64, try to
11089         link a trivial program with -mabi=64.  If it fails, remove mabi=64
11090         from multidirs.
11092 Sat Apr 10 21:50:01 1999  Philipp Thomas  (kthomas@gwdg.de)
11094         * config.sub: Set basic_machine to i586 when target_alias = k6-*.
11096 1999-04-08  Nick Clifton  <nickc@cygnus.com>
11098         * config.sub: Add support for mcore targets.
11100 1999-04-07  Michael Meissner  <meissner@cygnus.com>
11102         * configure.in (d30v-*): Use config/mt-d30v as makefile fragment,
11103         not mt-ospace, in order to shut up assembler warning about using
11104         symbols that are named the same as registers.
11106 1999-04-07  Drew Moseley  <dmoseley@cygnus.com>
11108         * Makefile.in (all-target-cygmon): Added all-target-bsp to the
11109         dependency list for all-target-cygmon.
11111 1999-04-05  Doug Evans  <devans@casey.cygnus.com>
11113         * config-ml.in: Check $host, not $target, for selective multilibs.
11114         (arm-*-*): Allow disabling of biendian, h/w fp, 26 bit apcs,
11115         thumb interworking, and underscore prefix multilibs.
11117 1999-04-04  Ian Lance Taylor  <ian@zembu.com>
11119         * missing: Update to version from current automake.
11121 Fri Apr  2 15:11:32 1999  H.J. Lu  (hjl@gnu.org)
11123         * configure (gxx_include_dir): Removed.
11125         * configure.in (gxx_include_dir): Handle it.
11126         * Makefile.in: Likewise.
11128 1999-03-29  Gavin Romig-Koch  <gavin@cygnus.com>
11130         * config.sub (mips64vr4111,mips64vr4111el) Add.
11132 1999-03-21  Ben Elliston  <bje@cygnus.com>
11134         * config.guess: Correct typo for detecting ELF on FreeBSD.
11136 Thu Mar 18 00:17:50 1999  Mark Elbrecht <snowball3@usa.net>
11138         * configure.in (pc-msdosdjgpp): Set host_makefile_frag to
11139         config/mh-djgpp.
11141 Thu Mar 11 18:37:23 1999  Drew Moseley  <dmoseley@cygnus.com>
11143         * Makefile.in (all-target-bsp): Added all-gcc all-binutils and
11144         all-target-newlib to dependency list for all-target-bsp.
11146 Thu Mar 11 01:19:31 1999  Mumit Khan  <khan@xraylith.wisc.edu>
11148         * config.sub: Add i386-uwin support.
11149         * config.guess: Likewise.
11151 Thu Mar 11 01:07:55 1999  Franz Sirl <Franz.Sirl-kernel@lauterbach.com>
11153         * configure.in: cleanup, add mh-*pic handling for arm, special
11154         case powerpc*-*-aix*
11156 Wed Mar 10 18:35:07 1999  Jeff Johnston  <jjohnstn@cygnus.com>
11158         * configure.in (noconfigdirs): Removed target-libgloss so libnosys.a
11159         can be built.
11161 Wed Mar 10 17:39:09 1999  Drew Moseley  <dmoseley@cygnus.com>
11163         * configure.in: Added bsp support to arm-*-coff and arm-*-elf
11164         targets.
11166 1999-03-02  Nick Clifton  <nickc@cygnus.com>
11168         * config.sub: Rename CYGNUS LOCAL to EGCS LOCAL
11170 Sun Feb 28 02:20:00 1999  Geoffrey Noer  <noer@cygnus.com>
11172         * config.sub: Check for "cygwin*" rather than "cygwin32*"
11174 1999-02-24  Nick Clifton  <nickc@cygnus.com>
11176         * config.sub: Fix typo in arm recognition.
11178 Wed Feb 24 13:51:40 1999  Drew Moseley  <dmoseley@cygnus.com>
11180         * configure.in (noconfigdirs): Changed target_configdirs to
11181         include target-bsp only for m68k-*-elf* and m68k-*-coff*
11182         rather than m68k-*-* since it is not known to work on
11183         m68k-aout. Ditto for arm-*-*oabi.
11185 Wed Feb 24 12:52:17 1999  Stan Shebs  <shebs@andros.cygnus.com>
11187         * configure.in (*-*-windows*): Remove, no longer used.
11189 1999-02-19  Ben Elliston <bje@cygnus.com>
11191         * config.guess: Automatically recognise ELF on FreeBSD. From Niall
11192         Smart and improved by Andrew Cagney.
11194 Thu Feb 18 19:55:09 1999  Marc Espie <espie@cvs.openbsd.org>
11196         * config.guess: Recognize openbsd-*-hppa.
11198 Wed Feb 17 01:38:59 1999  H.J. Lu  (hjl@gnu.org)
11200         * Makefile.in (REALLY_SET_LIB_PATH): Append $$$(RPATH_ENVVAR)
11201         only if it is not empty.
11203 1999-02-17  Nick Clifton  <nickc@cygnus.com>
11205         Patch from: Scott Bambrough <scottb@corelcomputer.com>
11207         * config.guess: Modified to recognize uname's armv* syntax.
11209         * config.sub: Modified to recognize uname's armv* syntax.
11211 1999-02-17  Mark Salter  <msalter@cygnus.com>
11213         * configure.in: Added target-bsp for sparclite.
11215 Mon Feb  8 14:17:24 1999  Richard Henderson  <rth@cygnus.com>
11217         * config.sub: Recognize alphapca5[67] and up to alphaev8.
11219 1999-02-08  Nick Clifton  <nickc@cygnus.com>
11221         * configure.in: Add support for strongarm port.
11222         * config.sub: Add support for strongarm target.
11224 Sun Feb  7 18:01:54 1999  Mumit Khan  <khan@xraylith.wisc.edu>
11226         * configure.in (*-*-cygwin32*): Use config/mh-cygwin instead of
11227         the old name config/mh-cygwin32.
11228         Enable texinfo.
11230 Thu Feb  4 20:43:25 1999  Ian Lance Taylor  <ian@cygnus.com>
11232         * configure.in: Do build ld for ix86 Solaris.
11234 Tue Feb  2 19:46:40 1999  Jim Wilson  <wilson@cygnus.com>
11236         * Makefile.in (EXTRA_GCC_FLAGS):  Set AR to $AR instead of
11237         $AR_FOR_TARGET.  Likewise for RANLIB.
11239 Tue Feb  2 20:05:05 1999  Catherine Moore  <clm@cygnus.com>
11241         * config.sub (oabi):  Recognize.
11242         * configure.in (arm-*-oabi):  Handle.
11244 Sat Jan 30 06:09:00 1999  Robert Lipe  (robertlipe@usa.net)
11246         * config.guess: Improve detection of i686 on UnixWare 7.
11248 Sat Jan 30 08:04:00 1999  Mumit Khan  <khan@xraylith.wisc.edu>
11250         * config.guess: Add support for i386-pc-interix.
11251         * config.sub: Likewise.
11252         * configure.in: Likewise.
11254 Mon Jan 18 13:59:20 1999  Christopher Faylor <cgf@cygnus.com>
11256         * Makefile.in: Remove unneeded all-target-libio from
11257         from all-target-winsup target since it is now unneeded.
11258         Add all-target-libtermcap in its place since it is now
11259         needed.
11261 Wed Dec 30 20:34:52 1998  Christopher Faylor <cgf@cygnus.com>
11263         * configure.in: makefile stub for cygwin target is probably
11264         unnecessary.  Remove it for now.
11266 Wed Dec 30 01:13:03 1998  Christopher Faylor <cgf@cygnus.com>
11268         * configure.in: libtermcap.a should be built when cygwin is the
11269         target as well as the host.
11270         * config.guess: Allow mixed case in cygwin uname output.
11271         * Makefile.in: Add libtermcap target.
11273 Wed Dec 23 00:20:50 1998  Jeffrey A Law  (law@cygnus.com)
11275         * config.sub: Clean up handling of hppa2.0.
11277 Tue Dec 22 23:56:31 1998  Rodney Brown  (rodneybrown@pmsc.com)
11279         * config.guess: Use C code to identify more HP machines.
11281 Thu Dec 17 01:22:30 1998  Jeffrey A Law  (law@cygnus.com)
11283         * config.sub: Handle hppa2.0.
11285 Tue Dec 15 17:02:58 1998  Bob Manson  <manson@charmed.cygnus.com>
11287         * configure.in: Add cygmon for x86-coff and x86-elf. Configure
11288         cygmon for all sparclite targets, regardless of object format.
11290 1998-12-15  Mark Salter  <msalter@cygnus.com>
11292         * configure.in: Added target-bsp for several target architectures.
11294         * Makefile.in: Added rules for bsp.
11296 Fri Dec  4 01:34:02 1998  Jeffrey A Law  (law@cygnus.com)
11298         * config.guess: Improve detection of hppa2.0 processors.
11300 Fri Dec  4 01:33:05 1998  Niall Smart <nialls@euristix.ie>
11302         * config.guess: Recognize FreeBSD using ELF automatically.
11304 1998-11-26  Manfred Hollstein  <manfred@s-direktnet.de>
11306         * configure (skip-this-dir): Add handling for new shell script, which
11307         might be created by a sub-directory's configure to indicate, this particular
11308         directory is "unwanted".
11309         * Makefile.in ($(CONFIGURE_TARGET_MODULES)): Likewise.
11311 Wed Nov 18 18:28:45 1998  Geoffrey Noer  <noer@cygnus.com>
11313         * ltconfig: import from libtool, after changing libtool to
11314         account for the cygwin name change.
11316 Wed Nov 18 18:09:14 1998  Geoffrey Noer  <noer@cygnus.com>
11318         * Makefile.in: CC_FOR_TARGET and CXX_FOR_TARGET should also
11319         include newlib/libc/sys/cygwin and newlib/libc/sys/cygwin32.
11321 Wed Nov 18 20:13:29 1998  Christopher Faylor <cgf@cygnus.com>
11323         * configure.in: Add libtermcap to list of cygwin dependencies.
11325 Tue Nov 17 16:57:51 1998  Geoffrey Noer  <noer@cygnus.com>
11327         * Makefile.in: modify CC_FOR_TARGET and CXX_FOR_TARGET so that
11328         they include winsup/include when it's a cygwin target.
11330 1998-11-12  Tom Tromey  <tromey@cygnus.com>
11332         * configure.in (host_tools): Added zip.
11333         * Makefile.in (all-target-libjava): Depend on all-zip.
11334         (all-zip): New target.
11335         (ALL_MODULES): Added all-zip.
11336         (NATIVE_CHECK_MODULES): Added check-zip.
11337         (INSTALL_MODULES): Added install-zip.
11338         (CLEAN_MODULES): Added clean-zip.
11340 Thu Nov 12 17:27:21 1998  Geoffrey Noer  <noer@cygnus.com>
11342         * Makefile.in: lose "32" from comment about cygwin.
11344 Thu Nov  5 15:00:31 1998  Nick Clifton  <nickc@cygnus.com>
11346         * configure.in: Use -Os to build target libraries for the fr30.
11348 Wed Nov  4 18:49:43 1998  Dave Brolley  <brolley@cygnus.com>
11350         * config.sub: Add fr30.
11352 Mon Nov  2 15:19:33 1998  Geoffrey Noer  <noer@cygnus.com>
11354         * configure.in: drop "32" from config/mh-cygwin32.  Check
11355         cygwin* instead of cygwin32*.
11356         * config.sub: Check cygwin* instead of cygwin32*.
11358 Thu Oct 22 10:55:25 1998  Robert Lipe  <robertl@dgii.com>
11360         * config.guess: Match any version of Unixware7.
11362 1998-10-20  Syd Polk  <spolk@cygnus.com>
11364         * Makefile.in configure.in: Add the ability to use tcl8.1 and tk8.1
11365         if desired.
11367 Sun Oct 18 18:34:50 1998  Jeffrey A Law  (law@cygnus.com)
11369         * config.if (cxx_interface, libstdcxx_interface): Do not try to set
11370         these if the appropriate directories and files to not exist.
11372 Wed Oct 14 10:29:06 1998  Jeffrey A Law  (law@cygnus.com)
11374         * Makefile.in (DEVO_SUPPORT): Add config.if.
11376 Tue Oct 13 15:45:36 1998  Manfred Hollstein  <manfred@s-direktnet.de>
11378         * configure: Add pattern to replace "build_tooldir"'s
11379         definition in the generated Makefile with "tooldir"'s
11380         actual value.
11382 Tue Oct 13 09:17:06 1998  Jeffrey A Law  (law@cygnus.com)
11384         * config.sub: Bring back lost sparcv9.
11386         * Makefile.in (all-snvavigator): Remove all-flexlm dependency.
11388 Mon Oct 12 12:09:44 1998  Jeffrey A Law  (law@cygnus.com)
11390         * Makefile.in (CHILL_FOR_TARGET): Mirror recent changes to
11391         CC_FOR_TARGET and friends.
11393 Mon Oct 12 12:09:30 1998  Alexandre Oliva  <oliva@dcc.unicamp.br>
11395         * Makefile.in (build_tooldir): New variable, same as tooldir.
11396         (CC_FOR_TARGET, GCC_FOR_TARGET, CXX_FOR_TARGET): Add
11397         -B$(build_tooldir)/bin/.
11398         (BASE_FLAGS_TO_PASS): Pass build_tooldir down.
11400 Tue Sep  1 16:23:11 1998  Gerald Pfeifer  <pfeifer@dbai.tuwien.ac.at>
11402         * README: Remove installation instructions and refer to the
11403         INSTALL directory instead.
11405 Wed Sep 30 22:20:50 1998  Robert Lipe  <robertl@dgii.com>
11407         * config.sub: Add support for i[34567]86-pc-udk.
11408         * configure.in: Likewise.
11410 Wed Sep 30 19:23:48 1998  Geoffrey Noer  <noer@cygnus.com>
11412         * Makefile.in: add bzip2 package building bits for user
11413         tools module
11414         * configure.in: ditto
11416 Wed Sep 30 03:00:05 1998  Jeffrey A Law  (law@cygnus.com)
11418         * Makefile.in (TARGET_CONFIGDIRS): Add libobjc.
11419         (ALL_TARGET_MODULES): Add all-target-libobjc.
11420         (CONFIGURE_TARGET_MODULES, CHECK_TARGET_MODULES): Similarly.
11421         (INSTALL_TARGET_MODULES, CLEAN_TARGET_MODULES): Similarly.
11422         (all-target-libchill): Add dependencies.
11423         * configure.in (target_libs): Add libchill.
11425 1998-09-30  Manfred Hollstein  <manfred@s-direktnet.de>
11427         * configure.in (target_subdir): Remove duplicate line.
11429 Tue Sep 29 22:45:41 1998  Felix Lee  <flee@cygnus.com>
11431         * Makefile.in (all-automake): fix dependencies.
11433 Mon Sep 28 04:04:27 1998  Jeffrey A Law  (law@cygnus.com)
11435         * configure.in: Minor cleanups for building in the $(target_alias)
11436         subdir.
11438 1998-09-22  Jim Wilson  <wilson@cygnus.com>
11440         * Makefile.in (bootstrap): Set r and s before make all.  Use
11441         BASE_FLAGS_TO_PASS in make all.
11442         (cross): Likewise.
11444 1998-09-20  Mark Mitchell  <mark@markmitchell.com>
11446         * Makefile.in (bootstrap): Pass TARGET_FLAGS_TO_PASS to `make all'.
11448 Sun Sep 20 00:13:02 1998  Richard Henderson  <rth@cygnus.com>
11450         * config.sub: Fix typo in last change.
11452 1998-09-19  Michael Hayes  <m.hayes@elec.canterbury.ac.nz>
11454         * config.sub: Add support for C4x target.
11455         * configure.in: Likewise.
11457 1998-09-13  David S. Miller  <davem@pierdol.cobaltmicro.com>
11459         * config.sub: Recognize sparcv9 just like sparc64.
11461 Wed Sep  9 15:44:52 1998  Robert Lipe  <robertl@dgii.com>
11463         * config.guess: Match "Pent II" or "PentII" for OpenServer.
11465 Tue Sep  8 01:18:39 1998  Jeffrey A Law  (law@cygnus.com)
11467         * config.guess: Correctly identify Pentium II sco boxes.
11469         * config.guess: Fix "tr" code.  From Weiwen Liu.
11471 Sat Sep  5 13:56:52 1998  John Hughes  <john@Calva.COM>
11473         * configure.in: Do not assume x86-svr4 or x86-unixware can handle
11474         stabs.
11476 Sat Sep  5 02:12:02 1998  Jeffrey A Law  (law@cygnus.com)
11478         * Makefile.in (TARGET_CONFIGDIRS): Add libchill.
11479         (ALL_TARGET_MODULES): Add all-target-libchill.
11480         (CONFIGURE_TARGET_MODULES, CHECK_TARGET_MODULES): Similarly.
11481         (INSTALL_TARGET_MODULES, CLEAN_TARGET_MODULES): Similarly.
11482         (all-target-libchill): Add dependencies.
11483         * configure.in (target_libs): Add libchill.
11485 Sun Aug 30 22:27:02 1998  Lutz Wohlrab <lutz.wohlrab@informatik.tu-chemnitz.de>
11487         * config.guess: Avoid assumptions about "tr" behaves when
11488         LANG is set to something other than English.
11490 Sun Aug 30 22:14:44 1998  H.J. Lu  (hjl@gnu.org)
11492         * configure (gxx_include_dir): Changed to
11493         '${prefix}/include/g++'-${libstdcxx_interface}.
11495         * config.if: New to determine the interfaces.
11497 Sun Aug 30 21:15:19 1998  Mark Klein (mklein@dis.com)
11499         * config.guess: Detect and handle MPE/IX.
11500         * config.sub: Deal with MPE/IX.
11502 Sat Aug 29 14:32:55 1998  David Edelsohn  <edelsohn@mhpcc.edu>
11504         * configure.in: Use mh-aix43.
11506 1998-07-29  Manfred Hollstein  <manfred@s-direktnet.de>
11508         * configure: Fix --without/--disable cases for gxx-include-dir.
11510 Fri Aug 28 12:28:26 1998  Per Bothner  <bothner@cygnus.com>
11512         * mdata-sh:  Imported.  Needed for automake support.
11514 Thu Aug 13 12:49:29 1998  H.J. Lu  <hjl@gnu.org>
11516         * Makefile.in (taz): Try "chmod -R og=u ." before
11517         "chmod og=u `find . -print`".
11519 Fri Jul 31 09:38:33 1998  Catherine Moore  <clm@cygnus.com>
11521         * configure.in: Add arm-elf and thumb-elf support.
11523 Mon Jul 27 16:23:58 1998  Doug Evans  <devans@canuck.cygnus.com>
11525         * Makefile.in: Undo previous patch.
11527 Fri Jul 24 19:55:24 1998  Doug Evans  <devans@canuck.cygnus.com>
11529         * Makefile.in (INSTALL_TARGET): Move EXTRA_TARGET_HOST_INSTALL_MODULES
11530         to here ...
11531         (install-no-fixedincludes): and here
11532         (INSTALL_MODULES): ... from here.
11534 Fri Jul 24 17:01:42 1998  Ian Lance Taylor  <ian@cygnus.com>
11536         * config.sub: Merge with FSF.
11538         * config.guess: Merge with FSF.
11540 Fri Jul 24 08:43:36 1998  Doug Evans  <devans@canuck.cygnus.com>
11542         * configure (extraconfigdirs): New variable.
11543         (SUBDIRS): Add extraconfigdirs and recurse on them too.
11544         * Makefile.in (all): Move higher in file.
11545         (EXTRA_TARGET_HOST_ALL_MODULES): New variable.
11546         (EXTRA_TARGET_HOST_{INSTALL,CHECK}_MODULES): New variables.
11547         (ALL_MODULES): Add EXTRA_TARGET_HOST_ALL_MODULES.
11548         (CROSS_CHECK_MODULES): Add EXTRA_TARGET_HOST_CHECK_MODULES.
11549         (INSTALL_MODULES): Add EXTRA_TARGET_HOST_INSTALL_MODULES.
11551 1998-07-23  Brendan Kehoe  <brendan@cygnus.com>
11553         * Makefile.in (all-target-libjava): Depend on all-gcc and
11554         all-target-newlib.
11555         (configure-target-libjava): Depend on $(ALL_GCC).
11557 Sat Jul 18 14:32:43 CDT 1998  Robert Lipe  <robertl@dgii.com>
11559         * config.guess: (*-pc-sco3.2v5) Add detection for Pentium II.
11560         (*-pc-unixware7) Add detection for Pentium II, Pentium Pro.
11562 Sun Jul 19 00:46:53 CEST 1998  Marc Lehmann <pcg@goof.com>
11564         * INSTALL/README: Fix typo.
11566 Fri Jul 17 13:30:18 1998  Ian Lance Taylor  <ian@cygnus.com>
11568         * ylwrap: Change absolute path checks to check for DOS style path
11569         names.
11571         * ylwrap: Don't use a full path name if the source file is in the
11572         same directory.  From hjl@lucon.org (H.J. Lu).
11574         * config-ml.in: Default to being verbose, to match Feb 18 change to
11575         configure.
11577 Thu Jul 16 12:29:51 1998  Ian Lance Taylor  <ian@cygnus.com>
11579         Brought over from egcs:
11581         Sat Jun 27 22:46:32 1998  Jeffrey A Law  (law@cygnus.com)
11583         * configure.in (target_subdir): Set to ${target_alias} instead
11584         of "libraries".
11586         Mon Sep  1 16:45:44 1997  Jim Wilson  <wilson@cygnus.com>
11588         * configure.in (target_subdir): Set to libraries if enable_multilib.
11590 Wed Jul 15 01:00:54 1998  Ian Lance Taylor  <ian@cygnus.com>
11592         * Makefile.in ($(CONFIGURE_TARGET_MODULES)): If there are any
11593         multilibs, force reconfiguration the first time we create
11594         multilib.out in a subdirectory, in case TARGET_SUBDIR is `.'.
11596 Tue Jul 14 23:41:03 1998  Ian Lance Taylor  <ian@cygnus.com>
11598         * configure.in: Strip any --no option from CONFIG_ARGUMENTS, to
11599         avoid confusion with --no-recursion.
11601 Tue Jul 14 15:37:41 1998  Geoffrey Noer  <noer@cygnus.com>
11603         * configure.in: Win32 hosts shouldn't use install -x
11604         * install-sh: remove -x option, and special .exe-handling
11605         hack.
11607 Tue Jul 14 15:28:41 1998  Richard Henderson  <rth@cygnus.com>
11609         * config.guess: Recognize i586-pc-beos.
11610         * configure.in: Don't build some bits for beos.
11612 Tue Jul 14 13:22:18 1998  Ian Lance Taylor  <ian@cygnus.com>
11614         * configure: If CC is set but CFLAGS is not, and CC is gcc, make
11615         CFLAGS default to -O2.
11617         * ltmain.sh: Add some hacks to make SunOS --enable-shared work
11618         when using GNU ld.
11620 Fri Jul 10 13:18:23 1998  Ian Lance Taylor  <ian@cygnus.com>
11622         * ltmain.sh: Correct install when using a different shell.
11624 Tue Jul  7 15:24:38 1998  Ian Lance Taylor  <ian@cygnus.com>
11626         * ltconfig, ltmain.sh: Update to libtool 1.2b.
11628 Thu Jul  2 13:57:36 1998  Klaus Kaempf  <kkaempf@rmi.de>
11630         * makefile.vms: Update to build binutils/makefile.vms.  Add install
11631         target.
11633 Wed Jul  1 16:45:21 1998  Ian Lance Taylor  <ian@cygnus.com>
11635         * ltconfig: Update to correct AIX handling.
11637 Sat Jun 27 22:46:32 1998  Jeffrey A Law  (law@cygnus.com)
11639         * Makefile.in (BASE_FLAGS_TO_PASS): Add TARGET_SUBDIR.
11641         * configure.in (target_subdir): Set to ${target_alias} instead
11642         of "libraries".
11644 1998-06-26  Manfred Hollstein  <manfred@s-direktnet.de>
11646         * Makefile.in (BASE_FLAGS_TO_PASS): Add gcc_version_trigger.
11647         (Makefile): Depend on $(gcc_version_trigger).
11649         * configure (gcc_version): Change default initializer to empty
11650         string.
11651         (gcc_version_trigger): New variable; pass this variable down
11652         to subdir configures to enable them checking gcc's version
11653         themselves. Emit make macros for both gcc_version vars.
11654         (topsrcdir): Initialize reliably.
11655         (recursion line): Remove --with-gcc-version=${gcc_version}.
11657 1998-06-24  Manfred Hollstein  <manfred@s-direktnet.de>
11659         * configure (enable_version_specific_runtime_libs): Implement new flag
11660         --enable-version-specific-runtime-libs which installs C++ runtime stuff
11661         in $(libsubdir); emit definition in each generated Makefile.
11662         (gxx_include_dir): Initialize depending on
11663         $enable_version_specific_runtime_libs.
11665 1998-06-24  Manfred Hollstein  <manfred@s-direktnet.de>
11667         * configure (gcc_version): Initialize properly depending on
11668         how and where configure is started.
11669         (recursion line): Pass a --with-gcc-version=${gcc_version}
11670         to configures in subdirs.
11672 Wed Jun 24 16:01:59 1998  John Metzler  <jmetzler@cygnus.com>
11674         * configure.in (noconfigdirs): Add configure pattern for mips tx39
11675         cygmon
11677 Tue Jun 23 22:42:32 1998  Mark Alexander  <marka@cygnus.com>
11679         * configure.in: Add cygmon and libstub support for mn10200.
11681 1998-06-19  Manfred Hollstein  <manfred@s-direktnet.de>
11683         * configure (gcc_version): Add new variable describing the
11684         particular gcc version we're building.
11685         * Makefile.in (libsubdir): Add new macro for the directory
11686         in which the compiler finds executables, libraries, etc.
11687         (BASE_FLAGS_TO_PASS): Pass down gcc_version, target_alias
11688         and libsubdir.
11690 Fri Jun 19 02:36:59 1998  Alexandre Oliva <oliva@dcc.unicamp.br>
11692         * Makefile.in (local-clean): Remove *.log.
11693         (warning.log): Built with warn_summary from build.log.
11694         (mail-report.log): Run test_summary.
11695         (mail-report-with-warnings.log): Run test_summary including
11696         warning.log in the report.
11698 Thu Jun 18 11:26:03 1998  Robert Lipe  <robertl@dgii.com>
11700         * config.guess: Detection of Pentium II for *-sco-3.2v5*.
11702 Mon Jun 15 14:53:54 1998  Andrew Cagney  <cagney@b1.cygnus.com>
11704         * Makefile.in (grep): Grep no longer depends on libiberty.
11706 Fri Jun 12 14:03:34 1998  Syd Polk  <spolk@cygnus.com>
11708         * Makefile.in: all-snavigator needs all-libgui.
11710 Thu Jun 11 19:43:47 1998  Mark Alexander  <marka@cygnus.com>
11712         * configure.in: Add cygmon and libstub support for mn10300.
11714 Wed Jun 10 11:19:47 1998  Ian Lance Taylor  <ian@cygnus.com>
11716         * missing: Update to version from automake 1.3.
11718         * ltmain.sh: On installation, don't get confused if the same name
11719         appears more than once in the list of library names.
11721 Wed Jun  3 14:51:42 1998  Ian Lance Taylor  <ian@cygnus.com>
11723         * config.sub: Accept m68060 and m5200 as CPU names.
11725 Mon Jun  1 17:25:16 1998  Ian Lance Taylor  <ian@cygnus.com>
11727         * configure: Use && rather than using -a in test, because odd
11728         strings can confuse test.
11729         * configure.in: Likewise.
11731 Thu May 28 19:31:13 1998  Ian Lance Taylor  <ian@cygnus.com>
11733         * ltconfig, ltmain.sh: Bring in Visual C++ support.
11735 Sat May 23 23:44:13 1998  Alexandre Oliva <oliva@dcc.unicamp.br>
11737         * Makefile.in (boostrap2-lean, bootstrap3-lean,
11738         bootstrap4-lean): New targets.
11740 Mon May 11 23:55:56 1998  Jeffrey A Law  (law@cygnus.com)
11742         * mpw-* Delete.  Not used.
11744 Mon May 11 23:11:34 1998  Jeffrey A Law  (law@cygnus.com)
11746         * COPYING.LIB: Update FSF address.
11748 Fri May  8 01:30:20 1998  Ian Lance Taylor  <ian@cygnus.com>
11750         * ltconfig, ltmain.sh: Update to libtool 1.2a.
11752         * Makefile.in (GASB_SUPPORT_DIRS): Remove intl; already included via
11753         GAS_SUPPORT_DIRS.
11755 Thu May  7 17:27:35 1998  Ian Lance Taylor  <ian@cygnus.com>
11757         * ltconfig, ltmain.sh: Avoid producing a version number if
11758         -version-info was not used.
11760 Tue May  5 18:02:24 1998  Ian Lance Taylor  <ian@cygnus.com>
11762         * configure.in: Add --with-newlib to CONFIG_ARGUMENTS if we are
11763         building with newlib.
11765 1998-04-30  Paul Eggert  <eggert@twinsun.com>
11767         * Makefile.in (EXTRA_GCC_FLAGS): Remove backslash at end;
11768         Solaris `make' causes it to continue to next definition.
11770 Tue Apr 28 16:24:24 1998  Jason Molenda  (crash@bugshack.cygnus.com)
11772         * Makefile.in (install-gdbtk): Call this 'install-gdb' so that
11773         the right GUI libraries and files are installed along with GDB.
11775 Tue Apr 28 18:11:24 1998  Ian Lance Taylor  <ian@cygnus.com>
11777         * configure.in: Change alpha to alpha* in several places.
11779 Tue Apr 28 07:42:00 1998  Mark Alexander  <marka@cygnus.com>
11781         * config.sub: Recognize sparc86x.
11783 Tue Apr 28 07:35:02 1998  Michael Meissner  <meissner@cygnus.com>
11785         * configure.in (--enable-target-optspace): Remove debug echo.
11787 Thu Apr 23 21:31:16 1998  Jim Wilson  <wilson@cygnus.com>
11789         * configure: Set CXXFLAGS from CXXFLAGS, not CFLAGS.
11791 Thu Apr 23 12:26:38 1998  Ian Lance Taylor  <ian@cygnus.com>
11793         * ltconfig: Update cygwin32 support.
11795         * Makefile.in (GAS_SUPPORT_DIRS): Add intl.
11796         (BINUTILS_SUPPORT_DIRS, GASB_SUPPORT_DIRS): Likewise.
11797         (GDB_SUPPORT_DIRS): Likewise.
11799 Wed Apr 22 12:30:10 1998  Michael Meissner  <meissner@cygnus.com>
11801         * configure.in (target_makefile_frag): If --enable-target-optspace,
11802         use -Os to compile target libraries rather than -O2.  Default to
11803         using -Os for d10v and m32r if --{enable,disable}-target-optspace is
11804         not used.
11805         * configure.in (target_cflags): Ditto for d30v.
11807 Tue Apr 21 23:06:54 1998  Tom Tromey  <tromey@cygnus.com>
11809         * Makefile.in (all-bfd): Depend on all-intl.
11810         (all-binutils): Likewise.
11811         (all-gas): Likewise.
11812         (all-gprof): Likewise.
11813         (all-ld): Likewise.
11815 1998-04-19  Brendan Kehoe  <brendan@cygnus.com>
11817         * configure.in (host_tools): Fix typo, lbtool -> libtool.
11819 Fri Apr 17 16:20:42 1998  Ian Lance Taylor  <ian@cygnus.com>
11821         * Makefile.in (all-bfd): Depend upon all-libiberty.
11823         * ltconfig, ltmain.sh: Bring in newer cygwin32 support.
11825 Fri Apr 17 12:22:22 1998  Bob Manson  <manson@charmed.cygnus.com>
11827         * Makefile.in: Add libstub.
11829         * configure.in: Ditto. Build libstub for targets that have cygmon
11830         support.
11832 Tue Apr 14 18:01:55 1998  Ian Lance Taylor  <ian@cygnus.com>
11834         * configure.in: Don't set PICFLAG on ix86-cygwin32.
11836 Tue Apr 14 12:24:45 1998  J. Kean Johnston  <jkj@sco.com>
11838         * configure.in: Recognise i[3456]96-*-sysv5* as a valid host, and
11839         use mh-sysv5 if specified.  Support gprof on SCO Open Server.
11841 Tue Apr 14 11:33:51 1998  Krister Walfridsson <cato@df.lth.se>
11843         * configure: Define DEFAULT_M4 by searching PATH.
11844         * Makfile.in: Use DEFAULT_M4.
11846 Mon Apr 13 15:37:24 1998  Ian Lance Taylor  <ian@cygnus.com>
11848         * ltconfig: Add cygwin32 support.
11850         * Makefile.in, configure.in: Add libtool as a native only directory
11851         to configure and build.
11853 Sun Apr 12 20:58:46 1998  Jeffrey A Law  (law@cygnus.com)
11855         * Makefile.in (INSTALL_MODULES): Remove texinfo.
11857 Wed Apr  8 13:18:56 1998  Philippe De Muyter  <phdm@macqel.be>
11859         * Makefile.in (EXTRA_GCC_FLAGS): XFOO lines shortened.
11861 Thu Apr  2 14:48:44 1998  Geoffrey Noer  <noer@cygnus.com>
11863         * Makefile.in: add ash make rules
11864         * configure.in: add ash to native_only and host_tools lists
11866 Thu Mar 26 12:53:20 1998  Tom Tromey  <tromey@cygnus.com>
11868         * Makefile.in (all-gettext, all-intl): New targets.
11869         (ALL_MODULES): Added all-gettext, all-intl.
11870         (CROSS_CHECK_MODULES): Added check-gettext, check-intl.
11871         (INSTALL_MODULES): Added install-gettext, install-intl.
11872         (CLEAN_MODULES): Added clean-gettext, clean-intl.
11874         * configure.in (host_tools): Added gettext.
11875         (native_only): Likewise.
11876         (noconfigdirs) [various cases]: Likewise.
11877         (host_libs): Added intl.
11879 Thu Mar 26 15:00:11 1998  Keith Seitz  <keiths@onions.cygnus.com>
11881         * configure: Do not disable building gdbtk for cygwin32 hosts.
11883 Wed Mar 25 10:04:18 1998  Nick Clifton  <nickc@cygnus.com>
11885         * configure.in: Add thumb-coff target.
11886         * config.sub: Add thumb-coff target.
11888 Wed Mar 25 11:49:12 1998  Jason Molenda  (crash@bugshack.cygnus.com)
11890         * Makefile.in: Revert yesterday's change.
11891         (all-target-winsup):  all-target-librx stays out of here.
11893 Tue Mar 24 16:58:29 1998  Jason Molenda  (crash@bugshack.cygnus.com)
11895         * Makefile.in (TARGET_CONFIGDIRS, ALL_TARGET_MODULES,
11896         CONFIGURE_TARGET_MODULES, CHECK_TARGET_MODULES,
11897         INSTALL_TARGET_MODULES, CLEAN_TARGET_MODULES, all-target-winsup):
11898         Remove references to librx and libg++.
11900 Tue Mar 24 18:28:12 1998  Eric Mumpower  <nocturne@cygnus.com>
11902         * Makefile.in (BASE_FLAGS_TO_PASS): Pass $(lispdir) down to
11903         recursive makes
11905 Tue Mar 24 11:37:45 1998  Ian Lance Taylor  <ian@cygnus.com>
11907         * Makefile.in (CC_FOR_TARGET): Use $(TARGET_SUBDIR) when passing -B
11908         for newlib directory.
11909         (CXX_FOR_TARGET): Likewise.
11911 Mon Mar 23 11:30:21 1998  Jeffrey A Law  (law@cygnus.com)
11913         * ltconfig: Update after libtool/ltconfig.in change for
11914         hpux11.
11916 Fri Mar 20 18:51:43 1998  Ian Lance Taylor  <ian@cygnus.com>
11918         * ltconfig, ltmain.sh: Update to libtool 1.2.
11920 Fri Mar 20 09:32:14 1998  Manfred Hollstein  <manfred@s-direktnet.de>
11922         * Makefile.in (install-gcc): Don't specify LANGUAGES here.
11923         (install-gcc-cross): Instead, override LANGUAGES here.
11925 1998-03-18  Dave Love  <d.love@dl.ac.uk>
11927         * Makefile.in ($(CONFIGURE_TARGET_MODULES)): Set CONFIG_SITE to a
11928         non-existent file since /dev/null loses with bash 2.0/autoconf 2.12.
11930 Wed Mar 18 09:24:59 1998  Nick Clifton  <nickc@cygnus.com>
11932         * configure.in: Add Thumb-pe target.
11934 Tue Mar 17 16:59:00 1998  Syd Polk <spolk@cygnus.com>
11936         * Makefile.in - changed sn targets to snavigator
11937         * configure.in - changed sn targets to snavigator
11939 Tue Mar 17 10:33:28 1998  Manfred Hollstein  <manfred@s-direktnet.de>
11941         * config-ml.in: After building symlink tree call make distclean
11942         if a Makefile got linked into ${ml_dir}/${ml_libdir}; this happens
11943         to be the case for libiberty.
11945 Tue Mar 17 10:22:37 1998  H.J. Lu  (hjl@gnu.ai.mit.edu)
11947         * configure: When making link, also check the current
11948         directory. The configure scripts may create one.
11950 Fri Mar  6 01:02:03 1998  Richard Henderson  <rth@cygnus.com>
11952         * config.sub: Accept alphapca56 and alphaev6 properly.
11954 Fri Mar  6 00:14:55 1998  Franz Sirl <Franz.Sirl-kernel@lauterbach.com>
11956         * configure.in: Revert 3 Jan change for powerpc-linux-gnulibc1.
11958 Mon Feb 23 15:09:18 1998  Bruno Haible <bruno@linuix.mathematik.uni-karlsruhe.de
11960         * config.sub (sco5): Fix typo.
11962 Mon Feb 23 14:46:06 1998  Ian Lance Taylor  <ian@cygnus.com>
11964         * Makefile.in (INSTALL_MODULES): Move install-tcl before
11965         install-itcl.
11966         (install-itcl): Remove dependency on install-tcl.
11968 Mon Feb 23 09:53:28 1998  Mark Alexander  <marka@cygnus.com>
11970         * configure.in: Remove libgloss from noconfigdirs for MN10300.
11972 Thu Feb 19 13:40:41 1998  Ian Lance Taylor  <ian@cygnus.com>
11974         * configure.in: Don't build libgui for a cygwin32 target when not on
11975         a cygwin32 host.
11977 Wed Feb 18 12:29:00 1998  Jason Molenda  (crash@bugshack.cygnus.com)
11979         * configure (redirect): Set to null, so default behavior of
11980         configure is now --verbose.
11982 1998-02-16  Dave Love  <d.love@dl.ac.uk>
11984         * Makefile.in ($(CONFIGURE_TARGET_MODULES)): Run configure with
11985         CONFIG_SITE=/dev/null to forestall lossage with site configuration.
11987 Mon Feb 16 12:23:53 1998  Manfred Hollstein  <Manfred.Hollstein@ks.sel.alcatel.de>
11989         * Makefile.in (BASE_FLAGS_TO_PASS, EXTRA_TARGET_FLAGS): Really add
11990         this change to sync Makefile.in with its ChangeLog entries.
11992 Thu Feb 12 15:03:08 1998  H.J. Lu  <hjl@gnu.org>
11994         * ltmain.sh (mkdir): Check that the directory doesn't exist
11995         before we exit with error, so that we don't get races during
11996         parallel builds.
11998 Sat Feb  7 15:19:18 1998  Ian Lance Taylor  <ian@cygnus.com>
12000         * ltconfig, ltmain.sh: Update from libtool 1.0i.
12002 Fri Feb  6 01:33:52 1998  Manfred Hollstein  <manfred@s-direktnet.de>
12004         * Makefile.in (BASE_FLAGS_TO_PASS): Don't pass PICFLAG and
12005         PICFLAG_FOR_TARGET.
12006         (EXTRA_TARGET_FLAGS): Don't pass PICFLAG_FOR_TARGET.
12008         * configure: Emit a definition for the new macro enable_shared
12009         into each Makefile.
12011 Thu Feb  5 17:01:12 1998  Jason Molenda  (crash@bugshack.cygnus.com)
12013         * configure.in (host_tools, native_only): Add libtool.
12015 Wed Feb  4 16:53:58 1998  Geoffrey Noer  <noer@cygnus.com>
12017         * configure.in: add target-gperf to noconfigdirs for Cygwin32.
12018         Fix typo in ming config comment.
12020 Wed Feb  4 18:56:13 1998  Ian Lance Taylor  <ian@cygnus.com>
12022         * ltconfig, ltmain.sh: Update from libtool 1.0h.
12024 Mon Feb  2 19:38:19 1998  Ian Lance Taylor  <ian@cygnus.com>
12026         * config.sub: Add tic30 cases, and map c30 to tic30.
12028 Sun Feb  1 02:40:41 1998  Richard Henderson  <rth@cygnus.com>
12030         * Makefile.in (TARGET_CONFIGDIRS): Add libf2c.
12031         (ALL_TARGET_MODULES, CONFIGURE_TARGET_MODULES): Similarly
12032         (CHECK_TARGET_MODULES, INSTALL_TARGET_MODULES): Similarly
12033         (CLEAN_TARGET_MODULES): Similarly
12034         (all-target-libf2c): Add dependences.
12035         * configure.in (target_libs): Add libf2c.
12037 Fri Jan 30 17:18:32 1998  Geoffrey Noer  <noer@cygnus.com>
12039         * configure.in: Remove expect from noconfigdirs when target
12040         is cygwin32.  OK to build expect and dejagnu with Canadian
12041         Cross.
12043 Wed Jan 28 12:58:49 1998  Ian Lance Taylor  <ian@cygnus.com>
12045         * configure.in: Do build expect, dejagnu, and cvssrc for a cygwin32
12046         host.
12048         * config.guess: Use ${UNAME_MACHINE} rather than i386 for cygwin32
12049         and mingw32.
12051 Wed Jan 28 10:26:37 1998  Manfred Hollstein  <manfred@s-direktnet.de>
12053         * Makefile.in (BASE_FLAGS_TO_PASS): Remove passing $(local_prefix)
12054         here as it is not defined in the toplevel Makefile.
12056 Tue Jan 27 23:25:06 1998  Manfred Hollstein  <manfred@s-direktnet.de>
12058         * configure (package_makefile_rules_frag): New variable, which names
12059         a file with generic rules, ...
12060         Change comment to mention we now have FIVE parts.
12061         * configure: Undo last change.
12063 Tue Jan 27 23:15:55 1998  Lassi A. Tuura  <lat@iki.fi>
12065         * config.guess: More accurate determination of HP processor types.
12066         * config.sub: More accurate determination of HP processor types.
12068 Sat Jan 24 01:59:45 1998  Manfred Hollstein  <manfred@s-direktnet.de>
12070         * configure (package_makefile_frag): Move inserting the
12071         ${package_makefile_frag} to where it should be according
12072         to the comment.
12074 Fri Jan 23 00:29:28 1998  Philip Blundell  <pb@nexus.co.uk>
12076         * config.guess: Add support for Linux/ARM.
12078 Thu Jan 22 15:14:01 1998  Fred Fish  <fnf@cygnus.com>
12080         * .cvsignore: Remove *-info and *-install since they match
12081         release-info and mpw-install, which we don't want to just ignore.
12083 Thu Jan 22 01:38:33 1998  Richard Henderson  <rth@cygnus.com>
12085         * configure.in: Revert 3 Jan change for alpha-linux-gnulibc1.
12087 Sat Jan 17 21:28:08 1998  Pieter Nagel <pnagel@epiuse.co.za>
12089         * Makefile.in (FLAGS_TO_PASS): Pass down gcc_include_dir and
12090         local_prefix to sub-make invocations.
12092 Sat Jan 17 21:04:59 1998 H.J. Lu  (hjl@gnu.org)
12094         * configure.in: Check makefile fragments in the source
12095         directory.
12097 Fri Jan 16 00:41:37 1998  Alexandre Oliva <oliva@dcc.unicamp.br>
12099         * configure.in: Check whether host and target makefile
12100         fragments exist before adding them to *_makefile_frag.
12102 Wed Jan 14 23:39:10 1998  Bob Manson  <manson@charmed.cygnus.com>
12104         * configure.in (target_configdirs): Add cygmon for sparc64-elf.
12106 Wed Jan 14 12:48:07 1998  Keith Seitz  <keiths@pizza.cygnus.com>
12108         * configure.in: Make sure we only replace RPATH_ENVVAR on
12109         lines which begin with RPATH_ENVVAR, i.e. add "^" to the
12110         regexp to sed.
12112         * Makefile.in (BASE_FLAGS_TO_PASS): Pass RRPATH_ENVVAR down
12113         to sub-makes.
12115 1998-01-13  Lee Iverson   (leei@ai.sri.com)
12117         * config-ml.in (multi-do): LDFLAGS must include multilib
12118         designator.
12120 Tue Jan 13 01:13:24 1998   Robert Lipe (robertl@dgii.com)
12122         * config.guess: Recognize i[3456]-i586-UnixWare7-sysv5.
12124 Sun Jan  4 01:06:55 1998  Mumit Khan  <khan@xraylith.wisc.edu>
12126         * config.sub: Add mingw32 support.
12127         * configure.in: Likewise.
12129 Sat Jan  3 12:11:05 1998 Franz Sirl <franz.sirl-kernel@lauterbach.com>
12131         * configure.in: Finalize support for {alpha|powerpc}*-*-linux-gnulibc1
12133 Sun Dec 28 11:28:58 1997  Jeffrey A Law  (law@cygnus.com)
12135         * Makefile.in (INSTALL_TARGET): Do install-gcc first.
12136         * configure (gxx_include_dir): Provide a definition for subdirs
12137         which do not use autoconf.
12139 Wed Dec 24 22:46:55 1997  Jeffrey A Law  (law@cygnus.com)
12141         * config.guess: Sync with egcs.  Picks up new alpha support,
12142         BeOS & some additional linux support.
12144 Tue Dec 23 12:44:24 1997  Jeffrey A Law  (law@cygnus.com)
12146         * config.guess: HP 9000/803 is a PA1.1 machine.
12148 Mon Dec 22 02:39:24 1997  Richard Henderson  <rth@cygnus.com>
12150         * configure.in: It's alpha*-...
12152 Sun Dec 21 16:53:12 1997  H.J. Lu  (hjl@gnu.ai.mit.edu)
12154         * configure.in (host_makefile_frag, target_makefile_frag):
12155         Handle multiple config files.
12156         (alpha-*-linux*): Treat alpha-*-linux* as alpha-*-linux* and
12157         alpha-*-*.
12159 Thu Dec 18 13:13:03 1997  Doug Evans  <devans@canuck.cygnus.com>
12161         * mkdep: New file.
12163 Wed Dec 17 09:53:02 1997  Michael Meissner  <meissner@cygnus.com>
12165         * configure.in (d30v-*-*): Allow configuring of libide, vmake, etc.
12167 Tue Dec 16 17:36:05 1997  Ian Lance Taylor  <ian@cygnus.com>
12169         * Makefile.in: Add libgui directory.
12170         (GDB_TK): Add all-libgui.
12171         * configure.in: Add libgui directory.
12172         * configure: Add all-libgui to GDB_TK.
12174 Mon Dec 15 16:12:28 1997  Nick Clifton  <nickc@cygnus.com>
12176         * config-ml.in (multidirs): Add m32r to multilib list.
12178 Fri Dec 12 10:43:31 1997  Brendan Kehoe  <brendan@canuck.cygnus.com>
12180         * Makefile.in (all-target-gperf): Change dependency to
12181         all-target-libstdc++.
12183 Thu Dec 11 23:30:51 1997  Fred Fish  <fnf@ninemoons.com>
12185         * config.guess: Add BeOS support.
12187 Wed Dec 10 15:10:38 1997  Ian Lance Taylor  <ian@cygnus.com>
12189         Source directory cvs renamed to cvssrc:
12190         * configure.in (host_tools): Change cvs to cvssrc.
12191         (native_only): Likewise.
12192         (noconfigdirs) [various cases]: Likewise.
12193         * Makefile.in (ALL_MODULES): Change all-cvs to all-cvssrc.
12194         (CROSS_CHECK_MODULES): Change check-cvs to check-cvssrc.
12195         (INSTALL_MODULES): Change install-cvs to install-cvssrc.
12196         (CLEAN_MODULES): Change clean-cvs to clean-cvssrc.
12197         (all-cvssrc): Rename target from all-cvs.
12199 Wed Dec  3 07:55:59 1997  Jeffrey A Law  (law@cygnus.com)
12201         * configure (gxx_include_dir): Fix thinko.
12203 Tue Dec  2 10:55:34 1997  Jeffrey A Law  (law@cygnus.com)
12205         * Makefile.in (INSTALL_TARGET_CROSS): Define.
12206         (install-cross, install-gcc-cross): New targets.
12208 Tue Dec  2 10:08:31 1997  Nick Clifton  <nickc@cygnus.com>
12210         * configure.in (noconfigdirs): Add support for Thumb target.
12212         * config.sub (maybe_os): Add support for Thumb target.
12214 Sun Nov 30 16:12:27 1997  Bob Manson  <manson@charmed.cygnus.com>
12216         * Makefile.in: Add rules for cygmon.
12218         * configure.in: Build cygmon for sparc-elf and sparclite-aout.
12220 Thu Nov 27 01:31:30 1997  Jeffrey A Law  (law@cygnus.com)
12222         * Makefile.in (INSTALL_TARGET): Do install-gcc first.
12223         * configure (gxx_include_dir): Provide a definition for subdirs
12224         which do not use autoconf.
12226 Wed Nov 26 11:53:33 1997  Keith Seitz  <keiths@onions.cygnus.com>
12228         * Makefile.in, configure, configure.in, ChangeLog: merge with foundry's
12229         11/18/97 build
12231 Wed Nov 26 16:08:50 1997  Jeffrey A Law  (law@cygnus.com)
12233         * From Franz Sirl.
12234         * config.guess (powerpc*-*-linux): Handle glibc2 beta release
12235         found on RedHat Linux systems.
12237 Fri Nov 21 09:51:01 1997  Jeffrey A Law  (law@cygnus.com)
12239         * config.guess (alpha stuff): Merge with FSF to avoid incorrect
12240         guesses.
12242 Thu Nov 13 11:38:37 1997  Jeffrey A Law  (law@cygnus.com)
12244         * configure.in (i[3456]86-ncr-sysv4.3*): Tweak.
12246 Mon Nov 10 15:23:21 1997  H.J. Lu  <hjl@gnu.ai.mit.edu>
12248         * ltmain.sh: If mkdir fails, check whether the directory was created
12249         anyhow by some other process.
12251 Mon Nov 10 14:38:03 1997  Michael Meissner  <meissner@cygnus.com>
12253         * configure.in (d30v-*-*): Configure all directories.
12255 Sun Nov  9 17:36:20 1997  Michael Meissner  <meissner@cygnus.com>
12257         * configure.in (d30v-*-*): Configure newlib, libiberty directories
12258         for the D30V.
12260 Sat Nov  8 14:42:59 1997  Michael Meissner  <meissner@cygnus.com>
12262         * configure.in (d30v-*-*): Configure target-libgloss on the D30V.
12264 Fri Nov  7 10:34:09 1997  Rob Savoye  <rob@darkstar.cygnus.com>
12266         * include/libiberty.h: Add extern "C" { so it can be used with C++
12267         progrms.
12268         * include/remote-sim.h:  Add extern "C" { so it can be used with C++
12269         programs.
12271 Thu Oct 30 11:09:29 1997  Michael Meissner  <meissner@cygnus.com>
12273         * configure.in (d30v-*-*): Configure GCC now.
12275 Mon Oct 27 13:17:24 1997  Stan Shebs  <shebs@andros.cygnus.com>
12277         * configure.in: Remove a "second pass" of tweaking noconfigdirs,
12278         is no longer needed.
12280 Mon Oct 27 12:03:53 1997  Jason Merrill  <jason@yorick.cygnus.com>
12282         * Makefile.in: check-target-libio depends on all-target-libstdc++.
12284 Sun Oct 26 11:48:27 1997  Manfred Hollstein  (manfred@s-direktnet.de)
12286         * Makefile.in (bootstrap-lean): Combined with `normal' bootstrap
12287         targets using "$@" to provide support for similar but not identical
12288         targets without having to duplicate code.
12290 Mon Oct 20 15:28:49 1997  Klaus K"ampf  <kkaempf@progis.de>
12292         * makefile.vms: Fix to work with DEC C.
12294 Tue Oct  7 23:58:57 1997  Gavin Koch  <gavin@cygnus.com>
12296         * config.sub: Add mips-tx39-elf to marketing names.
12298 Tue Oct  7 14:24:41 1997  Ian Lance Taylor  <ian@cygnus.com>
12300         * ltmain.sh: Handle symlinks in generated script.
12302 Wed Oct  1 13:11:27 1997  Ian Lance Taylor  <ian@cygnus.com>
12304         * configure: Handle autoconf style directory options: --bindir,
12305         --datadir, --includedir, --infodir, --libdir, --libexecdir,
12306         --mandir, --oldincludedir, --sbindir, --sharedstatedir,
12307         --sysconfdir.
12308         * Makefile.in (sbindir, libexecdir, sysconfdir): New variables.
12309         (sharedstatedir, localstatedir, oldincludedir): New variables.
12310         (BASE_FLAGS_TO_PASS): Pass down bindir, datadir, includedir,
12311         infodir, libdir, libexecdir, localstatedir, mandir, oldincludedir,
12312         sbindir, sharedstatedir, and sysconfdir.
12314 Mon Sep 29 00:38:08 1997 Aaron Jackson <jackson@negril.msrce.howard.edu>
12316         * Makefile.in (bootstrap-lean): New target.
12318 Wed Sep 24 18:06:27 1997  Stu Grossman  <grossman@babylon-5.cygnus.com>
12320         * configure.in (d30v):  Remove tcl, tk, expect, gdb, itcl, tix, db,
12321         sn, and gnuserv from noconfigdirs.
12323 Wed Sep 24 15:18:32 1997  Ian Lance Taylor  <ian@cygnus.com>
12325         * ltmain.sh: Tweak shell pattern to avoid bug in NetBSD /bin/sh.
12327 Thu Sep 18 23:58:27 1997  Jeffrey A Law  (law@cygnus.com)
12329         * Makefile.in (cross): New target.
12331 Thu Sep 18 21:43:23 1997  Alexandre Oliva  <oliva@dcc.unicamp.br>
12332                           Jeff Law         <law@cygnus.com>
12334         * Makefile.in (bootstrap2, bootstrap3): New targets.
12335         (all-bootstrap): Remove outdated and confusing target.
12336         (bootstrap, bootstrap2, bootstrap3): Don't pass BOOT_CFLAGS down.
12338 Thu Sep 18 15:37:42 1997  Andrew Cagney  <cagney@b1.cygnus.com>
12340         * configure (tooldir): enable_gdbtk=YES for cygwin32, NO for
12341         windows.  Consistent with gdb/configure.
12343 1997-09-15 02:37  Ulrich Drepper  <drepper@cygnus.com>
12345         * configure.in: Name Linux target fragment.
12347         * configure: Rewrite so that project Makefile fragment is inserted
12348         first and appears last in the resulting Makefile.
12350 Tue Sep 16 09:55:07 1997  Andrew Cagney  <cagney@b1.cygnus.com>
12352         * Makefile.in (install-itcl): Install tcl first.
12354 Fri Sep 12 16:19:20 1997  Geoffrey Noer  <noer@cygnus.com>
12356         * configure.in: remove bison from noconfigdirs for Cygwin32 host
12358 Thu Sep 11 16:40:46 1997  H.J. Lu  (hjl@gnu.ai.mit.edu)
12360         * Makefile.in (local-distclean): Also remove mh-frag mt-frag.
12362         * configure.in (skipdirs): Add target-librx for Linux.
12363         (alpha-*-linux*): Use config/mh-elfalphapic and config/mt-elfalphapic.
12365 Wed Sep 10 21:29:54 1997  Jeffrey A Law  (law@cygnus.com)
12367         * Makefile.in (bootstrap): New target.
12369 Wed Sep 10 15:19:22 1997  Jeffrey A Law  (law@cygnus.com)
12371         * config.sub: Accept 'amigados' for backward compatibility.
12373 Mon Sep  8 20:46:20 1997  Ian Lance Taylor  <ian@cygnus.com>
12375         * config.guess: Merge with FSF.
12377 Sun Sep  7 23:18:32 1997  Fred Fish  <fnf@ninemoons.com>
12379         * config.sub: Change 'amigados' to 'amigaos' to match current usage.
12381 Sun Sep  7 15:55:28 1997  Gavin Koch  <gavin@cygnus.com>
12383         * config.sub: Add "marketing-names" patch.
12385 Fri Sep  5 16:11:28 1997  Joel Sherrill  (joel@OARcorp.com)
12387         * configure.in (*-*-rtems*): Do not build libgloss for rtems.
12389 Fri Sep  5 12:27:17 1997  Jeffrey A Law  (law@cygnus.com)
12391         * config.sub: Handle v850-elf.
12393 Wed Sep  3 22:01:58 1997  Fred Fish  <fnf@ninemoons.com>
12395         * .cvsignore (*-install): Remove.
12397 Wed Sep  3 12:15:24 1997  Chris Provenzano  <proven@cygnus.com>
12399         * ltconfig: Set CONFIG_SHELL in libtool.
12400         * ltmain.sh: Use CONFIG_SHELL instead of /bin/sh
12402 Mon Sep  1 16:45:44 1997  Jim Wilson  <wilson@cygnus.com>
12404         * configure.in (target_subdir): Set to libraries if enable_multilib.
12406 Wed Aug 27 16:15:11 1997  Jim Wilson  <wilson@cygnus.com>
12408         * config.guess: Update from gcc directory.
12410 Tue Aug 26 16:46:46 1997  Andrew Cagney  <cagney@b1.cygnus.com>
12412         * Makefile.in (all-sim): Depends on all-readline.
12414 Wed Aug 20 19:57:37 1997  Jason Merrill  <jason@yorick.cygnus.com>
12416         * Makefile.in (BISON, YACC): Use $$s.
12417         (all-bison): Depend on all-texinfo.
12419 Tue Aug 19 01:41:32 1997  Jason Merrill  <jason@yorick.cygnus.com>
12421         * Makefile.in (BISON): Add -L flag.
12422         (YACC): Likewise.
12424 Mon Aug 18 11:30:50 1997  Nick Clifton  <nickc@cygnus.com>
12426         * configure.in (noconfigdirs): Add support for v850e target.
12428         * config.sub (maybe_os): Add support for v850e target.
12430 Mon Aug 18 11:30:50 1997  Nick Clifton  <nickc@cygnus.com>
12432         * configure.in (noconfigdirs): Add support for v850ea target.
12434         * config.sub (maybe_os): Add support for v850ea target.
12436 Mon Aug 18 09:24:06 1997  Gavin Koch  <gavin@cygnus.com>
12438         * config.sub: Add mipstx39.  Delete r3900.
12440 Mon Aug 18 17:20:10 1997  Jason Molenda  (crash@godzilla.cygnus.co.jp)
12442         * Makefile.in (all-autoconf): Depends on all-texinfo.
12444 Fri Aug 15 23:09:26 1997  Michael Meissner  <meissner@cygnus.com>
12446         * config-ml.in ({powerpc,rs6000}*-*-*): Update to current AIX and
12447         eabi targets.
12449 Thu Aug 14 14:42:17 1997  Ian Lance Taylor  <ian@cygnus.com>
12451         * configure: Get CFLAGS and CXXFLAGS from Makefile, if possible.
12453         * configure: When handling a Canadian Cross, handle YACC as well as
12454         BISON.  Just set BISON to bison.  When setting YACC, prefer bison.
12455         * Makefile.in (all-bison): Depend upon all-texinfo.
12457 Tue Aug 12 20:09:48 1997  Jason Merrill  <jason@yorick.cygnus.com>
12459         * Makefile.in (BISON): bison, not byacc or bison -y.
12460         (YACC): bison -y or byacc or yacc.
12461         (various): Add *-bison as appropriate.
12462         (taz): No need to mess with BISON anymore.
12464 Tue Aug 12 22:33:08 1997  Ian Lance Taylor  <ian@cygnus.com>
12466         * configure: If OSTYPE matches *win32*, try to find a good value for
12467         CONFIG_SHELL.
12469 Sun Aug 10 14:41:11 1997  Ian Lance Taylor  <ian@cygnus.com>
12471         * Makefile.in (taz): Get the version number from AM_INIT_AUTOMAKE in
12472         configure.in if it is present.
12474 Sat Aug  9 00:58:01 1997  Ian Lance Taylor  <ian@cygnus.com>
12476         * Makefile.in (LD_FOR_TARGET): Change ld.new to ld-new.
12478 Fri Aug  8 16:30:13 1997  Doug Evans  <dje@canuck.cygnus.com>
12480         * config.sub: Recognize `arc' cpu.
12481         * configure.in: Likewise.
12482         * config-ml.in: Likewise.
12484 Thu Aug  7 11:02:34 1997  Ian Lance Taylor  <ian@cygnus.com>
12486         * Makefile.in ($(INSTALL_X11_MODULES)): Depend upon installdirs.
12488 Wed Aug  6 16:27:29 1997  Chris Provenzano  <proven@cygnus.com>
12490         * configure: Changed sed delimiter from ':' to '|' when
12491         attempting to substitute ${config_shell} for SHELL. On
12492         NT ${config_shell} may contain a ':' in it.
12494 Wed Aug  6 12:29:05 1997  Jason Merrill  <jason@yorick.cygnus.com>
12496         * Makefile.in (EXTRA_GCC_FLAGS): Fix for non-bash shells.
12498 Wed Aug  6 00:42:35 1997  Ian Lance Taylor  <ian@cygnus.com>
12500         * Makefile.in (AS_FOR_TARGET): Change as.new to as-new.
12502 Tue Aug  5 14:08:51 1997  Ian Lance Taylor  <ian@cygnus.com>
12504         * Makefile.in (NM_FOR_TARGET): Change nm.new to nm-new.
12506         * ylwrap: If the program is a relative path, force it to be
12507         absolute.
12509 Tue Aug  5 12:12:44 1997  Andrew Cagney  <cagney@b1.cygnus.com>
12511         * configure (tooldir): Set BISON to `bison -y' and not just bison.
12513 Mon Aug  4 22:59:02 1997  Andrew Cagney  <cagney@b1.cygnus.com>
12515         * Makefile.in (CC_FOR_TARGET): When winsup/Makefile present,
12516         correctly specify the target build directory $(TARGET_SUBDIR)/winsup
12517         for libraries.
12519 Mon Aug  4 12:40:24 1997  Jason Merrill  <jason@yorick.cygnus.com>
12521         * Makefile.in (EXTRA_GCC_FLAGS): Fix handling of macros with values
12522         separated by spaces.
12524 Thu Jul 31 19:49:49 1997  Ian Lance Taylor  <ian@cygnus.com>
12526         * ylwrap: New file.
12527         * Makefile.in (DEVO_SUPPORT): Add ylwrap.
12529         * ltmain.sh: Handle /bin/sh at start of install program.
12531         * Makefile.in (DEVO_SUPPORT): Add ltconfig, ltmain.sh, and missing.
12533         * ltconfig, ltmain.sh: New files, from libtool 1.0.
12534         * missing: New file, from automake 1.2.
12536 Thu Jul 24 12:57:56 1997  Ian Lance Taylor  <ian@cygnus.com>
12538         * Makefile.in: Treat tix like tk, putting it in X11_MODULES.  Add
12539         check-tk to CHECK_X11_MODULES.
12541 Wed Jul 23 17:03:29 1997  Ian Lance Taylor  <ian@cygnus.com>
12543         * config.sub: Merge with FSF.
12545 Tue Jul 22 19:08:29 1997  Ian Lance Taylor  <ian@cygnus.com>
12547         * config.guess: Merge with FSF.
12549 Tue Jul 22 14:50:42 1997  Robert Hoehne <robert.hoehne@Mathematik.TU-Chemnitz.DE>
12551         * configure: Treat msdosdjgpp like go32.
12552         * configure.in: Likewise.  Don't remove gprof for go32.
12554         * configure: Change Makefile.tem2 to Makefile.tm2.
12556 Mon Jul 21 10:31:26 1997  Stephen Peters  <speters@cygnus.com>
12558         * configure.in (noconfigdirs): For alpha-dec-osf*, don't ignore grep.
12560 Tue Jul 15 14:33:03 1997  Brendan Kehoe  <brendan@lisa.cygnus.com>
12562         * install-sh (chmodcmd): Set to null if the DST directory already
12563         exists.  Same as Nov 11th change.
12565 Mon Jul 14 11:01:15 1997  Martin M. Hunt  <hunt@cygnus.com>
12567         * configure (GDB_TK): Needs itcl and tix.
12569 Mon Jul 14 00:32:10 1997  Jason Merrill  <jason@yorick.cygnus.com>
12571         * config.guess: Update from FSF.
12573 Fri Jul 11 11:57:11 1997  Martin M. Hunt  <hunt@cygnus.com>
12575         * Makefile.in (GDB_TK): Depend on itcl and tix.
12577 Fri Jul  4 13:25:31 1997  Ian Lance Taylor  <ian@cygnus.com>
12579         * Makefile.in (INSTALL_PROGRAM_ARGS): New variable.
12580         (INSTALL_PROGRAM): Use $(INSTALL_PROGRAM_ARGS).
12581         (INSTALL_SCRIPT): New variable.
12582         (BASE_FLAGS_TO_PASS): Pass down INSTALL_SCRIPT.
12583         * configure.in: If host is *-*-cygwin32*, set INSTALL_PROGRAM_ARGS
12584         to -x.
12585         * install-sh: Add support for -x option.
12587 Mon Jun 30 15:51:30 1997  Ian Lance Taylor  <ian@cygnus.com>
12589         * configure.in, Makefile.in: Treat tix like itcl.
12591 Thu Jun 26 13:59:19 1997  Ian Lance Taylor  <ian@cygnus.com>
12593         * Makefile.in (WINDRES): New variable.
12594         (WINDRES_FOR_TARGET): New variable.
12595         (BASE_FLAGS_TO_PASS): Add WINDRES_FOR_TARGET.
12596         (EXTRA_HOST_FLAGS): Add WINDRES.
12597         (EXTRA_TARGET_FLAGS): Add WINDRES.
12598         (EXTRA_GCC_FLAGS): Add WINDRES.
12599         ($(DO_X)): Pass down WINDRES.
12600         ($(CONFIGURE_TARGET_MODULES)): Set WINDRES when configuring.
12601         * configure: Treat WINDRES like DLLTOOL, and WINDRES_FOR_TARGET like
12602         DLLTOOL_FOR_TARGET.
12604 Wed Jun 25 15:01:26 1997  Felix Lee  <flee@cygnus.com>
12606         * configure.in: configure sim before gdb for win32-x-ppc
12608 Wed Jun 25 12:18:54 1997  Brendan Kehoe  <brendan@lisa.cygnus.com>
12610         Move gperf into the toplevel, from libg++.
12611         * configure.in (target_tools): Add target-gperf.
12612         (native_only): Add target-gperf.
12613         * Makefile.in (all-target-gperf): New target, depend on
12614         all-target-libg++.
12615         (configure-target-gperf): Empty rule.
12616         (ALL_TARGET_MODULES): Add all-target-gperf.
12617         (CONFIGURE_TARGET_MODULES): Add configure-target-gperf.
12618         (CHECK_TARGET_MODULES): Add check-target-gperf.
12619         (INSTALL_TARGET_MODULES): Add install-target-gperf.
12620         (CLEAN_TARGET_MODULES): Add clean-target-gperf.
12622 Mon Jun 23 10:51:53 1997  Jeffrey A Law  (law@cygnus.com)
12624         * config.sub (mn10200): Recognize new basic machine.
12626 Thu Jun 19 14:16:42 1997  Brendan Kehoe  <brendan@lisa.cygnus.com>
12628         * configure.in: Don't set ENABLE_MULTILIB, so we'll be passing
12629         --enable-multilib down to subdirs; setting TARGET_SUBDIR was enough.
12631 Tue Jun 17 15:31:20 1997  Brendan Kehoe  <brendan@lisa.cygnus.com>
12633         * configure.in: If we're building mips-sgi-irix6* native, turn on
12634         ENABLE_MULTILIB and set TARGET_SUBDIR.
12636 Tue Jun 17 12:20:59 1997  Tom Tromey  <tromey@cygnus.com>
12638         * Makefile.in (all-sn): Depend on all-grep.
12640 Mon Jun 16 11:11:10 1997  Ian Lance Taylor  <ian@cygnus.com>
12642         * configure.in: Use mh-ppcpic and mt-ppcpic for powerpc*-* targets.
12644         * configure: Set CFLAGS and CXXFLAGS, and substitute them into
12645         Makefile.  From Jeff Makey <jeff@cts.com>.
12646         * Makefile.in: Add comment for CFLAGS and CXXFLAGS.
12648         * Makefile.in (DISTBISONFILES): Remove.
12649         (taz): Don't futz with DISTBISONFILES.  Change BISON to use
12650         $(DEFAULT_YACC).
12652         * configure.in: Build itl, db, sn, etc., when building for native
12653         cygwin32.
12655         * Makefile.in (LD): New variable.
12656         (EXTRA_HOST_FLAGS): Pass down LD.
12657         ($(DO_X)): Likewise.
12659 Mon Jun 16 11:10:35 1997  Philip Blundell  <Philip.Blundell@pobox.com>
12661         * Makefile.in (INSTALL): Use $(SHELL) when executing install-sh.
12663 Fri Jun 13 10:22:56 1997  Bob Manson  <manson@charmed.cygnus.com>
12665         * configure.in (targargs): Strip out any supplied --build argument
12666         before adding our own. Always add --build.
12668 Thu Jun 12 21:12:28 1997  Bob Manson  <manson@charmed.cygnus.com>
12670         * configure.in (targargs): Pass --build if we're doing
12671         a cross-compile.
12673 Fri Jun  6 21:38:40 1997  Rob Savoye  <rob@chinadoll.cygnus.com>
12675         * configure: Use '|' instead of ":" as the separator in
12676         sed. Otherwise sed chokes on NT path names with drive
12677         designators. Also look for "?:*" as the leading characters in an
12678         absolute pathname.
12680 Mon Jun  2 13:05:20 1997  Gavin Koch  <gavin@cygnus.com>
12682         * config.sub: Support for r3900.
12684 Wed May 21 17:33:31 1997  Ian Lance Taylor  <ian@cygnus.com>
12686         * configure.in: Use install-sh, not install.sh.
12688 Wed May 14 16:06:51 1997  Ian Lance Taylor  <ian@cygnus.com>
12690         * Makefile.in (taz): Improve check for BISON so it doesn't try to
12691         apply it twice.
12693 Fri May  9 17:22:05 1997  Ian Lance Taylor  <ian@cygnus.com>
12695         * Makefile.in (INSTALL_MODULES): Put install-opcodes before
12696         install-binutils.
12698 Thu May  8 17:29:50 1997  Ian Lance Taylor  <ian@cygnus.com>
12700         * Makefile.in: Add automake targets.
12701         * configure.in (host_tools): Add automake.
12703 Tue May  6 15:49:52 1997  Ian Lance Taylor  <ian@cygnus.com>
12705         * configure: Default CXX to c++, not gcc.
12706         * Makefile.in (CXX): Set to c++, not gcc.
12707         (CXX_FOR_TARGET): When cross, transform c++, not gcc.
12709 Thu May  1 10:11:43 1997  Geoffrey Noer  <noer@cygnus.com>
12711         * install-sh: try appending a .exe if source file doesn't
12712         exist
12714 Wed Apr 30 12:05:36 1997  Jason Merrill  <jason@yorick.cygnus.com>
12716         * configure.in: Turn on multilib by default.
12717         (cross_only): Remove target-libiberty.
12719         * Makefile.in (all-gcc): Don't depend on libiberty.
12721 Mon Apr 28 18:39:45 1997  Michael Snyder  <msnyder@cleaver.cygnus.com>
12723         * config.guess: improve algorithm for recognizing Gnu Hurd x86.
12725 Thu Apr 24 19:30:07 1997  Ian Lance Taylor  <ian@cygnus.com>
12727         * Makefile.in (DEVO_SUPPORT): Add mpw-install.
12728         (DISTBISONFILES): Add ld/Makefile.in
12730 Tue Apr 22 17:17:28 1997  Geoffrey Noer  <noer@pizza.cygnus.com>
12732         * configure.in: if target is cygwin32 but host isn't cygwin32,
12733         don't configure gdb tcl tk expect, not just gdb.
12735 Mon Apr 21 13:33:39 1997  Tom Tromey  <tromey@cygnus.com>
12737         * configure.in: Added gnuserv everywhere sn appears.
12739         * Makefile.in (ALL_MODULES): Added all-gnuserv.
12740         (CROSS_CHECK_MODULES): Added check-gnuserv.
12741         (INSTALL_MODULES): Added install-gnuserv.
12742         (CLEAN_MODULES): Added clean-gnuserv.
12743         (all-gnuserv): New target.
12745 Thu Apr 17 13:57:06 1997  Per Fogelstrom  <pefo@openbsd.org>
12747         * config.guess: Fixes for MIPS OpenBSD systems.
12749 Tue Apr 15 12:21:07 1997  Ian Lance Taylor  <ian@cygnus.com>
12751         * Makefile.in (INSTALL_XFORM): Remove.
12752         (BASE_FLAGS_TO_PASS): Remove INSTALL_XFORM.
12754         * mkinstalldirs: New file, copied from automake.
12755         * Makefile.in (installdirs): Rename from install-dirs.  Use
12756         mkinstalldirs.  Change all users.
12757         (DEVO_SUPPORT): Add mkinstalldirs.
12759 Mon Apr 14 11:21:38 1997  Ian Lance Taylor  <ian@cygnus.com>
12761         * install-sh: Rename from install.sh.
12762         * Makefile.in (INSTALL): Change install.sh to install-sh.
12763         (DEVO_SUPPORT): Likewise.
12765         * configure: Use ${config_shell} with ${moveifchange}.  From Thomas
12766         Graichen <graichen@rzpd.de>.
12768 Fri Apr 11 16:37:10 1997  Niklas Hallqvist  <niklas@appli.se>
12770         * config.guess: Recognize OpenBSD systems correctly.
12772 Fri Apr 11 17:07:04 1997  Jason Molenda  (crash@godzilla.cygnus.co.jp)
12774         * README, Makefile.in (ETC_SUPPORT): Remove references to
12775         cfg-paper*, configure.{texi,man,info*}._
12777 Sun Apr  6 18:47:57 1997  Andrew Cagney  <cagney@kremvax.cygnus.com>
12779         * Makefile.in (all.normal): Ensure that gcc is built after all
12780         the x11 - ie gdb - targets.
12782 Tue Apr  1 16:28:50 1997  Klaus Kaempf  <kkaempf@progis.de>
12784         * makefile.vms: Don't run conf-a-gas.
12786 Mon Mar 31 16:26:55 1997  Joel Sherrill  <joel@oarcorp.com>
12788         * configure.in (hppa1.1-*-rtems*): New target, like hppa-*-*elf*.
12790 Sun Mar 30 12:38:27 1997  Fred Fish  <fnf@cygnus.com>
12792         * configure.in: Remove noconfigdirs case since gdb also
12793         configures and builds for tic80-coff.
12795 Fri Mar 28 18:28:52 1997  Ian Lance Taylor  <ian@cygnus.com>
12797         * configure: Set cache_file to config.cache.
12798         * Makefile.in (local-distclean): Remove config.cache.
12800 Wed Mar 26 18:49:39 1997  Ian Lance Taylor  <ian@cygnus.com>
12802         * COPYING: Update FSF address.
12804 Wed Mar 26 10:38:25 1997  Michael Meissner  <meissner@cygnus.com>
12806         * configure.in (tic80-*-*): Remove G++ libraries and libgloss from
12807         noconfigdirs.
12809 Mon Mar 24 15:02:39 1997  Ian Lance Taylor  <ian@cygnus.com>
12811         * Makefile.in (install-dirs): Don't crash if prefix, and hence
12812         MAKEDIRS, is empty.
12814 Mon Mar 24 12:40:55 1997  Doug Evans  <dje@canuck.cygnus.com>
12816         * config.sub: Tweak mn10300 entry.
12818 Fri Mar 21 15:35:27 1997  Michael Meissner  <meissner@cygnus.com>
12820         * configure.in (host_tools): Put sim before gdb, so gdb's
12821         configure.tgt can determine if the simulator was configured.
12823 Sun Mar 16 16:07:08 1997  Fred Fish  <fnf@cygnus.com>
12825         * config.sub: Move BeOS $os case to be with other Cygnus
12826         local cases.
12828 Sun Mar 16 01:34:55 1997  Martin Hunt <hunt@cygnus.com>
12830         * config.sub: Remove misplaced comment that broke Linux.
12832 Sat Mar 15 22:50:15 1997  Fred Fish  <fnf@cygnus.com>
12834         * config.sub: Add BeOS support.
12836 Mon Mar 10 13:30:11 1997  Tom Tromey  <tromey@cygnus.com>
12838         * Makefile.in (CHECK_X11_MODULES): Don't run check-tk.
12840 Wed Mar  5 12:09:29 1997  Martin  <hunt@cygnus.com>
12842         * configure.in (noconfigdirs): Remove tcl and tk from
12843         noconfigdirs for cygwin32 builds.
12845 Fri Feb 28 18:20:15 1997  Fred Fish  <fnf@cygnus.com>
12847         * configure.in (tic80-*-*): Remove ld from noconfigdirs.
12849 Thu Feb 27 14:57:26 1997  Ken Raeburn  <raeburn@cygnus.com>
12851         * Makefile.in (GAS_SUPPORT_DIRS, BINUTILS_SUPPORT_DIRS): Remove
12852         make-all.com, use makefile.vms instead.
12854 Tue Feb 25 18:46:14 1997  Stan Shebs  <shebs@andros.cygnus.com>
12856         * config.sub: Accept -lnews*.
12858 Tue Feb 25 13:19:14 1997  Andrew Cagney  <cagney@kremvax.tpgi.com.au>
12860         * configure.in (noconfigdirs): Disable target-newlib,
12861         target-examples and target-libiberty for d30v.
12863 Fri Feb 21 17:56:25 1997  Martin M. Hunt  <hunt@pizza.cygnus.com>
12865         * configure.in (noconfigdirs): Enable ld for d30v.
12867 Fri Feb 21 20:58:51 1997  Michael Meissner  <meissner@cygnus.com>
12869         * configure.in (tic80-*-*): Build compiler.
12871 Sun Feb 16 15:41:09 1997  Andrew Cagney  <cagney@critters.cygnus.com>
12873         * configure.in (d30v-*): Remove sim directory from list of
12874         unsupported d30v directories
12876 Tue Feb 18 17:32:42 1997  Martin M. Hunt  <hunt@pizza.cygnus.com>
12878         * config.sub, configure.in: Add d30v target cpu.
12880 Thu Feb 13 22:04:44 1997  Klaus Kaempf  <kkaempf@progis.de>
12882         * makefile.vms: New file.
12883         * make-all.com: Remove.
12885 Wed Feb 12 12:54:18 1997  Jim Wilson  <wilson@cygnus.com>
12887         * Makefile.in (EXTRA_GCC_FLAGS): Add LIBGCC2_DEBUG_CFLAGS.
12889 Sat Feb  8 20:36:49 1997  Michael Meissner  <meissner@cygnus.com>
12891         * Makefile.in (all-itcl): The rule is all-itcl, not all-tcl.
12893 Tue Feb  4 11:39:29 1997  Tom Tromey  <tromey@cygnus.com>
12895         * Makefile.in (ALL_MODULES): Added all-db.
12896         (CROSS_CHECK_MODULES): Addec check-db.
12897         (INSTALL_MODULES): Added install-db.
12898         (CLEAN_MODULES): Added clean-db.
12900 Mon Feb  3 13:29:36 1997  Ian Lance Taylor  <ian@cygnus.com>
12902         * config.guess: Merge with latest FSF sources.
12904 Tue Jan 28 09:20:37 1997  Tom Tromey  <tromey@cygnus.com>
12906         * Makefile.in (ALL_MODULES): Added all-itcl.
12907         (CROSS_CHECK_MODULES): Added check-itcl.
12908         (INSTALL_MODULES): Added install-itcl.
12909         (CLEAN_MODULES): Added clean-itcl.
12911 Thu Jan 23 01:44:27 1997  Geoffrey Noer  <noer@cygnus.com>
12913         * configure.in: build gdb for mn10200
12915 Fri Jan 17 15:32:15 1997  Doug Evans  <dje@canuck.cygnus.com>
12917         * Makefile.in (all-target-winsup): Depend on all-target-libio.
12919 Mon Jan 13 22:46:54 1997  Michael Meissner  <meissner@tiktok.cygnus.com>
12921         * configure.in (tic80-*-*): Turn off most targets right now.
12923 Fri Jan  3 16:04:03 1997  Ian Lance Taylor  <ian@cygnus.com>
12925         * Makefile.in (MAKEINFO): Check for the existence of the Makefile,
12926         rather than the makeinfo program.
12927         (do-info): Depend upon all-texinfo.
12929 Tue Dec 31 16:00:31 1996  Ian Lance Taylor  <ian@cygnus.com>
12931         * configure.in: Remove uses of config/mh-linux.
12933         * config.sub, config.guess: Merge with latest FSF sources.
12935 Fri Dec 27 23:04:33 1996  Fred Fish  <fnf@cygnus.com>
12937         * config.sub (case $basic_machine): Add tic80 entries.
12939 Fri Dec 27 12:07:59 1996  Ian Lance Taylor  <ian@cygnus.com>
12941         * config.sub, config.guess: Merge with latest FSF sources.
12943 Wed Dec 18 22:46:39 1996  Stan Shebs  <shebs@andros.cygnus.com>
12945         * mpw-build.in: Build ld before gcc, use NewFolderRecursive.
12946         * mpw-config.in: Test for NewFolderRecursive.
12947         * mpw-install: Use symbolic name for startup filename.
12948         * mpw-README: Add various additional details.
12950 Wed Dec 18 13:11:46 1996  Jim Wilson  <wilson@cygnus.com>
12952         * configure.in (mips*-sgi-irix6*): Remove binutils from noconfigdirs.
12954 Wed Dec 18 10:29:31 1996  Jeffrey A Law  (law@cygnus.com)
12956         * configure.in: Do build gcc and the target libraries for
12957         the mn10200.
12959 Wed Dec  4 16:53:05 1996  Geoffrey Noer  <noer@cygnus.com>
12961         * configure.in: don't avoid building gdb for mn10300 any more
12962         * Makefile.in: double-quote GCC_FOR_TARGET line in EXTRA_GCC_FLAGS
12963         instead of single-quoting it.
12965 Tue Dec  3 23:26:50 1996  Jason Merrill  <jason@yorick.cygnus.com>
12967         * configure.in: Don't use --with-stabs on IRIX 6.
12969 Tue Dec  3 09:05:25 1996  Doug Evans  <dje@canuck.cygnus.com>
12971         * configure.in (m32r): Build gdb, libg++ now.
12973 Sun Dec  1 00:18:59 1996  Peter Schauer  (pes@regent.e-technik.tu-muenchen.de)
12975         * configure.in (mips*-sgi-irix6*):  Remove gdb and related
12976         directories from noconfigdirs.
12978 Tue Nov 26 11:45:33 1996  Kim Knuttila  <krk@cygnus.com>
12980         * config.sub (basic_machine): added mips16 configuration
12982 Sat Nov 23 19:26:22 1996  Michael Meissner  <meissner@tiktok.cygnus.com>
12984         * config.sub: Handle d10v-unknown.
12986 Sat Nov 23 10:23:01 1996  Gavin Koch  <gavin@cygnus.com>
12988         * config.sub: Handle v850-unknown.
12990 Thu Nov 21 16:19:44 1996  Geoffrey Noer  <noer@cygnus.com>
12992         * Makefile.in: add findutils
12993         * configure.in: add findutils to list of host_tools
12995 Wed Nov 20 10:09:01 1996  Jeffrey A Law  (law@cygnus.com)
12997         * config.sub: Handle mn10200 and mn10300.
12999 Tue Nov 19 16:35:14 1996  Michael Meissner  <meissner@tiktok.cygnus.com>
13001         * configure.in (d10v-*): Do not build librx.
13003 Mon Nov 18 13:28:41 1996  Jeffrey A Law  (law@cygnus.com)
13005         * configure.in (mn10300): Build everything except gdb & libgloss.
13007 Wed Nov 13 14:59:46 1996  Per Bothner  <bothner@deneb.cygnus.com>
13009         * config.guess:  Patch for Dansk Data Elektronik servers,
13010         from Niels Skou Olsen <nso@dde.dk>.
13012         For ncr, use /bin/uname rather than uname, since GNU uname does not
13013         support -p.  Suggested by Mark Mitchell <mmitchell@usa.net>.
13015         Patch for MIPS R4000 running System V,
13016         from Eric S. Raymond <esr@snark.thyrsus.com>.
13018         Fix thinko for nextstep.
13020         Patch for OSF1 in i?86, from Dan Murphy <dlm@osf.org> via Harlan Stenn.
13022         Sat Jun 24 18:58:17 1995  Morten Welinder  <terra+@cs.cmu.edu>
13023         * config.guess: Guess mips-dec-mach_bsd4.3.
13025         Thu Oct 10 04:07:04 1996  Harlan Stenn <harlan@pfcs.com>
13026         * config.guess (i?86-ncr-sysv*):  Emit just enough of the minor
13027         release numbers.
13028         * config.guess (mips-mips-riscos*):  Emit just enough of the
13029         release number.
13031         Tue Oct  8 10:37:22 1996  Frank Vance <fvance@waii.com>
13032         * config.guess (sparc-auspex-sunos*):  Added.
13033         (f300-fujitsu-*): Added.
13035         Wed Sep 25 22:00:35 1996  Jeff Woolsey <woolsey@jlw.com>
13036         * config.guess:  Recognize a Tadpole as a sparc.
13038 Wed Nov 13 00:53:09 1996  David J. MacKenzie  <djm@churchy.gnu.ai.mit.edu>
13040         * config.guess: Don't assume that NextStep version is either 2 or
13041         3.  NextStep 4 (aka OpenStep 4) has come out now.
13043 Mon Nov 11 23:52:03 1996  David J. MacKenzie  <djm@churchy.gnu.ai.mit.edu>
13045         * config.guess: Support Cray T90 that reports itself as "CRAY TS".
13046         From Rik Faith <faith@cs.unc.edu>.
13048 Fri Nov  8 11:34:58 1996  David J. MacKenzie  <djm@geech.gnu.ai.mit.edu>
13050         * config.sub: Contributions from bug-gnu-utils to:
13051         Support plain "hppa" (no version given) architecture, reported by
13052         OpenStep.
13053         OpenBSD like NetBSD.
13054         LynxOs is not a hardware supplier.
13056         * config.guess: Contributions from bug-gnu-utils to add support for:
13057         OpenBSD like NetBSD.
13058         Stratus systems.
13059         More Pyramid systems.
13060         i[n>4]86 Intel chips.
13061         M680[n>4]0 Motorola chips.
13062         Use unknown instead of lynx for hardware manufacturer.
13064 Mon Nov 11 10:09:08 1996  Brendan Kehoe  <brendan@lisa.cygnus.com>
13066         * install.sh (chmodcmd): Set to null if the DST directory already
13067         exists.
13069 Mon Nov 11 10:43:41 1996  Michael Meissner  <meissner@tiktok.cygnus.com>
13071         * configure.in (powerpc*-{eabi,elf,linux,rtem,sysv,solaris}*): Do
13072         not use mt-ppc target Makefile fragment any more.
13074 Sun Nov  3 19:17:07 1996  Stu Grossman  (grossman@critters.cygnus.com)
13076         * configure.in (*-*-windows):  Exclude everything but those dirs
13077         needed to build windows.
13079 Tue Oct 29 16:41:31 1996  Doug Evans  <dje@canuck.cygnus.com>
13081         * Makefile.in (all-target-winsup): Depend on all-target-librx.
13083 Mon Oct 28 17:32:46 1996  Stu Grossman  (grossman@critters.cygnus.com)
13085         * configure.in:  Exclude mmalloc from i386-windows.
13087 Thu Oct 24 09:22:46 1996  Stu Grossman  (grossman@critters.cygnus.com)
13089         * Undo my previous change.
13091 Thu Oct 24 12:12:04 1996  Ian Lance Taylor  <ian@cygnus.com>
13093         * Makefile.in (EXTRA_GCC_FLAGS): Pass down GCC_FOR_TARGET
13094         unconditionally.
13095         (MAKEOVERRIDES): Define (revert this part of October 18 change).
13097 Thu Oct 24 09:02:07 1996  Stu Grossman  (grossman@critters.cygnus.com)
13099         * Makefile.in (FLAGS_TO_PASS):  Add $(HOST_FLAGS) to allow the
13100         host to add it's own flags.
13102 Tue Oct 22 15:20:26 1996  Ian Lance Taylor  <ian@cygnus.com>
13104         * configure: Handle GCC_FOR_TARGET like CC_FOR_TARGET.
13106 Fri Oct 18 13:37:13 1996  Ian Lance Taylor  <ian@cygnus.com>
13108         * Makefile.in (CC_FOR_TARGET): Check for xgcc, not Makefile.
13109         (CXX_FOR_TARGET): Likewise.
13110         (GCC_FOR_TARGET): Define.
13111         (BASE_FLAGS_TO_PASS): Remove GCC_FOR_TARGET.
13112         (EXTRA_GCC_FLAGS): Define GCC_FOR_TARGET based on whether
13113         CC_FOR_TARGET was specified on the command line.
13114         (MAKEOVERRIDES): Don't define.
13116 Thu Oct 17 10:27:56 1996  Doug Evans  <dje@canuck.cygnus.com>
13118         * configure.in (m32r): Fix spelling of libg++ libs.
13120 Thu Oct 10 10:37:17 1996  Stan Shebs  <shebs@andros.cygnus.com>
13122         * config.sub (-apple*): Remove, now redundant.
13124 Thu Oct 10 12:30:54 1996  Ian Lance Taylor  <ian@cygnus.com>
13126         * configure: Don't get confused by CPU-VENDOR-linux-gnu.
13128         * configure: Rework yesterday's sed script patch.
13130         * config.sub: Merge with FSF.
13132 Wed Oct  9 17:24:59 1996  Per Bothner  <bothner@deneb.cygnus.com>
13134         * config.guess:  Merge from FSF.
13136         1996-09-12  Richard Stallman  <rms@ethanol.gnu.ai.mit.edu>
13137         * config.guess: Use pc instead of unknown, for pc clone systems.
13138         Change linux to linux-gnu.
13140         Mon Jul 15 23:51:11 1996  Karl Heuer  <kwzh@gnu.ai.mit.edu>
13141         * config.guess: Avoid non-portable tr syntax.
13143 Wed Oct  9 06:06:46 1996  Jeffrey A Law  (law@cygnus.com)
13145         * test-build.mk (HOLES): Add "xargs" for gdb.
13147         * configure: Avoid hpux10.20 sed bug.
13149 Tue Oct  8 08:32:48 1996  Stu Grossman  (grossman@critters.cygnus.com)
13151         * configure.in:  Add support for windows host
13152         (that is a build done under the Microsoft build environment).
13154 Tue Oct  8 10:39:08 1996  Ian Lance Taylor  <ian@cygnus.com>
13156         * Makefile.in: Replace all uses of srcroot with s, to shrink
13157         command line lengths.
13159         Patches from Geoffrey Noer <noer@cygnus.com>:
13160         * configure.in: If configuring for newlib, pass --with-newlib to
13161         subdirectories.
13162         * Makefile.in (CC_FOR_TARGET): If winsup/Makefile exists, pass a
13163         -Bnewlib/ and -Lwinsup to gcc.
13164         (CXX_FOR_TARGET): Likewise.
13166 Mon Oct  7 10:59:35 1996  Ian Lance Taylor  <ian@cygnus.com>
13168         * Makefile.in (ETC_SUPPORT): Add configure.
13170 Fri Oct  4 12:22:58 1996  Angela Marie Thomas (angela@cygnus.com)
13172         * configure.in: Use config/mh-dgux386 for i[345]86-dg-dgux
13173         host configuration file.
13175 Thu Oct  3 09:28:25 1996  Jeffrey A Law  (law@cygnus.com)
13177         * configure.in: Break mn10x00 support into separate
13178         mn10200 and mn10300 configurations.
13179         * config.sub: Likewise.
13181 Wed Oct  2 22:27:52 1996  Jeffrey A Law  (law@cygnus.com)
13183         * configure.in: Add lots of stuff to noconfigdirs for
13184         the mn10x00 targets.
13186         * config.sub, configure.in: Add mn10x00 support.
13188 Wed Oct  2 15:52:36 1996  Klaus Kaempf  <kkaempf@progis.de>
13190         * make-all.com: Call conf-a-gas, not config-a-gas.
13192 Tue Oct  1 01:28:41 1996  James G. Smith  <jsmith@cygnus.co.uk>
13194         * configure.in (noconfigdirs): Don't build libgloss for arm-coff
13195         targets.
13197 Mon Sep 30 14:24:01 1996  Stan Shebs  <shebs@andros.cygnus.com>
13199         * mpw-README: Add much more detail for native PowerMac.
13200         * mpw-install: New file.
13201         * mpw-configure: Add --norecursion and --help options.
13202         * mpw-config.in: Translate readme and install files when
13203         copying to objdir.
13204         * mpw-build.in: Don't always depend on byacc and flex.
13205         (install-only-top): New action.
13207 Fri Sep 27 17:39:44 1996  Stu Grossman  (grossman@critters.cygnus.com)
13209         * configure.in:  You can now configure GDB for the v850.
13211 Tue Sep 24 19:05:12 1996  Stan Shebs  <shebs@andros.cygnus.com>
13213         * configure.in (noconfigdirs): Don't configure any C++ dirs
13214         if targeting D10V.
13216 Tue Sep 17 12:15:31 1996  Ian Lance Taylor  <ian@cygnus.com>
13218         * config.sub: Recognize mips64vr5000.
13220 Mon Sep 16 17:00:52 1996  Ian Lance Taylor  <ian@cygnus.com>
13222         * configure.in: Use a single line for host_tools and native_only.
13224 Mon Sep  9 12:21:30 1996  Doug Evans  <dje@canuck.cygnus.com>
13226         * config.sub, configure.in: Add entries for m32r.
13228 Thu Sep  5 13:52:47 1996  Tom Tromey  <tromey@creche.cygnus.com>
13230         * Makefile.in (inet-install): Don't run install-gzip.
13232 Wed Sep  4 17:26:13 1996  Stu Grossman  (grossman@critters.cygnus.com)
13234         * configure.in:  Don't config lots of things for *-*-windows*.
13236 Sat Aug 31 11:45:57 1996  Stan Shebs  <shebs@andros.cygnus.com>
13238         * mpw-config.in: Test for mpw-true, true, and null-command scripts.
13239         (host_libs, host_tools): Copy from configure.in.
13240         * mpw-configure: Don't complain about directories not found.
13242 Thu Aug 29 16:44:58 1996  Michael Meissner  <meissner@tiktok.cygnus.com>
13244         * configure.in (i[345]86): Recognize i686 for pentium pro.
13245         (i[3456]86-*-dgux*): Use config/mh-sysv for the host configuration
13246         file.
13248         * config.guess (i[345]86): Ditto.
13250 Mon Aug 26 18:34:42 1996  Martin M. Hunt  <hunt@pizza.cygnus.com>
13252         * configure.in (noconfigdirs): Removed gdb for D10V.
13254 Thu Aug 22 17:13:52 1996  Jeffrey A Law  (law@cygnus.com)
13256         * configure.in: Remove ld, target-libio, target-libg++, and
13257         target-libstdc++ from noconfigdirs.
13259 Wed Aug 21 18:56:38 1996  Fred Fish  <fnf@cygnus.com>
13261         * configure: Fix three locations where shell scripts were
13262         being run directly rather than with config_shell.
13264 Tue Aug 20 13:08:47 1996  J.T. Conklin  <jtc@hippo.cygnus.com>
13266         * configure.in (v850-*-*): Set up initial $noconfigdirs.
13267         * config.sub (basic_machine): Recognize v850.
13269 Thu Aug 15 12:19:33 1996  Stan Shebs  <shebs@andros.cygnus.com>
13271         * mpw-configure: Handle multiple enable/disable options and
13272         pass them down recursively, handle -c and -s flags appropriately
13273         depending on choice of compiler, add escape mechanism for
13274         quoted arguments to gC.
13276 Mon Aug 12 13:15:13 1996  Michael Meissner  <meissner@tiktok.cygnus.com>
13278         * configure.in (powerpc*-*-*): For eabi, system V.4, Linux, and
13279         solaris targets, use config/mt-ppc to set C{,XX}FLAGS_FOR_TARGETS
13280         so that -mrelocatable-lib and -mno-eabi are used.
13282         * Makefile.in (CONFIGURE_TARGET_MODULES): If target compiler does
13283         not support --print-multi-lib, don't abort.
13285 Thu Aug  8 12:18:59 1996  Klaus Kaempf  <kkaempf@progis.de>
13287         * make-all.com: Run config-a-gas.
13288         * setup.com: Don't copy subdirectory files around.
13290 Tue Jul 30 17:49:31 1996  Brendan Kehoe  <brendan@cygnus.com>
13292         * configure.in (*-*-ose): Remove exclusion of libgloss for this
13293         target, it now compiles correctly.
13295 Sat Jul 27 15:10:43 1996  Stan Shebs  <shebs@andros.cygnus.com>
13297         * mpw-config.in: Generate Mac include for elf/dwarf2.h.
13299 Tue Jul 23 10:47:04 1996  Martin M. Hunt  <hunt@pizza.cygnus.com>
13301         * configure.in (d10v-*-*): Remove ld from $noconfigdirs.
13303 Mon Jul 22 13:28:51 1996  Brendan Kehoe  <brendan@lisa.cygnus.com>
13305         * configure.in (native_only): Add prms.
13307 Mon Jul 22 12:27:58 1996  Ian Lance Taylor  <ian@cygnus.com>
13309         * Makefile.in (GAS_SUPPORT_DIRS): Add make-all.com and setup.com.
13310         (BINUTILS_SUPPORT_DIRS): Likewise.
13312 Thu Jul 18 12:55:40 1996  Michael Meissner  <meissner@tiktok.cygnus.com>
13314         * configure.in (d10v-*-*): Don't configure ld or gdb until the
13315         d10v support is added.
13317 Wed Jul 17 14:33:09 1996  Martin M. Hunt  <hunt@pizza.cygnus.com>
13319         * configure.in (d10v-*-*): New target.
13321 Mon Jul 15 11:53:00 1996  Jeffrey A Law  (law@cygnus.com)
13323         * config.guess (HP 9000/811): Recognize this as a PA1.1
13324         machine.
13326 Fri Jul 12 23:21:17 1996  Ken Raeburn  <raeburn@cygnus.com>
13328         * Makefile.in (do-tar-gz): New target, split out from tail end of
13329         taz target.  Run each command separately, don't use pipes.
13330         (taz): Use it.
13332 Fri Jul 12 12:08:04 1996  Stan Shebs  <shebs@andros.cygnus.com>
13334         * mpw-configure: Look for g-mpw-make.sed in config/mpw.
13335         * mpw-build.in: No builds should depend on building byacc or flex,
13336         they are assumed to be installed already.
13338 Fri Jul 12 09:52:52 1996  Michael Meissner  <meissner@tiktok.cygnus.com>
13340         * Makefile.in (CONFIGURE_TARGET_MODULES): Set r environment
13341         variable that CC_FOR_TARGET needs.
13343 Thu Jul 11 10:09:45 1996  Michael Meissner  <meissner@tiktok.cygnus.com>
13345         * Makefile.in (CONFIGURE_TARGET_MODULES): Determine if the multlib
13346         options have changed since the last time the subdirectory was
13347         configured, and if it has, reconfigure.
13348         (CLEAN_TARGET_MODULES): Delete multilib.out and tmpmulti.out, which
13349         CONFIGURE_TARGET_MODULES uses to remember the old multilib options.
13351 Wed Jul 10 18:56:59 1996  Doug Evans  <dje@canuck.cygnus.com>
13353         * Makefile.in (ALL_MODULES,CROSS_CHECK_MODULES,INSTALL_MODULES,
13354         CLEAN_MODULES): Add bash.
13355         (all-bash): New target.
13357 Mon Jul  8 17:33:14 1996  Jim Wilson  <wilson@cygnus.com>
13359         * configure.in (mips-sgi-irix6*): Use mh-irix6 instead of mh-irix5.
13361 Mon Jul  1 13:31:35 1996  Michael Meissner  <meissner@tiktok.cygnus.com>
13363         * config.sub (basic_machine): Recognize d10v as a valid processor.
13365 Fri Jun 28 12:14:35 1996  Stan Shebs  <shebs@andros.cygnus.com>
13367         * mpw-configure: Add support for --bindir.
13368         * mpw-build.in: Use a GCC-specific build script for GCC actions.
13370 Wed Jun 26 17:20:12 1996  Geoffrey Noer  <noer@cygnus.com>
13372         * configure.in: add bash, time, gawk to list of hosttools and things
13373         to only build for native toolchains
13375 Tue Jun 25 23:09:03 1996  Jason Molenda  (crash@godzilla.cygnus.co.jp)
13377         * Makefile.in (docdir): Remove.
13379 Tue Jun 25 19:00:08 1996  Jason Molenda  (crash@godzilla.cygnus.co.jp)
13381         * Makefile.in (datadir): Set to $(prefix)/share.
13383 Mon Jun 24 23:26:07 1996  Geoffrey Noer  <noer@cygnus.com>
13385         * configure.in: build diff and patch for cygwin32-hosted
13386         toolchains.
13388 Mon Jun 24 15:01:12 1996  Joel Sherrill  <joel@merlin.gcs.redstone.army.mil>
13390         * config.sub: Accept -rtems*.
13392 Sun Jun 23 22:41:54 1996  Geoffrey Noer  <noer@cygnus.com>
13394         * configure.in: enable dosrel for cygwin32-hosted builds,
13395                 remove diff from the list of things not buildable
13396                 via Canadian Cross
13398 Sat Jun 22 11:39:01 1996  Jason Merrill  <jason@yorick.cygnus.com>
13400         * Makefile.in (TARGET_SUBDIR): Move comment to previous line so we
13401         don't get ". ".
13403 Fri Jun 21 17:24:48 1996  Jim Wilson  <wilson@cygnus.com>
13405         * configure.in (mips*-sgi-irix6*): Set noconfigdirs appropriately.
13407 Thu Jun 20 16:57:40 1996  Ken Raeburn  <raeburn@cygnus.com>
13409         * Makefile.in (taz): Handle case where tex3patch didn't even get
13410         checked out.  Also, if it was found, put the symlink in a new util
13411         subdirectory.
13413 Thu Jun 20 12:20:33 1996  Michael Meissner  <meissner@tiktok.cygnus.com>
13415         * config.guess (*:Linux:*:*): Add support for PowerPC Linux.
13417 Tue Jun 18 14:24:12 1996  Klaus Kaempf  (kkaempf@progis.de)
13419         * config.sub: Recognize -openvms.
13420         * configure.in (alpha*-*-*vms*): Set noconfigdirs.
13421         * make-all.com, setup.com: New files.
13423 Mon Jun 17 16:34:46 1996  Jason Merrill  <jason@yorick.cygnus.com>
13425         * Makefile.in (taz): tex3patch moved to texinfo/util.
13427 Sat Jun 15 17:13:25 1996  Geoffrey Noer <noer@cygnus.com>
13429         * configure: enable_gdbtk=no for cygwin32-hosted toolchains
13430         * configure.in: remove make from disable-if-Can-Cross list
13431                 enable gdb if ${host} and ${target} are cygwin32
13433 Fri Jun  7 18:16:52 1996  Harlan Stenn <harlan@pfcs.com>
13435         * config.guess (i?86-ncr-sysv*):  Emit minor release numbers.
13436         Recognize the NCR 4850 machine and NCR Pentium-based platforms.
13438 Wed Jun  5 00:09:17 1996  Per Bothner  <bothner@wombat.gnu.ai.mit.edu>
13440         * config.guess:  Combine mips-mips-riscos cases, and use cpp to
13441         distinguish sysv/svr4/bsd variants.
13442         Based on a patch from Harlan Stenn <harlan@pfcs.com>.
13444 Fri Jun  7 14:24:49 1996  Tom Tromey  <tromey@creche.cygnus.com>
13446         * configure.in: Added copyright notice.
13447         * move-if-change: Added copyright notice.
13449 Thu Jun  6 16:27:05 1996  Michael Meissner  <meissner@tiktok.cygnus.com>
13451         * configure.in (powerpcle-*-solaris*): Until we get shared
13452         libraries working, don't build gdb, sim, make, tcl, tk, or
13453         expect.
13455 Tue Jun  4 20:41:45 1996  Per Bothner  <bothner@deneb.cygnus.com>
13457         * config.guess:  Merge with FSF:
13459         Mon Jun  3 08:49:14 1996  Karl Heuer  <kwzh@gnu.ai.mit.edu>
13460         * config.guess (*:Linux:*:*): Add guess for sparc-unknown-linux.
13462         Fri May 24 18:34:53 1996  Roland McGrath  <roland@delasyd.gnu.ai.mit.edu>
13463         * config.guess (AViiON:dgux:*:*): Fix typo in recognizing mc88110.
13465         Fri Apr 12 20:03:59 1996  Per Bothner  <bothner@spiff.gnu.ai.mit.edu>
13466         * config.guess:  Combine two OSF1 rules.
13467         Also recognize field test versions.  From mjr@zk3.dec.com.
13468         * config.guess (dgux):  Use /usr/bin/uname rather than uname,
13469         because GNU uname does not support -p.  From pmr@pajato.com.
13471 Tue Jun  4 11:07:25 1996  Tom Tromey  <tromey@csk3.cygnus.com>
13473         * Makefile.in (MAKEDIRS): Removed $(tooldir).
13475 Tue May 28 12:30:50 1996  Stan Shebs  <shebs@andros.cygnus.com>
13477         * mpw-README: Document GCCIncludes.
13479 Sun May 26 15:16:27 1996  Fred Fish  <fnf@cygnus.com>
13481         * configure.in (alpha-*-linux*): Set enable_shared to yes.
13483 Tue May 21 15:41:39 1996  Stan Shebs  <shebs@andros.cygnus.com>
13485         * mpw-configure: Handle --enable-FOO and --disable-FOO.
13487 Mon May 20 10:12:29 1996  Geoffrey Noer  <noer@cygnus.com>
13489         * configure.in (*-*-cygwin32): Configure make.
13491 Tue May  7 14:19:42 1996  Tom Tromey  <tromey@snuffle.cygnus.com>
13493         * Makefile.in (inet-install): Quote value of INSTALL_MODULES.
13495 Fri May  3 08:57:17 1996  Tom Tromey  <tromey@lisa.cygnus.com>
13497         * Makefile.in (all-inet): Depend on all-perl.
13499         * Makefile.in (inet-install): New target.
13501         * Makefile.in (all-inet): Depend on all-tcl.
13502         (all-inet): Depend on all-send-pr.
13504 Tue Apr 30 13:55:51 1996  Michael Meissner  <meissner@tiktok.cygnus.com>
13506         * configure.in (powerpcle-*-solaris*): Turn off tk and tcl
13507         temporarily.
13509 Thu Apr 25 11:48:20 1996  Ian Lance Taylor  <ian@cygnus.com>
13511         * configure.in: Don't configure --with-gnu-ld on AIX.
13513 Thu Apr 25 06:33:36 1996  Michael Meissner  <meissner@wogglebug.tiac.net>
13515         * configure.in (powerpcle-*-solaris*): Turn off gdb temporarily.
13517 Tue Apr 23 09:07:39 1996  Tom Tromey  <tromey@creche.cygnus.com>
13519         * Makefile.in (ALL_MODULES): Added all-inet.
13520         (CROSS_CHECK_MODULES): Added check-inet.
13521         (INSTALL_MODULES): Added install-inet.
13522         (CLEAN_MODULES): Added clean-inet.
13523         (all-indent): New target.
13525         * configure.in (host_tools): Added inet.
13526         (native_only): Added inet.
13527         (noconfigdirs): Added inet.
13529 Fri Apr 19 15:35:29 1996  Ian Lance Taylor  <ian@cygnus.com>
13531         * configure.in: Don't configure libgloss if we are not configuring
13532         newlib.
13534 Wed Apr 17 19:30:01 1996  Rob Savoye  <rob@chinadoll.cygnus.com>
13536         * configure.in: Don't configure libgloss for unsupported
13537         architectures.
13539 Tue Apr 16 11:17:05 1996  Michael Meissner  <meissner@tiktok.cygnus.com>
13541         * Makefile.in (CLEAN_MODULES): Add clean-apache.
13543 Mon Apr 15 15:09:05 1996  Tom Tromey  <tromey@creche.cygnus.com>
13545         * Makefile.in (ALL_MODULES): Include all-apache.
13546         (CROSS_CHECK_MODULES): Include check-apache.
13547         (INSTALL_MODULES): Include install-apache.
13548         (all-apache): New target.
13550         * configure.in: Added apache everywhere perl is seen.
13552 Mon Apr 15 14:59:13 1996  Michael Meissner  <meissner@tiktok.cygnus.com>
13554         * Makefile.in: Add support for clean-{module} and
13555         clean-target-{module} rules.
13557 Wed Apr 10 21:37:41 PDT 1996  Marilyn E. Sander <msander@cygnus.com>
13559         * configure.in (*-*-ose) do not build libgloss.
13561 Mon Apr  8 16:16:20 1996  Michael Meissner  <meissner@tiktok.cygnus.com>
13563         * config.guess (prep*:SunOS:5.*:*): Turn into
13564         powerpele-unknown-solaris2.
13566 Mon Apr  8 14:45:41 1996  Ian Lance Taylor  <ian@cygnus.com>
13568         * configure.in: Permit --enable-shared to specify a list of
13569         directories.
13571 Fri Apr  5 08:17:57 1996  Jason Molenda  (crash@phydeaux.cygnus.com)
13573         * configure.in (host==solaris): Pass only the first word of $CC
13574         to /usr/bin/which when checking if we're using /usr/ccs/bin/cc.
13576 Fri Apr  5 03:16:13 1996  Jason Molenda  (crash@phydeaux.cygnus.com)
13578         * Makefile.in (BASE_FLAGS_TO_PASS): pass down $(MAKE).
13580 Thu Mar 28 14:11:11 1996  Tom Tromey  <tromey@creche.cygnus.com>
13582         * Makefile.in (ALL_MODULES): Include all-perl.
13583         (CROSS_CHECK_MODULES): Include check-perl.
13584         (INSTALL_MODULES): Include install-perl.
13585         (ALL_X11_MODULES): Include all-guile.
13586         (CHECK_X11_MODULES): Include check-guile.
13587         (INSTALL_X11_MODULES): Include install-guile.
13588         (all-perl): New target.
13589         (all-guile): New target.
13591         * configure.in (host_tools): Include perl and guile.
13592         (native_only): Include perl and guile.
13593         (noconfigdirs): Don't build guile and perl; no ports have been
13594         done.
13596 Tue Mar 26 21:18:50 1996  Andrew Cagney  <cagney@kremvax.highland.com.au>
13598         * configure (--enable-*): Handle quoted option lists such as
13599         --enable-sim-cflags='-g0 -O' better.
13601 Thu Mar 21 11:53:08 1996  Michael Meissner  <meissner@tiktok.cygnus.com>
13603         * Makefile.in ({,inst}all-target): New rule so we can make and
13604         install all of the target directories easily.
13606 Wed Mar 20 18:10:57 1996  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
13608         * configure.in: Add missing global flag in sed substitution when
13609         deleting `target-' from ${configdirs}.
13611 Thu Mar 14 19:15:06 1996  Ian Lance Taylor  <ian@cygnus.com>
13613         * Makefile.in (DO_X): Don't get confused if CC contains `=' in an
13614         option.
13616         * configure.in (mips*-nec-sysvr4*): Use a host_makefile_frag of
13617         config/mh-necv4.
13619         * install.sh: Correct misspelling of transformbasename.
13621         * config.guess: Recognize mips-*-sysv*.
13623 Mon Mar 11 15:36:42 1996  Dawn Perchik  <dawn@critters.cygnus.com>
13625         * config.sub: Recognize mon960.
13627 Sun Mar 10 13:18:38 1996  Ian Lance Taylor  <ian@cygnus.com>
13629         * configure: Restore Canadian Cross handling of BISON and LEX,
13630         removed in Feb 20 change.
13632 Fri Mar  8 20:07:09 1996  Per Bothner  <bothner@kalessin.cygnus.com>
13634         * README:  Suggestions from Torbjorn Granlund <tege@matematik.su.se>:
13635         Mention make install.  Remove the old copyright date as well the
13636         clumsy and rather pointless copyright on the README file.
13638 Fri Mar  8 17:51:35 1996  Ian Lance Taylor  <ian@cygnus.com>
13640         * Makefile.in ($(CONFIGURE_TARGET_MODULES)): If there is a
13641         Makefile after running symlink-tree, then run `make distclean' to
13642         avoid clobbering any generated files in srcdir.
13644 Tue Mar  5 08:21:44 1996  J.T. Conklin  <jtc@rtl.cygnus.com>
13646         * configure.in (m68k-*-netbsd*): Build everything now.
13648 Wed Feb 28 12:25:46 1996  Jason Merrill  <jason@yorick.cygnus.com>
13650         * Makefile.in (taz): Fix quoting.
13652 Tue Feb 27 11:33:57 1996  Doug Evans  <dje@charmed.cygnus.com>
13654         * configure.in (sparclet-*-*): Build everything now.
13656 Tue Feb 27 14:31:51 1996  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
13658         * configure.in (m68k-*-linux*): New host.
13660 Mon Feb 26 14:32:44 1996  Ian Lance Taylor  <ian@cygnus.com>
13662         * configure: Check for bison before byacc.
13664 Tue Feb 20 23:12:35 1996  Stu Grossman  (grossman@critters.cygnus.com)
13666         * Makefile.in configure:  Change the way LEX and BISON/YACC are
13667         set.  configure now defines DEFAULT_LEX and DEFAULT_YACC by
13668         searching PATH.  These are used as fallbacks by Makefile.in if
13669         flex/bison/byacc aren't in objdir.
13671 Mon Feb 19 11:45:30 1996  Ian Lance Taylor  <ian@cygnus.com>
13673         * Makefile.in: Make everything which depends upon all-bfd also
13674         depend upon all-opcodes, in case --with-commonbfdlib is used.
13676 Thu Feb 15 19:50:50 1996  Michael Meissner  <meissner@tiktok.cygnus.com>
13678         * configure.in (host *-*-cygwin32): Don't build gdb if we are
13679         building NT native compilers on Unix.
13681 Thu Feb 15 17:42:25 1996  Ian Lance Taylor  <ian@cygnus.com>
13683         * configure.in: Don't get CC from the host Makefile fragment if we
13684         can find gcc in PATH, or if this is a Canadian Cross.  Move the
13685         Solaris test for /usr/ucb/cc to the post target script, just after
13686         the compiler sanity test.
13688 Wed Feb 14 16:57:40 1996  Ian Lance Taylor  <ian@cygnus.com>
13690         * config.sub: Merge with FSF.
13692 Tue Feb 13 14:27:48 1996  Ian Lance Taylor  <ian@cygnus.com>
13694         * Makefile.in (RPATH_ENVVAR): New variable.
13695         (REALLY_SET_LIB_PATH): Use it.
13696         * configure.in: On HP/UX, set RPATH_ENVVAR to SHLIB_PATH.
13698 Mon Feb 12 15:28:49 1996  Doug Evans  <dje@charmed.cygnus.com>
13700         * config.sub, configure.in: Recognize sparclet cpu.
13702 Mon Feb 12 15:33:59 1996  Christian Bauernfeind <chrisbfd@theorie3.physik.uni-erlangen.de>
13704         * config.guess:  Support m68k-cbm-sysv4.
13706 Sat Feb 10 12:06:42 1996  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
13708         * config.guess (*:Linux:*:*): Guess m68k-unknown-linux and
13709         m68k-unknown-linuxaout from linker help string.  Put quotes around
13710         $ld_help_string.
13712 Thu Dec  7 09:03:24 1995  Tom Horsley  <Tom.Horsley@mail.hcsc.com>
13714         * config.guess (powerpc-harris-powerunix): Add guess for port
13715         to new target.
13717 Thu Feb  8 15:37:52 1996  Brendan Kehoe  <brendan@lisa.cygnus.com>
13719         * config.guess (UNAME_VERSION): Recognize X4.x as an OSF version.
13721 Mon Feb  5 16:36:51 1996  Ian Lance Taylor  <ian@cygnus.com>
13723         * configure.in: If --enable-shared was used, set SET_LIB_PATH to
13724         $(REALLY_SET_LIB_PATH) in Makefile.
13725         * Makefile.in (SET_LIB_PATH): New variable.
13726         (REALLY_SET_LIB_PATH): New variable.
13727         ($(DO_X)): Use $(SET_LIB_PATH).
13728         (install.all, gcc-no-fixedincludes, $(ALL_MODULES)): Likewise.
13729         ($(NATIVE_CHECK_MODULES), $(CROSS_CHECK_MODULES)): Likewise.
13730         ($(INSTALL_MODULES), $(CONFIGURE_TARGET_MODULES)): Likewise.
13731         ($(ALL_TARGET_MODULES), $(CHECK_TARGET_MODULES)): Likewise.
13732         ($(INSTALL_TARGET_MODULES), $(ALL_X11_MODULES)): Likewise.
13733         ($(CHECK_X11_MODULES), $(INSTALL_X11_MODULES)): Likewise.
13734         (all-gcc, all-bootstrap, check-gcc, install-gcc): Likewise.
13735         (install-dosrel): Likewise.
13736         (all-opcodes): Depend upon all-libiberty.
13738 Sun Feb  4 16:51:11 1996  Steve Chamberlain  <sac@slash.cygnus.com>
13740         * config.guess (*:CYGWIN*): New
13742 Sat Feb  3 10:42:35 1996  Michael Meissner  <meissner@tiktok.cygnus.com>
13744         * Makefile.in (all-target-winsup): All all-target-libiberty.
13746 Fri Feb  2 17:58:56 1996  Michael Meissner  <meissner@tiktok.cygnus.com>
13748         * configure.in (noconfigdirs): Add missing # in front of comment.
13750 Thu Feb  1 14:38:13 1996  Geoffrey Noer  <noer@cygnus.com>
13752         * configure.in: add second pass to things added to noconfigdirs
13753         so *-gm-magic can exclude libgloss properly.
13755 Thu Feb  1 11:10:16 1996  Stan Shebs  <shebs@andros.cygnus.com>
13757         * mpw-configure (extralibs_name, rez_name): Set correctly
13758         for MWC68K compiler.
13760         * mpw-README: Add more info on the necessary build tools.
13762 Thu Feb  1 10:22:38 1996  Steve Chamberlain  <sac@slash.cygnus.com>
13764         * configure.in, config.sub: Recognize cygwin32.
13766 Wed Jan 31 14:17:10 1996  Richard Henderson  <rth@tamu.edu>
13768         * config.guess, config.sub: Recognize A/UX.
13770 Wed Jan 31 13:52:14 1996  Ian Lance Taylor  <ian@cygnus.com>
13772         * config.sub: Merge with gcc/config.sub.
13774 Thu Jan 25 11:01:10 1996  Raymond Jou  <rjou@mexican.cygnus.com>
13776         * mpw-build.in (do-binutils): Add build of stamps.
13778 Thu Jan 25 17:05:26 1996  James G. Smith  <jsmith@cygnus.co.uk>
13780         * config.sub: Add recognition for mips64vr4100*-* targets.
13782 Wed Jan 24 12:47:55 1996  Brendan Kehoe  <brendan@lisa.cygnus.com>
13784         * test-build.mk: Add checking of `hpux9' rather than just `hpux'.
13785         Add creation of gconfigargs with `--enable-shared' turned on.
13786         ($(host)-stamp-stage2-configured): Pass $(gconfigargs).
13787         ($(host)-stamp-stage3-configured): Likewise.
13788         (HOLES): Add chatr and ldd.
13789         (i386-ncr-sysv4.3*): Add use of /usr/ccs/bin in the PATH and HOLE_DIRS.
13791 Wed Jan 24 20:32:30 1996  Torbjorn Granlund  <tege@noisy.matematik.su.se>
13793         * configure: Pass --nfp to recursive configures.
13795 Mon Jan 22 10:41:56 1996  Steve Chamberlain  <sac@slash.cygnus.com>
13797         * Makefile.in (DLLTOOL): New.
13798         (DLLTOOL_FOR_TARGET): New.
13799         (EXTRA_HOST_FLAGS): Pass down DLLTOOL.
13800         (EXTRA_TARGET_FLAGS): Ditto.
13801         (EXTRA_GCC_FLAGS): Ditto.
13802         (CONFIGURE_TARGET_MODULES): Ditto.
13803         (DO_X): Ditto.
13804         * configure: Add DLLTOOL.
13806 Fri Jan 19 13:30:15 1996  Stan Shebs  <shebs@andros.cygnus.com>
13808         SCO OpenServer 5 changes from Robert Lipe <robertl@dgii.com>:
13809         * configure.in (i[345]86-*-sco3.2v5*): Use mh-sysv instead of
13810         mh-sco, since old workarounds no longer needed, and don't
13811         build ld, since libraries have weak symbols in COFF.
13813 Sun Jan 14 23:01:31 1996  Fred Fish  <fnf@cygnus.com>
13815         * Makefile.in (CONFIGURE_TARGET_MODULES): Add missing ';'.
13817 Fri Jan 12 15:25:35 1996  Ian Lance Taylor  <ian@cygnus.com>
13819         * configure.in: Make sure that ${CC} can be used to compile an
13820         executable.
13822 Sat Jan  6 07:23:33 1996  Michael Meissner  <meissner@wogglebug.tiac.net>
13824         * Makefile.in (all-gdb): Depend on $(GDB_TK).
13825         * configure (GDB_TK): Set GDB_TK to either "all-tcl all-tk" or
13826         nothing depending on whether gdbtk is being built.
13828 Wed Jan  3 17:54:41 1996  Doug Evans  <dje@canuck.cygnus.com>
13830         * Makefile.in (newlib.tar.gz): Delete building of newlib's info files.
13832 Mon Jan  1 19:09:14 1996  Brendan Kehoe  <brendan@rtl.cygnus.com>
13834         * configure.in (noconfigdirs): Put ld or gas in this early, if the
13835         user specifically used --with-gnu-ld=no or --with-gnu-as=no.
13837 Sat Dec 30 16:08:57 1995  Doug Evans  <dje@canuck.cygnus.com>
13839         * config-ml.in: Add support for
13840         --disable-{softfloat,m68881,m68000,m68020} on m68*-*-*.
13841         Simplify setting of multidirs from --disable-foo.
13843 Fri Dec 29 07:56:11 1995  Michael Meissner  <meissner@tiktok.cygnus.com>
13845         * Makefile.in (EXTRA_GCC_FLAGS): If any of the make variables
13846         LANGUAGES, BOOT_CFLAGS, STMP_FIXPROTO, LIMITS_H_TEST,
13847         LIBGCC1_TEST, LIBGCC2_CFLAGS, LIBGCC2_INCLUDES, and ENQUIRE are
13848         non-empty, pass them on to the  GCC make.
13849         (all-bootstrap): New rule that is like all-gcc, except it executes
13850         the GCC bootstrap rule instead of the GCC all rule.
13852 Wed Dec 27 15:51:48 1995  Doug Evans  <dje@canuck.cygnus.com>
13854         * config-ml.in (ml_realsrcdir): New, to account for ${subdir}.
13856 Tue Dec 26 11:45:31 1995  Michael Meissner  <meissner@tiktok.cygnus.com>
13858         * config.guess (AViiON:dgux:*:*): Update from FSF to add pentium
13859         DG/UX support.
13861 Fri Dec 15 10:01:27 1995  Stan Cox  <coxs@dg-rtp.dg.com>
13863         * config.sub (i*86*) Change [345] to [3456]
13865 Wed Dec 20 17:41:40 1995  Brendan Kehoe  <brendan@lisa.cygnus.com>
13867         * configure.in (noconfigdirs): Add gas or ld if --with-gnu-as=no or
13868         --with-gnu-ld=no.
13870 Wed Dec 20 15:15:35 1995  Michael Meissner  <meissner@tiktok.cygnus.com>
13872         * config-ml.in (rs6000*, powerpc*): Add switches to control which
13873         AIX multilibs get built.
13875 Mon Dec 18 17:55:46 1995  Jason Molenda  (crash@phydeaux.cygnus.com)
13877         * configure.in (i386-win32): Don't build expect if we're not
13878         building the tcl subdir.
13880 Mon Dec 18 11:47:19 1995  Stan Shebs  <shebs@andros.cygnus.com>
13882         * Makefile.in: (configure-target-examples, all-target-examples):
13883         New targets, configure and build example programs.
13885 Fri Dec 15 16:13:03 1995  Stan Shebs  <shebs@andros.cygnus.com>
13887         * mpw-configure: If an mpw-config.in generated a file mk.sed,
13888         use it as input to sedit the generated MPW makefile.
13889         * mpw-README: Add a suggestion about Gestalt.h.
13891 Wed Dec 13 16:43:51 1995  Ian Lance Taylor  <ian@cygnus.com>
13893         * config.sub: Accept *-*-ieee*.
13895 Tue Dec 12 11:52:57 1995  Ian Lance Taylor  <ian@cygnus.com>
13897         * Makefile.in (local-distclean): Remove $(TARGET_SUBDIR).  From
13898         Ronald F. Guilmette <rfg@monkeys.com>.
13900 Mon Dec 11 15:31:58 1995  Jason Molenda  (crash@phydeaux.cygnus.com)
13902         * configure.in (host==powerpc-pe): Add many directories to noconfigdirs
13903         for powerpc-pe native.
13904         (target==i386-win32): add tcl, make to noconfigdirs if canadian cross.
13905         (target==powerpc-pe): duplicate i386-win32 entry.
13907 Sat Dec  9 14:58:28 1995  Jim Wilson  <wilson@chestnut.cygnus.com>
13909         * configure.in (noconfigdirs): Exclude target-newlib for all versions
13910         of vxworks, not just vxworks5.1.
13912 Mon Dec  4 12:05:40 1995  Stan Shebs  <shebs@andros.cygnus.com>
13914         * mpw-configure: Add support for exec-prefix.
13916 Mon Dec  4 10:22:50 1995  Jeffrey A. Law  <law@rtl.cygnus.com>
13918         * config.guess: Recognize HP model 816 machines as having
13919         a PA1.1 processor.
13921 Mon Dec  4 12:38:15 1995  Ian Lance Taylor  <ian@cygnus.com>
13923         * configure: Ignore new autoconf configure options.
13925 Thu Nov 30 16:57:33 1995  Per Bothner  <bothner@wombat.gnu.ai.mit.edu>
13927         * config.guess:  Recognize Pentium under SCO.
13928         From Robert Lipe <robertl@arnet.com>.
13930 Wed Nov 29 13:49:08 1995  J.T. Conklin  <jtc@rtl.cygnus.com>
13932         * configure.in (noconfigdirs): Disable target-libio on v810-*-*.
13934 Wed Nov 29 12:12:01 1995  Ian Lance Taylor  <ian@cygnus.com>
13936         * configure.in: Don't configure gas for alpha-dec-osf*.
13938 Tue Nov 28 17:16:48 1995  Ian Lance Taylor  <ian@cygnus.com>
13940         * configure.in: Default to --with-stabs for some targets for which
13941         it makes sense: mips*-*-*, alpha*-*-osf*, i[345]86*-*-sysv4* and
13942         i[345]86*-*-unixware*.
13944 Mon Nov 27 13:44:15 1995  Ian Lance Taylor  <ian@cygnus.com>
13946         * config-ml.in: Get list of multidirs using gcc --print-multi-lib
13947         rather than basing it on the target.  Simplify handling of options
13948         controlling which directories to configure.  Remove extraneous
13949         slash in multi-clean target.
13951 Fri Nov 24 17:29:29 1995  Doug Evans  <dje@deneb.cygnus.com>
13953         * config-ml.in: Prefix more variables with ml_ so they don't collide
13954         with configure's.
13956 Wed Nov 22 11:27:02 1995  Ian Lance Taylor  <ian@cygnus.com>
13958         * configure: Don't turn -v into --v.
13960 Tue Nov 21 16:48:02 1995  Doug Evans  <dje@deneb.cygnus.com>
13962         * configure.in (targargs): Fix typo.
13964         * Makefile.in (DEVO_SUPPORT): Add symlink-tree.
13966 Tue Nov 21 14:08:28 1995  Ian Lance Taylor  <ian@cygnus.com>
13968         * configure.in: Strip --host and --target options from
13969         CONFIG_ARGUMENTS, and always configure for --host only.  Add
13970         --with-cross-host option when building with a cross-compiler.
13971         * configure: Canonicalize the arguments put into config.status by
13972         always using `=' for an option with an argument.  Pass a presumed
13973         --host or --target explicitly.
13975 Fri Nov 17 17:50:30 1995  Stan Shebs  <shebs@andros.cygnus.com>
13977         * config.sub: Merge -macos*, -magic*, -pe*, and -win32 cases
13978         into general OS recognition case.
13980 Fri Nov 17 17:42:25 1995  Jason Molenda  (crash@phydeaux.cygnus.com)
13982         * configure.in (target_configdirs): add target-winsup only
13983         for win32 target systems.
13985 Thu Nov 16 14:04:47 1995  Ian Lance Taylor  <ian@cygnus.com>
13987         * Makefile.in (all-target-libgloss): Depend upon
13988         configure-target-newlib, since when libgloss is built it looks to
13989         see if the newlib directory exists.
13991 Wed Nov 15 14:47:52 1995  Ken Raeburn  <raeburn@cygnus.com>
13993         * Makefile.in (DEVO_SUPPORT): Use config-ml.in instead of
13994         cfg-ml-*.in.
13996 Wed Nov 15 11:45:23 1995  Ian Lance Taylor  <ian@cygnus.com>
13998         * configure: Handle LD and LD_FOR_TARGET when configuring a
13999         Canadian Cross.
14001 Tue Nov 14 14:56:11 1995  Jason Molenda  (crash@phydeaux.cygnus.com)
14003         * configure.in (target_libs): add target-winsup.
14004         (target==i386-win32): add patch diff flex make to $noconfigdirs.
14005         (target==ppcle-pe): remove ld from $noconfigdirs.
14007 Tue Nov 14 01:25:50 1995  Doug Evans  <dje@canuck.cygnus.com>
14009         * Makefile.in (CONFIGURE_TARGET_MODULES): Pass --with-target-subdir.
14010         Preserve relative path names in $srcdir.  Build symlink tree if
14011         configuring cross target dir and srcdir=. (= no VPATH support).
14012         (configure-target-libg++): Depend on configure-target-librx.
14013         * cfg-ml-com.in, cfg-ml-pos.in: Deleted.
14014         * config-ml.in: New file.
14015         * symlink-tree: New file.
14016         * configure: Ensure srcdir="." if that's what it is.
14018 Mon Nov 13 12:34:20 1995  Stan Shebs  <shebs@andros.cygnus.com>
14020         * mpw-README: Clarify some phrasing, add notes about CodeWarrior
14021         includes and FLEX_SKELETON setting.
14022         * mpw-configure (--with-gnu-ld): New option, controls whether
14023         to use PPCLink or ld with PowerMac GCC.
14024         * mpw-build.in (all-grez, do-grez, install-grez): New targets.
14025         * mpw-config.in: Configure grez if targeting Mac.
14027         * config.sub: Accept pmac and pmac-mpw as names for PowerMacs,
14028         accept mpw and mac-mpw as names for m68k Macs, change macos7 to
14029         just macos.
14030         * configure.in: Configure grez resource compiler if targeting Mac.
14031         * Makefile.in (all-grez, install-grez): New targets.
14033 Wed Nov  8 17:33:51 1995  Jason Merrill  <jason@yorick.cygnus.com>
14035         * configure: CXX defaults to gcc, not g++.  If we find
14036         gcc in the path, set CC to gcc -O2.
14038 Tue Nov  7 15:45:17 1995  Ian Lance Taylor  <ian@cygnus.com>
14040         * configure: Default ${build} correctly.  Avoid picking up extra
14041         spaces when reading CC and CXX from Makefile.  When doing a
14042         Canadian Cross, use plausible default values for numerous
14043         variables.
14044         * configure.in: When doing a Canadian Cross, don't try to
14045         configure tools whose configure script can't handle it.
14047 Mon Nov  6 19:32:17 1995  Jim Wilson  <wilson@chestnut.cygnus.com>
14049         * cfg-ml-com.in (sh-*-*): Add m2 and ml/m2 to multidirs.
14051 Sun Nov  5 00:15:41 1995  Per Bothner  <bothner@kalessin.cygnus.com>
14053         * configure:  Remove dubious bug reporting address.
14055 Fri Nov  3 08:17:54 1995  Per Bothner  <bothner@kalessin.cygnus.com>
14057         * Makefile.in ($(CONFIGURE_TARGET_MODULES)):  If subdir has
14058         configure script, run that instead of this directory's configure.
14059         In either case, print a message that we're configuring the sub-dir.
14061 Thu Nov  2 23:23:36 1995  Per Bothner  <bothner@kalessin.cygnus.com>
14063         * configure.in: Before checking for the existence of various files,
14064         use sed to filter out "target-".
14066 Thu Nov  2 13:24:56 1995  Ian Lance Taylor  <ian@cygnus.com>
14068         * Makefile.in (DO_X): Split rule to decrease command line length
14069         for systems with small ARG_MAX values.  From phdm@info.ucl.ac.be
14070         (Philippe De Muyter).
14072 Wed Nov  1 15:18:35 1995  Jason Molenda  (crash@phydeaux.cygnus.com)
14074         * Makefile.in (all-patch): depend on all-libiberty.
14076 Wed Nov  1 12:23:20 1995  Ian Lance Taylor  <ian@cygnus.com>
14078         * configure.in: If the only directory in target_configdirs which
14079         actually exists is libiberty, then set target_configdirs to empty,
14080         to avoid trying to build a target libiberty in a gas or gdb
14081         distribution.
14083 Tue Oct 31 17:52:39 1995  J.T. Conklin  <jtc@slave.cygnus.com>
14085         * configure.in (host_makefile_frag): Use m68k-sun-sunos* instead
14086         of m68k-sun-* when selecting mh-sun3 to avoid matching NetBSD/sun3
14087         systems.
14089 Tue Oct 31 16:57:32 1995  Jim Wilson  <wilson@chestnut.cygnus.com>
14091         * configure.in (copy_dirs): Use sys-include instead of include
14092         for --with-headers option.
14094 Tue Oct 31 10:29:36 1995  steve chamberlain  <sac@slash.cygnus.com>
14096         * Makefile.in, configure.in: Make winsup builds work with
14097         new scheme.
14099 Mon Oct 30 18:57:09 1995  Ian Lance Taylor  <ian@cygnus.com>
14101         * configure.in: Build the linker on AIX.
14103 Mon Oct 30 12:27:16 1995  Per Bothner  <bothner@kalessin.cygnus.com>
14105         * Makefile.in (CC_FOR_TARGET, CXX_FOR_TARGET):  Add $(TARGET_SUBDIR)
14106         where needed.
14108 Mon Oct 30 12:45:25 1995  Doug Evans  <dje@cygnus.com>
14110         * Makefile.in (all-gcc): Fix typo.
14112 Sat Oct 28 10:27:59 1995  Per Bothner  <bothner@kalessin.cygnus.com>
14114         * Makefile.in ($(CHECK_TARGET_MODULES)):  Fix typo.
14116 Fri Oct 27 23:14:12 1995  Per Bothner  <bothner@kalessin.cygnus.com>
14118         * configure.in:  Rename libFOO to target-libFOO, and xiberty
14119         to target-xiberty, to provide more flexibility.
14120         (target_subdir):  Define.  Create if cross.
14121         Set TARGET_SUBDIR in Makefile to ${target_subdir}.
14122         * Makefile.in:  Rename all-libFOO -> all-target-libFOO, all-xiberty
14123         -> all-target-libiberty, configure-libFOO -> configure-target-libFOO,
14124         check-libFOO -> check-target-libFOO, etc.
14125         ($(DO_X)):  Iterate over TARGET_CONFIGDIRS after SUBDIRS.
14126         ($(CONFIGURE_TARGET_MODULES), $(CHECK_TARGET_MODULES),
14127         $(ALL_TARGET_MODULES), $(INSTALL_TARGET_MODULES)): Update accordingly.
14128         (configure-target-XXX):  Depend on $(ALL_GCC), not all-gcc, to
14129         allow ALL_GCC="" to only configure.
14130         (DEVO_SUPPORT):  Add cfg-ml-com.in and cfg-ml-pos.in.
14131         (ETC_SUPPORT, ETC_SUPPORT_PFX):  Merge;  update 'taz' accordingly.
14132         (LIBGXX_SUPPORT_DIRS):  Remove xiberty.
14134 Sat Oct 28 01:53:49 1995  Ken Raeburn  <raeburn@cygnus.com>
14136         * Makefile.in (taz): Build "info" in etc explicitly.
14138 Fri Oct 27 09:32:30 1995  Stu Grossman  (grossman@cygnus.com)
14140         * configure.in:  Make sure that CC is undefined (as opposed to
14141         null) if toplevel/config/mh-{host} doesn't define it.  Fixes a
14142         problem with autoconf trying to configure on a host without GCC.
14144 Thu Oct 26 22:35:01 1995  Stan Shebs  <shebs@andros.cygnus.com>
14146         * mpw-configure: Set host alias from choice of host compiler,
14147         only use generic MPW Makefile sed if present, edit a file
14148         named "hacked_Makefile.in" instead of "Makefile.in" if present.
14149         * mpw-README: Add problem notes about CW6 and CW7.
14151 Thu Oct 26 05:45:10 1995  Ken Raeburn  <raeburn@kr-pc.cygnus.com>
14153         * Makefile.in (taz): Use ";" instead of ";;".
14155 Wed Oct 25 15:18:24 1995  Per Bothner  <bothner@kalessin.cygnus.com>
14157         * Makefile.in (taz):  Grep for '^diststuff:' or '^info:' in
14158         sub-directory Makefiles, instead of using DISTSTUFFDIRS and
14159         DISTDOCDIRS.
14160         (DISTSTUFFDIRS, DISTDOCDIRS):  Removed - no longer used.
14161         (newlib.tar.gz):  Don't pass DISTDOCDIRS to recursive make.
14163 Wed Oct 25 14:43:55 1995  Per Bothner  <bothner@kalessin.cygnus.com>
14165         * Makefile.in (DISTDOCDIRS):  Remove ld gprof bnutils gas libg++ gdb
14166         and gnats, because they are now subsumed by DISTSTUFFDIRS.
14167         Move bfd to DISTSTUFFDIRS.
14169 Tue Oct 24 18:19:09 1995  Jason Molenda  (crash@phydeaux.cygnus.com)
14171         * Makefile.in (X11_LIB): Removed.
14172         (X11_FLAGS_TO_PASS): pass only X11_EXTRA_CFLAGS and X11_EXTRA_LIBS.
14174         * configure.in (host_makefile_frag): mh-aix & mh-sun removed.
14176 Sun Oct 22 13:04:42 1995  Michael Meissner  <meissner@tiktok.cygnus.com>
14178         * cfg-ml-com.in (powerpc*): Shorten some of the multilib directory
14179         names.
14181 Fri Oct 20 18:02:10 1995  Michael Meissner  <meissner@tiktok.cygnus.com>
14183         * cfg-ml-com.in (powerpc*-eabi*): Add mcall-aixdesc varients.
14185 Thu Oct 19 10:40:57 1995  steve chamberlain  <sac@slash.cygnus.com>
14187         * configure.in (i[345]86-*-win32): Always build newlib.
14188         Don't configure cvs, autoconf or texinfo.
14189         * Makefile.in (LD_FOR_TARGET): New.
14190         (BASE_FLAGS_TO_PASS, EXTRA_TARGET_FLAGS, CONFIGURE_TARGET_MODULES):
14191         Pass down LD_FOR_TARGET.
14193 Wed Oct 18 15:53:56 1995  steve chamberlain  <sac@slash.cygnus.com>
14195         * winsup: New directory.
14196         * Makefile.in: Build winsup.
14197         * configure.in: Winsup is configured when target is win32.
14198         Can only build win32 target GDB when native.
14200 Mon Oct 16 09:42:31 1995  Jeffrey A Law  (law@cygnus.com)
14202         * config.guess: Recognize HP model 819 machines as having
14203         a PA 1.1 processor.
14205 Mon Oct 16 10:49:43 1995  Ian Lance Taylor  <ian@cygnus.com>
14207         * configure: Fix sed loop which substitutes for CC and CXX to
14208         avoid bug found in various sed implementations.
14210 Wed Oct 11 16:16:20 1995  Michael Meissner  <meissner@tiktok.cygnus.com>
14212         * cfg-ml-com.in (powerpc-*-eabisim): Delete separate rule for
14213         simulator.  Use standard powerpc-*-eabi*.
14215 Mon Oct  9 17:21:56 1995  Ian Lance Taylor  <ian@cygnus.com>
14217         * configure.in: Stop putting gas and binutils in noconfigdirs for
14218         powerpc-*-aix* and rs6000-*-*.
14220 Mon Oct  9 12:38:40 1995  Michael Meissner  <meissner@cygnus.com>
14222         * cfg-ml-com.in (powerpc*-*-eabisim*): Add support for building
14223         -mcall-aixdesc libraries.
14225 Fri Oct  6 16:17:57 1995  Ken Raeburn  <raeburn@cygnus.com>
14227         Mon Sep 25 22:49:32 1995  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
14229         * config.sub (arm | armel | armeb): Fix shell syntax.
14231 Fri Oct  6 14:40:28 1995  Michael Meissner  <meissner@tiktok.cygnus.com>
14233         * cfg-ml-com.in ({powerpc,rs6000}-ibm-aix*): Add multilibs for
14234         -msoft-float and -mcpu=common support.
14235         (powerpc*-*-eabisim*): Add support for building -mcall-aix
14236         libraries.
14238 Thu Oct  5 13:26:37 1995  Brendan Kehoe  <brendan@lisa.cygnus.com>
14240         * configure.in: Allow configuration and build of emacs19 for the alpha.
14242 Wed Oct  4 22:05:36 1995  Jason Molenda  (crash@phydeaux.cygnus.com)
14244         * configure.in (CC): Get ^CC, not just any old CC, from
14245         ${host_makefile_frag}.
14247 Wed Oct  4 21:55:00 1995  Jason Molenda  (crash@phydeaux.cygnus.com)
14249         * configure.in (CC): Try to get CC from
14250         ${srcdir}/${host_makefile_frag}, not ${host_makefile_frag}.
14252 Wed Oct  4 21:44:12 1995  Jason Molenda  (crash@phydeaux.cygnus.com)
14254         * Makefile.in (TARGET_CONFIGDIRS): configure targetdirs
14255         only if it exists in $(srcdir).
14257 Wed Oct  4 11:52:31 1995  Ian Lance Taylor  <ian@cygnus.com>
14259         * configure: If CC and CXX are not set in the environment, set
14260         them, based on either an existing Makefile or on searching for gcc
14261         in PATH.  Substitute for CC and CXX in Makefile.
14262         * configure.in: Remove libm from target_libs.  Separate
14263         target_configdirs from configdirs.  If CC is not set in
14264         environment, try to get it from a host Makefile fragment.  Rewrite
14265         changes of configdirs to use skipdirs instead.  A few minor
14266         tweaks.  Take directories out of target_configdirs as they are
14267         taken out of configdirs.  Remove existing Makefile files from
14268         subdirectories.  Substitute for TARGET_CONFIGDIRS and
14269         CONFIG_ARGUMENTS in Makefile.
14270         * Makefile.in (TARGET_CONFIGDIRS): New variable, automatically set
14271         by configure.in.
14272         (CONFIG_ARGUMENTS): Likewise.
14273         (CONFIGURE_TARGET_MODULES): New variable.
14274         ($(DO_X)): Loop over TARGET_CONFIGDIRS as well as SUBDIRS.
14275         ($(CONFIGURE_TARGET_MODULES)): New target.
14276         (configure-libg++, configure-libio): New targets.
14277         (all-libg++): Depend upon configure-libg++.
14278         (all-libio): Depend upon configure-libio.
14279         (configure-libgloss, all-libgloss): New targets.
14280         (configure-libstdc++): New target.
14281         (all-libstdc++): Depend upon configure-libstdc++.
14282         (configure-librx, all-librx): New targets.
14283         (configure-newlib): New target.
14284         (all-newlib): Depend upon configure-newlib
14285         (configure-xiberty): New target.
14286         (all-xiberty): Depend upon configure-xiberty.
14288 Sat Sep 30 04:32:59 1995  Jason Molenda (crash@phydeaux.cygnus.com)
14290         * configure.in (host i[345]86-*-win32):  Expand the
14291         noconfigdirs again.
14293 Thu Sep 28 21:18:49 1995  Stan Shebs  <shebs@andros.cygnus.com>
14295         * mpw-configure: Fix sed command file name.
14297 Thu Sep 28 17:39:56 1995  steve chamberlain  <sac@slash.cygnus.com>
14299         * configure.in (host i[345]86-*-win32): Reduce the
14300         noconfigdirs again.
14302 Wed Sep 27 12:24:00 1995  Ian Lance Taylor  <ian@cygnus.com>
14304         * configure.in: Don't configure ld and gdb for powerpc*-*-winnt*
14305         or powerpc*-*-pe*, since they are not yet supported.
14307 Tue Sep 26 14:30:01 1995  Stan Shebs  <shebs@andros.cygnus.com>
14309         Add PowerMac support and many other enhancements.
14310         * mpw-configure: New option --cc to select compiler to use,
14311         paste options set according to --cc into the generated
14312         Makefile, generate the Makefile by sed'ing the Unix Makefile.in
14313         if mpw-make.sed is present.
14314         * mpw-config.in: Don't test for gC1, test for mpw-touch,
14315         add forward includes for PowerPC include files.
14316         * mpw-build.in: Build using Makefile.PPC if present.
14317         (do-byacc, etc): Remove separate version resource builds.
14318         (do-gas): Build "stamps" before "all".
14319         (do-gcc): Build "stamps-h" and "stamps-c" before "all".
14320         * mpw-README: Update to reflect --cc option, PowerMac support,
14321         and recently-reported compatibility problems.
14323 Fri Sep 22 12:15:42 1995  Doug Evans  <dje@deneb.cygnus.com>
14325         * cfg-ml-com.in (m68*-*-*): Only build multilibs for
14326         embedded m68k systems (-aout, -coff, -elf, -vxworks).
14327         (--with-multilib-top): Pass to recursive invocations.
14329 Tue Sep 19 13:51:05 1995  J.T. Conklin  <jtc@blues.cygnus.com>
14331         * configure.in (noconfigdirs): Disable libg++ and libstdc++ on
14332         v810-*-*.
14334 Mon Sep 18 23:08:26 1995  J.T. Conklin  <jtc@rtl.cygnus.com>
14336         * configure.in (noconfigdirs): Disable bfd, binutils, gas, gcc,
14337         gdb, ld and opcodes on v810-*-*.
14339 Tue Sep 12 18:03:31 1995  Ian Lance Taylor  <ian@cygnus.com>
14341         * Makefile.in (DO_X): Change do-realclean to do-maintainer-clean.
14342         (local-maintainer-clean): New target.
14343         (maintainer-clean): New target.
14344         (realclean): Just depend upon maintainer-clean.
14346 Fri Sep  8 17:11:14 1995  J.T. Conklin  <jtc@rtl.cygnus.com>
14348         * configure.in (noconfigdirs): Disable gdb on m68k-*-netbsd*.
14350 Fri Sep  8 16:46:29 1995  Ian Lance Taylor  <ian@cygnus.com>
14352         * configure.in: Build ld in mips*-*-bsd* case.
14354 Thu Sep  7 20:03:41 1995  Ken Raeburn  <raeburn@cygnus.com>
14356         * config.sub: Accept -lites* OS.  From Ian Dall.
14358 Fri Sep  1 08:06:58 1995  James G. Smith  <jsmith@beauty.cygnus.com>
14360         * config.sub: recognise mips64vr4300 and mips64vr4300el as valid
14361         targets.
14363 Wed Aug 30 21:06:50 1995  Jason Molenda  (crash@phydeaux.cygnus.com)
14365         * configure.in: treat i386-win32 canadian cross the same as
14366         i386-go32 canadian cross.
14368 Thu Aug 24 14:53:20 1995  Michael Meissner  <meissner@tiktok.cygnus.com>
14370         * cfg-ml-com.in (powerpc*-*-eabisim): Add support for PowerPC
14371         running under the simulator to build a reduced set of libraries.
14372         (powerpc-*-eabiaix): Add fine grained multilib support added to
14373         other powerpc targets yesterday.
14375 Wed Aug 23 09:41:56 1995  Michael Meissner  <meissner@tiktok.cygnus.com>
14377         * cfg-ml-com.in (powerpc*): Add support for -disable-biendian,
14378         -disable-softfloat, -disable-relocatable, -disable-aix, and
14379         -disable-sysv to control which multilib libraries get built.
14381 Thu Aug 17 16:03:41 1995  Ken Raeburn  <raeburn@kr-laptop.cygnus.com>
14383         * configure: Add Makefile.tem to list of files to remove in trap
14384         handler.
14386 Mon Aug 14 19:27:56 1995  Per Bothner  <bothner@kalessin.cygnus.com>
14388         * config.guess (*Linux*):  Add missing "exit"s.
14389         Also, need specific check for alpha-unknown-linux (uses COFF).
14391 Fri Aug 11 15:38:20 1995  Per Bothner  <bothner@kalessin.cygnus.com>
14393         * config.guess:  Merge with FSF:
14395         Wed Jun 28 17:57:27 1995  David Edelsohn  <edelsohn@mhpcc.edu>
14396         * config.guess (AIX4): More robust release numbering discovery.
14398         Thu Jun 22 19:01:24 1995  Kenneth Stailey  (kstailey@eagle.dol-esa.gov)
14399         * config.guess (i386-sequent-ptx): Properly get version number.
14401         Thu Jun 22 18:36:42 1995  Uwe Seimet  (seimet@iris1.chemie.uni-kl.de)
14402         * config.guess (mips:*:4*:UMIPS): New case.
14404 Mon Aug  7 09:21:35 1995  Doug Evans  <dje@canuck.cygnus.com>
14406         * configure.in (i386-go32 host): Fix typo (deja-gnu -> dejagnu).
14407         (i386-win32 host): Likewise.  Don't build readline.
14409 Sat Aug  5 09:51:49 1995  Fred Fish  <fnf@rtl.cygnus.com>
14411         * Makefile.in (GDBTK_SUPPORT_DIRS):  Define and pass as part of
14412         SUPPORT_FILES to submakes.
14414 Fri Aug  4 13:04:36 1995  Fred Fish  <fnf@cygnus.com>
14416         * Makefile.in (GDB_SUPPORT_DIRS): Add utils.
14417         (DEVO_SUPPORT): Add mpw-README, mpw-build.in, mpw-config.h and
14418         mpw-configure.
14420 Wed Aug  2 16:32:40 1995  Ken Raeburn  <raeburn@cygnus.com>
14422         * configure.in (appdirs): Use =, not ==, in test expression when
14423         trying to build the text to print in the warning message for
14424         Solaris users.
14426 Mon Jul 31 09:56:18 1995  steve chamberlain  <sac@slash.cygnus.com>
14428         * cfg-ml-com.in (z8k-*-coff): Add 'std' multilib build.
14430 Fri Jul 28 00:16:31 1995  Jeffrey A. Law  <law@rtl.cygnus.com>
14432         * config.guess: Recognize lynx-2.3.
14434 Thu Jul 27 15:47:59 1995  steve chamberlain  <sac@slash.cygnus.com>
14436         * config.sub (z8ksim): Deleted
14437         (z8k-*-coff): New, this is the one true name of the target.
14439 Thu Jul 27 14:33:33 1995  Doug Evans  <dje@canuck.cygnus.com>
14441         * cfg-ml-pos.in (dotdot): Work around SunOS sed bug.
14443 Thu Jul 27 13:31:05 1995  Fred Fish  (fnf@cygnus.com)
14445         * config.guess (*:Linux:*:*): First try asking the linker what the
14446         default object file format is (elf, aout, or coff).  Then if this
14447         fails, try previous methods.
14449 Thu Jul 27 11:28:17 1995  J.T. Conklin  <jtc@rtl.cygnus.com>
14451         * configure.in: Don't build newlib for *-*-vxworks5.1.
14453 Thu Jul 27 11:18:47 1995  Brendan Kehoe  <brendan@lisa.cygnus.com>
14455         * configure.in: Don't build newlib for a29k-*-vxworks5.1.
14456         * test-build.mk: Add setting of --with-headers for a29k-vxworks5.1.
14458 Tue Jul 25 21:25:39 1995  Doug Evans  <dje@canuck.cygnus.com>
14460         * cfg-ml-pos.in (MULTITOP): Trim excess trailing "/.".
14462 Fri Jul 21 10:41:12 1995  Doug Evans  <dje@canuck.cygnus.com>
14464         * cfg-ml-com.in: New file.
14465         * cfg-ml-pos.in: New file.
14467 Wed Jul 19 00:37:27 1995  Jeffrey A. Law  <law@rtl.cygnus.com>
14469         * COPYING.NEWLIB: Add HP free copyright to list.
14471 Tue Jul 18 10:58:51 1995  Michael Meissner  <meissner@tiktok.cygnus.com>
14473         * config.sub: Recognize -eabi* for the system, not just -eabi.
14475 Mon Jul  3 13:44:51 1995  Steve Chamberlain  <sac@slash.cygnus.com>
14477         * Makfile.in (DLLTOOL_FOR_TARGET): New name, pass it down.
14478         * config.sub, configure.in (win32): New target and host.
14480 Wed Jun 28 23:57:08 1995  Steve Chamberlain  <sac@slash.cygnus.com>
14482         * configure.in: Add i386-pe configuration.
14484 Fri Jun 23 14:28:44 1995  Stan Shebs  <shebs@andros.cygnus.com>
14486         * mpw-build.in (install): Install GDB after LD.
14488 Thu Jun 22 17:10:53 1995  Stan Shebs  <shebs@andros.cygnus.com>
14490         * mpw-config.in (elf/mips.h): Always forward-include, needed
14491         for GDB to build.
14493 Wed Jun 21 15:17:30 1995  Rob Savoye  <rob@darkstar.cygnus.com>
14495         * testsuite: New directory for customer acceptance and whole tool
14496         chain tests.
14498 Wed Jun 21 16:50:29 1995  Ken Raeburn  <raeburn@cujo.cygnus.com>
14500         * configure: If per-host line isn't found, but AC_OUTPUT is found
14501         and a configure script exists, run it instead.
14503 Thu Jun 15 21:09:24 1995  Per Bothner  <bothner@kalessin.cygnus.com>
14505         * config.guess:  Update from FSF, for alpha-dec-winnt3.5 and  Crays.
14507 Tue Jun 13 21:43:27 1995  Rob Savoye  <rob@darkstar.cygnus.com>
14509         * configure: Set build_{cpu,vendor,os,alias} to host values when
14510         --build isn't specified.
14512 Mon Jun  5 18:26:36 1995  Jason Merrill  <jason@phydeaux.cygnus.com>
14514         * Makefile.in (PICFLAG, PICFLAG_FOR_TARGET): New macros.
14515         (FLAGS_TO_PASS): Pass them.
14516         (EXTRA_TARGET_FLAGS): Ditto.
14518 Wed May 31 22:27:42 1995  Jim Wilson  <wilson@chestnut.cygnus.com>
14520         * Makefile.in (all-libg++): Depend on all-libstdc++.
14522 Thu May 25 22:40:59 1995  J.T. Conklin  <jtc@rtl.cygnus.com>
14524         * configure.in (noconfigdirs): Enable all packages for
14525           i386-unknown-netbsd.
14527 Sat May 20 13:22:31 1995  Angela Marie Thomas  <angela@cirdan.cygnus.com>
14529         * configure.in (noconfigdirs): Don't configure tk for i386-go32
14530         hosted builds (DOS builds)
14532 Thu May 18 18:08:49 1995  Ken Raeburn  <raeburn@kr-laptop.cygnus.com>
14534         Changes for ARM based on patches from Richard Earnshaw:
14535         * config.sub: Handle armeb and armel.
14536         * configure.in: Omit arm linker only for riscix.
14538 Thu May 11 17:23:26 1995  Per Bothner  <bothner@kalessin.cygnus.com>
14540         * config.guess:  Update from FSF.
14542 Tue May  9 15:52:05 1995  Michael Meissner  <meissner@cygnus.com>
14544         * config.sub: Recognize powerpcle as the little endian variant of
14545         the PowerPC.  Recgonize ppc as a PowerPC variant, and ppcle as a
14546         powerpcle variant.  Convert pentium into i586, not i486.  Add p5
14547         alias for i586.  Map new x86 variants p6, k5, nexgen into i586
14548         temporarily.
14550 Tue May  2 16:29:41 1995  Jeff Law  (law@snake.cs.utah.edu)
14552         * configure.in (hppa*-*-lites*): Treat like hppa*-*-*elf*.
14554 Sun Apr 30 21:38:09 1995  Jeff Law  (law@snake.cs.utah.edu)
14556         * config.sub: Accept -lites* as a basic system type.
14558 Thu Apr 27 11:33:29 1995  Michael Meissner  (meissner@cygnus.com)
14560         * config.guess (*:Linux:*:*): Check for whether the pre-BFD linker is
14561         installed, and if so return linuxoldld as the system name.
14563 Wed Apr 26 10:59:02 1995  Jeff Law  (law@snake.cs.utah.edu)
14565         * config.guess: Add hppa1.1-hp-lites support.
14567 Tue Apr 25 11:08:11 1995  Rob Savoye  <rob@darkstar.cygnus.com>
14569         * configure.in: Don't build newlib for m68k-vxworks5.1.
14571 Wed Apr 19 17:02:43 1995  Jim Wilson  <wilson@chestnut.cygnus.com>
14573         * configure.in (mips-sgi-irix6): Use mh-irix5.
14575 Fri Apr 14 15:21:17 1995  Doug Evans  <dje@chestnut.cygnus.com>
14577         * Makefile.in (all-gcc): Depend on all-ld (for libgcc1-test).
14579 Wed Apr 12 16:06:01 1995  Jason Merrill  <jason@phydeaux.cygnus.com>
14581         * test-build.mk: Enable building of shared libraries on IRIX 5 and
14582         OSF/1.  Fix compiler flags.
14583         * build-all.mk: Support Linux and OSF/1 3.0.  Fix compiler flags.
14585 Tue Apr 11 18:55:40 1995  Doug Evans  <dje@canuck.cygnus.com>
14587         * configure.in: Recognize --with-newlib.
14588         (sparc-*-sunos4*): Build sim, dejagnu, expect, tcl if cross target.
14590 Mon Apr 10 14:38:20 1995  Jason Molenda (crash@phydeaux.cygnus.com)
14592         * Makefile.in: move {all,check,install}-gdb from *_MODULES
14593         to *_X11_MODULES due to gdbtk needing X include files et al.
14595 Mon Apr 10 11:42:22 1995  Stan Shebs  <shebs@andros.cygnus.com>
14597         Merge in support for Mac MPW as a host.
14598         (Old change descriptions retained for informational value.)
14600         * mpw-config.in: Add generic include forwards for cpu-specific
14601         include files in aout and elf directories.
14603         * mpw-configure: Added copyright.
14604         * mpw-config.in: Check for presence of required build tools.
14605         (target_libs): Add newlib.
14606         (target_tools): Add examples.
14607         (Read Me): Generate as "Read Me for MPW" instead.
14608         * mpw-build.in: Base sub-builds on all-foo instead of do-foo.
14609         (all-byacc, do-byacc, all-flex, do-flex, do-newlib): New actions.
14610         (do-gas, do-gcc, do-gdb, do-ld): Build Version.r first.
14612         * mpw-configure: Remove subdir-specific makefile hackery,
14613         delete mk.tmp after using it.
14615         * mpw-build.in (all): Display start and end times.
14617         * mpw-configure (host_canonical): Set.
14618         (target_cpu): Always add to makefiles.
14619         (ARCHDEFS, EMUL): Add to makefile only if nonempty.
14620         (TM_FILE, XM_FILE, NM_FILE): No longer add to makefile.
14621         (mpw-mh-mpw): Look for in srcdir and srcroot.
14622         Use sed instead of mpw-edit-prefix to edit prefix definitions.
14624         * mpw-build.in: (install-only): New target.
14626         * mpw-configure (host_alias, target_alias): Rename from hostalias
14627         and targetalias, add into generated Makefile.
14628         (mk.tmp): If present, add into generated Makefile.
14629         * mpw-build.in (all-gas): Build config.h first before gas proper.
14631         * mpw-configure (config.status): Write only if changed.
14632         * mpw-config.in (readline): Configure it (not built, just used for
14633         definitions).
14635         * mpw-config.in (elf/mips.h): Add a forward include.
14637         * mpw-config.in: Forward-include most .h files in include into
14638         extra-include.
14639         (readline): Don't build.
14640         mpw-build.in (install): Install GDB.
14642         * mpw-configure (prefix, mpw_prefix): Handle it.
14643         * mpw-config.in (mmalloc, readline): Don't configure.
14644         * mpw-build.in (thisscript): Rename to ThisScript.
14645         Use mpw-build instead of BuildProgram everywhere.
14646         (mmalloc, readline): Don't build.
14647         * mpw-README: New file, basic documentation about the MPW port.
14649         * mpw-config.in: Use forward-include to create include files.
14651         * mpw-configure: Add more things to the top of each configured
14652         Makefile, including contents of config/mpw-mh-mpw.
14653         * mpw-config.in (extra-include): Create this directory and fill it
14654         with Posix-like include files when configuring.
14656         * config.sub (apple, mac, mpw): Add various aliases.
14658         * mpw-build.in: New file, top-level build script fragment for MPW.
14659         * mpw-configure: New file, configure script for MPW.
14660         * mpw-config.in: New file, config fragment for MPW.
14662 Fri Apr  7 19:33:16 1995  Jim Kingdon  (kingdon@lioth.cygnus.com)
14664         * configure.in (host_libs): Remove glob, since it is gone from the
14665         sources.
14667 Fri Mar 31 11:36:17 1995  Jason Molenda  (crash@phydeaux.cygnus.com)
14669         * Makefile.in: define empty GDB_NLM_DEPS var.
14671         * configure.in(target_makefile_frag): use config/mt-netware
14672         for netware targets.
14674 Thu Mar 30 13:51:43 1995  Ian Lance Taylor  <ian@cygnus.com>
14676         * config.sub: Merge in recent FSF changes.  Remove linux special
14677         cases.
14679 Tue Mar 28 14:47:34 1995  Jason Molenda (crash@phydeaux.cygnus.com)
14681         Revert this change:
14683         Tue Mar 30 10:03:09 1993  Ian Lance Taylor  (ian@cygnus.com)
14685                 * build-all.mk: Use CC=cc -Xs on Solaris.
14687 Tue Mar 21 10:43:32 1995  Jim Kingdon  (kingdon@lioth.cygnus.com)
14689         * glob/*: Removed.  Schauer's 24 Feb 1994 readline change made us
14690         stop using it.
14691         * Makefile.in: Nuke all references to glob subdirectory.
14693 Thu Mar 16 13:35:30 1995  Jason Merrill  <jason@phydeaux.cygnus.com>
14695         * configure.in: Fix --enable-shared logic in per-host.
14697 Mon Mar 13 12:33:15 1995  Ian Lance Taylor  <ian@cygnus.com>
14699         * configure.in (*-hp-hpux[78]*): Use mh-hpux8.
14701 Mon Mar  6 10:21:58 1995  Jim Kingdon  (kingdon@lioth.cygnus.com)
14703         * configure.in (noconfigdirs): Don't build gas on AIX, for
14704         powerpc*-*-aix* as well as for rs6000*-*-aix*.
14706 Wed Mar  1 12:51:53 1995  Ian Lance Taylor  <ian@cygnus.com>
14708         * configure: Fix --cache-file to work if the file argument is a
14709         relative path.
14711 Tue Feb 28 17:36:07 1995  Ian Lance Taylor  <ian@cygnus.com>
14713         * configure: If the --cache-file is used, pass it down to
14714         configure in subdirectories.
14716 Mon Feb 27 12:52:46 1995  Kung Hsu  <kung@mexican.cygnus.com>
14718         * config.sub: add vxworks29k configuration.
14720 Fri Feb 10 16:12:26 1995  Ken Raeburn  <raeburn@cujo.cygnus.com>
14722         * Makefile.in (taz): Do "diststuff" part quietly.
14724 Sun Feb  5 14:16:35 1995  Doug Evans  <dje@canuck.cygnus.com>
14726         * config.sub: Mini-merge with gcc/config.sub.
14728 Sat Feb  4 12:11:35 1995  Jim Wilson  <wilson@chestnut.cygnus.com>
14730         * config.guess (IRIX): Sed - to _.
14732 Fri Feb  3 11:54:42 1995  J.T. Conklin  <jtc@rtl.cygnus.com>
14734         * Makefile.in (source-vault, binary-vault): New targets.
14736 Thu Jan 26 13:00:11 1995  Michael Meissner  <meissner@cygnus.com>
14738         * config.sub: Recognize -eabi as a basic system type.
14740 Thu Jan 12 13:13:23 1995  Jason Merrill  <jason@phydeaux.cygnus.com>
14742         * configure.in (enable_shared stuff): Fix typo.
14744 Thu Jan 12 01:36:51 1995  deanm@medulla.LABS.TEK.COM (Dean Messing)
14746         * Makefile.in (BASE_FLAGS_TO_PASS): Fix typo in passing LIBCXXFLAGS*.
14748 Wed Jan 11 16:29:53 1995  Jason Merrill  <jason@phydeaux.cygnus.com>
14750         * Makefile.in (LIBCXXFLAGS_FOR_TARGET): Add -fno-implicit-templates.
14752 Mon Jan  9 12:48:01 1995  Jim Kingdon  <kingdon@lioth.cygnus.com>
14754         * configure.in (rs6000-*-*): Don't build gas.
14756 Wed Jan  4 23:53:49 1995  Ian Lance Taylor  <ian@tweedledumb.cygnus.com>
14758         * Makefile.in: Use /x/x/ instead of /brokensed/brokensed/, to
14759         reduce command line length.
14760         (AS_FOR_TARGET): Check for as.new, not Makefile.
14761         (NM_FOR_TARGET): Check for nm.new, not Makefile.
14763 Wed Jan  4 13:02:39 1995  Per Bothner  <bothner@kalessin.cygnus.com>
14765         * config.guess:  Merge from FSF.
14767 Thu Dec 15 17:11:37 1994  Ian Lance Taylor  <ian@sanguine.cygnus.com>
14769         * configure: Don't use $ when handling program_suffix.
14771 Mon Dec 12 12:09:37 1994  Stu Grossman  (grossman@cygnus.com)
14773         * configure.in:  Configure tk for hppa/hpux.
14775 Fri Dec  2 15:55:38 1994  Per Bothner  <bothner@kalessin.cygnus.com>
14777         * Makefile.in (LIBGXX_SUPPORT_DIRS):  Add libstdc++.
14779 Tue Nov 29 19:37:56 1994  Per Bothner  <bothner@kalessin.cygnus.com>
14781         * Makefile.in:  Move -fno-implicit-template from CXXFLAGS
14782         to LIBCXXFLAGS.  Tests are better run without it.
14784 Wed Nov 23 10:29:25 1994  Brendan Kehoe  (brendan@lisa.cygnus.com)
14786         * Makefile.in (all-ispell): Depend on all-emacs19 instead of all-emacs.
14788 Mon Nov 21 11:14:01 1994  J.T. Conklin  <jtc@rtl.cygnus.com>
14790         * configure.in (*-*-netware*): Don't configure xiberty.
14792 Mon Nov 14 08:49:15 1994  Stu Grossman  (grossman@cygnus.com)
14794         * configure.in:  Remove tk from native_only list.
14796 Fri Nov 11 15:31:26 1994  Bill Cox  (bill@rtl.cygnus.com)
14798         * build-all.mk: Add mips-ncd-elf target to sun4 targets
14799           for special NCD build.
14801 Mon Nov  7 20:58:17 1994  Ken Raeburn  <raeburn@cujo.cygnus.com>
14803         * Makefile.in (DEVO_SUPPORT): Remove configure.bat and
14804         makeall.bat, they're only useful for binutils snapshots.
14805         (binutils.tar.gz, gas+binutils.tar.gz): Add configure.bat and
14806         makeall.bat to specified SUPPORT_FILES.
14808 Mon Nov  7 17:25:18 1994  Bill Cox  (bill@cirdan.cygnus.com)
14810         * build-all.mk: Add Ericsson targets to sun4 and solaris
14811           hosts.  Add  BNR's sun4 target to solaris host, so their
14812           build-from-source will be tested in-house first.
14814 Sat Nov  5 18:43:30 1994  Jason Merrill  (jason@phydeaux.cygnus.com)
14816         * Makefile.in (LIBCFLAGS): New variable.
14817         (CFLAGS_FOR_TARGET): Ditto.
14818         (LIBCFLAGS_FOR_TARGET): Ditto.
14819         (LIBCXXFLAGS): Ditto.
14820         (CXXFLAGS_FOR_TARGET): Ditto.
14821         (LIBCXXFLAGS_FOR_TARGET): Ditto.
14822         (BASE_FLAGS_TO_PASS): Pass them.
14823         (EXTRA_TARGET_FLAGS): Ditto.
14825         * configure.in: Support --enable-shared.
14827 Sat Nov  5 15:44:00 1994  Per Bothner  <bothner@kalessin.cygnus.com>
14829         * configure.in (target_libs):  Include libstdc++ again.
14830         * config.guess:  Update from FSF (for FreeBSD).
14832 Thu Nov  3 16:32:30 1994  Ken Raeburn  <raeburn@cujo.cygnus.com>
14834         * Makefile.in (DEVO_SUPPORT): Include configure.bat and
14835         makeall.bat.
14836         (DISTDOCDIRS): Add `etc'.
14837         (ETC_SUPPORT_PFX): New variable.
14838         (taz): Include anything from etc starting with a word in
14839         ETC_SUPPORT_PFX.
14841 Wed Oct 26 16:19:35 1994  Ian Lance Taylor  <ian@sanguine.cygnus.com>
14843         * config.sub: Update for recent FSF changes.  Remove obsolete
14844         h8300hds entry.  Add -windows* and -osx as basic os.  Minor
14845         spacing changes.
14847 Thu Oct 20 18:41:56 1994  Per Bothner  <bothner@kalessin.cygnus.com>
14849         * configure.in (target_libs):  Remove libstdc++ for libg++-2.6.1.
14851         * config.guess:  Merge with FSF.
14852         * configure.in:  Match on i?86-ncr-sysv4.3, not i?86-ncr-sysv43.
14854 Thu Oct 20 19:26:56 1994  Ken Raeburn  <raeburn@cujo.cygnus.com>
14856         * configure: Since the "trap 0" handler will override the exit
14857         status on many systems, only use it for "exit 1", and make it set
14858         a non-zero exit status; reset it before "exit 0".  Also, check
14859         exit status of config.sub, and error out if it failed.
14861 Wed Oct 19 18:49:55 1994  Rob Savoye  (rob@cygnus.com)
14863         * Makefile.in: (ALL_TARGET_MODULES,INSTALL_TARGET_MODULES) Build
14864         and install libgloss.
14866 Tue Oct 18 15:25:24 1994  Ian Lance Taylor  <ian@sanguine.cygnus.com>
14868         * Makefile.in (all-binutils): Depend upon all-byacc.
14870         * configure.in: Don't build emacs on Irix 5.
14872 Mon Oct 17 16:22:12 1994  J.T. Conklin  (jtc@phishhead.cygnus.com)
14874         * configure.in (*-*-netware*): Add libio.
14876 Thu Oct 13 15:51:20 1994  Jason Merrill  (jason@phydeaux.cygnus.com)
14878         * Makefile.in (ALL_TARGET_MODULES): Add libstdc++.
14879         (CHECK_TARGET_MODULES): Ditto.
14880         (INSTALL_TARGET_MODULES): Ditto.
14881         (TARGET_LIBS): Ditto.
14882         (all-libstdc++): Note dependencies.
14884 Thu Oct 13 01:43:08 1994  Ken Raeburn  <raeburn@cujo.cygnus.com>
14886         * Makefile.in (BINUTILS_SUPPORT_DIRS): Add gas.
14888 Tue Oct 11 12:12:29 1994  Jason Merrill  (jason@phydeaux.cygnus.com)
14890         * Makefile.in (CXXFLAGS): Use -fno-implicit-templates instead of
14891         -fexternal-templates.
14893         * configure.in (target_libs): Add libstdc++.
14894         (noconfigdirs): Add libstdc++ as appropriate.
14896 Thu Oct  6 18:00:54 1994  Per Bothner  (bothner@kalessin.cygnus.com)
14898         * config.guess:  Update from FSF.
14900 Tue Oct  4 12:05:42 1994  Ian Lance Taylor  <ian@sanguine.cygnus.com>
14902         * configure: Use ${config_shell} when running ${configsub}.
14904 Mon Oct  3 14:28:34 1994  Doug Evans  <dje@canuck.cygnus.com>
14906         * config.sub: No longer recognize h8300h.
14908 Mon Oct  3 12:40:54 1994  Ian Lance Taylor  <ian@sanguine.cygnus.com>
14910         * config.sub: Remove extraneous differences between config.sub and
14911         gcc/config.sub.
14913 Sat Oct  1 00:23:12 1994  Ken Raeburn  <raeburn@cujo.cygnus.com>
14915         * Makefile.in (DISTSTUFFDIRS): Add gas.
14917 Thu Sep 22 19:04:55 1994  Doug Evans  (dje@canuck.cygnus.com)
14919         * COPYING.NEWLIB: New file.
14921 Mon Sep 19 18:25:40 1994  Per Bothner  (bothner@kalessin.cygnus.com)
14923         * config.guess (HP-UX):  Patch from Harlan Stenn
14924         <harlan@landmark.com> to also emit release level.
14926 Wed Sep  7 13:15:25 1994  Jim Wilson  (wilson@sphagnum.cygnus.com)
14928         * config.guess (sun4*:SunOS:*:*): Change '-JL' to '_JL'.
14930 Tue Sep  6 23:23:18 1994  Per Bothner  (bothner@kalessin.cygnus.com)
14932         * config.sub:  Merge nextstep cleanup from FSF.
14934 Mon Sep  5 05:01:30 1994  Ken Raeburn  (raeburn@kr-pc.cygnus.com)
14936         * configure.in (arm-*-*): Don't configure ld for this target.
14938 Thu Sep  1 09:35:00 1994  J.T. Conklin  (jtc@phishhead.cygnus.com)
14940         * configure.in (*-*-netware): don't configure libg++, libio,
14941           librx, or newlib.
14943 Wed Aug 31 13:52:08 1994  Ian Lance Taylor  (ian@sanguine.cygnus.com)
14945         * configure.in (alpha-dec-osf*): Use osf*, not osf1*.  Don't
14946         configure ld--it works, but it doesn't support shared libraries.
14948 Sun Aug 28 18:13:45 1994  Per Bothner  (bothner@kalessin.cygnus.com)
14950         * config.guess (*-unknown-freebsd*):  Get rid of possible
14951         trailing "(Release)" in version string.
14952         Patch from Paul Richards <paul@isl.cf.ac.uk>.
14954 Sat Aug 27 15:00:49 1994  Per Bothner  (bothner@kalessin.cygnus.com)
14956         * config.guess:  Fix i486-ncr-sysv43 -> i486-ncr-sysv4.3.
14957         Fix type: *-next-neststep -> *-next-nextstep.
14959         * config.guess:  Merge from FSF:
14961         Fri Aug 26 18:45:25 1994  Philippe De Muyter (phdm@info.ucl.ac.be)
14963         * config.guess: Recognize powerpc-ibm-aix3.2.5.
14965         Wed Apr 20 06:36:32 1994  Philippe De Muyter  (phdm@info.ucl.ac.be)
14967         * config.guess: Recognize UnixWare 1.1 (UNAME_SYSTEM is SYSTEM_V
14968         instead of UNIX_SV for UnixWare 1.0).
14970 Sat Aug 27 01:56:30 1994  Stu Grossman  (grossman@cygnus.com)
14972         * Makefile.in (all-gdb):  Add dependencies on all-gcc and all-ld
14973         to make gdb/nlm/* build after the compiler and linker.
14975 Fri Aug 26 14:30:05 1994  Per Bothner  (bothner@kalessin.cygnus.com)
14977         * config.guess (netbsd, freebsd, linux):  Accept any machine,
14978         not just i[34]86.
14979         (m68k-atari-sysv4):  Relocate to match FSF version.
14981         * config.guess:  More merges from the FSF:
14983         Add a space before function call or macro invocation.
14985         Tue May 10 16:53:55 1994  Roland McGrath (roland@churchy.gnu.ai.mit.edu)
14987         * config.guess: Add trap cmd to remove dummy.c and dummy when
14988         interrupted.
14990         Wed Apr 20 18:07:13 1994  Roland McGrath (roland@churchy.gnu.ai.mit.edu)
14992         * config.guess (dummy.c): Redirect stderr for `hostinfo' command.
14993         (dummy): Redirect stderr from compilation of dummy.c.
14995         Sat Apr  9 14:59:28 1994  Christian Kranz  (kranz@sent5.uni-duisburg.de)
14997         * config.guess: Distinguish between NeXTStep 2.1 and 3.x.
14999 Fri Aug 26 13:42:20 1994  Ken Raeburn  (raeburn@kr-laptop.cygnus.com)
15001         * configure: Accept and ignore --cache*, for compatibility with
15002         new autoconf.
15004 Fri Aug 26 13:05:27 1994  Per Bothner  (bothner@kalessin.cygnus.com)
15006         * config.guess:  Merge from FSF:
15008         Thu Aug 25 20:28:51 1994  Richard Stallman  <rms@mole.gnu.ai.mit.edu>
15010         * config.guess (Pyramid*:OSx*:*:*): New case.
15011         (PATH): Add /.attbin at end for finding uname.
15012         (dummy.c): Handle i860-alliant-bsd.  Follow whitespace conventions.
15014         Wed Aug 17 18:21:02 1994  Tor Egge  (tegge@pvv.unit.no)
15016         * config.guess (M88*:DolphinOS:*:*): New case.
15018         Thu Aug 11 17:00:13 1994  Stan Cox  (coxs@dg-rtp.dg.com)
15020         * config.guess (AViiON:dgux:*:*): Use TARGET_BINARY_INTERFACE
15021         to select whether to use ELF or COFF.
15023         Sun Jul 24 16:20:53 1994  Richard Stallman  <rms@mole.gnu.ai.mit.edu>
15025         * config.guess: Recognize i860-stardent-sysv and i860-unknown-sysv.
15027         Sun May  1 10:23:10 1994  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
15029         * config.guess: Guess the OS version for HPUX.
15031         Tue Mar  1 21:53:03 1994  Karl Heuer  (kwzh@hal.gnu.ai.mit.edu)
15033         * config.guess (UNAME_VERSION): Recognize aix3.2.4 and aix3.2.5.
15035 Fri Aug 26 11:19:08 1994  Ian Lance Taylor  (ian@sanguine.cygnus.com)
15037         * configure.in: Recognize --with-headers, --with-libs, and
15038         --without-newlib.
15039         * Makefile.in (all-xiberty): Depend upon all-ld.
15041 Wed Aug 24 12:36:50 1994  Ian Lance Taylor  (ian@sanguine.cygnus.com)
15043         * configure.in: Change i[34]86 to i[345]86.
15045 Mon Aug 22 10:58:33 1994  Ian Lance Taylor  (ian@sanguine.cygnus.com)
15047         * configure (version): A few more tweaks to help message.
15049 Fri Aug 19 12:40:25 1994  Per Bothner  (bothner@kalessin.cygnus.com)
15051         * Makefile.in:  Remove (for now) librx as a host library,
15052         now that we're building it for target.
15054 Fri Aug 19 10:49:17 1994  Ian Lance Taylor  (ian@sanguine.cygnus.com)
15056         * configure: Fix up help message; from karl@owl.hq.ileaf.com
15057         (Karl Berry).
15059 Tue Aug 16 16:11:08 1994  Per Bothner  (bothner@kalessin.cygnus.com)
15061         * configure.in:  Also configure librx.
15063 Mon Aug 15 16:51:45 1994  Per Bothner  (bothner@kalessin.cygnus.com)
15065         * Makefile.in:  Update various rules to reflect that librx
15066         is now needed for libg++.
15068 Fri Aug 12 18:07:21 1994  Ian Lance Taylor  (ian@sanguine.cygnus.com)
15070         * config.sub: Accept mips64orion and mips64orionel as a CPU name.
15072 Mon Aug  8 11:36:17 1994  Stan Shebs  (shebs@andros.cygnus.com)
15074         * configure.in: Configure the examples directory.
15076 Thu Aug  4 16:12:36 1994  Ian Lance Taylor  (ian@sanguine.cygnus.com)
15078         * configure: Simplify Jun 2 1994 change.
15080 Wed Aug  3 04:58:16 1994  D. V. Henkel-Wallace  (gumby@cygnus.com)
15082         * change CC to /usr/latest/bin/gcc for lynx host builds, since
15083         /bin/gcc isn't good enough to build gcc.
15085 Wed Jul 27 09:07:14 1994  Fred Fish  (fnf@cygnus.com)
15087         * Makefile.in (GDB_SUPPORT_FILES): Remove
15088         (setup-dirs-gdb, gdb.tar.gz, make-gdb.tar.gz):  Remove old rules.
15089         (gdb.tar.gz): Add new rule to use standard distribution building
15090         mechanism.
15092 Mon Jul 25 11:10:06 1994  Ian Lance Taylor  (ian@tweedledumb.cygnus.com)
15094         * configure.in: Warn about use of /usr/ucb/cc on Solaris.  From
15095         Bill Cox <bill@cygnus.com>.
15097 Sat Jul 23 12:19:46 1994  Per Bothner  (bothner@kalessin.cygnus.com)
15099         * config.guess:  Recognize ISC.  Patch from kwzh@gnu.ai.mit.edu.
15101 Fri Jul 22 17:53:59 1994  Stu Grossman  (grossman@cygnus.com)
15103         * configure:  Search current dir first in .gdbinit.
15105 Fri Jul 22 11:28:30 1994  Per Bothner  (bothner@kalessin.cygnus.com)
15107         * config.sub:  Recognize freebsd (merged from gcc config.sub).
15109 Thu Jul 21 14:10:52 1994  Per Bothner  (bothner@kalessin.cygnus.com)
15111         * config.sub:  Refer to NeXT's operating system as nextstep.
15113         * config.sub (case $basic_machine):  Re-order the cases, to match
15114         the order in the FSF version (which is mostly alphabethical).
15115         Merge in some additions and changes from the FSF.
15117 Sat Jul 16 12:03:08 1994  Stan Shebs  (shebs@andros.cygnus.com)
15119         * config.guess: Recognize m68k-atari-sysv4 and m88k-harris-csux7.
15120         * config.sub: Recognize cxux7.
15121         * configure.in: Use mh-cxux for m88k-harris-cxux*.
15123 Mon Jul 11 14:37:39 1994  Per Bothner  (bothner@kalessin.cygnus.com)
15125         * config.sub:  Fix typo powerpc -> powerpc-*.
15127 Sat Jul  9 13:03:43 1994  Michael Tiemann  (tiemann@blues.cygnus.com)
15129         * Makefile.in: `all-emacs19' depends on `all-byacc'.
15131         * Makefile.in: Add all-emacs19 and install-emacs19 rules (in
15132         parallel with all-emacs and install-emacs).  Top-level command
15133         `make all-emacs19 CC=gcc' now behaves as `make all-emacs CC=gcc'.
15135 Thu Jun 30 16:53:42 1994  Ian Lance Taylor  (ian@sanguine.cygnus.com)
15137         * test-build.mk ($(host)-stamp-stage2-installed): Remove
15138         $(relbindir)/make before doing ``make install'', and use
15139         $(GNU_MAKE) while doing it.  Avoids problem on SunOS with
15140         installing over running make binary.
15141         ($(host)-stamp-stage3-installed): Likewise.
15143 Tue Jun 28 13:43:25 1994  Jim Kingdon  (kingdon@lioth.cygnus.com)
15145         * config.guess: Recognize Mach.
15147 Mon Jun 27 16:41:14 1994  Ian Lance Taylor  (ian@sanguine.cygnus.com)
15149         * configure: Check ${exec_prefixoption}, not ${exec_prefix}, to
15150         see whether --exec-prefix was used.
15152 Sun Jun 26 21:15:54 1994  Per Bothner  (bothner@kalessin.cygnus.com)
15154         * README:  Explicitly mention libg++/README.  (Zoo's idea.)
15156 Tue Jun 21 12:45:55 1994  Jim Kingdon  (kingdon@lioth.cygnus.com)
15158         * Makefile.in: Add all-librx target similar to all-libproc.
15160 Wed Jun  8 23:11:55 1994  Stu Grossman  (grossman@cygnus.com)
15162         * config.guess:  Rearrange tests for Alpha-OSF1 to properly deal
15163         with post 1.2 uname bogosity.
15165 Thu Jun  9 00:27:59 1994  Ian Lance Taylor  (ian@tweedledumb.cygnus.com)
15167         * configure: Remove temporary files on receipt of a signal.
15169 Tue Jun  7 12:06:24 1994  Ian Lance Taylor  (ian@cygnus.com)
15171         * configure: If there is a package_makefile_frag, remove
15172         ${subdir}/Makefile.tem after copying it in.
15174 Mon Jun  6 21:35:02 1994  D. V. Henkel-Wallace  (gumby@cygnus.com)
15176         * build_all.mk: support rs6000 lynx identifies itself as
15177         rs6000-lynx-lynxos2.2.2.  Also, use /usr/cygnus/progressive/bin/gcc
15178         since /bin/gcc is too feeble to compile a modern gcc.
15180 Mon Jun  6 16:06:34 1994  Karen Christiansen (karen@cirdan.cygnus.com)
15182         * brought devo/test-build.mk update-to-date with progressive/
15183           test-build.mk. Add lynx targets and hppa flag info.
15185 Sat Jun  4 17:23:54 1994  Per Bothner  (bothner@kalessin.cygnus.com)
15187         * configure.in:  Use mh-ncrsvr43.  Patch from
15188         Tom McConnell <tmcconne@sedona.intel.com>.
15190 Fri Jun  3 17:47:24 1994  Per Bothner  (bothner@kalessin.cygnus.com)
15192         * config.guess (i386-unknown-bsdi):  No longer need to
15193         check #if defined(__bsdi__) && defined(__i386__).
15195 Thu Jun  2 18:56:46 1994  Ian Lance Taylor  (ian@tweedledumb.cygnus.com)
15197         * configure: Set program_transform_nameoption correctly.
15199 Thu Jun  2 10:57:06 1994  Karen Christiansen (karen@cirdan.cygnus.com)
15201         * brought build-all.mk update-to-date with progressive build-all.mk,
15202           added new targets and hppa info.
15204 Thu Jun  2 00:12:44 1994  Ian Lance Taylor  (ian@tweedledumb.cygnus.com)
15206         * configure: If config.guess result is a prefix of the user
15207         specified target, assume a native build and use the user specified
15208         target as the host alias.  Remove SunOS patch suffix removal hack.
15209         * configure.in: Remove SunOS patch suffix removal hack.
15211         * Makefile.in (CROSS_CHECK_MODULES): Remove check-flex, since it's
15212         in NATIVE_CHECK_MODULES.
15214 Wed Jun  1 10:49:41 1994  Bill Cox  (bill@rtl.cygnus.com)
15216         * Makefile.in: Rename HOST_ONLY to NATIVE.
15217         * configure: Delete SunOs patch suffix from host_canonical
15218           and build_canonical variables that are prepended to Makefiles.
15219         * configure.in: Add comments for easier maintenance.
15221 Tue May 31 19:39:47 1994  Jim Kingdon  (kingdon@lioth.cygnus.com)
15223         * Makefile.in: Add all-libproc target similar to all-gui.
15225 Tue May 31 17:16:33 1994  Tom Lord  (lord@cygnus.com)
15227         * Makefile.in (CHECK_MODULES): split into
15228         HOST_ONLY_CHECK_MODULES and CROSS_CHECK_MODULES.
15230 Tue May 31 16:36:36 1994  Paul Eggert  (eggert@twinsun.com)
15232         * config.guess (i386-unknown-bsdi): New system to guess.
15234 Wed May 25 16:47:10 1994  Jim Kingdon  (kingdon@lioth.cygnus.com)
15236         * Makefile.in: Add all-gui target (but not yet build by "all").
15238 Thu May 26 08:53:19 1994  Bill Cox  (bill@rtl.cygnus.com)
15240         * config.sub: Move deletion of patch suffix from here...
15241         * configure.in: To here, at Ian's suggestion.  The top-
15242           level scripts might need to know of a patch level.
15244 Wed May 25 09:15:54 1994  Bill Cox  (bill@rtl.cygnus.com)
15246         * config.sub: Strip off patch suffix so rtl is recognized
15247           as a sunos4.1.3 machine, even though it's been patched.
15249 Fri May 20 08:25:49 1994  Steve Chamberlain  (sac@deneb.cygnus.com)
15251         * Makefile.in (INSTALL_LAST): Delete.
15252         (INSTALL_DOSREL): New.
15254 Thu May 19 17:12:12 1994  Ian Lance Taylor  (ian@tweedledumb.cygnus.com)
15256         * configure.in: Use ld for i[34]86-*-sysv4* and sparc-*-solaris2*.
15257         Don't set use_gnu_ld to no for *-*-sysv4; that only controls
15258         whether we pass down --with-gnu-ld anyhow.
15260 Thu May 19 09:29:12 1994  Steve Chamberlain  (sac@cygnus.com)
15262         * Makefile.in (INSTALL_LAST): Change operation so it works
15263         on more flavors of make.
15264         * configure.in (go32): Don't build libg++ or libio.
15266 Fri May 13 13:28:34 1994  Steve Chamberlain  (sac@cygnus.com)
15268         * Makefile.in (Move HOST_PREFIX_1 and friends up so
15269         they can be overriden by templates.
15271 Sat May  7 16:46:44 1994  Steve Chamberlain  (sac@cygnus.com)
15273         * configure.in (target==go32): Don't build gdb.
15274         * dosrel: New directory.
15276 Fri May  6 14:19:25 1994  Steve Chamberlain  (sac@cygnus.com)
15278         * configure.in (host==go32): Configure dosrel too.
15279         * Makefile.in (INTALL_TARGET): Call INSTALL_LAST last.
15280         (HOST_CC, HOST_PREFIX, HOST_PREFIX_1): Undefine, they should
15281         be set by incoming names or templates.
15282         (INSTALL_LAST): New rule.
15284 Thu May  5 17:35:05 1994  Stan Shebs  (shebs@andros.cygnus.com)
15286         * config.sub (sparclitefrw, sparclitefrwcompat): Don't set the os.
15288 Thu May  5 20:06:45 1994  Ken Raeburn  (raeburn@cujo.cygnus.com)
15290         * configure.in (appdirs): New variable.  Currently empty, but will
15291         be used in gas distribution.  If nonempty, lists a set of
15292         directories at least one of which must get configured, or top
15293         level configuration is considered to have failed.
15294         (rs6000-*-lynxos*): Use new file name.
15296 Thu May  5 13:38:36 1994  Ian Lance Taylor  (ian@tweedledumb.cygnus.com)
15298         Eliminate XTRAFLAGS.
15299         * Makefile.in (CC_FOR_TARGET): If newlib exists, refer to the
15300         newlib include files using -idirafter, and also use -nostdinc.
15301         (CXX_FOR_TARGET): Likewise.
15302         (XTRAFLAGS): Removed.
15303         (BASE_FLAGS_TO_PASS): Remove XTRAFLAGS_FOR_TARGET.
15304         (EXTRA_HOST_FLAGS): Remove XTRAFLAGS.
15305         (EXTRA_TARGET_FLAGS, EXTRA_GCC_FLAGS): Likewise.
15306         ($(DO_X)): Don't pass down XTRAFLAGS.
15308 Thu May  5 00:16:36 1994  Ken Raeburn  (raeburn@kr-pc.cygnus.com)
15310         * configure.in (mips*-dec-bsd*): New target; do build linker.
15311         (mips*-*-bsd*): New target; don't build linker.
15313 Wed May  4 20:10:10 1994  D. V. Henkel-Wallace  (gumby@cygnus.com)
15315         * configure.in: support rs6000-*-lynxos* configuration.
15316         support sunos4 as a cross target.
15318         * config.sub: look for lynx*, not lynx since the OS version may
15319         legitimately be part of the name.
15321 Tue May  3 21:48:11 1994  Ken Raeburn  (raeburn@cujo.cygnus.com)
15323         * configure.in (i[34]86-*-sco*): Move to be with other i386
15324         targets.
15325         (romp-*-*): New target.  Skip various binary utilities.
15326         (vax-*-*): New target.  Don't build newlib.
15327         (vax-*-vms): Renamed from *-*-vms.  Don't build opcodes or newlib.
15329 Thu Apr 28 15:03:05 1994  David J. Mackenzie  (djm@rtl.cygnus.com)
15331         * configure.in: Only set host_makefile_frag if config
15332         directory exists.
15334 Wed Apr 27 12:14:30 1994  David J. Mackenzie  (djm@rtl.cygnus.com)
15336         * install.sh: If $dstdir exists, don't check whether each
15337         component does.
15339 Tue Apr 26 18:11:33 1994  Ian Lance Taylor  (ian@tweedledumb.cygnus.com)
15341         * test-build.mk (HOLES): Add sleep; used by rcs/src/conf.sh.
15343 Mon Apr 25 15:06:34 1994  Stan Shebs  (shebs@andros.cygnus.com)
15345         * configure.in (*-*-lynxos*): Don't configure newlib for either
15346         native or cross Lynx.
15348 Sat Apr 16 11:58:16 1994  Doug Evans  (dje@canuck.cygnus.com)
15350         * config.sub (sparc64-elf): Fix os.
15351         (z8k): Remove duplicate.
15353 Thu Apr 14 23:33:17 1994  Ian Lance Taylor  (ian@tweedledumb.cygnus.com)
15355         * Makefile.in (gcc-no-fixedincludes): Touch gcc/include/fixed, not
15356         gcc/stmp-fixproto, to try to prevent fixproto from being run.
15358 Wed Apr 13 15:14:52 1994  Bill Cox  (bill@cygnus.com)
15360         * configure: Make file links cleanly even if Lynx fails on
15361           an NFS symlink (at least fail cleanly).
15363 Mon Apr 11 10:58:56 1994  Jim Wilson  (wilson@sphagnum.cygnus.com)
15365         * test-build.mk (CC): For mips-sgi-irix4, change -XNh1500 to
15366         -XNh2000.
15368 Sat Apr  9 15:10:45 1994  David J. Mackenzie  (djm@rtl.cygnus.com)
15370         * configure: Unknown options are fatal again.
15372 Fri Apr  8 12:01:41 1994  David J. Mackenzie  (djm@cygnus.com)
15374         * configure: Ignore --x-includes and --x-libraries, for Autoconf
15375         compatibility.
15377 Thu Apr  7 17:31:43 1994  Doug Evans  (dje@canuck.cygnus.com)
15379         * build-all.mk: Add `clean' target.
15381 Wed Apr  6 20:44:56 1994  Peter Schauer  (pes@regent.e-technik.tu-muenchen.de)
15383         * config.guess:  Add SINIX support.
15384         * configure.in:  Add mips-*-sysv4* support.
15386 Mon Apr  4 17:41:44 1994  Doug Evans  (dje@canuck.cygnus.com)
15388         * build-all.mk: Document all useful targets.
15389         If canonhost is sparc-sun-solaris2.3, change it to sparc-sun-solaris2.
15390         If canonhost is mips-sgi-irix4.0.5H, change it to mips-sgi-irix4.
15392 Thu Mar 31 04:55:57 1994  David J. Mackenzie  (djm@rtl.cygnus.com)
15394         * configure: Support --silent, --quiet.
15396 Wed Mar 30 21:37:38 1994  David J. Mackenzie  (djm@rtl.cygnus.com)
15398         * configure: Support --disable-FEATURE.
15400 Tue Mar 29 19:15:05 1994  Jim Kingdon  (kingdon@lioth.cygnus.com)
15402         * config.guess: Recognize NCR running SVR4.3.
15404 Mon Mar 28 14:55:15 1994  Per Bothner  (bothner@kalessin.cygnus.com)
15406         * config.guess:  Make BSDI generate i386-unknown-bsd386.
15407         Patch from Paul Eggert <eggert@twinsun.com>.
15409 Mon Mar 28 12:54:52 1994  Ian Lance Taylor  (ian@tweedledumb.cygnus.com)
15411         * configure.in (powerpc-*-aix*): Treat like rs6000-*-*.
15413 Sat Mar 26 11:25:48 1994  David J. Mackenzie  (djm@rtl.cygnus.com)
15415         * configure: Make unrecognized options give nonfatal warnings
15416         instead of fatal errors, and pass them to any subdirectory
15417         configures in case they recognize them.
15418         Make --x equivalent to --with-x.
15420 Fri Mar 25 21:52:10 1994  David J. Mackenzie  (djm@rtl.cygnus.com)
15422         * configure: Add --enable-* options.  Clean up usage message and
15423         some comments.
15425 Thu Mar 24 09:12:53 1994  Doug Evans  (dje@canuck.cygnus.com)
15427         * Makefile.in (NM_FOR_TARGET): Build tree version is now nm.new.
15429 Sun Mar 20 11:28:22 1994  Jeffrey A. Law  (law@snake.cs.utah.edu)
15431         * configure.in (hppa*-*-*): Enable binutils.
15433 Sat Mar 19 11:50:16 1994  Jim Kingdon  (kingdon@lioth.cygnus.com)
15435         * config.sub: Recognize cisco.
15437 Fri Mar 18 16:42:32 1994  Jason Merrill  (jason@deneb.cygnus.com)
15439         * Makefile.in (CXXFLAGS): Add -fexternal-templates.
15441 Tue Mar 15 11:25:55 1994  Jim Kingdon  (kingdon@lioth.cygnus.com)
15443         * config.guess: about target *-hitachi-hiuxwe2, don't print more
15444         than one configuration name.  Add comment.
15446 Sun Mar  6 23:13:38 1994  Hisashi MINAMINO  (minamino@sra.co.jp)
15448         * config.guess: about target *-hitachi-hiuxwe2, fixed
15449         machine guessing order.  [Hitachi's CPU_IS_HP_MC68K
15450         macro is incorrect.]
15452 Sun Mar 13 09:10:08 1994  Jim Kingdon  (kingdon@lioth.cygnus.com)
15454         * Makefile.in (TAGS): Just build TAGS in each subdirectory, rather
15455         than the "make ls" stuff which used to be here.
15457 Fri Mar 11 12:52:39 1994  Per Bothner  (bothner@kalessin.cygnus.com)
15459         * config.guess:  Recognize i[34]86-unknown-freebsd.
15460         From Shawn M Carey <smcarey@rodan.syr.edu>.
15462 Thu Mar  3 14:24:21 1994  Per Bothner  (bothner@kalessin.cygnus.com)
15464         * configure.in (noconfigdirs for alpha): Remove libg++ and libio.
15466 Wed Mar  2 13:28:48 1994  Jim Kingdon  (kingdon@deneb.cygnus.com)
15468         * config.guess: Check for ptx.
15470 Mon Feb 28 16:46:50 1994  Kung Hsu  (kung@mexican.cygnus.com)
15472         * config.sub: Add os9k checking.
15474 Thu Feb 24 07:09:04 1994  Jeffrey A. Law  (law@snake.cs.utah.edu)
15476         * config.guess: Handle OSF1 running on HPPA processors
15478 Fri Feb 18 14:14:00 1994  Ken Raeburn  (raeburn@rtl.cygnus.com)
15480         * configure: If subdir configure fails, print out a message with
15481         subdirectory name, in case subdir's configure code didn't identify
15482         itself.
15484 Fri Feb 18 12:50:15 1994  Doug Evans  (dje@cygnus.com)
15486         * configure.in: Remove embedded newlines from configdirs.
15487         Avoid mismatches of substrings.  Fix matching strings at end
15488         of configdirs.
15490 Fri Feb 11 15:33:33 1994  Stu Grossman  (grossman at cygnus.com)
15492         * config.guess:  Add Lynx/rs6000 config support.
15494 Tue Feb  8 13:41:09 1994  Ken Raeburn  (raeburn@rtl.cygnus.com)
15496         * configure.in (alpha-dec-osf1*, alpha*-*-*): Build gas.
15498 Mon Feb  7 15:42:36 1994  Jeffrey A. Law  (law@cygnus.com)
15500         * configure.in (hppa*-*-osf*): Treat this just like most other
15501         PA configurations (eg no binutils or ld).
15502         (hppa*-*-*elf*): These configurations have binutils and ld.
15504 Sun Feb  6 16:35:07 1994  Jeffrey A. Law  (law@snake.cs.utah.edu)
15506         * config.sub (hiux): Fix typo.  From m-kasahr@sramhc.sra.co.JP.
15508 Sat Feb  5 01:00:33 1994  Ian Lance Taylor  (ian@tweedledumb.cygnus.com)
15510         * configure.in (rs6000-*-*): Build gas.
15512 Wed Feb  2 13:57:57 1994  Jeffrey A. Law  (law@snake.cs.utah.edu)
15514         * Makefile.in:  Avoid bug in losing hpux sed.
15516 Wed Feb  2 14:53:05 1994  Jim Kingdon  (kingdon@lioth.cygnus.com)
15518         * Makefile.in, test-build.mk: Remove MUNCH_NM; it was only needed
15519         for GDB and GDB has been fixed to not need it.
15521 Sun Jan 30 17:58:06 1994  Ken Raeburn  (raeburn@cujo.cygnus.com)
15523         * config.guess: Recognize vax hosts.
15525 Fri Jan 28 15:29:38 1994  Ken Raeburn  (raeburn@cujo.cygnus.com)
15527         * configure (while loop): Don't use "break 2" inside case
15528         statement -- the case statement isn't an enclosing loop.
15530 Mon Jan 24 18:40:06 1994  Per Bothner  (bothner@kalessin.cygnus.com)
15532         * config.guess:  Clean up NeXT support, to allow nextstep
15533         on Intel machines.  Make OS be nextstep.
15535 Sun Jan 23 18:47:22 1994  Richard Kenner  (kenner@vlsi1.ultra.nyu.edu)
15537         * config.guess: Add alternate forms for Convex.
15539 Thu Jan 20 16:13:41 1994  Stu Grossman  (grossman at cygnus.com)
15541         * configure:  Completely rewrite option processing.  Take
15542         advantage of pattern-matching to avoid invoking test frequently.
15543         Also clean up host and target defaulting logic.
15545 Mon Jan 17 15:06:56 1994  Ken Raeburn  (raeburn@cujo.cygnus.com)
15547         * Makefile.in: Replace all occurrances of "rootme" with "r" and
15548         "$${rootme}" with "$$r", to increase the likelihood that the do-*
15549         commands (plus user environment) will fit SCO limits.
15551 Thu Jan  6 11:20:57 1994  Ian Lance Taylor  (ian@tweedledumb.cygnus.com)
15553         * configure.in: Don't issue warnings about directories which are
15554         not being configured if -norecursion is set.  Correct test for
15555         --with-gnu-as and --with-gnu-ld to not get confused by substring
15556         matches.
15558         * configure.in: Don't build gas for alpha-dec-osf1*.
15560 Tue Jan  4 17:10:19 1994  Stu Grossman  (grossman at cygnus.com)
15562         * configure:  Back out Per's change of 12/19/1993.  It changes the
15563         behavior of configure in unexpected and confusing ways.
15565         Also, use different delim char when calculating
15566         program_transform_name so that the name can contain slashes.
15568 Sat Jan  1 13:45:31 1994  Rob Savoye  (rob@darkstar.cygnus.com)
15570         * configure.in, config.sub: Add support for VSTa micro-kernel.
15572 Sat Dec 25 20:00:47 1993  Jeffrey A. Law  (law@snake.cs.utah.edu)
15574         * configure.in: Nuke hacks which were used to get a special
15575         version of GAS for HPPA configurations.
15577 Sun Dec 19 20:40:44 1993  Per Bothner  (bothner@kalessin.cygnus.com)
15579         * configure:  If only ${target_alias} is given, use that
15580         as the default for ${host_alias}.
15581         * configure:  Add missing back-slashes before nested quotes.
15583 Wed Dec 15 18:07:18 1993  david d `zoo' zuhn  (zoo@andros.cygnus.com)
15585         * Makefile.in (BASE_FLAGS_TO_PASS): add YACC=$(BISON)
15587 Tue Dec 14 21:25:33 1993  Per Bothner  (bothner@cygnus.com)
15589         * config.guess:  Recognize some Tektronix configurations.
15590         From Kaveh R. Ghazi <ghazi@noc.rutgers.edu>.
15592 Sat Dec 11 11:18:00 1993  Steve Chamberlain  (sac@thepub.cygnus.com)
15594         * config.sub: Match any flavor of SH.
15596 Thu Dec  2 17:16:58 1993  Ken Raeburn  (raeburn@cujo.cygnus.com)
15598         * configure.in: Don't try to configure newlib for Alpha.
15600 Thu Dec  2 14:35:54 1993  Ian Lance Taylor  (ian@tweedledumb.cygnus.com)
15602         * configure.in: Don't build ld for Irix 5.  Don't build gas,
15603         libg++ or libio for any Alpha target.
15605         * configure.in (mips*-sgi-irix5*): New target; use mh-irix5.
15607 Wed Dec  1 17:00:33 1993  Jason Merrill  (jason@deneb.cygnus.com)
15609         * Makefile.in (GZIPPROG): Renamed from GZIP, which gzip uses for
15610         default arguments -- so it tried to compress itself.
15612 Tue Nov 30 13:45:15 1993  david d `zoo' zuhn  (zoo@andros.cygnus.com)
15614         * configure.in (notsupp): ensure that a space is always at the end
15615           of the configdirs list, since the grep checks for an explicit space
15617 Tue Nov 16 15:04:27 1993  david d `zoo' zuhn  (zoo@rtl.cygnus.com)
15619         * configure.in (target i386-sysv4.2): don't build ld, since static
15620           versions of many libraries are not available.
15622 Tue Nov 16 14:28:12 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
15624         * config.guess: Recognize Apollos (using environment variables).
15625         * configure.in: Don't configure ld, binutils, or gprof for Apollo.
15627 Thu Nov 11 12:03:50 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
15629         * config.guess: Recognize Sony news mips running newsos.
15631 Wed Nov 10 16:57:00 1993  Mark Eichin  (eichin@cygnus.com)
15633         * Makefile.in (all-cygnus, build-cygnus): "fi else" needs to be
15634         "fi ; else" for bash.
15636 Tue Nov  9 15:54:01 1993  Mark Eichin  (eichin@cygnus.com)
15638         * Makefile.in (BASE_FLAGS_TO_PASS): pass SHELL.
15640 Fri Nov  5 08:07:27 1993  D. V. Henkel-Wallace  (gumby@blues.cygnus.com)
15642         * config.sub: accept unixware as an alias for svr4.2.
15643         Fix some inconsistancies with the gcc version.
15645 Fri Nov  5 15:14:12 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
15647         * Makefile.in (DISTDOCDIRS):  Add gdb.
15649 Fri Nov  5 11:59:42 1993  Per Bothner  (bothner@kalessin.cygnus.com)
15651         * Makefile.in (DISTDOCDIRS):  Add libg++ and libio.
15653 Fri Nov  5 10:35:05 1993  Ken Raeburn  (raeburn@rover.cygnus.com)
15655         * Makefile.in (taz): Only build "info" in DISTDOCDIRS.
15656         (DISTDOCDIRS): Don't assume libg++ and gdb folks necessarily want
15657         this now.
15659 Thu Nov  4 18:58:23 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
15661         * config.sub: Accept hiux* as an OS name.
15663         * Makefile.in: Change RUNTEST_FLAGS back to RUNTESTFLAGS per
15664         etc/make-stds.texi.  The underscore came from gcc, and dje now
15665         agrees that RUNTESTFLAGS is the correct name.
15667 Thu Nov  4 10:49:01 1993  Per Bothner  (bothner@kalessin.cygnus.com)
15669         * install.sh:  Remove 'set -e'.  It makes any conditionals
15670         in the script useless.
15672         * config.guess: Automatically recognize arm-acorn-riscix
15673         Patch from Richard Earnshaw (rwe11@cl.cam.ac.uk).
15675 Thu Nov 04 08:08:04 1993  Jeffrey Wheat  (cassidy@cygnus.com)
15677         * Makefile.in: Change RUNTESTFLAGS to RUNTEST_FLAGS
15679 Wed Nov  3 22:09:46 1993  Ken Raeburn  (raeburn@rtl.cygnus.com)
15681         * Makefile.in (DISTDOCDIRS): New variable.
15682         (taz): Edit local Makefile.in sooner, instead of proto-toplev
15683         Makefile.in later.  Build "info" and "dvi" in DISTDOCDIRS.
15685 Wed Nov  3 21:31:52 1993  david d `zoo' zuhn  (zoo@rtl.cygnus.com)
15687         * configure.in (hppa target): check the source directory for the
15688           pagas sub-directory
15690 Wed Nov  3 11:12:22 1993  Doug Evans  (dje@canuck.cygnus.com)
15692         * config.sub: Allow -aout* and -elf*.
15694 Wed Nov  3 11:08:33 1993  Ken Raeburn  (raeburn@rtl.cygnus.com)
15696         * configure.in: Don't build ld on i386-solaris2, same as for
15697         sparc-solaris2.
15699 Tue Nov  2 14:21:25 1993  Per Bothner  (bothner@kalessin.cygnus.com)
15701         * Makefile.in (taz): Add texinfo/lgpl.texinfo (for libg++).
15703 Tue Nov  2 13:38:30 1993  Peter Schauer  (pes@regent.e-technik.tu-muenchen.de)
15705         * configure.in:  Configure gdb for alpha.
15707 Mon Nov  1 10:42:54 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
15709         * Makefile.in (CXXFLAGS): Add -O.
15711 Wed Oct 27 10:45:06 1993  david d `zoo' zuhn  (zoo@rtl.cygnus.com)
15713         * config.guess: added support for DG Aviion
15715 Tue Oct 26 14:37:37 1993  Ken Raeburn  (raeburn@rover.cygnus.com)
15717         * configure.in: Produce warning message for subdirectories not
15718         configurable for this host/target combination.  Don't try to
15719         configure gdb for vms.
15721 Mon Oct 25 11:22:15 1993  Ken Raeburn  (raeburn@rover.cygnus.com)
15723         * Makefile.in (taz): Replace "byacc" with "bison -y" in the
15724         appropriate files before making "diststuff".
15725         (DISTBISONFILES): New var: list of files to be edited.
15726         (DISTSTUFFDIRS): Add binutils.
15728 Fri Oct 22 20:32:15 1993  david d `zoo' zuhn  (zoo@rtl.cygnus.com)
15730         * config.sub: also handle mipsel and mips64el (for little endian mips)
15732 Fri Oct 22 07:59:20 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
15734         * configure.in: Add * to end of all OS names.
15736 Thu Oct 21 11:38:28 1993  Stan Shebs  (shebs@rtl.cygnus.com)
15738         * configure.in: Build newlib for LynxOS native.
15740 Wed Oct 20 09:56:12 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
15742         * config.guess: Add support for delta 88k running SVR3.
15744         * configure.in: Add comment about HP compiler vs. emacs.
15746 Tue Oct 19 16:02:22 1993  david d `zoo' zuhn  (zoo@rtl.cygnus.com)
15748         * configure.in: don't build ld on solaris2 (not a viable option
15749           due to bugs in getpwnam & getpwuid)
15751 Tue Oct 19 15:13:56 1993  Ken Raeburn  (raeburn@rtl.cygnus.com)
15753         * configure.in: Accept alpha-dec-osf1*, not just -osf1, since
15754         config.guess will produce a full version number.
15756 Tue Oct 19 15:58:01 1993  Ian Lance Taylor  (ian@tweedledumb.cygnus.com)
15758         * configure.in: Build linker and binutils for alpha-dec-osf1.
15760 Tue Oct 19 11:41:55 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
15762         * Makefile.in: Remove -O from CXXFLAGS for consistency with CFLAGS,
15763         and gdb/testsuite/Makefile.in.
15765 Sat Oct  9 18:39:07 1993  david d `zoo' zuhn  (zoo@rtl.cygnus.com)
15767         * configure.in: recognize mips*- instead of mips-
15769 Fri Oct  8 14:15:39 1993  Ken Raeburn  (raeburn@cygnus.com)
15771         * config.sub: Accept linux*coff and linux*elf as operating
15772         systems.
15774 Thu Oct  7 12:57:19 1993  Ian Lance Taylor  (ian@tweedledumb.cygnus.com)
15776         * config.sub: Recognize mips64, and mips3 as an alias for it.
15778 Wed Oct  6 13:54:21 1993  Peter Schauer  (pes@regent.e-technik.tu-muenchen.de)
15780         * configure.in: Remove alpha-dec-osf*, no longer necessary now that
15781         gdb knows how to handle OSF/1 shared libraries.
15783 Tue Oct  5 11:55:04 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
15785         * configure.in: Recognize hppa*-*-hiux* (currently synonym for hpux).
15786         * config.guess: Recognize Hitachi's HIUX.
15787         * config.sub: Recognize h3050r* and hppahitachi.
15788         Remove redundant cases for hp9k[23]*.
15790 Mon Oct  4 16:15:09 1993  david d `zoo' zuhn  (zoo@rtl.cygnus.com)
15792         * configure.in: default to '--with-gnu-as' and '--with-gnu-ld'
15793         if gas and ld are in the source tree and are in ${configdirs}.
15794         If ${use_gnu_as} or ${use_gnu_ld} are 'no', then don't set the
15795         --with options (but still pass them down on the command line,
15796         if they were explicitly specified).
15798 Fri Sep 24 19:11:13 1993  david d `zoo' zuhn  (zoo@rtl.cygnus.com)
15800         * configure: substitute SHELL value in Makefile.in with
15801         ${CONFIG_SHELL}
15803 Thu Sep 23 18:05:13 1993  Ian Lance Taylor  (ian@tweedledumb.cygnus.com)
15805         * configure.in: Build gas, ld, and binutils for *-*-sysv4* and
15806         *-*-solaris2* targets.
15808 Sun Sep 19 17:01:41 1993  david d `zoo' zuhn  (zoo@rtl.cygnus.com)
15810         * Makefile.in: define M4, and pass it down to sub-makes;
15811         all-autoconf now depends on all-m4
15813 Sat Sep 18 00:38:23 1993  david d `zoo' zuhn  (zoo@rtl.cygnus.com)
15815         * Makefile.in ({AR,RANLIB}_FOR_TARGET): make contingent on
15816         presence of {ar,ranlib} instead of a configured directory
15818 Wed Sep 15 08:41:44 1993  Jim Kingdon  (kingdon@cirdan.cygnus.com)
15820         * config.guess: Accept 34?? as well as 33?? for NCR.
15822 Mon Sep 13 12:28:43 1993  david d `zoo' zuhn  (zoo@rtl.cygnus.com)
15824         * configure.in: grab mt-hppa for HPPA targets; use 'gas ' instead
15825         of 'gas' in sed commands, since 'gash' is now in the tree as well.
15827 Fri Sep 10 11:23:52 1993  david d `zoo' zuhn  (zoo@rtl.cygnus.com)
15829         * configure: grab values for $(CC) and $(CXX) from the
15830         environment, so that someone can do "CC=gcc configure; make" and
15831         have it work right (matching the way that autoconf works now)
15833         * configure.in, Makefile.in: add support for gash, the tcl
15834         interface to Galaxy
15836         * config.guess: add NetBSD variants (hp300, x86)
15838 Thu Sep  9 16:48:52 1993  Jason Merrill  (jason@deneb.cygnus.com)
15840         * install.sh: Support -d option (in the manner of SunOS 4 install,
15841         as it is more deterministic than that of GNU install)
15842         (chmodcmd): Set file to mode 755 by default (should also do default
15843         chgrp and chown, but I don't feel like dealing with that now)
15845 Tue Sep  7 11:59:39 1993  Doug Evans  (dje@canuck.cygnus.com)
15847         * config.sub: Remove h8300hhms alias.
15849 Tue Aug 31 11:00:09 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
15851         * configure.in: Match *-*-solaris2* not *-sun-solaris2*.
15853 Mon Aug 30 18:29:10 1993  david d `zoo' zuhn  (zoo@rtl.cygnus.com)
15855         * Makefile.in (gcc-no-fixedincludes): touch stmp-fixproto as well
15856         as stmp-fixinc
15858 Wed Aug 25 16:35:59 1993  K. Richard Pixley  (rich@sendai.cygnus.com)
15860         * config.sub: recognize m88110-bug-coff.
15862 Tue Aug 24 10:23:24 1993  david d `zoo' zuhn  (zoo@rtl.cygnus.com)
15864         * Makefile.in (all-libio): all dependencies on the toolchain used
15865         to build this (gcc, gas, ld, etc)
15867 Fri Aug 20 17:24:24 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
15869         * config.guess: Deal with OSF/1 1.3 on alpha.
15871 Thu Aug 19 11:43:04 1993  david d `zoo' zuhn  (zoo@rtl.cygnus.com)
15873         * install.sh: add some 'else true' clauses for portability
15875         * configure.in: don't build libio for h8[35]00-*-* targets
15877 Tue Aug 17 19:02:31 1993  Per Bothner  (bothner@kalessin.cygnus.com)
15879         * Makefile.in:  Add support for new libio.
15881 Sun Aug 15 20:48:55 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
15883         * install.sh: If one command fails, don't try the rest.  Don't try
15884         to remove $dsttmp (via trap) unless we have already created it.
15885         If $src doesn't exist, detect it and exit with an error.
15887         * config.guess: Recognize BSD on hp300.
15889 Wed Aug 11 18:35:13 1993  Per Bothner  (bothner@kalessin.cygnus.com)
15891         * config.guess:  Map (9000/[34]??:HP-UX:*:*) to m68k-hp-hpux.
15892         Bug report from "Hamish (H.I.) Macdonald" <hamish@bnr.ca>.
15894 Wed Aug 11 15:37:51 1993  Jason Merrill  (jason@deneb.cygnus.com)
15896         * Makefile.in (all-send-pr): depends on all-prms
15898 Wed Aug 11 16:56:03 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
15900         * config.guess: Fix typo (9000/8??:4.3bsd -> 9000/7??:4.3bsd).
15902 Fri Aug  6 14:45:02 1993  Ian Lance Taylor  (ian@tweedledumb.cygnus.com)
15904         * config.guess: From michael@mercury.cs.mun.ca (Michael Rendell):
15905         Added test for mips-mips-riscos5.
15907 Thu Aug  5 15:45:08 1993  david d `zoo' zuhn  (zoo@rtl.cygnus.com)
15909         * configure.in: use mh-hp300 for 68k HP hosts
15911 Mon Aug  2 11:56:53 1993  david d `zoo' zuhn  (zoo@rtl.cygnus.com)
15913         * configure: add support for CONFIG_SHELL, so that you can use
15914         some alternate shell for evaluating configure scripts
15916 Sun Aug  1 11:36:27 1993  Fred Fish  (fnf@deneb.cygnus.com)
15918         * Makefile.in (make-gdb.tar.gz):  Sed bug reporting address
15919         in configure script to bug-gdb@prep.ai.mit.edu when building
15920         distribution archive.
15921         * Makefile.in (COMPRESS):  Remove def.
15922         * Makefile.in (gdb.tar.gz, make-gdb.tar.gz):  Renamed from
15923         gdb.tar.Z and make-gdb.tar.Z respectively.
15924         * Makefile.in (make-gdb.tar.gz):  Now only build gzip'd archive.
15925         * Makefile.in (make-gdb.tar.gz):  Minor changes to move closer
15926         to convergence with 'taz' target in Makefile.in.
15928 Fri Jul 30 12:34:57 1993  david d `zoo' zuhn  (zoo@rtl.cygnus.com)
15930         * install.sh (dsttmp): use trap to ensure that tmp files go
15931         away on error conditions
15933 Wed Jul 28 11:57:36 1993  david d `zoo' zuhn  (zoo@rtl.cygnus.com)
15935         * Makefile.in (BASE_FLAGS_TO_PASS): remove LOADLIBES
15937 Tue Jul 27 12:43:40 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
15939         * Makefile.in (install-dirs): Deal with a prefix like /gnu;
15940         its parent is '/' not ''.
15942         * Makefile.in (DEVO_SUPPORT): Add comments about ChangeLog.
15944 Fri Jul 23 09:53:37 1993  Jason Merrill  (jason@wahini.cygnus.com)
15946         * configure: if ${newsrcdir}/configure doesn't exist, don't assume
15947         that ${newsrcdir}/configure.in does.
15949 Tue Jul 20 11:28:50 1993  david d `zoo' zuhn  (zoo@rtl.cygnus.com)
15951         * test-build.mk: support for CONFIG_SHELL
15953 Mon Jul 19 21:54:46 1993  Fred Fish  (fnf@deneb.cygnus.com)
15955         * config.sub (netware):  Add as a basic system type.
15957 Wed Jul 14 12:03:11 1993  K. Richard Pixley  (rich@sendai.cygnus.com)
15959         * Makefile.in (Makefile): depend on configure.in.  Also drop the
15960           $(srcdir)/ from the dependency on Makefile.in.
15962 Tue Jul 13 20:10:58 1993  Doug Evans  (dje@canuck.cygnus.com)
15964         * config.sub: Recognize h8300hhms as h8300h-hitachi-hms.
15965         (h8300hhms is temporary until multi-libraries are implemented).
15966         * configure.in: Handle h8300h too.
15968 Sun Jul 11 17:35:27 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
15970         * config.guess: Recognize dpx/2 as m68k-bull-sysv3.
15972 Thu Jul  8 18:26:12 1993  John Gilmore  (gnu@cygnus.com)
15974         * configure:  Remove extraneous output when guessing host type.
15975         * config.guess:  Remove extraneous output when guessing using C
15976         compiler rather than uname, or when guessing fails.
15978 Wed Jul  7 17:58:14 1993  david d `zoo' zuhn  (zoo at rtl.cygnus.com)
15980         * Makefile.in: remove all.cross and install.cross targets
15982         * configure: remove CROSS=-DCROSS_COMPILE and ALL=all.cross
15983           definitions
15985 Tue Jul  6 10:39:44 1993  Steve Chamberlain  (sac@phydeaux.cygnus.com)
15987         * configure.in (target sh): Build gprof.
15989 Thu Jul  1 16:52:56 1993  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
15991         * config.sub: change -solaris to -solaris2
15993 Thu Jul  1 15:46:16 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
15995         * configure.in: Use config/mh-riscos for mips-*-sysv*.
15997 Wed Jun 30 09:31:58 1993  Ian Lance Taylor  (ian@cygnus.com)
15999         * configure: Correct error message for missing Makefile.in to
16000         print correct directory.
16002 Tue Jun 29 13:52:16 1993  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
16004         * install.sh: kludge around 386BSD shell bug
16006 Tue Jun 29 13:06:49 1993  Per Bothner  (bothner@rtl.cygnus.com)
16008         * config.guess:  Recognize NeXT.
16009         * config.guess:  Recognize i486-ncr-sysv4.
16010         * Makefile.in (taz):  rm $(TOOL)-$$VER before linking.
16012 Tue Jun 29 12:50:57 1993  Ian Lance Taylor  (ian@cygnus.com)
16014         * Makefile.in (MAKEINFOFLAGS): New variable.
16015         (FLAGS_TO_PASS): Pass MAKEINFO as MAKEINFO MAKEINFOFLAGS.
16016         * build-all.mk, test-build.mk: Pass down --no-split as
16017         MAKEINFOFLAGS when hosted on DOS.  Compile DOS hosted without -g.
16019 Thu Jun 24 13:39:11 1993  Per Bothner  (bothner@rtl.cygnus.com)
16021         * Makefile.in (DEVO_SUPPORT):  Add COPYING COPYING.LIB install.sh.
16023 Wed Jun 23 12:59:21 1993  Per Bothner  (bothner@rtl.cygnus.com)
16025         * Makefile.in (libg++.tar.z):  New rule.
16026         * Makefile.in (taz):  Replace 'configure -rm' by 'make distclean'.
16027         * Makefile.in (taz):  Only do a single chmod.
16029 Fri Jun 18 12:03:10 1993  david d `zoo' zuhn  (zoo at majipoor.cygnus.com)
16031         * install.sh: don't use dirname anymore (replaced with sed usage)
16033 Thu Jun 17 18:43:42 1993  Fred Fish  (fnf@cygnus.com)
16035         * Makefile.in:  Change extension for gzip'd files from '.z' to
16036         '.gz' per new FSF standard usage.
16038 Thu Jun 17 16:58:50 1993  david d `zoo' zuhn  (zoo at majipoor.cygnus.com)
16040         * configure: put quotes around the final value of program_transform_name
16042 Tue Jun 15 16:48:51 1993  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
16044         * Makefile.in: new install.sh support; update install-info rules
16046 Wed Jun  9 12:31:34 1993  Ian Lance Taylor  (ian@cygnus.com)
16048         * configure.in: Build diff for crosses, but not for go32 host.
16050         * configure.in: Build gprof only for native, and don't build it
16051         for mips-*-*, rs6000-*-*, or i[34]86-*-sco*.
16053 Mon Jun  7 13:12:11 1993  david d `zoo' zuhn  (zoo at deneb.cygnus.com)
16055         * configure.in: don't build gas,ld,binutils on for *-*-sysv4
16057 Mon Jun  7 11:40:11 1993  Brendan Kehoe  (brendan@lisa.cygnus.com)
16059         * configure.in (host_tools): Add prms.
16061 Fri Jun  4 13:30:42 1993  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
16063         * Makefile.in: install gcc, do installation of $(INSTALL_MODULES)
16064         with $(FLAGS_TO_PASS) on the command line
16066         * config.sub: Recognize lynx and lynxos
16068 Fri Jun  4 10:59:56 1993  Ian Lance Taylor  (ian@cygnus.com)
16070         * config.sub: Accept -ecoff*, not just -ecoff.
16072 Thu Jun  3 17:38:54 1993  Ken Raeburn  (raeburn@cambridge.cygnus.com)
16074         * Makefile.in (taz): Use .gz suffix instead of .z.
16075         (binutils.tar.gz, gas+binutils.tar.gz, gas.tar.gz): Fixed target
16076         names.
16078 Thu Jun  3 00:27:06 1993  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
16080         * Makefile.in (vault-install): add an 'else true' (for Ultrix)
16082 Wed Jun  2 18:19:16 1993  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
16084         * Makefile.in (install-no-fixedincludes):  install gcc last, so
16085         that rebuilds that might happen during 'make install' don't get
16086         bogus gcc include files
16088 Wed Jun  2 16:14:10 1993  Ken Raeburn  (raeburn@cambridge.cygnus.com)
16090         Change from Utah for HPPA support:
16091         * config.guess: Recognize hppa1.x-hp-bsd.
16093 Wed Jun  2 11:53:33 1993  Per Bothner  (bothner@rtl.cygnus.com)
16095         * config.guess:  Add support for Motorola Delta 68k, up to r3v7.
16096         Patch from pot@fly.cnuce.cnr.it (Francesco Potorti`).
16098 Tue Jun  1 17:48:42 1993  Rob Savoye  (rob at darkstar.cygnus.com)
16100         * config.sub: Add support for rom68k and bug boot monitors.
16102 Mon May 31 09:36:37 1993  Jim Kingdon  (kingdon@cygnus.com)
16104         * Makefile.in: Make all-opcodes depend on all-bfd.
16106 Thu May 27 08:05:31 1993  Ian Lance Taylor  (ian@cygnus.com)
16108         * config.guess: Added special check for i[34]86-univel-sysv4*.
16110 Wed May 26 16:33:40 1993  Ian Lance Taylor  (ian@cygnus.com)
16112         * config.guess: For i[34]86-unknown-sysv4 use UNAME_MACHINE for
16113         the processor rather than assuming i486.
16115 Wed May 26 09:40:18 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
16117         * config.guess: Recognize SunOS6 as Solaris3.
16119 Tue May 25 23:03:11 1993  Per Bothner  (bothner@cygnus.com)
16121         * config.guess:  Fix typo.  Avoid #elif (not in K&R 1).
16122         Recognize SunOS 5.* only (and not [6-9].*) as being Solaris2.
16124 Tue May 25 12:44:18 1993  Ian Lance Taylor  (ian@cygnus.com)
16126         * build-all.mk (all-cross): New target for Canadian Cross.
16127         Added Q2 go32 targets.
16128         * test-build.mk: Configure go32 cross sparclite-aout and
16129         mips-idt-ecoff -with-gnu-ld.  Moved build binary directory from
16130         PARTIAL_HOLE_DIRS to BUILD_HOLES_DIRS.
16132 Mon May 24 15:30:06 1993  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
16134         * configure.in: fix Alpha GDB typo; also, don't build DejaGnu for
16135         GO32 hosted toolchains
16137 Mon May 24 14:18:41 1993  Rob Savoye  (rob at darkstar.cygnus.com)
16139         * configure: change  so "-exec-prefix" gets passed down rather
16140         than "-exec_prefix" so autoconf generated Makefiles get the
16141         exec_prefix set right.
16143 Fri May 21 10:42:25 1993  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
16145         * config.guess: get the Solaris2 minor version number
16147         * Makefile.in: add standards.texi and make-stds.texi to ETC_SUPPORT
16149 Fri May 21 06:20:52 1993  Brendan Kehoe  (brendan@lisa.cygnus.com)
16151         * config.guess: Recognize some Sequent platforms.
16153 Thu May 20 14:33:48 1993  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
16155         * Makefile.in: added the vault-install target
16157         * configure.in: actually use the Sun3 makefile fragment that's in
16158         config, also added the release dir to configdirs
16160 Thu May 20 14:19:18 1993  Ken Raeburn  (raeburn@cambridge.cygnus.com)
16162         * Makefile.in (taz): Fix modes on stuff in $(TOOL) dir also.
16164 Tue May 18 20:26:41 1993  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
16166         * configure.in: remove some program from Alpha targetted toolchains
16168 Tue May 18 15:23:19 1993  Ken Raeburn  (raeburn@cygnus.com)
16170         * Makefile.in (DISTSTUFFDIRS): Renamed from PROTODIRS.  Add ld and
16171         gprof.
16172         (taz): Run "make diststuff" in those directories instead of "make
16173         proto-dir".  Look for "VERSION=" only at start of line in subdir
16174         Makefile.  Use "gzip -9" for compression.
16175         (TEXINFO_SUPPORT, DIST_SUPPORT, BINUTILS_SUPPORT_DIRS): New vars.
16176         (binutils.tar.z): New target.
16178 Mon May 17 17:01:15 1993  Ken Raeburn  (raeburn@deneb.cygnus.com)
16180         * Makefile.in (taz): Include gpl.texinfo.
16182 Fri May 14 06:48:38 1993  Ken Raeburn  (raeburn@deneb.cygnus.com)
16184         * Makefile.in (setup-dirs): Merged into "taz" target.
16185         (taz): Only do `proto-dir' stuff if a directory is actually needed
16186         for this target.
16188 Wed May 12 13:09:44 1993  Ian Lance Taylor  (ian@cygnus.com)
16190         * Makefile.in (MUNCH_NM): New variable, defined to be $(NM).
16191         (FLAGS_TO_PASS): Pass down MUNCH_NM.
16192         (HOST_CC, HOST_PREFIX, HOST_PREFIX_1): New variables.
16193         (EXTRA_GCC_FLAGS): Pass down HOST_* variables.
16194         (gcc-no-fixedincludes): Correct for current gcc Makefile.
16196 Tue May 11 10:14:25 1993  Fred Fish  (fnf@cygnus.com)
16198         * Makefile.in (make-gdb.tar.Z):  Add configure, config.guess,
16199         config.sub, and move-if-change to gdb testsuite distribution
16200         archive, so the testsuite can be extracted, configured, and
16201         run separately from the gdb distribution.  Blow away the Chill
16202         tests that require a Chill compiled executable, since GNU Chill
16203         is not yet publically available.
16205 Mon May 10 17:22:26 1993  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
16207         * test-build.mk: set environment variables in a single command,
16208         instead of a list of assignments and exports
16210         * config.guess: recognize Alpha/OSF1 systems
16212 Mon May 10 14:55:51 1993  K. Richard Pixley  (rich@rtl.cygnus.com)
16214         * configure: Change help message to prefer --options rather than
16215           -options.
16217 Mon May 10 05:58:35 1993  Ken Raeburn  (raeburn@kr-pc.cygnus.com)
16219         * config.sub: Convergent Tech. "miniframe" uses m68010, sez
16220         zippy@ecst.csuchico.edu.
16221         * config.guess: Recognize miniframe.
16223 Sun May  9 17:47:57 1993  Rob Savoye  (rob at darkstar.cygnus.com)
16225         * Makefile.in: Use srcroot to find runtest rather than rootme.
16226         Pass RUNTESTFLAGS and EXPECT down in BASE_FLAGS_TO_PASS.
16228 Fri May  7 14:55:59 1993  Ian Lance Taylor  (ian@cygnus.com)
16230         * test-build.mk: Extensive additions to support building on a
16231         machine other than the host.
16233 Wed May  5 08:35:04 1993  Ken Raeburn  (raeburn@deneb.cygnus.com)
16235         * configure (tooldir): Fix for i386-aix again.
16237 Mon May  3 19:00:27 1993  Per Bothner  (bothner@cygnus.com)
16239         * configure, Makefile.in:  Change definition of $(tooldir)
16240         to match the FSF.
16242 Fri Apr 30 15:55:21 1993  Fred Fish  (fnf@cygnus.com)
16244         * config.guess:  Recognize i[34]86/SVR4.
16246 Fri Apr 30 15:52:46 1993  Steve Chamberlain  (sac@thepub.cygnus.com)
16248         * Makefile.in (all-gdb): gdb depends on sim.
16250 Thu Apr 29 23:30:48 1993  Fred Fish  (fnf@cygnus.com)
16252         * Makefile.in (gdb.tar.Z):  Make prototype gdb testsuite directory
16253         at the same time we make the prototype gdb directory.
16254         * Makefile.in (make-gdb.tar.Z):  Make the testsuite distribution
16255         files at the same time as the gdb base release distribution.
16257 Thu Apr 29 12:50:37 1993  Ian Lance Taylor  (ian@cygnus.com)
16259         * Makefile.in (check): Use individual check targets rather than
16260         DO_X rule.
16261         (check-gcc): Added.
16263 Thu Apr 29 09:50:07 1993  Jim Kingdon  (kingdon@cygnus.com)
16265         * config.sub: Use sysv3.2 not sysv32 for canonical OS
16266         for System V release 3.2.
16268 Thu Apr 29 10:33:22 1993  Ken Raeburn  (raeburn@cambridge.cygnus.com)
16270         * config.sub: Recognize hppaosf.
16271         * configure.in: Do configure ld/binutils/gas for it.
16273 Tue Apr 27 06:25:34 1993  Ken Raeburn  (raeburn@kr-pc.cygnus.com)
16275         * configure (tooldir): Alter syntax used to set this, for systems
16276         where "\$" isn't handled right, like i386-aix.
16278 Thu Apr 22 08:17:35 1993  Ian Lance Taylor  (ian@cygnus.com)
16280         * configure: Pass program-transform-name, not
16281         program_transform_name, to recursive configures.
16283 Thu Apr 22 02:58:21 1993  Ken Raeburn  (raeburn@cygnus.com)
16285         * Makefile.in (gas+binutils.tar.z): New rule for building snapshots
16286         of gas+ld+binutils.
16288 Mon Apr 19 17:41:30 1993  Per Bothner  (bothner@cygnus.com)
16290         * config.guess:  Recognize AIX3.2 as distinct from 3.1.
16292 Sat Apr 17 17:19:50 1993  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
16294         * configure.in: rename m88k-motorola-m88kbcs to m88k-motorola-sysv
16296 Tue Apr 13 16:52:16 1993  Brendan Kehoe  (brendan@lisa.cygnus.com)
16298         * Makefile.in (PRMS): Set back to all-prms.
16300 Sat Apr 10 12:04:07 1993  Ian Lance Taylor  (ian@cygnus.com)
16302         * test-build.mk: Pass -with-gnu-as for known MIPS native and MIPS
16303         targets, rather than for MIPS hosts.
16305 Fri Apr  9 13:51:06 1993  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
16307         * configure.in: add comment for --with-x default values
16309         * config.guess: handle Motorola Delta88 box for SVR3 and SVR4.
16311         * Makefile.in: add check-* targets for each of the directories in
16312         the tree.  Add a definition of RUNTEST that will use the one we
16313         just built, if it exists.  Pass this down via FLAGS_TO_PASS.
16315 Thu Apr  8 09:21:30 1993  Ian Lance Taylor  (ian@cygnus.com)
16317         * configure.in: Removed obsolete references to bfd_target and
16318         target_makefile_frag.
16320         * build-all.mk: Set assorted targets for Q2.
16321         * config.sub: Recognize z8k-sim and h8300-hms.
16322         * test-build.mk: Really don't pass host to configure.
16323         (HOLES): Added uname.
16325 Wed Apr  7 15:48:19 1993  Ian Lance Taylor  (ian@cygnus.com)
16327         * configure: Handle an empty program-prefix, program-suffix or
16328         program-transform-name correctly.
16330 Tue Apr  6 13:48:41 1993  Ian Lance Taylor  (ian@cygnus.com)
16332         * build-all.mk: -G 8 no longer required for MIPS targets.
16333         * test-build.mk: Don't pass host argument to configure; make it
16334         guess.
16336 Tue Apr  6 10:36:53 1993  Fred Fish  (fnf@cygnus.com)
16338         * Makefile.in (gdb.tar.Z):  Fix for building gzip'd distribution.
16339         * Makefile.in (COMPRESS):  New macro, like GZIP.
16341 Fri Apr  2 09:02:31 1993  Ian Lance Taylor  (ian@cygnus.com)
16343         * test-build.mk: Use -with-gnu-as for mips-sgi-irix4 as well.
16345         * build-all.mk: Set GCC to gcc -O -G 8 for MIPS targets, since gcc
16346         with gas currently defaults to -G 0.
16348 Thu Apr  1 08:25:42 1993  Ian Lance Taylor  (ian@cygnus.com)
16350         * Makefile.in (all-flex): flex depends on byacc.
16352         * build-all.mk: If host not specified, use config.guess.  Pass TAG
16353         to test-build.mk as RELEASE_TAG.
16354         * test-build.mk (configargs): New variable containing arguments to
16355         pass to configure.  Set to -with-gnu-as on mips-dec-ultrix.
16356         (FLAGS_TO_PASS): Pass down RELEASE_TAG.
16358         * config.guess: Use /bin/uname when checking -X argument on SCO,
16359         to avoid invoking GNU uname which doesn't understand -X.
16361         * test-build.mk: Don't use /usr/unsupported/bin/as on AIX.
16363         * configure.in: Build gas for mips-*-*.
16365 Wed Mar 31 21:20:58 1993  K. Richard Pixley  (rich@rtl.cygnus.com)
16367         * Makefile.in (all.normal): insert missing backslash.
16369 Wed Mar 31 12:31:56 1993  Ian Lance Taylor  (ian@cygnus.com)
16371         * build-all.mk: Bump -XNh value to 1500 to match gcc requirements.
16373         * Makefile.in: Complete overhaul to merge many almost identical
16374         targets.
16376 Tue Mar 30 20:17:01 1993  Ken Raeburn  (raeburn@cambridge.cygnus.com)
16378         * Makefile.in (setup-dirs-gdb): Renamed from setup-dirs.
16379         (gdb.tar.Z): Adjusted.
16381         * Makefile.in (setup-dirs, taz): New targets; should be general
16382         enough to adapt for gdb sometime.  Build only .z file.
16383         (gas.tar.z): New target.
16385 Tue Mar 30 10:03:09 1993  Ian Lance Taylor  (ian@cygnus.com)
16387         * build-all.mk: Use CC=cc -Xs on Solaris.
16389 Thu Mar 25 15:14:30 1993  Fred Fish  (fnf@cygnus.com)
16391         * Makefile.in:  Incorporate changes suggested by wilson@cygnus.com
16392         for handling BISON for FSF releases.
16394 Thu Mar 25 06:19:48 1993  Ken Raeburn  (raeburn@kr-pc.cygnus.com)
16396         * configure: Actually implement the change zoo just documented.
16398 Wed Mar 24 13:02:44 1993  david d `zoo' zuhn  (zoo at poseidon.cygnus.com)
16400         * configure: when using config.guess, only set target_alias when
16401         it's not already been set (ie, on the command line)
16403 Mon Mar 22 23:07:39 1993  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
16405         * Makefile.in: add installcheck target, set PRMS to install-prms
16407 Sun Mar 21 16:46:12 1993  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
16409         * configure: add support for package_makefile_fragment, handle the
16410         case where a directory has a configure.in file but no Makefile.in
16411         more gracefully (with an actual understandable error message, even);
16412         add support for --without (and add this to the usage message); also
16413         explicitly add a --host=${host_alias} to the command line when
16414         config.guess is used
16416 Sun Mar 21 12:11:58 1993  Jim Wilson  (wilson@sphagnum.cygnus.com)
16418         * configure: Must use both --host and --target in recursive calls.
16420 Thu Mar 18 12:31:35 1993  Ian Lance Taylor  (ian@cygnus.com)
16422         * Makefile.in: Change deja-gnu to dejagnu.
16424 Mon Mar 15 15:44:35 1993  Ian Lance Taylor  (ian@cygnus.com)
16426         * configure.in (h8300-*-*, h8500-*-*): Don't build libg++.
16428 Fri Mar 12 18:30:14 1993  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
16430         * configure.in: canonicalize all instances to *-*-solaris2*,
16431         also strip out a number of tools to not build for go32 host
16433 Wed Mar 10 12:08:27 1993  K. Richard Pixley  (rich@rtl.cygnus.com)
16435         * config.guess: add GPL.
16437         * Makefile.in, config.guess, config.sub, configure: bump
16438           copyrights to 93.
16440 Wed Mar 10 07:12:48 1993  Ian Lance Taylor  (ian@cygnus.com)
16442         * Makefile.in (do-info): Removed obsolete check for existence of
16443         localenv file.
16445         * Makefile.in (MAKEOVERRIDES): Define to be empty.
16447 Wed Mar 10 03:11:56 1993  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
16449         * Makefile.in: a couple of 'else true' for decstation,
16450         support for TclX
16452         * configure.in: configure tclX too; don't remove Tk on RS/6000 anymore
16454 Tue Mar  9 16:06:12 1993  K. Richard Pixley  (rich@cygnus.com)
16456         * Makefile.in (setup-dirs): change invocation of make to $(MAKE).
16458 Mon Mar  8 14:52:11 1993  Ken Raeburn  (raeburn@cambridge)
16460         * config.guess: Recognize i386-ibm-aix (PS/2).
16461         * configure.in: Use config/mh-aix386 file for it.
16463 Mon Mar  8 11:12:43 1993  Ian Lance Taylor  (ian@cygnus.com)
16465         * Makefile.in (GCC_FOR_TARGET): Eliminated definition; use
16466         CC_FOR_TARGET instead.
16467         (BASE_FLAGS_TO_PASS): Pass GCC_FOR_TARGET=$(CC_FOR_TARGET).
16469 Wed Mar  3 16:00:28 1993  Steve Chamberlain  (sac@ok.cygnus.com)
16471         * Makefile.in: Add sim to list of directories sent with gdb
16473 Wed Mar  3 11:42:39 1993  Ken Raeburn  (raeburn@cygnus.com)
16475         * configure.in: Put back mips-dec-bsd* case.
16477 Tue Mar  2 21:15:58 1993  Fred Fish  (fnf@cygnus.com)
16479         (Ultrix 2.2 support from Michael Rendell <michael@mercury.cs.mun.ca>)
16480         * configure.in (vax-*-ultrix2*):  Add Ultrix 2.2 triplet.
16481         * config.guess:  Change 'VAX*:ULTRIX:*:*' to 'VAX*:ULTRIX*:*:*'.
16483 Tue Mar  2 18:11:03 1993  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
16485         * configure.in: remove no-op mips-dec-bsd* in "case $target"
16487         * Makefile.in (dir.info): only run gen-info-dir if it exists,
16488         (install-info): install dir.info only if it exists,
16489         (all-expect, install-expect): pass along X11_FLAGS_TO_PASS
16491 Tue Mar  2 09:01:30 1993  Ken Raeburn  (raeburn@cygnus.com)
16493         * configure.in: For vms target, skip bfd, ld, binutils.  Do build
16494         gas for mips-dec-bsd.
16496 Tue Mar  2 08:35:24 1993  Ian Lance Taylor  (ian@cygnus.com)
16498         * configure (makesrcdir): If ${srcdir} is relative and not ".",
16499         and ${subdir} is not ".", set makesrcdir based on ${invsubdir}.
16501 Tue Feb 23 14:18:28 1993  Mike Werner  (mtw@poseidon.cygnus.com)
16503         * configure.in: Added "dejagnu" to hosttools list.
16505 Mon Feb 22 23:28:38 1993  Per Bothner  (bothner@rtl.cygnus.com)
16507         * config.sub, configure.in, config.guess:  Add support
16508         for Bosx, an AIX variant from Bull.
16509         Patches from F.Pierresteguy@frcl.bull.fr.
16511 Sun Feb 21 11:15:22 1993  Mike Werner  (mtw@poseidon.cygnus.com)
16513         * devo/dejagnu: Initial creation of devo/dejagnu.
16514         Migrated dejagnu testcases and support files for testing software
16515         tools to reside as subdirectories, currently called "testsuite",
16516         within the directory of the software tool.  Migrated all programs,
16517         support libraries, etc. beloging to dejagnu proper from
16518         devo/deja-gnu to devo/dejagnu.  These files were moved "as is"
16519         with no modifications.  The changes to these files which will
16520         allow them to configure, build, and execute properly will be made
16521         in a future update.
16523 Fri Feb 19 20:19:39 1993  Brendan Kehoe  (brendan@lisa.cygnus.com)
16525         * Makefile.in: Change send_pr to send-pr.
16526         * configure.in: Likewise.
16527         * send_pr: Renamed directory to send-pr.
16529 Fri Feb 19 19:00:13 1993  Per Bothner  (bothner@cygnus.com)
16531         * Makefile.in:  Add some extra semi-colons (needed if SHELL=bash).
16533 Fri Feb 19 00:59:33 1993  John Gilmore  (gnu@cygnus.com)
16535         * README:  Update for gdb-4.8 release.
16536         * Makefile.in (gdb.tar.Z):  Add texinfo/tex3patch.  Build
16537         gdb-xxx.tar.z (gzip'd) file also.
16539 Thu Feb 18 09:16:17 1993  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
16541         * Makefile.in: make all-diff depend on all-libiberty
16543 Tue Feb 16 16:06:31 1993  K. Richard Pixley  (rich@cygnus.com)
16545         * config.guess: add vax-ultrix in the spirit of mips-ultrix.
16547 Tue Feb 16 05:57:15 1993  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
16549         * configure.in, Makefile.in: add hello, tar, gzip, recode, indent
16551 Tue Feb 16 00:58:20 1993  John Gilmore  (gnu@cygnus.com)
16553         * Makefile.in (DEVO_SUPPORT):  Remove etc directory
16554         (ETC_SUPPORT):  Only add the files GDB wants from etc/.
16555         (gdb.tar.Z):  Use ETC_SUPPORT.  Use byacc when building the file.
16557 Thu Feb 11 20:14:28 1993  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
16559         * Makefile.in:  makeinfo binary is in a new location
16561 Tue Feb  9 12:42:27 1993  Ian Lance Taylor  (ian@cygnus.com)
16563         * config.sub: Accept -ecoff as an OS.
16565         * Makefile.in: Various changes to eliminate a level of make
16566         recursion and reduce the required command line length.
16567         (BASE_FLAGS_TO_PASS): New variable holding flags passed to all
16568         sub-makes.
16569         (EXTRA_HOST_FLAGS, EXTRA_TARGET_FLAGS, EXTRA_GCC_FLAGS): New
16570         variables holding settings for specific sub-makes.
16571         (FLAGS_TO_PASS, TARGET_FLAGS_TO_PASS, GCC_FLAGS_TO_PASS): Rewrote
16572         in terms of BASE_FLAGS_TO_PASS.
16573         (TARGET_LIBS): New variable listing directories which use
16574         TARGET_FLAGS_TO_PASS.
16575         (subdir_do): Eliminated.
16576         (do-*): New set of targets to replace subdir_do.
16577         (various): All targets which used subdir_do now depend on do-*.
16578         (local-clean): Renamed from do_clean.
16579         (local-distclean): New target, dependency of distclean and
16580         realclean.
16581         (install-info): Don't create directories.  Depend on dir.info
16582         rather than calling make recursively.
16583         (install-dir.info): Eliminated.
16584         (install-info-dirs): Create all info directories here.
16585         (dir.info): Depend upon do-install-info.
16587         * test-build.mk (HOLES): Added false.
16589 Sat Feb  6 14:05:09 1993  Per Bothner  (bothner@rtl.cygnus.com)
16591         * config.guess:  Recognize BSDI and BSDJ (Jolitz 386bsd).
16593 Thu Feb  4 20:49:18 1993  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
16595         * Makefile.in (info): remove dependency on all-texinfo.  The
16596         problem was really in texinfo/C, not at this level.
16598 Thu Feb  4 13:38:41 1993  Ian Lance Taylor  (ian@cygnus.com)
16600         * Makefile.in (info): Added dependency on all-texinfo (PR 2112).
16602 Thu Feb  4 01:50:53 1993  John Gilmore  (gnu@cygnus.com)
16604         * Makefile.in (make-gdb.tar.Z):  Change BISON to 'bison -y' for
16605         GDB releases.
16607 Wed Feb  3 17:22:16 1993  Ken Raeburn  (raeburn@cambridge.cygnus.com)
16609         * configure: Include srcdir in message about target of link not
16610         being found.  Don't convert `-' to `_' in `with' options being
16611         passed to subdirs.
16613 Tue Feb  2 18:57:59 1993  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
16615         * configure.in: add uudecode to host_tools
16617         * Makefile.in: added {all,install}-uudecode targets, added them to
16618         the appropriate lists
16620 Tue Feb  2 11:45:53 1993  Ian Lance Taylor  (ian@cygnus.com)
16622         * Makefile.in (all-gcc): Added dependency on all-gas.
16624         * configure.in (mips-*-*): Build ld and binutils.
16626 Mon Feb  1 12:35:41 1993  K. Richard Pixley  (rich@rtl.cygnus.com)
16628         * configure: check return code from mkdir, print error message and
16629           exit on failure.
16631 Sat Jan 30 16:40:28 1993  John Gilmore  (gnu@cygnus.com)
16633         * Makefile.in (make-gdb.tar.Z):  New location for texinfo.tex.
16635 Thu Jan 28 15:09:59 1993  Ian Lance Taylor  (ian@cygnus.com)
16637         * test-build.mk (HOLES): Added tar, cpio and uudecode.
16639 Wed Jan 27 16:50:32 1993  Jim Wilson  (wilson@sphagnum.cygnus.com)
16641         * config.sub (h8500):  Recognize this as a cpu type.
16643 Sat Jan 23 20:32:01 1993  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
16645         * configure: source directory missing is no longer a warning
16647         * configure.in: recognize irix[34]* instead of irix[34]
16649         * Makefile.in: define and pass down X11_LIB
16651 Sat Jan 23 13:49:40 1993  Per Bothner  (bothner@cygnus.com)
16653         * guess-systype: Renamed to ...
16654         * config.guess:  ... by popular request.
16655         * configure.in, Makefile.in:  Update accordingly.
16657 Thu Jan 21 12:20:55 1993  Per Bothner  (bothner@cygnus.com)
16659         * guess-systype:  Patches from John Eaton <jwe@che.utexas.edu>:
16660         + Add Convex, Cray/Unicos, and Encore/Multimax support.
16661         + Execute ./dummy instead of assuming . is in PATH.
16663 Tue Jan 19 17:18:06 1993  Per Bothner  (bothner@cygnus.com)
16665         * guess-systype:  New shell script.  Attempts to guess the
16666         canonical host name of the executing host.
16667         Only a few hosts are supported so far.
16668         * configure:  Call guess-systype if no host is specified.
16670 Tue Jan 19 08:26:07 1993  Ian Lance Taylor  (ian@cygnus.com)
16672         * Makefile.in (gcc-no-fixedincludes): Made to work with current
16673         gcc Makefile.
16676 Fri Jan 15 10:27:02 1993  Ian Lance Taylor  (ian@cygnus.com)
16678         * Makefile.in (GCC_FLAGS_TO_PASS): New variable.
16679         (all-gcc, install-gcc, subdir_do): Use it.
16681 Wed Jan 13 17:06:45 1993  Jim Wilson  (wilson@sphagnum.cygnus.com)
16683         * Makefile.in: Rename uninstalled gcc driver from gcc to xgcc.
16685 Wed Jan  6 20:29:16 1993  Mike Werner  (mtw@rtl.cygnus.com)
16687         * Makefile.in: Removed explicit setting of SUBDIRS. SUBDIRS is now
16688           set exclusively by configure, using configure.in .
16690 Wed Jan  6 13:44:11 1993  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
16692         * test-build.mk: set $PATH for all builds
16694         * Makefile.in: pass TARGET_FLAGS_TO_PASS for xiberty and libm
16696 Wed Jan  6 11:02:10 1993  Fred Fish  (fnf@cygnus.com)
16698         * Makefile.in (GCC_FOR_TARGET):  Supply a default that matches
16699         the one used in gcc/Makefile.in, so that a null expansion doesn't
16700         override the one needed to build gcc with a native cc.
16703 Tue Jan  5 07:55:12 1993  Ken Raeburn  (raeburn@cambridge.cygnus.com)
16705         * configure: Accept -with arguments.
16707 Sun Jan  3 15:15:09 1993  Steve Chamberlain  (sac@thepub.cygnus.com)
16709         * Makefile.in: added h8300sim
16711 Tue Dec 29 15:06:00 1992  Ian Lance Taylor  (ian@cygnus.com)
16713         * build-all.mk: If canonhost is i386-unknown-sco3.2v4, change it
16714         to i386-sco3.2v4.  Set TARGETS and CFLAGS for i386-sco3.2v4.
16715         (all-cygnus, native, build-cygnus): Make
16716         $(canonhost)-stamp-3stage-done, not $(host)....
16717         * test-build.mk (stamp-3stage-compared): Use tail +10c for
16718         i386-sco3.2v4.  Added else true to if command.
16720 Mon Dec 28 12:08:56 1992  Ken Raeburn  (raeburn@cygnus.com)
16722         * config.sub: (from FSF) Sequent uses a BSD-like OS.
16724 Mon Dec 28 08:32:06 1992  Minh Tran-Le  (mtranle@paris.intellicorp.com)
16726         * configure.in (i[34]86-*-isc*): added; uses mh-sysv.
16728 Thu Dec 24 17:26:24 1992  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
16730         * configure.in: don't remove binutils from Solaris builds
16732 Thu Dec 24 14:08:38 1992 david d`zoo' zuhn  (zoo@cygnus.com)
16734         * Makefile.in: get rid of earlier definitions for *clean,
16735         also handle the recursive info rule better
16737 Thu Dec 24 12:40:21 1992  Per Bothner  (bothner@rtl.cygnus.com)
16739         * Makefile.in (mostlyclean, distclean, realclean):  Fix to
16740         do more-or-less the right thing.
16742 Wed Dec 16 10:25:31 1992  Ian Lance Taylor  (ian@cygnus.com)
16744         * Makefile.in: Add lines defining CC and CXX, and use CXX rather
16745         than gcc in definitions of CXX_FOR_BUILD and CXX_FOR_TARGET.
16747 Tue Dec 15 00:34:32 1992  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
16749         * Makefile.in: change all $(host_cpu)-$(host_vendor)-$(host_os) to
16750         $(host_canonical).
16752         * configure.in: split the configdirs list into 4 categories (native
16753         v. cross, library v. tool) and handle the cross-only and native-
16754         only in more reasonable (and correct!) way.
16756 Mon Dec 14 17:04:22 1992  Stu Grossman  (grossman at cygnus.com)
16758         * configure.in (hppa*-*-*):  Don't remove bfd and gdb from
16759         configdirs anymore.
16761 Sun Dec 13 00:37:26 1992  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
16763         * Makefile.in: extensive cleanup::  removed all of the explicit
16764         clean-* targets, collapsed many wrappers around subdir_do into
16765         one, added additional targets to satisfy standards.texi, deleted
16766         some old targets, some changes for consistency
16768 Fri Dec 11 20:18:02 1992  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
16770         * configure.in: handle some programs as cross-only, and others as
16771         native only
16773         * test-build.mk: handle partial holes in a more generic manner
16775         * Makefile.in: m4 depends on libiberty
16777 Thu Dec  3 21:52:11 1992  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
16779         * configure.in: add m4, textutils, fileutils, sed, shellutils,
16780         time, wdiff, and find to configdirs
16782         * Makefile.in: all, clean, and install rules for the new programs
16783         added to configure.in
16785 Mon Nov 30 14:54:34 1992  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
16787         * configure.in: use mh-sun for all *-sun-* hosts
16789 Fri Nov 27 18:35:54 1992  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
16791         * Makefile.in: define flags for X11 include files and library file
16792         locations, pass them down to the programs that need this info
16794         * build-all.mk: added a 'native' target, to 3stage the native toolchain
16796 Sun Nov 22 18:59:13 1992  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
16798         * configure.in: start building libg++ for HP-UX targets
16800 Wed Nov 18 19:33:11 1992  John Gilmore  (gnu@cygnus.com)
16802         * README:  Update references to files moved into etc/.
16804 Sun Nov 15 09:36:08 1992  Fred Fish  (fnf@cygnus.com)
16806         * config.sub (i386sol2, i486sol2):  i[34]86-unknown-solaris2.
16807         * configure.in (i[34]86-*-solaris2*):  Use config/mh-sysv4.
16809 Thu Nov 12 08:50:42 1992  Ian Lance Taylor  (ian@cygnus.com)
16811         * configure: accept dash as well as underscore in long option
16812         names for FSF compatibility.
16814 Wed Nov 11 08:04:37 1992  Ian Lance Taylor  (ian@cygnus.com)
16816         * config.sub: added -sco3.2v4 support from FSF.
16818 Sun Nov  8 21:14:30 1992  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
16820         * configure.in: expand the section that adds or removes
16821         directories from the list of programs to build, to handle native
16822         vs. cross in addition to host v. native
16824 Sat Nov  7 18:52:27 1992  Per Bothner  (bothner@rtl.cygnus.com)
16826         * Makefile.in:  Replace C++ in macro names with CXX.
16827         This is less likely to break ...
16829 Sat Nov  7 15:16:58 1992  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
16831         * test-build.mk: add -w to GNU_MAKE
16833 Fri Nov  6 23:10:37 1992  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
16835         * config.sub: remove 'sparc'-->'sparc-sun' default transformation,
16836         add 'sparc' to list of recognized cpus.  This needed to make
16837         'sparc-aout' expand to 'sparc-unknown-aout' instead of 'sparc-sun-aout'.
16838         Delete some redundant ose68 variants.  Recognize -wrs as an os,
16839         then changes that into $CPU-wrs-vxworks.
16841         * configure.in: remove most references to gdbtest, regularize
16842         target based program removal
16844         * test-build.mk: import from p3 tree (many fixes and changes)
16846 Fri Nov  6 20:59:00 1992  david d `zoo' zuhn  (zoo@cygnus.com)
16848         * Makefile.in: added rules to handle tcl, tk, and expect
16850         * configure.in: handle those directories if they exist
16852 Thu Nov  5 14:35:41 1992  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
16854         * config.sub: removed bogus hppabsd and hppahpux names, since
16855         "hppa" is not a valid cpu (hppa1.1 or hppa1.0 are, though)
16857 Thu Oct 29 00:12:41 1992  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
16859         * Makefile.in: all-gcc now depends on all-binutils.  all-libg++
16860         depends upon all-xiberty
16862         * Makefile.in: changes from p3, including:
16864         Thu Oct  8 15:00:17 1992  Ian Lance Taylor  (ian@cygnus.com)
16866         * Makefile.in (XTRAFLAGS): include newlib directories if
16867         newlib/Makefile exists, rather than if host != target.
16869         Fri Sep 25 13:41:52 1992  Ian Lance Taylor  (ian@cygnus.com)
16871         * Makefile.in: added -nostdinc to XTRAFLAGS if we are using gcc
16872         from the same source tree and not building a cross-compiler.  This
16873         matters for the libg++ configuration if reconfiguring a tree that
16874         has already been installed.
16876         Thu Sep 10 10:35:51 1992  Ian Lance Taylor  (ian@cygnus.com)
16878         * Makefile.in: added -I for newlib/targ-include to XTRAFLAGS, to
16879         pick up the machine and system specific header files.
16881         * Makefile.in: added AS_FOR_TARGET, passed down in
16882         TARGET_FLAGS_TO_PASS.  Added CC_FOR_BUILD, which is intended to be
16883         the C compiler to use to create programs which are run in the
16884         build environment, set it to default to $(CC), and passed it down
16885         in FLAGS_TO_PASS and TARGET_FLAGS_TO_PASS.
16887         Mon Sep  7 22:34:42 1992  Ian Lance Taylor  (ian@cirdan.cygnus.com)
16889         * Makefile.in: add $(host) = $(target) tests back to *_FOR_TARGET.
16890         We need them for unusual native builds, like systems without
16891         ranlib.
16893         * configure: also define $(host_canonical) and
16894         $(target_canonical), which are the full, canonical names for the
16895         given host and target
16897 Sun Nov  1 16:38:17 1992  Per Bothner  (bothner@cygnus.com)
16899         * Makefile.in:  Added separate definitions for C++.
16901 Fri Oct 30 11:37:52 1992  Fred Fish  (fnf@cygnus.com)
16903         * configure.in (configdirs):  Add deja-gnu.
16905 Fri Oct 23 00:39:18 1992  John Gilmore  (gnu@cygnus.com)
16907         * README:  Update for configure.texi and gdb-4.7 release.
16909 Wed Oct 21 21:54:27 1992  John Gilmore  (gnu@cygnus.com)
16911         * Makefile.in:  Move "all" target to top of file.
16912         Previously, first target was ".PHONY" which caused BSD4.4 make
16913         to build .PHONY when make was run without arguments.
16915 Mon Oct 19 01:17:54 1992  John Gilmore  (gnu@cygnus.com)
16917         * Makefile.in:  Add COPYING.LIB to GDB releases, now that there's
16918         Library-copylefted code in libiberty.
16920 Tue Oct 13 01:22:32 1992  John Gilmore  (gnu@cygnus.com)
16922         * config.sub:  Replace m68kmote with plain old m68k.
16924 Fri Oct  9 03:14:24 1992  John Gilmore  (gnu@cygnus.com)
16926         * Makefile.in:  Remove space from blank line, avoid Make complaints.
16928 Thu Oct  8 18:41:45 1992  Ken Raeburn  (raeburn@cygnus.com)
16930         * config.sub: Complain if no argument is given.  Added support for
16931         386bsd as OS and target alias.
16933 Thu Oct  8 15:07:22 1992  Ian Lance Taylor  (ian@cygnus.com)
16935         * Makefile.in (XTRAFLAGS): include newlib directories if
16936         newlib/Makefile exists, rather than if host != target.
16938 Mon Oct  5 03:00:09 1992  Mark Eichin  (eichin at tweedledumber.cygnus.com)
16940         * config.sub: recognize sparclite-wrs-vxworks.
16942         * Makefile.in (install-xiberty): added *-xiberty make rules (from
16943         p3.) Added clean-xiberty to clean.
16945 Thu Oct  1 17:59:19 1992  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
16947         * configure.in: use *-*-* instead of nested cases for host and target
16949 Tue Sep 29 14:11:18 1992  Ian Lance Taylor  (ian@cygnus.com)
16951         * Makefile.in: added -nostdinc to XTRAFLAGS if we are using gcc
16952         from the same source tree and not building a cross-compiler.  This
16953         matters for the libg++ configuration if reconfiguring a tree that
16954         has already been installed.
16956 Sep 20 08:53:10 1992  Fred Fish  (fnf@cygnus.com)
16958         * config.sub (i486v/i486v4):  Merge in from FSF version.
16960 Fri Sep 18 00:32:00 1992  Mark Eichin  (eichin@cygnus.com)
16962         * configure: only set PWD if it is already set.
16964 Thu Sep 17 23:05:53 1992  Mark Eichin  (eichin@cygnus.com)
16966         * configure: just set PWD=`pwd` at the top, since Ultrix sh
16967         doesn't have unset and all success paths (and most error paths)
16968         out set it anyway. (Note: should change all uses of ${PWD=`pwd`}
16969         to just ${PWD} to avoid confusion.)
16971 Tue Sep 15 16:00:54 1992  Ian Lance Taylor  (ian@cygnus.com)
16973         * configure: always set $(tooldir) to $(libdir)/$(target_alias),
16974         even for a native compilation.
16976 Tue Sep 15 02:22:56 1992  John Gilmore  (gnu@cygnus.com)
16978         Changes to make the gdb.tar.Z rule work better.
16980         * Makefile.in (GDB_SUPPORT_DIRS):  Add opcodes.
16981         (DEVO_SUPPORT):  Add configure.texi.
16982         (bfd-ilrt.tar.Z):  Remove ancient rule.
16984 Thu Sep 10 10:43:19 1992  Ian Lance Taylor  (ian@cygnus.com)
16986         * Makefile.in: added -I for newlib/targ-include to XTRAFLAGS, to
16987         pick up the machine and system specific header files.
16989         * configure.in, config.sub: added new target m68010-adobe-scout,
16990         with alias of adobe68k.  Changed configure.in to check for
16991         -scout before -sco* to avoid a false match.
16993         * Makefile.in: added AS_FOR_TARGET, passed down in
16994         TARGET_FLAGS_TO_PASS.  Added CC_FOR_BUILD, which is intended to be
16995         the C compiler to use to create programs which are run in the
16996         build environment, set it to default to $(CC), and passed it down
16997         in FLAGS_TO_PASS and TARGET_FLAGS_TO_PASS.
16999 Wed Sep  9 12:21:42 1992  Ian Lance Taylor  (ian@cygnus.com)
17001         * Makefile.in: added TARGET_FLAGS_TO_PASS, CC_FOR_TARGET,
17002         AR_FOR_TARGET, RANLIB_FOR_TARGET, NM_FOR_TARGET.  Pass
17003         TARGET_FLAGS_TO_PASS, which defines CC, AR, RANLIB and NM as the
17004         FOR_TARGET variants, to newlib and libg++.
17006 Tue Sep  8 17:28:30 1992  Ken Raeburn  (raeburn@cambridge.cygnus.com)
17008         * Makefile.in (all-gas, all-gdb): Require all-opcodes to be built
17009         first.
17011 Wed Sep  2 02:50:05 1992  John Gilmore  (gnu@cygnus.com)
17013         * config.sub:  Accept `elf' as an environment.
17015 Tue Sep  1 15:48:30 1992  Steve Chamberlain  (sac@thepub.cygnus.com)
17017         * Makefile.in (all-opcodes):  cd into the right directory
17019 Sun Aug 30 21:12:11 1992  Ian Lance Taylor  (ian@cygnus.com)
17021         * configure: added -program_transform_name option, used as
17022         argument to sed when installing programs.
17023         configure.texi: added documentation for -program_prefix,
17024         -program_suffix and -program_transform_name.
17026 Thu Aug 27 21:59:44 1992  John Gilmore  (gnu@cygnus.com)
17028         * config.sub:  Accept i486 where i386 ok.
17030 Thu Aug 27 13:04:42 1992  Brendan Kehoe  (brendan@rtl.cygnus.com)
17032         * config.sub: accept we32k
17034 Mon Aug 24 14:05:14 1992  Ian Lance Taylor  (ian@cygnus.com)
17036         * config.sub, configure.in: accept OSE68000 and OSE68k.
17038         * Makefile.in: don't create all directories for ``make install'';
17039         let the subdirectories create the ones they need.
17041 Tue Aug 11 23:13:17 1992  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
17043         * COPYING: new file, GPL v2
17045 Tue Aug  4 01:12:43 1992  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
17047         * Makefile.in: use the new gen-info-dir, which needs a template
17048         argument (which also lives in texinfo)
17050         * configure.texi, standards.texi: fix INFO-DIR-ENTRY
17052 Mon Aug  3 00:34:17 1992  Fred Fish  (fnf@cygnus.com)
17054         * config.sub (ncr3000):  Change i386 to i486.
17056 Thu Jul 23 00:12:17 1992  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
17058         * Makefile.in: add install-rcs, install-grep to
17059         install-no-fixedincludes, removed install-bison and install-libgcc
17061 Tue Jul 21 01:01:50 1992  david d `zoo' zuhn (zoo@cygnus.com)
17063         * configure.in: grab the HPUX makefile fragment if on HPUX
17065 Mon Jul 20 11:02:09 1992  D. V. Henkel-Wallace  (gumby@cygnus.com)
17067         * Makefile.in: eradicate bison spoor (ditto libgcc).
17068          configure.in: recognise m68{k,000}-ericsson-OSE.
17069          es1800 is alias for m68k-ericsson-OSE
17071 Sun Jul 19 17:49:02 1992  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
17073         * configure.in: rearrange the parts that remove programs from
17074         configdirs, based now on HOST==TARGET or by canonical triple.
17076 Fri Jul 17 22:52:49 1992  K. Richard Pixley  (rich@rtl.cygnus.com)
17078         * test-build.mk: recurse explicitly with -f test-build.mk when
17079           appropriate.  predicate stage3 and comparison on the existence
17080           of gcc.  That is, if gcc isn't around, we aren't three-staging.
17081           On very clean, also remove ...stamp-co.  Build in-place before
17082           doing other builds.
17084 Thu Jul 16 18:33:09 1992  Steve Chamberlain  (sac@thepub.cygnus.com)
17086         * Makefile.in, configure.in: add tgas
17088 Thu Jul 16 16:05:28 1992  K. Richard Pixley  (rich@rtl.cygnus.com)
17090         * Makefile.in: a number of changes merged in from progressive.
17092         * configure.in: add libm.
17094         * .cvsignore: ignore some stuff that comes from test-build.mk.
17096 Tue Jul  7 00:24:52 1992  Fred Fish  (fnf@cygnus.com)
17098         * config.sub:  Add es1800 (m68k-ericsson-es1800).
17100 Tue Jun 30 20:24:41 1992  D. V. Henkel-Wallace  (gumby@cygnus.com)
17102         * configure: Add program_suffix (parallel to program_prefix)
17103         * Makefile.in: adjust directory-creating script for losing decstation
17105 Mon Jun 22 23:43:48 1992  Per Bothner  (bothner@cygnus.com)
17107         * configure:  Minor $subdir-related fixes.
17109 Mon Jun 22 18:30:26 1992  Steve Chamberlain  (sac@thepub.cygnus.com)
17111         * configure: fix various problems with propogating
17112         makefile_target_frag in subdirs.
17113         * configure.in: config libgcc if its there
17115 Fri Jun 19 15:19:40 1992  Stu Grossman  (grossman at cygnus.com)
17117         * config.sub:  HPPA merge.
17119 Sun Jun 14 10:29:19 1992  John Gilmore  (gnu at cygnus.com)
17121         * Makefile.in:  Replace all-bison with all-byacc in all
17122         dependency lines for other tools (which now use byacc).
17124 Fri Jun 12 22:21:57 1992  John Gilmore  (gnu at cygnus.com)
17126         * config.sub:  Add sun4sol2 => sparc-sun-solaris2.
17128 Thu Jun  4 12:07:32 1992  Mark Eichin  (eichin@cygnus.com)
17130         * Makefile.in: make gprof rules similar to byacc rules (instead of
17131         vestigal $(unsubdir) that didn't work...)
17133 Thu Jun  4 00:37:05 1992  Per Bothner  (bothner@rtl.cygnus.com)
17135         * config.sub:  Add support for Linux.
17136         * Makefile.in:  Use $(FLAGS_TO_PASS) more consistently
17137         (at least for libg++).
17139 Tue Jun 02 20:03:00 1992  david d `zoo' zuhn (zoo@cygnus.com)
17141         * configure.texi: fix doc for the -nfp option to configure
17143 Tue Jun  2 17:20:52 1992  Michael Tiemann  (tiemann@cygnus.com)
17145         * Makefile.in (all-binutils): ar needs flex, so depend on all-flex.
17147 Sun May 31 15:04:08 1992  Mark Eichin  (eichin at cygnus.com)
17149         * config.sub: changed [^-]+ to [^-][^-]* so that it works under
17150         Sun sed. (BSD 4.3 sed doesn't handle [^-]+ either.)
17151         * configure.in: added solaris* host_makefile_frag hook.
17153 Sun May 31 01:10:34 1992  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
17155         * config.sub: changed recognition of m68000 so that various
17156         m68k types can be specified via m680[01234]0
17158 Sat May 30 21:01:06 1992  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
17160         * config.sub (basic_machine): fix sed so that '-foo' isn't
17161         completely substituted out while .+'-foo' loses the '-foo'
17163 Wed May 27 23:18:52 1992  Michael Tiemann  (tiemann@rtl.cygnus.com)
17165         * config.sub ($os): Add -aout.
17167 Fri May 22 14:00:02 1992  Per Bothner  (bothner@cygnus.com)
17169         * configure:  If host_makefile_frag is absolute, don't
17170         prefix ${invsubdir} (relevant to libg++ auto-configure).
17172 Thu May 21 18:00:09 1992  Michael Tiemann  (tiemann@rtl.cygnus.com)
17174         * Makefile.in (tooldir): Define it.
17175         (all-ld): Depend on all-flex.
17177 Sun May 10 21:45:59 1992  Per Bothner  (bothner@rtl.cygnus.com)
17179         * Makefile.in (check):  Fix libg++ special case.
17181 Fri May  8 08:31:41 1992  K. Richard Pixley  (rich@cygnus.com)
17183         * configure: do not bury `pwd` into config.status, thus do fewer
17184           pwd's.
17186         * configure: print the "Building in" message only when building in
17187           other than "." AND verbose.
17189         * configure: remove -s, rework -v to better accommodate guested
17190           configures.
17192         * standards.texi: updated to 3 may, fixed librid <-> libdir typo.
17194 Fri May  1 18:00:50 1992  K. Richard Pixley  (rich@cygnus.com)
17196         * Makefile.in: macroize flags passed on recursion.  remove
17197           fileutils.
17199 Thu Apr 30 08:56:20 1992  K. Richard Pixley  (rich@cygnus.com)
17201         * configure: get makesrcdir right for subdirs deeper than 1.
17203         * Makefile.in: pass INSTALL, INSTALL_DATA, INSTALL_PROGRAM on
17204           install.
17206 Fri Apr 24 15:51:51 1992  K. Richard Pixley  (rich@cygnus.com)
17208         * Makefile.in: don't print subdir_do or recursion lines.
17210 Fri Apr 24 15:22:04 1992  K. Richard Pixley  (rich@cygnus.com)
17212         * standards.texi: added menu item.
17214         * Makefile.in: build and install standards.info.
17216         * standards.texi: new file.
17218 Wed Apr 22 18:06:55 1992  K. Richard Pixley  (rich@rtl.cygnus.com)
17220         * configure: test for and move config.status pieces from
17221           ${subdir}/.
17223 Wed Apr 22 14:38:34 1992  Fred Fish  (fnf@cygnus.com)
17225         * configure:  Test for existance of files before trying to mv
17226         them, to avoid numerous non-existance messages.
17228 Tue Apr 21 12:31:33 1992  K. Richard Pixley  (rich@cygnus.com)
17230         * configure: correct final line of config.status.
17232         * configure: patch from eggert.  Avoids a protection problem if
17233           the original Makefile.in is read only.
17235         * configure: use move-if-change from gcc to create config.status.
17236           Some makefiles depend on config.status to tell if a directory
17237           has been reconfigured for a different host.  This change
17238           prevents those directories from remaking everything in the case
17239           where the reconfig was only intended to rebuild a Makefile.
17241         * configure: test for config.sub with "config.sub sun4" rather
17242           than "config.sub ${host_alias}".  Otherwise we can't tell a bad
17243           host alias from a missing config.sub.
17245 Mon Apr 20 18:16:36 1992  K. Richard Pixley  (rich@rtl.cygnus.com)
17247         * Makefile.in: explicitly pass CFLAGS on recursion. no longer pass
17248           MINUS_G (this can be done with CFLAGS).  Default CFLAGS to -g.
17250 Fri Apr 17 18:27:51 1992  Per Bothner  (bothner@cygnus.com)
17252         * configure: mkdir ${subdir} as needed.
17254 Wed Apr 15 17:37:22 1992  K. Richard Pixley  (rich@cygnus.com)
17256         * Makefile.in,configure.in: added autoconf.
17258 Wed Apr 15 17:27:34 1992  K. Richard Pixley  (rich@rtl.cygnus.com)
17260         * Makefile.in: no longer pass against on recursion.
17262         * Makefile.in: added .NOEXPORT: so that stray makefile_frag
17263           definitions are not inherited.
17265         * configure: correct makesrcdir when subdir is .
17267 Tue Apr 14 11:56:09 1992  Per Bothner  (bothner@cygnus.com)
17269         * configure:  Add support for 'subdirs' variable, which is
17270         like 'configdirs', except that configure doesn't re-invoke
17271         itself for subdirs, it just creates a Makefile for each subdir.
17272         * configure.texi:  Document subdirs.
17274 Mon Apr 13 18:50:16 1992  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
17276         * configure.in: added flex to configdirs
17278 Mon Apr 13 18:43:55 1992  K. Richard Pixley  (rich@cygnus.com)
17280         * Makefile.in: remove clean-stamps from clean.
17282 Sat Apr 11 03:52:03 1992  John Gilmore  (gnu at cygnus.com)
17284         * configure.in:  Add gdbtest to configdirs.
17286 Fri Apr 10 23:11:49 1992  Fred Fish  (fnf@cygnus.com)
17288         * Makefile.in (MINUS_G):  Add macro, default to -g, pass on
17289         to recursive makes.
17290         * configure.in:  Recognize new ncr3000 config.
17292 Wed Apr  8 23:08:12 1992  K. Richard Pixley  (rich@cygnus.com)
17294         * Makefile.in, configure.in: removed references to gdbm.
17296 Tue Apr  7 16:48:20 1992  Per Bothner  (bothner@cygnus.com)
17298         * config.sub:  Don't canonicalize os value
17299         newsos* to bsd (readline needs to check for newsos).
17300         (This fix was earlier made Jan 31, but got re-broken.)
17302 Mon Apr  6 14:34:08 1992  Stu Grossman  (grossman at cygnus.com)
17304         * configure.in:  sco is an os, not a vendor!
17306         * configure:  Quote $( better.  Keep various shells happy.
17308 Tue Mar 31 16:32:57 1992  K. Richard Pixley  (rich@cygnus.com)
17310         * Makefile.in: eliminate stamp-files.
17312 Mon Mar 30 22:20:23 1992  K. Richard Pixley  (rich@cygnus.com)
17314         * Makefile.in: add send_pr.  remove "force" from .stmp-gprof rule.
17315           Supress echoing of all the "if [ -d ... $(MAKE)" lines.
17317 Wed Mar 25 15:20:04 1992  Stu Grossman  (grossman@cygnus.com)
17319         * config.sub:  fix iris/iris3.
17321 Wed Mar 25 10:34:19 1992  K. Richard Pixley  (rich@cygnus.com)
17323         * configure: re-add -rm.
17325 Tue Mar 24 23:50:16 1992  K. Richard Pixley  (rich@cygnus.com)
17327         * Maskefile.in: add .stmp-rcs to all.
17329         * configure.in: remove gas from rs6000 build, use aix host fragment.
17331 Mon Mar 23 19:43:35 1992  K. Richard Pixley  (rich@cygnus.com)
17333         * configure: pass down site_option during recursion.
17335 Thu Mar 19 16:49:36 1992  Stu Grossman  (grossman at cygnus.com)
17337         * Makefile.in (all.cross):  Add .stmp-bfd .stmp-readline.
17339 Wed Mar 18 15:29:33 1992  Mike Stump  (mrs@cygnus.com)
17341         * configure: Change exec_prefix so that it really defaults to prefix.
17343 Sat Mar 14 17:20:38 1992  Fred Fish  (fnf@cygnus.com)
17345         * Makefile.in, configure.in:  Add support for mmalloc library.
17347 Fri Mar 13 18:44:18 1992  K. Richard Pixley  (rich@cygnus.com)
17349         * Makefile.in: add stmp dependencies for a few more things.
17351 Thu Mar 12 04:56:24 1992  K. Richard Pixley  (rich@cygnus.com)
17353         * configure: adjusted error message on objdir/srcdir configure
17354           collision, per john's suggestion.
17356         * Makefile.in: add libiberty stmp to all and all.cross.
17358 Wed Mar 11 02:07:52 1992  K. Richard Pixley  (rich@cygnus.com)
17360         * Makefile.in: remove force dependencies, add grep to all.
17362 Tue Mar 10 21:49:18 1992  K. Richard Pixley  (rich@mars.cygnus.com)
17364         * Makefile.in: drop flex.  make stamp files work.
17366         * configure: added test for conflicting configuration in srcdir,
17367           remove trailing slashes from srcdir.  Otherwise emacs gdb mode
17368           gets cranky.  use relative paths for configure and srcdir
17369           whenever possible.  Send some error messages to stderr that were
17370           going to stdout.
17372 Tue Mar 10 18:01:55 1992  Per Bothner  (bothner@cygnus.com)
17374         * Makefile.in:  Fix libg++ rule to check for gcc directory
17375         before using gcc/gcc.  Also pass XTRAFLAGS.
17377 Thu Mar  5 21:45:07 1992  K. Richard Pixley  (rich@sendai)
17379         * Makefile.in: added stmp-files so that directories aren't polled
17380           when they are already built.
17382         * configure.texi: fixed a node pointer problem.
17384 Thu Mar  5 12:05:58 1992  Stu Grossman  (grossman at cygnus.com)
17386         * config.sub configure.in gdb/configure.in
17387         gdb/mips-tdep.c gdb/mipsread.c gdb/procfs.c gdb/signame.h
17388         gdb/tm-irix3.h gdb/tm-mips.h gdb/xm-irix4.h gdb/config/mt-irix3
17389         gdb/config/mh-irix4 texinfo/configure.in:  Port to SGI Irix-4.x.
17391 Wed Mar  4 02:57:46 1992  K. Richard Pixley  (rich@rtl.cygnus.com)
17393         * configure: -recurring becomes -silent.  corrected help message
17394           for -site= option.
17396         * Makefile.in: mkdir $(exec_prefix) and $(tooldir).
17398 Tue Mar  3 14:51:21 1992  K. Richard Pixley  (rich@rtl.cygnus.com)
17400         * configure: when building Makefile for crosses, replace
17401           tooldir and program_prefix.  default srcdir from location of
17402           config.sub.  remove "for host in hosts" and "for target in
17403           targets" loops.
17405 Wed Feb 26 19:48:25 1992  K. Richard Pixley  (rich@rtl.cygnus.com)
17407         * Makefile.in: Do not pass bindir or mandir to cvs.
17409 Wed Feb 26 18:04:40 1992  K. Richard Pixley  (rich@cygnus.com)
17411         * Makefile.in, configure.in: removed traces of namesubdir,
17412           -subdirs, $(subdir), $(unsubdir), some rcs triggers.  Forced
17413           copyrights to '92, changed some from Cygnus to FSF.
17415         * configure.texi: remove most references to multiple hosts,
17416           multiple targets, subdirs, etc.
17418         * configure.man: removed rcsid. reference config.sub not
17419           config.subr.
17421         * Makefile.in: mkdir $(infodir) on install-info.
17423 Wed Feb 19 15:41:13 1992  John Gilmore  (gnu at cygnus.com)
17425         * configure.texi:  Explain better about .gdbinit and about
17426         the environment that configure.in sections run in.
17428 Fri Feb  7 07:55:00 1992  John Gilmore  (gnu at cygnus.com)
17430         * configure.in:  Ultrix is only a decstation if it's a MIPS.
17432 Fri Jan 31 21:54:51 1992  John Gilmore  (gnu at cygnus.com)
17434         * README:  DOC.configure => cfg-paper.texi.
17436 Fri Jan 31 21:48:18 1992  Stu Grossman  (grossman at cygnus.com)
17438         * config.sub (near case $os):  Don't convert newsos* to bsd!
17440 Fri Jan 31 02:27:32 1992  John Gilmore  (gnu at cygnus.com)
17442         * Makefile.in:  Reinstall change from gdb-4.3 that reduces
17443         the number of copies of COPYING that go into the GDB tar file.
17445 Thu Jan 30 16:17:30 1992  Stu Grossman  (grossman at cygnus.com)
17447         * bfd/configure.in, gdb/config/mh-i386sco,
17448         gdb/config/mt-i386v32, gdb/configure.in, readline/configure.in:
17449         Fix SCO configuration stuff.
17451 Tue Jan 28 23:51:07 1992  Per Bothner  (bothner at cygnus.com)
17453         * Makefile.in:  For libg++, make sure the -I pointing
17454         to the gcc directory goes *after* all the libg++-local -I flags.
17455         Also, move just-gcc dependency from just-libg++ to all-libg++.
17457 Tue Jan 28 12:56:24 1992  Stu Grossman  (grossman at cygnus.com)
17459         * configure:  Change -x to -f to keep Ultrix /bin/test happy.
17461 Sat Jan 18 17:45:11 1992  Stu Grossman  (grossman at cygnus.com)
17463         * Makefile.in (make-gdb.tar.Z):  Remove texinfo targets.
17465 Sat Jan 18 17:03:21 1992  Fred Fish  (fnf at cygnus.com)
17467         * config.sub:  Add stratus configuration frags.  Also
17468         submitted to FSF.
17470 Sat Jan 18 15:35:29 1992  Stu Grossman  (grossman at cygnus.com)
17472         * Makefile.in (DEV_SUPPORT):  add configure.man.
17474         * config.sub(Decode manufacturer-specific):  add -none*.
17476 Fri Jan 17 17:58:05 1992  Stu Grossman  (grossman at cygnus.com)
17478         * Makefile.in:  remove form feeds to make Sun's make happy.
17479         (DEVO_SUPPORT):  DOC.configure => cfg-paper.texi.
17481 Sat Jan  4 16:11:44 1992  John Gilmore  (gnu at cygnus.com)
17483         * Makefile.in (AR_FLAGS):  Make quieter.
17485 Thu Jan  2 22:57:12 1992  John Gilmore  (gnu at cygnus.com)
17487         * configure.in:  Add libg++.
17488         * configure:  When verbose, don't output the command line at each
17489         level; it will be unremarkably the same as the previous version,
17490         which will be the same as what the user typed.
17492 Fri Dec 27 16:26:47 1991  K. Richard Pixley  (rich at cygnus.com)
17494         * configure.in, Makefile.in: fix clean-info, add flex.  add
17495           fileutils.
17497         * configure: be less sensitive to spaces in Makefile.in.  Do not
17498           look for sources in "..".  Doing so breaks subdirectories that
17499           might have their own configure.  If a subdir has it's own
17500           configure script, use it.
17502 Thu Dec 26 16:30:26 1991  K. Richard Pixley  (rich at cygnus.com)
17504         * cfg-paper.texi: some changes suggested by rms.
17506 Thu Dec 26 10:13:36 1991  Fred Fish  (fnf at cygnus.com)
17508         * config.sub:  Merge in some small additions from the FSF version,
17509         taken from the gcc distribution, to bring the Cygnus and FSF
17510         versions into closer sync.
17512 Fri Dec 20 11:34:18 1991  Fred Fish  (fnf at cygnus.com)
17514         * configure.in:  Changed svr4 references to sysv4.
17516 Thu Dec 19 15:54:29 1991  K. Richard Pixley  (rich at cygnus.com)
17518         * configure: added -V for version number option.
17520 Wed Dec 18 15:39:34 1991  K. Richard Pixley  (rich at cygnus.com)
17522         * DOC.configure, cfg-paper.texi: revised, updated, and texinfo'd.
17523           renamed from DOC.configure to cfg-paper.texi.
17525 Mon Dec 16 23:05:19 1991  K. Richard Pixley  (rich at rtl.cygnus.com)
17527         * configure, config.subr, config.sub: config.subr is now
17528           config.sub again.
17530 Fri Dec 13 01:17:06 1991  K. Richard Pixley  (rich at cygnus.com)
17532         * configure.texi: new file, in progress.
17534         * Makefile.in: build info file and install the man page for
17535           configure.
17537         * configure.man: new file, first cut.
17539         * configure: find config.subr again now that configuration "none"
17540           has gone.  removed all traces of the -ansi option.  removed all
17541           traces of the -languages option.
17543         * config.subr: resync from rms.
17545 Wed Dec 11 22:25:20 1991  K. Richard Pixley  (rich at rtl.cygnus.com)
17547         * configure, config.sub, config.subr: merge config.sub into
17548           config.subr, call the result config.subr, remove config.sub, use
17549           config.subr.
17551         * Makefile.in: revised install for dir.info.
17553 Tue Dec 10 00:04:35 1991  K. Richard Pixley  (rich at rtl.cygnus.com)
17555         * configure.in: add decstation host makefile frag.
17557         * Makefile.in: BISON now bison -y again.  also install-gcc on
17558           install.  clean-gdbm on clean.  infodir belongs in datadir.
17559           Make directories for info install.  Build dir.info here then
17560           install it.
17562 Mon Dec  9 16:48:33 1991  K. Richard Pixley  (rich at rtl.cygnus.com)
17564         * Makefile.in: fix for bad directory tests.
17566 Sat Dec  7 00:17:01 1991  K. Richard Pixley  (rich at rtl.cygnus.com)
17568         * configure: \{1,2\} appears to be a sysv'ism.  Use a different
17569           regexp.  -srcdir relative was being handled incorrectly.
17571         * Makefile.in: unwrapped some for loops so that parallel makes
17572           work again and so one can focus one's attention on a particular
17573           package.
17575 Fri Dec  6 00:22:08 1991  K. Richard Pixley  (rich at rtl.cygnus.com)
17577         * configure: added PWD as a stand in for `pwd` (for speed). use
17578           elif wherever possible.  make -srcdir work without -objdir.
17579           -objdir= commented out.
17581 Thu Dec  5 22:46:52 1991  K. Richard Pixley  (rich at rtl.cygnus.com)
17583         * configure: +options become --options.  -subdirs commented out.
17584           added -host, -datadir.  Renamed -destdir to -prefix.  Comment in
17585           Makefile now at top of generated Makefile.  Removed cvs log
17586           entries.  added -srcdir.  create .gdbinit only if there is one
17587           in ${srcdir}.
17589         * Makefile.in: idestdir and ddestdir go away.  Added copyrights
17590           and shift gpl to v2.  Added ChangeLog if it didn't exist. docdir
17591           and mandir now keyed off datadir by default.
17593 Fri Nov 22 07:38:11 1991  K. Richard Pixley  (rich at rtl.cygnus.com)
17595         * Freshly created ChangeLog.
17598 Local Variables:
17599 mode: change-log
17600 left-margin: 8
17601 fill-column: 76
17602 version-control: never
17603 End: