re PR c++/60992 (ICE in tsubst_copy, at cp/pt.c:12637)
[official-gcc.git] / ChangeLog
blob78d8474d27bd12061188ef549d625c2532ada805
1 2014-05-28  Pedro Alves  <palves@redhat.com>
3         * MAINTAINERS (Write After Approval): Add myself.
5 2014-05-28  Olivier Hainque  <hainque@adacore.com>
7         * config/rs6000/vxworks.h (VXCPU_FOR_8548): New. Default to PPC85XX.
8         (CPP_SPEC): Add entry for -mcpu=8548.
9         * config/rs6000/vxworksae.h: Reinstate. Override        VXCPU_FOR_8548.
10         * config.gcc (powerpc-wrs-vxworksae, tm_file): Add back vxworksae.h.
12 2014-05-26  Richard Sandiford  <rdsandiford@googlemail.com>
13             Olivier Hainque  <hainque@adacore.com>
15         * rtl.h (set_for_reg_notes): Declare.
16         * emit-rtl.c (set_for_reg_notes): New function.
17         (set_unique_reg_note): Use it.
18         * optabs.c (add_equal_note): Likewise
20 2014-05-22  Maxim Kuvyrkov  <maxim.kuvyrkov@linaro.org>
22         * MAINTAINERS: Update my affiliation/email.
24 2014-05-19  Mike Stump  <mikestump@comcast.net>
26         * MAINTAINERS: Add wide-int reviewers.
28 2014-05-14  Sandra Loosemore  <sandra@codesourcery.com>
30         * configure.ac (target_makefile_frag): Set for nios2-*-elf*.
31         * configure: Regenerated.
33 2014-05-15  Torvald Riegel  <triegel@redhat.com>
35         * MAINTAINERS (libitm): Add myself as maintainer.
37 2014-05-07  Charles Baylis  <charles.baylis@linaro.org>
39         * MAINTAINERS (Write After Approval): Add myself.
41 2014-05-01  Richard Sandiford  <rdsandiford@googlemail.com>
43         * config.sub, config.guess: Import from upstream.
45 2014-04-29  Alan Lawrence  <alan.lawrence@arm.com>
47         * MAINTAINERS (Write After Approval): Put myself in correct order.
49 2014-04-29  Alan Lawrence  <alan.lawrence@arm.com>
51         * MAINTAINERS (Write After Approval): Add myself.
53 2014-04-24  Laurynas Biveinis  <laurynas.biveinis@gmail.com>
55         * MAINTAINERS: Move myself from Reviewers to Write After Approval
56         section.
58 2014-04-21 Rafael Ávila de Espíndola <rafael.espindola@gmail.com>
60         * MAINTAINERS (Write After Approval): Delete myself.
62 2014-04-17  Jakub Jelinek  <jakub@redhat.com>
64         PR sanitizer/56781
65         * libtool-ldflags: Also prefix -static-lib*, -shared-lib*
66         and -B* options with -Xcompiler.
68 2014-04-04  Eric Botcazou  <ebotcazou@adacore.com>
70         PR bootstrap/60620
71         * Makefile.def (dependencies): Make gnattools depend on libstdc++-v3. 
72         * Makefile.in: Regenerate.
74 2014-03-28  Yaakov Selkowitz  <yselkowitz@users.sourceforge.net>
76         * Makefile.def (dependencies): Make all-ld depend on all-binutils
77         for WINDRES_FOR_TARGET in default-manifest.o rule.
78         * Makefile.in: Regenerate.
80 2014-03-26  Dominique d'Humieres <dominiq@lps.ens.fr>
82         * MAINTAINERS (Write After Approval): Add myself.
84 2014-03-26  Jakub Jelinek  <jakub@redhat.com>
86         PR sanitizer/56781
87         * Makefile.def: Set bootstrap=true; for host fixincludes.
88         * configure.ac: Don't bootstrap host fixincludes unless
89         --with-build-config=bootstrap-{a,ub}san.
90         * Makefile.in: Regenerated.
91         * configure: Regenerated.
93 2014-03-21  Jakub Jelinek  <jakub@redhat.com>
95         * configure.ac: Move BUILD_CONFIG set up earlier.  Add
96         --enable-vtable-verify option parsing.  Don't add
97         target-libsanitizer to bootstrap_target_libs unless
98         --with-build-config=bootstrap-asan or
99         --with-build-config=bootstrap-ubsan.  Don't add target-libvtv
100         to bootstrap_target_libs unless --enable-vtable-verify.
101         * configure: Regenerated.
103 2014-03-10  Anatoly Sokolov <aesok@post.ru>
105         * MAINTAINERS (Write After Approval): Add myself.
107 2014-03-07  Denis Chertykov  <chertykov@gmail.com>
109         * MAINTAINERS: Remove avr maintainers: Anatoly Sokolov and Eric Weddington
111 2014-03-07  Jakub Jelinek  <jakub@redhat.com>
113         PR bootstrap/58572
114         * Makefile.tpl (POSTSTAGE1_CXX_EXPORT): Use -isystem instead of
115         -I for libstdc++-v3 includes if $(LEAN).
116         * Makefile.in: Regenerated.
118 2014-03-04  Jonathan Wakely  <jwakely@redhat.com>
120         * MAINTAINERS: Update my email address.
122 2014-02-24  Walter Lee  <walt@tilera.com>
124         * configure.ac (tilepro-*-*) Change to tilepro*-*-*.
125         (tilegx-*-*): Change to tilegx*-*-*.
126         * configure: Regenerate.
128 2014-02-17  Loren J. Rittle  <ljrittle@acm.org>
130         * MAINTAINERS (Various Maintainers: c++ runtime libs): Remove myself.
132 2014-02-17  Kugan Vivekanandarajah  <kuganv@linaro.org>
134         * MAINTAINERS (Write After Approval): Add myself.
136 2014-02-04  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
138         PR target/59788
139         * ltmain.sh (opt_duplicate_compiler_generated_deps): Enable on
140         *solaris2*.
142 2014-01-21  John David Anglin  <danglin@gcc.gnu.org>
144         * MAINTAINERS: Update my email address.
146 2014-01-20  Gerald Pfeifer  <gerald@pfeifer.com>
148         * MAINTAINERS: Convert to UTF-8.
149         Properly sort Xinliang David Li's entry.
151 2013-12-31  Chung-Lin Tang  <cltang@codesourcery.com>
152             Sandra Loosemore  <sandra@codesourcery.com>
154         * MAINTAINERS: Add Sandra Loosemore and Chung-Lin Tang as
155         nios2 port maintainers.
157 2013-12-16  Markus Trippelsdorf  <markus@trippelsdorf.de>
159         * MAINTAINERS (Write After Approval): Add myself.
161 2013-12-13  Francois-Xavier Coudert  <fxcoudert@gcc.gnu.org>
163         * configure.ac: Add user-friendly check for native x86_64-linux
164         multilibs.
165         * configure: Regenerate.
167 2013-12-06  Oleg Endo  <olegendo@gcc.gnu.org>
169         * MAINTAINERS: Add myself as sh maintainer.
171 2013-12-03  Bill Schmidt  <wschmidt@linux.vnet.ibm.com>
173         * MAINTAINERS: Add self as SLSR maintainer.
175 2013-11-18  Jan Hubicka  <hubicka@ucw.cz>
177         * MAINTAINERS: Update my email address.
179 2013-11-15  David Edelsohn  <dje.gcc@gmail.com>
181         * MAINTAINERS (Global Reviewers, c++): Remove Mark Mitchell.
183 2013-11-07  Thomas Schwinge  <thomas@codesourcery.com>
185         * Makefile.in: Regenerate.
187         * Makefile.tpl: Fix typo.
188         * Makefile.in: Regenerate partially.
190 2013-11-04  Balaji V. Iyer  <balaji.v.iyer@intel.com>
192         * configure.ac: Added libcilkrts to noconfig list when C++ is not
193         supported.
194         * configure: Regenerated.
196 2013-11-01  Trevor Saunders  <tsaunders@mozilla.com>
198         * MAINTAINERS (Write After Approval): Add myself.
200 2013-10-30  Jason Merrill  <jason@redhat.com>
202         * Makefile.tpl (STAGE1_CONFIGURE_FLAGS): Pass
203         --disable-build-format-warnings.
205 2013-10-29  Balaji V. Iyer  <balaji.v.iyer@intel.com>
207         * Makefile.def: Add libcilkrts to target_modules.  Make libcilkrts 
208         depend on libstdc++ and libgcc.
209         * configure: Regenerate.
210         * configure.ac: Added libcilkrts to target binaries.  Also, restrict
211         libcilkrts for POSIX and i*86, and x86_64 architectures.
212         * Makefile.in: Added libcilkrts related fields to support building it.
214 2013-10-26  Jeff Law  <law@redhat.com>
216         * Makefile.def (target_modules): Remove libmudflap
217         (languages): Remove check-target-libmudflap).
218         * Makefile.in: Rebuilt.
219         * Makefile.tpl (check-target-libmudflap-c++): Remove.
220         * configure.ac (target_libraries): Remove target-libmudflap.
221         Remove checks which disabled libmudflap on some systems.
222         * configure: Rebuilt.
223         * libmudflap: Directory removed.
225 2013-10-21  Cong Hou  <congh@google.com>
227         * MAINTAINERS (Write After Approval): Add myself.
229 2013-10-16  Mike Stump  <mikestump@comcast.net>
231         * .dir-locals.el: Add.
233 2013-10-15  David Malcolm  <dmalcolm@redhat.com>
235         * configure.ac: Add --enable-host-shared
236         * configure: Regenerate.
238 2013-01-10  Joern Rennecke  <joern.rennecke@embecosm.com>
240         Import from savannah.gnu.org:
241         * config.guess: Update to 2013-06-10 version.
242         * config.sub: Update to 2013-10-01 version.
244 2013-10-01  Simon Cook  <simon.cook@embecosm.com>
246         Changes to build configuration to allow big endian ARC ELF toolchain
247         * configure.ac: Also add target-libgloss to noconfigdirs for arceb-*-*.
248         * configure: Regenerate.
250 2013-09-20  Alan Modra  <amodra@gmail.com>
252         * libtool.m4 (_LT_ENABLE_LOCK <ld -m flags>): Remove non-canonical
253         ppc host match.  Support little-endian powerpc linux hosts.
255 2013-09-19  Dodji Seketeli  <dodji@redhat.com>
257         * MAINTAINERS (diagnostic messages): Add myself as diagnostics
258         maintainer.
260 2013-09-12  DJ Delorie  <dj@redhat.com>
262         * MAINTAINERS: Add Nick Clifton and DJ Delorie as msp430
263         maintainers.
265 2013-09-03  Richard Biener  <rguenther@suse.de>
267         * configure.ac: Also allow ISL 0.12.
268         * configure: Regenerated.
270 2013-08-30  Bernd Edlinger  <bernd.edlinger@hotmail.de>
272         * MAINTAINERS (Write After Approval): Add myself.
274 2013-08-27  David Malcolm  <dmalcolm@redhat.com>
276         * MAINTAINERS (gdbhooks.py): Add myself as maintainer.
278 2013-08-26  Caroline Tice  <cmtice@google.com>
280         * MAINTAINERS:  Correct earliers update:  Move myself from libvtv
281         "Various Reviewers" to libvtv "Various Maintainers".
283 2013-08-20  Steven Bosscher  <steven@gcc.gnu.org>
285         * MAINTAINERS: Add myself as RTL optimizers reviewer.
287 2013-08-19  Benjamin De Kosnik  <bkoz@gnu.org>
289         * MAINTAINERS: Update name, email.
291 2013-08-13  Adam Butcher  <adam@jessamine.co.uk>
293         * MAINTAINERS (Write After Approval): Add myself.
295 2013-08-12  Caroline Tice  <cmtice@google.com>
297         * MAINTAINERS: Add myself as libvtv maintainer. Correct my email
298         address in the Write After Approval section.
300 2013-08-09  Carlos O'Donell  <carlos@redhat.com>
302         * MAINTAINERS (Write After Approval): Update email.
304 2013-08-08  Benjamin Kosnik  <bkoz@redhat.com>
306         * configure.ac: Adjust to check VTV_SUPPORTED.
307         * configure: Regenerated.
309 2013-08-02  Caroline Tice  <cmtice@google.com>
311         * configure.ac: Add target-libvtv to target_libraries; disable libvtv
312         on non-linux systems; add target-libvtv to noconfigdirs; add
313         libsupc++/.libs to C++ library search paths.
314         * configure: Regenerated.
315         * Makefile.def: Add libvtv to target_modules; make libvtv depend on
316         libstdc++ and libgcc.
317         * Makefile.in: Regenerated.
319 2013-07-19  Yvan Roux  <yvan.roux@linaro.org>
321         * MAINTAINERS (Write After Approval): Add myself.
323 2013-07-19  Chung-Ju Wu  <jasonwucj@gmail.com>
324             Shiva Chen  <shiva0217@gmail.com>
326         * MAINTAINERS (nds32 port): Add Chung-Ju Wu and Shiva Chen as
327         nds32 port maintainers.
329 2013-07-17  Tim Shen  <timshen91@gmail.com>
331         * MAINTAINERS (Write After Approval): Add myself.
333 2013-07-16  Jan-Benedict Glaw  <jbglaw@lug-owl.de>
335         * configure.ac: Sync from binutils.
336         * configure: Regenerate.
338 2013-06-14  Vidya Praveen  <vidyapraveen@arm.com>
340         * MAINTAINERS (Write After Approval): Add myself.
342 2013-06-01  Dinar Temirbulatov  <dinar@kugelworks.com>
344         * MAINTAINERS (Write After Approval): Add myself.
346 2013-05-17  David Malcolm  <dmalcolm@redhat.com>
348         * MAINTAINERS (Write After Approval): Add myself.
350 2013-04-30  Brooks Moses  <bmoses@google.com>
352         * MAINTAINERS: Update my email; move myself from Fortran
353         reviewer to Write After Approval.
355 2013-04-16  Andreas Schwab  <schwab@suse.de>
357         * configure.ac (aarch64-*-*): Don't disable java.
358         * configure: Regenerate.
360 2013-04-10  Chung-Ju Wu  <jasonwucj@gmail.com>
362         * MAINTAINERS (Write After Approval): Add myself.
364 2013-03-30  Matthias Klose  <doko@ubuntu.com>
366         * Makefile.def (target_modules): Don't install libffi.
367         * Makefile.in: Regenerate.
369 2013-02-24  Tilo Schwarz  <tilo@tilo-schwarz.de>
371         * MAINTAINERS (Write After Approval): Add myself.
373 2013-02-20  Andrew Sutton  <andrew.n.sutton@gmail.com>
375         * MAINTAINERS (Write After Approval): Add myself.
377 2013-02-15  Yufeng Zhang  <yufeng.zhang@arm.com>
379         * configure.ac: Set libgloss_dir for the aarch64*-*-* targets.
380         * configure: Regenerated.
382 2013-02-04  David Edelsohn  <dje.gcc@gmail.com>
384         * MAINTAINERS: Explicitly add myself as AIX maintainer.
385         Remove Geoff Keating as rs6000 port maintainer, at his request.
387 2013-01-24  Maxim Kuvyrkov  <maxim@kugelworks.com>
389         * MAINTAINERS: Update my email.
391 2013-01-23  Shenghou Ma  <minux.ma@gmail.com>
393         * configure: Re-generate.
395 2013-01-15  Richard Biener  <rguenther@suse.de>
397         PR other/55973
398         * configure: Re-generate.
400 2013-01-14  Matthias Klose  <doko@ubuntu.com>
402         * Makefile.def (install-target-libsanitizer): Depend on
403         install-target-libstdc++-v3.
404         * Makefile.in: Regenerate.
406 2013-01-14  Richard Biener  <rguenther@suse.de>
408         * configure.ac (cloog/isl): Also allow ISL 0.11.x and CLooG 0.18.0.
409         * configure: Re-generate
411 2013-01-11  Jan-Benedict Glaw  <jbglaw@lug-owl.de>
413         * config.sub: Update from config repo.
415 2013-01-11  Eric Botcazou  <ebotcazou@adacore.com>
417         * Makefile.tpl (BOOT_ADAFLAGS): Remove -gnata.
418         * Makefile.in: Regenerate.
420 2013-01-10  Joern Rennecke  <joern.rennecke@embecosm.com>
422         * MAINTAINERS (arc): Add new port maintainership for myself.
424 2013-01-09  Jason Merrill  <jason@redhat.com>
426         * .gitignore: Import from gdb repository.
428 2013-01-09  H.J. Lu  <hongjiu.lu@intel.com>
430         * Makefile.def (configure-gcc): Depend on all-gmp.
431         (all-gcc): Remove dependency on all-gmp.
432         * Makefile.in: Regenerated.
434 2013-01-08  Jan-Benedict Glaw  <jbglaw@lug-owl.de>
436         * config.sub: Merge from config repo.
437         * config.guess: Ditto.
439 2013-01-08  Jan-Benedict Glaw  <jbglaw@lug-owl.de>
441         * Makefile.def: Merge from binutils.
442         * Makefile.in: Ditto.
444 2013-01-01  Maxim Kuvyrkov  <maxim.kuvyrkov@gmail.com>
446         * MAINTAINERS: Update my email.
448 2012-12-29  Ben Elliston  <bje@gnu.org>
450         * config.guess: Update to 2012-12-29 version.
451         * config.sub: Likewise.
453 2012-12-20  Matthias Klose  <doko@ubuntu.com>
455         * Makefile.def (install-target-libgfortran): Depend on
456         install-target-libquadmath, install-target-libgcc.
457         (install-target-libsanitizer): Depend on install-target-libgcc.
458         (install-target-libjava): Depend on install-target-libgcc.
459         (install-target-libitm): Depend on install-target-libgcc.
460         (install-target-libobjc): Depend on install-target-libgcc.
461         (install-target-libstdc++-v3): Depend on install-target-libgcc.
462         * Makefile.in: Regenerate.
464 2012-12-19  Matthias Klose  <doko@ubuntu.com>
466         * Makefile.def (install-target-libgo): Depend on
467         install-target-libatomic.
468         * Makefile.in: Regenerate.
470 2012-12-18  Andreas Schwab  <schwab@linux-m68k.org>
472         PR go/55201
473         * Makefile.def (all-target-libgo): Depend on all-target-libatomic.
474         * Makefile.in: Regenerate.
476 2012-12-16  Thomas Schwinge  <thomas@codesourcery.com>
478         * configure.ac (ENABLE_GOLD): Consider *-*-gnu* targets ELF.
479         * configure: Regenerate.
481 2012-12-12  Jan-Benedict Glaw  <jbglaw@lug-owl.de>
483         * config.sub: Merge from config repo.
485 2012-12-11  H.J. Lu  <hongjiu.lu@intel.com>
487         * Makefile.def (target_modules): Add bootstrap=true and
488         raw_cxx=true to libsanitizer.
489         * configure.ac (bootstrap_target_libs): Add libsanitizer.
490         * Makefile.in: Regenerated.
491         * configure: Likewise.
493 2012-12-01  Richard Sandiford  <rdsandiford@googlemail.com>
495         * MAINTAINERS: Remove self as RTL optimization maintainer.
497 2012-11-30  Kyrylo Tkachov  <kyrylo.tkachov@arm.com>
499         * MAINTAINERS (Write After Approval): Add myself.
501 2012-11-28  H.J. Lu  <hongjiu.lu@intel.com>
503         * Makefile.def (target_modules): Remove bootstrap=true and
504         raw_cxx=true from libsanitizer.
505         * configure.ac (bootstrap_target_libs): Remove libsanitizer.
506         * Makefile.in: Regenerated.
507         * configure: Likewise.
509 2012-11-28  H.J. Lu  <hongjiu.lu@intel.com>
511         * Makefile.def (target_modules): Add bootstrap=true and
512         raw_cxx=true to libsanitizer.
513         * configure.ac (bootstrap_target_libs): Add libsanitizer.
514         * Makefile.in: Regenerated.
515         * configure: Likewise.
517 2012-11-28  Andrew Pinski  <apinski@cavium.com>
519         PR bootstrap/54279
520         * configure.ac (CXX_FOR_TARGET): Change over to use xg++.
521         * configure: Regenerate.
522         * Makefile.tpl (POSTSTAGE1_CXX_EXPORT): Change over to use xg++.
523         * Makefile.in: Regenerate.
525 2012-11-27  Siddhesh Poyarekar  <siddhesh@redhat.com>
527         * configure.ac: Disable libsanitizer if we're not building C++.
528         * configure: Regenerate.
530 2012-11-15  Roland McGrath  <roland@hack.frob.com>
532         * MAINTAINERS (Write After Approval): Add myself.
534 2012-11-15  Dmitry Vyukov  <dvyukov@google.com>
536         * MAINTAINERS: (libsanitizer, asan.c): Add myself,
537         Kostya Serebryany (kcc@google.com) and
538         Jakub Jelinek (jakub@redhat.com).
539         Rename area for Dodji Seketeli (dodji@redhat.com).
541 2012-11-15  Dodji Seketeli  <dodji@redhat.com>
543         * MAINTAINERS: (asan.c, related): Add myself.
545 2012-11-14  Roland McGrath  <mcgrathr@google.com>
547         * configure.ac (ENABLE_GOLD): Consider *-*-nacl* targets ELF.
548         * configure: Regenerate.
550 2012-11-13  Richard Henderson  <rth@redhat.com>
552         * configure.ac: Move libsanitizer logic to subdirectory.
553         * configure: Regenerate.
555 2012-11-13  Dodji Seketeli  <dodji@redhat.com>
557         * configure.ac: Enable libsanitizer just on x86 linux for now.
558         * configure: Re-generate.
560 2012-11-13  David Edelsohn  <dje.gcc@gmail.com>
562         * configure.ac: Disable libsanitizer on AIX. Merge libquadmath
563         sections.
564         * configure: Regenerate.
566 2012-11-13  Hans-Peter Nilsson  <hp@axis.com>
568         * configure.ac: Add section for configdirs for libsanitizer.
569         Disable for cris-*-* and mmix-*-*.
570         * configure: Regenerate.
572 2012-11-12  Wei Mi <wmi@google.com>
574         * configure.ac: Add libsanitizer to target_libraries.
575         * Makefile.def: Ditto.
576         * configure: Regenerate.
577         * Makefile.in: Regenerate.
578         * libsanitizer: New directory for asan runtime.  Contains an empty
579         tsan directory.
581 2012-11-03  Corinna Vinschen  <corinna@vinschen.de>
583         * configure.ac (FLAGS_FOR_TARGET,target=cygwin): Fix for building
584         against Mingw64 w32api.
585         * configure: Regenerate.
587 2012-11-03  H.J. Lu  <hongjiu.lu@intel.com>
589         * configure: Regenerated.
591 2012-11-03  Robert Mason  <rbmj@verizon.net>
593         * configure.ac: add --disable-libstdcxx configure option
594         and handle defaulted state only for VxWorks, ARM-wince-pe and AVR.
596 2012-10-30  Ganesh Gopalasubramanian  <Ganesh.Gopalasubramanian@amd.com>
598         * MAINTAINERS (Write After Approval): Add myself.
600 2012-10-26  James Greenhalgh  <james.greenhalgh@arm.com>
602         * MAINTAINERS (Write After Approval): Add myself.
604 2012-10-24  Sharad Singhai  <singhai@google.com>
606         * MAINTAINERS (Write After Approval): Add myself.
608 2012-10-24  Eric Christopher  <echristo@gmail.com>
610         * MAINTAINERS: Update email address.
612 2012-10-23  Eric Botcazou  <ebotcazou@adacore.com>
614         PR bootstrap/54820
615         * configure.ac (have_static_libs): Force 'no' for GCC version < 4.5.
616         * configure: Regenerate.
618 2012-10-23  Richard Earnshaw  <rearnsha@arm.com>
620         * MAINTAINERS (aarch64): Add Marcus and myself.
622 2012-10-22  Eric Botcazou  <ebotcazou@adacore.com>
624         PR bootstrap/54820
625         * Makefile.tpl (STAGE1_FLAGS_TO_PASS): New variable.
626         (all-[+prefix+][+module+]): Pass stage1_args to sub-makes.
627         (all-stage[+id+]-[+prefix+][+module+]): Likewise, if prev is false.
628         (clean-stage[+id+]-[+prefix+][+module+]): Likewise, if prev is false.
629         (host_modules): Set stage1_args to STAGE1_FLAGS_TO_PASS.
630         * Makefile.in: Regenerate.
631         * configure.ac (have_static_libs): New variable and associated check.
632         (stage1-ldflags): Move to after stage1_libs and set to -static-libstdc++
633         -static-libgcc if stage1_libs is empty and have_static_libs is yes.
634         * configure: Regenerate.
636 2012-10-10  Richard Biener  <rguenther@suse.de>
638         * MAINTAINERS: Adjust for changed surname.
640 2012-10-04  Lawrence Crowl  <crowl@google.com>
642         * MAINTAINERS (Write After Approval): Add myself.
644 2012-10-01  Cary Coutant  <ccoutant@google.com>
646         * MAINTAINERS: Add myself as dwarf debugging code maintainer.
648 2012-09-28  Ian Lance Taylor  <iant@google.com>
650         * Makefile.def: Make all-target-libgo depend on
651         all-target-libbacktrace.
652         * Makefile.in: Rebuild.
654 2012-09-26  Ian Lance Taylor  <iant@google.com>
656         * Makefile.def: Make all-gcc depend on all-libbacktrace.
657         * Makefile.in: Rebuild.
659 2012-09-20  Walter Lee  <walt@tilera.com>
661         * configure.ac: Add tilegx to list of targets that support gold.
662         * configure: Regenerate.
664 2012-09-20  Marek Polacek  <polacek@redhat.com>
666         * MAINTAINERS (Write After Approval): Add myself.
668 2012-09-19  Steve Ellcey  <sellcey@mips.com>
670         * configure.ac: Add mips*-mti-elf* target.
671         * configure: Regenerate.
673 2012-09-17  Ian Lance Taylor  <iant@google.com>
675         * MAINTAINERS (Various Maintainers): Add libbacktrace.
676         * configure.ac (host_libs): Add libbacktrace.
677         (target_libraries): Add libbacktrace.
678         * Makefile.def (host_modules): Add libbacktrace.
679         (target_modules): Likewise.
680         * configure, Makefile.in: Rebuild.
682 2012-09-14  David Edelsohn  <dje.gcc@gmail.com>
684         PR target/38607
685         Merge upstream change.
686         * libtool.m4 (_LT_COMPILER_PIC): Add -fPIC to GCC and GXX for AIX.
688         * configure.ac: Add target-libquadmath to noconfigdirs for AIX.
689         Add libgomp*.o to compare_exclusions for AIX.
690         * configure: Regenerate.
692 2012-09-06  Diego Novillo  <dnovillo@google.com>
694         * configure.ac: Bump minimum GMP version to 4.2.3.
695         * configure: Re-generate.
697 2012-09-05  Georg-Johann Lay  <avr@gjlay.de>
699         PR target/54461
700         * configure.ac (noconfigdirs,target=avr-*-*): Add target-newlib,
701         target-libgloss if not configured --with-avrlibc=no.
702         * configure: Regenerate.
704 2012-09-04  Jason Merrill  <jason@redhat.com>
706         * configure.ac: Fix --enable-languages=all.
708 2012-09-04  Christophe Lyon  <christophe.lyon@st.com>
710         * MAINTAINERS (Write After Approval): Add myself.
712 2012-09-03  Richard Guenther  <rguenther@suse.de>
714         PR bootstrap/54138
715         * configure.ac: Re-organize ISL / CLOOG checks to allow
716         disabling with either --without-isl or --without-cloog.
717         * configure: Regenerated.
719 2012-09-03  Georg-Johann Lay  <avr@gjlay.de>
721         * configure.ac (noconfigdirs,target=avr): Add target-libquadmath.
722         * configure: Regenerate.
724 2012-08-27  Ulrich Drepper  <drepper@gmail.com>
726         * MAINTAINERS: Fix my email address.
728 2012-08-26  H.J. Lu  <hongjiu.lu@intel.com>
730         PR binutils/4970
731         * Makefile.def (host_modules): Rmove lib_path=.libs from bfd
732         and opcodes.
733         * Makefile.in: Regenerated.
735 2012-08-26  Art Haas <ahaas@impactweather.com>
737         * configure: Regenerate.
739 2012-08-25  Křištof Želechovski <giecrilj@stegny.2a.pl>
741         * INSTALL/README: Also refer to the online installation
742         instructions.
744 2012-08-21  Hariharan Sandanagobalane <hariharan.gcc@gmail.com>
746         * MAINTAINERS (Write After Approval): Add myself.
747         (Picochip port): Remove myself.
749 2012-08-14   Diego Novillo  <dnovillo@google.com>
751         Merge from cxx-conversion branch.
753         * Makefile.tpl (STAGE[+id+]_CXXFLAGS): Remove
754         POSTSTAGE1_CONFIGURE_FLAGS.
755         * Makefile.in: Regenerate.
756         * configure.ac (ENABLE_BUILD_WITH_CXX): Remove.  Update all users.
757         Force C++ when bootstrapping.
758         * configure: Regenerate.
760 2012-07-24  Jan-Benedict Glaw  <jbglaw@lug-owl.de>
762         * MAINTAINERS (Write After Approval): Add myself.
764 2012-07-16  Joseph Myers  <joseph@codesourcery.com>
766         * README: Document use of ranges of years in copyright notices.
768 2012-07-06  Richard Guenther  <rguenther@suse.de>
770         * Makefile.def (cloog): Pass $(HOST_GMPINC) and $(HOST_ISLINC)
771         as CPPFLAGS, pass path to built gmp as LDFLAGS, always use
772         --with-gmp=system.
773         * Makefile.in: Regenerated.
774         * configure: Likewise.
776 2012-07-06  Richard Guenther  <rguenther@suse.de>
778         * configure.ac (extra_isl_gmp_configure_flags): Initialize and subst.
779         * Makefile.def (isl): Use extra_isl_gmp_configure_flags and
780         supply V=1 as extra_make_flags.
781         * configure: Regenerated.
782         * Makefile.in: Likewise.
784 2012-07-04  Tristan Gingold  <gingold@adacore.com>
786         * configure: Regenerate.
788 2012-07-03  Richard Guenther  <rguenther@suse.de>
790         * Makfile.def (isl): Remove not necessary extra_exports and
791         extra_make_flags.
792         (cloog): Use $$CPPFLAGS instead of ${CPPFLAGS}.
793         * Makefile.in: Regenerated.
795 2012-07-03  Richard Guenther  <rguenther@suse.de>
797         * Makefile.def (cloog): Add V=1 to extra_make_flags.
798         * configure.ac: If either the ISL or the CLooG check failed
799         do not try to build in-tree versions.
800         * Makefile.in: Regenerated.
801         * configure: Regenerated.
803 2012-07-03  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
805         * configure: Regenerate.
807 2012-07-02  Janis Johnson  <janisjo@codesourcery.com>
809         * MAINTAINERS (Various Maintainers): Add myself as testsuite
810         maintainer.
812 2012-07-02  Richard Guenther  <rguenther@suse.de>
814         * configure: Regenerated.
816 2012-07-02  Richard Guenther  <rguenther@suse.de>
817         Michael Matz  <matz@suse.de>
818         Tobias Grosser <tobias@grosser.es>
819         Sebastian Pop <sebpop@gmail.com>
821         * Makefile.def: Add ISL host module, remove PPL host module.
822         Adjust ClooG host module to use the proper ISL.
823         * Makefile.tpl: Pass ISL include flags instead of PPL ones.
824         * configure.ac: Include config/isl.m4.  Add ISL host library,
825         remove PPL.  Remove PPL configury, add ISL configury, adjust
826         ClooG configury.
827         * Makefile.in: Regenerated.
828         * configure: Likewise.
830 2012-07-02  Richard Guenther  <rguenther@suse.de>
832         Merge from graphite branch
833         2011-07-21  Tobias Grosser  <tobias@grosser.es>
835         * configure: Regenerated.
836         * config/cloog.m4: Remove support for CLooG-ppl and CLooG-parma,
837         both cloog.org and legacy versions. The only supported version will
838         be CLooG with the isl backend.
840         2011-07-21  Tobias Grosser  <tobias@grosser.es>
842         * configure: Regenerated.
843         * configure.ac: Require cloog isl 0.17.0
845         2011-07-21  Tobias Grosser  <tobias@grosser.es>
847         * configure: Regenerated.
848         * config/cloog.m4: Do not define CLOOG_ORG
850 2012-06-29  Steven Bosscher  <steven@gcc.gnu.org>
852         * configure.ac: Skip C if explicitly selected.
853         * configure: Regenerate.
855 2012-06-28  Christophe Lyon <christophe.lyon@st.com>
857         * configure.ac (CFLAGS_FOR_TARGET, CXXFLAGS_FOR_TARGET): Make sure
858         they contain -O2.
859         * configure: Regenerate.
861 2012-06-25  Richard Sandiford  <rdsandiford@googlemail.com>
863         PR debug/53740
864         * df.h, df-problems.c, dce.c: Revert last patch.
866 2012-06-25  Iain Sandoe  <iain@codesourcery.com>
868         * MAINTAINERS (Write After Approval): Update my email address.
870 2012-06-21  Meador Inge  <meadori@codesourcery.com>
872         * MAINTAINERS (Write After Approval): Add myself.
874 2012-06-20  Jason Merrill  <jason@redhat.com>
876         * Makefile.tpl (check-target-libgomp-c++): New.
877         (check-target-libitm-c++): New.
878         * Makefile.def (c++): Add them.
879         * Makefile.in: Regenerate.
881 2012-05-29  Edmar Wienskoski  <edmar@freescale.com>
883         * MAINTAINERS (Write After Approval): Add myself.
885 2012-05-16  Olivier Hainque  <hainque@adacore.com>
887         * Makefile.tpl (gcc-no-fixedincludes): Rename into ...
888         (gcc-install-no-fixedincludes): Now forwarder to local target in gcc/
889         (install-no-fixedincludes): Adjust accordingly.
890         * Makefile.in: Regenerate.
892 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
894         Merge upstream change
895         * libtool.m4 (_LT_ENABLE_LOCK): Support x32.
897 2012-05-14  Marc Glisse  <marc.glisse@inria.fr>
899         * MAINTAINERS (Write After Approval): Add myself.
901 2012-05-09  Nick Clifton  <nickc@redhat.com>
902             Paul Smith  <psmith@gnu.org>
904         PR bootstrap/50461
905         * configure.ac (mpfr-dir): When using in-tree MPFR sources
906         allow for the fact that from release v3.1.0 of MPFR the source
907         files were moved into a src sub-directory.
908         * configure: Regenerate.
910 2012-05-07  Janne Blomqvist  <jb@gcc.gnu.org>
912         * configure.ac: Bump minimum MPFR version to 2.4.0.
913         * configure: Regenerated.
915 2012-05-01  Richard Henderson  <rth@redhat.com>
917         * Makefile.def (libatomic): New target_module.
918         * configure.ac (target_libraries): Add libatomic.
919         (noconfigdirs): Check if libatomic is supported.
920         * Makefile.in, configure: Rebuild.
922 2012-05-01  Greta Yorsh  <Greta.Yorsh@arm.com>
924         * MAINTAINERS (Write After Approval): Add myself.
926 2012-04-25  Joel Brobecker  <brobecker@adacore.com>
928         * config.sub: Update to 2012-04-18 version from official repo.
930 2012-04-24  Naveen H.S  <naveen.S@kpitcummins.com>
932         * MAINTAINERS (Write After Approval): Add myself.
934 2012-04-11  Steve Ellcey  <sellcey@mips.com>
936         * MAINTAINERS: Changed email address.
938 2012-03-28  Georg-Johann Lay  <avr@gjlay.de>
940         PR target/52737
941         * contrib/gcc_update (files_and_dependencies):
942         Remove gcc/config/avr/t-multilib from touch data.
944 2012-03-14  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
946         * MAINTAINERS (OS Port Maintainers): Remove irix.
947         * configure.ac (enable_libgomp): Remove *-*-irix6*.
948         (unsupported_languages): Remove mips-sgi-irix6.*.
949         (noconfigdirs): Don't add ${libgcj} for mips*-*-irix6*.
950         (with_stabs): Remove.
951         * configure: Regenerate.
953 2012-03-12  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
955         * MAINTAINERS (OS Port Maintainers): Remove osf.
956         * configure.ac (enable_libgomp): Remove *-*-osf*.
957         (with_stabs): Remove alpha*-*-osf*.
958         * configure: Regenerate.
960 2012-03-05  Tristan Gingold  <gingold@adacore.com>
962         * configure.ac: Enable gdb and readline for ia64*-*-*vms*.
963         * configure: Regenerate.
965 2012-02-17  Walter Lee  <walt@tilera.com>
967         * MAINTAINERS: (Write After Approval): Delete myself.
969 2012-02-14  Walter Lee  <walt@tilera.com>
971         * MAINTAINERS (tilegx port): Add myself.
972         (tilepro port): Add myself.
973         (Write After Approval): Add myself.
975 2012-02-12  Gerald Pfeifer  <gerald@pfeifer.com>
977         * MAINTAINERS (Various Maintainers): Add Diego Novillo, Gerald Pfeifer
978         and Joseph Myers as docstring relicensing maintainers.
980 2012-02-09  Bin Cheng  <bin.cheng@arm.com>
982         * MAINTAINERS (write-after-approval): Add myself.
984 2012-02-08  Ira Rosen <irar@il.ibm.com>
986         * MAINTAINERS (Various Maintainers): Remove myself as auto-vectorizer
987         maintainer.
989 2012-02-04  Venkataramanan Kumar  <venkataramanan.kumar@amd.com>
991         * MAINTAINERS (Write After Approval): Move myself to
992         maintain alphabetical order.
994 2012-02-03  Venkataramanan Kumar  <venkataramanan.kumar@amd.com>
996         * MAINTAINERS (Write After Approval): Add myself.
998 2012-02-02  Jayant R Sonar <jayant.sonar@kpitcummins.com>
1000         * MAINTAINERS (Write After Approval): Add myself.
1002 2012-02-02  Sumanth G <sumanth.gundapaneni@kpitcummins.com>
1003             Jayant R Sonar <jayant.sonar@kpitcummins.com>
1005         * configure.ac (cr16-*-*): Remove nonconfigdirs.
1006         * configure: Regenerate.
1008 2012-01-23  Harshit Chopra  <harshit@google.com>
1010         * MAINTAINERS (Write After Approval): Add myself.
1012 2012-01-22  Douglas B Rupp  <rupp@ngnat.com>
1014         * configure.ac: Remove reference to mh-interix.
1015         * configure: Regenerate.
1017 2012-01-05  Richard Henderson  <rth@redhat.com>
1019         PR bootstrap/51072
1020         * configure.ac: Disable libitm if c++ is not enabled.
1021         * configure: Rebuild.
1023         * configure.ac: Fix regexp for same.
1024         * configure: Rebuild.
1026 2012-01-02  Balaji V. Iyer  <bviyer@gmail.com>
1028         * MAINTAINERS (Write After Approval): Add myself.
1030 2012-01-02  Richard Guenther  <rguenther@suse.de>
1032         PR bootstrap/51686
1033         * Makefile.def (install-strip-gcc): Depend on install-strip-lto-plugin.
1034         * Makefile.in: Regenerate.
1036 2011-12-28  Oleg Endo  <olegendo@gcc.gnu.org>
1038         * MAINTAINERS (Write After Approval): Add myself.
1040 2011-12-18  Eric Botcazou  <ebotcazou@adacore.com>
1042         * configure: Regenerate.
1044 2011-12-14  Hariharan Sandanagobalane  <hariharan.gcc@gmail.com>
1046         * MAINTAINERS (picochip): Changed email address.
1048 2011-11-30  Matthew Gretton-Dann  <matthew.gretton-dann@arm.com>
1050         * MAINTAINERS (write-after-approval): Add self.
1052 2011-11-29  DJ Delorie  <dj@redhat.com>
1054         * configure.ac (rl78-*-*) New case.
1055         * configure: Regenerate.
1056         * MAINTAINERS: Add myself as RL78 maintainer.
1058 2011-11-21  Eric Botcazou  <ebotcazou@libertysurf.fr>
1060         * MAINTAINERS: Add self as co-maintainer of the Ada front end.
1062 2011-11-21  Andreas Tobler  <andreast@fgznet.ch>
1064         * libtool.m4: Additional FreeBSD 10 fixes.
1066 2011-11-21  Joern Rennecke  <joern.rennecke@embecosm.com>
1068         * MAINTAINERS: Move myself from Write After Approval to CPU Port
1069         Maintainers section, as Epiphany maintainer.
1071 2011-11-18  Iain Sandoe  <iains@gcc.gnu.org>
1073         PR target/49992
1074         * configure.ac: Remove ranlib special-casing for Darwin.
1075         * configure: Regenerate.
1077 2011-11-12  Andrey Belevantsev  <abel@ispras.ru>
1079         * MAINTAINERS (Reviewers): Keep the list sorted.
1081 2011-11-11  Andrey Belevantsev  <abel@ispras.ru>
1083         * MAINTAINERS (Selective Scheduling): Add myself as a reviewer.
1085 2011-11-09  Roland McGrath  <mcgrathr@google.com>
1087         * configure.ac: Add tool checks for READELF and READELF_FOR_TARGET.
1088         * configure: Rebuild.
1089         * Makefile.def (flags_to_pass): Add READELF_FOR_TARGET.
1090         * Makefile.tpl (READELF, READELF_FOR_TARGET): New variables.
1091         (HOST_EXPORTS): Add READELF, READELF_FOR_TARGET.
1092         (BASE_FLAGS_TO_PASS): Add READELF_FOR_TARGET.
1093         (BASE_TARGET_EXPORTS, EXTRA_HOST_FLAGS, EXTRA_TARGET_FLAGS):
1094         Add READELF.
1095         * Makefile.in: Rebuild.
1097 2011-11-09  Jason Merrill  <jason@redhat.com>
1099         * Makefile.def (language=c++): Remove check-c++0x.
1100         * Makefile.in (check-gcc-c++): Regenerate.
1102 2011-11-08  Richard Henderson  <rth@redhat.com>
1104         * configure.ac: Test for libitm directory present first.
1106         * configure.ac: Adjust srcdir for running libitm/configure.tgt.
1108         * configure.ac: Test libitm/configure.tgt to disable libitm.
1109         * configure: Rebuild.
1111 2011-11-07  Aldy Hernandez  <aldyh@redhat.com>
1112             Richard Henderson  <rth@redhat.com>
1114         Merged from transactional-memory.
1116         * Makefile.def (lang_env_dependencies): libitm is c++.
1117         Add libitm target module.
1118         * configure.ac: Likewise.
1119         * config/mmap.m4: New file.
1120         * contrib/gcc_update: Add libitm to touch data.
1121         * Makefile.in, configure: Rebuild.
1123 2011-11-02  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
1125         * Makefile.tpl (EXTRA_GCC_FLAGS): Remove LIBGCC2_CFLAGS,
1126         LIBGCC2_DEBUG_CFLAGS, LIBGCC2_INCLUDES.
1127         * Makefile.in: Regenerate.
1129 2011-11-01  DJ Delorie  <dj@redhat.com>
1131         * config.sub: Update to version 2011-10-29 (added rl78)
1133 2011-10-27  Nick Clifton  <nickc@redhat.com>
1135         * config.sub: Import these changes from the config project:
1137         2011-10-08  Joern Rennecke  <joern.rennecke@embecosm.com>
1138             Ben Elliston  <bje@gnu.org>
1140         * config.sub (epiphany): New.
1142         2011-09-09  Linas Vepstas  <linasvepstas@gmail.com>
1143             Ben Elliston  <bje@gnu.org>
1145         * config.sub (hexagon, hexagon-*): New.
1147         2011-08-23  Roland McGrath  <mcgrathr@google.com>
1149         * config.sub: Rename 32eb to be32, 32el to le32, 64el to le64, and
1150         64eb to be64.
1152         2011-08-16  Roland McGrath  <mcgrathr@google.com>
1154         * config.sub (32eb, 32el, 64eb, 64el): New (pseudo-)CPUs.
1155         (nacl): Grok as alias for 32el-unknown-nacl.
1157 2011-10-25  Kirill Yukhin  <kirill.yukhin@intel.com>
1159         * MAINTAINERS (Write After Approval): Add myself.
1161 2011-10-24  Teresa Johnson  <tejohnson@google.com>
1163         * MAINTAINERS (Write After Approval): Add myself.
1165 2011-09-21  Jakub Jelinek  <jakub@redhat.com>
1167         * MAINTAINERS (sparc port): Remove myself.
1169 2011-09-14  Tom de Vries  <tom@codesourcery.com>
1171         * MAINTAINERS (Write After Approval): Add myself.
1173 2011-08-14  Yao Qi  <yao@codesourcery.com>
1175         * configure.ac (tic6x-*-*): Remove gdb from noconfigdirs.
1176         * configure: Regenerate.
1178 2011-07-26  Ian Lance Taylor  <iant@google.com>
1180         * configure.ac: Set have_compiler based on whether gcc directory
1181         exists, rather than on whether gcc is in configdirs.
1182         * configure: Rebuild.
1184 2011-07-21  Joseph Myers  <joseph@codesourcery.com>
1186         * MAINTAINERS (Global Reviewers): Add self.
1188 2011-07-20  David Edelsohn  <dje.gcc@gmail.com>
1190         * Makefile.tpl (POSTSTAGE1_CONFIGURE_FLAGS): Add libsupc++ to
1191         link directories.
1192         * Makefile.in: Rebuild.
1194 2011-07-20  Ian Lance Taylor  <iant@google.com>
1196         PR bootstrap/49787
1197         * configure.ac: Move --enable-bootstrap handling earlier in file.
1198         If --enable-bootstrap and either --enable-build-with-cxx or
1199         --enable-build-poststage1-with-cxx, enable C++ automatically.
1200         * configure: Rebuild.
1202 2011-07-19  Ian Lance Taylor  <iant@google.com>
1204         * configure.ac: Add --enable-build-poststage1-with-cxx.  If set,
1205         make C++ a boot_language.  Set and substitute
1206         POSTSTAGE1_CONFIGURE_FLAGS.
1207         * Makefile.tpl (POSTSTAGE1_CONFIGURE_FLAGS): New variable.
1208         (STAGE[+id+]_CONFIGURE_FLAGS): Add $(POSTSTAGE1_CONFIGURE_FLAGS).
1209         * configure, Makefile.in: Rebuild.
1211 2011-07-19  Vladimir Makarov  <vmakarov@redhat.com>
1213         * MAINTAINERS (Register Allocation): Move myself from reviewers to
1214         maintainers.
1216 2011-07-18  Jakub Jelinek  <jakub@redhat.com>
1218         * MAINTAINERS (Global Reviewers): Add myself.
1220 2011-07-18  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
1222         * configure: Regenerate.
1224 2011-07-16  Jason Merrill  <jason@redhat.com>
1226         * Makefile.def (language=c++): Add check-c++0x and
1227         check-target-libmudflap-c++.
1228         * Makefile.tpl (check-target-libmudflap-c++): New.
1229         * Makefile.in: Regenerate.
1231 2011-07-16  Matthias Klose  <doko@ubuntu.com>
1233         * Makefile.tpl (EXTRA_CONFIGARGS_LIBJAVA): Define.
1234         * Makefile.def (target_modules/libjava): Pass
1235         $(EXTRA_CONFIGARGS_LIBJAVA).
1236         * configure.ac: Pass --disable-static in EXTRA_CONFIGARGS_LIBJAVA,
1237         if not configured with --enable-static-libjava.
1238         * Makefile.in: Regenerate.
1239         * configure: Likewise.
1241 2011-07-15  Jason Merrill  <jason@redhat.com>
1243         * Makefile.in (check-c++): Move check-gcc-c++0x after
1244         check-target-libstdc++-v3.
1246 2011-07-15  Bernd Schmidt  <bernds@codesourcery.com>
1248         * MAINTAINERS (c6x port): New entry.
1250 2011-07-13  Jason Merrill  <jason@redhat.com>
1252         * Makefile.in (check-gcc-c++0x): New.
1253         (check-c++): Depend on it.
1255 2011-07-07  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
1257         PR target/39150
1258         * configure.ac (i[3456789]86-*-solaris2*): Also accept
1259         x86_64-*-solaris2.1[0-9]*.
1260         * configure: Regenerate.
1262 2011-06-29  Richard Sandiford  <rdsandiford@googlemail.com>
1264         * MAINTAINERS (RTL optimizers): Add self.
1266 2011-06-27  Gabriel Charette  <gchare@google.com>
1268         * MAINTAINERS (Write After Approval): Add myself.
1270 2011-06-22  Hans-Peter Nilsson  <hp@axis.com>
1272         PR regression/47836
1273         PR bootstrap/23656
1274         PR other/47733
1275         PR bootstrap/49247
1276         PR c/48825
1277         * configure.ac (target_libraries): Remove target-libiberty.
1278         Remove case-statement setting skipdirs=target-libiberty for
1279         multiple targets.  Remove checking target_configdirs and
1280         removing target-libiberty but keeping target-libgcc if
1281         otherwise empty.
1282         * Makefile.def (target_modules): Don't add libiberty.
1283         (dependencies): Remove all traces of target-libiberty.
1284         * configure, Makefile.in: Regenerate.
1286 2011-06-13  Walter Lee <walt@tilera.com>
1288         * configure.ac (tilepro-*-*) New case.
1289         (tilegx-*-*): Likewise.
1290         * configure: Regenerate.
1292 2011-06-06  Jing Yu  <jingyu@google.com>
1294         * configure.ac: Skip target-libiberty for
1295         arm*-*-linux-androideabi.
1296         * configure: Regenerated.
1298 2011-06-06  Nick Clifton  <nickc@redhat.com>
1300         * config.sub: Sync from upstream.
1302 2011-06-05  Nenad Vukicevic  <nenad@intrepid.com>
1304         * MAINTAINERS (Write After Approval): Add myself.
1306 2011-06-01  Daniel Jacobowitz  <drow@false.org>
1308         * MAINTAINERS: Update my email address.
1310 2011-05-27  Nathan Froyd  <froydnj@codesourcery.com>
1312         * MAINTAINERS (Write After Approval): Update my email address.
1314 2011-05-11  Paul Pluzhnikov  <ppluzhnikov@google.com>
1316         * MAINTAINERS (Write After Approval): Add myself.
1318 2011-05-08  Doug Kwan  <dougkwan@google.com>
1320         * configure.ac: Propagate LDFLAGS_FOR_TARGET.
1321         * configure: Regenerated.
1322         * Makefile.tpl (LDFLAGS_FOR_TARGET): Use LDFLAGS_FOR_TARGET
1323         value from configure.
1324         * Makefile.in: Regenerated.
1326 2011-05-05  Joseph Myers  <joseph@codesourcery.com>
1328         * configure.ac (alpha*-dec-osf*, i[[3456789]]86-*-rdos*,
1329         sh*-*-pe|mips*-*-pe|arm-wince-pe, sparc-*-sunos4*, *-*-aix*,
1330         *-*-beos*, *-*-chorusos, *-*-dragonfly*, *-*-freebsd*, *-*-linux*
1331         | *-*-gnu* | *-*-k*bsd*-gnu | *-*-kopensolaris*-gnu, *-*-lynxos*,
1332         *-*-mingw*, *-*-netbsd*, *-*-netware*, *-*-tpf*, *-*-uclinux*,
1333         *-*-vxworks*): Disable newlib and libgloss in separate case
1334         statement.
1335         (i[[3456789]]86-*-linux*): Move logic allowing newlib to be built
1336         to separate case statement.
1337         (*-*-chorusos, *-*-dragonfly*, *-*-freebsd*, *-*-netbsd*,
1338         *-*-netware*, *-*-tpf*, *-*-uclinux*, *-*-vxworks*,
1339         alpha*-dec-osf*, alpha*-*-linux*, am33_2.0-*-linux*, sh-*-linux*,
1340         sh*-*-pe|mips*-*-pe|*arm-wince-pe, arm-*-coff, arm-*-elf* |
1341         arm*-*-eabi*, arm*-*-linux-gnueabi, arm*-*-symbianelf*, avr-*-*,
1342         bfin-*-*, cris-*-* | crisv32-*-*, frv-*-*, i[[3456789]]86-*-coff |
1343         i[[3456789]]86-*-elf, i[[3456789]]86-w64-mingw*,
1344         i[[3456789]]86-*-mingw*, x86_64-*-mingw*,
1345         i[[3456789]]86-*-interix*, i[[3456789]]86-*-beos*,
1346         i[[3456789]]86-*-rdos*, m32r-*-*,
1347         m68hc11-*-*|m6811-*-*|m68hc12-*-*|m6812-*-*, m68k-*-elf*, m68*-*-*
1348         | fido-*-*, powerpc-*-aix*, powerpc-*-beos*, powerpc-*-eabi,
1349         powerpc-*-eabi* | powerpcle-*-eabi* | powerpc-*-rtems*,
1350         rs6000-*-lynxos*, rs6000-*-aix*, mips*-*-linux*, sparclet-*-aout*
1351         | sparc86x-*-*, sparc-*-elf*, sparc64-*-elf*, sparclite-*-*,
1352         sparc-*-sunos4*, sparc-*-solaris* | sparc64-*-solaris* |
1353         sparcv9-*-solaris*, *-*-linux* | *-*-gnu* | *-*-k*bsd*-gnu |
1354         *-*-kopensolaris*-gnu, *-*-lynxos*, *-*-*): Don't disable newlib
1355         and libgloss in main case over targets.  Remove most empty cases
1356         in main case over targets.
1357         * configure: Regenerate.
1359 2011-05-04  Janis Johnson  <janisjo@codesourcery.com>
1361         * MAINTAINERS (Write After Approval): Add myself.
1363 2011-05-04  Joseph Myers  <joseph@codesourcery.com>
1365         * configure.ac: Remove code setting special library locations for
1366         hppa*64*-*-hpux11*.  Remove code setting compiler for
1367         sparc-sun-solaris2*.
1368         * configure: Regenerate.
1370 2011-05-04  Joseph Myers  <joseph@codesourcery.com>
1372         * configure.ac: Separate libgloss_dir settings from general case
1373         over targets.
1374         * configure: Regenerate.
1376 2011-04-28  Joseph Myers  <joseph@codesourcery.com>
1378         * configure.ac (*-*-dragonfly*, *-*-freebsd*, *-*-netbsd*,
1379         alpha*-dec-osf*, alpha*-*-linux*, alpha*-*-*, sh-*-linux*,
1380         arm-*-elf* | arm*-*-eabi*, arm*-*-linux-gnueabi, frv-*-*): Remove
1381         cases in libgcj-disabling case statement.
1382         (hppa*64*-*-linux*): Set unsupported_languages instead of
1383         disabling target-zlib.
1384         (hppa*64*-*-*): Restrict case in libgcj-disabling case statement
1385         to hppa*64*-*-hpux*.
1386         (hppa*-*-*): Restrict case in libgcj-disabling case statement to
1387         hppa*-*-hpux*.
1388         (ia64*-*-elf*, ia64*-**-hpux*, i[[3456789]]86-*-elf,
1389         i[[3456789]]86-*-linux*, *-*-cygwin*, i[[3456789]]86-*-interix*,
1390         i[[3456789]]86-*-solaris2*, m32r-*-*, m68k-*-elf*, m68*-*-* |
1391         fido-*-*, powerpc-*-eabi, powerpc-*-eabi* | powerpcle-*-eabi* |
1392         powerpc-*-rtems*, mips*-*-linux*, mips*-*-*, sh-*-* | sh64-*-*,
1393         sparc-*-elf*, sparc64-*-elf*, sparc-*-solaris* |
1394         sparc64-*-solaris* | sparcv9-*-solaris*, *-*-linux* | *-*-gnu* |
1395         *-*-k*bsd*-gnu | *-*-kopensolaris*-gnu, *-*-*): Remove cases in
1396         libgcj-disabling case statement.
1397         * configure: Regenerate.
1399 2011-04-28  Joseph Myers  <joseph@codesourcery.com>
1401         * configure.ac: Disable Java for targets not supporting libffi.
1402         (*-*-chorusos, *-*-kaos*, am33_2.0-*-linux*, sh*-*-pe|mips*-*-pe):
1403         Remove cases in Java-disabling statement.
1404         (*arm-wince-pe): Change to arm-wince-pe.
1405         (arc-*-*, arm-*-coff, arm-*-pe*, arm-*-riscix*, avr-*-*): Remove
1406         cases in Java-disabling statement.
1407         (bfin-*-*): Don't disable Java again.
1408         (c4x-*-* | tic4x-*-*, tic54x-*-*, cr16-*-*, d10v-*-*, d30v-*-*,
1409         fr30-*-elf*, moxie-*-*, h8300*-*-*, h8500-*-*, hppa1.1-*-osf* |
1410         hppa1.1-*-bsd*, hppa*-*-*elf* | hppa*-*-lites* | hppa*-*-openbsd*,
1411         hppa*-*-pro*, i960-*-*, i[[3456789]]86-*-coff,
1412         i[[3456789]]86-*-pe, i[[3456789]]86-*-sco3.2v5*,
1413         i[[3456789]]86-*-sco*, i[[3456789]]86-*-sysv4*,
1414         i[[3456789]]86-*-beos*, i[[3456789]]86-*-rdos*,
1415         m68hc11-*-*|m6811-*-*|m68hc12-*-*|m6812-*-*): Remove cases in
1416         Java-disabling statement.
1417         (mmix-*-*): Don't disable Java again.
1418         (mt-*-*, powerpc*-*-winnt* | powerpc*-*-pe*, powerpcle-*-solaris*,
1419         powerpc-*-beos*, rs6000-*-lynxos*, rs6000-*-*, m68k-apollo-*,
1420         microblaze*, mips*-sde-elf*, mips*-*-irix5*, mips*-*-bsd*,
1421         sparclet-*-aout* | sparc86x-*-*, sparclite-*-*, sparc-*-sunos4*,
1422         tic6x-*-*, v810-*-*, vax-*-*): Remove cases in Java-disabling
1423         statement.
1424         * configure: Regenerate.
1426 2011-04-28  Joseph Myers  <joseph@codesourcery.com>
1428         * configure.ac: Separate cases disabling Java and Java libraries
1429         from general case over targets.
1430         * configure: Regenerate.
1432 2011-04-21  Jie Zhang  <jzhang918@gmail.com>
1434         * MAINTAINERS: Update my email address.
1436 2011-04-20  Easwaran Raman  <eraman@google.com>
1438         * MAINTAINERS (Write After Approval): Add myself.
1440 2011-04-18  Jack Howarth  <howarth@bromo.med.uc.edu>
1442         PR lto/48086
1443         * configure.ac: Re-enable LTO on *-apple-darwin9*.
1444         * configure: Regenerate.
1446 2011-04-16  Jim Meyering  <meyering@redhat.com>
1448         * MAINTAINERS (Write After Approval): Add myself.
1450 2011-04-15  Dodji Seketeli  <dodji@redhat.com>
1452         * MAINTAINERS: Update my email address.
1454 2011-04-13  Georg-Johann Lay  <avr@gjlay.de>
1456         * MAINTAINERS (Write After Approval): Add myself.
1458 2011-04-12  Yufeng Zhang  <yufeng.zhang@arm.com>
1460         * MAINTAINERS (Write After Approval): Add myself.
1462 2011-04-07  Stuart Henderson  <shenders@gcc.gnu.org>
1464         * MAINTAINERS (Write After Approval): Add myself.
1466 2011-04-06  Joseph Myers  <joseph@codesourcery.com>
1468         * configure.ac (build_tools): Remove build-byacc.
1469         (host_libs): Remove mmalloc.
1470         (host_tools): Remove byacc make patch prms send-pr ash bash bzip2
1471         autoconf automake libtool diff rcs fileutils shellutils time
1472         textutils wdiff find uudecode hello tar gzip indent recode release
1473         sed perl gawk findutils gettext zip.
1474         (libgcj): Remove target-qthreads.
1475         (target_tools): Remove target-examples target-gperf.
1476         (YACC): Don't handle building byacc.
1477         * configure: Regenerate.
1478         * Makefile.def (ash, autoconf, automake, bash, byacc, bzip2, diff,
1479         dosutils, examples, fileutils, find, findutils, gawk, gettext,
1480         gnuserv, gperf, gzip, hello, indent, libtool, make, mmalloc,
1481         patch, perl, prms, qthreads, rcs, recode, release, sed, send-pr,
1482         shellutils, tar, textutils, time, uudecode, wdiff, zip): Don't
1483         handle building components.
1484         * Makefile.in: Regenerate.
1486 2011-04-05  Sterling Augustine <augustine.sterling@gmail.com>
1488         * MAINTAINERS: Update my email address as Xtensa maintainer.
1490 2011-04-05  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
1492         * config.sub: Sync from upstream.
1494 2011-04-01  Joseph Myers  <joseph@codesourcery.com>
1496         * configure.ac (avr-*-*): Add comment about why libssp is disabled.
1497         (microblaze*): Don't disable libssp.
1498         * configure: Regenerate.
1500 2011-04-01  Joseph Myers  <joseph@codesourcery.com>
1502         * configure.ac: Remove code setting CONFIG_SHELL, config_shell and
1503         moveifchange.
1504         * configure: Regenerate.
1505         * Makefile.tpl: Use @SHELL@ not @config_shell@.
1506         * Makefile.in: Regenerate.
1508 2011-04-01  Joseph Myers  <joseph@codesourcery.com>
1510         * configure.ac (*-*-sysv4*): Don't enable libgomp.
1511         (alpha*-*-*vms*, i[[34567]]86-*-sco3.2v5*, mn10300-*-*,
1512         powerpc-*-chorusos*, powerpc*-*-eabi*, powerpc*-*-sysv*,
1513         powerpc*-*-kaos*, s390x-ibm-tpf*, sparc64-*-elf*, v850*-*-*,
1514         xtensa*-*-elf*, *-*-beos*, *-*-elf*, *-*-netware*, *-*-rtems*,
1515         *-*-sysv[[45]]*, *-*-vxworks*, *-wrs-windiss): Remove
1516         md_exec_prefix cases.
1517         * configure: Regenerate.
1519 2011-04-01  Joseph Myers  <joseph@codesourcery.com>
1521         * configure.ac: Separate cases disabling target-libssp,
1522         target-libiberty, target-libstdc++-v3 and Fortran from general
1523         case over targets.
1524         * configure: Regenerate.
1526 2011-04-01  Joseph Myers  <joseph@codesourcery.com>
1528         * configure.ac (*-*-chorusos): Don't disable libgcj.
1529         (*-*-freebsd[[12]] | *-*-freebsd[[12]].* | *-*-freebsd*aout*):
1530         Remove case.
1531         (*-*-kaos*): Don't disable GCC libraries, zlib or fastjar.
1532         (arm-*-coff): Don't disable libgcj.
1533         (arm*-*-linux-gnueabi): Remove useless assignment.
1534         (arm-*-riscix*): Don't disable libgcj.
1535         (bfin-*-*): Don't enable target-bsp and target-cygmon depending on
1536         configuration.
1537         (c4x-*-* | tic4x-*-*): Don't disable GCC libraries.
1538         (c54x*-*-*): Remove case.
1539         (tic54x-*-*): Don't disable GCC or GCC libraries.
1540         (cris-*-* | crisv32-*-*): Don't handle *-*-aout.  Change *-*-elf
1541         to *.
1542         (d10v-*-*): Don't disable GCC libraries.
1543         (d30v-*-*): Don't disable libgcj.
1544         (h8500-*-*): Don't disable GCC libraries.
1545         (i960-*-*): Don't disable libgcj.
1546         (i[[3456789]]86-*-linux*): Don't handle *-*-*libc1*.
1547         (i[[3456789]]86-*-sco3.2v5*, i[[3456789]]86-*-sco*,
1548         i[[3456789]]86-*-sysv4*, i[[3456789]]86-*-beos*): Don't disable
1549         libgcj.
1550         (m68k-*-coff*): Remove case.
1551         (mmix-*-*): Don't disable libgloss on host.
1552         (mn10200-*-*, mn10300-*-*): Remove cases.
1553         (powerpc*-*-winnt* | powerpc*-*-pe*, powerpcle-*-solaris*,
1554         powerpc-*-beos*, m68k-apollo-*, mips*-*-irix5*, mips*-*-bsd*):
1555         Don't disable libgcj.
1556         (romp-*-*): Remove case.
1557         (sparclite-*-*, sparc-*-sunos4*): Don't disable libgcj.
1558         (sparc-*-solaris2.[[0-6]] | sparc-*-solaris2.[[0-6]].*): Remove
1559         case.
1560         (v810-*-*): Don't disable GCC libraries.
1561         (v850*-*-*, vax-*-vms, xtensa*-*-*): Remove cases.
1562         (ip2k-*-*): Don't disable GCC libraries.
1563         * configure: Regenerate.
1565 2011-03-28  Joseph Myers  <joseph@codesourcery.com>
1567         * configure.ac (i[[3456789]]86-*-msdosdjgpp*): Don't disable
1568         libffi on host.
1569         (x86_64-*-mingw*, i[[3456789]]86-*-mingw32*): Don't disable newlib
1570         on host.
1571         (c54x*-*-* | tic54x-*-*): Don't disable newlib on host.
1572         * configure: Regenerate.
1574 2011-03-26  John Marino  <binutils@marino.st>
1576         * configure.ac: Add support for *-*-dragonfly*
1577         * configure: Regenerate.
1579 2011-03-25  Joseph Myers  <joseph@codesourcery.com>
1581         * configure.ac (native_only): Remove.
1582         (i[[3456789]]86-*-msdosdjgpp*): Don't disable expect dejagnu
1583         send-pr uudecode guile gnuserv on host.
1584         (x86_64-*-mingw*): Don't disable expect dejagnu autoconf automake
1585         send-pr rcs guile perl texinfo libtool on host.
1586         (i[[3456789]]86-*-mingw32*): Don't disable expect dejagnu autoconf
1587         automake send-pr rcs guile perl texinfo libtool on host.
1588         (*-*-cygwin*, *-*-netbsd*): Remove host cases.
1589         (*-*-kaos*): Don't disable target-examples target-gperf on target.
1590         (alpha*-dec-osf*): Don't disable fileutils on target.
1591         (sh*-*-pe|mips*-*-pe|*arm-wince-pe): Don't disable target-examples
1592         texinfo send-pr expect dejagnu on target.
1593         (arm-*-elf* | arm*-*-eabi*, arm*-*-linux-gnueabi): Don't disable
1594         target-qthreads on target.
1595         (hppa*-hp-hpux11*, hppa*-*-*): Don't disable shellutils on target.
1596         (ia64*-*-elf*, ia64*-*-*vms*): Don't disable mmalloc on target.
1597         (i[[3456789]]86-w64-mingw*, i[[3456789]]86-*-mingw*,
1598         x86_64-*-mingw*): Don't disable expect on target.
1599         (*-*-cygwin*): Don't disable target-gperf on target.
1600         (powerpc*-*-winnt* | powerpc*-*-pe*): Don't disable make expect
1601         gnuserv on target.
1602         (powerpcle-*-solaris*): Don't disable make expect gnuserv on
1603         target.
1604         * configure: Regenerate.
1606 2011-03-25  Joseph Myers  <joseph@codesourcery.com>
1608         * configure.ac (target_tools): Remove target-groff.
1609         (native_only): Remove target-groff.
1610         (hppa*64*-*-*): Don't disable byacc.
1611         (i[[3456789]]86-*-mingw32*): Remove commented-out noconfigdirs
1612         setting.
1613         (*-*-kaos*): Don't skip target-librx and target-groff.
1614         (*-*-netware*): Don't skip target-libmudflap.
1615         (*-*-tpf*): Don't skip target-libmudflap.
1616         (sh*-*-pe|mips*-*-pe|*arm-wince-pe): Don't condition configured
1617         directories on the host.
1618         (ia64*-*-*vms*): Don't skip tix.
1619         (sh-*-* | sh64-*-*): Don't condition skipped directories on the
1620         host.
1621         * configure: Regenerate.
1623 2011-03-24  Paolo Bonzini  <pbonzini@redhat.com>
1625         * configure.ac: Remove references to mt-mep, mt-netware,
1626         mt-wince.
1627         * Makefile.def: Add all-utils soft dependencies.
1628         * Makefile.tpl: Remove GDB_NLM_DEPS.
1629         * configure: Regenerate.
1630         * Makefile.in: Regenerate.
1632 2011-03-24  Paolo Bonzini  <bonzini@gnu.org>
1634         * configure.ac: Do not include mh-x86omitfp.
1635         * configure: Regenerate.
1637 2011-03-24  Paolo Bonzini  <bonzini@gnu.org>
1639         * configure.ac: Remove empty cases.
1640         * configure: Regenerate.
1642 2011-03-24  Paolo Bonzini  <bonzini@gnu.org>
1644         * Makefile.def: Add dependency from termcap to gdb.
1645         * Makefile.in: Regenerate.
1647 2011-03-24  Paolo Bonzini  <bonzini@gnu.org>
1649         * configure.ac: Remove all mentions of mh-sysv4 and mh-solaris.
1650         * configure: Regenerate.
1651         * Makefile.def: Remove all mentions of X11_FLAGS_TO_PASS.
1652         * Makefile.tpl: Likewise.
1653         * Makefile.in: Regenerate.
1655 2011-03-24  Paolo Bonzini  <bonzini@gnu.org>
1657         * configure.ac: Remove all mentions of tentative_cc.
1658         * configure: Regenerate.
1660 2011-03-24  Joseph Myers  <joseph@codesourcery.com>
1662         * configure.ac (i[[3456789]]86-*-vsta, i[[3456789]]86-*-go32*,
1663         i[[3456789]]86-*-beos*, powerpc-*-beos*, m68k-hp-hpux*,
1664         m68k-apollo-sysv*, m68k-apollo-bsd*, m88k-dg-dgux*,
1665         m88k-harris-cxux*, m88k-motorola-sysv*, mips*-dec-ultrix*,
1666         mips*-nec-sysv4*, mips*-sgi-irix4*, mips*-*-sysv4*, mips*-*-sysv*,
1667         i370-ibm-opened*, i[[3456789]]86-*-sysv5*, i[[3456789]]86-*-dgux*,
1668         i[[3456789]]86-ncr-sysv4.3*, i[[3456789]]86-ncr-sysv4*,
1669         i[[3456789]]86-*-sco3.2v5*, i[[3456789]]86-*-sco*,
1670         i[[3456789]]86-*-udk*, vax-*-ultrix2*, m68k-sun-sunos*,
1671         hppa*-*-hiux*, *-*-hiux*, rs6000-*-lynxos*, *-*-sysv4*,
1672         *-*-rhapsody*): Remove host cases.
1673         * configure: Regenerate.
1675 2011-03-24  Joseph Myers  <joseph@codesourcery.com>
1677         * configure.ac (ppc*-*-pe): Remove host case.
1678         (strongarm-*-coff | xscale-*-coff, strongarm-*-elf* |
1679         xscale-*-elf*, thumb-*-coff, thumb-*-elf, thumb-*-pe, ep9312-*-elf
1680         | ep9312-*-coff, parisc*64*-*-linux*, ppc*-*-pe): Remove target
1681         cases.
1682         * configure: Regenerate.
1684 2011-03-24  Joseph Myers  <joseph@codesourcery.com>
1686         * config.sub: Update to version 2011-03-23.
1688 2011-03-22  Joseph Myers  <joseph@codesourcery.com>
1690         * configure.ac (arm-semi-aof, crx-*-*, parisc*-*-linux*,
1691         i370-*-opened*, i[[3456789]]86-moss-msdos | i[[3456789]]86-*-moss*
1692         | i[[3456789]]86-*-uwin*, mcore-*-pe*): Remove empty cases.
1693         * configure: Regenerate.
1695 2011-03-22  Joseph Myers  <joseph@codesourcery.com>
1697         * MAINTAINERS (crx port, m68hc11 port): Remove.  Move maintainers
1698         to Write After Approval.
1699         * config-ml.in: Don't handle arc-*-elf*.
1700         * configure.ac (arc-*-*, crx-*-*, i[[3456789]]86-*-pe,
1701         m68hc11-*-*|m6811-*-*|m68hc12-*-*|m6812-*-*, mcore-*-pe*): Don't
1702         handle GCC libraries.
1703         * configure: Regenerate.
1705 2011-03-21  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
1707         PR bootstrap/48120:
1708         * configure.ac (pwllib): Use LIBS instead of LDFLAGS.
1709         Add -lstdc++ -lm to LIBS.
1710         * configure: Regenerate.
1712 2011-03-18  David Edelsohn  <dje.gcc@gmail.com>
1714         * config.guess: Update to version 2011-02-02
1715         * config.sub: Update to version 2011-02-24
1717 2011-03-16  Jack Howarth  <howarth@bromo.med.uc.edu>
1719         PR lto/48086
1720         * configure.ac: Re-enable LTO on *-apple-darwin9.
1721         * configure: Regenerate.
1723 2011-03-13  Jack Howarth  <howarth@bromo.med.uc.edu>
1725         PR lto/48086
1726         * configure.ac: Disable LTO on darwin due to an assembler change in
1727         Xcode 3.2.6/4.0 that limits the total number of sections/segments to
1728         under 256.
1729         * configure: Regenerate.
1731 2011-03-11  Chen Liqin <liqin.gcc@gmail.com>
1733         * MAINTAINERS: Update myself as score backend maintainer,
1734         update my e-mail address.
1736 2011-03-09  Xuepeng Guo  <terry.guo@arm.com>
1738         * MAINTAINERS: Update my e-mail address.
1740 2011-03-06  Joey Ye  <joey.ye@arm.com>
1742         * MAINTAINERS: Update my e-mail address.
1744 2011-03-02  Sebastian Pop  <sebastian.pop@amd.com>
1746         * configure.ac: Adjust test of with_ppl.
1747         * configure: Regenerated.
1749 2011-03-02  Kai Tietz  <ktietz@redhat.com>
1751         * MAINTAINERS: Adjust my e-mail address.
1753 2011-03-02  Sebastian Pop  <sebastian.pop@amd.com>
1755         * configure.ac: Add -lpwl to ppllibs.
1756         * configure: Regenerated.
1758 2011-03-02  Sebastian Pop  <sebastian.pop@amd.com>
1760         * config/cloog.m4: Add -lisl to clooglibs.
1761         * configure: Regenerated.
1763 2011-02-24  Ramana Radhakrishnan  <ramana.radhakrishnan@arm.com>
1765         * MAINTAINERS (CPU Port maintainers): Add self.
1767 2011-02-16  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
1769         * MAINTAINERS: Add myself as testsuite maintainer.
1771 2011-02-15  Mike Stump  <mikestump@comcast.net>
1773         * MAINTAINERS: Add myself as testsuite maintainer.
1775 2011-02-13  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
1777         Import from Libtool and gnulib:
1779         2011-01-27  Gerald Pfeifer  <gerald@pfeifer.com>
1781         Prepare for supporting FreeBSD 10.
1782         * config.rpath: Remove handling of freebsd1* which soon would
1783         match FreeBSD 10.0.
1785         2011-01-20  Gerald Pfeifer  <gerald@pfeifer.com>  (tiny change)
1787         Remove support for FreeBSD 1.x.
1788         * libtool.m4 (_LT_LINKER_SHLIBS)
1789         (_LT_SYS_DYNAMIC_LINKER): Remove handling of freebsd1* which
1790         soon would incorrectly match FreeBSD 10.0.
1792 2011-02-12  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
1794         PR binutils/12283
1795         * move-if-change: Import version from gnulib.
1797 2011-02-12  Alexandre Oliva  <aoliva@redhat.com>
1799         PR lto/47225
1800         * Makefile.def (lto-plugin): Double dash for enable-shared.
1801         (configure-gcc): Depend on all-lto-plugin.
1802         * Makefile.in: Rebuilt.
1804 2011-02-11  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
1806         * configure.ac: Remove extra bracket.
1807         * configure: Regenerate.
1809 2011-02-08  Tobias Burnus  <burnus@net-b.de>
1811         * MAINTAINERS: Add myself as libquadmath maintainer.
1813 2011-02-08  Thomas Schwinge  <thomas@schwinge.name>
1815         * MAINTAINERS: Update my email address.
1817 2011-02-07  Joseph Myers  <joseph@codesourcery.com>
1819         * MAINTAINERS (option handling): Add self.
1821 2011-02-06  Kai Tietz  <kai.tietz@onevision.com>
1823         PR lto/47225
1824         * Makefile.def: Add dependency for install-gcc
1825         on install-lto-plugin.
1826         * Makfile.in: Regenerated
1828 2011-02-01  Sebastien Bourdeauducq  <sebastien@milkymist.org>
1830         * MAINTAINERS (CPU Port Maintainers): Add myself.
1832 2011-01-31  Alexandre Oliva  <aoliva@redhat.com>
1834         PR libgcj/44341
1835         * configure.ac: Discard --with-* flags for host when configuring
1836         target libraries for cross build.
1837         * configure: Rebuilt.
1839 2011-01-25  Sebastian Pop  <sebastian.pop@amd.com>
1841         * MAINTAINERS (linear loop transforms): Removed.
1843 2011-01-25  Jakub Jelinek  <jakub@redhat.com>
1845         * configure.ac: If with_ppl is no, move setting with_cloog=no
1846         after CLOOG_REQUESTED check.
1847         * configure: Regenerated.
1849 2011-01-25  Sebastian Pop  <sebastian.pop@amd.com>
1851         * configure.ac: Call AC_MSG_ERROR when PPL 0.11 is not present and
1852         CLooG has been requested.
1853         * configure: Regenerated.
1855 2011-01-25  Sebastian Pop  <sebastian.pop@amd.com>
1857         * configure: Regenerated.
1858         * configure.ac: Check for version 0.11 (or later revision) of PPL.
1860 2011-01-25  Tobias Grosser  <grosser@fim.uni-passau.de>
1862         * configure: Regenerated.
1863         * configure.ac: Use CLOOG_CHECK_VERSION(0,16,1).
1865 2011-01-21  Andreas Schwab  <schwab@redhat.com>
1867         * configure.ac: Use AS_HELP_STRING throughout.
1868         * configure: Regenerate.
1870 2011-01-18  Jie Zhang  <jie.zhang@analog.com>
1872         * configure.ac (bfin-*-*): Remove gdb from noconfigdirs.
1873         * configure: Regenerate.
1875 2011-01-13  John David Anglin  <dave.anglin@nrc-cnrc.gc.ca>
1877         * ltmain.sh (relink): Use absolute path when hardcoding with -L.
1879 2011-01-13  Joel Brobecker  <brobecker@adacore.com>
1881         * configure.ac: Remove readline, mmalloc, and gdb from noconfigdirs
1882         for ia64-hpux.
1883         * configure: Regenerate.
1885 2011-01-07  Jan Hubicka  <jh@suse.cz>
1887         PR lto/47225
1888         * Makefile.in: Regenerate.
1889         * Makefile.def (lto-plugin): Always pass enable-shared to the plugin
1890         configure.
1892 2011-01-07  Jan Hubicka  <jh@suse.cz>
1894         * Makefile.in: Regenerate.
1895         * Makefile.def (gcc host module) and soft dependency on lto-plugin
1896         and configure dependency on lto-plugin configure.
1897         (lto-plugin module): Remove dependency on GCC; add dependency on
1898         liniberty.
1900 2011-01-07  William Schmidt  <wschmidt@linux.vnet.ibm.com>
1902         * MAINTAINERS (Write After Approval): Add myself.
1904 2010-12-23  Hariharan Sandanagobalane <hariharan@picochip.com>
1906         * configure: Regenerate.
1908 2010-12-22  Hariharan Sandanagobalane <hariharan@picochip.com>
1910         * configure.ac: (picochip): Disable libiberty.
1912 2010-12-14  Kaushik Phatak  <kaushik.phatak@kpitcummins.com>
1914         * MAINTAINERS (Write After Approval): Add myself.
1916 2010-12-10  Ian Lance Taylor  <iant@google.com>
1918         PR bootstrap/46819
1919         * configure.ac: For --disable-libgcj clear libgcj_saved.
1920         * configure: Rebuild.
1922 2010-12-10  Tobias Burnus  <burnus@net-b.de>
1924         PR fortran/46540
1925         * configure.ac: Add --disable-libquadmath and
1926         --disable-libquadmath-support.
1927         * configure: Regenerate.
1929 2010-12-03  Ian Lance Taylor  <iant@google.com>
1931         * MAINTAINERS: Add myself as libgo maintainer.
1933 2010-12-03  Hans-Peter Nilsson  <hp@axis.com>
1935         PR libffi/46792
1936         * configure.ac (cris-*-elf, crisv32-*-elf): Disable target-libffi.
1937         * configure: Regenerate.
1939 2010-12-02  Ian Lance Taylor  <iant@google.com>
1941         * configure.ac: Always set default for poststage1_ldflags to
1942         -static-libstdc++ -static-libgcc.
1944 2010-11-29  Andreas Schwab  <schwab@redhat.com>
1946         * configure.ac: Move comment to remove extra space in last argument
1947         of GCC_TARGET_TOOL.
1949 2010-11-26  Alexandre Oliva  <aoliva@redhat.com>
1951         PR other/46026
1952         * configure.ac (CXX_FOR_TARGET): Add -funconfigured-libstdc++-v3.
1953         * Makefile.def (CXX_FOR_TARGET): Removed from flags_to_pass.
1954         * Makefile.tpl (CXX_FOR_TARGET_FLAG_TO_PASS): New.
1955         (BASE_FLAGS_TO_PASS): Use it.
1956         * configure: Rebuilt.
1957         * Makefile.in: Rebuilt.
1959 2010-11-23  H.J. Lu  <hongjiu.lu@intel.com>
1961         PR binutils/12258
1962         * configure.ac: Correct comments for --enable-gold/--enable-ld.
1963         Properly check default linker.
1964         * configure: Regnerated.
1966 2010-11-23  Matthias Klose  <doko@ubuntu.com>
1968         * configure.ac: For --enable-gold, handle value `default' instead of
1969         `both*'.  New configure option --{en,dis}able-ld.
1970         * configure: Regenerate.
1972 2010-11-20  Ian Lance Taylor  <iant@google.com>
1974         * configure.ac: Only disable a language library if no language needs
1975         it.  Don't let --disable-libgcj uncondtionally disable libffi.
1976         * configure: Rebuild.
1978 2010-11-20  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
1980         * Makefile.in: Regenerate.
1982         PR other/46202
1983         * configure.ac: Fix just-built in-tree STRIP name to be
1984         binutils/strip-new.
1985         * configure: Regenerate.
1986         * Makefile.def (install-strip-gcc, install-strip-binutils)
1987         (install-strip-opcodes, install-strip-ld, install-strip-itcl)
1988         (install-strip-sid): Mirror dependencies on non-strip variants
1989         of these targets on the respective -strip prerequisites.
1990         * Makefile.tpl (install-strip, install-strip-host)
1991         (install-strip-target): New targets.
1992         (install-strip-[+module+], install-strip-target-[+module+]):
1993         New targets.
1994         * Makefile.in: Regenerate.
1996 2010-11-19  Ian Lance Taylor  <iant@google.com>
1997             Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
1999         * configure.ac: Add target-libgo to target_libraries.  Set
2000         and substitute GOC_FOR_BUILD and GOC_FOR_TARGET.
2001         * Makefile.tpl (BUILD_EXPORTS): Add GOC and GOCFLAGS.
2002         (HOST_EXPORTS): Add GOC.
2003         (BASE_TARGET_EXPORTS): Add GOC.
2004         (GOC_FOR_BUILD, GOCFLAGS, GOC_FOR_TARGET): New variables.
2005         (GOCFLAGS_FOR_TARGET): New variable.
2006         (EXTRA_HOST_FLAGS): Add GOC.
2007         (EXTRA_TARGET_FLAGS): Add GOC and GOCFLAGS.
2008         * Makefile.def (target_modules): Add libgo.
2009         (flags_to_pass): Add GOC_FOR_TARGET and GOCFLAGS_FOR_TARGET.
2010         (dependencies): Add dependency from configure-target-libgo to
2011         configure-target-libffi and all-target-libstdc++-v3.  Add
2012         dependencies from all-target-libgo to all-target-libffi.
2013         (languages): Add go.
2014         * configure: Rebuild.
2015         * Makefile.in: Rebuild.
2017 2010-11-19  Ian Lance Taylor  <iant@google.com>
2019         * config-ml.in: Add Go support: treat GOC and GOCFLAGS like other
2020         compiler/flag environment variables.
2022 2010-11-18  Ian Lance Taylor  <iant@google.com>
2024         * configure.ac: Check for lang_requires_boot_languages in
2025         config-lang.in files.
2026         * configure: Rebuild.
2028 2010-11-16  Francois-Xavier Coudert  <fxcoudert@gcc.gnu.org>
2029             Tobias Burnus  <burnus@net-b.de>
2031         PR fortran/32049
2032         * Makefile.def: Add libquadmath; build it with language=fortran.
2033         * configure.ac: Add libquadmath.
2034         * Makefile.tpl: Handle multiple libs in check-[+language+].
2035         * Makefile.in: Regenerate.
2036         * configure: Regenerate.
2038 2010-11-16  Tom Tromey  <tromey@redhat.com>
2040         * MAINTAINERS: Moved myself to reviewers section.
2042 2010-11-15  Zdenek Dvorak  <ook@ucw.cz>
2044         * MAINTAINERS: Moved myself to reviewers section.
2046 2010-11-15  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
2048         * MAINTAINERS (Various Maintainers): Add self for build machinery.
2049         (Write After Approval): Remove self.
2051 2010-11-15  Andreas Schwab  <schwab@redhat.com>
2053         * configure.ac: Fix spelling in option names.
2054         * configure: Regenerated.
2056 2010-11-13  Georg-Johann Lay  <georgjohann@web.de>
2058         PR bootstrap/39622
2059         * configure.ac (FLAGS_FOR_TARGET): Add include-fixed path.
2060         * configure: Regenerated.
2062 2010-11-13  Kaveh R. Ghazi  <ghazi@gcc.gnu.org>
2064         * MAINTAINERS: Update my email address.
2066 2010-11-12  Tobias Grosser  <grosser@fim.uni-passau.de>
2068         * configure: Regenerate.
2070 2010-11-12  Tobias Grosser  <grosser@fim.uni-passau.de>
2072         * configure: Regenerate.
2074 2010-11-12  Tobias Grosser  <grosser@fim.uni-passau.de>
2076         * configure: Regenerate.
2078 2010-11-12  Tobias Grosser  <grosser@fim.uni-passau.de>
2080         * configure: Regenerate.
2082 2010-11-11  Andreas Simbuerger  <simbuerg@fim.uni-passau.de>
2084         * configure.ac: Support official CLooG.org versions.
2085         * configure: Regenerate.
2086         * config/cloog.m4: New.
2088 2010-11-10  François Dumont  <francois.cppdevs@free.fr>
2090         * MAINTAINERS (Write After Approval): Add myself.
2092 2010-11-09  David Edelsohn  <dje.gcc@gmail.com>
2094         * MAINTAINERS: Update my email address.
2096 2010-11-04  Iain Sandoe  <iains@gcc.gnu.org>
2098         * configure.ac (*-*-darwin*): Use mh-darwin for all Darwin variants.
2099         * configure: Regenerate.
2101 2010-11-03  Ian Lance Taylor  <iant@google.com>
2102             Dave Korn  <dave.korn.cygwin@gmail.com>
2104         PR lto/46273
2105         * configure.ac: Remove libelf tests.  Build lto-plugin on ELF always
2106         and on other supported platforms whenever LTO is enabled.
2107         * configure: Rebuild.
2109 2010-11-02  Alan Modra  <amodra@gmail.com>
2111         PR binutils/12110
2112         * configure.ac: Error when source path contains spaces.
2113         * configure: Regenerate.
2115 2010-10-23  James E. Wilson  <wilson@codesourcery.com>
2117         * MAINTAINERS: Update my email address.
2119 2010-10-20  Ian Lance Taylor  <iant@google.com>
2121         * Makefile.def (target_modules): Set lib_path to src/.libs for
2122         libstdc++-v3 module.
2123         * Makefile.tpl: Fix typo in TARGET_LIB_PATH comment.
2124         * Makefile.in: Rebuild.
2126 2010-10-18  Laurynas Biveinis  <laurynas.biveinis@gmail.com>
2128         * MAINTAINERS (Reviewers): Add myself for gengtype/GTY.
2129         (Write After Approval): Remove myself.
2131 2010-10-15  Tristan Gingold  <gingold@adacore.com>
2133         * MAINTAINERS (OS Port Maintainers): Add myself for VMS.
2135 2010-10-14  Douglas Rupp  <rupp@gnat.com>
2137         * MAINTAINERS (OS Port Maintainers): Add myself for VMS.
2139 2010-10-07  Dave Korn  <dave.korn.cygwin@gmail.com>
2141         * configure.ac (build_lto_plugin): New shell variable.
2142         (--enable-lto): Turn on by default for all non-ELF platforms that
2143         have had LTO support added so far.  Set build_lto_plugin appropriately
2144         for both ELF and non-ELF.
2145         (configdirs): Add lto-plugin or not based on build_lto_plugin.
2146         * configure: Regenerate.
2148 2010-10-07  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
2150         Sync from src:
2151         * configure.ac (v850 support): Remove target-libgloss from
2152         noconfigdirs.
2153         * configure: Regenerate.
2155 2010-10-02  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
2157         PR bootstrap/45326
2158         PR bootstrap/45174
2159         * configure.ac: Honor initial values of $build_configargs,
2160         $host_configargs, $target_configargs.  Mark the precious, so
2161         environment settings get recorded.
2162         * configure: Regenerate.
2164 2010-09-30  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
2166         PR bootstrap/45796
2167         * Makefile.def (info-gcc, dvi-gcc, pdf-gcc, html-gcc):
2168         Depend on all-build-libiberty.
2169         * Makefile.in: Regenerate.
2171 2010-09-30  Michael Eager  <eager@eagercon.com>
2173         * configure.ac (microblaze): Add target-libssp to noconfigdirs.
2174         * configure: Regenerate.
2176 2010-09-28  Michael Eager  <eager@eagercon.com>
2178         * MAINTAINERS (CPU Port Maintainers): Add myself for MicroBlaze port.
2180 2010-06-27  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
2182         PR bootstrap/44621
2183         * configure.ac: Fix unportable shell quoting.
2184         * configure: Regenerate.
2186 2010-09-21  Iain Sandoe  <iains@gcc.gnu.org>
2188         * configure.ac (enable-lto): Add Darwin to the list of supported lto
2189         targets and amend comment.
2190         * configure: Regenerate.
2192 2010-09-15  Tejas Belagod  <tejas.belagod@arm.com>
2194         * MAINTAINERS (Write After Approval): Add myself.
2196 2010-09-03  Jack Howarth <howarth@bromo.med.uc.edu>
2198         * configure.ac: Enable LTO by default on Darwin.
2199         * configure: Regenerate.
2201 2010-09-02  Marcus Shawcroft  <marcus.shawcroft@arm.com>
2203         * MAINTAINERS (Write After Approval): Add myself.
2205 2010-09-01  Ian Bolton  <ian.bolton@arm.com>
2207         * MAINTAINERS (Write After Approval): Add myself.
2209 2010-08-25  Danny Smith  <dannysmith@users.sourceforge.net>
2211         * MAINTAINERS (OS Port Maintainers): Remove myself from windows
2212         ports
2214 2010-07-28  David Yuste  <david.yuste@gmail.com>
2216         * MAINTAINERS (Write After Approval): Add myself.
2218 2010-07-26  Naveen.H.S  <naveen.S@kpitcummins.com>
2220         * configure.ac: Support all v850 targets.
2221         * configure: Regenerate.
2223 2010-07-23  Marc Glisse <marc.glisse@normalesup.org>
2225         PR bootstrap/44455
2226         * configure.ac (extra_mpfr_configure_flags): Copy from
2227         extra_mpc_gmp_configure_flags.
2228         * configure: Re-generated.
2230 2010-07-22  Andi Kleen  <ak@linux.intel.com>
2232         * MAINTAINERS (Write After Approval): Add myself.
2234 2010-07-22  Chung-Lin Tang  <cltang@codesourcery.com>
2236         * MAINTAINERS (Write After Approval): Add myself.
2238 2010-07-20  Jeffrey Yasskin  <jyasskin@google.com>
2240         * MAINTAINERS (Write After Approval): Add myself.
2242 2010-07-17  Jack Howarth  <howarth@bromo.med.uc.edu>
2244         PR target/44862
2245         * Makefile.tpl (POSTSTAGE1_CXX_EXPORT):
2246         Provide -B option to allow for link spec %s substitutions for
2247         libstdc++.a on darwin.
2248         * Makefile.in: Regenerate.
2250 2010-07-10  Mikael Morin  <mikael@gcc.gnu.org>
2252         * MAINTAINERS (Reviewers): Update my e-mail address
2254 2010-06-10  Alexandre Oliva  <aoliva@redhat.com>
2256         * Makefile.def (configure-gcc): Depend on all-libelf.
2257         * Makefile.in: Rebuild.
2259 2010-06-05  Fabien Chêne  <fabien@gcc.gnu.org>
2261         * MAINTAINERS (Write After Approval): Add myself in the right place.
2263 2010-06-04  Fabien Chêne  <fabien@gcc.gnu.org>
2265         * MAINTAINERS (Write After Approval): Add myself.
2267 2010-05-25  Sterling Augustine  <sterling@tensilica.com>
2269         * MAINTAINERS (CPU Port Maintainers): Add myself for xtensa port.
2271 2010-05-25  Maxim Kuvyrkov  <maxim@codesourcery.com>
2273         * config.sub: Update to version 2010-05-21.
2274         * config.guess: Update to version 2010-04-03.
2276 2010-05-18  Steven Bosscher  <steven@gcc.gnu.org>
2278         * configure.ac (--enable-lto): All *-apple-darwin* now support LTO.
2279         * configure: Regenerate.
2281 2010-05-12  Sriraman Tallam  <tmsriram@google.com>
2283         * MAINTAINERS (Write After Approval): Add myself.
2285 2010-05-07  Steven Bosscher  <steven@gcc.gnu.org>
2287         * configure.ac (--enable-lto): Add x86_64-apple-darwin* as
2288         a platform that supports LTO.
2289         * configure: Regenerate.
2291 2010-05-05  Sebastian Pop  <sebastian.pop@amd.com>
2293         * configure.ac: Allow all the versions greater than 0.10 of PPL.
2294         * configure: Regenerated.
2296 2010-04-27  Roland McGrath  <roland@redhat.com>
2297             H.J. Lu  <hongjiu.lu@intel.com>
2299         * configure.ac (--enable-gold): Support both, both/gold and
2300         both/bfd to add gold to configdirs without removing ld.
2301         * configure: Regenerated.
2303         * Makefile.def: Add install-gold dependency to install-ld.
2304         * Makefile.in: Regenerated.
2306 2010-04-27  Dave Korn  <dave.korn.cygwin@gmail.com>
2308         PR lto/42776
2309         * configure.ac (--enable-lto): Refactor handling so libelf tests
2310         are only performed inside then-clause of ACX_ELF_TARGET_IFELSE,
2311         and allow LTO to be explicitly enabled on non-ELF platforms that
2312         are known to support it inside else-clause.
2313         * configure: Regenerate.
2315 2010-04-20  Eric Botcazou  <ebotcazou@adacore.com>
2317         * configure.ac (BUILD_CONFIG): Redirect output to /dev/null.
2318         * configure: Regenerate.
2320 2010-04-17  Ralf Corsépius  <ralf.corsepius@rtems.org>
2322         * configure.ac (*-*-rtems*): Add target-libiberty to $skipdirs.
2323         * configure: Regenerate.
2325 2010-04-16  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
2327         * configure.ac: Check for elf_getshdrstrndx or elf_getshstrndx
2328         separately.
2329         * configure: Regenerate.
2331 2010-04-16  Kevin Williams  <kevin.williams@inria.fr>
2333         * MAINTAINERS (Write After Approval): Add myself.
2335 2010-04-14  Tristan Gingold  <gingold@adacore.com>
2337         * configure.ac (alpha*-*-*vms*): Remove ld from noconfigdirs.
2338         * configure: Regenerate.
2340 2010-04-13  Steve Ellcey  <sje@cup.hp.com>
2342         * configure: Regenerate after change to elf.m4.
2344 2010-04-06  Iain Sandoe  <iains@gcc.gnu.org>
2346         * MAINTAINERS (Write After Approval): Add myself.
2348 2010-04-02  Sebastian Pop  <sebastian.pop@amd.com>
2350         * configure.ac: Add brackets around AC_TRY_COMPILE alternative.
2351         * configure: Regenerated.
2353 2010-04-02  Sebastian Pop  <sebastian.pop@amd.com>
2355         * configure.ac: Print "buggy but acceptable" when CLooG
2356         revision is less than 9.
2357         * configure: Regenerated.
2359 2010-04-01  Diego Novillo  <dnovillo@google.com>
2361         * MAINTAINERS (Plugin): Add myself and Le-Chun Wu.
2363 2010-04-01  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
2365         PR bootstrap/43615
2366         PR bootstrap/43328
2368         Revert:
2370         2010-03-31  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
2372         * configure.ac: Do not pass --enable-multilib nor
2373         --disable-multilib in baseargs.  Accept explicitly passed
2374         --enable_multilib.
2375         * configure: Regenerate.
2377 2010-03-31  Ulrich Weigand  <uweigand@de.ibm.com>
2379         * MAINTAINERS (CPU Port Maintainers): Add myself for spu port.
2381 2010-03-31  Janis Johnson  <janis187@us.ibm.com>
2383         * MAINTAINERS: Remove myself.
2385 2010-03-31  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
2387         PR bootstrap/43328
2388         * configure.ac: Do not pass --enable-multilib nor
2389         --disable-multilib in baseargs.  Accept explicitly passed
2390         --enable_multilib.
2391         * configure: Regenerate.
2393 2010-03-28  Andrew Pinski  <pinskia@gmail.com>
2395         * MAINTAINERS (spu port): Remove me.
2397 2010-03-23  Joseph Myers  <joseph@codesourcery.com>
2399         * configure.ac (tic6x-*-*): New case.
2400         * configure: Regenerate.
2402 2010-03-23  Joseph Myers  <joseph@codesourcery.com>
2404         * config.sub: Update to version 2010-03-22.
2405         * config.guess: Update to version 2009-12-30.
2407 2010-03-19  Jack Howarth  <howarth@bromo.med.uc.edu>
2409         PR ada/42554
2410         * configure.ac: Only pass -c to ranlib for darwin9 and earlier.
2411         * configure: Regenerate.
2413 2010-03-18  Ramana Radhakrishnan  <ramana.radhakrishnan@arm.com>
2415         * MAINTAINERS: Update my email address.
2417 2010-03-17  Sebastian Pop  <sebastian.pop@amd.com>
2419         * MAINTAINERS (dwarak.rajagopal@amd.com): Removed.
2420         (ghassan.shobaki@amd.com): Removed.
2422 2010-03-17  Alan Modra  <amodra@gmail.com>
2424         * MAINTAINERS: Update my email address.
2426 2010-03-16  Diego Novillo  <dnovillo@google.com>
2428         * MAINTAINERS: Remove Dan Hipschman, William Maddox and Chris
2429         Matthews.
2431 2010-03-16  Joseph Myers  <joseph@codesourcery.com>
2433         * MAINTAINERS (Write After Approval): Remove Jim Blandy, Daniel
2434         Gutson, Jeffrey D. Oldham and Mark Shinwell.
2436 2010-03-16  Joseph Myers  <joseph@codesourcery.com>
2438         * MAINTAINERS: Update my email address.
2440 2010-03-16  Daniel Jacobowitz  <dan@codesourcery.com>
2442         * MAINTAINERS: Update my email address.
2444 2010-03-15  Bernd Schmidt  <bernds@codesourcery.com>
2446         * MAINTAINERS: Update my email address.
2448 2010-03-09  Jie Zhang  <jie@codesourcery.com>
2450         * MAINTAINERS: Update my email address.
2452 2010-03-01  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
2454         PR libstdc++/32499
2455         * configure.ac (RANLIB): Default to true.
2456         (STRIP): Likewise.
2457         (RANLIB_FOR_TARGET): Remove superfluous : argument.
2458         * configure: Regenerate.
2460 2010-02-17  Rafael Ávila de Espíndola  <espindola@google.com>
2462         * MAINTAINERS (Plugin, LTO, LTO plugin): Remove myself.
2463         (Write After Approval): Update my email address.
2465 2010-02-17  Nick Clifton  <nickc@redhat.com>
2467         PR 11238
2468         * Makefile.tpl (local-distclean): Also remove config.cache files in
2469         sub-directories as there may not be Makefiles present in the
2470         sub-directories.
2471         * Makefile.tpl: Use "-exec rm {}" rather than "-delete" to delete
2472         the config.cache files found by the find command.
2474         * Makefile.in: Regenerate.
2475         * configure.ac: Revert previous delta.
2476         * configure: Regenerate.
2478 2010-02-15  Nick Clifton  <nickc@redhat.com>
2480         PR 11238
2481         * configure.ac: Delete config.cache files in sub-directories when
2482         deleting Makefiles.
2483         * configure: Regenerate.
2485 2010-02-12  Ben Elliston  <bje@gnu.org>
2487         * MAINTAINERS: Update my email address.
2489 2010-02-08  Andrew Pinski  <pinskia@gmail.com>
2491         * MAINTAINERS (spu port): Update my email address.
2493 2010-02-08  Jie Zhang  <jie.zhang@analog.com>
2495         * MAINTAINERS: Add myself as a maintainer for the bfin port.
2497 2010-01-31  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
2499         * configure.ac: Add "recommended" version checks for GMP/MPC.
2500         Update recommended GMP/MPFR/MPC versions.
2501         * configure: Regenerate.
2503 2010-01-31  Joern Rennecke  <joern.rennecke@embecosm.com>
2505         * MAINTAINERS: Move my Embecosm email address into the
2506         write-after-approval section.
2508 2010-01-26  Ian Lance Taylor  <iant@google.com>
2510         * MAINTAINERS: Add myself as Go frontend maintainer.
2512 2010-01-25  Joern Rennecke  <amylaar@spamcop.net>
2514         PR libstdc++/36101, PR libstdc++/42813
2515         * configure.ac (bootstrap_target_libs): Make inclusion of
2516         target-libgomp conditional on libgomb being in target_configdirs.
2517         * configure: Regenerate.
2519 2010-01-23  Joern Rennecke  <amylaar@spamcop.net>
2521         PR libstdc++/36101, PR libstdc++/42813
2522         * configure.ac (bootstrap_target_libs): Include target-libgomp.
2523         * configure: Regenerate.
2525 2010-01-22  Joern Rennecke  <amylaar@spamcop.net>
2527         PR libstdc++/36101, PR libstdc++/42813
2528         * configure.ac (target_configdirs): Substitute.
2529         * Makefile.def: Bootstrap target module libgomp.
2530         Add dependency of all-target-libstdc++-v3 on configure-target-libgomp.
2531         * Makefile.tpl (TARGET_CONFIGDIRS): New makefile variable.
2532         (BASE_TARGET_EXPORTS): Export TARGET_CONFIGDIRS.
2533         * configure, Makefile.in: Regenerate.
2535 2010-01-21  Dave Korn  <dave.korn.cygwin@gmail.com>
2537         * MAINTAINERS: Adjust my details.
2539 2010-01-20  Eric B. Weddington  <eric.weddington@atmel.com>
2541         * MAINTAINERS (CPU Port Maintainers): Add myself for avr port.
2543 2010-01-18  Thierry Lafage  <thierry.lafage@inria.fr>
2545         * MAINTAINERS: reindented my entry with tabs instead of spaces.
2547 2010-01-15  Thierry Lafage  <thierry.lafage@inria.fr>
2549         * MAINTAINERS (Write After Approval): Add myself.
2551 2010-01-15  Konrad Trifunovic  <konrad.trifunovic@inria.fr>
2553         * MAINTAINERS (Write After Approval): Add myself.
2555 2010-01-11  Richard Guenther  <rguenther@suse.de>
2557         PR lto/41569
2558         * Makefile.def (all-lto-plugin): Depend on all-gcc.
2559         * Makefile.in: Regenerated.
2561 2010-01-11  Andreas Tobler  <andreast@fgznet.ch>
2563         * configure.ac: Enable libjava build on x86_64-*freebsd*.
2564         * configure: Regenerate.
2566 2010-01-07  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
2567             Francois-Xavier Coudert  <fxcoudert@gcc.gnu.org>
2569         PR bootstrap/42424
2570         * configure.ac: Include libtool m4 files.
2571         (_LT_CHECK_OBJDIR): Call it.
2572         (extra_mpc_mpfr_configure_flags, extra_mpc_gmp_configure_flags,
2573         gmplibs, ppllibs, clooglibs): Use $lt_cv_objdir.
2575         * configure: Regenerate.
2577 2010-01-07  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
2579         PR bootstrap/41818
2580         * Makefile.tpl (BASE_TARGET_EXPORTS): Only add TARGET_LIB_PATH
2581         to $(RPATH_ENVVAR) if bootstrapping.  Fix typo in comment.
2582         * Makefile.in: Regenerate.
2584 2010-01-02  Richard Guenther  <rguenther@suse.de>
2586         PR lto/41529
2587         * configure.ac: Include config/elf.m4.  Disable LTO if not
2588         builting for an elf target.
2589         * configure: Regenerate.
2591 2009-12-27  Christopher Faylor  <me+cygwin@cgf.cx>
2593         * MAINTAINERS: Change my email address.
2595 2009-12-18  Ben Elliston  <bje@au.ibm.com>
2597         * config.sub, config.guess: Update from upstream sources.
2599 2009-12-07  Shujing Zhao  <pearly.zhao@oracle.com>
2601         * MAINTAINERS (Write After Approval): Add myself.
2603 2009-12-06  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
2605         PR middle-end/30447
2606         PR middle-end/30789
2607         PR other/40302
2609         * configure.ac: Require MPC.
2610         * configure: Regenerate.
2612 2009-12-05  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
2614         PR target/38384
2615         PR bootstrap/40972
2616         * libtool.m4: Sync from git Libtool.
2617         * ltoptions.m4: Likewise.
2618         * ltversion.m4: Likewise.
2619         * lt~obsolete.m4: Likewise.
2620         * ltmain.sh: Likewise.
2622 2009-11-30  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
2624         * configure.ac: Update minimum MPC version to 0.8.
2625         * configure: Regenerate.
2627 2009-11-21  Sebastian Pop  <sebpop@gmail.com>
2629         * configure.ac: Check for version 0.15.5 or later revision of CLooG.
2630         * configure: Regenerated.
2632 2009-11-21  Ian Lance Taylor  <iant@google.com>
2634         * configure.ac: Change default of poststage1_ldflags to be empty if
2635         poststage1_libs is set.  When poststage1_libs is empty, and
2636         ENABLE_BUILD_WITH_CXX is set, add -static-libgcc.
2637         * configure: Rebuild.
2639 2009-11-21  Adam Nemet  <adambnmet@gmail.com>
2641         * MAINTAINERS (Write After Approval): Update my email address.
2643 2009-11-20  Ben Elliston  <bje@au.ibm.com>
2645         * config.guess: Update from upstream sources.
2647 2009-11-16  Alexandre Oliva  <aoliva@redhat.com>
2649         * Makefile.def: Restore host and target settings for gmp.
2650         * Makefile.in: Rebuild.
2652 2009-11-16  Alexandre Oliva  <aoliva@redhat.com>
2654         * configure.ac: Add libelf to host_libs.  Enable in-tree configury
2655         of ppl and cloog.  Fix in-tree configury of libelf, skip tests.
2656         Fix portability of test of C++ as bootstrap language.  Add
2657         ppl/src/ppl-config.o to the bootstrap compare exclusion list.
2658         * configure: Rebuild.
2659         * Makefile.def: Drop host and target settings from gmp, mpfr, ppl,
2660         and cloog.  Fix in-tree ppl configuration.  Introduce libelf
2661         in-tree building.
2662         * Makefile.tpl (POSTSTAGE1_CXX_EXPORT): New.
2663         (POSTSTAGE1_HOST_EXPORTS): Use it.
2664         (STAGE[+id+]_CXXFLAGS): New.
2665         (BASE_FLAGS_TO_PASS): Pass it down.
2666         (configure-stage[+id+]-[+prefix+][+module+]): Use it.  Add
2667         extra_exports.
2668         (all-stage[+id+]-[+prefix+][+module+]): Likewise.
2669         (configure-[+prefix+][+module+], all-[+prefix+][+module+]): Add
2670         extra_exports.
2671         * Makefile.in: Rebuild.
2673 2009-11-17  Ben Elliston  <bje@au.ibm.com>
2675         * config.sub, config.guess: Update from upstream sources.
2677 2009-11-12  Jan Kratochvil  <jan.kratochvil@redhat.com>
2679         * MAINTAINERS (Write After Approval): Add myself.
2681 2009-11-09  Jon Beniston  <jon@beniston.com>
2683         * MAINTAINERS (Write After Approval): Add myself.
2685 2009-11-06  Ozkan Sezer  <sezeroz@gmail.com>
2687         * configure.ac (FLAGS_FOR_TARGET):  Add -L and -isystem
2688         paths for *-w64-mingw* and x86_64-*mingw*.
2689         * configure: Regenerated.
2691 2009-11-05  Joern Rennecke  <amylaar@spamcop.net>
2693         * MAINTAINERS (Write After Approval): Add entry for my INRIA work.
2695 2009-11-02  Benjamin Kosnik  <bkoz@redhat.com>
2697         * MAINTAINERS: Add Jonathan Wakely under Various Maintainers, move
2698         Phil Edwards to Write-After Approval.
2700 2009-10-30  Kai Tietz  <kai.tietz@onevision.com>
2702         * configure.ac: Disable target-winsup & co for
2703         x86_64-*-mingw* and *-w64-mingw* targets.
2704         * configure: Regenerated.
2706 2009-10-16  Nick Clifton  <nickc@redhat.com>
2708         * MAINTAINERS: Add myself as a maintainer for the RX port.
2710 2009-10-26  Johannes Singler  <singler@kit.edu>
2712         * MAINTAINERS (Write After Approval): Update my e-mail address.
2714 2009-10-23  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
2716         * configure.ac (CLooG test): Use = with test.
2717         * configure: Regenerate.
2719 2009-10-22  Richard Guenther  <rguenther@suse.de>
2721         * configure.ac: Do not set LIBS for ppl/cloog checks.  Disable
2722         cloog if the ppl version check failed.  Move flags saving
2723         before setting in libelf check.
2724         * configure: Regenerate.
2726 2009-10-21  Richard Guenther  <rguenther@suse.de>
2728         * configure.ac: Adjust the ppl and cloog configure to work as
2729         documented.  Disable cloog if ppl was disabled.  Omit the version
2730         checks if they were disabled.
2731         * configure: Re-generate.
2733 2009-10-13  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
2735         * configure.ac: Add 'lto' to enable_languages, not
2736         new_enable_languages, and only if not already present.
2737         * configure: Regenerate.
2739 2009-10-10  Gerald Pfeifer  <gerald@pfeifer.com>
2741         * README: Refer to the various COPYING* files instead of just
2742         COPYING.
2743         Refer to http://gcc.gnu.org/bugs/ for bug reporting instructions.
2745 2009-10-07  Rafael Avila de Espindola  <espindola@google.com>
2747         * MAINTAINERS: Change my email address. Change plugi-in to plugin.
2749 2009-10-07  Richard Guenther  <rguenther@suse.de>
2751         * MAINTAINERS (LTO): List Diego Novillo, Rafael Avila de Espindola,
2752         and Richard Guenther as reviewers.
2753         (LTO plugin): List Rafael Avila de Espindola and Cary Coutant
2754         as reviewers.
2756 2009-10-07  Hariharan Sandanagobalane  <hariharan@picochip.com>
2758         * config.sub: Update from upstream sources.
2760 2009-10-06  Ian Lance Taylor  <iant@google.com>
2762         * Makefile.def: check-gold depends upon all-gas.
2763         * Makefile.in: Rebuild.
2765 2009-10-05  Phil Muldoon  <pmuldoon@redhat.com>
2767         * MAINTAINERS (Write After Approval): Add myself.
2769 2009-10-03  2009-02-05  Rafael Avila de Espindola  <espindola@google.com>
2771         * Makefile.def: all-lto-plugin depends on all-libiberty.
2772         set bootstrap=true for lto-plugin.
2773         Add lto-plugin.
2774         * Makefile.in: Regenerate.
2775         * configure.ac (host_libs): Add lto-plugin.
2776         * configure: Regenerate.
2778 2009-10-03  Diego Novillo  <dnovillo@google.com>
2780         * Makefile.tpl (HOST_EXPORTS): Add LIBELFLIBS and LIBELFINC.
2781         (HOST_LIBELFLIBS): Define.
2782         (HOST_LIBELFINC): Define.
2783         * Makefile.in: Regenerate.
2784         * configure.ac: Add --enable-lto.
2785         Add --with-libelf, --with-libelf-include and --with-libelf-lib.
2786         If --enable-lto is used, add 'lto' to new_enable_languages.
2787         If --enable-lto is used and gold is enabled, add
2788         lto-plugin to configdirs.
2789         * configure: Regenerate.
2791 2009-10-03  Simon Baldwin  <simonb@google.com>
2793         * configure.ac: If --with-system-zlib, suppress local zlib and
2794         pass --with-system-zlib to subdir configure scripts.
2795         * configure: Regenerate.
2797 2009-10-01  Loren J. Rittle  <ljrittle@acm.org>
2798             Paolo Bonzini  <bonzini@gnu.org>
2800         * Makefile.tpl (POSTSTAGE1_HOST_EXPORTS): Use $$s rather than
2801         $(srcdir).
2802         * Makefile.in: Rebuilt.
2804 2009-09-26  Gary Funck  <gary@intrepid.com>
2806         * MAINTAINERS (Write After Approval): Add myself.
2808 2009-09-26  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
2810         * configure.ac: Update minimum MPC version to 0.7.
2811         * configure: Regenerate.
2813 2009-09-25  Nick Clifton  <nickc@redhat.com>
2815         * configure.ac: Pass any --cache-file=/dev/null option on to
2816         subconfigures.
2817         * configure: Regenerate.
2819 2009-09-23  Nick Clifton  <nickc@redhat.com>
2821         * config.sub, config.guess: Update from upstream sources.
2823 2009-09-22  Loren J. Rittle  <ljrittle@acm.org>
2825         * Makefile.tpl (POSTSTAGE1_HOST_EXPORTS): Remove stray $$r/.
2826         * Makefile.in: Rebuilt.
2828 2009-09-22  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
2830         PR bootstrap/32272
2831         * configure.ac: Error out if $srcdir isn't '.' but contains
2832         host-${host_noncanonical}.
2833         * configure: Regenerate.
2835 2009-09-22  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
2837         * MAINTAINERS (OS Port Maintainers): Add myself as Solaris
2838         maintainer.
2840 2009-09-21  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
2842         * configure.ac: If bootstrapping a combined tree with
2843         --enable-gold, require c++ in stage1_languages.
2844         * configure: Regenerate.
2846         * configure.ac: Also add target_libs of stage1_languages to
2847         bootstrap_target_libs.
2848         * configure: Regenerate.
2850         * configure.ac: Diagnose --enable-build-with-cxx bootstrap
2851         with --enable-languages not containing c++.
2852         * configure: Regenerate.
2854 2009-09-15  Jie Zhang  <jie.zhang@analog.com>
2856         * configure.ac: Disable java and boehm-gc for bfin-*-*.
2857         * configure: Regenerate.
2859 2009-09-12  Joern Rennecke  <joern.rennecke@embecosm.com>
2861         * MAINTAINERS (Write After Approval): Update my e-mail address,
2862         and move from from here...
2863         (Waiting for paperwork): To here.
2865 2009-09-09  Joseph Myers  <joseph@codesourcery.com>
2867         * MAINTAINERS (Reviewers): Add self as driver reviewer.
2869 2009-09-08  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
2871         * configure.ac: Do not use $extrasub for replacing @if/@endif
2872         parts in Makefile; instead, use additional arguments to
2873         AC_CONFIG_COMMANDS to do the replacement manually, with several
2874         sed invocations, to avoid HP-UX sed command limits.
2875         * configure: Regenerate.
2877 2009-09-08  Alexandre Oliva  <aoliva@redhat.com>
2879         * libtool.m4 (output_verbose_link_cmd): Require leading blank, and
2880         blank before -L.
2882 2009-09-04  Alexandre Oliva  <aoliva@redhat.com>
2884         * configure.ac (with-build-config): Document.  Handle without.
2885         Handle missing argument.
2886         * configure: Rebuilt.
2888 2009-09-03  Alexandre Oliva  <aoliva@redhat.com>
2890         * configure.ac (--with-build-config): New.  Set BUILD_CONFIG.
2891         Default to bootstrap-debug only if compare-debug works.
2892         * configure: Rebuilt.
2893         * Makefile.tpl: Make BUILD_CONFIG configure-configurable.
2894         * Makefile.in: Rebuilt.
2896 2009-09-02  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
2898         * MAINTAINERS (OS Port Maintainers): Update my email address.
2900 2009-09-01  Alexandre Oliva  <aoliva@redhat.com>
2902         * Makefile.tpl (BUILD_CONFIG): Default to bootstrap-debug.
2903         * Makefile.in: Rebuilt.
2905 2009-09-01  Chris Demetriou  <cgd@google.com>
2907         * MAINTAINERS (Write After Approval): Add myself.
2909 2009-08-31  Dodji Seketeli  <dodji@redhat.com>
2911         PR debug/30161
2912         * include/dwarf2.h (enum dwarf_tag): Added
2913         DW_TAG_GNU_template_template_param
2914         (enum dwarf_attribute): Added DW_AT_GNU_template_name.
2916 2009-08-30  Paolo Bonzini  <bonzini@gnu.org>
2918         * Makefile.tpl (AWK): Fix typo.
2919         * Makefile.in: Regenerate.
2921 2009-08-30  Paolo Bonzini  <bonzini@gnu.org>
2923         * configure.ac: Detect awk and sed.
2924         * Makefile.def (flags_to_pass): Add AWK and SED.
2925         * Makefile.tpl (AWK, SED): New.
2926         (BASE_FLAGS_TO_PASS): Add AWK and SED.
2927         * configure: Regenerate.
2928         * Makefile.in: Regenerate.
2930 2009-08-26  Dave Korn  <dave.korn.cygwin@gmail.com>
2932         * ltmain.sh (removedotparts): Don't use comma as 's' separator.
2933         (collapseslashes): Likewise.
2935 2009-08-24  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
2937         * configure.ac (AC_PREREQ): Bump to 2.64.
2939 2009-08-22  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
2941         * configure.ac: Remove --with-datarootdir, --with-docdir,
2942         --with-pdfdir, --with-htmldir switches.
2943         * configure: Regenerate.
2945         * configure: Regenerate.
2947         * compile: Sync from Automake 1.11.
2948         * depcomp: Likewise.
2949         * install-sh: Likewise.
2950         * missing: Likewise.
2951         * mkinstalldirs: Likewise.
2952         * ylwrap: Likewise.
2954 2009-08-20  Dave Korn  <dave.korn.cygwin@gmail.com>
2956         * ltmain.sh (func_normal_abspath): New function.
2957         (func_relative_path): Likewise.
2958         (func_mode_help): Document new -bindir option for link mode.
2959         (func_mode_link): Add new -bindir option, and use it to place
2960         output DLL if specified.
2962 2009-08-19  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
2964         * configure.ac: Call AC_DISABLE_OPTION_CHECKING.
2965         (baseargs): Add --disable-option-checking.
2966         * configure: Regenerate.
2968         * Makefile.def (configure-target-libiberty): Depend on
2969         all-binutils and all-ld.
2970         (configure-target-newlib): Likewise.
2971         * Makefile.in: Regenerate.
2973 2009-08-17  Ben Elliston  <bje@au.ibm.com>
2975         * config.sub, config.guess: Update from upstream sources.
2977 2009-08-16  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
2979         Sync from src, merge:
2981         2009-07-02  Tristan Gingold  <gingold@adacore.com>
2983         * configure.ac: Do not exclude gas for i386-*-darwin.
2984         Add a case for x86_64-*-darwin.
2985         * configure: Regenerate.
2987 2009-08-06  Neil Vachharajani  <nvachhar@gmail.com>
2989         * MAINTAINERS: Add my name to Write After Approval list.
2991 2009-08-06  Michael Eager  <eager@eagercon.com>
2993         * configure.ac: Add Microblaze target.
2994         * configure: Regenerate.
2996 2009-07-31  Christian Bruel  <christian.bruel@st.com>
2998         * configure.ac (sh*-*-elf): Don't add target-libgloss to noconfigdirs.
2999         * configure: Regenerate.
3001 2009-07-28  Rask Ingemann Lambertsen  <ccc94453@vip.cybercity.dk>
3003         * MAINTAINERS (Write After Approval): Update my e-mail address.
3005 2009-07-06  Ian Lance Taylor  <iant@google.com>
3007         * configure.ac: Add missing comma in AC_ARG_WITH(boot-libs).
3008         * configure: Rebuild.
3010 2009-07-01  Tobias Grosser  <grosser@fim.uni-passau.de>
3012         * MAINTAINERS: Move myself to the Graphite Reviewers.
3014 2009-06-30  Wei Guozhi  <carrot@google.com>
3016         * MAINTAINERS: Add my name to Write After Approval list.
3018 2009-06-26  Steve Ellcey  <sje@cup.hp.com>
3020         PR bootstrap/40338
3021         * configure.ac (comparestring): Create new variable.
3022         * Makefile.tpl (comparestring): Use to skip some comparisions.
3023         * configure: Regenerate.
3024         * Makefile.in: Regenerate.
3026 2009-06-26  Doug Evans  <dje@sebabeach.org>
3028         * Makefile.def (host_modules): Add cgen.
3029         * Makefile.in: Regenerate.
3030         * configure.ac (host_tools): Add cgen.
3031         * configure: Regenerate.
3033 2009-06-23  DJ Delorie  <dj@redhat.com>
3035         * MAINTAINERS: Add myself as mep maintainer.
3037 2009-06-23  Ian Lance Taylor  <iant@google.com>
3039         * configure.ac: Add --enable-build-with-cxx.  When set, add c++ to
3040         boot_languages.  Only bootstrap target libraries listed in
3041         target_libs for some boot language.  Add --with-stage1-ldflags,
3042         --with-stage1-libs, --with-boot-ldflags, --with-boot-libs.  Remove
3043         with_host_libstdcxx from ppllibs.  Only add -fkeep-inline-functions
3044         if not building with C++.
3045         * Makefile.def: For target_module libstdc++-v3, set bootstrap=true.
3046         * Makefile.tpl (STAGE1_LDFLAGS, STAGE1_LIBS): New variables.
3047         (POSTSTAGE1_LDFLAGS, POSTSTAGE1_LIBS): New variables.
3048         (HOST_EXPORTS): Add STAGE1_LDFLAGS to LDFLAGS.  Export HOST_LIBS.
3049         (POSTSTAGE1_HOST_EXPORTS): Set CXX and CXX_FOR_BUILD.  Add
3050         POSTSTAGE1_LDFLAGS to LDFLAGS.  Export HOST_LIBS.
3051         (POSTSTAGE1_FLAGS_TO_PASS): Likewise.
3052         * configure, Makefile.in: Rebuild.
3054 2009-06-23  Li Feng  <nemokingdom@gmail.com>
3056         * MAINTAINERS: Added my name to write-after-approval list.
3058 2009-06-15  Ryan Mansfield  <rmansfield@qnx.com>
3060         * configure.ac: Define is_elf for QNX Neutrino targets.
3061         * configure: Regenerate.
3063 2009-06-09  Ghassan Shobaki  <ghassan.shobaki@amd.com>
3065         * MAINTAINERS: Added my name to the write-after-approval list
3067 2009-06-08  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
3069         * configure.ac: Detect MPC in default directory.
3070         * configure: Regenerate.
3072 2009-06-03  Jerome Guitton  <guitton@adacore.com>
3073             Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
3075         * Makefile.tpl (all): Avoid a trailing backslash.
3076         * Makefile.in: Regenerate.
3078 2009-06-03  Ben Elliston  <bje@au.ibm.com>
3080         * config.sub, config.guess: Update from upstream sources.
3082 2009-06-02  Richard Sandiford  <r.sandiford@uk.ibm.com>
3084         * configure.ac (powerpc-*-aix*, rs6000-*-aix*): Add target-newlib
3085         to noconfdirs.
3086         * configure: Regenerate.
3088 2009-06-02  Alexandre Oliva  <aoliva@redhat.com>
3090         * Makefile.tpl ([+compare-target+]): Compare all stage
3091         directories, rather than just gcc.
3092         * Makefile.in: Rebuilt.
3094 2009-06-01  Doug Kwan  <dougkwan@google.com>
3096         * configure.ac: Support gold for target arm*-*-*.
3097         * configure: Regenerate.
3099 2009-05-29  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
3101         * Makefile.def: Add MPC support and dependencies.
3102         * configure.ac: Likewise.  Reorganize GMP/MPFR checks.
3104         * Makefile.in, configure: Regenerate.
3106 2009-05-27  Alexandre Oliva  <aoliva@redhat.com>
3108         * Makefile.tpl (all): Avoid harmless warning in make all when
3109         gcc-bootstrap is enabled but stage_last does not exist.
3110         * Makefile.in: Rebuilt.
3112 2009-05-24  Nicolas Roche  <roche@adacore.com>
3114         * Makefile.tpl (compare-target): Skip ./ada/*tools directories.
3115         * Makefile.in: Regenerate.
3117 2009-05-21  Denis Chertykov  <chertykov@gmail.com>
3119         * MAINTAINERS: Update my e-mail address.
3121 2009-05-21  Dave Korn  <dave.korn.cygwin@gmail.com>
3123         * configure.ac (cygwin noconfigdirs):  Remove libgcj.
3124         * configure:  Regenerate.
3126 2009-05-18  Alexandre Oliva  <aoliva@redhat.com>
3128         PR other/40159
3129         * Makefile.tpl (all): Don't assume gcc-bootstrap and
3130         gcc-no-bootstrap are mutually exclusive.
3131         * Makefile.in: Rebuilt.
3133 2009-05-18  Alexandre Oliva  <aoliva@redhat.com>
3135         PR other/40159
3136         * Makefile.tpl (all): Don't end with unconditional success.
3137         * Makefile.in: Rebuilt.
3139 2009-05-12  Alexandre Oliva  <aoliva@redhat.com>
3141         PR target/37137
3142         * Makefile.def (flags_to_pass): Remove redundant and incomplete
3143         STAGE1_CFLAGS, STAGE2_CFLAGS, STAGE3_CFLAGS, and STAGE4_CFLAGS.
3144         Add FLAGS_FOR_TARGET and BUILD_CONFIG.
3145         (bootstrap_stage): Remove bootstrap-debug custom stages.  Turn
3146         stage_configureflags, stage_cflags and stage_libcflags into
3147         explicit Makefile macros.
3148         * Makefile.tpl (HOST_EXPORTS, EXTRA_HOST_FLAGS): Pass GCJ and
3149         GFORTRAN.
3150         (POSTSTAGE1_HOST_EXPORTS): Add XGCC_FLAGS_FOR_TARGET and TFLAGS to
3151         CC.  Set CC_FOR_BUILD from CC.
3152         (BASE_TARGET_EXPORTS, RAW_CXX_TARGET_EXPORTS,
3153         NORMAL_TARGET_EXPORTS): Move SYSROOT_CFLAGS_FOR_TARGET and
3154         DEBUG_PREFIX_CFLAGS_FOR_TARGET from CFLAGS and CXXFLAGS to
3155         XGCC_FLAGS_FOR_TARGET.  Add it along with TFLAGS to CC, CXX, GCJ,
3156         and GFORTRAN.
3157         (TFLAGS, STAGE_CFLAGS, STAGE_TFLAGS, STAGE_CONFIGURE_FLAGS): New.
3158         (_LIBCFLAGS): Renamed to _TFLAGS.
3159         (do-compare-debug, do-compare3-debug): Drop.
3160         (CC, GCC_FOR_TARGET, CXX_FOR_TARGET, RAW_CXX_FOR_TARGET,
3161         GCJ_FOR_TARGET, GFORTRAN_FOR_TARGET): Remove FLAGS_FOR_TARGET.
3162         (FLAGS_FOR_TARGET, SYSROOT_CFLAGS_FOR_TARGET,
3163         DEBUG_PREFIX_CFLAGS_FOR_TARGET): Move down.
3164         (XGCC_FLAGS_FOR_TARGET): New.
3165         (BASE_FLAGS_TO_PASS): Pass STAGEid_CFLAGS, STAGEid_TFLAGS and TFLAGS.
3166         (EXTRA_HOST_FLAGS): Pass GCJ and GFORTRAN.
3167         (POSTSTAGE1_FLAGS_TO_PASS): Move SYSROOT_CFLAGS_FOR_TARGET and
3168         DEBUG_PREFIX_CFLAGS_FOR_TARGET from CFLAGS, CXXFLAGS, LIBCFLAGS,
3169         LIBCXXFLAGS to XGCC_FLAGS_FOR_TARGET.  Add it along with TFLAGS
3170         to CC, CXX, GCJ, and GFORTRAN.  Pass XGCC_FLAGS_FOR_TARGET and
3171         TFLAGS.
3172         (BUILD_CONFIG): Include if requested.
3173         (all): Set TFLAGS on bootstrap.
3174         (configure-stageid-prefixmodule): Pass TFLAGS, adjust FLAGS.
3175         (all-stageid-prefixmodule): Likewise.
3176         (do-clean, distclean-stageid): Set TFLAGS.
3177         (restrap): Fix whitespace.
3178         * Makefile.in: Rebuilt.
3180 2009-05-07  Paolo Bonzini  <bonzini@gnu.org>
3182         * config.guess: Sync with src.
3184 2009-05-07  Dave Korn  <dave.korn.cygwin@gmail.com>
3186         * configure.ac ($with_ppl):  Default to no if not supplied.
3187         ($with_cloog):  Likewise.
3188         configure:  Regenerate.
3190 2009-04-27  James E. Wilson  <wilson@codesourcery.com>
3192         * MAINTAINERS: Update my e-mail address.
3194 2009-04-27  Nick Clifton  <nickc@redhat.com>
3196         * MAINTAINERS: Replace Aldy Hernandez as a maintainer for the FRV.
3198 2009-04-25  Eric Botcazou  <ebotcazou@adacore.com>
3200         * Makefile.tpl (POSTSTAGE1_HOST_EXPORTS): Add GNATBIND.
3201         (POSTSTAGE1_FLAGS_TO_PASS): Pick up exported value for GNATBIND.
3202         * Makefile.in: Regenerate.
3204 2009-04-24  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
3206         PR bootstrap/39739
3207         * configure.ac (extra_mpfr_configure_flags): Set and AC_SUBST.
3208         * Makefile.def (module=mpfr): Use extra_mpfr_configure_flags.
3210         * configure, Makefile.in: Regenerate.
3212 2009-04-21  Taras Glek  <tglek@mozilla.com>
3214         * include/hashtab.h: Update GTY annotations to new syntax
3215         * include/splay-tree.h: Likewise
3217 2009-04-17  Ben Elliston  <bje@au.ibm.com>
3219         * config.sub, config.guess: Update from upstream sources.
3221 2009-04-15  Anthony Green  <green@moxielogic.com>
3223         * configure.ac: Add moxie support.
3224         * configure: Rebuilt.
3226 2009-04-14  Jakub Jelinek  <jakub@redhat.com>
3228         * configure.ac: Change copyright header to refer to version
3229         3 of the GNU General Public License and to point readers at the
3230         COPYING3 file and the FSF's license web page.
3231         * Makefile.def: Likewise.
3232         * Makefile.tpl: Likewise.
3233         * Makefile.in: Regenerate.
3235 2009-04-09  Jack Howarth  <howarth@bromo.med.uc.edu>
3237         * configure.ac: Restore match for darwin9 or later. Use double
3238         brackets since regeneration eats one pair.
3239         * configure: Regenerate.
3241 2009-04-09  H.J. Lu  <hongjiu.lu@intel.com>
3243         PR gas/10039
3244         * configure.ac: Require texinfo 4.7.
3245         * configure: Regenerated.
3247 2009-04-09  Nick Clifton  <nickc@redhat.com>
3249         * COPYING.RUNTIME: New file: Contains a copy of version 3.1 of
3250         the GCC Runtime Library Exception.
3252 2009-04-08  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
3254         * configure.ac: Bump minimum GMP/MPFR versions to 4.2 and 2.3.1.
3255         * configure: Regenerate.
3257 2009-04-01  Steve Ellcey  <sje@cup.hp.com>
3259         * Makefil.def (languages): New entries.
3260         * Makefile.tpl (check-gcc-*): New generic target.
3261         * Makefile.in: Regenerate.
3263 2009-03-25  Erven Rohou  <erven.rohou@inria.fr>
3265         * MAINTAINERS:  Update my email address.
3267 2009-03-18  Tom Tromey  <tromey@redhat.com>
3269         * configure: Rebuild.
3270         * configure.ac (host_libs): Add libiconv.
3271         * Makefile.in: Rebuild.
3272         * Makefile.def (host_modules): Add libiconv.
3273         (configure-gdb, all-gdb): Depend on libiconv.
3275 2009-03-16  Tristan Gingold  <gingold@adacore.com>
3277         * configure.ac: Treat gdb as supported on x86_64-darwin.
3278         * configure: Regenerate.
3280 2009-03-16  Joseph Myers  <joseph@codesourcery.com>
3282         * configure.ac (--with-host-libstdcxx): New option.
3283         * configure: Regenerate.
3285 2009-03-12  Joern Rennecke  <joern.rennecke@arc.com>
3287         * MAINTAINERS:  Move myself into the write after approval list.
3289 2009-03-11  Nicola Pero  <nicola.pero@meta-innovation.com>
3291         * MAINTAINERS: Update e-mail address.
3293 2009-03-11  Dorit Nuzman  <dorit@il.ibm.com>
3295         * MAINTAINERS: Remove myself as auto-vectorizer maintainer.
3297 2009-03-10  Ira Rosen  <irar@il.ibm.com>
3299         * MAINTAINERS: Add myself as auto-vectorizer maintainer.
3301 2009-03-01  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
3303         Backport from git Libtool:
3305         2009-01-19  Robert Millan  <rmh@aybabtu.com>
3306         Support GNU/kOpenSolaris.
3307         * libltdl/m4/libtool.m4 (_LT_SYS_DYNAMIC_LINKER)
3308         (_LT_CHECK_MAGIC_METHOD, _LT_COMPILER_PIC, _LT_LINKER_SHLIBS)
3309         (_LT_LANG_CXX_CONFIG) [kopensolaris*-gnu]: Recognize
3310         GNU/kOpenSolaris.
3312 2009-02-27  Andreas Schwab  <schwab@linux-m68k.org>
3314         * MAINTAINERS: Update e-mail address.
3316 2009-02-24  Michael Eager  <eager@eagercon.com>
3318         * MAINTAINERS (Write After Approval): Add self.
3320 2009-02-18  Bingfeng Mei  <bmei@broadcom.com>
3322         * MAINTAINERS (Write After Approval): Add myself.
3324 2009-02-05  Andreas Schwab  <schwab@suse.de>
3326         * Makefile.tpl (stage_last): Define $r and $s before using
3327         $(RECURSE_FLAGS_TO_PASS).
3328         * Makefile.in: Regenerate
3330 2009-01-30  Ian Lance Taylor  <iant@google.com>
3332         * MAINTAINERS: Move myself to the Global Reviewers list.
3334 2009-01-29  Robert Millan  <rmh@aybabtu.com>
3336         * configure.ac: Recognize GNU/kOpenSolaris (*-*-kopensolaris*-gnu).
3337         * configure: Regenerate.
3339 2009-01-17  Gerald Pfeifer  <gerald@pfeifer.com>
3341         * MAINTAINERS: Make whitespace consistent.
3342         Remove Robert Millan from Write After Approval.
3344 2009-01-16  Alan Modra  <amodra@bigpond.net.au>
3346         * Makefile.def (configure-opcodes): Depend on configure-libiberty.
3347         (all-opcodes): Depend on all-libiberty.
3348         * Makefile.in: Regenerate.
3350 2009-01-15  Douglas B Rupp  <rupp@gnat.com>
3352         * configure.ac (ia64*-*-*vms*): Add case with no gdb or ld support.
3353         * configure: Regenerate.
3355 2009-01-12  Ramana Radhakrishnan  <ramana.r@gmail.com>
3357         * MAINTAINERS (Write After Approval): Add myself.
3359 2009-01-12  Steven G. Kargl  <sgk@troutmask.apl.washington.edu>
3361         * MAINTAINERS: Add myself to reviewers (Fortran).
3363 2009-01-12  Sebastian Pop  <sebastian.pop@amd.com>
3365         PR tree-optimization/38515
3366         * configure.ac (cloog-polylib): Removed.
3367         (with_ppl, with_cloog): Test for "no".
3368         * configure: Regenerated.
3370 2009-01-11  Daniel Franke  <franke.daniel@gmail.com>
3372         * MAINTAINERS: Moved myself to reviewers (Fortran).
3374 2009-01-06  Thomas Schwinge  <tschwinge@gnu.org>
3376         * MAINTAINERS (OS Port Maintainers): Add myself for GNU/Hurd.
3377         (Write After Approval): Remove myself.
3379 2009-01-03  Diego Novillo  <dnovillo@google.com>
3381         * MAINTAINERS: Remove myself from alias maintainership.
3383 2009-01-02  David Ayers  <ayers@fsfe.org>
3385         * MAINTAINERS: Update e-mail address.
3387 2008-12-30  Gerald Pfeifer  <gerald@pfeifer.com>
3389         * MAINTAINERS: Make whitespace consistent.
3391 2008-12-18  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
3393         Backport from upstream Libtool:
3394         * libltdl.m4 (_LT_SYS_DYNAMIC_LINKER, _LT_LINKER_SHLIBS):
3395         Add cache variables to tests that require the linker to work.
3396         For shlibpath_overrides_runpath, this also changes the semantics
3397         to let the result from the C compiler take precedence.
3399 2008-12-02  Ben Elliston  <bje@au.ibm.com>
3401         * config.sub, config.guess: Update from upstream sources.
3403 2008-12-12  Sebastian Pop  <sebastian.pop@amd.com>
3405         * configure.ac (ppllibs): Add by default the lib flags.
3406         * configure: Regenerate.
3408 2008-12-08  Luis Machado  <luisgpm@br.ibm.com>
3410         * MAINTAINERS:  Add myself to the write after approval list.
3412 2008-12-04  Jack Howarth  <howarth@bromo.med.uc.edu>
3414         * configure.ac: Add double brackets on darwin[912].
3415         * configure: Regenerate.
3417 2008-12-03  Daniel Kraft  <d@domob.eu>
3419         * MAINTAINERS:  Moved myself and Mikael Morin from Write After
3420         Approval to Reviewer section (for Fortran front-end).
3422 2008-12-02  Jack Howarth  <howarth@bromo.med.uc.edu>
3424         * configure.ac: Expand to darwin10 and later.
3425         * configure: Regenerate.
3427 2008-12-02  Andreas Schwab  <schwab@suse.de>
3429         * Makefile.def: configure-target-boehm-gc depends on
3430         all-target-libstdc++-v3.
3431         * Makefile.in: Regenerate.
3433 2008-12-02  Kai Tietz  <kai.tietz@onevision.com>
3435         * MAINTAINERS:  Add myself as mingw maintainer.
3437 2008-12-02  Ben Elliston  <bje@au.ibm.com>
3439         * config.sub, config.guess: Update from upstream sources.
3441 2008-12-01  Gerald Pfeifer  <gerald@pfeifer.com>
3443         * README.SCO: Remove.
3445 2008-11-29  Fernando Pereira  <pronesto@gmail.com>
3447         * MAINTAINERS:  Add myself to the write after approval list.
3449 2008-11-29  Dave Korn  <dave.korn.cygwin@gmail.com>
3451         * MAINTAINERS:  Update my email address in WAA section.
3453 2008-11-29  Chen Liqin  <liqin@sunnorth.com.cn>
3455         * MAINTAINERS: Update e-mail address.
3457 2008-11-27  Toon Moene  <toon@moene.org>
3459         * MAINTAINERS: Change e-mail address.
3461 2008-11-27  Tristan Gingold  <gingold@adacore.com>
3463         * configure.ac: Build gdb for i?86-*-darwin*
3464         * configure: Regenerated.
3466 2008-11-24  Hariharan Sandanagobalane  <hariharan@picochip.com>
3468         * MAINTAINERS: Added my full name.
3470 2008-11-14  Daniel Jacobowitz  <dan@codesourcery.com>
3472         PR bootstrap/38014
3473         PR bootstrap/37923
3475         Revert:
3477         2008-10-24  Daniel Jacobowitz  <dan@codesourcery.com>
3479         * Makefile.tpl (HOST_EXPORTS): Correct CPPFLAGS typo.
3480         * Makefile.in: Regenerated.
3482         2008-10-22  Daniel Jacobowitz  <dan@codesourcery.com>
3484         PR gdb/921
3485         PR gdb/1646
3486         PR gdb/2175
3487         PR gdb/2176
3489         * Makefile.def (flags_to_pass): Add CPPFLAGS_FOR_BUILD and CPPFLAGS.
3490         * Makefile.tpl (BUILD_EXPORTS): Set CPPFLAGS.
3491         (EXTRA_BUILD_FLAGS): Correct typo.  Pass CPPFLAGS.
3492         (HOST_EXPORTS): Pass CPPFLAGS.
3493         (CPPFLAGS_FOR_BUILD, CPPFLAGS, CPPFLAGS_FOR_TARGET): Define.
3494         (LDFLAGS_FOR_TARGET): Initialize from configure script.
3495         (EXTRA_TARGET_FLAGS): Set CPPFLAGS.
3496         * Makefile.in, configure: Regenerated.
3497         * configure.ac: Set CPPFLAGS_FOR_TARGET, LDFLAGS_FOR_TARGET,
3498         and CPPFLAGS_FOR_BUILD.
3500 2008-11-06  Jeff Law  <law@redhat.com>
3502         * MAINTAINERS: Add myself as middle end maintainer.
3504 2008-11-06  Andrew Stubbs  <ams@codesourcery.com>
3506         * MAINTAINERS (Write after approval): Add myself.
3508 2008-11-05  Diego Novillo  <dnovillo@google.com>
3510         * MAINTAINERS (Global Reviewers): Add myself.
3511         (Non-Algorithmic Maintainers): Remove myself.
3513 2008-11-04  Thomas Schwinge  <tschwinge@gnu.org>
3515         * MAINTAINERS (Write after approval): Add myself.
3517 2008-10-31  Mikael Morin  <mikael.morin@tele2.fr>
3519         * MAINTAINERS (Write after approval): Add myself.
3521 2008-10-31  Ben Elliston  <bje@au.ibm.com>
3523         * configure.ac (spu-*-*): Remove special case.
3524         * configure: Regenerate.
3526 2008-10-30  Catherine Moore  <clm@codesourcery.com>
3528         * MAINTAINERS (Write after approval): Update my email address.
3530 2008-10-29  Stefan Schulze Frielinghaus  <xxschulz@de.ibm.com>
3532         * configure.ac [spu-*-*]: Do not set skipdirs.
3533         * configure: Re-generate.
3535 2008-10-29  Bernd Schmidt  <bernd.schmidt@analog.com>
3537         * MAINTAINERS (Various Maintainers): Add myself to reload.
3539 2008-10-25  Richard Guenther  <rguenther@suse.de>
3541         * MAINTAINERS (Various Maintainers): Add myself as middle-end
3542         maintainer.  Remove myself as libgcc-math maintainer.
3543         (Non-Algorithmic Maintainers): Remove myself.
3545 2008-10-24  Daniel Jacobowitz  <dan@codesourcery.com>
3547         * Makefile.tpl (HOST_EXPORTS): Correct CPPFLAGS typo.
3548         * Makefile.in: Regenerated.
3550 2008-10-23  Cary Coutant  <ccoutant@google.com>
3552         * MAINTAINERS (Write after approval): Add myself.
3554 2008-10-22  Daniel Jacobowitz  <dan@codesourcery.com>
3556         PR gdb/921
3557         PR gdb/1646
3558         PR gdb/2175
3559         PR gdb/2176
3561         * Makefile.def (flags_to_pass): Add CPPFLAGS_FOR_BUILD and CPPFLAGS.
3562         * Makefile.tpl (BUILD_EXPORTS): Set CPPFLAGS.
3563         (EXTRA_BUILD_FLAGS): Correct typo.  Pass CPPFLAGS.
3564         (HOST_EXPORTS): Pass CPPFLAGS.
3565         (CPPFLAGS_FOR_BUILD, CPPFLAGS, CPPFLAGS_FOR_TARGET): Define.
3566         (LDFLAGS_FOR_TARGET): Initialize from configure script.
3567         (EXTRA_TARGET_FLAGS): Set CPPFLAGS.
3568         * Makefile.in, configure: Regenerated.
3569         * configure.ac: Set CPPFLAGS_FOR_TARGET, LDFLAGS_FOR_TARGET,
3570         and CPPFLAGS_FOR_BUILD.
3572 2008-10-20  Sebastian Pop  <sebastian.pop@amd.com>
3574         * MAINTAINERS (Graphite Reviewers): Added Daniel Berlin and
3575         Sebastian Pop.
3577 2008-10-14  Antoniu Pop <antoniu.pop@gmail.com>
3579         * MAINTAINERS (Write After Approval): Added myself.
3581 2008-10-13  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
3583         * configure.ac (MPFR check): Bump minimum version to 2.3.0 and
3584         recommended version to 2.3.2.
3586         * configure: Regenerate.
3588 2008-10-01  Mark Mitchell  <mark@codesourcery.com>
3590         * MAINTAINERS (Blanket Write Privs): Change to Global Reviewers.
3592 2008-09-29  David Daney <david.daney@caviumnetworks.com>
3594         * MAINTAINERS (Write After Approval): Update e-mail address.
3596 2008-09-26  Peter O'Gorman  <pogma@thewrittenword.com>
3598         * libtool.m4: Update to libtool 2.2.6.
3599         * lt~obsolete.m4: Update to libtool 2.2.6.
3600         * ltmain.sh: Update to libtool 2.2.6.
3601         * ltsugar.m4: Update to libtool 2.2.6.
3602         * ltversion.m4: Update to libtool 2.2.6.
3603         * ltoptions.m4: Update to libtool 2.2.6.
3604         * ltgcc.m4: Update to match changes from libtool 2.2.6.
3606 2008-09-22  Chris Fairles  <cfairles@gcc.gnu.org>
3608         * MAINTAINERS (Write After Approval): Add myself.
3610 2008-09-22  Bernhard Reutner-Fischer  <aldot@gcc.gnu.org>
3612         * MAINTAINERS (Write After Approval): Update my name.
3614 2008-09-20  Steven Bosscher  <steven@gcc.gnu.org>
3616         * MAINTAINERS: Add myself in "Write After Approval".
3618 2008-09-18  Steve Ellcey  <sje@cup.hp.com>
3620         * MAINTAINERS: Add myself as ia64 maintainer.
3622 2008-09-04  Gerald Pfeifer  <gerald@pfeifer.com>
3624         * MAINTAINERS: Remove John Carr, Steve Chamberlain, Michael Chastain,
3625         Klaus Kaempf, Mumit Khan, Alan Lehotsky, Warren Levy, Don Lindsay,
3626         Dave Love, Alexandre Petit-Bianco, Clinton Popetz, Gavin Romig-Koch,
3627         and Michael Tiemann from Write After Approval since they do not
3628         actually have access.
3630 2008-09-05  Richard Guenther  <rguenther@suse.de>
3632         * configure.ac: Initialize clooglibs to -lcloog.
3633         * configure: Re-generate.
3635 2008-09-04  Le-Chun Wu  <lcwu@google.com>
3637         * MAINTAINERS (Write After Approval): Add myself.
3639 2008-09-03  Sebastian Pop  <sebastian.pop@amd.com>
3641         * configure.ac (--with-cloog-polylib): New.
3642         (--disable-cloog-version-check): New.
3643         (--disable-ppl-version-check): New.
3644         * configure: Re-generate.
3646 2008-09-03  Richard Guenther  <rguenther@suse.de>
3648         * configure.ac: Always pass -DCLOOG_PPL_BACKEND to the
3649         cloog test.
3650         * configure: Re-generate.
3652 2008-09-03  Hari Sandanagobalane  <hariharan@picochip.com>
3654         Add picoChip port.
3655         * MAINTAINERS: Add picoChip maintainers.
3657 2008-09-02  Sebastian Pop  <sebastian.pop@amd.com>
3658             Tobias Grosser  <grosser@fim.uni-passau.de>
3659             Jan Sjodin  <jan.sjodin@amd.com>
3660             Harsha Jagasia  <harsha.jagasia@amd.com>
3661             Dwarakanath Rajagopal  <dwarak.rajagopal@amd.com>
3662             Konrad Trifunovic  <konrad.trifunovic@inria.fr>
3663             Adrien Eliche  <aeliche@isty.uvsq.fr>
3665         Merge from graphite branch.
3666         * configure: Regenerate.
3667         * Makefile.in: Regenerate.
3668         * configure.ac (host_libs): Add ppl and cloog.
3669         Add checks for PPL and CLooG.
3670         * Makefile.def (ppl, cloog): Added modules and dependences.
3671         * Makefile.tpl (PPLLIBS, PPLINC, CLOOGLIBS, CLOOGINC): New.
3672         (HOST_PPLLIBS, HOST_PPLINC, HOST_CLOOGLIBS, HOST_CLOOGINC): New.
3674 2008-08-31  Aaron W. LaFramboise  <aaronavay62@aaronwl.com>
3676         * configure.ac (RPATH_ENVVAR): Use PATH on Windows.
3677         (GCC_SHLIB_SUBDIR): New.
3678         * Makefile.tpl (HOST_LIB_PATH_gcc): Use GCC_SHLIB_SUBDIR.
3679         * configure: Regenerate.
3680         * Makefile.in: Regenerate.
3682 2008-08-30  Gerald Pfeifer  <gerald@pfeifer.com>
3684         * MAINTAINERS: Consistently use tabs to separate columns.
3686 2008-08-29  Tristan Gingold  <gingold@adacore.com>
3688         * MAINTAINERS (Write after Approval): Add myself.
3690 2008-08-28  Tristan Gingold  <gingold@adacore.com>
3692         * configure.ac (powerpc-*-darwin*, i?86-*-darwin*,x86_64-*-darwin9):
3693         Enable bfd, binutils and opcodes.
3694         * configure: Regenerate.
3696 2008-08-27  John David Anglin  <dave.anglin@nrc-cnrc.gc.ca>
3698         * MAINTAINERS: Update my hppa and hpux entries.  Remove my vax entry.
3700 2008-08-23  Thomas Koenig  <tkoenig@gcc.gnu.org>
3702         * MAINTAINERS:  Use correct Umlaut for last name.
3704 2008-08-23  Francois-Xavier Coudert  <fxcoudert@gcc.gnu.org>
3706         * MAINTAINERS: Move myself from Reviewers to Write after Approval.
3708 2008-08-16  David Edelsohn  <edelsohn@gnu.org>
3710         * MAINTAINERS: Update my email address.
3712 2008-08-16  Nicolas Roche  <roche@adacore.com>
3714         * Makefile.tpl: Add BOOT_ADAFLAGS.
3715         * Makefile.in: Regenerate.
3717 2008-08-09  Richard Sandiford  <rdsandiford@googlemail.com>
3719         * configure.ac (mips*-*-*linux*, mips*-*-gnu*): Use mt-mips-gnu.
3720         * configure: Regenerate.
3722 2008-07-30  Paolo Bonzini  <bonzini@gnu.org>
3724         * configure.ac: Add makefile fragments for hpux.
3725         * Makefile.def (flags_to_pass): Add ADA_CFLAGS.
3726         * Makefile.tpl (HOST_EXPORTS): Pass ADA_CFLAGS.
3727         * configure: Regenerate.
3728         * Makefile.in: Regenerate.
3730 2008-07-28  Aldy Hernandez  <aldyh@redhat.com>
3732         * MAINTAINERS: Add Jakub and myself as gimple maintainers.
3734 2008-07-11  Dodji Seketeli  <dseketel@redhat.com>
3736         * MAINTAINERS (Write after Approval): Add myself.
3738 2008-07-02  Xuepeng Guo  <xuepeng.guo@intel.com>
3740         * MAINTAINERS (Write After Approval):  Add myself.
3742 2008-06-29  Andrew Jenner  <andrew@codesourcery.com>
3744         * MAINTAINERS (Write After Approval):  Add myself.
3746 2008-06-29  Krister Walfridsson  <krister.walfridsson@gmail.com>
3748         * MAINTAINERS: Update my email address.
3750 2008-06-25  Joey Ye  <joey.ye@intel.com>
3752         * MAINTAINERS (Write After Approval):  Add myself.
3754 2008-06-17  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
3756         * Makefile.tpl ($(srcdir)/configure): Update dependencies.
3757         * Makefile.in: Regenerate.
3758         * configure: Regenerate.
3760 2008-06-17  Daniel Kraft  <d@domob.eu>
3762         * MAINTAINERS (Write After Approval):  Add myself.
3764 2008-06-16  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
3766         * configure.ac: Set TOPLEVEL_CONFIGURE_ARGUMENTS early, when
3767         "$@" is still intact with both Autoconf 2.59 and 2.62.
3768         * configure: Regenerate.
3770 2008-06-16  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
3772         * Makefile.tpl: Fix comment errors.
3773         * Makefile.in: Regenerate.
3775 2008-06-12  David S. Miller  <davem@davemloft.net>
3776             David Edelsohn  <edelsohn@gnu.org>
3778         * configure.ac: Add powerpc*-*-* to gold supported targets.
3779         * configure: Regenerate.
3781 2008-06-08  Joseph Myers  <joseph@codesourcery.com>
3783         PR tree-optimization/36218
3784         * Makefile.def (flags_to_pass): Add LDFLAGS_FOR_BUILD.
3785         * Makefile.tpl (EXTRA_BUILD_FLAGS): Define.
3786         (all prefix="build-"): Pass them to build-system sub-makes.
3787         * Makefile.in: Regenerate.
3789 2008-06-07  Joseph Myers  <joseph@codesourcery.com>
3791         * MAINTAINERS (mt port): Remove.
3792         (sco5, unixware, sco udk): Remove.
3793         (Kean Johnston): Add to Write After Approval.
3795 2008-05-30  Julian Brown  <julian@codesourcery.com>
3797         * configure.ac (arm*-*-linux-gnueabi): Don't disable building
3798         of libobjc for ARM EABI Linux.
3799         * configure: Regenerate.
3801 2008-05-18  Xinliang David Li   <davidxl@google.com>
3803         * ChangeLog: Remove wrong ChangeLog entry.
3805 2008-05-17  Xinliang David Li   <davidxl@google.com>
3807         * MAINTAINERS (Write After Approval): Add myself.
3809 2008-05-15  Janus Weil  <janus@gcc.gnu.org>
3811         * MAINTAINERS (Write After Approval): Add myself.
3813 2008-05-14  Rafael Espíndola  <espindola@google.com>
3815         * config-ml.in: don't handle --enable-shared and --enable-static.
3817 2008-05-10  Richard Sandiford  <rdsandiford@googlemail.com>
3819         * MAINTAINERS: Update my email address.
3821 2008-05-10  Paolo Carlini  <paolo.carlini@oracle.com>
3823         * MAINTAINERS: Update my email address.
3825 2008-05-03  Kris Van Hees  <kris.van.hees@oracle.com>
3827         * MAINTAINERS (Write After Approval): Add myself.
3829 2008-04-28  Gabriele Svelto  <gabriele.svelto@st.com>
3831         * MAINTAINERS (Write After Approval): Add myself.
3833 2008-04-25  Pompapathi V Gadad  <Pompapathi.V.Gadad@nsc.com>
3835         * MAINTAINERS (crx): Add myself.
3837 2008-04-18  Paolo Bonzini  <bonzini@gnu.org>
3839         Sync with src:
3840         2008-04-14  David S. Miller  <davem@davemloft.net>
3842         * configure.ac: Add sparc*-*-* to gold supported targets.
3843         * configure: Regenerate.
3845 2008-04-18  Paolo Bonzini  <bonzini@gnu.org>
3847         PR bootstrap/35457
3848         * configure.ac: Include override.m4.
3849         * configure: Regenerate.
3851 2008-04-18  Paolo Bonzini  <bonzini@gnu.org>
3853         * Makefile.tpl (restrap): Call `make all' using double-colon rules.
3854         * Makefile.in: Regenerate.
3856 2008-04-18  M R Swami Reddy  <MR.Swami.Reddy@nsc.com>
3858         * configure.ac (cr16-*-*): Add case for cr16 target and include gdb
3859         as nonconfigurable directories list.
3860         * configure: Regenerate.
3862 2008-04-14  Ben Elliston  <bje@au.ibm.com>
3864         * config.sub, config.guess: Update from upstream sources.
3866 2008-04-12  Hans-Peter Nilsson  <hp@axis.com>
3868         * Makefile.tpl <gcc>: Error early unless at least GNU make 3.80.
3869         * Makefile.in: Regenerate.
3871 2008-04-11  Eric B. Weddington  <eweddington@cso.atmel.com>
3873         * configure.ac: Do not build libssp for the AVR.
3874         * configure: Regenerate.
3876 2008-04-07  Ian Lance Taylor  <iant@google.com>
3878         * Makefile.def: check-gold depends upon all-binutils.
3879         * Makefile.in: Regenerate.
3881 2008-04-04  Andy Hutchinson  <hutchinsonandy@aim.com>
3883         * MAINTAINERS (Write After Approval): Add myself.
3885 2008-04-04  Nick Clifton  <nickc@redhat.com>
3887         PR binutils/4334
3888         * configure.ac: Run ACX_CHECK_CYGWIN_CAT_WORKS for cygwin hosted
3889         builds.
3890         * configure: Regenerate.
3892 2008-04-04  NightStrike  <NightStrike@gmail.com>
3894         PR other/35151
3895         * configure.ac: Combine rules for mingw32 and mingw64.
3896         * configure: Regenerate.
3898 2008-04-02  Kai Tietz  <kai.tietz@onvision.com>
3900         * MAINTAINERS (Write After Approval): Add myself.
3902 2008-04-01  Seongbae Park  <seongbae.park@gmail.com>
3904         * Makefile.tpl (.NOTPARALLEL): Revert previous change.
3905         * Makefile.in (.NOTPARALLEL): Ditto.
3907 2008-04-01  Peter O'Gorman  <pogma@thewrittenword.com>
3909         * MAINTAINERS (Write After Approval): Add myself.
3911 2008-03-31  Seongbae Park  <seongbae.park@gmail.com>
3913         * Makefile.tpl (.NOTPARALLEL): Serialize stageprofile libiberty.
3914         * Makefile.in (.NOTPARALLEL): Regenerate.
3916 2008-03-27  Paolo Bonzini  <bonzini@gnu.org>
3918         * Makefile.tpl (PICFLAG, PICFLAG_FOR_TARGET): Remove.
3919         * Makefile.in: Regenerate.
3921 2008-03-26  Jakub Staszak  <kuba@et.pl>
3923         * MAINTAINERS (Write After Approval): Add myself.
3925 2008-03-23  Thomas Koenig  <tkoenig@gcc.gnu.org>
3927         * MAINTAINERS:  Update e-mail address.
3929 2008-03-20  Ian Lance Taylor  <iant@google.com>
3931         * configure.ac: Add support for --enable-gold.
3932         * Makefile.def: Add gold as a directory like ld.
3933         * configure, Makefile.in: Regenerate.
3935 2008-03-16  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
3937         * configure.ac: m4_include config/proginstall.m4.
3938         * configure: Regenerate.
3940         Backport from upstream Libtool:
3942         2007-10-12  Eric Blake  <ebb9@byu.net>
3944         Deal with Autoconf 2.62's semantic change in m4_append.
3945         * ltsugar.m4 (lt_append): Replace broken versions of
3946         m4_append.
3947         (lt_if_append_uniq): Don't require separator to be overquoted,
3948         and avoid broken m4_append.
3949         (lt_dict_add): Fix typo.
3950         * libtool.m4 (_LT_DECL): Don't overquote separator.
3952 2008-03-13  David Edelsohn  <edelsohn@gnu.org>
3954         * config.rpath: Add AIX 6 support.
3956 2008-03-13  Paolo Bonzini  <bonzini@gnu.org>
3958         * Makefile.def (stageprofile).  Remove -fprofile-generate
3959         from stage_libcflags.
3960         * Makefile.in: Regenerate.
3962 2008-03-13  Ben Elliston  <bje@au.ibm.com>
3964         * config.sub, config.guess: Update from upstream sources.
3966 2008-03-06  Tom Tromey  <tromey@redhat.com>
3968         * MAINTAINERS: Update for treelang deletion.
3970 2008-03-03  James E. Wilson  <wilson@tuliptree.org>
3972         * MAINTAINERS: Update my email address.
3974 2008-03-03  Stan Shebs  <stanshebs@earthlink.net>
3976         * MAINTAINERS (darwin port): Add myself as a maintainer.
3977         (objective-c/c++): Add myself as a maintainer.
3979 2008-03-03  Volker Reichelt  <v.reichelt@netcologne.de>
3981         * MAINTAINERS (Write After Approval): Update my email address.
3983 2008-02-25  Tomas Bily  <tbily@suse.cz>
3985         * MAINTAINERS (Write After Approval): Add myself.
3987 2008-02-23  Jakub Jelinek  <jakub@redhat.com>
3989         * MAINTAINERS (OpenMP): Add myself.
3991 2008-02-20  Paolo Bonzini  <bonzini@gnu.org>
3993         PR bootstrap/32009
3994         PR bootstrap/32161
3996         * configure.ac (CFLAGS_FOR_TARGET, CXXFLAGS_FOR_TARGET): Compute here.
3997         * configure: Regenerate.
3999         * Makefile.def: Define stage_libcflags for all bootstrap stages.
4000         * Makefile.tpl (BOOT_LIBCFLAGS, STAGE2_LIBCFLAGS, STAGE3_LIBCFLAGS,
4001         STAGE4_LIBCFLAGS): New.
4002         (CFLAGS_FOR_TARGET, CXXFLAGS_FOR_TARGET): Subst from autoconf, without
4003         $(SYSROOT_CFLAGS_FOR_TARGET) and $(DEBUG_PREFIX_CFLAGS_FOR_TARGET).
4004         (BASE_TARGET_EXPORTS): Append them here to C{,XX}FLAGS.
4005         (EXTRA_TARGET_FLAGS): Append them here to {LIB,}C{,XX}FLAGS.
4006         (configure-stage[+id+]-[+prefix+][+module+]): Pass stage_libcflags
4007         for target modules.  Don't export LIBCFLAGS.
4008         (all-stage[+id+]-[+prefix+][+module+]): Pass stage_libcflags; pass
4009         $(BASE_FLAGS_TO_PASS) where [+args+] was passed, and [+args+] after
4010         the overridden CFLAGS_FOR_TARGET and CXXFLAGS_FOR_TARGET.
4011         (invocations of `all'): Replace $(TARGET_FLAGS_TO_PASS) with
4012         $(EXTRA_TARGET_FLAGS), $(FLAGS_TO_PASS) with $(EXTRA_HOST_FLAGS).
4013         * Makefile.in: Regenerate.
4015 2008-02-16  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
4017         PR libgcj/33085
4018         * libtool.m4 (_LT_COMPILER_PIC) [ mingw, cygwin ] <GCJ>:
4019         Do not use -DDLL_EXPORT.  Backport from upstream.
4021 2008-02-13  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
4023         * MAINTAINERS (Write After Approval): Add myself.
4025 2008-02-02  Hans-Peter Nilsson  <hp@axis.com>
4027         * configure.ac: Enable fortran for cris-*-elf and crisv32-*-elf.
4028         * configure: Regenerate.
4030 2008-01-31  Marc Gauthier  <marc@tensilica.com>
4032         * configure.ac (xtensa*-*-*): Recognize processor variants.
4033         * configure: Regenerate.
4035 2008-01-30  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
4037         PR bootstrap/34922
4038         * configure.ac (PARSE_ARGS): Push suitable setting of
4039         ac_subdirs_all, for `./configure --help=recursive'.
4040         Handle `+' in generic toplevel directory disabling.
4041         * configure: Regenerate.
4043 2008-01-28  Nick Clifton  <nickc@redhat.com>
4045         * MAINTAINERS (xstormy16): Take over maintainership.
4047 2008-01-25  Joseph Myers  <joseph@codesourcery.com>
4049         * MAINTAINERS (c4x port): Remove.
4051 2008-01-24  David Edelsohn  <edelsohn@gnu.org>
4053         * libtool.m4: Backport AIX 6 support from ToT Libtool.
4055 2008-01-23  Ben Elliston  <bje@au.ibm.com>
4057         * config.sub, config.guess: Update from upstream sources.
4059 2008-01-22  Tobias Grosser  <grosser@fim.uni-passau.de>
4061         * MAINTAINERS (Write After Approval): Add myself.
4063 2008-01-17  H.J. Lu  <hjl.tools@gmail.com>
4065         * MAINTAINERS: Update my email address.
4067 2008-01-09  Raksit Ashok  <raksit@google.com>
4069         * MAINTAINERS (Write After Approval): Add myself.
4071 2008-01-09  Raksit Ashok  <raksit@google.com>
4073         * MAINTAINERS (Write After Approval): Add myself.
4075 2008-01-08  Ben Elliston  <bje@au.ibm.com>
4077         * config.sub, config.guess: Update from upstream sources.
4079 2007-12-17  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
4081         * configure.ac: Change required MPFR from 2.2.0 -> 2.2.1.
4082         Change recommended MPFR from 2.2.1 -> 2.3.0.
4083         * configure: Regenerate.
4085 2007-12-15  Sebastian Pop  <sebastian.pop@amd.com>
4087         * MAINTAINERS: Update my email address.
4089 2007-12-15  Bernhard Fischer  <aldot@gcc.gnu.org>
4091         * MAINTAINERS: Update my email address.
4093 2007-12-13  Richard Sandiford  <rsandifo@nildram.co.uk>
4095         * Makefile.tpl (CFLAGS_FOR_TARGET): Add -g.
4096         (CXXFLAGS_FOR_TARGET): Add -O2 -g.
4097         * Makefile.in: Regenerate.
4099 2007-12-10  Mark Heffernan  <meheff@google.com>
4101         * MAINTAINERS (Write After Approval): Add myself and alphabetize two
4102         misplaced entries.
4104 2007-12-10  Andreas Tobler  <a.tobler@schweiz.org>
4106         * configure.ac: Enable libjava for x86_64-*-darwin9.
4107         * configure: Regenerate.
4109 2007-12-07  Bill Maddox  <maddox@google.com>
4111         * MAINTAINERS (Write After Approval): Add myself.
4113 2007-12-05  Ben Elliston  <bje@au.ibm.com>
4115         * config.sub, config.guess: Update from upstream sources.
4117 2007-12-02  Matthias Klose  <doko@ubuntu.com>
4119         * config-ml.in: Remove 64bit configure tests.
4121 2007-11-28  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
4123         * config-ml.in: Robustify against white space in absolute file
4124         names.
4126         * config-ml.in (multi-clean): Substitute ${Makefile}.
4127         Remove superfluous ${Makefile} in list.
4129 2007-11-19  Thiemo Seufer  <ths@mips.com>
4131         * config-ml.in: Don't hardcode the Makefile name.
4133 2007-11-08  Alexander Monakov  <amonakov@ispras.ru>
4135         * MAINTAINERS (Write After Approval): Add myself.
4137 2007-11-07  Samuel Tardieu  <sam@rfc1149.net>
4139         * MAINTAINERS (Write After Approval): Add myself.
4141 2007-11-06  Doug Kwan  <dougkwan@google.com>
4143         * MAINTAINERS (Write After Approval): Add myself.
4145 2007-10-25  Ben Elliston  <bje@au.ibm.com>
4147         * MAINTAINERS (mercury): Remove entry.
4148         (Write After Approval): Add Fergus Henderson <fjh@cs.mu.oz.au>.
4150 2007-10-23  Daniel Jacobowitz  <dan@codesourcery.com>
4152         * Makefile.def (dependencies): Make configure-gdb depend on
4153         all-intl.
4154         * Makefile.in: Regenerated.
4156 2007-10-22  Steven G. Kargl  <kargl@gcc.gnu.org>
4158         * MAINTAINERS (Fortran maintainer): Remove myself.
4160 2007-10-15  Patrick Mansfield  <patmans@us.ibm.com>
4162         * Makefile.def: To avoid problems running with parallel makes,
4163         build newlib before libgloss so that target specific header
4164         files are availble.
4165         * Makefile.in: Regenerate
4167 2007-10-11  Daniel Jacobowitz  <dan@codesourcery.com>
4169         * Makefile.def (dependencies): Add all-gdb -> all-libdecnumber.
4170         * Makefile.in: Regenerate.
4172 2007-10-09  Vladimir Makarov  <vmakarov@redhat.com>
4174         * MAINTAINERS (Register allocation reviewer): Add myself.
4176 2007-10-08  Mike Frysinger  <vapier@gentoo.org>
4178         * configure.ac (CFLAGS_FOR_BUILD, CXXFLAGS_FOR_BUILD,
4179         LDFLAGS_FOR_BUILD): Default them to host flags only for $host = $build.
4180         Set default CXXFLAGS_FOR_BUILD to CXXFLAGS, not CFLAGS.  Set default
4181         LDFLAGS_FOR_BUILD to LDFLAGS, not CFLAGS.
4182         * configure: Regenerate.
4184 2006-10-04  Seongbae Park  <seongbae.park@gmail.com>
4186         * MAINTAINERS (Register allocation reviewer): Add myself.
4188 2007-10-01  Paolo Bonzini  <bonzini@gnu.org>
4190         * Makefile.tpl (AR_FOR_BUILD, AS_FOR_BUILD, CXX_FOR_BUILD,
4191         DLLTOOL_FOR_BUILD, GCJ_FOR_BUILD, GFORTRAN_FOR_BUILD,
4192         LDFLAGS_FOR_BUILD, LD_FOR_BUILD, NM_FOR_BUILD, RANLIB_FOR_BUILD,
4193         WINDMC_FOR_BUILD, WINDRES_FOR_BUILD): Use autoconf substitutions.
4194         * configure.ac: Default them to host tools for $host = $build.
4195         Subst them.
4197         * configure: Regenerate.
4198         * Makefile.in: Regenerate.
4200 2006-09-24  Peter Bergner  <bergner@vnet.ibm.com>
4202         * MAINTAINERS (Register allocation reviewer): Add myself.
4204 2006-09-24  Kenneth Zadeck  <zadeck@naturalbridge.com>
4206         * MAINTAINERS (Register allocation reviewer): Add myself.
4208 2007-09-21  Seongbae Park  <seongbae.park@gmail.com>
4210         * MAINTAINERS (Write After Approval): Fix typo.
4212 2007-09-20  Richard Sandiford  <rsandifo@nildram.co.uk>
4214         * configure.ac (mipsisa*-*-elfoabi*): New stanza.
4215         * configure: Regenerate.
4217 2007-09-20  Paul Jarc  <prj-bugzilla-gcc@multivac.cwru.edu>
4219         PR bootstrap/31906
4220         * libtool-ldflags: Don't prefix arguments with -Xcompiler if
4221         they're already prefixed.
4223 2007-09-19  Benjamin Kosnik  <bkoz@redhat.com>
4225         * configure.ac (TOPLEVEL_CONFIGURE_ARGUMENTS): Move libgomp before
4226         libstdc++.
4227         * Makefile.def: Add libgomp config as a maybe dependency for libstdc++.
4228         * configure: Regenerate.
4229         * Makefile.in: Regenerate.
4231 2007-09-17  Andreas Schwab  <schwab@suse.de>
4233         * configure.ac: Raise minimum makeinfo version to 4.6.
4234         * configure: Regenerate.
4236 2007-09-17  Johannes Singler  <singler@ira.uka.de>
4238         * MAINTAINERS (write-after-approval) add myself
4240 2007-09-15  Alan Modra  <amodra@bigpond.net.au>
4242         * configure.ac: Correct makeinfo version check.
4243         * configure: Regenerate.
4245 2007-09-14  Richard Sandiford  <rsandifo@nildram.co.uk>
4247         * MAINTAINERS: Update my email address.
4249 2007-09-14  Richard Sandiford  <richard@codesourcery.com>
4251         * configure.ac (mips*-sde-elf*): New stanza.  Add target-libiberty
4252         to $skipdirs and only disable gprof for newlib.  Use the normal
4253         mips*-elf* handling in other respects.
4254         * configure: Regnerate.
4256 2007-09-12  David Daney  <ddaney@avtrex.com>
4258         * configure.ac: Remove mips64*-*-linux* noconfigdirs section, thus
4259         enabling libgcj.
4260         * configure: Regenerate.
4262 2007-09-10  Rask Ingemann Lambertsen  <rask@sygehus.dk>
4264         PR other/32154
4265         * configure.ac: For libgloss targets, point the linker to the linker
4266         script, startup code and simulator library.
4267         * configure: Regenerate.
4269 2007-09-07  Andrew Haley  <aph@redhat.com>
4271         * configure.ac (noconfigdirs): Remove target-libffi and
4272         target-libjava.
4273         * configure: Regenerate.
4275 2007-09-06  Francois-Xavier Coudert  <fxcoudert@gcc.gnu.org>
4277         PR target/33281
4278         * configure.ac: Use config/mh-mingw on mingw.
4279         * configure: Regenerate.
4281 2007-09-05  Pat Haugen  <pthaugen@us.ibm.com>
4283         * MAINTAINERS (Write After Approval): Add myself.
4285 2007-09-05  Richard Guenther  <rguenther@suse.de>
4287         * configure.ac (--enable-stage1-checking): If neither --enable-checking
4288         nor --disable-checking is provided also turn on yes and types
4289         checking for stage1.
4290         * configure: Re-generate.
4292 2007-08-30  Krister Walfridsson  <cato@df.lth.se>
4294         * MAINTAINERS (OS Port Maintainers): Add myself as NetBSD maintainer.
4295         (Write After Approval): Remove myself.
4297 2007-08-29  Nick Clifton  <nickc@redhat.com>
4299         * config.sub, config.guess: Update from upstream sources.
4301 2007-08-22  Bud Davis  <jmdavis@link.com>
4303         * MAINTAINERS (Write After Approval): Added myself.
4304         * MAINTAINERS (Reviewers): Removed myself.
4306 2007-08-18  Paul Brook  <paul@codesourcery.com>
4307             Joseph Myers  <joseph@codesourcery.com>
4309         * Makefile.tpl (DEBUG_PREFIX_CFLAGS_FOR_TARGET): New.
4310         (CFLAGS_FOR_TARGET, CXXFLAGS_FOR_TARGET): Include it.
4311         * Makefile.in: Regenerate.
4312         * configure.ac (--with-debug-prefix-map): New.
4313         * configure: Regenerate.
4315 2007-08-17  Richard Sandiford  <richard@codesourcery.com>
4316             Nigel Stephens  <nigel@mips.com>
4318         * configure.ac (mips*-sde-elf*): New stanza.  Use config/mt-sde
4319         as target_makefile_frag.
4320         * configure: Regenerate.
4322 2007-08-16  Alexandre Oliva  <aoliva@redhat.com>
4324         * Makefile.def (STAGE2_CFLAGS, STAGE3_CFLAGS, STAGE4_CFLAGS):
4325         Add to flags_to_pass.  Adjust uses of BOOT_CFLAGS.
4326         (bootstrap2-debug, bootstrap-debug): New bootstrap stages.
4327         * Makefile.tpl (STAGE2_CFLAGS, STAGE3_CFLAGS, STAGE4_CFLAGS): New.
4328         (do-compare, do-compare3, do-compare-debug): New.
4329         ([+compare-target+]): Use them.
4331 2007-08-14  Maxim Kuvyrkov  <maxim@codesourcery.com>
4333         * MAINTAINERS (Write After Approval): Change my email address.
4335 2007-08-13  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
4336             Ben Elliston  <bje@au.ibm.com>
4338         * configure.ac (TOPLEVEL_CONFIGURE_ARGUMENTS, baseargs): Pass
4339         --silent if $silent.
4340         * configure: Regenerate.
4342 2003-08-12  Zdenek Dvorak  <ook@ucw.cz>
4344         * MAINTAINERS (Various Maintainers): Add myself as
4345         loop infrastructure maintainer.  Update my e-mail
4346         address.
4348 2007-07-31  Diego Novillo  <dnovillo@google.com>
4350         * MAINTAINERS (Reviewers): Rename from Non-Autopoiesis.
4351         Adjust description.
4353 2007-07-26  Richard Guenther  <rguenther@suse.de>
4355         * configure.ac: Add types checking to stage1 checking flags.
4356         * configure: Regenerate.
4358 2007-07-17  Nick Clifton  <nickc@redhat.com>
4360         * COPYING3: New file.  Contains version 3 of the GNU General
4361         Public License.
4362         * COPYING3.LIB: New file.  Contains version 3 of the GNU
4363         Lesser General Public License.
4365 2007-07-16  Andreas Krebbel  <krebbel1@de.ibm.com>
4367         * MAINTAINERS (S/390 port maintainer): Remove my co-maintainer tag.
4369 2007-07-16  Andreas Krebbel  <krebbel1@de.ibm.com>
4371         * MAINTAINERS (S/390 co-maintainer): Add myself.
4372         (Write After Approval): Remove myself.
4374 2007-07-13  Dan Hipschman  <dsh@google.com>
4376         * MAINTAINERS (Write After Approval): Add myself.
4378 2007-07-11  Nick Clifton  <nickc@redhat.com>
4380         * Makefile.tpl (BUILD_EXPORTS): Escape the newline at the end of the
4381         WINDRES export.
4382         * Makefile.in: Regenerate.
4384 2007-07-05  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
4386         * MAINTAINERS (OS Port Maintainers): Add myself as IRIX, Tru64 UNIX
4387         maintainer.
4389 2007-07-05  H.J. Lu  <hongjiu.lu@intel.com>
4391         * lt~obsolete.m4: New. Import from 20070318 libtool.
4393 2007-07-03  Julian Brown  <julian@codesourcery.com>
4395         * MAINTAINERS (Write After Approval): Add myself.
4397 2007-07-03  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
4399         * configure.ac: Rewrite 'configure --help' strings to look nicer.
4400         * configure: Regenerate.
4402 2007-07-03  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
4404         * configure.ac: Add some missing m4 quotation.
4405         * configure: Regenerate.
4407 2007-07-02  Simon Baldwin  <simonb@google.com>
4409         * MAINTAINERS (Write After Approval): Add myself.
4411 2007-07-02  Paolo Bonzini  <bonzini@gnu.org>
4413         * configure: Regenerate.
4415 2007-07-02  Kai Tietz   <kai.tietz@onevision.com>
4417         * Makefile.def: Add windmc tool to build.
4418         * Makefile.tpl: Likewise.
4419         * configure.ac: Likewise.
4420         * Makefile.in: Regenerate.
4421         * configure: Regenerate.
4423 2007-06-28  DJ Delorie  <dj@redhat.com>
4425         * configure.ac (arm*-*-linux-gnueabi): Don't build libgloss if we're
4426         not building newlib.
4427         * configure: Regenerated.
4429 2007-06-28  Jan Sjodin  <jan.sjodin@amd.com>
4431         * MAINTAINERS (Write After Approval): Add myself.
4433 2007-06-25  Martin Michlmayr  <tbm@cyrius.com>
4435         * MAINTAINERS (Write After Approval): Add myself.
4437 2007-06-19  Chris Matthews  <chrismatthews@google.com>
4439         * MAINTAINERS (Write After Approval): Add myself.
4441 2007-06-19  Rask Ingemann Lambertsen  <rask@sygehus.dk>
4443         * MAINTAINERS (Write After Approval): Add myself.
4445 2007-06-18  Daniel Jacobowitz  <dan@codesourcery.com>
4447         * Makefile.def: Add dependency from configure-gdb to all-bfd.
4448         * Makefile.in: Regenerated.
4450 2007-06-14  Bernd Schmidt  <bernd.schmidt@analog.com>
4452         * configure.ac: Don't add target-libmudflap to noconfigdirs for
4453         bfin*-*-uclinux* targets.
4454         * configure: Regenerate.
4456 2007-06-14  Ian Lance Taylor  <iant@google.com>
4458         * MAINTAINERS: Add myself as non-algorithmic global write
4459         maintainer.
4461 2007-06-14  Diego Novillo  <dnovillo@google.com>
4463         * MAINTAINERS: Add self as middle-end maintainer and
4464         non-algorithmic global write maintainer.
4466 2007-06-14  Francois-Xavier Coudert  <fxcoudert@gcc.gnu.org>
4468         * MAINTAINERS: Change spelling from "fortran 95" to "Fortran".
4469         Move all Fortran maintainers except Paul Brook into the
4470         Non-Autopoiesis section.
4472 2007-06-14  Paolo Bonzini  <bonzini@gnu.org>
4474         * Makefile.tpl (cleanstrap): Don't delete the toplevel Makefile.
4475         (distclean-stage[+id+]): Possibly delete stage_last.
4476         * Makefile.in: Regenerate.
4478 2007-06-12  Seongbae Park  <seongbae.park@gmail.com>
4480         * MAINTAINERS (Various Maintainer): Fix typo.
4482 2007-06-11  Paolo Bonzini  <bonzini@gnu.org>
4484         * MAINTAINERS (Various Maintainer): Add myself as
4485         dataflow maintainer.
4487 2007-06-07  Ben Elliston  <bje@au.ibm.com>
4489         * config.sub, config.guess: Update from upstream sources.
4491 2007-06-07  Ben Elliston  <bje@au.ibm.com>
4493         * Makefile.tpl: Fix spelling error.
4494         * Makefile.in: Regenerate.
4496 2007-06-01  Steve Ellcey  <sje@cup.hp.com>
4498         * libtool.m4 (LT_CMD_MAX_LEN): Try using getconf to set
4499         lt_cv_sys_max_cmd_len.
4501 2007-05-31  Dorit Nuzman   <dorit@il.ibm.com>
4503         * MAINTAINERS (Various Maintainers): Add myself as
4504         auto-vectorizer maintainer.
4506 2003-05-31  Paolo Bonzini  <bonzini@gnu.org>
4508         PR libjava/32098
4509         * libtool.m4: Revert previous change.
4510         * ltgcc.m4: Put it here.
4512 2003-05-30  Zdenek Dvorak  <dvorakz@suse.cz>
4514         * MAINTAINERS (Various Maintainers): Add myself as
4515         auto-vectorizer maintainer.
4517 2007-05-30  H.J. Lu  <hongjiu.lu@intel.com>
4519         PR libjava/32098
4520         * libtool.m4 (_LT_LANG_GCJ_CONFIG): Use gcc to test gcj features.
4522 2007-05-30  Richard Guenther  <rguenther@suse.de>
4524         * MAINTAINERS (Various Maintainers): Add myself as
4525         auto-vectorizer maintainer.
4527 2007-05-30  Jakub Jelinek  <jakub@redhat.com>
4529         PR bootstrap/29382
4530         * configure.ac: Don't use -fkeep-inline-functions for GCC < 3.3.1.
4531         * configure: Rebuilt.
4533 2007-05-28  Roberto Costa  <robsettantasei@gmail.com>
4535         * MAINTAINERS (Write After Approval): Removed my name.
4537 2007-05-25  Steven Bosscher  <steven@gcc.gnu.org>
4539         * MAINTAINERS (Write After Approval): Remove myself.
4541 2007-05-25  Andreas Tobler  <a.tobler@schweiz.org>
4543         * ltmain.sh: Fix Darwin verstring, remove ${wl}.
4545 2007-05-23  Steve Ellcey  <sje@cup.hp.com>
4547         * ltmain.sh: Update from ToT Libtool.
4548         * libtool.m4: Update from ToT Libtool.
4549         * ltsugar.m4: New. Update from ToT Libtool.
4550         * ltversion.m4: New. Update from ToT Libtool.
4551         * ltoptions.m4: New. Update from ToT Libtool.
4552         * ltconfig: Remove.
4553         * ltcf-c.sh: Remove.
4554         * ltcf-cxx.sh: Remove.
4555         * ltcf-gcj.sh: Remove.
4557 2007-05-22  Ollie Wild  <aaw@google.com>
4559         * MAINTAINERS (Write After Approval): Add myself.
4561 2007-05-16  Paolo Bonzini  <bonzini@gnu.org>
4563         * Makefile.def (bootstrap_stage): Replace stage_make_flags with
4564         stage_cflags.
4565         * Makefile.tpl (POSTSTAGE1_HOST_EXPORTS, POSTSTAGE1_FLAGS_TO_PASS):
4566         Remove CFLAGS/LIBCFLAGS.
4567         (configure-stage[+id+]-[+prefix+][+module+],
4568         all-stage[+id+]-[+prefix+][+module+]): Pass it from [+stage_cflags+].
4569         * Makefile.in: Regenerate.
4571 2007-05-15  Diego Novillo  <dnovillo@google.com>
4573         * MAINTAINERS: Update e-mail address.
4575 2007-05-15  Revital Eres  <eres@il.ibm.com>
4577         * MAINTAINERS (Write After Approval): Add myself.
4579 2007-05-14  Roberto Costa  <robsettantasei@gmail.com>
4581         * MAINTAINERS (Write After Approval): Updated my address.
4583 2007-05-14  Thomas Neumann  <tneumann@users.sourceforge.net>
4585         * MAINTAINERS (Write After Approval): Add myself.
4587 2007-05-11  Silvius Rus  <rus@google.com>
4589         * MAINTAINERS (Write After Approval): Add myself.
4591 2007-04-23  Tom Tromey  <tromey@redhat.com>
4593         * MAINTAINERS: Added myself as non-algorithmic libcpp maintainer.
4595 2007-04-22  Mark Mitchell  <mark@codesourcery.com>
4597         * MAINTAINERS (cpplib): Rename to ...
4598         (libcpp): ... this.  Add C/C++ front end maintainers.
4600 2007-04-14  Steve Ellcey  <sje@cup.hp.com>
4602         * config-ml.in: Pass ${ml_config_env} to configure calls.
4604 2007-04-04  Christian Bruel  <christian.bruel@st.com>
4606         * MAINTAINERS (Write After Approval): Add myself.
4608 2007-04-02  Dave Korn  <dave.korn@artimi.com>
4610         * MAINTAINERS (Write After Approval): Add myself.
4612 2007-03-31  Tobias Burnus  <burnus@net-b.de>
4614         * MAINTAINERS (fortran 95 front end): Add myself.
4616 2007-03-28  Dwarakanath Rajagopal  <dwarak.rajagopal@amd.com>
4618         * MAINTAINERS (Write After Approval): Add myself.
4620 2007-03-24  Ayal Zaks  <zaks@il.ibm.com>
4622         * MAINTAINERS (Modulo Scheduler): Add myself.
4624 2007-03-23  Brooks Moses  <brooks.moses@codesourcery.com>
4626         * MAINTAINERS (fortran 95 front end): Add myself.
4627         (c++ front end): whitespace fix.
4629 2007-03-22  Nathan Froyd  <froydnj@codesourcery.com>
4631         * MAINTAINERS (Write After Approval): Add myself.
4633 2007-03-21  Richard Sandiford  <richard@codesourcery.com>
4635         * configure.ac (TOPLEVEL_CONFIGURE_ARGUMENTS): Fix m4 quoting
4636         of glob.  Quote arguments with single quotes too.
4637         * configure: Regenerate.
4639 2007-03-12  Brooks Moses  <brooks.moses@codesourcery.com>
4641         * Makefile.def (fixincludes): Remove unneeded "missing" lines.
4642         * Makefile.in: Regenerate
4644 2007-03-07  Andreas Schwab  <schwab@suse.de>
4646         * configure: Regenerate.
4648 2007-03-01  Brooks Moses  <brooks.moses@codesourcery.com>
4650         * configure.ac: Add "--with-pdfdir" configure option,
4651         which defines pdfdir variable.
4652         * Makefile.def (target=fixincludes): Add install-pdf to
4653         missing targets.
4654         (recursive_targets): Add install-pdf target.
4655         (flags_to_pass): Add pdfdir.
4656         * Makefile.tpl: Add pdfdir handling, add do-install-pdf
4657         target.
4658         * configure: Regenerate
4659         * Makefile.in: Regenerate
4661 2007-02-28  Eric Christopher  <echristo@apple.com>
4663         Revert:
4664         2006-12-07  Mike Stump  <mrs@apple.com>
4666         * Makefile.def (dependencies): Add dependency for
4667         install-target-libssp and install-target-libgomp on
4668         install-gcc.
4669         * Makefile.in: Regenerate.
4671 2007-02-27  Matt Kraai  <kraai@ftbfs.org>
4673         * configure: Regenerate.
4674         * configure.ac: Move statements after variable declarations.
4676 2007-02-19  Kaz Kojima  <kkojima@gcc.gnu.org>
4678         * MAINTAINERS: Add myself as sh maintainer.
4680 2007-02-19  Joseph Myers  <joseph@codesourcery.com>
4682         * configure.ac: Adjust for loop syntax.
4683         * configure: Regenerate.
4685 2007-02-18  Alexandre Oliva  <aoliva@redhat.com>
4687         * configure: Rebuilt.
4689 2007-02-18  Alexandre Oliva  <aoliva@redhat.com>
4691         * configure.ac: Drop multiple occurrences of --enable-languages,
4692         and fix its quoting.
4693         * configure: Rebuilt.
4695 2007-02-17  Mark Mitchell  <mark@codesourcery.com>
4696             Nathan Sidwell  <nathan@codesourcery.com>
4697             Vladimir Prus  <vladimir@codesourcery.com>
4698             Joseph Myers  <joseph@codesourcery.com>
4700         * configure.ac (TOPLEVEL_CONFIGURE_ARGUMENTS): Fix quoting.
4701         * configure: Regenerate.
4703 2007-02-14  Gerald Pfeifer  <gerald@pfeifer.com>
4705         * ltconfig (freebsd*): Default to elf.
4707 2007-02-13  Daniel Jacobowitz  <dan@codesourcery.com>
4709         * configure.ac (target_libraries): Move libgcc before libiberty.
4710         * configure: Regenerated.
4712 2007-02-13  Daniel Jacobowitz  <dan@codesourcery.com>
4713             Paolo Bonzini  <bonzini@gnu.org>
4715         PR bootstrap/30753
4716         * configure.ac: Remove obsolete build / host tests.  Use AC_PROG_CC
4717         unconditionally.  Use AC_PROG_CXX.  Use ACX_TOOL_DIRS to find $prefix.
4718         * configure: Regenerated.
4720 2007-02-11  Francois-Xavier Coudert  <fxcoudert@gcc.gnu.org>
4722         * MAINTAINERS (Language Front End Maintainers): Update my mail
4723         address.
4725 2007-02-09  Daniel Jacobowitz  <dan@codesourcery.com>
4727         PR bootstrap/30748
4728         * configure.ac: Correct syntax for Solaris ksh.
4729         * configure: Regenerated.
4731 2007-02-09  Paolo Bonzini  <bonzini@gnu.org>
4733         * configure.ac: Sync with src.
4734         * configure: Regenerate.
4736 2007-02-09  Paolo Bonzini  <bonzini@gnu.org>
4738         * Makefile.in: Regenerate.
4740 2007-02-09  Paolo Bonzini  <bonzini@gnu.org>
4742         * config.sub: Sync with src.
4744 2007-02-09  Daniel Jacobowitz  <dan@codesourcery.com>
4746         * Makefile.tpl (build_alias, host_alias, target_alias): Use
4747         noncanonical equivalents.
4748         * configure.in: Rename to...
4749         * configure.ac: ...this.  Update AC_PREREQ.  Prevent error for
4750         AS_FOR_TARGET.  Set build_noncanonical, host_noncanonical, and
4751         target_noncanonical.  Use them.  Rewrite removal of configure
4752         arguments for autoconf 2.59.  Discard variable settings.  Force
4753         program_transform_name for native tools.
4755         * Makefile.in: Regenerated.
4756         * configure: Regenerated with autoconf 2.59.
4758 2007-02-07  Roman Zippel  <zippel@linux-m68k.org>
4760         * MAINTAINERS (Write After Approval): Add myself.
4762 2007-01-31  Andreas Schwab  <schwab@suse.de>
4764         * Makefile.tpl (LDFLAGS): Substitute it.
4765         * Makefile.in: Regenerate.
4767 2007-01-30  Andrey Belevantsev  <abel@ispras.ru>
4769         * MAINTAINERS (Write After Approval): Add myself.
4771 2007-01-28  David Edelsohn  <edelsohn@gnu.org>
4773         * MAINTAINERS (spu port): Add myself.
4775 2007-01-23  Richard Guenther  <rguenther@suse.de>
4777         PR bootstrap/30541
4778         * Makefile.def (flags_to_pass): Add GNATBIND and GNATMAKE.
4779         * Makefile.tpl (GNATBIND): Substitute it.
4780         (GNATMAKE): Likewise.
4781         (POSTSTAGE1_FLAGS_TO_PASS): Pass staged GNATBIND instead
4782         of STAGE_PREFIX.
4783         * Makefile.in: Regenerate.
4784         * configure: Regenerate.
4786 2007-01-18  Mike Stump  <mrs@apple.com>
4788         * configure.in: Re-enable -Werror for gcc builds.
4790 2007-01-11  Harsha Jagasia  <harsha.jagasia@amd.com>
4792         * MAINTAINERS (Write After Approval): Add myself.
4794 2007-01-11  Paolo Bonzini  <bonzini@gnu.org>
4796         * configure.in: Change == to = in test command.
4797         * configure: Regenerate.
4799 2007-01-11  Paolo Bonzini  <bonzini@gnu.org>
4800             Nick Clifton  <nickc@redhat.com>
4801             Kaveh R. Ghazi  <ghazi@caip.rutgets.edu>
4803         * configure.in (build_configargs, host_configargs, target_configargs):
4804         Remove build/host/target parameters.
4805         (host_libs): Add gmp and mpfr.
4806         (GMP tests): Reorganize to allow in-tree GMP/MPFR.
4807         * Makefile.def (gmp, mpfr): New.
4808         (gcc): Remove target.
4809         * Makefile.tpl (build_os, build_vendor, host_os, host_vendor,
4810         target_os, target_vendor): New.
4811         (configure): Add host_alias/target_alias arguments; adjust invocations.
4812         * configure: Regenerate.
4813         * Makefile.in: Regenerate.
4815 2007-01-11  Matt Fago  <fago@earthlink.net>
4817         * configure.in: Try to link to functions only in mpfr 2.2.x
4818         to improve robustness of configure tests.
4819         * configure: Regenerate.
4821 2007-01-09  Uros Bizjak  <ubizjak@gmail.com>
4823         * MAINTAINERS: Add myself as i386 maintainer.
4825 2007-01-08  Jan Hubicka  <jh@suse.cz>
4827         * MAINTAINERS: Add myself as i386 maintainer.
4829 2007-01-08  Kai Tietz   <kai.tietz@onevision.com>
4831         * configure.in: Add support for an x86_64-mingw* target.
4832         * configure: Regenerate.
4834 2007-01-05  Daniel Jacobowitz  <dan@codesourcery.com>
4836         * Makefile.tpl (all-target): Correct @if conditional for target
4837         modules.
4838         * configure.in: Omit libiberty if building only target libgcc.
4839         * configure, Makefile.in: Regenerated.
4841 2007-01-04  Paolo Bonzini  <bonzini@gnu.org>
4843         * configure.in: Use DEV-PHASE to detect default for --enable-werror.
4844         * configure: Regenerate.
4846 2007-01-03  Daniel Jacobowitz  <dan@codesourcery.com>
4848         * Makefile.def (target_modules): Add libgcc.
4849         (lang_env_dependencies): Remove default items.  Use no_c and no_gcc.
4850         * Makefile.tpl (clean-target-libgcc): Delete.
4851         (configure-target-[+module+]): Emit --disable-bootstrap dependencies
4852         on gcc even for bootstrapped modules.  Rewrite handling of
4853         lang_env_dependencies to loop over target_modules.
4854         * configure.in (target_libraries): Add target-libgcc.
4855         * Makefile.in, configure: Regenerated.
4857 2006-12-29  Paolo Bonzini  <bonzini@gnu.org>
4859         * configure.in: Reorganize recognition of languages.  Add
4860         --enable-stage1-languages.  Show supported languages for the chosen
4861         target rather than all recognized languages.
4862         * configure: Regenerate.
4864 2006-12-29  Paolo Bonzini  <bonzini@gnu.org>
4866         * Makefile.tpl (GCC_STRAP_TARGETS, all-prebootstrap): Remove.
4867         * Makefile.in: Regenerate.
4869 2006-12-29  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
4871         * configure.in: Warn that MPFR 2.2.0 is buggy.
4872         * configure: Regenerate.
4874 2006-12-27  Ian Lance Taylor  <iant@google.com>
4876         * configure.in: When removing Makefiles to force a reconfigure, also
4877         remove prev-DIR*/Makefile.
4878         * configure: Regenerate.
4880 2006-12-22  Andreas Schwab  <schwab@suse.de>
4882         * configure: Regenerate with correct autoconf version.
4884 2006-12-20  Adam Megacz  <megacz@cs.berkeley.edu>
4886         * configure.in: add AC_SUBST for *_FOR_TARGET.
4887         * configure: Regenerate.
4889 2006-12-19  Paolo Bonzini  <bonzini@gnu.org>
4891         * configure.in: Simplify logic for rejecting languages that cannot
4892         be built.  Separate the case when a language is unsupported,
4893         from the case when the user chooses not to build a language.
4895 2006-12-19  Paolo Bonzini  <bonzini@gnu.org>
4897         * configure.in: Remove "$build" case for powerpc-*-darwin* since
4898         it only affects bootstrap and could be tested on "$host" as well.
4899         * configure: Regenerate.
4900         * config/mh-ppc-darwin: Add to the stage1 cflags here.
4902 2006-12-19  Paolo Bonzini  <bonzini@gnu.org>
4904         PR bootstrap/29544
4905         * Makefile.def (flags_to_pass): Add STAGE1_CHECKING.
4906         (bootstrap_stage): Add STAGE1_CHECKING to stage1 configure flags,
4907         move here comment from Makefile.tpl.
4908         * Makefile.tpl: Move some definitions higher in the file.
4909         (STAGE1_CHECKING): New.
4910         * configure.in: Add --enable-stage1-checking.
4911         * configure: Regenerate.
4912         * Makefile.in: Regenerate.
4914 2006-12-19  Paolo Bonzini  <bonzini@gnu.org>
4916         * MAINTAINERS: Add myself as build system maintainer.
4918 2006-12-15  Simon Martin  <simartin@users.sourceforge.net>
4920         * MAINTAINERS (Write After Approval): Add myself.
4922 2006-12-13  Eric Christopher  <echristo@apple.com>
4924         * MAINTAINERS: Add myself as darwin maintainer.
4926 2006-12-11  Ian Lance Taylor  <ian@airs.com>
4928         * MAINTAINERS: Add myself as libgcc and fp-bit maintainer.
4930 2006-12-11  Joern Rennecke  <joern.rennecke@arc.com>
4932         MAINTAINERS: Update my entry.
4934 2006-12-11  Alan Modra  <amodra@bigpond.net.au>
4936         * configure.in:  Handle spu makefile frag.
4937         * Makefile.tpl (MAINT): Define
4938         (MAINTAINER_MODE_FALSE, MAINTAINER_MODE_TRUE): Define.
4939         * configure: Regenerate.
4940         * Makefile.in: Regenerate.
4942 2006-12-11  Ben Elliston  <bje@au.ibm.com>
4944         * config.guess: Import latest version.
4945         * config.sub: Likewise.
4947 2006-12-11  Ben Elliston  <bje@au.ibm.com>
4949         * configure.in (spu-*-*): Don't skip target-libiberty.
4950         * configure: Regenerate.
4952 2006-12-10  Andreas Tobler  <a.tobler@schweiz.org>
4954         PR bootstrap/30134
4955         * configure.in: Correct x86 darwin support for libjava to powerpc
4956         and i?86 only.
4957         * configure: Regenerate.
4959 2006-12-08  Sandro Tolaini  <tolaini@libero.it>
4961         * configure.in: Add x86 darwin support for libjava.
4962         * configure: Regenerate.
4964 2006-12-07  Mike Stump  <mrs@apple.com>
4966         * Makefile.def (dependencies): Add dependency for
4967         install-target-libssp and install-target-libgomp on
4968         install-gcc.
4969         * Makefile.in: Regenerate.
4971 2006-12-04  Richard Guenther  <rguenther@suse.de>
4973         * MAINTAINERS (Non-Algorithmic Maintainers): New section.
4974         (Non-Algorithmic Maintainers): Move over non-algorithmic
4975         loop optimizer maintainers, add myself as a non-algorithmic
4976         middle-end maintainer.
4978 2006-12-04  Daniel Franke  <franke.daniel@gmail.com>
4980         * MAINTAINERS (Write After Approval): Add myself.
4982 2006-12-03  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
4984         * configure.in: Update error message for missing GMP/MPFR.
4986         * configure: Regenerate.
4988 2006-12-02  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
4990         * configure.in: Update MPFR version in error message.
4992         * configure: Regenerate.
4994 2006-11-26  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
4996         * configure.in (--with-mpfr-dir, --with-gmp-dir): Remove flags.
4997         (--with-mpfr-include, --with-mpfr-lib, --with-gmp-include,
4998         --with-gmp-lib): New flags.
5000         * configure: Regenerate.
5002 2006-11-25  Brooks Moses  <brooks.moses@codesourcery.com>
5004         * MAINTAINERS (Write After Approval): Change my email address.
5006 2006-11-23  Manuel Lopez-Ibanez  <manu@gcc.gnu.org>
5008         * MAINTAINERS (Write After Approval): Add myself.
5010 2006-11-22  Philipp Thomas  <pth@suse.de>
5012         * MAINTAINERS (i18n): Update e-mail address.
5014 2006-11-21  Trevor Smigiel  <trevor_smigiel@playstation.sony.com>
5016         * MAINTAINERS (spu port): Add myself as maintainer.
5017         (Write After Approval): Remove myself.
5019 2006-11-22  Ben Elliston  <bje@au.ibm.com>
5021         * configure.in (skipdirs): Don't build libssp for SPU.
5022         * configure: Regenerate.
5024 2006-11-21  Andrew Pinski  <andrew_pinski@playstation.sony.com>
5026         * MAINTAINERS (spu port): Add myself as maintainer.
5027         (libobjc): Update my email address.
5029 2006-11-21  Andrea Bona  <andrea.bona@st.com>
5031         * MAINTAINERS (Write After Approval): Add myself.
5033 2006-11-20  Trevor Smigiel  <trevor_smigiel@playstation.sony.com>
5035         * configure.in (skipdirs) : Don't build target-libiberty for SPU.
5036         * configure : Rebuilt.
5038 2006-11-20  Trevor Smigiel  <trevor_smigiel@playstation.sony.com>
5040         * MAINTAINERS (Write After Approval): Add myself.
5042 2006-11-20  Andrea Ornstein  <andrea.ornstein@st.com>
5044         * MAINTAINERS (Write After Approval): Add myself.
5046 2006-11-18  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
5048         * configure.in (--with-mpfr-dir): Also look in .libs and _libs for
5049         libmpfr.a.
5050         * configure: Regenerate.
5052 2006-11-16  Paolo Bonzini  <bonzini@gnu.org>
5054         * Makefile.tpl (clean-target-libgcc): Test for gcc Makefile presence.
5055         (unstage): Test for stage_last presence.
5057         PR bootstrap/29802
5058         * Makefile.tpl (POSTSTAGE1_FLAGS_TO_PASS): Add HOST_SUBDIR in
5059         STAGE_PREFIX.
5060         * Makefile.in: Regenerate.
5062 2003-11-16  Zdenek Dvorak  <dvorakz@suse.cz>
5064         * MAINTAINERS: Add myself and Daniel Berlin as loop optimizer
5065         maintainers.
5067 2006-11-14  Erven Rohou  <erven.rohou@st.com>
5069         * MAINTAINERS (Write After Approval): Add myself.
5071 2006-11-14  Paolo Bonzini  <bonzini@gnu.org>
5073         * Makefile.tpl (clean-stage*): Test separately for package/Makefile
5074         and stageN-package/Makefile.
5075         * Makefile.in: Regenerated.
5077 2006-11-14  Jie Zhang  <jie.zhang@analog.com>
5079         * configure.in: Remove target-libgloss from noconfigdirs for
5080         bfin-*-*.
5081         * configure: Regenerated.
5083 2006-11-11  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
5085         * configure.in (have_gmp): Only error if the gcc directory exists.
5087         * configure: Regenerate.
5089 2006-11-07  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
5091         * configure.in: Robustify error message for missing GMP/MPFR.
5093         * configure: Regenerate.
5095 2006-10-31  Stephen M. Webb  <stephen.webb@bregmasoft.com>
5097         * MAINTAINERS (Write After Approval): Add myself.
5099 2006-10-30  Uros Bizjak  <ubizjak@gmail.com>
5101         * MAINTAINERS: Change email address.
5103 2006-10-30  Vladimir Prus  <vladimir@codesourcery.com>
5105         * MAINTAINERS (Write After Approval): Add myself.
5107 2006-10-26  Peter Bergner  <bergner@vnet.ibm.com>
5109         * MAINTAINERS (Write After Approval): Add myself.
5111 2006-10-25  Chen Liqin  <liqin@sunnorth.com.cn>
5113         * MAINTAINERS (Write After Approval): Move myself to
5114         Write After Approval section.
5116 2006-10-21  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
5118         * configure.in: Require GMP-4.1+ and MPFR-2.2+.  Don't check
5119         need_gmp anymore.
5120         * configure: Regenerate.
5122 2006-10-16  Tobias Burnus  <burnus@net-b.de>
5124         * MAINTAINERS (Write After Approval): Add myself.
5126 2006-10-16  Ben Elliston  <bje@au.ibm.com>
5128         * config.guess: Import latest version.
5129         * config.sub: Likewise.
5131 2006-10-10  Brooks Moses  <bmoses@stanford.edu>
5133         * Makefile.def: Added pdf target handling.
5134         * Makefile.tpl: Added pdf target handling.
5135         * Makefile.in: Regenerated.
5137 2006-10-10  Chen Liqin  <liqin@sunnorth.com.cn>
5139         * MAINTAINERS: Add self as score port maintainer.
5141 2006-10-04  Brooks Moses  <bmoses@stanford.edu>
5143         * MAINTAINERS (Write After Approval): Add myself.
5145 2006-09-27  Steven G. Kargl  <kargl@gcc.gnu.org>
5147         * configure.in: Check for GMP 4.1 or newer.  Check for MPFR 2.2.0
5148         or newer.
5149         * configure: Regenerated.
5151 2006-09-27  Dave Brolley  <brolley@redhat.com>
5153         * configure.in (RUNTEST): Look for 'runtest' in the source tree by
5154         using $s instead of $r.
5155         * configure: Regenerated.
5157 2006-09-26  Thiemo Seufer  <ths@mips.com>
5159         * configure.in: Remove redundant handling of mips*-dec-bsd*. Likewise
5160         for mipstx39-*-*. Disable libgloss for mips64*-*-linux*.
5161         * configure: Regenerate.
5163 2006-09-24  Graeme Peterson  <gridly@gmail.com>
5165         * MAINTAINERS (Write After Approval): Remove myself.
5167 2006-09-22  Chao-ying Fu  <fu@mips.com>
5169         * MAINTAINERS (Write After Approval): Add myself.
5171 2006-09-10  Joseph S. Myers  <joseph@codesourcery.com>
5173         * MAINTAINERS: Add self as soft-fp maintainer.
5175 2006-09-09  Anatoly Sokolov  <aesok@post.ru>
5177         * MAINTAINERS: Add myself as avr maintainer.
5178         Remove Marek Michalkiewicz as avr maintainer.
5180 2006-09-07  Roberto Costa  <roberto.costa@st.com>
5182         * MAINTAINERS (Write After Approval): Add myself.
5184 2006-08-30  Corinna Vinschen  <corinna@vinschen.de>
5186         * configure.in: Never build newlib for a Mingw host.
5187         Never build newlib as Mingw target library.
5188         Test the existence of winsup/cygwin for building a Cygwin newlib,
5189         rather than just winsup.
5190         Add winsup/mingw and winsup/w32api paths to FLAGS_FOR_TARGET if
5191         building a Mingw target.
5192         * configure: Regenerate.
5194 2006-08-08  Eric Botcazou  <ebotcazou@libertysurf.fr>
5196         * MAINTAINERS (Various Maintainers): Add self as RTL opt. maintainer.
5198 2006-07-25  Paolo Bonzini  <bonzini@gnu.org>
5200         * config.guess: Import from src (was more updated).
5201         * config.sub: Likewise.
5203 2006-07-22  Daniel Jacobowitz  <dan@codesourcery.com>
5205         * configure.in: Allow mingw32 and cygwin targets to build cross-gdb.
5206         * configure: Regenerated.
5208 2006-07-18  Paolo Bonzini  <bonzini@gnu.org>
5210         * Makefile.tpl (configure-stageN-MODULE): Pass --with-build-libsubdir
5211         for stages after the first.
5213 2006-07-17  Jakub Jelinek  <jakub@redhat.com>
5215         * Makefile.def: Add dependencies for configure-opcodes
5216         on configure-intl and all-opcodes on all-intl.
5217         * Makefile.in: Regenerated.
5219 2006-07-13  Ben Elliston  <bje@au.ibm.com>
5221         * MAINTAINERS (Various Maintainers): Add myself as dfp maintainer.
5223 2006-07-06  Paul Eggert  <eggert@cs.ucla.edu>
5225         Port to hosts whose 'sort' and 'tail' implementations
5226         treat operands with leading '+' as file names, as POSIX
5227         has required since 2001.  However, make sure the code still
5228         works on pre-POSIX hosts.
5229         * ltmain.sh: Don't assume "sort +2" is equivalent to
5230         "sort -k 3", since POSIX 1003.1-2001 no longer requires this.
5232 2006-07-05  Ulrich Weigand  <uweigand@de.ibm.com>
5234         * MAINTAINERS (Various Maintainers): Add myself as reload maintainer.
5236 2006-07-04  Peter O'Gorman  <peter@pogma.com>
5238         * ltconfig: chmod 644 before ranlib during install.
5240 2006-07-04  Eric Botcazou  <ebotcazou@libertysurf.fr>
5242         PR bootstrap/18058
5243         * configure.in: Add -fkeep-inline-functions to CFLAGS for stage 1
5244         if the bootstrap compiler is a GCC version that supports it.
5245         * configure: Regenerate.
5247 2006-07-03  Paolo Bonzini  <bonzini@gnu.org>
5249         * configure.in: Fix thinkos in previous check-in.
5250         * configure: Regenerate.
5252 2006-07-03  Paolo Bonzini  <bonzini@gnu.org>
5254         PR other/27063
5255         * configure.in: Test subdir_requires and give an appropriate
5256         error message.
5257         * configure: Regenerate.
5259 2006-07-01  Andrew John Hughes  <gnu_andrew@member.fsf.org>
5261         * MAINTAINERS (Write After Approval): Add myself.
5263 2006-06-22  John David Anglin  <dave.anglin@nrc.ca>
5265         * MAINTAINERS (OS Port Maintainers): Add myself as hpux maintainer.
5267 2006-06-22  Steve Ellcey  <sje@cup.hp.com>
5269         * MAINTAINERS (OS Port Maintainers): Add myself as hpux maintainer.
5271 2006-06-20  David Ayers  <d.ayers@inode.at>
5273         PR bootstrap/28072
5274         * configure.in: Add target-boehm-gc to noconfigdirs depending on
5275         whether target-libjava is being configured instead of whether the
5276         java front end is enabled.
5277         * configure: Regenerate.
5279 2006-06-16  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
5281         PR target/27540
5282         * configure.in: Only enable libgomp on IRIX 6.
5283         * configure: Regenerate.
5285 2006-06-15  Paolo Bonzini  <bonzini@gnu.org>
5287         * Makefile.tpl (POSTSTAGE1_HOST_EXPORTS): Export CFLAGS and LDFLAGS
5288         too.
5289         * Makefile.in: Regenerate.
5291 2006-06-13  Jeff Johnston  <jjohnstn@redhat.com>
5293         * config-ml.in: Alter CCASFLAGS to include special
5294         multilib options the same as is done for CFLAGS.
5296 2006-06-12  John David Anglin  <dave.anglin@nrc-cnrc.gc.ca>
5298         * configure.in: Don't enable libgomp on hpux10.
5299         * configure: Rebuilt.
5301 2006-06-12  David Ayers  <d.ayers@inode.at>
5303         PR bootstrap/27963
5304         PR target/19970
5305         * configure.in: Remove target-boehm-gc from noconfigdirs where
5306         ${libgcj} is specified.
5307         * configure: Regenerate.
5309 2006-06-06  Carlos O'Donell  <carlos@codesourcery.com>
5311         Sync from src:
5313         * configure.in: Sync.
5314         * configure: Regenerated.
5316         2006-05-31  Daniel Jacobowitz  <dan@codesourcery.com>
5318         * Makefile.def: Added dependencies from sim and gdb on intl, and
5319         added configure dependencies to everything with an all dependency
5320         on intl.
5321         * Makefile.in: Regenerated.
5323 2006-06-06  David Ayers  <d.ayers@inode.at>
5325         PR libobjc/13946
5326         * Makefile.def: Add dependencies for libobjc which boehm-gc.
5327         * Makefile.in: Regenerate.
5328         * configure.in: Add --enable-objc-gc at toplevel and have it
5329         enable boehm-gc for Objective-C.
5330         Remove target-boehm-gc from libgcj.
5331         Add target-boehm-gc to target_libraries.
5332         Add target-boehm-gc to noconfigdirs where ${libgcj}
5333         is specified.
5334         Assert that boehm-gc is supported when requested for Objective-C.
5335         Only build boehm-gc if needed either for Java or Objective-C.
5336         * configure: Regenerate.
5338 2006-06-05  Paolo Bonzini  <bonzini@gnu.org>
5340         PR 27674
5341         * Makefile.tpl (configure-[+prefix+][+module+],
5342         all-[+prefix+][+module+]): Depend on stage_current if bootstrapping.
5343         Remove rule to unstage bootstrapped modules.
5344         (stage_current): New.
5345         * Makefile.in: Regenerate.
5347 2006-06-03  Laurynas Biveinis  <laurynas.biveinis@gmail.com>
5349         * MAINTAINERS (Write After Approval): Update my e-mail address.
5351 2006-06-01  Mark Shinwell  <shinwell@codesourcery.com>
5353         * include/libiberty.h: Declare pex_run_in_environment.
5355 2006-05-31  Asher Langton  <langton2@llnl.gov>
5357         * MAINTAINERS (Write After Approval): Add myself.
5359 2006-05-25  Paolo Bonzini  <bonzini@gnu.org>
5361         * Makefile.def (bfd, opcodes): Fix lib_path.
5362         * Makefile.tpl (POSTSTAGE1_FLAGS_TO_PASS): Replace ADAC with ADAFLAGS.
5363         (restrap): Move under "@if gcc-bootstrap".  Fix typo.
5364         * Makefile.in: Regenerate.
5366 2006-05-24  Carlos O'Donell  <carlos@codesourcery.com>
5368         * Makefile.in: Regenerate.
5370 2006-05-24  Carlos O'Donell  <carlos@codesourcery.com>
5372         * Makefile.def: Add install-html target. Add datarootdir
5373         docdir and htmldir to flags_to_pass.
5374         * Makefile.tpl: Add install-html target.
5375         * Makefile.in: Regenerate.
5376         * configure.in: Add --with-datarootdir, --with-docdir, and
5377         --with-htmldir options. AC_SUBST datarootdir, docdir and htmldir.
5378         * configure: Regenerate.
5380 2006-05-24  Mark Shinwell  <shinwell@codesourcery.com>
5382         * configure.in: Enable gprof for cross builds.
5383         * configure: Regenerate.
5385 2006-05-22  Richard Guenther  <rguenther@suse.de>
5387         Revert
5388         2006-01-31  Richard Guenther  <rguenther@suse.de>
5389         Paolo Bonzini  <bonzini@gnu.org>
5391         * Makefile.def (target_modules): Add libgcc-math target module.
5392         * configure.in (target_libraries): Add libgcc-math target library.
5393         (--enable-libgcc-math): New configure switch.
5394         * Makefile.in: Re-generate.
5395         * configure: Re-generate.
5396         * libgcc-math: New toplevel directory.
5398 2006-05-20  John David Anglin  <dave.anglin@nrc-cnrc.gc.ca>
5399             Andreas Tobler  <a.tobler@schweiz.ch>
5401         * configure.in:  Enable libgcj for hppa*-hp-hpux11*.
5402         * configure: Rebuilt.
5404 2006-05-12  Sandra Loosemore  <sandra@codesourcery.com>
5406         * MAINTAINERS (Write After Approval): Add myself.
5408 2006-05-01  DJ Delorie  <dj@redhat.com>
5410         * configure.in: Restore CFLAGS if GMP isn't present.
5411         * configure: Regenerate.
5413 2006-05-01  Richard Guenther  <rguenther@suse.de>
5415         * MAINTAINERS (Various Maintainers): Add myself as libgcc-math
5416         maintainer.
5418 2006-04-30  Kenneth Zadeck  <zadeck@naturalbridge.com>
5420         * MAINTAINERS (Write After Approval): Add myself.
5422 2006-04-28  Jan Beulich  <jbeulich@novell.com>
5424         * MAINTAINERS (Write After Approval): Add myself.
5426 2006-04-18  DJ Delorie  <dj@redhat.com>
5428         * configure.in (m32c): Build libstdc++-v3.  Pass flags to
5429         reference libgloss so that libssp can be built in a combined
5430         tree.
5431         * configure: Regenerate.
5433 2006-04-08  Robert Millan  <rmh@gcc.gnu.org>
5435         * MAINTAINERS (Write After Approval): Add myself.
5437 2006-04-05  Ben Elliston  <bje@au.ibm.com>
5439         * configure.in: Require makeinfo 4.4 or higher.
5440         * configure: Regenerate.
5442 2006-04-04  Gerald Pfeifer  <gerald@pfeifer.com>
5444         * MAINTAINERS: Add Richard Henderson as libgomp maintainer.
5445         Rearrange the entries of other libraries to have them in one place.
5447 2006-03-22  Janne Blomqvist  <jb@gcc.gnu.org>
5449         * MAINTAINERS (Write After Approval): Remove myself.
5450         (Language Front End Maintainers): Add myself as fortran 95 maintainer.
5452 2006-03-14  Richard Guenther  <rguenther@suse.de>
5454         * configure: Regenerate with autoconf 2.13.
5456 2006-03-13  Jim Blandy  <jimb@codesourcery.com>
5458         * MAINTAINERS: Use my work address.
5460         * MAINTAINERS: Update my E-mail address.
5462 2006-03-10  Aldy Hernandez  <aldyh@redhat.com>
5464         * configure.in: Handle --disable-<component> generically.
5465         * configure: Regenerate.
5467 2006-03-01  H.J. Lu  <hongjiu.lu@intel.com>
5469         PR libgcj/17311
5470         * ltmain.sh: Don't use "$finalize_rpath" for compile.
5472 2006-02-21  Erik Edelmann  <eedelman@gcc.gnu.org>
5474         * MAINTAINERS (Write After Approval):  Remove myself.
5475         (Language Front End Maintainers):  Add myself as fortran 95 maintainer.
5477 2006-02-21  Rafael Ávila de Espíndola  <rafael.espindola@gmail.com>
5479         * Makefile.tpl  (BUILD_CONFIGDIRS): Remove.
5480         (TARGET_CONFIGDIRS): Remove.
5481         * configure.in: Remove AC_SUBST(target_configdirs).
5482         * Makefile.in, configure: Regenerated.
5484 2006-02-20  Steven G. Kargl  <kargls@comcast.net>
5486         * MAINTAINERS (Write After Approval):  Remove myself.
5487         (Language Front End Maintainers):  Add myself as fortran 95 maintainer.
5489 2006-02-20  Paolo Bonzini  <bonzini@gnu.org>
5491         PR bootstrap/25670
5493         * Makefile.tpl ([+compare-target+]): Print explanation messages.
5495         * Makefile.def (ADAFLAGS, BOOT_ADAFLAGS, LANGUAGES): New flags_to_pass.
5496         * Makefile.tpl (BASE_FLAGS_TO_PASS): Support optional flags_to_pass.
5497         (EXTRA_GCC_FLAGS): Remove ADAFLAGS, BOOT_ADAFLAGS, LANGUAGES,
5498         BUILD_PREFIX, BUILD_PREFIX_1.
5499         * configure.in: (BUILD_PREFIX, BUILD_PREFIX_1): Don't substitute.
5501         * Makefile.def (bootstrap stage 1): Pass LIBCFLAGS too.
5502         * Makefile.tpl (POSTSTAGE1_FLAGS_TO_PASS): Override LIBCFLAGS too.
5504         * Makefile.tpl (configure-stage[+id+]-[+prefix+][+module+],
5505         all-stage[+id+]-[+prefix+][+module+], : Use $(current_stage) instead
5506         of `cat stage_current`.  Always provide the `r' and `s' variables.
5507         (clean-stage[+id+]-[+prefix+][+module+]): Likewise, and make it into
5508         a single shell execution.
5509         (configure-[+prefix+][+module+], all-[+prefix+][+module+]): For
5510         bootstrapped modules, make the stage1 module if the build was not
5511         started yet, else build the current stage.
5512         (all-host, all-target): Omit bootstrapped modules (if bootstrapping).
5513         (all-build, all-host, all-target, [+make_target+]-host,
5514         [+make_target+]-target): Do not use \-continued lines.
5515         (target modules): Depend on stage_last, not all-gcc, if bootstrapping.
5516         (current_stage, restrap, stage_last): New.
5518         * Makefile.in: Regenerate.
5519         * configure: Regenerate.
5521 2006-02-19  Bud Davis  <jmdavis@link.com>
5523         * MAINTAINERS (Write After Approval):  Remove myself.
5524         (Language Front End Maintainers):  Add myself as fortran 95
5525         maintainer and update e-mail address.
5527 2006-02-17  Francois-Xavier Coudert  <coudert@clipper.ens.fr>
5529         * MAINTAINERS (Write After Approval):  Remove myself.
5530         (Language Front End Maintainers):  Add myself as fortran 95
5531         maintainer.
5533 2006-02-16  Victor Kaplansky  <victork@il.ibm.com>
5535         * MAINTAINERS (Write After Approval): Add myself.
5537 2006-02-16  Thomas Koenig  <Thomas.Koenig@online.de>
5539         * MAINTAINERS (Write After Approval):  Remove myself.
5540         (Language Front End Maintainers):  Add myself as
5541         fortran 95 maintainer.
5543 2006-02-14  Paolo Bonzini  <bonzini@gnu.org>
5545         Sync from src:
5547         2005-12-27  Leif Ekblad  <leif@rdos.net>
5549         * configure.in: Add support for RDOS target.
5550         * configure: Regenerate.
5552 2006-02-14  Paolo Bonzini  <bonzini@gnu.org>
5553             Andreas Schwab  <schwab@suse.de>
5555         * configure: Regenerate.
5557 2006-02-12  David Edelsohn  <edelsohn@gnu.org>
5559         * configure.in (enable_libgomp): Add AIX.
5560         * configure: Regenerate.
5562 2006-02-07  Maxim Kuvyrkov  <mkuvyrkov@ispras.ru>
5564         * MAINTAINERS (Write After Approval): Add myself.
5566 2006-02-03  Lee Millward  <lee.millward@gmail.com>
5568         * MAINTAINERS (Write After Approval): Add myself.
5570 2006-01-31  Richard Guenther  <rguenther@suse.de>
5571         Paolo Bonzini  <bonzini@gnu.org>
5573         * Makefile.def (target_modules): Add libgcc-math target module.
5574         * configure.in (target_libraries): Add libgcc-math target library.
5575         (--enable-libgcc-math): New configure switch.
5576         * Makefile.in: Re-generate.
5577         * configure: Re-generate.
5578         * libgcc-math: New toplevel directory.
5580 2006-01-26  Paolo Bonzini  <bonzini@gnu.org>
5582         * configure.in: Set with_gnu_as, with_gnu_ld, with_newlib earlier.
5583         Set md_exec_prefix.  Use ACX_CHECK_INSTALLED_TARGET_TOOL to find
5584         the assembler, linker and binutils.
5585         * configure: Regenerate.
5587 2006-01-22  Dirk Mueller  <dmueller@suse.de>
5589         * MAINTAINERS (Write After Approval): Add myself.
5591 2006-01-20  Diego Novillo  <dnovillo@redhat.com>
5593         * configure: Regenerate.
5595 2006-01-18  Richard Henderson  <rth@redhat.com>
5596             Jakub Jelinek  <jakub@redhat.com>
5597             Diego Novillo  <dnovillo@redhat.com>
5599         * libgomp: New directory.
5600         * Makefile.def: Add target_module libgomp.
5601         * Makefile.in: Regenerate.
5602         * configure.in (target_libraries): Add target-libgomp.
5603         * configure: Regenerate.
5605 2006-01-05  Alexandre Oliva  <aoliva@redhat.com>
5607         * Makefile.tpl (clean-stage[+id+]-[+prefix+][+module+]): Remove
5608         @ from continuation.
5609         * Makefile.in: Rebuilt.
5611 2006-01-04  Chris Lattner  <sabre@gnu.org>
5613         * MAINTAINERS (Write After Approval): Add myself.
5615 2006-01-04  Paolo Bonzini  <bonzini@gnu.org>
5617         PR bootstrap/24252
5619         * Makefile.def (flags_to_pass): Add STAGE1_CFLAGS and STAGE1_LANGUAGES.
5620         * Makefile.tpl (OBJDUMP): New.
5621         (EXTRA_HOST_FLAGS): Add it.
5622         (EXTRA_GCC_FLAGS): Remove flags already specified in flags_to_pass.
5624         * Makefile.tpl (stage[+id+]-start, stage[+id+]-end): Do not try
5625         to use symbolic links between directories.  Avoid race conditions
5626         or make them harmless.
5627         * configure.in: Do not try to use symbolic links between directories.
5629         * Makefile.def (LEAN): Pass.
5630         * Makefile.tpl (LEAN): Define.
5631         (stage[+id+]-start): Accept that the previous directory does not
5632         exist, if the bootstrap is lean.
5633         (stage[+id+]-bubble): Invoke lean bootstrap commands after
5634         stage[+id+]-start.  Use a makefile variable and an `if' instead of a
5635         configure substitution.
5636         ([+compare-target+]): Likewise.
5637         ([+bootstrap-target+]-lean): New.
5638         * configure.in: Remove lean bootstrap support from here.
5640         * Makefile.in: Regenerate.
5641         * configure: Regenerate.
5643 2006-01-04  Ben Elliston  <bje@au.ibm.com>
5645         * MAINTAINERS (libdecnumber): Add myself.
5647 2006-01-02  Mark Mitchell  <mark@codesourcery.com>
5649         * libtool-ldflags: New script.
5651 2006-01-02  Andreas Schwab  <schwab@suse.de>
5653         * configure.in: When reconfiguring remove Makefile in
5654         all stage directories.
5655         * configure: Regenerate.
5657 2005-12-27  Steven Bosscher  <stevenb.gcc@gmail.com>
5659         * MAINTAINERS: Update my email address.
5661 2005-12-20  Paolo Bonzini  <bonzini@gnu.org>
5663         Revert Ada-related part of the previous change.
5665         * Makefile.def (ADAFLAGS, BOOT_ADAFLAGS, ADAFLAGS_FOR_TARGET):
5666         Do not pass.
5667         * Makefile.tpl (BOOT_ADAFLAGS): Do not define.
5668         * Makefile.in: Regenerate.
5669         * configure.in: Do not include mt-ppc-aix target fragment.
5670         * configure: Regenerate.
5672 2005-12-19  Paolo Bonzini  <bonzini@gnu.org>
5674         * configure.in: Select appropriate fragments for PowerPC/AIX.
5675         * configure: Regenerate.
5677         * Makefile.def (flags_to_pass): Add ADAFLAGS, BOOT_ADAFLAGS,
5678         BOOT_CFLAGS, BOOT_LDFLAGS.
5679         * Makefile.tpl (POSTSTAGE1_FLAGS_TO_PASS): Handle BOOT_ADAFLAGS,
5680         BOOT_CFLAGS, BOOT_LDFLAGS.
5681         (TARGET_FLAGS_TO_PASS): Handle ADAFLAGS_FOR_TARGET.
5682         (stage[+id+]-bubble): Pass flags recursively to the comparison target.
5683         (stage): Fail if we cannot complete the work.
5684         * Makefile.in: Regenerate.
5686 2005-12-16  Nathan Sidwell  <nathan@codesourcery.com>
5688         * configure.in: Replace ms1 with mt.
5689         * configure: Rebuilt.
5691 2005-12-15  Bryce McKinlay  <mckinlay@redhat.com>
5693         * MAINTAINERS: Update my email address.
5695 2005-12-15  Paolo Bonzini  <bonzini@gnu.org>
5697         * Makefile.tpl (all, do-[+make_target+], do-check, install,
5698         install-host-nogcc): Don't invoke $(stage) at the end.
5699         * Makefile.in: Regenerate.
5701 2005-12-14  Paolo Bonzini  <bonzini@gnu.org>
5703         * configure.in: Flip the top-level bootstrap switch.
5704         * configure: Regenerate.
5706 2005-12-14  Daniel Jacobowitz  <dan@codesourcery.com>
5708         * Makefile.tpl: Throughout the file, use : $(MAKE) along with
5709         $(stage) and $(unstage).
5710         (EXTRA_TARGET_FLAGS): Correct double-quoting.
5711         (all): Remove stray semicolon.
5712         (local-distclean): Don't handle multilib.tmp and multilib.out.
5713         (install.all): Set $s for consistency.
5714         (configure-[+prefix+][+module+]): Instead of [+deps+], handle
5715         check_multilibs setting.  Always make the install directory.
5716         (configure-stage[+id+]-[+prefix+][+module+]): Likewise.
5717         Correct @if/@endif.
5718         (all-stage[+id+]-[+prefix+][+module+]): Correct @if/@endif.
5719         ($(TARGET_SUBDIR)/[+module+]/multilib.out): Remove.
5720         (stage[+id+]-start, stage[+id+]-end): Stage $(TARGET_SUBDIR).
5721         (multilib.out): Remove.
5722         * Makefile.in: Regenerated.
5724 2005-12-12  Carlos O'Donell  <carlos@codesourcery.com>
5726         * MAINTAINERS (Write After Approval): Add myself.
5728 2005-12-12  Nathan Sidwell  <nathan@codesourcery.com>
5730         * MAINTAINERS: Add myself as mt maintainer.
5732         * config.sub: Replace ms1 with mt.  Allow ms1 as an alias.
5734 2005-12-06  Adam Nemet  <anemet@caviumnetworks.com>
5736         * MAINTAINERS: Change email address.
5738 2005-12-05  Paolo Bonzini  <bonzini@gnu.org>
5740         * configure.in (CONFIGURED_BISON, CONFIGURED_YACC, CONFIGURED_M4,
5741         CONFIGURED_FLEX, CONFIGURED_LEX, CONFIGURED_MAKEINFO): Remove
5742         "CONFIGURED_" from the AC_CHECK_PROGS invocation.  Move below.
5743         Find in-tree tools if available.
5744         (EXPECT, RUNTEST, LIPO, STRIP): Find them and substitute them.
5745         (CONFIGURED_*_FOR_TARGET): Don't set nor substitute.
5746         (*_FOR_TARGET): Set them with GCC_TARGET_TOOL.
5747         (COMPILER_*_FOR_TARGET): New.
5748         * Makefile.tpl (HOST_EXPORTS): Add *_FOR_TARGET symbols that gcc needs.
5749         (BASE_TARGET_EXPORTS): Use COMPILER_*_FOR_TARGET symbols.
5750         (CONFIGURED_*, USUAL_*): Remove.
5751         (BISON, YACC, FLEX, LEX, M4, MAKEINFO, EXPECT, RUNTEST, LIPO,
5752         STRIP): Use autoconf substitutions.
5753         (COMPILER_AS_FOR_TARGET, COMPILER_LD_FOR_TARGET,
5754         COMPILER_NM_FOR_TARGET): New.
5755         (EXTRA_HOST_FLAGS): Pass LIPO and STRIP.
5757         (all): Make all-host and all-target in parallel.
5758         (do-[+make_target+], do-check, install, [+compare-target+]): Ensure
5759         that $$r and $$s are set before invoking a recursive make.
5760         (stage[+id+]-bubble): Likewise, and invoke the comparison at the end.
5761         ([+bootstrap-target+]): Inline most of the `all' target.
5763 2005-11-29  Ben Elliston  <bje@au.ibm.com>
5765         * Makefile.tpl (clean-target-libgcc): Invoke clean-target-libgcc
5766         from the gcc build directory.
5767         * Makefile.in: Regenerate.
5769 2005-11-29  Ben Elliston  <bje@au.ibm.com>
5771         * Makefile.def: Add new libdecnumber host_module.  Make all-gcc
5772         depend on all-libdecnumber.
5773         * configure.in (host_libs): Include libdecnumber.
5774         * Makefile.in: Regenerate.
5775         * configure: Likewise.
5777 2005-11-29  Ben Elliston  <bje@au.ibm.com>
5779         * libdecnumber: Import decNumber sources from the dfp-branch.
5781 2005-11-21  Kean Johnston  <jkj@sco.com>
5783         * config.sub, config.guess: Sync from upstream sources.
5785 2005-11-21  Ben Elliston  <bje@au.ibm.com>
5787         Import from Autoconf sources:
5789         2005-09-06  Paul Eggert  <eggert@cs.ucla.edu>
5790         * config/move-if-change: Don't output "$2 is unchanged";
5791         suggested by Ben Elliston.  Handle weird characters correctly.
5793 2005-11-18  Andreas Tobler  <a.tobler@schweiz.ch>
5795         * ltcf-c.sh (whole_archive_flag_spec): Remove '-all_load $convenience'
5796         to match upstream libtool for darwin.
5798 2005-11-11  Daniel Jacobowitz  <dan@codesourcery.com>
5800         * Makefile.def: Remove gdb dependencies for gdbtk.
5801         * Makefile.tpl (CONFIGURE_GDB_TK, INSTALL_GDB_TK): New variables.
5802         (configure-gdb, install-gdb): New rules.
5803         * configure.in: Set CONFIGURE_GDB_TK and INSTALL_GDB_TK.
5804         * Makefile.in, configure: Regenerated.
5806 2005-11-06  Janne Blomqvist  <jb@gcc.gnu.org>
5808         * MAINTAINERS (Write After Approval): Add myself.
5810 2005-11-06  Erik Edelmann  <eedelman@gcc.gnu.org>
5812         * MAINTAINERS (Write After Approval): Add myself.
5814 2005-10-24  Diego Novillo  <dnovillo@redhat.com>
5816         * MAINTAINERS (alias analysis): Add Daniel Berlin and
5817         Diego Novillo.
5819 2005-10-22  Paolo Bonzini  <bonzini@gnu.org>
5821         PR bootstrap/24297
5822         * Makefile.tpl (do-[+make-target+], do-check, install,
5823         stage[+id+]-bubble, [+compare-target+]): Ensure $$r and $$s
5824         are set before recursing.
5825         * Makefile.in: Regenerate.
5827 2005-10-20  Eric Botcazou  <ebotcazou@adacore.com>
5829         PR bootstrap/18939
5830         * Makefile.def (gcc) <target>: Fix thinko.
5831         * Makefile.in: Regenerate.
5833 2005-10-17  Bernd Schmidt  <bernd.schmidt@analog.com>
5835         * configure.in (bfin-*-*): Use test, not brackets, in if statement.
5836         * configure: Regenerate.
5838 2005-10-15  Jie Zhang  <jie.zhang@analog.com>
5840         * MAINTAINERS (Write After Approval): Add self.
5842 2005-10-08  Kazu Hirata  <kazu@codesourcery.com>
5844         * configure.in (arm-*-linux-gnueabi): Add to noconfigdirs
5845         target-libffi, target-qthreads, target-libjava, and
5846         targetlibobjc.
5847         * configure: Regenerate.
5849 2005-10-06  Daniel Jacobowitz  <dan@codesourcery.com>
5851         * Makefile.def (flags_to_pass): Add OBJDUMP_FOR_TARGET.
5852         * Makefile.tpl (BASE_TARGET_EXPORTS): Add OBJDUMP.
5853         (OBJDUMP_FOR_TARGET, CONFIGURED_OBJDUMP_FOR_TARGET)
5854         (USUAL_OBJDUMP_FOR_TARGET): New.
5855         (EXTRA_TARGET_FLAGS): Add OBJDUMP.
5856         * configure.in: Check for $OBJDUMP_FOR_TARGET.
5857         * configure, Makefile.in: Regenerated.
5859 2005-10-05  Paolo Bonzini  <bonzini@gnu.org>
5861         * Makefile.tpl (all) [gcc-no-bootstrap]: Make prebootstrap packages
5862         before other host packages.
5864 2005-10-05  Kaz Kojima  <kkojima@gcc.gnu.org>
5866         * MAINTAINERS: Add self as sh libraries/configury maintainer.
5868 2005-10-05  Paolo Bonzini  <bonzini@gnu.org>
5870         PR bootstrap/22340
5872         * configure.in (default_target): Remove.
5873         * Makefile.tpl (all): Do not use prerequisites as subroutines
5874         (all) [gcc-bootstrap]: Bootstrap gcc first if it was not done yet.
5875         (do-[+make_target+], check, install, [+bootstrap_target+]): Do not
5876         use prerequisites as subroutines.
5877         (check-host, check-target): New.
5878         (bootstrap configure & all targets): Do not use stage*-start
5879         if the directory layout is already ok.
5880         (non-bootstrap configure & all targets): Prepend a $(unstage).
5881         (stage[+id+]-bubble): Do that here.  Do not use NOTPARALLEL.
5882         (NOTPARALLEL): Remove.
5883         (unstage, stage variables): New variables.
5884         (unstage, stage targets): Simply expand to those variables.
5886         * configure: Regenerate.
5887         * Makefile.in: Regenerate.
5889 2005-10-04  James E Wilson  <wilson@specifix.com>
5891         * Makefile.def (lang_env_dependencies): Add libmudflap.
5892         * Makefile.in: Regenerate.
5894 2005-10-03  Andreas Schwab  <schwab@suse.de>
5896         Backport from libtool CVS:
5897         2002-11-03  Ossama Othman  <ossama@doc.ece.uci.edu>
5899         * ltmain.sh: add support for installing into temporary
5900         staging area (e.g. 'make install DESTDIR=...')
5902 2005-10-03  H.J. Lu  <hongjiu.lu@intel.com>
5904         * configure.in (*-*-darwin*): Build bfd, binutils and opcodes.
5905         * configure: Regenerated.
5907 2005-09-30  Andrew Pinski  <pinskia@physics.uc.edu>
5909         * configure: Regenerate with the correct
5910         autoconf version.
5912 2005-09-30  Catherine Moore  <clm@cm00re.com>
5914         * configure.in (bfin-*-*): New.
5915         * configure: Regenerated.
5917 2005-09-28  Geoffrey Keating  <geoffk@apple.com>
5919         * Makefile.tpl (BASE_TARGET_EXPORTS): Add LIPO, STRIP.
5920         (LIPO_FOR_TARGET): New.
5921         (CONFIGURED_LIPO_FOR_TARGET): New.
5922         (USUAL_LIPO_FOR_TARGET): New.
5923         (STRIP_FOR_TARGET): New.
5924         (CONFIGURED_STRIP_FOR_TARGET): New.
5925         (USUAL_STRIP_FOR_TARGET): New.
5926         * Makefile.def (flags_to_pass): Add LIPO_FOR_TARGET and
5927         STRIP_FOR_TARGET.
5928         * configure.in: Set LIPO_FOR_TARGET, STRIP_FOR_TARGET,
5929         CONFIGURED_LIPO_FOR_TARGET, CONFIGURED_STRIP_FOR_TARGET.
5930         * Makefile.in: Regenerate.
5931         * configure: Regenerate.
5933 2005-09-19  David Edelsohn  <edelsohn@gnu.org>
5935         * configure.in (powerpc-*-aix*): Add target-libssp to noconfigdirs.
5936         (rs6000-*-aix*): Same.
5937         * configure: Regenerate.
5939 2005-09-16  Tom Tromey  <tromey@redhat.com>
5941         * MAINTAINERS: Add self as java maintainer.
5943 2005-09-14  Francois-Xavier Coudert  <coudert@clipper.ens.fr>
5945         * configure.in: Recognize f95 in the --enable-languages option,
5946         and substitute it for fortran, issuing a warning.
5947         * configure: Regenerate.
5949 2005-08-30  Phil Edwards  <phil@codesourcery.com>
5951         * configure.in (*-*-vxworks*):  Add target-libstdc++-v3 to noconfigdirs.
5952         * configure:  Regenerated.
5954 2005-08-22  Aldy Hernandez  <aldyh@redhat.com>
5956         * MAINTAINERS: Add self as ms1 maintainer.
5958 2005-08-20  Richard Earnshaw  <richard.earnshaw@arm.com>
5960         * Makefile.def (libssp): Add to lang_env_dependencies.
5961         * Makefile.in: Regenerate.
5963 2005-08-18  Ian Lance Taylor  <ian@airs.com>
5965         * MAINTAINERS: Add myself as middle-end maintainer.
5967 2005-08-17  Christian Groessler  <chris@groessler.org>
5969         * Makefile.tpl: (USUAL_CC_FOR_TARGET): Add missing trailing slash.
5970         * Makefile.in: Regenerate.
5972 2005-08-15  Andreas Krebbel  <krebbel1@de.ibm.com>
5974         * MAINTAINERS (write after approval): Added myself.
5976 2005-08-12  Maciej W. Rozycki  <macro@linux-mips.org>
5978         * MAINTAINERS (Write After Approval): Add myself.
5980 2005-08-12  Paolo Bonzini  <bonzini@gnu.org>
5982         * configure.in: Replace NCN_STRICT_CHECK_TOOL with
5983         NCN_STRICT_CHECK_TOOLS, and likewise for NCN_STRICT_CHECK_TARGET_TOOLS.
5984         Look for alternate names of the target cc and c++
5985         * configure: Regenerate.
5987 2005-08-08  Paolo Bonzini  <bonzini@gnu.org>
5989         * configure.in (CC_FOR_TARGET, CXX_FOR_TARGET, GCJ_FOR_TARGET,
5990         GCC_FOR_TARGET, RAW_CXX_FOR_TARGET, GFORTRAN_FOR_TARGET): Find
5991         them with NCN_STRICT_CHECK_TARGET_TOOL, like the other target
5992         tools; remove code to manually set them.
5993         (Target tools): Look in the environment for them.
5994         * Makefile.tpl (CC_FOR_TARGET, CXX_FOR_TARGET, GCJ_FOR_TARGET,
5995         GCC_FOR_TARGET, RAW_CXX_FOR_TARGET, GFORTRAN_FOR_TARGET): Redefine.
5996         (AS_FOR_TARGET, LD_FOR_TARGET, NM_FOR_TARGET): Look into gcc
5997         build directory.
5998         (CONFIGURED_CC_FOR_TARGET, CONFIGURED_CXX_FOR_TARGET,
5999         CONFIGURED_GCJ_FOR_TARGET, CONFIGURED_GCC_FOR_TARGET,
6000         CONFIGURED_GFORTRAN_FOR_TARGET, USUAL_CC_FOR_TARGET,
6001         USUAL_CXX_FOR_TARGET, USUAL_GCJ_FOR_TARGET, USUAL_GCC_FOR_TARGET,
6002         USUAL_RAW_CXX_FOR_TARGET, USUAL_GFORTRAN_FOR_TARGET): New.
6003         (CXX_FOR_TARGET_FOR_RECURSIVE_MAKE,
6004         RAW_CXX_FOR_TARGET_FOR_RECURSIVE_MAKE, RECURSE_FLAGS): Delete.
6005         * configure: Regenerate.
6006         * Makefile.in: Regenerate.
6008 2005-07-28  Ben Elliston  <bje@au.ibm.com>
6010         * MAINTAINERS: Update for removed CPU targets.
6012 2005-07-27  Mark Mitchell  <mark@codesourcery.com>
6014         * Makefile.tpl (EXTRA_TARGET_FLAGS): Set LDFLAGS=LDFLAGS_FOR_TARGET.
6015         * Makefile.def (flags_to_pass): Add LDFLAGS_FOR_TARGET.
6016         * Makefile.in: Regenerated.
6018 2005-07-26  Mark Mitchell  <mark@codesourcery.com>
6020         * Makefile.tpl (SYSROOT_CFLAGS_FOR_TARGET): New variable.
6021         (CFLAGS_FOR_TARGET): Use it.
6022         (CXXFLAGS_FOR_TARGET): Likewise.
6023         * Makefile.in: Regenerated.
6024         * configure.in (--with-build-sysroot): New option.
6025         * configure: Regenerated.
6027 2005-07-24  Paolo Bonzini  <bonzini@gnu.org>
6029         * Makefile.tpl: Wrap install between unstage and stage
6030         * Makefile.in: Regenerate.
6032 2005-07-21  Eric Christopher  <echristo@apple.com>
6034         * MAINTAINERS: Update affiliation.
6036 2005-07-21  Paul Woegerer  <paul.woegerer@nsc.com>
6038         * MAINTAINERS: Add self as crx port maintainer.
6040 2005-07-20  DJ Delorie  <dj@redhat.com>
6042         * MAINTAINERS: Add self as m32c maintainer.
6044 2005-07-16  Kelley Cook  <kcook@gcc.gnu.org>
6046         * all files: Update FSF address.
6048 2005-07-15  Eric Christopher  <echristo@redhat.com>
6050         * MAINTAINERS: Change affiliation.
6052 2005-07-14  Jim Blandy  <jimb@redhat.com>
6054         * configure.in: Add cases for Renesas m32c.
6055         * configure: Regenerated.
6057 2005-07-14  Kelley Cook  <kcook@gcc.gnu.org>
6059         * COPYING.LIB: Update from fsf.org.
6061 2005-07-14  Kelley Cook  <kcook@gcc.gnu.org>
6063         * COPYING, compile, config.guess,
6064         config.sub, install-sh, missing, mkinstalldirs,
6065         symlink-tree, ylwrap: Sync from upstream sources.
6066         * config-ml.in: Update FSF address.
6068 2005-07-13  Eric Christopher  <echristo@redhat.com>
6070         * configure.in: Add toplevel noconfigdir support for tpf.
6071         * configure: Regenerate.
6073 2005-07-11  Paolo Bonzini  <bonzini@gnu.org>
6075         PR ada/22340
6077         * Makefile.tpl (POSTSTAGE1_FLAGS_TO_PASS): Fix pasto.
6078         * Makefile.in: Regenerate.
6080 2005-07-07  Mark Mitchell  <mark@codesourcery.com>
6082         * MAINTAINERS: Remove Dave Brolley as a cpplib maintainer.  Add Dave
6083         Brolley to write-after-approval.
6085 2005-07-07  Andreas Schwab  <schwab@suse.de>
6087         * Makefile.def (flags_to_pass): Add CFLAGS_FOR_BUILD.
6088         * Makefile.tpl (EXTRA_GCC_FLAGS): Don't pass CFLAGS_FOR_BUILD here.
6089         * Makefile.in: Regenerated.
6091 2005-07-06  Geoffrey Keating  <geoffk@apple.com>
6093         * configure.in: Don't build sim or rda when targetting darwin.
6094         * configure: Regenerate.
6096 2005-07-06  Kazu Hirata  <kazu@codesourcery.com>
6098         * configure.in: Add --enable-libssp and --disable-libssp.
6099         * configure: Regenerate with autoconf-2.13.
6101 2005-07-02  Jakub Jelinek  <jakub@redhat.com>
6103         * Makefile.def (target_modules): Add libssp.
6104         * configure.in (target_libraries): Add target-libssp.
6105         * configure: Rebuilt.
6106         * Makefile.in: Rebuilt.
6108 2005-07-01  Zack Weinberg  <zackw@panix.com>
6110         * MAINTAINERS: Change email address.  Resign from maintainership.
6112 2005-07-01  Richard Guenther  <rguenther@suse.de>
6114         * MAINTAINERS: Change my e-mail address and affiliation.
6116 2005-06-22  Paolo Bonzini  <bonzini@gnu.org>
6118         * Makefile.def (stagefeedback): Come after profile.
6119         Define profiledbootstrap target.
6120         * Makefile.tpl (profiledbootstrap): Remove.
6121         (stageprofile-end): Zap stagefeedback.
6122         (stagefeedback-start): Copy all .gcda files, not only GCC's.
6123         * Makefile.in: Regenerate.
6125 2005-06-13  Richard Sandiford  <richard@codesourcery.com>
6127         * MAINTAINERS: Update my email address.
6129 2005-06-13  Zack Weinberg  <zack@codesourcery.com>
6131         * depcomp: Update from automake CVS.  Add 'ia64hp' stanza.
6132         In 'cpp' stanza, support '#line' as well as '# '.
6134 2005-06-08  Andreas Schwab  <schwab@suse.de>
6136         * MAINTAINERS: Move myself from 'Write After Approval' to
6137         'CPU Port Maintainers' section as m68k maintainer.
6139 2005-06-07  Hans-Peter Nilsson  <hp@axis.com>
6141         * configure.in (unsupported_languages): New macro.
6142         <mmix-knuth-mmixware>: Set unsupported_languages.  Name explicit
6143         non-ported target libraries in noconfigdirs.
6144         <cris-*, crisv32-*> Ditto, except for non-aout, non-elf,
6145         non-linux-gnu.  Remove libgcj_ex_libffi.
6146         <lang_frag loop>: Set add_this_lang=no if the language is in
6147         unsupported_languages.
6148         * configure: Regenerate.
6150 2005-06-04  Tobias Schl"uter  <tobias.schlueter@physik.uni-muenchen.de>
6152         * configure.in: Fix typo in handling of --with-mpfr-dir.
6153         * configure: Regenerate.
6155 2005-06-04  Richard Sandiford  <rsandifo@nildram.co.uk>
6157         * MAINTAINERS: Update my email address.
6159 2005-06-02  Jim Blandy  <jimb@redhat.com>
6161         * config.sub: Add cases for the Renesas m32c.  (This patch has been
6162         accepted into the master sources.)
6164 2005-06-02  Aldy Hernandez  <aldyh@redhat.com>
6165             Michael Snyder  <msnyder@redhat.com>
6166             Stan Cox  <scox@redhat.com>
6168         * configure.in: Set noconfigdirs for ms1.
6170         * configure: Regenerate.
6172 2005-06-01  Jerry DeLisle  <jvdelisle@verizon.net>
6174         * MAINTAINERS (Write After Approval): Add self.
6176 2005-06-01  Josh Conner  <jconner@apple.com>
6178         * MAINTAINERS (Write After Approval): Add self.
6180 2005-06-01  Kazu Hirata  <kazu@codesourcery.com>
6182         * MAINTAINERS: Update my email address.
6184 2005-05-27  Ziga Mahkovec  <ziga.mahkovec@klika.si>
6186         * MAINTAINERS (Write After Approval): Add self.
6188 2005-05-26  Chris Demetriou  <cgd@broadcom.com>
6190         * MAINTAINERS (Write After Approval): Remove self.
6192 2005-05-25  Paolo Bonzini  <bonzini@gnu.org>
6194         * Makefile.tpl (stage[+id+]-start): Iterate over target module as well.
6195         (Dependencies): Consider target modules for bootstrap dependencies.
6196         Make target bootstrap modules depend on each stage's gcc.
6197         * Makefile.in: Regenerate.
6199 2005-05-20  Paolo Bonzini  <bonzini@gnu.org>
6201         * Makefile.def (configure-gcc): Depend on binutils having been built.
6202         (all-gcc): No need to do it here.
6203         * Makefile.in: Regenerate.
6205 2005-05-19  Paul Brook  <paul@codesourcery.com>
6207         * configure.in: Rewrite misleading error message when requested
6208         language cannot be built.
6209         * configure: Regenerate.
6211 2005-05-15  Daniel Jacobowitz  <dan@codesourcery.com>
6213         * ylwrap: Import from Automake 1.9.5.
6215 2005-05-13  David Ung  <davidu@mips.com>
6217         * MAINTAINERS (Write After Approval): Add self.
6219 2005-05-09  Mike Stump  <mrs@apple.com>
6221         * libtool.m4 (AC_LIBTOOL_SYS_MAX_CMD_LEN): Use quotes on
6222         lt_cv_sys_max_cmd_len for now.
6224 2005-05-09  Stan Cox  <scox@redhat.com>
6226         * MAINTAINERS: Remove self, add Nick Clifton as iq2000 maintainer.
6228 2005-05-08  Matt Kraai  <kraai@ftbfs.org>
6230         * README.SCO: Update the URL.
6232 2005-05-05  David Edelsohn  <edelsohn@gnu.org>
6234         * ltconfig: Define file_list_spec.  Pass file_list_spec and
6235         with_gnu_ld to libtool.
6236         * ltcf-c.sh (aix[45]): Define file_list_spec.
6237         * ltcf-cxx.sh (aix[45]): Same.
6238         * ltcf-gcj.sh (aix[45]): Same.
6239         * ltmain.sh: If command exceeds max_cmd_len and file_list_spec
6240         exists, write list of input files to temporary file.
6242 2005-05-04  Mike Stump  <mrs@apple.com>
6244         * configure.in: Always pass --target to target configures as
6245         otherwise rebuilds that do --recheck will fail.
6246         * confiugure: Rebuilt.
6248 2005-05-04  Paolo Bonzini  <bonzini@gnu.org>
6250         * Makefile.tpl (POSTSTAGE1_HOST_EXPORTS): Rename from
6251         STAGE_HOST_EXPORTS.
6252         (configure, all): Add bootstrap support.
6253         (Host modules, target modules): Pass post-stage1 flags and exports.
6254         (Top-level bootstrap): Remove bootstrap rules, expanded elsewhere.
6255         * Makefile.in: Regenerate.
6257 2005-04-29  Paolo Bonzini  <bonzini@gnu.org>
6259         * configure: Regenerate.
6261 2005-04-27  Mike Stump  <mrs@apple.com>
6263         * MAINTAINERS: Add self as darwin maintainer.
6265 2005-04-22  Bernd Schmidt  <bernd.schmidt@analog.com>
6267         * config.sub: Update from master copy.
6269 2005-04-21  Mike Stump  <mrs@apple.com>
6271         * MAINTAINERS: Add self as Objective-C/Objective-C++ maintainer.
6272         * MAINTAINERS: Add Zem as Objective-C++ maintainer.
6274 2005-04-19  Hans-Peter Nilsson  <hp@axis.com>
6276         * configure.in <crisv32-*-*, cris-*-*>: New local variable
6277         libgcj_ex_libffi.  Have specific match for *-*-linux*.  Separate
6278         matches for "*-*-aout" and "*-*-elf".  Don't disable libffi for
6279         "*-*-elf" and "*-*-linux*".
6280         * configure: Regenerate.
6282 2005-04-14  Joseph S. Myers  <joseph@codesourcery.com>
6284         * MAINTAINERS (Various Maintainers): Add self as i18n maintainer.
6286 2005-04-12  Mike Stump  <mrs@apple.com>
6288         * libtool.m4: Update AC_LIBTOOL_SYS_MAX_CMD_LEN bits from upstream.
6290 2005-04-04  Thomas Koenig  <Thomas.Koenig@online.de>
6292         * MAINTAINERS (Write After Approval): Add myself.
6294 2005-04-07  Bernd Schmidt  <bernd.schmidt@analog.com>
6296         * MAINTAINERS (Port Maintainers): Add self for Blackfin.
6298 2005-04-06  Paolo Bonzini  <bonzini@gnu.org>
6300         * Makefile.tpl (BUILD_CONFIGARGS): Include --with-build-subdir.
6301         (TARGET_CONFIGARGS): Include --with-target-subdir.
6302         (configure, all): New macros.  Use them throughout.
6303         * Makefile.in: Regenerate.
6305 2005-04-04  Jon Grimm  <jgrimm2@us.ibm.com>
6307         * MAINTAINERS (Write After Approval): Add myself.
6309 2005-03-31  Zdenek Dvorak  <rakdver@atrey.karlin.mff.cuni.cz>
6311         * MAINTAINERS: Remove 'loop unrolling' maintainer.
6313 2005-03-30  Gerald Pfeifer  <gerald@pfeifer.com>
6315         * MAINTAINERS: Move John Carr to Write After Approval.
6317 2005-03-30  J"orn Rennecke  <joern.rennecke@st.com>
6319         * config/mh-mingw32: Delete.
6320         * configure.in: Don't use it.
6321         * configure: Regenerate.
6323 2005-03-31  Paolo Bonzini  <bonzini@gnu.org>
6325         * Makefile.def (bfd, opcodes, libstdc++-v3, libmudflap): Set lib_path.
6326         * Makefile.tpl (SET_LIB_PATH, REALLY_SET_LIB_PATH): Remove.
6327         (HOST_EXPORTS, STAGE_HOST_EXPORTS, TARGET_EXPORTS): Set RPATH_ENVVAR.
6328         (HOST_LIB_PATH): Generate from Makefile.def.
6329         (TARGET_LIB_PATH): Likewise.
6330         (Old bootstrap targets): Include TARGET_LIB_PATH into RPATH_ENVVAR.
6331         * Makefile.in: Regenerate.
6332         * configure.in (set_lib_path, SET_LIB_PATH, SET_GCC_LIB_PATH): Remove.
6333         (RPATH_ENVVAR): Include Darwin case.
6334         * configure: Regenerate.
6336 2005-03-29  Thomas Fitzsimmons  <fitzsim@redhat.com>
6338         * MAINTAINERS (Various Maintainers): Remove self.
6339         (Write After Approval): Add self.
6341 2005-03-26  Thomas Fitzsimmons  <fitzsim@redhat.com>
6343         * MAINTAINERS (Various Maintainers): Add self.
6345 2005-03-25  Paolo Bonzini  <bonzini@gnu.org>
6347         * configure.in (RPATH_ENVVAR): Set to DYLD_LIBRARY_PATH on Darwin.
6348         * configure: Regenerate.
6350 2005-03-21  Zack Weinberg  <zack@codesourcery.com>
6352         * Makefile.def: Remove libstdcxx_incdir, libsubdir, gxx_include_dir,
6353         gcc_version, and gcc_version_trigger from set of flags to pass.
6354         * Makefile.tpl: Remove definitions of above variables.
6355         (config.status): Remove dependency on $(gcc_version_trigger).
6356         * Makefile.in: Regenerate.
6357         * configure.in: Do not reference config/gcc-version.m4 nor
6358         config/gxx-include-dir.m4.  Do not invoke TL_AC_GCC_VERSION nor
6359         TL_AC_GXX_INCLUDE_DIR.  Do not set gcc_version_trigger.
6360         * configure: Regenerate.
6362 2005-03-16  Manfred Hollstein  <manfred.h@gmx.net>
6363             Andrew Pinski  <pinskia@physics.uc.edu>
6365         * Makefile.tpl (check-[+module+]): Fix shell statement inside if ... fi.
6366         * Makefile.in: Regenerate.
6368 2005-03-13  Feng Wang  <fengwang@nudt.edu.cn>
6370         * MAINTAINERS (Write After Approval): Add myself.
6372 2005-03-03  David Ayers  <d.ayers@inode.at>
6374         * MAINTAINERS (Write After Approval): Add myself.
6376 2005-03-01  Alexandre Oliva  <aoliva@redhat.com>
6378         PR libgcj/20160
6379         * ltmain.sh: Avoid creating archives with components that have
6380         duplicate basenames.
6382 2005-02-28  Andrew Pinski  <pinskia@physics.uc.edu>
6384         PR bootstrap/20250
6385         * Makefile.tpl (HOST target installs): Fix copy and pasto, use install
6386         instead of check.
6387         * Makefile.in: Regenerate.
6389 2005-02-28  Paolo Bonzini  <bonzini@gnu.org>
6391         * Makefile.in: Regenerate to fix conflict between the previous two
6392         patches.
6394 2005-02-28  Paolo Bonzini  <bonzini@gnu.org>
6396         PR bootstrap/17383
6397         * Makefile.def (target_modules): Remove "stage", now unnecessary.
6398         * Makefile.tpl (HOST_SUBDIR): New substitution.
6399         (STAGE_HOST_EXPORTS, EXPECT, HOST_LIB_PATH, USUAL_AR_FOR_TARGET,
6400         USUAL_AS_FOR_TARGET, USUAL_DLLTOOL_FOR_TARGET, USUAL_GCC_FOR_TARGET,
6401         USUAL_LD_FOR_TARGET, USUAL_NM_FOR_TARGET, USUAL_OBJDUMP_FOR_TARGET,
6402         USUAL_RANLIB_FOR_TARGET, USUAL_WINDRES_FOR_TARGET): Use it.
6403         (Host modules, Bootstrapped modules): Use it.
6404         (Build modules, Target modules): Do not create symlink trees,
6405         always configure out-of-srcdir.
6406         (distclean): Try removing $(host_subdir) with rm before using rm -rf.
6407         * configure.in (FLAGS_FOR_TARGET, CC_FOR_TARGET, GCJ_FOR_TARGET,
6408         GFORTRAN_FOR_TARGET, CXX_FOR_TARGET, RAW_CXX_FOR_TARGET): Use
6409         $(HOST_SUBDIR).  Create a symlink for host_subdir.
6411         * Makefile.in: Regenerate.
6412         * configure: Regenerate.
6414 2005-02-28  Nathanael Nerode  <neroden@gcc.gnu.org>
6416         Merged from libada-gnattools-branch:
6417         2004-11-28  Nathanael Nerode  <neroden@gcc.gnu.org>
6419         * gnattools: New directory.
6420         * Makefile.def: Add gnattools as a module, depending on target-libada.
6421         * Makefile.in: Regenerate.
6422         * configure.in: Include gnattools in host_tools; disable it if ada
6423         is disabled.
6424         * configure: Regenerate.
6426 2005-02-24  James A. Morrison  <phython@gcc.gnu.org>
6428         * MAINTAINERS (Language Front Ends Maintainers): Add myself as
6429         treelang maintainer.
6430         (Write After Approval): Remove myself.
6432 2005-02-23  Paul Schlie  <schlie@comcast.net>
6434         * configure.in: Allow darwin targeted ports to build tk, itcl and
6435         libgui.
6436         * configure: Regenerate.
6438 2005-02-21  Eric Botcazou  <ebotcazou@libertysurf.fr>
6440         PR libgcj/10353
6441         * configure.in (noconfigdirs) <sparc-*-solaris2.[0-6]>: Add libgcj.
6442         * configure: Regenerate.
6444 2005-02-18  Steven G. Kargl  <kargl@gcc.gnu.org>
6446         * MAINTAINERS (Write After Approval): Add myself.
6448 2005-02-10  Ian Lance Taylor  <ian@airs.com>
6450         * MAINTAINERS: Update my e-mail address.
6452 2005-02-02  Richard Guenther  <rguenth@gcc.gnu.org>
6454         * MAINTAINERS (Write After Approval): Add myself.
6456 2005-01-29  Hans-Peter Nilsson  <hp@axis.com>
6458         * configure.in (noconfigdirs) <crisv32-*-*>: Match like cris-*-*.
6459         <crisv32-*-*, cris-*-*>: Only disable target-newlib and
6460         target-libgloss when not *-*-elf and *-*-aout.
6461         * configure: Regenerate.
6463 2005-01-23  Kazu Hirata  <kazu@cs.umass.edu>
6465         * MAINTAINERS: Remove obsolete entries.
6467         * MAINTAINERS (Write After Approval): Add Michael Matz.
6469 2005-01-19  Neil Booth  <neil@daikokuya.co.uk>
6471         * MAINTAINERS: Remove self as cpplib maintainer.
6473 2005-01-17  Kelley Cook  <kcook@gcc.gnu.org>
6475         * install-sh, config.sub: Import from upstream.
6477 2005-01-17  Kelley Cook  <kcook@gcc.gnu.org>
6479         PR bootstrap/18222
6480         * Makefile.def: Pass CPPFLAGS_FOR_TARGET.
6481         * Makefile.tpl: Define target CPPFLAGS on CPPFLAGS_FOR_TARGET.
6482         * Makefile.in: Regenerate.
6484 2005-01-16  Jason Thorpe  <thorpej@netbsd.org>
6486         * MAINTAINERS: Update my email address.
6488 2005-01-12  David Edelsohn  <edelsohn@gnu.org>
6489             Andreas Schwab  <schwab@suse.de>
6491         PR bootstrap/18033
6492         * config-ml.in: Eval option if surrounded by single quotes.
6494 2005-01-03  Paolo Bonzini  <bonzini@gnu.org>
6496         Revert 2004-12-28 Makefile changes, a better fix will be
6497         applied to mainline and src after GCC 4.0 branches.
6499 2004-12-28  Paolo Bonzini  <bonzini@gnu.org>
6501         PR bootstrap/17383
6503         * Makefile.def (target_modules): Remove stage parameter,
6504         it is always true now.
6505         * Makefile.tpl (configure-build-[+module+],
6506         configure-target-[+module+]): Always build symlink tree
6507         for the directory and for include.  BUILD_SUBDIR and
6508         TARGET_SUBDIR cannot be . anymore.
6509         * Makefile.in: Regenerate.
6511 2004-12-25  David Edelsohn  <edelsohn@gnu.org>
6513         Revert 2004-12-08 Makefile changes.
6515 2004-12-17  Danny Smith  <dannysmith@users.sourceforge.net>
6517         * MAINTAINERS: Move myself to OS Port Maintainers for windows,
6518         cygwin, mingw.
6520 2004-12-16  Andrew Stubbs  <andrew.stubbs@st.com>
6522         * configure.in (sh64-*-*): Reenable gprof.
6523         * configure: Regenerate.
6525 2004-12-08  David Edelsohn  <edelsohn@gnu.org>
6527         * Makefile.def (flags_to_pass): Add PICFLAG_FOR_TARGET.
6528         * Makefile.tpl (EXTRA_HOST_FLAGS): Add PICFLAG.
6529         (EXTRA_TARGET_FLAGS): Add PICFLAG.
6530         * Makefile.in: Regenerate.
6532 2004-12-08  Christopher Faylor  <cgf@gcc.gnu.org>
6534         * MAINTAINERS: Update my email address.
6536 2004-12-07  Matt Kraai  <kraai@ftbfs.org>
6538         * Makefile.tpl: Generate normal dependencies if the LHS module is
6539         not bootstrapped.
6540         * Makefile.in: Regenerate.
6542 2004-12-03  Richard Sandiford  <rsandifo@redhat.com>
6544         * configure.in: Include config/gxx-include-dir.m4.  Use
6545         TL_AC_GXX_INCLUDE_DIR.  Remove some now-redundant AC_SUBSTs.
6546         * configure: Regenerate.
6548 2004-12-03  Richard Sandiford  <rsandifo@redhat.com>
6550         * config.if: Delete.
6551         * configure.in: Set libstdcxx_incdir directly.
6552         * configure: Regenerate.
6554 2004-12-02  Eric Christopher  <echristo@redhat.com>
6556         * Makefile.tpl (clean-target-libgcc): Make change in correct place.
6557         * Makefile.in: Regenerate.
6559 2004-12-02  Richard Sandiford  <rsandifo@redhat.com>
6561         * configure.in: Clear gcc_version_trigger if the file doesn't exist.
6562         * configure: Regenerate.
6564 2004-12-02  Richard Sandiford  <rsandifo@redhat.com>
6566         * configure.in: Include config/gcc-version.m4.  Use TL_AC_GCC_VERSION
6567         to set gcc_version_trigger.  Remove some now-redundant AC_SUBSTs.
6568         * configure: Regenerate.
6570 2004-12-01  Eric Christopher  <echristo@redhat.com>
6572         * Makefile.in (clean-target-libgcc): Add stmp-dirs to list
6573         of things to remove.
6575 2004-11-29  Matt Kraai  <kraai@ftbfs.org>
6577         * MAINTAINERS (Write After Approval): Update my e-mail address.
6579 2004-11-29  Kelley Cook  <kcook@gcc.gnu.org>
6581         * libtool.m4 (AC_DEPLIBS_CHECK_METHOD): Re-import linux-gnu case
6582         from CVS libtool to always pass_all.
6584 2004-11-25  John David Anglin  <dave.anglin@nrc-cnrc.gc.ca>
6586         * configure.in (hppa*-*-linux*): Don't add libgcj to noconfigdirs.
6587         (hppa*64*-*-*): Delete incorrect comment.
6588         * configure: Rebuilt.
6590 2004-11-24  Kelley Cook  <kcook@gcc.gnu.org>
6592         * libtool.m4 (AC_DEPLIBS_CHECK_METHOD): Revert previous change.
6594 2004-11-24  Kelley Cook  <kcook@gcc.gnu.org>
6596         * libtool.m4 (AC_DEPLIBS_CHECK_METHOD): Import linux-gnu case
6597         from CVS libtool to always pass_all.
6599 2004-11-15  Kelley Cook  <kcook@gcc.gnu.org>
6601         * install-sh, compile: Import from automake.
6603 2004-11-15  Kelley Cook  <kcook@gcc.gnu.org>
6605         * config.guess, config.sub:  Import from savannnah.
6607 2004-11-12  Scott Robert Ladd  <scott.ladd@coyotegulch.com>
6609         * MAINTAINERS (Write After Approval): Add myself
6611 2004-11-12  Mike Stump  <mrs@apple.com>
6613         * Makefile.def: Add html support.
6614         * Makefile.tpl: Likewise.
6615         * Makefile.in: Regenerate.
6617 2004-11-11  Geoffrey Keating  <geoffk@apple.com>
6619         PR 18423
6620         * configure.in: Remove all instances of build-fixincludes from
6621         noconfigdirs.
6622         (build_configargs): Supply --target to subdirectories.
6623         * configure: Regenerate.
6625         * Makefile.def: Make gcc install depend on fixincludes install.
6626         * Makefile.in: Regenerate.
6628 2004-11-10  Janis Johnson  <janis187@us.ibm.com>
6630         * MAINTAINERS: Add myself as gcc testsuite maintainer.
6632 2004-11-11  Paul Brook  <paul@codesourcery.com>
6634         * MAINTAINERS: Add self as arm maintainer.  Update email address.
6636 2004-11-08  Hans-Peter Nilsson  <hp@bitrange.com>
6638         * configure.in (noconfigdirs) [mmix-*-*]: Disable
6639         target-libgfortran.
6640         * configure: Regenerate.
6642 2004-11-07  David Edelsohn  <edelsohn@gnu.org>
6644         * config-ml.in: Pass FCFLAGS for multilibs, handle GFORTRAN
6645         like CC.
6647 2004-11-05  Paolo Bonzini  <bonzini@gnu.org>
6649         * Makefile.def (host fixincludes): Specify missing targets.
6650         * Makefile.in: Regenerate.
6652 2004-11-05  Ralf Corsepius  <ralf.corsepius@rtems.org>
6654         * MAINTAINERS: Add myself
6656 2004-11-05  Gabor Loki  <loki@inf.u-szeged.hu>
6658         * MAINTAINERS (Write After Approval): Add myself.
6660 2004-11-04  Geoffrey Keating  <geoffk@apple.com>
6662         * Makefile.def: Build fixincludes for the host, too.
6663         * Makefile.in: Regenerate.
6664         * configure.in (host_tools): Add fixincludes.
6665         * configure: Regenerate.
6667 2004-11-04  Daniel Jacobowitz  <dan@debian.org>
6669         * configure.in (arm-*-oabi*, thumb-*-oabi*): Remove.
6670         * configure: Regenerated.
6672 2004-11-04  H.J. Lu  <hongjiu.lu@intel.com>
6674         PR other/17783
6675         * configure.in: Set up LD_LIBRARY_PATH by default for gcc.
6676         * configure: Regenerated.
6678 2004-10-31  Mark Mitchell  <mark@codesourcery.com>
6680         * README.SCO: Update per FSF instructions.
6682 2004-10-28  Eric B. Weddington  <ericw@evcohs.com>
6684         PR target/18151
6685         * configure.in (case ${target}): Do not build fixincludes for avr.
6686         * configure: Regenerated.
6688 2004-10-26  Paolo Bonzini  <bonzini@gnu.org>
6690         * configure.in (case ${target}): Do not build fixincludes
6691         on platforms where it is not used.
6692         * configure: Regenerated.
6694 2004-10-23  Daniel Jacobowitz  <dan@debian.org>
6696         * configure.in: Use an absolute path to install-sh.
6697         * configure: Regenerated.
6699 2004-10-19  Aaron W. LaFramboise  <aaronavay62@aaronwl.com>
6701         * MAINTAINERS (Write After Approval): Add myself.
6703 2004-10-19  Kazu Hirata  <kazu@cs.umass.edu>
6705         * MAINTAINERS: Remove from Write After Approval those that are
6706         already maintainers.
6708 2004-10-19  Sebastian Pop  <pop@cri.ensmp.fr>
6710         * MAINTAINERS:  Update my email address.
6712 2004-10-12  Kelley Cook  <kcook@gcc.gnu.org>
6714         * configure.in (*-*-cygwin*): Supress warning if newlib not present.
6715         * configure: Regenerate.
6717 2004-10-07  J"orn Rennecke  <joern.rennecke@st.com>
6719         * MAINTAINERS:  Update my email address.
6721 2004-10-07  Kazu Hirata  <kazu@cs.umass.edu>
6723         * MAINTAINERS (Language Front Ends Maintainers): New.  Move
6724         entries belonging to this category.
6726 2004-10-06  Josef Zlomek  <josef.zlomek@email.cz>
6728         * MAINTAINERS: Update my e-mail address.
6730 2004-10-06  Paolo Bonzini  <bonzini@gnu.org>
6732         Fix wrong conflict resolution in:
6734         2004-08-16  Paolo Bonzini  <bonzini@gnu.org>
6736         * Makefile.in: Regenerate.
6737         * Makefile.tpl (Autogenerated `all-*' targets): Invoke $(TARGET-*)
6738         in the recursive `make', instead of hardwiring `all'.
6739         (Autogenerated TARGET-* variables): New.
6741 2004-10-05  Tomer Levi  <Tomer.Levi@nsc.com>
6743         * configure.in: Enable target-libgloss for crx-*-*.
6744         * configure: Regenerate.
6746 2004-10-04  Kazu Hirata  <kazu@cs.umass.edu>
6748         * MAINTAINERS (Various Maintainers): Move the "windows,
6749         cygwin, mingw" maintainer to ...
6750         (OS Port Maintainers): ... here.
6752 2004-10-04  Kazu Hirata  <kazu@cs.umass.edu>
6754         * MAINTAINERS (Write After Approval): Remove those that are
6755         maintainers of some subsystem.
6757 2004-10-02  P.J. Darcy  <darcypj@us.ibm.com>
6759         * ltcf-c.sh (tpf*): Add ld_shlibs=yes.
6760         * ltcf-cxx.sh (tpf*): Likewise.
6761         * ltconfig (tpf*): Add TPF OS configuration support.
6763 2004-10-01  Bernd Schmidt  <bernds_cb1@t-online.de>
6765         * MAINTAINERS: Change my email address to my new work account.
6767 2004-09-24  Michael Roth  <mroth@nessie.de>
6769         * configure.in (--without-headers): Add missing double quotes.
6770         * configure: Regenerate.
6772 2004-09-24  Kelley Cook  <kcook@gcc.gnu.org>
6774         * ylwrap: Revert to previous version.
6776 2004-09-23  H.J. Lu  <hongjiu.lu@intel.com>
6778         PR bootstrap/17369
6779         * Makefile.tpl (REALLY_SET_LIB_PATH): Add @SET_GCC_LIB_PATH@.
6780         (HOST_EXPORTS]): Add @SET_GCC_LIB_PATH@. Set and export
6781         SET_GCC_LIB_PATH_CMD.
6782         (BASE_TARGET_EXPORTS): Likewise.
6783         * Makefile.in: Regenerated.
6785         * configure.in (SET_GCC_LIB_PATH): Set and substitute.
6786         * configure: Regenerated.
6788 2004-09-23  Kelley Cook  <kcook@gcc.gnu.org>
6790         * config.guess: New upstream version
6791         * compile, depcomp, install-sh, ylwrap: Likewise.
6793 2004-09-19  Roger Sayle  <roger@eyesopen.com>
6795         * config/mh-x86omitfp: New host makefile fragment.  Add
6796         -fomit-frame-pointer to the default BOOT_CFLAGS.
6797         * configure.in: Use it to speed up bootstrap on some IA-32 hosts.
6798         * configure: Regenerate.
6800 2004-09-15  Andrew Pinski  <pinskia@physics.uc.edu>
6802         PR target/11572
6803         * configure.in (*-*-darwin*): Renable libobjc.
6804         * configure: Regenerate.
6806 2004-09-10  Nathan Sidwell  <nathan@codesourcery.com>
6808         * MAINTAINERS: Add self as c++ and type-safe vector maintainer.
6810 2004-09-09  Daniel Berlin  <dberlin@dberlin.org>
6812         * Makefile.def: Remove libbanshee.
6813         * Makefile.tpl: Ditto.
6814         * configure.in: Ditto.
6815         * Makefile.in: Regen.
6816         * configure: Ditto.
6818 2004-09-08  David Edelsohn  <edelsohn@gnu.org>
6820         * ltmain.sh: Use $pic_object as $non_pic_object if
6821         $non_pic_object=none.
6823 2004-09-07  Paolo Bonzini  <bonzini@gnu.org>
6825         * missing: Import latest version from master repository.
6827 2004-09-06  Nick Clifton  <nickc@redhat.com>
6829         * config.sub: Import latest version from master repository.
6830         * config.guess: Likewise.
6831         This includes these changes:
6833         2004-08-27  Hans-Peter Nilsson  <hp@axis.com>
6835         * config.sub: Handle crisv32, alias etraxfs.
6836         * config.guess (crisv32:Linux:*:*): Handle.
6838         2004-08-13  Brad Smith  <brad@comstyle.com>
6840         * config.guess (*:OpenBSD:*:*): Remove defunct MIPS machines.
6841         (sgi:OpenBSD:*:*): Emit mips64, not mipseb.
6843         2004-08-11  Paul Eggert  <eggert@cs.ucla.edu>
6845         * config.guess (*:Darwin:*:*): If uname -p reports "unknown",
6846         assume the processor is a powerpc.  This is because coreutils
6847         uname (at least versions 4.5.7 through 5.2.1) outputs "unknown"
6848         in this case, due to a MacOS X bug that causes
6849         sysctl ((int[]) {CTL_HW, HW_MACHINE_ARCH}, 2, buffer, &bufsize, 0, 0)
6850         to return a negative number.
6851         Problem reported by Petter Reinholdtsen in:
6852         http://lists.gnu.org/archive/html/bug-gnu-utils/2003-02/msg00201.html
6854         2004-07-19  Ben Elliston  <bje@gnu.org>
6856         * config.guess (S7501:*:4.0:3.0): Handle NCR System V UNIX machine.
6858         2004-06-24  Ben Elliston  <bje@gnu.org>
6860         * config.guess: Update copyright years.
6861         * config.sub: Likewise.
6863         2004-06-22  Robert Millan  <robertmh@gnu.org>
6865         * config.guess (*:FreeBSD:*:*): Remove check for glibc (unneeded
6866         since GNU/kFreeBSD systems match *:GNU/*:*:* instead).
6868         2004-06-22  Stanley F. Quayle <stan@stanq.com>
6870         * config.guess (*:*VMS:*:*): New entry. Replaces
6871         Alpha:OpenVMS:*. Recognize and advertise all VMS flavors as dec
6872         manufacturer.
6874         2004-06-22  Ben Elliston  <bje@gnu.org>
6876         * config.guess: Cray fixes from Wendy Palm <wendyp@cray.com>.
6877         * config.sub: Likewise.
6879         2004-06-22  Ben Elliston  <bje@gnu.org>
6881         Reported by Hans-Peter Nilsson <hp@bitrange.com>:
6882         * config.sub: Correctly handle mmix-knuth and mmix-knuth-mmixware.
6884         2004-06-11  Ben Elliston  <bje@gnu.org>
6886         * config.guess (pegasos:OpenBSD:*:*): Remove.
6888         2004-06-11  Ben Elliston  <bje@gnu.org>
6890         From Wouter Verhelst <wouter@grep.be>:
6891         * config.guess (M68*:*:R3V[5678]:*): Detect R3V8.
6893         2004-06-11  Ben Elliston  <bje@gnu.org>
6895         * config.guess (luna88k:OpenBSD:*:*): New.
6897         2004-03-12  Kazuhiro Inaoka  <inaoka.kazuhiro@renesas.com>
6899         * config.guess (m32r*:Linux:*:*): New case.
6900         * config.sub: Handle m32rle.
6902         2004-03-12  Ben Elliston  <bje@wasabisystems.com>
6904         From Jens Petersen  <petersen@redhat.com>:
6905         * config.sub: Handle sparcv8.
6907         2004-03-03  Ben Elliston  <bje@wasabisystems.com>
6909         From Tom Smith <smith@cag.lkg.hp.com>:
6910         * config.guess: Version suffixes are equally significant on Tru64
6911         V4.* and V5.*, so do not ignore them on V5.*.  Handle a version
6912         prefix of "P" (patched kernel).
6914         2004-02-23  Tal Agmon  <Tal.Agmon@nsc.com>
6916         * config.sub: Add support for National Semiconductor CRX target.
6918 2004-09-03  Janis Johnson  <janis187@us.ibm.com>
6920         * MAINTAINERS (Various Maintainers): Remove myself as web page
6921         maintainer, add myself as maintainer of build status lists.
6923 2004-09-03  Jan Beulich  <jbeulich@novell.com>
6925         * configure.in: Remove target-libstdc++-v3 from noconfigdirs for
6926         *-*-netware, but add target-libmudflap.
6927         Consolidate *-*-netware targets (of which really only i?86 exists)
6928         into a single entry.
6929         * configure: Likewise.
6931 2004-09-01  Paolo Bonzini  <bonzini@gnu.org>
6933         * Makefile.tpl (sorry): Remove.
6934         (clean-stage[+id+], clean-stage[+id+]-module): New targets.
6935         (cleanstrap targets): Depend on distclean, not distclean-stage1.
6936         (do-clean): Clean per-stage directories too.
6937         (do-distclean): Run distclean-stage1 too.
6938         (.NOTPARALLEL): Enable during toplevel bootstrap.
6939         (stage[+id+]-bubble): Enable parallel execution during
6940         the recursive invocation.
6941         * Makefile.in: Regenerate.
6943         Fix previous checkin:
6945         * Makefile.tpl: Move BOOT_CFLAGS above host makefile fragment
6946         include.
6947         * configure.in: Fix indentation.
6948         * configure: Regenerate.
6950 2004-08-31  Robert Bowdidge  <bowdidge@apple.com>
6952         * Makefile.in: Move BOOT_CFLAGS above host makefile fragment include.
6953         * configure.in: add test for powerpc-*-darwin* to specify makefile frag
6954         * configure: regenerate
6955         * config/mh-ppc-darwin: create file, override BOOT_CFLAGS for
6956         -mdynamic-no-pic
6958 2004-08-31  Paolo Bonzini  <bonzini@gnu.org>
6960         * Makefile.def (build_modules): Add fixincludes.
6961         (dependencies): Make gcc depend on fixincludes.
6962         * configure.in (build_tools): Add fixincludes.
6963         (build_configdirs): Always include build_libs.
6964         * Makefile.in: Regenerate.
6965         * configure: Regenerate.
6967 2004-08-30  Paolo Bonzini  <bonzini@gnu.org>
6969         * Makefile.def (bootstrap stages): Add 'lean' parameter.
6970         * Makefile.tpl (configure-stageN-*, all-stageN-*): Turned into
6971         phony targets; do not generate timestamp files.
6972         (distclean-stageN): Remove references to their timestamp files.
6973         (restageN, touch-stageN): Remove.
6974         (stageN-bubble): Rewritten.
6975         (compare): Support lean bootstraps.
6976         * Makefile.in: Regenerate.
6978         * configure.in: Only warn when bootstrapping but
6979         build != host or build != target.  Support lean bootstraps.
6980         * configure: Regenerate.
6982 2004-08-26  Phil Edwards  <phil@codesourcery.com>
6984         * configure.in:  Give a better error message if GMP/MPFR are missing
6985         and a language needing them has been requested.
6986         * configure:  Regenerated.
6988 2004-08-25  Phil Edwards  <phil@codesourcery.com>
6990         * configure.in:  Print a list of available language front-ends if
6991         a requested one is missing.  Tidy stray tab characters.
6992         * configure:  Regenerated.
6994 2004-08-19  Michael Koch  <konqueror@gmx.de>
6996         * gcc/doc/install.texi: Update entry about automake for libjava.
6998 2004-08-17  Robert Millan  <robertmh@gnu.org>
7000         * configure.in: In noconfigdirs check, match GNU/k*BSD with GNU/Linux
7001         (instead of FreeBSD).
7002         * configure: Regenerate.
7004 2004-08-16  Paolo Bonzini  <bonzini@gnu.org>
7006         * Makefile.in: Regenerate.
7007         * configure: Regenerate.
7009         * Makefile.def (bootstrap-stage): Rename extra_*_flags to
7010         stage_*_flags.
7011         * Makefile.tpl (configure-[+module+], all-[+module+]): Exit
7012         for bootstrapped modules if toplevel bootstrap is going.
7013         (GCC bootstrap): Generate per-stage targets for all bootstrapped
7014         modules.  Adjust for changes in Makefile.def.  Enable several
7015         rules even in non-bootstrap mode, just to avoid peppering the
7016         template with unnecessary "@if/@endif gcc-bootstrap" pairs.
7017         (stage-[+prev+]-bubble): Remove.
7019         * Makefile.def (Dependencies): Depend on all-build-bison,
7020         all-build-flex, all-build-byacc, all-build-texinfo, rather
7021         than the host variations.
7022         * Makefile.tpl (BUILD_DIR_PREFIX): Remove.  Replace throughout
7023         with BUILD_SUBDIR.
7024         (BISON): Update for recent Bisons.
7025         (YACC): Fix typo.
7026         (cross): Depend on all-build.
7027         (all): Do not depend on all-build.
7028         (prebootstrap): Remove.
7029         (dep-kind): Accept separate prefixes for MODULE and ON variables.
7030         (Prebootstrap dependencies): Add them to the per-stage targets
7031         and to all-prebootstrap.
7032         * configure.in (build_configdirs): Always enable build_tools.
7033         (BUILD_DIR_PREFIX): Remove.
7035         * Makefile.def (gcc): Add target variable.
7036         (gdb, expect, guile, tk, tix): Replace with_x with extra_make_flags.
7037         * Makefile.tpl (Autogenerated `all-*' targets): Invoke $(TARGET-*)
7038         in the recursive `make', instead of hardwiring `all'.
7039         (Autogenerated TARGET-* variables): New.
7041 2004-08-13  Brian Booth  <bbooth@redhat.com>
7043         * MAINTAINERS: Remove myself from write-after-approval.
7045 2004-08-12  Nathanael Nerode  <neroden@gcc.gnu.org>
7047         * src-release: Stop distributing mmalloc with gdb (which doesn't
7048         use it).
7049         * Makefile.def: GDB doesn't depend on mmalloc anymore.
7050         * Makefile.in: Regenerate.
7052 2004-08-09  Mark Mitchell  <mark@codesourcery.com>
7054         * configure.in (arm*-*-eabi*): New target.
7055         * configure: Regenerate.
7057 2004-08-06  Paolo Bonzini  <bonzini@gnu.org>
7059         * Makefile.def (bfd, opcodes, gcc, zlib): Mark as bootstrap module.
7060         (bison, byacc, flex, texinfo): Do not mark as bootstrap module.
7061         (Dependencies): New section.
7062         * Makefile.tpl (Dependencies): Generate from Makefile.def.
7063         (configure-target-[+module+]): Depend on maybe-all-gcc
7064         (all-prebootstrap): New name of all-bootstrap.  Changed throughout.
7065         (toplevel profiledbootstrap): Fix dependencies.
7066         * Makefile.in: Regenerate.
7068 2004-08-03  Mark Mitchell  <mark@codesourcery.com>
7070         * configure.in (arm*-*-symbianelf*): Add ${libgcj} and
7071         target-libiberty to noconfigdirs.
7072         * configure: Regenerate.
7074 2004-08-03  Paul Brook  <paul@codesourcery.com>
7076         * configure.in: Check for MPFR as well as GMP.
7077         * configure: Regenerate.
7079 2004-08-01  Robert Millan  <robertmh@gnu.org>
7081         * configure.in: Turn mt-linux into mt-gnu. Use mt-gnu and enable
7082         libmudflap for all GNU-based systems (with Glibc).
7083         * configure: Regenerate.
7085 2004-08-03  Paolo Bonzini  <bonzini@gnu.org>
7087         * Makefile.def (host-modules): Add gcc.
7088         * Makefile.in: Regenerate.
7089         * Makefile.tpl (sorry): New rule.
7090         (configure-host, all-host, [+make_target+]-host, do-check,
7091         install-host): Do not add gcc as a special case.
7092         (host modules): Add a small special-casing for gcc.  Export
7093         extra_make_flags through the environment.
7094         (maybe-configure-gcc, configure-gcc, maybe-all-gcc, all-gcc,
7095         maybe-check-gcc, check-gcc, maybe-install-gcc, install-gcc,
7096         other recursive targets for gcc): Remove.
7098         (all, do-[+make_target+], do-check): Wrap between unstage and stage.
7099         (stage, unstage): New rules.
7100         (stage[+id+]-start, stage[+id+]-end, [+compare-target+],
7101         distclean-stage[+id+]): Use stage_current.
7102         ([+bootstrap-target+], profiledbootstrap): Do not invoke manually
7103         the stage*-start rules.
7105 2004-08-02  Geoffrey Keating  <geoffk@apple.com>
7107         * ltcf-cxx.sh: On Darwin, make archive multi-module, and don't
7108         use -all_load flag.
7110 2004-08-02  Paolo Bonzini  <bonzini@gnu.org>
7112         * configure.in: Sync from src, add noconfigdirs for crx-*-*.
7113         * configure: Regenerate.
7115 2004-07-16  Toon Moene  <toon@moene.indiv.nluug.nl>
7117         * maintainer-scripts/gcc_release: Revert yesterday's change.
7119 2004-07-16  Segher Boessenkool  <segher@kernel.crashing.org>
7121         * MAINTAINERS: Add myself to write-after-approval.
7123 2004-07-15  Toon Moene  <toon@moene.indiv.nluug.nl>
7125         * libf2c: Removed.
7126         * gcc/gccbug.in: Updated because of libf2c removal.
7127         * maintainer-scripts/gcc_release: Ditto.
7129 2004-07-09  Loren J. Rittle  <ljrittle@acm.org>
7131         * configure.in: Build libmudflap by default on FreeBSD.
7132         * configure: Regenerated.
7134 2004-07-09  Mark Mitchell  <mark@codesourcery.com>
7136         * configure.in: Do not build libmudflap by default on non-GNU/Linux
7137         systems.
7138         * configure: Regenerated.
7140 2004-07-08  John David Anglin  <dave.anglin@nrc-cnrc.gc.ca>
7142         PR target/16344
7143         * Makefile.tpl (profiledbootstrap): Build runtime libraries with
7144         feedback based compiler.
7145         * Makefile.in: Rebuilt.
7147 2004-07-08  Alexandre Oliva  <aoliva@redhat.com>
7149         * Makefile.def (host_modules): Set bootstrap=true for flex.
7150         * Makefile.tpl (all-gcc): Depend on texinfo and flex.
7151         * Makefile.in: Rebuilt.
7153 2004-07-07  Jan Hubicka  <jh@suse.cz>
7155         * MAINTAINERS: Add self as a profile feedback maintainer.
7157 2004-07-05  Phil Edwards  <phil@codesourcery.com>
7159         * configure.in:  Do not prepend $srcdir to /dev/null in
7160         makefile fragments.
7161         * configure:  Regenerate.
7163 2004-07-01  Paolo Bonzini  <bonzini@gnu.org>
7165         * Makefile.def (build_modules): Add bison, byacc, flex,
7166         m4, texinfo.
7167         (flags_to_pass): Add FLEX.
7168         * Makefile.tpl (BUILD_DIR_PREFIX, BASE_EXPORTS): New.
7169         (BUILD_EXPORTS, HOST_EXPORTS, BASE_TARGET_EXPORTS): Include it.
7170         (DEFAULT_YACC, USUAL_YACC, DEFAULT_LEX, USUAL_LEX, DEFAULT_M4,
7171         DEFAULT_MAKEINFO): Remove.
7172         (CONFIGURED_YACC, CONFIGURED_FLEX, CONFIGURED_BISON,
7173         CONFIGURED_LEX, CONFIGURED_M4, CONFIGURED_MAKEINFO): Substitute.
7174         (YACC, FLEX, BISON, LEX, M4, MAKEINFO): Define to look into
7175         objdir or else use configured tool.
7176         (all-build): New.
7177         (all): Depend on it.
7178         (Build module dependencies): Add.
7179         * Makefile.in: Regenerate.
7180         * configure.in: Better support for multiple build modules,
7181         matching what is done for host/target modules.  Do not look
7182         for "plausible" locations of build tools if Canadian cross.
7183         Use autoconf's AC_PROG_CC to find a C compiler.  Define
7184         BUILD_DIR_PREFIX.  Look for flex, makeinfo and m4.
7185         * configure: Regenerate.
7187 2004-06-22  Paolo Bonzini  <bonzini@gnu.org>
7189         * Makefile.tpl (HOST_EXPORTS): Fix pasto.
7190         * Makefile.in: Regenerate.
7192 2004-06-22  Paolo Bonzini  <bonzini@gnu.org>
7194         * Makefile.tpl (configure-build-[+module+],
7195         configure-[+module+], configure-target-[+module+]): Pass
7196         [+extra_configure_args+].
7197         (all-build-[+module+], all-[+module+], check-[+module+],
7198         install-[+module+], [+make_target+]-[+module+],
7199         all-target-[+module+], check-target-[+module+],
7200         install-target-[+module+], [+make_target+]-target-[+module+]):
7201         Pass [+extra_make_args+].
7202         (HOST_EXPORTS): Include the former GCC_HOST_EXPORTS.
7203         (GCC_HOST_EXPORTS): Remove.
7204         (configure-gcc, all-gcc, GCC_STRAP_TARGETS, profiledbootstrap,
7205         cross, check-gcc, check-gcc-c++, install-gcc,
7206         gcc-no-fixedincludes, [+make_target+]-gcc, stage[+id+]-bubble):
7207         Replace GCC_HOST_EXPORTS with HOST_EXPORTS.
7208         * Makefile.in: Regenerate.
7210 2004-06-21  Matthew Sachs  <msachs@apple.com>
7212         * MAINTAINERS: Added self to write-after-approval.
7214 2004-06-21  Christopher Faylor  <cgf@alum.bu.edu>
7216         * configure.in: Check for srcdir/winsup rather than build directory
7217         winsup.
7218         * configure: Regenerate.
7220 2004-06-17  Corinna Vinschen  <vinschen@redhat.com>
7222         * configure.in: Don't build Cygwin native newlib if winsup
7223         directory is missing.  Emit warning instead.
7224         * configure: Regenerate.
7226 2004-06-09  Paolo Bonzini  <bonzini@gnu.org>
7228         * Makefile.tpl (touch-stage[+id+]): New.
7229         (restage[+prev+]): Depend on touch-stage[+id+].
7231         * Makefile.tpl (RECURSE_FLAGS_TO_PASS): New.
7232         Use it throughout.
7234         * Makefile.def: Add profile and feedback bootstrap stages.
7235         Remove next field from bootstrap stages.
7236         * Makefile.tpl (LN, LN_S): Substitute.
7237         (stageN-start, stageN-end): Use double-colon rules, to
7238         provide a hook for additional setup commands.
7239         (distclean-stageN-gcc, restageN): Create dependencies from
7240         [+prev+], not from [+next+].
7241         (stageN-bubble): Add commands for successive stages from
7242         [+prev+], using double-colon rules.
7243         (all-stageN-gcc): Fix typo.
7244         (stagefeedback-start, profiledbootstrap): New.
7245         * Makefile.in: Regenerate.
7246         * configure.in: Call ACX_PROG_LN.
7247         * configure: Regenerate.
7249 2004-06-08  Canqun Yang  <canqun@nudt.edu.cn>
7251         * MAINTAINERS (Write After Approval): Add myself.
7253 2004-06-03  Mark G. Adams  <mark.g.adams@sympatico.ca>
7255         * MAINTAINERS (Write After Approval): Add myself.
7257 2004-06-03  Paolo Bonzini  <bonzini@gnu.org>
7259         * configure.in: Fix --enable-bootstrap breakage introduced in trees
7260         without gcc.
7261         * configure: Regenerate.
7263 2004-06-01  Paolo Bonzini  <bonzini@gnu.org>
7265         * Makefile.tpl: Fix typo.
7266         * Makefile.in: Regenerate.
7268 2004-06-01  Paolo Bonzini  <bonzini@gnu.org>
7270         * configure.in: Remove new- prefix from toplevel
7271         bootstrap targets.
7272         * configure: Regenerate.
7274 2004-06-01  Paolo Bonzini  <bonzini@gnu.org>
7276         * Makefile.tpl (all.normal): Rename to all.
7277         (all): Replace with a rule to pick the default
7278         target from configure.
7279         (all-gcc, configure-gcc): Use conditionals to
7280         do nothing when toplevel bootstrap is going on.
7281         (GCC directory bootstrap) [gcc-bootstrap]: Disable.
7282         (Toplevel bootstrap) [gcc-no-bootstrap]: Disable.
7283         * configure.in: Support --enable-bootstrap.
7285         * Makefile.def: Remove new- prefix from toplevel
7286         bootstrap targets.
7287         * Makefile.tpl: Likewise.
7289         * Makefile.def: Add bootstrap_stage 4.  Add bootstrap2
7290         target.
7292         * Makefile.tpl (Toplevel bootstrap): Pass $(BASE_FLAGS_TO_PASS)
7293         $(RECURSE_FLAGS) to recursive invocation of make.
7295         * Makefile.in: Regenerate.
7296         * configure: Regenerate.
7298 2004-05-30  Andreas Jaeger  <aj@suse.de>
7299             Jim Wilson  <wilson@specifixinc.com>
7301         * config-ml.in: Pass FFLAGS and ADAFLAGS for multilibs, handle F77
7302         like CC.
7304 2004-05-27  Daniel Jacobowitz  <dan@debian.org>
7306         * configure.in: Fix sed invocation for GFORTRAN_FOR_TARGET.
7307         * configure: Regenerate.
7309 2004-05-25  Daniel Jacobowitz  <drow@false.org>
7311         * Makefile.tpl (BUILD_EXPORTS, HOST_EXPORTS, GCC_HOST_EXPORTS)
7312         (STAGE_HOST_EXPORTS, BASE_TARGET_EXPORTS, RAW_CXX_TARGET_EXPORTS)
7313         (NORMAL_TARGET_EXPORTS): New macros.  Use them in all the recursive
7314         targets.
7315         * Makefile.in: Regenerate.
7317 2004-05-24  Paolo Bonzini  <bonzini@gnu.org>
7319         * configure.in: Test the ability to symlink directories.
7320         * configure: Regenerate.
7322         * Makefile.def (bootstrap-stage): New definitions.
7323         * Makefile.tpl (configure-stage1-gcc,
7324         configure-stage2-gcc, configure-stage3-gcc,
7325         all-stage1-gcc, all-stage2-gcc, all-stage3-gcc,
7326         new-bootstrap, new-cleanstrap, new-restage1, new-restage2,
7327         new-restage3, compare): Autogenerate, see Makefile.in
7328         entry for behavioral changes.
7329         (distclean-stage1, new-stage1-start, new-stage1-end,
7330         new-stage1-bubble, distclean-stage2, new-stage2-start,
7331         new-stage2-end, new-stage2-bubble, distclean-stage3,
7332         new-stage3-start, new-stage3-end): New autogenerated targets.
7333         (objext, prebootstrap, BOOT_CFLAGS,
7334         POSTSTAGE1_FLAGS_TO_PASS): Move above the autogenerated
7335         targets.
7337         * Makefile.in: Regenerate.
7338         (distclean-stage1, new-stage1-start, new-stage1-end,
7339         new-stage1-bubble, distclean-stage2, new-stage2-start,
7340         new-stage2-end, new-stage2-bubble, distclean-stage3,
7341         new-stage3-start, new-stage3-end): New targets.
7342         (all-stage1-gcc): Move prebootstrap dependency from here...
7343         (configure-stage1-gcc): ...to here.
7344         (new-bootstrap): Use bubble targets.
7345         (new-cleanstrap, new-restage1, new-restage2, new-restage3):
7346         Use per-stage distclean targets.
7347         (configure-stage1-gcc, configure-stage2-gcc,
7348         configure-stage3-gcc, all-stage1-gcc,
7349         all-stage2-gcc, all-stage3-gcc, new-bootstrap):
7350         Use new-stageN-start to prepare the tree.
7352 2004-05-23  Paolo Bonzini  <bonzini@gnu.org>
7354         * Makefile.def (host_modules): add libcpp.
7355         * Makefile.tpl: Add dependencies on and for libcpp.
7356         * Makefile.in: Regenerate.
7357         * configure.in: Add libcpp host module.
7358         * configure: Regenerate.
7360 2004-05-21  Paolo Bonzini  <bonzini@gnu.org>
7362         * Makefile.tpl: Whenever a recursive target is defined, wrap
7363         it in a special @if/@endif block, and prepare its maybe
7364         dependency in the @if/@endif block
7365         * configure.in: Instead of writing maybe dependencies, remove
7366         the @if/@endif statements, and remove the @if/@endif blocks
7367         that remain.
7368         * configure: Regenerate.
7369         * Makefile.in: Regenerate.
7371 2004-05-20  Janis Johnson  <janis187@us.ibm.com>
7373         * MAINTAINERS (Various Maintainers): Add myself for compat testsuite.
7375 2004-05-18  Kaz Kojima  <kkojima@gcc.gnu.org>
7377         PR bootstrap/15120
7378         * libtool.m4 (lt_cv_deplibs_check_method): Use pass_all on sh*.
7379         * */configure: Rebuilt.
7381 2004-05-17  Zack Weinberg  <zack@codesourcery.com>
7383         * Makefile.def, Makefile.tpl, configure.in: Remove all mention
7384         of libf2c.
7385         * configure, Makefile.in: Regenerate.
7387 2004-05-13  Tobias Schlüter  <tobi@gcc.gnu.org>
7389         * MAINTAINERS (Write After Approval): Add myself.
7391 2004-05-13  Diego Novillo  <dnovillo@redhat.com>
7393         Merge from tree-ssa-20020619-branch.
7395         * Makefile.def: Add libbanshee, libmudflap and libgfortran.
7396         * Makefile.tpl (BUILD_CONFIGDIRS): Add libbanshee.
7397         (HOST_GMPLIBS): Define.
7398         (HOST_GMPINC): Define.
7399         (TARGET_LIB_PATH): Add libmudflap.
7400         (GFORTRAN_FOR_TARGET): Define.
7401         (configure-build*): Export GFORTRAN.
7402         (configure-gcc): Export GMPLIBS and GMPINC.
7403         (all-gcc): Add maybe-all-libbanshee.
7404         (configure-target-libgfortran): Define.
7405         * Makefile.in: Regenerate.
7406         * configure.in (host_libs): Add libbanshee.
7407         (target_libraries): Add target-libmudflap and target-libgfortran.
7408         Add --with-libbanshee.
7409         Handle --disable-libmudflap.
7410         (*-*-freebsd*): Use with_gmp.
7411         Add $(libgcj) to noconfigdirs.
7412         * configure: Regenerate.
7413         * depcomp: New file.
7414         * MAINTAINERS: Add tree-ssa maintainers.
7416 2004-05-04  Vladimir Makarov  <vmakarov@redhat.com>
7418         * MAINTAINERS (Various Maintainers): Add myself.
7420 2004-04-30  Brian Ford  <ford@vss.fsi.com>
7422         * MAINTAINERS (Write After Approval): Add myself.
7424 2004-04-29  Uros Bizjak  <uros@kss-loka.si>
7426         * MAINTAINERS (Write After Approval): Add myself.
7428 2004-04-28  Paolo Bonzini  <bonzini@gnu.org>
7430         * config/acx.m4: Fix fastcompare support for new-bootstrap.
7431         * configure: Regenerate.
7433 2004-04-27  Paolo Bonzini  <bonzini@gnu.org>
7435         Revert:
7436         2004-04-26  Paolo Bonzini  <bonzini@gnu.org>
7438         * Makefile.def (flags_to_pass): Remove *dir variables that
7439         are passed to the modules via TOPLEVEL_CONFIGURE_ARGUMENTS,
7440         as well as prefix and exec_prefix.
7441         * Makefile.in: Regenerate.
7443 2004-04-26  Robert Millan  <robertmh@gnu.org>
7445         Add patches from libtool CVS.
7446         * libtool.m4: Add kfreebsd*-gnu and knetbsd*-gnu.
7447         * ltconfig: Likewise.
7448         * ltcf-c.sh: Likewise.
7449         * ltcf-cxx.sh: Likewise.
7450         * ltcf-gcj.sh: Likewise.
7452 2004-04-26  Paolo Bonzini  <bonzini@gnu.org>
7454         * Makefile.def (host_modules): Mark with the bootstrap
7455         flag packages on which gcc depends.
7456         * Makefile.tpl (all-bootstrap): Use it.
7457         * Makefile.in: Regenerate.
7459 2004-04-26  Paolo Bonzini  <bonzini@gnu.org>
7461         * Makefile.def (flags_to_pass): Remove *dir variables that
7462         are passed to the modules via TOPLEVEL_CONFIGURE_ARGUMENTS,
7463         as well as prefix and exec_prefix.
7464         * Makefile.in: Regenerate.
7466 2004-04-26  Paolo Bonzini  <bonzini@gnu.org>
7468         * configure.in: Invoke ACX_PROG_CMP_IGNORE_INITIAL.
7469         * configure: Regenerate.
7470         * config/acx.m4: Mutuate ACX_PROG_CMP_IGNORE_INITIAL from gcc.
7471         * gcc/Makefile.tpl (compare): Use the result of the test.
7472         * gcc/Makefile.in: Regenerate.
7474 2004-04-23  Paolo Bonzini  <bonzini@gnu.org>
7476         * Makefile.tpl (all-stage1-gcc, all-stage2-gcc, all-stage3-gcc):
7477         Always relocate gcc and prev-gcc to the original names, even
7478         if the build fails.
7479         (new-cleanstrap, new-restage1, new-restage2, new-restage3):
7480         New targets.
7482 2004-04-23  Laurent GUERBY <laurent@guerby.net>
7484         * MAINTAINERS: Update my email address.
7486 2004-04-19  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
7488         * configure.in (mips*-*-irix5*): Enable ld.
7489         * configure: Regenerate.
7491 2004-04-16  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
7493         * configure: Regenerate.
7495 2004-04-15  James E Wilson  <wilson@specifixinc.com>
7497         * Makefile.tpl (configure-[+module+], configure-gcc,
7498         configure-stage1-gcc, configure-stage2-gcc, configure-stage3-gcc):
7499         Set and export LDFLAGS.
7500         * Makefile.in: Regenerate.
7502 2004-04-12  Michael Chastain  <mec.gnu@mindspring.com>
7504         * MAINTAINERS: Add myself to write-after-approval.
7506 2004-04-09  Nathanael Nerode  <neroden@gcc.gnu.org>
7508         PR bootstrap/14871
7509         * Makefile.tpl: If we don't have built-in-tree target tools,
7510         use the ones found by configure rather than hacking around with
7511         program_transform_name.
7512         * configure.in: Give Makefile.tpl the information necessary
7513         to do that.
7514         * Makefile.in: Regenerate.
7515         * configure: Regenerate.
7517 2004-04-06  Nathanael Nerode  <neroden@gcc.gnu.org>
7519         PR bootstrap/14760
7520         * configure.in: When computing baseargs, strip *all* copies of
7521         offending options.  Also, don't match/substitute the trailing space,
7522         so that this actually works when two similar options are separated by
7523         only one space.
7524         * configure: Regenerate.
7526 2004-04-06  David Edelsohn  <edelsohn@gnu.org>
7528         * configure.in (powerpc-*-aix*): Remove target-libada from noconfigdirs.
7529         (rs6000-*-aix*): Same.
7530         * configure: Regenerate.
7532 2004-04-05  Ranjit Mathew  <rmathew@hotmail.com>
7534         * MAINTAINERS: Add myself to write-after-approval.
7536 2004-04-03  Bud Davis  <bdavis9659@comcast.net>
7538         * MAINTAINERS: Add myself to write-after-approval.
7540 2004-03-24  Nathanael Nerode  <neroden@gcc.gnu.org>
7542         * Makefile.tpl (top level bootstrap support): Remove now-unneeded
7543         STRICT_WARN, WARN_CFLAGS flags passed down to make.
7544         * Makefile.in: Regenerate.
7546         * configure.in (top level bootstrap support): Rework --enable-werror
7547         to set @stage2_werror_flag@.
7548         * configure: Regenerate.
7549         * Makefile.tpl (top level bootstrap support): Pass
7550         @stage2_werror_flag@ down to configure in stages 2 and 3.
7551         * Makefile.in: Regenerate.
7553 2004-03-23  Nathanael Nerode  <neroden@gcc.gnu.org>
7555         * Makefile.tpl (new-bootstrap): Set CC and CC_FOR_BUILD in configure
7556         for stages 2 and 3 as well as in make.  As a consequence, remove
7557         OUTPUT_OPTION (now detected by configure) from the flags passed down
7558         to make.
7559         * Makefile.in: Regenerate.
7561         * Makefile.tpl (new-bootstrap): Fix typo.
7562         * Makefile.in: Regenerate.
7564 2004-03-22  Nathanael Nerode  <neroden@gcc.gnu.org>
7566         * Makefile.tpl: Rearrange by moving recursive_targets rules
7567         into their proper sections.
7568         * Makefile.tpl (top level bootstrap support): Move disabling
7569         of coverage flags from 'make' to 'configure'; improve comments.
7570         * Makefile.in: Regenerate.
7572         * Makefile.tpl (experimental top level bootstrap) Move stage1
7573         language setting from all- target to configure- target; disable
7574         intermodule optimization in stage 1; prevent gratuitous rebuilds
7575         of stage 1.
7576         * Makefile.in: Regenerate.
7577         * configure.in: Comma-separate stage 1 language list for top
7578         level bootstrap.
7579         * configure: Regenerate.
7581         * Makefile.tpl: Clean up experimental top level bootstrap support:
7582         note known problems; set CONFIG_SHELL; don't set BUILD_CC; relocate
7583         prev-gcc in configure- targets as well as all- targets.
7584         * Makefile.in: Regenerate.
7586 2004-03-21  Kelley Cook  <kcook@gcc.gnu.org>
7588         * compile: New file imported from automake.
7590 2004-03-17  Paolo Bonzini  <bonzini@gnu.org>
7592         * configure.in: Remove symbolic link section.
7593         * configure: Regenerate.
7594         * Makefile.tpl (links): Remove.
7595         * Makefile.in: Regenerate.
7597 2004-03-15  Paolo Bonzini  <bonzini@gnu.org>
7598             Nathanael Nerode  <neroden@gcc.gnu.org>
7600         * configure.in (DEFAULT_YACC, DEFAULT_M4, DEFAULT_LEX):
7601         Set with AC_CHECK_PROGS.
7602         * configure.in: Fix comment typo from last patch.
7603         * configure: Regenerate.
7605 2004-03-15  Nathanael Nerode  <neroden@gcc.gnu.org>
7607         * Makefile.tpl: Introduce experimental top level bootstrap support.
7608         * Makefile.in: Regenerate.
7609         * configure.in: Introduce support for top level bootstrap.
7610         * configure: Regenerate.
7612 2004-03-12  Eric Botcazou  <ebotcazou@gcc.gnu.org>
7613             Paolo Bonzini  <bonzini@gnu.org>
7615         PR bootstrap/14522
7616         * configure.in: Cope with shells that do not support unquoted ^
7617         * configure: Regenerate.
7619 2004-03-11  Eric Botcazou  <ebotcazou@gcc.gnu.org>
7620             Paolo Bonzini  <bonzini@gnu.org>
7622         PR bootstrap/14522
7623         * configure.in: Cope with shells that do not support nesting
7624         quotes inside quoted backquote substitutions.
7625         * configure: Regenerate.
7627 2004-03-10  Andrew Pinski  <pinskia@physics.uc.edu>
7629         PR bootstrap/14522
7630         * configure.in: Fix escaping of $.
7631         * configure: Regenerate.
7633 2004-03-11  Nathanael Nerode  <neroden@gcc.gnu.org>
7635         * configure: Regenerate, since I forgot to while committing Paolo's
7636         changes.
7638 2004-03-08  Paolo Bonzini  <bonzini@gnu.org>
7640         PR ada/14131
7641         Move language detection to the top level.
7642         * configure.in: Find default values for the tools as
7643         soon as possible.  Disable ada if GNAT is not found.
7644         Emit error message about missing languages.  Expand
7645         --enable-languages=all for the gcc subdirectory.
7647 2004-03-10  Ben Elliston  <bje@gnu.org>
7649         * MAINTAINERS: Update my email address.
7651 2004-03-05  David Edelsohn  <edelsohn@gnu.org>
7653         * ltconfig: Disable building static libraries if building shared
7654         libraries on AIX 5L.
7656 2004-03-01  Richard Sandiford  <rsandifo@redhat.com>
7658         * configure.in (mips64*-*-linux*): Override mips*-*-linux* case
7659         and disable libgcj.
7660         * configure: Regenerated.
7662 2004-03-01  Brian Booth  <bbooth@redhat.com>
7664         * MAINTAINERS: Add myself to write-after-approval.
7666 2004-03-01  Paolo Bonzini  <bonzini@gnu.org>
7668         * MAINTAINERS: Add myself to write-after-approval.
7670 2004-02-28  Nathanael Nerode  <neroden@gcc.gnu.org>
7672         PR bootstrap/7087
7673         * Makefile.tpl: Guard XFOO sed statements better.
7674         * Makefile.tpl: Add dependency for configure-target-libada.
7675         * Makefile.in: Regenerate (incidentally fixes broken
7676         commit when libada-branch was merged).
7678 2004-02-25  Kelley Cook  <kcook@gcc.gnu.org>
7680         * MAINTAINERS: Add myself to write-after-approval.
7682 2004-02-20  Andrew Pinski  <pinskia@physics.uc.edu>
7684         * MAINTAINERS: Add Nicola Pero and myself as libobjc
7685         maintainers.
7687 2004-02-20  Andrew Cagney  <cagney@redhat.com>
7689         * config.guess: Update from version 2003-10-16 to 2004-02-16.
7690         * config.sub: Update from version 2003-11-03 to 2004-02-16.
7692 2004-02-19  Nathanael Nerode  <neroden@gcc.gnu.org>
7694         PR bootstrap/11932
7695         * mkinstalldirs, install-sh: Import from automake CVS HEAD.
7697 2004-02-14  Jerry Quinn  <jlquinn@optonline.net>
7699         * MAINTAINERS: Added myself to write-after-approval.
7701 2004-02-14  Michael Koch  <konqueror@gmx.de>
7703         * MAINTAINERS: Added myself to write-after-approval.
7705 2004-02-13  Joseph S. Myers  <jsm@polyomino.org.uk>
7707         * MAINTAINERS: Move Steve Chamberlain to write-after-approval.  Move
7708         some OS port maintainers to OS port maintainers section.
7710 2004-02-13  Frank Ch. Eigler  <fche@redhat.com>
7712         * MAINTAINERS: Add self.
7714 2004-02-12  Kazu Hirata  <kazu@cs.umass.edu>
7716         * MAINTAINERS: Alphabetize.
7718 2004-02-12  Paolo Bonzini  <bonzini@gnu.org>
7720         * MAINTAINERS: Remove myself.
7722 2004-02-11  David Edelsohn  <edelsohn@gnu.org>
7724         * configure.in (powerpc-*-aix*): Add target-libada to noconfigdirs.
7725         (rs6000-*-aix*): Same.
7726         * configure: Regenerate.
7728 2004-02-11  Kelley Cook  <kcook@gcc.gnu.org>
7730         * configure.in (host): Add in missing $noconfigdirs to defines.
7731         * configure: Regenerate.
7733 2004-02-10  Arnaud Charlet  <charlet@act-europe.fr>,
7734             Nathanael Nerode  <neroden@gcc.gnu.org>
7736         PR ada/6637, PR ada/5911
7737         Merge with libada-branch:
7738         * configure.in, Makefile.tpl, Makefile.def: Add target-libada,
7739         with appropriate dependencies. Add --enable-libada configure switch.
7740         * configure, Makefile.in: Regenerate.
7742 2004-02-09  Paolo Bonzini  <bonzini@gnu.org>
7744         * MAINTAINERS: Add myself to write-after-approval.
7746 2004-02-05  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
7748         * configure.in: Don't pass --with-stabs on IRIX 5 either.
7749         * configure: Regenerate.
7751 2004-02-04  Geoffrey Keating  <geoffk@apple.com>
7753         Merge from upstream:
7755         * ltmain.in: When setting IFS to '~', be careful about user
7756         arguments that contain '~'.
7758         2004-02-04  Peter O'Gorman  <peter@pogma.com>
7760         * ltmain.in (infer_tag): Move tag inferrence to a shell function.
7761         Also test $base_compile against $CC with escaped arguments. Bug
7762         reported by Geoff Keating <geoffk@apple.com>.
7764 2004-02-04  Kazu Hirata  <kazu@cs.umass.edu>
7766         * MAINTAINERS: Remove i960 port.
7768 2004-01-23  DJ Delorie  <dj@redhat.com>
7770         * Makefile.def (target_modules) [libiberty]: Don't stage.
7771         * Makefile.in: Rebuilt.
7773 2004-01-20  Caroline Tice  <ctice@apple.com>
7775         * MAINTAINERS: Add myself to write-after-approval.
7777 2004-01-19  Paolo Carlini  <pcarlini@suse.de>
7779         * MAINTAINERS: Update my email address.
7781 2004-01-18  James A. Morrison  <ja2morri@uwaterloo.ca>
7783         * MAINTAINERS: Add myself to write-after-approval.
7785 2004-01-17  Volker Reichelt  <reichelt@igpm.rwth-aachen.de>
7787         * MAINTAINERS: Remove entries without email address.
7789 2004-01-15  Daniel Jacobowitz  <drow@mvista.com>
7791         * MAINTAINERS: Add myself to write-after-approval.
7793 2004-01-15  Steven Bosscher  <stevenb@suse.de>
7795         * MAINTAINERS: Update my email address.
7797 2004-01-14  Loren J. Rittle  <ljrittle@acm.org>
7799         * Makefile.def (target_modules) [libtermcap, libiberty, zlib]: Stage.
7800         * Makefile.tpl (configure-target-[+module+]): Support stage.
7801         * Makefile.in: Rebuilt.
7803 2004-01-12  Ian Lance Taylor  <ian@wasabisystems.com>
7805         * MAINTAINERS: Add myself as a libiberty MAINTAINER.
7807 2004-01-10  Richard Sandiford  <rsandifo@redhat.com>
7809         * MAINTAINERS: Add myself as a MIPS maintainer.
7811 2004-01-04  Nathanael Nerode  <neroden@gcc.gnu.org>
7813         * configure.in: Use ./config.cache, not config.cache.
7814         * configure: Regenerate.
7815         * Makefile.tpl: Special-casing not needed for GCC any more.
7816         * Makefile.in: Regenerate.
7818         * configure.in: Don't share a cache file for host dirs.
7819         * configure: Regenerate.
7821         * config-ml.in: Don't mess with the cache file.
7823 2004-01-04  Eric Botcazou  <ebotcazou@libertysurf.fr>
7825         * MAINTAINERS: Move myself from 'Write After Approval' to
7826         'CPU Port Maintainers' section as SPARC maintainer.
7828 2004-01-03  Nathanael Nerode  <neroden@gcc.gnu.org>
7830         * Makefile.tpl: Make GCC use a separate config.cache.
7831         * Makefile.in: Regenerate.
7833         PR bootstrap/11932, PR bootstrap/11933
7834         (I don't know if it will fix either of them, but it relates
7835         to them.)
7836         * configure.in: Don't use shared config.cache for target
7837         directories.
7838         * configure: Regenerate.
7840 2004-01-02  Dan Nicolaescu  <dann@ics.uci.edu>
7842         * MAINTAINERS: Add myself to 'Write After Approval' section.
7844 2003-12-31  Roger Sayle  <roger@eyesopen.com>
7846         * configure.in (ia64*-*-hpux*): Disable building java libraries.
7847         * configure: Regenerated.
7849 2003-12-23  Kazu Hirata  <kazu@cs.umass.edu>
7851         * MAINTAINERS: Remove the mn10200 maintainer.
7853 2003-12-21  Bernardo Innocenti  <bernie@develer.com>
7855         * configure.in (*-*-uclinux): Exclude newlib, libgloss and rda.
7856         * configure: Regenerated.
7858 2003-12-16  Jan Hubicka  <jh@suse.cz>
7860         * MAINTAINERS: Add myself as callgraph maintainer.
7862 2003-12-08  Thomas Fitzsimmons  <fitzsim@redhat.com>
7864         * configure.in (raw_libstdcxx_flags): Remove the leading space.
7865         * configure: Regenerate.
7867 2003-12-01  Giovanni Bajo  <giovannibajo@gcc.gnu.org>
7869         * MAINTAINERS: Move myself from 'Bug database only accounts' to
7870         'Write After Approval' section. Update email.
7872 2003-12-01  James Lemke  <jim@wasabisystems.com>
7874         * MAINTAINERS (Write After Approval): Add myself.
7876 2003-11-20  Matt Thomas  <matt@3am-software.com>
7878         * MAINTAINERS: Add myself as a vax port maintainer.
7880 2003-11-20  Kelley Cook  <kcook@gcc.gnu.org>
7882         * Makefile.tpl (BASE_FLAGS_TO_PASS): Pass along CONFIG_SHELL.
7883         (configure-build-[+module+], configure-[+module+]): Likewise.
7884         (configure-target-[+module+], configure-gcc, config.status): Likewise.
7885         * Makefile.in: Regenerate.
7887 2003-11-19  Andreas Tobler  <a.tobler@schweiz.ch>
7889         * libtool.m4: Sync darwin bits from libtool cvs to build a gcc with
7890         shared/dylibed libraries.
7891         * ltmain.sh: Likewise.
7892         * ltcf-c.sh: Likewise, disable shared library build for OS-X < 10.3.
7893         * ltcf-cxx.sh: Likewise.
7894         * ltcf-gcj.sh: Likewise.
7895         * ltconfig: Likewise.
7897 2003-11-17  Stan Cox  <scox@redhat.com>
7899         * MAINTAINERS: Add myself as iq2000 port maintainer.
7901 2003-11-14  Arnaud Charlet  <charlet@act-europe.fr>
7903         * Makefile.tpl (EXTRA_GCC_FLAGS): Pass BOOT_ADAFLAGS.
7904         * Makefile.in: Regenerate.
7906 2003-11-03  Ulrich Weigand  <uweigand@de.ibm.com>
7908         * config.sub: Update to 2003-11-03 version.
7910 2003-10-20  Phil Edwards  <phil@codesourcery.com>
7912         * configure.in (*-*-vxworks):  Add target-libiberty to noconfdirs.
7913         * configure:  Regenerate.
7915 2003-10-20  Nicolas Pitre  <nico@cam.org>
7917         * MAINTAINERS: Add myself to 'Write After Approval' section.
7919 2003-10-20  Arnaud Charlet  <charlet@act-europe.fr>
7921         * MAINTAINERS (Various maintainers: Ada front end): Added myself.
7923 2003-10-19  Joseph S. Myers  <jsm@polyomino.org.uk>
7925         * MAINTAINERS: Update my email address.
7927 2003-10-17  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
7929         * config-ml.in (multi-do): Pass MULTIFLAGS to subdir makes.
7931 2003-10-17  Ralph Loader  <rcl@ihug.co.nz>
7933         * MAINTAINERS: Add myself to 'Write After Approval' section.
7935 2003-10-16  Bernardo Innocenti  <bernie@develer.com>
7937         * config.guess: Update to 2003-10-16 version.
7938         * config.sub: Update to 2003-10-16 version.
7940 2003-10-15  David Daney  <ddaney@avtrex.com>
7942         * MAINTAINERS: Added myself to 'Write After Approval' section.
7944 2003-10-15  Falk Hueffner  <falk@debian.org>
7946         * MAINTAINERS: Move myself from 'Bug database only accounts' to
7947         'Write After Approval' section. Update email.
7949 2003-10-14  Roger Sayle  <roger@eyesopen.com>
7951         * MAINTAINERS: Move myself from 'Write After Approval' to
7952         'Various Maintainers' section as middle-end maintainer.
7954 2003-10-13  Nathanael Nerode  <neroden@gcc.gnu.org>
7956         * Makefile.tpl: Make GCC_FLAGS_TO_PASS a superset of
7957         HOST_FLAGS_TO_PASS.
7958         * Makefile.in: Regenerate.
7960 2003-10-11  Bernardo Innocenti  <bernie@develer.com>
7962         * config.guess: Update to 2003-10-07 version.
7963         * config.sub: Update to 2003-10-07 version.
7965 2003-10-06  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
7967         * ltcf-cxx.sh (irix5*, irix6*): Prefix -soname and its arg with ${wl}.
7968         * ltconfig (irix5*, irix6*): Don't override version_type.
7970 2003-10-05  Mohan Embar  <gnustuff@thisiscool.com>
7972         * configure.in: Allow explicit specification of CFLAGS_FOR_BUILD.
7973         * configure: Rebuilt
7974         * Makefile.tpl: Use CFLAGS_FOR_BUILD computed by configure
7975         * Makefile.in: Rebuilt
7977 2003-10-03  H.J. Lu  <hongjiu.lu@intel.com>
7979         * ltconfig (sys_lib_search_path_spec): Fix a typo for HPUX.
7981 2003-09-30  Carlo Wood  <carlo@alinoe.com>
7983         * MAINTAINERS (Write After Approval): Add myself.
7985 2003-09-29  Paul Koning  <ni1d@arrl.net>
7987         * MAINTAINERS: Move myself from "Write After Approval"
7988         to CPU platform maintainers for pdp11 platform.
7990 2003-09-23  Andreas Tobler  <a.tobler@schweiz.ch>
7992         * MAINTAINERS: Move myself from 'Write After Approval' to
7993         'Various Maintainers' section as libffi testsuite maintainer.
7995 2003-09-21  Daniel Jacobowitz  <drow@mvista.com>
7997         * configure.in: Pass a computed --program-transform-name
7998         to subconfigures.
7999         * configure: Regenerated.
8001 2003-09-20  Nathanael Nerode  <neroden@gcc.gnu.org>
8003         * Makefile.tpl: Don't pass down obsolete ENQUIRE variable.
8004         * Makefile.in: Regenerate.
8006         * Makefile.tpl: Don't pass (unused) DLLTOOL or WINDRES to gcc.
8007         * Makefile.in: Regenerate.
8009 2003-09-19  Ziemowit Laski  <zlaski@apple.com>
8011         * MAINTAINERS: Move myself from 'Write After Approval'
8012         to 'Various Maintainers' (objective-c) section.
8014 2003-09-17  Daniel Jacobowitz  <drow@mvista.com>
8016         * configure.in (TOPLEVEL_CONFIGURE_ARGUMENTS, baseargs): Fix
8017         quoting.
8018         * configure: Regenerated.
8020 2003-09-16  Joel Brobecker  <brobecker@gnat.com>
8022         * MAINTAINERS (Write After Approval): Add myself to write after
8023         approval list.
8025 2003-09-16  Dorit Naishlos  <dorit@il.ibm.com>
8027         * MAINTAINERS (Write After Approval): Add myself.
8029 2003-09-09  Ian Lance Taylor  <ian@wasabisystems.com>
8031         * MAINTAINERS: Update my e-mail address.
8033 2003-09-09  Alan Modra  <amodra@bigpond.net.au>
8035         * libtool.m4 (LD): Correct powerpc64 host match.
8037 2003-09-06  James E Wilson  <wilson@tuliptree.org>
8039         * MAINTAINTERS: Update my affiliation and email address.
8041 2003-09-06  Zdenek Dvorak  <rakdver@atrey.karlin.mff.cuni.cz>
8043         * MAINTAINERS (Write After Approval): Add myself.
8045 2003-09-04  DJ Delorie  <dj@redhat.com>
8047         * configure: Regenerate.
8049 2003-09-04  Robert Millan  <robertmh@gnu.org>
8051         * configure.in: Match GNU/KFreeBSD with new kfreebsd*-gnu triplet.
8053 2003-09-02  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
8055         * configure.in: Ensure arguments to sed are properly spaced.
8056         * configure: Regenerate.
8058 2003-08-30  Gerald Pfeifer  <gerald@pfeifer.com>
8060         * MAINTAINERS: Update my e-mail address.
8062 2003-08-28  Mohan Embar  <gnustuff@thisiscool.com>
8064         * MAINTAINERS (Write After Approval): Add myself.
8066 2003-08-27  Daniel Jacobowitz  <drow@mvista.com>
8068         * configure.in: Set RAW_CXX_FOR_TARGET if unset.
8069         * configure: Regenerated.
8071 2003-08-23  Marek Michalkiewicz  <marekm@amelek.gda.pl>
8073         * MAINTAINERS: Update my email address.
8075 2003-08-23  Phil Edwards  <pme@gcc.gnu.org>
8077         * configure.in:  Use newline instead of semicolon when assuming
8078         shell arguments in a for loop.
8079         * configure:  Regenerated.
8081 2003-08-22  Jason Eckhardt  <jle@rice.edu>
8083         * MAINTAINERS: Resurrect the i860 maintainer.
8085 2003-08-20  Geoffrey Keating  <geoffk@apple.com>
8087         PR 8180
8088         * configure.in: When testing with_libs and with_headers, treat
8089         'no' as unset.  Based on a patch by Dan Kegel <dank@kegel.com>.
8090         * configure: Regenerate.
8092         * configure.in (TOPLEVEL_CONFIGURE_ARGUMENTS): Quote properly for
8093         make, shell, etc.
8094         (baseargs): Likewise.
8095         * configure: Regenerate.
8097 2003-08-20  Bernardo Innocenti  <bernie@develer.com>
8099         * MAINTAINERS (Write After Approval): Add myself.
8101 2003-08-19  Geoffrey Keating  <geoffk@apple.com>
8103         * configure.in: Disable libgcj for darwin not on powerpc.
8104         * configure: Rebuild.
8106 2003-08-14  Alexandre Duret-Lutz  <adl@gnu.org>
8108         * config-ml.in, symlink-tree: Add license.
8110 2003-08-03  Richard Stallman  <rms@gnu.org>
8111             Eben Moglen  <moglen@columbia.edu>
8113         * README.SCO: New file.
8115 2003-08-01  Matt Kraai  <kraai@alumni.cmu.edu>
8117         * Makefile.tpl (check, check-c++): Express dependencies using
8118         dependencies rather than commands.
8119         * Makefile.in: Regenerate.
8121 2003-08-01  Andrew Cagney  <cagney@redhat.com>
8123         * configure.in (noconfigdirs): Do not add GDB when m32r-*-*.
8124         * configure: Ditto.
8126 2003-07-31  Geoffrey Keating  <geoffk@apple.com>
8128         * Makefile.tpl (libsubdir): Use gcc instead of gcc-lib.
8129         * Makefile.in: Update.
8131 2003-07-30  Andreas Tobler  <a.tobler@schweiz.ch>
8133         * configure.in: Enable libgcj for darwin.
8134         * configure: Rebuild.
8136 2003-07-29  Phil Edwards  <pme@gcc.gnu.org>
8138         * config-ml.in:  Use ac_configure_args directly instead of
8139         ml_arguments.  Only set ml_norecursion if --no[-]recursion is
8140         actually seen.
8142 2003-07-27  Nathanael Nerode  <neroden@gcc.gnu.org>
8144         * Makefile.tpl: Use 'mkinstalldirs' rather than 'mkdir' when
8145         creating target and build subdirs to build all parent dirs as needed.
8146         * Makefile.in: Rebuild.
8147         * configure.in: Don't build dirs explicitly here.
8148         * configure: Rebuild.
8150 2003-07-26  Paul Brook  <paul@nowt.org>
8152         * MAINTAINERS (fortran 95): Add myself, Steven Bosscher and Toon Moene.
8154 2003-07-22  Alexandre Oliva  <aoliva@redhat.com>
8156         * Makefile.tpl (all-make): Depend on intl.
8157         * Makefile.in: Rebuilt.
8159 2003-07-20  Phil Edwards  <pme@gcc.gnu.org>
8161         * install-sh:  Update to newer upstream versions (associated with
8162         aclocal 1.7).
8163         * mkinstalldirs:  Likewise.
8164         * missing:  Likewise, plus $1Help2man -> $1 typo fix.
8166 2003-07-16  Andrew Pinski  <pinskia@gcc.gnu.org>
8168         * MAINTAINERS: Move self from Bug database only accounts
8169         to write-after-approval.
8171 2003-07-16  Nathanael Nerode  <neroden@gcc.gnu.org>
8173         * config.if: Remove unused libc_interface determination.
8175 2003-07-14  Nathanael Nerode  <neroden@gcc.gnu.org>
8177         * MAINTAINERS: Move self from write-after-approval to
8178         build machinery (*.in).
8180 2003-07-13  Nathanael Nerode  <neroden@gcc.gnu.org>
8182         PR bootstrap/11273
8183         PR bootstrap/11408
8184         * Makefile.tpl: Set INSTALL and friends using autoconf.  Remove
8185         unused INSTALL_PROGRAM_ARGS.
8186         * configure.in: Use AC_PROG_INSTALL.
8187         * Makefile.in: Regenerate.
8188         * configure: Regenerate.
8190 2003-07-13  Kazu Hirata  <kazu@cs.umass.edu>
8192         * MAINTAINERS: Alphabetize.
8194 2003-07-10  Alexandre Oliva  <aoliva@redhat.com>
8196         * configure: Rebuilt.
8197         2001-09-26  Alexandre Oliva  <aoliva@redhat.com>
8198         * configure.in (noconfigdirs) [am33_2.0-*-linux*]: Don't build
8199         newlib nor libgloss.
8200         Wed May  9 10:07:19 2001  Alexandre Oliva  <aoliva@redhat.com>
8201         * configure.in (am33_2.0-*-linux*): Added.
8203 2003-07-09  Bob Wilson  <bob.wilson@acm.org>
8205         * configure.in: Add ${libgcj} to noconfigdirs for xtensa-*-* targets.
8206         * configure: Regenerate.
8208 2003-07-07  Zack Weinberg  <zack@codesourcery.com>
8210         * Makefile.tpl (configure-gcc): Depend on maybe-configure-intl.
8211         * Makefile.in: Regenerate.
8213 2003-07-04  Zack Weinberg  <zack@codesourcery.com>
8215         * Makefile.tpl (all-bootstrap): Depend on maybe-all-intl.
8216         * Makefile.in: Regenerate.
8218 2003-07-04  H.J. Lu  <hongjiu.lu@intel.com>
8220         * Makefile.tpl: Replace PWD with PWD_COMMAND.
8221         * Makefile.in: Regenerated.
8223         * config-ml.in: Replace PWD with PWD_COMMAND.
8225 2003-07-04  Zack Weinberg  <zack@codesourcery.com>
8227         * intl: New directory; see intl/ChangeLog for details.
8228         * ABOUT-NLS, config.rpath: Import from gettext 0.12.1.
8229         * Makefile.tpl: all-gcc depends on maybe-all-intl.
8230         * Makefile.in: Regenerate.
8232 2003-06-27  Nathanael Nerode  <neroden@gcc.gnu.org>
8234         * configure.in: Clean up config-lang.in handling.  Delete
8235         useless assignment to "subdirs".
8236         * configure: Regenerate.
8238 2003-06-26  Nathanael Nerode  <neroden@gcc.gnu.org>
8240         * configure.in: Rename 'target_libs' to 'target_libraries'.
8241         Remove useless reference to 'target_libs'.
8242         * configure: Regenerate.
8244 2003-06-23  Keith Seitz  <kseitz@sources.redhat.com>
8246         * Makefile.tpl: Add maybe-configure-itcl to configure-gdb.
8247         * Makefile.in: Regenerate.
8249 2003-06-23  Nathanael Nerode  <neroden@gcc.gnu.org>
8251         * Makefile.def: Introduce flags_to_pass.
8252         * Makefile.tpl: Generate BASE_FLAGS_TO_PASS using it.
8253         * Makefile.in: Regenerate.
8255 2003-06-23  Hans-Peter Nilsson  <hp@bitrange.com>
8257         * configure.in (noconfigdirs) <cris-*-*>: Disable target-newlib
8258         and target-libgloss.
8259         <d30v-*-*, fr30-*-*, i960-*-*, m32r-*-*>: Disable gdb.
8260         <h8300*-*-*>: Disable libf2c and ${libgcj}.
8261         * configure: Regenerate.
8263 2003-06-17  Benjamin Kosnik  <bkoz@redhat.com>
8265         * configure.in: Update testsuite_flags to new location.
8266         * configure. Regenerate.
8268 2003-06-18  Nathanael Nerode  <neroden@gcc.gnu.org>
8270         * Makefile.tpl: Remove BUILD_CC stuff.
8271         * Makefile.in: Regenerate.
8273 2003-06-17  Kazu Hirata  <kazu@cs.umass.edu>
8275         * MAINTAINERS (Write After Approval): Remove Andrew Haley.
8277 2003-06-16  Graeme Peterson  <gp@qnx.com>
8279         * MAINTAINERS (Write After Approval): Add myself.
8281 2003-06-14  H.J. Lu  <hongjiu.lu@intel.com>
8283         * config.guess: Update to 2003-06-12 version.
8284         * config.sub: Update to 2003-06-13 version.
8286 2003-06-12  H.J. Lu  <hongjiu.lu@intel.com>
8288         * config.guess: Update to 2003-06-06 version.
8289         * config.sub: Update to 2003-06-06 version.
8291 2003-06-11  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
8293         * configure.in: Don't pass --with-stabs for mips*-sgi-irix6*o32.
8294         * configure. Regenerate.
8296 2003-06-10  Nathanael Nerode  <neroden@gcc.gnu.org>
8298         * configure.in: Disable serial configure by default.
8299         * configure: Regenerate.
8300         * Makefile.tpl: Abolish .NOTPARALLEL.
8301         * Makefile.in: Regenerate.
8303         * Makefile.tpl: Replace {build,host,target}_canonical by
8304         {build,host,target}.
8305         * Makefile.in: Regenerate.
8307         * Makefile.tpl: Fix stupid pasto.
8308         * Makefile.in: Regenerate.
8310 2003-06-09  Nathanael Nerode  <neroden@gcc.gnu.org>
8312         * Makefile.tpl: Remove bogus conditional.
8313         * Makefile.in: Regenerate.
8315 2003-06-05  Jan Hubicka  <jh@suse.cz>
8317         * Makefile.tpl (profiledbootstrap): New target.
8318         * Makefile.in (profiledbootstrap): New target.
8320 2003-06-05  Wolfgang Bangerth  <bangerth@dealii.org>
8322         * MAINTAINERS (Bugzilla only): Add Dara Hazeghi and Andrew
8323         Pinski. Remove user names from other bugzilla-only maintainers.
8325 2003-06-03  Nathanael Nerode  <neroden@gcc.gnu.org>
8327         * Makefile.tpl: Make 'recursive targets' using autogen rather
8328         than shell loop.  Remove duplicate 'clean' targets and false
8329         comments.
8330         * Makefile.def: Add systematic dependencies to 'recursive' targets.
8331         Add systematic method of specifying missing targets in subdirs.
8332         Add copyright boilerplate.
8333         * Makefile.in: Regenerate.
8334         * configure.in: Add 'recursive targets' to maybe list.
8335         * configure: Regenerate.
8337         * MAINTAINERS: "GNATS only" -> "Bug database only".
8339         * Makefile.tpl: Rename [+target+] to [+make_target+].
8340         * Makefile.def: Rename 'target' to 'make_target'.
8342 2003-05-31  Neil Booth  <neil@daikokuya.co.uk>
8344         * MAINTAINERS: Add self as options handling maintainer.
8346 2003-05-28  Michael Meissner  <gnu@the-meissners.org>
8348         * MAINTAINERS: Remove myself as m32r/v850 maintainer, since it has
8349         been too long since I touched those ports.
8351 2003-05-28  DJ Delorie  <dj@redhat.com>
8353         * Makefile.tpl: Make maybe-check-gcc .PHONY.
8354         * Makefile.in: Regenerate.
8356 2003-05-21  Maciej W. Rozycki  <macro@ds2.pg.gda.pl>
8358         * configure.in: Use curly braces in the definition of tooldir.
8359         * configure: Regenerate.
8361 2003-05-21  DJ Delorie  <dj@redhat.com>
8363         * Makefile.tpl (configure-target-libiberty): Depend only on gcc, not
8364         newlib or libgloss.
8365         * Makefile.in: Regenerate.
8367 2003-05-21  DJ Delorie  <dj@redhat.com>
8369         * Makefile.tpl: Add missing empty maybe-check-gcc target.
8370         * Makefile.in: Regenerate.
8372 2003-05-20  Ian Lance Taylor  <ian@airs.com>
8374         * MAINTAINERS: Update my e-mail address.
8376 2003-05-19  Nathanael Nerode  <neroden@gcc.gnu.org>
8378         * configure.in: Switch more things to use maybe dependencies.
8379         * Makefile.tpl: Switch more things to use maybe dependencies.
8380         Factor out common code from autogen IF statements.
8381         * configure: Regenerate.
8382         * Makefile.in: Regenerate.
8384 2003-05-14  Kelley Cook  <kelleycook@wideopenwest.com>
8386         * configure.in: Accept i[3456789]86 for machine type.
8387         * configure: Regenerate.
8389 2003-05-18  Nathanael Nerode  <neroden@gcc.gnu.org>
8391         * configure.in: Switch more things to use maybe dependencies.
8392         Rearrange a little.  Use GCC_TOPLEV_SUBDIRS.
8393         * configure: Regenerate.
8394         * Makefile.tpl: Switch more things to use maybe dependencies.
8395         * Makefile.in: Regenerate.
8397 2003-05-16  Andreas Schwab  <schwab@suse.de>
8399         * Makefile.tpl (install-opcodes): Define.
8400         * Makefile.in: Rebuild.
8402 2003-05-13  Andreas Jaeger  <aj@suse.de>
8404         * config.guess: Update to 2003-05-09 version.
8405         * config.sub: Update to 2003-05-09 version.
8407 2003-05-13  Michael Eager  <eager@mvista.com>
8409         * configure.in: Correct sed script so that options in quotes are not
8410         deleted.
8411         * configure: Rebuild.
8413 2003-05-12  Corinna Vinschen  <corinna@vinschen.de>
8415         * configure.in (FLAGS_FOR_TARGET): Remove $$s/newlib/libc/sys/cygwin
8416         and $$s/newlib/libc/sys/cygwin32 include paths.
8417         * configure: Ditto.
8419 2003-05-12  Michael Meissner  <gnu@the-meissners.org>
8421         * MAINTAINERS: Update my email addresses.
8423 2003-05-06  Eric Botcazou  <ebotcazou@libertysurf.fr>
8425         * config-ml.in: Propagate INSTALL variables.
8427 2003-05-04  Gerald Pfeifer  <pfeifer@dbai.tuwien.ac.at>
8429         * MAINTAINERS: Remove duplicate entries in Write After Approval.
8431 2003-05-02  Chris Demetriou  <cgd@broadcom.com>
8433         * Makefile.tpl: Require "makeinfo" from texinfo 4.2 or later.
8434         * Makefile.in: Regenerate.
8436 2003-05-02  Wolfgang Bangerth  <bangerth@dealii.org>
8438         * MAINTAINERS (GNATS only): Add Falk Hueffner.
8440 2003-04-30  Wolfgang Bangerth  <bangerth@dealii.org>
8442         * MAINTAINERS (GNATS only): Add Giovanni Bajo.
8444 2003-04-27  Daniel Jacobowitz  <drow@mvista.com>
8446         * Makefile.tpl: Clean $(BUILD_SUBDIR).
8447         * Makefile.in: Regenerated.
8449 2003-04-25  Wolfgang Bangerth  <bangerth@dealii.org>
8451         * MAINTAINERS (Write After Approval): Upgrade myself from
8452         GNATS only to write-after-approval. Update my mail address.
8454 2003-04-25  Loren J. Rittle  <ljrittle@acm.org>
8456         (OS Port Maintainers: freebsd): Add myself.
8458 2003-04-22  Mark Mitchell  <mark@codesourcery.com>
8460         * MAINTAINERS (java): Remove Alexandre Petit-Bianco.
8462 2003-04-22  Kean Johnston  <jkj@sco.com>
8464         * MAINTAINERS (SCO ports): Added myself.
8466 2003-04-21  Nathan Sidwell  <nathan@codesourcery.com>
8468         * MAINTAINERS (gcov): Add myself and Jan Hubicka.
8470 2003-04-19  Kean Johnston  <jkj@sco.com>
8472         * MAINTAINERS (Write After Approval): Add myself.
8474 2003-04-18  Gerald Pfeifer  <pfeifer@dbai.tuwien.ac.at>
8476         * Makefile.tpl (MAKEINFOFLAGS): Default to --split-size=5000000.
8477         * Makefile.in: Regenerate.
8479 2003-04-18  Jakub Jelinek  <jakub@redhat.com>
8481         * configure.in (powerpc64*-*-linux*): Remove.
8482         * configure: Rebuilt.
8484 2003-04-17  Phil Edwards  <pme@gcc.gnu.org>
8486         * Makefile.tpl (GCC_STRAP_TARGETS):  New variable containing all the
8487         previous bootstrap targets, plus bubblestrap, quickstrap, cleanstrap,
8488         and restrap.
8489         * Makefile.in:  Regenerate.
8491 2003-04-16  Richard Earnshaw  <rearnsha@arm.com>
8493         * configure.in (arm-*-netbsdelf*): Enable building java libraries.
8494         * configure: Regenerated.
8496 2003-04-15  DJ Delorie  <dj@redhat.com>
8498         * MAINTAINERS: Remove myself as windows/cygwin/mingw maintainer.
8500 2003-04-13  Nick Clifton  <nickc@redhat.com>
8502         * config-ml.in: Remove support for --disable-aix removing
8503         call-aix multilibs.
8505 2003-04-10  Alexandre Oliva  <aoliva@redhat.com>
8507         * libtool.m4 (lt_cv_deplibs_check_method): Use pass_all on mips*.
8508         * */configure: Rebuilt.
8510 2003-04-08  Joel Sherrill  <joel@oarcorp.com>
8512         * MAINTAINERS: Add my email address.
8514 2003-03-17  Olivier Hainque  <hainque@act-europe.fr>
8516         * MAINTAINERS (Write After Approval): Add myself.
8518 2003-03-14  Nathanael Nerode  <neroden@gcc.gnu.org>
8520         * Makefile.tpl: Move .NOEXPORT, MAKEOVERRIDES back down.
8521         * Makefile.in: Regenerate.
8523 2003-03-14  Michael Chastain  <mec@shout.net>
8525         * Makefile.in: Regenerate with correct Makefile.def.
8527 2003-03-12  Nathanael Nerode  <neroden@gcc.gnu.org>
8529         * Makefile.tpl: Move .NOEXPORT, MAKEOVERRIDES up.  Delete unused
8530         Make macro.
8531         * Makefile.in: Regenerate.
8532         * configure.in: Clean up gxx_include_dir logic.
8533         * configure: Regenerate.
8535 2003-03-12  Ansgar Esztermann  <ansgar@thphy.uni-duesseldorf.de>
8537         * MAINTAINERS (Write After Approval): Add myself.
8539 2003-03-10  Ben Elliston  <bje@wasabisystems.com>
8541         * MAINTAINERS: Update my mail address.
8543 2003-03-09  Franz Sirl  <Franz.Sirl-kernel@lauterbach.com>
8545         * configure.in (gxx_include_dir): Fix typo.
8546         * configure: Regenerated.
8548 2003-03-04  Nathanael Nerode  <neroden@gcc.gnu.org>
8550         * Makefile.tpl: Reindent.
8551         * Makefile.in: Regenerate.
8552         * configure.in: Reindent.  Don't set unused variables.
8553         * configure: Regenerate.
8555 2003-03-04  Daniel Jacobowitz  <drow@mvista.com>
8557         * configure.in: Include $(build_tooldir)/sys-include in
8558         FLAGS_FOR_TARGET.
8559         * configure: Regenerated.
8561 2003-03-04  Nathanael Nerode  <neroden@gcc.gnu.org>
8563         * Makefile.tpl: Always pass down RANLIB.
8564         * Makefile.in: Regenerate.
8566         * Makefile.tpl: Don't set unused enable_shared, enable_threads macros.
8567         * Makefile.in: Regenerate.
8568         * configure.in: Remove unused logic relating to --enable-shared
8569         and --enable-threads.  Remove bogus comments.  Remove redundant
8570         noconfigdirs.
8571         * configure: Regenerate.
8573         * configure.in: Replace ${libstdcxx_version} by its value.
8574         Remove reference to mh-dgux.
8575         * configure: Regenerate.
8577 2003-03-03  Kevin Buettner  <kevinb@redhat.com>
8579         * MAINTAINERS (Write After Approval): Add myself.
8581 2003-02-28  Nathanael Nerode  <neroden@gcc.gnu.org>
8583         * Makefile.tpl: Rearrange.
8584         * Makefile.in: Regenerate.
8586 2003-02-25  Uwe Stieber  <uwe@wwws.de>
8588         * configure.in: Add support for kaOS as cross build target system.
8589         * configure: Regenerated.
8591 2003-02-24  Steven Bosscher  <steven@gcc.gnu.org>
8593         * MAINTAINERS (Write after approval): Add myself.
8595 2003-02-21  James E Wilson  <wilson@tuliptree.org>
8597         * MAINTAINERS: Update my email address.
8599 2003-02-21  Zack Weinberg  <zack@codesourcery.com>
8601         * MAINTAINERS: Add self to blanket write privs. section.
8603 2003-02-20  Sean McNeil  <sean@blue.mcneil.com>
8605         * Makefile.tpl: Add definition of CPPFLAGS to pass into
8606         configure-target-* as some target builds may require additional
8607         flags for preprocessor tests.
8608         * Makefile.in: Regenerated.
8610 2003-02-19  Alexandre Oliva  <aoliva@redhat.com>
8612         * libtool.m4 (LD): Append -melf* option to LD on IRIX with GNU ld.
8613         * ltconfig: Handle it.
8614         * ltcf-cxx.sh: Use with_gnu_ld passed as a shell variable instead of
8615         auto-detecting it.
8617         * ltcf-cxx.sh: Replace $linker_flags with $compiler_flags wherever
8618         it is used as argument to $CC.
8619         * ltcf-gcj.sh: Likewise.
8621         * configure.in: Introduce --enable-maintainer-mode.
8622         * configure: Rebuilt.
8623         * Makefile.tpl (Makefile.in, configure): Enable dependencies only
8624         for maintainer mode.
8625         * Makefile.in: Rebuilt.
8627 2003-02-18  Jason Merrill  <jason@redhat.com>
8629         * Makefile.tpl (check-c++): Allow parallelism.
8631 2003-02-16  Gerald Pfeifer  <pfeifer@dbai.tuwien.ac.at>
8633         * MAINTAINERS: Remove John Carr (who never actually had access to
8634         gcc.gnu.org).
8636 2003-02-15  Geoffrey Keating  <geoffk@apple.com>
8638         * configure.in (*-*-darwin*): Rename from powerpc*-*-darwin*,
8639         don't configure target-libobjc.
8640         * configure: Regenerate.
8642 2003-02-14  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
8644         * Makefile.tpl (RANLIB): Define.
8645         * Makefile.in: Regenerate.
8647 2003-02-08  Laurynas Biveinis  <laurynas.biveinis@mif.vu.lt>
8649         * MAINTAINERS: Update my email.
8651 2003-02-06  Keith R Seitz  <keiths@redhat.com>
8653         * Makefile.def: Remove "snavigator", "grep", and "db" modules.
8654         * Makefile.tpl: Remove "all-snavigator" and "all-grep".
8655         * Makefile.in: Regenerated.
8656         * configure.in: Remove all traces of snavigator, db, and grep.
8657         * configure: Regenerated.
8659 2003-02-06  Gerald Pfeifer  <pfeifer@dbai.tuwien.ac.at>
8661         * MAINTAINERS: Remove duplicate entry for Bernd Schmidt from Write
8662         After Approval.
8664 2003-02-02  Christian Cornelssen  <ccorn@cs.tu-berlin.de>
8666         * MAINTAINERS (Write after approval): Add myself.
8668 2003-01-31  Frank Ch. Eigler  <fche@redhat.com>
8670         * Makefile.tpl (all-sid): Add libiberty/bfd/opcodes dependencies.
8671         * Makefile.in: Regenerated.
8673 2003-01-30  Roger Sayle  <roger@eyesopen.com>
8675         * config.guess: Updated to 2003-01-30's version.
8676         * config.sub: Updated to 2003-01-28's version.
8678 2003-01-30  Alexandre Oliva  <aoliva@redhat.com>
8680         * config.if: If gcc_version is already set, just use it.  Don't set
8681         gcc_version_trigger if it's already set, otherwise set it to
8682         gcc/version.c, but only if the file exists.  If it is not set and
8683         gcc/version.c does not exist, try to extract the version number from
8684         $CC.
8686 2003-01-29  Andreas Tobler  <a.tobler@schweiz.ch>
8688         * MAINTAINERS: Add myself to write-after-approval list.
8690 2003-01-27  Phil Edwards  <pme@gcc.gnu.org>
8692         * configure.in:  Revert 24Jan change.
8693         * configure:  Regenerate.
8695 2003-01-25  Gerald Pfeifer  <pfeifer@dbai.tuwien.ac.at>
8697         * MAINTAINERS: Remove incorrect entry for Paul Eggert.  Fix
8698         entry of HJ Lu.
8700 2003-01-23  Nathanael Nerode  <neroden@gcc.gnu.org>
8702         * configure.in: Revert previous change.
8703         * configure: Regenerate.
8705 2003-01-23  Nathanael Nerode  <neroden@gcc.gnu.org>
8707         * configure.in: Make rda native-only.
8708         * configure: Regenerate.
8710 2003-01-22  Volker Reichelt  <reichelt@igpm.rwth-aachen.de>
8712         * MAINTAINERS: Move myself from GNATS-only-accounts to
8713         write-after-approval.
8715 2003-01-19  Nathanael Nerode  <neroden@gcc.gnu.org>
8717         * configure.in: Add missing \.
8718         * configure: Rebuilt.
8720 2003-01-17  Jakub Jelinek  <jakub@redhat.com>
8722         * configure.in (baseargs): Avoid using \| in sed regular
8723         expressions.
8724         * configure: Rebuilt.
8726 2003-01-16  Jakub Jelinek  <jakub@redhat.com>
8728         * configure.in (baseargs): Remove all supported forms of
8729         --cache-file, --srcdir, --host, --build and --target options
8730         from argument lists.
8731         * configure: Rebuilt.
8733 2003-01-15  Josef Zlomek  <zlomekj@suse.cz>
8735         * MAINTAINERS: Add myself to write-after-approval list.
8737 2003-01-15  Alexandre Oliva  <aoliva@redhat.com>
8739         * configure.in (noconfigdirs): Don't skip gas on IRIX 6.
8740         * configure: Rebuilt.
8742 2003-01-09  Nathanael Nerode  <neroden@gcc.gnu.org>
8744         * configure.in: Substitute TOPLEVEL_CONFIGURE_ARGUMENTS.
8745         * Makefile.tpl: Pass TOPLEVEL_CONFIGURE_ARGUMENTS to gcc.
8746         * Makefile.in: Regenerate.
8747         * configure: Regenerate.
8749 2003-01-09  Alexandre Oliva  <aoliva@redhat.com>
8751         * configure.in: Remove Makefile in build, host and target modules
8752         unless configure was run with --no-recursion.
8753         * configure: Rebuilt.
8755 2003-01-09  Christian Cornelssen  <ccorn@cs.tu-berlin.de>
8757         * Makefile.tpl (BASE_FLAGS_TO_PASS): Also pass DESTDIR.
8758         (install-info, dir.info): Prepend $(DESTDIR) to $(infodir).
8759         * Makefile.in: Regenerate.
8761 2003-01-08  Chris Demetriou  <cgd@broadcom.com>
8763         * config.guess: Update to 2003-01-03 version.
8764         * config.sub: Update to 2003-01-03 version.
8766 2003-01-07  Christopher Faylor  <cgf@redhat.com>
8768         * configure: Regenerate with proper autoconf 2.13.
8770 2003-01-07  Christopher Faylor  <cgf@redhat.com>
8772         * configure.in: Add AC_PREREQ for consistency.
8773         * configure: Regenerate.
8775 2003-01-06  Andrew Cagney  <ac131313@redhat.com>
8777         * configure.in (GDB_TK): Add tcl directories conditional on
8778         gdb/gdbtk directory being present.
8779         * configure: Regenerate.
8781 2003-01-04  John David Anglin  <dave.anglin@nrc.ca>
8783         * configure.in (LD): Improve test for gcc.  Try to set LD to the ld
8784         used by gcc if LD is not defined and we are not doing a Canadian Cross.
8785         * configure: Rebuilt.
8787 2002-12-31  Tom Tromey  <tromey@redhat.com>
8789         * Makefile.in: Rebuilt.
8790         * Makefile.def (target_modules) [libffi]: Allow installation.
8792 2002-12-31  Andreas Schwab  <schwab@suse.de>
8794         * configure.in: Fix use of $program_transform_name.
8795         * configure: Regenerated.
8797 2002-12-30  Daniel Jacobowitz  <drow@mvista.com>
8799         * configure.in (baseargs): Don't remove first configure argument.
8800         * configure: Regenerated.
8802 2002-12-29  Alexandre Oliva  <aoliva@redhat.com>
8804         * Makefile.tpl (local-distclean): Don't remove...
8805         (multilib.ts): ... this.  Moved into...
8806         (multilib.out): ... this.  Don't use sub-make.
8807         ($(BUILD_SUBDIR)/[+module+]/Makefile, [+module+]/Makefile,
8808         $(TARGET_SUBDIR)/[+module+]/Makefile, gcc/Makefile): Moved into...
8809         (configure-build-[+module+], configure-[+module+],
8810         configure-target-[+module+], configure-gcc): ... these.  Test
8811         for Makefile existence.  Drop config.status from dependencies.
8812         * Makefile.in: Rebuilt.
8813         * configure.in: Move gcc-version-trigger to the end of
8814         ac_configure_args.  Add comments to maybedep.tmp and
8815         serdep.tmp.  Introduce --disable-serial-configure.  Remove
8816         nonopt from baseargs, matching and removing corresponding
8817         whitespace while at it.
8818         * configure: Rebuilt.
8820 2002-12-28  Alexandre Oliva  <aoliva@redhat.com>
8822         * configure.in (host_configargs): Replace reference to
8823         no-longer-defined buildopts with --build=${build_alias}.
8824         * configure: Rebuilt.
8826         * Makefile.tpl ($(NOTPARALLEL)): Move to the end.  Bring uses of
8827         program_transform_name to standard idiom.
8828         (AUTOGEN, AUTOCONF): Define.
8829         (Makefile.in): Use $(AUTOGEN).
8830         (Makefile): Depend on config.status, and use autoconf-style rule to
8831         build it.  Move original commands to...
8832         (config.status): ... this new target.
8833         (configure): Add $(srcdir).  Depend on config/acx.m4.  Use
8834         $(AUTOCONF).
8835         * Makefile.in: Rebuilt.
8837 2002-12-28  Nathanael Nerode  <neroden@gcc.gnu.org>
8839         * Makefile.tpl: Fix dramatic bustage due to change in
8840         program_transform_name.
8841         * Makefile.in: Regenerate.
8843         * configure.in: Remove unnecessary PATH setting.
8844         * configure: Regnerate.
8846         * configure.in: Don't default to unprefixed tools unless
8847         the native tools will work.
8848         * configure: Regenerate.
8850         * configure.in: Convert to autoconf script.  Blow away lots
8851         of now-redundant Makefile fragments.
8852         * configure: Generate using Autoconf.
8853         * Makefile.tpl: Rewrite to reflect autoconfiscation.
8854         * Makefile.in: Regenerate.
8856 2002-12-27  Nathanael Nerode  <neroden@gcc.gnu.org>
8858         * configure: Fix stupid bug where RANLIB was mistakenly included.
8860         * configure.in: Rename (buildargs, hostargs, targargs) to
8861         (build_configargs, host_configargs, target_configargs).
8863         * configure.in: Move logic out of sed statement.
8865         * configure: Remove unneeded 'export's.  Make CC_FOR_TARGET,
8866         CXX_FOR_TARGET, GCJ_FOR_TARGET substituted in configure.in only.
8868 2002-12-25  Svein E. Seldal  <Svein.Seldal@solidas.com>
8870         * config.sub: Import from master repository
8871         * config.guess: Ditto
8873 2002-12-24  Andreas Schwab  <schwab@suse.de>
8875         * Makefile.tpl (multilib.out): Fix missing space.
8876         * Makefile.in: Regenerate.
8878 2002-12-23  Nathanael Nerode  <neroden@gcc.gnu.org>
8880         * Makefile.tpl: Use shared multilib.out.  Use move-if-change for it.
8881         Convert (cd foo; make) to (cd foo && make).  Clean up multilib.out.
8882         * Makefile.in: Regenerate.
8883         * configure.in: Remove unnecessary leftovers.
8885 2002-12-21  Geoffrey Keating  <geoffk@apple.com>
8887         * configure.in (extra_ranlibflags_for_target): New variable.
8888         (*-*-darwin): Add -c to ranlib commands.
8889         * configure (tooldir): Handle extra_ranlibflags_for_target.
8891 2002-12-19  Nathanael Nerode  <neroden@gcc.gnu.org>
8893         * Makefile.tpl: Revert HJL's change.
8894         * Makefile.in: Regenerated.
8895         * configure.in: Put build_prefix before $(BUILD_SUBDIR) here, and
8896         always.
8898 2002-12-19  Andreas Schwab  <schwab@suse.de>
8900         * Makefile.tpl, configure.in: Substitute libstdcxx_incdir.
8901         * Makefile.in: Regenerate.
8903 2002-12-18  H.J. Lu  <hjl@gnu.org>
8905         * Makefile.tpl: Add @build_prefix@ before $(BUILD_SUBDIR).
8906         * Makefile.in: Regenerated.
8908         * configure.in (build_prefix): New. Substitute.
8910 2002-12-18  Nathanael Nerode  <neroden@gcc.gnu.org>
8912         * Makefile.tpl: Don't let real targets depend on phony targets.
8913         * Makefile.in: Regenerate.
8915         * Makefile.tpl (do-info): Depend on maybe-all-texinfo, not all-texinfo.
8916         * Makefile.in: Regenerate.
8918 2002-12-17  Svein E. Seldal  <Svein.Seldal@solidas.com>
8920         * config.sub: Import from master repository
8921         * config.guess: Ditto
8923 2002-12-16  Jason Merrill  <jason@redhat.com>
8925         * Makefile.tpl (all-gcc): Use 'make quickstrap' if there was a
8926         previous 'make bootstrap'.
8927         * Makefile.in: Regenerate.
8929 2002-12-17  Hans-Peter Nilsson  <hp@bitrange.com>
8931         * configure.in (noconfigdirs) [mmix-*-*]: Disable libgloss and gdb.
8933 2002-12-13  Nathanael Nerode  <neroden@gcc.gnu.org>
8935         * configure.in, Makefile.tpl, Makefile.def: Remove tclX.
8936         * Makefile.in: Regenerate.
8938 2002-12-13  Jason Merrill  <jason@redhat.com>
8940         * Makefile.tpl (check-gcc-c++): Renamed from check-c++.  Don't run
8941         library tests.
8942         (check-c++): Just depend on it and check-target-libstdc++-v3.
8943         * Makefile.in: Regenerate.
8945 2002-12-12  Alexandre Oliva  <aoliva@redhat.com>
8947         * Makefile.tpl (configure-target-rda): Depend on $(ALL_GCC_C).
8948         * Makefile.in: Rebuilt.
8950 2002-12-12  Alexandre Oliva  <aoliva@redhat.com>
8952         * Makefile.in (configure-target-rda): Depend on ALL_GCC_C.
8954 2002-12-10  Nathanael Nerode  <neroden@gcc.gnu.org>
8956         * configure: Fix bug put in by gremlins.
8958         * Makefile.tpl: Substitute more autoconfily.
8959         * configure: Substitute more autoconfily.
8960         * Makefile.in: Regenerate.
8962 2002-12-09  Svein E. Seldal  <Svein.Seldal@solidas.com>
8964         * config.sub: Import from master repository
8965         * config.guess: Ditto
8966         * MAINTAINERS: Added Svein Seldal under write after approval
8968 2002-12-08  Andrew Cagney  <ac131313@redhat.com>
8970         * Makefile.tpl (all-sim): Depend on maybe-configure-gdb.
8971         * Makefile.in (all-sim): Ditto.
8973 2002-12-06  DJ Delorie  <dj@redhat.com>
8975         * Makefile.tpl: Change configure dependencies to not have real
8976         targets depend on phony targets.
8978 2002-12-05  Nathanael Nerode  <neroden@gcc.gnu.org>
8980         * configure.in: Revert unintentional change.
8982         * Makefile.tpl: Change dependency for */multilib.out so that
8983         it works when gcc isn't in the tree.
8985         * configure.in: Substitute more.
8986         * configure: Run subconfigures from the Makefile.
8987         * Makefile.tpl: Run subconfigures from the Makefile; add a few
8988         convenience targets.  Make sure gcc isn't rebuilt after bootstrap.
8990 2002-12-05  Gerald Pfeifer  <pfeifer@dbai.tuwien.ac.at>
8992         * MAINTAINERS: Add Christian Ehrhardt under "GNATS only".
8994 2002-12-03  Nathanael Nerode  <neroden@gcc.gnu.org>
8996         * Makefile.tpl: Add targets for configuring host subdirs in Makefile,
8997         and corresponding dependencies.
8998         * Makefile.in: Regenerate.
9000         * configure.in (host_tools): Order binutils, gas and ld for
9001         convenience in running the testsuites.
9003         * Makefile.tpl: Introduce rules to serialize subconfigure runs.
9004         * Makefile.in: Regenerate.
9005         * configure.in: Introduce rules to serialize subconfigure runs.
9007         * configure.in: Introduce BASE_CC_FOR_TARGET.
9008         * Makefile.tpl: Reorganize and comment.  Introduce HOST_CONFIGARGS.
9009         Realize configure-build-* targets.  Realize configure-target-* targets.
9010         * Makefile.in: Regenerate.
9012 2002-12-02  Nathanael Nerode  <neroden@gcc.gnu.org>
9014         * configure: Move gcc_version_trigger stuff from here...
9015         * configure.in: ...to here.
9017         * configure.in: Separate subconfigure options added by this file from
9018         options given by the user.  Add machinery to put args for host
9019         subconfigures into the Makefile.
9021         * Makefile.tpl: Remove 'vault' targets.
9022         * Makefile.tpl: Reorder and comment dependencies.
9023         * Makefile.in: Regenerate.
9025 2002-12-01  Nathanael Nerode  <neroden@gcc.gnu.org>
9026         * configure.in: Fix my broken commit of previous patch. (sigh)
9028 2002-11-28  Geoffrey Keating  <geoffk@apple.com>
9030         * configure.in: Move host-specific darwin noconfigdirs into
9031         the host-specific section.
9033 2002-11-28  Geoffrey Keating  <geoffk@apple.com>
9035         * configure.in: Move host-specific darwin noconfigdirs into
9036         the host-specific section.
9038 2002-11-26  Nathanael Nerode  <neroden@gcc.gnu.org>
9040         * configure: Remove skip-this-dir support.
9041         * Makefile.tpl: Remove skip-this-dir support.
9043         * Makefile.tpl: Remove leftover support for non-autoconfiscated
9044         subdirectories.
9045         * Makefile.in: Regenerate.
9047         * Makefile.tpl: Strip out useless setting of 'dir'.
9048         * Makefile.in: Regenerate.
9050 2002-11-22  Nathanael Nerode  <neroden@gcc.gnu.org>
9052         * configure.in: Fix deeply stupid bug.
9054         * configure.in: Introduce RAW_CXX_FOR_TARGET and simplify embedded
9055         shell code in CXX_FOR_TARGET
9056         * Makefile.def: Introduce raw_cxx.
9057         * Makefile.tpl: Use raw_cxx to select between CXX_FOR_TARGET and
9058         RAW_CXX_FOR_TARGET.
9059         * Makefile.in: Regenerate.
9061 2002-11-21  Nathanael Nerode  <neroden@gcc.gnu.org>
9063         * Makefile.tpl: Remove unnecessary ifs.
9064         * Makefile.in: Regenerate.
9066         * Makefile.tpl: Implement soft dependency machinery.  Maybe-ize
9067         dependencies.  Maybe-ize build-libiberty.  Create dummy install
9068         targets for 'no_install' modules.
9069         * configure: Move GDB_TK substitution to configure.in.  Move
9070         build_modules stuff to configure.in.
9071         * configure.in: Implement soft dependency machinery.  Maybe-ize
9072         GDB_TK, rearrange slightly.  Move build_modules stuff from configure.
9073         * Makefile.in: Regenerate.
9075 2002-11-19  Nathanael Nerode  <neroden@gcc.gnu.org>
9077         * Makefile.tpl: Make all-target, install-target behave similarly
9078         to all, install (only hitting configured targets).  Eliminate
9079         unused macro defintions.
9081         * Makefile.tpl: Add all-gcc: all-build-libiberty dependency when
9082         build != host.
9084         * Makefile.tpl: Add all-gcc: all-libiberty dependency.
9086         * ltcf-c.sh, ltcf-gcj.sh, Makefile.tpl: Correct BUILD/HOST confusion.
9088         * configure.in: Produce lists of subdir targets we're actually
9089         configuring.  Remove references to "dosrel".
9090         * Makefile.tpl: Let configure set which subdir targets are hit.
9091         Remove install-cross; clean up install; remove ALL.  Remove
9092         references to "dosrel".  Remove "EXTRA_TARGET_HOST" hackery.
9093         Autogenerate host module targets.  Remove empty dependency lines
9094         and redundant dependency; rearrange slightly.
9095         * Makefile.def: Add host-side libtermcap, utils.
9097         * Makefile.in: Regenerate.
9099 2002-11-19  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
9101         * ltconfig (osf[345]): Append $major to soname_spec.
9102         Reflect this in library_names_spec.
9103         * ltmain.sh (osf): Prefix $major with . for use as extension.
9105 2002-11-19  Andreas Jaeger  <aj@suse.de>
9107         * libtool.m4 (libtool_flags): Add patch from libtool CVS: Support
9108         linking of 32-bit libraries with ld on the x86-64, ppc64, s390x
9109         and sparc64 GNU/Linux systems.
9111 2002-11-19  Nathan Sidwell  <nathan@codesourcery.com>
9113         * MAINTAINERS: Update email.
9115 2002-11-18  Gerald Pfeifer  <pfeifer@dbai.tuwien.ac.at>
9117         * MAINTAINERS: Complete James Dennett's entry.
9119 2002-11-15  Eric Botcazou  <ebotcazou@libertysurf.fr>
9121         * MAINTAINERS (Write After Approval): Add myself.
9123 2002-11-13  Bruce Korb  <bkorb@gnu.org>
9125         * Makefile.tpl: syntactic cleanup
9127 2002-11-13  Stuart Hastings  <stuart@apple.com>
9129         * MAINTAINERS: Add myself to write-after-approval list.
9131 2002-11-12  Nathanael Nerode  <neroden@gcc.gnu.org>
9133         * Makefile.def: Add list of recursive targets to autogenerate.
9134         Add build_modules.
9135         * Makefile.tpl: Autogenerate do-* targets.  Autogenerate *-target-*
9136         targets.  Autogenerate *-build-* targets.
9137         * Makefile.in: Regenerate.
9139 2002-11-12  Nathanael Nerode  <neroden@gcc.gnu.org>
9141         * configure: More autoconf-style substitutions.
9142         * Makefile.tpl: More autoconf-style substitutions.
9143         * Makefile.in: Regenerate.
9145 2002-11-11  Nathanael Nerode  <neroden@gcc.gnu.org>
9147         * configure: Substitute more variables in a more autoconf-friendly
9148         way.  Simplify slightly.
9149         * Makefile.tpl: Make more variables substitutable in an
9150         autoconf-friendly way.
9151         * Makefile.in: Regenerate.
9153 2002-11-11  Jonathan Wakely  <redi@gcc.gnu.org>
9155         * MAINTAINERS (Write After Approval): Add myself.
9157 2002-11-10  Nathanael Nerode  <neroden@gcc.gnu.org>
9159         * configure.in (v810*): Remove special setting of tools.
9161         * configure: Add support for extra required flags for ar or nm.
9162         * configure.in (aix4.3+): Use above support for target-specific
9163         issues, rather than using config/mt-aix43.
9165 2002-11-09  Nathanael Nerode  <neroden@gcc.gnu.org>
9167         * configure: Remove 'removing', which doesn't work.  Replace $subdir
9168         with . everywhere.  Replace $subdirs with ''.  Replace $makesrcdir
9169         with $srcdir.  Reformat indentation.  Substitute some variables
9170         formerly hard-coded in the Makefile for build=host.
9171         * Makefile.tpl: Autogenerate more; make more autoconf-friendly.
9172         * Makefile.def: Autogenerate more.
9173         * Makefile.in: Regenerate.
9175 2002-11-04  Adam Nemet  <anemet@lnxw.com>
9177         * MAINTAINERS (Write After Approval): Add myself.
9179 2002-11-04  Kevin Buettner  <kevinb@redhat.com>
9181         * Makefile.def (host_modules): Add rda.
9182         * Makefile.in: Regenerate.
9183         * configure.in (target_tool): Add target-rda to list.
9185 2002-10-28  Gerald Pfeifer  <pfeifer@dbai.tuwien.ac.at>
9187         * MAINTAINERS: Remove "co-maintainer" note for web pages.
9189 2002-10-25  Phil Edwards  <pme@gcc.gnu.org>
9191         * Makefile.tpl (bootstrap):  Add bubblestrap, quickstrap, cleanstrap,
9192         and restrap targets to this rule.
9193         * Makefile.in:  Regenerate.
9195 2002-10-25  Gerald Pfeifer  <pfeifer@dbai.tuwien.ac.at>
9197         * MAINTAINERS: Add Wolfgang Bangerth and Volker Reichelt under
9198         GNATS only accounts.
9200 2002-10-24  Hans-Peter Nilsson  <hp@bitrange.com>
9202         * configure.in (i[3456]86-*-linux*): Add check to disable
9203         ${libgcj} for glibc1.
9205 2002-10-24  Denis Chertykov  <denisc@overta.ru>
9207         * MAINTAINERS: Add myself as ip2k port maintainer.
9209 2002-10-07  Svein E. Seldal  <Svein.Seldal@solidas.com>
9211         * configure.in: Add tic4x target.
9213 2002-10-03  Nathanael Nerode  <neroden@gcc.gnu.org>
9215         * Makefile.tpl: Make SET_LIB_PATH substitution more autoconfy.
9216         * configure.in: Make SET_LIB_PATH substitution more autoconfy.
9217         * Makefile.in: Regenerate.
9219         * Makefile.tpl: Make RPATH_ENVVAR substitution more autoconfy.
9220         * configure.in: Make RPATH_ENVVAR substitution more autoconfy.
9221         * Makefile.in: Regenerate.
9223 2002-10-02  Janis Johnson  <janis187@us.ibm.com>
9225         * MAINTAINERS: Add myself as web pages co-maintainer.
9227 2002-10-02  Nathanael Nerode  <neroden@gcc.gnu.org>
9229         * Makefile.tpl: Eliminate reference to all-gui, all-libproc.
9230         * Makefile.in: Regenerate.
9232 2002-10-02  Zack Weinberg  <zack@codesourcery.com>
9234         * MAINTAINERS: Add myself and Nathan Sidwell
9235         <nathan@codesourcery.com> as VxWorks maintainers.
9237 2002-10-02  Nathanael Nerode  <neroden@gcc.gnu.org>
9239         * Makefile.def: Remove order dependency comments.
9240         * Makefile.tpl: Add explicit install-install dependencies.
9241         * Makefile.in: Regenerate.
9243         * Makefile.tpl: Remove material now in src-release.  (Finally!)
9244         * Makefile.in: Regenerate.
9246         * Makefile.tpl: Add configure-target (for src-release in src)
9247         * Makefile.in: Regenerate.
9249 2002-09-30  Nick Clifton  <nickc@redhat.com>
9251         * Makefile.in (BINUTILS_SUPPORT_DIRS): Add cpu directory.
9253 2002-09-30  Ulrich Weigand  <uweigand@de.ibm.com>
9255         * configure.in (s390*-*-linux*): Enable libgcj.
9257 2002-09-29  Nathanael Nerode  <neroden@gcc.gnu.org>
9259         * configure: Revert accidentally applied changes.
9261         * Makefile.tpl: Make more autoconf-friendly.
9262         * Makefile.in: Regenerate.
9263         * configure: Make substitution more autoconf-like.
9265 2002-09-28  Richard Earnshaw  <rearnsha@arm.com>
9267         * configure.in (arm-*-coff, strongarm-*-coff, xscale-*-coff): Use a
9268         single entry to handle all these.
9269         (arm-*-elf, strongarm-*-elf, xscale-*-elf): Likewise.  Also enable
9270         libjava on arm-*-elf.
9272 2002-09-27  Geoffrey Keating  <geoffk@apple.com>
9274         * configure.in (powerpc-*-darwin*): Don't configure BFD, TK, or the
9275         things that depend on them.
9277 2002-09-25  Nathanael Nerode  <neroden@gcc.gnu.org>
9279         * Makefile.tpl: Make subsituted variables more autoconfy.
9280         * Makefile.in: Regenerate.
9281         * configure: Make seds more autoconfy.
9283 2002-09-25  Nathanael Nerode  <neroden@gcc.gnu.org>
9285         * Makefile.tpl: Rewrite substituted lines to look autoconfy.
9286         * Makefile.in: Regenerate.
9287         * configure.in: Rewrite sed statements to look autoconfy.
9289         * Makefile.tpl: Autogenerate *-target-* lists, dependencies of
9290         all-target-foo on configure-target-foo.
9291         * Makefile.def: Ditto.
9292         * Makefile.in: Rebuild.
9294 2002-09-25  Andrew Haley  <aph@redhat.com>
9296         * MAINTAINERS: Add aph@redhat.com as Java maintainer.
9298 2002-09-22  Nathanael Nerode  <neroden@gcc.gnu.org>
9300         * Makefile.def: New file.
9301         * Makefile.tpl: New file.
9302         * Makefile.in: Generate from Makefile.tpl with 'autogen Makefile.def'.
9303         * contrib/gcc_update: Note that Makefile.in is a generated file.
9305         * configure.in: Minor rearrangement.  Simplify tests.
9307 2002-09-22  Jason Thorpe  <thorpej@wasabisystems.com>
9309         * configure.in (with_headers): Skip copy if value is "yes".
9310         (with_libs): Likewise.
9312 2002-09-20  Nathanael Nerode  <neroden@gcc.gnu.org>
9314         * configure.in (*-*-netbsd*): Use noconfigdirs, not skipdirs.
9315         * configure.in (sh*-*-pe*): Ditto.
9316         * configure.in (mips*-*-pe*): Ditto.
9317         * configure.in (*arm-wince-pe): Ditto.
9319         * configure.in: Rearrange.
9321 2002-09-14  Kazu Hirata  <kazu@cs.umass.edu>
9323         * MAINTAINERS: Update my email address.
9325 2002-08-30  Paul Koning  <pkoning@equallogic.com>
9327         * MAINTAINERS: (Write After Approval): Add myself.
9329 2002-08-29  Geoffrey Keating  <geoffk@redhat.com>
9331         * MAINTAINERS: Update Jason Eckhardt's address, remove i860.
9333 2002-08-24  Geoffrey Keating  <geoffk@redhat.com>
9335         * MAINTAINERS: Change my mailing address.
9337 2002-08-21  Paolo Carlini  <pcarlini@unitus.it>
9339         * MAINTAINERS (Write After Approval): Remove myself.
9340         (Various Maintainers: c++ runtime libs): Add myself.
9342 2002-08-20  Loren J. Rittle  <ljrittle@acm.org>
9344         * MAINTAINERS (Write After Approval): Remove myself.
9345         (Various Maintainers: c++ runtime libs): Add myself.
9347 2002-08-15  Eric Christopher  <echristo@redhat.com>
9349         * config.sub: Import from master repository.
9350         * config.guess: Ditto.
9352 2002-08-19  Alexandre Oliva  <aoliva@redhat.com>
9354         * Makefile.in (GCC_FOR_TARGET): Prepend STAGE_CC_WRAPPER.
9355         * configure.in (CC_FOR_TARGET, GCJ_FOR_TARGET, CXX_FOR_TARGET,
9356         CXX_FOR_TARGET_FOR_RECURSIVE_MAKE): Likewise.
9358 2002-08-16  Aldy Hernandez  <aldyh@redhat.com>
9360         * MAINTAINERS: Add self to rs6000 vector extensions.
9362 2002-08-15  Alexandre Oliva  <aoliva@redhat.com>
9364         * libiberty/configure: Reverted unintended yesterday's check in.
9366 2002-08-14  Alexandre Oliva  <aoliva@redhat.com>
9368         * boehm-gc/configure, libf2c/configure: Rebuilt.
9369         * libffi/configure, libiberty/configure: Ditto.
9370         * libjava/configure, libobjc/configure: Ditto.
9371         * libstdc++-v3/configure, zlib/configure: Ditto.
9372         Merged from binutils:
9373         2002-01-27  Daniel Jacobowitz  <drow@mvista.com>
9374         From Steve Ellcey <sje@cup.hp.com>:
9375         * libtool.m4 (HPUX_IA64_MODE): Set to 32 or 64 based on ABI.
9376         (lt_cv_deplibs_check_method, lt_cv_file_magic_cmd,
9377         lt_cv_file_magic_test_file): Set to appropriate values for HP-UX
9378         IA64.
9379         * ltcf-c.sh (archive_cmds, hardcode_*): Ditto.
9380         * ltconfig (shlibpath_*, dynamic_linker, library_names_spec,
9381         soname_spec, sys_lib_search_path_spec): Ditto.
9383 2002-08-06  Federico G. Schwindt  <fgsch@olimpo.com.br>
9385         * configure.in (hppa*-*-openbsd*): Treat like hppa*-*-*elf*.
9387 2002-08-04  H.J. Lu  (hjl@gnu.org)
9389         * configure.in (mips*-*-linux*): Don't skip target-libffi.
9391 2002-08-02  Krister Walfridsson  <cato@df.lth.se>
9393         * MAINTAINERS (Write After Approval): Add myself.
9395 2002-07-31  Alan Modra  <amodra@bigpond.net.au>
9397         * configure.in: Move generic linux case to end.  Copy generic
9398         linux noconfigdirs to mips*-*-linux* entry and new
9399         powerpc64*-*-linux* entry.  Add target-libffi for the latter.
9401 2002-07-19  Michael Matz  <matz@suse.de>
9403         * MAINTAINERS: Add myself as ra* maintainer.
9405 2002-07-16  Chris Demetriou  <cgd@broadcom.com>
9407         * config.guess: Update to 2002-07-09 version.
9408         * config.sub: Update to 2002-07-03 version.
9410 2002-07-15  Hans-Peter Nilsson  <hp@bitrange.com>
9412         * MAINTAINERS: Fix typo in a maintainer email address.
9414 2002-07-11  Nathanael Nerode  <neroden@gcc.gnu.org>
9416         * configure.in: Remove two redundant tests.
9418 2002-07-11  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
9420         * configure.in (mips*-*-irix6*o32): Enable stabs.
9422 2002-07-08  Nathanael Nerode  <neroden@gcc.gnu.org>
9424         * configure.in: Don't build grez.
9425         * Makefile.in: Ditto.
9427         * Makefile.in: Remove references to bsp, cygmon, libstub.
9428         * configure.in: Ditto.
9430         * configure.in: Remove leftover reference to gdbtest.
9432 2002-07-08  Phil Edwards  <pme@gcc.gnu.org>
9434         * configure.in (gxx_include_dir):  Change to match versioned
9435         C++ headers if --enable-version-specific-runtime-libs is used.
9437 2002-07-04  Steve Ellcey  <sje@cup.hp.com>
9439         * ltcf-cxx.sh (hpux*): Modify to support ia64-*-hpux*.
9441 2002-07-03  Nathanael Nerode  <neroden@gcc.gnu.org>
9443         * configure.in: Make --without-x work.
9445 2002-07-02  Nathanael Nerode  <neroden@gcc.gnu.org>
9447         * configure.in: Rearrange target Makefile fragment collection.
9449         * Makefile.in: Don't try to build gdbtest, tgas, ispell, inet, or
9450         cvs[src].
9451         * configure.in: Ditto.
9453 2002-07-01  Matt Kraai  <kraai@alumni.cmu.edu>
9455         * MAINTAINERS (Write After Approval): Update my e-mail address.
9457 2002-06-24  Ben Elliston  <bje@redhat.com>
9459         * configure.in (host_tools): Remove cgen.
9461         * Makefile.in (all-cgen): Remove; runs from its source directory.
9462         (check-cgen, install-cgen, clean-cgen): Likewise.
9463         (all-opcodes): Do not depend on all-cgen.
9464         (all-sim): Likewise.
9466 2002-07-01  Nathanael Nerode  <neroden@gcc.gnu.org>
9468         * Makefile.in: Eliminate 'apache' targets.
9469         * configure.in: Eliminate 'apache' targets.
9471         * configure.in: Eliminate redundant tests.  Reorganize.
9473         * Makefile.in: Eliminate last reference to LIBGCC1_TEST.
9475         * config-ml.in: Eliminate references to Cygnus configure.
9477         * Makefile.in: Eliminate references to building emacs.
9479 2002-06-28  Graham Stott  <graham.stott@btinternet.com>
9481         * MAINTAINERS: Update my email address.
9483 2002-06-26  Benjamin Kosnik  <bkoz@redhat.com>
9485         * config.if (libstdcxx_incdir): Version C++ headers.
9486         (cxx_incdir): Remove.
9488 2002-06-25  Nathanael Nerode  <neroden@gcc.gnu.org>
9490         * MAINTAINERS (Write After Approval): Add self.
9492 Thu Jun 20 00:35:14 2002  Denis Chertykov  <denisc@overta.ru>
9494         * configure.in: Add support for ip2k.
9496 2002-06-22  Nathanael Nerode  <neroden@twcny.rr.com>
9498         * configure.in: Fix AIX configury bug.
9500 2002-06-20  Steve Ellcey  <sje@cup.hp.com>
9502         * MAINTAINERS (Write After Approval): Add self.
9504 2002-06-19  Nathanael Nerode  <neroden@twcny.rr.com>
9506         * configure.in: replace ${topsrcdir} with ${srcdir}
9508         * configure.in: Move definition of libstdcxx_flags
9509         right above usage, rather than waaay earlier.
9511         * configure.in: Pull definition of is_cross_compiler earlier.
9513         * configure.in: Rearrange a little.
9515         * configure.in: Remove references to librx.
9516         * Makefile.in: Remove references to librx.
9518 Tue Jun 18 22:37:35 2002  Denis Chertykov  <denisc@overta.ru>
9520         * config.sub: Add support for avr target.
9521         Import from master sources, rev 1.255
9523 2002-06-19  Phil Edwards  <pme@gcc.gnu.org>
9525         * configure, .cvsignore:  Revert previous change...
9526         * Makefile:  ...delete.
9528 2002-06-19  Nathanael Nerode  <neroden@twcny.rr.com>
9530         * configure.in: Eliminate ${gasdir} variable.
9532 2002-06-18  Dave Brolley  <brolley@redhat.com>
9534         * configure.in: Add support for frv.
9535         * config.sub: Add support for frv.
9537 2002-06-18  Phil Edwards  <pme@gcc.gnu.org>
9539         * configure:  Remove garbage from previous commit.
9541 2002-06-18  Phil Edwards  <pme@gcc.gnu.org>
9543         * configure:  For in-source builds, make a subdir and re-exec there.
9544         * Makefile:  New file.  Pass targets through to build directory.
9545         * .cvsignore:  No longer ignore "Makefile".
9547 2002-06-16  Douglas Rupp  <rupp@gnat.com>
9549         * MAINTAINERS (Write After Approval): Add self.
9551 2002-06-11  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
9553         * Makefile.in (CFLAGS_FOR_TARGET): Add -O2.
9555 2002-06-08  Jason Thorpe  <thorpej@wasabisystems.com>
9557         * configure.in (vax-*-netbsd*): Re-enable gas.
9559 2002-05-31  Nathanael Nerode  <neroden@twcny.rr.com>
9561         * Makefile.in: Replace HOST_PREFIX, HOST_PREFIX_1 with BUILD_PREFIX,
9562         BUILD_PREFIX_1, to correct nomenclature.
9563         * configure: Likewise.
9565         * Makefile.in: Eliminate version-specific references to tcl8.1, tk8.1.
9566         * configure.in: Eliminate version-specific references to tcl8.1, tk8.1.
9568 2002-05-31  Olaf Hering  <olh@suse.de>
9570         * config-ml.in: Propogate DESTDIR also.
9572 2002-05-29  Jason Thorpe  <thorpej@wasabisystems.com>
9574         * configure.in (vax-*-netbsd*): Don't build gas for this
9575         platform.
9577 2002-05-28  Marek Michalkiewicz  <marekm@amelek.gda.pl>
9579         * configure.in (noconfigdirs): Don't compile libiberty, libstdcxx
9580         and libgcj for AVR.
9582 2002-05-23  Kaz Kojima  <kkojima@gcc.gnu.org>
9584         * MAINTAINERS (Write After Approval): Add myself.
9586 2002-05-22  Jason Thorpe  <thorpej@wasabisystems.com>
9588         * config.guess: Update to 2002-05-22 version.
9589         * config.sub: Likewise.
9591 2002-05-16  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
9593         * Makefile.in: Allow for PWDCMD to override hardcoded pwd.
9594         * config-ml.in: Likewise.
9595         * configure: Likewise.
9596         * configure.in: Likewise.
9598 2002-05-16  Stephane Carrez  <stcarrez@nerim.fr>
9600         * MAINTAINERS: Update my email address.
9602 2002-05-13  Nathanael Nerode  <neroden@twcny.rr.com>
9604         * configure.in: Simplify makefile fragment collection.
9606         * configure.in: Remove code to build emacs.
9608         * configure.in : Remove --srcdir argument from targargs and buildargs
9609         (it's always overridden in the Makefile anyway).  Rearrange a bit.
9611         * configure: Move some logic to configure.in.
9612         * configure.in: Move some logic from configure.
9614 2002-05-11  Tom Tromey  <tromey@redhat.com>
9616         * MAINTAINERS: Reflect libgcj reality.
9618 2002-05-09  Federico G. Schwindt  <fgsch@olimpo.com.br>
9620         * Makefile.in: Honour DESTDIR.
9622 2002-05-08  Mark Mitchell  <mark@codesourcery.com>
9624         * config.guess: Import 2002-03-20 version.
9625         * config.sub: Import 2002-04-26 version.
9627 2002-05-08  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
9629         * config-ml.in: Allow for PWDCMD to determine ML_POPDIR.
9631 2002-05-07  Tim Josling  <tej@melbpc.org.au>
9633         * MAINTAINERS: Add self.
9635 2002-05-06  Loren J. Rittle  <ljrittle@acm.org>
9637         * ltmain.sh: Detect and handle object name conflicts
9638         while piecewise linking a static library.
9640 2002-05-05  Alexandre Oliva  <aoliva@redhat.com>
9642         * configure.in (noconfigdirs): Don't disable libgcj on
9643         sparc64-*-solaris* and sparcv9-*-solaris*.
9645 2002-05-03  Alexandre Oliva  <aoliva@redhat.com>
9647         * configure.in: Revert 2002-04-18's patch; fixed in libjava.
9649 2002-05-03  Thomas Fitzsimmons  <fitzsim@redhat.com>
9651         * configure.in (FLAGS_FOR_TARGET): Do not add
9652         -B$$r/$(TARGET_SUBDIR)/newlib/ when compiling newlib natively
9653         on i[3456]86-*-linux*.
9655 2002-05-01  Thomas Fitzsimmons  <fitzsim@redhat.com>
9657         * configure.in (noconfigdirs): Replace [ ] with test.
9659         * configure.in (noconfigdirs): Do not add target-newlib if
9660         target == i[3456]86-*-linux*, and host == target.
9662 2002-04-29  Nathanael Nerode  <neroden@doctormoo.dyndns.org>
9664         * configure.in: delete reference to absent file
9666         * configure.in: replace '[' with 'test'
9668         * configure.in: Eliminate references to gash.
9669         * Makefile.in: Eliminate references to gash.
9671         * configure.in: remove useless references to 'pic' makefile fragments.
9673         * configure.in: (*-*-windows*) Finish removing.
9675         * configure.in: Eliminate redundant test for libgui.
9677 2002-04-29  Roger Sayle  <roger@eyesopen.com>
9679         * MAINTAINERS: Add self and realphabetize.  Update entries
9680         for Dan Berlin, Chris Demetriou and Michael Matz.  Remove
9681         entry for a29k port maintainer.
9683 2002-04-26  Joel Sherrill  <joel@OARcorp.com>
9685         * configure.in (h8300*-*-rtems*): Disable libf2c and libgcj.
9686         (sparc-*-elf*, sparc64-*-elf*): Disable libgcj.
9688 2002-04-19  Nathanael Nerode  <neroden@twcny.rr.com>
9690         * configure.in: remove references to dead files
9692 2002-04-19  Mark Mitchell  <mark@codesourcery.com>
9694         * MAINTAINERS: Add information about purpose of this file.
9696 2002-04-18  Tom Tromey  <tromey@redhat.com>
9698         * configure.in: Disallow configuring libgcj when it is already
9699         installed and we're using Solaris 2.8 linker.  Do enable libgcj on
9700         Solaris 2.8 by default.  For PR libgcj/6158.
9702 2002-04-17  Nathanael Nerode  <neroden@twcny.rr.com>
9704         * configure.in:  Move default CC setting out of config/mh-* fragments
9705         directly into here.
9707 2002-04-17  Nathanael Nerode  <neroden@twcny.rr.com>
9709         * configure.in: don't even try to configure or make a subdirectory
9710         if there's no configure script for it.
9712 2002-04-15  Mark Mitchell  <mark@codesourcery.com>
9714         * MAINTAINERS: Remove chill maintainers.
9715         * Makefile.in (CHILLFLAGS): Remove.
9716         (CHILL_LIB): Remove.
9717         (TARGET_CONFIGDIRS): Remove libchill.
9718         (CHILL_FOR_TARGET): Remove.
9719         (BASE_FLAGS_TO_PASS): Don't pass CHILLFLAGS, CHILL_FOR_TARGET, or
9720         CHILL_LIB.
9721         (CONFIGURE_TARGET_MODULES): Remove configure-target-libchill.
9722         (CHECK_TARGET_MODULES): Likewise.
9723         (INSTALL_TARGET_MODULES): Likewise.
9724         (CLEAN_TARGET_MODULES): Likewise.
9725         (configure-target-libchill): Remove.
9726         (all-target-libchill): Remove.
9727         * configure.in (target_libs): Remove target-libchill.
9728         Do not compute CHILL_FOR_TARGET.
9729         * libchill: Remove directory.
9731 2002-04-11  DJ Delorie  <dj@redhat.com>
9733         * Makefile.in, configure.in: Sync with binutils, entries
9734         follow...
9736 2002-04-07  Andrew Cagney  <ac131313@redhat.com>
9738         * Makefile.in (do-tar-bz2): Delete rule.  Replace with ...
9739         (do-tar, do-bz2): New rules.
9740         (taz): Update.  Replace do-tar-bz2 with do-tar and do-bz2.
9741         (gdb-tar): New rule.
9742         (gdb-taz): Rewrite.  Use gdb-tar and do-bz2.
9743         (insight_dejagnu.tar): New rule.
9744         (insight.tar): New rule.
9745         (gdb+dejagnu.tar): New rule.
9746         (gdb.tar): New rule.
9748 2002-02-01  Mo DeJong  <supermo@bayarea.net>
9750         * Makefile.in: Add all-tix to deps for all-snavigator
9751         so that tix is built when building snavigator.
9753 2002-01-11  Steve Ellcey  <sje@cup.hp.com>
9755         * configure.in (ia64*-*-hpux*): New target for IA64 HP-UX,
9756         ld and gdb are not supported.
9758 2002-01-07  Mark Salter  <msalter@redhat.com>
9760         * configure.in: Remove target-bsp and target-cygmon from arm builds.
9761         Allow target-libgloss to be built for arm, strongarm, and xscale.
9763 2001-12-13  Thomas Fitzsimmons  <fitzsim@redhat.com>
9765         * configure.in (FLAGS_FOR_TARGET): Remove -nostdinc and -isystem
9766         options for i[3456]86-pc-linux* native builds.
9768 2001-11-20  Nick Clifton  <nickc@cambridge.redhat.com>
9770         * Makefile.in (do-proto-toplev): Use msgfmt to generate .gmo
9771         files from .po files for a distribution.
9773 2001-09-03  Jeff Holcomb  <jeffh@redhat.com>
9775         * configure.in: Enable libstdc++-v3 for h8300 targets.
9777 2001-06-19  Alan Modra  <amodra@bigpond.net.au>
9779         * Makefile.in (VER): If AM_INIT_AUTOMAKE uses BFD_VERSION, get
9780         version from bfd/.
9782 Fri Jun  8 11:14:02 2001  Andrew Cagney  <cagney@b1.cygnus.com>
9784         * Makefile.in (VER): When present, extract the version number from
9785         the file version.in.
9787 2001-05-24  Tom Rix  <trix@redhat.com>
9789         * configure.in : enable ld for aix
9791 2001-02-09  Martin Schwidefsky  <schwidefsky@de.ibm.com>
9793         * config.guess: Add linux target for S/390.
9795 2000-11-07  Philip Blundell  <pb@futuretv.com>
9797         * Makefile.in (ETC_SUPPORT): Also add configbuild.* and configdev.*.
9799 2000-11-03  Philip Blundell  <pb@futuretv.com>
9801         * Makefile.in (ETC_SUPPORT): Add configure.texi and associated info
9802         files.
9804 2001-01-15  Ben Elliston  <bje@redhat.com>
9806         * configure.in (host_tools): Add sid.
9807         Always configure cgen.
9809 2000-11-24  Nick Clifton  <nickc@redhat.com>
9811         * configure.in (c4x, c5x, tic54x): Move after ARM targets.
9814 2000-08-20  Doug Evans  <dje@casey.transmeta.com>
9816         * Makefile.in (ALL_MODULES): Add all-cgen.
9817         (CROSS_CHECK_MODULES,INSTALL_MODULES,CLEAN_MODULES): Similarily.
9818         (all-cgen): New target.
9819         (all-opcodes,all-sim): Depend on all-cgen.
9820         * configure.in (host_tools): Add cgen.
9821         Only configure cgen if --enable-cgen-maint.
9823 2002-04-09  Loren J. Rittle  <ljrittle@acm.org>
9825         * configure.in: Add *-*-freebsd* configurations.
9827 2002-04-08  Tom Tromey  <tromey@redhat.com>
9829         * configure.in: Add FLAGS_FOR_TARGET to GCJ_FOR_TARGET.
9830         Fixes PR libgcj/6068.
9832 2002-03-30  Krister Walfridsson  <cato@df.lth.se>
9834         * configure.in (i*86-*-netbsdelf*): Don't disable libgcj.
9836 2002-03-27  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
9838         * configure.in (alpha*-dec-osf*): Enable libgcj.
9840 2003-03-27  Matthew Gingell  <gingell@gnat.com>
9842         * MAINTAINERS (Write After Approval): Add myself.
9844 2002-03-24  Nick Clifton  <nickc@cambridge.redhat.com>
9846         Fix for: PR bootstrap/3591, target/5676
9847         * configure.in (mcore-pe): Disable the configuration of
9848         libstdc++-v3 since exceptions are not supported.
9850 2002-03-20  Anthony Green  <green@redhat.com>
9852         * configure.in: Enable libgcj for xscale-elf target.
9854 Tue Mar 19 09:05:08 2002  J"orn Rennecke  <joern.rennecke@superh.com>
9856         * MAINTAINERS:  Update my email address.
9858 2002-03-16  Alexandre Oliva  <aoliva@redhat.com>
9860         * ltmain.sh (relink_command): Fix typo in previous change.
9862 2002-03-15  Alexandre Oliva  <aoliva@redhat.com>
9864         * ltmain.sh (taglist): Initialized.  Don't let `CC' tag out of it.
9865         (relink_command): Added --tag flags.
9866         (mode=install): If relinking fails; error out.
9868 2002-03-12  Richard Henderson  <rth@redhat.com>
9870         * Makefile.in (NOTPARALLEL): New.  Use it instead of explicit
9871         .NOTPARALLEL tag.
9872         (do-check): Rename from check.
9873         (check): Allow parallel check.
9875 2002-03-12  Bob Wilson  <bob.wilson@acm.org>
9877         * MAINTAINERS: Add myself as maintainer for xtensa port.
9878         Fix alphabetical order in CPU port maintainer list.
9879         Remove myself from Write After Approval list.
9881 2002-03-11  Richard Henderson  <rth@redhat.com>
9883         * Makefile.in (.NOTPARALLEL): Add fake tag.
9885 2002-03-07  H.J. Lu  (hjl@gnu.org)
9887         * configure.in: Enable gprof for mips*-*-linux*.
9889 2002-03-05  Danny Smith  <dannysmith@users.sourceforge.net>
9891         * MAINTAINERS (Write After Approval): Add myself.
9893 2002-02-28  Alexandre Oliva  <aoliva@redhat.com>
9895         * configure.in (libstdcxx_flags): Don't add libstdc++-v3 flags for
9896         libjava.
9897         (CXX_FOR_TARGET): Explain why -shared-libgcc here.
9899 2002-02-23  Alexandre Oliva  <aoliva@redhat.com>
9901         * Makefile.in (MAKEINFO): Don't assume makeinfo will be built just
9902         because its Makefile is there; test for the executable instead.
9904 2002-02-22  Alexandre Oliva  <aoliva@redhat.com>
9906         * configure.in (CXX_FOR_TARGET): Add -shared-libgcc for
9907         libstdc++-v3 and libjava.
9909 2002-02-11  Adam Megacz  <adam@xwt.org>
9911         * gcc/Makefile.in: Removed libstdc++-v3 dependancy for libjava and
9912         boehm-gc
9914 2002-02-09  Alexandre Oliva  <aoliva@redhat.com>
9916         * config.guess: Updated to 2002-01-30's version.
9917         * config.sub: Updated to 2002-02-01's version.
9918         Contribute sh64-elf.
9919         2000-12-01  Alexandre Oliva  <aoliva@redhat.com>
9920         * configure.in: Added sh64-*-*.
9922 2002-02-08  Chris Demetriou  <cgd@broadcom.com>
9924         * MAINTAINERS: Belatedly add myself to write after approval list.
9926 Thu Feb  7 12:40:58 CET 2002  Jan Hubicka  <jh@suse.cz>
9928         * MAINTAINERS: Put self in as maintainer for x86-64 port.
9929         Remove self as Write After Approval.
9931 2002-01-31  Geoffrey Keating  <geoffk@redhat.com>
9933         * MAINTAINERS: Put self in as maintainer for contrib/regression
9934         directory.
9936 2002-01-28  Phil Edwards  <pme@gcc.gnu.org>
9938         * MAINTAINERS:  Update my email address.
9940 2002-01-26  Jason Thorpe  <thorpej@wasabisystems.com>
9942         * configure.in (*-*-netbsd*): New.  Skip target-newlib,
9943         target-libiberty, and target-libgloss.  Skip Java-related
9944         libraries if not supported for NetBSD on target CPU.
9946 2002-01-25  Douglas B Rupp  <rupp@gnat.com>
9948         * install-sh: Use _inst.$$_ for temp file name.
9950 2002-01-24  Jason Thorpe  <thorpej@wasabisystems.com>
9952         * MAINTAINERS (Write After Approval): Move my contact info
9953         from here...
9954         (OS Port Maintainers): ...to here (netbsd).
9956 2002-01-22  Bob Wilson  <bob.wilson@acm.org>
9958         * MAINTAINERS (Write After Approval): Add myself.
9960 2002-01-17  H.J. Lu  <hjl@gnu.org>
9962         * Makefile.in (all-fastjar): Also depend on all-libiberty.
9963         (all-target-fastjar): Also depend on all-target-libiberty.
9965 2002-01-16  H.J. Lu  (hjl@gnu.org)
9967         * config.guess: Import from master sources, rev 1.225.
9968         * config.sub: Import from master sources, rev 1.238.
9970 2002-01-16  Kazu Hirata  <kazu@hxi.com>
9972         * MAINTAINERS (Write After Approval): Remove myself.
9974 2001-12-19  Florian Weimer  <fw@deneb.enyo.de>
9976         * MAINTAINERS (Write After Approval): Add myself.
9978 2001-12-17  Joseph S. Myers  <jsm28@cam.ac.uk>
9980         * MAINTAINERS: Add self as docs co-maintainer.
9982 2001-12-11  Matthias Klose  <doko@debian.org>
9984         * MAINTAINERS (Write After Approval): Add myself.
9986 2001-12-09  Zack Weinberg  <zack@codesourcery.com>
9988         * MAINTAINERS: Update my email address.
9990 2001-12-07  Turly O'Connor  <turly@apple.com>
9991         * MAINTAINERS (Write After Approval): Add myself.
9992         * rs6000.c (rs6000_trampoline_size): Handle ABI_DARWIN case.
9993         (rs6000_initialize_trampoline): Call __trampoline_setup for
9994         ABI_DARWIN too.
9995         * darwin-tramp.asm: New file, implements __trampoline_setup.
9996         * t-darwin (LIB2FUNCS_EXTRA): Include darwin-tramp.asm.
9998 2001-12-07  Paolo Carlini  <pcarlini@unitus.it>
10000         * MAINTAINERS (Write After Approval): Add myself.
10002 Wed Dec  5 07:33:45 2001  Douglas B. Rupp  <rupp@gnat.com>
10004         * configure, configure.in: Use temp file for long sed commands.
10006 2001-12-03  Laurent Guerby  <guerby@acm.org>
10008         * config.sub: Update to version 1.232 on subversion.
10010 2001-12-03  Ben Elliston  <bje@redhat.com>
10012         * MAINTAINERS: Update mail address for config.* patches.
10014 2001-11-27  DJ Delorie  <dj@redhat.com>
10015             Zack Weinberg  <zack@codesourcery.com>
10017         When build != host, create libiberty for the build machine.
10019         * Makefile.in (TARGET_CONFIGARGS, BUILD_CONFIGARGS): Replace
10020         CONFIG_ARGUMENTS.
10021         (ALL_BUILD_MODULES_LIST, BUILD_CONFIGDIRS, BUILD_SUBDIR):
10022         New variables.
10023         (ALL_BUILD_MODULES, CONFIGURE_BUILD_MODULES): New variables
10024         and rules.
10025         (all.normal): Depend on ALL_BUILD_MODULES.
10026         (CONFIGURE_TARGET_MODULES rule): Use TARGET_CONFIGARGS.
10027         (all-build-libiberty): Depend on configure-build-libiberty.
10029         * configure: Calculate and substitute proper value for
10030         ALL_BUILD_MODULES.
10031         * configure.in: Create the build subdirectory.
10032         Calculate and substitute TARGET_CONFIGARGS (formerly
10033         CONFIG_ARGUMENTS); also BUILD_SUBDIR and BUILD_CONFIGARGS (new).
10035 2001-11-26  Ziemowit Laski  <zlaski@apple.com>
10037         * MAINTAINERS (write-after-approval): Add self.
10039 2001-11-17  Craig Rodrigues  <rodrigc@gcc.gnu.org>
10041         * MAINTAINERS (GNATS only accounts): Remove self.
10043 2001-11-14  Hans-Peter Nilsson  <hp@bitrange.com>
10045         * configure.in (noconfigdirs) [h8300*-*-*, h8500-*-*]: Disable
10046         libf2c.
10048 2001-11-12  Craig Rodrigues  <rodrigc@gcc.gnu.org>
10050         * MAINTAINERS (Write After Approval): Add self.
10052 2001-11-12  David O'Brien  <obrien@FreeBSD.org>
10054         * MAINTAINERS: mips and s390 are also CPU ports.
10056 2001-11-12  David O'Brien  <obrien@FreeBSD.org>
10058         * MAINTAINERS: mcore, cris and mmix are also CPU ports.
10060 2001-11-11  David O'Brien  <obrien@FreeBSD.org>
10062         * MAINTAINERS: Alphabetize.
10064 2001-11-09  Kazu Hirata  <kazu@hxi.com>
10066         * MAINTAINERS (Various maintainers: h8 port): Add myself.
10068 2001-11-09  John David Anglin  <dave@hiauly1.hia.nrc.ca>
10070         * MAINTAINERS (Various maintainers: hppa port): Added myself.
10072 2001-11-08  Phil Edwards  <pedwards@disaster.jaj.com>
10074         * configure.in (--enable-languages): Be more permissive about
10075         syntax.  Check for empty lists better.  Warn about $LANGUAGES.
10077 2001-11-08  Geoffrey Keating  <geoffk@redhat.com>
10079         * config.sub: Import from master sources, rev. 1.230.
10080         * MAINTAINERS: Change 'stormy16' to 'xstormy16'.
10082 2001-11-07  Laurent Guerby  <guerby@acm.org>
10084         * MAINTAINERS (Write After Approval): Add self.
10086 2001-11-06  Hans-Peter Nilsson  <hp@bitrange.com>
10088         * Makefile.in (MAKEINFO): Use "missing" for makeinfo older than 4.0.
10090 2001-11-05  Hans-Peter Nilsson  <hp@bitrange.com>
10092         * config.sub: Import from master sources, rev 1.226.
10093         * config.guess: Import from master sources, rev 1.216.
10095 2001-11-03  Hans-Peter Nilsson  <hp@bitrange.com>
10097         * configure.in (noconfigdirs) [mmix-*-*]: Disable libgcj.
10098         * MAINTAINERS: Add self as maintainer of MMIX port.
10099         Remove old after-approval entry.
10101 2001-10-28  Joseph S. Myers  <jsm28@cam.ac.uk>
10103         * ChangeLog, configure: Fix spelling errors.
10105 2001-10-20  Brendan Kehoe  <brendan@zen.org>
10107         * MAINTAINERS: Tweak my address.
10109 Thu Oct 11 21:50:15 2001  J"orn Rennecke  <amylaar@onetel.net.uk>
10111         * MAINTAINERS: Update my email address.
10113 2001-10-11  Hans-Peter Nilsson  <hp@axis.com>
10115         * configure.in (noconfigdirs) [cris-*-*]: Disable libgcj.
10116         * MAINTAINERS: Add self as maintainer of CRIS port.
10118 2001-10-10  Geert Bosch  <bosch@gnat.com>
10120         * MAINTAINERS (Various maintainers: Ada front end):
10121         Added Robert Dewar.
10123 2001-10-03  David Billinghurst  <David.Billinghurst@riotinto.com>
10125         * MAINTAINERS (Write After Approval): Added self
10127 2001-10-02  Geert Bosch  <bosch@gnat.com>
10129         * MAINTAINERS (Various maintainers: Ada front end): Added myself.
10131 2001-10-02  Joseph S. Myers  <jsm28@cam.ac.uk>
10133         * configure: Handle temporary files securely using mkdir.
10135 2001-09-29  Alexandre Oliva  <aoliva@redhat.com>
10137         * Makefile.in (configure-target-gperf): Depend on $(ALL_GCC_CXX).
10139 2001-09-26  Will Cohen  <wcohen@redhat.com>
10141         * configure.in (*-*-linux*): Disable configuration of target-newlib
10142         and target-libgloss.
10144 2001-09-26  Alexandre Oliva  <aoliva@redhat.com>
10146         * Makefile.in (EXTRA_TARGET_FLAGS): Pass RANLIB_FOR_TARGET for
10147         RANLIB.
10149 2001-09-21  Alexandre Oliva  <aoliva@redhat.com>
10151         * Makefile.in (AS_FOR_TARGET, LD_FOR_TARGET,
10152         DLLTOOL_FOR_TARGET, WINDRES_FOR_TARGET, AR_FOR_TARGET,
10153         RANLIB_FOR_TARGET, NM_FOR_TARGET): Don't use double quotes to
10154         avoid quotes nesting problems.
10155         (NATIVE_CHECK_MODULES): Ditto, just for consistency.
10156         (DO_X): Export only variables that are set.
10158 2001-09-19  Ben Elliston  <bje@redhat.com>
10160         * configure.in (sparc-sun-solaris2*): Don't use /usr/bin/which on
10161         Solaris when testing for the /usr/ucb/cc compiler; it has incorrect
10162         semantics.  Use the shell built-in "type" command instead.
10164 2001-08-31  Alexandre Oliva  <aoliva@redhat.com>
10166         Merged from gcc-3_0-branch:
10167         2001-07-30  Jeff Sturm  <jsturm@one-pont.com>
10168         * ltcf-c.sh: Use $objext, not $ac_objext.
10169         2001-07-27  Mark Kettenis  <kettenis@gnu.org>
10170         * ltcf-cxx.sh: Add support for GNU.
10171         2001-07-22  Timothy Wall  <twall@redhat.com>
10172         * ltcf-c.sh: Don't disable shared libraries for AIX5/IA64.  Preserve
10173         default settings if using GNU tools with that configuration.
10174         * ltcf-cxx.sh: Ditto.
10175         * ltcf-gcj.sh: Ditto.
10176         2001-07-21  Michael Chastain  <chastain@redhat.com>
10177         * ltconfig: Set max_cmd_len to a maximum of 512Kb, as it seems some
10178         HPUX 11.0 systems have trouble with 1MB.  Mark as gcc-local.
10179         * ltmain.sh: Mark as gcc-local.
10181 2001-08-30  Eric Christopher  <echristo@redhat.com>
10182             Jason Eckhardt  <jle@redhat.com>
10184         * config.guess: Merge from master sources.
10185         * config.sub: Merge from master sources, add support for mipsisa32.
10187 2001-08-25  Geoffrey Keating  <geoffk@redhat.com>
10188         * config.sub: Merge from master sources, rev 1.219.
10189         * MAINTAINERS: Add self as contact for stormy16 port.
10191 2001-08-14  Zack Weinberg  <zackw@panix.com>
10193         * config.sub: Merge from master sources, rev 1.218.
10194         * config.guess: Merge from master sources, rev 1.209.
10196 2001-08-11  Graham Stott  <grahams@redhat.com>
10198         * Makefile.in (check-c++): Add missing semicolon.
10200 Mon Jul 30 19:24:13 CEST 2001  Jan Hubicka  <jh@suse.cz>
10202         * MAINTAINERS (Various maitainers: predict.def): Added myself.
10204 2001-07-30  Eric Christopher  <echristo@redhat.com>
10206         * MAINTAINERS (Various maintainers: mips port): Added myself.
10208 2001-07-25  Andrew Haley  <aph@cambridge.redhat.com>
10210         * configure.in (sh-*-linux*): New.
10212 2001-07-27  Richard Henderson  <rth@redhat.com>
10214         * .cvsignore: Add LAST_UPDATED.
10216 2001-07-23  Ulrich Weigand  <uweigand@de.ibm.com>
10218         * MAINTAINERS (Various maintainers: s390 port): Added myself.
10220 2001-07-16  Aldy Hernandez  <aldyh@redhat.com>
10222         * config.sub: Fix mips64vr5000el typo in CPU-COMPANY.
10224 Fri Jul 13 14:31:57 2001  Nicola Pero  <nicola@brainstorm.co.uk>
10226         * MAINTAINERS (Write After Approval): Added myself.
10228 2001-07-12  Stephane Carrez  <Stephane.Carrez@worldnet.fr>
10230         * configure.in (noconfigdirs): Don't compile libiberty, libstdcxx
10231         and libgcj on m68hc11/m68hc12.
10233 2001-06-27  H.J. Lu  (hjl@gnu.org)
10235         * Makefile (CFLAGS_FOR_BUILD): New.
10236         (EXTRA_GCC_FLAGS): Add CFLAGS_FOR_BUILD.
10238 2001-06-13  Joseph S. Myers  <jsm28@cam.ac.uk>
10240         * README: Remove version number.
10242 2001-06-13  Gerald Pfeifer  <pfeifer@dbai.tuwien.ac.at>
10244         * INSTALL/README: Update wrt. to the installation instructions now
10245         residing in gcc/doc/install.texi.
10247 2001-06-13  Joseph S. Myers  <jsm28@cam.ac.uk>
10249         * README: Replace with a cut-down and updated version of gcc/README.
10251 2001-06-12  David Edelsohn  <edelsohn@gnu.org>
10253         * config-ml.in (powerpc-*-* | rs6000-*-*): Allow aix64 and pthread
10254         multilibs to be disabled.
10256 2001-06-11  Daniel Berlin  <dan@cgsoftware.com>
10258         * MAINTAINERS (Write After Approval): Add myself.
10260 2001-06-09  Alexandre Oliva  <aoliva@redhat.com>
10262         * config.guess: Import CVS version 1.195.
10263         * config.sub: Import CVS version 1.212.
10265 2001-06-08  Alexandre Oliva  <aoliva@redhat.com>, Jeff Sturm  <jsturm@one-point.com>
10267         * Makefile.in (AS_FOR_TARGET, LD_FOR_TARGET, NM_FOR_TARGET): If
10268         gcc/xgcc is built, use -print-prog-name to find out the program
10269         name to use.
10271 2001-06-04  Phil Edwards  <pme@sources.redhat.com>
10273         * config.guess:  Import CVS version 1.194.  All gcc-local changes
10274         appear to also be in the master copy.
10275         * config.sub:  Import CVS version 1.211.
10277 Mon Jun  4 16:32:53 2001  Mark Mitchell  <mark@codesourcery.com>
10279         * ltcf-c.sh (archive_cmds, archive_expsym_cmds) [solaris,
10280         with_gcc]: Use `gcc -shared' to build a shared library.
10282 Mon Jun  4 16:24:43 2001  John David Anglin  <dave@hiauly1.hia.nrc.ca>
10284         * ltcf-c.sh (archive_cmd) [hpux, with_gcc]: Use gcc to link shared
10285         archives.
10287 Fri Jun  1 18:55:19 2001  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
10289         * MAINTAINERS (Write After Approval): Add myself.
10291 2001-06-01  Hans-Peter Nilsson  <hp@axis.com>
10293         * configure.in (libstdcxx_flags): Do not try to execute
10294         libstdc++-v3/testsuite_flags until it exists.
10296 2001-06-01  Alan Modra  <amodra@bigpond.net.au>
10298         * MAINTAINERS: Update my email address.
10300 2001-05-31  Graham Stott  <grahams@redhat.com>
10302         * MAINTAINERS (Write After Approval): Add myself.
10304 2001-05-28  Simon Patarin  <simon.patarin@inria.fr>
10306         * ltcf-cxx.sh (osf3/osf4/osf5): Support creation of C++  shared
10307         libraries when using g++ with native linker.
10309 2001-05-28  Alexandre Oliva  <aoliva@redhat.com>
10311         * ltconfig, ltmain.sh: Upgrade to libtool 1.4a 1.641.2.256.
10313 2001-05-22  Alexandre Oliva  <aoliva@redhat.com>
10315         * ltcf-cxx.sh (allow_undefined_flag, no_undefined_flag)
10316         [aix4*|aix5*]: Prepend blank.
10318 2001-05-20  Alexandre Oliva  <aoliva@redhat.com>
10320         * ltconfig, ltmain.sh, libtool.m4, ltcf-c.sh, ltcf-cxx.sh,
10321         ltcf-gcj.sh: Upgraded to libtool 1.4a 1.641.2.254.  Rebuilt a number
10322         of subdir/configure scripts to use the new libtool.m4.
10324 2001-05-19  Matt Kraai  <kraai@alumni.carnegiemellon.edu>
10326         * MAINTAINERS (Write After Approval): Add myself.
10328 2001-05-18  Benjamin Kosnik  <bkoz@redhat.com>
10330         * configure.in (libstdcxx_flags): Remove reference to libstdc++.INC.
10332 2001-05-11  Ben Elliston  <bje@redhat.com>
10334         * Makefile.in (all-sid): New target.
10335         (check-sid, clean-sid, install-sid): Likewise.
10337 2001-05-09  Jeffrey Oldham  <oldham@codesourcery.com>
10339         * ltcf-cxx.sh: Add -nostdlib to IRIX 6 archive_cmds.
10341 2001-05-03  Alexandre Oliva  <aoliva@redhat.com>
10343         * configure.in (noconfigdirs) [*-cygwin*, *-mingw*, *-beos]: Disable
10344         libgcj.
10346 2001-05-03  Alexandre Oliva  <aoliva@redhat.com>
10348         * Makefile.in (AS_FOR_TARGET, LD_FOR_TARGET, NM_FOR_TARGET): If
10349         gcc/xgcc is built, use -print-prog-name to find out the program
10350         name to use.
10352 2001-04-26  Alexandre Oliva  <aoliva@redhat.com>
10354         * configure.in (noconfigdirs): Don't reset it from scratch in the
10355         target case; only append to it.
10357         * configure.in (noconfigdirs) [hppa*-*-*, mips*-*-irix6*,
10358         sparc-*-solaris2.8]: Disable ${libgcj}.
10360 2001-04-25  Alexandre Oliva  <aoliva@redhat.com>
10362         * configure.in (libgcj_saved): Copy from $libgcj.
10363         (libgcj): Zero out if --enable-libgcj; add to noconfigdirs is
10364         --disable-libgcj.
10366 2001-04-25  Gavin Romig-Koch  <gavin@redhat.com>
10368         * MAINTAINERS: Remove self as MIPS maintainer and
10369         C front end maintainer.
10371 Mon Apr 23 09:15:03 2001  Anthony Green  <green@redhat.com>
10373         * configure.in: Move *-chorusos target case to the proper switch.
10374         Disable libgcj.
10376 2001-04-12  Alexandre Oliva  <aoliva@redhat.com>
10378         * ltconfig, ltmain.sh, ltcf-cxx.sh: Upgraded to libtool 1.4a
10379         1.641.2.228.
10381 2001-04-13  Franz Sirl  <Franz.Sirl-kernel@lauterbach.com>
10383         * Makefile.in (STAGE1_CFLAGS): Pass down.
10385 2001-04-13  Alan Modra  <amodra@one.net.au>
10387         * config.guess: Add hppa64-linux support.  Note for next import that
10388         this is already in the master file.
10389         * configure.in: Likewise.  Accept `parisc' alias for `hppa'.
10391 2001-04-12  Alexandre Oliva  <aoliva@redhat.com>
10393         * ltconfig, ltmain.sh, libtool.m4, ltcf-c.sh, ltcf-cxx.sh,
10394         ltcf-gcj.sh: Upgraded to libtool 1.4a 1.641.2.226.
10396 2001-04-11  Stan Shebs  <shebs@apple.com>
10398         * MAINTAINERS: Add self as Darwin port maintainer.
10400 2001-04-11  Alan Modra  <amodra@one.net.au>
10402         * MAINTAINERS: Update my email address.
10404 2001-04-10  Loren J. Rittle  <ljrittle@acm.org>
10406         * ltcf-cxx.sh: Support creation of C++ shared libraries on
10407         recent versions of FreeBSD (release 3 or later).
10408         * ltconfig: On FreeBSD, -lc must not be provided when building
10409         a shared library or else the standard -pthread gcc option is
10410         rendered worthless to later users of the built library.
10412 2001-04-06  Joseph S. Myers  <jsm28@cam.ac.uk>
10414         * MAINTAINERS: Add self and RTH as C front end maintainers.
10416 2001-04-05  Alexandre Oliva  <aoliva@redhat.com>
10418         * config.sub: Make sure to match an already-canonicalized
10419         machine name (eg. mn10300-unknown-elf).
10421 2001-04-01  Alexandre Oliva  <aoliva@redhat.com>
10423         * Makefile.in (CXX_FOR_TARGET_FOR_RECURSIVE_MAKE, RECURSE_FLAGS):
10424         New macros.
10425         (bootstrap, cross): Use RECURSE_FLAGS.
10426         * configure.in: Subst CXX_FOR_TARGET_FOR_RECURSIVE_MAKE.
10428 2001-03-27  Alexandre Oliva  <aoliva@redhat.com>
10430         * configure.in (CXX_FOR_TARGET): Use xgcc for libstdc++-v3.
10432 2001-03-22  Colin Howell  <chowell@redhat.com>
10434         * Makefile.in (DO_X): Do not backslash single-quotes in
10435         backquotes (two places).
10437 2001-03-22  Alexandre Oliva  <aoliva@redhat.com>
10439         Re-installed:
10440         2001-01-02  Laurynas Biveinis  <lauras@softhome.net>
10441         * ltcf-c.sh: Clear ac_cv_prog_cc_pic for DJGPP.  Do not add
10442         '-DPIC' to ac_cv_prog_cc_pic for DJGPP.
10443         * ltcf-cxx.sh: Likewise.
10444         * ltcf-gcj.sh: Likewise.
10446 2001-03-22  Gerald Pfeifer  <pfeifer@dbai.tuwien.ac.at>
10448         * MAINTAINERS: Add myself as "documentation co-maintainer".
10450 2001-03-22  Alexandre Oliva  <aoliva@redhat.com>
10452         * ltconfig, ltmain.sh, libtool.m4, ltcf-c.sh, ltcf-cxx.sh,
10453         ltcf-gcj.sh: Upgraded to libtool 1.4a 1.641.2.198.
10455 2001-03-19  Tom Tromey  <tromey@redhat.com>
10457         * config-ml.in: Handle GCJ and GCJFLAGS.
10459 2001-03-21  Michael Chastain  <chastain@redhat.com>
10461         * Makefile.in: all-m4 depends on all-texinfo.
10463 2001-03-20  Loren J. Rittle  <ljrittle@acm.org>
10465         * MAINTAINERS: Add myself to write after approval list.
10467 2001-03-18  Laurynas Biveinis  <lauras@softhome.net>
10469         * Makefile.in (DO_X): Quote nested quotes.
10471 2001-03-18  Alan Modra  <alan@linuxcare.com.au>
10473         * MAINTAINERS: Add myself to write after approval list.
10475 2001-03-15  Laurynas Biveinis  <lauras@softhome.net>
10477         * Makefile.in (DO_X): Use double quotes for quoting
10478         "RANLIB=$${RANLIB}".
10480 2001-03-10  Ovidiu Predescu  <ovidiu@cup.hp.com>
10482         * MAINTAINERS: Added Stan Shebs as new maintainer for Objective-C.
10484 2001-03-09  Nicola Pero  <n.pero@mi.flashnet.it>
10486         * configure.in: Only use `lang_requires' for languages athat are
10487         actually enabled.
10489 2001-03-08  Phil Edwards  <pme@sources.redhat.com>
10491         * MAINTAINERS (C++ runtime libs):  Update and alphabatize.
10493 2001-03-08  Alexandre Oliva  <aoliva@redhat.com>
10495         * Makefile.in (ALL_GCC, ALL_GCC_C, ALL_GCC_CXX): Set before use.
10497 2001-03-07  Tom Tromey  <tromey@redhat.com>
10499         * configure.in: Allow config-lang.in to set `lang_requires' to list
10500         of other required languages.
10502 2001-03-06  Laurynas Biveinis  <lauras@softhome.net>
10504         * Makefile.in: Remove RANLIB definition. Use RANLIB
10505         in RANLIB_FOR_TARGET, EXTRA_HOST_FLAGS, EXTRA_TARGET_FLAGS,
10506         EXTRA_GCC_FLAGS, $(DO_X) targets only when the RANLIB is set.
10508 2001-02-28  Benjamin Kosnik  <bkoz@redhat.com>
10509             Alexandre Oliva  <aoliva@redhat.com>
10511         * Makefile.in (check-c++): Use tabs, not spaces.
10513 2001-02-20  Laurynas Biveinis  <lauras@softhome.net>
10515         * MAINTAINERS: add myself to Write After Approval list.
10517 2001-02-19  Benjamin Kosnik  <bkoz@redhat.com>
10519         * Makefile.in (check-c++): New rule.
10521         * configure.in (target_libs): Remove libg++.
10522         (noconfigdirs): Remove libg++.
10523         (noconfigdirs): Same.
10524         (noconfigdirs): Same.
10525         (noconfigdirs): Same.
10527         * config-ml.in: Remove libg++ references.
10529         * Makefile.in (TARGET_CONFIGDIRS): Remove libio, libstdc++, libg++.
10530         (ALL_TARGET_MODULES): Same.
10531         (configure-target-libg++): Remove.
10532         (all-target-libg++): Remove.
10533         (configure-target-libio): Remove.
10534         (all-target-libio): Remove.
10535         (check-target-libio): Remove.
10536         (.PHONY): Remove.
10537         (libg++.tar.bz2): Remove.
10538         (all-target-cygmon): Remove libio.
10539         (all-target-libstdc++): Remove.
10540         (configure-target-libstdc++): Remove.
10541         (TARGET_LIB_PATH): Remove libstdc++.
10542         (ALL_GCC_CXX): Remove libstdc++.
10543         (all-target-gperf): Correct.
10545 2001-02-16  Nick Clifton  <nickc@redhat.com>
10547         * configure.in (noconfigdirs): Allow configuration of texinfo
10548         for Cygwin hosts.
10550 2001-02-15  Anthony Green  <green@redhat.com>
10552         * configure: Introduce GCJ_FOR_TARGET.
10553         * configure.in: Ditto.
10554         * Makefile.in: Ditto.
10556 2001-02-13  Andreas Schwab  <schwab@suse.de>
10558         * MAINTAINERS: Update mail address.
10560 2001-02-09  Martin Schwidefsky  <schwidefsky@de.ibm.com>
10562         * config.guess: Add linux target for S/390.
10563         * config.sub: Likewise.
10565 2001-02-08  Chandrakala Chavva  <cchavva@redhat.com>
10567         * configure.in: for *-chorusos, don't config target-newlib and
10568         target-libgloss.
10570 2001-02-06  Ben Elliston  <bje@redhat.com>
10572         * configure: Output host type to stdout, not stderr.
10574 2001-02-05  Mark Mitchell  <mark@codesourcery.com>
10576         * ltcf-c.sh: Add support for -no-undefined under GNU/Linux.
10577         * ltcf-cxx.sh: Likewise.
10579         * config.if: Assume enable_libstdcxx_v3 is defined.
10581 2001-02-04  Mark Mitchell  <mark@codesourcery.com>
10583         Remove V2 C++ library.
10584         * configure.in: Remove --enable-libstdcxx_v3 support.
10586 2001-01-31  Bryce McKinlay  <bryce@albatross.co.nz>
10588         * include/demangle.h: Add prototype for java_demangle_v3.
10590 2001-01-29  Phil Edwards  <pme@sources.redhat.com>
10592         * COPYING.LIB:  Update to LGPL 2.1 from the FSF.
10594 2001-01-27  Richard Henderson  <rth@redhat.com>
10596         * configure.in (target_makefile_frag) [alpha*-*]: Use mt-alphaieee.
10598 2001-01-27  Michael Sokolov  <msokolov@ivan.Harhan.ORG>
10600         * ltcf-cxx.sh (ac_cv_prog_cc_pic_works, ac_cv_prog_cc_static_works):
10601         Don't unset, it's non-portable and no longer necessary, set to empty
10602         instead.
10604 2001-01-27  Michael Sokolov  <msokolov@ivan.Harhan.ORG>,  Alexandre Oliva  <oliva@lsd.ic.unicamp.br>
10606         * ltconfig: Shell portability fix for the tagname validity check.
10608 2001-01-27  Alexandre Oliva  <aoliva@redhat.com>
10610         * ltcf-c.sh (ld_shlibs) [aix5*]: Disable on unknown CPU types.
10611         * ltcf-cxx.sh, ltcf-gcj.sh: Likewise.
10613 2001-01-26  Michael Sokolov  <msokolov@ivan.Harhan.ORG>
10615         * ltcf-cxx.sh: Use parentheses around eval $ac_compile.
10617 2001-01-26  Tom Tromey  <tromey@redhat.com>
10619         * configure.in: Allow libgcj to be built on Sparc Solaris.
10621 2001-01-25  David Edelsohn  <edelsohn@gnu.org>
10623         * ltcf-c.sh: Add aix5 case.
10624         * ltcf-cxx.sh: Likewise.
10625         * ltconfig: Likewise.
10627 2001-01-24  Alexandre Oliva  <aoliva@redhat.com>
10629         * ltmain.sh (TAG disable-shared, TAG disable-static): Make sure we
10630         keep at least one of build_libtool_libs or build_old_libs set to
10631         yes.
10633         * ltcf-gcj.sh (lt_simple_link_test_code): Remove stray `(0)'.
10634         * libtool.m4 (_AC_LIBTOOL_GCJ): Pass $CPPFLAGS on.
10636 2001-01-23  Bryce McKinlay  <bryce@albatross.co.nz>
10638         * configure.in: Enable libgcj on several additional platforms.
10640 2001-01-22  Bryce McKinlay  <bryce@albatross.co.nz>
10642         * configure.in: Enable libgcj for linux targets.
10644 2001-01-20  Michael Sokolov  <msokolov@ivan.Harhan.ORG>
10646         * MAINTAINERS (Write After Approval): Add myself.
10648 2001-01-15  John David Anglin  <dave@hiauly1.hia.nrc.ca>
10650         * MAINTAINERS: Add myself as vax port maintainer.
10652 2001-01-11  Fergus Henderson  <fjh@cs.mu.oz.au>
10654         * MAINTAINERS: Add myself as Mercury front-end maintainer.
10656 2001-01-09  Mike Stump  <mrs@wrs.com>
10658         * Makefile.in (CONFIGURE_TARGET_MODULES): Pass back configuration
10659         failures of subdirectories.
10661 2001-01-02  Laurynas Biveinis  <lauras@softhome.net>
10663         * ltcf-c.sh: Clear ac_cv_prog_cc_pic for DJGPP.  Do not add
10664         '-DPIC' to ac_cv_prog_cc_pic for DJGPP.
10665         * ltcf-cxx.sh: Likewise.
10666         * ltcf-gcj.sh: Likewise.
10667         * ltconfig.sh: Fix typo.
10669 2001-01-02  Laurynas Biveinis  <lauras@softhome.net>
10671         * configure: handle DOS-style absolute paths.
10673 2001-01-02  Laurynas Biveinis  <lauras@softhome.net>
10675         * configure.in: remove supported directories from $noconfigdirs for DJGPP.
10677 2000-12-30  Marek Michalkiewicz  <marekm@linux.org.pl>
10679         * MAINTAINERS: Add myself as avr port co-maintainer.
10681 2000-12-28  Ben Elliston  <bje@redhat.com>
10683         * MAINTAINERS: Add myself under ``Write After Approval''.
10685 2000-12-19  Joseph S. Myers  <jsm28@cam.ac.uk>
10687         * texinfo: Remove directory from GCC.
10689 2000-12-18  Joseph S. Myers  <jsm28@cam.ac.uk>
10691         * COPYING: Update to current
10692         ftp://ftp.gnu.org/pub/gnu/Licenses/COPYING-2.0 (fixes references
10693         to 19yy as example year in copyright notice).
10695 2000-12-18  Benjamin Kosnik  <bkoz@redhat.com>
10697         * Makefile.in (BASE_FLAGS_TO_PASS): Alphabetize.
10698         (libstdcxx_incdir): Pass down.
10699         * config.if: Remove expired bits for cxx_interface, add stub.
10700         (libstdcxx_incdir): Add variable for g++ include directory.
10701         * configure.in (gxx_include_dir): Use it.
10703 2000-12-18  Alexandre Oliva  <aoliva@redhat.com>
10705         * MAINTAINERS: Added self as sh port co-maintainer.  Removed entry
10706         with old-email address from ``Write After Approval''.
10708 2000-12-15  Andreas Jaeger  <aj@suse.de>
10710         * configure.in: Handle lang_dirs.
10712 2000-12-14  Tom Tromey  <tromey@redhat.com>
10714         * MAINTAINERS: Removed brads.
10716         * MAINTAINERS: Added gcj developers.
10718 2000-12-13  Anthony Green  <green@redhat.com>
10720         * configure.in: Disable libgcj for any target not specifically
10721         listed.  Disable libgcj for x86 and Alpha Linux until compatible
10722         with g++ abi.
10724 2000-12-13  Mike Stump  <mrs@wrs.com>
10726         * Makefile.in (local-distclean): Also remove fastjar.
10728 2000-12-12  Rodney Brown  <RodneyBrown@mynd.com>
10730         * contrib/gcc_update: Add fastjar --touch entries.
10732 2000-12-12  Alexandre Oliva  <aoliva@redhat.com>
10734         * configure.in: Disable language-specific target libraries for
10735         languages that aren't enabled.
10737 2000-12-10  Anthony Green  <green@redhat.com>
10739         * configure.in: Define libgcj.  Disable libgcj target libraries for
10740         most targets.
10742 2000-12-10  Neil Booth  <neilb@earthling.net>
10744         * MAINTAINERS: Update mail address, remove from WAA list.
10746 2000-12-09  Alexandre Petit-Bianco  <apbianco@cygnus.com>
10748         * libjava: Imported from /cvs/java.
10749         * libffi: Likewise.
10750         * Boehm-gc: Likewise.
10752 2000-12-09  Alexandre Petit-Bianco  <apbianco@cygnus.com>
10754         * configure.in (target_libs): Revert 2000-12-08 patch.
10755         (noconfigdirs): Added target-libjava.
10757 2000-12-09  Laurynas Biveinis  <lauras@softhome.net>
10759         * djunpack.bat: removed.
10761 2000-12-09  Laurynas Biveinis  <lauras@softhome.net>
10763         * Makefile.in: handle DOS-style absolute paths.
10764         * config-ml.in: likewise.
10765         * symlink-tree: likewise.
10767 2000-12-08  Alexandre Petit-Bianco  <apbianco@cygnus.com>
10769         * fastjar: Imported.
10771 2000-12-08  Alexandre Petit-Bianco  <apbianco@cygnus.com>
10773         * Makefile.in (TARGET_CONFIGDIRS): Wrong place. Removed note about
10774         libjava.
10775         * configure.in (target_libs): Removed `target-libjava'.
10777 2000-12-08  Alexandre Petit-Bianco  <apbianco@cygnus.com>
10779         * Makefile.in (TARGET_CONFIGDIRS): Added note about libjava.
10780         (ALL_MODULES): Added fastjar.
10781         (NATIVE_CHECK_MODULES, INSTALL_MODULES, CLEAN_MODULES): Likewise.
10782         (all-target-libjava): all-fastjar replaces all-zip.
10783         (all-fastjar): Added.
10784         (configure-target-fastjar, all-target-fastjar): Likewise.
10785         * configure.in (host_tools): Added fastjar.
10787 2000-12-07  Mike Stump  <mrs@wrs.com>
10789         * Makefile.in (local-distclean): Remove leftover built files.
10791 2000-11-24  Nick Clifton  <nickc@redhat.com>
10793         * configure.in (xscale-elf): Add target.
10794         (xscale-coff): Add target.
10796 2000-11-22  Loren J. Rittle  <ljrittle@acm.org>
10798         * ltcf-cxx.sh: Support creation of C++ shared libraries on
10799         recent versions of FreeBSD (release 3 or later).
10800         * ltconfig: On FreeBSD, -lc must not be provided when building
10801         a shared library or else the standard -pthread gcc option is
10802         rendered worthless to later users of the built library.
10804 2000-11-16  Fred Fish  <fnf@be.com>
10806         * configure.in (enable_libstdcxx_v3): Fix typo,
10807         libstd++ -> libstdc++.
10809 2000-11-21  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
10811         * MAINTAINERS: Add self to Write After Approval list.
10813 2000-11-21  Bernd Schmidt  <bernds@redhat.com>
10815         * MAINTAINERS: Update my email address.  Add myself to global write
10816         privs list.
10818 2000-11-18  Alexandre Oliva  <aoliva@redhat.com>
10820         * Makefile.in: Merge with src and libgcj.
10821         (ALL_GCC_C, ALL_GCC_CXX): New macros.  Use them as dependencies of
10822         configure-target-<library> when their configure scripts need the C
10823         or C++ library to have already been built to work properly.
10824         (do_proto_toplev): Set them to an empty string.
10826         * Makefile.in (HOST_LIB_PATH, TARGET_LIB_PATH): New macros.
10827         (REALLY_SET_LIB_PATH): Use them.
10829 2000-11-17  Stan Shebs  <shebs@apple.com>
10831         * MAINTAINERS: Add self to Write After Approval list.
10833 2000-11-13  Joseph S. Myers  <jsm28@cam.ac.uk>
10835         * configure: Provide the original toplevel configure arguments
10836         (including $0) to subprocesses in the environment rather than
10837         through gcc/configargs.h.
10839 2000-11-13  Joseph S. Myers  <jsm28@cam.ac.uk>
10841         * MAINTAINERS: Remove references to cccp. Change C9X reference to
10842         C99.  Alphabetise "Write After Approval" list.
10844 2000-11-12  Mark Mitchell  <mark@codesourcery.com>
10846         * configure: Turn on libstdc++ V3 by default.
10848         * ltcf-c.sh: On Solaris, use `gcc -shared' to build a shared library
10849         if we've got GCC.
10851 2000-11-11  Philip Blundell  <philb@gnu.org>
10853         * MAINTAINERS: Add self to Write After Approval list.
10855 2000-11-09  David Edelsohn  <edelsohn@gnu.org>
10857         * ltcf-c.sh (aix4): Improve shared library configuration; require
10858         exporting symbols.
10859         * ltcf-cxx.sh (aix4): Define.
10860         * ltconfig (aix4): Define library and soname specs appropriate for
10861         AIX.  Define command to create export symbols list.
10863 Mon Nov  6 14:19:35 2000  Christopher Faylor  <cgf@cygnus.com>
10865         * config.sub: Add support for Sun Chorus
10867 2000-10-31  Nick Clifton  <nickc@redhat.com>
10869         * MAINTAINERS: Rename <name>@cygnus.com addresses to
10870         <name>@redhat.com.  Also installed new email address for Clint
10871         Popetz.
10873 2000-10-30  Joseph S. Myers  <jsm28@cam.ac.uk>
10875         * etc: Remove directory from GCC.
10877 2000-10-16  Michael Meissner  <meissner@redhat.com>
10879         * configure (gcc/configargs.h): Only create if there is a build GCC
10880         directory created.
10882 2000-10-16  Matthias Klose  <doko@debian.org>
10884         * config.if: Search libstdc++-v3/configure.in for INTERFACE,
10885         when configured for libstdc++-v3.
10887 2000-10-05  Phil Edwards  <pme@gcc.gnu.org>
10889         * configure: Save configure arguments to gcc/configargs.h.
10891 2000-10-04  Philipp Thomas  <pthomas@suse.de>
10893         * config.guess: Import CVS version 1.157.
10894         * config.sub: Import CVS version 1.181.
10896 2000-10-04  Andris Pavenis  <pavenis@latnet.lv>
10898         * Makefile.in (bootstrap): avoid recursion if subdir missing
10899         (cross): ditto
10900         (do-proto-toplev): ditto
10902 2000-09-30  Alexandre Oliva  <aoliva@redhat.com>
10904         * Makefile.in (DEVO_SUPPORT): Added gettext.m4, libtool.m4,
10905         ltcf-c.sh, ltcf-cxx.sh and ltcf-gcj.sh.
10907         * ltconfig, ltmain.sh, libtool.m4, ltcf-cxx.sh: Updated from libtool
10908         multi-language branch, to work around Solaris' /bin/sh bug.  Rebuilt
10909         all affected `configure' scripts.
10911 Mon 25-Sep-2000 19:46:09 BST  Neil Booth  <neilb@earthling.net>
10913         * MAINTAINERS: Add self as cpplib co-maintainer.
10915 2000-09-24  Aldy Hernandez  <aldyh@redhat.com>
10917         * MAINTAINERS: Add self to Write After Approval list.
10919 2000-09-18  Gerald Pfeifer  <pfeifer@dbai.tuwien.ac.at>
10921         * INSTALL/README: egcs -> GCC update.
10923 Sun Sep 17 16:55:59 CEST 2000  Marc Espie  <espie@cvs.openbsd.org>
10925         * MAINTAINERS: Add myself to Write After Approval list.
10927 2000-09-15  Kazu Hirata  <kazu@hxi.com>
10929         * MAINTAINERS: Add myself to Write After Approval list.
10931 Wed Sep 13 11:11:29 2000  Jeffrey A Law  (law@cygnus.com)
10933         * configure.in: Do not build byacc for hppa64.  Provide paths to the
10934         X11 libraries for hppa64.
10936 2000-09-08  Stephane Carrez  <Stephane.Carrez@worldnet.fr>
10938         * MAINTAINERS: Add myself as 68hc11 port maintainer.
10940 2000-09-06  Alexandre Oliva  <aoliva@redhat.com>
10942         * Makefile.in (all-zlib): Added dummy target.
10944         * ltconfig, ltmain.sh, libtool.m4, ltcf-c.sh, ltcf-cxx.sh,
10945         ltcf-gcj.sh: Updated from libtool multi-language branch.
10947 2000-09-05  Alexandre Oliva  <aoliva@redhat.com>
10949         * Makefile.in (all-bootstrap): Added all-texinfo and all-zlib.
10950         (bootstrap*): Depend on all-bootstrap.
10952 2000-09-05  Philipp Thomas  <pthomas@suse.de>
10954         * config.guess: Import CVS version 1.156.
10955         * config.sub: Import CVS version 1.179.
10957 2000-09-02  Anthony Green  <green@cygnus.com>
10959         * Makefile.in (all-gcc): Depend on all-zlib.
10960         (CLEAN_MODULES): Add clean-zlib.
10961         (ALL_MODULES): Add all-zlib.
10962         * configure.in (host_libs): Add zlib.
10964 2000-09-02  Alexandre Oliva  <aoliva@redhat.com>, DJ Delorie  <dj@redhat.com>
10966         * configure.in (FLAGS_FOR_TARGET): Use -nostdinc even for Canadian
10967         crosses, but add gcc/include to the header search path for them.
10969 2000-08-04  David E. O'Brien  <obrien@FreeBSD.org>
10971         * MAINTAINERS: Add self to Write After Approval list.
10973 2000-08-27  Franz Sirl  <Franz.Sirl-kernel@lauterbach.com>
10975         * config.guess: Import CVS version 1.152.
10976         * config.sub: Import CVS version 1.177.
10978 2000-08-25  Alexandre Oliva  <aoliva@redhat.com>
10980         * configure.in (FLAGS_FOR_TARGET): Use $target_configdirs and
10981         $targargs to tell whether newlib is going to be built.
10983         * configure.in [disable-libstdcxx-v3] (libstdcxx_flags): Search
10984         $$r/TARGET_SUBDIR/libio for _G_config.h.
10986 2000-08-23  Alexandre Oliva  <aoliva@redhat.com>
10988         * MAINTAINERS: Add self as a build machinery (*.in) maintainer.
10990 2000-08-22  DJ Delorie  <dj@redhat.com>
10992         * MAINTAINERS: Add self as a build machinery (*.in) maintainer
10994 2000-08-22  Alexandre Oliva  <aoliva@redhat.com>
10996         * config-ml.in (CC, CXX): Avoid trailing whitespace.
10997         (LD_LIBRARY_PATH, SHLIB_PATH): Adjust for multilibs and export to
10998         sub-configures.
11000 2000-08-21  DJ Delorie  <dj@redhat.com>
11002         * MAINTAINERS: Add self as a libiberty maintainer
11004 2000-08-16  Alexandre Oliva  <aoliva@redhat.com>
11006         * configure.in (libstdcxx_flags): Use
11007         libstdc++-v3/src/libstdc++.INC.
11009 2000-08-15  Alexandre Oliva  <aoliva@redhat.com>
11011         * configure.in (libstdcxx_flags): Use libstdc++-v3/src/INCLUDES.
11013 2000-08-14  Zack Weinberg  <zack@wolery.cumb.org>
11015         * configure.in (libstdcxx_flags): Remove -isystem $$s/libio/stdio.
11017         * configure: Make enable_threads and enable_shared defaults
11018         explicit.  Substitute enable_threads into generated Makefiles.
11019         * configure.in: Accept *-*-linux* not just *-*-linux-gnu*.
11020         * libtool.m4: Accept *-*-linux* not just *-*-linux-gnu*.
11022 2000-08-13  Geoff Keating  <geoffk@cygnus.com>
11024         * Makefile.in (GCC_FOR_TARGET): Also add -B$$r/gcc/ here.
11026 2000-08-12  Alexandre Oliva  <aoliva@redhat.com>
11028         * config-ml.in (CC): Remove bogus duplicate quotation mark from
11029         previous delta.
11031 2000-08-11  Jason Merrill  <jason@redhat.com>
11033         * configure.in (CC_FOR_TARGET, CHILL_FOR_TARGET,
11034         CXX_FOR_TARGET): Add -B$$r/gcc/ here.
11035         (FLAGS_FOR_TARGET): Not here.
11036         (CHILL_FOR_TARGET, CXX_FOR_TARGET): Don't check the list of languages.
11038 2000-08-11  Alexandre Oliva  <aoliva@redhat.com>
11040         * config-ml.in (CC, CXX): Don't introduce a leading space.
11042 2000-08-07  DJ Delorie  <dj@delorie.com>
11044         * MAINTAINERS: Add self as a DJGPP maintainer
11046 2000-08-07  DJ Delorie  <dj@redhat.com>
11048         * configure.in (FLAGS_FOR_TARGET): invert test for xgcc, should mean
11049         "if we're also building gcc, and it's a gcc that will run on the
11050         build machine, we want to use its includes instead of the system's
11051         default includes".
11053 2000-08-04  Joseph S. Myers  <jsm28@cam.ac.uk>
11055         * MAINTAINERS: Add self to Write After Approval list.
11057 2000-08-03  Alexandre Oliva  <aoliva@redhat.com>
11059         * configure.in (libstdcxx_flags): Don't use `"'.
11061         * config-ml.in: Adjust multilib search paths to the
11062         appropriate multilib tree.
11064 2000-08-02  Alexandre Oliva  <aoliva@redhat.com>
11066         * configure.in (CHILL_FOR_TARGET, CXX_FOR_TARGET): Convert blanks to
11067         commas in $LANGUAGES.
11069 2000-08-02  Manfred Hollstein  <manfredh@redhat.com>
11071         * configure.in: Re-enable all references to libg++ and librx.
11073 2000-08-01  Alexandre Oliva  <aoliva@redhat.com>
11075         * ltconfig, ltmain.sh: Update from libtool multi-language branch.
11076         * ltcf-c.sh (need_lc): Fix test message.  Set wl for archive_cmds.
11077         (ac_cv_prog_cc_pic): Don't print `cached' without `checking'.
11078         * ltcf-cxx.sh (need_lc): Set based on postdeps.
11080         * configure.in (qCXX_FOR_TARGET): Use echo instead of expr.
11082 2000-07-31  Alexandre Oliva  <aoliva@redhat.com>
11084         * configure.in (qCXX_FOR_TARGET): Quote `&' characters in
11085         CXX_FOR_TARGET for sed.
11087 2000-07-30  Alexandre Oliva  <aoliva@redhat.com>
11089         * configure.in (CC_FOR_TARGET, CHILL_FOR_TARGET, CXX_FOR_TARGET):
11090         Do not override if already set in the environment or in configure.
11091         Don't duplicate $(FLAGS_FOR_TARGET) if it already appears in them.
11092         (FLAGS_FOR_TARGET): Don't use host directories on Canadian crosses.
11094 2000-07-28  Alexandre Oliva  <aoliva@redhat.com>
11096         * libtool.m4, ltcf-c.sh, ltcf-cxx.sh, ltcf-gcj.sh: New files from
11097         the libtool CVS tree multi-language branch.
11098         * ltconfig, ltmain.sh: Updated.
11100 2000-07-27  Alexandre Oliva  <aoliva@redhat.com>
11102         * Makefile.in (clean-target-libgcc): Remove gcc/libgcc.
11103         (clean-target): Depend on it.
11105         * Makefile.in (FLAGS_FOR_TARGET): New macro.
11106         (GCC_FOR_TARGET): Use it.
11107         (CC_FOR_TARGET, CXX_FOR_TARGET, CHILL_FOR_TARGET): Now defined...
11108         * configure.in: ... here.
11109         (FLAGS_FOR_TARGET): Define.  Add ld build dir to -L path.
11110         (libstdcxx_flags): Define and append to CXX_FOR_TARGET.
11112 2000-07-24  Eric Christopher  <echristo@cygnus.com>
11114         * MAINTAINERS: Add self to Write After Approval list.
11116 2000-07-24  Alexandre Oliva  <aoliva@redhat.com>
11118         * Makefile.in (configure-target-libf2c): Depend on $(ALL_GCC).
11119         (configure-target-libchill, configure-target-libobjc): Likewise.
11121         * configure.in: Use the same cache file for all target libs.
11122         * config-ml.in: But different cache files per multilib variant.
11124 2000-07-23  Michael Sokolov  <msokolov@ivan.Harhan.ORG>
11126         * configure (topsrcdir): Don't use dirname.
11128 2000-07-22  Jeffrey Oldham  <oldham@codesourcery.com>
11130         * MAINTAINERS: Add self to Write After Approval list.
11132 2000-07-20  Jason Merrill  <jason@redhat.com>
11134         * configure.in: Remove all references to libg++ and librx.
11136         * configure, configure.in, Makefile.in: Unify gcc and binutils.
11138 2000-07-20  Hans-Peter Nilsson  <hp@axis.com>
11140         * config.sub: Update to subversions version 2000-07-06.
11142 2000-07-12  Andrew Haley  <aph@cygnus.com>
11144         * configure.in (host_makefile_frag): Use mh-ia64pic on IA-64 hosts.
11145         (target_makefile_frag): Use mt-ia64pic on IA-64 targets.
11147 2000-07-07  Phil Edwards  <pme@sourceware.cygnus.com>
11149         * symlink-tree:  Check number of arguments.
11151 2000-07-05  Jim Wilson  <wilson@cygnus.com>
11153         * Makefile.in (CXX_FOR_TARGET): Add libstdc++ to the library
11154         search path for a g++ extracted from the build tree.  This
11155         will allow link tests run by configure scripts in
11156         subdirectories to succeed.
11158 2000-07-01  Koundinya K  <kk@ddeorg.soft.net>
11160         * ltconfig: Add support for mips-dde-sysv4.2MP
11162 2000-06-29  Michael Hayes  <m.hayes@elec.canterbury.ac.nz>
11164         * MAINTAINERS: Add myself as loop discovery maintainer.
11166 2000-06-28  Corinna Vinschen  <vinschen@cygnus.com>
11168         * ltconfig: Check for host_os beeing one of `cygwin', `mingw' or
11169         `os2'. Force ac_cv_exeext to be ".exe" in that case.
11171 2000-06-19  Timothy Wall  <twall@cygnus.com>
11173         * configure.in (noconfigdirs): Set noconfigdirs for tic54x target.
11174         * config.sub: Add tic54x target.
11176 Sun Jun 11 17:20:00 MET 2000  Toon Moene  <toon@moene.indiv.nluug.nl>
11178         * MAINTAINERS: Add self as Fortran maintainer,
11179         remove Craig Burley.
11181 Tue May 30 19:01:12 2000  Andrew Cagney  <cagney@b1.cygnus.com>
11183         * config.sub: Import CVS version 1.167 Tue May 30 09:00:07 2000.
11184         * config.guess: Import CVS version 1.148 Tue May 30 09:00:06 2000
11186 Mon May 29 21:15:00 MET 2000  Philipp Thomas  <pthomas@suse.de>
11188         * MAINTAINERS: Add self as i18n maintainer
11190 20000-05-21  H.J. Lu  (hjl@gnu.org)
11192         * Makefile.in (CC_FOR_TARGET): Make sure as/ld in the gcc
11193         directory are used if they exist. Make sure
11194         $(build_tooldir)/include is searched for header files,
11195         $(build_tooldir)/lib/ for library files.
11196         (GCC_FOR_TARGET): Likewise.
11197         (CXX_FOR_TARGET): Likewise.
11199 Thu May 18 10:58:13 2000  Jeffrey A Law  (law@cygnus.com)
11201         * configure.in (hppa*64*-*-*): Do build ld for this configuration.
11203 Wed May 17 16:03:48 2000  Alexandre Oliva  <aoliva@cygnus.com>
11205         * Makefile.in (configure-target-libiberty): Depend on
11206         configure-target-newlib.
11208 2000-05-16  Alexandre Oliva  <aoliva@cygnus.com>
11210         * configure.in, Makefile.in: Merge all libffi-related
11211         configury stuff from the libgcj tree.
11213 Tue May 16 10:06:21 2000  Andrew Cagney  <cagney@b1.cygnus.com>
11215         Thu Apr 27 11:01:48 2000 Andrew Cagney <cagney@b1.cygnus.com>:
11216         * Makefile.in (do-tar-bz2, do-md5sum): Skip CVS directories.
11218 Tue May 16 09:57:35 2000  Andrew Cagney  <cagney@b1.cygnus.com>
11220         Wed Apr 26 17:03:53 2000 Andrew Cagney <cagney@b1.cygnus.com>:
11221         * Makefile.in (do-djunpack): New target. Update djunpack.bat with
11222         current version information.  Add to proto-toplev directory.
11223         (gdb-taz): Build do-djunpack.
11225 2000-05-15  David Edelsohn  <edelsohn@gnu.org>
11227         * configure.in: Special case powerpc*-*-aix* target_makefile_frag.
11229 Mon May 15 13:39:09 2000  Andrew Cagney  <cagney@b1.cygnus.com>
11231         * MAINTAINERS: Add self to Write After Approval list.
11233 2000-05-13 Alexandre Oliva  <oliva@lsd.ic.unicamp.br>
11235         * ltmain.sh: Preserve in relink_command any environment
11236         variables that may affect the linker behavior.
11238 Fri May 12 11:23:17 2000  Jeffrey A Law  (law@cygnus.com)
11240         * config.sub (basic_machine): Recognize hppa64 as a valid cpu type.
11242 Wed May 10 21:26:51 2000  Jim Wilson  <wilson@cygnus.com>
11244         * configure.in (ia64*-*-elf*): Add gdb and friends to noconfigdirs.
11246 2000-05-08  Eli Zaretskii  <eliz@is.elta.co.il>
11248         * djunpack.bat: Change the Sed script to replace @V@ in fnchange.lst
11249         with the version name.
11251 Sat May  6 21:12:55 CDT 2000  Jason Eckhardt  <jle@cygnus.com>
11253         * MAINTAINERS: Add self as bb-reorder maintainer.
11255 2000-05-01  Benjamin Kosnik  <bkoz@cygnus.com>
11257         * config.if: Tweak.
11259 2000-04-23  Eli Zaretskii  <eliz@is.elta.co.il>
11261         * djunpack.bat: New file.
11263 Wed Apr 19 12:46:26 2000  Andrew Cagney  <cagney@b1.cygnus.com>
11265         * Makefile.in (taz, gdb-taz, gas.tar.bz2, binutils.tar.bz2,
11266         gas+binutils.tar.bz2, libg++.tar.bz2, gnats.tar.bz2, gdb.tar.bz2,
11267         dejagnu.tar.bz2, gdb+dejagnu.tar.bz2, insight.tar.bz2,
11268         insight+dejagnu.tar.bz2, newlib.tar.bz2): Pass MD5PROG to sub-make.
11270 2000-04-16  Dave Pitts  <dpitts@cozx.com>
11272         * config.sub (case $basic_machine): Change default for "ibm-*"
11273         to "openedition".
11275 2000-04-13  Andreas Jaeger  <aj@suse.de>
11277         * MAINTAINERS: Added myself.
11279 Wed Apr 12 16:42:48 2000  Andrew Cagney  <cagney@b1.cygnus.com>
11281         * Makefile.in (gdb-taz): New target.  GDB specific archive.
11282         (do-md5sum): New target.
11283         (MD5PROG): Define.
11284         (PACKAGE): Default to TOOL.
11285         (VER): Default to a shell script.
11286         (taz): Rewrite target.  Move real work to do-proto-toplev.  Include
11287         md5 checksum generation.
11288         (do-proto-toplev): New target. Create $(PACKAGE)-$(VER) link.
11289         (do-tar-bz2): Delete creation of $(PACKAGE)-$(VER) link.
11290         (gdb.tar.bz2, dejagnu.tar.bz2, gdb+dejagnu.tar.bz2,
11291         insight.tar.bz2): Use gdb-taz to create archive.
11293 Fri Apr  7 18:10:29 2000  Andrew Cagney  <cagney@b1.cygnus.com>
11295         * configure (warn_cflags): Delete.
11297 Thu Apr  6 16:15:14 2000  Philippe De Muyter  <phdm@macqel.be>
11299         * MAINTAINERS: Added myself.
11301 2000-04-05  Benjamin Kosnik  <bkoz@cygnus.com>
11302             Martin v. Löwis  <martin@loewis.home.cs.tu-berlin.de>
11304         * configure.in (enable_libstdcxx_v3): Add.
11305         (target_libs): Add bits here to switch between libstdc++-v2 and
11306         libstdc++-v3.
11307         * config.if: And this file too.
11308         * Makefile.in: Add libstdc++-v3 targets.
11310 2000-04-05  Michael Meissner  <meissner@redhat.com>
11312         * config.sub (d30v): Add d30v as a basic machine type.
11314 2000-03-29  Jason Merrill  <jason@casey.cygnus.com>
11316         * configure.in: -linux-gnu*, not -linux-gnu.
11318 Sun Mar 12 17:30:30 2000  Toon Moene  <toon@moene.indiv.nluug.nl>
11320         * MAINTAINERS: Add self in write-after-approval section.
11322 Sun Mar 12 00:23:32 2000  Jim Wilson  <wilson@cygnus.com>
11324         * MAINTAINERS: Add self as ia64 port maintainer.
11326 2000-03-08  Neil Booth  <NeilB@earthling.net>
11328         * MAINTAINERS: Add self in write-after-approval section.
11330 Fri Mar  3 18:44:08 2000  Andrew Cagney  <cagney@b1.cygnus.com>
11332         * Makefile.in (taz): Set PACKAGE to TOOL when not defined.
11333         (do-tar-bz2): Replace TOOL with PACKAGE.
11334         (gdb.tar.bz2): Remove GDBTK from GDB package.
11335         (gdb+dejagnu.tar.bz2, insight.tar.bz2, insight+dejagnu.tar.bz2,
11336         dejagnu.tar.bz2): New packages.
11338 2000-02-27  Andreas Jaeger  <aj@suse.de>
11340         * configure.in: Add entry for mips*-*-linux*, move catch all
11341         *-*-*linux* entry below this one.
11343 2000-02-27  Ian Lance Taylor  <ian@zembu.com>
11345         * ltconfig, ltmain.sh: Update to libtool 1.3.4.
11347 2000-02-24  Nick Clifton  <nickc@cygnus.com>
11349         * config.sub: Support an OS of "wince".
11351 Thu Feb 24 16:15:56 2000  Andrew Cagney  <cagney@b1.cygnus.com>
11353         * config.guess, config.sub: Updated to match config's 2000-02-15
11354         version.
11356 2000-02-23  Linas Vepstas  <linas@linas.org>
11358         * config.sub: Add support for Linux/IBM 370.
11359         * configure.in: Likewise.
11361 2000-02-22  Nick Clifton  <nickc@cygnus.com>
11363         * configure.in: Add mips-pe, sh-pe and arm-wince-pe targets.
11365 2000-02-20  Christopher Faylor  <cgf@cygnus.com>
11367         * config.guess: Guess "cygwin" rather than "cygwin32".
11369 2000-02-16  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
11371         * configure (gcc_version): When setting, narrow search to
11372         lines containing `version_string'.
11374 2000-02-15  Denis Chertykov  <denisc@overta.ru>
11376         * config.sub: Add support for avr target.
11378 2000-02-14  Nick Clifton  <nickc@cygnus.com>
11380         * MAINTAINERS: Add maintainers for MCore port.
11382 Tue Feb  1 00:07:46 2000  Hans-Peter Nilsson  <hp@bitrange.com>
11384         * config.sub: Add mmix-knuth-mmixware.
11386 2000-01-31  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
11388         * MAINTAINERS: Pair cccp with cpplib maintainership.
11390 2000-01-27  Christopher Faylor  <cgf@redhat.com>
11392         * Makefile.in (CC_FOR_TARGET): Add new winsup directory
11393         structure stuff to -L library search.
11394         (CXX_FOR_TARGET): Ditto.
11395         (CROSS_CHECK_MODULES): Fix spelling mistake.
11397 2000-01-24  Mark Mitchell  <mark@codesourcery.com>
11399         * Makefile.in (CXX_FOR_TARGET): Use g++, not xgcc, to invoke
11400         the C++ compiler.
11402 2000-01-12  Richard Henderson  <rth@cygnus.com>
11404         * configure.in: Don't build some bits for beos.
11406 2000-01-12  Joel Sherrill (joel@OARcorp.com)
11408         * Makefile.in (CC_FOR_TARGET): Use newlib libraries as well
11409         as include files.
11411 2000-01-11  Zack Weinberg  <zack@wolery.cumb.org>
11413         * Add self as cpplib maintainer, as requested by Jason
11414         Merrill.  Correct my e-mail address.
11416 2000-01-06  Geoff Keating  <geoffk@cygnus.com>
11418         * configure.in: Use mt-aix43 to handle *_TARGET defs,
11419         not mh-aix43.
11421 Thu Dec 23 03:43:36 1999  Hans-Peter Nilsson  <hp@bitrange.com>
11423         * MAINTAINERS: Add myself to "write after approval" list.
11425 1999-12-14  Richard Henderson  <rth@cygnus.com>
11427         * config.guess (alpha-osf, alpha-linux): Detect ev67.
11428         * config.sub: Accept alphaev[78], alphaev8.
11430 1999-12-03  Alexandre Oliva  <oliva@lsd.ic.unicamp.br>
11432         * config.guess, config.sub: Update from autoconf.
11434 1999-11-29  Bruce Korb  <autogen@linuxbox.com>
11436         * MAINTAINERS:  update my playtime e-address.
11438 Tue Nov 23 00:57:41 1999  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
11440         * config-ml.in (sparc*-*-*): Disable sparcv9 support if the
11441         necessary libraries are missing.
11443 Fri Nov 19 11:22:31 MST 1999  Diego Novillo  <dnovillo@cygnus.com>
11445         * MAINTAINERS: Add new 'write after approval' maintainer.
11447 Wed Nov 17 16:08:43 1999  Alexandre Petit-Bianco  <apbianco@cygnus.com>
11449         * MAINTAINERS: Add new Java maintainer.
11451 1999-10-25  Andreas Schwab  <schwab@suse.de>
11453         * configure: Fix quoting inside arguments of eval.
11455 1999-10-21  Nick Clifton  <nickc@cygnus.com>
11457         * config-ml.in: Allow suppression of some ARM multilibs.
11459 Tue Sep  7 23:33:57 1999  Linas Vepstas  <linas@linas.org>
11461         * config.guess: Add OS/390 match pattern.
11462         * config.sub: Add mvs, openedition targets.
11463         * configure.in (i370-ibm-opened*): New.
11465 1999-09-04  Steve Chamberlain  <sac@pobox.com>
11467         * config.sub: Add support for configuring for pj.
11469 1999-08-31  Nick Clifton  <nickc@cygnus.com>
11471         * config.sub (maybe_os): Add support for configuring for fr30.
11473 1999-08-25  Nick Clifton  <nickc@cygnus.com>
11475         * configure.in: Do not configure or build ld for AIX
11476         platforms.  ld is known to be broken on these platforms.
11478 Wed Aug 25 01:12:25 1999  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
11480         * config-ml.in: Pass compiler flag corresponding to multidirs to
11481         subdir configures.
11483 1999-08-09  Ian Lance Taylor  <ian@zembu.com>
11485         * Makefile.in (LDFLAGS): Define.
11487 1999-08-08  Mumit Khan  <khan@xraylith.wisc.edu>
11489         * configure.in (i[3456]-*-mingw32*): Don't put gprof in
11490         noconfigdirs.
11491         (*-*-cygwin*): Likewise.
11493 1999-08-08  Ian Lance Taylor  <ian@zembu.com>
11495         * mkdep: New file.
11496         * Makefile.in (GAS_SUPPORT_DIRS): Add mkdep.
11497         (BINUTILS_SUPPORT_DIRS): Add mkdep.
11499         From Eli Zaretskii <eliz@is.elta.co.il>:
11500         * configure (tmpfile): Change cONf$$ to cNf$$ to avoid an overly
11501         long file name when using DJGPP on MS-DOS.
11503 Wed Aug  4 02:07:14 1999  Jeffrey A Law  (law@cygnus.com)
11505         * config.sub (vxworks case): Use os=-vxworks, not os=vxworks.
11507 1999-07-30  Alan Modra  <alan@spri.levels.unisa.edu.au>
11509         * Makefile.in (check-target-libio): Remove all-target-libstdc++
11510         dependency as this causes "make check" to globally "make all"
11512 Tue Jun 22 23:45:18 1999  Tom Tromey  <tromey@cygnus.com>
11514         * configure.in (target_libs): Added target-zlib.
11515         * Makefile.in (ALL_TARGET_MODULES): Added zlib.
11516         (CONFIGURE_TARGET_MODULES): Likewise.
11517         (CHECK_TARGET_MODULES): Likewise.
11518         (INSTALL_TARGET_MODULES): Likewise.
11519         (CLEAN_TARGET_MODULES): Likewise.
11520         (configure-target-zlib): New target.
11521         (all-target-zlib): Likewise.
11522         (all-target-libjava): Depend on all-target-zlib.
11523         (configure-target-libjava): Depend on configure-target-zlib.
11525         * Makefile.in (configure-target-libjava): Depend on
11526         configure-target-newlib.
11527         (configure-target-boehm-gc): New target.
11528         (configure-target-qthreads): New target.
11530         * configure.in (target_libs): Added target-qthreads.
11531         * Makefile.in (ALL_TARGET_MODULES): Added qthreads.
11532         (CONFIGURE_TARGET_MODULES): Likewise.
11533         (CHECK_TARGET_MODULES): Likewise.
11534         (INSTALL_TARGET_MODULES): Likewise.
11535         (CLEAN_TARGET_MODULES): Likewise.
11536         (all-target-qthreads): New target.
11537         (configure-target-libjava): Depend on configure-target-qthreads.
11538         (all-target-libjava): Depend on all-target-qthreads.
11540         * Makefile.in (ALL_TARGET_MODULES): Added libjava, boehm-gc.
11541         (CONFIGURE_TARGET_MODULES): Likewise.
11542         (CHECK_TARGET_MODULES): Likewise.
11543         (INSTALL_TARGET_MODULES): Likewise.
11544         (CLEAN_TARGET_MODULES): Likewise.
11545         (all-target-libjava): New target.
11546         (all-target-boehm-gc): Likewise.
11547         * configure.in (target_libs): Added libjava, boehm-gc.
11549 1999-07-22  Ian Lance Taylor  <ian@zembu.com>
11551         * Makefile.in (binutils.tar.bz2): Don't pass makeall.bat and
11552         configure.bat in SUPPORT_FILES.
11553         (gas+binutils.tar.bz2): Likewise.
11555         * makeall.bat: Remove; obsolete.
11557 1999-07-21  Ian Lance Taylor  <ian@zembu.com>
11559         From Mark Elbrecht:
11560         * configure.bat: Remove; obsolete.
11562 1999-07-11  Ian Lance Taylor  <ian@zembu.com>
11564         * configure: Add -W -Wall to the default CFLAGS when compiling with
11565         gcc.
11567 Thu Jul  8 12:32:23 1999  John David Anglin <dave@hiauly1.hia.nrc.ca>
11569         * configure.in: Build ld, binutils & gas for hppa*-*-linux-gnu*.
11571 1999-06-30  Mark Mitchell  <mark@codesourcery.com>
11573         * configure.in: Build ld on IRIX6.
11575 1999-06-12  Ian Lance Taylor  <ian@zembu.com>
11577         * Makefile.in: Change distribution targets to use bzip2 instead of
11578         gzip.
11579         (TEXINFO_SUPPORT): Set to just texinfo/texinfo.tex.
11580         (taz): Don't use texinfo/gpl.texinfo or texinfo/lgpl.texinfo.
11582 1999-06-04  Nick Clifton  <nickc@cygnus.com>
11584         * config.sub: Add mcore target.
11586 Sun May 30 16:03:16 1999  Cort Dougan  <cort@cs.nmt.edu>
11588         * config.guess (ppc-*-linux-gnu): Also use ld emul elf32ppclinux.
11590 Tue May 25 11:20:46 1999  H.J. Lu  (hjl@gnu.org)
11592         * config.guess (dummy): Changed to $dummy.
11594 1999-05-24  Nick Clifton  <nickc@cygnus.com>
11596         * config.sub: Tidied up case statements.
11598 1999-05-22  Ben Elliston  <bje@cygnus.com>
11600         * config.guess: Handle NEC UX/4800. Contributed by Jiro Takabatake
11601         <jiro@din.or.jp>.
11603         * config.guess: Merge with FSF version. Future changes will be
11604         more accurately recorded in this ChangeLog.
11605         * config.sub: Likewise.
11607 Thu May 20 10:00:42 1999   Stephen L Moshier  <moshier@world.std.com>
11609          * Makefile.in (GCC_FOR_TARGET): Add -I$(build_tooldir)/include.
11611 1999-04-30  Tom Tromey  <tromey@cygnus.com>
11613         * ltmain.sh: [mode link] Always use CC given by ltconfig.
11615 1999-04-23  Tom Tromey  <tromey@cygnus.com>
11617         * ltconfig, ltmain.sh: Update to libtool 1.2f.
11619 1999-04-20  Drew Moseley  <dmoseley@cygnus.com>
11621         * configure.in (noconfigdirs): Don't build libstub for arm-elf targets.
11622         (noconfigdirs): Don't build any bsp stuff for for arm-oabi targets.
11623         Bad merge removed these two changes.
11625 Tue Apr 13 22:50:54 1999  Donn Terry (donn@interix.com)
11626                           Martin Heller (Ing.-Buero_Heller@t-online.de)
11628         * config.guess (interix Alpha): Add.
11630 1999-04-11  Richard Henderson  <rth@cygnus.com>
11632         * configure.in (i?86-*-beos*): Do config gperf; don't config
11633         gdb, newlib, or libgloss.
11635 Sun Apr 11 23:55:34 1999  Alexandre Oliva  <oliva@dcc.unicamp.br>
11637         * config-ml.in: On mips*-*-*, if multidirs contains mabi=64, try to
11638         link a trivial program with -mabi=64.  If it fails, remove mabi=64
11639         from multidirs.
11641 Sat Apr 10 21:50:01 1999  Philipp Thomas  (kthomas@gwdg.de)
11643         * config.sub: Set basic_machine to i586 when target_alias = k6-*.
11645 1999-04-08  Nick Clifton  <nickc@cygnus.com>
11647         * config.sub: Add support for mcore targets.
11649 1999-04-07  Michael Meissner  <meissner@cygnus.com>
11651         * configure.in (d30v-*): Use config/mt-d30v as makefile fragment,
11652         not mt-ospace, in order to shut up assembler warning about using
11653         symbols that are named the same as registers.
11655 1999-04-07  Drew Moseley  <dmoseley@cygnus.com>
11657         * Makefile.in (all-target-cygmon): Added all-target-bsp to the
11658         dependency list for all-target-cygmon.
11660 1999-04-05  Doug Evans  <devans@casey.cygnus.com>
11662         * config-ml.in: Check $host, not $target, for selective multilibs.
11663         (arm-*-*): Allow disabling of biendian, h/w fp, 26 bit apcs,
11664         thumb interworking, and underscore prefix multilibs.
11666 1999-04-04  Ian Lance Taylor  <ian@zembu.com>
11668         * missing: Update to version from current automake.
11670 Fri Apr  2 15:11:32 1999  H.J. Lu  (hjl@gnu.org)
11672         * configure (gxx_include_dir): Removed.
11674         * configure.in (gxx_include_dir): Handle it.
11675         * Makefile.in: Likewise.
11677 1999-03-29  Gavin Romig-Koch  <gavin@cygnus.com>
11679         * config.sub (mips64vr4111,mips64vr4111el) Add.
11681 1999-03-21  Ben Elliston  <bje@cygnus.com>
11683         * config.guess: Correct typo for detecting ELF on FreeBSD.
11685 Thu Mar 18 00:17:50 1999  Mark Elbrecht <snowball3@usa.net>
11687         * configure.in (pc-msdosdjgpp): Set host_makefile_frag to
11688         config/mh-djgpp.
11690 Thu Mar 11 18:37:23 1999  Drew Moseley  <dmoseley@cygnus.com>
11692         * Makefile.in (all-target-bsp): Added all-gcc all-binutils and
11693         all-target-newlib to dependency list for all-target-bsp.
11695 Thu Mar 11 01:19:31 1999  Mumit Khan  <khan@xraylith.wisc.edu>
11697         * config.sub: Add i386-uwin support.
11698         * config.guess: Likewise.
11700 Thu Mar 11 01:07:55 1999  Franz Sirl <Franz.Sirl-kernel@lauterbach.com>
11702         * configure.in: cleanup, add mh-*pic handling for arm, special
11703         case powerpc*-*-aix*
11705 Wed Mar 10 18:35:07 1999  Jeff Johnston  <jjohnstn@cygnus.com>
11707         * configure.in (noconfigdirs): Removed target-libgloss so libnosys.a
11708         can be built.
11710 Wed Mar 10 17:39:09 1999  Drew Moseley  <dmoseley@cygnus.com>
11712         * configure.in: Added bsp support to arm-*-coff and arm-*-elf
11713         targets.
11715 1999-03-02  Nick Clifton  <nickc@cygnus.com>
11717         * config.sub: Rename CYGNUS LOCAL to EGCS LOCAL
11719 Sun Feb 28 02:20:00 1999  Geoffrey Noer  <noer@cygnus.com>
11721         * config.sub: Check for "cygwin*" rather than "cygwin32*"
11723 1999-02-24  Nick Clifton  <nickc@cygnus.com>
11725         * config.sub: Fix typo in arm recognition.
11727 Wed Feb 24 13:51:40 1999  Drew Moseley  <dmoseley@cygnus.com>
11729         * configure.in (noconfigdirs): Changed target_configdirs to
11730         include target-bsp only for m68k-*-elf* and m68k-*-coff*
11731         rather than m68k-*-* since it is not known to work on
11732         m68k-aout. Ditto for arm-*-*oabi.
11734 Wed Feb 24 12:52:17 1999  Stan Shebs  <shebs@andros.cygnus.com>
11736         * configure.in (*-*-windows*): Remove, no longer used.
11738 1999-02-19  Ben Elliston <bje@cygnus.com>
11740         * config.guess: Automatically recognise ELF on FreeBSD. From Niall
11741         Smart and improved by Andrew Cagney.
11743 Thu Feb 18 19:55:09 1999  Marc Espie <espie@cvs.openbsd.org>
11745         * config.guess: Recognize openbsd-*-hppa.
11747 Wed Feb 17 01:38:59 1999  H.J. Lu  (hjl@gnu.org)
11749         * Makefile.in (REALLY_SET_LIB_PATH): Append $$$(RPATH_ENVVAR)
11750         only if it is not empty.
11752 1999-02-17  Nick Clifton  <nickc@cygnus.com>
11754         Patch from: Scott Bambrough <scottb@corelcomputer.com>
11756         * config.guess: Modified to recognize uname's armv* syntax.
11758         * config.sub: Modified to recognize uname's armv* syntax.
11760 1999-02-17  Mark Salter  <msalter@cygnus.com>
11762         * configure.in: Added target-bsp for sparclite.
11764 Mon Feb  8 14:17:24 1999  Richard Henderson  <rth@cygnus.com>
11766         * config.sub: Recognize alphapca5[67] and up to alphaev8.
11768 1999-02-08  Nick Clifton  <nickc@cygnus.com>
11770         * configure.in: Add support for strongarm port.
11771         * config.sub: Add support for strongarm target.
11773 Sun Feb  7 18:01:54 1999  Mumit Khan  <khan@xraylith.wisc.edu>
11775         * configure.in (*-*-cygwin32*): Use config/mh-cygwin instead of
11776         the old name config/mh-cygwin32.
11777         Enable texinfo.
11779 Thu Feb  4 20:43:25 1999  Ian Lance Taylor  <ian@cygnus.com>
11781         * configure.in: Do build ld for ix86 Solaris.
11783 Tue Feb  2 19:46:40 1999  Jim Wilson  <wilson@cygnus.com>
11785         * Makefile.in (EXTRA_GCC_FLAGS):  Set AR to $AR instead of
11786         $AR_FOR_TARGET.  Likewise for RANLIB.
11788 Tue Feb  2 20:05:05 1999  Catherine Moore  <clm@cygnus.com>
11790         * config.sub (oabi):  Recognize.
11791         * configure.in (arm-*-oabi):  Handle.
11793 Sat Jan 30 06:09:00 1999  Robert Lipe  (robertlipe@usa.net)
11795         * config.guess: Improve detection of i686 on UnixWare 7.
11797 Sat Jan 30 08:04:00 1999  Mumit Khan  <khan@xraylith.wisc.edu>
11799         * config.guess: Add support for i386-pc-interix.
11800         * config.sub: Likewise.
11801         * configure.in: Likewise.
11803 Mon Jan 18 13:59:20 1999  Christopher Faylor <cgf@cygnus.com>
11805         * Makefile.in: Remove unneeded all-target-libio from
11806         from all-target-winsup target since it is now unneeded.
11807         Add all-target-libtermcap in its place since it is now
11808         needed.
11810 Wed Dec 30 20:34:52 1998  Christopher Faylor <cgf@cygnus.com>
11812         * configure.in: makefile stub for cygwin target is probably
11813         unnecessary.  Remove it for now.
11815 Wed Dec 30 01:13:03 1998  Christopher Faylor <cgf@cygnus.com>
11817         * configure.in: libtermcap.a should be built when cygwin is the
11818         target as well as the host.
11819         * config.guess: Allow mixed case in cygwin uname output.
11820         * Makefile.in: Add libtermcap target.
11822 Wed Dec 23 00:20:50 1998  Jeffrey A Law  (law@cygnus.com)
11824         * config.sub: Clean up handling of hppa2.0.
11826 Tue Dec 22 23:56:31 1998  Rodney Brown  (rodneybrown@pmsc.com)
11828         * config.guess: Use C code to identify more HP machines.
11830 Thu Dec 17 01:22:30 1998  Jeffrey A Law  (law@cygnus.com)
11832         * config.sub: Handle hppa2.0.
11834 Tue Dec 15 17:02:58 1998  Bob Manson  <manson@charmed.cygnus.com>
11836         * configure.in: Add cygmon for x86-coff and x86-elf. Configure
11837         cygmon for all sparclite targets, regardless of object format.
11839 1998-12-15  Mark Salter  <msalter@cygnus.com>
11841         * configure.in: Added target-bsp for several target architectures.
11843         * Makefile.in: Added rules for bsp.
11845 Fri Dec  4 01:34:02 1998  Jeffrey A Law  (law@cygnus.com)
11847         * config.guess: Improve detection of hppa2.0 processors.
11849 Fri Dec  4 01:33:05 1998  Niall Smart <nialls@euristix.ie>
11851         * config.guess: Recognize FreeBSD using ELF automatically.
11853 1998-11-26  Manfred Hollstein  <manfred@s-direktnet.de>
11855         * configure (skip-this-dir): Add handling for new shell script, which
11856         might be created by a sub-directory's configure to indicate, this particular
11857         directory is "unwanted".
11858         * Makefile.in ($(CONFIGURE_TARGET_MODULES)): Likewise.
11860 Wed Nov 18 18:28:45 1998  Geoffrey Noer  <noer@cygnus.com>
11862         * ltconfig: import from libtool, after changing libtool to
11863         account for the cygwin name change.
11865 Wed Nov 18 18:09:14 1998  Geoffrey Noer  <noer@cygnus.com>
11867         * Makefile.in: CC_FOR_TARGET and CXX_FOR_TARGET should also
11868         include newlib/libc/sys/cygwin and newlib/libc/sys/cygwin32.
11870 Wed Nov 18 20:13:29 1998  Christopher Faylor <cgf@cygnus.com>
11872         * configure.in: Add libtermcap to list of cygwin dependencies.
11874 Tue Nov 17 16:57:51 1998  Geoffrey Noer  <noer@cygnus.com>
11876         * Makefile.in: modify CC_FOR_TARGET and CXX_FOR_TARGET so that
11877         they include winsup/include when it's a cygwin target.
11879 1998-11-12  Tom Tromey  <tromey@cygnus.com>
11881         * configure.in (host_tools): Added zip.
11882         * Makefile.in (all-target-libjava): Depend on all-zip.
11883         (all-zip): New target.
11884         (ALL_MODULES): Added all-zip.
11885         (NATIVE_CHECK_MODULES): Added check-zip.
11886         (INSTALL_MODULES): Added install-zip.
11887         (CLEAN_MODULES): Added clean-zip.
11889 Thu Nov 12 17:27:21 1998  Geoffrey Noer  <noer@cygnus.com>
11891         * Makefile.in: lose "32" from comment about cygwin.
11893 Thu Nov  5 15:00:31 1998  Nick Clifton  <nickc@cygnus.com>
11895         * configure.in: Use -Os to build target libraries for the fr30.
11897 Wed Nov  4 18:49:43 1998  Dave Brolley  <brolley@cygnus.com>
11899         * config.sub: Add fr30.
11901 Mon Nov  2 15:19:33 1998  Geoffrey Noer  <noer@cygnus.com>
11903         * configure.in: drop "32" from config/mh-cygwin32.  Check
11904         cygwin* instead of cygwin32*.
11905         * config.sub: Check cygwin* instead of cygwin32*.
11907 Thu Oct 22 10:55:25 1998  Robert Lipe  <robertl@dgii.com>
11909         * config.guess: Match any version of Unixware7.
11911 1998-10-20  Syd Polk  <spolk@cygnus.com>
11913         * Makefile.in configure.in: Add the ability to use tcl8.1 and tk8.1
11914         if desired.
11916 Sun Oct 18 18:34:50 1998  Jeffrey A Law  (law@cygnus.com)
11918         * config.if (cxx_interface, libstdcxx_interface): Do not try to set
11919         these if the appropriate directories and files to not exist.
11921 Wed Oct 14 10:29:06 1998  Jeffrey A Law  (law@cygnus.com)
11923         * Makefile.in (DEVO_SUPPORT): Add config.if.
11925 Tue Oct 13 15:45:36 1998  Manfred Hollstein  <manfred@s-direktnet.de>
11927         * configure: Add pattern to replace "build_tooldir"'s
11928         definition in the generated Makefile with "tooldir"'s
11929         actual value.
11931 Tue Oct 13 09:17:06 1998  Jeffrey A Law  (law@cygnus.com)
11933         * config.sub: Bring back lost sparcv9.
11935         * Makefile.in (all-snvavigator): Remove all-flexlm dependency.
11937 Mon Oct 12 12:09:44 1998  Jeffrey A Law  (law@cygnus.com)
11939         * Makefile.in (CHILL_FOR_TARGET): Mirror recent changes to
11940         CC_FOR_TARGET and friends.
11942 Mon Oct 12 12:09:30 1998  Alexandre Oliva  <oliva@dcc.unicamp.br>
11944         * Makefile.in (build_tooldir): New variable, same as tooldir.
11945         (CC_FOR_TARGET, GCC_FOR_TARGET, CXX_FOR_TARGET): Add
11946         -B$(build_tooldir)/bin/.
11947         (BASE_FLAGS_TO_PASS): Pass build_tooldir down.
11949 Tue Sep  1 16:23:11 1998  Gerald Pfeifer  <pfeifer@dbai.tuwien.ac.at>
11951         * README: Remove installation instructions and refer to the
11952         INSTALL directory instead.
11954 Wed Sep 30 22:20:50 1998  Robert Lipe  <robertl@dgii.com>
11956         * config.sub: Add support for i[34567]86-pc-udk.
11957         * configure.in: Likewise.
11959 Wed Sep 30 19:23:48 1998  Geoffrey Noer  <noer@cygnus.com>
11961         * Makefile.in: add bzip2 package building bits for user
11962         tools module
11963         * configure.in: ditto
11965 Wed Sep 30 03:00:05 1998  Jeffrey A Law  (law@cygnus.com)
11967         * Makefile.in (TARGET_CONFIGDIRS): Add libobjc.
11968         (ALL_TARGET_MODULES): Add all-target-libobjc.
11969         (CONFIGURE_TARGET_MODULES, CHECK_TARGET_MODULES): Similarly.
11970         (INSTALL_TARGET_MODULES, CLEAN_TARGET_MODULES): Similarly.
11971         (all-target-libchill): Add dependencies.
11972         * configure.in (target_libs): Add libchill.
11974 1998-09-30  Manfred Hollstein  <manfred@s-direktnet.de>
11976         * configure.in (target_subdir): Remove duplicate line.
11978 Tue Sep 29 22:45:41 1998  Felix Lee  <flee@cygnus.com>
11980         * Makefile.in (all-automake): fix dependencies.
11982 Mon Sep 28 04:04:27 1998  Jeffrey A Law  (law@cygnus.com)
11984         * configure.in: Minor cleanups for building in the $(target_alias)
11985         subdir.
11987 1998-09-22  Jim Wilson  <wilson@cygnus.com>
11989         * Makefile.in (bootstrap): Set r and s before make all.  Use
11990         BASE_FLAGS_TO_PASS in make all.
11991         (cross): Likewise.
11993 1998-09-20  Mark Mitchell  <mark@markmitchell.com>
11995         * Makefile.in (bootstrap): Pass TARGET_FLAGS_TO_PASS to `make all'.
11997 Sun Sep 20 00:13:02 1998  Richard Henderson  <rth@cygnus.com>
11999         * config.sub: Fix typo in last change.
12001 1998-09-19  Michael Hayes  <m.hayes@elec.canterbury.ac.nz>
12003         * config.sub: Add support for C4x target.
12004         * configure.in: Likewise.
12006 1998-09-13  David S. Miller  <davem@pierdol.cobaltmicro.com>
12008         * config.sub: Recognize sparcv9 just like sparc64.
12010 Wed Sep  9 15:44:52 1998  Robert Lipe  <robertl@dgii.com>
12012         * config.guess: Match "Pent II" or "PentII" for OpenServer.
12014 Tue Sep  8 01:18:39 1998  Jeffrey A Law  (law@cygnus.com)
12016         * config.guess: Correctly identify Pentium II sco boxes.
12018         * config.guess: Fix "tr" code.  From Weiwen Liu.
12020 Sat Sep  5 13:56:52 1998  John Hughes  <john@Calva.COM>
12022         * configure.in: Do not assume x86-svr4 or x86-unixware can handle
12023         stabs.
12025 Sat Sep  5 02:12:02 1998  Jeffrey A Law  (law@cygnus.com)
12027         * Makefile.in (TARGET_CONFIGDIRS): Add libchill.
12028         (ALL_TARGET_MODULES): Add all-target-libchill.
12029         (CONFIGURE_TARGET_MODULES, CHECK_TARGET_MODULES): Similarly.
12030         (INSTALL_TARGET_MODULES, CLEAN_TARGET_MODULES): Similarly.
12031         (all-target-libchill): Add dependencies.
12032         * configure.in (target_libs): Add libchill.
12034 Sun Aug 30 22:27:02 1998  Lutz Wohlrab <lutz.wohlrab@informatik.tu-chemnitz.de>
12036         * config.guess: Avoid assumptions about "tr" behaves when
12037         LANG is set to something other than English.
12039 Sun Aug 30 22:14:44 1998  H.J. Lu  (hjl@gnu.org)
12041         * configure (gxx_include_dir): Changed to
12042         '${prefix}/include/g++'-${libstdcxx_interface}.
12044         * config.if: New to determine the interfaces.
12046 Sun Aug 30 21:15:19 1998  Mark Klein (mklein@dis.com)
12048         * config.guess: Detect and handle MPE/IX.
12049         * config.sub: Deal with MPE/IX.
12051 Sat Aug 29 14:32:55 1998  David Edelsohn  <edelsohn@mhpcc.edu>
12053         * configure.in: Use mh-aix43.
12055 1998-07-29  Manfred Hollstein  <manfred@s-direktnet.de>
12057         * configure: Fix --without/--disable cases for gxx-include-dir.
12059 Fri Aug 28 12:28:26 1998  Per Bothner  <bothner@cygnus.com>
12061         * mdata-sh:  Imported.  Needed for automake support.
12063 Thu Aug 13 12:49:29 1998  H.J. Lu  <hjl@gnu.org>
12065         * Makefile.in (taz): Try "chmod -R og=u ." before
12066         "chmod og=u `find . -print`".
12068 Fri Jul 31 09:38:33 1998  Catherine Moore  <clm@cygnus.com>
12070         * configure.in: Add arm-elf and thumb-elf support.
12072 Mon Jul 27 16:23:58 1998  Doug Evans  <devans@canuck.cygnus.com>
12074         * Makefile.in: Undo previous patch.
12076 Fri Jul 24 19:55:24 1998  Doug Evans  <devans@canuck.cygnus.com>
12078         * Makefile.in (INSTALL_TARGET): Move EXTRA_TARGET_HOST_INSTALL_MODULES
12079         to here ...
12080         (install-no-fixedincludes): and here
12081         (INSTALL_MODULES): ... from here.
12083 Fri Jul 24 17:01:42 1998  Ian Lance Taylor  <ian@cygnus.com>
12085         * config.sub: Merge with FSF.
12087         * config.guess: Merge with FSF.
12089 Fri Jul 24 08:43:36 1998  Doug Evans  <devans@canuck.cygnus.com>
12091         * configure (extraconfigdirs): New variable.
12092         (SUBDIRS): Add extraconfigdirs and recurse on them too.
12093         * Makefile.in (all): Move higher in file.
12094         (EXTRA_TARGET_HOST_ALL_MODULES): New variable.
12095         (EXTRA_TARGET_HOST_{INSTALL,CHECK}_MODULES): New variables.
12096         (ALL_MODULES): Add EXTRA_TARGET_HOST_ALL_MODULES.
12097         (CROSS_CHECK_MODULES): Add EXTRA_TARGET_HOST_CHECK_MODULES.
12098         (INSTALL_MODULES): Add EXTRA_TARGET_HOST_INSTALL_MODULES.
12100 1998-07-23  Brendan Kehoe  <brendan@cygnus.com>
12102         * Makefile.in (all-target-libjava): Depend on all-gcc and
12103         all-target-newlib.
12104         (configure-target-libjava): Depend on $(ALL_GCC).
12106 Sat Jul 18 14:32:43 CDT 1998  Robert Lipe  <robertl@dgii.com>
12108         * config.guess: (*-pc-sco3.2v5) Add detection for Pentium II.
12109         (*-pc-unixware7) Add detection for Pentium II, Pentium Pro.
12111 Sun Jul 19 00:46:53 CEST 1998  Marc Lehmann <pcg@goof.com>
12113         * INSTALL/README: Fix typo.
12115 Fri Jul 17 13:30:18 1998  Ian Lance Taylor  <ian@cygnus.com>
12117         * ylwrap: Change absolute path checks to check for DOS style path
12118         names.
12120         * ylwrap: Don't use a full path name if the source file is in the
12121         same directory.  From hjl@lucon.org (H.J. Lu).
12123         * config-ml.in: Default to being verbose, to match Feb 18 change to
12124         configure.
12126 Thu Jul 16 12:29:51 1998  Ian Lance Taylor  <ian@cygnus.com>
12128         Brought over from egcs:
12130         Sat Jun 27 22:46:32 1998  Jeffrey A Law  (law@cygnus.com)
12132         * configure.in (target_subdir): Set to ${target_alias} instead
12133         of "libraries".
12135         Mon Sep  1 16:45:44 1997  Jim Wilson  <wilson@cygnus.com>
12137         * configure.in (target_subdir): Set to libraries if enable_multilib.
12139 Wed Jul 15 01:00:54 1998  Ian Lance Taylor  <ian@cygnus.com>
12141         * Makefile.in ($(CONFIGURE_TARGET_MODULES)): If there are any
12142         multilibs, force reconfiguration the first time we create
12143         multilib.out in a subdirectory, in case TARGET_SUBDIR is `.'.
12145 Tue Jul 14 23:41:03 1998  Ian Lance Taylor  <ian@cygnus.com>
12147         * configure.in: Strip any --no option from CONFIG_ARGUMENTS, to
12148         avoid confusion with --no-recursion.
12150 Tue Jul 14 15:37:41 1998  Geoffrey Noer  <noer@cygnus.com>
12152         * configure.in: Win32 hosts shouldn't use install -x
12153         * install-sh: remove -x option, and special .exe-handling
12154         hack.
12156 Tue Jul 14 15:28:41 1998  Richard Henderson  <rth@cygnus.com>
12158         * config.guess: Recognize i586-pc-beos.
12159         * configure.in: Don't build some bits for beos.
12161 Tue Jul 14 13:22:18 1998  Ian Lance Taylor  <ian@cygnus.com>
12163         * configure: If CC is set but CFLAGS is not, and CC is gcc, make
12164         CFLAGS default to -O2.
12166         * ltmain.sh: Add some hacks to make SunOS --enable-shared work
12167         when using GNU ld.
12169 Fri Jul 10 13:18:23 1998  Ian Lance Taylor  <ian@cygnus.com>
12171         * ltmain.sh: Correct install when using a different shell.
12173 Tue Jul  7 15:24:38 1998  Ian Lance Taylor  <ian@cygnus.com>
12175         * ltconfig, ltmain.sh: Update to libtool 1.2b.
12177 Thu Jul  2 13:57:36 1998  Klaus Kaempf  <kkaempf@rmi.de>
12179         * makefile.vms: Update to build binutils/makefile.vms.  Add install
12180         target.
12182 Wed Jul  1 16:45:21 1998  Ian Lance Taylor  <ian@cygnus.com>
12184         * ltconfig: Update to correct AIX handling.
12186 Sat Jun 27 22:46:32 1998  Jeffrey A Law  (law@cygnus.com)
12188         * Makefile.in (BASE_FLAGS_TO_PASS): Add TARGET_SUBDIR.
12190         * configure.in (target_subdir): Set to ${target_alias} instead
12191         of "libraries".
12193 1998-06-26  Manfred Hollstein  <manfred@s-direktnet.de>
12195         * Makefile.in (BASE_FLAGS_TO_PASS): Add gcc_version_trigger.
12196         (Makefile): Depend on $(gcc_version_trigger).
12198         * configure (gcc_version): Change default initializer to empty
12199         string.
12200         (gcc_version_trigger): New variable; pass this variable down
12201         to subdir configures to enable them checking gcc's version
12202         themselves. Emit make macros for both gcc_version vars.
12203         (topsrcdir): Initialize reliably.
12204         (recursion line): Remove --with-gcc-version=${gcc_version}.
12206 1998-06-24  Manfred Hollstein  <manfred@s-direktnet.de>
12208         * configure (enable_version_specific_runtime_libs): Implement new flag
12209         --enable-version-specific-runtime-libs which installs C++ runtime stuff
12210         in $(libsubdir); emit definition in each generated Makefile.
12211         (gxx_include_dir): Initialize depending on
12212         $enable_version_specific_runtime_libs.
12214 1998-06-24  Manfred Hollstein  <manfred@s-direktnet.de>
12216         * configure (gcc_version): Initialize properly depending on
12217         how and where configure is started.
12218         (recursion line): Pass a --with-gcc-version=${gcc_version}
12219         to configures in subdirs.
12221 Wed Jun 24 16:01:59 1998  John Metzler  <jmetzler@cygnus.com>
12223         * configure.in (noconfigdirs): Add configure pattern for mips tx39
12224         cygmon
12226 Tue Jun 23 22:42:32 1998  Mark Alexander  <marka@cygnus.com>
12228         * configure.in: Add cygmon and libstub support for mn10200.
12230 1998-06-19  Manfred Hollstein  <manfred@s-direktnet.de>
12232         * configure (gcc_version): Add new variable describing the
12233         particular gcc version we're building.
12234         * Makefile.in (libsubdir): Add new macro for the directory
12235         in which the compiler finds executables, libraries, etc.
12236         (BASE_FLAGS_TO_PASS): Pass down gcc_version, target_alias
12237         and libsubdir.
12239 Fri Jun 19 02:36:59 1998  Alexandre Oliva <oliva@dcc.unicamp.br>
12241         * Makefile.in (local-clean): Remove *.log.
12242         (warning.log): Built with warn_summary from build.log.
12243         (mail-report.log): Run test_summary.
12244         (mail-report-with-warnings.log): Run test_summary including
12245         warning.log in the report.
12247 Thu Jun 18 11:26:03 1998  Robert Lipe  <robertl@dgii.com>
12249         * config.guess: Detection of Pentium II for *-sco-3.2v5*.
12251 Mon Jun 15 14:53:54 1998  Andrew Cagney  <cagney@b1.cygnus.com>
12253         * Makefile.in (grep): Grep no longer depends on libiberty.
12255 Fri Jun 12 14:03:34 1998  Syd Polk  <spolk@cygnus.com>
12257         * Makefile.in: all-snavigator needs all-libgui.
12259 Thu Jun 11 19:43:47 1998  Mark Alexander  <marka@cygnus.com>
12261         * configure.in: Add cygmon and libstub support for mn10300.
12263 Wed Jun 10 11:19:47 1998  Ian Lance Taylor  <ian@cygnus.com>
12265         * missing: Update to version from automake 1.3.
12267         * ltmain.sh: On installation, don't get confused if the same name
12268         appears more than once in the list of library names.
12270 Wed Jun  3 14:51:42 1998  Ian Lance Taylor  <ian@cygnus.com>
12272         * config.sub: Accept m68060 and m5200 as CPU names.
12274 Mon Jun  1 17:25:16 1998  Ian Lance Taylor  <ian@cygnus.com>
12276         * configure: Use && rather than using -a in test, because odd
12277         strings can confuse test.
12278         * configure.in: Likewise.
12280 Thu May 28 19:31:13 1998  Ian Lance Taylor  <ian@cygnus.com>
12282         * ltconfig, ltmain.sh: Bring in Visual C++ support.
12284 Sat May 23 23:44:13 1998  Alexandre Oliva <oliva@dcc.unicamp.br>
12286         * Makefile.in (boostrap2-lean, bootstrap3-lean,
12287         bootstrap4-lean): New targets.
12289 Mon May 11 23:55:56 1998  Jeffrey A Law  (law@cygnus.com)
12291         * mpw-* Delete.  Not used.
12293 Mon May 11 23:11:34 1998  Jeffrey A Law  (law@cygnus.com)
12295         * COPYING.LIB: Update FSF address.
12297 Fri May  8 01:30:20 1998  Ian Lance Taylor  <ian@cygnus.com>
12299         * ltconfig, ltmain.sh: Update to libtool 1.2a.
12301         * Makefile.in (GASB_SUPPORT_DIRS): Remove intl; already included via
12302         GAS_SUPPORT_DIRS.
12304 Thu May  7 17:27:35 1998  Ian Lance Taylor  <ian@cygnus.com>
12306         * ltconfig, ltmain.sh: Avoid producing a version number if
12307         -version-info was not used.
12309 Tue May  5 18:02:24 1998  Ian Lance Taylor  <ian@cygnus.com>
12311         * configure.in: Add --with-newlib to CONFIG_ARGUMENTS if we are
12312         building with newlib.
12314 1998-04-30  Paul Eggert  <eggert@twinsun.com>
12316         * Makefile.in (EXTRA_GCC_FLAGS): Remove backslash at end;
12317         Solaris `make' causes it to continue to next definition.
12319 Tue Apr 28 16:24:24 1998  Jason Molenda  (crash@bugshack.cygnus.com)
12321         * Makefile.in (install-gdbtk): Call this 'install-gdb' so that
12322         the right GUI libraries and files are installed along with GDB.
12324 Tue Apr 28 18:11:24 1998  Ian Lance Taylor  <ian@cygnus.com>
12326         * configure.in: Change alpha to alpha* in several places.
12328 Tue Apr 28 07:42:00 1998  Mark Alexander  <marka@cygnus.com>
12330         * config.sub: Recognize sparc86x.
12332 Tue Apr 28 07:35:02 1998  Michael Meissner  <meissner@cygnus.com>
12334         * configure.in (--enable-target-optspace): Remove debug echo.
12336 Thu Apr 23 21:31:16 1998  Jim Wilson  <wilson@cygnus.com>
12338         * configure: Set CXXFLAGS from CXXFLAGS, not CFLAGS.
12340 Thu Apr 23 12:26:38 1998  Ian Lance Taylor  <ian@cygnus.com>
12342         * ltconfig: Update cygwin32 support.
12344         * Makefile.in (GAS_SUPPORT_DIRS): Add intl.
12345         (BINUTILS_SUPPORT_DIRS, GASB_SUPPORT_DIRS): Likewise.
12346         (GDB_SUPPORT_DIRS): Likewise.
12348 Wed Apr 22 12:30:10 1998  Michael Meissner  <meissner@cygnus.com>
12350         * configure.in (target_makefile_frag): If --enable-target-optspace,
12351         use -Os to compile target libraries rather than -O2.  Default to
12352         using -Os for d10v and m32r if --{enable,disable}-target-optspace is
12353         not used.
12354         * configure.in (target_cflags): Ditto for d30v.
12356 Tue Apr 21 23:06:54 1998  Tom Tromey  <tromey@cygnus.com>
12358         * Makefile.in (all-bfd): Depend on all-intl.
12359         (all-binutils): Likewise.
12360         (all-gas): Likewise.
12361         (all-gprof): Likewise.
12362         (all-ld): Likewise.
12364 1998-04-19  Brendan Kehoe  <brendan@cygnus.com>
12366         * configure.in (host_tools): Fix typo, lbtool -> libtool.
12368 Fri Apr 17 16:20:42 1998  Ian Lance Taylor  <ian@cygnus.com>
12370         * Makefile.in (all-bfd): Depend upon all-libiberty.
12372         * ltconfig, ltmain.sh: Bring in newer cygwin32 support.
12374 Fri Apr 17 12:22:22 1998  Bob Manson  <manson@charmed.cygnus.com>
12376         * Makefile.in: Add libstub.
12378         * configure.in: Ditto. Build libstub for targets that have cygmon
12379         support.
12381 Tue Apr 14 18:01:55 1998  Ian Lance Taylor  <ian@cygnus.com>
12383         * configure.in: Don't set PICFLAG on ix86-cygwin32.
12385 Tue Apr 14 12:24:45 1998  J. Kean Johnston  <jkj@sco.com>
12387         * configure.in: Recognise i[3456]96-*-sysv5* as a valid host, and
12388         use mh-sysv5 if specified.  Support gprof on SCO Open Server.
12390 Tue Apr 14 11:33:51 1998  Krister Walfridsson <cato@df.lth.se>
12392         * configure: Define DEFAULT_M4 by searching PATH.
12393         * Makfile.in: Use DEFAULT_M4.
12395 Mon Apr 13 15:37:24 1998  Ian Lance Taylor  <ian@cygnus.com>
12397         * ltconfig: Add cygwin32 support.
12399         * Makefile.in, configure.in: Add libtool as a native only directory
12400         to configure and build.
12402 Sun Apr 12 20:58:46 1998  Jeffrey A Law  (law@cygnus.com)
12404         * Makefile.in (INSTALL_MODULES): Remove texinfo.
12406 Wed Apr  8 13:18:56 1998  Philippe De Muyter  <phdm@macqel.be>
12408         * Makefile.in (EXTRA_GCC_FLAGS): XFOO lines shortened.
12410 Thu Apr  2 14:48:44 1998  Geoffrey Noer  <noer@cygnus.com>
12412         * Makefile.in: add ash make rules
12413         * configure.in: add ash to native_only and host_tools lists
12415 Thu Mar 26 12:53:20 1998  Tom Tromey  <tromey@cygnus.com>
12417         * Makefile.in (all-gettext, all-intl): New targets.
12418         (ALL_MODULES): Added all-gettext, all-intl.
12419         (CROSS_CHECK_MODULES): Added check-gettext, check-intl.
12420         (INSTALL_MODULES): Added install-gettext, install-intl.
12421         (CLEAN_MODULES): Added clean-gettext, clean-intl.
12423         * configure.in (host_tools): Added gettext.
12424         (native_only): Likewise.
12425         (noconfigdirs) [various cases]: Likewise.
12426         (host_libs): Added intl.
12428 Thu Mar 26 15:00:11 1998  Keith Seitz  <keiths@onions.cygnus.com>
12430         * configure: Do not disable building gdbtk for cygwin32 hosts.
12432 Wed Mar 25 10:04:18 1998  Nick Clifton  <nickc@cygnus.com>
12434         * configure.in: Add thumb-coff target.
12435         * config.sub: Add thumb-coff target.
12437 Wed Mar 25 11:49:12 1998  Jason Molenda  (crash@bugshack.cygnus.com)
12439         * Makefile.in: Revert yesterday's change.
12440         (all-target-winsup):  all-target-librx stays out of here.
12442 Tue Mar 24 16:58:29 1998  Jason Molenda  (crash@bugshack.cygnus.com)
12444         * Makefile.in (TARGET_CONFIGDIRS, ALL_TARGET_MODULES,
12445         CONFIGURE_TARGET_MODULES, CHECK_TARGET_MODULES,
12446         INSTALL_TARGET_MODULES, CLEAN_TARGET_MODULES, all-target-winsup):
12447         Remove references to librx and libg++.
12449 Tue Mar 24 18:28:12 1998  Eric Mumpower  <nocturne@cygnus.com>
12451         * Makefile.in (BASE_FLAGS_TO_PASS): Pass $(lispdir) down to
12452         recursive makes
12454 Tue Mar 24 11:37:45 1998  Ian Lance Taylor  <ian@cygnus.com>
12456         * Makefile.in (CC_FOR_TARGET): Use $(TARGET_SUBDIR) when passing -B
12457         for newlib directory.
12458         (CXX_FOR_TARGET): Likewise.
12460 Mon Mar 23 11:30:21 1998  Jeffrey A Law  (law@cygnus.com)
12462         * ltconfig: Update after libtool/ltconfig.in change for
12463         hpux11.
12465 Fri Mar 20 18:51:43 1998  Ian Lance Taylor  <ian@cygnus.com>
12467         * ltconfig, ltmain.sh: Update to libtool 1.2.
12469 Fri Mar 20 09:32:14 1998  Manfred Hollstein  <manfred@s-direktnet.de>
12471         * Makefile.in (install-gcc): Don't specify LANGUAGES here.
12472         (install-gcc-cross): Instead, override LANGUAGES here.
12474 1998-03-18  Dave Love  <d.love@dl.ac.uk>
12476         * Makefile.in ($(CONFIGURE_TARGET_MODULES)): Set CONFIG_SITE to a
12477         non-existent file since /dev/null loses with bash 2.0/autoconf 2.12.
12479 Wed Mar 18 09:24:59 1998  Nick Clifton  <nickc@cygnus.com>
12481         * configure.in: Add Thumb-pe target.
12483 Tue Mar 17 16:59:00 1998  Syd Polk <spolk@cygnus.com>
12485         * Makefile.in - changed sn targets to snavigator
12486         * configure.in - changed sn targets to snavigator
12488 Tue Mar 17 10:33:28 1998  Manfred Hollstein  <manfred@s-direktnet.de>
12490         * config-ml.in: After building symlink tree call make distclean
12491         if a Makefile got linked into ${ml_dir}/${ml_libdir}; this happens
12492         to be the case for libiberty.
12494 Tue Mar 17 10:22:37 1998  H.J. Lu  (hjl@gnu.ai.mit.edu)
12496         * configure: When making link, also check the current
12497         directory. The configure scripts may create one.
12499 Fri Mar  6 01:02:03 1998  Richard Henderson  <rth@cygnus.com>
12501         * config.sub: Accept alphapca56 and alphaev6 properly.
12503 Fri Mar  6 00:14:55 1998  Franz Sirl <Franz.Sirl-kernel@lauterbach.com>
12505         * configure.in: Revert 3 Jan change for powerpc-linux-gnulibc1.
12507 Mon Feb 23 15:09:18 1998  Bruno Haible <bruno@linuix.mathematik.uni-karlsruhe.de
12509         * config.sub (sco5): Fix typo.
12511 Mon Feb 23 14:46:06 1998  Ian Lance Taylor  <ian@cygnus.com>
12513         * Makefile.in (INSTALL_MODULES): Move install-tcl before
12514         install-itcl.
12515         (install-itcl): Remove dependency on install-tcl.
12517 Mon Feb 23 09:53:28 1998  Mark Alexander  <marka@cygnus.com>
12519         * configure.in: Remove libgloss from noconfigdirs for MN10300.
12521 Thu Feb 19 13:40:41 1998  Ian Lance Taylor  <ian@cygnus.com>
12523         * configure.in: Don't build libgui for a cygwin32 target when not on
12524         a cygwin32 host.
12526 Wed Feb 18 12:29:00 1998  Jason Molenda  (crash@bugshack.cygnus.com)
12528         * configure (redirect): Set to null, so default behavior of
12529         configure is now --verbose.
12531 1998-02-16  Dave Love  <d.love@dl.ac.uk>
12533         * Makefile.in ($(CONFIGURE_TARGET_MODULES)): Run configure with
12534         CONFIG_SITE=/dev/null to forestall lossage with site configuration.
12536 Mon Feb 16 12:23:53 1998  Manfred Hollstein  <Manfred.Hollstein@ks.sel.alcatel.de>
12538         * Makefile.in (BASE_FLAGS_TO_PASS, EXTRA_TARGET_FLAGS): Really add
12539         this change to sync Makefile.in with its ChangeLog entries.
12541 Thu Feb 12 15:03:08 1998  H.J. Lu  <hjl@gnu.org>
12543         * ltmain.sh (mkdir): Check that the directory doesn't exist
12544         before we exit with error, so that we don't get races during
12545         parallel builds.
12547 Sat Feb  7 15:19:18 1998  Ian Lance Taylor  <ian@cygnus.com>
12549         * ltconfig, ltmain.sh: Update from libtool 1.0i.
12551 Fri Feb  6 01:33:52 1998  Manfred Hollstein  <manfred@s-direktnet.de>
12553         * Makefile.in (BASE_FLAGS_TO_PASS): Don't pass PICFLAG and
12554         PICFLAG_FOR_TARGET.
12555         (EXTRA_TARGET_FLAGS): Don't pass PICFLAG_FOR_TARGET.
12557         * configure: Emit a definition for the new macro enable_shared
12558         into each Makefile.
12560 Thu Feb  5 17:01:12 1998  Jason Molenda  (crash@bugshack.cygnus.com)
12562         * configure.in (host_tools, native_only): Add libtool.
12564 Wed Feb  4 16:53:58 1998  Geoffrey Noer  <noer@cygnus.com>
12566         * configure.in: add target-gperf to noconfigdirs for Cygwin32.
12567         Fix typo in ming config comment.
12569 Wed Feb  4 18:56:13 1998  Ian Lance Taylor  <ian@cygnus.com>
12571         * ltconfig, ltmain.sh: Update from libtool 1.0h.
12573 Mon Feb  2 19:38:19 1998  Ian Lance Taylor  <ian@cygnus.com>
12575         * config.sub: Add tic30 cases, and map c30 to tic30.
12577 Sun Feb  1 02:40:41 1998  Richard Henderson  <rth@cygnus.com>
12579         * Makefile.in (TARGET_CONFIGDIRS): Add libf2c.
12580         (ALL_TARGET_MODULES, CONFIGURE_TARGET_MODULES): Similarly
12581         (CHECK_TARGET_MODULES, INSTALL_TARGET_MODULES): Similarly
12582         (CLEAN_TARGET_MODULES): Similarly
12583         (all-target-libf2c): Add dependences.
12584         * configure.in (target_libs): Add libf2c.
12586 Fri Jan 30 17:18:32 1998  Geoffrey Noer  <noer@cygnus.com>
12588         * configure.in: Remove expect from noconfigdirs when target
12589         is cygwin32.  OK to build expect and dejagnu with Canadian
12590         Cross.
12592 Wed Jan 28 12:58:49 1998  Ian Lance Taylor  <ian@cygnus.com>
12594         * configure.in: Do build expect, dejagnu, and cvssrc for a cygwin32
12595         host.
12597         * config.guess: Use ${UNAME_MACHINE} rather than i386 for cygwin32
12598         and mingw32.
12600 Wed Jan 28 10:26:37 1998  Manfred Hollstein  <manfred@s-direktnet.de>
12602         * Makefile.in (BASE_FLAGS_TO_PASS): Remove passing $(local_prefix)
12603         here as it is not defined in the toplevel Makefile.
12605 Tue Jan 27 23:25:06 1998  Manfred Hollstein  <manfred@s-direktnet.de>
12607         * configure (package_makefile_rules_frag): New variable, which names
12608         a file with generic rules, ...
12609         Change comment to mention we now have FIVE parts.
12610         * configure: Undo last change.
12612 Tue Jan 27 23:15:55 1998  Lassi A. Tuura  <lat@iki.fi>
12614         * config.guess: More accurate determination of HP processor types.
12615         * config.sub: More accurate determination of HP processor types.
12617 Sat Jan 24 01:59:45 1998  Manfred Hollstein  <manfred@s-direktnet.de>
12619         * configure (package_makefile_frag): Move inserting the
12620         ${package_makefile_frag} to where it should be according
12621         to the comment.
12623 Fri Jan 23 00:29:28 1998  Philip Blundell  <pb@nexus.co.uk>
12625         * config.guess: Add support for Linux/ARM.
12627 Thu Jan 22 15:14:01 1998  Fred Fish  <fnf@cygnus.com>
12629         * .cvsignore: Remove *-info and *-install since they match
12630         release-info and mpw-install, which we don't want to just ignore.
12632 Thu Jan 22 01:38:33 1998  Richard Henderson  <rth@cygnus.com>
12634         * configure.in: Revert 3 Jan change for alpha-linux-gnulibc1.
12636 Sat Jan 17 21:28:08 1998  Pieter Nagel <pnagel@epiuse.co.za>
12638         * Makefile.in (FLAGS_TO_PASS): Pass down gcc_include_dir and
12639         local_prefix to sub-make invocations.
12641 Sat Jan 17 21:04:59 1998 H.J. Lu  (hjl@gnu.org)
12643         * configure.in: Check makefile fragments in the source
12644         directory.
12646 Fri Jan 16 00:41:37 1998  Alexandre Oliva <oliva@dcc.unicamp.br>
12648         * configure.in: Check whether host and target makefile
12649         fragments exist before adding them to *_makefile_frag.
12651 Wed Jan 14 23:39:10 1998  Bob Manson  <manson@charmed.cygnus.com>
12653         * configure.in (target_configdirs): Add cygmon for sparc64-elf.
12655 Wed Jan 14 12:48:07 1998  Keith Seitz  <keiths@pizza.cygnus.com>
12657         * configure.in: Make sure we only replace RPATH_ENVVAR on
12658         lines which begin with RPATH_ENVVAR, i.e. add "^" to the
12659         regexp to sed.
12661         * Makefile.in (BASE_FLAGS_TO_PASS): Pass RRPATH_ENVVAR down
12662         to sub-makes.
12664 1998-01-13  Lee Iverson   (leei@ai.sri.com)
12666         * config-ml.in (multi-do): LDFLAGS must include multilib
12667         designator.
12669 Tue Jan 13 01:13:24 1998   Robert Lipe (robertl@dgii.com)
12671         * config.guess: Recognize i[3456]-i586-UnixWare7-sysv5.
12673 Sun Jan  4 01:06:55 1998  Mumit Khan  <khan@xraylith.wisc.edu>
12675         * config.sub: Add mingw32 support.
12676         * configure.in: Likewise.
12678 Sat Jan  3 12:11:05 1998 Franz Sirl <franz.sirl-kernel@lauterbach.com>
12680         * configure.in: Finalize support for {alpha|powerpc}*-*-linux-gnulibc1
12682 Sun Dec 28 11:28:58 1997  Jeffrey A Law  (law@cygnus.com)
12684         * Makefile.in (INSTALL_TARGET): Do install-gcc first.
12685         * configure (gxx_include_dir): Provide a definition for subdirs
12686         which do not use autoconf.
12688 Wed Dec 24 22:46:55 1997  Jeffrey A Law  (law@cygnus.com)
12690         * config.guess: Sync with egcs.  Picks up new alpha support,
12691         BeOS & some additional linux support.
12693 Tue Dec 23 12:44:24 1997  Jeffrey A Law  (law@cygnus.com)
12695         * config.guess: HP 9000/803 is a PA1.1 machine.
12697 Mon Dec 22 02:39:24 1997  Richard Henderson  <rth@cygnus.com>
12699         * configure.in: It's alpha*-...
12701 Sun Dec 21 16:53:12 1997  H.J. Lu  (hjl@gnu.ai.mit.edu)
12703         * configure.in (host_makefile_frag, target_makefile_frag):
12704         Handle multiple config files.
12705         (alpha-*-linux*): Treat alpha-*-linux* as alpha-*-linux* and
12706         alpha-*-*.
12708 Thu Dec 18 13:13:03 1997  Doug Evans  <devans@canuck.cygnus.com>
12710         * mkdep: New file.
12712 Wed Dec 17 09:53:02 1997  Michael Meissner  <meissner@cygnus.com>
12714         * configure.in (d30v-*-*): Allow configuring of libide, vmake, etc.
12716 Tue Dec 16 17:36:05 1997  Ian Lance Taylor  <ian@cygnus.com>
12718         * Makefile.in: Add libgui directory.
12719         (GDB_TK): Add all-libgui.
12720         * configure.in: Add libgui directory.
12721         * configure: Add all-libgui to GDB_TK.
12723 Mon Dec 15 16:12:28 1997  Nick Clifton  <nickc@cygnus.com>
12725         * config-ml.in (multidirs): Add m32r to multilib list.
12727 Fri Dec 12 10:43:31 1997  Brendan Kehoe  <brendan@canuck.cygnus.com>
12729         * Makefile.in (all-target-gperf): Change dependency to
12730         all-target-libstdc++.
12732 Thu Dec 11 23:30:51 1997  Fred Fish  <fnf@ninemoons.com>
12734         * config.guess: Add BeOS support.
12736 Wed Dec 10 15:10:38 1997  Ian Lance Taylor  <ian@cygnus.com>
12738         Source directory cvs renamed to cvssrc:
12739         * configure.in (host_tools): Change cvs to cvssrc.
12740         (native_only): Likewise.
12741         (noconfigdirs) [various cases]: Likewise.
12742         * Makefile.in (ALL_MODULES): Change all-cvs to all-cvssrc.
12743         (CROSS_CHECK_MODULES): Change check-cvs to check-cvssrc.
12744         (INSTALL_MODULES): Change install-cvs to install-cvssrc.
12745         (CLEAN_MODULES): Change clean-cvs to clean-cvssrc.
12746         (all-cvssrc): Rename target from all-cvs.
12748 Wed Dec  3 07:55:59 1997  Jeffrey A Law  (law@cygnus.com)
12750         * configure (gxx_include_dir): Fix thinko.
12752 Tue Dec  2 10:55:34 1997  Jeffrey A Law  (law@cygnus.com)
12754         * Makefile.in (INSTALL_TARGET_CROSS): Define.
12755         (install-cross, install-gcc-cross): New targets.
12757 Tue Dec  2 10:08:31 1997  Nick Clifton  <nickc@cygnus.com>
12759         * configure.in (noconfigdirs): Add support for Thumb target.
12761         * config.sub (maybe_os): Add support for Thumb target.
12763 Sun Nov 30 16:12:27 1997  Bob Manson  <manson@charmed.cygnus.com>
12765         * Makefile.in: Add rules for cygmon.
12767         * configure.in: Build cygmon for sparc-elf and sparclite-aout.
12769 Thu Nov 27 01:31:30 1997  Jeffrey A Law  (law@cygnus.com)
12771         * Makefile.in (INSTALL_TARGET): Do install-gcc first.
12772         * configure (gxx_include_dir): Provide a definition for subdirs
12773         which do not use autoconf.
12775 Wed Nov 26 11:53:33 1997  Keith Seitz  <keiths@onions.cygnus.com>
12777         * Makefile.in, configure, configure.in, ChangeLog: merge with foundry's
12778         11/18/97 build
12780 Wed Nov 26 16:08:50 1997  Jeffrey A Law  (law@cygnus.com)
12782         * From Franz Sirl.
12783         * config.guess (powerpc*-*-linux): Handle glibc2 beta release
12784         found on RedHat Linux systems.
12786 Fri Nov 21 09:51:01 1997  Jeffrey A Law  (law@cygnus.com)
12788         * config.guess (alpha stuff): Merge with FSF to avoid incorrect
12789         guesses.
12791 Thu Nov 13 11:38:37 1997  Jeffrey A Law  (law@cygnus.com)
12793         * configure.in (i[3456]86-ncr-sysv4.3*): Tweak.
12795 Mon Nov 10 15:23:21 1997  H.J. Lu  <hjl@gnu.ai.mit.edu>
12797         * ltmain.sh: If mkdir fails, check whether the directory was created
12798         anyhow by some other process.
12800 Mon Nov 10 14:38:03 1997  Michael Meissner  <meissner@cygnus.com>
12802         * configure.in (d30v-*-*): Configure all directories.
12804 Sun Nov  9 17:36:20 1997  Michael Meissner  <meissner@cygnus.com>
12806         * configure.in (d30v-*-*): Configure newlib, libiberty directories
12807         for the D30V.
12809 Sat Nov  8 14:42:59 1997  Michael Meissner  <meissner@cygnus.com>
12811         * configure.in (d30v-*-*): Configure target-libgloss on the D30V.
12813 Fri Nov  7 10:34:09 1997  Rob Savoye  <rob@darkstar.cygnus.com>
12815         * include/libiberty.h: Add extern "C" { so it can be used with C++
12816         progrms.
12817         * include/remote-sim.h:  Add extern "C" { so it can be used with C++
12818         programs.
12820 Thu Oct 30 11:09:29 1997  Michael Meissner  <meissner@cygnus.com>
12822         * configure.in (d30v-*-*): Configure GCC now.
12824 Mon Oct 27 13:17:24 1997  Stan Shebs  <shebs@andros.cygnus.com>
12826         * configure.in: Remove a "second pass" of tweaking noconfigdirs,
12827         is no longer needed.
12829 Mon Oct 27 12:03:53 1997  Jason Merrill  <jason@yorick.cygnus.com>
12831         * Makefile.in: check-target-libio depends on all-target-libstdc++.
12833 Sun Oct 26 11:48:27 1997  Manfred Hollstein  (manfred@s-direktnet.de)
12835         * Makefile.in (bootstrap-lean): Combined with `normal' bootstrap
12836         targets using "$@" to provide support for similar but not identical
12837         targets without having to duplicate code.
12839 Mon Oct 20 15:28:49 1997  Klaus K"ampf  <kkaempf@progis.de>
12841         * makefile.vms: Fix to work with DEC C.
12843 Tue Oct  7 23:58:57 1997  Gavin Koch  <gavin@cygnus.com>
12845         * config.sub: Add mips-tx39-elf to marketing names.
12847 Tue Oct  7 14:24:41 1997  Ian Lance Taylor  <ian@cygnus.com>
12849         * ltmain.sh: Handle symlinks in generated script.
12851 Wed Oct  1 13:11:27 1997  Ian Lance Taylor  <ian@cygnus.com>
12853         * configure: Handle autoconf style directory options: --bindir,
12854         --datadir, --includedir, --infodir, --libdir, --libexecdir,
12855         --mandir, --oldincludedir, --sbindir, --sharedstatedir,
12856         --sysconfdir.
12857         * Makefile.in (sbindir, libexecdir, sysconfdir): New variables.
12858         (sharedstatedir, localstatedir, oldincludedir): New variables.
12859         (BASE_FLAGS_TO_PASS): Pass down bindir, datadir, includedir,
12860         infodir, libdir, libexecdir, localstatedir, mandir, oldincludedir,
12861         sbindir, sharedstatedir, and sysconfdir.
12863 Mon Sep 29 00:38:08 1997 Aaron Jackson <jackson@negril.msrce.howard.edu>
12865         * Makefile.in (bootstrap-lean): New target.
12867 Wed Sep 24 18:06:27 1997  Stu Grossman  <grossman@babylon-5.cygnus.com>
12869         * configure.in (d30v):  Remove tcl, tk, expect, gdb, itcl, tix, db,
12870         sn, and gnuserv from noconfigdirs.
12872 Wed Sep 24 15:18:32 1997  Ian Lance Taylor  <ian@cygnus.com>
12874         * ltmain.sh: Tweak shell pattern to avoid bug in NetBSD /bin/sh.
12876 Thu Sep 18 23:58:27 1997  Jeffrey A Law  (law@cygnus.com)
12878         * Makefile.in (cross): New target.
12880 Thu Sep 18 21:43:23 1997  Alexandre Oliva  <oliva@dcc.unicamp.br>
12881                           Jeff Law         <law@cygnus.com>
12883         * Makefile.in (bootstrap2, bootstrap3): New targets.
12884         (all-bootstrap): Remove outdated and confusing target.
12885         (bootstrap, bootstrap2, bootstrap3): Don't pass BOOT_CFLAGS down.
12887 Thu Sep 18 15:37:42 1997  Andrew Cagney  <cagney@b1.cygnus.com>
12889         * configure (tooldir): enable_gdbtk=YES for cygwin32, NO for
12890         windows.  Consistent with gdb/configure.
12892 1997-09-15 02:37  Ulrich Drepper  <drepper@cygnus.com>
12894         * configure.in: Name Linux target fragment.
12896         * configure: Rewrite so that project Makefile fragment is inserted
12897         first and appears last in the resulting Makefile.
12899 Tue Sep 16 09:55:07 1997  Andrew Cagney  <cagney@b1.cygnus.com>
12901         * Makefile.in (install-itcl): Install tcl first.
12903 Fri Sep 12 16:19:20 1997  Geoffrey Noer  <noer@cygnus.com>
12905         * configure.in: remove bison from noconfigdirs for Cygwin32 host
12907 Thu Sep 11 16:40:46 1997  H.J. Lu  (hjl@gnu.ai.mit.edu)
12909         * Makefile.in (local-distclean): Also remove mh-frag mt-frag.
12911         * configure.in (skipdirs): Add target-librx for Linux.
12912         (alpha-*-linux*): Use config/mh-elfalphapic and config/mt-elfalphapic.
12914 Wed Sep 10 21:29:54 1997  Jeffrey A Law  (law@cygnus.com)
12916         * Makefile.in (bootstrap): New target.
12918 Wed Sep 10 15:19:22 1997  Jeffrey A Law  (law@cygnus.com)
12920         * config.sub: Accept 'amigados' for backward compatibility.
12922 Mon Sep  8 20:46:20 1997  Ian Lance Taylor  <ian@cygnus.com>
12924         * config.guess: Merge with FSF.
12926 Sun Sep  7 23:18:32 1997  Fred Fish  <fnf@ninemoons.com>
12928         * config.sub: Change 'amigados' to 'amigaos' to match current usage.
12930 Sun Sep  7 15:55:28 1997  Gavin Koch  <gavin@cygnus.com>
12932         * config.sub: Add "marketing-names" patch.
12934 Fri Sep  5 16:11:28 1997  Joel Sherrill  (joel@OARcorp.com)
12936         * configure.in (*-*-rtems*): Do not build libgloss for rtems.
12938 Fri Sep  5 12:27:17 1997  Jeffrey A Law  (law@cygnus.com)
12940         * config.sub: Handle v850-elf.
12942 Wed Sep  3 22:01:58 1997  Fred Fish  <fnf@ninemoons.com>
12944         * .cvsignore (*-install): Remove.
12946 Wed Sep  3 12:15:24 1997  Chris Provenzano  <proven@cygnus.com>
12948         * ltconfig: Set CONFIG_SHELL in libtool.
12949         * ltmain.sh: Use CONFIG_SHELL instead of /bin/sh
12951 Mon Sep  1 16:45:44 1997  Jim Wilson  <wilson@cygnus.com>
12953         * configure.in (target_subdir): Set to libraries if enable_multilib.
12955 Wed Aug 27 16:15:11 1997  Jim Wilson  <wilson@cygnus.com>
12957         * config.guess: Update from gcc directory.
12959 Tue Aug 26 16:46:46 1997  Andrew Cagney  <cagney@b1.cygnus.com>
12961         * Makefile.in (all-sim): Depends on all-readline.
12963 Wed Aug 20 19:57:37 1997  Jason Merrill  <jason@yorick.cygnus.com>
12965         * Makefile.in (BISON, YACC): Use $$s.
12966         (all-bison): Depend on all-texinfo.
12968 Tue Aug 19 01:41:32 1997  Jason Merrill  <jason@yorick.cygnus.com>
12970         * Makefile.in (BISON): Add -L flag.
12971         (YACC): Likewise.
12973 Mon Aug 18 11:30:50 1997  Nick Clifton  <nickc@cygnus.com>
12975         * configure.in (noconfigdirs): Add support for v850e target.
12977         * config.sub (maybe_os): Add support for v850e target.
12979 Mon Aug 18 11:30:50 1997  Nick Clifton  <nickc@cygnus.com>
12981         * configure.in (noconfigdirs): Add support for v850ea target.
12983         * config.sub (maybe_os): Add support for v850ea target.
12985 Mon Aug 18 09:24:06 1997  Gavin Koch  <gavin@cygnus.com>
12987         * config.sub: Add mipstx39.  Delete r3900.
12989 Mon Aug 18 17:20:10 1997  Jason Molenda  (crash@godzilla.cygnus.co.jp)
12991         * Makefile.in (all-autoconf): Depends on all-texinfo.
12993 Fri Aug 15 23:09:26 1997  Michael Meissner  <meissner@cygnus.com>
12995         * config-ml.in ({powerpc,rs6000}*-*-*): Update to current AIX and
12996         eabi targets.
12998 Thu Aug 14 14:42:17 1997  Ian Lance Taylor  <ian@cygnus.com>
13000         * configure: Get CFLAGS and CXXFLAGS from Makefile, if possible.
13002         * configure: When handling a Canadian Cross, handle YACC as well as
13003         BISON.  Just set BISON to bison.  When setting YACC, prefer bison.
13004         * Makefile.in (all-bison): Depend upon all-texinfo.
13006 Tue Aug 12 20:09:48 1997  Jason Merrill  <jason@yorick.cygnus.com>
13008         * Makefile.in (BISON): bison, not byacc or bison -y.
13009         (YACC): bison -y or byacc or yacc.
13010         (various): Add *-bison as appropriate.
13011         (taz): No need to mess with BISON anymore.
13013 Tue Aug 12 22:33:08 1997  Ian Lance Taylor  <ian@cygnus.com>
13015         * configure: If OSTYPE matches *win32*, try to find a good value for
13016         CONFIG_SHELL.
13018 Sun Aug 10 14:41:11 1997  Ian Lance Taylor  <ian@cygnus.com>
13020         * Makefile.in (taz): Get the version number from AM_INIT_AUTOMAKE in
13021         configure.in if it is present.
13023 Sat Aug  9 00:58:01 1997  Ian Lance Taylor  <ian@cygnus.com>
13025         * Makefile.in (LD_FOR_TARGET): Change ld.new to ld-new.
13027 Fri Aug  8 16:30:13 1997  Doug Evans  <dje@canuck.cygnus.com>
13029         * config.sub: Recognize `arc' cpu.
13030         * configure.in: Likewise.
13031         * config-ml.in: Likewise.
13033 Thu Aug  7 11:02:34 1997  Ian Lance Taylor  <ian@cygnus.com>
13035         * Makefile.in ($(INSTALL_X11_MODULES)): Depend upon installdirs.
13037 Wed Aug  6 16:27:29 1997  Chris Provenzano  <proven@cygnus.com>
13039         * configure: Changed sed delimiter from ':' to '|' when
13040         attempting to substitute ${config_shell} for SHELL. On
13041         NT ${config_shell} may contain a ':' in it.
13043 Wed Aug  6 12:29:05 1997  Jason Merrill  <jason@yorick.cygnus.com>
13045         * Makefile.in (EXTRA_GCC_FLAGS): Fix for non-bash shells.
13047 Wed Aug  6 00:42:35 1997  Ian Lance Taylor  <ian@cygnus.com>
13049         * Makefile.in (AS_FOR_TARGET): Change as.new to as-new.
13051 Tue Aug  5 14:08:51 1997  Ian Lance Taylor  <ian@cygnus.com>
13053         * Makefile.in (NM_FOR_TARGET): Change nm.new to nm-new.
13055         * ylwrap: If the program is a relative path, force it to be
13056         absolute.
13058 Tue Aug  5 12:12:44 1997  Andrew Cagney  <cagney@b1.cygnus.com>
13060         * configure (tooldir): Set BISON to `bison -y' and not just bison.
13062 Mon Aug  4 22:59:02 1997  Andrew Cagney  <cagney@b1.cygnus.com>
13064         * Makefile.in (CC_FOR_TARGET): When winsup/Makefile present,
13065         correctly specify the target build directory $(TARGET_SUBDIR)/winsup
13066         for libraries.
13068 Mon Aug  4 12:40:24 1997  Jason Merrill  <jason@yorick.cygnus.com>
13070         * Makefile.in (EXTRA_GCC_FLAGS): Fix handling of macros with values
13071         separated by spaces.
13073 Thu Jul 31 19:49:49 1997  Ian Lance Taylor  <ian@cygnus.com>
13075         * ylwrap: New file.
13076         * Makefile.in (DEVO_SUPPORT): Add ylwrap.
13078         * ltmain.sh: Handle /bin/sh at start of install program.
13080         * Makefile.in (DEVO_SUPPORT): Add ltconfig, ltmain.sh, and missing.
13082         * ltconfig, ltmain.sh: New files, from libtool 1.0.
13083         * missing: New file, from automake 1.2.
13085 Thu Jul 24 12:57:56 1997  Ian Lance Taylor  <ian@cygnus.com>
13087         * Makefile.in: Treat tix like tk, putting it in X11_MODULES.  Add
13088         check-tk to CHECK_X11_MODULES.
13090 Wed Jul 23 17:03:29 1997  Ian Lance Taylor  <ian@cygnus.com>
13092         * config.sub: Merge with FSF.
13094 Tue Jul 22 19:08:29 1997  Ian Lance Taylor  <ian@cygnus.com>
13096         * config.guess: Merge with FSF.
13098 Tue Jul 22 14:50:42 1997  Robert Hoehne <robert.hoehne@Mathematik.TU-Chemnitz.DE>
13100         * configure: Treat msdosdjgpp like go32.
13101         * configure.in: Likewise.  Don't remove gprof for go32.
13103         * configure: Change Makefile.tem2 to Makefile.tm2.
13105 Mon Jul 21 10:31:26 1997  Stephen Peters  <speters@cygnus.com>
13107         * configure.in (noconfigdirs): For alpha-dec-osf*, don't ignore grep.
13109 Tue Jul 15 14:33:03 1997  Brendan Kehoe  <brendan@lisa.cygnus.com>
13111         * install-sh (chmodcmd): Set to null if the DST directory already
13112         exists.  Same as Nov 11th change.
13114 Mon Jul 14 11:01:15 1997  Martin M. Hunt  <hunt@cygnus.com>
13116         * configure (GDB_TK): Needs itcl and tix.
13118 Mon Jul 14 00:32:10 1997  Jason Merrill  <jason@yorick.cygnus.com>
13120         * config.guess: Update from FSF.
13122 Fri Jul 11 11:57:11 1997  Martin M. Hunt  <hunt@cygnus.com>
13124         * Makefile.in (GDB_TK): Depend on itcl and tix.
13126 Fri Jul  4 13:25:31 1997  Ian Lance Taylor  <ian@cygnus.com>
13128         * Makefile.in (INSTALL_PROGRAM_ARGS): New variable.
13129         (INSTALL_PROGRAM): Use $(INSTALL_PROGRAM_ARGS).
13130         (INSTALL_SCRIPT): New variable.
13131         (BASE_FLAGS_TO_PASS): Pass down INSTALL_SCRIPT.
13132         * configure.in: If host is *-*-cygwin32*, set INSTALL_PROGRAM_ARGS
13133         to -x.
13134         * install-sh: Add support for -x option.
13136 Mon Jun 30 15:51:30 1997  Ian Lance Taylor  <ian@cygnus.com>
13138         * configure.in, Makefile.in: Treat tix like itcl.
13140 Thu Jun 26 13:59:19 1997  Ian Lance Taylor  <ian@cygnus.com>
13142         * Makefile.in (WINDRES): New variable.
13143         (WINDRES_FOR_TARGET): New variable.
13144         (BASE_FLAGS_TO_PASS): Add WINDRES_FOR_TARGET.
13145         (EXTRA_HOST_FLAGS): Add WINDRES.
13146         (EXTRA_TARGET_FLAGS): Add WINDRES.
13147         (EXTRA_GCC_FLAGS): Add WINDRES.
13148         ($(DO_X)): Pass down WINDRES.
13149         ($(CONFIGURE_TARGET_MODULES)): Set WINDRES when configuring.
13150         * configure: Treat WINDRES like DLLTOOL, and WINDRES_FOR_TARGET like
13151         DLLTOOL_FOR_TARGET.
13153 Wed Jun 25 15:01:26 1997  Felix Lee  <flee@cygnus.com>
13155         * configure.in: configure sim before gdb for win32-x-ppc
13157 Wed Jun 25 12:18:54 1997  Brendan Kehoe  <brendan@lisa.cygnus.com>
13159         Move gperf into the toplevel, from libg++.
13160         * configure.in (target_tools): Add target-gperf.
13161         (native_only): Add target-gperf.
13162         * Makefile.in (all-target-gperf): New target, depend on
13163         all-target-libg++.
13164         (configure-target-gperf): Empty rule.
13165         (ALL_TARGET_MODULES): Add all-target-gperf.
13166         (CONFIGURE_TARGET_MODULES): Add configure-target-gperf.
13167         (CHECK_TARGET_MODULES): Add check-target-gperf.
13168         (INSTALL_TARGET_MODULES): Add install-target-gperf.
13169         (CLEAN_TARGET_MODULES): Add clean-target-gperf.
13171 Mon Jun 23 10:51:53 1997  Jeffrey A Law  (law@cygnus.com)
13173         * config.sub (mn10200): Recognize new basic machine.
13175 Thu Jun 19 14:16:42 1997  Brendan Kehoe  <brendan@lisa.cygnus.com>
13177         * configure.in: Don't set ENABLE_MULTILIB, so we'll be passing
13178         --enable-multilib down to subdirs; setting TARGET_SUBDIR was enough.
13180 Tue Jun 17 15:31:20 1997  Brendan Kehoe  <brendan@lisa.cygnus.com>
13182         * configure.in: If we're building mips-sgi-irix6* native, turn on
13183         ENABLE_MULTILIB and set TARGET_SUBDIR.
13185 Tue Jun 17 12:20:59 1997  Tom Tromey  <tromey@cygnus.com>
13187         * Makefile.in (all-sn): Depend on all-grep.
13189 Mon Jun 16 11:11:10 1997  Ian Lance Taylor  <ian@cygnus.com>
13191         * configure.in: Use mh-ppcpic and mt-ppcpic for powerpc*-* targets.
13193         * configure: Set CFLAGS and CXXFLAGS, and substitute them into
13194         Makefile.  From Jeff Makey <jeff@cts.com>.
13195         * Makefile.in: Add comment for CFLAGS and CXXFLAGS.
13197         * Makefile.in (DISTBISONFILES): Remove.
13198         (taz): Don't futz with DISTBISONFILES.  Change BISON to use
13199         $(DEFAULT_YACC).
13201         * configure.in: Build itl, db, sn, etc., when building for native
13202         cygwin32.
13204         * Makefile.in (LD): New variable.
13205         (EXTRA_HOST_FLAGS): Pass down LD.
13206         ($(DO_X)): Likewise.
13208 Mon Jun 16 11:10:35 1997  Philip Blundell  <Philip.Blundell@pobox.com>
13210         * Makefile.in (INSTALL): Use $(SHELL) when executing install-sh.
13212 Fri Jun 13 10:22:56 1997  Bob Manson  <manson@charmed.cygnus.com>
13214         * configure.in (targargs): Strip out any supplied --build argument
13215         before adding our own. Always add --build.
13217 Thu Jun 12 21:12:28 1997  Bob Manson  <manson@charmed.cygnus.com>
13219         * configure.in (targargs): Pass --build if we're doing
13220         a cross-compile.
13222 Fri Jun  6 21:38:40 1997  Rob Savoye  <rob@chinadoll.cygnus.com>
13224         * configure: Use '|' instead of ":" as the separator in
13225         sed. Otherwise sed chokes on NT path names with drive
13226         designators. Also look for "?:*" as the leading characters in an
13227         absolute pathname.
13229 Mon Jun  2 13:05:20 1997  Gavin Koch  <gavin@cygnus.com>
13231         * config.sub: Support for r3900.
13233 Wed May 21 17:33:31 1997  Ian Lance Taylor  <ian@cygnus.com>
13235         * configure.in: Use install-sh, not install.sh.
13237 Wed May 14 16:06:51 1997  Ian Lance Taylor  <ian@cygnus.com>
13239         * Makefile.in (taz): Improve check for BISON so it doesn't try to
13240         apply it twice.
13242 Fri May  9 17:22:05 1997  Ian Lance Taylor  <ian@cygnus.com>
13244         * Makefile.in (INSTALL_MODULES): Put install-opcodes before
13245         install-binutils.
13247 Thu May  8 17:29:50 1997  Ian Lance Taylor  <ian@cygnus.com>
13249         * Makefile.in: Add automake targets.
13250         * configure.in (host_tools): Add automake.
13252 Tue May  6 15:49:52 1997  Ian Lance Taylor  <ian@cygnus.com>
13254         * configure: Default CXX to c++, not gcc.
13255         * Makefile.in (CXX): Set to c++, not gcc.
13256         (CXX_FOR_TARGET): When cross, transform c++, not gcc.
13258 Thu May  1 10:11:43 1997  Geoffrey Noer  <noer@cygnus.com>
13260         * install-sh: try appending a .exe if source file doesn't
13261         exist
13263 Wed Apr 30 12:05:36 1997  Jason Merrill  <jason@yorick.cygnus.com>
13265         * configure.in: Turn on multilib by default.
13266         (cross_only): Remove target-libiberty.
13268         * Makefile.in (all-gcc): Don't depend on libiberty.
13270 Mon Apr 28 18:39:45 1997  Michael Snyder  <msnyder@cleaver.cygnus.com>
13272         * config.guess: improve algorithm for recognizing Gnu Hurd x86.
13274 Thu Apr 24 19:30:07 1997  Ian Lance Taylor  <ian@cygnus.com>
13276         * Makefile.in (DEVO_SUPPORT): Add mpw-install.
13277         (DISTBISONFILES): Add ld/Makefile.in
13279 Tue Apr 22 17:17:28 1997  Geoffrey Noer  <noer@pizza.cygnus.com>
13281         * configure.in: if target is cygwin32 but host isn't cygwin32,
13282         don't configure gdb tcl tk expect, not just gdb.
13284 Mon Apr 21 13:33:39 1997  Tom Tromey  <tromey@cygnus.com>
13286         * configure.in: Added gnuserv everywhere sn appears.
13288         * Makefile.in (ALL_MODULES): Added all-gnuserv.
13289         (CROSS_CHECK_MODULES): Added check-gnuserv.
13290         (INSTALL_MODULES): Added install-gnuserv.
13291         (CLEAN_MODULES): Added clean-gnuserv.
13292         (all-gnuserv): New target.
13294 Thu Apr 17 13:57:06 1997  Per Fogelstrom  <pefo@openbsd.org>
13296         * config.guess: Fixes for MIPS OpenBSD systems.
13298 Tue Apr 15 12:21:07 1997  Ian Lance Taylor  <ian@cygnus.com>
13300         * Makefile.in (INSTALL_XFORM): Remove.
13301         (BASE_FLAGS_TO_PASS): Remove INSTALL_XFORM.
13303         * mkinstalldirs: New file, copied from automake.
13304         * Makefile.in (installdirs): Rename from install-dirs.  Use
13305         mkinstalldirs.  Change all users.
13306         (DEVO_SUPPORT): Add mkinstalldirs.
13308 Mon Apr 14 11:21:38 1997  Ian Lance Taylor  <ian@cygnus.com>
13310         * install-sh: Rename from install.sh.
13311         * Makefile.in (INSTALL): Change install.sh to install-sh.
13312         (DEVO_SUPPORT): Likewise.
13314         * configure: Use ${config_shell} with ${moveifchange}.  From Thomas
13315         Graichen <graichen@rzpd.de>.
13317 Fri Apr 11 16:37:10 1997  Niklas Hallqvist  <niklas@appli.se>
13319         * config.guess: Recognize OpenBSD systems correctly.
13321 Fri Apr 11 17:07:04 1997  Jason Molenda  (crash@godzilla.cygnus.co.jp)
13323         * README, Makefile.in (ETC_SUPPORT): Remove references to
13324         cfg-paper*, configure.{texi,man,info*}._
13326 Sun Apr  6 18:47:57 1997  Andrew Cagney  <cagney@kremvax.cygnus.com>
13328         * Makefile.in (all.normal): Ensure that gcc is built after all
13329         the x11 - ie gdb - targets.
13331 Tue Apr  1 16:28:50 1997  Klaus Kaempf  <kkaempf@progis.de>
13333         * makefile.vms: Don't run conf-a-gas.
13335 Mon Mar 31 16:26:55 1997  Joel Sherrill  <joel@oarcorp.com>
13337         * configure.in (hppa1.1-*-rtems*): New target, like hppa-*-*elf*.
13339 Sun Mar 30 12:38:27 1997  Fred Fish  <fnf@cygnus.com>
13341         * configure.in: Remove noconfigdirs case since gdb also
13342         configures and builds for tic80-coff.
13344 Fri Mar 28 18:28:52 1997  Ian Lance Taylor  <ian@cygnus.com>
13346         * configure: Set cache_file to config.cache.
13347         * Makefile.in (local-distclean): Remove config.cache.
13349 Wed Mar 26 18:49:39 1997  Ian Lance Taylor  <ian@cygnus.com>
13351         * COPYING: Update FSF address.
13353 Wed Mar 26 10:38:25 1997  Michael Meissner  <meissner@cygnus.com>
13355         * configure.in (tic80-*-*): Remove G++ libraries and libgloss from
13356         noconfigdirs.
13358 Mon Mar 24 15:02:39 1997  Ian Lance Taylor  <ian@cygnus.com>
13360         * Makefile.in (install-dirs): Don't crash if prefix, and hence
13361         MAKEDIRS, is empty.
13363 Mon Mar 24 12:40:55 1997  Doug Evans  <dje@canuck.cygnus.com>
13365         * config.sub: Tweak mn10300 entry.
13367 Fri Mar 21 15:35:27 1997  Michael Meissner  <meissner@cygnus.com>
13369         * configure.in (host_tools): Put sim before gdb, so gdb's
13370         configure.tgt can determine if the simulator was configured.
13372 Sun Mar 16 16:07:08 1997  Fred Fish  <fnf@cygnus.com>
13374         * config.sub: Move BeOS $os case to be with other Cygnus
13375         local cases.
13377 Sun Mar 16 01:34:55 1997  Martin Hunt <hunt@cygnus.com>
13379         * config.sub: Remove misplaced comment that broke Linux.
13381 Sat Mar 15 22:50:15 1997  Fred Fish  <fnf@cygnus.com>
13383         * config.sub: Add BeOS support.
13385 Mon Mar 10 13:30:11 1997  Tom Tromey  <tromey@cygnus.com>
13387         * Makefile.in (CHECK_X11_MODULES): Don't run check-tk.
13389 Wed Mar  5 12:09:29 1997  Martin  <hunt@cygnus.com>
13391         * configure.in (noconfigdirs): Remove tcl and tk from
13392         noconfigdirs for cygwin32 builds.
13394 Fri Feb 28 18:20:15 1997  Fred Fish  <fnf@cygnus.com>
13396         * configure.in (tic80-*-*): Remove ld from noconfigdirs.
13398 Thu Feb 27 14:57:26 1997  Ken Raeburn  <raeburn@cygnus.com>
13400         * Makefile.in (GAS_SUPPORT_DIRS, BINUTILS_SUPPORT_DIRS): Remove
13401         make-all.com, use makefile.vms instead.
13403 Tue Feb 25 18:46:14 1997  Stan Shebs  <shebs@andros.cygnus.com>
13405         * config.sub: Accept -lnews*.
13407 Tue Feb 25 13:19:14 1997  Andrew Cagney  <cagney@kremvax.tpgi.com.au>
13409         * configure.in (noconfigdirs): Disable target-newlib,
13410         target-examples and target-libiberty for d30v.
13412 Fri Feb 21 17:56:25 1997  Martin M. Hunt  <hunt@pizza.cygnus.com>
13414         * configure.in (noconfigdirs): Enable ld for d30v.
13416 Fri Feb 21 20:58:51 1997  Michael Meissner  <meissner@cygnus.com>
13418         * configure.in (tic80-*-*): Build compiler.
13420 Sun Feb 16 15:41:09 1997  Andrew Cagney  <cagney@critters.cygnus.com>
13422         * configure.in (d30v-*): Remove sim directory from list of
13423         unsupported d30v directories
13425 Tue Feb 18 17:32:42 1997  Martin M. Hunt  <hunt@pizza.cygnus.com>
13427         * config.sub, configure.in: Add d30v target cpu.
13429 Thu Feb 13 22:04:44 1997  Klaus Kaempf  <kkaempf@progis.de>
13431         * makefile.vms: New file.
13432         * make-all.com: Remove.
13434 Wed Feb 12 12:54:18 1997  Jim Wilson  <wilson@cygnus.com>
13436         * Makefile.in (EXTRA_GCC_FLAGS): Add LIBGCC2_DEBUG_CFLAGS.
13438 Sat Feb  8 20:36:49 1997  Michael Meissner  <meissner@cygnus.com>
13440         * Makefile.in (all-itcl): The rule is all-itcl, not all-tcl.
13442 Tue Feb  4 11:39:29 1997  Tom Tromey  <tromey@cygnus.com>
13444         * Makefile.in (ALL_MODULES): Added all-db.
13445         (CROSS_CHECK_MODULES): Addec check-db.
13446         (INSTALL_MODULES): Added install-db.
13447         (CLEAN_MODULES): Added clean-db.
13449 Mon Feb  3 13:29:36 1997  Ian Lance Taylor  <ian@cygnus.com>
13451         * config.guess: Merge with latest FSF sources.
13453 Tue Jan 28 09:20:37 1997  Tom Tromey  <tromey@cygnus.com>
13455         * Makefile.in (ALL_MODULES): Added all-itcl.
13456         (CROSS_CHECK_MODULES): Added check-itcl.
13457         (INSTALL_MODULES): Added install-itcl.
13458         (CLEAN_MODULES): Added clean-itcl.
13460 Thu Jan 23 01:44:27 1997  Geoffrey Noer  <noer@cygnus.com>
13462         * configure.in: build gdb for mn10200
13464 Fri Jan 17 15:32:15 1997  Doug Evans  <dje@canuck.cygnus.com>
13466         * Makefile.in (all-target-winsup): Depend on all-target-libio.
13468 Mon Jan 13 22:46:54 1997  Michael Meissner  <meissner@tiktok.cygnus.com>
13470         * configure.in (tic80-*-*): Turn off most targets right now.
13472 Fri Jan  3 16:04:03 1997  Ian Lance Taylor  <ian@cygnus.com>
13474         * Makefile.in (MAKEINFO): Check for the existence of the Makefile,
13475         rather than the makeinfo program.
13476         (do-info): Depend upon all-texinfo.
13478 Tue Dec 31 16:00:31 1996  Ian Lance Taylor  <ian@cygnus.com>
13480         * configure.in: Remove uses of config/mh-linux.
13482         * config.sub, config.guess: Merge with latest FSF sources.
13484 Fri Dec 27 23:04:33 1996  Fred Fish  <fnf@cygnus.com>
13486         * config.sub (case $basic_machine): Add tic80 entries.
13488 Fri Dec 27 12:07:59 1996  Ian Lance Taylor  <ian@cygnus.com>
13490         * config.sub, config.guess: Merge with latest FSF sources.
13492 Wed Dec 18 22:46:39 1996  Stan Shebs  <shebs@andros.cygnus.com>
13494         * mpw-build.in: Build ld before gcc, use NewFolderRecursive.
13495         * mpw-config.in: Test for NewFolderRecursive.
13496         * mpw-install: Use symbolic name for startup filename.
13497         * mpw-README: Add various additional details.
13499 Wed Dec 18 13:11:46 1996  Jim Wilson  <wilson@cygnus.com>
13501         * configure.in (mips*-sgi-irix6*): Remove binutils from noconfigdirs.
13503 Wed Dec 18 10:29:31 1996  Jeffrey A Law  (law@cygnus.com)
13505         * configure.in: Do build gcc and the target libraries for
13506         the mn10200.
13508 Wed Dec  4 16:53:05 1996  Geoffrey Noer  <noer@cygnus.com>
13510         * configure.in: don't avoid building gdb for mn10300 any more
13511         * Makefile.in: double-quote GCC_FOR_TARGET line in EXTRA_GCC_FLAGS
13512         instead of single-quoting it.
13514 Tue Dec  3 23:26:50 1996  Jason Merrill  <jason@yorick.cygnus.com>
13516         * configure.in: Don't use --with-stabs on IRIX 6.
13518 Tue Dec  3 09:05:25 1996  Doug Evans  <dje@canuck.cygnus.com>
13520         * configure.in (m32r): Build gdb, libg++ now.
13522 Sun Dec  1 00:18:59 1996  Peter Schauer  (pes@regent.e-technik.tu-muenchen.de)
13524         * configure.in (mips*-sgi-irix6*):  Remove gdb and related
13525         directories from noconfigdirs.
13527 Tue Nov 26 11:45:33 1996  Kim Knuttila  <krk@cygnus.com>
13529         * config.sub (basic_machine): added mips16 configuration
13531 Sat Nov 23 19:26:22 1996  Michael Meissner  <meissner@tiktok.cygnus.com>
13533         * config.sub: Handle d10v-unknown.
13535 Sat Nov 23 10:23:01 1996  Gavin Koch  <gavin@cygnus.com>
13537         * config.sub: Handle v850-unknown.
13539 Thu Nov 21 16:19:44 1996  Geoffrey Noer  <noer@cygnus.com>
13541         * Makefile.in: add findutils
13542         * configure.in: add findutils to list of host_tools
13544 Wed Nov 20 10:09:01 1996  Jeffrey A Law  (law@cygnus.com)
13546         * config.sub: Handle mn10200 and mn10300.
13548 Tue Nov 19 16:35:14 1996  Michael Meissner  <meissner@tiktok.cygnus.com>
13550         * configure.in (d10v-*): Do not build librx.
13552 Mon Nov 18 13:28:41 1996  Jeffrey A Law  (law@cygnus.com)
13554         * configure.in (mn10300): Build everything except gdb & libgloss.
13556 Wed Nov 13 14:59:46 1996  Per Bothner  <bothner@deneb.cygnus.com>
13558         * config.guess:  Patch for Dansk Data Elektronik servers,
13559         from Niels Skou Olsen <nso@dde.dk>.
13561         For ncr, use /bin/uname rather than uname, since GNU uname does not
13562         support -p.  Suggested by Mark Mitchell <mmitchell@usa.net>.
13564         Patch for MIPS R4000 running System V,
13565         from Eric S. Raymond <esr@snark.thyrsus.com>.
13567         Fix thinko for nextstep.
13569         Patch for OSF1 in i?86, from Dan Murphy <dlm@osf.org> via Harlan Stenn.
13571         Sat Jun 24 18:58:17 1995  Morten Welinder  <terra+@cs.cmu.edu>
13572         * config.guess: Guess mips-dec-mach_bsd4.3.
13574         Thu Oct 10 04:07:04 1996  Harlan Stenn <harlan@pfcs.com>
13575         * config.guess (i?86-ncr-sysv*):  Emit just enough of the minor
13576         release numbers.
13577         * config.guess (mips-mips-riscos*):  Emit just enough of the
13578         release number.
13580         Tue Oct  8 10:37:22 1996  Frank Vance <fvance@waii.com>
13581         * config.guess (sparc-auspex-sunos*):  Added.
13582         (f300-fujitsu-*): Added.
13584         Wed Sep 25 22:00:35 1996  Jeff Woolsey <woolsey@jlw.com>
13585         * config.guess:  Recognize a Tadpole as a sparc.
13587 Wed Nov 13 00:53:09 1996  David J. MacKenzie  <djm@churchy.gnu.ai.mit.edu>
13589         * config.guess: Don't assume that NextStep version is either 2 or
13590         3.  NextStep 4 (aka OpenStep 4) has come out now.
13592 Mon Nov 11 23:52:03 1996  David J. MacKenzie  <djm@churchy.gnu.ai.mit.edu>
13594         * config.guess: Support Cray T90 that reports itself as "CRAY TS".
13595         From Rik Faith <faith@cs.unc.edu>.
13597 Fri Nov  8 11:34:58 1996  David J. MacKenzie  <djm@geech.gnu.ai.mit.edu>
13599         * config.sub: Contributions from bug-gnu-utils to:
13600         Support plain "hppa" (no version given) architecture, reported by
13601         OpenStep.
13602         OpenBSD like NetBSD.
13603         LynxOs is not a hardware supplier.
13605         * config.guess: Contributions from bug-gnu-utils to add support for:
13606         OpenBSD like NetBSD.
13607         Stratus systems.
13608         More Pyramid systems.
13609         i[n>4]86 Intel chips.
13610         M680[n>4]0 Motorola chips.
13611         Use unknown instead of lynx for hardware manufacturer.
13613 Mon Nov 11 10:09:08 1996  Brendan Kehoe  <brendan@lisa.cygnus.com>
13615         * install.sh (chmodcmd): Set to null if the DST directory already
13616         exists.
13618 Mon Nov 11 10:43:41 1996  Michael Meissner  <meissner@tiktok.cygnus.com>
13620         * configure.in (powerpc*-{eabi,elf,linux,rtem,sysv,solaris}*): Do
13621         not use mt-ppc target Makefile fragment any more.
13623 Sun Nov  3 19:17:07 1996  Stu Grossman  (grossman@critters.cygnus.com)
13625         * configure.in (*-*-windows):  Exclude everything but those dirs
13626         needed to build windows.
13628 Tue Oct 29 16:41:31 1996  Doug Evans  <dje@canuck.cygnus.com>
13630         * Makefile.in (all-target-winsup): Depend on all-target-librx.
13632 Mon Oct 28 17:32:46 1996  Stu Grossman  (grossman@critters.cygnus.com)
13634         * configure.in:  Exclude mmalloc from i386-windows.
13636 Thu Oct 24 09:22:46 1996  Stu Grossman  (grossman@critters.cygnus.com)
13638         * Undo my previous change.
13640 Thu Oct 24 12:12:04 1996  Ian Lance Taylor  <ian@cygnus.com>
13642         * Makefile.in (EXTRA_GCC_FLAGS): Pass down GCC_FOR_TARGET
13643         unconditionally.
13644         (MAKEOVERRIDES): Define (revert this part of October 18 change).
13646 Thu Oct 24 09:02:07 1996  Stu Grossman  (grossman@critters.cygnus.com)
13648         * Makefile.in (FLAGS_TO_PASS):  Add $(HOST_FLAGS) to allow the
13649         host to add it's own flags.
13651 Tue Oct 22 15:20:26 1996  Ian Lance Taylor  <ian@cygnus.com>
13653         * configure: Handle GCC_FOR_TARGET like CC_FOR_TARGET.
13655 Fri Oct 18 13:37:13 1996  Ian Lance Taylor  <ian@cygnus.com>
13657         * Makefile.in (CC_FOR_TARGET): Check for xgcc, not Makefile.
13658         (CXX_FOR_TARGET): Likewise.
13659         (GCC_FOR_TARGET): Define.
13660         (BASE_FLAGS_TO_PASS): Remove GCC_FOR_TARGET.
13661         (EXTRA_GCC_FLAGS): Define GCC_FOR_TARGET based on whether
13662         CC_FOR_TARGET was specified on the command line.
13663         (MAKEOVERRIDES): Don't define.
13665 Thu Oct 17 10:27:56 1996  Doug Evans  <dje@canuck.cygnus.com>
13667         * configure.in (m32r): Fix spelling of libg++ libs.
13669 Thu Oct 10 10:37:17 1996  Stan Shebs  <shebs@andros.cygnus.com>
13671         * config.sub (-apple*): Remove, now redundant.
13673 Thu Oct 10 12:30:54 1996  Ian Lance Taylor  <ian@cygnus.com>
13675         * configure: Don't get confused by CPU-VENDOR-linux-gnu.
13677         * configure: Rework yesterday's sed script patch.
13679         * config.sub: Merge with FSF.
13681 Wed Oct  9 17:24:59 1996  Per Bothner  <bothner@deneb.cygnus.com>
13683         * config.guess:  Merge from FSF.
13685         1996-09-12  Richard Stallman  <rms@ethanol.gnu.ai.mit.edu>
13686         * config.guess: Use pc instead of unknown, for pc clone systems.
13687         Change linux to linux-gnu.
13689         Mon Jul 15 23:51:11 1996  Karl Heuer  <kwzh@gnu.ai.mit.edu>
13690         * config.guess: Avoid non-portable tr syntax.
13692 Wed Oct  9 06:06:46 1996  Jeffrey A Law  (law@cygnus.com)
13694         * test-build.mk (HOLES): Add "xargs" for gdb.
13696         * configure: Avoid hpux10.20 sed bug.
13698 Tue Oct  8 08:32:48 1996  Stu Grossman  (grossman@critters.cygnus.com)
13700         * configure.in:  Add support for windows host
13701         (that is a build done under the Microsoft build environment).
13703 Tue Oct  8 10:39:08 1996  Ian Lance Taylor  <ian@cygnus.com>
13705         * Makefile.in: Replace all uses of srcroot with s, to shrink
13706         command line lengths.
13708         Patches from Geoffrey Noer <noer@cygnus.com>:
13709         * configure.in: If configuring for newlib, pass --with-newlib to
13710         subdirectories.
13711         * Makefile.in (CC_FOR_TARGET): If winsup/Makefile exists, pass a
13712         -Bnewlib/ and -Lwinsup to gcc.
13713         (CXX_FOR_TARGET): Likewise.
13715 Mon Oct  7 10:59:35 1996  Ian Lance Taylor  <ian@cygnus.com>
13717         * Makefile.in (ETC_SUPPORT): Add configure.
13719 Fri Oct  4 12:22:58 1996  Angela Marie Thomas (angela@cygnus.com)
13721         * configure.in: Use config/mh-dgux386 for i[345]86-dg-dgux
13722         host configuration file.
13724 Thu Oct  3 09:28:25 1996  Jeffrey A Law  (law@cygnus.com)
13726         * configure.in: Break mn10x00 support into separate
13727         mn10200 and mn10300 configurations.
13728         * config.sub: Likewise.
13730 Wed Oct  2 22:27:52 1996  Jeffrey A Law  (law@cygnus.com)
13732         * configure.in: Add lots of stuff to noconfigdirs for
13733         the mn10x00 targets.
13735         * config.sub, configure.in: Add mn10x00 support.
13737 Wed Oct  2 15:52:36 1996  Klaus Kaempf  <kkaempf@progis.de>
13739         * make-all.com: Call conf-a-gas, not config-a-gas.
13741 Tue Oct  1 01:28:41 1996  James G. Smith  <jsmith@cygnus.co.uk>
13743         * configure.in (noconfigdirs): Don't build libgloss for arm-coff
13744         targets.
13746 Mon Sep 30 14:24:01 1996  Stan Shebs  <shebs@andros.cygnus.com>
13748         * mpw-README: Add much more detail for native PowerMac.
13749         * mpw-install: New file.
13750         * mpw-configure: Add --norecursion and --help options.
13751         * mpw-config.in: Translate readme and install files when
13752         copying to objdir.
13753         * mpw-build.in: Don't always depend on byacc and flex.
13754         (install-only-top): New action.
13756 Fri Sep 27 17:39:44 1996  Stu Grossman  (grossman@critters.cygnus.com)
13758         * configure.in:  You can now configure GDB for the v850.
13760 Tue Sep 24 19:05:12 1996  Stan Shebs  <shebs@andros.cygnus.com>
13762         * configure.in (noconfigdirs): Don't configure any C++ dirs
13763         if targeting D10V.
13765 Tue Sep 17 12:15:31 1996  Ian Lance Taylor  <ian@cygnus.com>
13767         * config.sub: Recognize mips64vr5000.
13769 Mon Sep 16 17:00:52 1996  Ian Lance Taylor  <ian@cygnus.com>
13771         * configure.in: Use a single line for host_tools and native_only.
13773 Mon Sep  9 12:21:30 1996  Doug Evans  <dje@canuck.cygnus.com>
13775         * config.sub, configure.in: Add entries for m32r.
13777 Thu Sep  5 13:52:47 1996  Tom Tromey  <tromey@creche.cygnus.com>
13779         * Makefile.in (inet-install): Don't run install-gzip.
13781 Wed Sep  4 17:26:13 1996  Stu Grossman  (grossman@critters.cygnus.com)
13783         * configure.in:  Don't config lots of things for *-*-windows*.
13785 Sat Aug 31 11:45:57 1996  Stan Shebs  <shebs@andros.cygnus.com>
13787         * mpw-config.in: Test for mpw-true, true, and null-command scripts.
13788         (host_libs, host_tools): Copy from configure.in.
13789         * mpw-configure: Don't complain about directories not found.
13791 Thu Aug 29 16:44:58 1996  Michael Meissner  <meissner@tiktok.cygnus.com>
13793         * configure.in (i[345]86): Recognize i686 for pentium pro.
13794         (i[3456]86-*-dgux*): Use config/mh-sysv for the host configuration
13795         file.
13797         * config.guess (i[345]86): Ditto.
13799 Mon Aug 26 18:34:42 1996  Martin M. Hunt  <hunt@pizza.cygnus.com>
13801         * configure.in (noconfigdirs): Removed gdb for D10V.
13803 Thu Aug 22 17:13:52 1996  Jeffrey A Law  (law@cygnus.com)
13805         * configure.in: Remove ld, target-libio, target-libg++, and
13806         target-libstdc++ from noconfigdirs.
13808 Wed Aug 21 18:56:38 1996  Fred Fish  <fnf@cygnus.com>
13810         * configure: Fix three locations where shell scripts were
13811         being run directly rather than with config_shell.
13813 Tue Aug 20 13:08:47 1996  J.T. Conklin  <jtc@hippo.cygnus.com>
13815         * configure.in (v850-*-*): Set up initial $noconfigdirs.
13816         * config.sub (basic_machine): Recognize v850.
13818 Thu Aug 15 12:19:33 1996  Stan Shebs  <shebs@andros.cygnus.com>
13820         * mpw-configure: Handle multiple enable/disable options and
13821         pass them down recursively, handle -c and -s flags appropriately
13822         depending on choice of compiler, add escape mechanism for
13823         quoted arguments to gC.
13825 Mon Aug 12 13:15:13 1996  Michael Meissner  <meissner@tiktok.cygnus.com>
13827         * configure.in (powerpc*-*-*): For eabi, system V.4, Linux, and
13828         solaris targets, use config/mt-ppc to set C{,XX}FLAGS_FOR_TARGETS
13829         so that -mrelocatable-lib and -mno-eabi are used.
13831         * Makefile.in (CONFIGURE_TARGET_MODULES): If target compiler does
13832         not support --print-multi-lib, don't abort.
13834 Thu Aug  8 12:18:59 1996  Klaus Kaempf  <kkaempf@progis.de>
13836         * make-all.com: Run config-a-gas.
13837         * setup.com: Don't copy subdirectory files around.
13839 Tue Jul 30 17:49:31 1996  Brendan Kehoe  <brendan@cygnus.com>
13841         * configure.in (*-*-ose): Remove exclusion of libgloss for this
13842         target, it now compiles correctly.
13844 Sat Jul 27 15:10:43 1996  Stan Shebs  <shebs@andros.cygnus.com>
13846         * mpw-config.in: Generate Mac include for elf/dwarf2.h.
13848 Tue Jul 23 10:47:04 1996  Martin M. Hunt  <hunt@pizza.cygnus.com>
13850         * configure.in (d10v-*-*): Remove ld from $noconfigdirs.
13852 Mon Jul 22 13:28:51 1996  Brendan Kehoe  <brendan@lisa.cygnus.com>
13854         * configure.in (native_only): Add prms.
13856 Mon Jul 22 12:27:58 1996  Ian Lance Taylor  <ian@cygnus.com>
13858         * Makefile.in (GAS_SUPPORT_DIRS): Add make-all.com and setup.com.
13859         (BINUTILS_SUPPORT_DIRS): Likewise.
13861 Thu Jul 18 12:55:40 1996  Michael Meissner  <meissner@tiktok.cygnus.com>
13863         * configure.in (d10v-*-*): Don't configure ld or gdb until the
13864         d10v support is added.
13866 Wed Jul 17 14:33:09 1996  Martin M. Hunt  <hunt@pizza.cygnus.com>
13868         * configure.in (d10v-*-*): New target.
13870 Mon Jul 15 11:53:00 1996  Jeffrey A Law  (law@cygnus.com)
13872         * config.guess (HP 9000/811): Recognize this as a PA1.1
13873         machine.
13875 Fri Jul 12 23:21:17 1996  Ken Raeburn  <raeburn@cygnus.com>
13877         * Makefile.in (do-tar-gz): New target, split out from tail end of
13878         taz target.  Run each command separately, don't use pipes.
13879         (taz): Use it.
13881 Fri Jul 12 12:08:04 1996  Stan Shebs  <shebs@andros.cygnus.com>
13883         * mpw-configure: Look for g-mpw-make.sed in config/mpw.
13884         * mpw-build.in: No builds should depend on building byacc or flex,
13885         they are assumed to be installed already.
13887 Fri Jul 12 09:52:52 1996  Michael Meissner  <meissner@tiktok.cygnus.com>
13889         * Makefile.in (CONFIGURE_TARGET_MODULES): Set r environment
13890         variable that CC_FOR_TARGET needs.
13892 Thu Jul 11 10:09:45 1996  Michael Meissner  <meissner@tiktok.cygnus.com>
13894         * Makefile.in (CONFIGURE_TARGET_MODULES): Determine if the multlib
13895         options have changed since the last time the subdirectory was
13896         configured, and if it has, reconfigure.
13897         (CLEAN_TARGET_MODULES): Delete multilib.out and tmpmulti.out, which
13898         CONFIGURE_TARGET_MODULES uses to remember the old multilib options.
13900 Wed Jul 10 18:56:59 1996  Doug Evans  <dje@canuck.cygnus.com>
13902         * Makefile.in (ALL_MODULES,CROSS_CHECK_MODULES,INSTALL_MODULES,
13903         CLEAN_MODULES): Add bash.
13904         (all-bash): New target.
13906 Mon Jul  8 17:33:14 1996  Jim Wilson  <wilson@cygnus.com>
13908         * configure.in (mips-sgi-irix6*): Use mh-irix6 instead of mh-irix5.
13910 Mon Jul  1 13:31:35 1996  Michael Meissner  <meissner@tiktok.cygnus.com>
13912         * config.sub (basic_machine): Recognize d10v as a valid processor.
13914 Fri Jun 28 12:14:35 1996  Stan Shebs  <shebs@andros.cygnus.com>
13916         * mpw-configure: Add support for --bindir.
13917         * mpw-build.in: Use a GCC-specific build script for GCC actions.
13919 Wed Jun 26 17:20:12 1996  Geoffrey Noer  <noer@cygnus.com>
13921         * configure.in: add bash, time, gawk to list of hosttools and things
13922         to only build for native toolchains
13924 Tue Jun 25 23:09:03 1996  Jason Molenda  (crash@godzilla.cygnus.co.jp)
13926         * Makefile.in (docdir): Remove.
13928 Tue Jun 25 19:00:08 1996  Jason Molenda  (crash@godzilla.cygnus.co.jp)
13930         * Makefile.in (datadir): Set to $(prefix)/share.
13932 Mon Jun 24 23:26:07 1996  Geoffrey Noer  <noer@cygnus.com>
13934         * configure.in: build diff and patch for cygwin32-hosted
13935         toolchains.
13937 Mon Jun 24 15:01:12 1996  Joel Sherrill  <joel@merlin.gcs.redstone.army.mil>
13939         * config.sub: Accept -rtems*.
13941 Sun Jun 23 22:41:54 1996  Geoffrey Noer  <noer@cygnus.com>
13943         * configure.in: enable dosrel for cygwin32-hosted builds,
13944                 remove diff from the list of things not buildable
13945                 via Canadian Cross
13947 Sat Jun 22 11:39:01 1996  Jason Merrill  <jason@yorick.cygnus.com>
13949         * Makefile.in (TARGET_SUBDIR): Move comment to previous line so we
13950         don't get ". ".
13952 Fri Jun 21 17:24:48 1996  Jim Wilson  <wilson@cygnus.com>
13954         * configure.in (mips*-sgi-irix6*): Set noconfigdirs appropriately.
13956 Thu Jun 20 16:57:40 1996  Ken Raeburn  <raeburn@cygnus.com>
13958         * Makefile.in (taz): Handle case where tex3patch didn't even get
13959         checked out.  Also, if it was found, put the symlink in a new util
13960         subdirectory.
13962 Thu Jun 20 12:20:33 1996  Michael Meissner  <meissner@tiktok.cygnus.com>
13964         * config.guess (*:Linux:*:*): Add support for PowerPC Linux.
13966 Tue Jun 18 14:24:12 1996  Klaus Kaempf  (kkaempf@progis.de)
13968         * config.sub: Recognize -openvms.
13969         * configure.in (alpha*-*-*vms*): Set noconfigdirs.
13970         * make-all.com, setup.com: New files.
13972 Mon Jun 17 16:34:46 1996  Jason Merrill  <jason@yorick.cygnus.com>
13974         * Makefile.in (taz): tex3patch moved to texinfo/util.
13976 Sat Jun 15 17:13:25 1996  Geoffrey Noer <noer@cygnus.com>
13978         * configure: enable_gdbtk=no for cygwin32-hosted toolchains
13979         * configure.in: remove make from disable-if-Can-Cross list
13980                 enable gdb if ${host} and ${target} are cygwin32
13982 Fri Jun  7 18:16:52 1996  Harlan Stenn <harlan@pfcs.com>
13984         * config.guess (i?86-ncr-sysv*):  Emit minor release numbers.
13985         Recognize the NCR 4850 machine and NCR Pentium-based platforms.
13987 Wed Jun  5 00:09:17 1996  Per Bothner  <bothner@wombat.gnu.ai.mit.edu>
13989         * config.guess:  Combine mips-mips-riscos cases, and use cpp to
13990         distinguish sysv/svr4/bsd variants.
13991         Based on a patch from Harlan Stenn <harlan@pfcs.com>.
13993 Fri Jun  7 14:24:49 1996  Tom Tromey  <tromey@creche.cygnus.com>
13995         * configure.in: Added copyright notice.
13996         * move-if-change: Added copyright notice.
13998 Thu Jun  6 16:27:05 1996  Michael Meissner  <meissner@tiktok.cygnus.com>
14000         * configure.in (powerpcle-*-solaris*): Until we get shared
14001         libraries working, don't build gdb, sim, make, tcl, tk, or
14002         expect.
14004 Tue Jun  4 20:41:45 1996  Per Bothner  <bothner@deneb.cygnus.com>
14006         * config.guess:  Merge with FSF:
14008         Mon Jun  3 08:49:14 1996  Karl Heuer  <kwzh@gnu.ai.mit.edu>
14009         * config.guess (*:Linux:*:*): Add guess for sparc-unknown-linux.
14011         Fri May 24 18:34:53 1996  Roland McGrath  <roland@delasyd.gnu.ai.mit.edu>
14012         * config.guess (AViiON:dgux:*:*): Fix typo in recognizing mc88110.
14014         Fri Apr 12 20:03:59 1996  Per Bothner  <bothner@spiff.gnu.ai.mit.edu>
14015         * config.guess:  Combine two OSF1 rules.
14016         Also recognize field test versions.  From mjr@zk3.dec.com.
14017         * config.guess (dgux):  Use /usr/bin/uname rather than uname,
14018         because GNU uname does not support -p.  From pmr@pajato.com.
14020 Tue Jun  4 11:07:25 1996  Tom Tromey  <tromey@csk3.cygnus.com>
14022         * Makefile.in (MAKEDIRS): Removed $(tooldir).
14024 Tue May 28 12:30:50 1996  Stan Shebs  <shebs@andros.cygnus.com>
14026         * mpw-README: Document GCCIncludes.
14028 Sun May 26 15:16:27 1996  Fred Fish  <fnf@cygnus.com>
14030         * configure.in (alpha-*-linux*): Set enable_shared to yes.
14032 Tue May 21 15:41:39 1996  Stan Shebs  <shebs@andros.cygnus.com>
14034         * mpw-configure: Handle --enable-FOO and --disable-FOO.
14036 Mon May 20 10:12:29 1996  Geoffrey Noer  <noer@cygnus.com>
14038         * configure.in (*-*-cygwin32): Configure make.
14040 Tue May  7 14:19:42 1996  Tom Tromey  <tromey@snuffle.cygnus.com>
14042         * Makefile.in (inet-install): Quote value of INSTALL_MODULES.
14044 Fri May  3 08:57:17 1996  Tom Tromey  <tromey@lisa.cygnus.com>
14046         * Makefile.in (all-inet): Depend on all-perl.
14048         * Makefile.in (inet-install): New target.
14050         * Makefile.in (all-inet): Depend on all-tcl.
14051         (all-inet): Depend on all-send-pr.
14053 Tue Apr 30 13:55:51 1996  Michael Meissner  <meissner@tiktok.cygnus.com>
14055         * configure.in (powerpcle-*-solaris*): Turn off tk and tcl
14056         temporarily.
14058 Thu Apr 25 11:48:20 1996  Ian Lance Taylor  <ian@cygnus.com>
14060         * configure.in: Don't configure --with-gnu-ld on AIX.
14062 Thu Apr 25 06:33:36 1996  Michael Meissner  <meissner@wogglebug.tiac.net>
14064         * configure.in (powerpcle-*-solaris*): Turn off gdb temporarily.
14066 Tue Apr 23 09:07:39 1996  Tom Tromey  <tromey@creche.cygnus.com>
14068         * Makefile.in (ALL_MODULES): Added all-inet.
14069         (CROSS_CHECK_MODULES): Added check-inet.
14070         (INSTALL_MODULES): Added install-inet.
14071         (CLEAN_MODULES): Added clean-inet.
14072         (all-indent): New target.
14074         * configure.in (host_tools): Added inet.
14075         (native_only): Added inet.
14076         (noconfigdirs): Added inet.
14078 Fri Apr 19 15:35:29 1996  Ian Lance Taylor  <ian@cygnus.com>
14080         * configure.in: Don't configure libgloss if we are not configuring
14081         newlib.
14083 Wed Apr 17 19:30:01 1996  Rob Savoye  <rob@chinadoll.cygnus.com>
14085         * configure.in: Don't configure libgloss for unsupported
14086         architectures.
14088 Tue Apr 16 11:17:05 1996  Michael Meissner  <meissner@tiktok.cygnus.com>
14090         * Makefile.in (CLEAN_MODULES): Add clean-apache.
14092 Mon Apr 15 15:09:05 1996  Tom Tromey  <tromey@creche.cygnus.com>
14094         * Makefile.in (ALL_MODULES): Include all-apache.
14095         (CROSS_CHECK_MODULES): Include check-apache.
14096         (INSTALL_MODULES): Include install-apache.
14097         (all-apache): New target.
14099         * configure.in: Added apache everywhere perl is seen.
14101 Mon Apr 15 14:59:13 1996  Michael Meissner  <meissner@tiktok.cygnus.com>
14103         * Makefile.in: Add support for clean-{module} and
14104         clean-target-{module} rules.
14106 Wed Apr 10 21:37:41 PDT 1996  Marilyn E. Sander <msander@cygnus.com>
14108         * configure.in (*-*-ose) do not build libgloss.
14110 Mon Apr  8 16:16:20 1996  Michael Meissner  <meissner@tiktok.cygnus.com>
14112         * config.guess (prep*:SunOS:5.*:*): Turn into
14113         powerpele-unknown-solaris2.
14115 Mon Apr  8 14:45:41 1996  Ian Lance Taylor  <ian@cygnus.com>
14117         * configure.in: Permit --enable-shared to specify a list of
14118         directories.
14120 Fri Apr  5 08:17:57 1996  Jason Molenda  (crash@phydeaux.cygnus.com)
14122         * configure.in (host==solaris): Pass only the first word of $CC
14123         to /usr/bin/which when checking if we're using /usr/ccs/bin/cc.
14125 Fri Apr  5 03:16:13 1996  Jason Molenda  (crash@phydeaux.cygnus.com)
14127         * Makefile.in (BASE_FLAGS_TO_PASS): pass down $(MAKE).
14129 Thu Mar 28 14:11:11 1996  Tom Tromey  <tromey@creche.cygnus.com>
14131         * Makefile.in (ALL_MODULES): Include all-perl.
14132         (CROSS_CHECK_MODULES): Include check-perl.
14133         (INSTALL_MODULES): Include install-perl.
14134         (ALL_X11_MODULES): Include all-guile.
14135         (CHECK_X11_MODULES): Include check-guile.
14136         (INSTALL_X11_MODULES): Include install-guile.
14137         (all-perl): New target.
14138         (all-guile): New target.
14140         * configure.in (host_tools): Include perl and guile.
14141         (native_only): Include perl and guile.
14142         (noconfigdirs): Don't build guile and perl; no ports have been
14143         done.
14145 Tue Mar 26 21:18:50 1996  Andrew Cagney  <cagney@kremvax.highland.com.au>
14147         * configure (--enable-*): Handle quoted option lists such as
14148         --enable-sim-cflags='-g0 -O' better.
14150 Thu Mar 21 11:53:08 1996  Michael Meissner  <meissner@tiktok.cygnus.com>
14152         * Makefile.in ({,inst}all-target): New rule so we can make and
14153         install all of the target directories easily.
14155 Wed Mar 20 18:10:57 1996  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
14157         * configure.in: Add missing global flag in sed substitution when
14158         deleting `target-' from ${configdirs}.
14160 Thu Mar 14 19:15:06 1996  Ian Lance Taylor  <ian@cygnus.com>
14162         * Makefile.in (DO_X): Don't get confused if CC contains `=' in an
14163         option.
14165         * configure.in (mips*-nec-sysvr4*): Use a host_makefile_frag of
14166         config/mh-necv4.
14168         * install.sh: Correct misspelling of transformbasename.
14170         * config.guess: Recognize mips-*-sysv*.
14172 Mon Mar 11 15:36:42 1996  Dawn Perchik  <dawn@critters.cygnus.com>
14174         * config.sub: Recognize mon960.
14176 Sun Mar 10 13:18:38 1996  Ian Lance Taylor  <ian@cygnus.com>
14178         * configure: Restore Canadian Cross handling of BISON and LEX,
14179         removed in Feb 20 change.
14181 Fri Mar  8 20:07:09 1996  Per Bothner  <bothner@kalessin.cygnus.com>
14183         * README:  Suggestions from Torbjorn Granlund <tege@matematik.su.se>:
14184         Mention make install.  Remove the old copyright date as well the
14185         clumsy and rather pointless copyright on the README file.
14187 Fri Mar  8 17:51:35 1996  Ian Lance Taylor  <ian@cygnus.com>
14189         * Makefile.in ($(CONFIGURE_TARGET_MODULES)): If there is a
14190         Makefile after running symlink-tree, then run `make distclean' to
14191         avoid clobbering any generated files in srcdir.
14193 Tue Mar  5 08:21:44 1996  J.T. Conklin  <jtc@rtl.cygnus.com>
14195         * configure.in (m68k-*-netbsd*): Build everything now.
14197 Wed Feb 28 12:25:46 1996  Jason Merrill  <jason@yorick.cygnus.com>
14199         * Makefile.in (taz): Fix quoting.
14201 Tue Feb 27 11:33:57 1996  Doug Evans  <dje@charmed.cygnus.com>
14203         * configure.in (sparclet-*-*): Build everything now.
14205 Tue Feb 27 14:31:51 1996  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
14207         * configure.in (m68k-*-linux*): New host.
14209 Mon Feb 26 14:32:44 1996  Ian Lance Taylor  <ian@cygnus.com>
14211         * configure: Check for bison before byacc.
14213 Tue Feb 20 23:12:35 1996  Stu Grossman  (grossman@critters.cygnus.com)
14215         * Makefile.in configure:  Change the way LEX and BISON/YACC are
14216         set.  configure now defines DEFAULT_LEX and DEFAULT_YACC by
14217         searching PATH.  These are used as fallbacks by Makefile.in if
14218         flex/bison/byacc aren't in objdir.
14220 Mon Feb 19 11:45:30 1996  Ian Lance Taylor  <ian@cygnus.com>
14222         * Makefile.in: Make everything which depends upon all-bfd also
14223         depend upon all-opcodes, in case --with-commonbfdlib is used.
14225 Thu Feb 15 19:50:50 1996  Michael Meissner  <meissner@tiktok.cygnus.com>
14227         * configure.in (host *-*-cygwin32): Don't build gdb if we are
14228         building NT native compilers on Unix.
14230 Thu Feb 15 17:42:25 1996  Ian Lance Taylor  <ian@cygnus.com>
14232         * configure.in: Don't get CC from the host Makefile fragment if we
14233         can find gcc in PATH, or if this is a Canadian Cross.  Move the
14234         Solaris test for /usr/ucb/cc to the post target script, just after
14235         the compiler sanity test.
14237 Wed Feb 14 16:57:40 1996  Ian Lance Taylor  <ian@cygnus.com>
14239         * config.sub: Merge with FSF.
14241 Tue Feb 13 14:27:48 1996  Ian Lance Taylor  <ian@cygnus.com>
14243         * Makefile.in (RPATH_ENVVAR): New variable.
14244         (REALLY_SET_LIB_PATH): Use it.
14245         * configure.in: On HP/UX, set RPATH_ENVVAR to SHLIB_PATH.
14247 Mon Feb 12 15:28:49 1996  Doug Evans  <dje@charmed.cygnus.com>
14249         * config.sub, configure.in: Recognize sparclet cpu.
14251 Mon Feb 12 15:33:59 1996  Christian Bauernfeind <chrisbfd@theorie3.physik.uni-erlangen.de>
14253         * config.guess:  Support m68k-cbm-sysv4.
14255 Sat Feb 10 12:06:42 1996  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
14257         * config.guess (*:Linux:*:*): Guess m68k-unknown-linux and
14258         m68k-unknown-linuxaout from linker help string.  Put quotes around
14259         $ld_help_string.
14261 Thu Dec  7 09:03:24 1995  Tom Horsley  <Tom.Horsley@mail.hcsc.com>
14263         * config.guess (powerpc-harris-powerunix): Add guess for port
14264         to new target.
14266 Thu Feb  8 15:37:52 1996  Brendan Kehoe  <brendan@lisa.cygnus.com>
14268         * config.guess (UNAME_VERSION): Recognize X4.x as an OSF version.
14270 Mon Feb  5 16:36:51 1996  Ian Lance Taylor  <ian@cygnus.com>
14272         * configure.in: If --enable-shared was used, set SET_LIB_PATH to
14273         $(REALLY_SET_LIB_PATH) in Makefile.
14274         * Makefile.in (SET_LIB_PATH): New variable.
14275         (REALLY_SET_LIB_PATH): New variable.
14276         ($(DO_X)): Use $(SET_LIB_PATH).
14277         (install.all, gcc-no-fixedincludes, $(ALL_MODULES)): Likewise.
14278         ($(NATIVE_CHECK_MODULES), $(CROSS_CHECK_MODULES)): Likewise.
14279         ($(INSTALL_MODULES), $(CONFIGURE_TARGET_MODULES)): Likewise.
14280         ($(ALL_TARGET_MODULES), $(CHECK_TARGET_MODULES)): Likewise.
14281         ($(INSTALL_TARGET_MODULES), $(ALL_X11_MODULES)): Likewise.
14282         ($(CHECK_X11_MODULES), $(INSTALL_X11_MODULES)): Likewise.
14283         (all-gcc, all-bootstrap, check-gcc, install-gcc): Likewise.
14284         (install-dosrel): Likewise.
14285         (all-opcodes): Depend upon all-libiberty.
14287 Sun Feb  4 16:51:11 1996  Steve Chamberlain  <sac@slash.cygnus.com>
14289         * config.guess (*:CYGWIN*): New
14291 Sat Feb  3 10:42:35 1996  Michael Meissner  <meissner@tiktok.cygnus.com>
14293         * Makefile.in (all-target-winsup): All all-target-libiberty.
14295 Fri Feb  2 17:58:56 1996  Michael Meissner  <meissner@tiktok.cygnus.com>
14297         * configure.in (noconfigdirs): Add missing # in front of comment.
14299 Thu Feb  1 14:38:13 1996  Geoffrey Noer  <noer@cygnus.com>
14301         * configure.in: add second pass to things added to noconfigdirs
14302         so *-gm-magic can exclude libgloss properly.
14304 Thu Feb  1 11:10:16 1996  Stan Shebs  <shebs@andros.cygnus.com>
14306         * mpw-configure (extralibs_name, rez_name): Set correctly
14307         for MWC68K compiler.
14309         * mpw-README: Add more info on the necessary build tools.
14311 Thu Feb  1 10:22:38 1996  Steve Chamberlain  <sac@slash.cygnus.com>
14313         * configure.in, config.sub: Recognize cygwin32.
14315 Wed Jan 31 14:17:10 1996  Richard Henderson  <rth@tamu.edu>
14317         * config.guess, config.sub: Recognize A/UX.
14319 Wed Jan 31 13:52:14 1996  Ian Lance Taylor  <ian@cygnus.com>
14321         * config.sub: Merge with gcc/config.sub.
14323 Thu Jan 25 11:01:10 1996  Raymond Jou  <rjou@mexican.cygnus.com>
14325         * mpw-build.in (do-binutils): Add build of stamps.
14327 Thu Jan 25 17:05:26 1996  James G. Smith  <jsmith@cygnus.co.uk>
14329         * config.sub: Add recognition for mips64vr4100*-* targets.
14331 Wed Jan 24 12:47:55 1996  Brendan Kehoe  <brendan@lisa.cygnus.com>
14333         * test-build.mk: Add checking of `hpux9' rather than just `hpux'.
14334         Add creation of gconfigargs with `--enable-shared' turned on.
14335         ($(host)-stamp-stage2-configured): Pass $(gconfigargs).
14336         ($(host)-stamp-stage3-configured): Likewise.
14337         (HOLES): Add chatr and ldd.
14338         (i386-ncr-sysv4.3*): Add use of /usr/ccs/bin in the PATH and HOLE_DIRS.
14340 Wed Jan 24 20:32:30 1996  Torbjorn Granlund  <tege@noisy.matematik.su.se>
14342         * configure: Pass --nfp to recursive configures.
14344 Mon Jan 22 10:41:56 1996  Steve Chamberlain  <sac@slash.cygnus.com>
14346         * Makefile.in (DLLTOOL): New.
14347         (DLLTOOL_FOR_TARGET): New.
14348         (EXTRA_HOST_FLAGS): Pass down DLLTOOL.
14349         (EXTRA_TARGET_FLAGS): Ditto.
14350         (EXTRA_GCC_FLAGS): Ditto.
14351         (CONFIGURE_TARGET_MODULES): Ditto.
14352         (DO_X): Ditto.
14353         * configure: Add DLLTOOL.
14355 Fri Jan 19 13:30:15 1996  Stan Shebs  <shebs@andros.cygnus.com>
14357         SCO OpenServer 5 changes from Robert Lipe <robertl@dgii.com>:
14358         * configure.in (i[345]86-*-sco3.2v5*): Use mh-sysv instead of
14359         mh-sco, since old workarounds no longer needed, and don't
14360         build ld, since libraries have weak symbols in COFF.
14362 Sun Jan 14 23:01:31 1996  Fred Fish  <fnf@cygnus.com>
14364         * Makefile.in (CONFIGURE_TARGET_MODULES): Add missing ';'.
14366 Fri Jan 12 15:25:35 1996  Ian Lance Taylor  <ian@cygnus.com>
14368         * configure.in: Make sure that ${CC} can be used to compile an
14369         executable.
14371 Sat Jan  6 07:23:33 1996  Michael Meissner  <meissner@wogglebug.tiac.net>
14373         * Makefile.in (all-gdb): Depend on $(GDB_TK).
14374         * configure (GDB_TK): Set GDB_TK to either "all-tcl all-tk" or
14375         nothing depending on whether gdbtk is being built.
14377 Wed Jan  3 17:54:41 1996  Doug Evans  <dje@canuck.cygnus.com>
14379         * Makefile.in (newlib.tar.gz): Delete building of newlib's info files.
14381 Mon Jan  1 19:09:14 1996  Brendan Kehoe  <brendan@rtl.cygnus.com>
14383         * configure.in (noconfigdirs): Put ld or gas in this early, if the
14384         user specifically used --with-gnu-ld=no or --with-gnu-as=no.
14386 Sat Dec 30 16:08:57 1995  Doug Evans  <dje@canuck.cygnus.com>
14388         * config-ml.in: Add support for
14389         --disable-{softfloat,m68881,m68000,m68020} on m68*-*-*.
14390         Simplify setting of multidirs from --disable-foo.
14392 Fri Dec 29 07:56:11 1995  Michael Meissner  <meissner@tiktok.cygnus.com>
14394         * Makefile.in (EXTRA_GCC_FLAGS): If any of the make variables
14395         LANGUAGES, BOOT_CFLAGS, STMP_FIXPROTO, LIMITS_H_TEST,
14396         LIBGCC1_TEST, LIBGCC2_CFLAGS, LIBGCC2_INCLUDES, and ENQUIRE are
14397         non-empty, pass them on to the  GCC make.
14398         (all-bootstrap): New rule that is like all-gcc, except it executes
14399         the GCC bootstrap rule instead of the GCC all rule.
14401 Wed Dec 27 15:51:48 1995  Doug Evans  <dje@canuck.cygnus.com>
14403         * config-ml.in (ml_realsrcdir): New, to account for ${subdir}.
14405 Tue Dec 26 11:45:31 1995  Michael Meissner  <meissner@tiktok.cygnus.com>
14407         * config.guess (AViiON:dgux:*:*): Update from FSF to add pentium
14408         DG/UX support.
14410 Fri Dec 15 10:01:27 1995  Stan Cox  <coxs@dg-rtp.dg.com>
14412         * config.sub (i*86*) Change [345] to [3456]
14414 Wed Dec 20 17:41:40 1995  Brendan Kehoe  <brendan@lisa.cygnus.com>
14416         * configure.in (noconfigdirs): Add gas or ld if --with-gnu-as=no or
14417         --with-gnu-ld=no.
14419 Wed Dec 20 15:15:35 1995  Michael Meissner  <meissner@tiktok.cygnus.com>
14421         * config-ml.in (rs6000*, powerpc*): Add switches to control which
14422         AIX multilibs get built.
14424 Mon Dec 18 17:55:46 1995  Jason Molenda  (crash@phydeaux.cygnus.com)
14426         * configure.in (i386-win32): Don't build expect if we're not
14427         building the tcl subdir.
14429 Mon Dec 18 11:47:19 1995  Stan Shebs  <shebs@andros.cygnus.com>
14431         * Makefile.in: (configure-target-examples, all-target-examples):
14432         New targets, configure and build example programs.
14434 Fri Dec 15 16:13:03 1995  Stan Shebs  <shebs@andros.cygnus.com>
14436         * mpw-configure: If an mpw-config.in generated a file mk.sed,
14437         use it as input to sedit the generated MPW makefile.
14438         * mpw-README: Add a suggestion about Gestalt.h.
14440 Wed Dec 13 16:43:51 1995  Ian Lance Taylor  <ian@cygnus.com>
14442         * config.sub: Accept *-*-ieee*.
14444 Tue Dec 12 11:52:57 1995  Ian Lance Taylor  <ian@cygnus.com>
14446         * Makefile.in (local-distclean): Remove $(TARGET_SUBDIR).  From
14447         Ronald F. Guilmette <rfg@monkeys.com>.
14449 Mon Dec 11 15:31:58 1995  Jason Molenda  (crash@phydeaux.cygnus.com)
14451         * configure.in (host==powerpc-pe): Add many directories to noconfigdirs
14452         for powerpc-pe native.
14453         (target==i386-win32): add tcl, make to noconfigdirs if canadian cross.
14454         (target==powerpc-pe): duplicate i386-win32 entry.
14456 Sat Dec  9 14:58:28 1995  Jim Wilson  <wilson@chestnut.cygnus.com>
14458         * configure.in (noconfigdirs): Exclude target-newlib for all versions
14459         of vxworks, not just vxworks5.1.
14461 Mon Dec  4 12:05:40 1995  Stan Shebs  <shebs@andros.cygnus.com>
14463         * mpw-configure: Add support for exec-prefix.
14465 Mon Dec  4 10:22:50 1995  Jeffrey A. Law  <law@rtl.cygnus.com>
14467         * config.guess: Recognize HP model 816 machines as having
14468         a PA1.1 processor.
14470 Mon Dec  4 12:38:15 1995  Ian Lance Taylor  <ian@cygnus.com>
14472         * configure: Ignore new autoconf configure options.
14474 Thu Nov 30 16:57:33 1995  Per Bothner  <bothner@wombat.gnu.ai.mit.edu>
14476         * config.guess:  Recognize Pentium under SCO.
14477         From Robert Lipe <robertl@arnet.com>.
14479 Wed Nov 29 13:49:08 1995  J.T. Conklin  <jtc@rtl.cygnus.com>
14481         * configure.in (noconfigdirs): Disable target-libio on v810-*-*.
14483 Wed Nov 29 12:12:01 1995  Ian Lance Taylor  <ian@cygnus.com>
14485         * configure.in: Don't configure gas for alpha-dec-osf*.
14487 Tue Nov 28 17:16:48 1995  Ian Lance Taylor  <ian@cygnus.com>
14489         * configure.in: Default to --with-stabs for some targets for which
14490         it makes sense: mips*-*-*, alpha*-*-osf*, i[345]86*-*-sysv4* and
14491         i[345]86*-*-unixware*.
14493 Mon Nov 27 13:44:15 1995  Ian Lance Taylor  <ian@cygnus.com>
14495         * config-ml.in: Get list of multidirs using gcc --print-multi-lib
14496         rather than basing it on the target.  Simplify handling of options
14497         controlling which directories to configure.  Remove extraneous
14498         slash in multi-clean target.
14500 Fri Nov 24 17:29:29 1995  Doug Evans  <dje@deneb.cygnus.com>
14502         * config-ml.in: Prefix more variables with ml_ so they don't collide
14503         with configure's.
14505 Wed Nov 22 11:27:02 1995  Ian Lance Taylor  <ian@cygnus.com>
14507         * configure: Don't turn -v into --v.
14509 Tue Nov 21 16:48:02 1995  Doug Evans  <dje@deneb.cygnus.com>
14511         * configure.in (targargs): Fix typo.
14513         * Makefile.in (DEVO_SUPPORT): Add symlink-tree.
14515 Tue Nov 21 14:08:28 1995  Ian Lance Taylor  <ian@cygnus.com>
14517         * configure.in: Strip --host and --target options from
14518         CONFIG_ARGUMENTS, and always configure for --host only.  Add
14519         --with-cross-host option when building with a cross-compiler.
14520         * configure: Canonicalize the arguments put into config.status by
14521         always using `=' for an option with an argument.  Pass a presumed
14522         --host or --target explicitly.
14524 Fri Nov 17 17:50:30 1995  Stan Shebs  <shebs@andros.cygnus.com>
14526         * config.sub: Merge -macos*, -magic*, -pe*, and -win32 cases
14527         into general OS recognition case.
14529 Fri Nov 17 17:42:25 1995  Jason Molenda  (crash@phydeaux.cygnus.com)
14531         * configure.in (target_configdirs): add target-winsup only
14532         for win32 target systems.
14534 Thu Nov 16 14:04:47 1995  Ian Lance Taylor  <ian@cygnus.com>
14536         * Makefile.in (all-target-libgloss): Depend upon
14537         configure-target-newlib, since when libgloss is built it looks to
14538         see if the newlib directory exists.
14540 Wed Nov 15 14:47:52 1995  Ken Raeburn  <raeburn@cygnus.com>
14542         * Makefile.in (DEVO_SUPPORT): Use config-ml.in instead of
14543         cfg-ml-*.in.
14545 Wed Nov 15 11:45:23 1995  Ian Lance Taylor  <ian@cygnus.com>
14547         * configure: Handle LD and LD_FOR_TARGET when configuring a
14548         Canadian Cross.
14550 Tue Nov 14 14:56:11 1995  Jason Molenda  (crash@phydeaux.cygnus.com)
14552         * configure.in (target_libs): add target-winsup.
14553         (target==i386-win32): add patch diff flex make to $noconfigdirs.
14554         (target==ppcle-pe): remove ld from $noconfigdirs.
14556 Tue Nov 14 01:25:50 1995  Doug Evans  <dje@canuck.cygnus.com>
14558         * Makefile.in (CONFIGURE_TARGET_MODULES): Pass --with-target-subdir.
14559         Preserve relative path names in $srcdir.  Build symlink tree if
14560         configuring cross target dir and srcdir=. (= no VPATH support).
14561         (configure-target-libg++): Depend on configure-target-librx.
14562         * cfg-ml-com.in, cfg-ml-pos.in: Deleted.
14563         * config-ml.in: New file.
14564         * symlink-tree: New file.
14565         * configure: Ensure srcdir="." if that's what it is.
14567 Mon Nov 13 12:34:20 1995  Stan Shebs  <shebs@andros.cygnus.com>
14569         * mpw-README: Clarify some phrasing, add notes about CodeWarrior
14570         includes and FLEX_SKELETON setting.
14571         * mpw-configure (--with-gnu-ld): New option, controls whether
14572         to use PPCLink or ld with PowerMac GCC.
14573         * mpw-build.in (all-grez, do-grez, install-grez): New targets.
14574         * mpw-config.in: Configure grez if targeting Mac.
14576         * config.sub: Accept pmac and pmac-mpw as names for PowerMacs,
14577         accept mpw and mac-mpw as names for m68k Macs, change macos7 to
14578         just macos.
14579         * configure.in: Configure grez resource compiler if targeting Mac.
14580         * Makefile.in (all-grez, install-grez): New targets.
14582 Wed Nov  8 17:33:51 1995  Jason Merrill  <jason@yorick.cygnus.com>
14584         * configure: CXX defaults to gcc, not g++.  If we find
14585         gcc in the path, set CC to gcc -O2.
14587 Tue Nov  7 15:45:17 1995  Ian Lance Taylor  <ian@cygnus.com>
14589         * configure: Default ${build} correctly.  Avoid picking up extra
14590         spaces when reading CC and CXX from Makefile.  When doing a
14591         Canadian Cross, use plausible default values for numerous
14592         variables.
14593         * configure.in: When doing a Canadian Cross, don't try to
14594         configure tools whose configure script can't handle it.
14596 Mon Nov  6 19:32:17 1995  Jim Wilson  <wilson@chestnut.cygnus.com>
14598         * cfg-ml-com.in (sh-*-*): Add m2 and ml/m2 to multidirs.
14600 Sun Nov  5 00:15:41 1995  Per Bothner  <bothner@kalessin.cygnus.com>
14602         * configure:  Remove dubious bug reporting address.
14604 Fri Nov  3 08:17:54 1995  Per Bothner  <bothner@kalessin.cygnus.com>
14606         * Makefile.in ($(CONFIGURE_TARGET_MODULES)):  If subdir has
14607         configure script, run that instead of this directory's configure.
14608         In either case, print a message that we're configuring the sub-dir.
14610 Thu Nov  2 23:23:36 1995  Per Bothner  <bothner@kalessin.cygnus.com>
14612         * configure.in: Before checking for the existence of various files,
14613         use sed to filter out "target-".
14615 Thu Nov  2 13:24:56 1995  Ian Lance Taylor  <ian@cygnus.com>
14617         * Makefile.in (DO_X): Split rule to decrease command line length
14618         for systems with small ARG_MAX values.  From phdm@info.ucl.ac.be
14619         (Philippe De Muyter).
14621 Wed Nov  1 15:18:35 1995  Jason Molenda  (crash@phydeaux.cygnus.com)
14623         * Makefile.in (all-patch): depend on all-libiberty.
14625 Wed Nov  1 12:23:20 1995  Ian Lance Taylor  <ian@cygnus.com>
14627         * configure.in: If the only directory in target_configdirs which
14628         actually exists is libiberty, then set target_configdirs to empty,
14629         to avoid trying to build a target libiberty in a gas or gdb
14630         distribution.
14632 Tue Oct 31 17:52:39 1995  J.T. Conklin  <jtc@slave.cygnus.com>
14634         * configure.in (host_makefile_frag): Use m68k-sun-sunos* instead
14635         of m68k-sun-* when selecting mh-sun3 to avoid matching NetBSD/sun3
14636         systems.
14638 Tue Oct 31 16:57:32 1995  Jim Wilson  <wilson@chestnut.cygnus.com>
14640         * configure.in (copy_dirs): Use sys-include instead of include
14641         for --with-headers option.
14643 Tue Oct 31 10:29:36 1995  steve chamberlain  <sac@slash.cygnus.com>
14645         * Makefile.in, configure.in: Make winsup builds work with
14646         new scheme.
14648 Mon Oct 30 18:57:09 1995  Ian Lance Taylor  <ian@cygnus.com>
14650         * configure.in: Build the linker on AIX.
14652 Mon Oct 30 12:27:16 1995  Per Bothner  <bothner@kalessin.cygnus.com>
14654         * Makefile.in (CC_FOR_TARGET, CXX_FOR_TARGET):  Add $(TARGET_SUBDIR)
14655         where needed.
14657 Mon Oct 30 12:45:25 1995  Doug Evans  <dje@cygnus.com>
14659         * Makefile.in (all-gcc): Fix typo.
14661 Sat Oct 28 10:27:59 1995  Per Bothner  <bothner@kalessin.cygnus.com>
14663         * Makefile.in ($(CHECK_TARGET_MODULES)):  Fix typo.
14665 Fri Oct 27 23:14:12 1995  Per Bothner  <bothner@kalessin.cygnus.com>
14667         * configure.in:  Rename libFOO to target-libFOO, and xiberty
14668         to target-xiberty, to provide more flexibility.
14669         (target_subdir):  Define.  Create if cross.
14670         Set TARGET_SUBDIR in Makefile to ${target_subdir}.
14671         * Makefile.in:  Rename all-libFOO -> all-target-libFOO, all-xiberty
14672         -> all-target-libiberty, configure-libFOO -> configure-target-libFOO,
14673         check-libFOO -> check-target-libFOO, etc.
14674         ($(DO_X)):  Iterate over TARGET_CONFIGDIRS after SUBDIRS.
14675         ($(CONFIGURE_TARGET_MODULES), $(CHECK_TARGET_MODULES),
14676         $(ALL_TARGET_MODULES), $(INSTALL_TARGET_MODULES)): Update accordingly.
14677         (configure-target-XXX):  Depend on $(ALL_GCC), not all-gcc, to
14678         allow ALL_GCC="" to only configure.
14679         (DEVO_SUPPORT):  Add cfg-ml-com.in and cfg-ml-pos.in.
14680         (ETC_SUPPORT, ETC_SUPPORT_PFX):  Merge;  update 'taz' accordingly.
14681         (LIBGXX_SUPPORT_DIRS):  Remove xiberty.
14683 Sat Oct 28 01:53:49 1995  Ken Raeburn  <raeburn@cygnus.com>
14685         * Makefile.in (taz): Build "info" in etc explicitly.
14687 Fri Oct 27 09:32:30 1995  Stu Grossman  (grossman@cygnus.com)
14689         * configure.in:  Make sure that CC is undefined (as opposed to
14690         null) if toplevel/config/mh-{host} doesn't define it.  Fixes a
14691         problem with autoconf trying to configure on a host without GCC.
14693 Thu Oct 26 22:35:01 1995  Stan Shebs  <shebs@andros.cygnus.com>
14695         * mpw-configure: Set host alias from choice of host compiler,
14696         only use generic MPW Makefile sed if present, edit a file
14697         named "hacked_Makefile.in" instead of "Makefile.in" if present.
14698         * mpw-README: Add problem notes about CW6 and CW7.
14700 Thu Oct 26 05:45:10 1995  Ken Raeburn  <raeburn@kr-pc.cygnus.com>
14702         * Makefile.in (taz): Use ";" instead of ";;".
14704 Wed Oct 25 15:18:24 1995  Per Bothner  <bothner@kalessin.cygnus.com>
14706         * Makefile.in (taz):  Grep for '^diststuff:' or '^info:' in
14707         sub-directory Makefiles, instead of using DISTSTUFFDIRS and
14708         DISTDOCDIRS.
14709         (DISTSTUFFDIRS, DISTDOCDIRS):  Removed - no longer used.
14710         (newlib.tar.gz):  Don't pass DISTDOCDIRS to recursive make.
14712 Wed Oct 25 14:43:55 1995  Per Bothner  <bothner@kalessin.cygnus.com>
14714         * Makefile.in (DISTDOCDIRS):  Remove ld gprof bnutils gas libg++ gdb
14715         and gnats, because they are now subsumed by DISTSTUFFDIRS.
14716         Move bfd to DISTSTUFFDIRS.
14718 Tue Oct 24 18:19:09 1995  Jason Molenda  (crash@phydeaux.cygnus.com)
14720         * Makefile.in (X11_LIB): Removed.
14721         (X11_FLAGS_TO_PASS): pass only X11_EXTRA_CFLAGS and X11_EXTRA_LIBS.
14723         * configure.in (host_makefile_frag): mh-aix & mh-sun removed.
14725 Sun Oct 22 13:04:42 1995  Michael Meissner  <meissner@tiktok.cygnus.com>
14727         * cfg-ml-com.in (powerpc*): Shorten some of the multilib directory
14728         names.
14730 Fri Oct 20 18:02:10 1995  Michael Meissner  <meissner@tiktok.cygnus.com>
14732         * cfg-ml-com.in (powerpc*-eabi*): Add mcall-aixdesc varients.
14734 Thu Oct 19 10:40:57 1995  steve chamberlain  <sac@slash.cygnus.com>
14736         * configure.in (i[345]86-*-win32): Always build newlib.
14737         Don't configure cvs, autoconf or texinfo.
14738         * Makefile.in (LD_FOR_TARGET): New.
14739         (BASE_FLAGS_TO_PASS, EXTRA_TARGET_FLAGS, CONFIGURE_TARGET_MODULES):
14740         Pass down LD_FOR_TARGET.
14742 Wed Oct 18 15:53:56 1995  steve chamberlain  <sac@slash.cygnus.com>
14744         * winsup: New directory.
14745         * Makefile.in: Build winsup.
14746         * configure.in: Winsup is configured when target is win32.
14747         Can only build win32 target GDB when native.
14749 Mon Oct 16 09:42:31 1995  Jeffrey A Law  (law@cygnus.com)
14751         * config.guess: Recognize HP model 819 machines as having
14752         a PA 1.1 processor.
14754 Mon Oct 16 10:49:43 1995  Ian Lance Taylor  <ian@cygnus.com>
14756         * configure: Fix sed loop which substitutes for CC and CXX to
14757         avoid bug found in various sed implementations.
14759 Wed Oct 11 16:16:20 1995  Michael Meissner  <meissner@tiktok.cygnus.com>
14761         * cfg-ml-com.in (powerpc-*-eabisim): Delete separate rule for
14762         simulator.  Use standard powerpc-*-eabi*.
14764 Mon Oct  9 17:21:56 1995  Ian Lance Taylor  <ian@cygnus.com>
14766         * configure.in: Stop putting gas and binutils in noconfigdirs for
14767         powerpc-*-aix* and rs6000-*-*.
14769 Mon Oct  9 12:38:40 1995  Michael Meissner  <meissner@cygnus.com>
14771         * cfg-ml-com.in (powerpc*-*-eabisim*): Add support for building
14772         -mcall-aixdesc libraries.
14774 Fri Oct  6 16:17:57 1995  Ken Raeburn  <raeburn@cygnus.com>
14776         Mon Sep 25 22:49:32 1995  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
14778         * config.sub (arm | armel | armeb): Fix shell syntax.
14780 Fri Oct  6 14:40:28 1995  Michael Meissner  <meissner@tiktok.cygnus.com>
14782         * cfg-ml-com.in ({powerpc,rs6000}-ibm-aix*): Add multilibs for
14783         -msoft-float and -mcpu=common support.
14784         (powerpc*-*-eabisim*): Add support for building -mcall-aix
14785         libraries.
14787 Thu Oct  5 13:26:37 1995  Brendan Kehoe  <brendan@lisa.cygnus.com>
14789         * configure.in: Allow configuration and build of emacs19 for the alpha.
14791 Wed Oct  4 22:05:36 1995  Jason Molenda  (crash@phydeaux.cygnus.com)
14793         * configure.in (CC): Get ^CC, not just any old CC, from
14794         ${host_makefile_frag}.
14796 Wed Oct  4 21:55:00 1995  Jason Molenda  (crash@phydeaux.cygnus.com)
14798         * configure.in (CC): Try to get CC from
14799         ${srcdir}/${host_makefile_frag}, not ${host_makefile_frag}.
14801 Wed Oct  4 21:44:12 1995  Jason Molenda  (crash@phydeaux.cygnus.com)
14803         * Makefile.in (TARGET_CONFIGDIRS): configure targetdirs
14804         only if it exists in $(srcdir).
14806 Wed Oct  4 11:52:31 1995  Ian Lance Taylor  <ian@cygnus.com>
14808         * configure: If CC and CXX are not set in the environment, set
14809         them, based on either an existing Makefile or on searching for gcc
14810         in PATH.  Substitute for CC and CXX in Makefile.
14811         * configure.in: Remove libm from target_libs.  Separate
14812         target_configdirs from configdirs.  If CC is not set in
14813         environment, try to get it from a host Makefile fragment.  Rewrite
14814         changes of configdirs to use skipdirs instead.  A few minor
14815         tweaks.  Take directories out of target_configdirs as they are
14816         taken out of configdirs.  Remove existing Makefile files from
14817         subdirectories.  Substitute for TARGET_CONFIGDIRS and
14818         CONFIG_ARGUMENTS in Makefile.
14819         * Makefile.in (TARGET_CONFIGDIRS): New variable, automatically set
14820         by configure.in.
14821         (CONFIG_ARGUMENTS): Likewise.
14822         (CONFIGURE_TARGET_MODULES): New variable.
14823         ($(DO_X)): Loop over TARGET_CONFIGDIRS as well as SUBDIRS.
14824         ($(CONFIGURE_TARGET_MODULES)): New target.
14825         (configure-libg++, configure-libio): New targets.
14826         (all-libg++): Depend upon configure-libg++.
14827         (all-libio): Depend upon configure-libio.
14828         (configure-libgloss, all-libgloss): New targets.
14829         (configure-libstdc++): New target.
14830         (all-libstdc++): Depend upon configure-libstdc++.
14831         (configure-librx, all-librx): New targets.
14832         (configure-newlib): New target.
14833         (all-newlib): Depend upon configure-newlib
14834         (configure-xiberty): New target.
14835         (all-xiberty): Depend upon configure-xiberty.
14837 Sat Sep 30 04:32:59 1995  Jason Molenda (crash@phydeaux.cygnus.com)
14839         * configure.in (host i[345]86-*-win32):  Expand the
14840         noconfigdirs again.
14842 Thu Sep 28 21:18:49 1995  Stan Shebs  <shebs@andros.cygnus.com>
14844         * mpw-configure: Fix sed command file name.
14846 Thu Sep 28 17:39:56 1995  steve chamberlain  <sac@slash.cygnus.com>
14848         * configure.in (host i[345]86-*-win32): Reduce the
14849         noconfigdirs again.
14851 Wed Sep 27 12:24:00 1995  Ian Lance Taylor  <ian@cygnus.com>
14853         * configure.in: Don't configure ld and gdb for powerpc*-*-winnt*
14854         or powerpc*-*-pe*, since they are not yet supported.
14856 Tue Sep 26 14:30:01 1995  Stan Shebs  <shebs@andros.cygnus.com>
14858         Add PowerMac support and many other enhancements.
14859         * mpw-configure: New option --cc to select compiler to use,
14860         paste options set according to --cc into the generated
14861         Makefile, generate the Makefile by sed'ing the Unix Makefile.in
14862         if mpw-make.sed is present.
14863         * mpw-config.in: Don't test for gC1, test for mpw-touch,
14864         add forward includes for PowerPC include files.
14865         * mpw-build.in: Build using Makefile.PPC if present.
14866         (do-byacc, etc): Remove separate version resource builds.
14867         (do-gas): Build "stamps" before "all".
14868         (do-gcc): Build "stamps-h" and "stamps-c" before "all".
14869         * mpw-README: Update to reflect --cc option, PowerMac support,
14870         and recently-reported compatibility problems.
14872 Fri Sep 22 12:15:42 1995  Doug Evans  <dje@deneb.cygnus.com>
14874         * cfg-ml-com.in (m68*-*-*): Only build multilibs for
14875         embedded m68k systems (-aout, -coff, -elf, -vxworks).
14876         (--with-multilib-top): Pass to recursive invocations.
14878 Tue Sep 19 13:51:05 1995  J.T. Conklin  <jtc@blues.cygnus.com>
14880         * configure.in (noconfigdirs): Disable libg++ and libstdc++ on
14881         v810-*-*.
14883 Mon Sep 18 23:08:26 1995  J.T. Conklin  <jtc@rtl.cygnus.com>
14885         * configure.in (noconfigdirs): Disable bfd, binutils, gas, gcc,
14886         gdb, ld and opcodes on v810-*-*.
14888 Tue Sep 12 18:03:31 1995  Ian Lance Taylor  <ian@cygnus.com>
14890         * Makefile.in (DO_X): Change do-realclean to do-maintainer-clean.
14891         (local-maintainer-clean): New target.
14892         (maintainer-clean): New target.
14893         (realclean): Just depend upon maintainer-clean.
14895 Fri Sep  8 17:11:14 1995  J.T. Conklin  <jtc@rtl.cygnus.com>
14897         * configure.in (noconfigdirs): Disable gdb on m68k-*-netbsd*.
14899 Fri Sep  8 16:46:29 1995  Ian Lance Taylor  <ian@cygnus.com>
14901         * configure.in: Build ld in mips*-*-bsd* case.
14903 Thu Sep  7 20:03:41 1995  Ken Raeburn  <raeburn@cygnus.com>
14905         * config.sub: Accept -lites* OS.  From Ian Dall.
14907 Fri Sep  1 08:06:58 1995  James G. Smith  <jsmith@beauty.cygnus.com>
14909         * config.sub: recognise mips64vr4300 and mips64vr4300el as valid
14910         targets.
14912 Wed Aug 30 21:06:50 1995  Jason Molenda  (crash@phydeaux.cygnus.com)
14914         * configure.in: treat i386-win32 canadian cross the same as
14915         i386-go32 canadian cross.
14917 Thu Aug 24 14:53:20 1995  Michael Meissner  <meissner@tiktok.cygnus.com>
14919         * cfg-ml-com.in (powerpc*-*-eabisim): Add support for PowerPC
14920         running under the simulator to build a reduced set of libraries.
14921         (powerpc-*-eabiaix): Add fine grained multilib support added to
14922         other powerpc targets yesterday.
14924 Wed Aug 23 09:41:56 1995  Michael Meissner  <meissner@tiktok.cygnus.com>
14926         * cfg-ml-com.in (powerpc*): Add support for -disable-biendian,
14927         -disable-softfloat, -disable-relocatable, -disable-aix, and
14928         -disable-sysv to control which multilib libraries get built.
14930 Thu Aug 17 16:03:41 1995  Ken Raeburn  <raeburn@kr-laptop.cygnus.com>
14932         * configure: Add Makefile.tem to list of files to remove in trap
14933         handler.
14935 Mon Aug 14 19:27:56 1995  Per Bothner  <bothner@kalessin.cygnus.com>
14937         * config.guess (*Linux*):  Add missing "exit"s.
14938         Also, need specific check for alpha-unknown-linux (uses COFF).
14940 Fri Aug 11 15:38:20 1995  Per Bothner  <bothner@kalessin.cygnus.com>
14942         * config.guess:  Merge with FSF:
14944         Wed Jun 28 17:57:27 1995  David Edelsohn  <edelsohn@mhpcc.edu>
14945         * config.guess (AIX4): More robust release numbering discovery.
14947         Thu Jun 22 19:01:24 1995  Kenneth Stailey  (kstailey@eagle.dol-esa.gov)
14948         * config.guess (i386-sequent-ptx): Properly get version number.
14950         Thu Jun 22 18:36:42 1995  Uwe Seimet  (seimet@iris1.chemie.uni-kl.de)
14951         * config.guess (mips:*:4*:UMIPS): New case.
14953 Mon Aug  7 09:21:35 1995  Doug Evans  <dje@canuck.cygnus.com>
14955         * configure.in (i386-go32 host): Fix typo (deja-gnu -> dejagnu).
14956         (i386-win32 host): Likewise.  Don't build readline.
14958 Sat Aug  5 09:51:49 1995  Fred Fish  <fnf@rtl.cygnus.com>
14960         * Makefile.in (GDBTK_SUPPORT_DIRS):  Define and pass as part of
14961         SUPPORT_FILES to submakes.
14963 Fri Aug  4 13:04:36 1995  Fred Fish  <fnf@cygnus.com>
14965         * Makefile.in (GDB_SUPPORT_DIRS): Add utils.
14966         (DEVO_SUPPORT): Add mpw-README, mpw-build.in, mpw-config.h and
14967         mpw-configure.
14969 Wed Aug  2 16:32:40 1995  Ken Raeburn  <raeburn@cygnus.com>
14971         * configure.in (appdirs): Use =, not ==, in test expression when
14972         trying to build the text to print in the warning message for
14973         Solaris users.
14975 Mon Jul 31 09:56:18 1995  steve chamberlain  <sac@slash.cygnus.com>
14977         * cfg-ml-com.in (z8k-*-coff): Add 'std' multilib build.
14979 Fri Jul 28 00:16:31 1995  Jeffrey A. Law  <law@rtl.cygnus.com>
14981         * config.guess: Recognize lynx-2.3.
14983 Thu Jul 27 15:47:59 1995  steve chamberlain  <sac@slash.cygnus.com>
14985         * config.sub (z8ksim): Deleted
14986         (z8k-*-coff): New, this is the one true name of the target.
14988 Thu Jul 27 14:33:33 1995  Doug Evans  <dje@canuck.cygnus.com>
14990         * cfg-ml-pos.in (dotdot): Work around SunOS sed bug.
14992 Thu Jul 27 13:31:05 1995  Fred Fish  (fnf@cygnus.com)
14994         * config.guess (*:Linux:*:*): First try asking the linker what the
14995         default object file format is (elf, aout, or coff).  Then if this
14996         fails, try previous methods.
14998 Thu Jul 27 11:28:17 1995  J.T. Conklin  <jtc@rtl.cygnus.com>
15000         * configure.in: Don't build newlib for *-*-vxworks5.1.
15002 Thu Jul 27 11:18:47 1995  Brendan Kehoe  <brendan@lisa.cygnus.com>
15004         * configure.in: Don't build newlib for a29k-*-vxworks5.1.
15005         * test-build.mk: Add setting of --with-headers for a29k-vxworks5.1.
15007 Tue Jul 25 21:25:39 1995  Doug Evans  <dje@canuck.cygnus.com>
15009         * cfg-ml-pos.in (MULTITOP): Trim excess trailing "/.".
15011 Fri Jul 21 10:41:12 1995  Doug Evans  <dje@canuck.cygnus.com>
15013         * cfg-ml-com.in: New file.
15014         * cfg-ml-pos.in: New file.
15016 Wed Jul 19 00:37:27 1995  Jeffrey A. Law  <law@rtl.cygnus.com>
15018         * COPYING.NEWLIB: Add HP free copyright to list.
15020 Tue Jul 18 10:58:51 1995  Michael Meissner  <meissner@tiktok.cygnus.com>
15022         * config.sub: Recognize -eabi* for the system, not just -eabi.
15024 Mon Jul  3 13:44:51 1995  Steve Chamberlain  <sac@slash.cygnus.com>
15026         * Makfile.in (DLLTOOL_FOR_TARGET): New name, pass it down.
15027         * config.sub, configure.in (win32): New target and host.
15029 Wed Jun 28 23:57:08 1995  Steve Chamberlain  <sac@slash.cygnus.com>
15031         * configure.in: Add i386-pe configuration.
15033 Fri Jun 23 14:28:44 1995  Stan Shebs  <shebs@andros.cygnus.com>
15035         * mpw-build.in (install): Install GDB after LD.
15037 Thu Jun 22 17:10:53 1995  Stan Shebs  <shebs@andros.cygnus.com>
15039         * mpw-config.in (elf/mips.h): Always forward-include, needed
15040         for GDB to build.
15042 Wed Jun 21 15:17:30 1995  Rob Savoye  <rob@darkstar.cygnus.com>
15044         * testsuite: New directory for customer acceptance and whole tool
15045         chain tests.
15047 Wed Jun 21 16:50:29 1995  Ken Raeburn  <raeburn@cujo.cygnus.com>
15049         * configure: If per-host line isn't found, but AC_OUTPUT is found
15050         and a configure script exists, run it instead.
15052 Thu Jun 15 21:09:24 1995  Per Bothner  <bothner@kalessin.cygnus.com>
15054         * config.guess:  Update from FSF, for alpha-dec-winnt3.5 and  Crays.
15056 Tue Jun 13 21:43:27 1995  Rob Savoye  <rob@darkstar.cygnus.com>
15058         * configure: Set build_{cpu,vendor,os,alias} to host values when
15059         --build isn't specified.
15061 Mon Jun  5 18:26:36 1995  Jason Merrill  <jason@phydeaux.cygnus.com>
15063         * Makefile.in (PICFLAG, PICFLAG_FOR_TARGET): New macros.
15064         (FLAGS_TO_PASS): Pass them.
15065         (EXTRA_TARGET_FLAGS): Ditto.
15067 Wed May 31 22:27:42 1995  Jim Wilson  <wilson@chestnut.cygnus.com>
15069         * Makefile.in (all-libg++): Depend on all-libstdc++.
15071 Thu May 25 22:40:59 1995  J.T. Conklin  <jtc@rtl.cygnus.com>
15073         * configure.in (noconfigdirs): Enable all packages for
15074           i386-unknown-netbsd.
15076 Sat May 20 13:22:31 1995  Angela Marie Thomas  <angela@cirdan.cygnus.com>
15078         * configure.in (noconfigdirs): Don't configure tk for i386-go32
15079         hosted builds (DOS builds)
15081 Thu May 18 18:08:49 1995  Ken Raeburn  <raeburn@kr-laptop.cygnus.com>
15083         Changes for ARM based on patches from Richard Earnshaw:
15084         * config.sub: Handle armeb and armel.
15085         * configure.in: Omit arm linker only for riscix.
15087 Thu May 11 17:23:26 1995  Per Bothner  <bothner@kalessin.cygnus.com>
15089         * config.guess:  Update from FSF.
15091 Tue May  9 15:52:05 1995  Michael Meissner  <meissner@cygnus.com>
15093         * config.sub: Recognize powerpcle as the little endian variant of
15094         the PowerPC.  Recgonize ppc as a PowerPC variant, and ppcle as a
15095         powerpcle variant.  Convert pentium into i586, not i486.  Add p5
15096         alias for i586.  Map new x86 variants p6, k5, nexgen into i586
15097         temporarily.
15099 Tue May  2 16:29:41 1995  Jeff Law  (law@snake.cs.utah.edu)
15101         * configure.in (hppa*-*-lites*): Treat like hppa*-*-*elf*.
15103 Sun Apr 30 21:38:09 1995  Jeff Law  (law@snake.cs.utah.edu)
15105         * config.sub: Accept -lites* as a basic system type.
15107 Thu Apr 27 11:33:29 1995  Michael Meissner  (meissner@cygnus.com)
15109         * config.guess (*:Linux:*:*): Check for whether the pre-BFD linker is
15110         installed, and if so return linuxoldld as the system name.
15112 Wed Apr 26 10:59:02 1995  Jeff Law  (law@snake.cs.utah.edu)
15114         * config.guess: Add hppa1.1-hp-lites support.
15116 Tue Apr 25 11:08:11 1995  Rob Savoye  <rob@darkstar.cygnus.com>
15118         * configure.in: Don't build newlib for m68k-vxworks5.1.
15120 Wed Apr 19 17:02:43 1995  Jim Wilson  <wilson@chestnut.cygnus.com>
15122         * configure.in (mips-sgi-irix6): Use mh-irix5.
15124 Fri Apr 14 15:21:17 1995  Doug Evans  <dje@chestnut.cygnus.com>
15126         * Makefile.in (all-gcc): Depend on all-ld (for libgcc1-test).
15128 Wed Apr 12 16:06:01 1995  Jason Merrill  <jason@phydeaux.cygnus.com>
15130         * test-build.mk: Enable building of shared libraries on IRIX 5 and
15131         OSF/1.  Fix compiler flags.
15132         * build-all.mk: Support Linux and OSF/1 3.0.  Fix compiler flags.
15134 Tue Apr 11 18:55:40 1995  Doug Evans  <dje@canuck.cygnus.com>
15136         * configure.in: Recognize --with-newlib.
15137         (sparc-*-sunos4*): Build sim, dejagnu, expect, tcl if cross target.
15139 Mon Apr 10 14:38:20 1995  Jason Molenda (crash@phydeaux.cygnus.com)
15141         * Makefile.in: move {all,check,install}-gdb from *_MODULES
15142         to *_X11_MODULES due to gdbtk needing X include files et al.
15144 Mon Apr 10 11:42:22 1995  Stan Shebs  <shebs@andros.cygnus.com>
15146         Merge in support for Mac MPW as a host.
15147         (Old change descriptions retained for informational value.)
15149         * mpw-config.in: Add generic include forwards for cpu-specific
15150         include files in aout and elf directories.
15152         * mpw-configure: Added copyright.
15153         * mpw-config.in: Check for presence of required build tools.
15154         (target_libs): Add newlib.
15155         (target_tools): Add examples.
15156         (Read Me): Generate as "Read Me for MPW" instead.
15157         * mpw-build.in: Base sub-builds on all-foo instead of do-foo.
15158         (all-byacc, do-byacc, all-flex, do-flex, do-newlib): New actions.
15159         (do-gas, do-gcc, do-gdb, do-ld): Build Version.r first.
15161         * mpw-configure: Remove subdir-specific makefile hackery,
15162         delete mk.tmp after using it.
15164         * mpw-build.in (all): Display start and end times.
15166         * mpw-configure (host_canonical): Set.
15167         (target_cpu): Always add to makefiles.
15168         (ARCHDEFS, EMUL): Add to makefile only if nonempty.
15169         (TM_FILE, XM_FILE, NM_FILE): No longer add to makefile.
15170         (mpw-mh-mpw): Look for in srcdir and srcroot.
15171         Use sed instead of mpw-edit-prefix to edit prefix definitions.
15173         * mpw-build.in: (install-only): New target.
15175         * mpw-configure (host_alias, target_alias): Rename from hostalias
15176         and targetalias, add into generated Makefile.
15177         (mk.tmp): If present, add into generated Makefile.
15178         * mpw-build.in (all-gas): Build config.h first before gas proper.
15180         * mpw-configure (config.status): Write only if changed.
15181         * mpw-config.in (readline): Configure it (not built, just used for
15182         definitions).
15184         * mpw-config.in (elf/mips.h): Add a forward include.
15186         * mpw-config.in: Forward-include most .h files in include into
15187         extra-include.
15188         (readline): Don't build.
15189         mpw-build.in (install): Install GDB.
15191         * mpw-configure (prefix, mpw_prefix): Handle it.
15192         * mpw-config.in (mmalloc, readline): Don't configure.
15193         * mpw-build.in (thisscript): Rename to ThisScript.
15194         Use mpw-build instead of BuildProgram everywhere.
15195         (mmalloc, readline): Don't build.
15196         * mpw-README: New file, basic documentation about the MPW port.
15198         * mpw-config.in: Use forward-include to create include files.
15200         * mpw-configure: Add more things to the top of each configured
15201         Makefile, including contents of config/mpw-mh-mpw.
15202         * mpw-config.in (extra-include): Create this directory and fill it
15203         with Posix-like include files when configuring.
15205         * config.sub (apple, mac, mpw): Add various aliases.
15207         * mpw-build.in: New file, top-level build script fragment for MPW.
15208         * mpw-configure: New file, configure script for MPW.
15209         * mpw-config.in: New file, config fragment for MPW.
15211 Fri Apr  7 19:33:16 1995  Jim Kingdon  (kingdon@lioth.cygnus.com)
15213         * configure.in (host_libs): Remove glob, since it is gone from the
15214         sources.
15216 Fri Mar 31 11:36:17 1995  Jason Molenda  (crash@phydeaux.cygnus.com)
15218         * Makefile.in: define empty GDB_NLM_DEPS var.
15220         * configure.in(target_makefile_frag): use config/mt-netware
15221         for netware targets.
15223 Thu Mar 30 13:51:43 1995  Ian Lance Taylor  <ian@cygnus.com>
15225         * config.sub: Merge in recent FSF changes.  Remove linux special
15226         cases.
15228 Tue Mar 28 14:47:34 1995  Jason Molenda (crash@phydeaux.cygnus.com)
15230         Revert this change:
15232         Tue Mar 30 10:03:09 1993  Ian Lance Taylor  (ian@cygnus.com)
15234                 * build-all.mk: Use CC=cc -Xs on Solaris.
15236 Tue Mar 21 10:43:32 1995  Jim Kingdon  (kingdon@lioth.cygnus.com)
15238         * glob/*: Removed.  Schauer's 24 Feb 1994 readline change made us
15239         stop using it.
15240         * Makefile.in: Nuke all references to glob subdirectory.
15242 Thu Mar 16 13:35:30 1995  Jason Merrill  <jason@phydeaux.cygnus.com>
15244         * configure.in: Fix --enable-shared logic in per-host.
15246 Mon Mar 13 12:33:15 1995  Ian Lance Taylor  <ian@cygnus.com>
15248         * configure.in (*-hp-hpux[78]*): Use mh-hpux8.
15250 Mon Mar  6 10:21:58 1995  Jim Kingdon  (kingdon@lioth.cygnus.com)
15252         * configure.in (noconfigdirs): Don't build gas on AIX, for
15253         powerpc*-*-aix* as well as for rs6000*-*-aix*.
15255 Wed Mar  1 12:51:53 1995  Ian Lance Taylor  <ian@cygnus.com>
15257         * configure: Fix --cache-file to work if the file argument is a
15258         relative path.
15260 Tue Feb 28 17:36:07 1995  Ian Lance Taylor  <ian@cygnus.com>
15262         * configure: If the --cache-file is used, pass it down to
15263         configure in subdirectories.
15265 Mon Feb 27 12:52:46 1995  Kung Hsu  <kung@mexican.cygnus.com>
15267         * config.sub: add vxworks29k configuration.
15269 Fri Feb 10 16:12:26 1995  Ken Raeburn  <raeburn@cujo.cygnus.com>
15271         * Makefile.in (taz): Do "diststuff" part quietly.
15273 Sun Feb  5 14:16:35 1995  Doug Evans  <dje@canuck.cygnus.com>
15275         * config.sub: Mini-merge with gcc/config.sub.
15277 Sat Feb  4 12:11:35 1995  Jim Wilson  <wilson@chestnut.cygnus.com>
15279         * config.guess (IRIX): Sed - to _.
15281 Fri Feb  3 11:54:42 1995  J.T. Conklin  <jtc@rtl.cygnus.com>
15283         * Makefile.in (source-vault, binary-vault): New targets.
15285 Thu Jan 26 13:00:11 1995  Michael Meissner  <meissner@cygnus.com>
15287         * config.sub: Recognize -eabi as a basic system type.
15289 Thu Jan 12 13:13:23 1995  Jason Merrill  <jason@phydeaux.cygnus.com>
15291         * configure.in (enable_shared stuff): Fix typo.
15293 Thu Jan 12 01:36:51 1995  deanm@medulla.LABS.TEK.COM (Dean Messing)
15295         * Makefile.in (BASE_FLAGS_TO_PASS): Fix typo in passing LIBCXXFLAGS*.
15297 Wed Jan 11 16:29:53 1995  Jason Merrill  <jason@phydeaux.cygnus.com>
15299         * Makefile.in (LIBCXXFLAGS_FOR_TARGET): Add -fno-implicit-templates.
15301 Mon Jan  9 12:48:01 1995  Jim Kingdon  <kingdon@lioth.cygnus.com>
15303         * configure.in (rs6000-*-*): Don't build gas.
15305 Wed Jan  4 23:53:49 1995  Ian Lance Taylor  <ian@tweedledumb.cygnus.com>
15307         * Makefile.in: Use /x/x/ instead of /brokensed/brokensed/, to
15308         reduce command line length.
15309         (AS_FOR_TARGET): Check for as.new, not Makefile.
15310         (NM_FOR_TARGET): Check for nm.new, not Makefile.
15312 Wed Jan  4 13:02:39 1995  Per Bothner  <bothner@kalessin.cygnus.com>
15314         * config.guess:  Merge from FSF.
15316 Thu Dec 15 17:11:37 1994  Ian Lance Taylor  <ian@sanguine.cygnus.com>
15318         * configure: Don't use $ when handling program_suffix.
15320 Mon Dec 12 12:09:37 1994  Stu Grossman  (grossman@cygnus.com)
15322         * configure.in:  Configure tk for hppa/hpux.
15324 Fri Dec  2 15:55:38 1994  Per Bothner  <bothner@kalessin.cygnus.com>
15326         * Makefile.in (LIBGXX_SUPPORT_DIRS):  Add libstdc++.
15328 Tue Nov 29 19:37:56 1994  Per Bothner  <bothner@kalessin.cygnus.com>
15330         * Makefile.in:  Move -fno-implicit-template from CXXFLAGS
15331         to LIBCXXFLAGS.  Tests are better run without it.
15333 Wed Nov 23 10:29:25 1994  Brendan Kehoe  (brendan@lisa.cygnus.com)
15335         * Makefile.in (all-ispell): Depend on all-emacs19 instead of all-emacs.
15337 Mon Nov 21 11:14:01 1994  J.T. Conklin  <jtc@rtl.cygnus.com>
15339         * configure.in (*-*-netware*): Don't configure xiberty.
15341 Mon Nov 14 08:49:15 1994  Stu Grossman  (grossman@cygnus.com)
15343         * configure.in:  Remove tk from native_only list.
15345 Fri Nov 11 15:31:26 1994  Bill Cox  (bill@rtl.cygnus.com)
15347         * build-all.mk: Add mips-ncd-elf target to sun4 targets
15348           for special NCD build.
15350 Mon Nov  7 20:58:17 1994  Ken Raeburn  <raeburn@cujo.cygnus.com>
15352         * Makefile.in (DEVO_SUPPORT): Remove configure.bat and
15353         makeall.bat, they're only useful for binutils snapshots.
15354         (binutils.tar.gz, gas+binutils.tar.gz): Add configure.bat and
15355         makeall.bat to specified SUPPORT_FILES.
15357 Mon Nov  7 17:25:18 1994  Bill Cox  (bill@cirdan.cygnus.com)
15359         * build-all.mk: Add Ericsson targets to sun4 and solaris
15360           hosts.  Add  BNR's sun4 target to solaris host, so their
15361           build-from-source will be tested in-house first.
15363 Sat Nov  5 18:43:30 1994  Jason Merrill  (jason@phydeaux.cygnus.com)
15365         * Makefile.in (LIBCFLAGS): New variable.
15366         (CFLAGS_FOR_TARGET): Ditto.
15367         (LIBCFLAGS_FOR_TARGET): Ditto.
15368         (LIBCXXFLAGS): Ditto.
15369         (CXXFLAGS_FOR_TARGET): Ditto.
15370         (LIBCXXFLAGS_FOR_TARGET): Ditto.
15371         (BASE_FLAGS_TO_PASS): Pass them.
15372         (EXTRA_TARGET_FLAGS): Ditto.
15374         * configure.in: Support --enable-shared.
15376 Sat Nov  5 15:44:00 1994  Per Bothner  <bothner@kalessin.cygnus.com>
15378         * configure.in (target_libs):  Include libstdc++ again.
15379         * config.guess:  Update from FSF (for FreeBSD).
15381 Thu Nov  3 16:32:30 1994  Ken Raeburn  <raeburn@cujo.cygnus.com>
15383         * Makefile.in (DEVO_SUPPORT): Include configure.bat and
15384         makeall.bat.
15385         (DISTDOCDIRS): Add `etc'.
15386         (ETC_SUPPORT_PFX): New variable.
15387         (taz): Include anything from etc starting with a word in
15388         ETC_SUPPORT_PFX.
15390 Wed Oct 26 16:19:35 1994  Ian Lance Taylor  <ian@sanguine.cygnus.com>
15392         * config.sub: Update for recent FSF changes.  Remove obsolete
15393         h8300hds entry.  Add -windows* and -osx as basic os.  Minor
15394         spacing changes.
15396 Thu Oct 20 18:41:56 1994  Per Bothner  <bothner@kalessin.cygnus.com>
15398         * configure.in (target_libs):  Remove libstdc++ for libg++-2.6.1.
15400         * config.guess:  Merge with FSF.
15401         * configure.in:  Match on i?86-ncr-sysv4.3, not i?86-ncr-sysv43.
15403 Thu Oct 20 19:26:56 1994  Ken Raeburn  <raeburn@cujo.cygnus.com>
15405         * configure: Since the "trap 0" handler will override the exit
15406         status on many systems, only use it for "exit 1", and make it set
15407         a non-zero exit status; reset it before "exit 0".  Also, check
15408         exit status of config.sub, and error out if it failed.
15410 Wed Oct 19 18:49:55 1994  Rob Savoye  (rob@cygnus.com)
15412         * Makefile.in: (ALL_TARGET_MODULES,INSTALL_TARGET_MODULES) Build
15413         and install libgloss.
15415 Tue Oct 18 15:25:24 1994  Ian Lance Taylor  <ian@sanguine.cygnus.com>
15417         * Makefile.in (all-binutils): Depend upon all-byacc.
15419         * configure.in: Don't build emacs on Irix 5.
15421 Mon Oct 17 16:22:12 1994  J.T. Conklin  (jtc@phishhead.cygnus.com)
15423         * configure.in (*-*-netware*): Add libio.
15425 Thu Oct 13 15:51:20 1994  Jason Merrill  (jason@phydeaux.cygnus.com)
15427         * Makefile.in (ALL_TARGET_MODULES): Add libstdc++.
15428         (CHECK_TARGET_MODULES): Ditto.
15429         (INSTALL_TARGET_MODULES): Ditto.
15430         (TARGET_LIBS): Ditto.
15431         (all-libstdc++): Note dependencies.
15433 Thu Oct 13 01:43:08 1994  Ken Raeburn  <raeburn@cujo.cygnus.com>
15435         * Makefile.in (BINUTILS_SUPPORT_DIRS): Add gas.
15437 Tue Oct 11 12:12:29 1994  Jason Merrill  (jason@phydeaux.cygnus.com)
15439         * Makefile.in (CXXFLAGS): Use -fno-implicit-templates instead of
15440         -fexternal-templates.
15442         * configure.in (target_libs): Add libstdc++.
15443         (noconfigdirs): Add libstdc++ as appropriate.
15445 Thu Oct  6 18:00:54 1994  Per Bothner  (bothner@kalessin.cygnus.com)
15447         * config.guess:  Update from FSF.
15449 Tue Oct  4 12:05:42 1994  Ian Lance Taylor  <ian@sanguine.cygnus.com>
15451         * configure: Use ${config_shell} when running ${configsub}.
15453 Mon Oct  3 14:28:34 1994  Doug Evans  <dje@canuck.cygnus.com>
15455         * config.sub: No longer recognize h8300h.
15457 Mon Oct  3 12:40:54 1994  Ian Lance Taylor  <ian@sanguine.cygnus.com>
15459         * config.sub: Remove extraneous differences between config.sub and
15460         gcc/config.sub.
15462 Sat Oct  1 00:23:12 1994  Ken Raeburn  <raeburn@cujo.cygnus.com>
15464         * Makefile.in (DISTSTUFFDIRS): Add gas.
15466 Thu Sep 22 19:04:55 1994  Doug Evans  (dje@canuck.cygnus.com)
15468         * COPYING.NEWLIB: New file.
15470 Mon Sep 19 18:25:40 1994  Per Bothner  (bothner@kalessin.cygnus.com)
15472         * config.guess (HP-UX):  Patch from Harlan Stenn
15473         <harlan@landmark.com> to also emit release level.
15475 Wed Sep  7 13:15:25 1994  Jim Wilson  (wilson@sphagnum.cygnus.com)
15477         * config.guess (sun4*:SunOS:*:*): Change '-JL' to '_JL'.
15479 Tue Sep  6 23:23:18 1994  Per Bothner  (bothner@kalessin.cygnus.com)
15481         * config.sub:  Merge nextstep cleanup from FSF.
15483 Mon Sep  5 05:01:30 1994  Ken Raeburn  (raeburn@kr-pc.cygnus.com)
15485         * configure.in (arm-*-*): Don't configure ld for this target.
15487 Thu Sep  1 09:35:00 1994  J.T. Conklin  (jtc@phishhead.cygnus.com)
15489         * configure.in (*-*-netware): don't configure libg++, libio,
15490           librx, or newlib.
15492 Wed Aug 31 13:52:08 1994  Ian Lance Taylor  (ian@sanguine.cygnus.com)
15494         * configure.in (alpha-dec-osf*): Use osf*, not osf1*.  Don't
15495         configure ld--it works, but it doesn't support shared libraries.
15497 Sun Aug 28 18:13:45 1994  Per Bothner  (bothner@kalessin.cygnus.com)
15499         * config.guess (*-unknown-freebsd*):  Get rid of possible
15500         trailing "(Release)" in version string.
15501         Patch from Paul Richards <paul@isl.cf.ac.uk>.
15503 Sat Aug 27 15:00:49 1994  Per Bothner  (bothner@kalessin.cygnus.com)
15505         * config.guess:  Fix i486-ncr-sysv43 -> i486-ncr-sysv4.3.
15506         Fix type: *-next-neststep -> *-next-nextstep.
15508         * config.guess:  Merge from FSF:
15510         Fri Aug 26 18:45:25 1994  Philippe De Muyter (phdm@info.ucl.ac.be)
15512         * config.guess: Recognize powerpc-ibm-aix3.2.5.
15514         Wed Apr 20 06:36:32 1994  Philippe De Muyter  (phdm@info.ucl.ac.be)
15516         * config.guess: Recognize UnixWare 1.1 (UNAME_SYSTEM is SYSTEM_V
15517         instead of UNIX_SV for UnixWare 1.0).
15519 Sat Aug 27 01:56:30 1994  Stu Grossman  (grossman@cygnus.com)
15521         * Makefile.in (all-gdb):  Add dependencies on all-gcc and all-ld
15522         to make gdb/nlm/* build after the compiler and linker.
15524 Fri Aug 26 14:30:05 1994  Per Bothner  (bothner@kalessin.cygnus.com)
15526         * config.guess (netbsd, freebsd, linux):  Accept any machine,
15527         not just i[34]86.
15528         (m68k-atari-sysv4):  Relocate to match FSF version.
15530         * config.guess:  More merges from the FSF:
15532         Add a space before function call or macro invocation.
15534         Tue May 10 16:53:55 1994  Roland McGrath (roland@churchy.gnu.ai.mit.edu)
15536         * config.guess: Add trap cmd to remove dummy.c and dummy when
15537         interrupted.
15539         Wed Apr 20 18:07:13 1994  Roland McGrath (roland@churchy.gnu.ai.mit.edu)
15541         * config.guess (dummy.c): Redirect stderr for `hostinfo' command.
15542         (dummy): Redirect stderr from compilation of dummy.c.
15544         Sat Apr  9 14:59:28 1994  Christian Kranz  (kranz@sent5.uni-duisburg.de)
15546         * config.guess: Distinguish between NeXTStep 2.1 and 3.x.
15548 Fri Aug 26 13:42:20 1994  Ken Raeburn  (raeburn@kr-laptop.cygnus.com)
15550         * configure: Accept and ignore --cache*, for compatibility with
15551         new autoconf.
15553 Fri Aug 26 13:05:27 1994  Per Bothner  (bothner@kalessin.cygnus.com)
15555         * config.guess:  Merge from FSF:
15557         Thu Aug 25 20:28:51 1994  Richard Stallman  <rms@mole.gnu.ai.mit.edu>
15559         * config.guess (Pyramid*:OSx*:*:*): New case.
15560         (PATH): Add /.attbin at end for finding uname.
15561         (dummy.c): Handle i860-alliant-bsd.  Follow whitespace conventions.
15563         Wed Aug 17 18:21:02 1994  Tor Egge  (tegge@pvv.unit.no)
15565         * config.guess (M88*:DolphinOS:*:*): New case.
15567         Thu Aug 11 17:00:13 1994  Stan Cox  (coxs@dg-rtp.dg.com)
15569         * config.guess (AViiON:dgux:*:*): Use TARGET_BINARY_INTERFACE
15570         to select whether to use ELF or COFF.
15572         Sun Jul 24 16:20:53 1994  Richard Stallman  <rms@mole.gnu.ai.mit.edu>
15574         * config.guess: Recognize i860-stardent-sysv and i860-unknown-sysv.
15576         Sun May  1 10:23:10 1994  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
15578         * config.guess: Guess the OS version for HPUX.
15580         Tue Mar  1 21:53:03 1994  Karl Heuer  (kwzh@hal.gnu.ai.mit.edu)
15582         * config.guess (UNAME_VERSION): Recognize aix3.2.4 and aix3.2.5.
15584 Fri Aug 26 11:19:08 1994  Ian Lance Taylor  (ian@sanguine.cygnus.com)
15586         * configure.in: Recognize --with-headers, --with-libs, and
15587         --without-newlib.
15588         * Makefile.in (all-xiberty): Depend upon all-ld.
15590 Wed Aug 24 12:36:50 1994  Ian Lance Taylor  (ian@sanguine.cygnus.com)
15592         * configure.in: Change i[34]86 to i[345]86.
15594 Mon Aug 22 10:58:33 1994  Ian Lance Taylor  (ian@sanguine.cygnus.com)
15596         * configure (version): A few more tweaks to help message.
15598 Fri Aug 19 12:40:25 1994  Per Bothner  (bothner@kalessin.cygnus.com)
15600         * Makefile.in:  Remove (for now) librx as a host library,
15601         now that we're building it for target.
15603 Fri Aug 19 10:49:17 1994  Ian Lance Taylor  (ian@sanguine.cygnus.com)
15605         * configure: Fix up help message; from karl@owl.hq.ileaf.com
15606         (Karl Berry).
15608 Tue Aug 16 16:11:08 1994  Per Bothner  (bothner@kalessin.cygnus.com)
15610         * configure.in:  Also configure librx.
15612 Mon Aug 15 16:51:45 1994  Per Bothner  (bothner@kalessin.cygnus.com)
15614         * Makefile.in:  Update various rules to reflect that librx
15615         is now needed for libg++.
15617 Fri Aug 12 18:07:21 1994  Ian Lance Taylor  (ian@sanguine.cygnus.com)
15619         * config.sub: Accept mips64orion and mips64orionel as a CPU name.
15621 Mon Aug  8 11:36:17 1994  Stan Shebs  (shebs@andros.cygnus.com)
15623         * configure.in: Configure the examples directory.
15625 Thu Aug  4 16:12:36 1994  Ian Lance Taylor  (ian@sanguine.cygnus.com)
15627         * configure: Simplify Jun 2 1994 change.
15629 Wed Aug  3 04:58:16 1994  D. V. Henkel-Wallace  (gumby@cygnus.com)
15631         * change CC to /usr/latest/bin/gcc for lynx host builds, since
15632         /bin/gcc isn't good enough to build gcc.
15634 Wed Jul 27 09:07:14 1994  Fred Fish  (fnf@cygnus.com)
15636         * Makefile.in (GDB_SUPPORT_FILES): Remove
15637         (setup-dirs-gdb, gdb.tar.gz, make-gdb.tar.gz):  Remove old rules.
15638         (gdb.tar.gz): Add new rule to use standard distribution building
15639         mechanism.
15641 Mon Jul 25 11:10:06 1994  Ian Lance Taylor  (ian@tweedledumb.cygnus.com)
15643         * configure.in: Warn about use of /usr/ucb/cc on Solaris.  From
15644         Bill Cox <bill@cygnus.com>.
15646 Sat Jul 23 12:19:46 1994  Per Bothner  (bothner@kalessin.cygnus.com)
15648         * config.guess:  Recognize ISC.  Patch from kwzh@gnu.ai.mit.edu.
15650 Fri Jul 22 17:53:59 1994  Stu Grossman  (grossman@cygnus.com)
15652         * configure:  Search current dir first in .gdbinit.
15654 Fri Jul 22 11:28:30 1994  Per Bothner  (bothner@kalessin.cygnus.com)
15656         * config.sub:  Recognize freebsd (merged from gcc config.sub).
15658 Thu Jul 21 14:10:52 1994  Per Bothner  (bothner@kalessin.cygnus.com)
15660         * config.sub:  Refer to NeXT's operating system as nextstep.
15662         * config.sub (case $basic_machine):  Re-order the cases, to match
15663         the order in the FSF version (which is mostly alphabethical).
15664         Merge in some additions and changes from the FSF.
15666 Sat Jul 16 12:03:08 1994  Stan Shebs  (shebs@andros.cygnus.com)
15668         * config.guess: Recognize m68k-atari-sysv4 and m88k-harris-csux7.
15669         * config.sub: Recognize cxux7.
15670         * configure.in: Use mh-cxux for m88k-harris-cxux*.
15672 Mon Jul 11 14:37:39 1994  Per Bothner  (bothner@kalessin.cygnus.com)
15674         * config.sub:  Fix typo powerpc -> powerpc-*.
15676 Sat Jul  9 13:03:43 1994  Michael Tiemann  (tiemann@blues.cygnus.com)
15678         * Makefile.in: `all-emacs19' depends on `all-byacc'.
15680         * Makefile.in: Add all-emacs19 and install-emacs19 rules (in
15681         parallel with all-emacs and install-emacs).  Top-level command
15682         `make all-emacs19 CC=gcc' now behaves as `make all-emacs CC=gcc'.
15684 Thu Jun 30 16:53:42 1994  Ian Lance Taylor  (ian@sanguine.cygnus.com)
15686         * test-build.mk ($(host)-stamp-stage2-installed): Remove
15687         $(relbindir)/make before doing ``make install'', and use
15688         $(GNU_MAKE) while doing it.  Avoids problem on SunOS with
15689         installing over running make binary.
15690         ($(host)-stamp-stage3-installed): Likewise.
15692 Tue Jun 28 13:43:25 1994  Jim Kingdon  (kingdon@lioth.cygnus.com)
15694         * config.guess: Recognize Mach.
15696 Mon Jun 27 16:41:14 1994  Ian Lance Taylor  (ian@sanguine.cygnus.com)
15698         * configure: Check ${exec_prefixoption}, not ${exec_prefix}, to
15699         see whether --exec-prefix was used.
15701 Sun Jun 26 21:15:54 1994  Per Bothner  (bothner@kalessin.cygnus.com)
15703         * README:  Explicitly mention libg++/README.  (Zoo's idea.)
15705 Tue Jun 21 12:45:55 1994  Jim Kingdon  (kingdon@lioth.cygnus.com)
15707         * Makefile.in: Add all-librx target similar to all-libproc.
15709 Wed Jun  8 23:11:55 1994  Stu Grossman  (grossman@cygnus.com)
15711         * config.guess:  Rearrange tests for Alpha-OSF1 to properly deal
15712         with post 1.2 uname bogosity.
15714 Thu Jun  9 00:27:59 1994  Ian Lance Taylor  (ian@tweedledumb.cygnus.com)
15716         * configure: Remove temporary files on receipt of a signal.
15718 Tue Jun  7 12:06:24 1994  Ian Lance Taylor  (ian@cygnus.com)
15720         * configure: If there is a package_makefile_frag, remove
15721         ${subdir}/Makefile.tem after copying it in.
15723 Mon Jun  6 21:35:02 1994  D. V. Henkel-Wallace  (gumby@cygnus.com)
15725         * build_all.mk: support rs6000 lynx identifies itself as
15726         rs6000-lynx-lynxos2.2.2.  Also, use /usr/cygnus/progressive/bin/gcc
15727         since /bin/gcc is too feeble to compile a modern gcc.
15729 Mon Jun  6 16:06:34 1994  Karen Christiansen (karen@cirdan.cygnus.com)
15731         * brought devo/test-build.mk update-to-date with progressive/
15732           test-build.mk. Add lynx targets and hppa flag info.
15734 Sat Jun  4 17:23:54 1994  Per Bothner  (bothner@kalessin.cygnus.com)
15736         * configure.in:  Use mh-ncrsvr43.  Patch from
15737         Tom McConnell <tmcconne@sedona.intel.com>.
15739 Fri Jun  3 17:47:24 1994  Per Bothner  (bothner@kalessin.cygnus.com)
15741         * config.guess (i386-unknown-bsdi):  No longer need to
15742         check #if defined(__bsdi__) && defined(__i386__).
15744 Thu Jun  2 18:56:46 1994  Ian Lance Taylor  (ian@tweedledumb.cygnus.com)
15746         * configure: Set program_transform_nameoption correctly.
15748 Thu Jun  2 10:57:06 1994  Karen Christiansen (karen@cirdan.cygnus.com)
15750         * brought build-all.mk update-to-date with progressive build-all.mk,
15751           added new targets and hppa info.
15753 Thu Jun  2 00:12:44 1994  Ian Lance Taylor  (ian@tweedledumb.cygnus.com)
15755         * configure: If config.guess result is a prefix of the user
15756         specified target, assume a native build and use the user specified
15757         target as the host alias.  Remove SunOS patch suffix removal hack.
15758         * configure.in: Remove SunOS patch suffix removal hack.
15760         * Makefile.in (CROSS_CHECK_MODULES): Remove check-flex, since it's
15761         in NATIVE_CHECK_MODULES.
15763 Wed Jun  1 10:49:41 1994  Bill Cox  (bill@rtl.cygnus.com)
15765         * Makefile.in: Rename HOST_ONLY to NATIVE.
15766         * configure: Delete SunOs patch suffix from host_canonical
15767           and build_canonical variables that are prepended to Makefiles.
15768         * configure.in: Add comments for easier maintenance.
15770 Tue May 31 19:39:47 1994  Jim Kingdon  (kingdon@lioth.cygnus.com)
15772         * Makefile.in: Add all-libproc target similar to all-gui.
15774 Tue May 31 17:16:33 1994  Tom Lord  (lord@cygnus.com)
15776         * Makefile.in (CHECK_MODULES): split into
15777         HOST_ONLY_CHECK_MODULES and CROSS_CHECK_MODULES.
15779 Tue May 31 16:36:36 1994  Paul Eggert  (eggert@twinsun.com)
15781         * config.guess (i386-unknown-bsdi): New system to guess.
15783 Wed May 25 16:47:10 1994  Jim Kingdon  (kingdon@lioth.cygnus.com)
15785         * Makefile.in: Add all-gui target (but not yet build by "all").
15787 Thu May 26 08:53:19 1994  Bill Cox  (bill@rtl.cygnus.com)
15789         * config.sub: Move deletion of patch suffix from here...
15790         * configure.in: To here, at Ian's suggestion.  The top-
15791           level scripts might need to know of a patch level.
15793 Wed May 25 09:15:54 1994  Bill Cox  (bill@rtl.cygnus.com)
15795         * config.sub: Strip off patch suffix so rtl is recognized
15796           as a sunos4.1.3 machine, even though it's been patched.
15798 Fri May 20 08:25:49 1994  Steve Chamberlain  (sac@deneb.cygnus.com)
15800         * Makefile.in (INSTALL_LAST): Delete.
15801         (INSTALL_DOSREL): New.
15803 Thu May 19 17:12:12 1994  Ian Lance Taylor  (ian@tweedledumb.cygnus.com)
15805         * configure.in: Use ld for i[34]86-*-sysv4* and sparc-*-solaris2*.
15806         Don't set use_gnu_ld to no for *-*-sysv4; that only controls
15807         whether we pass down --with-gnu-ld anyhow.
15809 Thu May 19 09:29:12 1994  Steve Chamberlain  (sac@cygnus.com)
15811         * Makefile.in (INSTALL_LAST): Change operation so it works
15812         on more flavors of make.
15813         * configure.in (go32): Don't build libg++ or libio.
15815 Fri May 13 13:28:34 1994  Steve Chamberlain  (sac@cygnus.com)
15817         * Makefile.in (Move HOST_PREFIX_1 and friends up so
15818         they can be overriden by templates.
15820 Sat May  7 16:46:44 1994  Steve Chamberlain  (sac@cygnus.com)
15822         * configure.in (target==go32): Don't build gdb.
15823         * dosrel: New directory.
15825 Fri May  6 14:19:25 1994  Steve Chamberlain  (sac@cygnus.com)
15827         * configure.in (host==go32): Configure dosrel too.
15828         * Makefile.in (INTALL_TARGET): Call INSTALL_LAST last.
15829         (HOST_CC, HOST_PREFIX, HOST_PREFIX_1): Undefine, they should
15830         be set by incoming names or templates.
15831         (INSTALL_LAST): New rule.
15833 Thu May  5 17:35:05 1994  Stan Shebs  (shebs@andros.cygnus.com)
15835         * config.sub (sparclitefrw, sparclitefrwcompat): Don't set the os.
15837 Thu May  5 20:06:45 1994  Ken Raeburn  (raeburn@cujo.cygnus.com)
15839         * configure.in (appdirs): New variable.  Currently empty, but will
15840         be used in gas distribution.  If nonempty, lists a set of
15841         directories at least one of which must get configured, or top
15842         level configuration is considered to have failed.
15843         (rs6000-*-lynxos*): Use new file name.
15845 Thu May  5 13:38:36 1994  Ian Lance Taylor  (ian@tweedledumb.cygnus.com)
15847         Eliminate XTRAFLAGS.
15848         * Makefile.in (CC_FOR_TARGET): If newlib exists, refer to the
15849         newlib include files using -idirafter, and also use -nostdinc.
15850         (CXX_FOR_TARGET): Likewise.
15851         (XTRAFLAGS): Removed.
15852         (BASE_FLAGS_TO_PASS): Remove XTRAFLAGS_FOR_TARGET.
15853         (EXTRA_HOST_FLAGS): Remove XTRAFLAGS.
15854         (EXTRA_TARGET_FLAGS, EXTRA_GCC_FLAGS): Likewise.
15855         ($(DO_X)): Don't pass down XTRAFLAGS.
15857 Thu May  5 00:16:36 1994  Ken Raeburn  (raeburn@kr-pc.cygnus.com)
15859         * configure.in (mips*-dec-bsd*): New target; do build linker.
15860         (mips*-*-bsd*): New target; don't build linker.
15862 Wed May  4 20:10:10 1994  D. V. Henkel-Wallace  (gumby@cygnus.com)
15864         * configure.in: support rs6000-*-lynxos* configuration.
15865         support sunos4 as a cross target.
15867         * config.sub: look for lynx*, not lynx since the OS version may
15868         legitimately be part of the name.
15870 Tue May  3 21:48:11 1994  Ken Raeburn  (raeburn@cujo.cygnus.com)
15872         * configure.in (i[34]86-*-sco*): Move to be with other i386
15873         targets.
15874         (romp-*-*): New target.  Skip various binary utilities.
15875         (vax-*-*): New target.  Don't build newlib.
15876         (vax-*-vms): Renamed from *-*-vms.  Don't build opcodes or newlib.
15878 Thu Apr 28 15:03:05 1994  David J. Mackenzie  (djm@rtl.cygnus.com)
15880         * configure.in: Only set host_makefile_frag if config
15881         directory exists.
15883 Wed Apr 27 12:14:30 1994  David J. Mackenzie  (djm@rtl.cygnus.com)
15885         * install.sh: If $dstdir exists, don't check whether each
15886         component does.
15888 Tue Apr 26 18:11:33 1994  Ian Lance Taylor  (ian@tweedledumb.cygnus.com)
15890         * test-build.mk (HOLES): Add sleep; used by rcs/src/conf.sh.
15892 Mon Apr 25 15:06:34 1994  Stan Shebs  (shebs@andros.cygnus.com)
15894         * configure.in (*-*-lynxos*): Don't configure newlib for either
15895         native or cross Lynx.
15897 Sat Apr 16 11:58:16 1994  Doug Evans  (dje@canuck.cygnus.com)
15899         * config.sub (sparc64-elf): Fix os.
15900         (z8k): Remove duplicate.
15902 Thu Apr 14 23:33:17 1994  Ian Lance Taylor  (ian@tweedledumb.cygnus.com)
15904         * Makefile.in (gcc-no-fixedincludes): Touch gcc/include/fixed, not
15905         gcc/stmp-fixproto, to try to prevent fixproto from being run.
15907 Wed Apr 13 15:14:52 1994  Bill Cox  (bill@cygnus.com)
15909         * configure: Make file links cleanly even if Lynx fails on
15910           an NFS symlink (at least fail cleanly).
15912 Mon Apr 11 10:58:56 1994  Jim Wilson  (wilson@sphagnum.cygnus.com)
15914         * test-build.mk (CC): For mips-sgi-irix4, change -XNh1500 to
15915         -XNh2000.
15917 Sat Apr  9 15:10:45 1994  David J. Mackenzie  (djm@rtl.cygnus.com)
15919         * configure: Unknown options are fatal again.
15921 Fri Apr  8 12:01:41 1994  David J. Mackenzie  (djm@cygnus.com)
15923         * configure: Ignore --x-includes and --x-libraries, for Autoconf
15924         compatibility.
15926 Thu Apr  7 17:31:43 1994  Doug Evans  (dje@canuck.cygnus.com)
15928         * build-all.mk: Add `clean' target.
15930 Wed Apr  6 20:44:56 1994  Peter Schauer  (pes@regent.e-technik.tu-muenchen.de)
15932         * config.guess:  Add SINIX support.
15933         * configure.in:  Add mips-*-sysv4* support.
15935 Mon Apr  4 17:41:44 1994  Doug Evans  (dje@canuck.cygnus.com)
15937         * build-all.mk: Document all useful targets.
15938         If canonhost is sparc-sun-solaris2.3, change it to sparc-sun-solaris2.
15939         If canonhost is mips-sgi-irix4.0.5H, change it to mips-sgi-irix4.
15941 Thu Mar 31 04:55:57 1994  David J. Mackenzie  (djm@rtl.cygnus.com)
15943         * configure: Support --silent, --quiet.
15945 Wed Mar 30 21:37:38 1994  David J. Mackenzie  (djm@rtl.cygnus.com)
15947         * configure: Support --disable-FEATURE.
15949 Tue Mar 29 19:15:05 1994  Jim Kingdon  (kingdon@lioth.cygnus.com)
15951         * config.guess: Recognize NCR running SVR4.3.
15953 Mon Mar 28 14:55:15 1994  Per Bothner  (bothner@kalessin.cygnus.com)
15955         * config.guess:  Make BSDI generate i386-unknown-bsd386.
15956         Patch from Paul Eggert <eggert@twinsun.com>.
15958 Mon Mar 28 12:54:52 1994  Ian Lance Taylor  (ian@tweedledumb.cygnus.com)
15960         * configure.in (powerpc-*-aix*): Treat like rs6000-*-*.
15962 Sat Mar 26 11:25:48 1994  David J. Mackenzie  (djm@rtl.cygnus.com)
15964         * configure: Make unrecognized options give nonfatal warnings
15965         instead of fatal errors, and pass them to any subdirectory
15966         configures in case they recognize them.
15967         Make --x equivalent to --with-x.
15969 Fri Mar 25 21:52:10 1994  David J. Mackenzie  (djm@rtl.cygnus.com)
15971         * configure: Add --enable-* options.  Clean up usage message and
15972         some comments.
15974 Thu Mar 24 09:12:53 1994  Doug Evans  (dje@canuck.cygnus.com)
15976         * Makefile.in (NM_FOR_TARGET): Build tree version is now nm.new.
15978 Sun Mar 20 11:28:22 1994  Jeffrey A. Law  (law@snake.cs.utah.edu)
15980         * configure.in (hppa*-*-*): Enable binutils.
15982 Sat Mar 19 11:50:16 1994  Jim Kingdon  (kingdon@lioth.cygnus.com)
15984         * config.sub: Recognize cisco.
15986 Fri Mar 18 16:42:32 1994  Jason Merrill  (jason@deneb.cygnus.com)
15988         * Makefile.in (CXXFLAGS): Add -fexternal-templates.
15990 Tue Mar 15 11:25:55 1994  Jim Kingdon  (kingdon@lioth.cygnus.com)
15992         * config.guess: about target *-hitachi-hiuxwe2, don't print more
15993         than one configuration name.  Add comment.
15995 Sun Mar  6 23:13:38 1994  Hisashi MINAMINO  (minamino@sra.co.jp)
15997         * config.guess: about target *-hitachi-hiuxwe2, fixed
15998         machine guessing order.  [Hitachi's CPU_IS_HP_MC68K
15999         macro is incorrect.]
16001 Sun Mar 13 09:10:08 1994  Jim Kingdon  (kingdon@lioth.cygnus.com)
16003         * Makefile.in (TAGS): Just build TAGS in each subdirectory, rather
16004         than the "make ls" stuff which used to be here.
16006 Fri Mar 11 12:52:39 1994  Per Bothner  (bothner@kalessin.cygnus.com)
16008         * config.guess:  Recognize i[34]86-unknown-freebsd.
16009         From Shawn M Carey <smcarey@rodan.syr.edu>.
16011 Thu Mar  3 14:24:21 1994  Per Bothner  (bothner@kalessin.cygnus.com)
16013         * configure.in (noconfigdirs for alpha): Remove libg++ and libio.
16015 Wed Mar  2 13:28:48 1994  Jim Kingdon  (kingdon@deneb.cygnus.com)
16017         * config.guess: Check for ptx.
16019 Mon Feb 28 16:46:50 1994  Kung Hsu  (kung@mexican.cygnus.com)
16021         * config.sub: Add os9k checking.
16023 Thu Feb 24 07:09:04 1994  Jeffrey A. Law  (law@snake.cs.utah.edu)
16025         * config.guess: Handle OSF1 running on HPPA processors
16027 Fri Feb 18 14:14:00 1994  Ken Raeburn  (raeburn@rtl.cygnus.com)
16029         * configure: If subdir configure fails, print out a message with
16030         subdirectory name, in case subdir's configure code didn't identify
16031         itself.
16033 Fri Feb 18 12:50:15 1994  Doug Evans  (dje@cygnus.com)
16035         * configure.in: Remove embedded newlines from configdirs.
16036         Avoid mismatches of substrings.  Fix matching strings at end
16037         of configdirs.
16039 Fri Feb 11 15:33:33 1994  Stu Grossman  (grossman at cygnus.com)
16041         * config.guess:  Add Lynx/rs6000 config support.
16043 Tue Feb  8 13:41:09 1994  Ken Raeburn  (raeburn@rtl.cygnus.com)
16045         * configure.in (alpha-dec-osf1*, alpha*-*-*): Build gas.
16047 Mon Feb  7 15:42:36 1994  Jeffrey A. Law  (law@cygnus.com)
16049         * configure.in (hppa*-*-osf*): Treat this just like most other
16050         PA configurations (eg no binutils or ld).
16051         (hppa*-*-*elf*): These configurations have binutils and ld.
16053 Sun Feb  6 16:35:07 1994  Jeffrey A. Law  (law@snake.cs.utah.edu)
16055         * config.sub (hiux): Fix typo.  From m-kasahr@sramhc.sra.co.JP.
16057 Sat Feb  5 01:00:33 1994  Ian Lance Taylor  (ian@tweedledumb.cygnus.com)
16059         * configure.in (rs6000-*-*): Build gas.
16061 Wed Feb  2 13:57:57 1994  Jeffrey A. Law  (law@snake.cs.utah.edu)
16063         * Makefile.in:  Avoid bug in losing hpux sed.
16065 Wed Feb  2 14:53:05 1994  Jim Kingdon  (kingdon@lioth.cygnus.com)
16067         * Makefile.in, test-build.mk: Remove MUNCH_NM; it was only needed
16068         for GDB and GDB has been fixed to not need it.
16070 Sun Jan 30 17:58:06 1994  Ken Raeburn  (raeburn@cujo.cygnus.com)
16072         * config.guess: Recognize vax hosts.
16074 Fri Jan 28 15:29:38 1994  Ken Raeburn  (raeburn@cujo.cygnus.com)
16076         * configure (while loop): Don't use "break 2" inside case
16077         statement -- the case statement isn't an enclosing loop.
16079 Mon Jan 24 18:40:06 1994  Per Bothner  (bothner@kalessin.cygnus.com)
16081         * config.guess:  Clean up NeXT support, to allow nextstep
16082         on Intel machines.  Make OS be nextstep.
16084 Sun Jan 23 18:47:22 1994  Richard Kenner  (kenner@vlsi1.ultra.nyu.edu)
16086         * config.guess: Add alternate forms for Convex.
16088 Thu Jan 20 16:13:41 1994  Stu Grossman  (grossman at cygnus.com)
16090         * configure:  Completely rewrite option processing.  Take
16091         advantage of pattern-matching to avoid invoking test frequently.
16092         Also clean up host and target defaulting logic.
16094 Mon Jan 17 15:06:56 1994  Ken Raeburn  (raeburn@cujo.cygnus.com)
16096         * Makefile.in: Replace all occurrances of "rootme" with "r" and
16097         "$${rootme}" with "$$r", to increase the likelihood that the do-*
16098         commands (plus user environment) will fit SCO limits.
16100 Thu Jan  6 11:20:57 1994  Ian Lance Taylor  (ian@tweedledumb.cygnus.com)
16102         * configure.in: Don't issue warnings about directories which are
16103         not being configured if -norecursion is set.  Correct test for
16104         --with-gnu-as and --with-gnu-ld to not get confused by substring
16105         matches.
16107         * configure.in: Don't build gas for alpha-dec-osf1*.
16109 Tue Jan  4 17:10:19 1994  Stu Grossman  (grossman at cygnus.com)
16111         * configure:  Back out Per's change of 12/19/1993.  It changes the
16112         behavior of configure in unexpected and confusing ways.
16114         Also, use different delim char when calculating
16115         program_transform_name so that the name can contain slashes.
16117 Sat Jan  1 13:45:31 1994  Rob Savoye  (rob@darkstar.cygnus.com)
16119         * configure.in, config.sub: Add support for VSTa micro-kernel.
16121 Sat Dec 25 20:00:47 1993  Jeffrey A. Law  (law@snake.cs.utah.edu)
16123         * configure.in: Nuke hacks which were used to get a special
16124         version of GAS for HPPA configurations.
16126 Sun Dec 19 20:40:44 1993  Per Bothner  (bothner@kalessin.cygnus.com)
16128         * configure:  If only ${target_alias} is given, use that
16129         as the default for ${host_alias}.
16130         * configure:  Add missing back-slashes before nested quotes.
16132 Wed Dec 15 18:07:18 1993  david d `zoo' zuhn  (zoo@andros.cygnus.com)
16134         * Makefile.in (BASE_FLAGS_TO_PASS): add YACC=$(BISON)
16136 Tue Dec 14 21:25:33 1993  Per Bothner  (bothner@cygnus.com)
16138         * config.guess:  Recognize some Tektronix configurations.
16139         From Kaveh R. Ghazi <ghazi@noc.rutgers.edu>.
16141 Sat Dec 11 11:18:00 1993  Steve Chamberlain  (sac@thepub.cygnus.com)
16143         * config.sub: Match any flavor of SH.
16145 Thu Dec  2 17:16:58 1993  Ken Raeburn  (raeburn@cujo.cygnus.com)
16147         * configure.in: Don't try to configure newlib for Alpha.
16149 Thu Dec  2 14:35:54 1993  Ian Lance Taylor  (ian@tweedledumb.cygnus.com)
16151         * configure.in: Don't build ld for Irix 5.  Don't build gas,
16152         libg++ or libio for any Alpha target.
16154         * configure.in (mips*-sgi-irix5*): New target; use mh-irix5.
16156 Wed Dec  1 17:00:33 1993  Jason Merrill  (jason@deneb.cygnus.com)
16158         * Makefile.in (GZIPPROG): Renamed from GZIP, which gzip uses for
16159         default arguments -- so it tried to compress itself.
16161 Tue Nov 30 13:45:15 1993  david d `zoo' zuhn  (zoo@andros.cygnus.com)
16163         * configure.in (notsupp): ensure that a space is always at the end
16164           of the configdirs list, since the grep checks for an explicit space
16166 Tue Nov 16 15:04:27 1993  david d `zoo' zuhn  (zoo@rtl.cygnus.com)
16168         * configure.in (target i386-sysv4.2): don't build ld, since static
16169           versions of many libraries are not available.
16171 Tue Nov 16 14:28:12 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
16173         * config.guess: Recognize Apollos (using environment variables).
16174         * configure.in: Don't configure ld, binutils, or gprof for Apollo.
16176 Thu Nov 11 12:03:50 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
16178         * config.guess: Recognize Sony news mips running newsos.
16180 Wed Nov 10 16:57:00 1993  Mark Eichin  (eichin@cygnus.com)
16182         * Makefile.in (all-cygnus, build-cygnus): "fi else" needs to be
16183         "fi ; else" for bash.
16185 Tue Nov  9 15:54:01 1993  Mark Eichin  (eichin@cygnus.com)
16187         * Makefile.in (BASE_FLAGS_TO_PASS): pass SHELL.
16189 Fri Nov  5 08:07:27 1993  D. V. Henkel-Wallace  (gumby@blues.cygnus.com)
16191         * config.sub: accept unixware as an alias for svr4.2.
16192         Fix some inconsistancies with the gcc version.
16194 Fri Nov  5 15:14:12 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
16196         * Makefile.in (DISTDOCDIRS):  Add gdb.
16198 Fri Nov  5 11:59:42 1993  Per Bothner  (bothner@kalessin.cygnus.com)
16200         * Makefile.in (DISTDOCDIRS):  Add libg++ and libio.
16202 Fri Nov  5 10:35:05 1993  Ken Raeburn  (raeburn@rover.cygnus.com)
16204         * Makefile.in (taz): Only build "info" in DISTDOCDIRS.
16205         (DISTDOCDIRS): Don't assume libg++ and gdb folks necessarily want
16206         this now.
16208 Thu Nov  4 18:58:23 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
16210         * config.sub: Accept hiux* as an OS name.
16212         * Makefile.in: Change RUNTEST_FLAGS back to RUNTESTFLAGS per
16213         etc/make-stds.texi.  The underscore came from gcc, and dje now
16214         agrees that RUNTESTFLAGS is the correct name.
16216 Thu Nov  4 10:49:01 1993  Per Bothner  (bothner@kalessin.cygnus.com)
16218         * install.sh:  Remove 'set -e'.  It makes any conditionals
16219         in the script useless.
16221         * config.guess: Automatically recognize arm-acorn-riscix
16222         Patch from Richard Earnshaw (rwe11@cl.cam.ac.uk).
16224 Thu Nov 04 08:08:04 1993  Jeffrey Wheat  (cassidy@cygnus.com)
16226         * Makefile.in: Change RUNTESTFLAGS to RUNTEST_FLAGS
16228 Wed Nov  3 22:09:46 1993  Ken Raeburn  (raeburn@rtl.cygnus.com)
16230         * Makefile.in (DISTDOCDIRS): New variable.
16231         (taz): Edit local Makefile.in sooner, instead of proto-toplev
16232         Makefile.in later.  Build "info" and "dvi" in DISTDOCDIRS.
16234 Wed Nov  3 21:31:52 1993  david d `zoo' zuhn  (zoo@rtl.cygnus.com)
16236         * configure.in (hppa target): check the source directory for the
16237           pagas sub-directory
16239 Wed Nov  3 11:12:22 1993  Doug Evans  (dje@canuck.cygnus.com)
16241         * config.sub: Allow -aout* and -elf*.
16243 Wed Nov  3 11:08:33 1993  Ken Raeburn  (raeburn@rtl.cygnus.com)
16245         * configure.in: Don't build ld on i386-solaris2, same as for
16246         sparc-solaris2.
16248 Tue Nov  2 14:21:25 1993  Per Bothner  (bothner@kalessin.cygnus.com)
16250         * Makefile.in (taz): Add texinfo/lgpl.texinfo (for libg++).
16252 Tue Nov  2 13:38:30 1993  Peter Schauer  (pes@regent.e-technik.tu-muenchen.de)
16254         * configure.in:  Configure gdb for alpha.
16256 Mon Nov  1 10:42:54 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
16258         * Makefile.in (CXXFLAGS): Add -O.
16260 Wed Oct 27 10:45:06 1993  david d `zoo' zuhn  (zoo@rtl.cygnus.com)
16262         * config.guess: added support for DG Aviion
16264 Tue Oct 26 14:37:37 1993  Ken Raeburn  (raeburn@rover.cygnus.com)
16266         * configure.in: Produce warning message for subdirectories not
16267         configurable for this host/target combination.  Don't try to
16268         configure gdb for vms.
16270 Mon Oct 25 11:22:15 1993  Ken Raeburn  (raeburn@rover.cygnus.com)
16272         * Makefile.in (taz): Replace "byacc" with "bison -y" in the
16273         appropriate files before making "diststuff".
16274         (DISTBISONFILES): New var: list of files to be edited.
16275         (DISTSTUFFDIRS): Add binutils.
16277 Fri Oct 22 20:32:15 1993  david d `zoo' zuhn  (zoo@rtl.cygnus.com)
16279         * config.sub: also handle mipsel and mips64el (for little endian mips)
16281 Fri Oct 22 07:59:20 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
16283         * configure.in: Add * to end of all OS names.
16285 Thu Oct 21 11:38:28 1993  Stan Shebs  (shebs@rtl.cygnus.com)
16287         * configure.in: Build newlib for LynxOS native.
16289 Wed Oct 20 09:56:12 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
16291         * config.guess: Add support for delta 88k running SVR3.
16293         * configure.in: Add comment about HP compiler vs. emacs.
16295 Tue Oct 19 16:02:22 1993  david d `zoo' zuhn  (zoo@rtl.cygnus.com)
16297         * configure.in: don't build ld on solaris2 (not a viable option
16298           due to bugs in getpwnam & getpwuid)
16300 Tue Oct 19 15:13:56 1993  Ken Raeburn  (raeburn@rtl.cygnus.com)
16302         * configure.in: Accept alpha-dec-osf1*, not just -osf1, since
16303         config.guess will produce a full version number.
16305 Tue Oct 19 15:58:01 1993  Ian Lance Taylor  (ian@tweedledumb.cygnus.com)
16307         * configure.in: Build linker and binutils for alpha-dec-osf1.
16309 Tue Oct 19 11:41:55 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
16311         * Makefile.in: Remove -O from CXXFLAGS for consistency with CFLAGS,
16312         and gdb/testsuite/Makefile.in.
16314 Sat Oct  9 18:39:07 1993  david d `zoo' zuhn  (zoo@rtl.cygnus.com)
16316         * configure.in: recognize mips*- instead of mips-
16318 Fri Oct  8 14:15:39 1993  Ken Raeburn  (raeburn@cygnus.com)
16320         * config.sub: Accept linux*coff and linux*elf as operating
16321         systems.
16323 Thu Oct  7 12:57:19 1993  Ian Lance Taylor  (ian@tweedledumb.cygnus.com)
16325         * config.sub: Recognize mips64, and mips3 as an alias for it.
16327 Wed Oct  6 13:54:21 1993  Peter Schauer  (pes@regent.e-technik.tu-muenchen.de)
16329         * configure.in: Remove alpha-dec-osf*, no longer necessary now that
16330         gdb knows how to handle OSF/1 shared libraries.
16332 Tue Oct  5 11:55:04 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
16334         * configure.in: Recognize hppa*-*-hiux* (currently synonym for hpux).
16335         * config.guess: Recognize Hitachi's HIUX.
16336         * config.sub: Recognize h3050r* and hppahitachi.
16337         Remove redundant cases for hp9k[23]*.
16339 Mon Oct  4 16:15:09 1993  david d `zoo' zuhn  (zoo@rtl.cygnus.com)
16341         * configure.in: default to '--with-gnu-as' and '--with-gnu-ld'
16342         if gas and ld are in the source tree and are in ${configdirs}.
16343         If ${use_gnu_as} or ${use_gnu_ld} are 'no', then don't set the
16344         --with options (but still pass them down on the command line,
16345         if they were explicitly specified).
16347 Fri Sep 24 19:11:13 1993  david d `zoo' zuhn  (zoo@rtl.cygnus.com)
16349         * configure: substitute SHELL value in Makefile.in with
16350         ${CONFIG_SHELL}
16352 Thu Sep 23 18:05:13 1993  Ian Lance Taylor  (ian@tweedledumb.cygnus.com)
16354         * configure.in: Build gas, ld, and binutils for *-*-sysv4* and
16355         *-*-solaris2* targets.
16357 Sun Sep 19 17:01:41 1993  david d `zoo' zuhn  (zoo@rtl.cygnus.com)
16359         * Makefile.in: define M4, and pass it down to sub-makes;
16360         all-autoconf now depends on all-m4
16362 Sat Sep 18 00:38:23 1993  david d `zoo' zuhn  (zoo@rtl.cygnus.com)
16364         * Makefile.in ({AR,RANLIB}_FOR_TARGET): make contingent on
16365         presence of {ar,ranlib} instead of a configured directory
16367 Wed Sep 15 08:41:44 1993  Jim Kingdon  (kingdon@cirdan.cygnus.com)
16369         * config.guess: Accept 34?? as well as 33?? for NCR.
16371 Mon Sep 13 12:28:43 1993  david d `zoo' zuhn  (zoo@rtl.cygnus.com)
16373         * configure.in: grab mt-hppa for HPPA targets; use 'gas ' instead
16374         of 'gas' in sed commands, since 'gash' is now in the tree as well.
16376 Fri Sep 10 11:23:52 1993  david d `zoo' zuhn  (zoo@rtl.cygnus.com)
16378         * configure: grab values for $(CC) and $(CXX) from the
16379         environment, so that someone can do "CC=gcc configure; make" and
16380         have it work right (matching the way that autoconf works now)
16382         * configure.in, Makefile.in: add support for gash, the tcl
16383         interface to Galaxy
16385         * config.guess: add NetBSD variants (hp300, x86)
16387 Thu Sep  9 16:48:52 1993  Jason Merrill  (jason@deneb.cygnus.com)
16389         * install.sh: Support -d option (in the manner of SunOS 4 install,
16390         as it is more deterministic than that of GNU install)
16391         (chmodcmd): Set file to mode 755 by default (should also do default
16392         chgrp and chown, but I don't feel like dealing with that now)
16394 Tue Sep  7 11:59:39 1993  Doug Evans  (dje@canuck.cygnus.com)
16396         * config.sub: Remove h8300hhms alias.
16398 Tue Aug 31 11:00:09 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
16400         * configure.in: Match *-*-solaris2* not *-sun-solaris2*.
16402 Mon Aug 30 18:29:10 1993  david d `zoo' zuhn  (zoo@rtl.cygnus.com)
16404         * Makefile.in (gcc-no-fixedincludes): touch stmp-fixproto as well
16405         as stmp-fixinc
16407 Wed Aug 25 16:35:59 1993  K. Richard Pixley  (rich@sendai.cygnus.com)
16409         * config.sub: recognize m88110-bug-coff.
16411 Tue Aug 24 10:23:24 1993  david d `zoo' zuhn  (zoo@rtl.cygnus.com)
16413         * Makefile.in (all-libio): all dependencies on the toolchain used
16414         to build this (gcc, gas, ld, etc)
16416 Fri Aug 20 17:24:24 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
16418         * config.guess: Deal with OSF/1 1.3 on alpha.
16420 Thu Aug 19 11:43:04 1993  david d `zoo' zuhn  (zoo@rtl.cygnus.com)
16422         * install.sh: add some 'else true' clauses for portability
16424         * configure.in: don't build libio for h8[35]00-*-* targets
16426 Tue Aug 17 19:02:31 1993  Per Bothner  (bothner@kalessin.cygnus.com)
16428         * Makefile.in:  Add support for new libio.
16430 Sun Aug 15 20:48:55 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
16432         * install.sh: If one command fails, don't try the rest.  Don't try
16433         to remove $dsttmp (via trap) unless we have already created it.
16434         If $src doesn't exist, detect it and exit with an error.
16436         * config.guess: Recognize BSD on hp300.
16438 Wed Aug 11 18:35:13 1993  Per Bothner  (bothner@kalessin.cygnus.com)
16440         * config.guess:  Map (9000/[34]??:HP-UX:*:*) to m68k-hp-hpux.
16441         Bug report from "Hamish (H.I.) Macdonald" <hamish@bnr.ca>.
16443 Wed Aug 11 15:37:51 1993  Jason Merrill  (jason@deneb.cygnus.com)
16445         * Makefile.in (all-send-pr): depends on all-prms
16447 Wed Aug 11 16:56:03 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
16449         * config.guess: Fix typo (9000/8??:4.3bsd -> 9000/7??:4.3bsd).
16451 Fri Aug  6 14:45:02 1993  Ian Lance Taylor  (ian@tweedledumb.cygnus.com)
16453         * config.guess: From michael@mercury.cs.mun.ca (Michael Rendell):
16454         Added test for mips-mips-riscos5.
16456 Thu Aug  5 15:45:08 1993  david d `zoo' zuhn  (zoo@rtl.cygnus.com)
16458         * configure.in: use mh-hp300 for 68k HP hosts
16460 Mon Aug  2 11:56:53 1993  david d `zoo' zuhn  (zoo@rtl.cygnus.com)
16462         * configure: add support for CONFIG_SHELL, so that you can use
16463         some alternate shell for evaluating configure scripts
16465 Sun Aug  1 11:36:27 1993  Fred Fish  (fnf@deneb.cygnus.com)
16467         * Makefile.in (make-gdb.tar.gz):  Sed bug reporting address
16468         in configure script to bug-gdb@prep.ai.mit.edu when building
16469         distribution archive.
16470         * Makefile.in (COMPRESS):  Remove def.
16471         * Makefile.in (gdb.tar.gz, make-gdb.tar.gz):  Renamed from
16472         gdb.tar.Z and make-gdb.tar.Z respectively.
16473         * Makefile.in (make-gdb.tar.gz):  Now only build gzip'd archive.
16474         * Makefile.in (make-gdb.tar.gz):  Minor changes to move closer
16475         to convergence with 'taz' target in Makefile.in.
16477 Fri Jul 30 12:34:57 1993  david d `zoo' zuhn  (zoo@rtl.cygnus.com)
16479         * install.sh (dsttmp): use trap to ensure that tmp files go
16480         away on error conditions
16482 Wed Jul 28 11:57:36 1993  david d `zoo' zuhn  (zoo@rtl.cygnus.com)
16484         * Makefile.in (BASE_FLAGS_TO_PASS): remove LOADLIBES
16486 Tue Jul 27 12:43:40 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
16488         * Makefile.in (install-dirs): Deal with a prefix like /gnu;
16489         its parent is '/' not ''.
16491         * Makefile.in (DEVO_SUPPORT): Add comments about ChangeLog.
16493 Fri Jul 23 09:53:37 1993  Jason Merrill  (jason@wahini.cygnus.com)
16495         * configure: if ${newsrcdir}/configure doesn't exist, don't assume
16496         that ${newsrcdir}/configure.in does.
16498 Tue Jul 20 11:28:50 1993  david d `zoo' zuhn  (zoo@rtl.cygnus.com)
16500         * test-build.mk: support for CONFIG_SHELL
16502 Mon Jul 19 21:54:46 1993  Fred Fish  (fnf@deneb.cygnus.com)
16504         * config.sub (netware):  Add as a basic system type.
16506 Wed Jul 14 12:03:11 1993  K. Richard Pixley  (rich@sendai.cygnus.com)
16508         * Makefile.in (Makefile): depend on configure.in.  Also drop the
16509           $(srcdir)/ from the dependency on Makefile.in.
16511 Tue Jul 13 20:10:58 1993  Doug Evans  (dje@canuck.cygnus.com)
16513         * config.sub: Recognize h8300hhms as h8300h-hitachi-hms.
16514         (h8300hhms is temporary until multi-libraries are implemented).
16515         * configure.in: Handle h8300h too.
16517 Sun Jul 11 17:35:27 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
16519         * config.guess: Recognize dpx/2 as m68k-bull-sysv3.
16521 Thu Jul  8 18:26:12 1993  John Gilmore  (gnu@cygnus.com)
16523         * configure:  Remove extraneous output when guessing host type.
16524         * config.guess:  Remove extraneous output when guessing using C
16525         compiler rather than uname, or when guessing fails.
16527 Wed Jul  7 17:58:14 1993  david d `zoo' zuhn  (zoo at rtl.cygnus.com)
16529         * Makefile.in: remove all.cross and install.cross targets
16531         * configure: remove CROSS=-DCROSS_COMPILE and ALL=all.cross
16532           definitions
16534 Tue Jul  6 10:39:44 1993  Steve Chamberlain  (sac@phydeaux.cygnus.com)
16536         * configure.in (target sh): Build gprof.
16538 Thu Jul  1 16:52:56 1993  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
16540         * config.sub: change -solaris to -solaris2
16542 Thu Jul  1 15:46:16 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
16544         * configure.in: Use config/mh-riscos for mips-*-sysv*.
16546 Wed Jun 30 09:31:58 1993  Ian Lance Taylor  (ian@cygnus.com)
16548         * configure: Correct error message for missing Makefile.in to
16549         print correct directory.
16551 Tue Jun 29 13:52:16 1993  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
16553         * install.sh: kludge around 386BSD shell bug
16555 Tue Jun 29 13:06:49 1993  Per Bothner  (bothner@rtl.cygnus.com)
16557         * config.guess:  Recognize NeXT.
16558         * config.guess:  Recognize i486-ncr-sysv4.
16559         * Makefile.in (taz):  rm $(TOOL)-$$VER before linking.
16561 Tue Jun 29 12:50:57 1993  Ian Lance Taylor  (ian@cygnus.com)
16563         * Makefile.in (MAKEINFOFLAGS): New variable.
16564         (FLAGS_TO_PASS): Pass MAKEINFO as MAKEINFO MAKEINFOFLAGS.
16565         * build-all.mk, test-build.mk: Pass down --no-split as
16566         MAKEINFOFLAGS when hosted on DOS.  Compile DOS hosted without -g.
16568 Thu Jun 24 13:39:11 1993  Per Bothner  (bothner@rtl.cygnus.com)
16570         * Makefile.in (DEVO_SUPPORT):  Add COPYING COPYING.LIB install.sh.
16572 Wed Jun 23 12:59:21 1993  Per Bothner  (bothner@rtl.cygnus.com)
16574         * Makefile.in (libg++.tar.z):  New rule.
16575         * Makefile.in (taz):  Replace 'configure -rm' by 'make distclean'.
16576         * Makefile.in (taz):  Only do a single chmod.
16578 Fri Jun 18 12:03:10 1993  david d `zoo' zuhn  (zoo at majipoor.cygnus.com)
16580         * install.sh: don't use dirname anymore (replaced with sed usage)
16582 Thu Jun 17 18:43:42 1993  Fred Fish  (fnf@cygnus.com)
16584         * Makefile.in:  Change extension for gzip'd files from '.z' to
16585         '.gz' per new FSF standard usage.
16587 Thu Jun 17 16:58:50 1993  david d `zoo' zuhn  (zoo at majipoor.cygnus.com)
16589         * configure: put quotes around the final value of program_transform_name
16591 Tue Jun 15 16:48:51 1993  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
16593         * Makefile.in: new install.sh support; update install-info rules
16595 Wed Jun  9 12:31:34 1993  Ian Lance Taylor  (ian@cygnus.com)
16597         * configure.in: Build diff for crosses, but not for go32 host.
16599         * configure.in: Build gprof only for native, and don't build it
16600         for mips-*-*, rs6000-*-*, or i[34]86-*-sco*.
16602 Mon Jun  7 13:12:11 1993  david d `zoo' zuhn  (zoo at deneb.cygnus.com)
16604         * configure.in: don't build gas,ld,binutils on for *-*-sysv4
16606 Mon Jun  7 11:40:11 1993  Brendan Kehoe  (brendan@lisa.cygnus.com)
16608         * configure.in (host_tools): Add prms.
16610 Fri Jun  4 13:30:42 1993  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
16612         * Makefile.in: install gcc, do installation of $(INSTALL_MODULES)
16613         with $(FLAGS_TO_PASS) on the command line
16615         * config.sub: Recognize lynx and lynxos
16617 Fri Jun  4 10:59:56 1993  Ian Lance Taylor  (ian@cygnus.com)
16619         * config.sub: Accept -ecoff*, not just -ecoff.
16621 Thu Jun  3 17:38:54 1993  Ken Raeburn  (raeburn@cambridge.cygnus.com)
16623         * Makefile.in (taz): Use .gz suffix instead of .z.
16624         (binutils.tar.gz, gas+binutils.tar.gz, gas.tar.gz): Fixed target
16625         names.
16627 Thu Jun  3 00:27:06 1993  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
16629         * Makefile.in (vault-install): add an 'else true' (for Ultrix)
16631 Wed Jun  2 18:19:16 1993  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
16633         * Makefile.in (install-no-fixedincludes):  install gcc last, so
16634         that rebuilds that might happen during 'make install' don't get
16635         bogus gcc include files
16637 Wed Jun  2 16:14:10 1993  Ken Raeburn  (raeburn@cambridge.cygnus.com)
16639         Change from Utah for HPPA support:
16640         * config.guess: Recognize hppa1.x-hp-bsd.
16642 Wed Jun  2 11:53:33 1993  Per Bothner  (bothner@rtl.cygnus.com)
16644         * config.guess:  Add support for Motorola Delta 68k, up to r3v7.
16645         Patch from pot@fly.cnuce.cnr.it (Francesco Potorti`).
16647 Tue Jun  1 17:48:42 1993  Rob Savoye  (rob at darkstar.cygnus.com)
16649         * config.sub: Add support for rom68k and bug boot monitors.
16651 Mon May 31 09:36:37 1993  Jim Kingdon  (kingdon@cygnus.com)
16653         * Makefile.in: Make all-opcodes depend on all-bfd.
16655 Thu May 27 08:05:31 1993  Ian Lance Taylor  (ian@cygnus.com)
16657         * config.guess: Added special check for i[34]86-univel-sysv4*.
16659 Wed May 26 16:33:40 1993  Ian Lance Taylor  (ian@cygnus.com)
16661         * config.guess: For i[34]86-unknown-sysv4 use UNAME_MACHINE for
16662         the processor rather than assuming i486.
16664 Wed May 26 09:40:18 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
16666         * config.guess: Recognize SunOS6 as Solaris3.
16668 Tue May 25 23:03:11 1993  Per Bothner  (bothner@cygnus.com)
16670         * config.guess:  Fix typo.  Avoid #elif (not in K&R 1).
16671         Recognize SunOS 5.* only (and not [6-9].*) as being Solaris2.
16673 Tue May 25 12:44:18 1993  Ian Lance Taylor  (ian@cygnus.com)
16675         * build-all.mk (all-cross): New target for Canadian Cross.
16676         Added Q2 go32 targets.
16677         * test-build.mk: Configure go32 cross sparclite-aout and
16678         mips-idt-ecoff -with-gnu-ld.  Moved build binary directory from
16679         PARTIAL_HOLE_DIRS to BUILD_HOLES_DIRS.
16681 Mon May 24 15:30:06 1993  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
16683         * configure.in: fix Alpha GDB typo; also, don't build DejaGnu for
16684         GO32 hosted toolchains
16686 Mon May 24 14:18:41 1993  Rob Savoye  (rob at darkstar.cygnus.com)
16688         * configure: change  so "-exec-prefix" gets passed down rather
16689         than "-exec_prefix" so autoconf generated Makefiles get the
16690         exec_prefix set right.
16692 Fri May 21 10:42:25 1993  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
16694         * config.guess: get the Solaris2 minor version number
16696         * Makefile.in: add standards.texi and make-stds.texi to ETC_SUPPORT
16698 Fri May 21 06:20:52 1993  Brendan Kehoe  (brendan@lisa.cygnus.com)
16700         * config.guess: Recognize some Sequent platforms.
16702 Thu May 20 14:33:48 1993  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
16704         * Makefile.in: added the vault-install target
16706         * configure.in: actually use the Sun3 makefile fragment that's in
16707         config, also added the release dir to configdirs
16709 Thu May 20 14:19:18 1993  Ken Raeburn  (raeburn@cambridge.cygnus.com)
16711         * Makefile.in (taz): Fix modes on stuff in $(TOOL) dir also.
16713 Tue May 18 20:26:41 1993  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
16715         * configure.in: remove some program from Alpha targetted toolchains
16717 Tue May 18 15:23:19 1993  Ken Raeburn  (raeburn@cygnus.com)
16719         * Makefile.in (DISTSTUFFDIRS): Renamed from PROTODIRS.  Add ld and
16720         gprof.
16721         (taz): Run "make diststuff" in those directories instead of "make
16722         proto-dir".  Look for "VERSION=" only at start of line in subdir
16723         Makefile.  Use "gzip -9" for compression.
16724         (TEXINFO_SUPPORT, DIST_SUPPORT, BINUTILS_SUPPORT_DIRS): New vars.
16725         (binutils.tar.z): New target.
16727 Mon May 17 17:01:15 1993  Ken Raeburn  (raeburn@deneb.cygnus.com)
16729         * Makefile.in (taz): Include gpl.texinfo.
16731 Fri May 14 06:48:38 1993  Ken Raeburn  (raeburn@deneb.cygnus.com)
16733         * Makefile.in (setup-dirs): Merged into "taz" target.
16734         (taz): Only do `proto-dir' stuff if a directory is actually needed
16735         for this target.
16737 Wed May 12 13:09:44 1993  Ian Lance Taylor  (ian@cygnus.com)
16739         * Makefile.in (MUNCH_NM): New variable, defined to be $(NM).
16740         (FLAGS_TO_PASS): Pass down MUNCH_NM.
16741         (HOST_CC, HOST_PREFIX, HOST_PREFIX_1): New variables.
16742         (EXTRA_GCC_FLAGS): Pass down HOST_* variables.
16743         (gcc-no-fixedincludes): Correct for current gcc Makefile.
16745 Tue May 11 10:14:25 1993  Fred Fish  (fnf@cygnus.com)
16747         * Makefile.in (make-gdb.tar.Z):  Add configure, config.guess,
16748         config.sub, and move-if-change to gdb testsuite distribution
16749         archive, so the testsuite can be extracted, configured, and
16750         run separately from the gdb distribution.  Blow away the Chill
16751         tests that require a Chill compiled executable, since GNU Chill
16752         is not yet publically available.
16754 Mon May 10 17:22:26 1993  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
16756         * test-build.mk: set environment variables in a single command,
16757         instead of a list of assignments and exports
16759         * config.guess: recognize Alpha/OSF1 systems
16761 Mon May 10 14:55:51 1993  K. Richard Pixley  (rich@rtl.cygnus.com)
16763         * configure: Change help message to prefer --options rather than
16764           -options.
16766 Mon May 10 05:58:35 1993  Ken Raeburn  (raeburn@kr-pc.cygnus.com)
16768         * config.sub: Convergent Tech. "miniframe" uses m68010, sez
16769         zippy@ecst.csuchico.edu.
16770         * config.guess: Recognize miniframe.
16772 Sun May  9 17:47:57 1993  Rob Savoye  (rob at darkstar.cygnus.com)
16774         * Makefile.in: Use srcroot to find runtest rather than rootme.
16775         Pass RUNTESTFLAGS and EXPECT down in BASE_FLAGS_TO_PASS.
16777 Fri May  7 14:55:59 1993  Ian Lance Taylor  (ian@cygnus.com)
16779         * test-build.mk: Extensive additions to support building on a
16780         machine other than the host.
16782 Wed May  5 08:35:04 1993  Ken Raeburn  (raeburn@deneb.cygnus.com)
16784         * configure (tooldir): Fix for i386-aix again.
16786 Mon May  3 19:00:27 1993  Per Bothner  (bothner@cygnus.com)
16788         * configure, Makefile.in:  Change definition of $(tooldir)
16789         to match the FSF.
16791 Fri Apr 30 15:55:21 1993  Fred Fish  (fnf@cygnus.com)
16793         * config.guess:  Recognize i[34]86/SVR4.
16795 Fri Apr 30 15:52:46 1993  Steve Chamberlain  (sac@thepub.cygnus.com)
16797         * Makefile.in (all-gdb): gdb depends on sim.
16799 Thu Apr 29 23:30:48 1993  Fred Fish  (fnf@cygnus.com)
16801         * Makefile.in (gdb.tar.Z):  Make prototype gdb testsuite directory
16802         at the same time we make the prototype gdb directory.
16803         * Makefile.in (make-gdb.tar.Z):  Make the testsuite distribution
16804         files at the same time as the gdb base release distribution.
16806 Thu Apr 29 12:50:37 1993  Ian Lance Taylor  (ian@cygnus.com)
16808         * Makefile.in (check): Use individual check targets rather than
16809         DO_X rule.
16810         (check-gcc): Added.
16812 Thu Apr 29 09:50:07 1993  Jim Kingdon  (kingdon@cygnus.com)
16814         * config.sub: Use sysv3.2 not sysv32 for canonical OS
16815         for System V release 3.2.
16817 Thu Apr 29 10:33:22 1993  Ken Raeburn  (raeburn@cambridge.cygnus.com)
16819         * config.sub: Recognize hppaosf.
16820         * configure.in: Do configure ld/binutils/gas for it.
16822 Tue Apr 27 06:25:34 1993  Ken Raeburn  (raeburn@kr-pc.cygnus.com)
16824         * configure (tooldir): Alter syntax used to set this, for systems
16825         where "\$" isn't handled right, like i386-aix.
16827 Thu Apr 22 08:17:35 1993  Ian Lance Taylor  (ian@cygnus.com)
16829         * configure: Pass program-transform-name, not
16830         program_transform_name, to recursive configures.
16832 Thu Apr 22 02:58:21 1993  Ken Raeburn  (raeburn@cygnus.com)
16834         * Makefile.in (gas+binutils.tar.z): New rule for building snapshots
16835         of gas+ld+binutils.
16837 Mon Apr 19 17:41:30 1993  Per Bothner  (bothner@cygnus.com)
16839         * config.guess:  Recognize AIX3.2 as distinct from 3.1.
16841 Sat Apr 17 17:19:50 1993  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
16843         * configure.in: rename m88k-motorola-m88kbcs to m88k-motorola-sysv
16845 Tue Apr 13 16:52:16 1993  Brendan Kehoe  (brendan@lisa.cygnus.com)
16847         * Makefile.in (PRMS): Set back to all-prms.
16849 Sat Apr 10 12:04:07 1993  Ian Lance Taylor  (ian@cygnus.com)
16851         * test-build.mk: Pass -with-gnu-as for known MIPS native and MIPS
16852         targets, rather than for MIPS hosts.
16854 Fri Apr  9 13:51:06 1993  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
16856         * configure.in: add comment for --with-x default values
16858         * config.guess: handle Motorola Delta88 box for SVR3 and SVR4.
16860         * Makefile.in: add check-* targets for each of the directories in
16861         the tree.  Add a definition of RUNTEST that will use the one we
16862         just built, if it exists.  Pass this down via FLAGS_TO_PASS.
16864 Thu Apr  8 09:21:30 1993  Ian Lance Taylor  (ian@cygnus.com)
16866         * configure.in: Removed obsolete references to bfd_target and
16867         target_makefile_frag.
16869         * build-all.mk: Set assorted targets for Q2.
16870         * config.sub: Recognize z8k-sim and h8300-hms.
16871         * test-build.mk: Really don't pass host to configure.
16872         (HOLES): Added uname.
16874 Wed Apr  7 15:48:19 1993  Ian Lance Taylor  (ian@cygnus.com)
16876         * configure: Handle an empty program-prefix, program-suffix or
16877         program-transform-name correctly.
16879 Tue Apr  6 13:48:41 1993  Ian Lance Taylor  (ian@cygnus.com)
16881         * build-all.mk: -G 8 no longer required for MIPS targets.
16882         * test-build.mk: Don't pass host argument to configure; make it
16883         guess.
16885 Tue Apr  6 10:36:53 1993  Fred Fish  (fnf@cygnus.com)
16887         * Makefile.in (gdb.tar.Z):  Fix for building gzip'd distribution.
16888         * Makefile.in (COMPRESS):  New macro, like GZIP.
16890 Fri Apr  2 09:02:31 1993  Ian Lance Taylor  (ian@cygnus.com)
16892         * test-build.mk: Use -with-gnu-as for mips-sgi-irix4 as well.
16894         * build-all.mk: Set GCC to gcc -O -G 8 for MIPS targets, since gcc
16895         with gas currently defaults to -G 0.
16897 Thu Apr  1 08:25:42 1993  Ian Lance Taylor  (ian@cygnus.com)
16899         * Makefile.in (all-flex): flex depends on byacc.
16901         * build-all.mk: If host not specified, use config.guess.  Pass TAG
16902         to test-build.mk as RELEASE_TAG.
16903         * test-build.mk (configargs): New variable containing arguments to
16904         pass to configure.  Set to -with-gnu-as on mips-dec-ultrix.
16905         (FLAGS_TO_PASS): Pass down RELEASE_TAG.
16907         * config.guess: Use /bin/uname when checking -X argument on SCO,
16908         to avoid invoking GNU uname which doesn't understand -X.
16910         * test-build.mk: Don't use /usr/unsupported/bin/as on AIX.
16912         * configure.in: Build gas for mips-*-*.
16914 Wed Mar 31 21:20:58 1993  K. Richard Pixley  (rich@rtl.cygnus.com)
16916         * Makefile.in (all.normal): insert missing backslash.
16918 Wed Mar 31 12:31:56 1993  Ian Lance Taylor  (ian@cygnus.com)
16920         * build-all.mk: Bump -XNh value to 1500 to match gcc requirements.
16922         * Makefile.in: Complete overhaul to merge many almost identical
16923         targets.
16925 Tue Mar 30 20:17:01 1993  Ken Raeburn  (raeburn@cambridge.cygnus.com)
16927         * Makefile.in (setup-dirs-gdb): Renamed from setup-dirs.
16928         (gdb.tar.Z): Adjusted.
16930         * Makefile.in (setup-dirs, taz): New targets; should be general
16931         enough to adapt for gdb sometime.  Build only .z file.
16932         (gas.tar.z): New target.
16934 Tue Mar 30 10:03:09 1993  Ian Lance Taylor  (ian@cygnus.com)
16936         * build-all.mk: Use CC=cc -Xs on Solaris.
16938 Thu Mar 25 15:14:30 1993  Fred Fish  (fnf@cygnus.com)
16940         * Makefile.in:  Incorporate changes suggested by wilson@cygnus.com
16941         for handling BISON for FSF releases.
16943 Thu Mar 25 06:19:48 1993  Ken Raeburn  (raeburn@kr-pc.cygnus.com)
16945         * configure: Actually implement the change zoo just documented.
16947 Wed Mar 24 13:02:44 1993  david d `zoo' zuhn  (zoo at poseidon.cygnus.com)
16949         * configure: when using config.guess, only set target_alias when
16950         it's not already been set (ie, on the command line)
16952 Mon Mar 22 23:07:39 1993  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
16954         * Makefile.in: add installcheck target, set PRMS to install-prms
16956 Sun Mar 21 16:46:12 1993  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
16958         * configure: add support for package_makefile_fragment, handle the
16959         case where a directory has a configure.in file but no Makefile.in
16960         more gracefully (with an actual understandable error message, even);
16961         add support for --without (and add this to the usage message); also
16962         explicitly add a --host=${host_alias} to the command line when
16963         config.guess is used
16965 Sun Mar 21 12:11:58 1993  Jim Wilson  (wilson@sphagnum.cygnus.com)
16967         * configure: Must use both --host and --target in recursive calls.
16969 Thu Mar 18 12:31:35 1993  Ian Lance Taylor  (ian@cygnus.com)
16971         * Makefile.in: Change deja-gnu to dejagnu.
16973 Mon Mar 15 15:44:35 1993  Ian Lance Taylor  (ian@cygnus.com)
16975         * configure.in (h8300-*-*, h8500-*-*): Don't build libg++.
16977 Fri Mar 12 18:30:14 1993  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
16979         * configure.in: canonicalize all instances to *-*-solaris2*,
16980         also strip out a number of tools to not build for go32 host
16982 Wed Mar 10 12:08:27 1993  K. Richard Pixley  (rich@rtl.cygnus.com)
16984         * config.guess: add GPL.
16986         * Makefile.in, config.guess, config.sub, configure: bump
16987           copyrights to 93.
16989 Wed Mar 10 07:12:48 1993  Ian Lance Taylor  (ian@cygnus.com)
16991         * Makefile.in (do-info): Removed obsolete check for existence of
16992         localenv file.
16994         * Makefile.in (MAKEOVERRIDES): Define to be empty.
16996 Wed Mar 10 03:11:56 1993  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
16998         * Makefile.in: a couple of 'else true' for decstation,
16999         support for TclX
17001         * configure.in: configure tclX too; don't remove Tk on RS/6000 anymore
17003 Tue Mar  9 16:06:12 1993  K. Richard Pixley  (rich@cygnus.com)
17005         * Makefile.in (setup-dirs): change invocation of make to $(MAKE).
17007 Mon Mar  8 14:52:11 1993  Ken Raeburn  (raeburn@cambridge)
17009         * config.guess: Recognize i386-ibm-aix (PS/2).
17010         * configure.in: Use config/mh-aix386 file for it.
17012 Mon Mar  8 11:12:43 1993  Ian Lance Taylor  (ian@cygnus.com)
17014         * Makefile.in (GCC_FOR_TARGET): Eliminated definition; use
17015         CC_FOR_TARGET instead.
17016         (BASE_FLAGS_TO_PASS): Pass GCC_FOR_TARGET=$(CC_FOR_TARGET).
17018 Wed Mar  3 16:00:28 1993  Steve Chamberlain  (sac@ok.cygnus.com)
17020         * Makefile.in: Add sim to list of directories sent with gdb
17022 Wed Mar  3 11:42:39 1993  Ken Raeburn  (raeburn@cygnus.com)
17024         * configure.in: Put back mips-dec-bsd* case.
17026 Tue Mar  2 21:15:58 1993  Fred Fish  (fnf@cygnus.com)
17028         (Ultrix 2.2 support from Michael Rendell <michael@mercury.cs.mun.ca>)
17029         * configure.in (vax-*-ultrix2*):  Add Ultrix 2.2 triplet.
17030         * config.guess:  Change 'VAX*:ULTRIX:*:*' to 'VAX*:ULTRIX*:*:*'.
17032 Tue Mar  2 18:11:03 1993  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
17034         * configure.in: remove no-op mips-dec-bsd* in "case $target"
17036         * Makefile.in (dir.info): only run gen-info-dir if it exists,
17037         (install-info): install dir.info only if it exists,
17038         (all-expect, install-expect): pass along X11_FLAGS_TO_PASS
17040 Tue Mar  2 09:01:30 1993  Ken Raeburn  (raeburn@cygnus.com)
17042         * configure.in: For vms target, skip bfd, ld, binutils.  Do build
17043         gas for mips-dec-bsd.
17045 Tue Mar  2 08:35:24 1993  Ian Lance Taylor  (ian@cygnus.com)
17047         * configure (makesrcdir): If ${srcdir} is relative and not ".",
17048         and ${subdir} is not ".", set makesrcdir based on ${invsubdir}.
17050 Tue Feb 23 14:18:28 1993  Mike Werner  (mtw@poseidon.cygnus.com)
17052         * configure.in: Added "dejagnu" to hosttools list.
17054 Mon Feb 22 23:28:38 1993  Per Bothner  (bothner@rtl.cygnus.com)
17056         * config.sub, configure.in, config.guess:  Add support
17057         for Bosx, an AIX variant from Bull.
17058         Patches from F.Pierresteguy@frcl.bull.fr.
17060 Sun Feb 21 11:15:22 1993  Mike Werner  (mtw@poseidon.cygnus.com)
17062         * devo/dejagnu: Initial creation of devo/dejagnu.
17063         Migrated dejagnu testcases and support files for testing software
17064         tools to reside as subdirectories, currently called "testsuite",
17065         within the directory of the software tool.  Migrated all programs,
17066         support libraries, etc. beloging to dejagnu proper from
17067         devo/deja-gnu to devo/dejagnu.  These files were moved "as is"
17068         with no modifications.  The changes to these files which will
17069         allow them to configure, build, and execute properly will be made
17070         in a future update.
17072 Fri Feb 19 20:19:39 1993  Brendan Kehoe  (brendan@lisa.cygnus.com)
17074         * Makefile.in: Change send_pr to send-pr.
17075         * configure.in: Likewise.
17076         * send_pr: Renamed directory to send-pr.
17078 Fri Feb 19 19:00:13 1993  Per Bothner  (bothner@cygnus.com)
17080         * Makefile.in:  Add some extra semi-colons (needed if SHELL=bash).
17082 Fri Feb 19 00:59:33 1993  John Gilmore  (gnu@cygnus.com)
17084         * README:  Update for gdb-4.8 release.
17085         * Makefile.in (gdb.tar.Z):  Add texinfo/tex3patch.  Build
17086         gdb-xxx.tar.z (gzip'd) file also.
17088 Thu Feb 18 09:16:17 1993  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
17090         * Makefile.in: make all-diff depend on all-libiberty
17092 Tue Feb 16 16:06:31 1993  K. Richard Pixley  (rich@cygnus.com)
17094         * config.guess: add vax-ultrix in the spirit of mips-ultrix.
17096 Tue Feb 16 05:57:15 1993  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
17098         * configure.in, Makefile.in: add hello, tar, gzip, recode, indent
17100 Tue Feb 16 00:58:20 1993  John Gilmore  (gnu@cygnus.com)
17102         * Makefile.in (DEVO_SUPPORT):  Remove etc directory
17103         (ETC_SUPPORT):  Only add the files GDB wants from etc/.
17104         (gdb.tar.Z):  Use ETC_SUPPORT.  Use byacc when building the file.
17106 Thu Feb 11 20:14:28 1993  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
17108         * Makefile.in:  makeinfo binary is in a new location
17110 Tue Feb  9 12:42:27 1993  Ian Lance Taylor  (ian@cygnus.com)
17112         * config.sub: Accept -ecoff as an OS.
17114         * Makefile.in: Various changes to eliminate a level of make
17115         recursion and reduce the required command line length.
17116         (BASE_FLAGS_TO_PASS): New variable holding flags passed to all
17117         sub-makes.
17118         (EXTRA_HOST_FLAGS, EXTRA_TARGET_FLAGS, EXTRA_GCC_FLAGS): New
17119         variables holding settings for specific sub-makes.
17120         (FLAGS_TO_PASS, TARGET_FLAGS_TO_PASS, GCC_FLAGS_TO_PASS): Rewrote
17121         in terms of BASE_FLAGS_TO_PASS.
17122         (TARGET_LIBS): New variable listing directories which use
17123         TARGET_FLAGS_TO_PASS.
17124         (subdir_do): Eliminated.
17125         (do-*): New set of targets to replace subdir_do.
17126         (various): All targets which used subdir_do now depend on do-*.
17127         (local-clean): Renamed from do_clean.
17128         (local-distclean): New target, dependency of distclean and
17129         realclean.
17130         (install-info): Don't create directories.  Depend on dir.info
17131         rather than calling make recursively.
17132         (install-dir.info): Eliminated.
17133         (install-info-dirs): Create all info directories here.
17134         (dir.info): Depend upon do-install-info.
17136         * test-build.mk (HOLES): Added false.
17138 Sat Feb  6 14:05:09 1993  Per Bothner  (bothner@rtl.cygnus.com)
17140         * config.guess:  Recognize BSDI and BSDJ (Jolitz 386bsd).
17142 Thu Feb  4 20:49:18 1993  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
17144         * Makefile.in (info): remove dependency on all-texinfo.  The
17145         problem was really in texinfo/C, not at this level.
17147 Thu Feb  4 13:38:41 1993  Ian Lance Taylor  (ian@cygnus.com)
17149         * Makefile.in (info): Added dependency on all-texinfo (PR 2112).
17151 Thu Feb  4 01:50:53 1993  John Gilmore  (gnu@cygnus.com)
17153         * Makefile.in (make-gdb.tar.Z):  Change BISON to 'bison -y' for
17154         GDB releases.
17156 Wed Feb  3 17:22:16 1993  Ken Raeburn  (raeburn@cambridge.cygnus.com)
17158         * configure: Include srcdir in message about target of link not
17159         being found.  Don't convert `-' to `_' in `with' options being
17160         passed to subdirs.
17162 Tue Feb  2 18:57:59 1993  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
17164         * configure.in: add uudecode to host_tools
17166         * Makefile.in: added {all,install}-uudecode targets, added them to
17167         the appropriate lists
17169 Tue Feb  2 11:45:53 1993  Ian Lance Taylor  (ian@cygnus.com)
17171         * Makefile.in (all-gcc): Added dependency on all-gas.
17173         * configure.in (mips-*-*): Build ld and binutils.
17175 Mon Feb  1 12:35:41 1993  K. Richard Pixley  (rich@rtl.cygnus.com)
17177         * configure: check return code from mkdir, print error message and
17178           exit on failure.
17180 Sat Jan 30 16:40:28 1993  John Gilmore  (gnu@cygnus.com)
17182         * Makefile.in (make-gdb.tar.Z):  New location for texinfo.tex.
17184 Thu Jan 28 15:09:59 1993  Ian Lance Taylor  (ian@cygnus.com)
17186         * test-build.mk (HOLES): Added tar, cpio and uudecode.
17188 Wed Jan 27 16:50:32 1993  Jim Wilson  (wilson@sphagnum.cygnus.com)
17190         * config.sub (h8500):  Recognize this as a cpu type.
17192 Sat Jan 23 20:32:01 1993  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
17194         * configure: source directory missing is no longer a warning
17196         * configure.in: recognize irix[34]* instead of irix[34]
17198         * Makefile.in: define and pass down X11_LIB
17200 Sat Jan 23 13:49:40 1993  Per Bothner  (bothner@cygnus.com)
17202         * guess-systype: Renamed to ...
17203         * config.guess:  ... by popular request.
17204         * configure.in, Makefile.in:  Update accordingly.
17206 Thu Jan 21 12:20:55 1993  Per Bothner  (bothner@cygnus.com)
17208         * guess-systype:  Patches from John Eaton <jwe@che.utexas.edu>:
17209         + Add Convex, Cray/Unicos, and Encore/Multimax support.
17210         + Execute ./dummy instead of assuming . is in PATH.
17212 Tue Jan 19 17:18:06 1993  Per Bothner  (bothner@cygnus.com)
17214         * guess-systype:  New shell script.  Attempts to guess the
17215         canonical host name of the executing host.
17216         Only a few hosts are supported so far.
17217         * configure:  Call guess-systype if no host is specified.
17219 Tue Jan 19 08:26:07 1993  Ian Lance Taylor  (ian@cygnus.com)
17221         * Makefile.in (gcc-no-fixedincludes): Made to work with current
17222         gcc Makefile.
17225 Fri Jan 15 10:27:02 1993  Ian Lance Taylor  (ian@cygnus.com)
17227         * Makefile.in (GCC_FLAGS_TO_PASS): New variable.
17228         (all-gcc, install-gcc, subdir_do): Use it.
17230 Wed Jan 13 17:06:45 1993  Jim Wilson  (wilson@sphagnum.cygnus.com)
17232         * Makefile.in: Rename uninstalled gcc driver from gcc to xgcc.
17234 Wed Jan  6 20:29:16 1993  Mike Werner  (mtw@rtl.cygnus.com)
17236         * Makefile.in: Removed explicit setting of SUBDIRS. SUBDIRS is now
17237           set exclusively by configure, using configure.in .
17239 Wed Jan  6 13:44:11 1993  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
17241         * test-build.mk: set $PATH for all builds
17243         * Makefile.in: pass TARGET_FLAGS_TO_PASS for xiberty and libm
17245 Wed Jan  6 11:02:10 1993  Fred Fish  (fnf@cygnus.com)
17247         * Makefile.in (GCC_FOR_TARGET):  Supply a default that matches
17248         the one used in gcc/Makefile.in, so that a null expansion doesn't
17249         override the one needed to build gcc with a native cc.
17252 Tue Jan  5 07:55:12 1993  Ken Raeburn  (raeburn@cambridge.cygnus.com)
17254         * configure: Accept -with arguments.
17256 Sun Jan  3 15:15:09 1993  Steve Chamberlain  (sac@thepub.cygnus.com)
17258         * Makefile.in: added h8300sim
17260 Tue Dec 29 15:06:00 1992  Ian Lance Taylor  (ian@cygnus.com)
17262         * build-all.mk: If canonhost is i386-unknown-sco3.2v4, change it
17263         to i386-sco3.2v4.  Set TARGETS and CFLAGS for i386-sco3.2v4.
17264         (all-cygnus, native, build-cygnus): Make
17265         $(canonhost)-stamp-3stage-done, not $(host)....
17266         * test-build.mk (stamp-3stage-compared): Use tail +10c for
17267         i386-sco3.2v4.  Added else true to if command.
17269 Mon Dec 28 12:08:56 1992  Ken Raeburn  (raeburn@cygnus.com)
17271         * config.sub: (from FSF) Sequent uses a BSD-like OS.
17273 Mon Dec 28 08:32:06 1992  Minh Tran-Le  (mtranle@paris.intellicorp.com)
17275         * configure.in (i[34]86-*-isc*): added; uses mh-sysv.
17277 Thu Dec 24 17:26:24 1992  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
17279         * configure.in: don't remove binutils from Solaris builds
17281 Thu Dec 24 14:08:38 1992 david d`zoo' zuhn  (zoo@cygnus.com)
17283         * Makefile.in: get rid of earlier definitions for *clean,
17284         also handle the recursive info rule better
17286 Thu Dec 24 12:40:21 1992  Per Bothner  (bothner@rtl.cygnus.com)
17288         * Makefile.in (mostlyclean, distclean, realclean):  Fix to
17289         do more-or-less the right thing.
17291 Wed Dec 16 10:25:31 1992  Ian Lance Taylor  (ian@cygnus.com)
17293         * Makefile.in: Add lines defining CC and CXX, and use CXX rather
17294         than gcc in definitions of CXX_FOR_BUILD and CXX_FOR_TARGET.
17296 Tue Dec 15 00:34:32 1992  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
17298         * Makefile.in: change all $(host_cpu)-$(host_vendor)-$(host_os) to
17299         $(host_canonical).
17301         * configure.in: split the configdirs list into 4 categories (native
17302         v. cross, library v. tool) and handle the cross-only and native-
17303         only in more reasonable (and correct!) way.
17305 Mon Dec 14 17:04:22 1992  Stu Grossman  (grossman at cygnus.com)
17307         * configure.in (hppa*-*-*):  Don't remove bfd and gdb from
17308         configdirs anymore.
17310 Sun Dec 13 00:37:26 1992  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
17312         * Makefile.in: extensive cleanup::  removed all of the explicit
17313         clean-* targets, collapsed many wrappers around subdir_do into
17314         one, added additional targets to satisfy standards.texi, deleted
17315         some old targets, some changes for consistency
17317 Fri Dec 11 20:18:02 1992  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
17319         * configure.in: handle some programs as cross-only, and others as
17320         native only
17322         * test-build.mk: handle partial holes in a more generic manner
17324         * Makefile.in: m4 depends on libiberty
17326 Thu Dec  3 21:52:11 1992  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
17328         * configure.in: add m4, textutils, fileutils, sed, shellutils,
17329         time, wdiff, and find to configdirs
17331         * Makefile.in: all, clean, and install rules for the new programs
17332         added to configure.in
17334 Mon Nov 30 14:54:34 1992  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
17336         * configure.in: use mh-sun for all *-sun-* hosts
17338 Fri Nov 27 18:35:54 1992  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
17340         * Makefile.in: define flags for X11 include files and library file
17341         locations, pass them down to the programs that need this info
17343         * build-all.mk: added a 'native' target, to 3stage the native toolchain
17345 Sun Nov 22 18:59:13 1992  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
17347         * configure.in: start building libg++ for HP-UX targets
17349 Wed Nov 18 19:33:11 1992  John Gilmore  (gnu@cygnus.com)
17351         * README:  Update references to files moved into etc/.
17353 Sun Nov 15 09:36:08 1992  Fred Fish  (fnf@cygnus.com)
17355         * config.sub (i386sol2, i486sol2):  i[34]86-unknown-solaris2.
17356         * configure.in (i[34]86-*-solaris2*):  Use config/mh-sysv4.
17358 Thu Nov 12 08:50:42 1992  Ian Lance Taylor  (ian@cygnus.com)
17360         * configure: accept dash as well as underscore in long option
17361         names for FSF compatibility.
17363 Wed Nov 11 08:04:37 1992  Ian Lance Taylor  (ian@cygnus.com)
17365         * config.sub: added -sco3.2v4 support from FSF.
17367 Sun Nov  8 21:14:30 1992  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
17369         * configure.in: expand the section that adds or removes
17370         directories from the list of programs to build, to handle native
17371         vs. cross in addition to host v. native
17373 Sat Nov  7 18:52:27 1992  Per Bothner  (bothner@rtl.cygnus.com)
17375         * Makefile.in:  Replace C++ in macro names with CXX.
17376         This is less likely to break ...
17378 Sat Nov  7 15:16:58 1992  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
17380         * test-build.mk: add -w to GNU_MAKE
17382 Fri Nov  6 23:10:37 1992  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
17384         * config.sub: remove 'sparc'-->'sparc-sun' default transformation,
17385         add 'sparc' to list of recognized cpus.  This needed to make
17386         'sparc-aout' expand to 'sparc-unknown-aout' instead of 'sparc-sun-aout'.
17387         Delete some redundant ose68 variants.  Recognize -wrs as an os,
17388         then changes that into $CPU-wrs-vxworks.
17390         * configure.in: remove most references to gdbtest, regularize
17391         target based program removal
17393         * test-build.mk: import from p3 tree (many fixes and changes)
17395 Fri Nov  6 20:59:00 1992  david d `zoo' zuhn  (zoo@cygnus.com)
17397         * Makefile.in: added rules to handle tcl, tk, and expect
17399         * configure.in: handle those directories if they exist
17401 Thu Nov  5 14:35:41 1992  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
17403         * config.sub: removed bogus hppabsd and hppahpux names, since
17404         "hppa" is not a valid cpu (hppa1.1 or hppa1.0 are, though)
17406 Thu Oct 29 00:12:41 1992  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
17408         * Makefile.in: all-gcc now depends on all-binutils.  all-libg++
17409         depends upon all-xiberty
17411         * Makefile.in: changes from p3, including:
17413         Thu Oct  8 15:00:17 1992  Ian Lance Taylor  (ian@cygnus.com)
17415         * Makefile.in (XTRAFLAGS): include newlib directories if
17416         newlib/Makefile exists, rather than if host != target.
17418         Fri Sep 25 13:41:52 1992  Ian Lance Taylor  (ian@cygnus.com)
17420         * Makefile.in: added -nostdinc to XTRAFLAGS if we are using gcc
17421         from the same source tree and not building a cross-compiler.  This
17422         matters for the libg++ configuration if reconfiguring a tree that
17423         has already been installed.
17425         Thu Sep 10 10:35:51 1992  Ian Lance Taylor  (ian@cygnus.com)
17427         * Makefile.in: added -I for newlib/targ-include to XTRAFLAGS, to
17428         pick up the machine and system specific header files.
17430         * Makefile.in: added AS_FOR_TARGET, passed down in
17431         TARGET_FLAGS_TO_PASS.  Added CC_FOR_BUILD, which is intended to be
17432         the C compiler to use to create programs which are run in the
17433         build environment, set it to default to $(CC), and passed it down
17434         in FLAGS_TO_PASS and TARGET_FLAGS_TO_PASS.
17436         Mon Sep  7 22:34:42 1992  Ian Lance Taylor  (ian@cirdan.cygnus.com)
17438         * Makefile.in: add $(host) = $(target) tests back to *_FOR_TARGET.
17439         We need them for unusual native builds, like systems without
17440         ranlib.
17442         * configure: also define $(host_canonical) and
17443         $(target_canonical), which are the full, canonical names for the
17444         given host and target
17446 Sun Nov  1 16:38:17 1992  Per Bothner  (bothner@cygnus.com)
17448         * Makefile.in:  Added separate definitions for C++.
17450 Fri Oct 30 11:37:52 1992  Fred Fish  (fnf@cygnus.com)
17452         * configure.in (configdirs):  Add deja-gnu.
17454 Fri Oct 23 00:39:18 1992  John Gilmore  (gnu@cygnus.com)
17456         * README:  Update for configure.texi and gdb-4.7 release.
17458 Wed Oct 21 21:54:27 1992  John Gilmore  (gnu@cygnus.com)
17460         * Makefile.in:  Move "all" target to top of file.
17461         Previously, first target was ".PHONY" which caused BSD4.4 make
17462         to build .PHONY when make was run without arguments.
17464 Mon Oct 19 01:17:54 1992  John Gilmore  (gnu@cygnus.com)
17466         * Makefile.in:  Add COPYING.LIB to GDB releases, now that there's
17467         Library-copylefted code in libiberty.
17469 Tue Oct 13 01:22:32 1992  John Gilmore  (gnu@cygnus.com)
17471         * config.sub:  Replace m68kmote with plain old m68k.
17473 Fri Oct  9 03:14:24 1992  John Gilmore  (gnu@cygnus.com)
17475         * Makefile.in:  Remove space from blank line, avoid Make complaints.
17477 Thu Oct  8 18:41:45 1992  Ken Raeburn  (raeburn@cygnus.com)
17479         * config.sub: Complain if no argument is given.  Added support for
17480         386bsd as OS and target alias.
17482 Thu Oct  8 15:07:22 1992  Ian Lance Taylor  (ian@cygnus.com)
17484         * Makefile.in (XTRAFLAGS): include newlib directories if
17485         newlib/Makefile exists, rather than if host != target.
17487 Mon Oct  5 03:00:09 1992  Mark Eichin  (eichin at tweedledumber.cygnus.com)
17489         * config.sub: recognize sparclite-wrs-vxworks.
17491         * Makefile.in (install-xiberty): added *-xiberty make rules (from
17492         p3.) Added clean-xiberty to clean.
17494 Thu Oct  1 17:59:19 1992  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
17496         * configure.in: use *-*-* instead of nested cases for host and target
17498 Tue Sep 29 14:11:18 1992  Ian Lance Taylor  (ian@cygnus.com)
17500         * Makefile.in: added -nostdinc to XTRAFLAGS if we are using gcc
17501         from the same source tree and not building a cross-compiler.  This
17502         matters for the libg++ configuration if reconfiguring a tree that
17503         has already been installed.
17505 Sep 20 08:53:10 1992  Fred Fish  (fnf@cygnus.com)
17507         * config.sub (i486v/i486v4):  Merge in from FSF version.
17509 Fri Sep 18 00:32:00 1992  Mark Eichin  (eichin@cygnus.com)
17511         * configure: only set PWD if it is already set.
17513 Thu Sep 17 23:05:53 1992  Mark Eichin  (eichin@cygnus.com)
17515         * configure: just set PWD=`pwd` at the top, since Ultrix sh
17516         doesn't have unset and all success paths (and most error paths)
17517         out set it anyway. (Note: should change all uses of ${PWD=`pwd`}
17518         to just ${PWD} to avoid confusion.)
17520 Tue Sep 15 16:00:54 1992  Ian Lance Taylor  (ian@cygnus.com)
17522         * configure: always set $(tooldir) to $(libdir)/$(target_alias),
17523         even for a native compilation.
17525 Tue Sep 15 02:22:56 1992  John Gilmore  (gnu@cygnus.com)
17527         Changes to make the gdb.tar.Z rule work better.
17529         * Makefile.in (GDB_SUPPORT_DIRS):  Add opcodes.
17530         (DEVO_SUPPORT):  Add configure.texi.
17531         (bfd-ilrt.tar.Z):  Remove ancient rule.
17533 Thu Sep 10 10:43:19 1992  Ian Lance Taylor  (ian@cygnus.com)
17535         * Makefile.in: added -I for newlib/targ-include to XTRAFLAGS, to
17536         pick up the machine and system specific header files.
17538         * configure.in, config.sub: added new target m68010-adobe-scout,
17539         with alias of adobe68k.  Changed configure.in to check for
17540         -scout before -sco* to avoid a false match.
17542         * Makefile.in: added AS_FOR_TARGET, passed down in
17543         TARGET_FLAGS_TO_PASS.  Added CC_FOR_BUILD, which is intended to be
17544         the C compiler to use to create programs which are run in the
17545         build environment, set it to default to $(CC), and passed it down
17546         in FLAGS_TO_PASS and TARGET_FLAGS_TO_PASS.
17548 Wed Sep  9 12:21:42 1992  Ian Lance Taylor  (ian@cygnus.com)
17550         * Makefile.in: added TARGET_FLAGS_TO_PASS, CC_FOR_TARGET,
17551         AR_FOR_TARGET, RANLIB_FOR_TARGET, NM_FOR_TARGET.  Pass
17552         TARGET_FLAGS_TO_PASS, which defines CC, AR, RANLIB and NM as the
17553         FOR_TARGET variants, to newlib and libg++.
17555 Tue Sep  8 17:28:30 1992  Ken Raeburn  (raeburn@cambridge.cygnus.com)
17557         * Makefile.in (all-gas, all-gdb): Require all-opcodes to be built
17558         first.
17560 Wed Sep  2 02:50:05 1992  John Gilmore  (gnu@cygnus.com)
17562         * config.sub:  Accept `elf' as an environment.
17564 Tue Sep  1 15:48:30 1992  Steve Chamberlain  (sac@thepub.cygnus.com)
17566         * Makefile.in (all-opcodes):  cd into the right directory
17568 Sun Aug 30 21:12:11 1992  Ian Lance Taylor  (ian@cygnus.com)
17570         * configure: added -program_transform_name option, used as
17571         argument to sed when installing programs.
17572         configure.texi: added documentation for -program_prefix,
17573         -program_suffix and -program_transform_name.
17575 Thu Aug 27 21:59:44 1992  John Gilmore  (gnu@cygnus.com)
17577         * config.sub:  Accept i486 where i386 ok.
17579 Thu Aug 27 13:04:42 1992  Brendan Kehoe  (brendan@rtl.cygnus.com)
17581         * config.sub: accept we32k
17583 Mon Aug 24 14:05:14 1992  Ian Lance Taylor  (ian@cygnus.com)
17585         * config.sub, configure.in: accept OSE68000 and OSE68k.
17587         * Makefile.in: don't create all directories for ``make install'';
17588         let the subdirectories create the ones they need.
17590 Tue Aug 11 23:13:17 1992  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
17592         * COPYING: new file, GPL v2
17594 Tue Aug  4 01:12:43 1992  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
17596         * Makefile.in: use the new gen-info-dir, which needs a template
17597         argument (which also lives in texinfo)
17599         * configure.texi, standards.texi: fix INFO-DIR-ENTRY
17601 Mon Aug  3 00:34:17 1992  Fred Fish  (fnf@cygnus.com)
17603         * config.sub (ncr3000):  Change i386 to i486.
17605 Thu Jul 23 00:12:17 1992  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
17607         * Makefile.in: add install-rcs, install-grep to
17608         install-no-fixedincludes, removed install-bison and install-libgcc
17610 Tue Jul 21 01:01:50 1992  david d `zoo' zuhn (zoo@cygnus.com)
17612         * configure.in: grab the HPUX makefile fragment if on HPUX
17614 Mon Jul 20 11:02:09 1992  D. V. Henkel-Wallace  (gumby@cygnus.com)
17616         * Makefile.in: eradicate bison spoor (ditto libgcc).
17617          configure.in: recognise m68{k,000}-ericsson-OSE.
17618          es1800 is alias for m68k-ericsson-OSE
17620 Sun Jul 19 17:49:02 1992  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
17622         * configure.in: rearrange the parts that remove programs from
17623         configdirs, based now on HOST==TARGET or by canonical triple.
17625 Fri Jul 17 22:52:49 1992  K. Richard Pixley  (rich@rtl.cygnus.com)
17627         * test-build.mk: recurse explicitly with -f test-build.mk when
17628           appropriate.  predicate stage3 and comparison on the existence
17629           of gcc.  That is, if gcc isn't around, we aren't three-staging.
17630           On very clean, also remove ...stamp-co.  Build in-place before
17631           doing other builds.
17633 Thu Jul 16 18:33:09 1992  Steve Chamberlain  (sac@thepub.cygnus.com)
17635         * Makefile.in, configure.in: add tgas
17637 Thu Jul 16 16:05:28 1992  K. Richard Pixley  (rich@rtl.cygnus.com)
17639         * Makefile.in: a number of changes merged in from progressive.
17641         * configure.in: add libm.
17643         * .cvsignore: ignore some stuff that comes from test-build.mk.
17645 Tue Jul  7 00:24:52 1992  Fred Fish  (fnf@cygnus.com)
17647         * config.sub:  Add es1800 (m68k-ericsson-es1800).
17649 Tue Jun 30 20:24:41 1992  D. V. Henkel-Wallace  (gumby@cygnus.com)
17651         * configure: Add program_suffix (parallel to program_prefix)
17652         * Makefile.in: adjust directory-creating script for losing decstation
17654 Mon Jun 22 23:43:48 1992  Per Bothner  (bothner@cygnus.com)
17656         * configure:  Minor $subdir-related fixes.
17658 Mon Jun 22 18:30:26 1992  Steve Chamberlain  (sac@thepub.cygnus.com)
17660         * configure: fix various problems with propogating
17661         makefile_target_frag in subdirs.
17662         * configure.in: config libgcc if its there
17664 Fri Jun 19 15:19:40 1992  Stu Grossman  (grossman at cygnus.com)
17666         * config.sub:  HPPA merge.
17668 Sun Jun 14 10:29:19 1992  John Gilmore  (gnu at cygnus.com)
17670         * Makefile.in:  Replace all-bison with all-byacc in all
17671         dependency lines for other tools (which now use byacc).
17673 Fri Jun 12 22:21:57 1992  John Gilmore  (gnu at cygnus.com)
17675         * config.sub:  Add sun4sol2 => sparc-sun-solaris2.
17677 Thu Jun  4 12:07:32 1992  Mark Eichin  (eichin@cygnus.com)
17679         * Makefile.in: make gprof rules similar to byacc rules (instead of
17680         vestigal $(unsubdir) that didn't work...)
17682 Thu Jun  4 00:37:05 1992  Per Bothner  (bothner@rtl.cygnus.com)
17684         * config.sub:  Add support for Linux.
17685         * Makefile.in:  Use $(FLAGS_TO_PASS) more consistently
17686         (at least for libg++).
17688 Tue Jun 02 20:03:00 1992  david d `zoo' zuhn (zoo@cygnus.com)
17690         * configure.texi: fix doc for the -nfp option to configure
17692 Tue Jun  2 17:20:52 1992  Michael Tiemann  (tiemann@cygnus.com)
17694         * Makefile.in (all-binutils): ar needs flex, so depend on all-flex.
17696 Sun May 31 15:04:08 1992  Mark Eichin  (eichin at cygnus.com)
17698         * config.sub: changed [^-]+ to [^-][^-]* so that it works under
17699         Sun sed. (BSD 4.3 sed doesn't handle [^-]+ either.)
17700         * configure.in: added solaris* host_makefile_frag hook.
17702 Sun May 31 01:10:34 1992  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
17704         * config.sub: changed recognition of m68000 so that various
17705         m68k types can be specified via m680[01234]0
17707 Sat May 30 21:01:06 1992  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
17709         * config.sub (basic_machine): fix sed so that '-foo' isn't
17710         completely substituted out while .+'-foo' loses the '-foo'
17712 Wed May 27 23:18:52 1992  Michael Tiemann  (tiemann@rtl.cygnus.com)
17714         * config.sub ($os): Add -aout.
17716 Fri May 22 14:00:02 1992  Per Bothner  (bothner@cygnus.com)
17718         * configure:  If host_makefile_frag is absolute, don't
17719         prefix ${invsubdir} (relevant to libg++ auto-configure).
17721 Thu May 21 18:00:09 1992  Michael Tiemann  (tiemann@rtl.cygnus.com)
17723         * Makefile.in (tooldir): Define it.
17724         (all-ld): Depend on all-flex.
17726 Sun May 10 21:45:59 1992  Per Bothner  (bothner@rtl.cygnus.com)
17728         * Makefile.in (check):  Fix libg++ special case.
17730 Fri May  8 08:31:41 1992  K. Richard Pixley  (rich@cygnus.com)
17732         * configure: do not bury `pwd` into config.status, thus do fewer
17733           pwd's.
17735         * configure: print the "Building in" message only when building in
17736           other than "." AND verbose.
17738         * configure: remove -s, rework -v to better accommodate guested
17739           configures.
17741         * standards.texi: updated to 3 may, fixed librid <-> libdir typo.
17743 Fri May  1 18:00:50 1992  K. Richard Pixley  (rich@cygnus.com)
17745         * Makefile.in: macroize flags passed on recursion.  remove
17746           fileutils.
17748 Thu Apr 30 08:56:20 1992  K. Richard Pixley  (rich@cygnus.com)
17750         * configure: get makesrcdir right for subdirs deeper than 1.
17752         * Makefile.in: pass INSTALL, INSTALL_DATA, INSTALL_PROGRAM on
17753           install.
17755 Fri Apr 24 15:51:51 1992  K. Richard Pixley  (rich@cygnus.com)
17757         * Makefile.in: don't print subdir_do or recursion lines.
17759 Fri Apr 24 15:22:04 1992  K. Richard Pixley  (rich@cygnus.com)
17761         * standards.texi: added menu item.
17763         * Makefile.in: build and install standards.info.
17765         * standards.texi: new file.
17767 Wed Apr 22 18:06:55 1992  K. Richard Pixley  (rich@rtl.cygnus.com)
17769         * configure: test for and move config.status pieces from
17770           ${subdir}/.
17772 Wed Apr 22 14:38:34 1992  Fred Fish  (fnf@cygnus.com)
17774         * configure:  Test for existance of files before trying to mv
17775         them, to avoid numerous non-existance messages.
17777 Tue Apr 21 12:31:33 1992  K. Richard Pixley  (rich@cygnus.com)
17779         * configure: correct final line of config.status.
17781         * configure: patch from eggert.  Avoids a protection problem if
17782           the original Makefile.in is read only.
17784         * configure: use move-if-change from gcc to create config.status.
17785           Some makefiles depend on config.status to tell if a directory
17786           has been reconfigured for a different host.  This change
17787           prevents those directories from remaking everything in the case
17788           where the reconfig was only intended to rebuild a Makefile.
17790         * configure: test for config.sub with "config.sub sun4" rather
17791           than "config.sub ${host_alias}".  Otherwise we can't tell a bad
17792           host alias from a missing config.sub.
17794 Mon Apr 20 18:16:36 1992  K. Richard Pixley  (rich@rtl.cygnus.com)
17796         * Makefile.in: explicitly pass CFLAGS on recursion. no longer pass
17797           MINUS_G (this can be done with CFLAGS).  Default CFLAGS to -g.
17799 Fri Apr 17 18:27:51 1992  Per Bothner  (bothner@cygnus.com)
17801         * configure: mkdir ${subdir} as needed.
17803 Wed Apr 15 17:37:22 1992  K. Richard Pixley  (rich@cygnus.com)
17805         * Makefile.in,configure.in: added autoconf.
17807 Wed Apr 15 17:27:34 1992  K. Richard Pixley  (rich@rtl.cygnus.com)
17809         * Makefile.in: no longer pass against on recursion.
17811         * Makefile.in: added .NOEXPORT: so that stray makefile_frag
17812           definitions are not inherited.
17814         * configure: correct makesrcdir when subdir is .
17816 Tue Apr 14 11:56:09 1992  Per Bothner  (bothner@cygnus.com)
17818         * configure:  Add support for 'subdirs' variable, which is
17819         like 'configdirs', except that configure doesn't re-invoke
17820         itself for subdirs, it just creates a Makefile for each subdir.
17821         * configure.texi:  Document subdirs.
17823 Mon Apr 13 18:50:16 1992  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
17825         * configure.in: added flex to configdirs
17827 Mon Apr 13 18:43:55 1992  K. Richard Pixley  (rich@cygnus.com)
17829         * Makefile.in: remove clean-stamps from clean.
17831 Sat Apr 11 03:52:03 1992  John Gilmore  (gnu at cygnus.com)
17833         * configure.in:  Add gdbtest to configdirs.
17835 Fri Apr 10 23:11:49 1992  Fred Fish  (fnf@cygnus.com)
17837         * Makefile.in (MINUS_G):  Add macro, default to -g, pass on
17838         to recursive makes.
17839         * configure.in:  Recognize new ncr3000 config.
17841 Wed Apr  8 23:08:12 1992  K. Richard Pixley  (rich@cygnus.com)
17843         * Makefile.in, configure.in: removed references to gdbm.
17845 Tue Apr  7 16:48:20 1992  Per Bothner  (bothner@cygnus.com)
17847         * config.sub:  Don't canonicalize os value
17848         newsos* to bsd (readline needs to check for newsos).
17849         (This fix was earlier made Jan 31, but got re-broken.)
17851 Mon Apr  6 14:34:08 1992  Stu Grossman  (grossman at cygnus.com)
17853         * configure.in:  sco is an os, not a vendor!
17855         * configure:  Quote $( better.  Keep various shells happy.
17857 Tue Mar 31 16:32:57 1992  K. Richard Pixley  (rich@cygnus.com)
17859         * Makefile.in: eliminate stamp-files.
17861 Mon Mar 30 22:20:23 1992  K. Richard Pixley  (rich@cygnus.com)
17863         * Makefile.in: add send_pr.  remove "force" from .stmp-gprof rule.
17864           Supress echoing of all the "if [ -d ... $(MAKE)" lines.
17866 Wed Mar 25 15:20:04 1992  Stu Grossman  (grossman@cygnus.com)
17868         * config.sub:  fix iris/iris3.
17870 Wed Mar 25 10:34:19 1992  K. Richard Pixley  (rich@cygnus.com)
17872         * configure: re-add -rm.
17874 Tue Mar 24 23:50:16 1992  K. Richard Pixley  (rich@cygnus.com)
17876         * Maskefile.in: add .stmp-rcs to all.
17878         * configure.in: remove gas from rs6000 build, use aix host fragment.
17880 Mon Mar 23 19:43:35 1992  K. Richard Pixley  (rich@cygnus.com)
17882         * configure: pass down site_option during recursion.
17884 Thu Mar 19 16:49:36 1992  Stu Grossman  (grossman at cygnus.com)
17886         * Makefile.in (all.cross):  Add .stmp-bfd .stmp-readline.
17888 Wed Mar 18 15:29:33 1992  Mike Stump  (mrs@cygnus.com)
17890         * configure: Change exec_prefix so that it really defaults to prefix.
17892 Sat Mar 14 17:20:38 1992  Fred Fish  (fnf@cygnus.com)
17894         * Makefile.in, configure.in:  Add support for mmalloc library.
17896 Fri Mar 13 18:44:18 1992  K. Richard Pixley  (rich@cygnus.com)
17898         * Makefile.in: add stmp dependencies for a few more things.
17900 Thu Mar 12 04:56:24 1992  K. Richard Pixley  (rich@cygnus.com)
17902         * configure: adjusted error message on objdir/srcdir configure
17903           collision, per john's suggestion.
17905         * Makefile.in: add libiberty stmp to all and all.cross.
17907 Wed Mar 11 02:07:52 1992  K. Richard Pixley  (rich@cygnus.com)
17909         * Makefile.in: remove force dependencies, add grep to all.
17911 Tue Mar 10 21:49:18 1992  K. Richard Pixley  (rich@mars.cygnus.com)
17913         * Makefile.in: drop flex.  make stamp files work.
17915         * configure: added test for conflicting configuration in srcdir,
17916           remove trailing slashes from srcdir.  Otherwise emacs gdb mode
17917           gets cranky.  use relative paths for configure and srcdir
17918           whenever possible.  Send some error messages to stderr that were
17919           going to stdout.
17921 Tue Mar 10 18:01:55 1992  Per Bothner  (bothner@cygnus.com)
17923         * Makefile.in:  Fix libg++ rule to check for gcc directory
17924         before using gcc/gcc.  Also pass XTRAFLAGS.
17926 Thu Mar  5 21:45:07 1992  K. Richard Pixley  (rich@sendai)
17928         * Makefile.in: added stmp-files so that directories aren't polled
17929           when they are already built.
17931         * configure.texi: fixed a node pointer problem.
17933 Thu Mar  5 12:05:58 1992  Stu Grossman  (grossman at cygnus.com)
17935         * config.sub configure.in gdb/configure.in
17936         gdb/mips-tdep.c gdb/mipsread.c gdb/procfs.c gdb/signame.h
17937         gdb/tm-irix3.h gdb/tm-mips.h gdb/xm-irix4.h gdb/config/mt-irix3
17938         gdb/config/mh-irix4 texinfo/configure.in:  Port to SGI Irix-4.x.
17940 Wed Mar  4 02:57:46 1992  K. Richard Pixley  (rich@rtl.cygnus.com)
17942         * configure: -recurring becomes -silent.  corrected help message
17943           for -site= option.
17945         * Makefile.in: mkdir $(exec_prefix) and $(tooldir).
17947 Tue Mar  3 14:51:21 1992  K. Richard Pixley  (rich@rtl.cygnus.com)
17949         * configure: when building Makefile for crosses, replace
17950           tooldir and program_prefix.  default srcdir from location of
17951           config.sub.  remove "for host in hosts" and "for target in
17952           targets" loops.
17954 Wed Feb 26 19:48:25 1992  K. Richard Pixley  (rich@rtl.cygnus.com)
17956         * Makefile.in: Do not pass bindir or mandir to cvs.
17958 Wed Feb 26 18:04:40 1992  K. Richard Pixley  (rich@cygnus.com)
17960         * Makefile.in, configure.in: removed traces of namesubdir,
17961           -subdirs, $(subdir), $(unsubdir), some rcs triggers.  Forced
17962           copyrights to '92, changed some from Cygnus to FSF.
17964         * configure.texi: remove most references to multiple hosts,
17965           multiple targets, subdirs, etc.
17967         * configure.man: removed rcsid. reference config.sub not
17968           config.subr.
17970         * Makefile.in: mkdir $(infodir) on install-info.
17972 Wed Feb 19 15:41:13 1992  John Gilmore  (gnu at cygnus.com)
17974         * configure.texi:  Explain better about .gdbinit and about
17975         the environment that configure.in sections run in.
17977 Fri Feb  7 07:55:00 1992  John Gilmore  (gnu at cygnus.com)
17979         * configure.in:  Ultrix is only a decstation if it's a MIPS.
17981 Fri Jan 31 21:54:51 1992  John Gilmore  (gnu at cygnus.com)
17983         * README:  DOC.configure => cfg-paper.texi.
17985 Fri Jan 31 21:48:18 1992  Stu Grossman  (grossman at cygnus.com)
17987         * config.sub (near case $os):  Don't convert newsos* to bsd!
17989 Fri Jan 31 02:27:32 1992  John Gilmore  (gnu at cygnus.com)
17991         * Makefile.in:  Reinstall change from gdb-4.3 that reduces
17992         the number of copies of COPYING that go into the GDB tar file.
17994 Thu Jan 30 16:17:30 1992  Stu Grossman  (grossman at cygnus.com)
17996         * bfd/configure.in, gdb/config/mh-i386sco,
17997         gdb/config/mt-i386v32, gdb/configure.in, readline/configure.in:
17998         Fix SCO configuration stuff.
18000 Tue Jan 28 23:51:07 1992  Per Bothner  (bothner at cygnus.com)
18002         * Makefile.in:  For libg++, make sure the -I pointing
18003         to the gcc directory goes *after* all the libg++-local -I flags.
18004         Also, move just-gcc dependency from just-libg++ to all-libg++.
18006 Tue Jan 28 12:56:24 1992  Stu Grossman  (grossman at cygnus.com)
18008         * configure:  Change -x to -f to keep Ultrix /bin/test happy.
18010 Sat Jan 18 17:45:11 1992  Stu Grossman  (grossman at cygnus.com)
18012         * Makefile.in (make-gdb.tar.Z):  Remove texinfo targets.
18014 Sat Jan 18 17:03:21 1992  Fred Fish  (fnf at cygnus.com)
18016         * config.sub:  Add stratus configuration frags.  Also
18017         submitted to FSF.
18019 Sat Jan 18 15:35:29 1992  Stu Grossman  (grossman at cygnus.com)
18021         * Makefile.in (DEV_SUPPORT):  add configure.man.
18023         * config.sub(Decode manufacturer-specific):  add -none*.
18025 Fri Jan 17 17:58:05 1992  Stu Grossman  (grossman at cygnus.com)
18027         * Makefile.in:  remove form feeds to make Sun's make happy.
18028         (DEVO_SUPPORT):  DOC.configure => cfg-paper.texi.
18030 Sat Jan  4 16:11:44 1992  John Gilmore  (gnu at cygnus.com)
18032         * Makefile.in (AR_FLAGS):  Make quieter.
18034 Thu Jan  2 22:57:12 1992  John Gilmore  (gnu at cygnus.com)
18036         * configure.in:  Add libg++.
18037         * configure:  When verbose, don't output the command line at each
18038         level; it will be unremarkably the same as the previous version,
18039         which will be the same as what the user typed.
18041 Fri Dec 27 16:26:47 1991  K. Richard Pixley  (rich at cygnus.com)
18043         * configure.in, Makefile.in: fix clean-info, add flex.  add
18044           fileutils.
18046         * configure: be less sensitive to spaces in Makefile.in.  Do not
18047           look for sources in "..".  Doing so breaks subdirectories that
18048           might have their own configure.  If a subdir has it's own
18049           configure script, use it.
18051 Thu Dec 26 16:30:26 1991  K. Richard Pixley  (rich at cygnus.com)
18053         * cfg-paper.texi: some changes suggested by rms.
18055 Thu Dec 26 10:13:36 1991  Fred Fish  (fnf at cygnus.com)
18057         * config.sub:  Merge in some small additions from the FSF version,
18058         taken from the gcc distribution, to bring the Cygnus and FSF
18059         versions into closer sync.
18061 Fri Dec 20 11:34:18 1991  Fred Fish  (fnf at cygnus.com)
18063         * configure.in:  Changed svr4 references to sysv4.
18065 Thu Dec 19 15:54:29 1991  K. Richard Pixley  (rich at cygnus.com)
18067         * configure: added -V for version number option.
18069 Wed Dec 18 15:39:34 1991  K. Richard Pixley  (rich at cygnus.com)
18071         * DOC.configure, cfg-paper.texi: revised, updated, and texinfo'd.
18072           renamed from DOC.configure to cfg-paper.texi.
18074 Mon Dec 16 23:05:19 1991  K. Richard Pixley  (rich at rtl.cygnus.com)
18076         * configure, config.subr, config.sub: config.subr is now
18077           config.sub again.
18079 Fri Dec 13 01:17:06 1991  K. Richard Pixley  (rich at cygnus.com)
18081         * configure.texi: new file, in progress.
18083         * Makefile.in: build info file and install the man page for
18084           configure.
18086         * configure.man: new file, first cut.
18088         * configure: find config.subr again now that configuration "none"
18089           has gone.  removed all traces of the -ansi option.  removed all
18090           traces of the -languages option.
18092         * config.subr: resync from rms.
18094 Wed Dec 11 22:25:20 1991  K. Richard Pixley  (rich at rtl.cygnus.com)
18096         * configure, config.sub, config.subr: merge config.sub into
18097           config.subr, call the result config.subr, remove config.sub, use
18098           config.subr.
18100         * Makefile.in: revised install for dir.info.
18102 Tue Dec 10 00:04:35 1991  K. Richard Pixley  (rich at rtl.cygnus.com)
18104         * configure.in: add decstation host makefile frag.
18106         * Makefile.in: BISON now bison -y again.  also install-gcc on
18107           install.  clean-gdbm on clean.  infodir belongs in datadir.
18108           Make directories for info install.  Build dir.info here then
18109           install it.
18111 Mon Dec  9 16:48:33 1991  K. Richard Pixley  (rich at rtl.cygnus.com)
18113         * Makefile.in: fix for bad directory tests.
18115 Sat Dec  7 00:17:01 1991  K. Richard Pixley  (rich at rtl.cygnus.com)
18117         * configure: \{1,2\} appears to be a sysv'ism.  Use a different
18118           regexp.  -srcdir relative was being handled incorrectly.
18120         * Makefile.in: unwrapped some for loops so that parallel makes
18121           work again and so one can focus one's attention on a particular
18122           package.
18124 Fri Dec  6 00:22:08 1991  K. Richard Pixley  (rich at rtl.cygnus.com)
18126         * configure: added PWD as a stand in for `pwd` (for speed). use
18127           elif wherever possible.  make -srcdir work without -objdir.
18128           -objdir= commented out.
18130 Thu Dec  5 22:46:52 1991  K. Richard Pixley  (rich at rtl.cygnus.com)
18132         * configure: +options become --options.  -subdirs commented out.
18133           added -host, -datadir.  Renamed -destdir to -prefix.  Comment in
18134           Makefile now at top of generated Makefile.  Removed cvs log
18135           entries.  added -srcdir.  create .gdbinit only if there is one
18136           in ${srcdir}.
18138         * Makefile.in: idestdir and ddestdir go away.  Added copyrights
18139           and shift gpl to v2.  Added ChangeLog if it didn't exist. docdir
18140           and mandir now keyed off datadir by default.
18142 Fri Nov 22 07:38:11 1991  K. Richard Pixley  (rich at rtl.cygnus.com)
18144         * Freshly created ChangeLog.
18147 Local Variables:
18148 mode: change-log
18149 left-margin: 8
18150 fill-column: 76
18151 version-control: never
18152 End: