Merge ashlsi3 and ashldi3
[official-gcc.git] / ChangeLog
blobd7680d491c5e1cf87ff224117cf3767650051a29
1 2014-06-18  Richard Henderson  <rth@redhat.com>
3         * .gitignore: Import gcc_update output.
5 2014-06-18  Olivier Hainque  <hainque@adacore.com>
7         * tree-core.h (tree_block): Add an "end_locus" field, allowing
8         memorization of the end of block source location.
9         * tree.h (BLOCK_SOURCE_END_LOCATION): New accessor.
10         * gimplify.c (gimplify_bind_expr): Propagate the block start and
11         end source location info we have on the block entry/exit code we
12         generate.
14 2014-06-13  Thomas Schwinge  <thomas@codesourcery.com>
16         * config-ml.in: Robustify ac_configure_args parsing.
18         * configure.ac (--enable-linker-plugin-configure-flags)
19         (--enable-linker-plugin-flags): New flags.
20         (configdirs): Conditionally add libiberty-linker-plugin.
21         * configure: Regenerate.
22         * Makefile.def (host_modules): Add libiberty-linker-plugin.
23         (host_modules) <lto-plugin>: Pay attention to
24         @extra_linker_plugin_flags@ and
25         @extra_linker_plugin_configure_flags@.
26         (all-lto-plugin): Also depend on all-libiberty-linker-plugin.
27         * Makefile.in: Regenerate.
29         * Makefile.tpl (configure-[+prefix+][+module+])
30         (configure-stage[+id+]-[+prefix+][+module+]): If specified, use
31         "module_srcdir" instead of "module" for locating a module's srcdir.
32         * Makefile.in: Regenerate.
34 2014-06-10  Matthew Fortune  <matthew.fortune@imgtec.com>
36         * MAINTAINERS (Write After Approval): Add myself.
38 2014-06-06  Sebastian Pop  <sebpop@gmail.com>
40         * MAINTAINERS: Update my email address.
42 2014-06-04  Thomas Preud'homme  <thomas.preudhomme@arm.com>
44         * MAINTAINERS (Write After Approval): Add myself.
46 2014-06-03  Andrew Bennett  <andrew.bennett@imgtec.com>
48         * MAINTAINERS (Write After Approval): Add myself.
50 2014-05-30  Jonathan Wakely  <jwakely@redhat.com>
52         PR libstdc++/61011
53         * configure.ac (--disable-libstdcxx): Set noconfigdirs correctly.
54         Disable libcilkrts, libitm, libsanitizer when not building libstdc++.
55         * configure: Regenerate.
57 2014-05-28  Pedro Alves  <palves@redhat.com>
59         * MAINTAINERS (Write After Approval): Add myself.
61 2014-05-28  Olivier Hainque  <hainque@adacore.com>
63         * config/rs6000/vxworks.h (VXCPU_FOR_8548): New. Default to PPC85XX.
64         (CPP_SPEC): Add entry for -mcpu=8548.
65         * config/rs6000/vxworksae.h: Reinstate. Override        VXCPU_FOR_8548.
66         * config.gcc (powerpc-wrs-vxworksae, tm_file): Add back vxworksae.h.
68 2014-05-26  Richard Sandiford  <rdsandiford@googlemail.com>
69             Olivier Hainque  <hainque@adacore.com>
71         * rtl.h (set_for_reg_notes): Declare.
72         * emit-rtl.c (set_for_reg_notes): New function.
73         (set_unique_reg_note): Use it.
74         * optabs.c (add_equal_note): Likewise
76 2014-05-22  Maxim Kuvyrkov  <maxim.kuvyrkov@linaro.org>
78         * MAINTAINERS: Update my affiliation/email.
80 2014-05-19  Mike Stump  <mikestump@comcast.net>
82         * MAINTAINERS: Add wide-int reviewers.
84 2014-05-14  Sandra Loosemore  <sandra@codesourcery.com>
86         * configure.ac (target_makefile_frag): Set for nios2-*-elf*.
87         * configure: Regenerated.
89 2014-05-15  Torvald Riegel  <triegel@redhat.com>
91         * MAINTAINERS (libitm): Add myself as maintainer.
93 2014-05-07  Charles Baylis  <charles.baylis@linaro.org>
95         * MAINTAINERS (Write After Approval): Add myself.
97 2014-05-01  Richard Sandiford  <rdsandiford@googlemail.com>
99         * config.sub, config.guess: Import from upstream.
101 2014-04-29  Alan Lawrence  <alan.lawrence@arm.com>
103         * MAINTAINERS (Write After Approval): Put myself in correct order.
105 2014-04-29  Alan Lawrence  <alan.lawrence@arm.com>
107         * MAINTAINERS (Write After Approval): Add myself.
109 2014-04-24  Laurynas Biveinis  <laurynas.biveinis@gmail.com>
111         * MAINTAINERS: Move myself from Reviewers to Write After Approval
112         section.
114 2014-04-21 Rafael Ávila de Espíndola <rafael.espindola@gmail.com>
116         * MAINTAINERS (Write After Approval): Delete myself.
118 2014-04-17  Jakub Jelinek  <jakub@redhat.com>
120         PR sanitizer/56781
121         * libtool-ldflags: Also prefix -static-lib*, -shared-lib*
122         and -B* options with -Xcompiler.
124 2014-04-04  Eric Botcazou  <ebotcazou@adacore.com>
126         PR bootstrap/60620
127         * Makefile.def (dependencies): Make gnattools depend on libstdc++-v3. 
128         * Makefile.in: Regenerate.
130 2014-03-28  Yaakov Selkowitz  <yselkowitz@users.sourceforge.net>
132         * Makefile.def (dependencies): Make all-ld depend on all-binutils
133         for WINDRES_FOR_TARGET in default-manifest.o rule.
134         * Makefile.in: Regenerate.
136 2014-03-26  Dominique d'Humieres <dominiq@lps.ens.fr>
138         * MAINTAINERS (Write After Approval): Add myself.
140 2014-03-26  Jakub Jelinek  <jakub@redhat.com>
142         PR sanitizer/56781
143         * Makefile.def: Set bootstrap=true; for host fixincludes.
144         * configure.ac: Don't bootstrap host fixincludes unless
145         --with-build-config=bootstrap-{a,ub}san.
146         * Makefile.in: Regenerated.
147         * configure: Regenerated.
149 2014-03-21  Jakub Jelinek  <jakub@redhat.com>
151         * configure.ac: Move BUILD_CONFIG set up earlier.  Add
152         --enable-vtable-verify option parsing.  Don't add
153         target-libsanitizer to bootstrap_target_libs unless
154         --with-build-config=bootstrap-asan or
155         --with-build-config=bootstrap-ubsan.  Don't add target-libvtv
156         to bootstrap_target_libs unless --enable-vtable-verify.
157         * configure: Regenerated.
159 2014-03-10  Anatoly Sokolov <aesok@post.ru>
161         * MAINTAINERS (Write After Approval): Add myself.
163 2014-03-07  Denis Chertykov  <chertykov@gmail.com>
165         * MAINTAINERS: Remove avr maintainers: Anatoly Sokolov and Eric Weddington
167 2014-03-07  Jakub Jelinek  <jakub@redhat.com>
169         PR bootstrap/58572
170         * Makefile.tpl (POSTSTAGE1_CXX_EXPORT): Use -isystem instead of
171         -I for libstdc++-v3 includes if $(LEAN).
172         * Makefile.in: Regenerated.
174 2014-03-04  Jonathan Wakely  <jwakely@redhat.com>
176         * MAINTAINERS: Update my email address.
178 2014-02-24  Walter Lee  <walt@tilera.com>
180         * configure.ac (tilepro-*-*) Change to tilepro*-*-*.
181         (tilegx-*-*): Change to tilegx*-*-*.
182         * configure: Regenerate.
184 2014-02-17  Loren J. Rittle  <ljrittle@acm.org>
186         * MAINTAINERS (Various Maintainers: c++ runtime libs): Remove myself.
188 2014-02-17  Kugan Vivekanandarajah  <kuganv@linaro.org>
190         * MAINTAINERS (Write After Approval): Add myself.
192 2014-02-04  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
194         PR target/59788
195         * ltmain.sh (opt_duplicate_compiler_generated_deps): Enable on
196         *solaris2*.
198 2014-01-21  John David Anglin  <danglin@gcc.gnu.org>
200         * MAINTAINERS: Update my email address.
202 2014-01-20  Gerald Pfeifer  <gerald@pfeifer.com>
204         * MAINTAINERS: Convert to UTF-8.
205         Properly sort Xinliang David Li's entry.
207 2013-12-31  Chung-Lin Tang  <cltang@codesourcery.com>
208             Sandra Loosemore  <sandra@codesourcery.com>
210         * MAINTAINERS: Add Sandra Loosemore and Chung-Lin Tang as
211         nios2 port maintainers.
213 2013-12-16  Markus Trippelsdorf  <markus@trippelsdorf.de>
215         * MAINTAINERS (Write After Approval): Add myself.
217 2013-12-13  Francois-Xavier Coudert  <fxcoudert@gcc.gnu.org>
219         * configure.ac: Add user-friendly check for native x86_64-linux
220         multilibs.
221         * configure: Regenerate.
223 2013-12-06  Oleg Endo  <olegendo@gcc.gnu.org>
225         * MAINTAINERS: Add myself as sh maintainer.
227 2013-12-03  Bill Schmidt  <wschmidt@linux.vnet.ibm.com>
229         * MAINTAINERS: Add self as SLSR maintainer.
231 2013-11-18  Jan Hubicka  <hubicka@ucw.cz>
233         * MAINTAINERS: Update my email address.
235 2013-11-15  David Edelsohn  <dje.gcc@gmail.com>
237         * MAINTAINERS (Global Reviewers, c++): Remove Mark Mitchell.
239 2013-11-07  Thomas Schwinge  <thomas@codesourcery.com>
241         * Makefile.in: Regenerate.
243         * Makefile.tpl: Fix typo.
244         * Makefile.in: Regenerate partially.
246 2013-11-04  Balaji V. Iyer  <balaji.v.iyer@intel.com>
248         * configure.ac: Added libcilkrts to noconfig list when C++ is not
249         supported.
250         * configure: Regenerated.
252 2013-11-01  Trevor Saunders  <tsaunders@mozilla.com>
254         * MAINTAINERS (Write After Approval): Add myself.
256 2013-10-30  Jason Merrill  <jason@redhat.com>
258         * Makefile.tpl (STAGE1_CONFIGURE_FLAGS): Pass
259         --disable-build-format-warnings.
261 2013-10-29  Balaji V. Iyer  <balaji.v.iyer@intel.com>
263         * Makefile.def: Add libcilkrts to target_modules.  Make libcilkrts 
264         depend on libstdc++ and libgcc.
265         * configure: Regenerate.
266         * configure.ac: Added libcilkrts to target binaries.  Also, restrict
267         libcilkrts for POSIX and i*86, and x86_64 architectures.
268         * Makefile.in: Added libcilkrts related fields to support building it.
270 2013-10-26  Jeff Law  <law@redhat.com>
272         * Makefile.def (target_modules): Remove libmudflap
273         (languages): Remove check-target-libmudflap).
274         * Makefile.in: Rebuilt.
275         * Makefile.tpl (check-target-libmudflap-c++): Remove.
276         * configure.ac (target_libraries): Remove target-libmudflap.
277         Remove checks which disabled libmudflap on some systems.
278         * configure: Rebuilt.
279         * libmudflap: Directory removed.
281 2013-10-21  Cong Hou  <congh@google.com>
283         * MAINTAINERS (Write After Approval): Add myself.
285 2013-10-16  Mike Stump  <mikestump@comcast.net>
287         * .dir-locals.el: Add.
289 2013-10-15  David Malcolm  <dmalcolm@redhat.com>
291         * configure.ac: Add --enable-host-shared
292         * configure: Regenerate.
294 2013-01-10  Joern Rennecke  <joern.rennecke@embecosm.com>
296         Import from savannah.gnu.org:
297         * config.guess: Update to 2013-06-10 version.
298         * config.sub: Update to 2013-10-01 version.
300 2013-10-01  Simon Cook  <simon.cook@embecosm.com>
302         Changes to build configuration to allow big endian ARC ELF toolchain
303         * configure.ac: Also add target-libgloss to noconfigdirs for arceb-*-*.
304         * configure: Regenerate.
306 2013-09-20  Alan Modra  <amodra@gmail.com>
308         * libtool.m4 (_LT_ENABLE_LOCK <ld -m flags>): Remove non-canonical
309         ppc host match.  Support little-endian powerpc linux hosts.
311 2013-09-19  Dodji Seketeli  <dodji@redhat.com>
313         * MAINTAINERS (diagnostic messages): Add myself as diagnostics
314         maintainer.
316 2013-09-12  DJ Delorie  <dj@redhat.com>
318         * MAINTAINERS: Add Nick Clifton and DJ Delorie as msp430
319         maintainers.
321 2013-09-03  Richard Biener  <rguenther@suse.de>
323         * configure.ac: Also allow ISL 0.12.
324         * configure: Regenerated.
326 2013-08-30  Bernd Edlinger  <bernd.edlinger@hotmail.de>
328         * MAINTAINERS (Write After Approval): Add myself.
330 2013-08-27  David Malcolm  <dmalcolm@redhat.com>
332         * MAINTAINERS (gdbhooks.py): Add myself as maintainer.
334 2013-08-26  Caroline Tice  <cmtice@google.com>
336         * MAINTAINERS:  Correct earliers update:  Move myself from libvtv
337         "Various Reviewers" to libvtv "Various Maintainers".
339 2013-08-20  Steven Bosscher  <steven@gcc.gnu.org>
341         * MAINTAINERS: Add myself as RTL optimizers reviewer.
343 2013-08-19  Benjamin De Kosnik  <bkoz@gnu.org>
345         * MAINTAINERS: Update name, email.
347 2013-08-13  Adam Butcher  <adam@jessamine.co.uk>
349         * MAINTAINERS (Write After Approval): Add myself.
351 2013-08-12  Caroline Tice  <cmtice@google.com>
353         * MAINTAINERS: Add myself as libvtv maintainer. Correct my email
354         address in the Write After Approval section.
356 2013-08-09  Carlos O'Donell  <carlos@redhat.com>
358         * MAINTAINERS (Write After Approval): Update email.
360 2013-08-08  Benjamin Kosnik  <bkoz@redhat.com>
362         * configure.ac: Adjust to check VTV_SUPPORTED.
363         * configure: Regenerated.
365 2013-08-02  Caroline Tice  <cmtice@google.com>
367         * configure.ac: Add target-libvtv to target_libraries; disable libvtv
368         on non-linux systems; add target-libvtv to noconfigdirs; add
369         libsupc++/.libs to C++ library search paths.
370         * configure: Regenerated.
371         * Makefile.def: Add libvtv to target_modules; make libvtv depend on
372         libstdc++ and libgcc.
373         * Makefile.in: Regenerated.
375 2013-07-19  Yvan Roux  <yvan.roux@linaro.org>
377         * MAINTAINERS (Write After Approval): Add myself.
379 2013-07-19  Chung-Ju Wu  <jasonwucj@gmail.com>
380             Shiva Chen  <shiva0217@gmail.com>
382         * MAINTAINERS (nds32 port): Add Chung-Ju Wu and Shiva Chen as
383         nds32 port maintainers.
385 2013-07-17  Tim Shen  <timshen91@gmail.com>
387         * MAINTAINERS (Write After Approval): Add myself.
389 2013-07-16  Jan-Benedict Glaw  <jbglaw@lug-owl.de>
391         * configure.ac: Sync from binutils.
392         * configure: Regenerate.
394 2013-06-14  Vidya Praveen  <vidyapraveen@arm.com>
396         * MAINTAINERS (Write After Approval): Add myself.
398 2013-06-01  Dinar Temirbulatov  <dinar@kugelworks.com>
400         * MAINTAINERS (Write After Approval): Add myself.
402 2013-05-17  David Malcolm  <dmalcolm@redhat.com>
404         * MAINTAINERS (Write After Approval): Add myself.
406 2013-04-30  Brooks Moses  <bmoses@google.com>
408         * MAINTAINERS: Update my email; move myself from Fortran
409         reviewer to Write After Approval.
411 2013-04-16  Andreas Schwab  <schwab@suse.de>
413         * configure.ac (aarch64-*-*): Don't disable java.
414         * configure: Regenerate.
416 2013-04-10  Chung-Ju Wu  <jasonwucj@gmail.com>
418         * MAINTAINERS (Write After Approval): Add myself.
420 2013-03-30  Matthias Klose  <doko@ubuntu.com>
422         * Makefile.def (target_modules): Don't install libffi.
423         * Makefile.in: Regenerate.
425 2013-02-24  Tilo Schwarz  <tilo@tilo-schwarz.de>
427         * MAINTAINERS (Write After Approval): Add myself.
429 2013-02-20  Andrew Sutton  <andrew.n.sutton@gmail.com>
431         * MAINTAINERS (Write After Approval): Add myself.
433 2013-02-15  Yufeng Zhang  <yufeng.zhang@arm.com>
435         * configure.ac: Set libgloss_dir for the aarch64*-*-* targets.
436         * configure: Regenerated.
438 2013-02-04  David Edelsohn  <dje.gcc@gmail.com>
440         * MAINTAINERS: Explicitly add myself as AIX maintainer.
441         Remove Geoff Keating as rs6000 port maintainer, at his request.
443 2013-01-24  Maxim Kuvyrkov  <maxim@kugelworks.com>
445         * MAINTAINERS: Update my email.
447 2013-01-23  Shenghou Ma  <minux.ma@gmail.com>
449         * configure: Re-generate.
451 2013-01-15  Richard Biener  <rguenther@suse.de>
453         PR other/55973
454         * configure: Re-generate.
456 2013-01-14  Matthias Klose  <doko@ubuntu.com>
458         * Makefile.def (install-target-libsanitizer): Depend on
459         install-target-libstdc++-v3.
460         * Makefile.in: Regenerate.
462 2013-01-14  Richard Biener  <rguenther@suse.de>
464         * configure.ac (cloog/isl): Also allow ISL 0.11.x and CLooG 0.18.0.
465         * configure: Re-generate
467 2013-01-11  Jan-Benedict Glaw  <jbglaw@lug-owl.de>
469         * config.sub: Update from config repo.
471 2013-01-11  Eric Botcazou  <ebotcazou@adacore.com>
473         * Makefile.tpl (BOOT_ADAFLAGS): Remove -gnata.
474         * Makefile.in: Regenerate.
476 2013-01-10  Joern Rennecke  <joern.rennecke@embecosm.com>
478         * MAINTAINERS (arc): Add new port maintainership for myself.
480 2013-01-09  Jason Merrill  <jason@redhat.com>
482         * .gitignore: Import from gdb repository.
484 2013-01-09  H.J. Lu  <hongjiu.lu@intel.com>
486         * Makefile.def (configure-gcc): Depend on all-gmp.
487         (all-gcc): Remove dependency on all-gmp.
488         * Makefile.in: Regenerated.
490 2013-01-08  Jan-Benedict Glaw  <jbglaw@lug-owl.de>
492         * config.sub: Merge from config repo.
493         * config.guess: Ditto.
495 2013-01-08  Jan-Benedict Glaw  <jbglaw@lug-owl.de>
497         * Makefile.def: Merge from binutils.
498         * Makefile.in: Ditto.
500 2013-01-01  Maxim Kuvyrkov  <maxim.kuvyrkov@gmail.com>
502         * MAINTAINERS: Update my email.
504 2012-12-29  Ben Elliston  <bje@gnu.org>
506         * config.guess: Update to 2012-12-29 version.
507         * config.sub: Likewise.
509 2012-12-20  Matthias Klose  <doko@ubuntu.com>
511         * Makefile.def (install-target-libgfortran): Depend on
512         install-target-libquadmath, install-target-libgcc.
513         (install-target-libsanitizer): Depend on install-target-libgcc.
514         (install-target-libjava): Depend on install-target-libgcc.
515         (install-target-libitm): Depend on install-target-libgcc.
516         (install-target-libobjc): Depend on install-target-libgcc.
517         (install-target-libstdc++-v3): Depend on install-target-libgcc.
518         * Makefile.in: Regenerate.
520 2012-12-19  Matthias Klose  <doko@ubuntu.com>
522         * Makefile.def (install-target-libgo): Depend on
523         install-target-libatomic.
524         * Makefile.in: Regenerate.
526 2012-12-18  Andreas Schwab  <schwab@linux-m68k.org>
528         PR go/55201
529         * Makefile.def (all-target-libgo): Depend on all-target-libatomic.
530         * Makefile.in: Regenerate.
532 2012-12-16  Thomas Schwinge  <thomas@codesourcery.com>
534         * configure.ac (ENABLE_GOLD): Consider *-*-gnu* targets ELF.
535         * configure: Regenerate.
537 2012-12-12  Jan-Benedict Glaw  <jbglaw@lug-owl.de>
539         * config.sub: Merge from config repo.
541 2012-12-11  H.J. Lu  <hongjiu.lu@intel.com>
543         * Makefile.def (target_modules): Add bootstrap=true and
544         raw_cxx=true to libsanitizer.
545         * configure.ac (bootstrap_target_libs): Add libsanitizer.
546         * Makefile.in: Regenerated.
547         * configure: Likewise.
549 2012-12-01  Richard Sandiford  <rdsandiford@googlemail.com>
551         * MAINTAINERS: Remove self as RTL optimization maintainer.
553 2012-11-30  Kyrylo Tkachov  <kyrylo.tkachov@arm.com>
555         * MAINTAINERS (Write After Approval): Add myself.
557 2012-11-28  H.J. Lu  <hongjiu.lu@intel.com>
559         * Makefile.def (target_modules): Remove bootstrap=true and
560         raw_cxx=true from libsanitizer.
561         * configure.ac (bootstrap_target_libs): Remove libsanitizer.
562         * Makefile.in: Regenerated.
563         * configure: Likewise.
565 2012-11-28  H.J. Lu  <hongjiu.lu@intel.com>
567         * Makefile.def (target_modules): Add bootstrap=true and
568         raw_cxx=true to libsanitizer.
569         * configure.ac (bootstrap_target_libs): Add libsanitizer.
570         * Makefile.in: Regenerated.
571         * configure: Likewise.
573 2012-11-28  Andrew Pinski  <apinski@cavium.com>
575         PR bootstrap/54279
576         * configure.ac (CXX_FOR_TARGET): Change over to use xg++.
577         * configure: Regenerate.
578         * Makefile.tpl (POSTSTAGE1_CXX_EXPORT): Change over to use xg++.
579         * Makefile.in: Regenerate.
581 2012-11-27  Siddhesh Poyarekar  <siddhesh@redhat.com>
583         * configure.ac: Disable libsanitizer if we're not building C++.
584         * configure: Regenerate.
586 2012-11-15  Roland McGrath  <roland@hack.frob.com>
588         * MAINTAINERS (Write After Approval): Add myself.
590 2012-11-15  Dmitry Vyukov  <dvyukov@google.com>
592         * MAINTAINERS: (libsanitizer, asan.c): Add myself,
593         Kostya Serebryany (kcc@google.com) and
594         Jakub Jelinek (jakub@redhat.com).
595         Rename area for Dodji Seketeli (dodji@redhat.com).
597 2012-11-15  Dodji Seketeli  <dodji@redhat.com>
599         * MAINTAINERS: (asan.c, related): Add myself.
601 2012-11-14  Roland McGrath  <mcgrathr@google.com>
603         * configure.ac (ENABLE_GOLD): Consider *-*-nacl* targets ELF.
604         * configure: Regenerate.
606 2012-11-13  Richard Henderson  <rth@redhat.com>
608         * configure.ac: Move libsanitizer logic to subdirectory.
609         * configure: Regenerate.
611 2012-11-13  Dodji Seketeli  <dodji@redhat.com>
613         * configure.ac: Enable libsanitizer just on x86 linux for now.
614         * configure: Re-generate.
616 2012-11-13  David Edelsohn  <dje.gcc@gmail.com>
618         * configure.ac: Disable libsanitizer on AIX. Merge libquadmath
619         sections.
620         * configure: Regenerate.
622 2012-11-13  Hans-Peter Nilsson  <hp@axis.com>
624         * configure.ac: Add section for configdirs for libsanitizer.
625         Disable for cris-*-* and mmix-*-*.
626         * configure: Regenerate.
628 2012-11-12  Wei Mi <wmi@google.com>
630         * configure.ac: Add libsanitizer to target_libraries.
631         * Makefile.def: Ditto.
632         * configure: Regenerate.
633         * Makefile.in: Regenerate.
634         * libsanitizer: New directory for asan runtime.  Contains an empty
635         tsan directory.
637 2012-11-03  Corinna Vinschen  <corinna@vinschen.de>
639         * configure.ac (FLAGS_FOR_TARGET,target=cygwin): Fix for building
640         against Mingw64 w32api.
641         * configure: Regenerate.
643 2012-11-03  H.J. Lu  <hongjiu.lu@intel.com>
645         * configure: Regenerated.
647 2012-11-03  Robert Mason  <rbmj@verizon.net>
649         * configure.ac: add --disable-libstdcxx configure option
650         and handle defaulted state only for VxWorks, ARM-wince-pe and AVR.
652 2012-10-30  Ganesh Gopalasubramanian  <Ganesh.Gopalasubramanian@amd.com>
654         * MAINTAINERS (Write After Approval): Add myself.
656 2012-10-26  James Greenhalgh  <james.greenhalgh@arm.com>
658         * MAINTAINERS (Write After Approval): Add myself.
660 2012-10-24  Sharad Singhai  <singhai@google.com>
662         * MAINTAINERS (Write After Approval): Add myself.
664 2012-10-24  Eric Christopher  <echristo@gmail.com>
666         * MAINTAINERS: Update email address.
668 2012-10-23  Eric Botcazou  <ebotcazou@adacore.com>
670         PR bootstrap/54820
671         * configure.ac (have_static_libs): Force 'no' for GCC version < 4.5.
672         * configure: Regenerate.
674 2012-10-23  Richard Earnshaw  <rearnsha@arm.com>
676         * MAINTAINERS (aarch64): Add Marcus and myself.
678 2012-10-22  Eric Botcazou  <ebotcazou@adacore.com>
680         PR bootstrap/54820
681         * Makefile.tpl (STAGE1_FLAGS_TO_PASS): New variable.
682         (all-[+prefix+][+module+]): Pass stage1_args to sub-makes.
683         (all-stage[+id+]-[+prefix+][+module+]): Likewise, if prev is false.
684         (clean-stage[+id+]-[+prefix+][+module+]): Likewise, if prev is false.
685         (host_modules): Set stage1_args to STAGE1_FLAGS_TO_PASS.
686         * Makefile.in: Regenerate.
687         * configure.ac (have_static_libs): New variable and associated check.
688         (stage1-ldflags): Move to after stage1_libs and set to -static-libstdc++
689         -static-libgcc if stage1_libs is empty and have_static_libs is yes.
690         * configure: Regenerate.
692 2012-10-10  Richard Biener  <rguenther@suse.de>
694         * MAINTAINERS: Adjust for changed surname.
696 2012-10-04  Lawrence Crowl  <crowl@google.com>
698         * MAINTAINERS (Write After Approval): Add myself.
700 2012-10-01  Cary Coutant  <ccoutant@google.com>
702         * MAINTAINERS: Add myself as dwarf debugging code maintainer.
704 2012-09-28  Ian Lance Taylor  <iant@google.com>
706         * Makefile.def: Make all-target-libgo depend on
707         all-target-libbacktrace.
708         * Makefile.in: Rebuild.
710 2012-09-26  Ian Lance Taylor  <iant@google.com>
712         * Makefile.def: Make all-gcc depend on all-libbacktrace.
713         * Makefile.in: Rebuild.
715 2012-09-20  Walter Lee  <walt@tilera.com>
717         * configure.ac: Add tilegx to list of targets that support gold.
718         * configure: Regenerate.
720 2012-09-20  Marek Polacek  <polacek@redhat.com>
722         * MAINTAINERS (Write After Approval): Add myself.
724 2012-09-19  Steve Ellcey  <sellcey@mips.com>
726         * configure.ac: Add mips*-mti-elf* target.
727         * configure: Regenerate.
729 2012-09-17  Ian Lance Taylor  <iant@google.com>
731         * MAINTAINERS (Various Maintainers): Add libbacktrace.
732         * configure.ac (host_libs): Add libbacktrace.
733         (target_libraries): Add libbacktrace.
734         * Makefile.def (host_modules): Add libbacktrace.
735         (target_modules): Likewise.
736         * configure, Makefile.in: Rebuild.
738 2012-09-14  David Edelsohn  <dje.gcc@gmail.com>
740         PR target/38607
741         Merge upstream change.
742         * libtool.m4 (_LT_COMPILER_PIC): Add -fPIC to GCC and GXX for AIX.
744         * configure.ac: Add target-libquadmath to noconfigdirs for AIX.
745         Add libgomp*.o to compare_exclusions for AIX.
746         * configure: Regenerate.
748 2012-09-06  Diego Novillo  <dnovillo@google.com>
750         * configure.ac: Bump minimum GMP version to 4.2.3.
751         * configure: Re-generate.
753 2012-09-05  Georg-Johann Lay  <avr@gjlay.de>
755         PR target/54461
756         * configure.ac (noconfigdirs,target=avr-*-*): Add target-newlib,
757         target-libgloss if not configured --with-avrlibc=no.
758         * configure: Regenerate.
760 2012-09-04  Jason Merrill  <jason@redhat.com>
762         * configure.ac: Fix --enable-languages=all.
764 2012-09-04  Christophe Lyon  <christophe.lyon@st.com>
766         * MAINTAINERS (Write After Approval): Add myself.
768 2012-09-03  Richard Guenther  <rguenther@suse.de>
770         PR bootstrap/54138
771         * configure.ac: Re-organize ISL / CLOOG checks to allow
772         disabling with either --without-isl or --without-cloog.
773         * configure: Regenerated.
775 2012-09-03  Georg-Johann Lay  <avr@gjlay.de>
777         * configure.ac (noconfigdirs,target=avr): Add target-libquadmath.
778         * configure: Regenerate.
780 2012-08-27  Ulrich Drepper  <drepper@gmail.com>
782         * MAINTAINERS: Fix my email address.
784 2012-08-26  H.J. Lu  <hongjiu.lu@intel.com>
786         PR binutils/4970
787         * Makefile.def (host_modules): Rmove lib_path=.libs from bfd
788         and opcodes.
789         * Makefile.in: Regenerated.
791 2012-08-26  Art Haas <ahaas@impactweather.com>
793         * configure: Regenerate.
795 2012-08-25  Křištof Želechovski <giecrilj@stegny.2a.pl>
797         * INSTALL/README: Also refer to the online installation
798         instructions.
800 2012-08-21  Hariharan Sandanagobalane <hariharan.gcc@gmail.com>
802         * MAINTAINERS (Write After Approval): Add myself.
803         (Picochip port): Remove myself.
805 2012-08-14   Diego Novillo  <dnovillo@google.com>
807         Merge from cxx-conversion branch.
809         * Makefile.tpl (STAGE[+id+]_CXXFLAGS): Remove
810         POSTSTAGE1_CONFIGURE_FLAGS.
811         * Makefile.in: Regenerate.
812         * configure.ac (ENABLE_BUILD_WITH_CXX): Remove.  Update all users.
813         Force C++ when bootstrapping.
814         * configure: Regenerate.
816 2012-07-24  Jan-Benedict Glaw  <jbglaw@lug-owl.de>
818         * MAINTAINERS (Write After Approval): Add myself.
820 2012-07-16  Joseph Myers  <joseph@codesourcery.com>
822         * README: Document use of ranges of years in copyright notices.
824 2012-07-06  Richard Guenther  <rguenther@suse.de>
826         * Makefile.def (cloog): Pass $(HOST_GMPINC) and $(HOST_ISLINC)
827         as CPPFLAGS, pass path to built gmp as LDFLAGS, always use
828         --with-gmp=system.
829         * Makefile.in: Regenerated.
830         * configure: Likewise.
832 2012-07-06  Richard Guenther  <rguenther@suse.de>
834         * configure.ac (extra_isl_gmp_configure_flags): Initialize and subst.
835         * Makefile.def (isl): Use extra_isl_gmp_configure_flags and
836         supply V=1 as extra_make_flags.
837         * configure: Regenerated.
838         * Makefile.in: Likewise.
840 2012-07-04  Tristan Gingold  <gingold@adacore.com>
842         * configure: Regenerate.
844 2012-07-03  Richard Guenther  <rguenther@suse.de>
846         * Makfile.def (isl): Remove not necessary extra_exports and
847         extra_make_flags.
848         (cloog): Use $$CPPFLAGS instead of ${CPPFLAGS}.
849         * Makefile.in: Regenerated.
851 2012-07-03  Richard Guenther  <rguenther@suse.de>
853         * Makefile.def (cloog): Add V=1 to extra_make_flags.
854         * configure.ac: If either the ISL or the CLooG check failed
855         do not try to build in-tree versions.
856         * Makefile.in: Regenerated.
857         * configure: Regenerated.
859 2012-07-03  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
861         * configure: Regenerate.
863 2012-07-02  Janis Johnson  <janisjo@codesourcery.com>
865         * MAINTAINERS (Various Maintainers): Add myself as testsuite
866         maintainer.
868 2012-07-02  Richard Guenther  <rguenther@suse.de>
870         * configure: Regenerated.
872 2012-07-02  Richard Guenther  <rguenther@suse.de>
873         Michael Matz  <matz@suse.de>
874         Tobias Grosser <tobias@grosser.es>
875         Sebastian Pop <sebpop@gmail.com>
877         * Makefile.def: Add ISL host module, remove PPL host module.
878         Adjust ClooG host module to use the proper ISL.
879         * Makefile.tpl: Pass ISL include flags instead of PPL ones.
880         * configure.ac: Include config/isl.m4.  Add ISL host library,
881         remove PPL.  Remove PPL configury, add ISL configury, adjust
882         ClooG configury.
883         * Makefile.in: Regenerated.
884         * configure: Likewise.
886 2012-07-02  Richard Guenther  <rguenther@suse.de>
888         Merge from graphite branch
889         2011-07-21  Tobias Grosser  <tobias@grosser.es>
891         * configure: Regenerated.
892         * config/cloog.m4: Remove support for CLooG-ppl and CLooG-parma,
893         both cloog.org and legacy versions. The only supported version will
894         be CLooG with the isl backend.
896         2011-07-21  Tobias Grosser  <tobias@grosser.es>
898         * configure: Regenerated.
899         * configure.ac: Require cloog isl 0.17.0
901         2011-07-21  Tobias Grosser  <tobias@grosser.es>
903         * configure: Regenerated.
904         * config/cloog.m4: Do not define CLOOG_ORG
906 2012-06-29  Steven Bosscher  <steven@gcc.gnu.org>
908         * configure.ac: Skip C if explicitly selected.
909         * configure: Regenerate.
911 2012-06-28  Christophe Lyon <christophe.lyon@st.com>
913         * configure.ac (CFLAGS_FOR_TARGET, CXXFLAGS_FOR_TARGET): Make sure
914         they contain -O2.
915         * configure: Regenerate.
917 2012-06-25  Richard Sandiford  <rdsandiford@googlemail.com>
919         PR debug/53740
920         * df.h, df-problems.c, dce.c: Revert last patch.
922 2012-06-25  Iain Sandoe  <iain@codesourcery.com>
924         * MAINTAINERS (Write After Approval): Update my email address.
926 2012-06-21  Meador Inge  <meadori@codesourcery.com>
928         * MAINTAINERS (Write After Approval): Add myself.
930 2012-06-20  Jason Merrill  <jason@redhat.com>
932         * Makefile.tpl (check-target-libgomp-c++): New.
933         (check-target-libitm-c++): New.
934         * Makefile.def (c++): Add them.
935         * Makefile.in: Regenerate.
937 2012-05-29  Edmar Wienskoski  <edmar@freescale.com>
939         * MAINTAINERS (Write After Approval): Add myself.
941 2012-05-16  Olivier Hainque  <hainque@adacore.com>
943         * Makefile.tpl (gcc-no-fixedincludes): Rename into ...
944         (gcc-install-no-fixedincludes): Now forwarder to local target in gcc/
945         (install-no-fixedincludes): Adjust accordingly.
946         * Makefile.in: Regenerate.
948 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
950         Merge upstream change
951         * libtool.m4 (_LT_ENABLE_LOCK): Support x32.
953 2012-05-14  Marc Glisse  <marc.glisse@inria.fr>
955         * MAINTAINERS (Write After Approval): Add myself.
957 2012-05-09  Nick Clifton  <nickc@redhat.com>
958             Paul Smith  <psmith@gnu.org>
960         PR bootstrap/50461
961         * configure.ac (mpfr-dir): When using in-tree MPFR sources
962         allow for the fact that from release v3.1.0 of MPFR the source
963         files were moved into a src sub-directory.
964         * configure: Regenerate.
966 2012-05-07  Janne Blomqvist  <jb@gcc.gnu.org>
968         * configure.ac: Bump minimum MPFR version to 2.4.0.
969         * configure: Regenerated.
971 2012-05-01  Richard Henderson  <rth@redhat.com>
973         * Makefile.def (libatomic): New target_module.
974         * configure.ac (target_libraries): Add libatomic.
975         (noconfigdirs): Check if libatomic is supported.
976         * Makefile.in, configure: Rebuild.
978 2012-05-01  Greta Yorsh  <Greta.Yorsh@arm.com>
980         * MAINTAINERS (Write After Approval): Add myself.
982 2012-04-25  Joel Brobecker  <brobecker@adacore.com>
984         * config.sub: Update to 2012-04-18 version from official repo.
986 2012-04-24  Naveen H.S  <naveen.S@kpitcummins.com>
988         * MAINTAINERS (Write After Approval): Add myself.
990 2012-04-11  Steve Ellcey  <sellcey@mips.com>
992         * MAINTAINERS: Changed email address.
994 2012-03-28  Georg-Johann Lay  <avr@gjlay.de>
996         PR target/52737
997         * contrib/gcc_update (files_and_dependencies):
998         Remove gcc/config/avr/t-multilib from touch data.
1000 2012-03-14  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
1002         * MAINTAINERS (OS Port Maintainers): Remove irix.
1003         * configure.ac (enable_libgomp): Remove *-*-irix6*.
1004         (unsupported_languages): Remove mips-sgi-irix6.*.
1005         (noconfigdirs): Don't add ${libgcj} for mips*-*-irix6*.
1006         (with_stabs): Remove.
1007         * configure: Regenerate.
1009 2012-03-12  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
1011         * MAINTAINERS (OS Port Maintainers): Remove osf.
1012         * configure.ac (enable_libgomp): Remove *-*-osf*.
1013         (with_stabs): Remove alpha*-*-osf*.
1014         * configure: Regenerate.
1016 2012-03-05  Tristan Gingold  <gingold@adacore.com>
1018         * configure.ac: Enable gdb and readline for ia64*-*-*vms*.
1019         * configure: Regenerate.
1021 2012-02-17  Walter Lee  <walt@tilera.com>
1023         * MAINTAINERS: (Write After Approval): Delete myself.
1025 2012-02-14  Walter Lee  <walt@tilera.com>
1027         * MAINTAINERS (tilegx port): Add myself.
1028         (tilepro port): Add myself.
1029         (Write After Approval): Add myself.
1031 2012-02-12  Gerald Pfeifer  <gerald@pfeifer.com>
1033         * MAINTAINERS (Various Maintainers): Add Diego Novillo, Gerald Pfeifer
1034         and Joseph Myers as docstring relicensing maintainers.
1036 2012-02-09  Bin Cheng  <bin.cheng@arm.com>
1038         * MAINTAINERS (write-after-approval): Add myself.
1040 2012-02-08  Ira Rosen <irar@il.ibm.com>
1042         * MAINTAINERS (Various Maintainers): Remove myself as auto-vectorizer
1043         maintainer.
1045 2012-02-04  Venkataramanan Kumar  <venkataramanan.kumar@amd.com>
1047         * MAINTAINERS (Write After Approval): Move myself to
1048         maintain alphabetical order.
1050 2012-02-03  Venkataramanan Kumar  <venkataramanan.kumar@amd.com>
1052         * MAINTAINERS (Write After Approval): Add myself.
1054 2012-02-02  Jayant R Sonar <jayant.sonar@kpitcummins.com>
1056         * MAINTAINERS (Write After Approval): Add myself.
1058 2012-02-02  Sumanth G <sumanth.gundapaneni@kpitcummins.com>
1059             Jayant R Sonar <jayant.sonar@kpitcummins.com>
1061         * configure.ac (cr16-*-*): Remove nonconfigdirs.
1062         * configure: Regenerate.
1064 2012-01-23  Harshit Chopra  <harshit@google.com>
1066         * MAINTAINERS (Write After Approval): Add myself.
1068 2012-01-22  Douglas B Rupp  <rupp@ngnat.com>
1070         * configure.ac: Remove reference to mh-interix.
1071         * configure: Regenerate.
1073 2012-01-05  Richard Henderson  <rth@redhat.com>
1075         PR bootstrap/51072
1076         * configure.ac: Disable libitm if c++ is not enabled.
1077         * configure: Rebuild.
1079         * configure.ac: Fix regexp for same.
1080         * configure: Rebuild.
1082 2012-01-02  Balaji V. Iyer  <bviyer@gmail.com>
1084         * MAINTAINERS (Write After Approval): Add myself.
1086 2012-01-02  Richard Guenther  <rguenther@suse.de>
1088         PR bootstrap/51686
1089         * Makefile.def (install-strip-gcc): Depend on install-strip-lto-plugin.
1090         * Makefile.in: Regenerate.
1092 2011-12-28  Oleg Endo  <olegendo@gcc.gnu.org>
1094         * MAINTAINERS (Write After Approval): Add myself.
1096 2011-12-18  Eric Botcazou  <ebotcazou@adacore.com>
1098         * configure: Regenerate.
1100 2011-12-14  Hariharan Sandanagobalane  <hariharan.gcc@gmail.com>
1102         * MAINTAINERS (picochip): Changed email address.
1104 2011-11-30  Matthew Gretton-Dann  <matthew.gretton-dann@arm.com>
1106         * MAINTAINERS (write-after-approval): Add self.
1108 2011-11-29  DJ Delorie  <dj@redhat.com>
1110         * configure.ac (rl78-*-*) New case.
1111         * configure: Regenerate.
1112         * MAINTAINERS: Add myself as RL78 maintainer.
1114 2011-11-21  Eric Botcazou  <ebotcazou@libertysurf.fr>
1116         * MAINTAINERS: Add self as co-maintainer of the Ada front end.
1118 2011-11-21  Andreas Tobler  <andreast@fgznet.ch>
1120         * libtool.m4: Additional FreeBSD 10 fixes.
1122 2011-11-21  Joern Rennecke  <joern.rennecke@embecosm.com>
1124         * MAINTAINERS: Move myself from Write After Approval to CPU Port
1125         Maintainers section, as Epiphany maintainer.
1127 2011-11-18  Iain Sandoe  <iains@gcc.gnu.org>
1129         PR target/49992
1130         * configure.ac: Remove ranlib special-casing for Darwin.
1131         * configure: Regenerate.
1133 2011-11-12  Andrey Belevantsev  <abel@ispras.ru>
1135         * MAINTAINERS (Reviewers): Keep the list sorted.
1137 2011-11-11  Andrey Belevantsev  <abel@ispras.ru>
1139         * MAINTAINERS (Selective Scheduling): Add myself as a reviewer.
1141 2011-11-09  Roland McGrath  <mcgrathr@google.com>
1143         * configure.ac: Add tool checks for READELF and READELF_FOR_TARGET.
1144         * configure: Rebuild.
1145         * Makefile.def (flags_to_pass): Add READELF_FOR_TARGET.
1146         * Makefile.tpl (READELF, READELF_FOR_TARGET): New variables.
1147         (HOST_EXPORTS): Add READELF, READELF_FOR_TARGET.
1148         (BASE_FLAGS_TO_PASS): Add READELF_FOR_TARGET.
1149         (BASE_TARGET_EXPORTS, EXTRA_HOST_FLAGS, EXTRA_TARGET_FLAGS):
1150         Add READELF.
1151         * Makefile.in: Rebuild.
1153 2011-11-09  Jason Merrill  <jason@redhat.com>
1155         * Makefile.def (language=c++): Remove check-c++0x.
1156         * Makefile.in (check-gcc-c++): Regenerate.
1158 2011-11-08  Richard Henderson  <rth@redhat.com>
1160         * configure.ac: Test for libitm directory present first.
1162         * configure.ac: Adjust srcdir for running libitm/configure.tgt.
1164         * configure.ac: Test libitm/configure.tgt to disable libitm.
1165         * configure: Rebuild.
1167 2011-11-07  Aldy Hernandez  <aldyh@redhat.com>
1168             Richard Henderson  <rth@redhat.com>
1170         Merged from transactional-memory.
1172         * Makefile.def (lang_env_dependencies): libitm is c++.
1173         Add libitm target module.
1174         * configure.ac: Likewise.
1175         * config/mmap.m4: New file.
1176         * contrib/gcc_update: Add libitm to touch data.
1177         * Makefile.in, configure: Rebuild.
1179 2011-11-02  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
1181         * Makefile.tpl (EXTRA_GCC_FLAGS): Remove LIBGCC2_CFLAGS,
1182         LIBGCC2_DEBUG_CFLAGS, LIBGCC2_INCLUDES.
1183         * Makefile.in: Regenerate.
1185 2011-11-01  DJ Delorie  <dj@redhat.com>
1187         * config.sub: Update to version 2011-10-29 (added rl78)
1189 2011-10-27  Nick Clifton  <nickc@redhat.com>
1191         * config.sub: Import these changes from the config project:
1193         2011-10-08  Joern Rennecke  <joern.rennecke@embecosm.com>
1194             Ben Elliston  <bje@gnu.org>
1196         * config.sub (epiphany): New.
1198         2011-09-09  Linas Vepstas  <linasvepstas@gmail.com>
1199             Ben Elliston  <bje@gnu.org>
1201         * config.sub (hexagon, hexagon-*): New.
1203         2011-08-23  Roland McGrath  <mcgrathr@google.com>
1205         * config.sub: Rename 32eb to be32, 32el to le32, 64el to le64, and
1206         64eb to be64.
1208         2011-08-16  Roland McGrath  <mcgrathr@google.com>
1210         * config.sub (32eb, 32el, 64eb, 64el): New (pseudo-)CPUs.
1211         (nacl): Grok as alias for 32el-unknown-nacl.
1213 2011-10-25  Kirill Yukhin  <kirill.yukhin@intel.com>
1215         * MAINTAINERS (Write After Approval): Add myself.
1217 2011-10-24  Teresa Johnson  <tejohnson@google.com>
1219         * MAINTAINERS (Write After Approval): Add myself.
1221 2011-09-21  Jakub Jelinek  <jakub@redhat.com>
1223         * MAINTAINERS (sparc port): Remove myself.
1225 2011-09-14  Tom de Vries  <tom@codesourcery.com>
1227         * MAINTAINERS (Write After Approval): Add myself.
1229 2011-08-14  Yao Qi  <yao@codesourcery.com>
1231         * configure.ac (tic6x-*-*): Remove gdb from noconfigdirs.
1232         * configure: Regenerate.
1234 2011-07-26  Ian Lance Taylor  <iant@google.com>
1236         * configure.ac: Set have_compiler based on whether gcc directory
1237         exists, rather than on whether gcc is in configdirs.
1238         * configure: Rebuild.
1240 2011-07-21  Joseph Myers  <joseph@codesourcery.com>
1242         * MAINTAINERS (Global Reviewers): Add self.
1244 2011-07-20  David Edelsohn  <dje.gcc@gmail.com>
1246         * Makefile.tpl (POSTSTAGE1_CONFIGURE_FLAGS): Add libsupc++ to
1247         link directories.
1248         * Makefile.in: Rebuild.
1250 2011-07-20  Ian Lance Taylor  <iant@google.com>
1252         PR bootstrap/49787
1253         * configure.ac: Move --enable-bootstrap handling earlier in file.
1254         If --enable-bootstrap and either --enable-build-with-cxx or
1255         --enable-build-poststage1-with-cxx, enable C++ automatically.
1256         * configure: Rebuild.
1258 2011-07-19  Ian Lance Taylor  <iant@google.com>
1260         * configure.ac: Add --enable-build-poststage1-with-cxx.  If set,
1261         make C++ a boot_language.  Set and substitute
1262         POSTSTAGE1_CONFIGURE_FLAGS.
1263         * Makefile.tpl (POSTSTAGE1_CONFIGURE_FLAGS): New variable.
1264         (STAGE[+id+]_CONFIGURE_FLAGS): Add $(POSTSTAGE1_CONFIGURE_FLAGS).
1265         * configure, Makefile.in: Rebuild.
1267 2011-07-19  Vladimir Makarov  <vmakarov@redhat.com>
1269         * MAINTAINERS (Register Allocation): Move myself from reviewers to
1270         maintainers.
1272 2011-07-18  Jakub Jelinek  <jakub@redhat.com>
1274         * MAINTAINERS (Global Reviewers): Add myself.
1276 2011-07-18  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
1278         * configure: Regenerate.
1280 2011-07-16  Jason Merrill  <jason@redhat.com>
1282         * Makefile.def (language=c++): Add check-c++0x and
1283         check-target-libmudflap-c++.
1284         * Makefile.tpl (check-target-libmudflap-c++): New.
1285         * Makefile.in: Regenerate.
1287 2011-07-16  Matthias Klose  <doko@ubuntu.com>
1289         * Makefile.tpl (EXTRA_CONFIGARGS_LIBJAVA): Define.
1290         * Makefile.def (target_modules/libjava): Pass
1291         $(EXTRA_CONFIGARGS_LIBJAVA).
1292         * configure.ac: Pass --disable-static in EXTRA_CONFIGARGS_LIBJAVA,
1293         if not configured with --enable-static-libjava.
1294         * Makefile.in: Regenerate.
1295         * configure: Likewise.
1297 2011-07-15  Jason Merrill  <jason@redhat.com>
1299         * Makefile.in (check-c++): Move check-gcc-c++0x after
1300         check-target-libstdc++-v3.
1302 2011-07-15  Bernd Schmidt  <bernds@codesourcery.com>
1304         * MAINTAINERS (c6x port): New entry.
1306 2011-07-13  Jason Merrill  <jason@redhat.com>
1308         * Makefile.in (check-gcc-c++0x): New.
1309         (check-c++): Depend on it.
1311 2011-07-07  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
1313         PR target/39150
1314         * configure.ac (i[3456789]86-*-solaris2*): Also accept
1315         x86_64-*-solaris2.1[0-9]*.
1316         * configure: Regenerate.
1318 2011-06-29  Richard Sandiford  <rdsandiford@googlemail.com>
1320         * MAINTAINERS (RTL optimizers): Add self.
1322 2011-06-27  Gabriel Charette  <gchare@google.com>
1324         * MAINTAINERS (Write After Approval): Add myself.
1326 2011-06-22  Hans-Peter Nilsson  <hp@axis.com>
1328         PR regression/47836
1329         PR bootstrap/23656
1330         PR other/47733
1331         PR bootstrap/49247
1332         PR c/48825
1333         * configure.ac (target_libraries): Remove target-libiberty.
1334         Remove case-statement setting skipdirs=target-libiberty for
1335         multiple targets.  Remove checking target_configdirs and
1336         removing target-libiberty but keeping target-libgcc if
1337         otherwise empty.
1338         * Makefile.def (target_modules): Don't add libiberty.
1339         (dependencies): Remove all traces of target-libiberty.
1340         * configure, Makefile.in: Regenerate.
1342 2011-06-13  Walter Lee <walt@tilera.com>
1344         * configure.ac (tilepro-*-*) New case.
1345         (tilegx-*-*): Likewise.
1346         * configure: Regenerate.
1348 2011-06-06  Jing Yu  <jingyu@google.com>
1350         * configure.ac: Skip target-libiberty for
1351         arm*-*-linux-androideabi.
1352         * configure: Regenerated.
1354 2011-06-06  Nick Clifton  <nickc@redhat.com>
1356         * config.sub: Sync from upstream.
1358 2011-06-05  Nenad Vukicevic  <nenad@intrepid.com>
1360         * MAINTAINERS (Write After Approval): Add myself.
1362 2011-06-01  Daniel Jacobowitz  <drow@false.org>
1364         * MAINTAINERS: Update my email address.
1366 2011-05-27  Nathan Froyd  <froydnj@codesourcery.com>
1368         * MAINTAINERS (Write After Approval): Update my email address.
1370 2011-05-11  Paul Pluzhnikov  <ppluzhnikov@google.com>
1372         * MAINTAINERS (Write After Approval): Add myself.
1374 2011-05-08  Doug Kwan  <dougkwan@google.com>
1376         * configure.ac: Propagate LDFLAGS_FOR_TARGET.
1377         * configure: Regenerated.
1378         * Makefile.tpl (LDFLAGS_FOR_TARGET): Use LDFLAGS_FOR_TARGET
1379         value from configure.
1380         * Makefile.in: Regenerated.
1382 2011-05-05  Joseph Myers  <joseph@codesourcery.com>
1384         * configure.ac (alpha*-dec-osf*, i[[3456789]]86-*-rdos*,
1385         sh*-*-pe|mips*-*-pe|arm-wince-pe, sparc-*-sunos4*, *-*-aix*,
1386         *-*-beos*, *-*-chorusos, *-*-dragonfly*, *-*-freebsd*, *-*-linux*
1387         | *-*-gnu* | *-*-k*bsd*-gnu | *-*-kopensolaris*-gnu, *-*-lynxos*,
1388         *-*-mingw*, *-*-netbsd*, *-*-netware*, *-*-tpf*, *-*-uclinux*,
1389         *-*-vxworks*): Disable newlib and libgloss in separate case
1390         statement.
1391         (i[[3456789]]86-*-linux*): Move logic allowing newlib to be built
1392         to separate case statement.
1393         (*-*-chorusos, *-*-dragonfly*, *-*-freebsd*, *-*-netbsd*,
1394         *-*-netware*, *-*-tpf*, *-*-uclinux*, *-*-vxworks*,
1395         alpha*-dec-osf*, alpha*-*-linux*, am33_2.0-*-linux*, sh-*-linux*,
1396         sh*-*-pe|mips*-*-pe|*arm-wince-pe, arm-*-coff, arm-*-elf* |
1397         arm*-*-eabi*, arm*-*-linux-gnueabi, arm*-*-symbianelf*, avr-*-*,
1398         bfin-*-*, cris-*-* | crisv32-*-*, frv-*-*, i[[3456789]]86-*-coff |
1399         i[[3456789]]86-*-elf, i[[3456789]]86-w64-mingw*,
1400         i[[3456789]]86-*-mingw*, x86_64-*-mingw*,
1401         i[[3456789]]86-*-interix*, i[[3456789]]86-*-beos*,
1402         i[[3456789]]86-*-rdos*, m32r-*-*,
1403         m68hc11-*-*|m6811-*-*|m68hc12-*-*|m6812-*-*, m68k-*-elf*, m68*-*-*
1404         | fido-*-*, powerpc-*-aix*, powerpc-*-beos*, powerpc-*-eabi,
1405         powerpc-*-eabi* | powerpcle-*-eabi* | powerpc-*-rtems*,
1406         rs6000-*-lynxos*, rs6000-*-aix*, mips*-*-linux*, sparclet-*-aout*
1407         | sparc86x-*-*, sparc-*-elf*, sparc64-*-elf*, sparclite-*-*,
1408         sparc-*-sunos4*, sparc-*-solaris* | sparc64-*-solaris* |
1409         sparcv9-*-solaris*, *-*-linux* | *-*-gnu* | *-*-k*bsd*-gnu |
1410         *-*-kopensolaris*-gnu, *-*-lynxos*, *-*-*): Don't disable newlib
1411         and libgloss in main case over targets.  Remove most empty cases
1412         in main case over targets.
1413         * configure: Regenerate.
1415 2011-05-04  Janis Johnson  <janisjo@codesourcery.com>
1417         * MAINTAINERS (Write After Approval): Add myself.
1419 2011-05-04  Joseph Myers  <joseph@codesourcery.com>
1421         * configure.ac: Remove code setting special library locations for
1422         hppa*64*-*-hpux11*.  Remove code setting compiler for
1423         sparc-sun-solaris2*.
1424         * configure: Regenerate.
1426 2011-05-04  Joseph Myers  <joseph@codesourcery.com>
1428         * configure.ac: Separate libgloss_dir settings from general case
1429         over targets.
1430         * configure: Regenerate.
1432 2011-04-28  Joseph Myers  <joseph@codesourcery.com>
1434         * configure.ac (*-*-dragonfly*, *-*-freebsd*, *-*-netbsd*,
1435         alpha*-dec-osf*, alpha*-*-linux*, alpha*-*-*, sh-*-linux*,
1436         arm-*-elf* | arm*-*-eabi*, arm*-*-linux-gnueabi, frv-*-*): Remove
1437         cases in libgcj-disabling case statement.
1438         (hppa*64*-*-linux*): Set unsupported_languages instead of
1439         disabling target-zlib.
1440         (hppa*64*-*-*): Restrict case in libgcj-disabling case statement
1441         to hppa*64*-*-hpux*.
1442         (hppa*-*-*): Restrict case in libgcj-disabling case statement to
1443         hppa*-*-hpux*.
1444         (ia64*-*-elf*, ia64*-**-hpux*, i[[3456789]]86-*-elf,
1445         i[[3456789]]86-*-linux*, *-*-cygwin*, i[[3456789]]86-*-interix*,
1446         i[[3456789]]86-*-solaris2*, m32r-*-*, m68k-*-elf*, m68*-*-* |
1447         fido-*-*, powerpc-*-eabi, powerpc-*-eabi* | powerpcle-*-eabi* |
1448         powerpc-*-rtems*, mips*-*-linux*, mips*-*-*, sh-*-* | sh64-*-*,
1449         sparc-*-elf*, sparc64-*-elf*, sparc-*-solaris* |
1450         sparc64-*-solaris* | sparcv9-*-solaris*, *-*-linux* | *-*-gnu* |
1451         *-*-k*bsd*-gnu | *-*-kopensolaris*-gnu, *-*-*): Remove cases in
1452         libgcj-disabling case statement.
1453         * configure: Regenerate.
1455 2011-04-28  Joseph Myers  <joseph@codesourcery.com>
1457         * configure.ac: Disable Java for targets not supporting libffi.
1458         (*-*-chorusos, *-*-kaos*, am33_2.0-*-linux*, sh*-*-pe|mips*-*-pe):
1459         Remove cases in Java-disabling statement.
1460         (*arm-wince-pe): Change to arm-wince-pe.
1461         (arc-*-*, arm-*-coff, arm-*-pe*, arm-*-riscix*, avr-*-*): Remove
1462         cases in Java-disabling statement.
1463         (bfin-*-*): Don't disable Java again.
1464         (c4x-*-* | tic4x-*-*, tic54x-*-*, cr16-*-*, d10v-*-*, d30v-*-*,
1465         fr30-*-elf*, moxie-*-*, h8300*-*-*, h8500-*-*, hppa1.1-*-osf* |
1466         hppa1.1-*-bsd*, hppa*-*-*elf* | hppa*-*-lites* | hppa*-*-openbsd*,
1467         hppa*-*-pro*, i960-*-*, i[[3456789]]86-*-coff,
1468         i[[3456789]]86-*-pe, i[[3456789]]86-*-sco3.2v5*,
1469         i[[3456789]]86-*-sco*, i[[3456789]]86-*-sysv4*,
1470         i[[3456789]]86-*-beos*, i[[3456789]]86-*-rdos*,
1471         m68hc11-*-*|m6811-*-*|m68hc12-*-*|m6812-*-*): Remove cases in
1472         Java-disabling statement.
1473         (mmix-*-*): Don't disable Java again.
1474         (mt-*-*, powerpc*-*-winnt* | powerpc*-*-pe*, powerpcle-*-solaris*,
1475         powerpc-*-beos*, rs6000-*-lynxos*, rs6000-*-*, m68k-apollo-*,
1476         microblaze*, mips*-sde-elf*, mips*-*-irix5*, mips*-*-bsd*,
1477         sparclet-*-aout* | sparc86x-*-*, sparclite-*-*, sparc-*-sunos4*,
1478         tic6x-*-*, v810-*-*, vax-*-*): Remove cases in Java-disabling
1479         statement.
1480         * configure: Regenerate.
1482 2011-04-28  Joseph Myers  <joseph@codesourcery.com>
1484         * configure.ac: Separate cases disabling Java and Java libraries
1485         from general case over targets.
1486         * configure: Regenerate.
1488 2011-04-21  Jie Zhang  <jzhang918@gmail.com>
1490         * MAINTAINERS: Update my email address.
1492 2011-04-20  Easwaran Raman  <eraman@google.com>
1494         * MAINTAINERS (Write After Approval): Add myself.
1496 2011-04-18  Jack Howarth  <howarth@bromo.med.uc.edu>
1498         PR lto/48086
1499         * configure.ac: Re-enable LTO on *-apple-darwin9*.
1500         * configure: Regenerate.
1502 2011-04-16  Jim Meyering  <meyering@redhat.com>
1504         * MAINTAINERS (Write After Approval): Add myself.
1506 2011-04-15  Dodji Seketeli  <dodji@redhat.com>
1508         * MAINTAINERS: Update my email address.
1510 2011-04-13  Georg-Johann Lay  <avr@gjlay.de>
1512         * MAINTAINERS (Write After Approval): Add myself.
1514 2011-04-12  Yufeng Zhang  <yufeng.zhang@arm.com>
1516         * MAINTAINERS (Write After Approval): Add myself.
1518 2011-04-07  Stuart Henderson  <shenders@gcc.gnu.org>
1520         * MAINTAINERS (Write After Approval): Add myself.
1522 2011-04-06  Joseph Myers  <joseph@codesourcery.com>
1524         * configure.ac (build_tools): Remove build-byacc.
1525         (host_libs): Remove mmalloc.
1526         (host_tools): Remove byacc make patch prms send-pr ash bash bzip2
1527         autoconf automake libtool diff rcs fileutils shellutils time
1528         textutils wdiff find uudecode hello tar gzip indent recode release
1529         sed perl gawk findutils gettext zip.
1530         (libgcj): Remove target-qthreads.
1531         (target_tools): Remove target-examples target-gperf.
1532         (YACC): Don't handle building byacc.
1533         * configure: Regenerate.
1534         * Makefile.def (ash, autoconf, automake, bash, byacc, bzip2, diff,
1535         dosutils, examples, fileutils, find, findutils, gawk, gettext,
1536         gnuserv, gperf, gzip, hello, indent, libtool, make, mmalloc,
1537         patch, perl, prms, qthreads, rcs, recode, release, sed, send-pr,
1538         shellutils, tar, textutils, time, uudecode, wdiff, zip): Don't
1539         handle building components.
1540         * Makefile.in: Regenerate.
1542 2011-04-05  Sterling Augustine <augustine.sterling@gmail.com>
1544         * MAINTAINERS: Update my email address as Xtensa maintainer.
1546 2011-04-05  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
1548         * config.sub: Sync from upstream.
1550 2011-04-01  Joseph Myers  <joseph@codesourcery.com>
1552         * configure.ac (avr-*-*): Add comment about why libssp is disabled.
1553         (microblaze*): Don't disable libssp.
1554         * configure: Regenerate.
1556 2011-04-01  Joseph Myers  <joseph@codesourcery.com>
1558         * configure.ac: Remove code setting CONFIG_SHELL, config_shell and
1559         moveifchange.
1560         * configure: Regenerate.
1561         * Makefile.tpl: Use @SHELL@ not @config_shell@.
1562         * Makefile.in: Regenerate.
1564 2011-04-01  Joseph Myers  <joseph@codesourcery.com>
1566         * configure.ac (*-*-sysv4*): Don't enable libgomp.
1567         (alpha*-*-*vms*, i[[34567]]86-*-sco3.2v5*, mn10300-*-*,
1568         powerpc-*-chorusos*, powerpc*-*-eabi*, powerpc*-*-sysv*,
1569         powerpc*-*-kaos*, s390x-ibm-tpf*, sparc64-*-elf*, v850*-*-*,
1570         xtensa*-*-elf*, *-*-beos*, *-*-elf*, *-*-netware*, *-*-rtems*,
1571         *-*-sysv[[45]]*, *-*-vxworks*, *-wrs-windiss): Remove
1572         md_exec_prefix cases.
1573         * configure: Regenerate.
1575 2011-04-01  Joseph Myers  <joseph@codesourcery.com>
1577         * configure.ac: Separate cases disabling target-libssp,
1578         target-libiberty, target-libstdc++-v3 and Fortran from general
1579         case over targets.
1580         * configure: Regenerate.
1582 2011-04-01  Joseph Myers  <joseph@codesourcery.com>
1584         * configure.ac (*-*-chorusos): Don't disable libgcj.
1585         (*-*-freebsd[[12]] | *-*-freebsd[[12]].* | *-*-freebsd*aout*):
1586         Remove case.
1587         (*-*-kaos*): Don't disable GCC libraries, zlib or fastjar.
1588         (arm-*-coff): Don't disable libgcj.
1589         (arm*-*-linux-gnueabi): Remove useless assignment.
1590         (arm-*-riscix*): Don't disable libgcj.
1591         (bfin-*-*): Don't enable target-bsp and target-cygmon depending on
1592         configuration.
1593         (c4x-*-* | tic4x-*-*): Don't disable GCC libraries.
1594         (c54x*-*-*): Remove case.
1595         (tic54x-*-*): Don't disable GCC or GCC libraries.
1596         (cris-*-* | crisv32-*-*): Don't handle *-*-aout.  Change *-*-elf
1597         to *.
1598         (d10v-*-*): Don't disable GCC libraries.
1599         (d30v-*-*): Don't disable libgcj.
1600         (h8500-*-*): Don't disable GCC libraries.
1601         (i960-*-*): Don't disable libgcj.
1602         (i[[3456789]]86-*-linux*): Don't handle *-*-*libc1*.
1603         (i[[3456789]]86-*-sco3.2v5*, i[[3456789]]86-*-sco*,
1604         i[[3456789]]86-*-sysv4*, i[[3456789]]86-*-beos*): Don't disable
1605         libgcj.
1606         (m68k-*-coff*): Remove case.
1607         (mmix-*-*): Don't disable libgloss on host.
1608         (mn10200-*-*, mn10300-*-*): Remove cases.
1609         (powerpc*-*-winnt* | powerpc*-*-pe*, powerpcle-*-solaris*,
1610         powerpc-*-beos*, m68k-apollo-*, mips*-*-irix5*, mips*-*-bsd*):
1611         Don't disable libgcj.
1612         (romp-*-*): Remove case.
1613         (sparclite-*-*, sparc-*-sunos4*): Don't disable libgcj.
1614         (sparc-*-solaris2.[[0-6]] | sparc-*-solaris2.[[0-6]].*): Remove
1615         case.
1616         (v810-*-*): Don't disable GCC libraries.
1617         (v850*-*-*, vax-*-vms, xtensa*-*-*): Remove cases.
1618         (ip2k-*-*): Don't disable GCC libraries.
1619         * configure: Regenerate.
1621 2011-03-28  Joseph Myers  <joseph@codesourcery.com>
1623         * configure.ac (i[[3456789]]86-*-msdosdjgpp*): Don't disable
1624         libffi on host.
1625         (x86_64-*-mingw*, i[[3456789]]86-*-mingw32*): Don't disable newlib
1626         on host.
1627         (c54x*-*-* | tic54x-*-*): Don't disable newlib on host.
1628         * configure: Regenerate.
1630 2011-03-26  John Marino  <binutils@marino.st>
1632         * configure.ac: Add support for *-*-dragonfly*
1633         * configure: Regenerate.
1635 2011-03-25  Joseph Myers  <joseph@codesourcery.com>
1637         * configure.ac (native_only): Remove.
1638         (i[[3456789]]86-*-msdosdjgpp*): Don't disable expect dejagnu
1639         send-pr uudecode guile gnuserv on host.
1640         (x86_64-*-mingw*): Don't disable expect dejagnu autoconf automake
1641         send-pr rcs guile perl texinfo libtool on host.
1642         (i[[3456789]]86-*-mingw32*): Don't disable expect dejagnu autoconf
1643         automake send-pr rcs guile perl texinfo libtool on host.
1644         (*-*-cygwin*, *-*-netbsd*): Remove host cases.
1645         (*-*-kaos*): Don't disable target-examples target-gperf on target.
1646         (alpha*-dec-osf*): Don't disable fileutils on target.
1647         (sh*-*-pe|mips*-*-pe|*arm-wince-pe): Don't disable target-examples
1648         texinfo send-pr expect dejagnu on target.
1649         (arm-*-elf* | arm*-*-eabi*, arm*-*-linux-gnueabi): Don't disable
1650         target-qthreads on target.
1651         (hppa*-hp-hpux11*, hppa*-*-*): Don't disable shellutils on target.
1652         (ia64*-*-elf*, ia64*-*-*vms*): Don't disable mmalloc on target.
1653         (i[[3456789]]86-w64-mingw*, i[[3456789]]86-*-mingw*,
1654         x86_64-*-mingw*): Don't disable expect on target.
1655         (*-*-cygwin*): Don't disable target-gperf on target.
1656         (powerpc*-*-winnt* | powerpc*-*-pe*): Don't disable make expect
1657         gnuserv on target.
1658         (powerpcle-*-solaris*): Don't disable make expect gnuserv on
1659         target.
1660         * configure: Regenerate.
1662 2011-03-25  Joseph Myers  <joseph@codesourcery.com>
1664         * configure.ac (target_tools): Remove target-groff.
1665         (native_only): Remove target-groff.
1666         (hppa*64*-*-*): Don't disable byacc.
1667         (i[[3456789]]86-*-mingw32*): Remove commented-out noconfigdirs
1668         setting.
1669         (*-*-kaos*): Don't skip target-librx and target-groff.
1670         (*-*-netware*): Don't skip target-libmudflap.
1671         (*-*-tpf*): Don't skip target-libmudflap.
1672         (sh*-*-pe|mips*-*-pe|*arm-wince-pe): Don't condition configured
1673         directories on the host.
1674         (ia64*-*-*vms*): Don't skip tix.
1675         (sh-*-* | sh64-*-*): Don't condition skipped directories on the
1676         host.
1677         * configure: Regenerate.
1679 2011-03-24  Paolo Bonzini  <pbonzini@redhat.com>
1681         * configure.ac: Remove references to mt-mep, mt-netware,
1682         mt-wince.
1683         * Makefile.def: Add all-utils soft dependencies.
1684         * Makefile.tpl: Remove GDB_NLM_DEPS.
1685         * configure: Regenerate.
1686         * Makefile.in: Regenerate.
1688 2011-03-24  Paolo Bonzini  <bonzini@gnu.org>
1690         * configure.ac: Do not include mh-x86omitfp.
1691         * configure: Regenerate.
1693 2011-03-24  Paolo Bonzini  <bonzini@gnu.org>
1695         * configure.ac: Remove empty cases.
1696         * configure: Regenerate.
1698 2011-03-24  Paolo Bonzini  <bonzini@gnu.org>
1700         * Makefile.def: Add dependency from termcap to gdb.
1701         * Makefile.in: Regenerate.
1703 2011-03-24  Paolo Bonzini  <bonzini@gnu.org>
1705         * configure.ac: Remove all mentions of mh-sysv4 and mh-solaris.
1706         * configure: Regenerate.
1707         * Makefile.def: Remove all mentions of X11_FLAGS_TO_PASS.
1708         * Makefile.tpl: Likewise.
1709         * Makefile.in: Regenerate.
1711 2011-03-24  Paolo Bonzini  <bonzini@gnu.org>
1713         * configure.ac: Remove all mentions of tentative_cc.
1714         * configure: Regenerate.
1716 2011-03-24  Joseph Myers  <joseph@codesourcery.com>
1718         * configure.ac (i[[3456789]]86-*-vsta, i[[3456789]]86-*-go32*,
1719         i[[3456789]]86-*-beos*, powerpc-*-beos*, m68k-hp-hpux*,
1720         m68k-apollo-sysv*, m68k-apollo-bsd*, m88k-dg-dgux*,
1721         m88k-harris-cxux*, m88k-motorola-sysv*, mips*-dec-ultrix*,
1722         mips*-nec-sysv4*, mips*-sgi-irix4*, mips*-*-sysv4*, mips*-*-sysv*,
1723         i370-ibm-opened*, i[[3456789]]86-*-sysv5*, i[[3456789]]86-*-dgux*,
1724         i[[3456789]]86-ncr-sysv4.3*, i[[3456789]]86-ncr-sysv4*,
1725         i[[3456789]]86-*-sco3.2v5*, i[[3456789]]86-*-sco*,
1726         i[[3456789]]86-*-udk*, vax-*-ultrix2*, m68k-sun-sunos*,
1727         hppa*-*-hiux*, *-*-hiux*, rs6000-*-lynxos*, *-*-sysv4*,
1728         *-*-rhapsody*): Remove host cases.
1729         * configure: Regenerate.
1731 2011-03-24  Joseph Myers  <joseph@codesourcery.com>
1733         * configure.ac (ppc*-*-pe): Remove host case.
1734         (strongarm-*-coff | xscale-*-coff, strongarm-*-elf* |
1735         xscale-*-elf*, thumb-*-coff, thumb-*-elf, thumb-*-pe, ep9312-*-elf
1736         | ep9312-*-coff, parisc*64*-*-linux*, ppc*-*-pe): Remove target
1737         cases.
1738         * configure: Regenerate.
1740 2011-03-24  Joseph Myers  <joseph@codesourcery.com>
1742         * config.sub: Update to version 2011-03-23.
1744 2011-03-22  Joseph Myers  <joseph@codesourcery.com>
1746         * configure.ac (arm-semi-aof, crx-*-*, parisc*-*-linux*,
1747         i370-*-opened*, i[[3456789]]86-moss-msdos | i[[3456789]]86-*-moss*
1748         | i[[3456789]]86-*-uwin*, mcore-*-pe*): Remove empty cases.
1749         * configure: Regenerate.
1751 2011-03-22  Joseph Myers  <joseph@codesourcery.com>
1753         * MAINTAINERS (crx port, m68hc11 port): Remove.  Move maintainers
1754         to Write After Approval.
1755         * config-ml.in: Don't handle arc-*-elf*.
1756         * configure.ac (arc-*-*, crx-*-*, i[[3456789]]86-*-pe,
1757         m68hc11-*-*|m6811-*-*|m68hc12-*-*|m6812-*-*, mcore-*-pe*): Don't
1758         handle GCC libraries.
1759         * configure: Regenerate.
1761 2011-03-21  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
1763         PR bootstrap/48120:
1764         * configure.ac (pwllib): Use LIBS instead of LDFLAGS.
1765         Add -lstdc++ -lm to LIBS.
1766         * configure: Regenerate.
1768 2011-03-18  David Edelsohn  <dje.gcc@gmail.com>
1770         * config.guess: Update to version 2011-02-02
1771         * config.sub: Update to version 2011-02-24
1773 2011-03-16  Jack Howarth  <howarth@bromo.med.uc.edu>
1775         PR lto/48086
1776         * configure.ac: Re-enable LTO on *-apple-darwin9.
1777         * configure: Regenerate.
1779 2011-03-13  Jack Howarth  <howarth@bromo.med.uc.edu>
1781         PR lto/48086
1782         * configure.ac: Disable LTO on darwin due to an assembler change in
1783         Xcode 3.2.6/4.0 that limits the total number of sections/segments to
1784         under 256.
1785         * configure: Regenerate.
1787 2011-03-11  Chen Liqin <liqin.gcc@gmail.com>
1789         * MAINTAINERS: Update myself as score backend maintainer,
1790         update my e-mail address.
1792 2011-03-09  Xuepeng Guo  <terry.guo@arm.com>
1794         * MAINTAINERS: Update my e-mail address.
1796 2011-03-06  Joey Ye  <joey.ye@arm.com>
1798         * MAINTAINERS: Update my e-mail address.
1800 2011-03-02  Sebastian Pop  <sebastian.pop@amd.com>
1802         * configure.ac: Adjust test of with_ppl.
1803         * configure: Regenerated.
1805 2011-03-02  Kai Tietz  <ktietz@redhat.com>
1807         * MAINTAINERS: Adjust my e-mail address.
1809 2011-03-02  Sebastian Pop  <sebastian.pop@amd.com>
1811         * configure.ac: Add -lpwl to ppllibs.
1812         * configure: Regenerated.
1814 2011-03-02  Sebastian Pop  <sebastian.pop@amd.com>
1816         * config/cloog.m4: Add -lisl to clooglibs.
1817         * configure: Regenerated.
1819 2011-02-24  Ramana Radhakrishnan  <ramana.radhakrishnan@arm.com>
1821         * MAINTAINERS (CPU Port maintainers): Add self.
1823 2011-02-16  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
1825         * MAINTAINERS: Add myself as testsuite maintainer.
1827 2011-02-15  Mike Stump  <mikestump@comcast.net>
1829         * MAINTAINERS: Add myself as testsuite maintainer.
1831 2011-02-13  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
1833         Import from Libtool and gnulib:
1835         2011-01-27  Gerald Pfeifer  <gerald@pfeifer.com>
1837         Prepare for supporting FreeBSD 10.
1838         * config.rpath: Remove handling of freebsd1* which soon would
1839         match FreeBSD 10.0.
1841         2011-01-20  Gerald Pfeifer  <gerald@pfeifer.com>  (tiny change)
1843         Remove support for FreeBSD 1.x.
1844         * libtool.m4 (_LT_LINKER_SHLIBS)
1845         (_LT_SYS_DYNAMIC_LINKER): Remove handling of freebsd1* which
1846         soon would incorrectly match FreeBSD 10.0.
1848 2011-02-12  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
1850         PR binutils/12283
1851         * move-if-change: Import version from gnulib.
1853 2011-02-12  Alexandre Oliva  <aoliva@redhat.com>
1855         PR lto/47225
1856         * Makefile.def (lto-plugin): Double dash for enable-shared.
1857         (configure-gcc): Depend on all-lto-plugin.
1858         * Makefile.in: Rebuilt.
1860 2011-02-11  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
1862         * configure.ac: Remove extra bracket.
1863         * configure: Regenerate.
1865 2011-02-08  Tobias Burnus  <burnus@net-b.de>
1867         * MAINTAINERS: Add myself as libquadmath maintainer.
1869 2011-02-08  Thomas Schwinge  <thomas@schwinge.name>
1871         * MAINTAINERS: Update my email address.
1873 2011-02-07  Joseph Myers  <joseph@codesourcery.com>
1875         * MAINTAINERS (option handling): Add self.
1877 2011-02-06  Kai Tietz  <kai.tietz@onevision.com>
1879         PR lto/47225
1880         * Makefile.def: Add dependency for install-gcc
1881         on install-lto-plugin.
1882         * Makfile.in: Regenerated
1884 2011-02-01  Sebastien Bourdeauducq  <sebastien@milkymist.org>
1886         * MAINTAINERS (CPU Port Maintainers): Add myself.
1888 2011-01-31  Alexandre Oliva  <aoliva@redhat.com>
1890         PR libgcj/44341
1891         * configure.ac: Discard --with-* flags for host when configuring
1892         target libraries for cross build.
1893         * configure: Rebuilt.
1895 2011-01-25  Sebastian Pop  <sebastian.pop@amd.com>
1897         * MAINTAINERS (linear loop transforms): Removed.
1899 2011-01-25  Jakub Jelinek  <jakub@redhat.com>
1901         * configure.ac: If with_ppl is no, move setting with_cloog=no
1902         after CLOOG_REQUESTED check.
1903         * configure: Regenerated.
1905 2011-01-25  Sebastian Pop  <sebastian.pop@amd.com>
1907         * configure.ac: Call AC_MSG_ERROR when PPL 0.11 is not present and
1908         CLooG has been requested.
1909         * configure: Regenerated.
1911 2011-01-25  Sebastian Pop  <sebastian.pop@amd.com>
1913         * configure: Regenerated.
1914         * configure.ac: Check for version 0.11 (or later revision) of PPL.
1916 2011-01-25  Tobias Grosser  <grosser@fim.uni-passau.de>
1918         * configure: Regenerated.
1919         * configure.ac: Use CLOOG_CHECK_VERSION(0,16,1).
1921 2011-01-21  Andreas Schwab  <schwab@redhat.com>
1923         * configure.ac: Use AS_HELP_STRING throughout.
1924         * configure: Regenerate.
1926 2011-01-18  Jie Zhang  <jie.zhang@analog.com>
1928         * configure.ac (bfin-*-*): Remove gdb from noconfigdirs.
1929         * configure: Regenerate.
1931 2011-01-13  John David Anglin  <dave.anglin@nrc-cnrc.gc.ca>
1933         * ltmain.sh (relink): Use absolute path when hardcoding with -L.
1935 2011-01-13  Joel Brobecker  <brobecker@adacore.com>
1937         * configure.ac: Remove readline, mmalloc, and gdb from noconfigdirs
1938         for ia64-hpux.
1939         * configure: Regenerate.
1941 2011-01-07  Jan Hubicka  <jh@suse.cz>
1943         PR lto/47225
1944         * Makefile.in: Regenerate.
1945         * Makefile.def (lto-plugin): Always pass enable-shared to the plugin
1946         configure.
1948 2011-01-07  Jan Hubicka  <jh@suse.cz>
1950         * Makefile.in: Regenerate.
1951         * Makefile.def (gcc host module) and soft dependency on lto-plugin
1952         and configure dependency on lto-plugin configure.
1953         (lto-plugin module): Remove dependency on GCC; add dependency on
1954         liniberty.
1956 2011-01-07  William Schmidt  <wschmidt@linux.vnet.ibm.com>
1958         * MAINTAINERS (Write After Approval): Add myself.
1960 2010-12-23  Hariharan Sandanagobalane <hariharan@picochip.com>
1962         * configure: Regenerate.
1964 2010-12-22  Hariharan Sandanagobalane <hariharan@picochip.com>
1966         * configure.ac: (picochip): Disable libiberty.
1968 2010-12-14  Kaushik Phatak  <kaushik.phatak@kpitcummins.com>
1970         * MAINTAINERS (Write After Approval): Add myself.
1972 2010-12-10  Ian Lance Taylor  <iant@google.com>
1974         PR bootstrap/46819
1975         * configure.ac: For --disable-libgcj clear libgcj_saved.
1976         * configure: Rebuild.
1978 2010-12-10  Tobias Burnus  <burnus@net-b.de>
1980         PR fortran/46540
1981         * configure.ac: Add --disable-libquadmath and
1982         --disable-libquadmath-support.
1983         * configure: Regenerate.
1985 2010-12-03  Ian Lance Taylor  <iant@google.com>
1987         * MAINTAINERS: Add myself as libgo maintainer.
1989 2010-12-03  Hans-Peter Nilsson  <hp@axis.com>
1991         PR libffi/46792
1992         * configure.ac (cris-*-elf, crisv32-*-elf): Disable target-libffi.
1993         * configure: Regenerate.
1995 2010-12-02  Ian Lance Taylor  <iant@google.com>
1997         * configure.ac: Always set default for poststage1_ldflags to
1998         -static-libstdc++ -static-libgcc.
2000 2010-11-29  Andreas Schwab  <schwab@redhat.com>
2002         * configure.ac: Move comment to remove extra space in last argument
2003         of GCC_TARGET_TOOL.
2005 2010-11-26  Alexandre Oliva  <aoliva@redhat.com>
2007         PR other/46026
2008         * configure.ac (CXX_FOR_TARGET): Add -funconfigured-libstdc++-v3.
2009         * Makefile.def (CXX_FOR_TARGET): Removed from flags_to_pass.
2010         * Makefile.tpl (CXX_FOR_TARGET_FLAG_TO_PASS): New.
2011         (BASE_FLAGS_TO_PASS): Use it.
2012         * configure: Rebuilt.
2013         * Makefile.in: Rebuilt.
2015 2010-11-23  H.J. Lu  <hongjiu.lu@intel.com>
2017         PR binutils/12258
2018         * configure.ac: Correct comments for --enable-gold/--enable-ld.
2019         Properly check default linker.
2020         * configure: Regnerated.
2022 2010-11-23  Matthias Klose  <doko@ubuntu.com>
2024         * configure.ac: For --enable-gold, handle value `default' instead of
2025         `both*'.  New configure option --{en,dis}able-ld.
2026         * configure: Regenerate.
2028 2010-11-20  Ian Lance Taylor  <iant@google.com>
2030         * configure.ac: Only disable a language library if no language needs
2031         it.  Don't let --disable-libgcj uncondtionally disable libffi.
2032         * configure: Rebuild.
2034 2010-11-20  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
2036         * Makefile.in: Regenerate.
2038         PR other/46202
2039         * configure.ac: Fix just-built in-tree STRIP name to be
2040         binutils/strip-new.
2041         * configure: Regenerate.
2042         * Makefile.def (install-strip-gcc, install-strip-binutils)
2043         (install-strip-opcodes, install-strip-ld, install-strip-itcl)
2044         (install-strip-sid): Mirror dependencies on non-strip variants
2045         of these targets on the respective -strip prerequisites.
2046         * Makefile.tpl (install-strip, install-strip-host)
2047         (install-strip-target): New targets.
2048         (install-strip-[+module+], install-strip-target-[+module+]):
2049         New targets.
2050         * Makefile.in: Regenerate.
2052 2010-11-19  Ian Lance Taylor  <iant@google.com>
2053             Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
2055         * configure.ac: Add target-libgo to target_libraries.  Set
2056         and substitute GOC_FOR_BUILD and GOC_FOR_TARGET.
2057         * Makefile.tpl (BUILD_EXPORTS): Add GOC and GOCFLAGS.
2058         (HOST_EXPORTS): Add GOC.
2059         (BASE_TARGET_EXPORTS): Add GOC.
2060         (GOC_FOR_BUILD, GOCFLAGS, GOC_FOR_TARGET): New variables.
2061         (GOCFLAGS_FOR_TARGET): New variable.
2062         (EXTRA_HOST_FLAGS): Add GOC.
2063         (EXTRA_TARGET_FLAGS): Add GOC and GOCFLAGS.
2064         * Makefile.def (target_modules): Add libgo.
2065         (flags_to_pass): Add GOC_FOR_TARGET and GOCFLAGS_FOR_TARGET.
2066         (dependencies): Add dependency from configure-target-libgo to
2067         configure-target-libffi and all-target-libstdc++-v3.  Add
2068         dependencies from all-target-libgo to all-target-libffi.
2069         (languages): Add go.
2070         * configure: Rebuild.
2071         * Makefile.in: Rebuild.
2073 2010-11-19  Ian Lance Taylor  <iant@google.com>
2075         * config-ml.in: Add Go support: treat GOC and GOCFLAGS like other
2076         compiler/flag environment variables.
2078 2010-11-18  Ian Lance Taylor  <iant@google.com>
2080         * configure.ac: Check for lang_requires_boot_languages in
2081         config-lang.in files.
2082         * configure: Rebuild.
2084 2010-11-16  Francois-Xavier Coudert  <fxcoudert@gcc.gnu.org>
2085             Tobias Burnus  <burnus@net-b.de>
2087         PR fortran/32049
2088         * Makefile.def: Add libquadmath; build it with language=fortran.
2089         * configure.ac: Add libquadmath.
2090         * Makefile.tpl: Handle multiple libs in check-[+language+].
2091         * Makefile.in: Regenerate.
2092         * configure: Regenerate.
2094 2010-11-16  Tom Tromey  <tromey@redhat.com>
2096         * MAINTAINERS: Moved myself to reviewers section.
2098 2010-11-15  Zdenek Dvorak  <ook@ucw.cz>
2100         * MAINTAINERS: Moved myself to reviewers section.
2102 2010-11-15  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
2104         * MAINTAINERS (Various Maintainers): Add self for build machinery.
2105         (Write After Approval): Remove self.
2107 2010-11-15  Andreas Schwab  <schwab@redhat.com>
2109         * configure.ac: Fix spelling in option names.
2110         * configure: Regenerated.
2112 2010-11-13  Georg-Johann Lay  <georgjohann@web.de>
2114         PR bootstrap/39622
2115         * configure.ac (FLAGS_FOR_TARGET): Add include-fixed path.
2116         * configure: Regenerated.
2118 2010-11-13  Kaveh R. Ghazi  <ghazi@gcc.gnu.org>
2120         * MAINTAINERS: Update my email address.
2122 2010-11-12  Tobias Grosser  <grosser@fim.uni-passau.de>
2124         * configure: Regenerate.
2126 2010-11-12  Tobias Grosser  <grosser@fim.uni-passau.de>
2128         * configure: Regenerate.
2130 2010-11-12  Tobias Grosser  <grosser@fim.uni-passau.de>
2132         * configure: Regenerate.
2134 2010-11-12  Tobias Grosser  <grosser@fim.uni-passau.de>
2136         * configure: Regenerate.
2138 2010-11-11  Andreas Simbuerger  <simbuerg@fim.uni-passau.de>
2140         * configure.ac: Support official CLooG.org versions.
2141         * configure: Regenerate.
2142         * config/cloog.m4: New.
2144 2010-11-10  François Dumont  <francois.cppdevs@free.fr>
2146         * MAINTAINERS (Write After Approval): Add myself.
2148 2010-11-09  David Edelsohn  <dje.gcc@gmail.com>
2150         * MAINTAINERS: Update my email address.
2152 2010-11-04  Iain Sandoe  <iains@gcc.gnu.org>
2154         * configure.ac (*-*-darwin*): Use mh-darwin for all Darwin variants.
2155         * configure: Regenerate.
2157 2010-11-03  Ian Lance Taylor  <iant@google.com>
2158             Dave Korn  <dave.korn.cygwin@gmail.com>
2160         PR lto/46273
2161         * configure.ac: Remove libelf tests.  Build lto-plugin on ELF always
2162         and on other supported platforms whenever LTO is enabled.
2163         * configure: Rebuild.
2165 2010-11-02  Alan Modra  <amodra@gmail.com>
2167         PR binutils/12110
2168         * configure.ac: Error when source path contains spaces.
2169         * configure: Regenerate.
2171 2010-10-23  James E. Wilson  <wilson@codesourcery.com>
2173         * MAINTAINERS: Update my email address.
2175 2010-10-20  Ian Lance Taylor  <iant@google.com>
2177         * Makefile.def (target_modules): Set lib_path to src/.libs for
2178         libstdc++-v3 module.
2179         * Makefile.tpl: Fix typo in TARGET_LIB_PATH comment.
2180         * Makefile.in: Rebuild.
2182 2010-10-18  Laurynas Biveinis  <laurynas.biveinis@gmail.com>
2184         * MAINTAINERS (Reviewers): Add myself for gengtype/GTY.
2185         (Write After Approval): Remove myself.
2187 2010-10-15  Tristan Gingold  <gingold@adacore.com>
2189         * MAINTAINERS (OS Port Maintainers): Add myself for VMS.
2191 2010-10-14  Douglas Rupp  <rupp@gnat.com>
2193         * MAINTAINERS (OS Port Maintainers): Add myself for VMS.
2195 2010-10-07  Dave Korn  <dave.korn.cygwin@gmail.com>
2197         * configure.ac (build_lto_plugin): New shell variable.
2198         (--enable-lto): Turn on by default for all non-ELF platforms that
2199         have had LTO support added so far.  Set build_lto_plugin appropriately
2200         for both ELF and non-ELF.
2201         (configdirs): Add lto-plugin or not based on build_lto_plugin.
2202         * configure: Regenerate.
2204 2010-10-07  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
2206         Sync from src:
2207         * configure.ac (v850 support): Remove target-libgloss from
2208         noconfigdirs.
2209         * configure: Regenerate.
2211 2010-10-02  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
2213         PR bootstrap/45326
2214         PR bootstrap/45174
2215         * configure.ac: Honor initial values of $build_configargs,
2216         $host_configargs, $target_configargs.  Mark the precious, so
2217         environment settings get recorded.
2218         * configure: Regenerate.
2220 2010-09-30  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
2222         PR bootstrap/45796
2223         * Makefile.def (info-gcc, dvi-gcc, pdf-gcc, html-gcc):
2224         Depend on all-build-libiberty.
2225         * Makefile.in: Regenerate.
2227 2010-09-30  Michael Eager  <eager@eagercon.com>
2229         * configure.ac (microblaze): Add target-libssp to noconfigdirs.
2230         * configure: Regenerate.
2232 2010-09-28  Michael Eager  <eager@eagercon.com>
2234         * MAINTAINERS (CPU Port Maintainers): Add myself for MicroBlaze port.
2236 2010-06-27  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
2238         PR bootstrap/44621
2239         * configure.ac: Fix unportable shell quoting.
2240         * configure: Regenerate.
2242 2010-09-21  Iain Sandoe  <iains@gcc.gnu.org>
2244         * configure.ac (enable-lto): Add Darwin to the list of supported lto
2245         targets and amend comment.
2246         * configure: Regenerate.
2248 2010-09-15  Tejas Belagod  <tejas.belagod@arm.com>
2250         * MAINTAINERS (Write After Approval): Add myself.
2252 2010-09-03  Jack Howarth <howarth@bromo.med.uc.edu>
2254         * configure.ac: Enable LTO by default on Darwin.
2255         * configure: Regenerate.
2257 2010-09-02  Marcus Shawcroft  <marcus.shawcroft@arm.com>
2259         * MAINTAINERS (Write After Approval): Add myself.
2261 2010-09-01  Ian Bolton  <ian.bolton@arm.com>
2263         * MAINTAINERS (Write After Approval): Add myself.
2265 2010-08-25  Danny Smith  <dannysmith@users.sourceforge.net>
2267         * MAINTAINERS (OS Port Maintainers): Remove myself from windows
2268         ports
2270 2010-07-28  David Yuste  <david.yuste@gmail.com>
2272         * MAINTAINERS (Write After Approval): Add myself.
2274 2010-07-26  Naveen.H.S  <naveen.S@kpitcummins.com>
2276         * configure.ac: Support all v850 targets.
2277         * configure: Regenerate.
2279 2010-07-23  Marc Glisse <marc.glisse@normalesup.org>
2281         PR bootstrap/44455
2282         * configure.ac (extra_mpfr_configure_flags): Copy from
2283         extra_mpc_gmp_configure_flags.
2284         * configure: Re-generated.
2286 2010-07-22  Andi Kleen  <ak@linux.intel.com>
2288         * MAINTAINERS (Write After Approval): Add myself.
2290 2010-07-22  Chung-Lin Tang  <cltang@codesourcery.com>
2292         * MAINTAINERS (Write After Approval): Add myself.
2294 2010-07-20  Jeffrey Yasskin  <jyasskin@google.com>
2296         * MAINTAINERS (Write After Approval): Add myself.
2298 2010-07-17  Jack Howarth  <howarth@bromo.med.uc.edu>
2300         PR target/44862
2301         * Makefile.tpl (POSTSTAGE1_CXX_EXPORT):
2302         Provide -B option to allow for link spec %s substitutions for
2303         libstdc++.a on darwin.
2304         * Makefile.in: Regenerate.
2306 2010-07-10  Mikael Morin  <mikael@gcc.gnu.org>
2308         * MAINTAINERS (Reviewers): Update my e-mail address
2310 2010-06-10  Alexandre Oliva  <aoliva@redhat.com>
2312         * Makefile.def (configure-gcc): Depend on all-libelf.
2313         * Makefile.in: Rebuild.
2315 2010-06-05  Fabien Chêne  <fabien@gcc.gnu.org>
2317         * MAINTAINERS (Write After Approval): Add myself in the right place.
2319 2010-06-04  Fabien Chêne  <fabien@gcc.gnu.org>
2321         * MAINTAINERS (Write After Approval): Add myself.
2323 2010-05-25  Sterling Augustine  <sterling@tensilica.com>
2325         * MAINTAINERS (CPU Port Maintainers): Add myself for xtensa port.
2327 2010-05-25  Maxim Kuvyrkov  <maxim@codesourcery.com>
2329         * config.sub: Update to version 2010-05-21.
2330         * config.guess: Update to version 2010-04-03.
2332 2010-05-18  Steven Bosscher  <steven@gcc.gnu.org>
2334         * configure.ac (--enable-lto): All *-apple-darwin* now support LTO.
2335         * configure: Regenerate.
2337 2010-05-12  Sriraman Tallam  <tmsriram@google.com>
2339         * MAINTAINERS (Write After Approval): Add myself.
2341 2010-05-07  Steven Bosscher  <steven@gcc.gnu.org>
2343         * configure.ac (--enable-lto): Add x86_64-apple-darwin* as
2344         a platform that supports LTO.
2345         * configure: Regenerate.
2347 2010-05-05  Sebastian Pop  <sebastian.pop@amd.com>
2349         * configure.ac: Allow all the versions greater than 0.10 of PPL.
2350         * configure: Regenerated.
2352 2010-04-27  Roland McGrath  <roland@redhat.com>
2353             H.J. Lu  <hongjiu.lu@intel.com>
2355         * configure.ac (--enable-gold): Support both, both/gold and
2356         both/bfd to add gold to configdirs without removing ld.
2357         * configure: Regenerated.
2359         * Makefile.def: Add install-gold dependency to install-ld.
2360         * Makefile.in: Regenerated.
2362 2010-04-27  Dave Korn  <dave.korn.cygwin@gmail.com>
2364         PR lto/42776
2365         * configure.ac (--enable-lto): Refactor handling so libelf tests
2366         are only performed inside then-clause of ACX_ELF_TARGET_IFELSE,
2367         and allow LTO to be explicitly enabled on non-ELF platforms that
2368         are known to support it inside else-clause.
2369         * configure: Regenerate.
2371 2010-04-20  Eric Botcazou  <ebotcazou@adacore.com>
2373         * configure.ac (BUILD_CONFIG): Redirect output to /dev/null.
2374         * configure: Regenerate.
2376 2010-04-17  Ralf Corsépius  <ralf.corsepius@rtems.org>
2378         * configure.ac (*-*-rtems*): Add target-libiberty to $skipdirs.
2379         * configure: Regenerate.
2381 2010-04-16  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
2383         * configure.ac: Check for elf_getshdrstrndx or elf_getshstrndx
2384         separately.
2385         * configure: Regenerate.
2387 2010-04-16  Kevin Williams  <kevin.williams@inria.fr>
2389         * MAINTAINERS (Write After Approval): Add myself.
2391 2010-04-14  Tristan Gingold  <gingold@adacore.com>
2393         * configure.ac (alpha*-*-*vms*): Remove ld from noconfigdirs.
2394         * configure: Regenerate.
2396 2010-04-13  Steve Ellcey  <sje@cup.hp.com>
2398         * configure: Regenerate after change to elf.m4.
2400 2010-04-06  Iain Sandoe  <iains@gcc.gnu.org>
2402         * MAINTAINERS (Write After Approval): Add myself.
2404 2010-04-02  Sebastian Pop  <sebastian.pop@amd.com>
2406         * configure.ac: Add brackets around AC_TRY_COMPILE alternative.
2407         * configure: Regenerated.
2409 2010-04-02  Sebastian Pop  <sebastian.pop@amd.com>
2411         * configure.ac: Print "buggy but acceptable" when CLooG
2412         revision is less than 9.
2413         * configure: Regenerated.
2415 2010-04-01  Diego Novillo  <dnovillo@google.com>
2417         * MAINTAINERS (Plugin): Add myself and Le-Chun Wu.
2419 2010-04-01  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
2421         PR bootstrap/43615
2422         PR bootstrap/43328
2424         Revert:
2426         2010-03-31  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
2428         * configure.ac: Do not pass --enable-multilib nor
2429         --disable-multilib in baseargs.  Accept explicitly passed
2430         --enable_multilib.
2431         * configure: Regenerate.
2433 2010-03-31  Ulrich Weigand  <uweigand@de.ibm.com>
2435         * MAINTAINERS (CPU Port Maintainers): Add myself for spu port.
2437 2010-03-31  Janis Johnson  <janis187@us.ibm.com>
2439         * MAINTAINERS: Remove myself.
2441 2010-03-31  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
2443         PR bootstrap/43328
2444         * configure.ac: Do not pass --enable-multilib nor
2445         --disable-multilib in baseargs.  Accept explicitly passed
2446         --enable_multilib.
2447         * configure: Regenerate.
2449 2010-03-28  Andrew Pinski  <pinskia@gmail.com>
2451         * MAINTAINERS (spu port): Remove me.
2453 2010-03-23  Joseph Myers  <joseph@codesourcery.com>
2455         * configure.ac (tic6x-*-*): New case.
2456         * configure: Regenerate.
2458 2010-03-23  Joseph Myers  <joseph@codesourcery.com>
2460         * config.sub: Update to version 2010-03-22.
2461         * config.guess: Update to version 2009-12-30.
2463 2010-03-19  Jack Howarth  <howarth@bromo.med.uc.edu>
2465         PR ada/42554
2466         * configure.ac: Only pass -c to ranlib for darwin9 and earlier.
2467         * configure: Regenerate.
2469 2010-03-18  Ramana Radhakrishnan  <ramana.radhakrishnan@arm.com>
2471         * MAINTAINERS: Update my email address.
2473 2010-03-17  Sebastian Pop  <sebastian.pop@amd.com>
2475         * MAINTAINERS (dwarak.rajagopal@amd.com): Removed.
2476         (ghassan.shobaki@amd.com): Removed.
2478 2010-03-17  Alan Modra  <amodra@gmail.com>
2480         * MAINTAINERS: Update my email address.
2482 2010-03-16  Diego Novillo  <dnovillo@google.com>
2484         * MAINTAINERS: Remove Dan Hipschman, William Maddox and Chris
2485         Matthews.
2487 2010-03-16  Joseph Myers  <joseph@codesourcery.com>
2489         * MAINTAINERS (Write After Approval): Remove Jim Blandy, Daniel
2490         Gutson, Jeffrey D. Oldham and Mark Shinwell.
2492 2010-03-16  Joseph Myers  <joseph@codesourcery.com>
2494         * MAINTAINERS: Update my email address.
2496 2010-03-16  Daniel Jacobowitz  <dan@codesourcery.com>
2498         * MAINTAINERS: Update my email address.
2500 2010-03-15  Bernd Schmidt  <bernds@codesourcery.com>
2502         * MAINTAINERS: Update my email address.
2504 2010-03-09  Jie Zhang  <jie@codesourcery.com>
2506         * MAINTAINERS: Update my email address.
2508 2010-03-01  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
2510         PR libstdc++/32499
2511         * configure.ac (RANLIB): Default to true.
2512         (STRIP): Likewise.
2513         (RANLIB_FOR_TARGET): Remove superfluous : argument.
2514         * configure: Regenerate.
2516 2010-02-17  Rafael Ávila de Espíndola  <espindola@google.com>
2518         * MAINTAINERS (Plugin, LTO, LTO plugin): Remove myself.
2519         (Write After Approval): Update my email address.
2521 2010-02-17  Nick Clifton  <nickc@redhat.com>
2523         PR 11238
2524         * Makefile.tpl (local-distclean): Also remove config.cache files in
2525         sub-directories as there may not be Makefiles present in the
2526         sub-directories.
2527         * Makefile.tpl: Use "-exec rm {}" rather than "-delete" to delete
2528         the config.cache files found by the find command.
2530         * Makefile.in: Regenerate.
2531         * configure.ac: Revert previous delta.
2532         * configure: Regenerate.
2534 2010-02-15  Nick Clifton  <nickc@redhat.com>
2536         PR 11238
2537         * configure.ac: Delete config.cache files in sub-directories when
2538         deleting Makefiles.
2539         * configure: Regenerate.
2541 2010-02-12  Ben Elliston  <bje@gnu.org>
2543         * MAINTAINERS: Update my email address.
2545 2010-02-08  Andrew Pinski  <pinskia@gmail.com>
2547         * MAINTAINERS (spu port): Update my email address.
2549 2010-02-08  Jie Zhang  <jie.zhang@analog.com>
2551         * MAINTAINERS: Add myself as a maintainer for the bfin port.
2553 2010-01-31  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
2555         * configure.ac: Add "recommended" version checks for GMP/MPC.
2556         Update recommended GMP/MPFR/MPC versions.
2557         * configure: Regenerate.
2559 2010-01-31  Joern Rennecke  <joern.rennecke@embecosm.com>
2561         * MAINTAINERS: Move my Embecosm email address into the
2562         write-after-approval section.
2564 2010-01-26  Ian Lance Taylor  <iant@google.com>
2566         * MAINTAINERS: Add myself as Go frontend maintainer.
2568 2010-01-25  Joern Rennecke  <amylaar@spamcop.net>
2570         PR libstdc++/36101, PR libstdc++/42813
2571         * configure.ac (bootstrap_target_libs): Make inclusion of
2572         target-libgomp conditional on libgomb being in target_configdirs.
2573         * configure: Regenerate.
2575 2010-01-23  Joern Rennecke  <amylaar@spamcop.net>
2577         PR libstdc++/36101, PR libstdc++/42813
2578         * configure.ac (bootstrap_target_libs): Include target-libgomp.
2579         * configure: Regenerate.
2581 2010-01-22  Joern Rennecke  <amylaar@spamcop.net>
2583         PR libstdc++/36101, PR libstdc++/42813
2584         * configure.ac (target_configdirs): Substitute.
2585         * Makefile.def: Bootstrap target module libgomp.
2586         Add dependency of all-target-libstdc++-v3 on configure-target-libgomp.
2587         * Makefile.tpl (TARGET_CONFIGDIRS): New makefile variable.
2588         (BASE_TARGET_EXPORTS): Export TARGET_CONFIGDIRS.
2589         * configure, Makefile.in: Regenerate.
2591 2010-01-21  Dave Korn  <dave.korn.cygwin@gmail.com>
2593         * MAINTAINERS: Adjust my details.
2595 2010-01-20  Eric B. Weddington  <eric.weddington@atmel.com>
2597         * MAINTAINERS (CPU Port Maintainers): Add myself for avr port.
2599 2010-01-18  Thierry Lafage  <thierry.lafage@inria.fr>
2601         * MAINTAINERS: reindented my entry with tabs instead of spaces.
2603 2010-01-15  Thierry Lafage  <thierry.lafage@inria.fr>
2605         * MAINTAINERS (Write After Approval): Add myself.
2607 2010-01-15  Konrad Trifunovic  <konrad.trifunovic@inria.fr>
2609         * MAINTAINERS (Write After Approval): Add myself.
2611 2010-01-11  Richard Guenther  <rguenther@suse.de>
2613         PR lto/41569
2614         * Makefile.def (all-lto-plugin): Depend on all-gcc.
2615         * Makefile.in: Regenerated.
2617 2010-01-11  Andreas Tobler  <andreast@fgznet.ch>
2619         * configure.ac: Enable libjava build on x86_64-*freebsd*.
2620         * configure: Regenerate.
2622 2010-01-07  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
2623             Francois-Xavier Coudert  <fxcoudert@gcc.gnu.org>
2625         PR bootstrap/42424
2626         * configure.ac: Include libtool m4 files.
2627         (_LT_CHECK_OBJDIR): Call it.
2628         (extra_mpc_mpfr_configure_flags, extra_mpc_gmp_configure_flags,
2629         gmplibs, ppllibs, clooglibs): Use $lt_cv_objdir.
2631         * configure: Regenerate.
2633 2010-01-07  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
2635         PR bootstrap/41818
2636         * Makefile.tpl (BASE_TARGET_EXPORTS): Only add TARGET_LIB_PATH
2637         to $(RPATH_ENVVAR) if bootstrapping.  Fix typo in comment.
2638         * Makefile.in: Regenerate.
2640 2010-01-02  Richard Guenther  <rguenther@suse.de>
2642         PR lto/41529
2643         * configure.ac: Include config/elf.m4.  Disable LTO if not
2644         builting for an elf target.
2645         * configure: Regenerate.
2647 2009-12-27  Christopher Faylor  <me+cygwin@cgf.cx>
2649         * MAINTAINERS: Change my email address.
2651 2009-12-18  Ben Elliston  <bje@au.ibm.com>
2653         * config.sub, config.guess: Update from upstream sources.
2655 2009-12-07  Shujing Zhao  <pearly.zhao@oracle.com>
2657         * MAINTAINERS (Write After Approval): Add myself.
2659 2009-12-06  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
2661         PR middle-end/30447
2662         PR middle-end/30789
2663         PR other/40302
2665         * configure.ac: Require MPC.
2666         * configure: Regenerate.
2668 2009-12-05  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
2670         PR target/38384
2671         PR bootstrap/40972
2672         * libtool.m4: Sync from git Libtool.
2673         * ltoptions.m4: Likewise.
2674         * ltversion.m4: Likewise.
2675         * lt~obsolete.m4: Likewise.
2676         * ltmain.sh: Likewise.
2678 2009-11-30  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
2680         * configure.ac: Update minimum MPC version to 0.8.
2681         * configure: Regenerate.
2683 2009-11-21  Sebastian Pop  <sebpop@gmail.com>
2685         * configure.ac: Check for version 0.15.5 or later revision of CLooG.
2686         * configure: Regenerated.
2688 2009-11-21  Ian Lance Taylor  <iant@google.com>
2690         * configure.ac: Change default of poststage1_ldflags to be empty if
2691         poststage1_libs is set.  When poststage1_libs is empty, and
2692         ENABLE_BUILD_WITH_CXX is set, add -static-libgcc.
2693         * configure: Rebuild.
2695 2009-11-21  Adam Nemet  <adambnmet@gmail.com>
2697         * MAINTAINERS (Write After Approval): Update my email address.
2699 2009-11-20  Ben Elliston  <bje@au.ibm.com>
2701         * config.guess: Update from upstream sources.
2703 2009-11-16  Alexandre Oliva  <aoliva@redhat.com>
2705         * Makefile.def: Restore host and target settings for gmp.
2706         * Makefile.in: Rebuild.
2708 2009-11-16  Alexandre Oliva  <aoliva@redhat.com>
2710         * configure.ac: Add libelf to host_libs.  Enable in-tree configury
2711         of ppl and cloog.  Fix in-tree configury of libelf, skip tests.
2712         Fix portability of test of C++ as bootstrap language.  Add
2713         ppl/src/ppl-config.o to the bootstrap compare exclusion list.
2714         * configure: Rebuild.
2715         * Makefile.def: Drop host and target settings from gmp, mpfr, ppl,
2716         and cloog.  Fix in-tree ppl configuration.  Introduce libelf
2717         in-tree building.
2718         * Makefile.tpl (POSTSTAGE1_CXX_EXPORT): New.
2719         (POSTSTAGE1_HOST_EXPORTS): Use it.
2720         (STAGE[+id+]_CXXFLAGS): New.
2721         (BASE_FLAGS_TO_PASS): Pass it down.
2722         (configure-stage[+id+]-[+prefix+][+module+]): Use it.  Add
2723         extra_exports.
2724         (all-stage[+id+]-[+prefix+][+module+]): Likewise.
2725         (configure-[+prefix+][+module+], all-[+prefix+][+module+]): Add
2726         extra_exports.
2727         * Makefile.in: Rebuild.
2729 2009-11-17  Ben Elliston  <bje@au.ibm.com>
2731         * config.sub, config.guess: Update from upstream sources.
2733 2009-11-12  Jan Kratochvil  <jan.kratochvil@redhat.com>
2735         * MAINTAINERS (Write After Approval): Add myself.
2737 2009-11-09  Jon Beniston  <jon@beniston.com>
2739         * MAINTAINERS (Write After Approval): Add myself.
2741 2009-11-06  Ozkan Sezer  <sezeroz@gmail.com>
2743         * configure.ac (FLAGS_FOR_TARGET):  Add -L and -isystem
2744         paths for *-w64-mingw* and x86_64-*mingw*.
2745         * configure: Regenerated.
2747 2009-11-05  Joern Rennecke  <amylaar@spamcop.net>
2749         * MAINTAINERS (Write After Approval): Add entry for my INRIA work.
2751 2009-11-02  Benjamin Kosnik  <bkoz@redhat.com>
2753         * MAINTAINERS: Add Jonathan Wakely under Various Maintainers, move
2754         Phil Edwards to Write-After Approval.
2756 2009-10-30  Kai Tietz  <kai.tietz@onevision.com>
2758         * configure.ac: Disable target-winsup & co for
2759         x86_64-*-mingw* and *-w64-mingw* targets.
2760         * configure: Regenerated.
2762 2009-10-16  Nick Clifton  <nickc@redhat.com>
2764         * MAINTAINERS: Add myself as a maintainer for the RX port.
2766 2009-10-26  Johannes Singler  <singler@kit.edu>
2768         * MAINTAINERS (Write After Approval): Update my e-mail address.
2770 2009-10-23  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
2772         * configure.ac (CLooG test): Use = with test.
2773         * configure: Regenerate.
2775 2009-10-22  Richard Guenther  <rguenther@suse.de>
2777         * configure.ac: Do not set LIBS for ppl/cloog checks.  Disable
2778         cloog if the ppl version check failed.  Move flags saving
2779         before setting in libelf check.
2780         * configure: Regenerate.
2782 2009-10-21  Richard Guenther  <rguenther@suse.de>
2784         * configure.ac: Adjust the ppl and cloog configure to work as
2785         documented.  Disable cloog if ppl was disabled.  Omit the version
2786         checks if they were disabled.
2787         * configure: Re-generate.
2789 2009-10-13  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
2791         * configure.ac: Add 'lto' to enable_languages, not
2792         new_enable_languages, and only if not already present.
2793         * configure: Regenerate.
2795 2009-10-10  Gerald Pfeifer  <gerald@pfeifer.com>
2797         * README: Refer to the various COPYING* files instead of just
2798         COPYING.
2799         Refer to http://gcc.gnu.org/bugs/ for bug reporting instructions.
2801 2009-10-07  Rafael Avila de Espindola  <espindola@google.com>
2803         * MAINTAINERS: Change my email address. Change plugi-in to plugin.
2805 2009-10-07  Richard Guenther  <rguenther@suse.de>
2807         * MAINTAINERS (LTO): List Diego Novillo, Rafael Avila de Espindola,
2808         and Richard Guenther as reviewers.
2809         (LTO plugin): List Rafael Avila de Espindola and Cary Coutant
2810         as reviewers.
2812 2009-10-07  Hariharan Sandanagobalane  <hariharan@picochip.com>
2814         * config.sub: Update from upstream sources.
2816 2009-10-06  Ian Lance Taylor  <iant@google.com>
2818         * Makefile.def: check-gold depends upon all-gas.
2819         * Makefile.in: Rebuild.
2821 2009-10-05  Phil Muldoon  <pmuldoon@redhat.com>
2823         * MAINTAINERS (Write After Approval): Add myself.
2825 2009-10-03  2009-02-05  Rafael Avila de Espindola  <espindola@google.com>
2827         * Makefile.def: all-lto-plugin depends on all-libiberty.
2828         set bootstrap=true for lto-plugin.
2829         Add lto-plugin.
2830         * Makefile.in: Regenerate.
2831         * configure.ac (host_libs): Add lto-plugin.
2832         * configure: Regenerate.
2834 2009-10-03  Diego Novillo  <dnovillo@google.com>
2836         * Makefile.tpl (HOST_EXPORTS): Add LIBELFLIBS and LIBELFINC.
2837         (HOST_LIBELFLIBS): Define.
2838         (HOST_LIBELFINC): Define.
2839         * Makefile.in: Regenerate.
2840         * configure.ac: Add --enable-lto.
2841         Add --with-libelf, --with-libelf-include and --with-libelf-lib.
2842         If --enable-lto is used, add 'lto' to new_enable_languages.
2843         If --enable-lto is used and gold is enabled, add
2844         lto-plugin to configdirs.
2845         * configure: Regenerate.
2847 2009-10-03  Simon Baldwin  <simonb@google.com>
2849         * configure.ac: If --with-system-zlib, suppress local zlib and
2850         pass --with-system-zlib to subdir configure scripts.
2851         * configure: Regenerate.
2853 2009-10-01  Loren J. Rittle  <ljrittle@acm.org>
2854             Paolo Bonzini  <bonzini@gnu.org>
2856         * Makefile.tpl (POSTSTAGE1_HOST_EXPORTS): Use $$s rather than
2857         $(srcdir).
2858         * Makefile.in: Rebuilt.
2860 2009-09-26  Gary Funck  <gary@intrepid.com>
2862         * MAINTAINERS (Write After Approval): Add myself.
2864 2009-09-26  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
2866         * configure.ac: Update minimum MPC version to 0.7.
2867         * configure: Regenerate.
2869 2009-09-25  Nick Clifton  <nickc@redhat.com>
2871         * configure.ac: Pass any --cache-file=/dev/null option on to
2872         subconfigures.
2873         * configure: Regenerate.
2875 2009-09-23  Nick Clifton  <nickc@redhat.com>
2877         * config.sub, config.guess: Update from upstream sources.
2879 2009-09-22  Loren J. Rittle  <ljrittle@acm.org>
2881         * Makefile.tpl (POSTSTAGE1_HOST_EXPORTS): Remove stray $$r/.
2882         * Makefile.in: Rebuilt.
2884 2009-09-22  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
2886         PR bootstrap/32272
2887         * configure.ac: Error out if $srcdir isn't '.' but contains
2888         host-${host_noncanonical}.
2889         * configure: Regenerate.
2891 2009-09-22  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
2893         * MAINTAINERS (OS Port Maintainers): Add myself as Solaris
2894         maintainer.
2896 2009-09-21  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
2898         * configure.ac: If bootstrapping a combined tree with
2899         --enable-gold, require c++ in stage1_languages.
2900         * configure: Regenerate.
2902         * configure.ac: Also add target_libs of stage1_languages to
2903         bootstrap_target_libs.
2904         * configure: Regenerate.
2906         * configure.ac: Diagnose --enable-build-with-cxx bootstrap
2907         with --enable-languages not containing c++.
2908         * configure: Regenerate.
2910 2009-09-15  Jie Zhang  <jie.zhang@analog.com>
2912         * configure.ac: Disable java and boehm-gc for bfin-*-*.
2913         * configure: Regenerate.
2915 2009-09-12  Joern Rennecke  <joern.rennecke@embecosm.com>
2917         * MAINTAINERS (Write After Approval): Update my e-mail address,
2918         and move from from here...
2919         (Waiting for paperwork): To here.
2921 2009-09-09  Joseph Myers  <joseph@codesourcery.com>
2923         * MAINTAINERS (Reviewers): Add self as driver reviewer.
2925 2009-09-08  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
2927         * configure.ac: Do not use $extrasub for replacing @if/@endif
2928         parts in Makefile; instead, use additional arguments to
2929         AC_CONFIG_COMMANDS to do the replacement manually, with several
2930         sed invocations, to avoid HP-UX sed command limits.
2931         * configure: Regenerate.
2933 2009-09-08  Alexandre Oliva  <aoliva@redhat.com>
2935         * libtool.m4 (output_verbose_link_cmd): Require leading blank, and
2936         blank before -L.
2938 2009-09-04  Alexandre Oliva  <aoliva@redhat.com>
2940         * configure.ac (with-build-config): Document.  Handle without.
2941         Handle missing argument.
2942         * configure: Rebuilt.
2944 2009-09-03  Alexandre Oliva  <aoliva@redhat.com>
2946         * configure.ac (--with-build-config): New.  Set BUILD_CONFIG.
2947         Default to bootstrap-debug only if compare-debug works.
2948         * configure: Rebuilt.
2949         * Makefile.tpl: Make BUILD_CONFIG configure-configurable.
2950         * Makefile.in: Rebuilt.
2952 2009-09-02  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
2954         * MAINTAINERS (OS Port Maintainers): Update my email address.
2956 2009-09-01  Alexandre Oliva  <aoliva@redhat.com>
2958         * Makefile.tpl (BUILD_CONFIG): Default to bootstrap-debug.
2959         * Makefile.in: Rebuilt.
2961 2009-09-01  Chris Demetriou  <cgd@google.com>
2963         * MAINTAINERS (Write After Approval): Add myself.
2965 2009-08-31  Dodji Seketeli  <dodji@redhat.com>
2967         PR debug/30161
2968         * include/dwarf2.h (enum dwarf_tag): Added
2969         DW_TAG_GNU_template_template_param
2970         (enum dwarf_attribute): Added DW_AT_GNU_template_name.
2972 2009-08-30  Paolo Bonzini  <bonzini@gnu.org>
2974         * Makefile.tpl (AWK): Fix typo.
2975         * Makefile.in: Regenerate.
2977 2009-08-30  Paolo Bonzini  <bonzini@gnu.org>
2979         * configure.ac: Detect awk and sed.
2980         * Makefile.def (flags_to_pass): Add AWK and SED.
2981         * Makefile.tpl (AWK, SED): New.
2982         (BASE_FLAGS_TO_PASS): Add AWK and SED.
2983         * configure: Regenerate.
2984         * Makefile.in: Regenerate.
2986 2009-08-26  Dave Korn  <dave.korn.cygwin@gmail.com>
2988         * ltmain.sh (removedotparts): Don't use comma as 's' separator.
2989         (collapseslashes): Likewise.
2991 2009-08-24  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
2993         * configure.ac (AC_PREREQ): Bump to 2.64.
2995 2009-08-22  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
2997         * configure.ac: Remove --with-datarootdir, --with-docdir,
2998         --with-pdfdir, --with-htmldir switches.
2999         * configure: Regenerate.
3001         * configure: Regenerate.
3003         * compile: Sync from Automake 1.11.
3004         * depcomp: Likewise.
3005         * install-sh: Likewise.
3006         * missing: Likewise.
3007         * mkinstalldirs: Likewise.
3008         * ylwrap: Likewise.
3010 2009-08-20  Dave Korn  <dave.korn.cygwin@gmail.com>
3012         * ltmain.sh (func_normal_abspath): New function.
3013         (func_relative_path): Likewise.
3014         (func_mode_help): Document new -bindir option for link mode.
3015         (func_mode_link): Add new -bindir option, and use it to place
3016         output DLL if specified.
3018 2009-08-19  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
3020         * configure.ac: Call AC_DISABLE_OPTION_CHECKING.
3021         (baseargs): Add --disable-option-checking.
3022         * configure: Regenerate.
3024         * Makefile.def (configure-target-libiberty): Depend on
3025         all-binutils and all-ld.
3026         (configure-target-newlib): Likewise.
3027         * Makefile.in: Regenerate.
3029 2009-08-17  Ben Elliston  <bje@au.ibm.com>
3031         * config.sub, config.guess: Update from upstream sources.
3033 2009-08-16  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
3035         Sync from src, merge:
3037         2009-07-02  Tristan Gingold  <gingold@adacore.com>
3039         * configure.ac: Do not exclude gas for i386-*-darwin.
3040         Add a case for x86_64-*-darwin.
3041         * configure: Regenerate.
3043 2009-08-06  Neil Vachharajani  <nvachhar@gmail.com>
3045         * MAINTAINERS: Add my name to Write After Approval list.
3047 2009-08-06  Michael Eager  <eager@eagercon.com>
3049         * configure.ac: Add Microblaze target.
3050         * configure: Regenerate.
3052 2009-07-31  Christian Bruel  <christian.bruel@st.com>
3054         * configure.ac (sh*-*-elf): Don't add target-libgloss to noconfigdirs.
3055         * configure: Regenerate.
3057 2009-07-28  Rask Ingemann Lambertsen  <ccc94453@vip.cybercity.dk>
3059         * MAINTAINERS (Write After Approval): Update my e-mail address.
3061 2009-07-06  Ian Lance Taylor  <iant@google.com>
3063         * configure.ac: Add missing comma in AC_ARG_WITH(boot-libs).
3064         * configure: Rebuild.
3066 2009-07-01  Tobias Grosser  <grosser@fim.uni-passau.de>
3068         * MAINTAINERS: Move myself to the Graphite Reviewers.
3070 2009-06-30  Wei Guozhi  <carrot@google.com>
3072         * MAINTAINERS: Add my name to Write After Approval list.
3074 2009-06-26  Steve Ellcey  <sje@cup.hp.com>
3076         PR bootstrap/40338
3077         * configure.ac (comparestring): Create new variable.
3078         * Makefile.tpl (comparestring): Use to skip some comparisions.
3079         * configure: Regenerate.
3080         * Makefile.in: Regenerate.
3082 2009-06-26  Doug Evans  <dje@sebabeach.org>
3084         * Makefile.def (host_modules): Add cgen.
3085         * Makefile.in: Regenerate.
3086         * configure.ac (host_tools): Add cgen.
3087         * configure: Regenerate.
3089 2009-06-23  DJ Delorie  <dj@redhat.com>
3091         * MAINTAINERS: Add myself as mep maintainer.
3093 2009-06-23  Ian Lance Taylor  <iant@google.com>
3095         * configure.ac: Add --enable-build-with-cxx.  When set, add c++ to
3096         boot_languages.  Only bootstrap target libraries listed in
3097         target_libs for some boot language.  Add --with-stage1-ldflags,
3098         --with-stage1-libs, --with-boot-ldflags, --with-boot-libs.  Remove
3099         with_host_libstdcxx from ppllibs.  Only add -fkeep-inline-functions
3100         if not building with C++.
3101         * Makefile.def: For target_module libstdc++-v3, set bootstrap=true.
3102         * Makefile.tpl (STAGE1_LDFLAGS, STAGE1_LIBS): New variables.
3103         (POSTSTAGE1_LDFLAGS, POSTSTAGE1_LIBS): New variables.
3104         (HOST_EXPORTS): Add STAGE1_LDFLAGS to LDFLAGS.  Export HOST_LIBS.
3105         (POSTSTAGE1_HOST_EXPORTS): Set CXX and CXX_FOR_BUILD.  Add
3106         POSTSTAGE1_LDFLAGS to LDFLAGS.  Export HOST_LIBS.
3107         (POSTSTAGE1_FLAGS_TO_PASS): Likewise.
3108         * configure, Makefile.in: Rebuild.
3110 2009-06-23  Li Feng  <nemokingdom@gmail.com>
3112         * MAINTAINERS: Added my name to write-after-approval list.
3114 2009-06-15  Ryan Mansfield  <rmansfield@qnx.com>
3116         * configure.ac: Define is_elf for QNX Neutrino targets.
3117         * configure: Regenerate.
3119 2009-06-09  Ghassan Shobaki  <ghassan.shobaki@amd.com>
3121         * MAINTAINERS: Added my name to the write-after-approval list
3123 2009-06-08  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
3125         * configure.ac: Detect MPC in default directory.
3126         * configure: Regenerate.
3128 2009-06-03  Jerome Guitton  <guitton@adacore.com>
3129             Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
3131         * Makefile.tpl (all): Avoid a trailing backslash.
3132         * Makefile.in: Regenerate.
3134 2009-06-03  Ben Elliston  <bje@au.ibm.com>
3136         * config.sub, config.guess: Update from upstream sources.
3138 2009-06-02  Richard Sandiford  <r.sandiford@uk.ibm.com>
3140         * configure.ac (powerpc-*-aix*, rs6000-*-aix*): Add target-newlib
3141         to noconfdirs.
3142         * configure: Regenerate.
3144 2009-06-02  Alexandre Oliva  <aoliva@redhat.com>
3146         * Makefile.tpl ([+compare-target+]): Compare all stage
3147         directories, rather than just gcc.
3148         * Makefile.in: Rebuilt.
3150 2009-06-01  Doug Kwan  <dougkwan@google.com>
3152         * configure.ac: Support gold for target arm*-*-*.
3153         * configure: Regenerate.
3155 2009-05-29  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
3157         * Makefile.def: Add MPC support and dependencies.
3158         * configure.ac: Likewise.  Reorganize GMP/MPFR checks.
3160         * Makefile.in, configure: Regenerate.
3162 2009-05-27  Alexandre Oliva  <aoliva@redhat.com>
3164         * Makefile.tpl (all): Avoid harmless warning in make all when
3165         gcc-bootstrap is enabled but stage_last does not exist.
3166         * Makefile.in: Rebuilt.
3168 2009-05-24  Nicolas Roche  <roche@adacore.com>
3170         * Makefile.tpl (compare-target): Skip ./ada/*tools directories.
3171         * Makefile.in: Regenerate.
3173 2009-05-21  Denis Chertykov  <chertykov@gmail.com>
3175         * MAINTAINERS: Update my e-mail address.
3177 2009-05-21  Dave Korn  <dave.korn.cygwin@gmail.com>
3179         * configure.ac (cygwin noconfigdirs):  Remove libgcj.
3180         * configure:  Regenerate.
3182 2009-05-18  Alexandre Oliva  <aoliva@redhat.com>
3184         PR other/40159
3185         * Makefile.tpl (all): Don't assume gcc-bootstrap and
3186         gcc-no-bootstrap are mutually exclusive.
3187         * Makefile.in: Rebuilt.
3189 2009-05-18  Alexandre Oliva  <aoliva@redhat.com>
3191         PR other/40159
3192         * Makefile.tpl (all): Don't end with unconditional success.
3193         * Makefile.in: Rebuilt.
3195 2009-05-12  Alexandre Oliva  <aoliva@redhat.com>
3197         PR target/37137
3198         * Makefile.def (flags_to_pass): Remove redundant and incomplete
3199         STAGE1_CFLAGS, STAGE2_CFLAGS, STAGE3_CFLAGS, and STAGE4_CFLAGS.
3200         Add FLAGS_FOR_TARGET and BUILD_CONFIG.
3201         (bootstrap_stage): Remove bootstrap-debug custom stages.  Turn
3202         stage_configureflags, stage_cflags and stage_libcflags into
3203         explicit Makefile macros.
3204         * Makefile.tpl (HOST_EXPORTS, EXTRA_HOST_FLAGS): Pass GCJ and
3205         GFORTRAN.
3206         (POSTSTAGE1_HOST_EXPORTS): Add XGCC_FLAGS_FOR_TARGET and TFLAGS to
3207         CC.  Set CC_FOR_BUILD from CC.
3208         (BASE_TARGET_EXPORTS, RAW_CXX_TARGET_EXPORTS,
3209         NORMAL_TARGET_EXPORTS): Move SYSROOT_CFLAGS_FOR_TARGET and
3210         DEBUG_PREFIX_CFLAGS_FOR_TARGET from CFLAGS and CXXFLAGS to
3211         XGCC_FLAGS_FOR_TARGET.  Add it along with TFLAGS to CC, CXX, GCJ,
3212         and GFORTRAN.
3213         (TFLAGS, STAGE_CFLAGS, STAGE_TFLAGS, STAGE_CONFIGURE_FLAGS): New.
3214         (_LIBCFLAGS): Renamed to _TFLAGS.
3215         (do-compare-debug, do-compare3-debug): Drop.
3216         (CC, GCC_FOR_TARGET, CXX_FOR_TARGET, RAW_CXX_FOR_TARGET,
3217         GCJ_FOR_TARGET, GFORTRAN_FOR_TARGET): Remove FLAGS_FOR_TARGET.
3218         (FLAGS_FOR_TARGET, SYSROOT_CFLAGS_FOR_TARGET,
3219         DEBUG_PREFIX_CFLAGS_FOR_TARGET): Move down.
3220         (XGCC_FLAGS_FOR_TARGET): New.
3221         (BASE_FLAGS_TO_PASS): Pass STAGEid_CFLAGS, STAGEid_TFLAGS and TFLAGS.
3222         (EXTRA_HOST_FLAGS): Pass GCJ and GFORTRAN.
3223         (POSTSTAGE1_FLAGS_TO_PASS): Move SYSROOT_CFLAGS_FOR_TARGET and
3224         DEBUG_PREFIX_CFLAGS_FOR_TARGET from CFLAGS, CXXFLAGS, LIBCFLAGS,
3225         LIBCXXFLAGS to XGCC_FLAGS_FOR_TARGET.  Add it along with TFLAGS
3226         to CC, CXX, GCJ, and GFORTRAN.  Pass XGCC_FLAGS_FOR_TARGET and
3227         TFLAGS.
3228         (BUILD_CONFIG): Include if requested.
3229         (all): Set TFLAGS on bootstrap.
3230         (configure-stageid-prefixmodule): Pass TFLAGS, adjust FLAGS.
3231         (all-stageid-prefixmodule): Likewise.
3232         (do-clean, distclean-stageid): Set TFLAGS.
3233         (restrap): Fix whitespace.
3234         * Makefile.in: Rebuilt.
3236 2009-05-07  Paolo Bonzini  <bonzini@gnu.org>
3238         * config.guess: Sync with src.
3240 2009-05-07  Dave Korn  <dave.korn.cygwin@gmail.com>
3242         * configure.ac ($with_ppl):  Default to no if not supplied.
3243         ($with_cloog):  Likewise.
3244         configure:  Regenerate.
3246 2009-04-27  James E. Wilson  <wilson@codesourcery.com>
3248         * MAINTAINERS: Update my e-mail address.
3250 2009-04-27  Nick Clifton  <nickc@redhat.com>
3252         * MAINTAINERS: Replace Aldy Hernandez as a maintainer for the FRV.
3254 2009-04-25  Eric Botcazou  <ebotcazou@adacore.com>
3256         * Makefile.tpl (POSTSTAGE1_HOST_EXPORTS): Add GNATBIND.
3257         (POSTSTAGE1_FLAGS_TO_PASS): Pick up exported value for GNATBIND.
3258         * Makefile.in: Regenerate.
3260 2009-04-24  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
3262         PR bootstrap/39739
3263         * configure.ac (extra_mpfr_configure_flags): Set and AC_SUBST.
3264         * Makefile.def (module=mpfr): Use extra_mpfr_configure_flags.
3266         * configure, Makefile.in: Regenerate.
3268 2009-04-21  Taras Glek  <tglek@mozilla.com>
3270         * include/hashtab.h: Update GTY annotations to new syntax
3271         * include/splay-tree.h: Likewise
3273 2009-04-17  Ben Elliston  <bje@au.ibm.com>
3275         * config.sub, config.guess: Update from upstream sources.
3277 2009-04-15  Anthony Green  <green@moxielogic.com>
3279         * configure.ac: Add moxie support.
3280         * configure: Rebuilt.
3282 2009-04-14  Jakub Jelinek  <jakub@redhat.com>
3284         * configure.ac: Change copyright header to refer to version
3285         3 of the GNU General Public License and to point readers at the
3286         COPYING3 file and the FSF's license web page.
3287         * Makefile.def: Likewise.
3288         * Makefile.tpl: Likewise.
3289         * Makefile.in: Regenerate.
3291 2009-04-09  Jack Howarth  <howarth@bromo.med.uc.edu>
3293         * configure.ac: Restore match for darwin9 or later. Use double
3294         brackets since regeneration eats one pair.
3295         * configure: Regenerate.
3297 2009-04-09  H.J. Lu  <hongjiu.lu@intel.com>
3299         PR gas/10039
3300         * configure.ac: Require texinfo 4.7.
3301         * configure: Regenerated.
3303 2009-04-09  Nick Clifton  <nickc@redhat.com>
3305         * COPYING.RUNTIME: New file: Contains a copy of version 3.1 of
3306         the GCC Runtime Library Exception.
3308 2009-04-08  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
3310         * configure.ac: Bump minimum GMP/MPFR versions to 4.2 and 2.3.1.
3311         * configure: Regenerate.
3313 2009-04-01  Steve Ellcey  <sje@cup.hp.com>
3315         * Makefil.def (languages): New entries.
3316         * Makefile.tpl (check-gcc-*): New generic target.
3317         * Makefile.in: Regenerate.
3319 2009-03-25  Erven Rohou  <erven.rohou@inria.fr>
3321         * MAINTAINERS:  Update my email address.
3323 2009-03-18  Tom Tromey  <tromey@redhat.com>
3325         * configure: Rebuild.
3326         * configure.ac (host_libs): Add libiconv.
3327         * Makefile.in: Rebuild.
3328         * Makefile.def (host_modules): Add libiconv.
3329         (configure-gdb, all-gdb): Depend on libiconv.
3331 2009-03-16  Tristan Gingold  <gingold@adacore.com>
3333         * configure.ac: Treat gdb as supported on x86_64-darwin.
3334         * configure: Regenerate.
3336 2009-03-16  Joseph Myers  <joseph@codesourcery.com>
3338         * configure.ac (--with-host-libstdcxx): New option.
3339         * configure: Regenerate.
3341 2009-03-12  Joern Rennecke  <joern.rennecke@arc.com>
3343         * MAINTAINERS:  Move myself into the write after approval list.
3345 2009-03-11  Nicola Pero  <nicola.pero@meta-innovation.com>
3347         * MAINTAINERS: Update e-mail address.
3349 2009-03-11  Dorit Nuzman  <dorit@il.ibm.com>
3351         * MAINTAINERS: Remove myself as auto-vectorizer maintainer.
3353 2009-03-10  Ira Rosen  <irar@il.ibm.com>
3355         * MAINTAINERS: Add myself as auto-vectorizer maintainer.
3357 2009-03-01  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
3359         Backport from git Libtool:
3361         2009-01-19  Robert Millan  <rmh@aybabtu.com>
3362         Support GNU/kOpenSolaris.
3363         * libltdl/m4/libtool.m4 (_LT_SYS_DYNAMIC_LINKER)
3364         (_LT_CHECK_MAGIC_METHOD, _LT_COMPILER_PIC, _LT_LINKER_SHLIBS)
3365         (_LT_LANG_CXX_CONFIG) [kopensolaris*-gnu]: Recognize
3366         GNU/kOpenSolaris.
3368 2009-02-27  Andreas Schwab  <schwab@linux-m68k.org>
3370         * MAINTAINERS: Update e-mail address.
3372 2009-02-24  Michael Eager  <eager@eagercon.com>
3374         * MAINTAINERS (Write After Approval): Add self.
3376 2009-02-18  Bingfeng Mei  <bmei@broadcom.com>
3378         * MAINTAINERS (Write After Approval): Add myself.
3380 2009-02-05  Andreas Schwab  <schwab@suse.de>
3382         * Makefile.tpl (stage_last): Define $r and $s before using
3383         $(RECURSE_FLAGS_TO_PASS).
3384         * Makefile.in: Regenerate
3386 2009-01-30  Ian Lance Taylor  <iant@google.com>
3388         * MAINTAINERS: Move myself to the Global Reviewers list.
3390 2009-01-29  Robert Millan  <rmh@aybabtu.com>
3392         * configure.ac: Recognize GNU/kOpenSolaris (*-*-kopensolaris*-gnu).
3393         * configure: Regenerate.
3395 2009-01-17  Gerald Pfeifer  <gerald@pfeifer.com>
3397         * MAINTAINERS: Make whitespace consistent.
3398         Remove Robert Millan from Write After Approval.
3400 2009-01-16  Alan Modra  <amodra@bigpond.net.au>
3402         * Makefile.def (configure-opcodes): Depend on configure-libiberty.
3403         (all-opcodes): Depend on all-libiberty.
3404         * Makefile.in: Regenerate.
3406 2009-01-15  Douglas B Rupp  <rupp@gnat.com>
3408         * configure.ac (ia64*-*-*vms*): Add case with no gdb or ld support.
3409         * configure: Regenerate.
3411 2009-01-12  Ramana Radhakrishnan  <ramana.r@gmail.com>
3413         * MAINTAINERS (Write After Approval): Add myself.
3415 2009-01-12  Steven G. Kargl  <sgk@troutmask.apl.washington.edu>
3417         * MAINTAINERS: Add myself to reviewers (Fortran).
3419 2009-01-12  Sebastian Pop  <sebastian.pop@amd.com>
3421         PR tree-optimization/38515
3422         * configure.ac (cloog-polylib): Removed.
3423         (with_ppl, with_cloog): Test for "no".
3424         * configure: Regenerated.
3426 2009-01-11  Daniel Franke  <franke.daniel@gmail.com>
3428         * MAINTAINERS: Moved myself to reviewers (Fortran).
3430 2009-01-06  Thomas Schwinge  <tschwinge@gnu.org>
3432         * MAINTAINERS (OS Port Maintainers): Add myself for GNU/Hurd.
3433         (Write After Approval): Remove myself.
3435 2009-01-03  Diego Novillo  <dnovillo@google.com>
3437         * MAINTAINERS: Remove myself from alias maintainership.
3439 2009-01-02  David Ayers  <ayers@fsfe.org>
3441         * MAINTAINERS: Update e-mail address.
3443 2008-12-30  Gerald Pfeifer  <gerald@pfeifer.com>
3445         * MAINTAINERS: Make whitespace consistent.
3447 2008-12-18  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
3449         Backport from upstream Libtool:
3450         * libltdl.m4 (_LT_SYS_DYNAMIC_LINKER, _LT_LINKER_SHLIBS):
3451         Add cache variables to tests that require the linker to work.
3452         For shlibpath_overrides_runpath, this also changes the semantics
3453         to let the result from the C compiler take precedence.
3455 2008-12-02  Ben Elliston  <bje@au.ibm.com>
3457         * config.sub, config.guess: Update from upstream sources.
3459 2008-12-12  Sebastian Pop  <sebastian.pop@amd.com>
3461         * configure.ac (ppllibs): Add by default the lib flags.
3462         * configure: Regenerate.
3464 2008-12-08  Luis Machado  <luisgpm@br.ibm.com>
3466         * MAINTAINERS:  Add myself to the write after approval list.
3468 2008-12-04  Jack Howarth  <howarth@bromo.med.uc.edu>
3470         * configure.ac: Add double brackets on darwin[912].
3471         * configure: Regenerate.
3473 2008-12-03  Daniel Kraft  <d@domob.eu>
3475         * MAINTAINERS:  Moved myself and Mikael Morin from Write After
3476         Approval to Reviewer section (for Fortran front-end).
3478 2008-12-02  Jack Howarth  <howarth@bromo.med.uc.edu>
3480         * configure.ac: Expand to darwin10 and later.
3481         * configure: Regenerate.
3483 2008-12-02  Andreas Schwab  <schwab@suse.de>
3485         * Makefile.def: configure-target-boehm-gc depends on
3486         all-target-libstdc++-v3.
3487         * Makefile.in: Regenerate.
3489 2008-12-02  Kai Tietz  <kai.tietz@onevision.com>
3491         * MAINTAINERS:  Add myself as mingw maintainer.
3493 2008-12-02  Ben Elliston  <bje@au.ibm.com>
3495         * config.sub, config.guess: Update from upstream sources.
3497 2008-12-01  Gerald Pfeifer  <gerald@pfeifer.com>
3499         * README.SCO: Remove.
3501 2008-11-29  Fernando Pereira  <pronesto@gmail.com>
3503         * MAINTAINERS:  Add myself to the write after approval list.
3505 2008-11-29  Dave Korn  <dave.korn.cygwin@gmail.com>
3507         * MAINTAINERS:  Update my email address in WAA section.
3509 2008-11-29  Chen Liqin  <liqin@sunnorth.com.cn>
3511         * MAINTAINERS: Update e-mail address.
3513 2008-11-27  Toon Moene  <toon@moene.org>
3515         * MAINTAINERS: Change e-mail address.
3517 2008-11-27  Tristan Gingold  <gingold@adacore.com>
3519         * configure.ac: Build gdb for i?86-*-darwin*
3520         * configure: Regenerated.
3522 2008-11-24  Hariharan Sandanagobalane  <hariharan@picochip.com>
3524         * MAINTAINERS: Added my full name.
3526 2008-11-14  Daniel Jacobowitz  <dan@codesourcery.com>
3528         PR bootstrap/38014
3529         PR bootstrap/37923
3531         Revert:
3533         2008-10-24  Daniel Jacobowitz  <dan@codesourcery.com>
3535         * Makefile.tpl (HOST_EXPORTS): Correct CPPFLAGS typo.
3536         * Makefile.in: Regenerated.
3538         2008-10-22  Daniel Jacobowitz  <dan@codesourcery.com>
3540         PR gdb/921
3541         PR gdb/1646
3542         PR gdb/2175
3543         PR gdb/2176
3545         * Makefile.def (flags_to_pass): Add CPPFLAGS_FOR_BUILD and CPPFLAGS.
3546         * Makefile.tpl (BUILD_EXPORTS): Set CPPFLAGS.
3547         (EXTRA_BUILD_FLAGS): Correct typo.  Pass CPPFLAGS.
3548         (HOST_EXPORTS): Pass CPPFLAGS.
3549         (CPPFLAGS_FOR_BUILD, CPPFLAGS, CPPFLAGS_FOR_TARGET): Define.
3550         (LDFLAGS_FOR_TARGET): Initialize from configure script.
3551         (EXTRA_TARGET_FLAGS): Set CPPFLAGS.
3552         * Makefile.in, configure: Regenerated.
3553         * configure.ac: Set CPPFLAGS_FOR_TARGET, LDFLAGS_FOR_TARGET,
3554         and CPPFLAGS_FOR_BUILD.
3556 2008-11-06  Jeff Law  <law@redhat.com>
3558         * MAINTAINERS: Add myself as middle end maintainer.
3560 2008-11-06  Andrew Stubbs  <ams@codesourcery.com>
3562         * MAINTAINERS (Write after approval): Add myself.
3564 2008-11-05  Diego Novillo  <dnovillo@google.com>
3566         * MAINTAINERS (Global Reviewers): Add myself.
3567         (Non-Algorithmic Maintainers): Remove myself.
3569 2008-11-04  Thomas Schwinge  <tschwinge@gnu.org>
3571         * MAINTAINERS (Write after approval): Add myself.
3573 2008-10-31  Mikael Morin  <mikael.morin@tele2.fr>
3575         * MAINTAINERS (Write after approval): Add myself.
3577 2008-10-31  Ben Elliston  <bje@au.ibm.com>
3579         * configure.ac (spu-*-*): Remove special case.
3580         * configure: Regenerate.
3582 2008-10-30  Catherine Moore  <clm@codesourcery.com>
3584         * MAINTAINERS (Write after approval): Update my email address.
3586 2008-10-29  Stefan Schulze Frielinghaus  <xxschulz@de.ibm.com>
3588         * configure.ac [spu-*-*]: Do not set skipdirs.
3589         * configure: Re-generate.
3591 2008-10-29  Bernd Schmidt  <bernd.schmidt@analog.com>
3593         * MAINTAINERS (Various Maintainers): Add myself to reload.
3595 2008-10-25  Richard Guenther  <rguenther@suse.de>
3597         * MAINTAINERS (Various Maintainers): Add myself as middle-end
3598         maintainer.  Remove myself as libgcc-math maintainer.
3599         (Non-Algorithmic Maintainers): Remove myself.
3601 2008-10-24  Daniel Jacobowitz  <dan@codesourcery.com>
3603         * Makefile.tpl (HOST_EXPORTS): Correct CPPFLAGS typo.
3604         * Makefile.in: Regenerated.
3606 2008-10-23  Cary Coutant  <ccoutant@google.com>
3608         * MAINTAINERS (Write after approval): Add myself.
3610 2008-10-22  Daniel Jacobowitz  <dan@codesourcery.com>
3612         PR gdb/921
3613         PR gdb/1646
3614         PR gdb/2175
3615         PR gdb/2176
3617         * Makefile.def (flags_to_pass): Add CPPFLAGS_FOR_BUILD and CPPFLAGS.
3618         * Makefile.tpl (BUILD_EXPORTS): Set CPPFLAGS.
3619         (EXTRA_BUILD_FLAGS): Correct typo.  Pass CPPFLAGS.
3620         (HOST_EXPORTS): Pass CPPFLAGS.
3621         (CPPFLAGS_FOR_BUILD, CPPFLAGS, CPPFLAGS_FOR_TARGET): Define.
3622         (LDFLAGS_FOR_TARGET): Initialize from configure script.
3623         (EXTRA_TARGET_FLAGS): Set CPPFLAGS.
3624         * Makefile.in, configure: Regenerated.
3625         * configure.ac: Set CPPFLAGS_FOR_TARGET, LDFLAGS_FOR_TARGET,
3626         and CPPFLAGS_FOR_BUILD.
3628 2008-10-20  Sebastian Pop  <sebastian.pop@amd.com>
3630         * MAINTAINERS (Graphite Reviewers): Added Daniel Berlin and
3631         Sebastian Pop.
3633 2008-10-14  Antoniu Pop <antoniu.pop@gmail.com>
3635         * MAINTAINERS (Write After Approval): Added myself.
3637 2008-10-13  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
3639         * configure.ac (MPFR check): Bump minimum version to 2.3.0 and
3640         recommended version to 2.3.2.
3642         * configure: Regenerate.
3644 2008-10-01  Mark Mitchell  <mark@codesourcery.com>
3646         * MAINTAINERS (Blanket Write Privs): Change to Global Reviewers.
3648 2008-09-29  David Daney <david.daney@caviumnetworks.com>
3650         * MAINTAINERS (Write After Approval): Update e-mail address.
3652 2008-09-26  Peter O'Gorman  <pogma@thewrittenword.com>
3654         * libtool.m4: Update to libtool 2.2.6.
3655         * lt~obsolete.m4: Update to libtool 2.2.6.
3656         * ltmain.sh: Update to libtool 2.2.6.
3657         * ltsugar.m4: Update to libtool 2.2.6.
3658         * ltversion.m4: Update to libtool 2.2.6.
3659         * ltoptions.m4: Update to libtool 2.2.6.
3660         * ltgcc.m4: Update to match changes from libtool 2.2.6.
3662 2008-09-22  Chris Fairles  <cfairles@gcc.gnu.org>
3664         * MAINTAINERS (Write After Approval): Add myself.
3666 2008-09-22  Bernhard Reutner-Fischer  <aldot@gcc.gnu.org>
3668         * MAINTAINERS (Write After Approval): Update my name.
3670 2008-09-20  Steven Bosscher  <steven@gcc.gnu.org>
3672         * MAINTAINERS: Add myself in "Write After Approval".
3674 2008-09-18  Steve Ellcey  <sje@cup.hp.com>
3676         * MAINTAINERS: Add myself as ia64 maintainer.
3678 2008-09-04  Gerald Pfeifer  <gerald@pfeifer.com>
3680         * MAINTAINERS: Remove John Carr, Steve Chamberlain, Michael Chastain,
3681         Klaus Kaempf, Mumit Khan, Alan Lehotsky, Warren Levy, Don Lindsay,
3682         Dave Love, Alexandre Petit-Bianco, Clinton Popetz, Gavin Romig-Koch,
3683         and Michael Tiemann from Write After Approval since they do not
3684         actually have access.
3686 2008-09-05  Richard Guenther  <rguenther@suse.de>
3688         * configure.ac: Initialize clooglibs to -lcloog.
3689         * configure: Re-generate.
3691 2008-09-04  Le-Chun Wu  <lcwu@google.com>
3693         * MAINTAINERS (Write After Approval): Add myself.
3695 2008-09-03  Sebastian Pop  <sebastian.pop@amd.com>
3697         * configure.ac (--with-cloog-polylib): New.
3698         (--disable-cloog-version-check): New.
3699         (--disable-ppl-version-check): New.
3700         * configure: Re-generate.
3702 2008-09-03  Richard Guenther  <rguenther@suse.de>
3704         * configure.ac: Always pass -DCLOOG_PPL_BACKEND to the
3705         cloog test.
3706         * configure: Re-generate.
3708 2008-09-03  Hari Sandanagobalane  <hariharan@picochip.com>
3710         Add picoChip port.
3711         * MAINTAINERS: Add picoChip maintainers.
3713 2008-09-02  Sebastian Pop  <sebastian.pop@amd.com>
3714             Tobias Grosser  <grosser@fim.uni-passau.de>
3715             Jan Sjodin  <jan.sjodin@amd.com>
3716             Harsha Jagasia  <harsha.jagasia@amd.com>
3717             Dwarakanath Rajagopal  <dwarak.rajagopal@amd.com>
3718             Konrad Trifunovic  <konrad.trifunovic@inria.fr>
3719             Adrien Eliche  <aeliche@isty.uvsq.fr>
3721         Merge from graphite branch.
3722         * configure: Regenerate.
3723         * Makefile.in: Regenerate.
3724         * configure.ac (host_libs): Add ppl and cloog.
3725         Add checks for PPL and CLooG.
3726         * Makefile.def (ppl, cloog): Added modules and dependences.
3727         * Makefile.tpl (PPLLIBS, PPLINC, CLOOGLIBS, CLOOGINC): New.
3728         (HOST_PPLLIBS, HOST_PPLINC, HOST_CLOOGLIBS, HOST_CLOOGINC): New.
3730 2008-08-31  Aaron W. LaFramboise  <aaronavay62@aaronwl.com>
3732         * configure.ac (RPATH_ENVVAR): Use PATH on Windows.
3733         (GCC_SHLIB_SUBDIR): New.
3734         * Makefile.tpl (HOST_LIB_PATH_gcc): Use GCC_SHLIB_SUBDIR.
3735         * configure: Regenerate.
3736         * Makefile.in: Regenerate.
3738 2008-08-30  Gerald Pfeifer  <gerald@pfeifer.com>
3740         * MAINTAINERS: Consistently use tabs to separate columns.
3742 2008-08-29  Tristan Gingold  <gingold@adacore.com>
3744         * MAINTAINERS (Write after Approval): Add myself.
3746 2008-08-28  Tristan Gingold  <gingold@adacore.com>
3748         * configure.ac (powerpc-*-darwin*, i?86-*-darwin*,x86_64-*-darwin9):
3749         Enable bfd, binutils and opcodes.
3750         * configure: Regenerate.
3752 2008-08-27  John David Anglin  <dave.anglin@nrc-cnrc.gc.ca>
3754         * MAINTAINERS: Update my hppa and hpux entries.  Remove my vax entry.
3756 2008-08-23  Thomas Koenig  <tkoenig@gcc.gnu.org>
3758         * MAINTAINERS:  Use correct Umlaut for last name.
3760 2008-08-23  Francois-Xavier Coudert  <fxcoudert@gcc.gnu.org>
3762         * MAINTAINERS: Move myself from Reviewers to Write after Approval.
3764 2008-08-16  David Edelsohn  <edelsohn@gnu.org>
3766         * MAINTAINERS: Update my email address.
3768 2008-08-16  Nicolas Roche  <roche@adacore.com>
3770         * Makefile.tpl: Add BOOT_ADAFLAGS.
3771         * Makefile.in: Regenerate.
3773 2008-08-09  Richard Sandiford  <rdsandiford@googlemail.com>
3775         * configure.ac (mips*-*-*linux*, mips*-*-gnu*): Use mt-mips-gnu.
3776         * configure: Regenerate.
3778 2008-07-30  Paolo Bonzini  <bonzini@gnu.org>
3780         * configure.ac: Add makefile fragments for hpux.
3781         * Makefile.def (flags_to_pass): Add ADA_CFLAGS.
3782         * Makefile.tpl (HOST_EXPORTS): Pass ADA_CFLAGS.
3783         * configure: Regenerate.
3784         * Makefile.in: Regenerate.
3786 2008-07-28  Aldy Hernandez  <aldyh@redhat.com>
3788         * MAINTAINERS: Add Jakub and myself as gimple maintainers.
3790 2008-07-11  Dodji Seketeli  <dseketel@redhat.com>
3792         * MAINTAINERS (Write after Approval): Add myself.
3794 2008-07-02  Xuepeng Guo  <xuepeng.guo@intel.com>
3796         * MAINTAINERS (Write After Approval):  Add myself.
3798 2008-06-29  Andrew Jenner  <andrew@codesourcery.com>
3800         * MAINTAINERS (Write After Approval):  Add myself.
3802 2008-06-29  Krister Walfridsson  <krister.walfridsson@gmail.com>
3804         * MAINTAINERS: Update my email address.
3806 2008-06-25  Joey Ye  <joey.ye@intel.com>
3808         * MAINTAINERS (Write After Approval):  Add myself.
3810 2008-06-17  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
3812         * Makefile.tpl ($(srcdir)/configure): Update dependencies.
3813         * Makefile.in: Regenerate.
3814         * configure: Regenerate.
3816 2008-06-17  Daniel Kraft  <d@domob.eu>
3818         * MAINTAINERS (Write After Approval):  Add myself.
3820 2008-06-16  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
3822         * configure.ac: Set TOPLEVEL_CONFIGURE_ARGUMENTS early, when
3823         "$@" is still intact with both Autoconf 2.59 and 2.62.
3824         * configure: Regenerate.
3826 2008-06-16  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
3828         * Makefile.tpl: Fix comment errors.
3829         * Makefile.in: Regenerate.
3831 2008-06-12  David S. Miller  <davem@davemloft.net>
3832             David Edelsohn  <edelsohn@gnu.org>
3834         * configure.ac: Add powerpc*-*-* to gold supported targets.
3835         * configure: Regenerate.
3837 2008-06-08  Joseph Myers  <joseph@codesourcery.com>
3839         PR tree-optimization/36218
3840         * Makefile.def (flags_to_pass): Add LDFLAGS_FOR_BUILD.
3841         * Makefile.tpl (EXTRA_BUILD_FLAGS): Define.
3842         (all prefix="build-"): Pass them to build-system sub-makes.
3843         * Makefile.in: Regenerate.
3845 2008-06-07  Joseph Myers  <joseph@codesourcery.com>
3847         * MAINTAINERS (mt port): Remove.
3848         (sco5, unixware, sco udk): Remove.
3849         (Kean Johnston): Add to Write After Approval.
3851 2008-05-30  Julian Brown  <julian@codesourcery.com>
3853         * configure.ac (arm*-*-linux-gnueabi): Don't disable building
3854         of libobjc for ARM EABI Linux.
3855         * configure: Regenerate.
3857 2008-05-18  Xinliang David Li   <davidxl@google.com>
3859         * ChangeLog: Remove wrong ChangeLog entry.
3861 2008-05-17  Xinliang David Li   <davidxl@google.com>
3863         * MAINTAINERS (Write After Approval): Add myself.
3865 2008-05-15  Janus Weil  <janus@gcc.gnu.org>
3867         * MAINTAINERS (Write After Approval): Add myself.
3869 2008-05-14  Rafael Espíndola  <espindola@google.com>
3871         * config-ml.in: don't handle --enable-shared and --enable-static.
3873 2008-05-10  Richard Sandiford  <rdsandiford@googlemail.com>
3875         * MAINTAINERS: Update my email address.
3877 2008-05-10  Paolo Carlini  <paolo.carlini@oracle.com>
3879         * MAINTAINERS: Update my email address.
3881 2008-05-03  Kris Van Hees  <kris.van.hees@oracle.com>
3883         * MAINTAINERS (Write After Approval): Add myself.
3885 2008-04-28  Gabriele Svelto  <gabriele.svelto@st.com>
3887         * MAINTAINERS (Write After Approval): Add myself.
3889 2008-04-25  Pompapathi V Gadad  <Pompapathi.V.Gadad@nsc.com>
3891         * MAINTAINERS (crx): Add myself.
3893 2008-04-18  Paolo Bonzini  <bonzini@gnu.org>
3895         Sync with src:
3896         2008-04-14  David S. Miller  <davem@davemloft.net>
3898         * configure.ac: Add sparc*-*-* to gold supported targets.
3899         * configure: Regenerate.
3901 2008-04-18  Paolo Bonzini  <bonzini@gnu.org>
3903         PR bootstrap/35457
3904         * configure.ac: Include override.m4.
3905         * configure: Regenerate.
3907 2008-04-18  Paolo Bonzini  <bonzini@gnu.org>
3909         * Makefile.tpl (restrap): Call `make all' using double-colon rules.
3910         * Makefile.in: Regenerate.
3912 2008-04-18  M R Swami Reddy  <MR.Swami.Reddy@nsc.com>
3914         * configure.ac (cr16-*-*): Add case for cr16 target and include gdb
3915         as nonconfigurable directories list.
3916         * configure: Regenerate.
3918 2008-04-14  Ben Elliston  <bje@au.ibm.com>
3920         * config.sub, config.guess: Update from upstream sources.
3922 2008-04-12  Hans-Peter Nilsson  <hp@axis.com>
3924         * Makefile.tpl <gcc>: Error early unless at least GNU make 3.80.
3925         * Makefile.in: Regenerate.
3927 2008-04-11  Eric B. Weddington  <eweddington@cso.atmel.com>
3929         * configure.ac: Do not build libssp for the AVR.
3930         * configure: Regenerate.
3932 2008-04-07  Ian Lance Taylor  <iant@google.com>
3934         * Makefile.def: check-gold depends upon all-binutils.
3935         * Makefile.in: Regenerate.
3937 2008-04-04  Andy Hutchinson  <hutchinsonandy@aim.com>
3939         * MAINTAINERS (Write After Approval): Add myself.
3941 2008-04-04  Nick Clifton  <nickc@redhat.com>
3943         PR binutils/4334
3944         * configure.ac: Run ACX_CHECK_CYGWIN_CAT_WORKS for cygwin hosted
3945         builds.
3946         * configure: Regenerate.
3948 2008-04-04  NightStrike  <NightStrike@gmail.com>
3950         PR other/35151
3951         * configure.ac: Combine rules for mingw32 and mingw64.
3952         * configure: Regenerate.
3954 2008-04-02  Kai Tietz  <kai.tietz@onvision.com>
3956         * MAINTAINERS (Write After Approval): Add myself.
3958 2008-04-01  Seongbae Park  <seongbae.park@gmail.com>
3960         * Makefile.tpl (.NOTPARALLEL): Revert previous change.
3961         * Makefile.in (.NOTPARALLEL): Ditto.
3963 2008-04-01  Peter O'Gorman  <pogma@thewrittenword.com>
3965         * MAINTAINERS (Write After Approval): Add myself.
3967 2008-03-31  Seongbae Park  <seongbae.park@gmail.com>
3969         * Makefile.tpl (.NOTPARALLEL): Serialize stageprofile libiberty.
3970         * Makefile.in (.NOTPARALLEL): Regenerate.
3972 2008-03-27  Paolo Bonzini  <bonzini@gnu.org>
3974         * Makefile.tpl (PICFLAG, PICFLAG_FOR_TARGET): Remove.
3975         * Makefile.in: Regenerate.
3977 2008-03-26  Jakub Staszak  <kuba@et.pl>
3979         * MAINTAINERS (Write After Approval): Add myself.
3981 2008-03-23  Thomas Koenig  <tkoenig@gcc.gnu.org>
3983         * MAINTAINERS:  Update e-mail address.
3985 2008-03-20  Ian Lance Taylor  <iant@google.com>
3987         * configure.ac: Add support for --enable-gold.
3988         * Makefile.def: Add gold as a directory like ld.
3989         * configure, Makefile.in: Regenerate.
3991 2008-03-16  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
3993         * configure.ac: m4_include config/proginstall.m4.
3994         * configure: Regenerate.
3996         Backport from upstream Libtool:
3998         2007-10-12  Eric Blake  <ebb9@byu.net>
4000         Deal with Autoconf 2.62's semantic change in m4_append.
4001         * ltsugar.m4 (lt_append): Replace broken versions of
4002         m4_append.
4003         (lt_if_append_uniq): Don't require separator to be overquoted,
4004         and avoid broken m4_append.
4005         (lt_dict_add): Fix typo.
4006         * libtool.m4 (_LT_DECL): Don't overquote separator.
4008 2008-03-13  David Edelsohn  <edelsohn@gnu.org>
4010         * config.rpath: Add AIX 6 support.
4012 2008-03-13  Paolo Bonzini  <bonzini@gnu.org>
4014         * Makefile.def (stageprofile).  Remove -fprofile-generate
4015         from stage_libcflags.
4016         * Makefile.in: Regenerate.
4018 2008-03-13  Ben Elliston  <bje@au.ibm.com>
4020         * config.sub, config.guess: Update from upstream sources.
4022 2008-03-06  Tom Tromey  <tromey@redhat.com>
4024         * MAINTAINERS: Update for treelang deletion.
4026 2008-03-03  James E. Wilson  <wilson@tuliptree.org>
4028         * MAINTAINERS: Update my email address.
4030 2008-03-03  Stan Shebs  <stanshebs@earthlink.net>
4032         * MAINTAINERS (darwin port): Add myself as a maintainer.
4033         (objective-c/c++): Add myself as a maintainer.
4035 2008-03-03  Volker Reichelt  <v.reichelt@netcologne.de>
4037         * MAINTAINERS (Write After Approval): Update my email address.
4039 2008-02-25  Tomas Bily  <tbily@suse.cz>
4041         * MAINTAINERS (Write After Approval): Add myself.
4043 2008-02-23  Jakub Jelinek  <jakub@redhat.com>
4045         * MAINTAINERS (OpenMP): Add myself.
4047 2008-02-20  Paolo Bonzini  <bonzini@gnu.org>
4049         PR bootstrap/32009
4050         PR bootstrap/32161
4052         * configure.ac (CFLAGS_FOR_TARGET, CXXFLAGS_FOR_TARGET): Compute here.
4053         * configure: Regenerate.
4055         * Makefile.def: Define stage_libcflags for all bootstrap stages.
4056         * Makefile.tpl (BOOT_LIBCFLAGS, STAGE2_LIBCFLAGS, STAGE3_LIBCFLAGS,
4057         STAGE4_LIBCFLAGS): New.
4058         (CFLAGS_FOR_TARGET, CXXFLAGS_FOR_TARGET): Subst from autoconf, without
4059         $(SYSROOT_CFLAGS_FOR_TARGET) and $(DEBUG_PREFIX_CFLAGS_FOR_TARGET).
4060         (BASE_TARGET_EXPORTS): Append them here to C{,XX}FLAGS.
4061         (EXTRA_TARGET_FLAGS): Append them here to {LIB,}C{,XX}FLAGS.
4062         (configure-stage[+id+]-[+prefix+][+module+]): Pass stage_libcflags
4063         for target modules.  Don't export LIBCFLAGS.
4064         (all-stage[+id+]-[+prefix+][+module+]): Pass stage_libcflags; pass
4065         $(BASE_FLAGS_TO_PASS) where [+args+] was passed, and [+args+] after
4066         the overridden CFLAGS_FOR_TARGET and CXXFLAGS_FOR_TARGET.
4067         (invocations of `all'): Replace $(TARGET_FLAGS_TO_PASS) with
4068         $(EXTRA_TARGET_FLAGS), $(FLAGS_TO_PASS) with $(EXTRA_HOST_FLAGS).
4069         * Makefile.in: Regenerate.
4071 2008-02-16  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
4073         PR libgcj/33085
4074         * libtool.m4 (_LT_COMPILER_PIC) [ mingw, cygwin ] <GCJ>:
4075         Do not use -DDLL_EXPORT.  Backport from upstream.
4077 2008-02-13  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
4079         * MAINTAINERS (Write After Approval): Add myself.
4081 2008-02-02  Hans-Peter Nilsson  <hp@axis.com>
4083         * configure.ac: Enable fortran for cris-*-elf and crisv32-*-elf.
4084         * configure: Regenerate.
4086 2008-01-31  Marc Gauthier  <marc@tensilica.com>
4088         * configure.ac (xtensa*-*-*): Recognize processor variants.
4089         * configure: Regenerate.
4091 2008-01-30  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
4093         PR bootstrap/34922
4094         * configure.ac (PARSE_ARGS): Push suitable setting of
4095         ac_subdirs_all, for `./configure --help=recursive'.
4096         Handle `+' in generic toplevel directory disabling.
4097         * configure: Regenerate.
4099 2008-01-28  Nick Clifton  <nickc@redhat.com>
4101         * MAINTAINERS (xstormy16): Take over maintainership.
4103 2008-01-25  Joseph Myers  <joseph@codesourcery.com>
4105         * MAINTAINERS (c4x port): Remove.
4107 2008-01-24  David Edelsohn  <edelsohn@gnu.org>
4109         * libtool.m4: Backport AIX 6 support from ToT Libtool.
4111 2008-01-23  Ben Elliston  <bje@au.ibm.com>
4113         * config.sub, config.guess: Update from upstream sources.
4115 2008-01-22  Tobias Grosser  <grosser@fim.uni-passau.de>
4117         * MAINTAINERS (Write After Approval): Add myself.
4119 2008-01-17  H.J. Lu  <hjl.tools@gmail.com>
4121         * MAINTAINERS: Update my email address.
4123 2008-01-09  Raksit Ashok  <raksit@google.com>
4125         * MAINTAINERS (Write After Approval): Add myself.
4127 2008-01-09  Raksit Ashok  <raksit@google.com>
4129         * MAINTAINERS (Write After Approval): Add myself.
4131 2008-01-08  Ben Elliston  <bje@au.ibm.com>
4133         * config.sub, config.guess: Update from upstream sources.
4135 2007-12-17  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
4137         * configure.ac: Change required MPFR from 2.2.0 -> 2.2.1.
4138         Change recommended MPFR from 2.2.1 -> 2.3.0.
4139         * configure: Regenerate.
4141 2007-12-15  Sebastian Pop  <sebastian.pop@amd.com>
4143         * MAINTAINERS: Update my email address.
4145 2007-12-15  Bernhard Fischer  <aldot@gcc.gnu.org>
4147         * MAINTAINERS: Update my email address.
4149 2007-12-13  Richard Sandiford  <rsandifo@nildram.co.uk>
4151         * Makefile.tpl (CFLAGS_FOR_TARGET): Add -g.
4152         (CXXFLAGS_FOR_TARGET): Add -O2 -g.
4153         * Makefile.in: Regenerate.
4155 2007-12-10  Mark Heffernan  <meheff@google.com>
4157         * MAINTAINERS (Write After Approval): Add myself and alphabetize two
4158         misplaced entries.
4160 2007-12-10  Andreas Tobler  <a.tobler@schweiz.org>
4162         * configure.ac: Enable libjava for x86_64-*-darwin9.
4163         * configure: Regenerate.
4165 2007-12-07  Bill Maddox  <maddox@google.com>
4167         * MAINTAINERS (Write After Approval): Add myself.
4169 2007-12-05  Ben Elliston  <bje@au.ibm.com>
4171         * config.sub, config.guess: Update from upstream sources.
4173 2007-12-02  Matthias Klose  <doko@ubuntu.com>
4175         * config-ml.in: Remove 64bit configure tests.
4177 2007-11-28  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
4179         * config-ml.in: Robustify against white space in absolute file
4180         names.
4182         * config-ml.in (multi-clean): Substitute ${Makefile}.
4183         Remove superfluous ${Makefile} in list.
4185 2007-11-19  Thiemo Seufer  <ths@mips.com>
4187         * config-ml.in: Don't hardcode the Makefile name.
4189 2007-11-08  Alexander Monakov  <amonakov@ispras.ru>
4191         * MAINTAINERS (Write After Approval): Add myself.
4193 2007-11-07  Samuel Tardieu  <sam@rfc1149.net>
4195         * MAINTAINERS (Write After Approval): Add myself.
4197 2007-11-06  Doug Kwan  <dougkwan@google.com>
4199         * MAINTAINERS (Write After Approval): Add myself.
4201 2007-10-25  Ben Elliston  <bje@au.ibm.com>
4203         * MAINTAINERS (mercury): Remove entry.
4204         (Write After Approval): Add Fergus Henderson <fjh@cs.mu.oz.au>.
4206 2007-10-23  Daniel Jacobowitz  <dan@codesourcery.com>
4208         * Makefile.def (dependencies): Make configure-gdb depend on
4209         all-intl.
4210         * Makefile.in: Regenerated.
4212 2007-10-22  Steven G. Kargl  <kargl@gcc.gnu.org>
4214         * MAINTAINERS (Fortran maintainer): Remove myself.
4216 2007-10-15  Patrick Mansfield  <patmans@us.ibm.com>
4218         * Makefile.def: To avoid problems running with parallel makes,
4219         build newlib before libgloss so that target specific header
4220         files are availble.
4221         * Makefile.in: Regenerate
4223 2007-10-11  Daniel Jacobowitz  <dan@codesourcery.com>
4225         * Makefile.def (dependencies): Add all-gdb -> all-libdecnumber.
4226         * Makefile.in: Regenerate.
4228 2007-10-09  Vladimir Makarov  <vmakarov@redhat.com>
4230         * MAINTAINERS (Register allocation reviewer): Add myself.
4232 2007-10-08  Mike Frysinger  <vapier@gentoo.org>
4234         * configure.ac (CFLAGS_FOR_BUILD, CXXFLAGS_FOR_BUILD,
4235         LDFLAGS_FOR_BUILD): Default them to host flags only for $host = $build.
4236         Set default CXXFLAGS_FOR_BUILD to CXXFLAGS, not CFLAGS.  Set default
4237         LDFLAGS_FOR_BUILD to LDFLAGS, not CFLAGS.
4238         * configure: Regenerate.
4240 2006-10-04  Seongbae Park  <seongbae.park@gmail.com>
4242         * MAINTAINERS (Register allocation reviewer): Add myself.
4244 2007-10-01  Paolo Bonzini  <bonzini@gnu.org>
4246         * Makefile.tpl (AR_FOR_BUILD, AS_FOR_BUILD, CXX_FOR_BUILD,
4247         DLLTOOL_FOR_BUILD, GCJ_FOR_BUILD, GFORTRAN_FOR_BUILD,
4248         LDFLAGS_FOR_BUILD, LD_FOR_BUILD, NM_FOR_BUILD, RANLIB_FOR_BUILD,
4249         WINDMC_FOR_BUILD, WINDRES_FOR_BUILD): Use autoconf substitutions.
4250         * configure.ac: Default them to host tools for $host = $build.
4251         Subst them.
4253         * configure: Regenerate.
4254         * Makefile.in: Regenerate.
4256 2006-09-24  Peter Bergner  <bergner@vnet.ibm.com>
4258         * MAINTAINERS (Register allocation reviewer): Add myself.
4260 2006-09-24  Kenneth Zadeck  <zadeck@naturalbridge.com>
4262         * MAINTAINERS (Register allocation reviewer): Add myself.
4264 2007-09-21  Seongbae Park  <seongbae.park@gmail.com>
4266         * MAINTAINERS (Write After Approval): Fix typo.
4268 2007-09-20  Richard Sandiford  <rsandifo@nildram.co.uk>
4270         * configure.ac (mipsisa*-*-elfoabi*): New stanza.
4271         * configure: Regenerate.
4273 2007-09-20  Paul Jarc  <prj-bugzilla-gcc@multivac.cwru.edu>
4275         PR bootstrap/31906
4276         * libtool-ldflags: Don't prefix arguments with -Xcompiler if
4277         they're already prefixed.
4279 2007-09-19  Benjamin Kosnik  <bkoz@redhat.com>
4281         * configure.ac (TOPLEVEL_CONFIGURE_ARGUMENTS): Move libgomp before
4282         libstdc++.
4283         * Makefile.def: Add libgomp config as a maybe dependency for libstdc++.
4284         * configure: Regenerate.
4285         * Makefile.in: Regenerate.
4287 2007-09-17  Andreas Schwab  <schwab@suse.de>
4289         * configure.ac: Raise minimum makeinfo version to 4.6.
4290         * configure: Regenerate.
4292 2007-09-17  Johannes Singler  <singler@ira.uka.de>
4294         * MAINTAINERS (write-after-approval) add myself
4296 2007-09-15  Alan Modra  <amodra@bigpond.net.au>
4298         * configure.ac: Correct makeinfo version check.
4299         * configure: Regenerate.
4301 2007-09-14  Richard Sandiford  <rsandifo@nildram.co.uk>
4303         * MAINTAINERS: Update my email address.
4305 2007-09-14  Richard Sandiford  <richard@codesourcery.com>
4307         * configure.ac (mips*-sde-elf*): New stanza.  Add target-libiberty
4308         to $skipdirs and only disable gprof for newlib.  Use the normal
4309         mips*-elf* handling in other respects.
4310         * configure: Regnerate.
4312 2007-09-12  David Daney  <ddaney@avtrex.com>
4314         * configure.ac: Remove mips64*-*-linux* noconfigdirs section, thus
4315         enabling libgcj.
4316         * configure: Regenerate.
4318 2007-09-10  Rask Ingemann Lambertsen  <rask@sygehus.dk>
4320         PR other/32154
4321         * configure.ac: For libgloss targets, point the linker to the linker
4322         script, startup code and simulator library.
4323         * configure: Regenerate.
4325 2007-09-07  Andrew Haley  <aph@redhat.com>
4327         * configure.ac (noconfigdirs): Remove target-libffi and
4328         target-libjava.
4329         * configure: Regenerate.
4331 2007-09-06  Francois-Xavier Coudert  <fxcoudert@gcc.gnu.org>
4333         PR target/33281
4334         * configure.ac: Use config/mh-mingw on mingw.
4335         * configure: Regenerate.
4337 2007-09-05  Pat Haugen  <pthaugen@us.ibm.com>
4339         * MAINTAINERS (Write After Approval): Add myself.
4341 2007-09-05  Richard Guenther  <rguenther@suse.de>
4343         * configure.ac (--enable-stage1-checking): If neither --enable-checking
4344         nor --disable-checking is provided also turn on yes and types
4345         checking for stage1.
4346         * configure: Re-generate.
4348 2007-08-30  Krister Walfridsson  <cato@df.lth.se>
4350         * MAINTAINERS (OS Port Maintainers): Add myself as NetBSD maintainer.
4351         (Write After Approval): Remove myself.
4353 2007-08-29  Nick Clifton  <nickc@redhat.com>
4355         * config.sub, config.guess: Update from upstream sources.
4357 2007-08-22  Bud Davis  <jmdavis@link.com>
4359         * MAINTAINERS (Write After Approval): Added myself.
4360         * MAINTAINERS (Reviewers): Removed myself.
4362 2007-08-18  Paul Brook  <paul@codesourcery.com>
4363             Joseph Myers  <joseph@codesourcery.com>
4365         * Makefile.tpl (DEBUG_PREFIX_CFLAGS_FOR_TARGET): New.
4366         (CFLAGS_FOR_TARGET, CXXFLAGS_FOR_TARGET): Include it.
4367         * Makefile.in: Regenerate.
4368         * configure.ac (--with-debug-prefix-map): New.
4369         * configure: Regenerate.
4371 2007-08-17  Richard Sandiford  <richard@codesourcery.com>
4372             Nigel Stephens  <nigel@mips.com>
4374         * configure.ac (mips*-sde-elf*): New stanza.  Use config/mt-sde
4375         as target_makefile_frag.
4376         * configure: Regenerate.
4378 2007-08-16  Alexandre Oliva  <aoliva@redhat.com>
4380         * Makefile.def (STAGE2_CFLAGS, STAGE3_CFLAGS, STAGE4_CFLAGS):
4381         Add to flags_to_pass.  Adjust uses of BOOT_CFLAGS.
4382         (bootstrap2-debug, bootstrap-debug): New bootstrap stages.
4383         * Makefile.tpl (STAGE2_CFLAGS, STAGE3_CFLAGS, STAGE4_CFLAGS): New.
4384         (do-compare, do-compare3, do-compare-debug): New.
4385         ([+compare-target+]): Use them.
4387 2007-08-14  Maxim Kuvyrkov  <maxim@codesourcery.com>
4389         * MAINTAINERS (Write After Approval): Change my email address.
4391 2007-08-13  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
4392             Ben Elliston  <bje@au.ibm.com>
4394         * configure.ac (TOPLEVEL_CONFIGURE_ARGUMENTS, baseargs): Pass
4395         --silent if $silent.
4396         * configure: Regenerate.
4398 2003-08-12  Zdenek Dvorak  <ook@ucw.cz>
4400         * MAINTAINERS (Various Maintainers): Add myself as
4401         loop infrastructure maintainer.  Update my e-mail
4402         address.
4404 2007-07-31  Diego Novillo  <dnovillo@google.com>
4406         * MAINTAINERS (Reviewers): Rename from Non-Autopoiesis.
4407         Adjust description.
4409 2007-07-26  Richard Guenther  <rguenther@suse.de>
4411         * configure.ac: Add types checking to stage1 checking flags.
4412         * configure: Regenerate.
4414 2007-07-17  Nick Clifton  <nickc@redhat.com>
4416         * COPYING3: New file.  Contains version 3 of the GNU General
4417         Public License.
4418         * COPYING3.LIB: New file.  Contains version 3 of the GNU
4419         Lesser General Public License.
4421 2007-07-16  Andreas Krebbel  <krebbel1@de.ibm.com>
4423         * MAINTAINERS (S/390 port maintainer): Remove my co-maintainer tag.
4425 2007-07-16  Andreas Krebbel  <krebbel1@de.ibm.com>
4427         * MAINTAINERS (S/390 co-maintainer): Add myself.
4428         (Write After Approval): Remove myself.
4430 2007-07-13  Dan Hipschman  <dsh@google.com>
4432         * MAINTAINERS (Write After Approval): Add myself.
4434 2007-07-11  Nick Clifton  <nickc@redhat.com>
4436         * Makefile.tpl (BUILD_EXPORTS): Escape the newline at the end of the
4437         WINDRES export.
4438         * Makefile.in: Regenerate.
4440 2007-07-05  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
4442         * MAINTAINERS (OS Port Maintainers): Add myself as IRIX, Tru64 UNIX
4443         maintainer.
4445 2007-07-05  H.J. Lu  <hongjiu.lu@intel.com>
4447         * lt~obsolete.m4: New. Import from 20070318 libtool.
4449 2007-07-03  Julian Brown  <julian@codesourcery.com>
4451         * MAINTAINERS (Write After Approval): Add myself.
4453 2007-07-03  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
4455         * configure.ac: Rewrite 'configure --help' strings to look nicer.
4456         * configure: Regenerate.
4458 2007-07-03  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
4460         * configure.ac: Add some missing m4 quotation.
4461         * configure: Regenerate.
4463 2007-07-02  Simon Baldwin  <simonb@google.com>
4465         * MAINTAINERS (Write After Approval): Add myself.
4467 2007-07-02  Paolo Bonzini  <bonzini@gnu.org>
4469         * configure: Regenerate.
4471 2007-07-02  Kai Tietz   <kai.tietz@onevision.com>
4473         * Makefile.def: Add windmc tool to build.
4474         * Makefile.tpl: Likewise.
4475         * configure.ac: Likewise.
4476         * Makefile.in: Regenerate.
4477         * configure: Regenerate.
4479 2007-06-28  DJ Delorie  <dj@redhat.com>
4481         * configure.ac (arm*-*-linux-gnueabi): Don't build libgloss if we're
4482         not building newlib.
4483         * configure: Regenerated.
4485 2007-06-28  Jan Sjodin  <jan.sjodin@amd.com>
4487         * MAINTAINERS (Write After Approval): Add myself.
4489 2007-06-25  Martin Michlmayr  <tbm@cyrius.com>
4491         * MAINTAINERS (Write After Approval): Add myself.
4493 2007-06-19  Chris Matthews  <chrismatthews@google.com>
4495         * MAINTAINERS (Write After Approval): Add myself.
4497 2007-06-19  Rask Ingemann Lambertsen  <rask@sygehus.dk>
4499         * MAINTAINERS (Write After Approval): Add myself.
4501 2007-06-18  Daniel Jacobowitz  <dan@codesourcery.com>
4503         * Makefile.def: Add dependency from configure-gdb to all-bfd.
4504         * Makefile.in: Regenerated.
4506 2007-06-14  Bernd Schmidt  <bernd.schmidt@analog.com>
4508         * configure.ac: Don't add target-libmudflap to noconfigdirs for
4509         bfin*-*-uclinux* targets.
4510         * configure: Regenerate.
4512 2007-06-14  Ian Lance Taylor  <iant@google.com>
4514         * MAINTAINERS: Add myself as non-algorithmic global write
4515         maintainer.
4517 2007-06-14  Diego Novillo  <dnovillo@google.com>
4519         * MAINTAINERS: Add self as middle-end maintainer and
4520         non-algorithmic global write maintainer.
4522 2007-06-14  Francois-Xavier Coudert  <fxcoudert@gcc.gnu.org>
4524         * MAINTAINERS: Change spelling from "fortran 95" to "Fortran".
4525         Move all Fortran maintainers except Paul Brook into the
4526         Non-Autopoiesis section.
4528 2007-06-14  Paolo Bonzini  <bonzini@gnu.org>
4530         * Makefile.tpl (cleanstrap): Don't delete the toplevel Makefile.
4531         (distclean-stage[+id+]): Possibly delete stage_last.
4532         * Makefile.in: Regenerate.
4534 2007-06-12  Seongbae Park  <seongbae.park@gmail.com>
4536         * MAINTAINERS (Various Maintainer): Fix typo.
4538 2007-06-11  Paolo Bonzini  <bonzini@gnu.org>
4540         * MAINTAINERS (Various Maintainer): Add myself as
4541         dataflow maintainer.
4543 2007-06-07  Ben Elliston  <bje@au.ibm.com>
4545         * config.sub, config.guess: Update from upstream sources.
4547 2007-06-07  Ben Elliston  <bje@au.ibm.com>
4549         * Makefile.tpl: Fix spelling error.
4550         * Makefile.in: Regenerate.
4552 2007-06-01  Steve Ellcey  <sje@cup.hp.com>
4554         * libtool.m4 (LT_CMD_MAX_LEN): Try using getconf to set
4555         lt_cv_sys_max_cmd_len.
4557 2007-05-31  Dorit Nuzman   <dorit@il.ibm.com>
4559         * MAINTAINERS (Various Maintainers): Add myself as
4560         auto-vectorizer maintainer.
4562 2003-05-31  Paolo Bonzini  <bonzini@gnu.org>
4564         PR libjava/32098
4565         * libtool.m4: Revert previous change.
4566         * ltgcc.m4: Put it here.
4568 2003-05-30  Zdenek Dvorak  <dvorakz@suse.cz>
4570         * MAINTAINERS (Various Maintainers): Add myself as
4571         auto-vectorizer maintainer.
4573 2007-05-30  H.J. Lu  <hongjiu.lu@intel.com>
4575         PR libjava/32098
4576         * libtool.m4 (_LT_LANG_GCJ_CONFIG): Use gcc to test gcj features.
4578 2007-05-30  Richard Guenther  <rguenther@suse.de>
4580         * MAINTAINERS (Various Maintainers): Add myself as
4581         auto-vectorizer maintainer.
4583 2007-05-30  Jakub Jelinek  <jakub@redhat.com>
4585         PR bootstrap/29382
4586         * configure.ac: Don't use -fkeep-inline-functions for GCC < 3.3.1.
4587         * configure: Rebuilt.
4589 2007-05-28  Roberto Costa  <robsettantasei@gmail.com>
4591         * MAINTAINERS (Write After Approval): Removed my name.
4593 2007-05-25  Steven Bosscher  <steven@gcc.gnu.org>
4595         * MAINTAINERS (Write After Approval): Remove myself.
4597 2007-05-25  Andreas Tobler  <a.tobler@schweiz.org>
4599         * ltmain.sh: Fix Darwin verstring, remove ${wl}.
4601 2007-05-23  Steve Ellcey  <sje@cup.hp.com>
4603         * ltmain.sh: Update from ToT Libtool.
4604         * libtool.m4: Update from ToT Libtool.
4605         * ltsugar.m4: New. Update from ToT Libtool.
4606         * ltversion.m4: New. Update from ToT Libtool.
4607         * ltoptions.m4: New. Update from ToT Libtool.
4608         * ltconfig: Remove.
4609         * ltcf-c.sh: Remove.
4610         * ltcf-cxx.sh: Remove.
4611         * ltcf-gcj.sh: Remove.
4613 2007-05-22  Ollie Wild  <aaw@google.com>
4615         * MAINTAINERS (Write After Approval): Add myself.
4617 2007-05-16  Paolo Bonzini  <bonzini@gnu.org>
4619         * Makefile.def (bootstrap_stage): Replace stage_make_flags with
4620         stage_cflags.
4621         * Makefile.tpl (POSTSTAGE1_HOST_EXPORTS, POSTSTAGE1_FLAGS_TO_PASS):
4622         Remove CFLAGS/LIBCFLAGS.
4623         (configure-stage[+id+]-[+prefix+][+module+],
4624         all-stage[+id+]-[+prefix+][+module+]): Pass it from [+stage_cflags+].
4625         * Makefile.in: Regenerate.
4627 2007-05-15  Diego Novillo  <dnovillo@google.com>
4629         * MAINTAINERS: Update e-mail address.
4631 2007-05-15  Revital Eres  <eres@il.ibm.com>
4633         * MAINTAINERS (Write After Approval): Add myself.
4635 2007-05-14  Roberto Costa  <robsettantasei@gmail.com>
4637         * MAINTAINERS (Write After Approval): Updated my address.
4639 2007-05-14  Thomas Neumann  <tneumann@users.sourceforge.net>
4641         * MAINTAINERS (Write After Approval): Add myself.
4643 2007-05-11  Silvius Rus  <rus@google.com>
4645         * MAINTAINERS (Write After Approval): Add myself.
4647 2007-04-23  Tom Tromey  <tromey@redhat.com>
4649         * MAINTAINERS: Added myself as non-algorithmic libcpp maintainer.
4651 2007-04-22  Mark Mitchell  <mark@codesourcery.com>
4653         * MAINTAINERS (cpplib): Rename to ...
4654         (libcpp): ... this.  Add C/C++ front end maintainers.
4656 2007-04-14  Steve Ellcey  <sje@cup.hp.com>
4658         * config-ml.in: Pass ${ml_config_env} to configure calls.
4660 2007-04-04  Christian Bruel  <christian.bruel@st.com>
4662         * MAINTAINERS (Write After Approval): Add myself.
4664 2007-04-02  Dave Korn  <dave.korn@artimi.com>
4666         * MAINTAINERS (Write After Approval): Add myself.
4668 2007-03-31  Tobias Burnus  <burnus@net-b.de>
4670         * MAINTAINERS (fortran 95 front end): Add myself.
4672 2007-03-28  Dwarakanath Rajagopal  <dwarak.rajagopal@amd.com>
4674         * MAINTAINERS (Write After Approval): Add myself.
4676 2007-03-24  Ayal Zaks  <zaks@il.ibm.com>
4678         * MAINTAINERS (Modulo Scheduler): Add myself.
4680 2007-03-23  Brooks Moses  <brooks.moses@codesourcery.com>
4682         * MAINTAINERS (fortran 95 front end): Add myself.
4683         (c++ front end): whitespace fix.
4685 2007-03-22  Nathan Froyd  <froydnj@codesourcery.com>
4687         * MAINTAINERS (Write After Approval): Add myself.
4689 2007-03-21  Richard Sandiford  <richard@codesourcery.com>
4691         * configure.ac (TOPLEVEL_CONFIGURE_ARGUMENTS): Fix m4 quoting
4692         of glob.  Quote arguments with single quotes too.
4693         * configure: Regenerate.
4695 2007-03-12  Brooks Moses  <brooks.moses@codesourcery.com>
4697         * Makefile.def (fixincludes): Remove unneeded "missing" lines.
4698         * Makefile.in: Regenerate
4700 2007-03-07  Andreas Schwab  <schwab@suse.de>
4702         * configure: Regenerate.
4704 2007-03-01  Brooks Moses  <brooks.moses@codesourcery.com>
4706         * configure.ac: Add "--with-pdfdir" configure option,
4707         which defines pdfdir variable.
4708         * Makefile.def (target=fixincludes): Add install-pdf to
4709         missing targets.
4710         (recursive_targets): Add install-pdf target.
4711         (flags_to_pass): Add pdfdir.
4712         * Makefile.tpl: Add pdfdir handling, add do-install-pdf
4713         target.
4714         * configure: Regenerate
4715         * Makefile.in: Regenerate
4717 2007-02-28  Eric Christopher  <echristo@apple.com>
4719         Revert:
4720         2006-12-07  Mike Stump  <mrs@apple.com>
4722         * Makefile.def (dependencies): Add dependency for
4723         install-target-libssp and install-target-libgomp on
4724         install-gcc.
4725         * Makefile.in: Regenerate.
4727 2007-02-27  Matt Kraai  <kraai@ftbfs.org>
4729         * configure: Regenerate.
4730         * configure.ac: Move statements after variable declarations.
4732 2007-02-19  Kaz Kojima  <kkojima@gcc.gnu.org>
4734         * MAINTAINERS: Add myself as sh maintainer.
4736 2007-02-19  Joseph Myers  <joseph@codesourcery.com>
4738         * configure.ac: Adjust for loop syntax.
4739         * configure: Regenerate.
4741 2007-02-18  Alexandre Oliva  <aoliva@redhat.com>
4743         * configure: Rebuilt.
4745 2007-02-18  Alexandre Oliva  <aoliva@redhat.com>
4747         * configure.ac: Drop multiple occurrences of --enable-languages,
4748         and fix its quoting.
4749         * configure: Rebuilt.
4751 2007-02-17  Mark Mitchell  <mark@codesourcery.com>
4752             Nathan Sidwell  <nathan@codesourcery.com>
4753             Vladimir Prus  <vladimir@codesourcery.com>
4754             Joseph Myers  <joseph@codesourcery.com>
4756         * configure.ac (TOPLEVEL_CONFIGURE_ARGUMENTS): Fix quoting.
4757         * configure: Regenerate.
4759 2007-02-14  Gerald Pfeifer  <gerald@pfeifer.com>
4761         * ltconfig (freebsd*): Default to elf.
4763 2007-02-13  Daniel Jacobowitz  <dan@codesourcery.com>
4765         * configure.ac (target_libraries): Move libgcc before libiberty.
4766         * configure: Regenerated.
4768 2007-02-13  Daniel Jacobowitz  <dan@codesourcery.com>
4769             Paolo Bonzini  <bonzini@gnu.org>
4771         PR bootstrap/30753
4772         * configure.ac: Remove obsolete build / host tests.  Use AC_PROG_CC
4773         unconditionally.  Use AC_PROG_CXX.  Use ACX_TOOL_DIRS to find $prefix.
4774         * configure: Regenerated.
4776 2007-02-11  Francois-Xavier Coudert  <fxcoudert@gcc.gnu.org>
4778         * MAINTAINERS (Language Front End Maintainers): Update my mail
4779         address.
4781 2007-02-09  Daniel Jacobowitz  <dan@codesourcery.com>
4783         PR bootstrap/30748
4784         * configure.ac: Correct syntax for Solaris ksh.
4785         * configure: Regenerated.
4787 2007-02-09  Paolo Bonzini  <bonzini@gnu.org>
4789         * configure.ac: Sync with src.
4790         * configure: Regenerate.
4792 2007-02-09  Paolo Bonzini  <bonzini@gnu.org>
4794         * Makefile.in: Regenerate.
4796 2007-02-09  Paolo Bonzini  <bonzini@gnu.org>
4798         * config.sub: Sync with src.
4800 2007-02-09  Daniel Jacobowitz  <dan@codesourcery.com>
4802         * Makefile.tpl (build_alias, host_alias, target_alias): Use
4803         noncanonical equivalents.
4804         * configure.in: Rename to...
4805         * configure.ac: ...this.  Update AC_PREREQ.  Prevent error for
4806         AS_FOR_TARGET.  Set build_noncanonical, host_noncanonical, and
4807         target_noncanonical.  Use them.  Rewrite removal of configure
4808         arguments for autoconf 2.59.  Discard variable settings.  Force
4809         program_transform_name for native tools.
4811         * Makefile.in: Regenerated.
4812         * configure: Regenerated with autoconf 2.59.
4814 2007-02-07  Roman Zippel  <zippel@linux-m68k.org>
4816         * MAINTAINERS (Write After Approval): Add myself.
4818 2007-01-31  Andreas Schwab  <schwab@suse.de>
4820         * Makefile.tpl (LDFLAGS): Substitute it.
4821         * Makefile.in: Regenerate.
4823 2007-01-30  Andrey Belevantsev  <abel@ispras.ru>
4825         * MAINTAINERS (Write After Approval): Add myself.
4827 2007-01-28  David Edelsohn  <edelsohn@gnu.org>
4829         * MAINTAINERS (spu port): Add myself.
4831 2007-01-23  Richard Guenther  <rguenther@suse.de>
4833         PR bootstrap/30541
4834         * Makefile.def (flags_to_pass): Add GNATBIND and GNATMAKE.
4835         * Makefile.tpl (GNATBIND): Substitute it.
4836         (GNATMAKE): Likewise.
4837         (POSTSTAGE1_FLAGS_TO_PASS): Pass staged GNATBIND instead
4838         of STAGE_PREFIX.
4839         * Makefile.in: Regenerate.
4840         * configure: Regenerate.
4842 2007-01-18  Mike Stump  <mrs@apple.com>
4844         * configure.in: Re-enable -Werror for gcc builds.
4846 2007-01-11  Harsha Jagasia  <harsha.jagasia@amd.com>
4848         * MAINTAINERS (Write After Approval): Add myself.
4850 2007-01-11  Paolo Bonzini  <bonzini@gnu.org>
4852         * configure.in: Change == to = in test command.
4853         * configure: Regenerate.
4855 2007-01-11  Paolo Bonzini  <bonzini@gnu.org>
4856             Nick Clifton  <nickc@redhat.com>
4857             Kaveh R. Ghazi  <ghazi@caip.rutgets.edu>
4859         * configure.in (build_configargs, host_configargs, target_configargs):
4860         Remove build/host/target parameters.
4861         (host_libs): Add gmp and mpfr.
4862         (GMP tests): Reorganize to allow in-tree GMP/MPFR.
4863         * Makefile.def (gmp, mpfr): New.
4864         (gcc): Remove target.
4865         * Makefile.tpl (build_os, build_vendor, host_os, host_vendor,
4866         target_os, target_vendor): New.
4867         (configure): Add host_alias/target_alias arguments; adjust invocations.
4868         * configure: Regenerate.
4869         * Makefile.in: Regenerate.
4871 2007-01-11  Matt Fago  <fago@earthlink.net>
4873         * configure.in: Try to link to functions only in mpfr 2.2.x
4874         to improve robustness of configure tests.
4875         * configure: Regenerate.
4877 2007-01-09  Uros Bizjak  <ubizjak@gmail.com>
4879         * MAINTAINERS: Add myself as i386 maintainer.
4881 2007-01-08  Jan Hubicka  <jh@suse.cz>
4883         * MAINTAINERS: Add myself as i386 maintainer.
4885 2007-01-08  Kai Tietz   <kai.tietz@onevision.com>
4887         * configure.in: Add support for an x86_64-mingw* target.
4888         * configure: Regenerate.
4890 2007-01-05  Daniel Jacobowitz  <dan@codesourcery.com>
4892         * Makefile.tpl (all-target): Correct @if conditional for target
4893         modules.
4894         * configure.in: Omit libiberty if building only target libgcc.
4895         * configure, Makefile.in: Regenerated.
4897 2007-01-04  Paolo Bonzini  <bonzini@gnu.org>
4899         * configure.in: Use DEV-PHASE to detect default for --enable-werror.
4900         * configure: Regenerate.
4902 2007-01-03  Daniel Jacobowitz  <dan@codesourcery.com>
4904         * Makefile.def (target_modules): Add libgcc.
4905         (lang_env_dependencies): Remove default items.  Use no_c and no_gcc.
4906         * Makefile.tpl (clean-target-libgcc): Delete.
4907         (configure-target-[+module+]): Emit --disable-bootstrap dependencies
4908         on gcc even for bootstrapped modules.  Rewrite handling of
4909         lang_env_dependencies to loop over target_modules.
4910         * configure.in (target_libraries): Add target-libgcc.
4911         * Makefile.in, configure: Regenerated.
4913 2006-12-29  Paolo Bonzini  <bonzini@gnu.org>
4915         * configure.in: Reorganize recognition of languages.  Add
4916         --enable-stage1-languages.  Show supported languages for the chosen
4917         target rather than all recognized languages.
4918         * configure: Regenerate.
4920 2006-12-29  Paolo Bonzini  <bonzini@gnu.org>
4922         * Makefile.tpl (GCC_STRAP_TARGETS, all-prebootstrap): Remove.
4923         * Makefile.in: Regenerate.
4925 2006-12-29  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
4927         * configure.in: Warn that MPFR 2.2.0 is buggy.
4928         * configure: Regenerate.
4930 2006-12-27  Ian Lance Taylor  <iant@google.com>
4932         * configure.in: When removing Makefiles to force a reconfigure, also
4933         remove prev-DIR*/Makefile.
4934         * configure: Regenerate.
4936 2006-12-22  Andreas Schwab  <schwab@suse.de>
4938         * configure: Regenerate with correct autoconf version.
4940 2006-12-20  Adam Megacz  <megacz@cs.berkeley.edu>
4942         * configure.in: add AC_SUBST for *_FOR_TARGET.
4943         * configure: Regenerate.
4945 2006-12-19  Paolo Bonzini  <bonzini@gnu.org>
4947         * configure.in: Simplify logic for rejecting languages that cannot
4948         be built.  Separate the case when a language is unsupported,
4949         from the case when the user chooses not to build a language.
4951 2006-12-19  Paolo Bonzini  <bonzini@gnu.org>
4953         * configure.in: Remove "$build" case for powerpc-*-darwin* since
4954         it only affects bootstrap and could be tested on "$host" as well.
4955         * configure: Regenerate.
4956         * config/mh-ppc-darwin: Add to the stage1 cflags here.
4958 2006-12-19  Paolo Bonzini  <bonzini@gnu.org>
4960         PR bootstrap/29544
4961         * Makefile.def (flags_to_pass): Add STAGE1_CHECKING.
4962         (bootstrap_stage): Add STAGE1_CHECKING to stage1 configure flags,
4963         move here comment from Makefile.tpl.
4964         * Makefile.tpl: Move some definitions higher in the file.
4965         (STAGE1_CHECKING): New.
4966         * configure.in: Add --enable-stage1-checking.
4967         * configure: Regenerate.
4968         * Makefile.in: Regenerate.
4970 2006-12-19  Paolo Bonzini  <bonzini@gnu.org>
4972         * MAINTAINERS: Add myself as build system maintainer.
4974 2006-12-15  Simon Martin  <simartin@users.sourceforge.net>
4976         * MAINTAINERS (Write After Approval): Add myself.
4978 2006-12-13  Eric Christopher  <echristo@apple.com>
4980         * MAINTAINERS: Add myself as darwin maintainer.
4982 2006-12-11  Ian Lance Taylor  <ian@airs.com>
4984         * MAINTAINERS: Add myself as libgcc and fp-bit maintainer.
4986 2006-12-11  Joern Rennecke  <joern.rennecke@arc.com>
4988         MAINTAINERS: Update my entry.
4990 2006-12-11  Alan Modra  <amodra@bigpond.net.au>
4992         * configure.in:  Handle spu makefile frag.
4993         * Makefile.tpl (MAINT): Define
4994         (MAINTAINER_MODE_FALSE, MAINTAINER_MODE_TRUE): Define.
4995         * configure: Regenerate.
4996         * Makefile.in: Regenerate.
4998 2006-12-11  Ben Elliston  <bje@au.ibm.com>
5000         * config.guess: Import latest version.
5001         * config.sub: Likewise.
5003 2006-12-11  Ben Elliston  <bje@au.ibm.com>
5005         * configure.in (spu-*-*): Don't skip target-libiberty.
5006         * configure: Regenerate.
5008 2006-12-10  Andreas Tobler  <a.tobler@schweiz.org>
5010         PR bootstrap/30134
5011         * configure.in: Correct x86 darwin support for libjava to powerpc
5012         and i?86 only.
5013         * configure: Regenerate.
5015 2006-12-08  Sandro Tolaini  <tolaini@libero.it>
5017         * configure.in: Add x86 darwin support for libjava.
5018         * configure: Regenerate.
5020 2006-12-07  Mike Stump  <mrs@apple.com>
5022         * Makefile.def (dependencies): Add dependency for
5023         install-target-libssp and install-target-libgomp on
5024         install-gcc.
5025         * Makefile.in: Regenerate.
5027 2006-12-04  Richard Guenther  <rguenther@suse.de>
5029         * MAINTAINERS (Non-Algorithmic Maintainers): New section.
5030         (Non-Algorithmic Maintainers): Move over non-algorithmic
5031         loop optimizer maintainers, add myself as a non-algorithmic
5032         middle-end maintainer.
5034 2006-12-04  Daniel Franke  <franke.daniel@gmail.com>
5036         * MAINTAINERS (Write After Approval): Add myself.
5038 2006-12-03  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
5040         * configure.in: Update error message for missing GMP/MPFR.
5042         * configure: Regenerate.
5044 2006-12-02  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
5046         * configure.in: Update MPFR version in error message.
5048         * configure: Regenerate.
5050 2006-11-26  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
5052         * configure.in (--with-mpfr-dir, --with-gmp-dir): Remove flags.
5053         (--with-mpfr-include, --with-mpfr-lib, --with-gmp-include,
5054         --with-gmp-lib): New flags.
5056         * configure: Regenerate.
5058 2006-11-25  Brooks Moses  <brooks.moses@codesourcery.com>
5060         * MAINTAINERS (Write After Approval): Change my email address.
5062 2006-11-23  Manuel Lopez-Ibanez  <manu@gcc.gnu.org>
5064         * MAINTAINERS (Write After Approval): Add myself.
5066 2006-11-22  Philipp Thomas  <pth@suse.de>
5068         * MAINTAINERS (i18n): Update e-mail address.
5070 2006-11-21  Trevor Smigiel  <trevor_smigiel@playstation.sony.com>
5072         * MAINTAINERS (spu port): Add myself as maintainer.
5073         (Write After Approval): Remove myself.
5075 2006-11-22  Ben Elliston  <bje@au.ibm.com>
5077         * configure.in (skipdirs): Don't build libssp for SPU.
5078         * configure: Regenerate.
5080 2006-11-21  Andrew Pinski  <andrew_pinski@playstation.sony.com>
5082         * MAINTAINERS (spu port): Add myself as maintainer.
5083         (libobjc): Update my email address.
5085 2006-11-21  Andrea Bona  <andrea.bona@st.com>
5087         * MAINTAINERS (Write After Approval): Add myself.
5089 2006-11-20  Trevor Smigiel  <trevor_smigiel@playstation.sony.com>
5091         * configure.in (skipdirs) : Don't build target-libiberty for SPU.
5092         * configure : Rebuilt.
5094 2006-11-20  Trevor Smigiel  <trevor_smigiel@playstation.sony.com>
5096         * MAINTAINERS (Write After Approval): Add myself.
5098 2006-11-20  Andrea Ornstein  <andrea.ornstein@st.com>
5100         * MAINTAINERS (Write After Approval): Add myself.
5102 2006-11-18  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
5104         * configure.in (--with-mpfr-dir): Also look in .libs and _libs for
5105         libmpfr.a.
5106         * configure: Regenerate.
5108 2006-11-16  Paolo Bonzini  <bonzini@gnu.org>
5110         * Makefile.tpl (clean-target-libgcc): Test for gcc Makefile presence.
5111         (unstage): Test for stage_last presence.
5113         PR bootstrap/29802
5114         * Makefile.tpl (POSTSTAGE1_FLAGS_TO_PASS): Add HOST_SUBDIR in
5115         STAGE_PREFIX.
5116         * Makefile.in: Regenerate.
5118 2003-11-16  Zdenek Dvorak  <dvorakz@suse.cz>
5120         * MAINTAINERS: Add myself and Daniel Berlin as loop optimizer
5121         maintainers.
5123 2006-11-14  Erven Rohou  <erven.rohou@st.com>
5125         * MAINTAINERS (Write After Approval): Add myself.
5127 2006-11-14  Paolo Bonzini  <bonzini@gnu.org>
5129         * Makefile.tpl (clean-stage*): Test separately for package/Makefile
5130         and stageN-package/Makefile.
5131         * Makefile.in: Regenerated.
5133 2006-11-14  Jie Zhang  <jie.zhang@analog.com>
5135         * configure.in: Remove target-libgloss from noconfigdirs for
5136         bfin-*-*.
5137         * configure: Regenerated.
5139 2006-11-11  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
5141         * configure.in (have_gmp): Only error if the gcc directory exists.
5143         * configure: Regenerate.
5145 2006-11-07  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
5147         * configure.in: Robustify error message for missing GMP/MPFR.
5149         * configure: Regenerate.
5151 2006-10-31  Stephen M. Webb  <stephen.webb@bregmasoft.com>
5153         * MAINTAINERS (Write After Approval): Add myself.
5155 2006-10-30  Uros Bizjak  <ubizjak@gmail.com>
5157         * MAINTAINERS: Change email address.
5159 2006-10-30  Vladimir Prus  <vladimir@codesourcery.com>
5161         * MAINTAINERS (Write After Approval): Add myself.
5163 2006-10-26  Peter Bergner  <bergner@vnet.ibm.com>
5165         * MAINTAINERS (Write After Approval): Add myself.
5167 2006-10-25  Chen Liqin  <liqin@sunnorth.com.cn>
5169         * MAINTAINERS (Write After Approval): Move myself to
5170         Write After Approval section.
5172 2006-10-21  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
5174         * configure.in: Require GMP-4.1+ and MPFR-2.2+.  Don't check
5175         need_gmp anymore.
5176         * configure: Regenerate.
5178 2006-10-16  Tobias Burnus  <burnus@net-b.de>
5180         * MAINTAINERS (Write After Approval): Add myself.
5182 2006-10-16  Ben Elliston  <bje@au.ibm.com>
5184         * config.guess: Import latest version.
5185         * config.sub: Likewise.
5187 2006-10-10  Brooks Moses  <bmoses@stanford.edu>
5189         * Makefile.def: Added pdf target handling.
5190         * Makefile.tpl: Added pdf target handling.
5191         * Makefile.in: Regenerated.
5193 2006-10-10  Chen Liqin  <liqin@sunnorth.com.cn>
5195         * MAINTAINERS: Add self as score port maintainer.
5197 2006-10-04  Brooks Moses  <bmoses@stanford.edu>
5199         * MAINTAINERS (Write After Approval): Add myself.
5201 2006-09-27  Steven G. Kargl  <kargl@gcc.gnu.org>
5203         * configure.in: Check for GMP 4.1 or newer.  Check for MPFR 2.2.0
5204         or newer.
5205         * configure: Regenerated.
5207 2006-09-27  Dave Brolley  <brolley@redhat.com>
5209         * configure.in (RUNTEST): Look for 'runtest' in the source tree by
5210         using $s instead of $r.
5211         * configure: Regenerated.
5213 2006-09-26  Thiemo Seufer  <ths@mips.com>
5215         * configure.in: Remove redundant handling of mips*-dec-bsd*. Likewise
5216         for mipstx39-*-*. Disable libgloss for mips64*-*-linux*.
5217         * configure: Regenerate.
5219 2006-09-24  Graeme Peterson  <gridly@gmail.com>
5221         * MAINTAINERS (Write After Approval): Remove myself.
5223 2006-09-22  Chao-ying Fu  <fu@mips.com>
5225         * MAINTAINERS (Write After Approval): Add myself.
5227 2006-09-10  Joseph S. Myers  <joseph@codesourcery.com>
5229         * MAINTAINERS: Add self as soft-fp maintainer.
5231 2006-09-09  Anatoly Sokolov  <aesok@post.ru>
5233         * MAINTAINERS: Add myself as avr maintainer.
5234         Remove Marek Michalkiewicz as avr maintainer.
5236 2006-09-07  Roberto Costa  <roberto.costa@st.com>
5238         * MAINTAINERS (Write After Approval): Add myself.
5240 2006-08-30  Corinna Vinschen  <corinna@vinschen.de>
5242         * configure.in: Never build newlib for a Mingw host.
5243         Never build newlib as Mingw target library.
5244         Test the existence of winsup/cygwin for building a Cygwin newlib,
5245         rather than just winsup.
5246         Add winsup/mingw and winsup/w32api paths to FLAGS_FOR_TARGET if
5247         building a Mingw target.
5248         * configure: Regenerate.
5250 2006-08-08  Eric Botcazou  <ebotcazou@libertysurf.fr>
5252         * MAINTAINERS (Various Maintainers): Add self as RTL opt. maintainer.
5254 2006-07-25  Paolo Bonzini  <bonzini@gnu.org>
5256         * config.guess: Import from src (was more updated).
5257         * config.sub: Likewise.
5259 2006-07-22  Daniel Jacobowitz  <dan@codesourcery.com>
5261         * configure.in: Allow mingw32 and cygwin targets to build cross-gdb.
5262         * configure: Regenerated.
5264 2006-07-18  Paolo Bonzini  <bonzini@gnu.org>
5266         * Makefile.tpl (configure-stageN-MODULE): Pass --with-build-libsubdir
5267         for stages after the first.
5269 2006-07-17  Jakub Jelinek  <jakub@redhat.com>
5271         * Makefile.def: Add dependencies for configure-opcodes
5272         on configure-intl and all-opcodes on all-intl.
5273         * Makefile.in: Regenerated.
5275 2006-07-13  Ben Elliston  <bje@au.ibm.com>
5277         * MAINTAINERS (Various Maintainers): Add myself as dfp maintainer.
5279 2006-07-06  Paul Eggert  <eggert@cs.ucla.edu>
5281         Port to hosts whose 'sort' and 'tail' implementations
5282         treat operands with leading '+' as file names, as POSIX
5283         has required since 2001.  However, make sure the code still
5284         works on pre-POSIX hosts.
5285         * ltmain.sh: Don't assume "sort +2" is equivalent to
5286         "sort -k 3", since POSIX 1003.1-2001 no longer requires this.
5288 2006-07-05  Ulrich Weigand  <uweigand@de.ibm.com>
5290         * MAINTAINERS (Various Maintainers): Add myself as reload maintainer.
5292 2006-07-04  Peter O'Gorman  <peter@pogma.com>
5294         * ltconfig: chmod 644 before ranlib during install.
5296 2006-07-04  Eric Botcazou  <ebotcazou@libertysurf.fr>
5298         PR bootstrap/18058
5299         * configure.in: Add -fkeep-inline-functions to CFLAGS for stage 1
5300         if the bootstrap compiler is a GCC version that supports it.
5301         * configure: Regenerate.
5303 2006-07-03  Paolo Bonzini  <bonzini@gnu.org>
5305         * configure.in: Fix thinkos in previous check-in.
5306         * configure: Regenerate.
5308 2006-07-03  Paolo Bonzini  <bonzini@gnu.org>
5310         PR other/27063
5311         * configure.in: Test subdir_requires and give an appropriate
5312         error message.
5313         * configure: Regenerate.
5315 2006-07-01  Andrew John Hughes  <gnu_andrew@member.fsf.org>
5317         * MAINTAINERS (Write After Approval): Add myself.
5319 2006-06-22  John David Anglin  <dave.anglin@nrc.ca>
5321         * MAINTAINERS (OS Port Maintainers): Add myself as hpux maintainer.
5323 2006-06-22  Steve Ellcey  <sje@cup.hp.com>
5325         * MAINTAINERS (OS Port Maintainers): Add myself as hpux maintainer.
5327 2006-06-20  David Ayers  <d.ayers@inode.at>
5329         PR bootstrap/28072
5330         * configure.in: Add target-boehm-gc to noconfigdirs depending on
5331         whether target-libjava is being configured instead of whether the
5332         java front end is enabled.
5333         * configure: Regenerate.
5335 2006-06-16  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
5337         PR target/27540
5338         * configure.in: Only enable libgomp on IRIX 6.
5339         * configure: Regenerate.
5341 2006-06-15  Paolo Bonzini  <bonzini@gnu.org>
5343         * Makefile.tpl (POSTSTAGE1_HOST_EXPORTS): Export CFLAGS and LDFLAGS
5344         too.
5345         * Makefile.in: Regenerate.
5347 2006-06-13  Jeff Johnston  <jjohnstn@redhat.com>
5349         * config-ml.in: Alter CCASFLAGS to include special
5350         multilib options the same as is done for CFLAGS.
5352 2006-06-12  John David Anglin  <dave.anglin@nrc-cnrc.gc.ca>
5354         * configure.in: Don't enable libgomp on hpux10.
5355         * configure: Rebuilt.
5357 2006-06-12  David Ayers  <d.ayers@inode.at>
5359         PR bootstrap/27963
5360         PR target/19970
5361         * configure.in: Remove target-boehm-gc from noconfigdirs where
5362         ${libgcj} is specified.
5363         * configure: Regenerate.
5365 2006-06-06  Carlos O'Donell  <carlos@codesourcery.com>
5367         Sync from src:
5369         * configure.in: Sync.
5370         * configure: Regenerated.
5372         2006-05-31  Daniel Jacobowitz  <dan@codesourcery.com>
5374         * Makefile.def: Added dependencies from sim and gdb on intl, and
5375         added configure dependencies to everything with an all dependency
5376         on intl.
5377         * Makefile.in: Regenerated.
5379 2006-06-06  David Ayers  <d.ayers@inode.at>
5381         PR libobjc/13946
5382         * Makefile.def: Add dependencies for libobjc which boehm-gc.
5383         * Makefile.in: Regenerate.
5384         * configure.in: Add --enable-objc-gc at toplevel and have it
5385         enable boehm-gc for Objective-C.
5386         Remove target-boehm-gc from libgcj.
5387         Add target-boehm-gc to target_libraries.
5388         Add target-boehm-gc to noconfigdirs where ${libgcj}
5389         is specified.
5390         Assert that boehm-gc is supported when requested for Objective-C.
5391         Only build boehm-gc if needed either for Java or Objective-C.
5392         * configure: Regenerate.
5394 2006-06-05  Paolo Bonzini  <bonzini@gnu.org>
5396         PR 27674
5397         * Makefile.tpl (configure-[+prefix+][+module+],
5398         all-[+prefix+][+module+]): Depend on stage_current if bootstrapping.
5399         Remove rule to unstage bootstrapped modules.
5400         (stage_current): New.
5401         * Makefile.in: Regenerate.
5403 2006-06-03  Laurynas Biveinis  <laurynas.biveinis@gmail.com>
5405         * MAINTAINERS (Write After Approval): Update my e-mail address.
5407 2006-06-01  Mark Shinwell  <shinwell@codesourcery.com>
5409         * include/libiberty.h: Declare pex_run_in_environment.
5411 2006-05-31  Asher Langton  <langton2@llnl.gov>
5413         * MAINTAINERS (Write After Approval): Add myself.
5415 2006-05-25  Paolo Bonzini  <bonzini@gnu.org>
5417         * Makefile.def (bfd, opcodes): Fix lib_path.
5418         * Makefile.tpl (POSTSTAGE1_FLAGS_TO_PASS): Replace ADAC with ADAFLAGS.
5419         (restrap): Move under "@if gcc-bootstrap".  Fix typo.
5420         * Makefile.in: Regenerate.
5422 2006-05-24  Carlos O'Donell  <carlos@codesourcery.com>
5424         * Makefile.in: Regenerate.
5426 2006-05-24  Carlos O'Donell  <carlos@codesourcery.com>
5428         * Makefile.def: Add install-html target. Add datarootdir
5429         docdir and htmldir to flags_to_pass.
5430         * Makefile.tpl: Add install-html target.
5431         * Makefile.in: Regenerate.
5432         * configure.in: Add --with-datarootdir, --with-docdir, and
5433         --with-htmldir options. AC_SUBST datarootdir, docdir and htmldir.
5434         * configure: Regenerate.
5436 2006-05-24  Mark Shinwell  <shinwell@codesourcery.com>
5438         * configure.in: Enable gprof for cross builds.
5439         * configure: Regenerate.
5441 2006-05-22  Richard Guenther  <rguenther@suse.de>
5443         Revert
5444         2006-01-31  Richard Guenther  <rguenther@suse.de>
5445         Paolo Bonzini  <bonzini@gnu.org>
5447         * Makefile.def (target_modules): Add libgcc-math target module.
5448         * configure.in (target_libraries): Add libgcc-math target library.
5449         (--enable-libgcc-math): New configure switch.
5450         * Makefile.in: Re-generate.
5451         * configure: Re-generate.
5452         * libgcc-math: New toplevel directory.
5454 2006-05-20  John David Anglin  <dave.anglin@nrc-cnrc.gc.ca>
5455             Andreas Tobler  <a.tobler@schweiz.ch>
5457         * configure.in:  Enable libgcj for hppa*-hp-hpux11*.
5458         * configure: Rebuilt.
5460 2006-05-12  Sandra Loosemore  <sandra@codesourcery.com>
5462         * MAINTAINERS (Write After Approval): Add myself.
5464 2006-05-01  DJ Delorie  <dj@redhat.com>
5466         * configure.in: Restore CFLAGS if GMP isn't present.
5467         * configure: Regenerate.
5469 2006-05-01  Richard Guenther  <rguenther@suse.de>
5471         * MAINTAINERS (Various Maintainers): Add myself as libgcc-math
5472         maintainer.
5474 2006-04-30  Kenneth Zadeck  <zadeck@naturalbridge.com>
5476         * MAINTAINERS (Write After Approval): Add myself.
5478 2006-04-28  Jan Beulich  <jbeulich@novell.com>
5480         * MAINTAINERS (Write After Approval): Add myself.
5482 2006-04-18  DJ Delorie  <dj@redhat.com>
5484         * configure.in (m32c): Build libstdc++-v3.  Pass flags to
5485         reference libgloss so that libssp can be built in a combined
5486         tree.
5487         * configure: Regenerate.
5489 2006-04-08  Robert Millan  <rmh@gcc.gnu.org>
5491         * MAINTAINERS (Write After Approval): Add myself.
5493 2006-04-05  Ben Elliston  <bje@au.ibm.com>
5495         * configure.in: Require makeinfo 4.4 or higher.
5496         * configure: Regenerate.
5498 2006-04-04  Gerald Pfeifer  <gerald@pfeifer.com>
5500         * MAINTAINERS: Add Richard Henderson as libgomp maintainer.
5501         Rearrange the entries of other libraries to have them in one place.
5503 2006-03-22  Janne Blomqvist  <jb@gcc.gnu.org>
5505         * MAINTAINERS (Write After Approval): Remove myself.
5506         (Language Front End Maintainers): Add myself as fortran 95 maintainer.
5508 2006-03-14  Richard Guenther  <rguenther@suse.de>
5510         * configure: Regenerate with autoconf 2.13.
5512 2006-03-13  Jim Blandy  <jimb@codesourcery.com>
5514         * MAINTAINERS: Use my work address.
5516         * MAINTAINERS: Update my E-mail address.
5518 2006-03-10  Aldy Hernandez  <aldyh@redhat.com>
5520         * configure.in: Handle --disable-<component> generically.
5521         * configure: Regenerate.
5523 2006-03-01  H.J. Lu  <hongjiu.lu@intel.com>
5525         PR libgcj/17311
5526         * ltmain.sh: Don't use "$finalize_rpath" for compile.
5528 2006-02-21  Erik Edelmann  <eedelman@gcc.gnu.org>
5530         * MAINTAINERS (Write After Approval):  Remove myself.
5531         (Language Front End Maintainers):  Add myself as fortran 95 maintainer.
5533 2006-02-21  Rafael Ávila de Espíndola  <rafael.espindola@gmail.com>
5535         * Makefile.tpl  (BUILD_CONFIGDIRS): Remove.
5536         (TARGET_CONFIGDIRS): Remove.
5537         * configure.in: Remove AC_SUBST(target_configdirs).
5538         * Makefile.in, configure: Regenerated.
5540 2006-02-20  Steven G. Kargl  <kargls@comcast.net>
5542         * MAINTAINERS (Write After Approval):  Remove myself.
5543         (Language Front End Maintainers):  Add myself as fortran 95 maintainer.
5545 2006-02-20  Paolo Bonzini  <bonzini@gnu.org>
5547         PR bootstrap/25670
5549         * Makefile.tpl ([+compare-target+]): Print explanation messages.
5551         * Makefile.def (ADAFLAGS, BOOT_ADAFLAGS, LANGUAGES): New flags_to_pass.
5552         * Makefile.tpl (BASE_FLAGS_TO_PASS): Support optional flags_to_pass.
5553         (EXTRA_GCC_FLAGS): Remove ADAFLAGS, BOOT_ADAFLAGS, LANGUAGES,
5554         BUILD_PREFIX, BUILD_PREFIX_1.
5555         * configure.in: (BUILD_PREFIX, BUILD_PREFIX_1): Don't substitute.
5557         * Makefile.def (bootstrap stage 1): Pass LIBCFLAGS too.
5558         * Makefile.tpl (POSTSTAGE1_FLAGS_TO_PASS): Override LIBCFLAGS too.
5560         * Makefile.tpl (configure-stage[+id+]-[+prefix+][+module+],
5561         all-stage[+id+]-[+prefix+][+module+], : Use $(current_stage) instead
5562         of `cat stage_current`.  Always provide the `r' and `s' variables.
5563         (clean-stage[+id+]-[+prefix+][+module+]): Likewise, and make it into
5564         a single shell execution.
5565         (configure-[+prefix+][+module+], all-[+prefix+][+module+]): For
5566         bootstrapped modules, make the stage1 module if the build was not
5567         started yet, else build the current stage.
5568         (all-host, all-target): Omit bootstrapped modules (if bootstrapping).
5569         (all-build, all-host, all-target, [+make_target+]-host,
5570         [+make_target+]-target): Do not use \-continued lines.
5571         (target modules): Depend on stage_last, not all-gcc, if bootstrapping.
5572         (current_stage, restrap, stage_last): New.
5574         * Makefile.in: Regenerate.
5575         * configure: Regenerate.
5577 2006-02-19  Bud Davis  <jmdavis@link.com>
5579         * MAINTAINERS (Write After Approval):  Remove myself.
5580         (Language Front End Maintainers):  Add myself as fortran 95
5581         maintainer and update e-mail address.
5583 2006-02-17  Francois-Xavier Coudert  <coudert@clipper.ens.fr>
5585         * MAINTAINERS (Write After Approval):  Remove myself.
5586         (Language Front End Maintainers):  Add myself as fortran 95
5587         maintainer.
5589 2006-02-16  Victor Kaplansky  <victork@il.ibm.com>
5591         * MAINTAINERS (Write After Approval): Add myself.
5593 2006-02-16  Thomas Koenig  <Thomas.Koenig@online.de>
5595         * MAINTAINERS (Write After Approval):  Remove myself.
5596         (Language Front End Maintainers):  Add myself as
5597         fortran 95 maintainer.
5599 2006-02-14  Paolo Bonzini  <bonzini@gnu.org>
5601         Sync from src:
5603         2005-12-27  Leif Ekblad  <leif@rdos.net>
5605         * configure.in: Add support for RDOS target.
5606         * configure: Regenerate.
5608 2006-02-14  Paolo Bonzini  <bonzini@gnu.org>
5609             Andreas Schwab  <schwab@suse.de>
5611         * configure: Regenerate.
5613 2006-02-12  David Edelsohn  <edelsohn@gnu.org>
5615         * configure.in (enable_libgomp): Add AIX.
5616         * configure: Regenerate.
5618 2006-02-07  Maxim Kuvyrkov  <mkuvyrkov@ispras.ru>
5620         * MAINTAINERS (Write After Approval): Add myself.
5622 2006-02-03  Lee Millward  <lee.millward@gmail.com>
5624         * MAINTAINERS (Write After Approval): Add myself.
5626 2006-01-31  Richard Guenther  <rguenther@suse.de>
5627         Paolo Bonzini  <bonzini@gnu.org>
5629         * Makefile.def (target_modules): Add libgcc-math target module.
5630         * configure.in (target_libraries): Add libgcc-math target library.
5631         (--enable-libgcc-math): New configure switch.
5632         * Makefile.in: Re-generate.
5633         * configure: Re-generate.
5634         * libgcc-math: New toplevel directory.
5636 2006-01-26  Paolo Bonzini  <bonzini@gnu.org>
5638         * configure.in: Set with_gnu_as, with_gnu_ld, with_newlib earlier.
5639         Set md_exec_prefix.  Use ACX_CHECK_INSTALLED_TARGET_TOOL to find
5640         the assembler, linker and binutils.
5641         * configure: Regenerate.
5643 2006-01-22  Dirk Mueller  <dmueller@suse.de>
5645         * MAINTAINERS (Write After Approval): Add myself.
5647 2006-01-20  Diego Novillo  <dnovillo@redhat.com>
5649         * configure: Regenerate.
5651 2006-01-18  Richard Henderson  <rth@redhat.com>
5652             Jakub Jelinek  <jakub@redhat.com>
5653             Diego Novillo  <dnovillo@redhat.com>
5655         * libgomp: New directory.
5656         * Makefile.def: Add target_module libgomp.
5657         * Makefile.in: Regenerate.
5658         * configure.in (target_libraries): Add target-libgomp.
5659         * configure: Regenerate.
5661 2006-01-05  Alexandre Oliva  <aoliva@redhat.com>
5663         * Makefile.tpl (clean-stage[+id+]-[+prefix+][+module+]): Remove
5664         @ from continuation.
5665         * Makefile.in: Rebuilt.
5667 2006-01-04  Chris Lattner  <sabre@gnu.org>
5669         * MAINTAINERS (Write After Approval): Add myself.
5671 2006-01-04  Paolo Bonzini  <bonzini@gnu.org>
5673         PR bootstrap/24252
5675         * Makefile.def (flags_to_pass): Add STAGE1_CFLAGS and STAGE1_LANGUAGES.
5676         * Makefile.tpl (OBJDUMP): New.
5677         (EXTRA_HOST_FLAGS): Add it.
5678         (EXTRA_GCC_FLAGS): Remove flags already specified in flags_to_pass.
5680         * Makefile.tpl (stage[+id+]-start, stage[+id+]-end): Do not try
5681         to use symbolic links between directories.  Avoid race conditions
5682         or make them harmless.
5683         * configure.in: Do not try to use symbolic links between directories.
5685         * Makefile.def (LEAN): Pass.
5686         * Makefile.tpl (LEAN): Define.
5687         (stage[+id+]-start): Accept that the previous directory does not
5688         exist, if the bootstrap is lean.
5689         (stage[+id+]-bubble): Invoke lean bootstrap commands after
5690         stage[+id+]-start.  Use a makefile variable and an `if' instead of a
5691         configure substitution.
5692         ([+compare-target+]): Likewise.
5693         ([+bootstrap-target+]-lean): New.
5694         * configure.in: Remove lean bootstrap support from here.
5696         * Makefile.in: Regenerate.
5697         * configure: Regenerate.
5699 2006-01-04  Ben Elliston  <bje@au.ibm.com>
5701         * MAINTAINERS (libdecnumber): Add myself.
5703 2006-01-02  Mark Mitchell  <mark@codesourcery.com>
5705         * libtool-ldflags: New script.
5707 2006-01-02  Andreas Schwab  <schwab@suse.de>
5709         * configure.in: When reconfiguring remove Makefile in
5710         all stage directories.
5711         * configure: Regenerate.
5713 2005-12-27  Steven Bosscher  <stevenb.gcc@gmail.com>
5715         * MAINTAINERS: Update my email address.
5717 2005-12-20  Paolo Bonzini  <bonzini@gnu.org>
5719         Revert Ada-related part of the previous change.
5721         * Makefile.def (ADAFLAGS, BOOT_ADAFLAGS, ADAFLAGS_FOR_TARGET):
5722         Do not pass.
5723         * Makefile.tpl (BOOT_ADAFLAGS): Do not define.
5724         * Makefile.in: Regenerate.
5725         * configure.in: Do not include mt-ppc-aix target fragment.
5726         * configure: Regenerate.
5728 2005-12-19  Paolo Bonzini  <bonzini@gnu.org>
5730         * configure.in: Select appropriate fragments for PowerPC/AIX.
5731         * configure: Regenerate.
5733         * Makefile.def (flags_to_pass): Add ADAFLAGS, BOOT_ADAFLAGS,
5734         BOOT_CFLAGS, BOOT_LDFLAGS.
5735         * Makefile.tpl (POSTSTAGE1_FLAGS_TO_PASS): Handle BOOT_ADAFLAGS,
5736         BOOT_CFLAGS, BOOT_LDFLAGS.
5737         (TARGET_FLAGS_TO_PASS): Handle ADAFLAGS_FOR_TARGET.
5738         (stage[+id+]-bubble): Pass flags recursively to the comparison target.
5739         (stage): Fail if we cannot complete the work.
5740         * Makefile.in: Regenerate.
5742 2005-12-16  Nathan Sidwell  <nathan@codesourcery.com>
5744         * configure.in: Replace ms1 with mt.
5745         * configure: Rebuilt.
5747 2005-12-15  Bryce McKinlay  <mckinlay@redhat.com>
5749         * MAINTAINERS: Update my email address.
5751 2005-12-15  Paolo Bonzini  <bonzini@gnu.org>
5753         * Makefile.tpl (all, do-[+make_target+], do-check, install,
5754         install-host-nogcc): Don't invoke $(stage) at the end.
5755         * Makefile.in: Regenerate.
5757 2005-12-14  Paolo Bonzini  <bonzini@gnu.org>
5759         * configure.in: Flip the top-level bootstrap switch.
5760         * configure: Regenerate.
5762 2005-12-14  Daniel Jacobowitz  <dan@codesourcery.com>
5764         * Makefile.tpl: Throughout the file, use : $(MAKE) along with
5765         $(stage) and $(unstage).
5766         (EXTRA_TARGET_FLAGS): Correct double-quoting.
5767         (all): Remove stray semicolon.
5768         (local-distclean): Don't handle multilib.tmp and multilib.out.
5769         (install.all): Set $s for consistency.
5770         (configure-[+prefix+][+module+]): Instead of [+deps+], handle
5771         check_multilibs setting.  Always make the install directory.
5772         (configure-stage[+id+]-[+prefix+][+module+]): Likewise.
5773         Correct @if/@endif.
5774         (all-stage[+id+]-[+prefix+][+module+]): Correct @if/@endif.
5775         ($(TARGET_SUBDIR)/[+module+]/multilib.out): Remove.
5776         (stage[+id+]-start, stage[+id+]-end): Stage $(TARGET_SUBDIR).
5777         (multilib.out): Remove.
5778         * Makefile.in: Regenerated.
5780 2005-12-12  Carlos O'Donell  <carlos@codesourcery.com>
5782         * MAINTAINERS (Write After Approval): Add myself.
5784 2005-12-12  Nathan Sidwell  <nathan@codesourcery.com>
5786         * MAINTAINERS: Add myself as mt maintainer.
5788         * config.sub: Replace ms1 with mt.  Allow ms1 as an alias.
5790 2005-12-06  Adam Nemet  <anemet@caviumnetworks.com>
5792         * MAINTAINERS: Change email address.
5794 2005-12-05  Paolo Bonzini  <bonzini@gnu.org>
5796         * configure.in (CONFIGURED_BISON, CONFIGURED_YACC, CONFIGURED_M4,
5797         CONFIGURED_FLEX, CONFIGURED_LEX, CONFIGURED_MAKEINFO): Remove
5798         "CONFIGURED_" from the AC_CHECK_PROGS invocation.  Move below.
5799         Find in-tree tools if available.
5800         (EXPECT, RUNTEST, LIPO, STRIP): Find them and substitute them.
5801         (CONFIGURED_*_FOR_TARGET): Don't set nor substitute.
5802         (*_FOR_TARGET): Set them with GCC_TARGET_TOOL.
5803         (COMPILER_*_FOR_TARGET): New.
5804         * Makefile.tpl (HOST_EXPORTS): Add *_FOR_TARGET symbols that gcc needs.
5805         (BASE_TARGET_EXPORTS): Use COMPILER_*_FOR_TARGET symbols.
5806         (CONFIGURED_*, USUAL_*): Remove.
5807         (BISON, YACC, FLEX, LEX, M4, MAKEINFO, EXPECT, RUNTEST, LIPO,
5808         STRIP): Use autoconf substitutions.
5809         (COMPILER_AS_FOR_TARGET, COMPILER_LD_FOR_TARGET,
5810         COMPILER_NM_FOR_TARGET): New.
5811         (EXTRA_HOST_FLAGS): Pass LIPO and STRIP.
5813         (all): Make all-host and all-target in parallel.
5814         (do-[+make_target+], do-check, install, [+compare-target+]): Ensure
5815         that $$r and $$s are set before invoking a recursive make.
5816         (stage[+id+]-bubble): Likewise, and invoke the comparison at the end.
5817         ([+bootstrap-target+]): Inline most of the `all' target.
5819 2005-11-29  Ben Elliston  <bje@au.ibm.com>
5821         * Makefile.tpl (clean-target-libgcc): Invoke clean-target-libgcc
5822         from the gcc build directory.
5823         * Makefile.in: Regenerate.
5825 2005-11-29  Ben Elliston  <bje@au.ibm.com>
5827         * Makefile.def: Add new libdecnumber host_module.  Make all-gcc
5828         depend on all-libdecnumber.
5829         * configure.in (host_libs): Include libdecnumber.
5830         * Makefile.in: Regenerate.
5831         * configure: Likewise.
5833 2005-11-29  Ben Elliston  <bje@au.ibm.com>
5835         * libdecnumber: Import decNumber sources from the dfp-branch.
5837 2005-11-21  Kean Johnston  <jkj@sco.com>
5839         * config.sub, config.guess: Sync from upstream sources.
5841 2005-11-21  Ben Elliston  <bje@au.ibm.com>
5843         Import from Autoconf sources:
5845         2005-09-06  Paul Eggert  <eggert@cs.ucla.edu>
5846         * config/move-if-change: Don't output "$2 is unchanged";
5847         suggested by Ben Elliston.  Handle weird characters correctly.
5849 2005-11-18  Andreas Tobler  <a.tobler@schweiz.ch>
5851         * ltcf-c.sh (whole_archive_flag_spec): Remove '-all_load $convenience'
5852         to match upstream libtool for darwin.
5854 2005-11-11  Daniel Jacobowitz  <dan@codesourcery.com>
5856         * Makefile.def: Remove gdb dependencies for gdbtk.
5857         * Makefile.tpl (CONFIGURE_GDB_TK, INSTALL_GDB_TK): New variables.
5858         (configure-gdb, install-gdb): New rules.
5859         * configure.in: Set CONFIGURE_GDB_TK and INSTALL_GDB_TK.
5860         * Makefile.in, configure: Regenerated.
5862 2005-11-06  Janne Blomqvist  <jb@gcc.gnu.org>
5864         * MAINTAINERS (Write After Approval): Add myself.
5866 2005-11-06  Erik Edelmann  <eedelman@gcc.gnu.org>
5868         * MAINTAINERS (Write After Approval): Add myself.
5870 2005-10-24  Diego Novillo  <dnovillo@redhat.com>
5872         * MAINTAINERS (alias analysis): Add Daniel Berlin and
5873         Diego Novillo.
5875 2005-10-22  Paolo Bonzini  <bonzini@gnu.org>
5877         PR bootstrap/24297
5878         * Makefile.tpl (do-[+make-target+], do-check, install,
5879         stage[+id+]-bubble, [+compare-target+]): Ensure $$r and $$s
5880         are set before recursing.
5881         * Makefile.in: Regenerate.
5883 2005-10-20  Eric Botcazou  <ebotcazou@adacore.com>
5885         PR bootstrap/18939
5886         * Makefile.def (gcc) <target>: Fix thinko.
5887         * Makefile.in: Regenerate.
5889 2005-10-17  Bernd Schmidt  <bernd.schmidt@analog.com>
5891         * configure.in (bfin-*-*): Use test, not brackets, in if statement.
5892         * configure: Regenerate.
5894 2005-10-15  Jie Zhang  <jie.zhang@analog.com>
5896         * MAINTAINERS (Write After Approval): Add self.
5898 2005-10-08  Kazu Hirata  <kazu@codesourcery.com>
5900         * configure.in (arm-*-linux-gnueabi): Add to noconfigdirs
5901         target-libffi, target-qthreads, target-libjava, and
5902         targetlibobjc.
5903         * configure: Regenerate.
5905 2005-10-06  Daniel Jacobowitz  <dan@codesourcery.com>
5907         * Makefile.def (flags_to_pass): Add OBJDUMP_FOR_TARGET.
5908         * Makefile.tpl (BASE_TARGET_EXPORTS): Add OBJDUMP.
5909         (OBJDUMP_FOR_TARGET, CONFIGURED_OBJDUMP_FOR_TARGET)
5910         (USUAL_OBJDUMP_FOR_TARGET): New.
5911         (EXTRA_TARGET_FLAGS): Add OBJDUMP.
5912         * configure.in: Check for $OBJDUMP_FOR_TARGET.
5913         * configure, Makefile.in: Regenerated.
5915 2005-10-05  Paolo Bonzini  <bonzini@gnu.org>
5917         * Makefile.tpl (all) [gcc-no-bootstrap]: Make prebootstrap packages
5918         before other host packages.
5920 2005-10-05  Kaz Kojima  <kkojima@gcc.gnu.org>
5922         * MAINTAINERS: Add self as sh libraries/configury maintainer.
5924 2005-10-05  Paolo Bonzini  <bonzini@gnu.org>
5926         PR bootstrap/22340
5928         * configure.in (default_target): Remove.
5929         * Makefile.tpl (all): Do not use prerequisites as subroutines
5930         (all) [gcc-bootstrap]: Bootstrap gcc first if it was not done yet.
5931         (do-[+make_target+], check, install, [+bootstrap_target+]): Do not
5932         use prerequisites as subroutines.
5933         (check-host, check-target): New.
5934         (bootstrap configure & all targets): Do not use stage*-start
5935         if the directory layout is already ok.
5936         (non-bootstrap configure & all targets): Prepend a $(unstage).
5937         (stage[+id+]-bubble): Do that here.  Do not use NOTPARALLEL.
5938         (NOTPARALLEL): Remove.
5939         (unstage, stage variables): New variables.
5940         (unstage, stage targets): Simply expand to those variables.
5942         * configure: Regenerate.
5943         * Makefile.in: Regenerate.
5945 2005-10-04  James E Wilson  <wilson@specifix.com>
5947         * Makefile.def (lang_env_dependencies): Add libmudflap.
5948         * Makefile.in: Regenerate.
5950 2005-10-03  Andreas Schwab  <schwab@suse.de>
5952         Backport from libtool CVS:
5953         2002-11-03  Ossama Othman  <ossama@doc.ece.uci.edu>
5955         * ltmain.sh: add support for installing into temporary
5956         staging area (e.g. 'make install DESTDIR=...')
5958 2005-10-03  H.J. Lu  <hongjiu.lu@intel.com>
5960         * configure.in (*-*-darwin*): Build bfd, binutils and opcodes.
5961         * configure: Regenerated.
5963 2005-09-30  Andrew Pinski  <pinskia@physics.uc.edu>
5965         * configure: Regenerate with the correct
5966         autoconf version.
5968 2005-09-30  Catherine Moore  <clm@cm00re.com>
5970         * configure.in (bfin-*-*): New.
5971         * configure: Regenerated.
5973 2005-09-28  Geoffrey Keating  <geoffk@apple.com>
5975         * Makefile.tpl (BASE_TARGET_EXPORTS): Add LIPO, STRIP.
5976         (LIPO_FOR_TARGET): New.
5977         (CONFIGURED_LIPO_FOR_TARGET): New.
5978         (USUAL_LIPO_FOR_TARGET): New.
5979         (STRIP_FOR_TARGET): New.
5980         (CONFIGURED_STRIP_FOR_TARGET): New.
5981         (USUAL_STRIP_FOR_TARGET): New.
5982         * Makefile.def (flags_to_pass): Add LIPO_FOR_TARGET and
5983         STRIP_FOR_TARGET.
5984         * configure.in: Set LIPO_FOR_TARGET, STRIP_FOR_TARGET,
5985         CONFIGURED_LIPO_FOR_TARGET, CONFIGURED_STRIP_FOR_TARGET.
5986         * Makefile.in: Regenerate.
5987         * configure: Regenerate.
5989 2005-09-19  David Edelsohn  <edelsohn@gnu.org>
5991         * configure.in (powerpc-*-aix*): Add target-libssp to noconfigdirs.
5992         (rs6000-*-aix*): Same.
5993         * configure: Regenerate.
5995 2005-09-16  Tom Tromey  <tromey@redhat.com>
5997         * MAINTAINERS: Add self as java maintainer.
5999 2005-09-14  Francois-Xavier Coudert  <coudert@clipper.ens.fr>
6001         * configure.in: Recognize f95 in the --enable-languages option,
6002         and substitute it for fortran, issuing a warning.
6003         * configure: Regenerate.
6005 2005-08-30  Phil Edwards  <phil@codesourcery.com>
6007         * configure.in (*-*-vxworks*):  Add target-libstdc++-v3 to noconfigdirs.
6008         * configure:  Regenerated.
6010 2005-08-22  Aldy Hernandez  <aldyh@redhat.com>
6012         * MAINTAINERS: Add self as ms1 maintainer.
6014 2005-08-20  Richard Earnshaw  <richard.earnshaw@arm.com>
6016         * Makefile.def (libssp): Add to lang_env_dependencies.
6017         * Makefile.in: Regenerate.
6019 2005-08-18  Ian Lance Taylor  <ian@airs.com>
6021         * MAINTAINERS: Add myself as middle-end maintainer.
6023 2005-08-17  Christian Groessler  <chris@groessler.org>
6025         * Makefile.tpl: (USUAL_CC_FOR_TARGET): Add missing trailing slash.
6026         * Makefile.in: Regenerate.
6028 2005-08-15  Andreas Krebbel  <krebbel1@de.ibm.com>
6030         * MAINTAINERS (write after approval): Added myself.
6032 2005-08-12  Maciej W. Rozycki  <macro@linux-mips.org>
6034         * MAINTAINERS (Write After Approval): Add myself.
6036 2005-08-12  Paolo Bonzini  <bonzini@gnu.org>
6038         * configure.in: Replace NCN_STRICT_CHECK_TOOL with
6039         NCN_STRICT_CHECK_TOOLS, and likewise for NCN_STRICT_CHECK_TARGET_TOOLS.
6040         Look for alternate names of the target cc and c++
6041         * configure: Regenerate.
6043 2005-08-08  Paolo Bonzini  <bonzini@gnu.org>
6045         * configure.in (CC_FOR_TARGET, CXX_FOR_TARGET, GCJ_FOR_TARGET,
6046         GCC_FOR_TARGET, RAW_CXX_FOR_TARGET, GFORTRAN_FOR_TARGET): Find
6047         them with NCN_STRICT_CHECK_TARGET_TOOL, like the other target
6048         tools; remove code to manually set them.
6049         (Target tools): Look in the environment for them.
6050         * Makefile.tpl (CC_FOR_TARGET, CXX_FOR_TARGET, GCJ_FOR_TARGET,
6051         GCC_FOR_TARGET, RAW_CXX_FOR_TARGET, GFORTRAN_FOR_TARGET): Redefine.
6052         (AS_FOR_TARGET, LD_FOR_TARGET, NM_FOR_TARGET): Look into gcc
6053         build directory.
6054         (CONFIGURED_CC_FOR_TARGET, CONFIGURED_CXX_FOR_TARGET,
6055         CONFIGURED_GCJ_FOR_TARGET, CONFIGURED_GCC_FOR_TARGET,
6056         CONFIGURED_GFORTRAN_FOR_TARGET, USUAL_CC_FOR_TARGET,
6057         USUAL_CXX_FOR_TARGET, USUAL_GCJ_FOR_TARGET, USUAL_GCC_FOR_TARGET,
6058         USUAL_RAW_CXX_FOR_TARGET, USUAL_GFORTRAN_FOR_TARGET): New.
6059         (CXX_FOR_TARGET_FOR_RECURSIVE_MAKE,
6060         RAW_CXX_FOR_TARGET_FOR_RECURSIVE_MAKE, RECURSE_FLAGS): Delete.
6061         * configure: Regenerate.
6062         * Makefile.in: Regenerate.
6064 2005-07-28  Ben Elliston  <bje@au.ibm.com>
6066         * MAINTAINERS: Update for removed CPU targets.
6068 2005-07-27  Mark Mitchell  <mark@codesourcery.com>
6070         * Makefile.tpl (EXTRA_TARGET_FLAGS): Set LDFLAGS=LDFLAGS_FOR_TARGET.
6071         * Makefile.def (flags_to_pass): Add LDFLAGS_FOR_TARGET.
6072         * Makefile.in: Regenerated.
6074 2005-07-26  Mark Mitchell  <mark@codesourcery.com>
6076         * Makefile.tpl (SYSROOT_CFLAGS_FOR_TARGET): New variable.
6077         (CFLAGS_FOR_TARGET): Use it.
6078         (CXXFLAGS_FOR_TARGET): Likewise.
6079         * Makefile.in: Regenerated.
6080         * configure.in (--with-build-sysroot): New option.
6081         * configure: Regenerated.
6083 2005-07-24  Paolo Bonzini  <bonzini@gnu.org>
6085         * Makefile.tpl: Wrap install between unstage and stage
6086         * Makefile.in: Regenerate.
6088 2005-07-21  Eric Christopher  <echristo@apple.com>
6090         * MAINTAINERS: Update affiliation.
6092 2005-07-21  Paul Woegerer  <paul.woegerer@nsc.com>
6094         * MAINTAINERS: Add self as crx port maintainer.
6096 2005-07-20  DJ Delorie  <dj@redhat.com>
6098         * MAINTAINERS: Add self as m32c maintainer.
6100 2005-07-16  Kelley Cook  <kcook@gcc.gnu.org>
6102         * all files: Update FSF address.
6104 2005-07-15  Eric Christopher  <echristo@redhat.com>
6106         * MAINTAINERS: Change affiliation.
6108 2005-07-14  Jim Blandy  <jimb@redhat.com>
6110         * configure.in: Add cases for Renesas m32c.
6111         * configure: Regenerated.
6113 2005-07-14  Kelley Cook  <kcook@gcc.gnu.org>
6115         * COPYING.LIB: Update from fsf.org.
6117 2005-07-14  Kelley Cook  <kcook@gcc.gnu.org>
6119         * COPYING, compile, config.guess,
6120         config.sub, install-sh, missing, mkinstalldirs,
6121         symlink-tree, ylwrap: Sync from upstream sources.
6122         * config-ml.in: Update FSF address.
6124 2005-07-13  Eric Christopher  <echristo@redhat.com>
6126         * configure.in: Add toplevel noconfigdir support for tpf.
6127         * configure: Regenerate.
6129 2005-07-11  Paolo Bonzini  <bonzini@gnu.org>
6131         PR ada/22340
6133         * Makefile.tpl (POSTSTAGE1_FLAGS_TO_PASS): Fix pasto.
6134         * Makefile.in: Regenerate.
6136 2005-07-07  Mark Mitchell  <mark@codesourcery.com>
6138         * MAINTAINERS: Remove Dave Brolley as a cpplib maintainer.  Add Dave
6139         Brolley to write-after-approval.
6141 2005-07-07  Andreas Schwab  <schwab@suse.de>
6143         * Makefile.def (flags_to_pass): Add CFLAGS_FOR_BUILD.
6144         * Makefile.tpl (EXTRA_GCC_FLAGS): Don't pass CFLAGS_FOR_BUILD here.
6145         * Makefile.in: Regenerated.
6147 2005-07-06  Geoffrey Keating  <geoffk@apple.com>
6149         * configure.in: Don't build sim or rda when targetting darwin.
6150         * configure: Regenerate.
6152 2005-07-06  Kazu Hirata  <kazu@codesourcery.com>
6154         * configure.in: Add --enable-libssp and --disable-libssp.
6155         * configure: Regenerate with autoconf-2.13.
6157 2005-07-02  Jakub Jelinek  <jakub@redhat.com>
6159         * Makefile.def (target_modules): Add libssp.
6160         * configure.in (target_libraries): Add target-libssp.
6161         * configure: Rebuilt.
6162         * Makefile.in: Rebuilt.
6164 2005-07-01  Zack Weinberg  <zackw@panix.com>
6166         * MAINTAINERS: Change email address.  Resign from maintainership.
6168 2005-07-01  Richard Guenther  <rguenther@suse.de>
6170         * MAINTAINERS: Change my e-mail address and affiliation.
6172 2005-06-22  Paolo Bonzini  <bonzini@gnu.org>
6174         * Makefile.def (stagefeedback): Come after profile.
6175         Define profiledbootstrap target.
6176         * Makefile.tpl (profiledbootstrap): Remove.
6177         (stageprofile-end): Zap stagefeedback.
6178         (stagefeedback-start): Copy all .gcda files, not only GCC's.
6179         * Makefile.in: Regenerate.
6181 2005-06-13  Richard Sandiford  <richard@codesourcery.com>
6183         * MAINTAINERS: Update my email address.
6185 2005-06-13  Zack Weinberg  <zack@codesourcery.com>
6187         * depcomp: Update from automake CVS.  Add 'ia64hp' stanza.
6188         In 'cpp' stanza, support '#line' as well as '# '.
6190 2005-06-08  Andreas Schwab  <schwab@suse.de>
6192         * MAINTAINERS: Move myself from 'Write After Approval' to
6193         'CPU Port Maintainers' section as m68k maintainer.
6195 2005-06-07  Hans-Peter Nilsson  <hp@axis.com>
6197         * configure.in (unsupported_languages): New macro.
6198         <mmix-knuth-mmixware>: Set unsupported_languages.  Name explicit
6199         non-ported target libraries in noconfigdirs.
6200         <cris-*, crisv32-*> Ditto, except for non-aout, non-elf,
6201         non-linux-gnu.  Remove libgcj_ex_libffi.
6202         <lang_frag loop>: Set add_this_lang=no if the language is in
6203         unsupported_languages.
6204         * configure: Regenerate.
6206 2005-06-04  Tobias Schl"uter  <tobias.schlueter@physik.uni-muenchen.de>
6208         * configure.in: Fix typo in handling of --with-mpfr-dir.
6209         * configure: Regenerate.
6211 2005-06-04  Richard Sandiford  <rsandifo@nildram.co.uk>
6213         * MAINTAINERS: Update my email address.
6215 2005-06-02  Jim Blandy  <jimb@redhat.com>
6217         * config.sub: Add cases for the Renesas m32c.  (This patch has been
6218         accepted into the master sources.)
6220 2005-06-02  Aldy Hernandez  <aldyh@redhat.com>
6221             Michael Snyder  <msnyder@redhat.com>
6222             Stan Cox  <scox@redhat.com>
6224         * configure.in: Set noconfigdirs for ms1.
6226         * configure: Regenerate.
6228 2005-06-01  Jerry DeLisle  <jvdelisle@verizon.net>
6230         * MAINTAINERS (Write After Approval): Add self.
6232 2005-06-01  Josh Conner  <jconner@apple.com>
6234         * MAINTAINERS (Write After Approval): Add self.
6236 2005-06-01  Kazu Hirata  <kazu@codesourcery.com>
6238         * MAINTAINERS: Update my email address.
6240 2005-05-27  Ziga Mahkovec  <ziga.mahkovec@klika.si>
6242         * MAINTAINERS (Write After Approval): Add self.
6244 2005-05-26  Chris Demetriou  <cgd@broadcom.com>
6246         * MAINTAINERS (Write After Approval): Remove self.
6248 2005-05-25  Paolo Bonzini  <bonzini@gnu.org>
6250         * Makefile.tpl (stage[+id+]-start): Iterate over target module as well.
6251         (Dependencies): Consider target modules for bootstrap dependencies.
6252         Make target bootstrap modules depend on each stage's gcc.
6253         * Makefile.in: Regenerate.
6255 2005-05-20  Paolo Bonzini  <bonzini@gnu.org>
6257         * Makefile.def (configure-gcc): Depend on binutils having been built.
6258         (all-gcc): No need to do it here.
6259         * Makefile.in: Regenerate.
6261 2005-05-19  Paul Brook  <paul@codesourcery.com>
6263         * configure.in: Rewrite misleading error message when requested
6264         language cannot be built.
6265         * configure: Regenerate.
6267 2005-05-15  Daniel Jacobowitz  <dan@codesourcery.com>
6269         * ylwrap: Import from Automake 1.9.5.
6271 2005-05-13  David Ung  <davidu@mips.com>
6273         * MAINTAINERS (Write After Approval): Add self.
6275 2005-05-09  Mike Stump  <mrs@apple.com>
6277         * libtool.m4 (AC_LIBTOOL_SYS_MAX_CMD_LEN): Use quotes on
6278         lt_cv_sys_max_cmd_len for now.
6280 2005-05-09  Stan Cox  <scox@redhat.com>
6282         * MAINTAINERS: Remove self, add Nick Clifton as iq2000 maintainer.
6284 2005-05-08  Matt Kraai  <kraai@ftbfs.org>
6286         * README.SCO: Update the URL.
6288 2005-05-05  David Edelsohn  <edelsohn@gnu.org>
6290         * ltconfig: Define file_list_spec.  Pass file_list_spec and
6291         with_gnu_ld to libtool.
6292         * ltcf-c.sh (aix[45]): Define file_list_spec.
6293         * ltcf-cxx.sh (aix[45]): Same.
6294         * ltcf-gcj.sh (aix[45]): Same.
6295         * ltmain.sh: If command exceeds max_cmd_len and file_list_spec
6296         exists, write list of input files to temporary file.
6298 2005-05-04  Mike Stump  <mrs@apple.com>
6300         * configure.in: Always pass --target to target configures as
6301         otherwise rebuilds that do --recheck will fail.
6302         * confiugure: Rebuilt.
6304 2005-05-04  Paolo Bonzini  <bonzini@gnu.org>
6306         * Makefile.tpl (POSTSTAGE1_HOST_EXPORTS): Rename from
6307         STAGE_HOST_EXPORTS.
6308         (configure, all): Add bootstrap support.
6309         (Host modules, target modules): Pass post-stage1 flags and exports.
6310         (Top-level bootstrap): Remove bootstrap rules, expanded elsewhere.
6311         * Makefile.in: Regenerate.
6313 2005-04-29  Paolo Bonzini  <bonzini@gnu.org>
6315         * configure: Regenerate.
6317 2005-04-27  Mike Stump  <mrs@apple.com>
6319         * MAINTAINERS: Add self as darwin maintainer.
6321 2005-04-22  Bernd Schmidt  <bernd.schmidt@analog.com>
6323         * config.sub: Update from master copy.
6325 2005-04-21  Mike Stump  <mrs@apple.com>
6327         * MAINTAINERS: Add self as Objective-C/Objective-C++ maintainer.
6328         * MAINTAINERS: Add Zem as Objective-C++ maintainer.
6330 2005-04-19  Hans-Peter Nilsson  <hp@axis.com>
6332         * configure.in <crisv32-*-*, cris-*-*>: New local variable
6333         libgcj_ex_libffi.  Have specific match for *-*-linux*.  Separate
6334         matches for "*-*-aout" and "*-*-elf".  Don't disable libffi for
6335         "*-*-elf" and "*-*-linux*".
6336         * configure: Regenerate.
6338 2005-04-14  Joseph S. Myers  <joseph@codesourcery.com>
6340         * MAINTAINERS (Various Maintainers): Add self as i18n maintainer.
6342 2005-04-12  Mike Stump  <mrs@apple.com>
6344         * libtool.m4: Update AC_LIBTOOL_SYS_MAX_CMD_LEN bits from upstream.
6346 2005-04-04  Thomas Koenig  <Thomas.Koenig@online.de>
6348         * MAINTAINERS (Write After Approval): Add myself.
6350 2005-04-07  Bernd Schmidt  <bernd.schmidt@analog.com>
6352         * MAINTAINERS (Port Maintainers): Add self for Blackfin.
6354 2005-04-06  Paolo Bonzini  <bonzini@gnu.org>
6356         * Makefile.tpl (BUILD_CONFIGARGS): Include --with-build-subdir.
6357         (TARGET_CONFIGARGS): Include --with-target-subdir.
6358         (configure, all): New macros.  Use them throughout.
6359         * Makefile.in: Regenerate.
6361 2005-04-04  Jon Grimm  <jgrimm2@us.ibm.com>
6363         * MAINTAINERS (Write After Approval): Add myself.
6365 2005-03-31  Zdenek Dvorak  <rakdver@atrey.karlin.mff.cuni.cz>
6367         * MAINTAINERS: Remove 'loop unrolling' maintainer.
6369 2005-03-30  Gerald Pfeifer  <gerald@pfeifer.com>
6371         * MAINTAINERS: Move John Carr to Write After Approval.
6373 2005-03-30  J"orn Rennecke  <joern.rennecke@st.com>
6375         * config/mh-mingw32: Delete.
6376         * configure.in: Don't use it.
6377         * configure: Regenerate.
6379 2005-03-31  Paolo Bonzini  <bonzini@gnu.org>
6381         * Makefile.def (bfd, opcodes, libstdc++-v3, libmudflap): Set lib_path.
6382         * Makefile.tpl (SET_LIB_PATH, REALLY_SET_LIB_PATH): Remove.
6383         (HOST_EXPORTS, STAGE_HOST_EXPORTS, TARGET_EXPORTS): Set RPATH_ENVVAR.
6384         (HOST_LIB_PATH): Generate from Makefile.def.
6385         (TARGET_LIB_PATH): Likewise.
6386         (Old bootstrap targets): Include TARGET_LIB_PATH into RPATH_ENVVAR.
6387         * Makefile.in: Regenerate.
6388         * configure.in (set_lib_path, SET_LIB_PATH, SET_GCC_LIB_PATH): Remove.
6389         (RPATH_ENVVAR): Include Darwin case.
6390         * configure: Regenerate.
6392 2005-03-29  Thomas Fitzsimmons  <fitzsim@redhat.com>
6394         * MAINTAINERS (Various Maintainers): Remove self.
6395         (Write After Approval): Add self.
6397 2005-03-26  Thomas Fitzsimmons  <fitzsim@redhat.com>
6399         * MAINTAINERS (Various Maintainers): Add self.
6401 2005-03-25  Paolo Bonzini  <bonzini@gnu.org>
6403         * configure.in (RPATH_ENVVAR): Set to DYLD_LIBRARY_PATH on Darwin.
6404         * configure: Regenerate.
6406 2005-03-21  Zack Weinberg  <zack@codesourcery.com>
6408         * Makefile.def: Remove libstdcxx_incdir, libsubdir, gxx_include_dir,
6409         gcc_version, and gcc_version_trigger from set of flags to pass.
6410         * Makefile.tpl: Remove definitions of above variables.
6411         (config.status): Remove dependency on $(gcc_version_trigger).
6412         * Makefile.in: Regenerate.
6413         * configure.in: Do not reference config/gcc-version.m4 nor
6414         config/gxx-include-dir.m4.  Do not invoke TL_AC_GCC_VERSION nor
6415         TL_AC_GXX_INCLUDE_DIR.  Do not set gcc_version_trigger.
6416         * configure: Regenerate.
6418 2005-03-16  Manfred Hollstein  <manfred.h@gmx.net>
6419             Andrew Pinski  <pinskia@physics.uc.edu>
6421         * Makefile.tpl (check-[+module+]): Fix shell statement inside if ... fi.
6422         * Makefile.in: Regenerate.
6424 2005-03-13  Feng Wang  <fengwang@nudt.edu.cn>
6426         * MAINTAINERS (Write After Approval): Add myself.
6428 2005-03-03  David Ayers  <d.ayers@inode.at>
6430         * MAINTAINERS (Write After Approval): Add myself.
6432 2005-03-01  Alexandre Oliva  <aoliva@redhat.com>
6434         PR libgcj/20160
6435         * ltmain.sh: Avoid creating archives with components that have
6436         duplicate basenames.
6438 2005-02-28  Andrew Pinski  <pinskia@physics.uc.edu>
6440         PR bootstrap/20250
6441         * Makefile.tpl (HOST target installs): Fix copy and pasto, use install
6442         instead of check.
6443         * Makefile.in: Regenerate.
6445 2005-02-28  Paolo Bonzini  <bonzini@gnu.org>
6447         * Makefile.in: Regenerate to fix conflict between the previous two
6448         patches.
6450 2005-02-28  Paolo Bonzini  <bonzini@gnu.org>
6452         PR bootstrap/17383
6453         * Makefile.def (target_modules): Remove "stage", now unnecessary.
6454         * Makefile.tpl (HOST_SUBDIR): New substitution.
6455         (STAGE_HOST_EXPORTS, EXPECT, HOST_LIB_PATH, USUAL_AR_FOR_TARGET,
6456         USUAL_AS_FOR_TARGET, USUAL_DLLTOOL_FOR_TARGET, USUAL_GCC_FOR_TARGET,
6457         USUAL_LD_FOR_TARGET, USUAL_NM_FOR_TARGET, USUAL_OBJDUMP_FOR_TARGET,
6458         USUAL_RANLIB_FOR_TARGET, USUAL_WINDRES_FOR_TARGET): Use it.
6459         (Host modules, Bootstrapped modules): Use it.
6460         (Build modules, Target modules): Do not create symlink trees,
6461         always configure out-of-srcdir.
6462         (distclean): Try removing $(host_subdir) with rm before using rm -rf.
6463         * configure.in (FLAGS_FOR_TARGET, CC_FOR_TARGET, GCJ_FOR_TARGET,
6464         GFORTRAN_FOR_TARGET, CXX_FOR_TARGET, RAW_CXX_FOR_TARGET): Use
6465         $(HOST_SUBDIR).  Create a symlink for host_subdir.
6467         * Makefile.in: Regenerate.
6468         * configure: Regenerate.
6470 2005-02-28  Nathanael Nerode  <neroden@gcc.gnu.org>
6472         Merged from libada-gnattools-branch:
6473         2004-11-28  Nathanael Nerode  <neroden@gcc.gnu.org>
6475         * gnattools: New directory.
6476         * Makefile.def: Add gnattools as a module, depending on target-libada.
6477         * Makefile.in: Regenerate.
6478         * configure.in: Include gnattools in host_tools; disable it if ada
6479         is disabled.
6480         * configure: Regenerate.
6482 2005-02-24  James A. Morrison  <phython@gcc.gnu.org>
6484         * MAINTAINERS (Language Front Ends Maintainers): Add myself as
6485         treelang maintainer.
6486         (Write After Approval): Remove myself.
6488 2005-02-23  Paul Schlie  <schlie@comcast.net>
6490         * configure.in: Allow darwin targeted ports to build tk, itcl and
6491         libgui.
6492         * configure: Regenerate.
6494 2005-02-21  Eric Botcazou  <ebotcazou@libertysurf.fr>
6496         PR libgcj/10353
6497         * configure.in (noconfigdirs) <sparc-*-solaris2.[0-6]>: Add libgcj.
6498         * configure: Regenerate.
6500 2005-02-18  Steven G. Kargl  <kargl@gcc.gnu.org>
6502         * MAINTAINERS (Write After Approval): Add myself.
6504 2005-02-10  Ian Lance Taylor  <ian@airs.com>
6506         * MAINTAINERS: Update my e-mail address.
6508 2005-02-02  Richard Guenther  <rguenth@gcc.gnu.org>
6510         * MAINTAINERS (Write After Approval): Add myself.
6512 2005-01-29  Hans-Peter Nilsson  <hp@axis.com>
6514         * configure.in (noconfigdirs) <crisv32-*-*>: Match like cris-*-*.
6515         <crisv32-*-*, cris-*-*>: Only disable target-newlib and
6516         target-libgloss when not *-*-elf and *-*-aout.
6517         * configure: Regenerate.
6519 2005-01-23  Kazu Hirata  <kazu@cs.umass.edu>
6521         * MAINTAINERS: Remove obsolete entries.
6523         * MAINTAINERS (Write After Approval): Add Michael Matz.
6525 2005-01-19  Neil Booth  <neil@daikokuya.co.uk>
6527         * MAINTAINERS: Remove self as cpplib maintainer.
6529 2005-01-17  Kelley Cook  <kcook@gcc.gnu.org>
6531         * install-sh, config.sub: Import from upstream.
6533 2005-01-17  Kelley Cook  <kcook@gcc.gnu.org>
6535         PR bootstrap/18222
6536         * Makefile.def: Pass CPPFLAGS_FOR_TARGET.
6537         * Makefile.tpl: Define target CPPFLAGS on CPPFLAGS_FOR_TARGET.
6538         * Makefile.in: Regenerate.
6540 2005-01-16  Jason Thorpe  <thorpej@netbsd.org>
6542         * MAINTAINERS: Update my email address.
6544 2005-01-12  David Edelsohn  <edelsohn@gnu.org>
6545             Andreas Schwab  <schwab@suse.de>
6547         PR bootstrap/18033
6548         * config-ml.in: Eval option if surrounded by single quotes.
6550 2005-01-03  Paolo Bonzini  <bonzini@gnu.org>
6552         Revert 2004-12-28 Makefile changes, a better fix will be
6553         applied to mainline and src after GCC 4.0 branches.
6555 2004-12-28  Paolo Bonzini  <bonzini@gnu.org>
6557         PR bootstrap/17383
6559         * Makefile.def (target_modules): Remove stage parameter,
6560         it is always true now.
6561         * Makefile.tpl (configure-build-[+module+],
6562         configure-target-[+module+]): Always build symlink tree
6563         for the directory and for include.  BUILD_SUBDIR and
6564         TARGET_SUBDIR cannot be . anymore.
6565         * Makefile.in: Regenerate.
6567 2004-12-25  David Edelsohn  <edelsohn@gnu.org>
6569         Revert 2004-12-08 Makefile changes.
6571 2004-12-17  Danny Smith  <dannysmith@users.sourceforge.net>
6573         * MAINTAINERS: Move myself to OS Port Maintainers for windows,
6574         cygwin, mingw.
6576 2004-12-16  Andrew Stubbs  <andrew.stubbs@st.com>
6578         * configure.in (sh64-*-*): Reenable gprof.
6579         * configure: Regenerate.
6581 2004-12-08  David Edelsohn  <edelsohn@gnu.org>
6583         * Makefile.def (flags_to_pass): Add PICFLAG_FOR_TARGET.
6584         * Makefile.tpl (EXTRA_HOST_FLAGS): Add PICFLAG.
6585         (EXTRA_TARGET_FLAGS): Add PICFLAG.
6586         * Makefile.in: Regenerate.
6588 2004-12-08  Christopher Faylor  <cgf@gcc.gnu.org>
6590         * MAINTAINERS: Update my email address.
6592 2004-12-07  Matt Kraai  <kraai@ftbfs.org>
6594         * Makefile.tpl: Generate normal dependencies if the LHS module is
6595         not bootstrapped.
6596         * Makefile.in: Regenerate.
6598 2004-12-03  Richard Sandiford  <rsandifo@redhat.com>
6600         * configure.in: Include config/gxx-include-dir.m4.  Use
6601         TL_AC_GXX_INCLUDE_DIR.  Remove some now-redundant AC_SUBSTs.
6602         * configure: Regenerate.
6604 2004-12-03  Richard Sandiford  <rsandifo@redhat.com>
6606         * config.if: Delete.
6607         * configure.in: Set libstdcxx_incdir directly.
6608         * configure: Regenerate.
6610 2004-12-02  Eric Christopher  <echristo@redhat.com>
6612         * Makefile.tpl (clean-target-libgcc): Make change in correct place.
6613         * Makefile.in: Regenerate.
6615 2004-12-02  Richard Sandiford  <rsandifo@redhat.com>
6617         * configure.in: Clear gcc_version_trigger if the file doesn't exist.
6618         * configure: Regenerate.
6620 2004-12-02  Richard Sandiford  <rsandifo@redhat.com>
6622         * configure.in: Include config/gcc-version.m4.  Use TL_AC_GCC_VERSION
6623         to set gcc_version_trigger.  Remove some now-redundant AC_SUBSTs.
6624         * configure: Regenerate.
6626 2004-12-01  Eric Christopher  <echristo@redhat.com>
6628         * Makefile.in (clean-target-libgcc): Add stmp-dirs to list
6629         of things to remove.
6631 2004-11-29  Matt Kraai  <kraai@ftbfs.org>
6633         * MAINTAINERS (Write After Approval): Update my e-mail address.
6635 2004-11-29  Kelley Cook  <kcook@gcc.gnu.org>
6637         * libtool.m4 (AC_DEPLIBS_CHECK_METHOD): Re-import linux-gnu case
6638         from CVS libtool to always pass_all.
6640 2004-11-25  John David Anglin  <dave.anglin@nrc-cnrc.gc.ca>
6642         * configure.in (hppa*-*-linux*): Don't add libgcj to noconfigdirs.
6643         (hppa*64*-*-*): Delete incorrect comment.
6644         * configure: Rebuilt.
6646 2004-11-24  Kelley Cook  <kcook@gcc.gnu.org>
6648         * libtool.m4 (AC_DEPLIBS_CHECK_METHOD): Revert previous change.
6650 2004-11-24  Kelley Cook  <kcook@gcc.gnu.org>
6652         * libtool.m4 (AC_DEPLIBS_CHECK_METHOD): Import linux-gnu case
6653         from CVS libtool to always pass_all.
6655 2004-11-15  Kelley Cook  <kcook@gcc.gnu.org>
6657         * install-sh, compile: Import from automake.
6659 2004-11-15  Kelley Cook  <kcook@gcc.gnu.org>
6661         * config.guess, config.sub:  Import from savannnah.
6663 2004-11-12  Scott Robert Ladd  <scott.ladd@coyotegulch.com>
6665         * MAINTAINERS (Write After Approval): Add myself
6667 2004-11-12  Mike Stump  <mrs@apple.com>
6669         * Makefile.def: Add html support.
6670         * Makefile.tpl: Likewise.
6671         * Makefile.in: Regenerate.
6673 2004-11-11  Geoffrey Keating  <geoffk@apple.com>
6675         PR 18423
6676         * configure.in: Remove all instances of build-fixincludes from
6677         noconfigdirs.
6678         (build_configargs): Supply --target to subdirectories.
6679         * configure: Regenerate.
6681         * Makefile.def: Make gcc install depend on fixincludes install.
6682         * Makefile.in: Regenerate.
6684 2004-11-10  Janis Johnson  <janis187@us.ibm.com>
6686         * MAINTAINERS: Add myself as gcc testsuite maintainer.
6688 2004-11-11  Paul Brook  <paul@codesourcery.com>
6690         * MAINTAINERS: Add self as arm maintainer.  Update email address.
6692 2004-11-08  Hans-Peter Nilsson  <hp@bitrange.com>
6694         * configure.in (noconfigdirs) [mmix-*-*]: Disable
6695         target-libgfortran.
6696         * configure: Regenerate.
6698 2004-11-07  David Edelsohn  <edelsohn@gnu.org>
6700         * config-ml.in: Pass FCFLAGS for multilibs, handle GFORTRAN
6701         like CC.
6703 2004-11-05  Paolo Bonzini  <bonzini@gnu.org>
6705         * Makefile.def (host fixincludes): Specify missing targets.
6706         * Makefile.in: Regenerate.
6708 2004-11-05  Ralf Corsepius  <ralf.corsepius@rtems.org>
6710         * MAINTAINERS: Add myself
6712 2004-11-05  Gabor Loki  <loki@inf.u-szeged.hu>
6714         * MAINTAINERS (Write After Approval): Add myself.
6716 2004-11-04  Geoffrey Keating  <geoffk@apple.com>
6718         * Makefile.def: Build fixincludes for the host, too.
6719         * Makefile.in: Regenerate.
6720         * configure.in (host_tools): Add fixincludes.
6721         * configure: Regenerate.
6723 2004-11-04  Daniel Jacobowitz  <dan@debian.org>
6725         * configure.in (arm-*-oabi*, thumb-*-oabi*): Remove.
6726         * configure: Regenerated.
6728 2004-11-04  H.J. Lu  <hongjiu.lu@intel.com>
6730         PR other/17783
6731         * configure.in: Set up LD_LIBRARY_PATH by default for gcc.
6732         * configure: Regenerated.
6734 2004-10-31  Mark Mitchell  <mark@codesourcery.com>
6736         * README.SCO: Update per FSF instructions.
6738 2004-10-28  Eric B. Weddington  <ericw@evcohs.com>
6740         PR target/18151
6741         * configure.in (case ${target}): Do not build fixincludes for avr.
6742         * configure: Regenerated.
6744 2004-10-26  Paolo Bonzini  <bonzini@gnu.org>
6746         * configure.in (case ${target}): Do not build fixincludes
6747         on platforms where it is not used.
6748         * configure: Regenerated.
6750 2004-10-23  Daniel Jacobowitz  <dan@debian.org>
6752         * configure.in: Use an absolute path to install-sh.
6753         * configure: Regenerated.
6755 2004-10-19  Aaron W. LaFramboise  <aaronavay62@aaronwl.com>
6757         * MAINTAINERS (Write After Approval): Add myself.
6759 2004-10-19  Kazu Hirata  <kazu@cs.umass.edu>
6761         * MAINTAINERS: Remove from Write After Approval those that are
6762         already maintainers.
6764 2004-10-19  Sebastian Pop  <pop@cri.ensmp.fr>
6766         * MAINTAINERS:  Update my email address.
6768 2004-10-12  Kelley Cook  <kcook@gcc.gnu.org>
6770         * configure.in (*-*-cygwin*): Supress warning if newlib not present.
6771         * configure: Regenerate.
6773 2004-10-07  J"orn Rennecke  <joern.rennecke@st.com>
6775         * MAINTAINERS:  Update my email address.
6777 2004-10-07  Kazu Hirata  <kazu@cs.umass.edu>
6779         * MAINTAINERS (Language Front Ends Maintainers): New.  Move
6780         entries belonging to this category.
6782 2004-10-06  Josef Zlomek  <josef.zlomek@email.cz>
6784         * MAINTAINERS: Update my e-mail address.
6786 2004-10-06  Paolo Bonzini  <bonzini@gnu.org>
6788         Fix wrong conflict resolution in:
6790         2004-08-16  Paolo Bonzini  <bonzini@gnu.org>
6792         * Makefile.in: Regenerate.
6793         * Makefile.tpl (Autogenerated `all-*' targets): Invoke $(TARGET-*)
6794         in the recursive `make', instead of hardwiring `all'.
6795         (Autogenerated TARGET-* variables): New.
6797 2004-10-05  Tomer Levi  <Tomer.Levi@nsc.com>
6799         * configure.in: Enable target-libgloss for crx-*-*.
6800         * configure: Regenerate.
6802 2004-10-04  Kazu Hirata  <kazu@cs.umass.edu>
6804         * MAINTAINERS (Various Maintainers): Move the "windows,
6805         cygwin, mingw" maintainer to ...
6806         (OS Port Maintainers): ... here.
6808 2004-10-04  Kazu Hirata  <kazu@cs.umass.edu>
6810         * MAINTAINERS (Write After Approval): Remove those that are
6811         maintainers of some subsystem.
6813 2004-10-02  P.J. Darcy  <darcypj@us.ibm.com>
6815         * ltcf-c.sh (tpf*): Add ld_shlibs=yes.
6816         * ltcf-cxx.sh (tpf*): Likewise.
6817         * ltconfig (tpf*): Add TPF OS configuration support.
6819 2004-10-01  Bernd Schmidt  <bernds_cb1@t-online.de>
6821         * MAINTAINERS: Change my email address to my new work account.
6823 2004-09-24  Michael Roth  <mroth@nessie.de>
6825         * configure.in (--without-headers): Add missing double quotes.
6826         * configure: Regenerate.
6828 2004-09-24  Kelley Cook  <kcook@gcc.gnu.org>
6830         * ylwrap: Revert to previous version.
6832 2004-09-23  H.J. Lu  <hongjiu.lu@intel.com>
6834         PR bootstrap/17369
6835         * Makefile.tpl (REALLY_SET_LIB_PATH): Add @SET_GCC_LIB_PATH@.
6836         (HOST_EXPORTS]): Add @SET_GCC_LIB_PATH@. Set and export
6837         SET_GCC_LIB_PATH_CMD.
6838         (BASE_TARGET_EXPORTS): Likewise.
6839         * Makefile.in: Regenerated.
6841         * configure.in (SET_GCC_LIB_PATH): Set and substitute.
6842         * configure: Regenerated.
6844 2004-09-23  Kelley Cook  <kcook@gcc.gnu.org>
6846         * config.guess: New upstream version
6847         * compile, depcomp, install-sh, ylwrap: Likewise.
6849 2004-09-19  Roger Sayle  <roger@eyesopen.com>
6851         * config/mh-x86omitfp: New host makefile fragment.  Add
6852         -fomit-frame-pointer to the default BOOT_CFLAGS.
6853         * configure.in: Use it to speed up bootstrap on some IA-32 hosts.
6854         * configure: Regenerate.
6856 2004-09-15  Andrew Pinski  <pinskia@physics.uc.edu>
6858         PR target/11572
6859         * configure.in (*-*-darwin*): Renable libobjc.
6860         * configure: Regenerate.
6862 2004-09-10  Nathan Sidwell  <nathan@codesourcery.com>
6864         * MAINTAINERS: Add self as c++ and type-safe vector maintainer.
6866 2004-09-09  Daniel Berlin  <dberlin@dberlin.org>
6868         * Makefile.def: Remove libbanshee.
6869         * Makefile.tpl: Ditto.
6870         * configure.in: Ditto.
6871         * Makefile.in: Regen.
6872         * configure: Ditto.
6874 2004-09-08  David Edelsohn  <edelsohn@gnu.org>
6876         * ltmain.sh: Use $pic_object as $non_pic_object if
6877         $non_pic_object=none.
6879 2004-09-07  Paolo Bonzini  <bonzini@gnu.org>
6881         * missing: Import latest version from master repository.
6883 2004-09-06  Nick Clifton  <nickc@redhat.com>
6885         * config.sub: Import latest version from master repository.
6886         * config.guess: Likewise.
6887         This includes these changes:
6889         2004-08-27  Hans-Peter Nilsson  <hp@axis.com>
6891         * config.sub: Handle crisv32, alias etraxfs.
6892         * config.guess (crisv32:Linux:*:*): Handle.
6894         2004-08-13  Brad Smith  <brad@comstyle.com>
6896         * config.guess (*:OpenBSD:*:*): Remove defunct MIPS machines.
6897         (sgi:OpenBSD:*:*): Emit mips64, not mipseb.
6899         2004-08-11  Paul Eggert  <eggert@cs.ucla.edu>
6901         * config.guess (*:Darwin:*:*): If uname -p reports "unknown",
6902         assume the processor is a powerpc.  This is because coreutils
6903         uname (at least versions 4.5.7 through 5.2.1) outputs "unknown"
6904         in this case, due to a MacOS X bug that causes
6905         sysctl ((int[]) {CTL_HW, HW_MACHINE_ARCH}, 2, buffer, &bufsize, 0, 0)
6906         to return a negative number.
6907         Problem reported by Petter Reinholdtsen in:
6908         http://lists.gnu.org/archive/html/bug-gnu-utils/2003-02/msg00201.html
6910         2004-07-19  Ben Elliston  <bje@gnu.org>
6912         * config.guess (S7501:*:4.0:3.0): Handle NCR System V UNIX machine.
6914         2004-06-24  Ben Elliston  <bje@gnu.org>
6916         * config.guess: Update copyright years.
6917         * config.sub: Likewise.
6919         2004-06-22  Robert Millan  <robertmh@gnu.org>
6921         * config.guess (*:FreeBSD:*:*): Remove check for glibc (unneeded
6922         since GNU/kFreeBSD systems match *:GNU/*:*:* instead).
6924         2004-06-22  Stanley F. Quayle <stan@stanq.com>
6926         * config.guess (*:*VMS:*:*): New entry. Replaces
6927         Alpha:OpenVMS:*. Recognize and advertise all VMS flavors as dec
6928         manufacturer.
6930         2004-06-22  Ben Elliston  <bje@gnu.org>
6932         * config.guess: Cray fixes from Wendy Palm <wendyp@cray.com>.
6933         * config.sub: Likewise.
6935         2004-06-22  Ben Elliston  <bje@gnu.org>
6937         Reported by Hans-Peter Nilsson <hp@bitrange.com>:
6938         * config.sub: Correctly handle mmix-knuth and mmix-knuth-mmixware.
6940         2004-06-11  Ben Elliston  <bje@gnu.org>
6942         * config.guess (pegasos:OpenBSD:*:*): Remove.
6944         2004-06-11  Ben Elliston  <bje@gnu.org>
6946         From Wouter Verhelst <wouter@grep.be>:
6947         * config.guess (M68*:*:R3V[5678]:*): Detect R3V8.
6949         2004-06-11  Ben Elliston  <bje@gnu.org>
6951         * config.guess (luna88k:OpenBSD:*:*): New.
6953         2004-03-12  Kazuhiro Inaoka  <inaoka.kazuhiro@renesas.com>
6955         * config.guess (m32r*:Linux:*:*): New case.
6956         * config.sub: Handle m32rle.
6958         2004-03-12  Ben Elliston  <bje@wasabisystems.com>
6960         From Jens Petersen  <petersen@redhat.com>:
6961         * config.sub: Handle sparcv8.
6963         2004-03-03  Ben Elliston  <bje@wasabisystems.com>
6965         From Tom Smith <smith@cag.lkg.hp.com>:
6966         * config.guess: Version suffixes are equally significant on Tru64
6967         V4.* and V5.*, so do not ignore them on V5.*.  Handle a version
6968         prefix of "P" (patched kernel).
6970         2004-02-23  Tal Agmon  <Tal.Agmon@nsc.com>
6972         * config.sub: Add support for National Semiconductor CRX target.
6974 2004-09-03  Janis Johnson  <janis187@us.ibm.com>
6976         * MAINTAINERS (Various Maintainers): Remove myself as web page
6977         maintainer, add myself as maintainer of build status lists.
6979 2004-09-03  Jan Beulich  <jbeulich@novell.com>
6981         * configure.in: Remove target-libstdc++-v3 from noconfigdirs for
6982         *-*-netware, but add target-libmudflap.
6983         Consolidate *-*-netware targets (of which really only i?86 exists)
6984         into a single entry.
6985         * configure: Likewise.
6987 2004-09-01  Paolo Bonzini  <bonzini@gnu.org>
6989         * Makefile.tpl (sorry): Remove.
6990         (clean-stage[+id+], clean-stage[+id+]-module): New targets.
6991         (cleanstrap targets): Depend on distclean, not distclean-stage1.
6992         (do-clean): Clean per-stage directories too.
6993         (do-distclean): Run distclean-stage1 too.
6994         (.NOTPARALLEL): Enable during toplevel bootstrap.
6995         (stage[+id+]-bubble): Enable parallel execution during
6996         the recursive invocation.
6997         * Makefile.in: Regenerate.
6999         Fix previous checkin:
7001         * Makefile.tpl: Move BOOT_CFLAGS above host makefile fragment
7002         include.
7003         * configure.in: Fix indentation.
7004         * configure: Regenerate.
7006 2004-08-31  Robert Bowdidge  <bowdidge@apple.com>
7008         * Makefile.in: Move BOOT_CFLAGS above host makefile fragment include.
7009         * configure.in: add test for powerpc-*-darwin* to specify makefile frag
7010         * configure: regenerate
7011         * config/mh-ppc-darwin: create file, override BOOT_CFLAGS for
7012         -mdynamic-no-pic
7014 2004-08-31  Paolo Bonzini  <bonzini@gnu.org>
7016         * Makefile.def (build_modules): Add fixincludes.
7017         (dependencies): Make gcc depend on fixincludes.
7018         * configure.in (build_tools): Add fixincludes.
7019         (build_configdirs): Always include build_libs.
7020         * Makefile.in: Regenerate.
7021         * configure: Regenerate.
7023 2004-08-30  Paolo Bonzini  <bonzini@gnu.org>
7025         * Makefile.def (bootstrap stages): Add 'lean' parameter.
7026         * Makefile.tpl (configure-stageN-*, all-stageN-*): Turned into
7027         phony targets; do not generate timestamp files.
7028         (distclean-stageN): Remove references to their timestamp files.
7029         (restageN, touch-stageN): Remove.
7030         (stageN-bubble): Rewritten.
7031         (compare): Support lean bootstraps.
7032         * Makefile.in: Regenerate.
7034         * configure.in: Only warn when bootstrapping but
7035         build != host or build != target.  Support lean bootstraps.
7036         * configure: Regenerate.
7038 2004-08-26  Phil Edwards  <phil@codesourcery.com>
7040         * configure.in:  Give a better error message if GMP/MPFR are missing
7041         and a language needing them has been requested.
7042         * configure:  Regenerated.
7044 2004-08-25  Phil Edwards  <phil@codesourcery.com>
7046         * configure.in:  Print a list of available language front-ends if
7047         a requested one is missing.  Tidy stray tab characters.
7048         * configure:  Regenerated.
7050 2004-08-19  Michael Koch  <konqueror@gmx.de>
7052         * gcc/doc/install.texi: Update entry about automake for libjava.
7054 2004-08-17  Robert Millan  <robertmh@gnu.org>
7056         * configure.in: In noconfigdirs check, match GNU/k*BSD with GNU/Linux
7057         (instead of FreeBSD).
7058         * configure: Regenerate.
7060 2004-08-16  Paolo Bonzini  <bonzini@gnu.org>
7062         * Makefile.in: Regenerate.
7063         * configure: Regenerate.
7065         * Makefile.def (bootstrap-stage): Rename extra_*_flags to
7066         stage_*_flags.
7067         * Makefile.tpl (configure-[+module+], all-[+module+]): Exit
7068         for bootstrapped modules if toplevel bootstrap is going.
7069         (GCC bootstrap): Generate per-stage targets for all bootstrapped
7070         modules.  Adjust for changes in Makefile.def.  Enable several
7071         rules even in non-bootstrap mode, just to avoid peppering the
7072         template with unnecessary "@if/@endif gcc-bootstrap" pairs.
7073         (stage-[+prev+]-bubble): Remove.
7075         * Makefile.def (Dependencies): Depend on all-build-bison,
7076         all-build-flex, all-build-byacc, all-build-texinfo, rather
7077         than the host variations.
7078         * Makefile.tpl (BUILD_DIR_PREFIX): Remove.  Replace throughout
7079         with BUILD_SUBDIR.
7080         (BISON): Update for recent Bisons.
7081         (YACC): Fix typo.
7082         (cross): Depend on all-build.
7083         (all): Do not depend on all-build.
7084         (prebootstrap): Remove.
7085         (dep-kind): Accept separate prefixes for MODULE and ON variables.
7086         (Prebootstrap dependencies): Add them to the per-stage targets
7087         and to all-prebootstrap.
7088         * configure.in (build_configdirs): Always enable build_tools.
7089         (BUILD_DIR_PREFIX): Remove.
7091         * Makefile.def (gcc): Add target variable.
7092         (gdb, expect, guile, tk, tix): Replace with_x with extra_make_flags.
7093         * Makefile.tpl (Autogenerated `all-*' targets): Invoke $(TARGET-*)
7094         in the recursive `make', instead of hardwiring `all'.
7095         (Autogenerated TARGET-* variables): New.
7097 2004-08-13  Brian Booth  <bbooth@redhat.com>
7099         * MAINTAINERS: Remove myself from write-after-approval.
7101 2004-08-12  Nathanael Nerode  <neroden@gcc.gnu.org>
7103         * src-release: Stop distributing mmalloc with gdb (which doesn't
7104         use it).
7105         * Makefile.def: GDB doesn't depend on mmalloc anymore.
7106         * Makefile.in: Regenerate.
7108 2004-08-09  Mark Mitchell  <mark@codesourcery.com>
7110         * configure.in (arm*-*-eabi*): New target.
7111         * configure: Regenerate.
7113 2004-08-06  Paolo Bonzini  <bonzini@gnu.org>
7115         * Makefile.def (bfd, opcodes, gcc, zlib): Mark as bootstrap module.
7116         (bison, byacc, flex, texinfo): Do not mark as bootstrap module.
7117         (Dependencies): New section.
7118         * Makefile.tpl (Dependencies): Generate from Makefile.def.
7119         (configure-target-[+module+]): Depend on maybe-all-gcc
7120         (all-prebootstrap): New name of all-bootstrap.  Changed throughout.
7121         (toplevel profiledbootstrap): Fix dependencies.
7122         * Makefile.in: Regenerate.
7124 2004-08-03  Mark Mitchell  <mark@codesourcery.com>
7126         * configure.in (arm*-*-symbianelf*): Add ${libgcj} and
7127         target-libiberty to noconfigdirs.
7128         * configure: Regenerate.
7130 2004-08-03  Paul Brook  <paul@codesourcery.com>
7132         * configure.in: Check for MPFR as well as GMP.
7133         * configure: Regenerate.
7135 2004-08-01  Robert Millan  <robertmh@gnu.org>
7137         * configure.in: Turn mt-linux into mt-gnu. Use mt-gnu and enable
7138         libmudflap for all GNU-based systems (with Glibc).
7139         * configure: Regenerate.
7141 2004-08-03  Paolo Bonzini  <bonzini@gnu.org>
7143         * Makefile.def (host-modules): Add gcc.
7144         * Makefile.in: Regenerate.
7145         * Makefile.tpl (sorry): New rule.
7146         (configure-host, all-host, [+make_target+]-host, do-check,
7147         install-host): Do not add gcc as a special case.
7148         (host modules): Add a small special-casing for gcc.  Export
7149         extra_make_flags through the environment.
7150         (maybe-configure-gcc, configure-gcc, maybe-all-gcc, all-gcc,
7151         maybe-check-gcc, check-gcc, maybe-install-gcc, install-gcc,
7152         other recursive targets for gcc): Remove.
7154         (all, do-[+make_target+], do-check): Wrap between unstage and stage.
7155         (stage, unstage): New rules.
7156         (stage[+id+]-start, stage[+id+]-end, [+compare-target+],
7157         distclean-stage[+id+]): Use stage_current.
7158         ([+bootstrap-target+], profiledbootstrap): Do not invoke manually
7159         the stage*-start rules.
7161 2004-08-02  Geoffrey Keating  <geoffk@apple.com>
7163         * ltcf-cxx.sh: On Darwin, make archive multi-module, and don't
7164         use -all_load flag.
7166 2004-08-02  Paolo Bonzini  <bonzini@gnu.org>
7168         * configure.in: Sync from src, add noconfigdirs for crx-*-*.
7169         * configure: Regenerate.
7171 2004-07-16  Toon Moene  <toon@moene.indiv.nluug.nl>
7173         * maintainer-scripts/gcc_release: Revert yesterday's change.
7175 2004-07-16  Segher Boessenkool  <segher@kernel.crashing.org>
7177         * MAINTAINERS: Add myself to write-after-approval.
7179 2004-07-15  Toon Moene  <toon@moene.indiv.nluug.nl>
7181         * libf2c: Removed.
7182         * gcc/gccbug.in: Updated because of libf2c removal.
7183         * maintainer-scripts/gcc_release: Ditto.
7185 2004-07-09  Loren J. Rittle  <ljrittle@acm.org>
7187         * configure.in: Build libmudflap by default on FreeBSD.
7188         * configure: Regenerated.
7190 2004-07-09  Mark Mitchell  <mark@codesourcery.com>
7192         * configure.in: Do not build libmudflap by default on non-GNU/Linux
7193         systems.
7194         * configure: Regenerated.
7196 2004-07-08  John David Anglin  <dave.anglin@nrc-cnrc.gc.ca>
7198         PR target/16344
7199         * Makefile.tpl (profiledbootstrap): Build runtime libraries with
7200         feedback based compiler.
7201         * Makefile.in: Rebuilt.
7203 2004-07-08  Alexandre Oliva  <aoliva@redhat.com>
7205         * Makefile.def (host_modules): Set bootstrap=true for flex.
7206         * Makefile.tpl (all-gcc): Depend on texinfo and flex.
7207         * Makefile.in: Rebuilt.
7209 2004-07-07  Jan Hubicka  <jh@suse.cz>
7211         * MAINTAINERS: Add self as a profile feedback maintainer.
7213 2004-07-05  Phil Edwards  <phil@codesourcery.com>
7215         * configure.in:  Do not prepend $srcdir to /dev/null in
7216         makefile fragments.
7217         * configure:  Regenerate.
7219 2004-07-01  Paolo Bonzini  <bonzini@gnu.org>
7221         * Makefile.def (build_modules): Add bison, byacc, flex,
7222         m4, texinfo.
7223         (flags_to_pass): Add FLEX.
7224         * Makefile.tpl (BUILD_DIR_PREFIX, BASE_EXPORTS): New.
7225         (BUILD_EXPORTS, HOST_EXPORTS, BASE_TARGET_EXPORTS): Include it.
7226         (DEFAULT_YACC, USUAL_YACC, DEFAULT_LEX, USUAL_LEX, DEFAULT_M4,
7227         DEFAULT_MAKEINFO): Remove.
7228         (CONFIGURED_YACC, CONFIGURED_FLEX, CONFIGURED_BISON,
7229         CONFIGURED_LEX, CONFIGURED_M4, CONFIGURED_MAKEINFO): Substitute.
7230         (YACC, FLEX, BISON, LEX, M4, MAKEINFO): Define to look into
7231         objdir or else use configured tool.
7232         (all-build): New.
7233         (all): Depend on it.
7234         (Build module dependencies): Add.
7235         * Makefile.in: Regenerate.
7236         * configure.in: Better support for multiple build modules,
7237         matching what is done for host/target modules.  Do not look
7238         for "plausible" locations of build tools if Canadian cross.
7239         Use autoconf's AC_PROG_CC to find a C compiler.  Define
7240         BUILD_DIR_PREFIX.  Look for flex, makeinfo and m4.
7241         * configure: Regenerate.
7243 2004-06-22  Paolo Bonzini  <bonzini@gnu.org>
7245         * Makefile.tpl (HOST_EXPORTS): Fix pasto.
7246         * Makefile.in: Regenerate.
7248 2004-06-22  Paolo Bonzini  <bonzini@gnu.org>
7250         * Makefile.tpl (configure-build-[+module+],
7251         configure-[+module+], configure-target-[+module+]): Pass
7252         [+extra_configure_args+].
7253         (all-build-[+module+], all-[+module+], check-[+module+],
7254         install-[+module+], [+make_target+]-[+module+],
7255         all-target-[+module+], check-target-[+module+],
7256         install-target-[+module+], [+make_target+]-target-[+module+]):
7257         Pass [+extra_make_args+].
7258         (HOST_EXPORTS): Include the former GCC_HOST_EXPORTS.
7259         (GCC_HOST_EXPORTS): Remove.
7260         (configure-gcc, all-gcc, GCC_STRAP_TARGETS, profiledbootstrap,
7261         cross, check-gcc, check-gcc-c++, install-gcc,
7262         gcc-no-fixedincludes, [+make_target+]-gcc, stage[+id+]-bubble):
7263         Replace GCC_HOST_EXPORTS with HOST_EXPORTS.
7264         * Makefile.in: Regenerate.
7266 2004-06-21  Matthew Sachs  <msachs@apple.com>
7268         * MAINTAINERS: Added self to write-after-approval.
7270 2004-06-21  Christopher Faylor  <cgf@alum.bu.edu>
7272         * configure.in: Check for srcdir/winsup rather than build directory
7273         winsup.
7274         * configure: Regenerate.
7276 2004-06-17  Corinna Vinschen  <vinschen@redhat.com>
7278         * configure.in: Don't build Cygwin native newlib if winsup
7279         directory is missing.  Emit warning instead.
7280         * configure: Regenerate.
7282 2004-06-09  Paolo Bonzini  <bonzini@gnu.org>
7284         * Makefile.tpl (touch-stage[+id+]): New.
7285         (restage[+prev+]): Depend on touch-stage[+id+].
7287         * Makefile.tpl (RECURSE_FLAGS_TO_PASS): New.
7288         Use it throughout.
7290         * Makefile.def: Add profile and feedback bootstrap stages.
7291         Remove next field from bootstrap stages.
7292         * Makefile.tpl (LN, LN_S): Substitute.
7293         (stageN-start, stageN-end): Use double-colon rules, to
7294         provide a hook for additional setup commands.
7295         (distclean-stageN-gcc, restageN): Create dependencies from
7296         [+prev+], not from [+next+].
7297         (stageN-bubble): Add commands for successive stages from
7298         [+prev+], using double-colon rules.
7299         (all-stageN-gcc): Fix typo.
7300         (stagefeedback-start, profiledbootstrap): New.
7301         * Makefile.in: Regenerate.
7302         * configure.in: Call ACX_PROG_LN.
7303         * configure: Regenerate.
7305 2004-06-08  Canqun Yang  <canqun@nudt.edu.cn>
7307         * MAINTAINERS (Write After Approval): Add myself.
7309 2004-06-03  Mark G. Adams  <mark.g.adams@sympatico.ca>
7311         * MAINTAINERS (Write After Approval): Add myself.
7313 2004-06-03  Paolo Bonzini  <bonzini@gnu.org>
7315         * configure.in: Fix --enable-bootstrap breakage introduced in trees
7316         without gcc.
7317         * configure: Regenerate.
7319 2004-06-01  Paolo Bonzini  <bonzini@gnu.org>
7321         * Makefile.tpl: Fix typo.
7322         * Makefile.in: Regenerate.
7324 2004-06-01  Paolo Bonzini  <bonzini@gnu.org>
7326         * configure.in: Remove new- prefix from toplevel
7327         bootstrap targets.
7328         * configure: Regenerate.
7330 2004-06-01  Paolo Bonzini  <bonzini@gnu.org>
7332         * Makefile.tpl (all.normal): Rename to all.
7333         (all): Replace with a rule to pick the default
7334         target from configure.
7335         (all-gcc, configure-gcc): Use conditionals to
7336         do nothing when toplevel bootstrap is going on.
7337         (GCC directory bootstrap) [gcc-bootstrap]: Disable.
7338         (Toplevel bootstrap) [gcc-no-bootstrap]: Disable.
7339         * configure.in: Support --enable-bootstrap.
7341         * Makefile.def: Remove new- prefix from toplevel
7342         bootstrap targets.
7343         * Makefile.tpl: Likewise.
7345         * Makefile.def: Add bootstrap_stage 4.  Add bootstrap2
7346         target.
7348         * Makefile.tpl (Toplevel bootstrap): Pass $(BASE_FLAGS_TO_PASS)
7349         $(RECURSE_FLAGS) to recursive invocation of make.
7351         * Makefile.in: Regenerate.
7352         * configure: Regenerate.
7354 2004-05-30  Andreas Jaeger  <aj@suse.de>
7355             Jim Wilson  <wilson@specifixinc.com>
7357         * config-ml.in: Pass FFLAGS and ADAFLAGS for multilibs, handle F77
7358         like CC.
7360 2004-05-27  Daniel Jacobowitz  <dan@debian.org>
7362         * configure.in: Fix sed invocation for GFORTRAN_FOR_TARGET.
7363         * configure: Regenerate.
7365 2004-05-25  Daniel Jacobowitz  <drow@false.org>
7367         * Makefile.tpl (BUILD_EXPORTS, HOST_EXPORTS, GCC_HOST_EXPORTS)
7368         (STAGE_HOST_EXPORTS, BASE_TARGET_EXPORTS, RAW_CXX_TARGET_EXPORTS)
7369         (NORMAL_TARGET_EXPORTS): New macros.  Use them in all the recursive
7370         targets.
7371         * Makefile.in: Regenerate.
7373 2004-05-24  Paolo Bonzini  <bonzini@gnu.org>
7375         * configure.in: Test the ability to symlink directories.
7376         * configure: Regenerate.
7378         * Makefile.def (bootstrap-stage): New definitions.
7379         * Makefile.tpl (configure-stage1-gcc,
7380         configure-stage2-gcc, configure-stage3-gcc,
7381         all-stage1-gcc, all-stage2-gcc, all-stage3-gcc,
7382         new-bootstrap, new-cleanstrap, new-restage1, new-restage2,
7383         new-restage3, compare): Autogenerate, see Makefile.in
7384         entry for behavioral changes.
7385         (distclean-stage1, new-stage1-start, new-stage1-end,
7386         new-stage1-bubble, distclean-stage2, new-stage2-start,
7387         new-stage2-end, new-stage2-bubble, distclean-stage3,
7388         new-stage3-start, new-stage3-end): New autogenerated targets.
7389         (objext, prebootstrap, BOOT_CFLAGS,
7390         POSTSTAGE1_FLAGS_TO_PASS): Move above the autogenerated
7391         targets.
7393         * Makefile.in: Regenerate.
7394         (distclean-stage1, new-stage1-start, new-stage1-end,
7395         new-stage1-bubble, distclean-stage2, new-stage2-start,
7396         new-stage2-end, new-stage2-bubble, distclean-stage3,
7397         new-stage3-start, new-stage3-end): New targets.
7398         (all-stage1-gcc): Move prebootstrap dependency from here...
7399         (configure-stage1-gcc): ...to here.
7400         (new-bootstrap): Use bubble targets.
7401         (new-cleanstrap, new-restage1, new-restage2, new-restage3):
7402         Use per-stage distclean targets.
7403         (configure-stage1-gcc, configure-stage2-gcc,
7404         configure-stage3-gcc, all-stage1-gcc,
7405         all-stage2-gcc, all-stage3-gcc, new-bootstrap):
7406         Use new-stageN-start to prepare the tree.
7408 2004-05-23  Paolo Bonzini  <bonzini@gnu.org>
7410         * Makefile.def (host_modules): add libcpp.
7411         * Makefile.tpl: Add dependencies on and for libcpp.
7412         * Makefile.in: Regenerate.
7413         * configure.in: Add libcpp host module.
7414         * configure: Regenerate.
7416 2004-05-21  Paolo Bonzini  <bonzini@gnu.org>
7418         * Makefile.tpl: Whenever a recursive target is defined, wrap
7419         it in a special @if/@endif block, and prepare its maybe
7420         dependency in the @if/@endif block
7421         * configure.in: Instead of writing maybe dependencies, remove
7422         the @if/@endif statements, and remove the @if/@endif blocks
7423         that remain.
7424         * configure: Regenerate.
7425         * Makefile.in: Regenerate.
7427 2004-05-20  Janis Johnson  <janis187@us.ibm.com>
7429         * MAINTAINERS (Various Maintainers): Add myself for compat testsuite.
7431 2004-05-18  Kaz Kojima  <kkojima@gcc.gnu.org>
7433         PR bootstrap/15120
7434         * libtool.m4 (lt_cv_deplibs_check_method): Use pass_all on sh*.
7435         * */configure: Rebuilt.
7437 2004-05-17  Zack Weinberg  <zack@codesourcery.com>
7439         * Makefile.def, Makefile.tpl, configure.in: Remove all mention
7440         of libf2c.
7441         * configure, Makefile.in: Regenerate.
7443 2004-05-13  Tobias Schlüter  <tobi@gcc.gnu.org>
7445         * MAINTAINERS (Write After Approval): Add myself.
7447 2004-05-13  Diego Novillo  <dnovillo@redhat.com>
7449         Merge from tree-ssa-20020619-branch.
7451         * Makefile.def: Add libbanshee, libmudflap and libgfortran.
7452         * Makefile.tpl (BUILD_CONFIGDIRS): Add libbanshee.
7453         (HOST_GMPLIBS): Define.
7454         (HOST_GMPINC): Define.
7455         (TARGET_LIB_PATH): Add libmudflap.
7456         (GFORTRAN_FOR_TARGET): Define.
7457         (configure-build*): Export GFORTRAN.
7458         (configure-gcc): Export GMPLIBS and GMPINC.
7459         (all-gcc): Add maybe-all-libbanshee.
7460         (configure-target-libgfortran): Define.
7461         * Makefile.in: Regenerate.
7462         * configure.in (host_libs): Add libbanshee.
7463         (target_libraries): Add target-libmudflap and target-libgfortran.
7464         Add --with-libbanshee.
7465         Handle --disable-libmudflap.
7466         (*-*-freebsd*): Use with_gmp.
7467         Add $(libgcj) to noconfigdirs.
7468         * configure: Regenerate.
7469         * depcomp: New file.
7470         * MAINTAINERS: Add tree-ssa maintainers.
7472 2004-05-04  Vladimir Makarov  <vmakarov@redhat.com>
7474         * MAINTAINERS (Various Maintainers): Add myself.
7476 2004-04-30  Brian Ford  <ford@vss.fsi.com>
7478         * MAINTAINERS (Write After Approval): Add myself.
7480 2004-04-29  Uros Bizjak  <uros@kss-loka.si>
7482         * MAINTAINERS (Write After Approval): Add myself.
7484 2004-04-28  Paolo Bonzini  <bonzini@gnu.org>
7486         * config/acx.m4: Fix fastcompare support for new-bootstrap.
7487         * configure: Regenerate.
7489 2004-04-27  Paolo Bonzini  <bonzini@gnu.org>
7491         Revert:
7492         2004-04-26  Paolo Bonzini  <bonzini@gnu.org>
7494         * Makefile.def (flags_to_pass): Remove *dir variables that
7495         are passed to the modules via TOPLEVEL_CONFIGURE_ARGUMENTS,
7496         as well as prefix and exec_prefix.
7497         * Makefile.in: Regenerate.
7499 2004-04-26  Robert Millan  <robertmh@gnu.org>
7501         Add patches from libtool CVS.
7502         * libtool.m4: Add kfreebsd*-gnu and knetbsd*-gnu.
7503         * ltconfig: Likewise.
7504         * ltcf-c.sh: Likewise.
7505         * ltcf-cxx.sh: Likewise.
7506         * ltcf-gcj.sh: Likewise.
7508 2004-04-26  Paolo Bonzini  <bonzini@gnu.org>
7510         * Makefile.def (host_modules): Mark with the bootstrap
7511         flag packages on which gcc depends.
7512         * Makefile.tpl (all-bootstrap): Use it.
7513         * Makefile.in: Regenerate.
7515 2004-04-26  Paolo Bonzini  <bonzini@gnu.org>
7517         * Makefile.def (flags_to_pass): Remove *dir variables that
7518         are passed to the modules via TOPLEVEL_CONFIGURE_ARGUMENTS,
7519         as well as prefix and exec_prefix.
7520         * Makefile.in: Regenerate.
7522 2004-04-26  Paolo Bonzini  <bonzini@gnu.org>
7524         * configure.in: Invoke ACX_PROG_CMP_IGNORE_INITIAL.
7525         * configure: Regenerate.
7526         * config/acx.m4: Mutuate ACX_PROG_CMP_IGNORE_INITIAL from gcc.
7527         * gcc/Makefile.tpl (compare): Use the result of the test.
7528         * gcc/Makefile.in: Regenerate.
7530 2004-04-23  Paolo Bonzini  <bonzini@gnu.org>
7532         * Makefile.tpl (all-stage1-gcc, all-stage2-gcc, all-stage3-gcc):
7533         Always relocate gcc and prev-gcc to the original names, even
7534         if the build fails.
7535         (new-cleanstrap, new-restage1, new-restage2, new-restage3):
7536         New targets.
7538 2004-04-23  Laurent GUERBY <laurent@guerby.net>
7540         * MAINTAINERS: Update my email address.
7542 2004-04-19  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
7544         * configure.in (mips*-*-irix5*): Enable ld.
7545         * configure: Regenerate.
7547 2004-04-16  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
7549         * configure: Regenerate.
7551 2004-04-15  James E Wilson  <wilson@specifixinc.com>
7553         * Makefile.tpl (configure-[+module+], configure-gcc,
7554         configure-stage1-gcc, configure-stage2-gcc, configure-stage3-gcc):
7555         Set and export LDFLAGS.
7556         * Makefile.in: Regenerate.
7558 2004-04-12  Michael Chastain  <mec.gnu@mindspring.com>
7560         * MAINTAINERS: Add myself to write-after-approval.
7562 2004-04-09  Nathanael Nerode  <neroden@gcc.gnu.org>
7564         PR bootstrap/14871
7565         * Makefile.tpl: If we don't have built-in-tree target tools,
7566         use the ones found by configure rather than hacking around with
7567         program_transform_name.
7568         * configure.in: Give Makefile.tpl the information necessary
7569         to do that.
7570         * Makefile.in: Regenerate.
7571         * configure: Regenerate.
7573 2004-04-06  Nathanael Nerode  <neroden@gcc.gnu.org>
7575         PR bootstrap/14760
7576         * configure.in: When computing baseargs, strip *all* copies of
7577         offending options.  Also, don't match/substitute the trailing space,
7578         so that this actually works when two similar options are separated by
7579         only one space.
7580         * configure: Regenerate.
7582 2004-04-06  David Edelsohn  <edelsohn@gnu.org>
7584         * configure.in (powerpc-*-aix*): Remove target-libada from noconfigdirs.
7585         (rs6000-*-aix*): Same.
7586         * configure: Regenerate.
7588 2004-04-05  Ranjit Mathew  <rmathew@hotmail.com>
7590         * MAINTAINERS: Add myself to write-after-approval.
7592 2004-04-03  Bud Davis  <bdavis9659@comcast.net>
7594         * MAINTAINERS: Add myself to write-after-approval.
7596 2004-03-24  Nathanael Nerode  <neroden@gcc.gnu.org>
7598         * Makefile.tpl (top level bootstrap support): Remove now-unneeded
7599         STRICT_WARN, WARN_CFLAGS flags passed down to make.
7600         * Makefile.in: Regenerate.
7602         * configure.in (top level bootstrap support): Rework --enable-werror
7603         to set @stage2_werror_flag@.
7604         * configure: Regenerate.
7605         * Makefile.tpl (top level bootstrap support): Pass
7606         @stage2_werror_flag@ down to configure in stages 2 and 3.
7607         * Makefile.in: Regenerate.
7609 2004-03-23  Nathanael Nerode  <neroden@gcc.gnu.org>
7611         * Makefile.tpl (new-bootstrap): Set CC and CC_FOR_BUILD in configure
7612         for stages 2 and 3 as well as in make.  As a consequence, remove
7613         OUTPUT_OPTION (now detected by configure) from the flags passed down
7614         to make.
7615         * Makefile.in: Regenerate.
7617         * Makefile.tpl (new-bootstrap): Fix typo.
7618         * Makefile.in: Regenerate.
7620 2004-03-22  Nathanael Nerode  <neroden@gcc.gnu.org>
7622         * Makefile.tpl: Rearrange by moving recursive_targets rules
7623         into their proper sections.
7624         * Makefile.tpl (top level bootstrap support): Move disabling
7625         of coverage flags from 'make' to 'configure'; improve comments.
7626         * Makefile.in: Regenerate.
7628         * Makefile.tpl (experimental top level bootstrap) Move stage1
7629         language setting from all- target to configure- target; disable
7630         intermodule optimization in stage 1; prevent gratuitous rebuilds
7631         of stage 1.
7632         * Makefile.in: Regenerate.
7633         * configure.in: Comma-separate stage 1 language list for top
7634         level bootstrap.
7635         * configure: Regenerate.
7637         * Makefile.tpl: Clean up experimental top level bootstrap support:
7638         note known problems; set CONFIG_SHELL; don't set BUILD_CC; relocate
7639         prev-gcc in configure- targets as well as all- targets.
7640         * Makefile.in: Regenerate.
7642 2004-03-21  Kelley Cook  <kcook@gcc.gnu.org>
7644         * compile: New file imported from automake.
7646 2004-03-17  Paolo Bonzini  <bonzini@gnu.org>
7648         * configure.in: Remove symbolic link section.
7649         * configure: Regenerate.
7650         * Makefile.tpl (links): Remove.
7651         * Makefile.in: Regenerate.
7653 2004-03-15  Paolo Bonzini  <bonzini@gnu.org>
7654             Nathanael Nerode  <neroden@gcc.gnu.org>
7656         * configure.in (DEFAULT_YACC, DEFAULT_M4, DEFAULT_LEX):
7657         Set with AC_CHECK_PROGS.
7658         * configure.in: Fix comment typo from last patch.
7659         * configure: Regenerate.
7661 2004-03-15  Nathanael Nerode  <neroden@gcc.gnu.org>
7663         * Makefile.tpl: Introduce experimental top level bootstrap support.
7664         * Makefile.in: Regenerate.
7665         * configure.in: Introduce support for top level bootstrap.
7666         * configure: Regenerate.
7668 2004-03-12  Eric Botcazou  <ebotcazou@gcc.gnu.org>
7669             Paolo Bonzini  <bonzini@gnu.org>
7671         PR bootstrap/14522
7672         * configure.in: Cope with shells that do not support unquoted ^
7673         * configure: Regenerate.
7675 2004-03-11  Eric Botcazou  <ebotcazou@gcc.gnu.org>
7676             Paolo Bonzini  <bonzini@gnu.org>
7678         PR bootstrap/14522
7679         * configure.in: Cope with shells that do not support nesting
7680         quotes inside quoted backquote substitutions.
7681         * configure: Regenerate.
7683 2004-03-10  Andrew Pinski  <pinskia@physics.uc.edu>
7685         PR bootstrap/14522
7686         * configure.in: Fix escaping of $.
7687         * configure: Regenerate.
7689 2004-03-11  Nathanael Nerode  <neroden@gcc.gnu.org>
7691         * configure: Regenerate, since I forgot to while committing Paolo's
7692         changes.
7694 2004-03-08  Paolo Bonzini  <bonzini@gnu.org>
7696         PR ada/14131
7697         Move language detection to the top level.
7698         * configure.in: Find default values for the tools as
7699         soon as possible.  Disable ada if GNAT is not found.
7700         Emit error message about missing languages.  Expand
7701         --enable-languages=all for the gcc subdirectory.
7703 2004-03-10  Ben Elliston  <bje@gnu.org>
7705         * MAINTAINERS: Update my email address.
7707 2004-03-05  David Edelsohn  <edelsohn@gnu.org>
7709         * ltconfig: Disable building static libraries if building shared
7710         libraries on AIX 5L.
7712 2004-03-01  Richard Sandiford  <rsandifo@redhat.com>
7714         * configure.in (mips64*-*-linux*): Override mips*-*-linux* case
7715         and disable libgcj.
7716         * configure: Regenerated.
7718 2004-03-01  Brian Booth  <bbooth@redhat.com>
7720         * MAINTAINERS: Add myself to write-after-approval.
7722 2004-03-01  Paolo Bonzini  <bonzini@gnu.org>
7724         * MAINTAINERS: Add myself to write-after-approval.
7726 2004-02-28  Nathanael Nerode  <neroden@gcc.gnu.org>
7728         PR bootstrap/7087
7729         * Makefile.tpl: Guard XFOO sed statements better.
7730         * Makefile.tpl: Add dependency for configure-target-libada.
7731         * Makefile.in: Regenerate (incidentally fixes broken
7732         commit when libada-branch was merged).
7734 2004-02-25  Kelley Cook  <kcook@gcc.gnu.org>
7736         * MAINTAINERS: Add myself to write-after-approval.
7738 2004-02-20  Andrew Pinski  <pinskia@physics.uc.edu>
7740         * MAINTAINERS: Add Nicola Pero and myself as libobjc
7741         maintainers.
7743 2004-02-20  Andrew Cagney  <cagney@redhat.com>
7745         * config.guess: Update from version 2003-10-16 to 2004-02-16.
7746         * config.sub: Update from version 2003-11-03 to 2004-02-16.
7748 2004-02-19  Nathanael Nerode  <neroden@gcc.gnu.org>
7750         PR bootstrap/11932
7751         * mkinstalldirs, install-sh: Import from automake CVS HEAD.
7753 2004-02-14  Jerry Quinn  <jlquinn@optonline.net>
7755         * MAINTAINERS: Added myself to write-after-approval.
7757 2004-02-14  Michael Koch  <konqueror@gmx.de>
7759         * MAINTAINERS: Added myself to write-after-approval.
7761 2004-02-13  Joseph S. Myers  <jsm@polyomino.org.uk>
7763         * MAINTAINERS: Move Steve Chamberlain to write-after-approval.  Move
7764         some OS port maintainers to OS port maintainers section.
7766 2004-02-13  Frank Ch. Eigler  <fche@redhat.com>
7768         * MAINTAINERS: Add self.
7770 2004-02-12  Kazu Hirata  <kazu@cs.umass.edu>
7772         * MAINTAINERS: Alphabetize.
7774 2004-02-12  Paolo Bonzini  <bonzini@gnu.org>
7776         * MAINTAINERS: Remove myself.
7778 2004-02-11  David Edelsohn  <edelsohn@gnu.org>
7780         * configure.in (powerpc-*-aix*): Add target-libada to noconfigdirs.
7781         (rs6000-*-aix*): Same.
7782         * configure: Regenerate.
7784 2004-02-11  Kelley Cook  <kcook@gcc.gnu.org>
7786         * configure.in (host): Add in missing $noconfigdirs to defines.
7787         * configure: Regenerate.
7789 2004-02-10  Arnaud Charlet  <charlet@act-europe.fr>,
7790             Nathanael Nerode  <neroden@gcc.gnu.org>
7792         PR ada/6637, PR ada/5911
7793         Merge with libada-branch:
7794         * configure.in, Makefile.tpl, Makefile.def: Add target-libada,
7795         with appropriate dependencies. Add --enable-libada configure switch.
7796         * configure, Makefile.in: Regenerate.
7798 2004-02-09  Paolo Bonzini  <bonzini@gnu.org>
7800         * MAINTAINERS: Add myself to write-after-approval.
7802 2004-02-05  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
7804         * configure.in: Don't pass --with-stabs on IRIX 5 either.
7805         * configure: Regenerate.
7807 2004-02-04  Geoffrey Keating  <geoffk@apple.com>
7809         Merge from upstream:
7811         * ltmain.in: When setting IFS to '~', be careful about user
7812         arguments that contain '~'.
7814         2004-02-04  Peter O'Gorman  <peter@pogma.com>
7816         * ltmain.in (infer_tag): Move tag inferrence to a shell function.
7817         Also test $base_compile against $CC with escaped arguments. Bug
7818         reported by Geoff Keating <geoffk@apple.com>.
7820 2004-02-04  Kazu Hirata  <kazu@cs.umass.edu>
7822         * MAINTAINERS: Remove i960 port.
7824 2004-01-23  DJ Delorie  <dj@redhat.com>
7826         * Makefile.def (target_modules) [libiberty]: Don't stage.
7827         * Makefile.in: Rebuilt.
7829 2004-01-20  Caroline Tice  <ctice@apple.com>
7831         * MAINTAINERS: Add myself to write-after-approval.
7833 2004-01-19  Paolo Carlini  <pcarlini@suse.de>
7835         * MAINTAINERS: Update my email address.
7837 2004-01-18  James A. Morrison  <ja2morri@uwaterloo.ca>
7839         * MAINTAINERS: Add myself to write-after-approval.
7841 2004-01-17  Volker Reichelt  <reichelt@igpm.rwth-aachen.de>
7843         * MAINTAINERS: Remove entries without email address.
7845 2004-01-15  Daniel Jacobowitz  <drow@mvista.com>
7847         * MAINTAINERS: Add myself to write-after-approval.
7849 2004-01-15  Steven Bosscher  <stevenb@suse.de>
7851         * MAINTAINERS: Update my email address.
7853 2004-01-14  Loren J. Rittle  <ljrittle@acm.org>
7855         * Makefile.def (target_modules) [libtermcap, libiberty, zlib]: Stage.
7856         * Makefile.tpl (configure-target-[+module+]): Support stage.
7857         * Makefile.in: Rebuilt.
7859 2004-01-12  Ian Lance Taylor  <ian@wasabisystems.com>
7861         * MAINTAINERS: Add myself as a libiberty MAINTAINER.
7863 2004-01-10  Richard Sandiford  <rsandifo@redhat.com>
7865         * MAINTAINERS: Add myself as a MIPS maintainer.
7867 2004-01-04  Nathanael Nerode  <neroden@gcc.gnu.org>
7869         * configure.in: Use ./config.cache, not config.cache.
7870         * configure: Regenerate.
7871         * Makefile.tpl: Special-casing not needed for GCC any more.
7872         * Makefile.in: Regenerate.
7874         * configure.in: Don't share a cache file for host dirs.
7875         * configure: Regenerate.
7877         * config-ml.in: Don't mess with the cache file.
7879 2004-01-04  Eric Botcazou  <ebotcazou@libertysurf.fr>
7881         * MAINTAINERS: Move myself from 'Write After Approval' to
7882         'CPU Port Maintainers' section as SPARC maintainer.
7884 2004-01-03  Nathanael Nerode  <neroden@gcc.gnu.org>
7886         * Makefile.tpl: Make GCC use a separate config.cache.
7887         * Makefile.in: Regenerate.
7889         PR bootstrap/11932, PR bootstrap/11933
7890         (I don't know if it will fix either of them, but it relates
7891         to them.)
7892         * configure.in: Don't use shared config.cache for target
7893         directories.
7894         * configure: Regenerate.
7896 2004-01-02  Dan Nicolaescu  <dann@ics.uci.edu>
7898         * MAINTAINERS: Add myself to 'Write After Approval' section.
7900 2003-12-31  Roger Sayle  <roger@eyesopen.com>
7902         * configure.in (ia64*-*-hpux*): Disable building java libraries.
7903         * configure: Regenerated.
7905 2003-12-23  Kazu Hirata  <kazu@cs.umass.edu>
7907         * MAINTAINERS: Remove the mn10200 maintainer.
7909 2003-12-21  Bernardo Innocenti  <bernie@develer.com>
7911         * configure.in (*-*-uclinux): Exclude newlib, libgloss and rda.
7912         * configure: Regenerated.
7914 2003-12-16  Jan Hubicka  <jh@suse.cz>
7916         * MAINTAINERS: Add myself as callgraph maintainer.
7918 2003-12-08  Thomas Fitzsimmons  <fitzsim@redhat.com>
7920         * configure.in (raw_libstdcxx_flags): Remove the leading space.
7921         * configure: Regenerate.
7923 2003-12-01  Giovanni Bajo  <giovannibajo@gcc.gnu.org>
7925         * MAINTAINERS: Move myself from 'Bug database only accounts' to
7926         'Write After Approval' section. Update email.
7928 2003-12-01  James Lemke  <jim@wasabisystems.com>
7930         * MAINTAINERS (Write After Approval): Add myself.
7932 2003-11-20  Matt Thomas  <matt@3am-software.com>
7934         * MAINTAINERS: Add myself as a vax port maintainer.
7936 2003-11-20  Kelley Cook  <kcook@gcc.gnu.org>
7938         * Makefile.tpl (BASE_FLAGS_TO_PASS): Pass along CONFIG_SHELL.
7939         (configure-build-[+module+], configure-[+module+]): Likewise.
7940         (configure-target-[+module+], configure-gcc, config.status): Likewise.
7941         * Makefile.in: Regenerate.
7943 2003-11-19  Andreas Tobler  <a.tobler@schweiz.ch>
7945         * libtool.m4: Sync darwin bits from libtool cvs to build a gcc with
7946         shared/dylibed libraries.
7947         * ltmain.sh: Likewise.
7948         * ltcf-c.sh: Likewise, disable shared library build for OS-X < 10.3.
7949         * ltcf-cxx.sh: Likewise.
7950         * ltcf-gcj.sh: Likewise.
7951         * ltconfig: Likewise.
7953 2003-11-17  Stan Cox  <scox@redhat.com>
7955         * MAINTAINERS: Add myself as iq2000 port maintainer.
7957 2003-11-14  Arnaud Charlet  <charlet@act-europe.fr>
7959         * Makefile.tpl (EXTRA_GCC_FLAGS): Pass BOOT_ADAFLAGS.
7960         * Makefile.in: Regenerate.
7962 2003-11-03  Ulrich Weigand  <uweigand@de.ibm.com>
7964         * config.sub: Update to 2003-11-03 version.
7966 2003-10-20  Phil Edwards  <phil@codesourcery.com>
7968         * configure.in (*-*-vxworks):  Add target-libiberty to noconfdirs.
7969         * configure:  Regenerate.
7971 2003-10-20  Nicolas Pitre  <nico@cam.org>
7973         * MAINTAINERS: Add myself to 'Write After Approval' section.
7975 2003-10-20  Arnaud Charlet  <charlet@act-europe.fr>
7977         * MAINTAINERS (Various maintainers: Ada front end): Added myself.
7979 2003-10-19  Joseph S. Myers  <jsm@polyomino.org.uk>
7981         * MAINTAINERS: Update my email address.
7983 2003-10-17  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
7985         * config-ml.in (multi-do): Pass MULTIFLAGS to subdir makes.
7987 2003-10-17  Ralph Loader  <rcl@ihug.co.nz>
7989         * MAINTAINERS: Add myself to 'Write After Approval' section.
7991 2003-10-16  Bernardo Innocenti  <bernie@develer.com>
7993         * config.guess: Update to 2003-10-16 version.
7994         * config.sub: Update to 2003-10-16 version.
7996 2003-10-15  David Daney  <ddaney@avtrex.com>
7998         * MAINTAINERS: Added myself to 'Write After Approval' section.
8000 2003-10-15  Falk Hueffner  <falk@debian.org>
8002         * MAINTAINERS: Move myself from 'Bug database only accounts' to
8003         'Write After Approval' section. Update email.
8005 2003-10-14  Roger Sayle  <roger@eyesopen.com>
8007         * MAINTAINERS: Move myself from 'Write After Approval' to
8008         'Various Maintainers' section as middle-end maintainer.
8010 2003-10-13  Nathanael Nerode  <neroden@gcc.gnu.org>
8012         * Makefile.tpl: Make GCC_FLAGS_TO_PASS a superset of
8013         HOST_FLAGS_TO_PASS.
8014         * Makefile.in: Regenerate.
8016 2003-10-11  Bernardo Innocenti  <bernie@develer.com>
8018         * config.guess: Update to 2003-10-07 version.
8019         * config.sub: Update to 2003-10-07 version.
8021 2003-10-06  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
8023         * ltcf-cxx.sh (irix5*, irix6*): Prefix -soname and its arg with ${wl}.
8024         * ltconfig (irix5*, irix6*): Don't override version_type.
8026 2003-10-05  Mohan Embar  <gnustuff@thisiscool.com>
8028         * configure.in: Allow explicit specification of CFLAGS_FOR_BUILD.
8029         * configure: Rebuilt
8030         * Makefile.tpl: Use CFLAGS_FOR_BUILD computed by configure
8031         * Makefile.in: Rebuilt
8033 2003-10-03  H.J. Lu  <hongjiu.lu@intel.com>
8035         * ltconfig (sys_lib_search_path_spec): Fix a typo for HPUX.
8037 2003-09-30  Carlo Wood  <carlo@alinoe.com>
8039         * MAINTAINERS (Write After Approval): Add myself.
8041 2003-09-29  Paul Koning  <ni1d@arrl.net>
8043         * MAINTAINERS: Move myself from "Write After Approval"
8044         to CPU platform maintainers for pdp11 platform.
8046 2003-09-23  Andreas Tobler  <a.tobler@schweiz.ch>
8048         * MAINTAINERS: Move myself from 'Write After Approval' to
8049         'Various Maintainers' section as libffi testsuite maintainer.
8051 2003-09-21  Daniel Jacobowitz  <drow@mvista.com>
8053         * configure.in: Pass a computed --program-transform-name
8054         to subconfigures.
8055         * configure: Regenerated.
8057 2003-09-20  Nathanael Nerode  <neroden@gcc.gnu.org>
8059         * Makefile.tpl: Don't pass down obsolete ENQUIRE variable.
8060         * Makefile.in: Regenerate.
8062         * Makefile.tpl: Don't pass (unused) DLLTOOL or WINDRES to gcc.
8063         * Makefile.in: Regenerate.
8065 2003-09-19  Ziemowit Laski  <zlaski@apple.com>
8067         * MAINTAINERS: Move myself from 'Write After Approval'
8068         to 'Various Maintainers' (objective-c) section.
8070 2003-09-17  Daniel Jacobowitz  <drow@mvista.com>
8072         * configure.in (TOPLEVEL_CONFIGURE_ARGUMENTS, baseargs): Fix
8073         quoting.
8074         * configure: Regenerated.
8076 2003-09-16  Joel Brobecker  <brobecker@gnat.com>
8078         * MAINTAINERS (Write After Approval): Add myself to write after
8079         approval list.
8081 2003-09-16  Dorit Naishlos  <dorit@il.ibm.com>
8083         * MAINTAINERS (Write After Approval): Add myself.
8085 2003-09-09  Ian Lance Taylor  <ian@wasabisystems.com>
8087         * MAINTAINERS: Update my e-mail address.
8089 2003-09-09  Alan Modra  <amodra@bigpond.net.au>
8091         * libtool.m4 (LD): Correct powerpc64 host match.
8093 2003-09-06  James E Wilson  <wilson@tuliptree.org>
8095         * MAINTAINTERS: Update my affiliation and email address.
8097 2003-09-06  Zdenek Dvorak  <rakdver@atrey.karlin.mff.cuni.cz>
8099         * MAINTAINERS (Write After Approval): Add myself.
8101 2003-09-04  DJ Delorie  <dj@redhat.com>
8103         * configure: Regenerate.
8105 2003-09-04  Robert Millan  <robertmh@gnu.org>
8107         * configure.in: Match GNU/KFreeBSD with new kfreebsd*-gnu triplet.
8109 2003-09-02  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
8111         * configure.in: Ensure arguments to sed are properly spaced.
8112         * configure: Regenerate.
8114 2003-08-30  Gerald Pfeifer  <gerald@pfeifer.com>
8116         * MAINTAINERS: Update my e-mail address.
8118 2003-08-28  Mohan Embar  <gnustuff@thisiscool.com>
8120         * MAINTAINERS (Write After Approval): Add myself.
8122 2003-08-27  Daniel Jacobowitz  <drow@mvista.com>
8124         * configure.in: Set RAW_CXX_FOR_TARGET if unset.
8125         * configure: Regenerated.
8127 2003-08-23  Marek Michalkiewicz  <marekm@amelek.gda.pl>
8129         * MAINTAINERS: Update my email address.
8131 2003-08-23  Phil Edwards  <pme@gcc.gnu.org>
8133         * configure.in:  Use newline instead of semicolon when assuming
8134         shell arguments in a for loop.
8135         * configure:  Regenerated.
8137 2003-08-22  Jason Eckhardt  <jle@rice.edu>
8139         * MAINTAINERS: Resurrect the i860 maintainer.
8141 2003-08-20  Geoffrey Keating  <geoffk@apple.com>
8143         PR 8180
8144         * configure.in: When testing with_libs and with_headers, treat
8145         'no' as unset.  Based on a patch by Dan Kegel <dank@kegel.com>.
8146         * configure: Regenerate.
8148         * configure.in (TOPLEVEL_CONFIGURE_ARGUMENTS): Quote properly for
8149         make, shell, etc.
8150         (baseargs): Likewise.
8151         * configure: Regenerate.
8153 2003-08-20  Bernardo Innocenti  <bernie@develer.com>
8155         * MAINTAINERS (Write After Approval): Add myself.
8157 2003-08-19  Geoffrey Keating  <geoffk@apple.com>
8159         * configure.in: Disable libgcj for darwin not on powerpc.
8160         * configure: Rebuild.
8162 2003-08-14  Alexandre Duret-Lutz  <adl@gnu.org>
8164         * config-ml.in, symlink-tree: Add license.
8166 2003-08-03  Richard Stallman  <rms@gnu.org>
8167             Eben Moglen  <moglen@columbia.edu>
8169         * README.SCO: New file.
8171 2003-08-01  Matt Kraai  <kraai@alumni.cmu.edu>
8173         * Makefile.tpl (check, check-c++): Express dependencies using
8174         dependencies rather than commands.
8175         * Makefile.in: Regenerate.
8177 2003-08-01  Andrew Cagney  <cagney@redhat.com>
8179         * configure.in (noconfigdirs): Do not add GDB when m32r-*-*.
8180         * configure: Ditto.
8182 2003-07-31  Geoffrey Keating  <geoffk@apple.com>
8184         * Makefile.tpl (libsubdir): Use gcc instead of gcc-lib.
8185         * Makefile.in: Update.
8187 2003-07-30  Andreas Tobler  <a.tobler@schweiz.ch>
8189         * configure.in: Enable libgcj for darwin.
8190         * configure: Rebuild.
8192 2003-07-29  Phil Edwards  <pme@gcc.gnu.org>
8194         * config-ml.in:  Use ac_configure_args directly instead of
8195         ml_arguments.  Only set ml_norecursion if --no[-]recursion is
8196         actually seen.
8198 2003-07-27  Nathanael Nerode  <neroden@gcc.gnu.org>
8200         * Makefile.tpl: Use 'mkinstalldirs' rather than 'mkdir' when
8201         creating target and build subdirs to build all parent dirs as needed.
8202         * Makefile.in: Rebuild.
8203         * configure.in: Don't build dirs explicitly here.
8204         * configure: Rebuild.
8206 2003-07-26  Paul Brook  <paul@nowt.org>
8208         * MAINTAINERS (fortran 95): Add myself, Steven Bosscher and Toon Moene.
8210 2003-07-22  Alexandre Oliva  <aoliva@redhat.com>
8212         * Makefile.tpl (all-make): Depend on intl.
8213         * Makefile.in: Rebuilt.
8215 2003-07-20  Phil Edwards  <pme@gcc.gnu.org>
8217         * install-sh:  Update to newer upstream versions (associated with
8218         aclocal 1.7).
8219         * mkinstalldirs:  Likewise.
8220         * missing:  Likewise, plus $1Help2man -> $1 typo fix.
8222 2003-07-16  Andrew Pinski  <pinskia@gcc.gnu.org>
8224         * MAINTAINERS: Move self from Bug database only accounts
8225         to write-after-approval.
8227 2003-07-16  Nathanael Nerode  <neroden@gcc.gnu.org>
8229         * config.if: Remove unused libc_interface determination.
8231 2003-07-14  Nathanael Nerode  <neroden@gcc.gnu.org>
8233         * MAINTAINERS: Move self from write-after-approval to
8234         build machinery (*.in).
8236 2003-07-13  Nathanael Nerode  <neroden@gcc.gnu.org>
8238         PR bootstrap/11273
8239         PR bootstrap/11408
8240         * Makefile.tpl: Set INSTALL and friends using autoconf.  Remove
8241         unused INSTALL_PROGRAM_ARGS.
8242         * configure.in: Use AC_PROG_INSTALL.
8243         * Makefile.in: Regenerate.
8244         * configure: Regenerate.
8246 2003-07-13  Kazu Hirata  <kazu@cs.umass.edu>
8248         * MAINTAINERS: Alphabetize.
8250 2003-07-10  Alexandre Oliva  <aoliva@redhat.com>
8252         * configure: Rebuilt.
8253         2001-09-26  Alexandre Oliva  <aoliva@redhat.com>
8254         * configure.in (noconfigdirs) [am33_2.0-*-linux*]: Don't build
8255         newlib nor libgloss.
8256         Wed May  9 10:07:19 2001  Alexandre Oliva  <aoliva@redhat.com>
8257         * configure.in (am33_2.0-*-linux*): Added.
8259 2003-07-09  Bob Wilson  <bob.wilson@acm.org>
8261         * configure.in: Add ${libgcj} to noconfigdirs for xtensa-*-* targets.
8262         * configure: Regenerate.
8264 2003-07-07  Zack Weinberg  <zack@codesourcery.com>
8266         * Makefile.tpl (configure-gcc): Depend on maybe-configure-intl.
8267         * Makefile.in: Regenerate.
8269 2003-07-04  Zack Weinberg  <zack@codesourcery.com>
8271         * Makefile.tpl (all-bootstrap): Depend on maybe-all-intl.
8272         * Makefile.in: Regenerate.
8274 2003-07-04  H.J. Lu  <hongjiu.lu@intel.com>
8276         * Makefile.tpl: Replace PWD with PWD_COMMAND.
8277         * Makefile.in: Regenerated.
8279         * config-ml.in: Replace PWD with PWD_COMMAND.
8281 2003-07-04  Zack Weinberg  <zack@codesourcery.com>
8283         * intl: New directory; see intl/ChangeLog for details.
8284         * ABOUT-NLS, config.rpath: Import from gettext 0.12.1.
8285         * Makefile.tpl: all-gcc depends on maybe-all-intl.
8286         * Makefile.in: Regenerate.
8288 2003-06-27  Nathanael Nerode  <neroden@gcc.gnu.org>
8290         * configure.in: Clean up config-lang.in handling.  Delete
8291         useless assignment to "subdirs".
8292         * configure: Regenerate.
8294 2003-06-26  Nathanael Nerode  <neroden@gcc.gnu.org>
8296         * configure.in: Rename 'target_libs' to 'target_libraries'.
8297         Remove useless reference to 'target_libs'.
8298         * configure: Regenerate.
8300 2003-06-23  Keith Seitz  <kseitz@sources.redhat.com>
8302         * Makefile.tpl: Add maybe-configure-itcl to configure-gdb.
8303         * Makefile.in: Regenerate.
8305 2003-06-23  Nathanael Nerode  <neroden@gcc.gnu.org>
8307         * Makefile.def: Introduce flags_to_pass.
8308         * Makefile.tpl: Generate BASE_FLAGS_TO_PASS using it.
8309         * Makefile.in: Regenerate.
8311 2003-06-23  Hans-Peter Nilsson  <hp@bitrange.com>
8313         * configure.in (noconfigdirs) <cris-*-*>: Disable target-newlib
8314         and target-libgloss.
8315         <d30v-*-*, fr30-*-*, i960-*-*, m32r-*-*>: Disable gdb.
8316         <h8300*-*-*>: Disable libf2c and ${libgcj}.
8317         * configure: Regenerate.
8319 2003-06-17  Benjamin Kosnik  <bkoz@redhat.com>
8321         * configure.in: Update testsuite_flags to new location.
8322         * configure. Regenerate.
8324 2003-06-18  Nathanael Nerode  <neroden@gcc.gnu.org>
8326         * Makefile.tpl: Remove BUILD_CC stuff.
8327         * Makefile.in: Regenerate.
8329 2003-06-17  Kazu Hirata  <kazu@cs.umass.edu>
8331         * MAINTAINERS (Write After Approval): Remove Andrew Haley.
8333 2003-06-16  Graeme Peterson  <gp@qnx.com>
8335         * MAINTAINERS (Write After Approval): Add myself.
8337 2003-06-14  H.J. Lu  <hongjiu.lu@intel.com>
8339         * config.guess: Update to 2003-06-12 version.
8340         * config.sub: Update to 2003-06-13 version.
8342 2003-06-12  H.J. Lu  <hongjiu.lu@intel.com>
8344         * config.guess: Update to 2003-06-06 version.
8345         * config.sub: Update to 2003-06-06 version.
8347 2003-06-11  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
8349         * configure.in: Don't pass --with-stabs for mips*-sgi-irix6*o32.
8350         * configure. Regenerate.
8352 2003-06-10  Nathanael Nerode  <neroden@gcc.gnu.org>
8354         * configure.in: Disable serial configure by default.
8355         * configure: Regenerate.
8356         * Makefile.tpl: Abolish .NOTPARALLEL.
8357         * Makefile.in: Regenerate.
8359         * Makefile.tpl: Replace {build,host,target}_canonical by
8360         {build,host,target}.
8361         * Makefile.in: Regenerate.
8363         * Makefile.tpl: Fix stupid pasto.
8364         * Makefile.in: Regenerate.
8366 2003-06-09  Nathanael Nerode  <neroden@gcc.gnu.org>
8368         * Makefile.tpl: Remove bogus conditional.
8369         * Makefile.in: Regenerate.
8371 2003-06-05  Jan Hubicka  <jh@suse.cz>
8373         * Makefile.tpl (profiledbootstrap): New target.
8374         * Makefile.in (profiledbootstrap): New target.
8376 2003-06-05  Wolfgang Bangerth  <bangerth@dealii.org>
8378         * MAINTAINERS (Bugzilla only): Add Dara Hazeghi and Andrew
8379         Pinski. Remove user names from other bugzilla-only maintainers.
8381 2003-06-03  Nathanael Nerode  <neroden@gcc.gnu.org>
8383         * Makefile.tpl: Make 'recursive targets' using autogen rather
8384         than shell loop.  Remove duplicate 'clean' targets and false
8385         comments.
8386         * Makefile.def: Add systematic dependencies to 'recursive' targets.
8387         Add systematic method of specifying missing targets in subdirs.
8388         Add copyright boilerplate.
8389         * Makefile.in: Regenerate.
8390         * configure.in: Add 'recursive targets' to maybe list.
8391         * configure: Regenerate.
8393         * MAINTAINERS: "GNATS only" -> "Bug database only".
8395         * Makefile.tpl: Rename [+target+] to [+make_target+].
8396         * Makefile.def: Rename 'target' to 'make_target'.
8398 2003-05-31  Neil Booth  <neil@daikokuya.co.uk>
8400         * MAINTAINERS: Add self as options handling maintainer.
8402 2003-05-28  Michael Meissner  <gnu@the-meissners.org>
8404         * MAINTAINERS: Remove myself as m32r/v850 maintainer, since it has
8405         been too long since I touched those ports.
8407 2003-05-28  DJ Delorie  <dj@redhat.com>
8409         * Makefile.tpl: Make maybe-check-gcc .PHONY.
8410         * Makefile.in: Regenerate.
8412 2003-05-21  Maciej W. Rozycki  <macro@ds2.pg.gda.pl>
8414         * configure.in: Use curly braces in the definition of tooldir.
8415         * configure: Regenerate.
8417 2003-05-21  DJ Delorie  <dj@redhat.com>
8419         * Makefile.tpl (configure-target-libiberty): Depend only on gcc, not
8420         newlib or libgloss.
8421         * Makefile.in: Regenerate.
8423 2003-05-21  DJ Delorie  <dj@redhat.com>
8425         * Makefile.tpl: Add missing empty maybe-check-gcc target.
8426         * Makefile.in: Regenerate.
8428 2003-05-20  Ian Lance Taylor  <ian@airs.com>
8430         * MAINTAINERS: Update my e-mail address.
8432 2003-05-19  Nathanael Nerode  <neroden@gcc.gnu.org>
8434         * configure.in: Switch more things to use maybe dependencies.
8435         * Makefile.tpl: Switch more things to use maybe dependencies.
8436         Factor out common code from autogen IF statements.
8437         * configure: Regenerate.
8438         * Makefile.in: Regenerate.
8440 2003-05-14  Kelley Cook  <kelleycook@wideopenwest.com>
8442         * configure.in: Accept i[3456789]86 for machine type.
8443         * configure: Regenerate.
8445 2003-05-18  Nathanael Nerode  <neroden@gcc.gnu.org>
8447         * configure.in: Switch more things to use maybe dependencies.
8448         Rearrange a little.  Use GCC_TOPLEV_SUBDIRS.
8449         * configure: Regenerate.
8450         * Makefile.tpl: Switch more things to use maybe dependencies.
8451         * Makefile.in: Regenerate.
8453 2003-05-16  Andreas Schwab  <schwab@suse.de>
8455         * Makefile.tpl (install-opcodes): Define.
8456         * Makefile.in: Rebuild.
8458 2003-05-13  Andreas Jaeger  <aj@suse.de>
8460         * config.guess: Update to 2003-05-09 version.
8461         * config.sub: Update to 2003-05-09 version.
8463 2003-05-13  Michael Eager  <eager@mvista.com>
8465         * configure.in: Correct sed script so that options in quotes are not
8466         deleted.
8467         * configure: Rebuild.
8469 2003-05-12  Corinna Vinschen  <corinna@vinschen.de>
8471         * configure.in (FLAGS_FOR_TARGET): Remove $$s/newlib/libc/sys/cygwin
8472         and $$s/newlib/libc/sys/cygwin32 include paths.
8473         * configure: Ditto.
8475 2003-05-12  Michael Meissner  <gnu@the-meissners.org>
8477         * MAINTAINERS: Update my email addresses.
8479 2003-05-06  Eric Botcazou  <ebotcazou@libertysurf.fr>
8481         * config-ml.in: Propagate INSTALL variables.
8483 2003-05-04  Gerald Pfeifer  <pfeifer@dbai.tuwien.ac.at>
8485         * MAINTAINERS: Remove duplicate entries in Write After Approval.
8487 2003-05-02  Chris Demetriou  <cgd@broadcom.com>
8489         * Makefile.tpl: Require "makeinfo" from texinfo 4.2 or later.
8490         * Makefile.in: Regenerate.
8492 2003-05-02  Wolfgang Bangerth  <bangerth@dealii.org>
8494         * MAINTAINERS (GNATS only): Add Falk Hueffner.
8496 2003-04-30  Wolfgang Bangerth  <bangerth@dealii.org>
8498         * MAINTAINERS (GNATS only): Add Giovanni Bajo.
8500 2003-04-27  Daniel Jacobowitz  <drow@mvista.com>
8502         * Makefile.tpl: Clean $(BUILD_SUBDIR).
8503         * Makefile.in: Regenerated.
8505 2003-04-25  Wolfgang Bangerth  <bangerth@dealii.org>
8507         * MAINTAINERS (Write After Approval): Upgrade myself from
8508         GNATS only to write-after-approval. Update my mail address.
8510 2003-04-25  Loren J. Rittle  <ljrittle@acm.org>
8512         (OS Port Maintainers: freebsd): Add myself.
8514 2003-04-22  Mark Mitchell  <mark@codesourcery.com>
8516         * MAINTAINERS (java): Remove Alexandre Petit-Bianco.
8518 2003-04-22  Kean Johnston  <jkj@sco.com>
8520         * MAINTAINERS (SCO ports): Added myself.
8522 2003-04-21  Nathan Sidwell  <nathan@codesourcery.com>
8524         * MAINTAINERS (gcov): Add myself and Jan Hubicka.
8526 2003-04-19  Kean Johnston  <jkj@sco.com>
8528         * MAINTAINERS (Write After Approval): Add myself.
8530 2003-04-18  Gerald Pfeifer  <pfeifer@dbai.tuwien.ac.at>
8532         * Makefile.tpl (MAKEINFOFLAGS): Default to --split-size=5000000.
8533         * Makefile.in: Regenerate.
8535 2003-04-18  Jakub Jelinek  <jakub@redhat.com>
8537         * configure.in (powerpc64*-*-linux*): Remove.
8538         * configure: Rebuilt.
8540 2003-04-17  Phil Edwards  <pme@gcc.gnu.org>
8542         * Makefile.tpl (GCC_STRAP_TARGETS):  New variable containing all the
8543         previous bootstrap targets, plus bubblestrap, quickstrap, cleanstrap,
8544         and restrap.
8545         * Makefile.in:  Regenerate.
8547 2003-04-16  Richard Earnshaw  <rearnsha@arm.com>
8549         * configure.in (arm-*-netbsdelf*): Enable building java libraries.
8550         * configure: Regenerated.
8552 2003-04-15  DJ Delorie  <dj@redhat.com>
8554         * MAINTAINERS: Remove myself as windows/cygwin/mingw maintainer.
8556 2003-04-13  Nick Clifton  <nickc@redhat.com>
8558         * config-ml.in: Remove support for --disable-aix removing
8559         call-aix multilibs.
8561 2003-04-10  Alexandre Oliva  <aoliva@redhat.com>
8563         * libtool.m4 (lt_cv_deplibs_check_method): Use pass_all on mips*.
8564         * */configure: Rebuilt.
8566 2003-04-08  Joel Sherrill  <joel@oarcorp.com>
8568         * MAINTAINERS: Add my email address.
8570 2003-03-17  Olivier Hainque  <hainque@act-europe.fr>
8572         * MAINTAINERS (Write After Approval): Add myself.
8574 2003-03-14  Nathanael Nerode  <neroden@gcc.gnu.org>
8576         * Makefile.tpl: Move .NOEXPORT, MAKEOVERRIDES back down.
8577         * Makefile.in: Regenerate.
8579 2003-03-14  Michael Chastain  <mec@shout.net>
8581         * Makefile.in: Regenerate with correct Makefile.def.
8583 2003-03-12  Nathanael Nerode  <neroden@gcc.gnu.org>
8585         * Makefile.tpl: Move .NOEXPORT, MAKEOVERRIDES up.  Delete unused
8586         Make macro.
8587         * Makefile.in: Regenerate.
8588         * configure.in: Clean up gxx_include_dir logic.
8589         * configure: Regenerate.
8591 2003-03-12  Ansgar Esztermann  <ansgar@thphy.uni-duesseldorf.de>
8593         * MAINTAINERS (Write After Approval): Add myself.
8595 2003-03-10  Ben Elliston  <bje@wasabisystems.com>
8597         * MAINTAINERS: Update my mail address.
8599 2003-03-09  Franz Sirl  <Franz.Sirl-kernel@lauterbach.com>
8601         * configure.in (gxx_include_dir): Fix typo.
8602         * configure: Regenerated.
8604 2003-03-04  Nathanael Nerode  <neroden@gcc.gnu.org>
8606         * Makefile.tpl: Reindent.
8607         * Makefile.in: Regenerate.
8608         * configure.in: Reindent.  Don't set unused variables.
8609         * configure: Regenerate.
8611 2003-03-04  Daniel Jacobowitz  <drow@mvista.com>
8613         * configure.in: Include $(build_tooldir)/sys-include in
8614         FLAGS_FOR_TARGET.
8615         * configure: Regenerated.
8617 2003-03-04  Nathanael Nerode  <neroden@gcc.gnu.org>
8619         * Makefile.tpl: Always pass down RANLIB.
8620         * Makefile.in: Regenerate.
8622         * Makefile.tpl: Don't set unused enable_shared, enable_threads macros.
8623         * Makefile.in: Regenerate.
8624         * configure.in: Remove unused logic relating to --enable-shared
8625         and --enable-threads.  Remove bogus comments.  Remove redundant
8626         noconfigdirs.
8627         * configure: Regenerate.
8629         * configure.in: Replace ${libstdcxx_version} by its value.
8630         Remove reference to mh-dgux.
8631         * configure: Regenerate.
8633 2003-03-03  Kevin Buettner  <kevinb@redhat.com>
8635         * MAINTAINERS (Write After Approval): Add myself.
8637 2003-02-28  Nathanael Nerode  <neroden@gcc.gnu.org>
8639         * Makefile.tpl: Rearrange.
8640         * Makefile.in: Regenerate.
8642 2003-02-25  Uwe Stieber  <uwe@wwws.de>
8644         * configure.in: Add support for kaOS as cross build target system.
8645         * configure: Regenerated.
8647 2003-02-24  Steven Bosscher  <steven@gcc.gnu.org>
8649         * MAINTAINERS (Write after approval): Add myself.
8651 2003-02-21  James E Wilson  <wilson@tuliptree.org>
8653         * MAINTAINERS: Update my email address.
8655 2003-02-21  Zack Weinberg  <zack@codesourcery.com>
8657         * MAINTAINERS: Add self to blanket write privs. section.
8659 2003-02-20  Sean McNeil  <sean@blue.mcneil.com>
8661         * Makefile.tpl: Add definition of CPPFLAGS to pass into
8662         configure-target-* as some target builds may require additional
8663         flags for preprocessor tests.
8664         * Makefile.in: Regenerated.
8666 2003-02-19  Alexandre Oliva  <aoliva@redhat.com>
8668         * libtool.m4 (LD): Append -melf* option to LD on IRIX with GNU ld.
8669         * ltconfig: Handle it.
8670         * ltcf-cxx.sh: Use with_gnu_ld passed as a shell variable instead of
8671         auto-detecting it.
8673         * ltcf-cxx.sh: Replace $linker_flags with $compiler_flags wherever
8674         it is used as argument to $CC.
8675         * ltcf-gcj.sh: Likewise.
8677         * configure.in: Introduce --enable-maintainer-mode.
8678         * configure: Rebuilt.
8679         * Makefile.tpl (Makefile.in, configure): Enable dependencies only
8680         for maintainer mode.
8681         * Makefile.in: Rebuilt.
8683 2003-02-18  Jason Merrill  <jason@redhat.com>
8685         * Makefile.tpl (check-c++): Allow parallelism.
8687 2003-02-16  Gerald Pfeifer  <pfeifer@dbai.tuwien.ac.at>
8689         * MAINTAINERS: Remove John Carr (who never actually had access to
8690         gcc.gnu.org).
8692 2003-02-15  Geoffrey Keating  <geoffk@apple.com>
8694         * configure.in (*-*-darwin*): Rename from powerpc*-*-darwin*,
8695         don't configure target-libobjc.
8696         * configure: Regenerate.
8698 2003-02-14  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
8700         * Makefile.tpl (RANLIB): Define.
8701         * Makefile.in: Regenerate.
8703 2003-02-08  Laurynas Biveinis  <laurynas.biveinis@mif.vu.lt>
8705         * MAINTAINERS: Update my email.
8707 2003-02-06  Keith R Seitz  <keiths@redhat.com>
8709         * Makefile.def: Remove "snavigator", "grep", and "db" modules.
8710         * Makefile.tpl: Remove "all-snavigator" and "all-grep".
8711         * Makefile.in: Regenerated.
8712         * configure.in: Remove all traces of snavigator, db, and grep.
8713         * configure: Regenerated.
8715 2003-02-06  Gerald Pfeifer  <pfeifer@dbai.tuwien.ac.at>
8717         * MAINTAINERS: Remove duplicate entry for Bernd Schmidt from Write
8718         After Approval.
8720 2003-02-02  Christian Cornelssen  <ccorn@cs.tu-berlin.de>
8722         * MAINTAINERS (Write after approval): Add myself.
8724 2003-01-31  Frank Ch. Eigler  <fche@redhat.com>
8726         * Makefile.tpl (all-sid): Add libiberty/bfd/opcodes dependencies.
8727         * Makefile.in: Regenerated.
8729 2003-01-30  Roger Sayle  <roger@eyesopen.com>
8731         * config.guess: Updated to 2003-01-30's version.
8732         * config.sub: Updated to 2003-01-28's version.
8734 2003-01-30  Alexandre Oliva  <aoliva@redhat.com>
8736         * config.if: If gcc_version is already set, just use it.  Don't set
8737         gcc_version_trigger if it's already set, otherwise set it to
8738         gcc/version.c, but only if the file exists.  If it is not set and
8739         gcc/version.c does not exist, try to extract the version number from
8740         $CC.
8742 2003-01-29  Andreas Tobler  <a.tobler@schweiz.ch>
8744         * MAINTAINERS: Add myself to write-after-approval list.
8746 2003-01-27  Phil Edwards  <pme@gcc.gnu.org>
8748         * configure.in:  Revert 24Jan change.
8749         * configure:  Regenerate.
8751 2003-01-25  Gerald Pfeifer  <pfeifer@dbai.tuwien.ac.at>
8753         * MAINTAINERS: Remove incorrect entry for Paul Eggert.  Fix
8754         entry of HJ Lu.
8756 2003-01-23  Nathanael Nerode  <neroden@gcc.gnu.org>
8758         * configure.in: Revert previous change.
8759         * configure: Regenerate.
8761 2003-01-23  Nathanael Nerode  <neroden@gcc.gnu.org>
8763         * configure.in: Make rda native-only.
8764         * configure: Regenerate.
8766 2003-01-22  Volker Reichelt  <reichelt@igpm.rwth-aachen.de>
8768         * MAINTAINERS: Move myself from GNATS-only-accounts to
8769         write-after-approval.
8771 2003-01-19  Nathanael Nerode  <neroden@gcc.gnu.org>
8773         * configure.in: Add missing \.
8774         * configure: Rebuilt.
8776 2003-01-17  Jakub Jelinek  <jakub@redhat.com>
8778         * configure.in (baseargs): Avoid using \| in sed regular
8779         expressions.
8780         * configure: Rebuilt.
8782 2003-01-16  Jakub Jelinek  <jakub@redhat.com>
8784         * configure.in (baseargs): Remove all supported forms of
8785         --cache-file, --srcdir, --host, --build and --target options
8786         from argument lists.
8787         * configure: Rebuilt.
8789 2003-01-15  Josef Zlomek  <zlomekj@suse.cz>
8791         * MAINTAINERS: Add myself to write-after-approval list.
8793 2003-01-15  Alexandre Oliva  <aoliva@redhat.com>
8795         * configure.in (noconfigdirs): Don't skip gas on IRIX 6.
8796         * configure: Rebuilt.
8798 2003-01-09  Nathanael Nerode  <neroden@gcc.gnu.org>
8800         * configure.in: Substitute TOPLEVEL_CONFIGURE_ARGUMENTS.
8801         * Makefile.tpl: Pass TOPLEVEL_CONFIGURE_ARGUMENTS to gcc.
8802         * Makefile.in: Regenerate.
8803         * configure: Regenerate.
8805 2003-01-09  Alexandre Oliva  <aoliva@redhat.com>
8807         * configure.in: Remove Makefile in build, host and target modules
8808         unless configure was run with --no-recursion.
8809         * configure: Rebuilt.
8811 2003-01-09  Christian Cornelssen  <ccorn@cs.tu-berlin.de>
8813         * Makefile.tpl (BASE_FLAGS_TO_PASS): Also pass DESTDIR.
8814         (install-info, dir.info): Prepend $(DESTDIR) to $(infodir).
8815         * Makefile.in: Regenerate.
8817 2003-01-08  Chris Demetriou  <cgd@broadcom.com>
8819         * config.guess: Update to 2003-01-03 version.
8820         * config.sub: Update to 2003-01-03 version.
8822 2003-01-07  Christopher Faylor  <cgf@redhat.com>
8824         * configure: Regenerate with proper autoconf 2.13.
8826 2003-01-07  Christopher Faylor  <cgf@redhat.com>
8828         * configure.in: Add AC_PREREQ for consistency.
8829         * configure: Regenerate.
8831 2003-01-06  Andrew Cagney  <ac131313@redhat.com>
8833         * configure.in (GDB_TK): Add tcl directories conditional on
8834         gdb/gdbtk directory being present.
8835         * configure: Regenerate.
8837 2003-01-04  John David Anglin  <dave.anglin@nrc.ca>
8839         * configure.in (LD): Improve test for gcc.  Try to set LD to the ld
8840         used by gcc if LD is not defined and we are not doing a Canadian Cross.
8841         * configure: Rebuilt.
8843 2002-12-31  Tom Tromey  <tromey@redhat.com>
8845         * Makefile.in: Rebuilt.
8846         * Makefile.def (target_modules) [libffi]: Allow installation.
8848 2002-12-31  Andreas Schwab  <schwab@suse.de>
8850         * configure.in: Fix use of $program_transform_name.
8851         * configure: Regenerated.
8853 2002-12-30  Daniel Jacobowitz  <drow@mvista.com>
8855         * configure.in (baseargs): Don't remove first configure argument.
8856         * configure: Regenerated.
8858 2002-12-29  Alexandre Oliva  <aoliva@redhat.com>
8860         * Makefile.tpl (local-distclean): Don't remove...
8861         (multilib.ts): ... this.  Moved into...
8862         (multilib.out): ... this.  Don't use sub-make.
8863         ($(BUILD_SUBDIR)/[+module+]/Makefile, [+module+]/Makefile,
8864         $(TARGET_SUBDIR)/[+module+]/Makefile, gcc/Makefile): Moved into...
8865         (configure-build-[+module+], configure-[+module+],
8866         configure-target-[+module+], configure-gcc): ... these.  Test
8867         for Makefile existence.  Drop config.status from dependencies.
8868         * Makefile.in: Rebuilt.
8869         * configure.in: Move gcc-version-trigger to the end of
8870         ac_configure_args.  Add comments to maybedep.tmp and
8871         serdep.tmp.  Introduce --disable-serial-configure.  Remove
8872         nonopt from baseargs, matching and removing corresponding
8873         whitespace while at it.
8874         * configure: Rebuilt.
8876 2002-12-28  Alexandre Oliva  <aoliva@redhat.com>
8878         * configure.in (host_configargs): Replace reference to
8879         no-longer-defined buildopts with --build=${build_alias}.
8880         * configure: Rebuilt.
8882         * Makefile.tpl ($(NOTPARALLEL)): Move to the end.  Bring uses of
8883         program_transform_name to standard idiom.
8884         (AUTOGEN, AUTOCONF): Define.
8885         (Makefile.in): Use $(AUTOGEN).
8886         (Makefile): Depend on config.status, and use autoconf-style rule to
8887         build it.  Move original commands to...
8888         (config.status): ... this new target.
8889         (configure): Add $(srcdir).  Depend on config/acx.m4.  Use
8890         $(AUTOCONF).
8891         * Makefile.in: Rebuilt.
8893 2002-12-28  Nathanael Nerode  <neroden@gcc.gnu.org>
8895         * Makefile.tpl: Fix dramatic bustage due to change in
8896         program_transform_name.
8897         * Makefile.in: Regenerate.
8899         * configure.in: Remove unnecessary PATH setting.
8900         * configure: Regnerate.
8902         * configure.in: Don't default to unprefixed tools unless
8903         the native tools will work.
8904         * configure: Regenerate.
8906         * configure.in: Convert to autoconf script.  Blow away lots
8907         of now-redundant Makefile fragments.
8908         * configure: Generate using Autoconf.
8909         * Makefile.tpl: Rewrite to reflect autoconfiscation.
8910         * Makefile.in: Regenerate.
8912 2002-12-27  Nathanael Nerode  <neroden@gcc.gnu.org>
8914         * configure: Fix stupid bug where RANLIB was mistakenly included.
8916         * configure.in: Rename (buildargs, hostargs, targargs) to
8917         (build_configargs, host_configargs, target_configargs).
8919         * configure.in: Move logic out of sed statement.
8921         * configure: Remove unneeded 'export's.  Make CC_FOR_TARGET,
8922         CXX_FOR_TARGET, GCJ_FOR_TARGET substituted in configure.in only.
8924 2002-12-25  Svein E. Seldal  <Svein.Seldal@solidas.com>
8926         * config.sub: Import from master repository
8927         * config.guess: Ditto
8929 2002-12-24  Andreas Schwab  <schwab@suse.de>
8931         * Makefile.tpl (multilib.out): Fix missing space.
8932         * Makefile.in: Regenerate.
8934 2002-12-23  Nathanael Nerode  <neroden@gcc.gnu.org>
8936         * Makefile.tpl: Use shared multilib.out.  Use move-if-change for it.
8937         Convert (cd foo; make) to (cd foo && make).  Clean up multilib.out.
8938         * Makefile.in: Regenerate.
8939         * configure.in: Remove unnecessary leftovers.
8941 2002-12-21  Geoffrey Keating  <geoffk@apple.com>
8943         * configure.in (extra_ranlibflags_for_target): New variable.
8944         (*-*-darwin): Add -c to ranlib commands.
8945         * configure (tooldir): Handle extra_ranlibflags_for_target.
8947 2002-12-19  Nathanael Nerode  <neroden@gcc.gnu.org>
8949         * Makefile.tpl: Revert HJL's change.
8950         * Makefile.in: Regenerated.
8951         * configure.in: Put build_prefix before $(BUILD_SUBDIR) here, and
8952         always.
8954 2002-12-19  Andreas Schwab  <schwab@suse.de>
8956         * Makefile.tpl, configure.in: Substitute libstdcxx_incdir.
8957         * Makefile.in: Regenerate.
8959 2002-12-18  H.J. Lu  <hjl@gnu.org>
8961         * Makefile.tpl: Add @build_prefix@ before $(BUILD_SUBDIR).
8962         * Makefile.in: Regenerated.
8964         * configure.in (build_prefix): New. Substitute.
8966 2002-12-18  Nathanael Nerode  <neroden@gcc.gnu.org>
8968         * Makefile.tpl: Don't let real targets depend on phony targets.
8969         * Makefile.in: Regenerate.
8971         * Makefile.tpl (do-info): Depend on maybe-all-texinfo, not all-texinfo.
8972         * Makefile.in: Regenerate.
8974 2002-12-17  Svein E. Seldal  <Svein.Seldal@solidas.com>
8976         * config.sub: Import from master repository
8977         * config.guess: Ditto
8979 2002-12-16  Jason Merrill  <jason@redhat.com>
8981         * Makefile.tpl (all-gcc): Use 'make quickstrap' if there was a
8982         previous 'make bootstrap'.
8983         * Makefile.in: Regenerate.
8985 2002-12-17  Hans-Peter Nilsson  <hp@bitrange.com>
8987         * configure.in (noconfigdirs) [mmix-*-*]: Disable libgloss and gdb.
8989 2002-12-13  Nathanael Nerode  <neroden@gcc.gnu.org>
8991         * configure.in, Makefile.tpl, Makefile.def: Remove tclX.
8992         * Makefile.in: Regenerate.
8994 2002-12-13  Jason Merrill  <jason@redhat.com>
8996         * Makefile.tpl (check-gcc-c++): Renamed from check-c++.  Don't run
8997         library tests.
8998         (check-c++): Just depend on it and check-target-libstdc++-v3.
8999         * Makefile.in: Regenerate.
9001 2002-12-12  Alexandre Oliva  <aoliva@redhat.com>
9003         * Makefile.tpl (configure-target-rda): Depend on $(ALL_GCC_C).
9004         * Makefile.in: Rebuilt.
9006 2002-12-12  Alexandre Oliva  <aoliva@redhat.com>
9008         * Makefile.in (configure-target-rda): Depend on ALL_GCC_C.
9010 2002-12-10  Nathanael Nerode  <neroden@gcc.gnu.org>
9012         * configure: Fix bug put in by gremlins.
9014         * Makefile.tpl: Substitute more autoconfily.
9015         * configure: Substitute more autoconfily.
9016         * Makefile.in: Regenerate.
9018 2002-12-09  Svein E. Seldal  <Svein.Seldal@solidas.com>
9020         * config.sub: Import from master repository
9021         * config.guess: Ditto
9022         * MAINTAINERS: Added Svein Seldal under write after approval
9024 2002-12-08  Andrew Cagney  <ac131313@redhat.com>
9026         * Makefile.tpl (all-sim): Depend on maybe-configure-gdb.
9027         * Makefile.in (all-sim): Ditto.
9029 2002-12-06  DJ Delorie  <dj@redhat.com>
9031         * Makefile.tpl: Change configure dependencies to not have real
9032         targets depend on phony targets.
9034 2002-12-05  Nathanael Nerode  <neroden@gcc.gnu.org>
9036         * configure.in: Revert unintentional change.
9038         * Makefile.tpl: Change dependency for */multilib.out so that
9039         it works when gcc isn't in the tree.
9041         * configure.in: Substitute more.
9042         * configure: Run subconfigures from the Makefile.
9043         * Makefile.tpl: Run subconfigures from the Makefile; add a few
9044         convenience targets.  Make sure gcc isn't rebuilt after bootstrap.
9046 2002-12-05  Gerald Pfeifer  <pfeifer@dbai.tuwien.ac.at>
9048         * MAINTAINERS: Add Christian Ehrhardt under "GNATS only".
9050 2002-12-03  Nathanael Nerode  <neroden@gcc.gnu.org>
9052         * Makefile.tpl: Add targets for configuring host subdirs in Makefile,
9053         and corresponding dependencies.
9054         * Makefile.in: Regenerate.
9056         * configure.in (host_tools): Order binutils, gas and ld for
9057         convenience in running the testsuites.
9059         * Makefile.tpl: Introduce rules to serialize subconfigure runs.
9060         * Makefile.in: Regenerate.
9061         * configure.in: Introduce rules to serialize subconfigure runs.
9063         * configure.in: Introduce BASE_CC_FOR_TARGET.
9064         * Makefile.tpl: Reorganize and comment.  Introduce HOST_CONFIGARGS.
9065         Realize configure-build-* targets.  Realize configure-target-* targets.
9066         * Makefile.in: Regenerate.
9068 2002-12-02  Nathanael Nerode  <neroden@gcc.gnu.org>
9070         * configure: Move gcc_version_trigger stuff from here...
9071         * configure.in: ...to here.
9073         * configure.in: Separate subconfigure options added by this file from
9074         options given by the user.  Add machinery to put args for host
9075         subconfigures into the Makefile.
9077         * Makefile.tpl: Remove 'vault' targets.
9078         * Makefile.tpl: Reorder and comment dependencies.
9079         * Makefile.in: Regenerate.
9081 2002-12-01  Nathanael Nerode  <neroden@gcc.gnu.org>
9082         * configure.in: Fix my broken commit of previous patch. (sigh)
9084 2002-11-28  Geoffrey Keating  <geoffk@apple.com>
9086         * configure.in: Move host-specific darwin noconfigdirs into
9087         the host-specific section.
9089 2002-11-28  Geoffrey Keating  <geoffk@apple.com>
9091         * configure.in: Move host-specific darwin noconfigdirs into
9092         the host-specific section.
9094 2002-11-26  Nathanael Nerode  <neroden@gcc.gnu.org>
9096         * configure: Remove skip-this-dir support.
9097         * Makefile.tpl: Remove skip-this-dir support.
9099         * Makefile.tpl: Remove leftover support for non-autoconfiscated
9100         subdirectories.
9101         * Makefile.in: Regenerate.
9103         * Makefile.tpl: Strip out useless setting of 'dir'.
9104         * Makefile.in: Regenerate.
9106 2002-11-22  Nathanael Nerode  <neroden@gcc.gnu.org>
9108         * configure.in: Fix deeply stupid bug.
9110         * configure.in: Introduce RAW_CXX_FOR_TARGET and simplify embedded
9111         shell code in CXX_FOR_TARGET
9112         * Makefile.def: Introduce raw_cxx.
9113         * Makefile.tpl: Use raw_cxx to select between CXX_FOR_TARGET and
9114         RAW_CXX_FOR_TARGET.
9115         * Makefile.in: Regenerate.
9117 2002-11-21  Nathanael Nerode  <neroden@gcc.gnu.org>
9119         * Makefile.tpl: Remove unnecessary ifs.
9120         * Makefile.in: Regenerate.
9122         * Makefile.tpl: Implement soft dependency machinery.  Maybe-ize
9123         dependencies.  Maybe-ize build-libiberty.  Create dummy install
9124         targets for 'no_install' modules.
9125         * configure: Move GDB_TK substitution to configure.in.  Move
9126         build_modules stuff to configure.in.
9127         * configure.in: Implement soft dependency machinery.  Maybe-ize
9128         GDB_TK, rearrange slightly.  Move build_modules stuff from configure.
9129         * Makefile.in: Regenerate.
9131 2002-11-19  Nathanael Nerode  <neroden@gcc.gnu.org>
9133         * Makefile.tpl: Make all-target, install-target behave similarly
9134         to all, install (only hitting configured targets).  Eliminate
9135         unused macro defintions.
9137         * Makefile.tpl: Add all-gcc: all-build-libiberty dependency when
9138         build != host.
9140         * Makefile.tpl: Add all-gcc: all-libiberty dependency.
9142         * ltcf-c.sh, ltcf-gcj.sh, Makefile.tpl: Correct BUILD/HOST confusion.
9144         * configure.in: Produce lists of subdir targets we're actually
9145         configuring.  Remove references to "dosrel".
9146         * Makefile.tpl: Let configure set which subdir targets are hit.
9147         Remove install-cross; clean up install; remove ALL.  Remove
9148         references to "dosrel".  Remove "EXTRA_TARGET_HOST" hackery.
9149         Autogenerate host module targets.  Remove empty dependency lines
9150         and redundant dependency; rearrange slightly.
9151         * Makefile.def: Add host-side libtermcap, utils.
9153         * Makefile.in: Regenerate.
9155 2002-11-19  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
9157         * ltconfig (osf[345]): Append $major to soname_spec.
9158         Reflect this in library_names_spec.
9159         * ltmain.sh (osf): Prefix $major with . for use as extension.
9161 2002-11-19  Andreas Jaeger  <aj@suse.de>
9163         * libtool.m4 (libtool_flags): Add patch from libtool CVS: Support
9164         linking of 32-bit libraries with ld on the x86-64, ppc64, s390x
9165         and sparc64 GNU/Linux systems.
9167 2002-11-19  Nathan Sidwell  <nathan@codesourcery.com>
9169         * MAINTAINERS: Update email.
9171 2002-11-18  Gerald Pfeifer  <pfeifer@dbai.tuwien.ac.at>
9173         * MAINTAINERS: Complete James Dennett's entry.
9175 2002-11-15  Eric Botcazou  <ebotcazou@libertysurf.fr>
9177         * MAINTAINERS (Write After Approval): Add myself.
9179 2002-11-13  Bruce Korb  <bkorb@gnu.org>
9181         * Makefile.tpl: syntactic cleanup
9183 2002-11-13  Stuart Hastings  <stuart@apple.com>
9185         * MAINTAINERS: Add myself to write-after-approval list.
9187 2002-11-12  Nathanael Nerode  <neroden@gcc.gnu.org>
9189         * Makefile.def: Add list of recursive targets to autogenerate.
9190         Add build_modules.
9191         * Makefile.tpl: Autogenerate do-* targets.  Autogenerate *-target-*
9192         targets.  Autogenerate *-build-* targets.
9193         * Makefile.in: Regenerate.
9195 2002-11-12  Nathanael Nerode  <neroden@gcc.gnu.org>
9197         * configure: More autoconf-style substitutions.
9198         * Makefile.tpl: More autoconf-style substitutions.
9199         * Makefile.in: Regenerate.
9201 2002-11-11  Nathanael Nerode  <neroden@gcc.gnu.org>
9203         * configure: Substitute more variables in a more autoconf-friendly
9204         way.  Simplify slightly.
9205         * Makefile.tpl: Make more variables substitutable in an
9206         autoconf-friendly way.
9207         * Makefile.in: Regenerate.
9209 2002-11-11  Jonathan Wakely  <redi@gcc.gnu.org>
9211         * MAINTAINERS (Write After Approval): Add myself.
9213 2002-11-10  Nathanael Nerode  <neroden@gcc.gnu.org>
9215         * configure.in (v810*): Remove special setting of tools.
9217         * configure: Add support for extra required flags for ar or nm.
9218         * configure.in (aix4.3+): Use above support for target-specific
9219         issues, rather than using config/mt-aix43.
9221 2002-11-09  Nathanael Nerode  <neroden@gcc.gnu.org>
9223         * configure: Remove 'removing', which doesn't work.  Replace $subdir
9224         with . everywhere.  Replace $subdirs with ''.  Replace $makesrcdir
9225         with $srcdir.  Reformat indentation.  Substitute some variables
9226         formerly hard-coded in the Makefile for build=host.
9227         * Makefile.tpl: Autogenerate more; make more autoconf-friendly.
9228         * Makefile.def: Autogenerate more.
9229         * Makefile.in: Regenerate.
9231 2002-11-04  Adam Nemet  <anemet@lnxw.com>
9233         * MAINTAINERS (Write After Approval): Add myself.
9235 2002-11-04  Kevin Buettner  <kevinb@redhat.com>
9237         * Makefile.def (host_modules): Add rda.
9238         * Makefile.in: Regenerate.
9239         * configure.in (target_tool): Add target-rda to list.
9241 2002-10-28  Gerald Pfeifer  <pfeifer@dbai.tuwien.ac.at>
9243         * MAINTAINERS: Remove "co-maintainer" note for web pages.
9245 2002-10-25  Phil Edwards  <pme@gcc.gnu.org>
9247         * Makefile.tpl (bootstrap):  Add bubblestrap, quickstrap, cleanstrap,
9248         and restrap targets to this rule.
9249         * Makefile.in:  Regenerate.
9251 2002-10-25  Gerald Pfeifer  <pfeifer@dbai.tuwien.ac.at>
9253         * MAINTAINERS: Add Wolfgang Bangerth and Volker Reichelt under
9254         GNATS only accounts.
9256 2002-10-24  Hans-Peter Nilsson  <hp@bitrange.com>
9258         * configure.in (i[3456]86-*-linux*): Add check to disable
9259         ${libgcj} for glibc1.
9261 2002-10-24  Denis Chertykov  <denisc@overta.ru>
9263         * MAINTAINERS: Add myself as ip2k port maintainer.
9265 2002-10-07  Svein E. Seldal  <Svein.Seldal@solidas.com>
9267         * configure.in: Add tic4x target.
9269 2002-10-03  Nathanael Nerode  <neroden@gcc.gnu.org>
9271         * Makefile.tpl: Make SET_LIB_PATH substitution more autoconfy.
9272         * configure.in: Make SET_LIB_PATH substitution more autoconfy.
9273         * Makefile.in: Regenerate.
9275         * Makefile.tpl: Make RPATH_ENVVAR substitution more autoconfy.
9276         * configure.in: Make RPATH_ENVVAR substitution more autoconfy.
9277         * Makefile.in: Regenerate.
9279 2002-10-02  Janis Johnson  <janis187@us.ibm.com>
9281         * MAINTAINERS: Add myself as web pages co-maintainer.
9283 2002-10-02  Nathanael Nerode  <neroden@gcc.gnu.org>
9285         * Makefile.tpl: Eliminate reference to all-gui, all-libproc.
9286         * Makefile.in: Regenerate.
9288 2002-10-02  Zack Weinberg  <zack@codesourcery.com>
9290         * MAINTAINERS: Add myself and Nathan Sidwell
9291         <nathan@codesourcery.com> as VxWorks maintainers.
9293 2002-10-02  Nathanael Nerode  <neroden@gcc.gnu.org>
9295         * Makefile.def: Remove order dependency comments.
9296         * Makefile.tpl: Add explicit install-install dependencies.
9297         * Makefile.in: Regenerate.
9299         * Makefile.tpl: Remove material now in src-release.  (Finally!)
9300         * Makefile.in: Regenerate.
9302         * Makefile.tpl: Add configure-target (for src-release in src)
9303         * Makefile.in: Regenerate.
9305 2002-09-30  Nick Clifton  <nickc@redhat.com>
9307         * Makefile.in (BINUTILS_SUPPORT_DIRS): Add cpu directory.
9309 2002-09-30  Ulrich Weigand  <uweigand@de.ibm.com>
9311         * configure.in (s390*-*-linux*): Enable libgcj.
9313 2002-09-29  Nathanael Nerode  <neroden@gcc.gnu.org>
9315         * configure: Revert accidentally applied changes.
9317         * Makefile.tpl: Make more autoconf-friendly.
9318         * Makefile.in: Regenerate.
9319         * configure: Make substitution more autoconf-like.
9321 2002-09-28  Richard Earnshaw  <rearnsha@arm.com>
9323         * configure.in (arm-*-coff, strongarm-*-coff, xscale-*-coff): Use a
9324         single entry to handle all these.
9325         (arm-*-elf, strongarm-*-elf, xscale-*-elf): Likewise.  Also enable
9326         libjava on arm-*-elf.
9328 2002-09-27  Geoffrey Keating  <geoffk@apple.com>
9330         * configure.in (powerpc-*-darwin*): Don't configure BFD, TK, or the
9331         things that depend on them.
9333 2002-09-25  Nathanael Nerode  <neroden@gcc.gnu.org>
9335         * Makefile.tpl: Make subsituted variables more autoconfy.
9336         * Makefile.in: Regenerate.
9337         * configure: Make seds more autoconfy.
9339 2002-09-25  Nathanael Nerode  <neroden@gcc.gnu.org>
9341         * Makefile.tpl: Rewrite substituted lines to look autoconfy.
9342         * Makefile.in: Regenerate.
9343         * configure.in: Rewrite sed statements to look autoconfy.
9345         * Makefile.tpl: Autogenerate *-target-* lists, dependencies of
9346         all-target-foo on configure-target-foo.
9347         * Makefile.def: Ditto.
9348         * Makefile.in: Rebuild.
9350 2002-09-25  Andrew Haley  <aph@redhat.com>
9352         * MAINTAINERS: Add aph@redhat.com as Java maintainer.
9354 2002-09-22  Nathanael Nerode  <neroden@gcc.gnu.org>
9356         * Makefile.def: New file.
9357         * Makefile.tpl: New file.
9358         * Makefile.in: Generate from Makefile.tpl with 'autogen Makefile.def'.
9359         * contrib/gcc_update: Note that Makefile.in is a generated file.
9361         * configure.in: Minor rearrangement.  Simplify tests.
9363 2002-09-22  Jason Thorpe  <thorpej@wasabisystems.com>
9365         * configure.in (with_headers): Skip copy if value is "yes".
9366         (with_libs): Likewise.
9368 2002-09-20  Nathanael Nerode  <neroden@gcc.gnu.org>
9370         * configure.in (*-*-netbsd*): Use noconfigdirs, not skipdirs.
9371         * configure.in (sh*-*-pe*): Ditto.
9372         * configure.in (mips*-*-pe*): Ditto.
9373         * configure.in (*arm-wince-pe): Ditto.
9375         * configure.in: Rearrange.
9377 2002-09-14  Kazu Hirata  <kazu@cs.umass.edu>
9379         * MAINTAINERS: Update my email address.
9381 2002-08-30  Paul Koning  <pkoning@equallogic.com>
9383         * MAINTAINERS: (Write After Approval): Add myself.
9385 2002-08-29  Geoffrey Keating  <geoffk@redhat.com>
9387         * MAINTAINERS: Update Jason Eckhardt's address, remove i860.
9389 2002-08-24  Geoffrey Keating  <geoffk@redhat.com>
9391         * MAINTAINERS: Change my mailing address.
9393 2002-08-21  Paolo Carlini  <pcarlini@unitus.it>
9395         * MAINTAINERS (Write After Approval): Remove myself.
9396         (Various Maintainers: c++ runtime libs): Add myself.
9398 2002-08-20  Loren J. Rittle  <ljrittle@acm.org>
9400         * MAINTAINERS (Write After Approval): Remove myself.
9401         (Various Maintainers: c++ runtime libs): Add myself.
9403 2002-08-15  Eric Christopher  <echristo@redhat.com>
9405         * config.sub: Import from master repository.
9406         * config.guess: Ditto.
9408 2002-08-19  Alexandre Oliva  <aoliva@redhat.com>
9410         * Makefile.in (GCC_FOR_TARGET): Prepend STAGE_CC_WRAPPER.
9411         * configure.in (CC_FOR_TARGET, GCJ_FOR_TARGET, CXX_FOR_TARGET,
9412         CXX_FOR_TARGET_FOR_RECURSIVE_MAKE): Likewise.
9414 2002-08-16  Aldy Hernandez  <aldyh@redhat.com>
9416         * MAINTAINERS: Add self to rs6000 vector extensions.
9418 2002-08-15  Alexandre Oliva  <aoliva@redhat.com>
9420         * libiberty/configure: Reverted unintended yesterday's check in.
9422 2002-08-14  Alexandre Oliva  <aoliva@redhat.com>
9424         * boehm-gc/configure, libf2c/configure: Rebuilt.
9425         * libffi/configure, libiberty/configure: Ditto.
9426         * libjava/configure, libobjc/configure: Ditto.
9427         * libstdc++-v3/configure, zlib/configure: Ditto.
9428         Merged from binutils:
9429         2002-01-27  Daniel Jacobowitz  <drow@mvista.com>
9430         From Steve Ellcey <sje@cup.hp.com>:
9431         * libtool.m4 (HPUX_IA64_MODE): Set to 32 or 64 based on ABI.
9432         (lt_cv_deplibs_check_method, lt_cv_file_magic_cmd,
9433         lt_cv_file_magic_test_file): Set to appropriate values for HP-UX
9434         IA64.
9435         * ltcf-c.sh (archive_cmds, hardcode_*): Ditto.
9436         * ltconfig (shlibpath_*, dynamic_linker, library_names_spec,
9437         soname_spec, sys_lib_search_path_spec): Ditto.
9439 2002-08-06  Federico G. Schwindt  <fgsch@olimpo.com.br>
9441         * configure.in (hppa*-*-openbsd*): Treat like hppa*-*-*elf*.
9443 2002-08-04  H.J. Lu  (hjl@gnu.org)
9445         * configure.in (mips*-*-linux*): Don't skip target-libffi.
9447 2002-08-02  Krister Walfridsson  <cato@df.lth.se>
9449         * MAINTAINERS (Write After Approval): Add myself.
9451 2002-07-31  Alan Modra  <amodra@bigpond.net.au>
9453         * configure.in: Move generic linux case to end.  Copy generic
9454         linux noconfigdirs to mips*-*-linux* entry and new
9455         powerpc64*-*-linux* entry.  Add target-libffi for the latter.
9457 2002-07-19  Michael Matz  <matz@suse.de>
9459         * MAINTAINERS: Add myself as ra* maintainer.
9461 2002-07-16  Chris Demetriou  <cgd@broadcom.com>
9463         * config.guess: Update to 2002-07-09 version.
9464         * config.sub: Update to 2002-07-03 version.
9466 2002-07-15  Hans-Peter Nilsson  <hp@bitrange.com>
9468         * MAINTAINERS: Fix typo in a maintainer email address.
9470 2002-07-11  Nathanael Nerode  <neroden@gcc.gnu.org>
9472         * configure.in: Remove two redundant tests.
9474 2002-07-11  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
9476         * configure.in (mips*-*-irix6*o32): Enable stabs.
9478 2002-07-08  Nathanael Nerode  <neroden@gcc.gnu.org>
9480         * configure.in: Don't build grez.
9481         * Makefile.in: Ditto.
9483         * Makefile.in: Remove references to bsp, cygmon, libstub.
9484         * configure.in: Ditto.
9486         * configure.in: Remove leftover reference to gdbtest.
9488 2002-07-08  Phil Edwards  <pme@gcc.gnu.org>
9490         * configure.in (gxx_include_dir):  Change to match versioned
9491         C++ headers if --enable-version-specific-runtime-libs is used.
9493 2002-07-04  Steve Ellcey  <sje@cup.hp.com>
9495         * ltcf-cxx.sh (hpux*): Modify to support ia64-*-hpux*.
9497 2002-07-03  Nathanael Nerode  <neroden@gcc.gnu.org>
9499         * configure.in: Make --without-x work.
9501 2002-07-02  Nathanael Nerode  <neroden@gcc.gnu.org>
9503         * configure.in: Rearrange target Makefile fragment collection.
9505         * Makefile.in: Don't try to build gdbtest, tgas, ispell, inet, or
9506         cvs[src].
9507         * configure.in: Ditto.
9509 2002-07-01  Matt Kraai  <kraai@alumni.cmu.edu>
9511         * MAINTAINERS (Write After Approval): Update my e-mail address.
9513 2002-06-24  Ben Elliston  <bje@redhat.com>
9515         * configure.in (host_tools): Remove cgen.
9517         * Makefile.in (all-cgen): Remove; runs from its source directory.
9518         (check-cgen, install-cgen, clean-cgen): Likewise.
9519         (all-opcodes): Do not depend on all-cgen.
9520         (all-sim): Likewise.
9522 2002-07-01  Nathanael Nerode  <neroden@gcc.gnu.org>
9524         * Makefile.in: Eliminate 'apache' targets.
9525         * configure.in: Eliminate 'apache' targets.
9527         * configure.in: Eliminate redundant tests.  Reorganize.
9529         * Makefile.in: Eliminate last reference to LIBGCC1_TEST.
9531         * config-ml.in: Eliminate references to Cygnus configure.
9533         * Makefile.in: Eliminate references to building emacs.
9535 2002-06-28  Graham Stott  <graham.stott@btinternet.com>
9537         * MAINTAINERS: Update my email address.
9539 2002-06-26  Benjamin Kosnik  <bkoz@redhat.com>
9541         * config.if (libstdcxx_incdir): Version C++ headers.
9542         (cxx_incdir): Remove.
9544 2002-06-25  Nathanael Nerode  <neroden@gcc.gnu.org>
9546         * MAINTAINERS (Write After Approval): Add self.
9548 Thu Jun 20 00:35:14 2002  Denis Chertykov  <denisc@overta.ru>
9550         * configure.in: Add support for ip2k.
9552 2002-06-22  Nathanael Nerode  <neroden@twcny.rr.com>
9554         * configure.in: Fix AIX configury bug.
9556 2002-06-20  Steve Ellcey  <sje@cup.hp.com>
9558         * MAINTAINERS (Write After Approval): Add self.
9560 2002-06-19  Nathanael Nerode  <neroden@twcny.rr.com>
9562         * configure.in: replace ${topsrcdir} with ${srcdir}
9564         * configure.in: Move definition of libstdcxx_flags
9565         right above usage, rather than waaay earlier.
9567         * configure.in: Pull definition of is_cross_compiler earlier.
9569         * configure.in: Rearrange a little.
9571         * configure.in: Remove references to librx.
9572         * Makefile.in: Remove references to librx.
9574 Tue Jun 18 22:37:35 2002  Denis Chertykov  <denisc@overta.ru>
9576         * config.sub: Add support for avr target.
9577         Import from master sources, rev 1.255
9579 2002-06-19  Phil Edwards  <pme@gcc.gnu.org>
9581         * configure, .cvsignore:  Revert previous change...
9582         * Makefile:  ...delete.
9584 2002-06-19  Nathanael Nerode  <neroden@twcny.rr.com>
9586         * configure.in: Eliminate ${gasdir} variable.
9588 2002-06-18  Dave Brolley  <brolley@redhat.com>
9590         * configure.in: Add support for frv.
9591         * config.sub: Add support for frv.
9593 2002-06-18  Phil Edwards  <pme@gcc.gnu.org>
9595         * configure:  Remove garbage from previous commit.
9597 2002-06-18  Phil Edwards  <pme@gcc.gnu.org>
9599         * configure:  For in-source builds, make a subdir and re-exec there.
9600         * Makefile:  New file.  Pass targets through to build directory.
9601         * .cvsignore:  No longer ignore "Makefile".
9603 2002-06-16  Douglas Rupp  <rupp@gnat.com>
9605         * MAINTAINERS (Write After Approval): Add self.
9607 2002-06-11  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
9609         * Makefile.in (CFLAGS_FOR_TARGET): Add -O2.
9611 2002-06-08  Jason Thorpe  <thorpej@wasabisystems.com>
9613         * configure.in (vax-*-netbsd*): Re-enable gas.
9615 2002-05-31  Nathanael Nerode  <neroden@twcny.rr.com>
9617         * Makefile.in: Replace HOST_PREFIX, HOST_PREFIX_1 with BUILD_PREFIX,
9618         BUILD_PREFIX_1, to correct nomenclature.
9619         * configure: Likewise.
9621         * Makefile.in: Eliminate version-specific references to tcl8.1, tk8.1.
9622         * configure.in: Eliminate version-specific references to tcl8.1, tk8.1.
9624 2002-05-31  Olaf Hering  <olh@suse.de>
9626         * config-ml.in: Propogate DESTDIR also.
9628 2002-05-29  Jason Thorpe  <thorpej@wasabisystems.com>
9630         * configure.in (vax-*-netbsd*): Don't build gas for this
9631         platform.
9633 2002-05-28  Marek Michalkiewicz  <marekm@amelek.gda.pl>
9635         * configure.in (noconfigdirs): Don't compile libiberty, libstdcxx
9636         and libgcj for AVR.
9638 2002-05-23  Kaz Kojima  <kkojima@gcc.gnu.org>
9640         * MAINTAINERS (Write After Approval): Add myself.
9642 2002-05-22  Jason Thorpe  <thorpej@wasabisystems.com>
9644         * config.guess: Update to 2002-05-22 version.
9645         * config.sub: Likewise.
9647 2002-05-16  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
9649         * Makefile.in: Allow for PWDCMD to override hardcoded pwd.
9650         * config-ml.in: Likewise.
9651         * configure: Likewise.
9652         * configure.in: Likewise.
9654 2002-05-16  Stephane Carrez  <stcarrez@nerim.fr>
9656         * MAINTAINERS: Update my email address.
9658 2002-05-13  Nathanael Nerode  <neroden@twcny.rr.com>
9660         * configure.in: Simplify makefile fragment collection.
9662         * configure.in: Remove code to build emacs.
9664         * configure.in : Remove --srcdir argument from targargs and buildargs
9665         (it's always overridden in the Makefile anyway).  Rearrange a bit.
9667         * configure: Move some logic to configure.in.
9668         * configure.in: Move some logic from configure.
9670 2002-05-11  Tom Tromey  <tromey@redhat.com>
9672         * MAINTAINERS: Reflect libgcj reality.
9674 2002-05-09  Federico G. Schwindt  <fgsch@olimpo.com.br>
9676         * Makefile.in: Honour DESTDIR.
9678 2002-05-08  Mark Mitchell  <mark@codesourcery.com>
9680         * config.guess: Import 2002-03-20 version.
9681         * config.sub: Import 2002-04-26 version.
9683 2002-05-08  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
9685         * config-ml.in: Allow for PWDCMD to determine ML_POPDIR.
9687 2002-05-07  Tim Josling  <tej@melbpc.org.au>
9689         * MAINTAINERS: Add self.
9691 2002-05-06  Loren J. Rittle  <ljrittle@acm.org>
9693         * ltmain.sh: Detect and handle object name conflicts
9694         while piecewise linking a static library.
9696 2002-05-05  Alexandre Oliva  <aoliva@redhat.com>
9698         * configure.in (noconfigdirs): Don't disable libgcj on
9699         sparc64-*-solaris* and sparcv9-*-solaris*.
9701 2002-05-03  Alexandre Oliva  <aoliva@redhat.com>
9703         * configure.in: Revert 2002-04-18's patch; fixed in libjava.
9705 2002-05-03  Thomas Fitzsimmons  <fitzsim@redhat.com>
9707         * configure.in (FLAGS_FOR_TARGET): Do not add
9708         -B$$r/$(TARGET_SUBDIR)/newlib/ when compiling newlib natively
9709         on i[3456]86-*-linux*.
9711 2002-05-01  Thomas Fitzsimmons  <fitzsim@redhat.com>
9713         * configure.in (noconfigdirs): Replace [ ] with test.
9715         * configure.in (noconfigdirs): Do not add target-newlib if
9716         target == i[3456]86-*-linux*, and host == target.
9718 2002-04-29  Nathanael Nerode  <neroden@doctormoo.dyndns.org>
9720         * configure.in: delete reference to absent file
9722         * configure.in: replace '[' with 'test'
9724         * configure.in: Eliminate references to gash.
9725         * Makefile.in: Eliminate references to gash.
9727         * configure.in: remove useless references to 'pic' makefile fragments.
9729         * configure.in: (*-*-windows*) Finish removing.
9731         * configure.in: Eliminate redundant test for libgui.
9733 2002-04-29  Roger Sayle  <roger@eyesopen.com>
9735         * MAINTAINERS: Add self and realphabetize.  Update entries
9736         for Dan Berlin, Chris Demetriou and Michael Matz.  Remove
9737         entry for a29k port maintainer.
9739 2002-04-26  Joel Sherrill  <joel@OARcorp.com>
9741         * configure.in (h8300*-*-rtems*): Disable libf2c and libgcj.
9742         (sparc-*-elf*, sparc64-*-elf*): Disable libgcj.
9744 2002-04-19  Nathanael Nerode  <neroden@twcny.rr.com>
9746         * configure.in: remove references to dead files
9748 2002-04-19  Mark Mitchell  <mark@codesourcery.com>
9750         * MAINTAINERS: Add information about purpose of this file.
9752 2002-04-18  Tom Tromey  <tromey@redhat.com>
9754         * configure.in: Disallow configuring libgcj when it is already
9755         installed and we're using Solaris 2.8 linker.  Do enable libgcj on
9756         Solaris 2.8 by default.  For PR libgcj/6158.
9758 2002-04-17  Nathanael Nerode  <neroden@twcny.rr.com>
9760         * configure.in:  Move default CC setting out of config/mh-* fragments
9761         directly into here.
9763 2002-04-17  Nathanael Nerode  <neroden@twcny.rr.com>
9765         * configure.in: don't even try to configure or make a subdirectory
9766         if there's no configure script for it.
9768 2002-04-15  Mark Mitchell  <mark@codesourcery.com>
9770         * MAINTAINERS: Remove chill maintainers.
9771         * Makefile.in (CHILLFLAGS): Remove.
9772         (CHILL_LIB): Remove.
9773         (TARGET_CONFIGDIRS): Remove libchill.
9774         (CHILL_FOR_TARGET): Remove.
9775         (BASE_FLAGS_TO_PASS): Don't pass CHILLFLAGS, CHILL_FOR_TARGET, or
9776         CHILL_LIB.
9777         (CONFIGURE_TARGET_MODULES): Remove configure-target-libchill.
9778         (CHECK_TARGET_MODULES): Likewise.
9779         (INSTALL_TARGET_MODULES): Likewise.
9780         (CLEAN_TARGET_MODULES): Likewise.
9781         (configure-target-libchill): Remove.
9782         (all-target-libchill): Remove.
9783         * configure.in (target_libs): Remove target-libchill.
9784         Do not compute CHILL_FOR_TARGET.
9785         * libchill: Remove directory.
9787 2002-04-11  DJ Delorie  <dj@redhat.com>
9789         * Makefile.in, configure.in: Sync with binutils, entries
9790         follow...
9792 2002-04-07  Andrew Cagney  <ac131313@redhat.com>
9794         * Makefile.in (do-tar-bz2): Delete rule.  Replace with ...
9795         (do-tar, do-bz2): New rules.
9796         (taz): Update.  Replace do-tar-bz2 with do-tar and do-bz2.
9797         (gdb-tar): New rule.
9798         (gdb-taz): Rewrite.  Use gdb-tar and do-bz2.
9799         (insight_dejagnu.tar): New rule.
9800         (insight.tar): New rule.
9801         (gdb+dejagnu.tar): New rule.
9802         (gdb.tar): New rule.
9804 2002-02-01  Mo DeJong  <supermo@bayarea.net>
9806         * Makefile.in: Add all-tix to deps for all-snavigator
9807         so that tix is built when building snavigator.
9809 2002-01-11  Steve Ellcey  <sje@cup.hp.com>
9811         * configure.in (ia64*-*-hpux*): New target for IA64 HP-UX,
9812         ld and gdb are not supported.
9814 2002-01-07  Mark Salter  <msalter@redhat.com>
9816         * configure.in: Remove target-bsp and target-cygmon from arm builds.
9817         Allow target-libgloss to be built for arm, strongarm, and xscale.
9819 2001-12-13  Thomas Fitzsimmons  <fitzsim@redhat.com>
9821         * configure.in (FLAGS_FOR_TARGET): Remove -nostdinc and -isystem
9822         options for i[3456]86-pc-linux* native builds.
9824 2001-11-20  Nick Clifton  <nickc@cambridge.redhat.com>
9826         * Makefile.in (do-proto-toplev): Use msgfmt to generate .gmo
9827         files from .po files for a distribution.
9829 2001-09-03  Jeff Holcomb  <jeffh@redhat.com>
9831         * configure.in: Enable libstdc++-v3 for h8300 targets.
9833 2001-06-19  Alan Modra  <amodra@bigpond.net.au>
9835         * Makefile.in (VER): If AM_INIT_AUTOMAKE uses BFD_VERSION, get
9836         version from bfd/.
9838 Fri Jun  8 11:14:02 2001  Andrew Cagney  <cagney@b1.cygnus.com>
9840         * Makefile.in (VER): When present, extract the version number from
9841         the file version.in.
9843 2001-05-24  Tom Rix  <trix@redhat.com>
9845         * configure.in : enable ld for aix
9847 2001-02-09  Martin Schwidefsky  <schwidefsky@de.ibm.com>
9849         * config.guess: Add linux target for S/390.
9851 2000-11-07  Philip Blundell  <pb@futuretv.com>
9853         * Makefile.in (ETC_SUPPORT): Also add configbuild.* and configdev.*.
9855 2000-11-03  Philip Blundell  <pb@futuretv.com>
9857         * Makefile.in (ETC_SUPPORT): Add configure.texi and associated info
9858         files.
9860 2001-01-15  Ben Elliston  <bje@redhat.com>
9862         * configure.in (host_tools): Add sid.
9863         Always configure cgen.
9865 2000-11-24  Nick Clifton  <nickc@redhat.com>
9867         * configure.in (c4x, c5x, tic54x): Move after ARM targets.
9870 2000-08-20  Doug Evans  <dje@casey.transmeta.com>
9872         * Makefile.in (ALL_MODULES): Add all-cgen.
9873         (CROSS_CHECK_MODULES,INSTALL_MODULES,CLEAN_MODULES): Similarily.
9874         (all-cgen): New target.
9875         (all-opcodes,all-sim): Depend on all-cgen.
9876         * configure.in (host_tools): Add cgen.
9877         Only configure cgen if --enable-cgen-maint.
9879 2002-04-09  Loren J. Rittle  <ljrittle@acm.org>
9881         * configure.in: Add *-*-freebsd* configurations.
9883 2002-04-08  Tom Tromey  <tromey@redhat.com>
9885         * configure.in: Add FLAGS_FOR_TARGET to GCJ_FOR_TARGET.
9886         Fixes PR libgcj/6068.
9888 2002-03-30  Krister Walfridsson  <cato@df.lth.se>
9890         * configure.in (i*86-*-netbsdelf*): Don't disable libgcj.
9892 2002-03-27  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
9894         * configure.in (alpha*-dec-osf*): Enable libgcj.
9896 2003-03-27  Matthew Gingell  <gingell@gnat.com>
9898         * MAINTAINERS (Write After Approval): Add myself.
9900 2002-03-24  Nick Clifton  <nickc@cambridge.redhat.com>
9902         Fix for: PR bootstrap/3591, target/5676
9903         * configure.in (mcore-pe): Disable the configuration of
9904         libstdc++-v3 since exceptions are not supported.
9906 2002-03-20  Anthony Green  <green@redhat.com>
9908         * configure.in: Enable libgcj for xscale-elf target.
9910 Tue Mar 19 09:05:08 2002  J"orn Rennecke  <joern.rennecke@superh.com>
9912         * MAINTAINERS:  Update my email address.
9914 2002-03-16  Alexandre Oliva  <aoliva@redhat.com>
9916         * ltmain.sh (relink_command): Fix typo in previous change.
9918 2002-03-15  Alexandre Oliva  <aoliva@redhat.com>
9920         * ltmain.sh (taglist): Initialized.  Don't let `CC' tag out of it.
9921         (relink_command): Added --tag flags.
9922         (mode=install): If relinking fails; error out.
9924 2002-03-12  Richard Henderson  <rth@redhat.com>
9926         * Makefile.in (NOTPARALLEL): New.  Use it instead of explicit
9927         .NOTPARALLEL tag.
9928         (do-check): Rename from check.
9929         (check): Allow parallel check.
9931 2002-03-12  Bob Wilson  <bob.wilson@acm.org>
9933         * MAINTAINERS: Add myself as maintainer for xtensa port.
9934         Fix alphabetical order in CPU port maintainer list.
9935         Remove myself from Write After Approval list.
9937 2002-03-11  Richard Henderson  <rth@redhat.com>
9939         * Makefile.in (.NOTPARALLEL): Add fake tag.
9941 2002-03-07  H.J. Lu  (hjl@gnu.org)
9943         * configure.in: Enable gprof for mips*-*-linux*.
9945 2002-03-05  Danny Smith  <dannysmith@users.sourceforge.net>
9947         * MAINTAINERS (Write After Approval): Add myself.
9949 2002-02-28  Alexandre Oliva  <aoliva@redhat.com>
9951         * configure.in (libstdcxx_flags): Don't add libstdc++-v3 flags for
9952         libjava.
9953         (CXX_FOR_TARGET): Explain why -shared-libgcc here.
9955 2002-02-23  Alexandre Oliva  <aoliva@redhat.com>
9957         * Makefile.in (MAKEINFO): Don't assume makeinfo will be built just
9958         because its Makefile is there; test for the executable instead.
9960 2002-02-22  Alexandre Oliva  <aoliva@redhat.com>
9962         * configure.in (CXX_FOR_TARGET): Add -shared-libgcc for
9963         libstdc++-v3 and libjava.
9965 2002-02-11  Adam Megacz  <adam@xwt.org>
9967         * gcc/Makefile.in: Removed libstdc++-v3 dependancy for libjava and
9968         boehm-gc
9970 2002-02-09  Alexandre Oliva  <aoliva@redhat.com>
9972         * config.guess: Updated to 2002-01-30's version.
9973         * config.sub: Updated to 2002-02-01's version.
9974         Contribute sh64-elf.
9975         2000-12-01  Alexandre Oliva  <aoliva@redhat.com>
9976         * configure.in: Added sh64-*-*.
9978 2002-02-08  Chris Demetriou  <cgd@broadcom.com>
9980         * MAINTAINERS: Belatedly add myself to write after approval list.
9982 Thu Feb  7 12:40:58 CET 2002  Jan Hubicka  <jh@suse.cz>
9984         * MAINTAINERS: Put self in as maintainer for x86-64 port.
9985         Remove self as Write After Approval.
9987 2002-01-31  Geoffrey Keating  <geoffk@redhat.com>
9989         * MAINTAINERS: Put self in as maintainer for contrib/regression
9990         directory.
9992 2002-01-28  Phil Edwards  <pme@gcc.gnu.org>
9994         * MAINTAINERS:  Update my email address.
9996 2002-01-26  Jason Thorpe  <thorpej@wasabisystems.com>
9998         * configure.in (*-*-netbsd*): New.  Skip target-newlib,
9999         target-libiberty, and target-libgloss.  Skip Java-related
10000         libraries if not supported for NetBSD on target CPU.
10002 2002-01-25  Douglas B Rupp  <rupp@gnat.com>
10004         * install-sh: Use _inst.$$_ for temp file name.
10006 2002-01-24  Jason Thorpe  <thorpej@wasabisystems.com>
10008         * MAINTAINERS (Write After Approval): Move my contact info
10009         from here...
10010         (OS Port Maintainers): ...to here (netbsd).
10012 2002-01-22  Bob Wilson  <bob.wilson@acm.org>
10014         * MAINTAINERS (Write After Approval): Add myself.
10016 2002-01-17  H.J. Lu  <hjl@gnu.org>
10018         * Makefile.in (all-fastjar): Also depend on all-libiberty.
10019         (all-target-fastjar): Also depend on all-target-libiberty.
10021 2002-01-16  H.J. Lu  (hjl@gnu.org)
10023         * config.guess: Import from master sources, rev 1.225.
10024         * config.sub: Import from master sources, rev 1.238.
10026 2002-01-16  Kazu Hirata  <kazu@hxi.com>
10028         * MAINTAINERS (Write After Approval): Remove myself.
10030 2001-12-19  Florian Weimer  <fw@deneb.enyo.de>
10032         * MAINTAINERS (Write After Approval): Add myself.
10034 2001-12-17  Joseph S. Myers  <jsm28@cam.ac.uk>
10036         * MAINTAINERS: Add self as docs co-maintainer.
10038 2001-12-11  Matthias Klose  <doko@debian.org>
10040         * MAINTAINERS (Write After Approval): Add myself.
10042 2001-12-09  Zack Weinberg  <zack@codesourcery.com>
10044         * MAINTAINERS: Update my email address.
10046 2001-12-07  Turly O'Connor  <turly@apple.com>
10047         * MAINTAINERS (Write After Approval): Add myself.
10048         * rs6000.c (rs6000_trampoline_size): Handle ABI_DARWIN case.
10049         (rs6000_initialize_trampoline): Call __trampoline_setup for
10050         ABI_DARWIN too.
10051         * darwin-tramp.asm: New file, implements __trampoline_setup.
10052         * t-darwin (LIB2FUNCS_EXTRA): Include darwin-tramp.asm.
10054 2001-12-07  Paolo Carlini  <pcarlini@unitus.it>
10056         * MAINTAINERS (Write After Approval): Add myself.
10058 Wed Dec  5 07:33:45 2001  Douglas B. Rupp  <rupp@gnat.com>
10060         * configure, configure.in: Use temp file for long sed commands.
10062 2001-12-03  Laurent Guerby  <guerby@acm.org>
10064         * config.sub: Update to version 1.232 on subversion.
10066 2001-12-03  Ben Elliston  <bje@redhat.com>
10068         * MAINTAINERS: Update mail address for config.* patches.
10070 2001-11-27  DJ Delorie  <dj@redhat.com>
10071             Zack Weinberg  <zack@codesourcery.com>
10073         When build != host, create libiberty for the build machine.
10075         * Makefile.in (TARGET_CONFIGARGS, BUILD_CONFIGARGS): Replace
10076         CONFIG_ARGUMENTS.
10077         (ALL_BUILD_MODULES_LIST, BUILD_CONFIGDIRS, BUILD_SUBDIR):
10078         New variables.
10079         (ALL_BUILD_MODULES, CONFIGURE_BUILD_MODULES): New variables
10080         and rules.
10081         (all.normal): Depend on ALL_BUILD_MODULES.
10082         (CONFIGURE_TARGET_MODULES rule): Use TARGET_CONFIGARGS.
10083         (all-build-libiberty): Depend on configure-build-libiberty.
10085         * configure: Calculate and substitute proper value for
10086         ALL_BUILD_MODULES.
10087         * configure.in: Create the build subdirectory.
10088         Calculate and substitute TARGET_CONFIGARGS (formerly
10089         CONFIG_ARGUMENTS); also BUILD_SUBDIR and BUILD_CONFIGARGS (new).
10091 2001-11-26  Ziemowit Laski  <zlaski@apple.com>
10093         * MAINTAINERS (write-after-approval): Add self.
10095 2001-11-17  Craig Rodrigues  <rodrigc@gcc.gnu.org>
10097         * MAINTAINERS (GNATS only accounts): Remove self.
10099 2001-11-14  Hans-Peter Nilsson  <hp@bitrange.com>
10101         * configure.in (noconfigdirs) [h8300*-*-*, h8500-*-*]: Disable
10102         libf2c.
10104 2001-11-12  Craig Rodrigues  <rodrigc@gcc.gnu.org>
10106         * MAINTAINERS (Write After Approval): Add self.
10108 2001-11-12  David O'Brien  <obrien@FreeBSD.org>
10110         * MAINTAINERS: mips and s390 are also CPU ports.
10112 2001-11-12  David O'Brien  <obrien@FreeBSD.org>
10114         * MAINTAINERS: mcore, cris and mmix are also CPU ports.
10116 2001-11-11  David O'Brien  <obrien@FreeBSD.org>
10118         * MAINTAINERS: Alphabetize.
10120 2001-11-09  Kazu Hirata  <kazu@hxi.com>
10122         * MAINTAINERS (Various maintainers: h8 port): Add myself.
10124 2001-11-09  John David Anglin  <dave@hiauly1.hia.nrc.ca>
10126         * MAINTAINERS (Various maintainers: hppa port): Added myself.
10128 2001-11-08  Phil Edwards  <pedwards@disaster.jaj.com>
10130         * configure.in (--enable-languages): Be more permissive about
10131         syntax.  Check for empty lists better.  Warn about $LANGUAGES.
10133 2001-11-08  Geoffrey Keating  <geoffk@redhat.com>
10135         * config.sub: Import from master sources, rev. 1.230.
10136         * MAINTAINERS: Change 'stormy16' to 'xstormy16'.
10138 2001-11-07  Laurent Guerby  <guerby@acm.org>
10140         * MAINTAINERS (Write After Approval): Add self.
10142 2001-11-06  Hans-Peter Nilsson  <hp@bitrange.com>
10144         * Makefile.in (MAKEINFO): Use "missing" for makeinfo older than 4.0.
10146 2001-11-05  Hans-Peter Nilsson  <hp@bitrange.com>
10148         * config.sub: Import from master sources, rev 1.226.
10149         * config.guess: Import from master sources, rev 1.216.
10151 2001-11-03  Hans-Peter Nilsson  <hp@bitrange.com>
10153         * configure.in (noconfigdirs) [mmix-*-*]: Disable libgcj.
10154         * MAINTAINERS: Add self as maintainer of MMIX port.
10155         Remove old after-approval entry.
10157 2001-10-28  Joseph S. Myers  <jsm28@cam.ac.uk>
10159         * ChangeLog, configure: Fix spelling errors.
10161 2001-10-20  Brendan Kehoe  <brendan@zen.org>
10163         * MAINTAINERS: Tweak my address.
10165 Thu Oct 11 21:50:15 2001  J"orn Rennecke  <amylaar@onetel.net.uk>
10167         * MAINTAINERS: Update my email address.
10169 2001-10-11  Hans-Peter Nilsson  <hp@axis.com>
10171         * configure.in (noconfigdirs) [cris-*-*]: Disable libgcj.
10172         * MAINTAINERS: Add self as maintainer of CRIS port.
10174 2001-10-10  Geert Bosch  <bosch@gnat.com>
10176         * MAINTAINERS (Various maintainers: Ada front end):
10177         Added Robert Dewar.
10179 2001-10-03  David Billinghurst  <David.Billinghurst@riotinto.com>
10181         * MAINTAINERS (Write After Approval): Added self
10183 2001-10-02  Geert Bosch  <bosch@gnat.com>
10185         * MAINTAINERS (Various maintainers: Ada front end): Added myself.
10187 2001-10-02  Joseph S. Myers  <jsm28@cam.ac.uk>
10189         * configure: Handle temporary files securely using mkdir.
10191 2001-09-29  Alexandre Oliva  <aoliva@redhat.com>
10193         * Makefile.in (configure-target-gperf): Depend on $(ALL_GCC_CXX).
10195 2001-09-26  Will Cohen  <wcohen@redhat.com>
10197         * configure.in (*-*-linux*): Disable configuration of target-newlib
10198         and target-libgloss.
10200 2001-09-26  Alexandre Oliva  <aoliva@redhat.com>
10202         * Makefile.in (EXTRA_TARGET_FLAGS): Pass RANLIB_FOR_TARGET for
10203         RANLIB.
10205 2001-09-21  Alexandre Oliva  <aoliva@redhat.com>
10207         * Makefile.in (AS_FOR_TARGET, LD_FOR_TARGET,
10208         DLLTOOL_FOR_TARGET, WINDRES_FOR_TARGET, AR_FOR_TARGET,
10209         RANLIB_FOR_TARGET, NM_FOR_TARGET): Don't use double quotes to
10210         avoid quotes nesting problems.
10211         (NATIVE_CHECK_MODULES): Ditto, just for consistency.
10212         (DO_X): Export only variables that are set.
10214 2001-09-19  Ben Elliston  <bje@redhat.com>
10216         * configure.in (sparc-sun-solaris2*): Don't use /usr/bin/which on
10217         Solaris when testing for the /usr/ucb/cc compiler; it has incorrect
10218         semantics.  Use the shell built-in "type" command instead.
10220 2001-08-31  Alexandre Oliva  <aoliva@redhat.com>
10222         Merged from gcc-3_0-branch:
10223         2001-07-30  Jeff Sturm  <jsturm@one-pont.com>
10224         * ltcf-c.sh: Use $objext, not $ac_objext.
10225         2001-07-27  Mark Kettenis  <kettenis@gnu.org>
10226         * ltcf-cxx.sh: Add support for GNU.
10227         2001-07-22  Timothy Wall  <twall@redhat.com>
10228         * ltcf-c.sh: Don't disable shared libraries for AIX5/IA64.  Preserve
10229         default settings if using GNU tools with that configuration.
10230         * ltcf-cxx.sh: Ditto.
10231         * ltcf-gcj.sh: Ditto.
10232         2001-07-21  Michael Chastain  <chastain@redhat.com>
10233         * ltconfig: Set max_cmd_len to a maximum of 512Kb, as it seems some
10234         HPUX 11.0 systems have trouble with 1MB.  Mark as gcc-local.
10235         * ltmain.sh: Mark as gcc-local.
10237 2001-08-30  Eric Christopher  <echristo@redhat.com>
10238             Jason Eckhardt  <jle@redhat.com>
10240         * config.guess: Merge from master sources.
10241         * config.sub: Merge from master sources, add support for mipsisa32.
10243 2001-08-25  Geoffrey Keating  <geoffk@redhat.com>
10244         * config.sub: Merge from master sources, rev 1.219.
10245         * MAINTAINERS: Add self as contact for stormy16 port.
10247 2001-08-14  Zack Weinberg  <zackw@panix.com>
10249         * config.sub: Merge from master sources, rev 1.218.
10250         * config.guess: Merge from master sources, rev 1.209.
10252 2001-08-11  Graham Stott  <grahams@redhat.com>
10254         * Makefile.in (check-c++): Add missing semicolon.
10256 Mon Jul 30 19:24:13 CEST 2001  Jan Hubicka  <jh@suse.cz>
10258         * MAINTAINERS (Various maitainers: predict.def): Added myself.
10260 2001-07-30  Eric Christopher  <echristo@redhat.com>
10262         * MAINTAINERS (Various maintainers: mips port): Added myself.
10264 2001-07-25  Andrew Haley  <aph@cambridge.redhat.com>
10266         * configure.in (sh-*-linux*): New.
10268 2001-07-27  Richard Henderson  <rth@redhat.com>
10270         * .cvsignore: Add LAST_UPDATED.
10272 2001-07-23  Ulrich Weigand  <uweigand@de.ibm.com>
10274         * MAINTAINERS (Various maintainers: s390 port): Added myself.
10276 2001-07-16  Aldy Hernandez  <aldyh@redhat.com>
10278         * config.sub: Fix mips64vr5000el typo in CPU-COMPANY.
10280 Fri Jul 13 14:31:57 2001  Nicola Pero  <nicola@brainstorm.co.uk>
10282         * MAINTAINERS (Write After Approval): Added myself.
10284 2001-07-12  Stephane Carrez  <Stephane.Carrez@worldnet.fr>
10286         * configure.in (noconfigdirs): Don't compile libiberty, libstdcxx
10287         and libgcj on m68hc11/m68hc12.
10289 2001-06-27  H.J. Lu  (hjl@gnu.org)
10291         * Makefile (CFLAGS_FOR_BUILD): New.
10292         (EXTRA_GCC_FLAGS): Add CFLAGS_FOR_BUILD.
10294 2001-06-13  Joseph S. Myers  <jsm28@cam.ac.uk>
10296         * README: Remove version number.
10298 2001-06-13  Gerald Pfeifer  <pfeifer@dbai.tuwien.ac.at>
10300         * INSTALL/README: Update wrt. to the installation instructions now
10301         residing in gcc/doc/install.texi.
10303 2001-06-13  Joseph S. Myers  <jsm28@cam.ac.uk>
10305         * README: Replace with a cut-down and updated version of gcc/README.
10307 2001-06-12  David Edelsohn  <edelsohn@gnu.org>
10309         * config-ml.in (powerpc-*-* | rs6000-*-*): Allow aix64 and pthread
10310         multilibs to be disabled.
10312 2001-06-11  Daniel Berlin  <dan@cgsoftware.com>
10314         * MAINTAINERS (Write After Approval): Add myself.
10316 2001-06-09  Alexandre Oliva  <aoliva@redhat.com>
10318         * config.guess: Import CVS version 1.195.
10319         * config.sub: Import CVS version 1.212.
10321 2001-06-08  Alexandre Oliva  <aoliva@redhat.com>, Jeff Sturm  <jsturm@one-point.com>
10323         * Makefile.in (AS_FOR_TARGET, LD_FOR_TARGET, NM_FOR_TARGET): If
10324         gcc/xgcc is built, use -print-prog-name to find out the program
10325         name to use.
10327 2001-06-04  Phil Edwards  <pme@sources.redhat.com>
10329         * config.guess:  Import CVS version 1.194.  All gcc-local changes
10330         appear to also be in the master copy.
10331         * config.sub:  Import CVS version 1.211.
10333 Mon Jun  4 16:32:53 2001  Mark Mitchell  <mark@codesourcery.com>
10335         * ltcf-c.sh (archive_cmds, archive_expsym_cmds) [solaris,
10336         with_gcc]: Use `gcc -shared' to build a shared library.
10338 Mon Jun  4 16:24:43 2001  John David Anglin  <dave@hiauly1.hia.nrc.ca>
10340         * ltcf-c.sh (archive_cmd) [hpux, with_gcc]: Use gcc to link shared
10341         archives.
10343 Fri Jun  1 18:55:19 2001  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
10345         * MAINTAINERS (Write After Approval): Add myself.
10347 2001-06-01  Hans-Peter Nilsson  <hp@axis.com>
10349         * configure.in (libstdcxx_flags): Do not try to execute
10350         libstdc++-v3/testsuite_flags until it exists.
10352 2001-06-01  Alan Modra  <amodra@bigpond.net.au>
10354         * MAINTAINERS: Update my email address.
10356 2001-05-31  Graham Stott  <grahams@redhat.com>
10358         * MAINTAINERS (Write After Approval): Add myself.
10360 2001-05-28  Simon Patarin  <simon.patarin@inria.fr>
10362         * ltcf-cxx.sh (osf3/osf4/osf5): Support creation of C++  shared
10363         libraries when using g++ with native linker.
10365 2001-05-28  Alexandre Oliva  <aoliva@redhat.com>
10367         * ltconfig, ltmain.sh: Upgrade to libtool 1.4a 1.641.2.256.
10369 2001-05-22  Alexandre Oliva  <aoliva@redhat.com>
10371         * ltcf-cxx.sh (allow_undefined_flag, no_undefined_flag)
10372         [aix4*|aix5*]: Prepend blank.
10374 2001-05-20  Alexandre Oliva  <aoliva@redhat.com>
10376         * ltconfig, ltmain.sh, libtool.m4, ltcf-c.sh, ltcf-cxx.sh,
10377         ltcf-gcj.sh: Upgraded to libtool 1.4a 1.641.2.254.  Rebuilt a number
10378         of subdir/configure scripts to use the new libtool.m4.
10380 2001-05-19  Matt Kraai  <kraai@alumni.carnegiemellon.edu>
10382         * MAINTAINERS (Write After Approval): Add myself.
10384 2001-05-18  Benjamin Kosnik  <bkoz@redhat.com>
10386         * configure.in (libstdcxx_flags): Remove reference to libstdc++.INC.
10388 2001-05-11  Ben Elliston  <bje@redhat.com>
10390         * Makefile.in (all-sid): New target.
10391         (check-sid, clean-sid, install-sid): Likewise.
10393 2001-05-09  Jeffrey Oldham  <oldham@codesourcery.com>
10395         * ltcf-cxx.sh: Add -nostdlib to IRIX 6 archive_cmds.
10397 2001-05-03  Alexandre Oliva  <aoliva@redhat.com>
10399         * configure.in (noconfigdirs) [*-cygwin*, *-mingw*, *-beos]: Disable
10400         libgcj.
10402 2001-05-03  Alexandre Oliva  <aoliva@redhat.com>
10404         * Makefile.in (AS_FOR_TARGET, LD_FOR_TARGET, NM_FOR_TARGET): If
10405         gcc/xgcc is built, use -print-prog-name to find out the program
10406         name to use.
10408 2001-04-26  Alexandre Oliva  <aoliva@redhat.com>
10410         * configure.in (noconfigdirs): Don't reset it from scratch in the
10411         target case; only append to it.
10413         * configure.in (noconfigdirs) [hppa*-*-*, mips*-*-irix6*,
10414         sparc-*-solaris2.8]: Disable ${libgcj}.
10416 2001-04-25  Alexandre Oliva  <aoliva@redhat.com>
10418         * configure.in (libgcj_saved): Copy from $libgcj.
10419         (libgcj): Zero out if --enable-libgcj; add to noconfigdirs is
10420         --disable-libgcj.
10422 2001-04-25  Gavin Romig-Koch  <gavin@redhat.com>
10424         * MAINTAINERS: Remove self as MIPS maintainer and
10425         C front end maintainer.
10427 Mon Apr 23 09:15:03 2001  Anthony Green  <green@redhat.com>
10429         * configure.in: Move *-chorusos target case to the proper switch.
10430         Disable libgcj.
10432 2001-04-12  Alexandre Oliva  <aoliva@redhat.com>
10434         * ltconfig, ltmain.sh, ltcf-cxx.sh: Upgraded to libtool 1.4a
10435         1.641.2.228.
10437 2001-04-13  Franz Sirl  <Franz.Sirl-kernel@lauterbach.com>
10439         * Makefile.in (STAGE1_CFLAGS): Pass down.
10441 2001-04-13  Alan Modra  <amodra@one.net.au>
10443         * config.guess: Add hppa64-linux support.  Note for next import that
10444         this is already in the master file.
10445         * configure.in: Likewise.  Accept `parisc' alias for `hppa'.
10447 2001-04-12  Alexandre Oliva  <aoliva@redhat.com>
10449         * ltconfig, ltmain.sh, libtool.m4, ltcf-c.sh, ltcf-cxx.sh,
10450         ltcf-gcj.sh: Upgraded to libtool 1.4a 1.641.2.226.
10452 2001-04-11  Stan Shebs  <shebs@apple.com>
10454         * MAINTAINERS: Add self as Darwin port maintainer.
10456 2001-04-11  Alan Modra  <amodra@one.net.au>
10458         * MAINTAINERS: Update my email address.
10460 2001-04-10  Loren J. Rittle  <ljrittle@acm.org>
10462         * ltcf-cxx.sh: Support creation of C++ shared libraries on
10463         recent versions of FreeBSD (release 3 or later).
10464         * ltconfig: On FreeBSD, -lc must not be provided when building
10465         a shared library or else the standard -pthread gcc option is
10466         rendered worthless to later users of the built library.
10468 2001-04-06  Joseph S. Myers  <jsm28@cam.ac.uk>
10470         * MAINTAINERS: Add self and RTH as C front end maintainers.
10472 2001-04-05  Alexandre Oliva  <aoliva@redhat.com>
10474         * config.sub: Make sure to match an already-canonicalized
10475         machine name (eg. mn10300-unknown-elf).
10477 2001-04-01  Alexandre Oliva  <aoliva@redhat.com>
10479         * Makefile.in (CXX_FOR_TARGET_FOR_RECURSIVE_MAKE, RECURSE_FLAGS):
10480         New macros.
10481         (bootstrap, cross): Use RECURSE_FLAGS.
10482         * configure.in: Subst CXX_FOR_TARGET_FOR_RECURSIVE_MAKE.
10484 2001-03-27  Alexandre Oliva  <aoliva@redhat.com>
10486         * configure.in (CXX_FOR_TARGET): Use xgcc for libstdc++-v3.
10488 2001-03-22  Colin Howell  <chowell@redhat.com>
10490         * Makefile.in (DO_X): Do not backslash single-quotes in
10491         backquotes (two places).
10493 2001-03-22  Alexandre Oliva  <aoliva@redhat.com>
10495         Re-installed:
10496         2001-01-02  Laurynas Biveinis  <lauras@softhome.net>
10497         * ltcf-c.sh: Clear ac_cv_prog_cc_pic for DJGPP.  Do not add
10498         '-DPIC' to ac_cv_prog_cc_pic for DJGPP.
10499         * ltcf-cxx.sh: Likewise.
10500         * ltcf-gcj.sh: Likewise.
10502 2001-03-22  Gerald Pfeifer  <pfeifer@dbai.tuwien.ac.at>
10504         * MAINTAINERS: Add myself as "documentation co-maintainer".
10506 2001-03-22  Alexandre Oliva  <aoliva@redhat.com>
10508         * ltconfig, ltmain.sh, libtool.m4, ltcf-c.sh, ltcf-cxx.sh,
10509         ltcf-gcj.sh: Upgraded to libtool 1.4a 1.641.2.198.
10511 2001-03-19  Tom Tromey  <tromey@redhat.com>
10513         * config-ml.in: Handle GCJ and GCJFLAGS.
10515 2001-03-21  Michael Chastain  <chastain@redhat.com>
10517         * Makefile.in: all-m4 depends on all-texinfo.
10519 2001-03-20  Loren J. Rittle  <ljrittle@acm.org>
10521         * MAINTAINERS: Add myself to write after approval list.
10523 2001-03-18  Laurynas Biveinis  <lauras@softhome.net>
10525         * Makefile.in (DO_X): Quote nested quotes.
10527 2001-03-18  Alan Modra  <alan@linuxcare.com.au>
10529         * MAINTAINERS: Add myself to write after approval list.
10531 2001-03-15  Laurynas Biveinis  <lauras@softhome.net>
10533         * Makefile.in (DO_X): Use double quotes for quoting
10534         "RANLIB=$${RANLIB}".
10536 2001-03-10  Ovidiu Predescu  <ovidiu@cup.hp.com>
10538         * MAINTAINERS: Added Stan Shebs as new maintainer for Objective-C.
10540 2001-03-09  Nicola Pero  <n.pero@mi.flashnet.it>
10542         * configure.in: Only use `lang_requires' for languages athat are
10543         actually enabled.
10545 2001-03-08  Phil Edwards  <pme@sources.redhat.com>
10547         * MAINTAINERS (C++ runtime libs):  Update and alphabatize.
10549 2001-03-08  Alexandre Oliva  <aoliva@redhat.com>
10551         * Makefile.in (ALL_GCC, ALL_GCC_C, ALL_GCC_CXX): Set before use.
10553 2001-03-07  Tom Tromey  <tromey@redhat.com>
10555         * configure.in: Allow config-lang.in to set `lang_requires' to list
10556         of other required languages.
10558 2001-03-06  Laurynas Biveinis  <lauras@softhome.net>
10560         * Makefile.in: Remove RANLIB definition. Use RANLIB
10561         in RANLIB_FOR_TARGET, EXTRA_HOST_FLAGS, EXTRA_TARGET_FLAGS,
10562         EXTRA_GCC_FLAGS, $(DO_X) targets only when the RANLIB is set.
10564 2001-02-28  Benjamin Kosnik  <bkoz@redhat.com>
10565             Alexandre Oliva  <aoliva@redhat.com>
10567         * Makefile.in (check-c++): Use tabs, not spaces.
10569 2001-02-20  Laurynas Biveinis  <lauras@softhome.net>
10571         * MAINTAINERS: add myself to Write After Approval list.
10573 2001-02-19  Benjamin Kosnik  <bkoz@redhat.com>
10575         * Makefile.in (check-c++): New rule.
10577         * configure.in (target_libs): Remove libg++.
10578         (noconfigdirs): Remove libg++.
10579         (noconfigdirs): Same.
10580         (noconfigdirs): Same.
10581         (noconfigdirs): Same.
10583         * config-ml.in: Remove libg++ references.
10585         * Makefile.in (TARGET_CONFIGDIRS): Remove libio, libstdc++, libg++.
10586         (ALL_TARGET_MODULES): Same.
10587         (configure-target-libg++): Remove.
10588         (all-target-libg++): Remove.
10589         (configure-target-libio): Remove.
10590         (all-target-libio): Remove.
10591         (check-target-libio): Remove.
10592         (.PHONY): Remove.
10593         (libg++.tar.bz2): Remove.
10594         (all-target-cygmon): Remove libio.
10595         (all-target-libstdc++): Remove.
10596         (configure-target-libstdc++): Remove.
10597         (TARGET_LIB_PATH): Remove libstdc++.
10598         (ALL_GCC_CXX): Remove libstdc++.
10599         (all-target-gperf): Correct.
10601 2001-02-16  Nick Clifton  <nickc@redhat.com>
10603         * configure.in (noconfigdirs): Allow configuration of texinfo
10604         for Cygwin hosts.
10606 2001-02-15  Anthony Green  <green@redhat.com>
10608         * configure: Introduce GCJ_FOR_TARGET.
10609         * configure.in: Ditto.
10610         * Makefile.in: Ditto.
10612 2001-02-13  Andreas Schwab  <schwab@suse.de>
10614         * MAINTAINERS: Update mail address.
10616 2001-02-09  Martin Schwidefsky  <schwidefsky@de.ibm.com>
10618         * config.guess: Add linux target for S/390.
10619         * config.sub: Likewise.
10621 2001-02-08  Chandrakala Chavva  <cchavva@redhat.com>
10623         * configure.in: for *-chorusos, don't config target-newlib and
10624         target-libgloss.
10626 2001-02-06  Ben Elliston  <bje@redhat.com>
10628         * configure: Output host type to stdout, not stderr.
10630 2001-02-05  Mark Mitchell  <mark@codesourcery.com>
10632         * ltcf-c.sh: Add support for -no-undefined under GNU/Linux.
10633         * ltcf-cxx.sh: Likewise.
10635         * config.if: Assume enable_libstdcxx_v3 is defined.
10637 2001-02-04  Mark Mitchell  <mark@codesourcery.com>
10639         Remove V2 C++ library.
10640         * configure.in: Remove --enable-libstdcxx_v3 support.
10642 2001-01-31  Bryce McKinlay  <bryce@albatross.co.nz>
10644         * include/demangle.h: Add prototype for java_demangle_v3.
10646 2001-01-29  Phil Edwards  <pme@sources.redhat.com>
10648         * COPYING.LIB:  Update to LGPL 2.1 from the FSF.
10650 2001-01-27  Richard Henderson  <rth@redhat.com>
10652         * configure.in (target_makefile_frag) [alpha*-*]: Use mt-alphaieee.
10654 2001-01-27  Michael Sokolov  <msokolov@ivan.Harhan.ORG>
10656         * ltcf-cxx.sh (ac_cv_prog_cc_pic_works, ac_cv_prog_cc_static_works):
10657         Don't unset, it's non-portable and no longer necessary, set to empty
10658         instead.
10660 2001-01-27  Michael Sokolov  <msokolov@ivan.Harhan.ORG>,  Alexandre Oliva  <oliva@lsd.ic.unicamp.br>
10662         * ltconfig: Shell portability fix for the tagname validity check.
10664 2001-01-27  Alexandre Oliva  <aoliva@redhat.com>
10666         * ltcf-c.sh (ld_shlibs) [aix5*]: Disable on unknown CPU types.
10667         * ltcf-cxx.sh, ltcf-gcj.sh: Likewise.
10669 2001-01-26  Michael Sokolov  <msokolov@ivan.Harhan.ORG>
10671         * ltcf-cxx.sh: Use parentheses around eval $ac_compile.
10673 2001-01-26  Tom Tromey  <tromey@redhat.com>
10675         * configure.in: Allow libgcj to be built on Sparc Solaris.
10677 2001-01-25  David Edelsohn  <edelsohn@gnu.org>
10679         * ltcf-c.sh: Add aix5 case.
10680         * ltcf-cxx.sh: Likewise.
10681         * ltconfig: Likewise.
10683 2001-01-24  Alexandre Oliva  <aoliva@redhat.com>
10685         * ltmain.sh (TAG disable-shared, TAG disable-static): Make sure we
10686         keep at least one of build_libtool_libs or build_old_libs set to
10687         yes.
10689         * ltcf-gcj.sh (lt_simple_link_test_code): Remove stray `(0)'.
10690         * libtool.m4 (_AC_LIBTOOL_GCJ): Pass $CPPFLAGS on.
10692 2001-01-23  Bryce McKinlay  <bryce@albatross.co.nz>
10694         * configure.in: Enable libgcj on several additional platforms.
10696 2001-01-22  Bryce McKinlay  <bryce@albatross.co.nz>
10698         * configure.in: Enable libgcj for linux targets.
10700 2001-01-20  Michael Sokolov  <msokolov@ivan.Harhan.ORG>
10702         * MAINTAINERS (Write After Approval): Add myself.
10704 2001-01-15  John David Anglin  <dave@hiauly1.hia.nrc.ca>
10706         * MAINTAINERS: Add myself as vax port maintainer.
10708 2001-01-11  Fergus Henderson  <fjh@cs.mu.oz.au>
10710         * MAINTAINERS: Add myself as Mercury front-end maintainer.
10712 2001-01-09  Mike Stump  <mrs@wrs.com>
10714         * Makefile.in (CONFIGURE_TARGET_MODULES): Pass back configuration
10715         failures of subdirectories.
10717 2001-01-02  Laurynas Biveinis  <lauras@softhome.net>
10719         * ltcf-c.sh: Clear ac_cv_prog_cc_pic for DJGPP.  Do not add
10720         '-DPIC' to ac_cv_prog_cc_pic for DJGPP.
10721         * ltcf-cxx.sh: Likewise.
10722         * ltcf-gcj.sh: Likewise.
10723         * ltconfig.sh: Fix typo.
10725 2001-01-02  Laurynas Biveinis  <lauras@softhome.net>
10727         * configure: handle DOS-style absolute paths.
10729 2001-01-02  Laurynas Biveinis  <lauras@softhome.net>
10731         * configure.in: remove supported directories from $noconfigdirs for DJGPP.
10733 2000-12-30  Marek Michalkiewicz  <marekm@linux.org.pl>
10735         * MAINTAINERS: Add myself as avr port co-maintainer.
10737 2000-12-28  Ben Elliston  <bje@redhat.com>
10739         * MAINTAINERS: Add myself under ``Write After Approval''.
10741 2000-12-19  Joseph S. Myers  <jsm28@cam.ac.uk>
10743         * texinfo: Remove directory from GCC.
10745 2000-12-18  Joseph S. Myers  <jsm28@cam.ac.uk>
10747         * COPYING: Update to current
10748         ftp://ftp.gnu.org/pub/gnu/Licenses/COPYING-2.0 (fixes references
10749         to 19yy as example year in copyright notice).
10751 2000-12-18  Benjamin Kosnik  <bkoz@redhat.com>
10753         * Makefile.in (BASE_FLAGS_TO_PASS): Alphabetize.
10754         (libstdcxx_incdir): Pass down.
10755         * config.if: Remove expired bits for cxx_interface, add stub.
10756         (libstdcxx_incdir): Add variable for g++ include directory.
10757         * configure.in (gxx_include_dir): Use it.
10759 2000-12-18  Alexandre Oliva  <aoliva@redhat.com>
10761         * MAINTAINERS: Added self as sh port co-maintainer.  Removed entry
10762         with old-email address from ``Write After Approval''.
10764 2000-12-15  Andreas Jaeger  <aj@suse.de>
10766         * configure.in: Handle lang_dirs.
10768 2000-12-14  Tom Tromey  <tromey@redhat.com>
10770         * MAINTAINERS: Removed brads.
10772         * MAINTAINERS: Added gcj developers.
10774 2000-12-13  Anthony Green  <green@redhat.com>
10776         * configure.in: Disable libgcj for any target not specifically
10777         listed.  Disable libgcj for x86 and Alpha Linux until compatible
10778         with g++ abi.
10780 2000-12-13  Mike Stump  <mrs@wrs.com>
10782         * Makefile.in (local-distclean): Also remove fastjar.
10784 2000-12-12  Rodney Brown  <RodneyBrown@mynd.com>
10786         * contrib/gcc_update: Add fastjar --touch entries.
10788 2000-12-12  Alexandre Oliva  <aoliva@redhat.com>
10790         * configure.in: Disable language-specific target libraries for
10791         languages that aren't enabled.
10793 2000-12-10  Anthony Green  <green@redhat.com>
10795         * configure.in: Define libgcj.  Disable libgcj target libraries for
10796         most targets.
10798 2000-12-10  Neil Booth  <neilb@earthling.net>
10800         * MAINTAINERS: Update mail address, remove from WAA list.
10802 2000-12-09  Alexandre Petit-Bianco  <apbianco@cygnus.com>
10804         * libjava: Imported from /cvs/java.
10805         * libffi: Likewise.
10806         * Boehm-gc: Likewise.
10808 2000-12-09  Alexandre Petit-Bianco  <apbianco@cygnus.com>
10810         * configure.in (target_libs): Revert 2000-12-08 patch.
10811         (noconfigdirs): Added target-libjava.
10813 2000-12-09  Laurynas Biveinis  <lauras@softhome.net>
10815         * djunpack.bat: removed.
10817 2000-12-09  Laurynas Biveinis  <lauras@softhome.net>
10819         * Makefile.in: handle DOS-style absolute paths.
10820         * config-ml.in: likewise.
10821         * symlink-tree: likewise.
10823 2000-12-08  Alexandre Petit-Bianco  <apbianco@cygnus.com>
10825         * fastjar: Imported.
10827 2000-12-08  Alexandre Petit-Bianco  <apbianco@cygnus.com>
10829         * Makefile.in (TARGET_CONFIGDIRS): Wrong place. Removed note about
10830         libjava.
10831         * configure.in (target_libs): Removed `target-libjava'.
10833 2000-12-08  Alexandre Petit-Bianco  <apbianco@cygnus.com>
10835         * Makefile.in (TARGET_CONFIGDIRS): Added note about libjava.
10836         (ALL_MODULES): Added fastjar.
10837         (NATIVE_CHECK_MODULES, INSTALL_MODULES, CLEAN_MODULES): Likewise.
10838         (all-target-libjava): all-fastjar replaces all-zip.
10839         (all-fastjar): Added.
10840         (configure-target-fastjar, all-target-fastjar): Likewise.
10841         * configure.in (host_tools): Added fastjar.
10843 2000-12-07  Mike Stump  <mrs@wrs.com>
10845         * Makefile.in (local-distclean): Remove leftover built files.
10847 2000-11-24  Nick Clifton  <nickc@redhat.com>
10849         * configure.in (xscale-elf): Add target.
10850         (xscale-coff): Add target.
10852 2000-11-22  Loren J. Rittle  <ljrittle@acm.org>
10854         * ltcf-cxx.sh: Support creation of C++ shared libraries on
10855         recent versions of FreeBSD (release 3 or later).
10856         * ltconfig: On FreeBSD, -lc must not be provided when building
10857         a shared library or else the standard -pthread gcc option is
10858         rendered worthless to later users of the built library.
10860 2000-11-16  Fred Fish  <fnf@be.com>
10862         * configure.in (enable_libstdcxx_v3): Fix typo,
10863         libstd++ -> libstdc++.
10865 2000-11-21  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
10867         * MAINTAINERS: Add self to Write After Approval list.
10869 2000-11-21  Bernd Schmidt  <bernds@redhat.com>
10871         * MAINTAINERS: Update my email address.  Add myself to global write
10872         privs list.
10874 2000-11-18  Alexandre Oliva  <aoliva@redhat.com>
10876         * Makefile.in: Merge with src and libgcj.
10877         (ALL_GCC_C, ALL_GCC_CXX): New macros.  Use them as dependencies of
10878         configure-target-<library> when their configure scripts need the C
10879         or C++ library to have already been built to work properly.
10880         (do_proto_toplev): Set them to an empty string.
10882         * Makefile.in (HOST_LIB_PATH, TARGET_LIB_PATH): New macros.
10883         (REALLY_SET_LIB_PATH): Use them.
10885 2000-11-17  Stan Shebs  <shebs@apple.com>
10887         * MAINTAINERS: Add self to Write After Approval list.
10889 2000-11-13  Joseph S. Myers  <jsm28@cam.ac.uk>
10891         * configure: Provide the original toplevel configure arguments
10892         (including $0) to subprocesses in the environment rather than
10893         through gcc/configargs.h.
10895 2000-11-13  Joseph S. Myers  <jsm28@cam.ac.uk>
10897         * MAINTAINERS: Remove references to cccp. Change C9X reference to
10898         C99.  Alphabetise "Write After Approval" list.
10900 2000-11-12  Mark Mitchell  <mark@codesourcery.com>
10902         * configure: Turn on libstdc++ V3 by default.
10904         * ltcf-c.sh: On Solaris, use `gcc -shared' to build a shared library
10905         if we've got GCC.
10907 2000-11-11  Philip Blundell  <philb@gnu.org>
10909         * MAINTAINERS: Add self to Write After Approval list.
10911 2000-11-09  David Edelsohn  <edelsohn@gnu.org>
10913         * ltcf-c.sh (aix4): Improve shared library configuration; require
10914         exporting symbols.
10915         * ltcf-cxx.sh (aix4): Define.
10916         * ltconfig (aix4): Define library and soname specs appropriate for
10917         AIX.  Define command to create export symbols list.
10919 Mon Nov  6 14:19:35 2000  Christopher Faylor  <cgf@cygnus.com>
10921         * config.sub: Add support for Sun Chorus
10923 2000-10-31  Nick Clifton  <nickc@redhat.com>
10925         * MAINTAINERS: Rename <name>@cygnus.com addresses to
10926         <name>@redhat.com.  Also installed new email address for Clint
10927         Popetz.
10929 2000-10-30  Joseph S. Myers  <jsm28@cam.ac.uk>
10931         * etc: Remove directory from GCC.
10933 2000-10-16  Michael Meissner  <meissner@redhat.com>
10935         * configure (gcc/configargs.h): Only create if there is a build GCC
10936         directory created.
10938 2000-10-16  Matthias Klose  <doko@debian.org>
10940         * config.if: Search libstdc++-v3/configure.in for INTERFACE,
10941         when configured for libstdc++-v3.
10943 2000-10-05  Phil Edwards  <pme@gcc.gnu.org>
10945         * configure: Save configure arguments to gcc/configargs.h.
10947 2000-10-04  Philipp Thomas  <pthomas@suse.de>
10949         * config.guess: Import CVS version 1.157.
10950         * config.sub: Import CVS version 1.181.
10952 2000-10-04  Andris Pavenis  <pavenis@latnet.lv>
10954         * Makefile.in (bootstrap): avoid recursion if subdir missing
10955         (cross): ditto
10956         (do-proto-toplev): ditto
10958 2000-09-30  Alexandre Oliva  <aoliva@redhat.com>
10960         * Makefile.in (DEVO_SUPPORT): Added gettext.m4, libtool.m4,
10961         ltcf-c.sh, ltcf-cxx.sh and ltcf-gcj.sh.
10963         * ltconfig, ltmain.sh, libtool.m4, ltcf-cxx.sh: Updated from libtool
10964         multi-language branch, to work around Solaris' /bin/sh bug.  Rebuilt
10965         all affected `configure' scripts.
10967 Mon 25-Sep-2000 19:46:09 BST  Neil Booth  <neilb@earthling.net>
10969         * MAINTAINERS: Add self as cpplib co-maintainer.
10971 2000-09-24  Aldy Hernandez  <aldyh@redhat.com>
10973         * MAINTAINERS: Add self to Write After Approval list.
10975 2000-09-18  Gerald Pfeifer  <pfeifer@dbai.tuwien.ac.at>
10977         * INSTALL/README: egcs -> GCC update.
10979 Sun Sep 17 16:55:59 CEST 2000  Marc Espie  <espie@cvs.openbsd.org>
10981         * MAINTAINERS: Add myself to Write After Approval list.
10983 2000-09-15  Kazu Hirata  <kazu@hxi.com>
10985         * MAINTAINERS: Add myself to Write After Approval list.
10987 Wed Sep 13 11:11:29 2000  Jeffrey A Law  (law@cygnus.com)
10989         * configure.in: Do not build byacc for hppa64.  Provide paths to the
10990         X11 libraries for hppa64.
10992 2000-09-08  Stephane Carrez  <Stephane.Carrez@worldnet.fr>
10994         * MAINTAINERS: Add myself as 68hc11 port maintainer.
10996 2000-09-06  Alexandre Oliva  <aoliva@redhat.com>
10998         * Makefile.in (all-zlib): Added dummy target.
11000         * ltconfig, ltmain.sh, libtool.m4, ltcf-c.sh, ltcf-cxx.sh,
11001         ltcf-gcj.sh: Updated from libtool multi-language branch.
11003 2000-09-05  Alexandre Oliva  <aoliva@redhat.com>
11005         * Makefile.in (all-bootstrap): Added all-texinfo and all-zlib.
11006         (bootstrap*): Depend on all-bootstrap.
11008 2000-09-05  Philipp Thomas  <pthomas@suse.de>
11010         * config.guess: Import CVS version 1.156.
11011         * config.sub: Import CVS version 1.179.
11013 2000-09-02  Anthony Green  <green@cygnus.com>
11015         * Makefile.in (all-gcc): Depend on all-zlib.
11016         (CLEAN_MODULES): Add clean-zlib.
11017         (ALL_MODULES): Add all-zlib.
11018         * configure.in (host_libs): Add zlib.
11020 2000-09-02  Alexandre Oliva  <aoliva@redhat.com>, DJ Delorie  <dj@redhat.com>
11022         * configure.in (FLAGS_FOR_TARGET): Use -nostdinc even for Canadian
11023         crosses, but add gcc/include to the header search path for them.
11025 2000-08-04  David E. O'Brien  <obrien@FreeBSD.org>
11027         * MAINTAINERS: Add self to Write After Approval list.
11029 2000-08-27  Franz Sirl  <Franz.Sirl-kernel@lauterbach.com>
11031         * config.guess: Import CVS version 1.152.
11032         * config.sub: Import CVS version 1.177.
11034 2000-08-25  Alexandre Oliva  <aoliva@redhat.com>
11036         * configure.in (FLAGS_FOR_TARGET): Use $target_configdirs and
11037         $targargs to tell whether newlib is going to be built.
11039         * configure.in [disable-libstdcxx-v3] (libstdcxx_flags): Search
11040         $$r/TARGET_SUBDIR/libio for _G_config.h.
11042 2000-08-23  Alexandre Oliva  <aoliva@redhat.com>
11044         * MAINTAINERS: Add self as a build machinery (*.in) maintainer.
11046 2000-08-22  DJ Delorie  <dj@redhat.com>
11048         * MAINTAINERS: Add self as a build machinery (*.in) maintainer
11050 2000-08-22  Alexandre Oliva  <aoliva@redhat.com>
11052         * config-ml.in (CC, CXX): Avoid trailing whitespace.
11053         (LD_LIBRARY_PATH, SHLIB_PATH): Adjust for multilibs and export to
11054         sub-configures.
11056 2000-08-21  DJ Delorie  <dj@redhat.com>
11058         * MAINTAINERS: Add self as a libiberty maintainer
11060 2000-08-16  Alexandre Oliva  <aoliva@redhat.com>
11062         * configure.in (libstdcxx_flags): Use
11063         libstdc++-v3/src/libstdc++.INC.
11065 2000-08-15  Alexandre Oliva  <aoliva@redhat.com>
11067         * configure.in (libstdcxx_flags): Use libstdc++-v3/src/INCLUDES.
11069 2000-08-14  Zack Weinberg  <zack@wolery.cumb.org>
11071         * configure.in (libstdcxx_flags): Remove -isystem $$s/libio/stdio.
11073         * configure: Make enable_threads and enable_shared defaults
11074         explicit.  Substitute enable_threads into generated Makefiles.
11075         * configure.in: Accept *-*-linux* not just *-*-linux-gnu*.
11076         * libtool.m4: Accept *-*-linux* not just *-*-linux-gnu*.
11078 2000-08-13  Geoff Keating  <geoffk@cygnus.com>
11080         * Makefile.in (GCC_FOR_TARGET): Also add -B$$r/gcc/ here.
11082 2000-08-12  Alexandre Oliva  <aoliva@redhat.com>
11084         * config-ml.in (CC): Remove bogus duplicate quotation mark from
11085         previous delta.
11087 2000-08-11  Jason Merrill  <jason@redhat.com>
11089         * configure.in (CC_FOR_TARGET, CHILL_FOR_TARGET,
11090         CXX_FOR_TARGET): Add -B$$r/gcc/ here.
11091         (FLAGS_FOR_TARGET): Not here.
11092         (CHILL_FOR_TARGET, CXX_FOR_TARGET): Don't check the list of languages.
11094 2000-08-11  Alexandre Oliva  <aoliva@redhat.com>
11096         * config-ml.in (CC, CXX): Don't introduce a leading space.
11098 2000-08-07  DJ Delorie  <dj@delorie.com>
11100         * MAINTAINERS: Add self as a DJGPP maintainer
11102 2000-08-07  DJ Delorie  <dj@redhat.com>
11104         * configure.in (FLAGS_FOR_TARGET): invert test for xgcc, should mean
11105         "if we're also building gcc, and it's a gcc that will run on the
11106         build machine, we want to use its includes instead of the system's
11107         default includes".
11109 2000-08-04  Joseph S. Myers  <jsm28@cam.ac.uk>
11111         * MAINTAINERS: Add self to Write After Approval list.
11113 2000-08-03  Alexandre Oliva  <aoliva@redhat.com>
11115         * configure.in (libstdcxx_flags): Don't use `"'.
11117         * config-ml.in: Adjust multilib search paths to the
11118         appropriate multilib tree.
11120 2000-08-02  Alexandre Oliva  <aoliva@redhat.com>
11122         * configure.in (CHILL_FOR_TARGET, CXX_FOR_TARGET): Convert blanks to
11123         commas in $LANGUAGES.
11125 2000-08-02  Manfred Hollstein  <manfredh@redhat.com>
11127         * configure.in: Re-enable all references to libg++ and librx.
11129 2000-08-01  Alexandre Oliva  <aoliva@redhat.com>
11131         * ltconfig, ltmain.sh: Update from libtool multi-language branch.
11132         * ltcf-c.sh (need_lc): Fix test message.  Set wl for archive_cmds.
11133         (ac_cv_prog_cc_pic): Don't print `cached' without `checking'.
11134         * ltcf-cxx.sh (need_lc): Set based on postdeps.
11136         * configure.in (qCXX_FOR_TARGET): Use echo instead of expr.
11138 2000-07-31  Alexandre Oliva  <aoliva@redhat.com>
11140         * configure.in (qCXX_FOR_TARGET): Quote `&' characters in
11141         CXX_FOR_TARGET for sed.
11143 2000-07-30  Alexandre Oliva  <aoliva@redhat.com>
11145         * configure.in (CC_FOR_TARGET, CHILL_FOR_TARGET, CXX_FOR_TARGET):
11146         Do not override if already set in the environment or in configure.
11147         Don't duplicate $(FLAGS_FOR_TARGET) if it already appears in them.
11148         (FLAGS_FOR_TARGET): Don't use host directories on Canadian crosses.
11150 2000-07-28  Alexandre Oliva  <aoliva@redhat.com>
11152         * libtool.m4, ltcf-c.sh, ltcf-cxx.sh, ltcf-gcj.sh: New files from
11153         the libtool CVS tree multi-language branch.
11154         * ltconfig, ltmain.sh: Updated.
11156 2000-07-27  Alexandre Oliva  <aoliva@redhat.com>
11158         * Makefile.in (clean-target-libgcc): Remove gcc/libgcc.
11159         (clean-target): Depend on it.
11161         * Makefile.in (FLAGS_FOR_TARGET): New macro.
11162         (GCC_FOR_TARGET): Use it.
11163         (CC_FOR_TARGET, CXX_FOR_TARGET, CHILL_FOR_TARGET): Now defined...
11164         * configure.in: ... here.
11165         (FLAGS_FOR_TARGET): Define.  Add ld build dir to -L path.
11166         (libstdcxx_flags): Define and append to CXX_FOR_TARGET.
11168 2000-07-24  Eric Christopher  <echristo@cygnus.com>
11170         * MAINTAINERS: Add self to Write After Approval list.
11172 2000-07-24  Alexandre Oliva  <aoliva@redhat.com>
11174         * Makefile.in (configure-target-libf2c): Depend on $(ALL_GCC).
11175         (configure-target-libchill, configure-target-libobjc): Likewise.
11177         * configure.in: Use the same cache file for all target libs.
11178         * config-ml.in: But different cache files per multilib variant.
11180 2000-07-23  Michael Sokolov  <msokolov@ivan.Harhan.ORG>
11182         * configure (topsrcdir): Don't use dirname.
11184 2000-07-22  Jeffrey Oldham  <oldham@codesourcery.com>
11186         * MAINTAINERS: Add self to Write After Approval list.
11188 2000-07-20  Jason Merrill  <jason@redhat.com>
11190         * configure.in: Remove all references to libg++ and librx.
11192         * configure, configure.in, Makefile.in: Unify gcc and binutils.
11194 2000-07-20  Hans-Peter Nilsson  <hp@axis.com>
11196         * config.sub: Update to subversions version 2000-07-06.
11198 2000-07-12  Andrew Haley  <aph@cygnus.com>
11200         * configure.in (host_makefile_frag): Use mh-ia64pic on IA-64 hosts.
11201         (target_makefile_frag): Use mt-ia64pic on IA-64 targets.
11203 2000-07-07  Phil Edwards  <pme@sourceware.cygnus.com>
11205         * symlink-tree:  Check number of arguments.
11207 2000-07-05  Jim Wilson  <wilson@cygnus.com>
11209         * Makefile.in (CXX_FOR_TARGET): Add libstdc++ to the library
11210         search path for a g++ extracted from the build tree.  This
11211         will allow link tests run by configure scripts in
11212         subdirectories to succeed.
11214 2000-07-01  Koundinya K  <kk@ddeorg.soft.net>
11216         * ltconfig: Add support for mips-dde-sysv4.2MP
11218 2000-06-29  Michael Hayes  <m.hayes@elec.canterbury.ac.nz>
11220         * MAINTAINERS: Add myself as loop discovery maintainer.
11222 2000-06-28  Corinna Vinschen  <vinschen@cygnus.com>
11224         * ltconfig: Check for host_os beeing one of `cygwin', `mingw' or
11225         `os2'. Force ac_cv_exeext to be ".exe" in that case.
11227 2000-06-19  Timothy Wall  <twall@cygnus.com>
11229         * configure.in (noconfigdirs): Set noconfigdirs for tic54x target.
11230         * config.sub: Add tic54x target.
11232 Sun Jun 11 17:20:00 MET 2000  Toon Moene  <toon@moene.indiv.nluug.nl>
11234         * MAINTAINERS: Add self as Fortran maintainer,
11235         remove Craig Burley.
11237 Tue May 30 19:01:12 2000  Andrew Cagney  <cagney@b1.cygnus.com>
11239         * config.sub: Import CVS version 1.167 Tue May 30 09:00:07 2000.
11240         * config.guess: Import CVS version 1.148 Tue May 30 09:00:06 2000
11242 Mon May 29 21:15:00 MET 2000  Philipp Thomas  <pthomas@suse.de>
11244         * MAINTAINERS: Add self as i18n maintainer
11246 20000-05-21  H.J. Lu  (hjl@gnu.org)
11248         * Makefile.in (CC_FOR_TARGET): Make sure as/ld in the gcc
11249         directory are used if they exist. Make sure
11250         $(build_tooldir)/include is searched for header files,
11251         $(build_tooldir)/lib/ for library files.
11252         (GCC_FOR_TARGET): Likewise.
11253         (CXX_FOR_TARGET): Likewise.
11255 Thu May 18 10:58:13 2000  Jeffrey A Law  (law@cygnus.com)
11257         * configure.in (hppa*64*-*-*): Do build ld for this configuration.
11259 Wed May 17 16:03:48 2000  Alexandre Oliva  <aoliva@cygnus.com>
11261         * Makefile.in (configure-target-libiberty): Depend on
11262         configure-target-newlib.
11264 2000-05-16  Alexandre Oliva  <aoliva@cygnus.com>
11266         * configure.in, Makefile.in: Merge all libffi-related
11267         configury stuff from the libgcj tree.
11269 Tue May 16 10:06:21 2000  Andrew Cagney  <cagney@b1.cygnus.com>
11271         Thu Apr 27 11:01:48 2000 Andrew Cagney <cagney@b1.cygnus.com>:
11272         * Makefile.in (do-tar-bz2, do-md5sum): Skip CVS directories.
11274 Tue May 16 09:57:35 2000  Andrew Cagney  <cagney@b1.cygnus.com>
11276         Wed Apr 26 17:03:53 2000 Andrew Cagney <cagney@b1.cygnus.com>:
11277         * Makefile.in (do-djunpack): New target. Update djunpack.bat with
11278         current version information.  Add to proto-toplev directory.
11279         (gdb-taz): Build do-djunpack.
11281 2000-05-15  David Edelsohn  <edelsohn@gnu.org>
11283         * configure.in: Special case powerpc*-*-aix* target_makefile_frag.
11285 Mon May 15 13:39:09 2000  Andrew Cagney  <cagney@b1.cygnus.com>
11287         * MAINTAINERS: Add self to Write After Approval list.
11289 2000-05-13 Alexandre Oliva  <oliva@lsd.ic.unicamp.br>
11291         * ltmain.sh: Preserve in relink_command any environment
11292         variables that may affect the linker behavior.
11294 Fri May 12 11:23:17 2000  Jeffrey A Law  (law@cygnus.com)
11296         * config.sub (basic_machine): Recognize hppa64 as a valid cpu type.
11298 Wed May 10 21:26:51 2000  Jim Wilson  <wilson@cygnus.com>
11300         * configure.in (ia64*-*-elf*): Add gdb and friends to noconfigdirs.
11302 2000-05-08  Eli Zaretskii  <eliz@is.elta.co.il>
11304         * djunpack.bat: Change the Sed script to replace @V@ in fnchange.lst
11305         with the version name.
11307 Sat May  6 21:12:55 CDT 2000  Jason Eckhardt  <jle@cygnus.com>
11309         * MAINTAINERS: Add self as bb-reorder maintainer.
11311 2000-05-01  Benjamin Kosnik  <bkoz@cygnus.com>
11313         * config.if: Tweak.
11315 2000-04-23  Eli Zaretskii  <eliz@is.elta.co.il>
11317         * djunpack.bat: New file.
11319 Wed Apr 19 12:46:26 2000  Andrew Cagney  <cagney@b1.cygnus.com>
11321         * Makefile.in (taz, gdb-taz, gas.tar.bz2, binutils.tar.bz2,
11322         gas+binutils.tar.bz2, libg++.tar.bz2, gnats.tar.bz2, gdb.tar.bz2,
11323         dejagnu.tar.bz2, gdb+dejagnu.tar.bz2, insight.tar.bz2,
11324         insight+dejagnu.tar.bz2, newlib.tar.bz2): Pass MD5PROG to sub-make.
11326 2000-04-16  Dave Pitts  <dpitts@cozx.com>
11328         * config.sub (case $basic_machine): Change default for "ibm-*"
11329         to "openedition".
11331 2000-04-13  Andreas Jaeger  <aj@suse.de>
11333         * MAINTAINERS: Added myself.
11335 Wed Apr 12 16:42:48 2000  Andrew Cagney  <cagney@b1.cygnus.com>
11337         * Makefile.in (gdb-taz): New target.  GDB specific archive.
11338         (do-md5sum): New target.
11339         (MD5PROG): Define.
11340         (PACKAGE): Default to TOOL.
11341         (VER): Default to a shell script.
11342         (taz): Rewrite target.  Move real work to do-proto-toplev.  Include
11343         md5 checksum generation.
11344         (do-proto-toplev): New target. Create $(PACKAGE)-$(VER) link.
11345         (do-tar-bz2): Delete creation of $(PACKAGE)-$(VER) link.
11346         (gdb.tar.bz2, dejagnu.tar.bz2, gdb+dejagnu.tar.bz2,
11347         insight.tar.bz2): Use gdb-taz to create archive.
11349 Fri Apr  7 18:10:29 2000  Andrew Cagney  <cagney@b1.cygnus.com>
11351         * configure (warn_cflags): Delete.
11353 Thu Apr  6 16:15:14 2000  Philippe De Muyter  <phdm@macqel.be>
11355         * MAINTAINERS: Added myself.
11357 2000-04-05  Benjamin Kosnik  <bkoz@cygnus.com>
11358             Martin v. Löwis  <martin@loewis.home.cs.tu-berlin.de>
11360         * configure.in (enable_libstdcxx_v3): Add.
11361         (target_libs): Add bits here to switch between libstdc++-v2 and
11362         libstdc++-v3.
11363         * config.if: And this file too.
11364         * Makefile.in: Add libstdc++-v3 targets.
11366 2000-04-05  Michael Meissner  <meissner@redhat.com>
11368         * config.sub (d30v): Add d30v as a basic machine type.
11370 2000-03-29  Jason Merrill  <jason@casey.cygnus.com>
11372         * configure.in: -linux-gnu*, not -linux-gnu.
11374 Sun Mar 12 17:30:30 2000  Toon Moene  <toon@moene.indiv.nluug.nl>
11376         * MAINTAINERS: Add self in write-after-approval section.
11378 Sun Mar 12 00:23:32 2000  Jim Wilson  <wilson@cygnus.com>
11380         * MAINTAINERS: Add self as ia64 port maintainer.
11382 2000-03-08  Neil Booth  <NeilB@earthling.net>
11384         * MAINTAINERS: Add self in write-after-approval section.
11386 Fri Mar  3 18:44:08 2000  Andrew Cagney  <cagney@b1.cygnus.com>
11388         * Makefile.in (taz): Set PACKAGE to TOOL when not defined.
11389         (do-tar-bz2): Replace TOOL with PACKAGE.
11390         (gdb.tar.bz2): Remove GDBTK from GDB package.
11391         (gdb+dejagnu.tar.bz2, insight.tar.bz2, insight+dejagnu.tar.bz2,
11392         dejagnu.tar.bz2): New packages.
11394 2000-02-27  Andreas Jaeger  <aj@suse.de>
11396         * configure.in: Add entry for mips*-*-linux*, move catch all
11397         *-*-*linux* entry below this one.
11399 2000-02-27  Ian Lance Taylor  <ian@zembu.com>
11401         * ltconfig, ltmain.sh: Update to libtool 1.3.4.
11403 2000-02-24  Nick Clifton  <nickc@cygnus.com>
11405         * config.sub: Support an OS of "wince".
11407 Thu Feb 24 16:15:56 2000  Andrew Cagney  <cagney@b1.cygnus.com>
11409         * config.guess, config.sub: Updated to match config's 2000-02-15
11410         version.
11412 2000-02-23  Linas Vepstas  <linas@linas.org>
11414         * config.sub: Add support for Linux/IBM 370.
11415         * configure.in: Likewise.
11417 2000-02-22  Nick Clifton  <nickc@cygnus.com>
11419         * configure.in: Add mips-pe, sh-pe and arm-wince-pe targets.
11421 2000-02-20  Christopher Faylor  <cgf@cygnus.com>
11423         * config.guess: Guess "cygwin" rather than "cygwin32".
11425 2000-02-16  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
11427         * configure (gcc_version): When setting, narrow search to
11428         lines containing `version_string'.
11430 2000-02-15  Denis Chertykov  <denisc@overta.ru>
11432         * config.sub: Add support for avr target.
11434 2000-02-14  Nick Clifton  <nickc@cygnus.com>
11436         * MAINTAINERS: Add maintainers for MCore port.
11438 Tue Feb  1 00:07:46 2000  Hans-Peter Nilsson  <hp@bitrange.com>
11440         * config.sub: Add mmix-knuth-mmixware.
11442 2000-01-31  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
11444         * MAINTAINERS: Pair cccp with cpplib maintainership.
11446 2000-01-27  Christopher Faylor  <cgf@redhat.com>
11448         * Makefile.in (CC_FOR_TARGET): Add new winsup directory
11449         structure stuff to -L library search.
11450         (CXX_FOR_TARGET): Ditto.
11451         (CROSS_CHECK_MODULES): Fix spelling mistake.
11453 2000-01-24  Mark Mitchell  <mark@codesourcery.com>
11455         * Makefile.in (CXX_FOR_TARGET): Use g++, not xgcc, to invoke
11456         the C++ compiler.
11458 2000-01-12  Richard Henderson  <rth@cygnus.com>
11460         * configure.in: Don't build some bits for beos.
11462 2000-01-12  Joel Sherrill (joel@OARcorp.com)
11464         * Makefile.in (CC_FOR_TARGET): Use newlib libraries as well
11465         as include files.
11467 2000-01-11  Zack Weinberg  <zack@wolery.cumb.org>
11469         * Add self as cpplib maintainer, as requested by Jason
11470         Merrill.  Correct my e-mail address.
11472 2000-01-06  Geoff Keating  <geoffk@cygnus.com>
11474         * configure.in: Use mt-aix43 to handle *_TARGET defs,
11475         not mh-aix43.
11477 Thu Dec 23 03:43:36 1999  Hans-Peter Nilsson  <hp@bitrange.com>
11479         * MAINTAINERS: Add myself to "write after approval" list.
11481 1999-12-14  Richard Henderson  <rth@cygnus.com>
11483         * config.guess (alpha-osf, alpha-linux): Detect ev67.
11484         * config.sub: Accept alphaev[78], alphaev8.
11486 1999-12-03  Alexandre Oliva  <oliva@lsd.ic.unicamp.br>
11488         * config.guess, config.sub: Update from autoconf.
11490 1999-11-29  Bruce Korb  <autogen@linuxbox.com>
11492         * MAINTAINERS:  update my playtime e-address.
11494 Tue Nov 23 00:57:41 1999  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
11496         * config-ml.in (sparc*-*-*): Disable sparcv9 support if the
11497         necessary libraries are missing.
11499 Fri Nov 19 11:22:31 MST 1999  Diego Novillo  <dnovillo@cygnus.com>
11501         * MAINTAINERS: Add new 'write after approval' maintainer.
11503 Wed Nov 17 16:08:43 1999  Alexandre Petit-Bianco  <apbianco@cygnus.com>
11505         * MAINTAINERS: Add new Java maintainer.
11507 1999-10-25  Andreas Schwab  <schwab@suse.de>
11509         * configure: Fix quoting inside arguments of eval.
11511 1999-10-21  Nick Clifton  <nickc@cygnus.com>
11513         * config-ml.in: Allow suppression of some ARM multilibs.
11515 Tue Sep  7 23:33:57 1999  Linas Vepstas  <linas@linas.org>
11517         * config.guess: Add OS/390 match pattern.
11518         * config.sub: Add mvs, openedition targets.
11519         * configure.in (i370-ibm-opened*): New.
11521 1999-09-04  Steve Chamberlain  <sac@pobox.com>
11523         * config.sub: Add support for configuring for pj.
11525 1999-08-31  Nick Clifton  <nickc@cygnus.com>
11527         * config.sub (maybe_os): Add support for configuring for fr30.
11529 1999-08-25  Nick Clifton  <nickc@cygnus.com>
11531         * configure.in: Do not configure or build ld for AIX
11532         platforms.  ld is known to be broken on these platforms.
11534 Wed Aug 25 01:12:25 1999  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
11536         * config-ml.in: Pass compiler flag corresponding to multidirs to
11537         subdir configures.
11539 1999-08-09  Ian Lance Taylor  <ian@zembu.com>
11541         * Makefile.in (LDFLAGS): Define.
11543 1999-08-08  Mumit Khan  <khan@xraylith.wisc.edu>
11545         * configure.in (i[3456]-*-mingw32*): Don't put gprof in
11546         noconfigdirs.
11547         (*-*-cygwin*): Likewise.
11549 1999-08-08  Ian Lance Taylor  <ian@zembu.com>
11551         * mkdep: New file.
11552         * Makefile.in (GAS_SUPPORT_DIRS): Add mkdep.
11553         (BINUTILS_SUPPORT_DIRS): Add mkdep.
11555         From Eli Zaretskii <eliz@is.elta.co.il>:
11556         * configure (tmpfile): Change cONf$$ to cNf$$ to avoid an overly
11557         long file name when using DJGPP on MS-DOS.
11559 Wed Aug  4 02:07:14 1999  Jeffrey A Law  (law@cygnus.com)
11561         * config.sub (vxworks case): Use os=-vxworks, not os=vxworks.
11563 1999-07-30  Alan Modra  <alan@spri.levels.unisa.edu.au>
11565         * Makefile.in (check-target-libio): Remove all-target-libstdc++
11566         dependency as this causes "make check" to globally "make all"
11568 Tue Jun 22 23:45:18 1999  Tom Tromey  <tromey@cygnus.com>
11570         * configure.in (target_libs): Added target-zlib.
11571         * Makefile.in (ALL_TARGET_MODULES): Added zlib.
11572         (CONFIGURE_TARGET_MODULES): Likewise.
11573         (CHECK_TARGET_MODULES): Likewise.
11574         (INSTALL_TARGET_MODULES): Likewise.
11575         (CLEAN_TARGET_MODULES): Likewise.
11576         (configure-target-zlib): New target.
11577         (all-target-zlib): Likewise.
11578         (all-target-libjava): Depend on all-target-zlib.
11579         (configure-target-libjava): Depend on configure-target-zlib.
11581         * Makefile.in (configure-target-libjava): Depend on
11582         configure-target-newlib.
11583         (configure-target-boehm-gc): New target.
11584         (configure-target-qthreads): New target.
11586         * configure.in (target_libs): Added target-qthreads.
11587         * Makefile.in (ALL_TARGET_MODULES): Added qthreads.
11588         (CONFIGURE_TARGET_MODULES): Likewise.
11589         (CHECK_TARGET_MODULES): Likewise.
11590         (INSTALL_TARGET_MODULES): Likewise.
11591         (CLEAN_TARGET_MODULES): Likewise.
11592         (all-target-qthreads): New target.
11593         (configure-target-libjava): Depend on configure-target-qthreads.
11594         (all-target-libjava): Depend on all-target-qthreads.
11596         * Makefile.in (ALL_TARGET_MODULES): Added libjava, boehm-gc.
11597         (CONFIGURE_TARGET_MODULES): Likewise.
11598         (CHECK_TARGET_MODULES): Likewise.
11599         (INSTALL_TARGET_MODULES): Likewise.
11600         (CLEAN_TARGET_MODULES): Likewise.
11601         (all-target-libjava): New target.
11602         (all-target-boehm-gc): Likewise.
11603         * configure.in (target_libs): Added libjava, boehm-gc.
11605 1999-07-22  Ian Lance Taylor  <ian@zembu.com>
11607         * Makefile.in (binutils.tar.bz2): Don't pass makeall.bat and
11608         configure.bat in SUPPORT_FILES.
11609         (gas+binutils.tar.bz2): Likewise.
11611         * makeall.bat: Remove; obsolete.
11613 1999-07-21  Ian Lance Taylor  <ian@zembu.com>
11615         From Mark Elbrecht:
11616         * configure.bat: Remove; obsolete.
11618 1999-07-11  Ian Lance Taylor  <ian@zembu.com>
11620         * configure: Add -W -Wall to the default CFLAGS when compiling with
11621         gcc.
11623 Thu Jul  8 12:32:23 1999  John David Anglin <dave@hiauly1.hia.nrc.ca>
11625         * configure.in: Build ld, binutils & gas for hppa*-*-linux-gnu*.
11627 1999-06-30  Mark Mitchell  <mark@codesourcery.com>
11629         * configure.in: Build ld on IRIX6.
11631 1999-06-12  Ian Lance Taylor  <ian@zembu.com>
11633         * Makefile.in: Change distribution targets to use bzip2 instead of
11634         gzip.
11635         (TEXINFO_SUPPORT): Set to just texinfo/texinfo.tex.
11636         (taz): Don't use texinfo/gpl.texinfo or texinfo/lgpl.texinfo.
11638 1999-06-04  Nick Clifton  <nickc@cygnus.com>
11640         * config.sub: Add mcore target.
11642 Sun May 30 16:03:16 1999  Cort Dougan  <cort@cs.nmt.edu>
11644         * config.guess (ppc-*-linux-gnu): Also use ld emul elf32ppclinux.
11646 Tue May 25 11:20:46 1999  H.J. Lu  (hjl@gnu.org)
11648         * config.guess (dummy): Changed to $dummy.
11650 1999-05-24  Nick Clifton  <nickc@cygnus.com>
11652         * config.sub: Tidied up case statements.
11654 1999-05-22  Ben Elliston  <bje@cygnus.com>
11656         * config.guess: Handle NEC UX/4800. Contributed by Jiro Takabatake
11657         <jiro@din.or.jp>.
11659         * config.guess: Merge with FSF version. Future changes will be
11660         more accurately recorded in this ChangeLog.
11661         * config.sub: Likewise.
11663 Thu May 20 10:00:42 1999   Stephen L Moshier  <moshier@world.std.com>
11665          * Makefile.in (GCC_FOR_TARGET): Add -I$(build_tooldir)/include.
11667 1999-04-30  Tom Tromey  <tromey@cygnus.com>
11669         * ltmain.sh: [mode link] Always use CC given by ltconfig.
11671 1999-04-23  Tom Tromey  <tromey@cygnus.com>
11673         * ltconfig, ltmain.sh: Update to libtool 1.2f.
11675 1999-04-20  Drew Moseley  <dmoseley@cygnus.com>
11677         * configure.in (noconfigdirs): Don't build libstub for arm-elf targets.
11678         (noconfigdirs): Don't build any bsp stuff for for arm-oabi targets.
11679         Bad merge removed these two changes.
11681 Tue Apr 13 22:50:54 1999  Donn Terry (donn@interix.com)
11682                           Martin Heller (Ing.-Buero_Heller@t-online.de)
11684         * config.guess (interix Alpha): Add.
11686 1999-04-11  Richard Henderson  <rth@cygnus.com>
11688         * configure.in (i?86-*-beos*): Do config gperf; don't config
11689         gdb, newlib, or libgloss.
11691 Sun Apr 11 23:55:34 1999  Alexandre Oliva  <oliva@dcc.unicamp.br>
11693         * config-ml.in: On mips*-*-*, if multidirs contains mabi=64, try to
11694         link a trivial program with -mabi=64.  If it fails, remove mabi=64
11695         from multidirs.
11697 Sat Apr 10 21:50:01 1999  Philipp Thomas  (kthomas@gwdg.de)
11699         * config.sub: Set basic_machine to i586 when target_alias = k6-*.
11701 1999-04-08  Nick Clifton  <nickc@cygnus.com>
11703         * config.sub: Add support for mcore targets.
11705 1999-04-07  Michael Meissner  <meissner@cygnus.com>
11707         * configure.in (d30v-*): Use config/mt-d30v as makefile fragment,
11708         not mt-ospace, in order to shut up assembler warning about using
11709         symbols that are named the same as registers.
11711 1999-04-07  Drew Moseley  <dmoseley@cygnus.com>
11713         * Makefile.in (all-target-cygmon): Added all-target-bsp to the
11714         dependency list for all-target-cygmon.
11716 1999-04-05  Doug Evans  <devans@casey.cygnus.com>
11718         * config-ml.in: Check $host, not $target, for selective multilibs.
11719         (arm-*-*): Allow disabling of biendian, h/w fp, 26 bit apcs,
11720         thumb interworking, and underscore prefix multilibs.
11722 1999-04-04  Ian Lance Taylor  <ian@zembu.com>
11724         * missing: Update to version from current automake.
11726 Fri Apr  2 15:11:32 1999  H.J. Lu  (hjl@gnu.org)
11728         * configure (gxx_include_dir): Removed.
11730         * configure.in (gxx_include_dir): Handle it.
11731         * Makefile.in: Likewise.
11733 1999-03-29  Gavin Romig-Koch  <gavin@cygnus.com>
11735         * config.sub (mips64vr4111,mips64vr4111el) Add.
11737 1999-03-21  Ben Elliston  <bje@cygnus.com>
11739         * config.guess: Correct typo for detecting ELF on FreeBSD.
11741 Thu Mar 18 00:17:50 1999  Mark Elbrecht <snowball3@usa.net>
11743         * configure.in (pc-msdosdjgpp): Set host_makefile_frag to
11744         config/mh-djgpp.
11746 Thu Mar 11 18:37:23 1999  Drew Moseley  <dmoseley@cygnus.com>
11748         * Makefile.in (all-target-bsp): Added all-gcc all-binutils and
11749         all-target-newlib to dependency list for all-target-bsp.
11751 Thu Mar 11 01:19:31 1999  Mumit Khan  <khan@xraylith.wisc.edu>
11753         * config.sub: Add i386-uwin support.
11754         * config.guess: Likewise.
11756 Thu Mar 11 01:07:55 1999  Franz Sirl <Franz.Sirl-kernel@lauterbach.com>
11758         * configure.in: cleanup, add mh-*pic handling for arm, special
11759         case powerpc*-*-aix*
11761 Wed Mar 10 18:35:07 1999  Jeff Johnston  <jjohnstn@cygnus.com>
11763         * configure.in (noconfigdirs): Removed target-libgloss so libnosys.a
11764         can be built.
11766 Wed Mar 10 17:39:09 1999  Drew Moseley  <dmoseley@cygnus.com>
11768         * configure.in: Added bsp support to arm-*-coff and arm-*-elf
11769         targets.
11771 1999-03-02  Nick Clifton  <nickc@cygnus.com>
11773         * config.sub: Rename CYGNUS LOCAL to EGCS LOCAL
11775 Sun Feb 28 02:20:00 1999  Geoffrey Noer  <noer@cygnus.com>
11777         * config.sub: Check for "cygwin*" rather than "cygwin32*"
11779 1999-02-24  Nick Clifton  <nickc@cygnus.com>
11781         * config.sub: Fix typo in arm recognition.
11783 Wed Feb 24 13:51:40 1999  Drew Moseley  <dmoseley@cygnus.com>
11785         * configure.in (noconfigdirs): Changed target_configdirs to
11786         include target-bsp only for m68k-*-elf* and m68k-*-coff*
11787         rather than m68k-*-* since it is not known to work on
11788         m68k-aout. Ditto for arm-*-*oabi.
11790 Wed Feb 24 12:52:17 1999  Stan Shebs  <shebs@andros.cygnus.com>
11792         * configure.in (*-*-windows*): Remove, no longer used.
11794 1999-02-19  Ben Elliston <bje@cygnus.com>
11796         * config.guess: Automatically recognise ELF on FreeBSD. From Niall
11797         Smart and improved by Andrew Cagney.
11799 Thu Feb 18 19:55:09 1999  Marc Espie <espie@cvs.openbsd.org>
11801         * config.guess: Recognize openbsd-*-hppa.
11803 Wed Feb 17 01:38:59 1999  H.J. Lu  (hjl@gnu.org)
11805         * Makefile.in (REALLY_SET_LIB_PATH): Append $$$(RPATH_ENVVAR)
11806         only if it is not empty.
11808 1999-02-17  Nick Clifton  <nickc@cygnus.com>
11810         Patch from: Scott Bambrough <scottb@corelcomputer.com>
11812         * config.guess: Modified to recognize uname's armv* syntax.
11814         * config.sub: Modified to recognize uname's armv* syntax.
11816 1999-02-17  Mark Salter  <msalter@cygnus.com>
11818         * configure.in: Added target-bsp for sparclite.
11820 Mon Feb  8 14:17:24 1999  Richard Henderson  <rth@cygnus.com>
11822         * config.sub: Recognize alphapca5[67] and up to alphaev8.
11824 1999-02-08  Nick Clifton  <nickc@cygnus.com>
11826         * configure.in: Add support for strongarm port.
11827         * config.sub: Add support for strongarm target.
11829 Sun Feb  7 18:01:54 1999  Mumit Khan  <khan@xraylith.wisc.edu>
11831         * configure.in (*-*-cygwin32*): Use config/mh-cygwin instead of
11832         the old name config/mh-cygwin32.
11833         Enable texinfo.
11835 Thu Feb  4 20:43:25 1999  Ian Lance Taylor  <ian@cygnus.com>
11837         * configure.in: Do build ld for ix86 Solaris.
11839 Tue Feb  2 19:46:40 1999  Jim Wilson  <wilson@cygnus.com>
11841         * Makefile.in (EXTRA_GCC_FLAGS):  Set AR to $AR instead of
11842         $AR_FOR_TARGET.  Likewise for RANLIB.
11844 Tue Feb  2 20:05:05 1999  Catherine Moore  <clm@cygnus.com>
11846         * config.sub (oabi):  Recognize.
11847         * configure.in (arm-*-oabi):  Handle.
11849 Sat Jan 30 06:09:00 1999  Robert Lipe  (robertlipe@usa.net)
11851         * config.guess: Improve detection of i686 on UnixWare 7.
11853 Sat Jan 30 08:04:00 1999  Mumit Khan  <khan@xraylith.wisc.edu>
11855         * config.guess: Add support for i386-pc-interix.
11856         * config.sub: Likewise.
11857         * configure.in: Likewise.
11859 Mon Jan 18 13:59:20 1999  Christopher Faylor <cgf@cygnus.com>
11861         * Makefile.in: Remove unneeded all-target-libio from
11862         from all-target-winsup target since it is now unneeded.
11863         Add all-target-libtermcap in its place since it is now
11864         needed.
11866 Wed Dec 30 20:34:52 1998  Christopher Faylor <cgf@cygnus.com>
11868         * configure.in: makefile stub for cygwin target is probably
11869         unnecessary.  Remove it for now.
11871 Wed Dec 30 01:13:03 1998  Christopher Faylor <cgf@cygnus.com>
11873         * configure.in: libtermcap.a should be built when cygwin is the
11874         target as well as the host.
11875         * config.guess: Allow mixed case in cygwin uname output.
11876         * Makefile.in: Add libtermcap target.
11878 Wed Dec 23 00:20:50 1998  Jeffrey A Law  (law@cygnus.com)
11880         * config.sub: Clean up handling of hppa2.0.
11882 Tue Dec 22 23:56:31 1998  Rodney Brown  (rodneybrown@pmsc.com)
11884         * config.guess: Use C code to identify more HP machines.
11886 Thu Dec 17 01:22:30 1998  Jeffrey A Law  (law@cygnus.com)
11888         * config.sub: Handle hppa2.0.
11890 Tue Dec 15 17:02:58 1998  Bob Manson  <manson@charmed.cygnus.com>
11892         * configure.in: Add cygmon for x86-coff and x86-elf. Configure
11893         cygmon for all sparclite targets, regardless of object format.
11895 1998-12-15  Mark Salter  <msalter@cygnus.com>
11897         * configure.in: Added target-bsp for several target architectures.
11899         * Makefile.in: Added rules for bsp.
11901 Fri Dec  4 01:34:02 1998  Jeffrey A Law  (law@cygnus.com)
11903         * config.guess: Improve detection of hppa2.0 processors.
11905 Fri Dec  4 01:33:05 1998  Niall Smart <nialls@euristix.ie>
11907         * config.guess: Recognize FreeBSD using ELF automatically.
11909 1998-11-26  Manfred Hollstein  <manfred@s-direktnet.de>
11911         * configure (skip-this-dir): Add handling for new shell script, which
11912         might be created by a sub-directory's configure to indicate, this particular
11913         directory is "unwanted".
11914         * Makefile.in ($(CONFIGURE_TARGET_MODULES)): Likewise.
11916 Wed Nov 18 18:28:45 1998  Geoffrey Noer  <noer@cygnus.com>
11918         * ltconfig: import from libtool, after changing libtool to
11919         account for the cygwin name change.
11921 Wed Nov 18 18:09:14 1998  Geoffrey Noer  <noer@cygnus.com>
11923         * Makefile.in: CC_FOR_TARGET and CXX_FOR_TARGET should also
11924         include newlib/libc/sys/cygwin and newlib/libc/sys/cygwin32.
11926 Wed Nov 18 20:13:29 1998  Christopher Faylor <cgf@cygnus.com>
11928         * configure.in: Add libtermcap to list of cygwin dependencies.
11930 Tue Nov 17 16:57:51 1998  Geoffrey Noer  <noer@cygnus.com>
11932         * Makefile.in: modify CC_FOR_TARGET and CXX_FOR_TARGET so that
11933         they include winsup/include when it's a cygwin target.
11935 1998-11-12  Tom Tromey  <tromey@cygnus.com>
11937         * configure.in (host_tools): Added zip.
11938         * Makefile.in (all-target-libjava): Depend on all-zip.
11939         (all-zip): New target.
11940         (ALL_MODULES): Added all-zip.
11941         (NATIVE_CHECK_MODULES): Added check-zip.
11942         (INSTALL_MODULES): Added install-zip.
11943         (CLEAN_MODULES): Added clean-zip.
11945 Thu Nov 12 17:27:21 1998  Geoffrey Noer  <noer@cygnus.com>
11947         * Makefile.in: lose "32" from comment about cygwin.
11949 Thu Nov  5 15:00:31 1998  Nick Clifton  <nickc@cygnus.com>
11951         * configure.in: Use -Os to build target libraries for the fr30.
11953 Wed Nov  4 18:49:43 1998  Dave Brolley  <brolley@cygnus.com>
11955         * config.sub: Add fr30.
11957 Mon Nov  2 15:19:33 1998  Geoffrey Noer  <noer@cygnus.com>
11959         * configure.in: drop "32" from config/mh-cygwin32.  Check
11960         cygwin* instead of cygwin32*.
11961         * config.sub: Check cygwin* instead of cygwin32*.
11963 Thu Oct 22 10:55:25 1998  Robert Lipe  <robertl@dgii.com>
11965         * config.guess: Match any version of Unixware7.
11967 1998-10-20  Syd Polk  <spolk@cygnus.com>
11969         * Makefile.in configure.in: Add the ability to use tcl8.1 and tk8.1
11970         if desired.
11972 Sun Oct 18 18:34:50 1998  Jeffrey A Law  (law@cygnus.com)
11974         * config.if (cxx_interface, libstdcxx_interface): Do not try to set
11975         these if the appropriate directories and files to not exist.
11977 Wed Oct 14 10:29:06 1998  Jeffrey A Law  (law@cygnus.com)
11979         * Makefile.in (DEVO_SUPPORT): Add config.if.
11981 Tue Oct 13 15:45:36 1998  Manfred Hollstein  <manfred@s-direktnet.de>
11983         * configure: Add pattern to replace "build_tooldir"'s
11984         definition in the generated Makefile with "tooldir"'s
11985         actual value.
11987 Tue Oct 13 09:17:06 1998  Jeffrey A Law  (law@cygnus.com)
11989         * config.sub: Bring back lost sparcv9.
11991         * Makefile.in (all-snvavigator): Remove all-flexlm dependency.
11993 Mon Oct 12 12:09:44 1998  Jeffrey A Law  (law@cygnus.com)
11995         * Makefile.in (CHILL_FOR_TARGET): Mirror recent changes to
11996         CC_FOR_TARGET and friends.
11998 Mon Oct 12 12:09:30 1998  Alexandre Oliva  <oliva@dcc.unicamp.br>
12000         * Makefile.in (build_tooldir): New variable, same as tooldir.
12001         (CC_FOR_TARGET, GCC_FOR_TARGET, CXX_FOR_TARGET): Add
12002         -B$(build_tooldir)/bin/.
12003         (BASE_FLAGS_TO_PASS): Pass build_tooldir down.
12005 Tue Sep  1 16:23:11 1998  Gerald Pfeifer  <pfeifer@dbai.tuwien.ac.at>
12007         * README: Remove installation instructions and refer to the
12008         INSTALL directory instead.
12010 Wed Sep 30 22:20:50 1998  Robert Lipe  <robertl@dgii.com>
12012         * config.sub: Add support for i[34567]86-pc-udk.
12013         * configure.in: Likewise.
12015 Wed Sep 30 19:23:48 1998  Geoffrey Noer  <noer@cygnus.com>
12017         * Makefile.in: add bzip2 package building bits for user
12018         tools module
12019         * configure.in: ditto
12021 Wed Sep 30 03:00:05 1998  Jeffrey A Law  (law@cygnus.com)
12023         * Makefile.in (TARGET_CONFIGDIRS): Add libobjc.
12024         (ALL_TARGET_MODULES): Add all-target-libobjc.
12025         (CONFIGURE_TARGET_MODULES, CHECK_TARGET_MODULES): Similarly.
12026         (INSTALL_TARGET_MODULES, CLEAN_TARGET_MODULES): Similarly.
12027         (all-target-libchill): Add dependencies.
12028         * configure.in (target_libs): Add libchill.
12030 1998-09-30  Manfred Hollstein  <manfred@s-direktnet.de>
12032         * configure.in (target_subdir): Remove duplicate line.
12034 Tue Sep 29 22:45:41 1998  Felix Lee  <flee@cygnus.com>
12036         * Makefile.in (all-automake): fix dependencies.
12038 Mon Sep 28 04:04:27 1998  Jeffrey A Law  (law@cygnus.com)
12040         * configure.in: Minor cleanups for building in the $(target_alias)
12041         subdir.
12043 1998-09-22  Jim Wilson  <wilson@cygnus.com>
12045         * Makefile.in (bootstrap): Set r and s before make all.  Use
12046         BASE_FLAGS_TO_PASS in make all.
12047         (cross): Likewise.
12049 1998-09-20  Mark Mitchell  <mark@markmitchell.com>
12051         * Makefile.in (bootstrap): Pass TARGET_FLAGS_TO_PASS to `make all'.
12053 Sun Sep 20 00:13:02 1998  Richard Henderson  <rth@cygnus.com>
12055         * config.sub: Fix typo in last change.
12057 1998-09-19  Michael Hayes  <m.hayes@elec.canterbury.ac.nz>
12059         * config.sub: Add support for C4x target.
12060         * configure.in: Likewise.
12062 1998-09-13  David S. Miller  <davem@pierdol.cobaltmicro.com>
12064         * config.sub: Recognize sparcv9 just like sparc64.
12066 Wed Sep  9 15:44:52 1998  Robert Lipe  <robertl@dgii.com>
12068         * config.guess: Match "Pent II" or "PentII" for OpenServer.
12070 Tue Sep  8 01:18:39 1998  Jeffrey A Law  (law@cygnus.com)
12072         * config.guess: Correctly identify Pentium II sco boxes.
12074         * config.guess: Fix "tr" code.  From Weiwen Liu.
12076 Sat Sep  5 13:56:52 1998  John Hughes  <john@Calva.COM>
12078         * configure.in: Do not assume x86-svr4 or x86-unixware can handle
12079         stabs.
12081 Sat Sep  5 02:12:02 1998  Jeffrey A Law  (law@cygnus.com)
12083         * Makefile.in (TARGET_CONFIGDIRS): Add libchill.
12084         (ALL_TARGET_MODULES): Add all-target-libchill.
12085         (CONFIGURE_TARGET_MODULES, CHECK_TARGET_MODULES): Similarly.
12086         (INSTALL_TARGET_MODULES, CLEAN_TARGET_MODULES): Similarly.
12087         (all-target-libchill): Add dependencies.
12088         * configure.in (target_libs): Add libchill.
12090 Sun Aug 30 22:27:02 1998  Lutz Wohlrab <lutz.wohlrab@informatik.tu-chemnitz.de>
12092         * config.guess: Avoid assumptions about "tr" behaves when
12093         LANG is set to something other than English.
12095 Sun Aug 30 22:14:44 1998  H.J. Lu  (hjl@gnu.org)
12097         * configure (gxx_include_dir): Changed to
12098         '${prefix}/include/g++'-${libstdcxx_interface}.
12100         * config.if: New to determine the interfaces.
12102 Sun Aug 30 21:15:19 1998  Mark Klein (mklein@dis.com)
12104         * config.guess: Detect and handle MPE/IX.
12105         * config.sub: Deal with MPE/IX.
12107 Sat Aug 29 14:32:55 1998  David Edelsohn  <edelsohn@mhpcc.edu>
12109         * configure.in: Use mh-aix43.
12111 1998-07-29  Manfred Hollstein  <manfred@s-direktnet.de>
12113         * configure: Fix --without/--disable cases for gxx-include-dir.
12115 Fri Aug 28 12:28:26 1998  Per Bothner  <bothner@cygnus.com>
12117         * mdata-sh:  Imported.  Needed for automake support.
12119 Thu Aug 13 12:49:29 1998  H.J. Lu  <hjl@gnu.org>
12121         * Makefile.in (taz): Try "chmod -R og=u ." before
12122         "chmod og=u `find . -print`".
12124 Fri Jul 31 09:38:33 1998  Catherine Moore  <clm@cygnus.com>
12126         * configure.in: Add arm-elf and thumb-elf support.
12128 Mon Jul 27 16:23:58 1998  Doug Evans  <devans@canuck.cygnus.com>
12130         * Makefile.in: Undo previous patch.
12132 Fri Jul 24 19:55:24 1998  Doug Evans  <devans@canuck.cygnus.com>
12134         * Makefile.in (INSTALL_TARGET): Move EXTRA_TARGET_HOST_INSTALL_MODULES
12135         to here ...
12136         (install-no-fixedincludes): and here
12137         (INSTALL_MODULES): ... from here.
12139 Fri Jul 24 17:01:42 1998  Ian Lance Taylor  <ian@cygnus.com>
12141         * config.sub: Merge with FSF.
12143         * config.guess: Merge with FSF.
12145 Fri Jul 24 08:43:36 1998  Doug Evans  <devans@canuck.cygnus.com>
12147         * configure (extraconfigdirs): New variable.
12148         (SUBDIRS): Add extraconfigdirs and recurse on them too.
12149         * Makefile.in (all): Move higher in file.
12150         (EXTRA_TARGET_HOST_ALL_MODULES): New variable.
12151         (EXTRA_TARGET_HOST_{INSTALL,CHECK}_MODULES): New variables.
12152         (ALL_MODULES): Add EXTRA_TARGET_HOST_ALL_MODULES.
12153         (CROSS_CHECK_MODULES): Add EXTRA_TARGET_HOST_CHECK_MODULES.
12154         (INSTALL_MODULES): Add EXTRA_TARGET_HOST_INSTALL_MODULES.
12156 1998-07-23  Brendan Kehoe  <brendan@cygnus.com>
12158         * Makefile.in (all-target-libjava): Depend on all-gcc and
12159         all-target-newlib.
12160         (configure-target-libjava): Depend on $(ALL_GCC).
12162 Sat Jul 18 14:32:43 CDT 1998  Robert Lipe  <robertl@dgii.com>
12164         * config.guess: (*-pc-sco3.2v5) Add detection for Pentium II.
12165         (*-pc-unixware7) Add detection for Pentium II, Pentium Pro.
12167 Sun Jul 19 00:46:53 CEST 1998  Marc Lehmann <pcg@goof.com>
12169         * INSTALL/README: Fix typo.
12171 Fri Jul 17 13:30:18 1998  Ian Lance Taylor  <ian@cygnus.com>
12173         * ylwrap: Change absolute path checks to check for DOS style path
12174         names.
12176         * ylwrap: Don't use a full path name if the source file is in the
12177         same directory.  From hjl@lucon.org (H.J. Lu).
12179         * config-ml.in: Default to being verbose, to match Feb 18 change to
12180         configure.
12182 Thu Jul 16 12:29:51 1998  Ian Lance Taylor  <ian@cygnus.com>
12184         Brought over from egcs:
12186         Sat Jun 27 22:46:32 1998  Jeffrey A Law  (law@cygnus.com)
12188         * configure.in (target_subdir): Set to ${target_alias} instead
12189         of "libraries".
12191         Mon Sep  1 16:45:44 1997  Jim Wilson  <wilson@cygnus.com>
12193         * configure.in (target_subdir): Set to libraries if enable_multilib.
12195 Wed Jul 15 01:00:54 1998  Ian Lance Taylor  <ian@cygnus.com>
12197         * Makefile.in ($(CONFIGURE_TARGET_MODULES)): If there are any
12198         multilibs, force reconfiguration the first time we create
12199         multilib.out in a subdirectory, in case TARGET_SUBDIR is `.'.
12201 Tue Jul 14 23:41:03 1998  Ian Lance Taylor  <ian@cygnus.com>
12203         * configure.in: Strip any --no option from CONFIG_ARGUMENTS, to
12204         avoid confusion with --no-recursion.
12206 Tue Jul 14 15:37:41 1998  Geoffrey Noer  <noer@cygnus.com>
12208         * configure.in: Win32 hosts shouldn't use install -x
12209         * install-sh: remove -x option, and special .exe-handling
12210         hack.
12212 Tue Jul 14 15:28:41 1998  Richard Henderson  <rth@cygnus.com>
12214         * config.guess: Recognize i586-pc-beos.
12215         * configure.in: Don't build some bits for beos.
12217 Tue Jul 14 13:22:18 1998  Ian Lance Taylor  <ian@cygnus.com>
12219         * configure: If CC is set but CFLAGS is not, and CC is gcc, make
12220         CFLAGS default to -O2.
12222         * ltmain.sh: Add some hacks to make SunOS --enable-shared work
12223         when using GNU ld.
12225 Fri Jul 10 13:18:23 1998  Ian Lance Taylor  <ian@cygnus.com>
12227         * ltmain.sh: Correct install when using a different shell.
12229 Tue Jul  7 15:24:38 1998  Ian Lance Taylor  <ian@cygnus.com>
12231         * ltconfig, ltmain.sh: Update to libtool 1.2b.
12233 Thu Jul  2 13:57:36 1998  Klaus Kaempf  <kkaempf@rmi.de>
12235         * makefile.vms: Update to build binutils/makefile.vms.  Add install
12236         target.
12238 Wed Jul  1 16:45:21 1998  Ian Lance Taylor  <ian@cygnus.com>
12240         * ltconfig: Update to correct AIX handling.
12242 Sat Jun 27 22:46:32 1998  Jeffrey A Law  (law@cygnus.com)
12244         * Makefile.in (BASE_FLAGS_TO_PASS): Add TARGET_SUBDIR.
12246         * configure.in (target_subdir): Set to ${target_alias} instead
12247         of "libraries".
12249 1998-06-26  Manfred Hollstein  <manfred@s-direktnet.de>
12251         * Makefile.in (BASE_FLAGS_TO_PASS): Add gcc_version_trigger.
12252         (Makefile): Depend on $(gcc_version_trigger).
12254         * configure (gcc_version): Change default initializer to empty
12255         string.
12256         (gcc_version_trigger): New variable; pass this variable down
12257         to subdir configures to enable them checking gcc's version
12258         themselves. Emit make macros for both gcc_version vars.
12259         (topsrcdir): Initialize reliably.
12260         (recursion line): Remove --with-gcc-version=${gcc_version}.
12262 1998-06-24  Manfred Hollstein  <manfred@s-direktnet.de>
12264         * configure (enable_version_specific_runtime_libs): Implement new flag
12265         --enable-version-specific-runtime-libs which installs C++ runtime stuff
12266         in $(libsubdir); emit definition in each generated Makefile.
12267         (gxx_include_dir): Initialize depending on
12268         $enable_version_specific_runtime_libs.
12270 1998-06-24  Manfred Hollstein  <manfred@s-direktnet.de>
12272         * configure (gcc_version): Initialize properly depending on
12273         how and where configure is started.
12274         (recursion line): Pass a --with-gcc-version=${gcc_version}
12275         to configures in subdirs.
12277 Wed Jun 24 16:01:59 1998  John Metzler  <jmetzler@cygnus.com>
12279         * configure.in (noconfigdirs): Add configure pattern for mips tx39
12280         cygmon
12282 Tue Jun 23 22:42:32 1998  Mark Alexander  <marka@cygnus.com>
12284         * configure.in: Add cygmon and libstub support for mn10200.
12286 1998-06-19  Manfred Hollstein  <manfred@s-direktnet.de>
12288         * configure (gcc_version): Add new variable describing the
12289         particular gcc version we're building.
12290         * Makefile.in (libsubdir): Add new macro for the directory
12291         in which the compiler finds executables, libraries, etc.
12292         (BASE_FLAGS_TO_PASS): Pass down gcc_version, target_alias
12293         and libsubdir.
12295 Fri Jun 19 02:36:59 1998  Alexandre Oliva <oliva@dcc.unicamp.br>
12297         * Makefile.in (local-clean): Remove *.log.
12298         (warning.log): Built with warn_summary from build.log.
12299         (mail-report.log): Run test_summary.
12300         (mail-report-with-warnings.log): Run test_summary including
12301         warning.log in the report.
12303 Thu Jun 18 11:26:03 1998  Robert Lipe  <robertl@dgii.com>
12305         * config.guess: Detection of Pentium II for *-sco-3.2v5*.
12307 Mon Jun 15 14:53:54 1998  Andrew Cagney  <cagney@b1.cygnus.com>
12309         * Makefile.in (grep): Grep no longer depends on libiberty.
12311 Fri Jun 12 14:03:34 1998  Syd Polk  <spolk@cygnus.com>
12313         * Makefile.in: all-snavigator needs all-libgui.
12315 Thu Jun 11 19:43:47 1998  Mark Alexander  <marka@cygnus.com>
12317         * configure.in: Add cygmon and libstub support for mn10300.
12319 Wed Jun 10 11:19:47 1998  Ian Lance Taylor  <ian@cygnus.com>
12321         * missing: Update to version from automake 1.3.
12323         * ltmain.sh: On installation, don't get confused if the same name
12324         appears more than once in the list of library names.
12326 Wed Jun  3 14:51:42 1998  Ian Lance Taylor  <ian@cygnus.com>
12328         * config.sub: Accept m68060 and m5200 as CPU names.
12330 Mon Jun  1 17:25:16 1998  Ian Lance Taylor  <ian@cygnus.com>
12332         * configure: Use && rather than using -a in test, because odd
12333         strings can confuse test.
12334         * configure.in: Likewise.
12336 Thu May 28 19:31:13 1998  Ian Lance Taylor  <ian@cygnus.com>
12338         * ltconfig, ltmain.sh: Bring in Visual C++ support.
12340 Sat May 23 23:44:13 1998  Alexandre Oliva <oliva@dcc.unicamp.br>
12342         * Makefile.in (boostrap2-lean, bootstrap3-lean,
12343         bootstrap4-lean): New targets.
12345 Mon May 11 23:55:56 1998  Jeffrey A Law  (law@cygnus.com)
12347         * mpw-* Delete.  Not used.
12349 Mon May 11 23:11:34 1998  Jeffrey A Law  (law@cygnus.com)
12351         * COPYING.LIB: Update FSF address.
12353 Fri May  8 01:30:20 1998  Ian Lance Taylor  <ian@cygnus.com>
12355         * ltconfig, ltmain.sh: Update to libtool 1.2a.
12357         * Makefile.in (GASB_SUPPORT_DIRS): Remove intl; already included via
12358         GAS_SUPPORT_DIRS.
12360 Thu May  7 17:27:35 1998  Ian Lance Taylor  <ian@cygnus.com>
12362         * ltconfig, ltmain.sh: Avoid producing a version number if
12363         -version-info was not used.
12365 Tue May  5 18:02:24 1998  Ian Lance Taylor  <ian@cygnus.com>
12367         * configure.in: Add --with-newlib to CONFIG_ARGUMENTS if we are
12368         building with newlib.
12370 1998-04-30  Paul Eggert  <eggert@twinsun.com>
12372         * Makefile.in (EXTRA_GCC_FLAGS): Remove backslash at end;
12373         Solaris `make' causes it to continue to next definition.
12375 Tue Apr 28 16:24:24 1998  Jason Molenda  (crash@bugshack.cygnus.com)
12377         * Makefile.in (install-gdbtk): Call this 'install-gdb' so that
12378         the right GUI libraries and files are installed along with GDB.
12380 Tue Apr 28 18:11:24 1998  Ian Lance Taylor  <ian@cygnus.com>
12382         * configure.in: Change alpha to alpha* in several places.
12384 Tue Apr 28 07:42:00 1998  Mark Alexander  <marka@cygnus.com>
12386         * config.sub: Recognize sparc86x.
12388 Tue Apr 28 07:35:02 1998  Michael Meissner  <meissner@cygnus.com>
12390         * configure.in (--enable-target-optspace): Remove debug echo.
12392 Thu Apr 23 21:31:16 1998  Jim Wilson  <wilson@cygnus.com>
12394         * configure: Set CXXFLAGS from CXXFLAGS, not CFLAGS.
12396 Thu Apr 23 12:26:38 1998  Ian Lance Taylor  <ian@cygnus.com>
12398         * ltconfig: Update cygwin32 support.
12400         * Makefile.in (GAS_SUPPORT_DIRS): Add intl.
12401         (BINUTILS_SUPPORT_DIRS, GASB_SUPPORT_DIRS): Likewise.
12402         (GDB_SUPPORT_DIRS): Likewise.
12404 Wed Apr 22 12:30:10 1998  Michael Meissner  <meissner@cygnus.com>
12406         * configure.in (target_makefile_frag): If --enable-target-optspace,
12407         use -Os to compile target libraries rather than -O2.  Default to
12408         using -Os for d10v and m32r if --{enable,disable}-target-optspace is
12409         not used.
12410         * configure.in (target_cflags): Ditto for d30v.
12412 Tue Apr 21 23:06:54 1998  Tom Tromey  <tromey@cygnus.com>
12414         * Makefile.in (all-bfd): Depend on all-intl.
12415         (all-binutils): Likewise.
12416         (all-gas): Likewise.
12417         (all-gprof): Likewise.
12418         (all-ld): Likewise.
12420 1998-04-19  Brendan Kehoe  <brendan@cygnus.com>
12422         * configure.in (host_tools): Fix typo, lbtool -> libtool.
12424 Fri Apr 17 16:20:42 1998  Ian Lance Taylor  <ian@cygnus.com>
12426         * Makefile.in (all-bfd): Depend upon all-libiberty.
12428         * ltconfig, ltmain.sh: Bring in newer cygwin32 support.
12430 Fri Apr 17 12:22:22 1998  Bob Manson  <manson@charmed.cygnus.com>
12432         * Makefile.in: Add libstub.
12434         * configure.in: Ditto. Build libstub for targets that have cygmon
12435         support.
12437 Tue Apr 14 18:01:55 1998  Ian Lance Taylor  <ian@cygnus.com>
12439         * configure.in: Don't set PICFLAG on ix86-cygwin32.
12441 Tue Apr 14 12:24:45 1998  J. Kean Johnston  <jkj@sco.com>
12443         * configure.in: Recognise i[3456]96-*-sysv5* as a valid host, and
12444         use mh-sysv5 if specified.  Support gprof on SCO Open Server.
12446 Tue Apr 14 11:33:51 1998  Krister Walfridsson <cato@df.lth.se>
12448         * configure: Define DEFAULT_M4 by searching PATH.
12449         * Makfile.in: Use DEFAULT_M4.
12451 Mon Apr 13 15:37:24 1998  Ian Lance Taylor  <ian@cygnus.com>
12453         * ltconfig: Add cygwin32 support.
12455         * Makefile.in, configure.in: Add libtool as a native only directory
12456         to configure and build.
12458 Sun Apr 12 20:58:46 1998  Jeffrey A Law  (law@cygnus.com)
12460         * Makefile.in (INSTALL_MODULES): Remove texinfo.
12462 Wed Apr  8 13:18:56 1998  Philippe De Muyter  <phdm@macqel.be>
12464         * Makefile.in (EXTRA_GCC_FLAGS): XFOO lines shortened.
12466 Thu Apr  2 14:48:44 1998  Geoffrey Noer  <noer@cygnus.com>
12468         * Makefile.in: add ash make rules
12469         * configure.in: add ash to native_only and host_tools lists
12471 Thu Mar 26 12:53:20 1998  Tom Tromey  <tromey@cygnus.com>
12473         * Makefile.in (all-gettext, all-intl): New targets.
12474         (ALL_MODULES): Added all-gettext, all-intl.
12475         (CROSS_CHECK_MODULES): Added check-gettext, check-intl.
12476         (INSTALL_MODULES): Added install-gettext, install-intl.
12477         (CLEAN_MODULES): Added clean-gettext, clean-intl.
12479         * configure.in (host_tools): Added gettext.
12480         (native_only): Likewise.
12481         (noconfigdirs) [various cases]: Likewise.
12482         (host_libs): Added intl.
12484 Thu Mar 26 15:00:11 1998  Keith Seitz  <keiths@onions.cygnus.com>
12486         * configure: Do not disable building gdbtk for cygwin32 hosts.
12488 Wed Mar 25 10:04:18 1998  Nick Clifton  <nickc@cygnus.com>
12490         * configure.in: Add thumb-coff target.
12491         * config.sub: Add thumb-coff target.
12493 Wed Mar 25 11:49:12 1998  Jason Molenda  (crash@bugshack.cygnus.com)
12495         * Makefile.in: Revert yesterday's change.
12496         (all-target-winsup):  all-target-librx stays out of here.
12498 Tue Mar 24 16:58:29 1998  Jason Molenda  (crash@bugshack.cygnus.com)
12500         * Makefile.in (TARGET_CONFIGDIRS, ALL_TARGET_MODULES,
12501         CONFIGURE_TARGET_MODULES, CHECK_TARGET_MODULES,
12502         INSTALL_TARGET_MODULES, CLEAN_TARGET_MODULES, all-target-winsup):
12503         Remove references to librx and libg++.
12505 Tue Mar 24 18:28:12 1998  Eric Mumpower  <nocturne@cygnus.com>
12507         * Makefile.in (BASE_FLAGS_TO_PASS): Pass $(lispdir) down to
12508         recursive makes
12510 Tue Mar 24 11:37:45 1998  Ian Lance Taylor  <ian@cygnus.com>
12512         * Makefile.in (CC_FOR_TARGET): Use $(TARGET_SUBDIR) when passing -B
12513         for newlib directory.
12514         (CXX_FOR_TARGET): Likewise.
12516 Mon Mar 23 11:30:21 1998  Jeffrey A Law  (law@cygnus.com)
12518         * ltconfig: Update after libtool/ltconfig.in change for
12519         hpux11.
12521 Fri Mar 20 18:51:43 1998  Ian Lance Taylor  <ian@cygnus.com>
12523         * ltconfig, ltmain.sh: Update to libtool 1.2.
12525 Fri Mar 20 09:32:14 1998  Manfred Hollstein  <manfred@s-direktnet.de>
12527         * Makefile.in (install-gcc): Don't specify LANGUAGES here.
12528         (install-gcc-cross): Instead, override LANGUAGES here.
12530 1998-03-18  Dave Love  <d.love@dl.ac.uk>
12532         * Makefile.in ($(CONFIGURE_TARGET_MODULES)): Set CONFIG_SITE to a
12533         non-existent file since /dev/null loses with bash 2.0/autoconf 2.12.
12535 Wed Mar 18 09:24:59 1998  Nick Clifton  <nickc@cygnus.com>
12537         * configure.in: Add Thumb-pe target.
12539 Tue Mar 17 16:59:00 1998  Syd Polk <spolk@cygnus.com>
12541         * Makefile.in - changed sn targets to snavigator
12542         * configure.in - changed sn targets to snavigator
12544 Tue Mar 17 10:33:28 1998  Manfred Hollstein  <manfred@s-direktnet.de>
12546         * config-ml.in: After building symlink tree call make distclean
12547         if a Makefile got linked into ${ml_dir}/${ml_libdir}; this happens
12548         to be the case for libiberty.
12550 Tue Mar 17 10:22:37 1998  H.J. Lu  (hjl@gnu.ai.mit.edu)
12552         * configure: When making link, also check the current
12553         directory. The configure scripts may create one.
12555 Fri Mar  6 01:02:03 1998  Richard Henderson  <rth@cygnus.com>
12557         * config.sub: Accept alphapca56 and alphaev6 properly.
12559 Fri Mar  6 00:14:55 1998  Franz Sirl <Franz.Sirl-kernel@lauterbach.com>
12561         * configure.in: Revert 3 Jan change for powerpc-linux-gnulibc1.
12563 Mon Feb 23 15:09:18 1998  Bruno Haible <bruno@linuix.mathematik.uni-karlsruhe.de
12565         * config.sub (sco5): Fix typo.
12567 Mon Feb 23 14:46:06 1998  Ian Lance Taylor  <ian@cygnus.com>
12569         * Makefile.in (INSTALL_MODULES): Move install-tcl before
12570         install-itcl.
12571         (install-itcl): Remove dependency on install-tcl.
12573 Mon Feb 23 09:53:28 1998  Mark Alexander  <marka@cygnus.com>
12575         * configure.in: Remove libgloss from noconfigdirs for MN10300.
12577 Thu Feb 19 13:40:41 1998  Ian Lance Taylor  <ian@cygnus.com>
12579         * configure.in: Don't build libgui for a cygwin32 target when not on
12580         a cygwin32 host.
12582 Wed Feb 18 12:29:00 1998  Jason Molenda  (crash@bugshack.cygnus.com)
12584         * configure (redirect): Set to null, so default behavior of
12585         configure is now --verbose.
12587 1998-02-16  Dave Love  <d.love@dl.ac.uk>
12589         * Makefile.in ($(CONFIGURE_TARGET_MODULES)): Run configure with
12590         CONFIG_SITE=/dev/null to forestall lossage with site configuration.
12592 Mon Feb 16 12:23:53 1998  Manfred Hollstein  <Manfred.Hollstein@ks.sel.alcatel.de>
12594         * Makefile.in (BASE_FLAGS_TO_PASS, EXTRA_TARGET_FLAGS): Really add
12595         this change to sync Makefile.in with its ChangeLog entries.
12597 Thu Feb 12 15:03:08 1998  H.J. Lu  <hjl@gnu.org>
12599         * ltmain.sh (mkdir): Check that the directory doesn't exist
12600         before we exit with error, so that we don't get races during
12601         parallel builds.
12603 Sat Feb  7 15:19:18 1998  Ian Lance Taylor  <ian@cygnus.com>
12605         * ltconfig, ltmain.sh: Update from libtool 1.0i.
12607 Fri Feb  6 01:33:52 1998  Manfred Hollstein  <manfred@s-direktnet.de>
12609         * Makefile.in (BASE_FLAGS_TO_PASS): Don't pass PICFLAG and
12610         PICFLAG_FOR_TARGET.
12611         (EXTRA_TARGET_FLAGS): Don't pass PICFLAG_FOR_TARGET.
12613         * configure: Emit a definition for the new macro enable_shared
12614         into each Makefile.
12616 Thu Feb  5 17:01:12 1998  Jason Molenda  (crash@bugshack.cygnus.com)
12618         * configure.in (host_tools, native_only): Add libtool.
12620 Wed Feb  4 16:53:58 1998  Geoffrey Noer  <noer@cygnus.com>
12622         * configure.in: add target-gperf to noconfigdirs for Cygwin32.
12623         Fix typo in ming config comment.
12625 Wed Feb  4 18:56:13 1998  Ian Lance Taylor  <ian@cygnus.com>
12627         * ltconfig, ltmain.sh: Update from libtool 1.0h.
12629 Mon Feb  2 19:38:19 1998  Ian Lance Taylor  <ian@cygnus.com>
12631         * config.sub: Add tic30 cases, and map c30 to tic30.
12633 Sun Feb  1 02:40:41 1998  Richard Henderson  <rth@cygnus.com>
12635         * Makefile.in (TARGET_CONFIGDIRS): Add libf2c.
12636         (ALL_TARGET_MODULES, CONFIGURE_TARGET_MODULES): Similarly
12637         (CHECK_TARGET_MODULES, INSTALL_TARGET_MODULES): Similarly
12638         (CLEAN_TARGET_MODULES): Similarly
12639         (all-target-libf2c): Add dependences.
12640         * configure.in (target_libs): Add libf2c.
12642 Fri Jan 30 17:18:32 1998  Geoffrey Noer  <noer@cygnus.com>
12644         * configure.in: Remove expect from noconfigdirs when target
12645         is cygwin32.  OK to build expect and dejagnu with Canadian
12646         Cross.
12648 Wed Jan 28 12:58:49 1998  Ian Lance Taylor  <ian@cygnus.com>
12650         * configure.in: Do build expect, dejagnu, and cvssrc for a cygwin32
12651         host.
12653         * config.guess: Use ${UNAME_MACHINE} rather than i386 for cygwin32
12654         and mingw32.
12656 Wed Jan 28 10:26:37 1998  Manfred Hollstein  <manfred@s-direktnet.de>
12658         * Makefile.in (BASE_FLAGS_TO_PASS): Remove passing $(local_prefix)
12659         here as it is not defined in the toplevel Makefile.
12661 Tue Jan 27 23:25:06 1998  Manfred Hollstein  <manfred@s-direktnet.de>
12663         * configure (package_makefile_rules_frag): New variable, which names
12664         a file with generic rules, ...
12665         Change comment to mention we now have FIVE parts.
12666         * configure: Undo last change.
12668 Tue Jan 27 23:15:55 1998  Lassi A. Tuura  <lat@iki.fi>
12670         * config.guess: More accurate determination of HP processor types.
12671         * config.sub: More accurate determination of HP processor types.
12673 Sat Jan 24 01:59:45 1998  Manfred Hollstein  <manfred@s-direktnet.de>
12675         * configure (package_makefile_frag): Move inserting the
12676         ${package_makefile_frag} to where it should be according
12677         to the comment.
12679 Fri Jan 23 00:29:28 1998  Philip Blundell  <pb@nexus.co.uk>
12681         * config.guess: Add support for Linux/ARM.
12683 Thu Jan 22 15:14:01 1998  Fred Fish  <fnf@cygnus.com>
12685         * .cvsignore: Remove *-info and *-install since they match
12686         release-info and mpw-install, which we don't want to just ignore.
12688 Thu Jan 22 01:38:33 1998  Richard Henderson  <rth@cygnus.com>
12690         * configure.in: Revert 3 Jan change for alpha-linux-gnulibc1.
12692 Sat Jan 17 21:28:08 1998  Pieter Nagel <pnagel@epiuse.co.za>
12694         * Makefile.in (FLAGS_TO_PASS): Pass down gcc_include_dir and
12695         local_prefix to sub-make invocations.
12697 Sat Jan 17 21:04:59 1998 H.J. Lu  (hjl@gnu.org)
12699         * configure.in: Check makefile fragments in the source
12700         directory.
12702 Fri Jan 16 00:41:37 1998  Alexandre Oliva <oliva@dcc.unicamp.br>
12704         * configure.in: Check whether host and target makefile
12705         fragments exist before adding them to *_makefile_frag.
12707 Wed Jan 14 23:39:10 1998  Bob Manson  <manson@charmed.cygnus.com>
12709         * configure.in (target_configdirs): Add cygmon for sparc64-elf.
12711 Wed Jan 14 12:48:07 1998  Keith Seitz  <keiths@pizza.cygnus.com>
12713         * configure.in: Make sure we only replace RPATH_ENVVAR on
12714         lines which begin with RPATH_ENVVAR, i.e. add "^" to the
12715         regexp to sed.
12717         * Makefile.in (BASE_FLAGS_TO_PASS): Pass RRPATH_ENVVAR down
12718         to sub-makes.
12720 1998-01-13  Lee Iverson   (leei@ai.sri.com)
12722         * config-ml.in (multi-do): LDFLAGS must include multilib
12723         designator.
12725 Tue Jan 13 01:13:24 1998   Robert Lipe (robertl@dgii.com)
12727         * config.guess: Recognize i[3456]-i586-UnixWare7-sysv5.
12729 Sun Jan  4 01:06:55 1998  Mumit Khan  <khan@xraylith.wisc.edu>
12731         * config.sub: Add mingw32 support.
12732         * configure.in: Likewise.
12734 Sat Jan  3 12:11:05 1998 Franz Sirl <franz.sirl-kernel@lauterbach.com>
12736         * configure.in: Finalize support for {alpha|powerpc}*-*-linux-gnulibc1
12738 Sun Dec 28 11:28:58 1997  Jeffrey A Law  (law@cygnus.com)
12740         * Makefile.in (INSTALL_TARGET): Do install-gcc first.
12741         * configure (gxx_include_dir): Provide a definition for subdirs
12742         which do not use autoconf.
12744 Wed Dec 24 22:46:55 1997  Jeffrey A Law  (law@cygnus.com)
12746         * config.guess: Sync with egcs.  Picks up new alpha support,
12747         BeOS & some additional linux support.
12749 Tue Dec 23 12:44:24 1997  Jeffrey A Law  (law@cygnus.com)
12751         * config.guess: HP 9000/803 is a PA1.1 machine.
12753 Mon Dec 22 02:39:24 1997  Richard Henderson  <rth@cygnus.com>
12755         * configure.in: It's alpha*-...
12757 Sun Dec 21 16:53:12 1997  H.J. Lu  (hjl@gnu.ai.mit.edu)
12759         * configure.in (host_makefile_frag, target_makefile_frag):
12760         Handle multiple config files.
12761         (alpha-*-linux*): Treat alpha-*-linux* as alpha-*-linux* and
12762         alpha-*-*.
12764 Thu Dec 18 13:13:03 1997  Doug Evans  <devans@canuck.cygnus.com>
12766         * mkdep: New file.
12768 Wed Dec 17 09:53:02 1997  Michael Meissner  <meissner@cygnus.com>
12770         * configure.in (d30v-*-*): Allow configuring of libide, vmake, etc.
12772 Tue Dec 16 17:36:05 1997  Ian Lance Taylor  <ian@cygnus.com>
12774         * Makefile.in: Add libgui directory.
12775         (GDB_TK): Add all-libgui.
12776         * configure.in: Add libgui directory.
12777         * configure: Add all-libgui to GDB_TK.
12779 Mon Dec 15 16:12:28 1997  Nick Clifton  <nickc@cygnus.com>
12781         * config-ml.in (multidirs): Add m32r to multilib list.
12783 Fri Dec 12 10:43:31 1997  Brendan Kehoe  <brendan@canuck.cygnus.com>
12785         * Makefile.in (all-target-gperf): Change dependency to
12786         all-target-libstdc++.
12788 Thu Dec 11 23:30:51 1997  Fred Fish  <fnf@ninemoons.com>
12790         * config.guess: Add BeOS support.
12792 Wed Dec 10 15:10:38 1997  Ian Lance Taylor  <ian@cygnus.com>
12794         Source directory cvs renamed to cvssrc:
12795         * configure.in (host_tools): Change cvs to cvssrc.
12796         (native_only): Likewise.
12797         (noconfigdirs) [various cases]: Likewise.
12798         * Makefile.in (ALL_MODULES): Change all-cvs to all-cvssrc.
12799         (CROSS_CHECK_MODULES): Change check-cvs to check-cvssrc.
12800         (INSTALL_MODULES): Change install-cvs to install-cvssrc.
12801         (CLEAN_MODULES): Change clean-cvs to clean-cvssrc.
12802         (all-cvssrc): Rename target from all-cvs.
12804 Wed Dec  3 07:55:59 1997  Jeffrey A Law  (law@cygnus.com)
12806         * configure (gxx_include_dir): Fix thinko.
12808 Tue Dec  2 10:55:34 1997  Jeffrey A Law  (law@cygnus.com)
12810         * Makefile.in (INSTALL_TARGET_CROSS): Define.
12811         (install-cross, install-gcc-cross): New targets.
12813 Tue Dec  2 10:08:31 1997  Nick Clifton  <nickc@cygnus.com>
12815         * configure.in (noconfigdirs): Add support for Thumb target.
12817         * config.sub (maybe_os): Add support for Thumb target.
12819 Sun Nov 30 16:12:27 1997  Bob Manson  <manson@charmed.cygnus.com>
12821         * Makefile.in: Add rules for cygmon.
12823         * configure.in: Build cygmon for sparc-elf and sparclite-aout.
12825 Thu Nov 27 01:31:30 1997  Jeffrey A Law  (law@cygnus.com)
12827         * Makefile.in (INSTALL_TARGET): Do install-gcc first.
12828         * configure (gxx_include_dir): Provide a definition for subdirs
12829         which do not use autoconf.
12831 Wed Nov 26 11:53:33 1997  Keith Seitz  <keiths@onions.cygnus.com>
12833         * Makefile.in, configure, configure.in, ChangeLog: merge with foundry's
12834         11/18/97 build
12836 Wed Nov 26 16:08:50 1997  Jeffrey A Law  (law@cygnus.com)
12838         * From Franz Sirl.
12839         * config.guess (powerpc*-*-linux): Handle glibc2 beta release
12840         found on RedHat Linux systems.
12842 Fri Nov 21 09:51:01 1997  Jeffrey A Law  (law@cygnus.com)
12844         * config.guess (alpha stuff): Merge with FSF to avoid incorrect
12845         guesses.
12847 Thu Nov 13 11:38:37 1997  Jeffrey A Law  (law@cygnus.com)
12849         * configure.in (i[3456]86-ncr-sysv4.3*): Tweak.
12851 Mon Nov 10 15:23:21 1997  H.J. Lu  <hjl@gnu.ai.mit.edu>
12853         * ltmain.sh: If mkdir fails, check whether the directory was created
12854         anyhow by some other process.
12856 Mon Nov 10 14:38:03 1997  Michael Meissner  <meissner@cygnus.com>
12858         * configure.in (d30v-*-*): Configure all directories.
12860 Sun Nov  9 17:36:20 1997  Michael Meissner  <meissner@cygnus.com>
12862         * configure.in (d30v-*-*): Configure newlib, libiberty directories
12863         for the D30V.
12865 Sat Nov  8 14:42:59 1997  Michael Meissner  <meissner@cygnus.com>
12867         * configure.in (d30v-*-*): Configure target-libgloss on the D30V.
12869 Fri Nov  7 10:34:09 1997  Rob Savoye  <rob@darkstar.cygnus.com>
12871         * include/libiberty.h: Add extern "C" { so it can be used with C++
12872         progrms.
12873         * include/remote-sim.h:  Add extern "C" { so it can be used with C++
12874         programs.
12876 Thu Oct 30 11:09:29 1997  Michael Meissner  <meissner@cygnus.com>
12878         * configure.in (d30v-*-*): Configure GCC now.
12880 Mon Oct 27 13:17:24 1997  Stan Shebs  <shebs@andros.cygnus.com>
12882         * configure.in: Remove a "second pass" of tweaking noconfigdirs,
12883         is no longer needed.
12885 Mon Oct 27 12:03:53 1997  Jason Merrill  <jason@yorick.cygnus.com>
12887         * Makefile.in: check-target-libio depends on all-target-libstdc++.
12889 Sun Oct 26 11:48:27 1997  Manfred Hollstein  (manfred@s-direktnet.de)
12891         * Makefile.in (bootstrap-lean): Combined with `normal' bootstrap
12892         targets using "$@" to provide support for similar but not identical
12893         targets without having to duplicate code.
12895 Mon Oct 20 15:28:49 1997  Klaus K"ampf  <kkaempf@progis.de>
12897         * makefile.vms: Fix to work with DEC C.
12899 Tue Oct  7 23:58:57 1997  Gavin Koch  <gavin@cygnus.com>
12901         * config.sub: Add mips-tx39-elf to marketing names.
12903 Tue Oct  7 14:24:41 1997  Ian Lance Taylor  <ian@cygnus.com>
12905         * ltmain.sh: Handle symlinks in generated script.
12907 Wed Oct  1 13:11:27 1997  Ian Lance Taylor  <ian@cygnus.com>
12909         * configure: Handle autoconf style directory options: --bindir,
12910         --datadir, --includedir, --infodir, --libdir, --libexecdir,
12911         --mandir, --oldincludedir, --sbindir, --sharedstatedir,
12912         --sysconfdir.
12913         * Makefile.in (sbindir, libexecdir, sysconfdir): New variables.
12914         (sharedstatedir, localstatedir, oldincludedir): New variables.
12915         (BASE_FLAGS_TO_PASS): Pass down bindir, datadir, includedir,
12916         infodir, libdir, libexecdir, localstatedir, mandir, oldincludedir,
12917         sbindir, sharedstatedir, and sysconfdir.
12919 Mon Sep 29 00:38:08 1997 Aaron Jackson <jackson@negril.msrce.howard.edu>
12921         * Makefile.in (bootstrap-lean): New target.
12923 Wed Sep 24 18:06:27 1997  Stu Grossman  <grossman@babylon-5.cygnus.com>
12925         * configure.in (d30v):  Remove tcl, tk, expect, gdb, itcl, tix, db,
12926         sn, and gnuserv from noconfigdirs.
12928 Wed Sep 24 15:18:32 1997  Ian Lance Taylor  <ian@cygnus.com>
12930         * ltmain.sh: Tweak shell pattern to avoid bug in NetBSD /bin/sh.
12932 Thu Sep 18 23:58:27 1997  Jeffrey A Law  (law@cygnus.com)
12934         * Makefile.in (cross): New target.
12936 Thu Sep 18 21:43:23 1997  Alexandre Oliva  <oliva@dcc.unicamp.br>
12937                           Jeff Law         <law@cygnus.com>
12939         * Makefile.in (bootstrap2, bootstrap3): New targets.
12940         (all-bootstrap): Remove outdated and confusing target.
12941         (bootstrap, bootstrap2, bootstrap3): Don't pass BOOT_CFLAGS down.
12943 Thu Sep 18 15:37:42 1997  Andrew Cagney  <cagney@b1.cygnus.com>
12945         * configure (tooldir): enable_gdbtk=YES for cygwin32, NO for
12946         windows.  Consistent with gdb/configure.
12948 1997-09-15 02:37  Ulrich Drepper  <drepper@cygnus.com>
12950         * configure.in: Name Linux target fragment.
12952         * configure: Rewrite so that project Makefile fragment is inserted
12953         first and appears last in the resulting Makefile.
12955 Tue Sep 16 09:55:07 1997  Andrew Cagney  <cagney@b1.cygnus.com>
12957         * Makefile.in (install-itcl): Install tcl first.
12959 Fri Sep 12 16:19:20 1997  Geoffrey Noer  <noer@cygnus.com>
12961         * configure.in: remove bison from noconfigdirs for Cygwin32 host
12963 Thu Sep 11 16:40:46 1997  H.J. Lu  (hjl@gnu.ai.mit.edu)
12965         * Makefile.in (local-distclean): Also remove mh-frag mt-frag.
12967         * configure.in (skipdirs): Add target-librx for Linux.
12968         (alpha-*-linux*): Use config/mh-elfalphapic and config/mt-elfalphapic.
12970 Wed Sep 10 21:29:54 1997  Jeffrey A Law  (law@cygnus.com)
12972         * Makefile.in (bootstrap): New target.
12974 Wed Sep 10 15:19:22 1997  Jeffrey A Law  (law@cygnus.com)
12976         * config.sub: Accept 'amigados' for backward compatibility.
12978 Mon Sep  8 20:46:20 1997  Ian Lance Taylor  <ian@cygnus.com>
12980         * config.guess: Merge with FSF.
12982 Sun Sep  7 23:18:32 1997  Fred Fish  <fnf@ninemoons.com>
12984         * config.sub: Change 'amigados' to 'amigaos' to match current usage.
12986 Sun Sep  7 15:55:28 1997  Gavin Koch  <gavin@cygnus.com>
12988         * config.sub: Add "marketing-names" patch.
12990 Fri Sep  5 16:11:28 1997  Joel Sherrill  (joel@OARcorp.com)
12992         * configure.in (*-*-rtems*): Do not build libgloss for rtems.
12994 Fri Sep  5 12:27:17 1997  Jeffrey A Law  (law@cygnus.com)
12996         * config.sub: Handle v850-elf.
12998 Wed Sep  3 22:01:58 1997  Fred Fish  <fnf@ninemoons.com>
13000         * .cvsignore (*-install): Remove.
13002 Wed Sep  3 12:15:24 1997  Chris Provenzano  <proven@cygnus.com>
13004         * ltconfig: Set CONFIG_SHELL in libtool.
13005         * ltmain.sh: Use CONFIG_SHELL instead of /bin/sh
13007 Mon Sep  1 16:45:44 1997  Jim Wilson  <wilson@cygnus.com>
13009         * configure.in (target_subdir): Set to libraries if enable_multilib.
13011 Wed Aug 27 16:15:11 1997  Jim Wilson  <wilson@cygnus.com>
13013         * config.guess: Update from gcc directory.
13015 Tue Aug 26 16:46:46 1997  Andrew Cagney  <cagney@b1.cygnus.com>
13017         * Makefile.in (all-sim): Depends on all-readline.
13019 Wed Aug 20 19:57:37 1997  Jason Merrill  <jason@yorick.cygnus.com>
13021         * Makefile.in (BISON, YACC): Use $$s.
13022         (all-bison): Depend on all-texinfo.
13024 Tue Aug 19 01:41:32 1997  Jason Merrill  <jason@yorick.cygnus.com>
13026         * Makefile.in (BISON): Add -L flag.
13027         (YACC): Likewise.
13029 Mon Aug 18 11:30:50 1997  Nick Clifton  <nickc@cygnus.com>
13031         * configure.in (noconfigdirs): Add support for v850e target.
13033         * config.sub (maybe_os): Add support for v850e target.
13035 Mon Aug 18 11:30:50 1997  Nick Clifton  <nickc@cygnus.com>
13037         * configure.in (noconfigdirs): Add support for v850ea target.
13039         * config.sub (maybe_os): Add support for v850ea target.
13041 Mon Aug 18 09:24:06 1997  Gavin Koch  <gavin@cygnus.com>
13043         * config.sub: Add mipstx39.  Delete r3900.
13045 Mon Aug 18 17:20:10 1997  Jason Molenda  (crash@godzilla.cygnus.co.jp)
13047         * Makefile.in (all-autoconf): Depends on all-texinfo.
13049 Fri Aug 15 23:09:26 1997  Michael Meissner  <meissner@cygnus.com>
13051         * config-ml.in ({powerpc,rs6000}*-*-*): Update to current AIX and
13052         eabi targets.
13054 Thu Aug 14 14:42:17 1997  Ian Lance Taylor  <ian@cygnus.com>
13056         * configure: Get CFLAGS and CXXFLAGS from Makefile, if possible.
13058         * configure: When handling a Canadian Cross, handle YACC as well as
13059         BISON.  Just set BISON to bison.  When setting YACC, prefer bison.
13060         * Makefile.in (all-bison): Depend upon all-texinfo.
13062 Tue Aug 12 20:09:48 1997  Jason Merrill  <jason@yorick.cygnus.com>
13064         * Makefile.in (BISON): bison, not byacc or bison -y.
13065         (YACC): bison -y or byacc or yacc.
13066         (various): Add *-bison as appropriate.
13067         (taz): No need to mess with BISON anymore.
13069 Tue Aug 12 22:33:08 1997  Ian Lance Taylor  <ian@cygnus.com>
13071         * configure: If OSTYPE matches *win32*, try to find a good value for
13072         CONFIG_SHELL.
13074 Sun Aug 10 14:41:11 1997  Ian Lance Taylor  <ian@cygnus.com>
13076         * Makefile.in (taz): Get the version number from AM_INIT_AUTOMAKE in
13077         configure.in if it is present.
13079 Sat Aug  9 00:58:01 1997  Ian Lance Taylor  <ian@cygnus.com>
13081         * Makefile.in (LD_FOR_TARGET): Change ld.new to ld-new.
13083 Fri Aug  8 16:30:13 1997  Doug Evans  <dje@canuck.cygnus.com>
13085         * config.sub: Recognize `arc' cpu.
13086         * configure.in: Likewise.
13087         * config-ml.in: Likewise.
13089 Thu Aug  7 11:02:34 1997  Ian Lance Taylor  <ian@cygnus.com>
13091         * Makefile.in ($(INSTALL_X11_MODULES)): Depend upon installdirs.
13093 Wed Aug  6 16:27:29 1997  Chris Provenzano  <proven@cygnus.com>
13095         * configure: Changed sed delimiter from ':' to '|' when
13096         attempting to substitute ${config_shell} for SHELL. On
13097         NT ${config_shell} may contain a ':' in it.
13099 Wed Aug  6 12:29:05 1997  Jason Merrill  <jason@yorick.cygnus.com>
13101         * Makefile.in (EXTRA_GCC_FLAGS): Fix for non-bash shells.
13103 Wed Aug  6 00:42:35 1997  Ian Lance Taylor  <ian@cygnus.com>
13105         * Makefile.in (AS_FOR_TARGET): Change as.new to as-new.
13107 Tue Aug  5 14:08:51 1997  Ian Lance Taylor  <ian@cygnus.com>
13109         * Makefile.in (NM_FOR_TARGET): Change nm.new to nm-new.
13111         * ylwrap: If the program is a relative path, force it to be
13112         absolute.
13114 Tue Aug  5 12:12:44 1997  Andrew Cagney  <cagney@b1.cygnus.com>
13116         * configure (tooldir): Set BISON to `bison -y' and not just bison.
13118 Mon Aug  4 22:59:02 1997  Andrew Cagney  <cagney@b1.cygnus.com>
13120         * Makefile.in (CC_FOR_TARGET): When winsup/Makefile present,
13121         correctly specify the target build directory $(TARGET_SUBDIR)/winsup
13122         for libraries.
13124 Mon Aug  4 12:40:24 1997  Jason Merrill  <jason@yorick.cygnus.com>
13126         * Makefile.in (EXTRA_GCC_FLAGS): Fix handling of macros with values
13127         separated by spaces.
13129 Thu Jul 31 19:49:49 1997  Ian Lance Taylor  <ian@cygnus.com>
13131         * ylwrap: New file.
13132         * Makefile.in (DEVO_SUPPORT): Add ylwrap.
13134         * ltmain.sh: Handle /bin/sh at start of install program.
13136         * Makefile.in (DEVO_SUPPORT): Add ltconfig, ltmain.sh, and missing.
13138         * ltconfig, ltmain.sh: New files, from libtool 1.0.
13139         * missing: New file, from automake 1.2.
13141 Thu Jul 24 12:57:56 1997  Ian Lance Taylor  <ian@cygnus.com>
13143         * Makefile.in: Treat tix like tk, putting it in X11_MODULES.  Add
13144         check-tk to CHECK_X11_MODULES.
13146 Wed Jul 23 17:03:29 1997  Ian Lance Taylor  <ian@cygnus.com>
13148         * config.sub: Merge with FSF.
13150 Tue Jul 22 19:08:29 1997  Ian Lance Taylor  <ian@cygnus.com>
13152         * config.guess: Merge with FSF.
13154 Tue Jul 22 14:50:42 1997  Robert Hoehne <robert.hoehne@Mathematik.TU-Chemnitz.DE>
13156         * configure: Treat msdosdjgpp like go32.
13157         * configure.in: Likewise.  Don't remove gprof for go32.
13159         * configure: Change Makefile.tem2 to Makefile.tm2.
13161 Mon Jul 21 10:31:26 1997  Stephen Peters  <speters@cygnus.com>
13163         * configure.in (noconfigdirs): For alpha-dec-osf*, don't ignore grep.
13165 Tue Jul 15 14:33:03 1997  Brendan Kehoe  <brendan@lisa.cygnus.com>
13167         * install-sh (chmodcmd): Set to null if the DST directory already
13168         exists.  Same as Nov 11th change.
13170 Mon Jul 14 11:01:15 1997  Martin M. Hunt  <hunt@cygnus.com>
13172         * configure (GDB_TK): Needs itcl and tix.
13174 Mon Jul 14 00:32:10 1997  Jason Merrill  <jason@yorick.cygnus.com>
13176         * config.guess: Update from FSF.
13178 Fri Jul 11 11:57:11 1997  Martin M. Hunt  <hunt@cygnus.com>
13180         * Makefile.in (GDB_TK): Depend on itcl and tix.
13182 Fri Jul  4 13:25:31 1997  Ian Lance Taylor  <ian@cygnus.com>
13184         * Makefile.in (INSTALL_PROGRAM_ARGS): New variable.
13185         (INSTALL_PROGRAM): Use $(INSTALL_PROGRAM_ARGS).
13186         (INSTALL_SCRIPT): New variable.
13187         (BASE_FLAGS_TO_PASS): Pass down INSTALL_SCRIPT.
13188         * configure.in: If host is *-*-cygwin32*, set INSTALL_PROGRAM_ARGS
13189         to -x.
13190         * install-sh: Add support for -x option.
13192 Mon Jun 30 15:51:30 1997  Ian Lance Taylor  <ian@cygnus.com>
13194         * configure.in, Makefile.in: Treat tix like itcl.
13196 Thu Jun 26 13:59:19 1997  Ian Lance Taylor  <ian@cygnus.com>
13198         * Makefile.in (WINDRES): New variable.
13199         (WINDRES_FOR_TARGET): New variable.
13200         (BASE_FLAGS_TO_PASS): Add WINDRES_FOR_TARGET.
13201         (EXTRA_HOST_FLAGS): Add WINDRES.
13202         (EXTRA_TARGET_FLAGS): Add WINDRES.
13203         (EXTRA_GCC_FLAGS): Add WINDRES.
13204         ($(DO_X)): Pass down WINDRES.
13205         ($(CONFIGURE_TARGET_MODULES)): Set WINDRES when configuring.
13206         * configure: Treat WINDRES like DLLTOOL, and WINDRES_FOR_TARGET like
13207         DLLTOOL_FOR_TARGET.
13209 Wed Jun 25 15:01:26 1997  Felix Lee  <flee@cygnus.com>
13211         * configure.in: configure sim before gdb for win32-x-ppc
13213 Wed Jun 25 12:18:54 1997  Brendan Kehoe  <brendan@lisa.cygnus.com>
13215         Move gperf into the toplevel, from libg++.
13216         * configure.in (target_tools): Add target-gperf.
13217         (native_only): Add target-gperf.
13218         * Makefile.in (all-target-gperf): New target, depend on
13219         all-target-libg++.
13220         (configure-target-gperf): Empty rule.
13221         (ALL_TARGET_MODULES): Add all-target-gperf.
13222         (CONFIGURE_TARGET_MODULES): Add configure-target-gperf.
13223         (CHECK_TARGET_MODULES): Add check-target-gperf.
13224         (INSTALL_TARGET_MODULES): Add install-target-gperf.
13225         (CLEAN_TARGET_MODULES): Add clean-target-gperf.
13227 Mon Jun 23 10:51:53 1997  Jeffrey A Law  (law@cygnus.com)
13229         * config.sub (mn10200): Recognize new basic machine.
13231 Thu Jun 19 14:16:42 1997  Brendan Kehoe  <brendan@lisa.cygnus.com>
13233         * configure.in: Don't set ENABLE_MULTILIB, so we'll be passing
13234         --enable-multilib down to subdirs; setting TARGET_SUBDIR was enough.
13236 Tue Jun 17 15:31:20 1997  Brendan Kehoe  <brendan@lisa.cygnus.com>
13238         * configure.in: If we're building mips-sgi-irix6* native, turn on
13239         ENABLE_MULTILIB and set TARGET_SUBDIR.
13241 Tue Jun 17 12:20:59 1997  Tom Tromey  <tromey@cygnus.com>
13243         * Makefile.in (all-sn): Depend on all-grep.
13245 Mon Jun 16 11:11:10 1997  Ian Lance Taylor  <ian@cygnus.com>
13247         * configure.in: Use mh-ppcpic and mt-ppcpic for powerpc*-* targets.
13249         * configure: Set CFLAGS and CXXFLAGS, and substitute them into
13250         Makefile.  From Jeff Makey <jeff@cts.com>.
13251         * Makefile.in: Add comment for CFLAGS and CXXFLAGS.
13253         * Makefile.in (DISTBISONFILES): Remove.
13254         (taz): Don't futz with DISTBISONFILES.  Change BISON to use
13255         $(DEFAULT_YACC).
13257         * configure.in: Build itl, db, sn, etc., when building for native
13258         cygwin32.
13260         * Makefile.in (LD): New variable.
13261         (EXTRA_HOST_FLAGS): Pass down LD.
13262         ($(DO_X)): Likewise.
13264 Mon Jun 16 11:10:35 1997  Philip Blundell  <Philip.Blundell@pobox.com>
13266         * Makefile.in (INSTALL): Use $(SHELL) when executing install-sh.
13268 Fri Jun 13 10:22:56 1997  Bob Manson  <manson@charmed.cygnus.com>
13270         * configure.in (targargs): Strip out any supplied --build argument
13271         before adding our own. Always add --build.
13273 Thu Jun 12 21:12:28 1997  Bob Manson  <manson@charmed.cygnus.com>
13275         * configure.in (targargs): Pass --build if we're doing
13276         a cross-compile.
13278 Fri Jun  6 21:38:40 1997  Rob Savoye  <rob@chinadoll.cygnus.com>
13280         * configure: Use '|' instead of ":" as the separator in
13281         sed. Otherwise sed chokes on NT path names with drive
13282         designators. Also look for "?:*" as the leading characters in an
13283         absolute pathname.
13285 Mon Jun  2 13:05:20 1997  Gavin Koch  <gavin@cygnus.com>
13287         * config.sub: Support for r3900.
13289 Wed May 21 17:33:31 1997  Ian Lance Taylor  <ian@cygnus.com>
13291         * configure.in: Use install-sh, not install.sh.
13293 Wed May 14 16:06:51 1997  Ian Lance Taylor  <ian@cygnus.com>
13295         * Makefile.in (taz): Improve check for BISON so it doesn't try to
13296         apply it twice.
13298 Fri May  9 17:22:05 1997  Ian Lance Taylor  <ian@cygnus.com>
13300         * Makefile.in (INSTALL_MODULES): Put install-opcodes before
13301         install-binutils.
13303 Thu May  8 17:29:50 1997  Ian Lance Taylor  <ian@cygnus.com>
13305         * Makefile.in: Add automake targets.
13306         * configure.in (host_tools): Add automake.
13308 Tue May  6 15:49:52 1997  Ian Lance Taylor  <ian@cygnus.com>
13310         * configure: Default CXX to c++, not gcc.
13311         * Makefile.in (CXX): Set to c++, not gcc.
13312         (CXX_FOR_TARGET): When cross, transform c++, not gcc.
13314 Thu May  1 10:11:43 1997  Geoffrey Noer  <noer@cygnus.com>
13316         * install-sh: try appending a .exe if source file doesn't
13317         exist
13319 Wed Apr 30 12:05:36 1997  Jason Merrill  <jason@yorick.cygnus.com>
13321         * configure.in: Turn on multilib by default.
13322         (cross_only): Remove target-libiberty.
13324         * Makefile.in (all-gcc): Don't depend on libiberty.
13326 Mon Apr 28 18:39:45 1997  Michael Snyder  <msnyder@cleaver.cygnus.com>
13328         * config.guess: improve algorithm for recognizing Gnu Hurd x86.
13330 Thu Apr 24 19:30:07 1997  Ian Lance Taylor  <ian@cygnus.com>
13332         * Makefile.in (DEVO_SUPPORT): Add mpw-install.
13333         (DISTBISONFILES): Add ld/Makefile.in
13335 Tue Apr 22 17:17:28 1997  Geoffrey Noer  <noer@pizza.cygnus.com>
13337         * configure.in: if target is cygwin32 but host isn't cygwin32,
13338         don't configure gdb tcl tk expect, not just gdb.
13340 Mon Apr 21 13:33:39 1997  Tom Tromey  <tromey@cygnus.com>
13342         * configure.in: Added gnuserv everywhere sn appears.
13344         * Makefile.in (ALL_MODULES): Added all-gnuserv.
13345         (CROSS_CHECK_MODULES): Added check-gnuserv.
13346         (INSTALL_MODULES): Added install-gnuserv.
13347         (CLEAN_MODULES): Added clean-gnuserv.
13348         (all-gnuserv): New target.
13350 Thu Apr 17 13:57:06 1997  Per Fogelstrom  <pefo@openbsd.org>
13352         * config.guess: Fixes for MIPS OpenBSD systems.
13354 Tue Apr 15 12:21:07 1997  Ian Lance Taylor  <ian@cygnus.com>
13356         * Makefile.in (INSTALL_XFORM): Remove.
13357         (BASE_FLAGS_TO_PASS): Remove INSTALL_XFORM.
13359         * mkinstalldirs: New file, copied from automake.
13360         * Makefile.in (installdirs): Rename from install-dirs.  Use
13361         mkinstalldirs.  Change all users.
13362         (DEVO_SUPPORT): Add mkinstalldirs.
13364 Mon Apr 14 11:21:38 1997  Ian Lance Taylor  <ian@cygnus.com>
13366         * install-sh: Rename from install.sh.
13367         * Makefile.in (INSTALL): Change install.sh to install-sh.
13368         (DEVO_SUPPORT): Likewise.
13370         * configure: Use ${config_shell} with ${moveifchange}.  From Thomas
13371         Graichen <graichen@rzpd.de>.
13373 Fri Apr 11 16:37:10 1997  Niklas Hallqvist  <niklas@appli.se>
13375         * config.guess: Recognize OpenBSD systems correctly.
13377 Fri Apr 11 17:07:04 1997  Jason Molenda  (crash@godzilla.cygnus.co.jp)
13379         * README, Makefile.in (ETC_SUPPORT): Remove references to
13380         cfg-paper*, configure.{texi,man,info*}._
13382 Sun Apr  6 18:47:57 1997  Andrew Cagney  <cagney@kremvax.cygnus.com>
13384         * Makefile.in (all.normal): Ensure that gcc is built after all
13385         the x11 - ie gdb - targets.
13387 Tue Apr  1 16:28:50 1997  Klaus Kaempf  <kkaempf@progis.de>
13389         * makefile.vms: Don't run conf-a-gas.
13391 Mon Mar 31 16:26:55 1997  Joel Sherrill  <joel@oarcorp.com>
13393         * configure.in (hppa1.1-*-rtems*): New target, like hppa-*-*elf*.
13395 Sun Mar 30 12:38:27 1997  Fred Fish  <fnf@cygnus.com>
13397         * configure.in: Remove noconfigdirs case since gdb also
13398         configures and builds for tic80-coff.
13400 Fri Mar 28 18:28:52 1997  Ian Lance Taylor  <ian@cygnus.com>
13402         * configure: Set cache_file to config.cache.
13403         * Makefile.in (local-distclean): Remove config.cache.
13405 Wed Mar 26 18:49:39 1997  Ian Lance Taylor  <ian@cygnus.com>
13407         * COPYING: Update FSF address.
13409 Wed Mar 26 10:38:25 1997  Michael Meissner  <meissner@cygnus.com>
13411         * configure.in (tic80-*-*): Remove G++ libraries and libgloss from
13412         noconfigdirs.
13414 Mon Mar 24 15:02:39 1997  Ian Lance Taylor  <ian@cygnus.com>
13416         * Makefile.in (install-dirs): Don't crash if prefix, and hence
13417         MAKEDIRS, is empty.
13419 Mon Mar 24 12:40:55 1997  Doug Evans  <dje@canuck.cygnus.com>
13421         * config.sub: Tweak mn10300 entry.
13423 Fri Mar 21 15:35:27 1997  Michael Meissner  <meissner@cygnus.com>
13425         * configure.in (host_tools): Put sim before gdb, so gdb's
13426         configure.tgt can determine if the simulator was configured.
13428 Sun Mar 16 16:07:08 1997  Fred Fish  <fnf@cygnus.com>
13430         * config.sub: Move BeOS $os case to be with other Cygnus
13431         local cases.
13433 Sun Mar 16 01:34:55 1997  Martin Hunt <hunt@cygnus.com>
13435         * config.sub: Remove misplaced comment that broke Linux.
13437 Sat Mar 15 22:50:15 1997  Fred Fish  <fnf@cygnus.com>
13439         * config.sub: Add BeOS support.
13441 Mon Mar 10 13:30:11 1997  Tom Tromey  <tromey@cygnus.com>
13443         * Makefile.in (CHECK_X11_MODULES): Don't run check-tk.
13445 Wed Mar  5 12:09:29 1997  Martin  <hunt@cygnus.com>
13447         * configure.in (noconfigdirs): Remove tcl and tk from
13448         noconfigdirs for cygwin32 builds.
13450 Fri Feb 28 18:20:15 1997  Fred Fish  <fnf@cygnus.com>
13452         * configure.in (tic80-*-*): Remove ld from noconfigdirs.
13454 Thu Feb 27 14:57:26 1997  Ken Raeburn  <raeburn@cygnus.com>
13456         * Makefile.in (GAS_SUPPORT_DIRS, BINUTILS_SUPPORT_DIRS): Remove
13457         make-all.com, use makefile.vms instead.
13459 Tue Feb 25 18:46:14 1997  Stan Shebs  <shebs@andros.cygnus.com>
13461         * config.sub: Accept -lnews*.
13463 Tue Feb 25 13:19:14 1997  Andrew Cagney  <cagney@kremvax.tpgi.com.au>
13465         * configure.in (noconfigdirs): Disable target-newlib,
13466         target-examples and target-libiberty for d30v.
13468 Fri Feb 21 17:56:25 1997  Martin M. Hunt  <hunt@pizza.cygnus.com>
13470         * configure.in (noconfigdirs): Enable ld for d30v.
13472 Fri Feb 21 20:58:51 1997  Michael Meissner  <meissner@cygnus.com>
13474         * configure.in (tic80-*-*): Build compiler.
13476 Sun Feb 16 15:41:09 1997  Andrew Cagney  <cagney@critters.cygnus.com>
13478         * configure.in (d30v-*): Remove sim directory from list of
13479         unsupported d30v directories
13481 Tue Feb 18 17:32:42 1997  Martin M. Hunt  <hunt@pizza.cygnus.com>
13483         * config.sub, configure.in: Add d30v target cpu.
13485 Thu Feb 13 22:04:44 1997  Klaus Kaempf  <kkaempf@progis.de>
13487         * makefile.vms: New file.
13488         * make-all.com: Remove.
13490 Wed Feb 12 12:54:18 1997  Jim Wilson  <wilson@cygnus.com>
13492         * Makefile.in (EXTRA_GCC_FLAGS): Add LIBGCC2_DEBUG_CFLAGS.
13494 Sat Feb  8 20:36:49 1997  Michael Meissner  <meissner@cygnus.com>
13496         * Makefile.in (all-itcl): The rule is all-itcl, not all-tcl.
13498 Tue Feb  4 11:39:29 1997  Tom Tromey  <tromey@cygnus.com>
13500         * Makefile.in (ALL_MODULES): Added all-db.
13501         (CROSS_CHECK_MODULES): Addec check-db.
13502         (INSTALL_MODULES): Added install-db.
13503         (CLEAN_MODULES): Added clean-db.
13505 Mon Feb  3 13:29:36 1997  Ian Lance Taylor  <ian@cygnus.com>
13507         * config.guess: Merge with latest FSF sources.
13509 Tue Jan 28 09:20:37 1997  Tom Tromey  <tromey@cygnus.com>
13511         * Makefile.in (ALL_MODULES): Added all-itcl.
13512         (CROSS_CHECK_MODULES): Added check-itcl.
13513         (INSTALL_MODULES): Added install-itcl.
13514         (CLEAN_MODULES): Added clean-itcl.
13516 Thu Jan 23 01:44:27 1997  Geoffrey Noer  <noer@cygnus.com>
13518         * configure.in: build gdb for mn10200
13520 Fri Jan 17 15:32:15 1997  Doug Evans  <dje@canuck.cygnus.com>
13522         * Makefile.in (all-target-winsup): Depend on all-target-libio.
13524 Mon Jan 13 22:46:54 1997  Michael Meissner  <meissner@tiktok.cygnus.com>
13526         * configure.in (tic80-*-*): Turn off most targets right now.
13528 Fri Jan  3 16:04:03 1997  Ian Lance Taylor  <ian@cygnus.com>
13530         * Makefile.in (MAKEINFO): Check for the existence of the Makefile,
13531         rather than the makeinfo program.
13532         (do-info): Depend upon all-texinfo.
13534 Tue Dec 31 16:00:31 1996  Ian Lance Taylor  <ian@cygnus.com>
13536         * configure.in: Remove uses of config/mh-linux.
13538         * config.sub, config.guess: Merge with latest FSF sources.
13540 Fri Dec 27 23:04:33 1996  Fred Fish  <fnf@cygnus.com>
13542         * config.sub (case $basic_machine): Add tic80 entries.
13544 Fri Dec 27 12:07:59 1996  Ian Lance Taylor  <ian@cygnus.com>
13546         * config.sub, config.guess: Merge with latest FSF sources.
13548 Wed Dec 18 22:46:39 1996  Stan Shebs  <shebs@andros.cygnus.com>
13550         * mpw-build.in: Build ld before gcc, use NewFolderRecursive.
13551         * mpw-config.in: Test for NewFolderRecursive.
13552         * mpw-install: Use symbolic name for startup filename.
13553         * mpw-README: Add various additional details.
13555 Wed Dec 18 13:11:46 1996  Jim Wilson  <wilson@cygnus.com>
13557         * configure.in (mips*-sgi-irix6*): Remove binutils from noconfigdirs.
13559 Wed Dec 18 10:29:31 1996  Jeffrey A Law  (law@cygnus.com)
13561         * configure.in: Do build gcc and the target libraries for
13562         the mn10200.
13564 Wed Dec  4 16:53:05 1996  Geoffrey Noer  <noer@cygnus.com>
13566         * configure.in: don't avoid building gdb for mn10300 any more
13567         * Makefile.in: double-quote GCC_FOR_TARGET line in EXTRA_GCC_FLAGS
13568         instead of single-quoting it.
13570 Tue Dec  3 23:26:50 1996  Jason Merrill  <jason@yorick.cygnus.com>
13572         * configure.in: Don't use --with-stabs on IRIX 6.
13574 Tue Dec  3 09:05:25 1996  Doug Evans  <dje@canuck.cygnus.com>
13576         * configure.in (m32r): Build gdb, libg++ now.
13578 Sun Dec  1 00:18:59 1996  Peter Schauer  (pes@regent.e-technik.tu-muenchen.de)
13580         * configure.in (mips*-sgi-irix6*):  Remove gdb and related
13581         directories from noconfigdirs.
13583 Tue Nov 26 11:45:33 1996  Kim Knuttila  <krk@cygnus.com>
13585         * config.sub (basic_machine): added mips16 configuration
13587 Sat Nov 23 19:26:22 1996  Michael Meissner  <meissner@tiktok.cygnus.com>
13589         * config.sub: Handle d10v-unknown.
13591 Sat Nov 23 10:23:01 1996  Gavin Koch  <gavin@cygnus.com>
13593         * config.sub: Handle v850-unknown.
13595 Thu Nov 21 16:19:44 1996  Geoffrey Noer  <noer@cygnus.com>
13597         * Makefile.in: add findutils
13598         * configure.in: add findutils to list of host_tools
13600 Wed Nov 20 10:09:01 1996  Jeffrey A Law  (law@cygnus.com)
13602         * config.sub: Handle mn10200 and mn10300.
13604 Tue Nov 19 16:35:14 1996  Michael Meissner  <meissner@tiktok.cygnus.com>
13606         * configure.in (d10v-*): Do not build librx.
13608 Mon Nov 18 13:28:41 1996  Jeffrey A Law  (law@cygnus.com)
13610         * configure.in (mn10300): Build everything except gdb & libgloss.
13612 Wed Nov 13 14:59:46 1996  Per Bothner  <bothner@deneb.cygnus.com>
13614         * config.guess:  Patch for Dansk Data Elektronik servers,
13615         from Niels Skou Olsen <nso@dde.dk>.
13617         For ncr, use /bin/uname rather than uname, since GNU uname does not
13618         support -p.  Suggested by Mark Mitchell <mmitchell@usa.net>.
13620         Patch for MIPS R4000 running System V,
13621         from Eric S. Raymond <esr@snark.thyrsus.com>.
13623         Fix thinko for nextstep.
13625         Patch for OSF1 in i?86, from Dan Murphy <dlm@osf.org> via Harlan Stenn.
13627         Sat Jun 24 18:58:17 1995  Morten Welinder  <terra+@cs.cmu.edu>
13628         * config.guess: Guess mips-dec-mach_bsd4.3.
13630         Thu Oct 10 04:07:04 1996  Harlan Stenn <harlan@pfcs.com>
13631         * config.guess (i?86-ncr-sysv*):  Emit just enough of the minor
13632         release numbers.
13633         * config.guess (mips-mips-riscos*):  Emit just enough of the
13634         release number.
13636         Tue Oct  8 10:37:22 1996  Frank Vance <fvance@waii.com>
13637         * config.guess (sparc-auspex-sunos*):  Added.
13638         (f300-fujitsu-*): Added.
13640         Wed Sep 25 22:00:35 1996  Jeff Woolsey <woolsey@jlw.com>
13641         * config.guess:  Recognize a Tadpole as a sparc.
13643 Wed Nov 13 00:53:09 1996  David J. MacKenzie  <djm@churchy.gnu.ai.mit.edu>
13645         * config.guess: Don't assume that NextStep version is either 2 or
13646         3.  NextStep 4 (aka OpenStep 4) has come out now.
13648 Mon Nov 11 23:52:03 1996  David J. MacKenzie  <djm@churchy.gnu.ai.mit.edu>
13650         * config.guess: Support Cray T90 that reports itself as "CRAY TS".
13651         From Rik Faith <faith@cs.unc.edu>.
13653 Fri Nov  8 11:34:58 1996  David J. MacKenzie  <djm@geech.gnu.ai.mit.edu>
13655         * config.sub: Contributions from bug-gnu-utils to:
13656         Support plain "hppa" (no version given) architecture, reported by
13657         OpenStep.
13658         OpenBSD like NetBSD.
13659         LynxOs is not a hardware supplier.
13661         * config.guess: Contributions from bug-gnu-utils to add support for:
13662         OpenBSD like NetBSD.
13663         Stratus systems.
13664         More Pyramid systems.
13665         i[n>4]86 Intel chips.
13666         M680[n>4]0 Motorola chips.
13667         Use unknown instead of lynx for hardware manufacturer.
13669 Mon Nov 11 10:09:08 1996  Brendan Kehoe  <brendan@lisa.cygnus.com>
13671         * install.sh (chmodcmd): Set to null if the DST directory already
13672         exists.
13674 Mon Nov 11 10:43:41 1996  Michael Meissner  <meissner@tiktok.cygnus.com>
13676         * configure.in (powerpc*-{eabi,elf,linux,rtem,sysv,solaris}*): Do
13677         not use mt-ppc target Makefile fragment any more.
13679 Sun Nov  3 19:17:07 1996  Stu Grossman  (grossman@critters.cygnus.com)
13681         * configure.in (*-*-windows):  Exclude everything but those dirs
13682         needed to build windows.
13684 Tue Oct 29 16:41:31 1996  Doug Evans  <dje@canuck.cygnus.com>
13686         * Makefile.in (all-target-winsup): Depend on all-target-librx.
13688 Mon Oct 28 17:32:46 1996  Stu Grossman  (grossman@critters.cygnus.com)
13690         * configure.in:  Exclude mmalloc from i386-windows.
13692 Thu Oct 24 09:22:46 1996  Stu Grossman  (grossman@critters.cygnus.com)
13694         * Undo my previous change.
13696 Thu Oct 24 12:12:04 1996  Ian Lance Taylor  <ian@cygnus.com>
13698         * Makefile.in (EXTRA_GCC_FLAGS): Pass down GCC_FOR_TARGET
13699         unconditionally.
13700         (MAKEOVERRIDES): Define (revert this part of October 18 change).
13702 Thu Oct 24 09:02:07 1996  Stu Grossman  (grossman@critters.cygnus.com)
13704         * Makefile.in (FLAGS_TO_PASS):  Add $(HOST_FLAGS) to allow the
13705         host to add it's own flags.
13707 Tue Oct 22 15:20:26 1996  Ian Lance Taylor  <ian@cygnus.com>
13709         * configure: Handle GCC_FOR_TARGET like CC_FOR_TARGET.
13711 Fri Oct 18 13:37:13 1996  Ian Lance Taylor  <ian@cygnus.com>
13713         * Makefile.in (CC_FOR_TARGET): Check for xgcc, not Makefile.
13714         (CXX_FOR_TARGET): Likewise.
13715         (GCC_FOR_TARGET): Define.
13716         (BASE_FLAGS_TO_PASS): Remove GCC_FOR_TARGET.
13717         (EXTRA_GCC_FLAGS): Define GCC_FOR_TARGET based on whether
13718         CC_FOR_TARGET was specified on the command line.
13719         (MAKEOVERRIDES): Don't define.
13721 Thu Oct 17 10:27:56 1996  Doug Evans  <dje@canuck.cygnus.com>
13723         * configure.in (m32r): Fix spelling of libg++ libs.
13725 Thu Oct 10 10:37:17 1996  Stan Shebs  <shebs@andros.cygnus.com>
13727         * config.sub (-apple*): Remove, now redundant.
13729 Thu Oct 10 12:30:54 1996  Ian Lance Taylor  <ian@cygnus.com>
13731         * configure: Don't get confused by CPU-VENDOR-linux-gnu.
13733         * configure: Rework yesterday's sed script patch.
13735         * config.sub: Merge with FSF.
13737 Wed Oct  9 17:24:59 1996  Per Bothner  <bothner@deneb.cygnus.com>
13739         * config.guess:  Merge from FSF.
13741         1996-09-12  Richard Stallman  <rms@ethanol.gnu.ai.mit.edu>
13742         * config.guess: Use pc instead of unknown, for pc clone systems.
13743         Change linux to linux-gnu.
13745         Mon Jul 15 23:51:11 1996  Karl Heuer  <kwzh@gnu.ai.mit.edu>
13746         * config.guess: Avoid non-portable tr syntax.
13748 Wed Oct  9 06:06:46 1996  Jeffrey A Law  (law@cygnus.com)
13750         * test-build.mk (HOLES): Add "xargs" for gdb.
13752         * configure: Avoid hpux10.20 sed bug.
13754 Tue Oct  8 08:32:48 1996  Stu Grossman  (grossman@critters.cygnus.com)
13756         * configure.in:  Add support for windows host
13757         (that is a build done under the Microsoft build environment).
13759 Tue Oct  8 10:39:08 1996  Ian Lance Taylor  <ian@cygnus.com>
13761         * Makefile.in: Replace all uses of srcroot with s, to shrink
13762         command line lengths.
13764         Patches from Geoffrey Noer <noer@cygnus.com>:
13765         * configure.in: If configuring for newlib, pass --with-newlib to
13766         subdirectories.
13767         * Makefile.in (CC_FOR_TARGET): If winsup/Makefile exists, pass a
13768         -Bnewlib/ and -Lwinsup to gcc.
13769         (CXX_FOR_TARGET): Likewise.
13771 Mon Oct  7 10:59:35 1996  Ian Lance Taylor  <ian@cygnus.com>
13773         * Makefile.in (ETC_SUPPORT): Add configure.
13775 Fri Oct  4 12:22:58 1996  Angela Marie Thomas (angela@cygnus.com)
13777         * configure.in: Use config/mh-dgux386 for i[345]86-dg-dgux
13778         host configuration file.
13780 Thu Oct  3 09:28:25 1996  Jeffrey A Law  (law@cygnus.com)
13782         * configure.in: Break mn10x00 support into separate
13783         mn10200 and mn10300 configurations.
13784         * config.sub: Likewise.
13786 Wed Oct  2 22:27:52 1996  Jeffrey A Law  (law@cygnus.com)
13788         * configure.in: Add lots of stuff to noconfigdirs for
13789         the mn10x00 targets.
13791         * config.sub, configure.in: Add mn10x00 support.
13793 Wed Oct  2 15:52:36 1996  Klaus Kaempf  <kkaempf@progis.de>
13795         * make-all.com: Call conf-a-gas, not config-a-gas.
13797 Tue Oct  1 01:28:41 1996  James G. Smith  <jsmith@cygnus.co.uk>
13799         * configure.in (noconfigdirs): Don't build libgloss for arm-coff
13800         targets.
13802 Mon Sep 30 14:24:01 1996  Stan Shebs  <shebs@andros.cygnus.com>
13804         * mpw-README: Add much more detail for native PowerMac.
13805         * mpw-install: New file.
13806         * mpw-configure: Add --norecursion and --help options.
13807         * mpw-config.in: Translate readme and install files when
13808         copying to objdir.
13809         * mpw-build.in: Don't always depend on byacc and flex.
13810         (install-only-top): New action.
13812 Fri Sep 27 17:39:44 1996  Stu Grossman  (grossman@critters.cygnus.com)
13814         * configure.in:  You can now configure GDB for the v850.
13816 Tue Sep 24 19:05:12 1996  Stan Shebs  <shebs@andros.cygnus.com>
13818         * configure.in (noconfigdirs): Don't configure any C++ dirs
13819         if targeting D10V.
13821 Tue Sep 17 12:15:31 1996  Ian Lance Taylor  <ian@cygnus.com>
13823         * config.sub: Recognize mips64vr5000.
13825 Mon Sep 16 17:00:52 1996  Ian Lance Taylor  <ian@cygnus.com>
13827         * configure.in: Use a single line for host_tools and native_only.
13829 Mon Sep  9 12:21:30 1996  Doug Evans  <dje@canuck.cygnus.com>
13831         * config.sub, configure.in: Add entries for m32r.
13833 Thu Sep  5 13:52:47 1996  Tom Tromey  <tromey@creche.cygnus.com>
13835         * Makefile.in (inet-install): Don't run install-gzip.
13837 Wed Sep  4 17:26:13 1996  Stu Grossman  (grossman@critters.cygnus.com)
13839         * configure.in:  Don't config lots of things for *-*-windows*.
13841 Sat Aug 31 11:45:57 1996  Stan Shebs  <shebs@andros.cygnus.com>
13843         * mpw-config.in: Test for mpw-true, true, and null-command scripts.
13844         (host_libs, host_tools): Copy from configure.in.
13845         * mpw-configure: Don't complain about directories not found.
13847 Thu Aug 29 16:44:58 1996  Michael Meissner  <meissner@tiktok.cygnus.com>
13849         * configure.in (i[345]86): Recognize i686 for pentium pro.
13850         (i[3456]86-*-dgux*): Use config/mh-sysv for the host configuration
13851         file.
13853         * config.guess (i[345]86): Ditto.
13855 Mon Aug 26 18:34:42 1996  Martin M. Hunt  <hunt@pizza.cygnus.com>
13857         * configure.in (noconfigdirs): Removed gdb for D10V.
13859 Thu Aug 22 17:13:52 1996  Jeffrey A Law  (law@cygnus.com)
13861         * configure.in: Remove ld, target-libio, target-libg++, and
13862         target-libstdc++ from noconfigdirs.
13864 Wed Aug 21 18:56:38 1996  Fred Fish  <fnf@cygnus.com>
13866         * configure: Fix three locations where shell scripts were
13867         being run directly rather than with config_shell.
13869 Tue Aug 20 13:08:47 1996  J.T. Conklin  <jtc@hippo.cygnus.com>
13871         * configure.in (v850-*-*): Set up initial $noconfigdirs.
13872         * config.sub (basic_machine): Recognize v850.
13874 Thu Aug 15 12:19:33 1996  Stan Shebs  <shebs@andros.cygnus.com>
13876         * mpw-configure: Handle multiple enable/disable options and
13877         pass them down recursively, handle -c and -s flags appropriately
13878         depending on choice of compiler, add escape mechanism for
13879         quoted arguments to gC.
13881 Mon Aug 12 13:15:13 1996  Michael Meissner  <meissner@tiktok.cygnus.com>
13883         * configure.in (powerpc*-*-*): For eabi, system V.4, Linux, and
13884         solaris targets, use config/mt-ppc to set C{,XX}FLAGS_FOR_TARGETS
13885         so that -mrelocatable-lib and -mno-eabi are used.
13887         * Makefile.in (CONFIGURE_TARGET_MODULES): If target compiler does
13888         not support --print-multi-lib, don't abort.
13890 Thu Aug  8 12:18:59 1996  Klaus Kaempf  <kkaempf@progis.de>
13892         * make-all.com: Run config-a-gas.
13893         * setup.com: Don't copy subdirectory files around.
13895 Tue Jul 30 17:49:31 1996  Brendan Kehoe  <brendan@cygnus.com>
13897         * configure.in (*-*-ose): Remove exclusion of libgloss for this
13898         target, it now compiles correctly.
13900 Sat Jul 27 15:10:43 1996  Stan Shebs  <shebs@andros.cygnus.com>
13902         * mpw-config.in: Generate Mac include for elf/dwarf2.h.
13904 Tue Jul 23 10:47:04 1996  Martin M. Hunt  <hunt@pizza.cygnus.com>
13906         * configure.in (d10v-*-*): Remove ld from $noconfigdirs.
13908 Mon Jul 22 13:28:51 1996  Brendan Kehoe  <brendan@lisa.cygnus.com>
13910         * configure.in (native_only): Add prms.
13912 Mon Jul 22 12:27:58 1996  Ian Lance Taylor  <ian@cygnus.com>
13914         * Makefile.in (GAS_SUPPORT_DIRS): Add make-all.com and setup.com.
13915         (BINUTILS_SUPPORT_DIRS): Likewise.
13917 Thu Jul 18 12:55:40 1996  Michael Meissner  <meissner@tiktok.cygnus.com>
13919         * configure.in (d10v-*-*): Don't configure ld or gdb until the
13920         d10v support is added.
13922 Wed Jul 17 14:33:09 1996  Martin M. Hunt  <hunt@pizza.cygnus.com>
13924         * configure.in (d10v-*-*): New target.
13926 Mon Jul 15 11:53:00 1996  Jeffrey A Law  (law@cygnus.com)
13928         * config.guess (HP 9000/811): Recognize this as a PA1.1
13929         machine.
13931 Fri Jul 12 23:21:17 1996  Ken Raeburn  <raeburn@cygnus.com>
13933         * Makefile.in (do-tar-gz): New target, split out from tail end of
13934         taz target.  Run each command separately, don't use pipes.
13935         (taz): Use it.
13937 Fri Jul 12 12:08:04 1996  Stan Shebs  <shebs@andros.cygnus.com>
13939         * mpw-configure: Look for g-mpw-make.sed in config/mpw.
13940         * mpw-build.in: No builds should depend on building byacc or flex,
13941         they are assumed to be installed already.
13943 Fri Jul 12 09:52:52 1996  Michael Meissner  <meissner@tiktok.cygnus.com>
13945         * Makefile.in (CONFIGURE_TARGET_MODULES): Set r environment
13946         variable that CC_FOR_TARGET needs.
13948 Thu Jul 11 10:09:45 1996  Michael Meissner  <meissner@tiktok.cygnus.com>
13950         * Makefile.in (CONFIGURE_TARGET_MODULES): Determine if the multlib
13951         options have changed since the last time the subdirectory was
13952         configured, and if it has, reconfigure.
13953         (CLEAN_TARGET_MODULES): Delete multilib.out and tmpmulti.out, which
13954         CONFIGURE_TARGET_MODULES uses to remember the old multilib options.
13956 Wed Jul 10 18:56:59 1996  Doug Evans  <dje@canuck.cygnus.com>
13958         * Makefile.in (ALL_MODULES,CROSS_CHECK_MODULES,INSTALL_MODULES,
13959         CLEAN_MODULES): Add bash.
13960         (all-bash): New target.
13962 Mon Jul  8 17:33:14 1996  Jim Wilson  <wilson@cygnus.com>
13964         * configure.in (mips-sgi-irix6*): Use mh-irix6 instead of mh-irix5.
13966 Mon Jul  1 13:31:35 1996  Michael Meissner  <meissner@tiktok.cygnus.com>
13968         * config.sub (basic_machine): Recognize d10v as a valid processor.
13970 Fri Jun 28 12:14:35 1996  Stan Shebs  <shebs@andros.cygnus.com>
13972         * mpw-configure: Add support for --bindir.
13973         * mpw-build.in: Use a GCC-specific build script for GCC actions.
13975 Wed Jun 26 17:20:12 1996  Geoffrey Noer  <noer@cygnus.com>
13977         * configure.in: add bash, time, gawk to list of hosttools and things
13978         to only build for native toolchains
13980 Tue Jun 25 23:09:03 1996  Jason Molenda  (crash@godzilla.cygnus.co.jp)
13982         * Makefile.in (docdir): Remove.
13984 Tue Jun 25 19:00:08 1996  Jason Molenda  (crash@godzilla.cygnus.co.jp)
13986         * Makefile.in (datadir): Set to $(prefix)/share.
13988 Mon Jun 24 23:26:07 1996  Geoffrey Noer  <noer@cygnus.com>
13990         * configure.in: build diff and patch for cygwin32-hosted
13991         toolchains.
13993 Mon Jun 24 15:01:12 1996  Joel Sherrill  <joel@merlin.gcs.redstone.army.mil>
13995         * config.sub: Accept -rtems*.
13997 Sun Jun 23 22:41:54 1996  Geoffrey Noer  <noer@cygnus.com>
13999         * configure.in: enable dosrel for cygwin32-hosted builds,
14000                 remove diff from the list of things not buildable
14001                 via Canadian Cross
14003 Sat Jun 22 11:39:01 1996  Jason Merrill  <jason@yorick.cygnus.com>
14005         * Makefile.in (TARGET_SUBDIR): Move comment to previous line so we
14006         don't get ". ".
14008 Fri Jun 21 17:24:48 1996  Jim Wilson  <wilson@cygnus.com>
14010         * configure.in (mips*-sgi-irix6*): Set noconfigdirs appropriately.
14012 Thu Jun 20 16:57:40 1996  Ken Raeburn  <raeburn@cygnus.com>
14014         * Makefile.in (taz): Handle case where tex3patch didn't even get
14015         checked out.  Also, if it was found, put the symlink in a new util
14016         subdirectory.
14018 Thu Jun 20 12:20:33 1996  Michael Meissner  <meissner@tiktok.cygnus.com>
14020         * config.guess (*:Linux:*:*): Add support for PowerPC Linux.
14022 Tue Jun 18 14:24:12 1996  Klaus Kaempf  (kkaempf@progis.de)
14024         * config.sub: Recognize -openvms.
14025         * configure.in (alpha*-*-*vms*): Set noconfigdirs.
14026         * make-all.com, setup.com: New files.
14028 Mon Jun 17 16:34:46 1996  Jason Merrill  <jason@yorick.cygnus.com>
14030         * Makefile.in (taz): tex3patch moved to texinfo/util.
14032 Sat Jun 15 17:13:25 1996  Geoffrey Noer <noer@cygnus.com>
14034         * configure: enable_gdbtk=no for cygwin32-hosted toolchains
14035         * configure.in: remove make from disable-if-Can-Cross list
14036                 enable gdb if ${host} and ${target} are cygwin32
14038 Fri Jun  7 18:16:52 1996  Harlan Stenn <harlan@pfcs.com>
14040         * config.guess (i?86-ncr-sysv*):  Emit minor release numbers.
14041         Recognize the NCR 4850 machine and NCR Pentium-based platforms.
14043 Wed Jun  5 00:09:17 1996  Per Bothner  <bothner@wombat.gnu.ai.mit.edu>
14045         * config.guess:  Combine mips-mips-riscos cases, and use cpp to
14046         distinguish sysv/svr4/bsd variants.
14047         Based on a patch from Harlan Stenn <harlan@pfcs.com>.
14049 Fri Jun  7 14:24:49 1996  Tom Tromey  <tromey@creche.cygnus.com>
14051         * configure.in: Added copyright notice.
14052         * move-if-change: Added copyright notice.
14054 Thu Jun  6 16:27:05 1996  Michael Meissner  <meissner@tiktok.cygnus.com>
14056         * configure.in (powerpcle-*-solaris*): Until we get shared
14057         libraries working, don't build gdb, sim, make, tcl, tk, or
14058         expect.
14060 Tue Jun  4 20:41:45 1996  Per Bothner  <bothner@deneb.cygnus.com>
14062         * config.guess:  Merge with FSF:
14064         Mon Jun  3 08:49:14 1996  Karl Heuer  <kwzh@gnu.ai.mit.edu>
14065         * config.guess (*:Linux:*:*): Add guess for sparc-unknown-linux.
14067         Fri May 24 18:34:53 1996  Roland McGrath  <roland@delasyd.gnu.ai.mit.edu>
14068         * config.guess (AViiON:dgux:*:*): Fix typo in recognizing mc88110.
14070         Fri Apr 12 20:03:59 1996  Per Bothner  <bothner@spiff.gnu.ai.mit.edu>
14071         * config.guess:  Combine two OSF1 rules.
14072         Also recognize field test versions.  From mjr@zk3.dec.com.
14073         * config.guess (dgux):  Use /usr/bin/uname rather than uname,
14074         because GNU uname does not support -p.  From pmr@pajato.com.
14076 Tue Jun  4 11:07:25 1996  Tom Tromey  <tromey@csk3.cygnus.com>
14078         * Makefile.in (MAKEDIRS): Removed $(tooldir).
14080 Tue May 28 12:30:50 1996  Stan Shebs  <shebs@andros.cygnus.com>
14082         * mpw-README: Document GCCIncludes.
14084 Sun May 26 15:16:27 1996  Fred Fish  <fnf@cygnus.com>
14086         * configure.in (alpha-*-linux*): Set enable_shared to yes.
14088 Tue May 21 15:41:39 1996  Stan Shebs  <shebs@andros.cygnus.com>
14090         * mpw-configure: Handle --enable-FOO and --disable-FOO.
14092 Mon May 20 10:12:29 1996  Geoffrey Noer  <noer@cygnus.com>
14094         * configure.in (*-*-cygwin32): Configure make.
14096 Tue May  7 14:19:42 1996  Tom Tromey  <tromey@snuffle.cygnus.com>
14098         * Makefile.in (inet-install): Quote value of INSTALL_MODULES.
14100 Fri May  3 08:57:17 1996  Tom Tromey  <tromey@lisa.cygnus.com>
14102         * Makefile.in (all-inet): Depend on all-perl.
14104         * Makefile.in (inet-install): New target.
14106         * Makefile.in (all-inet): Depend on all-tcl.
14107         (all-inet): Depend on all-send-pr.
14109 Tue Apr 30 13:55:51 1996  Michael Meissner  <meissner@tiktok.cygnus.com>
14111         * configure.in (powerpcle-*-solaris*): Turn off tk and tcl
14112         temporarily.
14114 Thu Apr 25 11:48:20 1996  Ian Lance Taylor  <ian@cygnus.com>
14116         * configure.in: Don't configure --with-gnu-ld on AIX.
14118 Thu Apr 25 06:33:36 1996  Michael Meissner  <meissner@wogglebug.tiac.net>
14120         * configure.in (powerpcle-*-solaris*): Turn off gdb temporarily.
14122 Tue Apr 23 09:07:39 1996  Tom Tromey  <tromey@creche.cygnus.com>
14124         * Makefile.in (ALL_MODULES): Added all-inet.
14125         (CROSS_CHECK_MODULES): Added check-inet.
14126         (INSTALL_MODULES): Added install-inet.
14127         (CLEAN_MODULES): Added clean-inet.
14128         (all-indent): New target.
14130         * configure.in (host_tools): Added inet.
14131         (native_only): Added inet.
14132         (noconfigdirs): Added inet.
14134 Fri Apr 19 15:35:29 1996  Ian Lance Taylor  <ian@cygnus.com>
14136         * configure.in: Don't configure libgloss if we are not configuring
14137         newlib.
14139 Wed Apr 17 19:30:01 1996  Rob Savoye  <rob@chinadoll.cygnus.com>
14141         * configure.in: Don't configure libgloss for unsupported
14142         architectures.
14144 Tue Apr 16 11:17:05 1996  Michael Meissner  <meissner@tiktok.cygnus.com>
14146         * Makefile.in (CLEAN_MODULES): Add clean-apache.
14148 Mon Apr 15 15:09:05 1996  Tom Tromey  <tromey@creche.cygnus.com>
14150         * Makefile.in (ALL_MODULES): Include all-apache.
14151         (CROSS_CHECK_MODULES): Include check-apache.
14152         (INSTALL_MODULES): Include install-apache.
14153         (all-apache): New target.
14155         * configure.in: Added apache everywhere perl is seen.
14157 Mon Apr 15 14:59:13 1996  Michael Meissner  <meissner@tiktok.cygnus.com>
14159         * Makefile.in: Add support for clean-{module} and
14160         clean-target-{module} rules.
14162 Wed Apr 10 21:37:41 PDT 1996  Marilyn E. Sander <msander@cygnus.com>
14164         * configure.in (*-*-ose) do not build libgloss.
14166 Mon Apr  8 16:16:20 1996  Michael Meissner  <meissner@tiktok.cygnus.com>
14168         * config.guess (prep*:SunOS:5.*:*): Turn into
14169         powerpele-unknown-solaris2.
14171 Mon Apr  8 14:45:41 1996  Ian Lance Taylor  <ian@cygnus.com>
14173         * configure.in: Permit --enable-shared to specify a list of
14174         directories.
14176 Fri Apr  5 08:17:57 1996  Jason Molenda  (crash@phydeaux.cygnus.com)
14178         * configure.in (host==solaris): Pass only the first word of $CC
14179         to /usr/bin/which when checking if we're using /usr/ccs/bin/cc.
14181 Fri Apr  5 03:16:13 1996  Jason Molenda  (crash@phydeaux.cygnus.com)
14183         * Makefile.in (BASE_FLAGS_TO_PASS): pass down $(MAKE).
14185 Thu Mar 28 14:11:11 1996  Tom Tromey  <tromey@creche.cygnus.com>
14187         * Makefile.in (ALL_MODULES): Include all-perl.
14188         (CROSS_CHECK_MODULES): Include check-perl.
14189         (INSTALL_MODULES): Include install-perl.
14190         (ALL_X11_MODULES): Include all-guile.
14191         (CHECK_X11_MODULES): Include check-guile.
14192         (INSTALL_X11_MODULES): Include install-guile.
14193         (all-perl): New target.
14194         (all-guile): New target.
14196         * configure.in (host_tools): Include perl and guile.
14197         (native_only): Include perl and guile.
14198         (noconfigdirs): Don't build guile and perl; no ports have been
14199         done.
14201 Tue Mar 26 21:18:50 1996  Andrew Cagney  <cagney@kremvax.highland.com.au>
14203         * configure (--enable-*): Handle quoted option lists such as
14204         --enable-sim-cflags='-g0 -O' better.
14206 Thu Mar 21 11:53:08 1996  Michael Meissner  <meissner@tiktok.cygnus.com>
14208         * Makefile.in ({,inst}all-target): New rule so we can make and
14209         install all of the target directories easily.
14211 Wed Mar 20 18:10:57 1996  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
14213         * configure.in: Add missing global flag in sed substitution when
14214         deleting `target-' from ${configdirs}.
14216 Thu Mar 14 19:15:06 1996  Ian Lance Taylor  <ian@cygnus.com>
14218         * Makefile.in (DO_X): Don't get confused if CC contains `=' in an
14219         option.
14221         * configure.in (mips*-nec-sysvr4*): Use a host_makefile_frag of
14222         config/mh-necv4.
14224         * install.sh: Correct misspelling of transformbasename.
14226         * config.guess: Recognize mips-*-sysv*.
14228 Mon Mar 11 15:36:42 1996  Dawn Perchik  <dawn@critters.cygnus.com>
14230         * config.sub: Recognize mon960.
14232 Sun Mar 10 13:18:38 1996  Ian Lance Taylor  <ian@cygnus.com>
14234         * configure: Restore Canadian Cross handling of BISON and LEX,
14235         removed in Feb 20 change.
14237 Fri Mar  8 20:07:09 1996  Per Bothner  <bothner@kalessin.cygnus.com>
14239         * README:  Suggestions from Torbjorn Granlund <tege@matematik.su.se>:
14240         Mention make install.  Remove the old copyright date as well the
14241         clumsy and rather pointless copyright on the README file.
14243 Fri Mar  8 17:51:35 1996  Ian Lance Taylor  <ian@cygnus.com>
14245         * Makefile.in ($(CONFIGURE_TARGET_MODULES)): If there is a
14246         Makefile after running symlink-tree, then run `make distclean' to
14247         avoid clobbering any generated files in srcdir.
14249 Tue Mar  5 08:21:44 1996  J.T. Conklin  <jtc@rtl.cygnus.com>
14251         * configure.in (m68k-*-netbsd*): Build everything now.
14253 Wed Feb 28 12:25:46 1996  Jason Merrill  <jason@yorick.cygnus.com>
14255         * Makefile.in (taz): Fix quoting.
14257 Tue Feb 27 11:33:57 1996  Doug Evans  <dje@charmed.cygnus.com>
14259         * configure.in (sparclet-*-*): Build everything now.
14261 Tue Feb 27 14:31:51 1996  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
14263         * configure.in (m68k-*-linux*): New host.
14265 Mon Feb 26 14:32:44 1996  Ian Lance Taylor  <ian@cygnus.com>
14267         * configure: Check for bison before byacc.
14269 Tue Feb 20 23:12:35 1996  Stu Grossman  (grossman@critters.cygnus.com)
14271         * Makefile.in configure:  Change the way LEX and BISON/YACC are
14272         set.  configure now defines DEFAULT_LEX and DEFAULT_YACC by
14273         searching PATH.  These are used as fallbacks by Makefile.in if
14274         flex/bison/byacc aren't in objdir.
14276 Mon Feb 19 11:45:30 1996  Ian Lance Taylor  <ian@cygnus.com>
14278         * Makefile.in: Make everything which depends upon all-bfd also
14279         depend upon all-opcodes, in case --with-commonbfdlib is used.
14281 Thu Feb 15 19:50:50 1996  Michael Meissner  <meissner@tiktok.cygnus.com>
14283         * configure.in (host *-*-cygwin32): Don't build gdb if we are
14284         building NT native compilers on Unix.
14286 Thu Feb 15 17:42:25 1996  Ian Lance Taylor  <ian@cygnus.com>
14288         * configure.in: Don't get CC from the host Makefile fragment if we
14289         can find gcc in PATH, or if this is a Canadian Cross.  Move the
14290         Solaris test for /usr/ucb/cc to the post target script, just after
14291         the compiler sanity test.
14293 Wed Feb 14 16:57:40 1996  Ian Lance Taylor  <ian@cygnus.com>
14295         * config.sub: Merge with FSF.
14297 Tue Feb 13 14:27:48 1996  Ian Lance Taylor  <ian@cygnus.com>
14299         * Makefile.in (RPATH_ENVVAR): New variable.
14300         (REALLY_SET_LIB_PATH): Use it.
14301         * configure.in: On HP/UX, set RPATH_ENVVAR to SHLIB_PATH.
14303 Mon Feb 12 15:28:49 1996  Doug Evans  <dje@charmed.cygnus.com>
14305         * config.sub, configure.in: Recognize sparclet cpu.
14307 Mon Feb 12 15:33:59 1996  Christian Bauernfeind <chrisbfd@theorie3.physik.uni-erlangen.de>
14309         * config.guess:  Support m68k-cbm-sysv4.
14311 Sat Feb 10 12:06:42 1996  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
14313         * config.guess (*:Linux:*:*): Guess m68k-unknown-linux and
14314         m68k-unknown-linuxaout from linker help string.  Put quotes around
14315         $ld_help_string.
14317 Thu Dec  7 09:03:24 1995  Tom Horsley  <Tom.Horsley@mail.hcsc.com>
14319         * config.guess (powerpc-harris-powerunix): Add guess for port
14320         to new target.
14322 Thu Feb  8 15:37:52 1996  Brendan Kehoe  <brendan@lisa.cygnus.com>
14324         * config.guess (UNAME_VERSION): Recognize X4.x as an OSF version.
14326 Mon Feb  5 16:36:51 1996  Ian Lance Taylor  <ian@cygnus.com>
14328         * configure.in: If --enable-shared was used, set SET_LIB_PATH to
14329         $(REALLY_SET_LIB_PATH) in Makefile.
14330         * Makefile.in (SET_LIB_PATH): New variable.
14331         (REALLY_SET_LIB_PATH): New variable.
14332         ($(DO_X)): Use $(SET_LIB_PATH).
14333         (install.all, gcc-no-fixedincludes, $(ALL_MODULES)): Likewise.
14334         ($(NATIVE_CHECK_MODULES), $(CROSS_CHECK_MODULES)): Likewise.
14335         ($(INSTALL_MODULES), $(CONFIGURE_TARGET_MODULES)): Likewise.
14336         ($(ALL_TARGET_MODULES), $(CHECK_TARGET_MODULES)): Likewise.
14337         ($(INSTALL_TARGET_MODULES), $(ALL_X11_MODULES)): Likewise.
14338         ($(CHECK_X11_MODULES), $(INSTALL_X11_MODULES)): Likewise.
14339         (all-gcc, all-bootstrap, check-gcc, install-gcc): Likewise.
14340         (install-dosrel): Likewise.
14341         (all-opcodes): Depend upon all-libiberty.
14343 Sun Feb  4 16:51:11 1996  Steve Chamberlain  <sac@slash.cygnus.com>
14345         * config.guess (*:CYGWIN*): New
14347 Sat Feb  3 10:42:35 1996  Michael Meissner  <meissner@tiktok.cygnus.com>
14349         * Makefile.in (all-target-winsup): All all-target-libiberty.
14351 Fri Feb  2 17:58:56 1996  Michael Meissner  <meissner@tiktok.cygnus.com>
14353         * configure.in (noconfigdirs): Add missing # in front of comment.
14355 Thu Feb  1 14:38:13 1996  Geoffrey Noer  <noer@cygnus.com>
14357         * configure.in: add second pass to things added to noconfigdirs
14358         so *-gm-magic can exclude libgloss properly.
14360 Thu Feb  1 11:10:16 1996  Stan Shebs  <shebs@andros.cygnus.com>
14362         * mpw-configure (extralibs_name, rez_name): Set correctly
14363         for MWC68K compiler.
14365         * mpw-README: Add more info on the necessary build tools.
14367 Thu Feb  1 10:22:38 1996  Steve Chamberlain  <sac@slash.cygnus.com>
14369         * configure.in, config.sub: Recognize cygwin32.
14371 Wed Jan 31 14:17:10 1996  Richard Henderson  <rth@tamu.edu>
14373         * config.guess, config.sub: Recognize A/UX.
14375 Wed Jan 31 13:52:14 1996  Ian Lance Taylor  <ian@cygnus.com>
14377         * config.sub: Merge with gcc/config.sub.
14379 Thu Jan 25 11:01:10 1996  Raymond Jou  <rjou@mexican.cygnus.com>
14381         * mpw-build.in (do-binutils): Add build of stamps.
14383 Thu Jan 25 17:05:26 1996  James G. Smith  <jsmith@cygnus.co.uk>
14385         * config.sub: Add recognition for mips64vr4100*-* targets.
14387 Wed Jan 24 12:47:55 1996  Brendan Kehoe  <brendan@lisa.cygnus.com>
14389         * test-build.mk: Add checking of `hpux9' rather than just `hpux'.
14390         Add creation of gconfigargs with `--enable-shared' turned on.
14391         ($(host)-stamp-stage2-configured): Pass $(gconfigargs).
14392         ($(host)-stamp-stage3-configured): Likewise.
14393         (HOLES): Add chatr and ldd.
14394         (i386-ncr-sysv4.3*): Add use of /usr/ccs/bin in the PATH and HOLE_DIRS.
14396 Wed Jan 24 20:32:30 1996  Torbjorn Granlund  <tege@noisy.matematik.su.se>
14398         * configure: Pass --nfp to recursive configures.
14400 Mon Jan 22 10:41:56 1996  Steve Chamberlain  <sac@slash.cygnus.com>
14402         * Makefile.in (DLLTOOL): New.
14403         (DLLTOOL_FOR_TARGET): New.
14404         (EXTRA_HOST_FLAGS): Pass down DLLTOOL.
14405         (EXTRA_TARGET_FLAGS): Ditto.
14406         (EXTRA_GCC_FLAGS): Ditto.
14407         (CONFIGURE_TARGET_MODULES): Ditto.
14408         (DO_X): Ditto.
14409         * configure: Add DLLTOOL.
14411 Fri Jan 19 13:30:15 1996  Stan Shebs  <shebs@andros.cygnus.com>
14413         SCO OpenServer 5 changes from Robert Lipe <robertl@dgii.com>:
14414         * configure.in (i[345]86-*-sco3.2v5*): Use mh-sysv instead of
14415         mh-sco, since old workarounds no longer needed, and don't
14416         build ld, since libraries have weak symbols in COFF.
14418 Sun Jan 14 23:01:31 1996  Fred Fish  <fnf@cygnus.com>
14420         * Makefile.in (CONFIGURE_TARGET_MODULES): Add missing ';'.
14422 Fri Jan 12 15:25:35 1996  Ian Lance Taylor  <ian@cygnus.com>
14424         * configure.in: Make sure that ${CC} can be used to compile an
14425         executable.
14427 Sat Jan  6 07:23:33 1996  Michael Meissner  <meissner@wogglebug.tiac.net>
14429         * Makefile.in (all-gdb): Depend on $(GDB_TK).
14430         * configure (GDB_TK): Set GDB_TK to either "all-tcl all-tk" or
14431         nothing depending on whether gdbtk is being built.
14433 Wed Jan  3 17:54:41 1996  Doug Evans  <dje@canuck.cygnus.com>
14435         * Makefile.in (newlib.tar.gz): Delete building of newlib's info files.
14437 Mon Jan  1 19:09:14 1996  Brendan Kehoe  <brendan@rtl.cygnus.com>
14439         * configure.in (noconfigdirs): Put ld or gas in this early, if the
14440         user specifically used --with-gnu-ld=no or --with-gnu-as=no.
14442 Sat Dec 30 16:08:57 1995  Doug Evans  <dje@canuck.cygnus.com>
14444         * config-ml.in: Add support for
14445         --disable-{softfloat,m68881,m68000,m68020} on m68*-*-*.
14446         Simplify setting of multidirs from --disable-foo.
14448 Fri Dec 29 07:56:11 1995  Michael Meissner  <meissner@tiktok.cygnus.com>
14450         * Makefile.in (EXTRA_GCC_FLAGS): If any of the make variables
14451         LANGUAGES, BOOT_CFLAGS, STMP_FIXPROTO, LIMITS_H_TEST,
14452         LIBGCC1_TEST, LIBGCC2_CFLAGS, LIBGCC2_INCLUDES, and ENQUIRE are
14453         non-empty, pass them on to the  GCC make.
14454         (all-bootstrap): New rule that is like all-gcc, except it executes
14455         the GCC bootstrap rule instead of the GCC all rule.
14457 Wed Dec 27 15:51:48 1995  Doug Evans  <dje@canuck.cygnus.com>
14459         * config-ml.in (ml_realsrcdir): New, to account for ${subdir}.
14461 Tue Dec 26 11:45:31 1995  Michael Meissner  <meissner@tiktok.cygnus.com>
14463         * config.guess (AViiON:dgux:*:*): Update from FSF to add pentium
14464         DG/UX support.
14466 Fri Dec 15 10:01:27 1995  Stan Cox  <coxs@dg-rtp.dg.com>
14468         * config.sub (i*86*) Change [345] to [3456]
14470 Wed Dec 20 17:41:40 1995  Brendan Kehoe  <brendan@lisa.cygnus.com>
14472         * configure.in (noconfigdirs): Add gas or ld if --with-gnu-as=no or
14473         --with-gnu-ld=no.
14475 Wed Dec 20 15:15:35 1995  Michael Meissner  <meissner@tiktok.cygnus.com>
14477         * config-ml.in (rs6000*, powerpc*): Add switches to control which
14478         AIX multilibs get built.
14480 Mon Dec 18 17:55:46 1995  Jason Molenda  (crash@phydeaux.cygnus.com)
14482         * configure.in (i386-win32): Don't build expect if we're not
14483         building the tcl subdir.
14485 Mon Dec 18 11:47:19 1995  Stan Shebs  <shebs@andros.cygnus.com>
14487         * Makefile.in: (configure-target-examples, all-target-examples):
14488         New targets, configure and build example programs.
14490 Fri Dec 15 16:13:03 1995  Stan Shebs  <shebs@andros.cygnus.com>
14492         * mpw-configure: If an mpw-config.in generated a file mk.sed,
14493         use it as input to sedit the generated MPW makefile.
14494         * mpw-README: Add a suggestion about Gestalt.h.
14496 Wed Dec 13 16:43:51 1995  Ian Lance Taylor  <ian@cygnus.com>
14498         * config.sub: Accept *-*-ieee*.
14500 Tue Dec 12 11:52:57 1995  Ian Lance Taylor  <ian@cygnus.com>
14502         * Makefile.in (local-distclean): Remove $(TARGET_SUBDIR).  From
14503         Ronald F. Guilmette <rfg@monkeys.com>.
14505 Mon Dec 11 15:31:58 1995  Jason Molenda  (crash@phydeaux.cygnus.com)
14507         * configure.in (host==powerpc-pe): Add many directories to noconfigdirs
14508         for powerpc-pe native.
14509         (target==i386-win32): add tcl, make to noconfigdirs if canadian cross.
14510         (target==powerpc-pe): duplicate i386-win32 entry.
14512 Sat Dec  9 14:58:28 1995  Jim Wilson  <wilson@chestnut.cygnus.com>
14514         * configure.in (noconfigdirs): Exclude target-newlib for all versions
14515         of vxworks, not just vxworks5.1.
14517 Mon Dec  4 12:05:40 1995  Stan Shebs  <shebs@andros.cygnus.com>
14519         * mpw-configure: Add support for exec-prefix.
14521 Mon Dec  4 10:22:50 1995  Jeffrey A. Law  <law@rtl.cygnus.com>
14523         * config.guess: Recognize HP model 816 machines as having
14524         a PA1.1 processor.
14526 Mon Dec  4 12:38:15 1995  Ian Lance Taylor  <ian@cygnus.com>
14528         * configure: Ignore new autoconf configure options.
14530 Thu Nov 30 16:57:33 1995  Per Bothner  <bothner@wombat.gnu.ai.mit.edu>
14532         * config.guess:  Recognize Pentium under SCO.
14533         From Robert Lipe <robertl@arnet.com>.
14535 Wed Nov 29 13:49:08 1995  J.T. Conklin  <jtc@rtl.cygnus.com>
14537         * configure.in (noconfigdirs): Disable target-libio on v810-*-*.
14539 Wed Nov 29 12:12:01 1995  Ian Lance Taylor  <ian@cygnus.com>
14541         * configure.in: Don't configure gas for alpha-dec-osf*.
14543 Tue Nov 28 17:16:48 1995  Ian Lance Taylor  <ian@cygnus.com>
14545         * configure.in: Default to --with-stabs for some targets for which
14546         it makes sense: mips*-*-*, alpha*-*-osf*, i[345]86*-*-sysv4* and
14547         i[345]86*-*-unixware*.
14549 Mon Nov 27 13:44:15 1995  Ian Lance Taylor  <ian@cygnus.com>
14551         * config-ml.in: Get list of multidirs using gcc --print-multi-lib
14552         rather than basing it on the target.  Simplify handling of options
14553         controlling which directories to configure.  Remove extraneous
14554         slash in multi-clean target.
14556 Fri Nov 24 17:29:29 1995  Doug Evans  <dje@deneb.cygnus.com>
14558         * config-ml.in: Prefix more variables with ml_ so they don't collide
14559         with configure's.
14561 Wed Nov 22 11:27:02 1995  Ian Lance Taylor  <ian@cygnus.com>
14563         * configure: Don't turn -v into --v.
14565 Tue Nov 21 16:48:02 1995  Doug Evans  <dje@deneb.cygnus.com>
14567         * configure.in (targargs): Fix typo.
14569         * Makefile.in (DEVO_SUPPORT): Add symlink-tree.
14571 Tue Nov 21 14:08:28 1995  Ian Lance Taylor  <ian@cygnus.com>
14573         * configure.in: Strip --host and --target options from
14574         CONFIG_ARGUMENTS, and always configure for --host only.  Add
14575         --with-cross-host option when building with a cross-compiler.
14576         * configure: Canonicalize the arguments put into config.status by
14577         always using `=' for an option with an argument.  Pass a presumed
14578         --host or --target explicitly.
14580 Fri Nov 17 17:50:30 1995  Stan Shebs  <shebs@andros.cygnus.com>
14582         * config.sub: Merge -macos*, -magic*, -pe*, and -win32 cases
14583         into general OS recognition case.
14585 Fri Nov 17 17:42:25 1995  Jason Molenda  (crash@phydeaux.cygnus.com)
14587         * configure.in (target_configdirs): add target-winsup only
14588         for win32 target systems.
14590 Thu Nov 16 14:04:47 1995  Ian Lance Taylor  <ian@cygnus.com>
14592         * Makefile.in (all-target-libgloss): Depend upon
14593         configure-target-newlib, since when libgloss is built it looks to
14594         see if the newlib directory exists.
14596 Wed Nov 15 14:47:52 1995  Ken Raeburn  <raeburn@cygnus.com>
14598         * Makefile.in (DEVO_SUPPORT): Use config-ml.in instead of
14599         cfg-ml-*.in.
14601 Wed Nov 15 11:45:23 1995  Ian Lance Taylor  <ian@cygnus.com>
14603         * configure: Handle LD and LD_FOR_TARGET when configuring a
14604         Canadian Cross.
14606 Tue Nov 14 14:56:11 1995  Jason Molenda  (crash@phydeaux.cygnus.com)
14608         * configure.in (target_libs): add target-winsup.
14609         (target==i386-win32): add patch diff flex make to $noconfigdirs.
14610         (target==ppcle-pe): remove ld from $noconfigdirs.
14612 Tue Nov 14 01:25:50 1995  Doug Evans  <dje@canuck.cygnus.com>
14614         * Makefile.in (CONFIGURE_TARGET_MODULES): Pass --with-target-subdir.
14615         Preserve relative path names in $srcdir.  Build symlink tree if
14616         configuring cross target dir and srcdir=. (= no VPATH support).
14617         (configure-target-libg++): Depend on configure-target-librx.
14618         * cfg-ml-com.in, cfg-ml-pos.in: Deleted.
14619         * config-ml.in: New file.
14620         * symlink-tree: New file.
14621         * configure: Ensure srcdir="." if that's what it is.
14623 Mon Nov 13 12:34:20 1995  Stan Shebs  <shebs@andros.cygnus.com>
14625         * mpw-README: Clarify some phrasing, add notes about CodeWarrior
14626         includes and FLEX_SKELETON setting.
14627         * mpw-configure (--with-gnu-ld): New option, controls whether
14628         to use PPCLink or ld with PowerMac GCC.
14629         * mpw-build.in (all-grez, do-grez, install-grez): New targets.
14630         * mpw-config.in: Configure grez if targeting Mac.
14632         * config.sub: Accept pmac and pmac-mpw as names for PowerMacs,
14633         accept mpw and mac-mpw as names for m68k Macs, change macos7 to
14634         just macos.
14635         * configure.in: Configure grez resource compiler if targeting Mac.
14636         * Makefile.in (all-grez, install-grez): New targets.
14638 Wed Nov  8 17:33:51 1995  Jason Merrill  <jason@yorick.cygnus.com>
14640         * configure: CXX defaults to gcc, not g++.  If we find
14641         gcc in the path, set CC to gcc -O2.
14643 Tue Nov  7 15:45:17 1995  Ian Lance Taylor  <ian@cygnus.com>
14645         * configure: Default ${build} correctly.  Avoid picking up extra
14646         spaces when reading CC and CXX from Makefile.  When doing a
14647         Canadian Cross, use plausible default values for numerous
14648         variables.
14649         * configure.in: When doing a Canadian Cross, don't try to
14650         configure tools whose configure script can't handle it.
14652 Mon Nov  6 19:32:17 1995  Jim Wilson  <wilson@chestnut.cygnus.com>
14654         * cfg-ml-com.in (sh-*-*): Add m2 and ml/m2 to multidirs.
14656 Sun Nov  5 00:15:41 1995  Per Bothner  <bothner@kalessin.cygnus.com>
14658         * configure:  Remove dubious bug reporting address.
14660 Fri Nov  3 08:17:54 1995  Per Bothner  <bothner@kalessin.cygnus.com>
14662         * Makefile.in ($(CONFIGURE_TARGET_MODULES)):  If subdir has
14663         configure script, run that instead of this directory's configure.
14664         In either case, print a message that we're configuring the sub-dir.
14666 Thu Nov  2 23:23:36 1995  Per Bothner  <bothner@kalessin.cygnus.com>
14668         * configure.in: Before checking for the existence of various files,
14669         use sed to filter out "target-".
14671 Thu Nov  2 13:24:56 1995  Ian Lance Taylor  <ian@cygnus.com>
14673         * Makefile.in (DO_X): Split rule to decrease command line length
14674         for systems with small ARG_MAX values.  From phdm@info.ucl.ac.be
14675         (Philippe De Muyter).
14677 Wed Nov  1 15:18:35 1995  Jason Molenda  (crash@phydeaux.cygnus.com)
14679         * Makefile.in (all-patch): depend on all-libiberty.
14681 Wed Nov  1 12:23:20 1995  Ian Lance Taylor  <ian@cygnus.com>
14683         * configure.in: If the only directory in target_configdirs which
14684         actually exists is libiberty, then set target_configdirs to empty,
14685         to avoid trying to build a target libiberty in a gas or gdb
14686         distribution.
14688 Tue Oct 31 17:52:39 1995  J.T. Conklin  <jtc@slave.cygnus.com>
14690         * configure.in (host_makefile_frag): Use m68k-sun-sunos* instead
14691         of m68k-sun-* when selecting mh-sun3 to avoid matching NetBSD/sun3
14692         systems.
14694 Tue Oct 31 16:57:32 1995  Jim Wilson  <wilson@chestnut.cygnus.com>
14696         * configure.in (copy_dirs): Use sys-include instead of include
14697         for --with-headers option.
14699 Tue Oct 31 10:29:36 1995  steve chamberlain  <sac@slash.cygnus.com>
14701         * Makefile.in, configure.in: Make winsup builds work with
14702         new scheme.
14704 Mon Oct 30 18:57:09 1995  Ian Lance Taylor  <ian@cygnus.com>
14706         * configure.in: Build the linker on AIX.
14708 Mon Oct 30 12:27:16 1995  Per Bothner  <bothner@kalessin.cygnus.com>
14710         * Makefile.in (CC_FOR_TARGET, CXX_FOR_TARGET):  Add $(TARGET_SUBDIR)
14711         where needed.
14713 Mon Oct 30 12:45:25 1995  Doug Evans  <dje@cygnus.com>
14715         * Makefile.in (all-gcc): Fix typo.
14717 Sat Oct 28 10:27:59 1995  Per Bothner  <bothner@kalessin.cygnus.com>
14719         * Makefile.in ($(CHECK_TARGET_MODULES)):  Fix typo.
14721 Fri Oct 27 23:14:12 1995  Per Bothner  <bothner@kalessin.cygnus.com>
14723         * configure.in:  Rename libFOO to target-libFOO, and xiberty
14724         to target-xiberty, to provide more flexibility.
14725         (target_subdir):  Define.  Create if cross.
14726         Set TARGET_SUBDIR in Makefile to ${target_subdir}.
14727         * Makefile.in:  Rename all-libFOO -> all-target-libFOO, all-xiberty
14728         -> all-target-libiberty, configure-libFOO -> configure-target-libFOO,
14729         check-libFOO -> check-target-libFOO, etc.
14730         ($(DO_X)):  Iterate over TARGET_CONFIGDIRS after SUBDIRS.
14731         ($(CONFIGURE_TARGET_MODULES), $(CHECK_TARGET_MODULES),
14732         $(ALL_TARGET_MODULES), $(INSTALL_TARGET_MODULES)): Update accordingly.
14733         (configure-target-XXX):  Depend on $(ALL_GCC), not all-gcc, to
14734         allow ALL_GCC="" to only configure.
14735         (DEVO_SUPPORT):  Add cfg-ml-com.in and cfg-ml-pos.in.
14736         (ETC_SUPPORT, ETC_SUPPORT_PFX):  Merge;  update 'taz' accordingly.
14737         (LIBGXX_SUPPORT_DIRS):  Remove xiberty.
14739 Sat Oct 28 01:53:49 1995  Ken Raeburn  <raeburn@cygnus.com>
14741         * Makefile.in (taz): Build "info" in etc explicitly.
14743 Fri Oct 27 09:32:30 1995  Stu Grossman  (grossman@cygnus.com)
14745         * configure.in:  Make sure that CC is undefined (as opposed to
14746         null) if toplevel/config/mh-{host} doesn't define it.  Fixes a
14747         problem with autoconf trying to configure on a host without GCC.
14749 Thu Oct 26 22:35:01 1995  Stan Shebs  <shebs@andros.cygnus.com>
14751         * mpw-configure: Set host alias from choice of host compiler,
14752         only use generic MPW Makefile sed if present, edit a file
14753         named "hacked_Makefile.in" instead of "Makefile.in" if present.
14754         * mpw-README: Add problem notes about CW6 and CW7.
14756 Thu Oct 26 05:45:10 1995  Ken Raeburn  <raeburn@kr-pc.cygnus.com>
14758         * Makefile.in (taz): Use ";" instead of ";;".
14760 Wed Oct 25 15:18:24 1995  Per Bothner  <bothner@kalessin.cygnus.com>
14762         * Makefile.in (taz):  Grep for '^diststuff:' or '^info:' in
14763         sub-directory Makefiles, instead of using DISTSTUFFDIRS and
14764         DISTDOCDIRS.
14765         (DISTSTUFFDIRS, DISTDOCDIRS):  Removed - no longer used.
14766         (newlib.tar.gz):  Don't pass DISTDOCDIRS to recursive make.
14768 Wed Oct 25 14:43:55 1995  Per Bothner  <bothner@kalessin.cygnus.com>
14770         * Makefile.in (DISTDOCDIRS):  Remove ld gprof bnutils gas libg++ gdb
14771         and gnats, because they are now subsumed by DISTSTUFFDIRS.
14772         Move bfd to DISTSTUFFDIRS.
14774 Tue Oct 24 18:19:09 1995  Jason Molenda  (crash@phydeaux.cygnus.com)
14776         * Makefile.in (X11_LIB): Removed.
14777         (X11_FLAGS_TO_PASS): pass only X11_EXTRA_CFLAGS and X11_EXTRA_LIBS.
14779         * configure.in (host_makefile_frag): mh-aix & mh-sun removed.
14781 Sun Oct 22 13:04:42 1995  Michael Meissner  <meissner@tiktok.cygnus.com>
14783         * cfg-ml-com.in (powerpc*): Shorten some of the multilib directory
14784         names.
14786 Fri Oct 20 18:02:10 1995  Michael Meissner  <meissner@tiktok.cygnus.com>
14788         * cfg-ml-com.in (powerpc*-eabi*): Add mcall-aixdesc varients.
14790 Thu Oct 19 10:40:57 1995  steve chamberlain  <sac@slash.cygnus.com>
14792         * configure.in (i[345]86-*-win32): Always build newlib.
14793         Don't configure cvs, autoconf or texinfo.
14794         * Makefile.in (LD_FOR_TARGET): New.
14795         (BASE_FLAGS_TO_PASS, EXTRA_TARGET_FLAGS, CONFIGURE_TARGET_MODULES):
14796         Pass down LD_FOR_TARGET.
14798 Wed Oct 18 15:53:56 1995  steve chamberlain  <sac@slash.cygnus.com>
14800         * winsup: New directory.
14801         * Makefile.in: Build winsup.
14802         * configure.in: Winsup is configured when target is win32.
14803         Can only build win32 target GDB when native.
14805 Mon Oct 16 09:42:31 1995  Jeffrey A Law  (law@cygnus.com)
14807         * config.guess: Recognize HP model 819 machines as having
14808         a PA 1.1 processor.
14810 Mon Oct 16 10:49:43 1995  Ian Lance Taylor  <ian@cygnus.com>
14812         * configure: Fix sed loop which substitutes for CC and CXX to
14813         avoid bug found in various sed implementations.
14815 Wed Oct 11 16:16:20 1995  Michael Meissner  <meissner@tiktok.cygnus.com>
14817         * cfg-ml-com.in (powerpc-*-eabisim): Delete separate rule for
14818         simulator.  Use standard powerpc-*-eabi*.
14820 Mon Oct  9 17:21:56 1995  Ian Lance Taylor  <ian@cygnus.com>
14822         * configure.in: Stop putting gas and binutils in noconfigdirs for
14823         powerpc-*-aix* and rs6000-*-*.
14825 Mon Oct  9 12:38:40 1995  Michael Meissner  <meissner@cygnus.com>
14827         * cfg-ml-com.in (powerpc*-*-eabisim*): Add support for building
14828         -mcall-aixdesc libraries.
14830 Fri Oct  6 16:17:57 1995  Ken Raeburn  <raeburn@cygnus.com>
14832         Mon Sep 25 22:49:32 1995  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
14834         * config.sub (arm | armel | armeb): Fix shell syntax.
14836 Fri Oct  6 14:40:28 1995  Michael Meissner  <meissner@tiktok.cygnus.com>
14838         * cfg-ml-com.in ({powerpc,rs6000}-ibm-aix*): Add multilibs for
14839         -msoft-float and -mcpu=common support.
14840         (powerpc*-*-eabisim*): Add support for building -mcall-aix
14841         libraries.
14843 Thu Oct  5 13:26:37 1995  Brendan Kehoe  <brendan@lisa.cygnus.com>
14845         * configure.in: Allow configuration and build of emacs19 for the alpha.
14847 Wed Oct  4 22:05:36 1995  Jason Molenda  (crash@phydeaux.cygnus.com)
14849         * configure.in (CC): Get ^CC, not just any old CC, from
14850         ${host_makefile_frag}.
14852 Wed Oct  4 21:55:00 1995  Jason Molenda  (crash@phydeaux.cygnus.com)
14854         * configure.in (CC): Try to get CC from
14855         ${srcdir}/${host_makefile_frag}, not ${host_makefile_frag}.
14857 Wed Oct  4 21:44:12 1995  Jason Molenda  (crash@phydeaux.cygnus.com)
14859         * Makefile.in (TARGET_CONFIGDIRS): configure targetdirs
14860         only if it exists in $(srcdir).
14862 Wed Oct  4 11:52:31 1995  Ian Lance Taylor  <ian@cygnus.com>
14864         * configure: If CC and CXX are not set in the environment, set
14865         them, based on either an existing Makefile or on searching for gcc
14866         in PATH.  Substitute for CC and CXX in Makefile.
14867         * configure.in: Remove libm from target_libs.  Separate
14868         target_configdirs from configdirs.  If CC is not set in
14869         environment, try to get it from a host Makefile fragment.  Rewrite
14870         changes of configdirs to use skipdirs instead.  A few minor
14871         tweaks.  Take directories out of target_configdirs as they are
14872         taken out of configdirs.  Remove existing Makefile files from
14873         subdirectories.  Substitute for TARGET_CONFIGDIRS and
14874         CONFIG_ARGUMENTS in Makefile.
14875         * Makefile.in (TARGET_CONFIGDIRS): New variable, automatically set
14876         by configure.in.
14877         (CONFIG_ARGUMENTS): Likewise.
14878         (CONFIGURE_TARGET_MODULES): New variable.
14879         ($(DO_X)): Loop over TARGET_CONFIGDIRS as well as SUBDIRS.
14880         ($(CONFIGURE_TARGET_MODULES)): New target.
14881         (configure-libg++, configure-libio): New targets.
14882         (all-libg++): Depend upon configure-libg++.
14883         (all-libio): Depend upon configure-libio.
14884         (configure-libgloss, all-libgloss): New targets.
14885         (configure-libstdc++): New target.
14886         (all-libstdc++): Depend upon configure-libstdc++.
14887         (configure-librx, all-librx): New targets.
14888         (configure-newlib): New target.
14889         (all-newlib): Depend upon configure-newlib
14890         (configure-xiberty): New target.
14891         (all-xiberty): Depend upon configure-xiberty.
14893 Sat Sep 30 04:32:59 1995  Jason Molenda (crash@phydeaux.cygnus.com)
14895         * configure.in (host i[345]86-*-win32):  Expand the
14896         noconfigdirs again.
14898 Thu Sep 28 21:18:49 1995  Stan Shebs  <shebs@andros.cygnus.com>
14900         * mpw-configure: Fix sed command file name.
14902 Thu Sep 28 17:39:56 1995  steve chamberlain  <sac@slash.cygnus.com>
14904         * configure.in (host i[345]86-*-win32): Reduce the
14905         noconfigdirs again.
14907 Wed Sep 27 12:24:00 1995  Ian Lance Taylor  <ian@cygnus.com>
14909         * configure.in: Don't configure ld and gdb for powerpc*-*-winnt*
14910         or powerpc*-*-pe*, since they are not yet supported.
14912 Tue Sep 26 14:30:01 1995  Stan Shebs  <shebs@andros.cygnus.com>
14914         Add PowerMac support and many other enhancements.
14915         * mpw-configure: New option --cc to select compiler to use,
14916         paste options set according to --cc into the generated
14917         Makefile, generate the Makefile by sed'ing the Unix Makefile.in
14918         if mpw-make.sed is present.
14919         * mpw-config.in: Don't test for gC1, test for mpw-touch,
14920         add forward includes for PowerPC include files.
14921         * mpw-build.in: Build using Makefile.PPC if present.
14922         (do-byacc, etc): Remove separate version resource builds.
14923         (do-gas): Build "stamps" before "all".
14924         (do-gcc): Build "stamps-h" and "stamps-c" before "all".
14925         * mpw-README: Update to reflect --cc option, PowerMac support,
14926         and recently-reported compatibility problems.
14928 Fri Sep 22 12:15:42 1995  Doug Evans  <dje@deneb.cygnus.com>
14930         * cfg-ml-com.in (m68*-*-*): Only build multilibs for
14931         embedded m68k systems (-aout, -coff, -elf, -vxworks).
14932         (--with-multilib-top): Pass to recursive invocations.
14934 Tue Sep 19 13:51:05 1995  J.T. Conklin  <jtc@blues.cygnus.com>
14936         * configure.in (noconfigdirs): Disable libg++ and libstdc++ on
14937         v810-*-*.
14939 Mon Sep 18 23:08:26 1995  J.T. Conklin  <jtc@rtl.cygnus.com>
14941         * configure.in (noconfigdirs): Disable bfd, binutils, gas, gcc,
14942         gdb, ld and opcodes on v810-*-*.
14944 Tue Sep 12 18:03:31 1995  Ian Lance Taylor  <ian@cygnus.com>
14946         * Makefile.in (DO_X): Change do-realclean to do-maintainer-clean.
14947         (local-maintainer-clean): New target.
14948         (maintainer-clean): New target.
14949         (realclean): Just depend upon maintainer-clean.
14951 Fri Sep  8 17:11:14 1995  J.T. Conklin  <jtc@rtl.cygnus.com>
14953         * configure.in (noconfigdirs): Disable gdb on m68k-*-netbsd*.
14955 Fri Sep  8 16:46:29 1995  Ian Lance Taylor  <ian@cygnus.com>
14957         * configure.in: Build ld in mips*-*-bsd* case.
14959 Thu Sep  7 20:03:41 1995  Ken Raeburn  <raeburn@cygnus.com>
14961         * config.sub: Accept -lites* OS.  From Ian Dall.
14963 Fri Sep  1 08:06:58 1995  James G. Smith  <jsmith@beauty.cygnus.com>
14965         * config.sub: recognise mips64vr4300 and mips64vr4300el as valid
14966         targets.
14968 Wed Aug 30 21:06:50 1995  Jason Molenda  (crash@phydeaux.cygnus.com)
14970         * configure.in: treat i386-win32 canadian cross the same as
14971         i386-go32 canadian cross.
14973 Thu Aug 24 14:53:20 1995  Michael Meissner  <meissner@tiktok.cygnus.com>
14975         * cfg-ml-com.in (powerpc*-*-eabisim): Add support for PowerPC
14976         running under the simulator to build a reduced set of libraries.
14977         (powerpc-*-eabiaix): Add fine grained multilib support added to
14978         other powerpc targets yesterday.
14980 Wed Aug 23 09:41:56 1995  Michael Meissner  <meissner@tiktok.cygnus.com>
14982         * cfg-ml-com.in (powerpc*): Add support for -disable-biendian,
14983         -disable-softfloat, -disable-relocatable, -disable-aix, and
14984         -disable-sysv to control which multilib libraries get built.
14986 Thu Aug 17 16:03:41 1995  Ken Raeburn  <raeburn@kr-laptop.cygnus.com>
14988         * configure: Add Makefile.tem to list of files to remove in trap
14989         handler.
14991 Mon Aug 14 19:27:56 1995  Per Bothner  <bothner@kalessin.cygnus.com>
14993         * config.guess (*Linux*):  Add missing "exit"s.
14994         Also, need specific check for alpha-unknown-linux (uses COFF).
14996 Fri Aug 11 15:38:20 1995  Per Bothner  <bothner@kalessin.cygnus.com>
14998         * config.guess:  Merge with FSF:
15000         Wed Jun 28 17:57:27 1995  David Edelsohn  <edelsohn@mhpcc.edu>
15001         * config.guess (AIX4): More robust release numbering discovery.
15003         Thu Jun 22 19:01:24 1995  Kenneth Stailey  (kstailey@eagle.dol-esa.gov)
15004         * config.guess (i386-sequent-ptx): Properly get version number.
15006         Thu Jun 22 18:36:42 1995  Uwe Seimet  (seimet@iris1.chemie.uni-kl.de)
15007         * config.guess (mips:*:4*:UMIPS): New case.
15009 Mon Aug  7 09:21:35 1995  Doug Evans  <dje@canuck.cygnus.com>
15011         * configure.in (i386-go32 host): Fix typo (deja-gnu -> dejagnu).
15012         (i386-win32 host): Likewise.  Don't build readline.
15014 Sat Aug  5 09:51:49 1995  Fred Fish  <fnf@rtl.cygnus.com>
15016         * Makefile.in (GDBTK_SUPPORT_DIRS):  Define and pass as part of
15017         SUPPORT_FILES to submakes.
15019 Fri Aug  4 13:04:36 1995  Fred Fish  <fnf@cygnus.com>
15021         * Makefile.in (GDB_SUPPORT_DIRS): Add utils.
15022         (DEVO_SUPPORT): Add mpw-README, mpw-build.in, mpw-config.h and
15023         mpw-configure.
15025 Wed Aug  2 16:32:40 1995  Ken Raeburn  <raeburn@cygnus.com>
15027         * configure.in (appdirs): Use =, not ==, in test expression when
15028         trying to build the text to print in the warning message for
15029         Solaris users.
15031 Mon Jul 31 09:56:18 1995  steve chamberlain  <sac@slash.cygnus.com>
15033         * cfg-ml-com.in (z8k-*-coff): Add 'std' multilib build.
15035 Fri Jul 28 00:16:31 1995  Jeffrey A. Law  <law@rtl.cygnus.com>
15037         * config.guess: Recognize lynx-2.3.
15039 Thu Jul 27 15:47:59 1995  steve chamberlain  <sac@slash.cygnus.com>
15041         * config.sub (z8ksim): Deleted
15042         (z8k-*-coff): New, this is the one true name of the target.
15044 Thu Jul 27 14:33:33 1995  Doug Evans  <dje@canuck.cygnus.com>
15046         * cfg-ml-pos.in (dotdot): Work around SunOS sed bug.
15048 Thu Jul 27 13:31:05 1995  Fred Fish  (fnf@cygnus.com)
15050         * config.guess (*:Linux:*:*): First try asking the linker what the
15051         default object file format is (elf, aout, or coff).  Then if this
15052         fails, try previous methods.
15054 Thu Jul 27 11:28:17 1995  J.T. Conklin  <jtc@rtl.cygnus.com>
15056         * configure.in: Don't build newlib for *-*-vxworks5.1.
15058 Thu Jul 27 11:18:47 1995  Brendan Kehoe  <brendan@lisa.cygnus.com>
15060         * configure.in: Don't build newlib for a29k-*-vxworks5.1.
15061         * test-build.mk: Add setting of --with-headers for a29k-vxworks5.1.
15063 Tue Jul 25 21:25:39 1995  Doug Evans  <dje@canuck.cygnus.com>
15065         * cfg-ml-pos.in (MULTITOP): Trim excess trailing "/.".
15067 Fri Jul 21 10:41:12 1995  Doug Evans  <dje@canuck.cygnus.com>
15069         * cfg-ml-com.in: New file.
15070         * cfg-ml-pos.in: New file.
15072 Wed Jul 19 00:37:27 1995  Jeffrey A. Law  <law@rtl.cygnus.com>
15074         * COPYING.NEWLIB: Add HP free copyright to list.
15076 Tue Jul 18 10:58:51 1995  Michael Meissner  <meissner@tiktok.cygnus.com>
15078         * config.sub: Recognize -eabi* for the system, not just -eabi.
15080 Mon Jul  3 13:44:51 1995  Steve Chamberlain  <sac@slash.cygnus.com>
15082         * Makfile.in (DLLTOOL_FOR_TARGET): New name, pass it down.
15083         * config.sub, configure.in (win32): New target and host.
15085 Wed Jun 28 23:57:08 1995  Steve Chamberlain  <sac@slash.cygnus.com>
15087         * configure.in: Add i386-pe configuration.
15089 Fri Jun 23 14:28:44 1995  Stan Shebs  <shebs@andros.cygnus.com>
15091         * mpw-build.in (install): Install GDB after LD.
15093 Thu Jun 22 17:10:53 1995  Stan Shebs  <shebs@andros.cygnus.com>
15095         * mpw-config.in (elf/mips.h): Always forward-include, needed
15096         for GDB to build.
15098 Wed Jun 21 15:17:30 1995  Rob Savoye  <rob@darkstar.cygnus.com>
15100         * testsuite: New directory for customer acceptance and whole tool
15101         chain tests.
15103 Wed Jun 21 16:50:29 1995  Ken Raeburn  <raeburn@cujo.cygnus.com>
15105         * configure: If per-host line isn't found, but AC_OUTPUT is found
15106         and a configure script exists, run it instead.
15108 Thu Jun 15 21:09:24 1995  Per Bothner  <bothner@kalessin.cygnus.com>
15110         * config.guess:  Update from FSF, for alpha-dec-winnt3.5 and  Crays.
15112 Tue Jun 13 21:43:27 1995  Rob Savoye  <rob@darkstar.cygnus.com>
15114         * configure: Set build_{cpu,vendor,os,alias} to host values when
15115         --build isn't specified.
15117 Mon Jun  5 18:26:36 1995  Jason Merrill  <jason@phydeaux.cygnus.com>
15119         * Makefile.in (PICFLAG, PICFLAG_FOR_TARGET): New macros.
15120         (FLAGS_TO_PASS): Pass them.
15121         (EXTRA_TARGET_FLAGS): Ditto.
15123 Wed May 31 22:27:42 1995  Jim Wilson  <wilson@chestnut.cygnus.com>
15125         * Makefile.in (all-libg++): Depend on all-libstdc++.
15127 Thu May 25 22:40:59 1995  J.T. Conklin  <jtc@rtl.cygnus.com>
15129         * configure.in (noconfigdirs): Enable all packages for
15130           i386-unknown-netbsd.
15132 Sat May 20 13:22:31 1995  Angela Marie Thomas  <angela@cirdan.cygnus.com>
15134         * configure.in (noconfigdirs): Don't configure tk for i386-go32
15135         hosted builds (DOS builds)
15137 Thu May 18 18:08:49 1995  Ken Raeburn  <raeburn@kr-laptop.cygnus.com>
15139         Changes for ARM based on patches from Richard Earnshaw:
15140         * config.sub: Handle armeb and armel.
15141         * configure.in: Omit arm linker only for riscix.
15143 Thu May 11 17:23:26 1995  Per Bothner  <bothner@kalessin.cygnus.com>
15145         * config.guess:  Update from FSF.
15147 Tue May  9 15:52:05 1995  Michael Meissner  <meissner@cygnus.com>
15149         * config.sub: Recognize powerpcle as the little endian variant of
15150         the PowerPC.  Recgonize ppc as a PowerPC variant, and ppcle as a
15151         powerpcle variant.  Convert pentium into i586, not i486.  Add p5
15152         alias for i586.  Map new x86 variants p6, k5, nexgen into i586
15153         temporarily.
15155 Tue May  2 16:29:41 1995  Jeff Law  (law@snake.cs.utah.edu)
15157         * configure.in (hppa*-*-lites*): Treat like hppa*-*-*elf*.
15159 Sun Apr 30 21:38:09 1995  Jeff Law  (law@snake.cs.utah.edu)
15161         * config.sub: Accept -lites* as a basic system type.
15163 Thu Apr 27 11:33:29 1995  Michael Meissner  (meissner@cygnus.com)
15165         * config.guess (*:Linux:*:*): Check for whether the pre-BFD linker is
15166         installed, and if so return linuxoldld as the system name.
15168 Wed Apr 26 10:59:02 1995  Jeff Law  (law@snake.cs.utah.edu)
15170         * config.guess: Add hppa1.1-hp-lites support.
15172 Tue Apr 25 11:08:11 1995  Rob Savoye  <rob@darkstar.cygnus.com>
15174         * configure.in: Don't build newlib for m68k-vxworks5.1.
15176 Wed Apr 19 17:02:43 1995  Jim Wilson  <wilson@chestnut.cygnus.com>
15178         * configure.in (mips-sgi-irix6): Use mh-irix5.
15180 Fri Apr 14 15:21:17 1995  Doug Evans  <dje@chestnut.cygnus.com>
15182         * Makefile.in (all-gcc): Depend on all-ld (for libgcc1-test).
15184 Wed Apr 12 16:06:01 1995  Jason Merrill  <jason@phydeaux.cygnus.com>
15186         * test-build.mk: Enable building of shared libraries on IRIX 5 and
15187         OSF/1.  Fix compiler flags.
15188         * build-all.mk: Support Linux and OSF/1 3.0.  Fix compiler flags.
15190 Tue Apr 11 18:55:40 1995  Doug Evans  <dje@canuck.cygnus.com>
15192         * configure.in: Recognize --with-newlib.
15193         (sparc-*-sunos4*): Build sim, dejagnu, expect, tcl if cross target.
15195 Mon Apr 10 14:38:20 1995  Jason Molenda (crash@phydeaux.cygnus.com)
15197         * Makefile.in: move {all,check,install}-gdb from *_MODULES
15198         to *_X11_MODULES due to gdbtk needing X include files et al.
15200 Mon Apr 10 11:42:22 1995  Stan Shebs  <shebs@andros.cygnus.com>
15202         Merge in support for Mac MPW as a host.
15203         (Old change descriptions retained for informational value.)
15205         * mpw-config.in: Add generic include forwards for cpu-specific
15206         include files in aout and elf directories.
15208         * mpw-configure: Added copyright.
15209         * mpw-config.in: Check for presence of required build tools.
15210         (target_libs): Add newlib.
15211         (target_tools): Add examples.
15212         (Read Me): Generate as "Read Me for MPW" instead.
15213         * mpw-build.in: Base sub-builds on all-foo instead of do-foo.
15214         (all-byacc, do-byacc, all-flex, do-flex, do-newlib): New actions.
15215         (do-gas, do-gcc, do-gdb, do-ld): Build Version.r first.
15217         * mpw-configure: Remove subdir-specific makefile hackery,
15218         delete mk.tmp after using it.
15220         * mpw-build.in (all): Display start and end times.
15222         * mpw-configure (host_canonical): Set.
15223         (target_cpu): Always add to makefiles.
15224         (ARCHDEFS, EMUL): Add to makefile only if nonempty.
15225         (TM_FILE, XM_FILE, NM_FILE): No longer add to makefile.
15226         (mpw-mh-mpw): Look for in srcdir and srcroot.
15227         Use sed instead of mpw-edit-prefix to edit prefix definitions.
15229         * mpw-build.in: (install-only): New target.
15231         * mpw-configure (host_alias, target_alias): Rename from hostalias
15232         and targetalias, add into generated Makefile.
15233         (mk.tmp): If present, add into generated Makefile.
15234         * mpw-build.in (all-gas): Build config.h first before gas proper.
15236         * mpw-configure (config.status): Write only if changed.
15237         * mpw-config.in (readline): Configure it (not built, just used for
15238         definitions).
15240         * mpw-config.in (elf/mips.h): Add a forward include.
15242         * mpw-config.in: Forward-include most .h files in include into
15243         extra-include.
15244         (readline): Don't build.
15245         mpw-build.in (install): Install GDB.
15247         * mpw-configure (prefix, mpw_prefix): Handle it.
15248         * mpw-config.in (mmalloc, readline): Don't configure.
15249         * mpw-build.in (thisscript): Rename to ThisScript.
15250         Use mpw-build instead of BuildProgram everywhere.
15251         (mmalloc, readline): Don't build.
15252         * mpw-README: New file, basic documentation about the MPW port.
15254         * mpw-config.in: Use forward-include to create include files.
15256         * mpw-configure: Add more things to the top of each configured
15257         Makefile, including contents of config/mpw-mh-mpw.
15258         * mpw-config.in (extra-include): Create this directory and fill it
15259         with Posix-like include files when configuring.
15261         * config.sub (apple, mac, mpw): Add various aliases.
15263         * mpw-build.in: New file, top-level build script fragment for MPW.
15264         * mpw-configure: New file, configure script for MPW.
15265         * mpw-config.in: New file, config fragment for MPW.
15267 Fri Apr  7 19:33:16 1995  Jim Kingdon  (kingdon@lioth.cygnus.com)
15269         * configure.in (host_libs): Remove glob, since it is gone from the
15270         sources.
15272 Fri Mar 31 11:36:17 1995  Jason Molenda  (crash@phydeaux.cygnus.com)
15274         * Makefile.in: define empty GDB_NLM_DEPS var.
15276         * configure.in(target_makefile_frag): use config/mt-netware
15277         for netware targets.
15279 Thu Mar 30 13:51:43 1995  Ian Lance Taylor  <ian@cygnus.com>
15281         * config.sub: Merge in recent FSF changes.  Remove linux special
15282         cases.
15284 Tue Mar 28 14:47:34 1995  Jason Molenda (crash@phydeaux.cygnus.com)
15286         Revert this change:
15288         Tue Mar 30 10:03:09 1993  Ian Lance Taylor  (ian@cygnus.com)
15290                 * build-all.mk: Use CC=cc -Xs on Solaris.
15292 Tue Mar 21 10:43:32 1995  Jim Kingdon  (kingdon@lioth.cygnus.com)
15294         * glob/*: Removed.  Schauer's 24 Feb 1994 readline change made us
15295         stop using it.
15296         * Makefile.in: Nuke all references to glob subdirectory.
15298 Thu Mar 16 13:35:30 1995  Jason Merrill  <jason@phydeaux.cygnus.com>
15300         * configure.in: Fix --enable-shared logic in per-host.
15302 Mon Mar 13 12:33:15 1995  Ian Lance Taylor  <ian@cygnus.com>
15304         * configure.in (*-hp-hpux[78]*): Use mh-hpux8.
15306 Mon Mar  6 10:21:58 1995  Jim Kingdon  (kingdon@lioth.cygnus.com)
15308         * configure.in (noconfigdirs): Don't build gas on AIX, for
15309         powerpc*-*-aix* as well as for rs6000*-*-aix*.
15311 Wed Mar  1 12:51:53 1995  Ian Lance Taylor  <ian@cygnus.com>
15313         * configure: Fix --cache-file to work if the file argument is a
15314         relative path.
15316 Tue Feb 28 17:36:07 1995  Ian Lance Taylor  <ian@cygnus.com>
15318         * configure: If the --cache-file is used, pass it down to
15319         configure in subdirectories.
15321 Mon Feb 27 12:52:46 1995  Kung Hsu  <kung@mexican.cygnus.com>
15323         * config.sub: add vxworks29k configuration.
15325 Fri Feb 10 16:12:26 1995  Ken Raeburn  <raeburn@cujo.cygnus.com>
15327         * Makefile.in (taz): Do "diststuff" part quietly.
15329 Sun Feb  5 14:16:35 1995  Doug Evans  <dje@canuck.cygnus.com>
15331         * config.sub: Mini-merge with gcc/config.sub.
15333 Sat Feb  4 12:11:35 1995  Jim Wilson  <wilson@chestnut.cygnus.com>
15335         * config.guess (IRIX): Sed - to _.
15337 Fri Feb  3 11:54:42 1995  J.T. Conklin  <jtc@rtl.cygnus.com>
15339         * Makefile.in (source-vault, binary-vault): New targets.
15341 Thu Jan 26 13:00:11 1995  Michael Meissner  <meissner@cygnus.com>
15343         * config.sub: Recognize -eabi as a basic system type.
15345 Thu Jan 12 13:13:23 1995  Jason Merrill  <jason@phydeaux.cygnus.com>
15347         * configure.in (enable_shared stuff): Fix typo.
15349 Thu Jan 12 01:36:51 1995  deanm@medulla.LABS.TEK.COM (Dean Messing)
15351         * Makefile.in (BASE_FLAGS_TO_PASS): Fix typo in passing LIBCXXFLAGS*.
15353 Wed Jan 11 16:29:53 1995  Jason Merrill  <jason@phydeaux.cygnus.com>
15355         * Makefile.in (LIBCXXFLAGS_FOR_TARGET): Add -fno-implicit-templates.
15357 Mon Jan  9 12:48:01 1995  Jim Kingdon  <kingdon@lioth.cygnus.com>
15359         * configure.in (rs6000-*-*): Don't build gas.
15361 Wed Jan  4 23:53:49 1995  Ian Lance Taylor  <ian@tweedledumb.cygnus.com>
15363         * Makefile.in: Use /x/x/ instead of /brokensed/brokensed/, to
15364         reduce command line length.
15365         (AS_FOR_TARGET): Check for as.new, not Makefile.
15366         (NM_FOR_TARGET): Check for nm.new, not Makefile.
15368 Wed Jan  4 13:02:39 1995  Per Bothner  <bothner@kalessin.cygnus.com>
15370         * config.guess:  Merge from FSF.
15372 Thu Dec 15 17:11:37 1994  Ian Lance Taylor  <ian@sanguine.cygnus.com>
15374         * configure: Don't use $ when handling program_suffix.
15376 Mon Dec 12 12:09:37 1994  Stu Grossman  (grossman@cygnus.com)
15378         * configure.in:  Configure tk for hppa/hpux.
15380 Fri Dec  2 15:55:38 1994  Per Bothner  <bothner@kalessin.cygnus.com>
15382         * Makefile.in (LIBGXX_SUPPORT_DIRS):  Add libstdc++.
15384 Tue Nov 29 19:37:56 1994  Per Bothner  <bothner@kalessin.cygnus.com>
15386         * Makefile.in:  Move -fno-implicit-template from CXXFLAGS
15387         to LIBCXXFLAGS.  Tests are better run without it.
15389 Wed Nov 23 10:29:25 1994  Brendan Kehoe  (brendan@lisa.cygnus.com)
15391         * Makefile.in (all-ispell): Depend on all-emacs19 instead of all-emacs.
15393 Mon Nov 21 11:14:01 1994  J.T. Conklin  <jtc@rtl.cygnus.com>
15395         * configure.in (*-*-netware*): Don't configure xiberty.
15397 Mon Nov 14 08:49:15 1994  Stu Grossman  (grossman@cygnus.com)
15399         * configure.in:  Remove tk from native_only list.
15401 Fri Nov 11 15:31:26 1994  Bill Cox  (bill@rtl.cygnus.com)
15403         * build-all.mk: Add mips-ncd-elf target to sun4 targets
15404           for special NCD build.
15406 Mon Nov  7 20:58:17 1994  Ken Raeburn  <raeburn@cujo.cygnus.com>
15408         * Makefile.in (DEVO_SUPPORT): Remove configure.bat and
15409         makeall.bat, they're only useful for binutils snapshots.
15410         (binutils.tar.gz, gas+binutils.tar.gz): Add configure.bat and
15411         makeall.bat to specified SUPPORT_FILES.
15413 Mon Nov  7 17:25:18 1994  Bill Cox  (bill@cirdan.cygnus.com)
15415         * build-all.mk: Add Ericsson targets to sun4 and solaris
15416           hosts.  Add  BNR's sun4 target to solaris host, so their
15417           build-from-source will be tested in-house first.
15419 Sat Nov  5 18:43:30 1994  Jason Merrill  (jason@phydeaux.cygnus.com)
15421         * Makefile.in (LIBCFLAGS): New variable.
15422         (CFLAGS_FOR_TARGET): Ditto.
15423         (LIBCFLAGS_FOR_TARGET): Ditto.
15424         (LIBCXXFLAGS): Ditto.
15425         (CXXFLAGS_FOR_TARGET): Ditto.
15426         (LIBCXXFLAGS_FOR_TARGET): Ditto.
15427         (BASE_FLAGS_TO_PASS): Pass them.
15428         (EXTRA_TARGET_FLAGS): Ditto.
15430         * configure.in: Support --enable-shared.
15432 Sat Nov  5 15:44:00 1994  Per Bothner  <bothner@kalessin.cygnus.com>
15434         * configure.in (target_libs):  Include libstdc++ again.
15435         * config.guess:  Update from FSF (for FreeBSD).
15437 Thu Nov  3 16:32:30 1994  Ken Raeburn  <raeburn@cujo.cygnus.com>
15439         * Makefile.in (DEVO_SUPPORT): Include configure.bat and
15440         makeall.bat.
15441         (DISTDOCDIRS): Add `etc'.
15442         (ETC_SUPPORT_PFX): New variable.
15443         (taz): Include anything from etc starting with a word in
15444         ETC_SUPPORT_PFX.
15446 Wed Oct 26 16:19:35 1994  Ian Lance Taylor  <ian@sanguine.cygnus.com>
15448         * config.sub: Update for recent FSF changes.  Remove obsolete
15449         h8300hds entry.  Add -windows* and -osx as basic os.  Minor
15450         spacing changes.
15452 Thu Oct 20 18:41:56 1994  Per Bothner  <bothner@kalessin.cygnus.com>
15454         * configure.in (target_libs):  Remove libstdc++ for libg++-2.6.1.
15456         * config.guess:  Merge with FSF.
15457         * configure.in:  Match on i?86-ncr-sysv4.3, not i?86-ncr-sysv43.
15459 Thu Oct 20 19:26:56 1994  Ken Raeburn  <raeburn@cujo.cygnus.com>
15461         * configure: Since the "trap 0" handler will override the exit
15462         status on many systems, only use it for "exit 1", and make it set
15463         a non-zero exit status; reset it before "exit 0".  Also, check
15464         exit status of config.sub, and error out if it failed.
15466 Wed Oct 19 18:49:55 1994  Rob Savoye  (rob@cygnus.com)
15468         * Makefile.in: (ALL_TARGET_MODULES,INSTALL_TARGET_MODULES) Build
15469         and install libgloss.
15471 Tue Oct 18 15:25:24 1994  Ian Lance Taylor  <ian@sanguine.cygnus.com>
15473         * Makefile.in (all-binutils): Depend upon all-byacc.
15475         * configure.in: Don't build emacs on Irix 5.
15477 Mon Oct 17 16:22:12 1994  J.T. Conklin  (jtc@phishhead.cygnus.com)
15479         * configure.in (*-*-netware*): Add libio.
15481 Thu Oct 13 15:51:20 1994  Jason Merrill  (jason@phydeaux.cygnus.com)
15483         * Makefile.in (ALL_TARGET_MODULES): Add libstdc++.
15484         (CHECK_TARGET_MODULES): Ditto.
15485         (INSTALL_TARGET_MODULES): Ditto.
15486         (TARGET_LIBS): Ditto.
15487         (all-libstdc++): Note dependencies.
15489 Thu Oct 13 01:43:08 1994  Ken Raeburn  <raeburn@cujo.cygnus.com>
15491         * Makefile.in (BINUTILS_SUPPORT_DIRS): Add gas.
15493 Tue Oct 11 12:12:29 1994  Jason Merrill  (jason@phydeaux.cygnus.com)
15495         * Makefile.in (CXXFLAGS): Use -fno-implicit-templates instead of
15496         -fexternal-templates.
15498         * configure.in (target_libs): Add libstdc++.
15499         (noconfigdirs): Add libstdc++ as appropriate.
15501 Thu Oct  6 18:00:54 1994  Per Bothner  (bothner@kalessin.cygnus.com)
15503         * config.guess:  Update from FSF.
15505 Tue Oct  4 12:05:42 1994  Ian Lance Taylor  <ian@sanguine.cygnus.com>
15507         * configure: Use ${config_shell} when running ${configsub}.
15509 Mon Oct  3 14:28:34 1994  Doug Evans  <dje@canuck.cygnus.com>
15511         * config.sub: No longer recognize h8300h.
15513 Mon Oct  3 12:40:54 1994  Ian Lance Taylor  <ian@sanguine.cygnus.com>
15515         * config.sub: Remove extraneous differences between config.sub and
15516         gcc/config.sub.
15518 Sat Oct  1 00:23:12 1994  Ken Raeburn  <raeburn@cujo.cygnus.com>
15520         * Makefile.in (DISTSTUFFDIRS): Add gas.
15522 Thu Sep 22 19:04:55 1994  Doug Evans  (dje@canuck.cygnus.com)
15524         * COPYING.NEWLIB: New file.
15526 Mon Sep 19 18:25:40 1994  Per Bothner  (bothner@kalessin.cygnus.com)
15528         * config.guess (HP-UX):  Patch from Harlan Stenn
15529         <harlan@landmark.com> to also emit release level.
15531 Wed Sep  7 13:15:25 1994  Jim Wilson  (wilson@sphagnum.cygnus.com)
15533         * config.guess (sun4*:SunOS:*:*): Change '-JL' to '_JL'.
15535 Tue Sep  6 23:23:18 1994  Per Bothner  (bothner@kalessin.cygnus.com)
15537         * config.sub:  Merge nextstep cleanup from FSF.
15539 Mon Sep  5 05:01:30 1994  Ken Raeburn  (raeburn@kr-pc.cygnus.com)
15541         * configure.in (arm-*-*): Don't configure ld for this target.
15543 Thu Sep  1 09:35:00 1994  J.T. Conklin  (jtc@phishhead.cygnus.com)
15545         * configure.in (*-*-netware): don't configure libg++, libio,
15546           librx, or newlib.
15548 Wed Aug 31 13:52:08 1994  Ian Lance Taylor  (ian@sanguine.cygnus.com)
15550         * configure.in (alpha-dec-osf*): Use osf*, not osf1*.  Don't
15551         configure ld--it works, but it doesn't support shared libraries.
15553 Sun Aug 28 18:13:45 1994  Per Bothner  (bothner@kalessin.cygnus.com)
15555         * config.guess (*-unknown-freebsd*):  Get rid of possible
15556         trailing "(Release)" in version string.
15557         Patch from Paul Richards <paul@isl.cf.ac.uk>.
15559 Sat Aug 27 15:00:49 1994  Per Bothner  (bothner@kalessin.cygnus.com)
15561         * config.guess:  Fix i486-ncr-sysv43 -> i486-ncr-sysv4.3.
15562         Fix type: *-next-neststep -> *-next-nextstep.
15564         * config.guess:  Merge from FSF:
15566         Fri Aug 26 18:45:25 1994  Philippe De Muyter (phdm@info.ucl.ac.be)
15568         * config.guess: Recognize powerpc-ibm-aix3.2.5.
15570         Wed Apr 20 06:36:32 1994  Philippe De Muyter  (phdm@info.ucl.ac.be)
15572         * config.guess: Recognize UnixWare 1.1 (UNAME_SYSTEM is SYSTEM_V
15573         instead of UNIX_SV for UnixWare 1.0).
15575 Sat Aug 27 01:56:30 1994  Stu Grossman  (grossman@cygnus.com)
15577         * Makefile.in (all-gdb):  Add dependencies on all-gcc and all-ld
15578         to make gdb/nlm/* build after the compiler and linker.
15580 Fri Aug 26 14:30:05 1994  Per Bothner  (bothner@kalessin.cygnus.com)
15582         * config.guess (netbsd, freebsd, linux):  Accept any machine,
15583         not just i[34]86.
15584         (m68k-atari-sysv4):  Relocate to match FSF version.
15586         * config.guess:  More merges from the FSF:
15588         Add a space before function call or macro invocation.
15590         Tue May 10 16:53:55 1994  Roland McGrath (roland@churchy.gnu.ai.mit.edu)
15592         * config.guess: Add trap cmd to remove dummy.c and dummy when
15593         interrupted.
15595         Wed Apr 20 18:07:13 1994  Roland McGrath (roland@churchy.gnu.ai.mit.edu)
15597         * config.guess (dummy.c): Redirect stderr for `hostinfo' command.
15598         (dummy): Redirect stderr from compilation of dummy.c.
15600         Sat Apr  9 14:59:28 1994  Christian Kranz  (kranz@sent5.uni-duisburg.de)
15602         * config.guess: Distinguish between NeXTStep 2.1 and 3.x.
15604 Fri Aug 26 13:42:20 1994  Ken Raeburn  (raeburn@kr-laptop.cygnus.com)
15606         * configure: Accept and ignore --cache*, for compatibility with
15607         new autoconf.
15609 Fri Aug 26 13:05:27 1994  Per Bothner  (bothner@kalessin.cygnus.com)
15611         * config.guess:  Merge from FSF:
15613         Thu Aug 25 20:28:51 1994  Richard Stallman  <rms@mole.gnu.ai.mit.edu>
15615         * config.guess (Pyramid*:OSx*:*:*): New case.
15616         (PATH): Add /.attbin at end for finding uname.
15617         (dummy.c): Handle i860-alliant-bsd.  Follow whitespace conventions.
15619         Wed Aug 17 18:21:02 1994  Tor Egge  (tegge@pvv.unit.no)
15621         * config.guess (M88*:DolphinOS:*:*): New case.
15623         Thu Aug 11 17:00:13 1994  Stan Cox  (coxs@dg-rtp.dg.com)
15625         * config.guess (AViiON:dgux:*:*): Use TARGET_BINARY_INTERFACE
15626         to select whether to use ELF or COFF.
15628         Sun Jul 24 16:20:53 1994  Richard Stallman  <rms@mole.gnu.ai.mit.edu>
15630         * config.guess: Recognize i860-stardent-sysv and i860-unknown-sysv.
15632         Sun May  1 10:23:10 1994  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
15634         * config.guess: Guess the OS version for HPUX.
15636         Tue Mar  1 21:53:03 1994  Karl Heuer  (kwzh@hal.gnu.ai.mit.edu)
15638         * config.guess (UNAME_VERSION): Recognize aix3.2.4 and aix3.2.5.
15640 Fri Aug 26 11:19:08 1994  Ian Lance Taylor  (ian@sanguine.cygnus.com)
15642         * configure.in: Recognize --with-headers, --with-libs, and
15643         --without-newlib.
15644         * Makefile.in (all-xiberty): Depend upon all-ld.
15646 Wed Aug 24 12:36:50 1994  Ian Lance Taylor  (ian@sanguine.cygnus.com)
15648         * configure.in: Change i[34]86 to i[345]86.
15650 Mon Aug 22 10:58:33 1994  Ian Lance Taylor  (ian@sanguine.cygnus.com)
15652         * configure (version): A few more tweaks to help message.
15654 Fri Aug 19 12:40:25 1994  Per Bothner  (bothner@kalessin.cygnus.com)
15656         * Makefile.in:  Remove (for now) librx as a host library,
15657         now that we're building it for target.
15659 Fri Aug 19 10:49:17 1994  Ian Lance Taylor  (ian@sanguine.cygnus.com)
15661         * configure: Fix up help message; from karl@owl.hq.ileaf.com
15662         (Karl Berry).
15664 Tue Aug 16 16:11:08 1994  Per Bothner  (bothner@kalessin.cygnus.com)
15666         * configure.in:  Also configure librx.
15668 Mon Aug 15 16:51:45 1994  Per Bothner  (bothner@kalessin.cygnus.com)
15670         * Makefile.in:  Update various rules to reflect that librx
15671         is now needed for libg++.
15673 Fri Aug 12 18:07:21 1994  Ian Lance Taylor  (ian@sanguine.cygnus.com)
15675         * config.sub: Accept mips64orion and mips64orionel as a CPU name.
15677 Mon Aug  8 11:36:17 1994  Stan Shebs  (shebs@andros.cygnus.com)
15679         * configure.in: Configure the examples directory.
15681 Thu Aug  4 16:12:36 1994  Ian Lance Taylor  (ian@sanguine.cygnus.com)
15683         * configure: Simplify Jun 2 1994 change.
15685 Wed Aug  3 04:58:16 1994  D. V. Henkel-Wallace  (gumby@cygnus.com)
15687         * change CC to /usr/latest/bin/gcc for lynx host builds, since
15688         /bin/gcc isn't good enough to build gcc.
15690 Wed Jul 27 09:07:14 1994  Fred Fish  (fnf@cygnus.com)
15692         * Makefile.in (GDB_SUPPORT_FILES): Remove
15693         (setup-dirs-gdb, gdb.tar.gz, make-gdb.tar.gz):  Remove old rules.
15694         (gdb.tar.gz): Add new rule to use standard distribution building
15695         mechanism.
15697 Mon Jul 25 11:10:06 1994  Ian Lance Taylor  (ian@tweedledumb.cygnus.com)
15699         * configure.in: Warn about use of /usr/ucb/cc on Solaris.  From
15700         Bill Cox <bill@cygnus.com>.
15702 Sat Jul 23 12:19:46 1994  Per Bothner  (bothner@kalessin.cygnus.com)
15704         * config.guess:  Recognize ISC.  Patch from kwzh@gnu.ai.mit.edu.
15706 Fri Jul 22 17:53:59 1994  Stu Grossman  (grossman@cygnus.com)
15708         * configure:  Search current dir first in .gdbinit.
15710 Fri Jul 22 11:28:30 1994  Per Bothner  (bothner@kalessin.cygnus.com)
15712         * config.sub:  Recognize freebsd (merged from gcc config.sub).
15714 Thu Jul 21 14:10:52 1994  Per Bothner  (bothner@kalessin.cygnus.com)
15716         * config.sub:  Refer to NeXT's operating system as nextstep.
15718         * config.sub (case $basic_machine):  Re-order the cases, to match
15719         the order in the FSF version (which is mostly alphabethical).
15720         Merge in some additions and changes from the FSF.
15722 Sat Jul 16 12:03:08 1994  Stan Shebs  (shebs@andros.cygnus.com)
15724         * config.guess: Recognize m68k-atari-sysv4 and m88k-harris-csux7.
15725         * config.sub: Recognize cxux7.
15726         * configure.in: Use mh-cxux for m88k-harris-cxux*.
15728 Mon Jul 11 14:37:39 1994  Per Bothner  (bothner@kalessin.cygnus.com)
15730         * config.sub:  Fix typo powerpc -> powerpc-*.
15732 Sat Jul  9 13:03:43 1994  Michael Tiemann  (tiemann@blues.cygnus.com)
15734         * Makefile.in: `all-emacs19' depends on `all-byacc'.
15736         * Makefile.in: Add all-emacs19 and install-emacs19 rules (in
15737         parallel with all-emacs and install-emacs).  Top-level command
15738         `make all-emacs19 CC=gcc' now behaves as `make all-emacs CC=gcc'.
15740 Thu Jun 30 16:53:42 1994  Ian Lance Taylor  (ian@sanguine.cygnus.com)
15742         * test-build.mk ($(host)-stamp-stage2-installed): Remove
15743         $(relbindir)/make before doing ``make install'', and use
15744         $(GNU_MAKE) while doing it.  Avoids problem on SunOS with
15745         installing over running make binary.
15746         ($(host)-stamp-stage3-installed): Likewise.
15748 Tue Jun 28 13:43:25 1994  Jim Kingdon  (kingdon@lioth.cygnus.com)
15750         * config.guess: Recognize Mach.
15752 Mon Jun 27 16:41:14 1994  Ian Lance Taylor  (ian@sanguine.cygnus.com)
15754         * configure: Check ${exec_prefixoption}, not ${exec_prefix}, to
15755         see whether --exec-prefix was used.
15757 Sun Jun 26 21:15:54 1994  Per Bothner  (bothner@kalessin.cygnus.com)
15759         * README:  Explicitly mention libg++/README.  (Zoo's idea.)
15761 Tue Jun 21 12:45:55 1994  Jim Kingdon  (kingdon@lioth.cygnus.com)
15763         * Makefile.in: Add all-librx target similar to all-libproc.
15765 Wed Jun  8 23:11:55 1994  Stu Grossman  (grossman@cygnus.com)
15767         * config.guess:  Rearrange tests for Alpha-OSF1 to properly deal
15768         with post 1.2 uname bogosity.
15770 Thu Jun  9 00:27:59 1994  Ian Lance Taylor  (ian@tweedledumb.cygnus.com)
15772         * configure: Remove temporary files on receipt of a signal.
15774 Tue Jun  7 12:06:24 1994  Ian Lance Taylor  (ian@cygnus.com)
15776         * configure: If there is a package_makefile_frag, remove
15777         ${subdir}/Makefile.tem after copying it in.
15779 Mon Jun  6 21:35:02 1994  D. V. Henkel-Wallace  (gumby@cygnus.com)
15781         * build_all.mk: support rs6000 lynx identifies itself as
15782         rs6000-lynx-lynxos2.2.2.  Also, use /usr/cygnus/progressive/bin/gcc
15783         since /bin/gcc is too feeble to compile a modern gcc.
15785 Mon Jun  6 16:06:34 1994  Karen Christiansen (karen@cirdan.cygnus.com)
15787         * brought devo/test-build.mk update-to-date with progressive/
15788           test-build.mk. Add lynx targets and hppa flag info.
15790 Sat Jun  4 17:23:54 1994  Per Bothner  (bothner@kalessin.cygnus.com)
15792         * configure.in:  Use mh-ncrsvr43.  Patch from
15793         Tom McConnell <tmcconne@sedona.intel.com>.
15795 Fri Jun  3 17:47:24 1994  Per Bothner  (bothner@kalessin.cygnus.com)
15797         * config.guess (i386-unknown-bsdi):  No longer need to
15798         check #if defined(__bsdi__) && defined(__i386__).
15800 Thu Jun  2 18:56:46 1994  Ian Lance Taylor  (ian@tweedledumb.cygnus.com)
15802         * configure: Set program_transform_nameoption correctly.
15804 Thu Jun  2 10:57:06 1994  Karen Christiansen (karen@cirdan.cygnus.com)
15806         * brought build-all.mk update-to-date with progressive build-all.mk,
15807           added new targets and hppa info.
15809 Thu Jun  2 00:12:44 1994  Ian Lance Taylor  (ian@tweedledumb.cygnus.com)
15811         * configure: If config.guess result is a prefix of the user
15812         specified target, assume a native build and use the user specified
15813         target as the host alias.  Remove SunOS patch suffix removal hack.
15814         * configure.in: Remove SunOS patch suffix removal hack.
15816         * Makefile.in (CROSS_CHECK_MODULES): Remove check-flex, since it's
15817         in NATIVE_CHECK_MODULES.
15819 Wed Jun  1 10:49:41 1994  Bill Cox  (bill@rtl.cygnus.com)
15821         * Makefile.in: Rename HOST_ONLY to NATIVE.
15822         * configure: Delete SunOs patch suffix from host_canonical
15823           and build_canonical variables that are prepended to Makefiles.
15824         * configure.in: Add comments for easier maintenance.
15826 Tue May 31 19:39:47 1994  Jim Kingdon  (kingdon@lioth.cygnus.com)
15828         * Makefile.in: Add all-libproc target similar to all-gui.
15830 Tue May 31 17:16:33 1994  Tom Lord  (lord@cygnus.com)
15832         * Makefile.in (CHECK_MODULES): split into
15833         HOST_ONLY_CHECK_MODULES and CROSS_CHECK_MODULES.
15835 Tue May 31 16:36:36 1994  Paul Eggert  (eggert@twinsun.com)
15837         * config.guess (i386-unknown-bsdi): New system to guess.
15839 Wed May 25 16:47:10 1994  Jim Kingdon  (kingdon@lioth.cygnus.com)
15841         * Makefile.in: Add all-gui target (but not yet build by "all").
15843 Thu May 26 08:53:19 1994  Bill Cox  (bill@rtl.cygnus.com)
15845         * config.sub: Move deletion of patch suffix from here...
15846         * configure.in: To here, at Ian's suggestion.  The top-
15847           level scripts might need to know of a patch level.
15849 Wed May 25 09:15:54 1994  Bill Cox  (bill@rtl.cygnus.com)
15851         * config.sub: Strip off patch suffix so rtl is recognized
15852           as a sunos4.1.3 machine, even though it's been patched.
15854 Fri May 20 08:25:49 1994  Steve Chamberlain  (sac@deneb.cygnus.com)
15856         * Makefile.in (INSTALL_LAST): Delete.
15857         (INSTALL_DOSREL): New.
15859 Thu May 19 17:12:12 1994  Ian Lance Taylor  (ian@tweedledumb.cygnus.com)
15861         * configure.in: Use ld for i[34]86-*-sysv4* and sparc-*-solaris2*.
15862         Don't set use_gnu_ld to no for *-*-sysv4; that only controls
15863         whether we pass down --with-gnu-ld anyhow.
15865 Thu May 19 09:29:12 1994  Steve Chamberlain  (sac@cygnus.com)
15867         * Makefile.in (INSTALL_LAST): Change operation so it works
15868         on more flavors of make.
15869         * configure.in (go32): Don't build libg++ or libio.
15871 Fri May 13 13:28:34 1994  Steve Chamberlain  (sac@cygnus.com)
15873         * Makefile.in (Move HOST_PREFIX_1 and friends up so
15874         they can be overriden by templates.
15876 Sat May  7 16:46:44 1994  Steve Chamberlain  (sac@cygnus.com)
15878         * configure.in (target==go32): Don't build gdb.
15879         * dosrel: New directory.
15881 Fri May  6 14:19:25 1994  Steve Chamberlain  (sac@cygnus.com)
15883         * configure.in (host==go32): Configure dosrel too.
15884         * Makefile.in (INTALL_TARGET): Call INSTALL_LAST last.
15885         (HOST_CC, HOST_PREFIX, HOST_PREFIX_1): Undefine, they should
15886         be set by incoming names or templates.
15887         (INSTALL_LAST): New rule.
15889 Thu May  5 17:35:05 1994  Stan Shebs  (shebs@andros.cygnus.com)
15891         * config.sub (sparclitefrw, sparclitefrwcompat): Don't set the os.
15893 Thu May  5 20:06:45 1994  Ken Raeburn  (raeburn@cujo.cygnus.com)
15895         * configure.in (appdirs): New variable.  Currently empty, but will
15896         be used in gas distribution.  If nonempty, lists a set of
15897         directories at least one of which must get configured, or top
15898         level configuration is considered to have failed.
15899         (rs6000-*-lynxos*): Use new file name.
15901 Thu May  5 13:38:36 1994  Ian Lance Taylor  (ian@tweedledumb.cygnus.com)
15903         Eliminate XTRAFLAGS.
15904         * Makefile.in (CC_FOR_TARGET): If newlib exists, refer to the
15905         newlib include files using -idirafter, and also use -nostdinc.
15906         (CXX_FOR_TARGET): Likewise.
15907         (XTRAFLAGS): Removed.
15908         (BASE_FLAGS_TO_PASS): Remove XTRAFLAGS_FOR_TARGET.
15909         (EXTRA_HOST_FLAGS): Remove XTRAFLAGS.
15910         (EXTRA_TARGET_FLAGS, EXTRA_GCC_FLAGS): Likewise.
15911         ($(DO_X)): Don't pass down XTRAFLAGS.
15913 Thu May  5 00:16:36 1994  Ken Raeburn  (raeburn@kr-pc.cygnus.com)
15915         * configure.in (mips*-dec-bsd*): New target; do build linker.
15916         (mips*-*-bsd*): New target; don't build linker.
15918 Wed May  4 20:10:10 1994  D. V. Henkel-Wallace  (gumby@cygnus.com)
15920         * configure.in: support rs6000-*-lynxos* configuration.
15921         support sunos4 as a cross target.
15923         * config.sub: look for lynx*, not lynx since the OS version may
15924         legitimately be part of the name.
15926 Tue May  3 21:48:11 1994  Ken Raeburn  (raeburn@cujo.cygnus.com)
15928         * configure.in (i[34]86-*-sco*): Move to be with other i386
15929         targets.
15930         (romp-*-*): New target.  Skip various binary utilities.
15931         (vax-*-*): New target.  Don't build newlib.
15932         (vax-*-vms): Renamed from *-*-vms.  Don't build opcodes or newlib.
15934 Thu Apr 28 15:03:05 1994  David J. Mackenzie  (djm@rtl.cygnus.com)
15936         * configure.in: Only set host_makefile_frag if config
15937         directory exists.
15939 Wed Apr 27 12:14:30 1994  David J. Mackenzie  (djm@rtl.cygnus.com)
15941         * install.sh: If $dstdir exists, don't check whether each
15942         component does.
15944 Tue Apr 26 18:11:33 1994  Ian Lance Taylor  (ian@tweedledumb.cygnus.com)
15946         * test-build.mk (HOLES): Add sleep; used by rcs/src/conf.sh.
15948 Mon Apr 25 15:06:34 1994  Stan Shebs  (shebs@andros.cygnus.com)
15950         * configure.in (*-*-lynxos*): Don't configure newlib for either
15951         native or cross Lynx.
15953 Sat Apr 16 11:58:16 1994  Doug Evans  (dje@canuck.cygnus.com)
15955         * config.sub (sparc64-elf): Fix os.
15956         (z8k): Remove duplicate.
15958 Thu Apr 14 23:33:17 1994  Ian Lance Taylor  (ian@tweedledumb.cygnus.com)
15960         * Makefile.in (gcc-no-fixedincludes): Touch gcc/include/fixed, not
15961         gcc/stmp-fixproto, to try to prevent fixproto from being run.
15963 Wed Apr 13 15:14:52 1994  Bill Cox  (bill@cygnus.com)
15965         * configure: Make file links cleanly even if Lynx fails on
15966           an NFS symlink (at least fail cleanly).
15968 Mon Apr 11 10:58:56 1994  Jim Wilson  (wilson@sphagnum.cygnus.com)
15970         * test-build.mk (CC): For mips-sgi-irix4, change -XNh1500 to
15971         -XNh2000.
15973 Sat Apr  9 15:10:45 1994  David J. Mackenzie  (djm@rtl.cygnus.com)
15975         * configure: Unknown options are fatal again.
15977 Fri Apr  8 12:01:41 1994  David J. Mackenzie  (djm@cygnus.com)
15979         * configure: Ignore --x-includes and --x-libraries, for Autoconf
15980         compatibility.
15982 Thu Apr  7 17:31:43 1994  Doug Evans  (dje@canuck.cygnus.com)
15984         * build-all.mk: Add `clean' target.
15986 Wed Apr  6 20:44:56 1994  Peter Schauer  (pes@regent.e-technik.tu-muenchen.de)
15988         * config.guess:  Add SINIX support.
15989         * configure.in:  Add mips-*-sysv4* support.
15991 Mon Apr  4 17:41:44 1994  Doug Evans  (dje@canuck.cygnus.com)
15993         * build-all.mk: Document all useful targets.
15994         If canonhost is sparc-sun-solaris2.3, change it to sparc-sun-solaris2.
15995         If canonhost is mips-sgi-irix4.0.5H, change it to mips-sgi-irix4.
15997 Thu Mar 31 04:55:57 1994  David J. Mackenzie  (djm@rtl.cygnus.com)
15999         * configure: Support --silent, --quiet.
16001 Wed Mar 30 21:37:38 1994  David J. Mackenzie  (djm@rtl.cygnus.com)
16003         * configure: Support --disable-FEATURE.
16005 Tue Mar 29 19:15:05 1994  Jim Kingdon  (kingdon@lioth.cygnus.com)
16007         * config.guess: Recognize NCR running SVR4.3.
16009 Mon Mar 28 14:55:15 1994  Per Bothner  (bothner@kalessin.cygnus.com)
16011         * config.guess:  Make BSDI generate i386-unknown-bsd386.
16012         Patch from Paul Eggert <eggert@twinsun.com>.
16014 Mon Mar 28 12:54:52 1994  Ian Lance Taylor  (ian@tweedledumb.cygnus.com)
16016         * configure.in (powerpc-*-aix*): Treat like rs6000-*-*.
16018 Sat Mar 26 11:25:48 1994  David J. Mackenzie  (djm@rtl.cygnus.com)
16020         * configure: Make unrecognized options give nonfatal warnings
16021         instead of fatal errors, and pass them to any subdirectory
16022         configures in case they recognize them.
16023         Make --x equivalent to --with-x.
16025 Fri Mar 25 21:52:10 1994  David J. Mackenzie  (djm@rtl.cygnus.com)
16027         * configure: Add --enable-* options.  Clean up usage message and
16028         some comments.
16030 Thu Mar 24 09:12:53 1994  Doug Evans  (dje@canuck.cygnus.com)
16032         * Makefile.in (NM_FOR_TARGET): Build tree version is now nm.new.
16034 Sun Mar 20 11:28:22 1994  Jeffrey A. Law  (law@snake.cs.utah.edu)
16036         * configure.in (hppa*-*-*): Enable binutils.
16038 Sat Mar 19 11:50:16 1994  Jim Kingdon  (kingdon@lioth.cygnus.com)
16040         * config.sub: Recognize cisco.
16042 Fri Mar 18 16:42:32 1994  Jason Merrill  (jason@deneb.cygnus.com)
16044         * Makefile.in (CXXFLAGS): Add -fexternal-templates.
16046 Tue Mar 15 11:25:55 1994  Jim Kingdon  (kingdon@lioth.cygnus.com)
16048         * config.guess: about target *-hitachi-hiuxwe2, don't print more
16049         than one configuration name.  Add comment.
16051 Sun Mar  6 23:13:38 1994  Hisashi MINAMINO  (minamino@sra.co.jp)
16053         * config.guess: about target *-hitachi-hiuxwe2, fixed
16054         machine guessing order.  [Hitachi's CPU_IS_HP_MC68K
16055         macro is incorrect.]
16057 Sun Mar 13 09:10:08 1994  Jim Kingdon  (kingdon@lioth.cygnus.com)
16059         * Makefile.in (TAGS): Just build TAGS in each subdirectory, rather
16060         than the "make ls" stuff which used to be here.
16062 Fri Mar 11 12:52:39 1994  Per Bothner  (bothner@kalessin.cygnus.com)
16064         * config.guess:  Recognize i[34]86-unknown-freebsd.
16065         From Shawn M Carey <smcarey@rodan.syr.edu>.
16067 Thu Mar  3 14:24:21 1994  Per Bothner  (bothner@kalessin.cygnus.com)
16069         * configure.in (noconfigdirs for alpha): Remove libg++ and libio.
16071 Wed Mar  2 13:28:48 1994  Jim Kingdon  (kingdon@deneb.cygnus.com)
16073         * config.guess: Check for ptx.
16075 Mon Feb 28 16:46:50 1994  Kung Hsu  (kung@mexican.cygnus.com)
16077         * config.sub: Add os9k checking.
16079 Thu Feb 24 07:09:04 1994  Jeffrey A. Law  (law@snake.cs.utah.edu)
16081         * config.guess: Handle OSF1 running on HPPA processors
16083 Fri Feb 18 14:14:00 1994  Ken Raeburn  (raeburn@rtl.cygnus.com)
16085         * configure: If subdir configure fails, print out a message with
16086         subdirectory name, in case subdir's configure code didn't identify
16087         itself.
16089 Fri Feb 18 12:50:15 1994  Doug Evans  (dje@cygnus.com)
16091         * configure.in: Remove embedded newlines from configdirs.
16092         Avoid mismatches of substrings.  Fix matching strings at end
16093         of configdirs.
16095 Fri Feb 11 15:33:33 1994  Stu Grossman  (grossman at cygnus.com)
16097         * config.guess:  Add Lynx/rs6000 config support.
16099 Tue Feb  8 13:41:09 1994  Ken Raeburn  (raeburn@rtl.cygnus.com)
16101         * configure.in (alpha-dec-osf1*, alpha*-*-*): Build gas.
16103 Mon Feb  7 15:42:36 1994  Jeffrey A. Law  (law@cygnus.com)
16105         * configure.in (hppa*-*-osf*): Treat this just like most other
16106         PA configurations (eg no binutils or ld).
16107         (hppa*-*-*elf*): These configurations have binutils and ld.
16109 Sun Feb  6 16:35:07 1994  Jeffrey A. Law  (law@snake.cs.utah.edu)
16111         * config.sub (hiux): Fix typo.  From m-kasahr@sramhc.sra.co.JP.
16113 Sat Feb  5 01:00:33 1994  Ian Lance Taylor  (ian@tweedledumb.cygnus.com)
16115         * configure.in (rs6000-*-*): Build gas.
16117 Wed Feb  2 13:57:57 1994  Jeffrey A. Law  (law@snake.cs.utah.edu)
16119         * Makefile.in:  Avoid bug in losing hpux sed.
16121 Wed Feb  2 14:53:05 1994  Jim Kingdon  (kingdon@lioth.cygnus.com)
16123         * Makefile.in, test-build.mk: Remove MUNCH_NM; it was only needed
16124         for GDB and GDB has been fixed to not need it.
16126 Sun Jan 30 17:58:06 1994  Ken Raeburn  (raeburn@cujo.cygnus.com)
16128         * config.guess: Recognize vax hosts.
16130 Fri Jan 28 15:29:38 1994  Ken Raeburn  (raeburn@cujo.cygnus.com)
16132         * configure (while loop): Don't use "break 2" inside case
16133         statement -- the case statement isn't an enclosing loop.
16135 Mon Jan 24 18:40:06 1994  Per Bothner  (bothner@kalessin.cygnus.com)
16137         * config.guess:  Clean up NeXT support, to allow nextstep
16138         on Intel machines.  Make OS be nextstep.
16140 Sun Jan 23 18:47:22 1994  Richard Kenner  (kenner@vlsi1.ultra.nyu.edu)
16142         * config.guess: Add alternate forms for Convex.
16144 Thu Jan 20 16:13:41 1994  Stu Grossman  (grossman at cygnus.com)
16146         * configure:  Completely rewrite option processing.  Take
16147         advantage of pattern-matching to avoid invoking test frequently.
16148         Also clean up host and target defaulting logic.
16150 Mon Jan 17 15:06:56 1994  Ken Raeburn  (raeburn@cujo.cygnus.com)
16152         * Makefile.in: Replace all occurrances of "rootme" with "r" and
16153         "$${rootme}" with "$$r", to increase the likelihood that the do-*
16154         commands (plus user environment) will fit SCO limits.
16156 Thu Jan  6 11:20:57 1994  Ian Lance Taylor  (ian@tweedledumb.cygnus.com)
16158         * configure.in: Don't issue warnings about directories which are
16159         not being configured if -norecursion is set.  Correct test for
16160         --with-gnu-as and --with-gnu-ld to not get confused by substring
16161         matches.
16163         * configure.in: Don't build gas for alpha-dec-osf1*.
16165 Tue Jan  4 17:10:19 1994  Stu Grossman  (grossman at cygnus.com)
16167         * configure:  Back out Per's change of 12/19/1993.  It changes the
16168         behavior of configure in unexpected and confusing ways.
16170         Also, use different delim char when calculating
16171         program_transform_name so that the name can contain slashes.
16173 Sat Jan  1 13:45:31 1994  Rob Savoye  (rob@darkstar.cygnus.com)
16175         * configure.in, config.sub: Add support for VSTa micro-kernel.
16177 Sat Dec 25 20:00:47 1993  Jeffrey A. Law  (law@snake.cs.utah.edu)
16179         * configure.in: Nuke hacks which were used to get a special
16180         version of GAS for HPPA configurations.
16182 Sun Dec 19 20:40:44 1993  Per Bothner  (bothner@kalessin.cygnus.com)
16184         * configure:  If only ${target_alias} is given, use that
16185         as the default for ${host_alias}.
16186         * configure:  Add missing back-slashes before nested quotes.
16188 Wed Dec 15 18:07:18 1993  david d `zoo' zuhn  (zoo@andros.cygnus.com)
16190         * Makefile.in (BASE_FLAGS_TO_PASS): add YACC=$(BISON)
16192 Tue Dec 14 21:25:33 1993  Per Bothner  (bothner@cygnus.com)
16194         * config.guess:  Recognize some Tektronix configurations.
16195         From Kaveh R. Ghazi <ghazi@noc.rutgers.edu>.
16197 Sat Dec 11 11:18:00 1993  Steve Chamberlain  (sac@thepub.cygnus.com)
16199         * config.sub: Match any flavor of SH.
16201 Thu Dec  2 17:16:58 1993  Ken Raeburn  (raeburn@cujo.cygnus.com)
16203         * configure.in: Don't try to configure newlib for Alpha.
16205 Thu Dec  2 14:35:54 1993  Ian Lance Taylor  (ian@tweedledumb.cygnus.com)
16207         * configure.in: Don't build ld for Irix 5.  Don't build gas,
16208         libg++ or libio for any Alpha target.
16210         * configure.in (mips*-sgi-irix5*): New target; use mh-irix5.
16212 Wed Dec  1 17:00:33 1993  Jason Merrill  (jason@deneb.cygnus.com)
16214         * Makefile.in (GZIPPROG): Renamed from GZIP, which gzip uses for
16215         default arguments -- so it tried to compress itself.
16217 Tue Nov 30 13:45:15 1993  david d `zoo' zuhn  (zoo@andros.cygnus.com)
16219         * configure.in (notsupp): ensure that a space is always at the end
16220           of the configdirs list, since the grep checks for an explicit space
16222 Tue Nov 16 15:04:27 1993  david d `zoo' zuhn  (zoo@rtl.cygnus.com)
16224         * configure.in (target i386-sysv4.2): don't build ld, since static
16225           versions of many libraries are not available.
16227 Tue Nov 16 14:28:12 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
16229         * config.guess: Recognize Apollos (using environment variables).
16230         * configure.in: Don't configure ld, binutils, or gprof for Apollo.
16232 Thu Nov 11 12:03:50 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
16234         * config.guess: Recognize Sony news mips running newsos.
16236 Wed Nov 10 16:57:00 1993  Mark Eichin  (eichin@cygnus.com)
16238         * Makefile.in (all-cygnus, build-cygnus): "fi else" needs to be
16239         "fi ; else" for bash.
16241 Tue Nov  9 15:54:01 1993  Mark Eichin  (eichin@cygnus.com)
16243         * Makefile.in (BASE_FLAGS_TO_PASS): pass SHELL.
16245 Fri Nov  5 08:07:27 1993  D. V. Henkel-Wallace  (gumby@blues.cygnus.com)
16247         * config.sub: accept unixware as an alias for svr4.2.
16248         Fix some inconsistancies with the gcc version.
16250 Fri Nov  5 15:14:12 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
16252         * Makefile.in (DISTDOCDIRS):  Add gdb.
16254 Fri Nov  5 11:59:42 1993  Per Bothner  (bothner@kalessin.cygnus.com)
16256         * Makefile.in (DISTDOCDIRS):  Add libg++ and libio.
16258 Fri Nov  5 10:35:05 1993  Ken Raeburn  (raeburn@rover.cygnus.com)
16260         * Makefile.in (taz): Only build "info" in DISTDOCDIRS.
16261         (DISTDOCDIRS): Don't assume libg++ and gdb folks necessarily want
16262         this now.
16264 Thu Nov  4 18:58:23 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
16266         * config.sub: Accept hiux* as an OS name.
16268         * Makefile.in: Change RUNTEST_FLAGS back to RUNTESTFLAGS per
16269         etc/make-stds.texi.  The underscore came from gcc, and dje now
16270         agrees that RUNTESTFLAGS is the correct name.
16272 Thu Nov  4 10:49:01 1993  Per Bothner  (bothner@kalessin.cygnus.com)
16274         * install.sh:  Remove 'set -e'.  It makes any conditionals
16275         in the script useless.
16277         * config.guess: Automatically recognize arm-acorn-riscix
16278         Patch from Richard Earnshaw (rwe11@cl.cam.ac.uk).
16280 Thu Nov 04 08:08:04 1993  Jeffrey Wheat  (cassidy@cygnus.com)
16282         * Makefile.in: Change RUNTESTFLAGS to RUNTEST_FLAGS
16284 Wed Nov  3 22:09:46 1993  Ken Raeburn  (raeburn@rtl.cygnus.com)
16286         * Makefile.in (DISTDOCDIRS): New variable.
16287         (taz): Edit local Makefile.in sooner, instead of proto-toplev
16288         Makefile.in later.  Build "info" and "dvi" in DISTDOCDIRS.
16290 Wed Nov  3 21:31:52 1993  david d `zoo' zuhn  (zoo@rtl.cygnus.com)
16292         * configure.in (hppa target): check the source directory for the
16293           pagas sub-directory
16295 Wed Nov  3 11:12:22 1993  Doug Evans  (dje@canuck.cygnus.com)
16297         * config.sub: Allow -aout* and -elf*.
16299 Wed Nov  3 11:08:33 1993  Ken Raeburn  (raeburn@rtl.cygnus.com)
16301         * configure.in: Don't build ld on i386-solaris2, same as for
16302         sparc-solaris2.
16304 Tue Nov  2 14:21:25 1993  Per Bothner  (bothner@kalessin.cygnus.com)
16306         * Makefile.in (taz): Add texinfo/lgpl.texinfo (for libg++).
16308 Tue Nov  2 13:38:30 1993  Peter Schauer  (pes@regent.e-technik.tu-muenchen.de)
16310         * configure.in:  Configure gdb for alpha.
16312 Mon Nov  1 10:42:54 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
16314         * Makefile.in (CXXFLAGS): Add -O.
16316 Wed Oct 27 10:45:06 1993  david d `zoo' zuhn  (zoo@rtl.cygnus.com)
16318         * config.guess: added support for DG Aviion
16320 Tue Oct 26 14:37:37 1993  Ken Raeburn  (raeburn@rover.cygnus.com)
16322         * configure.in: Produce warning message for subdirectories not
16323         configurable for this host/target combination.  Don't try to
16324         configure gdb for vms.
16326 Mon Oct 25 11:22:15 1993  Ken Raeburn  (raeburn@rover.cygnus.com)
16328         * Makefile.in (taz): Replace "byacc" with "bison -y" in the
16329         appropriate files before making "diststuff".
16330         (DISTBISONFILES): New var: list of files to be edited.
16331         (DISTSTUFFDIRS): Add binutils.
16333 Fri Oct 22 20:32:15 1993  david d `zoo' zuhn  (zoo@rtl.cygnus.com)
16335         * config.sub: also handle mipsel and mips64el (for little endian mips)
16337 Fri Oct 22 07:59:20 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
16339         * configure.in: Add * to end of all OS names.
16341 Thu Oct 21 11:38:28 1993  Stan Shebs  (shebs@rtl.cygnus.com)
16343         * configure.in: Build newlib for LynxOS native.
16345 Wed Oct 20 09:56:12 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
16347         * config.guess: Add support for delta 88k running SVR3.
16349         * configure.in: Add comment about HP compiler vs. emacs.
16351 Tue Oct 19 16:02:22 1993  david d `zoo' zuhn  (zoo@rtl.cygnus.com)
16353         * configure.in: don't build ld on solaris2 (not a viable option
16354           due to bugs in getpwnam & getpwuid)
16356 Tue Oct 19 15:13:56 1993  Ken Raeburn  (raeburn@rtl.cygnus.com)
16358         * configure.in: Accept alpha-dec-osf1*, not just -osf1, since
16359         config.guess will produce a full version number.
16361 Tue Oct 19 15:58:01 1993  Ian Lance Taylor  (ian@tweedledumb.cygnus.com)
16363         * configure.in: Build linker and binutils for alpha-dec-osf1.
16365 Tue Oct 19 11:41:55 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
16367         * Makefile.in: Remove -O from CXXFLAGS for consistency with CFLAGS,
16368         and gdb/testsuite/Makefile.in.
16370 Sat Oct  9 18:39:07 1993  david d `zoo' zuhn  (zoo@rtl.cygnus.com)
16372         * configure.in: recognize mips*- instead of mips-
16374 Fri Oct  8 14:15:39 1993  Ken Raeburn  (raeburn@cygnus.com)
16376         * config.sub: Accept linux*coff and linux*elf as operating
16377         systems.
16379 Thu Oct  7 12:57:19 1993  Ian Lance Taylor  (ian@tweedledumb.cygnus.com)
16381         * config.sub: Recognize mips64, and mips3 as an alias for it.
16383 Wed Oct  6 13:54:21 1993  Peter Schauer  (pes@regent.e-technik.tu-muenchen.de)
16385         * configure.in: Remove alpha-dec-osf*, no longer necessary now that
16386         gdb knows how to handle OSF/1 shared libraries.
16388 Tue Oct  5 11:55:04 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
16390         * configure.in: Recognize hppa*-*-hiux* (currently synonym for hpux).
16391         * config.guess: Recognize Hitachi's HIUX.
16392         * config.sub: Recognize h3050r* and hppahitachi.
16393         Remove redundant cases for hp9k[23]*.
16395 Mon Oct  4 16:15:09 1993  david d `zoo' zuhn  (zoo@rtl.cygnus.com)
16397         * configure.in: default to '--with-gnu-as' and '--with-gnu-ld'
16398         if gas and ld are in the source tree and are in ${configdirs}.
16399         If ${use_gnu_as} or ${use_gnu_ld} are 'no', then don't set the
16400         --with options (but still pass them down on the command line,
16401         if they were explicitly specified).
16403 Fri Sep 24 19:11:13 1993  david d `zoo' zuhn  (zoo@rtl.cygnus.com)
16405         * configure: substitute SHELL value in Makefile.in with
16406         ${CONFIG_SHELL}
16408 Thu Sep 23 18:05:13 1993  Ian Lance Taylor  (ian@tweedledumb.cygnus.com)
16410         * configure.in: Build gas, ld, and binutils for *-*-sysv4* and
16411         *-*-solaris2* targets.
16413 Sun Sep 19 17:01:41 1993  david d `zoo' zuhn  (zoo@rtl.cygnus.com)
16415         * Makefile.in: define M4, and pass it down to sub-makes;
16416         all-autoconf now depends on all-m4
16418 Sat Sep 18 00:38:23 1993  david d `zoo' zuhn  (zoo@rtl.cygnus.com)
16420         * Makefile.in ({AR,RANLIB}_FOR_TARGET): make contingent on
16421         presence of {ar,ranlib} instead of a configured directory
16423 Wed Sep 15 08:41:44 1993  Jim Kingdon  (kingdon@cirdan.cygnus.com)
16425         * config.guess: Accept 34?? as well as 33?? for NCR.
16427 Mon Sep 13 12:28:43 1993  david d `zoo' zuhn  (zoo@rtl.cygnus.com)
16429         * configure.in: grab mt-hppa for HPPA targets; use 'gas ' instead
16430         of 'gas' in sed commands, since 'gash' is now in the tree as well.
16432 Fri Sep 10 11:23:52 1993  david d `zoo' zuhn  (zoo@rtl.cygnus.com)
16434         * configure: grab values for $(CC) and $(CXX) from the
16435         environment, so that someone can do "CC=gcc configure; make" and
16436         have it work right (matching the way that autoconf works now)
16438         * configure.in, Makefile.in: add support for gash, the tcl
16439         interface to Galaxy
16441         * config.guess: add NetBSD variants (hp300, x86)
16443 Thu Sep  9 16:48:52 1993  Jason Merrill  (jason@deneb.cygnus.com)
16445         * install.sh: Support -d option (in the manner of SunOS 4 install,
16446         as it is more deterministic than that of GNU install)
16447         (chmodcmd): Set file to mode 755 by default (should also do default
16448         chgrp and chown, but I don't feel like dealing with that now)
16450 Tue Sep  7 11:59:39 1993  Doug Evans  (dje@canuck.cygnus.com)
16452         * config.sub: Remove h8300hhms alias.
16454 Tue Aug 31 11:00:09 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
16456         * configure.in: Match *-*-solaris2* not *-sun-solaris2*.
16458 Mon Aug 30 18:29:10 1993  david d `zoo' zuhn  (zoo@rtl.cygnus.com)
16460         * Makefile.in (gcc-no-fixedincludes): touch stmp-fixproto as well
16461         as stmp-fixinc
16463 Wed Aug 25 16:35:59 1993  K. Richard Pixley  (rich@sendai.cygnus.com)
16465         * config.sub: recognize m88110-bug-coff.
16467 Tue Aug 24 10:23:24 1993  david d `zoo' zuhn  (zoo@rtl.cygnus.com)
16469         * Makefile.in (all-libio): all dependencies on the toolchain used
16470         to build this (gcc, gas, ld, etc)
16472 Fri Aug 20 17:24:24 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
16474         * config.guess: Deal with OSF/1 1.3 on alpha.
16476 Thu Aug 19 11:43:04 1993  david d `zoo' zuhn  (zoo@rtl.cygnus.com)
16478         * install.sh: add some 'else true' clauses for portability
16480         * configure.in: don't build libio for h8[35]00-*-* targets
16482 Tue Aug 17 19:02:31 1993  Per Bothner  (bothner@kalessin.cygnus.com)
16484         * Makefile.in:  Add support for new libio.
16486 Sun Aug 15 20:48:55 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
16488         * install.sh: If one command fails, don't try the rest.  Don't try
16489         to remove $dsttmp (via trap) unless we have already created it.
16490         If $src doesn't exist, detect it and exit with an error.
16492         * config.guess: Recognize BSD on hp300.
16494 Wed Aug 11 18:35:13 1993  Per Bothner  (bothner@kalessin.cygnus.com)
16496         * config.guess:  Map (9000/[34]??:HP-UX:*:*) to m68k-hp-hpux.
16497         Bug report from "Hamish (H.I.) Macdonald" <hamish@bnr.ca>.
16499 Wed Aug 11 15:37:51 1993  Jason Merrill  (jason@deneb.cygnus.com)
16501         * Makefile.in (all-send-pr): depends on all-prms
16503 Wed Aug 11 16:56:03 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
16505         * config.guess: Fix typo (9000/8??:4.3bsd -> 9000/7??:4.3bsd).
16507 Fri Aug  6 14:45:02 1993  Ian Lance Taylor  (ian@tweedledumb.cygnus.com)
16509         * config.guess: From michael@mercury.cs.mun.ca (Michael Rendell):
16510         Added test for mips-mips-riscos5.
16512 Thu Aug  5 15:45:08 1993  david d `zoo' zuhn  (zoo@rtl.cygnus.com)
16514         * configure.in: use mh-hp300 for 68k HP hosts
16516 Mon Aug  2 11:56:53 1993  david d `zoo' zuhn  (zoo@rtl.cygnus.com)
16518         * configure: add support for CONFIG_SHELL, so that you can use
16519         some alternate shell for evaluating configure scripts
16521 Sun Aug  1 11:36:27 1993  Fred Fish  (fnf@deneb.cygnus.com)
16523         * Makefile.in (make-gdb.tar.gz):  Sed bug reporting address
16524         in configure script to bug-gdb@prep.ai.mit.edu when building
16525         distribution archive.
16526         * Makefile.in (COMPRESS):  Remove def.
16527         * Makefile.in (gdb.tar.gz, make-gdb.tar.gz):  Renamed from
16528         gdb.tar.Z and make-gdb.tar.Z respectively.
16529         * Makefile.in (make-gdb.tar.gz):  Now only build gzip'd archive.
16530         * Makefile.in (make-gdb.tar.gz):  Minor changes to move closer
16531         to convergence with 'taz' target in Makefile.in.
16533 Fri Jul 30 12:34:57 1993  david d `zoo' zuhn  (zoo@rtl.cygnus.com)
16535         * install.sh (dsttmp): use trap to ensure that tmp files go
16536         away on error conditions
16538 Wed Jul 28 11:57:36 1993  david d `zoo' zuhn  (zoo@rtl.cygnus.com)
16540         * Makefile.in (BASE_FLAGS_TO_PASS): remove LOADLIBES
16542 Tue Jul 27 12:43:40 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
16544         * Makefile.in (install-dirs): Deal with a prefix like /gnu;
16545         its parent is '/' not ''.
16547         * Makefile.in (DEVO_SUPPORT): Add comments about ChangeLog.
16549 Fri Jul 23 09:53:37 1993  Jason Merrill  (jason@wahini.cygnus.com)
16551         * configure: if ${newsrcdir}/configure doesn't exist, don't assume
16552         that ${newsrcdir}/configure.in does.
16554 Tue Jul 20 11:28:50 1993  david d `zoo' zuhn  (zoo@rtl.cygnus.com)
16556         * test-build.mk: support for CONFIG_SHELL
16558 Mon Jul 19 21:54:46 1993  Fred Fish  (fnf@deneb.cygnus.com)
16560         * config.sub (netware):  Add as a basic system type.
16562 Wed Jul 14 12:03:11 1993  K. Richard Pixley  (rich@sendai.cygnus.com)
16564         * Makefile.in (Makefile): depend on configure.in.  Also drop the
16565           $(srcdir)/ from the dependency on Makefile.in.
16567 Tue Jul 13 20:10:58 1993  Doug Evans  (dje@canuck.cygnus.com)
16569         * config.sub: Recognize h8300hhms as h8300h-hitachi-hms.
16570         (h8300hhms is temporary until multi-libraries are implemented).
16571         * configure.in: Handle h8300h too.
16573 Sun Jul 11 17:35:27 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
16575         * config.guess: Recognize dpx/2 as m68k-bull-sysv3.
16577 Thu Jul  8 18:26:12 1993  John Gilmore  (gnu@cygnus.com)
16579         * configure:  Remove extraneous output when guessing host type.
16580         * config.guess:  Remove extraneous output when guessing using C
16581         compiler rather than uname, or when guessing fails.
16583 Wed Jul  7 17:58:14 1993  david d `zoo' zuhn  (zoo at rtl.cygnus.com)
16585         * Makefile.in: remove all.cross and install.cross targets
16587         * configure: remove CROSS=-DCROSS_COMPILE and ALL=all.cross
16588           definitions
16590 Tue Jul  6 10:39:44 1993  Steve Chamberlain  (sac@phydeaux.cygnus.com)
16592         * configure.in (target sh): Build gprof.
16594 Thu Jul  1 16:52:56 1993  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
16596         * config.sub: change -solaris to -solaris2
16598 Thu Jul  1 15:46:16 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
16600         * configure.in: Use config/mh-riscos for mips-*-sysv*.
16602 Wed Jun 30 09:31:58 1993  Ian Lance Taylor  (ian@cygnus.com)
16604         * configure: Correct error message for missing Makefile.in to
16605         print correct directory.
16607 Tue Jun 29 13:52:16 1993  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
16609         * install.sh: kludge around 386BSD shell bug
16611 Tue Jun 29 13:06:49 1993  Per Bothner  (bothner@rtl.cygnus.com)
16613         * config.guess:  Recognize NeXT.
16614         * config.guess:  Recognize i486-ncr-sysv4.
16615         * Makefile.in (taz):  rm $(TOOL)-$$VER before linking.
16617 Tue Jun 29 12:50:57 1993  Ian Lance Taylor  (ian@cygnus.com)
16619         * Makefile.in (MAKEINFOFLAGS): New variable.
16620         (FLAGS_TO_PASS): Pass MAKEINFO as MAKEINFO MAKEINFOFLAGS.
16621         * build-all.mk, test-build.mk: Pass down --no-split as
16622         MAKEINFOFLAGS when hosted on DOS.  Compile DOS hosted without -g.
16624 Thu Jun 24 13:39:11 1993  Per Bothner  (bothner@rtl.cygnus.com)
16626         * Makefile.in (DEVO_SUPPORT):  Add COPYING COPYING.LIB install.sh.
16628 Wed Jun 23 12:59:21 1993  Per Bothner  (bothner@rtl.cygnus.com)
16630         * Makefile.in (libg++.tar.z):  New rule.
16631         * Makefile.in (taz):  Replace 'configure -rm' by 'make distclean'.
16632         * Makefile.in (taz):  Only do a single chmod.
16634 Fri Jun 18 12:03:10 1993  david d `zoo' zuhn  (zoo at majipoor.cygnus.com)
16636         * install.sh: don't use dirname anymore (replaced with sed usage)
16638 Thu Jun 17 18:43:42 1993  Fred Fish  (fnf@cygnus.com)
16640         * Makefile.in:  Change extension for gzip'd files from '.z' to
16641         '.gz' per new FSF standard usage.
16643 Thu Jun 17 16:58:50 1993  david d `zoo' zuhn  (zoo at majipoor.cygnus.com)
16645         * configure: put quotes around the final value of program_transform_name
16647 Tue Jun 15 16:48:51 1993  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
16649         * Makefile.in: new install.sh support; update install-info rules
16651 Wed Jun  9 12:31:34 1993  Ian Lance Taylor  (ian@cygnus.com)
16653         * configure.in: Build diff for crosses, but not for go32 host.
16655         * configure.in: Build gprof only for native, and don't build it
16656         for mips-*-*, rs6000-*-*, or i[34]86-*-sco*.
16658 Mon Jun  7 13:12:11 1993  david d `zoo' zuhn  (zoo at deneb.cygnus.com)
16660         * configure.in: don't build gas,ld,binutils on for *-*-sysv4
16662 Mon Jun  7 11:40:11 1993  Brendan Kehoe  (brendan@lisa.cygnus.com)
16664         * configure.in (host_tools): Add prms.
16666 Fri Jun  4 13:30:42 1993  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
16668         * Makefile.in: install gcc, do installation of $(INSTALL_MODULES)
16669         with $(FLAGS_TO_PASS) on the command line
16671         * config.sub: Recognize lynx and lynxos
16673 Fri Jun  4 10:59:56 1993  Ian Lance Taylor  (ian@cygnus.com)
16675         * config.sub: Accept -ecoff*, not just -ecoff.
16677 Thu Jun  3 17:38:54 1993  Ken Raeburn  (raeburn@cambridge.cygnus.com)
16679         * Makefile.in (taz): Use .gz suffix instead of .z.
16680         (binutils.tar.gz, gas+binutils.tar.gz, gas.tar.gz): Fixed target
16681         names.
16683 Thu Jun  3 00:27:06 1993  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
16685         * Makefile.in (vault-install): add an 'else true' (for Ultrix)
16687 Wed Jun  2 18:19:16 1993  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
16689         * Makefile.in (install-no-fixedincludes):  install gcc last, so
16690         that rebuilds that might happen during 'make install' don't get
16691         bogus gcc include files
16693 Wed Jun  2 16:14:10 1993  Ken Raeburn  (raeburn@cambridge.cygnus.com)
16695         Change from Utah for HPPA support:
16696         * config.guess: Recognize hppa1.x-hp-bsd.
16698 Wed Jun  2 11:53:33 1993  Per Bothner  (bothner@rtl.cygnus.com)
16700         * config.guess:  Add support for Motorola Delta 68k, up to r3v7.
16701         Patch from pot@fly.cnuce.cnr.it (Francesco Potorti`).
16703 Tue Jun  1 17:48:42 1993  Rob Savoye  (rob at darkstar.cygnus.com)
16705         * config.sub: Add support for rom68k and bug boot monitors.
16707 Mon May 31 09:36:37 1993  Jim Kingdon  (kingdon@cygnus.com)
16709         * Makefile.in: Make all-opcodes depend on all-bfd.
16711 Thu May 27 08:05:31 1993  Ian Lance Taylor  (ian@cygnus.com)
16713         * config.guess: Added special check for i[34]86-univel-sysv4*.
16715 Wed May 26 16:33:40 1993  Ian Lance Taylor  (ian@cygnus.com)
16717         * config.guess: For i[34]86-unknown-sysv4 use UNAME_MACHINE for
16718         the processor rather than assuming i486.
16720 Wed May 26 09:40:18 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
16722         * config.guess: Recognize SunOS6 as Solaris3.
16724 Tue May 25 23:03:11 1993  Per Bothner  (bothner@cygnus.com)
16726         * config.guess:  Fix typo.  Avoid #elif (not in K&R 1).
16727         Recognize SunOS 5.* only (and not [6-9].*) as being Solaris2.
16729 Tue May 25 12:44:18 1993  Ian Lance Taylor  (ian@cygnus.com)
16731         * build-all.mk (all-cross): New target for Canadian Cross.
16732         Added Q2 go32 targets.
16733         * test-build.mk: Configure go32 cross sparclite-aout and
16734         mips-idt-ecoff -with-gnu-ld.  Moved build binary directory from
16735         PARTIAL_HOLE_DIRS to BUILD_HOLES_DIRS.
16737 Mon May 24 15:30:06 1993  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
16739         * configure.in: fix Alpha GDB typo; also, don't build DejaGnu for
16740         GO32 hosted toolchains
16742 Mon May 24 14:18:41 1993  Rob Savoye  (rob at darkstar.cygnus.com)
16744         * configure: change  so "-exec-prefix" gets passed down rather
16745         than "-exec_prefix" so autoconf generated Makefiles get the
16746         exec_prefix set right.
16748 Fri May 21 10:42:25 1993  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
16750         * config.guess: get the Solaris2 minor version number
16752         * Makefile.in: add standards.texi and make-stds.texi to ETC_SUPPORT
16754 Fri May 21 06:20:52 1993  Brendan Kehoe  (brendan@lisa.cygnus.com)
16756         * config.guess: Recognize some Sequent platforms.
16758 Thu May 20 14:33:48 1993  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
16760         * Makefile.in: added the vault-install target
16762         * configure.in: actually use the Sun3 makefile fragment that's in
16763         config, also added the release dir to configdirs
16765 Thu May 20 14:19:18 1993  Ken Raeburn  (raeburn@cambridge.cygnus.com)
16767         * Makefile.in (taz): Fix modes on stuff in $(TOOL) dir also.
16769 Tue May 18 20:26:41 1993  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
16771         * configure.in: remove some program from Alpha targetted toolchains
16773 Tue May 18 15:23:19 1993  Ken Raeburn  (raeburn@cygnus.com)
16775         * Makefile.in (DISTSTUFFDIRS): Renamed from PROTODIRS.  Add ld and
16776         gprof.
16777         (taz): Run "make diststuff" in those directories instead of "make
16778         proto-dir".  Look for "VERSION=" only at start of line in subdir
16779         Makefile.  Use "gzip -9" for compression.
16780         (TEXINFO_SUPPORT, DIST_SUPPORT, BINUTILS_SUPPORT_DIRS): New vars.
16781         (binutils.tar.z): New target.
16783 Mon May 17 17:01:15 1993  Ken Raeburn  (raeburn@deneb.cygnus.com)
16785         * Makefile.in (taz): Include gpl.texinfo.
16787 Fri May 14 06:48:38 1993  Ken Raeburn  (raeburn@deneb.cygnus.com)
16789         * Makefile.in (setup-dirs): Merged into "taz" target.
16790         (taz): Only do `proto-dir' stuff if a directory is actually needed
16791         for this target.
16793 Wed May 12 13:09:44 1993  Ian Lance Taylor  (ian@cygnus.com)
16795         * Makefile.in (MUNCH_NM): New variable, defined to be $(NM).
16796         (FLAGS_TO_PASS): Pass down MUNCH_NM.
16797         (HOST_CC, HOST_PREFIX, HOST_PREFIX_1): New variables.
16798         (EXTRA_GCC_FLAGS): Pass down HOST_* variables.
16799         (gcc-no-fixedincludes): Correct for current gcc Makefile.
16801 Tue May 11 10:14:25 1993  Fred Fish  (fnf@cygnus.com)
16803         * Makefile.in (make-gdb.tar.Z):  Add configure, config.guess,
16804         config.sub, and move-if-change to gdb testsuite distribution
16805         archive, so the testsuite can be extracted, configured, and
16806         run separately from the gdb distribution.  Blow away the Chill
16807         tests that require a Chill compiled executable, since GNU Chill
16808         is not yet publically available.
16810 Mon May 10 17:22:26 1993  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
16812         * test-build.mk: set environment variables in a single command,
16813         instead of a list of assignments and exports
16815         * config.guess: recognize Alpha/OSF1 systems
16817 Mon May 10 14:55:51 1993  K. Richard Pixley  (rich@rtl.cygnus.com)
16819         * configure: Change help message to prefer --options rather than
16820           -options.
16822 Mon May 10 05:58:35 1993  Ken Raeburn  (raeburn@kr-pc.cygnus.com)
16824         * config.sub: Convergent Tech. "miniframe" uses m68010, sez
16825         zippy@ecst.csuchico.edu.
16826         * config.guess: Recognize miniframe.
16828 Sun May  9 17:47:57 1993  Rob Savoye  (rob at darkstar.cygnus.com)
16830         * Makefile.in: Use srcroot to find runtest rather than rootme.
16831         Pass RUNTESTFLAGS and EXPECT down in BASE_FLAGS_TO_PASS.
16833 Fri May  7 14:55:59 1993  Ian Lance Taylor  (ian@cygnus.com)
16835         * test-build.mk: Extensive additions to support building on a
16836         machine other than the host.
16838 Wed May  5 08:35:04 1993  Ken Raeburn  (raeburn@deneb.cygnus.com)
16840         * configure (tooldir): Fix for i386-aix again.
16842 Mon May  3 19:00:27 1993  Per Bothner  (bothner@cygnus.com)
16844         * configure, Makefile.in:  Change definition of $(tooldir)
16845         to match the FSF.
16847 Fri Apr 30 15:55:21 1993  Fred Fish  (fnf@cygnus.com)
16849         * config.guess:  Recognize i[34]86/SVR4.
16851 Fri Apr 30 15:52:46 1993  Steve Chamberlain  (sac@thepub.cygnus.com)
16853         * Makefile.in (all-gdb): gdb depends on sim.
16855 Thu Apr 29 23:30:48 1993  Fred Fish  (fnf@cygnus.com)
16857         * Makefile.in (gdb.tar.Z):  Make prototype gdb testsuite directory
16858         at the same time we make the prototype gdb directory.
16859         * Makefile.in (make-gdb.tar.Z):  Make the testsuite distribution
16860         files at the same time as the gdb base release distribution.
16862 Thu Apr 29 12:50:37 1993  Ian Lance Taylor  (ian@cygnus.com)
16864         * Makefile.in (check): Use individual check targets rather than
16865         DO_X rule.
16866         (check-gcc): Added.
16868 Thu Apr 29 09:50:07 1993  Jim Kingdon  (kingdon@cygnus.com)
16870         * config.sub: Use sysv3.2 not sysv32 for canonical OS
16871         for System V release 3.2.
16873 Thu Apr 29 10:33:22 1993  Ken Raeburn  (raeburn@cambridge.cygnus.com)
16875         * config.sub: Recognize hppaosf.
16876         * configure.in: Do configure ld/binutils/gas for it.
16878 Tue Apr 27 06:25:34 1993  Ken Raeburn  (raeburn@kr-pc.cygnus.com)
16880         * configure (tooldir): Alter syntax used to set this, for systems
16881         where "\$" isn't handled right, like i386-aix.
16883 Thu Apr 22 08:17:35 1993  Ian Lance Taylor  (ian@cygnus.com)
16885         * configure: Pass program-transform-name, not
16886         program_transform_name, to recursive configures.
16888 Thu Apr 22 02:58:21 1993  Ken Raeburn  (raeburn@cygnus.com)
16890         * Makefile.in (gas+binutils.tar.z): New rule for building snapshots
16891         of gas+ld+binutils.
16893 Mon Apr 19 17:41:30 1993  Per Bothner  (bothner@cygnus.com)
16895         * config.guess:  Recognize AIX3.2 as distinct from 3.1.
16897 Sat Apr 17 17:19:50 1993  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
16899         * configure.in: rename m88k-motorola-m88kbcs to m88k-motorola-sysv
16901 Tue Apr 13 16:52:16 1993  Brendan Kehoe  (brendan@lisa.cygnus.com)
16903         * Makefile.in (PRMS): Set back to all-prms.
16905 Sat Apr 10 12:04:07 1993  Ian Lance Taylor  (ian@cygnus.com)
16907         * test-build.mk: Pass -with-gnu-as for known MIPS native and MIPS
16908         targets, rather than for MIPS hosts.
16910 Fri Apr  9 13:51:06 1993  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
16912         * configure.in: add comment for --with-x default values
16914         * config.guess: handle Motorola Delta88 box for SVR3 and SVR4.
16916         * Makefile.in: add check-* targets for each of the directories in
16917         the tree.  Add a definition of RUNTEST that will use the one we
16918         just built, if it exists.  Pass this down via FLAGS_TO_PASS.
16920 Thu Apr  8 09:21:30 1993  Ian Lance Taylor  (ian@cygnus.com)
16922         * configure.in: Removed obsolete references to bfd_target and
16923         target_makefile_frag.
16925         * build-all.mk: Set assorted targets for Q2.
16926         * config.sub: Recognize z8k-sim and h8300-hms.
16927         * test-build.mk: Really don't pass host to configure.
16928         (HOLES): Added uname.
16930 Wed Apr  7 15:48:19 1993  Ian Lance Taylor  (ian@cygnus.com)
16932         * configure: Handle an empty program-prefix, program-suffix or
16933         program-transform-name correctly.
16935 Tue Apr  6 13:48:41 1993  Ian Lance Taylor  (ian@cygnus.com)
16937         * build-all.mk: -G 8 no longer required for MIPS targets.
16938         * test-build.mk: Don't pass host argument to configure; make it
16939         guess.
16941 Tue Apr  6 10:36:53 1993  Fred Fish  (fnf@cygnus.com)
16943         * Makefile.in (gdb.tar.Z):  Fix for building gzip'd distribution.
16944         * Makefile.in (COMPRESS):  New macro, like GZIP.
16946 Fri Apr  2 09:02:31 1993  Ian Lance Taylor  (ian@cygnus.com)
16948         * test-build.mk: Use -with-gnu-as for mips-sgi-irix4 as well.
16950         * build-all.mk: Set GCC to gcc -O -G 8 for MIPS targets, since gcc
16951         with gas currently defaults to -G 0.
16953 Thu Apr  1 08:25:42 1993  Ian Lance Taylor  (ian@cygnus.com)
16955         * Makefile.in (all-flex): flex depends on byacc.
16957         * build-all.mk: If host not specified, use config.guess.  Pass TAG
16958         to test-build.mk as RELEASE_TAG.
16959         * test-build.mk (configargs): New variable containing arguments to
16960         pass to configure.  Set to -with-gnu-as on mips-dec-ultrix.
16961         (FLAGS_TO_PASS): Pass down RELEASE_TAG.
16963         * config.guess: Use /bin/uname when checking -X argument on SCO,
16964         to avoid invoking GNU uname which doesn't understand -X.
16966         * test-build.mk: Don't use /usr/unsupported/bin/as on AIX.
16968         * configure.in: Build gas for mips-*-*.
16970 Wed Mar 31 21:20:58 1993  K. Richard Pixley  (rich@rtl.cygnus.com)
16972         * Makefile.in (all.normal): insert missing backslash.
16974 Wed Mar 31 12:31:56 1993  Ian Lance Taylor  (ian@cygnus.com)
16976         * build-all.mk: Bump -XNh value to 1500 to match gcc requirements.
16978         * Makefile.in: Complete overhaul to merge many almost identical
16979         targets.
16981 Tue Mar 30 20:17:01 1993  Ken Raeburn  (raeburn@cambridge.cygnus.com)
16983         * Makefile.in (setup-dirs-gdb): Renamed from setup-dirs.
16984         (gdb.tar.Z): Adjusted.
16986         * Makefile.in (setup-dirs, taz): New targets; should be general
16987         enough to adapt for gdb sometime.  Build only .z file.
16988         (gas.tar.z): New target.
16990 Tue Mar 30 10:03:09 1993  Ian Lance Taylor  (ian@cygnus.com)
16992         * build-all.mk: Use CC=cc -Xs on Solaris.
16994 Thu Mar 25 15:14:30 1993  Fred Fish  (fnf@cygnus.com)
16996         * Makefile.in:  Incorporate changes suggested by wilson@cygnus.com
16997         for handling BISON for FSF releases.
16999 Thu Mar 25 06:19:48 1993  Ken Raeburn  (raeburn@kr-pc.cygnus.com)
17001         * configure: Actually implement the change zoo just documented.
17003 Wed Mar 24 13:02:44 1993  david d `zoo' zuhn  (zoo at poseidon.cygnus.com)
17005         * configure: when using config.guess, only set target_alias when
17006         it's not already been set (ie, on the command line)
17008 Mon Mar 22 23:07:39 1993  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
17010         * Makefile.in: add installcheck target, set PRMS to install-prms
17012 Sun Mar 21 16:46:12 1993  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
17014         * configure: add support for package_makefile_fragment, handle the
17015         case where a directory has a configure.in file but no Makefile.in
17016         more gracefully (with an actual understandable error message, even);
17017         add support for --without (and add this to the usage message); also
17018         explicitly add a --host=${host_alias} to the command line when
17019         config.guess is used
17021 Sun Mar 21 12:11:58 1993  Jim Wilson  (wilson@sphagnum.cygnus.com)
17023         * configure: Must use both --host and --target in recursive calls.
17025 Thu Mar 18 12:31:35 1993  Ian Lance Taylor  (ian@cygnus.com)
17027         * Makefile.in: Change deja-gnu to dejagnu.
17029 Mon Mar 15 15:44:35 1993  Ian Lance Taylor  (ian@cygnus.com)
17031         * configure.in (h8300-*-*, h8500-*-*): Don't build libg++.
17033 Fri Mar 12 18:30:14 1993  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
17035         * configure.in: canonicalize all instances to *-*-solaris2*,
17036         also strip out a number of tools to not build for go32 host
17038 Wed Mar 10 12:08:27 1993  K. Richard Pixley  (rich@rtl.cygnus.com)
17040         * config.guess: add GPL.
17042         * Makefile.in, config.guess, config.sub, configure: bump
17043           copyrights to 93.
17045 Wed Mar 10 07:12:48 1993  Ian Lance Taylor  (ian@cygnus.com)
17047         * Makefile.in (do-info): Removed obsolete check for existence of
17048         localenv file.
17050         * Makefile.in (MAKEOVERRIDES): Define to be empty.
17052 Wed Mar 10 03:11:56 1993  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
17054         * Makefile.in: a couple of 'else true' for decstation,
17055         support for TclX
17057         * configure.in: configure tclX too; don't remove Tk on RS/6000 anymore
17059 Tue Mar  9 16:06:12 1993  K. Richard Pixley  (rich@cygnus.com)
17061         * Makefile.in (setup-dirs): change invocation of make to $(MAKE).
17063 Mon Mar  8 14:52:11 1993  Ken Raeburn  (raeburn@cambridge)
17065         * config.guess: Recognize i386-ibm-aix (PS/2).
17066         * configure.in: Use config/mh-aix386 file for it.
17068 Mon Mar  8 11:12:43 1993  Ian Lance Taylor  (ian@cygnus.com)
17070         * Makefile.in (GCC_FOR_TARGET): Eliminated definition; use
17071         CC_FOR_TARGET instead.
17072         (BASE_FLAGS_TO_PASS): Pass GCC_FOR_TARGET=$(CC_FOR_TARGET).
17074 Wed Mar  3 16:00:28 1993  Steve Chamberlain  (sac@ok.cygnus.com)
17076         * Makefile.in: Add sim to list of directories sent with gdb
17078 Wed Mar  3 11:42:39 1993  Ken Raeburn  (raeburn@cygnus.com)
17080         * configure.in: Put back mips-dec-bsd* case.
17082 Tue Mar  2 21:15:58 1993  Fred Fish  (fnf@cygnus.com)
17084         (Ultrix 2.2 support from Michael Rendell <michael@mercury.cs.mun.ca>)
17085         * configure.in (vax-*-ultrix2*):  Add Ultrix 2.2 triplet.
17086         * config.guess:  Change 'VAX*:ULTRIX:*:*' to 'VAX*:ULTRIX*:*:*'.
17088 Tue Mar  2 18:11:03 1993  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
17090         * configure.in: remove no-op mips-dec-bsd* in "case $target"
17092         * Makefile.in (dir.info): only run gen-info-dir if it exists,
17093         (install-info): install dir.info only if it exists,
17094         (all-expect, install-expect): pass along X11_FLAGS_TO_PASS
17096 Tue Mar  2 09:01:30 1993  Ken Raeburn  (raeburn@cygnus.com)
17098         * configure.in: For vms target, skip bfd, ld, binutils.  Do build
17099         gas for mips-dec-bsd.
17101 Tue Mar  2 08:35:24 1993  Ian Lance Taylor  (ian@cygnus.com)
17103         * configure (makesrcdir): If ${srcdir} is relative and not ".",
17104         and ${subdir} is not ".", set makesrcdir based on ${invsubdir}.
17106 Tue Feb 23 14:18:28 1993  Mike Werner  (mtw@poseidon.cygnus.com)
17108         * configure.in: Added "dejagnu" to hosttools list.
17110 Mon Feb 22 23:28:38 1993  Per Bothner  (bothner@rtl.cygnus.com)
17112         * config.sub, configure.in, config.guess:  Add support
17113         for Bosx, an AIX variant from Bull.
17114         Patches from F.Pierresteguy@frcl.bull.fr.
17116 Sun Feb 21 11:15:22 1993  Mike Werner  (mtw@poseidon.cygnus.com)
17118         * devo/dejagnu: Initial creation of devo/dejagnu.
17119         Migrated dejagnu testcases and support files for testing software
17120         tools to reside as subdirectories, currently called "testsuite",
17121         within the directory of the software tool.  Migrated all programs,
17122         support libraries, etc. beloging to dejagnu proper from
17123         devo/deja-gnu to devo/dejagnu.  These files were moved "as is"
17124         with no modifications.  The changes to these files which will
17125         allow them to configure, build, and execute properly will be made
17126         in a future update.
17128 Fri Feb 19 20:19:39 1993  Brendan Kehoe  (brendan@lisa.cygnus.com)
17130         * Makefile.in: Change send_pr to send-pr.
17131         * configure.in: Likewise.
17132         * send_pr: Renamed directory to send-pr.
17134 Fri Feb 19 19:00:13 1993  Per Bothner  (bothner@cygnus.com)
17136         * Makefile.in:  Add some extra semi-colons (needed if SHELL=bash).
17138 Fri Feb 19 00:59:33 1993  John Gilmore  (gnu@cygnus.com)
17140         * README:  Update for gdb-4.8 release.
17141         * Makefile.in (gdb.tar.Z):  Add texinfo/tex3patch.  Build
17142         gdb-xxx.tar.z (gzip'd) file also.
17144 Thu Feb 18 09:16:17 1993  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
17146         * Makefile.in: make all-diff depend on all-libiberty
17148 Tue Feb 16 16:06:31 1993  K. Richard Pixley  (rich@cygnus.com)
17150         * config.guess: add vax-ultrix in the spirit of mips-ultrix.
17152 Tue Feb 16 05:57:15 1993  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
17154         * configure.in, Makefile.in: add hello, tar, gzip, recode, indent
17156 Tue Feb 16 00:58:20 1993  John Gilmore  (gnu@cygnus.com)
17158         * Makefile.in (DEVO_SUPPORT):  Remove etc directory
17159         (ETC_SUPPORT):  Only add the files GDB wants from etc/.
17160         (gdb.tar.Z):  Use ETC_SUPPORT.  Use byacc when building the file.
17162 Thu Feb 11 20:14:28 1993  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
17164         * Makefile.in:  makeinfo binary is in a new location
17166 Tue Feb  9 12:42:27 1993  Ian Lance Taylor  (ian@cygnus.com)
17168         * config.sub: Accept -ecoff as an OS.
17170         * Makefile.in: Various changes to eliminate a level of make
17171         recursion and reduce the required command line length.
17172         (BASE_FLAGS_TO_PASS): New variable holding flags passed to all
17173         sub-makes.
17174         (EXTRA_HOST_FLAGS, EXTRA_TARGET_FLAGS, EXTRA_GCC_FLAGS): New
17175         variables holding settings for specific sub-makes.
17176         (FLAGS_TO_PASS, TARGET_FLAGS_TO_PASS, GCC_FLAGS_TO_PASS): Rewrote
17177         in terms of BASE_FLAGS_TO_PASS.
17178         (TARGET_LIBS): New variable listing directories which use
17179         TARGET_FLAGS_TO_PASS.
17180         (subdir_do): Eliminated.
17181         (do-*): New set of targets to replace subdir_do.
17182         (various): All targets which used subdir_do now depend on do-*.
17183         (local-clean): Renamed from do_clean.
17184         (local-distclean): New target, dependency of distclean and
17185         realclean.
17186         (install-info): Don't create directories.  Depend on dir.info
17187         rather than calling make recursively.
17188         (install-dir.info): Eliminated.
17189         (install-info-dirs): Create all info directories here.
17190         (dir.info): Depend upon do-install-info.
17192         * test-build.mk (HOLES): Added false.
17194 Sat Feb  6 14:05:09 1993  Per Bothner  (bothner@rtl.cygnus.com)
17196         * config.guess:  Recognize BSDI and BSDJ (Jolitz 386bsd).
17198 Thu Feb  4 20:49:18 1993  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
17200         * Makefile.in (info): remove dependency on all-texinfo.  The
17201         problem was really in texinfo/C, not at this level.
17203 Thu Feb  4 13:38:41 1993  Ian Lance Taylor  (ian@cygnus.com)
17205         * Makefile.in (info): Added dependency on all-texinfo (PR 2112).
17207 Thu Feb  4 01:50:53 1993  John Gilmore  (gnu@cygnus.com)
17209         * Makefile.in (make-gdb.tar.Z):  Change BISON to 'bison -y' for
17210         GDB releases.
17212 Wed Feb  3 17:22:16 1993  Ken Raeburn  (raeburn@cambridge.cygnus.com)
17214         * configure: Include srcdir in message about target of link not
17215         being found.  Don't convert `-' to `_' in `with' options being
17216         passed to subdirs.
17218 Tue Feb  2 18:57:59 1993  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
17220         * configure.in: add uudecode to host_tools
17222         * Makefile.in: added {all,install}-uudecode targets, added them to
17223         the appropriate lists
17225 Tue Feb  2 11:45:53 1993  Ian Lance Taylor  (ian@cygnus.com)
17227         * Makefile.in (all-gcc): Added dependency on all-gas.
17229         * configure.in (mips-*-*): Build ld and binutils.
17231 Mon Feb  1 12:35:41 1993  K. Richard Pixley  (rich@rtl.cygnus.com)
17233         * configure: check return code from mkdir, print error message and
17234           exit on failure.
17236 Sat Jan 30 16:40:28 1993  John Gilmore  (gnu@cygnus.com)
17238         * Makefile.in (make-gdb.tar.Z):  New location for texinfo.tex.
17240 Thu Jan 28 15:09:59 1993  Ian Lance Taylor  (ian@cygnus.com)
17242         * test-build.mk (HOLES): Added tar, cpio and uudecode.
17244 Wed Jan 27 16:50:32 1993  Jim Wilson  (wilson@sphagnum.cygnus.com)
17246         * config.sub (h8500):  Recognize this as a cpu type.
17248 Sat Jan 23 20:32:01 1993  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
17250         * configure: source directory missing is no longer a warning
17252         * configure.in: recognize irix[34]* instead of irix[34]
17254         * Makefile.in: define and pass down X11_LIB
17256 Sat Jan 23 13:49:40 1993  Per Bothner  (bothner@cygnus.com)
17258         * guess-systype: Renamed to ...
17259         * config.guess:  ... by popular request.
17260         * configure.in, Makefile.in:  Update accordingly.
17262 Thu Jan 21 12:20:55 1993  Per Bothner  (bothner@cygnus.com)
17264         * guess-systype:  Patches from John Eaton <jwe@che.utexas.edu>:
17265         + Add Convex, Cray/Unicos, and Encore/Multimax support.
17266         + Execute ./dummy instead of assuming . is in PATH.
17268 Tue Jan 19 17:18:06 1993  Per Bothner  (bothner@cygnus.com)
17270         * guess-systype:  New shell script.  Attempts to guess the
17271         canonical host name of the executing host.
17272         Only a few hosts are supported so far.
17273         * configure:  Call guess-systype if no host is specified.
17275 Tue Jan 19 08:26:07 1993  Ian Lance Taylor  (ian@cygnus.com)
17277         * Makefile.in (gcc-no-fixedincludes): Made to work with current
17278         gcc Makefile.
17281 Fri Jan 15 10:27:02 1993  Ian Lance Taylor  (ian@cygnus.com)
17283         * Makefile.in (GCC_FLAGS_TO_PASS): New variable.
17284         (all-gcc, install-gcc, subdir_do): Use it.
17286 Wed Jan 13 17:06:45 1993  Jim Wilson  (wilson@sphagnum.cygnus.com)
17288         * Makefile.in: Rename uninstalled gcc driver from gcc to xgcc.
17290 Wed Jan  6 20:29:16 1993  Mike Werner  (mtw@rtl.cygnus.com)
17292         * Makefile.in: Removed explicit setting of SUBDIRS. SUBDIRS is now
17293           set exclusively by configure, using configure.in .
17295 Wed Jan  6 13:44:11 1993  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
17297         * test-build.mk: set $PATH for all builds
17299         * Makefile.in: pass TARGET_FLAGS_TO_PASS for xiberty and libm
17301 Wed Jan  6 11:02:10 1993  Fred Fish  (fnf@cygnus.com)
17303         * Makefile.in (GCC_FOR_TARGET):  Supply a default that matches
17304         the one used in gcc/Makefile.in, so that a null expansion doesn't
17305         override the one needed to build gcc with a native cc.
17308 Tue Jan  5 07:55:12 1993  Ken Raeburn  (raeburn@cambridge.cygnus.com)
17310         * configure: Accept -with arguments.
17312 Sun Jan  3 15:15:09 1993  Steve Chamberlain  (sac@thepub.cygnus.com)
17314         * Makefile.in: added h8300sim
17316 Tue Dec 29 15:06:00 1992  Ian Lance Taylor  (ian@cygnus.com)
17318         * build-all.mk: If canonhost is i386-unknown-sco3.2v4, change it
17319         to i386-sco3.2v4.  Set TARGETS and CFLAGS for i386-sco3.2v4.
17320         (all-cygnus, native, build-cygnus): Make
17321         $(canonhost)-stamp-3stage-done, not $(host)....
17322         * test-build.mk (stamp-3stage-compared): Use tail +10c for
17323         i386-sco3.2v4.  Added else true to if command.
17325 Mon Dec 28 12:08:56 1992  Ken Raeburn  (raeburn@cygnus.com)
17327         * config.sub: (from FSF) Sequent uses a BSD-like OS.
17329 Mon Dec 28 08:32:06 1992  Minh Tran-Le  (mtranle@paris.intellicorp.com)
17331         * configure.in (i[34]86-*-isc*): added; uses mh-sysv.
17333 Thu Dec 24 17:26:24 1992  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
17335         * configure.in: don't remove binutils from Solaris builds
17337 Thu Dec 24 14:08:38 1992 david d`zoo' zuhn  (zoo@cygnus.com)
17339         * Makefile.in: get rid of earlier definitions for *clean,
17340         also handle the recursive info rule better
17342 Thu Dec 24 12:40:21 1992  Per Bothner  (bothner@rtl.cygnus.com)
17344         * Makefile.in (mostlyclean, distclean, realclean):  Fix to
17345         do more-or-less the right thing.
17347 Wed Dec 16 10:25:31 1992  Ian Lance Taylor  (ian@cygnus.com)
17349         * Makefile.in: Add lines defining CC and CXX, and use CXX rather
17350         than gcc in definitions of CXX_FOR_BUILD and CXX_FOR_TARGET.
17352 Tue Dec 15 00:34:32 1992  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
17354         * Makefile.in: change all $(host_cpu)-$(host_vendor)-$(host_os) to
17355         $(host_canonical).
17357         * configure.in: split the configdirs list into 4 categories (native
17358         v. cross, library v. tool) and handle the cross-only and native-
17359         only in more reasonable (and correct!) way.
17361 Mon Dec 14 17:04:22 1992  Stu Grossman  (grossman at cygnus.com)
17363         * configure.in (hppa*-*-*):  Don't remove bfd and gdb from
17364         configdirs anymore.
17366 Sun Dec 13 00:37:26 1992  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
17368         * Makefile.in: extensive cleanup::  removed all of the explicit
17369         clean-* targets, collapsed many wrappers around subdir_do into
17370         one, added additional targets to satisfy standards.texi, deleted
17371         some old targets, some changes for consistency
17373 Fri Dec 11 20:18:02 1992  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
17375         * configure.in: handle some programs as cross-only, and others as
17376         native only
17378         * test-build.mk: handle partial holes in a more generic manner
17380         * Makefile.in: m4 depends on libiberty
17382 Thu Dec  3 21:52:11 1992  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
17384         * configure.in: add m4, textutils, fileutils, sed, shellutils,
17385         time, wdiff, and find to configdirs
17387         * Makefile.in: all, clean, and install rules for the new programs
17388         added to configure.in
17390 Mon Nov 30 14:54:34 1992  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
17392         * configure.in: use mh-sun for all *-sun-* hosts
17394 Fri Nov 27 18:35:54 1992  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
17396         * Makefile.in: define flags for X11 include files and library file
17397         locations, pass them down to the programs that need this info
17399         * build-all.mk: added a 'native' target, to 3stage the native toolchain
17401 Sun Nov 22 18:59:13 1992  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
17403         * configure.in: start building libg++ for HP-UX targets
17405 Wed Nov 18 19:33:11 1992  John Gilmore  (gnu@cygnus.com)
17407         * README:  Update references to files moved into etc/.
17409 Sun Nov 15 09:36:08 1992  Fred Fish  (fnf@cygnus.com)
17411         * config.sub (i386sol2, i486sol2):  i[34]86-unknown-solaris2.
17412         * configure.in (i[34]86-*-solaris2*):  Use config/mh-sysv4.
17414 Thu Nov 12 08:50:42 1992  Ian Lance Taylor  (ian@cygnus.com)
17416         * configure: accept dash as well as underscore in long option
17417         names for FSF compatibility.
17419 Wed Nov 11 08:04:37 1992  Ian Lance Taylor  (ian@cygnus.com)
17421         * config.sub: added -sco3.2v4 support from FSF.
17423 Sun Nov  8 21:14:30 1992  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
17425         * configure.in: expand the section that adds or removes
17426         directories from the list of programs to build, to handle native
17427         vs. cross in addition to host v. native
17429 Sat Nov  7 18:52:27 1992  Per Bothner  (bothner@rtl.cygnus.com)
17431         * Makefile.in:  Replace C++ in macro names with CXX.
17432         This is less likely to break ...
17434 Sat Nov  7 15:16:58 1992  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
17436         * test-build.mk: add -w to GNU_MAKE
17438 Fri Nov  6 23:10:37 1992  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
17440         * config.sub: remove 'sparc'-->'sparc-sun' default transformation,
17441         add 'sparc' to list of recognized cpus.  This needed to make
17442         'sparc-aout' expand to 'sparc-unknown-aout' instead of 'sparc-sun-aout'.
17443         Delete some redundant ose68 variants.  Recognize -wrs as an os,
17444         then changes that into $CPU-wrs-vxworks.
17446         * configure.in: remove most references to gdbtest, regularize
17447         target based program removal
17449         * test-build.mk: import from p3 tree (many fixes and changes)
17451 Fri Nov  6 20:59:00 1992  david d `zoo' zuhn  (zoo@cygnus.com)
17453         * Makefile.in: added rules to handle tcl, tk, and expect
17455         * configure.in: handle those directories if they exist
17457 Thu Nov  5 14:35:41 1992  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
17459         * config.sub: removed bogus hppabsd and hppahpux names, since
17460         "hppa" is not a valid cpu (hppa1.1 or hppa1.0 are, though)
17462 Thu Oct 29 00:12:41 1992  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
17464         * Makefile.in: all-gcc now depends on all-binutils.  all-libg++
17465         depends upon all-xiberty
17467         * Makefile.in: changes from p3, including:
17469         Thu Oct  8 15:00:17 1992  Ian Lance Taylor  (ian@cygnus.com)
17471         * Makefile.in (XTRAFLAGS): include newlib directories if
17472         newlib/Makefile exists, rather than if host != target.
17474         Fri Sep 25 13:41:52 1992  Ian Lance Taylor  (ian@cygnus.com)
17476         * Makefile.in: added -nostdinc to XTRAFLAGS if we are using gcc
17477         from the same source tree and not building a cross-compiler.  This
17478         matters for the libg++ configuration if reconfiguring a tree that
17479         has already been installed.
17481         Thu Sep 10 10:35:51 1992  Ian Lance Taylor  (ian@cygnus.com)
17483         * Makefile.in: added -I for newlib/targ-include to XTRAFLAGS, to
17484         pick up the machine and system specific header files.
17486         * Makefile.in: added AS_FOR_TARGET, passed down in
17487         TARGET_FLAGS_TO_PASS.  Added CC_FOR_BUILD, which is intended to be
17488         the C compiler to use to create programs which are run in the
17489         build environment, set it to default to $(CC), and passed it down
17490         in FLAGS_TO_PASS and TARGET_FLAGS_TO_PASS.
17492         Mon Sep  7 22:34:42 1992  Ian Lance Taylor  (ian@cirdan.cygnus.com)
17494         * Makefile.in: add $(host) = $(target) tests back to *_FOR_TARGET.
17495         We need them for unusual native builds, like systems without
17496         ranlib.
17498         * configure: also define $(host_canonical) and
17499         $(target_canonical), which are the full, canonical names for the
17500         given host and target
17502 Sun Nov  1 16:38:17 1992  Per Bothner  (bothner@cygnus.com)
17504         * Makefile.in:  Added separate definitions for C++.
17506 Fri Oct 30 11:37:52 1992  Fred Fish  (fnf@cygnus.com)
17508         * configure.in (configdirs):  Add deja-gnu.
17510 Fri Oct 23 00:39:18 1992  John Gilmore  (gnu@cygnus.com)
17512         * README:  Update for configure.texi and gdb-4.7 release.
17514 Wed Oct 21 21:54:27 1992  John Gilmore  (gnu@cygnus.com)
17516         * Makefile.in:  Move "all" target to top of file.
17517         Previously, first target was ".PHONY" which caused BSD4.4 make
17518         to build .PHONY when make was run without arguments.
17520 Mon Oct 19 01:17:54 1992  John Gilmore  (gnu@cygnus.com)
17522         * Makefile.in:  Add COPYING.LIB to GDB releases, now that there's
17523         Library-copylefted code in libiberty.
17525 Tue Oct 13 01:22:32 1992  John Gilmore  (gnu@cygnus.com)
17527         * config.sub:  Replace m68kmote with plain old m68k.
17529 Fri Oct  9 03:14:24 1992  John Gilmore  (gnu@cygnus.com)
17531         * Makefile.in:  Remove space from blank line, avoid Make complaints.
17533 Thu Oct  8 18:41:45 1992  Ken Raeburn  (raeburn@cygnus.com)
17535         * config.sub: Complain if no argument is given.  Added support for
17536         386bsd as OS and target alias.
17538 Thu Oct  8 15:07:22 1992  Ian Lance Taylor  (ian@cygnus.com)
17540         * Makefile.in (XTRAFLAGS): include newlib directories if
17541         newlib/Makefile exists, rather than if host != target.
17543 Mon Oct  5 03:00:09 1992  Mark Eichin  (eichin at tweedledumber.cygnus.com)
17545         * config.sub: recognize sparclite-wrs-vxworks.
17547         * Makefile.in (install-xiberty): added *-xiberty make rules (from
17548         p3.) Added clean-xiberty to clean.
17550 Thu Oct  1 17:59:19 1992  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
17552         * configure.in: use *-*-* instead of nested cases for host and target
17554 Tue Sep 29 14:11:18 1992  Ian Lance Taylor  (ian@cygnus.com)
17556         * Makefile.in: added -nostdinc to XTRAFLAGS if we are using gcc
17557         from the same source tree and not building a cross-compiler.  This
17558         matters for the libg++ configuration if reconfiguring a tree that
17559         has already been installed.
17561 Sep 20 08:53:10 1992  Fred Fish  (fnf@cygnus.com)
17563         * config.sub (i486v/i486v4):  Merge in from FSF version.
17565 Fri Sep 18 00:32:00 1992  Mark Eichin  (eichin@cygnus.com)
17567         * configure: only set PWD if it is already set.
17569 Thu Sep 17 23:05:53 1992  Mark Eichin  (eichin@cygnus.com)
17571         * configure: just set PWD=`pwd` at the top, since Ultrix sh
17572         doesn't have unset and all success paths (and most error paths)
17573         out set it anyway. (Note: should change all uses of ${PWD=`pwd`}
17574         to just ${PWD} to avoid confusion.)
17576 Tue Sep 15 16:00:54 1992  Ian Lance Taylor  (ian@cygnus.com)
17578         * configure: always set $(tooldir) to $(libdir)/$(target_alias),
17579         even for a native compilation.
17581 Tue Sep 15 02:22:56 1992  John Gilmore  (gnu@cygnus.com)
17583         Changes to make the gdb.tar.Z rule work better.
17585         * Makefile.in (GDB_SUPPORT_DIRS):  Add opcodes.
17586         (DEVO_SUPPORT):  Add configure.texi.
17587         (bfd-ilrt.tar.Z):  Remove ancient rule.
17589 Thu Sep 10 10:43:19 1992  Ian Lance Taylor  (ian@cygnus.com)
17591         * Makefile.in: added -I for newlib/targ-include to XTRAFLAGS, to
17592         pick up the machine and system specific header files.
17594         * configure.in, config.sub: added new target m68010-adobe-scout,
17595         with alias of adobe68k.  Changed configure.in to check for
17596         -scout before -sco* to avoid a false match.
17598         * Makefile.in: added AS_FOR_TARGET, passed down in
17599         TARGET_FLAGS_TO_PASS.  Added CC_FOR_BUILD, which is intended to be
17600         the C compiler to use to create programs which are run in the
17601         build environment, set it to default to $(CC), and passed it down
17602         in FLAGS_TO_PASS and TARGET_FLAGS_TO_PASS.
17604 Wed Sep  9 12:21:42 1992  Ian Lance Taylor  (ian@cygnus.com)
17606         * Makefile.in: added TARGET_FLAGS_TO_PASS, CC_FOR_TARGET,
17607         AR_FOR_TARGET, RANLIB_FOR_TARGET, NM_FOR_TARGET.  Pass
17608         TARGET_FLAGS_TO_PASS, which defines CC, AR, RANLIB and NM as the
17609         FOR_TARGET variants, to newlib and libg++.
17611 Tue Sep  8 17:28:30 1992  Ken Raeburn  (raeburn@cambridge.cygnus.com)
17613         * Makefile.in (all-gas, all-gdb): Require all-opcodes to be built
17614         first.
17616 Wed Sep  2 02:50:05 1992  John Gilmore  (gnu@cygnus.com)
17618         * config.sub:  Accept `elf' as an environment.
17620 Tue Sep  1 15:48:30 1992  Steve Chamberlain  (sac@thepub.cygnus.com)
17622         * Makefile.in (all-opcodes):  cd into the right directory
17624 Sun Aug 30 21:12:11 1992  Ian Lance Taylor  (ian@cygnus.com)
17626         * configure: added -program_transform_name option, used as
17627         argument to sed when installing programs.
17628         configure.texi: added documentation for -program_prefix,
17629         -program_suffix and -program_transform_name.
17631 Thu Aug 27 21:59:44 1992  John Gilmore  (gnu@cygnus.com)
17633         * config.sub:  Accept i486 where i386 ok.
17635 Thu Aug 27 13:04:42 1992  Brendan Kehoe  (brendan@rtl.cygnus.com)
17637         * config.sub: accept we32k
17639 Mon Aug 24 14:05:14 1992  Ian Lance Taylor  (ian@cygnus.com)
17641         * config.sub, configure.in: accept OSE68000 and OSE68k.
17643         * Makefile.in: don't create all directories for ``make install'';
17644         let the subdirectories create the ones they need.
17646 Tue Aug 11 23:13:17 1992  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
17648         * COPYING: new file, GPL v2
17650 Tue Aug  4 01:12:43 1992  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
17652         * Makefile.in: use the new gen-info-dir, which needs a template
17653         argument (which also lives in texinfo)
17655         * configure.texi, standards.texi: fix INFO-DIR-ENTRY
17657 Mon Aug  3 00:34:17 1992  Fred Fish  (fnf@cygnus.com)
17659         * config.sub (ncr3000):  Change i386 to i486.
17661 Thu Jul 23 00:12:17 1992  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
17663         * Makefile.in: add install-rcs, install-grep to
17664         install-no-fixedincludes, removed install-bison and install-libgcc
17666 Tue Jul 21 01:01:50 1992  david d `zoo' zuhn (zoo@cygnus.com)
17668         * configure.in: grab the HPUX makefile fragment if on HPUX
17670 Mon Jul 20 11:02:09 1992  D. V. Henkel-Wallace  (gumby@cygnus.com)
17672         * Makefile.in: eradicate bison spoor (ditto libgcc).
17673          configure.in: recognise m68{k,000}-ericsson-OSE.
17674          es1800 is alias for m68k-ericsson-OSE
17676 Sun Jul 19 17:49:02 1992  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
17678         * configure.in: rearrange the parts that remove programs from
17679         configdirs, based now on HOST==TARGET or by canonical triple.
17681 Fri Jul 17 22:52:49 1992  K. Richard Pixley  (rich@rtl.cygnus.com)
17683         * test-build.mk: recurse explicitly with -f test-build.mk when
17684           appropriate.  predicate stage3 and comparison on the existence
17685           of gcc.  That is, if gcc isn't around, we aren't three-staging.
17686           On very clean, also remove ...stamp-co.  Build in-place before
17687           doing other builds.
17689 Thu Jul 16 18:33:09 1992  Steve Chamberlain  (sac@thepub.cygnus.com)
17691         * Makefile.in, configure.in: add tgas
17693 Thu Jul 16 16:05:28 1992  K. Richard Pixley  (rich@rtl.cygnus.com)
17695         * Makefile.in: a number of changes merged in from progressive.
17697         * configure.in: add libm.
17699         * .cvsignore: ignore some stuff that comes from test-build.mk.
17701 Tue Jul  7 00:24:52 1992  Fred Fish  (fnf@cygnus.com)
17703         * config.sub:  Add es1800 (m68k-ericsson-es1800).
17705 Tue Jun 30 20:24:41 1992  D. V. Henkel-Wallace  (gumby@cygnus.com)
17707         * configure: Add program_suffix (parallel to program_prefix)
17708         * Makefile.in: adjust directory-creating script for losing decstation
17710 Mon Jun 22 23:43:48 1992  Per Bothner  (bothner@cygnus.com)
17712         * configure:  Minor $subdir-related fixes.
17714 Mon Jun 22 18:30:26 1992  Steve Chamberlain  (sac@thepub.cygnus.com)
17716         * configure: fix various problems with propogating
17717         makefile_target_frag in subdirs.
17718         * configure.in: config libgcc if its there
17720 Fri Jun 19 15:19:40 1992  Stu Grossman  (grossman at cygnus.com)
17722         * config.sub:  HPPA merge.
17724 Sun Jun 14 10:29:19 1992  John Gilmore  (gnu at cygnus.com)
17726         * Makefile.in:  Replace all-bison with all-byacc in all
17727         dependency lines for other tools (which now use byacc).
17729 Fri Jun 12 22:21:57 1992  John Gilmore  (gnu at cygnus.com)
17731         * config.sub:  Add sun4sol2 => sparc-sun-solaris2.
17733 Thu Jun  4 12:07:32 1992  Mark Eichin  (eichin@cygnus.com)
17735         * Makefile.in: make gprof rules similar to byacc rules (instead of
17736         vestigal $(unsubdir) that didn't work...)
17738 Thu Jun  4 00:37:05 1992  Per Bothner  (bothner@rtl.cygnus.com)
17740         * config.sub:  Add support for Linux.
17741         * Makefile.in:  Use $(FLAGS_TO_PASS) more consistently
17742         (at least for libg++).
17744 Tue Jun 02 20:03:00 1992  david d `zoo' zuhn (zoo@cygnus.com)
17746         * configure.texi: fix doc for the -nfp option to configure
17748 Tue Jun  2 17:20:52 1992  Michael Tiemann  (tiemann@cygnus.com)
17750         * Makefile.in (all-binutils): ar needs flex, so depend on all-flex.
17752 Sun May 31 15:04:08 1992  Mark Eichin  (eichin at cygnus.com)
17754         * config.sub: changed [^-]+ to [^-][^-]* so that it works under
17755         Sun sed. (BSD 4.3 sed doesn't handle [^-]+ either.)
17756         * configure.in: added solaris* host_makefile_frag hook.
17758 Sun May 31 01:10:34 1992  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
17760         * config.sub: changed recognition of m68000 so that various
17761         m68k types can be specified via m680[01234]0
17763 Sat May 30 21:01:06 1992  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
17765         * config.sub (basic_machine): fix sed so that '-foo' isn't
17766         completely substituted out while .+'-foo' loses the '-foo'
17768 Wed May 27 23:18:52 1992  Michael Tiemann  (tiemann@rtl.cygnus.com)
17770         * config.sub ($os): Add -aout.
17772 Fri May 22 14:00:02 1992  Per Bothner  (bothner@cygnus.com)
17774         * configure:  If host_makefile_frag is absolute, don't
17775         prefix ${invsubdir} (relevant to libg++ auto-configure).
17777 Thu May 21 18:00:09 1992  Michael Tiemann  (tiemann@rtl.cygnus.com)
17779         * Makefile.in (tooldir): Define it.
17780         (all-ld): Depend on all-flex.
17782 Sun May 10 21:45:59 1992  Per Bothner  (bothner@rtl.cygnus.com)
17784         * Makefile.in (check):  Fix libg++ special case.
17786 Fri May  8 08:31:41 1992  K. Richard Pixley  (rich@cygnus.com)
17788         * configure: do not bury `pwd` into config.status, thus do fewer
17789           pwd's.
17791         * configure: print the "Building in" message only when building in
17792           other than "." AND verbose.
17794         * configure: remove -s, rework -v to better accommodate guested
17795           configures.
17797         * standards.texi: updated to 3 may, fixed librid <-> libdir typo.
17799 Fri May  1 18:00:50 1992  K. Richard Pixley  (rich@cygnus.com)
17801         * Makefile.in: macroize flags passed on recursion.  remove
17802           fileutils.
17804 Thu Apr 30 08:56:20 1992  K. Richard Pixley  (rich@cygnus.com)
17806         * configure: get makesrcdir right for subdirs deeper than 1.
17808         * Makefile.in: pass INSTALL, INSTALL_DATA, INSTALL_PROGRAM on
17809           install.
17811 Fri Apr 24 15:51:51 1992  K. Richard Pixley  (rich@cygnus.com)
17813         * Makefile.in: don't print subdir_do or recursion lines.
17815 Fri Apr 24 15:22:04 1992  K. Richard Pixley  (rich@cygnus.com)
17817         * standards.texi: added menu item.
17819         * Makefile.in: build and install standards.info.
17821         * standards.texi: new file.
17823 Wed Apr 22 18:06:55 1992  K. Richard Pixley  (rich@rtl.cygnus.com)
17825         * configure: test for and move config.status pieces from
17826           ${subdir}/.
17828 Wed Apr 22 14:38:34 1992  Fred Fish  (fnf@cygnus.com)
17830         * configure:  Test for existance of files before trying to mv
17831         them, to avoid numerous non-existance messages.
17833 Tue Apr 21 12:31:33 1992  K. Richard Pixley  (rich@cygnus.com)
17835         * configure: correct final line of config.status.
17837         * configure: patch from eggert.  Avoids a protection problem if
17838           the original Makefile.in is read only.
17840         * configure: use move-if-change from gcc to create config.status.
17841           Some makefiles depend on config.status to tell if a directory
17842           has been reconfigured for a different host.  This change
17843           prevents those directories from remaking everything in the case
17844           where the reconfig was only intended to rebuild a Makefile.
17846         * configure: test for config.sub with "config.sub sun4" rather
17847           than "config.sub ${host_alias}".  Otherwise we can't tell a bad
17848           host alias from a missing config.sub.
17850 Mon Apr 20 18:16:36 1992  K. Richard Pixley  (rich@rtl.cygnus.com)
17852         * Makefile.in: explicitly pass CFLAGS on recursion. no longer pass
17853           MINUS_G (this can be done with CFLAGS).  Default CFLAGS to -g.
17855 Fri Apr 17 18:27:51 1992  Per Bothner  (bothner@cygnus.com)
17857         * configure: mkdir ${subdir} as needed.
17859 Wed Apr 15 17:37:22 1992  K. Richard Pixley  (rich@cygnus.com)
17861         * Makefile.in,configure.in: added autoconf.
17863 Wed Apr 15 17:27:34 1992  K. Richard Pixley  (rich@rtl.cygnus.com)
17865         * Makefile.in: no longer pass against on recursion.
17867         * Makefile.in: added .NOEXPORT: so that stray makefile_frag
17868           definitions are not inherited.
17870         * configure: correct makesrcdir when subdir is .
17872 Tue Apr 14 11:56:09 1992  Per Bothner  (bothner@cygnus.com)
17874         * configure:  Add support for 'subdirs' variable, which is
17875         like 'configdirs', except that configure doesn't re-invoke
17876         itself for subdirs, it just creates a Makefile for each subdir.
17877         * configure.texi:  Document subdirs.
17879 Mon Apr 13 18:50:16 1992  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
17881         * configure.in: added flex to configdirs
17883 Mon Apr 13 18:43:55 1992  K. Richard Pixley  (rich@cygnus.com)
17885         * Makefile.in: remove clean-stamps from clean.
17887 Sat Apr 11 03:52:03 1992  John Gilmore  (gnu at cygnus.com)
17889         * configure.in:  Add gdbtest to configdirs.
17891 Fri Apr 10 23:11:49 1992  Fred Fish  (fnf@cygnus.com)
17893         * Makefile.in (MINUS_G):  Add macro, default to -g, pass on
17894         to recursive makes.
17895         * configure.in:  Recognize new ncr3000 config.
17897 Wed Apr  8 23:08:12 1992  K. Richard Pixley  (rich@cygnus.com)
17899         * Makefile.in, configure.in: removed references to gdbm.
17901 Tue Apr  7 16:48:20 1992  Per Bothner  (bothner@cygnus.com)
17903         * config.sub:  Don't canonicalize os value
17904         newsos* to bsd (readline needs to check for newsos).
17905         (This fix was earlier made Jan 31, but got re-broken.)
17907 Mon Apr  6 14:34:08 1992  Stu Grossman  (grossman at cygnus.com)
17909         * configure.in:  sco is an os, not a vendor!
17911         * configure:  Quote $( better.  Keep various shells happy.
17913 Tue Mar 31 16:32:57 1992  K. Richard Pixley  (rich@cygnus.com)
17915         * Makefile.in: eliminate stamp-files.
17917 Mon Mar 30 22:20:23 1992  K. Richard Pixley  (rich@cygnus.com)
17919         * Makefile.in: add send_pr.  remove "force" from .stmp-gprof rule.
17920           Supress echoing of all the "if [ -d ... $(MAKE)" lines.
17922 Wed Mar 25 15:20:04 1992  Stu Grossman  (grossman@cygnus.com)
17924         * config.sub:  fix iris/iris3.
17926 Wed Mar 25 10:34:19 1992  K. Richard Pixley  (rich@cygnus.com)
17928         * configure: re-add -rm.
17930 Tue Mar 24 23:50:16 1992  K. Richard Pixley  (rich@cygnus.com)
17932         * Maskefile.in: add .stmp-rcs to all.
17934         * configure.in: remove gas from rs6000 build, use aix host fragment.
17936 Mon Mar 23 19:43:35 1992  K. Richard Pixley  (rich@cygnus.com)
17938         * configure: pass down site_option during recursion.
17940 Thu Mar 19 16:49:36 1992  Stu Grossman  (grossman at cygnus.com)
17942         * Makefile.in (all.cross):  Add .stmp-bfd .stmp-readline.
17944 Wed Mar 18 15:29:33 1992  Mike Stump  (mrs@cygnus.com)
17946         * configure: Change exec_prefix so that it really defaults to prefix.
17948 Sat Mar 14 17:20:38 1992  Fred Fish  (fnf@cygnus.com)
17950         * Makefile.in, configure.in:  Add support for mmalloc library.
17952 Fri Mar 13 18:44:18 1992  K. Richard Pixley  (rich@cygnus.com)
17954         * Makefile.in: add stmp dependencies for a few more things.
17956 Thu Mar 12 04:56:24 1992  K. Richard Pixley  (rich@cygnus.com)
17958         * configure: adjusted error message on objdir/srcdir configure
17959           collision, per john's suggestion.
17961         * Makefile.in: add libiberty stmp to all and all.cross.
17963 Wed Mar 11 02:07:52 1992  K. Richard Pixley  (rich@cygnus.com)
17965         * Makefile.in: remove force dependencies, add grep to all.
17967 Tue Mar 10 21:49:18 1992  K. Richard Pixley  (rich@mars.cygnus.com)
17969         * Makefile.in: drop flex.  make stamp files work.
17971         * configure: added test for conflicting configuration in srcdir,
17972           remove trailing slashes from srcdir.  Otherwise emacs gdb mode
17973           gets cranky.  use relative paths for configure and srcdir
17974           whenever possible.  Send some error messages to stderr that were
17975           going to stdout.
17977 Tue Mar 10 18:01:55 1992  Per Bothner  (bothner@cygnus.com)
17979         * Makefile.in:  Fix libg++ rule to check for gcc directory
17980         before using gcc/gcc.  Also pass XTRAFLAGS.
17982 Thu Mar  5 21:45:07 1992  K. Richard Pixley  (rich@sendai)
17984         * Makefile.in: added stmp-files so that directories aren't polled
17985           when they are already built.
17987         * configure.texi: fixed a node pointer problem.
17989 Thu Mar  5 12:05:58 1992  Stu Grossman  (grossman at cygnus.com)
17991         * config.sub configure.in gdb/configure.in
17992         gdb/mips-tdep.c gdb/mipsread.c gdb/procfs.c gdb/signame.h
17993         gdb/tm-irix3.h gdb/tm-mips.h gdb/xm-irix4.h gdb/config/mt-irix3
17994         gdb/config/mh-irix4 texinfo/configure.in:  Port to SGI Irix-4.x.
17996 Wed Mar  4 02:57:46 1992  K. Richard Pixley  (rich@rtl.cygnus.com)
17998         * configure: -recurring becomes -silent.  corrected help message
17999           for -site= option.
18001         * Makefile.in: mkdir $(exec_prefix) and $(tooldir).
18003 Tue Mar  3 14:51:21 1992  K. Richard Pixley  (rich@rtl.cygnus.com)
18005         * configure: when building Makefile for crosses, replace
18006           tooldir and program_prefix.  default srcdir from location of
18007           config.sub.  remove "for host in hosts" and "for target in
18008           targets" loops.
18010 Wed Feb 26 19:48:25 1992  K. Richard Pixley  (rich@rtl.cygnus.com)
18012         * Makefile.in: Do not pass bindir or mandir to cvs.
18014 Wed Feb 26 18:04:40 1992  K. Richard Pixley  (rich@cygnus.com)
18016         * Makefile.in, configure.in: removed traces of namesubdir,
18017           -subdirs, $(subdir), $(unsubdir), some rcs triggers.  Forced
18018           copyrights to '92, changed some from Cygnus to FSF.
18020         * configure.texi: remove most references to multiple hosts,
18021           multiple targets, subdirs, etc.
18023         * configure.man: removed rcsid. reference config.sub not
18024           config.subr.
18026         * Makefile.in: mkdir $(infodir) on install-info.
18028 Wed Feb 19 15:41:13 1992  John Gilmore  (gnu at cygnus.com)
18030         * configure.texi:  Explain better about .gdbinit and about
18031         the environment that configure.in sections run in.
18033 Fri Feb  7 07:55:00 1992  John Gilmore  (gnu at cygnus.com)
18035         * configure.in:  Ultrix is only a decstation if it's a MIPS.
18037 Fri Jan 31 21:54:51 1992  John Gilmore  (gnu at cygnus.com)
18039         * README:  DOC.configure => cfg-paper.texi.
18041 Fri Jan 31 21:48:18 1992  Stu Grossman  (grossman at cygnus.com)
18043         * config.sub (near case $os):  Don't convert newsos* to bsd!
18045 Fri Jan 31 02:27:32 1992  John Gilmore  (gnu at cygnus.com)
18047         * Makefile.in:  Reinstall change from gdb-4.3 that reduces
18048         the number of copies of COPYING that go into the GDB tar file.
18050 Thu Jan 30 16:17:30 1992  Stu Grossman  (grossman at cygnus.com)
18052         * bfd/configure.in, gdb/config/mh-i386sco,
18053         gdb/config/mt-i386v32, gdb/configure.in, readline/configure.in:
18054         Fix SCO configuration stuff.
18056 Tue Jan 28 23:51:07 1992  Per Bothner  (bothner at cygnus.com)
18058         * Makefile.in:  For libg++, make sure the -I pointing
18059         to the gcc directory goes *after* all the libg++-local -I flags.
18060         Also, move just-gcc dependency from just-libg++ to all-libg++.
18062 Tue Jan 28 12:56:24 1992  Stu Grossman  (grossman at cygnus.com)
18064         * configure:  Change -x to -f to keep Ultrix /bin/test happy.
18066 Sat Jan 18 17:45:11 1992  Stu Grossman  (grossman at cygnus.com)
18068         * Makefile.in (make-gdb.tar.Z):  Remove texinfo targets.
18070 Sat Jan 18 17:03:21 1992  Fred Fish  (fnf at cygnus.com)
18072         * config.sub:  Add stratus configuration frags.  Also
18073         submitted to FSF.
18075 Sat Jan 18 15:35:29 1992  Stu Grossman  (grossman at cygnus.com)
18077         * Makefile.in (DEV_SUPPORT):  add configure.man.
18079         * config.sub(Decode manufacturer-specific):  add -none*.
18081 Fri Jan 17 17:58:05 1992  Stu Grossman  (grossman at cygnus.com)
18083         * Makefile.in:  remove form feeds to make Sun's make happy.
18084         (DEVO_SUPPORT):  DOC.configure => cfg-paper.texi.
18086 Sat Jan  4 16:11:44 1992  John Gilmore  (gnu at cygnus.com)
18088         * Makefile.in (AR_FLAGS):  Make quieter.
18090 Thu Jan  2 22:57:12 1992  John Gilmore  (gnu at cygnus.com)
18092         * configure.in:  Add libg++.
18093         * configure:  When verbose, don't output the command line at each
18094         level; it will be unremarkably the same as the previous version,
18095         which will be the same as what the user typed.
18097 Fri Dec 27 16:26:47 1991  K. Richard Pixley  (rich at cygnus.com)
18099         * configure.in, Makefile.in: fix clean-info, add flex.  add
18100           fileutils.
18102         * configure: be less sensitive to spaces in Makefile.in.  Do not
18103           look for sources in "..".  Doing so breaks subdirectories that
18104           might have their own configure.  If a subdir has it's own
18105           configure script, use it.
18107 Thu Dec 26 16:30:26 1991  K. Richard Pixley  (rich at cygnus.com)
18109         * cfg-paper.texi: some changes suggested by rms.
18111 Thu Dec 26 10:13:36 1991  Fred Fish  (fnf at cygnus.com)
18113         * config.sub:  Merge in some small additions from the FSF version,
18114         taken from the gcc distribution, to bring the Cygnus and FSF
18115         versions into closer sync.
18117 Fri Dec 20 11:34:18 1991  Fred Fish  (fnf at cygnus.com)
18119         * configure.in:  Changed svr4 references to sysv4.
18121 Thu Dec 19 15:54:29 1991  K. Richard Pixley  (rich at cygnus.com)
18123         * configure: added -V for version number option.
18125 Wed Dec 18 15:39:34 1991  K. Richard Pixley  (rich at cygnus.com)
18127         * DOC.configure, cfg-paper.texi: revised, updated, and texinfo'd.
18128           renamed from DOC.configure to cfg-paper.texi.
18130 Mon Dec 16 23:05:19 1991  K. Richard Pixley  (rich at rtl.cygnus.com)
18132         * configure, config.subr, config.sub: config.subr is now
18133           config.sub again.
18135 Fri Dec 13 01:17:06 1991  K. Richard Pixley  (rich at cygnus.com)
18137         * configure.texi: new file, in progress.
18139         * Makefile.in: build info file and install the man page for
18140           configure.
18142         * configure.man: new file, first cut.
18144         * configure: find config.subr again now that configuration "none"
18145           has gone.  removed all traces of the -ansi option.  removed all
18146           traces of the -languages option.
18148         * config.subr: resync from rms.
18150 Wed Dec 11 22:25:20 1991  K. Richard Pixley  (rich at rtl.cygnus.com)
18152         * configure, config.sub, config.subr: merge config.sub into
18153           config.subr, call the result config.subr, remove config.sub, use
18154           config.subr.
18156         * Makefile.in: revised install for dir.info.
18158 Tue Dec 10 00:04:35 1991  K. Richard Pixley  (rich at rtl.cygnus.com)
18160         * configure.in: add decstation host makefile frag.
18162         * Makefile.in: BISON now bison -y again.  also install-gcc on
18163           install.  clean-gdbm on clean.  infodir belongs in datadir.
18164           Make directories for info install.  Build dir.info here then
18165           install it.
18167 Mon Dec  9 16:48:33 1991  K. Richard Pixley  (rich at rtl.cygnus.com)
18169         * Makefile.in: fix for bad directory tests.
18171 Sat Dec  7 00:17:01 1991  K. Richard Pixley  (rich at rtl.cygnus.com)
18173         * configure: \{1,2\} appears to be a sysv'ism.  Use a different
18174           regexp.  -srcdir relative was being handled incorrectly.
18176         * Makefile.in: unwrapped some for loops so that parallel makes
18177           work again and so one can focus one's attention on a particular
18178           package.
18180 Fri Dec  6 00:22:08 1991  K. Richard Pixley  (rich at rtl.cygnus.com)
18182         * configure: added PWD as a stand in for `pwd` (for speed). use
18183           elif wherever possible.  make -srcdir work without -objdir.
18184           -objdir= commented out.
18186 Thu Dec  5 22:46:52 1991  K. Richard Pixley  (rich at rtl.cygnus.com)
18188         * configure: +options become --options.  -subdirs commented out.
18189           added -host, -datadir.  Renamed -destdir to -prefix.  Comment in
18190           Makefile now at top of generated Makefile.  Removed cvs log
18191           entries.  added -srcdir.  create .gdbinit only if there is one
18192           in ${srcdir}.
18194         * Makefile.in: idestdir and ddestdir go away.  Added copyrights
18195           and shift gpl to v2.  Added ChangeLog if it didn't exist. docdir
18196           and mandir now keyed off datadir by default.
18198 Fri Nov 22 07:38:11 1991  K. Richard Pixley  (rich at rtl.cygnus.com)
18200         * Freshly created ChangeLog.
18203 Local Variables:
18204 mode: change-log
18205 left-margin: 8
18206 fill-column: 76
18207 version-control: never
18208 End: