Daily bump.
[official-gcc.git] / ChangeLog
bloba58296f04f792e92d46bf0ad5f82cb7cb85889d8
1 2013-12-13  Francois-Xavier Coudert  <fxcoudert@gcc.gnu.org>
3         * configure.ac: Add user-friendly check for native x86_64-linux
4         multilibs.
5         * configure: Regenerate.
7 2013-12-06  Oleg Endo  <olegendo@gcc.gnu.org>
9         * MAINTAINERS: Add myself as sh maintainer.
11 2013-12-03  Bill Schmidt  <wschmidt@linux.vnet.ibm.com>
13         * MAINTAINERS: Add self as SLSR maintainer.
15 2013-11-18  Jan Hubicka  <hubicka@ucw.cz>
17         * MAINTAINERS: Update my email address.
19 2013-11-15  David Edelsohn  <dje.gcc@gmail.com>
21         * MAINTAINERS (Global Reviewers, c++): Remove Mark Mitchell.
23 2013-11-07  Thomas Schwinge  <thomas@codesourcery.com>
25         * Makefile.in: Regenerate.
27         * Makefile.tpl: Fix typo.
28         * Makefile.in: Regenerate partially.
30 2013-11-04  Balaji V. Iyer  <balaji.v.iyer@intel.com>
32         * configure.ac: Added libcilkrts to noconfig list when C++ is not
33         supported.
34         * configure: Regenerated.
36 2013-11-01  Trevor Saunders  <tsaunders@mozilla.com>
38         * MAINTAINERS (Write After Approval): Add myself.
40 2013-10-30  Jason Merrill  <jason@redhat.com>
42         * Makefile.tpl (STAGE1_CONFIGURE_FLAGS): Pass
43         --disable-build-format-warnings.
45 2013-10-29  Balaji V. Iyer  <balaji.v.iyer@intel.com>
47         * Makefile.def: Add libcilkrts to target_modules.  Make libcilkrts 
48         depend on libstdc++ and libgcc.
49         * configure: Regenerate.
50         * configure.ac: Added libcilkrts to target binaries.  Also, restrict
51         libcilkrts for POSIX and i*86, and x86_64 architectures.
52         * Makefile.in: Added libcilkrts related fields to support building it.
54 2013-10-26  Jeff Law  <law@redhat.com>
56         * Makefile.def (target_modules): Remove libmudflap
57         (languages): Remove check-target-libmudflap).
58         * Makefile.in: Rebuilt.
59         * Makefile.tpl (check-target-libmudflap-c++): Remove.
60         * configure.ac (target_libraries): Remove target-libmudflap.
61         Remove checks which disabled libmudflap on some systems.
62         * configure: Rebuilt.
63         * libmudflap: Directory removed.
65 2013-10-21  Cong Hou  <congh@google.com>
67         * MAINTAINERS (Write After Approval): Add myself.
69 2013-10-16  Mike Stump  <mikestump@comcast.net>
71         * .dir-locals.el: Add.
73 2013-10-15  David Malcolm  <dmalcolm@redhat.com>
75         * configure.ac: Add --enable-host-shared
76         * configure: Regenerate.
78 2013-01-10  Joern Rennecke  <joern.rennecke@embecosm.com>
80         Import from savannah.gnu.org:
81         * config.guess: Update to 2013-06-10 version.
82         * config.sub: Update to 2013-10-01 version.
84 2013-10-01  Simon Cook  <simon.cook@embecosm.com>
86         Changes to build configuration to allow big endian ARC ELF toolchain
87         * configure.ac: Also add target-libgloss to noconfigdirs for arceb-*-*.
88         * configure: Regenerate.
90 2013-09-20  Alan Modra  <amodra@gmail.com>
92         * libtool.m4 (_LT_ENABLE_LOCK <ld -m flags>): Remove non-canonical
93         ppc host match.  Support little-endian powerpc linux hosts.
95 2013-09-19  Dodji Seketeli  <dodji@redhat.com>
97         * MAINTAINERS (diagnostic messages): Add myself as diagnostics
98         maintainer.
100 2013-09-12  DJ Delorie  <dj@redhat.com>
102         * MAINTAINERS: Add Nick Clifton and DJ Delorie as msp430
103         maintainers.
105 2013-09-03  Richard Biener  <rguenther@suse.de>
107         * configure.ac: Also allow ISL 0.12.
108         * configure: Regenerated.
110 2013-08-30  Bernd Edlinger  <bernd.edlinger@hotmail.de>
112         * MAINTAINERS (Write After Approval): Add myself.
114 2013-08-27  David Malcolm  <dmalcolm@redhat.com>
116         * MAINTAINERS (gdbhooks.py): Add myself as maintainer.
118 2013-08-26  Caroline Tice  <cmtice@google.com>
120         * MAINTAINERS:  Correct earliers update:  Move myself from libvtv
121         "Various Reviewers" to libvtv "Various Maintainers".
123 2013-08-20  Steven Bosscher  <steven@gcc.gnu.org>
125         * MAINTAINERS: Add myself as RTL optimizers reviewer.
127 2013-08-19  Benjamin De Kosnik  <bkoz@gnu.org>
129         * MAINTAINERS: Update name, email.
131 2013-08-13  Adam Butcher  <adam@jessamine.co.uk>
133         * MAINTAINERS (Write After Approval): Add myself.
135 2013-08-12  Caroline Tice  <cmtice@google.com>
137         * MAINTAINERS: Add myself as libvtv maintainer. Correct my email
138         address in the Write After Approval section.
140 2013-08-09  Carlos O'Donell  <carlos@redhat.com>
142         * MAINTAINERS (Write After Approval): Update email.
144 2013-08-08  Benjamin Kosnik  <bkoz@redhat.com>
146         * configure.ac: Adjust to check VTV_SUPPORTED.
147         * configure: Regenerated.
149 2013-08-02  Caroline Tice  <cmtice@google.com>
151         * configure.ac: Add target-libvtv to target_libraries; disable libvtv
152         on non-linux systems; add target-libvtv to noconfigdirs; add
153         libsupc++/.libs to C++ library search paths.
154         * configure: Regenerated.
155         * Makefile.def: Add libvtv to target_modules; make libvtv depend on
156         libstdc++ and libgcc.
157         * Makefile.in: Regenerated.
159 2013-07-19  Yvan Roux  <yvan.roux@linaro.org>
161         * MAINTAINERS (Write After Approval): Add myself.
163 2013-07-19  Chung-Ju Wu  <jasonwucj@gmail.com>
164             Shiva Chen  <shiva0217@gmail.com>
166         * MAINTAINERS (nds32 port): Add Chung-Ju Wu and Shiva Chen as
167         nds32 port maintainers.
169 2013-07-17  Tim Shen  <timshen91@gmail.com>
171         * MAINTAINERS (Write After Approval): Add myself.
173 2013-07-16  Jan-Benedict Glaw  <jbglaw@lug-owl.de>
175         * configure.ac: Sync from binutils.
176         * configure: Regenerate.
178 2013-06-14  Vidya Praveen  <vidyapraveen@arm.com>
180         * MAINTAINERS (Write After Approval): Add myself.
182 2013-06-01  Dinar Temirbulatov  <dinar@kugelworks.com>
184         * MAINTAINERS (Write After Approval): Add myself.
186 2013-05-17  David Malcolm  <dmalcolm@redhat.com>
188         * MAINTAINERS (Write After Approval): Add myself.
190 2013-04-30  Brooks Moses  <bmoses@google.com>
192         * MAINTAINERS: Update my email; move myself from Fortran
193         reviewer to Write After Approval.
195 2013-04-16  Andreas Schwab  <schwab@suse.de>
197         * configure.ac (aarch64-*-*): Don't disable java.
198         * configure: Regenerate.
200 2013-04-10  Chung-Ju Wu  <jasonwucj@gmail.com>
202         * MAINTAINERS (Write After Approval): Add myself.
204 2013-03-30  Matthias Klose  <doko@ubuntu.com>
206         * Makefile.def (target_modules): Don't install libffi.
207         * Makefile.in: Regenerate.
209 2013-02-24  Tilo Schwarz  <tilo@tilo-schwarz.de>
211         * MAINTAINERS (Write After Approval): Add myself.
213 2013-02-20  Andrew Sutton  <andrew.n.sutton@gmail.com>
215         * MAINTAINERS (Write After Approval): Add myself.
217 2013-02-15  Yufeng Zhang  <yufeng.zhang@arm.com>
219         * configure.ac: Set libgloss_dir for the aarch64*-*-* targets.
220         * configure: Regenerated.
222 2013-02-04  David Edelsohn  <dje.gcc@gmail.com>
224         * MAINTAINERS: Explicitly add myself as AIX maintainer.
225         Remove Geoff Keating as rs6000 port maintainer, at his request.
227 2013-01-24  Maxim Kuvyrkov  <maxim@kugelworks.com>
229         * MAINTAINERS: Update my email.
231 2013-01-23  Shenghou Ma  <minux.ma@gmail.com>
233         * configure: Re-generate.
235 2013-01-15  Richard Biener  <rguenther@suse.de>
237         PR other/55973
238         * configure: Re-generate.
240 2013-01-14  Matthias Klose  <doko@ubuntu.com>
242         * Makefile.def (install-target-libsanitizer): Depend on
243         install-target-libstdc++-v3.
244         * Makefile.in: Regenerate.
246 2013-01-14  Richard Biener  <rguenther@suse.de>
248         * configure.ac (cloog/isl): Also allow ISL 0.11.x and CLooG 0.18.0.
249         * configure: Re-generate
251 2013-01-11  Jan-Benedict Glaw  <jbglaw@lug-owl.de>
253         * config.sub: Update from config repo.
255 2013-01-11  Eric Botcazou  <ebotcazou@adacore.com>
257         * Makefile.tpl (BOOT_ADAFLAGS): Remove -gnata.
258         * Makefile.in: Regenerate.
260 2013-01-10  Joern Rennecke  <joern.rennecke@embecosm.com>
262         * MAINTAINERS (arc): Add new port maintainership for myself.
264 2013-01-09  Jason Merrill  <jason@redhat.com>
266         * .gitignore: Import from gdb repository.
268 2013-01-09  H.J. Lu  <hongjiu.lu@intel.com>
270         * Makefile.def (configure-gcc): Depend on all-gmp.
271         (all-gcc): Remove dependency on all-gmp.
272         * Makefile.in: Regenerated.
274 2013-01-08  Jan-Benedict Glaw  <jbglaw@lug-owl.de>
276         * config.sub: Merge from config repo.
277         * config.guess: Ditto.
279 2013-01-08  Jan-Benedict Glaw  <jbglaw@lug-owl.de>
281         * Makefile.def: Merge from binutils.
282         * Makefile.in: Ditto.
284 2013-01-01  Maxim Kuvyrkov  <maxim.kuvyrkov@gmail.com>
286         * MAINTAINERS: Update my email.
288 2012-12-29  Ben Elliston  <bje@gnu.org>
290         * config.guess: Update to 2012-12-29 version.
291         * config.sub: Likewise.
293 2012-12-20  Matthias Klose  <doko@ubuntu.com>
295         * Makefile.def (install-target-libgfortran): Depend on
296         install-target-libquadmath, install-target-libgcc.
297         (install-target-libsanitizer): Depend on install-target-libgcc.
298         (install-target-libjava): Depend on install-target-libgcc.
299         (install-target-libitm): Depend on install-target-libgcc.
300         (install-target-libobjc): Depend on install-target-libgcc.
301         (install-target-libstdc++-v3): Depend on install-target-libgcc.
302         * Makefile.in: Regenerate.
304 2012-12-19  Matthias Klose  <doko@ubuntu.com>
306         * Makefile.def (install-target-libgo): Depend on
307         install-target-libatomic.
308         * Makefile.in: Regenerate.
310 2012-12-18  Andreas Schwab  <schwab@linux-m68k.org>
312         PR go/55201
313         * Makefile.def (all-target-libgo): Depend on all-target-libatomic.
314         * Makefile.in: Regenerate.
316 2012-12-16  Thomas Schwinge  <thomas@codesourcery.com>
318         * configure.ac (ENABLE_GOLD): Consider *-*-gnu* targets ELF.
319         * configure: Regenerate.
321 2012-12-12  Jan-Benedict Glaw  <jbglaw@lug-owl.de>
323         * config.sub: Merge from config repo.
325 2012-12-11  H.J. Lu  <hongjiu.lu@intel.com>
327         * Makefile.def (target_modules): Add bootstrap=true and
328         raw_cxx=true to libsanitizer.
329         * configure.ac (bootstrap_target_libs): Add libsanitizer.
330         * Makefile.in: Regenerated.
331         * configure: Likewise.
333 2012-12-01  Richard Sandiford  <rdsandiford@googlemail.com>
335         * MAINTAINERS: Remove self as RTL optimization maintainer.
337 2012-11-30  Kyrylo Tkachov  <kyrylo.tkachov@arm.com>
339         * MAINTAINERS (Write After Approval): Add myself.
341 2012-11-28  H.J. Lu  <hongjiu.lu@intel.com>
343         * Makefile.def (target_modules): Remove bootstrap=true and
344         raw_cxx=true from libsanitizer.
345         * configure.ac (bootstrap_target_libs): Remove libsanitizer.
346         * Makefile.in: Regenerated.
347         * configure: Likewise.
349 2012-11-28  H.J. Lu  <hongjiu.lu@intel.com>
351         * Makefile.def (target_modules): Add bootstrap=true and
352         raw_cxx=true to libsanitizer.
353         * configure.ac (bootstrap_target_libs): Add libsanitizer.
354         * Makefile.in: Regenerated.
355         * configure: Likewise.
357 2012-11-28  Andrew Pinski  <apinski@cavium.com>
359         PR bootstrap/54279
360         * configure.ac (CXX_FOR_TARGET): Change over to use xg++.
361         * configure: Regenerate.
362         * Makefile.tpl (POSTSTAGE1_CXX_EXPORT): Change over to use xg++.
363         * Makefile.in: Regenerate.
365 2012-11-27  Siddhesh Poyarekar  <siddhesh@redhat.com>
367         * configure.ac: Disable libsanitizer if we're not building C++.
368         * configure: Regenerate.
370 2012-11-15  Roland McGrath  <roland@hack.frob.com>
372         * MAINTAINERS (Write After Approval): Add myself.
374 2012-11-15  Dmitry Vyukov  <dvyukov@google.com>
376         * MAINTAINERS: (libsanitizer, asan.c): Add myself,
377         Kostya Serebryany (kcc@google.com) and
378         Jakub Jelinek (jakub@redhat.com).
379         Rename area for Dodji Seketeli (dodji@redhat.com).
381 2012-11-15  Dodji Seketeli  <dodji@redhat.com>
383         * MAINTAINERS: (asan.c, related): Add myself.
385 2012-11-14  Roland McGrath  <mcgrathr@google.com>
387         * configure.ac (ENABLE_GOLD): Consider *-*-nacl* targets ELF.
388         * configure: Regenerate.
390 2012-11-13  Richard Henderson  <rth@redhat.com>
392         * configure.ac: Move libsanitizer logic to subdirectory.
393         * configure: Regenerate.
395 2012-11-13  Dodji Seketeli  <dodji@redhat.com>
397         * configure.ac: Enable libsanitizer just on x86 linux for now.
398         * configure: Re-generate.
400 2012-11-13  David Edelsohn  <dje.gcc@gmail.com>
402         * configure.ac: Disable libsanitizer on AIX. Merge libquadmath
403         sections.
404         * configure: Regenerate.
406 2012-11-13  Hans-Peter Nilsson  <hp@axis.com>
408         * configure.ac: Add section for configdirs for libsanitizer.
409         Disable for cris-*-* and mmix-*-*.
410         * configure: Regenerate.
412 2012-11-12  Wei Mi <wmi@google.com>
414         * configure.ac: Add libsanitizer to target_libraries.
415         * Makefile.def: Ditto.
416         * configure: Regenerate.
417         * Makefile.in: Regenerate.
418         * libsanitizer: New directory for asan runtime.  Contains an empty
419         tsan directory.
421 2012-11-03  Corinna Vinschen  <corinna@vinschen.de>
423         * configure.ac (FLAGS_FOR_TARGET,target=cygwin): Fix for building
424         against Mingw64 w32api.
425         * configure: Regenerate.
427 2012-11-03  H.J. Lu  <hongjiu.lu@intel.com>
429         * configure: Regenerated.
431 2012-11-03  Robert Mason  <rbmj@verizon.net>
433         * configure.ac: add --disable-libstdcxx configure option
434         and handle defaulted state only for VxWorks, ARM-wince-pe and AVR.
436 2012-10-30  Ganesh Gopalasubramanian  <Ganesh.Gopalasubramanian@amd.com>
438         * MAINTAINERS (Write After Approval): Add myself.
440 2012-10-26  James Greenhalgh  <james.greenhalgh@arm.com>
442         * MAINTAINERS (Write After Approval): Add myself.
444 2012-10-24  Sharad Singhai  <singhai@google.com>
446         * MAINTAINERS (Write After Approval): Add myself.
448 2012-10-24  Eric Christopher  <echristo@gmail.com>
450         * MAINTAINERS: Update email address.
452 2012-10-23  Eric Botcazou  <ebotcazou@adacore.com>
454         PR bootstrap/54820
455         * configure.ac (have_static_libs): Force 'no' for GCC version < 4.5.
456         * configure: Regenerate.
458 2012-10-23  Richard Earnshaw  <rearnsha@arm.com>
460         * MAINTAINERS (aarch64): Add Marcus and myself.
462 2012-10-22  Eric Botcazou  <ebotcazou@adacore.com>
464         PR bootstrap/54820
465         * Makefile.tpl (STAGE1_FLAGS_TO_PASS): New variable.
466         (all-[+prefix+][+module+]): Pass stage1_args to sub-makes.
467         (all-stage[+id+]-[+prefix+][+module+]): Likewise, if prev is false.
468         (clean-stage[+id+]-[+prefix+][+module+]): Likewise, if prev is false.
469         (host_modules): Set stage1_args to STAGE1_FLAGS_TO_PASS.
470         * Makefile.in: Regenerate.
471         * configure.ac (have_static_libs): New variable and associated check.
472         (stage1-ldflags): Move to after stage1_libs and set to -static-libstdc++
473         -static-libgcc if stage1_libs is empty and have_static_libs is yes.
474         * configure: Regenerate.
476 2012-10-10  Richard Biener  <rguenther@suse.de>
478         * MAINTAINERS: Adjust for changed surname.
480 2012-10-04  Lawrence Crowl  <crowl@google.com>
482         * MAINTAINERS (Write After Approval): Add myself.
484 2012-10-01  Cary Coutant  <ccoutant@google.com>
486         * MAINTAINERS: Add myself as dwarf debugging code maintainer.
488 2012-09-28  Ian Lance Taylor  <iant@google.com>
490         * Makefile.def: Make all-target-libgo depend on
491         all-target-libbacktrace.
492         * Makefile.in: Rebuild.
494 2012-09-26  Ian Lance Taylor  <iant@google.com>
496         * Makefile.def: Make all-gcc depend on all-libbacktrace.
497         * Makefile.in: Rebuild.
499 2012-09-20  Walter Lee  <walt@tilera.com>
501         * configure.ac: Add tilegx to list of targets that support gold.
502         * configure: Regenerate.
504 2012-09-20  Marek Polacek  <polacek@redhat.com>
506         * MAINTAINERS (Write After Approval): Add myself.
508 2012-09-19  Steve Ellcey  <sellcey@mips.com>
510         * configure.ac: Add mips*-mti-elf* target.
511         * configure: Regenerate.
513 2012-09-17  Ian Lance Taylor  <iant@google.com>
515         * MAINTAINERS (Various Maintainers): Add libbacktrace.
516         * configure.ac (host_libs): Add libbacktrace.
517         (target_libraries): Add libbacktrace.
518         * Makefile.def (host_modules): Add libbacktrace.
519         (target_modules): Likewise.
520         * configure, Makefile.in: Rebuild.
522 2012-09-14  David Edelsohn  <dje.gcc@gmail.com>
524         PR target/38607
525         Merge upstream change.
526         * libtool.m4 (_LT_COMPILER_PIC): Add -fPIC to GCC and GXX for AIX.
528         * configure.ac: Add target-libquadmath to noconfigdirs for AIX.
529         Add libgomp*.o to compare_exclusions for AIX.
530         * configure: Regenerate.
532 2012-09-06  Diego Novillo  <dnovillo@google.com>
534         * configure.ac: Bump minimum GMP version to 4.2.3.
535         * configure: Re-generate.
537 2012-09-05  Georg-Johann Lay  <avr@gjlay.de>
539         PR target/54461
540         * configure.ac (noconfigdirs,target=avr-*-*): Add target-newlib,
541         target-libgloss if not configured --with-avrlibc=no.
542         * configure: Regenerate.
544 2012-09-04  Jason Merrill  <jason@redhat.com>
546         * configure.ac: Fix --enable-languages=all.
548 2012-09-04  Christophe Lyon  <christophe.lyon@st.com>
550         * MAINTAINERS (Write After Approval): Add myself.
552 2012-09-03  Richard Guenther  <rguenther@suse.de>
554         PR bootstrap/54138
555         * configure.ac: Re-organize ISL / CLOOG checks to allow
556         disabling with either --without-isl or --without-cloog.
557         * configure: Regenerated.
559 2012-09-03  Georg-Johann Lay  <avr@gjlay.de>
561         * configure.ac (noconfigdirs,target=avr): Add target-libquadmath.
562         * configure: Regenerate.
564 2012-08-27  Ulrich Drepper  <drepper@gmail.com>
566         * MAINTAINERS: Fix my email address.
568 2012-08-26  H.J. Lu  <hongjiu.lu@intel.com>
570         PR binutils/4970
571         * Makefile.def (host_modules): Rmove lib_path=.libs from bfd
572         and opcodes.
573         * Makefile.in: Regenerated.
575 2012-08-26  Art Haas <ahaas@impactweather.com>
577         * configure: Regenerate.
579 2012-08-25  Křištof Želechovski <giecrilj@stegny.2a.pl>
581         * INSTALL/README: Also refer to the online installation
582         instructions.
584 2012-08-21  Hariharan Sandanagobalane <hariharan.gcc@gmail.com>
586         * MAINTAINERS (Write After Approval): Add myself.
587         (Picochip port): Remove myself.
589 2012-08-14   Diego Novillo  <dnovillo@google.com>
591         Merge from cxx-conversion branch.
593         * Makefile.tpl (STAGE[+id+]_CXXFLAGS): Remove
594         POSTSTAGE1_CONFIGURE_FLAGS.
595         * Makefile.in: Regenerate.
596         * configure.ac (ENABLE_BUILD_WITH_CXX): Remove.  Update all users.
597         Force C++ when bootstrapping.
598         * configure: Regenerate.
600 2012-07-24  Jan-Benedict Glaw  <jbglaw@lug-owl.de>
602         * MAINTAINERS (Write After Approval): Add myself.
604 2012-07-16  Joseph Myers  <joseph@codesourcery.com>
606         * README: Document use of ranges of years in copyright notices.
608 2012-07-06  Richard Guenther  <rguenther@suse.de>
610         * Makefile.def (cloog): Pass $(HOST_GMPINC) and $(HOST_ISLINC)
611         as CPPFLAGS, pass path to built gmp as LDFLAGS, always use
612         --with-gmp=system.
613         * Makefile.in: Regenerated.
614         * configure: Likewise.
616 2012-07-06  Richard Guenther  <rguenther@suse.de>
618         * configure.ac (extra_isl_gmp_configure_flags): Initialize and subst.
619         * Makefile.def (isl): Use extra_isl_gmp_configure_flags and
620         supply V=1 as extra_make_flags.
621         * configure: Regenerated.
622         * Makefile.in: Likewise.
624 2012-07-04  Tristan Gingold  <gingold@adacore.com>
626         * configure: Regenerate.
628 2012-07-03  Richard Guenther  <rguenther@suse.de>
630         * Makfile.def (isl): Remove not necessary extra_exports and
631         extra_make_flags.
632         (cloog): Use $$CPPFLAGS instead of ${CPPFLAGS}.
633         * Makefile.in: Regenerated.
635 2012-07-03  Richard Guenther  <rguenther@suse.de>
637         * Makefile.def (cloog): Add V=1 to extra_make_flags.
638         * configure.ac: If either the ISL or the CLooG check failed
639         do not try to build in-tree versions.
640         * Makefile.in: Regenerated.
641         * configure: Regenerated.
643 2012-07-03  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
645         * configure: Regenerate.
647 2012-07-02  Janis Johnson  <janisjo@codesourcery.com>
649         * MAINTAINERS (Various Maintainers): Add myself as testsuite
650         maintainer.
652 2012-07-02  Richard Guenther  <rguenther@suse.de>
654         * configure: Regenerated.
656 2012-07-02  Richard Guenther  <rguenther@suse.de>
657         Michael Matz  <matz@suse.de>
658         Tobias Grosser <tobias@grosser.es>
659         Sebastian Pop <sebpop@gmail.com>
661         * Makefile.def: Add ISL host module, remove PPL host module.
662         Adjust ClooG host module to use the proper ISL.
663         * Makefile.tpl: Pass ISL include flags instead of PPL ones.
664         * configure.ac: Include config/isl.m4.  Add ISL host library,
665         remove PPL.  Remove PPL configury, add ISL configury, adjust
666         ClooG configury.
667         * Makefile.in: Regenerated.
668         * configure: Likewise.
670 2012-07-02  Richard Guenther  <rguenther@suse.de>
672         Merge from graphite branch
673         2011-07-21  Tobias Grosser  <tobias@grosser.es>
675         * configure: Regenerated.
676         * config/cloog.m4: Remove support for CLooG-ppl and CLooG-parma,
677         both cloog.org and legacy versions. The only supported version will
678         be CLooG with the isl backend.
680         2011-07-21  Tobias Grosser  <tobias@grosser.es>
682         * configure: Regenerated.
683         * configure.ac: Require cloog isl 0.17.0
685         2011-07-21  Tobias Grosser  <tobias@grosser.es>
687         * configure: Regenerated.
688         * config/cloog.m4: Do not define CLOOG_ORG
690 2012-06-29  Steven Bosscher  <steven@gcc.gnu.org>
692         * configure.ac: Skip C if explicitly selected.
693         * configure: Regenerate.
695 2012-06-28  Christophe Lyon <christophe.lyon@st.com>
697         * configure.ac (CFLAGS_FOR_TARGET, CXXFLAGS_FOR_TARGET): Make sure
698         they contain -O2.
699         * configure: Regenerate.
701 2012-06-25  Richard Sandiford  <rdsandiford@googlemail.com>
703         PR debug/53740
704         * df.h, df-problems.c, dce.c: Revert last patch.
706 2012-06-25  Iain Sandoe  <iain@codesourcery.com>
708         * MAINTAINERS (Write After Approval): Update my email address.
710 2012-06-21  Meador Inge  <meadori@codesourcery.com>
712         * MAINTAINERS (Write After Approval): Add myself.
714 2012-06-20  Jason Merrill  <jason@redhat.com>
716         * Makefile.tpl (check-target-libgomp-c++): New.
717         (check-target-libitm-c++): New.
718         * Makefile.def (c++): Add them.
719         * Makefile.in: Regenerate.
721 2012-05-29  Edmar Wienskoski  <edmar@freescale.com>
723         * MAINTAINERS (Write After Approval): Add myself.
725 2012-05-16  Olivier Hainque  <hainque@adacore.com>
727         * Makefile.tpl (gcc-no-fixedincludes): Rename into ...
728         (gcc-install-no-fixedincludes): Now forwarder to local target in gcc/
729         (install-no-fixedincludes): Adjust accordingly.
730         * Makefile.in: Regenerate.
732 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
734         Merge upstream change
735         * libtool.m4 (_LT_ENABLE_LOCK): Support x32.
737 2012-05-14  Marc Glisse  <marc.glisse@inria.fr>
739         * MAINTAINERS (Write After Approval): Add myself.
741 2012-05-09  Nick Clifton  <nickc@redhat.com>
742             Paul Smith  <psmith@gnu.org>
744         PR bootstrap/50461
745         * configure.ac (mpfr-dir): When using in-tree MPFR sources
746         allow for the fact that from release v3.1.0 of MPFR the source
747         files were moved into a src sub-directory.
748         * configure: Regenerate.
750 2012-05-07  Janne Blomqvist  <jb@gcc.gnu.org>
752         * configure.ac: Bump minimum MPFR version to 2.4.0.
753         * configure: Regenerated.
755 2012-05-01  Richard Henderson  <rth@redhat.com>
757         * Makefile.def (libatomic): New target_module.
758         * configure.ac (target_libraries): Add libatomic.
759         (noconfigdirs): Check if libatomic is supported.
760         * Makefile.in, configure: Rebuild.
762 2012-05-01  Greta Yorsh  <Greta.Yorsh@arm.com>
764         * MAINTAINERS (Write After Approval): Add myself.
766 2012-04-25  Joel Brobecker  <brobecker@adacore.com>
768         * config.sub: Update to 2012-04-18 version from official repo.
770 2012-04-24  Naveen H.S  <naveen.S@kpitcummins.com>
772         * MAINTAINERS (Write After Approval): Add myself.
774 2012-04-11  Steve Ellcey  <sellcey@mips.com>
776         * MAINTAINERS: Changed email address.
778 2012-03-28  Georg-Johann Lay  <avr@gjlay.de>
780         PR target/52737
781         * contrib/gcc_update (files_and_dependencies):
782         Remove gcc/config/avr/t-multilib from touch data.
784 2012-03-14  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
786         * MAINTAINERS (OS Port Maintainers): Remove irix.
787         * configure.ac (enable_libgomp): Remove *-*-irix6*.
788         (unsupported_languages): Remove mips-sgi-irix6.*.
789         (noconfigdirs): Don't add ${libgcj} for mips*-*-irix6*.
790         (with_stabs): Remove.
791         * configure: Regenerate.
793 2012-03-12  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
795         * MAINTAINERS (OS Port Maintainers): Remove osf.
796         * configure.ac (enable_libgomp): Remove *-*-osf*.
797         (with_stabs): Remove alpha*-*-osf*.
798         * configure: Regenerate.
800 2012-03-05  Tristan Gingold  <gingold@adacore.com>
802         * configure.ac: Enable gdb and readline for ia64*-*-*vms*.
803         * configure: Regenerate.
805 2012-02-17  Walter Lee  <walt@tilera.com>
807         * MAINTAINERS: (Write After Approval): Delete myself.
809 2012-02-14  Walter Lee  <walt@tilera.com>
811         * MAINTAINERS (tilegx port): Add myself.
812         (tilepro port): Add myself.
813         (Write After Approval): Add myself.
815 2012-02-12  Gerald Pfeifer  <gerald@pfeifer.com>
817         * MAINTAINERS (Various Maintainers): Add Diego Novillo, Gerald Pfeifer
818         and Joseph Myers as docstring relicensing maintainers.
820 2012-02-09  Bin Cheng  <bin.cheng@arm.com>
822         * MAINTAINERS (write-after-approval): Add myself.
824 2012-02-08  Ira Rosen <irar@il.ibm.com>
826         * MAINTAINERS (Various Maintainers): Remove myself as auto-vectorizer
827         maintainer.
829 2012-02-04  Venkataramanan Kumar  <venkataramanan.kumar@amd.com>
831         * MAINTAINERS (Write After Approval): Move myself to
832         maintain alphabetical order.
834 2012-02-03  Venkataramanan Kumar  <venkataramanan.kumar@amd.com>
836         * MAINTAINERS (Write After Approval): Add myself.
838 2012-02-02  Jayant R Sonar <jayant.sonar@kpitcummins.com>
840         * MAINTAINERS (Write After Approval): Add myself.
842 2012-02-02  Sumanth G <sumanth.gundapaneni@kpitcummins.com>
843             Jayant R Sonar <jayant.sonar@kpitcummins.com>
845         * configure.ac (cr16-*-*): Remove nonconfigdirs.
846         * configure: Regenerate.
848 2012-01-23  Harshit Chopra  <harshit@google.com>
850         * MAINTAINERS (Write After Approval): Add myself.
852 2012-01-22  Douglas B Rupp  <rupp@ngnat.com>
854         * configure.ac: Remove reference to mh-interix.
855         * configure: Regenerate.
857 2012-01-05  Richard Henderson  <rth@redhat.com>
859         PR bootstrap/51072
860         * configure.ac: Disable libitm if c++ is not enabled.
861         * configure: Rebuild.
863         * configure.ac: Fix regexp for same.
864         * configure: Rebuild.
866 2012-01-02  Balaji V. Iyer  <bviyer@gmail.com>
868         * MAINTAINERS (Write After Approval): Add myself.
870 2012-01-02  Richard Guenther  <rguenther@suse.de>
872         PR bootstrap/51686
873         * Makefile.def (install-strip-gcc): Depend on install-strip-lto-plugin.
874         * Makefile.in: Regenerate.
876 2011-12-28  Oleg Endo  <olegendo@gcc.gnu.org>
878         * MAINTAINERS (Write After Approval): Add myself.
880 2011-12-18  Eric Botcazou  <ebotcazou@adacore.com>
882         * configure: Regenerate.
884 2011-12-14  Hariharan Sandanagobalane  <hariharan.gcc@gmail.com>
886         * MAINTAINERS (picochip): Changed email address.
888 2011-11-30  Matthew Gretton-Dann  <matthew.gretton-dann@arm.com>
890         * MAINTAINERS (write-after-approval): Add self.
892 2011-11-29  DJ Delorie  <dj@redhat.com>
894         * configure.ac (rl78-*-*) New case.
895         * configure: Regenerate.
896         * MAINTAINERS: Add myself as RL78 maintainer.
898 2011-11-21  Eric Botcazou  <ebotcazou@libertysurf.fr>
900         * MAINTAINERS: Add self as co-maintainer of the Ada front end.
902 2011-11-21  Andreas Tobler  <andreast@fgznet.ch>
904         * libtool.m4: Additional FreeBSD 10 fixes.
906 2011-11-21  Joern Rennecke  <joern.rennecke@embecosm.com>
908         * MAINTAINERS: Move myself from Write After Approval to CPU Port
909         Maintainers section, as Epiphany maintainer.
911 2011-11-18  Iain Sandoe  <iains@gcc.gnu.org>
913         PR target/49992
914         * configure.ac: Remove ranlib special-casing for Darwin.
915         * configure: Regenerate.
917 2011-11-12  Andrey Belevantsev  <abel@ispras.ru>
919         * MAINTAINERS (Reviewers): Keep the list sorted.
921 2011-11-11  Andrey Belevantsev  <abel@ispras.ru>
923         * MAINTAINERS (Selective Scheduling): Add myself as a reviewer.
925 2011-11-09  Roland McGrath  <mcgrathr@google.com>
927         * configure.ac: Add tool checks for READELF and READELF_FOR_TARGET.
928         * configure: Rebuild.
929         * Makefile.def (flags_to_pass): Add READELF_FOR_TARGET.
930         * Makefile.tpl (READELF, READELF_FOR_TARGET): New variables.
931         (HOST_EXPORTS): Add READELF, READELF_FOR_TARGET.
932         (BASE_FLAGS_TO_PASS): Add READELF_FOR_TARGET.
933         (BASE_TARGET_EXPORTS, EXTRA_HOST_FLAGS, EXTRA_TARGET_FLAGS):
934         Add READELF.
935         * Makefile.in: Rebuild.
937 2011-11-09  Jason Merrill  <jason@redhat.com>
939         * Makefile.def (language=c++): Remove check-c++0x.
940         * Makefile.in (check-gcc-c++): Regenerate.
942 2011-11-08  Richard Henderson  <rth@redhat.com>
944         * configure.ac: Test for libitm directory present first.
946         * configure.ac: Adjust srcdir for running libitm/configure.tgt.
948         * configure.ac: Test libitm/configure.tgt to disable libitm.
949         * configure: Rebuild.
951 2011-11-07  Aldy Hernandez  <aldyh@redhat.com>
952             Richard Henderson  <rth@redhat.com>
954         Merged from transactional-memory.
956         * Makefile.def (lang_env_dependencies): libitm is c++.
957         Add libitm target module.
958         * configure.ac: Likewise.
959         * config/mmap.m4: New file.
960         * contrib/gcc_update: Add libitm to touch data.
961         * Makefile.in, configure: Rebuild.
963 2011-11-02  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
965         * Makefile.tpl (EXTRA_GCC_FLAGS): Remove LIBGCC2_CFLAGS,
966         LIBGCC2_DEBUG_CFLAGS, LIBGCC2_INCLUDES.
967         * Makefile.in: Regenerate.
969 2011-11-01  DJ Delorie  <dj@redhat.com>
971         * config.sub: Update to version 2011-10-29 (added rl78)
973 2011-10-27  Nick Clifton  <nickc@redhat.com>
975         * config.sub: Import these changes from the config project:
977         2011-10-08  Joern Rennecke  <joern.rennecke@embecosm.com>
978             Ben Elliston  <bje@gnu.org>
980         * config.sub (epiphany): New.
982         2011-09-09  Linas Vepstas  <linasvepstas@gmail.com>
983             Ben Elliston  <bje@gnu.org>
985         * config.sub (hexagon, hexagon-*): New.
987         2011-08-23  Roland McGrath  <mcgrathr@google.com>
989         * config.sub: Rename 32eb to be32, 32el to le32, 64el to le64, and
990         64eb to be64.
992         2011-08-16  Roland McGrath  <mcgrathr@google.com>
994         * config.sub (32eb, 32el, 64eb, 64el): New (pseudo-)CPUs.
995         (nacl): Grok as alias for 32el-unknown-nacl.
997 2011-10-25  Kirill Yukhin  <kirill.yukhin@intel.com>
999         * MAINTAINERS (Write After Approval): Add myself.
1001 2011-10-24  Teresa Johnson  <tejohnson@google.com>
1003         * MAINTAINERS (Write After Approval): Add myself.
1005 2011-09-21  Jakub Jelinek  <jakub@redhat.com>
1007         * MAINTAINERS (sparc port): Remove myself.
1009 2011-09-14  Tom de Vries  <tom@codesourcery.com>
1011         * MAINTAINERS (Write After Approval): Add myself.
1013 2011-08-14  Yao Qi  <yao@codesourcery.com>
1015         * configure.ac (tic6x-*-*): Remove gdb from noconfigdirs.
1016         * configure: Regenerate.
1018 2011-07-26  Ian Lance Taylor  <iant@google.com>
1020         * configure.ac: Set have_compiler based on whether gcc directory
1021         exists, rather than on whether gcc is in configdirs.
1022         * configure: Rebuild.
1024 2011-07-21  Joseph Myers  <joseph@codesourcery.com>
1026         * MAINTAINERS (Global Reviewers): Add self.
1028 2011-07-20  David Edelsohn  <dje.gcc@gmail.com>
1030         * Makefile.tpl (POSTSTAGE1_CONFIGURE_FLAGS): Add libsupc++ to
1031         link directories.
1032         * Makefile.in: Rebuild.
1034 2011-07-20  Ian Lance Taylor  <iant@google.com>
1036         PR bootstrap/49787
1037         * configure.ac: Move --enable-bootstrap handling earlier in file.
1038         If --enable-bootstrap and either --enable-build-with-cxx or
1039         --enable-build-poststage1-with-cxx, enable C++ automatically.
1040         * configure: Rebuild.
1042 2011-07-19  Ian Lance Taylor  <iant@google.com>
1044         * configure.ac: Add --enable-build-poststage1-with-cxx.  If set,
1045         make C++ a boot_language.  Set and substitute
1046         POSTSTAGE1_CONFIGURE_FLAGS.
1047         * Makefile.tpl (POSTSTAGE1_CONFIGURE_FLAGS): New variable.
1048         (STAGE[+id+]_CONFIGURE_FLAGS): Add $(POSTSTAGE1_CONFIGURE_FLAGS).
1049         * configure, Makefile.in: Rebuild.
1051 2011-07-19  Vladimir Makarov  <vmakarov@redhat.com>
1053         * MAINTAINERS (Register Allocation): Move myself from reviewers to
1054         maintainers.
1056 2011-07-18  Jakub Jelinek  <jakub@redhat.com>
1058         * MAINTAINERS (Global Reviewers): Add myself.
1060 2011-07-18  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
1062         * configure: Regenerate.
1064 2011-07-16  Jason Merrill  <jason@redhat.com>
1066         * Makefile.def (language=c++): Add check-c++0x and
1067         check-target-libmudflap-c++.
1068         * Makefile.tpl (check-target-libmudflap-c++): New.
1069         * Makefile.in: Regenerate.
1071 2011-07-16  Matthias Klose  <doko@ubuntu.com>
1073         * Makefile.tpl (EXTRA_CONFIGARGS_LIBJAVA): Define.
1074         * Makefile.def (target_modules/libjava): Pass
1075         $(EXTRA_CONFIGARGS_LIBJAVA).
1076         * configure.ac: Pass --disable-static in EXTRA_CONFIGARGS_LIBJAVA,
1077         if not configured with --enable-static-libjava.
1078         * Makefile.in: Regenerate.
1079         * configure: Likewise.
1081 2011-07-15  Jason Merrill  <jason@redhat.com>
1083         * Makefile.in (check-c++): Move check-gcc-c++0x after
1084         check-target-libstdc++-v3.
1086 2011-07-15  Bernd Schmidt  <bernds@codesourcery.com>
1088         * MAINTAINERS (c6x port): New entry.
1090 2011-07-13  Jason Merrill  <jason@redhat.com>
1092         * Makefile.in (check-gcc-c++0x): New.
1093         (check-c++): Depend on it.
1095 2011-07-07  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
1097         PR target/39150
1098         * configure.ac (i[3456789]86-*-solaris2*): Also accept
1099         x86_64-*-solaris2.1[0-9]*.
1100         * configure: Regenerate.
1102 2011-06-29  Richard Sandiford  <rdsandiford@googlemail.com>
1104         * MAINTAINERS (RTL optimizers): Add self.
1106 2011-06-27  Gabriel Charette  <gchare@google.com>
1108         * MAINTAINERS (Write After Approval): Add myself.
1110 2011-06-22  Hans-Peter Nilsson  <hp@axis.com>
1112         PR regression/47836
1113         PR bootstrap/23656
1114         PR other/47733
1115         PR bootstrap/49247
1116         PR c/48825
1117         * configure.ac (target_libraries): Remove target-libiberty.
1118         Remove case-statement setting skipdirs=target-libiberty for
1119         multiple targets.  Remove checking target_configdirs and
1120         removing target-libiberty but keeping target-libgcc if
1121         otherwise empty.
1122         * Makefile.def (target_modules): Don't add libiberty.
1123         (dependencies): Remove all traces of target-libiberty.
1124         * configure, Makefile.in: Regenerate.
1126 2011-06-13  Walter Lee <walt@tilera.com>
1128         * configure.ac (tilepro-*-*) New case.
1129         (tilegx-*-*): Likewise.
1130         * configure: Regenerate.
1132 2011-06-06  Jing Yu  <jingyu@google.com>
1134         * configure.ac: Skip target-libiberty for
1135         arm*-*-linux-androideabi.
1136         * configure: Regenerated.
1138 2011-06-06  Nick Clifton  <nickc@redhat.com>
1140         * config.sub: Sync from upstream.
1142 2011-06-05  Nenad Vukicevic  <nenad@intrepid.com>
1144         * MAINTAINERS (Write After Approval): Add myself.
1146 2011-06-01  Daniel Jacobowitz  <drow@false.org>
1148         * MAINTAINERS: Update my email address.
1150 2011-05-27  Nathan Froyd  <froydnj@codesourcery.com>
1152         * MAINTAINERS (Write After Approval): Update my email address.
1154 2011-05-11  Paul Pluzhnikov  <ppluzhnikov@google.com>
1156         * MAINTAINERS (Write After Approval): Add myself.
1158 2011-05-08  Doug Kwan  <dougkwan@google.com>
1160         * configure.ac: Propagate LDFLAGS_FOR_TARGET.
1161         * configure: Regenerated.
1162         * Makefile.tpl (LDFLAGS_FOR_TARGET): Use LDFLAGS_FOR_TARGET
1163         value from configure.
1164         * Makefile.in: Regenerated.
1166 2011-05-05  Joseph Myers  <joseph@codesourcery.com>
1168         * configure.ac (alpha*-dec-osf*, i[[3456789]]86-*-rdos*,
1169         sh*-*-pe|mips*-*-pe|arm-wince-pe, sparc-*-sunos4*, *-*-aix*,
1170         *-*-beos*, *-*-chorusos, *-*-dragonfly*, *-*-freebsd*, *-*-linux*
1171         | *-*-gnu* | *-*-k*bsd*-gnu | *-*-kopensolaris*-gnu, *-*-lynxos*,
1172         *-*-mingw*, *-*-netbsd*, *-*-netware*, *-*-tpf*, *-*-uclinux*,
1173         *-*-vxworks*): Disable newlib and libgloss in separate case
1174         statement.
1175         (i[[3456789]]86-*-linux*): Move logic allowing newlib to be built
1176         to separate case statement.
1177         (*-*-chorusos, *-*-dragonfly*, *-*-freebsd*, *-*-netbsd*,
1178         *-*-netware*, *-*-tpf*, *-*-uclinux*, *-*-vxworks*,
1179         alpha*-dec-osf*, alpha*-*-linux*, am33_2.0-*-linux*, sh-*-linux*,
1180         sh*-*-pe|mips*-*-pe|*arm-wince-pe, arm-*-coff, arm-*-elf* |
1181         arm*-*-eabi*, arm*-*-linux-gnueabi, arm*-*-symbianelf*, avr-*-*,
1182         bfin-*-*, cris-*-* | crisv32-*-*, frv-*-*, i[[3456789]]86-*-coff |
1183         i[[3456789]]86-*-elf, i[[3456789]]86-w64-mingw*,
1184         i[[3456789]]86-*-mingw*, x86_64-*-mingw*,
1185         i[[3456789]]86-*-interix*, i[[3456789]]86-*-beos*,
1186         i[[3456789]]86-*-rdos*, m32r-*-*,
1187         m68hc11-*-*|m6811-*-*|m68hc12-*-*|m6812-*-*, m68k-*-elf*, m68*-*-*
1188         | fido-*-*, powerpc-*-aix*, powerpc-*-beos*, powerpc-*-eabi,
1189         powerpc-*-eabi* | powerpcle-*-eabi* | powerpc-*-rtems*,
1190         rs6000-*-lynxos*, rs6000-*-aix*, mips*-*-linux*, sparclet-*-aout*
1191         | sparc86x-*-*, sparc-*-elf*, sparc64-*-elf*, sparclite-*-*,
1192         sparc-*-sunos4*, sparc-*-solaris* | sparc64-*-solaris* |
1193         sparcv9-*-solaris*, *-*-linux* | *-*-gnu* | *-*-k*bsd*-gnu |
1194         *-*-kopensolaris*-gnu, *-*-lynxos*, *-*-*): Don't disable newlib
1195         and libgloss in main case over targets.  Remove most empty cases
1196         in main case over targets.
1197         * configure: Regenerate.
1199 2011-05-04  Janis Johnson  <janisjo@codesourcery.com>
1201         * MAINTAINERS (Write After Approval): Add myself.
1203 2011-05-04  Joseph Myers  <joseph@codesourcery.com>
1205         * configure.ac: Remove code setting special library locations for
1206         hppa*64*-*-hpux11*.  Remove code setting compiler for
1207         sparc-sun-solaris2*.
1208         * configure: Regenerate.
1210 2011-05-04  Joseph Myers  <joseph@codesourcery.com>
1212         * configure.ac: Separate libgloss_dir settings from general case
1213         over targets.
1214         * configure: Regenerate.
1216 2011-04-28  Joseph Myers  <joseph@codesourcery.com>
1218         * configure.ac (*-*-dragonfly*, *-*-freebsd*, *-*-netbsd*,
1219         alpha*-dec-osf*, alpha*-*-linux*, alpha*-*-*, sh-*-linux*,
1220         arm-*-elf* | arm*-*-eabi*, arm*-*-linux-gnueabi, frv-*-*): Remove
1221         cases in libgcj-disabling case statement.
1222         (hppa*64*-*-linux*): Set unsupported_languages instead of
1223         disabling target-zlib.
1224         (hppa*64*-*-*): Restrict case in libgcj-disabling case statement
1225         to hppa*64*-*-hpux*.
1226         (hppa*-*-*): Restrict case in libgcj-disabling case statement to
1227         hppa*-*-hpux*.
1228         (ia64*-*-elf*, ia64*-**-hpux*, i[[3456789]]86-*-elf,
1229         i[[3456789]]86-*-linux*, *-*-cygwin*, i[[3456789]]86-*-interix*,
1230         i[[3456789]]86-*-solaris2*, m32r-*-*, m68k-*-elf*, m68*-*-* |
1231         fido-*-*, powerpc-*-eabi, powerpc-*-eabi* | powerpcle-*-eabi* |
1232         powerpc-*-rtems*, mips*-*-linux*, mips*-*-*, sh-*-* | sh64-*-*,
1233         sparc-*-elf*, sparc64-*-elf*, sparc-*-solaris* |
1234         sparc64-*-solaris* | sparcv9-*-solaris*, *-*-linux* | *-*-gnu* |
1235         *-*-k*bsd*-gnu | *-*-kopensolaris*-gnu, *-*-*): Remove cases in
1236         libgcj-disabling case statement.
1237         * configure: Regenerate.
1239 2011-04-28  Joseph Myers  <joseph@codesourcery.com>
1241         * configure.ac: Disable Java for targets not supporting libffi.
1242         (*-*-chorusos, *-*-kaos*, am33_2.0-*-linux*, sh*-*-pe|mips*-*-pe):
1243         Remove cases in Java-disabling statement.
1244         (*arm-wince-pe): Change to arm-wince-pe.
1245         (arc-*-*, arm-*-coff, arm-*-pe*, arm-*-riscix*, avr-*-*): Remove
1246         cases in Java-disabling statement.
1247         (bfin-*-*): Don't disable Java again.
1248         (c4x-*-* | tic4x-*-*, tic54x-*-*, cr16-*-*, d10v-*-*, d30v-*-*,
1249         fr30-*-elf*, moxie-*-*, h8300*-*-*, h8500-*-*, hppa1.1-*-osf* |
1250         hppa1.1-*-bsd*, hppa*-*-*elf* | hppa*-*-lites* | hppa*-*-openbsd*,
1251         hppa*-*-pro*, i960-*-*, i[[3456789]]86-*-coff,
1252         i[[3456789]]86-*-pe, i[[3456789]]86-*-sco3.2v5*,
1253         i[[3456789]]86-*-sco*, i[[3456789]]86-*-sysv4*,
1254         i[[3456789]]86-*-beos*, i[[3456789]]86-*-rdos*,
1255         m68hc11-*-*|m6811-*-*|m68hc12-*-*|m6812-*-*): Remove cases in
1256         Java-disabling statement.
1257         (mmix-*-*): Don't disable Java again.
1258         (mt-*-*, powerpc*-*-winnt* | powerpc*-*-pe*, powerpcle-*-solaris*,
1259         powerpc-*-beos*, rs6000-*-lynxos*, rs6000-*-*, m68k-apollo-*,
1260         microblaze*, mips*-sde-elf*, mips*-*-irix5*, mips*-*-bsd*,
1261         sparclet-*-aout* | sparc86x-*-*, sparclite-*-*, sparc-*-sunos4*,
1262         tic6x-*-*, v810-*-*, vax-*-*): Remove cases in Java-disabling
1263         statement.
1264         * configure: Regenerate.
1266 2011-04-28  Joseph Myers  <joseph@codesourcery.com>
1268         * configure.ac: Separate cases disabling Java and Java libraries
1269         from general case over targets.
1270         * configure: Regenerate.
1272 2011-04-21  Jie Zhang  <jzhang918@gmail.com>
1274         * MAINTAINERS: Update my email address.
1276 2011-04-20  Easwaran Raman  <eraman@google.com>
1278         * MAINTAINERS (Write After Approval): Add myself.
1280 2011-04-18  Jack Howarth  <howarth@bromo.med.uc.edu>
1282         PR lto/48086
1283         * configure.ac: Re-enable LTO on *-apple-darwin9*.
1284         * configure: Regenerate.
1286 2011-04-16  Jim Meyering  <meyering@redhat.com>
1288         * MAINTAINERS (Write After Approval): Add myself.
1290 2011-04-15  Dodji Seketeli  <dodji@redhat.com>
1292         * MAINTAINERS: Update my email address.
1294 2011-04-13  Georg-Johann Lay  <avr@gjlay.de>
1296         * MAINTAINERS (Write After Approval): Add myself.
1298 2011-04-12  Yufeng Zhang  <yufeng.zhang@arm.com>
1300         * MAINTAINERS (Write After Approval): Add myself.
1302 2011-04-07  Stuart Henderson  <shenders@gcc.gnu.org>
1304         * MAINTAINERS (Write After Approval): Add myself.
1306 2011-04-06  Joseph Myers  <joseph@codesourcery.com>
1308         * configure.ac (build_tools): Remove build-byacc.
1309         (host_libs): Remove mmalloc.
1310         (host_tools): Remove byacc make patch prms send-pr ash bash bzip2
1311         autoconf automake libtool diff rcs fileutils shellutils time
1312         textutils wdiff find uudecode hello tar gzip indent recode release
1313         sed perl gawk findutils gettext zip.
1314         (libgcj): Remove target-qthreads.
1315         (target_tools): Remove target-examples target-gperf.
1316         (YACC): Don't handle building byacc.
1317         * configure: Regenerate.
1318         * Makefile.def (ash, autoconf, automake, bash, byacc, bzip2, diff,
1319         dosutils, examples, fileutils, find, findutils, gawk, gettext,
1320         gnuserv, gperf, gzip, hello, indent, libtool, make, mmalloc,
1321         patch, perl, prms, qthreads, rcs, recode, release, sed, send-pr,
1322         shellutils, tar, textutils, time, uudecode, wdiff, zip): Don't
1323         handle building components.
1324         * Makefile.in: Regenerate.
1326 2011-04-05  Sterling Augustine <augustine.sterling@gmail.com>
1328         * MAINTAINERS: Update my email address as Xtensa maintainer.
1330 2011-04-05  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
1332         * config.sub: Sync from upstream.
1334 2011-04-01  Joseph Myers  <joseph@codesourcery.com>
1336         * configure.ac (avr-*-*): Add comment about why libssp is disabled.
1337         (microblaze*): Don't disable libssp.
1338         * configure: Regenerate.
1340 2011-04-01  Joseph Myers  <joseph@codesourcery.com>
1342         * configure.ac: Remove code setting CONFIG_SHELL, config_shell and
1343         moveifchange.
1344         * configure: Regenerate.
1345         * Makefile.tpl: Use @SHELL@ not @config_shell@.
1346         * Makefile.in: Regenerate.
1348 2011-04-01  Joseph Myers  <joseph@codesourcery.com>
1350         * configure.ac (*-*-sysv4*): Don't enable libgomp.
1351         (alpha*-*-*vms*, i[[34567]]86-*-sco3.2v5*, mn10300-*-*,
1352         powerpc-*-chorusos*, powerpc*-*-eabi*, powerpc*-*-sysv*,
1353         powerpc*-*-kaos*, s390x-ibm-tpf*, sparc64-*-elf*, v850*-*-*,
1354         xtensa*-*-elf*, *-*-beos*, *-*-elf*, *-*-netware*, *-*-rtems*,
1355         *-*-sysv[[45]]*, *-*-vxworks*, *-wrs-windiss): Remove
1356         md_exec_prefix cases.
1357         * configure: Regenerate.
1359 2011-04-01  Joseph Myers  <joseph@codesourcery.com>
1361         * configure.ac: Separate cases disabling target-libssp,
1362         target-libiberty, target-libstdc++-v3 and Fortran from general
1363         case over targets.
1364         * configure: Regenerate.
1366 2011-04-01  Joseph Myers  <joseph@codesourcery.com>
1368         * configure.ac (*-*-chorusos): Don't disable libgcj.
1369         (*-*-freebsd[[12]] | *-*-freebsd[[12]].* | *-*-freebsd*aout*):
1370         Remove case.
1371         (*-*-kaos*): Don't disable GCC libraries, zlib or fastjar.
1372         (arm-*-coff): Don't disable libgcj.
1373         (arm*-*-linux-gnueabi): Remove useless assignment.
1374         (arm-*-riscix*): Don't disable libgcj.
1375         (bfin-*-*): Don't enable target-bsp and target-cygmon depending on
1376         configuration.
1377         (c4x-*-* | tic4x-*-*): Don't disable GCC libraries.
1378         (c54x*-*-*): Remove case.
1379         (tic54x-*-*): Don't disable GCC or GCC libraries.
1380         (cris-*-* | crisv32-*-*): Don't handle *-*-aout.  Change *-*-elf
1381         to *.
1382         (d10v-*-*): Don't disable GCC libraries.
1383         (d30v-*-*): Don't disable libgcj.
1384         (h8500-*-*): Don't disable GCC libraries.
1385         (i960-*-*): Don't disable libgcj.
1386         (i[[3456789]]86-*-linux*): Don't handle *-*-*libc1*.
1387         (i[[3456789]]86-*-sco3.2v5*, i[[3456789]]86-*-sco*,
1388         i[[3456789]]86-*-sysv4*, i[[3456789]]86-*-beos*): Don't disable
1389         libgcj.
1390         (m68k-*-coff*): Remove case.
1391         (mmix-*-*): Don't disable libgloss on host.
1392         (mn10200-*-*, mn10300-*-*): Remove cases.
1393         (powerpc*-*-winnt* | powerpc*-*-pe*, powerpcle-*-solaris*,
1394         powerpc-*-beos*, m68k-apollo-*, mips*-*-irix5*, mips*-*-bsd*):
1395         Don't disable libgcj.
1396         (romp-*-*): Remove case.
1397         (sparclite-*-*, sparc-*-sunos4*): Don't disable libgcj.
1398         (sparc-*-solaris2.[[0-6]] | sparc-*-solaris2.[[0-6]].*): Remove
1399         case.
1400         (v810-*-*): Don't disable GCC libraries.
1401         (v850*-*-*, vax-*-vms, xtensa*-*-*): Remove cases.
1402         (ip2k-*-*): Don't disable GCC libraries.
1403         * configure: Regenerate.
1405 2011-03-28  Joseph Myers  <joseph@codesourcery.com>
1407         * configure.ac (i[[3456789]]86-*-msdosdjgpp*): Don't disable
1408         libffi on host.
1409         (x86_64-*-mingw*, i[[3456789]]86-*-mingw32*): Don't disable newlib
1410         on host.
1411         (c54x*-*-* | tic54x-*-*): Don't disable newlib on host.
1412         * configure: Regenerate.
1414 2011-03-26  John Marino  <binutils@marino.st>
1416         * configure.ac: Add support for *-*-dragonfly*
1417         * configure: Regenerate.
1419 2011-03-25  Joseph Myers  <joseph@codesourcery.com>
1421         * configure.ac (native_only): Remove.
1422         (i[[3456789]]86-*-msdosdjgpp*): Don't disable expect dejagnu
1423         send-pr uudecode guile gnuserv on host.
1424         (x86_64-*-mingw*): Don't disable expect dejagnu autoconf automake
1425         send-pr rcs guile perl texinfo libtool on host.
1426         (i[[3456789]]86-*-mingw32*): Don't disable expect dejagnu autoconf
1427         automake send-pr rcs guile perl texinfo libtool on host.
1428         (*-*-cygwin*, *-*-netbsd*): Remove host cases.
1429         (*-*-kaos*): Don't disable target-examples target-gperf on target.
1430         (alpha*-dec-osf*): Don't disable fileutils on target.
1431         (sh*-*-pe|mips*-*-pe|*arm-wince-pe): Don't disable target-examples
1432         texinfo send-pr expect dejagnu on target.
1433         (arm-*-elf* | arm*-*-eabi*, arm*-*-linux-gnueabi): Don't disable
1434         target-qthreads on target.
1435         (hppa*-hp-hpux11*, hppa*-*-*): Don't disable shellutils on target.
1436         (ia64*-*-elf*, ia64*-*-*vms*): Don't disable mmalloc on target.
1437         (i[[3456789]]86-w64-mingw*, i[[3456789]]86-*-mingw*,
1438         x86_64-*-mingw*): Don't disable expect on target.
1439         (*-*-cygwin*): Don't disable target-gperf on target.
1440         (powerpc*-*-winnt* | powerpc*-*-pe*): Don't disable make expect
1441         gnuserv on target.
1442         (powerpcle-*-solaris*): Don't disable make expect gnuserv on
1443         target.
1444         * configure: Regenerate.
1446 2011-03-25  Joseph Myers  <joseph@codesourcery.com>
1448         * configure.ac (target_tools): Remove target-groff.
1449         (native_only): Remove target-groff.
1450         (hppa*64*-*-*): Don't disable byacc.
1451         (i[[3456789]]86-*-mingw32*): Remove commented-out noconfigdirs
1452         setting.
1453         (*-*-kaos*): Don't skip target-librx and target-groff.
1454         (*-*-netware*): Don't skip target-libmudflap.
1455         (*-*-tpf*): Don't skip target-libmudflap.
1456         (sh*-*-pe|mips*-*-pe|*arm-wince-pe): Don't condition configured
1457         directories on the host.
1458         (ia64*-*-*vms*): Don't skip tix.
1459         (sh-*-* | sh64-*-*): Don't condition skipped directories on the
1460         host.
1461         * configure: Regenerate.
1463 2011-03-24  Paolo Bonzini  <pbonzini@redhat.com>
1465         * configure.ac: Remove references to mt-mep, mt-netware,
1466         mt-wince.
1467         * Makefile.def: Add all-utils soft dependencies.
1468         * Makefile.tpl: Remove GDB_NLM_DEPS.
1469         * configure: Regenerate.
1470         * Makefile.in: Regenerate.
1472 2011-03-24  Paolo Bonzini  <bonzini@gnu.org>
1474         * configure.ac: Do not include mh-x86omitfp.
1475         * configure: Regenerate.
1477 2011-03-24  Paolo Bonzini  <bonzini@gnu.org>
1479         * configure.ac: Remove empty cases.
1480         * configure: Regenerate.
1482 2011-03-24  Paolo Bonzini  <bonzini@gnu.org>
1484         * Makefile.def: Add dependency from termcap to gdb.
1485         * Makefile.in: Regenerate.
1487 2011-03-24  Paolo Bonzini  <bonzini@gnu.org>
1489         * configure.ac: Remove all mentions of mh-sysv4 and mh-solaris.
1490         * configure: Regenerate.
1491         * Makefile.def: Remove all mentions of X11_FLAGS_TO_PASS.
1492         * Makefile.tpl: Likewise.
1493         * Makefile.in: Regenerate.
1495 2011-03-24  Paolo Bonzini  <bonzini@gnu.org>
1497         * configure.ac: Remove all mentions of tentative_cc.
1498         * configure: Regenerate.
1500 2011-03-24  Joseph Myers  <joseph@codesourcery.com>
1502         * configure.ac (i[[3456789]]86-*-vsta, i[[3456789]]86-*-go32*,
1503         i[[3456789]]86-*-beos*, powerpc-*-beos*, m68k-hp-hpux*,
1504         m68k-apollo-sysv*, m68k-apollo-bsd*, m88k-dg-dgux*,
1505         m88k-harris-cxux*, m88k-motorola-sysv*, mips*-dec-ultrix*,
1506         mips*-nec-sysv4*, mips*-sgi-irix4*, mips*-*-sysv4*, mips*-*-sysv*,
1507         i370-ibm-opened*, i[[3456789]]86-*-sysv5*, i[[3456789]]86-*-dgux*,
1508         i[[3456789]]86-ncr-sysv4.3*, i[[3456789]]86-ncr-sysv4*,
1509         i[[3456789]]86-*-sco3.2v5*, i[[3456789]]86-*-sco*,
1510         i[[3456789]]86-*-udk*, vax-*-ultrix2*, m68k-sun-sunos*,
1511         hppa*-*-hiux*, *-*-hiux*, rs6000-*-lynxos*, *-*-sysv4*,
1512         *-*-rhapsody*): Remove host cases.
1513         * configure: Regenerate.
1515 2011-03-24  Joseph Myers  <joseph@codesourcery.com>
1517         * configure.ac (ppc*-*-pe): Remove host case.
1518         (strongarm-*-coff | xscale-*-coff, strongarm-*-elf* |
1519         xscale-*-elf*, thumb-*-coff, thumb-*-elf, thumb-*-pe, ep9312-*-elf
1520         | ep9312-*-coff, parisc*64*-*-linux*, ppc*-*-pe): Remove target
1521         cases.
1522         * configure: Regenerate.
1524 2011-03-24  Joseph Myers  <joseph@codesourcery.com>
1526         * config.sub: Update to version 2011-03-23.
1528 2011-03-22  Joseph Myers  <joseph@codesourcery.com>
1530         * configure.ac (arm-semi-aof, crx-*-*, parisc*-*-linux*,
1531         i370-*-opened*, i[[3456789]]86-moss-msdos | i[[3456789]]86-*-moss*
1532         | i[[3456789]]86-*-uwin*, mcore-*-pe*): Remove empty cases.
1533         * configure: Regenerate.
1535 2011-03-22  Joseph Myers  <joseph@codesourcery.com>
1537         * MAINTAINERS (crx port, m68hc11 port): Remove.  Move maintainers
1538         to Write After Approval.
1539         * config-ml.in: Don't handle arc-*-elf*.
1540         * configure.ac (arc-*-*, crx-*-*, i[[3456789]]86-*-pe,
1541         m68hc11-*-*|m6811-*-*|m68hc12-*-*|m6812-*-*, mcore-*-pe*): Don't
1542         handle GCC libraries.
1543         * configure: Regenerate.
1545 2011-03-21  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
1547         PR bootstrap/48120:
1548         * configure.ac (pwllib): Use LIBS instead of LDFLAGS.
1549         Add -lstdc++ -lm to LIBS.
1550         * configure: Regenerate.
1552 2011-03-18  David Edelsohn  <dje.gcc@gmail.com>
1554         * config.guess: Update to version 2011-02-02
1555         * config.sub: Update to version 2011-02-24
1557 2011-03-16  Jack Howarth  <howarth@bromo.med.uc.edu>
1559         PR lto/48086
1560         * configure.ac: Re-enable LTO on *-apple-darwin9.
1561         * configure: Regenerate.
1563 2011-03-13  Jack Howarth  <howarth@bromo.med.uc.edu>
1565         PR lto/48086
1566         * configure.ac: Disable LTO on darwin due to an assembler change in
1567         Xcode 3.2.6/4.0 that limits the total number of sections/segments to
1568         under 256.
1569         * configure: Regenerate.
1571 2011-03-11  Chen Liqin <liqin.gcc@gmail.com>
1573         * MAINTAINERS: Update myself as score backend maintainer,
1574         update my e-mail address.
1576 2011-03-09  Xuepeng Guo  <terry.guo@arm.com>
1578         * MAINTAINERS: Update my e-mail address.
1580 2011-03-06  Joey Ye  <joey.ye@arm.com>
1582         * MAINTAINERS: Update my e-mail address.
1584 2011-03-02  Sebastian Pop  <sebastian.pop@amd.com>
1586         * configure.ac: Adjust test of with_ppl.
1587         * configure: Regenerated.
1589 2011-03-02  Kai Tietz  <ktietz@redhat.com>
1591         * MAINTAINERS: Adjust my e-mail address.
1593 2011-03-02  Sebastian Pop  <sebastian.pop@amd.com>
1595         * configure.ac: Add -lpwl to ppllibs.
1596         * configure: Regenerated.
1598 2011-03-02  Sebastian Pop  <sebastian.pop@amd.com>
1600         * config/cloog.m4: Add -lisl to clooglibs.
1601         * configure: Regenerated.
1603 2011-02-24  Ramana Radhakrishnan  <ramana.radhakrishnan@arm.com>
1605         * MAINTAINERS (CPU Port maintainers): Add self.
1607 2011-02-16  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
1609         * MAINTAINERS: Add myself as testsuite maintainer.
1611 2011-02-15  Mike Stump  <mikestump@comcast.net>
1613         * MAINTAINERS: Add myself as testsuite maintainer.
1615 2011-02-13  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
1617         Import from Libtool and gnulib:
1619         2011-01-27  Gerald Pfeifer  <gerald@pfeifer.com>
1621         Prepare for supporting FreeBSD 10.
1622         * config.rpath: Remove handling of freebsd1* which soon would
1623         match FreeBSD 10.0.
1625         2011-01-20  Gerald Pfeifer  <gerald@pfeifer.com>  (tiny change)
1627         Remove support for FreeBSD 1.x.
1628         * libtool.m4 (_LT_LINKER_SHLIBS)
1629         (_LT_SYS_DYNAMIC_LINKER): Remove handling of freebsd1* which
1630         soon would incorrectly match FreeBSD 10.0.
1632 2011-02-12  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
1634         PR binutils/12283
1635         * move-if-change: Import version from gnulib.
1637 2011-02-12  Alexandre Oliva  <aoliva@redhat.com>
1639         PR lto/47225
1640         * Makefile.def (lto-plugin): Double dash for enable-shared.
1641         (configure-gcc): Depend on all-lto-plugin.
1642         * Makefile.in: Rebuilt.
1644 2011-02-11  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
1646         * configure.ac: Remove extra bracket.
1647         * configure: Regenerate.
1649 2011-02-08  Tobias Burnus  <burnus@net-b.de>
1651         * MAINTAINERS: Add myself as libquadmath maintainer.
1653 2011-02-08  Thomas Schwinge  <thomas@schwinge.name>
1655         * MAINTAINERS: Update my email address.
1657 2011-02-07  Joseph Myers  <joseph@codesourcery.com>
1659         * MAINTAINERS (option handling): Add self.
1661 2011-02-06  Kai Tietz  <kai.tietz@onevision.com>
1663         PR lto/47225
1664         * Makefile.def: Add dependency for install-gcc
1665         on install-lto-plugin.
1666         * Makfile.in: Regenerated
1668 2011-02-01  Sebastien Bourdeauducq  <sebastien@milkymist.org>
1670         * MAINTAINERS (CPU Port Maintainers): Add myself.
1672 2011-01-31  Alexandre Oliva  <aoliva@redhat.com>
1674         PR libgcj/44341
1675         * configure.ac: Discard --with-* flags for host when configuring
1676         target libraries for cross build.
1677         * configure: Rebuilt.
1679 2011-01-25  Sebastian Pop  <sebastian.pop@amd.com>
1681         * MAINTAINERS (linear loop transforms): Removed.
1683 2011-01-25  Jakub Jelinek  <jakub@redhat.com>
1685         * configure.ac: If with_ppl is no, move setting with_cloog=no
1686         after CLOOG_REQUESTED check.
1687         * configure: Regenerated.
1689 2011-01-25  Sebastian Pop  <sebastian.pop@amd.com>
1691         * configure.ac: Call AC_MSG_ERROR when PPL 0.11 is not present and
1692         CLooG has been requested.
1693         * configure: Regenerated.
1695 2011-01-25  Sebastian Pop  <sebastian.pop@amd.com>
1697         * configure: Regenerated.
1698         * configure.ac: Check for version 0.11 (or later revision) of PPL.
1700 2011-01-25  Tobias Grosser  <grosser@fim.uni-passau.de>
1702         * configure: Regenerated.
1703         * configure.ac: Use CLOOG_CHECK_VERSION(0,16,1).
1705 2011-01-21  Andreas Schwab  <schwab@redhat.com>
1707         * configure.ac: Use AS_HELP_STRING throughout.
1708         * configure: Regenerate.
1710 2011-01-18  Jie Zhang  <jie.zhang@analog.com>
1712         * configure.ac (bfin-*-*): Remove gdb from noconfigdirs.
1713         * configure: Regenerate.
1715 2011-01-13  John David Anglin  <dave.anglin@nrc-cnrc.gc.ca>
1717         * ltmain.sh (relink): Use absolute path when hardcoding with -L.
1719 2011-01-13  Joel Brobecker  <brobecker@adacore.com>
1721         * configure.ac: Remove readline, mmalloc, and gdb from noconfigdirs
1722         for ia64-hpux.
1723         * configure: Regenerate.
1725 2011-01-07  Jan Hubicka  <jh@suse.cz>
1727         PR lto/47225
1728         * Makefile.in: Regenerate.
1729         * Makefile.def (lto-plugin): Always pass enable-shared to the plugin
1730         configure.
1732 2011-01-07  Jan Hubicka  <jh@suse.cz>
1734         * Makefile.in: Regenerate.
1735         * Makefile.def (gcc host module) and soft dependency on lto-plugin
1736         and configure dependency on lto-plugin configure.
1737         (lto-plugin module): Remove dependency on GCC; add dependency on
1738         liniberty.
1740 2011-01-07  William Schmidt  <wschmidt@linux.vnet.ibm.com>
1742         * MAINTAINERS (Write After Approval): Add myself.
1744 2010-12-23  Hariharan Sandanagobalane <hariharan@picochip.com>
1746         * configure: Regenerate.
1748 2010-12-22  Hariharan Sandanagobalane <hariharan@picochip.com>
1750         * configure.ac: (picochip): Disable libiberty.
1752 2010-12-14  Kaushik Phatak  <kaushik.phatak@kpitcummins.com>
1754         * MAINTAINERS (Write After Approval): Add myself.
1756 2010-12-10  Ian Lance Taylor  <iant@google.com>
1758         PR bootstrap/46819
1759         * configure.ac: For --disable-libgcj clear libgcj_saved.
1760         * configure: Rebuild.
1762 2010-12-10  Tobias Burnus  <burnus@net-b.de>
1764         PR fortran/46540
1765         * configure.ac: Add --disable-libquadmath and
1766         --disable-libquadmath-support.
1767         * configure: Regenerate.
1769 2010-12-03  Ian Lance Taylor  <iant@google.com>
1771         * MAINTAINERS: Add myself as libgo maintainer.
1773 2010-12-03  Hans-Peter Nilsson  <hp@axis.com>
1775         PR libffi/46792
1776         * configure.ac (cris-*-elf, crisv32-*-elf): Disable target-libffi.
1777         * configure: Regenerate.
1779 2010-12-02  Ian Lance Taylor  <iant@google.com>
1781         * configure.ac: Always set default for poststage1_ldflags to
1782         -static-libstdc++ -static-libgcc.
1784 2010-11-29  Andreas Schwab  <schwab@redhat.com>
1786         * configure.ac: Move comment to remove extra space in last argument
1787         of GCC_TARGET_TOOL.
1789 2010-11-26  Alexandre Oliva  <aoliva@redhat.com>
1791         PR other/46026
1792         * configure.ac (CXX_FOR_TARGET): Add -funconfigured-libstdc++-v3.
1793         * Makefile.def (CXX_FOR_TARGET): Removed from flags_to_pass.
1794         * Makefile.tpl (CXX_FOR_TARGET_FLAG_TO_PASS): New.
1795         (BASE_FLAGS_TO_PASS): Use it.
1796         * configure: Rebuilt.
1797         * Makefile.in: Rebuilt.
1799 2010-11-23  H.J. Lu  <hongjiu.lu@intel.com>
1801         PR binutils/12258
1802         * configure.ac: Correct comments for --enable-gold/--enable-ld.
1803         Properly check default linker.
1804         * configure: Regnerated.
1806 2010-11-23  Matthias Klose  <doko@ubuntu.com>
1808         * configure.ac: For --enable-gold, handle value `default' instead of
1809         `both*'.  New configure option --{en,dis}able-ld.
1810         * configure: Regenerate.
1812 2010-11-20  Ian Lance Taylor  <iant@google.com>
1814         * configure.ac: Only disable a language library if no language needs
1815         it.  Don't let --disable-libgcj uncondtionally disable libffi.
1816         * configure: Rebuild.
1818 2010-11-20  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
1820         * Makefile.in: Regenerate.
1822         PR other/46202
1823         * configure.ac: Fix just-built in-tree STRIP name to be
1824         binutils/strip-new.
1825         * configure: Regenerate.
1826         * Makefile.def (install-strip-gcc, install-strip-binutils)
1827         (install-strip-opcodes, install-strip-ld, install-strip-itcl)
1828         (install-strip-sid): Mirror dependencies on non-strip variants
1829         of these targets on the respective -strip prerequisites.
1830         * Makefile.tpl (install-strip, install-strip-host)
1831         (install-strip-target): New targets.
1832         (install-strip-[+module+], install-strip-target-[+module+]):
1833         New targets.
1834         * Makefile.in: Regenerate.
1836 2010-11-19  Ian Lance Taylor  <iant@google.com>
1837             Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
1839         * configure.ac: Add target-libgo to target_libraries.  Set
1840         and substitute GOC_FOR_BUILD and GOC_FOR_TARGET.
1841         * Makefile.tpl (BUILD_EXPORTS): Add GOC and GOCFLAGS.
1842         (HOST_EXPORTS): Add GOC.
1843         (BASE_TARGET_EXPORTS): Add GOC.
1844         (GOC_FOR_BUILD, GOCFLAGS, GOC_FOR_TARGET): New variables.
1845         (GOCFLAGS_FOR_TARGET): New variable.
1846         (EXTRA_HOST_FLAGS): Add GOC.
1847         (EXTRA_TARGET_FLAGS): Add GOC and GOCFLAGS.
1848         * Makefile.def (target_modules): Add libgo.
1849         (flags_to_pass): Add GOC_FOR_TARGET and GOCFLAGS_FOR_TARGET.
1850         (dependencies): Add dependency from configure-target-libgo to
1851         configure-target-libffi and all-target-libstdc++-v3.  Add
1852         dependencies from all-target-libgo to all-target-libffi.
1853         (languages): Add go.
1854         * configure: Rebuild.
1855         * Makefile.in: Rebuild.
1857 2010-11-19  Ian Lance Taylor  <iant@google.com>
1859         * config-ml.in: Add Go support: treat GOC and GOCFLAGS like other
1860         compiler/flag environment variables.
1862 2010-11-18  Ian Lance Taylor  <iant@google.com>
1864         * configure.ac: Check for lang_requires_boot_languages in
1865         config-lang.in files.
1866         * configure: Rebuild.
1868 2010-11-16  Francois-Xavier Coudert  <fxcoudert@gcc.gnu.org>
1869             Tobias Burnus  <burnus@net-b.de>
1871         PR fortran/32049
1872         * Makefile.def: Add libquadmath; build it with language=fortran.
1873         * configure.ac: Add libquadmath.
1874         * Makefile.tpl: Handle multiple libs in check-[+language+].
1875         * Makefile.in: Regenerate.
1876         * configure: Regenerate.
1878 2010-11-16  Tom Tromey  <tromey@redhat.com>
1880         * MAINTAINERS: Moved myself to reviewers section.
1882 2010-11-15  Zdenek Dvorak  <ook@ucw.cz>
1884         * MAINTAINERS: Moved myself to reviewers section.
1886 2010-11-15  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
1888         * MAINTAINERS (Various Maintainers): Add self for build machinery.
1889         (Write After Approval): Remove self.
1891 2010-11-15  Andreas Schwab  <schwab@redhat.com>
1893         * configure.ac: Fix spelling in option names.
1894         * configure: Regenerated.
1896 2010-11-13  Georg-Johann Lay  <georgjohann@web.de>
1898         PR bootstrap/39622
1899         * configure.ac (FLAGS_FOR_TARGET): Add include-fixed path.
1900         * configure: Regenerated.
1902 2010-11-13  Kaveh R. Ghazi  <ghazi@gcc.gnu.org>
1904         * MAINTAINERS: Update my email address.
1906 2010-11-12  Tobias Grosser  <grosser@fim.uni-passau.de>
1908         * configure: Regenerate.
1910 2010-11-12  Tobias Grosser  <grosser@fim.uni-passau.de>
1912         * configure: Regenerate.
1914 2010-11-12  Tobias Grosser  <grosser@fim.uni-passau.de>
1916         * configure: Regenerate.
1918 2010-11-12  Tobias Grosser  <grosser@fim.uni-passau.de>
1920         * configure: Regenerate.
1922 2010-11-11  Andreas Simbuerger  <simbuerg@fim.uni-passau.de>
1924         * configure.ac: Support official CLooG.org versions.
1925         * configure: Regenerate.
1926         * config/cloog.m4: New.
1928 2010-11-10  François Dumont  <francois.cppdevs@free.fr>
1930         * MAINTAINERS (Write After Approval): Add myself.
1932 2010-11-09  David Edelsohn  <dje.gcc@gmail.com>
1934         * MAINTAINERS: Update my email address.
1936 2010-11-04  Iain Sandoe  <iains@gcc.gnu.org>
1938         * configure.ac (*-*-darwin*): Use mh-darwin for all Darwin variants.
1939         * configure: Regenerate.
1941 2010-11-03  Ian Lance Taylor  <iant@google.com>
1942             Dave Korn  <dave.korn.cygwin@gmail.com>
1944         PR lto/46273
1945         * configure.ac: Remove libelf tests.  Build lto-plugin on ELF always
1946         and on other supported platforms whenever LTO is enabled.
1947         * configure: Rebuild.
1949 2010-11-02  Alan Modra  <amodra@gmail.com>
1951         PR binutils/12110
1952         * configure.ac: Error when source path contains spaces.
1953         * configure: Regenerate.
1955 2010-10-23  James E. Wilson  <wilson@codesourcery.com>
1957         * MAINTAINERS: Update my email address.
1959 2010-10-20  Ian Lance Taylor  <iant@google.com>
1961         * Makefile.def (target_modules): Set lib_path to src/.libs for
1962         libstdc++-v3 module.
1963         * Makefile.tpl: Fix typo in TARGET_LIB_PATH comment.
1964         * Makefile.in: Rebuild.
1966 2010-10-18  Laurynas Biveinis  <laurynas.biveinis@gmail.com>
1968         * MAINTAINERS (Reviewers): Add myself for gengtype/GTY.
1969         (Write After Approval): Remove myself.
1971 2010-10-15  Tristan Gingold  <gingold@adacore.com>
1973         * MAINTAINERS (OS Port Maintainers): Add myself for VMS.
1975 2010-10-14  Douglas Rupp  <rupp@gnat.com>
1977         * MAINTAINERS (OS Port Maintainers): Add myself for VMS.
1979 2010-10-07  Dave Korn  <dave.korn.cygwin@gmail.com>
1981         * configure.ac (build_lto_plugin): New shell variable.
1982         (--enable-lto): Turn on by default for all non-ELF platforms that
1983         have had LTO support added so far.  Set build_lto_plugin appropriately
1984         for both ELF and non-ELF.
1985         (configdirs): Add lto-plugin or not based on build_lto_plugin.
1986         * configure: Regenerate.
1988 2010-10-07  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
1990         Sync from src:
1991         * configure.ac (v850 support): Remove target-libgloss from
1992         noconfigdirs.
1993         * configure: Regenerate.
1995 2010-10-02  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
1997         PR bootstrap/45326
1998         PR bootstrap/45174
1999         * configure.ac: Honor initial values of $build_configargs,
2000         $host_configargs, $target_configargs.  Mark the precious, so
2001         environment settings get recorded.
2002         * configure: Regenerate.
2004 2010-09-30  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
2006         PR bootstrap/45796
2007         * Makefile.def (info-gcc, dvi-gcc, pdf-gcc, html-gcc):
2008         Depend on all-build-libiberty.
2009         * Makefile.in: Regenerate.
2011 2010-09-30  Michael Eager  <eager@eagercon.com>
2013         * configure.ac (microblaze): Add target-libssp to noconfigdirs.
2014         * configure: Regenerate.
2016 2010-09-28  Michael Eager  <eager@eagercon.com>
2018         * MAINTAINERS (CPU Port Maintainers): Add myself for MicroBlaze port.
2020 2010-06-27  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
2022         PR bootstrap/44621
2023         * configure.ac: Fix unportable shell quoting.
2024         * configure: Regenerate.
2026 2010-09-21  Iain Sandoe  <iains@gcc.gnu.org>
2028         * configure.ac (enable-lto): Add Darwin to the list of supported lto
2029         targets and amend comment.
2030         * configure: Regenerate.
2032 2010-09-15  Tejas Belagod  <tejas.belagod@arm.com>
2034         * MAINTAINERS (Write After Approval): Add myself.
2036 2010-09-03  Jack Howarth <howarth@bromo.med.uc.edu>
2038         * configure.ac: Enable LTO by default on Darwin.
2039         * configure: Regenerate.
2041 2010-09-02  Marcus Shawcroft  <marcus.shawcroft@arm.com>
2043         * MAINTAINERS (Write After Approval): Add myself.
2045 2010-09-01  Ian Bolton  <ian.bolton@arm.com>
2047         * MAINTAINERS (Write After Approval): Add myself.
2049 2010-08-25  Danny Smith  <dannysmith@users.sourceforge.net>
2051         * MAINTAINERS (OS Port Maintainers): Remove myself from windows
2052         ports
2054 2010-07-28  David Yuste  <david.yuste@gmail.com>
2056         * MAINTAINERS (Write After Approval): Add myself.
2058 2010-07-26  Naveen.H.S  <naveen.S@kpitcummins.com>
2060         * configure.ac: Support all v850 targets.
2061         * configure: Regenerate.
2063 2010-07-23  Marc Glisse <marc.glisse@normalesup.org>
2065         PR bootstrap/44455
2066         * configure.ac (extra_mpfr_configure_flags): Copy from
2067         extra_mpc_gmp_configure_flags.
2068         * configure: Re-generated.
2070 2010-07-22  Andi Kleen  <ak@linux.intel.com>
2072         * MAINTAINERS (Write After Approval): Add myself.
2074 2010-07-22  Chung-Lin Tang  <cltang@codesourcery.com>
2076         * MAINTAINERS (Write After Approval): Add myself.
2078 2010-07-20  Jeffrey Yasskin  <jyasskin@google.com>
2080         * MAINTAINERS (Write After Approval): Add myself.
2082 2010-07-17  Jack Howarth  <howarth@bromo.med.uc.edu>
2084         PR target/44862
2085         * Makefile.tpl (POSTSTAGE1_CXX_EXPORT):
2086         Provide -B option to allow for link spec %s substitutions for
2087         libstdc++.a on darwin.
2088         * Makefile.in: Regenerate.
2090 2010-07-10  Mikael Morin  <mikael@gcc.gnu.org>
2092         * MAINTAINERS (Reviewers): Update my e-mail address
2094 2010-06-10  Alexandre Oliva  <aoliva@redhat.com>
2096         * Makefile.def (configure-gcc): Depend on all-libelf.
2097         * Makefile.in: Rebuild.
2099 2010-06-05  Fabien Chêne  <fabien@gcc.gnu.org>
2101         * MAINTAINERS (Write After Approval): Add myself in the right place.
2103 2010-06-04  Fabien Chêne  <fabien@gcc.gnu.org>
2105         * MAINTAINERS (Write After Approval): Add myself.
2107 2010-05-25  Sterling Augustine  <sterling@tensilica.com>
2109         * MAINTAINERS (CPU Port Maintainers): Add myself for xtensa port.
2111 2010-05-25  Maxim Kuvyrkov  <maxim@codesourcery.com>
2113         * config.sub: Update to version 2010-05-21.
2114         * config.guess: Update to version 2010-04-03.
2116 2010-05-18  Steven Bosscher  <steven@gcc.gnu.org>
2118         * configure.ac (--enable-lto): All *-apple-darwin* now support LTO.
2119         * configure: Regenerate.
2121 2010-05-12  Sriraman Tallam  <tmsriram@google.com>
2123         * MAINTAINERS (Write After Approval): Add myself.
2125 2010-05-07  Steven Bosscher  <steven@gcc.gnu.org>
2127         * configure.ac (--enable-lto): Add x86_64-apple-darwin* as
2128         a platform that supports LTO.
2129         * configure: Regenerate.
2131 2010-05-05  Sebastian Pop  <sebastian.pop@amd.com>
2133         * configure.ac: Allow all the versions greater than 0.10 of PPL.
2134         * configure: Regenerated.
2136 2010-04-27  Roland McGrath  <roland@redhat.com>
2137             H.J. Lu  <hongjiu.lu@intel.com>
2139         * configure.ac (--enable-gold): Support both, both/gold and
2140         both/bfd to add gold to configdirs without removing ld.
2141         * configure: Regenerated.
2143         * Makefile.def: Add install-gold dependency to install-ld.
2144         * Makefile.in: Regenerated.
2146 2010-04-27  Dave Korn  <dave.korn.cygwin@gmail.com>
2148         PR lto/42776
2149         * configure.ac (--enable-lto): Refactor handling so libelf tests
2150         are only performed inside then-clause of ACX_ELF_TARGET_IFELSE,
2151         and allow LTO to be explicitly enabled on non-ELF platforms that
2152         are known to support it inside else-clause.
2153         * configure: Regenerate.
2155 2010-04-20  Eric Botcazou  <ebotcazou@adacore.com>
2157         * configure.ac (BUILD_CONFIG): Redirect output to /dev/null.
2158         * configure: Regenerate.
2160 2010-04-17  Ralf Corsépius  <ralf.corsepius@rtems.org>
2162         * configure.ac (*-*-rtems*): Add target-libiberty to $skipdirs.
2163         * configure: Regenerate.
2165 2010-04-16  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
2167         * configure.ac: Check for elf_getshdrstrndx or elf_getshstrndx
2168         separately.
2169         * configure: Regenerate.
2171 2010-04-16  Kevin Williams  <kevin.williams@inria.fr>
2173         * MAINTAINERS (Write After Approval): Add myself.
2175 2010-04-14  Tristan Gingold  <gingold@adacore.com>
2177         * configure.ac (alpha*-*-*vms*): Remove ld from noconfigdirs.
2178         * configure: Regenerate.
2180 2010-04-13  Steve Ellcey  <sje@cup.hp.com>
2182         * configure: Regenerate after change to elf.m4.
2184 2010-04-06  Iain Sandoe  <iains@gcc.gnu.org>
2186         * MAINTAINERS (Write After Approval): Add myself.
2188 2010-04-02  Sebastian Pop  <sebastian.pop@amd.com>
2190         * configure.ac: Add brackets around AC_TRY_COMPILE alternative.
2191         * configure: Regenerated.
2193 2010-04-02  Sebastian Pop  <sebastian.pop@amd.com>
2195         * configure.ac: Print "buggy but acceptable" when CLooG
2196         revision is less than 9.
2197         * configure: Regenerated.
2199 2010-04-01  Diego Novillo  <dnovillo@google.com>
2201         * MAINTAINERS (Plugin): Add myself and Le-Chun Wu.
2203 2010-04-01  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
2205         PR bootstrap/43615
2206         PR bootstrap/43328
2208         Revert:
2210         2010-03-31  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
2212         * configure.ac: Do not pass --enable-multilib nor
2213         --disable-multilib in baseargs.  Accept explicitly passed
2214         --enable_multilib.
2215         * configure: Regenerate.
2217 2010-03-31  Ulrich Weigand  <uweigand@de.ibm.com>
2219         * MAINTAINERS (CPU Port Maintainers): Add myself for spu port.
2221 2010-03-31  Janis Johnson  <janis187@us.ibm.com>
2223         * MAINTAINERS: Remove myself.
2225 2010-03-31  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
2227         PR bootstrap/43328
2228         * configure.ac: Do not pass --enable-multilib nor
2229         --disable-multilib in baseargs.  Accept explicitly passed
2230         --enable_multilib.
2231         * configure: Regenerate.
2233 2010-03-28  Andrew Pinski  <pinskia@gmail.com>
2235         * MAINTAINERS (spu port): Remove me.
2237 2010-03-23  Joseph Myers  <joseph@codesourcery.com>
2239         * configure.ac (tic6x-*-*): New case.
2240         * configure: Regenerate.
2242 2010-03-23  Joseph Myers  <joseph@codesourcery.com>
2244         * config.sub: Update to version 2010-03-22.
2245         * config.guess: Update to version 2009-12-30.
2247 2010-03-19  Jack Howarth  <howarth@bromo.med.uc.edu>
2249         PR ada/42554
2250         * configure.ac: Only pass -c to ranlib for darwin9 and earlier.
2251         * configure: Regenerate.
2253 2010-03-18  Ramana Radhakrishnan  <ramana.radhakrishnan@arm.com>
2255         * MAINTAINERS: Update my email address.
2257 2010-03-17  Sebastian Pop  <sebastian.pop@amd.com>
2259         * MAINTAINERS (dwarak.rajagopal@amd.com): Removed.
2260         (ghassan.shobaki@amd.com): Removed.
2262 2010-03-17  Alan Modra  <amodra@gmail.com>
2264         * MAINTAINERS: Update my email address.
2266 2010-03-16  Diego Novillo  <dnovillo@google.com>
2268         * MAINTAINERS: Remove Dan Hipschman, William Maddox and Chris
2269         Matthews.
2271 2010-03-16  Joseph Myers  <joseph@codesourcery.com>
2273         * MAINTAINERS (Write After Approval): Remove Jim Blandy, Daniel
2274         Gutson, Jeffrey D. Oldham and Mark Shinwell.
2276 2010-03-16  Joseph Myers  <joseph@codesourcery.com>
2278         * MAINTAINERS: Update my email address.
2280 2010-03-16  Daniel Jacobowitz  <dan@codesourcery.com>
2282         * MAINTAINERS: Update my email address.
2284 2010-03-15  Bernd Schmidt  <bernds@codesourcery.com>
2286         * MAINTAINERS: Update my email address.
2288 2010-03-09  Jie Zhang  <jie@codesourcery.com>
2290         * MAINTAINERS: Update my email address.
2292 2010-03-01  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
2294         PR libstdc++/32499
2295         * configure.ac (RANLIB): Default to true.
2296         (STRIP): Likewise.
2297         (RANLIB_FOR_TARGET): Remove superfluous : argument.
2298         * configure: Regenerate.
2300 2010-02-17  Rafael Ávila de Espíndola  <espindola@google.com>
2302         * MAINTAINERS (Plugin, LTO, LTO plugin): Remove myself.
2303         (Write After Approval): Update my email address.
2305 2010-02-17  Nick Clifton  <nickc@redhat.com>
2307         PR 11238
2308         * Makefile.tpl (local-distclean): Also remove config.cache files in
2309         sub-directories as there may not be Makefiles present in the
2310         sub-directories.
2311         * Makefile.tpl: Use "-exec rm {}" rather than "-delete" to delete
2312         the config.cache files found by the find command.
2314         * Makefile.in: Regenerate.
2315         * configure.ac: Revert previous delta.
2316         * configure: Regenerate.
2318 2010-02-15  Nick Clifton  <nickc@redhat.com>
2320         PR 11238
2321         * configure.ac: Delete config.cache files in sub-directories when
2322         deleting Makefiles.
2323         * configure: Regenerate.
2325 2010-02-12  Ben Elliston  <bje@gnu.org>
2327         * MAINTAINERS: Update my email address.
2329 2010-02-08  Andrew Pinski  <pinskia@gmail.com>
2331         * MAINTAINERS (spu port): Update my email address.
2333 2010-02-08  Jie Zhang  <jie.zhang@analog.com>
2335         * MAINTAINERS: Add myself as a maintainer for the bfin port.
2337 2010-01-31  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
2339         * configure.ac: Add "recommended" version checks for GMP/MPC.
2340         Update recommended GMP/MPFR/MPC versions.
2341         * configure: Regenerate.
2343 2010-01-31  Joern Rennecke  <joern.rennecke@embecosm.com>
2345         * MAINTAINERS: Move my Embecosm email address into the
2346         write-after-approval section.
2348 2010-01-26  Ian Lance Taylor  <iant@google.com>
2350         * MAINTAINERS: Add myself as Go frontend maintainer.
2352 2010-01-25  Joern Rennecke  <amylaar@spamcop.net>
2354         PR libstdc++/36101, PR libstdc++/42813
2355         * configure.ac (bootstrap_target_libs): Make inclusion of
2356         target-libgomp conditional on libgomb being in target_configdirs.
2357         * configure: Regenerate.
2359 2010-01-23  Joern Rennecke  <amylaar@spamcop.net>
2361         PR libstdc++/36101, PR libstdc++/42813
2362         * configure.ac (bootstrap_target_libs): Include target-libgomp.
2363         * configure: Regenerate.
2365 2010-01-22  Joern Rennecke  <amylaar@spamcop.net>
2367         PR libstdc++/36101, PR libstdc++/42813
2368         * configure.ac (target_configdirs): Substitute.
2369         * Makefile.def: Bootstrap target module libgomp.
2370         Add dependency of all-target-libstdc++-v3 on configure-target-libgomp.
2371         * Makefile.tpl (TARGET_CONFIGDIRS): New makefile variable.
2372         (BASE_TARGET_EXPORTS): Export TARGET_CONFIGDIRS.
2373         * configure, Makefile.in: Regenerate.
2375 2010-01-21  Dave Korn  <dave.korn.cygwin@gmail.com>
2377         * MAINTAINERS: Adjust my details.
2379 2010-01-20  Eric B. Weddington  <eric.weddington@atmel.com>
2381         * MAINTAINERS (CPU Port Maintainers): Add myself for avr port.
2383 2010-01-18  Thierry Lafage  <thierry.lafage@inria.fr>
2385         * MAINTAINERS: reindented my entry with tabs instead of spaces.
2387 2010-01-15  Thierry Lafage  <thierry.lafage@inria.fr>
2389         * MAINTAINERS (Write After Approval): Add myself.
2391 2010-01-15  Konrad Trifunovic  <konrad.trifunovic@inria.fr>
2393         * MAINTAINERS (Write After Approval): Add myself.
2395 2010-01-11  Richard Guenther  <rguenther@suse.de>
2397         PR lto/41569
2398         * Makefile.def (all-lto-plugin): Depend on all-gcc.
2399         * Makefile.in: Regenerated.
2401 2010-01-11  Andreas Tobler  <andreast@fgznet.ch>
2403         * configure.ac: Enable libjava build on x86_64-*freebsd*.
2404         * configure: Regenerate.
2406 2010-01-07  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
2407             Francois-Xavier Coudert  <fxcoudert@gcc.gnu.org>
2409         PR bootstrap/42424
2410         * configure.ac: Include libtool m4 files.
2411         (_LT_CHECK_OBJDIR): Call it.
2412         (extra_mpc_mpfr_configure_flags, extra_mpc_gmp_configure_flags,
2413         gmplibs, ppllibs, clooglibs): Use $lt_cv_objdir.
2415         * configure: Regenerate.
2417 2010-01-07  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
2419         PR bootstrap/41818
2420         * Makefile.tpl (BASE_TARGET_EXPORTS): Only add TARGET_LIB_PATH
2421         to $(RPATH_ENVVAR) if bootstrapping.  Fix typo in comment.
2422         * Makefile.in: Regenerate.
2424 2010-01-02  Richard Guenther  <rguenther@suse.de>
2426         PR lto/41529
2427         * configure.ac: Include config/elf.m4.  Disable LTO if not
2428         builting for an elf target.
2429         * configure: Regenerate.
2431 2009-12-27  Christopher Faylor  <me+cygwin@cgf.cx>
2433         * MAINTAINERS: Change my email address.
2435 2009-12-18  Ben Elliston  <bje@au.ibm.com>
2437         * config.sub, config.guess: Update from upstream sources.
2439 2009-12-07  Shujing Zhao  <pearly.zhao@oracle.com>
2441         * MAINTAINERS (Write After Approval): Add myself.
2443 2009-12-06  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
2445         PR middle-end/30447
2446         PR middle-end/30789
2447         PR other/40302
2449         * configure.ac: Require MPC.
2450         * configure: Regenerate.
2452 2009-12-05  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
2454         PR target/38384
2455         PR bootstrap/40972
2456         * libtool.m4: Sync from git Libtool.
2457         * ltoptions.m4: Likewise.
2458         * ltversion.m4: Likewise.
2459         * lt~obsolete.m4: Likewise.
2460         * ltmain.sh: Likewise.
2462 2009-11-30  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
2464         * configure.ac: Update minimum MPC version to 0.8.
2465         * configure: Regenerate.
2467 2009-11-21  Sebastian Pop  <sebpop@gmail.com>
2469         * configure.ac: Check for version 0.15.5 or later revision of CLooG.
2470         * configure: Regenerated.
2472 2009-11-21  Ian Lance Taylor  <iant@google.com>
2474         * configure.ac: Change default of poststage1_ldflags to be empty if
2475         poststage1_libs is set.  When poststage1_libs is empty, and
2476         ENABLE_BUILD_WITH_CXX is set, add -static-libgcc.
2477         * configure: Rebuild.
2479 2009-11-21  Adam Nemet  <adambnmet@gmail.com>
2481         * MAINTAINERS (Write After Approval): Update my email address.
2483 2009-11-20  Ben Elliston  <bje@au.ibm.com>
2485         * config.guess: Update from upstream sources.
2487 2009-11-16  Alexandre Oliva  <aoliva@redhat.com>
2489         * Makefile.def: Restore host and target settings for gmp.
2490         * Makefile.in: Rebuild.
2492 2009-11-16  Alexandre Oliva  <aoliva@redhat.com>
2494         * configure.ac: Add libelf to host_libs.  Enable in-tree configury
2495         of ppl and cloog.  Fix in-tree configury of libelf, skip tests.
2496         Fix portability of test of C++ as bootstrap language.  Add
2497         ppl/src/ppl-config.o to the bootstrap compare exclusion list.
2498         * configure: Rebuild.
2499         * Makefile.def: Drop host and target settings from gmp, mpfr, ppl,
2500         and cloog.  Fix in-tree ppl configuration.  Introduce libelf
2501         in-tree building.
2502         * Makefile.tpl (POSTSTAGE1_CXX_EXPORT): New.
2503         (POSTSTAGE1_HOST_EXPORTS): Use it.
2504         (STAGE[+id+]_CXXFLAGS): New.
2505         (BASE_FLAGS_TO_PASS): Pass it down.
2506         (configure-stage[+id+]-[+prefix+][+module+]): Use it.  Add
2507         extra_exports.
2508         (all-stage[+id+]-[+prefix+][+module+]): Likewise.
2509         (configure-[+prefix+][+module+], all-[+prefix+][+module+]): Add
2510         extra_exports.
2511         * Makefile.in: Rebuild.
2513 2009-11-17  Ben Elliston  <bje@au.ibm.com>
2515         * config.sub, config.guess: Update from upstream sources.
2517 2009-11-12  Jan Kratochvil  <jan.kratochvil@redhat.com>
2519         * MAINTAINERS (Write After Approval): Add myself.
2521 2009-11-09  Jon Beniston  <jon@beniston.com>
2523         * MAINTAINERS (Write After Approval): Add myself.
2525 2009-11-06  Ozkan Sezer  <sezeroz@gmail.com>
2527         * configure.ac (FLAGS_FOR_TARGET):  Add -L and -isystem
2528         paths for *-w64-mingw* and x86_64-*mingw*.
2529         * configure: Regenerated.
2531 2009-11-05  Joern Rennecke  <amylaar@spamcop.net>
2533         * MAINTAINERS (Write After Approval): Add entry for my INRIA work.
2535 2009-11-02  Benjamin Kosnik  <bkoz@redhat.com>
2537         * MAINTAINERS: Add Jonathan Wakely under Various Maintainers, move
2538         Phil Edwards to Write-After Approval.
2540 2009-10-30  Kai Tietz  <kai.tietz@onevision.com>
2542         * configure.ac: Disable target-winsup & co for
2543         x86_64-*-mingw* and *-w64-mingw* targets.
2544         * configure: Regenerated.
2546 2009-10-16  Nick Clifton  <nickc@redhat.com>
2548         * MAINTAINERS: Add myself as a maintainer for the RX port.
2550 2009-10-26  Johannes Singler  <singler@kit.edu>
2552         * MAINTAINERS (Write After Approval): Update my e-mail address.
2554 2009-10-23  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
2556         * configure.ac (CLooG test): Use = with test.
2557         * configure: Regenerate.
2559 2009-10-22  Richard Guenther  <rguenther@suse.de>
2561         * configure.ac: Do not set LIBS for ppl/cloog checks.  Disable
2562         cloog if the ppl version check failed.  Move flags saving
2563         before setting in libelf check.
2564         * configure: Regenerate.
2566 2009-10-21  Richard Guenther  <rguenther@suse.de>
2568         * configure.ac: Adjust the ppl and cloog configure to work as
2569         documented.  Disable cloog if ppl was disabled.  Omit the version
2570         checks if they were disabled.
2571         * configure: Re-generate.
2573 2009-10-13  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
2575         * configure.ac: Add 'lto' to enable_languages, not
2576         new_enable_languages, and only if not already present.
2577         * configure: Regenerate.
2579 2009-10-10  Gerald Pfeifer  <gerald@pfeifer.com>
2581         * README: Refer to the various COPYING* files instead of just
2582         COPYING.
2583         Refer to http://gcc.gnu.org/bugs/ for bug reporting instructions.
2585 2009-10-07  Rafael Avila de Espindola  <espindola@google.com>
2587         * MAINTAINERS: Change my email address. Change plugi-in to plugin.
2589 2009-10-07  Richard Guenther  <rguenther@suse.de>
2591         * MAINTAINERS (LTO): List Diego Novillo, Rafael Avila de Espindola,
2592         and Richard Guenther as reviewers.
2593         (LTO plugin): List Rafael Avila de Espindola and Cary Coutant
2594         as reviewers.
2596 2009-10-07  Hariharan Sandanagobalane  <hariharan@picochip.com>
2598         * config.sub: Update from upstream sources.
2600 2009-10-06  Ian Lance Taylor  <iant@google.com>
2602         * Makefile.def: check-gold depends upon all-gas.
2603         * Makefile.in: Rebuild.
2605 2009-10-05  Phil Muldoon  <pmuldoon@redhat.com>
2607         * MAINTAINERS (Write After Approval): Add myself.
2609 2009-10-03  2009-02-05  Rafael Avila de Espindola  <espindola@google.com>
2611         * Makefile.def: all-lto-plugin depends on all-libiberty.
2612         set bootstrap=true for lto-plugin.
2613         Add lto-plugin.
2614         * Makefile.in: Regenerate.
2615         * configure.ac (host_libs): Add lto-plugin.
2616         * configure: Regenerate.
2618 2009-10-03  Diego Novillo  <dnovillo@google.com>
2620         * Makefile.tpl (HOST_EXPORTS): Add LIBELFLIBS and LIBELFINC.
2621         (HOST_LIBELFLIBS): Define.
2622         (HOST_LIBELFINC): Define.
2623         * Makefile.in: Regenerate.
2624         * configure.ac: Add --enable-lto.
2625         Add --with-libelf, --with-libelf-include and --with-libelf-lib.
2626         If --enable-lto is used, add 'lto' to new_enable_languages.
2627         If --enable-lto is used and gold is enabled, add
2628         lto-plugin to configdirs.
2629         * configure: Regenerate.
2631 2009-10-03  Simon Baldwin  <simonb@google.com>
2633         * configure.ac: If --with-system-zlib, suppress local zlib and
2634         pass --with-system-zlib to subdir configure scripts.
2635         * configure: Regenerate.
2637 2009-10-01  Loren J. Rittle  <ljrittle@acm.org>
2638             Paolo Bonzini  <bonzini@gnu.org>
2640         * Makefile.tpl (POSTSTAGE1_HOST_EXPORTS): Use $$s rather than
2641         $(srcdir).
2642         * Makefile.in: Rebuilt.
2644 2009-09-26  Gary Funck  <gary@intrepid.com>
2646         * MAINTAINERS (Write After Approval): Add myself.
2648 2009-09-26  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
2650         * configure.ac: Update minimum MPC version to 0.7.
2651         * configure: Regenerate.
2653 2009-09-25  Nick Clifton  <nickc@redhat.com>
2655         * configure.ac: Pass any --cache-file=/dev/null option on to
2656         subconfigures.
2657         * configure: Regenerate.
2659 2009-09-23  Nick Clifton  <nickc@redhat.com>
2661         * config.sub, config.guess: Update from upstream sources.
2663 2009-09-22  Loren J. Rittle  <ljrittle@acm.org>
2665         * Makefile.tpl (POSTSTAGE1_HOST_EXPORTS): Remove stray $$r/.
2666         * Makefile.in: Rebuilt.
2668 2009-09-22  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
2670         PR bootstrap/32272
2671         * configure.ac: Error out if $srcdir isn't '.' but contains
2672         host-${host_noncanonical}.
2673         * configure: Regenerate.
2675 2009-09-22  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
2677         * MAINTAINERS (OS Port Maintainers): Add myself as Solaris
2678         maintainer.
2680 2009-09-21  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
2682         * configure.ac: If bootstrapping a combined tree with
2683         --enable-gold, require c++ in stage1_languages.
2684         * configure: Regenerate.
2686         * configure.ac: Also add target_libs of stage1_languages to
2687         bootstrap_target_libs.
2688         * configure: Regenerate.
2690         * configure.ac: Diagnose --enable-build-with-cxx bootstrap
2691         with --enable-languages not containing c++.
2692         * configure: Regenerate.
2694 2009-09-15  Jie Zhang  <jie.zhang@analog.com>
2696         * configure.ac: Disable java and boehm-gc for bfin-*-*.
2697         * configure: Regenerate.
2699 2009-09-12  Joern Rennecke  <joern.rennecke@embecosm.com>
2701         * MAINTAINERS (Write After Approval): Update my e-mail address,
2702         and move from from here...
2703         (Waiting for paperwork): To here.
2705 2009-09-09  Joseph Myers  <joseph@codesourcery.com>
2707         * MAINTAINERS (Reviewers): Add self as driver reviewer.
2709 2009-09-08  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
2711         * configure.ac: Do not use $extrasub for replacing @if/@endif
2712         parts in Makefile; instead, use additional arguments to
2713         AC_CONFIG_COMMANDS to do the replacement manually, with several
2714         sed invocations, to avoid HP-UX sed command limits.
2715         * configure: Regenerate.
2717 2009-09-08  Alexandre Oliva  <aoliva@redhat.com>
2719         * libtool.m4 (output_verbose_link_cmd): Require leading blank, and
2720         blank before -L.
2722 2009-09-04  Alexandre Oliva  <aoliva@redhat.com>
2724         * configure.ac (with-build-config): Document.  Handle without.
2725         Handle missing argument.
2726         * configure: Rebuilt.
2728 2009-09-03  Alexandre Oliva  <aoliva@redhat.com>
2730         * configure.ac (--with-build-config): New.  Set BUILD_CONFIG.
2731         Default to bootstrap-debug only if compare-debug works.
2732         * configure: Rebuilt.
2733         * Makefile.tpl: Make BUILD_CONFIG configure-configurable.
2734         * Makefile.in: Rebuilt.
2736 2009-09-02  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
2738         * MAINTAINERS (OS Port Maintainers): Update my email address.
2740 2009-09-01  Alexandre Oliva  <aoliva@redhat.com>
2742         * Makefile.tpl (BUILD_CONFIG): Default to bootstrap-debug.
2743         * Makefile.in: Rebuilt.
2745 2009-09-01  Chris Demetriou  <cgd@google.com>
2747         * MAINTAINERS (Write After Approval): Add myself.
2749 2009-08-31  Dodji Seketeli  <dodji@redhat.com>
2751         PR debug/30161
2752         * include/dwarf2.h (enum dwarf_tag): Added
2753         DW_TAG_GNU_template_template_param
2754         (enum dwarf_attribute): Added DW_AT_GNU_template_name.
2756 2009-08-30  Paolo Bonzini  <bonzini@gnu.org>
2758         * Makefile.tpl (AWK): Fix typo.
2759         * Makefile.in: Regenerate.
2761 2009-08-30  Paolo Bonzini  <bonzini@gnu.org>
2763         * configure.ac: Detect awk and sed.
2764         * Makefile.def (flags_to_pass): Add AWK and SED.
2765         * Makefile.tpl (AWK, SED): New.
2766         (BASE_FLAGS_TO_PASS): Add AWK and SED.
2767         * configure: Regenerate.
2768         * Makefile.in: Regenerate.
2770 2009-08-26  Dave Korn  <dave.korn.cygwin@gmail.com>
2772         * ltmain.sh (removedotparts): Don't use comma as 's' separator.
2773         (collapseslashes): Likewise.
2775 2009-08-24  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
2777         * configure.ac (AC_PREREQ): Bump to 2.64.
2779 2009-08-22  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
2781         * configure.ac: Remove --with-datarootdir, --with-docdir,
2782         --with-pdfdir, --with-htmldir switches.
2783         * configure: Regenerate.
2785         * configure: Regenerate.
2787         * compile: Sync from Automake 1.11.
2788         * depcomp: Likewise.
2789         * install-sh: Likewise.
2790         * missing: Likewise.
2791         * mkinstalldirs: Likewise.
2792         * ylwrap: Likewise.
2794 2009-08-20  Dave Korn  <dave.korn.cygwin@gmail.com>
2796         * ltmain.sh (func_normal_abspath): New function.
2797         (func_relative_path): Likewise.
2798         (func_mode_help): Document new -bindir option for link mode.
2799         (func_mode_link): Add new -bindir option, and use it to place
2800         output DLL if specified.
2802 2009-08-19  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
2804         * configure.ac: Call AC_DISABLE_OPTION_CHECKING.
2805         (baseargs): Add --disable-option-checking.
2806         * configure: Regenerate.
2808         * Makefile.def (configure-target-libiberty): Depend on
2809         all-binutils and all-ld.
2810         (configure-target-newlib): Likewise.
2811         * Makefile.in: Regenerate.
2813 2009-08-17  Ben Elliston  <bje@au.ibm.com>
2815         * config.sub, config.guess: Update from upstream sources.
2817 2009-08-16  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
2819         Sync from src, merge:
2821         2009-07-02  Tristan Gingold  <gingold@adacore.com>
2823         * configure.ac: Do not exclude gas for i386-*-darwin.
2824         Add a case for x86_64-*-darwin.
2825         * configure: Regenerate.
2827 2009-08-06  Neil Vachharajani  <nvachhar@gmail.com>
2829         * MAINTAINERS: Add my name to Write After Approval list.
2831 2009-08-06  Michael Eager  <eager@eagercon.com>
2833         * configure.ac: Add Microblaze target.
2834         * configure: Regenerate.
2836 2009-07-31  Christian Bruel  <christian.bruel@st.com>
2838         * configure.ac (sh*-*-elf): Don't add target-libgloss to noconfigdirs.
2839         * configure: Regenerate.
2841 2009-07-28  Rask Ingemann Lambertsen  <ccc94453@vip.cybercity.dk>
2843         * MAINTAINERS (Write After Approval): Update my e-mail address.
2845 2009-07-06  Ian Lance Taylor  <iant@google.com>
2847         * configure.ac: Add missing comma in AC_ARG_WITH(boot-libs).
2848         * configure: Rebuild.
2850 2009-07-01  Tobias Grosser  <grosser@fim.uni-passau.de>
2852         * MAINTAINERS: Move myself to the Graphite Reviewers.
2854 2009-06-30  Wei Guozhi  <carrot@google.com>
2856         * MAINTAINERS: Add my name to Write After Approval list.
2858 2009-06-26  Steve Ellcey  <sje@cup.hp.com>
2860         PR bootstrap/40338
2861         * configure.ac (comparestring): Create new variable.
2862         * Makefile.tpl (comparestring): Use to skip some comparisions.
2863         * configure: Regenerate.
2864         * Makefile.in: Regenerate.
2866 2009-06-26  Doug Evans  <dje@sebabeach.org>
2868         * Makefile.def (host_modules): Add cgen.
2869         * Makefile.in: Regenerate.
2870         * configure.ac (host_tools): Add cgen.
2871         * configure: Regenerate.
2873 2009-06-23  DJ Delorie  <dj@redhat.com>
2875         * MAINTAINERS: Add myself as mep maintainer.
2877 2009-06-23  Ian Lance Taylor  <iant@google.com>
2879         * configure.ac: Add --enable-build-with-cxx.  When set, add c++ to
2880         boot_languages.  Only bootstrap target libraries listed in
2881         target_libs for some boot language.  Add --with-stage1-ldflags,
2882         --with-stage1-libs, --with-boot-ldflags, --with-boot-libs.  Remove
2883         with_host_libstdcxx from ppllibs.  Only add -fkeep-inline-functions
2884         if not building with C++.
2885         * Makefile.def: For target_module libstdc++-v3, set bootstrap=true.
2886         * Makefile.tpl (STAGE1_LDFLAGS, STAGE1_LIBS): New variables.
2887         (POSTSTAGE1_LDFLAGS, POSTSTAGE1_LIBS): New variables.
2888         (HOST_EXPORTS): Add STAGE1_LDFLAGS to LDFLAGS.  Export HOST_LIBS.
2889         (POSTSTAGE1_HOST_EXPORTS): Set CXX and CXX_FOR_BUILD.  Add
2890         POSTSTAGE1_LDFLAGS to LDFLAGS.  Export HOST_LIBS.
2891         (POSTSTAGE1_FLAGS_TO_PASS): Likewise.
2892         * configure, Makefile.in: Rebuild.
2894 2009-06-23  Li Feng  <nemokingdom@gmail.com>
2896         * MAINTAINERS: Added my name to write-after-approval list.
2898 2009-06-15  Ryan Mansfield  <rmansfield@qnx.com>
2900         * configure.ac: Define is_elf for QNX Neutrino targets.
2901         * configure: Regenerate.
2903 2009-06-09  Ghassan Shobaki  <ghassan.shobaki@amd.com>
2905         * MAINTAINERS: Added my name to the write-after-approval list
2907 2009-06-08  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
2909         * configure.ac: Detect MPC in default directory.
2910         * configure: Regenerate.
2912 2009-06-03  Jerome Guitton  <guitton@adacore.com>
2913             Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
2915         * Makefile.tpl (all): Avoid a trailing backslash.
2916         * Makefile.in: Regenerate.
2918 2009-06-03  Ben Elliston  <bje@au.ibm.com>
2920         * config.sub, config.guess: Update from upstream sources.
2922 2009-06-02  Richard Sandiford  <r.sandiford@uk.ibm.com>
2924         * configure.ac (powerpc-*-aix*, rs6000-*-aix*): Add target-newlib
2925         to noconfdirs.
2926         * configure: Regenerate.
2928 2009-06-02  Alexandre Oliva  <aoliva@redhat.com>
2930         * Makefile.tpl ([+compare-target+]): Compare all stage
2931         directories, rather than just gcc.
2932         * Makefile.in: Rebuilt.
2934 2009-06-01  Doug Kwan  <dougkwan@google.com>
2936         * configure.ac: Support gold for target arm*-*-*.
2937         * configure: Regenerate.
2939 2009-05-29  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
2941         * Makefile.def: Add MPC support and dependencies.
2942         * configure.ac: Likewise.  Reorganize GMP/MPFR checks.
2944         * Makefile.in, configure: Regenerate.
2946 2009-05-27  Alexandre Oliva  <aoliva@redhat.com>
2948         * Makefile.tpl (all): Avoid harmless warning in make all when
2949         gcc-bootstrap is enabled but stage_last does not exist.
2950         * Makefile.in: Rebuilt.
2952 2009-05-24  Nicolas Roche  <roche@adacore.com>
2954         * Makefile.tpl (compare-target): Skip ./ada/*tools directories.
2955         * Makefile.in: Regenerate.
2957 2009-05-21  Denis Chertykov  <chertykov@gmail.com>
2959         * MAINTAINERS: Update my e-mail address.
2961 2009-05-21  Dave Korn  <dave.korn.cygwin@gmail.com>
2963         * configure.ac (cygwin noconfigdirs):  Remove libgcj.
2964         * configure:  Regenerate.
2966 2009-05-18  Alexandre Oliva  <aoliva@redhat.com>
2968         PR other/40159
2969         * Makefile.tpl (all): Don't assume gcc-bootstrap and
2970         gcc-no-bootstrap are mutually exclusive.
2971         * Makefile.in: Rebuilt.
2973 2009-05-18  Alexandre Oliva  <aoliva@redhat.com>
2975         PR other/40159
2976         * Makefile.tpl (all): Don't end with unconditional success.
2977         * Makefile.in: Rebuilt.
2979 2009-05-12  Alexandre Oliva  <aoliva@redhat.com>
2981         PR target/37137
2982         * Makefile.def (flags_to_pass): Remove redundant and incomplete
2983         STAGE1_CFLAGS, STAGE2_CFLAGS, STAGE3_CFLAGS, and STAGE4_CFLAGS.
2984         Add FLAGS_FOR_TARGET and BUILD_CONFIG.
2985         (bootstrap_stage): Remove bootstrap-debug custom stages.  Turn
2986         stage_configureflags, stage_cflags and stage_libcflags into
2987         explicit Makefile macros.
2988         * Makefile.tpl (HOST_EXPORTS, EXTRA_HOST_FLAGS): Pass GCJ and
2989         GFORTRAN.
2990         (POSTSTAGE1_HOST_EXPORTS): Add XGCC_FLAGS_FOR_TARGET and TFLAGS to
2991         CC.  Set CC_FOR_BUILD from CC.
2992         (BASE_TARGET_EXPORTS, RAW_CXX_TARGET_EXPORTS,
2993         NORMAL_TARGET_EXPORTS): Move SYSROOT_CFLAGS_FOR_TARGET and
2994         DEBUG_PREFIX_CFLAGS_FOR_TARGET from CFLAGS and CXXFLAGS to
2995         XGCC_FLAGS_FOR_TARGET.  Add it along with TFLAGS to CC, CXX, GCJ,
2996         and GFORTRAN.
2997         (TFLAGS, STAGE_CFLAGS, STAGE_TFLAGS, STAGE_CONFIGURE_FLAGS): New.
2998         (_LIBCFLAGS): Renamed to _TFLAGS.
2999         (do-compare-debug, do-compare3-debug): Drop.
3000         (CC, GCC_FOR_TARGET, CXX_FOR_TARGET, RAW_CXX_FOR_TARGET,
3001         GCJ_FOR_TARGET, GFORTRAN_FOR_TARGET): Remove FLAGS_FOR_TARGET.
3002         (FLAGS_FOR_TARGET, SYSROOT_CFLAGS_FOR_TARGET,
3003         DEBUG_PREFIX_CFLAGS_FOR_TARGET): Move down.
3004         (XGCC_FLAGS_FOR_TARGET): New.
3005         (BASE_FLAGS_TO_PASS): Pass STAGEid_CFLAGS, STAGEid_TFLAGS and TFLAGS.
3006         (EXTRA_HOST_FLAGS): Pass GCJ and GFORTRAN.
3007         (POSTSTAGE1_FLAGS_TO_PASS): Move SYSROOT_CFLAGS_FOR_TARGET and
3008         DEBUG_PREFIX_CFLAGS_FOR_TARGET from CFLAGS, CXXFLAGS, LIBCFLAGS,
3009         LIBCXXFLAGS to XGCC_FLAGS_FOR_TARGET.  Add it along with TFLAGS
3010         to CC, CXX, GCJ, and GFORTRAN.  Pass XGCC_FLAGS_FOR_TARGET and
3011         TFLAGS.
3012         (BUILD_CONFIG): Include if requested.
3013         (all): Set TFLAGS on bootstrap.
3014         (configure-stageid-prefixmodule): Pass TFLAGS, adjust FLAGS.
3015         (all-stageid-prefixmodule): Likewise.
3016         (do-clean, distclean-stageid): Set TFLAGS.
3017         (restrap): Fix whitespace.
3018         * Makefile.in: Rebuilt.
3020 2009-05-07  Paolo Bonzini  <bonzini@gnu.org>
3022         * config.guess: Sync with src.
3024 2009-05-07  Dave Korn  <dave.korn.cygwin@gmail.com>
3026         * configure.ac ($with_ppl):  Default to no if not supplied.
3027         ($with_cloog):  Likewise.
3028         configure:  Regenerate.
3030 2009-04-27  James E. Wilson  <wilson@codesourcery.com>
3032         * MAINTAINERS: Update my e-mail address.
3034 2009-04-27  Nick Clifton  <nickc@redhat.com>
3036         * MAINTAINERS: Replace Aldy Hernandez as a maintainer for the FRV.
3038 2009-04-25  Eric Botcazou  <ebotcazou@adacore.com>
3040         * Makefile.tpl (POSTSTAGE1_HOST_EXPORTS): Add GNATBIND.
3041         (POSTSTAGE1_FLAGS_TO_PASS): Pick up exported value for GNATBIND.
3042         * Makefile.in: Regenerate.
3044 2009-04-24  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
3046         PR bootstrap/39739
3047         * configure.ac (extra_mpfr_configure_flags): Set and AC_SUBST.
3048         * Makefile.def (module=mpfr): Use extra_mpfr_configure_flags.
3050         * configure, Makefile.in: Regenerate.
3052 2009-04-21  Taras Glek  <tglek@mozilla.com>
3054         * include/hashtab.h: Update GTY annotations to new syntax
3055         * include/splay-tree.h: Likewise
3057 2009-04-17  Ben Elliston  <bje@au.ibm.com>
3059         * config.sub, config.guess: Update from upstream sources.
3061 2009-04-15  Anthony Green  <green@moxielogic.com>
3063         * configure.ac: Add moxie support.
3064         * configure: Rebuilt.
3066 2009-04-14  Jakub Jelinek  <jakub@redhat.com>
3068         * configure.ac: Change copyright header to refer to version
3069         3 of the GNU General Public License and to point readers at the
3070         COPYING3 file and the FSF's license web page.
3071         * Makefile.def: Likewise.
3072         * Makefile.tpl: Likewise.
3073         * Makefile.in: Regenerate.
3075 2009-04-09  Jack Howarth  <howarth@bromo.med.uc.edu>
3077         * configure.ac: Restore match for darwin9 or later. Use double
3078         brackets since regeneration eats one pair.
3079         * configure: Regenerate.
3081 2009-04-09  H.J. Lu  <hongjiu.lu@intel.com>
3083         PR gas/10039
3084         * configure.ac: Require texinfo 4.7.
3085         * configure: Regenerated.
3087 2009-04-09  Nick Clifton  <nickc@redhat.com>
3089         * COPYING.RUNTIME: New file: Contains a copy of version 3.1 of
3090         the GCC Runtime Library Exception.
3092 2009-04-08  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
3094         * configure.ac: Bump minimum GMP/MPFR versions to 4.2 and 2.3.1.
3095         * configure: Regenerate.
3097 2009-04-01  Steve Ellcey  <sje@cup.hp.com>
3099         * Makefil.def (languages): New entries.
3100         * Makefile.tpl (check-gcc-*): New generic target.
3101         * Makefile.in: Regenerate.
3103 2009-03-25  Erven Rohou  <erven.rohou@inria.fr>
3105         * MAINTAINERS:  Update my email address.
3107 2009-03-18  Tom Tromey  <tromey@redhat.com>
3109         * configure: Rebuild.
3110         * configure.ac (host_libs): Add libiconv.
3111         * Makefile.in: Rebuild.
3112         * Makefile.def (host_modules): Add libiconv.
3113         (configure-gdb, all-gdb): Depend on libiconv.
3115 2009-03-16  Tristan Gingold  <gingold@adacore.com>
3117         * configure.ac: Treat gdb as supported on x86_64-darwin.
3118         * configure: Regenerate.
3120 2009-03-16  Joseph Myers  <joseph@codesourcery.com>
3122         * configure.ac (--with-host-libstdcxx): New option.
3123         * configure: Regenerate.
3125 2009-03-12  Joern Rennecke  <joern.rennecke@arc.com>
3127         * MAINTAINERS:  Move myself into the write after approval list.
3129 2009-03-11  Nicola Pero  <nicola.pero@meta-innovation.com>
3131         * MAINTAINERS: Update e-mail address.
3133 2009-03-11  Dorit Nuzman  <dorit@il.ibm.com>
3135         * MAINTAINERS: Remove myself as auto-vectorizer maintainer.
3137 2009-03-10  Ira Rosen  <irar@il.ibm.com>
3139         * MAINTAINERS: Add myself as auto-vectorizer maintainer.
3141 2009-03-01  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
3143         Backport from git Libtool:
3145         2009-01-19  Robert Millan  <rmh@aybabtu.com>
3146         Support GNU/kOpenSolaris.
3147         * libltdl/m4/libtool.m4 (_LT_SYS_DYNAMIC_LINKER)
3148         (_LT_CHECK_MAGIC_METHOD, _LT_COMPILER_PIC, _LT_LINKER_SHLIBS)
3149         (_LT_LANG_CXX_CONFIG) [kopensolaris*-gnu]: Recognize
3150         GNU/kOpenSolaris.
3152 2009-02-27  Andreas Schwab  <schwab@linux-m68k.org>
3154         * MAINTAINERS: Update e-mail address.
3156 2009-02-24  Michael Eager  <eager@eagercon.com>
3158         * MAINTAINERS (Write After Approval): Add self.
3160 2009-02-18  Bingfeng Mei  <bmei@broadcom.com>
3162         * MAINTAINERS (Write After Approval): Add myself.
3164 2009-02-05  Andreas Schwab  <schwab@suse.de>
3166         * Makefile.tpl (stage_last): Define $r and $s before using
3167         $(RECURSE_FLAGS_TO_PASS).
3168         * Makefile.in: Regenerate
3170 2009-01-30  Ian Lance Taylor  <iant@google.com>
3172         * MAINTAINERS: Move myself to the Global Reviewers list.
3174 2009-01-29  Robert Millan  <rmh@aybabtu.com>
3176         * configure.ac: Recognize GNU/kOpenSolaris (*-*-kopensolaris*-gnu).
3177         * configure: Regenerate.
3179 2009-01-17  Gerald Pfeifer  <gerald@pfeifer.com>
3181         * MAINTAINERS: Make whitespace consistent.
3182         Remove Robert Millan from Write After Approval.
3184 2009-01-16  Alan Modra  <amodra@bigpond.net.au>
3186         * Makefile.def (configure-opcodes): Depend on configure-libiberty.
3187         (all-opcodes): Depend on all-libiberty.
3188         * Makefile.in: Regenerate.
3190 2009-01-15  Douglas B Rupp  <rupp@gnat.com>
3192         * configure.ac (ia64*-*-*vms*): Add case with no gdb or ld support.
3193         * configure: Regenerate.
3195 2009-01-12  Ramana Radhakrishnan  <ramana.r@gmail.com>
3197         * MAINTAINERS (Write After Approval): Add myself.
3199 2009-01-12  Steven G. Kargl  <sgk@troutmask.apl.washington.edu>
3201         * MAINTAINERS: Add myself to reviewers (Fortran).
3203 2009-01-12  Sebastian Pop  <sebastian.pop@amd.com>
3205         PR tree-optimization/38515
3206         * configure.ac (cloog-polylib): Removed.
3207         (with_ppl, with_cloog): Test for "no".
3208         * configure: Regenerated.
3210 2009-01-11  Daniel Franke  <franke.daniel@gmail.com>
3212         * MAINTAINERS: Moved myself to reviewers (Fortran).
3214 2009-01-06  Thomas Schwinge  <tschwinge@gnu.org>
3216         * MAINTAINERS (OS Port Maintainers): Add myself for GNU/Hurd.
3217         (Write After Approval): Remove myself.
3219 2009-01-03  Diego Novillo  <dnovillo@google.com>
3221         * MAINTAINERS: Remove myself from alias maintainership.
3223 2009-01-02  David Ayers  <ayers@fsfe.org>
3225         * MAINTAINERS: Update e-mail address.
3227 2008-12-30  Gerald Pfeifer  <gerald@pfeifer.com>
3229         * MAINTAINERS: Make whitespace consistent.
3231 2008-12-18  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
3233         Backport from upstream Libtool:
3234         * libltdl.m4 (_LT_SYS_DYNAMIC_LINKER, _LT_LINKER_SHLIBS):
3235         Add cache variables to tests that require the linker to work.
3236         For shlibpath_overrides_runpath, this also changes the semantics
3237         to let the result from the C compiler take precedence.
3239 2008-12-02  Ben Elliston  <bje@au.ibm.com>
3241         * config.sub, config.guess: Update from upstream sources.
3243 2008-12-12  Sebastian Pop  <sebastian.pop@amd.com>
3245         * configure.ac (ppllibs): Add by default the lib flags.
3246         * configure: Regenerate.
3248 2008-12-08  Luis Machado  <luisgpm@br.ibm.com>
3250         * MAINTAINERS:  Add myself to the write after approval list.
3252 2008-12-04  Jack Howarth  <howarth@bromo.med.uc.edu>
3254         * configure.ac: Add double brackets on darwin[912].
3255         * configure: Regenerate.
3257 2008-12-03  Daniel Kraft  <d@domob.eu>
3259         * MAINTAINERS:  Moved myself and Mikael Morin from Write After
3260         Approval to Reviewer section (for Fortran front-end).
3262 2008-12-02  Jack Howarth  <howarth@bromo.med.uc.edu>
3264         * configure.ac: Expand to darwin10 and later.
3265         * configure: Regenerate.
3267 2008-12-02  Andreas Schwab  <schwab@suse.de>
3269         * Makefile.def: configure-target-boehm-gc depends on
3270         all-target-libstdc++-v3.
3271         * Makefile.in: Regenerate.
3273 2008-12-02  Kai Tietz  <kai.tietz@onevision.com>
3275         * MAINTAINERS:  Add myself as mingw maintainer.
3277 2008-12-02  Ben Elliston  <bje@au.ibm.com>
3279         * config.sub, config.guess: Update from upstream sources.
3281 2008-12-01  Gerald Pfeifer  <gerald@pfeifer.com>
3283         * README.SCO: Remove.
3285 2008-11-29  Fernando Pereira  <pronesto@gmail.com>
3287         * MAINTAINERS:  Add myself to the write after approval list.
3289 2008-11-29  Dave Korn  <dave.korn.cygwin@gmail.com>
3291         * MAINTAINERS:  Update my email address in WAA section.
3293 2008-11-29  Chen Liqin  <liqin@sunnorth.com.cn>
3295         * MAINTAINERS: Update e-mail address.
3297 2008-11-27  Toon Moene  <toon@moene.org>
3299         * MAINTAINERS: Change e-mail address.
3301 2008-11-27  Tristan Gingold  <gingold@adacore.com>
3303         * configure.ac: Build gdb for i?86-*-darwin*
3304         * configure: Regenerated.
3306 2008-11-24  Hariharan Sandanagobalane  <hariharan@picochip.com>
3308         * MAINTAINERS: Added my full name.
3310 2008-11-14  Daniel Jacobowitz  <dan@codesourcery.com>
3312         PR bootstrap/38014
3313         PR bootstrap/37923
3315         Revert:
3317         2008-10-24  Daniel Jacobowitz  <dan@codesourcery.com>
3319         * Makefile.tpl (HOST_EXPORTS): Correct CPPFLAGS typo.
3320         * Makefile.in: Regenerated.
3322         2008-10-22  Daniel Jacobowitz  <dan@codesourcery.com>
3324         PR gdb/921
3325         PR gdb/1646
3326         PR gdb/2175
3327         PR gdb/2176
3329         * Makefile.def (flags_to_pass): Add CPPFLAGS_FOR_BUILD and CPPFLAGS.
3330         * Makefile.tpl (BUILD_EXPORTS): Set CPPFLAGS.
3331         (EXTRA_BUILD_FLAGS): Correct typo.  Pass CPPFLAGS.
3332         (HOST_EXPORTS): Pass CPPFLAGS.
3333         (CPPFLAGS_FOR_BUILD, CPPFLAGS, CPPFLAGS_FOR_TARGET): Define.
3334         (LDFLAGS_FOR_TARGET): Initialize from configure script.
3335         (EXTRA_TARGET_FLAGS): Set CPPFLAGS.
3336         * Makefile.in, configure: Regenerated.
3337         * configure.ac: Set CPPFLAGS_FOR_TARGET, LDFLAGS_FOR_TARGET,
3338         and CPPFLAGS_FOR_BUILD.
3340 2008-11-06  Jeff Law  <law@redhat.com>
3342         * MAINTAINERS: Add myself as middle end maintainer.
3344 2008-11-06  Andrew Stubbs  <ams@codesourcery.com>
3346         * MAINTAINERS (Write after approval): Add myself.
3348 2008-11-05  Diego Novillo  <dnovillo@google.com>
3350         * MAINTAINERS (Global Reviewers): Add myself.
3351         (Non-Algorithmic Maintainers): Remove myself.
3353 2008-11-04  Thomas Schwinge  <tschwinge@gnu.org>
3355         * MAINTAINERS (Write after approval): Add myself.
3357 2008-10-31  Mikael Morin  <mikael.morin@tele2.fr>
3359         * MAINTAINERS (Write after approval): Add myself.
3361 2008-10-31  Ben Elliston  <bje@au.ibm.com>
3363         * configure.ac (spu-*-*): Remove special case.
3364         * configure: Regenerate.
3366 2008-10-30  Catherine Moore  <clm@codesourcery.com>
3368         * MAINTAINERS (Write after approval): Update my email address.
3370 2008-10-29  Stefan Schulze Frielinghaus  <xxschulz@de.ibm.com>
3372         * configure.ac [spu-*-*]: Do not set skipdirs.
3373         * configure: Re-generate.
3375 2008-10-29  Bernd Schmidt  <bernd.schmidt@analog.com>
3377         * MAINTAINERS (Various Maintainers): Add myself to reload.
3379 2008-10-25  Richard Guenther  <rguenther@suse.de>
3381         * MAINTAINERS (Various Maintainers): Add myself as middle-end
3382         maintainer.  Remove myself as libgcc-math maintainer.
3383         (Non-Algorithmic Maintainers): Remove myself.
3385 2008-10-24  Daniel Jacobowitz  <dan@codesourcery.com>
3387         * Makefile.tpl (HOST_EXPORTS): Correct CPPFLAGS typo.
3388         * Makefile.in: Regenerated.
3390 2008-10-23  Cary Coutant  <ccoutant@google.com>
3392         * MAINTAINERS (Write after approval): Add myself.
3394 2008-10-22  Daniel Jacobowitz  <dan@codesourcery.com>
3396         PR gdb/921
3397         PR gdb/1646
3398         PR gdb/2175
3399         PR gdb/2176
3401         * Makefile.def (flags_to_pass): Add CPPFLAGS_FOR_BUILD and CPPFLAGS.
3402         * Makefile.tpl (BUILD_EXPORTS): Set CPPFLAGS.
3403         (EXTRA_BUILD_FLAGS): Correct typo.  Pass CPPFLAGS.
3404         (HOST_EXPORTS): Pass CPPFLAGS.
3405         (CPPFLAGS_FOR_BUILD, CPPFLAGS, CPPFLAGS_FOR_TARGET): Define.
3406         (LDFLAGS_FOR_TARGET): Initialize from configure script.
3407         (EXTRA_TARGET_FLAGS): Set CPPFLAGS.
3408         * Makefile.in, configure: Regenerated.
3409         * configure.ac: Set CPPFLAGS_FOR_TARGET, LDFLAGS_FOR_TARGET,
3410         and CPPFLAGS_FOR_BUILD.
3412 2008-10-20  Sebastian Pop  <sebastian.pop@amd.com>
3414         * MAINTAINERS (Graphite Reviewers): Added Daniel Berlin and
3415         Sebastian Pop.
3417 2008-10-14  Antoniu Pop <antoniu.pop@gmail.com>
3419         * MAINTAINERS (Write After Approval): Added myself.
3421 2008-10-13  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
3423         * configure.ac (MPFR check): Bump minimum version to 2.3.0 and
3424         recommended version to 2.3.2.
3426         * configure: Regenerate.
3428 2008-10-01  Mark Mitchell  <mark@codesourcery.com>
3430         * MAINTAINERS (Blanket Write Privs): Change to Global Reviewers.
3432 2008-09-29  David Daney <david.daney@caviumnetworks.com>
3434         * MAINTAINERS (Write After Approval): Update e-mail address.
3436 2008-09-26  Peter O'Gorman  <pogma@thewrittenword.com>
3438         * libtool.m4: Update to libtool 2.2.6.
3439         * lt~obsolete.m4: Update to libtool 2.2.6.
3440         * ltmain.sh: Update to libtool 2.2.6.
3441         * ltsugar.m4: Update to libtool 2.2.6.
3442         * ltversion.m4: Update to libtool 2.2.6.
3443         * ltoptions.m4: Update to libtool 2.2.6.
3444         * ltgcc.m4: Update to match changes from libtool 2.2.6.
3446 2008-09-22  Chris Fairles  <cfairles@gcc.gnu.org>
3448         * MAINTAINERS (Write After Approval): Add myself.
3450 2008-09-22  Bernhard Reutner-Fischer  <aldot@gcc.gnu.org>
3452         * MAINTAINERS (Write After Approval): Update my name.
3454 2008-09-20  Steven Bosscher  <steven@gcc.gnu.org>
3456         * MAINTAINERS: Add myself in "Write After Approval".
3458 2008-09-18  Steve Ellcey  <sje@cup.hp.com>
3460         * MAINTAINERS: Add myself as ia64 maintainer.
3462 2008-09-04  Gerald Pfeifer  <gerald@pfeifer.com>
3464         * MAINTAINERS: Remove John Carr, Steve Chamberlain, Michael Chastain,
3465         Klaus Kaempf, Mumit Khan, Alan Lehotsky, Warren Levy, Don Lindsay,
3466         Dave Love, Alexandre Petit-Bianco, Clinton Popetz, Gavin Romig-Koch,
3467         and Michael Tiemann from Write After Approval since they do not
3468         actually have access.
3470 2008-09-05  Richard Guenther  <rguenther@suse.de>
3472         * configure.ac: Initialize clooglibs to -lcloog.
3473         * configure: Re-generate.
3475 2008-09-04  Le-Chun Wu  <lcwu@google.com>
3477         * MAINTAINERS (Write After Approval): Add myself.
3479 2008-09-03  Sebastian Pop  <sebastian.pop@amd.com>
3481         * configure.ac (--with-cloog-polylib): New.
3482         (--disable-cloog-version-check): New.
3483         (--disable-ppl-version-check): New.
3484         * configure: Re-generate.
3486 2008-09-03  Richard Guenther  <rguenther@suse.de>
3488         * configure.ac: Always pass -DCLOOG_PPL_BACKEND to the
3489         cloog test.
3490         * configure: Re-generate.
3492 2008-09-03  Hari Sandanagobalane  <hariharan@picochip.com>
3494         Add picoChip port.
3495         * MAINTAINERS: Add picoChip maintainers.
3497 2008-09-02  Sebastian Pop  <sebastian.pop@amd.com>
3498             Tobias Grosser  <grosser@fim.uni-passau.de>
3499             Jan Sjodin  <jan.sjodin@amd.com>
3500             Harsha Jagasia  <harsha.jagasia@amd.com>
3501             Dwarakanath Rajagopal  <dwarak.rajagopal@amd.com>
3502             Konrad Trifunovic  <konrad.trifunovic@inria.fr>
3503             Adrien Eliche  <aeliche@isty.uvsq.fr>
3505         Merge from graphite branch.
3506         * configure: Regenerate.
3507         * Makefile.in: Regenerate.
3508         * configure.ac (host_libs): Add ppl and cloog.
3509         Add checks for PPL and CLooG.
3510         * Makefile.def (ppl, cloog): Added modules and dependences.
3511         * Makefile.tpl (PPLLIBS, PPLINC, CLOOGLIBS, CLOOGINC): New.
3512         (HOST_PPLLIBS, HOST_PPLINC, HOST_CLOOGLIBS, HOST_CLOOGINC): New.
3514 2008-08-31  Aaron W. LaFramboise  <aaronavay62@aaronwl.com>
3516         * configure.ac (RPATH_ENVVAR): Use PATH on Windows.
3517         (GCC_SHLIB_SUBDIR): New.
3518         * Makefile.tpl (HOST_LIB_PATH_gcc): Use GCC_SHLIB_SUBDIR.
3519         * configure: Regenerate.
3520         * Makefile.in: Regenerate.
3522 2008-08-30  Gerald Pfeifer  <gerald@pfeifer.com>
3524         * MAINTAINERS: Consistently use tabs to separate columns.
3526 2008-08-29  Tristan Gingold  <gingold@adacore.com>
3528         * MAINTAINERS (Write after Approval): Add myself.
3530 2008-08-28  Tristan Gingold  <gingold@adacore.com>
3532         * configure.ac (powerpc-*-darwin*, i?86-*-darwin*,x86_64-*-darwin9):
3533         Enable bfd, binutils and opcodes.
3534         * configure: Regenerate.
3536 2008-08-27  John David Anglin  <dave.anglin@nrc-cnrc.gc.ca>
3538         * MAINTAINERS: Update my hppa and hpux entries.  Remove my vax entry.
3540 2008-08-23  Thomas Koenig  <tkoenig@gcc.gnu.org>
3542         * MAINTAINERS:  Use correct Umlaut for last name.
3544 2008-08-23  Francois-Xavier Coudert  <fxcoudert@gcc.gnu.org>
3546         * MAINTAINERS: Move myself from Reviewers to Write after Approval.
3548 2008-08-16  David Edelsohn  <edelsohn@gnu.org>
3550         * MAINTAINERS: Update my email address.
3552 2008-08-16  Nicolas Roche  <roche@adacore.com>
3554         * Makefile.tpl: Add BOOT_ADAFLAGS.
3555         * Makefile.in: Regenerate.
3557 2008-08-09  Richard Sandiford  <rdsandiford@googlemail.com>
3559         * configure.ac (mips*-*-*linux*, mips*-*-gnu*): Use mt-mips-gnu.
3560         * configure: Regenerate.
3562 2008-07-30  Paolo Bonzini  <bonzini@gnu.org>
3564         * configure.ac: Add makefile fragments for hpux.
3565         * Makefile.def (flags_to_pass): Add ADA_CFLAGS.
3566         * Makefile.tpl (HOST_EXPORTS): Pass ADA_CFLAGS.
3567         * configure: Regenerate.
3568         * Makefile.in: Regenerate.
3570 2008-07-28  Aldy Hernandez  <aldyh@redhat.com>
3572         * MAINTAINERS: Add Jakub and myself as gimple maintainers.
3574 2008-07-11  Dodji Seketeli  <dseketel@redhat.com>
3576         * MAINTAINERS (Write after Approval): Add myself.
3578 2008-07-02  Xuepeng Guo  <xuepeng.guo@intel.com>
3580         * MAINTAINERS (Write After Approval):  Add myself.
3582 2008-06-29  Andrew Jenner  <andrew@codesourcery.com>
3584         * MAINTAINERS (Write After Approval):  Add myself.
3586 2008-06-29  Krister Walfridsson  <krister.walfridsson@gmail.com>
3588         * MAINTAINERS: Update my email address.
3590 2008-06-25  Joey Ye  <joey.ye@intel.com>
3592         * MAINTAINERS (Write After Approval):  Add myself.
3594 2008-06-17  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
3596         * Makefile.tpl ($(srcdir)/configure): Update dependencies.
3597         * Makefile.in: Regenerate.
3598         * configure: Regenerate.
3600 2008-06-17  Daniel Kraft  <d@domob.eu>
3602         * MAINTAINERS (Write After Approval):  Add myself.
3604 2008-06-16  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
3606         * configure.ac: Set TOPLEVEL_CONFIGURE_ARGUMENTS early, when
3607         "$@" is still intact with both Autoconf 2.59 and 2.62.
3608         * configure: Regenerate.
3610 2008-06-16  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
3612         * Makefile.tpl: Fix comment errors.
3613         * Makefile.in: Regenerate.
3615 2008-06-12  David S. Miller  <davem@davemloft.net>
3616             David Edelsohn  <edelsohn@gnu.org>
3618         * configure.ac: Add powerpc*-*-* to gold supported targets.
3619         * configure: Regenerate.
3621 2008-06-08  Joseph Myers  <joseph@codesourcery.com>
3623         PR tree-optimization/36218
3624         * Makefile.def (flags_to_pass): Add LDFLAGS_FOR_BUILD.
3625         * Makefile.tpl (EXTRA_BUILD_FLAGS): Define.
3626         (all prefix="build-"): Pass them to build-system sub-makes.
3627         * Makefile.in: Regenerate.
3629 2008-06-07  Joseph Myers  <joseph@codesourcery.com>
3631         * MAINTAINERS (mt port): Remove.
3632         (sco5, unixware, sco udk): Remove.
3633         (Kean Johnston): Add to Write After Approval.
3635 2008-05-30  Julian Brown  <julian@codesourcery.com>
3637         * configure.ac (arm*-*-linux-gnueabi): Don't disable building
3638         of libobjc for ARM EABI Linux.
3639         * configure: Regenerate.
3641 2008-05-18  Xinliang David Li   <davidxl@google.com>
3643         * ChangeLog: Remove wrong ChangeLog entry.
3645 2008-05-17  Xinliang David Li   <davidxl@google.com>
3647         * MAINTAINERS (Write After Approval): Add myself.
3649 2008-05-15  Janus Weil  <janus@gcc.gnu.org>
3651         * MAINTAINERS (Write After Approval): Add myself.
3653 2008-05-14  Rafael Espíndola  <espindola@google.com>
3655         * config-ml.in: don't handle --enable-shared and --enable-static.
3657 2008-05-10  Richard Sandiford  <rdsandiford@googlemail.com>
3659         * MAINTAINERS: Update my email address.
3661 2008-05-10  Paolo Carlini  <paolo.carlini@oracle.com>
3663         * MAINTAINERS: Update my email address.
3665 2008-05-03  Kris Van Hees  <kris.van.hees@oracle.com>
3667         * MAINTAINERS (Write After Approval): Add myself.
3669 2008-04-28  Gabriele Svelto  <gabriele.svelto@st.com>
3671         * MAINTAINERS (Write After Approval): Add myself.
3673 2008-04-25  Pompapathi V Gadad  <Pompapathi.V.Gadad@nsc.com>
3675         * MAINTAINERS (crx): Add myself.
3677 2008-04-18  Paolo Bonzini  <bonzini@gnu.org>
3679         Sync with src:
3680         2008-04-14  David S. Miller  <davem@davemloft.net>
3682         * configure.ac: Add sparc*-*-* to gold supported targets.
3683         * configure: Regenerate.
3685 2008-04-18  Paolo Bonzini  <bonzini@gnu.org>
3687         PR bootstrap/35457
3688         * configure.ac: Include override.m4.
3689         * configure: Regenerate.
3691 2008-04-18  Paolo Bonzini  <bonzini@gnu.org>
3693         * Makefile.tpl (restrap): Call `make all' using double-colon rules.
3694         * Makefile.in: Regenerate.
3696 2008-04-18  M R Swami Reddy  <MR.Swami.Reddy@nsc.com>
3698         * configure.ac (cr16-*-*): Add case for cr16 target and include gdb
3699         as nonconfigurable directories list.
3700         * configure: Regenerate.
3702 2008-04-14  Ben Elliston  <bje@au.ibm.com>
3704         * config.sub, config.guess: Update from upstream sources.
3706 2008-04-12  Hans-Peter Nilsson  <hp@axis.com>
3708         * Makefile.tpl <gcc>: Error early unless at least GNU make 3.80.
3709         * Makefile.in: Regenerate.
3711 2008-04-11  Eric B. Weddington  <eweddington@cso.atmel.com>
3713         * configure.ac: Do not build libssp for the AVR.
3714         * configure: Regenerate.
3716 2008-04-07  Ian Lance Taylor  <iant@google.com>
3718         * Makefile.def: check-gold depends upon all-binutils.
3719         * Makefile.in: Regenerate.
3721 2008-04-04  Andy Hutchinson  <hutchinsonandy@aim.com>
3723         * MAINTAINERS (Write After Approval): Add myself.
3725 2008-04-04  Nick Clifton  <nickc@redhat.com>
3727         PR binutils/4334
3728         * configure.ac: Run ACX_CHECK_CYGWIN_CAT_WORKS for cygwin hosted
3729         builds.
3730         * configure: Regenerate.
3732 2008-04-04  NightStrike  <NightStrike@gmail.com>
3734         PR other/35151
3735         * configure.ac: Combine rules for mingw32 and mingw64.
3736         * configure: Regenerate.
3738 2008-04-02  Kai Tietz  <kai.tietz@onvision.com>
3740         * MAINTAINERS (Write After Approval): Add myself.
3742 2008-04-01  Seongbae Park  <seongbae.park@gmail.com>
3744         * Makefile.tpl (.NOTPARALLEL): Revert previous change.
3745         * Makefile.in (.NOTPARALLEL): Ditto.
3747 2008-04-01  Peter O'Gorman  <pogma@thewrittenword.com>
3749         * MAINTAINERS (Write After Approval): Add myself.
3751 2008-03-31  Seongbae Park  <seongbae.park@gmail.com>
3753         * Makefile.tpl (.NOTPARALLEL): Serialize stageprofile libiberty.
3754         * Makefile.in (.NOTPARALLEL): Regenerate.
3756 2008-03-27  Paolo Bonzini  <bonzini@gnu.org>
3758         * Makefile.tpl (PICFLAG, PICFLAG_FOR_TARGET): Remove.
3759         * Makefile.in: Regenerate.
3761 2008-03-26  Jakub Staszak  <kuba@et.pl>
3763         * MAINTAINERS (Write After Approval): Add myself.
3765 2008-03-23  Thomas Koenig  <tkoenig@gcc.gnu.org>
3767         * MAINTAINERS:  Update e-mail address.
3769 2008-03-20  Ian Lance Taylor  <iant@google.com>
3771         * configure.ac: Add support for --enable-gold.
3772         * Makefile.def: Add gold as a directory like ld.
3773         * configure, Makefile.in: Regenerate.
3775 2008-03-16  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
3777         * configure.ac: m4_include config/proginstall.m4.
3778         * configure: Regenerate.
3780         Backport from upstream Libtool:
3782         2007-10-12  Eric Blake  <ebb9@byu.net>
3784         Deal with Autoconf 2.62's semantic change in m4_append.
3785         * ltsugar.m4 (lt_append): Replace broken versions of
3786         m4_append.
3787         (lt_if_append_uniq): Don't require separator to be overquoted,
3788         and avoid broken m4_append.
3789         (lt_dict_add): Fix typo.
3790         * libtool.m4 (_LT_DECL): Don't overquote separator.
3792 2008-03-13  David Edelsohn  <edelsohn@gnu.org>
3794         * config.rpath: Add AIX 6 support.
3796 2008-03-13  Paolo Bonzini  <bonzini@gnu.org>
3798         * Makefile.def (stageprofile).  Remove -fprofile-generate
3799         from stage_libcflags.
3800         * Makefile.in: Regenerate.
3802 2008-03-13  Ben Elliston  <bje@au.ibm.com>
3804         * config.sub, config.guess: Update from upstream sources.
3806 2008-03-06  Tom Tromey  <tromey@redhat.com>
3808         * MAINTAINERS: Update for treelang deletion.
3810 2008-03-03  James E. Wilson  <wilson@tuliptree.org>
3812         * MAINTAINERS: Update my email address.
3814 2008-03-03  Stan Shebs  <stanshebs@earthlink.net>
3816         * MAINTAINERS (darwin port): Add myself as a maintainer.
3817         (objective-c/c++): Add myself as a maintainer.
3819 2008-03-03  Volker Reichelt  <v.reichelt@netcologne.de>
3821         * MAINTAINERS (Write After Approval): Update my email address.
3823 2008-02-25  Tomas Bily  <tbily@suse.cz>
3825         * MAINTAINERS (Write After Approval): Add myself.
3827 2008-02-23  Jakub Jelinek  <jakub@redhat.com>
3829         * MAINTAINERS (OpenMP): Add myself.
3831 2008-02-20  Paolo Bonzini  <bonzini@gnu.org>
3833         PR bootstrap/32009
3834         PR bootstrap/32161
3836         * configure.ac (CFLAGS_FOR_TARGET, CXXFLAGS_FOR_TARGET): Compute here.
3837         * configure: Regenerate.
3839         * Makefile.def: Define stage_libcflags for all bootstrap stages.
3840         * Makefile.tpl (BOOT_LIBCFLAGS, STAGE2_LIBCFLAGS, STAGE3_LIBCFLAGS,
3841         STAGE4_LIBCFLAGS): New.
3842         (CFLAGS_FOR_TARGET, CXXFLAGS_FOR_TARGET): Subst from autoconf, without
3843         $(SYSROOT_CFLAGS_FOR_TARGET) and $(DEBUG_PREFIX_CFLAGS_FOR_TARGET).
3844         (BASE_TARGET_EXPORTS): Append them here to C{,XX}FLAGS.
3845         (EXTRA_TARGET_FLAGS): Append them here to {LIB,}C{,XX}FLAGS.
3846         (configure-stage[+id+]-[+prefix+][+module+]): Pass stage_libcflags
3847         for target modules.  Don't export LIBCFLAGS.
3848         (all-stage[+id+]-[+prefix+][+module+]): Pass stage_libcflags; pass
3849         $(BASE_FLAGS_TO_PASS) where [+args+] was passed, and [+args+] after
3850         the overridden CFLAGS_FOR_TARGET and CXXFLAGS_FOR_TARGET.
3851         (invocations of `all'): Replace $(TARGET_FLAGS_TO_PASS) with
3852         $(EXTRA_TARGET_FLAGS), $(FLAGS_TO_PASS) with $(EXTRA_HOST_FLAGS).
3853         * Makefile.in: Regenerate.
3855 2008-02-16  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
3857         PR libgcj/33085
3858         * libtool.m4 (_LT_COMPILER_PIC) [ mingw, cygwin ] <GCJ>:
3859         Do not use -DDLL_EXPORT.  Backport from upstream.
3861 2008-02-13  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
3863         * MAINTAINERS (Write After Approval): Add myself.
3865 2008-02-02  Hans-Peter Nilsson  <hp@axis.com>
3867         * configure.ac: Enable fortran for cris-*-elf and crisv32-*-elf.
3868         * configure: Regenerate.
3870 2008-01-31  Marc Gauthier  <marc@tensilica.com>
3872         * configure.ac (xtensa*-*-*): Recognize processor variants.
3873         * configure: Regenerate.
3875 2008-01-30  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
3877         PR bootstrap/34922
3878         * configure.ac (PARSE_ARGS): Push suitable setting of
3879         ac_subdirs_all, for `./configure --help=recursive'.
3880         Handle `+' in generic toplevel directory disabling.
3881         * configure: Regenerate.
3883 2008-01-28  Nick Clifton  <nickc@redhat.com>
3885         * MAINTAINERS (xstormy16): Take over maintainership.
3887 2008-01-25  Joseph Myers  <joseph@codesourcery.com>
3889         * MAINTAINERS (c4x port): Remove.
3891 2008-01-24  David Edelsohn  <edelsohn@gnu.org>
3893         * libtool.m4: Backport AIX 6 support from ToT Libtool.
3895 2008-01-23  Ben Elliston  <bje@au.ibm.com>
3897         * config.sub, config.guess: Update from upstream sources.
3899 2008-01-22  Tobias Grosser  <grosser@fim.uni-passau.de>
3901         * MAINTAINERS (Write After Approval): Add myself.
3903 2008-01-17  H.J. Lu  <hjl.tools@gmail.com>
3905         * MAINTAINERS: Update my email address.
3907 2008-01-09  Raksit Ashok  <raksit@google.com>
3909         * MAINTAINERS (Write After Approval): Add myself.
3911 2008-01-09  Raksit Ashok  <raksit@google.com>
3913         * MAINTAINERS (Write After Approval): Add myself.
3915 2008-01-08  Ben Elliston  <bje@au.ibm.com>
3917         * config.sub, config.guess: Update from upstream sources.
3919 2007-12-17  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
3921         * configure.ac: Change required MPFR from 2.2.0 -> 2.2.1.
3922         Change recommended MPFR from 2.2.1 -> 2.3.0.
3923         * configure: Regenerate.
3925 2007-12-15  Sebastian Pop  <sebastian.pop@amd.com>
3927         * MAINTAINERS: Update my email address.
3929 2007-12-15  Bernhard Fischer  <aldot@gcc.gnu.org>
3931         * MAINTAINERS: Update my email address.
3933 2007-12-13  Richard Sandiford  <rsandifo@nildram.co.uk>
3935         * Makefile.tpl (CFLAGS_FOR_TARGET): Add -g.
3936         (CXXFLAGS_FOR_TARGET): Add -O2 -g.
3937         * Makefile.in: Regenerate.
3939 2007-12-10  Mark Heffernan  <meheff@google.com>
3941         * MAINTAINERS (Write After Approval): Add myself and alphabetize two
3942         misplaced entries.
3944 2007-12-10  Andreas Tobler  <a.tobler@schweiz.org>
3946         * configure.ac: Enable libjava for x86_64-*-darwin9.
3947         * configure: Regenerate.
3949 2007-12-07  Bill Maddox  <maddox@google.com>
3951         * MAINTAINERS (Write After Approval): Add myself.
3953 2007-12-05  Ben Elliston  <bje@au.ibm.com>
3955         * config.sub, config.guess: Update from upstream sources.
3957 2007-12-02  Matthias Klose  <doko@ubuntu.com>
3959         * config-ml.in: Remove 64bit configure tests.
3961 2007-11-28  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
3963         * config-ml.in: Robustify against white space in absolute file
3964         names.
3966         * config-ml.in (multi-clean): Substitute ${Makefile}.
3967         Remove superfluous ${Makefile} in list.
3969 2007-11-19  Thiemo Seufer  <ths@mips.com>
3971         * config-ml.in: Don't hardcode the Makefile name.
3973 2007-11-08  Alexander Monakov  <amonakov@ispras.ru>
3975         * MAINTAINERS (Write After Approval): Add myself.
3977 2007-11-07  Samuel Tardieu  <sam@rfc1149.net>
3979         * MAINTAINERS (Write After Approval): Add myself.
3981 2007-11-06  Doug Kwan  <dougkwan@google.com>
3983         * MAINTAINERS (Write After Approval): Add myself.
3985 2007-10-25  Ben Elliston  <bje@au.ibm.com>
3987         * MAINTAINERS (mercury): Remove entry.
3988         (Write After Approval): Add Fergus Henderson <fjh@cs.mu.oz.au>.
3990 2007-10-23  Daniel Jacobowitz  <dan@codesourcery.com>
3992         * Makefile.def (dependencies): Make configure-gdb depend on
3993         all-intl.
3994         * Makefile.in: Regenerated.
3996 2007-10-22  Steven G. Kargl  <kargl@gcc.gnu.org>
3998         * MAINTAINERS (Fortran maintainer): Remove myself.
4000 2007-10-15  Patrick Mansfield  <patmans@us.ibm.com>
4002         * Makefile.def: To avoid problems running with parallel makes,
4003         build newlib before libgloss so that target specific header
4004         files are availble.
4005         * Makefile.in: Regenerate
4007 2007-10-11  Daniel Jacobowitz  <dan@codesourcery.com>
4009         * Makefile.def (dependencies): Add all-gdb -> all-libdecnumber.
4010         * Makefile.in: Regenerate.
4012 2007-10-09  Vladimir Makarov  <vmakarov@redhat.com>
4014         * MAINTAINERS (Register allocation reviewer): Add myself.
4016 2007-10-08  Mike Frysinger  <vapier@gentoo.org>
4018         * configure.ac (CFLAGS_FOR_BUILD, CXXFLAGS_FOR_BUILD,
4019         LDFLAGS_FOR_BUILD): Default them to host flags only for $host = $build.
4020         Set default CXXFLAGS_FOR_BUILD to CXXFLAGS, not CFLAGS.  Set default
4021         LDFLAGS_FOR_BUILD to LDFLAGS, not CFLAGS.
4022         * configure: Regenerate.
4024 2006-10-04  Seongbae Park  <seongbae.park@gmail.com>
4026         * MAINTAINERS (Register allocation reviewer): Add myself.
4028 2007-10-01  Paolo Bonzini  <bonzini@gnu.org>
4030         * Makefile.tpl (AR_FOR_BUILD, AS_FOR_BUILD, CXX_FOR_BUILD,
4031         DLLTOOL_FOR_BUILD, GCJ_FOR_BUILD, GFORTRAN_FOR_BUILD,
4032         LDFLAGS_FOR_BUILD, LD_FOR_BUILD, NM_FOR_BUILD, RANLIB_FOR_BUILD,
4033         WINDMC_FOR_BUILD, WINDRES_FOR_BUILD): Use autoconf substitutions.
4034         * configure.ac: Default them to host tools for $host = $build.
4035         Subst them.
4037         * configure: Regenerate.
4038         * Makefile.in: Regenerate.
4040 2006-09-24  Peter Bergner  <bergner@vnet.ibm.com>
4042         * MAINTAINERS (Register allocation reviewer): Add myself.
4044 2006-09-24  Kenneth Zadeck  <zadeck@naturalbridge.com>
4046         * MAINTAINERS (Register allocation reviewer): Add myself.
4048 2007-09-21  Seongbae Park  <seongbae.park@gmail.com>
4050         * MAINTAINERS (Write After Approval): Fix typo.
4052 2007-09-20  Richard Sandiford  <rsandifo@nildram.co.uk>
4054         * configure.ac (mipsisa*-*-elfoabi*): New stanza.
4055         * configure: Regenerate.
4057 2007-09-20  Paul Jarc  <prj-bugzilla-gcc@multivac.cwru.edu>
4059         PR bootstrap/31906
4060         * libtool-ldflags: Don't prefix arguments with -Xcompiler if
4061         they're already prefixed.
4063 2007-09-19  Benjamin Kosnik  <bkoz@redhat.com>
4065         * configure.ac (TOPLEVEL_CONFIGURE_ARGUMENTS): Move libgomp before
4066         libstdc++.
4067         * Makefile.def: Add libgomp config as a maybe dependency for libstdc++.
4068         * configure: Regenerate.
4069         * Makefile.in: Regenerate.
4071 2007-09-17  Andreas Schwab  <schwab@suse.de>
4073         * configure.ac: Raise minimum makeinfo version to 4.6.
4074         * configure: Regenerate.
4076 2007-09-17  Johannes Singler  <singler@ira.uka.de>
4078         * MAINTAINERS (write-after-approval) add myself
4080 2007-09-15  Alan Modra  <amodra@bigpond.net.au>
4082         * configure.ac: Correct makeinfo version check.
4083         * configure: Regenerate.
4085 2007-09-14  Richard Sandiford  <rsandifo@nildram.co.uk>
4087         * MAINTAINERS: Update my email address.
4089 2007-09-14  Richard Sandiford  <richard@codesourcery.com>
4091         * configure.ac (mips*-sde-elf*): New stanza.  Add target-libiberty
4092         to $skipdirs and only disable gprof for newlib.  Use the normal
4093         mips*-elf* handling in other respects.
4094         * configure: Regnerate.
4096 2007-09-12  David Daney  <ddaney@avtrex.com>
4098         * configure.ac: Remove mips64*-*-linux* noconfigdirs section, thus
4099         enabling libgcj.
4100         * configure: Regenerate.
4102 2007-09-10  Rask Ingemann Lambertsen  <rask@sygehus.dk>
4104         PR other/32154
4105         * configure.ac: For libgloss targets, point the linker to the linker
4106         script, startup code and simulator library.
4107         * configure: Regenerate.
4109 2007-09-07  Andrew Haley  <aph@redhat.com>
4111         * configure.ac (noconfigdirs): Remove target-libffi and
4112         target-libjava.
4113         * configure: Regenerate.
4115 2007-09-06  Francois-Xavier Coudert  <fxcoudert@gcc.gnu.org>
4117         PR target/33281
4118         * configure.ac: Use config/mh-mingw on mingw.
4119         * configure: Regenerate.
4121 2007-09-05  Pat Haugen  <pthaugen@us.ibm.com>
4123         * MAINTAINERS (Write After Approval): Add myself.
4125 2007-09-05  Richard Guenther  <rguenther@suse.de>
4127         * configure.ac (--enable-stage1-checking): If neither --enable-checking
4128         nor --disable-checking is provided also turn on yes and types
4129         checking for stage1.
4130         * configure: Re-generate.
4132 2007-08-30  Krister Walfridsson  <cato@df.lth.se>
4134         * MAINTAINERS (OS Port Maintainers): Add myself as NetBSD maintainer.
4135         (Write After Approval): Remove myself.
4137 2007-08-29  Nick Clifton  <nickc@redhat.com>
4139         * config.sub, config.guess: Update from upstream sources.
4141 2007-08-22  Bud Davis  <jmdavis@link.com>
4143         * MAINTAINERS (Write After Approval): Added myself.
4144         * MAINTAINERS (Reviewers): Removed myself.
4146 2007-08-18  Paul Brook  <paul@codesourcery.com>
4147             Joseph Myers  <joseph@codesourcery.com>
4149         * Makefile.tpl (DEBUG_PREFIX_CFLAGS_FOR_TARGET): New.
4150         (CFLAGS_FOR_TARGET, CXXFLAGS_FOR_TARGET): Include it.
4151         * Makefile.in: Regenerate.
4152         * configure.ac (--with-debug-prefix-map): New.
4153         * configure: Regenerate.
4155 2007-08-17  Richard Sandiford  <richard@codesourcery.com>
4156             Nigel Stephens  <nigel@mips.com>
4158         * configure.ac (mips*-sde-elf*): New stanza.  Use config/mt-sde
4159         as target_makefile_frag.
4160         * configure: Regenerate.
4162 2007-08-16  Alexandre Oliva  <aoliva@redhat.com>
4164         * Makefile.def (STAGE2_CFLAGS, STAGE3_CFLAGS, STAGE4_CFLAGS):
4165         Add to flags_to_pass.  Adjust uses of BOOT_CFLAGS.
4166         (bootstrap2-debug, bootstrap-debug): New bootstrap stages.
4167         * Makefile.tpl (STAGE2_CFLAGS, STAGE3_CFLAGS, STAGE4_CFLAGS): New.
4168         (do-compare, do-compare3, do-compare-debug): New.
4169         ([+compare-target+]): Use them.
4171 2007-08-14  Maxim Kuvyrkov  <maxim@codesourcery.com>
4173         * MAINTAINERS (Write After Approval): Change my email address.
4175 2007-08-13  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
4176             Ben Elliston  <bje@au.ibm.com>
4178         * configure.ac (TOPLEVEL_CONFIGURE_ARGUMENTS, baseargs): Pass
4179         --silent if $silent.
4180         * configure: Regenerate.
4182 2003-08-12  Zdenek Dvorak  <ook@ucw.cz>
4184         * MAINTAINERS (Various Maintainers): Add myself as
4185         loop infrastructure maintainer.  Update my e-mail
4186         address.
4188 2007-07-31  Diego Novillo  <dnovillo@google.com>
4190         * MAINTAINERS (Reviewers): Rename from Non-Autopoiesis.
4191         Adjust description.
4193 2007-07-26  Richard Guenther  <rguenther@suse.de>
4195         * configure.ac: Add types checking to stage1 checking flags.
4196         * configure: Regenerate.
4198 2007-07-17  Nick Clifton  <nickc@redhat.com>
4200         * COPYING3: New file.  Contains version 3 of the GNU General
4201         Public License.
4202         * COPYING3.LIB: New file.  Contains version 3 of the GNU
4203         Lesser General Public License.
4205 2007-07-16  Andreas Krebbel  <krebbel1@de.ibm.com>
4207         * MAINTAINERS (S/390 port maintainer): Remove my co-maintainer tag.
4209 2007-07-16  Andreas Krebbel  <krebbel1@de.ibm.com>
4211         * MAINTAINERS (S/390 co-maintainer): Add myself.
4212         (Write After Approval): Remove myself.
4214 2007-07-13  Dan Hipschman  <dsh@google.com>
4216         * MAINTAINERS (Write After Approval): Add myself.
4218 2007-07-11  Nick Clifton  <nickc@redhat.com>
4220         * Makefile.tpl (BUILD_EXPORTS): Escape the newline at the end of the
4221         WINDRES export.
4222         * Makefile.in: Regenerate.
4224 2007-07-05  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
4226         * MAINTAINERS (OS Port Maintainers): Add myself as IRIX, Tru64 UNIX
4227         maintainer.
4229 2007-07-05  H.J. Lu  <hongjiu.lu@intel.com>
4231         * lt~obsolete.m4: New. Import from 20070318 libtool.
4233 2007-07-03  Julian Brown  <julian@codesourcery.com>
4235         * MAINTAINERS (Write After Approval): Add myself.
4237 2007-07-03  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
4239         * configure.ac: Rewrite 'configure --help' strings to look nicer.
4240         * configure: Regenerate.
4242 2007-07-03  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
4244         * configure.ac: Add some missing m4 quotation.
4245         * configure: Regenerate.
4247 2007-07-02  Simon Baldwin  <simonb@google.com>
4249         * MAINTAINERS (Write After Approval): Add myself.
4251 2007-07-02  Paolo Bonzini  <bonzini@gnu.org>
4253         * configure: Regenerate.
4255 2007-07-02  Kai Tietz   <kai.tietz@onevision.com>
4257         * Makefile.def: Add windmc tool to build.
4258         * Makefile.tpl: Likewise.
4259         * configure.ac: Likewise.
4260         * Makefile.in: Regenerate.
4261         * configure: Regenerate.
4263 2007-06-28  DJ Delorie  <dj@redhat.com>
4265         * configure.ac (arm*-*-linux-gnueabi): Don't build libgloss if we're
4266         not building newlib.
4267         * configure: Regenerated.
4269 2007-06-28  Jan Sjodin  <jan.sjodin@amd.com>
4271         * MAINTAINERS (Write After Approval): Add myself.
4273 2007-06-25  Martin Michlmayr  <tbm@cyrius.com>
4275         * MAINTAINERS (Write After Approval): Add myself.
4277 2007-06-19  Chris Matthews  <chrismatthews@google.com>
4279         * MAINTAINERS (Write After Approval): Add myself.
4281 2007-06-19  Rask Ingemann Lambertsen  <rask@sygehus.dk>
4283         * MAINTAINERS (Write After Approval): Add myself.
4285 2007-06-18  Daniel Jacobowitz  <dan@codesourcery.com>
4287         * Makefile.def: Add dependency from configure-gdb to all-bfd.
4288         * Makefile.in: Regenerated.
4290 2007-06-14  Bernd Schmidt  <bernd.schmidt@analog.com>
4292         * configure.ac: Don't add target-libmudflap to noconfigdirs for
4293         bfin*-*-uclinux* targets.
4294         * configure: Regenerate.
4296 2007-06-14  Ian Lance Taylor  <iant@google.com>
4298         * MAINTAINERS: Add myself as non-algorithmic global write
4299         maintainer.
4301 2007-06-14  Diego Novillo  <dnovillo@google.com>
4303         * MAINTAINERS: Add self as middle-end maintainer and
4304         non-algorithmic global write maintainer.
4306 2007-06-14  Francois-Xavier Coudert  <fxcoudert@gcc.gnu.org>
4308         * MAINTAINERS: Change spelling from "fortran 95" to "Fortran".
4309         Move all Fortran maintainers except Paul Brook into the
4310         Non-Autopoiesis section.
4312 2007-06-14  Paolo Bonzini  <bonzini@gnu.org>
4314         * Makefile.tpl (cleanstrap): Don't delete the toplevel Makefile.
4315         (distclean-stage[+id+]): Possibly delete stage_last.
4316         * Makefile.in: Regenerate.
4318 2007-06-12  Seongbae Park  <seongbae.park@gmail.com>
4320         * MAINTAINERS (Various Maintainer): Fix typo.
4322 2007-06-11  Paolo Bonzini  <bonzini@gnu.org>
4324         * MAINTAINERS (Various Maintainer): Add myself as
4325         dataflow maintainer.
4327 2007-06-07  Ben Elliston  <bje@au.ibm.com>
4329         * config.sub, config.guess: Update from upstream sources.
4331 2007-06-07  Ben Elliston  <bje@au.ibm.com>
4333         * Makefile.tpl: Fix spelling error.
4334         * Makefile.in: Regenerate.
4336 2007-06-01  Steve Ellcey  <sje@cup.hp.com>
4338         * libtool.m4 (LT_CMD_MAX_LEN): Try using getconf to set
4339         lt_cv_sys_max_cmd_len.
4341 2007-05-31  Dorit Nuzman   <dorit@il.ibm.com>
4343         * MAINTAINERS (Various Maintainers): Add myself as
4344         auto-vectorizer maintainer.
4346 2003-05-31  Paolo Bonzini  <bonzini@gnu.org>
4348         PR libjava/32098
4349         * libtool.m4: Revert previous change.
4350         * ltgcc.m4: Put it here.
4352 2003-05-30  Zdenek Dvorak  <dvorakz@suse.cz>
4354         * MAINTAINERS (Various Maintainers): Add myself as
4355         auto-vectorizer maintainer.
4357 2007-05-30  H.J. Lu  <hongjiu.lu@intel.com>
4359         PR libjava/32098
4360         * libtool.m4 (_LT_LANG_GCJ_CONFIG): Use gcc to test gcj features.
4362 2007-05-30  Richard Guenther  <rguenther@suse.de>
4364         * MAINTAINERS (Various Maintainers): Add myself as
4365         auto-vectorizer maintainer.
4367 2007-05-30  Jakub Jelinek  <jakub@redhat.com>
4369         PR bootstrap/29382
4370         * configure.ac: Don't use -fkeep-inline-functions for GCC < 3.3.1.
4371         * configure: Rebuilt.
4373 2007-05-28  Roberto Costa  <robsettantasei@gmail.com>
4375         * MAINTAINERS (Write After Approval): Removed my name.
4377 2007-05-25  Steven Bosscher  <steven@gcc.gnu.org>
4379         * MAINTAINERS (Write After Approval): Remove myself.
4381 2007-05-25  Andreas Tobler  <a.tobler@schweiz.org>
4383         * ltmain.sh: Fix Darwin verstring, remove ${wl}.
4385 2007-05-23  Steve Ellcey  <sje@cup.hp.com>
4387         * ltmain.sh: Update from ToT Libtool.
4388         * libtool.m4: Update from ToT Libtool.
4389         * ltsugar.m4: New. Update from ToT Libtool.
4390         * ltversion.m4: New. Update from ToT Libtool.
4391         * ltoptions.m4: New. Update from ToT Libtool.
4392         * ltconfig: Remove.
4393         * ltcf-c.sh: Remove.
4394         * ltcf-cxx.sh: Remove.
4395         * ltcf-gcj.sh: Remove.
4397 2007-05-22  Ollie Wild  <aaw@google.com>
4399         * MAINTAINERS (Write After Approval): Add myself.
4401 2007-05-16  Paolo Bonzini  <bonzini@gnu.org>
4403         * Makefile.def (bootstrap_stage): Replace stage_make_flags with
4404         stage_cflags.
4405         * Makefile.tpl (POSTSTAGE1_HOST_EXPORTS, POSTSTAGE1_FLAGS_TO_PASS):
4406         Remove CFLAGS/LIBCFLAGS.
4407         (configure-stage[+id+]-[+prefix+][+module+],
4408         all-stage[+id+]-[+prefix+][+module+]): Pass it from [+stage_cflags+].
4409         * Makefile.in: Regenerate.
4411 2007-05-15  Diego Novillo  <dnovillo@google.com>
4413         * MAINTAINERS: Update e-mail address.
4415 2007-05-15  Revital Eres  <eres@il.ibm.com>
4417         * MAINTAINERS (Write After Approval): Add myself.
4419 2007-05-14  Roberto Costa  <robsettantasei@gmail.com>
4421         * MAINTAINERS (Write After Approval): Updated my address.
4423 2007-05-14  Thomas Neumann  <tneumann@users.sourceforge.net>
4425         * MAINTAINERS (Write After Approval): Add myself.
4427 2007-05-11  Silvius Rus  <rus@google.com>
4429         * MAINTAINERS (Write After Approval): Add myself.
4431 2007-04-23  Tom Tromey  <tromey@redhat.com>
4433         * MAINTAINERS: Added myself as non-algorithmic libcpp maintainer.
4435 2007-04-22  Mark Mitchell  <mark@codesourcery.com>
4437         * MAINTAINERS (cpplib): Rename to ...
4438         (libcpp): ... this.  Add C/C++ front end maintainers.
4440 2007-04-14  Steve Ellcey  <sje@cup.hp.com>
4442         * config-ml.in: Pass ${ml_config_env} to configure calls.
4444 2007-04-04  Christian Bruel  <christian.bruel@st.com>
4446         * MAINTAINERS (Write After Approval): Add myself.
4448 2007-04-02  Dave Korn  <dave.korn@artimi.com>
4450         * MAINTAINERS (Write After Approval): Add myself.
4452 2007-03-31  Tobias Burnus  <burnus@net-b.de>
4454         * MAINTAINERS (fortran 95 front end): Add myself.
4456 2007-03-28  Dwarakanath Rajagopal  <dwarak.rajagopal@amd.com>
4458         * MAINTAINERS (Write After Approval): Add myself.
4460 2007-03-24  Ayal Zaks  <zaks@il.ibm.com>
4462         * MAINTAINERS (Modulo Scheduler): Add myself.
4464 2007-03-23  Brooks Moses  <brooks.moses@codesourcery.com>
4466         * MAINTAINERS (fortran 95 front end): Add myself.
4467         (c++ front end): whitespace fix.
4469 2007-03-22  Nathan Froyd  <froydnj@codesourcery.com>
4471         * MAINTAINERS (Write After Approval): Add myself.
4473 2007-03-21  Richard Sandiford  <richard@codesourcery.com>
4475         * configure.ac (TOPLEVEL_CONFIGURE_ARGUMENTS): Fix m4 quoting
4476         of glob.  Quote arguments with single quotes too.
4477         * configure: Regenerate.
4479 2007-03-12  Brooks Moses  <brooks.moses@codesourcery.com>
4481         * Makefile.def (fixincludes): Remove unneeded "missing" lines.
4482         * Makefile.in: Regenerate
4484 2007-03-07  Andreas Schwab  <schwab@suse.de>
4486         * configure: Regenerate.
4488 2007-03-01  Brooks Moses  <brooks.moses@codesourcery.com>
4490         * configure.ac: Add "--with-pdfdir" configure option,
4491         which defines pdfdir variable.
4492         * Makefile.def (target=fixincludes): Add install-pdf to
4493         missing targets.
4494         (recursive_targets): Add install-pdf target.
4495         (flags_to_pass): Add pdfdir.
4496         * Makefile.tpl: Add pdfdir handling, add do-install-pdf
4497         target.
4498         * configure: Regenerate
4499         * Makefile.in: Regenerate
4501 2007-02-28  Eric Christopher  <echristo@apple.com>
4503         Revert:
4504         2006-12-07  Mike Stump  <mrs@apple.com>
4506         * Makefile.def (dependencies): Add dependency for
4507         install-target-libssp and install-target-libgomp on
4508         install-gcc.
4509         * Makefile.in: Regenerate.
4511 2007-02-27  Matt Kraai  <kraai@ftbfs.org>
4513         * configure: Regenerate.
4514         * configure.ac: Move statements after variable declarations.
4516 2007-02-19  Kaz Kojima  <kkojima@gcc.gnu.org>
4518         * MAINTAINERS: Add myself as sh maintainer.
4520 2007-02-19  Joseph Myers  <joseph@codesourcery.com>
4522         * configure.ac: Adjust for loop syntax.
4523         * configure: Regenerate.
4525 2007-02-18  Alexandre Oliva  <aoliva@redhat.com>
4527         * configure: Rebuilt.
4529 2007-02-18  Alexandre Oliva  <aoliva@redhat.com>
4531         * configure.ac: Drop multiple occurrences of --enable-languages,
4532         and fix its quoting.
4533         * configure: Rebuilt.
4535 2007-02-17  Mark Mitchell  <mark@codesourcery.com>
4536             Nathan Sidwell  <nathan@codesourcery.com>
4537             Vladimir Prus  <vladimir@codesourcery.com>
4538             Joseph Myers  <joseph@codesourcery.com>
4540         * configure.ac (TOPLEVEL_CONFIGURE_ARGUMENTS): Fix quoting.
4541         * configure: Regenerate.
4543 2007-02-14  Gerald Pfeifer  <gerald@pfeifer.com>
4545         * ltconfig (freebsd*): Default to elf.
4547 2007-02-13  Daniel Jacobowitz  <dan@codesourcery.com>
4549         * configure.ac (target_libraries): Move libgcc before libiberty.
4550         * configure: Regenerated.
4552 2007-02-13  Daniel Jacobowitz  <dan@codesourcery.com>
4553             Paolo Bonzini  <bonzini@gnu.org>
4555         PR bootstrap/30753
4556         * configure.ac: Remove obsolete build / host tests.  Use AC_PROG_CC
4557         unconditionally.  Use AC_PROG_CXX.  Use ACX_TOOL_DIRS to find $prefix.
4558         * configure: Regenerated.
4560 2007-02-11  Francois-Xavier Coudert  <fxcoudert@gcc.gnu.org>
4562         * MAINTAINERS (Language Front End Maintainers): Update my mail
4563         address.
4565 2007-02-09  Daniel Jacobowitz  <dan@codesourcery.com>
4567         PR bootstrap/30748
4568         * configure.ac: Correct syntax for Solaris ksh.
4569         * configure: Regenerated.
4571 2007-02-09  Paolo Bonzini  <bonzini@gnu.org>
4573         * configure.ac: Sync with src.
4574         * configure: Regenerate.
4576 2007-02-09  Paolo Bonzini  <bonzini@gnu.org>
4578         * Makefile.in: Regenerate.
4580 2007-02-09  Paolo Bonzini  <bonzini@gnu.org>
4582         * config.sub: Sync with src.
4584 2007-02-09  Daniel Jacobowitz  <dan@codesourcery.com>
4586         * Makefile.tpl (build_alias, host_alias, target_alias): Use
4587         noncanonical equivalents.
4588         * configure.in: Rename to...
4589         * configure.ac: ...this.  Update AC_PREREQ.  Prevent error for
4590         AS_FOR_TARGET.  Set build_noncanonical, host_noncanonical, and
4591         target_noncanonical.  Use them.  Rewrite removal of configure
4592         arguments for autoconf 2.59.  Discard variable settings.  Force
4593         program_transform_name for native tools.
4595         * Makefile.in: Regenerated.
4596         * configure: Regenerated with autoconf 2.59.
4598 2007-02-07  Roman Zippel  <zippel@linux-m68k.org>
4600         * MAINTAINERS (Write After Approval): Add myself.
4602 2007-01-31  Andreas Schwab  <schwab@suse.de>
4604         * Makefile.tpl (LDFLAGS): Substitute it.
4605         * Makefile.in: Regenerate.
4607 2007-01-30  Andrey Belevantsev  <abel@ispras.ru>
4609         * MAINTAINERS (Write After Approval): Add myself.
4611 2007-01-28  David Edelsohn  <edelsohn@gnu.org>
4613         * MAINTAINERS (spu port): Add myself.
4615 2007-01-23  Richard Guenther  <rguenther@suse.de>
4617         PR bootstrap/30541
4618         * Makefile.def (flags_to_pass): Add GNATBIND and GNATMAKE.
4619         * Makefile.tpl (GNATBIND): Substitute it.
4620         (GNATMAKE): Likewise.
4621         (POSTSTAGE1_FLAGS_TO_PASS): Pass staged GNATBIND instead
4622         of STAGE_PREFIX.
4623         * Makefile.in: Regenerate.
4624         * configure: Regenerate.
4626 2007-01-18  Mike Stump  <mrs@apple.com>
4628         * configure.in: Re-enable -Werror for gcc builds.
4630 2007-01-11  Harsha Jagasia  <harsha.jagasia@amd.com>
4632         * MAINTAINERS (Write After Approval): Add myself.
4634 2007-01-11  Paolo Bonzini  <bonzini@gnu.org>
4636         * configure.in: Change == to = in test command.
4637         * configure: Regenerate.
4639 2007-01-11  Paolo Bonzini  <bonzini@gnu.org>
4640             Nick Clifton  <nickc@redhat.com>
4641             Kaveh R. Ghazi  <ghazi@caip.rutgets.edu>
4643         * configure.in (build_configargs, host_configargs, target_configargs):
4644         Remove build/host/target parameters.
4645         (host_libs): Add gmp and mpfr.
4646         (GMP tests): Reorganize to allow in-tree GMP/MPFR.
4647         * Makefile.def (gmp, mpfr): New.
4648         (gcc): Remove target.
4649         * Makefile.tpl (build_os, build_vendor, host_os, host_vendor,
4650         target_os, target_vendor): New.
4651         (configure): Add host_alias/target_alias arguments; adjust invocations.
4652         * configure: Regenerate.
4653         * Makefile.in: Regenerate.
4655 2007-01-11  Matt Fago  <fago@earthlink.net>
4657         * configure.in: Try to link to functions only in mpfr 2.2.x
4658         to improve robustness of configure tests.
4659         * configure: Regenerate.
4661 2007-01-09  Uros Bizjak  <ubizjak@gmail.com>
4663         * MAINTAINERS: Add myself as i386 maintainer.
4665 2007-01-08  Jan Hubicka  <jh@suse.cz>
4667         * MAINTAINERS: Add myself as i386 maintainer.
4669 2007-01-08  Kai Tietz   <kai.tietz@onevision.com>
4671         * configure.in: Add support for an x86_64-mingw* target.
4672         * configure: Regenerate.
4674 2007-01-05  Daniel Jacobowitz  <dan@codesourcery.com>
4676         * Makefile.tpl (all-target): Correct @if conditional for target
4677         modules.
4678         * configure.in: Omit libiberty if building only target libgcc.
4679         * configure, Makefile.in: Regenerated.
4681 2007-01-04  Paolo Bonzini  <bonzini@gnu.org>
4683         * configure.in: Use DEV-PHASE to detect default for --enable-werror.
4684         * configure: Regenerate.
4686 2007-01-03  Daniel Jacobowitz  <dan@codesourcery.com>
4688         * Makefile.def (target_modules): Add libgcc.
4689         (lang_env_dependencies): Remove default items.  Use no_c and no_gcc.
4690         * Makefile.tpl (clean-target-libgcc): Delete.
4691         (configure-target-[+module+]): Emit --disable-bootstrap dependencies
4692         on gcc even for bootstrapped modules.  Rewrite handling of
4693         lang_env_dependencies to loop over target_modules.
4694         * configure.in (target_libraries): Add target-libgcc.
4695         * Makefile.in, configure: Regenerated.
4697 2006-12-29  Paolo Bonzini  <bonzini@gnu.org>
4699         * configure.in: Reorganize recognition of languages.  Add
4700         --enable-stage1-languages.  Show supported languages for the chosen
4701         target rather than all recognized languages.
4702         * configure: Regenerate.
4704 2006-12-29  Paolo Bonzini  <bonzini@gnu.org>
4706         * Makefile.tpl (GCC_STRAP_TARGETS, all-prebootstrap): Remove.
4707         * Makefile.in: Regenerate.
4709 2006-12-29  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
4711         * configure.in: Warn that MPFR 2.2.0 is buggy.
4712         * configure: Regenerate.
4714 2006-12-27  Ian Lance Taylor  <iant@google.com>
4716         * configure.in: When removing Makefiles to force a reconfigure, also
4717         remove prev-DIR*/Makefile.
4718         * configure: Regenerate.
4720 2006-12-22  Andreas Schwab  <schwab@suse.de>
4722         * configure: Regenerate with correct autoconf version.
4724 2006-12-20  Adam Megacz  <megacz@cs.berkeley.edu>
4726         * configure.in: add AC_SUBST for *_FOR_TARGET.
4727         * configure: Regenerate.
4729 2006-12-19  Paolo Bonzini  <bonzini@gnu.org>
4731         * configure.in: Simplify logic for rejecting languages that cannot
4732         be built.  Separate the case when a language is unsupported,
4733         from the case when the user chooses not to build a language.
4735 2006-12-19  Paolo Bonzini  <bonzini@gnu.org>
4737         * configure.in: Remove "$build" case for powerpc-*-darwin* since
4738         it only affects bootstrap and could be tested on "$host" as well.
4739         * configure: Regenerate.
4740         * config/mh-ppc-darwin: Add to the stage1 cflags here.
4742 2006-12-19  Paolo Bonzini  <bonzini@gnu.org>
4744         PR bootstrap/29544
4745         * Makefile.def (flags_to_pass): Add STAGE1_CHECKING.
4746         (bootstrap_stage): Add STAGE1_CHECKING to stage1 configure flags,
4747         move here comment from Makefile.tpl.
4748         * Makefile.tpl: Move some definitions higher in the file.
4749         (STAGE1_CHECKING): New.
4750         * configure.in: Add --enable-stage1-checking.
4751         * configure: Regenerate.
4752         * Makefile.in: Regenerate.
4754 2006-12-19  Paolo Bonzini  <bonzini@gnu.org>
4756         * MAINTAINERS: Add myself as build system maintainer.
4758 2006-12-15  Simon Martin  <simartin@users.sourceforge.net>
4760         * MAINTAINERS (Write After Approval): Add myself.
4762 2006-12-13  Eric Christopher  <echristo@apple.com>
4764         * MAINTAINERS: Add myself as darwin maintainer.
4766 2006-12-11  Ian Lance Taylor  <ian@airs.com>
4768         * MAINTAINERS: Add myself as libgcc and fp-bit maintainer.
4770 2006-12-11  Joern Rennecke  <joern.rennecke@arc.com>
4772         MAINTAINERS: Update my entry.
4774 2006-12-11  Alan Modra  <amodra@bigpond.net.au>
4776         * configure.in:  Handle spu makefile frag.
4777         * Makefile.tpl (MAINT): Define
4778         (MAINTAINER_MODE_FALSE, MAINTAINER_MODE_TRUE): Define.
4779         * configure: Regenerate.
4780         * Makefile.in: Regenerate.
4782 2006-12-11  Ben Elliston  <bje@au.ibm.com>
4784         * config.guess: Import latest version.
4785         * config.sub: Likewise.
4787 2006-12-11  Ben Elliston  <bje@au.ibm.com>
4789         * configure.in (spu-*-*): Don't skip target-libiberty.
4790         * configure: Regenerate.
4792 2006-12-10  Andreas Tobler  <a.tobler@schweiz.org>
4794         PR bootstrap/30134
4795         * configure.in: Correct x86 darwin support for libjava to powerpc
4796         and i?86 only.
4797         * configure: Regenerate.
4799 2006-12-08  Sandro Tolaini  <tolaini@libero.it>
4801         * configure.in: Add x86 darwin support for libjava.
4802         * configure: Regenerate.
4804 2006-12-07  Mike Stump  <mrs@apple.com>
4806         * Makefile.def (dependencies): Add dependency for
4807         install-target-libssp and install-target-libgomp on
4808         install-gcc.
4809         * Makefile.in: Regenerate.
4811 2006-12-04  Richard Guenther  <rguenther@suse.de>
4813         * MAINTAINERS (Non-Algorithmic Maintainers): New section.
4814         (Non-Algorithmic Maintainers): Move over non-algorithmic
4815         loop optimizer maintainers, add myself as a non-algorithmic
4816         middle-end maintainer.
4818 2006-12-04  Daniel Franke  <franke.daniel@gmail.com>
4820         * MAINTAINERS (Write After Approval): Add myself.
4822 2006-12-03  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
4824         * configure.in: Update error message for missing GMP/MPFR.
4826         * configure: Regenerate.
4828 2006-12-02  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
4830         * configure.in: Update MPFR version in error message.
4832         * configure: Regenerate.
4834 2006-11-26  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
4836         * configure.in (--with-mpfr-dir, --with-gmp-dir): Remove flags.
4837         (--with-mpfr-include, --with-mpfr-lib, --with-gmp-include,
4838         --with-gmp-lib): New flags.
4840         * configure: Regenerate.
4842 2006-11-25  Brooks Moses  <brooks.moses@codesourcery.com>
4844         * MAINTAINERS (Write After Approval): Change my email address.
4846 2006-11-23  Manuel Lopez-Ibanez  <manu@gcc.gnu.org>
4848         * MAINTAINERS (Write After Approval): Add myself.
4850 2006-11-22  Philipp Thomas  <pth@suse.de>
4852         * MAINTAINERS (i18n): Update e-mail address.
4854 2006-11-21  Trevor Smigiel  <trevor_smigiel@playstation.sony.com>
4856         * MAINTAINERS (spu port): Add myself as maintainer.
4857         (Write After Approval): Remove myself.
4859 2006-11-22  Ben Elliston  <bje@au.ibm.com>
4861         * configure.in (skipdirs): Don't build libssp for SPU.
4862         * configure: Regenerate.
4864 2006-11-21  Andrew Pinski  <andrew_pinski@playstation.sony.com>
4866         * MAINTAINERS (spu port): Add myself as maintainer.
4867         (libobjc): Update my email address.
4869 2006-11-21  Andrea Bona  <andrea.bona@st.com>
4871         * MAINTAINERS (Write After Approval): Add myself.
4873 2006-11-20  Trevor Smigiel  <trevor_smigiel@playstation.sony.com>
4875         * configure.in (skipdirs) : Don't build target-libiberty for SPU.
4876         * configure : Rebuilt.
4878 2006-11-20  Trevor Smigiel  <trevor_smigiel@playstation.sony.com>
4880         * MAINTAINERS (Write After Approval): Add myself.
4882 2006-11-20  Andrea Ornstein  <andrea.ornstein@st.com>
4884         * MAINTAINERS (Write After Approval): Add myself.
4886 2006-11-18  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
4888         * configure.in (--with-mpfr-dir): Also look in .libs and _libs for
4889         libmpfr.a.
4890         * configure: Regenerate.
4892 2006-11-16  Paolo Bonzini  <bonzini@gnu.org>
4894         * Makefile.tpl (clean-target-libgcc): Test for gcc Makefile presence.
4895         (unstage): Test for stage_last presence.
4897         PR bootstrap/29802
4898         * Makefile.tpl (POSTSTAGE1_FLAGS_TO_PASS): Add HOST_SUBDIR in
4899         STAGE_PREFIX.
4900         * Makefile.in: Regenerate.
4902 2003-11-16  Zdenek Dvorak  <dvorakz@suse.cz>
4904         * MAINTAINERS: Add myself and Daniel Berlin as loop optimizer
4905         maintainers.
4907 2006-11-14  Erven Rohou  <erven.rohou@st.com>
4909         * MAINTAINERS (Write After Approval): Add myself.
4911 2006-11-14  Paolo Bonzini  <bonzini@gnu.org>
4913         * Makefile.tpl (clean-stage*): Test separately for package/Makefile
4914         and stageN-package/Makefile.
4915         * Makefile.in: Regenerated.
4917 2006-11-14  Jie Zhang  <jie.zhang@analog.com>
4919         * configure.in: Remove target-libgloss from noconfigdirs for
4920         bfin-*-*.
4921         * configure: Regenerated.
4923 2006-11-11  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
4925         * configure.in (have_gmp): Only error if the gcc directory exists.
4927         * configure: Regenerate.
4929 2006-11-07  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
4931         * configure.in: Robustify error message for missing GMP/MPFR.
4933         * configure: Regenerate.
4935 2006-10-31  Stephen M. Webb  <stephen.webb@bregmasoft.com>
4937         * MAINTAINERS (Write After Approval): Add myself.
4939 2006-10-30  Uros Bizjak  <ubizjak@gmail.com>
4941         * MAINTAINERS: Change email address.
4943 2006-10-30  Vladimir Prus  <vladimir@codesourcery.com>
4945         * MAINTAINERS (Write After Approval): Add myself.
4947 2006-10-26  Peter Bergner  <bergner@vnet.ibm.com>
4949         * MAINTAINERS (Write After Approval): Add myself.
4951 2006-10-25  Chen Liqin  <liqin@sunnorth.com.cn>
4953         * MAINTAINERS (Write After Approval): Move myself to
4954         Write After Approval section.
4956 2006-10-21  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
4958         * configure.in: Require GMP-4.1+ and MPFR-2.2+.  Don't check
4959         need_gmp anymore.
4960         * configure: Regenerate.
4962 2006-10-16  Tobias Burnus  <burnus@net-b.de>
4964         * MAINTAINERS (Write After Approval): Add myself.
4966 2006-10-16  Ben Elliston  <bje@au.ibm.com>
4968         * config.guess: Import latest version.
4969         * config.sub: Likewise.
4971 2006-10-10  Brooks Moses  <bmoses@stanford.edu>
4973         * Makefile.def: Added pdf target handling.
4974         * Makefile.tpl: Added pdf target handling.
4975         * Makefile.in: Regenerated.
4977 2006-10-10  Chen Liqin  <liqin@sunnorth.com.cn>
4979         * MAINTAINERS: Add self as score port maintainer.
4981 2006-10-04  Brooks Moses  <bmoses@stanford.edu>
4983         * MAINTAINERS (Write After Approval): Add myself.
4985 2006-09-27  Steven G. Kargl  <kargl@gcc.gnu.org>
4987         * configure.in: Check for GMP 4.1 or newer.  Check for MPFR 2.2.0
4988         or newer.
4989         * configure: Regenerated.
4991 2006-09-27  Dave Brolley  <brolley@redhat.com>
4993         * configure.in (RUNTEST): Look for 'runtest' in the source tree by
4994         using $s instead of $r.
4995         * configure: Regenerated.
4997 2006-09-26  Thiemo Seufer  <ths@mips.com>
4999         * configure.in: Remove redundant handling of mips*-dec-bsd*. Likewise
5000         for mipstx39-*-*. Disable libgloss for mips64*-*-linux*.
5001         * configure: Regenerate.
5003 2006-09-24  Graeme Peterson  <gridly@gmail.com>
5005         * MAINTAINERS (Write After Approval): Remove myself.
5007 2006-09-22  Chao-ying Fu  <fu@mips.com>
5009         * MAINTAINERS (Write After Approval): Add myself.
5011 2006-09-10  Joseph S. Myers  <joseph@codesourcery.com>
5013         * MAINTAINERS: Add self as soft-fp maintainer.
5015 2006-09-09  Anatoly Sokolov  <aesok@post.ru>
5017         * MAINTAINERS: Add myself as avr maintainer.
5018         Remove Marek Michalkiewicz as avr maintainer.
5020 2006-09-07  Roberto Costa  <roberto.costa@st.com>
5022         * MAINTAINERS (Write After Approval): Add myself.
5024 2006-08-30  Corinna Vinschen  <corinna@vinschen.de>
5026         * configure.in: Never build newlib for a Mingw host.
5027         Never build newlib as Mingw target library.
5028         Test the existence of winsup/cygwin for building a Cygwin newlib,
5029         rather than just winsup.
5030         Add winsup/mingw and winsup/w32api paths to FLAGS_FOR_TARGET if
5031         building a Mingw target.
5032         * configure: Regenerate.
5034 2006-08-08  Eric Botcazou  <ebotcazou@libertysurf.fr>
5036         * MAINTAINERS (Various Maintainers): Add self as RTL opt. maintainer.
5038 2006-07-25  Paolo Bonzini  <bonzini@gnu.org>
5040         * config.guess: Import from src (was more updated).
5041         * config.sub: Likewise.
5043 2006-07-22  Daniel Jacobowitz  <dan@codesourcery.com>
5045         * configure.in: Allow mingw32 and cygwin targets to build cross-gdb.
5046         * configure: Regenerated.
5048 2006-07-18  Paolo Bonzini  <bonzini@gnu.org>
5050         * Makefile.tpl (configure-stageN-MODULE): Pass --with-build-libsubdir
5051         for stages after the first.
5053 2006-07-17  Jakub Jelinek  <jakub@redhat.com>
5055         * Makefile.def: Add dependencies for configure-opcodes
5056         on configure-intl and all-opcodes on all-intl.
5057         * Makefile.in: Regenerated.
5059 2006-07-13  Ben Elliston  <bje@au.ibm.com>
5061         * MAINTAINERS (Various Maintainers): Add myself as dfp maintainer.
5063 2006-07-06  Paul Eggert  <eggert@cs.ucla.edu>
5065         Port to hosts whose 'sort' and 'tail' implementations
5066         treat operands with leading '+' as file names, as POSIX
5067         has required since 2001.  However, make sure the code still
5068         works on pre-POSIX hosts.
5069         * ltmain.sh: Don't assume "sort +2" is equivalent to
5070         "sort -k 3", since POSIX 1003.1-2001 no longer requires this.
5072 2006-07-05  Ulrich Weigand  <uweigand@de.ibm.com>
5074         * MAINTAINERS (Various Maintainers): Add myself as reload maintainer.
5076 2006-07-04  Peter O'Gorman  <peter@pogma.com>
5078         * ltconfig: chmod 644 before ranlib during install.
5080 2006-07-04  Eric Botcazou  <ebotcazou@libertysurf.fr>
5082         PR bootstrap/18058
5083         * configure.in: Add -fkeep-inline-functions to CFLAGS for stage 1
5084         if the bootstrap compiler is a GCC version that supports it.
5085         * configure: Regenerate.
5087 2006-07-03  Paolo Bonzini  <bonzini@gnu.org>
5089         * configure.in: Fix thinkos in previous check-in.
5090         * configure: Regenerate.
5092 2006-07-03  Paolo Bonzini  <bonzini@gnu.org>
5094         PR other/27063
5095         * configure.in: Test subdir_requires and give an appropriate
5096         error message.
5097         * configure: Regenerate.
5099 2006-07-01  Andrew John Hughes  <gnu_andrew@member.fsf.org>
5101         * MAINTAINERS (Write After Approval): Add myself.
5103 2006-06-22  John David Anglin  <dave.anglin@nrc.ca>
5105         * MAINTAINERS (OS Port Maintainers): Add myself as hpux maintainer.
5107 2006-06-22  Steve Ellcey  <sje@cup.hp.com>
5109         * MAINTAINERS (OS Port Maintainers): Add myself as hpux maintainer.
5111 2006-06-20  David Ayers  <d.ayers@inode.at>
5113         PR bootstrap/28072
5114         * configure.in: Add target-boehm-gc to noconfigdirs depending on
5115         whether target-libjava is being configured instead of whether the
5116         java front end is enabled.
5117         * configure: Regenerate.
5119 2006-06-16  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
5121         PR target/27540
5122         * configure.in: Only enable libgomp on IRIX 6.
5123         * configure: Regenerate.
5125 2006-06-15  Paolo Bonzini  <bonzini@gnu.org>
5127         * Makefile.tpl (POSTSTAGE1_HOST_EXPORTS): Export CFLAGS and LDFLAGS
5128         too.
5129         * Makefile.in: Regenerate.
5131 2006-06-13  Jeff Johnston  <jjohnstn@redhat.com>
5133         * config-ml.in: Alter CCASFLAGS to include special
5134         multilib options the same as is done for CFLAGS.
5136 2006-06-12  John David Anglin  <dave.anglin@nrc-cnrc.gc.ca>
5138         * configure.in: Don't enable libgomp on hpux10.
5139         * configure: Rebuilt.
5141 2006-06-12  David Ayers  <d.ayers@inode.at>
5143         PR bootstrap/27963
5144         PR target/19970
5145         * configure.in: Remove target-boehm-gc from noconfigdirs where
5146         ${libgcj} is specified.
5147         * configure: Regenerate.
5149 2006-06-06  Carlos O'Donell  <carlos@codesourcery.com>
5151         Sync from src:
5153         * configure.in: Sync.
5154         * configure: Regenerated.
5156         2006-05-31  Daniel Jacobowitz  <dan@codesourcery.com>
5158         * Makefile.def: Added dependencies from sim and gdb on intl, and
5159         added configure dependencies to everything with an all dependency
5160         on intl.
5161         * Makefile.in: Regenerated.
5163 2006-06-06  David Ayers  <d.ayers@inode.at>
5165         PR libobjc/13946
5166         * Makefile.def: Add dependencies for libobjc which boehm-gc.
5167         * Makefile.in: Regenerate.
5168         * configure.in: Add --enable-objc-gc at toplevel and have it
5169         enable boehm-gc for Objective-C.
5170         Remove target-boehm-gc from libgcj.
5171         Add target-boehm-gc to target_libraries.
5172         Add target-boehm-gc to noconfigdirs where ${libgcj}
5173         is specified.
5174         Assert that boehm-gc is supported when requested for Objective-C.
5175         Only build boehm-gc if needed either for Java or Objective-C.
5176         * configure: Regenerate.
5178 2006-06-05  Paolo Bonzini  <bonzini@gnu.org>
5180         PR 27674
5181         * Makefile.tpl (configure-[+prefix+][+module+],
5182         all-[+prefix+][+module+]): Depend on stage_current if bootstrapping.
5183         Remove rule to unstage bootstrapped modules.
5184         (stage_current): New.
5185         * Makefile.in: Regenerate.
5187 2006-06-03  Laurynas Biveinis  <laurynas.biveinis@gmail.com>
5189         * MAINTAINERS (Write After Approval): Update my e-mail address.
5191 2006-06-01  Mark Shinwell  <shinwell@codesourcery.com>
5193         * include/libiberty.h: Declare pex_run_in_environment.
5195 2006-05-31  Asher Langton  <langton2@llnl.gov>
5197         * MAINTAINERS (Write After Approval): Add myself.
5199 2006-05-25  Paolo Bonzini  <bonzini@gnu.org>
5201         * Makefile.def (bfd, opcodes): Fix lib_path.
5202         * Makefile.tpl (POSTSTAGE1_FLAGS_TO_PASS): Replace ADAC with ADAFLAGS.
5203         (restrap): Move under "@if gcc-bootstrap".  Fix typo.
5204         * Makefile.in: Regenerate.
5206 2006-05-24  Carlos O'Donell  <carlos@codesourcery.com>
5208         * Makefile.in: Regenerate.
5210 2006-05-24  Carlos O'Donell  <carlos@codesourcery.com>
5212         * Makefile.def: Add install-html target. Add datarootdir
5213         docdir and htmldir to flags_to_pass.
5214         * Makefile.tpl: Add install-html target.
5215         * Makefile.in: Regenerate.
5216         * configure.in: Add --with-datarootdir, --with-docdir, and
5217         --with-htmldir options. AC_SUBST datarootdir, docdir and htmldir.
5218         * configure: Regenerate.
5220 2006-05-24  Mark Shinwell  <shinwell@codesourcery.com>
5222         * configure.in: Enable gprof for cross builds.
5223         * configure: Regenerate.
5225 2006-05-22  Richard Guenther  <rguenther@suse.de>
5227         Revert
5228         2006-01-31  Richard Guenther  <rguenther@suse.de>
5229         Paolo Bonzini  <bonzini@gnu.org>
5231         * Makefile.def (target_modules): Add libgcc-math target module.
5232         * configure.in (target_libraries): Add libgcc-math target library.
5233         (--enable-libgcc-math): New configure switch.
5234         * Makefile.in: Re-generate.
5235         * configure: Re-generate.
5236         * libgcc-math: New toplevel directory.
5238 2006-05-20  John David Anglin  <dave.anglin@nrc-cnrc.gc.ca>
5239             Andreas Tobler  <a.tobler@schweiz.ch>
5241         * configure.in:  Enable libgcj for hppa*-hp-hpux11*.
5242         * configure: Rebuilt.
5244 2006-05-12  Sandra Loosemore  <sandra@codesourcery.com>
5246         * MAINTAINERS (Write After Approval): Add myself.
5248 2006-05-01  DJ Delorie  <dj@redhat.com>
5250         * configure.in: Restore CFLAGS if GMP isn't present.
5251         * configure: Regenerate.
5253 2006-05-01  Richard Guenther  <rguenther@suse.de>
5255         * MAINTAINERS (Various Maintainers): Add myself as libgcc-math
5256         maintainer.
5258 2006-04-30  Kenneth Zadeck  <zadeck@naturalbridge.com>
5260         * MAINTAINERS (Write After Approval): Add myself.
5262 2006-04-28  Jan Beulich  <jbeulich@novell.com>
5264         * MAINTAINERS (Write After Approval): Add myself.
5266 2006-04-18  DJ Delorie  <dj@redhat.com>
5268         * configure.in (m32c): Build libstdc++-v3.  Pass flags to
5269         reference libgloss so that libssp can be built in a combined
5270         tree.
5271         * configure: Regenerate.
5273 2006-04-08  Robert Millan  <rmh@gcc.gnu.org>
5275         * MAINTAINERS (Write After Approval): Add myself.
5277 2006-04-05  Ben Elliston  <bje@au.ibm.com>
5279         * configure.in: Require makeinfo 4.4 or higher.
5280         * configure: Regenerate.
5282 2006-04-04  Gerald Pfeifer  <gerald@pfeifer.com>
5284         * MAINTAINERS: Add Richard Henderson as libgomp maintainer.
5285         Rearrange the entries of other libraries to have them in one place.
5287 2006-03-22  Janne Blomqvist  <jb@gcc.gnu.org>
5289         * MAINTAINERS (Write After Approval): Remove myself.
5290         (Language Front End Maintainers): Add myself as fortran 95 maintainer.
5292 2006-03-14  Richard Guenther  <rguenther@suse.de>
5294         * configure: Regenerate with autoconf 2.13.
5296 2006-03-13  Jim Blandy  <jimb@codesourcery.com>
5298         * MAINTAINERS: Use my work address.
5300         * MAINTAINERS: Update my E-mail address.
5302 2006-03-10  Aldy Hernandez  <aldyh@redhat.com>
5304         * configure.in: Handle --disable-<component> generically.
5305         * configure: Regenerate.
5307 2006-03-01  H.J. Lu  <hongjiu.lu@intel.com>
5309         PR libgcj/17311
5310         * ltmain.sh: Don't use "$finalize_rpath" for compile.
5312 2006-02-21  Erik Edelmann  <eedelman@gcc.gnu.org>
5314         * MAINTAINERS (Write After Approval):  Remove myself.
5315         (Language Front End Maintainers):  Add myself as fortran 95 maintainer.
5317 2006-02-21  Rafael Ávila de Espíndola  <rafael.espindola@gmail.com>
5319         * Makefile.tpl  (BUILD_CONFIGDIRS): Remove.
5320         (TARGET_CONFIGDIRS): Remove.
5321         * configure.in: Remove AC_SUBST(target_configdirs).
5322         * Makefile.in, configure: Regenerated.
5324 2006-02-20  Steven G. Kargl  <kargls@comcast.net>
5326         * MAINTAINERS (Write After Approval):  Remove myself.
5327         (Language Front End Maintainers):  Add myself as fortran 95 maintainer.
5329 2006-02-20  Paolo Bonzini  <bonzini@gnu.org>
5331         PR bootstrap/25670
5333         * Makefile.tpl ([+compare-target+]): Print explanation messages.
5335         * Makefile.def (ADAFLAGS, BOOT_ADAFLAGS, LANGUAGES): New flags_to_pass.
5336         * Makefile.tpl (BASE_FLAGS_TO_PASS): Support optional flags_to_pass.
5337         (EXTRA_GCC_FLAGS): Remove ADAFLAGS, BOOT_ADAFLAGS, LANGUAGES,
5338         BUILD_PREFIX, BUILD_PREFIX_1.
5339         * configure.in: (BUILD_PREFIX, BUILD_PREFIX_1): Don't substitute.
5341         * Makefile.def (bootstrap stage 1): Pass LIBCFLAGS too.
5342         * Makefile.tpl (POSTSTAGE1_FLAGS_TO_PASS): Override LIBCFLAGS too.
5344         * Makefile.tpl (configure-stage[+id+]-[+prefix+][+module+],
5345         all-stage[+id+]-[+prefix+][+module+], : Use $(current_stage) instead
5346         of `cat stage_current`.  Always provide the `r' and `s' variables.
5347         (clean-stage[+id+]-[+prefix+][+module+]): Likewise, and make it into
5348         a single shell execution.
5349         (configure-[+prefix+][+module+], all-[+prefix+][+module+]): For
5350         bootstrapped modules, make the stage1 module if the build was not
5351         started yet, else build the current stage.
5352         (all-host, all-target): Omit bootstrapped modules (if bootstrapping).
5353         (all-build, all-host, all-target, [+make_target+]-host,
5354         [+make_target+]-target): Do not use \-continued lines.
5355         (target modules): Depend on stage_last, not all-gcc, if bootstrapping.
5356         (current_stage, restrap, stage_last): New.
5358         * Makefile.in: Regenerate.
5359         * configure: Regenerate.
5361 2006-02-19  Bud Davis  <jmdavis@link.com>
5363         * MAINTAINERS (Write After Approval):  Remove myself.
5364         (Language Front End Maintainers):  Add myself as fortran 95
5365         maintainer and update e-mail address.
5367 2006-02-17  Francois-Xavier Coudert  <coudert@clipper.ens.fr>
5369         * MAINTAINERS (Write After Approval):  Remove myself.
5370         (Language Front End Maintainers):  Add myself as fortran 95
5371         maintainer.
5373 2006-02-16  Victor Kaplansky  <victork@il.ibm.com>
5375         * MAINTAINERS (Write After Approval): Add myself.
5377 2006-02-16  Thomas Koenig  <Thomas.Koenig@online.de>
5379         * MAINTAINERS (Write After Approval):  Remove myself.
5380         (Language Front End Maintainers):  Add myself as
5381         fortran 95 maintainer.
5383 2006-02-14  Paolo Bonzini  <bonzini@gnu.org>
5385         Sync from src:
5387         2005-12-27  Leif Ekblad  <leif@rdos.net>
5389         * configure.in: Add support for RDOS target.
5390         * configure: Regenerate.
5392 2006-02-14  Paolo Bonzini  <bonzini@gnu.org>
5393             Andreas Schwab  <schwab@suse.de>
5395         * configure: Regenerate.
5397 2006-02-12  David Edelsohn  <edelsohn@gnu.org>
5399         * configure.in (enable_libgomp): Add AIX.
5400         * configure: Regenerate.
5402 2006-02-07  Maxim Kuvyrkov  <mkuvyrkov@ispras.ru>
5404         * MAINTAINERS (Write After Approval): Add myself.
5406 2006-02-03  Lee Millward  <lee.millward@gmail.com>
5408         * MAINTAINERS (Write After Approval): Add myself.
5410 2006-01-31  Richard Guenther  <rguenther@suse.de>
5411         Paolo Bonzini  <bonzini@gnu.org>
5413         * Makefile.def (target_modules): Add libgcc-math target module.
5414         * configure.in (target_libraries): Add libgcc-math target library.
5415         (--enable-libgcc-math): New configure switch.
5416         * Makefile.in: Re-generate.
5417         * configure: Re-generate.
5418         * libgcc-math: New toplevel directory.
5420 2006-01-26  Paolo Bonzini  <bonzini@gnu.org>
5422         * configure.in: Set with_gnu_as, with_gnu_ld, with_newlib earlier.
5423         Set md_exec_prefix.  Use ACX_CHECK_INSTALLED_TARGET_TOOL to find
5424         the assembler, linker and binutils.
5425         * configure: Regenerate.
5427 2006-01-22  Dirk Mueller  <dmueller@suse.de>
5429         * MAINTAINERS (Write After Approval): Add myself.
5431 2006-01-20  Diego Novillo  <dnovillo@redhat.com>
5433         * configure: Regenerate.
5435 2006-01-18  Richard Henderson  <rth@redhat.com>
5436             Jakub Jelinek  <jakub@redhat.com>
5437             Diego Novillo  <dnovillo@redhat.com>
5439         * libgomp: New directory.
5440         * Makefile.def: Add target_module libgomp.
5441         * Makefile.in: Regenerate.
5442         * configure.in (target_libraries): Add target-libgomp.
5443         * configure: Regenerate.
5445 2006-01-05  Alexandre Oliva  <aoliva@redhat.com>
5447         * Makefile.tpl (clean-stage[+id+]-[+prefix+][+module+]): Remove
5448         @ from continuation.
5449         * Makefile.in: Rebuilt.
5451 2006-01-04  Chris Lattner  <sabre@gnu.org>
5453         * MAINTAINERS (Write After Approval): Add myself.
5455 2006-01-04  Paolo Bonzini  <bonzini@gnu.org>
5457         PR bootstrap/24252
5459         * Makefile.def (flags_to_pass): Add STAGE1_CFLAGS and STAGE1_LANGUAGES.
5460         * Makefile.tpl (OBJDUMP): New.
5461         (EXTRA_HOST_FLAGS): Add it.
5462         (EXTRA_GCC_FLAGS): Remove flags already specified in flags_to_pass.
5464         * Makefile.tpl (stage[+id+]-start, stage[+id+]-end): Do not try
5465         to use symbolic links between directories.  Avoid race conditions
5466         or make them harmless.
5467         * configure.in: Do not try to use symbolic links between directories.
5469         * Makefile.def (LEAN): Pass.
5470         * Makefile.tpl (LEAN): Define.
5471         (stage[+id+]-start): Accept that the previous directory does not
5472         exist, if the bootstrap is lean.
5473         (stage[+id+]-bubble): Invoke lean bootstrap commands after
5474         stage[+id+]-start.  Use a makefile variable and an `if' instead of a
5475         configure substitution.
5476         ([+compare-target+]): Likewise.
5477         ([+bootstrap-target+]-lean): New.
5478         * configure.in: Remove lean bootstrap support from here.
5480         * Makefile.in: Regenerate.
5481         * configure: Regenerate.
5483 2006-01-04  Ben Elliston  <bje@au.ibm.com>
5485         * MAINTAINERS (libdecnumber): Add myself.
5487 2006-01-02  Mark Mitchell  <mark@codesourcery.com>
5489         * libtool-ldflags: New script.
5491 2006-01-02  Andreas Schwab  <schwab@suse.de>
5493         * configure.in: When reconfiguring remove Makefile in
5494         all stage directories.
5495         * configure: Regenerate.
5497 2005-12-27  Steven Bosscher  <stevenb.gcc@gmail.com>
5499         * MAINTAINERS: Update my email address.
5501 2005-12-20  Paolo Bonzini  <bonzini@gnu.org>
5503         Revert Ada-related part of the previous change.
5505         * Makefile.def (ADAFLAGS, BOOT_ADAFLAGS, ADAFLAGS_FOR_TARGET):
5506         Do not pass.
5507         * Makefile.tpl (BOOT_ADAFLAGS): Do not define.
5508         * Makefile.in: Regenerate.
5509         * configure.in: Do not include mt-ppc-aix target fragment.
5510         * configure: Regenerate.
5512 2005-12-19  Paolo Bonzini  <bonzini@gnu.org>
5514         * configure.in: Select appropriate fragments for PowerPC/AIX.
5515         * configure: Regenerate.
5517         * Makefile.def (flags_to_pass): Add ADAFLAGS, BOOT_ADAFLAGS,
5518         BOOT_CFLAGS, BOOT_LDFLAGS.
5519         * Makefile.tpl (POSTSTAGE1_FLAGS_TO_PASS): Handle BOOT_ADAFLAGS,
5520         BOOT_CFLAGS, BOOT_LDFLAGS.
5521         (TARGET_FLAGS_TO_PASS): Handle ADAFLAGS_FOR_TARGET.
5522         (stage[+id+]-bubble): Pass flags recursively to the comparison target.
5523         (stage): Fail if we cannot complete the work.
5524         * Makefile.in: Regenerate.
5526 2005-12-16  Nathan Sidwell  <nathan@codesourcery.com>
5528         * configure.in: Replace ms1 with mt.
5529         * configure: Rebuilt.
5531 2005-12-15  Bryce McKinlay  <mckinlay@redhat.com>
5533         * MAINTAINERS: Update my email address.
5535 2005-12-15  Paolo Bonzini  <bonzini@gnu.org>
5537         * Makefile.tpl (all, do-[+make_target+], do-check, install,
5538         install-host-nogcc): Don't invoke $(stage) at the end.
5539         * Makefile.in: Regenerate.
5541 2005-12-14  Paolo Bonzini  <bonzini@gnu.org>
5543         * configure.in: Flip the top-level bootstrap switch.
5544         * configure: Regenerate.
5546 2005-12-14  Daniel Jacobowitz  <dan@codesourcery.com>
5548         * Makefile.tpl: Throughout the file, use : $(MAKE) along with
5549         $(stage) and $(unstage).
5550         (EXTRA_TARGET_FLAGS): Correct double-quoting.
5551         (all): Remove stray semicolon.
5552         (local-distclean): Don't handle multilib.tmp and multilib.out.
5553         (install.all): Set $s for consistency.
5554         (configure-[+prefix+][+module+]): Instead of [+deps+], handle
5555         check_multilibs setting.  Always make the install directory.
5556         (configure-stage[+id+]-[+prefix+][+module+]): Likewise.
5557         Correct @if/@endif.
5558         (all-stage[+id+]-[+prefix+][+module+]): Correct @if/@endif.
5559         ($(TARGET_SUBDIR)/[+module+]/multilib.out): Remove.
5560         (stage[+id+]-start, stage[+id+]-end): Stage $(TARGET_SUBDIR).
5561         (multilib.out): Remove.
5562         * Makefile.in: Regenerated.
5564 2005-12-12  Carlos O'Donell  <carlos@codesourcery.com>
5566         * MAINTAINERS (Write After Approval): Add myself.
5568 2005-12-12  Nathan Sidwell  <nathan@codesourcery.com>
5570         * MAINTAINERS: Add myself as mt maintainer.
5572         * config.sub: Replace ms1 with mt.  Allow ms1 as an alias.
5574 2005-12-06  Adam Nemet  <anemet@caviumnetworks.com>
5576         * MAINTAINERS: Change email address.
5578 2005-12-05  Paolo Bonzini  <bonzini@gnu.org>
5580         * configure.in (CONFIGURED_BISON, CONFIGURED_YACC, CONFIGURED_M4,
5581         CONFIGURED_FLEX, CONFIGURED_LEX, CONFIGURED_MAKEINFO): Remove
5582         "CONFIGURED_" from the AC_CHECK_PROGS invocation.  Move below.
5583         Find in-tree tools if available.
5584         (EXPECT, RUNTEST, LIPO, STRIP): Find them and substitute them.
5585         (CONFIGURED_*_FOR_TARGET): Don't set nor substitute.
5586         (*_FOR_TARGET): Set them with GCC_TARGET_TOOL.
5587         (COMPILER_*_FOR_TARGET): New.
5588         * Makefile.tpl (HOST_EXPORTS): Add *_FOR_TARGET symbols that gcc needs.
5589         (BASE_TARGET_EXPORTS): Use COMPILER_*_FOR_TARGET symbols.
5590         (CONFIGURED_*, USUAL_*): Remove.
5591         (BISON, YACC, FLEX, LEX, M4, MAKEINFO, EXPECT, RUNTEST, LIPO,
5592         STRIP): Use autoconf substitutions.
5593         (COMPILER_AS_FOR_TARGET, COMPILER_LD_FOR_TARGET,
5594         COMPILER_NM_FOR_TARGET): New.
5595         (EXTRA_HOST_FLAGS): Pass LIPO and STRIP.
5597         (all): Make all-host and all-target in parallel.
5598         (do-[+make_target+], do-check, install, [+compare-target+]): Ensure
5599         that $$r and $$s are set before invoking a recursive make.
5600         (stage[+id+]-bubble): Likewise, and invoke the comparison at the end.
5601         ([+bootstrap-target+]): Inline most of the `all' target.
5603 2005-11-29  Ben Elliston  <bje@au.ibm.com>
5605         * Makefile.tpl (clean-target-libgcc): Invoke clean-target-libgcc
5606         from the gcc build directory.
5607         * Makefile.in: Regenerate.
5609 2005-11-29  Ben Elliston  <bje@au.ibm.com>
5611         * Makefile.def: Add new libdecnumber host_module.  Make all-gcc
5612         depend on all-libdecnumber.
5613         * configure.in (host_libs): Include libdecnumber.
5614         * Makefile.in: Regenerate.
5615         * configure: Likewise.
5617 2005-11-29  Ben Elliston  <bje@au.ibm.com>
5619         * libdecnumber: Import decNumber sources from the dfp-branch.
5621 2005-11-21  Kean Johnston  <jkj@sco.com>
5623         * config.sub, config.guess: Sync from upstream sources.
5625 2005-11-21  Ben Elliston  <bje@au.ibm.com>
5627         Import from Autoconf sources:
5629         2005-09-06  Paul Eggert  <eggert@cs.ucla.edu>
5630         * config/move-if-change: Don't output "$2 is unchanged";
5631         suggested by Ben Elliston.  Handle weird characters correctly.
5633 2005-11-18  Andreas Tobler  <a.tobler@schweiz.ch>
5635         * ltcf-c.sh (whole_archive_flag_spec): Remove '-all_load $convenience'
5636         to match upstream libtool for darwin.
5638 2005-11-11  Daniel Jacobowitz  <dan@codesourcery.com>
5640         * Makefile.def: Remove gdb dependencies for gdbtk.
5641         * Makefile.tpl (CONFIGURE_GDB_TK, INSTALL_GDB_TK): New variables.
5642         (configure-gdb, install-gdb): New rules.
5643         * configure.in: Set CONFIGURE_GDB_TK and INSTALL_GDB_TK.
5644         * Makefile.in, configure: Regenerated.
5646 2005-11-06  Janne Blomqvist  <jb@gcc.gnu.org>
5648         * MAINTAINERS (Write After Approval): Add myself.
5650 2005-11-06  Erik Edelmann  <eedelman@gcc.gnu.org>
5652         * MAINTAINERS (Write After Approval): Add myself.
5654 2005-10-24  Diego Novillo  <dnovillo@redhat.com>
5656         * MAINTAINERS (alias analysis): Add Daniel Berlin and
5657         Diego Novillo.
5659 2005-10-22  Paolo Bonzini  <bonzini@gnu.org>
5661         PR bootstrap/24297
5662         * Makefile.tpl (do-[+make-target+], do-check, install,
5663         stage[+id+]-bubble, [+compare-target+]): Ensure $$r and $$s
5664         are set before recursing.
5665         * Makefile.in: Regenerate.
5667 2005-10-20  Eric Botcazou  <ebotcazou@adacore.com>
5669         PR bootstrap/18939
5670         * Makefile.def (gcc) <target>: Fix thinko.
5671         * Makefile.in: Regenerate.
5673 2005-10-17  Bernd Schmidt  <bernd.schmidt@analog.com>
5675         * configure.in (bfin-*-*): Use test, not brackets, in if statement.
5676         * configure: Regenerate.
5678 2005-10-15  Jie Zhang  <jie.zhang@analog.com>
5680         * MAINTAINERS (Write After Approval): Add self.
5682 2005-10-08  Kazu Hirata  <kazu@codesourcery.com>
5684         * configure.in (arm-*-linux-gnueabi): Add to noconfigdirs
5685         target-libffi, target-qthreads, target-libjava, and
5686         targetlibobjc.
5687         * configure: Regenerate.
5689 2005-10-06  Daniel Jacobowitz  <dan@codesourcery.com>
5691         * Makefile.def (flags_to_pass): Add OBJDUMP_FOR_TARGET.
5692         * Makefile.tpl (BASE_TARGET_EXPORTS): Add OBJDUMP.
5693         (OBJDUMP_FOR_TARGET, CONFIGURED_OBJDUMP_FOR_TARGET)
5694         (USUAL_OBJDUMP_FOR_TARGET): New.
5695         (EXTRA_TARGET_FLAGS): Add OBJDUMP.
5696         * configure.in: Check for $OBJDUMP_FOR_TARGET.
5697         * configure, Makefile.in: Regenerated.
5699 2005-10-05  Paolo Bonzini  <bonzini@gnu.org>
5701         * Makefile.tpl (all) [gcc-no-bootstrap]: Make prebootstrap packages
5702         before other host packages.
5704 2005-10-05  Kaz Kojima  <kkojima@gcc.gnu.org>
5706         * MAINTAINERS: Add self as sh libraries/configury maintainer.
5708 2005-10-05  Paolo Bonzini  <bonzini@gnu.org>
5710         PR bootstrap/22340
5712         * configure.in (default_target): Remove.
5713         * Makefile.tpl (all): Do not use prerequisites as subroutines
5714         (all) [gcc-bootstrap]: Bootstrap gcc first if it was not done yet.
5715         (do-[+make_target+], check, install, [+bootstrap_target+]): Do not
5716         use prerequisites as subroutines.
5717         (check-host, check-target): New.
5718         (bootstrap configure & all targets): Do not use stage*-start
5719         if the directory layout is already ok.
5720         (non-bootstrap configure & all targets): Prepend a $(unstage).
5721         (stage[+id+]-bubble): Do that here.  Do not use NOTPARALLEL.
5722         (NOTPARALLEL): Remove.
5723         (unstage, stage variables): New variables.
5724         (unstage, stage targets): Simply expand to those variables.
5726         * configure: Regenerate.
5727         * Makefile.in: Regenerate.
5729 2005-10-04  James E Wilson  <wilson@specifix.com>
5731         * Makefile.def (lang_env_dependencies): Add libmudflap.
5732         * Makefile.in: Regenerate.
5734 2005-10-03  Andreas Schwab  <schwab@suse.de>
5736         Backport from libtool CVS:
5737         2002-11-03  Ossama Othman  <ossama@doc.ece.uci.edu>
5739         * ltmain.sh: add support for installing into temporary
5740         staging area (e.g. 'make install DESTDIR=...')
5742 2005-10-03  H.J. Lu  <hongjiu.lu@intel.com>
5744         * configure.in (*-*-darwin*): Build bfd, binutils and opcodes.
5745         * configure: Regenerated.
5747 2005-09-30  Andrew Pinski  <pinskia@physics.uc.edu>
5749         * configure: Regenerate with the correct
5750         autoconf version.
5752 2005-09-30  Catherine Moore  <clm@cm00re.com>
5754         * configure.in (bfin-*-*): New.
5755         * configure: Regenerated.
5757 2005-09-28  Geoffrey Keating  <geoffk@apple.com>
5759         * Makefile.tpl (BASE_TARGET_EXPORTS): Add LIPO, STRIP.
5760         (LIPO_FOR_TARGET): New.
5761         (CONFIGURED_LIPO_FOR_TARGET): New.
5762         (USUAL_LIPO_FOR_TARGET): New.
5763         (STRIP_FOR_TARGET): New.
5764         (CONFIGURED_STRIP_FOR_TARGET): New.
5765         (USUAL_STRIP_FOR_TARGET): New.
5766         * Makefile.def (flags_to_pass): Add LIPO_FOR_TARGET and
5767         STRIP_FOR_TARGET.
5768         * configure.in: Set LIPO_FOR_TARGET, STRIP_FOR_TARGET,
5769         CONFIGURED_LIPO_FOR_TARGET, CONFIGURED_STRIP_FOR_TARGET.
5770         * Makefile.in: Regenerate.
5771         * configure: Regenerate.
5773 2005-09-19  David Edelsohn  <edelsohn@gnu.org>
5775         * configure.in (powerpc-*-aix*): Add target-libssp to noconfigdirs.
5776         (rs6000-*-aix*): Same.
5777         * configure: Regenerate.
5779 2005-09-16  Tom Tromey  <tromey@redhat.com>
5781         * MAINTAINERS: Add self as java maintainer.
5783 2005-09-14  Francois-Xavier Coudert  <coudert@clipper.ens.fr>
5785         * configure.in: Recognize f95 in the --enable-languages option,
5786         and substitute it for fortran, issuing a warning.
5787         * configure: Regenerate.
5789 2005-08-30  Phil Edwards  <phil@codesourcery.com>
5791         * configure.in (*-*-vxworks*):  Add target-libstdc++-v3 to noconfigdirs.
5792         * configure:  Regenerated.
5794 2005-08-22  Aldy Hernandez  <aldyh@redhat.com>
5796         * MAINTAINERS: Add self as ms1 maintainer.
5798 2005-08-20  Richard Earnshaw  <richard.earnshaw@arm.com>
5800         * Makefile.def (libssp): Add to lang_env_dependencies.
5801         * Makefile.in: Regenerate.
5803 2005-08-18  Ian Lance Taylor  <ian@airs.com>
5805         * MAINTAINERS: Add myself as middle-end maintainer.
5807 2005-08-17  Christian Groessler  <chris@groessler.org>
5809         * Makefile.tpl: (USUAL_CC_FOR_TARGET): Add missing trailing slash.
5810         * Makefile.in: Regenerate.
5812 2005-08-15  Andreas Krebbel  <krebbel1@de.ibm.com>
5814         * MAINTAINERS (write after approval): Added myself.
5816 2005-08-12  Maciej W. Rozycki  <macro@linux-mips.org>
5818         * MAINTAINERS (Write After Approval): Add myself.
5820 2005-08-12  Paolo Bonzini  <bonzini@gnu.org>
5822         * configure.in: Replace NCN_STRICT_CHECK_TOOL with
5823         NCN_STRICT_CHECK_TOOLS, and likewise for NCN_STRICT_CHECK_TARGET_TOOLS.
5824         Look for alternate names of the target cc and c++
5825         * configure: Regenerate.
5827 2005-08-08  Paolo Bonzini  <bonzini@gnu.org>
5829         * configure.in (CC_FOR_TARGET, CXX_FOR_TARGET, GCJ_FOR_TARGET,
5830         GCC_FOR_TARGET, RAW_CXX_FOR_TARGET, GFORTRAN_FOR_TARGET): Find
5831         them with NCN_STRICT_CHECK_TARGET_TOOL, like the other target
5832         tools; remove code to manually set them.
5833         (Target tools): Look in the environment for them.
5834         * Makefile.tpl (CC_FOR_TARGET, CXX_FOR_TARGET, GCJ_FOR_TARGET,
5835         GCC_FOR_TARGET, RAW_CXX_FOR_TARGET, GFORTRAN_FOR_TARGET): Redefine.
5836         (AS_FOR_TARGET, LD_FOR_TARGET, NM_FOR_TARGET): Look into gcc
5837         build directory.
5838         (CONFIGURED_CC_FOR_TARGET, CONFIGURED_CXX_FOR_TARGET,
5839         CONFIGURED_GCJ_FOR_TARGET, CONFIGURED_GCC_FOR_TARGET,
5840         CONFIGURED_GFORTRAN_FOR_TARGET, USUAL_CC_FOR_TARGET,
5841         USUAL_CXX_FOR_TARGET, USUAL_GCJ_FOR_TARGET, USUAL_GCC_FOR_TARGET,
5842         USUAL_RAW_CXX_FOR_TARGET, USUAL_GFORTRAN_FOR_TARGET): New.
5843         (CXX_FOR_TARGET_FOR_RECURSIVE_MAKE,
5844         RAW_CXX_FOR_TARGET_FOR_RECURSIVE_MAKE, RECURSE_FLAGS): Delete.
5845         * configure: Regenerate.
5846         * Makefile.in: Regenerate.
5848 2005-07-28  Ben Elliston  <bje@au.ibm.com>
5850         * MAINTAINERS: Update for removed CPU targets.
5852 2005-07-27  Mark Mitchell  <mark@codesourcery.com>
5854         * Makefile.tpl (EXTRA_TARGET_FLAGS): Set LDFLAGS=LDFLAGS_FOR_TARGET.
5855         * Makefile.def (flags_to_pass): Add LDFLAGS_FOR_TARGET.
5856         * Makefile.in: Regenerated.
5858 2005-07-26  Mark Mitchell  <mark@codesourcery.com>
5860         * Makefile.tpl (SYSROOT_CFLAGS_FOR_TARGET): New variable.
5861         (CFLAGS_FOR_TARGET): Use it.
5862         (CXXFLAGS_FOR_TARGET): Likewise.
5863         * Makefile.in: Regenerated.
5864         * configure.in (--with-build-sysroot): New option.
5865         * configure: Regenerated.
5867 2005-07-24  Paolo Bonzini  <bonzini@gnu.org>
5869         * Makefile.tpl: Wrap install between unstage and stage
5870         * Makefile.in: Regenerate.
5872 2005-07-21  Eric Christopher  <echristo@apple.com>
5874         * MAINTAINERS: Update affiliation.
5876 2005-07-21  Paul Woegerer  <paul.woegerer@nsc.com>
5878         * MAINTAINERS: Add self as crx port maintainer.
5880 2005-07-20  DJ Delorie  <dj@redhat.com>
5882         * MAINTAINERS: Add self as m32c maintainer.
5884 2005-07-16  Kelley Cook  <kcook@gcc.gnu.org>
5886         * all files: Update FSF address.
5888 2005-07-15  Eric Christopher  <echristo@redhat.com>
5890         * MAINTAINERS: Change affiliation.
5892 2005-07-14  Jim Blandy  <jimb@redhat.com>
5894         * configure.in: Add cases for Renesas m32c.
5895         * configure: Regenerated.
5897 2005-07-14  Kelley Cook  <kcook@gcc.gnu.org>
5899         * COPYING.LIB: Update from fsf.org.
5901 2005-07-14  Kelley Cook  <kcook@gcc.gnu.org>
5903         * COPYING, compile, config.guess,
5904         config.sub, install-sh, missing, mkinstalldirs,
5905         symlink-tree, ylwrap: Sync from upstream sources.
5906         * config-ml.in: Update FSF address.
5908 2005-07-13  Eric Christopher  <echristo@redhat.com>
5910         * configure.in: Add toplevel noconfigdir support for tpf.
5911         * configure: Regenerate.
5913 2005-07-11  Paolo Bonzini  <bonzini@gnu.org>
5915         PR ada/22340
5917         * Makefile.tpl (POSTSTAGE1_FLAGS_TO_PASS): Fix pasto.
5918         * Makefile.in: Regenerate.
5920 2005-07-07  Mark Mitchell  <mark@codesourcery.com>
5922         * MAINTAINERS: Remove Dave Brolley as a cpplib maintainer.  Add Dave
5923         Brolley to write-after-approval.
5925 2005-07-07  Andreas Schwab  <schwab@suse.de>
5927         * Makefile.def (flags_to_pass): Add CFLAGS_FOR_BUILD.
5928         * Makefile.tpl (EXTRA_GCC_FLAGS): Don't pass CFLAGS_FOR_BUILD here.
5929         * Makefile.in: Regenerated.
5931 2005-07-06  Geoffrey Keating  <geoffk@apple.com>
5933         * configure.in: Don't build sim or rda when targetting darwin.
5934         * configure: Regenerate.
5936 2005-07-06  Kazu Hirata  <kazu@codesourcery.com>
5938         * configure.in: Add --enable-libssp and --disable-libssp.
5939         * configure: Regenerate with autoconf-2.13.
5941 2005-07-02  Jakub Jelinek  <jakub@redhat.com>
5943         * Makefile.def (target_modules): Add libssp.
5944         * configure.in (target_libraries): Add target-libssp.
5945         * configure: Rebuilt.
5946         * Makefile.in: Rebuilt.
5948 2005-07-01  Zack Weinberg  <zackw@panix.com>
5950         * MAINTAINERS: Change email address.  Resign from maintainership.
5952 2005-07-01  Richard Guenther  <rguenther@suse.de>
5954         * MAINTAINERS: Change my e-mail address and affiliation.
5956 2005-06-22  Paolo Bonzini  <bonzini@gnu.org>
5958         * Makefile.def (stagefeedback): Come after profile.
5959         Define profiledbootstrap target.
5960         * Makefile.tpl (profiledbootstrap): Remove.
5961         (stageprofile-end): Zap stagefeedback.
5962         (stagefeedback-start): Copy all .gcda files, not only GCC's.
5963         * Makefile.in: Regenerate.
5965 2005-06-13  Richard Sandiford  <richard@codesourcery.com>
5967         * MAINTAINERS: Update my email address.
5969 2005-06-13  Zack Weinberg  <zack@codesourcery.com>
5971         * depcomp: Update from automake CVS.  Add 'ia64hp' stanza.
5972         In 'cpp' stanza, support '#line' as well as '# '.
5974 2005-06-08  Andreas Schwab  <schwab@suse.de>
5976         * MAINTAINERS: Move myself from 'Write After Approval' to
5977         'CPU Port Maintainers' section as m68k maintainer.
5979 2005-06-07  Hans-Peter Nilsson  <hp@axis.com>
5981         * configure.in (unsupported_languages): New macro.
5982         <mmix-knuth-mmixware>: Set unsupported_languages.  Name explicit
5983         non-ported target libraries in noconfigdirs.
5984         <cris-*, crisv32-*> Ditto, except for non-aout, non-elf,
5985         non-linux-gnu.  Remove libgcj_ex_libffi.
5986         <lang_frag loop>: Set add_this_lang=no if the language is in
5987         unsupported_languages.
5988         * configure: Regenerate.
5990 2005-06-04  Tobias Schl"uter  <tobias.schlueter@physik.uni-muenchen.de>
5992         * configure.in: Fix typo in handling of --with-mpfr-dir.
5993         * configure: Regenerate.
5995 2005-06-04  Richard Sandiford  <rsandifo@nildram.co.uk>
5997         * MAINTAINERS: Update my email address.
5999 2005-06-02  Jim Blandy  <jimb@redhat.com>
6001         * config.sub: Add cases for the Renesas m32c.  (This patch has been
6002         accepted into the master sources.)
6004 2005-06-02  Aldy Hernandez  <aldyh@redhat.com>
6005             Michael Snyder  <msnyder@redhat.com>
6006             Stan Cox  <scox@redhat.com>
6008         * configure.in: Set noconfigdirs for ms1.
6010         * configure: Regenerate.
6012 2005-06-01  Jerry DeLisle  <jvdelisle@verizon.net>
6014         * MAINTAINERS (Write After Approval): Add self.
6016 2005-06-01  Josh Conner  <jconner@apple.com>
6018         * MAINTAINERS (Write After Approval): Add self.
6020 2005-06-01  Kazu Hirata  <kazu@codesourcery.com>
6022         * MAINTAINERS: Update my email address.
6024 2005-05-27  Ziga Mahkovec  <ziga.mahkovec@klika.si>
6026         * MAINTAINERS (Write After Approval): Add self.
6028 2005-05-26  Chris Demetriou  <cgd@broadcom.com>
6030         * MAINTAINERS (Write After Approval): Remove self.
6032 2005-05-25  Paolo Bonzini  <bonzini@gnu.org>
6034         * Makefile.tpl (stage[+id+]-start): Iterate over target module as well.
6035         (Dependencies): Consider target modules for bootstrap dependencies.
6036         Make target bootstrap modules depend on each stage's gcc.
6037         * Makefile.in: Regenerate.
6039 2005-05-20  Paolo Bonzini  <bonzini@gnu.org>
6041         * Makefile.def (configure-gcc): Depend on binutils having been built.
6042         (all-gcc): No need to do it here.
6043         * Makefile.in: Regenerate.
6045 2005-05-19  Paul Brook  <paul@codesourcery.com>
6047         * configure.in: Rewrite misleading error message when requested
6048         language cannot be built.
6049         * configure: Regenerate.
6051 2005-05-15  Daniel Jacobowitz  <dan@codesourcery.com>
6053         * ylwrap: Import from Automake 1.9.5.
6055 2005-05-13  David Ung  <davidu@mips.com>
6057         * MAINTAINERS (Write After Approval): Add self.
6059 2005-05-09  Mike Stump  <mrs@apple.com>
6061         * libtool.m4 (AC_LIBTOOL_SYS_MAX_CMD_LEN): Use quotes on
6062         lt_cv_sys_max_cmd_len for now.
6064 2005-05-09  Stan Cox  <scox@redhat.com>
6066         * MAINTAINERS: Remove self, add Nick Clifton as iq2000 maintainer.
6068 2005-05-08  Matt Kraai  <kraai@ftbfs.org>
6070         * README.SCO: Update the URL.
6072 2005-05-05  David Edelsohn  <edelsohn@gnu.org>
6074         * ltconfig: Define file_list_spec.  Pass file_list_spec and
6075         with_gnu_ld to libtool.
6076         * ltcf-c.sh (aix[45]): Define file_list_spec.
6077         * ltcf-cxx.sh (aix[45]): Same.
6078         * ltcf-gcj.sh (aix[45]): Same.
6079         * ltmain.sh: If command exceeds max_cmd_len and file_list_spec
6080         exists, write list of input files to temporary file.
6082 2005-05-04  Mike Stump  <mrs@apple.com>
6084         * configure.in: Always pass --target to target configures as
6085         otherwise rebuilds that do --recheck will fail.
6086         * confiugure: Rebuilt.
6088 2005-05-04  Paolo Bonzini  <bonzini@gnu.org>
6090         * Makefile.tpl (POSTSTAGE1_HOST_EXPORTS): Rename from
6091         STAGE_HOST_EXPORTS.
6092         (configure, all): Add bootstrap support.
6093         (Host modules, target modules): Pass post-stage1 flags and exports.
6094         (Top-level bootstrap): Remove bootstrap rules, expanded elsewhere.
6095         * Makefile.in: Regenerate.
6097 2005-04-29  Paolo Bonzini  <bonzini@gnu.org>
6099         * configure: Regenerate.
6101 2005-04-27  Mike Stump  <mrs@apple.com>
6103         * MAINTAINERS: Add self as darwin maintainer.
6105 2005-04-22  Bernd Schmidt  <bernd.schmidt@analog.com>
6107         * config.sub: Update from master copy.
6109 2005-04-21  Mike Stump  <mrs@apple.com>
6111         * MAINTAINERS: Add self as Objective-C/Objective-C++ maintainer.
6112         * MAINTAINERS: Add Zem as Objective-C++ maintainer.
6114 2005-04-19  Hans-Peter Nilsson  <hp@axis.com>
6116         * configure.in <crisv32-*-*, cris-*-*>: New local variable
6117         libgcj_ex_libffi.  Have specific match for *-*-linux*.  Separate
6118         matches for "*-*-aout" and "*-*-elf".  Don't disable libffi for
6119         "*-*-elf" and "*-*-linux*".
6120         * configure: Regenerate.
6122 2005-04-14  Joseph S. Myers  <joseph@codesourcery.com>
6124         * MAINTAINERS (Various Maintainers): Add self as i18n maintainer.
6126 2005-04-12  Mike Stump  <mrs@apple.com>
6128         * libtool.m4: Update AC_LIBTOOL_SYS_MAX_CMD_LEN bits from upstream.
6130 2005-04-04  Thomas Koenig  <Thomas.Koenig@online.de>
6132         * MAINTAINERS (Write After Approval): Add myself.
6134 2005-04-07  Bernd Schmidt  <bernd.schmidt@analog.com>
6136         * MAINTAINERS (Port Maintainers): Add self for Blackfin.
6138 2005-04-06  Paolo Bonzini  <bonzini@gnu.org>
6140         * Makefile.tpl (BUILD_CONFIGARGS): Include --with-build-subdir.
6141         (TARGET_CONFIGARGS): Include --with-target-subdir.
6142         (configure, all): New macros.  Use them throughout.
6143         * Makefile.in: Regenerate.
6145 2005-04-04  Jon Grimm  <jgrimm2@us.ibm.com>
6147         * MAINTAINERS (Write After Approval): Add myself.
6149 2005-03-31  Zdenek Dvorak  <rakdver@atrey.karlin.mff.cuni.cz>
6151         * MAINTAINERS: Remove 'loop unrolling' maintainer.
6153 2005-03-30  Gerald Pfeifer  <gerald@pfeifer.com>
6155         * MAINTAINERS: Move John Carr to Write After Approval.
6157 2005-03-30  J"orn Rennecke  <joern.rennecke@st.com>
6159         * config/mh-mingw32: Delete.
6160         * configure.in: Don't use it.
6161         * configure: Regenerate.
6163 2005-03-31  Paolo Bonzini  <bonzini@gnu.org>
6165         * Makefile.def (bfd, opcodes, libstdc++-v3, libmudflap): Set lib_path.
6166         * Makefile.tpl (SET_LIB_PATH, REALLY_SET_LIB_PATH): Remove.
6167         (HOST_EXPORTS, STAGE_HOST_EXPORTS, TARGET_EXPORTS): Set RPATH_ENVVAR.
6168         (HOST_LIB_PATH): Generate from Makefile.def.
6169         (TARGET_LIB_PATH): Likewise.
6170         (Old bootstrap targets): Include TARGET_LIB_PATH into RPATH_ENVVAR.
6171         * Makefile.in: Regenerate.
6172         * configure.in (set_lib_path, SET_LIB_PATH, SET_GCC_LIB_PATH): Remove.
6173         (RPATH_ENVVAR): Include Darwin case.
6174         * configure: Regenerate.
6176 2005-03-29  Thomas Fitzsimmons  <fitzsim@redhat.com>
6178         * MAINTAINERS (Various Maintainers): Remove self.
6179         (Write After Approval): Add self.
6181 2005-03-26  Thomas Fitzsimmons  <fitzsim@redhat.com>
6183         * MAINTAINERS (Various Maintainers): Add self.
6185 2005-03-25  Paolo Bonzini  <bonzini@gnu.org>
6187         * configure.in (RPATH_ENVVAR): Set to DYLD_LIBRARY_PATH on Darwin.
6188         * configure: Regenerate.
6190 2005-03-21  Zack Weinberg  <zack@codesourcery.com>
6192         * Makefile.def: Remove libstdcxx_incdir, libsubdir, gxx_include_dir,
6193         gcc_version, and gcc_version_trigger from set of flags to pass.
6194         * Makefile.tpl: Remove definitions of above variables.
6195         (config.status): Remove dependency on $(gcc_version_trigger).
6196         * Makefile.in: Regenerate.
6197         * configure.in: Do not reference config/gcc-version.m4 nor
6198         config/gxx-include-dir.m4.  Do not invoke TL_AC_GCC_VERSION nor
6199         TL_AC_GXX_INCLUDE_DIR.  Do not set gcc_version_trigger.
6200         * configure: Regenerate.
6202 2005-03-16  Manfred Hollstein  <manfred.h@gmx.net>
6203             Andrew Pinski  <pinskia@physics.uc.edu>
6205         * Makefile.tpl (check-[+module+]): Fix shell statement inside if ... fi.
6206         * Makefile.in: Regenerate.
6208 2005-03-13  Feng Wang  <fengwang@nudt.edu.cn>
6210         * MAINTAINERS (Write After Approval): Add myself.
6212 2005-03-03  David Ayers  <d.ayers@inode.at>
6214         * MAINTAINERS (Write After Approval): Add myself.
6216 2005-03-01  Alexandre Oliva  <aoliva@redhat.com>
6218         PR libgcj/20160
6219         * ltmain.sh: Avoid creating archives with components that have
6220         duplicate basenames.
6222 2005-02-28  Andrew Pinski  <pinskia@physics.uc.edu>
6224         PR bootstrap/20250
6225         * Makefile.tpl (HOST target installs): Fix copy and pasto, use install
6226         instead of check.
6227         * Makefile.in: Regenerate.
6229 2005-02-28  Paolo Bonzini  <bonzini@gnu.org>
6231         * Makefile.in: Regenerate to fix conflict between the previous two
6232         patches.
6234 2005-02-28  Paolo Bonzini  <bonzini@gnu.org>
6236         PR bootstrap/17383
6237         * Makefile.def (target_modules): Remove "stage", now unnecessary.
6238         * Makefile.tpl (HOST_SUBDIR): New substitution.
6239         (STAGE_HOST_EXPORTS, EXPECT, HOST_LIB_PATH, USUAL_AR_FOR_TARGET,
6240         USUAL_AS_FOR_TARGET, USUAL_DLLTOOL_FOR_TARGET, USUAL_GCC_FOR_TARGET,
6241         USUAL_LD_FOR_TARGET, USUAL_NM_FOR_TARGET, USUAL_OBJDUMP_FOR_TARGET,
6242         USUAL_RANLIB_FOR_TARGET, USUAL_WINDRES_FOR_TARGET): Use it.
6243         (Host modules, Bootstrapped modules): Use it.
6244         (Build modules, Target modules): Do not create symlink trees,
6245         always configure out-of-srcdir.
6246         (distclean): Try removing $(host_subdir) with rm before using rm -rf.
6247         * configure.in (FLAGS_FOR_TARGET, CC_FOR_TARGET, GCJ_FOR_TARGET,
6248         GFORTRAN_FOR_TARGET, CXX_FOR_TARGET, RAW_CXX_FOR_TARGET): Use
6249         $(HOST_SUBDIR).  Create a symlink for host_subdir.
6251         * Makefile.in: Regenerate.
6252         * configure: Regenerate.
6254 2005-02-28  Nathanael Nerode  <neroden@gcc.gnu.org>
6256         Merged from libada-gnattools-branch:
6257         2004-11-28  Nathanael Nerode  <neroden@gcc.gnu.org>
6259         * gnattools: New directory.
6260         * Makefile.def: Add gnattools as a module, depending on target-libada.
6261         * Makefile.in: Regenerate.
6262         * configure.in: Include gnattools in host_tools; disable it if ada
6263         is disabled.
6264         * configure: Regenerate.
6266 2005-02-24  James A. Morrison  <phython@gcc.gnu.org>
6268         * MAINTAINERS (Language Front Ends Maintainers): Add myself as
6269         treelang maintainer.
6270         (Write After Approval): Remove myself.
6272 2005-02-23  Paul Schlie  <schlie@comcast.net>
6274         * configure.in: Allow darwin targeted ports to build tk, itcl and
6275         libgui.
6276         * configure: Regenerate.
6278 2005-02-21  Eric Botcazou  <ebotcazou@libertysurf.fr>
6280         PR libgcj/10353
6281         * configure.in (noconfigdirs) <sparc-*-solaris2.[0-6]>: Add libgcj.
6282         * configure: Regenerate.
6284 2005-02-18  Steven G. Kargl  <kargl@gcc.gnu.org>
6286         * MAINTAINERS (Write After Approval): Add myself.
6288 2005-02-10  Ian Lance Taylor  <ian@airs.com>
6290         * MAINTAINERS: Update my e-mail address.
6292 2005-02-02  Richard Guenther  <rguenth@gcc.gnu.org>
6294         * MAINTAINERS (Write After Approval): Add myself.
6296 2005-01-29  Hans-Peter Nilsson  <hp@axis.com>
6298         * configure.in (noconfigdirs) <crisv32-*-*>: Match like cris-*-*.
6299         <crisv32-*-*, cris-*-*>: Only disable target-newlib and
6300         target-libgloss when not *-*-elf and *-*-aout.
6301         * configure: Regenerate.
6303 2005-01-23  Kazu Hirata  <kazu@cs.umass.edu>
6305         * MAINTAINERS: Remove obsolete entries.
6307         * MAINTAINERS (Write After Approval): Add Michael Matz.
6309 2005-01-19  Neil Booth  <neil@daikokuya.co.uk>
6311         * MAINTAINERS: Remove self as cpplib maintainer.
6313 2005-01-17  Kelley Cook  <kcook@gcc.gnu.org>
6315         * install-sh, config.sub: Import from upstream.
6317 2005-01-17  Kelley Cook  <kcook@gcc.gnu.org>
6319         PR bootstrap/18222
6320         * Makefile.def: Pass CPPFLAGS_FOR_TARGET.
6321         * Makefile.tpl: Define target CPPFLAGS on CPPFLAGS_FOR_TARGET.
6322         * Makefile.in: Regenerate.
6324 2005-01-16  Jason Thorpe  <thorpej@netbsd.org>
6326         * MAINTAINERS: Update my email address.
6328 2005-01-12  David Edelsohn  <edelsohn@gnu.org>
6329             Andreas Schwab  <schwab@suse.de>
6331         PR bootstrap/18033
6332         * config-ml.in: Eval option if surrounded by single quotes.
6334 2005-01-03  Paolo Bonzini  <bonzini@gnu.org>
6336         Revert 2004-12-28 Makefile changes, a better fix will be
6337         applied to mainline and src after GCC 4.0 branches.
6339 2004-12-28  Paolo Bonzini  <bonzini@gnu.org>
6341         PR bootstrap/17383
6343         * Makefile.def (target_modules): Remove stage parameter,
6344         it is always true now.
6345         * Makefile.tpl (configure-build-[+module+],
6346         configure-target-[+module+]): Always build symlink tree
6347         for the directory and for include.  BUILD_SUBDIR and
6348         TARGET_SUBDIR cannot be . anymore.
6349         * Makefile.in: Regenerate.
6351 2004-12-25  David Edelsohn  <edelsohn@gnu.org>
6353         Revert 2004-12-08 Makefile changes.
6355 2004-12-17  Danny Smith  <dannysmith@users.sourceforge.net>
6357         * MAINTAINERS: Move myself to OS Port Maintainers for windows,
6358         cygwin, mingw.
6360 2004-12-16  Andrew Stubbs  <andrew.stubbs@st.com>
6362         * configure.in (sh64-*-*): Reenable gprof.
6363         * configure: Regenerate.
6365 2004-12-08  David Edelsohn  <edelsohn@gnu.org>
6367         * Makefile.def (flags_to_pass): Add PICFLAG_FOR_TARGET.
6368         * Makefile.tpl (EXTRA_HOST_FLAGS): Add PICFLAG.
6369         (EXTRA_TARGET_FLAGS): Add PICFLAG.
6370         * Makefile.in: Regenerate.
6372 2004-12-08  Christopher Faylor  <cgf@gcc.gnu.org>
6374         * MAINTAINERS: Update my email address.
6376 2004-12-07  Matt Kraai  <kraai@ftbfs.org>
6378         * Makefile.tpl: Generate normal dependencies if the LHS module is
6379         not bootstrapped.
6380         * Makefile.in: Regenerate.
6382 2004-12-03  Richard Sandiford  <rsandifo@redhat.com>
6384         * configure.in: Include config/gxx-include-dir.m4.  Use
6385         TL_AC_GXX_INCLUDE_DIR.  Remove some now-redundant AC_SUBSTs.
6386         * configure: Regenerate.
6388 2004-12-03  Richard Sandiford  <rsandifo@redhat.com>
6390         * config.if: Delete.
6391         * configure.in: Set libstdcxx_incdir directly.
6392         * configure: Regenerate.
6394 2004-12-02  Eric Christopher  <echristo@redhat.com>
6396         * Makefile.tpl (clean-target-libgcc): Make change in correct place.
6397         * Makefile.in: Regenerate.
6399 2004-12-02  Richard Sandiford  <rsandifo@redhat.com>
6401         * configure.in: Clear gcc_version_trigger if the file doesn't exist.
6402         * configure: Regenerate.
6404 2004-12-02  Richard Sandiford  <rsandifo@redhat.com>
6406         * configure.in: Include config/gcc-version.m4.  Use TL_AC_GCC_VERSION
6407         to set gcc_version_trigger.  Remove some now-redundant AC_SUBSTs.
6408         * configure: Regenerate.
6410 2004-12-01  Eric Christopher  <echristo@redhat.com>
6412         * Makefile.in (clean-target-libgcc): Add stmp-dirs to list
6413         of things to remove.
6415 2004-11-29  Matt Kraai  <kraai@ftbfs.org>
6417         * MAINTAINERS (Write After Approval): Update my e-mail address.
6419 2004-11-29  Kelley Cook  <kcook@gcc.gnu.org>
6421         * libtool.m4 (AC_DEPLIBS_CHECK_METHOD): Re-import linux-gnu case
6422         from CVS libtool to always pass_all.
6424 2004-11-25  John David Anglin  <dave.anglin@nrc-cnrc.gc.ca>
6426         * configure.in (hppa*-*-linux*): Don't add libgcj to noconfigdirs.
6427         (hppa*64*-*-*): Delete incorrect comment.
6428         * configure: Rebuilt.
6430 2004-11-24  Kelley Cook  <kcook@gcc.gnu.org>
6432         * libtool.m4 (AC_DEPLIBS_CHECK_METHOD): Revert previous change.
6434 2004-11-24  Kelley Cook  <kcook@gcc.gnu.org>
6436         * libtool.m4 (AC_DEPLIBS_CHECK_METHOD): Import linux-gnu case
6437         from CVS libtool to always pass_all.
6439 2004-11-15  Kelley Cook  <kcook@gcc.gnu.org>
6441         * install-sh, compile: Import from automake.
6443 2004-11-15  Kelley Cook  <kcook@gcc.gnu.org>
6445         * config.guess, config.sub:  Import from savannnah.
6447 2004-11-12  Scott Robert Ladd  <scott.ladd@coyotegulch.com>
6449         * MAINTAINERS (Write After Approval): Add myself
6451 2004-11-12  Mike Stump  <mrs@apple.com>
6453         * Makefile.def: Add html support.
6454         * Makefile.tpl: Likewise.
6455         * Makefile.in: Regenerate.
6457 2004-11-11  Geoffrey Keating  <geoffk@apple.com>
6459         PR 18423
6460         * configure.in: Remove all instances of build-fixincludes from
6461         noconfigdirs.
6462         (build_configargs): Supply --target to subdirectories.
6463         * configure: Regenerate.
6465         * Makefile.def: Make gcc install depend on fixincludes install.
6466         * Makefile.in: Regenerate.
6468 2004-11-10  Janis Johnson  <janis187@us.ibm.com>
6470         * MAINTAINERS: Add myself as gcc testsuite maintainer.
6472 2004-11-11  Paul Brook  <paul@codesourcery.com>
6474         * MAINTAINERS: Add self as arm maintainer.  Update email address.
6476 2004-11-08  Hans-Peter Nilsson  <hp@bitrange.com>
6478         * configure.in (noconfigdirs) [mmix-*-*]: Disable
6479         target-libgfortran.
6480         * configure: Regenerate.
6482 2004-11-07  David Edelsohn  <edelsohn@gnu.org>
6484         * config-ml.in: Pass FCFLAGS for multilibs, handle GFORTRAN
6485         like CC.
6487 2004-11-05  Paolo Bonzini  <bonzini@gnu.org>
6489         * Makefile.def (host fixincludes): Specify missing targets.
6490         * Makefile.in: Regenerate.
6492 2004-11-05  Ralf Corsepius  <ralf.corsepius@rtems.org>
6494         * MAINTAINERS: Add myself
6496 2004-11-05  Gabor Loki  <loki@inf.u-szeged.hu>
6498         * MAINTAINERS (Write After Approval): Add myself.
6500 2004-11-04  Geoffrey Keating  <geoffk@apple.com>
6502         * Makefile.def: Build fixincludes for the host, too.
6503         * Makefile.in: Regenerate.
6504         * configure.in (host_tools): Add fixincludes.
6505         * configure: Regenerate.
6507 2004-11-04  Daniel Jacobowitz  <dan@debian.org>
6509         * configure.in (arm-*-oabi*, thumb-*-oabi*): Remove.
6510         * configure: Regenerated.
6512 2004-11-04  H.J. Lu  <hongjiu.lu@intel.com>
6514         PR other/17783
6515         * configure.in: Set up LD_LIBRARY_PATH by default for gcc.
6516         * configure: Regenerated.
6518 2004-10-31  Mark Mitchell  <mark@codesourcery.com>
6520         * README.SCO: Update per FSF instructions.
6522 2004-10-28  Eric B. Weddington  <ericw@evcohs.com>
6524         PR target/18151
6525         * configure.in (case ${target}): Do not build fixincludes for avr.
6526         * configure: Regenerated.
6528 2004-10-26  Paolo Bonzini  <bonzini@gnu.org>
6530         * configure.in (case ${target}): Do not build fixincludes
6531         on platforms where it is not used.
6532         * configure: Regenerated.
6534 2004-10-23  Daniel Jacobowitz  <dan@debian.org>
6536         * configure.in: Use an absolute path to install-sh.
6537         * configure: Regenerated.
6539 2004-10-19  Aaron W. LaFramboise  <aaronavay62@aaronwl.com>
6541         * MAINTAINERS (Write After Approval): Add myself.
6543 2004-10-19  Kazu Hirata  <kazu@cs.umass.edu>
6545         * MAINTAINERS: Remove from Write After Approval those that are
6546         already maintainers.
6548 2004-10-19  Sebastian Pop  <pop@cri.ensmp.fr>
6550         * MAINTAINERS:  Update my email address.
6552 2004-10-12  Kelley Cook  <kcook@gcc.gnu.org>
6554         * configure.in (*-*-cygwin*): Supress warning if newlib not present.
6555         * configure: Regenerate.
6557 2004-10-07  J"orn Rennecke  <joern.rennecke@st.com>
6559         * MAINTAINERS:  Update my email address.
6561 2004-10-07  Kazu Hirata  <kazu@cs.umass.edu>
6563         * MAINTAINERS (Language Front Ends Maintainers): New.  Move
6564         entries belonging to this category.
6566 2004-10-06  Josef Zlomek  <josef.zlomek@email.cz>
6568         * MAINTAINERS: Update my e-mail address.
6570 2004-10-06  Paolo Bonzini  <bonzini@gnu.org>
6572         Fix wrong conflict resolution in:
6574         2004-08-16  Paolo Bonzini  <bonzini@gnu.org>
6576         * Makefile.in: Regenerate.
6577         * Makefile.tpl (Autogenerated `all-*' targets): Invoke $(TARGET-*)
6578         in the recursive `make', instead of hardwiring `all'.
6579         (Autogenerated TARGET-* variables): New.
6581 2004-10-05  Tomer Levi  <Tomer.Levi@nsc.com>
6583         * configure.in: Enable target-libgloss for crx-*-*.
6584         * configure: Regenerate.
6586 2004-10-04  Kazu Hirata  <kazu@cs.umass.edu>
6588         * MAINTAINERS (Various Maintainers): Move the "windows,
6589         cygwin, mingw" maintainer to ...
6590         (OS Port Maintainers): ... here.
6592 2004-10-04  Kazu Hirata  <kazu@cs.umass.edu>
6594         * MAINTAINERS (Write After Approval): Remove those that are
6595         maintainers of some subsystem.
6597 2004-10-02  P.J. Darcy  <darcypj@us.ibm.com>
6599         * ltcf-c.sh (tpf*): Add ld_shlibs=yes.
6600         * ltcf-cxx.sh (tpf*): Likewise.
6601         * ltconfig (tpf*): Add TPF OS configuration support.
6603 2004-10-01  Bernd Schmidt  <bernds_cb1@t-online.de>
6605         * MAINTAINERS: Change my email address to my new work account.
6607 2004-09-24  Michael Roth  <mroth@nessie.de>
6609         * configure.in (--without-headers): Add missing double quotes.
6610         * configure: Regenerate.
6612 2004-09-24  Kelley Cook  <kcook@gcc.gnu.org>
6614         * ylwrap: Revert to previous version.
6616 2004-09-23  H.J. Lu  <hongjiu.lu@intel.com>
6618         PR bootstrap/17369
6619         * Makefile.tpl (REALLY_SET_LIB_PATH): Add @SET_GCC_LIB_PATH@.
6620         (HOST_EXPORTS]): Add @SET_GCC_LIB_PATH@. Set and export
6621         SET_GCC_LIB_PATH_CMD.
6622         (BASE_TARGET_EXPORTS): Likewise.
6623         * Makefile.in: Regenerated.
6625         * configure.in (SET_GCC_LIB_PATH): Set and substitute.
6626         * configure: Regenerated.
6628 2004-09-23  Kelley Cook  <kcook@gcc.gnu.org>
6630         * config.guess: New upstream version
6631         * compile, depcomp, install-sh, ylwrap: Likewise.
6633 2004-09-19  Roger Sayle  <roger@eyesopen.com>
6635         * config/mh-x86omitfp: New host makefile fragment.  Add
6636         -fomit-frame-pointer to the default BOOT_CFLAGS.
6637         * configure.in: Use it to speed up bootstrap on some IA-32 hosts.
6638         * configure: Regenerate.
6640 2004-09-15  Andrew Pinski  <pinskia@physics.uc.edu>
6642         PR target/11572
6643         * configure.in (*-*-darwin*): Renable libobjc.
6644         * configure: Regenerate.
6646 2004-09-10  Nathan Sidwell  <nathan@codesourcery.com>
6648         * MAINTAINERS: Add self as c++ and type-safe vector maintainer.
6650 2004-09-09  Daniel Berlin  <dberlin@dberlin.org>
6652         * Makefile.def: Remove libbanshee.
6653         * Makefile.tpl: Ditto.
6654         * configure.in: Ditto.
6655         * Makefile.in: Regen.
6656         * configure: Ditto.
6658 2004-09-08  David Edelsohn  <edelsohn@gnu.org>
6660         * ltmain.sh: Use $pic_object as $non_pic_object if
6661         $non_pic_object=none.
6663 2004-09-07  Paolo Bonzini  <bonzini@gnu.org>
6665         * missing: Import latest version from master repository.
6667 2004-09-06  Nick Clifton  <nickc@redhat.com>
6669         * config.sub: Import latest version from master repository.
6670         * config.guess: Likewise.
6671         This includes these changes:
6673         2004-08-27  Hans-Peter Nilsson  <hp@axis.com>
6675         * config.sub: Handle crisv32, alias etraxfs.
6676         * config.guess (crisv32:Linux:*:*): Handle.
6678         2004-08-13  Brad Smith  <brad@comstyle.com>
6680         * config.guess (*:OpenBSD:*:*): Remove defunct MIPS machines.
6681         (sgi:OpenBSD:*:*): Emit mips64, not mipseb.
6683         2004-08-11  Paul Eggert  <eggert@cs.ucla.edu>
6685         * config.guess (*:Darwin:*:*): If uname -p reports "unknown",
6686         assume the processor is a powerpc.  This is because coreutils
6687         uname (at least versions 4.5.7 through 5.2.1) outputs "unknown"
6688         in this case, due to a MacOS X bug that causes
6689         sysctl ((int[]) {CTL_HW, HW_MACHINE_ARCH}, 2, buffer, &bufsize, 0, 0)
6690         to return a negative number.
6691         Problem reported by Petter Reinholdtsen in:
6692         http://lists.gnu.org/archive/html/bug-gnu-utils/2003-02/msg00201.html
6694         2004-07-19  Ben Elliston  <bje@gnu.org>
6696         * config.guess (S7501:*:4.0:3.0): Handle NCR System V UNIX machine.
6698         2004-06-24  Ben Elliston  <bje@gnu.org>
6700         * config.guess: Update copyright years.
6701         * config.sub: Likewise.
6703         2004-06-22  Robert Millan  <robertmh@gnu.org>
6705         * config.guess (*:FreeBSD:*:*): Remove check for glibc (unneeded
6706         since GNU/kFreeBSD systems match *:GNU/*:*:* instead).
6708         2004-06-22  Stanley F. Quayle <stan@stanq.com>
6710         * config.guess (*:*VMS:*:*): New entry. Replaces
6711         Alpha:OpenVMS:*. Recognize and advertise all VMS flavors as dec
6712         manufacturer.
6714         2004-06-22  Ben Elliston  <bje@gnu.org>
6716         * config.guess: Cray fixes from Wendy Palm <wendyp@cray.com>.
6717         * config.sub: Likewise.
6719         2004-06-22  Ben Elliston  <bje@gnu.org>
6721         Reported by Hans-Peter Nilsson <hp@bitrange.com>:
6722         * config.sub: Correctly handle mmix-knuth and mmix-knuth-mmixware.
6724         2004-06-11  Ben Elliston  <bje@gnu.org>
6726         * config.guess (pegasos:OpenBSD:*:*): Remove.
6728         2004-06-11  Ben Elliston  <bje@gnu.org>
6730         From Wouter Verhelst <wouter@grep.be>:
6731         * config.guess (M68*:*:R3V[5678]:*): Detect R3V8.
6733         2004-06-11  Ben Elliston  <bje@gnu.org>
6735         * config.guess (luna88k:OpenBSD:*:*): New.
6737         2004-03-12  Kazuhiro Inaoka  <inaoka.kazuhiro@renesas.com>
6739         * config.guess (m32r*:Linux:*:*): New case.
6740         * config.sub: Handle m32rle.
6742         2004-03-12  Ben Elliston  <bje@wasabisystems.com>
6744         From Jens Petersen  <petersen@redhat.com>:
6745         * config.sub: Handle sparcv8.
6747         2004-03-03  Ben Elliston  <bje@wasabisystems.com>
6749         From Tom Smith <smith@cag.lkg.hp.com>:
6750         * config.guess: Version suffixes are equally significant on Tru64
6751         V4.* and V5.*, so do not ignore them on V5.*.  Handle a version
6752         prefix of "P" (patched kernel).
6754         2004-02-23  Tal Agmon  <Tal.Agmon@nsc.com>
6756         * config.sub: Add support for National Semiconductor CRX target.
6758 2004-09-03  Janis Johnson  <janis187@us.ibm.com>
6760         * MAINTAINERS (Various Maintainers): Remove myself as web page
6761         maintainer, add myself as maintainer of build status lists.
6763 2004-09-03  Jan Beulich  <jbeulich@novell.com>
6765         * configure.in: Remove target-libstdc++-v3 from noconfigdirs for
6766         *-*-netware, but add target-libmudflap.
6767         Consolidate *-*-netware targets (of which really only i?86 exists)
6768         into a single entry.
6769         * configure: Likewise.
6771 2004-09-01  Paolo Bonzini  <bonzini@gnu.org>
6773         * Makefile.tpl (sorry): Remove.
6774         (clean-stage[+id+], clean-stage[+id+]-module): New targets.
6775         (cleanstrap targets): Depend on distclean, not distclean-stage1.
6776         (do-clean): Clean per-stage directories too.
6777         (do-distclean): Run distclean-stage1 too.
6778         (.NOTPARALLEL): Enable during toplevel bootstrap.
6779         (stage[+id+]-bubble): Enable parallel execution during
6780         the recursive invocation.
6781         * Makefile.in: Regenerate.
6783         Fix previous checkin:
6785         * Makefile.tpl: Move BOOT_CFLAGS above host makefile fragment
6786         include.
6787         * configure.in: Fix indentation.
6788         * configure: Regenerate.
6790 2004-08-31  Robert Bowdidge  <bowdidge@apple.com>
6792         * Makefile.in: Move BOOT_CFLAGS above host makefile fragment include.
6793         * configure.in: add test for powerpc-*-darwin* to specify makefile frag
6794         * configure: regenerate
6795         * config/mh-ppc-darwin: create file, override BOOT_CFLAGS for
6796         -mdynamic-no-pic
6798 2004-08-31  Paolo Bonzini  <bonzini@gnu.org>
6800         * Makefile.def (build_modules): Add fixincludes.
6801         (dependencies): Make gcc depend on fixincludes.
6802         * configure.in (build_tools): Add fixincludes.
6803         (build_configdirs): Always include build_libs.
6804         * Makefile.in: Regenerate.
6805         * configure: Regenerate.
6807 2004-08-30  Paolo Bonzini  <bonzini@gnu.org>
6809         * Makefile.def (bootstrap stages): Add 'lean' parameter.
6810         * Makefile.tpl (configure-stageN-*, all-stageN-*): Turned into
6811         phony targets; do not generate timestamp files.
6812         (distclean-stageN): Remove references to their timestamp files.
6813         (restageN, touch-stageN): Remove.
6814         (stageN-bubble): Rewritten.
6815         (compare): Support lean bootstraps.
6816         * Makefile.in: Regenerate.
6818         * configure.in: Only warn when bootstrapping but
6819         build != host or build != target.  Support lean bootstraps.
6820         * configure: Regenerate.
6822 2004-08-26  Phil Edwards  <phil@codesourcery.com>
6824         * configure.in:  Give a better error message if GMP/MPFR are missing
6825         and a language needing them has been requested.
6826         * configure:  Regenerated.
6828 2004-08-25  Phil Edwards  <phil@codesourcery.com>
6830         * configure.in:  Print a list of available language front-ends if
6831         a requested one is missing.  Tidy stray tab characters.
6832         * configure:  Regenerated.
6834 2004-08-19  Michael Koch  <konqueror@gmx.de>
6836         * gcc/doc/install.texi: Update entry about automake for libjava.
6838 2004-08-17  Robert Millan  <robertmh@gnu.org>
6840         * configure.in: In noconfigdirs check, match GNU/k*BSD with GNU/Linux
6841         (instead of FreeBSD).
6842         * configure: Regenerate.
6844 2004-08-16  Paolo Bonzini  <bonzini@gnu.org>
6846         * Makefile.in: Regenerate.
6847         * configure: Regenerate.
6849         * Makefile.def (bootstrap-stage): Rename extra_*_flags to
6850         stage_*_flags.
6851         * Makefile.tpl (configure-[+module+], all-[+module+]): Exit
6852         for bootstrapped modules if toplevel bootstrap is going.
6853         (GCC bootstrap): Generate per-stage targets for all bootstrapped
6854         modules.  Adjust for changes in Makefile.def.  Enable several
6855         rules even in non-bootstrap mode, just to avoid peppering the
6856         template with unnecessary "@if/@endif gcc-bootstrap" pairs.
6857         (stage-[+prev+]-bubble): Remove.
6859         * Makefile.def (Dependencies): Depend on all-build-bison,
6860         all-build-flex, all-build-byacc, all-build-texinfo, rather
6861         than the host variations.
6862         * Makefile.tpl (BUILD_DIR_PREFIX): Remove.  Replace throughout
6863         with BUILD_SUBDIR.
6864         (BISON): Update for recent Bisons.
6865         (YACC): Fix typo.
6866         (cross): Depend on all-build.
6867         (all): Do not depend on all-build.
6868         (prebootstrap): Remove.
6869         (dep-kind): Accept separate prefixes for MODULE and ON variables.
6870         (Prebootstrap dependencies): Add them to the per-stage targets
6871         and to all-prebootstrap.
6872         * configure.in (build_configdirs): Always enable build_tools.
6873         (BUILD_DIR_PREFIX): Remove.
6875         * Makefile.def (gcc): Add target variable.
6876         (gdb, expect, guile, tk, tix): Replace with_x with extra_make_flags.
6877         * Makefile.tpl (Autogenerated `all-*' targets): Invoke $(TARGET-*)
6878         in the recursive `make', instead of hardwiring `all'.
6879         (Autogenerated TARGET-* variables): New.
6881 2004-08-13  Brian Booth  <bbooth@redhat.com>
6883         * MAINTAINERS: Remove myself from write-after-approval.
6885 2004-08-12  Nathanael Nerode  <neroden@gcc.gnu.org>
6887         * src-release: Stop distributing mmalloc with gdb (which doesn't
6888         use it).
6889         * Makefile.def: GDB doesn't depend on mmalloc anymore.
6890         * Makefile.in: Regenerate.
6892 2004-08-09  Mark Mitchell  <mark@codesourcery.com>
6894         * configure.in (arm*-*-eabi*): New target.
6895         * configure: Regenerate.
6897 2004-08-06  Paolo Bonzini  <bonzini@gnu.org>
6899         * Makefile.def (bfd, opcodes, gcc, zlib): Mark as bootstrap module.
6900         (bison, byacc, flex, texinfo): Do not mark as bootstrap module.
6901         (Dependencies): New section.
6902         * Makefile.tpl (Dependencies): Generate from Makefile.def.
6903         (configure-target-[+module+]): Depend on maybe-all-gcc
6904         (all-prebootstrap): New name of all-bootstrap.  Changed throughout.
6905         (toplevel profiledbootstrap): Fix dependencies.
6906         * Makefile.in: Regenerate.
6908 2004-08-03  Mark Mitchell  <mark@codesourcery.com>
6910         * configure.in (arm*-*-symbianelf*): Add ${libgcj} and
6911         target-libiberty to noconfigdirs.
6912         * configure: Regenerate.
6914 2004-08-03  Paul Brook  <paul@codesourcery.com>
6916         * configure.in: Check for MPFR as well as GMP.
6917         * configure: Regenerate.
6919 2004-08-01  Robert Millan  <robertmh@gnu.org>
6921         * configure.in: Turn mt-linux into mt-gnu. Use mt-gnu and enable
6922         libmudflap for all GNU-based systems (with Glibc).
6923         * configure: Regenerate.
6925 2004-08-03  Paolo Bonzini  <bonzini@gnu.org>
6927         * Makefile.def (host-modules): Add gcc.
6928         * Makefile.in: Regenerate.
6929         * Makefile.tpl (sorry): New rule.
6930         (configure-host, all-host, [+make_target+]-host, do-check,
6931         install-host): Do not add gcc as a special case.
6932         (host modules): Add a small special-casing for gcc.  Export
6933         extra_make_flags through the environment.
6934         (maybe-configure-gcc, configure-gcc, maybe-all-gcc, all-gcc,
6935         maybe-check-gcc, check-gcc, maybe-install-gcc, install-gcc,
6936         other recursive targets for gcc): Remove.
6938         (all, do-[+make_target+], do-check): Wrap between unstage and stage.
6939         (stage, unstage): New rules.
6940         (stage[+id+]-start, stage[+id+]-end, [+compare-target+],
6941         distclean-stage[+id+]): Use stage_current.
6942         ([+bootstrap-target+], profiledbootstrap): Do not invoke manually
6943         the stage*-start rules.
6945 2004-08-02  Geoffrey Keating  <geoffk@apple.com>
6947         * ltcf-cxx.sh: On Darwin, make archive multi-module, and don't
6948         use -all_load flag.
6950 2004-08-02  Paolo Bonzini  <bonzini@gnu.org>
6952         * configure.in: Sync from src, add noconfigdirs for crx-*-*.
6953         * configure: Regenerate.
6955 2004-07-16  Toon Moene  <toon@moene.indiv.nluug.nl>
6957         * maintainer-scripts/gcc_release: Revert yesterday's change.
6959 2004-07-16  Segher Boessenkool  <segher@kernel.crashing.org>
6961         * MAINTAINERS: Add myself to write-after-approval.
6963 2004-07-15  Toon Moene  <toon@moene.indiv.nluug.nl>
6965         * libf2c: Removed.
6966         * gcc/gccbug.in: Updated because of libf2c removal.
6967         * maintainer-scripts/gcc_release: Ditto.
6969 2004-07-09  Loren J. Rittle  <ljrittle@acm.org>
6971         * configure.in: Build libmudflap by default on FreeBSD.
6972         * configure: Regenerated.
6974 2004-07-09  Mark Mitchell  <mark@codesourcery.com>
6976         * configure.in: Do not build libmudflap by default on non-GNU/Linux
6977         systems.
6978         * configure: Regenerated.
6980 2004-07-08  John David Anglin  <dave.anglin@nrc-cnrc.gc.ca>
6982         PR target/16344
6983         * Makefile.tpl (profiledbootstrap): Build runtime libraries with
6984         feedback based compiler.
6985         * Makefile.in: Rebuilt.
6987 2004-07-08  Alexandre Oliva  <aoliva@redhat.com>
6989         * Makefile.def (host_modules): Set bootstrap=true for flex.
6990         * Makefile.tpl (all-gcc): Depend on texinfo and flex.
6991         * Makefile.in: Rebuilt.
6993 2004-07-07  Jan Hubicka  <jh@suse.cz>
6995         * MAINTAINERS: Add self as a profile feedback maintainer.
6997 2004-07-05  Phil Edwards  <phil@codesourcery.com>
6999         * configure.in:  Do not prepend $srcdir to /dev/null in
7000         makefile fragments.
7001         * configure:  Regenerate.
7003 2004-07-01  Paolo Bonzini  <bonzini@gnu.org>
7005         * Makefile.def (build_modules): Add bison, byacc, flex,
7006         m4, texinfo.
7007         (flags_to_pass): Add FLEX.
7008         * Makefile.tpl (BUILD_DIR_PREFIX, BASE_EXPORTS): New.
7009         (BUILD_EXPORTS, HOST_EXPORTS, BASE_TARGET_EXPORTS): Include it.
7010         (DEFAULT_YACC, USUAL_YACC, DEFAULT_LEX, USUAL_LEX, DEFAULT_M4,
7011         DEFAULT_MAKEINFO): Remove.
7012         (CONFIGURED_YACC, CONFIGURED_FLEX, CONFIGURED_BISON,
7013         CONFIGURED_LEX, CONFIGURED_M4, CONFIGURED_MAKEINFO): Substitute.
7014         (YACC, FLEX, BISON, LEX, M4, MAKEINFO): Define to look into
7015         objdir or else use configured tool.
7016         (all-build): New.
7017         (all): Depend on it.
7018         (Build module dependencies): Add.
7019         * Makefile.in: Regenerate.
7020         * configure.in: Better support for multiple build modules,
7021         matching what is done for host/target modules.  Do not look
7022         for "plausible" locations of build tools if Canadian cross.
7023         Use autoconf's AC_PROG_CC to find a C compiler.  Define
7024         BUILD_DIR_PREFIX.  Look for flex, makeinfo and m4.
7025         * configure: Regenerate.
7027 2004-06-22  Paolo Bonzini  <bonzini@gnu.org>
7029         * Makefile.tpl (HOST_EXPORTS): Fix pasto.
7030         * Makefile.in: Regenerate.
7032 2004-06-22  Paolo Bonzini  <bonzini@gnu.org>
7034         * Makefile.tpl (configure-build-[+module+],
7035         configure-[+module+], configure-target-[+module+]): Pass
7036         [+extra_configure_args+].
7037         (all-build-[+module+], all-[+module+], check-[+module+],
7038         install-[+module+], [+make_target+]-[+module+],
7039         all-target-[+module+], check-target-[+module+],
7040         install-target-[+module+], [+make_target+]-target-[+module+]):
7041         Pass [+extra_make_args+].
7042         (HOST_EXPORTS): Include the former GCC_HOST_EXPORTS.
7043         (GCC_HOST_EXPORTS): Remove.
7044         (configure-gcc, all-gcc, GCC_STRAP_TARGETS, profiledbootstrap,
7045         cross, check-gcc, check-gcc-c++, install-gcc,
7046         gcc-no-fixedincludes, [+make_target+]-gcc, stage[+id+]-bubble):
7047         Replace GCC_HOST_EXPORTS with HOST_EXPORTS.
7048         * Makefile.in: Regenerate.
7050 2004-06-21  Matthew Sachs  <msachs@apple.com>
7052         * MAINTAINERS: Added self to write-after-approval.
7054 2004-06-21  Christopher Faylor  <cgf@alum.bu.edu>
7056         * configure.in: Check for srcdir/winsup rather than build directory
7057         winsup.
7058         * configure: Regenerate.
7060 2004-06-17  Corinna Vinschen  <vinschen@redhat.com>
7062         * configure.in: Don't build Cygwin native newlib if winsup
7063         directory is missing.  Emit warning instead.
7064         * configure: Regenerate.
7066 2004-06-09  Paolo Bonzini  <bonzini@gnu.org>
7068         * Makefile.tpl (touch-stage[+id+]): New.
7069         (restage[+prev+]): Depend on touch-stage[+id+].
7071         * Makefile.tpl (RECURSE_FLAGS_TO_PASS): New.
7072         Use it throughout.
7074         * Makefile.def: Add profile and feedback bootstrap stages.
7075         Remove next field from bootstrap stages.
7076         * Makefile.tpl (LN, LN_S): Substitute.
7077         (stageN-start, stageN-end): Use double-colon rules, to
7078         provide a hook for additional setup commands.
7079         (distclean-stageN-gcc, restageN): Create dependencies from
7080         [+prev+], not from [+next+].
7081         (stageN-bubble): Add commands for successive stages from
7082         [+prev+], using double-colon rules.
7083         (all-stageN-gcc): Fix typo.
7084         (stagefeedback-start, profiledbootstrap): New.
7085         * Makefile.in: Regenerate.
7086         * configure.in: Call ACX_PROG_LN.
7087         * configure: Regenerate.
7089 2004-06-08  Canqun Yang  <canqun@nudt.edu.cn>
7091         * MAINTAINERS (Write After Approval): Add myself.
7093 2004-06-03  Mark G. Adams  <mark.g.adams@sympatico.ca>
7095         * MAINTAINERS (Write After Approval): Add myself.
7097 2004-06-03  Paolo Bonzini  <bonzini@gnu.org>
7099         * configure.in: Fix --enable-bootstrap breakage introduced in trees
7100         without gcc.
7101         * configure: Regenerate.
7103 2004-06-01  Paolo Bonzini  <bonzini@gnu.org>
7105         * Makefile.tpl: Fix typo.
7106         * Makefile.in: Regenerate.
7108 2004-06-01  Paolo Bonzini  <bonzini@gnu.org>
7110         * configure.in: Remove new- prefix from toplevel
7111         bootstrap targets.
7112         * configure: Regenerate.
7114 2004-06-01  Paolo Bonzini  <bonzini@gnu.org>
7116         * Makefile.tpl (all.normal): Rename to all.
7117         (all): Replace with a rule to pick the default
7118         target from configure.
7119         (all-gcc, configure-gcc): Use conditionals to
7120         do nothing when toplevel bootstrap is going on.
7121         (GCC directory bootstrap) [gcc-bootstrap]: Disable.
7122         (Toplevel bootstrap) [gcc-no-bootstrap]: Disable.
7123         * configure.in: Support --enable-bootstrap.
7125         * Makefile.def: Remove new- prefix from toplevel
7126         bootstrap targets.
7127         * Makefile.tpl: Likewise.
7129         * Makefile.def: Add bootstrap_stage 4.  Add bootstrap2
7130         target.
7132         * Makefile.tpl (Toplevel bootstrap): Pass $(BASE_FLAGS_TO_PASS)
7133         $(RECURSE_FLAGS) to recursive invocation of make.
7135         * Makefile.in: Regenerate.
7136         * configure: Regenerate.
7138 2004-05-30  Andreas Jaeger  <aj@suse.de>
7139             Jim Wilson  <wilson@specifixinc.com>
7141         * config-ml.in: Pass FFLAGS and ADAFLAGS for multilibs, handle F77
7142         like CC.
7144 2004-05-27  Daniel Jacobowitz  <dan@debian.org>
7146         * configure.in: Fix sed invocation for GFORTRAN_FOR_TARGET.
7147         * configure: Regenerate.
7149 2004-05-25  Daniel Jacobowitz  <drow@false.org>
7151         * Makefile.tpl (BUILD_EXPORTS, HOST_EXPORTS, GCC_HOST_EXPORTS)
7152         (STAGE_HOST_EXPORTS, BASE_TARGET_EXPORTS, RAW_CXX_TARGET_EXPORTS)
7153         (NORMAL_TARGET_EXPORTS): New macros.  Use them in all the recursive
7154         targets.
7155         * Makefile.in: Regenerate.
7157 2004-05-24  Paolo Bonzini  <bonzini@gnu.org>
7159         * configure.in: Test the ability to symlink directories.
7160         * configure: Regenerate.
7162         * Makefile.def (bootstrap-stage): New definitions.
7163         * Makefile.tpl (configure-stage1-gcc,
7164         configure-stage2-gcc, configure-stage3-gcc,
7165         all-stage1-gcc, all-stage2-gcc, all-stage3-gcc,
7166         new-bootstrap, new-cleanstrap, new-restage1, new-restage2,
7167         new-restage3, compare): Autogenerate, see Makefile.in
7168         entry for behavioral changes.
7169         (distclean-stage1, new-stage1-start, new-stage1-end,
7170         new-stage1-bubble, distclean-stage2, new-stage2-start,
7171         new-stage2-end, new-stage2-bubble, distclean-stage3,
7172         new-stage3-start, new-stage3-end): New autogenerated targets.
7173         (objext, prebootstrap, BOOT_CFLAGS,
7174         POSTSTAGE1_FLAGS_TO_PASS): Move above the autogenerated
7175         targets.
7177         * Makefile.in: Regenerate.
7178         (distclean-stage1, new-stage1-start, new-stage1-end,
7179         new-stage1-bubble, distclean-stage2, new-stage2-start,
7180         new-stage2-end, new-stage2-bubble, distclean-stage3,
7181         new-stage3-start, new-stage3-end): New targets.
7182         (all-stage1-gcc): Move prebootstrap dependency from here...
7183         (configure-stage1-gcc): ...to here.
7184         (new-bootstrap): Use bubble targets.
7185         (new-cleanstrap, new-restage1, new-restage2, new-restage3):
7186         Use per-stage distclean targets.
7187         (configure-stage1-gcc, configure-stage2-gcc,
7188         configure-stage3-gcc, all-stage1-gcc,
7189         all-stage2-gcc, all-stage3-gcc, new-bootstrap):
7190         Use new-stageN-start to prepare the tree.
7192 2004-05-23  Paolo Bonzini  <bonzini@gnu.org>
7194         * Makefile.def (host_modules): add libcpp.
7195         * Makefile.tpl: Add dependencies on and for libcpp.
7196         * Makefile.in: Regenerate.
7197         * configure.in: Add libcpp host module.
7198         * configure: Regenerate.
7200 2004-05-21  Paolo Bonzini  <bonzini@gnu.org>
7202         * Makefile.tpl: Whenever a recursive target is defined, wrap
7203         it in a special @if/@endif block, and prepare its maybe
7204         dependency in the @if/@endif block
7205         * configure.in: Instead of writing maybe dependencies, remove
7206         the @if/@endif statements, and remove the @if/@endif blocks
7207         that remain.
7208         * configure: Regenerate.
7209         * Makefile.in: Regenerate.
7211 2004-05-20  Janis Johnson  <janis187@us.ibm.com>
7213         * MAINTAINERS (Various Maintainers): Add myself for compat testsuite.
7215 2004-05-18  Kaz Kojima  <kkojima@gcc.gnu.org>
7217         PR bootstrap/15120
7218         * libtool.m4 (lt_cv_deplibs_check_method): Use pass_all on sh*.
7219         * */configure: Rebuilt.
7221 2004-05-17  Zack Weinberg  <zack@codesourcery.com>
7223         * Makefile.def, Makefile.tpl, configure.in: Remove all mention
7224         of libf2c.
7225         * configure, Makefile.in: Regenerate.
7227 2004-05-13  Tobias Schlüter  <tobi@gcc.gnu.org>
7229         * MAINTAINERS (Write After Approval): Add myself.
7231 2004-05-13  Diego Novillo  <dnovillo@redhat.com>
7233         Merge from tree-ssa-20020619-branch.
7235         * Makefile.def: Add libbanshee, libmudflap and libgfortran.
7236         * Makefile.tpl (BUILD_CONFIGDIRS): Add libbanshee.
7237         (HOST_GMPLIBS): Define.
7238         (HOST_GMPINC): Define.
7239         (TARGET_LIB_PATH): Add libmudflap.
7240         (GFORTRAN_FOR_TARGET): Define.
7241         (configure-build*): Export GFORTRAN.
7242         (configure-gcc): Export GMPLIBS and GMPINC.
7243         (all-gcc): Add maybe-all-libbanshee.
7244         (configure-target-libgfortran): Define.
7245         * Makefile.in: Regenerate.
7246         * configure.in (host_libs): Add libbanshee.
7247         (target_libraries): Add target-libmudflap and target-libgfortran.
7248         Add --with-libbanshee.
7249         Handle --disable-libmudflap.
7250         (*-*-freebsd*): Use with_gmp.
7251         Add $(libgcj) to noconfigdirs.
7252         * configure: Regenerate.
7253         * depcomp: New file.
7254         * MAINTAINERS: Add tree-ssa maintainers.
7256 2004-05-04  Vladimir Makarov  <vmakarov@redhat.com>
7258         * MAINTAINERS (Various Maintainers): Add myself.
7260 2004-04-30  Brian Ford  <ford@vss.fsi.com>
7262         * MAINTAINERS (Write After Approval): Add myself.
7264 2004-04-29  Uros Bizjak  <uros@kss-loka.si>
7266         * MAINTAINERS (Write After Approval): Add myself.
7268 2004-04-28  Paolo Bonzini  <bonzini@gnu.org>
7270         * config/acx.m4: Fix fastcompare support for new-bootstrap.
7271         * configure: Regenerate.
7273 2004-04-27  Paolo Bonzini  <bonzini@gnu.org>
7275         Revert:
7276         2004-04-26  Paolo Bonzini  <bonzini@gnu.org>
7278         * Makefile.def (flags_to_pass): Remove *dir variables that
7279         are passed to the modules via TOPLEVEL_CONFIGURE_ARGUMENTS,
7280         as well as prefix and exec_prefix.
7281         * Makefile.in: Regenerate.
7283 2004-04-26  Robert Millan  <robertmh@gnu.org>
7285         Add patches from libtool CVS.
7286         * libtool.m4: Add kfreebsd*-gnu and knetbsd*-gnu.
7287         * ltconfig: Likewise.
7288         * ltcf-c.sh: Likewise.
7289         * ltcf-cxx.sh: Likewise.
7290         * ltcf-gcj.sh: Likewise.
7292 2004-04-26  Paolo Bonzini  <bonzini@gnu.org>
7294         * Makefile.def (host_modules): Mark with the bootstrap
7295         flag packages on which gcc depends.
7296         * Makefile.tpl (all-bootstrap): Use it.
7297         * Makefile.in: Regenerate.
7299 2004-04-26  Paolo Bonzini  <bonzini@gnu.org>
7301         * Makefile.def (flags_to_pass): Remove *dir variables that
7302         are passed to the modules via TOPLEVEL_CONFIGURE_ARGUMENTS,
7303         as well as prefix and exec_prefix.
7304         * Makefile.in: Regenerate.
7306 2004-04-26  Paolo Bonzini  <bonzini@gnu.org>
7308         * configure.in: Invoke ACX_PROG_CMP_IGNORE_INITIAL.
7309         * configure: Regenerate.
7310         * config/acx.m4: Mutuate ACX_PROG_CMP_IGNORE_INITIAL from gcc.
7311         * gcc/Makefile.tpl (compare): Use the result of the test.
7312         * gcc/Makefile.in: Regenerate.
7314 2004-04-23  Paolo Bonzini  <bonzini@gnu.org>
7316         * Makefile.tpl (all-stage1-gcc, all-stage2-gcc, all-stage3-gcc):
7317         Always relocate gcc and prev-gcc to the original names, even
7318         if the build fails.
7319         (new-cleanstrap, new-restage1, new-restage2, new-restage3):
7320         New targets.
7322 2004-04-23  Laurent GUERBY <laurent@guerby.net>
7324         * MAINTAINERS: Update my email address.
7326 2004-04-19  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
7328         * configure.in (mips*-*-irix5*): Enable ld.
7329         * configure: Regenerate.
7331 2004-04-16  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
7333         * configure: Regenerate.
7335 2004-04-15  James E Wilson  <wilson@specifixinc.com>
7337         * Makefile.tpl (configure-[+module+], configure-gcc,
7338         configure-stage1-gcc, configure-stage2-gcc, configure-stage3-gcc):
7339         Set and export LDFLAGS.
7340         * Makefile.in: Regenerate.
7342 2004-04-12  Michael Chastain  <mec.gnu@mindspring.com>
7344         * MAINTAINERS: Add myself to write-after-approval.
7346 2004-04-09  Nathanael Nerode  <neroden@gcc.gnu.org>
7348         PR bootstrap/14871
7349         * Makefile.tpl: If we don't have built-in-tree target tools,
7350         use the ones found by configure rather than hacking around with
7351         program_transform_name.
7352         * configure.in: Give Makefile.tpl the information necessary
7353         to do that.
7354         * Makefile.in: Regenerate.
7355         * configure: Regenerate.
7357 2004-04-06  Nathanael Nerode  <neroden@gcc.gnu.org>
7359         PR bootstrap/14760
7360         * configure.in: When computing baseargs, strip *all* copies of
7361         offending options.  Also, don't match/substitute the trailing space,
7362         so that this actually works when two similar options are separated by
7363         only one space.
7364         * configure: Regenerate.
7366 2004-04-06  David Edelsohn  <edelsohn@gnu.org>
7368         * configure.in (powerpc-*-aix*): Remove target-libada from noconfigdirs.
7369         (rs6000-*-aix*): Same.
7370         * configure: Regenerate.
7372 2004-04-05  Ranjit Mathew  <rmathew@hotmail.com>
7374         * MAINTAINERS: Add myself to write-after-approval.
7376 2004-04-03  Bud Davis  <bdavis9659@comcast.net>
7378         * MAINTAINERS: Add myself to write-after-approval.
7380 2004-03-24  Nathanael Nerode  <neroden@gcc.gnu.org>
7382         * Makefile.tpl (top level bootstrap support): Remove now-unneeded
7383         STRICT_WARN, WARN_CFLAGS flags passed down to make.
7384         * Makefile.in: Regenerate.
7386         * configure.in (top level bootstrap support): Rework --enable-werror
7387         to set @stage2_werror_flag@.
7388         * configure: Regenerate.
7389         * Makefile.tpl (top level bootstrap support): Pass
7390         @stage2_werror_flag@ down to configure in stages 2 and 3.
7391         * Makefile.in: Regenerate.
7393 2004-03-23  Nathanael Nerode  <neroden@gcc.gnu.org>
7395         * Makefile.tpl (new-bootstrap): Set CC and CC_FOR_BUILD in configure
7396         for stages 2 and 3 as well as in make.  As a consequence, remove
7397         OUTPUT_OPTION (now detected by configure) from the flags passed down
7398         to make.
7399         * Makefile.in: Regenerate.
7401         * Makefile.tpl (new-bootstrap): Fix typo.
7402         * Makefile.in: Regenerate.
7404 2004-03-22  Nathanael Nerode  <neroden@gcc.gnu.org>
7406         * Makefile.tpl: Rearrange by moving recursive_targets rules
7407         into their proper sections.
7408         * Makefile.tpl (top level bootstrap support): Move disabling
7409         of coverage flags from 'make' to 'configure'; improve comments.
7410         * Makefile.in: Regenerate.
7412         * Makefile.tpl (experimental top level bootstrap) Move stage1
7413         language setting from all- target to configure- target; disable
7414         intermodule optimization in stage 1; prevent gratuitous rebuilds
7415         of stage 1.
7416         * Makefile.in: Regenerate.
7417         * configure.in: Comma-separate stage 1 language list for top
7418         level bootstrap.
7419         * configure: Regenerate.
7421         * Makefile.tpl: Clean up experimental top level bootstrap support:
7422         note known problems; set CONFIG_SHELL; don't set BUILD_CC; relocate
7423         prev-gcc in configure- targets as well as all- targets.
7424         * Makefile.in: Regenerate.
7426 2004-03-21  Kelley Cook  <kcook@gcc.gnu.org>
7428         * compile: New file imported from automake.
7430 2004-03-17  Paolo Bonzini  <bonzini@gnu.org>
7432         * configure.in: Remove symbolic link section.
7433         * configure: Regenerate.
7434         * Makefile.tpl (links): Remove.
7435         * Makefile.in: Regenerate.
7437 2004-03-15  Paolo Bonzini  <bonzini@gnu.org>
7438             Nathanael Nerode  <neroden@gcc.gnu.org>
7440         * configure.in (DEFAULT_YACC, DEFAULT_M4, DEFAULT_LEX):
7441         Set with AC_CHECK_PROGS.
7442         * configure.in: Fix comment typo from last patch.
7443         * configure: Regenerate.
7445 2004-03-15  Nathanael Nerode  <neroden@gcc.gnu.org>
7447         * Makefile.tpl: Introduce experimental top level bootstrap support.
7448         * Makefile.in: Regenerate.
7449         * configure.in: Introduce support for top level bootstrap.
7450         * configure: Regenerate.
7452 2004-03-12  Eric Botcazou  <ebotcazou@gcc.gnu.org>
7453             Paolo Bonzini  <bonzini@gnu.org>
7455         PR bootstrap/14522
7456         * configure.in: Cope with shells that do not support unquoted ^
7457         * configure: Regenerate.
7459 2004-03-11  Eric Botcazou  <ebotcazou@gcc.gnu.org>
7460             Paolo Bonzini  <bonzini@gnu.org>
7462         PR bootstrap/14522
7463         * configure.in: Cope with shells that do not support nesting
7464         quotes inside quoted backquote substitutions.
7465         * configure: Regenerate.
7467 2004-03-10  Andrew Pinski  <pinskia@physics.uc.edu>
7469         PR bootstrap/14522
7470         * configure.in: Fix escaping of $.
7471         * configure: Regenerate.
7473 2004-03-11  Nathanael Nerode  <neroden@gcc.gnu.org>
7475         * configure: Regenerate, since I forgot to while committing Paolo's
7476         changes.
7478 2004-03-08  Paolo Bonzini  <bonzini@gnu.org>
7480         PR ada/14131
7481         Move language detection to the top level.
7482         * configure.in: Find default values for the tools as
7483         soon as possible.  Disable ada if GNAT is not found.
7484         Emit error message about missing languages.  Expand
7485         --enable-languages=all for the gcc subdirectory.
7487 2004-03-10  Ben Elliston  <bje@gnu.org>
7489         * MAINTAINERS: Update my email address.
7491 2004-03-05  David Edelsohn  <edelsohn@gnu.org>
7493         * ltconfig: Disable building static libraries if building shared
7494         libraries on AIX 5L.
7496 2004-03-01  Richard Sandiford  <rsandifo@redhat.com>
7498         * configure.in (mips64*-*-linux*): Override mips*-*-linux* case
7499         and disable libgcj.
7500         * configure: Regenerated.
7502 2004-03-01  Brian Booth  <bbooth@redhat.com>
7504         * MAINTAINERS: Add myself to write-after-approval.
7506 2004-03-01  Paolo Bonzini  <bonzini@gnu.org>
7508         * MAINTAINERS: Add myself to write-after-approval.
7510 2004-02-28  Nathanael Nerode  <neroden@gcc.gnu.org>
7512         PR bootstrap/7087
7513         * Makefile.tpl: Guard XFOO sed statements better.
7514         * Makefile.tpl: Add dependency for configure-target-libada.
7515         * Makefile.in: Regenerate (incidentally fixes broken
7516         commit when libada-branch was merged).
7518 2004-02-25  Kelley Cook  <kcook@gcc.gnu.org>
7520         * MAINTAINERS: Add myself to write-after-approval.
7522 2004-02-20  Andrew Pinski  <pinskia@physics.uc.edu>
7524         * MAINTAINERS: Add Nicola Pero and myself as libobjc
7525         maintainers.
7527 2004-02-20  Andrew Cagney  <cagney@redhat.com>
7529         * config.guess: Update from version 2003-10-16 to 2004-02-16.
7530         * config.sub: Update from version 2003-11-03 to 2004-02-16.
7532 2004-02-19  Nathanael Nerode  <neroden@gcc.gnu.org>
7534         PR bootstrap/11932
7535         * mkinstalldirs, install-sh: Import from automake CVS HEAD.
7537 2004-02-14  Jerry Quinn  <jlquinn@optonline.net>
7539         * MAINTAINERS: Added myself to write-after-approval.
7541 2004-02-14  Michael Koch  <konqueror@gmx.de>
7543         * MAINTAINERS: Added myself to write-after-approval.
7545 2004-02-13  Joseph S. Myers  <jsm@polyomino.org.uk>
7547         * MAINTAINERS: Move Steve Chamberlain to write-after-approval.  Move
7548         some OS port maintainers to OS port maintainers section.
7550 2004-02-13  Frank Ch. Eigler  <fche@redhat.com>
7552         * MAINTAINERS: Add self.
7554 2004-02-12  Kazu Hirata  <kazu@cs.umass.edu>
7556         * MAINTAINERS: Alphabetize.
7558 2004-02-12  Paolo Bonzini  <bonzini@gnu.org>
7560         * MAINTAINERS: Remove myself.
7562 2004-02-11  David Edelsohn  <edelsohn@gnu.org>
7564         * configure.in (powerpc-*-aix*): Add target-libada to noconfigdirs.
7565         (rs6000-*-aix*): Same.
7566         * configure: Regenerate.
7568 2004-02-11  Kelley Cook  <kcook@gcc.gnu.org>
7570         * configure.in (host): Add in missing $noconfigdirs to defines.
7571         * configure: Regenerate.
7573 2004-02-10  Arnaud Charlet  <charlet@act-europe.fr>,
7574             Nathanael Nerode  <neroden@gcc.gnu.org>
7576         PR ada/6637, PR ada/5911
7577         Merge with libada-branch:
7578         * configure.in, Makefile.tpl, Makefile.def: Add target-libada,
7579         with appropriate dependencies. Add --enable-libada configure switch.
7580         * configure, Makefile.in: Regenerate.
7582 2004-02-09  Paolo Bonzini  <bonzini@gnu.org>
7584         * MAINTAINERS: Add myself to write-after-approval.
7586 2004-02-05  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
7588         * configure.in: Don't pass --with-stabs on IRIX 5 either.
7589         * configure: Regenerate.
7591 2004-02-04  Geoffrey Keating  <geoffk@apple.com>
7593         Merge from upstream:
7595         * ltmain.in: When setting IFS to '~', be careful about user
7596         arguments that contain '~'.
7598         2004-02-04  Peter O'Gorman  <peter@pogma.com>
7600         * ltmain.in (infer_tag): Move tag inferrence to a shell function.
7601         Also test $base_compile against $CC with escaped arguments. Bug
7602         reported by Geoff Keating <geoffk@apple.com>.
7604 2004-02-04  Kazu Hirata  <kazu@cs.umass.edu>
7606         * MAINTAINERS: Remove i960 port.
7608 2004-01-23  DJ Delorie  <dj@redhat.com>
7610         * Makefile.def (target_modules) [libiberty]: Don't stage.
7611         * Makefile.in: Rebuilt.
7613 2004-01-20  Caroline Tice  <ctice@apple.com>
7615         * MAINTAINERS: Add myself to write-after-approval.
7617 2004-01-19  Paolo Carlini  <pcarlini@suse.de>
7619         * MAINTAINERS: Update my email address.
7621 2004-01-18  James A. Morrison  <ja2morri@uwaterloo.ca>
7623         * MAINTAINERS: Add myself to write-after-approval.
7625 2004-01-17  Volker Reichelt  <reichelt@igpm.rwth-aachen.de>
7627         * MAINTAINERS: Remove entries without email address.
7629 2004-01-15  Daniel Jacobowitz  <drow@mvista.com>
7631         * MAINTAINERS: Add myself to write-after-approval.
7633 2004-01-15  Steven Bosscher  <stevenb@suse.de>
7635         * MAINTAINERS: Update my email address.
7637 2004-01-14  Loren J. Rittle  <ljrittle@acm.org>
7639         * Makefile.def (target_modules) [libtermcap, libiberty, zlib]: Stage.
7640         * Makefile.tpl (configure-target-[+module+]): Support stage.
7641         * Makefile.in: Rebuilt.
7643 2004-01-12  Ian Lance Taylor  <ian@wasabisystems.com>
7645         * MAINTAINERS: Add myself as a libiberty MAINTAINER.
7647 2004-01-10  Richard Sandiford  <rsandifo@redhat.com>
7649         * MAINTAINERS: Add myself as a MIPS maintainer.
7651 2004-01-04  Nathanael Nerode  <neroden@gcc.gnu.org>
7653         * configure.in: Use ./config.cache, not config.cache.
7654         * configure: Regenerate.
7655         * Makefile.tpl: Special-casing not needed for GCC any more.
7656         * Makefile.in: Regenerate.
7658         * configure.in: Don't share a cache file for host dirs.
7659         * configure: Regenerate.
7661         * config-ml.in: Don't mess with the cache file.
7663 2004-01-04  Eric Botcazou  <ebotcazou@libertysurf.fr>
7665         * MAINTAINERS: Move myself from 'Write After Approval' to
7666         'CPU Port Maintainers' section as SPARC maintainer.
7668 2004-01-03  Nathanael Nerode  <neroden@gcc.gnu.org>
7670         * Makefile.tpl: Make GCC use a separate config.cache.
7671         * Makefile.in: Regenerate.
7673         PR bootstrap/11932, PR bootstrap/11933
7674         (I don't know if it will fix either of them, but it relates
7675         to them.)
7676         * configure.in: Don't use shared config.cache for target
7677         directories.
7678         * configure: Regenerate.
7680 2004-01-02  Dan Nicolaescu  <dann@ics.uci.edu>
7682         * MAINTAINERS: Add myself to 'Write After Approval' section.
7684 2003-12-31  Roger Sayle  <roger@eyesopen.com>
7686         * configure.in (ia64*-*-hpux*): Disable building java libraries.
7687         * configure: Regenerated.
7689 2003-12-23  Kazu Hirata  <kazu@cs.umass.edu>
7691         * MAINTAINERS: Remove the mn10200 maintainer.
7693 2003-12-21  Bernardo Innocenti  <bernie@develer.com>
7695         * configure.in (*-*-uclinux): Exclude newlib, libgloss and rda.
7696         * configure: Regenerated.
7698 2003-12-16  Jan Hubicka  <jh@suse.cz>
7700         * MAINTAINERS: Add myself as callgraph maintainer.
7702 2003-12-08  Thomas Fitzsimmons  <fitzsim@redhat.com>
7704         * configure.in (raw_libstdcxx_flags): Remove the leading space.
7705         * configure: Regenerate.
7707 2003-12-01  Giovanni Bajo  <giovannibajo@gcc.gnu.org>
7709         * MAINTAINERS: Move myself from 'Bug database only accounts' to
7710         'Write After Approval' section. Update email.
7712 2003-12-01  James Lemke  <jim@wasabisystems.com>
7714         * MAINTAINERS (Write After Approval): Add myself.
7716 2003-11-20  Matt Thomas  <matt@3am-software.com>
7718         * MAINTAINERS: Add myself as a vax port maintainer.
7720 2003-11-20  Kelley Cook  <kcook@gcc.gnu.org>
7722         * Makefile.tpl (BASE_FLAGS_TO_PASS): Pass along CONFIG_SHELL.
7723         (configure-build-[+module+], configure-[+module+]): Likewise.
7724         (configure-target-[+module+], configure-gcc, config.status): Likewise.
7725         * Makefile.in: Regenerate.
7727 2003-11-19  Andreas Tobler  <a.tobler@schweiz.ch>
7729         * libtool.m4: Sync darwin bits from libtool cvs to build a gcc with
7730         shared/dylibed libraries.
7731         * ltmain.sh: Likewise.
7732         * ltcf-c.sh: Likewise, disable shared library build for OS-X < 10.3.
7733         * ltcf-cxx.sh: Likewise.
7734         * ltcf-gcj.sh: Likewise.
7735         * ltconfig: Likewise.
7737 2003-11-17  Stan Cox  <scox@redhat.com>
7739         * MAINTAINERS: Add myself as iq2000 port maintainer.
7741 2003-11-14  Arnaud Charlet  <charlet@act-europe.fr>
7743         * Makefile.tpl (EXTRA_GCC_FLAGS): Pass BOOT_ADAFLAGS.
7744         * Makefile.in: Regenerate.
7746 2003-11-03  Ulrich Weigand  <uweigand@de.ibm.com>
7748         * config.sub: Update to 2003-11-03 version.
7750 2003-10-20  Phil Edwards  <phil@codesourcery.com>
7752         * configure.in (*-*-vxworks):  Add target-libiberty to noconfdirs.
7753         * configure:  Regenerate.
7755 2003-10-20  Nicolas Pitre  <nico@cam.org>
7757         * MAINTAINERS: Add myself to 'Write After Approval' section.
7759 2003-10-20  Arnaud Charlet  <charlet@act-europe.fr>
7761         * MAINTAINERS (Various maintainers: Ada front end): Added myself.
7763 2003-10-19  Joseph S. Myers  <jsm@polyomino.org.uk>
7765         * MAINTAINERS: Update my email address.
7767 2003-10-17  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
7769         * config-ml.in (multi-do): Pass MULTIFLAGS to subdir makes.
7771 2003-10-17  Ralph Loader  <rcl@ihug.co.nz>
7773         * MAINTAINERS: Add myself to 'Write After Approval' section.
7775 2003-10-16  Bernardo Innocenti  <bernie@develer.com>
7777         * config.guess: Update to 2003-10-16 version.
7778         * config.sub: Update to 2003-10-16 version.
7780 2003-10-15  David Daney  <ddaney@avtrex.com>
7782         * MAINTAINERS: Added myself to 'Write After Approval' section.
7784 2003-10-15  Falk Hueffner  <falk@debian.org>
7786         * MAINTAINERS: Move myself from 'Bug database only accounts' to
7787         'Write After Approval' section. Update email.
7789 2003-10-14  Roger Sayle  <roger@eyesopen.com>
7791         * MAINTAINERS: Move myself from 'Write After Approval' to
7792         'Various Maintainers' section as middle-end maintainer.
7794 2003-10-13  Nathanael Nerode  <neroden@gcc.gnu.org>
7796         * Makefile.tpl: Make GCC_FLAGS_TO_PASS a superset of
7797         HOST_FLAGS_TO_PASS.
7798         * Makefile.in: Regenerate.
7800 2003-10-11  Bernardo Innocenti  <bernie@develer.com>
7802         * config.guess: Update to 2003-10-07 version.
7803         * config.sub: Update to 2003-10-07 version.
7805 2003-10-06  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
7807         * ltcf-cxx.sh (irix5*, irix6*): Prefix -soname and its arg with ${wl}.
7808         * ltconfig (irix5*, irix6*): Don't override version_type.
7810 2003-10-05  Mohan Embar  <gnustuff@thisiscool.com>
7812         * configure.in: Allow explicit specification of CFLAGS_FOR_BUILD.
7813         * configure: Rebuilt
7814         * Makefile.tpl: Use CFLAGS_FOR_BUILD computed by configure
7815         * Makefile.in: Rebuilt
7817 2003-10-03  H.J. Lu  <hongjiu.lu@intel.com>
7819         * ltconfig (sys_lib_search_path_spec): Fix a typo for HPUX.
7821 2003-09-30  Carlo Wood  <carlo@alinoe.com>
7823         * MAINTAINERS (Write After Approval): Add myself.
7825 2003-09-29  Paul Koning  <ni1d@arrl.net>
7827         * MAINTAINERS: Move myself from "Write After Approval"
7828         to CPU platform maintainers for pdp11 platform.
7830 2003-09-23  Andreas Tobler  <a.tobler@schweiz.ch>
7832         * MAINTAINERS: Move myself from 'Write After Approval' to
7833         'Various Maintainers' section as libffi testsuite maintainer.
7835 2003-09-21  Daniel Jacobowitz  <drow@mvista.com>
7837         * configure.in: Pass a computed --program-transform-name
7838         to subconfigures.
7839         * configure: Regenerated.
7841 2003-09-20  Nathanael Nerode  <neroden@gcc.gnu.org>
7843         * Makefile.tpl: Don't pass down obsolete ENQUIRE variable.
7844         * Makefile.in: Regenerate.
7846         * Makefile.tpl: Don't pass (unused) DLLTOOL or WINDRES to gcc.
7847         * Makefile.in: Regenerate.
7849 2003-09-19  Ziemowit Laski  <zlaski@apple.com>
7851         * MAINTAINERS: Move myself from 'Write After Approval'
7852         to 'Various Maintainers' (objective-c) section.
7854 2003-09-17  Daniel Jacobowitz  <drow@mvista.com>
7856         * configure.in (TOPLEVEL_CONFIGURE_ARGUMENTS, baseargs): Fix
7857         quoting.
7858         * configure: Regenerated.
7860 2003-09-16  Joel Brobecker  <brobecker@gnat.com>
7862         * MAINTAINERS (Write After Approval): Add myself to write after
7863         approval list.
7865 2003-09-16  Dorit Naishlos  <dorit@il.ibm.com>
7867         * MAINTAINERS (Write After Approval): Add myself.
7869 2003-09-09  Ian Lance Taylor  <ian@wasabisystems.com>
7871         * MAINTAINERS: Update my e-mail address.
7873 2003-09-09  Alan Modra  <amodra@bigpond.net.au>
7875         * libtool.m4 (LD): Correct powerpc64 host match.
7877 2003-09-06  James E Wilson  <wilson@tuliptree.org>
7879         * MAINTAINTERS: Update my affiliation and email address.
7881 2003-09-06  Zdenek Dvorak  <rakdver@atrey.karlin.mff.cuni.cz>
7883         * MAINTAINERS (Write After Approval): Add myself.
7885 2003-09-04  DJ Delorie  <dj@redhat.com>
7887         * configure: Regenerate.
7889 2003-09-04  Robert Millan  <robertmh@gnu.org>
7891         * configure.in: Match GNU/KFreeBSD with new kfreebsd*-gnu triplet.
7893 2003-09-02  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
7895         * configure.in: Ensure arguments to sed are properly spaced.
7896         * configure: Regenerate.
7898 2003-08-30  Gerald Pfeifer  <gerald@pfeifer.com>
7900         * MAINTAINERS: Update my e-mail address.
7902 2003-08-28  Mohan Embar  <gnustuff@thisiscool.com>
7904         * MAINTAINERS (Write After Approval): Add myself.
7906 2003-08-27  Daniel Jacobowitz  <drow@mvista.com>
7908         * configure.in: Set RAW_CXX_FOR_TARGET if unset.
7909         * configure: Regenerated.
7911 2003-08-23  Marek Michalkiewicz  <marekm@amelek.gda.pl>
7913         * MAINTAINERS: Update my email address.
7915 2003-08-23  Phil Edwards  <pme@gcc.gnu.org>
7917         * configure.in:  Use newline instead of semicolon when assuming
7918         shell arguments in a for loop.
7919         * configure:  Regenerated.
7921 2003-08-22  Jason Eckhardt  <jle@rice.edu>
7923         * MAINTAINERS: Resurrect the i860 maintainer.
7925 2003-08-20  Geoffrey Keating  <geoffk@apple.com>
7927         PR 8180
7928         * configure.in: When testing with_libs and with_headers, treat
7929         'no' as unset.  Based on a patch by Dan Kegel <dank@kegel.com>.
7930         * configure: Regenerate.
7932         * configure.in (TOPLEVEL_CONFIGURE_ARGUMENTS): Quote properly for
7933         make, shell, etc.
7934         (baseargs): Likewise.
7935         * configure: Regenerate.
7937 2003-08-20  Bernardo Innocenti  <bernie@develer.com>
7939         * MAINTAINERS (Write After Approval): Add myself.
7941 2003-08-19  Geoffrey Keating  <geoffk@apple.com>
7943         * configure.in: Disable libgcj for darwin not on powerpc.
7944         * configure: Rebuild.
7946 2003-08-14  Alexandre Duret-Lutz  <adl@gnu.org>
7948         * config-ml.in, symlink-tree: Add license.
7950 2003-08-03  Richard Stallman  <rms@gnu.org>
7951             Eben Moglen  <moglen@columbia.edu>
7953         * README.SCO: New file.
7955 2003-08-01  Matt Kraai  <kraai@alumni.cmu.edu>
7957         * Makefile.tpl (check, check-c++): Express dependencies using
7958         dependencies rather than commands.
7959         * Makefile.in: Regenerate.
7961 2003-08-01  Andrew Cagney  <cagney@redhat.com>
7963         * configure.in (noconfigdirs): Do not add GDB when m32r-*-*.
7964         * configure: Ditto.
7966 2003-07-31  Geoffrey Keating  <geoffk@apple.com>
7968         * Makefile.tpl (libsubdir): Use gcc instead of gcc-lib.
7969         * Makefile.in: Update.
7971 2003-07-30  Andreas Tobler  <a.tobler@schweiz.ch>
7973         * configure.in: Enable libgcj for darwin.
7974         * configure: Rebuild.
7976 2003-07-29  Phil Edwards  <pme@gcc.gnu.org>
7978         * config-ml.in:  Use ac_configure_args directly instead of
7979         ml_arguments.  Only set ml_norecursion if --no[-]recursion is
7980         actually seen.
7982 2003-07-27  Nathanael Nerode  <neroden@gcc.gnu.org>
7984         * Makefile.tpl: Use 'mkinstalldirs' rather than 'mkdir' when
7985         creating target and build subdirs to build all parent dirs as needed.
7986         * Makefile.in: Rebuild.
7987         * configure.in: Don't build dirs explicitly here.
7988         * configure: Rebuild.
7990 2003-07-26  Paul Brook  <paul@nowt.org>
7992         * MAINTAINERS (fortran 95): Add myself, Steven Bosscher and Toon Moene.
7994 2003-07-22  Alexandre Oliva  <aoliva@redhat.com>
7996         * Makefile.tpl (all-make): Depend on intl.
7997         * Makefile.in: Rebuilt.
7999 2003-07-20  Phil Edwards  <pme@gcc.gnu.org>
8001         * install-sh:  Update to newer upstream versions (associated with
8002         aclocal 1.7).
8003         * mkinstalldirs:  Likewise.
8004         * missing:  Likewise, plus $1Help2man -> $1 typo fix.
8006 2003-07-16  Andrew Pinski  <pinskia@gcc.gnu.org>
8008         * MAINTAINERS: Move self from Bug database only accounts
8009         to write-after-approval.
8011 2003-07-16  Nathanael Nerode  <neroden@gcc.gnu.org>
8013         * config.if: Remove unused libc_interface determination.
8015 2003-07-14  Nathanael Nerode  <neroden@gcc.gnu.org>
8017         * MAINTAINERS: Move self from write-after-approval to
8018         build machinery (*.in).
8020 2003-07-13  Nathanael Nerode  <neroden@gcc.gnu.org>
8022         PR bootstrap/11273
8023         PR bootstrap/11408
8024         * Makefile.tpl: Set INSTALL and friends using autoconf.  Remove
8025         unused INSTALL_PROGRAM_ARGS.
8026         * configure.in: Use AC_PROG_INSTALL.
8027         * Makefile.in: Regenerate.
8028         * configure: Regenerate.
8030 2003-07-13  Kazu Hirata  <kazu@cs.umass.edu>
8032         * MAINTAINERS: Alphabetize.
8034 2003-07-10  Alexandre Oliva  <aoliva@redhat.com>
8036         * configure: Rebuilt.
8037         2001-09-26  Alexandre Oliva  <aoliva@redhat.com>
8038         * configure.in (noconfigdirs) [am33_2.0-*-linux*]: Don't build
8039         newlib nor libgloss.
8040         Wed May  9 10:07:19 2001  Alexandre Oliva  <aoliva@redhat.com>
8041         * configure.in (am33_2.0-*-linux*): Added.
8043 2003-07-09  Bob Wilson  <bob.wilson@acm.org>
8045         * configure.in: Add ${libgcj} to noconfigdirs for xtensa-*-* targets.
8046         * configure: Regenerate.
8048 2003-07-07  Zack Weinberg  <zack@codesourcery.com>
8050         * Makefile.tpl (configure-gcc): Depend on maybe-configure-intl.
8051         * Makefile.in: Regenerate.
8053 2003-07-04  Zack Weinberg  <zack@codesourcery.com>
8055         * Makefile.tpl (all-bootstrap): Depend on maybe-all-intl.
8056         * Makefile.in: Regenerate.
8058 2003-07-04  H.J. Lu  <hongjiu.lu@intel.com>
8060         * Makefile.tpl: Replace PWD with PWD_COMMAND.
8061         * Makefile.in: Regenerated.
8063         * config-ml.in: Replace PWD with PWD_COMMAND.
8065 2003-07-04  Zack Weinberg  <zack@codesourcery.com>
8067         * intl: New directory; see intl/ChangeLog for details.
8068         * ABOUT-NLS, config.rpath: Import from gettext 0.12.1.
8069         * Makefile.tpl: all-gcc depends on maybe-all-intl.
8070         * Makefile.in: Regenerate.
8072 2003-06-27  Nathanael Nerode  <neroden@gcc.gnu.org>
8074         * configure.in: Clean up config-lang.in handling.  Delete
8075         useless assignment to "subdirs".
8076         * configure: Regenerate.
8078 2003-06-26  Nathanael Nerode  <neroden@gcc.gnu.org>
8080         * configure.in: Rename 'target_libs' to 'target_libraries'.
8081         Remove useless reference to 'target_libs'.
8082         * configure: Regenerate.
8084 2003-06-23  Keith Seitz  <kseitz@sources.redhat.com>
8086         * Makefile.tpl: Add maybe-configure-itcl to configure-gdb.
8087         * Makefile.in: Regenerate.
8089 2003-06-23  Nathanael Nerode  <neroden@gcc.gnu.org>
8091         * Makefile.def: Introduce flags_to_pass.
8092         * Makefile.tpl: Generate BASE_FLAGS_TO_PASS using it.
8093         * Makefile.in: Regenerate.
8095 2003-06-23  Hans-Peter Nilsson  <hp@bitrange.com>
8097         * configure.in (noconfigdirs) <cris-*-*>: Disable target-newlib
8098         and target-libgloss.
8099         <d30v-*-*, fr30-*-*, i960-*-*, m32r-*-*>: Disable gdb.
8100         <h8300*-*-*>: Disable libf2c and ${libgcj}.
8101         * configure: Regenerate.
8103 2003-06-17  Benjamin Kosnik  <bkoz@redhat.com>
8105         * configure.in: Update testsuite_flags to new location.
8106         * configure. Regenerate.
8108 2003-06-18  Nathanael Nerode  <neroden@gcc.gnu.org>
8110         * Makefile.tpl: Remove BUILD_CC stuff.
8111         * Makefile.in: Regenerate.
8113 2003-06-17  Kazu Hirata  <kazu@cs.umass.edu>
8115         * MAINTAINERS (Write After Approval): Remove Andrew Haley.
8117 2003-06-16  Graeme Peterson  <gp@qnx.com>
8119         * MAINTAINERS (Write After Approval): Add myself.
8121 2003-06-14  H.J. Lu  <hongjiu.lu@intel.com>
8123         * config.guess: Update to 2003-06-12 version.
8124         * config.sub: Update to 2003-06-13 version.
8126 2003-06-12  H.J. Lu  <hongjiu.lu@intel.com>
8128         * config.guess: Update to 2003-06-06 version.
8129         * config.sub: Update to 2003-06-06 version.
8131 2003-06-11  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
8133         * configure.in: Don't pass --with-stabs for mips*-sgi-irix6*o32.
8134         * configure. Regenerate.
8136 2003-06-10  Nathanael Nerode  <neroden@gcc.gnu.org>
8138         * configure.in: Disable serial configure by default.
8139         * configure: Regenerate.
8140         * Makefile.tpl: Abolish .NOTPARALLEL.
8141         * Makefile.in: Regenerate.
8143         * Makefile.tpl: Replace {build,host,target}_canonical by
8144         {build,host,target}.
8145         * Makefile.in: Regenerate.
8147         * Makefile.tpl: Fix stupid pasto.
8148         * Makefile.in: Regenerate.
8150 2003-06-09  Nathanael Nerode  <neroden@gcc.gnu.org>
8152         * Makefile.tpl: Remove bogus conditional.
8153         * Makefile.in: Regenerate.
8155 2003-06-05  Jan Hubicka  <jh@suse.cz>
8157         * Makefile.tpl (profiledbootstrap): New target.
8158         * Makefile.in (profiledbootstrap): New target.
8160 2003-06-05  Wolfgang Bangerth  <bangerth@dealii.org>
8162         * MAINTAINERS (Bugzilla only): Add Dara Hazeghi and Andrew
8163         Pinski. Remove user names from other bugzilla-only maintainers.
8165 2003-06-03  Nathanael Nerode  <neroden@gcc.gnu.org>
8167         * Makefile.tpl: Make 'recursive targets' using autogen rather
8168         than shell loop.  Remove duplicate 'clean' targets and false
8169         comments.
8170         * Makefile.def: Add systematic dependencies to 'recursive' targets.
8171         Add systematic method of specifying missing targets in subdirs.
8172         Add copyright boilerplate.
8173         * Makefile.in: Regenerate.
8174         * configure.in: Add 'recursive targets' to maybe list.
8175         * configure: Regenerate.
8177         * MAINTAINERS: "GNATS only" -> "Bug database only".
8179         * Makefile.tpl: Rename [+target+] to [+make_target+].
8180         * Makefile.def: Rename 'target' to 'make_target'.
8182 2003-05-31  Neil Booth  <neil@daikokuya.co.uk>
8184         * MAINTAINERS: Add self as options handling maintainer.
8186 2003-05-28  Michael Meissner  <gnu@the-meissners.org>
8188         * MAINTAINERS: Remove myself as m32r/v850 maintainer, since it has
8189         been too long since I touched those ports.
8191 2003-05-28  DJ Delorie  <dj@redhat.com>
8193         * Makefile.tpl: Make maybe-check-gcc .PHONY.
8194         * Makefile.in: Regenerate.
8196 2003-05-21  Maciej W. Rozycki  <macro@ds2.pg.gda.pl>
8198         * configure.in: Use curly braces in the definition of tooldir.
8199         * configure: Regenerate.
8201 2003-05-21  DJ Delorie  <dj@redhat.com>
8203         * Makefile.tpl (configure-target-libiberty): Depend only on gcc, not
8204         newlib or libgloss.
8205         * Makefile.in: Regenerate.
8207 2003-05-21  DJ Delorie  <dj@redhat.com>
8209         * Makefile.tpl: Add missing empty maybe-check-gcc target.
8210         * Makefile.in: Regenerate.
8212 2003-05-20  Ian Lance Taylor  <ian@airs.com>
8214         * MAINTAINERS: Update my e-mail address.
8216 2003-05-19  Nathanael Nerode  <neroden@gcc.gnu.org>
8218         * configure.in: Switch more things to use maybe dependencies.
8219         * Makefile.tpl: Switch more things to use maybe dependencies.
8220         Factor out common code from autogen IF statements.
8221         * configure: Regenerate.
8222         * Makefile.in: Regenerate.
8224 2003-05-14  Kelley Cook  <kelleycook@wideopenwest.com>
8226         * configure.in: Accept i[3456789]86 for machine type.
8227         * configure: Regenerate.
8229 2003-05-18  Nathanael Nerode  <neroden@gcc.gnu.org>
8231         * configure.in: Switch more things to use maybe dependencies.
8232         Rearrange a little.  Use GCC_TOPLEV_SUBDIRS.
8233         * configure: Regenerate.
8234         * Makefile.tpl: Switch more things to use maybe dependencies.
8235         * Makefile.in: Regenerate.
8237 2003-05-16  Andreas Schwab  <schwab@suse.de>
8239         * Makefile.tpl (install-opcodes): Define.
8240         * Makefile.in: Rebuild.
8242 2003-05-13  Andreas Jaeger  <aj@suse.de>
8244         * config.guess: Update to 2003-05-09 version.
8245         * config.sub: Update to 2003-05-09 version.
8247 2003-05-13  Michael Eager  <eager@mvista.com>
8249         * configure.in: Correct sed script so that options in quotes are not
8250         deleted.
8251         * configure: Rebuild.
8253 2003-05-12  Corinna Vinschen  <corinna@vinschen.de>
8255         * configure.in (FLAGS_FOR_TARGET): Remove $$s/newlib/libc/sys/cygwin
8256         and $$s/newlib/libc/sys/cygwin32 include paths.
8257         * configure: Ditto.
8259 2003-05-12  Michael Meissner  <gnu@the-meissners.org>
8261         * MAINTAINERS: Update my email addresses.
8263 2003-05-06  Eric Botcazou  <ebotcazou@libertysurf.fr>
8265         * config-ml.in: Propagate INSTALL variables.
8267 2003-05-04  Gerald Pfeifer  <pfeifer@dbai.tuwien.ac.at>
8269         * MAINTAINERS: Remove duplicate entries in Write After Approval.
8271 2003-05-02  Chris Demetriou  <cgd@broadcom.com>
8273         * Makefile.tpl: Require "makeinfo" from texinfo 4.2 or later.
8274         * Makefile.in: Regenerate.
8276 2003-05-02  Wolfgang Bangerth  <bangerth@dealii.org>
8278         * MAINTAINERS (GNATS only): Add Falk Hueffner.
8280 2003-04-30  Wolfgang Bangerth  <bangerth@dealii.org>
8282         * MAINTAINERS (GNATS only): Add Giovanni Bajo.
8284 2003-04-27  Daniel Jacobowitz  <drow@mvista.com>
8286         * Makefile.tpl: Clean $(BUILD_SUBDIR).
8287         * Makefile.in: Regenerated.
8289 2003-04-25  Wolfgang Bangerth  <bangerth@dealii.org>
8291         * MAINTAINERS (Write After Approval): Upgrade myself from
8292         GNATS only to write-after-approval. Update my mail address.
8294 2003-04-25  Loren J. Rittle  <ljrittle@acm.org>
8296         (OS Port Maintainers: freebsd): Add myself.
8298 2003-04-22  Mark Mitchell  <mark@codesourcery.com>
8300         * MAINTAINERS (java): Remove Alexandre Petit-Bianco.
8302 2003-04-22  Kean Johnston  <jkj@sco.com>
8304         * MAINTAINERS (SCO ports): Added myself.
8306 2003-04-21  Nathan Sidwell  <nathan@codesourcery.com>
8308         * MAINTAINERS (gcov): Add myself and Jan Hubicka.
8310 2003-04-19  Kean Johnston  <jkj@sco.com>
8312         * MAINTAINERS (Write After Approval): Add myself.
8314 2003-04-18  Gerald Pfeifer  <pfeifer@dbai.tuwien.ac.at>
8316         * Makefile.tpl (MAKEINFOFLAGS): Default to --split-size=5000000.
8317         * Makefile.in: Regenerate.
8319 2003-04-18  Jakub Jelinek  <jakub@redhat.com>
8321         * configure.in (powerpc64*-*-linux*): Remove.
8322         * configure: Rebuilt.
8324 2003-04-17  Phil Edwards  <pme@gcc.gnu.org>
8326         * Makefile.tpl (GCC_STRAP_TARGETS):  New variable containing all the
8327         previous bootstrap targets, plus bubblestrap, quickstrap, cleanstrap,
8328         and restrap.
8329         * Makefile.in:  Regenerate.
8331 2003-04-16  Richard Earnshaw  <rearnsha@arm.com>
8333         * configure.in (arm-*-netbsdelf*): Enable building java libraries.
8334         * configure: Regenerated.
8336 2003-04-15  DJ Delorie  <dj@redhat.com>
8338         * MAINTAINERS: Remove myself as windows/cygwin/mingw maintainer.
8340 2003-04-13  Nick Clifton  <nickc@redhat.com>
8342         * config-ml.in: Remove support for --disable-aix removing
8343         call-aix multilibs.
8345 2003-04-10  Alexandre Oliva  <aoliva@redhat.com>
8347         * libtool.m4 (lt_cv_deplibs_check_method): Use pass_all on mips*.
8348         * */configure: Rebuilt.
8350 2003-04-08  Joel Sherrill  <joel@oarcorp.com>
8352         * MAINTAINERS: Add my email address.
8354 2003-03-17  Olivier Hainque  <hainque@act-europe.fr>
8356         * MAINTAINERS (Write After Approval): Add myself.
8358 2003-03-14  Nathanael Nerode  <neroden@gcc.gnu.org>
8360         * Makefile.tpl: Move .NOEXPORT, MAKEOVERRIDES back down.
8361         * Makefile.in: Regenerate.
8363 2003-03-14  Michael Chastain  <mec@shout.net>
8365         * Makefile.in: Regenerate with correct Makefile.def.
8367 2003-03-12  Nathanael Nerode  <neroden@gcc.gnu.org>
8369         * Makefile.tpl: Move .NOEXPORT, MAKEOVERRIDES up.  Delete unused
8370         Make macro.
8371         * Makefile.in: Regenerate.
8372         * configure.in: Clean up gxx_include_dir logic.
8373         * configure: Regenerate.
8375 2003-03-12  Ansgar Esztermann  <ansgar@thphy.uni-duesseldorf.de>
8377         * MAINTAINERS (Write After Approval): Add myself.
8379 2003-03-10  Ben Elliston  <bje@wasabisystems.com>
8381         * MAINTAINERS: Update my mail address.
8383 2003-03-09  Franz Sirl  <Franz.Sirl-kernel@lauterbach.com>
8385         * configure.in (gxx_include_dir): Fix typo.
8386         * configure: Regenerated.
8388 2003-03-04  Nathanael Nerode  <neroden@gcc.gnu.org>
8390         * Makefile.tpl: Reindent.
8391         * Makefile.in: Regenerate.
8392         * configure.in: Reindent.  Don't set unused variables.
8393         * configure: Regenerate.
8395 2003-03-04  Daniel Jacobowitz  <drow@mvista.com>
8397         * configure.in: Include $(build_tooldir)/sys-include in
8398         FLAGS_FOR_TARGET.
8399         * configure: Regenerated.
8401 2003-03-04  Nathanael Nerode  <neroden@gcc.gnu.org>
8403         * Makefile.tpl: Always pass down RANLIB.
8404         * Makefile.in: Regenerate.
8406         * Makefile.tpl: Don't set unused enable_shared, enable_threads macros.
8407         * Makefile.in: Regenerate.
8408         * configure.in: Remove unused logic relating to --enable-shared
8409         and --enable-threads.  Remove bogus comments.  Remove redundant
8410         noconfigdirs.
8411         * configure: Regenerate.
8413         * configure.in: Replace ${libstdcxx_version} by its value.
8414         Remove reference to mh-dgux.
8415         * configure: Regenerate.
8417 2003-03-03  Kevin Buettner  <kevinb@redhat.com>
8419         * MAINTAINERS (Write After Approval): Add myself.
8421 2003-02-28  Nathanael Nerode  <neroden@gcc.gnu.org>
8423         * Makefile.tpl: Rearrange.
8424         * Makefile.in: Regenerate.
8426 2003-02-25  Uwe Stieber  <uwe@wwws.de>
8428         * configure.in: Add support for kaOS as cross build target system.
8429         * configure: Regenerated.
8431 2003-02-24  Steven Bosscher  <steven@gcc.gnu.org>
8433         * MAINTAINERS (Write after approval): Add myself.
8435 2003-02-21  James E Wilson  <wilson@tuliptree.org>
8437         * MAINTAINERS: Update my email address.
8439 2003-02-21  Zack Weinberg  <zack@codesourcery.com>
8441         * MAINTAINERS: Add self to blanket write privs. section.
8443 2003-02-20  Sean McNeil  <sean@blue.mcneil.com>
8445         * Makefile.tpl: Add definition of CPPFLAGS to pass into
8446         configure-target-* as some target builds may require additional
8447         flags for preprocessor tests.
8448         * Makefile.in: Regenerated.
8450 2003-02-19  Alexandre Oliva  <aoliva@redhat.com>
8452         * libtool.m4 (LD): Append -melf* option to LD on IRIX with GNU ld.
8453         * ltconfig: Handle it.
8454         * ltcf-cxx.sh: Use with_gnu_ld passed as a shell variable instead of
8455         auto-detecting it.
8457         * ltcf-cxx.sh: Replace $linker_flags with $compiler_flags wherever
8458         it is used as argument to $CC.
8459         * ltcf-gcj.sh: Likewise.
8461         * configure.in: Introduce --enable-maintainer-mode.
8462         * configure: Rebuilt.
8463         * Makefile.tpl (Makefile.in, configure): Enable dependencies only
8464         for maintainer mode.
8465         * Makefile.in: Rebuilt.
8467 2003-02-18  Jason Merrill  <jason@redhat.com>
8469         * Makefile.tpl (check-c++): Allow parallelism.
8471 2003-02-16  Gerald Pfeifer  <pfeifer@dbai.tuwien.ac.at>
8473         * MAINTAINERS: Remove John Carr (who never actually had access to
8474         gcc.gnu.org).
8476 2003-02-15  Geoffrey Keating  <geoffk@apple.com>
8478         * configure.in (*-*-darwin*): Rename from powerpc*-*-darwin*,
8479         don't configure target-libobjc.
8480         * configure: Regenerate.
8482 2003-02-14  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
8484         * Makefile.tpl (RANLIB): Define.
8485         * Makefile.in: Regenerate.
8487 2003-02-08  Laurynas Biveinis  <laurynas.biveinis@mif.vu.lt>
8489         * MAINTAINERS: Update my email.
8491 2003-02-06  Keith R Seitz  <keiths@redhat.com>
8493         * Makefile.def: Remove "snavigator", "grep", and "db" modules.
8494         * Makefile.tpl: Remove "all-snavigator" and "all-grep".
8495         * Makefile.in: Regenerated.
8496         * configure.in: Remove all traces of snavigator, db, and grep.
8497         * configure: Regenerated.
8499 2003-02-06  Gerald Pfeifer  <pfeifer@dbai.tuwien.ac.at>
8501         * MAINTAINERS: Remove duplicate entry for Bernd Schmidt from Write
8502         After Approval.
8504 2003-02-02  Christian Cornelssen  <ccorn@cs.tu-berlin.de>
8506         * MAINTAINERS (Write after approval): Add myself.
8508 2003-01-31  Frank Ch. Eigler  <fche@redhat.com>
8510         * Makefile.tpl (all-sid): Add libiberty/bfd/opcodes dependencies.
8511         * Makefile.in: Regenerated.
8513 2003-01-30  Roger Sayle  <roger@eyesopen.com>
8515         * config.guess: Updated to 2003-01-30's version.
8516         * config.sub: Updated to 2003-01-28's version.
8518 2003-01-30  Alexandre Oliva  <aoliva@redhat.com>
8520         * config.if: If gcc_version is already set, just use it.  Don't set
8521         gcc_version_trigger if it's already set, otherwise set it to
8522         gcc/version.c, but only if the file exists.  If it is not set and
8523         gcc/version.c does not exist, try to extract the version number from
8524         $CC.
8526 2003-01-29  Andreas Tobler  <a.tobler@schweiz.ch>
8528         * MAINTAINERS: Add myself to write-after-approval list.
8530 2003-01-27  Phil Edwards  <pme@gcc.gnu.org>
8532         * configure.in:  Revert 24Jan change.
8533         * configure:  Regenerate.
8535 2003-01-25  Gerald Pfeifer  <pfeifer@dbai.tuwien.ac.at>
8537         * MAINTAINERS: Remove incorrect entry for Paul Eggert.  Fix
8538         entry of HJ Lu.
8540 2003-01-23  Nathanael Nerode  <neroden@gcc.gnu.org>
8542         * configure.in: Revert previous change.
8543         * configure: Regenerate.
8545 2003-01-23  Nathanael Nerode  <neroden@gcc.gnu.org>
8547         * configure.in: Make rda native-only.
8548         * configure: Regenerate.
8550 2003-01-22  Volker Reichelt  <reichelt@igpm.rwth-aachen.de>
8552         * MAINTAINERS: Move myself from GNATS-only-accounts to
8553         write-after-approval.
8555 2003-01-19  Nathanael Nerode  <neroden@gcc.gnu.org>
8557         * configure.in: Add missing \.
8558         * configure: Rebuilt.
8560 2003-01-17  Jakub Jelinek  <jakub@redhat.com>
8562         * configure.in (baseargs): Avoid using \| in sed regular
8563         expressions.
8564         * configure: Rebuilt.
8566 2003-01-16  Jakub Jelinek  <jakub@redhat.com>
8568         * configure.in (baseargs): Remove all supported forms of
8569         --cache-file, --srcdir, --host, --build and --target options
8570         from argument lists.
8571         * configure: Rebuilt.
8573 2003-01-15  Josef Zlomek  <zlomekj@suse.cz>
8575         * MAINTAINERS: Add myself to write-after-approval list.
8577 2003-01-15  Alexandre Oliva  <aoliva@redhat.com>
8579         * configure.in (noconfigdirs): Don't skip gas on IRIX 6.
8580         * configure: Rebuilt.
8582 2003-01-09  Nathanael Nerode  <neroden@gcc.gnu.org>
8584         * configure.in: Substitute TOPLEVEL_CONFIGURE_ARGUMENTS.
8585         * Makefile.tpl: Pass TOPLEVEL_CONFIGURE_ARGUMENTS to gcc.
8586         * Makefile.in: Regenerate.
8587         * configure: Regenerate.
8589 2003-01-09  Alexandre Oliva  <aoliva@redhat.com>
8591         * configure.in: Remove Makefile in build, host and target modules
8592         unless configure was run with --no-recursion.
8593         * configure: Rebuilt.
8595 2003-01-09  Christian Cornelssen  <ccorn@cs.tu-berlin.de>
8597         * Makefile.tpl (BASE_FLAGS_TO_PASS): Also pass DESTDIR.
8598         (install-info, dir.info): Prepend $(DESTDIR) to $(infodir).
8599         * Makefile.in: Regenerate.
8601 2003-01-08  Chris Demetriou  <cgd@broadcom.com>
8603         * config.guess: Update to 2003-01-03 version.
8604         * config.sub: Update to 2003-01-03 version.
8606 2003-01-07  Christopher Faylor  <cgf@redhat.com>
8608         * configure: Regenerate with proper autoconf 2.13.
8610 2003-01-07  Christopher Faylor  <cgf@redhat.com>
8612         * configure.in: Add AC_PREREQ for consistency.
8613         * configure: Regenerate.
8615 2003-01-06  Andrew Cagney  <ac131313@redhat.com>
8617         * configure.in (GDB_TK): Add tcl directories conditional on
8618         gdb/gdbtk directory being present.
8619         * configure: Regenerate.
8621 2003-01-04  John David Anglin  <dave.anglin@nrc.ca>
8623         * configure.in (LD): Improve test for gcc.  Try to set LD to the ld
8624         used by gcc if LD is not defined and we are not doing a Canadian Cross.
8625         * configure: Rebuilt.
8627 2002-12-31  Tom Tromey  <tromey@redhat.com>
8629         * Makefile.in: Rebuilt.
8630         * Makefile.def (target_modules) [libffi]: Allow installation.
8632 2002-12-31  Andreas Schwab  <schwab@suse.de>
8634         * configure.in: Fix use of $program_transform_name.
8635         * configure: Regenerated.
8637 2002-12-30  Daniel Jacobowitz  <drow@mvista.com>
8639         * configure.in (baseargs): Don't remove first configure argument.
8640         * configure: Regenerated.
8642 2002-12-29  Alexandre Oliva  <aoliva@redhat.com>
8644         * Makefile.tpl (local-distclean): Don't remove...
8645         (multilib.ts): ... this.  Moved into...
8646         (multilib.out): ... this.  Don't use sub-make.
8647         ($(BUILD_SUBDIR)/[+module+]/Makefile, [+module+]/Makefile,
8648         $(TARGET_SUBDIR)/[+module+]/Makefile, gcc/Makefile): Moved into...
8649         (configure-build-[+module+], configure-[+module+],
8650         configure-target-[+module+], configure-gcc): ... these.  Test
8651         for Makefile existence.  Drop config.status from dependencies.
8652         * Makefile.in: Rebuilt.
8653         * configure.in: Move gcc-version-trigger to the end of
8654         ac_configure_args.  Add comments to maybedep.tmp and
8655         serdep.tmp.  Introduce --disable-serial-configure.  Remove
8656         nonopt from baseargs, matching and removing corresponding
8657         whitespace while at it.
8658         * configure: Rebuilt.
8660 2002-12-28  Alexandre Oliva  <aoliva@redhat.com>
8662         * configure.in (host_configargs): Replace reference to
8663         no-longer-defined buildopts with --build=${build_alias}.
8664         * configure: Rebuilt.
8666         * Makefile.tpl ($(NOTPARALLEL)): Move to the end.  Bring uses of
8667         program_transform_name to standard idiom.
8668         (AUTOGEN, AUTOCONF): Define.
8669         (Makefile.in): Use $(AUTOGEN).
8670         (Makefile): Depend on config.status, and use autoconf-style rule to
8671         build it.  Move original commands to...
8672         (config.status): ... this new target.
8673         (configure): Add $(srcdir).  Depend on config/acx.m4.  Use
8674         $(AUTOCONF).
8675         * Makefile.in: Rebuilt.
8677 2002-12-28  Nathanael Nerode  <neroden@gcc.gnu.org>
8679         * Makefile.tpl: Fix dramatic bustage due to change in
8680         program_transform_name.
8681         * Makefile.in: Regenerate.
8683         * configure.in: Remove unnecessary PATH setting.
8684         * configure: Regnerate.
8686         * configure.in: Don't default to unprefixed tools unless
8687         the native tools will work.
8688         * configure: Regenerate.
8690         * configure.in: Convert to autoconf script.  Blow away lots
8691         of now-redundant Makefile fragments.
8692         * configure: Generate using Autoconf.
8693         * Makefile.tpl: Rewrite to reflect autoconfiscation.
8694         * Makefile.in: Regenerate.
8696 2002-12-27  Nathanael Nerode  <neroden@gcc.gnu.org>
8698         * configure: Fix stupid bug where RANLIB was mistakenly included.
8700         * configure.in: Rename (buildargs, hostargs, targargs) to
8701         (build_configargs, host_configargs, target_configargs).
8703         * configure.in: Move logic out of sed statement.
8705         * configure: Remove unneeded 'export's.  Make CC_FOR_TARGET,
8706         CXX_FOR_TARGET, GCJ_FOR_TARGET substituted in configure.in only.
8708 2002-12-25  Svein E. Seldal  <Svein.Seldal@solidas.com>
8710         * config.sub: Import from master repository
8711         * config.guess: Ditto
8713 2002-12-24  Andreas Schwab  <schwab@suse.de>
8715         * Makefile.tpl (multilib.out): Fix missing space.
8716         * Makefile.in: Regenerate.
8718 2002-12-23  Nathanael Nerode  <neroden@gcc.gnu.org>
8720         * Makefile.tpl: Use shared multilib.out.  Use move-if-change for it.
8721         Convert (cd foo; make) to (cd foo && make).  Clean up multilib.out.
8722         * Makefile.in: Regenerate.
8723         * configure.in: Remove unnecessary leftovers.
8725 2002-12-21  Geoffrey Keating  <geoffk@apple.com>
8727         * configure.in (extra_ranlibflags_for_target): New variable.
8728         (*-*-darwin): Add -c to ranlib commands.
8729         * configure (tooldir): Handle extra_ranlibflags_for_target.
8731 2002-12-19  Nathanael Nerode  <neroden@gcc.gnu.org>
8733         * Makefile.tpl: Revert HJL's change.
8734         * Makefile.in: Regenerated.
8735         * configure.in: Put build_prefix before $(BUILD_SUBDIR) here, and
8736         always.
8738 2002-12-19  Andreas Schwab  <schwab@suse.de>
8740         * Makefile.tpl, configure.in: Substitute libstdcxx_incdir.
8741         * Makefile.in: Regenerate.
8743 2002-12-18  H.J. Lu  <hjl@gnu.org>
8745         * Makefile.tpl: Add @build_prefix@ before $(BUILD_SUBDIR).
8746         * Makefile.in: Regenerated.
8748         * configure.in (build_prefix): New. Substitute.
8750 2002-12-18  Nathanael Nerode  <neroden@gcc.gnu.org>
8752         * Makefile.tpl: Don't let real targets depend on phony targets.
8753         * Makefile.in: Regenerate.
8755         * Makefile.tpl (do-info): Depend on maybe-all-texinfo, not all-texinfo.
8756         * Makefile.in: Regenerate.
8758 2002-12-17  Svein E. Seldal  <Svein.Seldal@solidas.com>
8760         * config.sub: Import from master repository
8761         * config.guess: Ditto
8763 2002-12-16  Jason Merrill  <jason@redhat.com>
8765         * Makefile.tpl (all-gcc): Use 'make quickstrap' if there was a
8766         previous 'make bootstrap'.
8767         * Makefile.in: Regenerate.
8769 2002-12-17  Hans-Peter Nilsson  <hp@bitrange.com>
8771         * configure.in (noconfigdirs) [mmix-*-*]: Disable libgloss and gdb.
8773 2002-12-13  Nathanael Nerode  <neroden@gcc.gnu.org>
8775         * configure.in, Makefile.tpl, Makefile.def: Remove tclX.
8776         * Makefile.in: Regenerate.
8778 2002-12-13  Jason Merrill  <jason@redhat.com>
8780         * Makefile.tpl (check-gcc-c++): Renamed from check-c++.  Don't run
8781         library tests.
8782         (check-c++): Just depend on it and check-target-libstdc++-v3.
8783         * Makefile.in: Regenerate.
8785 2002-12-12  Alexandre Oliva  <aoliva@redhat.com>
8787         * Makefile.tpl (configure-target-rda): Depend on $(ALL_GCC_C).
8788         * Makefile.in: Rebuilt.
8790 2002-12-12  Alexandre Oliva  <aoliva@redhat.com>
8792         * Makefile.in (configure-target-rda): Depend on ALL_GCC_C.
8794 2002-12-10  Nathanael Nerode  <neroden@gcc.gnu.org>
8796         * configure: Fix bug put in by gremlins.
8798         * Makefile.tpl: Substitute more autoconfily.
8799         * configure: Substitute more autoconfily.
8800         * Makefile.in: Regenerate.
8802 2002-12-09  Svein E. Seldal  <Svein.Seldal@solidas.com>
8804         * config.sub: Import from master repository
8805         * config.guess: Ditto
8806         * MAINTAINERS: Added Svein Seldal under write after approval
8808 2002-12-08  Andrew Cagney  <ac131313@redhat.com>
8810         * Makefile.tpl (all-sim): Depend on maybe-configure-gdb.
8811         * Makefile.in (all-sim): Ditto.
8813 2002-12-06  DJ Delorie  <dj@redhat.com>
8815         * Makefile.tpl: Change configure dependencies to not have real
8816         targets depend on phony targets.
8818 2002-12-05  Nathanael Nerode  <neroden@gcc.gnu.org>
8820         * configure.in: Revert unintentional change.
8822         * Makefile.tpl: Change dependency for */multilib.out so that
8823         it works when gcc isn't in the tree.
8825         * configure.in: Substitute more.
8826         * configure: Run subconfigures from the Makefile.
8827         * Makefile.tpl: Run subconfigures from the Makefile; add a few
8828         convenience targets.  Make sure gcc isn't rebuilt after bootstrap.
8830 2002-12-05  Gerald Pfeifer  <pfeifer@dbai.tuwien.ac.at>
8832         * MAINTAINERS: Add Christian Ehrhardt under "GNATS only".
8834 2002-12-03  Nathanael Nerode  <neroden@gcc.gnu.org>
8836         * Makefile.tpl: Add targets for configuring host subdirs in Makefile,
8837         and corresponding dependencies.
8838         * Makefile.in: Regenerate.
8840         * configure.in (host_tools): Order binutils, gas and ld for
8841         convenience in running the testsuites.
8843         * Makefile.tpl: Introduce rules to serialize subconfigure runs.
8844         * Makefile.in: Regenerate.
8845         * configure.in: Introduce rules to serialize subconfigure runs.
8847         * configure.in: Introduce BASE_CC_FOR_TARGET.
8848         * Makefile.tpl: Reorganize and comment.  Introduce HOST_CONFIGARGS.
8849         Realize configure-build-* targets.  Realize configure-target-* targets.
8850         * Makefile.in: Regenerate.
8852 2002-12-02  Nathanael Nerode  <neroden@gcc.gnu.org>
8854         * configure: Move gcc_version_trigger stuff from here...
8855         * configure.in: ...to here.
8857         * configure.in: Separate subconfigure options added by this file from
8858         options given by the user.  Add machinery to put args for host
8859         subconfigures into the Makefile.
8861         * Makefile.tpl: Remove 'vault' targets.
8862         * Makefile.tpl: Reorder and comment dependencies.
8863         * Makefile.in: Regenerate.
8865 2002-12-01  Nathanael Nerode  <neroden@gcc.gnu.org>
8866         * configure.in: Fix my broken commit of previous patch. (sigh)
8868 2002-11-28  Geoffrey Keating  <geoffk@apple.com>
8870         * configure.in: Move host-specific darwin noconfigdirs into
8871         the host-specific section.
8873 2002-11-28  Geoffrey Keating  <geoffk@apple.com>
8875         * configure.in: Move host-specific darwin noconfigdirs into
8876         the host-specific section.
8878 2002-11-26  Nathanael Nerode  <neroden@gcc.gnu.org>
8880         * configure: Remove skip-this-dir support.
8881         * Makefile.tpl: Remove skip-this-dir support.
8883         * Makefile.tpl: Remove leftover support for non-autoconfiscated
8884         subdirectories.
8885         * Makefile.in: Regenerate.
8887         * Makefile.tpl: Strip out useless setting of 'dir'.
8888         * Makefile.in: Regenerate.
8890 2002-11-22  Nathanael Nerode  <neroden@gcc.gnu.org>
8892         * configure.in: Fix deeply stupid bug.
8894         * configure.in: Introduce RAW_CXX_FOR_TARGET and simplify embedded
8895         shell code in CXX_FOR_TARGET
8896         * Makefile.def: Introduce raw_cxx.
8897         * Makefile.tpl: Use raw_cxx to select between CXX_FOR_TARGET and
8898         RAW_CXX_FOR_TARGET.
8899         * Makefile.in: Regenerate.
8901 2002-11-21  Nathanael Nerode  <neroden@gcc.gnu.org>
8903         * Makefile.tpl: Remove unnecessary ifs.
8904         * Makefile.in: Regenerate.
8906         * Makefile.tpl: Implement soft dependency machinery.  Maybe-ize
8907         dependencies.  Maybe-ize build-libiberty.  Create dummy install
8908         targets for 'no_install' modules.
8909         * configure: Move GDB_TK substitution to configure.in.  Move
8910         build_modules stuff to configure.in.
8911         * configure.in: Implement soft dependency machinery.  Maybe-ize
8912         GDB_TK, rearrange slightly.  Move build_modules stuff from configure.
8913         * Makefile.in: Regenerate.
8915 2002-11-19  Nathanael Nerode  <neroden@gcc.gnu.org>
8917         * Makefile.tpl: Make all-target, install-target behave similarly
8918         to all, install (only hitting configured targets).  Eliminate
8919         unused macro defintions.
8921         * Makefile.tpl: Add all-gcc: all-build-libiberty dependency when
8922         build != host.
8924         * Makefile.tpl: Add all-gcc: all-libiberty dependency.
8926         * ltcf-c.sh, ltcf-gcj.sh, Makefile.tpl: Correct BUILD/HOST confusion.
8928         * configure.in: Produce lists of subdir targets we're actually
8929         configuring.  Remove references to "dosrel".
8930         * Makefile.tpl: Let configure set which subdir targets are hit.
8931         Remove install-cross; clean up install; remove ALL.  Remove
8932         references to "dosrel".  Remove "EXTRA_TARGET_HOST" hackery.
8933         Autogenerate host module targets.  Remove empty dependency lines
8934         and redundant dependency; rearrange slightly.
8935         * Makefile.def: Add host-side libtermcap, utils.
8937         * Makefile.in: Regenerate.
8939 2002-11-19  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
8941         * ltconfig (osf[345]): Append $major to soname_spec.
8942         Reflect this in library_names_spec.
8943         * ltmain.sh (osf): Prefix $major with . for use as extension.
8945 2002-11-19  Andreas Jaeger  <aj@suse.de>
8947         * libtool.m4 (libtool_flags): Add patch from libtool CVS: Support
8948         linking of 32-bit libraries with ld on the x86-64, ppc64, s390x
8949         and sparc64 GNU/Linux systems.
8951 2002-11-19  Nathan Sidwell  <nathan@codesourcery.com>
8953         * MAINTAINERS: Update email.
8955 2002-11-18  Gerald Pfeifer  <pfeifer@dbai.tuwien.ac.at>
8957         * MAINTAINERS: Complete James Dennett's entry.
8959 2002-11-15  Eric Botcazou  <ebotcazou@libertysurf.fr>
8961         * MAINTAINERS (Write After Approval): Add myself.
8963 2002-11-13  Bruce Korb  <bkorb@gnu.org>
8965         * Makefile.tpl: syntactic cleanup
8967 2002-11-13  Stuart Hastings  <stuart@apple.com>
8969         * MAINTAINERS: Add myself to write-after-approval list.
8971 2002-11-12  Nathanael Nerode  <neroden@gcc.gnu.org>
8973         * Makefile.def: Add list of recursive targets to autogenerate.
8974         Add build_modules.
8975         * Makefile.tpl: Autogenerate do-* targets.  Autogenerate *-target-*
8976         targets.  Autogenerate *-build-* targets.
8977         * Makefile.in: Regenerate.
8979 2002-11-12  Nathanael Nerode  <neroden@gcc.gnu.org>
8981         * configure: More autoconf-style substitutions.
8982         * Makefile.tpl: More autoconf-style substitutions.
8983         * Makefile.in: Regenerate.
8985 2002-11-11  Nathanael Nerode  <neroden@gcc.gnu.org>
8987         * configure: Substitute more variables in a more autoconf-friendly
8988         way.  Simplify slightly.
8989         * Makefile.tpl: Make more variables substitutable in an
8990         autoconf-friendly way.
8991         * Makefile.in: Regenerate.
8993 2002-11-11  Jonathan Wakely  <redi@gcc.gnu.org>
8995         * MAINTAINERS (Write After Approval): Add myself.
8997 2002-11-10  Nathanael Nerode  <neroden@gcc.gnu.org>
8999         * configure.in (v810*): Remove special setting of tools.
9001         * configure: Add support for extra required flags for ar or nm.
9002         * configure.in (aix4.3+): Use above support for target-specific
9003         issues, rather than using config/mt-aix43.
9005 2002-11-09  Nathanael Nerode  <neroden@gcc.gnu.org>
9007         * configure: Remove 'removing', which doesn't work.  Replace $subdir
9008         with . everywhere.  Replace $subdirs with ''.  Replace $makesrcdir
9009         with $srcdir.  Reformat indentation.  Substitute some variables
9010         formerly hard-coded in the Makefile for build=host.
9011         * Makefile.tpl: Autogenerate more; make more autoconf-friendly.
9012         * Makefile.def: Autogenerate more.
9013         * Makefile.in: Regenerate.
9015 2002-11-04  Adam Nemet  <anemet@lnxw.com>
9017         * MAINTAINERS (Write After Approval): Add myself.
9019 2002-11-04  Kevin Buettner  <kevinb@redhat.com>
9021         * Makefile.def (host_modules): Add rda.
9022         * Makefile.in: Regenerate.
9023         * configure.in (target_tool): Add target-rda to list.
9025 2002-10-28  Gerald Pfeifer  <pfeifer@dbai.tuwien.ac.at>
9027         * MAINTAINERS: Remove "co-maintainer" note for web pages.
9029 2002-10-25  Phil Edwards  <pme@gcc.gnu.org>
9031         * Makefile.tpl (bootstrap):  Add bubblestrap, quickstrap, cleanstrap,
9032         and restrap targets to this rule.
9033         * Makefile.in:  Regenerate.
9035 2002-10-25  Gerald Pfeifer  <pfeifer@dbai.tuwien.ac.at>
9037         * MAINTAINERS: Add Wolfgang Bangerth and Volker Reichelt under
9038         GNATS only accounts.
9040 2002-10-24  Hans-Peter Nilsson  <hp@bitrange.com>
9042         * configure.in (i[3456]86-*-linux*): Add check to disable
9043         ${libgcj} for glibc1.
9045 2002-10-24  Denis Chertykov  <denisc@overta.ru>
9047         * MAINTAINERS: Add myself as ip2k port maintainer.
9049 2002-10-07  Svein E. Seldal  <Svein.Seldal@solidas.com>
9051         * configure.in: Add tic4x target.
9053 2002-10-03  Nathanael Nerode  <neroden@gcc.gnu.org>
9055         * Makefile.tpl: Make SET_LIB_PATH substitution more autoconfy.
9056         * configure.in: Make SET_LIB_PATH substitution more autoconfy.
9057         * Makefile.in: Regenerate.
9059         * Makefile.tpl: Make RPATH_ENVVAR substitution more autoconfy.
9060         * configure.in: Make RPATH_ENVVAR substitution more autoconfy.
9061         * Makefile.in: Regenerate.
9063 2002-10-02  Janis Johnson  <janis187@us.ibm.com>
9065         * MAINTAINERS: Add myself as web pages co-maintainer.
9067 2002-10-02  Nathanael Nerode  <neroden@gcc.gnu.org>
9069         * Makefile.tpl: Eliminate reference to all-gui, all-libproc.
9070         * Makefile.in: Regenerate.
9072 2002-10-02  Zack Weinberg  <zack@codesourcery.com>
9074         * MAINTAINERS: Add myself and Nathan Sidwell
9075         <nathan@codesourcery.com> as VxWorks maintainers.
9077 2002-10-02  Nathanael Nerode  <neroden@gcc.gnu.org>
9079         * Makefile.def: Remove order dependency comments.
9080         * Makefile.tpl: Add explicit install-install dependencies.
9081         * Makefile.in: Regenerate.
9083         * Makefile.tpl: Remove material now in src-release.  (Finally!)
9084         * Makefile.in: Regenerate.
9086         * Makefile.tpl: Add configure-target (for src-release in src)
9087         * Makefile.in: Regenerate.
9089 2002-09-30  Nick Clifton  <nickc@redhat.com>
9091         * Makefile.in (BINUTILS_SUPPORT_DIRS): Add cpu directory.
9093 2002-09-30  Ulrich Weigand  <uweigand@de.ibm.com>
9095         * configure.in (s390*-*-linux*): Enable libgcj.
9097 2002-09-29  Nathanael Nerode  <neroden@gcc.gnu.org>
9099         * configure: Revert accidentally applied changes.
9101         * Makefile.tpl: Make more autoconf-friendly.
9102         * Makefile.in: Regenerate.
9103         * configure: Make substitution more autoconf-like.
9105 2002-09-28  Richard Earnshaw  <rearnsha@arm.com>
9107         * configure.in (arm-*-coff, strongarm-*-coff, xscale-*-coff): Use a
9108         single entry to handle all these.
9109         (arm-*-elf, strongarm-*-elf, xscale-*-elf): Likewise.  Also enable
9110         libjava on arm-*-elf.
9112 2002-09-27  Geoffrey Keating  <geoffk@apple.com>
9114         * configure.in (powerpc-*-darwin*): Don't configure BFD, TK, or the
9115         things that depend on them.
9117 2002-09-25  Nathanael Nerode  <neroden@gcc.gnu.org>
9119         * Makefile.tpl: Make subsituted variables more autoconfy.
9120         * Makefile.in: Regenerate.
9121         * configure: Make seds more autoconfy.
9123 2002-09-25  Nathanael Nerode  <neroden@gcc.gnu.org>
9125         * Makefile.tpl: Rewrite substituted lines to look autoconfy.
9126         * Makefile.in: Regenerate.
9127         * configure.in: Rewrite sed statements to look autoconfy.
9129         * Makefile.tpl: Autogenerate *-target-* lists, dependencies of
9130         all-target-foo on configure-target-foo.
9131         * Makefile.def: Ditto.
9132         * Makefile.in: Rebuild.
9134 2002-09-25  Andrew Haley  <aph@redhat.com>
9136         * MAINTAINERS: Add aph@redhat.com as Java maintainer.
9138 2002-09-22  Nathanael Nerode  <neroden@gcc.gnu.org>
9140         * Makefile.def: New file.
9141         * Makefile.tpl: New file.
9142         * Makefile.in: Generate from Makefile.tpl with 'autogen Makefile.def'.
9143         * contrib/gcc_update: Note that Makefile.in is a generated file.
9145         * configure.in: Minor rearrangement.  Simplify tests.
9147 2002-09-22  Jason Thorpe  <thorpej@wasabisystems.com>
9149         * configure.in (with_headers): Skip copy if value is "yes".
9150         (with_libs): Likewise.
9152 2002-09-20  Nathanael Nerode  <neroden@gcc.gnu.org>
9154         * configure.in (*-*-netbsd*): Use noconfigdirs, not skipdirs.
9155         * configure.in (sh*-*-pe*): Ditto.
9156         * configure.in (mips*-*-pe*): Ditto.
9157         * configure.in (*arm-wince-pe): Ditto.
9159         * configure.in: Rearrange.
9161 2002-09-14  Kazu Hirata  <kazu@cs.umass.edu>
9163         * MAINTAINERS: Update my email address.
9165 2002-08-30  Paul Koning  <pkoning@equallogic.com>
9167         * MAINTAINERS: (Write After Approval): Add myself.
9169 2002-08-29  Geoffrey Keating  <geoffk@redhat.com>
9171         * MAINTAINERS: Update Jason Eckhardt's address, remove i860.
9173 2002-08-24  Geoffrey Keating  <geoffk@redhat.com>
9175         * MAINTAINERS: Change my mailing address.
9177 2002-08-21  Paolo Carlini  <pcarlini@unitus.it>
9179         * MAINTAINERS (Write After Approval): Remove myself.
9180         (Various Maintainers: c++ runtime libs): Add myself.
9182 2002-08-20  Loren J. Rittle  <ljrittle@acm.org>
9184         * MAINTAINERS (Write After Approval): Remove myself.
9185         (Various Maintainers: c++ runtime libs): Add myself.
9187 2002-08-15  Eric Christopher  <echristo@redhat.com>
9189         * config.sub: Import from master repository.
9190         * config.guess: Ditto.
9192 2002-08-19  Alexandre Oliva  <aoliva@redhat.com>
9194         * Makefile.in (GCC_FOR_TARGET): Prepend STAGE_CC_WRAPPER.
9195         * configure.in (CC_FOR_TARGET, GCJ_FOR_TARGET, CXX_FOR_TARGET,
9196         CXX_FOR_TARGET_FOR_RECURSIVE_MAKE): Likewise.
9198 2002-08-16  Aldy Hernandez  <aldyh@redhat.com>
9200         * MAINTAINERS: Add self to rs6000 vector extensions.
9202 2002-08-15  Alexandre Oliva  <aoliva@redhat.com>
9204         * libiberty/configure: Reverted unintended yesterday's check in.
9206 2002-08-14  Alexandre Oliva  <aoliva@redhat.com>
9208         * boehm-gc/configure, libf2c/configure: Rebuilt.
9209         * libffi/configure, libiberty/configure: Ditto.
9210         * libjava/configure, libobjc/configure: Ditto.
9211         * libstdc++-v3/configure, zlib/configure: Ditto.
9212         Merged from binutils:
9213         2002-01-27  Daniel Jacobowitz  <drow@mvista.com>
9214         From Steve Ellcey <sje@cup.hp.com>:
9215         * libtool.m4 (HPUX_IA64_MODE): Set to 32 or 64 based on ABI.
9216         (lt_cv_deplibs_check_method, lt_cv_file_magic_cmd,
9217         lt_cv_file_magic_test_file): Set to appropriate values for HP-UX
9218         IA64.
9219         * ltcf-c.sh (archive_cmds, hardcode_*): Ditto.
9220         * ltconfig (shlibpath_*, dynamic_linker, library_names_spec,
9221         soname_spec, sys_lib_search_path_spec): Ditto.
9223 2002-08-06  Federico G. Schwindt  <fgsch@olimpo.com.br>
9225         * configure.in (hppa*-*-openbsd*): Treat like hppa*-*-*elf*.
9227 2002-08-04  H.J. Lu  (hjl@gnu.org)
9229         * configure.in (mips*-*-linux*): Don't skip target-libffi.
9231 2002-08-02  Krister Walfridsson  <cato@df.lth.se>
9233         * MAINTAINERS (Write After Approval): Add myself.
9235 2002-07-31  Alan Modra  <amodra@bigpond.net.au>
9237         * configure.in: Move generic linux case to end.  Copy generic
9238         linux noconfigdirs to mips*-*-linux* entry and new
9239         powerpc64*-*-linux* entry.  Add target-libffi for the latter.
9241 2002-07-19  Michael Matz  <matz@suse.de>
9243         * MAINTAINERS: Add myself as ra* maintainer.
9245 2002-07-16  Chris Demetriou  <cgd@broadcom.com>
9247         * config.guess: Update to 2002-07-09 version.
9248         * config.sub: Update to 2002-07-03 version.
9250 2002-07-15  Hans-Peter Nilsson  <hp@bitrange.com>
9252         * MAINTAINERS: Fix typo in a maintainer email address.
9254 2002-07-11  Nathanael Nerode  <neroden@gcc.gnu.org>
9256         * configure.in: Remove two redundant tests.
9258 2002-07-11  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
9260         * configure.in (mips*-*-irix6*o32): Enable stabs.
9262 2002-07-08  Nathanael Nerode  <neroden@gcc.gnu.org>
9264         * configure.in: Don't build grez.
9265         * Makefile.in: Ditto.
9267         * Makefile.in: Remove references to bsp, cygmon, libstub.
9268         * configure.in: Ditto.
9270         * configure.in: Remove leftover reference to gdbtest.
9272 2002-07-08  Phil Edwards  <pme@gcc.gnu.org>
9274         * configure.in (gxx_include_dir):  Change to match versioned
9275         C++ headers if --enable-version-specific-runtime-libs is used.
9277 2002-07-04  Steve Ellcey  <sje@cup.hp.com>
9279         * ltcf-cxx.sh (hpux*): Modify to support ia64-*-hpux*.
9281 2002-07-03  Nathanael Nerode  <neroden@gcc.gnu.org>
9283         * configure.in: Make --without-x work.
9285 2002-07-02  Nathanael Nerode  <neroden@gcc.gnu.org>
9287         * configure.in: Rearrange target Makefile fragment collection.
9289         * Makefile.in: Don't try to build gdbtest, tgas, ispell, inet, or
9290         cvs[src].
9291         * configure.in: Ditto.
9293 2002-07-01  Matt Kraai  <kraai@alumni.cmu.edu>
9295         * MAINTAINERS (Write After Approval): Update my e-mail address.
9297 2002-06-24  Ben Elliston  <bje@redhat.com>
9299         * configure.in (host_tools): Remove cgen.
9301         * Makefile.in (all-cgen): Remove; runs from its source directory.
9302         (check-cgen, install-cgen, clean-cgen): Likewise.
9303         (all-opcodes): Do not depend on all-cgen.
9304         (all-sim): Likewise.
9306 2002-07-01  Nathanael Nerode  <neroden@gcc.gnu.org>
9308         * Makefile.in: Eliminate 'apache' targets.
9309         * configure.in: Eliminate 'apache' targets.
9311         * configure.in: Eliminate redundant tests.  Reorganize.
9313         * Makefile.in: Eliminate last reference to LIBGCC1_TEST.
9315         * config-ml.in: Eliminate references to Cygnus configure.
9317         * Makefile.in: Eliminate references to building emacs.
9319 2002-06-28  Graham Stott  <graham.stott@btinternet.com>
9321         * MAINTAINERS: Update my email address.
9323 2002-06-26  Benjamin Kosnik  <bkoz@redhat.com>
9325         * config.if (libstdcxx_incdir): Version C++ headers.
9326         (cxx_incdir): Remove.
9328 2002-06-25  Nathanael Nerode  <neroden@gcc.gnu.org>
9330         * MAINTAINERS (Write After Approval): Add self.
9332 Thu Jun 20 00:35:14 2002  Denis Chertykov  <denisc@overta.ru>
9334         * configure.in: Add support for ip2k.
9336 2002-06-22  Nathanael Nerode  <neroden@twcny.rr.com>
9338         * configure.in: Fix AIX configury bug.
9340 2002-06-20  Steve Ellcey  <sje@cup.hp.com>
9342         * MAINTAINERS (Write After Approval): Add self.
9344 2002-06-19  Nathanael Nerode  <neroden@twcny.rr.com>
9346         * configure.in: replace ${topsrcdir} with ${srcdir}
9348         * configure.in: Move definition of libstdcxx_flags
9349         right above usage, rather than waaay earlier.
9351         * configure.in: Pull definition of is_cross_compiler earlier.
9353         * configure.in: Rearrange a little.
9355         * configure.in: Remove references to librx.
9356         * Makefile.in: Remove references to librx.
9358 Tue Jun 18 22:37:35 2002  Denis Chertykov  <denisc@overta.ru>
9360         * config.sub: Add support for avr target.
9361         Import from master sources, rev 1.255
9363 2002-06-19  Phil Edwards  <pme@gcc.gnu.org>
9365         * configure, .cvsignore:  Revert previous change...
9366         * Makefile:  ...delete.
9368 2002-06-19  Nathanael Nerode  <neroden@twcny.rr.com>
9370         * configure.in: Eliminate ${gasdir} variable.
9372 2002-06-18  Dave Brolley  <brolley@redhat.com>
9374         * configure.in: Add support for frv.
9375         * config.sub: Add support for frv.
9377 2002-06-18  Phil Edwards  <pme@gcc.gnu.org>
9379         * configure:  Remove garbage from previous commit.
9381 2002-06-18  Phil Edwards  <pme@gcc.gnu.org>
9383         * configure:  For in-source builds, make a subdir and re-exec there.
9384         * Makefile:  New file.  Pass targets through to build directory.
9385         * .cvsignore:  No longer ignore "Makefile".
9387 2002-06-16  Douglas Rupp  <rupp@gnat.com>
9389         * MAINTAINERS (Write After Approval): Add self.
9391 2002-06-11  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
9393         * Makefile.in (CFLAGS_FOR_TARGET): Add -O2.
9395 2002-06-08  Jason Thorpe  <thorpej@wasabisystems.com>
9397         * configure.in (vax-*-netbsd*): Re-enable gas.
9399 2002-05-31  Nathanael Nerode  <neroden@twcny.rr.com>
9401         * Makefile.in: Replace HOST_PREFIX, HOST_PREFIX_1 with BUILD_PREFIX,
9402         BUILD_PREFIX_1, to correct nomenclature.
9403         * configure: Likewise.
9405         * Makefile.in: Eliminate version-specific references to tcl8.1, tk8.1.
9406         * configure.in: Eliminate version-specific references to tcl8.1, tk8.1.
9408 2002-05-31  Olaf Hering  <olh@suse.de>
9410         * config-ml.in: Propogate DESTDIR also.
9412 2002-05-29  Jason Thorpe  <thorpej@wasabisystems.com>
9414         * configure.in (vax-*-netbsd*): Don't build gas for this
9415         platform.
9417 2002-05-28  Marek Michalkiewicz  <marekm@amelek.gda.pl>
9419         * configure.in (noconfigdirs): Don't compile libiberty, libstdcxx
9420         and libgcj for AVR.
9422 2002-05-23  Kaz Kojima  <kkojima@gcc.gnu.org>
9424         * MAINTAINERS (Write After Approval): Add myself.
9426 2002-05-22  Jason Thorpe  <thorpej@wasabisystems.com>
9428         * config.guess: Update to 2002-05-22 version.
9429         * config.sub: Likewise.
9431 2002-05-16  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
9433         * Makefile.in: Allow for PWDCMD to override hardcoded pwd.
9434         * config-ml.in: Likewise.
9435         * configure: Likewise.
9436         * configure.in: Likewise.
9438 2002-05-16  Stephane Carrez  <stcarrez@nerim.fr>
9440         * MAINTAINERS: Update my email address.
9442 2002-05-13  Nathanael Nerode  <neroden@twcny.rr.com>
9444         * configure.in: Simplify makefile fragment collection.
9446         * configure.in: Remove code to build emacs.
9448         * configure.in : Remove --srcdir argument from targargs and buildargs
9449         (it's always overridden in the Makefile anyway).  Rearrange a bit.
9451         * configure: Move some logic to configure.in.
9452         * configure.in: Move some logic from configure.
9454 2002-05-11  Tom Tromey  <tromey@redhat.com>
9456         * MAINTAINERS: Reflect libgcj reality.
9458 2002-05-09  Federico G. Schwindt  <fgsch@olimpo.com.br>
9460         * Makefile.in: Honour DESTDIR.
9462 2002-05-08  Mark Mitchell  <mark@codesourcery.com>
9464         * config.guess: Import 2002-03-20 version.
9465         * config.sub: Import 2002-04-26 version.
9467 2002-05-08  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
9469         * config-ml.in: Allow for PWDCMD to determine ML_POPDIR.
9471 2002-05-07  Tim Josling  <tej@melbpc.org.au>
9473         * MAINTAINERS: Add self.
9475 2002-05-06  Loren J. Rittle  <ljrittle@acm.org>
9477         * ltmain.sh: Detect and handle object name conflicts
9478         while piecewise linking a static library.
9480 2002-05-05  Alexandre Oliva  <aoliva@redhat.com>
9482         * configure.in (noconfigdirs): Don't disable libgcj on
9483         sparc64-*-solaris* and sparcv9-*-solaris*.
9485 2002-05-03  Alexandre Oliva  <aoliva@redhat.com>
9487         * configure.in: Revert 2002-04-18's patch; fixed in libjava.
9489 2002-05-03  Thomas Fitzsimmons  <fitzsim@redhat.com>
9491         * configure.in (FLAGS_FOR_TARGET): Do not add
9492         -B$$r/$(TARGET_SUBDIR)/newlib/ when compiling newlib natively
9493         on i[3456]86-*-linux*.
9495 2002-05-01  Thomas Fitzsimmons  <fitzsim@redhat.com>
9497         * configure.in (noconfigdirs): Replace [ ] with test.
9499         * configure.in (noconfigdirs): Do not add target-newlib if
9500         target == i[3456]86-*-linux*, and host == target.
9502 2002-04-29  Nathanael Nerode  <neroden@doctormoo.dyndns.org>
9504         * configure.in: delete reference to absent file
9506         * configure.in: replace '[' with 'test'
9508         * configure.in: Eliminate references to gash.
9509         * Makefile.in: Eliminate references to gash.
9511         * configure.in: remove useless references to 'pic' makefile fragments.
9513         * configure.in: (*-*-windows*) Finish removing.
9515         * configure.in: Eliminate redundant test for libgui.
9517 2002-04-29  Roger Sayle  <roger@eyesopen.com>
9519         * MAINTAINERS: Add self and realphabetize.  Update entries
9520         for Dan Berlin, Chris Demetriou and Michael Matz.  Remove
9521         entry for a29k port maintainer.
9523 2002-04-26  Joel Sherrill  <joel@OARcorp.com>
9525         * configure.in (h8300*-*-rtems*): Disable libf2c and libgcj.
9526         (sparc-*-elf*, sparc64-*-elf*): Disable libgcj.
9528 2002-04-19  Nathanael Nerode  <neroden@twcny.rr.com>
9530         * configure.in: remove references to dead files
9532 2002-04-19  Mark Mitchell  <mark@codesourcery.com>
9534         * MAINTAINERS: Add information about purpose of this file.
9536 2002-04-18  Tom Tromey  <tromey@redhat.com>
9538         * configure.in: Disallow configuring libgcj when it is already
9539         installed and we're using Solaris 2.8 linker.  Do enable libgcj on
9540         Solaris 2.8 by default.  For PR libgcj/6158.
9542 2002-04-17  Nathanael Nerode  <neroden@twcny.rr.com>
9544         * configure.in:  Move default CC setting out of config/mh-* fragments
9545         directly into here.
9547 2002-04-17  Nathanael Nerode  <neroden@twcny.rr.com>
9549         * configure.in: don't even try to configure or make a subdirectory
9550         if there's no configure script for it.
9552 2002-04-15  Mark Mitchell  <mark@codesourcery.com>
9554         * MAINTAINERS: Remove chill maintainers.
9555         * Makefile.in (CHILLFLAGS): Remove.
9556         (CHILL_LIB): Remove.
9557         (TARGET_CONFIGDIRS): Remove libchill.
9558         (CHILL_FOR_TARGET): Remove.
9559         (BASE_FLAGS_TO_PASS): Don't pass CHILLFLAGS, CHILL_FOR_TARGET, or
9560         CHILL_LIB.
9561         (CONFIGURE_TARGET_MODULES): Remove configure-target-libchill.
9562         (CHECK_TARGET_MODULES): Likewise.
9563         (INSTALL_TARGET_MODULES): Likewise.
9564         (CLEAN_TARGET_MODULES): Likewise.
9565         (configure-target-libchill): Remove.
9566         (all-target-libchill): Remove.
9567         * configure.in (target_libs): Remove target-libchill.
9568         Do not compute CHILL_FOR_TARGET.
9569         * libchill: Remove directory.
9571 2002-04-11  DJ Delorie  <dj@redhat.com>
9573         * Makefile.in, configure.in: Sync with binutils, entries
9574         follow...
9576 2002-04-07  Andrew Cagney  <ac131313@redhat.com>
9578         * Makefile.in (do-tar-bz2): Delete rule.  Replace with ...
9579         (do-tar, do-bz2): New rules.
9580         (taz): Update.  Replace do-tar-bz2 with do-tar and do-bz2.
9581         (gdb-tar): New rule.
9582         (gdb-taz): Rewrite.  Use gdb-tar and do-bz2.
9583         (insight_dejagnu.tar): New rule.
9584         (insight.tar): New rule.
9585         (gdb+dejagnu.tar): New rule.
9586         (gdb.tar): New rule.
9588 2002-02-01  Mo DeJong  <supermo@bayarea.net>
9590         * Makefile.in: Add all-tix to deps for all-snavigator
9591         so that tix is built when building snavigator.
9593 2002-01-11  Steve Ellcey  <sje@cup.hp.com>
9595         * configure.in (ia64*-*-hpux*): New target for IA64 HP-UX,
9596         ld and gdb are not supported.
9598 2002-01-07  Mark Salter  <msalter@redhat.com>
9600         * configure.in: Remove target-bsp and target-cygmon from arm builds.
9601         Allow target-libgloss to be built for arm, strongarm, and xscale.
9603 2001-12-13  Thomas Fitzsimmons  <fitzsim@redhat.com>
9605         * configure.in (FLAGS_FOR_TARGET): Remove -nostdinc and -isystem
9606         options for i[3456]86-pc-linux* native builds.
9608 2001-11-20  Nick Clifton  <nickc@cambridge.redhat.com>
9610         * Makefile.in (do-proto-toplev): Use msgfmt to generate .gmo
9611         files from .po files for a distribution.
9613 2001-09-03  Jeff Holcomb  <jeffh@redhat.com>
9615         * configure.in: Enable libstdc++-v3 for h8300 targets.
9617 2001-06-19  Alan Modra  <amodra@bigpond.net.au>
9619         * Makefile.in (VER): If AM_INIT_AUTOMAKE uses BFD_VERSION, get
9620         version from bfd/.
9622 Fri Jun  8 11:14:02 2001  Andrew Cagney  <cagney@b1.cygnus.com>
9624         * Makefile.in (VER): When present, extract the version number from
9625         the file version.in.
9627 2001-05-24  Tom Rix  <trix@redhat.com>
9629         * configure.in : enable ld for aix
9631 2001-02-09  Martin Schwidefsky  <schwidefsky@de.ibm.com>
9633         * config.guess: Add linux target for S/390.
9635 2000-11-07  Philip Blundell  <pb@futuretv.com>
9637         * Makefile.in (ETC_SUPPORT): Also add configbuild.* and configdev.*.
9639 2000-11-03  Philip Blundell  <pb@futuretv.com>
9641         * Makefile.in (ETC_SUPPORT): Add configure.texi and associated info
9642         files.
9644 2001-01-15  Ben Elliston  <bje@redhat.com>
9646         * configure.in (host_tools): Add sid.
9647         Always configure cgen.
9649 2000-11-24  Nick Clifton  <nickc@redhat.com>
9651         * configure.in (c4x, c5x, tic54x): Move after ARM targets.
9654 2000-08-20  Doug Evans  <dje@casey.transmeta.com>
9656         * Makefile.in (ALL_MODULES): Add all-cgen.
9657         (CROSS_CHECK_MODULES,INSTALL_MODULES,CLEAN_MODULES): Similarily.
9658         (all-cgen): New target.
9659         (all-opcodes,all-sim): Depend on all-cgen.
9660         * configure.in (host_tools): Add cgen.
9661         Only configure cgen if --enable-cgen-maint.
9663 2002-04-09  Loren J. Rittle  <ljrittle@acm.org>
9665         * configure.in: Add *-*-freebsd* configurations.
9667 2002-04-08  Tom Tromey  <tromey@redhat.com>
9669         * configure.in: Add FLAGS_FOR_TARGET to GCJ_FOR_TARGET.
9670         Fixes PR libgcj/6068.
9672 2002-03-30  Krister Walfridsson  <cato@df.lth.se>
9674         * configure.in (i*86-*-netbsdelf*): Don't disable libgcj.
9676 2002-03-27  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
9678         * configure.in (alpha*-dec-osf*): Enable libgcj.
9680 2003-03-27  Matthew Gingell  <gingell@gnat.com>
9682         * MAINTAINERS (Write After Approval): Add myself.
9684 2002-03-24  Nick Clifton  <nickc@cambridge.redhat.com>
9686         Fix for: PR bootstrap/3591, target/5676
9687         * configure.in (mcore-pe): Disable the configuration of
9688         libstdc++-v3 since exceptions are not supported.
9690 2002-03-20  Anthony Green  <green@redhat.com>
9692         * configure.in: Enable libgcj for xscale-elf target.
9694 Tue Mar 19 09:05:08 2002  J"orn Rennecke  <joern.rennecke@superh.com>
9696         * MAINTAINERS:  Update my email address.
9698 2002-03-16  Alexandre Oliva  <aoliva@redhat.com>
9700         * ltmain.sh (relink_command): Fix typo in previous change.
9702 2002-03-15  Alexandre Oliva  <aoliva@redhat.com>
9704         * ltmain.sh (taglist): Initialized.  Don't let `CC' tag out of it.
9705         (relink_command): Added --tag flags.
9706         (mode=install): If relinking fails; error out.
9708 2002-03-12  Richard Henderson  <rth@redhat.com>
9710         * Makefile.in (NOTPARALLEL): New.  Use it instead of explicit
9711         .NOTPARALLEL tag.
9712         (do-check): Rename from check.
9713         (check): Allow parallel check.
9715 2002-03-12  Bob Wilson  <bob.wilson@acm.org>
9717         * MAINTAINERS: Add myself as maintainer for xtensa port.
9718         Fix alphabetical order in CPU port maintainer list.
9719         Remove myself from Write After Approval list.
9721 2002-03-11  Richard Henderson  <rth@redhat.com>
9723         * Makefile.in (.NOTPARALLEL): Add fake tag.
9725 2002-03-07  H.J. Lu  (hjl@gnu.org)
9727         * configure.in: Enable gprof for mips*-*-linux*.
9729 2002-03-05  Danny Smith  <dannysmith@users.sourceforge.net>
9731         * MAINTAINERS (Write After Approval): Add myself.
9733 2002-02-28  Alexandre Oliva  <aoliva@redhat.com>
9735         * configure.in (libstdcxx_flags): Don't add libstdc++-v3 flags for
9736         libjava.
9737         (CXX_FOR_TARGET): Explain why -shared-libgcc here.
9739 2002-02-23  Alexandre Oliva  <aoliva@redhat.com>
9741         * Makefile.in (MAKEINFO): Don't assume makeinfo will be built just
9742         because its Makefile is there; test for the executable instead.
9744 2002-02-22  Alexandre Oliva  <aoliva@redhat.com>
9746         * configure.in (CXX_FOR_TARGET): Add -shared-libgcc for
9747         libstdc++-v3 and libjava.
9749 2002-02-11  Adam Megacz  <adam@xwt.org>
9751         * gcc/Makefile.in: Removed libstdc++-v3 dependancy for libjava and
9752         boehm-gc
9754 2002-02-09  Alexandre Oliva  <aoliva@redhat.com>
9756         * config.guess: Updated to 2002-01-30's version.
9757         * config.sub: Updated to 2002-02-01's version.
9758         Contribute sh64-elf.
9759         2000-12-01  Alexandre Oliva  <aoliva@redhat.com>
9760         * configure.in: Added sh64-*-*.
9762 2002-02-08  Chris Demetriou  <cgd@broadcom.com>
9764         * MAINTAINERS: Belatedly add myself to write after approval list.
9766 Thu Feb  7 12:40:58 CET 2002  Jan Hubicka  <jh@suse.cz>
9768         * MAINTAINERS: Put self in as maintainer for x86-64 port.
9769         Remove self as Write After Approval.
9771 2002-01-31  Geoffrey Keating  <geoffk@redhat.com>
9773         * MAINTAINERS: Put self in as maintainer for contrib/regression
9774         directory.
9776 2002-01-28  Phil Edwards  <pme@gcc.gnu.org>
9778         * MAINTAINERS:  Update my email address.
9780 2002-01-26  Jason Thorpe  <thorpej@wasabisystems.com>
9782         * configure.in (*-*-netbsd*): New.  Skip target-newlib,
9783         target-libiberty, and target-libgloss.  Skip Java-related
9784         libraries if not supported for NetBSD on target CPU.
9786 2002-01-25  Douglas B Rupp  <rupp@gnat.com>
9788         * install-sh: Use _inst.$$_ for temp file name.
9790 2002-01-24  Jason Thorpe  <thorpej@wasabisystems.com>
9792         * MAINTAINERS (Write After Approval): Move my contact info
9793         from here...
9794         (OS Port Maintainers): ...to here (netbsd).
9796 2002-01-22  Bob Wilson  <bob.wilson@acm.org>
9798         * MAINTAINERS (Write After Approval): Add myself.
9800 2002-01-17  H.J. Lu  <hjl@gnu.org>
9802         * Makefile.in (all-fastjar): Also depend on all-libiberty.
9803         (all-target-fastjar): Also depend on all-target-libiberty.
9805 2002-01-16  H.J. Lu  (hjl@gnu.org)
9807         * config.guess: Import from master sources, rev 1.225.
9808         * config.sub: Import from master sources, rev 1.238.
9810 2002-01-16  Kazu Hirata  <kazu@hxi.com>
9812         * MAINTAINERS (Write After Approval): Remove myself.
9814 2001-12-19  Florian Weimer  <fw@deneb.enyo.de>
9816         * MAINTAINERS (Write After Approval): Add myself.
9818 2001-12-17  Joseph S. Myers  <jsm28@cam.ac.uk>
9820         * MAINTAINERS: Add self as docs co-maintainer.
9822 2001-12-11  Matthias Klose  <doko@debian.org>
9824         * MAINTAINERS (Write After Approval): Add myself.
9826 2001-12-09  Zack Weinberg  <zack@codesourcery.com>
9828         * MAINTAINERS: Update my email address.
9830 2001-12-07  Turly O'Connor  <turly@apple.com>
9831         * MAINTAINERS (Write After Approval): Add myself.
9832         * rs6000.c (rs6000_trampoline_size): Handle ABI_DARWIN case.
9833         (rs6000_initialize_trampoline): Call __trampoline_setup for
9834         ABI_DARWIN too.
9835         * darwin-tramp.asm: New file, implements __trampoline_setup.
9836         * t-darwin (LIB2FUNCS_EXTRA): Include darwin-tramp.asm.
9838 2001-12-07  Paolo Carlini  <pcarlini@unitus.it>
9840         * MAINTAINERS (Write After Approval): Add myself.
9842 Wed Dec  5 07:33:45 2001  Douglas B. Rupp  <rupp@gnat.com>
9844         * configure, configure.in: Use temp file for long sed commands.
9846 2001-12-03  Laurent Guerby  <guerby@acm.org>
9848         * config.sub: Update to version 1.232 on subversion.
9850 2001-12-03  Ben Elliston  <bje@redhat.com>
9852         * MAINTAINERS: Update mail address for config.* patches.
9854 2001-11-27  DJ Delorie  <dj@redhat.com>
9855             Zack Weinberg  <zack@codesourcery.com>
9857         When build != host, create libiberty for the build machine.
9859         * Makefile.in (TARGET_CONFIGARGS, BUILD_CONFIGARGS): Replace
9860         CONFIG_ARGUMENTS.
9861         (ALL_BUILD_MODULES_LIST, BUILD_CONFIGDIRS, BUILD_SUBDIR):
9862         New variables.
9863         (ALL_BUILD_MODULES, CONFIGURE_BUILD_MODULES): New variables
9864         and rules.
9865         (all.normal): Depend on ALL_BUILD_MODULES.
9866         (CONFIGURE_TARGET_MODULES rule): Use TARGET_CONFIGARGS.
9867         (all-build-libiberty): Depend on configure-build-libiberty.
9869         * configure: Calculate and substitute proper value for
9870         ALL_BUILD_MODULES.
9871         * configure.in: Create the build subdirectory.
9872         Calculate and substitute TARGET_CONFIGARGS (formerly
9873         CONFIG_ARGUMENTS); also BUILD_SUBDIR and BUILD_CONFIGARGS (new).
9875 2001-11-26  Ziemowit Laski  <zlaski@apple.com>
9877         * MAINTAINERS (write-after-approval): Add self.
9879 2001-11-17  Craig Rodrigues  <rodrigc@gcc.gnu.org>
9881         * MAINTAINERS (GNATS only accounts): Remove self.
9883 2001-11-14  Hans-Peter Nilsson  <hp@bitrange.com>
9885         * configure.in (noconfigdirs) [h8300*-*-*, h8500-*-*]: Disable
9886         libf2c.
9888 2001-11-12  Craig Rodrigues  <rodrigc@gcc.gnu.org>
9890         * MAINTAINERS (Write After Approval): Add self.
9892 2001-11-12  David O'Brien  <obrien@FreeBSD.org>
9894         * MAINTAINERS: mips and s390 are also CPU ports.
9896 2001-11-12  David O'Brien  <obrien@FreeBSD.org>
9898         * MAINTAINERS: mcore, cris and mmix are also CPU ports.
9900 2001-11-11  David O'Brien  <obrien@FreeBSD.org>
9902         * MAINTAINERS: Alphabetize.
9904 2001-11-09  Kazu Hirata  <kazu@hxi.com>
9906         * MAINTAINERS (Various maintainers: h8 port): Add myself.
9908 2001-11-09  John David Anglin  <dave@hiauly1.hia.nrc.ca>
9910         * MAINTAINERS (Various maintainers: hppa port): Added myself.
9912 2001-11-08  Phil Edwards  <pedwards@disaster.jaj.com>
9914         * configure.in (--enable-languages): Be more permissive about
9915         syntax.  Check for empty lists better.  Warn about $LANGUAGES.
9917 2001-11-08  Geoffrey Keating  <geoffk@redhat.com>
9919         * config.sub: Import from master sources, rev. 1.230.
9920         * MAINTAINERS: Change 'stormy16' to 'xstormy16'.
9922 2001-11-07  Laurent Guerby  <guerby@acm.org>
9924         * MAINTAINERS (Write After Approval): Add self.
9926 2001-11-06  Hans-Peter Nilsson  <hp@bitrange.com>
9928         * Makefile.in (MAKEINFO): Use "missing" for makeinfo older than 4.0.
9930 2001-11-05  Hans-Peter Nilsson  <hp@bitrange.com>
9932         * config.sub: Import from master sources, rev 1.226.
9933         * config.guess: Import from master sources, rev 1.216.
9935 2001-11-03  Hans-Peter Nilsson  <hp@bitrange.com>
9937         * configure.in (noconfigdirs) [mmix-*-*]: Disable libgcj.
9938         * MAINTAINERS: Add self as maintainer of MMIX port.
9939         Remove old after-approval entry.
9941 2001-10-28  Joseph S. Myers  <jsm28@cam.ac.uk>
9943         * ChangeLog, configure: Fix spelling errors.
9945 2001-10-20  Brendan Kehoe  <brendan@zen.org>
9947         * MAINTAINERS: Tweak my address.
9949 Thu Oct 11 21:50:15 2001  J"orn Rennecke  <amylaar@onetel.net.uk>
9951         * MAINTAINERS: Update my email address.
9953 2001-10-11  Hans-Peter Nilsson  <hp@axis.com>
9955         * configure.in (noconfigdirs) [cris-*-*]: Disable libgcj.
9956         * MAINTAINERS: Add self as maintainer of CRIS port.
9958 2001-10-10  Geert Bosch  <bosch@gnat.com>
9960         * MAINTAINERS (Various maintainers: Ada front end):
9961         Added Robert Dewar.
9963 2001-10-03  David Billinghurst  <David.Billinghurst@riotinto.com>
9965         * MAINTAINERS (Write After Approval): Added self
9967 2001-10-02  Geert Bosch  <bosch@gnat.com>
9969         * MAINTAINERS (Various maintainers: Ada front end): Added myself.
9971 2001-10-02  Joseph S. Myers  <jsm28@cam.ac.uk>
9973         * configure: Handle temporary files securely using mkdir.
9975 2001-09-29  Alexandre Oliva  <aoliva@redhat.com>
9977         * Makefile.in (configure-target-gperf): Depend on $(ALL_GCC_CXX).
9979 2001-09-26  Will Cohen  <wcohen@redhat.com>
9981         * configure.in (*-*-linux*): Disable configuration of target-newlib
9982         and target-libgloss.
9984 2001-09-26  Alexandre Oliva  <aoliva@redhat.com>
9986         * Makefile.in (EXTRA_TARGET_FLAGS): Pass RANLIB_FOR_TARGET for
9987         RANLIB.
9989 2001-09-21  Alexandre Oliva  <aoliva@redhat.com>
9991         * Makefile.in (AS_FOR_TARGET, LD_FOR_TARGET,
9992         DLLTOOL_FOR_TARGET, WINDRES_FOR_TARGET, AR_FOR_TARGET,
9993         RANLIB_FOR_TARGET, NM_FOR_TARGET): Don't use double quotes to
9994         avoid quotes nesting problems.
9995         (NATIVE_CHECK_MODULES): Ditto, just for consistency.
9996         (DO_X): Export only variables that are set.
9998 2001-09-19  Ben Elliston  <bje@redhat.com>
10000         * configure.in (sparc-sun-solaris2*): Don't use /usr/bin/which on
10001         Solaris when testing for the /usr/ucb/cc compiler; it has incorrect
10002         semantics.  Use the shell built-in "type" command instead.
10004 2001-08-31  Alexandre Oliva  <aoliva@redhat.com>
10006         Merged from gcc-3_0-branch:
10007         2001-07-30  Jeff Sturm  <jsturm@one-pont.com>
10008         * ltcf-c.sh: Use $objext, not $ac_objext.
10009         2001-07-27  Mark Kettenis  <kettenis@gnu.org>
10010         * ltcf-cxx.sh: Add support for GNU.
10011         2001-07-22  Timothy Wall  <twall@redhat.com>
10012         * ltcf-c.sh: Don't disable shared libraries for AIX5/IA64.  Preserve
10013         default settings if using GNU tools with that configuration.
10014         * ltcf-cxx.sh: Ditto.
10015         * ltcf-gcj.sh: Ditto.
10016         2001-07-21  Michael Chastain  <chastain@redhat.com>
10017         * ltconfig: Set max_cmd_len to a maximum of 512Kb, as it seems some
10018         HPUX 11.0 systems have trouble with 1MB.  Mark as gcc-local.
10019         * ltmain.sh: Mark as gcc-local.
10021 2001-08-30  Eric Christopher  <echristo@redhat.com>
10022             Jason Eckhardt  <jle@redhat.com>
10024         * config.guess: Merge from master sources.
10025         * config.sub: Merge from master sources, add support for mipsisa32.
10027 2001-08-25  Geoffrey Keating  <geoffk@redhat.com>
10028         * config.sub: Merge from master sources, rev 1.219.
10029         * MAINTAINERS: Add self as contact for stormy16 port.
10031 2001-08-14  Zack Weinberg  <zackw@panix.com>
10033         * config.sub: Merge from master sources, rev 1.218.
10034         * config.guess: Merge from master sources, rev 1.209.
10036 2001-08-11  Graham Stott  <grahams@redhat.com>
10038         * Makefile.in (check-c++): Add missing semicolon.
10040 Mon Jul 30 19:24:13 CEST 2001  Jan Hubicka  <jh@suse.cz>
10042         * MAINTAINERS (Various maitainers: predict.def): Added myself.
10044 2001-07-30  Eric Christopher  <echristo@redhat.com>
10046         * MAINTAINERS (Various maintainers: mips port): Added myself.
10048 2001-07-25  Andrew Haley  <aph@cambridge.redhat.com>
10050         * configure.in (sh-*-linux*): New.
10052 2001-07-27  Richard Henderson  <rth@redhat.com>
10054         * .cvsignore: Add LAST_UPDATED.
10056 2001-07-23  Ulrich Weigand  <uweigand@de.ibm.com>
10058         * MAINTAINERS (Various maintainers: s390 port): Added myself.
10060 2001-07-16  Aldy Hernandez  <aldyh@redhat.com>
10062         * config.sub: Fix mips64vr5000el typo in CPU-COMPANY.
10064 Fri Jul 13 14:31:57 2001  Nicola Pero  <nicola@brainstorm.co.uk>
10066         * MAINTAINERS (Write After Approval): Added myself.
10068 2001-07-12  Stephane Carrez  <Stephane.Carrez@worldnet.fr>
10070         * configure.in (noconfigdirs): Don't compile libiberty, libstdcxx
10071         and libgcj on m68hc11/m68hc12.
10073 2001-06-27  H.J. Lu  (hjl@gnu.org)
10075         * Makefile (CFLAGS_FOR_BUILD): New.
10076         (EXTRA_GCC_FLAGS): Add CFLAGS_FOR_BUILD.
10078 2001-06-13  Joseph S. Myers  <jsm28@cam.ac.uk>
10080         * README: Remove version number.
10082 2001-06-13  Gerald Pfeifer  <pfeifer@dbai.tuwien.ac.at>
10084         * INSTALL/README: Update wrt. to the installation instructions now
10085         residing in gcc/doc/install.texi.
10087 2001-06-13  Joseph S. Myers  <jsm28@cam.ac.uk>
10089         * README: Replace with a cut-down and updated version of gcc/README.
10091 2001-06-12  David Edelsohn  <edelsohn@gnu.org>
10093         * config-ml.in (powerpc-*-* | rs6000-*-*): Allow aix64 and pthread
10094         multilibs to be disabled.
10096 2001-06-11  Daniel Berlin  <dan@cgsoftware.com>
10098         * MAINTAINERS (Write After Approval): Add myself.
10100 2001-06-09  Alexandre Oliva  <aoliva@redhat.com>
10102         * config.guess: Import CVS version 1.195.
10103         * config.sub: Import CVS version 1.212.
10105 2001-06-08  Alexandre Oliva  <aoliva@redhat.com>, Jeff Sturm  <jsturm@one-point.com>
10107         * Makefile.in (AS_FOR_TARGET, LD_FOR_TARGET, NM_FOR_TARGET): If
10108         gcc/xgcc is built, use -print-prog-name to find out the program
10109         name to use.
10111 2001-06-04  Phil Edwards  <pme@sources.redhat.com>
10113         * config.guess:  Import CVS version 1.194.  All gcc-local changes
10114         appear to also be in the master copy.
10115         * config.sub:  Import CVS version 1.211.
10117 Mon Jun  4 16:32:53 2001  Mark Mitchell  <mark@codesourcery.com>
10119         * ltcf-c.sh (archive_cmds, archive_expsym_cmds) [solaris,
10120         with_gcc]: Use `gcc -shared' to build a shared library.
10122 Mon Jun  4 16:24:43 2001  John David Anglin  <dave@hiauly1.hia.nrc.ca>
10124         * ltcf-c.sh (archive_cmd) [hpux, with_gcc]: Use gcc to link shared
10125         archives.
10127 Fri Jun  1 18:55:19 2001  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
10129         * MAINTAINERS (Write After Approval): Add myself.
10131 2001-06-01  Hans-Peter Nilsson  <hp@axis.com>
10133         * configure.in (libstdcxx_flags): Do not try to execute
10134         libstdc++-v3/testsuite_flags until it exists.
10136 2001-06-01  Alan Modra  <amodra@bigpond.net.au>
10138         * MAINTAINERS: Update my email address.
10140 2001-05-31  Graham Stott  <grahams@redhat.com>
10142         * MAINTAINERS (Write After Approval): Add myself.
10144 2001-05-28  Simon Patarin  <simon.patarin@inria.fr>
10146         * ltcf-cxx.sh (osf3/osf4/osf5): Support creation of C++  shared
10147         libraries when using g++ with native linker.
10149 2001-05-28  Alexandre Oliva  <aoliva@redhat.com>
10151         * ltconfig, ltmain.sh: Upgrade to libtool 1.4a 1.641.2.256.
10153 2001-05-22  Alexandre Oliva  <aoliva@redhat.com>
10155         * ltcf-cxx.sh (allow_undefined_flag, no_undefined_flag)
10156         [aix4*|aix5*]: Prepend blank.
10158 2001-05-20  Alexandre Oliva  <aoliva@redhat.com>
10160         * ltconfig, ltmain.sh, libtool.m4, ltcf-c.sh, ltcf-cxx.sh,
10161         ltcf-gcj.sh: Upgraded to libtool 1.4a 1.641.2.254.  Rebuilt a number
10162         of subdir/configure scripts to use the new libtool.m4.
10164 2001-05-19  Matt Kraai  <kraai@alumni.carnegiemellon.edu>
10166         * MAINTAINERS (Write After Approval): Add myself.
10168 2001-05-18  Benjamin Kosnik  <bkoz@redhat.com>
10170         * configure.in (libstdcxx_flags): Remove reference to libstdc++.INC.
10172 2001-05-11  Ben Elliston  <bje@redhat.com>
10174         * Makefile.in (all-sid): New target.
10175         (check-sid, clean-sid, install-sid): Likewise.
10177 2001-05-09  Jeffrey Oldham  <oldham@codesourcery.com>
10179         * ltcf-cxx.sh: Add -nostdlib to IRIX 6 archive_cmds.
10181 2001-05-03  Alexandre Oliva  <aoliva@redhat.com>
10183         * configure.in (noconfigdirs) [*-cygwin*, *-mingw*, *-beos]: Disable
10184         libgcj.
10186 2001-05-03  Alexandre Oliva  <aoliva@redhat.com>
10188         * Makefile.in (AS_FOR_TARGET, LD_FOR_TARGET, NM_FOR_TARGET): If
10189         gcc/xgcc is built, use -print-prog-name to find out the program
10190         name to use.
10192 2001-04-26  Alexandre Oliva  <aoliva@redhat.com>
10194         * configure.in (noconfigdirs): Don't reset it from scratch in the
10195         target case; only append to it.
10197         * configure.in (noconfigdirs) [hppa*-*-*, mips*-*-irix6*,
10198         sparc-*-solaris2.8]: Disable ${libgcj}.
10200 2001-04-25  Alexandre Oliva  <aoliva@redhat.com>
10202         * configure.in (libgcj_saved): Copy from $libgcj.
10203         (libgcj): Zero out if --enable-libgcj; add to noconfigdirs is
10204         --disable-libgcj.
10206 2001-04-25  Gavin Romig-Koch  <gavin@redhat.com>
10208         * MAINTAINERS: Remove self as MIPS maintainer and
10209         C front end maintainer.
10211 Mon Apr 23 09:15:03 2001  Anthony Green  <green@redhat.com>
10213         * configure.in: Move *-chorusos target case to the proper switch.
10214         Disable libgcj.
10216 2001-04-12  Alexandre Oliva  <aoliva@redhat.com>
10218         * ltconfig, ltmain.sh, ltcf-cxx.sh: Upgraded to libtool 1.4a
10219         1.641.2.228.
10221 2001-04-13  Franz Sirl  <Franz.Sirl-kernel@lauterbach.com>
10223         * Makefile.in (STAGE1_CFLAGS): Pass down.
10225 2001-04-13  Alan Modra  <amodra@one.net.au>
10227         * config.guess: Add hppa64-linux support.  Note for next import that
10228         this is already in the master file.
10229         * configure.in: Likewise.  Accept `parisc' alias for `hppa'.
10231 2001-04-12  Alexandre Oliva  <aoliva@redhat.com>
10233         * ltconfig, ltmain.sh, libtool.m4, ltcf-c.sh, ltcf-cxx.sh,
10234         ltcf-gcj.sh: Upgraded to libtool 1.4a 1.641.2.226.
10236 2001-04-11  Stan Shebs  <shebs@apple.com>
10238         * MAINTAINERS: Add self as Darwin port maintainer.
10240 2001-04-11  Alan Modra  <amodra@one.net.au>
10242         * MAINTAINERS: Update my email address.
10244 2001-04-10  Loren J. Rittle  <ljrittle@acm.org>
10246         * ltcf-cxx.sh: Support creation of C++ shared libraries on
10247         recent versions of FreeBSD (release 3 or later).
10248         * ltconfig: On FreeBSD, -lc must not be provided when building
10249         a shared library or else the standard -pthread gcc option is
10250         rendered worthless to later users of the built library.
10252 2001-04-06  Joseph S. Myers  <jsm28@cam.ac.uk>
10254         * MAINTAINERS: Add self and RTH as C front end maintainers.
10256 2001-04-05  Alexandre Oliva  <aoliva@redhat.com>
10258         * config.sub: Make sure to match an already-canonicalized
10259         machine name (eg. mn10300-unknown-elf).
10261 2001-04-01  Alexandre Oliva  <aoliva@redhat.com>
10263         * Makefile.in (CXX_FOR_TARGET_FOR_RECURSIVE_MAKE, RECURSE_FLAGS):
10264         New macros.
10265         (bootstrap, cross): Use RECURSE_FLAGS.
10266         * configure.in: Subst CXX_FOR_TARGET_FOR_RECURSIVE_MAKE.
10268 2001-03-27  Alexandre Oliva  <aoliva@redhat.com>
10270         * configure.in (CXX_FOR_TARGET): Use xgcc for libstdc++-v3.
10272 2001-03-22  Colin Howell  <chowell@redhat.com>
10274         * Makefile.in (DO_X): Do not backslash single-quotes in
10275         backquotes (two places).
10277 2001-03-22  Alexandre Oliva  <aoliva@redhat.com>
10279         Re-installed:
10280         2001-01-02  Laurynas Biveinis  <lauras@softhome.net>
10281         * ltcf-c.sh: Clear ac_cv_prog_cc_pic for DJGPP.  Do not add
10282         '-DPIC' to ac_cv_prog_cc_pic for DJGPP.
10283         * ltcf-cxx.sh: Likewise.
10284         * ltcf-gcj.sh: Likewise.
10286 2001-03-22  Gerald Pfeifer  <pfeifer@dbai.tuwien.ac.at>
10288         * MAINTAINERS: Add myself as "documentation co-maintainer".
10290 2001-03-22  Alexandre Oliva  <aoliva@redhat.com>
10292         * ltconfig, ltmain.sh, libtool.m4, ltcf-c.sh, ltcf-cxx.sh,
10293         ltcf-gcj.sh: Upgraded to libtool 1.4a 1.641.2.198.
10295 2001-03-19  Tom Tromey  <tromey@redhat.com>
10297         * config-ml.in: Handle GCJ and GCJFLAGS.
10299 2001-03-21  Michael Chastain  <chastain@redhat.com>
10301         * Makefile.in: all-m4 depends on all-texinfo.
10303 2001-03-20  Loren J. Rittle  <ljrittle@acm.org>
10305         * MAINTAINERS: Add myself to write after approval list.
10307 2001-03-18  Laurynas Biveinis  <lauras@softhome.net>
10309         * Makefile.in (DO_X): Quote nested quotes.
10311 2001-03-18  Alan Modra  <alan@linuxcare.com.au>
10313         * MAINTAINERS: Add myself to write after approval list.
10315 2001-03-15  Laurynas Biveinis  <lauras@softhome.net>
10317         * Makefile.in (DO_X): Use double quotes for quoting
10318         "RANLIB=$${RANLIB}".
10320 2001-03-10  Ovidiu Predescu  <ovidiu@cup.hp.com>
10322         * MAINTAINERS: Added Stan Shebs as new maintainer for Objective-C.
10324 2001-03-09  Nicola Pero  <n.pero@mi.flashnet.it>
10326         * configure.in: Only use `lang_requires' for languages athat are
10327         actually enabled.
10329 2001-03-08  Phil Edwards  <pme@sources.redhat.com>
10331         * MAINTAINERS (C++ runtime libs):  Update and alphabatize.
10333 2001-03-08  Alexandre Oliva  <aoliva@redhat.com>
10335         * Makefile.in (ALL_GCC, ALL_GCC_C, ALL_GCC_CXX): Set before use.
10337 2001-03-07  Tom Tromey  <tromey@redhat.com>
10339         * configure.in: Allow config-lang.in to set `lang_requires' to list
10340         of other required languages.
10342 2001-03-06  Laurynas Biveinis  <lauras@softhome.net>
10344         * Makefile.in: Remove RANLIB definition. Use RANLIB
10345         in RANLIB_FOR_TARGET, EXTRA_HOST_FLAGS, EXTRA_TARGET_FLAGS,
10346         EXTRA_GCC_FLAGS, $(DO_X) targets only when the RANLIB is set.
10348 2001-02-28  Benjamin Kosnik  <bkoz@redhat.com>
10349             Alexandre Oliva  <aoliva@redhat.com>
10351         * Makefile.in (check-c++): Use tabs, not spaces.
10353 2001-02-20  Laurynas Biveinis  <lauras@softhome.net>
10355         * MAINTAINERS: add myself to Write After Approval list.
10357 2001-02-19  Benjamin Kosnik  <bkoz@redhat.com>
10359         * Makefile.in (check-c++): New rule.
10361         * configure.in (target_libs): Remove libg++.
10362         (noconfigdirs): Remove libg++.
10363         (noconfigdirs): Same.
10364         (noconfigdirs): Same.
10365         (noconfigdirs): Same.
10367         * config-ml.in: Remove libg++ references.
10369         * Makefile.in (TARGET_CONFIGDIRS): Remove libio, libstdc++, libg++.
10370         (ALL_TARGET_MODULES): Same.
10371         (configure-target-libg++): Remove.
10372         (all-target-libg++): Remove.
10373         (configure-target-libio): Remove.
10374         (all-target-libio): Remove.
10375         (check-target-libio): Remove.
10376         (.PHONY): Remove.
10377         (libg++.tar.bz2): Remove.
10378         (all-target-cygmon): Remove libio.
10379         (all-target-libstdc++): Remove.
10380         (configure-target-libstdc++): Remove.
10381         (TARGET_LIB_PATH): Remove libstdc++.
10382         (ALL_GCC_CXX): Remove libstdc++.
10383         (all-target-gperf): Correct.
10385 2001-02-16  Nick Clifton  <nickc@redhat.com>
10387         * configure.in (noconfigdirs): Allow configuration of texinfo
10388         for Cygwin hosts.
10390 2001-02-15  Anthony Green  <green@redhat.com>
10392         * configure: Introduce GCJ_FOR_TARGET.
10393         * configure.in: Ditto.
10394         * Makefile.in: Ditto.
10396 2001-02-13  Andreas Schwab  <schwab@suse.de>
10398         * MAINTAINERS: Update mail address.
10400 2001-02-09  Martin Schwidefsky  <schwidefsky@de.ibm.com>
10402         * config.guess: Add linux target for S/390.
10403         * config.sub: Likewise.
10405 2001-02-08  Chandrakala Chavva  <cchavva@redhat.com>
10407         * configure.in: for *-chorusos, don't config target-newlib and
10408         target-libgloss.
10410 2001-02-06  Ben Elliston  <bje@redhat.com>
10412         * configure: Output host type to stdout, not stderr.
10414 2001-02-05  Mark Mitchell  <mark@codesourcery.com>
10416         * ltcf-c.sh: Add support for -no-undefined under GNU/Linux.
10417         * ltcf-cxx.sh: Likewise.
10419         * config.if: Assume enable_libstdcxx_v3 is defined.
10421 2001-02-04  Mark Mitchell  <mark@codesourcery.com>
10423         Remove V2 C++ library.
10424         * configure.in: Remove --enable-libstdcxx_v3 support.
10426 2001-01-31  Bryce McKinlay  <bryce@albatross.co.nz>
10428         * include/demangle.h: Add prototype for java_demangle_v3.
10430 2001-01-29  Phil Edwards  <pme@sources.redhat.com>
10432         * COPYING.LIB:  Update to LGPL 2.1 from the FSF.
10434 2001-01-27  Richard Henderson  <rth@redhat.com>
10436         * configure.in (target_makefile_frag) [alpha*-*]: Use mt-alphaieee.
10438 2001-01-27  Michael Sokolov  <msokolov@ivan.Harhan.ORG>
10440         * ltcf-cxx.sh (ac_cv_prog_cc_pic_works, ac_cv_prog_cc_static_works):
10441         Don't unset, it's non-portable and no longer necessary, set to empty
10442         instead.
10444 2001-01-27  Michael Sokolov  <msokolov@ivan.Harhan.ORG>,  Alexandre Oliva  <oliva@lsd.ic.unicamp.br>
10446         * ltconfig: Shell portability fix for the tagname validity check.
10448 2001-01-27  Alexandre Oliva  <aoliva@redhat.com>
10450         * ltcf-c.sh (ld_shlibs) [aix5*]: Disable on unknown CPU types.
10451         * ltcf-cxx.sh, ltcf-gcj.sh: Likewise.
10453 2001-01-26  Michael Sokolov  <msokolov@ivan.Harhan.ORG>
10455         * ltcf-cxx.sh: Use parentheses around eval $ac_compile.
10457 2001-01-26  Tom Tromey  <tromey@redhat.com>
10459         * configure.in: Allow libgcj to be built on Sparc Solaris.
10461 2001-01-25  David Edelsohn  <edelsohn@gnu.org>
10463         * ltcf-c.sh: Add aix5 case.
10464         * ltcf-cxx.sh: Likewise.
10465         * ltconfig: Likewise.
10467 2001-01-24  Alexandre Oliva  <aoliva@redhat.com>
10469         * ltmain.sh (TAG disable-shared, TAG disable-static): Make sure we
10470         keep at least one of build_libtool_libs or build_old_libs set to
10471         yes.
10473         * ltcf-gcj.sh (lt_simple_link_test_code): Remove stray `(0)'.
10474         * libtool.m4 (_AC_LIBTOOL_GCJ): Pass $CPPFLAGS on.
10476 2001-01-23  Bryce McKinlay  <bryce@albatross.co.nz>
10478         * configure.in: Enable libgcj on several additional platforms.
10480 2001-01-22  Bryce McKinlay  <bryce@albatross.co.nz>
10482         * configure.in: Enable libgcj for linux targets.
10484 2001-01-20  Michael Sokolov  <msokolov@ivan.Harhan.ORG>
10486         * MAINTAINERS (Write After Approval): Add myself.
10488 2001-01-15  John David Anglin  <dave@hiauly1.hia.nrc.ca>
10490         * MAINTAINERS: Add myself as vax port maintainer.
10492 2001-01-11  Fergus Henderson  <fjh@cs.mu.oz.au>
10494         * MAINTAINERS: Add myself as Mercury front-end maintainer.
10496 2001-01-09  Mike Stump  <mrs@wrs.com>
10498         * Makefile.in (CONFIGURE_TARGET_MODULES): Pass back configuration
10499         failures of subdirectories.
10501 2001-01-02  Laurynas Biveinis  <lauras@softhome.net>
10503         * ltcf-c.sh: Clear ac_cv_prog_cc_pic for DJGPP.  Do not add
10504         '-DPIC' to ac_cv_prog_cc_pic for DJGPP.
10505         * ltcf-cxx.sh: Likewise.
10506         * ltcf-gcj.sh: Likewise.
10507         * ltconfig.sh: Fix typo.
10509 2001-01-02  Laurynas Biveinis  <lauras@softhome.net>
10511         * configure: handle DOS-style absolute paths.
10513 2001-01-02  Laurynas Biveinis  <lauras@softhome.net>
10515         * configure.in: remove supported directories from $noconfigdirs for DJGPP.
10517 2000-12-30  Marek Michalkiewicz  <marekm@linux.org.pl>
10519         * MAINTAINERS: Add myself as avr port co-maintainer.
10521 2000-12-28  Ben Elliston  <bje@redhat.com>
10523         * MAINTAINERS: Add myself under ``Write After Approval''.
10525 2000-12-19  Joseph S. Myers  <jsm28@cam.ac.uk>
10527         * texinfo: Remove directory from GCC.
10529 2000-12-18  Joseph S. Myers  <jsm28@cam.ac.uk>
10531         * COPYING: Update to current
10532         ftp://ftp.gnu.org/pub/gnu/Licenses/COPYING-2.0 (fixes references
10533         to 19yy as example year in copyright notice).
10535 2000-12-18  Benjamin Kosnik  <bkoz@redhat.com>
10537         * Makefile.in (BASE_FLAGS_TO_PASS): Alphabetize.
10538         (libstdcxx_incdir): Pass down.
10539         * config.if: Remove expired bits for cxx_interface, add stub.
10540         (libstdcxx_incdir): Add variable for g++ include directory.
10541         * configure.in (gxx_include_dir): Use it.
10543 2000-12-18  Alexandre Oliva  <aoliva@redhat.com>
10545         * MAINTAINERS: Added self as sh port co-maintainer.  Removed entry
10546         with old-email address from ``Write After Approval''.
10548 2000-12-15  Andreas Jaeger  <aj@suse.de>
10550         * configure.in: Handle lang_dirs.
10552 2000-12-14  Tom Tromey  <tromey@redhat.com>
10554         * MAINTAINERS: Removed brads.
10556         * MAINTAINERS: Added gcj developers.
10558 2000-12-13  Anthony Green  <green@redhat.com>
10560         * configure.in: Disable libgcj for any target not specifically
10561         listed.  Disable libgcj for x86 and Alpha Linux until compatible
10562         with g++ abi.
10564 2000-12-13  Mike Stump  <mrs@wrs.com>
10566         * Makefile.in (local-distclean): Also remove fastjar.
10568 2000-12-12  Rodney Brown  <RodneyBrown@mynd.com>
10570         * contrib/gcc_update: Add fastjar --touch entries.
10572 2000-12-12  Alexandre Oliva  <aoliva@redhat.com>
10574         * configure.in: Disable language-specific target libraries for
10575         languages that aren't enabled.
10577 2000-12-10  Anthony Green  <green@redhat.com>
10579         * configure.in: Define libgcj.  Disable libgcj target libraries for
10580         most targets.
10582 2000-12-10  Neil Booth  <neilb@earthling.net>
10584         * MAINTAINERS: Update mail address, remove from WAA list.
10586 2000-12-09  Alexandre Petit-Bianco  <apbianco@cygnus.com>
10588         * libjava: Imported from /cvs/java.
10589         * libffi: Likewise.
10590         * Boehm-gc: Likewise.
10592 2000-12-09  Alexandre Petit-Bianco  <apbianco@cygnus.com>
10594         * configure.in (target_libs): Revert 2000-12-08 patch.
10595         (noconfigdirs): Added target-libjava.
10597 2000-12-09  Laurynas Biveinis  <lauras@softhome.net>
10599         * djunpack.bat: removed.
10601 2000-12-09  Laurynas Biveinis  <lauras@softhome.net>
10603         * Makefile.in: handle DOS-style absolute paths.
10604         * config-ml.in: likewise.
10605         * symlink-tree: likewise.
10607 2000-12-08  Alexandre Petit-Bianco  <apbianco@cygnus.com>
10609         * fastjar: Imported.
10611 2000-12-08  Alexandre Petit-Bianco  <apbianco@cygnus.com>
10613         * Makefile.in (TARGET_CONFIGDIRS): Wrong place. Removed note about
10614         libjava.
10615         * configure.in (target_libs): Removed `target-libjava'.
10617 2000-12-08  Alexandre Petit-Bianco  <apbianco@cygnus.com>
10619         * Makefile.in (TARGET_CONFIGDIRS): Added note about libjava.
10620         (ALL_MODULES): Added fastjar.
10621         (NATIVE_CHECK_MODULES, INSTALL_MODULES, CLEAN_MODULES): Likewise.
10622         (all-target-libjava): all-fastjar replaces all-zip.
10623         (all-fastjar): Added.
10624         (configure-target-fastjar, all-target-fastjar): Likewise.
10625         * configure.in (host_tools): Added fastjar.
10627 2000-12-07  Mike Stump  <mrs@wrs.com>
10629         * Makefile.in (local-distclean): Remove leftover built files.
10631 2000-11-24  Nick Clifton  <nickc@redhat.com>
10633         * configure.in (xscale-elf): Add target.
10634         (xscale-coff): Add target.
10636 2000-11-22  Loren J. Rittle  <ljrittle@acm.org>
10638         * ltcf-cxx.sh: Support creation of C++ shared libraries on
10639         recent versions of FreeBSD (release 3 or later).
10640         * ltconfig: On FreeBSD, -lc must not be provided when building
10641         a shared library or else the standard -pthread gcc option is
10642         rendered worthless to later users of the built library.
10644 2000-11-16  Fred Fish  <fnf@be.com>
10646         * configure.in (enable_libstdcxx_v3): Fix typo,
10647         libstd++ -> libstdc++.
10649 2000-11-21  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
10651         * MAINTAINERS: Add self to Write After Approval list.
10653 2000-11-21  Bernd Schmidt  <bernds@redhat.com>
10655         * MAINTAINERS: Update my email address.  Add myself to global write
10656         privs list.
10658 2000-11-18  Alexandre Oliva  <aoliva@redhat.com>
10660         * Makefile.in: Merge with src and libgcj.
10661         (ALL_GCC_C, ALL_GCC_CXX): New macros.  Use them as dependencies of
10662         configure-target-<library> when their configure scripts need the C
10663         or C++ library to have already been built to work properly.
10664         (do_proto_toplev): Set them to an empty string.
10666         * Makefile.in (HOST_LIB_PATH, TARGET_LIB_PATH): New macros.
10667         (REALLY_SET_LIB_PATH): Use them.
10669 2000-11-17  Stan Shebs  <shebs@apple.com>
10671         * MAINTAINERS: Add self to Write After Approval list.
10673 2000-11-13  Joseph S. Myers  <jsm28@cam.ac.uk>
10675         * configure: Provide the original toplevel configure arguments
10676         (including $0) to subprocesses in the environment rather than
10677         through gcc/configargs.h.
10679 2000-11-13  Joseph S. Myers  <jsm28@cam.ac.uk>
10681         * MAINTAINERS: Remove references to cccp. Change C9X reference to
10682         C99.  Alphabetise "Write After Approval" list.
10684 2000-11-12  Mark Mitchell  <mark@codesourcery.com>
10686         * configure: Turn on libstdc++ V3 by default.
10688         * ltcf-c.sh: On Solaris, use `gcc -shared' to build a shared library
10689         if we've got GCC.
10691 2000-11-11  Philip Blundell  <philb@gnu.org>
10693         * MAINTAINERS: Add self to Write After Approval list.
10695 2000-11-09  David Edelsohn  <edelsohn@gnu.org>
10697         * ltcf-c.sh (aix4): Improve shared library configuration; require
10698         exporting symbols.
10699         * ltcf-cxx.sh (aix4): Define.
10700         * ltconfig (aix4): Define library and soname specs appropriate for
10701         AIX.  Define command to create export symbols list.
10703 Mon Nov  6 14:19:35 2000  Christopher Faylor  <cgf@cygnus.com>
10705         * config.sub: Add support for Sun Chorus
10707 2000-10-31  Nick Clifton  <nickc@redhat.com>
10709         * MAINTAINERS: Rename <name>@cygnus.com addresses to
10710         <name>@redhat.com.  Also installed new email address for Clint
10711         Popetz.
10713 2000-10-30  Joseph S. Myers  <jsm28@cam.ac.uk>
10715         * etc: Remove directory from GCC.
10717 2000-10-16  Michael Meissner  <meissner@redhat.com>
10719         * configure (gcc/configargs.h): Only create if there is a build GCC
10720         directory created.
10722 2000-10-16  Matthias Klose  <doko@debian.org>
10724         * config.if: Search libstdc++-v3/configure.in for INTERFACE,
10725         when configured for libstdc++-v3.
10727 2000-10-05  Phil Edwards  <pme@gcc.gnu.org>
10729         * configure: Save configure arguments to gcc/configargs.h.
10731 2000-10-04  Philipp Thomas  <pthomas@suse.de>
10733         * config.guess: Import CVS version 1.157.
10734         * config.sub: Import CVS version 1.181.
10736 2000-10-04  Andris Pavenis  <pavenis@latnet.lv>
10738         * Makefile.in (bootstrap): avoid recursion if subdir missing
10739         (cross): ditto
10740         (do-proto-toplev): ditto
10742 2000-09-30  Alexandre Oliva  <aoliva@redhat.com>
10744         * Makefile.in (DEVO_SUPPORT): Added gettext.m4, libtool.m4,
10745         ltcf-c.sh, ltcf-cxx.sh and ltcf-gcj.sh.
10747         * ltconfig, ltmain.sh, libtool.m4, ltcf-cxx.sh: Updated from libtool
10748         multi-language branch, to work around Solaris' /bin/sh bug.  Rebuilt
10749         all affected `configure' scripts.
10751 Mon 25-Sep-2000 19:46:09 BST  Neil Booth  <neilb@earthling.net>
10753         * MAINTAINERS: Add self as cpplib co-maintainer.
10755 2000-09-24  Aldy Hernandez  <aldyh@redhat.com>
10757         * MAINTAINERS: Add self to Write After Approval list.
10759 2000-09-18  Gerald Pfeifer  <pfeifer@dbai.tuwien.ac.at>
10761         * INSTALL/README: egcs -> GCC update.
10763 Sun Sep 17 16:55:59 CEST 2000  Marc Espie  <espie@cvs.openbsd.org>
10765         * MAINTAINERS: Add myself to Write After Approval list.
10767 2000-09-15  Kazu Hirata  <kazu@hxi.com>
10769         * MAINTAINERS: Add myself to Write After Approval list.
10771 Wed Sep 13 11:11:29 2000  Jeffrey A Law  (law@cygnus.com)
10773         * configure.in: Do not build byacc for hppa64.  Provide paths to the
10774         X11 libraries for hppa64.
10776 2000-09-08  Stephane Carrez  <Stephane.Carrez@worldnet.fr>
10778         * MAINTAINERS: Add myself as 68hc11 port maintainer.
10780 2000-09-06  Alexandre Oliva  <aoliva@redhat.com>
10782         * Makefile.in (all-zlib): Added dummy target.
10784         * ltconfig, ltmain.sh, libtool.m4, ltcf-c.sh, ltcf-cxx.sh,
10785         ltcf-gcj.sh: Updated from libtool multi-language branch.
10787 2000-09-05  Alexandre Oliva  <aoliva@redhat.com>
10789         * Makefile.in (all-bootstrap): Added all-texinfo and all-zlib.
10790         (bootstrap*): Depend on all-bootstrap.
10792 2000-09-05  Philipp Thomas  <pthomas@suse.de>
10794         * config.guess: Import CVS version 1.156.
10795         * config.sub: Import CVS version 1.179.
10797 2000-09-02  Anthony Green  <green@cygnus.com>
10799         * Makefile.in (all-gcc): Depend on all-zlib.
10800         (CLEAN_MODULES): Add clean-zlib.
10801         (ALL_MODULES): Add all-zlib.
10802         * configure.in (host_libs): Add zlib.
10804 2000-09-02  Alexandre Oliva  <aoliva@redhat.com>, DJ Delorie  <dj@redhat.com>
10806         * configure.in (FLAGS_FOR_TARGET): Use -nostdinc even for Canadian
10807         crosses, but add gcc/include to the header search path for them.
10809 2000-08-04  David E. O'Brien  <obrien@FreeBSD.org>
10811         * MAINTAINERS: Add self to Write After Approval list.
10813 2000-08-27  Franz Sirl  <Franz.Sirl-kernel@lauterbach.com>
10815         * config.guess: Import CVS version 1.152.
10816         * config.sub: Import CVS version 1.177.
10818 2000-08-25  Alexandre Oliva  <aoliva@redhat.com>
10820         * configure.in (FLAGS_FOR_TARGET): Use $target_configdirs and
10821         $targargs to tell whether newlib is going to be built.
10823         * configure.in [disable-libstdcxx-v3] (libstdcxx_flags): Search
10824         $$r/TARGET_SUBDIR/libio for _G_config.h.
10826 2000-08-23  Alexandre Oliva  <aoliva@redhat.com>
10828         * MAINTAINERS: Add self as a build machinery (*.in) maintainer.
10830 2000-08-22  DJ Delorie  <dj@redhat.com>
10832         * MAINTAINERS: Add self as a build machinery (*.in) maintainer
10834 2000-08-22  Alexandre Oliva  <aoliva@redhat.com>
10836         * config-ml.in (CC, CXX): Avoid trailing whitespace.
10837         (LD_LIBRARY_PATH, SHLIB_PATH): Adjust for multilibs and export to
10838         sub-configures.
10840 2000-08-21  DJ Delorie  <dj@redhat.com>
10842         * MAINTAINERS: Add self as a libiberty maintainer
10844 2000-08-16  Alexandre Oliva  <aoliva@redhat.com>
10846         * configure.in (libstdcxx_flags): Use
10847         libstdc++-v3/src/libstdc++.INC.
10849 2000-08-15  Alexandre Oliva  <aoliva@redhat.com>
10851         * configure.in (libstdcxx_flags): Use libstdc++-v3/src/INCLUDES.
10853 2000-08-14  Zack Weinberg  <zack@wolery.cumb.org>
10855         * configure.in (libstdcxx_flags): Remove -isystem $$s/libio/stdio.
10857         * configure: Make enable_threads and enable_shared defaults
10858         explicit.  Substitute enable_threads into generated Makefiles.
10859         * configure.in: Accept *-*-linux* not just *-*-linux-gnu*.
10860         * libtool.m4: Accept *-*-linux* not just *-*-linux-gnu*.
10862 2000-08-13  Geoff Keating  <geoffk@cygnus.com>
10864         * Makefile.in (GCC_FOR_TARGET): Also add -B$$r/gcc/ here.
10866 2000-08-12  Alexandre Oliva  <aoliva@redhat.com>
10868         * config-ml.in (CC): Remove bogus duplicate quotation mark from
10869         previous delta.
10871 2000-08-11  Jason Merrill  <jason@redhat.com>
10873         * configure.in (CC_FOR_TARGET, CHILL_FOR_TARGET,
10874         CXX_FOR_TARGET): Add -B$$r/gcc/ here.
10875         (FLAGS_FOR_TARGET): Not here.
10876         (CHILL_FOR_TARGET, CXX_FOR_TARGET): Don't check the list of languages.
10878 2000-08-11  Alexandre Oliva  <aoliva@redhat.com>
10880         * config-ml.in (CC, CXX): Don't introduce a leading space.
10882 2000-08-07  DJ Delorie  <dj@delorie.com>
10884         * MAINTAINERS: Add self as a DJGPP maintainer
10886 2000-08-07  DJ Delorie  <dj@redhat.com>
10888         * configure.in (FLAGS_FOR_TARGET): invert test for xgcc, should mean
10889         "if we're also building gcc, and it's a gcc that will run on the
10890         build machine, we want to use its includes instead of the system's
10891         default includes".
10893 2000-08-04  Joseph S. Myers  <jsm28@cam.ac.uk>
10895         * MAINTAINERS: Add self to Write After Approval list.
10897 2000-08-03  Alexandre Oliva  <aoliva@redhat.com>
10899         * configure.in (libstdcxx_flags): Don't use `"'.
10901         * config-ml.in: Adjust multilib search paths to the
10902         appropriate multilib tree.
10904 2000-08-02  Alexandre Oliva  <aoliva@redhat.com>
10906         * configure.in (CHILL_FOR_TARGET, CXX_FOR_TARGET): Convert blanks to
10907         commas in $LANGUAGES.
10909 2000-08-02  Manfred Hollstein  <manfredh@redhat.com>
10911         * configure.in: Re-enable all references to libg++ and librx.
10913 2000-08-01  Alexandre Oliva  <aoliva@redhat.com>
10915         * ltconfig, ltmain.sh: Update from libtool multi-language branch.
10916         * ltcf-c.sh (need_lc): Fix test message.  Set wl for archive_cmds.
10917         (ac_cv_prog_cc_pic): Don't print `cached' without `checking'.
10918         * ltcf-cxx.sh (need_lc): Set based on postdeps.
10920         * configure.in (qCXX_FOR_TARGET): Use echo instead of expr.
10922 2000-07-31  Alexandre Oliva  <aoliva@redhat.com>
10924         * configure.in (qCXX_FOR_TARGET): Quote `&' characters in
10925         CXX_FOR_TARGET for sed.
10927 2000-07-30  Alexandre Oliva  <aoliva@redhat.com>
10929         * configure.in (CC_FOR_TARGET, CHILL_FOR_TARGET, CXX_FOR_TARGET):
10930         Do not override if already set in the environment or in configure.
10931         Don't duplicate $(FLAGS_FOR_TARGET) if it already appears in them.
10932         (FLAGS_FOR_TARGET): Don't use host directories on Canadian crosses.
10934 2000-07-28  Alexandre Oliva  <aoliva@redhat.com>
10936         * libtool.m4, ltcf-c.sh, ltcf-cxx.sh, ltcf-gcj.sh: New files from
10937         the libtool CVS tree multi-language branch.
10938         * ltconfig, ltmain.sh: Updated.
10940 2000-07-27  Alexandre Oliva  <aoliva@redhat.com>
10942         * Makefile.in (clean-target-libgcc): Remove gcc/libgcc.
10943         (clean-target): Depend on it.
10945         * Makefile.in (FLAGS_FOR_TARGET): New macro.
10946         (GCC_FOR_TARGET): Use it.
10947         (CC_FOR_TARGET, CXX_FOR_TARGET, CHILL_FOR_TARGET): Now defined...
10948         * configure.in: ... here.
10949         (FLAGS_FOR_TARGET): Define.  Add ld build dir to -L path.
10950         (libstdcxx_flags): Define and append to CXX_FOR_TARGET.
10952 2000-07-24  Eric Christopher  <echristo@cygnus.com>
10954         * MAINTAINERS: Add self to Write After Approval list.
10956 2000-07-24  Alexandre Oliva  <aoliva@redhat.com>
10958         * Makefile.in (configure-target-libf2c): Depend on $(ALL_GCC).
10959         (configure-target-libchill, configure-target-libobjc): Likewise.
10961         * configure.in: Use the same cache file for all target libs.
10962         * config-ml.in: But different cache files per multilib variant.
10964 2000-07-23  Michael Sokolov  <msokolov@ivan.Harhan.ORG>
10966         * configure (topsrcdir): Don't use dirname.
10968 2000-07-22  Jeffrey Oldham  <oldham@codesourcery.com>
10970         * MAINTAINERS: Add self to Write After Approval list.
10972 2000-07-20  Jason Merrill  <jason@redhat.com>
10974         * configure.in: Remove all references to libg++ and librx.
10976         * configure, configure.in, Makefile.in: Unify gcc and binutils.
10978 2000-07-20  Hans-Peter Nilsson  <hp@axis.com>
10980         * config.sub: Update to subversions version 2000-07-06.
10982 2000-07-12  Andrew Haley  <aph@cygnus.com>
10984         * configure.in (host_makefile_frag): Use mh-ia64pic on IA-64 hosts.
10985         (target_makefile_frag): Use mt-ia64pic on IA-64 targets.
10987 2000-07-07  Phil Edwards  <pme@sourceware.cygnus.com>
10989         * symlink-tree:  Check number of arguments.
10991 2000-07-05  Jim Wilson  <wilson@cygnus.com>
10993         * Makefile.in (CXX_FOR_TARGET): Add libstdc++ to the library
10994         search path for a g++ extracted from the build tree.  This
10995         will allow link tests run by configure scripts in
10996         subdirectories to succeed.
10998 2000-07-01  Koundinya K  <kk@ddeorg.soft.net>
11000         * ltconfig: Add support for mips-dde-sysv4.2MP
11002 2000-06-29  Michael Hayes  <m.hayes@elec.canterbury.ac.nz>
11004         * MAINTAINERS: Add myself as loop discovery maintainer.
11006 2000-06-28  Corinna Vinschen  <vinschen@cygnus.com>
11008         * ltconfig: Check for host_os beeing one of `cygwin', `mingw' or
11009         `os2'. Force ac_cv_exeext to be ".exe" in that case.
11011 2000-06-19  Timothy Wall  <twall@cygnus.com>
11013         * configure.in (noconfigdirs): Set noconfigdirs for tic54x target.
11014         * config.sub: Add tic54x target.
11016 Sun Jun 11 17:20:00 MET 2000  Toon Moene  <toon@moene.indiv.nluug.nl>
11018         * MAINTAINERS: Add self as Fortran maintainer,
11019         remove Craig Burley.
11021 Tue May 30 19:01:12 2000  Andrew Cagney  <cagney@b1.cygnus.com>
11023         * config.sub: Import CVS version 1.167 Tue May 30 09:00:07 2000.
11024         * config.guess: Import CVS version 1.148 Tue May 30 09:00:06 2000
11026 Mon May 29 21:15:00 MET 2000  Philipp Thomas  <pthomas@suse.de>
11028         * MAINTAINERS: Add self as i18n maintainer
11030 20000-05-21  H.J. Lu  (hjl@gnu.org)
11032         * Makefile.in (CC_FOR_TARGET): Make sure as/ld in the gcc
11033         directory are used if they exist. Make sure
11034         $(build_tooldir)/include is searched for header files,
11035         $(build_tooldir)/lib/ for library files.
11036         (GCC_FOR_TARGET): Likewise.
11037         (CXX_FOR_TARGET): Likewise.
11039 Thu May 18 10:58:13 2000  Jeffrey A Law  (law@cygnus.com)
11041         * configure.in (hppa*64*-*-*): Do build ld for this configuration.
11043 Wed May 17 16:03:48 2000  Alexandre Oliva  <aoliva@cygnus.com>
11045         * Makefile.in (configure-target-libiberty): Depend on
11046         configure-target-newlib.
11048 2000-05-16  Alexandre Oliva  <aoliva@cygnus.com>
11050         * configure.in, Makefile.in: Merge all libffi-related
11051         configury stuff from the libgcj tree.
11053 Tue May 16 10:06:21 2000  Andrew Cagney  <cagney@b1.cygnus.com>
11055         Thu Apr 27 11:01:48 2000 Andrew Cagney <cagney@b1.cygnus.com>:
11056         * Makefile.in (do-tar-bz2, do-md5sum): Skip CVS directories.
11058 Tue May 16 09:57:35 2000  Andrew Cagney  <cagney@b1.cygnus.com>
11060         Wed Apr 26 17:03:53 2000 Andrew Cagney <cagney@b1.cygnus.com>:
11061         * Makefile.in (do-djunpack): New target. Update djunpack.bat with
11062         current version information.  Add to proto-toplev directory.
11063         (gdb-taz): Build do-djunpack.
11065 2000-05-15  David Edelsohn  <edelsohn@gnu.org>
11067         * configure.in: Special case powerpc*-*-aix* target_makefile_frag.
11069 Mon May 15 13:39:09 2000  Andrew Cagney  <cagney@b1.cygnus.com>
11071         * MAINTAINERS: Add self to Write After Approval list.
11073 2000-05-13 Alexandre Oliva  <oliva@lsd.ic.unicamp.br>
11075         * ltmain.sh: Preserve in relink_command any environment
11076         variables that may affect the linker behavior.
11078 Fri May 12 11:23:17 2000  Jeffrey A Law  (law@cygnus.com)
11080         * config.sub (basic_machine): Recognize hppa64 as a valid cpu type.
11082 Wed May 10 21:26:51 2000  Jim Wilson  <wilson@cygnus.com>
11084         * configure.in (ia64*-*-elf*): Add gdb and friends to noconfigdirs.
11086 2000-05-08  Eli Zaretskii  <eliz@is.elta.co.il>
11088         * djunpack.bat: Change the Sed script to replace @V@ in fnchange.lst
11089         with the version name.
11091 Sat May  6 21:12:55 CDT 2000  Jason Eckhardt  <jle@cygnus.com>
11093         * MAINTAINERS: Add self as bb-reorder maintainer.
11095 2000-05-01  Benjamin Kosnik  <bkoz@cygnus.com>
11097         * config.if: Tweak.
11099 2000-04-23  Eli Zaretskii  <eliz@is.elta.co.il>
11101         * djunpack.bat: New file.
11103 Wed Apr 19 12:46:26 2000  Andrew Cagney  <cagney@b1.cygnus.com>
11105         * Makefile.in (taz, gdb-taz, gas.tar.bz2, binutils.tar.bz2,
11106         gas+binutils.tar.bz2, libg++.tar.bz2, gnats.tar.bz2, gdb.tar.bz2,
11107         dejagnu.tar.bz2, gdb+dejagnu.tar.bz2, insight.tar.bz2,
11108         insight+dejagnu.tar.bz2, newlib.tar.bz2): Pass MD5PROG to sub-make.
11110 2000-04-16  Dave Pitts  <dpitts@cozx.com>
11112         * config.sub (case $basic_machine): Change default for "ibm-*"
11113         to "openedition".
11115 2000-04-13  Andreas Jaeger  <aj@suse.de>
11117         * MAINTAINERS: Added myself.
11119 Wed Apr 12 16:42:48 2000  Andrew Cagney  <cagney@b1.cygnus.com>
11121         * Makefile.in (gdb-taz): New target.  GDB specific archive.
11122         (do-md5sum): New target.
11123         (MD5PROG): Define.
11124         (PACKAGE): Default to TOOL.
11125         (VER): Default to a shell script.
11126         (taz): Rewrite target.  Move real work to do-proto-toplev.  Include
11127         md5 checksum generation.
11128         (do-proto-toplev): New target. Create $(PACKAGE)-$(VER) link.
11129         (do-tar-bz2): Delete creation of $(PACKAGE)-$(VER) link.
11130         (gdb.tar.bz2, dejagnu.tar.bz2, gdb+dejagnu.tar.bz2,
11131         insight.tar.bz2): Use gdb-taz to create archive.
11133 Fri Apr  7 18:10:29 2000  Andrew Cagney  <cagney@b1.cygnus.com>
11135         * configure (warn_cflags): Delete.
11137 Thu Apr  6 16:15:14 2000  Philippe De Muyter  <phdm@macqel.be>
11139         * MAINTAINERS: Added myself.
11141 2000-04-05  Benjamin Kosnik  <bkoz@cygnus.com>
11142             Martin v. Löwis  <martin@loewis.home.cs.tu-berlin.de>
11144         * configure.in (enable_libstdcxx_v3): Add.
11145         (target_libs): Add bits here to switch between libstdc++-v2 and
11146         libstdc++-v3.
11147         * config.if: And this file too.
11148         * Makefile.in: Add libstdc++-v3 targets.
11150 2000-04-05  Michael Meissner  <meissner@redhat.com>
11152         * config.sub (d30v): Add d30v as a basic machine type.
11154 2000-03-29  Jason Merrill  <jason@casey.cygnus.com>
11156         * configure.in: -linux-gnu*, not -linux-gnu.
11158 Sun Mar 12 17:30:30 2000  Toon Moene  <toon@moene.indiv.nluug.nl>
11160         * MAINTAINERS: Add self in write-after-approval section.
11162 Sun Mar 12 00:23:32 2000  Jim Wilson  <wilson@cygnus.com>
11164         * MAINTAINERS: Add self as ia64 port maintainer.
11166 2000-03-08  Neil Booth  <NeilB@earthling.net>
11168         * MAINTAINERS: Add self in write-after-approval section.
11170 Fri Mar  3 18:44:08 2000  Andrew Cagney  <cagney@b1.cygnus.com>
11172         * Makefile.in (taz): Set PACKAGE to TOOL when not defined.
11173         (do-tar-bz2): Replace TOOL with PACKAGE.
11174         (gdb.tar.bz2): Remove GDBTK from GDB package.
11175         (gdb+dejagnu.tar.bz2, insight.tar.bz2, insight+dejagnu.tar.bz2,
11176         dejagnu.tar.bz2): New packages.
11178 2000-02-27  Andreas Jaeger  <aj@suse.de>
11180         * configure.in: Add entry for mips*-*-linux*, move catch all
11181         *-*-*linux* entry below this one.
11183 2000-02-27  Ian Lance Taylor  <ian@zembu.com>
11185         * ltconfig, ltmain.sh: Update to libtool 1.3.4.
11187 2000-02-24  Nick Clifton  <nickc@cygnus.com>
11189         * config.sub: Support an OS of "wince".
11191 Thu Feb 24 16:15:56 2000  Andrew Cagney  <cagney@b1.cygnus.com>
11193         * config.guess, config.sub: Updated to match config's 2000-02-15
11194         version.
11196 2000-02-23  Linas Vepstas  <linas@linas.org>
11198         * config.sub: Add support for Linux/IBM 370.
11199         * configure.in: Likewise.
11201 2000-02-22  Nick Clifton  <nickc@cygnus.com>
11203         * configure.in: Add mips-pe, sh-pe and arm-wince-pe targets.
11205 2000-02-20  Christopher Faylor  <cgf@cygnus.com>
11207         * config.guess: Guess "cygwin" rather than "cygwin32".
11209 2000-02-16  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
11211         * configure (gcc_version): When setting, narrow search to
11212         lines containing `version_string'.
11214 2000-02-15  Denis Chertykov  <denisc@overta.ru>
11216         * config.sub: Add support for avr target.
11218 2000-02-14  Nick Clifton  <nickc@cygnus.com>
11220         * MAINTAINERS: Add maintainers for MCore port.
11222 Tue Feb  1 00:07:46 2000  Hans-Peter Nilsson  <hp@bitrange.com>
11224         * config.sub: Add mmix-knuth-mmixware.
11226 2000-01-31  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
11228         * MAINTAINERS: Pair cccp with cpplib maintainership.
11230 2000-01-27  Christopher Faylor  <cgf@redhat.com>
11232         * Makefile.in (CC_FOR_TARGET): Add new winsup directory
11233         structure stuff to -L library search.
11234         (CXX_FOR_TARGET): Ditto.
11235         (CROSS_CHECK_MODULES): Fix spelling mistake.
11237 2000-01-24  Mark Mitchell  <mark@codesourcery.com>
11239         * Makefile.in (CXX_FOR_TARGET): Use g++, not xgcc, to invoke
11240         the C++ compiler.
11242 2000-01-12  Richard Henderson  <rth@cygnus.com>
11244         * configure.in: Don't build some bits for beos.
11246 2000-01-12  Joel Sherrill (joel@OARcorp.com)
11248         * Makefile.in (CC_FOR_TARGET): Use newlib libraries as well
11249         as include files.
11251 2000-01-11  Zack Weinberg  <zack@wolery.cumb.org>
11253         * Add self as cpplib maintainer, as requested by Jason
11254         Merrill.  Correct my e-mail address.
11256 2000-01-06  Geoff Keating  <geoffk@cygnus.com>
11258         * configure.in: Use mt-aix43 to handle *_TARGET defs,
11259         not mh-aix43.
11261 Thu Dec 23 03:43:36 1999  Hans-Peter Nilsson  <hp@bitrange.com>
11263         * MAINTAINERS: Add myself to "write after approval" list.
11265 1999-12-14  Richard Henderson  <rth@cygnus.com>
11267         * config.guess (alpha-osf, alpha-linux): Detect ev67.
11268         * config.sub: Accept alphaev[78], alphaev8.
11270 1999-12-03  Alexandre Oliva  <oliva@lsd.ic.unicamp.br>
11272         * config.guess, config.sub: Update from autoconf.
11274 1999-11-29  Bruce Korb  <autogen@linuxbox.com>
11276         * MAINTAINERS:  update my playtime e-address.
11278 Tue Nov 23 00:57:41 1999  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
11280         * config-ml.in (sparc*-*-*): Disable sparcv9 support if the
11281         necessary libraries are missing.
11283 Fri Nov 19 11:22:31 MST 1999  Diego Novillo  <dnovillo@cygnus.com>
11285         * MAINTAINERS: Add new 'write after approval' maintainer.
11287 Wed Nov 17 16:08:43 1999  Alexandre Petit-Bianco  <apbianco@cygnus.com>
11289         * MAINTAINERS: Add new Java maintainer.
11291 1999-10-25  Andreas Schwab  <schwab@suse.de>
11293         * configure: Fix quoting inside arguments of eval.
11295 1999-10-21  Nick Clifton  <nickc@cygnus.com>
11297         * config-ml.in: Allow suppression of some ARM multilibs.
11299 Tue Sep  7 23:33:57 1999  Linas Vepstas  <linas@linas.org>
11301         * config.guess: Add OS/390 match pattern.
11302         * config.sub: Add mvs, openedition targets.
11303         * configure.in (i370-ibm-opened*): New.
11305 1999-09-04  Steve Chamberlain  <sac@pobox.com>
11307         * config.sub: Add support for configuring for pj.
11309 1999-08-31  Nick Clifton  <nickc@cygnus.com>
11311         * config.sub (maybe_os): Add support for configuring for fr30.
11313 1999-08-25  Nick Clifton  <nickc@cygnus.com>
11315         * configure.in: Do not configure or build ld for AIX
11316         platforms.  ld is known to be broken on these platforms.
11318 Wed Aug 25 01:12:25 1999  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
11320         * config-ml.in: Pass compiler flag corresponding to multidirs to
11321         subdir configures.
11323 1999-08-09  Ian Lance Taylor  <ian@zembu.com>
11325         * Makefile.in (LDFLAGS): Define.
11327 1999-08-08  Mumit Khan  <khan@xraylith.wisc.edu>
11329         * configure.in (i[3456]-*-mingw32*): Don't put gprof in
11330         noconfigdirs.
11331         (*-*-cygwin*): Likewise.
11333 1999-08-08  Ian Lance Taylor  <ian@zembu.com>
11335         * mkdep: New file.
11336         * Makefile.in (GAS_SUPPORT_DIRS): Add mkdep.
11337         (BINUTILS_SUPPORT_DIRS): Add mkdep.
11339         From Eli Zaretskii <eliz@is.elta.co.il>:
11340         * configure (tmpfile): Change cONf$$ to cNf$$ to avoid an overly
11341         long file name when using DJGPP on MS-DOS.
11343 Wed Aug  4 02:07:14 1999  Jeffrey A Law  (law@cygnus.com)
11345         * config.sub (vxworks case): Use os=-vxworks, not os=vxworks.
11347 1999-07-30  Alan Modra  <alan@spri.levels.unisa.edu.au>
11349         * Makefile.in (check-target-libio): Remove all-target-libstdc++
11350         dependency as this causes "make check" to globally "make all"
11352 Tue Jun 22 23:45:18 1999  Tom Tromey  <tromey@cygnus.com>
11354         * configure.in (target_libs): Added target-zlib.
11355         * Makefile.in (ALL_TARGET_MODULES): Added zlib.
11356         (CONFIGURE_TARGET_MODULES): Likewise.
11357         (CHECK_TARGET_MODULES): Likewise.
11358         (INSTALL_TARGET_MODULES): Likewise.
11359         (CLEAN_TARGET_MODULES): Likewise.
11360         (configure-target-zlib): New target.
11361         (all-target-zlib): Likewise.
11362         (all-target-libjava): Depend on all-target-zlib.
11363         (configure-target-libjava): Depend on configure-target-zlib.
11365         * Makefile.in (configure-target-libjava): Depend on
11366         configure-target-newlib.
11367         (configure-target-boehm-gc): New target.
11368         (configure-target-qthreads): New target.
11370         * configure.in (target_libs): Added target-qthreads.
11371         * Makefile.in (ALL_TARGET_MODULES): Added qthreads.
11372         (CONFIGURE_TARGET_MODULES): Likewise.
11373         (CHECK_TARGET_MODULES): Likewise.
11374         (INSTALL_TARGET_MODULES): Likewise.
11375         (CLEAN_TARGET_MODULES): Likewise.
11376         (all-target-qthreads): New target.
11377         (configure-target-libjava): Depend on configure-target-qthreads.
11378         (all-target-libjava): Depend on all-target-qthreads.
11380         * Makefile.in (ALL_TARGET_MODULES): Added libjava, boehm-gc.
11381         (CONFIGURE_TARGET_MODULES): Likewise.
11382         (CHECK_TARGET_MODULES): Likewise.
11383         (INSTALL_TARGET_MODULES): Likewise.
11384         (CLEAN_TARGET_MODULES): Likewise.
11385         (all-target-libjava): New target.
11386         (all-target-boehm-gc): Likewise.
11387         * configure.in (target_libs): Added libjava, boehm-gc.
11389 1999-07-22  Ian Lance Taylor  <ian@zembu.com>
11391         * Makefile.in (binutils.tar.bz2): Don't pass makeall.bat and
11392         configure.bat in SUPPORT_FILES.
11393         (gas+binutils.tar.bz2): Likewise.
11395         * makeall.bat: Remove; obsolete.
11397 1999-07-21  Ian Lance Taylor  <ian@zembu.com>
11399         From Mark Elbrecht:
11400         * configure.bat: Remove; obsolete.
11402 1999-07-11  Ian Lance Taylor  <ian@zembu.com>
11404         * configure: Add -W -Wall to the default CFLAGS when compiling with
11405         gcc.
11407 Thu Jul  8 12:32:23 1999  John David Anglin <dave@hiauly1.hia.nrc.ca>
11409         * configure.in: Build ld, binutils & gas for hppa*-*-linux-gnu*.
11411 1999-06-30  Mark Mitchell  <mark@codesourcery.com>
11413         * configure.in: Build ld on IRIX6.
11415 1999-06-12  Ian Lance Taylor  <ian@zembu.com>
11417         * Makefile.in: Change distribution targets to use bzip2 instead of
11418         gzip.
11419         (TEXINFO_SUPPORT): Set to just texinfo/texinfo.tex.
11420         (taz): Don't use texinfo/gpl.texinfo or texinfo/lgpl.texinfo.
11422 1999-06-04  Nick Clifton  <nickc@cygnus.com>
11424         * config.sub: Add mcore target.
11426 Sun May 30 16:03:16 1999  Cort Dougan  <cort@cs.nmt.edu>
11428         * config.guess (ppc-*-linux-gnu): Also use ld emul elf32ppclinux.
11430 Tue May 25 11:20:46 1999  H.J. Lu  (hjl@gnu.org)
11432         * config.guess (dummy): Changed to $dummy.
11434 1999-05-24  Nick Clifton  <nickc@cygnus.com>
11436         * config.sub: Tidied up case statements.
11438 1999-05-22  Ben Elliston  <bje@cygnus.com>
11440         * config.guess: Handle NEC UX/4800. Contributed by Jiro Takabatake
11441         <jiro@din.or.jp>.
11443         * config.guess: Merge with FSF version. Future changes will be
11444         more accurately recorded in this ChangeLog.
11445         * config.sub: Likewise.
11447 Thu May 20 10:00:42 1999   Stephen L Moshier  <moshier@world.std.com>
11449          * Makefile.in (GCC_FOR_TARGET): Add -I$(build_tooldir)/include.
11451 1999-04-30  Tom Tromey  <tromey@cygnus.com>
11453         * ltmain.sh: [mode link] Always use CC given by ltconfig.
11455 1999-04-23  Tom Tromey  <tromey@cygnus.com>
11457         * ltconfig, ltmain.sh: Update to libtool 1.2f.
11459 1999-04-20  Drew Moseley  <dmoseley@cygnus.com>
11461         * configure.in (noconfigdirs): Don't build libstub for arm-elf targets.
11462         (noconfigdirs): Don't build any bsp stuff for for arm-oabi targets.
11463         Bad merge removed these two changes.
11465 Tue Apr 13 22:50:54 1999  Donn Terry (donn@interix.com)
11466                           Martin Heller (Ing.-Buero_Heller@t-online.de)
11468         * config.guess (interix Alpha): Add.
11470 1999-04-11  Richard Henderson  <rth@cygnus.com>
11472         * configure.in (i?86-*-beos*): Do config gperf; don't config
11473         gdb, newlib, or libgloss.
11475 Sun Apr 11 23:55:34 1999  Alexandre Oliva  <oliva@dcc.unicamp.br>
11477         * config-ml.in: On mips*-*-*, if multidirs contains mabi=64, try to
11478         link a trivial program with -mabi=64.  If it fails, remove mabi=64
11479         from multidirs.
11481 Sat Apr 10 21:50:01 1999  Philipp Thomas  (kthomas@gwdg.de)
11483         * config.sub: Set basic_machine to i586 when target_alias = k6-*.
11485 1999-04-08  Nick Clifton  <nickc@cygnus.com>
11487         * config.sub: Add support for mcore targets.
11489 1999-04-07  Michael Meissner  <meissner@cygnus.com>
11491         * configure.in (d30v-*): Use config/mt-d30v as makefile fragment,
11492         not mt-ospace, in order to shut up assembler warning about using
11493         symbols that are named the same as registers.
11495 1999-04-07  Drew Moseley  <dmoseley@cygnus.com>
11497         * Makefile.in (all-target-cygmon): Added all-target-bsp to the
11498         dependency list for all-target-cygmon.
11500 1999-04-05  Doug Evans  <devans@casey.cygnus.com>
11502         * config-ml.in: Check $host, not $target, for selective multilibs.
11503         (arm-*-*): Allow disabling of biendian, h/w fp, 26 bit apcs,
11504         thumb interworking, and underscore prefix multilibs.
11506 1999-04-04  Ian Lance Taylor  <ian@zembu.com>
11508         * missing: Update to version from current automake.
11510 Fri Apr  2 15:11:32 1999  H.J. Lu  (hjl@gnu.org)
11512         * configure (gxx_include_dir): Removed.
11514         * configure.in (gxx_include_dir): Handle it.
11515         * Makefile.in: Likewise.
11517 1999-03-29  Gavin Romig-Koch  <gavin@cygnus.com>
11519         * config.sub (mips64vr4111,mips64vr4111el) Add.
11521 1999-03-21  Ben Elliston  <bje@cygnus.com>
11523         * config.guess: Correct typo for detecting ELF on FreeBSD.
11525 Thu Mar 18 00:17:50 1999  Mark Elbrecht <snowball3@usa.net>
11527         * configure.in (pc-msdosdjgpp): Set host_makefile_frag to
11528         config/mh-djgpp.
11530 Thu Mar 11 18:37:23 1999  Drew Moseley  <dmoseley@cygnus.com>
11532         * Makefile.in (all-target-bsp): Added all-gcc all-binutils and
11533         all-target-newlib to dependency list for all-target-bsp.
11535 Thu Mar 11 01:19:31 1999  Mumit Khan  <khan@xraylith.wisc.edu>
11537         * config.sub: Add i386-uwin support.
11538         * config.guess: Likewise.
11540 Thu Mar 11 01:07:55 1999  Franz Sirl <Franz.Sirl-kernel@lauterbach.com>
11542         * configure.in: cleanup, add mh-*pic handling for arm, special
11543         case powerpc*-*-aix*
11545 Wed Mar 10 18:35:07 1999  Jeff Johnston  <jjohnstn@cygnus.com>
11547         * configure.in (noconfigdirs): Removed target-libgloss so libnosys.a
11548         can be built.
11550 Wed Mar 10 17:39:09 1999  Drew Moseley  <dmoseley@cygnus.com>
11552         * configure.in: Added bsp support to arm-*-coff and arm-*-elf
11553         targets.
11555 1999-03-02  Nick Clifton  <nickc@cygnus.com>
11557         * config.sub: Rename CYGNUS LOCAL to EGCS LOCAL
11559 Sun Feb 28 02:20:00 1999  Geoffrey Noer  <noer@cygnus.com>
11561         * config.sub: Check for "cygwin*" rather than "cygwin32*"
11563 1999-02-24  Nick Clifton  <nickc@cygnus.com>
11565         * config.sub: Fix typo in arm recognition.
11567 Wed Feb 24 13:51:40 1999  Drew Moseley  <dmoseley@cygnus.com>
11569         * configure.in (noconfigdirs): Changed target_configdirs to
11570         include target-bsp only for m68k-*-elf* and m68k-*-coff*
11571         rather than m68k-*-* since it is not known to work on
11572         m68k-aout. Ditto for arm-*-*oabi.
11574 Wed Feb 24 12:52:17 1999  Stan Shebs  <shebs@andros.cygnus.com>
11576         * configure.in (*-*-windows*): Remove, no longer used.
11578 1999-02-19  Ben Elliston <bje@cygnus.com>
11580         * config.guess: Automatically recognise ELF on FreeBSD. From Niall
11581         Smart and improved by Andrew Cagney.
11583 Thu Feb 18 19:55:09 1999  Marc Espie <espie@cvs.openbsd.org>
11585         * config.guess: Recognize openbsd-*-hppa.
11587 Wed Feb 17 01:38:59 1999  H.J. Lu  (hjl@gnu.org)
11589         * Makefile.in (REALLY_SET_LIB_PATH): Append $$$(RPATH_ENVVAR)
11590         only if it is not empty.
11592 1999-02-17  Nick Clifton  <nickc@cygnus.com>
11594         Patch from: Scott Bambrough <scottb@corelcomputer.com>
11596         * config.guess: Modified to recognize uname's armv* syntax.
11598         * config.sub: Modified to recognize uname's armv* syntax.
11600 1999-02-17  Mark Salter  <msalter@cygnus.com>
11602         * configure.in: Added target-bsp for sparclite.
11604 Mon Feb  8 14:17:24 1999  Richard Henderson  <rth@cygnus.com>
11606         * config.sub: Recognize alphapca5[67] and up to alphaev8.
11608 1999-02-08  Nick Clifton  <nickc@cygnus.com>
11610         * configure.in: Add support for strongarm port.
11611         * config.sub: Add support for strongarm target.
11613 Sun Feb  7 18:01:54 1999  Mumit Khan  <khan@xraylith.wisc.edu>
11615         * configure.in (*-*-cygwin32*): Use config/mh-cygwin instead of
11616         the old name config/mh-cygwin32.
11617         Enable texinfo.
11619 Thu Feb  4 20:43:25 1999  Ian Lance Taylor  <ian@cygnus.com>
11621         * configure.in: Do build ld for ix86 Solaris.
11623 Tue Feb  2 19:46:40 1999  Jim Wilson  <wilson@cygnus.com>
11625         * Makefile.in (EXTRA_GCC_FLAGS):  Set AR to $AR instead of
11626         $AR_FOR_TARGET.  Likewise for RANLIB.
11628 Tue Feb  2 20:05:05 1999  Catherine Moore  <clm@cygnus.com>
11630         * config.sub (oabi):  Recognize.
11631         * configure.in (arm-*-oabi):  Handle.
11633 Sat Jan 30 06:09:00 1999  Robert Lipe  (robertlipe@usa.net)
11635         * config.guess: Improve detection of i686 on UnixWare 7.
11637 Sat Jan 30 08:04:00 1999  Mumit Khan  <khan@xraylith.wisc.edu>
11639         * config.guess: Add support for i386-pc-interix.
11640         * config.sub: Likewise.
11641         * configure.in: Likewise.
11643 Mon Jan 18 13:59:20 1999  Christopher Faylor <cgf@cygnus.com>
11645         * Makefile.in: Remove unneeded all-target-libio from
11646         from all-target-winsup target since it is now unneeded.
11647         Add all-target-libtermcap in its place since it is now
11648         needed.
11650 Wed Dec 30 20:34:52 1998  Christopher Faylor <cgf@cygnus.com>
11652         * configure.in: makefile stub for cygwin target is probably
11653         unnecessary.  Remove it for now.
11655 Wed Dec 30 01:13:03 1998  Christopher Faylor <cgf@cygnus.com>
11657         * configure.in: libtermcap.a should be built when cygwin is the
11658         target as well as the host.
11659         * config.guess: Allow mixed case in cygwin uname output.
11660         * Makefile.in: Add libtermcap target.
11662 Wed Dec 23 00:20:50 1998  Jeffrey A Law  (law@cygnus.com)
11664         * config.sub: Clean up handling of hppa2.0.
11666 Tue Dec 22 23:56:31 1998  Rodney Brown  (rodneybrown@pmsc.com)
11668         * config.guess: Use C code to identify more HP machines.
11670 Thu Dec 17 01:22:30 1998  Jeffrey A Law  (law@cygnus.com)
11672         * config.sub: Handle hppa2.0.
11674 Tue Dec 15 17:02:58 1998  Bob Manson  <manson@charmed.cygnus.com>
11676         * configure.in: Add cygmon for x86-coff and x86-elf. Configure
11677         cygmon for all sparclite targets, regardless of object format.
11679 1998-12-15  Mark Salter  <msalter@cygnus.com>
11681         * configure.in: Added target-bsp for several target architectures.
11683         * Makefile.in: Added rules for bsp.
11685 Fri Dec  4 01:34:02 1998  Jeffrey A Law  (law@cygnus.com)
11687         * config.guess: Improve detection of hppa2.0 processors.
11689 Fri Dec  4 01:33:05 1998  Niall Smart <nialls@euristix.ie>
11691         * config.guess: Recognize FreeBSD using ELF automatically.
11693 1998-11-26  Manfred Hollstein  <manfred@s-direktnet.de>
11695         * configure (skip-this-dir): Add handling for new shell script, which
11696         might be created by a sub-directory's configure to indicate, this particular
11697         directory is "unwanted".
11698         * Makefile.in ($(CONFIGURE_TARGET_MODULES)): Likewise.
11700 Wed Nov 18 18:28:45 1998  Geoffrey Noer  <noer@cygnus.com>
11702         * ltconfig: import from libtool, after changing libtool to
11703         account for the cygwin name change.
11705 Wed Nov 18 18:09:14 1998  Geoffrey Noer  <noer@cygnus.com>
11707         * Makefile.in: CC_FOR_TARGET and CXX_FOR_TARGET should also
11708         include newlib/libc/sys/cygwin and newlib/libc/sys/cygwin32.
11710 Wed Nov 18 20:13:29 1998  Christopher Faylor <cgf@cygnus.com>
11712         * configure.in: Add libtermcap to list of cygwin dependencies.
11714 Tue Nov 17 16:57:51 1998  Geoffrey Noer  <noer@cygnus.com>
11716         * Makefile.in: modify CC_FOR_TARGET and CXX_FOR_TARGET so that
11717         they include winsup/include when it's a cygwin target.
11719 1998-11-12  Tom Tromey  <tromey@cygnus.com>
11721         * configure.in (host_tools): Added zip.
11722         * Makefile.in (all-target-libjava): Depend on all-zip.
11723         (all-zip): New target.
11724         (ALL_MODULES): Added all-zip.
11725         (NATIVE_CHECK_MODULES): Added check-zip.
11726         (INSTALL_MODULES): Added install-zip.
11727         (CLEAN_MODULES): Added clean-zip.
11729 Thu Nov 12 17:27:21 1998  Geoffrey Noer  <noer@cygnus.com>
11731         * Makefile.in: lose "32" from comment about cygwin.
11733 Thu Nov  5 15:00:31 1998  Nick Clifton  <nickc@cygnus.com>
11735         * configure.in: Use -Os to build target libraries for the fr30.
11737 Wed Nov  4 18:49:43 1998  Dave Brolley  <brolley@cygnus.com>
11739         * config.sub: Add fr30.
11741 Mon Nov  2 15:19:33 1998  Geoffrey Noer  <noer@cygnus.com>
11743         * configure.in: drop "32" from config/mh-cygwin32.  Check
11744         cygwin* instead of cygwin32*.
11745         * config.sub: Check cygwin* instead of cygwin32*.
11747 Thu Oct 22 10:55:25 1998  Robert Lipe  <robertl@dgii.com>
11749         * config.guess: Match any version of Unixware7.
11751 1998-10-20  Syd Polk  <spolk@cygnus.com>
11753         * Makefile.in configure.in: Add the ability to use tcl8.1 and tk8.1
11754         if desired.
11756 Sun Oct 18 18:34:50 1998  Jeffrey A Law  (law@cygnus.com)
11758         * config.if (cxx_interface, libstdcxx_interface): Do not try to set
11759         these if the appropriate directories and files to not exist.
11761 Wed Oct 14 10:29:06 1998  Jeffrey A Law  (law@cygnus.com)
11763         * Makefile.in (DEVO_SUPPORT): Add config.if.
11765 Tue Oct 13 15:45:36 1998  Manfred Hollstein  <manfred@s-direktnet.de>
11767         * configure: Add pattern to replace "build_tooldir"'s
11768         definition in the generated Makefile with "tooldir"'s
11769         actual value.
11771 Tue Oct 13 09:17:06 1998  Jeffrey A Law  (law@cygnus.com)
11773         * config.sub: Bring back lost sparcv9.
11775         * Makefile.in (all-snvavigator): Remove all-flexlm dependency.
11777 Mon Oct 12 12:09:44 1998  Jeffrey A Law  (law@cygnus.com)
11779         * Makefile.in (CHILL_FOR_TARGET): Mirror recent changes to
11780         CC_FOR_TARGET and friends.
11782 Mon Oct 12 12:09:30 1998  Alexandre Oliva  <oliva@dcc.unicamp.br>
11784         * Makefile.in (build_tooldir): New variable, same as tooldir.
11785         (CC_FOR_TARGET, GCC_FOR_TARGET, CXX_FOR_TARGET): Add
11786         -B$(build_tooldir)/bin/.
11787         (BASE_FLAGS_TO_PASS): Pass build_tooldir down.
11789 Tue Sep  1 16:23:11 1998  Gerald Pfeifer  <pfeifer@dbai.tuwien.ac.at>
11791         * README: Remove installation instructions and refer to the
11792         INSTALL directory instead.
11794 Wed Sep 30 22:20:50 1998  Robert Lipe  <robertl@dgii.com>
11796         * config.sub: Add support for i[34567]86-pc-udk.
11797         * configure.in: Likewise.
11799 Wed Sep 30 19:23:48 1998  Geoffrey Noer  <noer@cygnus.com>
11801         * Makefile.in: add bzip2 package building bits for user
11802         tools module
11803         * configure.in: ditto
11805 Wed Sep 30 03:00:05 1998  Jeffrey A Law  (law@cygnus.com)
11807         * Makefile.in (TARGET_CONFIGDIRS): Add libobjc.
11808         (ALL_TARGET_MODULES): Add all-target-libobjc.
11809         (CONFIGURE_TARGET_MODULES, CHECK_TARGET_MODULES): Similarly.
11810         (INSTALL_TARGET_MODULES, CLEAN_TARGET_MODULES): Similarly.
11811         (all-target-libchill): Add dependencies.
11812         * configure.in (target_libs): Add libchill.
11814 1998-09-30  Manfred Hollstein  <manfred@s-direktnet.de>
11816         * configure.in (target_subdir): Remove duplicate line.
11818 Tue Sep 29 22:45:41 1998  Felix Lee  <flee@cygnus.com>
11820         * Makefile.in (all-automake): fix dependencies.
11822 Mon Sep 28 04:04:27 1998  Jeffrey A Law  (law@cygnus.com)
11824         * configure.in: Minor cleanups for building in the $(target_alias)
11825         subdir.
11827 1998-09-22  Jim Wilson  <wilson@cygnus.com>
11829         * Makefile.in (bootstrap): Set r and s before make all.  Use
11830         BASE_FLAGS_TO_PASS in make all.
11831         (cross): Likewise.
11833 1998-09-20  Mark Mitchell  <mark@markmitchell.com>
11835         * Makefile.in (bootstrap): Pass TARGET_FLAGS_TO_PASS to `make all'.
11837 Sun Sep 20 00:13:02 1998  Richard Henderson  <rth@cygnus.com>
11839         * config.sub: Fix typo in last change.
11841 1998-09-19  Michael Hayes  <m.hayes@elec.canterbury.ac.nz>
11843         * config.sub: Add support for C4x target.
11844         * configure.in: Likewise.
11846 1998-09-13  David S. Miller  <davem@pierdol.cobaltmicro.com>
11848         * config.sub: Recognize sparcv9 just like sparc64.
11850 Wed Sep  9 15:44:52 1998  Robert Lipe  <robertl@dgii.com>
11852         * config.guess: Match "Pent II" or "PentII" for OpenServer.
11854 Tue Sep  8 01:18:39 1998  Jeffrey A Law  (law@cygnus.com)
11856         * config.guess: Correctly identify Pentium II sco boxes.
11858         * config.guess: Fix "tr" code.  From Weiwen Liu.
11860 Sat Sep  5 13:56:52 1998  John Hughes  <john@Calva.COM>
11862         * configure.in: Do not assume x86-svr4 or x86-unixware can handle
11863         stabs.
11865 Sat Sep  5 02:12:02 1998  Jeffrey A Law  (law@cygnus.com)
11867         * Makefile.in (TARGET_CONFIGDIRS): Add libchill.
11868         (ALL_TARGET_MODULES): Add all-target-libchill.
11869         (CONFIGURE_TARGET_MODULES, CHECK_TARGET_MODULES): Similarly.
11870         (INSTALL_TARGET_MODULES, CLEAN_TARGET_MODULES): Similarly.
11871         (all-target-libchill): Add dependencies.
11872         * configure.in (target_libs): Add libchill.
11874 Sun Aug 30 22:27:02 1998  Lutz Wohlrab <lutz.wohlrab@informatik.tu-chemnitz.de>
11876         * config.guess: Avoid assumptions about "tr" behaves when
11877         LANG is set to something other than English.
11879 Sun Aug 30 22:14:44 1998  H.J. Lu  (hjl@gnu.org)
11881         * configure (gxx_include_dir): Changed to
11882         '${prefix}/include/g++'-${libstdcxx_interface}.
11884         * config.if: New to determine the interfaces.
11886 Sun Aug 30 21:15:19 1998  Mark Klein (mklein@dis.com)
11888         * config.guess: Detect and handle MPE/IX.
11889         * config.sub: Deal with MPE/IX.
11891 Sat Aug 29 14:32:55 1998  David Edelsohn  <edelsohn@mhpcc.edu>
11893         * configure.in: Use mh-aix43.
11895 1998-07-29  Manfred Hollstein  <manfred@s-direktnet.de>
11897         * configure: Fix --without/--disable cases for gxx-include-dir.
11899 Fri Aug 28 12:28:26 1998  Per Bothner  <bothner@cygnus.com>
11901         * mdata-sh:  Imported.  Needed for automake support.
11903 Thu Aug 13 12:49:29 1998  H.J. Lu  <hjl@gnu.org>
11905         * Makefile.in (taz): Try "chmod -R og=u ." before
11906         "chmod og=u `find . -print`".
11908 Fri Jul 31 09:38:33 1998  Catherine Moore  <clm@cygnus.com>
11910         * configure.in: Add arm-elf and thumb-elf support.
11912 Mon Jul 27 16:23:58 1998  Doug Evans  <devans@canuck.cygnus.com>
11914         * Makefile.in: Undo previous patch.
11916 Fri Jul 24 19:55:24 1998  Doug Evans  <devans@canuck.cygnus.com>
11918         * Makefile.in (INSTALL_TARGET): Move EXTRA_TARGET_HOST_INSTALL_MODULES
11919         to here ...
11920         (install-no-fixedincludes): and here
11921         (INSTALL_MODULES): ... from here.
11923 Fri Jul 24 17:01:42 1998  Ian Lance Taylor  <ian@cygnus.com>
11925         * config.sub: Merge with FSF.
11927         * config.guess: Merge with FSF.
11929 Fri Jul 24 08:43:36 1998  Doug Evans  <devans@canuck.cygnus.com>
11931         * configure (extraconfigdirs): New variable.
11932         (SUBDIRS): Add extraconfigdirs and recurse on them too.
11933         * Makefile.in (all): Move higher in file.
11934         (EXTRA_TARGET_HOST_ALL_MODULES): New variable.
11935         (EXTRA_TARGET_HOST_{INSTALL,CHECK}_MODULES): New variables.
11936         (ALL_MODULES): Add EXTRA_TARGET_HOST_ALL_MODULES.
11937         (CROSS_CHECK_MODULES): Add EXTRA_TARGET_HOST_CHECK_MODULES.
11938         (INSTALL_MODULES): Add EXTRA_TARGET_HOST_INSTALL_MODULES.
11940 1998-07-23  Brendan Kehoe  <brendan@cygnus.com>
11942         * Makefile.in (all-target-libjava): Depend on all-gcc and
11943         all-target-newlib.
11944         (configure-target-libjava): Depend on $(ALL_GCC).
11946 Sat Jul 18 14:32:43 CDT 1998  Robert Lipe  <robertl@dgii.com>
11948         * config.guess: (*-pc-sco3.2v5) Add detection for Pentium II.
11949         (*-pc-unixware7) Add detection for Pentium II, Pentium Pro.
11951 Sun Jul 19 00:46:53 CEST 1998  Marc Lehmann <pcg@goof.com>
11953         * INSTALL/README: Fix typo.
11955 Fri Jul 17 13:30:18 1998  Ian Lance Taylor  <ian@cygnus.com>
11957         * ylwrap: Change absolute path checks to check for DOS style path
11958         names.
11960         * ylwrap: Don't use a full path name if the source file is in the
11961         same directory.  From hjl@lucon.org (H.J. Lu).
11963         * config-ml.in: Default to being verbose, to match Feb 18 change to
11964         configure.
11966 Thu Jul 16 12:29:51 1998  Ian Lance Taylor  <ian@cygnus.com>
11968         Brought over from egcs:
11970         Sat Jun 27 22:46:32 1998  Jeffrey A Law  (law@cygnus.com)
11972         * configure.in (target_subdir): Set to ${target_alias} instead
11973         of "libraries".
11975         Mon Sep  1 16:45:44 1997  Jim Wilson  <wilson@cygnus.com>
11977         * configure.in (target_subdir): Set to libraries if enable_multilib.
11979 Wed Jul 15 01:00:54 1998  Ian Lance Taylor  <ian@cygnus.com>
11981         * Makefile.in ($(CONFIGURE_TARGET_MODULES)): If there are any
11982         multilibs, force reconfiguration the first time we create
11983         multilib.out in a subdirectory, in case TARGET_SUBDIR is `.'.
11985 Tue Jul 14 23:41:03 1998  Ian Lance Taylor  <ian@cygnus.com>
11987         * configure.in: Strip any --no option from CONFIG_ARGUMENTS, to
11988         avoid confusion with --no-recursion.
11990 Tue Jul 14 15:37:41 1998  Geoffrey Noer  <noer@cygnus.com>
11992         * configure.in: Win32 hosts shouldn't use install -x
11993         * install-sh: remove -x option, and special .exe-handling
11994         hack.
11996 Tue Jul 14 15:28:41 1998  Richard Henderson  <rth@cygnus.com>
11998         * config.guess: Recognize i586-pc-beos.
11999         * configure.in: Don't build some bits for beos.
12001 Tue Jul 14 13:22:18 1998  Ian Lance Taylor  <ian@cygnus.com>
12003         * configure: If CC is set but CFLAGS is not, and CC is gcc, make
12004         CFLAGS default to -O2.
12006         * ltmain.sh: Add some hacks to make SunOS --enable-shared work
12007         when using GNU ld.
12009 Fri Jul 10 13:18:23 1998  Ian Lance Taylor  <ian@cygnus.com>
12011         * ltmain.sh: Correct install when using a different shell.
12013 Tue Jul  7 15:24:38 1998  Ian Lance Taylor  <ian@cygnus.com>
12015         * ltconfig, ltmain.sh: Update to libtool 1.2b.
12017 Thu Jul  2 13:57:36 1998  Klaus Kaempf  <kkaempf@rmi.de>
12019         * makefile.vms: Update to build binutils/makefile.vms.  Add install
12020         target.
12022 Wed Jul  1 16:45:21 1998  Ian Lance Taylor  <ian@cygnus.com>
12024         * ltconfig: Update to correct AIX handling.
12026 Sat Jun 27 22:46:32 1998  Jeffrey A Law  (law@cygnus.com)
12028         * Makefile.in (BASE_FLAGS_TO_PASS): Add TARGET_SUBDIR.
12030         * configure.in (target_subdir): Set to ${target_alias} instead
12031         of "libraries".
12033 1998-06-26  Manfred Hollstein  <manfred@s-direktnet.de>
12035         * Makefile.in (BASE_FLAGS_TO_PASS): Add gcc_version_trigger.
12036         (Makefile): Depend on $(gcc_version_trigger).
12038         * configure (gcc_version): Change default initializer to empty
12039         string.
12040         (gcc_version_trigger): New variable; pass this variable down
12041         to subdir configures to enable them checking gcc's version
12042         themselves. Emit make macros for both gcc_version vars.
12043         (topsrcdir): Initialize reliably.
12044         (recursion line): Remove --with-gcc-version=${gcc_version}.
12046 1998-06-24  Manfred Hollstein  <manfred@s-direktnet.de>
12048         * configure (enable_version_specific_runtime_libs): Implement new flag
12049         --enable-version-specific-runtime-libs which installs C++ runtime stuff
12050         in $(libsubdir); emit definition in each generated Makefile.
12051         (gxx_include_dir): Initialize depending on
12052         $enable_version_specific_runtime_libs.
12054 1998-06-24  Manfred Hollstein  <manfred@s-direktnet.de>
12056         * configure (gcc_version): Initialize properly depending on
12057         how and where configure is started.
12058         (recursion line): Pass a --with-gcc-version=${gcc_version}
12059         to configures in subdirs.
12061 Wed Jun 24 16:01:59 1998  John Metzler  <jmetzler@cygnus.com>
12063         * configure.in (noconfigdirs): Add configure pattern for mips tx39
12064         cygmon
12066 Tue Jun 23 22:42:32 1998  Mark Alexander  <marka@cygnus.com>
12068         * configure.in: Add cygmon and libstub support for mn10200.
12070 1998-06-19  Manfred Hollstein  <manfred@s-direktnet.de>
12072         * configure (gcc_version): Add new variable describing the
12073         particular gcc version we're building.
12074         * Makefile.in (libsubdir): Add new macro for the directory
12075         in which the compiler finds executables, libraries, etc.
12076         (BASE_FLAGS_TO_PASS): Pass down gcc_version, target_alias
12077         and libsubdir.
12079 Fri Jun 19 02:36:59 1998  Alexandre Oliva <oliva@dcc.unicamp.br>
12081         * Makefile.in (local-clean): Remove *.log.
12082         (warning.log): Built with warn_summary from build.log.
12083         (mail-report.log): Run test_summary.
12084         (mail-report-with-warnings.log): Run test_summary including
12085         warning.log in the report.
12087 Thu Jun 18 11:26:03 1998  Robert Lipe  <robertl@dgii.com>
12089         * config.guess: Detection of Pentium II for *-sco-3.2v5*.
12091 Mon Jun 15 14:53:54 1998  Andrew Cagney  <cagney@b1.cygnus.com>
12093         * Makefile.in (grep): Grep no longer depends on libiberty.
12095 Fri Jun 12 14:03:34 1998  Syd Polk  <spolk@cygnus.com>
12097         * Makefile.in: all-snavigator needs all-libgui.
12099 Thu Jun 11 19:43:47 1998  Mark Alexander  <marka@cygnus.com>
12101         * configure.in: Add cygmon and libstub support for mn10300.
12103 Wed Jun 10 11:19:47 1998  Ian Lance Taylor  <ian@cygnus.com>
12105         * missing: Update to version from automake 1.3.
12107         * ltmain.sh: On installation, don't get confused if the same name
12108         appears more than once in the list of library names.
12110 Wed Jun  3 14:51:42 1998  Ian Lance Taylor  <ian@cygnus.com>
12112         * config.sub: Accept m68060 and m5200 as CPU names.
12114 Mon Jun  1 17:25:16 1998  Ian Lance Taylor  <ian@cygnus.com>
12116         * configure: Use && rather than using -a in test, because odd
12117         strings can confuse test.
12118         * configure.in: Likewise.
12120 Thu May 28 19:31:13 1998  Ian Lance Taylor  <ian@cygnus.com>
12122         * ltconfig, ltmain.sh: Bring in Visual C++ support.
12124 Sat May 23 23:44:13 1998  Alexandre Oliva <oliva@dcc.unicamp.br>
12126         * Makefile.in (boostrap2-lean, bootstrap3-lean,
12127         bootstrap4-lean): New targets.
12129 Mon May 11 23:55:56 1998  Jeffrey A Law  (law@cygnus.com)
12131         * mpw-* Delete.  Not used.
12133 Mon May 11 23:11:34 1998  Jeffrey A Law  (law@cygnus.com)
12135         * COPYING.LIB: Update FSF address.
12137 Fri May  8 01:30:20 1998  Ian Lance Taylor  <ian@cygnus.com>
12139         * ltconfig, ltmain.sh: Update to libtool 1.2a.
12141         * Makefile.in (GASB_SUPPORT_DIRS): Remove intl; already included via
12142         GAS_SUPPORT_DIRS.
12144 Thu May  7 17:27:35 1998  Ian Lance Taylor  <ian@cygnus.com>
12146         * ltconfig, ltmain.sh: Avoid producing a version number if
12147         -version-info was not used.
12149 Tue May  5 18:02:24 1998  Ian Lance Taylor  <ian@cygnus.com>
12151         * configure.in: Add --with-newlib to CONFIG_ARGUMENTS if we are
12152         building with newlib.
12154 1998-04-30  Paul Eggert  <eggert@twinsun.com>
12156         * Makefile.in (EXTRA_GCC_FLAGS): Remove backslash at end;
12157         Solaris `make' causes it to continue to next definition.
12159 Tue Apr 28 16:24:24 1998  Jason Molenda  (crash@bugshack.cygnus.com)
12161         * Makefile.in (install-gdbtk): Call this 'install-gdb' so that
12162         the right GUI libraries and files are installed along with GDB.
12164 Tue Apr 28 18:11:24 1998  Ian Lance Taylor  <ian@cygnus.com>
12166         * configure.in: Change alpha to alpha* in several places.
12168 Tue Apr 28 07:42:00 1998  Mark Alexander  <marka@cygnus.com>
12170         * config.sub: Recognize sparc86x.
12172 Tue Apr 28 07:35:02 1998  Michael Meissner  <meissner@cygnus.com>
12174         * configure.in (--enable-target-optspace): Remove debug echo.
12176 Thu Apr 23 21:31:16 1998  Jim Wilson  <wilson@cygnus.com>
12178         * configure: Set CXXFLAGS from CXXFLAGS, not CFLAGS.
12180 Thu Apr 23 12:26:38 1998  Ian Lance Taylor  <ian@cygnus.com>
12182         * ltconfig: Update cygwin32 support.
12184         * Makefile.in (GAS_SUPPORT_DIRS): Add intl.
12185         (BINUTILS_SUPPORT_DIRS, GASB_SUPPORT_DIRS): Likewise.
12186         (GDB_SUPPORT_DIRS): Likewise.
12188 Wed Apr 22 12:30:10 1998  Michael Meissner  <meissner@cygnus.com>
12190         * configure.in (target_makefile_frag): If --enable-target-optspace,
12191         use -Os to compile target libraries rather than -O2.  Default to
12192         using -Os for d10v and m32r if --{enable,disable}-target-optspace is
12193         not used.
12194         * configure.in (target_cflags): Ditto for d30v.
12196 Tue Apr 21 23:06:54 1998  Tom Tromey  <tromey@cygnus.com>
12198         * Makefile.in (all-bfd): Depend on all-intl.
12199         (all-binutils): Likewise.
12200         (all-gas): Likewise.
12201         (all-gprof): Likewise.
12202         (all-ld): Likewise.
12204 1998-04-19  Brendan Kehoe  <brendan@cygnus.com>
12206         * configure.in (host_tools): Fix typo, lbtool -> libtool.
12208 Fri Apr 17 16:20:42 1998  Ian Lance Taylor  <ian@cygnus.com>
12210         * Makefile.in (all-bfd): Depend upon all-libiberty.
12212         * ltconfig, ltmain.sh: Bring in newer cygwin32 support.
12214 Fri Apr 17 12:22:22 1998  Bob Manson  <manson@charmed.cygnus.com>
12216         * Makefile.in: Add libstub.
12218         * configure.in: Ditto. Build libstub for targets that have cygmon
12219         support.
12221 Tue Apr 14 18:01:55 1998  Ian Lance Taylor  <ian@cygnus.com>
12223         * configure.in: Don't set PICFLAG on ix86-cygwin32.
12225 Tue Apr 14 12:24:45 1998  J. Kean Johnston  <jkj@sco.com>
12227         * configure.in: Recognise i[3456]96-*-sysv5* as a valid host, and
12228         use mh-sysv5 if specified.  Support gprof on SCO Open Server.
12230 Tue Apr 14 11:33:51 1998  Krister Walfridsson <cato@df.lth.se>
12232         * configure: Define DEFAULT_M4 by searching PATH.
12233         * Makfile.in: Use DEFAULT_M4.
12235 Mon Apr 13 15:37:24 1998  Ian Lance Taylor  <ian@cygnus.com>
12237         * ltconfig: Add cygwin32 support.
12239         * Makefile.in, configure.in: Add libtool as a native only directory
12240         to configure and build.
12242 Sun Apr 12 20:58:46 1998  Jeffrey A Law  (law@cygnus.com)
12244         * Makefile.in (INSTALL_MODULES): Remove texinfo.
12246 Wed Apr  8 13:18:56 1998  Philippe De Muyter  <phdm@macqel.be>
12248         * Makefile.in (EXTRA_GCC_FLAGS): XFOO lines shortened.
12250 Thu Apr  2 14:48:44 1998  Geoffrey Noer  <noer@cygnus.com>
12252         * Makefile.in: add ash make rules
12253         * configure.in: add ash to native_only and host_tools lists
12255 Thu Mar 26 12:53:20 1998  Tom Tromey  <tromey@cygnus.com>
12257         * Makefile.in (all-gettext, all-intl): New targets.
12258         (ALL_MODULES): Added all-gettext, all-intl.
12259         (CROSS_CHECK_MODULES): Added check-gettext, check-intl.
12260         (INSTALL_MODULES): Added install-gettext, install-intl.
12261         (CLEAN_MODULES): Added clean-gettext, clean-intl.
12263         * configure.in (host_tools): Added gettext.
12264         (native_only): Likewise.
12265         (noconfigdirs) [various cases]: Likewise.
12266         (host_libs): Added intl.
12268 Thu Mar 26 15:00:11 1998  Keith Seitz  <keiths@onions.cygnus.com>
12270         * configure: Do not disable building gdbtk for cygwin32 hosts.
12272 Wed Mar 25 10:04:18 1998  Nick Clifton  <nickc@cygnus.com>
12274         * configure.in: Add thumb-coff target.
12275         * config.sub: Add thumb-coff target.
12277 Wed Mar 25 11:49:12 1998  Jason Molenda  (crash@bugshack.cygnus.com)
12279         * Makefile.in: Revert yesterday's change.
12280         (all-target-winsup):  all-target-librx stays out of here.
12282 Tue Mar 24 16:58:29 1998  Jason Molenda  (crash@bugshack.cygnus.com)
12284         * Makefile.in (TARGET_CONFIGDIRS, ALL_TARGET_MODULES,
12285         CONFIGURE_TARGET_MODULES, CHECK_TARGET_MODULES,
12286         INSTALL_TARGET_MODULES, CLEAN_TARGET_MODULES, all-target-winsup):
12287         Remove references to librx and libg++.
12289 Tue Mar 24 18:28:12 1998  Eric Mumpower  <nocturne@cygnus.com>
12291         * Makefile.in (BASE_FLAGS_TO_PASS): Pass $(lispdir) down to
12292         recursive makes
12294 Tue Mar 24 11:37:45 1998  Ian Lance Taylor  <ian@cygnus.com>
12296         * Makefile.in (CC_FOR_TARGET): Use $(TARGET_SUBDIR) when passing -B
12297         for newlib directory.
12298         (CXX_FOR_TARGET): Likewise.
12300 Mon Mar 23 11:30:21 1998  Jeffrey A Law  (law@cygnus.com)
12302         * ltconfig: Update after libtool/ltconfig.in change for
12303         hpux11.
12305 Fri Mar 20 18:51:43 1998  Ian Lance Taylor  <ian@cygnus.com>
12307         * ltconfig, ltmain.sh: Update to libtool 1.2.
12309 Fri Mar 20 09:32:14 1998  Manfred Hollstein  <manfred@s-direktnet.de>
12311         * Makefile.in (install-gcc): Don't specify LANGUAGES here.
12312         (install-gcc-cross): Instead, override LANGUAGES here.
12314 1998-03-18  Dave Love  <d.love@dl.ac.uk>
12316         * Makefile.in ($(CONFIGURE_TARGET_MODULES)): Set CONFIG_SITE to a
12317         non-existent file since /dev/null loses with bash 2.0/autoconf 2.12.
12319 Wed Mar 18 09:24:59 1998  Nick Clifton  <nickc@cygnus.com>
12321         * configure.in: Add Thumb-pe target.
12323 Tue Mar 17 16:59:00 1998  Syd Polk <spolk@cygnus.com>
12325         * Makefile.in - changed sn targets to snavigator
12326         * configure.in - changed sn targets to snavigator
12328 Tue Mar 17 10:33:28 1998  Manfred Hollstein  <manfred@s-direktnet.de>
12330         * config-ml.in: After building symlink tree call make distclean
12331         if a Makefile got linked into ${ml_dir}/${ml_libdir}; this happens
12332         to be the case for libiberty.
12334 Tue Mar 17 10:22:37 1998  H.J. Lu  (hjl@gnu.ai.mit.edu)
12336         * configure: When making link, also check the current
12337         directory. The configure scripts may create one.
12339 Fri Mar  6 01:02:03 1998  Richard Henderson  <rth@cygnus.com>
12341         * config.sub: Accept alphapca56 and alphaev6 properly.
12343 Fri Mar  6 00:14:55 1998  Franz Sirl <Franz.Sirl-kernel@lauterbach.com>
12345         * configure.in: Revert 3 Jan change for powerpc-linux-gnulibc1.
12347 Mon Feb 23 15:09:18 1998  Bruno Haible <bruno@linuix.mathematik.uni-karlsruhe.de
12349         * config.sub (sco5): Fix typo.
12351 Mon Feb 23 14:46:06 1998  Ian Lance Taylor  <ian@cygnus.com>
12353         * Makefile.in (INSTALL_MODULES): Move install-tcl before
12354         install-itcl.
12355         (install-itcl): Remove dependency on install-tcl.
12357 Mon Feb 23 09:53:28 1998  Mark Alexander  <marka@cygnus.com>
12359         * configure.in: Remove libgloss from noconfigdirs for MN10300.
12361 Thu Feb 19 13:40:41 1998  Ian Lance Taylor  <ian@cygnus.com>
12363         * configure.in: Don't build libgui for a cygwin32 target when not on
12364         a cygwin32 host.
12366 Wed Feb 18 12:29:00 1998  Jason Molenda  (crash@bugshack.cygnus.com)
12368         * configure (redirect): Set to null, so default behavior of
12369         configure is now --verbose.
12371 1998-02-16  Dave Love  <d.love@dl.ac.uk>
12373         * Makefile.in ($(CONFIGURE_TARGET_MODULES)): Run configure with
12374         CONFIG_SITE=/dev/null to forestall lossage with site configuration.
12376 Mon Feb 16 12:23:53 1998  Manfred Hollstein  <Manfred.Hollstein@ks.sel.alcatel.de>
12378         * Makefile.in (BASE_FLAGS_TO_PASS, EXTRA_TARGET_FLAGS): Really add
12379         this change to sync Makefile.in with its ChangeLog entries.
12381 Thu Feb 12 15:03:08 1998  H.J. Lu  <hjl@gnu.org>
12383         * ltmain.sh (mkdir): Check that the directory doesn't exist
12384         before we exit with error, so that we don't get races during
12385         parallel builds.
12387 Sat Feb  7 15:19:18 1998  Ian Lance Taylor  <ian@cygnus.com>
12389         * ltconfig, ltmain.sh: Update from libtool 1.0i.
12391 Fri Feb  6 01:33:52 1998  Manfred Hollstein  <manfred@s-direktnet.de>
12393         * Makefile.in (BASE_FLAGS_TO_PASS): Don't pass PICFLAG and
12394         PICFLAG_FOR_TARGET.
12395         (EXTRA_TARGET_FLAGS): Don't pass PICFLAG_FOR_TARGET.
12397         * configure: Emit a definition for the new macro enable_shared
12398         into each Makefile.
12400 Thu Feb  5 17:01:12 1998  Jason Molenda  (crash@bugshack.cygnus.com)
12402         * configure.in (host_tools, native_only): Add libtool.
12404 Wed Feb  4 16:53:58 1998  Geoffrey Noer  <noer@cygnus.com>
12406         * configure.in: add target-gperf to noconfigdirs for Cygwin32.
12407         Fix typo in ming config comment.
12409 Wed Feb  4 18:56:13 1998  Ian Lance Taylor  <ian@cygnus.com>
12411         * ltconfig, ltmain.sh: Update from libtool 1.0h.
12413 Mon Feb  2 19:38:19 1998  Ian Lance Taylor  <ian@cygnus.com>
12415         * config.sub: Add tic30 cases, and map c30 to tic30.
12417 Sun Feb  1 02:40:41 1998  Richard Henderson  <rth@cygnus.com>
12419         * Makefile.in (TARGET_CONFIGDIRS): Add libf2c.
12420         (ALL_TARGET_MODULES, CONFIGURE_TARGET_MODULES): Similarly
12421         (CHECK_TARGET_MODULES, INSTALL_TARGET_MODULES): Similarly
12422         (CLEAN_TARGET_MODULES): Similarly
12423         (all-target-libf2c): Add dependences.
12424         * configure.in (target_libs): Add libf2c.
12426 Fri Jan 30 17:18:32 1998  Geoffrey Noer  <noer@cygnus.com>
12428         * configure.in: Remove expect from noconfigdirs when target
12429         is cygwin32.  OK to build expect and dejagnu with Canadian
12430         Cross.
12432 Wed Jan 28 12:58:49 1998  Ian Lance Taylor  <ian@cygnus.com>
12434         * configure.in: Do build expect, dejagnu, and cvssrc for a cygwin32
12435         host.
12437         * config.guess: Use ${UNAME_MACHINE} rather than i386 for cygwin32
12438         and mingw32.
12440 Wed Jan 28 10:26:37 1998  Manfred Hollstein  <manfred@s-direktnet.de>
12442         * Makefile.in (BASE_FLAGS_TO_PASS): Remove passing $(local_prefix)
12443         here as it is not defined in the toplevel Makefile.
12445 Tue Jan 27 23:25:06 1998  Manfred Hollstein  <manfred@s-direktnet.de>
12447         * configure (package_makefile_rules_frag): New variable, which names
12448         a file with generic rules, ...
12449         Change comment to mention we now have FIVE parts.
12450         * configure: Undo last change.
12452 Tue Jan 27 23:15:55 1998  Lassi A. Tuura  <lat@iki.fi>
12454         * config.guess: More accurate determination of HP processor types.
12455         * config.sub: More accurate determination of HP processor types.
12457 Sat Jan 24 01:59:45 1998  Manfred Hollstein  <manfred@s-direktnet.de>
12459         * configure (package_makefile_frag): Move inserting the
12460         ${package_makefile_frag} to where it should be according
12461         to the comment.
12463 Fri Jan 23 00:29:28 1998  Philip Blundell  <pb@nexus.co.uk>
12465         * config.guess: Add support for Linux/ARM.
12467 Thu Jan 22 15:14:01 1998  Fred Fish  <fnf@cygnus.com>
12469         * .cvsignore: Remove *-info and *-install since they match
12470         release-info and mpw-install, which we don't want to just ignore.
12472 Thu Jan 22 01:38:33 1998  Richard Henderson  <rth@cygnus.com>
12474         * configure.in: Revert 3 Jan change for alpha-linux-gnulibc1.
12476 Sat Jan 17 21:28:08 1998  Pieter Nagel <pnagel@epiuse.co.za>
12478         * Makefile.in (FLAGS_TO_PASS): Pass down gcc_include_dir and
12479         local_prefix to sub-make invocations.
12481 Sat Jan 17 21:04:59 1998 H.J. Lu  (hjl@gnu.org)
12483         * configure.in: Check makefile fragments in the source
12484         directory.
12486 Fri Jan 16 00:41:37 1998  Alexandre Oliva <oliva@dcc.unicamp.br>
12488         * configure.in: Check whether host and target makefile
12489         fragments exist before adding them to *_makefile_frag.
12491 Wed Jan 14 23:39:10 1998  Bob Manson  <manson@charmed.cygnus.com>
12493         * configure.in (target_configdirs): Add cygmon for sparc64-elf.
12495 Wed Jan 14 12:48:07 1998  Keith Seitz  <keiths@pizza.cygnus.com>
12497         * configure.in: Make sure we only replace RPATH_ENVVAR on
12498         lines which begin with RPATH_ENVVAR, i.e. add "^" to the
12499         regexp to sed.
12501         * Makefile.in (BASE_FLAGS_TO_PASS): Pass RRPATH_ENVVAR down
12502         to sub-makes.
12504 1998-01-13  Lee Iverson   (leei@ai.sri.com)
12506         * config-ml.in (multi-do): LDFLAGS must include multilib
12507         designator.
12509 Tue Jan 13 01:13:24 1998   Robert Lipe (robertl@dgii.com)
12511         * config.guess: Recognize i[3456]-i586-UnixWare7-sysv5.
12513 Sun Jan  4 01:06:55 1998  Mumit Khan  <khan@xraylith.wisc.edu>
12515         * config.sub: Add mingw32 support.
12516         * configure.in: Likewise.
12518 Sat Jan  3 12:11:05 1998 Franz Sirl <franz.sirl-kernel@lauterbach.com>
12520         * configure.in: Finalize support for {alpha|powerpc}*-*-linux-gnulibc1
12522 Sun Dec 28 11:28:58 1997  Jeffrey A Law  (law@cygnus.com)
12524         * Makefile.in (INSTALL_TARGET): Do install-gcc first.
12525         * configure (gxx_include_dir): Provide a definition for subdirs
12526         which do not use autoconf.
12528 Wed Dec 24 22:46:55 1997  Jeffrey A Law  (law@cygnus.com)
12530         * config.guess: Sync with egcs.  Picks up new alpha support,
12531         BeOS & some additional linux support.
12533 Tue Dec 23 12:44:24 1997  Jeffrey A Law  (law@cygnus.com)
12535         * config.guess: HP 9000/803 is a PA1.1 machine.
12537 Mon Dec 22 02:39:24 1997  Richard Henderson  <rth@cygnus.com>
12539         * configure.in: It's alpha*-...
12541 Sun Dec 21 16:53:12 1997  H.J. Lu  (hjl@gnu.ai.mit.edu)
12543         * configure.in (host_makefile_frag, target_makefile_frag):
12544         Handle multiple config files.
12545         (alpha-*-linux*): Treat alpha-*-linux* as alpha-*-linux* and
12546         alpha-*-*.
12548 Thu Dec 18 13:13:03 1997  Doug Evans  <devans@canuck.cygnus.com>
12550         * mkdep: New file.
12552 Wed Dec 17 09:53:02 1997  Michael Meissner  <meissner@cygnus.com>
12554         * configure.in (d30v-*-*): Allow configuring of libide, vmake, etc.
12556 Tue Dec 16 17:36:05 1997  Ian Lance Taylor  <ian@cygnus.com>
12558         * Makefile.in: Add libgui directory.
12559         (GDB_TK): Add all-libgui.
12560         * configure.in: Add libgui directory.
12561         * configure: Add all-libgui to GDB_TK.
12563 Mon Dec 15 16:12:28 1997  Nick Clifton  <nickc@cygnus.com>
12565         * config-ml.in (multidirs): Add m32r to multilib list.
12567 Fri Dec 12 10:43:31 1997  Brendan Kehoe  <brendan@canuck.cygnus.com>
12569         * Makefile.in (all-target-gperf): Change dependency to
12570         all-target-libstdc++.
12572 Thu Dec 11 23:30:51 1997  Fred Fish  <fnf@ninemoons.com>
12574         * config.guess: Add BeOS support.
12576 Wed Dec 10 15:10:38 1997  Ian Lance Taylor  <ian@cygnus.com>
12578         Source directory cvs renamed to cvssrc:
12579         * configure.in (host_tools): Change cvs to cvssrc.
12580         (native_only): Likewise.
12581         (noconfigdirs) [various cases]: Likewise.
12582         * Makefile.in (ALL_MODULES): Change all-cvs to all-cvssrc.
12583         (CROSS_CHECK_MODULES): Change check-cvs to check-cvssrc.
12584         (INSTALL_MODULES): Change install-cvs to install-cvssrc.
12585         (CLEAN_MODULES): Change clean-cvs to clean-cvssrc.
12586         (all-cvssrc): Rename target from all-cvs.
12588 Wed Dec  3 07:55:59 1997  Jeffrey A Law  (law@cygnus.com)
12590         * configure (gxx_include_dir): Fix thinko.
12592 Tue Dec  2 10:55:34 1997  Jeffrey A Law  (law@cygnus.com)
12594         * Makefile.in (INSTALL_TARGET_CROSS): Define.
12595         (install-cross, install-gcc-cross): New targets.
12597 Tue Dec  2 10:08:31 1997  Nick Clifton  <nickc@cygnus.com>
12599         * configure.in (noconfigdirs): Add support for Thumb target.
12601         * config.sub (maybe_os): Add support for Thumb target.
12603 Sun Nov 30 16:12:27 1997  Bob Manson  <manson@charmed.cygnus.com>
12605         * Makefile.in: Add rules for cygmon.
12607         * configure.in: Build cygmon for sparc-elf and sparclite-aout.
12609 Thu Nov 27 01:31:30 1997  Jeffrey A Law  (law@cygnus.com)
12611         * Makefile.in (INSTALL_TARGET): Do install-gcc first.
12612         * configure (gxx_include_dir): Provide a definition for subdirs
12613         which do not use autoconf.
12615 Wed Nov 26 11:53:33 1997  Keith Seitz  <keiths@onions.cygnus.com>
12617         * Makefile.in, configure, configure.in, ChangeLog: merge with foundry's
12618         11/18/97 build
12620 Wed Nov 26 16:08:50 1997  Jeffrey A Law  (law@cygnus.com)
12622         * From Franz Sirl.
12623         * config.guess (powerpc*-*-linux): Handle glibc2 beta release
12624         found on RedHat Linux systems.
12626 Fri Nov 21 09:51:01 1997  Jeffrey A Law  (law@cygnus.com)
12628         * config.guess (alpha stuff): Merge with FSF to avoid incorrect
12629         guesses.
12631 Thu Nov 13 11:38:37 1997  Jeffrey A Law  (law@cygnus.com)
12633         * configure.in (i[3456]86-ncr-sysv4.3*): Tweak.
12635 Mon Nov 10 15:23:21 1997  H.J. Lu  <hjl@gnu.ai.mit.edu>
12637         * ltmain.sh: If mkdir fails, check whether the directory was created
12638         anyhow by some other process.
12640 Mon Nov 10 14:38:03 1997  Michael Meissner  <meissner@cygnus.com>
12642         * configure.in (d30v-*-*): Configure all directories.
12644 Sun Nov  9 17:36:20 1997  Michael Meissner  <meissner@cygnus.com>
12646         * configure.in (d30v-*-*): Configure newlib, libiberty directories
12647         for the D30V.
12649 Sat Nov  8 14:42:59 1997  Michael Meissner  <meissner@cygnus.com>
12651         * configure.in (d30v-*-*): Configure target-libgloss on the D30V.
12653 Fri Nov  7 10:34:09 1997  Rob Savoye  <rob@darkstar.cygnus.com>
12655         * include/libiberty.h: Add extern "C" { so it can be used with C++
12656         progrms.
12657         * include/remote-sim.h:  Add extern "C" { so it can be used with C++
12658         programs.
12660 Thu Oct 30 11:09:29 1997  Michael Meissner  <meissner@cygnus.com>
12662         * configure.in (d30v-*-*): Configure GCC now.
12664 Mon Oct 27 13:17:24 1997  Stan Shebs  <shebs@andros.cygnus.com>
12666         * configure.in: Remove a "second pass" of tweaking noconfigdirs,
12667         is no longer needed.
12669 Mon Oct 27 12:03:53 1997  Jason Merrill  <jason@yorick.cygnus.com>
12671         * Makefile.in: check-target-libio depends on all-target-libstdc++.
12673 Sun Oct 26 11:48:27 1997  Manfred Hollstein  (manfred@s-direktnet.de)
12675         * Makefile.in (bootstrap-lean): Combined with `normal' bootstrap
12676         targets using "$@" to provide support for similar but not identical
12677         targets without having to duplicate code.
12679 Mon Oct 20 15:28:49 1997  Klaus K"ampf  <kkaempf@progis.de>
12681         * makefile.vms: Fix to work with DEC C.
12683 Tue Oct  7 23:58:57 1997  Gavin Koch  <gavin@cygnus.com>
12685         * config.sub: Add mips-tx39-elf to marketing names.
12687 Tue Oct  7 14:24:41 1997  Ian Lance Taylor  <ian@cygnus.com>
12689         * ltmain.sh: Handle symlinks in generated script.
12691 Wed Oct  1 13:11:27 1997  Ian Lance Taylor  <ian@cygnus.com>
12693         * configure: Handle autoconf style directory options: --bindir,
12694         --datadir, --includedir, --infodir, --libdir, --libexecdir,
12695         --mandir, --oldincludedir, --sbindir, --sharedstatedir,
12696         --sysconfdir.
12697         * Makefile.in (sbindir, libexecdir, sysconfdir): New variables.
12698         (sharedstatedir, localstatedir, oldincludedir): New variables.
12699         (BASE_FLAGS_TO_PASS): Pass down bindir, datadir, includedir,
12700         infodir, libdir, libexecdir, localstatedir, mandir, oldincludedir,
12701         sbindir, sharedstatedir, and sysconfdir.
12703 Mon Sep 29 00:38:08 1997 Aaron Jackson <jackson@negril.msrce.howard.edu>
12705         * Makefile.in (bootstrap-lean): New target.
12707 Wed Sep 24 18:06:27 1997  Stu Grossman  <grossman@babylon-5.cygnus.com>
12709         * configure.in (d30v):  Remove tcl, tk, expect, gdb, itcl, tix, db,
12710         sn, and gnuserv from noconfigdirs.
12712 Wed Sep 24 15:18:32 1997  Ian Lance Taylor  <ian@cygnus.com>
12714         * ltmain.sh: Tweak shell pattern to avoid bug in NetBSD /bin/sh.
12716 Thu Sep 18 23:58:27 1997  Jeffrey A Law  (law@cygnus.com)
12718         * Makefile.in (cross): New target.
12720 Thu Sep 18 21:43:23 1997  Alexandre Oliva  <oliva@dcc.unicamp.br>
12721                           Jeff Law         <law@cygnus.com>
12723         * Makefile.in (bootstrap2, bootstrap3): New targets.
12724         (all-bootstrap): Remove outdated and confusing target.
12725         (bootstrap, bootstrap2, bootstrap3): Don't pass BOOT_CFLAGS down.
12727 Thu Sep 18 15:37:42 1997  Andrew Cagney  <cagney@b1.cygnus.com>
12729         * configure (tooldir): enable_gdbtk=YES for cygwin32, NO for
12730         windows.  Consistent with gdb/configure.
12732 1997-09-15 02:37  Ulrich Drepper  <drepper@cygnus.com>
12734         * configure.in: Name Linux target fragment.
12736         * configure: Rewrite so that project Makefile fragment is inserted
12737         first and appears last in the resulting Makefile.
12739 Tue Sep 16 09:55:07 1997  Andrew Cagney  <cagney@b1.cygnus.com>
12741         * Makefile.in (install-itcl): Install tcl first.
12743 Fri Sep 12 16:19:20 1997  Geoffrey Noer  <noer@cygnus.com>
12745         * configure.in: remove bison from noconfigdirs for Cygwin32 host
12747 Thu Sep 11 16:40:46 1997  H.J. Lu  (hjl@gnu.ai.mit.edu)
12749         * Makefile.in (local-distclean): Also remove mh-frag mt-frag.
12751         * configure.in (skipdirs): Add target-librx for Linux.
12752         (alpha-*-linux*): Use config/mh-elfalphapic and config/mt-elfalphapic.
12754 Wed Sep 10 21:29:54 1997  Jeffrey A Law  (law@cygnus.com)
12756         * Makefile.in (bootstrap): New target.
12758 Wed Sep 10 15:19:22 1997  Jeffrey A Law  (law@cygnus.com)
12760         * config.sub: Accept 'amigados' for backward compatibility.
12762 Mon Sep  8 20:46:20 1997  Ian Lance Taylor  <ian@cygnus.com>
12764         * config.guess: Merge with FSF.
12766 Sun Sep  7 23:18:32 1997  Fred Fish  <fnf@ninemoons.com>
12768         * config.sub: Change 'amigados' to 'amigaos' to match current usage.
12770 Sun Sep  7 15:55:28 1997  Gavin Koch  <gavin@cygnus.com>
12772         * config.sub: Add "marketing-names" patch.
12774 Fri Sep  5 16:11:28 1997  Joel Sherrill  (joel@OARcorp.com)
12776         * configure.in (*-*-rtems*): Do not build libgloss for rtems.
12778 Fri Sep  5 12:27:17 1997  Jeffrey A Law  (law@cygnus.com)
12780         * config.sub: Handle v850-elf.
12782 Wed Sep  3 22:01:58 1997  Fred Fish  <fnf@ninemoons.com>
12784         * .cvsignore (*-install): Remove.
12786 Wed Sep  3 12:15:24 1997  Chris Provenzano  <proven@cygnus.com>
12788         * ltconfig: Set CONFIG_SHELL in libtool.
12789         * ltmain.sh: Use CONFIG_SHELL instead of /bin/sh
12791 Mon Sep  1 16:45:44 1997  Jim Wilson  <wilson@cygnus.com>
12793         * configure.in (target_subdir): Set to libraries if enable_multilib.
12795 Wed Aug 27 16:15:11 1997  Jim Wilson  <wilson@cygnus.com>
12797         * config.guess: Update from gcc directory.
12799 Tue Aug 26 16:46:46 1997  Andrew Cagney  <cagney@b1.cygnus.com>
12801         * Makefile.in (all-sim): Depends on all-readline.
12803 Wed Aug 20 19:57:37 1997  Jason Merrill  <jason@yorick.cygnus.com>
12805         * Makefile.in (BISON, YACC): Use $$s.
12806         (all-bison): Depend on all-texinfo.
12808 Tue Aug 19 01:41:32 1997  Jason Merrill  <jason@yorick.cygnus.com>
12810         * Makefile.in (BISON): Add -L flag.
12811         (YACC): Likewise.
12813 Mon Aug 18 11:30:50 1997  Nick Clifton  <nickc@cygnus.com>
12815         * configure.in (noconfigdirs): Add support for v850e target.
12817         * config.sub (maybe_os): Add support for v850e target.
12819 Mon Aug 18 11:30:50 1997  Nick Clifton  <nickc@cygnus.com>
12821         * configure.in (noconfigdirs): Add support for v850ea target.
12823         * config.sub (maybe_os): Add support for v850ea target.
12825 Mon Aug 18 09:24:06 1997  Gavin Koch  <gavin@cygnus.com>
12827         * config.sub: Add mipstx39.  Delete r3900.
12829 Mon Aug 18 17:20:10 1997  Jason Molenda  (crash@godzilla.cygnus.co.jp)
12831         * Makefile.in (all-autoconf): Depends on all-texinfo.
12833 Fri Aug 15 23:09:26 1997  Michael Meissner  <meissner@cygnus.com>
12835         * config-ml.in ({powerpc,rs6000}*-*-*): Update to current AIX and
12836         eabi targets.
12838 Thu Aug 14 14:42:17 1997  Ian Lance Taylor  <ian@cygnus.com>
12840         * configure: Get CFLAGS and CXXFLAGS from Makefile, if possible.
12842         * configure: When handling a Canadian Cross, handle YACC as well as
12843         BISON.  Just set BISON to bison.  When setting YACC, prefer bison.
12844         * Makefile.in (all-bison): Depend upon all-texinfo.
12846 Tue Aug 12 20:09:48 1997  Jason Merrill  <jason@yorick.cygnus.com>
12848         * Makefile.in (BISON): bison, not byacc or bison -y.
12849         (YACC): bison -y or byacc or yacc.
12850         (various): Add *-bison as appropriate.
12851         (taz): No need to mess with BISON anymore.
12853 Tue Aug 12 22:33:08 1997  Ian Lance Taylor  <ian@cygnus.com>
12855         * configure: If OSTYPE matches *win32*, try to find a good value for
12856         CONFIG_SHELL.
12858 Sun Aug 10 14:41:11 1997  Ian Lance Taylor  <ian@cygnus.com>
12860         * Makefile.in (taz): Get the version number from AM_INIT_AUTOMAKE in
12861         configure.in if it is present.
12863 Sat Aug  9 00:58:01 1997  Ian Lance Taylor  <ian@cygnus.com>
12865         * Makefile.in (LD_FOR_TARGET): Change ld.new to ld-new.
12867 Fri Aug  8 16:30:13 1997  Doug Evans  <dje@canuck.cygnus.com>
12869         * config.sub: Recognize `arc' cpu.
12870         * configure.in: Likewise.
12871         * config-ml.in: Likewise.
12873 Thu Aug  7 11:02:34 1997  Ian Lance Taylor  <ian@cygnus.com>
12875         * Makefile.in ($(INSTALL_X11_MODULES)): Depend upon installdirs.
12877 Wed Aug  6 16:27:29 1997  Chris Provenzano  <proven@cygnus.com>
12879         * configure: Changed sed delimiter from ':' to '|' when
12880         attempting to substitute ${config_shell} for SHELL. On
12881         NT ${config_shell} may contain a ':' in it.
12883 Wed Aug  6 12:29:05 1997  Jason Merrill  <jason@yorick.cygnus.com>
12885         * Makefile.in (EXTRA_GCC_FLAGS): Fix for non-bash shells.
12887 Wed Aug  6 00:42:35 1997  Ian Lance Taylor  <ian@cygnus.com>
12889         * Makefile.in (AS_FOR_TARGET): Change as.new to as-new.
12891 Tue Aug  5 14:08:51 1997  Ian Lance Taylor  <ian@cygnus.com>
12893         * Makefile.in (NM_FOR_TARGET): Change nm.new to nm-new.
12895         * ylwrap: If the program is a relative path, force it to be
12896         absolute.
12898 Tue Aug  5 12:12:44 1997  Andrew Cagney  <cagney@b1.cygnus.com>
12900         * configure (tooldir): Set BISON to `bison -y' and not just bison.
12902 Mon Aug  4 22:59:02 1997  Andrew Cagney  <cagney@b1.cygnus.com>
12904         * Makefile.in (CC_FOR_TARGET): When winsup/Makefile present,
12905         correctly specify the target build directory $(TARGET_SUBDIR)/winsup
12906         for libraries.
12908 Mon Aug  4 12:40:24 1997  Jason Merrill  <jason@yorick.cygnus.com>
12910         * Makefile.in (EXTRA_GCC_FLAGS): Fix handling of macros with values
12911         separated by spaces.
12913 Thu Jul 31 19:49:49 1997  Ian Lance Taylor  <ian@cygnus.com>
12915         * ylwrap: New file.
12916         * Makefile.in (DEVO_SUPPORT): Add ylwrap.
12918         * ltmain.sh: Handle /bin/sh at start of install program.
12920         * Makefile.in (DEVO_SUPPORT): Add ltconfig, ltmain.sh, and missing.
12922         * ltconfig, ltmain.sh: New files, from libtool 1.0.
12923         * missing: New file, from automake 1.2.
12925 Thu Jul 24 12:57:56 1997  Ian Lance Taylor  <ian@cygnus.com>
12927         * Makefile.in: Treat tix like tk, putting it in X11_MODULES.  Add
12928         check-tk to CHECK_X11_MODULES.
12930 Wed Jul 23 17:03:29 1997  Ian Lance Taylor  <ian@cygnus.com>
12932         * config.sub: Merge with FSF.
12934 Tue Jul 22 19:08:29 1997  Ian Lance Taylor  <ian@cygnus.com>
12936         * config.guess: Merge with FSF.
12938 Tue Jul 22 14:50:42 1997  Robert Hoehne <robert.hoehne@Mathematik.TU-Chemnitz.DE>
12940         * configure: Treat msdosdjgpp like go32.
12941         * configure.in: Likewise.  Don't remove gprof for go32.
12943         * configure: Change Makefile.tem2 to Makefile.tm2.
12945 Mon Jul 21 10:31:26 1997  Stephen Peters  <speters@cygnus.com>
12947         * configure.in (noconfigdirs): For alpha-dec-osf*, don't ignore grep.
12949 Tue Jul 15 14:33:03 1997  Brendan Kehoe  <brendan@lisa.cygnus.com>
12951         * install-sh (chmodcmd): Set to null if the DST directory already
12952         exists.  Same as Nov 11th change.
12954 Mon Jul 14 11:01:15 1997  Martin M. Hunt  <hunt@cygnus.com>
12956         * configure (GDB_TK): Needs itcl and tix.
12958 Mon Jul 14 00:32:10 1997  Jason Merrill  <jason@yorick.cygnus.com>
12960         * config.guess: Update from FSF.
12962 Fri Jul 11 11:57:11 1997  Martin M. Hunt  <hunt@cygnus.com>
12964         * Makefile.in (GDB_TK): Depend on itcl and tix.
12966 Fri Jul  4 13:25:31 1997  Ian Lance Taylor  <ian@cygnus.com>
12968         * Makefile.in (INSTALL_PROGRAM_ARGS): New variable.
12969         (INSTALL_PROGRAM): Use $(INSTALL_PROGRAM_ARGS).
12970         (INSTALL_SCRIPT): New variable.
12971         (BASE_FLAGS_TO_PASS): Pass down INSTALL_SCRIPT.
12972         * configure.in: If host is *-*-cygwin32*, set INSTALL_PROGRAM_ARGS
12973         to -x.
12974         * install-sh: Add support for -x option.
12976 Mon Jun 30 15:51:30 1997  Ian Lance Taylor  <ian@cygnus.com>
12978         * configure.in, Makefile.in: Treat tix like itcl.
12980 Thu Jun 26 13:59:19 1997  Ian Lance Taylor  <ian@cygnus.com>
12982         * Makefile.in (WINDRES): New variable.
12983         (WINDRES_FOR_TARGET): New variable.
12984         (BASE_FLAGS_TO_PASS): Add WINDRES_FOR_TARGET.
12985         (EXTRA_HOST_FLAGS): Add WINDRES.
12986         (EXTRA_TARGET_FLAGS): Add WINDRES.
12987         (EXTRA_GCC_FLAGS): Add WINDRES.
12988         ($(DO_X)): Pass down WINDRES.
12989         ($(CONFIGURE_TARGET_MODULES)): Set WINDRES when configuring.
12990         * configure: Treat WINDRES like DLLTOOL, and WINDRES_FOR_TARGET like
12991         DLLTOOL_FOR_TARGET.
12993 Wed Jun 25 15:01:26 1997  Felix Lee  <flee@cygnus.com>
12995         * configure.in: configure sim before gdb for win32-x-ppc
12997 Wed Jun 25 12:18:54 1997  Brendan Kehoe  <brendan@lisa.cygnus.com>
12999         Move gperf into the toplevel, from libg++.
13000         * configure.in (target_tools): Add target-gperf.
13001         (native_only): Add target-gperf.
13002         * Makefile.in (all-target-gperf): New target, depend on
13003         all-target-libg++.
13004         (configure-target-gperf): Empty rule.
13005         (ALL_TARGET_MODULES): Add all-target-gperf.
13006         (CONFIGURE_TARGET_MODULES): Add configure-target-gperf.
13007         (CHECK_TARGET_MODULES): Add check-target-gperf.
13008         (INSTALL_TARGET_MODULES): Add install-target-gperf.
13009         (CLEAN_TARGET_MODULES): Add clean-target-gperf.
13011 Mon Jun 23 10:51:53 1997  Jeffrey A Law  (law@cygnus.com)
13013         * config.sub (mn10200): Recognize new basic machine.
13015 Thu Jun 19 14:16:42 1997  Brendan Kehoe  <brendan@lisa.cygnus.com>
13017         * configure.in: Don't set ENABLE_MULTILIB, so we'll be passing
13018         --enable-multilib down to subdirs; setting TARGET_SUBDIR was enough.
13020 Tue Jun 17 15:31:20 1997  Brendan Kehoe  <brendan@lisa.cygnus.com>
13022         * configure.in: If we're building mips-sgi-irix6* native, turn on
13023         ENABLE_MULTILIB and set TARGET_SUBDIR.
13025 Tue Jun 17 12:20:59 1997  Tom Tromey  <tromey@cygnus.com>
13027         * Makefile.in (all-sn): Depend on all-grep.
13029 Mon Jun 16 11:11:10 1997  Ian Lance Taylor  <ian@cygnus.com>
13031         * configure.in: Use mh-ppcpic and mt-ppcpic for powerpc*-* targets.
13033         * configure: Set CFLAGS and CXXFLAGS, and substitute them into
13034         Makefile.  From Jeff Makey <jeff@cts.com>.
13035         * Makefile.in: Add comment for CFLAGS and CXXFLAGS.
13037         * Makefile.in (DISTBISONFILES): Remove.
13038         (taz): Don't futz with DISTBISONFILES.  Change BISON to use
13039         $(DEFAULT_YACC).
13041         * configure.in: Build itl, db, sn, etc., when building for native
13042         cygwin32.
13044         * Makefile.in (LD): New variable.
13045         (EXTRA_HOST_FLAGS): Pass down LD.
13046         ($(DO_X)): Likewise.
13048 Mon Jun 16 11:10:35 1997  Philip Blundell  <Philip.Blundell@pobox.com>
13050         * Makefile.in (INSTALL): Use $(SHELL) when executing install-sh.
13052 Fri Jun 13 10:22:56 1997  Bob Manson  <manson@charmed.cygnus.com>
13054         * configure.in (targargs): Strip out any supplied --build argument
13055         before adding our own. Always add --build.
13057 Thu Jun 12 21:12:28 1997  Bob Manson  <manson@charmed.cygnus.com>
13059         * configure.in (targargs): Pass --build if we're doing
13060         a cross-compile.
13062 Fri Jun  6 21:38:40 1997  Rob Savoye  <rob@chinadoll.cygnus.com>
13064         * configure: Use '|' instead of ":" as the separator in
13065         sed. Otherwise sed chokes on NT path names with drive
13066         designators. Also look for "?:*" as the leading characters in an
13067         absolute pathname.
13069 Mon Jun  2 13:05:20 1997  Gavin Koch  <gavin@cygnus.com>
13071         * config.sub: Support for r3900.
13073 Wed May 21 17:33:31 1997  Ian Lance Taylor  <ian@cygnus.com>
13075         * configure.in: Use install-sh, not install.sh.
13077 Wed May 14 16:06:51 1997  Ian Lance Taylor  <ian@cygnus.com>
13079         * Makefile.in (taz): Improve check for BISON so it doesn't try to
13080         apply it twice.
13082 Fri May  9 17:22:05 1997  Ian Lance Taylor  <ian@cygnus.com>
13084         * Makefile.in (INSTALL_MODULES): Put install-opcodes before
13085         install-binutils.
13087 Thu May  8 17:29:50 1997  Ian Lance Taylor  <ian@cygnus.com>
13089         * Makefile.in: Add automake targets.
13090         * configure.in (host_tools): Add automake.
13092 Tue May  6 15:49:52 1997  Ian Lance Taylor  <ian@cygnus.com>
13094         * configure: Default CXX to c++, not gcc.
13095         * Makefile.in (CXX): Set to c++, not gcc.
13096         (CXX_FOR_TARGET): When cross, transform c++, not gcc.
13098 Thu May  1 10:11:43 1997  Geoffrey Noer  <noer@cygnus.com>
13100         * install-sh: try appending a .exe if source file doesn't
13101         exist
13103 Wed Apr 30 12:05:36 1997  Jason Merrill  <jason@yorick.cygnus.com>
13105         * configure.in: Turn on multilib by default.
13106         (cross_only): Remove target-libiberty.
13108         * Makefile.in (all-gcc): Don't depend on libiberty.
13110 Mon Apr 28 18:39:45 1997  Michael Snyder  <msnyder@cleaver.cygnus.com>
13112         * config.guess: improve algorithm for recognizing Gnu Hurd x86.
13114 Thu Apr 24 19:30:07 1997  Ian Lance Taylor  <ian@cygnus.com>
13116         * Makefile.in (DEVO_SUPPORT): Add mpw-install.
13117         (DISTBISONFILES): Add ld/Makefile.in
13119 Tue Apr 22 17:17:28 1997  Geoffrey Noer  <noer@pizza.cygnus.com>
13121         * configure.in: if target is cygwin32 but host isn't cygwin32,
13122         don't configure gdb tcl tk expect, not just gdb.
13124 Mon Apr 21 13:33:39 1997  Tom Tromey  <tromey@cygnus.com>
13126         * configure.in: Added gnuserv everywhere sn appears.
13128         * Makefile.in (ALL_MODULES): Added all-gnuserv.
13129         (CROSS_CHECK_MODULES): Added check-gnuserv.
13130         (INSTALL_MODULES): Added install-gnuserv.
13131         (CLEAN_MODULES): Added clean-gnuserv.
13132         (all-gnuserv): New target.
13134 Thu Apr 17 13:57:06 1997  Per Fogelstrom  <pefo@openbsd.org>
13136         * config.guess: Fixes for MIPS OpenBSD systems.
13138 Tue Apr 15 12:21:07 1997  Ian Lance Taylor  <ian@cygnus.com>
13140         * Makefile.in (INSTALL_XFORM): Remove.
13141         (BASE_FLAGS_TO_PASS): Remove INSTALL_XFORM.
13143         * mkinstalldirs: New file, copied from automake.
13144         * Makefile.in (installdirs): Rename from install-dirs.  Use
13145         mkinstalldirs.  Change all users.
13146         (DEVO_SUPPORT): Add mkinstalldirs.
13148 Mon Apr 14 11:21:38 1997  Ian Lance Taylor  <ian@cygnus.com>
13150         * install-sh: Rename from install.sh.
13151         * Makefile.in (INSTALL): Change install.sh to install-sh.
13152         (DEVO_SUPPORT): Likewise.
13154         * configure: Use ${config_shell} with ${moveifchange}.  From Thomas
13155         Graichen <graichen@rzpd.de>.
13157 Fri Apr 11 16:37:10 1997  Niklas Hallqvist  <niklas@appli.se>
13159         * config.guess: Recognize OpenBSD systems correctly.
13161 Fri Apr 11 17:07:04 1997  Jason Molenda  (crash@godzilla.cygnus.co.jp)
13163         * README, Makefile.in (ETC_SUPPORT): Remove references to
13164         cfg-paper*, configure.{texi,man,info*}._
13166 Sun Apr  6 18:47:57 1997  Andrew Cagney  <cagney@kremvax.cygnus.com>
13168         * Makefile.in (all.normal): Ensure that gcc is built after all
13169         the x11 - ie gdb - targets.
13171 Tue Apr  1 16:28:50 1997  Klaus Kaempf  <kkaempf@progis.de>
13173         * makefile.vms: Don't run conf-a-gas.
13175 Mon Mar 31 16:26:55 1997  Joel Sherrill  <joel@oarcorp.com>
13177         * configure.in (hppa1.1-*-rtems*): New target, like hppa-*-*elf*.
13179 Sun Mar 30 12:38:27 1997  Fred Fish  <fnf@cygnus.com>
13181         * configure.in: Remove noconfigdirs case since gdb also
13182         configures and builds for tic80-coff.
13184 Fri Mar 28 18:28:52 1997  Ian Lance Taylor  <ian@cygnus.com>
13186         * configure: Set cache_file to config.cache.
13187         * Makefile.in (local-distclean): Remove config.cache.
13189 Wed Mar 26 18:49:39 1997  Ian Lance Taylor  <ian@cygnus.com>
13191         * COPYING: Update FSF address.
13193 Wed Mar 26 10:38:25 1997  Michael Meissner  <meissner@cygnus.com>
13195         * configure.in (tic80-*-*): Remove G++ libraries and libgloss from
13196         noconfigdirs.
13198 Mon Mar 24 15:02:39 1997  Ian Lance Taylor  <ian@cygnus.com>
13200         * Makefile.in (install-dirs): Don't crash if prefix, and hence
13201         MAKEDIRS, is empty.
13203 Mon Mar 24 12:40:55 1997  Doug Evans  <dje@canuck.cygnus.com>
13205         * config.sub: Tweak mn10300 entry.
13207 Fri Mar 21 15:35:27 1997  Michael Meissner  <meissner@cygnus.com>
13209         * configure.in (host_tools): Put sim before gdb, so gdb's
13210         configure.tgt can determine if the simulator was configured.
13212 Sun Mar 16 16:07:08 1997  Fred Fish  <fnf@cygnus.com>
13214         * config.sub: Move BeOS $os case to be with other Cygnus
13215         local cases.
13217 Sun Mar 16 01:34:55 1997  Martin Hunt <hunt@cygnus.com>
13219         * config.sub: Remove misplaced comment that broke Linux.
13221 Sat Mar 15 22:50:15 1997  Fred Fish  <fnf@cygnus.com>
13223         * config.sub: Add BeOS support.
13225 Mon Mar 10 13:30:11 1997  Tom Tromey  <tromey@cygnus.com>
13227         * Makefile.in (CHECK_X11_MODULES): Don't run check-tk.
13229 Wed Mar  5 12:09:29 1997  Martin  <hunt@cygnus.com>
13231         * configure.in (noconfigdirs): Remove tcl and tk from
13232         noconfigdirs for cygwin32 builds.
13234 Fri Feb 28 18:20:15 1997  Fred Fish  <fnf@cygnus.com>
13236         * configure.in (tic80-*-*): Remove ld from noconfigdirs.
13238 Thu Feb 27 14:57:26 1997  Ken Raeburn  <raeburn@cygnus.com>
13240         * Makefile.in (GAS_SUPPORT_DIRS, BINUTILS_SUPPORT_DIRS): Remove
13241         make-all.com, use makefile.vms instead.
13243 Tue Feb 25 18:46:14 1997  Stan Shebs  <shebs@andros.cygnus.com>
13245         * config.sub: Accept -lnews*.
13247 Tue Feb 25 13:19:14 1997  Andrew Cagney  <cagney@kremvax.tpgi.com.au>
13249         * configure.in (noconfigdirs): Disable target-newlib,
13250         target-examples and target-libiberty for d30v.
13252 Fri Feb 21 17:56:25 1997  Martin M. Hunt  <hunt@pizza.cygnus.com>
13254         * configure.in (noconfigdirs): Enable ld for d30v.
13256 Fri Feb 21 20:58:51 1997  Michael Meissner  <meissner@cygnus.com>
13258         * configure.in (tic80-*-*): Build compiler.
13260 Sun Feb 16 15:41:09 1997  Andrew Cagney  <cagney@critters.cygnus.com>
13262         * configure.in (d30v-*): Remove sim directory from list of
13263         unsupported d30v directories
13265 Tue Feb 18 17:32:42 1997  Martin M. Hunt  <hunt@pizza.cygnus.com>
13267         * config.sub, configure.in: Add d30v target cpu.
13269 Thu Feb 13 22:04:44 1997  Klaus Kaempf  <kkaempf@progis.de>
13271         * makefile.vms: New file.
13272         * make-all.com: Remove.
13274 Wed Feb 12 12:54:18 1997  Jim Wilson  <wilson@cygnus.com>
13276         * Makefile.in (EXTRA_GCC_FLAGS): Add LIBGCC2_DEBUG_CFLAGS.
13278 Sat Feb  8 20:36:49 1997  Michael Meissner  <meissner@cygnus.com>
13280         * Makefile.in (all-itcl): The rule is all-itcl, not all-tcl.
13282 Tue Feb  4 11:39:29 1997  Tom Tromey  <tromey@cygnus.com>
13284         * Makefile.in (ALL_MODULES): Added all-db.
13285         (CROSS_CHECK_MODULES): Addec check-db.
13286         (INSTALL_MODULES): Added install-db.
13287         (CLEAN_MODULES): Added clean-db.
13289 Mon Feb  3 13:29:36 1997  Ian Lance Taylor  <ian@cygnus.com>
13291         * config.guess: Merge with latest FSF sources.
13293 Tue Jan 28 09:20:37 1997  Tom Tromey  <tromey@cygnus.com>
13295         * Makefile.in (ALL_MODULES): Added all-itcl.
13296         (CROSS_CHECK_MODULES): Added check-itcl.
13297         (INSTALL_MODULES): Added install-itcl.
13298         (CLEAN_MODULES): Added clean-itcl.
13300 Thu Jan 23 01:44:27 1997  Geoffrey Noer  <noer@cygnus.com>
13302         * configure.in: build gdb for mn10200
13304 Fri Jan 17 15:32:15 1997  Doug Evans  <dje@canuck.cygnus.com>
13306         * Makefile.in (all-target-winsup): Depend on all-target-libio.
13308 Mon Jan 13 22:46:54 1997  Michael Meissner  <meissner@tiktok.cygnus.com>
13310         * configure.in (tic80-*-*): Turn off most targets right now.
13312 Fri Jan  3 16:04:03 1997  Ian Lance Taylor  <ian@cygnus.com>
13314         * Makefile.in (MAKEINFO): Check for the existence of the Makefile,
13315         rather than the makeinfo program.
13316         (do-info): Depend upon all-texinfo.
13318 Tue Dec 31 16:00:31 1996  Ian Lance Taylor  <ian@cygnus.com>
13320         * configure.in: Remove uses of config/mh-linux.
13322         * config.sub, config.guess: Merge with latest FSF sources.
13324 Fri Dec 27 23:04:33 1996  Fred Fish  <fnf@cygnus.com>
13326         * config.sub (case $basic_machine): Add tic80 entries.
13328 Fri Dec 27 12:07:59 1996  Ian Lance Taylor  <ian@cygnus.com>
13330         * config.sub, config.guess: Merge with latest FSF sources.
13332 Wed Dec 18 22:46:39 1996  Stan Shebs  <shebs@andros.cygnus.com>
13334         * mpw-build.in: Build ld before gcc, use NewFolderRecursive.
13335         * mpw-config.in: Test for NewFolderRecursive.
13336         * mpw-install: Use symbolic name for startup filename.
13337         * mpw-README: Add various additional details.
13339 Wed Dec 18 13:11:46 1996  Jim Wilson  <wilson@cygnus.com>
13341         * configure.in (mips*-sgi-irix6*): Remove binutils from noconfigdirs.
13343 Wed Dec 18 10:29:31 1996  Jeffrey A Law  (law@cygnus.com)
13345         * configure.in: Do build gcc and the target libraries for
13346         the mn10200.
13348 Wed Dec  4 16:53:05 1996  Geoffrey Noer  <noer@cygnus.com>
13350         * configure.in: don't avoid building gdb for mn10300 any more
13351         * Makefile.in: double-quote GCC_FOR_TARGET line in EXTRA_GCC_FLAGS
13352         instead of single-quoting it.
13354 Tue Dec  3 23:26:50 1996  Jason Merrill  <jason@yorick.cygnus.com>
13356         * configure.in: Don't use --with-stabs on IRIX 6.
13358 Tue Dec  3 09:05:25 1996  Doug Evans  <dje@canuck.cygnus.com>
13360         * configure.in (m32r): Build gdb, libg++ now.
13362 Sun Dec  1 00:18:59 1996  Peter Schauer  (pes@regent.e-technik.tu-muenchen.de)
13364         * configure.in (mips*-sgi-irix6*):  Remove gdb and related
13365         directories from noconfigdirs.
13367 Tue Nov 26 11:45:33 1996  Kim Knuttila  <krk@cygnus.com>
13369         * config.sub (basic_machine): added mips16 configuration
13371 Sat Nov 23 19:26:22 1996  Michael Meissner  <meissner@tiktok.cygnus.com>
13373         * config.sub: Handle d10v-unknown.
13375 Sat Nov 23 10:23:01 1996  Gavin Koch  <gavin@cygnus.com>
13377         * config.sub: Handle v850-unknown.
13379 Thu Nov 21 16:19:44 1996  Geoffrey Noer  <noer@cygnus.com>
13381         * Makefile.in: add findutils
13382         * configure.in: add findutils to list of host_tools
13384 Wed Nov 20 10:09:01 1996  Jeffrey A Law  (law@cygnus.com)
13386         * config.sub: Handle mn10200 and mn10300.
13388 Tue Nov 19 16:35:14 1996  Michael Meissner  <meissner@tiktok.cygnus.com>
13390         * configure.in (d10v-*): Do not build librx.
13392 Mon Nov 18 13:28:41 1996  Jeffrey A Law  (law@cygnus.com)
13394         * configure.in (mn10300): Build everything except gdb & libgloss.
13396 Wed Nov 13 14:59:46 1996  Per Bothner  <bothner@deneb.cygnus.com>
13398         * config.guess:  Patch for Dansk Data Elektronik servers,
13399         from Niels Skou Olsen <nso@dde.dk>.
13401         For ncr, use /bin/uname rather than uname, since GNU uname does not
13402         support -p.  Suggested by Mark Mitchell <mmitchell@usa.net>.
13404         Patch for MIPS R4000 running System V,
13405         from Eric S. Raymond <esr@snark.thyrsus.com>.
13407         Fix thinko for nextstep.
13409         Patch for OSF1 in i?86, from Dan Murphy <dlm@osf.org> via Harlan Stenn.
13411         Sat Jun 24 18:58:17 1995  Morten Welinder  <terra+@cs.cmu.edu>
13412         * config.guess: Guess mips-dec-mach_bsd4.3.
13414         Thu Oct 10 04:07:04 1996  Harlan Stenn <harlan@pfcs.com>
13415         * config.guess (i?86-ncr-sysv*):  Emit just enough of the minor
13416         release numbers.
13417         * config.guess (mips-mips-riscos*):  Emit just enough of the
13418         release number.
13420         Tue Oct  8 10:37:22 1996  Frank Vance <fvance@waii.com>
13421         * config.guess (sparc-auspex-sunos*):  Added.
13422         (f300-fujitsu-*): Added.
13424         Wed Sep 25 22:00:35 1996  Jeff Woolsey <woolsey@jlw.com>
13425         * config.guess:  Recognize a Tadpole as a sparc.
13427 Wed Nov 13 00:53:09 1996  David J. MacKenzie  <djm@churchy.gnu.ai.mit.edu>
13429         * config.guess: Don't assume that NextStep version is either 2 or
13430         3.  NextStep 4 (aka OpenStep 4) has come out now.
13432 Mon Nov 11 23:52:03 1996  David J. MacKenzie  <djm@churchy.gnu.ai.mit.edu>
13434         * config.guess: Support Cray T90 that reports itself as "CRAY TS".
13435         From Rik Faith <faith@cs.unc.edu>.
13437 Fri Nov  8 11:34:58 1996  David J. MacKenzie  <djm@geech.gnu.ai.mit.edu>
13439         * config.sub: Contributions from bug-gnu-utils to:
13440         Support plain "hppa" (no version given) architecture, reported by
13441         OpenStep.
13442         OpenBSD like NetBSD.
13443         LynxOs is not a hardware supplier.
13445         * config.guess: Contributions from bug-gnu-utils to add support for:
13446         OpenBSD like NetBSD.
13447         Stratus systems.
13448         More Pyramid systems.
13449         i[n>4]86 Intel chips.
13450         M680[n>4]0 Motorola chips.
13451         Use unknown instead of lynx for hardware manufacturer.
13453 Mon Nov 11 10:09:08 1996  Brendan Kehoe  <brendan@lisa.cygnus.com>
13455         * install.sh (chmodcmd): Set to null if the DST directory already
13456         exists.
13458 Mon Nov 11 10:43:41 1996  Michael Meissner  <meissner@tiktok.cygnus.com>
13460         * configure.in (powerpc*-{eabi,elf,linux,rtem,sysv,solaris}*): Do
13461         not use mt-ppc target Makefile fragment any more.
13463 Sun Nov  3 19:17:07 1996  Stu Grossman  (grossman@critters.cygnus.com)
13465         * configure.in (*-*-windows):  Exclude everything but those dirs
13466         needed to build windows.
13468 Tue Oct 29 16:41:31 1996  Doug Evans  <dje@canuck.cygnus.com>
13470         * Makefile.in (all-target-winsup): Depend on all-target-librx.
13472 Mon Oct 28 17:32:46 1996  Stu Grossman  (grossman@critters.cygnus.com)
13474         * configure.in:  Exclude mmalloc from i386-windows.
13476 Thu Oct 24 09:22:46 1996  Stu Grossman  (grossman@critters.cygnus.com)
13478         * Undo my previous change.
13480 Thu Oct 24 12:12:04 1996  Ian Lance Taylor  <ian@cygnus.com>
13482         * Makefile.in (EXTRA_GCC_FLAGS): Pass down GCC_FOR_TARGET
13483         unconditionally.
13484         (MAKEOVERRIDES): Define (revert this part of October 18 change).
13486 Thu Oct 24 09:02:07 1996  Stu Grossman  (grossman@critters.cygnus.com)
13488         * Makefile.in (FLAGS_TO_PASS):  Add $(HOST_FLAGS) to allow the
13489         host to add it's own flags.
13491 Tue Oct 22 15:20:26 1996  Ian Lance Taylor  <ian@cygnus.com>
13493         * configure: Handle GCC_FOR_TARGET like CC_FOR_TARGET.
13495 Fri Oct 18 13:37:13 1996  Ian Lance Taylor  <ian@cygnus.com>
13497         * Makefile.in (CC_FOR_TARGET): Check for xgcc, not Makefile.
13498         (CXX_FOR_TARGET): Likewise.
13499         (GCC_FOR_TARGET): Define.
13500         (BASE_FLAGS_TO_PASS): Remove GCC_FOR_TARGET.
13501         (EXTRA_GCC_FLAGS): Define GCC_FOR_TARGET based on whether
13502         CC_FOR_TARGET was specified on the command line.
13503         (MAKEOVERRIDES): Don't define.
13505 Thu Oct 17 10:27:56 1996  Doug Evans  <dje@canuck.cygnus.com>
13507         * configure.in (m32r): Fix spelling of libg++ libs.
13509 Thu Oct 10 10:37:17 1996  Stan Shebs  <shebs@andros.cygnus.com>
13511         * config.sub (-apple*): Remove, now redundant.
13513 Thu Oct 10 12:30:54 1996  Ian Lance Taylor  <ian@cygnus.com>
13515         * configure: Don't get confused by CPU-VENDOR-linux-gnu.
13517         * configure: Rework yesterday's sed script patch.
13519         * config.sub: Merge with FSF.
13521 Wed Oct  9 17:24:59 1996  Per Bothner  <bothner@deneb.cygnus.com>
13523         * config.guess:  Merge from FSF.
13525         1996-09-12  Richard Stallman  <rms@ethanol.gnu.ai.mit.edu>
13526         * config.guess: Use pc instead of unknown, for pc clone systems.
13527         Change linux to linux-gnu.
13529         Mon Jul 15 23:51:11 1996  Karl Heuer  <kwzh@gnu.ai.mit.edu>
13530         * config.guess: Avoid non-portable tr syntax.
13532 Wed Oct  9 06:06:46 1996  Jeffrey A Law  (law@cygnus.com)
13534         * test-build.mk (HOLES): Add "xargs" for gdb.
13536         * configure: Avoid hpux10.20 sed bug.
13538 Tue Oct  8 08:32:48 1996  Stu Grossman  (grossman@critters.cygnus.com)
13540         * configure.in:  Add support for windows host
13541         (that is a build done under the Microsoft build environment).
13543 Tue Oct  8 10:39:08 1996  Ian Lance Taylor  <ian@cygnus.com>
13545         * Makefile.in: Replace all uses of srcroot with s, to shrink
13546         command line lengths.
13548         Patches from Geoffrey Noer <noer@cygnus.com>:
13549         * configure.in: If configuring for newlib, pass --with-newlib to
13550         subdirectories.
13551         * Makefile.in (CC_FOR_TARGET): If winsup/Makefile exists, pass a
13552         -Bnewlib/ and -Lwinsup to gcc.
13553         (CXX_FOR_TARGET): Likewise.
13555 Mon Oct  7 10:59:35 1996  Ian Lance Taylor  <ian@cygnus.com>
13557         * Makefile.in (ETC_SUPPORT): Add configure.
13559 Fri Oct  4 12:22:58 1996  Angela Marie Thomas (angela@cygnus.com)
13561         * configure.in: Use config/mh-dgux386 for i[345]86-dg-dgux
13562         host configuration file.
13564 Thu Oct  3 09:28:25 1996  Jeffrey A Law  (law@cygnus.com)
13566         * configure.in: Break mn10x00 support into separate
13567         mn10200 and mn10300 configurations.
13568         * config.sub: Likewise.
13570 Wed Oct  2 22:27:52 1996  Jeffrey A Law  (law@cygnus.com)
13572         * configure.in: Add lots of stuff to noconfigdirs for
13573         the mn10x00 targets.
13575         * config.sub, configure.in: Add mn10x00 support.
13577 Wed Oct  2 15:52:36 1996  Klaus Kaempf  <kkaempf@progis.de>
13579         * make-all.com: Call conf-a-gas, not config-a-gas.
13581 Tue Oct  1 01:28:41 1996  James G. Smith  <jsmith@cygnus.co.uk>
13583         * configure.in (noconfigdirs): Don't build libgloss for arm-coff
13584         targets.
13586 Mon Sep 30 14:24:01 1996  Stan Shebs  <shebs@andros.cygnus.com>
13588         * mpw-README: Add much more detail for native PowerMac.
13589         * mpw-install: New file.
13590         * mpw-configure: Add --norecursion and --help options.
13591         * mpw-config.in: Translate readme and install files when
13592         copying to objdir.
13593         * mpw-build.in: Don't always depend on byacc and flex.
13594         (install-only-top): New action.
13596 Fri Sep 27 17:39:44 1996  Stu Grossman  (grossman@critters.cygnus.com)
13598         * configure.in:  You can now configure GDB for the v850.
13600 Tue Sep 24 19:05:12 1996  Stan Shebs  <shebs@andros.cygnus.com>
13602         * configure.in (noconfigdirs): Don't configure any C++ dirs
13603         if targeting D10V.
13605 Tue Sep 17 12:15:31 1996  Ian Lance Taylor  <ian@cygnus.com>
13607         * config.sub: Recognize mips64vr5000.
13609 Mon Sep 16 17:00:52 1996  Ian Lance Taylor  <ian@cygnus.com>
13611         * configure.in: Use a single line for host_tools and native_only.
13613 Mon Sep  9 12:21:30 1996  Doug Evans  <dje@canuck.cygnus.com>
13615         * config.sub, configure.in: Add entries for m32r.
13617 Thu Sep  5 13:52:47 1996  Tom Tromey  <tromey@creche.cygnus.com>
13619         * Makefile.in (inet-install): Don't run install-gzip.
13621 Wed Sep  4 17:26:13 1996  Stu Grossman  (grossman@critters.cygnus.com)
13623         * configure.in:  Don't config lots of things for *-*-windows*.
13625 Sat Aug 31 11:45:57 1996  Stan Shebs  <shebs@andros.cygnus.com>
13627         * mpw-config.in: Test for mpw-true, true, and null-command scripts.
13628         (host_libs, host_tools): Copy from configure.in.
13629         * mpw-configure: Don't complain about directories not found.
13631 Thu Aug 29 16:44:58 1996  Michael Meissner  <meissner@tiktok.cygnus.com>
13633         * configure.in (i[345]86): Recognize i686 for pentium pro.
13634         (i[3456]86-*-dgux*): Use config/mh-sysv for the host configuration
13635         file.
13637         * config.guess (i[345]86): Ditto.
13639 Mon Aug 26 18:34:42 1996  Martin M. Hunt  <hunt@pizza.cygnus.com>
13641         * configure.in (noconfigdirs): Removed gdb for D10V.
13643 Thu Aug 22 17:13:52 1996  Jeffrey A Law  (law@cygnus.com)
13645         * configure.in: Remove ld, target-libio, target-libg++, and
13646         target-libstdc++ from noconfigdirs.
13648 Wed Aug 21 18:56:38 1996  Fred Fish  <fnf@cygnus.com>
13650         * configure: Fix three locations where shell scripts were
13651         being run directly rather than with config_shell.
13653 Tue Aug 20 13:08:47 1996  J.T. Conklin  <jtc@hippo.cygnus.com>
13655         * configure.in (v850-*-*): Set up initial $noconfigdirs.
13656         * config.sub (basic_machine): Recognize v850.
13658 Thu Aug 15 12:19:33 1996  Stan Shebs  <shebs@andros.cygnus.com>
13660         * mpw-configure: Handle multiple enable/disable options and
13661         pass them down recursively, handle -c and -s flags appropriately
13662         depending on choice of compiler, add escape mechanism for
13663         quoted arguments to gC.
13665 Mon Aug 12 13:15:13 1996  Michael Meissner  <meissner@tiktok.cygnus.com>
13667         * configure.in (powerpc*-*-*): For eabi, system V.4, Linux, and
13668         solaris targets, use config/mt-ppc to set C{,XX}FLAGS_FOR_TARGETS
13669         so that -mrelocatable-lib and -mno-eabi are used.
13671         * Makefile.in (CONFIGURE_TARGET_MODULES): If target compiler does
13672         not support --print-multi-lib, don't abort.
13674 Thu Aug  8 12:18:59 1996  Klaus Kaempf  <kkaempf@progis.de>
13676         * make-all.com: Run config-a-gas.
13677         * setup.com: Don't copy subdirectory files around.
13679 Tue Jul 30 17:49:31 1996  Brendan Kehoe  <brendan@cygnus.com>
13681         * configure.in (*-*-ose): Remove exclusion of libgloss for this
13682         target, it now compiles correctly.
13684 Sat Jul 27 15:10:43 1996  Stan Shebs  <shebs@andros.cygnus.com>
13686         * mpw-config.in: Generate Mac include for elf/dwarf2.h.
13688 Tue Jul 23 10:47:04 1996  Martin M. Hunt  <hunt@pizza.cygnus.com>
13690         * configure.in (d10v-*-*): Remove ld from $noconfigdirs.
13692 Mon Jul 22 13:28:51 1996  Brendan Kehoe  <brendan@lisa.cygnus.com>
13694         * configure.in (native_only): Add prms.
13696 Mon Jul 22 12:27:58 1996  Ian Lance Taylor  <ian@cygnus.com>
13698         * Makefile.in (GAS_SUPPORT_DIRS): Add make-all.com and setup.com.
13699         (BINUTILS_SUPPORT_DIRS): Likewise.
13701 Thu Jul 18 12:55:40 1996  Michael Meissner  <meissner@tiktok.cygnus.com>
13703         * configure.in (d10v-*-*): Don't configure ld or gdb until the
13704         d10v support is added.
13706 Wed Jul 17 14:33:09 1996  Martin M. Hunt  <hunt@pizza.cygnus.com>
13708         * configure.in (d10v-*-*): New target.
13710 Mon Jul 15 11:53:00 1996  Jeffrey A Law  (law@cygnus.com)
13712         * config.guess (HP 9000/811): Recognize this as a PA1.1
13713         machine.
13715 Fri Jul 12 23:21:17 1996  Ken Raeburn  <raeburn@cygnus.com>
13717         * Makefile.in (do-tar-gz): New target, split out from tail end of
13718         taz target.  Run each command separately, don't use pipes.
13719         (taz): Use it.
13721 Fri Jul 12 12:08:04 1996  Stan Shebs  <shebs@andros.cygnus.com>
13723         * mpw-configure: Look for g-mpw-make.sed in config/mpw.
13724         * mpw-build.in: No builds should depend on building byacc or flex,
13725         they are assumed to be installed already.
13727 Fri Jul 12 09:52:52 1996  Michael Meissner  <meissner@tiktok.cygnus.com>
13729         * Makefile.in (CONFIGURE_TARGET_MODULES): Set r environment
13730         variable that CC_FOR_TARGET needs.
13732 Thu Jul 11 10:09:45 1996  Michael Meissner  <meissner@tiktok.cygnus.com>
13734         * Makefile.in (CONFIGURE_TARGET_MODULES): Determine if the multlib
13735         options have changed since the last time the subdirectory was
13736         configured, and if it has, reconfigure.
13737         (CLEAN_TARGET_MODULES): Delete multilib.out and tmpmulti.out, which
13738         CONFIGURE_TARGET_MODULES uses to remember the old multilib options.
13740 Wed Jul 10 18:56:59 1996  Doug Evans  <dje@canuck.cygnus.com>
13742         * Makefile.in (ALL_MODULES,CROSS_CHECK_MODULES,INSTALL_MODULES,
13743         CLEAN_MODULES): Add bash.
13744         (all-bash): New target.
13746 Mon Jul  8 17:33:14 1996  Jim Wilson  <wilson@cygnus.com>
13748         * configure.in (mips-sgi-irix6*): Use mh-irix6 instead of mh-irix5.
13750 Mon Jul  1 13:31:35 1996  Michael Meissner  <meissner@tiktok.cygnus.com>
13752         * config.sub (basic_machine): Recognize d10v as a valid processor.
13754 Fri Jun 28 12:14:35 1996  Stan Shebs  <shebs@andros.cygnus.com>
13756         * mpw-configure: Add support for --bindir.
13757         * mpw-build.in: Use a GCC-specific build script for GCC actions.
13759 Wed Jun 26 17:20:12 1996  Geoffrey Noer  <noer@cygnus.com>
13761         * configure.in: add bash, time, gawk to list of hosttools and things
13762         to only build for native toolchains
13764 Tue Jun 25 23:09:03 1996  Jason Molenda  (crash@godzilla.cygnus.co.jp)
13766         * Makefile.in (docdir): Remove.
13768 Tue Jun 25 19:00:08 1996  Jason Molenda  (crash@godzilla.cygnus.co.jp)
13770         * Makefile.in (datadir): Set to $(prefix)/share.
13772 Mon Jun 24 23:26:07 1996  Geoffrey Noer  <noer@cygnus.com>
13774         * configure.in: build diff and patch for cygwin32-hosted
13775         toolchains.
13777 Mon Jun 24 15:01:12 1996  Joel Sherrill  <joel@merlin.gcs.redstone.army.mil>
13779         * config.sub: Accept -rtems*.
13781 Sun Jun 23 22:41:54 1996  Geoffrey Noer  <noer@cygnus.com>
13783         * configure.in: enable dosrel for cygwin32-hosted builds,
13784                 remove diff from the list of things not buildable
13785                 via Canadian Cross
13787 Sat Jun 22 11:39:01 1996  Jason Merrill  <jason@yorick.cygnus.com>
13789         * Makefile.in (TARGET_SUBDIR): Move comment to previous line so we
13790         don't get ". ".
13792 Fri Jun 21 17:24:48 1996  Jim Wilson  <wilson@cygnus.com>
13794         * configure.in (mips*-sgi-irix6*): Set noconfigdirs appropriately.
13796 Thu Jun 20 16:57:40 1996  Ken Raeburn  <raeburn@cygnus.com>
13798         * Makefile.in (taz): Handle case where tex3patch didn't even get
13799         checked out.  Also, if it was found, put the symlink in a new util
13800         subdirectory.
13802 Thu Jun 20 12:20:33 1996  Michael Meissner  <meissner@tiktok.cygnus.com>
13804         * config.guess (*:Linux:*:*): Add support for PowerPC Linux.
13806 Tue Jun 18 14:24:12 1996  Klaus Kaempf  (kkaempf@progis.de)
13808         * config.sub: Recognize -openvms.
13809         * configure.in (alpha*-*-*vms*): Set noconfigdirs.
13810         * make-all.com, setup.com: New files.
13812 Mon Jun 17 16:34:46 1996  Jason Merrill  <jason@yorick.cygnus.com>
13814         * Makefile.in (taz): tex3patch moved to texinfo/util.
13816 Sat Jun 15 17:13:25 1996  Geoffrey Noer <noer@cygnus.com>
13818         * configure: enable_gdbtk=no for cygwin32-hosted toolchains
13819         * configure.in: remove make from disable-if-Can-Cross list
13820                 enable gdb if ${host} and ${target} are cygwin32
13822 Fri Jun  7 18:16:52 1996  Harlan Stenn <harlan@pfcs.com>
13824         * config.guess (i?86-ncr-sysv*):  Emit minor release numbers.
13825         Recognize the NCR 4850 machine and NCR Pentium-based platforms.
13827 Wed Jun  5 00:09:17 1996  Per Bothner  <bothner@wombat.gnu.ai.mit.edu>
13829         * config.guess:  Combine mips-mips-riscos cases, and use cpp to
13830         distinguish sysv/svr4/bsd variants.
13831         Based on a patch from Harlan Stenn <harlan@pfcs.com>.
13833 Fri Jun  7 14:24:49 1996  Tom Tromey  <tromey@creche.cygnus.com>
13835         * configure.in: Added copyright notice.
13836         * move-if-change: Added copyright notice.
13838 Thu Jun  6 16:27:05 1996  Michael Meissner  <meissner@tiktok.cygnus.com>
13840         * configure.in (powerpcle-*-solaris*): Until we get shared
13841         libraries working, don't build gdb, sim, make, tcl, tk, or
13842         expect.
13844 Tue Jun  4 20:41:45 1996  Per Bothner  <bothner@deneb.cygnus.com>
13846         * config.guess:  Merge with FSF:
13848         Mon Jun  3 08:49:14 1996  Karl Heuer  <kwzh@gnu.ai.mit.edu>
13849         * config.guess (*:Linux:*:*): Add guess for sparc-unknown-linux.
13851         Fri May 24 18:34:53 1996  Roland McGrath  <roland@delasyd.gnu.ai.mit.edu>
13852         * config.guess (AViiON:dgux:*:*): Fix typo in recognizing mc88110.
13854         Fri Apr 12 20:03:59 1996  Per Bothner  <bothner@spiff.gnu.ai.mit.edu>
13855         * config.guess:  Combine two OSF1 rules.
13856         Also recognize field test versions.  From mjr@zk3.dec.com.
13857         * config.guess (dgux):  Use /usr/bin/uname rather than uname,
13858         because GNU uname does not support -p.  From pmr@pajato.com.
13860 Tue Jun  4 11:07:25 1996  Tom Tromey  <tromey@csk3.cygnus.com>
13862         * Makefile.in (MAKEDIRS): Removed $(tooldir).
13864 Tue May 28 12:30:50 1996  Stan Shebs  <shebs@andros.cygnus.com>
13866         * mpw-README: Document GCCIncludes.
13868 Sun May 26 15:16:27 1996  Fred Fish  <fnf@cygnus.com>
13870         * configure.in (alpha-*-linux*): Set enable_shared to yes.
13872 Tue May 21 15:41:39 1996  Stan Shebs  <shebs@andros.cygnus.com>
13874         * mpw-configure: Handle --enable-FOO and --disable-FOO.
13876 Mon May 20 10:12:29 1996  Geoffrey Noer  <noer@cygnus.com>
13878         * configure.in (*-*-cygwin32): Configure make.
13880 Tue May  7 14:19:42 1996  Tom Tromey  <tromey@snuffle.cygnus.com>
13882         * Makefile.in (inet-install): Quote value of INSTALL_MODULES.
13884 Fri May  3 08:57:17 1996  Tom Tromey  <tromey@lisa.cygnus.com>
13886         * Makefile.in (all-inet): Depend on all-perl.
13888         * Makefile.in (inet-install): New target.
13890         * Makefile.in (all-inet): Depend on all-tcl.
13891         (all-inet): Depend on all-send-pr.
13893 Tue Apr 30 13:55:51 1996  Michael Meissner  <meissner@tiktok.cygnus.com>
13895         * configure.in (powerpcle-*-solaris*): Turn off tk and tcl
13896         temporarily.
13898 Thu Apr 25 11:48:20 1996  Ian Lance Taylor  <ian@cygnus.com>
13900         * configure.in: Don't configure --with-gnu-ld on AIX.
13902 Thu Apr 25 06:33:36 1996  Michael Meissner  <meissner@wogglebug.tiac.net>
13904         * configure.in (powerpcle-*-solaris*): Turn off gdb temporarily.
13906 Tue Apr 23 09:07:39 1996  Tom Tromey  <tromey@creche.cygnus.com>
13908         * Makefile.in (ALL_MODULES): Added all-inet.
13909         (CROSS_CHECK_MODULES): Added check-inet.
13910         (INSTALL_MODULES): Added install-inet.
13911         (CLEAN_MODULES): Added clean-inet.
13912         (all-indent): New target.
13914         * configure.in (host_tools): Added inet.
13915         (native_only): Added inet.
13916         (noconfigdirs): Added inet.
13918 Fri Apr 19 15:35:29 1996  Ian Lance Taylor  <ian@cygnus.com>
13920         * configure.in: Don't configure libgloss if we are not configuring
13921         newlib.
13923 Wed Apr 17 19:30:01 1996  Rob Savoye  <rob@chinadoll.cygnus.com>
13925         * configure.in: Don't configure libgloss for unsupported
13926         architectures.
13928 Tue Apr 16 11:17:05 1996  Michael Meissner  <meissner@tiktok.cygnus.com>
13930         * Makefile.in (CLEAN_MODULES): Add clean-apache.
13932 Mon Apr 15 15:09:05 1996  Tom Tromey  <tromey@creche.cygnus.com>
13934         * Makefile.in (ALL_MODULES): Include all-apache.
13935         (CROSS_CHECK_MODULES): Include check-apache.
13936         (INSTALL_MODULES): Include install-apache.
13937         (all-apache): New target.
13939         * configure.in: Added apache everywhere perl is seen.
13941 Mon Apr 15 14:59:13 1996  Michael Meissner  <meissner@tiktok.cygnus.com>
13943         * Makefile.in: Add support for clean-{module} and
13944         clean-target-{module} rules.
13946 Wed Apr 10 21:37:41 PDT 1996  Marilyn E. Sander <msander@cygnus.com>
13948         * configure.in (*-*-ose) do not build libgloss.
13950 Mon Apr  8 16:16:20 1996  Michael Meissner  <meissner@tiktok.cygnus.com>
13952         * config.guess (prep*:SunOS:5.*:*): Turn into
13953         powerpele-unknown-solaris2.
13955 Mon Apr  8 14:45:41 1996  Ian Lance Taylor  <ian@cygnus.com>
13957         * configure.in: Permit --enable-shared to specify a list of
13958         directories.
13960 Fri Apr  5 08:17:57 1996  Jason Molenda  (crash@phydeaux.cygnus.com)
13962         * configure.in (host==solaris): Pass only the first word of $CC
13963         to /usr/bin/which when checking if we're using /usr/ccs/bin/cc.
13965 Fri Apr  5 03:16:13 1996  Jason Molenda  (crash@phydeaux.cygnus.com)
13967         * Makefile.in (BASE_FLAGS_TO_PASS): pass down $(MAKE).
13969 Thu Mar 28 14:11:11 1996  Tom Tromey  <tromey@creche.cygnus.com>
13971         * Makefile.in (ALL_MODULES): Include all-perl.
13972         (CROSS_CHECK_MODULES): Include check-perl.
13973         (INSTALL_MODULES): Include install-perl.
13974         (ALL_X11_MODULES): Include all-guile.
13975         (CHECK_X11_MODULES): Include check-guile.
13976         (INSTALL_X11_MODULES): Include install-guile.
13977         (all-perl): New target.
13978         (all-guile): New target.
13980         * configure.in (host_tools): Include perl and guile.
13981         (native_only): Include perl and guile.
13982         (noconfigdirs): Don't build guile and perl; no ports have been
13983         done.
13985 Tue Mar 26 21:18:50 1996  Andrew Cagney  <cagney@kremvax.highland.com.au>
13987         * configure (--enable-*): Handle quoted option lists such as
13988         --enable-sim-cflags='-g0 -O' better.
13990 Thu Mar 21 11:53:08 1996  Michael Meissner  <meissner@tiktok.cygnus.com>
13992         * Makefile.in ({,inst}all-target): New rule so we can make and
13993         install all of the target directories easily.
13995 Wed Mar 20 18:10:57 1996  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
13997         * configure.in: Add missing global flag in sed substitution when
13998         deleting `target-' from ${configdirs}.
14000 Thu Mar 14 19:15:06 1996  Ian Lance Taylor  <ian@cygnus.com>
14002         * Makefile.in (DO_X): Don't get confused if CC contains `=' in an
14003         option.
14005         * configure.in (mips*-nec-sysvr4*): Use a host_makefile_frag of
14006         config/mh-necv4.
14008         * install.sh: Correct misspelling of transformbasename.
14010         * config.guess: Recognize mips-*-sysv*.
14012 Mon Mar 11 15:36:42 1996  Dawn Perchik  <dawn@critters.cygnus.com>
14014         * config.sub: Recognize mon960.
14016 Sun Mar 10 13:18:38 1996  Ian Lance Taylor  <ian@cygnus.com>
14018         * configure: Restore Canadian Cross handling of BISON and LEX,
14019         removed in Feb 20 change.
14021 Fri Mar  8 20:07:09 1996  Per Bothner  <bothner@kalessin.cygnus.com>
14023         * README:  Suggestions from Torbjorn Granlund <tege@matematik.su.se>:
14024         Mention make install.  Remove the old copyright date as well the
14025         clumsy and rather pointless copyright on the README file.
14027 Fri Mar  8 17:51:35 1996  Ian Lance Taylor  <ian@cygnus.com>
14029         * Makefile.in ($(CONFIGURE_TARGET_MODULES)): If there is a
14030         Makefile after running symlink-tree, then run `make distclean' to
14031         avoid clobbering any generated files in srcdir.
14033 Tue Mar  5 08:21:44 1996  J.T. Conklin  <jtc@rtl.cygnus.com>
14035         * configure.in (m68k-*-netbsd*): Build everything now.
14037 Wed Feb 28 12:25:46 1996  Jason Merrill  <jason@yorick.cygnus.com>
14039         * Makefile.in (taz): Fix quoting.
14041 Tue Feb 27 11:33:57 1996  Doug Evans  <dje@charmed.cygnus.com>
14043         * configure.in (sparclet-*-*): Build everything now.
14045 Tue Feb 27 14:31:51 1996  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
14047         * configure.in (m68k-*-linux*): New host.
14049 Mon Feb 26 14:32:44 1996  Ian Lance Taylor  <ian@cygnus.com>
14051         * configure: Check for bison before byacc.
14053 Tue Feb 20 23:12:35 1996  Stu Grossman  (grossman@critters.cygnus.com)
14055         * Makefile.in configure:  Change the way LEX and BISON/YACC are
14056         set.  configure now defines DEFAULT_LEX and DEFAULT_YACC by
14057         searching PATH.  These are used as fallbacks by Makefile.in if
14058         flex/bison/byacc aren't in objdir.
14060 Mon Feb 19 11:45:30 1996  Ian Lance Taylor  <ian@cygnus.com>
14062         * Makefile.in: Make everything which depends upon all-bfd also
14063         depend upon all-opcodes, in case --with-commonbfdlib is used.
14065 Thu Feb 15 19:50:50 1996  Michael Meissner  <meissner@tiktok.cygnus.com>
14067         * configure.in (host *-*-cygwin32): Don't build gdb if we are
14068         building NT native compilers on Unix.
14070 Thu Feb 15 17:42:25 1996  Ian Lance Taylor  <ian@cygnus.com>
14072         * configure.in: Don't get CC from the host Makefile fragment if we
14073         can find gcc in PATH, or if this is a Canadian Cross.  Move the
14074         Solaris test for /usr/ucb/cc to the post target script, just after
14075         the compiler sanity test.
14077 Wed Feb 14 16:57:40 1996  Ian Lance Taylor  <ian@cygnus.com>
14079         * config.sub: Merge with FSF.
14081 Tue Feb 13 14:27:48 1996  Ian Lance Taylor  <ian@cygnus.com>
14083         * Makefile.in (RPATH_ENVVAR): New variable.
14084         (REALLY_SET_LIB_PATH): Use it.
14085         * configure.in: On HP/UX, set RPATH_ENVVAR to SHLIB_PATH.
14087 Mon Feb 12 15:28:49 1996  Doug Evans  <dje@charmed.cygnus.com>
14089         * config.sub, configure.in: Recognize sparclet cpu.
14091 Mon Feb 12 15:33:59 1996  Christian Bauernfeind <chrisbfd@theorie3.physik.uni-erlangen.de>
14093         * config.guess:  Support m68k-cbm-sysv4.
14095 Sat Feb 10 12:06:42 1996  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
14097         * config.guess (*:Linux:*:*): Guess m68k-unknown-linux and
14098         m68k-unknown-linuxaout from linker help string.  Put quotes around
14099         $ld_help_string.
14101 Thu Dec  7 09:03:24 1995  Tom Horsley  <Tom.Horsley@mail.hcsc.com>
14103         * config.guess (powerpc-harris-powerunix): Add guess for port
14104         to new target.
14106 Thu Feb  8 15:37:52 1996  Brendan Kehoe  <brendan@lisa.cygnus.com>
14108         * config.guess (UNAME_VERSION): Recognize X4.x as an OSF version.
14110 Mon Feb  5 16:36:51 1996  Ian Lance Taylor  <ian@cygnus.com>
14112         * configure.in: If --enable-shared was used, set SET_LIB_PATH to
14113         $(REALLY_SET_LIB_PATH) in Makefile.
14114         * Makefile.in (SET_LIB_PATH): New variable.
14115         (REALLY_SET_LIB_PATH): New variable.
14116         ($(DO_X)): Use $(SET_LIB_PATH).
14117         (install.all, gcc-no-fixedincludes, $(ALL_MODULES)): Likewise.
14118         ($(NATIVE_CHECK_MODULES), $(CROSS_CHECK_MODULES)): Likewise.
14119         ($(INSTALL_MODULES), $(CONFIGURE_TARGET_MODULES)): Likewise.
14120         ($(ALL_TARGET_MODULES), $(CHECK_TARGET_MODULES)): Likewise.
14121         ($(INSTALL_TARGET_MODULES), $(ALL_X11_MODULES)): Likewise.
14122         ($(CHECK_X11_MODULES), $(INSTALL_X11_MODULES)): Likewise.
14123         (all-gcc, all-bootstrap, check-gcc, install-gcc): Likewise.
14124         (install-dosrel): Likewise.
14125         (all-opcodes): Depend upon all-libiberty.
14127 Sun Feb  4 16:51:11 1996  Steve Chamberlain  <sac@slash.cygnus.com>
14129         * config.guess (*:CYGWIN*): New
14131 Sat Feb  3 10:42:35 1996  Michael Meissner  <meissner@tiktok.cygnus.com>
14133         * Makefile.in (all-target-winsup): All all-target-libiberty.
14135 Fri Feb  2 17:58:56 1996  Michael Meissner  <meissner@tiktok.cygnus.com>
14137         * configure.in (noconfigdirs): Add missing # in front of comment.
14139 Thu Feb  1 14:38:13 1996  Geoffrey Noer  <noer@cygnus.com>
14141         * configure.in: add second pass to things added to noconfigdirs
14142         so *-gm-magic can exclude libgloss properly.
14144 Thu Feb  1 11:10:16 1996  Stan Shebs  <shebs@andros.cygnus.com>
14146         * mpw-configure (extralibs_name, rez_name): Set correctly
14147         for MWC68K compiler.
14149         * mpw-README: Add more info on the necessary build tools.
14151 Thu Feb  1 10:22:38 1996  Steve Chamberlain  <sac@slash.cygnus.com>
14153         * configure.in, config.sub: Recognize cygwin32.
14155 Wed Jan 31 14:17:10 1996  Richard Henderson  <rth@tamu.edu>
14157         * config.guess, config.sub: Recognize A/UX.
14159 Wed Jan 31 13:52:14 1996  Ian Lance Taylor  <ian@cygnus.com>
14161         * config.sub: Merge with gcc/config.sub.
14163 Thu Jan 25 11:01:10 1996  Raymond Jou  <rjou@mexican.cygnus.com>
14165         * mpw-build.in (do-binutils): Add build of stamps.
14167 Thu Jan 25 17:05:26 1996  James G. Smith  <jsmith@cygnus.co.uk>
14169         * config.sub: Add recognition for mips64vr4100*-* targets.
14171 Wed Jan 24 12:47:55 1996  Brendan Kehoe  <brendan@lisa.cygnus.com>
14173         * test-build.mk: Add checking of `hpux9' rather than just `hpux'.
14174         Add creation of gconfigargs with `--enable-shared' turned on.
14175         ($(host)-stamp-stage2-configured): Pass $(gconfigargs).
14176         ($(host)-stamp-stage3-configured): Likewise.
14177         (HOLES): Add chatr and ldd.
14178         (i386-ncr-sysv4.3*): Add use of /usr/ccs/bin in the PATH and HOLE_DIRS.
14180 Wed Jan 24 20:32:30 1996  Torbjorn Granlund  <tege@noisy.matematik.su.se>
14182         * configure: Pass --nfp to recursive configures.
14184 Mon Jan 22 10:41:56 1996  Steve Chamberlain  <sac@slash.cygnus.com>
14186         * Makefile.in (DLLTOOL): New.
14187         (DLLTOOL_FOR_TARGET): New.
14188         (EXTRA_HOST_FLAGS): Pass down DLLTOOL.
14189         (EXTRA_TARGET_FLAGS): Ditto.
14190         (EXTRA_GCC_FLAGS): Ditto.
14191         (CONFIGURE_TARGET_MODULES): Ditto.
14192         (DO_X): Ditto.
14193         * configure: Add DLLTOOL.
14195 Fri Jan 19 13:30:15 1996  Stan Shebs  <shebs@andros.cygnus.com>
14197         SCO OpenServer 5 changes from Robert Lipe <robertl@dgii.com>:
14198         * configure.in (i[345]86-*-sco3.2v5*): Use mh-sysv instead of
14199         mh-sco, since old workarounds no longer needed, and don't
14200         build ld, since libraries have weak symbols in COFF.
14202 Sun Jan 14 23:01:31 1996  Fred Fish  <fnf@cygnus.com>
14204         * Makefile.in (CONFIGURE_TARGET_MODULES): Add missing ';'.
14206 Fri Jan 12 15:25:35 1996  Ian Lance Taylor  <ian@cygnus.com>
14208         * configure.in: Make sure that ${CC} can be used to compile an
14209         executable.
14211 Sat Jan  6 07:23:33 1996  Michael Meissner  <meissner@wogglebug.tiac.net>
14213         * Makefile.in (all-gdb): Depend on $(GDB_TK).
14214         * configure (GDB_TK): Set GDB_TK to either "all-tcl all-tk" or
14215         nothing depending on whether gdbtk is being built.
14217 Wed Jan  3 17:54:41 1996  Doug Evans  <dje@canuck.cygnus.com>
14219         * Makefile.in (newlib.tar.gz): Delete building of newlib's info files.
14221 Mon Jan  1 19:09:14 1996  Brendan Kehoe  <brendan@rtl.cygnus.com>
14223         * configure.in (noconfigdirs): Put ld or gas in this early, if the
14224         user specifically used --with-gnu-ld=no or --with-gnu-as=no.
14226 Sat Dec 30 16:08:57 1995  Doug Evans  <dje@canuck.cygnus.com>
14228         * config-ml.in: Add support for
14229         --disable-{softfloat,m68881,m68000,m68020} on m68*-*-*.
14230         Simplify setting of multidirs from --disable-foo.
14232 Fri Dec 29 07:56:11 1995  Michael Meissner  <meissner@tiktok.cygnus.com>
14234         * Makefile.in (EXTRA_GCC_FLAGS): If any of the make variables
14235         LANGUAGES, BOOT_CFLAGS, STMP_FIXPROTO, LIMITS_H_TEST,
14236         LIBGCC1_TEST, LIBGCC2_CFLAGS, LIBGCC2_INCLUDES, and ENQUIRE are
14237         non-empty, pass them on to the  GCC make.
14238         (all-bootstrap): New rule that is like all-gcc, except it executes
14239         the GCC bootstrap rule instead of the GCC all rule.
14241 Wed Dec 27 15:51:48 1995  Doug Evans  <dje@canuck.cygnus.com>
14243         * config-ml.in (ml_realsrcdir): New, to account for ${subdir}.
14245 Tue Dec 26 11:45:31 1995  Michael Meissner  <meissner@tiktok.cygnus.com>
14247         * config.guess (AViiON:dgux:*:*): Update from FSF to add pentium
14248         DG/UX support.
14250 Fri Dec 15 10:01:27 1995  Stan Cox  <coxs@dg-rtp.dg.com>
14252         * config.sub (i*86*) Change [345] to [3456]
14254 Wed Dec 20 17:41:40 1995  Brendan Kehoe  <brendan@lisa.cygnus.com>
14256         * configure.in (noconfigdirs): Add gas or ld if --with-gnu-as=no or
14257         --with-gnu-ld=no.
14259 Wed Dec 20 15:15:35 1995  Michael Meissner  <meissner@tiktok.cygnus.com>
14261         * config-ml.in (rs6000*, powerpc*): Add switches to control which
14262         AIX multilibs get built.
14264 Mon Dec 18 17:55:46 1995  Jason Molenda  (crash@phydeaux.cygnus.com)
14266         * configure.in (i386-win32): Don't build expect if we're not
14267         building the tcl subdir.
14269 Mon Dec 18 11:47:19 1995  Stan Shebs  <shebs@andros.cygnus.com>
14271         * Makefile.in: (configure-target-examples, all-target-examples):
14272         New targets, configure and build example programs.
14274 Fri Dec 15 16:13:03 1995  Stan Shebs  <shebs@andros.cygnus.com>
14276         * mpw-configure: If an mpw-config.in generated a file mk.sed,
14277         use it as input to sedit the generated MPW makefile.
14278         * mpw-README: Add a suggestion about Gestalt.h.
14280 Wed Dec 13 16:43:51 1995  Ian Lance Taylor  <ian@cygnus.com>
14282         * config.sub: Accept *-*-ieee*.
14284 Tue Dec 12 11:52:57 1995  Ian Lance Taylor  <ian@cygnus.com>
14286         * Makefile.in (local-distclean): Remove $(TARGET_SUBDIR).  From
14287         Ronald F. Guilmette <rfg@monkeys.com>.
14289 Mon Dec 11 15:31:58 1995  Jason Molenda  (crash@phydeaux.cygnus.com)
14291         * configure.in (host==powerpc-pe): Add many directories to noconfigdirs
14292         for powerpc-pe native.
14293         (target==i386-win32): add tcl, make to noconfigdirs if canadian cross.
14294         (target==powerpc-pe): duplicate i386-win32 entry.
14296 Sat Dec  9 14:58:28 1995  Jim Wilson  <wilson@chestnut.cygnus.com>
14298         * configure.in (noconfigdirs): Exclude target-newlib for all versions
14299         of vxworks, not just vxworks5.1.
14301 Mon Dec  4 12:05:40 1995  Stan Shebs  <shebs@andros.cygnus.com>
14303         * mpw-configure: Add support for exec-prefix.
14305 Mon Dec  4 10:22:50 1995  Jeffrey A. Law  <law@rtl.cygnus.com>
14307         * config.guess: Recognize HP model 816 machines as having
14308         a PA1.1 processor.
14310 Mon Dec  4 12:38:15 1995  Ian Lance Taylor  <ian@cygnus.com>
14312         * configure: Ignore new autoconf configure options.
14314 Thu Nov 30 16:57:33 1995  Per Bothner  <bothner@wombat.gnu.ai.mit.edu>
14316         * config.guess:  Recognize Pentium under SCO.
14317         From Robert Lipe <robertl@arnet.com>.
14319 Wed Nov 29 13:49:08 1995  J.T. Conklin  <jtc@rtl.cygnus.com>
14321         * configure.in (noconfigdirs): Disable target-libio on v810-*-*.
14323 Wed Nov 29 12:12:01 1995  Ian Lance Taylor  <ian@cygnus.com>
14325         * configure.in: Don't configure gas for alpha-dec-osf*.
14327 Tue Nov 28 17:16:48 1995  Ian Lance Taylor  <ian@cygnus.com>
14329         * configure.in: Default to --with-stabs for some targets for which
14330         it makes sense: mips*-*-*, alpha*-*-osf*, i[345]86*-*-sysv4* and
14331         i[345]86*-*-unixware*.
14333 Mon Nov 27 13:44:15 1995  Ian Lance Taylor  <ian@cygnus.com>
14335         * config-ml.in: Get list of multidirs using gcc --print-multi-lib
14336         rather than basing it on the target.  Simplify handling of options
14337         controlling which directories to configure.  Remove extraneous
14338         slash in multi-clean target.
14340 Fri Nov 24 17:29:29 1995  Doug Evans  <dje@deneb.cygnus.com>
14342         * config-ml.in: Prefix more variables with ml_ so they don't collide
14343         with configure's.
14345 Wed Nov 22 11:27:02 1995  Ian Lance Taylor  <ian@cygnus.com>
14347         * configure: Don't turn -v into --v.
14349 Tue Nov 21 16:48:02 1995  Doug Evans  <dje@deneb.cygnus.com>
14351         * configure.in (targargs): Fix typo.
14353         * Makefile.in (DEVO_SUPPORT): Add symlink-tree.
14355 Tue Nov 21 14:08:28 1995  Ian Lance Taylor  <ian@cygnus.com>
14357         * configure.in: Strip --host and --target options from
14358         CONFIG_ARGUMENTS, and always configure for --host only.  Add
14359         --with-cross-host option when building with a cross-compiler.
14360         * configure: Canonicalize the arguments put into config.status by
14361         always using `=' for an option with an argument.  Pass a presumed
14362         --host or --target explicitly.
14364 Fri Nov 17 17:50:30 1995  Stan Shebs  <shebs@andros.cygnus.com>
14366         * config.sub: Merge -macos*, -magic*, -pe*, and -win32 cases
14367         into general OS recognition case.
14369 Fri Nov 17 17:42:25 1995  Jason Molenda  (crash@phydeaux.cygnus.com)
14371         * configure.in (target_configdirs): add target-winsup only
14372         for win32 target systems.
14374 Thu Nov 16 14:04:47 1995  Ian Lance Taylor  <ian@cygnus.com>
14376         * Makefile.in (all-target-libgloss): Depend upon
14377         configure-target-newlib, since when libgloss is built it looks to
14378         see if the newlib directory exists.
14380 Wed Nov 15 14:47:52 1995  Ken Raeburn  <raeburn@cygnus.com>
14382         * Makefile.in (DEVO_SUPPORT): Use config-ml.in instead of
14383         cfg-ml-*.in.
14385 Wed Nov 15 11:45:23 1995  Ian Lance Taylor  <ian@cygnus.com>
14387         * configure: Handle LD and LD_FOR_TARGET when configuring a
14388         Canadian Cross.
14390 Tue Nov 14 14:56:11 1995  Jason Molenda  (crash@phydeaux.cygnus.com)
14392         * configure.in (target_libs): add target-winsup.
14393         (target==i386-win32): add patch diff flex make to $noconfigdirs.
14394         (target==ppcle-pe): remove ld from $noconfigdirs.
14396 Tue Nov 14 01:25:50 1995  Doug Evans  <dje@canuck.cygnus.com>
14398         * Makefile.in (CONFIGURE_TARGET_MODULES): Pass --with-target-subdir.
14399         Preserve relative path names in $srcdir.  Build symlink tree if
14400         configuring cross target dir and srcdir=. (= no VPATH support).
14401         (configure-target-libg++): Depend on configure-target-librx.
14402         * cfg-ml-com.in, cfg-ml-pos.in: Deleted.
14403         * config-ml.in: New file.
14404         * symlink-tree: New file.
14405         * configure: Ensure srcdir="." if that's what it is.
14407 Mon Nov 13 12:34:20 1995  Stan Shebs  <shebs@andros.cygnus.com>
14409         * mpw-README: Clarify some phrasing, add notes about CodeWarrior
14410         includes and FLEX_SKELETON setting.
14411         * mpw-configure (--with-gnu-ld): New option, controls whether
14412         to use PPCLink or ld with PowerMac GCC.
14413         * mpw-build.in (all-grez, do-grez, install-grez): New targets.
14414         * mpw-config.in: Configure grez if targeting Mac.
14416         * config.sub: Accept pmac and pmac-mpw as names for PowerMacs,
14417         accept mpw and mac-mpw as names for m68k Macs, change macos7 to
14418         just macos.
14419         * configure.in: Configure grez resource compiler if targeting Mac.
14420         * Makefile.in (all-grez, install-grez): New targets.
14422 Wed Nov  8 17:33:51 1995  Jason Merrill  <jason@yorick.cygnus.com>
14424         * configure: CXX defaults to gcc, not g++.  If we find
14425         gcc in the path, set CC to gcc -O2.
14427 Tue Nov  7 15:45:17 1995  Ian Lance Taylor  <ian@cygnus.com>
14429         * configure: Default ${build} correctly.  Avoid picking up extra
14430         spaces when reading CC and CXX from Makefile.  When doing a
14431         Canadian Cross, use plausible default values for numerous
14432         variables.
14433         * configure.in: When doing a Canadian Cross, don't try to
14434         configure tools whose configure script can't handle it.
14436 Mon Nov  6 19:32:17 1995  Jim Wilson  <wilson@chestnut.cygnus.com>
14438         * cfg-ml-com.in (sh-*-*): Add m2 and ml/m2 to multidirs.
14440 Sun Nov  5 00:15:41 1995  Per Bothner  <bothner@kalessin.cygnus.com>
14442         * configure:  Remove dubious bug reporting address.
14444 Fri Nov  3 08:17:54 1995  Per Bothner  <bothner@kalessin.cygnus.com>
14446         * Makefile.in ($(CONFIGURE_TARGET_MODULES)):  If subdir has
14447         configure script, run that instead of this directory's configure.
14448         In either case, print a message that we're configuring the sub-dir.
14450 Thu Nov  2 23:23:36 1995  Per Bothner  <bothner@kalessin.cygnus.com>
14452         * configure.in: Before checking for the existence of various files,
14453         use sed to filter out "target-".
14455 Thu Nov  2 13:24:56 1995  Ian Lance Taylor  <ian@cygnus.com>
14457         * Makefile.in (DO_X): Split rule to decrease command line length
14458         for systems with small ARG_MAX values.  From phdm@info.ucl.ac.be
14459         (Philippe De Muyter).
14461 Wed Nov  1 15:18:35 1995  Jason Molenda  (crash@phydeaux.cygnus.com)
14463         * Makefile.in (all-patch): depend on all-libiberty.
14465 Wed Nov  1 12:23:20 1995  Ian Lance Taylor  <ian@cygnus.com>
14467         * configure.in: If the only directory in target_configdirs which
14468         actually exists is libiberty, then set target_configdirs to empty,
14469         to avoid trying to build a target libiberty in a gas or gdb
14470         distribution.
14472 Tue Oct 31 17:52:39 1995  J.T. Conklin  <jtc@slave.cygnus.com>
14474         * configure.in (host_makefile_frag): Use m68k-sun-sunos* instead
14475         of m68k-sun-* when selecting mh-sun3 to avoid matching NetBSD/sun3
14476         systems.
14478 Tue Oct 31 16:57:32 1995  Jim Wilson  <wilson@chestnut.cygnus.com>
14480         * configure.in (copy_dirs): Use sys-include instead of include
14481         for --with-headers option.
14483 Tue Oct 31 10:29:36 1995  steve chamberlain  <sac@slash.cygnus.com>
14485         * Makefile.in, configure.in: Make winsup builds work with
14486         new scheme.
14488 Mon Oct 30 18:57:09 1995  Ian Lance Taylor  <ian@cygnus.com>
14490         * configure.in: Build the linker on AIX.
14492 Mon Oct 30 12:27:16 1995  Per Bothner  <bothner@kalessin.cygnus.com>
14494         * Makefile.in (CC_FOR_TARGET, CXX_FOR_TARGET):  Add $(TARGET_SUBDIR)
14495         where needed.
14497 Mon Oct 30 12:45:25 1995  Doug Evans  <dje@cygnus.com>
14499         * Makefile.in (all-gcc): Fix typo.
14501 Sat Oct 28 10:27:59 1995  Per Bothner  <bothner@kalessin.cygnus.com>
14503         * Makefile.in ($(CHECK_TARGET_MODULES)):  Fix typo.
14505 Fri Oct 27 23:14:12 1995  Per Bothner  <bothner@kalessin.cygnus.com>
14507         * configure.in:  Rename libFOO to target-libFOO, and xiberty
14508         to target-xiberty, to provide more flexibility.
14509         (target_subdir):  Define.  Create if cross.
14510         Set TARGET_SUBDIR in Makefile to ${target_subdir}.
14511         * Makefile.in:  Rename all-libFOO -> all-target-libFOO, all-xiberty
14512         -> all-target-libiberty, configure-libFOO -> configure-target-libFOO,
14513         check-libFOO -> check-target-libFOO, etc.
14514         ($(DO_X)):  Iterate over TARGET_CONFIGDIRS after SUBDIRS.
14515         ($(CONFIGURE_TARGET_MODULES), $(CHECK_TARGET_MODULES),
14516         $(ALL_TARGET_MODULES), $(INSTALL_TARGET_MODULES)): Update accordingly.
14517         (configure-target-XXX):  Depend on $(ALL_GCC), not all-gcc, to
14518         allow ALL_GCC="" to only configure.
14519         (DEVO_SUPPORT):  Add cfg-ml-com.in and cfg-ml-pos.in.
14520         (ETC_SUPPORT, ETC_SUPPORT_PFX):  Merge;  update 'taz' accordingly.
14521         (LIBGXX_SUPPORT_DIRS):  Remove xiberty.
14523 Sat Oct 28 01:53:49 1995  Ken Raeburn  <raeburn@cygnus.com>
14525         * Makefile.in (taz): Build "info" in etc explicitly.
14527 Fri Oct 27 09:32:30 1995  Stu Grossman  (grossman@cygnus.com)
14529         * configure.in:  Make sure that CC is undefined (as opposed to
14530         null) if toplevel/config/mh-{host} doesn't define it.  Fixes a
14531         problem with autoconf trying to configure on a host without GCC.
14533 Thu Oct 26 22:35:01 1995  Stan Shebs  <shebs@andros.cygnus.com>
14535         * mpw-configure: Set host alias from choice of host compiler,
14536         only use generic MPW Makefile sed if present, edit a file
14537         named "hacked_Makefile.in" instead of "Makefile.in" if present.
14538         * mpw-README: Add problem notes about CW6 and CW7.
14540 Thu Oct 26 05:45:10 1995  Ken Raeburn  <raeburn@kr-pc.cygnus.com>
14542         * Makefile.in (taz): Use ";" instead of ";;".
14544 Wed Oct 25 15:18:24 1995  Per Bothner  <bothner@kalessin.cygnus.com>
14546         * Makefile.in (taz):  Grep for '^diststuff:' or '^info:' in
14547         sub-directory Makefiles, instead of using DISTSTUFFDIRS and
14548         DISTDOCDIRS.
14549         (DISTSTUFFDIRS, DISTDOCDIRS):  Removed - no longer used.
14550         (newlib.tar.gz):  Don't pass DISTDOCDIRS to recursive make.
14552 Wed Oct 25 14:43:55 1995  Per Bothner  <bothner@kalessin.cygnus.com>
14554         * Makefile.in (DISTDOCDIRS):  Remove ld gprof bnutils gas libg++ gdb
14555         and gnats, because they are now subsumed by DISTSTUFFDIRS.
14556         Move bfd to DISTSTUFFDIRS.
14558 Tue Oct 24 18:19:09 1995  Jason Molenda  (crash@phydeaux.cygnus.com)
14560         * Makefile.in (X11_LIB): Removed.
14561         (X11_FLAGS_TO_PASS): pass only X11_EXTRA_CFLAGS and X11_EXTRA_LIBS.
14563         * configure.in (host_makefile_frag): mh-aix & mh-sun removed.
14565 Sun Oct 22 13:04:42 1995  Michael Meissner  <meissner@tiktok.cygnus.com>
14567         * cfg-ml-com.in (powerpc*): Shorten some of the multilib directory
14568         names.
14570 Fri Oct 20 18:02:10 1995  Michael Meissner  <meissner@tiktok.cygnus.com>
14572         * cfg-ml-com.in (powerpc*-eabi*): Add mcall-aixdesc varients.
14574 Thu Oct 19 10:40:57 1995  steve chamberlain  <sac@slash.cygnus.com>
14576         * configure.in (i[345]86-*-win32): Always build newlib.
14577         Don't configure cvs, autoconf or texinfo.
14578         * Makefile.in (LD_FOR_TARGET): New.
14579         (BASE_FLAGS_TO_PASS, EXTRA_TARGET_FLAGS, CONFIGURE_TARGET_MODULES):
14580         Pass down LD_FOR_TARGET.
14582 Wed Oct 18 15:53:56 1995  steve chamberlain  <sac@slash.cygnus.com>
14584         * winsup: New directory.
14585         * Makefile.in: Build winsup.
14586         * configure.in: Winsup is configured when target is win32.
14587         Can only build win32 target GDB when native.
14589 Mon Oct 16 09:42:31 1995  Jeffrey A Law  (law@cygnus.com)
14591         * config.guess: Recognize HP model 819 machines as having
14592         a PA 1.1 processor.
14594 Mon Oct 16 10:49:43 1995  Ian Lance Taylor  <ian@cygnus.com>
14596         * configure: Fix sed loop which substitutes for CC and CXX to
14597         avoid bug found in various sed implementations.
14599 Wed Oct 11 16:16:20 1995  Michael Meissner  <meissner@tiktok.cygnus.com>
14601         * cfg-ml-com.in (powerpc-*-eabisim): Delete separate rule for
14602         simulator.  Use standard powerpc-*-eabi*.
14604 Mon Oct  9 17:21:56 1995  Ian Lance Taylor  <ian@cygnus.com>
14606         * configure.in: Stop putting gas and binutils in noconfigdirs for
14607         powerpc-*-aix* and rs6000-*-*.
14609 Mon Oct  9 12:38:40 1995  Michael Meissner  <meissner@cygnus.com>
14611         * cfg-ml-com.in (powerpc*-*-eabisim*): Add support for building
14612         -mcall-aixdesc libraries.
14614 Fri Oct  6 16:17:57 1995  Ken Raeburn  <raeburn@cygnus.com>
14616         Mon Sep 25 22:49:32 1995  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
14618         * config.sub (arm | armel | armeb): Fix shell syntax.
14620 Fri Oct  6 14:40:28 1995  Michael Meissner  <meissner@tiktok.cygnus.com>
14622         * cfg-ml-com.in ({powerpc,rs6000}-ibm-aix*): Add multilibs for
14623         -msoft-float and -mcpu=common support.
14624         (powerpc*-*-eabisim*): Add support for building -mcall-aix
14625         libraries.
14627 Thu Oct  5 13:26:37 1995  Brendan Kehoe  <brendan@lisa.cygnus.com>
14629         * configure.in: Allow configuration and build of emacs19 for the alpha.
14631 Wed Oct  4 22:05:36 1995  Jason Molenda  (crash@phydeaux.cygnus.com)
14633         * configure.in (CC): Get ^CC, not just any old CC, from
14634         ${host_makefile_frag}.
14636 Wed Oct  4 21:55:00 1995  Jason Molenda  (crash@phydeaux.cygnus.com)
14638         * configure.in (CC): Try to get CC from
14639         ${srcdir}/${host_makefile_frag}, not ${host_makefile_frag}.
14641 Wed Oct  4 21:44:12 1995  Jason Molenda  (crash@phydeaux.cygnus.com)
14643         * Makefile.in (TARGET_CONFIGDIRS): configure targetdirs
14644         only if it exists in $(srcdir).
14646 Wed Oct  4 11:52:31 1995  Ian Lance Taylor  <ian@cygnus.com>
14648         * configure: If CC and CXX are not set in the environment, set
14649         them, based on either an existing Makefile or on searching for gcc
14650         in PATH.  Substitute for CC and CXX in Makefile.
14651         * configure.in: Remove libm from target_libs.  Separate
14652         target_configdirs from configdirs.  If CC is not set in
14653         environment, try to get it from a host Makefile fragment.  Rewrite
14654         changes of configdirs to use skipdirs instead.  A few minor
14655         tweaks.  Take directories out of target_configdirs as they are
14656         taken out of configdirs.  Remove existing Makefile files from
14657         subdirectories.  Substitute for TARGET_CONFIGDIRS and
14658         CONFIG_ARGUMENTS in Makefile.
14659         * Makefile.in (TARGET_CONFIGDIRS): New variable, automatically set
14660         by configure.in.
14661         (CONFIG_ARGUMENTS): Likewise.
14662         (CONFIGURE_TARGET_MODULES): New variable.
14663         ($(DO_X)): Loop over TARGET_CONFIGDIRS as well as SUBDIRS.
14664         ($(CONFIGURE_TARGET_MODULES)): New target.
14665         (configure-libg++, configure-libio): New targets.
14666         (all-libg++): Depend upon configure-libg++.
14667         (all-libio): Depend upon configure-libio.
14668         (configure-libgloss, all-libgloss): New targets.
14669         (configure-libstdc++): New target.
14670         (all-libstdc++): Depend upon configure-libstdc++.
14671         (configure-librx, all-librx): New targets.
14672         (configure-newlib): New target.
14673         (all-newlib): Depend upon configure-newlib
14674         (configure-xiberty): New target.
14675         (all-xiberty): Depend upon configure-xiberty.
14677 Sat Sep 30 04:32:59 1995  Jason Molenda (crash@phydeaux.cygnus.com)
14679         * configure.in (host i[345]86-*-win32):  Expand the
14680         noconfigdirs again.
14682 Thu Sep 28 21:18:49 1995  Stan Shebs  <shebs@andros.cygnus.com>
14684         * mpw-configure: Fix sed command file name.
14686 Thu Sep 28 17:39:56 1995  steve chamberlain  <sac@slash.cygnus.com>
14688         * configure.in (host i[345]86-*-win32): Reduce the
14689         noconfigdirs again.
14691 Wed Sep 27 12:24:00 1995  Ian Lance Taylor  <ian@cygnus.com>
14693         * configure.in: Don't configure ld and gdb for powerpc*-*-winnt*
14694         or powerpc*-*-pe*, since they are not yet supported.
14696 Tue Sep 26 14:30:01 1995  Stan Shebs  <shebs@andros.cygnus.com>
14698         Add PowerMac support and many other enhancements.
14699         * mpw-configure: New option --cc to select compiler to use,
14700         paste options set according to --cc into the generated
14701         Makefile, generate the Makefile by sed'ing the Unix Makefile.in
14702         if mpw-make.sed is present.
14703         * mpw-config.in: Don't test for gC1, test for mpw-touch,
14704         add forward includes for PowerPC include files.
14705         * mpw-build.in: Build using Makefile.PPC if present.
14706         (do-byacc, etc): Remove separate version resource builds.
14707         (do-gas): Build "stamps" before "all".
14708         (do-gcc): Build "stamps-h" and "stamps-c" before "all".
14709         * mpw-README: Update to reflect --cc option, PowerMac support,
14710         and recently-reported compatibility problems.
14712 Fri Sep 22 12:15:42 1995  Doug Evans  <dje@deneb.cygnus.com>
14714         * cfg-ml-com.in (m68*-*-*): Only build multilibs for
14715         embedded m68k systems (-aout, -coff, -elf, -vxworks).
14716         (--with-multilib-top): Pass to recursive invocations.
14718 Tue Sep 19 13:51:05 1995  J.T. Conklin  <jtc@blues.cygnus.com>
14720         * configure.in (noconfigdirs): Disable libg++ and libstdc++ on
14721         v810-*-*.
14723 Mon Sep 18 23:08:26 1995  J.T. Conklin  <jtc@rtl.cygnus.com>
14725         * configure.in (noconfigdirs): Disable bfd, binutils, gas, gcc,
14726         gdb, ld and opcodes on v810-*-*.
14728 Tue Sep 12 18:03:31 1995  Ian Lance Taylor  <ian@cygnus.com>
14730         * Makefile.in (DO_X): Change do-realclean to do-maintainer-clean.
14731         (local-maintainer-clean): New target.
14732         (maintainer-clean): New target.
14733         (realclean): Just depend upon maintainer-clean.
14735 Fri Sep  8 17:11:14 1995  J.T. Conklin  <jtc@rtl.cygnus.com>
14737         * configure.in (noconfigdirs): Disable gdb on m68k-*-netbsd*.
14739 Fri Sep  8 16:46:29 1995  Ian Lance Taylor  <ian@cygnus.com>
14741         * configure.in: Build ld in mips*-*-bsd* case.
14743 Thu Sep  7 20:03:41 1995  Ken Raeburn  <raeburn@cygnus.com>
14745         * config.sub: Accept -lites* OS.  From Ian Dall.
14747 Fri Sep  1 08:06:58 1995  James G. Smith  <jsmith@beauty.cygnus.com>
14749         * config.sub: recognise mips64vr4300 and mips64vr4300el as valid
14750         targets.
14752 Wed Aug 30 21:06:50 1995  Jason Molenda  (crash@phydeaux.cygnus.com)
14754         * configure.in: treat i386-win32 canadian cross the same as
14755         i386-go32 canadian cross.
14757 Thu Aug 24 14:53:20 1995  Michael Meissner  <meissner@tiktok.cygnus.com>
14759         * cfg-ml-com.in (powerpc*-*-eabisim): Add support for PowerPC
14760         running under the simulator to build a reduced set of libraries.
14761         (powerpc-*-eabiaix): Add fine grained multilib support added to
14762         other powerpc targets yesterday.
14764 Wed Aug 23 09:41:56 1995  Michael Meissner  <meissner@tiktok.cygnus.com>
14766         * cfg-ml-com.in (powerpc*): Add support for -disable-biendian,
14767         -disable-softfloat, -disable-relocatable, -disable-aix, and
14768         -disable-sysv to control which multilib libraries get built.
14770 Thu Aug 17 16:03:41 1995  Ken Raeburn  <raeburn@kr-laptop.cygnus.com>
14772         * configure: Add Makefile.tem to list of files to remove in trap
14773         handler.
14775 Mon Aug 14 19:27:56 1995  Per Bothner  <bothner@kalessin.cygnus.com>
14777         * config.guess (*Linux*):  Add missing "exit"s.
14778         Also, need specific check for alpha-unknown-linux (uses COFF).
14780 Fri Aug 11 15:38:20 1995  Per Bothner  <bothner@kalessin.cygnus.com>
14782         * config.guess:  Merge with FSF:
14784         Wed Jun 28 17:57:27 1995  David Edelsohn  <edelsohn@mhpcc.edu>
14785         * config.guess (AIX4): More robust release numbering discovery.
14787         Thu Jun 22 19:01:24 1995  Kenneth Stailey  (kstailey@eagle.dol-esa.gov)
14788         * config.guess (i386-sequent-ptx): Properly get version number.
14790         Thu Jun 22 18:36:42 1995  Uwe Seimet  (seimet@iris1.chemie.uni-kl.de)
14791         * config.guess (mips:*:4*:UMIPS): New case.
14793 Mon Aug  7 09:21:35 1995  Doug Evans  <dje@canuck.cygnus.com>
14795         * configure.in (i386-go32 host): Fix typo (deja-gnu -> dejagnu).
14796         (i386-win32 host): Likewise.  Don't build readline.
14798 Sat Aug  5 09:51:49 1995  Fred Fish  <fnf@rtl.cygnus.com>
14800         * Makefile.in (GDBTK_SUPPORT_DIRS):  Define and pass as part of
14801         SUPPORT_FILES to submakes.
14803 Fri Aug  4 13:04:36 1995  Fred Fish  <fnf@cygnus.com>
14805         * Makefile.in (GDB_SUPPORT_DIRS): Add utils.
14806         (DEVO_SUPPORT): Add mpw-README, mpw-build.in, mpw-config.h and
14807         mpw-configure.
14809 Wed Aug  2 16:32:40 1995  Ken Raeburn  <raeburn@cygnus.com>
14811         * configure.in (appdirs): Use =, not ==, in test expression when
14812         trying to build the text to print in the warning message for
14813         Solaris users.
14815 Mon Jul 31 09:56:18 1995  steve chamberlain  <sac@slash.cygnus.com>
14817         * cfg-ml-com.in (z8k-*-coff): Add 'std' multilib build.
14819 Fri Jul 28 00:16:31 1995  Jeffrey A. Law  <law@rtl.cygnus.com>
14821         * config.guess: Recognize lynx-2.3.
14823 Thu Jul 27 15:47:59 1995  steve chamberlain  <sac@slash.cygnus.com>
14825         * config.sub (z8ksim): Deleted
14826         (z8k-*-coff): New, this is the one true name of the target.
14828 Thu Jul 27 14:33:33 1995  Doug Evans  <dje@canuck.cygnus.com>
14830         * cfg-ml-pos.in (dotdot): Work around SunOS sed bug.
14832 Thu Jul 27 13:31:05 1995  Fred Fish  (fnf@cygnus.com)
14834         * config.guess (*:Linux:*:*): First try asking the linker what the
14835         default object file format is (elf, aout, or coff).  Then if this
14836         fails, try previous methods.
14838 Thu Jul 27 11:28:17 1995  J.T. Conklin  <jtc@rtl.cygnus.com>
14840         * configure.in: Don't build newlib for *-*-vxworks5.1.
14842 Thu Jul 27 11:18:47 1995  Brendan Kehoe  <brendan@lisa.cygnus.com>
14844         * configure.in: Don't build newlib for a29k-*-vxworks5.1.
14845         * test-build.mk: Add setting of --with-headers for a29k-vxworks5.1.
14847 Tue Jul 25 21:25:39 1995  Doug Evans  <dje@canuck.cygnus.com>
14849         * cfg-ml-pos.in (MULTITOP): Trim excess trailing "/.".
14851 Fri Jul 21 10:41:12 1995  Doug Evans  <dje@canuck.cygnus.com>
14853         * cfg-ml-com.in: New file.
14854         * cfg-ml-pos.in: New file.
14856 Wed Jul 19 00:37:27 1995  Jeffrey A. Law  <law@rtl.cygnus.com>
14858         * COPYING.NEWLIB: Add HP free copyright to list.
14860 Tue Jul 18 10:58:51 1995  Michael Meissner  <meissner@tiktok.cygnus.com>
14862         * config.sub: Recognize -eabi* for the system, not just -eabi.
14864 Mon Jul  3 13:44:51 1995  Steve Chamberlain  <sac@slash.cygnus.com>
14866         * Makfile.in (DLLTOOL_FOR_TARGET): New name, pass it down.
14867         * config.sub, configure.in (win32): New target and host.
14869 Wed Jun 28 23:57:08 1995  Steve Chamberlain  <sac@slash.cygnus.com>
14871         * configure.in: Add i386-pe configuration.
14873 Fri Jun 23 14:28:44 1995  Stan Shebs  <shebs@andros.cygnus.com>
14875         * mpw-build.in (install): Install GDB after LD.
14877 Thu Jun 22 17:10:53 1995  Stan Shebs  <shebs@andros.cygnus.com>
14879         * mpw-config.in (elf/mips.h): Always forward-include, needed
14880         for GDB to build.
14882 Wed Jun 21 15:17:30 1995  Rob Savoye  <rob@darkstar.cygnus.com>
14884         * testsuite: New directory for customer acceptance and whole tool
14885         chain tests.
14887 Wed Jun 21 16:50:29 1995  Ken Raeburn  <raeburn@cujo.cygnus.com>
14889         * configure: If per-host line isn't found, but AC_OUTPUT is found
14890         and a configure script exists, run it instead.
14892 Thu Jun 15 21:09:24 1995  Per Bothner  <bothner@kalessin.cygnus.com>
14894         * config.guess:  Update from FSF, for alpha-dec-winnt3.5 and  Crays.
14896 Tue Jun 13 21:43:27 1995  Rob Savoye  <rob@darkstar.cygnus.com>
14898         * configure: Set build_{cpu,vendor,os,alias} to host values when
14899         --build isn't specified.
14901 Mon Jun  5 18:26:36 1995  Jason Merrill  <jason@phydeaux.cygnus.com>
14903         * Makefile.in (PICFLAG, PICFLAG_FOR_TARGET): New macros.
14904         (FLAGS_TO_PASS): Pass them.
14905         (EXTRA_TARGET_FLAGS): Ditto.
14907 Wed May 31 22:27:42 1995  Jim Wilson  <wilson@chestnut.cygnus.com>
14909         * Makefile.in (all-libg++): Depend on all-libstdc++.
14911 Thu May 25 22:40:59 1995  J.T. Conklin  <jtc@rtl.cygnus.com>
14913         * configure.in (noconfigdirs): Enable all packages for
14914           i386-unknown-netbsd.
14916 Sat May 20 13:22:31 1995  Angela Marie Thomas  <angela@cirdan.cygnus.com>
14918         * configure.in (noconfigdirs): Don't configure tk for i386-go32
14919         hosted builds (DOS builds)
14921 Thu May 18 18:08:49 1995  Ken Raeburn  <raeburn@kr-laptop.cygnus.com>
14923         Changes for ARM based on patches from Richard Earnshaw:
14924         * config.sub: Handle armeb and armel.
14925         * configure.in: Omit arm linker only for riscix.
14927 Thu May 11 17:23:26 1995  Per Bothner  <bothner@kalessin.cygnus.com>
14929         * config.guess:  Update from FSF.
14931 Tue May  9 15:52:05 1995  Michael Meissner  <meissner@cygnus.com>
14933         * config.sub: Recognize powerpcle as the little endian variant of
14934         the PowerPC.  Recgonize ppc as a PowerPC variant, and ppcle as a
14935         powerpcle variant.  Convert pentium into i586, not i486.  Add p5
14936         alias for i586.  Map new x86 variants p6, k5, nexgen into i586
14937         temporarily.
14939 Tue May  2 16:29:41 1995  Jeff Law  (law@snake.cs.utah.edu)
14941         * configure.in (hppa*-*-lites*): Treat like hppa*-*-*elf*.
14943 Sun Apr 30 21:38:09 1995  Jeff Law  (law@snake.cs.utah.edu)
14945         * config.sub: Accept -lites* as a basic system type.
14947 Thu Apr 27 11:33:29 1995  Michael Meissner  (meissner@cygnus.com)
14949         * config.guess (*:Linux:*:*): Check for whether the pre-BFD linker is
14950         installed, and if so return linuxoldld as the system name.
14952 Wed Apr 26 10:59:02 1995  Jeff Law  (law@snake.cs.utah.edu)
14954         * config.guess: Add hppa1.1-hp-lites support.
14956 Tue Apr 25 11:08:11 1995  Rob Savoye  <rob@darkstar.cygnus.com>
14958         * configure.in: Don't build newlib for m68k-vxworks5.1.
14960 Wed Apr 19 17:02:43 1995  Jim Wilson  <wilson@chestnut.cygnus.com>
14962         * configure.in (mips-sgi-irix6): Use mh-irix5.
14964 Fri Apr 14 15:21:17 1995  Doug Evans  <dje@chestnut.cygnus.com>
14966         * Makefile.in (all-gcc): Depend on all-ld (for libgcc1-test).
14968 Wed Apr 12 16:06:01 1995  Jason Merrill  <jason@phydeaux.cygnus.com>
14970         * test-build.mk: Enable building of shared libraries on IRIX 5 and
14971         OSF/1.  Fix compiler flags.
14972         * build-all.mk: Support Linux and OSF/1 3.0.  Fix compiler flags.
14974 Tue Apr 11 18:55:40 1995  Doug Evans  <dje@canuck.cygnus.com>
14976         * configure.in: Recognize --with-newlib.
14977         (sparc-*-sunos4*): Build sim, dejagnu, expect, tcl if cross target.
14979 Mon Apr 10 14:38:20 1995  Jason Molenda (crash@phydeaux.cygnus.com)
14981         * Makefile.in: move {all,check,install}-gdb from *_MODULES
14982         to *_X11_MODULES due to gdbtk needing X include files et al.
14984 Mon Apr 10 11:42:22 1995  Stan Shebs  <shebs@andros.cygnus.com>
14986         Merge in support for Mac MPW as a host.
14987         (Old change descriptions retained for informational value.)
14989         * mpw-config.in: Add generic include forwards for cpu-specific
14990         include files in aout and elf directories.
14992         * mpw-configure: Added copyright.
14993         * mpw-config.in: Check for presence of required build tools.
14994         (target_libs): Add newlib.
14995         (target_tools): Add examples.
14996         (Read Me): Generate as "Read Me for MPW" instead.
14997         * mpw-build.in: Base sub-builds on all-foo instead of do-foo.
14998         (all-byacc, do-byacc, all-flex, do-flex, do-newlib): New actions.
14999         (do-gas, do-gcc, do-gdb, do-ld): Build Version.r first.
15001         * mpw-configure: Remove subdir-specific makefile hackery,
15002         delete mk.tmp after using it.
15004         * mpw-build.in (all): Display start and end times.
15006         * mpw-configure (host_canonical): Set.
15007         (target_cpu): Always add to makefiles.
15008         (ARCHDEFS, EMUL): Add to makefile only if nonempty.
15009         (TM_FILE, XM_FILE, NM_FILE): No longer add to makefile.
15010         (mpw-mh-mpw): Look for in srcdir and srcroot.
15011         Use sed instead of mpw-edit-prefix to edit prefix definitions.
15013         * mpw-build.in: (install-only): New target.
15015         * mpw-configure (host_alias, target_alias): Rename from hostalias
15016         and targetalias, add into generated Makefile.
15017         (mk.tmp): If present, add into generated Makefile.
15018         * mpw-build.in (all-gas): Build config.h first before gas proper.
15020         * mpw-configure (config.status): Write only if changed.
15021         * mpw-config.in (readline): Configure it (not built, just used for
15022         definitions).
15024         * mpw-config.in (elf/mips.h): Add a forward include.
15026         * mpw-config.in: Forward-include most .h files in include into
15027         extra-include.
15028         (readline): Don't build.
15029         mpw-build.in (install): Install GDB.
15031         * mpw-configure (prefix, mpw_prefix): Handle it.
15032         * mpw-config.in (mmalloc, readline): Don't configure.
15033         * mpw-build.in (thisscript): Rename to ThisScript.
15034         Use mpw-build instead of BuildProgram everywhere.
15035         (mmalloc, readline): Don't build.
15036         * mpw-README: New file, basic documentation about the MPW port.
15038         * mpw-config.in: Use forward-include to create include files.
15040         * mpw-configure: Add more things to the top of each configured
15041         Makefile, including contents of config/mpw-mh-mpw.
15042         * mpw-config.in (extra-include): Create this directory and fill it
15043         with Posix-like include files when configuring.
15045         * config.sub (apple, mac, mpw): Add various aliases.
15047         * mpw-build.in: New file, top-level build script fragment for MPW.
15048         * mpw-configure: New file, configure script for MPW.
15049         * mpw-config.in: New file, config fragment for MPW.
15051 Fri Apr  7 19:33:16 1995  Jim Kingdon  (kingdon@lioth.cygnus.com)
15053         * configure.in (host_libs): Remove glob, since it is gone from the
15054         sources.
15056 Fri Mar 31 11:36:17 1995  Jason Molenda  (crash@phydeaux.cygnus.com)
15058         * Makefile.in: define empty GDB_NLM_DEPS var.
15060         * configure.in(target_makefile_frag): use config/mt-netware
15061         for netware targets.
15063 Thu Mar 30 13:51:43 1995  Ian Lance Taylor  <ian@cygnus.com>
15065         * config.sub: Merge in recent FSF changes.  Remove linux special
15066         cases.
15068 Tue Mar 28 14:47:34 1995  Jason Molenda (crash@phydeaux.cygnus.com)
15070         Revert this change:
15072         Tue Mar 30 10:03:09 1993  Ian Lance Taylor  (ian@cygnus.com)
15074                 * build-all.mk: Use CC=cc -Xs on Solaris.
15076 Tue Mar 21 10:43:32 1995  Jim Kingdon  (kingdon@lioth.cygnus.com)
15078         * glob/*: Removed.  Schauer's 24 Feb 1994 readline change made us
15079         stop using it.
15080         * Makefile.in: Nuke all references to glob subdirectory.
15082 Thu Mar 16 13:35:30 1995  Jason Merrill  <jason@phydeaux.cygnus.com>
15084         * configure.in: Fix --enable-shared logic in per-host.
15086 Mon Mar 13 12:33:15 1995  Ian Lance Taylor  <ian@cygnus.com>
15088         * configure.in (*-hp-hpux[78]*): Use mh-hpux8.
15090 Mon Mar  6 10:21:58 1995  Jim Kingdon  (kingdon@lioth.cygnus.com)
15092         * configure.in (noconfigdirs): Don't build gas on AIX, for
15093         powerpc*-*-aix* as well as for rs6000*-*-aix*.
15095 Wed Mar  1 12:51:53 1995  Ian Lance Taylor  <ian@cygnus.com>
15097         * configure: Fix --cache-file to work if the file argument is a
15098         relative path.
15100 Tue Feb 28 17:36:07 1995  Ian Lance Taylor  <ian@cygnus.com>
15102         * configure: If the --cache-file is used, pass it down to
15103         configure in subdirectories.
15105 Mon Feb 27 12:52:46 1995  Kung Hsu  <kung@mexican.cygnus.com>
15107         * config.sub: add vxworks29k configuration.
15109 Fri Feb 10 16:12:26 1995  Ken Raeburn  <raeburn@cujo.cygnus.com>
15111         * Makefile.in (taz): Do "diststuff" part quietly.
15113 Sun Feb  5 14:16:35 1995  Doug Evans  <dje@canuck.cygnus.com>
15115         * config.sub: Mini-merge with gcc/config.sub.
15117 Sat Feb  4 12:11:35 1995  Jim Wilson  <wilson@chestnut.cygnus.com>
15119         * config.guess (IRIX): Sed - to _.
15121 Fri Feb  3 11:54:42 1995  J.T. Conklin  <jtc@rtl.cygnus.com>
15123         * Makefile.in (source-vault, binary-vault): New targets.
15125 Thu Jan 26 13:00:11 1995  Michael Meissner  <meissner@cygnus.com>
15127         * config.sub: Recognize -eabi as a basic system type.
15129 Thu Jan 12 13:13:23 1995  Jason Merrill  <jason@phydeaux.cygnus.com>
15131         * configure.in (enable_shared stuff): Fix typo.
15133 Thu Jan 12 01:36:51 1995  deanm@medulla.LABS.TEK.COM (Dean Messing)
15135         * Makefile.in (BASE_FLAGS_TO_PASS): Fix typo in passing LIBCXXFLAGS*.
15137 Wed Jan 11 16:29:53 1995  Jason Merrill  <jason@phydeaux.cygnus.com>
15139         * Makefile.in (LIBCXXFLAGS_FOR_TARGET): Add -fno-implicit-templates.
15141 Mon Jan  9 12:48:01 1995  Jim Kingdon  <kingdon@lioth.cygnus.com>
15143         * configure.in (rs6000-*-*): Don't build gas.
15145 Wed Jan  4 23:53:49 1995  Ian Lance Taylor  <ian@tweedledumb.cygnus.com>
15147         * Makefile.in: Use /x/x/ instead of /brokensed/brokensed/, to
15148         reduce command line length.
15149         (AS_FOR_TARGET): Check for as.new, not Makefile.
15150         (NM_FOR_TARGET): Check for nm.new, not Makefile.
15152 Wed Jan  4 13:02:39 1995  Per Bothner  <bothner@kalessin.cygnus.com>
15154         * config.guess:  Merge from FSF.
15156 Thu Dec 15 17:11:37 1994  Ian Lance Taylor  <ian@sanguine.cygnus.com>
15158         * configure: Don't use $ when handling program_suffix.
15160 Mon Dec 12 12:09:37 1994  Stu Grossman  (grossman@cygnus.com)
15162         * configure.in:  Configure tk for hppa/hpux.
15164 Fri Dec  2 15:55:38 1994  Per Bothner  <bothner@kalessin.cygnus.com>
15166         * Makefile.in (LIBGXX_SUPPORT_DIRS):  Add libstdc++.
15168 Tue Nov 29 19:37:56 1994  Per Bothner  <bothner@kalessin.cygnus.com>
15170         * Makefile.in:  Move -fno-implicit-template from CXXFLAGS
15171         to LIBCXXFLAGS.  Tests are better run without it.
15173 Wed Nov 23 10:29:25 1994  Brendan Kehoe  (brendan@lisa.cygnus.com)
15175         * Makefile.in (all-ispell): Depend on all-emacs19 instead of all-emacs.
15177 Mon Nov 21 11:14:01 1994  J.T. Conklin  <jtc@rtl.cygnus.com>
15179         * configure.in (*-*-netware*): Don't configure xiberty.
15181 Mon Nov 14 08:49:15 1994  Stu Grossman  (grossman@cygnus.com)
15183         * configure.in:  Remove tk from native_only list.
15185 Fri Nov 11 15:31:26 1994  Bill Cox  (bill@rtl.cygnus.com)
15187         * build-all.mk: Add mips-ncd-elf target to sun4 targets
15188           for special NCD build.
15190 Mon Nov  7 20:58:17 1994  Ken Raeburn  <raeburn@cujo.cygnus.com>
15192         * Makefile.in (DEVO_SUPPORT): Remove configure.bat and
15193         makeall.bat, they're only useful for binutils snapshots.
15194         (binutils.tar.gz, gas+binutils.tar.gz): Add configure.bat and
15195         makeall.bat to specified SUPPORT_FILES.
15197 Mon Nov  7 17:25:18 1994  Bill Cox  (bill@cirdan.cygnus.com)
15199         * build-all.mk: Add Ericsson targets to sun4 and solaris
15200           hosts.  Add  BNR's sun4 target to solaris host, so their
15201           build-from-source will be tested in-house first.
15203 Sat Nov  5 18:43:30 1994  Jason Merrill  (jason@phydeaux.cygnus.com)
15205         * Makefile.in (LIBCFLAGS): New variable.
15206         (CFLAGS_FOR_TARGET): Ditto.
15207         (LIBCFLAGS_FOR_TARGET): Ditto.
15208         (LIBCXXFLAGS): Ditto.
15209         (CXXFLAGS_FOR_TARGET): Ditto.
15210         (LIBCXXFLAGS_FOR_TARGET): Ditto.
15211         (BASE_FLAGS_TO_PASS): Pass them.
15212         (EXTRA_TARGET_FLAGS): Ditto.
15214         * configure.in: Support --enable-shared.
15216 Sat Nov  5 15:44:00 1994  Per Bothner  <bothner@kalessin.cygnus.com>
15218         * configure.in (target_libs):  Include libstdc++ again.
15219         * config.guess:  Update from FSF (for FreeBSD).
15221 Thu Nov  3 16:32:30 1994  Ken Raeburn  <raeburn@cujo.cygnus.com>
15223         * Makefile.in (DEVO_SUPPORT): Include configure.bat and
15224         makeall.bat.
15225         (DISTDOCDIRS): Add `etc'.
15226         (ETC_SUPPORT_PFX): New variable.
15227         (taz): Include anything from etc starting with a word in
15228         ETC_SUPPORT_PFX.
15230 Wed Oct 26 16:19:35 1994  Ian Lance Taylor  <ian@sanguine.cygnus.com>
15232         * config.sub: Update for recent FSF changes.  Remove obsolete
15233         h8300hds entry.  Add -windows* and -osx as basic os.  Minor
15234         spacing changes.
15236 Thu Oct 20 18:41:56 1994  Per Bothner  <bothner@kalessin.cygnus.com>
15238         * configure.in (target_libs):  Remove libstdc++ for libg++-2.6.1.
15240         * config.guess:  Merge with FSF.
15241         * configure.in:  Match on i?86-ncr-sysv4.3, not i?86-ncr-sysv43.
15243 Thu Oct 20 19:26:56 1994  Ken Raeburn  <raeburn@cujo.cygnus.com>
15245         * configure: Since the "trap 0" handler will override the exit
15246         status on many systems, only use it for "exit 1", and make it set
15247         a non-zero exit status; reset it before "exit 0".  Also, check
15248         exit status of config.sub, and error out if it failed.
15250 Wed Oct 19 18:49:55 1994  Rob Savoye  (rob@cygnus.com)
15252         * Makefile.in: (ALL_TARGET_MODULES,INSTALL_TARGET_MODULES) Build
15253         and install libgloss.
15255 Tue Oct 18 15:25:24 1994  Ian Lance Taylor  <ian@sanguine.cygnus.com>
15257         * Makefile.in (all-binutils): Depend upon all-byacc.
15259         * configure.in: Don't build emacs on Irix 5.
15261 Mon Oct 17 16:22:12 1994  J.T. Conklin  (jtc@phishhead.cygnus.com)
15263         * configure.in (*-*-netware*): Add libio.
15265 Thu Oct 13 15:51:20 1994  Jason Merrill  (jason@phydeaux.cygnus.com)
15267         * Makefile.in (ALL_TARGET_MODULES): Add libstdc++.
15268         (CHECK_TARGET_MODULES): Ditto.
15269         (INSTALL_TARGET_MODULES): Ditto.
15270         (TARGET_LIBS): Ditto.
15271         (all-libstdc++): Note dependencies.
15273 Thu Oct 13 01:43:08 1994  Ken Raeburn  <raeburn@cujo.cygnus.com>
15275         * Makefile.in (BINUTILS_SUPPORT_DIRS): Add gas.
15277 Tue Oct 11 12:12:29 1994  Jason Merrill  (jason@phydeaux.cygnus.com)
15279         * Makefile.in (CXXFLAGS): Use -fno-implicit-templates instead of
15280         -fexternal-templates.
15282         * configure.in (target_libs): Add libstdc++.
15283         (noconfigdirs): Add libstdc++ as appropriate.
15285 Thu Oct  6 18:00:54 1994  Per Bothner  (bothner@kalessin.cygnus.com)
15287         * config.guess:  Update from FSF.
15289 Tue Oct  4 12:05:42 1994  Ian Lance Taylor  <ian@sanguine.cygnus.com>
15291         * configure: Use ${config_shell} when running ${configsub}.
15293 Mon Oct  3 14:28:34 1994  Doug Evans  <dje@canuck.cygnus.com>
15295         * config.sub: No longer recognize h8300h.
15297 Mon Oct  3 12:40:54 1994  Ian Lance Taylor  <ian@sanguine.cygnus.com>
15299         * config.sub: Remove extraneous differences between config.sub and
15300         gcc/config.sub.
15302 Sat Oct  1 00:23:12 1994  Ken Raeburn  <raeburn@cujo.cygnus.com>
15304         * Makefile.in (DISTSTUFFDIRS): Add gas.
15306 Thu Sep 22 19:04:55 1994  Doug Evans  (dje@canuck.cygnus.com)
15308         * COPYING.NEWLIB: New file.
15310 Mon Sep 19 18:25:40 1994  Per Bothner  (bothner@kalessin.cygnus.com)
15312         * config.guess (HP-UX):  Patch from Harlan Stenn
15313         <harlan@landmark.com> to also emit release level.
15315 Wed Sep  7 13:15:25 1994  Jim Wilson  (wilson@sphagnum.cygnus.com)
15317         * config.guess (sun4*:SunOS:*:*): Change '-JL' to '_JL'.
15319 Tue Sep  6 23:23:18 1994  Per Bothner  (bothner@kalessin.cygnus.com)
15321         * config.sub:  Merge nextstep cleanup from FSF.
15323 Mon Sep  5 05:01:30 1994  Ken Raeburn  (raeburn@kr-pc.cygnus.com)
15325         * configure.in (arm-*-*): Don't configure ld for this target.
15327 Thu Sep  1 09:35:00 1994  J.T. Conklin  (jtc@phishhead.cygnus.com)
15329         * configure.in (*-*-netware): don't configure libg++, libio,
15330           librx, or newlib.
15332 Wed Aug 31 13:52:08 1994  Ian Lance Taylor  (ian@sanguine.cygnus.com)
15334         * configure.in (alpha-dec-osf*): Use osf*, not osf1*.  Don't
15335         configure ld--it works, but it doesn't support shared libraries.
15337 Sun Aug 28 18:13:45 1994  Per Bothner  (bothner@kalessin.cygnus.com)
15339         * config.guess (*-unknown-freebsd*):  Get rid of possible
15340         trailing "(Release)" in version string.
15341         Patch from Paul Richards <paul@isl.cf.ac.uk>.
15343 Sat Aug 27 15:00:49 1994  Per Bothner  (bothner@kalessin.cygnus.com)
15345         * config.guess:  Fix i486-ncr-sysv43 -> i486-ncr-sysv4.3.
15346         Fix type: *-next-neststep -> *-next-nextstep.
15348         * config.guess:  Merge from FSF:
15350         Fri Aug 26 18:45:25 1994  Philippe De Muyter (phdm@info.ucl.ac.be)
15352         * config.guess: Recognize powerpc-ibm-aix3.2.5.
15354         Wed Apr 20 06:36:32 1994  Philippe De Muyter  (phdm@info.ucl.ac.be)
15356         * config.guess: Recognize UnixWare 1.1 (UNAME_SYSTEM is SYSTEM_V
15357         instead of UNIX_SV for UnixWare 1.0).
15359 Sat Aug 27 01:56:30 1994  Stu Grossman  (grossman@cygnus.com)
15361         * Makefile.in (all-gdb):  Add dependencies on all-gcc and all-ld
15362         to make gdb/nlm/* build after the compiler and linker.
15364 Fri Aug 26 14:30:05 1994  Per Bothner  (bothner@kalessin.cygnus.com)
15366         * config.guess (netbsd, freebsd, linux):  Accept any machine,
15367         not just i[34]86.
15368         (m68k-atari-sysv4):  Relocate to match FSF version.
15370         * config.guess:  More merges from the FSF:
15372         Add a space before function call or macro invocation.
15374         Tue May 10 16:53:55 1994  Roland McGrath (roland@churchy.gnu.ai.mit.edu)
15376         * config.guess: Add trap cmd to remove dummy.c and dummy when
15377         interrupted.
15379         Wed Apr 20 18:07:13 1994  Roland McGrath (roland@churchy.gnu.ai.mit.edu)
15381         * config.guess (dummy.c): Redirect stderr for `hostinfo' command.
15382         (dummy): Redirect stderr from compilation of dummy.c.
15384         Sat Apr  9 14:59:28 1994  Christian Kranz  (kranz@sent5.uni-duisburg.de)
15386         * config.guess: Distinguish between NeXTStep 2.1 and 3.x.
15388 Fri Aug 26 13:42:20 1994  Ken Raeburn  (raeburn@kr-laptop.cygnus.com)
15390         * configure: Accept and ignore --cache*, for compatibility with
15391         new autoconf.
15393 Fri Aug 26 13:05:27 1994  Per Bothner  (bothner@kalessin.cygnus.com)
15395         * config.guess:  Merge from FSF:
15397         Thu Aug 25 20:28:51 1994  Richard Stallman  <rms@mole.gnu.ai.mit.edu>
15399         * config.guess (Pyramid*:OSx*:*:*): New case.
15400         (PATH): Add /.attbin at end for finding uname.
15401         (dummy.c): Handle i860-alliant-bsd.  Follow whitespace conventions.
15403         Wed Aug 17 18:21:02 1994  Tor Egge  (tegge@pvv.unit.no)
15405         * config.guess (M88*:DolphinOS:*:*): New case.
15407         Thu Aug 11 17:00:13 1994  Stan Cox  (coxs@dg-rtp.dg.com)
15409         * config.guess (AViiON:dgux:*:*): Use TARGET_BINARY_INTERFACE
15410         to select whether to use ELF or COFF.
15412         Sun Jul 24 16:20:53 1994  Richard Stallman  <rms@mole.gnu.ai.mit.edu>
15414         * config.guess: Recognize i860-stardent-sysv and i860-unknown-sysv.
15416         Sun May  1 10:23:10 1994  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
15418         * config.guess: Guess the OS version for HPUX.
15420         Tue Mar  1 21:53:03 1994  Karl Heuer  (kwzh@hal.gnu.ai.mit.edu)
15422         * config.guess (UNAME_VERSION): Recognize aix3.2.4 and aix3.2.5.
15424 Fri Aug 26 11:19:08 1994  Ian Lance Taylor  (ian@sanguine.cygnus.com)
15426         * configure.in: Recognize --with-headers, --with-libs, and
15427         --without-newlib.
15428         * Makefile.in (all-xiberty): Depend upon all-ld.
15430 Wed Aug 24 12:36:50 1994  Ian Lance Taylor  (ian@sanguine.cygnus.com)
15432         * configure.in: Change i[34]86 to i[345]86.
15434 Mon Aug 22 10:58:33 1994  Ian Lance Taylor  (ian@sanguine.cygnus.com)
15436         * configure (version): A few more tweaks to help message.
15438 Fri Aug 19 12:40:25 1994  Per Bothner  (bothner@kalessin.cygnus.com)
15440         * Makefile.in:  Remove (for now) librx as a host library,
15441         now that we're building it for target.
15443 Fri Aug 19 10:49:17 1994  Ian Lance Taylor  (ian@sanguine.cygnus.com)
15445         * configure: Fix up help message; from karl@owl.hq.ileaf.com
15446         (Karl Berry).
15448 Tue Aug 16 16:11:08 1994  Per Bothner  (bothner@kalessin.cygnus.com)
15450         * configure.in:  Also configure librx.
15452 Mon Aug 15 16:51:45 1994  Per Bothner  (bothner@kalessin.cygnus.com)
15454         * Makefile.in:  Update various rules to reflect that librx
15455         is now needed for libg++.
15457 Fri Aug 12 18:07:21 1994  Ian Lance Taylor  (ian@sanguine.cygnus.com)
15459         * config.sub: Accept mips64orion and mips64orionel as a CPU name.
15461 Mon Aug  8 11:36:17 1994  Stan Shebs  (shebs@andros.cygnus.com)
15463         * configure.in: Configure the examples directory.
15465 Thu Aug  4 16:12:36 1994  Ian Lance Taylor  (ian@sanguine.cygnus.com)
15467         * configure: Simplify Jun 2 1994 change.
15469 Wed Aug  3 04:58:16 1994  D. V. Henkel-Wallace  (gumby@cygnus.com)
15471         * change CC to /usr/latest/bin/gcc for lynx host builds, since
15472         /bin/gcc isn't good enough to build gcc.
15474 Wed Jul 27 09:07:14 1994  Fred Fish  (fnf@cygnus.com)
15476         * Makefile.in (GDB_SUPPORT_FILES): Remove
15477         (setup-dirs-gdb, gdb.tar.gz, make-gdb.tar.gz):  Remove old rules.
15478         (gdb.tar.gz): Add new rule to use standard distribution building
15479         mechanism.
15481 Mon Jul 25 11:10:06 1994  Ian Lance Taylor  (ian@tweedledumb.cygnus.com)
15483         * configure.in: Warn about use of /usr/ucb/cc on Solaris.  From
15484         Bill Cox <bill@cygnus.com>.
15486 Sat Jul 23 12:19:46 1994  Per Bothner  (bothner@kalessin.cygnus.com)
15488         * config.guess:  Recognize ISC.  Patch from kwzh@gnu.ai.mit.edu.
15490 Fri Jul 22 17:53:59 1994  Stu Grossman  (grossman@cygnus.com)
15492         * configure:  Search current dir first in .gdbinit.
15494 Fri Jul 22 11:28:30 1994  Per Bothner  (bothner@kalessin.cygnus.com)
15496         * config.sub:  Recognize freebsd (merged from gcc config.sub).
15498 Thu Jul 21 14:10:52 1994  Per Bothner  (bothner@kalessin.cygnus.com)
15500         * config.sub:  Refer to NeXT's operating system as nextstep.
15502         * config.sub (case $basic_machine):  Re-order the cases, to match
15503         the order in the FSF version (which is mostly alphabethical).
15504         Merge in some additions and changes from the FSF.
15506 Sat Jul 16 12:03:08 1994  Stan Shebs  (shebs@andros.cygnus.com)
15508         * config.guess: Recognize m68k-atari-sysv4 and m88k-harris-csux7.
15509         * config.sub: Recognize cxux7.
15510         * configure.in: Use mh-cxux for m88k-harris-cxux*.
15512 Mon Jul 11 14:37:39 1994  Per Bothner  (bothner@kalessin.cygnus.com)
15514         * config.sub:  Fix typo powerpc -> powerpc-*.
15516 Sat Jul  9 13:03:43 1994  Michael Tiemann  (tiemann@blues.cygnus.com)
15518         * Makefile.in: `all-emacs19' depends on `all-byacc'.
15520         * Makefile.in: Add all-emacs19 and install-emacs19 rules (in
15521         parallel with all-emacs and install-emacs).  Top-level command
15522         `make all-emacs19 CC=gcc' now behaves as `make all-emacs CC=gcc'.
15524 Thu Jun 30 16:53:42 1994  Ian Lance Taylor  (ian@sanguine.cygnus.com)
15526         * test-build.mk ($(host)-stamp-stage2-installed): Remove
15527         $(relbindir)/make before doing ``make install'', and use
15528         $(GNU_MAKE) while doing it.  Avoids problem on SunOS with
15529         installing over running make binary.
15530         ($(host)-stamp-stage3-installed): Likewise.
15532 Tue Jun 28 13:43:25 1994  Jim Kingdon  (kingdon@lioth.cygnus.com)
15534         * config.guess: Recognize Mach.
15536 Mon Jun 27 16:41:14 1994  Ian Lance Taylor  (ian@sanguine.cygnus.com)
15538         * configure: Check ${exec_prefixoption}, not ${exec_prefix}, to
15539         see whether --exec-prefix was used.
15541 Sun Jun 26 21:15:54 1994  Per Bothner  (bothner@kalessin.cygnus.com)
15543         * README:  Explicitly mention libg++/README.  (Zoo's idea.)
15545 Tue Jun 21 12:45:55 1994  Jim Kingdon  (kingdon@lioth.cygnus.com)
15547         * Makefile.in: Add all-librx target similar to all-libproc.
15549 Wed Jun  8 23:11:55 1994  Stu Grossman  (grossman@cygnus.com)
15551         * config.guess:  Rearrange tests for Alpha-OSF1 to properly deal
15552         with post 1.2 uname bogosity.
15554 Thu Jun  9 00:27:59 1994  Ian Lance Taylor  (ian@tweedledumb.cygnus.com)
15556         * configure: Remove temporary files on receipt of a signal.
15558 Tue Jun  7 12:06:24 1994  Ian Lance Taylor  (ian@cygnus.com)
15560         * configure: If there is a package_makefile_frag, remove
15561         ${subdir}/Makefile.tem after copying it in.
15563 Mon Jun  6 21:35:02 1994  D. V. Henkel-Wallace  (gumby@cygnus.com)
15565         * build_all.mk: support rs6000 lynx identifies itself as
15566         rs6000-lynx-lynxos2.2.2.  Also, use /usr/cygnus/progressive/bin/gcc
15567         since /bin/gcc is too feeble to compile a modern gcc.
15569 Mon Jun  6 16:06:34 1994  Karen Christiansen (karen@cirdan.cygnus.com)
15571         * brought devo/test-build.mk update-to-date with progressive/
15572           test-build.mk. Add lynx targets and hppa flag info.
15574 Sat Jun  4 17:23:54 1994  Per Bothner  (bothner@kalessin.cygnus.com)
15576         * configure.in:  Use mh-ncrsvr43.  Patch from
15577         Tom McConnell <tmcconne@sedona.intel.com>.
15579 Fri Jun  3 17:47:24 1994  Per Bothner  (bothner@kalessin.cygnus.com)
15581         * config.guess (i386-unknown-bsdi):  No longer need to
15582         check #if defined(__bsdi__) && defined(__i386__).
15584 Thu Jun  2 18:56:46 1994  Ian Lance Taylor  (ian@tweedledumb.cygnus.com)
15586         * configure: Set program_transform_nameoption correctly.
15588 Thu Jun  2 10:57:06 1994  Karen Christiansen (karen@cirdan.cygnus.com)
15590         * brought build-all.mk update-to-date with progressive build-all.mk,
15591           added new targets and hppa info.
15593 Thu Jun  2 00:12:44 1994  Ian Lance Taylor  (ian@tweedledumb.cygnus.com)
15595         * configure: If config.guess result is a prefix of the user
15596         specified target, assume a native build and use the user specified
15597         target as the host alias.  Remove SunOS patch suffix removal hack.
15598         * configure.in: Remove SunOS patch suffix removal hack.
15600         * Makefile.in (CROSS_CHECK_MODULES): Remove check-flex, since it's
15601         in NATIVE_CHECK_MODULES.
15603 Wed Jun  1 10:49:41 1994  Bill Cox  (bill@rtl.cygnus.com)
15605         * Makefile.in: Rename HOST_ONLY to NATIVE.
15606         * configure: Delete SunOs patch suffix from host_canonical
15607           and build_canonical variables that are prepended to Makefiles.
15608         * configure.in: Add comments for easier maintenance.
15610 Tue May 31 19:39:47 1994  Jim Kingdon  (kingdon@lioth.cygnus.com)
15612         * Makefile.in: Add all-libproc target similar to all-gui.
15614 Tue May 31 17:16:33 1994  Tom Lord  (lord@cygnus.com)
15616         * Makefile.in (CHECK_MODULES): split into
15617         HOST_ONLY_CHECK_MODULES and CROSS_CHECK_MODULES.
15619 Tue May 31 16:36:36 1994  Paul Eggert  (eggert@twinsun.com)
15621         * config.guess (i386-unknown-bsdi): New system to guess.
15623 Wed May 25 16:47:10 1994  Jim Kingdon  (kingdon@lioth.cygnus.com)
15625         * Makefile.in: Add all-gui target (but not yet build by "all").
15627 Thu May 26 08:53:19 1994  Bill Cox  (bill@rtl.cygnus.com)
15629         * config.sub: Move deletion of patch suffix from here...
15630         * configure.in: To here, at Ian's suggestion.  The top-
15631           level scripts might need to know of a patch level.
15633 Wed May 25 09:15:54 1994  Bill Cox  (bill@rtl.cygnus.com)
15635         * config.sub: Strip off patch suffix so rtl is recognized
15636           as a sunos4.1.3 machine, even though it's been patched.
15638 Fri May 20 08:25:49 1994  Steve Chamberlain  (sac@deneb.cygnus.com)
15640         * Makefile.in (INSTALL_LAST): Delete.
15641         (INSTALL_DOSREL): New.
15643 Thu May 19 17:12:12 1994  Ian Lance Taylor  (ian@tweedledumb.cygnus.com)
15645         * configure.in: Use ld for i[34]86-*-sysv4* and sparc-*-solaris2*.
15646         Don't set use_gnu_ld to no for *-*-sysv4; that only controls
15647         whether we pass down --with-gnu-ld anyhow.
15649 Thu May 19 09:29:12 1994  Steve Chamberlain  (sac@cygnus.com)
15651         * Makefile.in (INSTALL_LAST): Change operation so it works
15652         on more flavors of make.
15653         * configure.in (go32): Don't build libg++ or libio.
15655 Fri May 13 13:28:34 1994  Steve Chamberlain  (sac@cygnus.com)
15657         * Makefile.in (Move HOST_PREFIX_1 and friends up so
15658         they can be overriden by templates.
15660 Sat May  7 16:46:44 1994  Steve Chamberlain  (sac@cygnus.com)
15662         * configure.in (target==go32): Don't build gdb.
15663         * dosrel: New directory.
15665 Fri May  6 14:19:25 1994  Steve Chamberlain  (sac@cygnus.com)
15667         * configure.in (host==go32): Configure dosrel too.
15668         * Makefile.in (INTALL_TARGET): Call INSTALL_LAST last.
15669         (HOST_CC, HOST_PREFIX, HOST_PREFIX_1): Undefine, they should
15670         be set by incoming names or templates.
15671         (INSTALL_LAST): New rule.
15673 Thu May  5 17:35:05 1994  Stan Shebs  (shebs@andros.cygnus.com)
15675         * config.sub (sparclitefrw, sparclitefrwcompat): Don't set the os.
15677 Thu May  5 20:06:45 1994  Ken Raeburn  (raeburn@cujo.cygnus.com)
15679         * configure.in (appdirs): New variable.  Currently empty, but will
15680         be used in gas distribution.  If nonempty, lists a set of
15681         directories at least one of which must get configured, or top
15682         level configuration is considered to have failed.
15683         (rs6000-*-lynxos*): Use new file name.
15685 Thu May  5 13:38:36 1994  Ian Lance Taylor  (ian@tweedledumb.cygnus.com)
15687         Eliminate XTRAFLAGS.
15688         * Makefile.in (CC_FOR_TARGET): If newlib exists, refer to the
15689         newlib include files using -idirafter, and also use -nostdinc.
15690         (CXX_FOR_TARGET): Likewise.
15691         (XTRAFLAGS): Removed.
15692         (BASE_FLAGS_TO_PASS): Remove XTRAFLAGS_FOR_TARGET.
15693         (EXTRA_HOST_FLAGS): Remove XTRAFLAGS.
15694         (EXTRA_TARGET_FLAGS, EXTRA_GCC_FLAGS): Likewise.
15695         ($(DO_X)): Don't pass down XTRAFLAGS.
15697 Thu May  5 00:16:36 1994  Ken Raeburn  (raeburn@kr-pc.cygnus.com)
15699         * configure.in (mips*-dec-bsd*): New target; do build linker.
15700         (mips*-*-bsd*): New target; don't build linker.
15702 Wed May  4 20:10:10 1994  D. V. Henkel-Wallace  (gumby@cygnus.com)
15704         * configure.in: support rs6000-*-lynxos* configuration.
15705         support sunos4 as a cross target.
15707         * config.sub: look for lynx*, not lynx since the OS version may
15708         legitimately be part of the name.
15710 Tue May  3 21:48:11 1994  Ken Raeburn  (raeburn@cujo.cygnus.com)
15712         * configure.in (i[34]86-*-sco*): Move to be with other i386
15713         targets.
15714         (romp-*-*): New target.  Skip various binary utilities.
15715         (vax-*-*): New target.  Don't build newlib.
15716         (vax-*-vms): Renamed from *-*-vms.  Don't build opcodes or newlib.
15718 Thu Apr 28 15:03:05 1994  David J. Mackenzie  (djm@rtl.cygnus.com)
15720         * configure.in: Only set host_makefile_frag if config
15721         directory exists.
15723 Wed Apr 27 12:14:30 1994  David J. Mackenzie  (djm@rtl.cygnus.com)
15725         * install.sh: If $dstdir exists, don't check whether each
15726         component does.
15728 Tue Apr 26 18:11:33 1994  Ian Lance Taylor  (ian@tweedledumb.cygnus.com)
15730         * test-build.mk (HOLES): Add sleep; used by rcs/src/conf.sh.
15732 Mon Apr 25 15:06:34 1994  Stan Shebs  (shebs@andros.cygnus.com)
15734         * configure.in (*-*-lynxos*): Don't configure newlib for either
15735         native or cross Lynx.
15737 Sat Apr 16 11:58:16 1994  Doug Evans  (dje@canuck.cygnus.com)
15739         * config.sub (sparc64-elf): Fix os.
15740         (z8k): Remove duplicate.
15742 Thu Apr 14 23:33:17 1994  Ian Lance Taylor  (ian@tweedledumb.cygnus.com)
15744         * Makefile.in (gcc-no-fixedincludes): Touch gcc/include/fixed, not
15745         gcc/stmp-fixproto, to try to prevent fixproto from being run.
15747 Wed Apr 13 15:14:52 1994  Bill Cox  (bill@cygnus.com)
15749         * configure: Make file links cleanly even if Lynx fails on
15750           an NFS symlink (at least fail cleanly).
15752 Mon Apr 11 10:58:56 1994  Jim Wilson  (wilson@sphagnum.cygnus.com)
15754         * test-build.mk (CC): For mips-sgi-irix4, change -XNh1500 to
15755         -XNh2000.
15757 Sat Apr  9 15:10:45 1994  David J. Mackenzie  (djm@rtl.cygnus.com)
15759         * configure: Unknown options are fatal again.
15761 Fri Apr  8 12:01:41 1994  David J. Mackenzie  (djm@cygnus.com)
15763         * configure: Ignore --x-includes and --x-libraries, for Autoconf
15764         compatibility.
15766 Thu Apr  7 17:31:43 1994  Doug Evans  (dje@canuck.cygnus.com)
15768         * build-all.mk: Add `clean' target.
15770 Wed Apr  6 20:44:56 1994  Peter Schauer  (pes@regent.e-technik.tu-muenchen.de)
15772         * config.guess:  Add SINIX support.
15773         * configure.in:  Add mips-*-sysv4* support.
15775 Mon Apr  4 17:41:44 1994  Doug Evans  (dje@canuck.cygnus.com)
15777         * build-all.mk: Document all useful targets.
15778         If canonhost is sparc-sun-solaris2.3, change it to sparc-sun-solaris2.
15779         If canonhost is mips-sgi-irix4.0.5H, change it to mips-sgi-irix4.
15781 Thu Mar 31 04:55:57 1994  David J. Mackenzie  (djm@rtl.cygnus.com)
15783         * configure: Support --silent, --quiet.
15785 Wed Mar 30 21:37:38 1994  David J. Mackenzie  (djm@rtl.cygnus.com)
15787         * configure: Support --disable-FEATURE.
15789 Tue Mar 29 19:15:05 1994  Jim Kingdon  (kingdon@lioth.cygnus.com)
15791         * config.guess: Recognize NCR running SVR4.3.
15793 Mon Mar 28 14:55:15 1994  Per Bothner  (bothner@kalessin.cygnus.com)
15795         * config.guess:  Make BSDI generate i386-unknown-bsd386.
15796         Patch from Paul Eggert <eggert@twinsun.com>.
15798 Mon Mar 28 12:54:52 1994  Ian Lance Taylor  (ian@tweedledumb.cygnus.com)
15800         * configure.in (powerpc-*-aix*): Treat like rs6000-*-*.
15802 Sat Mar 26 11:25:48 1994  David J. Mackenzie  (djm@rtl.cygnus.com)
15804         * configure: Make unrecognized options give nonfatal warnings
15805         instead of fatal errors, and pass them to any subdirectory
15806         configures in case they recognize them.
15807         Make --x equivalent to --with-x.
15809 Fri Mar 25 21:52:10 1994  David J. Mackenzie  (djm@rtl.cygnus.com)
15811         * configure: Add --enable-* options.  Clean up usage message and
15812         some comments.
15814 Thu Mar 24 09:12:53 1994  Doug Evans  (dje@canuck.cygnus.com)
15816         * Makefile.in (NM_FOR_TARGET): Build tree version is now nm.new.
15818 Sun Mar 20 11:28:22 1994  Jeffrey A. Law  (law@snake.cs.utah.edu)
15820         * configure.in (hppa*-*-*): Enable binutils.
15822 Sat Mar 19 11:50:16 1994  Jim Kingdon  (kingdon@lioth.cygnus.com)
15824         * config.sub: Recognize cisco.
15826 Fri Mar 18 16:42:32 1994  Jason Merrill  (jason@deneb.cygnus.com)
15828         * Makefile.in (CXXFLAGS): Add -fexternal-templates.
15830 Tue Mar 15 11:25:55 1994  Jim Kingdon  (kingdon@lioth.cygnus.com)
15832         * config.guess: about target *-hitachi-hiuxwe2, don't print more
15833         than one configuration name.  Add comment.
15835 Sun Mar  6 23:13:38 1994  Hisashi MINAMINO  (minamino@sra.co.jp)
15837         * config.guess: about target *-hitachi-hiuxwe2, fixed
15838         machine guessing order.  [Hitachi's CPU_IS_HP_MC68K
15839         macro is incorrect.]
15841 Sun Mar 13 09:10:08 1994  Jim Kingdon  (kingdon@lioth.cygnus.com)
15843         * Makefile.in (TAGS): Just build TAGS in each subdirectory, rather
15844         than the "make ls" stuff which used to be here.
15846 Fri Mar 11 12:52:39 1994  Per Bothner  (bothner@kalessin.cygnus.com)
15848         * config.guess:  Recognize i[34]86-unknown-freebsd.
15849         From Shawn M Carey <smcarey@rodan.syr.edu>.
15851 Thu Mar  3 14:24:21 1994  Per Bothner  (bothner@kalessin.cygnus.com)
15853         * configure.in (noconfigdirs for alpha): Remove libg++ and libio.
15855 Wed Mar  2 13:28:48 1994  Jim Kingdon  (kingdon@deneb.cygnus.com)
15857         * config.guess: Check for ptx.
15859 Mon Feb 28 16:46:50 1994  Kung Hsu  (kung@mexican.cygnus.com)
15861         * config.sub: Add os9k checking.
15863 Thu Feb 24 07:09:04 1994  Jeffrey A. Law  (law@snake.cs.utah.edu)
15865         * config.guess: Handle OSF1 running on HPPA processors
15867 Fri Feb 18 14:14:00 1994  Ken Raeburn  (raeburn@rtl.cygnus.com)
15869         * configure: If subdir configure fails, print out a message with
15870         subdirectory name, in case subdir's configure code didn't identify
15871         itself.
15873 Fri Feb 18 12:50:15 1994  Doug Evans  (dje@cygnus.com)
15875         * configure.in: Remove embedded newlines from configdirs.
15876         Avoid mismatches of substrings.  Fix matching strings at end
15877         of configdirs.
15879 Fri Feb 11 15:33:33 1994  Stu Grossman  (grossman at cygnus.com)
15881         * config.guess:  Add Lynx/rs6000 config support.
15883 Tue Feb  8 13:41:09 1994  Ken Raeburn  (raeburn@rtl.cygnus.com)
15885         * configure.in (alpha-dec-osf1*, alpha*-*-*): Build gas.
15887 Mon Feb  7 15:42:36 1994  Jeffrey A. Law  (law@cygnus.com)
15889         * configure.in (hppa*-*-osf*): Treat this just like most other
15890         PA configurations (eg no binutils or ld).
15891         (hppa*-*-*elf*): These configurations have binutils and ld.
15893 Sun Feb  6 16:35:07 1994  Jeffrey A. Law  (law@snake.cs.utah.edu)
15895         * config.sub (hiux): Fix typo.  From m-kasahr@sramhc.sra.co.JP.
15897 Sat Feb  5 01:00:33 1994  Ian Lance Taylor  (ian@tweedledumb.cygnus.com)
15899         * configure.in (rs6000-*-*): Build gas.
15901 Wed Feb  2 13:57:57 1994  Jeffrey A. Law  (law@snake.cs.utah.edu)
15903         * Makefile.in:  Avoid bug in losing hpux sed.
15905 Wed Feb  2 14:53:05 1994  Jim Kingdon  (kingdon@lioth.cygnus.com)
15907         * Makefile.in, test-build.mk: Remove MUNCH_NM; it was only needed
15908         for GDB and GDB has been fixed to not need it.
15910 Sun Jan 30 17:58:06 1994  Ken Raeburn  (raeburn@cujo.cygnus.com)
15912         * config.guess: Recognize vax hosts.
15914 Fri Jan 28 15:29:38 1994  Ken Raeburn  (raeburn@cujo.cygnus.com)
15916         * configure (while loop): Don't use "break 2" inside case
15917         statement -- the case statement isn't an enclosing loop.
15919 Mon Jan 24 18:40:06 1994  Per Bothner  (bothner@kalessin.cygnus.com)
15921         * config.guess:  Clean up NeXT support, to allow nextstep
15922         on Intel machines.  Make OS be nextstep.
15924 Sun Jan 23 18:47:22 1994  Richard Kenner  (kenner@vlsi1.ultra.nyu.edu)
15926         * config.guess: Add alternate forms for Convex.
15928 Thu Jan 20 16:13:41 1994  Stu Grossman  (grossman at cygnus.com)
15930         * configure:  Completely rewrite option processing.  Take
15931         advantage of pattern-matching to avoid invoking test frequently.
15932         Also clean up host and target defaulting logic.
15934 Mon Jan 17 15:06:56 1994  Ken Raeburn  (raeburn@cujo.cygnus.com)
15936         * Makefile.in: Replace all occurrances of "rootme" with "r" and
15937         "$${rootme}" with "$$r", to increase the likelihood that the do-*
15938         commands (plus user environment) will fit SCO limits.
15940 Thu Jan  6 11:20:57 1994  Ian Lance Taylor  (ian@tweedledumb.cygnus.com)
15942         * configure.in: Don't issue warnings about directories which are
15943         not being configured if -norecursion is set.  Correct test for
15944         --with-gnu-as and --with-gnu-ld to not get confused by substring
15945         matches.
15947         * configure.in: Don't build gas for alpha-dec-osf1*.
15949 Tue Jan  4 17:10:19 1994  Stu Grossman  (grossman at cygnus.com)
15951         * configure:  Back out Per's change of 12/19/1993.  It changes the
15952         behavior of configure in unexpected and confusing ways.
15954         Also, use different delim char when calculating
15955         program_transform_name so that the name can contain slashes.
15957 Sat Jan  1 13:45:31 1994  Rob Savoye  (rob@darkstar.cygnus.com)
15959         * configure.in, config.sub: Add support for VSTa micro-kernel.
15961 Sat Dec 25 20:00:47 1993  Jeffrey A. Law  (law@snake.cs.utah.edu)
15963         * configure.in: Nuke hacks which were used to get a special
15964         version of GAS for HPPA configurations.
15966 Sun Dec 19 20:40:44 1993  Per Bothner  (bothner@kalessin.cygnus.com)
15968         * configure:  If only ${target_alias} is given, use that
15969         as the default for ${host_alias}.
15970         * configure:  Add missing back-slashes before nested quotes.
15972 Wed Dec 15 18:07:18 1993  david d `zoo' zuhn  (zoo@andros.cygnus.com)
15974         * Makefile.in (BASE_FLAGS_TO_PASS): add YACC=$(BISON)
15976 Tue Dec 14 21:25:33 1993  Per Bothner  (bothner@cygnus.com)
15978         * config.guess:  Recognize some Tektronix configurations.
15979         From Kaveh R. Ghazi <ghazi@noc.rutgers.edu>.
15981 Sat Dec 11 11:18:00 1993  Steve Chamberlain  (sac@thepub.cygnus.com)
15983         * config.sub: Match any flavor of SH.
15985 Thu Dec  2 17:16:58 1993  Ken Raeburn  (raeburn@cujo.cygnus.com)
15987         * configure.in: Don't try to configure newlib for Alpha.
15989 Thu Dec  2 14:35:54 1993  Ian Lance Taylor  (ian@tweedledumb.cygnus.com)
15991         * configure.in: Don't build ld for Irix 5.  Don't build gas,
15992         libg++ or libio for any Alpha target.
15994         * configure.in (mips*-sgi-irix5*): New target; use mh-irix5.
15996 Wed Dec  1 17:00:33 1993  Jason Merrill  (jason@deneb.cygnus.com)
15998         * Makefile.in (GZIPPROG): Renamed from GZIP, which gzip uses for
15999         default arguments -- so it tried to compress itself.
16001 Tue Nov 30 13:45:15 1993  david d `zoo' zuhn  (zoo@andros.cygnus.com)
16003         * configure.in (notsupp): ensure that a space is always at the end
16004           of the configdirs list, since the grep checks for an explicit space
16006 Tue Nov 16 15:04:27 1993  david d `zoo' zuhn  (zoo@rtl.cygnus.com)
16008         * configure.in (target i386-sysv4.2): don't build ld, since static
16009           versions of many libraries are not available.
16011 Tue Nov 16 14:28:12 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
16013         * config.guess: Recognize Apollos (using environment variables).
16014         * configure.in: Don't configure ld, binutils, or gprof for Apollo.
16016 Thu Nov 11 12:03:50 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
16018         * config.guess: Recognize Sony news mips running newsos.
16020 Wed Nov 10 16:57:00 1993  Mark Eichin  (eichin@cygnus.com)
16022         * Makefile.in (all-cygnus, build-cygnus): "fi else" needs to be
16023         "fi ; else" for bash.
16025 Tue Nov  9 15:54:01 1993  Mark Eichin  (eichin@cygnus.com)
16027         * Makefile.in (BASE_FLAGS_TO_PASS): pass SHELL.
16029 Fri Nov  5 08:07:27 1993  D. V. Henkel-Wallace  (gumby@blues.cygnus.com)
16031         * config.sub: accept unixware as an alias for svr4.2.
16032         Fix some inconsistancies with the gcc version.
16034 Fri Nov  5 15:14:12 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
16036         * Makefile.in (DISTDOCDIRS):  Add gdb.
16038 Fri Nov  5 11:59:42 1993  Per Bothner  (bothner@kalessin.cygnus.com)
16040         * Makefile.in (DISTDOCDIRS):  Add libg++ and libio.
16042 Fri Nov  5 10:35:05 1993  Ken Raeburn  (raeburn@rover.cygnus.com)
16044         * Makefile.in (taz): Only build "info" in DISTDOCDIRS.
16045         (DISTDOCDIRS): Don't assume libg++ and gdb folks necessarily want
16046         this now.
16048 Thu Nov  4 18:58:23 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
16050         * config.sub: Accept hiux* as an OS name.
16052         * Makefile.in: Change RUNTEST_FLAGS back to RUNTESTFLAGS per
16053         etc/make-stds.texi.  The underscore came from gcc, and dje now
16054         agrees that RUNTESTFLAGS is the correct name.
16056 Thu Nov  4 10:49:01 1993  Per Bothner  (bothner@kalessin.cygnus.com)
16058         * install.sh:  Remove 'set -e'.  It makes any conditionals
16059         in the script useless.
16061         * config.guess: Automatically recognize arm-acorn-riscix
16062         Patch from Richard Earnshaw (rwe11@cl.cam.ac.uk).
16064 Thu Nov 04 08:08:04 1993  Jeffrey Wheat  (cassidy@cygnus.com)
16066         * Makefile.in: Change RUNTESTFLAGS to RUNTEST_FLAGS
16068 Wed Nov  3 22:09:46 1993  Ken Raeburn  (raeburn@rtl.cygnus.com)
16070         * Makefile.in (DISTDOCDIRS): New variable.
16071         (taz): Edit local Makefile.in sooner, instead of proto-toplev
16072         Makefile.in later.  Build "info" and "dvi" in DISTDOCDIRS.
16074 Wed Nov  3 21:31:52 1993  david d `zoo' zuhn  (zoo@rtl.cygnus.com)
16076         * configure.in (hppa target): check the source directory for the
16077           pagas sub-directory
16079 Wed Nov  3 11:12:22 1993  Doug Evans  (dje@canuck.cygnus.com)
16081         * config.sub: Allow -aout* and -elf*.
16083 Wed Nov  3 11:08:33 1993  Ken Raeburn  (raeburn@rtl.cygnus.com)
16085         * configure.in: Don't build ld on i386-solaris2, same as for
16086         sparc-solaris2.
16088 Tue Nov  2 14:21:25 1993  Per Bothner  (bothner@kalessin.cygnus.com)
16090         * Makefile.in (taz): Add texinfo/lgpl.texinfo (for libg++).
16092 Tue Nov  2 13:38:30 1993  Peter Schauer  (pes@regent.e-technik.tu-muenchen.de)
16094         * configure.in:  Configure gdb for alpha.
16096 Mon Nov  1 10:42:54 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
16098         * Makefile.in (CXXFLAGS): Add -O.
16100 Wed Oct 27 10:45:06 1993  david d `zoo' zuhn  (zoo@rtl.cygnus.com)
16102         * config.guess: added support for DG Aviion
16104 Tue Oct 26 14:37:37 1993  Ken Raeburn  (raeburn@rover.cygnus.com)
16106         * configure.in: Produce warning message for subdirectories not
16107         configurable for this host/target combination.  Don't try to
16108         configure gdb for vms.
16110 Mon Oct 25 11:22:15 1993  Ken Raeburn  (raeburn@rover.cygnus.com)
16112         * Makefile.in (taz): Replace "byacc" with "bison -y" in the
16113         appropriate files before making "diststuff".
16114         (DISTBISONFILES): New var: list of files to be edited.
16115         (DISTSTUFFDIRS): Add binutils.
16117 Fri Oct 22 20:32:15 1993  david d `zoo' zuhn  (zoo@rtl.cygnus.com)
16119         * config.sub: also handle mipsel and mips64el (for little endian mips)
16121 Fri Oct 22 07:59:20 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
16123         * configure.in: Add * to end of all OS names.
16125 Thu Oct 21 11:38:28 1993  Stan Shebs  (shebs@rtl.cygnus.com)
16127         * configure.in: Build newlib for LynxOS native.
16129 Wed Oct 20 09:56:12 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
16131         * config.guess: Add support for delta 88k running SVR3.
16133         * configure.in: Add comment about HP compiler vs. emacs.
16135 Tue Oct 19 16:02:22 1993  david d `zoo' zuhn  (zoo@rtl.cygnus.com)
16137         * configure.in: don't build ld on solaris2 (not a viable option
16138           due to bugs in getpwnam & getpwuid)
16140 Tue Oct 19 15:13:56 1993  Ken Raeburn  (raeburn@rtl.cygnus.com)
16142         * configure.in: Accept alpha-dec-osf1*, not just -osf1, since
16143         config.guess will produce a full version number.
16145 Tue Oct 19 15:58:01 1993  Ian Lance Taylor  (ian@tweedledumb.cygnus.com)
16147         * configure.in: Build linker and binutils for alpha-dec-osf1.
16149 Tue Oct 19 11:41:55 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
16151         * Makefile.in: Remove -O from CXXFLAGS for consistency with CFLAGS,
16152         and gdb/testsuite/Makefile.in.
16154 Sat Oct  9 18:39:07 1993  david d `zoo' zuhn  (zoo@rtl.cygnus.com)
16156         * configure.in: recognize mips*- instead of mips-
16158 Fri Oct  8 14:15:39 1993  Ken Raeburn  (raeburn@cygnus.com)
16160         * config.sub: Accept linux*coff and linux*elf as operating
16161         systems.
16163 Thu Oct  7 12:57:19 1993  Ian Lance Taylor  (ian@tweedledumb.cygnus.com)
16165         * config.sub: Recognize mips64, and mips3 as an alias for it.
16167 Wed Oct  6 13:54:21 1993  Peter Schauer  (pes@regent.e-technik.tu-muenchen.de)
16169         * configure.in: Remove alpha-dec-osf*, no longer necessary now that
16170         gdb knows how to handle OSF/1 shared libraries.
16172 Tue Oct  5 11:55:04 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
16174         * configure.in: Recognize hppa*-*-hiux* (currently synonym for hpux).
16175         * config.guess: Recognize Hitachi's HIUX.
16176         * config.sub: Recognize h3050r* and hppahitachi.
16177         Remove redundant cases for hp9k[23]*.
16179 Mon Oct  4 16:15:09 1993  david d `zoo' zuhn  (zoo@rtl.cygnus.com)
16181         * configure.in: default to '--with-gnu-as' and '--with-gnu-ld'
16182         if gas and ld are in the source tree and are in ${configdirs}.
16183         If ${use_gnu_as} or ${use_gnu_ld} are 'no', then don't set the
16184         --with options (but still pass them down on the command line,
16185         if they were explicitly specified).
16187 Fri Sep 24 19:11:13 1993  david d `zoo' zuhn  (zoo@rtl.cygnus.com)
16189         * configure: substitute SHELL value in Makefile.in with
16190         ${CONFIG_SHELL}
16192 Thu Sep 23 18:05:13 1993  Ian Lance Taylor  (ian@tweedledumb.cygnus.com)
16194         * configure.in: Build gas, ld, and binutils for *-*-sysv4* and
16195         *-*-solaris2* targets.
16197 Sun Sep 19 17:01:41 1993  david d `zoo' zuhn  (zoo@rtl.cygnus.com)
16199         * Makefile.in: define M4, and pass it down to sub-makes;
16200         all-autoconf now depends on all-m4
16202 Sat Sep 18 00:38:23 1993  david d `zoo' zuhn  (zoo@rtl.cygnus.com)
16204         * Makefile.in ({AR,RANLIB}_FOR_TARGET): make contingent on
16205         presence of {ar,ranlib} instead of a configured directory
16207 Wed Sep 15 08:41:44 1993  Jim Kingdon  (kingdon@cirdan.cygnus.com)
16209         * config.guess: Accept 34?? as well as 33?? for NCR.
16211 Mon Sep 13 12:28:43 1993  david d `zoo' zuhn  (zoo@rtl.cygnus.com)
16213         * configure.in: grab mt-hppa for HPPA targets; use 'gas ' instead
16214         of 'gas' in sed commands, since 'gash' is now in the tree as well.
16216 Fri Sep 10 11:23:52 1993  david d `zoo' zuhn  (zoo@rtl.cygnus.com)
16218         * configure: grab values for $(CC) and $(CXX) from the
16219         environment, so that someone can do "CC=gcc configure; make" and
16220         have it work right (matching the way that autoconf works now)
16222         * configure.in, Makefile.in: add support for gash, the tcl
16223         interface to Galaxy
16225         * config.guess: add NetBSD variants (hp300, x86)
16227 Thu Sep  9 16:48:52 1993  Jason Merrill  (jason@deneb.cygnus.com)
16229         * install.sh: Support -d option (in the manner of SunOS 4 install,
16230         as it is more deterministic than that of GNU install)
16231         (chmodcmd): Set file to mode 755 by default (should also do default
16232         chgrp and chown, but I don't feel like dealing with that now)
16234 Tue Sep  7 11:59:39 1993  Doug Evans  (dje@canuck.cygnus.com)
16236         * config.sub: Remove h8300hhms alias.
16238 Tue Aug 31 11:00:09 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
16240         * configure.in: Match *-*-solaris2* not *-sun-solaris2*.
16242 Mon Aug 30 18:29:10 1993  david d `zoo' zuhn  (zoo@rtl.cygnus.com)
16244         * Makefile.in (gcc-no-fixedincludes): touch stmp-fixproto as well
16245         as stmp-fixinc
16247 Wed Aug 25 16:35:59 1993  K. Richard Pixley  (rich@sendai.cygnus.com)
16249         * config.sub: recognize m88110-bug-coff.
16251 Tue Aug 24 10:23:24 1993  david d `zoo' zuhn  (zoo@rtl.cygnus.com)
16253         * Makefile.in (all-libio): all dependencies on the toolchain used
16254         to build this (gcc, gas, ld, etc)
16256 Fri Aug 20 17:24:24 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
16258         * config.guess: Deal with OSF/1 1.3 on alpha.
16260 Thu Aug 19 11:43:04 1993  david d `zoo' zuhn  (zoo@rtl.cygnus.com)
16262         * install.sh: add some 'else true' clauses for portability
16264         * configure.in: don't build libio for h8[35]00-*-* targets
16266 Tue Aug 17 19:02:31 1993  Per Bothner  (bothner@kalessin.cygnus.com)
16268         * Makefile.in:  Add support for new libio.
16270 Sun Aug 15 20:48:55 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
16272         * install.sh: If one command fails, don't try the rest.  Don't try
16273         to remove $dsttmp (via trap) unless we have already created it.
16274         If $src doesn't exist, detect it and exit with an error.
16276         * config.guess: Recognize BSD on hp300.
16278 Wed Aug 11 18:35:13 1993  Per Bothner  (bothner@kalessin.cygnus.com)
16280         * config.guess:  Map (9000/[34]??:HP-UX:*:*) to m68k-hp-hpux.
16281         Bug report from "Hamish (H.I.) Macdonald" <hamish@bnr.ca>.
16283 Wed Aug 11 15:37:51 1993  Jason Merrill  (jason@deneb.cygnus.com)
16285         * Makefile.in (all-send-pr): depends on all-prms
16287 Wed Aug 11 16:56:03 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
16289         * config.guess: Fix typo (9000/8??:4.3bsd -> 9000/7??:4.3bsd).
16291 Fri Aug  6 14:45:02 1993  Ian Lance Taylor  (ian@tweedledumb.cygnus.com)
16293         * config.guess: From michael@mercury.cs.mun.ca (Michael Rendell):
16294         Added test for mips-mips-riscos5.
16296 Thu Aug  5 15:45:08 1993  david d `zoo' zuhn  (zoo@rtl.cygnus.com)
16298         * configure.in: use mh-hp300 for 68k HP hosts
16300 Mon Aug  2 11:56:53 1993  david d `zoo' zuhn  (zoo@rtl.cygnus.com)
16302         * configure: add support for CONFIG_SHELL, so that you can use
16303         some alternate shell for evaluating configure scripts
16305 Sun Aug  1 11:36:27 1993  Fred Fish  (fnf@deneb.cygnus.com)
16307         * Makefile.in (make-gdb.tar.gz):  Sed bug reporting address
16308         in configure script to bug-gdb@prep.ai.mit.edu when building
16309         distribution archive.
16310         * Makefile.in (COMPRESS):  Remove def.
16311         * Makefile.in (gdb.tar.gz, make-gdb.tar.gz):  Renamed from
16312         gdb.tar.Z and make-gdb.tar.Z respectively.
16313         * Makefile.in (make-gdb.tar.gz):  Now only build gzip'd archive.
16314         * Makefile.in (make-gdb.tar.gz):  Minor changes to move closer
16315         to convergence with 'taz' target in Makefile.in.
16317 Fri Jul 30 12:34:57 1993  david d `zoo' zuhn  (zoo@rtl.cygnus.com)
16319         * install.sh (dsttmp): use trap to ensure that tmp files go
16320         away on error conditions
16322 Wed Jul 28 11:57:36 1993  david d `zoo' zuhn  (zoo@rtl.cygnus.com)
16324         * Makefile.in (BASE_FLAGS_TO_PASS): remove LOADLIBES
16326 Tue Jul 27 12:43:40 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
16328         * Makefile.in (install-dirs): Deal with a prefix like /gnu;
16329         its parent is '/' not ''.
16331         * Makefile.in (DEVO_SUPPORT): Add comments about ChangeLog.
16333 Fri Jul 23 09:53:37 1993  Jason Merrill  (jason@wahini.cygnus.com)
16335         * configure: if ${newsrcdir}/configure doesn't exist, don't assume
16336         that ${newsrcdir}/configure.in does.
16338 Tue Jul 20 11:28:50 1993  david d `zoo' zuhn  (zoo@rtl.cygnus.com)
16340         * test-build.mk: support for CONFIG_SHELL
16342 Mon Jul 19 21:54:46 1993  Fred Fish  (fnf@deneb.cygnus.com)
16344         * config.sub (netware):  Add as a basic system type.
16346 Wed Jul 14 12:03:11 1993  K. Richard Pixley  (rich@sendai.cygnus.com)
16348         * Makefile.in (Makefile): depend on configure.in.  Also drop the
16349           $(srcdir)/ from the dependency on Makefile.in.
16351 Tue Jul 13 20:10:58 1993  Doug Evans  (dje@canuck.cygnus.com)
16353         * config.sub: Recognize h8300hhms as h8300h-hitachi-hms.
16354         (h8300hhms is temporary until multi-libraries are implemented).
16355         * configure.in: Handle h8300h too.
16357 Sun Jul 11 17:35:27 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
16359         * config.guess: Recognize dpx/2 as m68k-bull-sysv3.
16361 Thu Jul  8 18:26:12 1993  John Gilmore  (gnu@cygnus.com)
16363         * configure:  Remove extraneous output when guessing host type.
16364         * config.guess:  Remove extraneous output when guessing using C
16365         compiler rather than uname, or when guessing fails.
16367 Wed Jul  7 17:58:14 1993  david d `zoo' zuhn  (zoo at rtl.cygnus.com)
16369         * Makefile.in: remove all.cross and install.cross targets
16371         * configure: remove CROSS=-DCROSS_COMPILE and ALL=all.cross
16372           definitions
16374 Tue Jul  6 10:39:44 1993  Steve Chamberlain  (sac@phydeaux.cygnus.com)
16376         * configure.in (target sh): Build gprof.
16378 Thu Jul  1 16:52:56 1993  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
16380         * config.sub: change -solaris to -solaris2
16382 Thu Jul  1 15:46:16 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
16384         * configure.in: Use config/mh-riscos for mips-*-sysv*.
16386 Wed Jun 30 09:31:58 1993  Ian Lance Taylor  (ian@cygnus.com)
16388         * configure: Correct error message for missing Makefile.in to
16389         print correct directory.
16391 Tue Jun 29 13:52:16 1993  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
16393         * install.sh: kludge around 386BSD shell bug
16395 Tue Jun 29 13:06:49 1993  Per Bothner  (bothner@rtl.cygnus.com)
16397         * config.guess:  Recognize NeXT.
16398         * config.guess:  Recognize i486-ncr-sysv4.
16399         * Makefile.in (taz):  rm $(TOOL)-$$VER before linking.
16401 Tue Jun 29 12:50:57 1993  Ian Lance Taylor  (ian@cygnus.com)
16403         * Makefile.in (MAKEINFOFLAGS): New variable.
16404         (FLAGS_TO_PASS): Pass MAKEINFO as MAKEINFO MAKEINFOFLAGS.
16405         * build-all.mk, test-build.mk: Pass down --no-split as
16406         MAKEINFOFLAGS when hosted on DOS.  Compile DOS hosted without -g.
16408 Thu Jun 24 13:39:11 1993  Per Bothner  (bothner@rtl.cygnus.com)
16410         * Makefile.in (DEVO_SUPPORT):  Add COPYING COPYING.LIB install.sh.
16412 Wed Jun 23 12:59:21 1993  Per Bothner  (bothner@rtl.cygnus.com)
16414         * Makefile.in (libg++.tar.z):  New rule.
16415         * Makefile.in (taz):  Replace 'configure -rm' by 'make distclean'.
16416         * Makefile.in (taz):  Only do a single chmod.
16418 Fri Jun 18 12:03:10 1993  david d `zoo' zuhn  (zoo at majipoor.cygnus.com)
16420         * install.sh: don't use dirname anymore (replaced with sed usage)
16422 Thu Jun 17 18:43:42 1993  Fred Fish  (fnf@cygnus.com)
16424         * Makefile.in:  Change extension for gzip'd files from '.z' to
16425         '.gz' per new FSF standard usage.
16427 Thu Jun 17 16:58:50 1993  david d `zoo' zuhn  (zoo at majipoor.cygnus.com)
16429         * configure: put quotes around the final value of program_transform_name
16431 Tue Jun 15 16:48:51 1993  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
16433         * Makefile.in: new install.sh support; update install-info rules
16435 Wed Jun  9 12:31:34 1993  Ian Lance Taylor  (ian@cygnus.com)
16437         * configure.in: Build diff for crosses, but not for go32 host.
16439         * configure.in: Build gprof only for native, and don't build it
16440         for mips-*-*, rs6000-*-*, or i[34]86-*-sco*.
16442 Mon Jun  7 13:12:11 1993  david d `zoo' zuhn  (zoo at deneb.cygnus.com)
16444         * configure.in: don't build gas,ld,binutils on for *-*-sysv4
16446 Mon Jun  7 11:40:11 1993  Brendan Kehoe  (brendan@lisa.cygnus.com)
16448         * configure.in (host_tools): Add prms.
16450 Fri Jun  4 13:30:42 1993  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
16452         * Makefile.in: install gcc, do installation of $(INSTALL_MODULES)
16453         with $(FLAGS_TO_PASS) on the command line
16455         * config.sub: Recognize lynx and lynxos
16457 Fri Jun  4 10:59:56 1993  Ian Lance Taylor  (ian@cygnus.com)
16459         * config.sub: Accept -ecoff*, not just -ecoff.
16461 Thu Jun  3 17:38:54 1993  Ken Raeburn  (raeburn@cambridge.cygnus.com)
16463         * Makefile.in (taz): Use .gz suffix instead of .z.
16464         (binutils.tar.gz, gas+binutils.tar.gz, gas.tar.gz): Fixed target
16465         names.
16467 Thu Jun  3 00:27:06 1993  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
16469         * Makefile.in (vault-install): add an 'else true' (for Ultrix)
16471 Wed Jun  2 18:19:16 1993  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
16473         * Makefile.in (install-no-fixedincludes):  install gcc last, so
16474         that rebuilds that might happen during 'make install' don't get
16475         bogus gcc include files
16477 Wed Jun  2 16:14:10 1993  Ken Raeburn  (raeburn@cambridge.cygnus.com)
16479         Change from Utah for HPPA support:
16480         * config.guess: Recognize hppa1.x-hp-bsd.
16482 Wed Jun  2 11:53:33 1993  Per Bothner  (bothner@rtl.cygnus.com)
16484         * config.guess:  Add support for Motorola Delta 68k, up to r3v7.
16485         Patch from pot@fly.cnuce.cnr.it (Francesco Potorti`).
16487 Tue Jun  1 17:48:42 1993  Rob Savoye  (rob at darkstar.cygnus.com)
16489         * config.sub: Add support for rom68k and bug boot monitors.
16491 Mon May 31 09:36:37 1993  Jim Kingdon  (kingdon@cygnus.com)
16493         * Makefile.in: Make all-opcodes depend on all-bfd.
16495 Thu May 27 08:05:31 1993  Ian Lance Taylor  (ian@cygnus.com)
16497         * config.guess: Added special check for i[34]86-univel-sysv4*.
16499 Wed May 26 16:33:40 1993  Ian Lance Taylor  (ian@cygnus.com)
16501         * config.guess: For i[34]86-unknown-sysv4 use UNAME_MACHINE for
16502         the processor rather than assuming i486.
16504 Wed May 26 09:40:18 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
16506         * config.guess: Recognize SunOS6 as Solaris3.
16508 Tue May 25 23:03:11 1993  Per Bothner  (bothner@cygnus.com)
16510         * config.guess:  Fix typo.  Avoid #elif (not in K&R 1).
16511         Recognize SunOS 5.* only (and not [6-9].*) as being Solaris2.
16513 Tue May 25 12:44:18 1993  Ian Lance Taylor  (ian@cygnus.com)
16515         * build-all.mk (all-cross): New target for Canadian Cross.
16516         Added Q2 go32 targets.
16517         * test-build.mk: Configure go32 cross sparclite-aout and
16518         mips-idt-ecoff -with-gnu-ld.  Moved build binary directory from
16519         PARTIAL_HOLE_DIRS to BUILD_HOLES_DIRS.
16521 Mon May 24 15:30:06 1993  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
16523         * configure.in: fix Alpha GDB typo; also, don't build DejaGnu for
16524         GO32 hosted toolchains
16526 Mon May 24 14:18:41 1993  Rob Savoye  (rob at darkstar.cygnus.com)
16528         * configure: change  so "-exec-prefix" gets passed down rather
16529         than "-exec_prefix" so autoconf generated Makefiles get the
16530         exec_prefix set right.
16532 Fri May 21 10:42:25 1993  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
16534         * config.guess: get the Solaris2 minor version number
16536         * Makefile.in: add standards.texi and make-stds.texi to ETC_SUPPORT
16538 Fri May 21 06:20:52 1993  Brendan Kehoe  (brendan@lisa.cygnus.com)
16540         * config.guess: Recognize some Sequent platforms.
16542 Thu May 20 14:33:48 1993  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
16544         * Makefile.in: added the vault-install target
16546         * configure.in: actually use the Sun3 makefile fragment that's in
16547         config, also added the release dir to configdirs
16549 Thu May 20 14:19:18 1993  Ken Raeburn  (raeburn@cambridge.cygnus.com)
16551         * Makefile.in (taz): Fix modes on stuff in $(TOOL) dir also.
16553 Tue May 18 20:26:41 1993  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
16555         * configure.in: remove some program from Alpha targetted toolchains
16557 Tue May 18 15:23:19 1993  Ken Raeburn  (raeburn@cygnus.com)
16559         * Makefile.in (DISTSTUFFDIRS): Renamed from PROTODIRS.  Add ld and
16560         gprof.
16561         (taz): Run "make diststuff" in those directories instead of "make
16562         proto-dir".  Look for "VERSION=" only at start of line in subdir
16563         Makefile.  Use "gzip -9" for compression.
16564         (TEXINFO_SUPPORT, DIST_SUPPORT, BINUTILS_SUPPORT_DIRS): New vars.
16565         (binutils.tar.z): New target.
16567 Mon May 17 17:01:15 1993  Ken Raeburn  (raeburn@deneb.cygnus.com)
16569         * Makefile.in (taz): Include gpl.texinfo.
16571 Fri May 14 06:48:38 1993  Ken Raeburn  (raeburn@deneb.cygnus.com)
16573         * Makefile.in (setup-dirs): Merged into "taz" target.
16574         (taz): Only do `proto-dir' stuff if a directory is actually needed
16575         for this target.
16577 Wed May 12 13:09:44 1993  Ian Lance Taylor  (ian@cygnus.com)
16579         * Makefile.in (MUNCH_NM): New variable, defined to be $(NM).
16580         (FLAGS_TO_PASS): Pass down MUNCH_NM.
16581         (HOST_CC, HOST_PREFIX, HOST_PREFIX_1): New variables.
16582         (EXTRA_GCC_FLAGS): Pass down HOST_* variables.
16583         (gcc-no-fixedincludes): Correct for current gcc Makefile.
16585 Tue May 11 10:14:25 1993  Fred Fish  (fnf@cygnus.com)
16587         * Makefile.in (make-gdb.tar.Z):  Add configure, config.guess,
16588         config.sub, and move-if-change to gdb testsuite distribution
16589         archive, so the testsuite can be extracted, configured, and
16590         run separately from the gdb distribution.  Blow away the Chill
16591         tests that require a Chill compiled executable, since GNU Chill
16592         is not yet publically available.
16594 Mon May 10 17:22:26 1993  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
16596         * test-build.mk: set environment variables in a single command,
16597         instead of a list of assignments and exports
16599         * config.guess: recognize Alpha/OSF1 systems
16601 Mon May 10 14:55:51 1993  K. Richard Pixley  (rich@rtl.cygnus.com)
16603         * configure: Change help message to prefer --options rather than
16604           -options.
16606 Mon May 10 05:58:35 1993  Ken Raeburn  (raeburn@kr-pc.cygnus.com)
16608         * config.sub: Convergent Tech. "miniframe" uses m68010, sez
16609         zippy@ecst.csuchico.edu.
16610         * config.guess: Recognize miniframe.
16612 Sun May  9 17:47:57 1993  Rob Savoye  (rob at darkstar.cygnus.com)
16614         * Makefile.in: Use srcroot to find runtest rather than rootme.
16615         Pass RUNTESTFLAGS and EXPECT down in BASE_FLAGS_TO_PASS.
16617 Fri May  7 14:55:59 1993  Ian Lance Taylor  (ian@cygnus.com)
16619         * test-build.mk: Extensive additions to support building on a
16620         machine other than the host.
16622 Wed May  5 08:35:04 1993  Ken Raeburn  (raeburn@deneb.cygnus.com)
16624         * configure (tooldir): Fix for i386-aix again.
16626 Mon May  3 19:00:27 1993  Per Bothner  (bothner@cygnus.com)
16628         * configure, Makefile.in:  Change definition of $(tooldir)
16629         to match the FSF.
16631 Fri Apr 30 15:55:21 1993  Fred Fish  (fnf@cygnus.com)
16633         * config.guess:  Recognize i[34]86/SVR4.
16635 Fri Apr 30 15:52:46 1993  Steve Chamberlain  (sac@thepub.cygnus.com)
16637         * Makefile.in (all-gdb): gdb depends on sim.
16639 Thu Apr 29 23:30:48 1993  Fred Fish  (fnf@cygnus.com)
16641         * Makefile.in (gdb.tar.Z):  Make prototype gdb testsuite directory
16642         at the same time we make the prototype gdb directory.
16643         * Makefile.in (make-gdb.tar.Z):  Make the testsuite distribution
16644         files at the same time as the gdb base release distribution.
16646 Thu Apr 29 12:50:37 1993  Ian Lance Taylor  (ian@cygnus.com)
16648         * Makefile.in (check): Use individual check targets rather than
16649         DO_X rule.
16650         (check-gcc): Added.
16652 Thu Apr 29 09:50:07 1993  Jim Kingdon  (kingdon@cygnus.com)
16654         * config.sub: Use sysv3.2 not sysv32 for canonical OS
16655         for System V release 3.2.
16657 Thu Apr 29 10:33:22 1993  Ken Raeburn  (raeburn@cambridge.cygnus.com)
16659         * config.sub: Recognize hppaosf.
16660         * configure.in: Do configure ld/binutils/gas for it.
16662 Tue Apr 27 06:25:34 1993  Ken Raeburn  (raeburn@kr-pc.cygnus.com)
16664         * configure (tooldir): Alter syntax used to set this, for systems
16665         where "\$" isn't handled right, like i386-aix.
16667 Thu Apr 22 08:17:35 1993  Ian Lance Taylor  (ian@cygnus.com)
16669         * configure: Pass program-transform-name, not
16670         program_transform_name, to recursive configures.
16672 Thu Apr 22 02:58:21 1993  Ken Raeburn  (raeburn@cygnus.com)
16674         * Makefile.in (gas+binutils.tar.z): New rule for building snapshots
16675         of gas+ld+binutils.
16677 Mon Apr 19 17:41:30 1993  Per Bothner  (bothner@cygnus.com)
16679         * config.guess:  Recognize AIX3.2 as distinct from 3.1.
16681 Sat Apr 17 17:19:50 1993  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
16683         * configure.in: rename m88k-motorola-m88kbcs to m88k-motorola-sysv
16685 Tue Apr 13 16:52:16 1993  Brendan Kehoe  (brendan@lisa.cygnus.com)
16687         * Makefile.in (PRMS): Set back to all-prms.
16689 Sat Apr 10 12:04:07 1993  Ian Lance Taylor  (ian@cygnus.com)
16691         * test-build.mk: Pass -with-gnu-as for known MIPS native and MIPS
16692         targets, rather than for MIPS hosts.
16694 Fri Apr  9 13:51:06 1993  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
16696         * configure.in: add comment for --with-x default values
16698         * config.guess: handle Motorola Delta88 box for SVR3 and SVR4.
16700         * Makefile.in: add check-* targets for each of the directories in
16701         the tree.  Add a definition of RUNTEST that will use the one we
16702         just built, if it exists.  Pass this down via FLAGS_TO_PASS.
16704 Thu Apr  8 09:21:30 1993  Ian Lance Taylor  (ian@cygnus.com)
16706         * configure.in: Removed obsolete references to bfd_target and
16707         target_makefile_frag.
16709         * build-all.mk: Set assorted targets for Q2.
16710         * config.sub: Recognize z8k-sim and h8300-hms.
16711         * test-build.mk: Really don't pass host to configure.
16712         (HOLES): Added uname.
16714 Wed Apr  7 15:48:19 1993  Ian Lance Taylor  (ian@cygnus.com)
16716         * configure: Handle an empty program-prefix, program-suffix or
16717         program-transform-name correctly.
16719 Tue Apr  6 13:48:41 1993  Ian Lance Taylor  (ian@cygnus.com)
16721         * build-all.mk: -G 8 no longer required for MIPS targets.
16722         * test-build.mk: Don't pass host argument to configure; make it
16723         guess.
16725 Tue Apr  6 10:36:53 1993  Fred Fish  (fnf@cygnus.com)
16727         * Makefile.in (gdb.tar.Z):  Fix for building gzip'd distribution.
16728         * Makefile.in (COMPRESS):  New macro, like GZIP.
16730 Fri Apr  2 09:02:31 1993  Ian Lance Taylor  (ian@cygnus.com)
16732         * test-build.mk: Use -with-gnu-as for mips-sgi-irix4 as well.
16734         * build-all.mk: Set GCC to gcc -O -G 8 for MIPS targets, since gcc
16735         with gas currently defaults to -G 0.
16737 Thu Apr  1 08:25:42 1993  Ian Lance Taylor  (ian@cygnus.com)
16739         * Makefile.in (all-flex): flex depends on byacc.
16741         * build-all.mk: If host not specified, use config.guess.  Pass TAG
16742         to test-build.mk as RELEASE_TAG.
16743         * test-build.mk (configargs): New variable containing arguments to
16744         pass to configure.  Set to -with-gnu-as on mips-dec-ultrix.
16745         (FLAGS_TO_PASS): Pass down RELEASE_TAG.
16747         * config.guess: Use /bin/uname when checking -X argument on SCO,
16748         to avoid invoking GNU uname which doesn't understand -X.
16750         * test-build.mk: Don't use /usr/unsupported/bin/as on AIX.
16752         * configure.in: Build gas for mips-*-*.
16754 Wed Mar 31 21:20:58 1993  K. Richard Pixley  (rich@rtl.cygnus.com)
16756         * Makefile.in (all.normal): insert missing backslash.
16758 Wed Mar 31 12:31:56 1993  Ian Lance Taylor  (ian@cygnus.com)
16760         * build-all.mk: Bump -XNh value to 1500 to match gcc requirements.
16762         * Makefile.in: Complete overhaul to merge many almost identical
16763         targets.
16765 Tue Mar 30 20:17:01 1993  Ken Raeburn  (raeburn@cambridge.cygnus.com)
16767         * Makefile.in (setup-dirs-gdb): Renamed from setup-dirs.
16768         (gdb.tar.Z): Adjusted.
16770         * Makefile.in (setup-dirs, taz): New targets; should be general
16771         enough to adapt for gdb sometime.  Build only .z file.
16772         (gas.tar.z): New target.
16774 Tue Mar 30 10:03:09 1993  Ian Lance Taylor  (ian@cygnus.com)
16776         * build-all.mk: Use CC=cc -Xs on Solaris.
16778 Thu Mar 25 15:14:30 1993  Fred Fish  (fnf@cygnus.com)
16780         * Makefile.in:  Incorporate changes suggested by wilson@cygnus.com
16781         for handling BISON for FSF releases.
16783 Thu Mar 25 06:19:48 1993  Ken Raeburn  (raeburn@kr-pc.cygnus.com)
16785         * configure: Actually implement the change zoo just documented.
16787 Wed Mar 24 13:02:44 1993  david d `zoo' zuhn  (zoo at poseidon.cygnus.com)
16789         * configure: when using config.guess, only set target_alias when
16790         it's not already been set (ie, on the command line)
16792 Mon Mar 22 23:07:39 1993  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
16794         * Makefile.in: add installcheck target, set PRMS to install-prms
16796 Sun Mar 21 16:46:12 1993  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
16798         * configure: add support for package_makefile_fragment, handle the
16799         case where a directory has a configure.in file but no Makefile.in
16800         more gracefully (with an actual understandable error message, even);
16801         add support for --without (and add this to the usage message); also
16802         explicitly add a --host=${host_alias} to the command line when
16803         config.guess is used
16805 Sun Mar 21 12:11:58 1993  Jim Wilson  (wilson@sphagnum.cygnus.com)
16807         * configure: Must use both --host and --target in recursive calls.
16809 Thu Mar 18 12:31:35 1993  Ian Lance Taylor  (ian@cygnus.com)
16811         * Makefile.in: Change deja-gnu to dejagnu.
16813 Mon Mar 15 15:44:35 1993  Ian Lance Taylor  (ian@cygnus.com)
16815         * configure.in (h8300-*-*, h8500-*-*): Don't build libg++.
16817 Fri Mar 12 18:30:14 1993  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
16819         * configure.in: canonicalize all instances to *-*-solaris2*,
16820         also strip out a number of tools to not build for go32 host
16822 Wed Mar 10 12:08:27 1993  K. Richard Pixley  (rich@rtl.cygnus.com)
16824         * config.guess: add GPL.
16826         * Makefile.in, config.guess, config.sub, configure: bump
16827           copyrights to 93.
16829 Wed Mar 10 07:12:48 1993  Ian Lance Taylor  (ian@cygnus.com)
16831         * Makefile.in (do-info): Removed obsolete check for existence of
16832         localenv file.
16834         * Makefile.in (MAKEOVERRIDES): Define to be empty.
16836 Wed Mar 10 03:11:56 1993  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
16838         * Makefile.in: a couple of 'else true' for decstation,
16839         support for TclX
16841         * configure.in: configure tclX too; don't remove Tk on RS/6000 anymore
16843 Tue Mar  9 16:06:12 1993  K. Richard Pixley  (rich@cygnus.com)
16845         * Makefile.in (setup-dirs): change invocation of make to $(MAKE).
16847 Mon Mar  8 14:52:11 1993  Ken Raeburn  (raeburn@cambridge)
16849         * config.guess: Recognize i386-ibm-aix (PS/2).
16850         * configure.in: Use config/mh-aix386 file for it.
16852 Mon Mar  8 11:12:43 1993  Ian Lance Taylor  (ian@cygnus.com)
16854         * Makefile.in (GCC_FOR_TARGET): Eliminated definition; use
16855         CC_FOR_TARGET instead.
16856         (BASE_FLAGS_TO_PASS): Pass GCC_FOR_TARGET=$(CC_FOR_TARGET).
16858 Wed Mar  3 16:00:28 1993  Steve Chamberlain  (sac@ok.cygnus.com)
16860         * Makefile.in: Add sim to list of directories sent with gdb
16862 Wed Mar  3 11:42:39 1993  Ken Raeburn  (raeburn@cygnus.com)
16864         * configure.in: Put back mips-dec-bsd* case.
16866 Tue Mar  2 21:15:58 1993  Fred Fish  (fnf@cygnus.com)
16868         (Ultrix 2.2 support from Michael Rendell <michael@mercury.cs.mun.ca>)
16869         * configure.in (vax-*-ultrix2*):  Add Ultrix 2.2 triplet.
16870         * config.guess:  Change 'VAX*:ULTRIX:*:*' to 'VAX*:ULTRIX*:*:*'.
16872 Tue Mar  2 18:11:03 1993  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
16874         * configure.in: remove no-op mips-dec-bsd* in "case $target"
16876         * Makefile.in (dir.info): only run gen-info-dir if it exists,
16877         (install-info): install dir.info only if it exists,
16878         (all-expect, install-expect): pass along X11_FLAGS_TO_PASS
16880 Tue Mar  2 09:01:30 1993  Ken Raeburn  (raeburn@cygnus.com)
16882         * configure.in: For vms target, skip bfd, ld, binutils.  Do build
16883         gas for mips-dec-bsd.
16885 Tue Mar  2 08:35:24 1993  Ian Lance Taylor  (ian@cygnus.com)
16887         * configure (makesrcdir): If ${srcdir} is relative and not ".",
16888         and ${subdir} is not ".", set makesrcdir based on ${invsubdir}.
16890 Tue Feb 23 14:18:28 1993  Mike Werner  (mtw@poseidon.cygnus.com)
16892         * configure.in: Added "dejagnu" to hosttools list.
16894 Mon Feb 22 23:28:38 1993  Per Bothner  (bothner@rtl.cygnus.com)
16896         * config.sub, configure.in, config.guess:  Add support
16897         for Bosx, an AIX variant from Bull.
16898         Patches from F.Pierresteguy@frcl.bull.fr.
16900 Sun Feb 21 11:15:22 1993  Mike Werner  (mtw@poseidon.cygnus.com)
16902         * devo/dejagnu: Initial creation of devo/dejagnu.
16903         Migrated dejagnu testcases and support files for testing software
16904         tools to reside as subdirectories, currently called "testsuite",
16905         within the directory of the software tool.  Migrated all programs,
16906         support libraries, etc. beloging to dejagnu proper from
16907         devo/deja-gnu to devo/dejagnu.  These files were moved "as is"
16908         with no modifications.  The changes to these files which will
16909         allow them to configure, build, and execute properly will be made
16910         in a future update.
16912 Fri Feb 19 20:19:39 1993  Brendan Kehoe  (brendan@lisa.cygnus.com)
16914         * Makefile.in: Change send_pr to send-pr.
16915         * configure.in: Likewise.
16916         * send_pr: Renamed directory to send-pr.
16918 Fri Feb 19 19:00:13 1993  Per Bothner  (bothner@cygnus.com)
16920         * Makefile.in:  Add some extra semi-colons (needed if SHELL=bash).
16922 Fri Feb 19 00:59:33 1993  John Gilmore  (gnu@cygnus.com)
16924         * README:  Update for gdb-4.8 release.
16925         * Makefile.in (gdb.tar.Z):  Add texinfo/tex3patch.  Build
16926         gdb-xxx.tar.z (gzip'd) file also.
16928 Thu Feb 18 09:16:17 1993  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
16930         * Makefile.in: make all-diff depend on all-libiberty
16932 Tue Feb 16 16:06:31 1993  K. Richard Pixley  (rich@cygnus.com)
16934         * config.guess: add vax-ultrix in the spirit of mips-ultrix.
16936 Tue Feb 16 05:57:15 1993  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
16938         * configure.in, Makefile.in: add hello, tar, gzip, recode, indent
16940 Tue Feb 16 00:58:20 1993  John Gilmore  (gnu@cygnus.com)
16942         * Makefile.in (DEVO_SUPPORT):  Remove etc directory
16943         (ETC_SUPPORT):  Only add the files GDB wants from etc/.
16944         (gdb.tar.Z):  Use ETC_SUPPORT.  Use byacc when building the file.
16946 Thu Feb 11 20:14:28 1993  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
16948         * Makefile.in:  makeinfo binary is in a new location
16950 Tue Feb  9 12:42:27 1993  Ian Lance Taylor  (ian@cygnus.com)
16952         * config.sub: Accept -ecoff as an OS.
16954         * Makefile.in: Various changes to eliminate a level of make
16955         recursion and reduce the required command line length.
16956         (BASE_FLAGS_TO_PASS): New variable holding flags passed to all
16957         sub-makes.
16958         (EXTRA_HOST_FLAGS, EXTRA_TARGET_FLAGS, EXTRA_GCC_FLAGS): New
16959         variables holding settings for specific sub-makes.
16960         (FLAGS_TO_PASS, TARGET_FLAGS_TO_PASS, GCC_FLAGS_TO_PASS): Rewrote
16961         in terms of BASE_FLAGS_TO_PASS.
16962         (TARGET_LIBS): New variable listing directories which use
16963         TARGET_FLAGS_TO_PASS.
16964         (subdir_do): Eliminated.
16965         (do-*): New set of targets to replace subdir_do.
16966         (various): All targets which used subdir_do now depend on do-*.
16967         (local-clean): Renamed from do_clean.
16968         (local-distclean): New target, dependency of distclean and
16969         realclean.
16970         (install-info): Don't create directories.  Depend on dir.info
16971         rather than calling make recursively.
16972         (install-dir.info): Eliminated.
16973         (install-info-dirs): Create all info directories here.
16974         (dir.info): Depend upon do-install-info.
16976         * test-build.mk (HOLES): Added false.
16978 Sat Feb  6 14:05:09 1993  Per Bothner  (bothner@rtl.cygnus.com)
16980         * config.guess:  Recognize BSDI and BSDJ (Jolitz 386bsd).
16982 Thu Feb  4 20:49:18 1993  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
16984         * Makefile.in (info): remove dependency on all-texinfo.  The
16985         problem was really in texinfo/C, not at this level.
16987 Thu Feb  4 13:38:41 1993  Ian Lance Taylor  (ian@cygnus.com)
16989         * Makefile.in (info): Added dependency on all-texinfo (PR 2112).
16991 Thu Feb  4 01:50:53 1993  John Gilmore  (gnu@cygnus.com)
16993         * Makefile.in (make-gdb.tar.Z):  Change BISON to 'bison -y' for
16994         GDB releases.
16996 Wed Feb  3 17:22:16 1993  Ken Raeburn  (raeburn@cambridge.cygnus.com)
16998         * configure: Include srcdir in message about target of link not
16999         being found.  Don't convert `-' to `_' in `with' options being
17000         passed to subdirs.
17002 Tue Feb  2 18:57:59 1993  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
17004         * configure.in: add uudecode to host_tools
17006         * Makefile.in: added {all,install}-uudecode targets, added them to
17007         the appropriate lists
17009 Tue Feb  2 11:45:53 1993  Ian Lance Taylor  (ian@cygnus.com)
17011         * Makefile.in (all-gcc): Added dependency on all-gas.
17013         * configure.in (mips-*-*): Build ld and binutils.
17015 Mon Feb  1 12:35:41 1993  K. Richard Pixley  (rich@rtl.cygnus.com)
17017         * configure: check return code from mkdir, print error message and
17018           exit on failure.
17020 Sat Jan 30 16:40:28 1993  John Gilmore  (gnu@cygnus.com)
17022         * Makefile.in (make-gdb.tar.Z):  New location for texinfo.tex.
17024 Thu Jan 28 15:09:59 1993  Ian Lance Taylor  (ian@cygnus.com)
17026         * test-build.mk (HOLES): Added tar, cpio and uudecode.
17028 Wed Jan 27 16:50:32 1993  Jim Wilson  (wilson@sphagnum.cygnus.com)
17030         * config.sub (h8500):  Recognize this as a cpu type.
17032 Sat Jan 23 20:32:01 1993  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
17034         * configure: source directory missing is no longer a warning
17036         * configure.in: recognize irix[34]* instead of irix[34]
17038         * Makefile.in: define and pass down X11_LIB
17040 Sat Jan 23 13:49:40 1993  Per Bothner  (bothner@cygnus.com)
17042         * guess-systype: Renamed to ...
17043         * config.guess:  ... by popular request.
17044         * configure.in, Makefile.in:  Update accordingly.
17046 Thu Jan 21 12:20:55 1993  Per Bothner  (bothner@cygnus.com)
17048         * guess-systype:  Patches from John Eaton <jwe@che.utexas.edu>:
17049         + Add Convex, Cray/Unicos, and Encore/Multimax support.
17050         + Execute ./dummy instead of assuming . is in PATH.
17052 Tue Jan 19 17:18:06 1993  Per Bothner  (bothner@cygnus.com)
17054         * guess-systype:  New shell script.  Attempts to guess the
17055         canonical host name of the executing host.
17056         Only a few hosts are supported so far.
17057         * configure:  Call guess-systype if no host is specified.
17059 Tue Jan 19 08:26:07 1993  Ian Lance Taylor  (ian@cygnus.com)
17061         * Makefile.in (gcc-no-fixedincludes): Made to work with current
17062         gcc Makefile.
17065 Fri Jan 15 10:27:02 1993  Ian Lance Taylor  (ian@cygnus.com)
17067         * Makefile.in (GCC_FLAGS_TO_PASS): New variable.
17068         (all-gcc, install-gcc, subdir_do): Use it.
17070 Wed Jan 13 17:06:45 1993  Jim Wilson  (wilson@sphagnum.cygnus.com)
17072         * Makefile.in: Rename uninstalled gcc driver from gcc to xgcc.
17074 Wed Jan  6 20:29:16 1993  Mike Werner  (mtw@rtl.cygnus.com)
17076         * Makefile.in: Removed explicit setting of SUBDIRS. SUBDIRS is now
17077           set exclusively by configure, using configure.in .
17079 Wed Jan  6 13:44:11 1993  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
17081         * test-build.mk: set $PATH for all builds
17083         * Makefile.in: pass TARGET_FLAGS_TO_PASS for xiberty and libm
17085 Wed Jan  6 11:02:10 1993  Fred Fish  (fnf@cygnus.com)
17087         * Makefile.in (GCC_FOR_TARGET):  Supply a default that matches
17088         the one used in gcc/Makefile.in, so that a null expansion doesn't
17089         override the one needed to build gcc with a native cc.
17092 Tue Jan  5 07:55:12 1993  Ken Raeburn  (raeburn@cambridge.cygnus.com)
17094         * configure: Accept -with arguments.
17096 Sun Jan  3 15:15:09 1993  Steve Chamberlain  (sac@thepub.cygnus.com)
17098         * Makefile.in: added h8300sim
17100 Tue Dec 29 15:06:00 1992  Ian Lance Taylor  (ian@cygnus.com)
17102         * build-all.mk: If canonhost is i386-unknown-sco3.2v4, change it
17103         to i386-sco3.2v4.  Set TARGETS and CFLAGS for i386-sco3.2v4.
17104         (all-cygnus, native, build-cygnus): Make
17105         $(canonhost)-stamp-3stage-done, not $(host)....
17106         * test-build.mk (stamp-3stage-compared): Use tail +10c for
17107         i386-sco3.2v4.  Added else true to if command.
17109 Mon Dec 28 12:08:56 1992  Ken Raeburn  (raeburn@cygnus.com)
17111         * config.sub: (from FSF) Sequent uses a BSD-like OS.
17113 Mon Dec 28 08:32:06 1992  Minh Tran-Le  (mtranle@paris.intellicorp.com)
17115         * configure.in (i[34]86-*-isc*): added; uses mh-sysv.
17117 Thu Dec 24 17:26:24 1992  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
17119         * configure.in: don't remove binutils from Solaris builds
17121 Thu Dec 24 14:08:38 1992 david d`zoo' zuhn  (zoo@cygnus.com)
17123         * Makefile.in: get rid of earlier definitions for *clean,
17124         also handle the recursive info rule better
17126 Thu Dec 24 12:40:21 1992  Per Bothner  (bothner@rtl.cygnus.com)
17128         * Makefile.in (mostlyclean, distclean, realclean):  Fix to
17129         do more-or-less the right thing.
17131 Wed Dec 16 10:25:31 1992  Ian Lance Taylor  (ian@cygnus.com)
17133         * Makefile.in: Add lines defining CC and CXX, and use CXX rather
17134         than gcc in definitions of CXX_FOR_BUILD and CXX_FOR_TARGET.
17136 Tue Dec 15 00:34:32 1992  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
17138         * Makefile.in: change all $(host_cpu)-$(host_vendor)-$(host_os) to
17139         $(host_canonical).
17141         * configure.in: split the configdirs list into 4 categories (native
17142         v. cross, library v. tool) and handle the cross-only and native-
17143         only in more reasonable (and correct!) way.
17145 Mon Dec 14 17:04:22 1992  Stu Grossman  (grossman at cygnus.com)
17147         * configure.in (hppa*-*-*):  Don't remove bfd and gdb from
17148         configdirs anymore.
17150 Sun Dec 13 00:37:26 1992  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
17152         * Makefile.in: extensive cleanup::  removed all of the explicit
17153         clean-* targets, collapsed many wrappers around subdir_do into
17154         one, added additional targets to satisfy standards.texi, deleted
17155         some old targets, some changes for consistency
17157 Fri Dec 11 20:18:02 1992  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
17159         * configure.in: handle some programs as cross-only, and others as
17160         native only
17162         * test-build.mk: handle partial holes in a more generic manner
17164         * Makefile.in: m4 depends on libiberty
17166 Thu Dec  3 21:52:11 1992  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
17168         * configure.in: add m4, textutils, fileutils, sed, shellutils,
17169         time, wdiff, and find to configdirs
17171         * Makefile.in: all, clean, and install rules for the new programs
17172         added to configure.in
17174 Mon Nov 30 14:54:34 1992  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
17176         * configure.in: use mh-sun for all *-sun-* hosts
17178 Fri Nov 27 18:35:54 1992  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
17180         * Makefile.in: define flags for X11 include files and library file
17181         locations, pass them down to the programs that need this info
17183         * build-all.mk: added a 'native' target, to 3stage the native toolchain
17185 Sun Nov 22 18:59:13 1992  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
17187         * configure.in: start building libg++ for HP-UX targets
17189 Wed Nov 18 19:33:11 1992  John Gilmore  (gnu@cygnus.com)
17191         * README:  Update references to files moved into etc/.
17193 Sun Nov 15 09:36:08 1992  Fred Fish  (fnf@cygnus.com)
17195         * config.sub (i386sol2, i486sol2):  i[34]86-unknown-solaris2.
17196         * configure.in (i[34]86-*-solaris2*):  Use config/mh-sysv4.
17198 Thu Nov 12 08:50:42 1992  Ian Lance Taylor  (ian@cygnus.com)
17200         * configure: accept dash as well as underscore in long option
17201         names for FSF compatibility.
17203 Wed Nov 11 08:04:37 1992  Ian Lance Taylor  (ian@cygnus.com)
17205         * config.sub: added -sco3.2v4 support from FSF.
17207 Sun Nov  8 21:14:30 1992  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
17209         * configure.in: expand the section that adds or removes
17210         directories from the list of programs to build, to handle native
17211         vs. cross in addition to host v. native
17213 Sat Nov  7 18:52:27 1992  Per Bothner  (bothner@rtl.cygnus.com)
17215         * Makefile.in:  Replace C++ in macro names with CXX.
17216         This is less likely to break ...
17218 Sat Nov  7 15:16:58 1992  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
17220         * test-build.mk: add -w to GNU_MAKE
17222 Fri Nov  6 23:10:37 1992  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
17224         * config.sub: remove 'sparc'-->'sparc-sun' default transformation,
17225         add 'sparc' to list of recognized cpus.  This needed to make
17226         'sparc-aout' expand to 'sparc-unknown-aout' instead of 'sparc-sun-aout'.
17227         Delete some redundant ose68 variants.  Recognize -wrs as an os,
17228         then changes that into $CPU-wrs-vxworks.
17230         * configure.in: remove most references to gdbtest, regularize
17231         target based program removal
17233         * test-build.mk: import from p3 tree (many fixes and changes)
17235 Fri Nov  6 20:59:00 1992  david d `zoo' zuhn  (zoo@cygnus.com)
17237         * Makefile.in: added rules to handle tcl, tk, and expect
17239         * configure.in: handle those directories if they exist
17241 Thu Nov  5 14:35:41 1992  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
17243         * config.sub: removed bogus hppabsd and hppahpux names, since
17244         "hppa" is not a valid cpu (hppa1.1 or hppa1.0 are, though)
17246 Thu Oct 29 00:12:41 1992  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
17248         * Makefile.in: all-gcc now depends on all-binutils.  all-libg++
17249         depends upon all-xiberty
17251         * Makefile.in: changes from p3, including:
17253         Thu Oct  8 15:00:17 1992  Ian Lance Taylor  (ian@cygnus.com)
17255         * Makefile.in (XTRAFLAGS): include newlib directories if
17256         newlib/Makefile exists, rather than if host != target.
17258         Fri Sep 25 13:41:52 1992  Ian Lance Taylor  (ian@cygnus.com)
17260         * Makefile.in: added -nostdinc to XTRAFLAGS if we are using gcc
17261         from the same source tree and not building a cross-compiler.  This
17262         matters for the libg++ configuration if reconfiguring a tree that
17263         has already been installed.
17265         Thu Sep 10 10:35:51 1992  Ian Lance Taylor  (ian@cygnus.com)
17267         * Makefile.in: added -I for newlib/targ-include to XTRAFLAGS, to
17268         pick up the machine and system specific header files.
17270         * Makefile.in: added AS_FOR_TARGET, passed down in
17271         TARGET_FLAGS_TO_PASS.  Added CC_FOR_BUILD, which is intended to be
17272         the C compiler to use to create programs which are run in the
17273         build environment, set it to default to $(CC), and passed it down
17274         in FLAGS_TO_PASS and TARGET_FLAGS_TO_PASS.
17276         Mon Sep  7 22:34:42 1992  Ian Lance Taylor  (ian@cirdan.cygnus.com)
17278         * Makefile.in: add $(host) = $(target) tests back to *_FOR_TARGET.
17279         We need them for unusual native builds, like systems without
17280         ranlib.
17282         * configure: also define $(host_canonical) and
17283         $(target_canonical), which are the full, canonical names for the
17284         given host and target
17286 Sun Nov  1 16:38:17 1992  Per Bothner  (bothner@cygnus.com)
17288         * Makefile.in:  Added separate definitions for C++.
17290 Fri Oct 30 11:37:52 1992  Fred Fish  (fnf@cygnus.com)
17292         * configure.in (configdirs):  Add deja-gnu.
17294 Fri Oct 23 00:39:18 1992  John Gilmore  (gnu@cygnus.com)
17296         * README:  Update for configure.texi and gdb-4.7 release.
17298 Wed Oct 21 21:54:27 1992  John Gilmore  (gnu@cygnus.com)
17300         * Makefile.in:  Move "all" target to top of file.
17301         Previously, first target was ".PHONY" which caused BSD4.4 make
17302         to build .PHONY when make was run without arguments.
17304 Mon Oct 19 01:17:54 1992  John Gilmore  (gnu@cygnus.com)
17306         * Makefile.in:  Add COPYING.LIB to GDB releases, now that there's
17307         Library-copylefted code in libiberty.
17309 Tue Oct 13 01:22:32 1992  John Gilmore  (gnu@cygnus.com)
17311         * config.sub:  Replace m68kmote with plain old m68k.
17313 Fri Oct  9 03:14:24 1992  John Gilmore  (gnu@cygnus.com)
17315         * Makefile.in:  Remove space from blank line, avoid Make complaints.
17317 Thu Oct  8 18:41:45 1992  Ken Raeburn  (raeburn@cygnus.com)
17319         * config.sub: Complain if no argument is given.  Added support for
17320         386bsd as OS and target alias.
17322 Thu Oct  8 15:07:22 1992  Ian Lance Taylor  (ian@cygnus.com)
17324         * Makefile.in (XTRAFLAGS): include newlib directories if
17325         newlib/Makefile exists, rather than if host != target.
17327 Mon Oct  5 03:00:09 1992  Mark Eichin  (eichin at tweedledumber.cygnus.com)
17329         * config.sub: recognize sparclite-wrs-vxworks.
17331         * Makefile.in (install-xiberty): added *-xiberty make rules (from
17332         p3.) Added clean-xiberty to clean.
17334 Thu Oct  1 17:59:19 1992  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
17336         * configure.in: use *-*-* instead of nested cases for host and target
17338 Tue Sep 29 14:11:18 1992  Ian Lance Taylor  (ian@cygnus.com)
17340         * Makefile.in: added -nostdinc to XTRAFLAGS if we are using gcc
17341         from the same source tree and not building a cross-compiler.  This
17342         matters for the libg++ configuration if reconfiguring a tree that
17343         has already been installed.
17345 Sep 20 08:53:10 1992  Fred Fish  (fnf@cygnus.com)
17347         * config.sub (i486v/i486v4):  Merge in from FSF version.
17349 Fri Sep 18 00:32:00 1992  Mark Eichin  (eichin@cygnus.com)
17351         * configure: only set PWD if it is already set.
17353 Thu Sep 17 23:05:53 1992  Mark Eichin  (eichin@cygnus.com)
17355         * configure: just set PWD=`pwd` at the top, since Ultrix sh
17356         doesn't have unset and all success paths (and most error paths)
17357         out set it anyway. (Note: should change all uses of ${PWD=`pwd`}
17358         to just ${PWD} to avoid confusion.)
17360 Tue Sep 15 16:00:54 1992  Ian Lance Taylor  (ian@cygnus.com)
17362         * configure: always set $(tooldir) to $(libdir)/$(target_alias),
17363         even for a native compilation.
17365 Tue Sep 15 02:22:56 1992  John Gilmore  (gnu@cygnus.com)
17367         Changes to make the gdb.tar.Z rule work better.
17369         * Makefile.in (GDB_SUPPORT_DIRS):  Add opcodes.
17370         (DEVO_SUPPORT):  Add configure.texi.
17371         (bfd-ilrt.tar.Z):  Remove ancient rule.
17373 Thu Sep 10 10:43:19 1992  Ian Lance Taylor  (ian@cygnus.com)
17375         * Makefile.in: added -I for newlib/targ-include to XTRAFLAGS, to
17376         pick up the machine and system specific header files.
17378         * configure.in, config.sub: added new target m68010-adobe-scout,
17379         with alias of adobe68k.  Changed configure.in to check for
17380         -scout before -sco* to avoid a false match.
17382         * Makefile.in: added AS_FOR_TARGET, passed down in
17383         TARGET_FLAGS_TO_PASS.  Added CC_FOR_BUILD, which is intended to be
17384         the C compiler to use to create programs which are run in the
17385         build environment, set it to default to $(CC), and passed it down
17386         in FLAGS_TO_PASS and TARGET_FLAGS_TO_PASS.
17388 Wed Sep  9 12:21:42 1992  Ian Lance Taylor  (ian@cygnus.com)
17390         * Makefile.in: added TARGET_FLAGS_TO_PASS, CC_FOR_TARGET,
17391         AR_FOR_TARGET, RANLIB_FOR_TARGET, NM_FOR_TARGET.  Pass
17392         TARGET_FLAGS_TO_PASS, which defines CC, AR, RANLIB and NM as the
17393         FOR_TARGET variants, to newlib and libg++.
17395 Tue Sep  8 17:28:30 1992  Ken Raeburn  (raeburn@cambridge.cygnus.com)
17397         * Makefile.in (all-gas, all-gdb): Require all-opcodes to be built
17398         first.
17400 Wed Sep  2 02:50:05 1992  John Gilmore  (gnu@cygnus.com)
17402         * config.sub:  Accept `elf' as an environment.
17404 Tue Sep  1 15:48:30 1992  Steve Chamberlain  (sac@thepub.cygnus.com)
17406         * Makefile.in (all-opcodes):  cd into the right directory
17408 Sun Aug 30 21:12:11 1992  Ian Lance Taylor  (ian@cygnus.com)
17410         * configure: added -program_transform_name option, used as
17411         argument to sed when installing programs.
17412         configure.texi: added documentation for -program_prefix,
17413         -program_suffix and -program_transform_name.
17415 Thu Aug 27 21:59:44 1992  John Gilmore  (gnu@cygnus.com)
17417         * config.sub:  Accept i486 where i386 ok.
17419 Thu Aug 27 13:04:42 1992  Brendan Kehoe  (brendan@rtl.cygnus.com)
17421         * config.sub: accept we32k
17423 Mon Aug 24 14:05:14 1992  Ian Lance Taylor  (ian@cygnus.com)
17425         * config.sub, configure.in: accept OSE68000 and OSE68k.
17427         * Makefile.in: don't create all directories for ``make install'';
17428         let the subdirectories create the ones they need.
17430 Tue Aug 11 23:13:17 1992  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
17432         * COPYING: new file, GPL v2
17434 Tue Aug  4 01:12:43 1992  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
17436         * Makefile.in: use the new gen-info-dir, which needs a template
17437         argument (which also lives in texinfo)
17439         * configure.texi, standards.texi: fix INFO-DIR-ENTRY
17441 Mon Aug  3 00:34:17 1992  Fred Fish  (fnf@cygnus.com)
17443         * config.sub (ncr3000):  Change i386 to i486.
17445 Thu Jul 23 00:12:17 1992  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
17447         * Makefile.in: add install-rcs, install-grep to
17448         install-no-fixedincludes, removed install-bison and install-libgcc
17450 Tue Jul 21 01:01:50 1992  david d `zoo' zuhn (zoo@cygnus.com)
17452         * configure.in: grab the HPUX makefile fragment if on HPUX
17454 Mon Jul 20 11:02:09 1992  D. V. Henkel-Wallace  (gumby@cygnus.com)
17456         * Makefile.in: eradicate bison spoor (ditto libgcc).
17457          configure.in: recognise m68{k,000}-ericsson-OSE.
17458          es1800 is alias for m68k-ericsson-OSE
17460 Sun Jul 19 17:49:02 1992  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
17462         * configure.in: rearrange the parts that remove programs from
17463         configdirs, based now on HOST==TARGET or by canonical triple.
17465 Fri Jul 17 22:52:49 1992  K. Richard Pixley  (rich@rtl.cygnus.com)
17467         * test-build.mk: recurse explicitly with -f test-build.mk when
17468           appropriate.  predicate stage3 and comparison on the existence
17469           of gcc.  That is, if gcc isn't around, we aren't three-staging.
17470           On very clean, also remove ...stamp-co.  Build in-place before
17471           doing other builds.
17473 Thu Jul 16 18:33:09 1992  Steve Chamberlain  (sac@thepub.cygnus.com)
17475         * Makefile.in, configure.in: add tgas
17477 Thu Jul 16 16:05:28 1992  K. Richard Pixley  (rich@rtl.cygnus.com)
17479         * Makefile.in: a number of changes merged in from progressive.
17481         * configure.in: add libm.
17483         * .cvsignore: ignore some stuff that comes from test-build.mk.
17485 Tue Jul  7 00:24:52 1992  Fred Fish  (fnf@cygnus.com)
17487         * config.sub:  Add es1800 (m68k-ericsson-es1800).
17489 Tue Jun 30 20:24:41 1992  D. V. Henkel-Wallace  (gumby@cygnus.com)
17491         * configure: Add program_suffix (parallel to program_prefix)
17492         * Makefile.in: adjust directory-creating script for losing decstation
17494 Mon Jun 22 23:43:48 1992  Per Bothner  (bothner@cygnus.com)
17496         * configure:  Minor $subdir-related fixes.
17498 Mon Jun 22 18:30:26 1992  Steve Chamberlain  (sac@thepub.cygnus.com)
17500         * configure: fix various problems with propogating
17501         makefile_target_frag in subdirs.
17502         * configure.in: config libgcc if its there
17504 Fri Jun 19 15:19:40 1992  Stu Grossman  (grossman at cygnus.com)
17506         * config.sub:  HPPA merge.
17508 Sun Jun 14 10:29:19 1992  John Gilmore  (gnu at cygnus.com)
17510         * Makefile.in:  Replace all-bison with all-byacc in all
17511         dependency lines for other tools (which now use byacc).
17513 Fri Jun 12 22:21:57 1992  John Gilmore  (gnu at cygnus.com)
17515         * config.sub:  Add sun4sol2 => sparc-sun-solaris2.
17517 Thu Jun  4 12:07:32 1992  Mark Eichin  (eichin@cygnus.com)
17519         * Makefile.in: make gprof rules similar to byacc rules (instead of
17520         vestigal $(unsubdir) that didn't work...)
17522 Thu Jun  4 00:37:05 1992  Per Bothner  (bothner@rtl.cygnus.com)
17524         * config.sub:  Add support for Linux.
17525         * Makefile.in:  Use $(FLAGS_TO_PASS) more consistently
17526         (at least for libg++).
17528 Tue Jun 02 20:03:00 1992  david d `zoo' zuhn (zoo@cygnus.com)
17530         * configure.texi: fix doc for the -nfp option to configure
17532 Tue Jun  2 17:20:52 1992  Michael Tiemann  (tiemann@cygnus.com)
17534         * Makefile.in (all-binutils): ar needs flex, so depend on all-flex.
17536 Sun May 31 15:04:08 1992  Mark Eichin  (eichin at cygnus.com)
17538         * config.sub: changed [^-]+ to [^-][^-]* so that it works under
17539         Sun sed. (BSD 4.3 sed doesn't handle [^-]+ either.)
17540         * configure.in: added solaris* host_makefile_frag hook.
17542 Sun May 31 01:10:34 1992  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
17544         * config.sub: changed recognition of m68000 so that various
17545         m68k types can be specified via m680[01234]0
17547 Sat May 30 21:01:06 1992  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
17549         * config.sub (basic_machine): fix sed so that '-foo' isn't
17550         completely substituted out while .+'-foo' loses the '-foo'
17552 Wed May 27 23:18:52 1992  Michael Tiemann  (tiemann@rtl.cygnus.com)
17554         * config.sub ($os): Add -aout.
17556 Fri May 22 14:00:02 1992  Per Bothner  (bothner@cygnus.com)
17558         * configure:  If host_makefile_frag is absolute, don't
17559         prefix ${invsubdir} (relevant to libg++ auto-configure).
17561 Thu May 21 18:00:09 1992  Michael Tiemann  (tiemann@rtl.cygnus.com)
17563         * Makefile.in (tooldir): Define it.
17564         (all-ld): Depend on all-flex.
17566 Sun May 10 21:45:59 1992  Per Bothner  (bothner@rtl.cygnus.com)
17568         * Makefile.in (check):  Fix libg++ special case.
17570 Fri May  8 08:31:41 1992  K. Richard Pixley  (rich@cygnus.com)
17572         * configure: do not bury `pwd` into config.status, thus do fewer
17573           pwd's.
17575         * configure: print the "Building in" message only when building in
17576           other than "." AND verbose.
17578         * configure: remove -s, rework -v to better accommodate guested
17579           configures.
17581         * standards.texi: updated to 3 may, fixed librid <-> libdir typo.
17583 Fri May  1 18:00:50 1992  K. Richard Pixley  (rich@cygnus.com)
17585         * Makefile.in: macroize flags passed on recursion.  remove
17586           fileutils.
17588 Thu Apr 30 08:56:20 1992  K. Richard Pixley  (rich@cygnus.com)
17590         * configure: get makesrcdir right for subdirs deeper than 1.
17592         * Makefile.in: pass INSTALL, INSTALL_DATA, INSTALL_PROGRAM on
17593           install.
17595 Fri Apr 24 15:51:51 1992  K. Richard Pixley  (rich@cygnus.com)
17597         * Makefile.in: don't print subdir_do or recursion lines.
17599 Fri Apr 24 15:22:04 1992  K. Richard Pixley  (rich@cygnus.com)
17601         * standards.texi: added menu item.
17603         * Makefile.in: build and install standards.info.
17605         * standards.texi: new file.
17607 Wed Apr 22 18:06:55 1992  K. Richard Pixley  (rich@rtl.cygnus.com)
17609         * configure: test for and move config.status pieces from
17610           ${subdir}/.
17612 Wed Apr 22 14:38:34 1992  Fred Fish  (fnf@cygnus.com)
17614         * configure:  Test for existance of files before trying to mv
17615         them, to avoid numerous non-existance messages.
17617 Tue Apr 21 12:31:33 1992  K. Richard Pixley  (rich@cygnus.com)
17619         * configure: correct final line of config.status.
17621         * configure: patch from eggert.  Avoids a protection problem if
17622           the original Makefile.in is read only.
17624         * configure: use move-if-change from gcc to create config.status.
17625           Some makefiles depend on config.status to tell if a directory
17626           has been reconfigured for a different host.  This change
17627           prevents those directories from remaking everything in the case
17628           where the reconfig was only intended to rebuild a Makefile.
17630         * configure: test for config.sub with "config.sub sun4" rather
17631           than "config.sub ${host_alias}".  Otherwise we can't tell a bad
17632           host alias from a missing config.sub.
17634 Mon Apr 20 18:16:36 1992  K. Richard Pixley  (rich@rtl.cygnus.com)
17636         * Makefile.in: explicitly pass CFLAGS on recursion. no longer pass
17637           MINUS_G (this can be done with CFLAGS).  Default CFLAGS to -g.
17639 Fri Apr 17 18:27:51 1992  Per Bothner  (bothner@cygnus.com)
17641         * configure: mkdir ${subdir} as needed.
17643 Wed Apr 15 17:37:22 1992  K. Richard Pixley  (rich@cygnus.com)
17645         * Makefile.in,configure.in: added autoconf.
17647 Wed Apr 15 17:27:34 1992  K. Richard Pixley  (rich@rtl.cygnus.com)
17649         * Makefile.in: no longer pass against on recursion.
17651         * Makefile.in: added .NOEXPORT: so that stray makefile_frag
17652           definitions are not inherited.
17654         * configure: correct makesrcdir when subdir is .
17656 Tue Apr 14 11:56:09 1992  Per Bothner  (bothner@cygnus.com)
17658         * configure:  Add support for 'subdirs' variable, which is
17659         like 'configdirs', except that configure doesn't re-invoke
17660         itself for subdirs, it just creates a Makefile for each subdir.
17661         * configure.texi:  Document subdirs.
17663 Mon Apr 13 18:50:16 1992  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
17665         * configure.in: added flex to configdirs
17667 Mon Apr 13 18:43:55 1992  K. Richard Pixley  (rich@cygnus.com)
17669         * Makefile.in: remove clean-stamps from clean.
17671 Sat Apr 11 03:52:03 1992  John Gilmore  (gnu at cygnus.com)
17673         * configure.in:  Add gdbtest to configdirs.
17675 Fri Apr 10 23:11:49 1992  Fred Fish  (fnf@cygnus.com)
17677         * Makefile.in (MINUS_G):  Add macro, default to -g, pass on
17678         to recursive makes.
17679         * configure.in:  Recognize new ncr3000 config.
17681 Wed Apr  8 23:08:12 1992  K. Richard Pixley  (rich@cygnus.com)
17683         * Makefile.in, configure.in: removed references to gdbm.
17685 Tue Apr  7 16:48:20 1992  Per Bothner  (bothner@cygnus.com)
17687         * config.sub:  Don't canonicalize os value
17688         newsos* to bsd (readline needs to check for newsos).
17689         (This fix was earlier made Jan 31, but got re-broken.)
17691 Mon Apr  6 14:34:08 1992  Stu Grossman  (grossman at cygnus.com)
17693         * configure.in:  sco is an os, not a vendor!
17695         * configure:  Quote $( better.  Keep various shells happy.
17697 Tue Mar 31 16:32:57 1992  K. Richard Pixley  (rich@cygnus.com)
17699         * Makefile.in: eliminate stamp-files.
17701 Mon Mar 30 22:20:23 1992  K. Richard Pixley  (rich@cygnus.com)
17703         * Makefile.in: add send_pr.  remove "force" from .stmp-gprof rule.
17704           Supress echoing of all the "if [ -d ... $(MAKE)" lines.
17706 Wed Mar 25 15:20:04 1992  Stu Grossman  (grossman@cygnus.com)
17708         * config.sub:  fix iris/iris3.
17710 Wed Mar 25 10:34:19 1992  K. Richard Pixley  (rich@cygnus.com)
17712         * configure: re-add -rm.
17714 Tue Mar 24 23:50:16 1992  K. Richard Pixley  (rich@cygnus.com)
17716         * Maskefile.in: add .stmp-rcs to all.
17718         * configure.in: remove gas from rs6000 build, use aix host fragment.
17720 Mon Mar 23 19:43:35 1992  K. Richard Pixley  (rich@cygnus.com)
17722         * configure: pass down site_option during recursion.
17724 Thu Mar 19 16:49:36 1992  Stu Grossman  (grossman at cygnus.com)
17726         * Makefile.in (all.cross):  Add .stmp-bfd .stmp-readline.
17728 Wed Mar 18 15:29:33 1992  Mike Stump  (mrs@cygnus.com)
17730         * configure: Change exec_prefix so that it really defaults to prefix.
17732 Sat Mar 14 17:20:38 1992  Fred Fish  (fnf@cygnus.com)
17734         * Makefile.in, configure.in:  Add support for mmalloc library.
17736 Fri Mar 13 18:44:18 1992  K. Richard Pixley  (rich@cygnus.com)
17738         * Makefile.in: add stmp dependencies for a few more things.
17740 Thu Mar 12 04:56:24 1992  K. Richard Pixley  (rich@cygnus.com)
17742         * configure: adjusted error message on objdir/srcdir configure
17743           collision, per john's suggestion.
17745         * Makefile.in: add libiberty stmp to all and all.cross.
17747 Wed Mar 11 02:07:52 1992  K. Richard Pixley  (rich@cygnus.com)
17749         * Makefile.in: remove force dependencies, add grep to all.
17751 Tue Mar 10 21:49:18 1992  K. Richard Pixley  (rich@mars.cygnus.com)
17753         * Makefile.in: drop flex.  make stamp files work.
17755         * configure: added test for conflicting configuration in srcdir,
17756           remove trailing slashes from srcdir.  Otherwise emacs gdb mode
17757           gets cranky.  use relative paths for configure and srcdir
17758           whenever possible.  Send some error messages to stderr that were
17759           going to stdout.
17761 Tue Mar 10 18:01:55 1992  Per Bothner  (bothner@cygnus.com)
17763         * Makefile.in:  Fix libg++ rule to check for gcc directory
17764         before using gcc/gcc.  Also pass XTRAFLAGS.
17766 Thu Mar  5 21:45:07 1992  K. Richard Pixley  (rich@sendai)
17768         * Makefile.in: added stmp-files so that directories aren't polled
17769           when they are already built.
17771         * configure.texi: fixed a node pointer problem.
17773 Thu Mar  5 12:05:58 1992  Stu Grossman  (grossman at cygnus.com)
17775         * config.sub configure.in gdb/configure.in
17776         gdb/mips-tdep.c gdb/mipsread.c gdb/procfs.c gdb/signame.h
17777         gdb/tm-irix3.h gdb/tm-mips.h gdb/xm-irix4.h gdb/config/mt-irix3
17778         gdb/config/mh-irix4 texinfo/configure.in:  Port to SGI Irix-4.x.
17780 Wed Mar  4 02:57:46 1992  K. Richard Pixley  (rich@rtl.cygnus.com)
17782         * configure: -recurring becomes -silent.  corrected help message
17783           for -site= option.
17785         * Makefile.in: mkdir $(exec_prefix) and $(tooldir).
17787 Tue Mar  3 14:51:21 1992  K. Richard Pixley  (rich@rtl.cygnus.com)
17789         * configure: when building Makefile for crosses, replace
17790           tooldir and program_prefix.  default srcdir from location of
17791           config.sub.  remove "for host in hosts" and "for target in
17792           targets" loops.
17794 Wed Feb 26 19:48:25 1992  K. Richard Pixley  (rich@rtl.cygnus.com)
17796         * Makefile.in: Do not pass bindir or mandir to cvs.
17798 Wed Feb 26 18:04:40 1992  K. Richard Pixley  (rich@cygnus.com)
17800         * Makefile.in, configure.in: removed traces of namesubdir,
17801           -subdirs, $(subdir), $(unsubdir), some rcs triggers.  Forced
17802           copyrights to '92, changed some from Cygnus to FSF.
17804         * configure.texi: remove most references to multiple hosts,
17805           multiple targets, subdirs, etc.
17807         * configure.man: removed rcsid. reference config.sub not
17808           config.subr.
17810         * Makefile.in: mkdir $(infodir) on install-info.
17812 Wed Feb 19 15:41:13 1992  John Gilmore  (gnu at cygnus.com)
17814         * configure.texi:  Explain better about .gdbinit and about
17815         the environment that configure.in sections run in.
17817 Fri Feb  7 07:55:00 1992  John Gilmore  (gnu at cygnus.com)
17819         * configure.in:  Ultrix is only a decstation if it's a MIPS.
17821 Fri Jan 31 21:54:51 1992  John Gilmore  (gnu at cygnus.com)
17823         * README:  DOC.configure => cfg-paper.texi.
17825 Fri Jan 31 21:48:18 1992  Stu Grossman  (grossman at cygnus.com)
17827         * config.sub (near case $os):  Don't convert newsos* to bsd!
17829 Fri Jan 31 02:27:32 1992  John Gilmore  (gnu at cygnus.com)
17831         * Makefile.in:  Reinstall change from gdb-4.3 that reduces
17832         the number of copies of COPYING that go into the GDB tar file.
17834 Thu Jan 30 16:17:30 1992  Stu Grossman  (grossman at cygnus.com)
17836         * bfd/configure.in, gdb/config/mh-i386sco,
17837         gdb/config/mt-i386v32, gdb/configure.in, readline/configure.in:
17838         Fix SCO configuration stuff.
17840 Tue Jan 28 23:51:07 1992  Per Bothner  (bothner at cygnus.com)
17842         * Makefile.in:  For libg++, make sure the -I pointing
17843         to the gcc directory goes *after* all the libg++-local -I flags.
17844         Also, move just-gcc dependency from just-libg++ to all-libg++.
17846 Tue Jan 28 12:56:24 1992  Stu Grossman  (grossman at cygnus.com)
17848         * configure:  Change -x to -f to keep Ultrix /bin/test happy.
17850 Sat Jan 18 17:45:11 1992  Stu Grossman  (grossman at cygnus.com)
17852         * Makefile.in (make-gdb.tar.Z):  Remove texinfo targets.
17854 Sat Jan 18 17:03:21 1992  Fred Fish  (fnf at cygnus.com)
17856         * config.sub:  Add stratus configuration frags.  Also
17857         submitted to FSF.
17859 Sat Jan 18 15:35:29 1992  Stu Grossman  (grossman at cygnus.com)
17861         * Makefile.in (DEV_SUPPORT):  add configure.man.
17863         * config.sub(Decode manufacturer-specific):  add -none*.
17865 Fri Jan 17 17:58:05 1992  Stu Grossman  (grossman at cygnus.com)
17867         * Makefile.in:  remove form feeds to make Sun's make happy.
17868         (DEVO_SUPPORT):  DOC.configure => cfg-paper.texi.
17870 Sat Jan  4 16:11:44 1992  John Gilmore  (gnu at cygnus.com)
17872         * Makefile.in (AR_FLAGS):  Make quieter.
17874 Thu Jan  2 22:57:12 1992  John Gilmore  (gnu at cygnus.com)
17876         * configure.in:  Add libg++.
17877         * configure:  When verbose, don't output the command line at each
17878         level; it will be unremarkably the same as the previous version,
17879         which will be the same as what the user typed.
17881 Fri Dec 27 16:26:47 1991  K. Richard Pixley  (rich at cygnus.com)
17883         * configure.in, Makefile.in: fix clean-info, add flex.  add
17884           fileutils.
17886         * configure: be less sensitive to spaces in Makefile.in.  Do not
17887           look for sources in "..".  Doing so breaks subdirectories that
17888           might have their own configure.  If a subdir has it's own
17889           configure script, use it.
17891 Thu Dec 26 16:30:26 1991  K. Richard Pixley  (rich at cygnus.com)
17893         * cfg-paper.texi: some changes suggested by rms.
17895 Thu Dec 26 10:13:36 1991  Fred Fish  (fnf at cygnus.com)
17897         * config.sub:  Merge in some small additions from the FSF version,
17898         taken from the gcc distribution, to bring the Cygnus and FSF
17899         versions into closer sync.
17901 Fri Dec 20 11:34:18 1991  Fred Fish  (fnf at cygnus.com)
17903         * configure.in:  Changed svr4 references to sysv4.
17905 Thu Dec 19 15:54:29 1991  K. Richard Pixley  (rich at cygnus.com)
17907         * configure: added -V for version number option.
17909 Wed Dec 18 15:39:34 1991  K. Richard Pixley  (rich at cygnus.com)
17911         * DOC.configure, cfg-paper.texi: revised, updated, and texinfo'd.
17912           renamed from DOC.configure to cfg-paper.texi.
17914 Mon Dec 16 23:05:19 1991  K. Richard Pixley  (rich at rtl.cygnus.com)
17916         * configure, config.subr, config.sub: config.subr is now
17917           config.sub again.
17919 Fri Dec 13 01:17:06 1991  K. Richard Pixley  (rich at cygnus.com)
17921         * configure.texi: new file, in progress.
17923         * Makefile.in: build info file and install the man page for
17924           configure.
17926         * configure.man: new file, first cut.
17928         * configure: find config.subr again now that configuration "none"
17929           has gone.  removed all traces of the -ansi option.  removed all
17930           traces of the -languages option.
17932         * config.subr: resync from rms.
17934 Wed Dec 11 22:25:20 1991  K. Richard Pixley  (rich at rtl.cygnus.com)
17936         * configure, config.sub, config.subr: merge config.sub into
17937           config.subr, call the result config.subr, remove config.sub, use
17938           config.subr.
17940         * Makefile.in: revised install for dir.info.
17942 Tue Dec 10 00:04:35 1991  K. Richard Pixley  (rich at rtl.cygnus.com)
17944         * configure.in: add decstation host makefile frag.
17946         * Makefile.in: BISON now bison -y again.  also install-gcc on
17947           install.  clean-gdbm on clean.  infodir belongs in datadir.
17948           Make directories for info install.  Build dir.info here then
17949           install it.
17951 Mon Dec  9 16:48:33 1991  K. Richard Pixley  (rich at rtl.cygnus.com)
17953         * Makefile.in: fix for bad directory tests.
17955 Sat Dec  7 00:17:01 1991  K. Richard Pixley  (rich at rtl.cygnus.com)
17957         * configure: \{1,2\} appears to be a sysv'ism.  Use a different
17958           regexp.  -srcdir relative was being handled incorrectly.
17960         * Makefile.in: unwrapped some for loops so that parallel makes
17961           work again and so one can focus one's attention on a particular
17962           package.
17964 Fri Dec  6 00:22:08 1991  K. Richard Pixley  (rich at rtl.cygnus.com)
17966         * configure: added PWD as a stand in for `pwd` (for speed). use
17967           elif wherever possible.  make -srcdir work without -objdir.
17968           -objdir= commented out.
17970 Thu Dec  5 22:46:52 1991  K. Richard Pixley  (rich at rtl.cygnus.com)
17972         * configure: +options become --options.  -subdirs commented out.
17973           added -host, -datadir.  Renamed -destdir to -prefix.  Comment in
17974           Makefile now at top of generated Makefile.  Removed cvs log
17975           entries.  added -srcdir.  create .gdbinit only if there is one
17976           in ${srcdir}.
17978         * Makefile.in: idestdir and ddestdir go away.  Added copyrights
17979           and shift gpl to v2.  Added ChangeLog if it didn't exist. docdir
17980           and mandir now keyed off datadir by default.
17982 Fri Nov 22 07:38:11 1991  K. Richard Pixley  (rich at rtl.cygnus.com)
17984         * Freshly created ChangeLog.
17987 Local Variables:
17988 mode: change-log
17989 left-margin: 8
17990 fill-column: 76
17991 version-control: never
17992 End: