PR preprocessor/60723 - missing system-ness marks for macro tokens
[official-gcc.git] / ChangeLog
blob9e4c916db465c1541ab46ee18470f6441093d177
1 2014-06-23  Bernd Edlinger  <bernd.edlinger@hotmail.de>
3         Fix include path for in-tree cloog.
4         * config/cloog.m4 (CLOOG_INIT_FLAGS): Remove bogus include path.
5         * configure: Regenerate.
7 2014-06-18  Richard Henderson  <rth@redhat.com>
9         * .gitignore: Import gcc_update output.
11 2014-06-13  Thomas Schwinge  <thomas@codesourcery.com>
13         * config-ml.in: Robustify ac_configure_args parsing.
15         * configure.ac (--enable-linker-plugin-configure-flags)
16         (--enable-linker-plugin-flags): New flags.
17         (configdirs): Conditionally add libiberty-linker-plugin.
18         * configure: Regenerate.
19         * Makefile.def (host_modules): Add libiberty-linker-plugin.
20         (host_modules) <lto-plugin>: Pay attention to
21         @extra_linker_plugin_flags@ and
22         @extra_linker_plugin_configure_flags@.
23         (all-lto-plugin): Also depend on all-libiberty-linker-plugin.
24         * Makefile.in: Regenerate.
26         * Makefile.tpl (configure-[+prefix+][+module+])
27         (configure-stage[+id+]-[+prefix+][+module+]): If specified, use
28         "module_srcdir" instead of "module" for locating a module's srcdir.
29         * Makefile.in: Regenerate.
31 2014-06-10  Matthew Fortune  <matthew.fortune@imgtec.com>
33         * MAINTAINERS (Write After Approval): Add myself.
35 2014-06-06  Sebastian Pop  <sebpop@gmail.com>
37         * MAINTAINERS: Update my email address.
39 2014-06-04  Thomas Preud'homme  <thomas.preudhomme@arm.com>
41         * MAINTAINERS (Write After Approval): Add myself.
43 2014-06-03  Andrew Bennett  <andrew.bennett@imgtec.com>
45         * MAINTAINERS (Write After Approval): Add myself.
47 2014-05-30  Jonathan Wakely  <jwakely@redhat.com>
49         PR libstdc++/61011
50         * configure.ac (--disable-libstdcxx): Set noconfigdirs correctly.
51         Disable libcilkrts, libitm, libsanitizer when not building libstdc++.
52         * configure: Regenerate.
54 2014-05-28  Pedro Alves  <palves@redhat.com>
56         * MAINTAINERS (Write After Approval): Add myself.
58 2014-05-22  Maxim Kuvyrkov  <maxim.kuvyrkov@linaro.org>
60         * MAINTAINERS: Update my affiliation/email.
62 2014-05-19  Mike Stump  <mikestump@comcast.net>
64         * MAINTAINERS: Add wide-int reviewers.
66 2014-05-14  Sandra Loosemore  <sandra@codesourcery.com>
68         * configure.ac (target_makefile_frag): Set for nios2-*-elf*.
69         * configure: Regenerated.
71 2014-05-15  Torvald Riegel  <triegel@redhat.com>
73         * MAINTAINERS (libitm): Add myself as maintainer.
75 2014-05-07  Charles Baylis  <charles.baylis@linaro.org>
77         * MAINTAINERS (Write After Approval): Add myself.
79 2014-05-01  Richard Sandiford  <rdsandiford@googlemail.com>
81         * config.sub, config.guess: Import from upstream.
83 2014-04-29  Alan Lawrence  <alan.lawrence@arm.com>
85         * MAINTAINERS (Write After Approval): Put myself in correct order.
87 2014-04-29  Alan Lawrence  <alan.lawrence@arm.com>
89         * MAINTAINERS (Write After Approval): Add myself.
91 2014-04-24  Laurynas Biveinis  <laurynas.biveinis@gmail.com>
93         * MAINTAINERS: Move myself from Reviewers to Write After Approval
94         section.
96 2014-04-21 Rafael Ávila de Espíndola <rafael.espindola@gmail.com>
98         * MAINTAINERS (Write After Approval): Delete myself.
100 2014-04-17  Jakub Jelinek  <jakub@redhat.com>
102         PR sanitizer/56781
103         * libtool-ldflags: Also prefix -static-lib*, -shared-lib*
104         and -B* options with -Xcompiler.
106 2014-04-04  Eric Botcazou  <ebotcazou@adacore.com>
108         PR bootstrap/60620
109         * Makefile.def (dependencies): Make gnattools depend on libstdc++-v3. 
110         * Makefile.in: Regenerate.
112 2014-03-28  Yaakov Selkowitz  <yselkowitz@users.sourceforge.net>
114         * Makefile.def (dependencies): Make all-ld depend on all-binutils
115         for WINDRES_FOR_TARGET in default-manifest.o rule.
116         * Makefile.in: Regenerate.
118 2014-03-26  Dominique d'Humieres <dominiq@lps.ens.fr>
120         * MAINTAINERS (Write After Approval): Add myself.
122 2014-03-26  Jakub Jelinek  <jakub@redhat.com>
124         PR sanitizer/56781
125         * Makefile.def: Set bootstrap=true; for host fixincludes.
126         * configure.ac: Don't bootstrap host fixincludes unless
127         --with-build-config=bootstrap-{a,ub}san.
128         * Makefile.in: Regenerated.
129         * configure: Regenerated.
131 2014-03-21  Jakub Jelinek  <jakub@redhat.com>
133         * configure.ac: Move BUILD_CONFIG set up earlier.  Add
134         --enable-vtable-verify option parsing.  Don't add
135         target-libsanitizer to bootstrap_target_libs unless
136         --with-build-config=bootstrap-asan or
137         --with-build-config=bootstrap-ubsan.  Don't add target-libvtv
138         to bootstrap_target_libs unless --enable-vtable-verify.
139         * configure: Regenerated.
141 2014-03-10  Anatoly Sokolov <aesok@post.ru>
143         * MAINTAINERS (Write After Approval): Add myself.
145 2014-03-07  Denis Chertykov  <chertykov@gmail.com>
147         * MAINTAINERS: Remove avr maintainers: Anatoly Sokolov and Eric Weddington
149 2014-03-07  Jakub Jelinek  <jakub@redhat.com>
151         PR bootstrap/58572
152         * Makefile.tpl (POSTSTAGE1_CXX_EXPORT): Use -isystem instead of
153         -I for libstdc++-v3 includes if $(LEAN).
154         * Makefile.in: Regenerated.
156 2014-03-04  Jonathan Wakely  <jwakely@redhat.com>
158         * MAINTAINERS: Update my email address.
160 2014-02-24  Walter Lee  <walt@tilera.com>
162         * configure.ac (tilepro-*-*) Change to tilepro*-*-*.
163         (tilegx-*-*): Change to tilegx*-*-*.
164         * configure: Regenerate.
166 2014-02-17  Loren J. Rittle  <ljrittle@acm.org>
168         * MAINTAINERS (Various Maintainers: c++ runtime libs): Remove myself.
170 2014-02-17  Kugan Vivekanandarajah  <kuganv@linaro.org>
172         * MAINTAINERS (Write After Approval): Add myself.
174 2014-02-04  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
176         PR target/59788
177         * ltmain.sh (opt_duplicate_compiler_generated_deps): Enable on
178         *solaris2*.
180 2014-01-21  John David Anglin  <danglin@gcc.gnu.org>
182         * MAINTAINERS: Update my email address.
184 2014-01-20  Gerald Pfeifer  <gerald@pfeifer.com>
186         * MAINTAINERS: Convert to UTF-8.
187         Properly sort Xinliang David Li's entry.
189 2013-12-31  Chung-Lin Tang  <cltang@codesourcery.com>
190             Sandra Loosemore  <sandra@codesourcery.com>
192         * MAINTAINERS: Add Sandra Loosemore and Chung-Lin Tang as
193         nios2 port maintainers.
195 2013-12-16  Markus Trippelsdorf  <markus@trippelsdorf.de>
197         * MAINTAINERS (Write After Approval): Add myself.
199 2013-12-13  Francois-Xavier Coudert  <fxcoudert@gcc.gnu.org>
201         * configure.ac: Add user-friendly check for native x86_64-linux
202         multilibs.
203         * configure: Regenerate.
205 2013-12-06  Oleg Endo  <olegendo@gcc.gnu.org>
207         * MAINTAINERS: Add myself as sh maintainer.
209 2013-12-03  Bill Schmidt  <wschmidt@linux.vnet.ibm.com>
211         * MAINTAINERS: Add self as SLSR maintainer.
213 2013-11-18  Jan Hubicka  <hubicka@ucw.cz>
215         * MAINTAINERS: Update my email address.
217 2013-11-15  David Edelsohn  <dje.gcc@gmail.com>
219         * MAINTAINERS (Global Reviewers, c++): Remove Mark Mitchell.
221 2013-11-07  Thomas Schwinge  <thomas@codesourcery.com>
223         * Makefile.in: Regenerate.
225         * Makefile.tpl: Fix typo.
226         * Makefile.in: Regenerate partially.
228 2013-11-04  Balaji V. Iyer  <balaji.v.iyer@intel.com>
230         * configure.ac: Added libcilkrts to noconfig list when C++ is not
231         supported.
232         * configure: Regenerated.
234 2013-11-01  Trevor Saunders  <tsaunders@mozilla.com>
236         * MAINTAINERS (Write After Approval): Add myself.
238 2013-10-30  Jason Merrill  <jason@redhat.com>
240         * Makefile.tpl (STAGE1_CONFIGURE_FLAGS): Pass
241         --disable-build-format-warnings.
243 2013-10-29  Balaji V. Iyer  <balaji.v.iyer@intel.com>
245         * Makefile.def: Add libcilkrts to target_modules.  Make libcilkrts 
246         depend on libstdc++ and libgcc.
247         * configure: Regenerate.
248         * configure.ac: Added libcilkrts to target binaries.  Also, restrict
249         libcilkrts for POSIX and i*86, and x86_64 architectures.
250         * Makefile.in: Added libcilkrts related fields to support building it.
252 2013-10-26  Jeff Law  <law@redhat.com>
254         * Makefile.def (target_modules): Remove libmudflap
255         (languages): Remove check-target-libmudflap).
256         * Makefile.in: Rebuilt.
257         * Makefile.tpl (check-target-libmudflap-c++): Remove.
258         * configure.ac (target_libraries): Remove target-libmudflap.
259         Remove checks which disabled libmudflap on some systems.
260         * configure: Rebuilt.
261         * libmudflap: Directory removed.
263 2013-10-21  Cong Hou  <congh@google.com>
265         * MAINTAINERS (Write After Approval): Add myself.
267 2013-10-16  Mike Stump  <mikestump@comcast.net>
269         * .dir-locals.el: Add.
271 2013-10-15  David Malcolm  <dmalcolm@redhat.com>
273         * configure.ac: Add --enable-host-shared
274         * configure: Regenerate.
276 2013-01-10  Joern Rennecke  <joern.rennecke@embecosm.com>
278         Import from savannah.gnu.org:
279         * config.guess: Update to 2013-06-10 version.
280         * config.sub: Update to 2013-10-01 version.
282 2013-10-01  Simon Cook  <simon.cook@embecosm.com>
284         Changes to build configuration to allow big endian ARC ELF toolchain
285         * configure.ac: Also add target-libgloss to noconfigdirs for arceb-*-*.
286         * configure: Regenerate.
288 2013-09-20  Alan Modra  <amodra@gmail.com>
290         * libtool.m4 (_LT_ENABLE_LOCK <ld -m flags>): Remove non-canonical
291         ppc host match.  Support little-endian powerpc linux hosts.
293 2013-09-19  Dodji Seketeli  <dodji@redhat.com>
295         * MAINTAINERS (diagnostic messages): Add myself as diagnostics
296         maintainer.
298 2013-09-12  DJ Delorie  <dj@redhat.com>
300         * MAINTAINERS: Add Nick Clifton and DJ Delorie as msp430
301         maintainers.
303 2013-09-03  Richard Biener  <rguenther@suse.de>
305         * configure.ac: Also allow ISL 0.12.
306         * configure: Regenerated.
308 2013-08-30  Bernd Edlinger  <bernd.edlinger@hotmail.de>
310         * MAINTAINERS (Write After Approval): Add myself.
312 2013-08-27  David Malcolm  <dmalcolm@redhat.com>
314         * MAINTAINERS (gdbhooks.py): Add myself as maintainer.
316 2013-08-26  Caroline Tice  <cmtice@google.com>
318         * MAINTAINERS:  Correct earliers update:  Move myself from libvtv
319         "Various Reviewers" to libvtv "Various Maintainers".
321 2013-08-20  Steven Bosscher  <steven@gcc.gnu.org>
323         * MAINTAINERS: Add myself as RTL optimizers reviewer.
325 2013-08-19  Benjamin De Kosnik  <bkoz@gnu.org>
327         * MAINTAINERS: Update name, email.
329 2013-08-13  Adam Butcher  <adam@jessamine.co.uk>
331         * MAINTAINERS (Write After Approval): Add myself.
333 2013-08-12  Caroline Tice  <cmtice@google.com>
335         * MAINTAINERS: Add myself as libvtv maintainer. Correct my email
336         address in the Write After Approval section.
338 2013-08-09  Carlos O'Donell  <carlos@redhat.com>
340         * MAINTAINERS (Write After Approval): Update email.
342 2013-08-08  Benjamin Kosnik  <bkoz@redhat.com>
344         * configure.ac: Adjust to check VTV_SUPPORTED.
345         * configure: Regenerated.
347 2013-08-02  Caroline Tice  <cmtice@google.com>
349         * configure.ac: Add target-libvtv to target_libraries; disable libvtv
350         on non-linux systems; add target-libvtv to noconfigdirs; add
351         libsupc++/.libs to C++ library search paths.
352         * configure: Regenerated.
353         * Makefile.def: Add libvtv to target_modules; make libvtv depend on
354         libstdc++ and libgcc.
355         * Makefile.in: Regenerated.
357 2013-07-19  Yvan Roux  <yvan.roux@linaro.org>
359         * MAINTAINERS (Write After Approval): Add myself.
361 2013-07-19  Chung-Ju Wu  <jasonwucj@gmail.com>
362             Shiva Chen  <shiva0217@gmail.com>
364         * MAINTAINERS (nds32 port): Add Chung-Ju Wu and Shiva Chen as
365         nds32 port maintainers.
367 2013-07-17  Tim Shen  <timshen91@gmail.com>
369         * MAINTAINERS (Write After Approval): Add myself.
371 2013-07-16  Jan-Benedict Glaw  <jbglaw@lug-owl.de>
373         * configure.ac: Sync from binutils.
374         * configure: Regenerate.
376 2013-06-14  Vidya Praveen  <vidyapraveen@arm.com>
378         * MAINTAINERS (Write After Approval): Add myself.
380 2013-06-01  Dinar Temirbulatov  <dinar@kugelworks.com>
382         * MAINTAINERS (Write After Approval): Add myself.
384 2013-05-17  David Malcolm  <dmalcolm@redhat.com>
386         * MAINTAINERS (Write After Approval): Add myself.
388 2013-04-30  Brooks Moses  <bmoses@google.com>
390         * MAINTAINERS: Update my email; move myself from Fortran
391         reviewer to Write After Approval.
393 2013-04-16  Andreas Schwab  <schwab@suse.de>
395         * configure.ac (aarch64-*-*): Don't disable java.
396         * configure: Regenerate.
398 2013-04-10  Chung-Ju Wu  <jasonwucj@gmail.com>
400         * MAINTAINERS (Write After Approval): Add myself.
402 2013-03-30  Matthias Klose  <doko@ubuntu.com>
404         * Makefile.def (target_modules): Don't install libffi.
405         * Makefile.in: Regenerate.
407 2013-02-24  Tilo Schwarz  <tilo@tilo-schwarz.de>
409         * MAINTAINERS (Write After Approval): Add myself.
411 2013-02-20  Andrew Sutton  <andrew.n.sutton@gmail.com>
413         * MAINTAINERS (Write After Approval): Add myself.
415 2013-02-15  Yufeng Zhang  <yufeng.zhang@arm.com>
417         * configure.ac: Set libgloss_dir for the aarch64*-*-* targets.
418         * configure: Regenerated.
420 2013-02-04  David Edelsohn  <dje.gcc@gmail.com>
422         * MAINTAINERS: Explicitly add myself as AIX maintainer.
423         Remove Geoff Keating as rs6000 port maintainer, at his request.
425 2013-01-24  Maxim Kuvyrkov  <maxim@kugelworks.com>
427         * MAINTAINERS: Update my email.
429 2013-01-23  Shenghou Ma  <minux.ma@gmail.com>
431         * configure: Re-generate.
433 2013-01-15  Richard Biener  <rguenther@suse.de>
435         PR other/55973
436         * configure: Re-generate.
438 2013-01-14  Matthias Klose  <doko@ubuntu.com>
440         * Makefile.def (install-target-libsanitizer): Depend on
441         install-target-libstdc++-v3.
442         * Makefile.in: Regenerate.
444 2013-01-14  Richard Biener  <rguenther@suse.de>
446         * configure.ac (cloog/isl): Also allow ISL 0.11.x and CLooG 0.18.0.
447         * configure: Re-generate
449 2013-01-11  Jan-Benedict Glaw  <jbglaw@lug-owl.de>
451         * config.sub: Update from config repo.
453 2013-01-11  Eric Botcazou  <ebotcazou@adacore.com>
455         * Makefile.tpl (BOOT_ADAFLAGS): Remove -gnata.
456         * Makefile.in: Regenerate.
458 2013-01-10  Joern Rennecke  <joern.rennecke@embecosm.com>
460         * MAINTAINERS (arc): Add new port maintainership for myself.
462 2013-01-09  Jason Merrill  <jason@redhat.com>
464         * .gitignore: Import from gdb repository.
466 2013-01-09  H.J. Lu  <hongjiu.lu@intel.com>
468         * Makefile.def (configure-gcc): Depend on all-gmp.
469         (all-gcc): Remove dependency on all-gmp.
470         * Makefile.in: Regenerated.
472 2013-01-08  Jan-Benedict Glaw  <jbglaw@lug-owl.de>
474         * config.sub: Merge from config repo.
475         * config.guess: Ditto.
477 2013-01-08  Jan-Benedict Glaw  <jbglaw@lug-owl.de>
479         * Makefile.def: Merge from binutils.
480         * Makefile.in: Ditto.
482 2013-01-01  Maxim Kuvyrkov  <maxim.kuvyrkov@gmail.com>
484         * MAINTAINERS: Update my email.
486 2012-12-29  Ben Elliston  <bje@gnu.org>
488         * config.guess: Update to 2012-12-29 version.
489         * config.sub: Likewise.
491 2012-12-20  Matthias Klose  <doko@ubuntu.com>
493         * Makefile.def (install-target-libgfortran): Depend on
494         install-target-libquadmath, install-target-libgcc.
495         (install-target-libsanitizer): Depend on install-target-libgcc.
496         (install-target-libjava): Depend on install-target-libgcc.
497         (install-target-libitm): Depend on install-target-libgcc.
498         (install-target-libobjc): Depend on install-target-libgcc.
499         (install-target-libstdc++-v3): Depend on install-target-libgcc.
500         * Makefile.in: Regenerate.
502 2012-12-19  Matthias Klose  <doko@ubuntu.com>
504         * Makefile.def (install-target-libgo): Depend on
505         install-target-libatomic.
506         * Makefile.in: Regenerate.
508 2012-12-18  Andreas Schwab  <schwab@linux-m68k.org>
510         PR go/55201
511         * Makefile.def (all-target-libgo): Depend on all-target-libatomic.
512         * Makefile.in: Regenerate.
514 2012-12-16  Thomas Schwinge  <thomas@codesourcery.com>
516         * configure.ac (ENABLE_GOLD): Consider *-*-gnu* targets ELF.
517         * configure: Regenerate.
519 2012-12-12  Jan-Benedict Glaw  <jbglaw@lug-owl.de>
521         * config.sub: Merge from config repo.
523 2012-12-11  H.J. Lu  <hongjiu.lu@intel.com>
525         * Makefile.def (target_modules): Add bootstrap=true and
526         raw_cxx=true to libsanitizer.
527         * configure.ac (bootstrap_target_libs): Add libsanitizer.
528         * Makefile.in: Regenerated.
529         * configure: Likewise.
531 2012-12-01  Richard Sandiford  <rdsandiford@googlemail.com>
533         * MAINTAINERS: Remove self as RTL optimization maintainer.
535 2012-11-30  Kyrylo Tkachov  <kyrylo.tkachov@arm.com>
537         * MAINTAINERS (Write After Approval): Add myself.
539 2012-11-28  H.J. Lu  <hongjiu.lu@intel.com>
541         * Makefile.def (target_modules): Remove bootstrap=true and
542         raw_cxx=true from libsanitizer.
543         * configure.ac (bootstrap_target_libs): Remove libsanitizer.
544         * Makefile.in: Regenerated.
545         * configure: Likewise.
547 2012-11-28  H.J. Lu  <hongjiu.lu@intel.com>
549         * Makefile.def (target_modules): Add bootstrap=true and
550         raw_cxx=true to libsanitizer.
551         * configure.ac (bootstrap_target_libs): Add libsanitizer.
552         * Makefile.in: Regenerated.
553         * configure: Likewise.
555 2012-11-28  Andrew Pinski  <apinski@cavium.com>
557         PR bootstrap/54279
558         * configure.ac (CXX_FOR_TARGET): Change over to use xg++.
559         * configure: Regenerate.
560         * Makefile.tpl (POSTSTAGE1_CXX_EXPORT): Change over to use xg++.
561         * Makefile.in: Regenerate.
563 2012-11-27  Siddhesh Poyarekar  <siddhesh@redhat.com>
565         * configure.ac: Disable libsanitizer if we're not building C++.
566         * configure: Regenerate.
568 2012-11-15  Roland McGrath  <roland@hack.frob.com>
570         * MAINTAINERS (Write After Approval): Add myself.
572 2012-11-15  Dmitry Vyukov  <dvyukov@google.com>
574         * MAINTAINERS: (libsanitizer, asan.c): Add myself,
575         Kostya Serebryany (kcc@google.com) and
576         Jakub Jelinek (jakub@redhat.com).
577         Rename area for Dodji Seketeli (dodji@redhat.com).
579 2012-11-15  Dodji Seketeli  <dodji@redhat.com>
581         * MAINTAINERS: (asan.c, related): Add myself.
583 2012-11-14  Roland McGrath  <mcgrathr@google.com>
585         * configure.ac (ENABLE_GOLD): Consider *-*-nacl* targets ELF.
586         * configure: Regenerate.
588 2012-11-13  Richard Henderson  <rth@redhat.com>
590         * configure.ac: Move libsanitizer logic to subdirectory.
591         * configure: Regenerate.
593 2012-11-13  Dodji Seketeli  <dodji@redhat.com>
595         * configure.ac: Enable libsanitizer just on x86 linux for now.
596         * configure: Re-generate.
598 2012-11-13  David Edelsohn  <dje.gcc@gmail.com>
600         * configure.ac: Disable libsanitizer on AIX. Merge libquadmath
601         sections.
602         * configure: Regenerate.
604 2012-11-13  Hans-Peter Nilsson  <hp@axis.com>
606         * configure.ac: Add section for configdirs for libsanitizer.
607         Disable for cris-*-* and mmix-*-*.
608         * configure: Regenerate.
610 2012-11-12  Wei Mi <wmi@google.com>
612         * configure.ac: Add libsanitizer to target_libraries.
613         * Makefile.def: Ditto.
614         * configure: Regenerate.
615         * Makefile.in: Regenerate.
616         * libsanitizer: New directory for asan runtime.  Contains an empty
617         tsan directory.
619 2012-11-03  Corinna Vinschen  <corinna@vinschen.de>
621         * configure.ac (FLAGS_FOR_TARGET,target=cygwin): Fix for building
622         against Mingw64 w32api.
623         * configure: Regenerate.
625 2012-11-03  H.J. Lu  <hongjiu.lu@intel.com>
627         * configure: Regenerated.
629 2012-11-03  Robert Mason  <rbmj@verizon.net>
631         * configure.ac: add --disable-libstdcxx configure option
632         and handle defaulted state only for VxWorks, ARM-wince-pe and AVR.
634 2012-10-30  Ganesh Gopalasubramanian  <Ganesh.Gopalasubramanian@amd.com>
636         * MAINTAINERS (Write After Approval): Add myself.
638 2012-10-26  James Greenhalgh  <james.greenhalgh@arm.com>
640         * MAINTAINERS (Write After Approval): Add myself.
642 2012-10-24  Sharad Singhai  <singhai@google.com>
644         * MAINTAINERS (Write After Approval): Add myself.
646 2012-10-24  Eric Christopher  <echristo@gmail.com>
648         * MAINTAINERS: Update email address.
650 2012-10-23  Eric Botcazou  <ebotcazou@adacore.com>
652         PR bootstrap/54820
653         * configure.ac (have_static_libs): Force 'no' for GCC version < 4.5.
654         * configure: Regenerate.
656 2012-10-23  Richard Earnshaw  <rearnsha@arm.com>
658         * MAINTAINERS (aarch64): Add Marcus and myself.
660 2012-10-22  Eric Botcazou  <ebotcazou@adacore.com>
662         PR bootstrap/54820
663         * Makefile.tpl (STAGE1_FLAGS_TO_PASS): New variable.
664         (all-[+prefix+][+module+]): Pass stage1_args to sub-makes.
665         (all-stage[+id+]-[+prefix+][+module+]): Likewise, if prev is false.
666         (clean-stage[+id+]-[+prefix+][+module+]): Likewise, if prev is false.
667         (host_modules): Set stage1_args to STAGE1_FLAGS_TO_PASS.
668         * Makefile.in: Regenerate.
669         * configure.ac (have_static_libs): New variable and associated check.
670         (stage1-ldflags): Move to after stage1_libs and set to -static-libstdc++
671         -static-libgcc if stage1_libs is empty and have_static_libs is yes.
672         * configure: Regenerate.
674 2012-10-10  Richard Biener  <rguenther@suse.de>
676         * MAINTAINERS: Adjust for changed surname.
678 2012-10-04  Lawrence Crowl  <crowl@google.com>
680         * MAINTAINERS (Write After Approval): Add myself.
682 2012-10-01  Cary Coutant  <ccoutant@google.com>
684         * MAINTAINERS: Add myself as dwarf debugging code maintainer.
686 2012-09-28  Ian Lance Taylor  <iant@google.com>
688         * Makefile.def: Make all-target-libgo depend on
689         all-target-libbacktrace.
690         * Makefile.in: Rebuild.
692 2012-09-26  Ian Lance Taylor  <iant@google.com>
694         * Makefile.def: Make all-gcc depend on all-libbacktrace.
695         * Makefile.in: Rebuild.
697 2012-09-20  Walter Lee  <walt@tilera.com>
699         * configure.ac: Add tilegx to list of targets that support gold.
700         * configure: Regenerate.
702 2012-09-20  Marek Polacek  <polacek@redhat.com>
704         * MAINTAINERS (Write After Approval): Add myself.
706 2012-09-19  Steve Ellcey  <sellcey@mips.com>
708         * configure.ac: Add mips*-mti-elf* target.
709         * configure: Regenerate.
711 2012-09-17  Ian Lance Taylor  <iant@google.com>
713         * MAINTAINERS (Various Maintainers): Add libbacktrace.
714         * configure.ac (host_libs): Add libbacktrace.
715         (target_libraries): Add libbacktrace.
716         * Makefile.def (host_modules): Add libbacktrace.
717         (target_modules): Likewise.
718         * configure, Makefile.in: Rebuild.
720 2012-09-14  David Edelsohn  <dje.gcc@gmail.com>
722         PR target/38607
723         Merge upstream change.
724         * libtool.m4 (_LT_COMPILER_PIC): Add -fPIC to GCC and GXX for AIX.
726         * configure.ac: Add target-libquadmath to noconfigdirs for AIX.
727         Add libgomp*.o to compare_exclusions for AIX.
728         * configure: Regenerate.
730 2012-09-06  Diego Novillo  <dnovillo@google.com>
732         * configure.ac: Bump minimum GMP version to 4.2.3.
733         * configure: Re-generate.
735 2012-09-05  Georg-Johann Lay  <avr@gjlay.de>
737         PR target/54461
738         * configure.ac (noconfigdirs,target=avr-*-*): Add target-newlib,
739         target-libgloss if not configured --with-avrlibc=no.
740         * configure: Regenerate.
742 2012-09-04  Jason Merrill  <jason@redhat.com>
744         * configure.ac: Fix --enable-languages=all.
746 2012-09-04  Christophe Lyon  <christophe.lyon@st.com>
748         * MAINTAINERS (Write After Approval): Add myself.
750 2012-09-03  Richard Guenther  <rguenther@suse.de>
752         PR bootstrap/54138
753         * configure.ac: Re-organize ISL / CLOOG checks to allow
754         disabling with either --without-isl or --without-cloog.
755         * configure: Regenerated.
757 2012-09-03  Georg-Johann Lay  <avr@gjlay.de>
759         * configure.ac (noconfigdirs,target=avr): Add target-libquadmath.
760         * configure: Regenerate.
762 2012-08-27  Ulrich Drepper  <drepper@gmail.com>
764         * MAINTAINERS: Fix my email address.
766 2012-08-26  H.J. Lu  <hongjiu.lu@intel.com>
768         PR binutils/4970
769         * Makefile.def (host_modules): Rmove lib_path=.libs from bfd
770         and opcodes.
771         * Makefile.in: Regenerated.
773 2012-08-26  Art Haas <ahaas@impactweather.com>
775         * configure: Regenerate.
777 2012-08-25  Křištof Želechovski <giecrilj@stegny.2a.pl>
779         * INSTALL/README: Also refer to the online installation
780         instructions.
782 2012-08-21  Hariharan Sandanagobalane <hariharan.gcc@gmail.com>
784         * MAINTAINERS (Write After Approval): Add myself.
785         (Picochip port): Remove myself.
787 2012-08-14   Diego Novillo  <dnovillo@google.com>
789         Merge from cxx-conversion branch.
791         * Makefile.tpl (STAGE[+id+]_CXXFLAGS): Remove
792         POSTSTAGE1_CONFIGURE_FLAGS.
793         * Makefile.in: Regenerate.
794         * configure.ac (ENABLE_BUILD_WITH_CXX): Remove.  Update all users.
795         Force C++ when bootstrapping.
796         * configure: Regenerate.
798 2012-07-24  Jan-Benedict Glaw  <jbglaw@lug-owl.de>
800         * MAINTAINERS (Write After Approval): Add myself.
802 2012-07-16  Joseph Myers  <joseph@codesourcery.com>
804         * README: Document use of ranges of years in copyright notices.
806 2012-07-06  Richard Guenther  <rguenther@suse.de>
808         * Makefile.def (cloog): Pass $(HOST_GMPINC) and $(HOST_ISLINC)
809         as CPPFLAGS, pass path to built gmp as LDFLAGS, always use
810         --with-gmp=system.
811         * Makefile.in: Regenerated.
812         * configure: Likewise.
814 2012-07-06  Richard Guenther  <rguenther@suse.de>
816         * configure.ac (extra_isl_gmp_configure_flags): Initialize and subst.
817         * Makefile.def (isl): Use extra_isl_gmp_configure_flags and
818         supply V=1 as extra_make_flags.
819         * configure: Regenerated.
820         * Makefile.in: Likewise.
822 2012-07-04  Tristan Gingold  <gingold@adacore.com>
824         * configure: Regenerate.
826 2012-07-03  Richard Guenther  <rguenther@suse.de>
828         * Makfile.def (isl): Remove not necessary extra_exports and
829         extra_make_flags.
830         (cloog): Use $$CPPFLAGS instead of ${CPPFLAGS}.
831         * Makefile.in: Regenerated.
833 2012-07-03  Richard Guenther  <rguenther@suse.de>
835         * Makefile.def (cloog): Add V=1 to extra_make_flags.
836         * configure.ac: If either the ISL or the CLooG check failed
837         do not try to build in-tree versions.
838         * Makefile.in: Regenerated.
839         * configure: Regenerated.
841 2012-07-03  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
843         * configure: Regenerate.
845 2012-07-02  Janis Johnson  <janisjo@codesourcery.com>
847         * MAINTAINERS (Various Maintainers): Add myself as testsuite
848         maintainer.
850 2012-07-02  Richard Guenther  <rguenther@suse.de>
852         * configure: Regenerated.
854 2012-07-02  Richard Guenther  <rguenther@suse.de>
855         Michael Matz  <matz@suse.de>
856         Tobias Grosser <tobias@grosser.es>
857         Sebastian Pop <sebpop@gmail.com>
859         * Makefile.def: Add ISL host module, remove PPL host module.
860         Adjust ClooG host module to use the proper ISL.
861         * Makefile.tpl: Pass ISL include flags instead of PPL ones.
862         * configure.ac: Include config/isl.m4.  Add ISL host library,
863         remove PPL.  Remove PPL configury, add ISL configury, adjust
864         ClooG configury.
865         * Makefile.in: Regenerated.
866         * configure: Likewise.
868 2012-07-02  Richard Guenther  <rguenther@suse.de>
870         Merge from graphite branch
871         2011-07-21  Tobias Grosser  <tobias@grosser.es>
873         * configure: Regenerated.
874         * config/cloog.m4: Remove support for CLooG-ppl and CLooG-parma,
875         both cloog.org and legacy versions. The only supported version will
876         be CLooG with the isl backend.
878         2011-07-21  Tobias Grosser  <tobias@grosser.es>
880         * configure: Regenerated.
881         * configure.ac: Require cloog isl 0.17.0
883         2011-07-21  Tobias Grosser  <tobias@grosser.es>
885         * configure: Regenerated.
886         * config/cloog.m4: Do not define CLOOG_ORG
888 2012-06-29  Steven Bosscher  <steven@gcc.gnu.org>
890         * configure.ac: Skip C if explicitly selected.
891         * configure: Regenerate.
893 2012-06-28  Christophe Lyon <christophe.lyon@st.com>
895         * configure.ac (CFLAGS_FOR_TARGET, CXXFLAGS_FOR_TARGET): Make sure
896         they contain -O2.
897         * configure: Regenerate.
899 2012-06-25  Richard Sandiford  <rdsandiford@googlemail.com>
901         PR debug/53740
902         * df.h, df-problems.c, dce.c: Revert last patch.
904 2012-06-25  Iain Sandoe  <iain@codesourcery.com>
906         * MAINTAINERS (Write After Approval): Update my email address.
908 2012-06-21  Meador Inge  <meadori@codesourcery.com>
910         * MAINTAINERS (Write After Approval): Add myself.
912 2012-06-20  Jason Merrill  <jason@redhat.com>
914         * Makefile.tpl (check-target-libgomp-c++): New.
915         (check-target-libitm-c++): New.
916         * Makefile.def (c++): Add them.
917         * Makefile.in: Regenerate.
919 2012-05-29  Edmar Wienskoski  <edmar@freescale.com>
921         * MAINTAINERS (Write After Approval): Add myself.
923 2012-05-16  Olivier Hainque  <hainque@adacore.com>
925         * Makefile.tpl (gcc-no-fixedincludes): Rename into ...
926         (gcc-install-no-fixedincludes): Now forwarder to local target in gcc/
927         (install-no-fixedincludes): Adjust accordingly.
928         * Makefile.in: Regenerate.
930 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
932         Merge upstream change
933         * libtool.m4 (_LT_ENABLE_LOCK): Support x32.
935 2012-05-14  Marc Glisse  <marc.glisse@inria.fr>
937         * MAINTAINERS (Write After Approval): Add myself.
939 2012-05-09  Nick Clifton  <nickc@redhat.com>
940             Paul Smith  <psmith@gnu.org>
942         PR bootstrap/50461
943         * configure.ac (mpfr-dir): When using in-tree MPFR sources
944         allow for the fact that from release v3.1.0 of MPFR the source
945         files were moved into a src sub-directory.
946         * configure: Regenerate.
948 2012-05-07  Janne Blomqvist  <jb@gcc.gnu.org>
950         * configure.ac: Bump minimum MPFR version to 2.4.0.
951         * configure: Regenerated.
953 2012-05-01  Richard Henderson  <rth@redhat.com>
955         * Makefile.def (libatomic): New target_module.
956         * configure.ac (target_libraries): Add libatomic.
957         (noconfigdirs): Check if libatomic is supported.
958         * Makefile.in, configure: Rebuild.
960 2012-05-01  Greta Yorsh  <Greta.Yorsh@arm.com>
962         * MAINTAINERS (Write After Approval): Add myself.
964 2012-04-25  Joel Brobecker  <brobecker@adacore.com>
966         * config.sub: Update to 2012-04-18 version from official repo.
968 2012-04-24  Naveen H.S  <naveen.S@kpitcummins.com>
970         * MAINTAINERS (Write After Approval): Add myself.
972 2012-04-11  Steve Ellcey  <sellcey@mips.com>
974         * MAINTAINERS: Changed email address.
976 2012-03-28  Georg-Johann Lay  <avr@gjlay.de>
978         PR target/52737
979         * contrib/gcc_update (files_and_dependencies):
980         Remove gcc/config/avr/t-multilib from touch data.
982 2012-03-14  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
984         * MAINTAINERS (OS Port Maintainers): Remove irix.
985         * configure.ac (enable_libgomp): Remove *-*-irix6*.
986         (unsupported_languages): Remove mips-sgi-irix6.*.
987         (noconfigdirs): Don't add ${libgcj} for mips*-*-irix6*.
988         (with_stabs): Remove.
989         * configure: Regenerate.
991 2012-03-12  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
993         * MAINTAINERS (OS Port Maintainers): Remove osf.
994         * configure.ac (enable_libgomp): Remove *-*-osf*.
995         (with_stabs): Remove alpha*-*-osf*.
996         * configure: Regenerate.
998 2012-03-05  Tristan Gingold  <gingold@adacore.com>
1000         * configure.ac: Enable gdb and readline for ia64*-*-*vms*.
1001         * configure: Regenerate.
1003 2012-02-17  Walter Lee  <walt@tilera.com>
1005         * MAINTAINERS: (Write After Approval): Delete myself.
1007 2012-02-14  Walter Lee  <walt@tilera.com>
1009         * MAINTAINERS (tilegx port): Add myself.
1010         (tilepro port): Add myself.
1011         (Write After Approval): Add myself.
1013 2012-02-12  Gerald Pfeifer  <gerald@pfeifer.com>
1015         * MAINTAINERS (Various Maintainers): Add Diego Novillo, Gerald Pfeifer
1016         and Joseph Myers as docstring relicensing maintainers.
1018 2012-02-09  Bin Cheng  <bin.cheng@arm.com>
1020         * MAINTAINERS (write-after-approval): Add myself.
1022 2012-02-08  Ira Rosen <irar@il.ibm.com>
1024         * MAINTAINERS (Various Maintainers): Remove myself as auto-vectorizer
1025         maintainer.
1027 2012-02-04  Venkataramanan Kumar  <venkataramanan.kumar@amd.com>
1029         * MAINTAINERS (Write After Approval): Move myself to
1030         maintain alphabetical order.
1032 2012-02-03  Venkataramanan Kumar  <venkataramanan.kumar@amd.com>
1034         * MAINTAINERS (Write After Approval): Add myself.
1036 2012-02-02  Jayant R Sonar <jayant.sonar@kpitcummins.com>
1038         * MAINTAINERS (Write After Approval): Add myself.
1040 2012-02-02  Sumanth G <sumanth.gundapaneni@kpitcummins.com>
1041             Jayant R Sonar <jayant.sonar@kpitcummins.com>
1043         * configure.ac (cr16-*-*): Remove nonconfigdirs.
1044         * configure: Regenerate.
1046 2012-01-23  Harshit Chopra  <harshit@google.com>
1048         * MAINTAINERS (Write After Approval): Add myself.
1050 2012-01-22  Douglas B Rupp  <rupp@ngnat.com>
1052         * configure.ac: Remove reference to mh-interix.
1053         * configure: Regenerate.
1055 2012-01-05  Richard Henderson  <rth@redhat.com>
1057         PR bootstrap/51072
1058         * configure.ac: Disable libitm if c++ is not enabled.
1059         * configure: Rebuild.
1061         * configure.ac: Fix regexp for same.
1062         * configure: Rebuild.
1064 2012-01-02  Balaji V. Iyer  <bviyer@gmail.com>
1066         * MAINTAINERS (Write After Approval): Add myself.
1068 2012-01-02  Richard Guenther  <rguenther@suse.de>
1070         PR bootstrap/51686
1071         * Makefile.def (install-strip-gcc): Depend on install-strip-lto-plugin.
1072         * Makefile.in: Regenerate.
1074 2011-12-28  Oleg Endo  <olegendo@gcc.gnu.org>
1076         * MAINTAINERS (Write After Approval): Add myself.
1078 2011-12-18  Eric Botcazou  <ebotcazou@adacore.com>
1080         * configure: Regenerate.
1082 2011-12-14  Hariharan Sandanagobalane  <hariharan.gcc@gmail.com>
1084         * MAINTAINERS (picochip): Changed email address.
1086 2011-11-30  Matthew Gretton-Dann  <matthew.gretton-dann@arm.com>
1088         * MAINTAINERS (write-after-approval): Add self.
1090 2011-11-29  DJ Delorie  <dj@redhat.com>
1092         * configure.ac (rl78-*-*) New case.
1093         * configure: Regenerate.
1094         * MAINTAINERS: Add myself as RL78 maintainer.
1096 2011-11-21  Eric Botcazou  <ebotcazou@libertysurf.fr>
1098         * MAINTAINERS: Add self as co-maintainer of the Ada front end.
1100 2011-11-21  Andreas Tobler  <andreast@fgznet.ch>
1102         * libtool.m4: Additional FreeBSD 10 fixes.
1104 2011-11-21  Joern Rennecke  <joern.rennecke@embecosm.com>
1106         * MAINTAINERS: Move myself from Write After Approval to CPU Port
1107         Maintainers section, as Epiphany maintainer.
1109 2011-11-18  Iain Sandoe  <iains@gcc.gnu.org>
1111         PR target/49992
1112         * configure.ac: Remove ranlib special-casing for Darwin.
1113         * configure: Regenerate.
1115 2011-11-12  Andrey Belevantsev  <abel@ispras.ru>
1117         * MAINTAINERS (Reviewers): Keep the list sorted.
1119 2011-11-11  Andrey Belevantsev  <abel@ispras.ru>
1121         * MAINTAINERS (Selective Scheduling): Add myself as a reviewer.
1123 2011-11-09  Roland McGrath  <mcgrathr@google.com>
1125         * configure.ac: Add tool checks for READELF and READELF_FOR_TARGET.
1126         * configure: Rebuild.
1127         * Makefile.def (flags_to_pass): Add READELF_FOR_TARGET.
1128         * Makefile.tpl (READELF, READELF_FOR_TARGET): New variables.
1129         (HOST_EXPORTS): Add READELF, READELF_FOR_TARGET.
1130         (BASE_FLAGS_TO_PASS): Add READELF_FOR_TARGET.
1131         (BASE_TARGET_EXPORTS, EXTRA_HOST_FLAGS, EXTRA_TARGET_FLAGS):
1132         Add READELF.
1133         * Makefile.in: Rebuild.
1135 2011-11-09  Jason Merrill  <jason@redhat.com>
1137         * Makefile.def (language=c++): Remove check-c++0x.
1138         * Makefile.in (check-gcc-c++): Regenerate.
1140 2011-11-08  Richard Henderson  <rth@redhat.com>
1142         * configure.ac: Test for libitm directory present first.
1144         * configure.ac: Adjust srcdir for running libitm/configure.tgt.
1146         * configure.ac: Test libitm/configure.tgt to disable libitm.
1147         * configure: Rebuild.
1149 2011-11-07  Aldy Hernandez  <aldyh@redhat.com>
1150             Richard Henderson  <rth@redhat.com>
1152         Merged from transactional-memory.
1154         * Makefile.def (lang_env_dependencies): libitm is c++.
1155         Add libitm target module.
1156         * configure.ac: Likewise.
1157         * config/mmap.m4: New file.
1158         * contrib/gcc_update: Add libitm to touch data.
1159         * Makefile.in, configure: Rebuild.
1161 2011-11-02  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
1163         * Makefile.tpl (EXTRA_GCC_FLAGS): Remove LIBGCC2_CFLAGS,
1164         LIBGCC2_DEBUG_CFLAGS, LIBGCC2_INCLUDES.
1165         * Makefile.in: Regenerate.
1167 2011-11-01  DJ Delorie  <dj@redhat.com>
1169         * config.sub: Update to version 2011-10-29 (added rl78)
1171 2011-10-27  Nick Clifton  <nickc@redhat.com>
1173         * config.sub: Import these changes from the config project:
1175         2011-10-08  Joern Rennecke  <joern.rennecke@embecosm.com>
1176             Ben Elliston  <bje@gnu.org>
1178         * config.sub (epiphany): New.
1180         2011-09-09  Linas Vepstas  <linasvepstas@gmail.com>
1181             Ben Elliston  <bje@gnu.org>
1183         * config.sub (hexagon, hexagon-*): New.
1185         2011-08-23  Roland McGrath  <mcgrathr@google.com>
1187         * config.sub: Rename 32eb to be32, 32el to le32, 64el to le64, and
1188         64eb to be64.
1190         2011-08-16  Roland McGrath  <mcgrathr@google.com>
1192         * config.sub (32eb, 32el, 64eb, 64el): New (pseudo-)CPUs.
1193         (nacl): Grok as alias for 32el-unknown-nacl.
1195 2011-10-25  Kirill Yukhin  <kirill.yukhin@intel.com>
1197         * MAINTAINERS (Write After Approval): Add myself.
1199 2011-10-24  Teresa Johnson  <tejohnson@google.com>
1201         * MAINTAINERS (Write After Approval): Add myself.
1203 2011-09-21  Jakub Jelinek  <jakub@redhat.com>
1205         * MAINTAINERS (sparc port): Remove myself.
1207 2011-09-14  Tom de Vries  <tom@codesourcery.com>
1209         * MAINTAINERS (Write After Approval): Add myself.
1211 2011-08-14  Yao Qi  <yao@codesourcery.com>
1213         * configure.ac (tic6x-*-*): Remove gdb from noconfigdirs.
1214         * configure: Regenerate.
1216 2011-07-26  Ian Lance Taylor  <iant@google.com>
1218         * configure.ac: Set have_compiler based on whether gcc directory
1219         exists, rather than on whether gcc is in configdirs.
1220         * configure: Rebuild.
1222 2011-07-21  Joseph Myers  <joseph@codesourcery.com>
1224         * MAINTAINERS (Global Reviewers): Add self.
1226 2011-07-20  David Edelsohn  <dje.gcc@gmail.com>
1228         * Makefile.tpl (POSTSTAGE1_CONFIGURE_FLAGS): Add libsupc++ to
1229         link directories.
1230         * Makefile.in: Rebuild.
1232 2011-07-20  Ian Lance Taylor  <iant@google.com>
1234         PR bootstrap/49787
1235         * configure.ac: Move --enable-bootstrap handling earlier in file.
1236         If --enable-bootstrap and either --enable-build-with-cxx or
1237         --enable-build-poststage1-with-cxx, enable C++ automatically.
1238         * configure: Rebuild.
1240 2011-07-19  Ian Lance Taylor  <iant@google.com>
1242         * configure.ac: Add --enable-build-poststage1-with-cxx.  If set,
1243         make C++ a boot_language.  Set and substitute
1244         POSTSTAGE1_CONFIGURE_FLAGS.
1245         * Makefile.tpl (POSTSTAGE1_CONFIGURE_FLAGS): New variable.
1246         (STAGE[+id+]_CONFIGURE_FLAGS): Add $(POSTSTAGE1_CONFIGURE_FLAGS).
1247         * configure, Makefile.in: Rebuild.
1249 2011-07-19  Vladimir Makarov  <vmakarov@redhat.com>
1251         * MAINTAINERS (Register Allocation): Move myself from reviewers to
1252         maintainers.
1254 2011-07-18  Jakub Jelinek  <jakub@redhat.com>
1256         * MAINTAINERS (Global Reviewers): Add myself.
1258 2011-07-18  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
1260         * configure: Regenerate.
1262 2011-07-16  Jason Merrill  <jason@redhat.com>
1264         * Makefile.def (language=c++): Add check-c++0x and
1265         check-target-libmudflap-c++.
1266         * Makefile.tpl (check-target-libmudflap-c++): New.
1267         * Makefile.in: Regenerate.
1269 2011-07-16  Matthias Klose  <doko@ubuntu.com>
1271         * Makefile.tpl (EXTRA_CONFIGARGS_LIBJAVA): Define.
1272         * Makefile.def (target_modules/libjava): Pass
1273         $(EXTRA_CONFIGARGS_LIBJAVA).
1274         * configure.ac: Pass --disable-static in EXTRA_CONFIGARGS_LIBJAVA,
1275         if not configured with --enable-static-libjava.
1276         * Makefile.in: Regenerate.
1277         * configure: Likewise.
1279 2011-07-15  Jason Merrill  <jason@redhat.com>
1281         * Makefile.in (check-c++): Move check-gcc-c++0x after
1282         check-target-libstdc++-v3.
1284 2011-07-15  Bernd Schmidt  <bernds@codesourcery.com>
1286         * MAINTAINERS (c6x port): New entry.
1288 2011-07-13  Jason Merrill  <jason@redhat.com>
1290         * Makefile.in (check-gcc-c++0x): New.
1291         (check-c++): Depend on it.
1293 2011-07-07  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
1295         PR target/39150
1296         * configure.ac (i[3456789]86-*-solaris2*): Also accept
1297         x86_64-*-solaris2.1[0-9]*.
1298         * configure: Regenerate.
1300 2011-06-29  Richard Sandiford  <rdsandiford@googlemail.com>
1302         * MAINTAINERS (RTL optimizers): Add self.
1304 2011-06-27  Gabriel Charette  <gchare@google.com>
1306         * MAINTAINERS (Write After Approval): Add myself.
1308 2011-06-22  Hans-Peter Nilsson  <hp@axis.com>
1310         PR regression/47836
1311         PR bootstrap/23656
1312         PR other/47733
1313         PR bootstrap/49247
1314         PR c/48825
1315         * configure.ac (target_libraries): Remove target-libiberty.
1316         Remove case-statement setting skipdirs=target-libiberty for
1317         multiple targets.  Remove checking target_configdirs and
1318         removing target-libiberty but keeping target-libgcc if
1319         otherwise empty.
1320         * Makefile.def (target_modules): Don't add libiberty.
1321         (dependencies): Remove all traces of target-libiberty.
1322         * configure, Makefile.in: Regenerate.
1324 2011-06-13  Walter Lee <walt@tilera.com>
1326         * configure.ac (tilepro-*-*) New case.
1327         (tilegx-*-*): Likewise.
1328         * configure: Regenerate.
1330 2011-06-06  Jing Yu  <jingyu@google.com>
1332         * configure.ac: Skip target-libiberty for
1333         arm*-*-linux-androideabi.
1334         * configure: Regenerated.
1336 2011-06-06  Nick Clifton  <nickc@redhat.com>
1338         * config.sub: Sync from upstream.
1340 2011-06-05  Nenad Vukicevic  <nenad@intrepid.com>
1342         * MAINTAINERS (Write After Approval): Add myself.
1344 2011-06-01  Daniel Jacobowitz  <drow@false.org>
1346         * MAINTAINERS: Update my email address.
1348 2011-05-27  Nathan Froyd  <froydnj@codesourcery.com>
1350         * MAINTAINERS (Write After Approval): Update my email address.
1352 2011-05-11  Paul Pluzhnikov  <ppluzhnikov@google.com>
1354         * MAINTAINERS (Write After Approval): Add myself.
1356 2011-05-08  Doug Kwan  <dougkwan@google.com>
1358         * configure.ac: Propagate LDFLAGS_FOR_TARGET.
1359         * configure: Regenerated.
1360         * Makefile.tpl (LDFLAGS_FOR_TARGET): Use LDFLAGS_FOR_TARGET
1361         value from configure.
1362         * Makefile.in: Regenerated.
1364 2011-05-05  Joseph Myers  <joseph@codesourcery.com>
1366         * configure.ac (alpha*-dec-osf*, i[[3456789]]86-*-rdos*,
1367         sh*-*-pe|mips*-*-pe|arm-wince-pe, sparc-*-sunos4*, *-*-aix*,
1368         *-*-beos*, *-*-chorusos, *-*-dragonfly*, *-*-freebsd*, *-*-linux*
1369         | *-*-gnu* | *-*-k*bsd*-gnu | *-*-kopensolaris*-gnu, *-*-lynxos*,
1370         *-*-mingw*, *-*-netbsd*, *-*-netware*, *-*-tpf*, *-*-uclinux*,
1371         *-*-vxworks*): Disable newlib and libgloss in separate case
1372         statement.
1373         (i[[3456789]]86-*-linux*): Move logic allowing newlib to be built
1374         to separate case statement.
1375         (*-*-chorusos, *-*-dragonfly*, *-*-freebsd*, *-*-netbsd*,
1376         *-*-netware*, *-*-tpf*, *-*-uclinux*, *-*-vxworks*,
1377         alpha*-dec-osf*, alpha*-*-linux*, am33_2.0-*-linux*, sh-*-linux*,
1378         sh*-*-pe|mips*-*-pe|*arm-wince-pe, arm-*-coff, arm-*-elf* |
1379         arm*-*-eabi*, arm*-*-linux-gnueabi, arm*-*-symbianelf*, avr-*-*,
1380         bfin-*-*, cris-*-* | crisv32-*-*, frv-*-*, i[[3456789]]86-*-coff |
1381         i[[3456789]]86-*-elf, i[[3456789]]86-w64-mingw*,
1382         i[[3456789]]86-*-mingw*, x86_64-*-mingw*,
1383         i[[3456789]]86-*-interix*, i[[3456789]]86-*-beos*,
1384         i[[3456789]]86-*-rdos*, m32r-*-*,
1385         m68hc11-*-*|m6811-*-*|m68hc12-*-*|m6812-*-*, m68k-*-elf*, m68*-*-*
1386         | fido-*-*, powerpc-*-aix*, powerpc-*-beos*, powerpc-*-eabi,
1387         powerpc-*-eabi* | powerpcle-*-eabi* | powerpc-*-rtems*,
1388         rs6000-*-lynxos*, rs6000-*-aix*, mips*-*-linux*, sparclet-*-aout*
1389         | sparc86x-*-*, sparc-*-elf*, sparc64-*-elf*, sparclite-*-*,
1390         sparc-*-sunos4*, sparc-*-solaris* | sparc64-*-solaris* |
1391         sparcv9-*-solaris*, *-*-linux* | *-*-gnu* | *-*-k*bsd*-gnu |
1392         *-*-kopensolaris*-gnu, *-*-lynxos*, *-*-*): Don't disable newlib
1393         and libgloss in main case over targets.  Remove most empty cases
1394         in main case over targets.
1395         * configure: Regenerate.
1397 2011-05-04  Janis Johnson  <janisjo@codesourcery.com>
1399         * MAINTAINERS (Write After Approval): Add myself.
1401 2011-05-04  Joseph Myers  <joseph@codesourcery.com>
1403         * configure.ac: Remove code setting special library locations for
1404         hppa*64*-*-hpux11*.  Remove code setting compiler for
1405         sparc-sun-solaris2*.
1406         * configure: Regenerate.
1408 2011-05-04  Joseph Myers  <joseph@codesourcery.com>
1410         * configure.ac: Separate libgloss_dir settings from general case
1411         over targets.
1412         * configure: Regenerate.
1414 2011-04-28  Joseph Myers  <joseph@codesourcery.com>
1416         * configure.ac (*-*-dragonfly*, *-*-freebsd*, *-*-netbsd*,
1417         alpha*-dec-osf*, alpha*-*-linux*, alpha*-*-*, sh-*-linux*,
1418         arm-*-elf* | arm*-*-eabi*, arm*-*-linux-gnueabi, frv-*-*): Remove
1419         cases in libgcj-disabling case statement.
1420         (hppa*64*-*-linux*): Set unsupported_languages instead of
1421         disabling target-zlib.
1422         (hppa*64*-*-*): Restrict case in libgcj-disabling case statement
1423         to hppa*64*-*-hpux*.
1424         (hppa*-*-*): Restrict case in libgcj-disabling case statement to
1425         hppa*-*-hpux*.
1426         (ia64*-*-elf*, ia64*-**-hpux*, i[[3456789]]86-*-elf,
1427         i[[3456789]]86-*-linux*, *-*-cygwin*, i[[3456789]]86-*-interix*,
1428         i[[3456789]]86-*-solaris2*, m32r-*-*, m68k-*-elf*, m68*-*-* |
1429         fido-*-*, powerpc-*-eabi, powerpc-*-eabi* | powerpcle-*-eabi* |
1430         powerpc-*-rtems*, mips*-*-linux*, mips*-*-*, sh-*-* | sh64-*-*,
1431         sparc-*-elf*, sparc64-*-elf*, sparc-*-solaris* |
1432         sparc64-*-solaris* | sparcv9-*-solaris*, *-*-linux* | *-*-gnu* |
1433         *-*-k*bsd*-gnu | *-*-kopensolaris*-gnu, *-*-*): Remove cases in
1434         libgcj-disabling case statement.
1435         * configure: Regenerate.
1437 2011-04-28  Joseph Myers  <joseph@codesourcery.com>
1439         * configure.ac: Disable Java for targets not supporting libffi.
1440         (*-*-chorusos, *-*-kaos*, am33_2.0-*-linux*, sh*-*-pe|mips*-*-pe):
1441         Remove cases in Java-disabling statement.
1442         (*arm-wince-pe): Change to arm-wince-pe.
1443         (arc-*-*, arm-*-coff, arm-*-pe*, arm-*-riscix*, avr-*-*): Remove
1444         cases in Java-disabling statement.
1445         (bfin-*-*): Don't disable Java again.
1446         (c4x-*-* | tic4x-*-*, tic54x-*-*, cr16-*-*, d10v-*-*, d30v-*-*,
1447         fr30-*-elf*, moxie-*-*, h8300*-*-*, h8500-*-*, hppa1.1-*-osf* |
1448         hppa1.1-*-bsd*, hppa*-*-*elf* | hppa*-*-lites* | hppa*-*-openbsd*,
1449         hppa*-*-pro*, i960-*-*, i[[3456789]]86-*-coff,
1450         i[[3456789]]86-*-pe, i[[3456789]]86-*-sco3.2v5*,
1451         i[[3456789]]86-*-sco*, i[[3456789]]86-*-sysv4*,
1452         i[[3456789]]86-*-beos*, i[[3456789]]86-*-rdos*,
1453         m68hc11-*-*|m6811-*-*|m68hc12-*-*|m6812-*-*): Remove cases in
1454         Java-disabling statement.
1455         (mmix-*-*): Don't disable Java again.
1456         (mt-*-*, powerpc*-*-winnt* | powerpc*-*-pe*, powerpcle-*-solaris*,
1457         powerpc-*-beos*, rs6000-*-lynxos*, rs6000-*-*, m68k-apollo-*,
1458         microblaze*, mips*-sde-elf*, mips*-*-irix5*, mips*-*-bsd*,
1459         sparclet-*-aout* | sparc86x-*-*, sparclite-*-*, sparc-*-sunos4*,
1460         tic6x-*-*, v810-*-*, vax-*-*): Remove cases in Java-disabling
1461         statement.
1462         * configure: Regenerate.
1464 2011-04-28  Joseph Myers  <joseph@codesourcery.com>
1466         * configure.ac: Separate cases disabling Java and Java libraries
1467         from general case over targets.
1468         * configure: Regenerate.
1470 2011-04-21  Jie Zhang  <jzhang918@gmail.com>
1472         * MAINTAINERS: Update my email address.
1474 2011-04-20  Easwaran Raman  <eraman@google.com>
1476         * MAINTAINERS (Write After Approval): Add myself.
1478 2011-04-18  Jack Howarth  <howarth@bromo.med.uc.edu>
1480         PR lto/48086
1481         * configure.ac: Re-enable LTO on *-apple-darwin9*.
1482         * configure: Regenerate.
1484 2011-04-16  Jim Meyering  <meyering@redhat.com>
1486         * MAINTAINERS (Write After Approval): Add myself.
1488 2011-04-15  Dodji Seketeli  <dodji@redhat.com>
1490         * MAINTAINERS: Update my email address.
1492 2011-04-13  Georg-Johann Lay  <avr@gjlay.de>
1494         * MAINTAINERS (Write After Approval): Add myself.
1496 2011-04-12  Yufeng Zhang  <yufeng.zhang@arm.com>
1498         * MAINTAINERS (Write After Approval): Add myself.
1500 2011-04-07  Stuart Henderson  <shenders@gcc.gnu.org>
1502         * MAINTAINERS (Write After Approval): Add myself.
1504 2011-04-06  Joseph Myers  <joseph@codesourcery.com>
1506         * configure.ac (build_tools): Remove build-byacc.
1507         (host_libs): Remove mmalloc.
1508         (host_tools): Remove byacc make patch prms send-pr ash bash bzip2
1509         autoconf automake libtool diff rcs fileutils shellutils time
1510         textutils wdiff find uudecode hello tar gzip indent recode release
1511         sed perl gawk findutils gettext zip.
1512         (libgcj): Remove target-qthreads.
1513         (target_tools): Remove target-examples target-gperf.
1514         (YACC): Don't handle building byacc.
1515         * configure: Regenerate.
1516         * Makefile.def (ash, autoconf, automake, bash, byacc, bzip2, diff,
1517         dosutils, examples, fileutils, find, findutils, gawk, gettext,
1518         gnuserv, gperf, gzip, hello, indent, libtool, make, mmalloc,
1519         patch, perl, prms, qthreads, rcs, recode, release, sed, send-pr,
1520         shellutils, tar, textutils, time, uudecode, wdiff, zip): Don't
1521         handle building components.
1522         * Makefile.in: Regenerate.
1524 2011-04-05  Sterling Augustine <augustine.sterling@gmail.com>
1526         * MAINTAINERS: Update my email address as Xtensa maintainer.
1528 2011-04-05  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
1530         * config.sub: Sync from upstream.
1532 2011-04-01  Joseph Myers  <joseph@codesourcery.com>
1534         * configure.ac (avr-*-*): Add comment about why libssp is disabled.
1535         (microblaze*): Don't disable libssp.
1536         * configure: Regenerate.
1538 2011-04-01  Joseph Myers  <joseph@codesourcery.com>
1540         * configure.ac: Remove code setting CONFIG_SHELL, config_shell and
1541         moveifchange.
1542         * configure: Regenerate.
1543         * Makefile.tpl: Use @SHELL@ not @config_shell@.
1544         * Makefile.in: Regenerate.
1546 2011-04-01  Joseph Myers  <joseph@codesourcery.com>
1548         * configure.ac (*-*-sysv4*): Don't enable libgomp.
1549         (alpha*-*-*vms*, i[[34567]]86-*-sco3.2v5*, mn10300-*-*,
1550         powerpc-*-chorusos*, powerpc*-*-eabi*, powerpc*-*-sysv*,
1551         powerpc*-*-kaos*, s390x-ibm-tpf*, sparc64-*-elf*, v850*-*-*,
1552         xtensa*-*-elf*, *-*-beos*, *-*-elf*, *-*-netware*, *-*-rtems*,
1553         *-*-sysv[[45]]*, *-*-vxworks*, *-wrs-windiss): Remove
1554         md_exec_prefix cases.
1555         * configure: Regenerate.
1557 2011-04-01  Joseph Myers  <joseph@codesourcery.com>
1559         * configure.ac: Separate cases disabling target-libssp,
1560         target-libiberty, target-libstdc++-v3 and Fortran from general
1561         case over targets.
1562         * configure: Regenerate.
1564 2011-04-01  Joseph Myers  <joseph@codesourcery.com>
1566         * configure.ac (*-*-chorusos): Don't disable libgcj.
1567         (*-*-freebsd[[12]] | *-*-freebsd[[12]].* | *-*-freebsd*aout*):
1568         Remove case.
1569         (*-*-kaos*): Don't disable GCC libraries, zlib or fastjar.
1570         (arm-*-coff): Don't disable libgcj.
1571         (arm*-*-linux-gnueabi): Remove useless assignment.
1572         (arm-*-riscix*): Don't disable libgcj.
1573         (bfin-*-*): Don't enable target-bsp and target-cygmon depending on
1574         configuration.
1575         (c4x-*-* | tic4x-*-*): Don't disable GCC libraries.
1576         (c54x*-*-*): Remove case.
1577         (tic54x-*-*): Don't disable GCC or GCC libraries.
1578         (cris-*-* | crisv32-*-*): Don't handle *-*-aout.  Change *-*-elf
1579         to *.
1580         (d10v-*-*): Don't disable GCC libraries.
1581         (d30v-*-*): Don't disable libgcj.
1582         (h8500-*-*): Don't disable GCC libraries.
1583         (i960-*-*): Don't disable libgcj.
1584         (i[[3456789]]86-*-linux*): Don't handle *-*-*libc1*.
1585         (i[[3456789]]86-*-sco3.2v5*, i[[3456789]]86-*-sco*,
1586         i[[3456789]]86-*-sysv4*, i[[3456789]]86-*-beos*): Don't disable
1587         libgcj.
1588         (m68k-*-coff*): Remove case.
1589         (mmix-*-*): Don't disable libgloss on host.
1590         (mn10200-*-*, mn10300-*-*): Remove cases.
1591         (powerpc*-*-winnt* | powerpc*-*-pe*, powerpcle-*-solaris*,
1592         powerpc-*-beos*, m68k-apollo-*, mips*-*-irix5*, mips*-*-bsd*):
1593         Don't disable libgcj.
1594         (romp-*-*): Remove case.
1595         (sparclite-*-*, sparc-*-sunos4*): Don't disable libgcj.
1596         (sparc-*-solaris2.[[0-6]] | sparc-*-solaris2.[[0-6]].*): Remove
1597         case.
1598         (v810-*-*): Don't disable GCC libraries.
1599         (v850*-*-*, vax-*-vms, xtensa*-*-*): Remove cases.
1600         (ip2k-*-*): Don't disable GCC libraries.
1601         * configure: Regenerate.
1603 2011-03-28  Joseph Myers  <joseph@codesourcery.com>
1605         * configure.ac (i[[3456789]]86-*-msdosdjgpp*): Don't disable
1606         libffi on host.
1607         (x86_64-*-mingw*, i[[3456789]]86-*-mingw32*): Don't disable newlib
1608         on host.
1609         (c54x*-*-* | tic54x-*-*): Don't disable newlib on host.
1610         * configure: Regenerate.
1612 2011-03-26  John Marino  <binutils@marino.st>
1614         * configure.ac: Add support for *-*-dragonfly*
1615         * configure: Regenerate.
1617 2011-03-25  Joseph Myers  <joseph@codesourcery.com>
1619         * configure.ac (native_only): Remove.
1620         (i[[3456789]]86-*-msdosdjgpp*): Don't disable expect dejagnu
1621         send-pr uudecode guile gnuserv on host.
1622         (x86_64-*-mingw*): Don't disable expect dejagnu autoconf automake
1623         send-pr rcs guile perl texinfo libtool on host.
1624         (i[[3456789]]86-*-mingw32*): Don't disable expect dejagnu autoconf
1625         automake send-pr rcs guile perl texinfo libtool on host.
1626         (*-*-cygwin*, *-*-netbsd*): Remove host cases.
1627         (*-*-kaos*): Don't disable target-examples target-gperf on target.
1628         (alpha*-dec-osf*): Don't disable fileutils on target.
1629         (sh*-*-pe|mips*-*-pe|*arm-wince-pe): Don't disable target-examples
1630         texinfo send-pr expect dejagnu on target.
1631         (arm-*-elf* | arm*-*-eabi*, arm*-*-linux-gnueabi): Don't disable
1632         target-qthreads on target.
1633         (hppa*-hp-hpux11*, hppa*-*-*): Don't disable shellutils on target.
1634         (ia64*-*-elf*, ia64*-*-*vms*): Don't disable mmalloc on target.
1635         (i[[3456789]]86-w64-mingw*, i[[3456789]]86-*-mingw*,
1636         x86_64-*-mingw*): Don't disable expect on target.
1637         (*-*-cygwin*): Don't disable target-gperf on target.
1638         (powerpc*-*-winnt* | powerpc*-*-pe*): Don't disable make expect
1639         gnuserv on target.
1640         (powerpcle-*-solaris*): Don't disable make expect gnuserv on
1641         target.
1642         * configure: Regenerate.
1644 2011-03-25  Joseph Myers  <joseph@codesourcery.com>
1646         * configure.ac (target_tools): Remove target-groff.
1647         (native_only): Remove target-groff.
1648         (hppa*64*-*-*): Don't disable byacc.
1649         (i[[3456789]]86-*-mingw32*): Remove commented-out noconfigdirs
1650         setting.
1651         (*-*-kaos*): Don't skip target-librx and target-groff.
1652         (*-*-netware*): Don't skip target-libmudflap.
1653         (*-*-tpf*): Don't skip target-libmudflap.
1654         (sh*-*-pe|mips*-*-pe|*arm-wince-pe): Don't condition configured
1655         directories on the host.
1656         (ia64*-*-*vms*): Don't skip tix.
1657         (sh-*-* | sh64-*-*): Don't condition skipped directories on the
1658         host.
1659         * configure: Regenerate.
1661 2011-03-24  Paolo Bonzini  <pbonzini@redhat.com>
1663         * configure.ac: Remove references to mt-mep, mt-netware,
1664         mt-wince.
1665         * Makefile.def: Add all-utils soft dependencies.
1666         * Makefile.tpl: Remove GDB_NLM_DEPS.
1667         * configure: Regenerate.
1668         * Makefile.in: Regenerate.
1670 2011-03-24  Paolo Bonzini  <bonzini@gnu.org>
1672         * configure.ac: Do not include mh-x86omitfp.
1673         * configure: Regenerate.
1675 2011-03-24  Paolo Bonzini  <bonzini@gnu.org>
1677         * configure.ac: Remove empty cases.
1678         * configure: Regenerate.
1680 2011-03-24  Paolo Bonzini  <bonzini@gnu.org>
1682         * Makefile.def: Add dependency from termcap to gdb.
1683         * Makefile.in: Regenerate.
1685 2011-03-24  Paolo Bonzini  <bonzini@gnu.org>
1687         * configure.ac: Remove all mentions of mh-sysv4 and mh-solaris.
1688         * configure: Regenerate.
1689         * Makefile.def: Remove all mentions of X11_FLAGS_TO_PASS.
1690         * Makefile.tpl: Likewise.
1691         * Makefile.in: Regenerate.
1693 2011-03-24  Paolo Bonzini  <bonzini@gnu.org>
1695         * configure.ac: Remove all mentions of tentative_cc.
1696         * configure: Regenerate.
1698 2011-03-24  Joseph Myers  <joseph@codesourcery.com>
1700         * configure.ac (i[[3456789]]86-*-vsta, i[[3456789]]86-*-go32*,
1701         i[[3456789]]86-*-beos*, powerpc-*-beos*, m68k-hp-hpux*,
1702         m68k-apollo-sysv*, m68k-apollo-bsd*, m88k-dg-dgux*,
1703         m88k-harris-cxux*, m88k-motorola-sysv*, mips*-dec-ultrix*,
1704         mips*-nec-sysv4*, mips*-sgi-irix4*, mips*-*-sysv4*, mips*-*-sysv*,
1705         i370-ibm-opened*, i[[3456789]]86-*-sysv5*, i[[3456789]]86-*-dgux*,
1706         i[[3456789]]86-ncr-sysv4.3*, i[[3456789]]86-ncr-sysv4*,
1707         i[[3456789]]86-*-sco3.2v5*, i[[3456789]]86-*-sco*,
1708         i[[3456789]]86-*-udk*, vax-*-ultrix2*, m68k-sun-sunos*,
1709         hppa*-*-hiux*, *-*-hiux*, rs6000-*-lynxos*, *-*-sysv4*,
1710         *-*-rhapsody*): Remove host cases.
1711         * configure: Regenerate.
1713 2011-03-24  Joseph Myers  <joseph@codesourcery.com>
1715         * configure.ac (ppc*-*-pe): Remove host case.
1716         (strongarm-*-coff | xscale-*-coff, strongarm-*-elf* |
1717         xscale-*-elf*, thumb-*-coff, thumb-*-elf, thumb-*-pe, ep9312-*-elf
1718         | ep9312-*-coff, parisc*64*-*-linux*, ppc*-*-pe): Remove target
1719         cases.
1720         * configure: Regenerate.
1722 2011-03-24  Joseph Myers  <joseph@codesourcery.com>
1724         * config.sub: Update to version 2011-03-23.
1726 2011-03-22  Joseph Myers  <joseph@codesourcery.com>
1728         * configure.ac (arm-semi-aof, crx-*-*, parisc*-*-linux*,
1729         i370-*-opened*, i[[3456789]]86-moss-msdos | i[[3456789]]86-*-moss*
1730         | i[[3456789]]86-*-uwin*, mcore-*-pe*): Remove empty cases.
1731         * configure: Regenerate.
1733 2011-03-22  Joseph Myers  <joseph@codesourcery.com>
1735         * MAINTAINERS (crx port, m68hc11 port): Remove.  Move maintainers
1736         to Write After Approval.
1737         * config-ml.in: Don't handle arc-*-elf*.
1738         * configure.ac (arc-*-*, crx-*-*, i[[3456789]]86-*-pe,
1739         m68hc11-*-*|m6811-*-*|m68hc12-*-*|m6812-*-*, mcore-*-pe*): Don't
1740         handle GCC libraries.
1741         * configure: Regenerate.
1743 2011-03-21  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
1745         PR bootstrap/48120:
1746         * configure.ac (pwllib): Use LIBS instead of LDFLAGS.
1747         Add -lstdc++ -lm to LIBS.
1748         * configure: Regenerate.
1750 2011-03-18  David Edelsohn  <dje.gcc@gmail.com>
1752         * config.guess: Update to version 2011-02-02
1753         * config.sub: Update to version 2011-02-24
1755 2011-03-16  Jack Howarth  <howarth@bromo.med.uc.edu>
1757         PR lto/48086
1758         * configure.ac: Re-enable LTO on *-apple-darwin9.
1759         * configure: Regenerate.
1761 2011-03-13  Jack Howarth  <howarth@bromo.med.uc.edu>
1763         PR lto/48086
1764         * configure.ac: Disable LTO on darwin due to an assembler change in
1765         Xcode 3.2.6/4.0 that limits the total number of sections/segments to
1766         under 256.
1767         * configure: Regenerate.
1769 2011-03-11  Chen Liqin <liqin.gcc@gmail.com>
1771         * MAINTAINERS: Update myself as score backend maintainer,
1772         update my e-mail address.
1774 2011-03-09  Xuepeng Guo  <terry.guo@arm.com>
1776         * MAINTAINERS: Update my e-mail address.
1778 2011-03-06  Joey Ye  <joey.ye@arm.com>
1780         * MAINTAINERS: Update my e-mail address.
1782 2011-03-02  Sebastian Pop  <sebastian.pop@amd.com>
1784         * configure.ac: Adjust test of with_ppl.
1785         * configure: Regenerated.
1787 2011-03-02  Kai Tietz  <ktietz@redhat.com>
1789         * MAINTAINERS: Adjust my e-mail address.
1791 2011-03-02  Sebastian Pop  <sebastian.pop@amd.com>
1793         * configure.ac: Add -lpwl to ppllibs.
1794         * configure: Regenerated.
1796 2011-03-02  Sebastian Pop  <sebastian.pop@amd.com>
1798         * config/cloog.m4: Add -lisl to clooglibs.
1799         * configure: Regenerated.
1801 2011-02-24  Ramana Radhakrishnan  <ramana.radhakrishnan@arm.com>
1803         * MAINTAINERS (CPU Port maintainers): Add self.
1805 2011-02-16  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
1807         * MAINTAINERS: Add myself as testsuite maintainer.
1809 2011-02-15  Mike Stump  <mikestump@comcast.net>
1811         * MAINTAINERS: Add myself as testsuite maintainer.
1813 2011-02-13  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
1815         Import from Libtool and gnulib:
1817         2011-01-27  Gerald Pfeifer  <gerald@pfeifer.com>
1819         Prepare for supporting FreeBSD 10.
1820         * config.rpath: Remove handling of freebsd1* which soon would
1821         match FreeBSD 10.0.
1823         2011-01-20  Gerald Pfeifer  <gerald@pfeifer.com>  (tiny change)
1825         Remove support for FreeBSD 1.x.
1826         * libtool.m4 (_LT_LINKER_SHLIBS)
1827         (_LT_SYS_DYNAMIC_LINKER): Remove handling of freebsd1* which
1828         soon would incorrectly match FreeBSD 10.0.
1830 2011-02-12  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
1832         PR binutils/12283
1833         * move-if-change: Import version from gnulib.
1835 2011-02-12  Alexandre Oliva  <aoliva@redhat.com>
1837         PR lto/47225
1838         * Makefile.def (lto-plugin): Double dash for enable-shared.
1839         (configure-gcc): Depend on all-lto-plugin.
1840         * Makefile.in: Rebuilt.
1842 2011-02-11  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
1844         * configure.ac: Remove extra bracket.
1845         * configure: Regenerate.
1847 2011-02-08  Tobias Burnus  <burnus@net-b.de>
1849         * MAINTAINERS: Add myself as libquadmath maintainer.
1851 2011-02-08  Thomas Schwinge  <thomas@schwinge.name>
1853         * MAINTAINERS: Update my email address.
1855 2011-02-07  Joseph Myers  <joseph@codesourcery.com>
1857         * MAINTAINERS (option handling): Add self.
1859 2011-02-06  Kai Tietz  <kai.tietz@onevision.com>
1861         PR lto/47225
1862         * Makefile.def: Add dependency for install-gcc
1863         on install-lto-plugin.
1864         * Makfile.in: Regenerated
1866 2011-02-01  Sebastien Bourdeauducq  <sebastien@milkymist.org>
1868         * MAINTAINERS (CPU Port Maintainers): Add myself.
1870 2011-01-31  Alexandre Oliva  <aoliva@redhat.com>
1872         PR libgcj/44341
1873         * configure.ac: Discard --with-* flags for host when configuring
1874         target libraries for cross build.
1875         * configure: Rebuilt.
1877 2011-01-25  Sebastian Pop  <sebastian.pop@amd.com>
1879         * MAINTAINERS (linear loop transforms): Removed.
1881 2011-01-25  Jakub Jelinek  <jakub@redhat.com>
1883         * configure.ac: If with_ppl is no, move setting with_cloog=no
1884         after CLOOG_REQUESTED check.
1885         * configure: Regenerated.
1887 2011-01-25  Sebastian Pop  <sebastian.pop@amd.com>
1889         * configure.ac: Call AC_MSG_ERROR when PPL 0.11 is not present and
1890         CLooG has been requested.
1891         * configure: Regenerated.
1893 2011-01-25  Sebastian Pop  <sebastian.pop@amd.com>
1895         * configure: Regenerated.
1896         * configure.ac: Check for version 0.11 (or later revision) of PPL.
1898 2011-01-25  Tobias Grosser  <grosser@fim.uni-passau.de>
1900         * configure: Regenerated.
1901         * configure.ac: Use CLOOG_CHECK_VERSION(0,16,1).
1903 2011-01-21  Andreas Schwab  <schwab@redhat.com>
1905         * configure.ac: Use AS_HELP_STRING throughout.
1906         * configure: Regenerate.
1908 2011-01-18  Jie Zhang  <jie.zhang@analog.com>
1910         * configure.ac (bfin-*-*): Remove gdb from noconfigdirs.
1911         * configure: Regenerate.
1913 2011-01-13  John David Anglin  <dave.anglin@nrc-cnrc.gc.ca>
1915         * ltmain.sh (relink): Use absolute path when hardcoding with -L.
1917 2011-01-13  Joel Brobecker  <brobecker@adacore.com>
1919         * configure.ac: Remove readline, mmalloc, and gdb from noconfigdirs
1920         for ia64-hpux.
1921         * configure: Regenerate.
1923 2011-01-07  Jan Hubicka  <jh@suse.cz>
1925         PR lto/47225
1926         * Makefile.in: Regenerate.
1927         * Makefile.def (lto-plugin): Always pass enable-shared to the plugin
1928         configure.
1930 2011-01-07  Jan Hubicka  <jh@suse.cz>
1932         * Makefile.in: Regenerate.
1933         * Makefile.def (gcc host module) and soft dependency on lto-plugin
1934         and configure dependency on lto-plugin configure.
1935         (lto-plugin module): Remove dependency on GCC; add dependency on
1936         liniberty.
1938 2011-01-07  William Schmidt  <wschmidt@linux.vnet.ibm.com>
1940         * MAINTAINERS (Write After Approval): Add myself.
1942 2010-12-23  Hariharan Sandanagobalane <hariharan@picochip.com>
1944         * configure: Regenerate.
1946 2010-12-22  Hariharan Sandanagobalane <hariharan@picochip.com>
1948         * configure.ac: (picochip): Disable libiberty.
1950 2010-12-14  Kaushik Phatak  <kaushik.phatak@kpitcummins.com>
1952         * MAINTAINERS (Write After Approval): Add myself.
1954 2010-12-10  Ian Lance Taylor  <iant@google.com>
1956         PR bootstrap/46819
1957         * configure.ac: For --disable-libgcj clear libgcj_saved.
1958         * configure: Rebuild.
1960 2010-12-10  Tobias Burnus  <burnus@net-b.de>
1962         PR fortran/46540
1963         * configure.ac: Add --disable-libquadmath and
1964         --disable-libquadmath-support.
1965         * configure: Regenerate.
1967 2010-12-03  Ian Lance Taylor  <iant@google.com>
1969         * MAINTAINERS: Add myself as libgo maintainer.
1971 2010-12-03  Hans-Peter Nilsson  <hp@axis.com>
1973         PR libffi/46792
1974         * configure.ac (cris-*-elf, crisv32-*-elf): Disable target-libffi.
1975         * configure: Regenerate.
1977 2010-12-02  Ian Lance Taylor  <iant@google.com>
1979         * configure.ac: Always set default for poststage1_ldflags to
1980         -static-libstdc++ -static-libgcc.
1982 2010-11-29  Andreas Schwab  <schwab@redhat.com>
1984         * configure.ac: Move comment to remove extra space in last argument
1985         of GCC_TARGET_TOOL.
1987 2010-11-26  Alexandre Oliva  <aoliva@redhat.com>
1989         PR other/46026
1990         * configure.ac (CXX_FOR_TARGET): Add -funconfigured-libstdc++-v3.
1991         * Makefile.def (CXX_FOR_TARGET): Removed from flags_to_pass.
1992         * Makefile.tpl (CXX_FOR_TARGET_FLAG_TO_PASS): New.
1993         (BASE_FLAGS_TO_PASS): Use it.
1994         * configure: Rebuilt.
1995         * Makefile.in: Rebuilt.
1997 2010-11-23  H.J. Lu  <hongjiu.lu@intel.com>
1999         PR binutils/12258
2000         * configure.ac: Correct comments for --enable-gold/--enable-ld.
2001         Properly check default linker.
2002         * configure: Regnerated.
2004 2010-11-23  Matthias Klose  <doko@ubuntu.com>
2006         * configure.ac: For --enable-gold, handle value `default' instead of
2007         `both*'.  New configure option --{en,dis}able-ld.
2008         * configure: Regenerate.
2010 2010-11-20  Ian Lance Taylor  <iant@google.com>
2012         * configure.ac: Only disable a language library if no language needs
2013         it.  Don't let --disable-libgcj uncondtionally disable libffi.
2014         * configure: Rebuild.
2016 2010-11-20  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
2018         * Makefile.in: Regenerate.
2020         PR other/46202
2021         * configure.ac: Fix just-built in-tree STRIP name to be
2022         binutils/strip-new.
2023         * configure: Regenerate.
2024         * Makefile.def (install-strip-gcc, install-strip-binutils)
2025         (install-strip-opcodes, install-strip-ld, install-strip-itcl)
2026         (install-strip-sid): Mirror dependencies on non-strip variants
2027         of these targets on the respective -strip prerequisites.
2028         * Makefile.tpl (install-strip, install-strip-host)
2029         (install-strip-target): New targets.
2030         (install-strip-[+module+], install-strip-target-[+module+]):
2031         New targets.
2032         * Makefile.in: Regenerate.
2034 2010-11-19  Ian Lance Taylor  <iant@google.com>
2035             Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
2037         * configure.ac: Add target-libgo to target_libraries.  Set
2038         and substitute GOC_FOR_BUILD and GOC_FOR_TARGET.
2039         * Makefile.tpl (BUILD_EXPORTS): Add GOC and GOCFLAGS.
2040         (HOST_EXPORTS): Add GOC.
2041         (BASE_TARGET_EXPORTS): Add GOC.
2042         (GOC_FOR_BUILD, GOCFLAGS, GOC_FOR_TARGET): New variables.
2043         (GOCFLAGS_FOR_TARGET): New variable.
2044         (EXTRA_HOST_FLAGS): Add GOC.
2045         (EXTRA_TARGET_FLAGS): Add GOC and GOCFLAGS.
2046         * Makefile.def (target_modules): Add libgo.
2047         (flags_to_pass): Add GOC_FOR_TARGET and GOCFLAGS_FOR_TARGET.
2048         (dependencies): Add dependency from configure-target-libgo to
2049         configure-target-libffi and all-target-libstdc++-v3.  Add
2050         dependencies from all-target-libgo to all-target-libffi.
2051         (languages): Add go.
2052         * configure: Rebuild.
2053         * Makefile.in: Rebuild.
2055 2010-11-19  Ian Lance Taylor  <iant@google.com>
2057         * config-ml.in: Add Go support: treat GOC and GOCFLAGS like other
2058         compiler/flag environment variables.
2060 2010-11-18  Ian Lance Taylor  <iant@google.com>
2062         * configure.ac: Check for lang_requires_boot_languages in
2063         config-lang.in files.
2064         * configure: Rebuild.
2066 2010-11-16  Francois-Xavier Coudert  <fxcoudert@gcc.gnu.org>
2067             Tobias Burnus  <burnus@net-b.de>
2069         PR fortran/32049
2070         * Makefile.def: Add libquadmath; build it with language=fortran.
2071         * configure.ac: Add libquadmath.
2072         * Makefile.tpl: Handle multiple libs in check-[+language+].
2073         * Makefile.in: Regenerate.
2074         * configure: Regenerate.
2076 2010-11-16  Tom Tromey  <tromey@redhat.com>
2078         * MAINTAINERS: Moved myself to reviewers section.
2080 2010-11-15  Zdenek Dvorak  <ook@ucw.cz>
2082         * MAINTAINERS: Moved myself to reviewers section.
2084 2010-11-15  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
2086         * MAINTAINERS (Various Maintainers): Add self for build machinery.
2087         (Write After Approval): Remove self.
2089 2010-11-15  Andreas Schwab  <schwab@redhat.com>
2091         * configure.ac: Fix spelling in option names.
2092         * configure: Regenerated.
2094 2010-11-13  Georg-Johann Lay  <georgjohann@web.de>
2096         PR bootstrap/39622
2097         * configure.ac (FLAGS_FOR_TARGET): Add include-fixed path.
2098         * configure: Regenerated.
2100 2010-11-13  Kaveh R. Ghazi  <ghazi@gcc.gnu.org>
2102         * MAINTAINERS: Update my email address.
2104 2010-11-12  Tobias Grosser  <grosser@fim.uni-passau.de>
2106         * configure: Regenerate.
2108 2010-11-12  Tobias Grosser  <grosser@fim.uni-passau.de>
2110         * configure: Regenerate.
2112 2010-11-12  Tobias Grosser  <grosser@fim.uni-passau.de>
2114         * configure: Regenerate.
2116 2010-11-12  Tobias Grosser  <grosser@fim.uni-passau.de>
2118         * configure: Regenerate.
2120 2010-11-11  Andreas Simbuerger  <simbuerg@fim.uni-passau.de>
2122         * configure.ac: Support official CLooG.org versions.
2123         * configure: Regenerate.
2124         * config/cloog.m4: New.
2126 2010-11-10  François Dumont  <francois.cppdevs@free.fr>
2128         * MAINTAINERS (Write After Approval): Add myself.
2130 2010-11-09  David Edelsohn  <dje.gcc@gmail.com>
2132         * MAINTAINERS: Update my email address.
2134 2010-11-04  Iain Sandoe  <iains@gcc.gnu.org>
2136         * configure.ac (*-*-darwin*): Use mh-darwin for all Darwin variants.
2137         * configure: Regenerate.
2139 2010-11-03  Ian Lance Taylor  <iant@google.com>
2140             Dave Korn  <dave.korn.cygwin@gmail.com>
2142         PR lto/46273
2143         * configure.ac: Remove libelf tests.  Build lto-plugin on ELF always
2144         and on other supported platforms whenever LTO is enabled.
2145         * configure: Rebuild.
2147 2010-11-02  Alan Modra  <amodra@gmail.com>
2149         PR binutils/12110
2150         * configure.ac: Error when source path contains spaces.
2151         * configure: Regenerate.
2153 2010-10-23  James E. Wilson  <wilson@codesourcery.com>
2155         * MAINTAINERS: Update my email address.
2157 2010-10-20  Ian Lance Taylor  <iant@google.com>
2159         * Makefile.def (target_modules): Set lib_path to src/.libs for
2160         libstdc++-v3 module.
2161         * Makefile.tpl: Fix typo in TARGET_LIB_PATH comment.
2162         * Makefile.in: Rebuild.
2164 2010-10-18  Laurynas Biveinis  <laurynas.biveinis@gmail.com>
2166         * MAINTAINERS (Reviewers): Add myself for gengtype/GTY.
2167         (Write After Approval): Remove myself.
2169 2010-10-15  Tristan Gingold  <gingold@adacore.com>
2171         * MAINTAINERS (OS Port Maintainers): Add myself for VMS.
2173 2010-10-14  Douglas Rupp  <rupp@gnat.com>
2175         * MAINTAINERS (OS Port Maintainers): Add myself for VMS.
2177 2010-10-07  Dave Korn  <dave.korn.cygwin@gmail.com>
2179         * configure.ac (build_lto_plugin): New shell variable.
2180         (--enable-lto): Turn on by default for all non-ELF platforms that
2181         have had LTO support added so far.  Set build_lto_plugin appropriately
2182         for both ELF and non-ELF.
2183         (configdirs): Add lto-plugin or not based on build_lto_plugin.
2184         * configure: Regenerate.
2186 2010-10-07  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
2188         Sync from src:
2189         * configure.ac (v850 support): Remove target-libgloss from
2190         noconfigdirs.
2191         * configure: Regenerate.
2193 2010-10-02  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
2195         PR bootstrap/45326
2196         PR bootstrap/45174
2197         * configure.ac: Honor initial values of $build_configargs,
2198         $host_configargs, $target_configargs.  Mark the precious, so
2199         environment settings get recorded.
2200         * configure: Regenerate.
2202 2010-09-30  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
2204         PR bootstrap/45796
2205         * Makefile.def (info-gcc, dvi-gcc, pdf-gcc, html-gcc):
2206         Depend on all-build-libiberty.
2207         * Makefile.in: Regenerate.
2209 2010-09-30  Michael Eager  <eager@eagercon.com>
2211         * configure.ac (microblaze): Add target-libssp to noconfigdirs.
2212         * configure: Regenerate.
2214 2010-09-28  Michael Eager  <eager@eagercon.com>
2216         * MAINTAINERS (CPU Port Maintainers): Add myself for MicroBlaze port.
2218 2010-06-27  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
2220         PR bootstrap/44621
2221         * configure.ac: Fix unportable shell quoting.
2222         * configure: Regenerate.
2224 2010-09-21  Iain Sandoe  <iains@gcc.gnu.org>
2226         * configure.ac (enable-lto): Add Darwin to the list of supported lto
2227         targets and amend comment.
2228         * configure: Regenerate.
2230 2010-09-15  Tejas Belagod  <tejas.belagod@arm.com>
2232         * MAINTAINERS (Write After Approval): Add myself.
2234 2010-09-03  Jack Howarth <howarth@bromo.med.uc.edu>
2236         * configure.ac: Enable LTO by default on Darwin.
2237         * configure: Regenerate.
2239 2010-09-02  Marcus Shawcroft  <marcus.shawcroft@arm.com>
2241         * MAINTAINERS (Write After Approval): Add myself.
2243 2010-09-01  Ian Bolton  <ian.bolton@arm.com>
2245         * MAINTAINERS (Write After Approval): Add myself.
2247 2010-08-25  Danny Smith  <dannysmith@users.sourceforge.net>
2249         * MAINTAINERS (OS Port Maintainers): Remove myself from windows
2250         ports
2252 2010-07-28  David Yuste  <david.yuste@gmail.com>
2254         * MAINTAINERS (Write After Approval): Add myself.
2256 2010-07-26  Naveen.H.S  <naveen.S@kpitcummins.com>
2258         * configure.ac: Support all v850 targets.
2259         * configure: Regenerate.
2261 2010-07-23  Marc Glisse <marc.glisse@normalesup.org>
2263         PR bootstrap/44455
2264         * configure.ac (extra_mpfr_configure_flags): Copy from
2265         extra_mpc_gmp_configure_flags.
2266         * configure: Re-generated.
2268 2010-07-22  Andi Kleen  <ak@linux.intel.com>
2270         * MAINTAINERS (Write After Approval): Add myself.
2272 2010-07-22  Chung-Lin Tang  <cltang@codesourcery.com>
2274         * MAINTAINERS (Write After Approval): Add myself.
2276 2010-07-20  Jeffrey Yasskin  <jyasskin@google.com>
2278         * MAINTAINERS (Write After Approval): Add myself.
2280 2010-07-17  Jack Howarth  <howarth@bromo.med.uc.edu>
2282         PR target/44862
2283         * Makefile.tpl (POSTSTAGE1_CXX_EXPORT):
2284         Provide -B option to allow for link spec %s substitutions for
2285         libstdc++.a on darwin.
2286         * Makefile.in: Regenerate.
2288 2010-07-10  Mikael Morin  <mikael@gcc.gnu.org>
2290         * MAINTAINERS (Reviewers): Update my e-mail address
2292 2010-06-10  Alexandre Oliva  <aoliva@redhat.com>
2294         * Makefile.def (configure-gcc): Depend on all-libelf.
2295         * Makefile.in: Rebuild.
2297 2010-06-05  Fabien Chêne  <fabien@gcc.gnu.org>
2299         * MAINTAINERS (Write After Approval): Add myself in the right place.
2301 2010-06-04  Fabien Chêne  <fabien@gcc.gnu.org>
2303         * MAINTAINERS (Write After Approval): Add myself.
2305 2010-05-25  Sterling Augustine  <sterling@tensilica.com>
2307         * MAINTAINERS (CPU Port Maintainers): Add myself for xtensa port.
2309 2010-05-25  Maxim Kuvyrkov  <maxim@codesourcery.com>
2311         * config.sub: Update to version 2010-05-21.
2312         * config.guess: Update to version 2010-04-03.
2314 2010-05-18  Steven Bosscher  <steven@gcc.gnu.org>
2316         * configure.ac (--enable-lto): All *-apple-darwin* now support LTO.
2317         * configure: Regenerate.
2319 2010-05-12  Sriraman Tallam  <tmsriram@google.com>
2321         * MAINTAINERS (Write After Approval): Add myself.
2323 2010-05-07  Steven Bosscher  <steven@gcc.gnu.org>
2325         * configure.ac (--enable-lto): Add x86_64-apple-darwin* as
2326         a platform that supports LTO.
2327         * configure: Regenerate.
2329 2010-05-05  Sebastian Pop  <sebastian.pop@amd.com>
2331         * configure.ac: Allow all the versions greater than 0.10 of PPL.
2332         * configure: Regenerated.
2334 2010-04-27  Roland McGrath  <roland@redhat.com>
2335             H.J. Lu  <hongjiu.lu@intel.com>
2337         * configure.ac (--enable-gold): Support both, both/gold and
2338         both/bfd to add gold to configdirs without removing ld.
2339         * configure: Regenerated.
2341         * Makefile.def: Add install-gold dependency to install-ld.
2342         * Makefile.in: Regenerated.
2344 2010-04-27  Dave Korn  <dave.korn.cygwin@gmail.com>
2346         PR lto/42776
2347         * configure.ac (--enable-lto): Refactor handling so libelf tests
2348         are only performed inside then-clause of ACX_ELF_TARGET_IFELSE,
2349         and allow LTO to be explicitly enabled on non-ELF platforms that
2350         are known to support it inside else-clause.
2351         * configure: Regenerate.
2353 2010-04-20  Eric Botcazou  <ebotcazou@adacore.com>
2355         * configure.ac (BUILD_CONFIG): Redirect output to /dev/null.
2356         * configure: Regenerate.
2358 2010-04-17  Ralf Corsépius  <ralf.corsepius@rtems.org>
2360         * configure.ac (*-*-rtems*): Add target-libiberty to $skipdirs.
2361         * configure: Regenerate.
2363 2010-04-16  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
2365         * configure.ac: Check for elf_getshdrstrndx or elf_getshstrndx
2366         separately.
2367         * configure: Regenerate.
2369 2010-04-16  Kevin Williams  <kevin.williams@inria.fr>
2371         * MAINTAINERS (Write After Approval): Add myself.
2373 2010-04-14  Tristan Gingold  <gingold@adacore.com>
2375         * configure.ac (alpha*-*-*vms*): Remove ld from noconfigdirs.
2376         * configure: Regenerate.
2378 2010-04-13  Steve Ellcey  <sje@cup.hp.com>
2380         * configure: Regenerate after change to elf.m4.
2382 2010-04-06  Iain Sandoe  <iains@gcc.gnu.org>
2384         * MAINTAINERS (Write After Approval): Add myself.
2386 2010-04-02  Sebastian Pop  <sebastian.pop@amd.com>
2388         * configure.ac: Add brackets around AC_TRY_COMPILE alternative.
2389         * configure: Regenerated.
2391 2010-04-02  Sebastian Pop  <sebastian.pop@amd.com>
2393         * configure.ac: Print "buggy but acceptable" when CLooG
2394         revision is less than 9.
2395         * configure: Regenerated.
2397 2010-04-01  Diego Novillo  <dnovillo@google.com>
2399         * MAINTAINERS (Plugin): Add myself and Le-Chun Wu.
2401 2010-04-01  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
2403         PR bootstrap/43615
2404         PR bootstrap/43328
2406         Revert:
2408         2010-03-31  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
2410         * configure.ac: Do not pass --enable-multilib nor
2411         --disable-multilib in baseargs.  Accept explicitly passed
2412         --enable_multilib.
2413         * configure: Regenerate.
2415 2010-03-31  Ulrich Weigand  <uweigand@de.ibm.com>
2417         * MAINTAINERS (CPU Port Maintainers): Add myself for spu port.
2419 2010-03-31  Janis Johnson  <janis187@us.ibm.com>
2421         * MAINTAINERS: Remove myself.
2423 2010-03-31  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
2425         PR bootstrap/43328
2426         * configure.ac: Do not pass --enable-multilib nor
2427         --disable-multilib in baseargs.  Accept explicitly passed
2428         --enable_multilib.
2429         * configure: Regenerate.
2431 2010-03-28  Andrew Pinski  <pinskia@gmail.com>
2433         * MAINTAINERS (spu port): Remove me.
2435 2010-03-23  Joseph Myers  <joseph@codesourcery.com>
2437         * configure.ac (tic6x-*-*): New case.
2438         * configure: Regenerate.
2440 2010-03-23  Joseph Myers  <joseph@codesourcery.com>
2442         * config.sub: Update to version 2010-03-22.
2443         * config.guess: Update to version 2009-12-30.
2445 2010-03-19  Jack Howarth  <howarth@bromo.med.uc.edu>
2447         PR ada/42554
2448         * configure.ac: Only pass -c to ranlib for darwin9 and earlier.
2449         * configure: Regenerate.
2451 2010-03-18  Ramana Radhakrishnan  <ramana.radhakrishnan@arm.com>
2453         * MAINTAINERS: Update my email address.
2455 2010-03-17  Sebastian Pop  <sebastian.pop@amd.com>
2457         * MAINTAINERS (dwarak.rajagopal@amd.com): Removed.
2458         (ghassan.shobaki@amd.com): Removed.
2460 2010-03-17  Alan Modra  <amodra@gmail.com>
2462         * MAINTAINERS: Update my email address.
2464 2010-03-16  Diego Novillo  <dnovillo@google.com>
2466         * MAINTAINERS: Remove Dan Hipschman, William Maddox and Chris
2467         Matthews.
2469 2010-03-16  Joseph Myers  <joseph@codesourcery.com>
2471         * MAINTAINERS (Write After Approval): Remove Jim Blandy, Daniel
2472         Gutson, Jeffrey D. Oldham and Mark Shinwell.
2474 2010-03-16  Joseph Myers  <joseph@codesourcery.com>
2476         * MAINTAINERS: Update my email address.
2478 2010-03-16  Daniel Jacobowitz  <dan@codesourcery.com>
2480         * MAINTAINERS: Update my email address.
2482 2010-03-15  Bernd Schmidt  <bernds@codesourcery.com>
2484         * MAINTAINERS: Update my email address.
2486 2010-03-09  Jie Zhang  <jie@codesourcery.com>
2488         * MAINTAINERS: Update my email address.
2490 2010-03-01  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
2492         PR libstdc++/32499
2493         * configure.ac (RANLIB): Default to true.
2494         (STRIP): Likewise.
2495         (RANLIB_FOR_TARGET): Remove superfluous : argument.
2496         * configure: Regenerate.
2498 2010-02-17  Rafael Ávila de Espíndola  <espindola@google.com>
2500         * MAINTAINERS (Plugin, LTO, LTO plugin): Remove myself.
2501         (Write After Approval): Update my email address.
2503 2010-02-17  Nick Clifton  <nickc@redhat.com>
2505         PR 11238
2506         * Makefile.tpl (local-distclean): Also remove config.cache files in
2507         sub-directories as there may not be Makefiles present in the
2508         sub-directories.
2509         * Makefile.tpl: Use "-exec rm {}" rather than "-delete" to delete
2510         the config.cache files found by the find command.
2512         * Makefile.in: Regenerate.
2513         * configure.ac: Revert previous delta.
2514         * configure: Regenerate.
2516 2010-02-15  Nick Clifton  <nickc@redhat.com>
2518         PR 11238
2519         * configure.ac: Delete config.cache files in sub-directories when
2520         deleting Makefiles.
2521         * configure: Regenerate.
2523 2010-02-12  Ben Elliston  <bje@gnu.org>
2525         * MAINTAINERS: Update my email address.
2527 2010-02-08  Andrew Pinski  <pinskia@gmail.com>
2529         * MAINTAINERS (spu port): Update my email address.
2531 2010-02-08  Jie Zhang  <jie.zhang@analog.com>
2533         * MAINTAINERS: Add myself as a maintainer for the bfin port.
2535 2010-01-31  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
2537         * configure.ac: Add "recommended" version checks for GMP/MPC.
2538         Update recommended GMP/MPFR/MPC versions.
2539         * configure: Regenerate.
2541 2010-01-31  Joern Rennecke  <joern.rennecke@embecosm.com>
2543         * MAINTAINERS: Move my Embecosm email address into the
2544         write-after-approval section.
2546 2010-01-26  Ian Lance Taylor  <iant@google.com>
2548         * MAINTAINERS: Add myself as Go frontend maintainer.
2550 2010-01-25  Joern Rennecke  <amylaar@spamcop.net>
2552         PR libstdc++/36101, PR libstdc++/42813
2553         * configure.ac (bootstrap_target_libs): Make inclusion of
2554         target-libgomp conditional on libgomb being in target_configdirs.
2555         * configure: Regenerate.
2557 2010-01-23  Joern Rennecke  <amylaar@spamcop.net>
2559         PR libstdc++/36101, PR libstdc++/42813
2560         * configure.ac (bootstrap_target_libs): Include target-libgomp.
2561         * configure: Regenerate.
2563 2010-01-22  Joern Rennecke  <amylaar@spamcop.net>
2565         PR libstdc++/36101, PR libstdc++/42813
2566         * configure.ac (target_configdirs): Substitute.
2567         * Makefile.def: Bootstrap target module libgomp.
2568         Add dependency of all-target-libstdc++-v3 on configure-target-libgomp.
2569         * Makefile.tpl (TARGET_CONFIGDIRS): New makefile variable.
2570         (BASE_TARGET_EXPORTS): Export TARGET_CONFIGDIRS.
2571         * configure, Makefile.in: Regenerate.
2573 2010-01-21  Dave Korn  <dave.korn.cygwin@gmail.com>
2575         * MAINTAINERS: Adjust my details.
2577 2010-01-20  Eric B. Weddington  <eric.weddington@atmel.com>
2579         * MAINTAINERS (CPU Port Maintainers): Add myself for avr port.
2581 2010-01-18  Thierry Lafage  <thierry.lafage@inria.fr>
2583         * MAINTAINERS: reindented my entry with tabs instead of spaces.
2585 2010-01-15  Thierry Lafage  <thierry.lafage@inria.fr>
2587         * MAINTAINERS (Write After Approval): Add myself.
2589 2010-01-15  Konrad Trifunovic  <konrad.trifunovic@inria.fr>
2591         * MAINTAINERS (Write After Approval): Add myself.
2593 2010-01-11  Richard Guenther  <rguenther@suse.de>
2595         PR lto/41569
2596         * Makefile.def (all-lto-plugin): Depend on all-gcc.
2597         * Makefile.in: Regenerated.
2599 2010-01-11  Andreas Tobler  <andreast@fgznet.ch>
2601         * configure.ac: Enable libjava build on x86_64-*freebsd*.
2602         * configure: Regenerate.
2604 2010-01-07  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
2605             Francois-Xavier Coudert  <fxcoudert@gcc.gnu.org>
2607         PR bootstrap/42424
2608         * configure.ac: Include libtool m4 files.
2609         (_LT_CHECK_OBJDIR): Call it.
2610         (extra_mpc_mpfr_configure_flags, extra_mpc_gmp_configure_flags,
2611         gmplibs, ppllibs, clooglibs): Use $lt_cv_objdir.
2613         * configure: Regenerate.
2615 2010-01-07  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
2617         PR bootstrap/41818
2618         * Makefile.tpl (BASE_TARGET_EXPORTS): Only add TARGET_LIB_PATH
2619         to $(RPATH_ENVVAR) if bootstrapping.  Fix typo in comment.
2620         * Makefile.in: Regenerate.
2622 2010-01-02  Richard Guenther  <rguenther@suse.de>
2624         PR lto/41529
2625         * configure.ac: Include config/elf.m4.  Disable LTO if not
2626         builting for an elf target.
2627         * configure: Regenerate.
2629 2009-12-27  Christopher Faylor  <me+cygwin@cgf.cx>
2631         * MAINTAINERS: Change my email address.
2633 2009-12-18  Ben Elliston  <bje@au.ibm.com>
2635         * config.sub, config.guess: Update from upstream sources.
2637 2009-12-07  Shujing Zhao  <pearly.zhao@oracle.com>
2639         * MAINTAINERS (Write After Approval): Add myself.
2641 2009-12-06  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
2643         PR middle-end/30447
2644         PR middle-end/30789
2645         PR other/40302
2647         * configure.ac: Require MPC.
2648         * configure: Regenerate.
2650 2009-12-05  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
2652         PR target/38384
2653         PR bootstrap/40972
2654         * libtool.m4: Sync from git Libtool.
2655         * ltoptions.m4: Likewise.
2656         * ltversion.m4: Likewise.
2657         * lt~obsolete.m4: Likewise.
2658         * ltmain.sh: Likewise.
2660 2009-11-30  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
2662         * configure.ac: Update minimum MPC version to 0.8.
2663         * configure: Regenerate.
2665 2009-11-21  Sebastian Pop  <sebpop@gmail.com>
2667         * configure.ac: Check for version 0.15.5 or later revision of CLooG.
2668         * configure: Regenerated.
2670 2009-11-21  Ian Lance Taylor  <iant@google.com>
2672         * configure.ac: Change default of poststage1_ldflags to be empty if
2673         poststage1_libs is set.  When poststage1_libs is empty, and
2674         ENABLE_BUILD_WITH_CXX is set, add -static-libgcc.
2675         * configure: Rebuild.
2677 2009-11-21  Adam Nemet  <adambnmet@gmail.com>
2679         * MAINTAINERS (Write After Approval): Update my email address.
2681 2009-11-20  Ben Elliston  <bje@au.ibm.com>
2683         * config.guess: Update from upstream sources.
2685 2009-11-16  Alexandre Oliva  <aoliva@redhat.com>
2687         * Makefile.def: Restore host and target settings for gmp.
2688         * Makefile.in: Rebuild.
2690 2009-11-16  Alexandre Oliva  <aoliva@redhat.com>
2692         * configure.ac: Add libelf to host_libs.  Enable in-tree configury
2693         of ppl and cloog.  Fix in-tree configury of libelf, skip tests.
2694         Fix portability of test of C++ as bootstrap language.  Add
2695         ppl/src/ppl-config.o to the bootstrap compare exclusion list.
2696         * configure: Rebuild.
2697         * Makefile.def: Drop host and target settings from gmp, mpfr, ppl,
2698         and cloog.  Fix in-tree ppl configuration.  Introduce libelf
2699         in-tree building.
2700         * Makefile.tpl (POSTSTAGE1_CXX_EXPORT): New.
2701         (POSTSTAGE1_HOST_EXPORTS): Use it.
2702         (STAGE[+id+]_CXXFLAGS): New.
2703         (BASE_FLAGS_TO_PASS): Pass it down.
2704         (configure-stage[+id+]-[+prefix+][+module+]): Use it.  Add
2705         extra_exports.
2706         (all-stage[+id+]-[+prefix+][+module+]): Likewise.
2707         (configure-[+prefix+][+module+], all-[+prefix+][+module+]): Add
2708         extra_exports.
2709         * Makefile.in: Rebuild.
2711 2009-11-17  Ben Elliston  <bje@au.ibm.com>
2713         * config.sub, config.guess: Update from upstream sources.
2715 2009-11-12  Jan Kratochvil  <jan.kratochvil@redhat.com>
2717         * MAINTAINERS (Write After Approval): Add myself.
2719 2009-11-09  Jon Beniston  <jon@beniston.com>
2721         * MAINTAINERS (Write After Approval): Add myself.
2723 2009-11-06  Ozkan Sezer  <sezeroz@gmail.com>
2725         * configure.ac (FLAGS_FOR_TARGET):  Add -L and -isystem
2726         paths for *-w64-mingw* and x86_64-*mingw*.
2727         * configure: Regenerated.
2729 2009-11-05  Joern Rennecke  <amylaar@spamcop.net>
2731         * MAINTAINERS (Write After Approval): Add entry for my INRIA work.
2733 2009-11-02  Benjamin Kosnik  <bkoz@redhat.com>
2735         * MAINTAINERS: Add Jonathan Wakely under Various Maintainers, move
2736         Phil Edwards to Write-After Approval.
2738 2009-10-30  Kai Tietz  <kai.tietz@onevision.com>
2740         * configure.ac: Disable target-winsup & co for
2741         x86_64-*-mingw* and *-w64-mingw* targets.
2742         * configure: Regenerated.
2744 2009-10-16  Nick Clifton  <nickc@redhat.com>
2746         * MAINTAINERS: Add myself as a maintainer for the RX port.
2748 2009-10-26  Johannes Singler  <singler@kit.edu>
2750         * MAINTAINERS (Write After Approval): Update my e-mail address.
2752 2009-10-23  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
2754         * configure.ac (CLooG test): Use = with test.
2755         * configure: Regenerate.
2757 2009-10-22  Richard Guenther  <rguenther@suse.de>
2759         * configure.ac: Do not set LIBS for ppl/cloog checks.  Disable
2760         cloog if the ppl version check failed.  Move flags saving
2761         before setting in libelf check.
2762         * configure: Regenerate.
2764 2009-10-21  Richard Guenther  <rguenther@suse.de>
2766         * configure.ac: Adjust the ppl and cloog configure to work as
2767         documented.  Disable cloog if ppl was disabled.  Omit the version
2768         checks if they were disabled.
2769         * configure: Re-generate.
2771 2009-10-13  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
2773         * configure.ac: Add 'lto' to enable_languages, not
2774         new_enable_languages, and only if not already present.
2775         * configure: Regenerate.
2777 2009-10-10  Gerald Pfeifer  <gerald@pfeifer.com>
2779         * README: Refer to the various COPYING* files instead of just
2780         COPYING.
2781         Refer to http://gcc.gnu.org/bugs/ for bug reporting instructions.
2783 2009-10-07  Rafael Avila de Espindola  <espindola@google.com>
2785         * MAINTAINERS: Change my email address. Change plugi-in to plugin.
2787 2009-10-07  Richard Guenther  <rguenther@suse.de>
2789         * MAINTAINERS (LTO): List Diego Novillo, Rafael Avila de Espindola,
2790         and Richard Guenther as reviewers.
2791         (LTO plugin): List Rafael Avila de Espindola and Cary Coutant
2792         as reviewers.
2794 2009-10-07  Hariharan Sandanagobalane  <hariharan@picochip.com>
2796         * config.sub: Update from upstream sources.
2798 2009-10-06  Ian Lance Taylor  <iant@google.com>
2800         * Makefile.def: check-gold depends upon all-gas.
2801         * Makefile.in: Rebuild.
2803 2009-10-05  Phil Muldoon  <pmuldoon@redhat.com>
2805         * MAINTAINERS (Write After Approval): Add myself.
2807 2009-10-03  2009-02-05  Rafael Avila de Espindola  <espindola@google.com>
2809         * Makefile.def: all-lto-plugin depends on all-libiberty.
2810         set bootstrap=true for lto-plugin.
2811         Add lto-plugin.
2812         * Makefile.in: Regenerate.
2813         * configure.ac (host_libs): Add lto-plugin.
2814         * configure: Regenerate.
2816 2009-10-03  Diego Novillo  <dnovillo@google.com>
2818         * Makefile.tpl (HOST_EXPORTS): Add LIBELFLIBS and LIBELFINC.
2819         (HOST_LIBELFLIBS): Define.
2820         (HOST_LIBELFINC): Define.
2821         * Makefile.in: Regenerate.
2822         * configure.ac: Add --enable-lto.
2823         Add --with-libelf, --with-libelf-include and --with-libelf-lib.
2824         If --enable-lto is used, add 'lto' to new_enable_languages.
2825         If --enable-lto is used and gold is enabled, add
2826         lto-plugin to configdirs.
2827         * configure: Regenerate.
2829 2009-10-03  Simon Baldwin  <simonb@google.com>
2831         * configure.ac: If --with-system-zlib, suppress local zlib and
2832         pass --with-system-zlib to subdir configure scripts.
2833         * configure: Regenerate.
2835 2009-10-01  Loren J. Rittle  <ljrittle@acm.org>
2836             Paolo Bonzini  <bonzini@gnu.org>
2838         * Makefile.tpl (POSTSTAGE1_HOST_EXPORTS): Use $$s rather than
2839         $(srcdir).
2840         * Makefile.in: Rebuilt.
2842 2009-09-26  Gary Funck  <gary@intrepid.com>
2844         * MAINTAINERS (Write After Approval): Add myself.
2846 2009-09-26  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
2848         * configure.ac: Update minimum MPC version to 0.7.
2849         * configure: Regenerate.
2851 2009-09-25  Nick Clifton  <nickc@redhat.com>
2853         * configure.ac: Pass any --cache-file=/dev/null option on to
2854         subconfigures.
2855         * configure: Regenerate.
2857 2009-09-23  Nick Clifton  <nickc@redhat.com>
2859         * config.sub, config.guess: Update from upstream sources.
2861 2009-09-22  Loren J. Rittle  <ljrittle@acm.org>
2863         * Makefile.tpl (POSTSTAGE1_HOST_EXPORTS): Remove stray $$r/.
2864         * Makefile.in: Rebuilt.
2866 2009-09-22  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
2868         PR bootstrap/32272
2869         * configure.ac: Error out if $srcdir isn't '.' but contains
2870         host-${host_noncanonical}.
2871         * configure: Regenerate.
2873 2009-09-22  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
2875         * MAINTAINERS (OS Port Maintainers): Add myself as Solaris
2876         maintainer.
2878 2009-09-21  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
2880         * configure.ac: If bootstrapping a combined tree with
2881         --enable-gold, require c++ in stage1_languages.
2882         * configure: Regenerate.
2884         * configure.ac: Also add target_libs of stage1_languages to
2885         bootstrap_target_libs.
2886         * configure: Regenerate.
2888         * configure.ac: Diagnose --enable-build-with-cxx bootstrap
2889         with --enable-languages not containing c++.
2890         * configure: Regenerate.
2892 2009-09-15  Jie Zhang  <jie.zhang@analog.com>
2894         * configure.ac: Disable java and boehm-gc for bfin-*-*.
2895         * configure: Regenerate.
2897 2009-09-12  Joern Rennecke  <joern.rennecke@embecosm.com>
2899         * MAINTAINERS (Write After Approval): Update my e-mail address,
2900         and move from from here...
2901         (Waiting for paperwork): To here.
2903 2009-09-09  Joseph Myers  <joseph@codesourcery.com>
2905         * MAINTAINERS (Reviewers): Add self as driver reviewer.
2907 2009-09-08  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
2909         * configure.ac: Do not use $extrasub for replacing @if/@endif
2910         parts in Makefile; instead, use additional arguments to
2911         AC_CONFIG_COMMANDS to do the replacement manually, with several
2912         sed invocations, to avoid HP-UX sed command limits.
2913         * configure: Regenerate.
2915 2009-09-08  Alexandre Oliva  <aoliva@redhat.com>
2917         * libtool.m4 (output_verbose_link_cmd): Require leading blank, and
2918         blank before -L.
2920 2009-09-04  Alexandre Oliva  <aoliva@redhat.com>
2922         * configure.ac (with-build-config): Document.  Handle without.
2923         Handle missing argument.
2924         * configure: Rebuilt.
2926 2009-09-03  Alexandre Oliva  <aoliva@redhat.com>
2928         * configure.ac (--with-build-config): New.  Set BUILD_CONFIG.
2929         Default to bootstrap-debug only if compare-debug works.
2930         * configure: Rebuilt.
2931         * Makefile.tpl: Make BUILD_CONFIG configure-configurable.
2932         * Makefile.in: Rebuilt.
2934 2009-09-02  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
2936         * MAINTAINERS (OS Port Maintainers): Update my email address.
2938 2009-09-01  Alexandre Oliva  <aoliva@redhat.com>
2940         * Makefile.tpl (BUILD_CONFIG): Default to bootstrap-debug.
2941         * Makefile.in: Rebuilt.
2943 2009-09-01  Chris Demetriou  <cgd@google.com>
2945         * MAINTAINERS (Write After Approval): Add myself.
2947 2009-08-31  Dodji Seketeli  <dodji@redhat.com>
2949         PR debug/30161
2950         * include/dwarf2.h (enum dwarf_tag): Added
2951         DW_TAG_GNU_template_template_param
2952         (enum dwarf_attribute): Added DW_AT_GNU_template_name.
2954 2009-08-30  Paolo Bonzini  <bonzini@gnu.org>
2956         * Makefile.tpl (AWK): Fix typo.
2957         * Makefile.in: Regenerate.
2959 2009-08-30  Paolo Bonzini  <bonzini@gnu.org>
2961         * configure.ac: Detect awk and sed.
2962         * Makefile.def (flags_to_pass): Add AWK and SED.
2963         * Makefile.tpl (AWK, SED): New.
2964         (BASE_FLAGS_TO_PASS): Add AWK and SED.
2965         * configure: Regenerate.
2966         * Makefile.in: Regenerate.
2968 2009-08-26  Dave Korn  <dave.korn.cygwin@gmail.com>
2970         * ltmain.sh (removedotparts): Don't use comma as 's' separator.
2971         (collapseslashes): Likewise.
2973 2009-08-24  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
2975         * configure.ac (AC_PREREQ): Bump to 2.64.
2977 2009-08-22  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
2979         * configure.ac: Remove --with-datarootdir, --with-docdir,
2980         --with-pdfdir, --with-htmldir switches.
2981         * configure: Regenerate.
2983         * configure: Regenerate.
2985         * compile: Sync from Automake 1.11.
2986         * depcomp: Likewise.
2987         * install-sh: Likewise.
2988         * missing: Likewise.
2989         * mkinstalldirs: Likewise.
2990         * ylwrap: Likewise.
2992 2009-08-20  Dave Korn  <dave.korn.cygwin@gmail.com>
2994         * ltmain.sh (func_normal_abspath): New function.
2995         (func_relative_path): Likewise.
2996         (func_mode_help): Document new -bindir option for link mode.
2997         (func_mode_link): Add new -bindir option, and use it to place
2998         output DLL if specified.
3000 2009-08-19  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
3002         * configure.ac: Call AC_DISABLE_OPTION_CHECKING.
3003         (baseargs): Add --disable-option-checking.
3004         * configure: Regenerate.
3006         * Makefile.def (configure-target-libiberty): Depend on
3007         all-binutils and all-ld.
3008         (configure-target-newlib): Likewise.
3009         * Makefile.in: Regenerate.
3011 2009-08-17  Ben Elliston  <bje@au.ibm.com>
3013         * config.sub, config.guess: Update from upstream sources.
3015 2009-08-16  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
3017         Sync from src, merge:
3019         2009-07-02  Tristan Gingold  <gingold@adacore.com>
3021         * configure.ac: Do not exclude gas for i386-*-darwin.
3022         Add a case for x86_64-*-darwin.
3023         * configure: Regenerate.
3025 2009-08-06  Neil Vachharajani  <nvachhar@gmail.com>
3027         * MAINTAINERS: Add my name to Write After Approval list.
3029 2009-08-06  Michael Eager  <eager@eagercon.com>
3031         * configure.ac: Add Microblaze target.
3032         * configure: Regenerate.
3034 2009-07-31  Christian Bruel  <christian.bruel@st.com>
3036         * configure.ac (sh*-*-elf): Don't add target-libgloss to noconfigdirs.
3037         * configure: Regenerate.
3039 2009-07-28  Rask Ingemann Lambertsen  <ccc94453@vip.cybercity.dk>
3041         * MAINTAINERS (Write After Approval): Update my e-mail address.
3043 2009-07-06  Ian Lance Taylor  <iant@google.com>
3045         * configure.ac: Add missing comma in AC_ARG_WITH(boot-libs).
3046         * configure: Rebuild.
3048 2009-07-01  Tobias Grosser  <grosser@fim.uni-passau.de>
3050         * MAINTAINERS: Move myself to the Graphite Reviewers.
3052 2009-06-30  Wei Guozhi  <carrot@google.com>
3054         * MAINTAINERS: Add my name to Write After Approval list.
3056 2009-06-26  Steve Ellcey  <sje@cup.hp.com>
3058         PR bootstrap/40338
3059         * configure.ac (comparestring): Create new variable.
3060         * Makefile.tpl (comparestring): Use to skip some comparisions.
3061         * configure: Regenerate.
3062         * Makefile.in: Regenerate.
3064 2009-06-26  Doug Evans  <dje@sebabeach.org>
3066         * Makefile.def (host_modules): Add cgen.
3067         * Makefile.in: Regenerate.
3068         * configure.ac (host_tools): Add cgen.
3069         * configure: Regenerate.
3071 2009-06-23  DJ Delorie  <dj@redhat.com>
3073         * MAINTAINERS: Add myself as mep maintainer.
3075 2009-06-23  Ian Lance Taylor  <iant@google.com>
3077         * configure.ac: Add --enable-build-with-cxx.  When set, add c++ to
3078         boot_languages.  Only bootstrap target libraries listed in
3079         target_libs for some boot language.  Add --with-stage1-ldflags,
3080         --with-stage1-libs, --with-boot-ldflags, --with-boot-libs.  Remove
3081         with_host_libstdcxx from ppllibs.  Only add -fkeep-inline-functions
3082         if not building with C++.
3083         * Makefile.def: For target_module libstdc++-v3, set bootstrap=true.
3084         * Makefile.tpl (STAGE1_LDFLAGS, STAGE1_LIBS): New variables.
3085         (POSTSTAGE1_LDFLAGS, POSTSTAGE1_LIBS): New variables.
3086         (HOST_EXPORTS): Add STAGE1_LDFLAGS to LDFLAGS.  Export HOST_LIBS.
3087         (POSTSTAGE1_HOST_EXPORTS): Set CXX and CXX_FOR_BUILD.  Add
3088         POSTSTAGE1_LDFLAGS to LDFLAGS.  Export HOST_LIBS.
3089         (POSTSTAGE1_FLAGS_TO_PASS): Likewise.
3090         * configure, Makefile.in: Rebuild.
3092 2009-06-23  Li Feng  <nemokingdom@gmail.com>
3094         * MAINTAINERS: Added my name to write-after-approval list.
3096 2009-06-15  Ryan Mansfield  <rmansfield@qnx.com>
3098         * configure.ac: Define is_elf for QNX Neutrino targets.
3099         * configure: Regenerate.
3101 2009-06-09  Ghassan Shobaki  <ghassan.shobaki@amd.com>
3103         * MAINTAINERS: Added my name to the write-after-approval list
3105 2009-06-08  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
3107         * configure.ac: Detect MPC in default directory.
3108         * configure: Regenerate.
3110 2009-06-03  Jerome Guitton  <guitton@adacore.com>
3111             Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
3113         * Makefile.tpl (all): Avoid a trailing backslash.
3114         * Makefile.in: Regenerate.
3116 2009-06-03  Ben Elliston  <bje@au.ibm.com>
3118         * config.sub, config.guess: Update from upstream sources.
3120 2009-06-02  Richard Sandiford  <r.sandiford@uk.ibm.com>
3122         * configure.ac (powerpc-*-aix*, rs6000-*-aix*): Add target-newlib
3123         to noconfdirs.
3124         * configure: Regenerate.
3126 2009-06-02  Alexandre Oliva  <aoliva@redhat.com>
3128         * Makefile.tpl ([+compare-target+]): Compare all stage
3129         directories, rather than just gcc.
3130         * Makefile.in: Rebuilt.
3132 2009-06-01  Doug Kwan  <dougkwan@google.com>
3134         * configure.ac: Support gold for target arm*-*-*.
3135         * configure: Regenerate.
3137 2009-05-29  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
3139         * Makefile.def: Add MPC support and dependencies.
3140         * configure.ac: Likewise.  Reorganize GMP/MPFR checks.
3142         * Makefile.in, configure: Regenerate.
3144 2009-05-27  Alexandre Oliva  <aoliva@redhat.com>
3146         * Makefile.tpl (all): Avoid harmless warning in make all when
3147         gcc-bootstrap is enabled but stage_last does not exist.
3148         * Makefile.in: Rebuilt.
3150 2009-05-24  Nicolas Roche  <roche@adacore.com>
3152         * Makefile.tpl (compare-target): Skip ./ada/*tools directories.
3153         * Makefile.in: Regenerate.
3155 2009-05-21  Denis Chertykov  <chertykov@gmail.com>
3157         * MAINTAINERS: Update my e-mail address.
3159 2009-05-21  Dave Korn  <dave.korn.cygwin@gmail.com>
3161         * configure.ac (cygwin noconfigdirs):  Remove libgcj.
3162         * configure:  Regenerate.
3164 2009-05-18  Alexandre Oliva  <aoliva@redhat.com>
3166         PR other/40159
3167         * Makefile.tpl (all): Don't assume gcc-bootstrap and
3168         gcc-no-bootstrap are mutually exclusive.
3169         * Makefile.in: Rebuilt.
3171 2009-05-18  Alexandre Oliva  <aoliva@redhat.com>
3173         PR other/40159
3174         * Makefile.tpl (all): Don't end with unconditional success.
3175         * Makefile.in: Rebuilt.
3177 2009-05-12  Alexandre Oliva  <aoliva@redhat.com>
3179         PR target/37137
3180         * Makefile.def (flags_to_pass): Remove redundant and incomplete
3181         STAGE1_CFLAGS, STAGE2_CFLAGS, STAGE3_CFLAGS, and STAGE4_CFLAGS.
3182         Add FLAGS_FOR_TARGET and BUILD_CONFIG.
3183         (bootstrap_stage): Remove bootstrap-debug custom stages.  Turn
3184         stage_configureflags, stage_cflags and stage_libcflags into
3185         explicit Makefile macros.
3186         * Makefile.tpl (HOST_EXPORTS, EXTRA_HOST_FLAGS): Pass GCJ and
3187         GFORTRAN.
3188         (POSTSTAGE1_HOST_EXPORTS): Add XGCC_FLAGS_FOR_TARGET and TFLAGS to
3189         CC.  Set CC_FOR_BUILD from CC.
3190         (BASE_TARGET_EXPORTS, RAW_CXX_TARGET_EXPORTS,
3191         NORMAL_TARGET_EXPORTS): Move SYSROOT_CFLAGS_FOR_TARGET and
3192         DEBUG_PREFIX_CFLAGS_FOR_TARGET from CFLAGS and CXXFLAGS to
3193         XGCC_FLAGS_FOR_TARGET.  Add it along with TFLAGS to CC, CXX, GCJ,
3194         and GFORTRAN.
3195         (TFLAGS, STAGE_CFLAGS, STAGE_TFLAGS, STAGE_CONFIGURE_FLAGS): New.
3196         (_LIBCFLAGS): Renamed to _TFLAGS.
3197         (do-compare-debug, do-compare3-debug): Drop.
3198         (CC, GCC_FOR_TARGET, CXX_FOR_TARGET, RAW_CXX_FOR_TARGET,
3199         GCJ_FOR_TARGET, GFORTRAN_FOR_TARGET): Remove FLAGS_FOR_TARGET.
3200         (FLAGS_FOR_TARGET, SYSROOT_CFLAGS_FOR_TARGET,
3201         DEBUG_PREFIX_CFLAGS_FOR_TARGET): Move down.
3202         (XGCC_FLAGS_FOR_TARGET): New.
3203         (BASE_FLAGS_TO_PASS): Pass STAGEid_CFLAGS, STAGEid_TFLAGS and TFLAGS.
3204         (EXTRA_HOST_FLAGS): Pass GCJ and GFORTRAN.
3205         (POSTSTAGE1_FLAGS_TO_PASS): Move SYSROOT_CFLAGS_FOR_TARGET and
3206         DEBUG_PREFIX_CFLAGS_FOR_TARGET from CFLAGS, CXXFLAGS, LIBCFLAGS,
3207         LIBCXXFLAGS to XGCC_FLAGS_FOR_TARGET.  Add it along with TFLAGS
3208         to CC, CXX, GCJ, and GFORTRAN.  Pass XGCC_FLAGS_FOR_TARGET and
3209         TFLAGS.
3210         (BUILD_CONFIG): Include if requested.
3211         (all): Set TFLAGS on bootstrap.
3212         (configure-stageid-prefixmodule): Pass TFLAGS, adjust FLAGS.
3213         (all-stageid-prefixmodule): Likewise.
3214         (do-clean, distclean-stageid): Set TFLAGS.
3215         (restrap): Fix whitespace.
3216         * Makefile.in: Rebuilt.
3218 2009-05-07  Paolo Bonzini  <bonzini@gnu.org>
3220         * config.guess: Sync with src.
3222 2009-05-07  Dave Korn  <dave.korn.cygwin@gmail.com>
3224         * configure.ac ($with_ppl):  Default to no if not supplied.
3225         ($with_cloog):  Likewise.
3226         configure:  Regenerate.
3228 2009-04-27  James E. Wilson  <wilson@codesourcery.com>
3230         * MAINTAINERS: Update my e-mail address.
3232 2009-04-27  Nick Clifton  <nickc@redhat.com>
3234         * MAINTAINERS: Replace Aldy Hernandez as a maintainer for the FRV.
3236 2009-04-25  Eric Botcazou  <ebotcazou@adacore.com>
3238         * Makefile.tpl (POSTSTAGE1_HOST_EXPORTS): Add GNATBIND.
3239         (POSTSTAGE1_FLAGS_TO_PASS): Pick up exported value for GNATBIND.
3240         * Makefile.in: Regenerate.
3242 2009-04-24  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
3244         PR bootstrap/39739
3245         * configure.ac (extra_mpfr_configure_flags): Set and AC_SUBST.
3246         * Makefile.def (module=mpfr): Use extra_mpfr_configure_flags.
3248         * configure, Makefile.in: Regenerate.
3250 2009-04-21  Taras Glek  <tglek@mozilla.com>
3252         * include/hashtab.h: Update GTY annotations to new syntax
3253         * include/splay-tree.h: Likewise
3255 2009-04-17  Ben Elliston  <bje@au.ibm.com>
3257         * config.sub, config.guess: Update from upstream sources.
3259 2009-04-15  Anthony Green  <green@moxielogic.com>
3261         * configure.ac: Add moxie support.
3262         * configure: Rebuilt.
3264 2009-04-14  Jakub Jelinek  <jakub@redhat.com>
3266         * configure.ac: Change copyright header to refer to version
3267         3 of the GNU General Public License and to point readers at the
3268         COPYING3 file and the FSF's license web page.
3269         * Makefile.def: Likewise.
3270         * Makefile.tpl: Likewise.
3271         * Makefile.in: Regenerate.
3273 2009-04-09  Jack Howarth  <howarth@bromo.med.uc.edu>
3275         * configure.ac: Restore match for darwin9 or later. Use double
3276         brackets since regeneration eats one pair.
3277         * configure: Regenerate.
3279 2009-04-09  H.J. Lu  <hongjiu.lu@intel.com>
3281         PR gas/10039
3282         * configure.ac: Require texinfo 4.7.
3283         * configure: Regenerated.
3285 2009-04-09  Nick Clifton  <nickc@redhat.com>
3287         * COPYING.RUNTIME: New file: Contains a copy of version 3.1 of
3288         the GCC Runtime Library Exception.
3290 2009-04-08  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
3292         * configure.ac: Bump minimum GMP/MPFR versions to 4.2 and 2.3.1.
3293         * configure: Regenerate.
3295 2009-04-01  Steve Ellcey  <sje@cup.hp.com>
3297         * Makefil.def (languages): New entries.
3298         * Makefile.tpl (check-gcc-*): New generic target.
3299         * Makefile.in: Regenerate.
3301 2009-03-25  Erven Rohou  <erven.rohou@inria.fr>
3303         * MAINTAINERS:  Update my email address.
3305 2009-03-18  Tom Tromey  <tromey@redhat.com>
3307         * configure: Rebuild.
3308         * configure.ac (host_libs): Add libiconv.
3309         * Makefile.in: Rebuild.
3310         * Makefile.def (host_modules): Add libiconv.
3311         (configure-gdb, all-gdb): Depend on libiconv.
3313 2009-03-16  Tristan Gingold  <gingold@adacore.com>
3315         * configure.ac: Treat gdb as supported on x86_64-darwin.
3316         * configure: Regenerate.
3318 2009-03-16  Joseph Myers  <joseph@codesourcery.com>
3320         * configure.ac (--with-host-libstdcxx): New option.
3321         * configure: Regenerate.
3323 2009-03-12  Joern Rennecke  <joern.rennecke@arc.com>
3325         * MAINTAINERS:  Move myself into the write after approval list.
3327 2009-03-11  Nicola Pero  <nicola.pero@meta-innovation.com>
3329         * MAINTAINERS: Update e-mail address.
3331 2009-03-11  Dorit Nuzman  <dorit@il.ibm.com>
3333         * MAINTAINERS: Remove myself as auto-vectorizer maintainer.
3335 2009-03-10  Ira Rosen  <irar@il.ibm.com>
3337         * MAINTAINERS: Add myself as auto-vectorizer maintainer.
3339 2009-03-01  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
3341         Backport from git Libtool:
3343         2009-01-19  Robert Millan  <rmh@aybabtu.com>
3344         Support GNU/kOpenSolaris.
3345         * libltdl/m4/libtool.m4 (_LT_SYS_DYNAMIC_LINKER)
3346         (_LT_CHECK_MAGIC_METHOD, _LT_COMPILER_PIC, _LT_LINKER_SHLIBS)
3347         (_LT_LANG_CXX_CONFIG) [kopensolaris*-gnu]: Recognize
3348         GNU/kOpenSolaris.
3350 2009-02-27  Andreas Schwab  <schwab@linux-m68k.org>
3352         * MAINTAINERS: Update e-mail address.
3354 2009-02-24  Michael Eager  <eager@eagercon.com>
3356         * MAINTAINERS (Write After Approval): Add self.
3358 2009-02-18  Bingfeng Mei  <bmei@broadcom.com>
3360         * MAINTAINERS (Write After Approval): Add myself.
3362 2009-02-05  Andreas Schwab  <schwab@suse.de>
3364         * Makefile.tpl (stage_last): Define $r and $s before using
3365         $(RECURSE_FLAGS_TO_PASS).
3366         * Makefile.in: Regenerate
3368 2009-01-30  Ian Lance Taylor  <iant@google.com>
3370         * MAINTAINERS: Move myself to the Global Reviewers list.
3372 2009-01-29  Robert Millan  <rmh@aybabtu.com>
3374         * configure.ac: Recognize GNU/kOpenSolaris (*-*-kopensolaris*-gnu).
3375         * configure: Regenerate.
3377 2009-01-17  Gerald Pfeifer  <gerald@pfeifer.com>
3379         * MAINTAINERS: Make whitespace consistent.
3380         Remove Robert Millan from Write After Approval.
3382 2009-01-16  Alan Modra  <amodra@bigpond.net.au>
3384         * Makefile.def (configure-opcodes): Depend on configure-libiberty.
3385         (all-opcodes): Depend on all-libiberty.
3386         * Makefile.in: Regenerate.
3388 2009-01-15  Douglas B Rupp  <rupp@gnat.com>
3390         * configure.ac (ia64*-*-*vms*): Add case with no gdb or ld support.
3391         * configure: Regenerate.
3393 2009-01-12  Ramana Radhakrishnan  <ramana.r@gmail.com>
3395         * MAINTAINERS (Write After Approval): Add myself.
3397 2009-01-12  Steven G. Kargl  <sgk@troutmask.apl.washington.edu>
3399         * MAINTAINERS: Add myself to reviewers (Fortran).
3401 2009-01-12  Sebastian Pop  <sebastian.pop@amd.com>
3403         PR tree-optimization/38515
3404         * configure.ac (cloog-polylib): Removed.
3405         (with_ppl, with_cloog): Test for "no".
3406         * configure: Regenerated.
3408 2009-01-11  Daniel Franke  <franke.daniel@gmail.com>
3410         * MAINTAINERS: Moved myself to reviewers (Fortran).
3412 2009-01-06  Thomas Schwinge  <tschwinge@gnu.org>
3414         * MAINTAINERS (OS Port Maintainers): Add myself for GNU/Hurd.
3415         (Write After Approval): Remove myself.
3417 2009-01-03  Diego Novillo  <dnovillo@google.com>
3419         * MAINTAINERS: Remove myself from alias maintainership.
3421 2009-01-02  David Ayers  <ayers@fsfe.org>
3423         * MAINTAINERS: Update e-mail address.
3425 2008-12-30  Gerald Pfeifer  <gerald@pfeifer.com>
3427         * MAINTAINERS: Make whitespace consistent.
3429 2008-12-18  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
3431         Backport from upstream Libtool:
3432         * libltdl.m4 (_LT_SYS_DYNAMIC_LINKER, _LT_LINKER_SHLIBS):
3433         Add cache variables to tests that require the linker to work.
3434         For shlibpath_overrides_runpath, this also changes the semantics
3435         to let the result from the C compiler take precedence.
3437 2008-12-02  Ben Elliston  <bje@au.ibm.com>
3439         * config.sub, config.guess: Update from upstream sources.
3441 2008-12-12  Sebastian Pop  <sebastian.pop@amd.com>
3443         * configure.ac (ppllibs): Add by default the lib flags.
3444         * configure: Regenerate.
3446 2008-12-08  Luis Machado  <luisgpm@br.ibm.com>
3448         * MAINTAINERS:  Add myself to the write after approval list.
3450 2008-12-04  Jack Howarth  <howarth@bromo.med.uc.edu>
3452         * configure.ac: Add double brackets on darwin[912].
3453         * configure: Regenerate.
3455 2008-12-03  Daniel Kraft  <d@domob.eu>
3457         * MAINTAINERS:  Moved myself and Mikael Morin from Write After
3458         Approval to Reviewer section (for Fortran front-end).
3460 2008-12-02  Jack Howarth  <howarth@bromo.med.uc.edu>
3462         * configure.ac: Expand to darwin10 and later.
3463         * configure: Regenerate.
3465 2008-12-02  Andreas Schwab  <schwab@suse.de>
3467         * Makefile.def: configure-target-boehm-gc depends on
3468         all-target-libstdc++-v3.
3469         * Makefile.in: Regenerate.
3471 2008-12-02  Kai Tietz  <kai.tietz@onevision.com>
3473         * MAINTAINERS:  Add myself as mingw maintainer.
3475 2008-12-02  Ben Elliston  <bje@au.ibm.com>
3477         * config.sub, config.guess: Update from upstream sources.
3479 2008-12-01  Gerald Pfeifer  <gerald@pfeifer.com>
3481         * README.SCO: Remove.
3483 2008-11-29  Fernando Pereira  <pronesto@gmail.com>
3485         * MAINTAINERS:  Add myself to the write after approval list.
3487 2008-11-29  Dave Korn  <dave.korn.cygwin@gmail.com>
3489         * MAINTAINERS:  Update my email address in WAA section.
3491 2008-11-29  Chen Liqin  <liqin@sunnorth.com.cn>
3493         * MAINTAINERS: Update e-mail address.
3495 2008-11-27  Toon Moene  <toon@moene.org>
3497         * MAINTAINERS: Change e-mail address.
3499 2008-11-27  Tristan Gingold  <gingold@adacore.com>
3501         * configure.ac: Build gdb for i?86-*-darwin*
3502         * configure: Regenerated.
3504 2008-11-24  Hariharan Sandanagobalane  <hariharan@picochip.com>
3506         * MAINTAINERS: Added my full name.
3508 2008-11-14  Daniel Jacobowitz  <dan@codesourcery.com>
3510         PR bootstrap/38014
3511         PR bootstrap/37923
3513         Revert:
3515         2008-10-24  Daniel Jacobowitz  <dan@codesourcery.com>
3517         * Makefile.tpl (HOST_EXPORTS): Correct CPPFLAGS typo.
3518         * Makefile.in: Regenerated.
3520         2008-10-22  Daniel Jacobowitz  <dan@codesourcery.com>
3522         PR gdb/921
3523         PR gdb/1646
3524         PR gdb/2175
3525         PR gdb/2176
3527         * Makefile.def (flags_to_pass): Add CPPFLAGS_FOR_BUILD and CPPFLAGS.
3528         * Makefile.tpl (BUILD_EXPORTS): Set CPPFLAGS.
3529         (EXTRA_BUILD_FLAGS): Correct typo.  Pass CPPFLAGS.
3530         (HOST_EXPORTS): Pass CPPFLAGS.
3531         (CPPFLAGS_FOR_BUILD, CPPFLAGS, CPPFLAGS_FOR_TARGET): Define.
3532         (LDFLAGS_FOR_TARGET): Initialize from configure script.
3533         (EXTRA_TARGET_FLAGS): Set CPPFLAGS.
3534         * Makefile.in, configure: Regenerated.
3535         * configure.ac: Set CPPFLAGS_FOR_TARGET, LDFLAGS_FOR_TARGET,
3536         and CPPFLAGS_FOR_BUILD.
3538 2008-11-06  Jeff Law  <law@redhat.com>
3540         * MAINTAINERS: Add myself as middle end maintainer.
3542 2008-11-06  Andrew Stubbs  <ams@codesourcery.com>
3544         * MAINTAINERS (Write after approval): Add myself.
3546 2008-11-05  Diego Novillo  <dnovillo@google.com>
3548         * MAINTAINERS (Global Reviewers): Add myself.
3549         (Non-Algorithmic Maintainers): Remove myself.
3551 2008-11-04  Thomas Schwinge  <tschwinge@gnu.org>
3553         * MAINTAINERS (Write after approval): Add myself.
3555 2008-10-31  Mikael Morin  <mikael.morin@tele2.fr>
3557         * MAINTAINERS (Write after approval): Add myself.
3559 2008-10-31  Ben Elliston  <bje@au.ibm.com>
3561         * configure.ac (spu-*-*): Remove special case.
3562         * configure: Regenerate.
3564 2008-10-30  Catherine Moore  <clm@codesourcery.com>
3566         * MAINTAINERS (Write after approval): Update my email address.
3568 2008-10-29  Stefan Schulze Frielinghaus  <xxschulz@de.ibm.com>
3570         * configure.ac [spu-*-*]: Do not set skipdirs.
3571         * configure: Re-generate.
3573 2008-10-29  Bernd Schmidt  <bernd.schmidt@analog.com>
3575         * MAINTAINERS (Various Maintainers): Add myself to reload.
3577 2008-10-25  Richard Guenther  <rguenther@suse.de>
3579         * MAINTAINERS (Various Maintainers): Add myself as middle-end
3580         maintainer.  Remove myself as libgcc-math maintainer.
3581         (Non-Algorithmic Maintainers): Remove myself.
3583 2008-10-24  Daniel Jacobowitz  <dan@codesourcery.com>
3585         * Makefile.tpl (HOST_EXPORTS): Correct CPPFLAGS typo.
3586         * Makefile.in: Regenerated.
3588 2008-10-23  Cary Coutant  <ccoutant@google.com>
3590         * MAINTAINERS (Write after approval): Add myself.
3592 2008-10-22  Daniel Jacobowitz  <dan@codesourcery.com>
3594         PR gdb/921
3595         PR gdb/1646
3596         PR gdb/2175
3597         PR gdb/2176
3599         * Makefile.def (flags_to_pass): Add CPPFLAGS_FOR_BUILD and CPPFLAGS.
3600         * Makefile.tpl (BUILD_EXPORTS): Set CPPFLAGS.
3601         (EXTRA_BUILD_FLAGS): Correct typo.  Pass CPPFLAGS.
3602         (HOST_EXPORTS): Pass CPPFLAGS.
3603         (CPPFLAGS_FOR_BUILD, CPPFLAGS, CPPFLAGS_FOR_TARGET): Define.
3604         (LDFLAGS_FOR_TARGET): Initialize from configure script.
3605         (EXTRA_TARGET_FLAGS): Set CPPFLAGS.
3606         * Makefile.in, configure: Regenerated.
3607         * configure.ac: Set CPPFLAGS_FOR_TARGET, LDFLAGS_FOR_TARGET,
3608         and CPPFLAGS_FOR_BUILD.
3610 2008-10-20  Sebastian Pop  <sebastian.pop@amd.com>
3612         * MAINTAINERS (Graphite Reviewers): Added Daniel Berlin and
3613         Sebastian Pop.
3615 2008-10-14  Antoniu Pop <antoniu.pop@gmail.com>
3617         * MAINTAINERS (Write After Approval): Added myself.
3619 2008-10-13  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
3621         * configure.ac (MPFR check): Bump minimum version to 2.3.0 and
3622         recommended version to 2.3.2.
3624         * configure: Regenerate.
3626 2008-10-01  Mark Mitchell  <mark@codesourcery.com>
3628         * MAINTAINERS (Blanket Write Privs): Change to Global Reviewers.
3630 2008-09-29  David Daney <david.daney@caviumnetworks.com>
3632         * MAINTAINERS (Write After Approval): Update e-mail address.
3634 2008-09-26  Peter O'Gorman  <pogma@thewrittenword.com>
3636         * libtool.m4: Update to libtool 2.2.6.
3637         * lt~obsolete.m4: Update to libtool 2.2.6.
3638         * ltmain.sh: Update to libtool 2.2.6.
3639         * ltsugar.m4: Update to libtool 2.2.6.
3640         * ltversion.m4: Update to libtool 2.2.6.
3641         * ltoptions.m4: Update to libtool 2.2.6.
3642         * ltgcc.m4: Update to match changes from libtool 2.2.6.
3644 2008-09-22  Chris Fairles  <cfairles@gcc.gnu.org>
3646         * MAINTAINERS (Write After Approval): Add myself.
3648 2008-09-22  Bernhard Reutner-Fischer  <aldot@gcc.gnu.org>
3650         * MAINTAINERS (Write After Approval): Update my name.
3652 2008-09-20  Steven Bosscher  <steven@gcc.gnu.org>
3654         * MAINTAINERS: Add myself in "Write After Approval".
3656 2008-09-18  Steve Ellcey  <sje@cup.hp.com>
3658         * MAINTAINERS: Add myself as ia64 maintainer.
3660 2008-09-04  Gerald Pfeifer  <gerald@pfeifer.com>
3662         * MAINTAINERS: Remove John Carr, Steve Chamberlain, Michael Chastain,
3663         Klaus Kaempf, Mumit Khan, Alan Lehotsky, Warren Levy, Don Lindsay,
3664         Dave Love, Alexandre Petit-Bianco, Clinton Popetz, Gavin Romig-Koch,
3665         and Michael Tiemann from Write After Approval since they do not
3666         actually have access.
3668 2008-09-05  Richard Guenther  <rguenther@suse.de>
3670         * configure.ac: Initialize clooglibs to -lcloog.
3671         * configure: Re-generate.
3673 2008-09-04  Le-Chun Wu  <lcwu@google.com>
3675         * MAINTAINERS (Write After Approval): Add myself.
3677 2008-09-03  Sebastian Pop  <sebastian.pop@amd.com>
3679         * configure.ac (--with-cloog-polylib): New.
3680         (--disable-cloog-version-check): New.
3681         (--disable-ppl-version-check): New.
3682         * configure: Re-generate.
3684 2008-09-03  Richard Guenther  <rguenther@suse.de>
3686         * configure.ac: Always pass -DCLOOG_PPL_BACKEND to the
3687         cloog test.
3688         * configure: Re-generate.
3690 2008-09-03  Hari Sandanagobalane  <hariharan@picochip.com>
3692         Add picoChip port.
3693         * MAINTAINERS: Add picoChip maintainers.
3695 2008-09-02  Sebastian Pop  <sebastian.pop@amd.com>
3696             Tobias Grosser  <grosser@fim.uni-passau.de>
3697             Jan Sjodin  <jan.sjodin@amd.com>
3698             Harsha Jagasia  <harsha.jagasia@amd.com>
3699             Dwarakanath Rajagopal  <dwarak.rajagopal@amd.com>
3700             Konrad Trifunovic  <konrad.trifunovic@inria.fr>
3701             Adrien Eliche  <aeliche@isty.uvsq.fr>
3703         Merge from graphite branch.
3704         * configure: Regenerate.
3705         * Makefile.in: Regenerate.
3706         * configure.ac (host_libs): Add ppl and cloog.
3707         Add checks for PPL and CLooG.
3708         * Makefile.def (ppl, cloog): Added modules and dependences.
3709         * Makefile.tpl (PPLLIBS, PPLINC, CLOOGLIBS, CLOOGINC): New.
3710         (HOST_PPLLIBS, HOST_PPLINC, HOST_CLOOGLIBS, HOST_CLOOGINC): New.
3712 2008-08-31  Aaron W. LaFramboise  <aaronavay62@aaronwl.com>
3714         * configure.ac (RPATH_ENVVAR): Use PATH on Windows.
3715         (GCC_SHLIB_SUBDIR): New.
3716         * Makefile.tpl (HOST_LIB_PATH_gcc): Use GCC_SHLIB_SUBDIR.
3717         * configure: Regenerate.
3718         * Makefile.in: Regenerate.
3720 2008-08-30  Gerald Pfeifer  <gerald@pfeifer.com>
3722         * MAINTAINERS: Consistently use tabs to separate columns.
3724 2008-08-29  Tristan Gingold  <gingold@adacore.com>
3726         * MAINTAINERS (Write after Approval): Add myself.
3728 2008-08-28  Tristan Gingold  <gingold@adacore.com>
3730         * configure.ac (powerpc-*-darwin*, i?86-*-darwin*,x86_64-*-darwin9):
3731         Enable bfd, binutils and opcodes.
3732         * configure: Regenerate.
3734 2008-08-27  John David Anglin  <dave.anglin@nrc-cnrc.gc.ca>
3736         * MAINTAINERS: Update my hppa and hpux entries.  Remove my vax entry.
3738 2008-08-23  Thomas Koenig  <tkoenig@gcc.gnu.org>
3740         * MAINTAINERS:  Use correct Umlaut for last name.
3742 2008-08-23  Francois-Xavier Coudert  <fxcoudert@gcc.gnu.org>
3744         * MAINTAINERS: Move myself from Reviewers to Write after Approval.
3746 2008-08-16  David Edelsohn  <edelsohn@gnu.org>
3748         * MAINTAINERS: Update my email address.
3750 2008-08-16  Nicolas Roche  <roche@adacore.com>
3752         * Makefile.tpl: Add BOOT_ADAFLAGS.
3753         * Makefile.in: Regenerate.
3755 2008-08-09  Richard Sandiford  <rdsandiford@googlemail.com>
3757         * configure.ac (mips*-*-*linux*, mips*-*-gnu*): Use mt-mips-gnu.
3758         * configure: Regenerate.
3760 2008-07-30  Paolo Bonzini  <bonzini@gnu.org>
3762         * configure.ac: Add makefile fragments for hpux.
3763         * Makefile.def (flags_to_pass): Add ADA_CFLAGS.
3764         * Makefile.tpl (HOST_EXPORTS): Pass ADA_CFLAGS.
3765         * configure: Regenerate.
3766         * Makefile.in: Regenerate.
3768 2008-07-28  Aldy Hernandez  <aldyh@redhat.com>
3770         * MAINTAINERS: Add Jakub and myself as gimple maintainers.
3772 2008-07-11  Dodji Seketeli  <dseketel@redhat.com>
3774         * MAINTAINERS (Write after Approval): Add myself.
3776 2008-07-02  Xuepeng Guo  <xuepeng.guo@intel.com>
3778         * MAINTAINERS (Write After Approval):  Add myself.
3780 2008-06-29  Andrew Jenner  <andrew@codesourcery.com>
3782         * MAINTAINERS (Write After Approval):  Add myself.
3784 2008-06-29  Krister Walfridsson  <krister.walfridsson@gmail.com>
3786         * MAINTAINERS: Update my email address.
3788 2008-06-25  Joey Ye  <joey.ye@intel.com>
3790         * MAINTAINERS (Write After Approval):  Add myself.
3792 2008-06-17  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
3794         * Makefile.tpl ($(srcdir)/configure): Update dependencies.
3795         * Makefile.in: Regenerate.
3796         * configure: Regenerate.
3798 2008-06-17  Daniel Kraft  <d@domob.eu>
3800         * MAINTAINERS (Write After Approval):  Add myself.
3802 2008-06-16  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
3804         * configure.ac: Set TOPLEVEL_CONFIGURE_ARGUMENTS early, when
3805         "$@" is still intact with both Autoconf 2.59 and 2.62.
3806         * configure: Regenerate.
3808 2008-06-16  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
3810         * Makefile.tpl: Fix comment errors.
3811         * Makefile.in: Regenerate.
3813 2008-06-12  David S. Miller  <davem@davemloft.net>
3814             David Edelsohn  <edelsohn@gnu.org>
3816         * configure.ac: Add powerpc*-*-* to gold supported targets.
3817         * configure: Regenerate.
3819 2008-06-08  Joseph Myers  <joseph@codesourcery.com>
3821         PR tree-optimization/36218
3822         * Makefile.def (flags_to_pass): Add LDFLAGS_FOR_BUILD.
3823         * Makefile.tpl (EXTRA_BUILD_FLAGS): Define.
3824         (all prefix="build-"): Pass them to build-system sub-makes.
3825         * Makefile.in: Regenerate.
3827 2008-06-07  Joseph Myers  <joseph@codesourcery.com>
3829         * MAINTAINERS (mt port): Remove.
3830         (sco5, unixware, sco udk): Remove.
3831         (Kean Johnston): Add to Write After Approval.
3833 2008-05-30  Julian Brown  <julian@codesourcery.com>
3835         * configure.ac (arm*-*-linux-gnueabi): Don't disable building
3836         of libobjc for ARM EABI Linux.
3837         * configure: Regenerate.
3839 2008-05-18  Xinliang David Li   <davidxl@google.com>
3841         * ChangeLog: Remove wrong ChangeLog entry.
3843 2008-05-17  Xinliang David Li   <davidxl@google.com>
3845         * MAINTAINERS (Write After Approval): Add myself.
3847 2008-05-15  Janus Weil  <janus@gcc.gnu.org>
3849         * MAINTAINERS (Write After Approval): Add myself.
3851 2008-05-14  Rafael Espíndola  <espindola@google.com>
3853         * config-ml.in: don't handle --enable-shared and --enable-static.
3855 2008-05-10  Richard Sandiford  <rdsandiford@googlemail.com>
3857         * MAINTAINERS: Update my email address.
3859 2008-05-10  Paolo Carlini  <paolo.carlini@oracle.com>
3861         * MAINTAINERS: Update my email address.
3863 2008-05-03  Kris Van Hees  <kris.van.hees@oracle.com>
3865         * MAINTAINERS (Write After Approval): Add myself.
3867 2008-04-28  Gabriele Svelto  <gabriele.svelto@st.com>
3869         * MAINTAINERS (Write After Approval): Add myself.
3871 2008-04-25  Pompapathi V Gadad  <Pompapathi.V.Gadad@nsc.com>
3873         * MAINTAINERS (crx): Add myself.
3875 2008-04-18  Paolo Bonzini  <bonzini@gnu.org>
3877         Sync with src:
3878         2008-04-14  David S. Miller  <davem@davemloft.net>
3880         * configure.ac: Add sparc*-*-* to gold supported targets.
3881         * configure: Regenerate.
3883 2008-04-18  Paolo Bonzini  <bonzini@gnu.org>
3885         PR bootstrap/35457
3886         * configure.ac: Include override.m4.
3887         * configure: Regenerate.
3889 2008-04-18  Paolo Bonzini  <bonzini@gnu.org>
3891         * Makefile.tpl (restrap): Call `make all' using double-colon rules.
3892         * Makefile.in: Regenerate.
3894 2008-04-18  M R Swami Reddy  <MR.Swami.Reddy@nsc.com>
3896         * configure.ac (cr16-*-*): Add case for cr16 target and include gdb
3897         as nonconfigurable directories list.
3898         * configure: Regenerate.
3900 2008-04-14  Ben Elliston  <bje@au.ibm.com>
3902         * config.sub, config.guess: Update from upstream sources.
3904 2008-04-12  Hans-Peter Nilsson  <hp@axis.com>
3906         * Makefile.tpl <gcc>: Error early unless at least GNU make 3.80.
3907         * Makefile.in: Regenerate.
3909 2008-04-11  Eric B. Weddington  <eweddington@cso.atmel.com>
3911         * configure.ac: Do not build libssp for the AVR.
3912         * configure: Regenerate.
3914 2008-04-07  Ian Lance Taylor  <iant@google.com>
3916         * Makefile.def: check-gold depends upon all-binutils.
3917         * Makefile.in: Regenerate.
3919 2008-04-04  Andy Hutchinson  <hutchinsonandy@aim.com>
3921         * MAINTAINERS (Write After Approval): Add myself.
3923 2008-04-04  Nick Clifton  <nickc@redhat.com>
3925         PR binutils/4334
3926         * configure.ac: Run ACX_CHECK_CYGWIN_CAT_WORKS for cygwin hosted
3927         builds.
3928         * configure: Regenerate.
3930 2008-04-04  NightStrike  <NightStrike@gmail.com>
3932         PR other/35151
3933         * configure.ac: Combine rules for mingw32 and mingw64.
3934         * configure: Regenerate.
3936 2008-04-02  Kai Tietz  <kai.tietz@onvision.com>
3938         * MAINTAINERS (Write After Approval): Add myself.
3940 2008-04-01  Seongbae Park  <seongbae.park@gmail.com>
3942         * Makefile.tpl (.NOTPARALLEL): Revert previous change.
3943         * Makefile.in (.NOTPARALLEL): Ditto.
3945 2008-04-01  Peter O'Gorman  <pogma@thewrittenword.com>
3947         * MAINTAINERS (Write After Approval): Add myself.
3949 2008-03-31  Seongbae Park  <seongbae.park@gmail.com>
3951         * Makefile.tpl (.NOTPARALLEL): Serialize stageprofile libiberty.
3952         * Makefile.in (.NOTPARALLEL): Regenerate.
3954 2008-03-27  Paolo Bonzini  <bonzini@gnu.org>
3956         * Makefile.tpl (PICFLAG, PICFLAG_FOR_TARGET): Remove.
3957         * Makefile.in: Regenerate.
3959 2008-03-26  Jakub Staszak  <kuba@et.pl>
3961         * MAINTAINERS (Write After Approval): Add myself.
3963 2008-03-23  Thomas Koenig  <tkoenig@gcc.gnu.org>
3965         * MAINTAINERS:  Update e-mail address.
3967 2008-03-20  Ian Lance Taylor  <iant@google.com>
3969         * configure.ac: Add support for --enable-gold.
3970         * Makefile.def: Add gold as a directory like ld.
3971         * configure, Makefile.in: Regenerate.
3973 2008-03-16  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
3975         * configure.ac: m4_include config/proginstall.m4.
3976         * configure: Regenerate.
3978         Backport from upstream Libtool:
3980         2007-10-12  Eric Blake  <ebb9@byu.net>
3982         Deal with Autoconf 2.62's semantic change in m4_append.
3983         * ltsugar.m4 (lt_append): Replace broken versions of
3984         m4_append.
3985         (lt_if_append_uniq): Don't require separator to be overquoted,
3986         and avoid broken m4_append.
3987         (lt_dict_add): Fix typo.
3988         * libtool.m4 (_LT_DECL): Don't overquote separator.
3990 2008-03-13  David Edelsohn  <edelsohn@gnu.org>
3992         * config.rpath: Add AIX 6 support.
3994 2008-03-13  Paolo Bonzini  <bonzini@gnu.org>
3996         * Makefile.def (stageprofile).  Remove -fprofile-generate
3997         from stage_libcflags.
3998         * Makefile.in: Regenerate.
4000 2008-03-13  Ben Elliston  <bje@au.ibm.com>
4002         * config.sub, config.guess: Update from upstream sources.
4004 2008-03-06  Tom Tromey  <tromey@redhat.com>
4006         * MAINTAINERS: Update for treelang deletion.
4008 2008-03-03  James E. Wilson  <wilson@tuliptree.org>
4010         * MAINTAINERS: Update my email address.
4012 2008-03-03  Stan Shebs  <stanshebs@earthlink.net>
4014         * MAINTAINERS (darwin port): Add myself as a maintainer.
4015         (objective-c/c++): Add myself as a maintainer.
4017 2008-03-03  Volker Reichelt  <v.reichelt@netcologne.de>
4019         * MAINTAINERS (Write After Approval): Update my email address.
4021 2008-02-25  Tomas Bily  <tbily@suse.cz>
4023         * MAINTAINERS (Write After Approval): Add myself.
4025 2008-02-23  Jakub Jelinek  <jakub@redhat.com>
4027         * MAINTAINERS (OpenMP): Add myself.
4029 2008-02-20  Paolo Bonzini  <bonzini@gnu.org>
4031         PR bootstrap/32009
4032         PR bootstrap/32161
4034         * configure.ac (CFLAGS_FOR_TARGET, CXXFLAGS_FOR_TARGET): Compute here.
4035         * configure: Regenerate.
4037         * Makefile.def: Define stage_libcflags for all bootstrap stages.
4038         * Makefile.tpl (BOOT_LIBCFLAGS, STAGE2_LIBCFLAGS, STAGE3_LIBCFLAGS,
4039         STAGE4_LIBCFLAGS): New.
4040         (CFLAGS_FOR_TARGET, CXXFLAGS_FOR_TARGET): Subst from autoconf, without
4041         $(SYSROOT_CFLAGS_FOR_TARGET) and $(DEBUG_PREFIX_CFLAGS_FOR_TARGET).
4042         (BASE_TARGET_EXPORTS): Append them here to C{,XX}FLAGS.
4043         (EXTRA_TARGET_FLAGS): Append them here to {LIB,}C{,XX}FLAGS.
4044         (configure-stage[+id+]-[+prefix+][+module+]): Pass stage_libcflags
4045         for target modules.  Don't export LIBCFLAGS.
4046         (all-stage[+id+]-[+prefix+][+module+]): Pass stage_libcflags; pass
4047         $(BASE_FLAGS_TO_PASS) where [+args+] was passed, and [+args+] after
4048         the overridden CFLAGS_FOR_TARGET and CXXFLAGS_FOR_TARGET.
4049         (invocations of `all'): Replace $(TARGET_FLAGS_TO_PASS) with
4050         $(EXTRA_TARGET_FLAGS), $(FLAGS_TO_PASS) with $(EXTRA_HOST_FLAGS).
4051         * Makefile.in: Regenerate.
4053 2008-02-16  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
4055         PR libgcj/33085
4056         * libtool.m4 (_LT_COMPILER_PIC) [ mingw, cygwin ] <GCJ>:
4057         Do not use -DDLL_EXPORT.  Backport from upstream.
4059 2008-02-13  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
4061         * MAINTAINERS (Write After Approval): Add myself.
4063 2008-02-02  Hans-Peter Nilsson  <hp@axis.com>
4065         * configure.ac: Enable fortran for cris-*-elf and crisv32-*-elf.
4066         * configure: Regenerate.
4068 2008-01-31  Marc Gauthier  <marc@tensilica.com>
4070         * configure.ac (xtensa*-*-*): Recognize processor variants.
4071         * configure: Regenerate.
4073 2008-01-30  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
4075         PR bootstrap/34922
4076         * configure.ac (PARSE_ARGS): Push suitable setting of
4077         ac_subdirs_all, for `./configure --help=recursive'.
4078         Handle `+' in generic toplevel directory disabling.
4079         * configure: Regenerate.
4081 2008-01-28  Nick Clifton  <nickc@redhat.com>
4083         * MAINTAINERS (xstormy16): Take over maintainership.
4085 2008-01-25  Joseph Myers  <joseph@codesourcery.com>
4087         * MAINTAINERS (c4x port): Remove.
4089 2008-01-24  David Edelsohn  <edelsohn@gnu.org>
4091         * libtool.m4: Backport AIX 6 support from ToT Libtool.
4093 2008-01-23  Ben Elliston  <bje@au.ibm.com>
4095         * config.sub, config.guess: Update from upstream sources.
4097 2008-01-22  Tobias Grosser  <grosser@fim.uni-passau.de>
4099         * MAINTAINERS (Write After Approval): Add myself.
4101 2008-01-17  H.J. Lu  <hjl.tools@gmail.com>
4103         * MAINTAINERS: Update my email address.
4105 2008-01-09  Raksit Ashok  <raksit@google.com>
4107         * MAINTAINERS (Write After Approval): Add myself.
4109 2008-01-09  Raksit Ashok  <raksit@google.com>
4111         * MAINTAINERS (Write After Approval): Add myself.
4113 2008-01-08  Ben Elliston  <bje@au.ibm.com>
4115         * config.sub, config.guess: Update from upstream sources.
4117 2007-12-17  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
4119         * configure.ac: Change required MPFR from 2.2.0 -> 2.2.1.
4120         Change recommended MPFR from 2.2.1 -> 2.3.0.
4121         * configure: Regenerate.
4123 2007-12-15  Sebastian Pop  <sebastian.pop@amd.com>
4125         * MAINTAINERS: Update my email address.
4127 2007-12-15  Bernhard Fischer  <aldot@gcc.gnu.org>
4129         * MAINTAINERS: Update my email address.
4131 2007-12-13  Richard Sandiford  <rsandifo@nildram.co.uk>
4133         * Makefile.tpl (CFLAGS_FOR_TARGET): Add -g.
4134         (CXXFLAGS_FOR_TARGET): Add -O2 -g.
4135         * Makefile.in: Regenerate.
4137 2007-12-10  Mark Heffernan  <meheff@google.com>
4139         * MAINTAINERS (Write After Approval): Add myself and alphabetize two
4140         misplaced entries.
4142 2007-12-10  Andreas Tobler  <a.tobler@schweiz.org>
4144         * configure.ac: Enable libjava for x86_64-*-darwin9.
4145         * configure: Regenerate.
4147 2007-12-07  Bill Maddox  <maddox@google.com>
4149         * MAINTAINERS (Write After Approval): Add myself.
4151 2007-12-05  Ben Elliston  <bje@au.ibm.com>
4153         * config.sub, config.guess: Update from upstream sources.
4155 2007-12-02  Matthias Klose  <doko@ubuntu.com>
4157         * config-ml.in: Remove 64bit configure tests.
4159 2007-11-28  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
4161         * config-ml.in: Robustify against white space in absolute file
4162         names.
4164         * config-ml.in (multi-clean): Substitute ${Makefile}.
4165         Remove superfluous ${Makefile} in list.
4167 2007-11-19  Thiemo Seufer  <ths@mips.com>
4169         * config-ml.in: Don't hardcode the Makefile name.
4171 2007-11-08  Alexander Monakov  <amonakov@ispras.ru>
4173         * MAINTAINERS (Write After Approval): Add myself.
4175 2007-11-07  Samuel Tardieu  <sam@rfc1149.net>
4177         * MAINTAINERS (Write After Approval): Add myself.
4179 2007-11-06  Doug Kwan  <dougkwan@google.com>
4181         * MAINTAINERS (Write After Approval): Add myself.
4183 2007-10-25  Ben Elliston  <bje@au.ibm.com>
4185         * MAINTAINERS (mercury): Remove entry.
4186         (Write After Approval): Add Fergus Henderson <fjh@cs.mu.oz.au>.
4188 2007-10-23  Daniel Jacobowitz  <dan@codesourcery.com>
4190         * Makefile.def (dependencies): Make configure-gdb depend on
4191         all-intl.
4192         * Makefile.in: Regenerated.
4194 2007-10-22  Steven G. Kargl  <kargl@gcc.gnu.org>
4196         * MAINTAINERS (Fortran maintainer): Remove myself.
4198 2007-10-15  Patrick Mansfield  <patmans@us.ibm.com>
4200         * Makefile.def: To avoid problems running with parallel makes,
4201         build newlib before libgloss so that target specific header
4202         files are availble.
4203         * Makefile.in: Regenerate
4205 2007-10-11  Daniel Jacobowitz  <dan@codesourcery.com>
4207         * Makefile.def (dependencies): Add all-gdb -> all-libdecnumber.
4208         * Makefile.in: Regenerate.
4210 2007-10-09  Vladimir Makarov  <vmakarov@redhat.com>
4212         * MAINTAINERS (Register allocation reviewer): Add myself.
4214 2007-10-08  Mike Frysinger  <vapier@gentoo.org>
4216         * configure.ac (CFLAGS_FOR_BUILD, CXXFLAGS_FOR_BUILD,
4217         LDFLAGS_FOR_BUILD): Default them to host flags only for $host = $build.
4218         Set default CXXFLAGS_FOR_BUILD to CXXFLAGS, not CFLAGS.  Set default
4219         LDFLAGS_FOR_BUILD to LDFLAGS, not CFLAGS.
4220         * configure: Regenerate.
4222 2006-10-04  Seongbae Park  <seongbae.park@gmail.com>
4224         * MAINTAINERS (Register allocation reviewer): Add myself.
4226 2007-10-01  Paolo Bonzini  <bonzini@gnu.org>
4228         * Makefile.tpl (AR_FOR_BUILD, AS_FOR_BUILD, CXX_FOR_BUILD,
4229         DLLTOOL_FOR_BUILD, GCJ_FOR_BUILD, GFORTRAN_FOR_BUILD,
4230         LDFLAGS_FOR_BUILD, LD_FOR_BUILD, NM_FOR_BUILD, RANLIB_FOR_BUILD,
4231         WINDMC_FOR_BUILD, WINDRES_FOR_BUILD): Use autoconf substitutions.
4232         * configure.ac: Default them to host tools for $host = $build.
4233         Subst them.
4235         * configure: Regenerate.
4236         * Makefile.in: Regenerate.
4238 2006-09-24  Peter Bergner  <bergner@vnet.ibm.com>
4240         * MAINTAINERS (Register allocation reviewer): Add myself.
4242 2006-09-24  Kenneth Zadeck  <zadeck@naturalbridge.com>
4244         * MAINTAINERS (Register allocation reviewer): Add myself.
4246 2007-09-21  Seongbae Park  <seongbae.park@gmail.com>
4248         * MAINTAINERS (Write After Approval): Fix typo.
4250 2007-09-20  Richard Sandiford  <rsandifo@nildram.co.uk>
4252         * configure.ac (mipsisa*-*-elfoabi*): New stanza.
4253         * configure: Regenerate.
4255 2007-09-20  Paul Jarc  <prj-bugzilla-gcc@multivac.cwru.edu>
4257         PR bootstrap/31906
4258         * libtool-ldflags: Don't prefix arguments with -Xcompiler if
4259         they're already prefixed.
4261 2007-09-19  Benjamin Kosnik  <bkoz@redhat.com>
4263         * configure.ac (TOPLEVEL_CONFIGURE_ARGUMENTS): Move libgomp before
4264         libstdc++.
4265         * Makefile.def: Add libgomp config as a maybe dependency for libstdc++.
4266         * configure: Regenerate.
4267         * Makefile.in: Regenerate.
4269 2007-09-17  Andreas Schwab  <schwab@suse.de>
4271         * configure.ac: Raise minimum makeinfo version to 4.6.
4272         * configure: Regenerate.
4274 2007-09-17  Johannes Singler  <singler@ira.uka.de>
4276         * MAINTAINERS (write-after-approval) add myself
4278 2007-09-15  Alan Modra  <amodra@bigpond.net.au>
4280         * configure.ac: Correct makeinfo version check.
4281         * configure: Regenerate.
4283 2007-09-14  Richard Sandiford  <rsandifo@nildram.co.uk>
4285         * MAINTAINERS: Update my email address.
4287 2007-09-14  Richard Sandiford  <richard@codesourcery.com>
4289         * configure.ac (mips*-sde-elf*): New stanza.  Add target-libiberty
4290         to $skipdirs and only disable gprof for newlib.  Use the normal
4291         mips*-elf* handling in other respects.
4292         * configure: Regnerate.
4294 2007-09-12  David Daney  <ddaney@avtrex.com>
4296         * configure.ac: Remove mips64*-*-linux* noconfigdirs section, thus
4297         enabling libgcj.
4298         * configure: Regenerate.
4300 2007-09-10  Rask Ingemann Lambertsen  <rask@sygehus.dk>
4302         PR other/32154
4303         * configure.ac: For libgloss targets, point the linker to the linker
4304         script, startup code and simulator library.
4305         * configure: Regenerate.
4307 2007-09-07  Andrew Haley  <aph@redhat.com>
4309         * configure.ac (noconfigdirs): Remove target-libffi and
4310         target-libjava.
4311         * configure: Regenerate.
4313 2007-09-06  Francois-Xavier Coudert  <fxcoudert@gcc.gnu.org>
4315         PR target/33281
4316         * configure.ac: Use config/mh-mingw on mingw.
4317         * configure: Regenerate.
4319 2007-09-05  Pat Haugen  <pthaugen@us.ibm.com>
4321         * MAINTAINERS (Write After Approval): Add myself.
4323 2007-09-05  Richard Guenther  <rguenther@suse.de>
4325         * configure.ac (--enable-stage1-checking): If neither --enable-checking
4326         nor --disable-checking is provided also turn on yes and types
4327         checking for stage1.
4328         * configure: Re-generate.
4330 2007-08-30  Krister Walfridsson  <cato@df.lth.se>
4332         * MAINTAINERS (OS Port Maintainers): Add myself as NetBSD maintainer.
4333         (Write After Approval): Remove myself.
4335 2007-08-29  Nick Clifton  <nickc@redhat.com>
4337         * config.sub, config.guess: Update from upstream sources.
4339 2007-08-22  Bud Davis  <jmdavis@link.com>
4341         * MAINTAINERS (Write After Approval): Added myself.
4342         * MAINTAINERS (Reviewers): Removed myself.
4344 2007-08-18  Paul Brook  <paul@codesourcery.com>
4345             Joseph Myers  <joseph@codesourcery.com>
4347         * Makefile.tpl (DEBUG_PREFIX_CFLAGS_FOR_TARGET): New.
4348         (CFLAGS_FOR_TARGET, CXXFLAGS_FOR_TARGET): Include it.
4349         * Makefile.in: Regenerate.
4350         * configure.ac (--with-debug-prefix-map): New.
4351         * configure: Regenerate.
4353 2007-08-17  Richard Sandiford  <richard@codesourcery.com>
4354             Nigel Stephens  <nigel@mips.com>
4356         * configure.ac (mips*-sde-elf*): New stanza.  Use config/mt-sde
4357         as target_makefile_frag.
4358         * configure: Regenerate.
4360 2007-08-16  Alexandre Oliva  <aoliva@redhat.com>
4362         * Makefile.def (STAGE2_CFLAGS, STAGE3_CFLAGS, STAGE4_CFLAGS):
4363         Add to flags_to_pass.  Adjust uses of BOOT_CFLAGS.
4364         (bootstrap2-debug, bootstrap-debug): New bootstrap stages.
4365         * Makefile.tpl (STAGE2_CFLAGS, STAGE3_CFLAGS, STAGE4_CFLAGS): New.
4366         (do-compare, do-compare3, do-compare-debug): New.
4367         ([+compare-target+]): Use them.
4369 2007-08-14  Maxim Kuvyrkov  <maxim@codesourcery.com>
4371         * MAINTAINERS (Write After Approval): Change my email address.
4373 2007-08-13  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
4374             Ben Elliston  <bje@au.ibm.com>
4376         * configure.ac (TOPLEVEL_CONFIGURE_ARGUMENTS, baseargs): Pass
4377         --silent if $silent.
4378         * configure: Regenerate.
4380 2003-08-12  Zdenek Dvorak  <ook@ucw.cz>
4382         * MAINTAINERS (Various Maintainers): Add myself as
4383         loop infrastructure maintainer.  Update my e-mail
4384         address.
4386 2007-07-31  Diego Novillo  <dnovillo@google.com>
4388         * MAINTAINERS (Reviewers): Rename from Non-Autopoiesis.
4389         Adjust description.
4391 2007-07-26  Richard Guenther  <rguenther@suse.de>
4393         * configure.ac: Add types checking to stage1 checking flags.
4394         * configure: Regenerate.
4396 2007-07-17  Nick Clifton  <nickc@redhat.com>
4398         * COPYING3: New file.  Contains version 3 of the GNU General
4399         Public License.
4400         * COPYING3.LIB: New file.  Contains version 3 of the GNU
4401         Lesser General Public License.
4403 2007-07-16  Andreas Krebbel  <krebbel1@de.ibm.com>
4405         * MAINTAINERS (S/390 port maintainer): Remove my co-maintainer tag.
4407 2007-07-16  Andreas Krebbel  <krebbel1@de.ibm.com>
4409         * MAINTAINERS (S/390 co-maintainer): Add myself.
4410         (Write After Approval): Remove myself.
4412 2007-07-13  Dan Hipschman  <dsh@google.com>
4414         * MAINTAINERS (Write After Approval): Add myself.
4416 2007-07-11  Nick Clifton  <nickc@redhat.com>
4418         * Makefile.tpl (BUILD_EXPORTS): Escape the newline at the end of the
4419         WINDRES export.
4420         * Makefile.in: Regenerate.
4422 2007-07-05  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
4424         * MAINTAINERS (OS Port Maintainers): Add myself as IRIX, Tru64 UNIX
4425         maintainer.
4427 2007-07-05  H.J. Lu  <hongjiu.lu@intel.com>
4429         * lt~obsolete.m4: New. Import from 20070318 libtool.
4431 2007-07-03  Julian Brown  <julian@codesourcery.com>
4433         * MAINTAINERS (Write After Approval): Add myself.
4435 2007-07-03  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
4437         * configure.ac: Rewrite 'configure --help' strings to look nicer.
4438         * configure: Regenerate.
4440 2007-07-03  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
4442         * configure.ac: Add some missing m4 quotation.
4443         * configure: Regenerate.
4445 2007-07-02  Simon Baldwin  <simonb@google.com>
4447         * MAINTAINERS (Write After Approval): Add myself.
4449 2007-07-02  Paolo Bonzini  <bonzini@gnu.org>
4451         * configure: Regenerate.
4453 2007-07-02  Kai Tietz   <kai.tietz@onevision.com>
4455         * Makefile.def: Add windmc tool to build.
4456         * Makefile.tpl: Likewise.
4457         * configure.ac: Likewise.
4458         * Makefile.in: Regenerate.
4459         * configure: Regenerate.
4461 2007-06-28  DJ Delorie  <dj@redhat.com>
4463         * configure.ac (arm*-*-linux-gnueabi): Don't build libgloss if we're
4464         not building newlib.
4465         * configure: Regenerated.
4467 2007-06-28  Jan Sjodin  <jan.sjodin@amd.com>
4469         * MAINTAINERS (Write After Approval): Add myself.
4471 2007-06-25  Martin Michlmayr  <tbm@cyrius.com>
4473         * MAINTAINERS (Write After Approval): Add myself.
4475 2007-06-19  Chris Matthews  <chrismatthews@google.com>
4477         * MAINTAINERS (Write After Approval): Add myself.
4479 2007-06-19  Rask Ingemann Lambertsen  <rask@sygehus.dk>
4481         * MAINTAINERS (Write After Approval): Add myself.
4483 2007-06-18  Daniel Jacobowitz  <dan@codesourcery.com>
4485         * Makefile.def: Add dependency from configure-gdb to all-bfd.
4486         * Makefile.in: Regenerated.
4488 2007-06-14  Bernd Schmidt  <bernd.schmidt@analog.com>
4490         * configure.ac: Don't add target-libmudflap to noconfigdirs for
4491         bfin*-*-uclinux* targets.
4492         * configure: Regenerate.
4494 2007-06-14  Ian Lance Taylor  <iant@google.com>
4496         * MAINTAINERS: Add myself as non-algorithmic global write
4497         maintainer.
4499 2007-06-14  Diego Novillo  <dnovillo@google.com>
4501         * MAINTAINERS: Add self as middle-end maintainer and
4502         non-algorithmic global write maintainer.
4504 2007-06-14  Francois-Xavier Coudert  <fxcoudert@gcc.gnu.org>
4506         * MAINTAINERS: Change spelling from "fortran 95" to "Fortran".
4507         Move all Fortran maintainers except Paul Brook into the
4508         Non-Autopoiesis section.
4510 2007-06-14  Paolo Bonzini  <bonzini@gnu.org>
4512         * Makefile.tpl (cleanstrap): Don't delete the toplevel Makefile.
4513         (distclean-stage[+id+]): Possibly delete stage_last.
4514         * Makefile.in: Regenerate.
4516 2007-06-12  Seongbae Park  <seongbae.park@gmail.com>
4518         * MAINTAINERS (Various Maintainer): Fix typo.
4520 2007-06-11  Paolo Bonzini  <bonzini@gnu.org>
4522         * MAINTAINERS (Various Maintainer): Add myself as
4523         dataflow maintainer.
4525 2007-06-07  Ben Elliston  <bje@au.ibm.com>
4527         * config.sub, config.guess: Update from upstream sources.
4529 2007-06-07  Ben Elliston  <bje@au.ibm.com>
4531         * Makefile.tpl: Fix spelling error.
4532         * Makefile.in: Regenerate.
4534 2007-06-01  Steve Ellcey  <sje@cup.hp.com>
4536         * libtool.m4 (LT_CMD_MAX_LEN): Try using getconf to set
4537         lt_cv_sys_max_cmd_len.
4539 2007-05-31  Dorit Nuzman   <dorit@il.ibm.com>
4541         * MAINTAINERS (Various Maintainers): Add myself as
4542         auto-vectorizer maintainer.
4544 2003-05-31  Paolo Bonzini  <bonzini@gnu.org>
4546         PR libjava/32098
4547         * libtool.m4: Revert previous change.
4548         * ltgcc.m4: Put it here.
4550 2003-05-30  Zdenek Dvorak  <dvorakz@suse.cz>
4552         * MAINTAINERS (Various Maintainers): Add myself as
4553         auto-vectorizer maintainer.
4555 2007-05-30  H.J. Lu  <hongjiu.lu@intel.com>
4557         PR libjava/32098
4558         * libtool.m4 (_LT_LANG_GCJ_CONFIG): Use gcc to test gcj features.
4560 2007-05-30  Richard Guenther  <rguenther@suse.de>
4562         * MAINTAINERS (Various Maintainers): Add myself as
4563         auto-vectorizer maintainer.
4565 2007-05-30  Jakub Jelinek  <jakub@redhat.com>
4567         PR bootstrap/29382
4568         * configure.ac: Don't use -fkeep-inline-functions for GCC < 3.3.1.
4569         * configure: Rebuilt.
4571 2007-05-28  Roberto Costa  <robsettantasei@gmail.com>
4573         * MAINTAINERS (Write After Approval): Removed my name.
4575 2007-05-25  Steven Bosscher  <steven@gcc.gnu.org>
4577         * MAINTAINERS (Write After Approval): Remove myself.
4579 2007-05-25  Andreas Tobler  <a.tobler@schweiz.org>
4581         * ltmain.sh: Fix Darwin verstring, remove ${wl}.
4583 2007-05-23  Steve Ellcey  <sje@cup.hp.com>
4585         * ltmain.sh: Update from ToT Libtool.
4586         * libtool.m4: Update from ToT Libtool.
4587         * ltsugar.m4: New. Update from ToT Libtool.
4588         * ltversion.m4: New. Update from ToT Libtool.
4589         * ltoptions.m4: New. Update from ToT Libtool.
4590         * ltconfig: Remove.
4591         * ltcf-c.sh: Remove.
4592         * ltcf-cxx.sh: Remove.
4593         * ltcf-gcj.sh: Remove.
4595 2007-05-22  Ollie Wild  <aaw@google.com>
4597         * MAINTAINERS (Write After Approval): Add myself.
4599 2007-05-16  Paolo Bonzini  <bonzini@gnu.org>
4601         * Makefile.def (bootstrap_stage): Replace stage_make_flags with
4602         stage_cflags.
4603         * Makefile.tpl (POSTSTAGE1_HOST_EXPORTS, POSTSTAGE1_FLAGS_TO_PASS):
4604         Remove CFLAGS/LIBCFLAGS.
4605         (configure-stage[+id+]-[+prefix+][+module+],
4606         all-stage[+id+]-[+prefix+][+module+]): Pass it from [+stage_cflags+].
4607         * Makefile.in: Regenerate.
4609 2007-05-15  Diego Novillo  <dnovillo@google.com>
4611         * MAINTAINERS: Update e-mail address.
4613 2007-05-15  Revital Eres  <eres@il.ibm.com>
4615         * MAINTAINERS (Write After Approval): Add myself.
4617 2007-05-14  Roberto Costa  <robsettantasei@gmail.com>
4619         * MAINTAINERS (Write After Approval): Updated my address.
4621 2007-05-14  Thomas Neumann  <tneumann@users.sourceforge.net>
4623         * MAINTAINERS (Write After Approval): Add myself.
4625 2007-05-11  Silvius Rus  <rus@google.com>
4627         * MAINTAINERS (Write After Approval): Add myself.
4629 2007-04-23  Tom Tromey  <tromey@redhat.com>
4631         * MAINTAINERS: Added myself as non-algorithmic libcpp maintainer.
4633 2007-04-22  Mark Mitchell  <mark@codesourcery.com>
4635         * MAINTAINERS (cpplib): Rename to ...
4636         (libcpp): ... this.  Add C/C++ front end maintainers.
4638 2007-04-14  Steve Ellcey  <sje@cup.hp.com>
4640         * config-ml.in: Pass ${ml_config_env} to configure calls.
4642 2007-04-04  Christian Bruel  <christian.bruel@st.com>
4644         * MAINTAINERS (Write After Approval): Add myself.
4646 2007-04-02  Dave Korn  <dave.korn@artimi.com>
4648         * MAINTAINERS (Write After Approval): Add myself.
4650 2007-03-31  Tobias Burnus  <burnus@net-b.de>
4652         * MAINTAINERS (fortran 95 front end): Add myself.
4654 2007-03-28  Dwarakanath Rajagopal  <dwarak.rajagopal@amd.com>
4656         * MAINTAINERS (Write After Approval): Add myself.
4658 2007-03-24  Ayal Zaks  <zaks@il.ibm.com>
4660         * MAINTAINERS (Modulo Scheduler): Add myself.
4662 2007-03-23  Brooks Moses  <brooks.moses@codesourcery.com>
4664         * MAINTAINERS (fortran 95 front end): Add myself.
4665         (c++ front end): whitespace fix.
4667 2007-03-22  Nathan Froyd  <froydnj@codesourcery.com>
4669         * MAINTAINERS (Write After Approval): Add myself.
4671 2007-03-21  Richard Sandiford  <richard@codesourcery.com>
4673         * configure.ac (TOPLEVEL_CONFIGURE_ARGUMENTS): Fix m4 quoting
4674         of glob.  Quote arguments with single quotes too.
4675         * configure: Regenerate.
4677 2007-03-12  Brooks Moses  <brooks.moses@codesourcery.com>
4679         * Makefile.def (fixincludes): Remove unneeded "missing" lines.
4680         * Makefile.in: Regenerate
4682 2007-03-07  Andreas Schwab  <schwab@suse.de>
4684         * configure: Regenerate.
4686 2007-03-01  Brooks Moses  <brooks.moses@codesourcery.com>
4688         * configure.ac: Add "--with-pdfdir" configure option,
4689         which defines pdfdir variable.
4690         * Makefile.def (target=fixincludes): Add install-pdf to
4691         missing targets.
4692         (recursive_targets): Add install-pdf target.
4693         (flags_to_pass): Add pdfdir.
4694         * Makefile.tpl: Add pdfdir handling, add do-install-pdf
4695         target.
4696         * configure: Regenerate
4697         * Makefile.in: Regenerate
4699 2007-02-28  Eric Christopher  <echristo@apple.com>
4701         Revert:
4702         2006-12-07  Mike Stump  <mrs@apple.com>
4704         * Makefile.def (dependencies): Add dependency for
4705         install-target-libssp and install-target-libgomp on
4706         install-gcc.
4707         * Makefile.in: Regenerate.
4709 2007-02-27  Matt Kraai  <kraai@ftbfs.org>
4711         * configure: Regenerate.
4712         * configure.ac: Move statements after variable declarations.
4714 2007-02-19  Kaz Kojima  <kkojima@gcc.gnu.org>
4716         * MAINTAINERS: Add myself as sh maintainer.
4718 2007-02-19  Joseph Myers  <joseph@codesourcery.com>
4720         * configure.ac: Adjust for loop syntax.
4721         * configure: Regenerate.
4723 2007-02-18  Alexandre Oliva  <aoliva@redhat.com>
4725         * configure: Rebuilt.
4727 2007-02-18  Alexandre Oliva  <aoliva@redhat.com>
4729         * configure.ac: Drop multiple occurrences of --enable-languages,
4730         and fix its quoting.
4731         * configure: Rebuilt.
4733 2007-02-17  Mark Mitchell  <mark@codesourcery.com>
4734             Nathan Sidwell  <nathan@codesourcery.com>
4735             Vladimir Prus  <vladimir@codesourcery.com>
4736             Joseph Myers  <joseph@codesourcery.com>
4738         * configure.ac (TOPLEVEL_CONFIGURE_ARGUMENTS): Fix quoting.
4739         * configure: Regenerate.
4741 2007-02-14  Gerald Pfeifer  <gerald@pfeifer.com>
4743         * ltconfig (freebsd*): Default to elf.
4745 2007-02-13  Daniel Jacobowitz  <dan@codesourcery.com>
4747         * configure.ac (target_libraries): Move libgcc before libiberty.
4748         * configure: Regenerated.
4750 2007-02-13  Daniel Jacobowitz  <dan@codesourcery.com>
4751             Paolo Bonzini  <bonzini@gnu.org>
4753         PR bootstrap/30753
4754         * configure.ac: Remove obsolete build / host tests.  Use AC_PROG_CC
4755         unconditionally.  Use AC_PROG_CXX.  Use ACX_TOOL_DIRS to find $prefix.
4756         * configure: Regenerated.
4758 2007-02-11  Francois-Xavier Coudert  <fxcoudert@gcc.gnu.org>
4760         * MAINTAINERS (Language Front End Maintainers): Update my mail
4761         address.
4763 2007-02-09  Daniel Jacobowitz  <dan@codesourcery.com>
4765         PR bootstrap/30748
4766         * configure.ac: Correct syntax for Solaris ksh.
4767         * configure: Regenerated.
4769 2007-02-09  Paolo Bonzini  <bonzini@gnu.org>
4771         * configure.ac: Sync with src.
4772         * configure: Regenerate.
4774 2007-02-09  Paolo Bonzini  <bonzini@gnu.org>
4776         * Makefile.in: Regenerate.
4778 2007-02-09  Paolo Bonzini  <bonzini@gnu.org>
4780         * config.sub: Sync with src.
4782 2007-02-09  Daniel Jacobowitz  <dan@codesourcery.com>
4784         * Makefile.tpl (build_alias, host_alias, target_alias): Use
4785         noncanonical equivalents.
4786         * configure.in: Rename to...
4787         * configure.ac: ...this.  Update AC_PREREQ.  Prevent error for
4788         AS_FOR_TARGET.  Set build_noncanonical, host_noncanonical, and
4789         target_noncanonical.  Use them.  Rewrite removal of configure
4790         arguments for autoconf 2.59.  Discard variable settings.  Force
4791         program_transform_name for native tools.
4793         * Makefile.in: Regenerated.
4794         * configure: Regenerated with autoconf 2.59.
4796 2007-02-07  Roman Zippel  <zippel@linux-m68k.org>
4798         * MAINTAINERS (Write After Approval): Add myself.
4800 2007-01-31  Andreas Schwab  <schwab@suse.de>
4802         * Makefile.tpl (LDFLAGS): Substitute it.
4803         * Makefile.in: Regenerate.
4805 2007-01-30  Andrey Belevantsev  <abel@ispras.ru>
4807         * MAINTAINERS (Write After Approval): Add myself.
4809 2007-01-28  David Edelsohn  <edelsohn@gnu.org>
4811         * MAINTAINERS (spu port): Add myself.
4813 2007-01-23  Richard Guenther  <rguenther@suse.de>
4815         PR bootstrap/30541
4816         * Makefile.def (flags_to_pass): Add GNATBIND and GNATMAKE.
4817         * Makefile.tpl (GNATBIND): Substitute it.
4818         (GNATMAKE): Likewise.
4819         (POSTSTAGE1_FLAGS_TO_PASS): Pass staged GNATBIND instead
4820         of STAGE_PREFIX.
4821         * Makefile.in: Regenerate.
4822         * configure: Regenerate.
4824 2007-01-18  Mike Stump  <mrs@apple.com>
4826         * configure.in: Re-enable -Werror for gcc builds.
4828 2007-01-11  Harsha Jagasia  <harsha.jagasia@amd.com>
4830         * MAINTAINERS (Write After Approval): Add myself.
4832 2007-01-11  Paolo Bonzini  <bonzini@gnu.org>
4834         * configure.in: Change == to = in test command.
4835         * configure: Regenerate.
4837 2007-01-11  Paolo Bonzini  <bonzini@gnu.org>
4838             Nick Clifton  <nickc@redhat.com>
4839             Kaveh R. Ghazi  <ghazi@caip.rutgets.edu>
4841         * configure.in (build_configargs, host_configargs, target_configargs):
4842         Remove build/host/target parameters.
4843         (host_libs): Add gmp and mpfr.
4844         (GMP tests): Reorganize to allow in-tree GMP/MPFR.
4845         * Makefile.def (gmp, mpfr): New.
4846         (gcc): Remove target.
4847         * Makefile.tpl (build_os, build_vendor, host_os, host_vendor,
4848         target_os, target_vendor): New.
4849         (configure): Add host_alias/target_alias arguments; adjust invocations.
4850         * configure: Regenerate.
4851         * Makefile.in: Regenerate.
4853 2007-01-11  Matt Fago  <fago@earthlink.net>
4855         * configure.in: Try to link to functions only in mpfr 2.2.x
4856         to improve robustness of configure tests.
4857         * configure: Regenerate.
4859 2007-01-09  Uros Bizjak  <ubizjak@gmail.com>
4861         * MAINTAINERS: Add myself as i386 maintainer.
4863 2007-01-08  Jan Hubicka  <jh@suse.cz>
4865         * MAINTAINERS: Add myself as i386 maintainer.
4867 2007-01-08  Kai Tietz   <kai.tietz@onevision.com>
4869         * configure.in: Add support for an x86_64-mingw* target.
4870         * configure: Regenerate.
4872 2007-01-05  Daniel Jacobowitz  <dan@codesourcery.com>
4874         * Makefile.tpl (all-target): Correct @if conditional for target
4875         modules.
4876         * configure.in: Omit libiberty if building only target libgcc.
4877         * configure, Makefile.in: Regenerated.
4879 2007-01-04  Paolo Bonzini  <bonzini@gnu.org>
4881         * configure.in: Use DEV-PHASE to detect default for --enable-werror.
4882         * configure: Regenerate.
4884 2007-01-03  Daniel Jacobowitz  <dan@codesourcery.com>
4886         * Makefile.def (target_modules): Add libgcc.
4887         (lang_env_dependencies): Remove default items.  Use no_c and no_gcc.
4888         * Makefile.tpl (clean-target-libgcc): Delete.
4889         (configure-target-[+module+]): Emit --disable-bootstrap dependencies
4890         on gcc even for bootstrapped modules.  Rewrite handling of
4891         lang_env_dependencies to loop over target_modules.
4892         * configure.in (target_libraries): Add target-libgcc.
4893         * Makefile.in, configure: Regenerated.
4895 2006-12-29  Paolo Bonzini  <bonzini@gnu.org>
4897         * configure.in: Reorganize recognition of languages.  Add
4898         --enable-stage1-languages.  Show supported languages for the chosen
4899         target rather than all recognized languages.
4900         * configure: Regenerate.
4902 2006-12-29  Paolo Bonzini  <bonzini@gnu.org>
4904         * Makefile.tpl (GCC_STRAP_TARGETS, all-prebootstrap): Remove.
4905         * Makefile.in: Regenerate.
4907 2006-12-29  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
4909         * configure.in: Warn that MPFR 2.2.0 is buggy.
4910         * configure: Regenerate.
4912 2006-12-27  Ian Lance Taylor  <iant@google.com>
4914         * configure.in: When removing Makefiles to force a reconfigure, also
4915         remove prev-DIR*/Makefile.
4916         * configure: Regenerate.
4918 2006-12-22  Andreas Schwab  <schwab@suse.de>
4920         * configure: Regenerate with correct autoconf version.
4922 2006-12-20  Adam Megacz  <megacz@cs.berkeley.edu>
4924         * configure.in: add AC_SUBST for *_FOR_TARGET.
4925         * configure: Regenerate.
4927 2006-12-19  Paolo Bonzini  <bonzini@gnu.org>
4929         * configure.in: Simplify logic for rejecting languages that cannot
4930         be built.  Separate the case when a language is unsupported,
4931         from the case when the user chooses not to build a language.
4933 2006-12-19  Paolo Bonzini  <bonzini@gnu.org>
4935         * configure.in: Remove "$build" case for powerpc-*-darwin* since
4936         it only affects bootstrap and could be tested on "$host" as well.
4937         * configure: Regenerate.
4938         * config/mh-ppc-darwin: Add to the stage1 cflags here.
4940 2006-12-19  Paolo Bonzini  <bonzini@gnu.org>
4942         PR bootstrap/29544
4943         * Makefile.def (flags_to_pass): Add STAGE1_CHECKING.
4944         (bootstrap_stage): Add STAGE1_CHECKING to stage1 configure flags,
4945         move here comment from Makefile.tpl.
4946         * Makefile.tpl: Move some definitions higher in the file.
4947         (STAGE1_CHECKING): New.
4948         * configure.in: Add --enable-stage1-checking.
4949         * configure: Regenerate.
4950         * Makefile.in: Regenerate.
4952 2006-12-19  Paolo Bonzini  <bonzini@gnu.org>
4954         * MAINTAINERS: Add myself as build system maintainer.
4956 2006-12-15  Simon Martin  <simartin@users.sourceforge.net>
4958         * MAINTAINERS (Write After Approval): Add myself.
4960 2006-12-13  Eric Christopher  <echristo@apple.com>
4962         * MAINTAINERS: Add myself as darwin maintainer.
4964 2006-12-11  Ian Lance Taylor  <ian@airs.com>
4966         * MAINTAINERS: Add myself as libgcc and fp-bit maintainer.
4968 2006-12-11  Joern Rennecke  <joern.rennecke@arc.com>
4970         MAINTAINERS: Update my entry.
4972 2006-12-11  Alan Modra  <amodra@bigpond.net.au>
4974         * configure.in:  Handle spu makefile frag.
4975         * Makefile.tpl (MAINT): Define
4976         (MAINTAINER_MODE_FALSE, MAINTAINER_MODE_TRUE): Define.
4977         * configure: Regenerate.
4978         * Makefile.in: Regenerate.
4980 2006-12-11  Ben Elliston  <bje@au.ibm.com>
4982         * config.guess: Import latest version.
4983         * config.sub: Likewise.
4985 2006-12-11  Ben Elliston  <bje@au.ibm.com>
4987         * configure.in (spu-*-*): Don't skip target-libiberty.
4988         * configure: Regenerate.
4990 2006-12-10  Andreas Tobler  <a.tobler@schweiz.org>
4992         PR bootstrap/30134
4993         * configure.in: Correct x86 darwin support for libjava to powerpc
4994         and i?86 only.
4995         * configure: Regenerate.
4997 2006-12-08  Sandro Tolaini  <tolaini@libero.it>
4999         * configure.in: Add x86 darwin support for libjava.
5000         * configure: Regenerate.
5002 2006-12-07  Mike Stump  <mrs@apple.com>
5004         * Makefile.def (dependencies): Add dependency for
5005         install-target-libssp and install-target-libgomp on
5006         install-gcc.
5007         * Makefile.in: Regenerate.
5009 2006-12-04  Richard Guenther  <rguenther@suse.de>
5011         * MAINTAINERS (Non-Algorithmic Maintainers): New section.
5012         (Non-Algorithmic Maintainers): Move over non-algorithmic
5013         loop optimizer maintainers, add myself as a non-algorithmic
5014         middle-end maintainer.
5016 2006-12-04  Daniel Franke  <franke.daniel@gmail.com>
5018         * MAINTAINERS (Write After Approval): Add myself.
5020 2006-12-03  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
5022         * configure.in: Update error message for missing GMP/MPFR.
5024         * configure: Regenerate.
5026 2006-12-02  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
5028         * configure.in: Update MPFR version in error message.
5030         * configure: Regenerate.
5032 2006-11-26  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
5034         * configure.in (--with-mpfr-dir, --with-gmp-dir): Remove flags.
5035         (--with-mpfr-include, --with-mpfr-lib, --with-gmp-include,
5036         --with-gmp-lib): New flags.
5038         * configure: Regenerate.
5040 2006-11-25  Brooks Moses  <brooks.moses@codesourcery.com>
5042         * MAINTAINERS (Write After Approval): Change my email address.
5044 2006-11-23  Manuel Lopez-Ibanez  <manu@gcc.gnu.org>
5046         * MAINTAINERS (Write After Approval): Add myself.
5048 2006-11-22  Philipp Thomas  <pth@suse.de>
5050         * MAINTAINERS (i18n): Update e-mail address.
5052 2006-11-21  Trevor Smigiel  <trevor_smigiel@playstation.sony.com>
5054         * MAINTAINERS (spu port): Add myself as maintainer.
5055         (Write After Approval): Remove myself.
5057 2006-11-22  Ben Elliston  <bje@au.ibm.com>
5059         * configure.in (skipdirs): Don't build libssp for SPU.
5060         * configure: Regenerate.
5062 2006-11-21  Andrew Pinski  <andrew_pinski@playstation.sony.com>
5064         * MAINTAINERS (spu port): Add myself as maintainer.
5065         (libobjc): Update my email address.
5067 2006-11-21  Andrea Bona  <andrea.bona@st.com>
5069         * MAINTAINERS (Write After Approval): Add myself.
5071 2006-11-20  Trevor Smigiel  <trevor_smigiel@playstation.sony.com>
5073         * configure.in (skipdirs) : Don't build target-libiberty for SPU.
5074         * configure : Rebuilt.
5076 2006-11-20  Trevor Smigiel  <trevor_smigiel@playstation.sony.com>
5078         * MAINTAINERS (Write After Approval): Add myself.
5080 2006-11-20  Andrea Ornstein  <andrea.ornstein@st.com>
5082         * MAINTAINERS (Write After Approval): Add myself.
5084 2006-11-18  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
5086         * configure.in (--with-mpfr-dir): Also look in .libs and _libs for
5087         libmpfr.a.
5088         * configure: Regenerate.
5090 2006-11-16  Paolo Bonzini  <bonzini@gnu.org>
5092         * Makefile.tpl (clean-target-libgcc): Test for gcc Makefile presence.
5093         (unstage): Test for stage_last presence.
5095         PR bootstrap/29802
5096         * Makefile.tpl (POSTSTAGE1_FLAGS_TO_PASS): Add HOST_SUBDIR in
5097         STAGE_PREFIX.
5098         * Makefile.in: Regenerate.
5100 2003-11-16  Zdenek Dvorak  <dvorakz@suse.cz>
5102         * MAINTAINERS: Add myself and Daniel Berlin as loop optimizer
5103         maintainers.
5105 2006-11-14  Erven Rohou  <erven.rohou@st.com>
5107         * MAINTAINERS (Write After Approval): Add myself.
5109 2006-11-14  Paolo Bonzini  <bonzini@gnu.org>
5111         * Makefile.tpl (clean-stage*): Test separately for package/Makefile
5112         and stageN-package/Makefile.
5113         * Makefile.in: Regenerated.
5115 2006-11-14  Jie Zhang  <jie.zhang@analog.com>
5117         * configure.in: Remove target-libgloss from noconfigdirs for
5118         bfin-*-*.
5119         * configure: Regenerated.
5121 2006-11-11  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
5123         * configure.in (have_gmp): Only error if the gcc directory exists.
5125         * configure: Regenerate.
5127 2006-11-07  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
5129         * configure.in: Robustify error message for missing GMP/MPFR.
5131         * configure: Regenerate.
5133 2006-10-31  Stephen M. Webb  <stephen.webb@bregmasoft.com>
5135         * MAINTAINERS (Write After Approval): Add myself.
5137 2006-10-30  Uros Bizjak  <ubizjak@gmail.com>
5139         * MAINTAINERS: Change email address.
5141 2006-10-30  Vladimir Prus  <vladimir@codesourcery.com>
5143         * MAINTAINERS (Write After Approval): Add myself.
5145 2006-10-26  Peter Bergner  <bergner@vnet.ibm.com>
5147         * MAINTAINERS (Write After Approval): Add myself.
5149 2006-10-25  Chen Liqin  <liqin@sunnorth.com.cn>
5151         * MAINTAINERS (Write After Approval): Move myself to
5152         Write After Approval section.
5154 2006-10-21  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
5156         * configure.in: Require GMP-4.1+ and MPFR-2.2+.  Don't check
5157         need_gmp anymore.
5158         * configure: Regenerate.
5160 2006-10-16  Tobias Burnus  <burnus@net-b.de>
5162         * MAINTAINERS (Write After Approval): Add myself.
5164 2006-10-16  Ben Elliston  <bje@au.ibm.com>
5166         * config.guess: Import latest version.
5167         * config.sub: Likewise.
5169 2006-10-10  Brooks Moses  <bmoses@stanford.edu>
5171         * Makefile.def: Added pdf target handling.
5172         * Makefile.tpl: Added pdf target handling.
5173         * Makefile.in: Regenerated.
5175 2006-10-10  Chen Liqin  <liqin@sunnorth.com.cn>
5177         * MAINTAINERS: Add self as score port maintainer.
5179 2006-10-04  Brooks Moses  <bmoses@stanford.edu>
5181         * MAINTAINERS (Write After Approval): Add myself.
5183 2006-09-27  Steven G. Kargl  <kargl@gcc.gnu.org>
5185         * configure.in: Check for GMP 4.1 or newer.  Check for MPFR 2.2.0
5186         or newer.
5187         * configure: Regenerated.
5189 2006-09-27  Dave Brolley  <brolley@redhat.com>
5191         * configure.in (RUNTEST): Look for 'runtest' in the source tree by
5192         using $s instead of $r.
5193         * configure: Regenerated.
5195 2006-09-26  Thiemo Seufer  <ths@mips.com>
5197         * configure.in: Remove redundant handling of mips*-dec-bsd*. Likewise
5198         for mipstx39-*-*. Disable libgloss for mips64*-*-linux*.
5199         * configure: Regenerate.
5201 2006-09-24  Graeme Peterson  <gridly@gmail.com>
5203         * MAINTAINERS (Write After Approval): Remove myself.
5205 2006-09-22  Chao-ying Fu  <fu@mips.com>
5207         * MAINTAINERS (Write After Approval): Add myself.
5209 2006-09-10  Joseph S. Myers  <joseph@codesourcery.com>
5211         * MAINTAINERS: Add self as soft-fp maintainer.
5213 2006-09-09  Anatoly Sokolov  <aesok@post.ru>
5215         * MAINTAINERS: Add myself as avr maintainer.
5216         Remove Marek Michalkiewicz as avr maintainer.
5218 2006-09-07  Roberto Costa  <roberto.costa@st.com>
5220         * MAINTAINERS (Write After Approval): Add myself.
5222 2006-08-30  Corinna Vinschen  <corinna@vinschen.de>
5224         * configure.in: Never build newlib for a Mingw host.
5225         Never build newlib as Mingw target library.
5226         Test the existence of winsup/cygwin for building a Cygwin newlib,
5227         rather than just winsup.
5228         Add winsup/mingw and winsup/w32api paths to FLAGS_FOR_TARGET if
5229         building a Mingw target.
5230         * configure: Regenerate.
5232 2006-08-08  Eric Botcazou  <ebotcazou@libertysurf.fr>
5234         * MAINTAINERS (Various Maintainers): Add self as RTL opt. maintainer.
5236 2006-07-25  Paolo Bonzini  <bonzini@gnu.org>
5238         * config.guess: Import from src (was more updated).
5239         * config.sub: Likewise.
5241 2006-07-22  Daniel Jacobowitz  <dan@codesourcery.com>
5243         * configure.in: Allow mingw32 and cygwin targets to build cross-gdb.
5244         * configure: Regenerated.
5246 2006-07-18  Paolo Bonzini  <bonzini@gnu.org>
5248         * Makefile.tpl (configure-stageN-MODULE): Pass --with-build-libsubdir
5249         for stages after the first.
5251 2006-07-17  Jakub Jelinek  <jakub@redhat.com>
5253         * Makefile.def: Add dependencies for configure-opcodes
5254         on configure-intl and all-opcodes on all-intl.
5255         * Makefile.in: Regenerated.
5257 2006-07-13  Ben Elliston  <bje@au.ibm.com>
5259         * MAINTAINERS (Various Maintainers): Add myself as dfp maintainer.
5261 2006-07-06  Paul Eggert  <eggert@cs.ucla.edu>
5263         Port to hosts whose 'sort' and 'tail' implementations
5264         treat operands with leading '+' as file names, as POSIX
5265         has required since 2001.  However, make sure the code still
5266         works on pre-POSIX hosts.
5267         * ltmain.sh: Don't assume "sort +2" is equivalent to
5268         "sort -k 3", since POSIX 1003.1-2001 no longer requires this.
5270 2006-07-05  Ulrich Weigand  <uweigand@de.ibm.com>
5272         * MAINTAINERS (Various Maintainers): Add myself as reload maintainer.
5274 2006-07-04  Peter O'Gorman  <peter@pogma.com>
5276         * ltconfig: chmod 644 before ranlib during install.
5278 2006-07-04  Eric Botcazou  <ebotcazou@libertysurf.fr>
5280         PR bootstrap/18058
5281         * configure.in: Add -fkeep-inline-functions to CFLAGS for stage 1
5282         if the bootstrap compiler is a GCC version that supports it.
5283         * configure: Regenerate.
5285 2006-07-03  Paolo Bonzini  <bonzini@gnu.org>
5287         * configure.in: Fix thinkos in previous check-in.
5288         * configure: Regenerate.
5290 2006-07-03  Paolo Bonzini  <bonzini@gnu.org>
5292         PR other/27063
5293         * configure.in: Test subdir_requires and give an appropriate
5294         error message.
5295         * configure: Regenerate.
5297 2006-07-01  Andrew John Hughes  <gnu_andrew@member.fsf.org>
5299         * MAINTAINERS (Write After Approval): Add myself.
5301 2006-06-22  John David Anglin  <dave.anglin@nrc.ca>
5303         * MAINTAINERS (OS Port Maintainers): Add myself as hpux maintainer.
5305 2006-06-22  Steve Ellcey  <sje@cup.hp.com>
5307         * MAINTAINERS (OS Port Maintainers): Add myself as hpux maintainer.
5309 2006-06-20  David Ayers  <d.ayers@inode.at>
5311         PR bootstrap/28072
5312         * configure.in: Add target-boehm-gc to noconfigdirs depending on
5313         whether target-libjava is being configured instead of whether the
5314         java front end is enabled.
5315         * configure: Regenerate.
5317 2006-06-16  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
5319         PR target/27540
5320         * configure.in: Only enable libgomp on IRIX 6.
5321         * configure: Regenerate.
5323 2006-06-15  Paolo Bonzini  <bonzini@gnu.org>
5325         * Makefile.tpl (POSTSTAGE1_HOST_EXPORTS): Export CFLAGS and LDFLAGS
5326         too.
5327         * Makefile.in: Regenerate.
5329 2006-06-13  Jeff Johnston  <jjohnstn@redhat.com>
5331         * config-ml.in: Alter CCASFLAGS to include special
5332         multilib options the same as is done for CFLAGS.
5334 2006-06-12  John David Anglin  <dave.anglin@nrc-cnrc.gc.ca>
5336         * configure.in: Don't enable libgomp on hpux10.
5337         * configure: Rebuilt.
5339 2006-06-12  David Ayers  <d.ayers@inode.at>
5341         PR bootstrap/27963
5342         PR target/19970
5343         * configure.in: Remove target-boehm-gc from noconfigdirs where
5344         ${libgcj} is specified.
5345         * configure: Regenerate.
5347 2006-06-06  Carlos O'Donell  <carlos@codesourcery.com>
5349         Sync from src:
5351         * configure.in: Sync.
5352         * configure: Regenerated.
5354         2006-05-31  Daniel Jacobowitz  <dan@codesourcery.com>
5356         * Makefile.def: Added dependencies from sim and gdb on intl, and
5357         added configure dependencies to everything with an all dependency
5358         on intl.
5359         * Makefile.in: Regenerated.
5361 2006-06-06  David Ayers  <d.ayers@inode.at>
5363         PR libobjc/13946
5364         * Makefile.def: Add dependencies for libobjc which boehm-gc.
5365         * Makefile.in: Regenerate.
5366         * configure.in: Add --enable-objc-gc at toplevel and have it
5367         enable boehm-gc for Objective-C.
5368         Remove target-boehm-gc from libgcj.
5369         Add target-boehm-gc to target_libraries.
5370         Add target-boehm-gc to noconfigdirs where ${libgcj}
5371         is specified.
5372         Assert that boehm-gc is supported when requested for Objective-C.
5373         Only build boehm-gc if needed either for Java or Objective-C.
5374         * configure: Regenerate.
5376 2006-06-05  Paolo Bonzini  <bonzini@gnu.org>
5378         PR 27674
5379         * Makefile.tpl (configure-[+prefix+][+module+],
5380         all-[+prefix+][+module+]): Depend on stage_current if bootstrapping.
5381         Remove rule to unstage bootstrapped modules.
5382         (stage_current): New.
5383         * Makefile.in: Regenerate.
5385 2006-06-03  Laurynas Biveinis  <laurynas.biveinis@gmail.com>
5387         * MAINTAINERS (Write After Approval): Update my e-mail address.
5389 2006-06-01  Mark Shinwell  <shinwell@codesourcery.com>
5391         * include/libiberty.h: Declare pex_run_in_environment.
5393 2006-05-31  Asher Langton  <langton2@llnl.gov>
5395         * MAINTAINERS (Write After Approval): Add myself.
5397 2006-05-25  Paolo Bonzini  <bonzini@gnu.org>
5399         * Makefile.def (bfd, opcodes): Fix lib_path.
5400         * Makefile.tpl (POSTSTAGE1_FLAGS_TO_PASS): Replace ADAC with ADAFLAGS.
5401         (restrap): Move under "@if gcc-bootstrap".  Fix typo.
5402         * Makefile.in: Regenerate.
5404 2006-05-24  Carlos O'Donell  <carlos@codesourcery.com>
5406         * Makefile.in: Regenerate.
5408 2006-05-24  Carlos O'Donell  <carlos@codesourcery.com>
5410         * Makefile.def: Add install-html target. Add datarootdir
5411         docdir and htmldir to flags_to_pass.
5412         * Makefile.tpl: Add install-html target.
5413         * Makefile.in: Regenerate.
5414         * configure.in: Add --with-datarootdir, --with-docdir, and
5415         --with-htmldir options. AC_SUBST datarootdir, docdir and htmldir.
5416         * configure: Regenerate.
5418 2006-05-24  Mark Shinwell  <shinwell@codesourcery.com>
5420         * configure.in: Enable gprof for cross builds.
5421         * configure: Regenerate.
5423 2006-05-22  Richard Guenther  <rguenther@suse.de>
5425         Revert
5426         2006-01-31  Richard Guenther  <rguenther@suse.de>
5427         Paolo Bonzini  <bonzini@gnu.org>
5429         * Makefile.def (target_modules): Add libgcc-math target module.
5430         * configure.in (target_libraries): Add libgcc-math target library.
5431         (--enable-libgcc-math): New configure switch.
5432         * Makefile.in: Re-generate.
5433         * configure: Re-generate.
5434         * libgcc-math: New toplevel directory.
5436 2006-05-20  John David Anglin  <dave.anglin@nrc-cnrc.gc.ca>
5437             Andreas Tobler  <a.tobler@schweiz.ch>
5439         * configure.in:  Enable libgcj for hppa*-hp-hpux11*.
5440         * configure: Rebuilt.
5442 2006-05-12  Sandra Loosemore  <sandra@codesourcery.com>
5444         * MAINTAINERS (Write After Approval): Add myself.
5446 2006-05-01  DJ Delorie  <dj@redhat.com>
5448         * configure.in: Restore CFLAGS if GMP isn't present.
5449         * configure: Regenerate.
5451 2006-05-01  Richard Guenther  <rguenther@suse.de>
5453         * MAINTAINERS (Various Maintainers): Add myself as libgcc-math
5454         maintainer.
5456 2006-04-30  Kenneth Zadeck  <zadeck@naturalbridge.com>
5458         * MAINTAINERS (Write After Approval): Add myself.
5460 2006-04-28  Jan Beulich  <jbeulich@novell.com>
5462         * MAINTAINERS (Write After Approval): Add myself.
5464 2006-04-18  DJ Delorie  <dj@redhat.com>
5466         * configure.in (m32c): Build libstdc++-v3.  Pass flags to
5467         reference libgloss so that libssp can be built in a combined
5468         tree.
5469         * configure: Regenerate.
5471 2006-04-08  Robert Millan  <rmh@gcc.gnu.org>
5473         * MAINTAINERS (Write After Approval): Add myself.
5475 2006-04-05  Ben Elliston  <bje@au.ibm.com>
5477         * configure.in: Require makeinfo 4.4 or higher.
5478         * configure: Regenerate.
5480 2006-04-04  Gerald Pfeifer  <gerald@pfeifer.com>
5482         * MAINTAINERS: Add Richard Henderson as libgomp maintainer.
5483         Rearrange the entries of other libraries to have them in one place.
5485 2006-03-22  Janne Blomqvist  <jb@gcc.gnu.org>
5487         * MAINTAINERS (Write After Approval): Remove myself.
5488         (Language Front End Maintainers): Add myself as fortran 95 maintainer.
5490 2006-03-14  Richard Guenther  <rguenther@suse.de>
5492         * configure: Regenerate with autoconf 2.13.
5494 2006-03-13  Jim Blandy  <jimb@codesourcery.com>
5496         * MAINTAINERS: Use my work address.
5498         * MAINTAINERS: Update my E-mail address.
5500 2006-03-10  Aldy Hernandez  <aldyh@redhat.com>
5502         * configure.in: Handle --disable-<component> generically.
5503         * configure: Regenerate.
5505 2006-03-01  H.J. Lu  <hongjiu.lu@intel.com>
5507         PR libgcj/17311
5508         * ltmain.sh: Don't use "$finalize_rpath" for compile.
5510 2006-02-21  Erik Edelmann  <eedelman@gcc.gnu.org>
5512         * MAINTAINERS (Write After Approval):  Remove myself.
5513         (Language Front End Maintainers):  Add myself as fortran 95 maintainer.
5515 2006-02-21  Rafael Ávila de Espíndola  <rafael.espindola@gmail.com>
5517         * Makefile.tpl  (BUILD_CONFIGDIRS): Remove.
5518         (TARGET_CONFIGDIRS): Remove.
5519         * configure.in: Remove AC_SUBST(target_configdirs).
5520         * Makefile.in, configure: Regenerated.
5522 2006-02-20  Steven G. Kargl  <kargls@comcast.net>
5524         * MAINTAINERS (Write After Approval):  Remove myself.
5525         (Language Front End Maintainers):  Add myself as fortran 95 maintainer.
5527 2006-02-20  Paolo Bonzini  <bonzini@gnu.org>
5529         PR bootstrap/25670
5531         * Makefile.tpl ([+compare-target+]): Print explanation messages.
5533         * Makefile.def (ADAFLAGS, BOOT_ADAFLAGS, LANGUAGES): New flags_to_pass.
5534         * Makefile.tpl (BASE_FLAGS_TO_PASS): Support optional flags_to_pass.
5535         (EXTRA_GCC_FLAGS): Remove ADAFLAGS, BOOT_ADAFLAGS, LANGUAGES,
5536         BUILD_PREFIX, BUILD_PREFIX_1.
5537         * configure.in: (BUILD_PREFIX, BUILD_PREFIX_1): Don't substitute.
5539         * Makefile.def (bootstrap stage 1): Pass LIBCFLAGS too.
5540         * Makefile.tpl (POSTSTAGE1_FLAGS_TO_PASS): Override LIBCFLAGS too.
5542         * Makefile.tpl (configure-stage[+id+]-[+prefix+][+module+],
5543         all-stage[+id+]-[+prefix+][+module+], : Use $(current_stage) instead
5544         of `cat stage_current`.  Always provide the `r' and `s' variables.
5545         (clean-stage[+id+]-[+prefix+][+module+]): Likewise, and make it into
5546         a single shell execution.
5547         (configure-[+prefix+][+module+], all-[+prefix+][+module+]): For
5548         bootstrapped modules, make the stage1 module if the build was not
5549         started yet, else build the current stage.
5550         (all-host, all-target): Omit bootstrapped modules (if bootstrapping).
5551         (all-build, all-host, all-target, [+make_target+]-host,
5552         [+make_target+]-target): Do not use \-continued lines.
5553         (target modules): Depend on stage_last, not all-gcc, if bootstrapping.
5554         (current_stage, restrap, stage_last): New.
5556         * Makefile.in: Regenerate.
5557         * configure: Regenerate.
5559 2006-02-19  Bud Davis  <jmdavis@link.com>
5561         * MAINTAINERS (Write After Approval):  Remove myself.
5562         (Language Front End Maintainers):  Add myself as fortran 95
5563         maintainer and update e-mail address.
5565 2006-02-17  Francois-Xavier Coudert  <coudert@clipper.ens.fr>
5567         * MAINTAINERS (Write After Approval):  Remove myself.
5568         (Language Front End Maintainers):  Add myself as fortran 95
5569         maintainer.
5571 2006-02-16  Victor Kaplansky  <victork@il.ibm.com>
5573         * MAINTAINERS (Write After Approval): Add myself.
5575 2006-02-16  Thomas Koenig  <Thomas.Koenig@online.de>
5577         * MAINTAINERS (Write After Approval):  Remove myself.
5578         (Language Front End Maintainers):  Add myself as
5579         fortran 95 maintainer.
5581 2006-02-14  Paolo Bonzini  <bonzini@gnu.org>
5583         Sync from src:
5585         2005-12-27  Leif Ekblad  <leif@rdos.net>
5587         * configure.in: Add support for RDOS target.
5588         * configure: Regenerate.
5590 2006-02-14  Paolo Bonzini  <bonzini@gnu.org>
5591             Andreas Schwab  <schwab@suse.de>
5593         * configure: Regenerate.
5595 2006-02-12  David Edelsohn  <edelsohn@gnu.org>
5597         * configure.in (enable_libgomp): Add AIX.
5598         * configure: Regenerate.
5600 2006-02-07  Maxim Kuvyrkov  <mkuvyrkov@ispras.ru>
5602         * MAINTAINERS (Write After Approval): Add myself.
5604 2006-02-03  Lee Millward  <lee.millward@gmail.com>
5606         * MAINTAINERS (Write After Approval): Add myself.
5608 2006-01-31  Richard Guenther  <rguenther@suse.de>
5609         Paolo Bonzini  <bonzini@gnu.org>
5611         * Makefile.def (target_modules): Add libgcc-math target module.
5612         * configure.in (target_libraries): Add libgcc-math target library.
5613         (--enable-libgcc-math): New configure switch.
5614         * Makefile.in: Re-generate.
5615         * configure: Re-generate.
5616         * libgcc-math: New toplevel directory.
5618 2006-01-26  Paolo Bonzini  <bonzini@gnu.org>
5620         * configure.in: Set with_gnu_as, with_gnu_ld, with_newlib earlier.
5621         Set md_exec_prefix.  Use ACX_CHECK_INSTALLED_TARGET_TOOL to find
5622         the assembler, linker and binutils.
5623         * configure: Regenerate.
5625 2006-01-22  Dirk Mueller  <dmueller@suse.de>
5627         * MAINTAINERS (Write After Approval): Add myself.
5629 2006-01-20  Diego Novillo  <dnovillo@redhat.com>
5631         * configure: Regenerate.
5633 2006-01-18  Richard Henderson  <rth@redhat.com>
5634             Jakub Jelinek  <jakub@redhat.com>
5635             Diego Novillo  <dnovillo@redhat.com>
5637         * libgomp: New directory.
5638         * Makefile.def: Add target_module libgomp.
5639         * Makefile.in: Regenerate.
5640         * configure.in (target_libraries): Add target-libgomp.
5641         * configure: Regenerate.
5643 2006-01-05  Alexandre Oliva  <aoliva@redhat.com>
5645         * Makefile.tpl (clean-stage[+id+]-[+prefix+][+module+]): Remove
5646         @ from continuation.
5647         * Makefile.in: Rebuilt.
5649 2006-01-04  Chris Lattner  <sabre@gnu.org>
5651         * MAINTAINERS (Write After Approval): Add myself.
5653 2006-01-04  Paolo Bonzini  <bonzini@gnu.org>
5655         PR bootstrap/24252
5657         * Makefile.def (flags_to_pass): Add STAGE1_CFLAGS and STAGE1_LANGUAGES.
5658         * Makefile.tpl (OBJDUMP): New.
5659         (EXTRA_HOST_FLAGS): Add it.
5660         (EXTRA_GCC_FLAGS): Remove flags already specified in flags_to_pass.
5662         * Makefile.tpl (stage[+id+]-start, stage[+id+]-end): Do not try
5663         to use symbolic links between directories.  Avoid race conditions
5664         or make them harmless.
5665         * configure.in: Do not try to use symbolic links between directories.
5667         * Makefile.def (LEAN): Pass.
5668         * Makefile.tpl (LEAN): Define.
5669         (stage[+id+]-start): Accept that the previous directory does not
5670         exist, if the bootstrap is lean.
5671         (stage[+id+]-bubble): Invoke lean bootstrap commands after
5672         stage[+id+]-start.  Use a makefile variable and an `if' instead of a
5673         configure substitution.
5674         ([+compare-target+]): Likewise.
5675         ([+bootstrap-target+]-lean): New.
5676         * configure.in: Remove lean bootstrap support from here.
5678         * Makefile.in: Regenerate.
5679         * configure: Regenerate.
5681 2006-01-04  Ben Elliston  <bje@au.ibm.com>
5683         * MAINTAINERS (libdecnumber): Add myself.
5685 2006-01-02  Mark Mitchell  <mark@codesourcery.com>
5687         * libtool-ldflags: New script.
5689 2006-01-02  Andreas Schwab  <schwab@suse.de>
5691         * configure.in: When reconfiguring remove Makefile in
5692         all stage directories.
5693         * configure: Regenerate.
5695 2005-12-27  Steven Bosscher  <stevenb.gcc@gmail.com>
5697         * MAINTAINERS: Update my email address.
5699 2005-12-20  Paolo Bonzini  <bonzini@gnu.org>
5701         Revert Ada-related part of the previous change.
5703         * Makefile.def (ADAFLAGS, BOOT_ADAFLAGS, ADAFLAGS_FOR_TARGET):
5704         Do not pass.
5705         * Makefile.tpl (BOOT_ADAFLAGS): Do not define.
5706         * Makefile.in: Regenerate.
5707         * configure.in: Do not include mt-ppc-aix target fragment.
5708         * configure: Regenerate.
5710 2005-12-19  Paolo Bonzini  <bonzini@gnu.org>
5712         * configure.in: Select appropriate fragments for PowerPC/AIX.
5713         * configure: Regenerate.
5715         * Makefile.def (flags_to_pass): Add ADAFLAGS, BOOT_ADAFLAGS,
5716         BOOT_CFLAGS, BOOT_LDFLAGS.
5717         * Makefile.tpl (POSTSTAGE1_FLAGS_TO_PASS): Handle BOOT_ADAFLAGS,
5718         BOOT_CFLAGS, BOOT_LDFLAGS.
5719         (TARGET_FLAGS_TO_PASS): Handle ADAFLAGS_FOR_TARGET.
5720         (stage[+id+]-bubble): Pass flags recursively to the comparison target.
5721         (stage): Fail if we cannot complete the work.
5722         * Makefile.in: Regenerate.
5724 2005-12-16  Nathan Sidwell  <nathan@codesourcery.com>
5726         * configure.in: Replace ms1 with mt.
5727         * configure: Rebuilt.
5729 2005-12-15  Bryce McKinlay  <mckinlay@redhat.com>
5731         * MAINTAINERS: Update my email address.
5733 2005-12-15  Paolo Bonzini  <bonzini@gnu.org>
5735         * Makefile.tpl (all, do-[+make_target+], do-check, install,
5736         install-host-nogcc): Don't invoke $(stage) at the end.
5737         * Makefile.in: Regenerate.
5739 2005-12-14  Paolo Bonzini  <bonzini@gnu.org>
5741         * configure.in: Flip the top-level bootstrap switch.
5742         * configure: Regenerate.
5744 2005-12-14  Daniel Jacobowitz  <dan@codesourcery.com>
5746         * Makefile.tpl: Throughout the file, use : $(MAKE) along with
5747         $(stage) and $(unstage).
5748         (EXTRA_TARGET_FLAGS): Correct double-quoting.
5749         (all): Remove stray semicolon.
5750         (local-distclean): Don't handle multilib.tmp and multilib.out.
5751         (install.all): Set $s for consistency.
5752         (configure-[+prefix+][+module+]): Instead of [+deps+], handle
5753         check_multilibs setting.  Always make the install directory.
5754         (configure-stage[+id+]-[+prefix+][+module+]): Likewise.
5755         Correct @if/@endif.
5756         (all-stage[+id+]-[+prefix+][+module+]): Correct @if/@endif.
5757         ($(TARGET_SUBDIR)/[+module+]/multilib.out): Remove.
5758         (stage[+id+]-start, stage[+id+]-end): Stage $(TARGET_SUBDIR).
5759         (multilib.out): Remove.
5760         * Makefile.in: Regenerated.
5762 2005-12-12  Carlos O'Donell  <carlos@codesourcery.com>
5764         * MAINTAINERS (Write After Approval): Add myself.
5766 2005-12-12  Nathan Sidwell  <nathan@codesourcery.com>
5768         * MAINTAINERS: Add myself as mt maintainer.
5770         * config.sub: Replace ms1 with mt.  Allow ms1 as an alias.
5772 2005-12-06  Adam Nemet  <anemet@caviumnetworks.com>
5774         * MAINTAINERS: Change email address.
5776 2005-12-05  Paolo Bonzini  <bonzini@gnu.org>
5778         * configure.in (CONFIGURED_BISON, CONFIGURED_YACC, CONFIGURED_M4,
5779         CONFIGURED_FLEX, CONFIGURED_LEX, CONFIGURED_MAKEINFO): Remove
5780         "CONFIGURED_" from the AC_CHECK_PROGS invocation.  Move below.
5781         Find in-tree tools if available.
5782         (EXPECT, RUNTEST, LIPO, STRIP): Find them and substitute them.
5783         (CONFIGURED_*_FOR_TARGET): Don't set nor substitute.
5784         (*_FOR_TARGET): Set them with GCC_TARGET_TOOL.
5785         (COMPILER_*_FOR_TARGET): New.
5786         * Makefile.tpl (HOST_EXPORTS): Add *_FOR_TARGET symbols that gcc needs.
5787         (BASE_TARGET_EXPORTS): Use COMPILER_*_FOR_TARGET symbols.
5788         (CONFIGURED_*, USUAL_*): Remove.
5789         (BISON, YACC, FLEX, LEX, M4, MAKEINFO, EXPECT, RUNTEST, LIPO,
5790         STRIP): Use autoconf substitutions.
5791         (COMPILER_AS_FOR_TARGET, COMPILER_LD_FOR_TARGET,
5792         COMPILER_NM_FOR_TARGET): New.
5793         (EXTRA_HOST_FLAGS): Pass LIPO and STRIP.
5795         (all): Make all-host and all-target in parallel.
5796         (do-[+make_target+], do-check, install, [+compare-target+]): Ensure
5797         that $$r and $$s are set before invoking a recursive make.
5798         (stage[+id+]-bubble): Likewise, and invoke the comparison at the end.
5799         ([+bootstrap-target+]): Inline most of the `all' target.
5801 2005-11-29  Ben Elliston  <bje@au.ibm.com>
5803         * Makefile.tpl (clean-target-libgcc): Invoke clean-target-libgcc
5804         from the gcc build directory.
5805         * Makefile.in: Regenerate.
5807 2005-11-29  Ben Elliston  <bje@au.ibm.com>
5809         * Makefile.def: Add new libdecnumber host_module.  Make all-gcc
5810         depend on all-libdecnumber.
5811         * configure.in (host_libs): Include libdecnumber.
5812         * Makefile.in: Regenerate.
5813         * configure: Likewise.
5815 2005-11-29  Ben Elliston  <bje@au.ibm.com>
5817         * libdecnumber: Import decNumber sources from the dfp-branch.
5819 2005-11-21  Kean Johnston  <jkj@sco.com>
5821         * config.sub, config.guess: Sync from upstream sources.
5823 2005-11-21  Ben Elliston  <bje@au.ibm.com>
5825         Import from Autoconf sources:
5827         2005-09-06  Paul Eggert  <eggert@cs.ucla.edu>
5828         * config/move-if-change: Don't output "$2 is unchanged";
5829         suggested by Ben Elliston.  Handle weird characters correctly.
5831 2005-11-18  Andreas Tobler  <a.tobler@schweiz.ch>
5833         * ltcf-c.sh (whole_archive_flag_spec): Remove '-all_load $convenience'
5834         to match upstream libtool for darwin.
5836 2005-11-11  Daniel Jacobowitz  <dan@codesourcery.com>
5838         * Makefile.def: Remove gdb dependencies for gdbtk.
5839         * Makefile.tpl (CONFIGURE_GDB_TK, INSTALL_GDB_TK): New variables.
5840         (configure-gdb, install-gdb): New rules.
5841         * configure.in: Set CONFIGURE_GDB_TK and INSTALL_GDB_TK.
5842         * Makefile.in, configure: Regenerated.
5844 2005-11-06  Janne Blomqvist  <jb@gcc.gnu.org>
5846         * MAINTAINERS (Write After Approval): Add myself.
5848 2005-11-06  Erik Edelmann  <eedelman@gcc.gnu.org>
5850         * MAINTAINERS (Write After Approval): Add myself.
5852 2005-10-24  Diego Novillo  <dnovillo@redhat.com>
5854         * MAINTAINERS (alias analysis): Add Daniel Berlin and
5855         Diego Novillo.
5857 2005-10-22  Paolo Bonzini  <bonzini@gnu.org>
5859         PR bootstrap/24297
5860         * Makefile.tpl (do-[+make-target+], do-check, install,
5861         stage[+id+]-bubble, [+compare-target+]): Ensure $$r and $$s
5862         are set before recursing.
5863         * Makefile.in: Regenerate.
5865 2005-10-20  Eric Botcazou  <ebotcazou@adacore.com>
5867         PR bootstrap/18939
5868         * Makefile.def (gcc) <target>: Fix thinko.
5869         * Makefile.in: Regenerate.
5871 2005-10-17  Bernd Schmidt  <bernd.schmidt@analog.com>
5873         * configure.in (bfin-*-*): Use test, not brackets, in if statement.
5874         * configure: Regenerate.
5876 2005-10-15  Jie Zhang  <jie.zhang@analog.com>
5878         * MAINTAINERS (Write After Approval): Add self.
5880 2005-10-08  Kazu Hirata  <kazu@codesourcery.com>
5882         * configure.in (arm-*-linux-gnueabi): Add to noconfigdirs
5883         target-libffi, target-qthreads, target-libjava, and
5884         targetlibobjc.
5885         * configure: Regenerate.
5887 2005-10-06  Daniel Jacobowitz  <dan@codesourcery.com>
5889         * Makefile.def (flags_to_pass): Add OBJDUMP_FOR_TARGET.
5890         * Makefile.tpl (BASE_TARGET_EXPORTS): Add OBJDUMP.
5891         (OBJDUMP_FOR_TARGET, CONFIGURED_OBJDUMP_FOR_TARGET)
5892         (USUAL_OBJDUMP_FOR_TARGET): New.
5893         (EXTRA_TARGET_FLAGS): Add OBJDUMP.
5894         * configure.in: Check for $OBJDUMP_FOR_TARGET.
5895         * configure, Makefile.in: Regenerated.
5897 2005-10-05  Paolo Bonzini  <bonzini@gnu.org>
5899         * Makefile.tpl (all) [gcc-no-bootstrap]: Make prebootstrap packages
5900         before other host packages.
5902 2005-10-05  Kaz Kojima  <kkojima@gcc.gnu.org>
5904         * MAINTAINERS: Add self as sh libraries/configury maintainer.
5906 2005-10-05  Paolo Bonzini  <bonzini@gnu.org>
5908         PR bootstrap/22340
5910         * configure.in (default_target): Remove.
5911         * Makefile.tpl (all): Do not use prerequisites as subroutines
5912         (all) [gcc-bootstrap]: Bootstrap gcc first if it was not done yet.
5913         (do-[+make_target+], check, install, [+bootstrap_target+]): Do not
5914         use prerequisites as subroutines.
5915         (check-host, check-target): New.
5916         (bootstrap configure & all targets): Do not use stage*-start
5917         if the directory layout is already ok.
5918         (non-bootstrap configure & all targets): Prepend a $(unstage).
5919         (stage[+id+]-bubble): Do that here.  Do not use NOTPARALLEL.
5920         (NOTPARALLEL): Remove.
5921         (unstage, stage variables): New variables.
5922         (unstage, stage targets): Simply expand to those variables.
5924         * configure: Regenerate.
5925         * Makefile.in: Regenerate.
5927 2005-10-04  James E Wilson  <wilson@specifix.com>
5929         * Makefile.def (lang_env_dependencies): Add libmudflap.
5930         * Makefile.in: Regenerate.
5932 2005-10-03  Andreas Schwab  <schwab@suse.de>
5934         Backport from libtool CVS:
5935         2002-11-03  Ossama Othman  <ossama@doc.ece.uci.edu>
5937         * ltmain.sh: add support for installing into temporary
5938         staging area (e.g. 'make install DESTDIR=...')
5940 2005-10-03  H.J. Lu  <hongjiu.lu@intel.com>
5942         * configure.in (*-*-darwin*): Build bfd, binutils and opcodes.
5943         * configure: Regenerated.
5945 2005-09-30  Andrew Pinski  <pinskia@physics.uc.edu>
5947         * configure: Regenerate with the correct
5948         autoconf version.
5950 2005-09-30  Catherine Moore  <clm@cm00re.com>
5952         * configure.in (bfin-*-*): New.
5953         * configure: Regenerated.
5955 2005-09-28  Geoffrey Keating  <geoffk@apple.com>
5957         * Makefile.tpl (BASE_TARGET_EXPORTS): Add LIPO, STRIP.
5958         (LIPO_FOR_TARGET): New.
5959         (CONFIGURED_LIPO_FOR_TARGET): New.
5960         (USUAL_LIPO_FOR_TARGET): New.
5961         (STRIP_FOR_TARGET): New.
5962         (CONFIGURED_STRIP_FOR_TARGET): New.
5963         (USUAL_STRIP_FOR_TARGET): New.
5964         * Makefile.def (flags_to_pass): Add LIPO_FOR_TARGET and
5965         STRIP_FOR_TARGET.
5966         * configure.in: Set LIPO_FOR_TARGET, STRIP_FOR_TARGET,
5967         CONFIGURED_LIPO_FOR_TARGET, CONFIGURED_STRIP_FOR_TARGET.
5968         * Makefile.in: Regenerate.
5969         * configure: Regenerate.
5971 2005-09-19  David Edelsohn  <edelsohn@gnu.org>
5973         * configure.in (powerpc-*-aix*): Add target-libssp to noconfigdirs.
5974         (rs6000-*-aix*): Same.
5975         * configure: Regenerate.
5977 2005-09-16  Tom Tromey  <tromey@redhat.com>
5979         * MAINTAINERS: Add self as java maintainer.
5981 2005-09-14  Francois-Xavier Coudert  <coudert@clipper.ens.fr>
5983         * configure.in: Recognize f95 in the --enable-languages option,
5984         and substitute it for fortran, issuing a warning.
5985         * configure: Regenerate.
5987 2005-08-30  Phil Edwards  <phil@codesourcery.com>
5989         * configure.in (*-*-vxworks*):  Add target-libstdc++-v3 to noconfigdirs.
5990         * configure:  Regenerated.
5992 2005-08-22  Aldy Hernandez  <aldyh@redhat.com>
5994         * MAINTAINERS: Add self as ms1 maintainer.
5996 2005-08-20  Richard Earnshaw  <richard.earnshaw@arm.com>
5998         * Makefile.def (libssp): Add to lang_env_dependencies.
5999         * Makefile.in: Regenerate.
6001 2005-08-18  Ian Lance Taylor  <ian@airs.com>
6003         * MAINTAINERS: Add myself as middle-end maintainer.
6005 2005-08-17  Christian Groessler  <chris@groessler.org>
6007         * Makefile.tpl: (USUAL_CC_FOR_TARGET): Add missing trailing slash.
6008         * Makefile.in: Regenerate.
6010 2005-08-15  Andreas Krebbel  <krebbel1@de.ibm.com>
6012         * MAINTAINERS (write after approval): Added myself.
6014 2005-08-12  Maciej W. Rozycki  <macro@linux-mips.org>
6016         * MAINTAINERS (Write After Approval): Add myself.
6018 2005-08-12  Paolo Bonzini  <bonzini@gnu.org>
6020         * configure.in: Replace NCN_STRICT_CHECK_TOOL with
6021         NCN_STRICT_CHECK_TOOLS, and likewise for NCN_STRICT_CHECK_TARGET_TOOLS.
6022         Look for alternate names of the target cc and c++
6023         * configure: Regenerate.
6025 2005-08-08  Paolo Bonzini  <bonzini@gnu.org>
6027         * configure.in (CC_FOR_TARGET, CXX_FOR_TARGET, GCJ_FOR_TARGET,
6028         GCC_FOR_TARGET, RAW_CXX_FOR_TARGET, GFORTRAN_FOR_TARGET): Find
6029         them with NCN_STRICT_CHECK_TARGET_TOOL, like the other target
6030         tools; remove code to manually set them.
6031         (Target tools): Look in the environment for them.
6032         * Makefile.tpl (CC_FOR_TARGET, CXX_FOR_TARGET, GCJ_FOR_TARGET,
6033         GCC_FOR_TARGET, RAW_CXX_FOR_TARGET, GFORTRAN_FOR_TARGET): Redefine.
6034         (AS_FOR_TARGET, LD_FOR_TARGET, NM_FOR_TARGET): Look into gcc
6035         build directory.
6036         (CONFIGURED_CC_FOR_TARGET, CONFIGURED_CXX_FOR_TARGET,
6037         CONFIGURED_GCJ_FOR_TARGET, CONFIGURED_GCC_FOR_TARGET,
6038         CONFIGURED_GFORTRAN_FOR_TARGET, USUAL_CC_FOR_TARGET,
6039         USUAL_CXX_FOR_TARGET, USUAL_GCJ_FOR_TARGET, USUAL_GCC_FOR_TARGET,
6040         USUAL_RAW_CXX_FOR_TARGET, USUAL_GFORTRAN_FOR_TARGET): New.
6041         (CXX_FOR_TARGET_FOR_RECURSIVE_MAKE,
6042         RAW_CXX_FOR_TARGET_FOR_RECURSIVE_MAKE, RECURSE_FLAGS): Delete.
6043         * configure: Regenerate.
6044         * Makefile.in: Regenerate.
6046 2005-07-28  Ben Elliston  <bje@au.ibm.com>
6048         * MAINTAINERS: Update for removed CPU targets.
6050 2005-07-27  Mark Mitchell  <mark@codesourcery.com>
6052         * Makefile.tpl (EXTRA_TARGET_FLAGS): Set LDFLAGS=LDFLAGS_FOR_TARGET.
6053         * Makefile.def (flags_to_pass): Add LDFLAGS_FOR_TARGET.
6054         * Makefile.in: Regenerated.
6056 2005-07-26  Mark Mitchell  <mark@codesourcery.com>
6058         * Makefile.tpl (SYSROOT_CFLAGS_FOR_TARGET): New variable.
6059         (CFLAGS_FOR_TARGET): Use it.
6060         (CXXFLAGS_FOR_TARGET): Likewise.
6061         * Makefile.in: Regenerated.
6062         * configure.in (--with-build-sysroot): New option.
6063         * configure: Regenerated.
6065 2005-07-24  Paolo Bonzini  <bonzini@gnu.org>
6067         * Makefile.tpl: Wrap install between unstage and stage
6068         * Makefile.in: Regenerate.
6070 2005-07-21  Eric Christopher  <echristo@apple.com>
6072         * MAINTAINERS: Update affiliation.
6074 2005-07-21  Paul Woegerer  <paul.woegerer@nsc.com>
6076         * MAINTAINERS: Add self as crx port maintainer.
6078 2005-07-20  DJ Delorie  <dj@redhat.com>
6080         * MAINTAINERS: Add self as m32c maintainer.
6082 2005-07-16  Kelley Cook  <kcook@gcc.gnu.org>
6084         * all files: Update FSF address.
6086 2005-07-15  Eric Christopher  <echristo@redhat.com>
6088         * MAINTAINERS: Change affiliation.
6090 2005-07-14  Jim Blandy  <jimb@redhat.com>
6092         * configure.in: Add cases for Renesas m32c.
6093         * configure: Regenerated.
6095 2005-07-14  Kelley Cook  <kcook@gcc.gnu.org>
6097         * COPYING.LIB: Update from fsf.org.
6099 2005-07-14  Kelley Cook  <kcook@gcc.gnu.org>
6101         * COPYING, compile, config.guess,
6102         config.sub, install-sh, missing, mkinstalldirs,
6103         symlink-tree, ylwrap: Sync from upstream sources.
6104         * config-ml.in: Update FSF address.
6106 2005-07-13  Eric Christopher  <echristo@redhat.com>
6108         * configure.in: Add toplevel noconfigdir support for tpf.
6109         * configure: Regenerate.
6111 2005-07-11  Paolo Bonzini  <bonzini@gnu.org>
6113         PR ada/22340
6115         * Makefile.tpl (POSTSTAGE1_FLAGS_TO_PASS): Fix pasto.
6116         * Makefile.in: Regenerate.
6118 2005-07-07  Mark Mitchell  <mark@codesourcery.com>
6120         * MAINTAINERS: Remove Dave Brolley as a cpplib maintainer.  Add Dave
6121         Brolley to write-after-approval.
6123 2005-07-07  Andreas Schwab  <schwab@suse.de>
6125         * Makefile.def (flags_to_pass): Add CFLAGS_FOR_BUILD.
6126         * Makefile.tpl (EXTRA_GCC_FLAGS): Don't pass CFLAGS_FOR_BUILD here.
6127         * Makefile.in: Regenerated.
6129 2005-07-06  Geoffrey Keating  <geoffk@apple.com>
6131         * configure.in: Don't build sim or rda when targetting darwin.
6132         * configure: Regenerate.
6134 2005-07-06  Kazu Hirata  <kazu@codesourcery.com>
6136         * configure.in: Add --enable-libssp and --disable-libssp.
6137         * configure: Regenerate with autoconf-2.13.
6139 2005-07-02  Jakub Jelinek  <jakub@redhat.com>
6141         * Makefile.def (target_modules): Add libssp.
6142         * configure.in (target_libraries): Add target-libssp.
6143         * configure: Rebuilt.
6144         * Makefile.in: Rebuilt.
6146 2005-07-01  Zack Weinberg  <zackw@panix.com>
6148         * MAINTAINERS: Change email address.  Resign from maintainership.
6150 2005-07-01  Richard Guenther  <rguenther@suse.de>
6152         * MAINTAINERS: Change my e-mail address and affiliation.
6154 2005-06-22  Paolo Bonzini  <bonzini@gnu.org>
6156         * Makefile.def (stagefeedback): Come after profile.
6157         Define profiledbootstrap target.
6158         * Makefile.tpl (profiledbootstrap): Remove.
6159         (stageprofile-end): Zap stagefeedback.
6160         (stagefeedback-start): Copy all .gcda files, not only GCC's.
6161         * Makefile.in: Regenerate.
6163 2005-06-13  Richard Sandiford  <richard@codesourcery.com>
6165         * MAINTAINERS: Update my email address.
6167 2005-06-13  Zack Weinberg  <zack@codesourcery.com>
6169         * depcomp: Update from automake CVS.  Add 'ia64hp' stanza.
6170         In 'cpp' stanza, support '#line' as well as '# '.
6172 2005-06-08  Andreas Schwab  <schwab@suse.de>
6174         * MAINTAINERS: Move myself from 'Write After Approval' to
6175         'CPU Port Maintainers' section as m68k maintainer.
6177 2005-06-07  Hans-Peter Nilsson  <hp@axis.com>
6179         * configure.in (unsupported_languages): New macro.
6180         <mmix-knuth-mmixware>: Set unsupported_languages.  Name explicit
6181         non-ported target libraries in noconfigdirs.
6182         <cris-*, crisv32-*> Ditto, except for non-aout, non-elf,
6183         non-linux-gnu.  Remove libgcj_ex_libffi.
6184         <lang_frag loop>: Set add_this_lang=no if the language is in
6185         unsupported_languages.
6186         * configure: Regenerate.
6188 2005-06-04  Tobias Schl"uter  <tobias.schlueter@physik.uni-muenchen.de>
6190         * configure.in: Fix typo in handling of --with-mpfr-dir.
6191         * configure: Regenerate.
6193 2005-06-04  Richard Sandiford  <rsandifo@nildram.co.uk>
6195         * MAINTAINERS: Update my email address.
6197 2005-06-02  Jim Blandy  <jimb@redhat.com>
6199         * config.sub: Add cases for the Renesas m32c.  (This patch has been
6200         accepted into the master sources.)
6202 2005-06-02  Aldy Hernandez  <aldyh@redhat.com>
6203             Michael Snyder  <msnyder@redhat.com>
6204             Stan Cox  <scox@redhat.com>
6206         * configure.in: Set noconfigdirs for ms1.
6208         * configure: Regenerate.
6210 2005-06-01  Jerry DeLisle  <jvdelisle@verizon.net>
6212         * MAINTAINERS (Write After Approval): Add self.
6214 2005-06-01  Josh Conner  <jconner@apple.com>
6216         * MAINTAINERS (Write After Approval): Add self.
6218 2005-06-01  Kazu Hirata  <kazu@codesourcery.com>
6220         * MAINTAINERS: Update my email address.
6222 2005-05-27  Ziga Mahkovec  <ziga.mahkovec@klika.si>
6224         * MAINTAINERS (Write After Approval): Add self.
6226 2005-05-26  Chris Demetriou  <cgd@broadcom.com>
6228         * MAINTAINERS (Write After Approval): Remove self.
6230 2005-05-25  Paolo Bonzini  <bonzini@gnu.org>
6232         * Makefile.tpl (stage[+id+]-start): Iterate over target module as well.
6233         (Dependencies): Consider target modules for bootstrap dependencies.
6234         Make target bootstrap modules depend on each stage's gcc.
6235         * Makefile.in: Regenerate.
6237 2005-05-20  Paolo Bonzini  <bonzini@gnu.org>
6239         * Makefile.def (configure-gcc): Depend on binutils having been built.
6240         (all-gcc): No need to do it here.
6241         * Makefile.in: Regenerate.
6243 2005-05-19  Paul Brook  <paul@codesourcery.com>
6245         * configure.in: Rewrite misleading error message when requested
6246         language cannot be built.
6247         * configure: Regenerate.
6249 2005-05-15  Daniel Jacobowitz  <dan@codesourcery.com>
6251         * ylwrap: Import from Automake 1.9.5.
6253 2005-05-13  David Ung  <davidu@mips.com>
6255         * MAINTAINERS (Write After Approval): Add self.
6257 2005-05-09  Mike Stump  <mrs@apple.com>
6259         * libtool.m4 (AC_LIBTOOL_SYS_MAX_CMD_LEN): Use quotes on
6260         lt_cv_sys_max_cmd_len for now.
6262 2005-05-09  Stan Cox  <scox@redhat.com>
6264         * MAINTAINERS: Remove self, add Nick Clifton as iq2000 maintainer.
6266 2005-05-08  Matt Kraai  <kraai@ftbfs.org>
6268         * README.SCO: Update the URL.
6270 2005-05-05  David Edelsohn  <edelsohn@gnu.org>
6272         * ltconfig: Define file_list_spec.  Pass file_list_spec and
6273         with_gnu_ld to libtool.
6274         * ltcf-c.sh (aix[45]): Define file_list_spec.
6275         * ltcf-cxx.sh (aix[45]): Same.
6276         * ltcf-gcj.sh (aix[45]): Same.
6277         * ltmain.sh: If command exceeds max_cmd_len and file_list_spec
6278         exists, write list of input files to temporary file.
6280 2005-05-04  Mike Stump  <mrs@apple.com>
6282         * configure.in: Always pass --target to target configures as
6283         otherwise rebuilds that do --recheck will fail.
6284         * confiugure: Rebuilt.
6286 2005-05-04  Paolo Bonzini  <bonzini@gnu.org>
6288         * Makefile.tpl (POSTSTAGE1_HOST_EXPORTS): Rename from
6289         STAGE_HOST_EXPORTS.
6290         (configure, all): Add bootstrap support.
6291         (Host modules, target modules): Pass post-stage1 flags and exports.
6292         (Top-level bootstrap): Remove bootstrap rules, expanded elsewhere.
6293         * Makefile.in: Regenerate.
6295 2005-04-29  Paolo Bonzini  <bonzini@gnu.org>
6297         * configure: Regenerate.
6299 2005-04-27  Mike Stump  <mrs@apple.com>
6301         * MAINTAINERS: Add self as darwin maintainer.
6303 2005-04-22  Bernd Schmidt  <bernd.schmidt@analog.com>
6305         * config.sub: Update from master copy.
6307 2005-04-21  Mike Stump  <mrs@apple.com>
6309         * MAINTAINERS: Add self as Objective-C/Objective-C++ maintainer.
6310         * MAINTAINERS: Add Zem as Objective-C++ maintainer.
6312 2005-04-19  Hans-Peter Nilsson  <hp@axis.com>
6314         * configure.in <crisv32-*-*, cris-*-*>: New local variable
6315         libgcj_ex_libffi.  Have specific match for *-*-linux*.  Separate
6316         matches for "*-*-aout" and "*-*-elf".  Don't disable libffi for
6317         "*-*-elf" and "*-*-linux*".
6318         * configure: Regenerate.
6320 2005-04-14  Joseph S. Myers  <joseph@codesourcery.com>
6322         * MAINTAINERS (Various Maintainers): Add self as i18n maintainer.
6324 2005-04-12  Mike Stump  <mrs@apple.com>
6326         * libtool.m4: Update AC_LIBTOOL_SYS_MAX_CMD_LEN bits from upstream.
6328 2005-04-04  Thomas Koenig  <Thomas.Koenig@online.de>
6330         * MAINTAINERS (Write After Approval): Add myself.
6332 2005-04-07  Bernd Schmidt  <bernd.schmidt@analog.com>
6334         * MAINTAINERS (Port Maintainers): Add self for Blackfin.
6336 2005-04-06  Paolo Bonzini  <bonzini@gnu.org>
6338         * Makefile.tpl (BUILD_CONFIGARGS): Include --with-build-subdir.
6339         (TARGET_CONFIGARGS): Include --with-target-subdir.
6340         (configure, all): New macros.  Use them throughout.
6341         * Makefile.in: Regenerate.
6343 2005-04-04  Jon Grimm  <jgrimm2@us.ibm.com>
6345         * MAINTAINERS (Write After Approval): Add myself.
6347 2005-03-31  Zdenek Dvorak  <rakdver@atrey.karlin.mff.cuni.cz>
6349         * MAINTAINERS: Remove 'loop unrolling' maintainer.
6351 2005-03-30  Gerald Pfeifer  <gerald@pfeifer.com>
6353         * MAINTAINERS: Move John Carr to Write After Approval.
6355 2005-03-30  J"orn Rennecke  <joern.rennecke@st.com>
6357         * config/mh-mingw32: Delete.
6358         * configure.in: Don't use it.
6359         * configure: Regenerate.
6361 2005-03-31  Paolo Bonzini  <bonzini@gnu.org>
6363         * Makefile.def (bfd, opcodes, libstdc++-v3, libmudflap): Set lib_path.
6364         * Makefile.tpl (SET_LIB_PATH, REALLY_SET_LIB_PATH): Remove.
6365         (HOST_EXPORTS, STAGE_HOST_EXPORTS, TARGET_EXPORTS): Set RPATH_ENVVAR.
6366         (HOST_LIB_PATH): Generate from Makefile.def.
6367         (TARGET_LIB_PATH): Likewise.
6368         (Old bootstrap targets): Include TARGET_LIB_PATH into RPATH_ENVVAR.
6369         * Makefile.in: Regenerate.
6370         * configure.in (set_lib_path, SET_LIB_PATH, SET_GCC_LIB_PATH): Remove.
6371         (RPATH_ENVVAR): Include Darwin case.
6372         * configure: Regenerate.
6374 2005-03-29  Thomas Fitzsimmons  <fitzsim@redhat.com>
6376         * MAINTAINERS (Various Maintainers): Remove self.
6377         (Write After Approval): Add self.
6379 2005-03-26  Thomas Fitzsimmons  <fitzsim@redhat.com>
6381         * MAINTAINERS (Various Maintainers): Add self.
6383 2005-03-25  Paolo Bonzini  <bonzini@gnu.org>
6385         * configure.in (RPATH_ENVVAR): Set to DYLD_LIBRARY_PATH on Darwin.
6386         * configure: Regenerate.
6388 2005-03-21  Zack Weinberg  <zack@codesourcery.com>
6390         * Makefile.def: Remove libstdcxx_incdir, libsubdir, gxx_include_dir,
6391         gcc_version, and gcc_version_trigger from set of flags to pass.
6392         * Makefile.tpl: Remove definitions of above variables.
6393         (config.status): Remove dependency on $(gcc_version_trigger).
6394         * Makefile.in: Regenerate.
6395         * configure.in: Do not reference config/gcc-version.m4 nor
6396         config/gxx-include-dir.m4.  Do not invoke TL_AC_GCC_VERSION nor
6397         TL_AC_GXX_INCLUDE_DIR.  Do not set gcc_version_trigger.
6398         * configure: Regenerate.
6400 2005-03-16  Manfred Hollstein  <manfred.h@gmx.net>
6401             Andrew Pinski  <pinskia@physics.uc.edu>
6403         * Makefile.tpl (check-[+module+]): Fix shell statement inside if ... fi.
6404         * Makefile.in: Regenerate.
6406 2005-03-13  Feng Wang  <fengwang@nudt.edu.cn>
6408         * MAINTAINERS (Write After Approval): Add myself.
6410 2005-03-03  David Ayers  <d.ayers@inode.at>
6412         * MAINTAINERS (Write After Approval): Add myself.
6414 2005-03-01  Alexandre Oliva  <aoliva@redhat.com>
6416         PR libgcj/20160
6417         * ltmain.sh: Avoid creating archives with components that have
6418         duplicate basenames.
6420 2005-02-28  Andrew Pinski  <pinskia@physics.uc.edu>
6422         PR bootstrap/20250
6423         * Makefile.tpl (HOST target installs): Fix copy and pasto, use install
6424         instead of check.
6425         * Makefile.in: Regenerate.
6427 2005-02-28  Paolo Bonzini  <bonzini@gnu.org>
6429         * Makefile.in: Regenerate to fix conflict between the previous two
6430         patches.
6432 2005-02-28  Paolo Bonzini  <bonzini@gnu.org>
6434         PR bootstrap/17383
6435         * Makefile.def (target_modules): Remove "stage", now unnecessary.
6436         * Makefile.tpl (HOST_SUBDIR): New substitution.
6437         (STAGE_HOST_EXPORTS, EXPECT, HOST_LIB_PATH, USUAL_AR_FOR_TARGET,
6438         USUAL_AS_FOR_TARGET, USUAL_DLLTOOL_FOR_TARGET, USUAL_GCC_FOR_TARGET,
6439         USUAL_LD_FOR_TARGET, USUAL_NM_FOR_TARGET, USUAL_OBJDUMP_FOR_TARGET,
6440         USUAL_RANLIB_FOR_TARGET, USUAL_WINDRES_FOR_TARGET): Use it.
6441         (Host modules, Bootstrapped modules): Use it.
6442         (Build modules, Target modules): Do not create symlink trees,
6443         always configure out-of-srcdir.
6444         (distclean): Try removing $(host_subdir) with rm before using rm -rf.
6445         * configure.in (FLAGS_FOR_TARGET, CC_FOR_TARGET, GCJ_FOR_TARGET,
6446         GFORTRAN_FOR_TARGET, CXX_FOR_TARGET, RAW_CXX_FOR_TARGET): Use
6447         $(HOST_SUBDIR).  Create a symlink for host_subdir.
6449         * Makefile.in: Regenerate.
6450         * configure: Regenerate.
6452 2005-02-28  Nathanael Nerode  <neroden@gcc.gnu.org>
6454         Merged from libada-gnattools-branch:
6455         2004-11-28  Nathanael Nerode  <neroden@gcc.gnu.org>
6457         * gnattools: New directory.
6458         * Makefile.def: Add gnattools as a module, depending on target-libada.
6459         * Makefile.in: Regenerate.
6460         * configure.in: Include gnattools in host_tools; disable it if ada
6461         is disabled.
6462         * configure: Regenerate.
6464 2005-02-24  James A. Morrison  <phython@gcc.gnu.org>
6466         * MAINTAINERS (Language Front Ends Maintainers): Add myself as
6467         treelang maintainer.
6468         (Write After Approval): Remove myself.
6470 2005-02-23  Paul Schlie  <schlie@comcast.net>
6472         * configure.in: Allow darwin targeted ports to build tk, itcl and
6473         libgui.
6474         * configure: Regenerate.
6476 2005-02-21  Eric Botcazou  <ebotcazou@libertysurf.fr>
6478         PR libgcj/10353
6479         * configure.in (noconfigdirs) <sparc-*-solaris2.[0-6]>: Add libgcj.
6480         * configure: Regenerate.
6482 2005-02-18  Steven G. Kargl  <kargl@gcc.gnu.org>
6484         * MAINTAINERS (Write After Approval): Add myself.
6486 2005-02-10  Ian Lance Taylor  <ian@airs.com>
6488         * MAINTAINERS: Update my e-mail address.
6490 2005-02-02  Richard Guenther  <rguenth@gcc.gnu.org>
6492         * MAINTAINERS (Write After Approval): Add myself.
6494 2005-01-29  Hans-Peter Nilsson  <hp@axis.com>
6496         * configure.in (noconfigdirs) <crisv32-*-*>: Match like cris-*-*.
6497         <crisv32-*-*, cris-*-*>: Only disable target-newlib and
6498         target-libgloss when not *-*-elf and *-*-aout.
6499         * configure: Regenerate.
6501 2005-01-23  Kazu Hirata  <kazu@cs.umass.edu>
6503         * MAINTAINERS: Remove obsolete entries.
6505         * MAINTAINERS (Write After Approval): Add Michael Matz.
6507 2005-01-19  Neil Booth  <neil@daikokuya.co.uk>
6509         * MAINTAINERS: Remove self as cpplib maintainer.
6511 2005-01-17  Kelley Cook  <kcook@gcc.gnu.org>
6513         * install-sh, config.sub: Import from upstream.
6515 2005-01-17  Kelley Cook  <kcook@gcc.gnu.org>
6517         PR bootstrap/18222
6518         * Makefile.def: Pass CPPFLAGS_FOR_TARGET.
6519         * Makefile.tpl: Define target CPPFLAGS on CPPFLAGS_FOR_TARGET.
6520         * Makefile.in: Regenerate.
6522 2005-01-16  Jason Thorpe  <thorpej@netbsd.org>
6524         * MAINTAINERS: Update my email address.
6526 2005-01-12  David Edelsohn  <edelsohn@gnu.org>
6527             Andreas Schwab  <schwab@suse.de>
6529         PR bootstrap/18033
6530         * config-ml.in: Eval option if surrounded by single quotes.
6532 2005-01-03  Paolo Bonzini  <bonzini@gnu.org>
6534         Revert 2004-12-28 Makefile changes, a better fix will be
6535         applied to mainline and src after GCC 4.0 branches.
6537 2004-12-28  Paolo Bonzini  <bonzini@gnu.org>
6539         PR bootstrap/17383
6541         * Makefile.def (target_modules): Remove stage parameter,
6542         it is always true now.
6543         * Makefile.tpl (configure-build-[+module+],
6544         configure-target-[+module+]): Always build symlink tree
6545         for the directory and for include.  BUILD_SUBDIR and
6546         TARGET_SUBDIR cannot be . anymore.
6547         * Makefile.in: Regenerate.
6549 2004-12-25  David Edelsohn  <edelsohn@gnu.org>
6551         Revert 2004-12-08 Makefile changes.
6553 2004-12-17  Danny Smith  <dannysmith@users.sourceforge.net>
6555         * MAINTAINERS: Move myself to OS Port Maintainers for windows,
6556         cygwin, mingw.
6558 2004-12-16  Andrew Stubbs  <andrew.stubbs@st.com>
6560         * configure.in (sh64-*-*): Reenable gprof.
6561         * configure: Regenerate.
6563 2004-12-08  David Edelsohn  <edelsohn@gnu.org>
6565         * Makefile.def (flags_to_pass): Add PICFLAG_FOR_TARGET.
6566         * Makefile.tpl (EXTRA_HOST_FLAGS): Add PICFLAG.
6567         (EXTRA_TARGET_FLAGS): Add PICFLAG.
6568         * Makefile.in: Regenerate.
6570 2004-12-08  Christopher Faylor  <cgf@gcc.gnu.org>
6572         * MAINTAINERS: Update my email address.
6574 2004-12-07  Matt Kraai  <kraai@ftbfs.org>
6576         * Makefile.tpl: Generate normal dependencies if the LHS module is
6577         not bootstrapped.
6578         * Makefile.in: Regenerate.
6580 2004-12-03  Richard Sandiford  <rsandifo@redhat.com>
6582         * configure.in: Include config/gxx-include-dir.m4.  Use
6583         TL_AC_GXX_INCLUDE_DIR.  Remove some now-redundant AC_SUBSTs.
6584         * configure: Regenerate.
6586 2004-12-03  Richard Sandiford  <rsandifo@redhat.com>
6588         * config.if: Delete.
6589         * configure.in: Set libstdcxx_incdir directly.
6590         * configure: Regenerate.
6592 2004-12-02  Eric Christopher  <echristo@redhat.com>
6594         * Makefile.tpl (clean-target-libgcc): Make change in correct place.
6595         * Makefile.in: Regenerate.
6597 2004-12-02  Richard Sandiford  <rsandifo@redhat.com>
6599         * configure.in: Clear gcc_version_trigger if the file doesn't exist.
6600         * configure: Regenerate.
6602 2004-12-02  Richard Sandiford  <rsandifo@redhat.com>
6604         * configure.in: Include config/gcc-version.m4.  Use TL_AC_GCC_VERSION
6605         to set gcc_version_trigger.  Remove some now-redundant AC_SUBSTs.
6606         * configure: Regenerate.
6608 2004-12-01  Eric Christopher  <echristo@redhat.com>
6610         * Makefile.in (clean-target-libgcc): Add stmp-dirs to list
6611         of things to remove.
6613 2004-11-29  Matt Kraai  <kraai@ftbfs.org>
6615         * MAINTAINERS (Write After Approval): Update my e-mail address.
6617 2004-11-29  Kelley Cook  <kcook@gcc.gnu.org>
6619         * libtool.m4 (AC_DEPLIBS_CHECK_METHOD): Re-import linux-gnu case
6620         from CVS libtool to always pass_all.
6622 2004-11-25  John David Anglin  <dave.anglin@nrc-cnrc.gc.ca>
6624         * configure.in (hppa*-*-linux*): Don't add libgcj to noconfigdirs.
6625         (hppa*64*-*-*): Delete incorrect comment.
6626         * configure: Rebuilt.
6628 2004-11-24  Kelley Cook  <kcook@gcc.gnu.org>
6630         * libtool.m4 (AC_DEPLIBS_CHECK_METHOD): Revert previous change.
6632 2004-11-24  Kelley Cook  <kcook@gcc.gnu.org>
6634         * libtool.m4 (AC_DEPLIBS_CHECK_METHOD): Import linux-gnu case
6635         from CVS libtool to always pass_all.
6637 2004-11-15  Kelley Cook  <kcook@gcc.gnu.org>
6639         * install-sh, compile: Import from automake.
6641 2004-11-15  Kelley Cook  <kcook@gcc.gnu.org>
6643         * config.guess, config.sub:  Import from savannnah.
6645 2004-11-12  Scott Robert Ladd  <scott.ladd@coyotegulch.com>
6647         * MAINTAINERS (Write After Approval): Add myself
6649 2004-11-12  Mike Stump  <mrs@apple.com>
6651         * Makefile.def: Add html support.
6652         * Makefile.tpl: Likewise.
6653         * Makefile.in: Regenerate.
6655 2004-11-11  Geoffrey Keating  <geoffk@apple.com>
6657         PR 18423
6658         * configure.in: Remove all instances of build-fixincludes from
6659         noconfigdirs.
6660         (build_configargs): Supply --target to subdirectories.
6661         * configure: Regenerate.
6663         * Makefile.def: Make gcc install depend on fixincludes install.
6664         * Makefile.in: Regenerate.
6666 2004-11-10  Janis Johnson  <janis187@us.ibm.com>
6668         * MAINTAINERS: Add myself as gcc testsuite maintainer.
6670 2004-11-11  Paul Brook  <paul@codesourcery.com>
6672         * MAINTAINERS: Add self as arm maintainer.  Update email address.
6674 2004-11-08  Hans-Peter Nilsson  <hp@bitrange.com>
6676         * configure.in (noconfigdirs) [mmix-*-*]: Disable
6677         target-libgfortran.
6678         * configure: Regenerate.
6680 2004-11-07  David Edelsohn  <edelsohn@gnu.org>
6682         * config-ml.in: Pass FCFLAGS for multilibs, handle GFORTRAN
6683         like CC.
6685 2004-11-05  Paolo Bonzini  <bonzini@gnu.org>
6687         * Makefile.def (host fixincludes): Specify missing targets.
6688         * Makefile.in: Regenerate.
6690 2004-11-05  Ralf Corsepius  <ralf.corsepius@rtems.org>
6692         * MAINTAINERS: Add myself
6694 2004-11-05  Gabor Loki  <loki@inf.u-szeged.hu>
6696         * MAINTAINERS (Write After Approval): Add myself.
6698 2004-11-04  Geoffrey Keating  <geoffk@apple.com>
6700         * Makefile.def: Build fixincludes for the host, too.
6701         * Makefile.in: Regenerate.
6702         * configure.in (host_tools): Add fixincludes.
6703         * configure: Regenerate.
6705 2004-11-04  Daniel Jacobowitz  <dan@debian.org>
6707         * configure.in (arm-*-oabi*, thumb-*-oabi*): Remove.
6708         * configure: Regenerated.
6710 2004-11-04  H.J. Lu  <hongjiu.lu@intel.com>
6712         PR other/17783
6713         * configure.in: Set up LD_LIBRARY_PATH by default for gcc.
6714         * configure: Regenerated.
6716 2004-10-31  Mark Mitchell  <mark@codesourcery.com>
6718         * README.SCO: Update per FSF instructions.
6720 2004-10-28  Eric B. Weddington  <ericw@evcohs.com>
6722         PR target/18151
6723         * configure.in (case ${target}): Do not build fixincludes for avr.
6724         * configure: Regenerated.
6726 2004-10-26  Paolo Bonzini  <bonzini@gnu.org>
6728         * configure.in (case ${target}): Do not build fixincludes
6729         on platforms where it is not used.
6730         * configure: Regenerated.
6732 2004-10-23  Daniel Jacobowitz  <dan@debian.org>
6734         * configure.in: Use an absolute path to install-sh.
6735         * configure: Regenerated.
6737 2004-10-19  Aaron W. LaFramboise  <aaronavay62@aaronwl.com>
6739         * MAINTAINERS (Write After Approval): Add myself.
6741 2004-10-19  Kazu Hirata  <kazu@cs.umass.edu>
6743         * MAINTAINERS: Remove from Write After Approval those that are
6744         already maintainers.
6746 2004-10-19  Sebastian Pop  <pop@cri.ensmp.fr>
6748         * MAINTAINERS:  Update my email address.
6750 2004-10-12  Kelley Cook  <kcook@gcc.gnu.org>
6752         * configure.in (*-*-cygwin*): Supress warning if newlib not present.
6753         * configure: Regenerate.
6755 2004-10-07  J"orn Rennecke  <joern.rennecke@st.com>
6757         * MAINTAINERS:  Update my email address.
6759 2004-10-07  Kazu Hirata  <kazu@cs.umass.edu>
6761         * MAINTAINERS (Language Front Ends Maintainers): New.  Move
6762         entries belonging to this category.
6764 2004-10-06  Josef Zlomek  <josef.zlomek@email.cz>
6766         * MAINTAINERS: Update my e-mail address.
6768 2004-10-06  Paolo Bonzini  <bonzini@gnu.org>
6770         Fix wrong conflict resolution in:
6772         2004-08-16  Paolo Bonzini  <bonzini@gnu.org>
6774         * Makefile.in: Regenerate.
6775         * Makefile.tpl (Autogenerated `all-*' targets): Invoke $(TARGET-*)
6776         in the recursive `make', instead of hardwiring `all'.
6777         (Autogenerated TARGET-* variables): New.
6779 2004-10-05  Tomer Levi  <Tomer.Levi@nsc.com>
6781         * configure.in: Enable target-libgloss for crx-*-*.
6782         * configure: Regenerate.
6784 2004-10-04  Kazu Hirata  <kazu@cs.umass.edu>
6786         * MAINTAINERS (Various Maintainers): Move the "windows,
6787         cygwin, mingw" maintainer to ...
6788         (OS Port Maintainers): ... here.
6790 2004-10-04  Kazu Hirata  <kazu@cs.umass.edu>
6792         * MAINTAINERS (Write After Approval): Remove those that are
6793         maintainers of some subsystem.
6795 2004-10-02  P.J. Darcy  <darcypj@us.ibm.com>
6797         * ltcf-c.sh (tpf*): Add ld_shlibs=yes.
6798         * ltcf-cxx.sh (tpf*): Likewise.
6799         * ltconfig (tpf*): Add TPF OS configuration support.
6801 2004-10-01  Bernd Schmidt  <bernds_cb1@t-online.de>
6803         * MAINTAINERS: Change my email address to my new work account.
6805 2004-09-24  Michael Roth  <mroth@nessie.de>
6807         * configure.in (--without-headers): Add missing double quotes.
6808         * configure: Regenerate.
6810 2004-09-24  Kelley Cook  <kcook@gcc.gnu.org>
6812         * ylwrap: Revert to previous version.
6814 2004-09-23  H.J. Lu  <hongjiu.lu@intel.com>
6816         PR bootstrap/17369
6817         * Makefile.tpl (REALLY_SET_LIB_PATH): Add @SET_GCC_LIB_PATH@.
6818         (HOST_EXPORTS]): Add @SET_GCC_LIB_PATH@. Set and export
6819         SET_GCC_LIB_PATH_CMD.
6820         (BASE_TARGET_EXPORTS): Likewise.
6821         * Makefile.in: Regenerated.
6823         * configure.in (SET_GCC_LIB_PATH): Set and substitute.
6824         * configure: Regenerated.
6826 2004-09-23  Kelley Cook  <kcook@gcc.gnu.org>
6828         * config.guess: New upstream version
6829         * compile, depcomp, install-sh, ylwrap: Likewise.
6831 2004-09-19  Roger Sayle  <roger@eyesopen.com>
6833         * config/mh-x86omitfp: New host makefile fragment.  Add
6834         -fomit-frame-pointer to the default BOOT_CFLAGS.
6835         * configure.in: Use it to speed up bootstrap on some IA-32 hosts.
6836         * configure: Regenerate.
6838 2004-09-15  Andrew Pinski  <pinskia@physics.uc.edu>
6840         PR target/11572
6841         * configure.in (*-*-darwin*): Renable libobjc.
6842         * configure: Regenerate.
6844 2004-09-10  Nathan Sidwell  <nathan@codesourcery.com>
6846         * MAINTAINERS: Add self as c++ and type-safe vector maintainer.
6848 2004-09-09  Daniel Berlin  <dberlin@dberlin.org>
6850         * Makefile.def: Remove libbanshee.
6851         * Makefile.tpl: Ditto.
6852         * configure.in: Ditto.
6853         * Makefile.in: Regen.
6854         * configure: Ditto.
6856 2004-09-08  David Edelsohn  <edelsohn@gnu.org>
6858         * ltmain.sh: Use $pic_object as $non_pic_object if
6859         $non_pic_object=none.
6861 2004-09-07  Paolo Bonzini  <bonzini@gnu.org>
6863         * missing: Import latest version from master repository.
6865 2004-09-06  Nick Clifton  <nickc@redhat.com>
6867         * config.sub: Import latest version from master repository.
6868         * config.guess: Likewise.
6869         This includes these changes:
6871         2004-08-27  Hans-Peter Nilsson  <hp@axis.com>
6873         * config.sub: Handle crisv32, alias etraxfs.
6874         * config.guess (crisv32:Linux:*:*): Handle.
6876         2004-08-13  Brad Smith  <brad@comstyle.com>
6878         * config.guess (*:OpenBSD:*:*): Remove defunct MIPS machines.
6879         (sgi:OpenBSD:*:*): Emit mips64, not mipseb.
6881         2004-08-11  Paul Eggert  <eggert@cs.ucla.edu>
6883         * config.guess (*:Darwin:*:*): If uname -p reports "unknown",
6884         assume the processor is a powerpc.  This is because coreutils
6885         uname (at least versions 4.5.7 through 5.2.1) outputs "unknown"
6886         in this case, due to a MacOS X bug that causes
6887         sysctl ((int[]) {CTL_HW, HW_MACHINE_ARCH}, 2, buffer, &bufsize, 0, 0)
6888         to return a negative number.
6889         Problem reported by Petter Reinholdtsen in:
6890         http://lists.gnu.org/archive/html/bug-gnu-utils/2003-02/msg00201.html
6892         2004-07-19  Ben Elliston  <bje@gnu.org>
6894         * config.guess (S7501:*:4.0:3.0): Handle NCR System V UNIX machine.
6896         2004-06-24  Ben Elliston  <bje@gnu.org>
6898         * config.guess: Update copyright years.
6899         * config.sub: Likewise.
6901         2004-06-22  Robert Millan  <robertmh@gnu.org>
6903         * config.guess (*:FreeBSD:*:*): Remove check for glibc (unneeded
6904         since GNU/kFreeBSD systems match *:GNU/*:*:* instead).
6906         2004-06-22  Stanley F. Quayle <stan@stanq.com>
6908         * config.guess (*:*VMS:*:*): New entry. Replaces
6909         Alpha:OpenVMS:*. Recognize and advertise all VMS flavors as dec
6910         manufacturer.
6912         2004-06-22  Ben Elliston  <bje@gnu.org>
6914         * config.guess: Cray fixes from Wendy Palm <wendyp@cray.com>.
6915         * config.sub: Likewise.
6917         2004-06-22  Ben Elliston  <bje@gnu.org>
6919         Reported by Hans-Peter Nilsson <hp@bitrange.com>:
6920         * config.sub: Correctly handle mmix-knuth and mmix-knuth-mmixware.
6922         2004-06-11  Ben Elliston  <bje@gnu.org>
6924         * config.guess (pegasos:OpenBSD:*:*): Remove.
6926         2004-06-11  Ben Elliston  <bje@gnu.org>
6928         From Wouter Verhelst <wouter@grep.be>:
6929         * config.guess (M68*:*:R3V[5678]:*): Detect R3V8.
6931         2004-06-11  Ben Elliston  <bje@gnu.org>
6933         * config.guess (luna88k:OpenBSD:*:*): New.
6935         2004-03-12  Kazuhiro Inaoka  <inaoka.kazuhiro@renesas.com>
6937         * config.guess (m32r*:Linux:*:*): New case.
6938         * config.sub: Handle m32rle.
6940         2004-03-12  Ben Elliston  <bje@wasabisystems.com>
6942         From Jens Petersen  <petersen@redhat.com>:
6943         * config.sub: Handle sparcv8.
6945         2004-03-03  Ben Elliston  <bje@wasabisystems.com>
6947         From Tom Smith <smith@cag.lkg.hp.com>:
6948         * config.guess: Version suffixes are equally significant on Tru64
6949         V4.* and V5.*, so do not ignore them on V5.*.  Handle a version
6950         prefix of "P" (patched kernel).
6952         2004-02-23  Tal Agmon  <Tal.Agmon@nsc.com>
6954         * config.sub: Add support for National Semiconductor CRX target.
6956 2004-09-03  Janis Johnson  <janis187@us.ibm.com>
6958         * MAINTAINERS (Various Maintainers): Remove myself as web page
6959         maintainer, add myself as maintainer of build status lists.
6961 2004-09-03  Jan Beulich  <jbeulich@novell.com>
6963         * configure.in: Remove target-libstdc++-v3 from noconfigdirs for
6964         *-*-netware, but add target-libmudflap.
6965         Consolidate *-*-netware targets (of which really only i?86 exists)
6966         into a single entry.
6967         * configure: Likewise.
6969 2004-09-01  Paolo Bonzini  <bonzini@gnu.org>
6971         * Makefile.tpl (sorry): Remove.
6972         (clean-stage[+id+], clean-stage[+id+]-module): New targets.
6973         (cleanstrap targets): Depend on distclean, not distclean-stage1.
6974         (do-clean): Clean per-stage directories too.
6975         (do-distclean): Run distclean-stage1 too.
6976         (.NOTPARALLEL): Enable during toplevel bootstrap.
6977         (stage[+id+]-bubble): Enable parallel execution during
6978         the recursive invocation.
6979         * Makefile.in: Regenerate.
6981         Fix previous checkin:
6983         * Makefile.tpl: Move BOOT_CFLAGS above host makefile fragment
6984         include.
6985         * configure.in: Fix indentation.
6986         * configure: Regenerate.
6988 2004-08-31  Robert Bowdidge  <bowdidge@apple.com>
6990         * Makefile.in: Move BOOT_CFLAGS above host makefile fragment include.
6991         * configure.in: add test for powerpc-*-darwin* to specify makefile frag
6992         * configure: regenerate
6993         * config/mh-ppc-darwin: create file, override BOOT_CFLAGS for
6994         -mdynamic-no-pic
6996 2004-08-31  Paolo Bonzini  <bonzini@gnu.org>
6998         * Makefile.def (build_modules): Add fixincludes.
6999         (dependencies): Make gcc depend on fixincludes.
7000         * configure.in (build_tools): Add fixincludes.
7001         (build_configdirs): Always include build_libs.
7002         * Makefile.in: Regenerate.
7003         * configure: Regenerate.
7005 2004-08-30  Paolo Bonzini  <bonzini@gnu.org>
7007         * Makefile.def (bootstrap stages): Add 'lean' parameter.
7008         * Makefile.tpl (configure-stageN-*, all-stageN-*): Turned into
7009         phony targets; do not generate timestamp files.
7010         (distclean-stageN): Remove references to their timestamp files.
7011         (restageN, touch-stageN): Remove.
7012         (stageN-bubble): Rewritten.
7013         (compare): Support lean bootstraps.
7014         * Makefile.in: Regenerate.
7016         * configure.in: Only warn when bootstrapping but
7017         build != host or build != target.  Support lean bootstraps.
7018         * configure: Regenerate.
7020 2004-08-26  Phil Edwards  <phil@codesourcery.com>
7022         * configure.in:  Give a better error message if GMP/MPFR are missing
7023         and a language needing them has been requested.
7024         * configure:  Regenerated.
7026 2004-08-25  Phil Edwards  <phil@codesourcery.com>
7028         * configure.in:  Print a list of available language front-ends if
7029         a requested one is missing.  Tidy stray tab characters.
7030         * configure:  Regenerated.
7032 2004-08-19  Michael Koch  <konqueror@gmx.de>
7034         * gcc/doc/install.texi: Update entry about automake for libjava.
7036 2004-08-17  Robert Millan  <robertmh@gnu.org>
7038         * configure.in: In noconfigdirs check, match GNU/k*BSD with GNU/Linux
7039         (instead of FreeBSD).
7040         * configure: Regenerate.
7042 2004-08-16  Paolo Bonzini  <bonzini@gnu.org>
7044         * Makefile.in: Regenerate.
7045         * configure: Regenerate.
7047         * Makefile.def (bootstrap-stage): Rename extra_*_flags to
7048         stage_*_flags.
7049         * Makefile.tpl (configure-[+module+], all-[+module+]): Exit
7050         for bootstrapped modules if toplevel bootstrap is going.
7051         (GCC bootstrap): Generate per-stage targets for all bootstrapped
7052         modules.  Adjust for changes in Makefile.def.  Enable several
7053         rules even in non-bootstrap mode, just to avoid peppering the
7054         template with unnecessary "@if/@endif gcc-bootstrap" pairs.
7055         (stage-[+prev+]-bubble): Remove.
7057         * Makefile.def (Dependencies): Depend on all-build-bison,
7058         all-build-flex, all-build-byacc, all-build-texinfo, rather
7059         than the host variations.
7060         * Makefile.tpl (BUILD_DIR_PREFIX): Remove.  Replace throughout
7061         with BUILD_SUBDIR.
7062         (BISON): Update for recent Bisons.
7063         (YACC): Fix typo.
7064         (cross): Depend on all-build.
7065         (all): Do not depend on all-build.
7066         (prebootstrap): Remove.
7067         (dep-kind): Accept separate prefixes for MODULE and ON variables.
7068         (Prebootstrap dependencies): Add them to the per-stage targets
7069         and to all-prebootstrap.
7070         * configure.in (build_configdirs): Always enable build_tools.
7071         (BUILD_DIR_PREFIX): Remove.
7073         * Makefile.def (gcc): Add target variable.
7074         (gdb, expect, guile, tk, tix): Replace with_x with extra_make_flags.
7075         * Makefile.tpl (Autogenerated `all-*' targets): Invoke $(TARGET-*)
7076         in the recursive `make', instead of hardwiring `all'.
7077         (Autogenerated TARGET-* variables): New.
7079 2004-08-13  Brian Booth  <bbooth@redhat.com>
7081         * MAINTAINERS: Remove myself from write-after-approval.
7083 2004-08-12  Nathanael Nerode  <neroden@gcc.gnu.org>
7085         * src-release: Stop distributing mmalloc with gdb (which doesn't
7086         use it).
7087         * Makefile.def: GDB doesn't depend on mmalloc anymore.
7088         * Makefile.in: Regenerate.
7090 2004-08-09  Mark Mitchell  <mark@codesourcery.com>
7092         * configure.in (arm*-*-eabi*): New target.
7093         * configure: Regenerate.
7095 2004-08-06  Paolo Bonzini  <bonzini@gnu.org>
7097         * Makefile.def (bfd, opcodes, gcc, zlib): Mark as bootstrap module.
7098         (bison, byacc, flex, texinfo): Do not mark as bootstrap module.
7099         (Dependencies): New section.
7100         * Makefile.tpl (Dependencies): Generate from Makefile.def.
7101         (configure-target-[+module+]): Depend on maybe-all-gcc
7102         (all-prebootstrap): New name of all-bootstrap.  Changed throughout.
7103         (toplevel profiledbootstrap): Fix dependencies.
7104         * Makefile.in: Regenerate.
7106 2004-08-03  Mark Mitchell  <mark@codesourcery.com>
7108         * configure.in (arm*-*-symbianelf*): Add ${libgcj} and
7109         target-libiberty to noconfigdirs.
7110         * configure: Regenerate.
7112 2004-08-03  Paul Brook  <paul@codesourcery.com>
7114         * configure.in: Check for MPFR as well as GMP.
7115         * configure: Regenerate.
7117 2004-08-01  Robert Millan  <robertmh@gnu.org>
7119         * configure.in: Turn mt-linux into mt-gnu. Use mt-gnu and enable
7120         libmudflap for all GNU-based systems (with Glibc).
7121         * configure: Regenerate.
7123 2004-08-03  Paolo Bonzini  <bonzini@gnu.org>
7125         * Makefile.def (host-modules): Add gcc.
7126         * Makefile.in: Regenerate.
7127         * Makefile.tpl (sorry): New rule.
7128         (configure-host, all-host, [+make_target+]-host, do-check,
7129         install-host): Do not add gcc as a special case.
7130         (host modules): Add a small special-casing for gcc.  Export
7131         extra_make_flags through the environment.
7132         (maybe-configure-gcc, configure-gcc, maybe-all-gcc, all-gcc,
7133         maybe-check-gcc, check-gcc, maybe-install-gcc, install-gcc,
7134         other recursive targets for gcc): Remove.
7136         (all, do-[+make_target+], do-check): Wrap between unstage and stage.
7137         (stage, unstage): New rules.
7138         (stage[+id+]-start, stage[+id+]-end, [+compare-target+],
7139         distclean-stage[+id+]): Use stage_current.
7140         ([+bootstrap-target+], profiledbootstrap): Do not invoke manually
7141         the stage*-start rules.
7143 2004-08-02  Geoffrey Keating  <geoffk@apple.com>
7145         * ltcf-cxx.sh: On Darwin, make archive multi-module, and don't
7146         use -all_load flag.
7148 2004-08-02  Paolo Bonzini  <bonzini@gnu.org>
7150         * configure.in: Sync from src, add noconfigdirs for crx-*-*.
7151         * configure: Regenerate.
7153 2004-07-16  Toon Moene  <toon@moene.indiv.nluug.nl>
7155         * maintainer-scripts/gcc_release: Revert yesterday's change.
7157 2004-07-16  Segher Boessenkool  <segher@kernel.crashing.org>
7159         * MAINTAINERS: Add myself to write-after-approval.
7161 2004-07-15  Toon Moene  <toon@moene.indiv.nluug.nl>
7163         * libf2c: Removed.
7164         * gcc/gccbug.in: Updated because of libf2c removal.
7165         * maintainer-scripts/gcc_release: Ditto.
7167 2004-07-09  Loren J. Rittle  <ljrittle@acm.org>
7169         * configure.in: Build libmudflap by default on FreeBSD.
7170         * configure: Regenerated.
7172 2004-07-09  Mark Mitchell  <mark@codesourcery.com>
7174         * configure.in: Do not build libmudflap by default on non-GNU/Linux
7175         systems.
7176         * configure: Regenerated.
7178 2004-07-08  John David Anglin  <dave.anglin@nrc-cnrc.gc.ca>
7180         PR target/16344
7181         * Makefile.tpl (profiledbootstrap): Build runtime libraries with
7182         feedback based compiler.
7183         * Makefile.in: Rebuilt.
7185 2004-07-08  Alexandre Oliva  <aoliva@redhat.com>
7187         * Makefile.def (host_modules): Set bootstrap=true for flex.
7188         * Makefile.tpl (all-gcc): Depend on texinfo and flex.
7189         * Makefile.in: Rebuilt.
7191 2004-07-07  Jan Hubicka  <jh@suse.cz>
7193         * MAINTAINERS: Add self as a profile feedback maintainer.
7195 2004-07-05  Phil Edwards  <phil@codesourcery.com>
7197         * configure.in:  Do not prepend $srcdir to /dev/null in
7198         makefile fragments.
7199         * configure:  Regenerate.
7201 2004-07-01  Paolo Bonzini  <bonzini@gnu.org>
7203         * Makefile.def (build_modules): Add bison, byacc, flex,
7204         m4, texinfo.
7205         (flags_to_pass): Add FLEX.
7206         * Makefile.tpl (BUILD_DIR_PREFIX, BASE_EXPORTS): New.
7207         (BUILD_EXPORTS, HOST_EXPORTS, BASE_TARGET_EXPORTS): Include it.
7208         (DEFAULT_YACC, USUAL_YACC, DEFAULT_LEX, USUAL_LEX, DEFAULT_M4,
7209         DEFAULT_MAKEINFO): Remove.
7210         (CONFIGURED_YACC, CONFIGURED_FLEX, CONFIGURED_BISON,
7211         CONFIGURED_LEX, CONFIGURED_M4, CONFIGURED_MAKEINFO): Substitute.
7212         (YACC, FLEX, BISON, LEX, M4, MAKEINFO): Define to look into
7213         objdir or else use configured tool.
7214         (all-build): New.
7215         (all): Depend on it.
7216         (Build module dependencies): Add.
7217         * Makefile.in: Regenerate.
7218         * configure.in: Better support for multiple build modules,
7219         matching what is done for host/target modules.  Do not look
7220         for "plausible" locations of build tools if Canadian cross.
7221         Use autoconf's AC_PROG_CC to find a C compiler.  Define
7222         BUILD_DIR_PREFIX.  Look for flex, makeinfo and m4.
7223         * configure: Regenerate.
7225 2004-06-22  Paolo Bonzini  <bonzini@gnu.org>
7227         * Makefile.tpl (HOST_EXPORTS): Fix pasto.
7228         * Makefile.in: Regenerate.
7230 2004-06-22  Paolo Bonzini  <bonzini@gnu.org>
7232         * Makefile.tpl (configure-build-[+module+],
7233         configure-[+module+], configure-target-[+module+]): Pass
7234         [+extra_configure_args+].
7235         (all-build-[+module+], all-[+module+], check-[+module+],
7236         install-[+module+], [+make_target+]-[+module+],
7237         all-target-[+module+], check-target-[+module+],
7238         install-target-[+module+], [+make_target+]-target-[+module+]):
7239         Pass [+extra_make_args+].
7240         (HOST_EXPORTS): Include the former GCC_HOST_EXPORTS.
7241         (GCC_HOST_EXPORTS): Remove.
7242         (configure-gcc, all-gcc, GCC_STRAP_TARGETS, profiledbootstrap,
7243         cross, check-gcc, check-gcc-c++, install-gcc,
7244         gcc-no-fixedincludes, [+make_target+]-gcc, stage[+id+]-bubble):
7245         Replace GCC_HOST_EXPORTS with HOST_EXPORTS.
7246         * Makefile.in: Regenerate.
7248 2004-06-21  Matthew Sachs  <msachs@apple.com>
7250         * MAINTAINERS: Added self to write-after-approval.
7252 2004-06-21  Christopher Faylor  <cgf@alum.bu.edu>
7254         * configure.in: Check for srcdir/winsup rather than build directory
7255         winsup.
7256         * configure: Regenerate.
7258 2004-06-17  Corinna Vinschen  <vinschen@redhat.com>
7260         * configure.in: Don't build Cygwin native newlib if winsup
7261         directory is missing.  Emit warning instead.
7262         * configure: Regenerate.
7264 2004-06-09  Paolo Bonzini  <bonzini@gnu.org>
7266         * Makefile.tpl (touch-stage[+id+]): New.
7267         (restage[+prev+]): Depend on touch-stage[+id+].
7269         * Makefile.tpl (RECURSE_FLAGS_TO_PASS): New.
7270         Use it throughout.
7272         * Makefile.def: Add profile and feedback bootstrap stages.
7273         Remove next field from bootstrap stages.
7274         * Makefile.tpl (LN, LN_S): Substitute.
7275         (stageN-start, stageN-end): Use double-colon rules, to
7276         provide a hook for additional setup commands.
7277         (distclean-stageN-gcc, restageN): Create dependencies from
7278         [+prev+], not from [+next+].
7279         (stageN-bubble): Add commands for successive stages from
7280         [+prev+], using double-colon rules.
7281         (all-stageN-gcc): Fix typo.
7282         (stagefeedback-start, profiledbootstrap): New.
7283         * Makefile.in: Regenerate.
7284         * configure.in: Call ACX_PROG_LN.
7285         * configure: Regenerate.
7287 2004-06-08  Canqun Yang  <canqun@nudt.edu.cn>
7289         * MAINTAINERS (Write After Approval): Add myself.
7291 2004-06-03  Mark G. Adams  <mark.g.adams@sympatico.ca>
7293         * MAINTAINERS (Write After Approval): Add myself.
7295 2004-06-03  Paolo Bonzini  <bonzini@gnu.org>
7297         * configure.in: Fix --enable-bootstrap breakage introduced in trees
7298         without gcc.
7299         * configure: Regenerate.
7301 2004-06-01  Paolo Bonzini  <bonzini@gnu.org>
7303         * Makefile.tpl: Fix typo.
7304         * Makefile.in: Regenerate.
7306 2004-06-01  Paolo Bonzini  <bonzini@gnu.org>
7308         * configure.in: Remove new- prefix from toplevel
7309         bootstrap targets.
7310         * configure: Regenerate.
7312 2004-06-01  Paolo Bonzini  <bonzini@gnu.org>
7314         * Makefile.tpl (all.normal): Rename to all.
7315         (all): Replace with a rule to pick the default
7316         target from configure.
7317         (all-gcc, configure-gcc): Use conditionals to
7318         do nothing when toplevel bootstrap is going on.
7319         (GCC directory bootstrap) [gcc-bootstrap]: Disable.
7320         (Toplevel bootstrap) [gcc-no-bootstrap]: Disable.
7321         * configure.in: Support --enable-bootstrap.
7323         * Makefile.def: Remove new- prefix from toplevel
7324         bootstrap targets.
7325         * Makefile.tpl: Likewise.
7327         * Makefile.def: Add bootstrap_stage 4.  Add bootstrap2
7328         target.
7330         * Makefile.tpl (Toplevel bootstrap): Pass $(BASE_FLAGS_TO_PASS)
7331         $(RECURSE_FLAGS) to recursive invocation of make.
7333         * Makefile.in: Regenerate.
7334         * configure: Regenerate.
7336 2004-05-30  Andreas Jaeger  <aj@suse.de>
7337             Jim Wilson  <wilson@specifixinc.com>
7339         * config-ml.in: Pass FFLAGS and ADAFLAGS for multilibs, handle F77
7340         like CC.
7342 2004-05-27  Daniel Jacobowitz  <dan@debian.org>
7344         * configure.in: Fix sed invocation for GFORTRAN_FOR_TARGET.
7345         * configure: Regenerate.
7347 2004-05-25  Daniel Jacobowitz  <drow@false.org>
7349         * Makefile.tpl (BUILD_EXPORTS, HOST_EXPORTS, GCC_HOST_EXPORTS)
7350         (STAGE_HOST_EXPORTS, BASE_TARGET_EXPORTS, RAW_CXX_TARGET_EXPORTS)
7351         (NORMAL_TARGET_EXPORTS): New macros.  Use them in all the recursive
7352         targets.
7353         * Makefile.in: Regenerate.
7355 2004-05-24  Paolo Bonzini  <bonzini@gnu.org>
7357         * configure.in: Test the ability to symlink directories.
7358         * configure: Regenerate.
7360         * Makefile.def (bootstrap-stage): New definitions.
7361         * Makefile.tpl (configure-stage1-gcc,
7362         configure-stage2-gcc, configure-stage3-gcc,
7363         all-stage1-gcc, all-stage2-gcc, all-stage3-gcc,
7364         new-bootstrap, new-cleanstrap, new-restage1, new-restage2,
7365         new-restage3, compare): Autogenerate, see Makefile.in
7366         entry for behavioral changes.
7367         (distclean-stage1, new-stage1-start, new-stage1-end,
7368         new-stage1-bubble, distclean-stage2, new-stage2-start,
7369         new-stage2-end, new-stage2-bubble, distclean-stage3,
7370         new-stage3-start, new-stage3-end): New autogenerated targets.
7371         (objext, prebootstrap, BOOT_CFLAGS,
7372         POSTSTAGE1_FLAGS_TO_PASS): Move above the autogenerated
7373         targets.
7375         * Makefile.in: Regenerate.
7376         (distclean-stage1, new-stage1-start, new-stage1-end,
7377         new-stage1-bubble, distclean-stage2, new-stage2-start,
7378         new-stage2-end, new-stage2-bubble, distclean-stage3,
7379         new-stage3-start, new-stage3-end): New targets.
7380         (all-stage1-gcc): Move prebootstrap dependency from here...
7381         (configure-stage1-gcc): ...to here.
7382         (new-bootstrap): Use bubble targets.
7383         (new-cleanstrap, new-restage1, new-restage2, new-restage3):
7384         Use per-stage distclean targets.
7385         (configure-stage1-gcc, configure-stage2-gcc,
7386         configure-stage3-gcc, all-stage1-gcc,
7387         all-stage2-gcc, all-stage3-gcc, new-bootstrap):
7388         Use new-stageN-start to prepare the tree.
7390 2004-05-23  Paolo Bonzini  <bonzini@gnu.org>
7392         * Makefile.def (host_modules): add libcpp.
7393         * Makefile.tpl: Add dependencies on and for libcpp.
7394         * Makefile.in: Regenerate.
7395         * configure.in: Add libcpp host module.
7396         * configure: Regenerate.
7398 2004-05-21  Paolo Bonzini  <bonzini@gnu.org>
7400         * Makefile.tpl: Whenever a recursive target is defined, wrap
7401         it in a special @if/@endif block, and prepare its maybe
7402         dependency in the @if/@endif block
7403         * configure.in: Instead of writing maybe dependencies, remove
7404         the @if/@endif statements, and remove the @if/@endif blocks
7405         that remain.
7406         * configure: Regenerate.
7407         * Makefile.in: Regenerate.
7409 2004-05-20  Janis Johnson  <janis187@us.ibm.com>
7411         * MAINTAINERS (Various Maintainers): Add myself for compat testsuite.
7413 2004-05-18  Kaz Kojima  <kkojima@gcc.gnu.org>
7415         PR bootstrap/15120
7416         * libtool.m4 (lt_cv_deplibs_check_method): Use pass_all on sh*.
7417         * */configure: Rebuilt.
7419 2004-05-17  Zack Weinberg  <zack@codesourcery.com>
7421         * Makefile.def, Makefile.tpl, configure.in: Remove all mention
7422         of libf2c.
7423         * configure, Makefile.in: Regenerate.
7425 2004-05-13  Tobias Schlüter  <tobi@gcc.gnu.org>
7427         * MAINTAINERS (Write After Approval): Add myself.
7429 2004-05-13  Diego Novillo  <dnovillo@redhat.com>
7431         Merge from tree-ssa-20020619-branch.
7433         * Makefile.def: Add libbanshee, libmudflap and libgfortran.
7434         * Makefile.tpl (BUILD_CONFIGDIRS): Add libbanshee.
7435         (HOST_GMPLIBS): Define.
7436         (HOST_GMPINC): Define.
7437         (TARGET_LIB_PATH): Add libmudflap.
7438         (GFORTRAN_FOR_TARGET): Define.
7439         (configure-build*): Export GFORTRAN.
7440         (configure-gcc): Export GMPLIBS and GMPINC.
7441         (all-gcc): Add maybe-all-libbanshee.
7442         (configure-target-libgfortran): Define.
7443         * Makefile.in: Regenerate.
7444         * configure.in (host_libs): Add libbanshee.
7445         (target_libraries): Add target-libmudflap and target-libgfortran.
7446         Add --with-libbanshee.
7447         Handle --disable-libmudflap.
7448         (*-*-freebsd*): Use with_gmp.
7449         Add $(libgcj) to noconfigdirs.
7450         * configure: Regenerate.
7451         * depcomp: New file.
7452         * MAINTAINERS: Add tree-ssa maintainers.
7454 2004-05-04  Vladimir Makarov  <vmakarov@redhat.com>
7456         * MAINTAINERS (Various Maintainers): Add myself.
7458 2004-04-30  Brian Ford  <ford@vss.fsi.com>
7460         * MAINTAINERS (Write After Approval): Add myself.
7462 2004-04-29  Uros Bizjak  <uros@kss-loka.si>
7464         * MAINTAINERS (Write After Approval): Add myself.
7466 2004-04-28  Paolo Bonzini  <bonzini@gnu.org>
7468         * config/acx.m4: Fix fastcompare support for new-bootstrap.
7469         * configure: Regenerate.
7471 2004-04-27  Paolo Bonzini  <bonzini@gnu.org>
7473         Revert:
7474         2004-04-26  Paolo Bonzini  <bonzini@gnu.org>
7476         * Makefile.def (flags_to_pass): Remove *dir variables that
7477         are passed to the modules via TOPLEVEL_CONFIGURE_ARGUMENTS,
7478         as well as prefix and exec_prefix.
7479         * Makefile.in: Regenerate.
7481 2004-04-26  Robert Millan  <robertmh@gnu.org>
7483         Add patches from libtool CVS.
7484         * libtool.m4: Add kfreebsd*-gnu and knetbsd*-gnu.
7485         * ltconfig: Likewise.
7486         * ltcf-c.sh: Likewise.
7487         * ltcf-cxx.sh: Likewise.
7488         * ltcf-gcj.sh: Likewise.
7490 2004-04-26  Paolo Bonzini  <bonzini@gnu.org>
7492         * Makefile.def (host_modules): Mark with the bootstrap
7493         flag packages on which gcc depends.
7494         * Makefile.tpl (all-bootstrap): Use it.
7495         * Makefile.in: Regenerate.
7497 2004-04-26  Paolo Bonzini  <bonzini@gnu.org>
7499         * Makefile.def (flags_to_pass): Remove *dir variables that
7500         are passed to the modules via TOPLEVEL_CONFIGURE_ARGUMENTS,
7501         as well as prefix and exec_prefix.
7502         * Makefile.in: Regenerate.
7504 2004-04-26  Paolo Bonzini  <bonzini@gnu.org>
7506         * configure.in: Invoke ACX_PROG_CMP_IGNORE_INITIAL.
7507         * configure: Regenerate.
7508         * config/acx.m4: Mutuate ACX_PROG_CMP_IGNORE_INITIAL from gcc.
7509         * gcc/Makefile.tpl (compare): Use the result of the test.
7510         * gcc/Makefile.in: Regenerate.
7512 2004-04-23  Paolo Bonzini  <bonzini@gnu.org>
7514         * Makefile.tpl (all-stage1-gcc, all-stage2-gcc, all-stage3-gcc):
7515         Always relocate gcc and prev-gcc to the original names, even
7516         if the build fails.
7517         (new-cleanstrap, new-restage1, new-restage2, new-restage3):
7518         New targets.
7520 2004-04-23  Laurent GUERBY <laurent@guerby.net>
7522         * MAINTAINERS: Update my email address.
7524 2004-04-19  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
7526         * configure.in (mips*-*-irix5*): Enable ld.
7527         * configure: Regenerate.
7529 2004-04-16  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
7531         * configure: Regenerate.
7533 2004-04-15  James E Wilson  <wilson@specifixinc.com>
7535         * Makefile.tpl (configure-[+module+], configure-gcc,
7536         configure-stage1-gcc, configure-stage2-gcc, configure-stage3-gcc):
7537         Set and export LDFLAGS.
7538         * Makefile.in: Regenerate.
7540 2004-04-12  Michael Chastain  <mec.gnu@mindspring.com>
7542         * MAINTAINERS: Add myself to write-after-approval.
7544 2004-04-09  Nathanael Nerode  <neroden@gcc.gnu.org>
7546         PR bootstrap/14871
7547         * Makefile.tpl: If we don't have built-in-tree target tools,
7548         use the ones found by configure rather than hacking around with
7549         program_transform_name.
7550         * configure.in: Give Makefile.tpl the information necessary
7551         to do that.
7552         * Makefile.in: Regenerate.
7553         * configure: Regenerate.
7555 2004-04-06  Nathanael Nerode  <neroden@gcc.gnu.org>
7557         PR bootstrap/14760
7558         * configure.in: When computing baseargs, strip *all* copies of
7559         offending options.  Also, don't match/substitute the trailing space,
7560         so that this actually works when two similar options are separated by
7561         only one space.
7562         * configure: Regenerate.
7564 2004-04-06  David Edelsohn  <edelsohn@gnu.org>
7566         * configure.in (powerpc-*-aix*): Remove target-libada from noconfigdirs.
7567         (rs6000-*-aix*): Same.
7568         * configure: Regenerate.
7570 2004-04-05  Ranjit Mathew  <rmathew@hotmail.com>
7572         * MAINTAINERS: Add myself to write-after-approval.
7574 2004-04-03  Bud Davis  <bdavis9659@comcast.net>
7576         * MAINTAINERS: Add myself to write-after-approval.
7578 2004-03-24  Nathanael Nerode  <neroden@gcc.gnu.org>
7580         * Makefile.tpl (top level bootstrap support): Remove now-unneeded
7581         STRICT_WARN, WARN_CFLAGS flags passed down to make.
7582         * Makefile.in: Regenerate.
7584         * configure.in (top level bootstrap support): Rework --enable-werror
7585         to set @stage2_werror_flag@.
7586         * configure: Regenerate.
7587         * Makefile.tpl (top level bootstrap support): Pass
7588         @stage2_werror_flag@ down to configure in stages 2 and 3.
7589         * Makefile.in: Regenerate.
7591 2004-03-23  Nathanael Nerode  <neroden@gcc.gnu.org>
7593         * Makefile.tpl (new-bootstrap): Set CC and CC_FOR_BUILD in configure
7594         for stages 2 and 3 as well as in make.  As a consequence, remove
7595         OUTPUT_OPTION (now detected by configure) from the flags passed down
7596         to make.
7597         * Makefile.in: Regenerate.
7599         * Makefile.tpl (new-bootstrap): Fix typo.
7600         * Makefile.in: Regenerate.
7602 2004-03-22  Nathanael Nerode  <neroden@gcc.gnu.org>
7604         * Makefile.tpl: Rearrange by moving recursive_targets rules
7605         into their proper sections.
7606         * Makefile.tpl (top level bootstrap support): Move disabling
7607         of coverage flags from 'make' to 'configure'; improve comments.
7608         * Makefile.in: Regenerate.
7610         * Makefile.tpl (experimental top level bootstrap) Move stage1
7611         language setting from all- target to configure- target; disable
7612         intermodule optimization in stage 1; prevent gratuitous rebuilds
7613         of stage 1.
7614         * Makefile.in: Regenerate.
7615         * configure.in: Comma-separate stage 1 language list for top
7616         level bootstrap.
7617         * configure: Regenerate.
7619         * Makefile.tpl: Clean up experimental top level bootstrap support:
7620         note known problems; set CONFIG_SHELL; don't set BUILD_CC; relocate
7621         prev-gcc in configure- targets as well as all- targets.
7622         * Makefile.in: Regenerate.
7624 2004-03-21  Kelley Cook  <kcook@gcc.gnu.org>
7626         * compile: New file imported from automake.
7628 2004-03-17  Paolo Bonzini  <bonzini@gnu.org>
7630         * configure.in: Remove symbolic link section.
7631         * configure: Regenerate.
7632         * Makefile.tpl (links): Remove.
7633         * Makefile.in: Regenerate.
7635 2004-03-15  Paolo Bonzini  <bonzini@gnu.org>
7636             Nathanael Nerode  <neroden@gcc.gnu.org>
7638         * configure.in (DEFAULT_YACC, DEFAULT_M4, DEFAULT_LEX):
7639         Set with AC_CHECK_PROGS.
7640         * configure.in: Fix comment typo from last patch.
7641         * configure: Regenerate.
7643 2004-03-15  Nathanael Nerode  <neroden@gcc.gnu.org>
7645         * Makefile.tpl: Introduce experimental top level bootstrap support.
7646         * Makefile.in: Regenerate.
7647         * configure.in: Introduce support for top level bootstrap.
7648         * configure: Regenerate.
7650 2004-03-12  Eric Botcazou  <ebotcazou@gcc.gnu.org>
7651             Paolo Bonzini  <bonzini@gnu.org>
7653         PR bootstrap/14522
7654         * configure.in: Cope with shells that do not support unquoted ^
7655         * configure: Regenerate.
7657 2004-03-11  Eric Botcazou  <ebotcazou@gcc.gnu.org>
7658             Paolo Bonzini  <bonzini@gnu.org>
7660         PR bootstrap/14522
7661         * configure.in: Cope with shells that do not support nesting
7662         quotes inside quoted backquote substitutions.
7663         * configure: Regenerate.
7665 2004-03-10  Andrew Pinski  <pinskia@physics.uc.edu>
7667         PR bootstrap/14522
7668         * configure.in: Fix escaping of $.
7669         * configure: Regenerate.
7671 2004-03-11  Nathanael Nerode  <neroden@gcc.gnu.org>
7673         * configure: Regenerate, since I forgot to while committing Paolo's
7674         changes.
7676 2004-03-08  Paolo Bonzini  <bonzini@gnu.org>
7678         PR ada/14131
7679         Move language detection to the top level.
7680         * configure.in: Find default values for the tools as
7681         soon as possible.  Disable ada if GNAT is not found.
7682         Emit error message about missing languages.  Expand
7683         --enable-languages=all for the gcc subdirectory.
7685 2004-03-10  Ben Elliston  <bje@gnu.org>
7687         * MAINTAINERS: Update my email address.
7689 2004-03-05  David Edelsohn  <edelsohn@gnu.org>
7691         * ltconfig: Disable building static libraries if building shared
7692         libraries on AIX 5L.
7694 2004-03-01  Richard Sandiford  <rsandifo@redhat.com>
7696         * configure.in (mips64*-*-linux*): Override mips*-*-linux* case
7697         and disable libgcj.
7698         * configure: Regenerated.
7700 2004-03-01  Brian Booth  <bbooth@redhat.com>
7702         * MAINTAINERS: Add myself to write-after-approval.
7704 2004-03-01  Paolo Bonzini  <bonzini@gnu.org>
7706         * MAINTAINERS: Add myself to write-after-approval.
7708 2004-02-28  Nathanael Nerode  <neroden@gcc.gnu.org>
7710         PR bootstrap/7087
7711         * Makefile.tpl: Guard XFOO sed statements better.
7712         * Makefile.tpl: Add dependency for configure-target-libada.
7713         * Makefile.in: Regenerate (incidentally fixes broken
7714         commit when libada-branch was merged).
7716 2004-02-25  Kelley Cook  <kcook@gcc.gnu.org>
7718         * MAINTAINERS: Add myself to write-after-approval.
7720 2004-02-20  Andrew Pinski  <pinskia@physics.uc.edu>
7722         * MAINTAINERS: Add Nicola Pero and myself as libobjc
7723         maintainers.
7725 2004-02-20  Andrew Cagney  <cagney@redhat.com>
7727         * config.guess: Update from version 2003-10-16 to 2004-02-16.
7728         * config.sub: Update from version 2003-11-03 to 2004-02-16.
7730 2004-02-19  Nathanael Nerode  <neroden@gcc.gnu.org>
7732         PR bootstrap/11932
7733         * mkinstalldirs, install-sh: Import from automake CVS HEAD.
7735 2004-02-14  Jerry Quinn  <jlquinn@optonline.net>
7737         * MAINTAINERS: Added myself to write-after-approval.
7739 2004-02-14  Michael Koch  <konqueror@gmx.de>
7741         * MAINTAINERS: Added myself to write-after-approval.
7743 2004-02-13  Joseph S. Myers  <jsm@polyomino.org.uk>
7745         * MAINTAINERS: Move Steve Chamberlain to write-after-approval.  Move
7746         some OS port maintainers to OS port maintainers section.
7748 2004-02-13  Frank Ch. Eigler  <fche@redhat.com>
7750         * MAINTAINERS: Add self.
7752 2004-02-12  Kazu Hirata  <kazu@cs.umass.edu>
7754         * MAINTAINERS: Alphabetize.
7756 2004-02-12  Paolo Bonzini  <bonzini@gnu.org>
7758         * MAINTAINERS: Remove myself.
7760 2004-02-11  David Edelsohn  <edelsohn@gnu.org>
7762         * configure.in (powerpc-*-aix*): Add target-libada to noconfigdirs.
7763         (rs6000-*-aix*): Same.
7764         * configure: Regenerate.
7766 2004-02-11  Kelley Cook  <kcook@gcc.gnu.org>
7768         * configure.in (host): Add in missing $noconfigdirs to defines.
7769         * configure: Regenerate.
7771 2004-02-10  Arnaud Charlet  <charlet@act-europe.fr>,
7772             Nathanael Nerode  <neroden@gcc.gnu.org>
7774         PR ada/6637, PR ada/5911
7775         Merge with libada-branch:
7776         * configure.in, Makefile.tpl, Makefile.def: Add target-libada,
7777         with appropriate dependencies. Add --enable-libada configure switch.
7778         * configure, Makefile.in: Regenerate.
7780 2004-02-09  Paolo Bonzini  <bonzini@gnu.org>
7782         * MAINTAINERS: Add myself to write-after-approval.
7784 2004-02-05  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
7786         * configure.in: Don't pass --with-stabs on IRIX 5 either.
7787         * configure: Regenerate.
7789 2004-02-04  Geoffrey Keating  <geoffk@apple.com>
7791         Merge from upstream:
7793         * ltmain.in: When setting IFS to '~', be careful about user
7794         arguments that contain '~'.
7796         2004-02-04  Peter O'Gorman  <peter@pogma.com>
7798         * ltmain.in (infer_tag): Move tag inferrence to a shell function.
7799         Also test $base_compile against $CC with escaped arguments. Bug
7800         reported by Geoff Keating <geoffk@apple.com>.
7802 2004-02-04  Kazu Hirata  <kazu@cs.umass.edu>
7804         * MAINTAINERS: Remove i960 port.
7806 2004-01-23  DJ Delorie  <dj@redhat.com>
7808         * Makefile.def (target_modules) [libiberty]: Don't stage.
7809         * Makefile.in: Rebuilt.
7811 2004-01-20  Caroline Tice  <ctice@apple.com>
7813         * MAINTAINERS: Add myself to write-after-approval.
7815 2004-01-19  Paolo Carlini  <pcarlini@suse.de>
7817         * MAINTAINERS: Update my email address.
7819 2004-01-18  James A. Morrison  <ja2morri@uwaterloo.ca>
7821         * MAINTAINERS: Add myself to write-after-approval.
7823 2004-01-17  Volker Reichelt  <reichelt@igpm.rwth-aachen.de>
7825         * MAINTAINERS: Remove entries without email address.
7827 2004-01-15  Daniel Jacobowitz  <drow@mvista.com>
7829         * MAINTAINERS: Add myself to write-after-approval.
7831 2004-01-15  Steven Bosscher  <stevenb@suse.de>
7833         * MAINTAINERS: Update my email address.
7835 2004-01-14  Loren J. Rittle  <ljrittle@acm.org>
7837         * Makefile.def (target_modules) [libtermcap, libiberty, zlib]: Stage.
7838         * Makefile.tpl (configure-target-[+module+]): Support stage.
7839         * Makefile.in: Rebuilt.
7841 2004-01-12  Ian Lance Taylor  <ian@wasabisystems.com>
7843         * MAINTAINERS: Add myself as a libiberty MAINTAINER.
7845 2004-01-10  Richard Sandiford  <rsandifo@redhat.com>
7847         * MAINTAINERS: Add myself as a MIPS maintainer.
7849 2004-01-04  Nathanael Nerode  <neroden@gcc.gnu.org>
7851         * configure.in: Use ./config.cache, not config.cache.
7852         * configure: Regenerate.
7853         * Makefile.tpl: Special-casing not needed for GCC any more.
7854         * Makefile.in: Regenerate.
7856         * configure.in: Don't share a cache file for host dirs.
7857         * configure: Regenerate.
7859         * config-ml.in: Don't mess with the cache file.
7861 2004-01-04  Eric Botcazou  <ebotcazou@libertysurf.fr>
7863         * MAINTAINERS: Move myself from 'Write After Approval' to
7864         'CPU Port Maintainers' section as SPARC maintainer.
7866 2004-01-03  Nathanael Nerode  <neroden@gcc.gnu.org>
7868         * Makefile.tpl: Make GCC use a separate config.cache.
7869         * Makefile.in: Regenerate.
7871         PR bootstrap/11932, PR bootstrap/11933
7872         (I don't know if it will fix either of them, but it relates
7873         to them.)
7874         * configure.in: Don't use shared config.cache for target
7875         directories.
7876         * configure: Regenerate.
7878 2004-01-02  Dan Nicolaescu  <dann@ics.uci.edu>
7880         * MAINTAINERS: Add myself to 'Write After Approval' section.
7882 2003-12-31  Roger Sayle  <roger@eyesopen.com>
7884         * configure.in (ia64*-*-hpux*): Disable building java libraries.
7885         * configure: Regenerated.
7887 2003-12-23  Kazu Hirata  <kazu@cs.umass.edu>
7889         * MAINTAINERS: Remove the mn10200 maintainer.
7891 2003-12-21  Bernardo Innocenti  <bernie@develer.com>
7893         * configure.in (*-*-uclinux): Exclude newlib, libgloss and rda.
7894         * configure: Regenerated.
7896 2003-12-16  Jan Hubicka  <jh@suse.cz>
7898         * MAINTAINERS: Add myself as callgraph maintainer.
7900 2003-12-08  Thomas Fitzsimmons  <fitzsim@redhat.com>
7902         * configure.in (raw_libstdcxx_flags): Remove the leading space.
7903         * configure: Regenerate.
7905 2003-12-01  Giovanni Bajo  <giovannibajo@gcc.gnu.org>
7907         * MAINTAINERS: Move myself from 'Bug database only accounts' to
7908         'Write After Approval' section. Update email.
7910 2003-12-01  James Lemke  <jim@wasabisystems.com>
7912         * MAINTAINERS (Write After Approval): Add myself.
7914 2003-11-20  Matt Thomas  <matt@3am-software.com>
7916         * MAINTAINERS: Add myself as a vax port maintainer.
7918 2003-11-20  Kelley Cook  <kcook@gcc.gnu.org>
7920         * Makefile.tpl (BASE_FLAGS_TO_PASS): Pass along CONFIG_SHELL.
7921         (configure-build-[+module+], configure-[+module+]): Likewise.
7922         (configure-target-[+module+], configure-gcc, config.status): Likewise.
7923         * Makefile.in: Regenerate.
7925 2003-11-19  Andreas Tobler  <a.tobler@schweiz.ch>
7927         * libtool.m4: Sync darwin bits from libtool cvs to build a gcc with
7928         shared/dylibed libraries.
7929         * ltmain.sh: Likewise.
7930         * ltcf-c.sh: Likewise, disable shared library build for OS-X < 10.3.
7931         * ltcf-cxx.sh: Likewise.
7932         * ltcf-gcj.sh: Likewise.
7933         * ltconfig: Likewise.
7935 2003-11-17  Stan Cox  <scox@redhat.com>
7937         * MAINTAINERS: Add myself as iq2000 port maintainer.
7939 2003-11-14  Arnaud Charlet  <charlet@act-europe.fr>
7941         * Makefile.tpl (EXTRA_GCC_FLAGS): Pass BOOT_ADAFLAGS.
7942         * Makefile.in: Regenerate.
7944 2003-11-03  Ulrich Weigand  <uweigand@de.ibm.com>
7946         * config.sub: Update to 2003-11-03 version.
7948 2003-10-20  Phil Edwards  <phil@codesourcery.com>
7950         * configure.in (*-*-vxworks):  Add target-libiberty to noconfdirs.
7951         * configure:  Regenerate.
7953 2003-10-20  Nicolas Pitre  <nico@cam.org>
7955         * MAINTAINERS: Add myself to 'Write After Approval' section.
7957 2003-10-20  Arnaud Charlet  <charlet@act-europe.fr>
7959         * MAINTAINERS (Various maintainers: Ada front end): Added myself.
7961 2003-10-19  Joseph S. Myers  <jsm@polyomino.org.uk>
7963         * MAINTAINERS: Update my email address.
7965 2003-10-17  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
7967         * config-ml.in (multi-do): Pass MULTIFLAGS to subdir makes.
7969 2003-10-17  Ralph Loader  <rcl@ihug.co.nz>
7971         * MAINTAINERS: Add myself to 'Write After Approval' section.
7973 2003-10-16  Bernardo Innocenti  <bernie@develer.com>
7975         * config.guess: Update to 2003-10-16 version.
7976         * config.sub: Update to 2003-10-16 version.
7978 2003-10-15  David Daney  <ddaney@avtrex.com>
7980         * MAINTAINERS: Added myself to 'Write After Approval' section.
7982 2003-10-15  Falk Hueffner  <falk@debian.org>
7984         * MAINTAINERS: Move myself from 'Bug database only accounts' to
7985         'Write After Approval' section. Update email.
7987 2003-10-14  Roger Sayle  <roger@eyesopen.com>
7989         * MAINTAINERS: Move myself from 'Write After Approval' to
7990         'Various Maintainers' section as middle-end maintainer.
7992 2003-10-13  Nathanael Nerode  <neroden@gcc.gnu.org>
7994         * Makefile.tpl: Make GCC_FLAGS_TO_PASS a superset of
7995         HOST_FLAGS_TO_PASS.
7996         * Makefile.in: Regenerate.
7998 2003-10-11  Bernardo Innocenti  <bernie@develer.com>
8000         * config.guess: Update to 2003-10-07 version.
8001         * config.sub: Update to 2003-10-07 version.
8003 2003-10-06  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
8005         * ltcf-cxx.sh (irix5*, irix6*): Prefix -soname and its arg with ${wl}.
8006         * ltconfig (irix5*, irix6*): Don't override version_type.
8008 2003-10-05  Mohan Embar  <gnustuff@thisiscool.com>
8010         * configure.in: Allow explicit specification of CFLAGS_FOR_BUILD.
8011         * configure: Rebuilt
8012         * Makefile.tpl: Use CFLAGS_FOR_BUILD computed by configure
8013         * Makefile.in: Rebuilt
8015 2003-10-03  H.J. Lu  <hongjiu.lu@intel.com>
8017         * ltconfig (sys_lib_search_path_spec): Fix a typo for HPUX.
8019 2003-09-30  Carlo Wood  <carlo@alinoe.com>
8021         * MAINTAINERS (Write After Approval): Add myself.
8023 2003-09-29  Paul Koning  <ni1d@arrl.net>
8025         * MAINTAINERS: Move myself from "Write After Approval"
8026         to CPU platform maintainers for pdp11 platform.
8028 2003-09-23  Andreas Tobler  <a.tobler@schweiz.ch>
8030         * MAINTAINERS: Move myself from 'Write After Approval' to
8031         'Various Maintainers' section as libffi testsuite maintainer.
8033 2003-09-21  Daniel Jacobowitz  <drow@mvista.com>
8035         * configure.in: Pass a computed --program-transform-name
8036         to subconfigures.
8037         * configure: Regenerated.
8039 2003-09-20  Nathanael Nerode  <neroden@gcc.gnu.org>
8041         * Makefile.tpl: Don't pass down obsolete ENQUIRE variable.
8042         * Makefile.in: Regenerate.
8044         * Makefile.tpl: Don't pass (unused) DLLTOOL or WINDRES to gcc.
8045         * Makefile.in: Regenerate.
8047 2003-09-19  Ziemowit Laski  <zlaski@apple.com>
8049         * MAINTAINERS: Move myself from 'Write After Approval'
8050         to 'Various Maintainers' (objective-c) section.
8052 2003-09-17  Daniel Jacobowitz  <drow@mvista.com>
8054         * configure.in (TOPLEVEL_CONFIGURE_ARGUMENTS, baseargs): Fix
8055         quoting.
8056         * configure: Regenerated.
8058 2003-09-16  Joel Brobecker  <brobecker@gnat.com>
8060         * MAINTAINERS (Write After Approval): Add myself to write after
8061         approval list.
8063 2003-09-16  Dorit Naishlos  <dorit@il.ibm.com>
8065         * MAINTAINERS (Write After Approval): Add myself.
8067 2003-09-09  Ian Lance Taylor  <ian@wasabisystems.com>
8069         * MAINTAINERS: Update my e-mail address.
8071 2003-09-09  Alan Modra  <amodra@bigpond.net.au>
8073         * libtool.m4 (LD): Correct powerpc64 host match.
8075 2003-09-06  James E Wilson  <wilson@tuliptree.org>
8077         * MAINTAINTERS: Update my affiliation and email address.
8079 2003-09-06  Zdenek Dvorak  <rakdver@atrey.karlin.mff.cuni.cz>
8081         * MAINTAINERS (Write After Approval): Add myself.
8083 2003-09-04  DJ Delorie  <dj@redhat.com>
8085         * configure: Regenerate.
8087 2003-09-04  Robert Millan  <robertmh@gnu.org>
8089         * configure.in: Match GNU/KFreeBSD with new kfreebsd*-gnu triplet.
8091 2003-09-02  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
8093         * configure.in: Ensure arguments to sed are properly spaced.
8094         * configure: Regenerate.
8096 2003-08-30  Gerald Pfeifer  <gerald@pfeifer.com>
8098         * MAINTAINERS: Update my e-mail address.
8100 2003-08-28  Mohan Embar  <gnustuff@thisiscool.com>
8102         * MAINTAINERS (Write After Approval): Add myself.
8104 2003-08-27  Daniel Jacobowitz  <drow@mvista.com>
8106         * configure.in: Set RAW_CXX_FOR_TARGET if unset.
8107         * configure: Regenerated.
8109 2003-08-23  Marek Michalkiewicz  <marekm@amelek.gda.pl>
8111         * MAINTAINERS: Update my email address.
8113 2003-08-23  Phil Edwards  <pme@gcc.gnu.org>
8115         * configure.in:  Use newline instead of semicolon when assuming
8116         shell arguments in a for loop.
8117         * configure:  Regenerated.
8119 2003-08-22  Jason Eckhardt  <jle@rice.edu>
8121         * MAINTAINERS: Resurrect the i860 maintainer.
8123 2003-08-20  Geoffrey Keating  <geoffk@apple.com>
8125         PR 8180
8126         * configure.in: When testing with_libs and with_headers, treat
8127         'no' as unset.  Based on a patch by Dan Kegel <dank@kegel.com>.
8128         * configure: Regenerate.
8130         * configure.in (TOPLEVEL_CONFIGURE_ARGUMENTS): Quote properly for
8131         make, shell, etc.
8132         (baseargs): Likewise.
8133         * configure: Regenerate.
8135 2003-08-20  Bernardo Innocenti  <bernie@develer.com>
8137         * MAINTAINERS (Write After Approval): Add myself.
8139 2003-08-19  Geoffrey Keating  <geoffk@apple.com>
8141         * configure.in: Disable libgcj for darwin not on powerpc.
8142         * configure: Rebuild.
8144 2003-08-14  Alexandre Duret-Lutz  <adl@gnu.org>
8146         * config-ml.in, symlink-tree: Add license.
8148 2003-08-03  Richard Stallman  <rms@gnu.org>
8149             Eben Moglen  <moglen@columbia.edu>
8151         * README.SCO: New file.
8153 2003-08-01  Matt Kraai  <kraai@alumni.cmu.edu>
8155         * Makefile.tpl (check, check-c++): Express dependencies using
8156         dependencies rather than commands.
8157         * Makefile.in: Regenerate.
8159 2003-08-01  Andrew Cagney  <cagney@redhat.com>
8161         * configure.in (noconfigdirs): Do not add GDB when m32r-*-*.
8162         * configure: Ditto.
8164 2003-07-31  Geoffrey Keating  <geoffk@apple.com>
8166         * Makefile.tpl (libsubdir): Use gcc instead of gcc-lib.
8167         * Makefile.in: Update.
8169 2003-07-30  Andreas Tobler  <a.tobler@schweiz.ch>
8171         * configure.in: Enable libgcj for darwin.
8172         * configure: Rebuild.
8174 2003-07-29  Phil Edwards  <pme@gcc.gnu.org>
8176         * config-ml.in:  Use ac_configure_args directly instead of
8177         ml_arguments.  Only set ml_norecursion if --no[-]recursion is
8178         actually seen.
8180 2003-07-27  Nathanael Nerode  <neroden@gcc.gnu.org>
8182         * Makefile.tpl: Use 'mkinstalldirs' rather than 'mkdir' when
8183         creating target and build subdirs to build all parent dirs as needed.
8184         * Makefile.in: Rebuild.
8185         * configure.in: Don't build dirs explicitly here.
8186         * configure: Rebuild.
8188 2003-07-26  Paul Brook  <paul@nowt.org>
8190         * MAINTAINERS (fortran 95): Add myself, Steven Bosscher and Toon Moene.
8192 2003-07-22  Alexandre Oliva  <aoliva@redhat.com>
8194         * Makefile.tpl (all-make): Depend on intl.
8195         * Makefile.in: Rebuilt.
8197 2003-07-20  Phil Edwards  <pme@gcc.gnu.org>
8199         * install-sh:  Update to newer upstream versions (associated with
8200         aclocal 1.7).
8201         * mkinstalldirs:  Likewise.
8202         * missing:  Likewise, plus $1Help2man -> $1 typo fix.
8204 2003-07-16  Andrew Pinski  <pinskia@gcc.gnu.org>
8206         * MAINTAINERS: Move self from Bug database only accounts
8207         to write-after-approval.
8209 2003-07-16  Nathanael Nerode  <neroden@gcc.gnu.org>
8211         * config.if: Remove unused libc_interface determination.
8213 2003-07-14  Nathanael Nerode  <neroden@gcc.gnu.org>
8215         * MAINTAINERS: Move self from write-after-approval to
8216         build machinery (*.in).
8218 2003-07-13  Nathanael Nerode  <neroden@gcc.gnu.org>
8220         PR bootstrap/11273
8221         PR bootstrap/11408
8222         * Makefile.tpl: Set INSTALL and friends using autoconf.  Remove
8223         unused INSTALL_PROGRAM_ARGS.
8224         * configure.in: Use AC_PROG_INSTALL.
8225         * Makefile.in: Regenerate.
8226         * configure: Regenerate.
8228 2003-07-13  Kazu Hirata  <kazu@cs.umass.edu>
8230         * MAINTAINERS: Alphabetize.
8232 2003-07-10  Alexandre Oliva  <aoliva@redhat.com>
8234         * configure: Rebuilt.
8235         2001-09-26  Alexandre Oliva  <aoliva@redhat.com>
8236         * configure.in (noconfigdirs) [am33_2.0-*-linux*]: Don't build
8237         newlib nor libgloss.
8238         Wed May  9 10:07:19 2001  Alexandre Oliva  <aoliva@redhat.com>
8239         * configure.in (am33_2.0-*-linux*): Added.
8241 2003-07-09  Bob Wilson  <bob.wilson@acm.org>
8243         * configure.in: Add ${libgcj} to noconfigdirs for xtensa-*-* targets.
8244         * configure: Regenerate.
8246 2003-07-07  Zack Weinberg  <zack@codesourcery.com>
8248         * Makefile.tpl (configure-gcc): Depend on maybe-configure-intl.
8249         * Makefile.in: Regenerate.
8251 2003-07-04  Zack Weinberg  <zack@codesourcery.com>
8253         * Makefile.tpl (all-bootstrap): Depend on maybe-all-intl.
8254         * Makefile.in: Regenerate.
8256 2003-07-04  H.J. Lu  <hongjiu.lu@intel.com>
8258         * Makefile.tpl: Replace PWD with PWD_COMMAND.
8259         * Makefile.in: Regenerated.
8261         * config-ml.in: Replace PWD with PWD_COMMAND.
8263 2003-07-04  Zack Weinberg  <zack@codesourcery.com>
8265         * intl: New directory; see intl/ChangeLog for details.
8266         * ABOUT-NLS, config.rpath: Import from gettext 0.12.1.
8267         * Makefile.tpl: all-gcc depends on maybe-all-intl.
8268         * Makefile.in: Regenerate.
8270 2003-06-27  Nathanael Nerode  <neroden@gcc.gnu.org>
8272         * configure.in: Clean up config-lang.in handling.  Delete
8273         useless assignment to "subdirs".
8274         * configure: Regenerate.
8276 2003-06-26  Nathanael Nerode  <neroden@gcc.gnu.org>
8278         * configure.in: Rename 'target_libs' to 'target_libraries'.
8279         Remove useless reference to 'target_libs'.
8280         * configure: Regenerate.
8282 2003-06-23  Keith Seitz  <kseitz@sources.redhat.com>
8284         * Makefile.tpl: Add maybe-configure-itcl to configure-gdb.
8285         * Makefile.in: Regenerate.
8287 2003-06-23  Nathanael Nerode  <neroden@gcc.gnu.org>
8289         * Makefile.def: Introduce flags_to_pass.
8290         * Makefile.tpl: Generate BASE_FLAGS_TO_PASS using it.
8291         * Makefile.in: Regenerate.
8293 2003-06-23  Hans-Peter Nilsson  <hp@bitrange.com>
8295         * configure.in (noconfigdirs) <cris-*-*>: Disable target-newlib
8296         and target-libgloss.
8297         <d30v-*-*, fr30-*-*, i960-*-*, m32r-*-*>: Disable gdb.
8298         <h8300*-*-*>: Disable libf2c and ${libgcj}.
8299         * configure: Regenerate.
8301 2003-06-17  Benjamin Kosnik  <bkoz@redhat.com>
8303         * configure.in: Update testsuite_flags to new location.
8304         * configure. Regenerate.
8306 2003-06-18  Nathanael Nerode  <neroden@gcc.gnu.org>
8308         * Makefile.tpl: Remove BUILD_CC stuff.
8309         * Makefile.in: Regenerate.
8311 2003-06-17  Kazu Hirata  <kazu@cs.umass.edu>
8313         * MAINTAINERS (Write After Approval): Remove Andrew Haley.
8315 2003-06-16  Graeme Peterson  <gp@qnx.com>
8317         * MAINTAINERS (Write After Approval): Add myself.
8319 2003-06-14  H.J. Lu  <hongjiu.lu@intel.com>
8321         * config.guess: Update to 2003-06-12 version.
8322         * config.sub: Update to 2003-06-13 version.
8324 2003-06-12  H.J. Lu  <hongjiu.lu@intel.com>
8326         * config.guess: Update to 2003-06-06 version.
8327         * config.sub: Update to 2003-06-06 version.
8329 2003-06-11  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
8331         * configure.in: Don't pass --with-stabs for mips*-sgi-irix6*o32.
8332         * configure. Regenerate.
8334 2003-06-10  Nathanael Nerode  <neroden@gcc.gnu.org>
8336         * configure.in: Disable serial configure by default.
8337         * configure: Regenerate.
8338         * Makefile.tpl: Abolish .NOTPARALLEL.
8339         * Makefile.in: Regenerate.
8341         * Makefile.tpl: Replace {build,host,target}_canonical by
8342         {build,host,target}.
8343         * Makefile.in: Regenerate.
8345         * Makefile.tpl: Fix stupid pasto.
8346         * Makefile.in: Regenerate.
8348 2003-06-09  Nathanael Nerode  <neroden@gcc.gnu.org>
8350         * Makefile.tpl: Remove bogus conditional.
8351         * Makefile.in: Regenerate.
8353 2003-06-05  Jan Hubicka  <jh@suse.cz>
8355         * Makefile.tpl (profiledbootstrap): New target.
8356         * Makefile.in (profiledbootstrap): New target.
8358 2003-06-05  Wolfgang Bangerth  <bangerth@dealii.org>
8360         * MAINTAINERS (Bugzilla only): Add Dara Hazeghi and Andrew
8361         Pinski. Remove user names from other bugzilla-only maintainers.
8363 2003-06-03  Nathanael Nerode  <neroden@gcc.gnu.org>
8365         * Makefile.tpl: Make 'recursive targets' using autogen rather
8366         than shell loop.  Remove duplicate 'clean' targets and false
8367         comments.
8368         * Makefile.def: Add systematic dependencies to 'recursive' targets.
8369         Add systematic method of specifying missing targets in subdirs.
8370         Add copyright boilerplate.
8371         * Makefile.in: Regenerate.
8372         * configure.in: Add 'recursive targets' to maybe list.
8373         * configure: Regenerate.
8375         * MAINTAINERS: "GNATS only" -> "Bug database only".
8377         * Makefile.tpl: Rename [+target+] to [+make_target+].
8378         * Makefile.def: Rename 'target' to 'make_target'.
8380 2003-05-31  Neil Booth  <neil@daikokuya.co.uk>
8382         * MAINTAINERS: Add self as options handling maintainer.
8384 2003-05-28  Michael Meissner  <gnu@the-meissners.org>
8386         * MAINTAINERS: Remove myself as m32r/v850 maintainer, since it has
8387         been too long since I touched those ports.
8389 2003-05-28  DJ Delorie  <dj@redhat.com>
8391         * Makefile.tpl: Make maybe-check-gcc .PHONY.
8392         * Makefile.in: Regenerate.
8394 2003-05-21  Maciej W. Rozycki  <macro@ds2.pg.gda.pl>
8396         * configure.in: Use curly braces in the definition of tooldir.
8397         * configure: Regenerate.
8399 2003-05-21  DJ Delorie  <dj@redhat.com>
8401         * Makefile.tpl (configure-target-libiberty): Depend only on gcc, not
8402         newlib or libgloss.
8403         * Makefile.in: Regenerate.
8405 2003-05-21  DJ Delorie  <dj@redhat.com>
8407         * Makefile.tpl: Add missing empty maybe-check-gcc target.
8408         * Makefile.in: Regenerate.
8410 2003-05-20  Ian Lance Taylor  <ian@airs.com>
8412         * MAINTAINERS: Update my e-mail address.
8414 2003-05-19  Nathanael Nerode  <neroden@gcc.gnu.org>
8416         * configure.in: Switch more things to use maybe dependencies.
8417         * Makefile.tpl: Switch more things to use maybe dependencies.
8418         Factor out common code from autogen IF statements.
8419         * configure: Regenerate.
8420         * Makefile.in: Regenerate.
8422 2003-05-14  Kelley Cook  <kelleycook@wideopenwest.com>
8424         * configure.in: Accept i[3456789]86 for machine type.
8425         * configure: Regenerate.
8427 2003-05-18  Nathanael Nerode  <neroden@gcc.gnu.org>
8429         * configure.in: Switch more things to use maybe dependencies.
8430         Rearrange a little.  Use GCC_TOPLEV_SUBDIRS.
8431         * configure: Regenerate.
8432         * Makefile.tpl: Switch more things to use maybe dependencies.
8433         * Makefile.in: Regenerate.
8435 2003-05-16  Andreas Schwab  <schwab@suse.de>
8437         * Makefile.tpl (install-opcodes): Define.
8438         * Makefile.in: Rebuild.
8440 2003-05-13  Andreas Jaeger  <aj@suse.de>
8442         * config.guess: Update to 2003-05-09 version.
8443         * config.sub: Update to 2003-05-09 version.
8445 2003-05-13  Michael Eager  <eager@mvista.com>
8447         * configure.in: Correct sed script so that options in quotes are not
8448         deleted.
8449         * configure: Rebuild.
8451 2003-05-12  Corinna Vinschen  <corinna@vinschen.de>
8453         * configure.in (FLAGS_FOR_TARGET): Remove $$s/newlib/libc/sys/cygwin
8454         and $$s/newlib/libc/sys/cygwin32 include paths.
8455         * configure: Ditto.
8457 2003-05-12  Michael Meissner  <gnu@the-meissners.org>
8459         * MAINTAINERS: Update my email addresses.
8461 2003-05-06  Eric Botcazou  <ebotcazou@libertysurf.fr>
8463         * config-ml.in: Propagate INSTALL variables.
8465 2003-05-04  Gerald Pfeifer  <pfeifer@dbai.tuwien.ac.at>
8467         * MAINTAINERS: Remove duplicate entries in Write After Approval.
8469 2003-05-02  Chris Demetriou  <cgd@broadcom.com>
8471         * Makefile.tpl: Require "makeinfo" from texinfo 4.2 or later.
8472         * Makefile.in: Regenerate.
8474 2003-05-02  Wolfgang Bangerth  <bangerth@dealii.org>
8476         * MAINTAINERS (GNATS only): Add Falk Hueffner.
8478 2003-04-30  Wolfgang Bangerth  <bangerth@dealii.org>
8480         * MAINTAINERS (GNATS only): Add Giovanni Bajo.
8482 2003-04-27  Daniel Jacobowitz  <drow@mvista.com>
8484         * Makefile.tpl: Clean $(BUILD_SUBDIR).
8485         * Makefile.in: Regenerated.
8487 2003-04-25  Wolfgang Bangerth  <bangerth@dealii.org>
8489         * MAINTAINERS (Write After Approval): Upgrade myself from
8490         GNATS only to write-after-approval. Update my mail address.
8492 2003-04-25  Loren J. Rittle  <ljrittle@acm.org>
8494         (OS Port Maintainers: freebsd): Add myself.
8496 2003-04-22  Mark Mitchell  <mark@codesourcery.com>
8498         * MAINTAINERS (java): Remove Alexandre Petit-Bianco.
8500 2003-04-22  Kean Johnston  <jkj@sco.com>
8502         * MAINTAINERS (SCO ports): Added myself.
8504 2003-04-21  Nathan Sidwell  <nathan@codesourcery.com>
8506         * MAINTAINERS (gcov): Add myself and Jan Hubicka.
8508 2003-04-19  Kean Johnston  <jkj@sco.com>
8510         * MAINTAINERS (Write After Approval): Add myself.
8512 2003-04-18  Gerald Pfeifer  <pfeifer@dbai.tuwien.ac.at>
8514         * Makefile.tpl (MAKEINFOFLAGS): Default to --split-size=5000000.
8515         * Makefile.in: Regenerate.
8517 2003-04-18  Jakub Jelinek  <jakub@redhat.com>
8519         * configure.in (powerpc64*-*-linux*): Remove.
8520         * configure: Rebuilt.
8522 2003-04-17  Phil Edwards  <pme@gcc.gnu.org>
8524         * Makefile.tpl (GCC_STRAP_TARGETS):  New variable containing all the
8525         previous bootstrap targets, plus bubblestrap, quickstrap, cleanstrap,
8526         and restrap.
8527         * Makefile.in:  Regenerate.
8529 2003-04-16  Richard Earnshaw  <rearnsha@arm.com>
8531         * configure.in (arm-*-netbsdelf*): Enable building java libraries.
8532         * configure: Regenerated.
8534 2003-04-15  DJ Delorie  <dj@redhat.com>
8536         * MAINTAINERS: Remove myself as windows/cygwin/mingw maintainer.
8538 2003-04-13  Nick Clifton  <nickc@redhat.com>
8540         * config-ml.in: Remove support for --disable-aix removing
8541         call-aix multilibs.
8543 2003-04-10  Alexandre Oliva  <aoliva@redhat.com>
8545         * libtool.m4 (lt_cv_deplibs_check_method): Use pass_all on mips*.
8546         * */configure: Rebuilt.
8548 2003-04-08  Joel Sherrill  <joel@oarcorp.com>
8550         * MAINTAINERS: Add my email address.
8552 2003-03-17  Olivier Hainque  <hainque@act-europe.fr>
8554         * MAINTAINERS (Write After Approval): Add myself.
8556 2003-03-14  Nathanael Nerode  <neroden@gcc.gnu.org>
8558         * Makefile.tpl: Move .NOEXPORT, MAKEOVERRIDES back down.
8559         * Makefile.in: Regenerate.
8561 2003-03-14  Michael Chastain  <mec@shout.net>
8563         * Makefile.in: Regenerate with correct Makefile.def.
8565 2003-03-12  Nathanael Nerode  <neroden@gcc.gnu.org>
8567         * Makefile.tpl: Move .NOEXPORT, MAKEOVERRIDES up.  Delete unused
8568         Make macro.
8569         * Makefile.in: Regenerate.
8570         * configure.in: Clean up gxx_include_dir logic.
8571         * configure: Regenerate.
8573 2003-03-12  Ansgar Esztermann  <ansgar@thphy.uni-duesseldorf.de>
8575         * MAINTAINERS (Write After Approval): Add myself.
8577 2003-03-10  Ben Elliston  <bje@wasabisystems.com>
8579         * MAINTAINERS: Update my mail address.
8581 2003-03-09  Franz Sirl  <Franz.Sirl-kernel@lauterbach.com>
8583         * configure.in (gxx_include_dir): Fix typo.
8584         * configure: Regenerated.
8586 2003-03-04  Nathanael Nerode  <neroden@gcc.gnu.org>
8588         * Makefile.tpl: Reindent.
8589         * Makefile.in: Regenerate.
8590         * configure.in: Reindent.  Don't set unused variables.
8591         * configure: Regenerate.
8593 2003-03-04  Daniel Jacobowitz  <drow@mvista.com>
8595         * configure.in: Include $(build_tooldir)/sys-include in
8596         FLAGS_FOR_TARGET.
8597         * configure: Regenerated.
8599 2003-03-04  Nathanael Nerode  <neroden@gcc.gnu.org>
8601         * Makefile.tpl: Always pass down RANLIB.
8602         * Makefile.in: Regenerate.
8604         * Makefile.tpl: Don't set unused enable_shared, enable_threads macros.
8605         * Makefile.in: Regenerate.
8606         * configure.in: Remove unused logic relating to --enable-shared
8607         and --enable-threads.  Remove bogus comments.  Remove redundant
8608         noconfigdirs.
8609         * configure: Regenerate.
8611         * configure.in: Replace ${libstdcxx_version} by its value.
8612         Remove reference to mh-dgux.
8613         * configure: Regenerate.
8615 2003-03-03  Kevin Buettner  <kevinb@redhat.com>
8617         * MAINTAINERS (Write After Approval): Add myself.
8619 2003-02-28  Nathanael Nerode  <neroden@gcc.gnu.org>
8621         * Makefile.tpl: Rearrange.
8622         * Makefile.in: Regenerate.
8624 2003-02-25  Uwe Stieber  <uwe@wwws.de>
8626         * configure.in: Add support for kaOS as cross build target system.
8627         * configure: Regenerated.
8629 2003-02-24  Steven Bosscher  <steven@gcc.gnu.org>
8631         * MAINTAINERS (Write after approval): Add myself.
8633 2003-02-21  James E Wilson  <wilson@tuliptree.org>
8635         * MAINTAINERS: Update my email address.
8637 2003-02-21  Zack Weinberg  <zack@codesourcery.com>
8639         * MAINTAINERS: Add self to blanket write privs. section.
8641 2003-02-20  Sean McNeil  <sean@blue.mcneil.com>
8643         * Makefile.tpl: Add definition of CPPFLAGS to pass into
8644         configure-target-* as some target builds may require additional
8645         flags for preprocessor tests.
8646         * Makefile.in: Regenerated.
8648 2003-02-19  Alexandre Oliva  <aoliva@redhat.com>
8650         * libtool.m4 (LD): Append -melf* option to LD on IRIX with GNU ld.
8651         * ltconfig: Handle it.
8652         * ltcf-cxx.sh: Use with_gnu_ld passed as a shell variable instead of
8653         auto-detecting it.
8655         * ltcf-cxx.sh: Replace $linker_flags with $compiler_flags wherever
8656         it is used as argument to $CC.
8657         * ltcf-gcj.sh: Likewise.
8659         * configure.in: Introduce --enable-maintainer-mode.
8660         * configure: Rebuilt.
8661         * Makefile.tpl (Makefile.in, configure): Enable dependencies only
8662         for maintainer mode.
8663         * Makefile.in: Rebuilt.
8665 2003-02-18  Jason Merrill  <jason@redhat.com>
8667         * Makefile.tpl (check-c++): Allow parallelism.
8669 2003-02-16  Gerald Pfeifer  <pfeifer@dbai.tuwien.ac.at>
8671         * MAINTAINERS: Remove John Carr (who never actually had access to
8672         gcc.gnu.org).
8674 2003-02-15  Geoffrey Keating  <geoffk@apple.com>
8676         * configure.in (*-*-darwin*): Rename from powerpc*-*-darwin*,
8677         don't configure target-libobjc.
8678         * configure: Regenerate.
8680 2003-02-14  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
8682         * Makefile.tpl (RANLIB): Define.
8683         * Makefile.in: Regenerate.
8685 2003-02-08  Laurynas Biveinis  <laurynas.biveinis@mif.vu.lt>
8687         * MAINTAINERS: Update my email.
8689 2003-02-06  Keith R Seitz  <keiths@redhat.com>
8691         * Makefile.def: Remove "snavigator", "grep", and "db" modules.
8692         * Makefile.tpl: Remove "all-snavigator" and "all-grep".
8693         * Makefile.in: Regenerated.
8694         * configure.in: Remove all traces of snavigator, db, and grep.
8695         * configure: Regenerated.
8697 2003-02-06  Gerald Pfeifer  <pfeifer@dbai.tuwien.ac.at>
8699         * MAINTAINERS: Remove duplicate entry for Bernd Schmidt from Write
8700         After Approval.
8702 2003-02-02  Christian Cornelssen  <ccorn@cs.tu-berlin.de>
8704         * MAINTAINERS (Write after approval): Add myself.
8706 2003-01-31  Frank Ch. Eigler  <fche@redhat.com>
8708         * Makefile.tpl (all-sid): Add libiberty/bfd/opcodes dependencies.
8709         * Makefile.in: Regenerated.
8711 2003-01-30  Roger Sayle  <roger@eyesopen.com>
8713         * config.guess: Updated to 2003-01-30's version.
8714         * config.sub: Updated to 2003-01-28's version.
8716 2003-01-30  Alexandre Oliva  <aoliva@redhat.com>
8718         * config.if: If gcc_version is already set, just use it.  Don't set
8719         gcc_version_trigger if it's already set, otherwise set it to
8720         gcc/version.c, but only if the file exists.  If it is not set and
8721         gcc/version.c does not exist, try to extract the version number from
8722         $CC.
8724 2003-01-29  Andreas Tobler  <a.tobler@schweiz.ch>
8726         * MAINTAINERS: Add myself to write-after-approval list.
8728 2003-01-27  Phil Edwards  <pme@gcc.gnu.org>
8730         * configure.in:  Revert 24Jan change.
8731         * configure:  Regenerate.
8733 2003-01-25  Gerald Pfeifer  <pfeifer@dbai.tuwien.ac.at>
8735         * MAINTAINERS: Remove incorrect entry for Paul Eggert.  Fix
8736         entry of HJ Lu.
8738 2003-01-23  Nathanael Nerode  <neroden@gcc.gnu.org>
8740         * configure.in: Revert previous change.
8741         * configure: Regenerate.
8743 2003-01-23  Nathanael Nerode  <neroden@gcc.gnu.org>
8745         * configure.in: Make rda native-only.
8746         * configure: Regenerate.
8748 2003-01-22  Volker Reichelt  <reichelt@igpm.rwth-aachen.de>
8750         * MAINTAINERS: Move myself from GNATS-only-accounts to
8751         write-after-approval.
8753 2003-01-19  Nathanael Nerode  <neroden@gcc.gnu.org>
8755         * configure.in: Add missing \.
8756         * configure: Rebuilt.
8758 2003-01-17  Jakub Jelinek  <jakub@redhat.com>
8760         * configure.in (baseargs): Avoid using \| in sed regular
8761         expressions.
8762         * configure: Rebuilt.
8764 2003-01-16  Jakub Jelinek  <jakub@redhat.com>
8766         * configure.in (baseargs): Remove all supported forms of
8767         --cache-file, --srcdir, --host, --build and --target options
8768         from argument lists.
8769         * configure: Rebuilt.
8771 2003-01-15  Josef Zlomek  <zlomekj@suse.cz>
8773         * MAINTAINERS: Add myself to write-after-approval list.
8775 2003-01-15  Alexandre Oliva  <aoliva@redhat.com>
8777         * configure.in (noconfigdirs): Don't skip gas on IRIX 6.
8778         * configure: Rebuilt.
8780 2003-01-09  Nathanael Nerode  <neroden@gcc.gnu.org>
8782         * configure.in: Substitute TOPLEVEL_CONFIGURE_ARGUMENTS.
8783         * Makefile.tpl: Pass TOPLEVEL_CONFIGURE_ARGUMENTS to gcc.
8784         * Makefile.in: Regenerate.
8785         * configure: Regenerate.
8787 2003-01-09  Alexandre Oliva  <aoliva@redhat.com>
8789         * configure.in: Remove Makefile in build, host and target modules
8790         unless configure was run with --no-recursion.
8791         * configure: Rebuilt.
8793 2003-01-09  Christian Cornelssen  <ccorn@cs.tu-berlin.de>
8795         * Makefile.tpl (BASE_FLAGS_TO_PASS): Also pass DESTDIR.
8796         (install-info, dir.info): Prepend $(DESTDIR) to $(infodir).
8797         * Makefile.in: Regenerate.
8799 2003-01-08  Chris Demetriou  <cgd@broadcom.com>
8801         * config.guess: Update to 2003-01-03 version.
8802         * config.sub: Update to 2003-01-03 version.
8804 2003-01-07  Christopher Faylor  <cgf@redhat.com>
8806         * configure: Regenerate with proper autoconf 2.13.
8808 2003-01-07  Christopher Faylor  <cgf@redhat.com>
8810         * configure.in: Add AC_PREREQ for consistency.
8811         * configure: Regenerate.
8813 2003-01-06  Andrew Cagney  <ac131313@redhat.com>
8815         * configure.in (GDB_TK): Add tcl directories conditional on
8816         gdb/gdbtk directory being present.
8817         * configure: Regenerate.
8819 2003-01-04  John David Anglin  <dave.anglin@nrc.ca>
8821         * configure.in (LD): Improve test for gcc.  Try to set LD to the ld
8822         used by gcc if LD is not defined and we are not doing a Canadian Cross.
8823         * configure: Rebuilt.
8825 2002-12-31  Tom Tromey  <tromey@redhat.com>
8827         * Makefile.in: Rebuilt.
8828         * Makefile.def (target_modules) [libffi]: Allow installation.
8830 2002-12-31  Andreas Schwab  <schwab@suse.de>
8832         * configure.in: Fix use of $program_transform_name.
8833         * configure: Regenerated.
8835 2002-12-30  Daniel Jacobowitz  <drow@mvista.com>
8837         * configure.in (baseargs): Don't remove first configure argument.
8838         * configure: Regenerated.
8840 2002-12-29  Alexandre Oliva  <aoliva@redhat.com>
8842         * Makefile.tpl (local-distclean): Don't remove...
8843         (multilib.ts): ... this.  Moved into...
8844         (multilib.out): ... this.  Don't use sub-make.
8845         ($(BUILD_SUBDIR)/[+module+]/Makefile, [+module+]/Makefile,
8846         $(TARGET_SUBDIR)/[+module+]/Makefile, gcc/Makefile): Moved into...
8847         (configure-build-[+module+], configure-[+module+],
8848         configure-target-[+module+], configure-gcc): ... these.  Test
8849         for Makefile existence.  Drop config.status from dependencies.
8850         * Makefile.in: Rebuilt.
8851         * configure.in: Move gcc-version-trigger to the end of
8852         ac_configure_args.  Add comments to maybedep.tmp and
8853         serdep.tmp.  Introduce --disable-serial-configure.  Remove
8854         nonopt from baseargs, matching and removing corresponding
8855         whitespace while at it.
8856         * configure: Rebuilt.
8858 2002-12-28  Alexandre Oliva  <aoliva@redhat.com>
8860         * configure.in (host_configargs): Replace reference to
8861         no-longer-defined buildopts with --build=${build_alias}.
8862         * configure: Rebuilt.
8864         * Makefile.tpl ($(NOTPARALLEL)): Move to the end.  Bring uses of
8865         program_transform_name to standard idiom.
8866         (AUTOGEN, AUTOCONF): Define.
8867         (Makefile.in): Use $(AUTOGEN).
8868         (Makefile): Depend on config.status, and use autoconf-style rule to
8869         build it.  Move original commands to...
8870         (config.status): ... this new target.
8871         (configure): Add $(srcdir).  Depend on config/acx.m4.  Use
8872         $(AUTOCONF).
8873         * Makefile.in: Rebuilt.
8875 2002-12-28  Nathanael Nerode  <neroden@gcc.gnu.org>
8877         * Makefile.tpl: Fix dramatic bustage due to change in
8878         program_transform_name.
8879         * Makefile.in: Regenerate.
8881         * configure.in: Remove unnecessary PATH setting.
8882         * configure: Regnerate.
8884         * configure.in: Don't default to unprefixed tools unless
8885         the native tools will work.
8886         * configure: Regenerate.
8888         * configure.in: Convert to autoconf script.  Blow away lots
8889         of now-redundant Makefile fragments.
8890         * configure: Generate using Autoconf.
8891         * Makefile.tpl: Rewrite to reflect autoconfiscation.
8892         * Makefile.in: Regenerate.
8894 2002-12-27  Nathanael Nerode  <neroden@gcc.gnu.org>
8896         * configure: Fix stupid bug where RANLIB was mistakenly included.
8898         * configure.in: Rename (buildargs, hostargs, targargs) to
8899         (build_configargs, host_configargs, target_configargs).
8901         * configure.in: Move logic out of sed statement.
8903         * configure: Remove unneeded 'export's.  Make CC_FOR_TARGET,
8904         CXX_FOR_TARGET, GCJ_FOR_TARGET substituted in configure.in only.
8906 2002-12-25  Svein E. Seldal  <Svein.Seldal@solidas.com>
8908         * config.sub: Import from master repository
8909         * config.guess: Ditto
8911 2002-12-24  Andreas Schwab  <schwab@suse.de>
8913         * Makefile.tpl (multilib.out): Fix missing space.
8914         * Makefile.in: Regenerate.
8916 2002-12-23  Nathanael Nerode  <neroden@gcc.gnu.org>
8918         * Makefile.tpl: Use shared multilib.out.  Use move-if-change for it.
8919         Convert (cd foo; make) to (cd foo && make).  Clean up multilib.out.
8920         * Makefile.in: Regenerate.
8921         * configure.in: Remove unnecessary leftovers.
8923 2002-12-21  Geoffrey Keating  <geoffk@apple.com>
8925         * configure.in (extra_ranlibflags_for_target): New variable.
8926         (*-*-darwin): Add -c to ranlib commands.
8927         * configure (tooldir): Handle extra_ranlibflags_for_target.
8929 2002-12-19  Nathanael Nerode  <neroden@gcc.gnu.org>
8931         * Makefile.tpl: Revert HJL's change.
8932         * Makefile.in: Regenerated.
8933         * configure.in: Put build_prefix before $(BUILD_SUBDIR) here, and
8934         always.
8936 2002-12-19  Andreas Schwab  <schwab@suse.de>
8938         * Makefile.tpl, configure.in: Substitute libstdcxx_incdir.
8939         * Makefile.in: Regenerate.
8941 2002-12-18  H.J. Lu  <hjl@gnu.org>
8943         * Makefile.tpl: Add @build_prefix@ before $(BUILD_SUBDIR).
8944         * Makefile.in: Regenerated.
8946         * configure.in (build_prefix): New. Substitute.
8948 2002-12-18  Nathanael Nerode  <neroden@gcc.gnu.org>
8950         * Makefile.tpl: Don't let real targets depend on phony targets.
8951         * Makefile.in: Regenerate.
8953         * Makefile.tpl (do-info): Depend on maybe-all-texinfo, not all-texinfo.
8954         * Makefile.in: Regenerate.
8956 2002-12-17  Svein E. Seldal  <Svein.Seldal@solidas.com>
8958         * config.sub: Import from master repository
8959         * config.guess: Ditto
8961 2002-12-16  Jason Merrill  <jason@redhat.com>
8963         * Makefile.tpl (all-gcc): Use 'make quickstrap' if there was a
8964         previous 'make bootstrap'.
8965         * Makefile.in: Regenerate.
8967 2002-12-17  Hans-Peter Nilsson  <hp@bitrange.com>
8969         * configure.in (noconfigdirs) [mmix-*-*]: Disable libgloss and gdb.
8971 2002-12-13  Nathanael Nerode  <neroden@gcc.gnu.org>
8973         * configure.in, Makefile.tpl, Makefile.def: Remove tclX.
8974         * Makefile.in: Regenerate.
8976 2002-12-13  Jason Merrill  <jason@redhat.com>
8978         * Makefile.tpl (check-gcc-c++): Renamed from check-c++.  Don't run
8979         library tests.
8980         (check-c++): Just depend on it and check-target-libstdc++-v3.
8981         * Makefile.in: Regenerate.
8983 2002-12-12  Alexandre Oliva  <aoliva@redhat.com>
8985         * Makefile.tpl (configure-target-rda): Depend on $(ALL_GCC_C).
8986         * Makefile.in: Rebuilt.
8988 2002-12-12  Alexandre Oliva  <aoliva@redhat.com>
8990         * Makefile.in (configure-target-rda): Depend on ALL_GCC_C.
8992 2002-12-10  Nathanael Nerode  <neroden@gcc.gnu.org>
8994         * configure: Fix bug put in by gremlins.
8996         * Makefile.tpl: Substitute more autoconfily.
8997         * configure: Substitute more autoconfily.
8998         * Makefile.in: Regenerate.
9000 2002-12-09  Svein E. Seldal  <Svein.Seldal@solidas.com>
9002         * config.sub: Import from master repository
9003         * config.guess: Ditto
9004         * MAINTAINERS: Added Svein Seldal under write after approval
9006 2002-12-08  Andrew Cagney  <ac131313@redhat.com>
9008         * Makefile.tpl (all-sim): Depend on maybe-configure-gdb.
9009         * Makefile.in (all-sim): Ditto.
9011 2002-12-06  DJ Delorie  <dj@redhat.com>
9013         * Makefile.tpl: Change configure dependencies to not have real
9014         targets depend on phony targets.
9016 2002-12-05  Nathanael Nerode  <neroden@gcc.gnu.org>
9018         * configure.in: Revert unintentional change.
9020         * Makefile.tpl: Change dependency for */multilib.out so that
9021         it works when gcc isn't in the tree.
9023         * configure.in: Substitute more.
9024         * configure: Run subconfigures from the Makefile.
9025         * Makefile.tpl: Run subconfigures from the Makefile; add a few
9026         convenience targets.  Make sure gcc isn't rebuilt after bootstrap.
9028 2002-12-05  Gerald Pfeifer  <pfeifer@dbai.tuwien.ac.at>
9030         * MAINTAINERS: Add Christian Ehrhardt under "GNATS only".
9032 2002-12-03  Nathanael Nerode  <neroden@gcc.gnu.org>
9034         * Makefile.tpl: Add targets for configuring host subdirs in Makefile,
9035         and corresponding dependencies.
9036         * Makefile.in: Regenerate.
9038         * configure.in (host_tools): Order binutils, gas and ld for
9039         convenience in running the testsuites.
9041         * Makefile.tpl: Introduce rules to serialize subconfigure runs.
9042         * Makefile.in: Regenerate.
9043         * configure.in: Introduce rules to serialize subconfigure runs.
9045         * configure.in: Introduce BASE_CC_FOR_TARGET.
9046         * Makefile.tpl: Reorganize and comment.  Introduce HOST_CONFIGARGS.
9047         Realize configure-build-* targets.  Realize configure-target-* targets.
9048         * Makefile.in: Regenerate.
9050 2002-12-02  Nathanael Nerode  <neroden@gcc.gnu.org>
9052         * configure: Move gcc_version_trigger stuff from here...
9053         * configure.in: ...to here.
9055         * configure.in: Separate subconfigure options added by this file from
9056         options given by the user.  Add machinery to put args for host
9057         subconfigures into the Makefile.
9059         * Makefile.tpl: Remove 'vault' targets.
9060         * Makefile.tpl: Reorder and comment dependencies.
9061         * Makefile.in: Regenerate.
9063 2002-12-01  Nathanael Nerode  <neroden@gcc.gnu.org>
9064         * configure.in: Fix my broken commit of previous patch. (sigh)
9066 2002-11-28  Geoffrey Keating  <geoffk@apple.com>
9068         * configure.in: Move host-specific darwin noconfigdirs into
9069         the host-specific section.
9071 2002-11-28  Geoffrey Keating  <geoffk@apple.com>
9073         * configure.in: Move host-specific darwin noconfigdirs into
9074         the host-specific section.
9076 2002-11-26  Nathanael Nerode  <neroden@gcc.gnu.org>
9078         * configure: Remove skip-this-dir support.
9079         * Makefile.tpl: Remove skip-this-dir support.
9081         * Makefile.tpl: Remove leftover support for non-autoconfiscated
9082         subdirectories.
9083         * Makefile.in: Regenerate.
9085         * Makefile.tpl: Strip out useless setting of 'dir'.
9086         * Makefile.in: Regenerate.
9088 2002-11-22  Nathanael Nerode  <neroden@gcc.gnu.org>
9090         * configure.in: Fix deeply stupid bug.
9092         * configure.in: Introduce RAW_CXX_FOR_TARGET and simplify embedded
9093         shell code in CXX_FOR_TARGET
9094         * Makefile.def: Introduce raw_cxx.
9095         * Makefile.tpl: Use raw_cxx to select between CXX_FOR_TARGET and
9096         RAW_CXX_FOR_TARGET.
9097         * Makefile.in: Regenerate.
9099 2002-11-21  Nathanael Nerode  <neroden@gcc.gnu.org>
9101         * Makefile.tpl: Remove unnecessary ifs.
9102         * Makefile.in: Regenerate.
9104         * Makefile.tpl: Implement soft dependency machinery.  Maybe-ize
9105         dependencies.  Maybe-ize build-libiberty.  Create dummy install
9106         targets for 'no_install' modules.
9107         * configure: Move GDB_TK substitution to configure.in.  Move
9108         build_modules stuff to configure.in.
9109         * configure.in: Implement soft dependency machinery.  Maybe-ize
9110         GDB_TK, rearrange slightly.  Move build_modules stuff from configure.
9111         * Makefile.in: Regenerate.
9113 2002-11-19  Nathanael Nerode  <neroden@gcc.gnu.org>
9115         * Makefile.tpl: Make all-target, install-target behave similarly
9116         to all, install (only hitting configured targets).  Eliminate
9117         unused macro defintions.
9119         * Makefile.tpl: Add all-gcc: all-build-libiberty dependency when
9120         build != host.
9122         * Makefile.tpl: Add all-gcc: all-libiberty dependency.
9124         * ltcf-c.sh, ltcf-gcj.sh, Makefile.tpl: Correct BUILD/HOST confusion.
9126         * configure.in: Produce lists of subdir targets we're actually
9127         configuring.  Remove references to "dosrel".
9128         * Makefile.tpl: Let configure set which subdir targets are hit.
9129         Remove install-cross; clean up install; remove ALL.  Remove
9130         references to "dosrel".  Remove "EXTRA_TARGET_HOST" hackery.
9131         Autogenerate host module targets.  Remove empty dependency lines
9132         and redundant dependency; rearrange slightly.
9133         * Makefile.def: Add host-side libtermcap, utils.
9135         * Makefile.in: Regenerate.
9137 2002-11-19  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
9139         * ltconfig (osf[345]): Append $major to soname_spec.
9140         Reflect this in library_names_spec.
9141         * ltmain.sh (osf): Prefix $major with . for use as extension.
9143 2002-11-19  Andreas Jaeger  <aj@suse.de>
9145         * libtool.m4 (libtool_flags): Add patch from libtool CVS: Support
9146         linking of 32-bit libraries with ld on the x86-64, ppc64, s390x
9147         and sparc64 GNU/Linux systems.
9149 2002-11-19  Nathan Sidwell  <nathan@codesourcery.com>
9151         * MAINTAINERS: Update email.
9153 2002-11-18  Gerald Pfeifer  <pfeifer@dbai.tuwien.ac.at>
9155         * MAINTAINERS: Complete James Dennett's entry.
9157 2002-11-15  Eric Botcazou  <ebotcazou@libertysurf.fr>
9159         * MAINTAINERS (Write After Approval): Add myself.
9161 2002-11-13  Bruce Korb  <bkorb@gnu.org>
9163         * Makefile.tpl: syntactic cleanup
9165 2002-11-13  Stuart Hastings  <stuart@apple.com>
9167         * MAINTAINERS: Add myself to write-after-approval list.
9169 2002-11-12  Nathanael Nerode  <neroden@gcc.gnu.org>
9171         * Makefile.def: Add list of recursive targets to autogenerate.
9172         Add build_modules.
9173         * Makefile.tpl: Autogenerate do-* targets.  Autogenerate *-target-*
9174         targets.  Autogenerate *-build-* targets.
9175         * Makefile.in: Regenerate.
9177 2002-11-12  Nathanael Nerode  <neroden@gcc.gnu.org>
9179         * configure: More autoconf-style substitutions.
9180         * Makefile.tpl: More autoconf-style substitutions.
9181         * Makefile.in: Regenerate.
9183 2002-11-11  Nathanael Nerode  <neroden@gcc.gnu.org>
9185         * configure: Substitute more variables in a more autoconf-friendly
9186         way.  Simplify slightly.
9187         * Makefile.tpl: Make more variables substitutable in an
9188         autoconf-friendly way.
9189         * Makefile.in: Regenerate.
9191 2002-11-11  Jonathan Wakely  <redi@gcc.gnu.org>
9193         * MAINTAINERS (Write After Approval): Add myself.
9195 2002-11-10  Nathanael Nerode  <neroden@gcc.gnu.org>
9197         * configure.in (v810*): Remove special setting of tools.
9199         * configure: Add support for extra required flags for ar or nm.
9200         * configure.in (aix4.3+): Use above support for target-specific
9201         issues, rather than using config/mt-aix43.
9203 2002-11-09  Nathanael Nerode  <neroden@gcc.gnu.org>
9205         * configure: Remove 'removing', which doesn't work.  Replace $subdir
9206         with . everywhere.  Replace $subdirs with ''.  Replace $makesrcdir
9207         with $srcdir.  Reformat indentation.  Substitute some variables
9208         formerly hard-coded in the Makefile for build=host.
9209         * Makefile.tpl: Autogenerate more; make more autoconf-friendly.
9210         * Makefile.def: Autogenerate more.
9211         * Makefile.in: Regenerate.
9213 2002-11-04  Adam Nemet  <anemet@lnxw.com>
9215         * MAINTAINERS (Write After Approval): Add myself.
9217 2002-11-04  Kevin Buettner  <kevinb@redhat.com>
9219         * Makefile.def (host_modules): Add rda.
9220         * Makefile.in: Regenerate.
9221         * configure.in (target_tool): Add target-rda to list.
9223 2002-10-28  Gerald Pfeifer  <pfeifer@dbai.tuwien.ac.at>
9225         * MAINTAINERS: Remove "co-maintainer" note for web pages.
9227 2002-10-25  Phil Edwards  <pme@gcc.gnu.org>
9229         * Makefile.tpl (bootstrap):  Add bubblestrap, quickstrap, cleanstrap,
9230         and restrap targets to this rule.
9231         * Makefile.in:  Regenerate.
9233 2002-10-25  Gerald Pfeifer  <pfeifer@dbai.tuwien.ac.at>
9235         * MAINTAINERS: Add Wolfgang Bangerth and Volker Reichelt under
9236         GNATS only accounts.
9238 2002-10-24  Hans-Peter Nilsson  <hp@bitrange.com>
9240         * configure.in (i[3456]86-*-linux*): Add check to disable
9241         ${libgcj} for glibc1.
9243 2002-10-24  Denis Chertykov  <denisc@overta.ru>
9245         * MAINTAINERS: Add myself as ip2k port maintainer.
9247 2002-10-07  Svein E. Seldal  <Svein.Seldal@solidas.com>
9249         * configure.in: Add tic4x target.
9251 2002-10-03  Nathanael Nerode  <neroden@gcc.gnu.org>
9253         * Makefile.tpl: Make SET_LIB_PATH substitution more autoconfy.
9254         * configure.in: Make SET_LIB_PATH substitution more autoconfy.
9255         * Makefile.in: Regenerate.
9257         * Makefile.tpl: Make RPATH_ENVVAR substitution more autoconfy.
9258         * configure.in: Make RPATH_ENVVAR substitution more autoconfy.
9259         * Makefile.in: Regenerate.
9261 2002-10-02  Janis Johnson  <janis187@us.ibm.com>
9263         * MAINTAINERS: Add myself as web pages co-maintainer.
9265 2002-10-02  Nathanael Nerode  <neroden@gcc.gnu.org>
9267         * Makefile.tpl: Eliminate reference to all-gui, all-libproc.
9268         * Makefile.in: Regenerate.
9270 2002-10-02  Zack Weinberg  <zack@codesourcery.com>
9272         * MAINTAINERS: Add myself and Nathan Sidwell
9273         <nathan@codesourcery.com> as VxWorks maintainers.
9275 2002-10-02  Nathanael Nerode  <neroden@gcc.gnu.org>
9277         * Makefile.def: Remove order dependency comments.
9278         * Makefile.tpl: Add explicit install-install dependencies.
9279         * Makefile.in: Regenerate.
9281         * Makefile.tpl: Remove material now in src-release.  (Finally!)
9282         * Makefile.in: Regenerate.
9284         * Makefile.tpl: Add configure-target (for src-release in src)
9285         * Makefile.in: Regenerate.
9287 2002-09-30  Nick Clifton  <nickc@redhat.com>
9289         * Makefile.in (BINUTILS_SUPPORT_DIRS): Add cpu directory.
9291 2002-09-30  Ulrich Weigand  <uweigand@de.ibm.com>
9293         * configure.in (s390*-*-linux*): Enable libgcj.
9295 2002-09-29  Nathanael Nerode  <neroden@gcc.gnu.org>
9297         * configure: Revert accidentally applied changes.
9299         * Makefile.tpl: Make more autoconf-friendly.
9300         * Makefile.in: Regenerate.
9301         * configure: Make substitution more autoconf-like.
9303 2002-09-28  Richard Earnshaw  <rearnsha@arm.com>
9305         * configure.in (arm-*-coff, strongarm-*-coff, xscale-*-coff): Use a
9306         single entry to handle all these.
9307         (arm-*-elf, strongarm-*-elf, xscale-*-elf): Likewise.  Also enable
9308         libjava on arm-*-elf.
9310 2002-09-27  Geoffrey Keating  <geoffk@apple.com>
9312         * configure.in (powerpc-*-darwin*): Don't configure BFD, TK, or the
9313         things that depend on them.
9315 2002-09-25  Nathanael Nerode  <neroden@gcc.gnu.org>
9317         * Makefile.tpl: Make subsituted variables more autoconfy.
9318         * Makefile.in: Regenerate.
9319         * configure: Make seds more autoconfy.
9321 2002-09-25  Nathanael Nerode  <neroden@gcc.gnu.org>
9323         * Makefile.tpl: Rewrite substituted lines to look autoconfy.
9324         * Makefile.in: Regenerate.
9325         * configure.in: Rewrite sed statements to look autoconfy.
9327         * Makefile.tpl: Autogenerate *-target-* lists, dependencies of
9328         all-target-foo on configure-target-foo.
9329         * Makefile.def: Ditto.
9330         * Makefile.in: Rebuild.
9332 2002-09-25  Andrew Haley  <aph@redhat.com>
9334         * MAINTAINERS: Add aph@redhat.com as Java maintainer.
9336 2002-09-22  Nathanael Nerode  <neroden@gcc.gnu.org>
9338         * Makefile.def: New file.
9339         * Makefile.tpl: New file.
9340         * Makefile.in: Generate from Makefile.tpl with 'autogen Makefile.def'.
9341         * contrib/gcc_update: Note that Makefile.in is a generated file.
9343         * configure.in: Minor rearrangement.  Simplify tests.
9345 2002-09-22  Jason Thorpe  <thorpej@wasabisystems.com>
9347         * configure.in (with_headers): Skip copy if value is "yes".
9348         (with_libs): Likewise.
9350 2002-09-20  Nathanael Nerode  <neroden@gcc.gnu.org>
9352         * configure.in (*-*-netbsd*): Use noconfigdirs, not skipdirs.
9353         * configure.in (sh*-*-pe*): Ditto.
9354         * configure.in (mips*-*-pe*): Ditto.
9355         * configure.in (*arm-wince-pe): Ditto.
9357         * configure.in: Rearrange.
9359 2002-09-14  Kazu Hirata  <kazu@cs.umass.edu>
9361         * MAINTAINERS: Update my email address.
9363 2002-08-30  Paul Koning  <pkoning@equallogic.com>
9365         * MAINTAINERS: (Write After Approval): Add myself.
9367 2002-08-29  Geoffrey Keating  <geoffk@redhat.com>
9369         * MAINTAINERS: Update Jason Eckhardt's address, remove i860.
9371 2002-08-24  Geoffrey Keating  <geoffk@redhat.com>
9373         * MAINTAINERS: Change my mailing address.
9375 2002-08-21  Paolo Carlini  <pcarlini@unitus.it>
9377         * MAINTAINERS (Write After Approval): Remove myself.
9378         (Various Maintainers: c++ runtime libs): Add myself.
9380 2002-08-20  Loren J. Rittle  <ljrittle@acm.org>
9382         * MAINTAINERS (Write After Approval): Remove myself.
9383         (Various Maintainers: c++ runtime libs): Add myself.
9385 2002-08-15  Eric Christopher  <echristo@redhat.com>
9387         * config.sub: Import from master repository.
9388         * config.guess: Ditto.
9390 2002-08-19  Alexandre Oliva  <aoliva@redhat.com>
9392         * Makefile.in (GCC_FOR_TARGET): Prepend STAGE_CC_WRAPPER.
9393         * configure.in (CC_FOR_TARGET, GCJ_FOR_TARGET, CXX_FOR_TARGET,
9394         CXX_FOR_TARGET_FOR_RECURSIVE_MAKE): Likewise.
9396 2002-08-16  Aldy Hernandez  <aldyh@redhat.com>
9398         * MAINTAINERS: Add self to rs6000 vector extensions.
9400 2002-08-15  Alexandre Oliva  <aoliva@redhat.com>
9402         * libiberty/configure: Reverted unintended yesterday's check in.
9404 2002-08-14  Alexandre Oliva  <aoliva@redhat.com>
9406         * boehm-gc/configure, libf2c/configure: Rebuilt.
9407         * libffi/configure, libiberty/configure: Ditto.
9408         * libjava/configure, libobjc/configure: Ditto.
9409         * libstdc++-v3/configure, zlib/configure: Ditto.
9410         Merged from binutils:
9411         2002-01-27  Daniel Jacobowitz  <drow@mvista.com>
9412         From Steve Ellcey <sje@cup.hp.com>:
9413         * libtool.m4 (HPUX_IA64_MODE): Set to 32 or 64 based on ABI.
9414         (lt_cv_deplibs_check_method, lt_cv_file_magic_cmd,
9415         lt_cv_file_magic_test_file): Set to appropriate values for HP-UX
9416         IA64.
9417         * ltcf-c.sh (archive_cmds, hardcode_*): Ditto.
9418         * ltconfig (shlibpath_*, dynamic_linker, library_names_spec,
9419         soname_spec, sys_lib_search_path_spec): Ditto.
9421 2002-08-06  Federico G. Schwindt  <fgsch@olimpo.com.br>
9423         * configure.in (hppa*-*-openbsd*): Treat like hppa*-*-*elf*.
9425 2002-08-04  H.J. Lu  (hjl@gnu.org)
9427         * configure.in (mips*-*-linux*): Don't skip target-libffi.
9429 2002-08-02  Krister Walfridsson  <cato@df.lth.se>
9431         * MAINTAINERS (Write After Approval): Add myself.
9433 2002-07-31  Alan Modra  <amodra@bigpond.net.au>
9435         * configure.in: Move generic linux case to end.  Copy generic
9436         linux noconfigdirs to mips*-*-linux* entry and new
9437         powerpc64*-*-linux* entry.  Add target-libffi for the latter.
9439 2002-07-19  Michael Matz  <matz@suse.de>
9441         * MAINTAINERS: Add myself as ra* maintainer.
9443 2002-07-16  Chris Demetriou  <cgd@broadcom.com>
9445         * config.guess: Update to 2002-07-09 version.
9446         * config.sub: Update to 2002-07-03 version.
9448 2002-07-15  Hans-Peter Nilsson  <hp@bitrange.com>
9450         * MAINTAINERS: Fix typo in a maintainer email address.
9452 2002-07-11  Nathanael Nerode  <neroden@gcc.gnu.org>
9454         * configure.in: Remove two redundant tests.
9456 2002-07-11  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
9458         * configure.in (mips*-*-irix6*o32): Enable stabs.
9460 2002-07-08  Nathanael Nerode  <neroden@gcc.gnu.org>
9462         * configure.in: Don't build grez.
9463         * Makefile.in: Ditto.
9465         * Makefile.in: Remove references to bsp, cygmon, libstub.
9466         * configure.in: Ditto.
9468         * configure.in: Remove leftover reference to gdbtest.
9470 2002-07-08  Phil Edwards  <pme@gcc.gnu.org>
9472         * configure.in (gxx_include_dir):  Change to match versioned
9473         C++ headers if --enable-version-specific-runtime-libs is used.
9475 2002-07-04  Steve Ellcey  <sje@cup.hp.com>
9477         * ltcf-cxx.sh (hpux*): Modify to support ia64-*-hpux*.
9479 2002-07-03  Nathanael Nerode  <neroden@gcc.gnu.org>
9481         * configure.in: Make --without-x work.
9483 2002-07-02  Nathanael Nerode  <neroden@gcc.gnu.org>
9485         * configure.in: Rearrange target Makefile fragment collection.
9487         * Makefile.in: Don't try to build gdbtest, tgas, ispell, inet, or
9488         cvs[src].
9489         * configure.in: Ditto.
9491 2002-07-01  Matt Kraai  <kraai@alumni.cmu.edu>
9493         * MAINTAINERS (Write After Approval): Update my e-mail address.
9495 2002-06-24  Ben Elliston  <bje@redhat.com>
9497         * configure.in (host_tools): Remove cgen.
9499         * Makefile.in (all-cgen): Remove; runs from its source directory.
9500         (check-cgen, install-cgen, clean-cgen): Likewise.
9501         (all-opcodes): Do not depend on all-cgen.
9502         (all-sim): Likewise.
9504 2002-07-01  Nathanael Nerode  <neroden@gcc.gnu.org>
9506         * Makefile.in: Eliminate 'apache' targets.
9507         * configure.in: Eliminate 'apache' targets.
9509         * configure.in: Eliminate redundant tests.  Reorganize.
9511         * Makefile.in: Eliminate last reference to LIBGCC1_TEST.
9513         * config-ml.in: Eliminate references to Cygnus configure.
9515         * Makefile.in: Eliminate references to building emacs.
9517 2002-06-28  Graham Stott  <graham.stott@btinternet.com>
9519         * MAINTAINERS: Update my email address.
9521 2002-06-26  Benjamin Kosnik  <bkoz@redhat.com>
9523         * config.if (libstdcxx_incdir): Version C++ headers.
9524         (cxx_incdir): Remove.
9526 2002-06-25  Nathanael Nerode  <neroden@gcc.gnu.org>
9528         * MAINTAINERS (Write After Approval): Add self.
9530 Thu Jun 20 00:35:14 2002  Denis Chertykov  <denisc@overta.ru>
9532         * configure.in: Add support for ip2k.
9534 2002-06-22  Nathanael Nerode  <neroden@twcny.rr.com>
9536         * configure.in: Fix AIX configury bug.
9538 2002-06-20  Steve Ellcey  <sje@cup.hp.com>
9540         * MAINTAINERS (Write After Approval): Add self.
9542 2002-06-19  Nathanael Nerode  <neroden@twcny.rr.com>
9544         * configure.in: replace ${topsrcdir} with ${srcdir}
9546         * configure.in: Move definition of libstdcxx_flags
9547         right above usage, rather than waaay earlier.
9549         * configure.in: Pull definition of is_cross_compiler earlier.
9551         * configure.in: Rearrange a little.
9553         * configure.in: Remove references to librx.
9554         * Makefile.in: Remove references to librx.
9556 Tue Jun 18 22:37:35 2002  Denis Chertykov  <denisc@overta.ru>
9558         * config.sub: Add support for avr target.
9559         Import from master sources, rev 1.255
9561 2002-06-19  Phil Edwards  <pme@gcc.gnu.org>
9563         * configure, .cvsignore:  Revert previous change...
9564         * Makefile:  ...delete.
9566 2002-06-19  Nathanael Nerode  <neroden@twcny.rr.com>
9568         * configure.in: Eliminate ${gasdir} variable.
9570 2002-06-18  Dave Brolley  <brolley@redhat.com>
9572         * configure.in: Add support for frv.
9573         * config.sub: Add support for frv.
9575 2002-06-18  Phil Edwards  <pme@gcc.gnu.org>
9577         * configure:  Remove garbage from previous commit.
9579 2002-06-18  Phil Edwards  <pme@gcc.gnu.org>
9581         * configure:  For in-source builds, make a subdir and re-exec there.
9582         * Makefile:  New file.  Pass targets through to build directory.
9583         * .cvsignore:  No longer ignore "Makefile".
9585 2002-06-16  Douglas Rupp  <rupp@gnat.com>
9587         * MAINTAINERS (Write After Approval): Add self.
9589 2002-06-11  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
9591         * Makefile.in (CFLAGS_FOR_TARGET): Add -O2.
9593 2002-06-08  Jason Thorpe  <thorpej@wasabisystems.com>
9595         * configure.in (vax-*-netbsd*): Re-enable gas.
9597 2002-05-31  Nathanael Nerode  <neroden@twcny.rr.com>
9599         * Makefile.in: Replace HOST_PREFIX, HOST_PREFIX_1 with BUILD_PREFIX,
9600         BUILD_PREFIX_1, to correct nomenclature.
9601         * configure: Likewise.
9603         * Makefile.in: Eliminate version-specific references to tcl8.1, tk8.1.
9604         * configure.in: Eliminate version-specific references to tcl8.1, tk8.1.
9606 2002-05-31  Olaf Hering  <olh@suse.de>
9608         * config-ml.in: Propogate DESTDIR also.
9610 2002-05-29  Jason Thorpe  <thorpej@wasabisystems.com>
9612         * configure.in (vax-*-netbsd*): Don't build gas for this
9613         platform.
9615 2002-05-28  Marek Michalkiewicz  <marekm@amelek.gda.pl>
9617         * configure.in (noconfigdirs): Don't compile libiberty, libstdcxx
9618         and libgcj for AVR.
9620 2002-05-23  Kaz Kojima  <kkojima@gcc.gnu.org>
9622         * MAINTAINERS (Write After Approval): Add myself.
9624 2002-05-22  Jason Thorpe  <thorpej@wasabisystems.com>
9626         * config.guess: Update to 2002-05-22 version.
9627         * config.sub: Likewise.
9629 2002-05-16  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
9631         * Makefile.in: Allow for PWDCMD to override hardcoded pwd.
9632         * config-ml.in: Likewise.
9633         * configure: Likewise.
9634         * configure.in: Likewise.
9636 2002-05-16  Stephane Carrez  <stcarrez@nerim.fr>
9638         * MAINTAINERS: Update my email address.
9640 2002-05-13  Nathanael Nerode  <neroden@twcny.rr.com>
9642         * configure.in: Simplify makefile fragment collection.
9644         * configure.in: Remove code to build emacs.
9646         * configure.in : Remove --srcdir argument from targargs and buildargs
9647         (it's always overridden in the Makefile anyway).  Rearrange a bit.
9649         * configure: Move some logic to configure.in.
9650         * configure.in: Move some logic from configure.
9652 2002-05-11  Tom Tromey  <tromey@redhat.com>
9654         * MAINTAINERS: Reflect libgcj reality.
9656 2002-05-09  Federico G. Schwindt  <fgsch@olimpo.com.br>
9658         * Makefile.in: Honour DESTDIR.
9660 2002-05-08  Mark Mitchell  <mark@codesourcery.com>
9662         * config.guess: Import 2002-03-20 version.
9663         * config.sub: Import 2002-04-26 version.
9665 2002-05-08  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
9667         * config-ml.in: Allow for PWDCMD to determine ML_POPDIR.
9669 2002-05-07  Tim Josling  <tej@melbpc.org.au>
9671         * MAINTAINERS: Add self.
9673 2002-05-06  Loren J. Rittle  <ljrittle@acm.org>
9675         * ltmain.sh: Detect and handle object name conflicts
9676         while piecewise linking a static library.
9678 2002-05-05  Alexandre Oliva  <aoliva@redhat.com>
9680         * configure.in (noconfigdirs): Don't disable libgcj on
9681         sparc64-*-solaris* and sparcv9-*-solaris*.
9683 2002-05-03  Alexandre Oliva  <aoliva@redhat.com>
9685         * configure.in: Revert 2002-04-18's patch; fixed in libjava.
9687 2002-05-03  Thomas Fitzsimmons  <fitzsim@redhat.com>
9689         * configure.in (FLAGS_FOR_TARGET): Do not add
9690         -B$$r/$(TARGET_SUBDIR)/newlib/ when compiling newlib natively
9691         on i[3456]86-*-linux*.
9693 2002-05-01  Thomas Fitzsimmons  <fitzsim@redhat.com>
9695         * configure.in (noconfigdirs): Replace [ ] with test.
9697         * configure.in (noconfigdirs): Do not add target-newlib if
9698         target == i[3456]86-*-linux*, and host == target.
9700 2002-04-29  Nathanael Nerode  <neroden@doctormoo.dyndns.org>
9702         * configure.in: delete reference to absent file
9704         * configure.in: replace '[' with 'test'
9706         * configure.in: Eliminate references to gash.
9707         * Makefile.in: Eliminate references to gash.
9709         * configure.in: remove useless references to 'pic' makefile fragments.
9711         * configure.in: (*-*-windows*) Finish removing.
9713         * configure.in: Eliminate redundant test for libgui.
9715 2002-04-29  Roger Sayle  <roger@eyesopen.com>
9717         * MAINTAINERS: Add self and realphabetize.  Update entries
9718         for Dan Berlin, Chris Demetriou and Michael Matz.  Remove
9719         entry for a29k port maintainer.
9721 2002-04-26  Joel Sherrill  <joel@OARcorp.com>
9723         * configure.in (h8300*-*-rtems*): Disable libf2c and libgcj.
9724         (sparc-*-elf*, sparc64-*-elf*): Disable libgcj.
9726 2002-04-19  Nathanael Nerode  <neroden@twcny.rr.com>
9728         * configure.in: remove references to dead files
9730 2002-04-19  Mark Mitchell  <mark@codesourcery.com>
9732         * MAINTAINERS: Add information about purpose of this file.
9734 2002-04-18  Tom Tromey  <tromey@redhat.com>
9736         * configure.in: Disallow configuring libgcj when it is already
9737         installed and we're using Solaris 2.8 linker.  Do enable libgcj on
9738         Solaris 2.8 by default.  For PR libgcj/6158.
9740 2002-04-17  Nathanael Nerode  <neroden@twcny.rr.com>
9742         * configure.in:  Move default CC setting out of config/mh-* fragments
9743         directly into here.
9745 2002-04-17  Nathanael Nerode  <neroden@twcny.rr.com>
9747         * configure.in: don't even try to configure or make a subdirectory
9748         if there's no configure script for it.
9750 2002-04-15  Mark Mitchell  <mark@codesourcery.com>
9752         * MAINTAINERS: Remove chill maintainers.
9753         * Makefile.in (CHILLFLAGS): Remove.
9754         (CHILL_LIB): Remove.
9755         (TARGET_CONFIGDIRS): Remove libchill.
9756         (CHILL_FOR_TARGET): Remove.
9757         (BASE_FLAGS_TO_PASS): Don't pass CHILLFLAGS, CHILL_FOR_TARGET, or
9758         CHILL_LIB.
9759         (CONFIGURE_TARGET_MODULES): Remove configure-target-libchill.
9760         (CHECK_TARGET_MODULES): Likewise.
9761         (INSTALL_TARGET_MODULES): Likewise.
9762         (CLEAN_TARGET_MODULES): Likewise.
9763         (configure-target-libchill): Remove.
9764         (all-target-libchill): Remove.
9765         * configure.in (target_libs): Remove target-libchill.
9766         Do not compute CHILL_FOR_TARGET.
9767         * libchill: Remove directory.
9769 2002-04-11  DJ Delorie  <dj@redhat.com>
9771         * Makefile.in, configure.in: Sync with binutils, entries
9772         follow...
9774 2002-04-07  Andrew Cagney  <ac131313@redhat.com>
9776         * Makefile.in (do-tar-bz2): Delete rule.  Replace with ...
9777         (do-tar, do-bz2): New rules.
9778         (taz): Update.  Replace do-tar-bz2 with do-tar and do-bz2.
9779         (gdb-tar): New rule.
9780         (gdb-taz): Rewrite.  Use gdb-tar and do-bz2.
9781         (insight_dejagnu.tar): New rule.
9782         (insight.tar): New rule.
9783         (gdb+dejagnu.tar): New rule.
9784         (gdb.tar): New rule.
9786 2002-02-01  Mo DeJong  <supermo@bayarea.net>
9788         * Makefile.in: Add all-tix to deps for all-snavigator
9789         so that tix is built when building snavigator.
9791 2002-01-11  Steve Ellcey  <sje@cup.hp.com>
9793         * configure.in (ia64*-*-hpux*): New target for IA64 HP-UX,
9794         ld and gdb are not supported.
9796 2002-01-07  Mark Salter  <msalter@redhat.com>
9798         * configure.in: Remove target-bsp and target-cygmon from arm builds.
9799         Allow target-libgloss to be built for arm, strongarm, and xscale.
9801 2001-12-13  Thomas Fitzsimmons  <fitzsim@redhat.com>
9803         * configure.in (FLAGS_FOR_TARGET): Remove -nostdinc and -isystem
9804         options for i[3456]86-pc-linux* native builds.
9806 2001-11-20  Nick Clifton  <nickc@cambridge.redhat.com>
9808         * Makefile.in (do-proto-toplev): Use msgfmt to generate .gmo
9809         files from .po files for a distribution.
9811 2001-09-03  Jeff Holcomb  <jeffh@redhat.com>
9813         * configure.in: Enable libstdc++-v3 for h8300 targets.
9815 2001-06-19  Alan Modra  <amodra@bigpond.net.au>
9817         * Makefile.in (VER): If AM_INIT_AUTOMAKE uses BFD_VERSION, get
9818         version from bfd/.
9820 Fri Jun  8 11:14:02 2001  Andrew Cagney  <cagney@b1.cygnus.com>
9822         * Makefile.in (VER): When present, extract the version number from
9823         the file version.in.
9825 2001-05-24  Tom Rix  <trix@redhat.com>
9827         * configure.in : enable ld for aix
9829 2001-02-09  Martin Schwidefsky  <schwidefsky@de.ibm.com>
9831         * config.guess: Add linux target for S/390.
9833 2000-11-07  Philip Blundell  <pb@futuretv.com>
9835         * Makefile.in (ETC_SUPPORT): Also add configbuild.* and configdev.*.
9837 2000-11-03  Philip Blundell  <pb@futuretv.com>
9839         * Makefile.in (ETC_SUPPORT): Add configure.texi and associated info
9840         files.
9842 2001-01-15  Ben Elliston  <bje@redhat.com>
9844         * configure.in (host_tools): Add sid.
9845         Always configure cgen.
9847 2000-11-24  Nick Clifton  <nickc@redhat.com>
9849         * configure.in (c4x, c5x, tic54x): Move after ARM targets.
9852 2000-08-20  Doug Evans  <dje@casey.transmeta.com>
9854         * Makefile.in (ALL_MODULES): Add all-cgen.
9855         (CROSS_CHECK_MODULES,INSTALL_MODULES,CLEAN_MODULES): Similarily.
9856         (all-cgen): New target.
9857         (all-opcodes,all-sim): Depend on all-cgen.
9858         * configure.in (host_tools): Add cgen.
9859         Only configure cgen if --enable-cgen-maint.
9861 2002-04-09  Loren J. Rittle  <ljrittle@acm.org>
9863         * configure.in: Add *-*-freebsd* configurations.
9865 2002-04-08  Tom Tromey  <tromey@redhat.com>
9867         * configure.in: Add FLAGS_FOR_TARGET to GCJ_FOR_TARGET.
9868         Fixes PR libgcj/6068.
9870 2002-03-30  Krister Walfridsson  <cato@df.lth.se>
9872         * configure.in (i*86-*-netbsdelf*): Don't disable libgcj.
9874 2002-03-27  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
9876         * configure.in (alpha*-dec-osf*): Enable libgcj.
9878 2003-03-27  Matthew Gingell  <gingell@gnat.com>
9880         * MAINTAINERS (Write After Approval): Add myself.
9882 2002-03-24  Nick Clifton  <nickc@cambridge.redhat.com>
9884         Fix for: PR bootstrap/3591, target/5676
9885         * configure.in (mcore-pe): Disable the configuration of
9886         libstdc++-v3 since exceptions are not supported.
9888 2002-03-20  Anthony Green  <green@redhat.com>
9890         * configure.in: Enable libgcj for xscale-elf target.
9892 Tue Mar 19 09:05:08 2002  J"orn Rennecke  <joern.rennecke@superh.com>
9894         * MAINTAINERS:  Update my email address.
9896 2002-03-16  Alexandre Oliva  <aoliva@redhat.com>
9898         * ltmain.sh (relink_command): Fix typo in previous change.
9900 2002-03-15  Alexandre Oliva  <aoliva@redhat.com>
9902         * ltmain.sh (taglist): Initialized.  Don't let `CC' tag out of it.
9903         (relink_command): Added --tag flags.
9904         (mode=install): If relinking fails; error out.
9906 2002-03-12  Richard Henderson  <rth@redhat.com>
9908         * Makefile.in (NOTPARALLEL): New.  Use it instead of explicit
9909         .NOTPARALLEL tag.
9910         (do-check): Rename from check.
9911         (check): Allow parallel check.
9913 2002-03-12  Bob Wilson  <bob.wilson@acm.org>
9915         * MAINTAINERS: Add myself as maintainer for xtensa port.
9916         Fix alphabetical order in CPU port maintainer list.
9917         Remove myself from Write After Approval list.
9919 2002-03-11  Richard Henderson  <rth@redhat.com>
9921         * Makefile.in (.NOTPARALLEL): Add fake tag.
9923 2002-03-07  H.J. Lu  (hjl@gnu.org)
9925         * configure.in: Enable gprof for mips*-*-linux*.
9927 2002-03-05  Danny Smith  <dannysmith@users.sourceforge.net>
9929         * MAINTAINERS (Write After Approval): Add myself.
9931 2002-02-28  Alexandre Oliva  <aoliva@redhat.com>
9933         * configure.in (libstdcxx_flags): Don't add libstdc++-v3 flags for
9934         libjava.
9935         (CXX_FOR_TARGET): Explain why -shared-libgcc here.
9937 2002-02-23  Alexandre Oliva  <aoliva@redhat.com>
9939         * Makefile.in (MAKEINFO): Don't assume makeinfo will be built just
9940         because its Makefile is there; test for the executable instead.
9942 2002-02-22  Alexandre Oliva  <aoliva@redhat.com>
9944         * configure.in (CXX_FOR_TARGET): Add -shared-libgcc for
9945         libstdc++-v3 and libjava.
9947 2002-02-11  Adam Megacz  <adam@xwt.org>
9949         * gcc/Makefile.in: Removed libstdc++-v3 dependancy for libjava and
9950         boehm-gc
9952 2002-02-09  Alexandre Oliva  <aoliva@redhat.com>
9954         * config.guess: Updated to 2002-01-30's version.
9955         * config.sub: Updated to 2002-02-01's version.
9956         Contribute sh64-elf.
9957         2000-12-01  Alexandre Oliva  <aoliva@redhat.com>
9958         * configure.in: Added sh64-*-*.
9960 2002-02-08  Chris Demetriou  <cgd@broadcom.com>
9962         * MAINTAINERS: Belatedly add myself to write after approval list.
9964 Thu Feb  7 12:40:58 CET 2002  Jan Hubicka  <jh@suse.cz>
9966         * MAINTAINERS: Put self in as maintainer for x86-64 port.
9967         Remove self as Write After Approval.
9969 2002-01-31  Geoffrey Keating  <geoffk@redhat.com>
9971         * MAINTAINERS: Put self in as maintainer for contrib/regression
9972         directory.
9974 2002-01-28  Phil Edwards  <pme@gcc.gnu.org>
9976         * MAINTAINERS:  Update my email address.
9978 2002-01-26  Jason Thorpe  <thorpej@wasabisystems.com>
9980         * configure.in (*-*-netbsd*): New.  Skip target-newlib,
9981         target-libiberty, and target-libgloss.  Skip Java-related
9982         libraries if not supported for NetBSD on target CPU.
9984 2002-01-25  Douglas B Rupp  <rupp@gnat.com>
9986         * install-sh: Use _inst.$$_ for temp file name.
9988 2002-01-24  Jason Thorpe  <thorpej@wasabisystems.com>
9990         * MAINTAINERS (Write After Approval): Move my contact info
9991         from here...
9992         (OS Port Maintainers): ...to here (netbsd).
9994 2002-01-22  Bob Wilson  <bob.wilson@acm.org>
9996         * MAINTAINERS (Write After Approval): Add myself.
9998 2002-01-17  H.J. Lu  <hjl@gnu.org>
10000         * Makefile.in (all-fastjar): Also depend on all-libiberty.
10001         (all-target-fastjar): Also depend on all-target-libiberty.
10003 2002-01-16  H.J. Lu  (hjl@gnu.org)
10005         * config.guess: Import from master sources, rev 1.225.
10006         * config.sub: Import from master sources, rev 1.238.
10008 2002-01-16  Kazu Hirata  <kazu@hxi.com>
10010         * MAINTAINERS (Write After Approval): Remove myself.
10012 2001-12-19  Florian Weimer  <fw@deneb.enyo.de>
10014         * MAINTAINERS (Write After Approval): Add myself.
10016 2001-12-17  Joseph S. Myers  <jsm28@cam.ac.uk>
10018         * MAINTAINERS: Add self as docs co-maintainer.
10020 2001-12-11  Matthias Klose  <doko@debian.org>
10022         * MAINTAINERS (Write After Approval): Add myself.
10024 2001-12-09  Zack Weinberg  <zack@codesourcery.com>
10026         * MAINTAINERS: Update my email address.
10028 2001-12-07  Turly O'Connor  <turly@apple.com>
10029         * MAINTAINERS (Write After Approval): Add myself.
10030         * rs6000.c (rs6000_trampoline_size): Handle ABI_DARWIN case.
10031         (rs6000_initialize_trampoline): Call __trampoline_setup for
10032         ABI_DARWIN too.
10033         * darwin-tramp.asm: New file, implements __trampoline_setup.
10034         * t-darwin (LIB2FUNCS_EXTRA): Include darwin-tramp.asm.
10036 2001-12-07  Paolo Carlini  <pcarlini@unitus.it>
10038         * MAINTAINERS (Write After Approval): Add myself.
10040 Wed Dec  5 07:33:45 2001  Douglas B. Rupp  <rupp@gnat.com>
10042         * configure, configure.in: Use temp file for long sed commands.
10044 2001-12-03  Laurent Guerby  <guerby@acm.org>
10046         * config.sub: Update to version 1.232 on subversion.
10048 2001-12-03  Ben Elliston  <bje@redhat.com>
10050         * MAINTAINERS: Update mail address for config.* patches.
10052 2001-11-27  DJ Delorie  <dj@redhat.com>
10053             Zack Weinberg  <zack@codesourcery.com>
10055         When build != host, create libiberty for the build machine.
10057         * Makefile.in (TARGET_CONFIGARGS, BUILD_CONFIGARGS): Replace
10058         CONFIG_ARGUMENTS.
10059         (ALL_BUILD_MODULES_LIST, BUILD_CONFIGDIRS, BUILD_SUBDIR):
10060         New variables.
10061         (ALL_BUILD_MODULES, CONFIGURE_BUILD_MODULES): New variables
10062         and rules.
10063         (all.normal): Depend on ALL_BUILD_MODULES.
10064         (CONFIGURE_TARGET_MODULES rule): Use TARGET_CONFIGARGS.
10065         (all-build-libiberty): Depend on configure-build-libiberty.
10067         * configure: Calculate and substitute proper value for
10068         ALL_BUILD_MODULES.
10069         * configure.in: Create the build subdirectory.
10070         Calculate and substitute TARGET_CONFIGARGS (formerly
10071         CONFIG_ARGUMENTS); also BUILD_SUBDIR and BUILD_CONFIGARGS (new).
10073 2001-11-26  Ziemowit Laski  <zlaski@apple.com>
10075         * MAINTAINERS (write-after-approval): Add self.
10077 2001-11-17  Craig Rodrigues  <rodrigc@gcc.gnu.org>
10079         * MAINTAINERS (GNATS only accounts): Remove self.
10081 2001-11-14  Hans-Peter Nilsson  <hp@bitrange.com>
10083         * configure.in (noconfigdirs) [h8300*-*-*, h8500-*-*]: Disable
10084         libf2c.
10086 2001-11-12  Craig Rodrigues  <rodrigc@gcc.gnu.org>
10088         * MAINTAINERS (Write After Approval): Add self.
10090 2001-11-12  David O'Brien  <obrien@FreeBSD.org>
10092         * MAINTAINERS: mips and s390 are also CPU ports.
10094 2001-11-12  David O'Brien  <obrien@FreeBSD.org>
10096         * MAINTAINERS: mcore, cris and mmix are also CPU ports.
10098 2001-11-11  David O'Brien  <obrien@FreeBSD.org>
10100         * MAINTAINERS: Alphabetize.
10102 2001-11-09  Kazu Hirata  <kazu@hxi.com>
10104         * MAINTAINERS (Various maintainers: h8 port): Add myself.
10106 2001-11-09  John David Anglin  <dave@hiauly1.hia.nrc.ca>
10108         * MAINTAINERS (Various maintainers: hppa port): Added myself.
10110 2001-11-08  Phil Edwards  <pedwards@disaster.jaj.com>
10112         * configure.in (--enable-languages): Be more permissive about
10113         syntax.  Check for empty lists better.  Warn about $LANGUAGES.
10115 2001-11-08  Geoffrey Keating  <geoffk@redhat.com>
10117         * config.sub: Import from master sources, rev. 1.230.
10118         * MAINTAINERS: Change 'stormy16' to 'xstormy16'.
10120 2001-11-07  Laurent Guerby  <guerby@acm.org>
10122         * MAINTAINERS (Write After Approval): Add self.
10124 2001-11-06  Hans-Peter Nilsson  <hp@bitrange.com>
10126         * Makefile.in (MAKEINFO): Use "missing" for makeinfo older than 4.0.
10128 2001-11-05  Hans-Peter Nilsson  <hp@bitrange.com>
10130         * config.sub: Import from master sources, rev 1.226.
10131         * config.guess: Import from master sources, rev 1.216.
10133 2001-11-03  Hans-Peter Nilsson  <hp@bitrange.com>
10135         * configure.in (noconfigdirs) [mmix-*-*]: Disable libgcj.
10136         * MAINTAINERS: Add self as maintainer of MMIX port.
10137         Remove old after-approval entry.
10139 2001-10-28  Joseph S. Myers  <jsm28@cam.ac.uk>
10141         * ChangeLog, configure: Fix spelling errors.
10143 2001-10-20  Brendan Kehoe  <brendan@zen.org>
10145         * MAINTAINERS: Tweak my address.
10147 Thu Oct 11 21:50:15 2001  J"orn Rennecke  <amylaar@onetel.net.uk>
10149         * MAINTAINERS: Update my email address.
10151 2001-10-11  Hans-Peter Nilsson  <hp@axis.com>
10153         * configure.in (noconfigdirs) [cris-*-*]: Disable libgcj.
10154         * MAINTAINERS: Add self as maintainer of CRIS port.
10156 2001-10-10  Geert Bosch  <bosch@gnat.com>
10158         * MAINTAINERS (Various maintainers: Ada front end):
10159         Added Robert Dewar.
10161 2001-10-03  David Billinghurst  <David.Billinghurst@riotinto.com>
10163         * MAINTAINERS (Write After Approval): Added self
10165 2001-10-02  Geert Bosch  <bosch@gnat.com>
10167         * MAINTAINERS (Various maintainers: Ada front end): Added myself.
10169 2001-10-02  Joseph S. Myers  <jsm28@cam.ac.uk>
10171         * configure: Handle temporary files securely using mkdir.
10173 2001-09-29  Alexandre Oliva  <aoliva@redhat.com>
10175         * Makefile.in (configure-target-gperf): Depend on $(ALL_GCC_CXX).
10177 2001-09-26  Will Cohen  <wcohen@redhat.com>
10179         * configure.in (*-*-linux*): Disable configuration of target-newlib
10180         and target-libgloss.
10182 2001-09-26  Alexandre Oliva  <aoliva@redhat.com>
10184         * Makefile.in (EXTRA_TARGET_FLAGS): Pass RANLIB_FOR_TARGET for
10185         RANLIB.
10187 2001-09-21  Alexandre Oliva  <aoliva@redhat.com>
10189         * Makefile.in (AS_FOR_TARGET, LD_FOR_TARGET,
10190         DLLTOOL_FOR_TARGET, WINDRES_FOR_TARGET, AR_FOR_TARGET,
10191         RANLIB_FOR_TARGET, NM_FOR_TARGET): Don't use double quotes to
10192         avoid quotes nesting problems.
10193         (NATIVE_CHECK_MODULES): Ditto, just for consistency.
10194         (DO_X): Export only variables that are set.
10196 2001-09-19  Ben Elliston  <bje@redhat.com>
10198         * configure.in (sparc-sun-solaris2*): Don't use /usr/bin/which on
10199         Solaris when testing for the /usr/ucb/cc compiler; it has incorrect
10200         semantics.  Use the shell built-in "type" command instead.
10202 2001-08-31  Alexandre Oliva  <aoliva@redhat.com>
10204         Merged from gcc-3_0-branch:
10205         2001-07-30  Jeff Sturm  <jsturm@one-pont.com>
10206         * ltcf-c.sh: Use $objext, not $ac_objext.
10207         2001-07-27  Mark Kettenis  <kettenis@gnu.org>
10208         * ltcf-cxx.sh: Add support for GNU.
10209         2001-07-22  Timothy Wall  <twall@redhat.com>
10210         * ltcf-c.sh: Don't disable shared libraries for AIX5/IA64.  Preserve
10211         default settings if using GNU tools with that configuration.
10212         * ltcf-cxx.sh: Ditto.
10213         * ltcf-gcj.sh: Ditto.
10214         2001-07-21  Michael Chastain  <chastain@redhat.com>
10215         * ltconfig: Set max_cmd_len to a maximum of 512Kb, as it seems some
10216         HPUX 11.0 systems have trouble with 1MB.  Mark as gcc-local.
10217         * ltmain.sh: Mark as gcc-local.
10219 2001-08-30  Eric Christopher  <echristo@redhat.com>
10220             Jason Eckhardt  <jle@redhat.com>
10222         * config.guess: Merge from master sources.
10223         * config.sub: Merge from master sources, add support for mipsisa32.
10225 2001-08-25  Geoffrey Keating  <geoffk@redhat.com>
10226         * config.sub: Merge from master sources, rev 1.219.
10227         * MAINTAINERS: Add self as contact for stormy16 port.
10229 2001-08-14  Zack Weinberg  <zackw@panix.com>
10231         * config.sub: Merge from master sources, rev 1.218.
10232         * config.guess: Merge from master sources, rev 1.209.
10234 2001-08-11  Graham Stott  <grahams@redhat.com>
10236         * Makefile.in (check-c++): Add missing semicolon.
10238 Mon Jul 30 19:24:13 CEST 2001  Jan Hubicka  <jh@suse.cz>
10240         * MAINTAINERS (Various maitainers: predict.def): Added myself.
10242 2001-07-30  Eric Christopher  <echristo@redhat.com>
10244         * MAINTAINERS (Various maintainers: mips port): Added myself.
10246 2001-07-25  Andrew Haley  <aph@cambridge.redhat.com>
10248         * configure.in (sh-*-linux*): New.
10250 2001-07-27  Richard Henderson  <rth@redhat.com>
10252         * .cvsignore: Add LAST_UPDATED.
10254 2001-07-23  Ulrich Weigand  <uweigand@de.ibm.com>
10256         * MAINTAINERS (Various maintainers: s390 port): Added myself.
10258 2001-07-16  Aldy Hernandez  <aldyh@redhat.com>
10260         * config.sub: Fix mips64vr5000el typo in CPU-COMPANY.
10262 Fri Jul 13 14:31:57 2001  Nicola Pero  <nicola@brainstorm.co.uk>
10264         * MAINTAINERS (Write After Approval): Added myself.
10266 2001-07-12  Stephane Carrez  <Stephane.Carrez@worldnet.fr>
10268         * configure.in (noconfigdirs): Don't compile libiberty, libstdcxx
10269         and libgcj on m68hc11/m68hc12.
10271 2001-06-27  H.J. Lu  (hjl@gnu.org)
10273         * Makefile (CFLAGS_FOR_BUILD): New.
10274         (EXTRA_GCC_FLAGS): Add CFLAGS_FOR_BUILD.
10276 2001-06-13  Joseph S. Myers  <jsm28@cam.ac.uk>
10278         * README: Remove version number.
10280 2001-06-13  Gerald Pfeifer  <pfeifer@dbai.tuwien.ac.at>
10282         * INSTALL/README: Update wrt. to the installation instructions now
10283         residing in gcc/doc/install.texi.
10285 2001-06-13  Joseph S. Myers  <jsm28@cam.ac.uk>
10287         * README: Replace with a cut-down and updated version of gcc/README.
10289 2001-06-12  David Edelsohn  <edelsohn@gnu.org>
10291         * config-ml.in (powerpc-*-* | rs6000-*-*): Allow aix64 and pthread
10292         multilibs to be disabled.
10294 2001-06-11  Daniel Berlin  <dan@cgsoftware.com>
10296         * MAINTAINERS (Write After Approval): Add myself.
10298 2001-06-09  Alexandre Oliva  <aoliva@redhat.com>
10300         * config.guess: Import CVS version 1.195.
10301         * config.sub: Import CVS version 1.212.
10303 2001-06-08  Alexandre Oliva  <aoliva@redhat.com>, Jeff Sturm  <jsturm@one-point.com>
10305         * Makefile.in (AS_FOR_TARGET, LD_FOR_TARGET, NM_FOR_TARGET): If
10306         gcc/xgcc is built, use -print-prog-name to find out the program
10307         name to use.
10309 2001-06-04  Phil Edwards  <pme@sources.redhat.com>
10311         * config.guess:  Import CVS version 1.194.  All gcc-local changes
10312         appear to also be in the master copy.
10313         * config.sub:  Import CVS version 1.211.
10315 Mon Jun  4 16:32:53 2001  Mark Mitchell  <mark@codesourcery.com>
10317         * ltcf-c.sh (archive_cmds, archive_expsym_cmds) [solaris,
10318         with_gcc]: Use `gcc -shared' to build a shared library.
10320 Mon Jun  4 16:24:43 2001  John David Anglin  <dave@hiauly1.hia.nrc.ca>
10322         * ltcf-c.sh (archive_cmd) [hpux, with_gcc]: Use gcc to link shared
10323         archives.
10325 Fri Jun  1 18:55:19 2001  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
10327         * MAINTAINERS (Write After Approval): Add myself.
10329 2001-06-01  Hans-Peter Nilsson  <hp@axis.com>
10331         * configure.in (libstdcxx_flags): Do not try to execute
10332         libstdc++-v3/testsuite_flags until it exists.
10334 2001-06-01  Alan Modra  <amodra@bigpond.net.au>
10336         * MAINTAINERS: Update my email address.
10338 2001-05-31  Graham Stott  <grahams@redhat.com>
10340         * MAINTAINERS (Write After Approval): Add myself.
10342 2001-05-28  Simon Patarin  <simon.patarin@inria.fr>
10344         * ltcf-cxx.sh (osf3/osf4/osf5): Support creation of C++  shared
10345         libraries when using g++ with native linker.
10347 2001-05-28  Alexandre Oliva  <aoliva@redhat.com>
10349         * ltconfig, ltmain.sh: Upgrade to libtool 1.4a 1.641.2.256.
10351 2001-05-22  Alexandre Oliva  <aoliva@redhat.com>
10353         * ltcf-cxx.sh (allow_undefined_flag, no_undefined_flag)
10354         [aix4*|aix5*]: Prepend blank.
10356 2001-05-20  Alexandre Oliva  <aoliva@redhat.com>
10358         * ltconfig, ltmain.sh, libtool.m4, ltcf-c.sh, ltcf-cxx.sh,
10359         ltcf-gcj.sh: Upgraded to libtool 1.4a 1.641.2.254.  Rebuilt a number
10360         of subdir/configure scripts to use the new libtool.m4.
10362 2001-05-19  Matt Kraai  <kraai@alumni.carnegiemellon.edu>
10364         * MAINTAINERS (Write After Approval): Add myself.
10366 2001-05-18  Benjamin Kosnik  <bkoz@redhat.com>
10368         * configure.in (libstdcxx_flags): Remove reference to libstdc++.INC.
10370 2001-05-11  Ben Elliston  <bje@redhat.com>
10372         * Makefile.in (all-sid): New target.
10373         (check-sid, clean-sid, install-sid): Likewise.
10375 2001-05-09  Jeffrey Oldham  <oldham@codesourcery.com>
10377         * ltcf-cxx.sh: Add -nostdlib to IRIX 6 archive_cmds.
10379 2001-05-03  Alexandre Oliva  <aoliva@redhat.com>
10381         * configure.in (noconfigdirs) [*-cygwin*, *-mingw*, *-beos]: Disable
10382         libgcj.
10384 2001-05-03  Alexandre Oliva  <aoliva@redhat.com>
10386         * Makefile.in (AS_FOR_TARGET, LD_FOR_TARGET, NM_FOR_TARGET): If
10387         gcc/xgcc is built, use -print-prog-name to find out the program
10388         name to use.
10390 2001-04-26  Alexandre Oliva  <aoliva@redhat.com>
10392         * configure.in (noconfigdirs): Don't reset it from scratch in the
10393         target case; only append to it.
10395         * configure.in (noconfigdirs) [hppa*-*-*, mips*-*-irix6*,
10396         sparc-*-solaris2.8]: Disable ${libgcj}.
10398 2001-04-25  Alexandre Oliva  <aoliva@redhat.com>
10400         * configure.in (libgcj_saved): Copy from $libgcj.
10401         (libgcj): Zero out if --enable-libgcj; add to noconfigdirs is
10402         --disable-libgcj.
10404 2001-04-25  Gavin Romig-Koch  <gavin@redhat.com>
10406         * MAINTAINERS: Remove self as MIPS maintainer and
10407         C front end maintainer.
10409 Mon Apr 23 09:15:03 2001  Anthony Green  <green@redhat.com>
10411         * configure.in: Move *-chorusos target case to the proper switch.
10412         Disable libgcj.
10414 2001-04-12  Alexandre Oliva  <aoliva@redhat.com>
10416         * ltconfig, ltmain.sh, ltcf-cxx.sh: Upgraded to libtool 1.4a
10417         1.641.2.228.
10419 2001-04-13  Franz Sirl  <Franz.Sirl-kernel@lauterbach.com>
10421         * Makefile.in (STAGE1_CFLAGS): Pass down.
10423 2001-04-13  Alan Modra  <amodra@one.net.au>
10425         * config.guess: Add hppa64-linux support.  Note for next import that
10426         this is already in the master file.
10427         * configure.in: Likewise.  Accept `parisc' alias for `hppa'.
10429 2001-04-12  Alexandre Oliva  <aoliva@redhat.com>
10431         * ltconfig, ltmain.sh, libtool.m4, ltcf-c.sh, ltcf-cxx.sh,
10432         ltcf-gcj.sh: Upgraded to libtool 1.4a 1.641.2.226.
10434 2001-04-11  Stan Shebs  <shebs@apple.com>
10436         * MAINTAINERS: Add self as Darwin port maintainer.
10438 2001-04-11  Alan Modra  <amodra@one.net.au>
10440         * MAINTAINERS: Update my email address.
10442 2001-04-10  Loren J. Rittle  <ljrittle@acm.org>
10444         * ltcf-cxx.sh: Support creation of C++ shared libraries on
10445         recent versions of FreeBSD (release 3 or later).
10446         * ltconfig: On FreeBSD, -lc must not be provided when building
10447         a shared library or else the standard -pthread gcc option is
10448         rendered worthless to later users of the built library.
10450 2001-04-06  Joseph S. Myers  <jsm28@cam.ac.uk>
10452         * MAINTAINERS: Add self and RTH as C front end maintainers.
10454 2001-04-05  Alexandre Oliva  <aoliva@redhat.com>
10456         * config.sub: Make sure to match an already-canonicalized
10457         machine name (eg. mn10300-unknown-elf).
10459 2001-04-01  Alexandre Oliva  <aoliva@redhat.com>
10461         * Makefile.in (CXX_FOR_TARGET_FOR_RECURSIVE_MAKE, RECURSE_FLAGS):
10462         New macros.
10463         (bootstrap, cross): Use RECURSE_FLAGS.
10464         * configure.in: Subst CXX_FOR_TARGET_FOR_RECURSIVE_MAKE.
10466 2001-03-27  Alexandre Oliva  <aoliva@redhat.com>
10468         * configure.in (CXX_FOR_TARGET): Use xgcc for libstdc++-v3.
10470 2001-03-22  Colin Howell  <chowell@redhat.com>
10472         * Makefile.in (DO_X): Do not backslash single-quotes in
10473         backquotes (two places).
10475 2001-03-22  Alexandre Oliva  <aoliva@redhat.com>
10477         Re-installed:
10478         2001-01-02  Laurynas Biveinis  <lauras@softhome.net>
10479         * ltcf-c.sh: Clear ac_cv_prog_cc_pic for DJGPP.  Do not add
10480         '-DPIC' to ac_cv_prog_cc_pic for DJGPP.
10481         * ltcf-cxx.sh: Likewise.
10482         * ltcf-gcj.sh: Likewise.
10484 2001-03-22  Gerald Pfeifer  <pfeifer@dbai.tuwien.ac.at>
10486         * MAINTAINERS: Add myself as "documentation co-maintainer".
10488 2001-03-22  Alexandre Oliva  <aoliva@redhat.com>
10490         * ltconfig, ltmain.sh, libtool.m4, ltcf-c.sh, ltcf-cxx.sh,
10491         ltcf-gcj.sh: Upgraded to libtool 1.4a 1.641.2.198.
10493 2001-03-19  Tom Tromey  <tromey@redhat.com>
10495         * config-ml.in: Handle GCJ and GCJFLAGS.
10497 2001-03-21  Michael Chastain  <chastain@redhat.com>
10499         * Makefile.in: all-m4 depends on all-texinfo.
10501 2001-03-20  Loren J. Rittle  <ljrittle@acm.org>
10503         * MAINTAINERS: Add myself to write after approval list.
10505 2001-03-18  Laurynas Biveinis  <lauras@softhome.net>
10507         * Makefile.in (DO_X): Quote nested quotes.
10509 2001-03-18  Alan Modra  <alan@linuxcare.com.au>
10511         * MAINTAINERS: Add myself to write after approval list.
10513 2001-03-15  Laurynas Biveinis  <lauras@softhome.net>
10515         * Makefile.in (DO_X): Use double quotes for quoting
10516         "RANLIB=$${RANLIB}".
10518 2001-03-10  Ovidiu Predescu  <ovidiu@cup.hp.com>
10520         * MAINTAINERS: Added Stan Shebs as new maintainer for Objective-C.
10522 2001-03-09  Nicola Pero  <n.pero@mi.flashnet.it>
10524         * configure.in: Only use `lang_requires' for languages athat are
10525         actually enabled.
10527 2001-03-08  Phil Edwards  <pme@sources.redhat.com>
10529         * MAINTAINERS (C++ runtime libs):  Update and alphabatize.
10531 2001-03-08  Alexandre Oliva  <aoliva@redhat.com>
10533         * Makefile.in (ALL_GCC, ALL_GCC_C, ALL_GCC_CXX): Set before use.
10535 2001-03-07  Tom Tromey  <tromey@redhat.com>
10537         * configure.in: Allow config-lang.in to set `lang_requires' to list
10538         of other required languages.
10540 2001-03-06  Laurynas Biveinis  <lauras@softhome.net>
10542         * Makefile.in: Remove RANLIB definition. Use RANLIB
10543         in RANLIB_FOR_TARGET, EXTRA_HOST_FLAGS, EXTRA_TARGET_FLAGS,
10544         EXTRA_GCC_FLAGS, $(DO_X) targets only when the RANLIB is set.
10546 2001-02-28  Benjamin Kosnik  <bkoz@redhat.com>
10547             Alexandre Oliva  <aoliva@redhat.com>
10549         * Makefile.in (check-c++): Use tabs, not spaces.
10551 2001-02-20  Laurynas Biveinis  <lauras@softhome.net>
10553         * MAINTAINERS: add myself to Write After Approval list.
10555 2001-02-19  Benjamin Kosnik  <bkoz@redhat.com>
10557         * Makefile.in (check-c++): New rule.
10559         * configure.in (target_libs): Remove libg++.
10560         (noconfigdirs): Remove libg++.
10561         (noconfigdirs): Same.
10562         (noconfigdirs): Same.
10563         (noconfigdirs): Same.
10565         * config-ml.in: Remove libg++ references.
10567         * Makefile.in (TARGET_CONFIGDIRS): Remove libio, libstdc++, libg++.
10568         (ALL_TARGET_MODULES): Same.
10569         (configure-target-libg++): Remove.
10570         (all-target-libg++): Remove.
10571         (configure-target-libio): Remove.
10572         (all-target-libio): Remove.
10573         (check-target-libio): Remove.
10574         (.PHONY): Remove.
10575         (libg++.tar.bz2): Remove.
10576         (all-target-cygmon): Remove libio.
10577         (all-target-libstdc++): Remove.
10578         (configure-target-libstdc++): Remove.
10579         (TARGET_LIB_PATH): Remove libstdc++.
10580         (ALL_GCC_CXX): Remove libstdc++.
10581         (all-target-gperf): Correct.
10583 2001-02-16  Nick Clifton  <nickc@redhat.com>
10585         * configure.in (noconfigdirs): Allow configuration of texinfo
10586         for Cygwin hosts.
10588 2001-02-15  Anthony Green  <green@redhat.com>
10590         * configure: Introduce GCJ_FOR_TARGET.
10591         * configure.in: Ditto.
10592         * Makefile.in: Ditto.
10594 2001-02-13  Andreas Schwab  <schwab@suse.de>
10596         * MAINTAINERS: Update mail address.
10598 2001-02-09  Martin Schwidefsky  <schwidefsky@de.ibm.com>
10600         * config.guess: Add linux target for S/390.
10601         * config.sub: Likewise.
10603 2001-02-08  Chandrakala Chavva  <cchavva@redhat.com>
10605         * configure.in: for *-chorusos, don't config target-newlib and
10606         target-libgloss.
10608 2001-02-06  Ben Elliston  <bje@redhat.com>
10610         * configure: Output host type to stdout, not stderr.
10612 2001-02-05  Mark Mitchell  <mark@codesourcery.com>
10614         * ltcf-c.sh: Add support for -no-undefined under GNU/Linux.
10615         * ltcf-cxx.sh: Likewise.
10617         * config.if: Assume enable_libstdcxx_v3 is defined.
10619 2001-02-04  Mark Mitchell  <mark@codesourcery.com>
10621         Remove V2 C++ library.
10622         * configure.in: Remove --enable-libstdcxx_v3 support.
10624 2001-01-31  Bryce McKinlay  <bryce@albatross.co.nz>
10626         * include/demangle.h: Add prototype for java_demangle_v3.
10628 2001-01-29  Phil Edwards  <pme@sources.redhat.com>
10630         * COPYING.LIB:  Update to LGPL 2.1 from the FSF.
10632 2001-01-27  Richard Henderson  <rth@redhat.com>
10634         * configure.in (target_makefile_frag) [alpha*-*]: Use mt-alphaieee.
10636 2001-01-27  Michael Sokolov  <msokolov@ivan.Harhan.ORG>
10638         * ltcf-cxx.sh (ac_cv_prog_cc_pic_works, ac_cv_prog_cc_static_works):
10639         Don't unset, it's non-portable and no longer necessary, set to empty
10640         instead.
10642 2001-01-27  Michael Sokolov  <msokolov@ivan.Harhan.ORG>,  Alexandre Oliva  <oliva@lsd.ic.unicamp.br>
10644         * ltconfig: Shell portability fix for the tagname validity check.
10646 2001-01-27  Alexandre Oliva  <aoliva@redhat.com>
10648         * ltcf-c.sh (ld_shlibs) [aix5*]: Disable on unknown CPU types.
10649         * ltcf-cxx.sh, ltcf-gcj.sh: Likewise.
10651 2001-01-26  Michael Sokolov  <msokolov@ivan.Harhan.ORG>
10653         * ltcf-cxx.sh: Use parentheses around eval $ac_compile.
10655 2001-01-26  Tom Tromey  <tromey@redhat.com>
10657         * configure.in: Allow libgcj to be built on Sparc Solaris.
10659 2001-01-25  David Edelsohn  <edelsohn@gnu.org>
10661         * ltcf-c.sh: Add aix5 case.
10662         * ltcf-cxx.sh: Likewise.
10663         * ltconfig: Likewise.
10665 2001-01-24  Alexandre Oliva  <aoliva@redhat.com>
10667         * ltmain.sh (TAG disable-shared, TAG disable-static): Make sure we
10668         keep at least one of build_libtool_libs or build_old_libs set to
10669         yes.
10671         * ltcf-gcj.sh (lt_simple_link_test_code): Remove stray `(0)'.
10672         * libtool.m4 (_AC_LIBTOOL_GCJ): Pass $CPPFLAGS on.
10674 2001-01-23  Bryce McKinlay  <bryce@albatross.co.nz>
10676         * configure.in: Enable libgcj on several additional platforms.
10678 2001-01-22  Bryce McKinlay  <bryce@albatross.co.nz>
10680         * configure.in: Enable libgcj for linux targets.
10682 2001-01-20  Michael Sokolov  <msokolov@ivan.Harhan.ORG>
10684         * MAINTAINERS (Write After Approval): Add myself.
10686 2001-01-15  John David Anglin  <dave@hiauly1.hia.nrc.ca>
10688         * MAINTAINERS: Add myself as vax port maintainer.
10690 2001-01-11  Fergus Henderson  <fjh@cs.mu.oz.au>
10692         * MAINTAINERS: Add myself as Mercury front-end maintainer.
10694 2001-01-09  Mike Stump  <mrs@wrs.com>
10696         * Makefile.in (CONFIGURE_TARGET_MODULES): Pass back configuration
10697         failures of subdirectories.
10699 2001-01-02  Laurynas Biveinis  <lauras@softhome.net>
10701         * ltcf-c.sh: Clear ac_cv_prog_cc_pic for DJGPP.  Do not add
10702         '-DPIC' to ac_cv_prog_cc_pic for DJGPP.
10703         * ltcf-cxx.sh: Likewise.
10704         * ltcf-gcj.sh: Likewise.
10705         * ltconfig.sh: Fix typo.
10707 2001-01-02  Laurynas Biveinis  <lauras@softhome.net>
10709         * configure: handle DOS-style absolute paths.
10711 2001-01-02  Laurynas Biveinis  <lauras@softhome.net>
10713         * configure.in: remove supported directories from $noconfigdirs for DJGPP.
10715 2000-12-30  Marek Michalkiewicz  <marekm@linux.org.pl>
10717         * MAINTAINERS: Add myself as avr port co-maintainer.
10719 2000-12-28  Ben Elliston  <bje@redhat.com>
10721         * MAINTAINERS: Add myself under ``Write After Approval''.
10723 2000-12-19  Joseph S. Myers  <jsm28@cam.ac.uk>
10725         * texinfo: Remove directory from GCC.
10727 2000-12-18  Joseph S. Myers  <jsm28@cam.ac.uk>
10729         * COPYING: Update to current
10730         ftp://ftp.gnu.org/pub/gnu/Licenses/COPYING-2.0 (fixes references
10731         to 19yy as example year in copyright notice).
10733 2000-12-18  Benjamin Kosnik  <bkoz@redhat.com>
10735         * Makefile.in (BASE_FLAGS_TO_PASS): Alphabetize.
10736         (libstdcxx_incdir): Pass down.
10737         * config.if: Remove expired bits for cxx_interface, add stub.
10738         (libstdcxx_incdir): Add variable for g++ include directory.
10739         * configure.in (gxx_include_dir): Use it.
10741 2000-12-18  Alexandre Oliva  <aoliva@redhat.com>
10743         * MAINTAINERS: Added self as sh port co-maintainer.  Removed entry
10744         with old-email address from ``Write After Approval''.
10746 2000-12-15  Andreas Jaeger  <aj@suse.de>
10748         * configure.in: Handle lang_dirs.
10750 2000-12-14  Tom Tromey  <tromey@redhat.com>
10752         * MAINTAINERS: Removed brads.
10754         * MAINTAINERS: Added gcj developers.
10756 2000-12-13  Anthony Green  <green@redhat.com>
10758         * configure.in: Disable libgcj for any target not specifically
10759         listed.  Disable libgcj for x86 and Alpha Linux until compatible
10760         with g++ abi.
10762 2000-12-13  Mike Stump  <mrs@wrs.com>
10764         * Makefile.in (local-distclean): Also remove fastjar.
10766 2000-12-12  Rodney Brown  <RodneyBrown@mynd.com>
10768         * contrib/gcc_update: Add fastjar --touch entries.
10770 2000-12-12  Alexandre Oliva  <aoliva@redhat.com>
10772         * configure.in: Disable language-specific target libraries for
10773         languages that aren't enabled.
10775 2000-12-10  Anthony Green  <green@redhat.com>
10777         * configure.in: Define libgcj.  Disable libgcj target libraries for
10778         most targets.
10780 2000-12-10  Neil Booth  <neilb@earthling.net>
10782         * MAINTAINERS: Update mail address, remove from WAA list.
10784 2000-12-09  Alexandre Petit-Bianco  <apbianco@cygnus.com>
10786         * libjava: Imported from /cvs/java.
10787         * libffi: Likewise.
10788         * Boehm-gc: Likewise.
10790 2000-12-09  Alexandre Petit-Bianco  <apbianco@cygnus.com>
10792         * configure.in (target_libs): Revert 2000-12-08 patch.
10793         (noconfigdirs): Added target-libjava.
10795 2000-12-09  Laurynas Biveinis  <lauras@softhome.net>
10797         * djunpack.bat: removed.
10799 2000-12-09  Laurynas Biveinis  <lauras@softhome.net>
10801         * Makefile.in: handle DOS-style absolute paths.
10802         * config-ml.in: likewise.
10803         * symlink-tree: likewise.
10805 2000-12-08  Alexandre Petit-Bianco  <apbianco@cygnus.com>
10807         * fastjar: Imported.
10809 2000-12-08  Alexandre Petit-Bianco  <apbianco@cygnus.com>
10811         * Makefile.in (TARGET_CONFIGDIRS): Wrong place. Removed note about
10812         libjava.
10813         * configure.in (target_libs): Removed `target-libjava'.
10815 2000-12-08  Alexandre Petit-Bianco  <apbianco@cygnus.com>
10817         * Makefile.in (TARGET_CONFIGDIRS): Added note about libjava.
10818         (ALL_MODULES): Added fastjar.
10819         (NATIVE_CHECK_MODULES, INSTALL_MODULES, CLEAN_MODULES): Likewise.
10820         (all-target-libjava): all-fastjar replaces all-zip.
10821         (all-fastjar): Added.
10822         (configure-target-fastjar, all-target-fastjar): Likewise.
10823         * configure.in (host_tools): Added fastjar.
10825 2000-12-07  Mike Stump  <mrs@wrs.com>
10827         * Makefile.in (local-distclean): Remove leftover built files.
10829 2000-11-24  Nick Clifton  <nickc@redhat.com>
10831         * configure.in (xscale-elf): Add target.
10832         (xscale-coff): Add target.
10834 2000-11-22  Loren J. Rittle  <ljrittle@acm.org>
10836         * ltcf-cxx.sh: Support creation of C++ shared libraries on
10837         recent versions of FreeBSD (release 3 or later).
10838         * ltconfig: On FreeBSD, -lc must not be provided when building
10839         a shared library or else the standard -pthread gcc option is
10840         rendered worthless to later users of the built library.
10842 2000-11-16  Fred Fish  <fnf@be.com>
10844         * configure.in (enable_libstdcxx_v3): Fix typo,
10845         libstd++ -> libstdc++.
10847 2000-11-21  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
10849         * MAINTAINERS: Add self to Write After Approval list.
10851 2000-11-21  Bernd Schmidt  <bernds@redhat.com>
10853         * MAINTAINERS: Update my email address.  Add myself to global write
10854         privs list.
10856 2000-11-18  Alexandre Oliva  <aoliva@redhat.com>
10858         * Makefile.in: Merge with src and libgcj.
10859         (ALL_GCC_C, ALL_GCC_CXX): New macros.  Use them as dependencies of
10860         configure-target-<library> when their configure scripts need the C
10861         or C++ library to have already been built to work properly.
10862         (do_proto_toplev): Set them to an empty string.
10864         * Makefile.in (HOST_LIB_PATH, TARGET_LIB_PATH): New macros.
10865         (REALLY_SET_LIB_PATH): Use them.
10867 2000-11-17  Stan Shebs  <shebs@apple.com>
10869         * MAINTAINERS: Add self to Write After Approval list.
10871 2000-11-13  Joseph S. Myers  <jsm28@cam.ac.uk>
10873         * configure: Provide the original toplevel configure arguments
10874         (including $0) to subprocesses in the environment rather than
10875         through gcc/configargs.h.
10877 2000-11-13  Joseph S. Myers  <jsm28@cam.ac.uk>
10879         * MAINTAINERS: Remove references to cccp. Change C9X reference to
10880         C99.  Alphabetise "Write After Approval" list.
10882 2000-11-12  Mark Mitchell  <mark@codesourcery.com>
10884         * configure: Turn on libstdc++ V3 by default.
10886         * ltcf-c.sh: On Solaris, use `gcc -shared' to build a shared library
10887         if we've got GCC.
10889 2000-11-11  Philip Blundell  <philb@gnu.org>
10891         * MAINTAINERS: Add self to Write After Approval list.
10893 2000-11-09  David Edelsohn  <edelsohn@gnu.org>
10895         * ltcf-c.sh (aix4): Improve shared library configuration; require
10896         exporting symbols.
10897         * ltcf-cxx.sh (aix4): Define.
10898         * ltconfig (aix4): Define library and soname specs appropriate for
10899         AIX.  Define command to create export symbols list.
10901 Mon Nov  6 14:19:35 2000  Christopher Faylor  <cgf@cygnus.com>
10903         * config.sub: Add support for Sun Chorus
10905 2000-10-31  Nick Clifton  <nickc@redhat.com>
10907         * MAINTAINERS: Rename <name>@cygnus.com addresses to
10908         <name>@redhat.com.  Also installed new email address for Clint
10909         Popetz.
10911 2000-10-30  Joseph S. Myers  <jsm28@cam.ac.uk>
10913         * etc: Remove directory from GCC.
10915 2000-10-16  Michael Meissner  <meissner@redhat.com>
10917         * configure (gcc/configargs.h): Only create if there is a build GCC
10918         directory created.
10920 2000-10-16  Matthias Klose  <doko@debian.org>
10922         * config.if: Search libstdc++-v3/configure.in for INTERFACE,
10923         when configured for libstdc++-v3.
10925 2000-10-05  Phil Edwards  <pme@gcc.gnu.org>
10927         * configure: Save configure arguments to gcc/configargs.h.
10929 2000-10-04  Philipp Thomas  <pthomas@suse.de>
10931         * config.guess: Import CVS version 1.157.
10932         * config.sub: Import CVS version 1.181.
10934 2000-10-04  Andris Pavenis  <pavenis@latnet.lv>
10936         * Makefile.in (bootstrap): avoid recursion if subdir missing
10937         (cross): ditto
10938         (do-proto-toplev): ditto
10940 2000-09-30  Alexandre Oliva  <aoliva@redhat.com>
10942         * Makefile.in (DEVO_SUPPORT): Added gettext.m4, libtool.m4,
10943         ltcf-c.sh, ltcf-cxx.sh and ltcf-gcj.sh.
10945         * ltconfig, ltmain.sh, libtool.m4, ltcf-cxx.sh: Updated from libtool
10946         multi-language branch, to work around Solaris' /bin/sh bug.  Rebuilt
10947         all affected `configure' scripts.
10949 Mon 25-Sep-2000 19:46:09 BST  Neil Booth  <neilb@earthling.net>
10951         * MAINTAINERS: Add self as cpplib co-maintainer.
10953 2000-09-24  Aldy Hernandez  <aldyh@redhat.com>
10955         * MAINTAINERS: Add self to Write After Approval list.
10957 2000-09-18  Gerald Pfeifer  <pfeifer@dbai.tuwien.ac.at>
10959         * INSTALL/README: egcs -> GCC update.
10961 Sun Sep 17 16:55:59 CEST 2000  Marc Espie  <espie@cvs.openbsd.org>
10963         * MAINTAINERS: Add myself to Write After Approval list.
10965 2000-09-15  Kazu Hirata  <kazu@hxi.com>
10967         * MAINTAINERS: Add myself to Write After Approval list.
10969 Wed Sep 13 11:11:29 2000  Jeffrey A Law  (law@cygnus.com)
10971         * configure.in: Do not build byacc for hppa64.  Provide paths to the
10972         X11 libraries for hppa64.
10974 2000-09-08  Stephane Carrez  <Stephane.Carrez@worldnet.fr>
10976         * MAINTAINERS: Add myself as 68hc11 port maintainer.
10978 2000-09-06  Alexandre Oliva  <aoliva@redhat.com>
10980         * Makefile.in (all-zlib): Added dummy target.
10982         * ltconfig, ltmain.sh, libtool.m4, ltcf-c.sh, ltcf-cxx.sh,
10983         ltcf-gcj.sh: Updated from libtool multi-language branch.
10985 2000-09-05  Alexandre Oliva  <aoliva@redhat.com>
10987         * Makefile.in (all-bootstrap): Added all-texinfo and all-zlib.
10988         (bootstrap*): Depend on all-bootstrap.
10990 2000-09-05  Philipp Thomas  <pthomas@suse.de>
10992         * config.guess: Import CVS version 1.156.
10993         * config.sub: Import CVS version 1.179.
10995 2000-09-02  Anthony Green  <green@cygnus.com>
10997         * Makefile.in (all-gcc): Depend on all-zlib.
10998         (CLEAN_MODULES): Add clean-zlib.
10999         (ALL_MODULES): Add all-zlib.
11000         * configure.in (host_libs): Add zlib.
11002 2000-09-02  Alexandre Oliva  <aoliva@redhat.com>, DJ Delorie  <dj@redhat.com>
11004         * configure.in (FLAGS_FOR_TARGET): Use -nostdinc even for Canadian
11005         crosses, but add gcc/include to the header search path for them.
11007 2000-08-04  David E. O'Brien  <obrien@FreeBSD.org>
11009         * MAINTAINERS: Add self to Write After Approval list.
11011 2000-08-27  Franz Sirl  <Franz.Sirl-kernel@lauterbach.com>
11013         * config.guess: Import CVS version 1.152.
11014         * config.sub: Import CVS version 1.177.
11016 2000-08-25  Alexandre Oliva  <aoliva@redhat.com>
11018         * configure.in (FLAGS_FOR_TARGET): Use $target_configdirs and
11019         $targargs to tell whether newlib is going to be built.
11021         * configure.in [disable-libstdcxx-v3] (libstdcxx_flags): Search
11022         $$r/TARGET_SUBDIR/libio for _G_config.h.
11024 2000-08-23  Alexandre Oliva  <aoliva@redhat.com>
11026         * MAINTAINERS: Add self as a build machinery (*.in) maintainer.
11028 2000-08-22  DJ Delorie  <dj@redhat.com>
11030         * MAINTAINERS: Add self as a build machinery (*.in) maintainer
11032 2000-08-22  Alexandre Oliva  <aoliva@redhat.com>
11034         * config-ml.in (CC, CXX): Avoid trailing whitespace.
11035         (LD_LIBRARY_PATH, SHLIB_PATH): Adjust for multilibs and export to
11036         sub-configures.
11038 2000-08-21  DJ Delorie  <dj@redhat.com>
11040         * MAINTAINERS: Add self as a libiberty maintainer
11042 2000-08-16  Alexandre Oliva  <aoliva@redhat.com>
11044         * configure.in (libstdcxx_flags): Use
11045         libstdc++-v3/src/libstdc++.INC.
11047 2000-08-15  Alexandre Oliva  <aoliva@redhat.com>
11049         * configure.in (libstdcxx_flags): Use libstdc++-v3/src/INCLUDES.
11051 2000-08-14  Zack Weinberg  <zack@wolery.cumb.org>
11053         * configure.in (libstdcxx_flags): Remove -isystem $$s/libio/stdio.
11055         * configure: Make enable_threads and enable_shared defaults
11056         explicit.  Substitute enable_threads into generated Makefiles.
11057         * configure.in: Accept *-*-linux* not just *-*-linux-gnu*.
11058         * libtool.m4: Accept *-*-linux* not just *-*-linux-gnu*.
11060 2000-08-13  Geoff Keating  <geoffk@cygnus.com>
11062         * Makefile.in (GCC_FOR_TARGET): Also add -B$$r/gcc/ here.
11064 2000-08-12  Alexandre Oliva  <aoliva@redhat.com>
11066         * config-ml.in (CC): Remove bogus duplicate quotation mark from
11067         previous delta.
11069 2000-08-11  Jason Merrill  <jason@redhat.com>
11071         * configure.in (CC_FOR_TARGET, CHILL_FOR_TARGET,
11072         CXX_FOR_TARGET): Add -B$$r/gcc/ here.
11073         (FLAGS_FOR_TARGET): Not here.
11074         (CHILL_FOR_TARGET, CXX_FOR_TARGET): Don't check the list of languages.
11076 2000-08-11  Alexandre Oliva  <aoliva@redhat.com>
11078         * config-ml.in (CC, CXX): Don't introduce a leading space.
11080 2000-08-07  DJ Delorie  <dj@delorie.com>
11082         * MAINTAINERS: Add self as a DJGPP maintainer
11084 2000-08-07  DJ Delorie  <dj@redhat.com>
11086         * configure.in (FLAGS_FOR_TARGET): invert test for xgcc, should mean
11087         "if we're also building gcc, and it's a gcc that will run on the
11088         build machine, we want to use its includes instead of the system's
11089         default includes".
11091 2000-08-04  Joseph S. Myers  <jsm28@cam.ac.uk>
11093         * MAINTAINERS: Add self to Write After Approval list.
11095 2000-08-03  Alexandre Oliva  <aoliva@redhat.com>
11097         * configure.in (libstdcxx_flags): Don't use `"'.
11099         * config-ml.in: Adjust multilib search paths to the
11100         appropriate multilib tree.
11102 2000-08-02  Alexandre Oliva  <aoliva@redhat.com>
11104         * configure.in (CHILL_FOR_TARGET, CXX_FOR_TARGET): Convert blanks to
11105         commas in $LANGUAGES.
11107 2000-08-02  Manfred Hollstein  <manfredh@redhat.com>
11109         * configure.in: Re-enable all references to libg++ and librx.
11111 2000-08-01  Alexandre Oliva  <aoliva@redhat.com>
11113         * ltconfig, ltmain.sh: Update from libtool multi-language branch.
11114         * ltcf-c.sh (need_lc): Fix test message.  Set wl for archive_cmds.
11115         (ac_cv_prog_cc_pic): Don't print `cached' without `checking'.
11116         * ltcf-cxx.sh (need_lc): Set based on postdeps.
11118         * configure.in (qCXX_FOR_TARGET): Use echo instead of expr.
11120 2000-07-31  Alexandre Oliva  <aoliva@redhat.com>
11122         * configure.in (qCXX_FOR_TARGET): Quote `&' characters in
11123         CXX_FOR_TARGET for sed.
11125 2000-07-30  Alexandre Oliva  <aoliva@redhat.com>
11127         * configure.in (CC_FOR_TARGET, CHILL_FOR_TARGET, CXX_FOR_TARGET):
11128         Do not override if already set in the environment or in configure.
11129         Don't duplicate $(FLAGS_FOR_TARGET) if it already appears in them.
11130         (FLAGS_FOR_TARGET): Don't use host directories on Canadian crosses.
11132 2000-07-28  Alexandre Oliva  <aoliva@redhat.com>
11134         * libtool.m4, ltcf-c.sh, ltcf-cxx.sh, ltcf-gcj.sh: New files from
11135         the libtool CVS tree multi-language branch.
11136         * ltconfig, ltmain.sh: Updated.
11138 2000-07-27  Alexandre Oliva  <aoliva@redhat.com>
11140         * Makefile.in (clean-target-libgcc): Remove gcc/libgcc.
11141         (clean-target): Depend on it.
11143         * Makefile.in (FLAGS_FOR_TARGET): New macro.
11144         (GCC_FOR_TARGET): Use it.
11145         (CC_FOR_TARGET, CXX_FOR_TARGET, CHILL_FOR_TARGET): Now defined...
11146         * configure.in: ... here.
11147         (FLAGS_FOR_TARGET): Define.  Add ld build dir to -L path.
11148         (libstdcxx_flags): Define and append to CXX_FOR_TARGET.
11150 2000-07-24  Eric Christopher  <echristo@cygnus.com>
11152         * MAINTAINERS: Add self to Write After Approval list.
11154 2000-07-24  Alexandre Oliva  <aoliva@redhat.com>
11156         * Makefile.in (configure-target-libf2c): Depend on $(ALL_GCC).
11157         (configure-target-libchill, configure-target-libobjc): Likewise.
11159         * configure.in: Use the same cache file for all target libs.
11160         * config-ml.in: But different cache files per multilib variant.
11162 2000-07-23  Michael Sokolov  <msokolov@ivan.Harhan.ORG>
11164         * configure (topsrcdir): Don't use dirname.
11166 2000-07-22  Jeffrey Oldham  <oldham@codesourcery.com>
11168         * MAINTAINERS: Add self to Write After Approval list.
11170 2000-07-20  Jason Merrill  <jason@redhat.com>
11172         * configure.in: Remove all references to libg++ and librx.
11174         * configure, configure.in, Makefile.in: Unify gcc and binutils.
11176 2000-07-20  Hans-Peter Nilsson  <hp@axis.com>
11178         * config.sub: Update to subversions version 2000-07-06.
11180 2000-07-12  Andrew Haley  <aph@cygnus.com>
11182         * configure.in (host_makefile_frag): Use mh-ia64pic on IA-64 hosts.
11183         (target_makefile_frag): Use mt-ia64pic on IA-64 targets.
11185 2000-07-07  Phil Edwards  <pme@sourceware.cygnus.com>
11187         * symlink-tree:  Check number of arguments.
11189 2000-07-05  Jim Wilson  <wilson@cygnus.com>
11191         * Makefile.in (CXX_FOR_TARGET): Add libstdc++ to the library
11192         search path for a g++ extracted from the build tree.  This
11193         will allow link tests run by configure scripts in
11194         subdirectories to succeed.
11196 2000-07-01  Koundinya K  <kk@ddeorg.soft.net>
11198         * ltconfig: Add support for mips-dde-sysv4.2MP
11200 2000-06-29  Michael Hayes  <m.hayes@elec.canterbury.ac.nz>
11202         * MAINTAINERS: Add myself as loop discovery maintainer.
11204 2000-06-28  Corinna Vinschen  <vinschen@cygnus.com>
11206         * ltconfig: Check for host_os beeing one of `cygwin', `mingw' or
11207         `os2'. Force ac_cv_exeext to be ".exe" in that case.
11209 2000-06-19  Timothy Wall  <twall@cygnus.com>
11211         * configure.in (noconfigdirs): Set noconfigdirs for tic54x target.
11212         * config.sub: Add tic54x target.
11214 Sun Jun 11 17:20:00 MET 2000  Toon Moene  <toon@moene.indiv.nluug.nl>
11216         * MAINTAINERS: Add self as Fortran maintainer,
11217         remove Craig Burley.
11219 Tue May 30 19:01:12 2000  Andrew Cagney  <cagney@b1.cygnus.com>
11221         * config.sub: Import CVS version 1.167 Tue May 30 09:00:07 2000.
11222         * config.guess: Import CVS version 1.148 Tue May 30 09:00:06 2000
11224 Mon May 29 21:15:00 MET 2000  Philipp Thomas  <pthomas@suse.de>
11226         * MAINTAINERS: Add self as i18n maintainer
11228 20000-05-21  H.J. Lu  (hjl@gnu.org)
11230         * Makefile.in (CC_FOR_TARGET): Make sure as/ld in the gcc
11231         directory are used if they exist. Make sure
11232         $(build_tooldir)/include is searched for header files,
11233         $(build_tooldir)/lib/ for library files.
11234         (GCC_FOR_TARGET): Likewise.
11235         (CXX_FOR_TARGET): Likewise.
11237 Thu May 18 10:58:13 2000  Jeffrey A Law  (law@cygnus.com)
11239         * configure.in (hppa*64*-*-*): Do build ld for this configuration.
11241 Wed May 17 16:03:48 2000  Alexandre Oliva  <aoliva@cygnus.com>
11243         * Makefile.in (configure-target-libiberty): Depend on
11244         configure-target-newlib.
11246 2000-05-16  Alexandre Oliva  <aoliva@cygnus.com>
11248         * configure.in, Makefile.in: Merge all libffi-related
11249         configury stuff from the libgcj tree.
11251 Tue May 16 10:06:21 2000  Andrew Cagney  <cagney@b1.cygnus.com>
11253         Thu Apr 27 11:01:48 2000 Andrew Cagney <cagney@b1.cygnus.com>:
11254         * Makefile.in (do-tar-bz2, do-md5sum): Skip CVS directories.
11256 Tue May 16 09:57:35 2000  Andrew Cagney  <cagney@b1.cygnus.com>
11258         Wed Apr 26 17:03:53 2000 Andrew Cagney <cagney@b1.cygnus.com>:
11259         * Makefile.in (do-djunpack): New target. Update djunpack.bat with
11260         current version information.  Add to proto-toplev directory.
11261         (gdb-taz): Build do-djunpack.
11263 2000-05-15  David Edelsohn  <edelsohn@gnu.org>
11265         * configure.in: Special case powerpc*-*-aix* target_makefile_frag.
11267 Mon May 15 13:39:09 2000  Andrew Cagney  <cagney@b1.cygnus.com>
11269         * MAINTAINERS: Add self to Write After Approval list.
11271 2000-05-13 Alexandre Oliva  <oliva@lsd.ic.unicamp.br>
11273         * ltmain.sh: Preserve in relink_command any environment
11274         variables that may affect the linker behavior.
11276 Fri May 12 11:23:17 2000  Jeffrey A Law  (law@cygnus.com)
11278         * config.sub (basic_machine): Recognize hppa64 as a valid cpu type.
11280 Wed May 10 21:26:51 2000  Jim Wilson  <wilson@cygnus.com>
11282         * configure.in (ia64*-*-elf*): Add gdb and friends to noconfigdirs.
11284 2000-05-08  Eli Zaretskii  <eliz@is.elta.co.il>
11286         * djunpack.bat: Change the Sed script to replace @V@ in fnchange.lst
11287         with the version name.
11289 Sat May  6 21:12:55 CDT 2000  Jason Eckhardt  <jle@cygnus.com>
11291         * MAINTAINERS: Add self as bb-reorder maintainer.
11293 2000-05-01  Benjamin Kosnik  <bkoz@cygnus.com>
11295         * config.if: Tweak.
11297 2000-04-23  Eli Zaretskii  <eliz@is.elta.co.il>
11299         * djunpack.bat: New file.
11301 Wed Apr 19 12:46:26 2000  Andrew Cagney  <cagney@b1.cygnus.com>
11303         * Makefile.in (taz, gdb-taz, gas.tar.bz2, binutils.tar.bz2,
11304         gas+binutils.tar.bz2, libg++.tar.bz2, gnats.tar.bz2, gdb.tar.bz2,
11305         dejagnu.tar.bz2, gdb+dejagnu.tar.bz2, insight.tar.bz2,
11306         insight+dejagnu.tar.bz2, newlib.tar.bz2): Pass MD5PROG to sub-make.
11308 2000-04-16  Dave Pitts  <dpitts@cozx.com>
11310         * config.sub (case $basic_machine): Change default for "ibm-*"
11311         to "openedition".
11313 2000-04-13  Andreas Jaeger  <aj@suse.de>
11315         * MAINTAINERS: Added myself.
11317 Wed Apr 12 16:42:48 2000  Andrew Cagney  <cagney@b1.cygnus.com>
11319         * Makefile.in (gdb-taz): New target.  GDB specific archive.
11320         (do-md5sum): New target.
11321         (MD5PROG): Define.
11322         (PACKAGE): Default to TOOL.
11323         (VER): Default to a shell script.
11324         (taz): Rewrite target.  Move real work to do-proto-toplev.  Include
11325         md5 checksum generation.
11326         (do-proto-toplev): New target. Create $(PACKAGE)-$(VER) link.
11327         (do-tar-bz2): Delete creation of $(PACKAGE)-$(VER) link.
11328         (gdb.tar.bz2, dejagnu.tar.bz2, gdb+dejagnu.tar.bz2,
11329         insight.tar.bz2): Use gdb-taz to create archive.
11331 Fri Apr  7 18:10:29 2000  Andrew Cagney  <cagney@b1.cygnus.com>
11333         * configure (warn_cflags): Delete.
11335 Thu Apr  6 16:15:14 2000  Philippe De Muyter  <phdm@macqel.be>
11337         * MAINTAINERS: Added myself.
11339 2000-04-05  Benjamin Kosnik  <bkoz@cygnus.com>
11340             Martin v. Löwis  <martin@loewis.home.cs.tu-berlin.de>
11342         * configure.in (enable_libstdcxx_v3): Add.
11343         (target_libs): Add bits here to switch between libstdc++-v2 and
11344         libstdc++-v3.
11345         * config.if: And this file too.
11346         * Makefile.in: Add libstdc++-v3 targets.
11348 2000-04-05  Michael Meissner  <meissner@redhat.com>
11350         * config.sub (d30v): Add d30v as a basic machine type.
11352 2000-03-29  Jason Merrill  <jason@casey.cygnus.com>
11354         * configure.in: -linux-gnu*, not -linux-gnu.
11356 Sun Mar 12 17:30:30 2000  Toon Moene  <toon@moene.indiv.nluug.nl>
11358         * MAINTAINERS: Add self in write-after-approval section.
11360 Sun Mar 12 00:23:32 2000  Jim Wilson  <wilson@cygnus.com>
11362         * MAINTAINERS: Add self as ia64 port maintainer.
11364 2000-03-08  Neil Booth  <NeilB@earthling.net>
11366         * MAINTAINERS: Add self in write-after-approval section.
11368 Fri Mar  3 18:44:08 2000  Andrew Cagney  <cagney@b1.cygnus.com>
11370         * Makefile.in (taz): Set PACKAGE to TOOL when not defined.
11371         (do-tar-bz2): Replace TOOL with PACKAGE.
11372         (gdb.tar.bz2): Remove GDBTK from GDB package.
11373         (gdb+dejagnu.tar.bz2, insight.tar.bz2, insight+dejagnu.tar.bz2,
11374         dejagnu.tar.bz2): New packages.
11376 2000-02-27  Andreas Jaeger  <aj@suse.de>
11378         * configure.in: Add entry for mips*-*-linux*, move catch all
11379         *-*-*linux* entry below this one.
11381 2000-02-27  Ian Lance Taylor  <ian@zembu.com>
11383         * ltconfig, ltmain.sh: Update to libtool 1.3.4.
11385 2000-02-24  Nick Clifton  <nickc@cygnus.com>
11387         * config.sub: Support an OS of "wince".
11389 Thu Feb 24 16:15:56 2000  Andrew Cagney  <cagney@b1.cygnus.com>
11391         * config.guess, config.sub: Updated to match config's 2000-02-15
11392         version.
11394 2000-02-23  Linas Vepstas  <linas@linas.org>
11396         * config.sub: Add support for Linux/IBM 370.
11397         * configure.in: Likewise.
11399 2000-02-22  Nick Clifton  <nickc@cygnus.com>
11401         * configure.in: Add mips-pe, sh-pe and arm-wince-pe targets.
11403 2000-02-20  Christopher Faylor  <cgf@cygnus.com>
11405         * config.guess: Guess "cygwin" rather than "cygwin32".
11407 2000-02-16  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
11409         * configure (gcc_version): When setting, narrow search to
11410         lines containing `version_string'.
11412 2000-02-15  Denis Chertykov  <denisc@overta.ru>
11414         * config.sub: Add support for avr target.
11416 2000-02-14  Nick Clifton  <nickc@cygnus.com>
11418         * MAINTAINERS: Add maintainers for MCore port.
11420 Tue Feb  1 00:07:46 2000  Hans-Peter Nilsson  <hp@bitrange.com>
11422         * config.sub: Add mmix-knuth-mmixware.
11424 2000-01-31  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
11426         * MAINTAINERS: Pair cccp with cpplib maintainership.
11428 2000-01-27  Christopher Faylor  <cgf@redhat.com>
11430         * Makefile.in (CC_FOR_TARGET): Add new winsup directory
11431         structure stuff to -L library search.
11432         (CXX_FOR_TARGET): Ditto.
11433         (CROSS_CHECK_MODULES): Fix spelling mistake.
11435 2000-01-24  Mark Mitchell  <mark@codesourcery.com>
11437         * Makefile.in (CXX_FOR_TARGET): Use g++, not xgcc, to invoke
11438         the C++ compiler.
11440 2000-01-12  Richard Henderson  <rth@cygnus.com>
11442         * configure.in: Don't build some bits for beos.
11444 2000-01-12  Joel Sherrill (joel@OARcorp.com)
11446         * Makefile.in (CC_FOR_TARGET): Use newlib libraries as well
11447         as include files.
11449 2000-01-11  Zack Weinberg  <zack@wolery.cumb.org>
11451         * Add self as cpplib maintainer, as requested by Jason
11452         Merrill.  Correct my e-mail address.
11454 2000-01-06  Geoff Keating  <geoffk@cygnus.com>
11456         * configure.in: Use mt-aix43 to handle *_TARGET defs,
11457         not mh-aix43.
11459 Thu Dec 23 03:43:36 1999  Hans-Peter Nilsson  <hp@bitrange.com>
11461         * MAINTAINERS: Add myself to "write after approval" list.
11463 1999-12-14  Richard Henderson  <rth@cygnus.com>
11465         * config.guess (alpha-osf, alpha-linux): Detect ev67.
11466         * config.sub: Accept alphaev[78], alphaev8.
11468 1999-12-03  Alexandre Oliva  <oliva@lsd.ic.unicamp.br>
11470         * config.guess, config.sub: Update from autoconf.
11472 1999-11-29  Bruce Korb  <autogen@linuxbox.com>
11474         * MAINTAINERS:  update my playtime e-address.
11476 Tue Nov 23 00:57:41 1999  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
11478         * config-ml.in (sparc*-*-*): Disable sparcv9 support if the
11479         necessary libraries are missing.
11481 Fri Nov 19 11:22:31 MST 1999  Diego Novillo  <dnovillo@cygnus.com>
11483         * MAINTAINERS: Add new 'write after approval' maintainer.
11485 Wed Nov 17 16:08:43 1999  Alexandre Petit-Bianco  <apbianco@cygnus.com>
11487         * MAINTAINERS: Add new Java maintainer.
11489 1999-10-25  Andreas Schwab  <schwab@suse.de>
11491         * configure: Fix quoting inside arguments of eval.
11493 1999-10-21  Nick Clifton  <nickc@cygnus.com>
11495         * config-ml.in: Allow suppression of some ARM multilibs.
11497 Tue Sep  7 23:33:57 1999  Linas Vepstas  <linas@linas.org>
11499         * config.guess: Add OS/390 match pattern.
11500         * config.sub: Add mvs, openedition targets.
11501         * configure.in (i370-ibm-opened*): New.
11503 1999-09-04  Steve Chamberlain  <sac@pobox.com>
11505         * config.sub: Add support for configuring for pj.
11507 1999-08-31  Nick Clifton  <nickc@cygnus.com>
11509         * config.sub (maybe_os): Add support for configuring for fr30.
11511 1999-08-25  Nick Clifton  <nickc@cygnus.com>
11513         * configure.in: Do not configure or build ld for AIX
11514         platforms.  ld is known to be broken on these platforms.
11516 Wed Aug 25 01:12:25 1999  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
11518         * config-ml.in: Pass compiler flag corresponding to multidirs to
11519         subdir configures.
11521 1999-08-09  Ian Lance Taylor  <ian@zembu.com>
11523         * Makefile.in (LDFLAGS): Define.
11525 1999-08-08  Mumit Khan  <khan@xraylith.wisc.edu>
11527         * configure.in (i[3456]-*-mingw32*): Don't put gprof in
11528         noconfigdirs.
11529         (*-*-cygwin*): Likewise.
11531 1999-08-08  Ian Lance Taylor  <ian@zembu.com>
11533         * mkdep: New file.
11534         * Makefile.in (GAS_SUPPORT_DIRS): Add mkdep.
11535         (BINUTILS_SUPPORT_DIRS): Add mkdep.
11537         From Eli Zaretskii <eliz@is.elta.co.il>:
11538         * configure (tmpfile): Change cONf$$ to cNf$$ to avoid an overly
11539         long file name when using DJGPP on MS-DOS.
11541 Wed Aug  4 02:07:14 1999  Jeffrey A Law  (law@cygnus.com)
11543         * config.sub (vxworks case): Use os=-vxworks, not os=vxworks.
11545 1999-07-30  Alan Modra  <alan@spri.levels.unisa.edu.au>
11547         * Makefile.in (check-target-libio): Remove all-target-libstdc++
11548         dependency as this causes "make check" to globally "make all"
11550 Tue Jun 22 23:45:18 1999  Tom Tromey  <tromey@cygnus.com>
11552         * configure.in (target_libs): Added target-zlib.
11553         * Makefile.in (ALL_TARGET_MODULES): Added zlib.
11554         (CONFIGURE_TARGET_MODULES): Likewise.
11555         (CHECK_TARGET_MODULES): Likewise.
11556         (INSTALL_TARGET_MODULES): Likewise.
11557         (CLEAN_TARGET_MODULES): Likewise.
11558         (configure-target-zlib): New target.
11559         (all-target-zlib): Likewise.
11560         (all-target-libjava): Depend on all-target-zlib.
11561         (configure-target-libjava): Depend on configure-target-zlib.
11563         * Makefile.in (configure-target-libjava): Depend on
11564         configure-target-newlib.
11565         (configure-target-boehm-gc): New target.
11566         (configure-target-qthreads): New target.
11568         * configure.in (target_libs): Added target-qthreads.
11569         * Makefile.in (ALL_TARGET_MODULES): Added qthreads.
11570         (CONFIGURE_TARGET_MODULES): Likewise.
11571         (CHECK_TARGET_MODULES): Likewise.
11572         (INSTALL_TARGET_MODULES): Likewise.
11573         (CLEAN_TARGET_MODULES): Likewise.
11574         (all-target-qthreads): New target.
11575         (configure-target-libjava): Depend on configure-target-qthreads.
11576         (all-target-libjava): Depend on all-target-qthreads.
11578         * Makefile.in (ALL_TARGET_MODULES): Added libjava, boehm-gc.
11579         (CONFIGURE_TARGET_MODULES): Likewise.
11580         (CHECK_TARGET_MODULES): Likewise.
11581         (INSTALL_TARGET_MODULES): Likewise.
11582         (CLEAN_TARGET_MODULES): Likewise.
11583         (all-target-libjava): New target.
11584         (all-target-boehm-gc): Likewise.
11585         * configure.in (target_libs): Added libjava, boehm-gc.
11587 1999-07-22  Ian Lance Taylor  <ian@zembu.com>
11589         * Makefile.in (binutils.tar.bz2): Don't pass makeall.bat and
11590         configure.bat in SUPPORT_FILES.
11591         (gas+binutils.tar.bz2): Likewise.
11593         * makeall.bat: Remove; obsolete.
11595 1999-07-21  Ian Lance Taylor  <ian@zembu.com>
11597         From Mark Elbrecht:
11598         * configure.bat: Remove; obsolete.
11600 1999-07-11  Ian Lance Taylor  <ian@zembu.com>
11602         * configure: Add -W -Wall to the default CFLAGS when compiling with
11603         gcc.
11605 Thu Jul  8 12:32:23 1999  John David Anglin <dave@hiauly1.hia.nrc.ca>
11607         * configure.in: Build ld, binutils & gas for hppa*-*-linux-gnu*.
11609 1999-06-30  Mark Mitchell  <mark@codesourcery.com>
11611         * configure.in: Build ld on IRIX6.
11613 1999-06-12  Ian Lance Taylor  <ian@zembu.com>
11615         * Makefile.in: Change distribution targets to use bzip2 instead of
11616         gzip.
11617         (TEXINFO_SUPPORT): Set to just texinfo/texinfo.tex.
11618         (taz): Don't use texinfo/gpl.texinfo or texinfo/lgpl.texinfo.
11620 1999-06-04  Nick Clifton  <nickc@cygnus.com>
11622         * config.sub: Add mcore target.
11624 Sun May 30 16:03:16 1999  Cort Dougan  <cort@cs.nmt.edu>
11626         * config.guess (ppc-*-linux-gnu): Also use ld emul elf32ppclinux.
11628 Tue May 25 11:20:46 1999  H.J. Lu  (hjl@gnu.org)
11630         * config.guess (dummy): Changed to $dummy.
11632 1999-05-24  Nick Clifton  <nickc@cygnus.com>
11634         * config.sub: Tidied up case statements.
11636 1999-05-22  Ben Elliston  <bje@cygnus.com>
11638         * config.guess: Handle NEC UX/4800. Contributed by Jiro Takabatake
11639         <jiro@din.or.jp>.
11641         * config.guess: Merge with FSF version. Future changes will be
11642         more accurately recorded in this ChangeLog.
11643         * config.sub: Likewise.
11645 Thu May 20 10:00:42 1999   Stephen L Moshier  <moshier@world.std.com>
11647          * Makefile.in (GCC_FOR_TARGET): Add -I$(build_tooldir)/include.
11649 1999-04-30  Tom Tromey  <tromey@cygnus.com>
11651         * ltmain.sh: [mode link] Always use CC given by ltconfig.
11653 1999-04-23  Tom Tromey  <tromey@cygnus.com>
11655         * ltconfig, ltmain.sh: Update to libtool 1.2f.
11657 1999-04-20  Drew Moseley  <dmoseley@cygnus.com>
11659         * configure.in (noconfigdirs): Don't build libstub for arm-elf targets.
11660         (noconfigdirs): Don't build any bsp stuff for for arm-oabi targets.
11661         Bad merge removed these two changes.
11663 Tue Apr 13 22:50:54 1999  Donn Terry (donn@interix.com)
11664                           Martin Heller (Ing.-Buero_Heller@t-online.de)
11666         * config.guess (interix Alpha): Add.
11668 1999-04-11  Richard Henderson  <rth@cygnus.com>
11670         * configure.in (i?86-*-beos*): Do config gperf; don't config
11671         gdb, newlib, or libgloss.
11673 Sun Apr 11 23:55:34 1999  Alexandre Oliva  <oliva@dcc.unicamp.br>
11675         * config-ml.in: On mips*-*-*, if multidirs contains mabi=64, try to
11676         link a trivial program with -mabi=64.  If it fails, remove mabi=64
11677         from multidirs.
11679 Sat Apr 10 21:50:01 1999  Philipp Thomas  (kthomas@gwdg.de)
11681         * config.sub: Set basic_machine to i586 when target_alias = k6-*.
11683 1999-04-08  Nick Clifton  <nickc@cygnus.com>
11685         * config.sub: Add support for mcore targets.
11687 1999-04-07  Michael Meissner  <meissner@cygnus.com>
11689         * configure.in (d30v-*): Use config/mt-d30v as makefile fragment,
11690         not mt-ospace, in order to shut up assembler warning about using
11691         symbols that are named the same as registers.
11693 1999-04-07  Drew Moseley  <dmoseley@cygnus.com>
11695         * Makefile.in (all-target-cygmon): Added all-target-bsp to the
11696         dependency list for all-target-cygmon.
11698 1999-04-05  Doug Evans  <devans@casey.cygnus.com>
11700         * config-ml.in: Check $host, not $target, for selective multilibs.
11701         (arm-*-*): Allow disabling of biendian, h/w fp, 26 bit apcs,
11702         thumb interworking, and underscore prefix multilibs.
11704 1999-04-04  Ian Lance Taylor  <ian@zembu.com>
11706         * missing: Update to version from current automake.
11708 Fri Apr  2 15:11:32 1999  H.J. Lu  (hjl@gnu.org)
11710         * configure (gxx_include_dir): Removed.
11712         * configure.in (gxx_include_dir): Handle it.
11713         * Makefile.in: Likewise.
11715 1999-03-29  Gavin Romig-Koch  <gavin@cygnus.com>
11717         * config.sub (mips64vr4111,mips64vr4111el) Add.
11719 1999-03-21  Ben Elliston  <bje@cygnus.com>
11721         * config.guess: Correct typo for detecting ELF on FreeBSD.
11723 Thu Mar 18 00:17:50 1999  Mark Elbrecht <snowball3@usa.net>
11725         * configure.in (pc-msdosdjgpp): Set host_makefile_frag to
11726         config/mh-djgpp.
11728 Thu Mar 11 18:37:23 1999  Drew Moseley  <dmoseley@cygnus.com>
11730         * Makefile.in (all-target-bsp): Added all-gcc all-binutils and
11731         all-target-newlib to dependency list for all-target-bsp.
11733 Thu Mar 11 01:19:31 1999  Mumit Khan  <khan@xraylith.wisc.edu>
11735         * config.sub: Add i386-uwin support.
11736         * config.guess: Likewise.
11738 Thu Mar 11 01:07:55 1999  Franz Sirl <Franz.Sirl-kernel@lauterbach.com>
11740         * configure.in: cleanup, add mh-*pic handling for arm, special
11741         case powerpc*-*-aix*
11743 Wed Mar 10 18:35:07 1999  Jeff Johnston  <jjohnstn@cygnus.com>
11745         * configure.in (noconfigdirs): Removed target-libgloss so libnosys.a
11746         can be built.
11748 Wed Mar 10 17:39:09 1999  Drew Moseley  <dmoseley@cygnus.com>
11750         * configure.in: Added bsp support to arm-*-coff and arm-*-elf
11751         targets.
11753 1999-03-02  Nick Clifton  <nickc@cygnus.com>
11755         * config.sub: Rename CYGNUS LOCAL to EGCS LOCAL
11757 Sun Feb 28 02:20:00 1999  Geoffrey Noer  <noer@cygnus.com>
11759         * config.sub: Check for "cygwin*" rather than "cygwin32*"
11761 1999-02-24  Nick Clifton  <nickc@cygnus.com>
11763         * config.sub: Fix typo in arm recognition.
11765 Wed Feb 24 13:51:40 1999  Drew Moseley  <dmoseley@cygnus.com>
11767         * configure.in (noconfigdirs): Changed target_configdirs to
11768         include target-bsp only for m68k-*-elf* and m68k-*-coff*
11769         rather than m68k-*-* since it is not known to work on
11770         m68k-aout. Ditto for arm-*-*oabi.
11772 Wed Feb 24 12:52:17 1999  Stan Shebs  <shebs@andros.cygnus.com>
11774         * configure.in (*-*-windows*): Remove, no longer used.
11776 1999-02-19  Ben Elliston <bje@cygnus.com>
11778         * config.guess: Automatically recognise ELF on FreeBSD. From Niall
11779         Smart and improved by Andrew Cagney.
11781 Thu Feb 18 19:55:09 1999  Marc Espie <espie@cvs.openbsd.org>
11783         * config.guess: Recognize openbsd-*-hppa.
11785 Wed Feb 17 01:38:59 1999  H.J. Lu  (hjl@gnu.org)
11787         * Makefile.in (REALLY_SET_LIB_PATH): Append $$$(RPATH_ENVVAR)
11788         only if it is not empty.
11790 1999-02-17  Nick Clifton  <nickc@cygnus.com>
11792         Patch from: Scott Bambrough <scottb@corelcomputer.com>
11794         * config.guess: Modified to recognize uname's armv* syntax.
11796         * config.sub: Modified to recognize uname's armv* syntax.
11798 1999-02-17  Mark Salter  <msalter@cygnus.com>
11800         * configure.in: Added target-bsp for sparclite.
11802 Mon Feb  8 14:17:24 1999  Richard Henderson  <rth@cygnus.com>
11804         * config.sub: Recognize alphapca5[67] and up to alphaev8.
11806 1999-02-08  Nick Clifton  <nickc@cygnus.com>
11808         * configure.in: Add support for strongarm port.
11809         * config.sub: Add support for strongarm target.
11811 Sun Feb  7 18:01:54 1999  Mumit Khan  <khan@xraylith.wisc.edu>
11813         * configure.in (*-*-cygwin32*): Use config/mh-cygwin instead of
11814         the old name config/mh-cygwin32.
11815         Enable texinfo.
11817 Thu Feb  4 20:43:25 1999  Ian Lance Taylor  <ian@cygnus.com>
11819         * configure.in: Do build ld for ix86 Solaris.
11821 Tue Feb  2 19:46:40 1999  Jim Wilson  <wilson@cygnus.com>
11823         * Makefile.in (EXTRA_GCC_FLAGS):  Set AR to $AR instead of
11824         $AR_FOR_TARGET.  Likewise for RANLIB.
11826 Tue Feb  2 20:05:05 1999  Catherine Moore  <clm@cygnus.com>
11828         * config.sub (oabi):  Recognize.
11829         * configure.in (arm-*-oabi):  Handle.
11831 Sat Jan 30 06:09:00 1999  Robert Lipe  (robertlipe@usa.net)
11833         * config.guess: Improve detection of i686 on UnixWare 7.
11835 Sat Jan 30 08:04:00 1999  Mumit Khan  <khan@xraylith.wisc.edu>
11837         * config.guess: Add support for i386-pc-interix.
11838         * config.sub: Likewise.
11839         * configure.in: Likewise.
11841 Mon Jan 18 13:59:20 1999  Christopher Faylor <cgf@cygnus.com>
11843         * Makefile.in: Remove unneeded all-target-libio from
11844         from all-target-winsup target since it is now unneeded.
11845         Add all-target-libtermcap in its place since it is now
11846         needed.
11848 Wed Dec 30 20:34:52 1998  Christopher Faylor <cgf@cygnus.com>
11850         * configure.in: makefile stub for cygwin target is probably
11851         unnecessary.  Remove it for now.
11853 Wed Dec 30 01:13:03 1998  Christopher Faylor <cgf@cygnus.com>
11855         * configure.in: libtermcap.a should be built when cygwin is the
11856         target as well as the host.
11857         * config.guess: Allow mixed case in cygwin uname output.
11858         * Makefile.in: Add libtermcap target.
11860 Wed Dec 23 00:20:50 1998  Jeffrey A Law  (law@cygnus.com)
11862         * config.sub: Clean up handling of hppa2.0.
11864 Tue Dec 22 23:56:31 1998  Rodney Brown  (rodneybrown@pmsc.com)
11866         * config.guess: Use C code to identify more HP machines.
11868 Thu Dec 17 01:22:30 1998  Jeffrey A Law  (law@cygnus.com)
11870         * config.sub: Handle hppa2.0.
11872 Tue Dec 15 17:02:58 1998  Bob Manson  <manson@charmed.cygnus.com>
11874         * configure.in: Add cygmon for x86-coff and x86-elf. Configure
11875         cygmon for all sparclite targets, regardless of object format.
11877 1998-12-15  Mark Salter  <msalter@cygnus.com>
11879         * configure.in: Added target-bsp for several target architectures.
11881         * Makefile.in: Added rules for bsp.
11883 Fri Dec  4 01:34:02 1998  Jeffrey A Law  (law@cygnus.com)
11885         * config.guess: Improve detection of hppa2.0 processors.
11887 Fri Dec  4 01:33:05 1998  Niall Smart <nialls@euristix.ie>
11889         * config.guess: Recognize FreeBSD using ELF automatically.
11891 1998-11-26  Manfred Hollstein  <manfred@s-direktnet.de>
11893         * configure (skip-this-dir): Add handling for new shell script, which
11894         might be created by a sub-directory's configure to indicate, this particular
11895         directory is "unwanted".
11896         * Makefile.in ($(CONFIGURE_TARGET_MODULES)): Likewise.
11898 Wed Nov 18 18:28:45 1998  Geoffrey Noer  <noer@cygnus.com>
11900         * ltconfig: import from libtool, after changing libtool to
11901         account for the cygwin name change.
11903 Wed Nov 18 18:09:14 1998  Geoffrey Noer  <noer@cygnus.com>
11905         * Makefile.in: CC_FOR_TARGET and CXX_FOR_TARGET should also
11906         include newlib/libc/sys/cygwin and newlib/libc/sys/cygwin32.
11908 Wed Nov 18 20:13:29 1998  Christopher Faylor <cgf@cygnus.com>
11910         * configure.in: Add libtermcap to list of cygwin dependencies.
11912 Tue Nov 17 16:57:51 1998  Geoffrey Noer  <noer@cygnus.com>
11914         * Makefile.in: modify CC_FOR_TARGET and CXX_FOR_TARGET so that
11915         they include winsup/include when it's a cygwin target.
11917 1998-11-12  Tom Tromey  <tromey@cygnus.com>
11919         * configure.in (host_tools): Added zip.
11920         * Makefile.in (all-target-libjava): Depend on all-zip.
11921         (all-zip): New target.
11922         (ALL_MODULES): Added all-zip.
11923         (NATIVE_CHECK_MODULES): Added check-zip.
11924         (INSTALL_MODULES): Added install-zip.
11925         (CLEAN_MODULES): Added clean-zip.
11927 Thu Nov 12 17:27:21 1998  Geoffrey Noer  <noer@cygnus.com>
11929         * Makefile.in: lose "32" from comment about cygwin.
11931 Thu Nov  5 15:00:31 1998  Nick Clifton  <nickc@cygnus.com>
11933         * configure.in: Use -Os to build target libraries for the fr30.
11935 Wed Nov  4 18:49:43 1998  Dave Brolley  <brolley@cygnus.com>
11937         * config.sub: Add fr30.
11939 Mon Nov  2 15:19:33 1998  Geoffrey Noer  <noer@cygnus.com>
11941         * configure.in: drop "32" from config/mh-cygwin32.  Check
11942         cygwin* instead of cygwin32*.
11943         * config.sub: Check cygwin* instead of cygwin32*.
11945 Thu Oct 22 10:55:25 1998  Robert Lipe  <robertl@dgii.com>
11947         * config.guess: Match any version of Unixware7.
11949 1998-10-20  Syd Polk  <spolk@cygnus.com>
11951         * Makefile.in configure.in: Add the ability to use tcl8.1 and tk8.1
11952         if desired.
11954 Sun Oct 18 18:34:50 1998  Jeffrey A Law  (law@cygnus.com)
11956         * config.if (cxx_interface, libstdcxx_interface): Do not try to set
11957         these if the appropriate directories and files to not exist.
11959 Wed Oct 14 10:29:06 1998  Jeffrey A Law  (law@cygnus.com)
11961         * Makefile.in (DEVO_SUPPORT): Add config.if.
11963 Tue Oct 13 15:45:36 1998  Manfred Hollstein  <manfred@s-direktnet.de>
11965         * configure: Add pattern to replace "build_tooldir"'s
11966         definition in the generated Makefile with "tooldir"'s
11967         actual value.
11969 Tue Oct 13 09:17:06 1998  Jeffrey A Law  (law@cygnus.com)
11971         * config.sub: Bring back lost sparcv9.
11973         * Makefile.in (all-snvavigator): Remove all-flexlm dependency.
11975 Mon Oct 12 12:09:44 1998  Jeffrey A Law  (law@cygnus.com)
11977         * Makefile.in (CHILL_FOR_TARGET): Mirror recent changes to
11978         CC_FOR_TARGET and friends.
11980 Mon Oct 12 12:09:30 1998  Alexandre Oliva  <oliva@dcc.unicamp.br>
11982         * Makefile.in (build_tooldir): New variable, same as tooldir.
11983         (CC_FOR_TARGET, GCC_FOR_TARGET, CXX_FOR_TARGET): Add
11984         -B$(build_tooldir)/bin/.
11985         (BASE_FLAGS_TO_PASS): Pass build_tooldir down.
11987 Tue Sep  1 16:23:11 1998  Gerald Pfeifer  <pfeifer@dbai.tuwien.ac.at>
11989         * README: Remove installation instructions and refer to the
11990         INSTALL directory instead.
11992 Wed Sep 30 22:20:50 1998  Robert Lipe  <robertl@dgii.com>
11994         * config.sub: Add support for i[34567]86-pc-udk.
11995         * configure.in: Likewise.
11997 Wed Sep 30 19:23:48 1998  Geoffrey Noer  <noer@cygnus.com>
11999         * Makefile.in: add bzip2 package building bits for user
12000         tools module
12001         * configure.in: ditto
12003 Wed Sep 30 03:00:05 1998  Jeffrey A Law  (law@cygnus.com)
12005         * Makefile.in (TARGET_CONFIGDIRS): Add libobjc.
12006         (ALL_TARGET_MODULES): Add all-target-libobjc.
12007         (CONFIGURE_TARGET_MODULES, CHECK_TARGET_MODULES): Similarly.
12008         (INSTALL_TARGET_MODULES, CLEAN_TARGET_MODULES): Similarly.
12009         (all-target-libchill): Add dependencies.
12010         * configure.in (target_libs): Add libchill.
12012 1998-09-30  Manfred Hollstein  <manfred@s-direktnet.de>
12014         * configure.in (target_subdir): Remove duplicate line.
12016 Tue Sep 29 22:45:41 1998  Felix Lee  <flee@cygnus.com>
12018         * Makefile.in (all-automake): fix dependencies.
12020 Mon Sep 28 04:04:27 1998  Jeffrey A Law  (law@cygnus.com)
12022         * configure.in: Minor cleanups for building in the $(target_alias)
12023         subdir.
12025 1998-09-22  Jim Wilson  <wilson@cygnus.com>
12027         * Makefile.in (bootstrap): Set r and s before make all.  Use
12028         BASE_FLAGS_TO_PASS in make all.
12029         (cross): Likewise.
12031 1998-09-20  Mark Mitchell  <mark@markmitchell.com>
12033         * Makefile.in (bootstrap): Pass TARGET_FLAGS_TO_PASS to `make all'.
12035 Sun Sep 20 00:13:02 1998  Richard Henderson  <rth@cygnus.com>
12037         * config.sub: Fix typo in last change.
12039 1998-09-19  Michael Hayes  <m.hayes@elec.canterbury.ac.nz>
12041         * config.sub: Add support for C4x target.
12042         * configure.in: Likewise.
12044 1998-09-13  David S. Miller  <davem@pierdol.cobaltmicro.com>
12046         * config.sub: Recognize sparcv9 just like sparc64.
12048 Wed Sep  9 15:44:52 1998  Robert Lipe  <robertl@dgii.com>
12050         * config.guess: Match "Pent II" or "PentII" for OpenServer.
12052 Tue Sep  8 01:18:39 1998  Jeffrey A Law  (law@cygnus.com)
12054         * config.guess: Correctly identify Pentium II sco boxes.
12056         * config.guess: Fix "tr" code.  From Weiwen Liu.
12058 Sat Sep  5 13:56:52 1998  John Hughes  <john@Calva.COM>
12060         * configure.in: Do not assume x86-svr4 or x86-unixware can handle
12061         stabs.
12063 Sat Sep  5 02:12:02 1998  Jeffrey A Law  (law@cygnus.com)
12065         * Makefile.in (TARGET_CONFIGDIRS): Add libchill.
12066         (ALL_TARGET_MODULES): Add all-target-libchill.
12067         (CONFIGURE_TARGET_MODULES, CHECK_TARGET_MODULES): Similarly.
12068         (INSTALL_TARGET_MODULES, CLEAN_TARGET_MODULES): Similarly.
12069         (all-target-libchill): Add dependencies.
12070         * configure.in (target_libs): Add libchill.
12072 Sun Aug 30 22:27:02 1998  Lutz Wohlrab <lutz.wohlrab@informatik.tu-chemnitz.de>
12074         * config.guess: Avoid assumptions about "tr" behaves when
12075         LANG is set to something other than English.
12077 Sun Aug 30 22:14:44 1998  H.J. Lu  (hjl@gnu.org)
12079         * configure (gxx_include_dir): Changed to
12080         '${prefix}/include/g++'-${libstdcxx_interface}.
12082         * config.if: New to determine the interfaces.
12084 Sun Aug 30 21:15:19 1998  Mark Klein (mklein@dis.com)
12086         * config.guess: Detect and handle MPE/IX.
12087         * config.sub: Deal with MPE/IX.
12089 Sat Aug 29 14:32:55 1998  David Edelsohn  <edelsohn@mhpcc.edu>
12091         * configure.in: Use mh-aix43.
12093 1998-07-29  Manfred Hollstein  <manfred@s-direktnet.de>
12095         * configure: Fix --without/--disable cases for gxx-include-dir.
12097 Fri Aug 28 12:28:26 1998  Per Bothner  <bothner@cygnus.com>
12099         * mdata-sh:  Imported.  Needed for automake support.
12101 Thu Aug 13 12:49:29 1998  H.J. Lu  <hjl@gnu.org>
12103         * Makefile.in (taz): Try "chmod -R og=u ." before
12104         "chmod og=u `find . -print`".
12106 Fri Jul 31 09:38:33 1998  Catherine Moore  <clm@cygnus.com>
12108         * configure.in: Add arm-elf and thumb-elf support.
12110 Mon Jul 27 16:23:58 1998  Doug Evans  <devans@canuck.cygnus.com>
12112         * Makefile.in: Undo previous patch.
12114 Fri Jul 24 19:55:24 1998  Doug Evans  <devans@canuck.cygnus.com>
12116         * Makefile.in (INSTALL_TARGET): Move EXTRA_TARGET_HOST_INSTALL_MODULES
12117         to here ...
12118         (install-no-fixedincludes): and here
12119         (INSTALL_MODULES): ... from here.
12121 Fri Jul 24 17:01:42 1998  Ian Lance Taylor  <ian@cygnus.com>
12123         * config.sub: Merge with FSF.
12125         * config.guess: Merge with FSF.
12127 Fri Jul 24 08:43:36 1998  Doug Evans  <devans@canuck.cygnus.com>
12129         * configure (extraconfigdirs): New variable.
12130         (SUBDIRS): Add extraconfigdirs and recurse on them too.
12131         * Makefile.in (all): Move higher in file.
12132         (EXTRA_TARGET_HOST_ALL_MODULES): New variable.
12133         (EXTRA_TARGET_HOST_{INSTALL,CHECK}_MODULES): New variables.
12134         (ALL_MODULES): Add EXTRA_TARGET_HOST_ALL_MODULES.
12135         (CROSS_CHECK_MODULES): Add EXTRA_TARGET_HOST_CHECK_MODULES.
12136         (INSTALL_MODULES): Add EXTRA_TARGET_HOST_INSTALL_MODULES.
12138 1998-07-23  Brendan Kehoe  <brendan@cygnus.com>
12140         * Makefile.in (all-target-libjava): Depend on all-gcc and
12141         all-target-newlib.
12142         (configure-target-libjava): Depend on $(ALL_GCC).
12144 Sat Jul 18 14:32:43 CDT 1998  Robert Lipe  <robertl@dgii.com>
12146         * config.guess: (*-pc-sco3.2v5) Add detection for Pentium II.
12147         (*-pc-unixware7) Add detection for Pentium II, Pentium Pro.
12149 Sun Jul 19 00:46:53 CEST 1998  Marc Lehmann <pcg@goof.com>
12151         * INSTALL/README: Fix typo.
12153 Fri Jul 17 13:30:18 1998  Ian Lance Taylor  <ian@cygnus.com>
12155         * ylwrap: Change absolute path checks to check for DOS style path
12156         names.
12158         * ylwrap: Don't use a full path name if the source file is in the
12159         same directory.  From hjl@lucon.org (H.J. Lu).
12161         * config-ml.in: Default to being verbose, to match Feb 18 change to
12162         configure.
12164 Thu Jul 16 12:29:51 1998  Ian Lance Taylor  <ian@cygnus.com>
12166         Brought over from egcs:
12168         Sat Jun 27 22:46:32 1998  Jeffrey A Law  (law@cygnus.com)
12170         * configure.in (target_subdir): Set to ${target_alias} instead
12171         of "libraries".
12173         Mon Sep  1 16:45:44 1997  Jim Wilson  <wilson@cygnus.com>
12175         * configure.in (target_subdir): Set to libraries if enable_multilib.
12177 Wed Jul 15 01:00:54 1998  Ian Lance Taylor  <ian@cygnus.com>
12179         * Makefile.in ($(CONFIGURE_TARGET_MODULES)): If there are any
12180         multilibs, force reconfiguration the first time we create
12181         multilib.out in a subdirectory, in case TARGET_SUBDIR is `.'.
12183 Tue Jul 14 23:41:03 1998  Ian Lance Taylor  <ian@cygnus.com>
12185         * configure.in: Strip any --no option from CONFIG_ARGUMENTS, to
12186         avoid confusion with --no-recursion.
12188 Tue Jul 14 15:37:41 1998  Geoffrey Noer  <noer@cygnus.com>
12190         * configure.in: Win32 hosts shouldn't use install -x
12191         * install-sh: remove -x option, and special .exe-handling
12192         hack.
12194 Tue Jul 14 15:28:41 1998  Richard Henderson  <rth@cygnus.com>
12196         * config.guess: Recognize i586-pc-beos.
12197         * configure.in: Don't build some bits for beos.
12199 Tue Jul 14 13:22:18 1998  Ian Lance Taylor  <ian@cygnus.com>
12201         * configure: If CC is set but CFLAGS is not, and CC is gcc, make
12202         CFLAGS default to -O2.
12204         * ltmain.sh: Add some hacks to make SunOS --enable-shared work
12205         when using GNU ld.
12207 Fri Jul 10 13:18:23 1998  Ian Lance Taylor  <ian@cygnus.com>
12209         * ltmain.sh: Correct install when using a different shell.
12211 Tue Jul  7 15:24:38 1998  Ian Lance Taylor  <ian@cygnus.com>
12213         * ltconfig, ltmain.sh: Update to libtool 1.2b.
12215 Thu Jul  2 13:57:36 1998  Klaus Kaempf  <kkaempf@rmi.de>
12217         * makefile.vms: Update to build binutils/makefile.vms.  Add install
12218         target.
12220 Wed Jul  1 16:45:21 1998  Ian Lance Taylor  <ian@cygnus.com>
12222         * ltconfig: Update to correct AIX handling.
12224 Sat Jun 27 22:46:32 1998  Jeffrey A Law  (law@cygnus.com)
12226         * Makefile.in (BASE_FLAGS_TO_PASS): Add TARGET_SUBDIR.
12228         * configure.in (target_subdir): Set to ${target_alias} instead
12229         of "libraries".
12231 1998-06-26  Manfred Hollstein  <manfred@s-direktnet.de>
12233         * Makefile.in (BASE_FLAGS_TO_PASS): Add gcc_version_trigger.
12234         (Makefile): Depend on $(gcc_version_trigger).
12236         * configure (gcc_version): Change default initializer to empty
12237         string.
12238         (gcc_version_trigger): New variable; pass this variable down
12239         to subdir configures to enable them checking gcc's version
12240         themselves. Emit make macros for both gcc_version vars.
12241         (topsrcdir): Initialize reliably.
12242         (recursion line): Remove --with-gcc-version=${gcc_version}.
12244 1998-06-24  Manfred Hollstein  <manfred@s-direktnet.de>
12246         * configure (enable_version_specific_runtime_libs): Implement new flag
12247         --enable-version-specific-runtime-libs which installs C++ runtime stuff
12248         in $(libsubdir); emit definition in each generated Makefile.
12249         (gxx_include_dir): Initialize depending on
12250         $enable_version_specific_runtime_libs.
12252 1998-06-24  Manfred Hollstein  <manfred@s-direktnet.de>
12254         * configure (gcc_version): Initialize properly depending on
12255         how and where configure is started.
12256         (recursion line): Pass a --with-gcc-version=${gcc_version}
12257         to configures in subdirs.
12259 Wed Jun 24 16:01:59 1998  John Metzler  <jmetzler@cygnus.com>
12261         * configure.in (noconfigdirs): Add configure pattern for mips tx39
12262         cygmon
12264 Tue Jun 23 22:42:32 1998  Mark Alexander  <marka@cygnus.com>
12266         * configure.in: Add cygmon and libstub support for mn10200.
12268 1998-06-19  Manfred Hollstein  <manfred@s-direktnet.de>
12270         * configure (gcc_version): Add new variable describing the
12271         particular gcc version we're building.
12272         * Makefile.in (libsubdir): Add new macro for the directory
12273         in which the compiler finds executables, libraries, etc.
12274         (BASE_FLAGS_TO_PASS): Pass down gcc_version, target_alias
12275         and libsubdir.
12277 Fri Jun 19 02:36:59 1998  Alexandre Oliva <oliva@dcc.unicamp.br>
12279         * Makefile.in (local-clean): Remove *.log.
12280         (warning.log): Built with warn_summary from build.log.
12281         (mail-report.log): Run test_summary.
12282         (mail-report-with-warnings.log): Run test_summary including
12283         warning.log in the report.
12285 Thu Jun 18 11:26:03 1998  Robert Lipe  <robertl@dgii.com>
12287         * config.guess: Detection of Pentium II for *-sco-3.2v5*.
12289 Mon Jun 15 14:53:54 1998  Andrew Cagney  <cagney@b1.cygnus.com>
12291         * Makefile.in (grep): Grep no longer depends on libiberty.
12293 Fri Jun 12 14:03:34 1998  Syd Polk  <spolk@cygnus.com>
12295         * Makefile.in: all-snavigator needs all-libgui.
12297 Thu Jun 11 19:43:47 1998  Mark Alexander  <marka@cygnus.com>
12299         * configure.in: Add cygmon and libstub support for mn10300.
12301 Wed Jun 10 11:19:47 1998  Ian Lance Taylor  <ian@cygnus.com>
12303         * missing: Update to version from automake 1.3.
12305         * ltmain.sh: On installation, don't get confused if the same name
12306         appears more than once in the list of library names.
12308 Wed Jun  3 14:51:42 1998  Ian Lance Taylor  <ian@cygnus.com>
12310         * config.sub: Accept m68060 and m5200 as CPU names.
12312 Mon Jun  1 17:25:16 1998  Ian Lance Taylor  <ian@cygnus.com>
12314         * configure: Use && rather than using -a in test, because odd
12315         strings can confuse test.
12316         * configure.in: Likewise.
12318 Thu May 28 19:31:13 1998  Ian Lance Taylor  <ian@cygnus.com>
12320         * ltconfig, ltmain.sh: Bring in Visual C++ support.
12322 Sat May 23 23:44:13 1998  Alexandre Oliva <oliva@dcc.unicamp.br>
12324         * Makefile.in (boostrap2-lean, bootstrap3-lean,
12325         bootstrap4-lean): New targets.
12327 Mon May 11 23:55:56 1998  Jeffrey A Law  (law@cygnus.com)
12329         * mpw-* Delete.  Not used.
12331 Mon May 11 23:11:34 1998  Jeffrey A Law  (law@cygnus.com)
12333         * COPYING.LIB: Update FSF address.
12335 Fri May  8 01:30:20 1998  Ian Lance Taylor  <ian@cygnus.com>
12337         * ltconfig, ltmain.sh: Update to libtool 1.2a.
12339         * Makefile.in (GASB_SUPPORT_DIRS): Remove intl; already included via
12340         GAS_SUPPORT_DIRS.
12342 Thu May  7 17:27:35 1998  Ian Lance Taylor  <ian@cygnus.com>
12344         * ltconfig, ltmain.sh: Avoid producing a version number if
12345         -version-info was not used.
12347 Tue May  5 18:02:24 1998  Ian Lance Taylor  <ian@cygnus.com>
12349         * configure.in: Add --with-newlib to CONFIG_ARGUMENTS if we are
12350         building with newlib.
12352 1998-04-30  Paul Eggert  <eggert@twinsun.com>
12354         * Makefile.in (EXTRA_GCC_FLAGS): Remove backslash at end;
12355         Solaris `make' causes it to continue to next definition.
12357 Tue Apr 28 16:24:24 1998  Jason Molenda  (crash@bugshack.cygnus.com)
12359         * Makefile.in (install-gdbtk): Call this 'install-gdb' so that
12360         the right GUI libraries and files are installed along with GDB.
12362 Tue Apr 28 18:11:24 1998  Ian Lance Taylor  <ian@cygnus.com>
12364         * configure.in: Change alpha to alpha* in several places.
12366 Tue Apr 28 07:42:00 1998  Mark Alexander  <marka@cygnus.com>
12368         * config.sub: Recognize sparc86x.
12370 Tue Apr 28 07:35:02 1998  Michael Meissner  <meissner@cygnus.com>
12372         * configure.in (--enable-target-optspace): Remove debug echo.
12374 Thu Apr 23 21:31:16 1998  Jim Wilson  <wilson@cygnus.com>
12376         * configure: Set CXXFLAGS from CXXFLAGS, not CFLAGS.
12378 Thu Apr 23 12:26:38 1998  Ian Lance Taylor  <ian@cygnus.com>
12380         * ltconfig: Update cygwin32 support.
12382         * Makefile.in (GAS_SUPPORT_DIRS): Add intl.
12383         (BINUTILS_SUPPORT_DIRS, GASB_SUPPORT_DIRS): Likewise.
12384         (GDB_SUPPORT_DIRS): Likewise.
12386 Wed Apr 22 12:30:10 1998  Michael Meissner  <meissner@cygnus.com>
12388         * configure.in (target_makefile_frag): If --enable-target-optspace,
12389         use -Os to compile target libraries rather than -O2.  Default to
12390         using -Os for d10v and m32r if --{enable,disable}-target-optspace is
12391         not used.
12392         * configure.in (target_cflags): Ditto for d30v.
12394 Tue Apr 21 23:06:54 1998  Tom Tromey  <tromey@cygnus.com>
12396         * Makefile.in (all-bfd): Depend on all-intl.
12397         (all-binutils): Likewise.
12398         (all-gas): Likewise.
12399         (all-gprof): Likewise.
12400         (all-ld): Likewise.
12402 1998-04-19  Brendan Kehoe  <brendan@cygnus.com>
12404         * configure.in (host_tools): Fix typo, lbtool -> libtool.
12406 Fri Apr 17 16:20:42 1998  Ian Lance Taylor  <ian@cygnus.com>
12408         * Makefile.in (all-bfd): Depend upon all-libiberty.
12410         * ltconfig, ltmain.sh: Bring in newer cygwin32 support.
12412 Fri Apr 17 12:22:22 1998  Bob Manson  <manson@charmed.cygnus.com>
12414         * Makefile.in: Add libstub.
12416         * configure.in: Ditto. Build libstub for targets that have cygmon
12417         support.
12419 Tue Apr 14 18:01:55 1998  Ian Lance Taylor  <ian@cygnus.com>
12421         * configure.in: Don't set PICFLAG on ix86-cygwin32.
12423 Tue Apr 14 12:24:45 1998  J. Kean Johnston  <jkj@sco.com>
12425         * configure.in: Recognise i[3456]96-*-sysv5* as a valid host, and
12426         use mh-sysv5 if specified.  Support gprof on SCO Open Server.
12428 Tue Apr 14 11:33:51 1998  Krister Walfridsson <cato@df.lth.se>
12430         * configure: Define DEFAULT_M4 by searching PATH.
12431         * Makfile.in: Use DEFAULT_M4.
12433 Mon Apr 13 15:37:24 1998  Ian Lance Taylor  <ian@cygnus.com>
12435         * ltconfig: Add cygwin32 support.
12437         * Makefile.in, configure.in: Add libtool as a native only directory
12438         to configure and build.
12440 Sun Apr 12 20:58:46 1998  Jeffrey A Law  (law@cygnus.com)
12442         * Makefile.in (INSTALL_MODULES): Remove texinfo.
12444 Wed Apr  8 13:18:56 1998  Philippe De Muyter  <phdm@macqel.be>
12446         * Makefile.in (EXTRA_GCC_FLAGS): XFOO lines shortened.
12448 Thu Apr  2 14:48:44 1998  Geoffrey Noer  <noer@cygnus.com>
12450         * Makefile.in: add ash make rules
12451         * configure.in: add ash to native_only and host_tools lists
12453 Thu Mar 26 12:53:20 1998  Tom Tromey  <tromey@cygnus.com>
12455         * Makefile.in (all-gettext, all-intl): New targets.
12456         (ALL_MODULES): Added all-gettext, all-intl.
12457         (CROSS_CHECK_MODULES): Added check-gettext, check-intl.
12458         (INSTALL_MODULES): Added install-gettext, install-intl.
12459         (CLEAN_MODULES): Added clean-gettext, clean-intl.
12461         * configure.in (host_tools): Added gettext.
12462         (native_only): Likewise.
12463         (noconfigdirs) [various cases]: Likewise.
12464         (host_libs): Added intl.
12466 Thu Mar 26 15:00:11 1998  Keith Seitz  <keiths@onions.cygnus.com>
12468         * configure: Do not disable building gdbtk for cygwin32 hosts.
12470 Wed Mar 25 10:04:18 1998  Nick Clifton  <nickc@cygnus.com>
12472         * configure.in: Add thumb-coff target.
12473         * config.sub: Add thumb-coff target.
12475 Wed Mar 25 11:49:12 1998  Jason Molenda  (crash@bugshack.cygnus.com)
12477         * Makefile.in: Revert yesterday's change.
12478         (all-target-winsup):  all-target-librx stays out of here.
12480 Tue Mar 24 16:58:29 1998  Jason Molenda  (crash@bugshack.cygnus.com)
12482         * Makefile.in (TARGET_CONFIGDIRS, ALL_TARGET_MODULES,
12483         CONFIGURE_TARGET_MODULES, CHECK_TARGET_MODULES,
12484         INSTALL_TARGET_MODULES, CLEAN_TARGET_MODULES, all-target-winsup):
12485         Remove references to librx and libg++.
12487 Tue Mar 24 18:28:12 1998  Eric Mumpower  <nocturne@cygnus.com>
12489         * Makefile.in (BASE_FLAGS_TO_PASS): Pass $(lispdir) down to
12490         recursive makes
12492 Tue Mar 24 11:37:45 1998  Ian Lance Taylor  <ian@cygnus.com>
12494         * Makefile.in (CC_FOR_TARGET): Use $(TARGET_SUBDIR) when passing -B
12495         for newlib directory.
12496         (CXX_FOR_TARGET): Likewise.
12498 Mon Mar 23 11:30:21 1998  Jeffrey A Law  (law@cygnus.com)
12500         * ltconfig: Update after libtool/ltconfig.in change for
12501         hpux11.
12503 Fri Mar 20 18:51:43 1998  Ian Lance Taylor  <ian@cygnus.com>
12505         * ltconfig, ltmain.sh: Update to libtool 1.2.
12507 Fri Mar 20 09:32:14 1998  Manfred Hollstein  <manfred@s-direktnet.de>
12509         * Makefile.in (install-gcc): Don't specify LANGUAGES here.
12510         (install-gcc-cross): Instead, override LANGUAGES here.
12512 1998-03-18  Dave Love  <d.love@dl.ac.uk>
12514         * Makefile.in ($(CONFIGURE_TARGET_MODULES)): Set CONFIG_SITE to a
12515         non-existent file since /dev/null loses with bash 2.0/autoconf 2.12.
12517 Wed Mar 18 09:24:59 1998  Nick Clifton  <nickc@cygnus.com>
12519         * configure.in: Add Thumb-pe target.
12521 Tue Mar 17 16:59:00 1998  Syd Polk <spolk@cygnus.com>
12523         * Makefile.in - changed sn targets to snavigator
12524         * configure.in - changed sn targets to snavigator
12526 Tue Mar 17 10:33:28 1998  Manfred Hollstein  <manfred@s-direktnet.de>
12528         * config-ml.in: After building symlink tree call make distclean
12529         if a Makefile got linked into ${ml_dir}/${ml_libdir}; this happens
12530         to be the case for libiberty.
12532 Tue Mar 17 10:22:37 1998  H.J. Lu  (hjl@gnu.ai.mit.edu)
12534         * configure: When making link, also check the current
12535         directory. The configure scripts may create one.
12537 Fri Mar  6 01:02:03 1998  Richard Henderson  <rth@cygnus.com>
12539         * config.sub: Accept alphapca56 and alphaev6 properly.
12541 Fri Mar  6 00:14:55 1998  Franz Sirl <Franz.Sirl-kernel@lauterbach.com>
12543         * configure.in: Revert 3 Jan change for powerpc-linux-gnulibc1.
12545 Mon Feb 23 15:09:18 1998  Bruno Haible <bruno@linuix.mathematik.uni-karlsruhe.de
12547         * config.sub (sco5): Fix typo.
12549 Mon Feb 23 14:46:06 1998  Ian Lance Taylor  <ian@cygnus.com>
12551         * Makefile.in (INSTALL_MODULES): Move install-tcl before
12552         install-itcl.
12553         (install-itcl): Remove dependency on install-tcl.
12555 Mon Feb 23 09:53:28 1998  Mark Alexander  <marka@cygnus.com>
12557         * configure.in: Remove libgloss from noconfigdirs for MN10300.
12559 Thu Feb 19 13:40:41 1998  Ian Lance Taylor  <ian@cygnus.com>
12561         * configure.in: Don't build libgui for a cygwin32 target when not on
12562         a cygwin32 host.
12564 Wed Feb 18 12:29:00 1998  Jason Molenda  (crash@bugshack.cygnus.com)
12566         * configure (redirect): Set to null, so default behavior of
12567         configure is now --verbose.
12569 1998-02-16  Dave Love  <d.love@dl.ac.uk>
12571         * Makefile.in ($(CONFIGURE_TARGET_MODULES)): Run configure with
12572         CONFIG_SITE=/dev/null to forestall lossage with site configuration.
12574 Mon Feb 16 12:23:53 1998  Manfred Hollstein  <Manfred.Hollstein@ks.sel.alcatel.de>
12576         * Makefile.in (BASE_FLAGS_TO_PASS, EXTRA_TARGET_FLAGS): Really add
12577         this change to sync Makefile.in with its ChangeLog entries.
12579 Thu Feb 12 15:03:08 1998  H.J. Lu  <hjl@gnu.org>
12581         * ltmain.sh (mkdir): Check that the directory doesn't exist
12582         before we exit with error, so that we don't get races during
12583         parallel builds.
12585 Sat Feb  7 15:19:18 1998  Ian Lance Taylor  <ian@cygnus.com>
12587         * ltconfig, ltmain.sh: Update from libtool 1.0i.
12589 Fri Feb  6 01:33:52 1998  Manfred Hollstein  <manfred@s-direktnet.de>
12591         * Makefile.in (BASE_FLAGS_TO_PASS): Don't pass PICFLAG and
12592         PICFLAG_FOR_TARGET.
12593         (EXTRA_TARGET_FLAGS): Don't pass PICFLAG_FOR_TARGET.
12595         * configure: Emit a definition for the new macro enable_shared
12596         into each Makefile.
12598 Thu Feb  5 17:01:12 1998  Jason Molenda  (crash@bugshack.cygnus.com)
12600         * configure.in (host_tools, native_only): Add libtool.
12602 Wed Feb  4 16:53:58 1998  Geoffrey Noer  <noer@cygnus.com>
12604         * configure.in: add target-gperf to noconfigdirs for Cygwin32.
12605         Fix typo in ming config comment.
12607 Wed Feb  4 18:56:13 1998  Ian Lance Taylor  <ian@cygnus.com>
12609         * ltconfig, ltmain.sh: Update from libtool 1.0h.
12611 Mon Feb  2 19:38:19 1998  Ian Lance Taylor  <ian@cygnus.com>
12613         * config.sub: Add tic30 cases, and map c30 to tic30.
12615 Sun Feb  1 02:40:41 1998  Richard Henderson  <rth@cygnus.com>
12617         * Makefile.in (TARGET_CONFIGDIRS): Add libf2c.
12618         (ALL_TARGET_MODULES, CONFIGURE_TARGET_MODULES): Similarly
12619         (CHECK_TARGET_MODULES, INSTALL_TARGET_MODULES): Similarly
12620         (CLEAN_TARGET_MODULES): Similarly
12621         (all-target-libf2c): Add dependences.
12622         * configure.in (target_libs): Add libf2c.
12624 Fri Jan 30 17:18:32 1998  Geoffrey Noer  <noer@cygnus.com>
12626         * configure.in: Remove expect from noconfigdirs when target
12627         is cygwin32.  OK to build expect and dejagnu with Canadian
12628         Cross.
12630 Wed Jan 28 12:58:49 1998  Ian Lance Taylor  <ian@cygnus.com>
12632         * configure.in: Do build expect, dejagnu, and cvssrc for a cygwin32
12633         host.
12635         * config.guess: Use ${UNAME_MACHINE} rather than i386 for cygwin32
12636         and mingw32.
12638 Wed Jan 28 10:26:37 1998  Manfred Hollstein  <manfred@s-direktnet.de>
12640         * Makefile.in (BASE_FLAGS_TO_PASS): Remove passing $(local_prefix)
12641         here as it is not defined in the toplevel Makefile.
12643 Tue Jan 27 23:25:06 1998  Manfred Hollstein  <manfred@s-direktnet.de>
12645         * configure (package_makefile_rules_frag): New variable, which names
12646         a file with generic rules, ...
12647         Change comment to mention we now have FIVE parts.
12648         * configure: Undo last change.
12650 Tue Jan 27 23:15:55 1998  Lassi A. Tuura  <lat@iki.fi>
12652         * config.guess: More accurate determination of HP processor types.
12653         * config.sub: More accurate determination of HP processor types.
12655 Sat Jan 24 01:59:45 1998  Manfred Hollstein  <manfred@s-direktnet.de>
12657         * configure (package_makefile_frag): Move inserting the
12658         ${package_makefile_frag} to where it should be according
12659         to the comment.
12661 Fri Jan 23 00:29:28 1998  Philip Blundell  <pb@nexus.co.uk>
12663         * config.guess: Add support for Linux/ARM.
12665 Thu Jan 22 15:14:01 1998  Fred Fish  <fnf@cygnus.com>
12667         * .cvsignore: Remove *-info and *-install since they match
12668         release-info and mpw-install, which we don't want to just ignore.
12670 Thu Jan 22 01:38:33 1998  Richard Henderson  <rth@cygnus.com>
12672         * configure.in: Revert 3 Jan change for alpha-linux-gnulibc1.
12674 Sat Jan 17 21:28:08 1998  Pieter Nagel <pnagel@epiuse.co.za>
12676         * Makefile.in (FLAGS_TO_PASS): Pass down gcc_include_dir and
12677         local_prefix to sub-make invocations.
12679 Sat Jan 17 21:04:59 1998 H.J. Lu  (hjl@gnu.org)
12681         * configure.in: Check makefile fragments in the source
12682         directory.
12684 Fri Jan 16 00:41:37 1998  Alexandre Oliva <oliva@dcc.unicamp.br>
12686         * configure.in: Check whether host and target makefile
12687         fragments exist before adding them to *_makefile_frag.
12689 Wed Jan 14 23:39:10 1998  Bob Manson  <manson@charmed.cygnus.com>
12691         * configure.in (target_configdirs): Add cygmon for sparc64-elf.
12693 Wed Jan 14 12:48:07 1998  Keith Seitz  <keiths@pizza.cygnus.com>
12695         * configure.in: Make sure we only replace RPATH_ENVVAR on
12696         lines which begin with RPATH_ENVVAR, i.e. add "^" to the
12697         regexp to sed.
12699         * Makefile.in (BASE_FLAGS_TO_PASS): Pass RRPATH_ENVVAR down
12700         to sub-makes.
12702 1998-01-13  Lee Iverson   (leei@ai.sri.com)
12704         * config-ml.in (multi-do): LDFLAGS must include multilib
12705         designator.
12707 Tue Jan 13 01:13:24 1998   Robert Lipe (robertl@dgii.com)
12709         * config.guess: Recognize i[3456]-i586-UnixWare7-sysv5.
12711 Sun Jan  4 01:06:55 1998  Mumit Khan  <khan@xraylith.wisc.edu>
12713         * config.sub: Add mingw32 support.
12714         * configure.in: Likewise.
12716 Sat Jan  3 12:11:05 1998 Franz Sirl <franz.sirl-kernel@lauterbach.com>
12718         * configure.in: Finalize support for {alpha|powerpc}*-*-linux-gnulibc1
12720 Sun Dec 28 11:28:58 1997  Jeffrey A Law  (law@cygnus.com)
12722         * Makefile.in (INSTALL_TARGET): Do install-gcc first.
12723         * configure (gxx_include_dir): Provide a definition for subdirs
12724         which do not use autoconf.
12726 Wed Dec 24 22:46:55 1997  Jeffrey A Law  (law@cygnus.com)
12728         * config.guess: Sync with egcs.  Picks up new alpha support,
12729         BeOS & some additional linux support.
12731 Tue Dec 23 12:44:24 1997  Jeffrey A Law  (law@cygnus.com)
12733         * config.guess: HP 9000/803 is a PA1.1 machine.
12735 Mon Dec 22 02:39:24 1997  Richard Henderson  <rth@cygnus.com>
12737         * configure.in: It's alpha*-...
12739 Sun Dec 21 16:53:12 1997  H.J. Lu  (hjl@gnu.ai.mit.edu)
12741         * configure.in (host_makefile_frag, target_makefile_frag):
12742         Handle multiple config files.
12743         (alpha-*-linux*): Treat alpha-*-linux* as alpha-*-linux* and
12744         alpha-*-*.
12746 Thu Dec 18 13:13:03 1997  Doug Evans  <devans@canuck.cygnus.com>
12748         * mkdep: New file.
12750 Wed Dec 17 09:53:02 1997  Michael Meissner  <meissner@cygnus.com>
12752         * configure.in (d30v-*-*): Allow configuring of libide, vmake, etc.
12754 Tue Dec 16 17:36:05 1997  Ian Lance Taylor  <ian@cygnus.com>
12756         * Makefile.in: Add libgui directory.
12757         (GDB_TK): Add all-libgui.
12758         * configure.in: Add libgui directory.
12759         * configure: Add all-libgui to GDB_TK.
12761 Mon Dec 15 16:12:28 1997  Nick Clifton  <nickc@cygnus.com>
12763         * config-ml.in (multidirs): Add m32r to multilib list.
12765 Fri Dec 12 10:43:31 1997  Brendan Kehoe  <brendan@canuck.cygnus.com>
12767         * Makefile.in (all-target-gperf): Change dependency to
12768         all-target-libstdc++.
12770 Thu Dec 11 23:30:51 1997  Fred Fish  <fnf@ninemoons.com>
12772         * config.guess: Add BeOS support.
12774 Wed Dec 10 15:10:38 1997  Ian Lance Taylor  <ian@cygnus.com>
12776         Source directory cvs renamed to cvssrc:
12777         * configure.in (host_tools): Change cvs to cvssrc.
12778         (native_only): Likewise.
12779         (noconfigdirs) [various cases]: Likewise.
12780         * Makefile.in (ALL_MODULES): Change all-cvs to all-cvssrc.
12781         (CROSS_CHECK_MODULES): Change check-cvs to check-cvssrc.
12782         (INSTALL_MODULES): Change install-cvs to install-cvssrc.
12783         (CLEAN_MODULES): Change clean-cvs to clean-cvssrc.
12784         (all-cvssrc): Rename target from all-cvs.
12786 Wed Dec  3 07:55:59 1997  Jeffrey A Law  (law@cygnus.com)
12788         * configure (gxx_include_dir): Fix thinko.
12790 Tue Dec  2 10:55:34 1997  Jeffrey A Law  (law@cygnus.com)
12792         * Makefile.in (INSTALL_TARGET_CROSS): Define.
12793         (install-cross, install-gcc-cross): New targets.
12795 Tue Dec  2 10:08:31 1997  Nick Clifton  <nickc@cygnus.com>
12797         * configure.in (noconfigdirs): Add support for Thumb target.
12799         * config.sub (maybe_os): Add support for Thumb target.
12801 Sun Nov 30 16:12:27 1997  Bob Manson  <manson@charmed.cygnus.com>
12803         * Makefile.in: Add rules for cygmon.
12805         * configure.in: Build cygmon for sparc-elf and sparclite-aout.
12807 Thu Nov 27 01:31:30 1997  Jeffrey A Law  (law@cygnus.com)
12809         * Makefile.in (INSTALL_TARGET): Do install-gcc first.
12810         * configure (gxx_include_dir): Provide a definition for subdirs
12811         which do not use autoconf.
12813 Wed Nov 26 11:53:33 1997  Keith Seitz  <keiths@onions.cygnus.com>
12815         * Makefile.in, configure, configure.in, ChangeLog: merge with foundry's
12816         11/18/97 build
12818 Wed Nov 26 16:08:50 1997  Jeffrey A Law  (law@cygnus.com)
12820         * From Franz Sirl.
12821         * config.guess (powerpc*-*-linux): Handle glibc2 beta release
12822         found on RedHat Linux systems.
12824 Fri Nov 21 09:51:01 1997  Jeffrey A Law  (law@cygnus.com)
12826         * config.guess (alpha stuff): Merge with FSF to avoid incorrect
12827         guesses.
12829 Thu Nov 13 11:38:37 1997  Jeffrey A Law  (law@cygnus.com)
12831         * configure.in (i[3456]86-ncr-sysv4.3*): Tweak.
12833 Mon Nov 10 15:23:21 1997  H.J. Lu  <hjl@gnu.ai.mit.edu>
12835         * ltmain.sh: If mkdir fails, check whether the directory was created
12836         anyhow by some other process.
12838 Mon Nov 10 14:38:03 1997  Michael Meissner  <meissner@cygnus.com>
12840         * configure.in (d30v-*-*): Configure all directories.
12842 Sun Nov  9 17:36:20 1997  Michael Meissner  <meissner@cygnus.com>
12844         * configure.in (d30v-*-*): Configure newlib, libiberty directories
12845         for the D30V.
12847 Sat Nov  8 14:42:59 1997  Michael Meissner  <meissner@cygnus.com>
12849         * configure.in (d30v-*-*): Configure target-libgloss on the D30V.
12851 Fri Nov  7 10:34:09 1997  Rob Savoye  <rob@darkstar.cygnus.com>
12853         * include/libiberty.h: Add extern "C" { so it can be used with C++
12854         progrms.
12855         * include/remote-sim.h:  Add extern "C" { so it can be used with C++
12856         programs.
12858 Thu Oct 30 11:09:29 1997  Michael Meissner  <meissner@cygnus.com>
12860         * configure.in (d30v-*-*): Configure GCC now.
12862 Mon Oct 27 13:17:24 1997  Stan Shebs  <shebs@andros.cygnus.com>
12864         * configure.in: Remove a "second pass" of tweaking noconfigdirs,
12865         is no longer needed.
12867 Mon Oct 27 12:03:53 1997  Jason Merrill  <jason@yorick.cygnus.com>
12869         * Makefile.in: check-target-libio depends on all-target-libstdc++.
12871 Sun Oct 26 11:48:27 1997  Manfred Hollstein  (manfred@s-direktnet.de)
12873         * Makefile.in (bootstrap-lean): Combined with `normal' bootstrap
12874         targets using "$@" to provide support for similar but not identical
12875         targets without having to duplicate code.
12877 Mon Oct 20 15:28:49 1997  Klaus K"ampf  <kkaempf@progis.de>
12879         * makefile.vms: Fix to work with DEC C.
12881 Tue Oct  7 23:58:57 1997  Gavin Koch  <gavin@cygnus.com>
12883         * config.sub: Add mips-tx39-elf to marketing names.
12885 Tue Oct  7 14:24:41 1997  Ian Lance Taylor  <ian@cygnus.com>
12887         * ltmain.sh: Handle symlinks in generated script.
12889 Wed Oct  1 13:11:27 1997  Ian Lance Taylor  <ian@cygnus.com>
12891         * configure: Handle autoconf style directory options: --bindir,
12892         --datadir, --includedir, --infodir, --libdir, --libexecdir,
12893         --mandir, --oldincludedir, --sbindir, --sharedstatedir,
12894         --sysconfdir.
12895         * Makefile.in (sbindir, libexecdir, sysconfdir): New variables.
12896         (sharedstatedir, localstatedir, oldincludedir): New variables.
12897         (BASE_FLAGS_TO_PASS): Pass down bindir, datadir, includedir,
12898         infodir, libdir, libexecdir, localstatedir, mandir, oldincludedir,
12899         sbindir, sharedstatedir, and sysconfdir.
12901 Mon Sep 29 00:38:08 1997 Aaron Jackson <jackson@negril.msrce.howard.edu>
12903         * Makefile.in (bootstrap-lean): New target.
12905 Wed Sep 24 18:06:27 1997  Stu Grossman  <grossman@babylon-5.cygnus.com>
12907         * configure.in (d30v):  Remove tcl, tk, expect, gdb, itcl, tix, db,
12908         sn, and gnuserv from noconfigdirs.
12910 Wed Sep 24 15:18:32 1997  Ian Lance Taylor  <ian@cygnus.com>
12912         * ltmain.sh: Tweak shell pattern to avoid bug in NetBSD /bin/sh.
12914 Thu Sep 18 23:58:27 1997  Jeffrey A Law  (law@cygnus.com)
12916         * Makefile.in (cross): New target.
12918 Thu Sep 18 21:43:23 1997  Alexandre Oliva  <oliva@dcc.unicamp.br>
12919                           Jeff Law         <law@cygnus.com>
12921         * Makefile.in (bootstrap2, bootstrap3): New targets.
12922         (all-bootstrap): Remove outdated and confusing target.
12923         (bootstrap, bootstrap2, bootstrap3): Don't pass BOOT_CFLAGS down.
12925 Thu Sep 18 15:37:42 1997  Andrew Cagney  <cagney@b1.cygnus.com>
12927         * configure (tooldir): enable_gdbtk=YES for cygwin32, NO for
12928         windows.  Consistent with gdb/configure.
12930 1997-09-15 02:37  Ulrich Drepper  <drepper@cygnus.com>
12932         * configure.in: Name Linux target fragment.
12934         * configure: Rewrite so that project Makefile fragment is inserted
12935         first and appears last in the resulting Makefile.
12937 Tue Sep 16 09:55:07 1997  Andrew Cagney  <cagney@b1.cygnus.com>
12939         * Makefile.in (install-itcl): Install tcl first.
12941 Fri Sep 12 16:19:20 1997  Geoffrey Noer  <noer@cygnus.com>
12943         * configure.in: remove bison from noconfigdirs for Cygwin32 host
12945 Thu Sep 11 16:40:46 1997  H.J. Lu  (hjl@gnu.ai.mit.edu)
12947         * Makefile.in (local-distclean): Also remove mh-frag mt-frag.
12949         * configure.in (skipdirs): Add target-librx for Linux.
12950         (alpha-*-linux*): Use config/mh-elfalphapic and config/mt-elfalphapic.
12952 Wed Sep 10 21:29:54 1997  Jeffrey A Law  (law@cygnus.com)
12954         * Makefile.in (bootstrap): New target.
12956 Wed Sep 10 15:19:22 1997  Jeffrey A Law  (law@cygnus.com)
12958         * config.sub: Accept 'amigados' for backward compatibility.
12960 Mon Sep  8 20:46:20 1997  Ian Lance Taylor  <ian@cygnus.com>
12962         * config.guess: Merge with FSF.
12964 Sun Sep  7 23:18:32 1997  Fred Fish  <fnf@ninemoons.com>
12966         * config.sub: Change 'amigados' to 'amigaos' to match current usage.
12968 Sun Sep  7 15:55:28 1997  Gavin Koch  <gavin@cygnus.com>
12970         * config.sub: Add "marketing-names" patch.
12972 Fri Sep  5 16:11:28 1997  Joel Sherrill  (joel@OARcorp.com)
12974         * configure.in (*-*-rtems*): Do not build libgloss for rtems.
12976 Fri Sep  5 12:27:17 1997  Jeffrey A Law  (law@cygnus.com)
12978         * config.sub: Handle v850-elf.
12980 Wed Sep  3 22:01:58 1997  Fred Fish  <fnf@ninemoons.com>
12982         * .cvsignore (*-install): Remove.
12984 Wed Sep  3 12:15:24 1997  Chris Provenzano  <proven@cygnus.com>
12986         * ltconfig: Set CONFIG_SHELL in libtool.
12987         * ltmain.sh: Use CONFIG_SHELL instead of /bin/sh
12989 Mon Sep  1 16:45:44 1997  Jim Wilson  <wilson@cygnus.com>
12991         * configure.in (target_subdir): Set to libraries if enable_multilib.
12993 Wed Aug 27 16:15:11 1997  Jim Wilson  <wilson@cygnus.com>
12995         * config.guess: Update from gcc directory.
12997 Tue Aug 26 16:46:46 1997  Andrew Cagney  <cagney@b1.cygnus.com>
12999         * Makefile.in (all-sim): Depends on all-readline.
13001 Wed Aug 20 19:57:37 1997  Jason Merrill  <jason@yorick.cygnus.com>
13003         * Makefile.in (BISON, YACC): Use $$s.
13004         (all-bison): Depend on all-texinfo.
13006 Tue Aug 19 01:41:32 1997  Jason Merrill  <jason@yorick.cygnus.com>
13008         * Makefile.in (BISON): Add -L flag.
13009         (YACC): Likewise.
13011 Mon Aug 18 11:30:50 1997  Nick Clifton  <nickc@cygnus.com>
13013         * configure.in (noconfigdirs): Add support for v850e target.
13015         * config.sub (maybe_os): Add support for v850e target.
13017 Mon Aug 18 11:30:50 1997  Nick Clifton  <nickc@cygnus.com>
13019         * configure.in (noconfigdirs): Add support for v850ea target.
13021         * config.sub (maybe_os): Add support for v850ea target.
13023 Mon Aug 18 09:24:06 1997  Gavin Koch  <gavin@cygnus.com>
13025         * config.sub: Add mipstx39.  Delete r3900.
13027 Mon Aug 18 17:20:10 1997  Jason Molenda  (crash@godzilla.cygnus.co.jp)
13029         * Makefile.in (all-autoconf): Depends on all-texinfo.
13031 Fri Aug 15 23:09:26 1997  Michael Meissner  <meissner@cygnus.com>
13033         * config-ml.in ({powerpc,rs6000}*-*-*): Update to current AIX and
13034         eabi targets.
13036 Thu Aug 14 14:42:17 1997  Ian Lance Taylor  <ian@cygnus.com>
13038         * configure: Get CFLAGS and CXXFLAGS from Makefile, if possible.
13040         * configure: When handling a Canadian Cross, handle YACC as well as
13041         BISON.  Just set BISON to bison.  When setting YACC, prefer bison.
13042         * Makefile.in (all-bison): Depend upon all-texinfo.
13044 Tue Aug 12 20:09:48 1997  Jason Merrill  <jason@yorick.cygnus.com>
13046         * Makefile.in (BISON): bison, not byacc or bison -y.
13047         (YACC): bison -y or byacc or yacc.
13048         (various): Add *-bison as appropriate.
13049         (taz): No need to mess with BISON anymore.
13051 Tue Aug 12 22:33:08 1997  Ian Lance Taylor  <ian@cygnus.com>
13053         * configure: If OSTYPE matches *win32*, try to find a good value for
13054         CONFIG_SHELL.
13056 Sun Aug 10 14:41:11 1997  Ian Lance Taylor  <ian@cygnus.com>
13058         * Makefile.in (taz): Get the version number from AM_INIT_AUTOMAKE in
13059         configure.in if it is present.
13061 Sat Aug  9 00:58:01 1997  Ian Lance Taylor  <ian@cygnus.com>
13063         * Makefile.in (LD_FOR_TARGET): Change ld.new to ld-new.
13065 Fri Aug  8 16:30:13 1997  Doug Evans  <dje@canuck.cygnus.com>
13067         * config.sub: Recognize `arc' cpu.
13068         * configure.in: Likewise.
13069         * config-ml.in: Likewise.
13071 Thu Aug  7 11:02:34 1997  Ian Lance Taylor  <ian@cygnus.com>
13073         * Makefile.in ($(INSTALL_X11_MODULES)): Depend upon installdirs.
13075 Wed Aug  6 16:27:29 1997  Chris Provenzano  <proven@cygnus.com>
13077         * configure: Changed sed delimiter from ':' to '|' when
13078         attempting to substitute ${config_shell} for SHELL. On
13079         NT ${config_shell} may contain a ':' in it.
13081 Wed Aug  6 12:29:05 1997  Jason Merrill  <jason@yorick.cygnus.com>
13083         * Makefile.in (EXTRA_GCC_FLAGS): Fix for non-bash shells.
13085 Wed Aug  6 00:42:35 1997  Ian Lance Taylor  <ian@cygnus.com>
13087         * Makefile.in (AS_FOR_TARGET): Change as.new to as-new.
13089 Tue Aug  5 14:08:51 1997  Ian Lance Taylor  <ian@cygnus.com>
13091         * Makefile.in (NM_FOR_TARGET): Change nm.new to nm-new.
13093         * ylwrap: If the program is a relative path, force it to be
13094         absolute.
13096 Tue Aug  5 12:12:44 1997  Andrew Cagney  <cagney@b1.cygnus.com>
13098         * configure (tooldir): Set BISON to `bison -y' and not just bison.
13100 Mon Aug  4 22:59:02 1997  Andrew Cagney  <cagney@b1.cygnus.com>
13102         * Makefile.in (CC_FOR_TARGET): When winsup/Makefile present,
13103         correctly specify the target build directory $(TARGET_SUBDIR)/winsup
13104         for libraries.
13106 Mon Aug  4 12:40:24 1997  Jason Merrill  <jason@yorick.cygnus.com>
13108         * Makefile.in (EXTRA_GCC_FLAGS): Fix handling of macros with values
13109         separated by spaces.
13111 Thu Jul 31 19:49:49 1997  Ian Lance Taylor  <ian@cygnus.com>
13113         * ylwrap: New file.
13114         * Makefile.in (DEVO_SUPPORT): Add ylwrap.
13116         * ltmain.sh: Handle /bin/sh at start of install program.
13118         * Makefile.in (DEVO_SUPPORT): Add ltconfig, ltmain.sh, and missing.
13120         * ltconfig, ltmain.sh: New files, from libtool 1.0.
13121         * missing: New file, from automake 1.2.
13123 Thu Jul 24 12:57:56 1997  Ian Lance Taylor  <ian@cygnus.com>
13125         * Makefile.in: Treat tix like tk, putting it in X11_MODULES.  Add
13126         check-tk to CHECK_X11_MODULES.
13128 Wed Jul 23 17:03:29 1997  Ian Lance Taylor  <ian@cygnus.com>
13130         * config.sub: Merge with FSF.
13132 Tue Jul 22 19:08:29 1997  Ian Lance Taylor  <ian@cygnus.com>
13134         * config.guess: Merge with FSF.
13136 Tue Jul 22 14:50:42 1997  Robert Hoehne <robert.hoehne@Mathematik.TU-Chemnitz.DE>
13138         * configure: Treat msdosdjgpp like go32.
13139         * configure.in: Likewise.  Don't remove gprof for go32.
13141         * configure: Change Makefile.tem2 to Makefile.tm2.
13143 Mon Jul 21 10:31:26 1997  Stephen Peters  <speters@cygnus.com>
13145         * configure.in (noconfigdirs): For alpha-dec-osf*, don't ignore grep.
13147 Tue Jul 15 14:33:03 1997  Brendan Kehoe  <brendan@lisa.cygnus.com>
13149         * install-sh (chmodcmd): Set to null if the DST directory already
13150         exists.  Same as Nov 11th change.
13152 Mon Jul 14 11:01:15 1997  Martin M. Hunt  <hunt@cygnus.com>
13154         * configure (GDB_TK): Needs itcl and tix.
13156 Mon Jul 14 00:32:10 1997  Jason Merrill  <jason@yorick.cygnus.com>
13158         * config.guess: Update from FSF.
13160 Fri Jul 11 11:57:11 1997  Martin M. Hunt  <hunt@cygnus.com>
13162         * Makefile.in (GDB_TK): Depend on itcl and tix.
13164 Fri Jul  4 13:25:31 1997  Ian Lance Taylor  <ian@cygnus.com>
13166         * Makefile.in (INSTALL_PROGRAM_ARGS): New variable.
13167         (INSTALL_PROGRAM): Use $(INSTALL_PROGRAM_ARGS).
13168         (INSTALL_SCRIPT): New variable.
13169         (BASE_FLAGS_TO_PASS): Pass down INSTALL_SCRIPT.
13170         * configure.in: If host is *-*-cygwin32*, set INSTALL_PROGRAM_ARGS
13171         to -x.
13172         * install-sh: Add support for -x option.
13174 Mon Jun 30 15:51:30 1997  Ian Lance Taylor  <ian@cygnus.com>
13176         * configure.in, Makefile.in: Treat tix like itcl.
13178 Thu Jun 26 13:59:19 1997  Ian Lance Taylor  <ian@cygnus.com>
13180         * Makefile.in (WINDRES): New variable.
13181         (WINDRES_FOR_TARGET): New variable.
13182         (BASE_FLAGS_TO_PASS): Add WINDRES_FOR_TARGET.
13183         (EXTRA_HOST_FLAGS): Add WINDRES.
13184         (EXTRA_TARGET_FLAGS): Add WINDRES.
13185         (EXTRA_GCC_FLAGS): Add WINDRES.
13186         ($(DO_X)): Pass down WINDRES.
13187         ($(CONFIGURE_TARGET_MODULES)): Set WINDRES when configuring.
13188         * configure: Treat WINDRES like DLLTOOL, and WINDRES_FOR_TARGET like
13189         DLLTOOL_FOR_TARGET.
13191 Wed Jun 25 15:01:26 1997  Felix Lee  <flee@cygnus.com>
13193         * configure.in: configure sim before gdb for win32-x-ppc
13195 Wed Jun 25 12:18:54 1997  Brendan Kehoe  <brendan@lisa.cygnus.com>
13197         Move gperf into the toplevel, from libg++.
13198         * configure.in (target_tools): Add target-gperf.
13199         (native_only): Add target-gperf.
13200         * Makefile.in (all-target-gperf): New target, depend on
13201         all-target-libg++.
13202         (configure-target-gperf): Empty rule.
13203         (ALL_TARGET_MODULES): Add all-target-gperf.
13204         (CONFIGURE_TARGET_MODULES): Add configure-target-gperf.
13205         (CHECK_TARGET_MODULES): Add check-target-gperf.
13206         (INSTALL_TARGET_MODULES): Add install-target-gperf.
13207         (CLEAN_TARGET_MODULES): Add clean-target-gperf.
13209 Mon Jun 23 10:51:53 1997  Jeffrey A Law  (law@cygnus.com)
13211         * config.sub (mn10200): Recognize new basic machine.
13213 Thu Jun 19 14:16:42 1997  Brendan Kehoe  <brendan@lisa.cygnus.com>
13215         * configure.in: Don't set ENABLE_MULTILIB, so we'll be passing
13216         --enable-multilib down to subdirs; setting TARGET_SUBDIR was enough.
13218 Tue Jun 17 15:31:20 1997  Brendan Kehoe  <brendan@lisa.cygnus.com>
13220         * configure.in: If we're building mips-sgi-irix6* native, turn on
13221         ENABLE_MULTILIB and set TARGET_SUBDIR.
13223 Tue Jun 17 12:20:59 1997  Tom Tromey  <tromey@cygnus.com>
13225         * Makefile.in (all-sn): Depend on all-grep.
13227 Mon Jun 16 11:11:10 1997  Ian Lance Taylor  <ian@cygnus.com>
13229         * configure.in: Use mh-ppcpic and mt-ppcpic for powerpc*-* targets.
13231         * configure: Set CFLAGS and CXXFLAGS, and substitute them into
13232         Makefile.  From Jeff Makey <jeff@cts.com>.
13233         * Makefile.in: Add comment for CFLAGS and CXXFLAGS.
13235         * Makefile.in (DISTBISONFILES): Remove.
13236         (taz): Don't futz with DISTBISONFILES.  Change BISON to use
13237         $(DEFAULT_YACC).
13239         * configure.in: Build itl, db, sn, etc., when building for native
13240         cygwin32.
13242         * Makefile.in (LD): New variable.
13243         (EXTRA_HOST_FLAGS): Pass down LD.
13244         ($(DO_X)): Likewise.
13246 Mon Jun 16 11:10:35 1997  Philip Blundell  <Philip.Blundell@pobox.com>
13248         * Makefile.in (INSTALL): Use $(SHELL) when executing install-sh.
13250 Fri Jun 13 10:22:56 1997  Bob Manson  <manson@charmed.cygnus.com>
13252         * configure.in (targargs): Strip out any supplied --build argument
13253         before adding our own. Always add --build.
13255 Thu Jun 12 21:12:28 1997  Bob Manson  <manson@charmed.cygnus.com>
13257         * configure.in (targargs): Pass --build if we're doing
13258         a cross-compile.
13260 Fri Jun  6 21:38:40 1997  Rob Savoye  <rob@chinadoll.cygnus.com>
13262         * configure: Use '|' instead of ":" as the separator in
13263         sed. Otherwise sed chokes on NT path names with drive
13264         designators. Also look for "?:*" as the leading characters in an
13265         absolute pathname.
13267 Mon Jun  2 13:05:20 1997  Gavin Koch  <gavin@cygnus.com>
13269         * config.sub: Support for r3900.
13271 Wed May 21 17:33:31 1997  Ian Lance Taylor  <ian@cygnus.com>
13273         * configure.in: Use install-sh, not install.sh.
13275 Wed May 14 16:06:51 1997  Ian Lance Taylor  <ian@cygnus.com>
13277         * Makefile.in (taz): Improve check for BISON so it doesn't try to
13278         apply it twice.
13280 Fri May  9 17:22:05 1997  Ian Lance Taylor  <ian@cygnus.com>
13282         * Makefile.in (INSTALL_MODULES): Put install-opcodes before
13283         install-binutils.
13285 Thu May  8 17:29:50 1997  Ian Lance Taylor  <ian@cygnus.com>
13287         * Makefile.in: Add automake targets.
13288         * configure.in (host_tools): Add automake.
13290 Tue May  6 15:49:52 1997  Ian Lance Taylor  <ian@cygnus.com>
13292         * configure: Default CXX to c++, not gcc.
13293         * Makefile.in (CXX): Set to c++, not gcc.
13294         (CXX_FOR_TARGET): When cross, transform c++, not gcc.
13296 Thu May  1 10:11:43 1997  Geoffrey Noer  <noer@cygnus.com>
13298         * install-sh: try appending a .exe if source file doesn't
13299         exist
13301 Wed Apr 30 12:05:36 1997  Jason Merrill  <jason@yorick.cygnus.com>
13303         * configure.in: Turn on multilib by default.
13304         (cross_only): Remove target-libiberty.
13306         * Makefile.in (all-gcc): Don't depend on libiberty.
13308 Mon Apr 28 18:39:45 1997  Michael Snyder  <msnyder@cleaver.cygnus.com>
13310         * config.guess: improve algorithm for recognizing Gnu Hurd x86.
13312 Thu Apr 24 19:30:07 1997  Ian Lance Taylor  <ian@cygnus.com>
13314         * Makefile.in (DEVO_SUPPORT): Add mpw-install.
13315         (DISTBISONFILES): Add ld/Makefile.in
13317 Tue Apr 22 17:17:28 1997  Geoffrey Noer  <noer@pizza.cygnus.com>
13319         * configure.in: if target is cygwin32 but host isn't cygwin32,
13320         don't configure gdb tcl tk expect, not just gdb.
13322 Mon Apr 21 13:33:39 1997  Tom Tromey  <tromey@cygnus.com>
13324         * configure.in: Added gnuserv everywhere sn appears.
13326         * Makefile.in (ALL_MODULES): Added all-gnuserv.
13327         (CROSS_CHECK_MODULES): Added check-gnuserv.
13328         (INSTALL_MODULES): Added install-gnuserv.
13329         (CLEAN_MODULES): Added clean-gnuserv.
13330         (all-gnuserv): New target.
13332 Thu Apr 17 13:57:06 1997  Per Fogelstrom  <pefo@openbsd.org>
13334         * config.guess: Fixes for MIPS OpenBSD systems.
13336 Tue Apr 15 12:21:07 1997  Ian Lance Taylor  <ian@cygnus.com>
13338         * Makefile.in (INSTALL_XFORM): Remove.
13339         (BASE_FLAGS_TO_PASS): Remove INSTALL_XFORM.
13341         * mkinstalldirs: New file, copied from automake.
13342         * Makefile.in (installdirs): Rename from install-dirs.  Use
13343         mkinstalldirs.  Change all users.
13344         (DEVO_SUPPORT): Add mkinstalldirs.
13346 Mon Apr 14 11:21:38 1997  Ian Lance Taylor  <ian@cygnus.com>
13348         * install-sh: Rename from install.sh.
13349         * Makefile.in (INSTALL): Change install.sh to install-sh.
13350         (DEVO_SUPPORT): Likewise.
13352         * configure: Use ${config_shell} with ${moveifchange}.  From Thomas
13353         Graichen <graichen@rzpd.de>.
13355 Fri Apr 11 16:37:10 1997  Niklas Hallqvist  <niklas@appli.se>
13357         * config.guess: Recognize OpenBSD systems correctly.
13359 Fri Apr 11 17:07:04 1997  Jason Molenda  (crash@godzilla.cygnus.co.jp)
13361         * README, Makefile.in (ETC_SUPPORT): Remove references to
13362         cfg-paper*, configure.{texi,man,info*}._
13364 Sun Apr  6 18:47:57 1997  Andrew Cagney  <cagney@kremvax.cygnus.com>
13366         * Makefile.in (all.normal): Ensure that gcc is built after all
13367         the x11 - ie gdb - targets.
13369 Tue Apr  1 16:28:50 1997  Klaus Kaempf  <kkaempf@progis.de>
13371         * makefile.vms: Don't run conf-a-gas.
13373 Mon Mar 31 16:26:55 1997  Joel Sherrill  <joel@oarcorp.com>
13375         * configure.in (hppa1.1-*-rtems*): New target, like hppa-*-*elf*.
13377 Sun Mar 30 12:38:27 1997  Fred Fish  <fnf@cygnus.com>
13379         * configure.in: Remove noconfigdirs case since gdb also
13380         configures and builds for tic80-coff.
13382 Fri Mar 28 18:28:52 1997  Ian Lance Taylor  <ian@cygnus.com>
13384         * configure: Set cache_file to config.cache.
13385         * Makefile.in (local-distclean): Remove config.cache.
13387 Wed Mar 26 18:49:39 1997  Ian Lance Taylor  <ian@cygnus.com>
13389         * COPYING: Update FSF address.
13391 Wed Mar 26 10:38:25 1997  Michael Meissner  <meissner@cygnus.com>
13393         * configure.in (tic80-*-*): Remove G++ libraries and libgloss from
13394         noconfigdirs.
13396 Mon Mar 24 15:02:39 1997  Ian Lance Taylor  <ian@cygnus.com>
13398         * Makefile.in (install-dirs): Don't crash if prefix, and hence
13399         MAKEDIRS, is empty.
13401 Mon Mar 24 12:40:55 1997  Doug Evans  <dje@canuck.cygnus.com>
13403         * config.sub: Tweak mn10300 entry.
13405 Fri Mar 21 15:35:27 1997  Michael Meissner  <meissner@cygnus.com>
13407         * configure.in (host_tools): Put sim before gdb, so gdb's
13408         configure.tgt can determine if the simulator was configured.
13410 Sun Mar 16 16:07:08 1997  Fred Fish  <fnf@cygnus.com>
13412         * config.sub: Move BeOS $os case to be with other Cygnus
13413         local cases.
13415 Sun Mar 16 01:34:55 1997  Martin Hunt <hunt@cygnus.com>
13417         * config.sub: Remove misplaced comment that broke Linux.
13419 Sat Mar 15 22:50:15 1997  Fred Fish  <fnf@cygnus.com>
13421         * config.sub: Add BeOS support.
13423 Mon Mar 10 13:30:11 1997  Tom Tromey  <tromey@cygnus.com>
13425         * Makefile.in (CHECK_X11_MODULES): Don't run check-tk.
13427 Wed Mar  5 12:09:29 1997  Martin  <hunt@cygnus.com>
13429         * configure.in (noconfigdirs): Remove tcl and tk from
13430         noconfigdirs for cygwin32 builds.
13432 Fri Feb 28 18:20:15 1997  Fred Fish  <fnf@cygnus.com>
13434         * configure.in (tic80-*-*): Remove ld from noconfigdirs.
13436 Thu Feb 27 14:57:26 1997  Ken Raeburn  <raeburn@cygnus.com>
13438         * Makefile.in (GAS_SUPPORT_DIRS, BINUTILS_SUPPORT_DIRS): Remove
13439         make-all.com, use makefile.vms instead.
13441 Tue Feb 25 18:46:14 1997  Stan Shebs  <shebs@andros.cygnus.com>
13443         * config.sub: Accept -lnews*.
13445 Tue Feb 25 13:19:14 1997  Andrew Cagney  <cagney@kremvax.tpgi.com.au>
13447         * configure.in (noconfigdirs): Disable target-newlib,
13448         target-examples and target-libiberty for d30v.
13450 Fri Feb 21 17:56:25 1997  Martin M. Hunt  <hunt@pizza.cygnus.com>
13452         * configure.in (noconfigdirs): Enable ld for d30v.
13454 Fri Feb 21 20:58:51 1997  Michael Meissner  <meissner@cygnus.com>
13456         * configure.in (tic80-*-*): Build compiler.
13458 Sun Feb 16 15:41:09 1997  Andrew Cagney  <cagney@critters.cygnus.com>
13460         * configure.in (d30v-*): Remove sim directory from list of
13461         unsupported d30v directories
13463 Tue Feb 18 17:32:42 1997  Martin M. Hunt  <hunt@pizza.cygnus.com>
13465         * config.sub, configure.in: Add d30v target cpu.
13467 Thu Feb 13 22:04:44 1997  Klaus Kaempf  <kkaempf@progis.de>
13469         * makefile.vms: New file.
13470         * make-all.com: Remove.
13472 Wed Feb 12 12:54:18 1997  Jim Wilson  <wilson@cygnus.com>
13474         * Makefile.in (EXTRA_GCC_FLAGS): Add LIBGCC2_DEBUG_CFLAGS.
13476 Sat Feb  8 20:36:49 1997  Michael Meissner  <meissner@cygnus.com>
13478         * Makefile.in (all-itcl): The rule is all-itcl, not all-tcl.
13480 Tue Feb  4 11:39:29 1997  Tom Tromey  <tromey@cygnus.com>
13482         * Makefile.in (ALL_MODULES): Added all-db.
13483         (CROSS_CHECK_MODULES): Addec check-db.
13484         (INSTALL_MODULES): Added install-db.
13485         (CLEAN_MODULES): Added clean-db.
13487 Mon Feb  3 13:29:36 1997  Ian Lance Taylor  <ian@cygnus.com>
13489         * config.guess: Merge with latest FSF sources.
13491 Tue Jan 28 09:20:37 1997  Tom Tromey  <tromey@cygnus.com>
13493         * Makefile.in (ALL_MODULES): Added all-itcl.
13494         (CROSS_CHECK_MODULES): Added check-itcl.
13495         (INSTALL_MODULES): Added install-itcl.
13496         (CLEAN_MODULES): Added clean-itcl.
13498 Thu Jan 23 01:44:27 1997  Geoffrey Noer  <noer@cygnus.com>
13500         * configure.in: build gdb for mn10200
13502 Fri Jan 17 15:32:15 1997  Doug Evans  <dje@canuck.cygnus.com>
13504         * Makefile.in (all-target-winsup): Depend on all-target-libio.
13506 Mon Jan 13 22:46:54 1997  Michael Meissner  <meissner@tiktok.cygnus.com>
13508         * configure.in (tic80-*-*): Turn off most targets right now.
13510 Fri Jan  3 16:04:03 1997  Ian Lance Taylor  <ian@cygnus.com>
13512         * Makefile.in (MAKEINFO): Check for the existence of the Makefile,
13513         rather than the makeinfo program.
13514         (do-info): Depend upon all-texinfo.
13516 Tue Dec 31 16:00:31 1996  Ian Lance Taylor  <ian@cygnus.com>
13518         * configure.in: Remove uses of config/mh-linux.
13520         * config.sub, config.guess: Merge with latest FSF sources.
13522 Fri Dec 27 23:04:33 1996  Fred Fish  <fnf@cygnus.com>
13524         * config.sub (case $basic_machine): Add tic80 entries.
13526 Fri Dec 27 12:07:59 1996  Ian Lance Taylor  <ian@cygnus.com>
13528         * config.sub, config.guess: Merge with latest FSF sources.
13530 Wed Dec 18 22:46:39 1996  Stan Shebs  <shebs@andros.cygnus.com>
13532         * mpw-build.in: Build ld before gcc, use NewFolderRecursive.
13533         * mpw-config.in: Test for NewFolderRecursive.
13534         * mpw-install: Use symbolic name for startup filename.
13535         * mpw-README: Add various additional details.
13537 Wed Dec 18 13:11:46 1996  Jim Wilson  <wilson@cygnus.com>
13539         * configure.in (mips*-sgi-irix6*): Remove binutils from noconfigdirs.
13541 Wed Dec 18 10:29:31 1996  Jeffrey A Law  (law@cygnus.com)
13543         * configure.in: Do build gcc and the target libraries for
13544         the mn10200.
13546 Wed Dec  4 16:53:05 1996  Geoffrey Noer  <noer@cygnus.com>
13548         * configure.in: don't avoid building gdb for mn10300 any more
13549         * Makefile.in: double-quote GCC_FOR_TARGET line in EXTRA_GCC_FLAGS
13550         instead of single-quoting it.
13552 Tue Dec  3 23:26:50 1996  Jason Merrill  <jason@yorick.cygnus.com>
13554         * configure.in: Don't use --with-stabs on IRIX 6.
13556 Tue Dec  3 09:05:25 1996  Doug Evans  <dje@canuck.cygnus.com>
13558         * configure.in (m32r): Build gdb, libg++ now.
13560 Sun Dec  1 00:18:59 1996  Peter Schauer  (pes@regent.e-technik.tu-muenchen.de)
13562         * configure.in (mips*-sgi-irix6*):  Remove gdb and related
13563         directories from noconfigdirs.
13565 Tue Nov 26 11:45:33 1996  Kim Knuttila  <krk@cygnus.com>
13567         * config.sub (basic_machine): added mips16 configuration
13569 Sat Nov 23 19:26:22 1996  Michael Meissner  <meissner@tiktok.cygnus.com>
13571         * config.sub: Handle d10v-unknown.
13573 Sat Nov 23 10:23:01 1996  Gavin Koch  <gavin@cygnus.com>
13575         * config.sub: Handle v850-unknown.
13577 Thu Nov 21 16:19:44 1996  Geoffrey Noer  <noer@cygnus.com>
13579         * Makefile.in: add findutils
13580         * configure.in: add findutils to list of host_tools
13582 Wed Nov 20 10:09:01 1996  Jeffrey A Law  (law@cygnus.com)
13584         * config.sub: Handle mn10200 and mn10300.
13586 Tue Nov 19 16:35:14 1996  Michael Meissner  <meissner@tiktok.cygnus.com>
13588         * configure.in (d10v-*): Do not build librx.
13590 Mon Nov 18 13:28:41 1996  Jeffrey A Law  (law@cygnus.com)
13592         * configure.in (mn10300): Build everything except gdb & libgloss.
13594 Wed Nov 13 14:59:46 1996  Per Bothner  <bothner@deneb.cygnus.com>
13596         * config.guess:  Patch for Dansk Data Elektronik servers,
13597         from Niels Skou Olsen <nso@dde.dk>.
13599         For ncr, use /bin/uname rather than uname, since GNU uname does not
13600         support -p.  Suggested by Mark Mitchell <mmitchell@usa.net>.
13602         Patch for MIPS R4000 running System V,
13603         from Eric S. Raymond <esr@snark.thyrsus.com>.
13605         Fix thinko for nextstep.
13607         Patch for OSF1 in i?86, from Dan Murphy <dlm@osf.org> via Harlan Stenn.
13609         Sat Jun 24 18:58:17 1995  Morten Welinder  <terra+@cs.cmu.edu>
13610         * config.guess: Guess mips-dec-mach_bsd4.3.
13612         Thu Oct 10 04:07:04 1996  Harlan Stenn <harlan@pfcs.com>
13613         * config.guess (i?86-ncr-sysv*):  Emit just enough of the minor
13614         release numbers.
13615         * config.guess (mips-mips-riscos*):  Emit just enough of the
13616         release number.
13618         Tue Oct  8 10:37:22 1996  Frank Vance <fvance@waii.com>
13619         * config.guess (sparc-auspex-sunos*):  Added.
13620         (f300-fujitsu-*): Added.
13622         Wed Sep 25 22:00:35 1996  Jeff Woolsey <woolsey@jlw.com>
13623         * config.guess:  Recognize a Tadpole as a sparc.
13625 Wed Nov 13 00:53:09 1996  David J. MacKenzie  <djm@churchy.gnu.ai.mit.edu>
13627         * config.guess: Don't assume that NextStep version is either 2 or
13628         3.  NextStep 4 (aka OpenStep 4) has come out now.
13630 Mon Nov 11 23:52:03 1996  David J. MacKenzie  <djm@churchy.gnu.ai.mit.edu>
13632         * config.guess: Support Cray T90 that reports itself as "CRAY TS".
13633         From Rik Faith <faith@cs.unc.edu>.
13635 Fri Nov  8 11:34:58 1996  David J. MacKenzie  <djm@geech.gnu.ai.mit.edu>
13637         * config.sub: Contributions from bug-gnu-utils to:
13638         Support plain "hppa" (no version given) architecture, reported by
13639         OpenStep.
13640         OpenBSD like NetBSD.
13641         LynxOs is not a hardware supplier.
13643         * config.guess: Contributions from bug-gnu-utils to add support for:
13644         OpenBSD like NetBSD.
13645         Stratus systems.
13646         More Pyramid systems.
13647         i[n>4]86 Intel chips.
13648         M680[n>4]0 Motorola chips.
13649         Use unknown instead of lynx for hardware manufacturer.
13651 Mon Nov 11 10:09:08 1996  Brendan Kehoe  <brendan@lisa.cygnus.com>
13653         * install.sh (chmodcmd): Set to null if the DST directory already
13654         exists.
13656 Mon Nov 11 10:43:41 1996  Michael Meissner  <meissner@tiktok.cygnus.com>
13658         * configure.in (powerpc*-{eabi,elf,linux,rtem,sysv,solaris}*): Do
13659         not use mt-ppc target Makefile fragment any more.
13661 Sun Nov  3 19:17:07 1996  Stu Grossman  (grossman@critters.cygnus.com)
13663         * configure.in (*-*-windows):  Exclude everything but those dirs
13664         needed to build windows.
13666 Tue Oct 29 16:41:31 1996  Doug Evans  <dje@canuck.cygnus.com>
13668         * Makefile.in (all-target-winsup): Depend on all-target-librx.
13670 Mon Oct 28 17:32:46 1996  Stu Grossman  (grossman@critters.cygnus.com)
13672         * configure.in:  Exclude mmalloc from i386-windows.
13674 Thu Oct 24 09:22:46 1996  Stu Grossman  (grossman@critters.cygnus.com)
13676         * Undo my previous change.
13678 Thu Oct 24 12:12:04 1996  Ian Lance Taylor  <ian@cygnus.com>
13680         * Makefile.in (EXTRA_GCC_FLAGS): Pass down GCC_FOR_TARGET
13681         unconditionally.
13682         (MAKEOVERRIDES): Define (revert this part of October 18 change).
13684 Thu Oct 24 09:02:07 1996  Stu Grossman  (grossman@critters.cygnus.com)
13686         * Makefile.in (FLAGS_TO_PASS):  Add $(HOST_FLAGS) to allow the
13687         host to add it's own flags.
13689 Tue Oct 22 15:20:26 1996  Ian Lance Taylor  <ian@cygnus.com>
13691         * configure: Handle GCC_FOR_TARGET like CC_FOR_TARGET.
13693 Fri Oct 18 13:37:13 1996  Ian Lance Taylor  <ian@cygnus.com>
13695         * Makefile.in (CC_FOR_TARGET): Check for xgcc, not Makefile.
13696         (CXX_FOR_TARGET): Likewise.
13697         (GCC_FOR_TARGET): Define.
13698         (BASE_FLAGS_TO_PASS): Remove GCC_FOR_TARGET.
13699         (EXTRA_GCC_FLAGS): Define GCC_FOR_TARGET based on whether
13700         CC_FOR_TARGET was specified on the command line.
13701         (MAKEOVERRIDES): Don't define.
13703 Thu Oct 17 10:27:56 1996  Doug Evans  <dje@canuck.cygnus.com>
13705         * configure.in (m32r): Fix spelling of libg++ libs.
13707 Thu Oct 10 10:37:17 1996  Stan Shebs  <shebs@andros.cygnus.com>
13709         * config.sub (-apple*): Remove, now redundant.
13711 Thu Oct 10 12:30:54 1996  Ian Lance Taylor  <ian@cygnus.com>
13713         * configure: Don't get confused by CPU-VENDOR-linux-gnu.
13715         * configure: Rework yesterday's sed script patch.
13717         * config.sub: Merge with FSF.
13719 Wed Oct  9 17:24:59 1996  Per Bothner  <bothner@deneb.cygnus.com>
13721         * config.guess:  Merge from FSF.
13723         1996-09-12  Richard Stallman  <rms@ethanol.gnu.ai.mit.edu>
13724         * config.guess: Use pc instead of unknown, for pc clone systems.
13725         Change linux to linux-gnu.
13727         Mon Jul 15 23:51:11 1996  Karl Heuer  <kwzh@gnu.ai.mit.edu>
13728         * config.guess: Avoid non-portable tr syntax.
13730 Wed Oct  9 06:06:46 1996  Jeffrey A Law  (law@cygnus.com)
13732         * test-build.mk (HOLES): Add "xargs" for gdb.
13734         * configure: Avoid hpux10.20 sed bug.
13736 Tue Oct  8 08:32:48 1996  Stu Grossman  (grossman@critters.cygnus.com)
13738         * configure.in:  Add support for windows host
13739         (that is a build done under the Microsoft build environment).
13741 Tue Oct  8 10:39:08 1996  Ian Lance Taylor  <ian@cygnus.com>
13743         * Makefile.in: Replace all uses of srcroot with s, to shrink
13744         command line lengths.
13746         Patches from Geoffrey Noer <noer@cygnus.com>:
13747         * configure.in: If configuring for newlib, pass --with-newlib to
13748         subdirectories.
13749         * Makefile.in (CC_FOR_TARGET): If winsup/Makefile exists, pass a
13750         -Bnewlib/ and -Lwinsup to gcc.
13751         (CXX_FOR_TARGET): Likewise.
13753 Mon Oct  7 10:59:35 1996  Ian Lance Taylor  <ian@cygnus.com>
13755         * Makefile.in (ETC_SUPPORT): Add configure.
13757 Fri Oct  4 12:22:58 1996  Angela Marie Thomas (angela@cygnus.com)
13759         * configure.in: Use config/mh-dgux386 for i[345]86-dg-dgux
13760         host configuration file.
13762 Thu Oct  3 09:28:25 1996  Jeffrey A Law  (law@cygnus.com)
13764         * configure.in: Break mn10x00 support into separate
13765         mn10200 and mn10300 configurations.
13766         * config.sub: Likewise.
13768 Wed Oct  2 22:27:52 1996  Jeffrey A Law  (law@cygnus.com)
13770         * configure.in: Add lots of stuff to noconfigdirs for
13771         the mn10x00 targets.
13773         * config.sub, configure.in: Add mn10x00 support.
13775 Wed Oct  2 15:52:36 1996  Klaus Kaempf  <kkaempf@progis.de>
13777         * make-all.com: Call conf-a-gas, not config-a-gas.
13779 Tue Oct  1 01:28:41 1996  James G. Smith  <jsmith@cygnus.co.uk>
13781         * configure.in (noconfigdirs): Don't build libgloss for arm-coff
13782         targets.
13784 Mon Sep 30 14:24:01 1996  Stan Shebs  <shebs@andros.cygnus.com>
13786         * mpw-README: Add much more detail for native PowerMac.
13787         * mpw-install: New file.
13788         * mpw-configure: Add --norecursion and --help options.
13789         * mpw-config.in: Translate readme and install files when
13790         copying to objdir.
13791         * mpw-build.in: Don't always depend on byacc and flex.
13792         (install-only-top): New action.
13794 Fri Sep 27 17:39:44 1996  Stu Grossman  (grossman@critters.cygnus.com)
13796         * configure.in:  You can now configure GDB for the v850.
13798 Tue Sep 24 19:05:12 1996  Stan Shebs  <shebs@andros.cygnus.com>
13800         * configure.in (noconfigdirs): Don't configure any C++ dirs
13801         if targeting D10V.
13803 Tue Sep 17 12:15:31 1996  Ian Lance Taylor  <ian@cygnus.com>
13805         * config.sub: Recognize mips64vr5000.
13807 Mon Sep 16 17:00:52 1996  Ian Lance Taylor  <ian@cygnus.com>
13809         * configure.in: Use a single line for host_tools and native_only.
13811 Mon Sep  9 12:21:30 1996  Doug Evans  <dje@canuck.cygnus.com>
13813         * config.sub, configure.in: Add entries for m32r.
13815 Thu Sep  5 13:52:47 1996  Tom Tromey  <tromey@creche.cygnus.com>
13817         * Makefile.in (inet-install): Don't run install-gzip.
13819 Wed Sep  4 17:26:13 1996  Stu Grossman  (grossman@critters.cygnus.com)
13821         * configure.in:  Don't config lots of things for *-*-windows*.
13823 Sat Aug 31 11:45:57 1996  Stan Shebs  <shebs@andros.cygnus.com>
13825         * mpw-config.in: Test for mpw-true, true, and null-command scripts.
13826         (host_libs, host_tools): Copy from configure.in.
13827         * mpw-configure: Don't complain about directories not found.
13829 Thu Aug 29 16:44:58 1996  Michael Meissner  <meissner@tiktok.cygnus.com>
13831         * configure.in (i[345]86): Recognize i686 for pentium pro.
13832         (i[3456]86-*-dgux*): Use config/mh-sysv for the host configuration
13833         file.
13835         * config.guess (i[345]86): Ditto.
13837 Mon Aug 26 18:34:42 1996  Martin M. Hunt  <hunt@pizza.cygnus.com>
13839         * configure.in (noconfigdirs): Removed gdb for D10V.
13841 Thu Aug 22 17:13:52 1996  Jeffrey A Law  (law@cygnus.com)
13843         * configure.in: Remove ld, target-libio, target-libg++, and
13844         target-libstdc++ from noconfigdirs.
13846 Wed Aug 21 18:56:38 1996  Fred Fish  <fnf@cygnus.com>
13848         * configure: Fix three locations where shell scripts were
13849         being run directly rather than with config_shell.
13851 Tue Aug 20 13:08:47 1996  J.T. Conklin  <jtc@hippo.cygnus.com>
13853         * configure.in (v850-*-*): Set up initial $noconfigdirs.
13854         * config.sub (basic_machine): Recognize v850.
13856 Thu Aug 15 12:19:33 1996  Stan Shebs  <shebs@andros.cygnus.com>
13858         * mpw-configure: Handle multiple enable/disable options and
13859         pass them down recursively, handle -c and -s flags appropriately
13860         depending on choice of compiler, add escape mechanism for
13861         quoted arguments to gC.
13863 Mon Aug 12 13:15:13 1996  Michael Meissner  <meissner@tiktok.cygnus.com>
13865         * configure.in (powerpc*-*-*): For eabi, system V.4, Linux, and
13866         solaris targets, use config/mt-ppc to set C{,XX}FLAGS_FOR_TARGETS
13867         so that -mrelocatable-lib and -mno-eabi are used.
13869         * Makefile.in (CONFIGURE_TARGET_MODULES): If target compiler does
13870         not support --print-multi-lib, don't abort.
13872 Thu Aug  8 12:18:59 1996  Klaus Kaempf  <kkaempf@progis.de>
13874         * make-all.com: Run config-a-gas.
13875         * setup.com: Don't copy subdirectory files around.
13877 Tue Jul 30 17:49:31 1996  Brendan Kehoe  <brendan@cygnus.com>
13879         * configure.in (*-*-ose): Remove exclusion of libgloss for this
13880         target, it now compiles correctly.
13882 Sat Jul 27 15:10:43 1996  Stan Shebs  <shebs@andros.cygnus.com>
13884         * mpw-config.in: Generate Mac include for elf/dwarf2.h.
13886 Tue Jul 23 10:47:04 1996  Martin M. Hunt  <hunt@pizza.cygnus.com>
13888         * configure.in (d10v-*-*): Remove ld from $noconfigdirs.
13890 Mon Jul 22 13:28:51 1996  Brendan Kehoe  <brendan@lisa.cygnus.com>
13892         * configure.in (native_only): Add prms.
13894 Mon Jul 22 12:27:58 1996  Ian Lance Taylor  <ian@cygnus.com>
13896         * Makefile.in (GAS_SUPPORT_DIRS): Add make-all.com and setup.com.
13897         (BINUTILS_SUPPORT_DIRS): Likewise.
13899 Thu Jul 18 12:55:40 1996  Michael Meissner  <meissner@tiktok.cygnus.com>
13901         * configure.in (d10v-*-*): Don't configure ld or gdb until the
13902         d10v support is added.
13904 Wed Jul 17 14:33:09 1996  Martin M. Hunt  <hunt@pizza.cygnus.com>
13906         * configure.in (d10v-*-*): New target.
13908 Mon Jul 15 11:53:00 1996  Jeffrey A Law  (law@cygnus.com)
13910         * config.guess (HP 9000/811): Recognize this as a PA1.1
13911         machine.
13913 Fri Jul 12 23:21:17 1996  Ken Raeburn  <raeburn@cygnus.com>
13915         * Makefile.in (do-tar-gz): New target, split out from tail end of
13916         taz target.  Run each command separately, don't use pipes.
13917         (taz): Use it.
13919 Fri Jul 12 12:08:04 1996  Stan Shebs  <shebs@andros.cygnus.com>
13921         * mpw-configure: Look for g-mpw-make.sed in config/mpw.
13922         * mpw-build.in: No builds should depend on building byacc or flex,
13923         they are assumed to be installed already.
13925 Fri Jul 12 09:52:52 1996  Michael Meissner  <meissner@tiktok.cygnus.com>
13927         * Makefile.in (CONFIGURE_TARGET_MODULES): Set r environment
13928         variable that CC_FOR_TARGET needs.
13930 Thu Jul 11 10:09:45 1996  Michael Meissner  <meissner@tiktok.cygnus.com>
13932         * Makefile.in (CONFIGURE_TARGET_MODULES): Determine if the multlib
13933         options have changed since the last time the subdirectory was
13934         configured, and if it has, reconfigure.
13935         (CLEAN_TARGET_MODULES): Delete multilib.out and tmpmulti.out, which
13936         CONFIGURE_TARGET_MODULES uses to remember the old multilib options.
13938 Wed Jul 10 18:56:59 1996  Doug Evans  <dje@canuck.cygnus.com>
13940         * Makefile.in (ALL_MODULES,CROSS_CHECK_MODULES,INSTALL_MODULES,
13941         CLEAN_MODULES): Add bash.
13942         (all-bash): New target.
13944 Mon Jul  8 17:33:14 1996  Jim Wilson  <wilson@cygnus.com>
13946         * configure.in (mips-sgi-irix6*): Use mh-irix6 instead of mh-irix5.
13948 Mon Jul  1 13:31:35 1996  Michael Meissner  <meissner@tiktok.cygnus.com>
13950         * config.sub (basic_machine): Recognize d10v as a valid processor.
13952 Fri Jun 28 12:14:35 1996  Stan Shebs  <shebs@andros.cygnus.com>
13954         * mpw-configure: Add support for --bindir.
13955         * mpw-build.in: Use a GCC-specific build script for GCC actions.
13957 Wed Jun 26 17:20:12 1996  Geoffrey Noer  <noer@cygnus.com>
13959         * configure.in: add bash, time, gawk to list of hosttools and things
13960         to only build for native toolchains
13962 Tue Jun 25 23:09:03 1996  Jason Molenda  (crash@godzilla.cygnus.co.jp)
13964         * Makefile.in (docdir): Remove.
13966 Tue Jun 25 19:00:08 1996  Jason Molenda  (crash@godzilla.cygnus.co.jp)
13968         * Makefile.in (datadir): Set to $(prefix)/share.
13970 Mon Jun 24 23:26:07 1996  Geoffrey Noer  <noer@cygnus.com>
13972         * configure.in: build diff and patch for cygwin32-hosted
13973         toolchains.
13975 Mon Jun 24 15:01:12 1996  Joel Sherrill  <joel@merlin.gcs.redstone.army.mil>
13977         * config.sub: Accept -rtems*.
13979 Sun Jun 23 22:41:54 1996  Geoffrey Noer  <noer@cygnus.com>
13981         * configure.in: enable dosrel for cygwin32-hosted builds,
13982                 remove diff from the list of things not buildable
13983                 via Canadian Cross
13985 Sat Jun 22 11:39:01 1996  Jason Merrill  <jason@yorick.cygnus.com>
13987         * Makefile.in (TARGET_SUBDIR): Move comment to previous line so we
13988         don't get ". ".
13990 Fri Jun 21 17:24:48 1996  Jim Wilson  <wilson@cygnus.com>
13992         * configure.in (mips*-sgi-irix6*): Set noconfigdirs appropriately.
13994 Thu Jun 20 16:57:40 1996  Ken Raeburn  <raeburn@cygnus.com>
13996         * Makefile.in (taz): Handle case where tex3patch didn't even get
13997         checked out.  Also, if it was found, put the symlink in a new util
13998         subdirectory.
14000 Thu Jun 20 12:20:33 1996  Michael Meissner  <meissner@tiktok.cygnus.com>
14002         * config.guess (*:Linux:*:*): Add support for PowerPC Linux.
14004 Tue Jun 18 14:24:12 1996  Klaus Kaempf  (kkaempf@progis.de)
14006         * config.sub: Recognize -openvms.
14007         * configure.in (alpha*-*-*vms*): Set noconfigdirs.
14008         * make-all.com, setup.com: New files.
14010 Mon Jun 17 16:34:46 1996  Jason Merrill  <jason@yorick.cygnus.com>
14012         * Makefile.in (taz): tex3patch moved to texinfo/util.
14014 Sat Jun 15 17:13:25 1996  Geoffrey Noer <noer@cygnus.com>
14016         * configure: enable_gdbtk=no for cygwin32-hosted toolchains
14017         * configure.in: remove make from disable-if-Can-Cross list
14018                 enable gdb if ${host} and ${target} are cygwin32
14020 Fri Jun  7 18:16:52 1996  Harlan Stenn <harlan@pfcs.com>
14022         * config.guess (i?86-ncr-sysv*):  Emit minor release numbers.
14023         Recognize the NCR 4850 machine and NCR Pentium-based platforms.
14025 Wed Jun  5 00:09:17 1996  Per Bothner  <bothner@wombat.gnu.ai.mit.edu>
14027         * config.guess:  Combine mips-mips-riscos cases, and use cpp to
14028         distinguish sysv/svr4/bsd variants.
14029         Based on a patch from Harlan Stenn <harlan@pfcs.com>.
14031 Fri Jun  7 14:24:49 1996  Tom Tromey  <tromey@creche.cygnus.com>
14033         * configure.in: Added copyright notice.
14034         * move-if-change: Added copyright notice.
14036 Thu Jun  6 16:27:05 1996  Michael Meissner  <meissner@tiktok.cygnus.com>
14038         * configure.in (powerpcle-*-solaris*): Until we get shared
14039         libraries working, don't build gdb, sim, make, tcl, tk, or
14040         expect.
14042 Tue Jun  4 20:41:45 1996  Per Bothner  <bothner@deneb.cygnus.com>
14044         * config.guess:  Merge with FSF:
14046         Mon Jun  3 08:49:14 1996  Karl Heuer  <kwzh@gnu.ai.mit.edu>
14047         * config.guess (*:Linux:*:*): Add guess for sparc-unknown-linux.
14049         Fri May 24 18:34:53 1996  Roland McGrath  <roland@delasyd.gnu.ai.mit.edu>
14050         * config.guess (AViiON:dgux:*:*): Fix typo in recognizing mc88110.
14052         Fri Apr 12 20:03:59 1996  Per Bothner  <bothner@spiff.gnu.ai.mit.edu>
14053         * config.guess:  Combine two OSF1 rules.
14054         Also recognize field test versions.  From mjr@zk3.dec.com.
14055         * config.guess (dgux):  Use /usr/bin/uname rather than uname,
14056         because GNU uname does not support -p.  From pmr@pajato.com.
14058 Tue Jun  4 11:07:25 1996  Tom Tromey  <tromey@csk3.cygnus.com>
14060         * Makefile.in (MAKEDIRS): Removed $(tooldir).
14062 Tue May 28 12:30:50 1996  Stan Shebs  <shebs@andros.cygnus.com>
14064         * mpw-README: Document GCCIncludes.
14066 Sun May 26 15:16:27 1996  Fred Fish  <fnf@cygnus.com>
14068         * configure.in (alpha-*-linux*): Set enable_shared to yes.
14070 Tue May 21 15:41:39 1996  Stan Shebs  <shebs@andros.cygnus.com>
14072         * mpw-configure: Handle --enable-FOO and --disable-FOO.
14074 Mon May 20 10:12:29 1996  Geoffrey Noer  <noer@cygnus.com>
14076         * configure.in (*-*-cygwin32): Configure make.
14078 Tue May  7 14:19:42 1996  Tom Tromey  <tromey@snuffle.cygnus.com>
14080         * Makefile.in (inet-install): Quote value of INSTALL_MODULES.
14082 Fri May  3 08:57:17 1996  Tom Tromey  <tromey@lisa.cygnus.com>
14084         * Makefile.in (all-inet): Depend on all-perl.
14086         * Makefile.in (inet-install): New target.
14088         * Makefile.in (all-inet): Depend on all-tcl.
14089         (all-inet): Depend on all-send-pr.
14091 Tue Apr 30 13:55:51 1996  Michael Meissner  <meissner@tiktok.cygnus.com>
14093         * configure.in (powerpcle-*-solaris*): Turn off tk and tcl
14094         temporarily.
14096 Thu Apr 25 11:48:20 1996  Ian Lance Taylor  <ian@cygnus.com>
14098         * configure.in: Don't configure --with-gnu-ld on AIX.
14100 Thu Apr 25 06:33:36 1996  Michael Meissner  <meissner@wogglebug.tiac.net>
14102         * configure.in (powerpcle-*-solaris*): Turn off gdb temporarily.
14104 Tue Apr 23 09:07:39 1996  Tom Tromey  <tromey@creche.cygnus.com>
14106         * Makefile.in (ALL_MODULES): Added all-inet.
14107         (CROSS_CHECK_MODULES): Added check-inet.
14108         (INSTALL_MODULES): Added install-inet.
14109         (CLEAN_MODULES): Added clean-inet.
14110         (all-indent): New target.
14112         * configure.in (host_tools): Added inet.
14113         (native_only): Added inet.
14114         (noconfigdirs): Added inet.
14116 Fri Apr 19 15:35:29 1996  Ian Lance Taylor  <ian@cygnus.com>
14118         * configure.in: Don't configure libgloss if we are not configuring
14119         newlib.
14121 Wed Apr 17 19:30:01 1996  Rob Savoye  <rob@chinadoll.cygnus.com>
14123         * configure.in: Don't configure libgloss for unsupported
14124         architectures.
14126 Tue Apr 16 11:17:05 1996  Michael Meissner  <meissner@tiktok.cygnus.com>
14128         * Makefile.in (CLEAN_MODULES): Add clean-apache.
14130 Mon Apr 15 15:09:05 1996  Tom Tromey  <tromey@creche.cygnus.com>
14132         * Makefile.in (ALL_MODULES): Include all-apache.
14133         (CROSS_CHECK_MODULES): Include check-apache.
14134         (INSTALL_MODULES): Include install-apache.
14135         (all-apache): New target.
14137         * configure.in: Added apache everywhere perl is seen.
14139 Mon Apr 15 14:59:13 1996  Michael Meissner  <meissner@tiktok.cygnus.com>
14141         * Makefile.in: Add support for clean-{module} and
14142         clean-target-{module} rules.
14144 Wed Apr 10 21:37:41 PDT 1996  Marilyn E. Sander <msander@cygnus.com>
14146         * configure.in (*-*-ose) do not build libgloss.
14148 Mon Apr  8 16:16:20 1996  Michael Meissner  <meissner@tiktok.cygnus.com>
14150         * config.guess (prep*:SunOS:5.*:*): Turn into
14151         powerpele-unknown-solaris2.
14153 Mon Apr  8 14:45:41 1996  Ian Lance Taylor  <ian@cygnus.com>
14155         * configure.in: Permit --enable-shared to specify a list of
14156         directories.
14158 Fri Apr  5 08:17:57 1996  Jason Molenda  (crash@phydeaux.cygnus.com)
14160         * configure.in (host==solaris): Pass only the first word of $CC
14161         to /usr/bin/which when checking if we're using /usr/ccs/bin/cc.
14163 Fri Apr  5 03:16:13 1996  Jason Molenda  (crash@phydeaux.cygnus.com)
14165         * Makefile.in (BASE_FLAGS_TO_PASS): pass down $(MAKE).
14167 Thu Mar 28 14:11:11 1996  Tom Tromey  <tromey@creche.cygnus.com>
14169         * Makefile.in (ALL_MODULES): Include all-perl.
14170         (CROSS_CHECK_MODULES): Include check-perl.
14171         (INSTALL_MODULES): Include install-perl.
14172         (ALL_X11_MODULES): Include all-guile.
14173         (CHECK_X11_MODULES): Include check-guile.
14174         (INSTALL_X11_MODULES): Include install-guile.
14175         (all-perl): New target.
14176         (all-guile): New target.
14178         * configure.in (host_tools): Include perl and guile.
14179         (native_only): Include perl and guile.
14180         (noconfigdirs): Don't build guile and perl; no ports have been
14181         done.
14183 Tue Mar 26 21:18:50 1996  Andrew Cagney  <cagney@kremvax.highland.com.au>
14185         * configure (--enable-*): Handle quoted option lists such as
14186         --enable-sim-cflags='-g0 -O' better.
14188 Thu Mar 21 11:53:08 1996  Michael Meissner  <meissner@tiktok.cygnus.com>
14190         * Makefile.in ({,inst}all-target): New rule so we can make and
14191         install all of the target directories easily.
14193 Wed Mar 20 18:10:57 1996  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
14195         * configure.in: Add missing global flag in sed substitution when
14196         deleting `target-' from ${configdirs}.
14198 Thu Mar 14 19:15:06 1996  Ian Lance Taylor  <ian@cygnus.com>
14200         * Makefile.in (DO_X): Don't get confused if CC contains `=' in an
14201         option.
14203         * configure.in (mips*-nec-sysvr4*): Use a host_makefile_frag of
14204         config/mh-necv4.
14206         * install.sh: Correct misspelling of transformbasename.
14208         * config.guess: Recognize mips-*-sysv*.
14210 Mon Mar 11 15:36:42 1996  Dawn Perchik  <dawn@critters.cygnus.com>
14212         * config.sub: Recognize mon960.
14214 Sun Mar 10 13:18:38 1996  Ian Lance Taylor  <ian@cygnus.com>
14216         * configure: Restore Canadian Cross handling of BISON and LEX,
14217         removed in Feb 20 change.
14219 Fri Mar  8 20:07:09 1996  Per Bothner  <bothner@kalessin.cygnus.com>
14221         * README:  Suggestions from Torbjorn Granlund <tege@matematik.su.se>:
14222         Mention make install.  Remove the old copyright date as well the
14223         clumsy and rather pointless copyright on the README file.
14225 Fri Mar  8 17:51:35 1996  Ian Lance Taylor  <ian@cygnus.com>
14227         * Makefile.in ($(CONFIGURE_TARGET_MODULES)): If there is a
14228         Makefile after running symlink-tree, then run `make distclean' to
14229         avoid clobbering any generated files in srcdir.
14231 Tue Mar  5 08:21:44 1996  J.T. Conklin  <jtc@rtl.cygnus.com>
14233         * configure.in (m68k-*-netbsd*): Build everything now.
14235 Wed Feb 28 12:25:46 1996  Jason Merrill  <jason@yorick.cygnus.com>
14237         * Makefile.in (taz): Fix quoting.
14239 Tue Feb 27 11:33:57 1996  Doug Evans  <dje@charmed.cygnus.com>
14241         * configure.in (sparclet-*-*): Build everything now.
14243 Tue Feb 27 14:31:51 1996  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
14245         * configure.in (m68k-*-linux*): New host.
14247 Mon Feb 26 14:32:44 1996  Ian Lance Taylor  <ian@cygnus.com>
14249         * configure: Check for bison before byacc.
14251 Tue Feb 20 23:12:35 1996  Stu Grossman  (grossman@critters.cygnus.com)
14253         * Makefile.in configure:  Change the way LEX and BISON/YACC are
14254         set.  configure now defines DEFAULT_LEX and DEFAULT_YACC by
14255         searching PATH.  These are used as fallbacks by Makefile.in if
14256         flex/bison/byacc aren't in objdir.
14258 Mon Feb 19 11:45:30 1996  Ian Lance Taylor  <ian@cygnus.com>
14260         * Makefile.in: Make everything which depends upon all-bfd also
14261         depend upon all-opcodes, in case --with-commonbfdlib is used.
14263 Thu Feb 15 19:50:50 1996  Michael Meissner  <meissner@tiktok.cygnus.com>
14265         * configure.in (host *-*-cygwin32): Don't build gdb if we are
14266         building NT native compilers on Unix.
14268 Thu Feb 15 17:42:25 1996  Ian Lance Taylor  <ian@cygnus.com>
14270         * configure.in: Don't get CC from the host Makefile fragment if we
14271         can find gcc in PATH, or if this is a Canadian Cross.  Move the
14272         Solaris test for /usr/ucb/cc to the post target script, just after
14273         the compiler sanity test.
14275 Wed Feb 14 16:57:40 1996  Ian Lance Taylor  <ian@cygnus.com>
14277         * config.sub: Merge with FSF.
14279 Tue Feb 13 14:27:48 1996  Ian Lance Taylor  <ian@cygnus.com>
14281         * Makefile.in (RPATH_ENVVAR): New variable.
14282         (REALLY_SET_LIB_PATH): Use it.
14283         * configure.in: On HP/UX, set RPATH_ENVVAR to SHLIB_PATH.
14285 Mon Feb 12 15:28:49 1996  Doug Evans  <dje@charmed.cygnus.com>
14287         * config.sub, configure.in: Recognize sparclet cpu.
14289 Mon Feb 12 15:33:59 1996  Christian Bauernfeind <chrisbfd@theorie3.physik.uni-erlangen.de>
14291         * config.guess:  Support m68k-cbm-sysv4.
14293 Sat Feb 10 12:06:42 1996  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
14295         * config.guess (*:Linux:*:*): Guess m68k-unknown-linux and
14296         m68k-unknown-linuxaout from linker help string.  Put quotes around
14297         $ld_help_string.
14299 Thu Dec  7 09:03:24 1995  Tom Horsley  <Tom.Horsley@mail.hcsc.com>
14301         * config.guess (powerpc-harris-powerunix): Add guess for port
14302         to new target.
14304 Thu Feb  8 15:37:52 1996  Brendan Kehoe  <brendan@lisa.cygnus.com>
14306         * config.guess (UNAME_VERSION): Recognize X4.x as an OSF version.
14308 Mon Feb  5 16:36:51 1996  Ian Lance Taylor  <ian@cygnus.com>
14310         * configure.in: If --enable-shared was used, set SET_LIB_PATH to
14311         $(REALLY_SET_LIB_PATH) in Makefile.
14312         * Makefile.in (SET_LIB_PATH): New variable.
14313         (REALLY_SET_LIB_PATH): New variable.
14314         ($(DO_X)): Use $(SET_LIB_PATH).
14315         (install.all, gcc-no-fixedincludes, $(ALL_MODULES)): Likewise.
14316         ($(NATIVE_CHECK_MODULES), $(CROSS_CHECK_MODULES)): Likewise.
14317         ($(INSTALL_MODULES), $(CONFIGURE_TARGET_MODULES)): Likewise.
14318         ($(ALL_TARGET_MODULES), $(CHECK_TARGET_MODULES)): Likewise.
14319         ($(INSTALL_TARGET_MODULES), $(ALL_X11_MODULES)): Likewise.
14320         ($(CHECK_X11_MODULES), $(INSTALL_X11_MODULES)): Likewise.
14321         (all-gcc, all-bootstrap, check-gcc, install-gcc): Likewise.
14322         (install-dosrel): Likewise.
14323         (all-opcodes): Depend upon all-libiberty.
14325 Sun Feb  4 16:51:11 1996  Steve Chamberlain  <sac@slash.cygnus.com>
14327         * config.guess (*:CYGWIN*): New
14329 Sat Feb  3 10:42:35 1996  Michael Meissner  <meissner@tiktok.cygnus.com>
14331         * Makefile.in (all-target-winsup): All all-target-libiberty.
14333 Fri Feb  2 17:58:56 1996  Michael Meissner  <meissner@tiktok.cygnus.com>
14335         * configure.in (noconfigdirs): Add missing # in front of comment.
14337 Thu Feb  1 14:38:13 1996  Geoffrey Noer  <noer@cygnus.com>
14339         * configure.in: add second pass to things added to noconfigdirs
14340         so *-gm-magic can exclude libgloss properly.
14342 Thu Feb  1 11:10:16 1996  Stan Shebs  <shebs@andros.cygnus.com>
14344         * mpw-configure (extralibs_name, rez_name): Set correctly
14345         for MWC68K compiler.
14347         * mpw-README: Add more info on the necessary build tools.
14349 Thu Feb  1 10:22:38 1996  Steve Chamberlain  <sac@slash.cygnus.com>
14351         * configure.in, config.sub: Recognize cygwin32.
14353 Wed Jan 31 14:17:10 1996  Richard Henderson  <rth@tamu.edu>
14355         * config.guess, config.sub: Recognize A/UX.
14357 Wed Jan 31 13:52:14 1996  Ian Lance Taylor  <ian@cygnus.com>
14359         * config.sub: Merge with gcc/config.sub.
14361 Thu Jan 25 11:01:10 1996  Raymond Jou  <rjou@mexican.cygnus.com>
14363         * mpw-build.in (do-binutils): Add build of stamps.
14365 Thu Jan 25 17:05:26 1996  James G. Smith  <jsmith@cygnus.co.uk>
14367         * config.sub: Add recognition for mips64vr4100*-* targets.
14369 Wed Jan 24 12:47:55 1996  Brendan Kehoe  <brendan@lisa.cygnus.com>
14371         * test-build.mk: Add checking of `hpux9' rather than just `hpux'.
14372         Add creation of gconfigargs with `--enable-shared' turned on.
14373         ($(host)-stamp-stage2-configured): Pass $(gconfigargs).
14374         ($(host)-stamp-stage3-configured): Likewise.
14375         (HOLES): Add chatr and ldd.
14376         (i386-ncr-sysv4.3*): Add use of /usr/ccs/bin in the PATH and HOLE_DIRS.
14378 Wed Jan 24 20:32:30 1996  Torbjorn Granlund  <tege@noisy.matematik.su.se>
14380         * configure: Pass --nfp to recursive configures.
14382 Mon Jan 22 10:41:56 1996  Steve Chamberlain  <sac@slash.cygnus.com>
14384         * Makefile.in (DLLTOOL): New.
14385         (DLLTOOL_FOR_TARGET): New.
14386         (EXTRA_HOST_FLAGS): Pass down DLLTOOL.
14387         (EXTRA_TARGET_FLAGS): Ditto.
14388         (EXTRA_GCC_FLAGS): Ditto.
14389         (CONFIGURE_TARGET_MODULES): Ditto.
14390         (DO_X): Ditto.
14391         * configure: Add DLLTOOL.
14393 Fri Jan 19 13:30:15 1996  Stan Shebs  <shebs@andros.cygnus.com>
14395         SCO OpenServer 5 changes from Robert Lipe <robertl@dgii.com>:
14396         * configure.in (i[345]86-*-sco3.2v5*): Use mh-sysv instead of
14397         mh-sco, since old workarounds no longer needed, and don't
14398         build ld, since libraries have weak symbols in COFF.
14400 Sun Jan 14 23:01:31 1996  Fred Fish  <fnf@cygnus.com>
14402         * Makefile.in (CONFIGURE_TARGET_MODULES): Add missing ';'.
14404 Fri Jan 12 15:25:35 1996  Ian Lance Taylor  <ian@cygnus.com>
14406         * configure.in: Make sure that ${CC} can be used to compile an
14407         executable.
14409 Sat Jan  6 07:23:33 1996  Michael Meissner  <meissner@wogglebug.tiac.net>
14411         * Makefile.in (all-gdb): Depend on $(GDB_TK).
14412         * configure (GDB_TK): Set GDB_TK to either "all-tcl all-tk" or
14413         nothing depending on whether gdbtk is being built.
14415 Wed Jan  3 17:54:41 1996  Doug Evans  <dje@canuck.cygnus.com>
14417         * Makefile.in (newlib.tar.gz): Delete building of newlib's info files.
14419 Mon Jan  1 19:09:14 1996  Brendan Kehoe  <brendan@rtl.cygnus.com>
14421         * configure.in (noconfigdirs): Put ld or gas in this early, if the
14422         user specifically used --with-gnu-ld=no or --with-gnu-as=no.
14424 Sat Dec 30 16:08:57 1995  Doug Evans  <dje@canuck.cygnus.com>
14426         * config-ml.in: Add support for
14427         --disable-{softfloat,m68881,m68000,m68020} on m68*-*-*.
14428         Simplify setting of multidirs from --disable-foo.
14430 Fri Dec 29 07:56:11 1995  Michael Meissner  <meissner@tiktok.cygnus.com>
14432         * Makefile.in (EXTRA_GCC_FLAGS): If any of the make variables
14433         LANGUAGES, BOOT_CFLAGS, STMP_FIXPROTO, LIMITS_H_TEST,
14434         LIBGCC1_TEST, LIBGCC2_CFLAGS, LIBGCC2_INCLUDES, and ENQUIRE are
14435         non-empty, pass them on to the  GCC make.
14436         (all-bootstrap): New rule that is like all-gcc, except it executes
14437         the GCC bootstrap rule instead of the GCC all rule.
14439 Wed Dec 27 15:51:48 1995  Doug Evans  <dje@canuck.cygnus.com>
14441         * config-ml.in (ml_realsrcdir): New, to account for ${subdir}.
14443 Tue Dec 26 11:45:31 1995  Michael Meissner  <meissner@tiktok.cygnus.com>
14445         * config.guess (AViiON:dgux:*:*): Update from FSF to add pentium
14446         DG/UX support.
14448 Fri Dec 15 10:01:27 1995  Stan Cox  <coxs@dg-rtp.dg.com>
14450         * config.sub (i*86*) Change [345] to [3456]
14452 Wed Dec 20 17:41:40 1995  Brendan Kehoe  <brendan@lisa.cygnus.com>
14454         * configure.in (noconfigdirs): Add gas or ld if --with-gnu-as=no or
14455         --with-gnu-ld=no.
14457 Wed Dec 20 15:15:35 1995  Michael Meissner  <meissner@tiktok.cygnus.com>
14459         * config-ml.in (rs6000*, powerpc*): Add switches to control which
14460         AIX multilibs get built.
14462 Mon Dec 18 17:55:46 1995  Jason Molenda  (crash@phydeaux.cygnus.com)
14464         * configure.in (i386-win32): Don't build expect if we're not
14465         building the tcl subdir.
14467 Mon Dec 18 11:47:19 1995  Stan Shebs  <shebs@andros.cygnus.com>
14469         * Makefile.in: (configure-target-examples, all-target-examples):
14470         New targets, configure and build example programs.
14472 Fri Dec 15 16:13:03 1995  Stan Shebs  <shebs@andros.cygnus.com>
14474         * mpw-configure: If an mpw-config.in generated a file mk.sed,
14475         use it as input to sedit the generated MPW makefile.
14476         * mpw-README: Add a suggestion about Gestalt.h.
14478 Wed Dec 13 16:43:51 1995  Ian Lance Taylor  <ian@cygnus.com>
14480         * config.sub: Accept *-*-ieee*.
14482 Tue Dec 12 11:52:57 1995  Ian Lance Taylor  <ian@cygnus.com>
14484         * Makefile.in (local-distclean): Remove $(TARGET_SUBDIR).  From
14485         Ronald F. Guilmette <rfg@monkeys.com>.
14487 Mon Dec 11 15:31:58 1995  Jason Molenda  (crash@phydeaux.cygnus.com)
14489         * configure.in (host==powerpc-pe): Add many directories to noconfigdirs
14490         for powerpc-pe native.
14491         (target==i386-win32): add tcl, make to noconfigdirs if canadian cross.
14492         (target==powerpc-pe): duplicate i386-win32 entry.
14494 Sat Dec  9 14:58:28 1995  Jim Wilson  <wilson@chestnut.cygnus.com>
14496         * configure.in (noconfigdirs): Exclude target-newlib for all versions
14497         of vxworks, not just vxworks5.1.
14499 Mon Dec  4 12:05:40 1995  Stan Shebs  <shebs@andros.cygnus.com>
14501         * mpw-configure: Add support for exec-prefix.
14503 Mon Dec  4 10:22:50 1995  Jeffrey A. Law  <law@rtl.cygnus.com>
14505         * config.guess: Recognize HP model 816 machines as having
14506         a PA1.1 processor.
14508 Mon Dec  4 12:38:15 1995  Ian Lance Taylor  <ian@cygnus.com>
14510         * configure: Ignore new autoconf configure options.
14512 Thu Nov 30 16:57:33 1995  Per Bothner  <bothner@wombat.gnu.ai.mit.edu>
14514         * config.guess:  Recognize Pentium under SCO.
14515         From Robert Lipe <robertl@arnet.com>.
14517 Wed Nov 29 13:49:08 1995  J.T. Conklin  <jtc@rtl.cygnus.com>
14519         * configure.in (noconfigdirs): Disable target-libio on v810-*-*.
14521 Wed Nov 29 12:12:01 1995  Ian Lance Taylor  <ian@cygnus.com>
14523         * configure.in: Don't configure gas for alpha-dec-osf*.
14525 Tue Nov 28 17:16:48 1995  Ian Lance Taylor  <ian@cygnus.com>
14527         * configure.in: Default to --with-stabs for some targets for which
14528         it makes sense: mips*-*-*, alpha*-*-osf*, i[345]86*-*-sysv4* and
14529         i[345]86*-*-unixware*.
14531 Mon Nov 27 13:44:15 1995  Ian Lance Taylor  <ian@cygnus.com>
14533         * config-ml.in: Get list of multidirs using gcc --print-multi-lib
14534         rather than basing it on the target.  Simplify handling of options
14535         controlling which directories to configure.  Remove extraneous
14536         slash in multi-clean target.
14538 Fri Nov 24 17:29:29 1995  Doug Evans  <dje@deneb.cygnus.com>
14540         * config-ml.in: Prefix more variables with ml_ so they don't collide
14541         with configure's.
14543 Wed Nov 22 11:27:02 1995  Ian Lance Taylor  <ian@cygnus.com>
14545         * configure: Don't turn -v into --v.
14547 Tue Nov 21 16:48:02 1995  Doug Evans  <dje@deneb.cygnus.com>
14549         * configure.in (targargs): Fix typo.
14551         * Makefile.in (DEVO_SUPPORT): Add symlink-tree.
14553 Tue Nov 21 14:08:28 1995  Ian Lance Taylor  <ian@cygnus.com>
14555         * configure.in: Strip --host and --target options from
14556         CONFIG_ARGUMENTS, and always configure for --host only.  Add
14557         --with-cross-host option when building with a cross-compiler.
14558         * configure: Canonicalize the arguments put into config.status by
14559         always using `=' for an option with an argument.  Pass a presumed
14560         --host or --target explicitly.
14562 Fri Nov 17 17:50:30 1995  Stan Shebs  <shebs@andros.cygnus.com>
14564         * config.sub: Merge -macos*, -magic*, -pe*, and -win32 cases
14565         into general OS recognition case.
14567 Fri Nov 17 17:42:25 1995  Jason Molenda  (crash@phydeaux.cygnus.com)
14569         * configure.in (target_configdirs): add target-winsup only
14570         for win32 target systems.
14572 Thu Nov 16 14:04:47 1995  Ian Lance Taylor  <ian@cygnus.com>
14574         * Makefile.in (all-target-libgloss): Depend upon
14575         configure-target-newlib, since when libgloss is built it looks to
14576         see if the newlib directory exists.
14578 Wed Nov 15 14:47:52 1995  Ken Raeburn  <raeburn@cygnus.com>
14580         * Makefile.in (DEVO_SUPPORT): Use config-ml.in instead of
14581         cfg-ml-*.in.
14583 Wed Nov 15 11:45:23 1995  Ian Lance Taylor  <ian@cygnus.com>
14585         * configure: Handle LD and LD_FOR_TARGET when configuring a
14586         Canadian Cross.
14588 Tue Nov 14 14:56:11 1995  Jason Molenda  (crash@phydeaux.cygnus.com)
14590         * configure.in (target_libs): add target-winsup.
14591         (target==i386-win32): add patch diff flex make to $noconfigdirs.
14592         (target==ppcle-pe): remove ld from $noconfigdirs.
14594 Tue Nov 14 01:25:50 1995  Doug Evans  <dje@canuck.cygnus.com>
14596         * Makefile.in (CONFIGURE_TARGET_MODULES): Pass --with-target-subdir.
14597         Preserve relative path names in $srcdir.  Build symlink tree if
14598         configuring cross target dir and srcdir=. (= no VPATH support).
14599         (configure-target-libg++): Depend on configure-target-librx.
14600         * cfg-ml-com.in, cfg-ml-pos.in: Deleted.
14601         * config-ml.in: New file.
14602         * symlink-tree: New file.
14603         * configure: Ensure srcdir="." if that's what it is.
14605 Mon Nov 13 12:34:20 1995  Stan Shebs  <shebs@andros.cygnus.com>
14607         * mpw-README: Clarify some phrasing, add notes about CodeWarrior
14608         includes and FLEX_SKELETON setting.
14609         * mpw-configure (--with-gnu-ld): New option, controls whether
14610         to use PPCLink or ld with PowerMac GCC.
14611         * mpw-build.in (all-grez, do-grez, install-grez): New targets.
14612         * mpw-config.in: Configure grez if targeting Mac.
14614         * config.sub: Accept pmac and pmac-mpw as names for PowerMacs,
14615         accept mpw and mac-mpw as names for m68k Macs, change macos7 to
14616         just macos.
14617         * configure.in: Configure grez resource compiler if targeting Mac.
14618         * Makefile.in (all-grez, install-grez): New targets.
14620 Wed Nov  8 17:33:51 1995  Jason Merrill  <jason@yorick.cygnus.com>
14622         * configure: CXX defaults to gcc, not g++.  If we find
14623         gcc in the path, set CC to gcc -O2.
14625 Tue Nov  7 15:45:17 1995  Ian Lance Taylor  <ian@cygnus.com>
14627         * configure: Default ${build} correctly.  Avoid picking up extra
14628         spaces when reading CC and CXX from Makefile.  When doing a
14629         Canadian Cross, use plausible default values for numerous
14630         variables.
14631         * configure.in: When doing a Canadian Cross, don't try to
14632         configure tools whose configure script can't handle it.
14634 Mon Nov  6 19:32:17 1995  Jim Wilson  <wilson@chestnut.cygnus.com>
14636         * cfg-ml-com.in (sh-*-*): Add m2 and ml/m2 to multidirs.
14638 Sun Nov  5 00:15:41 1995  Per Bothner  <bothner@kalessin.cygnus.com>
14640         * configure:  Remove dubious bug reporting address.
14642 Fri Nov  3 08:17:54 1995  Per Bothner  <bothner@kalessin.cygnus.com>
14644         * Makefile.in ($(CONFIGURE_TARGET_MODULES)):  If subdir has
14645         configure script, run that instead of this directory's configure.
14646         In either case, print a message that we're configuring the sub-dir.
14648 Thu Nov  2 23:23:36 1995  Per Bothner  <bothner@kalessin.cygnus.com>
14650         * configure.in: Before checking for the existence of various files,
14651         use sed to filter out "target-".
14653 Thu Nov  2 13:24:56 1995  Ian Lance Taylor  <ian@cygnus.com>
14655         * Makefile.in (DO_X): Split rule to decrease command line length
14656         for systems with small ARG_MAX values.  From phdm@info.ucl.ac.be
14657         (Philippe De Muyter).
14659 Wed Nov  1 15:18:35 1995  Jason Molenda  (crash@phydeaux.cygnus.com)
14661         * Makefile.in (all-patch): depend on all-libiberty.
14663 Wed Nov  1 12:23:20 1995  Ian Lance Taylor  <ian@cygnus.com>
14665         * configure.in: If the only directory in target_configdirs which
14666         actually exists is libiberty, then set target_configdirs to empty,
14667         to avoid trying to build a target libiberty in a gas or gdb
14668         distribution.
14670 Tue Oct 31 17:52:39 1995  J.T. Conklin  <jtc@slave.cygnus.com>
14672         * configure.in (host_makefile_frag): Use m68k-sun-sunos* instead
14673         of m68k-sun-* when selecting mh-sun3 to avoid matching NetBSD/sun3
14674         systems.
14676 Tue Oct 31 16:57:32 1995  Jim Wilson  <wilson@chestnut.cygnus.com>
14678         * configure.in (copy_dirs): Use sys-include instead of include
14679         for --with-headers option.
14681 Tue Oct 31 10:29:36 1995  steve chamberlain  <sac@slash.cygnus.com>
14683         * Makefile.in, configure.in: Make winsup builds work with
14684         new scheme.
14686 Mon Oct 30 18:57:09 1995  Ian Lance Taylor  <ian@cygnus.com>
14688         * configure.in: Build the linker on AIX.
14690 Mon Oct 30 12:27:16 1995  Per Bothner  <bothner@kalessin.cygnus.com>
14692         * Makefile.in (CC_FOR_TARGET, CXX_FOR_TARGET):  Add $(TARGET_SUBDIR)
14693         where needed.
14695 Mon Oct 30 12:45:25 1995  Doug Evans  <dje@cygnus.com>
14697         * Makefile.in (all-gcc): Fix typo.
14699 Sat Oct 28 10:27:59 1995  Per Bothner  <bothner@kalessin.cygnus.com>
14701         * Makefile.in ($(CHECK_TARGET_MODULES)):  Fix typo.
14703 Fri Oct 27 23:14:12 1995  Per Bothner  <bothner@kalessin.cygnus.com>
14705         * configure.in:  Rename libFOO to target-libFOO, and xiberty
14706         to target-xiberty, to provide more flexibility.
14707         (target_subdir):  Define.  Create if cross.
14708         Set TARGET_SUBDIR in Makefile to ${target_subdir}.
14709         * Makefile.in:  Rename all-libFOO -> all-target-libFOO, all-xiberty
14710         -> all-target-libiberty, configure-libFOO -> configure-target-libFOO,
14711         check-libFOO -> check-target-libFOO, etc.
14712         ($(DO_X)):  Iterate over TARGET_CONFIGDIRS after SUBDIRS.
14713         ($(CONFIGURE_TARGET_MODULES), $(CHECK_TARGET_MODULES),
14714         $(ALL_TARGET_MODULES), $(INSTALL_TARGET_MODULES)): Update accordingly.
14715         (configure-target-XXX):  Depend on $(ALL_GCC), not all-gcc, to
14716         allow ALL_GCC="" to only configure.
14717         (DEVO_SUPPORT):  Add cfg-ml-com.in and cfg-ml-pos.in.
14718         (ETC_SUPPORT, ETC_SUPPORT_PFX):  Merge;  update 'taz' accordingly.
14719         (LIBGXX_SUPPORT_DIRS):  Remove xiberty.
14721 Sat Oct 28 01:53:49 1995  Ken Raeburn  <raeburn@cygnus.com>
14723         * Makefile.in (taz): Build "info" in etc explicitly.
14725 Fri Oct 27 09:32:30 1995  Stu Grossman  (grossman@cygnus.com)
14727         * configure.in:  Make sure that CC is undefined (as opposed to
14728         null) if toplevel/config/mh-{host} doesn't define it.  Fixes a
14729         problem with autoconf trying to configure on a host without GCC.
14731 Thu Oct 26 22:35:01 1995  Stan Shebs  <shebs@andros.cygnus.com>
14733         * mpw-configure: Set host alias from choice of host compiler,
14734         only use generic MPW Makefile sed if present, edit a file
14735         named "hacked_Makefile.in" instead of "Makefile.in" if present.
14736         * mpw-README: Add problem notes about CW6 and CW7.
14738 Thu Oct 26 05:45:10 1995  Ken Raeburn  <raeburn@kr-pc.cygnus.com>
14740         * Makefile.in (taz): Use ";" instead of ";;".
14742 Wed Oct 25 15:18:24 1995  Per Bothner  <bothner@kalessin.cygnus.com>
14744         * Makefile.in (taz):  Grep for '^diststuff:' or '^info:' in
14745         sub-directory Makefiles, instead of using DISTSTUFFDIRS and
14746         DISTDOCDIRS.
14747         (DISTSTUFFDIRS, DISTDOCDIRS):  Removed - no longer used.
14748         (newlib.tar.gz):  Don't pass DISTDOCDIRS to recursive make.
14750 Wed Oct 25 14:43:55 1995  Per Bothner  <bothner@kalessin.cygnus.com>
14752         * Makefile.in (DISTDOCDIRS):  Remove ld gprof bnutils gas libg++ gdb
14753         and gnats, because they are now subsumed by DISTSTUFFDIRS.
14754         Move bfd to DISTSTUFFDIRS.
14756 Tue Oct 24 18:19:09 1995  Jason Molenda  (crash@phydeaux.cygnus.com)
14758         * Makefile.in (X11_LIB): Removed.
14759         (X11_FLAGS_TO_PASS): pass only X11_EXTRA_CFLAGS and X11_EXTRA_LIBS.
14761         * configure.in (host_makefile_frag): mh-aix & mh-sun removed.
14763 Sun Oct 22 13:04:42 1995  Michael Meissner  <meissner@tiktok.cygnus.com>
14765         * cfg-ml-com.in (powerpc*): Shorten some of the multilib directory
14766         names.
14768 Fri Oct 20 18:02:10 1995  Michael Meissner  <meissner@tiktok.cygnus.com>
14770         * cfg-ml-com.in (powerpc*-eabi*): Add mcall-aixdesc varients.
14772 Thu Oct 19 10:40:57 1995  steve chamberlain  <sac@slash.cygnus.com>
14774         * configure.in (i[345]86-*-win32): Always build newlib.
14775         Don't configure cvs, autoconf or texinfo.
14776         * Makefile.in (LD_FOR_TARGET): New.
14777         (BASE_FLAGS_TO_PASS, EXTRA_TARGET_FLAGS, CONFIGURE_TARGET_MODULES):
14778         Pass down LD_FOR_TARGET.
14780 Wed Oct 18 15:53:56 1995  steve chamberlain  <sac@slash.cygnus.com>
14782         * winsup: New directory.
14783         * Makefile.in: Build winsup.
14784         * configure.in: Winsup is configured when target is win32.
14785         Can only build win32 target GDB when native.
14787 Mon Oct 16 09:42:31 1995  Jeffrey A Law  (law@cygnus.com)
14789         * config.guess: Recognize HP model 819 machines as having
14790         a PA 1.1 processor.
14792 Mon Oct 16 10:49:43 1995  Ian Lance Taylor  <ian@cygnus.com>
14794         * configure: Fix sed loop which substitutes for CC and CXX to
14795         avoid bug found in various sed implementations.
14797 Wed Oct 11 16:16:20 1995  Michael Meissner  <meissner@tiktok.cygnus.com>
14799         * cfg-ml-com.in (powerpc-*-eabisim): Delete separate rule for
14800         simulator.  Use standard powerpc-*-eabi*.
14802 Mon Oct  9 17:21:56 1995  Ian Lance Taylor  <ian@cygnus.com>
14804         * configure.in: Stop putting gas and binutils in noconfigdirs for
14805         powerpc-*-aix* and rs6000-*-*.
14807 Mon Oct  9 12:38:40 1995  Michael Meissner  <meissner@cygnus.com>
14809         * cfg-ml-com.in (powerpc*-*-eabisim*): Add support for building
14810         -mcall-aixdesc libraries.
14812 Fri Oct  6 16:17:57 1995  Ken Raeburn  <raeburn@cygnus.com>
14814         Mon Sep 25 22:49:32 1995  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
14816         * config.sub (arm | armel | armeb): Fix shell syntax.
14818 Fri Oct  6 14:40:28 1995  Michael Meissner  <meissner@tiktok.cygnus.com>
14820         * cfg-ml-com.in ({powerpc,rs6000}-ibm-aix*): Add multilibs for
14821         -msoft-float and -mcpu=common support.
14822         (powerpc*-*-eabisim*): Add support for building -mcall-aix
14823         libraries.
14825 Thu Oct  5 13:26:37 1995  Brendan Kehoe  <brendan@lisa.cygnus.com>
14827         * configure.in: Allow configuration and build of emacs19 for the alpha.
14829 Wed Oct  4 22:05:36 1995  Jason Molenda  (crash@phydeaux.cygnus.com)
14831         * configure.in (CC): Get ^CC, not just any old CC, from
14832         ${host_makefile_frag}.
14834 Wed Oct  4 21:55:00 1995  Jason Molenda  (crash@phydeaux.cygnus.com)
14836         * configure.in (CC): Try to get CC from
14837         ${srcdir}/${host_makefile_frag}, not ${host_makefile_frag}.
14839 Wed Oct  4 21:44:12 1995  Jason Molenda  (crash@phydeaux.cygnus.com)
14841         * Makefile.in (TARGET_CONFIGDIRS): configure targetdirs
14842         only if it exists in $(srcdir).
14844 Wed Oct  4 11:52:31 1995  Ian Lance Taylor  <ian@cygnus.com>
14846         * configure: If CC and CXX are not set in the environment, set
14847         them, based on either an existing Makefile or on searching for gcc
14848         in PATH.  Substitute for CC and CXX in Makefile.
14849         * configure.in: Remove libm from target_libs.  Separate
14850         target_configdirs from configdirs.  If CC is not set in
14851         environment, try to get it from a host Makefile fragment.  Rewrite
14852         changes of configdirs to use skipdirs instead.  A few minor
14853         tweaks.  Take directories out of target_configdirs as they are
14854         taken out of configdirs.  Remove existing Makefile files from
14855         subdirectories.  Substitute for TARGET_CONFIGDIRS and
14856         CONFIG_ARGUMENTS in Makefile.
14857         * Makefile.in (TARGET_CONFIGDIRS): New variable, automatically set
14858         by configure.in.
14859         (CONFIG_ARGUMENTS): Likewise.
14860         (CONFIGURE_TARGET_MODULES): New variable.
14861         ($(DO_X)): Loop over TARGET_CONFIGDIRS as well as SUBDIRS.
14862         ($(CONFIGURE_TARGET_MODULES)): New target.
14863         (configure-libg++, configure-libio): New targets.
14864         (all-libg++): Depend upon configure-libg++.
14865         (all-libio): Depend upon configure-libio.
14866         (configure-libgloss, all-libgloss): New targets.
14867         (configure-libstdc++): New target.
14868         (all-libstdc++): Depend upon configure-libstdc++.
14869         (configure-librx, all-librx): New targets.
14870         (configure-newlib): New target.
14871         (all-newlib): Depend upon configure-newlib
14872         (configure-xiberty): New target.
14873         (all-xiberty): Depend upon configure-xiberty.
14875 Sat Sep 30 04:32:59 1995  Jason Molenda (crash@phydeaux.cygnus.com)
14877         * configure.in (host i[345]86-*-win32):  Expand the
14878         noconfigdirs again.
14880 Thu Sep 28 21:18:49 1995  Stan Shebs  <shebs@andros.cygnus.com>
14882         * mpw-configure: Fix sed command file name.
14884 Thu Sep 28 17:39:56 1995  steve chamberlain  <sac@slash.cygnus.com>
14886         * configure.in (host i[345]86-*-win32): Reduce the
14887         noconfigdirs again.
14889 Wed Sep 27 12:24:00 1995  Ian Lance Taylor  <ian@cygnus.com>
14891         * configure.in: Don't configure ld and gdb for powerpc*-*-winnt*
14892         or powerpc*-*-pe*, since they are not yet supported.
14894 Tue Sep 26 14:30:01 1995  Stan Shebs  <shebs@andros.cygnus.com>
14896         Add PowerMac support and many other enhancements.
14897         * mpw-configure: New option --cc to select compiler to use,
14898         paste options set according to --cc into the generated
14899         Makefile, generate the Makefile by sed'ing the Unix Makefile.in
14900         if mpw-make.sed is present.
14901         * mpw-config.in: Don't test for gC1, test for mpw-touch,
14902         add forward includes for PowerPC include files.
14903         * mpw-build.in: Build using Makefile.PPC if present.
14904         (do-byacc, etc): Remove separate version resource builds.
14905         (do-gas): Build "stamps" before "all".
14906         (do-gcc): Build "stamps-h" and "stamps-c" before "all".
14907         * mpw-README: Update to reflect --cc option, PowerMac support,
14908         and recently-reported compatibility problems.
14910 Fri Sep 22 12:15:42 1995  Doug Evans  <dje@deneb.cygnus.com>
14912         * cfg-ml-com.in (m68*-*-*): Only build multilibs for
14913         embedded m68k systems (-aout, -coff, -elf, -vxworks).
14914         (--with-multilib-top): Pass to recursive invocations.
14916 Tue Sep 19 13:51:05 1995  J.T. Conklin  <jtc@blues.cygnus.com>
14918         * configure.in (noconfigdirs): Disable libg++ and libstdc++ on
14919         v810-*-*.
14921 Mon Sep 18 23:08:26 1995  J.T. Conklin  <jtc@rtl.cygnus.com>
14923         * configure.in (noconfigdirs): Disable bfd, binutils, gas, gcc,
14924         gdb, ld and opcodes on v810-*-*.
14926 Tue Sep 12 18:03:31 1995  Ian Lance Taylor  <ian@cygnus.com>
14928         * Makefile.in (DO_X): Change do-realclean to do-maintainer-clean.
14929         (local-maintainer-clean): New target.
14930         (maintainer-clean): New target.
14931         (realclean): Just depend upon maintainer-clean.
14933 Fri Sep  8 17:11:14 1995  J.T. Conklin  <jtc@rtl.cygnus.com>
14935         * configure.in (noconfigdirs): Disable gdb on m68k-*-netbsd*.
14937 Fri Sep  8 16:46:29 1995  Ian Lance Taylor  <ian@cygnus.com>
14939         * configure.in: Build ld in mips*-*-bsd* case.
14941 Thu Sep  7 20:03:41 1995  Ken Raeburn  <raeburn@cygnus.com>
14943         * config.sub: Accept -lites* OS.  From Ian Dall.
14945 Fri Sep  1 08:06:58 1995  James G. Smith  <jsmith@beauty.cygnus.com>
14947         * config.sub: recognise mips64vr4300 and mips64vr4300el as valid
14948         targets.
14950 Wed Aug 30 21:06:50 1995  Jason Molenda  (crash@phydeaux.cygnus.com)
14952         * configure.in: treat i386-win32 canadian cross the same as
14953         i386-go32 canadian cross.
14955 Thu Aug 24 14:53:20 1995  Michael Meissner  <meissner@tiktok.cygnus.com>
14957         * cfg-ml-com.in (powerpc*-*-eabisim): Add support for PowerPC
14958         running under the simulator to build a reduced set of libraries.
14959         (powerpc-*-eabiaix): Add fine grained multilib support added to
14960         other powerpc targets yesterday.
14962 Wed Aug 23 09:41:56 1995  Michael Meissner  <meissner@tiktok.cygnus.com>
14964         * cfg-ml-com.in (powerpc*): Add support for -disable-biendian,
14965         -disable-softfloat, -disable-relocatable, -disable-aix, and
14966         -disable-sysv to control which multilib libraries get built.
14968 Thu Aug 17 16:03:41 1995  Ken Raeburn  <raeburn@kr-laptop.cygnus.com>
14970         * configure: Add Makefile.tem to list of files to remove in trap
14971         handler.
14973 Mon Aug 14 19:27:56 1995  Per Bothner  <bothner@kalessin.cygnus.com>
14975         * config.guess (*Linux*):  Add missing "exit"s.
14976         Also, need specific check for alpha-unknown-linux (uses COFF).
14978 Fri Aug 11 15:38:20 1995  Per Bothner  <bothner@kalessin.cygnus.com>
14980         * config.guess:  Merge with FSF:
14982         Wed Jun 28 17:57:27 1995  David Edelsohn  <edelsohn@mhpcc.edu>
14983         * config.guess (AIX4): More robust release numbering discovery.
14985         Thu Jun 22 19:01:24 1995  Kenneth Stailey  (kstailey@eagle.dol-esa.gov)
14986         * config.guess (i386-sequent-ptx): Properly get version number.
14988         Thu Jun 22 18:36:42 1995  Uwe Seimet  (seimet@iris1.chemie.uni-kl.de)
14989         * config.guess (mips:*:4*:UMIPS): New case.
14991 Mon Aug  7 09:21:35 1995  Doug Evans  <dje@canuck.cygnus.com>
14993         * configure.in (i386-go32 host): Fix typo (deja-gnu -> dejagnu).
14994         (i386-win32 host): Likewise.  Don't build readline.
14996 Sat Aug  5 09:51:49 1995  Fred Fish  <fnf@rtl.cygnus.com>
14998         * Makefile.in (GDBTK_SUPPORT_DIRS):  Define and pass as part of
14999         SUPPORT_FILES to submakes.
15001 Fri Aug  4 13:04:36 1995  Fred Fish  <fnf@cygnus.com>
15003         * Makefile.in (GDB_SUPPORT_DIRS): Add utils.
15004         (DEVO_SUPPORT): Add mpw-README, mpw-build.in, mpw-config.h and
15005         mpw-configure.
15007 Wed Aug  2 16:32:40 1995  Ken Raeburn  <raeburn@cygnus.com>
15009         * configure.in (appdirs): Use =, not ==, in test expression when
15010         trying to build the text to print in the warning message for
15011         Solaris users.
15013 Mon Jul 31 09:56:18 1995  steve chamberlain  <sac@slash.cygnus.com>
15015         * cfg-ml-com.in (z8k-*-coff): Add 'std' multilib build.
15017 Fri Jul 28 00:16:31 1995  Jeffrey A. Law  <law@rtl.cygnus.com>
15019         * config.guess: Recognize lynx-2.3.
15021 Thu Jul 27 15:47:59 1995  steve chamberlain  <sac@slash.cygnus.com>
15023         * config.sub (z8ksim): Deleted
15024         (z8k-*-coff): New, this is the one true name of the target.
15026 Thu Jul 27 14:33:33 1995  Doug Evans  <dje@canuck.cygnus.com>
15028         * cfg-ml-pos.in (dotdot): Work around SunOS sed bug.
15030 Thu Jul 27 13:31:05 1995  Fred Fish  (fnf@cygnus.com)
15032         * config.guess (*:Linux:*:*): First try asking the linker what the
15033         default object file format is (elf, aout, or coff).  Then if this
15034         fails, try previous methods.
15036 Thu Jul 27 11:28:17 1995  J.T. Conklin  <jtc@rtl.cygnus.com>
15038         * configure.in: Don't build newlib for *-*-vxworks5.1.
15040 Thu Jul 27 11:18:47 1995  Brendan Kehoe  <brendan@lisa.cygnus.com>
15042         * configure.in: Don't build newlib for a29k-*-vxworks5.1.
15043         * test-build.mk: Add setting of --with-headers for a29k-vxworks5.1.
15045 Tue Jul 25 21:25:39 1995  Doug Evans  <dje@canuck.cygnus.com>
15047         * cfg-ml-pos.in (MULTITOP): Trim excess trailing "/.".
15049 Fri Jul 21 10:41:12 1995  Doug Evans  <dje@canuck.cygnus.com>
15051         * cfg-ml-com.in: New file.
15052         * cfg-ml-pos.in: New file.
15054 Wed Jul 19 00:37:27 1995  Jeffrey A. Law  <law@rtl.cygnus.com>
15056         * COPYING.NEWLIB: Add HP free copyright to list.
15058 Tue Jul 18 10:58:51 1995  Michael Meissner  <meissner@tiktok.cygnus.com>
15060         * config.sub: Recognize -eabi* for the system, not just -eabi.
15062 Mon Jul  3 13:44:51 1995  Steve Chamberlain  <sac@slash.cygnus.com>
15064         * Makfile.in (DLLTOOL_FOR_TARGET): New name, pass it down.
15065         * config.sub, configure.in (win32): New target and host.
15067 Wed Jun 28 23:57:08 1995  Steve Chamberlain  <sac@slash.cygnus.com>
15069         * configure.in: Add i386-pe configuration.
15071 Fri Jun 23 14:28:44 1995  Stan Shebs  <shebs@andros.cygnus.com>
15073         * mpw-build.in (install): Install GDB after LD.
15075 Thu Jun 22 17:10:53 1995  Stan Shebs  <shebs@andros.cygnus.com>
15077         * mpw-config.in (elf/mips.h): Always forward-include, needed
15078         for GDB to build.
15080 Wed Jun 21 15:17:30 1995  Rob Savoye  <rob@darkstar.cygnus.com>
15082         * testsuite: New directory for customer acceptance and whole tool
15083         chain tests.
15085 Wed Jun 21 16:50:29 1995  Ken Raeburn  <raeburn@cujo.cygnus.com>
15087         * configure: If per-host line isn't found, but AC_OUTPUT is found
15088         and a configure script exists, run it instead.
15090 Thu Jun 15 21:09:24 1995  Per Bothner  <bothner@kalessin.cygnus.com>
15092         * config.guess:  Update from FSF, for alpha-dec-winnt3.5 and  Crays.
15094 Tue Jun 13 21:43:27 1995  Rob Savoye  <rob@darkstar.cygnus.com>
15096         * configure: Set build_{cpu,vendor,os,alias} to host values when
15097         --build isn't specified.
15099 Mon Jun  5 18:26:36 1995  Jason Merrill  <jason@phydeaux.cygnus.com>
15101         * Makefile.in (PICFLAG, PICFLAG_FOR_TARGET): New macros.
15102         (FLAGS_TO_PASS): Pass them.
15103         (EXTRA_TARGET_FLAGS): Ditto.
15105 Wed May 31 22:27:42 1995  Jim Wilson  <wilson@chestnut.cygnus.com>
15107         * Makefile.in (all-libg++): Depend on all-libstdc++.
15109 Thu May 25 22:40:59 1995  J.T. Conklin  <jtc@rtl.cygnus.com>
15111         * configure.in (noconfigdirs): Enable all packages for
15112           i386-unknown-netbsd.
15114 Sat May 20 13:22:31 1995  Angela Marie Thomas  <angela@cirdan.cygnus.com>
15116         * configure.in (noconfigdirs): Don't configure tk for i386-go32
15117         hosted builds (DOS builds)
15119 Thu May 18 18:08:49 1995  Ken Raeburn  <raeburn@kr-laptop.cygnus.com>
15121         Changes for ARM based on patches from Richard Earnshaw:
15122         * config.sub: Handle armeb and armel.
15123         * configure.in: Omit arm linker only for riscix.
15125 Thu May 11 17:23:26 1995  Per Bothner  <bothner@kalessin.cygnus.com>
15127         * config.guess:  Update from FSF.
15129 Tue May  9 15:52:05 1995  Michael Meissner  <meissner@cygnus.com>
15131         * config.sub: Recognize powerpcle as the little endian variant of
15132         the PowerPC.  Recgonize ppc as a PowerPC variant, and ppcle as a
15133         powerpcle variant.  Convert pentium into i586, not i486.  Add p5
15134         alias for i586.  Map new x86 variants p6, k5, nexgen into i586
15135         temporarily.
15137 Tue May  2 16:29:41 1995  Jeff Law  (law@snake.cs.utah.edu)
15139         * configure.in (hppa*-*-lites*): Treat like hppa*-*-*elf*.
15141 Sun Apr 30 21:38:09 1995  Jeff Law  (law@snake.cs.utah.edu)
15143         * config.sub: Accept -lites* as a basic system type.
15145 Thu Apr 27 11:33:29 1995  Michael Meissner  (meissner@cygnus.com)
15147         * config.guess (*:Linux:*:*): Check for whether the pre-BFD linker is
15148         installed, and if so return linuxoldld as the system name.
15150 Wed Apr 26 10:59:02 1995  Jeff Law  (law@snake.cs.utah.edu)
15152         * config.guess: Add hppa1.1-hp-lites support.
15154 Tue Apr 25 11:08:11 1995  Rob Savoye  <rob@darkstar.cygnus.com>
15156         * configure.in: Don't build newlib for m68k-vxworks5.1.
15158 Wed Apr 19 17:02:43 1995  Jim Wilson  <wilson@chestnut.cygnus.com>
15160         * configure.in (mips-sgi-irix6): Use mh-irix5.
15162 Fri Apr 14 15:21:17 1995  Doug Evans  <dje@chestnut.cygnus.com>
15164         * Makefile.in (all-gcc): Depend on all-ld (for libgcc1-test).
15166 Wed Apr 12 16:06:01 1995  Jason Merrill  <jason@phydeaux.cygnus.com>
15168         * test-build.mk: Enable building of shared libraries on IRIX 5 and
15169         OSF/1.  Fix compiler flags.
15170         * build-all.mk: Support Linux and OSF/1 3.0.  Fix compiler flags.
15172 Tue Apr 11 18:55:40 1995  Doug Evans  <dje@canuck.cygnus.com>
15174         * configure.in: Recognize --with-newlib.
15175         (sparc-*-sunos4*): Build sim, dejagnu, expect, tcl if cross target.
15177 Mon Apr 10 14:38:20 1995  Jason Molenda (crash@phydeaux.cygnus.com)
15179         * Makefile.in: move {all,check,install}-gdb from *_MODULES
15180         to *_X11_MODULES due to gdbtk needing X include files et al.
15182 Mon Apr 10 11:42:22 1995  Stan Shebs  <shebs@andros.cygnus.com>
15184         Merge in support for Mac MPW as a host.
15185         (Old change descriptions retained for informational value.)
15187         * mpw-config.in: Add generic include forwards for cpu-specific
15188         include files in aout and elf directories.
15190         * mpw-configure: Added copyright.
15191         * mpw-config.in: Check for presence of required build tools.
15192         (target_libs): Add newlib.
15193         (target_tools): Add examples.
15194         (Read Me): Generate as "Read Me for MPW" instead.
15195         * mpw-build.in: Base sub-builds on all-foo instead of do-foo.
15196         (all-byacc, do-byacc, all-flex, do-flex, do-newlib): New actions.
15197         (do-gas, do-gcc, do-gdb, do-ld): Build Version.r first.
15199         * mpw-configure: Remove subdir-specific makefile hackery,
15200         delete mk.tmp after using it.
15202         * mpw-build.in (all): Display start and end times.
15204         * mpw-configure (host_canonical): Set.
15205         (target_cpu): Always add to makefiles.
15206         (ARCHDEFS, EMUL): Add to makefile only if nonempty.
15207         (TM_FILE, XM_FILE, NM_FILE): No longer add to makefile.
15208         (mpw-mh-mpw): Look for in srcdir and srcroot.
15209         Use sed instead of mpw-edit-prefix to edit prefix definitions.
15211         * mpw-build.in: (install-only): New target.
15213         * mpw-configure (host_alias, target_alias): Rename from hostalias
15214         and targetalias, add into generated Makefile.
15215         (mk.tmp): If present, add into generated Makefile.
15216         * mpw-build.in (all-gas): Build config.h first before gas proper.
15218         * mpw-configure (config.status): Write only if changed.
15219         * mpw-config.in (readline): Configure it (not built, just used for
15220         definitions).
15222         * mpw-config.in (elf/mips.h): Add a forward include.
15224         * mpw-config.in: Forward-include most .h files in include into
15225         extra-include.
15226         (readline): Don't build.
15227         mpw-build.in (install): Install GDB.
15229         * mpw-configure (prefix, mpw_prefix): Handle it.
15230         * mpw-config.in (mmalloc, readline): Don't configure.
15231         * mpw-build.in (thisscript): Rename to ThisScript.
15232         Use mpw-build instead of BuildProgram everywhere.
15233         (mmalloc, readline): Don't build.
15234         * mpw-README: New file, basic documentation about the MPW port.
15236         * mpw-config.in: Use forward-include to create include files.
15238         * mpw-configure: Add more things to the top of each configured
15239         Makefile, including contents of config/mpw-mh-mpw.
15240         * mpw-config.in (extra-include): Create this directory and fill it
15241         with Posix-like include files when configuring.
15243         * config.sub (apple, mac, mpw): Add various aliases.
15245         * mpw-build.in: New file, top-level build script fragment for MPW.
15246         * mpw-configure: New file, configure script for MPW.
15247         * mpw-config.in: New file, config fragment for MPW.
15249 Fri Apr  7 19:33:16 1995  Jim Kingdon  (kingdon@lioth.cygnus.com)
15251         * configure.in (host_libs): Remove glob, since it is gone from the
15252         sources.
15254 Fri Mar 31 11:36:17 1995  Jason Molenda  (crash@phydeaux.cygnus.com)
15256         * Makefile.in: define empty GDB_NLM_DEPS var.
15258         * configure.in(target_makefile_frag): use config/mt-netware
15259         for netware targets.
15261 Thu Mar 30 13:51:43 1995  Ian Lance Taylor  <ian@cygnus.com>
15263         * config.sub: Merge in recent FSF changes.  Remove linux special
15264         cases.
15266 Tue Mar 28 14:47:34 1995  Jason Molenda (crash@phydeaux.cygnus.com)
15268         Revert this change:
15270         Tue Mar 30 10:03:09 1993  Ian Lance Taylor  (ian@cygnus.com)
15272                 * build-all.mk: Use CC=cc -Xs on Solaris.
15274 Tue Mar 21 10:43:32 1995  Jim Kingdon  (kingdon@lioth.cygnus.com)
15276         * glob/*: Removed.  Schauer's 24 Feb 1994 readline change made us
15277         stop using it.
15278         * Makefile.in: Nuke all references to glob subdirectory.
15280 Thu Mar 16 13:35:30 1995  Jason Merrill  <jason@phydeaux.cygnus.com>
15282         * configure.in: Fix --enable-shared logic in per-host.
15284 Mon Mar 13 12:33:15 1995  Ian Lance Taylor  <ian@cygnus.com>
15286         * configure.in (*-hp-hpux[78]*): Use mh-hpux8.
15288 Mon Mar  6 10:21:58 1995  Jim Kingdon  (kingdon@lioth.cygnus.com)
15290         * configure.in (noconfigdirs): Don't build gas on AIX, for
15291         powerpc*-*-aix* as well as for rs6000*-*-aix*.
15293 Wed Mar  1 12:51:53 1995  Ian Lance Taylor  <ian@cygnus.com>
15295         * configure: Fix --cache-file to work if the file argument is a
15296         relative path.
15298 Tue Feb 28 17:36:07 1995  Ian Lance Taylor  <ian@cygnus.com>
15300         * configure: If the --cache-file is used, pass it down to
15301         configure in subdirectories.
15303 Mon Feb 27 12:52:46 1995  Kung Hsu  <kung@mexican.cygnus.com>
15305         * config.sub: add vxworks29k configuration.
15307 Fri Feb 10 16:12:26 1995  Ken Raeburn  <raeburn@cujo.cygnus.com>
15309         * Makefile.in (taz): Do "diststuff" part quietly.
15311 Sun Feb  5 14:16:35 1995  Doug Evans  <dje@canuck.cygnus.com>
15313         * config.sub: Mini-merge with gcc/config.sub.
15315 Sat Feb  4 12:11:35 1995  Jim Wilson  <wilson@chestnut.cygnus.com>
15317         * config.guess (IRIX): Sed - to _.
15319 Fri Feb  3 11:54:42 1995  J.T. Conklin  <jtc@rtl.cygnus.com>
15321         * Makefile.in (source-vault, binary-vault): New targets.
15323 Thu Jan 26 13:00:11 1995  Michael Meissner  <meissner@cygnus.com>
15325         * config.sub: Recognize -eabi as a basic system type.
15327 Thu Jan 12 13:13:23 1995  Jason Merrill  <jason@phydeaux.cygnus.com>
15329         * configure.in (enable_shared stuff): Fix typo.
15331 Thu Jan 12 01:36:51 1995  deanm@medulla.LABS.TEK.COM (Dean Messing)
15333         * Makefile.in (BASE_FLAGS_TO_PASS): Fix typo in passing LIBCXXFLAGS*.
15335 Wed Jan 11 16:29:53 1995  Jason Merrill  <jason@phydeaux.cygnus.com>
15337         * Makefile.in (LIBCXXFLAGS_FOR_TARGET): Add -fno-implicit-templates.
15339 Mon Jan  9 12:48:01 1995  Jim Kingdon  <kingdon@lioth.cygnus.com>
15341         * configure.in (rs6000-*-*): Don't build gas.
15343 Wed Jan  4 23:53:49 1995  Ian Lance Taylor  <ian@tweedledumb.cygnus.com>
15345         * Makefile.in: Use /x/x/ instead of /brokensed/brokensed/, to
15346         reduce command line length.
15347         (AS_FOR_TARGET): Check for as.new, not Makefile.
15348         (NM_FOR_TARGET): Check for nm.new, not Makefile.
15350 Wed Jan  4 13:02:39 1995  Per Bothner  <bothner@kalessin.cygnus.com>
15352         * config.guess:  Merge from FSF.
15354 Thu Dec 15 17:11:37 1994  Ian Lance Taylor  <ian@sanguine.cygnus.com>
15356         * configure: Don't use $ when handling program_suffix.
15358 Mon Dec 12 12:09:37 1994  Stu Grossman  (grossman@cygnus.com)
15360         * configure.in:  Configure tk for hppa/hpux.
15362 Fri Dec  2 15:55:38 1994  Per Bothner  <bothner@kalessin.cygnus.com>
15364         * Makefile.in (LIBGXX_SUPPORT_DIRS):  Add libstdc++.
15366 Tue Nov 29 19:37:56 1994  Per Bothner  <bothner@kalessin.cygnus.com>
15368         * Makefile.in:  Move -fno-implicit-template from CXXFLAGS
15369         to LIBCXXFLAGS.  Tests are better run without it.
15371 Wed Nov 23 10:29:25 1994  Brendan Kehoe  (brendan@lisa.cygnus.com)
15373         * Makefile.in (all-ispell): Depend on all-emacs19 instead of all-emacs.
15375 Mon Nov 21 11:14:01 1994  J.T. Conklin  <jtc@rtl.cygnus.com>
15377         * configure.in (*-*-netware*): Don't configure xiberty.
15379 Mon Nov 14 08:49:15 1994  Stu Grossman  (grossman@cygnus.com)
15381         * configure.in:  Remove tk from native_only list.
15383 Fri Nov 11 15:31:26 1994  Bill Cox  (bill@rtl.cygnus.com)
15385         * build-all.mk: Add mips-ncd-elf target to sun4 targets
15386           for special NCD build.
15388 Mon Nov  7 20:58:17 1994  Ken Raeburn  <raeburn@cujo.cygnus.com>
15390         * Makefile.in (DEVO_SUPPORT): Remove configure.bat and
15391         makeall.bat, they're only useful for binutils snapshots.
15392         (binutils.tar.gz, gas+binutils.tar.gz): Add configure.bat and
15393         makeall.bat to specified SUPPORT_FILES.
15395 Mon Nov  7 17:25:18 1994  Bill Cox  (bill@cirdan.cygnus.com)
15397         * build-all.mk: Add Ericsson targets to sun4 and solaris
15398           hosts.  Add  BNR's sun4 target to solaris host, so their
15399           build-from-source will be tested in-house first.
15401 Sat Nov  5 18:43:30 1994  Jason Merrill  (jason@phydeaux.cygnus.com)
15403         * Makefile.in (LIBCFLAGS): New variable.
15404         (CFLAGS_FOR_TARGET): Ditto.
15405         (LIBCFLAGS_FOR_TARGET): Ditto.
15406         (LIBCXXFLAGS): Ditto.
15407         (CXXFLAGS_FOR_TARGET): Ditto.
15408         (LIBCXXFLAGS_FOR_TARGET): Ditto.
15409         (BASE_FLAGS_TO_PASS): Pass them.
15410         (EXTRA_TARGET_FLAGS): Ditto.
15412         * configure.in: Support --enable-shared.
15414 Sat Nov  5 15:44:00 1994  Per Bothner  <bothner@kalessin.cygnus.com>
15416         * configure.in (target_libs):  Include libstdc++ again.
15417         * config.guess:  Update from FSF (for FreeBSD).
15419 Thu Nov  3 16:32:30 1994  Ken Raeburn  <raeburn@cujo.cygnus.com>
15421         * Makefile.in (DEVO_SUPPORT): Include configure.bat and
15422         makeall.bat.
15423         (DISTDOCDIRS): Add `etc'.
15424         (ETC_SUPPORT_PFX): New variable.
15425         (taz): Include anything from etc starting with a word in
15426         ETC_SUPPORT_PFX.
15428 Wed Oct 26 16:19:35 1994  Ian Lance Taylor  <ian@sanguine.cygnus.com>
15430         * config.sub: Update for recent FSF changes.  Remove obsolete
15431         h8300hds entry.  Add -windows* and -osx as basic os.  Minor
15432         spacing changes.
15434 Thu Oct 20 18:41:56 1994  Per Bothner  <bothner@kalessin.cygnus.com>
15436         * configure.in (target_libs):  Remove libstdc++ for libg++-2.6.1.
15438         * config.guess:  Merge with FSF.
15439         * configure.in:  Match on i?86-ncr-sysv4.3, not i?86-ncr-sysv43.
15441 Thu Oct 20 19:26:56 1994  Ken Raeburn  <raeburn@cujo.cygnus.com>
15443         * configure: Since the "trap 0" handler will override the exit
15444         status on many systems, only use it for "exit 1", and make it set
15445         a non-zero exit status; reset it before "exit 0".  Also, check
15446         exit status of config.sub, and error out if it failed.
15448 Wed Oct 19 18:49:55 1994  Rob Savoye  (rob@cygnus.com)
15450         * Makefile.in: (ALL_TARGET_MODULES,INSTALL_TARGET_MODULES) Build
15451         and install libgloss.
15453 Tue Oct 18 15:25:24 1994  Ian Lance Taylor  <ian@sanguine.cygnus.com>
15455         * Makefile.in (all-binutils): Depend upon all-byacc.
15457         * configure.in: Don't build emacs on Irix 5.
15459 Mon Oct 17 16:22:12 1994  J.T. Conklin  (jtc@phishhead.cygnus.com)
15461         * configure.in (*-*-netware*): Add libio.
15463 Thu Oct 13 15:51:20 1994  Jason Merrill  (jason@phydeaux.cygnus.com)
15465         * Makefile.in (ALL_TARGET_MODULES): Add libstdc++.
15466         (CHECK_TARGET_MODULES): Ditto.
15467         (INSTALL_TARGET_MODULES): Ditto.
15468         (TARGET_LIBS): Ditto.
15469         (all-libstdc++): Note dependencies.
15471 Thu Oct 13 01:43:08 1994  Ken Raeburn  <raeburn@cujo.cygnus.com>
15473         * Makefile.in (BINUTILS_SUPPORT_DIRS): Add gas.
15475 Tue Oct 11 12:12:29 1994  Jason Merrill  (jason@phydeaux.cygnus.com)
15477         * Makefile.in (CXXFLAGS): Use -fno-implicit-templates instead of
15478         -fexternal-templates.
15480         * configure.in (target_libs): Add libstdc++.
15481         (noconfigdirs): Add libstdc++ as appropriate.
15483 Thu Oct  6 18:00:54 1994  Per Bothner  (bothner@kalessin.cygnus.com)
15485         * config.guess:  Update from FSF.
15487 Tue Oct  4 12:05:42 1994  Ian Lance Taylor  <ian@sanguine.cygnus.com>
15489         * configure: Use ${config_shell} when running ${configsub}.
15491 Mon Oct  3 14:28:34 1994  Doug Evans  <dje@canuck.cygnus.com>
15493         * config.sub: No longer recognize h8300h.
15495 Mon Oct  3 12:40:54 1994  Ian Lance Taylor  <ian@sanguine.cygnus.com>
15497         * config.sub: Remove extraneous differences between config.sub and
15498         gcc/config.sub.
15500 Sat Oct  1 00:23:12 1994  Ken Raeburn  <raeburn@cujo.cygnus.com>
15502         * Makefile.in (DISTSTUFFDIRS): Add gas.
15504 Thu Sep 22 19:04:55 1994  Doug Evans  (dje@canuck.cygnus.com)
15506         * COPYING.NEWLIB: New file.
15508 Mon Sep 19 18:25:40 1994  Per Bothner  (bothner@kalessin.cygnus.com)
15510         * config.guess (HP-UX):  Patch from Harlan Stenn
15511         <harlan@landmark.com> to also emit release level.
15513 Wed Sep  7 13:15:25 1994  Jim Wilson  (wilson@sphagnum.cygnus.com)
15515         * config.guess (sun4*:SunOS:*:*): Change '-JL' to '_JL'.
15517 Tue Sep  6 23:23:18 1994  Per Bothner  (bothner@kalessin.cygnus.com)
15519         * config.sub:  Merge nextstep cleanup from FSF.
15521 Mon Sep  5 05:01:30 1994  Ken Raeburn  (raeburn@kr-pc.cygnus.com)
15523         * configure.in (arm-*-*): Don't configure ld for this target.
15525 Thu Sep  1 09:35:00 1994  J.T. Conklin  (jtc@phishhead.cygnus.com)
15527         * configure.in (*-*-netware): don't configure libg++, libio,
15528           librx, or newlib.
15530 Wed Aug 31 13:52:08 1994  Ian Lance Taylor  (ian@sanguine.cygnus.com)
15532         * configure.in (alpha-dec-osf*): Use osf*, not osf1*.  Don't
15533         configure ld--it works, but it doesn't support shared libraries.
15535 Sun Aug 28 18:13:45 1994  Per Bothner  (bothner@kalessin.cygnus.com)
15537         * config.guess (*-unknown-freebsd*):  Get rid of possible
15538         trailing "(Release)" in version string.
15539         Patch from Paul Richards <paul@isl.cf.ac.uk>.
15541 Sat Aug 27 15:00:49 1994  Per Bothner  (bothner@kalessin.cygnus.com)
15543         * config.guess:  Fix i486-ncr-sysv43 -> i486-ncr-sysv4.3.
15544         Fix type: *-next-neststep -> *-next-nextstep.
15546         * config.guess:  Merge from FSF:
15548         Fri Aug 26 18:45:25 1994  Philippe De Muyter (phdm@info.ucl.ac.be)
15550         * config.guess: Recognize powerpc-ibm-aix3.2.5.
15552         Wed Apr 20 06:36:32 1994  Philippe De Muyter  (phdm@info.ucl.ac.be)
15554         * config.guess: Recognize UnixWare 1.1 (UNAME_SYSTEM is SYSTEM_V
15555         instead of UNIX_SV for UnixWare 1.0).
15557 Sat Aug 27 01:56:30 1994  Stu Grossman  (grossman@cygnus.com)
15559         * Makefile.in (all-gdb):  Add dependencies on all-gcc and all-ld
15560         to make gdb/nlm/* build after the compiler and linker.
15562 Fri Aug 26 14:30:05 1994  Per Bothner  (bothner@kalessin.cygnus.com)
15564         * config.guess (netbsd, freebsd, linux):  Accept any machine,
15565         not just i[34]86.
15566         (m68k-atari-sysv4):  Relocate to match FSF version.
15568         * config.guess:  More merges from the FSF:
15570         Add a space before function call or macro invocation.
15572         Tue May 10 16:53:55 1994  Roland McGrath (roland@churchy.gnu.ai.mit.edu)
15574         * config.guess: Add trap cmd to remove dummy.c and dummy when
15575         interrupted.
15577         Wed Apr 20 18:07:13 1994  Roland McGrath (roland@churchy.gnu.ai.mit.edu)
15579         * config.guess (dummy.c): Redirect stderr for `hostinfo' command.
15580         (dummy): Redirect stderr from compilation of dummy.c.
15582         Sat Apr  9 14:59:28 1994  Christian Kranz  (kranz@sent5.uni-duisburg.de)
15584         * config.guess: Distinguish between NeXTStep 2.1 and 3.x.
15586 Fri Aug 26 13:42:20 1994  Ken Raeburn  (raeburn@kr-laptop.cygnus.com)
15588         * configure: Accept and ignore --cache*, for compatibility with
15589         new autoconf.
15591 Fri Aug 26 13:05:27 1994  Per Bothner  (bothner@kalessin.cygnus.com)
15593         * config.guess:  Merge from FSF:
15595         Thu Aug 25 20:28:51 1994  Richard Stallman  <rms@mole.gnu.ai.mit.edu>
15597         * config.guess (Pyramid*:OSx*:*:*): New case.
15598         (PATH): Add /.attbin at end for finding uname.
15599         (dummy.c): Handle i860-alliant-bsd.  Follow whitespace conventions.
15601         Wed Aug 17 18:21:02 1994  Tor Egge  (tegge@pvv.unit.no)
15603         * config.guess (M88*:DolphinOS:*:*): New case.
15605         Thu Aug 11 17:00:13 1994  Stan Cox  (coxs@dg-rtp.dg.com)
15607         * config.guess (AViiON:dgux:*:*): Use TARGET_BINARY_INTERFACE
15608         to select whether to use ELF or COFF.
15610         Sun Jul 24 16:20:53 1994  Richard Stallman  <rms@mole.gnu.ai.mit.edu>
15612         * config.guess: Recognize i860-stardent-sysv and i860-unknown-sysv.
15614         Sun May  1 10:23:10 1994  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
15616         * config.guess: Guess the OS version for HPUX.
15618         Tue Mar  1 21:53:03 1994  Karl Heuer  (kwzh@hal.gnu.ai.mit.edu)
15620         * config.guess (UNAME_VERSION): Recognize aix3.2.4 and aix3.2.5.
15622 Fri Aug 26 11:19:08 1994  Ian Lance Taylor  (ian@sanguine.cygnus.com)
15624         * configure.in: Recognize --with-headers, --with-libs, and
15625         --without-newlib.
15626         * Makefile.in (all-xiberty): Depend upon all-ld.
15628 Wed Aug 24 12:36:50 1994  Ian Lance Taylor  (ian@sanguine.cygnus.com)
15630         * configure.in: Change i[34]86 to i[345]86.
15632 Mon Aug 22 10:58:33 1994  Ian Lance Taylor  (ian@sanguine.cygnus.com)
15634         * configure (version): A few more tweaks to help message.
15636 Fri Aug 19 12:40:25 1994  Per Bothner  (bothner@kalessin.cygnus.com)
15638         * Makefile.in:  Remove (for now) librx as a host library,
15639         now that we're building it for target.
15641 Fri Aug 19 10:49:17 1994  Ian Lance Taylor  (ian@sanguine.cygnus.com)
15643         * configure: Fix up help message; from karl@owl.hq.ileaf.com
15644         (Karl Berry).
15646 Tue Aug 16 16:11:08 1994  Per Bothner  (bothner@kalessin.cygnus.com)
15648         * configure.in:  Also configure librx.
15650 Mon Aug 15 16:51:45 1994  Per Bothner  (bothner@kalessin.cygnus.com)
15652         * Makefile.in:  Update various rules to reflect that librx
15653         is now needed for libg++.
15655 Fri Aug 12 18:07:21 1994  Ian Lance Taylor  (ian@sanguine.cygnus.com)
15657         * config.sub: Accept mips64orion and mips64orionel as a CPU name.
15659 Mon Aug  8 11:36:17 1994  Stan Shebs  (shebs@andros.cygnus.com)
15661         * configure.in: Configure the examples directory.
15663 Thu Aug  4 16:12:36 1994  Ian Lance Taylor  (ian@sanguine.cygnus.com)
15665         * configure: Simplify Jun 2 1994 change.
15667 Wed Aug  3 04:58:16 1994  D. V. Henkel-Wallace  (gumby@cygnus.com)
15669         * change CC to /usr/latest/bin/gcc for lynx host builds, since
15670         /bin/gcc isn't good enough to build gcc.
15672 Wed Jul 27 09:07:14 1994  Fred Fish  (fnf@cygnus.com)
15674         * Makefile.in (GDB_SUPPORT_FILES): Remove
15675         (setup-dirs-gdb, gdb.tar.gz, make-gdb.tar.gz):  Remove old rules.
15676         (gdb.tar.gz): Add new rule to use standard distribution building
15677         mechanism.
15679 Mon Jul 25 11:10:06 1994  Ian Lance Taylor  (ian@tweedledumb.cygnus.com)
15681         * configure.in: Warn about use of /usr/ucb/cc on Solaris.  From
15682         Bill Cox <bill@cygnus.com>.
15684 Sat Jul 23 12:19:46 1994  Per Bothner  (bothner@kalessin.cygnus.com)
15686         * config.guess:  Recognize ISC.  Patch from kwzh@gnu.ai.mit.edu.
15688 Fri Jul 22 17:53:59 1994  Stu Grossman  (grossman@cygnus.com)
15690         * configure:  Search current dir first in .gdbinit.
15692 Fri Jul 22 11:28:30 1994  Per Bothner  (bothner@kalessin.cygnus.com)
15694         * config.sub:  Recognize freebsd (merged from gcc config.sub).
15696 Thu Jul 21 14:10:52 1994  Per Bothner  (bothner@kalessin.cygnus.com)
15698         * config.sub:  Refer to NeXT's operating system as nextstep.
15700         * config.sub (case $basic_machine):  Re-order the cases, to match
15701         the order in the FSF version (which is mostly alphabethical).
15702         Merge in some additions and changes from the FSF.
15704 Sat Jul 16 12:03:08 1994  Stan Shebs  (shebs@andros.cygnus.com)
15706         * config.guess: Recognize m68k-atari-sysv4 and m88k-harris-csux7.
15707         * config.sub: Recognize cxux7.
15708         * configure.in: Use mh-cxux for m88k-harris-cxux*.
15710 Mon Jul 11 14:37:39 1994  Per Bothner  (bothner@kalessin.cygnus.com)
15712         * config.sub:  Fix typo powerpc -> powerpc-*.
15714 Sat Jul  9 13:03:43 1994  Michael Tiemann  (tiemann@blues.cygnus.com)
15716         * Makefile.in: `all-emacs19' depends on `all-byacc'.
15718         * Makefile.in: Add all-emacs19 and install-emacs19 rules (in
15719         parallel with all-emacs and install-emacs).  Top-level command
15720         `make all-emacs19 CC=gcc' now behaves as `make all-emacs CC=gcc'.
15722 Thu Jun 30 16:53:42 1994  Ian Lance Taylor  (ian@sanguine.cygnus.com)
15724         * test-build.mk ($(host)-stamp-stage2-installed): Remove
15725         $(relbindir)/make before doing ``make install'', and use
15726         $(GNU_MAKE) while doing it.  Avoids problem on SunOS with
15727         installing over running make binary.
15728         ($(host)-stamp-stage3-installed): Likewise.
15730 Tue Jun 28 13:43:25 1994  Jim Kingdon  (kingdon@lioth.cygnus.com)
15732         * config.guess: Recognize Mach.
15734 Mon Jun 27 16:41:14 1994  Ian Lance Taylor  (ian@sanguine.cygnus.com)
15736         * configure: Check ${exec_prefixoption}, not ${exec_prefix}, to
15737         see whether --exec-prefix was used.
15739 Sun Jun 26 21:15:54 1994  Per Bothner  (bothner@kalessin.cygnus.com)
15741         * README:  Explicitly mention libg++/README.  (Zoo's idea.)
15743 Tue Jun 21 12:45:55 1994  Jim Kingdon  (kingdon@lioth.cygnus.com)
15745         * Makefile.in: Add all-librx target similar to all-libproc.
15747 Wed Jun  8 23:11:55 1994  Stu Grossman  (grossman@cygnus.com)
15749         * config.guess:  Rearrange tests for Alpha-OSF1 to properly deal
15750         with post 1.2 uname bogosity.
15752 Thu Jun  9 00:27:59 1994  Ian Lance Taylor  (ian@tweedledumb.cygnus.com)
15754         * configure: Remove temporary files on receipt of a signal.
15756 Tue Jun  7 12:06:24 1994  Ian Lance Taylor  (ian@cygnus.com)
15758         * configure: If there is a package_makefile_frag, remove
15759         ${subdir}/Makefile.tem after copying it in.
15761 Mon Jun  6 21:35:02 1994  D. V. Henkel-Wallace  (gumby@cygnus.com)
15763         * build_all.mk: support rs6000 lynx identifies itself as
15764         rs6000-lynx-lynxos2.2.2.  Also, use /usr/cygnus/progressive/bin/gcc
15765         since /bin/gcc is too feeble to compile a modern gcc.
15767 Mon Jun  6 16:06:34 1994  Karen Christiansen (karen@cirdan.cygnus.com)
15769         * brought devo/test-build.mk update-to-date with progressive/
15770           test-build.mk. Add lynx targets and hppa flag info.
15772 Sat Jun  4 17:23:54 1994  Per Bothner  (bothner@kalessin.cygnus.com)
15774         * configure.in:  Use mh-ncrsvr43.  Patch from
15775         Tom McConnell <tmcconne@sedona.intel.com>.
15777 Fri Jun  3 17:47:24 1994  Per Bothner  (bothner@kalessin.cygnus.com)
15779         * config.guess (i386-unknown-bsdi):  No longer need to
15780         check #if defined(__bsdi__) && defined(__i386__).
15782 Thu Jun  2 18:56:46 1994  Ian Lance Taylor  (ian@tweedledumb.cygnus.com)
15784         * configure: Set program_transform_nameoption correctly.
15786 Thu Jun  2 10:57:06 1994  Karen Christiansen (karen@cirdan.cygnus.com)
15788         * brought build-all.mk update-to-date with progressive build-all.mk,
15789           added new targets and hppa info.
15791 Thu Jun  2 00:12:44 1994  Ian Lance Taylor  (ian@tweedledumb.cygnus.com)
15793         * configure: If config.guess result is a prefix of the user
15794         specified target, assume a native build and use the user specified
15795         target as the host alias.  Remove SunOS patch suffix removal hack.
15796         * configure.in: Remove SunOS patch suffix removal hack.
15798         * Makefile.in (CROSS_CHECK_MODULES): Remove check-flex, since it's
15799         in NATIVE_CHECK_MODULES.
15801 Wed Jun  1 10:49:41 1994  Bill Cox  (bill@rtl.cygnus.com)
15803         * Makefile.in: Rename HOST_ONLY to NATIVE.
15804         * configure: Delete SunOs patch suffix from host_canonical
15805           and build_canonical variables that are prepended to Makefiles.
15806         * configure.in: Add comments for easier maintenance.
15808 Tue May 31 19:39:47 1994  Jim Kingdon  (kingdon@lioth.cygnus.com)
15810         * Makefile.in: Add all-libproc target similar to all-gui.
15812 Tue May 31 17:16:33 1994  Tom Lord  (lord@cygnus.com)
15814         * Makefile.in (CHECK_MODULES): split into
15815         HOST_ONLY_CHECK_MODULES and CROSS_CHECK_MODULES.
15817 Tue May 31 16:36:36 1994  Paul Eggert  (eggert@twinsun.com)
15819         * config.guess (i386-unknown-bsdi): New system to guess.
15821 Wed May 25 16:47:10 1994  Jim Kingdon  (kingdon@lioth.cygnus.com)
15823         * Makefile.in: Add all-gui target (but not yet build by "all").
15825 Thu May 26 08:53:19 1994  Bill Cox  (bill@rtl.cygnus.com)
15827         * config.sub: Move deletion of patch suffix from here...
15828         * configure.in: To here, at Ian's suggestion.  The top-
15829           level scripts might need to know of a patch level.
15831 Wed May 25 09:15:54 1994  Bill Cox  (bill@rtl.cygnus.com)
15833         * config.sub: Strip off patch suffix so rtl is recognized
15834           as a sunos4.1.3 machine, even though it's been patched.
15836 Fri May 20 08:25:49 1994  Steve Chamberlain  (sac@deneb.cygnus.com)
15838         * Makefile.in (INSTALL_LAST): Delete.
15839         (INSTALL_DOSREL): New.
15841 Thu May 19 17:12:12 1994  Ian Lance Taylor  (ian@tweedledumb.cygnus.com)
15843         * configure.in: Use ld for i[34]86-*-sysv4* and sparc-*-solaris2*.
15844         Don't set use_gnu_ld to no for *-*-sysv4; that only controls
15845         whether we pass down --with-gnu-ld anyhow.
15847 Thu May 19 09:29:12 1994  Steve Chamberlain  (sac@cygnus.com)
15849         * Makefile.in (INSTALL_LAST): Change operation so it works
15850         on more flavors of make.
15851         * configure.in (go32): Don't build libg++ or libio.
15853 Fri May 13 13:28:34 1994  Steve Chamberlain  (sac@cygnus.com)
15855         * Makefile.in (Move HOST_PREFIX_1 and friends up so
15856         they can be overriden by templates.
15858 Sat May  7 16:46:44 1994  Steve Chamberlain  (sac@cygnus.com)
15860         * configure.in (target==go32): Don't build gdb.
15861         * dosrel: New directory.
15863 Fri May  6 14:19:25 1994  Steve Chamberlain  (sac@cygnus.com)
15865         * configure.in (host==go32): Configure dosrel too.
15866         * Makefile.in (INTALL_TARGET): Call INSTALL_LAST last.
15867         (HOST_CC, HOST_PREFIX, HOST_PREFIX_1): Undefine, they should
15868         be set by incoming names or templates.
15869         (INSTALL_LAST): New rule.
15871 Thu May  5 17:35:05 1994  Stan Shebs  (shebs@andros.cygnus.com)
15873         * config.sub (sparclitefrw, sparclitefrwcompat): Don't set the os.
15875 Thu May  5 20:06:45 1994  Ken Raeburn  (raeburn@cujo.cygnus.com)
15877         * configure.in (appdirs): New variable.  Currently empty, but will
15878         be used in gas distribution.  If nonempty, lists a set of
15879         directories at least one of which must get configured, or top
15880         level configuration is considered to have failed.
15881         (rs6000-*-lynxos*): Use new file name.
15883 Thu May  5 13:38:36 1994  Ian Lance Taylor  (ian@tweedledumb.cygnus.com)
15885         Eliminate XTRAFLAGS.
15886         * Makefile.in (CC_FOR_TARGET): If newlib exists, refer to the
15887         newlib include files using -idirafter, and also use -nostdinc.
15888         (CXX_FOR_TARGET): Likewise.
15889         (XTRAFLAGS): Removed.
15890         (BASE_FLAGS_TO_PASS): Remove XTRAFLAGS_FOR_TARGET.
15891         (EXTRA_HOST_FLAGS): Remove XTRAFLAGS.
15892         (EXTRA_TARGET_FLAGS, EXTRA_GCC_FLAGS): Likewise.
15893         ($(DO_X)): Don't pass down XTRAFLAGS.
15895 Thu May  5 00:16:36 1994  Ken Raeburn  (raeburn@kr-pc.cygnus.com)
15897         * configure.in (mips*-dec-bsd*): New target; do build linker.
15898         (mips*-*-bsd*): New target; don't build linker.
15900 Wed May  4 20:10:10 1994  D. V. Henkel-Wallace  (gumby@cygnus.com)
15902         * configure.in: support rs6000-*-lynxos* configuration.
15903         support sunos4 as a cross target.
15905         * config.sub: look for lynx*, not lynx since the OS version may
15906         legitimately be part of the name.
15908 Tue May  3 21:48:11 1994  Ken Raeburn  (raeburn@cujo.cygnus.com)
15910         * configure.in (i[34]86-*-sco*): Move to be with other i386
15911         targets.
15912         (romp-*-*): New target.  Skip various binary utilities.
15913         (vax-*-*): New target.  Don't build newlib.
15914         (vax-*-vms): Renamed from *-*-vms.  Don't build opcodes or newlib.
15916 Thu Apr 28 15:03:05 1994  David J. Mackenzie  (djm@rtl.cygnus.com)
15918         * configure.in: Only set host_makefile_frag if config
15919         directory exists.
15921 Wed Apr 27 12:14:30 1994  David J. Mackenzie  (djm@rtl.cygnus.com)
15923         * install.sh: If $dstdir exists, don't check whether each
15924         component does.
15926 Tue Apr 26 18:11:33 1994  Ian Lance Taylor  (ian@tweedledumb.cygnus.com)
15928         * test-build.mk (HOLES): Add sleep; used by rcs/src/conf.sh.
15930 Mon Apr 25 15:06:34 1994  Stan Shebs  (shebs@andros.cygnus.com)
15932         * configure.in (*-*-lynxos*): Don't configure newlib for either
15933         native or cross Lynx.
15935 Sat Apr 16 11:58:16 1994  Doug Evans  (dje@canuck.cygnus.com)
15937         * config.sub (sparc64-elf): Fix os.
15938         (z8k): Remove duplicate.
15940 Thu Apr 14 23:33:17 1994  Ian Lance Taylor  (ian@tweedledumb.cygnus.com)
15942         * Makefile.in (gcc-no-fixedincludes): Touch gcc/include/fixed, not
15943         gcc/stmp-fixproto, to try to prevent fixproto from being run.
15945 Wed Apr 13 15:14:52 1994  Bill Cox  (bill@cygnus.com)
15947         * configure: Make file links cleanly even if Lynx fails on
15948           an NFS symlink (at least fail cleanly).
15950 Mon Apr 11 10:58:56 1994  Jim Wilson  (wilson@sphagnum.cygnus.com)
15952         * test-build.mk (CC): For mips-sgi-irix4, change -XNh1500 to
15953         -XNh2000.
15955 Sat Apr  9 15:10:45 1994  David J. Mackenzie  (djm@rtl.cygnus.com)
15957         * configure: Unknown options are fatal again.
15959 Fri Apr  8 12:01:41 1994  David J. Mackenzie  (djm@cygnus.com)
15961         * configure: Ignore --x-includes and --x-libraries, for Autoconf
15962         compatibility.
15964 Thu Apr  7 17:31:43 1994  Doug Evans  (dje@canuck.cygnus.com)
15966         * build-all.mk: Add `clean' target.
15968 Wed Apr  6 20:44:56 1994  Peter Schauer  (pes@regent.e-technik.tu-muenchen.de)
15970         * config.guess:  Add SINIX support.
15971         * configure.in:  Add mips-*-sysv4* support.
15973 Mon Apr  4 17:41:44 1994  Doug Evans  (dje@canuck.cygnus.com)
15975         * build-all.mk: Document all useful targets.
15976         If canonhost is sparc-sun-solaris2.3, change it to sparc-sun-solaris2.
15977         If canonhost is mips-sgi-irix4.0.5H, change it to mips-sgi-irix4.
15979 Thu Mar 31 04:55:57 1994  David J. Mackenzie  (djm@rtl.cygnus.com)
15981         * configure: Support --silent, --quiet.
15983 Wed Mar 30 21:37:38 1994  David J. Mackenzie  (djm@rtl.cygnus.com)
15985         * configure: Support --disable-FEATURE.
15987 Tue Mar 29 19:15:05 1994  Jim Kingdon  (kingdon@lioth.cygnus.com)
15989         * config.guess: Recognize NCR running SVR4.3.
15991 Mon Mar 28 14:55:15 1994  Per Bothner  (bothner@kalessin.cygnus.com)
15993         * config.guess:  Make BSDI generate i386-unknown-bsd386.
15994         Patch from Paul Eggert <eggert@twinsun.com>.
15996 Mon Mar 28 12:54:52 1994  Ian Lance Taylor  (ian@tweedledumb.cygnus.com)
15998         * configure.in (powerpc-*-aix*): Treat like rs6000-*-*.
16000 Sat Mar 26 11:25:48 1994  David J. Mackenzie  (djm@rtl.cygnus.com)
16002         * configure: Make unrecognized options give nonfatal warnings
16003         instead of fatal errors, and pass them to any subdirectory
16004         configures in case they recognize them.
16005         Make --x equivalent to --with-x.
16007 Fri Mar 25 21:52:10 1994  David J. Mackenzie  (djm@rtl.cygnus.com)
16009         * configure: Add --enable-* options.  Clean up usage message and
16010         some comments.
16012 Thu Mar 24 09:12:53 1994  Doug Evans  (dje@canuck.cygnus.com)
16014         * Makefile.in (NM_FOR_TARGET): Build tree version is now nm.new.
16016 Sun Mar 20 11:28:22 1994  Jeffrey A. Law  (law@snake.cs.utah.edu)
16018         * configure.in (hppa*-*-*): Enable binutils.
16020 Sat Mar 19 11:50:16 1994  Jim Kingdon  (kingdon@lioth.cygnus.com)
16022         * config.sub: Recognize cisco.
16024 Fri Mar 18 16:42:32 1994  Jason Merrill  (jason@deneb.cygnus.com)
16026         * Makefile.in (CXXFLAGS): Add -fexternal-templates.
16028 Tue Mar 15 11:25:55 1994  Jim Kingdon  (kingdon@lioth.cygnus.com)
16030         * config.guess: about target *-hitachi-hiuxwe2, don't print more
16031         than one configuration name.  Add comment.
16033 Sun Mar  6 23:13:38 1994  Hisashi MINAMINO  (minamino@sra.co.jp)
16035         * config.guess: about target *-hitachi-hiuxwe2, fixed
16036         machine guessing order.  [Hitachi's CPU_IS_HP_MC68K
16037         macro is incorrect.]
16039 Sun Mar 13 09:10:08 1994  Jim Kingdon  (kingdon@lioth.cygnus.com)
16041         * Makefile.in (TAGS): Just build TAGS in each subdirectory, rather
16042         than the "make ls" stuff which used to be here.
16044 Fri Mar 11 12:52:39 1994  Per Bothner  (bothner@kalessin.cygnus.com)
16046         * config.guess:  Recognize i[34]86-unknown-freebsd.
16047         From Shawn M Carey <smcarey@rodan.syr.edu>.
16049 Thu Mar  3 14:24:21 1994  Per Bothner  (bothner@kalessin.cygnus.com)
16051         * configure.in (noconfigdirs for alpha): Remove libg++ and libio.
16053 Wed Mar  2 13:28:48 1994  Jim Kingdon  (kingdon@deneb.cygnus.com)
16055         * config.guess: Check for ptx.
16057 Mon Feb 28 16:46:50 1994  Kung Hsu  (kung@mexican.cygnus.com)
16059         * config.sub: Add os9k checking.
16061 Thu Feb 24 07:09:04 1994  Jeffrey A. Law  (law@snake.cs.utah.edu)
16063         * config.guess: Handle OSF1 running on HPPA processors
16065 Fri Feb 18 14:14:00 1994  Ken Raeburn  (raeburn@rtl.cygnus.com)
16067         * configure: If subdir configure fails, print out a message with
16068         subdirectory name, in case subdir's configure code didn't identify
16069         itself.
16071 Fri Feb 18 12:50:15 1994  Doug Evans  (dje@cygnus.com)
16073         * configure.in: Remove embedded newlines from configdirs.
16074         Avoid mismatches of substrings.  Fix matching strings at end
16075         of configdirs.
16077 Fri Feb 11 15:33:33 1994  Stu Grossman  (grossman at cygnus.com)
16079         * config.guess:  Add Lynx/rs6000 config support.
16081 Tue Feb  8 13:41:09 1994  Ken Raeburn  (raeburn@rtl.cygnus.com)
16083         * configure.in (alpha-dec-osf1*, alpha*-*-*): Build gas.
16085 Mon Feb  7 15:42:36 1994  Jeffrey A. Law  (law@cygnus.com)
16087         * configure.in (hppa*-*-osf*): Treat this just like most other
16088         PA configurations (eg no binutils or ld).
16089         (hppa*-*-*elf*): These configurations have binutils and ld.
16091 Sun Feb  6 16:35:07 1994  Jeffrey A. Law  (law@snake.cs.utah.edu)
16093         * config.sub (hiux): Fix typo.  From m-kasahr@sramhc.sra.co.JP.
16095 Sat Feb  5 01:00:33 1994  Ian Lance Taylor  (ian@tweedledumb.cygnus.com)
16097         * configure.in (rs6000-*-*): Build gas.
16099 Wed Feb  2 13:57:57 1994  Jeffrey A. Law  (law@snake.cs.utah.edu)
16101         * Makefile.in:  Avoid bug in losing hpux sed.
16103 Wed Feb  2 14:53:05 1994  Jim Kingdon  (kingdon@lioth.cygnus.com)
16105         * Makefile.in, test-build.mk: Remove MUNCH_NM; it was only needed
16106         for GDB and GDB has been fixed to not need it.
16108 Sun Jan 30 17:58:06 1994  Ken Raeburn  (raeburn@cujo.cygnus.com)
16110         * config.guess: Recognize vax hosts.
16112 Fri Jan 28 15:29:38 1994  Ken Raeburn  (raeburn@cujo.cygnus.com)
16114         * configure (while loop): Don't use "break 2" inside case
16115         statement -- the case statement isn't an enclosing loop.
16117 Mon Jan 24 18:40:06 1994  Per Bothner  (bothner@kalessin.cygnus.com)
16119         * config.guess:  Clean up NeXT support, to allow nextstep
16120         on Intel machines.  Make OS be nextstep.
16122 Sun Jan 23 18:47:22 1994  Richard Kenner  (kenner@vlsi1.ultra.nyu.edu)
16124         * config.guess: Add alternate forms for Convex.
16126 Thu Jan 20 16:13:41 1994  Stu Grossman  (grossman at cygnus.com)
16128         * configure:  Completely rewrite option processing.  Take
16129         advantage of pattern-matching to avoid invoking test frequently.
16130         Also clean up host and target defaulting logic.
16132 Mon Jan 17 15:06:56 1994  Ken Raeburn  (raeburn@cujo.cygnus.com)
16134         * Makefile.in: Replace all occurrances of "rootme" with "r" and
16135         "$${rootme}" with "$$r", to increase the likelihood that the do-*
16136         commands (plus user environment) will fit SCO limits.
16138 Thu Jan  6 11:20:57 1994  Ian Lance Taylor  (ian@tweedledumb.cygnus.com)
16140         * configure.in: Don't issue warnings about directories which are
16141         not being configured if -norecursion is set.  Correct test for
16142         --with-gnu-as and --with-gnu-ld to not get confused by substring
16143         matches.
16145         * configure.in: Don't build gas for alpha-dec-osf1*.
16147 Tue Jan  4 17:10:19 1994  Stu Grossman  (grossman at cygnus.com)
16149         * configure:  Back out Per's change of 12/19/1993.  It changes the
16150         behavior of configure in unexpected and confusing ways.
16152         Also, use different delim char when calculating
16153         program_transform_name so that the name can contain slashes.
16155 Sat Jan  1 13:45:31 1994  Rob Savoye  (rob@darkstar.cygnus.com)
16157         * configure.in, config.sub: Add support for VSTa micro-kernel.
16159 Sat Dec 25 20:00:47 1993  Jeffrey A. Law  (law@snake.cs.utah.edu)
16161         * configure.in: Nuke hacks which were used to get a special
16162         version of GAS for HPPA configurations.
16164 Sun Dec 19 20:40:44 1993  Per Bothner  (bothner@kalessin.cygnus.com)
16166         * configure:  If only ${target_alias} is given, use that
16167         as the default for ${host_alias}.
16168         * configure:  Add missing back-slashes before nested quotes.
16170 Wed Dec 15 18:07:18 1993  david d `zoo' zuhn  (zoo@andros.cygnus.com)
16172         * Makefile.in (BASE_FLAGS_TO_PASS): add YACC=$(BISON)
16174 Tue Dec 14 21:25:33 1993  Per Bothner  (bothner@cygnus.com)
16176         * config.guess:  Recognize some Tektronix configurations.
16177         From Kaveh R. Ghazi <ghazi@noc.rutgers.edu>.
16179 Sat Dec 11 11:18:00 1993  Steve Chamberlain  (sac@thepub.cygnus.com)
16181         * config.sub: Match any flavor of SH.
16183 Thu Dec  2 17:16:58 1993  Ken Raeburn  (raeburn@cujo.cygnus.com)
16185         * configure.in: Don't try to configure newlib for Alpha.
16187 Thu Dec  2 14:35:54 1993  Ian Lance Taylor  (ian@tweedledumb.cygnus.com)
16189         * configure.in: Don't build ld for Irix 5.  Don't build gas,
16190         libg++ or libio for any Alpha target.
16192         * configure.in (mips*-sgi-irix5*): New target; use mh-irix5.
16194 Wed Dec  1 17:00:33 1993  Jason Merrill  (jason@deneb.cygnus.com)
16196         * Makefile.in (GZIPPROG): Renamed from GZIP, which gzip uses for
16197         default arguments -- so it tried to compress itself.
16199 Tue Nov 30 13:45:15 1993  david d `zoo' zuhn  (zoo@andros.cygnus.com)
16201         * configure.in (notsupp): ensure that a space is always at the end
16202           of the configdirs list, since the grep checks for an explicit space
16204 Tue Nov 16 15:04:27 1993  david d `zoo' zuhn  (zoo@rtl.cygnus.com)
16206         * configure.in (target i386-sysv4.2): don't build ld, since static
16207           versions of many libraries are not available.
16209 Tue Nov 16 14:28:12 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
16211         * config.guess: Recognize Apollos (using environment variables).
16212         * configure.in: Don't configure ld, binutils, or gprof for Apollo.
16214 Thu Nov 11 12:03:50 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
16216         * config.guess: Recognize Sony news mips running newsos.
16218 Wed Nov 10 16:57:00 1993  Mark Eichin  (eichin@cygnus.com)
16220         * Makefile.in (all-cygnus, build-cygnus): "fi else" needs to be
16221         "fi ; else" for bash.
16223 Tue Nov  9 15:54:01 1993  Mark Eichin  (eichin@cygnus.com)
16225         * Makefile.in (BASE_FLAGS_TO_PASS): pass SHELL.
16227 Fri Nov  5 08:07:27 1993  D. V. Henkel-Wallace  (gumby@blues.cygnus.com)
16229         * config.sub: accept unixware as an alias for svr4.2.
16230         Fix some inconsistancies with the gcc version.
16232 Fri Nov  5 15:14:12 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
16234         * Makefile.in (DISTDOCDIRS):  Add gdb.
16236 Fri Nov  5 11:59:42 1993  Per Bothner  (bothner@kalessin.cygnus.com)
16238         * Makefile.in (DISTDOCDIRS):  Add libg++ and libio.
16240 Fri Nov  5 10:35:05 1993  Ken Raeburn  (raeburn@rover.cygnus.com)
16242         * Makefile.in (taz): Only build "info" in DISTDOCDIRS.
16243         (DISTDOCDIRS): Don't assume libg++ and gdb folks necessarily want
16244         this now.
16246 Thu Nov  4 18:58:23 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
16248         * config.sub: Accept hiux* as an OS name.
16250         * Makefile.in: Change RUNTEST_FLAGS back to RUNTESTFLAGS per
16251         etc/make-stds.texi.  The underscore came from gcc, and dje now
16252         agrees that RUNTESTFLAGS is the correct name.
16254 Thu Nov  4 10:49:01 1993  Per Bothner  (bothner@kalessin.cygnus.com)
16256         * install.sh:  Remove 'set -e'.  It makes any conditionals
16257         in the script useless.
16259         * config.guess: Automatically recognize arm-acorn-riscix
16260         Patch from Richard Earnshaw (rwe11@cl.cam.ac.uk).
16262 Thu Nov 04 08:08:04 1993  Jeffrey Wheat  (cassidy@cygnus.com)
16264         * Makefile.in: Change RUNTESTFLAGS to RUNTEST_FLAGS
16266 Wed Nov  3 22:09:46 1993  Ken Raeburn  (raeburn@rtl.cygnus.com)
16268         * Makefile.in (DISTDOCDIRS): New variable.
16269         (taz): Edit local Makefile.in sooner, instead of proto-toplev
16270         Makefile.in later.  Build "info" and "dvi" in DISTDOCDIRS.
16272 Wed Nov  3 21:31:52 1993  david d `zoo' zuhn  (zoo@rtl.cygnus.com)
16274         * configure.in (hppa target): check the source directory for the
16275           pagas sub-directory
16277 Wed Nov  3 11:12:22 1993  Doug Evans  (dje@canuck.cygnus.com)
16279         * config.sub: Allow -aout* and -elf*.
16281 Wed Nov  3 11:08:33 1993  Ken Raeburn  (raeburn@rtl.cygnus.com)
16283         * configure.in: Don't build ld on i386-solaris2, same as for
16284         sparc-solaris2.
16286 Tue Nov  2 14:21:25 1993  Per Bothner  (bothner@kalessin.cygnus.com)
16288         * Makefile.in (taz): Add texinfo/lgpl.texinfo (for libg++).
16290 Tue Nov  2 13:38:30 1993  Peter Schauer  (pes@regent.e-technik.tu-muenchen.de)
16292         * configure.in:  Configure gdb for alpha.
16294 Mon Nov  1 10:42:54 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
16296         * Makefile.in (CXXFLAGS): Add -O.
16298 Wed Oct 27 10:45:06 1993  david d `zoo' zuhn  (zoo@rtl.cygnus.com)
16300         * config.guess: added support for DG Aviion
16302 Tue Oct 26 14:37:37 1993  Ken Raeburn  (raeburn@rover.cygnus.com)
16304         * configure.in: Produce warning message for subdirectories not
16305         configurable for this host/target combination.  Don't try to
16306         configure gdb for vms.
16308 Mon Oct 25 11:22:15 1993  Ken Raeburn  (raeburn@rover.cygnus.com)
16310         * Makefile.in (taz): Replace "byacc" with "bison -y" in the
16311         appropriate files before making "diststuff".
16312         (DISTBISONFILES): New var: list of files to be edited.
16313         (DISTSTUFFDIRS): Add binutils.
16315 Fri Oct 22 20:32:15 1993  david d `zoo' zuhn  (zoo@rtl.cygnus.com)
16317         * config.sub: also handle mipsel and mips64el (for little endian mips)
16319 Fri Oct 22 07:59:20 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
16321         * configure.in: Add * to end of all OS names.
16323 Thu Oct 21 11:38:28 1993  Stan Shebs  (shebs@rtl.cygnus.com)
16325         * configure.in: Build newlib for LynxOS native.
16327 Wed Oct 20 09:56:12 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
16329         * config.guess: Add support for delta 88k running SVR3.
16331         * configure.in: Add comment about HP compiler vs. emacs.
16333 Tue Oct 19 16:02:22 1993  david d `zoo' zuhn  (zoo@rtl.cygnus.com)
16335         * configure.in: don't build ld on solaris2 (not a viable option
16336           due to bugs in getpwnam & getpwuid)
16338 Tue Oct 19 15:13:56 1993  Ken Raeburn  (raeburn@rtl.cygnus.com)
16340         * configure.in: Accept alpha-dec-osf1*, not just -osf1, since
16341         config.guess will produce a full version number.
16343 Tue Oct 19 15:58:01 1993  Ian Lance Taylor  (ian@tweedledumb.cygnus.com)
16345         * configure.in: Build linker and binutils for alpha-dec-osf1.
16347 Tue Oct 19 11:41:55 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
16349         * Makefile.in: Remove -O from CXXFLAGS for consistency with CFLAGS,
16350         and gdb/testsuite/Makefile.in.
16352 Sat Oct  9 18:39:07 1993  david d `zoo' zuhn  (zoo@rtl.cygnus.com)
16354         * configure.in: recognize mips*- instead of mips-
16356 Fri Oct  8 14:15:39 1993  Ken Raeburn  (raeburn@cygnus.com)
16358         * config.sub: Accept linux*coff and linux*elf as operating
16359         systems.
16361 Thu Oct  7 12:57:19 1993  Ian Lance Taylor  (ian@tweedledumb.cygnus.com)
16363         * config.sub: Recognize mips64, and mips3 as an alias for it.
16365 Wed Oct  6 13:54:21 1993  Peter Schauer  (pes@regent.e-technik.tu-muenchen.de)
16367         * configure.in: Remove alpha-dec-osf*, no longer necessary now that
16368         gdb knows how to handle OSF/1 shared libraries.
16370 Tue Oct  5 11:55:04 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
16372         * configure.in: Recognize hppa*-*-hiux* (currently synonym for hpux).
16373         * config.guess: Recognize Hitachi's HIUX.
16374         * config.sub: Recognize h3050r* and hppahitachi.
16375         Remove redundant cases for hp9k[23]*.
16377 Mon Oct  4 16:15:09 1993  david d `zoo' zuhn  (zoo@rtl.cygnus.com)
16379         * configure.in: default to '--with-gnu-as' and '--with-gnu-ld'
16380         if gas and ld are in the source tree and are in ${configdirs}.
16381         If ${use_gnu_as} or ${use_gnu_ld} are 'no', then don't set the
16382         --with options (but still pass them down on the command line,
16383         if they were explicitly specified).
16385 Fri Sep 24 19:11:13 1993  david d `zoo' zuhn  (zoo@rtl.cygnus.com)
16387         * configure: substitute SHELL value in Makefile.in with
16388         ${CONFIG_SHELL}
16390 Thu Sep 23 18:05:13 1993  Ian Lance Taylor  (ian@tweedledumb.cygnus.com)
16392         * configure.in: Build gas, ld, and binutils for *-*-sysv4* and
16393         *-*-solaris2* targets.
16395 Sun Sep 19 17:01:41 1993  david d `zoo' zuhn  (zoo@rtl.cygnus.com)
16397         * Makefile.in: define M4, and pass it down to sub-makes;
16398         all-autoconf now depends on all-m4
16400 Sat Sep 18 00:38:23 1993  david d `zoo' zuhn  (zoo@rtl.cygnus.com)
16402         * Makefile.in ({AR,RANLIB}_FOR_TARGET): make contingent on
16403         presence of {ar,ranlib} instead of a configured directory
16405 Wed Sep 15 08:41:44 1993  Jim Kingdon  (kingdon@cirdan.cygnus.com)
16407         * config.guess: Accept 34?? as well as 33?? for NCR.
16409 Mon Sep 13 12:28:43 1993  david d `zoo' zuhn  (zoo@rtl.cygnus.com)
16411         * configure.in: grab mt-hppa for HPPA targets; use 'gas ' instead
16412         of 'gas' in sed commands, since 'gash' is now in the tree as well.
16414 Fri Sep 10 11:23:52 1993  david d `zoo' zuhn  (zoo@rtl.cygnus.com)
16416         * configure: grab values for $(CC) and $(CXX) from the
16417         environment, so that someone can do "CC=gcc configure; make" and
16418         have it work right (matching the way that autoconf works now)
16420         * configure.in, Makefile.in: add support for gash, the tcl
16421         interface to Galaxy
16423         * config.guess: add NetBSD variants (hp300, x86)
16425 Thu Sep  9 16:48:52 1993  Jason Merrill  (jason@deneb.cygnus.com)
16427         * install.sh: Support -d option (in the manner of SunOS 4 install,
16428         as it is more deterministic than that of GNU install)
16429         (chmodcmd): Set file to mode 755 by default (should also do default
16430         chgrp and chown, but I don't feel like dealing with that now)
16432 Tue Sep  7 11:59:39 1993  Doug Evans  (dje@canuck.cygnus.com)
16434         * config.sub: Remove h8300hhms alias.
16436 Tue Aug 31 11:00:09 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
16438         * configure.in: Match *-*-solaris2* not *-sun-solaris2*.
16440 Mon Aug 30 18:29:10 1993  david d `zoo' zuhn  (zoo@rtl.cygnus.com)
16442         * Makefile.in (gcc-no-fixedincludes): touch stmp-fixproto as well
16443         as stmp-fixinc
16445 Wed Aug 25 16:35:59 1993  K. Richard Pixley  (rich@sendai.cygnus.com)
16447         * config.sub: recognize m88110-bug-coff.
16449 Tue Aug 24 10:23:24 1993  david d `zoo' zuhn  (zoo@rtl.cygnus.com)
16451         * Makefile.in (all-libio): all dependencies on the toolchain used
16452         to build this (gcc, gas, ld, etc)
16454 Fri Aug 20 17:24:24 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
16456         * config.guess: Deal with OSF/1 1.3 on alpha.
16458 Thu Aug 19 11:43:04 1993  david d `zoo' zuhn  (zoo@rtl.cygnus.com)
16460         * install.sh: add some 'else true' clauses for portability
16462         * configure.in: don't build libio for h8[35]00-*-* targets
16464 Tue Aug 17 19:02:31 1993  Per Bothner  (bothner@kalessin.cygnus.com)
16466         * Makefile.in:  Add support for new libio.
16468 Sun Aug 15 20:48:55 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
16470         * install.sh: If one command fails, don't try the rest.  Don't try
16471         to remove $dsttmp (via trap) unless we have already created it.
16472         If $src doesn't exist, detect it and exit with an error.
16474         * config.guess: Recognize BSD on hp300.
16476 Wed Aug 11 18:35:13 1993  Per Bothner  (bothner@kalessin.cygnus.com)
16478         * config.guess:  Map (9000/[34]??:HP-UX:*:*) to m68k-hp-hpux.
16479         Bug report from "Hamish (H.I.) Macdonald" <hamish@bnr.ca>.
16481 Wed Aug 11 15:37:51 1993  Jason Merrill  (jason@deneb.cygnus.com)
16483         * Makefile.in (all-send-pr): depends on all-prms
16485 Wed Aug 11 16:56:03 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
16487         * config.guess: Fix typo (9000/8??:4.3bsd -> 9000/7??:4.3bsd).
16489 Fri Aug  6 14:45:02 1993  Ian Lance Taylor  (ian@tweedledumb.cygnus.com)
16491         * config.guess: From michael@mercury.cs.mun.ca (Michael Rendell):
16492         Added test for mips-mips-riscos5.
16494 Thu Aug  5 15:45:08 1993  david d `zoo' zuhn  (zoo@rtl.cygnus.com)
16496         * configure.in: use mh-hp300 for 68k HP hosts
16498 Mon Aug  2 11:56:53 1993  david d `zoo' zuhn  (zoo@rtl.cygnus.com)
16500         * configure: add support for CONFIG_SHELL, so that you can use
16501         some alternate shell for evaluating configure scripts
16503 Sun Aug  1 11:36:27 1993  Fred Fish  (fnf@deneb.cygnus.com)
16505         * Makefile.in (make-gdb.tar.gz):  Sed bug reporting address
16506         in configure script to bug-gdb@prep.ai.mit.edu when building
16507         distribution archive.
16508         * Makefile.in (COMPRESS):  Remove def.
16509         * Makefile.in (gdb.tar.gz, make-gdb.tar.gz):  Renamed from
16510         gdb.tar.Z and make-gdb.tar.Z respectively.
16511         * Makefile.in (make-gdb.tar.gz):  Now only build gzip'd archive.
16512         * Makefile.in (make-gdb.tar.gz):  Minor changes to move closer
16513         to convergence with 'taz' target in Makefile.in.
16515 Fri Jul 30 12:34:57 1993  david d `zoo' zuhn  (zoo@rtl.cygnus.com)
16517         * install.sh (dsttmp): use trap to ensure that tmp files go
16518         away on error conditions
16520 Wed Jul 28 11:57:36 1993  david d `zoo' zuhn  (zoo@rtl.cygnus.com)
16522         * Makefile.in (BASE_FLAGS_TO_PASS): remove LOADLIBES
16524 Tue Jul 27 12:43:40 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
16526         * Makefile.in (install-dirs): Deal with a prefix like /gnu;
16527         its parent is '/' not ''.
16529         * Makefile.in (DEVO_SUPPORT): Add comments about ChangeLog.
16531 Fri Jul 23 09:53:37 1993  Jason Merrill  (jason@wahini.cygnus.com)
16533         * configure: if ${newsrcdir}/configure doesn't exist, don't assume
16534         that ${newsrcdir}/configure.in does.
16536 Tue Jul 20 11:28:50 1993  david d `zoo' zuhn  (zoo@rtl.cygnus.com)
16538         * test-build.mk: support for CONFIG_SHELL
16540 Mon Jul 19 21:54:46 1993  Fred Fish  (fnf@deneb.cygnus.com)
16542         * config.sub (netware):  Add as a basic system type.
16544 Wed Jul 14 12:03:11 1993  K. Richard Pixley  (rich@sendai.cygnus.com)
16546         * Makefile.in (Makefile): depend on configure.in.  Also drop the
16547           $(srcdir)/ from the dependency on Makefile.in.
16549 Tue Jul 13 20:10:58 1993  Doug Evans  (dje@canuck.cygnus.com)
16551         * config.sub: Recognize h8300hhms as h8300h-hitachi-hms.
16552         (h8300hhms is temporary until multi-libraries are implemented).
16553         * configure.in: Handle h8300h too.
16555 Sun Jul 11 17:35:27 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
16557         * config.guess: Recognize dpx/2 as m68k-bull-sysv3.
16559 Thu Jul  8 18:26:12 1993  John Gilmore  (gnu@cygnus.com)
16561         * configure:  Remove extraneous output when guessing host type.
16562         * config.guess:  Remove extraneous output when guessing using C
16563         compiler rather than uname, or when guessing fails.
16565 Wed Jul  7 17:58:14 1993  david d `zoo' zuhn  (zoo at rtl.cygnus.com)
16567         * Makefile.in: remove all.cross and install.cross targets
16569         * configure: remove CROSS=-DCROSS_COMPILE and ALL=all.cross
16570           definitions
16572 Tue Jul  6 10:39:44 1993  Steve Chamberlain  (sac@phydeaux.cygnus.com)
16574         * configure.in (target sh): Build gprof.
16576 Thu Jul  1 16:52:56 1993  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
16578         * config.sub: change -solaris to -solaris2
16580 Thu Jul  1 15:46:16 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
16582         * configure.in: Use config/mh-riscos for mips-*-sysv*.
16584 Wed Jun 30 09:31:58 1993  Ian Lance Taylor  (ian@cygnus.com)
16586         * configure: Correct error message for missing Makefile.in to
16587         print correct directory.
16589 Tue Jun 29 13:52:16 1993  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
16591         * install.sh: kludge around 386BSD shell bug
16593 Tue Jun 29 13:06:49 1993  Per Bothner  (bothner@rtl.cygnus.com)
16595         * config.guess:  Recognize NeXT.
16596         * config.guess:  Recognize i486-ncr-sysv4.
16597         * Makefile.in (taz):  rm $(TOOL)-$$VER before linking.
16599 Tue Jun 29 12:50:57 1993  Ian Lance Taylor  (ian@cygnus.com)
16601         * Makefile.in (MAKEINFOFLAGS): New variable.
16602         (FLAGS_TO_PASS): Pass MAKEINFO as MAKEINFO MAKEINFOFLAGS.
16603         * build-all.mk, test-build.mk: Pass down --no-split as
16604         MAKEINFOFLAGS when hosted on DOS.  Compile DOS hosted without -g.
16606 Thu Jun 24 13:39:11 1993  Per Bothner  (bothner@rtl.cygnus.com)
16608         * Makefile.in (DEVO_SUPPORT):  Add COPYING COPYING.LIB install.sh.
16610 Wed Jun 23 12:59:21 1993  Per Bothner  (bothner@rtl.cygnus.com)
16612         * Makefile.in (libg++.tar.z):  New rule.
16613         * Makefile.in (taz):  Replace 'configure -rm' by 'make distclean'.
16614         * Makefile.in (taz):  Only do a single chmod.
16616 Fri Jun 18 12:03:10 1993  david d `zoo' zuhn  (zoo at majipoor.cygnus.com)
16618         * install.sh: don't use dirname anymore (replaced with sed usage)
16620 Thu Jun 17 18:43:42 1993  Fred Fish  (fnf@cygnus.com)
16622         * Makefile.in:  Change extension for gzip'd files from '.z' to
16623         '.gz' per new FSF standard usage.
16625 Thu Jun 17 16:58:50 1993  david d `zoo' zuhn  (zoo at majipoor.cygnus.com)
16627         * configure: put quotes around the final value of program_transform_name
16629 Tue Jun 15 16:48:51 1993  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
16631         * Makefile.in: new install.sh support; update install-info rules
16633 Wed Jun  9 12:31:34 1993  Ian Lance Taylor  (ian@cygnus.com)
16635         * configure.in: Build diff for crosses, but not for go32 host.
16637         * configure.in: Build gprof only for native, and don't build it
16638         for mips-*-*, rs6000-*-*, or i[34]86-*-sco*.
16640 Mon Jun  7 13:12:11 1993  david d `zoo' zuhn  (zoo at deneb.cygnus.com)
16642         * configure.in: don't build gas,ld,binutils on for *-*-sysv4
16644 Mon Jun  7 11:40:11 1993  Brendan Kehoe  (brendan@lisa.cygnus.com)
16646         * configure.in (host_tools): Add prms.
16648 Fri Jun  4 13:30:42 1993  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
16650         * Makefile.in: install gcc, do installation of $(INSTALL_MODULES)
16651         with $(FLAGS_TO_PASS) on the command line
16653         * config.sub: Recognize lynx and lynxos
16655 Fri Jun  4 10:59:56 1993  Ian Lance Taylor  (ian@cygnus.com)
16657         * config.sub: Accept -ecoff*, not just -ecoff.
16659 Thu Jun  3 17:38:54 1993  Ken Raeburn  (raeburn@cambridge.cygnus.com)
16661         * Makefile.in (taz): Use .gz suffix instead of .z.
16662         (binutils.tar.gz, gas+binutils.tar.gz, gas.tar.gz): Fixed target
16663         names.
16665 Thu Jun  3 00:27:06 1993  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
16667         * Makefile.in (vault-install): add an 'else true' (for Ultrix)
16669 Wed Jun  2 18:19:16 1993  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
16671         * Makefile.in (install-no-fixedincludes):  install gcc last, so
16672         that rebuilds that might happen during 'make install' don't get
16673         bogus gcc include files
16675 Wed Jun  2 16:14:10 1993  Ken Raeburn  (raeburn@cambridge.cygnus.com)
16677         Change from Utah for HPPA support:
16678         * config.guess: Recognize hppa1.x-hp-bsd.
16680 Wed Jun  2 11:53:33 1993  Per Bothner  (bothner@rtl.cygnus.com)
16682         * config.guess:  Add support for Motorola Delta 68k, up to r3v7.
16683         Patch from pot@fly.cnuce.cnr.it (Francesco Potorti`).
16685 Tue Jun  1 17:48:42 1993  Rob Savoye  (rob at darkstar.cygnus.com)
16687         * config.sub: Add support for rom68k and bug boot monitors.
16689 Mon May 31 09:36:37 1993  Jim Kingdon  (kingdon@cygnus.com)
16691         * Makefile.in: Make all-opcodes depend on all-bfd.
16693 Thu May 27 08:05:31 1993  Ian Lance Taylor  (ian@cygnus.com)
16695         * config.guess: Added special check for i[34]86-univel-sysv4*.
16697 Wed May 26 16:33:40 1993  Ian Lance Taylor  (ian@cygnus.com)
16699         * config.guess: For i[34]86-unknown-sysv4 use UNAME_MACHINE for
16700         the processor rather than assuming i486.
16702 Wed May 26 09:40:18 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
16704         * config.guess: Recognize SunOS6 as Solaris3.
16706 Tue May 25 23:03:11 1993  Per Bothner  (bothner@cygnus.com)
16708         * config.guess:  Fix typo.  Avoid #elif (not in K&R 1).
16709         Recognize SunOS 5.* only (and not [6-9].*) as being Solaris2.
16711 Tue May 25 12:44:18 1993  Ian Lance Taylor  (ian@cygnus.com)
16713         * build-all.mk (all-cross): New target for Canadian Cross.
16714         Added Q2 go32 targets.
16715         * test-build.mk: Configure go32 cross sparclite-aout and
16716         mips-idt-ecoff -with-gnu-ld.  Moved build binary directory from
16717         PARTIAL_HOLE_DIRS to BUILD_HOLES_DIRS.
16719 Mon May 24 15:30:06 1993  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
16721         * configure.in: fix Alpha GDB typo; also, don't build DejaGnu for
16722         GO32 hosted toolchains
16724 Mon May 24 14:18:41 1993  Rob Savoye  (rob at darkstar.cygnus.com)
16726         * configure: change  so "-exec-prefix" gets passed down rather
16727         than "-exec_prefix" so autoconf generated Makefiles get the
16728         exec_prefix set right.
16730 Fri May 21 10:42:25 1993  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
16732         * config.guess: get the Solaris2 minor version number
16734         * Makefile.in: add standards.texi and make-stds.texi to ETC_SUPPORT
16736 Fri May 21 06:20:52 1993  Brendan Kehoe  (brendan@lisa.cygnus.com)
16738         * config.guess: Recognize some Sequent platforms.
16740 Thu May 20 14:33:48 1993  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
16742         * Makefile.in: added the vault-install target
16744         * configure.in: actually use the Sun3 makefile fragment that's in
16745         config, also added the release dir to configdirs
16747 Thu May 20 14:19:18 1993  Ken Raeburn  (raeburn@cambridge.cygnus.com)
16749         * Makefile.in (taz): Fix modes on stuff in $(TOOL) dir also.
16751 Tue May 18 20:26:41 1993  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
16753         * configure.in: remove some program from Alpha targetted toolchains
16755 Tue May 18 15:23:19 1993  Ken Raeburn  (raeburn@cygnus.com)
16757         * Makefile.in (DISTSTUFFDIRS): Renamed from PROTODIRS.  Add ld and
16758         gprof.
16759         (taz): Run "make diststuff" in those directories instead of "make
16760         proto-dir".  Look for "VERSION=" only at start of line in subdir
16761         Makefile.  Use "gzip -9" for compression.
16762         (TEXINFO_SUPPORT, DIST_SUPPORT, BINUTILS_SUPPORT_DIRS): New vars.
16763         (binutils.tar.z): New target.
16765 Mon May 17 17:01:15 1993  Ken Raeburn  (raeburn@deneb.cygnus.com)
16767         * Makefile.in (taz): Include gpl.texinfo.
16769 Fri May 14 06:48:38 1993  Ken Raeburn  (raeburn@deneb.cygnus.com)
16771         * Makefile.in (setup-dirs): Merged into "taz" target.
16772         (taz): Only do `proto-dir' stuff if a directory is actually needed
16773         for this target.
16775 Wed May 12 13:09:44 1993  Ian Lance Taylor  (ian@cygnus.com)
16777         * Makefile.in (MUNCH_NM): New variable, defined to be $(NM).
16778         (FLAGS_TO_PASS): Pass down MUNCH_NM.
16779         (HOST_CC, HOST_PREFIX, HOST_PREFIX_1): New variables.
16780         (EXTRA_GCC_FLAGS): Pass down HOST_* variables.
16781         (gcc-no-fixedincludes): Correct for current gcc Makefile.
16783 Tue May 11 10:14:25 1993  Fred Fish  (fnf@cygnus.com)
16785         * Makefile.in (make-gdb.tar.Z):  Add configure, config.guess,
16786         config.sub, and move-if-change to gdb testsuite distribution
16787         archive, so the testsuite can be extracted, configured, and
16788         run separately from the gdb distribution.  Blow away the Chill
16789         tests that require a Chill compiled executable, since GNU Chill
16790         is not yet publically available.
16792 Mon May 10 17:22:26 1993  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
16794         * test-build.mk: set environment variables in a single command,
16795         instead of a list of assignments and exports
16797         * config.guess: recognize Alpha/OSF1 systems
16799 Mon May 10 14:55:51 1993  K. Richard Pixley  (rich@rtl.cygnus.com)
16801         * configure: Change help message to prefer --options rather than
16802           -options.
16804 Mon May 10 05:58:35 1993  Ken Raeburn  (raeburn@kr-pc.cygnus.com)
16806         * config.sub: Convergent Tech. "miniframe" uses m68010, sez
16807         zippy@ecst.csuchico.edu.
16808         * config.guess: Recognize miniframe.
16810 Sun May  9 17:47:57 1993  Rob Savoye  (rob at darkstar.cygnus.com)
16812         * Makefile.in: Use srcroot to find runtest rather than rootme.
16813         Pass RUNTESTFLAGS and EXPECT down in BASE_FLAGS_TO_PASS.
16815 Fri May  7 14:55:59 1993  Ian Lance Taylor  (ian@cygnus.com)
16817         * test-build.mk: Extensive additions to support building on a
16818         machine other than the host.
16820 Wed May  5 08:35:04 1993  Ken Raeburn  (raeburn@deneb.cygnus.com)
16822         * configure (tooldir): Fix for i386-aix again.
16824 Mon May  3 19:00:27 1993  Per Bothner  (bothner@cygnus.com)
16826         * configure, Makefile.in:  Change definition of $(tooldir)
16827         to match the FSF.
16829 Fri Apr 30 15:55:21 1993  Fred Fish  (fnf@cygnus.com)
16831         * config.guess:  Recognize i[34]86/SVR4.
16833 Fri Apr 30 15:52:46 1993  Steve Chamberlain  (sac@thepub.cygnus.com)
16835         * Makefile.in (all-gdb): gdb depends on sim.
16837 Thu Apr 29 23:30:48 1993  Fred Fish  (fnf@cygnus.com)
16839         * Makefile.in (gdb.tar.Z):  Make prototype gdb testsuite directory
16840         at the same time we make the prototype gdb directory.
16841         * Makefile.in (make-gdb.tar.Z):  Make the testsuite distribution
16842         files at the same time as the gdb base release distribution.
16844 Thu Apr 29 12:50:37 1993  Ian Lance Taylor  (ian@cygnus.com)
16846         * Makefile.in (check): Use individual check targets rather than
16847         DO_X rule.
16848         (check-gcc): Added.
16850 Thu Apr 29 09:50:07 1993  Jim Kingdon  (kingdon@cygnus.com)
16852         * config.sub: Use sysv3.2 not sysv32 for canonical OS
16853         for System V release 3.2.
16855 Thu Apr 29 10:33:22 1993  Ken Raeburn  (raeburn@cambridge.cygnus.com)
16857         * config.sub: Recognize hppaosf.
16858         * configure.in: Do configure ld/binutils/gas for it.
16860 Tue Apr 27 06:25:34 1993  Ken Raeburn  (raeburn@kr-pc.cygnus.com)
16862         * configure (tooldir): Alter syntax used to set this, for systems
16863         where "\$" isn't handled right, like i386-aix.
16865 Thu Apr 22 08:17:35 1993  Ian Lance Taylor  (ian@cygnus.com)
16867         * configure: Pass program-transform-name, not
16868         program_transform_name, to recursive configures.
16870 Thu Apr 22 02:58:21 1993  Ken Raeburn  (raeburn@cygnus.com)
16872         * Makefile.in (gas+binutils.tar.z): New rule for building snapshots
16873         of gas+ld+binutils.
16875 Mon Apr 19 17:41:30 1993  Per Bothner  (bothner@cygnus.com)
16877         * config.guess:  Recognize AIX3.2 as distinct from 3.1.
16879 Sat Apr 17 17:19:50 1993  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
16881         * configure.in: rename m88k-motorola-m88kbcs to m88k-motorola-sysv
16883 Tue Apr 13 16:52:16 1993  Brendan Kehoe  (brendan@lisa.cygnus.com)
16885         * Makefile.in (PRMS): Set back to all-prms.
16887 Sat Apr 10 12:04:07 1993  Ian Lance Taylor  (ian@cygnus.com)
16889         * test-build.mk: Pass -with-gnu-as for known MIPS native and MIPS
16890         targets, rather than for MIPS hosts.
16892 Fri Apr  9 13:51:06 1993  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
16894         * configure.in: add comment for --with-x default values
16896         * config.guess: handle Motorola Delta88 box for SVR3 and SVR4.
16898         * Makefile.in: add check-* targets for each of the directories in
16899         the tree.  Add a definition of RUNTEST that will use the one we
16900         just built, if it exists.  Pass this down via FLAGS_TO_PASS.
16902 Thu Apr  8 09:21:30 1993  Ian Lance Taylor  (ian@cygnus.com)
16904         * configure.in: Removed obsolete references to bfd_target and
16905         target_makefile_frag.
16907         * build-all.mk: Set assorted targets for Q2.
16908         * config.sub: Recognize z8k-sim and h8300-hms.
16909         * test-build.mk: Really don't pass host to configure.
16910         (HOLES): Added uname.
16912 Wed Apr  7 15:48:19 1993  Ian Lance Taylor  (ian@cygnus.com)
16914         * configure: Handle an empty program-prefix, program-suffix or
16915         program-transform-name correctly.
16917 Tue Apr  6 13:48:41 1993  Ian Lance Taylor  (ian@cygnus.com)
16919         * build-all.mk: -G 8 no longer required for MIPS targets.
16920         * test-build.mk: Don't pass host argument to configure; make it
16921         guess.
16923 Tue Apr  6 10:36:53 1993  Fred Fish  (fnf@cygnus.com)
16925         * Makefile.in (gdb.tar.Z):  Fix for building gzip'd distribution.
16926         * Makefile.in (COMPRESS):  New macro, like GZIP.
16928 Fri Apr  2 09:02:31 1993  Ian Lance Taylor  (ian@cygnus.com)
16930         * test-build.mk: Use -with-gnu-as for mips-sgi-irix4 as well.
16932         * build-all.mk: Set GCC to gcc -O -G 8 for MIPS targets, since gcc
16933         with gas currently defaults to -G 0.
16935 Thu Apr  1 08:25:42 1993  Ian Lance Taylor  (ian@cygnus.com)
16937         * Makefile.in (all-flex): flex depends on byacc.
16939         * build-all.mk: If host not specified, use config.guess.  Pass TAG
16940         to test-build.mk as RELEASE_TAG.
16941         * test-build.mk (configargs): New variable containing arguments to
16942         pass to configure.  Set to -with-gnu-as on mips-dec-ultrix.
16943         (FLAGS_TO_PASS): Pass down RELEASE_TAG.
16945         * config.guess: Use /bin/uname when checking -X argument on SCO,
16946         to avoid invoking GNU uname which doesn't understand -X.
16948         * test-build.mk: Don't use /usr/unsupported/bin/as on AIX.
16950         * configure.in: Build gas for mips-*-*.
16952 Wed Mar 31 21:20:58 1993  K. Richard Pixley  (rich@rtl.cygnus.com)
16954         * Makefile.in (all.normal): insert missing backslash.
16956 Wed Mar 31 12:31:56 1993  Ian Lance Taylor  (ian@cygnus.com)
16958         * build-all.mk: Bump -XNh value to 1500 to match gcc requirements.
16960         * Makefile.in: Complete overhaul to merge many almost identical
16961         targets.
16963 Tue Mar 30 20:17:01 1993  Ken Raeburn  (raeburn@cambridge.cygnus.com)
16965         * Makefile.in (setup-dirs-gdb): Renamed from setup-dirs.
16966         (gdb.tar.Z): Adjusted.
16968         * Makefile.in (setup-dirs, taz): New targets; should be general
16969         enough to adapt for gdb sometime.  Build only .z file.
16970         (gas.tar.z): New target.
16972 Tue Mar 30 10:03:09 1993  Ian Lance Taylor  (ian@cygnus.com)
16974         * build-all.mk: Use CC=cc -Xs on Solaris.
16976 Thu Mar 25 15:14:30 1993  Fred Fish  (fnf@cygnus.com)
16978         * Makefile.in:  Incorporate changes suggested by wilson@cygnus.com
16979         for handling BISON for FSF releases.
16981 Thu Mar 25 06:19:48 1993  Ken Raeburn  (raeburn@kr-pc.cygnus.com)
16983         * configure: Actually implement the change zoo just documented.
16985 Wed Mar 24 13:02:44 1993  david d `zoo' zuhn  (zoo at poseidon.cygnus.com)
16987         * configure: when using config.guess, only set target_alias when
16988         it's not already been set (ie, on the command line)
16990 Mon Mar 22 23:07:39 1993  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
16992         * Makefile.in: add installcheck target, set PRMS to install-prms
16994 Sun Mar 21 16:46:12 1993  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
16996         * configure: add support for package_makefile_fragment, handle the
16997         case where a directory has a configure.in file but no Makefile.in
16998         more gracefully (with an actual understandable error message, even);
16999         add support for --without (and add this to the usage message); also
17000         explicitly add a --host=${host_alias} to the command line when
17001         config.guess is used
17003 Sun Mar 21 12:11:58 1993  Jim Wilson  (wilson@sphagnum.cygnus.com)
17005         * configure: Must use both --host and --target in recursive calls.
17007 Thu Mar 18 12:31:35 1993  Ian Lance Taylor  (ian@cygnus.com)
17009         * Makefile.in: Change deja-gnu to dejagnu.
17011 Mon Mar 15 15:44:35 1993  Ian Lance Taylor  (ian@cygnus.com)
17013         * configure.in (h8300-*-*, h8500-*-*): Don't build libg++.
17015 Fri Mar 12 18:30:14 1993  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
17017         * configure.in: canonicalize all instances to *-*-solaris2*,
17018         also strip out a number of tools to not build for go32 host
17020 Wed Mar 10 12:08:27 1993  K. Richard Pixley  (rich@rtl.cygnus.com)
17022         * config.guess: add GPL.
17024         * Makefile.in, config.guess, config.sub, configure: bump
17025           copyrights to 93.
17027 Wed Mar 10 07:12:48 1993  Ian Lance Taylor  (ian@cygnus.com)
17029         * Makefile.in (do-info): Removed obsolete check for existence of
17030         localenv file.
17032         * Makefile.in (MAKEOVERRIDES): Define to be empty.
17034 Wed Mar 10 03:11:56 1993  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
17036         * Makefile.in: a couple of 'else true' for decstation,
17037         support for TclX
17039         * configure.in: configure tclX too; don't remove Tk on RS/6000 anymore
17041 Tue Mar  9 16:06:12 1993  K. Richard Pixley  (rich@cygnus.com)
17043         * Makefile.in (setup-dirs): change invocation of make to $(MAKE).
17045 Mon Mar  8 14:52:11 1993  Ken Raeburn  (raeburn@cambridge)
17047         * config.guess: Recognize i386-ibm-aix (PS/2).
17048         * configure.in: Use config/mh-aix386 file for it.
17050 Mon Mar  8 11:12:43 1993  Ian Lance Taylor  (ian@cygnus.com)
17052         * Makefile.in (GCC_FOR_TARGET): Eliminated definition; use
17053         CC_FOR_TARGET instead.
17054         (BASE_FLAGS_TO_PASS): Pass GCC_FOR_TARGET=$(CC_FOR_TARGET).
17056 Wed Mar  3 16:00:28 1993  Steve Chamberlain  (sac@ok.cygnus.com)
17058         * Makefile.in: Add sim to list of directories sent with gdb
17060 Wed Mar  3 11:42:39 1993  Ken Raeburn  (raeburn@cygnus.com)
17062         * configure.in: Put back mips-dec-bsd* case.
17064 Tue Mar  2 21:15:58 1993  Fred Fish  (fnf@cygnus.com)
17066         (Ultrix 2.2 support from Michael Rendell <michael@mercury.cs.mun.ca>)
17067         * configure.in (vax-*-ultrix2*):  Add Ultrix 2.2 triplet.
17068         * config.guess:  Change 'VAX*:ULTRIX:*:*' to 'VAX*:ULTRIX*:*:*'.
17070 Tue Mar  2 18:11:03 1993  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
17072         * configure.in: remove no-op mips-dec-bsd* in "case $target"
17074         * Makefile.in (dir.info): only run gen-info-dir if it exists,
17075         (install-info): install dir.info only if it exists,
17076         (all-expect, install-expect): pass along X11_FLAGS_TO_PASS
17078 Tue Mar  2 09:01:30 1993  Ken Raeburn  (raeburn@cygnus.com)
17080         * configure.in: For vms target, skip bfd, ld, binutils.  Do build
17081         gas for mips-dec-bsd.
17083 Tue Mar  2 08:35:24 1993  Ian Lance Taylor  (ian@cygnus.com)
17085         * configure (makesrcdir): If ${srcdir} is relative and not ".",
17086         and ${subdir} is not ".", set makesrcdir based on ${invsubdir}.
17088 Tue Feb 23 14:18:28 1993  Mike Werner  (mtw@poseidon.cygnus.com)
17090         * configure.in: Added "dejagnu" to hosttools list.
17092 Mon Feb 22 23:28:38 1993  Per Bothner  (bothner@rtl.cygnus.com)
17094         * config.sub, configure.in, config.guess:  Add support
17095         for Bosx, an AIX variant from Bull.
17096         Patches from F.Pierresteguy@frcl.bull.fr.
17098 Sun Feb 21 11:15:22 1993  Mike Werner  (mtw@poseidon.cygnus.com)
17100         * devo/dejagnu: Initial creation of devo/dejagnu.
17101         Migrated dejagnu testcases and support files for testing software
17102         tools to reside as subdirectories, currently called "testsuite",
17103         within the directory of the software tool.  Migrated all programs,
17104         support libraries, etc. beloging to dejagnu proper from
17105         devo/deja-gnu to devo/dejagnu.  These files were moved "as is"
17106         with no modifications.  The changes to these files which will
17107         allow them to configure, build, and execute properly will be made
17108         in a future update.
17110 Fri Feb 19 20:19:39 1993  Brendan Kehoe  (brendan@lisa.cygnus.com)
17112         * Makefile.in: Change send_pr to send-pr.
17113         * configure.in: Likewise.
17114         * send_pr: Renamed directory to send-pr.
17116 Fri Feb 19 19:00:13 1993  Per Bothner  (bothner@cygnus.com)
17118         * Makefile.in:  Add some extra semi-colons (needed if SHELL=bash).
17120 Fri Feb 19 00:59:33 1993  John Gilmore  (gnu@cygnus.com)
17122         * README:  Update for gdb-4.8 release.
17123         * Makefile.in (gdb.tar.Z):  Add texinfo/tex3patch.  Build
17124         gdb-xxx.tar.z (gzip'd) file also.
17126 Thu Feb 18 09:16:17 1993  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
17128         * Makefile.in: make all-diff depend on all-libiberty
17130 Tue Feb 16 16:06:31 1993  K. Richard Pixley  (rich@cygnus.com)
17132         * config.guess: add vax-ultrix in the spirit of mips-ultrix.
17134 Tue Feb 16 05:57:15 1993  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
17136         * configure.in, Makefile.in: add hello, tar, gzip, recode, indent
17138 Tue Feb 16 00:58:20 1993  John Gilmore  (gnu@cygnus.com)
17140         * Makefile.in (DEVO_SUPPORT):  Remove etc directory
17141         (ETC_SUPPORT):  Only add the files GDB wants from etc/.
17142         (gdb.tar.Z):  Use ETC_SUPPORT.  Use byacc when building the file.
17144 Thu Feb 11 20:14:28 1993  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
17146         * Makefile.in:  makeinfo binary is in a new location
17148 Tue Feb  9 12:42:27 1993  Ian Lance Taylor  (ian@cygnus.com)
17150         * config.sub: Accept -ecoff as an OS.
17152         * Makefile.in: Various changes to eliminate a level of make
17153         recursion and reduce the required command line length.
17154         (BASE_FLAGS_TO_PASS): New variable holding flags passed to all
17155         sub-makes.
17156         (EXTRA_HOST_FLAGS, EXTRA_TARGET_FLAGS, EXTRA_GCC_FLAGS): New
17157         variables holding settings for specific sub-makes.
17158         (FLAGS_TO_PASS, TARGET_FLAGS_TO_PASS, GCC_FLAGS_TO_PASS): Rewrote
17159         in terms of BASE_FLAGS_TO_PASS.
17160         (TARGET_LIBS): New variable listing directories which use
17161         TARGET_FLAGS_TO_PASS.
17162         (subdir_do): Eliminated.
17163         (do-*): New set of targets to replace subdir_do.
17164         (various): All targets which used subdir_do now depend on do-*.
17165         (local-clean): Renamed from do_clean.
17166         (local-distclean): New target, dependency of distclean and
17167         realclean.
17168         (install-info): Don't create directories.  Depend on dir.info
17169         rather than calling make recursively.
17170         (install-dir.info): Eliminated.
17171         (install-info-dirs): Create all info directories here.
17172         (dir.info): Depend upon do-install-info.
17174         * test-build.mk (HOLES): Added false.
17176 Sat Feb  6 14:05:09 1993  Per Bothner  (bothner@rtl.cygnus.com)
17178         * config.guess:  Recognize BSDI and BSDJ (Jolitz 386bsd).
17180 Thu Feb  4 20:49:18 1993  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
17182         * Makefile.in (info): remove dependency on all-texinfo.  The
17183         problem was really in texinfo/C, not at this level.
17185 Thu Feb  4 13:38:41 1993  Ian Lance Taylor  (ian@cygnus.com)
17187         * Makefile.in (info): Added dependency on all-texinfo (PR 2112).
17189 Thu Feb  4 01:50:53 1993  John Gilmore  (gnu@cygnus.com)
17191         * Makefile.in (make-gdb.tar.Z):  Change BISON to 'bison -y' for
17192         GDB releases.
17194 Wed Feb  3 17:22:16 1993  Ken Raeburn  (raeburn@cambridge.cygnus.com)
17196         * configure: Include srcdir in message about target of link not
17197         being found.  Don't convert `-' to `_' in `with' options being
17198         passed to subdirs.
17200 Tue Feb  2 18:57:59 1993  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
17202         * configure.in: add uudecode to host_tools
17204         * Makefile.in: added {all,install}-uudecode targets, added them to
17205         the appropriate lists
17207 Tue Feb  2 11:45:53 1993  Ian Lance Taylor  (ian@cygnus.com)
17209         * Makefile.in (all-gcc): Added dependency on all-gas.
17211         * configure.in (mips-*-*): Build ld and binutils.
17213 Mon Feb  1 12:35:41 1993  K. Richard Pixley  (rich@rtl.cygnus.com)
17215         * configure: check return code from mkdir, print error message and
17216           exit on failure.
17218 Sat Jan 30 16:40:28 1993  John Gilmore  (gnu@cygnus.com)
17220         * Makefile.in (make-gdb.tar.Z):  New location for texinfo.tex.
17222 Thu Jan 28 15:09:59 1993  Ian Lance Taylor  (ian@cygnus.com)
17224         * test-build.mk (HOLES): Added tar, cpio and uudecode.
17226 Wed Jan 27 16:50:32 1993  Jim Wilson  (wilson@sphagnum.cygnus.com)
17228         * config.sub (h8500):  Recognize this as a cpu type.
17230 Sat Jan 23 20:32:01 1993  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
17232         * configure: source directory missing is no longer a warning
17234         * configure.in: recognize irix[34]* instead of irix[34]
17236         * Makefile.in: define and pass down X11_LIB
17238 Sat Jan 23 13:49:40 1993  Per Bothner  (bothner@cygnus.com)
17240         * guess-systype: Renamed to ...
17241         * config.guess:  ... by popular request.
17242         * configure.in, Makefile.in:  Update accordingly.
17244 Thu Jan 21 12:20:55 1993  Per Bothner  (bothner@cygnus.com)
17246         * guess-systype:  Patches from John Eaton <jwe@che.utexas.edu>:
17247         + Add Convex, Cray/Unicos, and Encore/Multimax support.
17248         + Execute ./dummy instead of assuming . is in PATH.
17250 Tue Jan 19 17:18:06 1993  Per Bothner  (bothner@cygnus.com)
17252         * guess-systype:  New shell script.  Attempts to guess the
17253         canonical host name of the executing host.
17254         Only a few hosts are supported so far.
17255         * configure:  Call guess-systype if no host is specified.
17257 Tue Jan 19 08:26:07 1993  Ian Lance Taylor  (ian@cygnus.com)
17259         * Makefile.in (gcc-no-fixedincludes): Made to work with current
17260         gcc Makefile.
17263 Fri Jan 15 10:27:02 1993  Ian Lance Taylor  (ian@cygnus.com)
17265         * Makefile.in (GCC_FLAGS_TO_PASS): New variable.
17266         (all-gcc, install-gcc, subdir_do): Use it.
17268 Wed Jan 13 17:06:45 1993  Jim Wilson  (wilson@sphagnum.cygnus.com)
17270         * Makefile.in: Rename uninstalled gcc driver from gcc to xgcc.
17272 Wed Jan  6 20:29:16 1993  Mike Werner  (mtw@rtl.cygnus.com)
17274         * Makefile.in: Removed explicit setting of SUBDIRS. SUBDIRS is now
17275           set exclusively by configure, using configure.in .
17277 Wed Jan  6 13:44:11 1993  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
17279         * test-build.mk: set $PATH for all builds
17281         * Makefile.in: pass TARGET_FLAGS_TO_PASS for xiberty and libm
17283 Wed Jan  6 11:02:10 1993  Fred Fish  (fnf@cygnus.com)
17285         * Makefile.in (GCC_FOR_TARGET):  Supply a default that matches
17286         the one used in gcc/Makefile.in, so that a null expansion doesn't
17287         override the one needed to build gcc with a native cc.
17290 Tue Jan  5 07:55:12 1993  Ken Raeburn  (raeburn@cambridge.cygnus.com)
17292         * configure: Accept -with arguments.
17294 Sun Jan  3 15:15:09 1993  Steve Chamberlain  (sac@thepub.cygnus.com)
17296         * Makefile.in: added h8300sim
17298 Tue Dec 29 15:06:00 1992  Ian Lance Taylor  (ian@cygnus.com)
17300         * build-all.mk: If canonhost is i386-unknown-sco3.2v4, change it
17301         to i386-sco3.2v4.  Set TARGETS and CFLAGS for i386-sco3.2v4.
17302         (all-cygnus, native, build-cygnus): Make
17303         $(canonhost)-stamp-3stage-done, not $(host)....
17304         * test-build.mk (stamp-3stage-compared): Use tail +10c for
17305         i386-sco3.2v4.  Added else true to if command.
17307 Mon Dec 28 12:08:56 1992  Ken Raeburn  (raeburn@cygnus.com)
17309         * config.sub: (from FSF) Sequent uses a BSD-like OS.
17311 Mon Dec 28 08:32:06 1992  Minh Tran-Le  (mtranle@paris.intellicorp.com)
17313         * configure.in (i[34]86-*-isc*): added; uses mh-sysv.
17315 Thu Dec 24 17:26:24 1992  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
17317         * configure.in: don't remove binutils from Solaris builds
17319 Thu Dec 24 14:08:38 1992 david d`zoo' zuhn  (zoo@cygnus.com)
17321         * Makefile.in: get rid of earlier definitions for *clean,
17322         also handle the recursive info rule better
17324 Thu Dec 24 12:40:21 1992  Per Bothner  (bothner@rtl.cygnus.com)
17326         * Makefile.in (mostlyclean, distclean, realclean):  Fix to
17327         do more-or-less the right thing.
17329 Wed Dec 16 10:25:31 1992  Ian Lance Taylor  (ian@cygnus.com)
17331         * Makefile.in: Add lines defining CC and CXX, and use CXX rather
17332         than gcc in definitions of CXX_FOR_BUILD and CXX_FOR_TARGET.
17334 Tue Dec 15 00:34:32 1992  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
17336         * Makefile.in: change all $(host_cpu)-$(host_vendor)-$(host_os) to
17337         $(host_canonical).
17339         * configure.in: split the configdirs list into 4 categories (native
17340         v. cross, library v. tool) and handle the cross-only and native-
17341         only in more reasonable (and correct!) way.
17343 Mon Dec 14 17:04:22 1992  Stu Grossman  (grossman at cygnus.com)
17345         * configure.in (hppa*-*-*):  Don't remove bfd and gdb from
17346         configdirs anymore.
17348 Sun Dec 13 00:37:26 1992  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
17350         * Makefile.in: extensive cleanup::  removed all of the explicit
17351         clean-* targets, collapsed many wrappers around subdir_do into
17352         one, added additional targets to satisfy standards.texi, deleted
17353         some old targets, some changes for consistency
17355 Fri Dec 11 20:18:02 1992  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
17357         * configure.in: handle some programs as cross-only, and others as
17358         native only
17360         * test-build.mk: handle partial holes in a more generic manner
17362         * Makefile.in: m4 depends on libiberty
17364 Thu Dec  3 21:52:11 1992  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
17366         * configure.in: add m4, textutils, fileutils, sed, shellutils,
17367         time, wdiff, and find to configdirs
17369         * Makefile.in: all, clean, and install rules for the new programs
17370         added to configure.in
17372 Mon Nov 30 14:54:34 1992  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
17374         * configure.in: use mh-sun for all *-sun-* hosts
17376 Fri Nov 27 18:35:54 1992  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
17378         * Makefile.in: define flags for X11 include files and library file
17379         locations, pass them down to the programs that need this info
17381         * build-all.mk: added a 'native' target, to 3stage the native toolchain
17383 Sun Nov 22 18:59:13 1992  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
17385         * configure.in: start building libg++ for HP-UX targets
17387 Wed Nov 18 19:33:11 1992  John Gilmore  (gnu@cygnus.com)
17389         * README:  Update references to files moved into etc/.
17391 Sun Nov 15 09:36:08 1992  Fred Fish  (fnf@cygnus.com)
17393         * config.sub (i386sol2, i486sol2):  i[34]86-unknown-solaris2.
17394         * configure.in (i[34]86-*-solaris2*):  Use config/mh-sysv4.
17396 Thu Nov 12 08:50:42 1992  Ian Lance Taylor  (ian@cygnus.com)
17398         * configure: accept dash as well as underscore in long option
17399         names for FSF compatibility.
17401 Wed Nov 11 08:04:37 1992  Ian Lance Taylor  (ian@cygnus.com)
17403         * config.sub: added -sco3.2v4 support from FSF.
17405 Sun Nov  8 21:14:30 1992  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
17407         * configure.in: expand the section that adds or removes
17408         directories from the list of programs to build, to handle native
17409         vs. cross in addition to host v. native
17411 Sat Nov  7 18:52:27 1992  Per Bothner  (bothner@rtl.cygnus.com)
17413         * Makefile.in:  Replace C++ in macro names with CXX.
17414         This is less likely to break ...
17416 Sat Nov  7 15:16:58 1992  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
17418         * test-build.mk: add -w to GNU_MAKE
17420 Fri Nov  6 23:10:37 1992  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
17422         * config.sub: remove 'sparc'-->'sparc-sun' default transformation,
17423         add 'sparc' to list of recognized cpus.  This needed to make
17424         'sparc-aout' expand to 'sparc-unknown-aout' instead of 'sparc-sun-aout'.
17425         Delete some redundant ose68 variants.  Recognize -wrs as an os,
17426         then changes that into $CPU-wrs-vxworks.
17428         * configure.in: remove most references to gdbtest, regularize
17429         target based program removal
17431         * test-build.mk: import from p3 tree (many fixes and changes)
17433 Fri Nov  6 20:59:00 1992  david d `zoo' zuhn  (zoo@cygnus.com)
17435         * Makefile.in: added rules to handle tcl, tk, and expect
17437         * configure.in: handle those directories if they exist
17439 Thu Nov  5 14:35:41 1992  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
17441         * config.sub: removed bogus hppabsd and hppahpux names, since
17442         "hppa" is not a valid cpu (hppa1.1 or hppa1.0 are, though)
17444 Thu Oct 29 00:12:41 1992  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
17446         * Makefile.in: all-gcc now depends on all-binutils.  all-libg++
17447         depends upon all-xiberty
17449         * Makefile.in: changes from p3, including:
17451         Thu Oct  8 15:00:17 1992  Ian Lance Taylor  (ian@cygnus.com)
17453         * Makefile.in (XTRAFLAGS): include newlib directories if
17454         newlib/Makefile exists, rather than if host != target.
17456         Fri Sep 25 13:41:52 1992  Ian Lance Taylor  (ian@cygnus.com)
17458         * Makefile.in: added -nostdinc to XTRAFLAGS if we are using gcc
17459         from the same source tree and not building a cross-compiler.  This
17460         matters for the libg++ configuration if reconfiguring a tree that
17461         has already been installed.
17463         Thu Sep 10 10:35:51 1992  Ian Lance Taylor  (ian@cygnus.com)
17465         * Makefile.in: added -I for newlib/targ-include to XTRAFLAGS, to
17466         pick up the machine and system specific header files.
17468         * Makefile.in: added AS_FOR_TARGET, passed down in
17469         TARGET_FLAGS_TO_PASS.  Added CC_FOR_BUILD, which is intended to be
17470         the C compiler to use to create programs which are run in the
17471         build environment, set it to default to $(CC), and passed it down
17472         in FLAGS_TO_PASS and TARGET_FLAGS_TO_PASS.
17474         Mon Sep  7 22:34:42 1992  Ian Lance Taylor  (ian@cirdan.cygnus.com)
17476         * Makefile.in: add $(host) = $(target) tests back to *_FOR_TARGET.
17477         We need them for unusual native builds, like systems without
17478         ranlib.
17480         * configure: also define $(host_canonical) and
17481         $(target_canonical), which are the full, canonical names for the
17482         given host and target
17484 Sun Nov  1 16:38:17 1992  Per Bothner  (bothner@cygnus.com)
17486         * Makefile.in:  Added separate definitions for C++.
17488 Fri Oct 30 11:37:52 1992  Fred Fish  (fnf@cygnus.com)
17490         * configure.in (configdirs):  Add deja-gnu.
17492 Fri Oct 23 00:39:18 1992  John Gilmore  (gnu@cygnus.com)
17494         * README:  Update for configure.texi and gdb-4.7 release.
17496 Wed Oct 21 21:54:27 1992  John Gilmore  (gnu@cygnus.com)
17498         * Makefile.in:  Move "all" target to top of file.
17499         Previously, first target was ".PHONY" which caused BSD4.4 make
17500         to build .PHONY when make was run without arguments.
17502 Mon Oct 19 01:17:54 1992  John Gilmore  (gnu@cygnus.com)
17504         * Makefile.in:  Add COPYING.LIB to GDB releases, now that there's
17505         Library-copylefted code in libiberty.
17507 Tue Oct 13 01:22:32 1992  John Gilmore  (gnu@cygnus.com)
17509         * config.sub:  Replace m68kmote with plain old m68k.
17511 Fri Oct  9 03:14:24 1992  John Gilmore  (gnu@cygnus.com)
17513         * Makefile.in:  Remove space from blank line, avoid Make complaints.
17515 Thu Oct  8 18:41:45 1992  Ken Raeburn  (raeburn@cygnus.com)
17517         * config.sub: Complain if no argument is given.  Added support for
17518         386bsd as OS and target alias.
17520 Thu Oct  8 15:07:22 1992  Ian Lance Taylor  (ian@cygnus.com)
17522         * Makefile.in (XTRAFLAGS): include newlib directories if
17523         newlib/Makefile exists, rather than if host != target.
17525 Mon Oct  5 03:00:09 1992  Mark Eichin  (eichin at tweedledumber.cygnus.com)
17527         * config.sub: recognize sparclite-wrs-vxworks.
17529         * Makefile.in (install-xiberty): added *-xiberty make rules (from
17530         p3.) Added clean-xiberty to clean.
17532 Thu Oct  1 17:59:19 1992  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
17534         * configure.in: use *-*-* instead of nested cases for host and target
17536 Tue Sep 29 14:11:18 1992  Ian Lance Taylor  (ian@cygnus.com)
17538         * Makefile.in: added -nostdinc to XTRAFLAGS if we are using gcc
17539         from the same source tree and not building a cross-compiler.  This
17540         matters for the libg++ configuration if reconfiguring a tree that
17541         has already been installed.
17543 Sep 20 08:53:10 1992  Fred Fish  (fnf@cygnus.com)
17545         * config.sub (i486v/i486v4):  Merge in from FSF version.
17547 Fri Sep 18 00:32:00 1992  Mark Eichin  (eichin@cygnus.com)
17549         * configure: only set PWD if it is already set.
17551 Thu Sep 17 23:05:53 1992  Mark Eichin  (eichin@cygnus.com)
17553         * configure: just set PWD=`pwd` at the top, since Ultrix sh
17554         doesn't have unset and all success paths (and most error paths)
17555         out set it anyway. (Note: should change all uses of ${PWD=`pwd`}
17556         to just ${PWD} to avoid confusion.)
17558 Tue Sep 15 16:00:54 1992  Ian Lance Taylor  (ian@cygnus.com)
17560         * configure: always set $(tooldir) to $(libdir)/$(target_alias),
17561         even for a native compilation.
17563 Tue Sep 15 02:22:56 1992  John Gilmore  (gnu@cygnus.com)
17565         Changes to make the gdb.tar.Z rule work better.
17567         * Makefile.in (GDB_SUPPORT_DIRS):  Add opcodes.
17568         (DEVO_SUPPORT):  Add configure.texi.
17569         (bfd-ilrt.tar.Z):  Remove ancient rule.
17571 Thu Sep 10 10:43:19 1992  Ian Lance Taylor  (ian@cygnus.com)
17573         * Makefile.in: added -I for newlib/targ-include to XTRAFLAGS, to
17574         pick up the machine and system specific header files.
17576         * configure.in, config.sub: added new target m68010-adobe-scout,
17577         with alias of adobe68k.  Changed configure.in to check for
17578         -scout before -sco* to avoid a false match.
17580         * Makefile.in: added AS_FOR_TARGET, passed down in
17581         TARGET_FLAGS_TO_PASS.  Added CC_FOR_BUILD, which is intended to be
17582         the C compiler to use to create programs which are run in the
17583         build environment, set it to default to $(CC), and passed it down
17584         in FLAGS_TO_PASS and TARGET_FLAGS_TO_PASS.
17586 Wed Sep  9 12:21:42 1992  Ian Lance Taylor  (ian@cygnus.com)
17588         * Makefile.in: added TARGET_FLAGS_TO_PASS, CC_FOR_TARGET,
17589         AR_FOR_TARGET, RANLIB_FOR_TARGET, NM_FOR_TARGET.  Pass
17590         TARGET_FLAGS_TO_PASS, which defines CC, AR, RANLIB and NM as the
17591         FOR_TARGET variants, to newlib and libg++.
17593 Tue Sep  8 17:28:30 1992  Ken Raeburn  (raeburn@cambridge.cygnus.com)
17595         * Makefile.in (all-gas, all-gdb): Require all-opcodes to be built
17596         first.
17598 Wed Sep  2 02:50:05 1992  John Gilmore  (gnu@cygnus.com)
17600         * config.sub:  Accept `elf' as an environment.
17602 Tue Sep  1 15:48:30 1992  Steve Chamberlain  (sac@thepub.cygnus.com)
17604         * Makefile.in (all-opcodes):  cd into the right directory
17606 Sun Aug 30 21:12:11 1992  Ian Lance Taylor  (ian@cygnus.com)
17608         * configure: added -program_transform_name option, used as
17609         argument to sed when installing programs.
17610         configure.texi: added documentation for -program_prefix,
17611         -program_suffix and -program_transform_name.
17613 Thu Aug 27 21:59:44 1992  John Gilmore  (gnu@cygnus.com)
17615         * config.sub:  Accept i486 where i386 ok.
17617 Thu Aug 27 13:04:42 1992  Brendan Kehoe  (brendan@rtl.cygnus.com)
17619         * config.sub: accept we32k
17621 Mon Aug 24 14:05:14 1992  Ian Lance Taylor  (ian@cygnus.com)
17623         * config.sub, configure.in: accept OSE68000 and OSE68k.
17625         * Makefile.in: don't create all directories for ``make install'';
17626         let the subdirectories create the ones they need.
17628 Tue Aug 11 23:13:17 1992  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
17630         * COPYING: new file, GPL v2
17632 Tue Aug  4 01:12:43 1992  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
17634         * Makefile.in: use the new gen-info-dir, which needs a template
17635         argument (which also lives in texinfo)
17637         * configure.texi, standards.texi: fix INFO-DIR-ENTRY
17639 Mon Aug  3 00:34:17 1992  Fred Fish  (fnf@cygnus.com)
17641         * config.sub (ncr3000):  Change i386 to i486.
17643 Thu Jul 23 00:12:17 1992  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
17645         * Makefile.in: add install-rcs, install-grep to
17646         install-no-fixedincludes, removed install-bison and install-libgcc
17648 Tue Jul 21 01:01:50 1992  david d `zoo' zuhn (zoo@cygnus.com)
17650         * configure.in: grab the HPUX makefile fragment if on HPUX
17652 Mon Jul 20 11:02:09 1992  D. V. Henkel-Wallace  (gumby@cygnus.com)
17654         * Makefile.in: eradicate bison spoor (ditto libgcc).
17655          configure.in: recognise m68{k,000}-ericsson-OSE.
17656          es1800 is alias for m68k-ericsson-OSE
17658 Sun Jul 19 17:49:02 1992  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
17660         * configure.in: rearrange the parts that remove programs from
17661         configdirs, based now on HOST==TARGET or by canonical triple.
17663 Fri Jul 17 22:52:49 1992  K. Richard Pixley  (rich@rtl.cygnus.com)
17665         * test-build.mk: recurse explicitly with -f test-build.mk when
17666           appropriate.  predicate stage3 and comparison on the existence
17667           of gcc.  That is, if gcc isn't around, we aren't three-staging.
17668           On very clean, also remove ...stamp-co.  Build in-place before
17669           doing other builds.
17671 Thu Jul 16 18:33:09 1992  Steve Chamberlain  (sac@thepub.cygnus.com)
17673         * Makefile.in, configure.in: add tgas
17675 Thu Jul 16 16:05:28 1992  K. Richard Pixley  (rich@rtl.cygnus.com)
17677         * Makefile.in: a number of changes merged in from progressive.
17679         * configure.in: add libm.
17681         * .cvsignore: ignore some stuff that comes from test-build.mk.
17683 Tue Jul  7 00:24:52 1992  Fred Fish  (fnf@cygnus.com)
17685         * config.sub:  Add es1800 (m68k-ericsson-es1800).
17687 Tue Jun 30 20:24:41 1992  D. V. Henkel-Wallace  (gumby@cygnus.com)
17689         * configure: Add program_suffix (parallel to program_prefix)
17690         * Makefile.in: adjust directory-creating script for losing decstation
17692 Mon Jun 22 23:43:48 1992  Per Bothner  (bothner@cygnus.com)
17694         * configure:  Minor $subdir-related fixes.
17696 Mon Jun 22 18:30:26 1992  Steve Chamberlain  (sac@thepub.cygnus.com)
17698         * configure: fix various problems with propogating
17699         makefile_target_frag in subdirs.
17700         * configure.in: config libgcc if its there
17702 Fri Jun 19 15:19:40 1992  Stu Grossman  (grossman at cygnus.com)
17704         * config.sub:  HPPA merge.
17706 Sun Jun 14 10:29:19 1992  John Gilmore  (gnu at cygnus.com)
17708         * Makefile.in:  Replace all-bison with all-byacc in all
17709         dependency lines for other tools (which now use byacc).
17711 Fri Jun 12 22:21:57 1992  John Gilmore  (gnu at cygnus.com)
17713         * config.sub:  Add sun4sol2 => sparc-sun-solaris2.
17715 Thu Jun  4 12:07:32 1992  Mark Eichin  (eichin@cygnus.com)
17717         * Makefile.in: make gprof rules similar to byacc rules (instead of
17718         vestigal $(unsubdir) that didn't work...)
17720 Thu Jun  4 00:37:05 1992  Per Bothner  (bothner@rtl.cygnus.com)
17722         * config.sub:  Add support for Linux.
17723         * Makefile.in:  Use $(FLAGS_TO_PASS) more consistently
17724         (at least for libg++).
17726 Tue Jun 02 20:03:00 1992  david d `zoo' zuhn (zoo@cygnus.com)
17728         * configure.texi: fix doc for the -nfp option to configure
17730 Tue Jun  2 17:20:52 1992  Michael Tiemann  (tiemann@cygnus.com)
17732         * Makefile.in (all-binutils): ar needs flex, so depend on all-flex.
17734 Sun May 31 15:04:08 1992  Mark Eichin  (eichin at cygnus.com)
17736         * config.sub: changed [^-]+ to [^-][^-]* so that it works under
17737         Sun sed. (BSD 4.3 sed doesn't handle [^-]+ either.)
17738         * configure.in: added solaris* host_makefile_frag hook.
17740 Sun May 31 01:10:34 1992  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
17742         * config.sub: changed recognition of m68000 so that various
17743         m68k types can be specified via m680[01234]0
17745 Sat May 30 21:01:06 1992  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
17747         * config.sub (basic_machine): fix sed so that '-foo' isn't
17748         completely substituted out while .+'-foo' loses the '-foo'
17750 Wed May 27 23:18:52 1992  Michael Tiemann  (tiemann@rtl.cygnus.com)
17752         * config.sub ($os): Add -aout.
17754 Fri May 22 14:00:02 1992  Per Bothner  (bothner@cygnus.com)
17756         * configure:  If host_makefile_frag is absolute, don't
17757         prefix ${invsubdir} (relevant to libg++ auto-configure).
17759 Thu May 21 18:00:09 1992  Michael Tiemann  (tiemann@rtl.cygnus.com)
17761         * Makefile.in (tooldir): Define it.
17762         (all-ld): Depend on all-flex.
17764 Sun May 10 21:45:59 1992  Per Bothner  (bothner@rtl.cygnus.com)
17766         * Makefile.in (check):  Fix libg++ special case.
17768 Fri May  8 08:31:41 1992  K. Richard Pixley  (rich@cygnus.com)
17770         * configure: do not bury `pwd` into config.status, thus do fewer
17771           pwd's.
17773         * configure: print the "Building in" message only when building in
17774           other than "." AND verbose.
17776         * configure: remove -s, rework -v to better accommodate guested
17777           configures.
17779         * standards.texi: updated to 3 may, fixed librid <-> libdir typo.
17781 Fri May  1 18:00:50 1992  K. Richard Pixley  (rich@cygnus.com)
17783         * Makefile.in: macroize flags passed on recursion.  remove
17784           fileutils.
17786 Thu Apr 30 08:56:20 1992  K. Richard Pixley  (rich@cygnus.com)
17788         * configure: get makesrcdir right for subdirs deeper than 1.
17790         * Makefile.in: pass INSTALL, INSTALL_DATA, INSTALL_PROGRAM on
17791           install.
17793 Fri Apr 24 15:51:51 1992  K. Richard Pixley  (rich@cygnus.com)
17795         * Makefile.in: don't print subdir_do or recursion lines.
17797 Fri Apr 24 15:22:04 1992  K. Richard Pixley  (rich@cygnus.com)
17799         * standards.texi: added menu item.
17801         * Makefile.in: build and install standards.info.
17803         * standards.texi: new file.
17805 Wed Apr 22 18:06:55 1992  K. Richard Pixley  (rich@rtl.cygnus.com)
17807         * configure: test for and move config.status pieces from
17808           ${subdir}/.
17810 Wed Apr 22 14:38:34 1992  Fred Fish  (fnf@cygnus.com)
17812         * configure:  Test for existance of files before trying to mv
17813         them, to avoid numerous non-existance messages.
17815 Tue Apr 21 12:31:33 1992  K. Richard Pixley  (rich@cygnus.com)
17817         * configure: correct final line of config.status.
17819         * configure: patch from eggert.  Avoids a protection problem if
17820           the original Makefile.in is read only.
17822         * configure: use move-if-change from gcc to create config.status.
17823           Some makefiles depend on config.status to tell if a directory
17824           has been reconfigured for a different host.  This change
17825           prevents those directories from remaking everything in the case
17826           where the reconfig was only intended to rebuild a Makefile.
17828         * configure: test for config.sub with "config.sub sun4" rather
17829           than "config.sub ${host_alias}".  Otherwise we can't tell a bad
17830           host alias from a missing config.sub.
17832 Mon Apr 20 18:16:36 1992  K. Richard Pixley  (rich@rtl.cygnus.com)
17834         * Makefile.in: explicitly pass CFLAGS on recursion. no longer pass
17835           MINUS_G (this can be done with CFLAGS).  Default CFLAGS to -g.
17837 Fri Apr 17 18:27:51 1992  Per Bothner  (bothner@cygnus.com)
17839         * configure: mkdir ${subdir} as needed.
17841 Wed Apr 15 17:37:22 1992  K. Richard Pixley  (rich@cygnus.com)
17843         * Makefile.in,configure.in: added autoconf.
17845 Wed Apr 15 17:27:34 1992  K. Richard Pixley  (rich@rtl.cygnus.com)
17847         * Makefile.in: no longer pass against on recursion.
17849         * Makefile.in: added .NOEXPORT: so that stray makefile_frag
17850           definitions are not inherited.
17852         * configure: correct makesrcdir when subdir is .
17854 Tue Apr 14 11:56:09 1992  Per Bothner  (bothner@cygnus.com)
17856         * configure:  Add support for 'subdirs' variable, which is
17857         like 'configdirs', except that configure doesn't re-invoke
17858         itself for subdirs, it just creates a Makefile for each subdir.
17859         * configure.texi:  Document subdirs.
17861 Mon Apr 13 18:50:16 1992  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
17863         * configure.in: added flex to configdirs
17865 Mon Apr 13 18:43:55 1992  K. Richard Pixley  (rich@cygnus.com)
17867         * Makefile.in: remove clean-stamps from clean.
17869 Sat Apr 11 03:52:03 1992  John Gilmore  (gnu at cygnus.com)
17871         * configure.in:  Add gdbtest to configdirs.
17873 Fri Apr 10 23:11:49 1992  Fred Fish  (fnf@cygnus.com)
17875         * Makefile.in (MINUS_G):  Add macro, default to -g, pass on
17876         to recursive makes.
17877         * configure.in:  Recognize new ncr3000 config.
17879 Wed Apr  8 23:08:12 1992  K. Richard Pixley  (rich@cygnus.com)
17881         * Makefile.in, configure.in: removed references to gdbm.
17883 Tue Apr  7 16:48:20 1992  Per Bothner  (bothner@cygnus.com)
17885         * config.sub:  Don't canonicalize os value
17886         newsos* to bsd (readline needs to check for newsos).
17887         (This fix was earlier made Jan 31, but got re-broken.)
17889 Mon Apr  6 14:34:08 1992  Stu Grossman  (grossman at cygnus.com)
17891         * configure.in:  sco is an os, not a vendor!
17893         * configure:  Quote $( better.  Keep various shells happy.
17895 Tue Mar 31 16:32:57 1992  K. Richard Pixley  (rich@cygnus.com)
17897         * Makefile.in: eliminate stamp-files.
17899 Mon Mar 30 22:20:23 1992  K. Richard Pixley  (rich@cygnus.com)
17901         * Makefile.in: add send_pr.  remove "force" from .stmp-gprof rule.
17902           Supress echoing of all the "if [ -d ... $(MAKE)" lines.
17904 Wed Mar 25 15:20:04 1992  Stu Grossman  (grossman@cygnus.com)
17906         * config.sub:  fix iris/iris3.
17908 Wed Mar 25 10:34:19 1992  K. Richard Pixley  (rich@cygnus.com)
17910         * configure: re-add -rm.
17912 Tue Mar 24 23:50:16 1992  K. Richard Pixley  (rich@cygnus.com)
17914         * Maskefile.in: add .stmp-rcs to all.
17916         * configure.in: remove gas from rs6000 build, use aix host fragment.
17918 Mon Mar 23 19:43:35 1992  K. Richard Pixley  (rich@cygnus.com)
17920         * configure: pass down site_option during recursion.
17922 Thu Mar 19 16:49:36 1992  Stu Grossman  (grossman at cygnus.com)
17924         * Makefile.in (all.cross):  Add .stmp-bfd .stmp-readline.
17926 Wed Mar 18 15:29:33 1992  Mike Stump  (mrs@cygnus.com)
17928         * configure: Change exec_prefix so that it really defaults to prefix.
17930 Sat Mar 14 17:20:38 1992  Fred Fish  (fnf@cygnus.com)
17932         * Makefile.in, configure.in:  Add support for mmalloc library.
17934 Fri Mar 13 18:44:18 1992  K. Richard Pixley  (rich@cygnus.com)
17936         * Makefile.in: add stmp dependencies for a few more things.
17938 Thu Mar 12 04:56:24 1992  K. Richard Pixley  (rich@cygnus.com)
17940         * configure: adjusted error message on objdir/srcdir configure
17941           collision, per john's suggestion.
17943         * Makefile.in: add libiberty stmp to all and all.cross.
17945 Wed Mar 11 02:07:52 1992  K. Richard Pixley  (rich@cygnus.com)
17947         * Makefile.in: remove force dependencies, add grep to all.
17949 Tue Mar 10 21:49:18 1992  K. Richard Pixley  (rich@mars.cygnus.com)
17951         * Makefile.in: drop flex.  make stamp files work.
17953         * configure: added test for conflicting configuration in srcdir,
17954           remove trailing slashes from srcdir.  Otherwise emacs gdb mode
17955           gets cranky.  use relative paths for configure and srcdir
17956           whenever possible.  Send some error messages to stderr that were
17957           going to stdout.
17959 Tue Mar 10 18:01:55 1992  Per Bothner  (bothner@cygnus.com)
17961         * Makefile.in:  Fix libg++ rule to check for gcc directory
17962         before using gcc/gcc.  Also pass XTRAFLAGS.
17964 Thu Mar  5 21:45:07 1992  K. Richard Pixley  (rich@sendai)
17966         * Makefile.in: added stmp-files so that directories aren't polled
17967           when they are already built.
17969         * configure.texi: fixed a node pointer problem.
17971 Thu Mar  5 12:05:58 1992  Stu Grossman  (grossman at cygnus.com)
17973         * config.sub configure.in gdb/configure.in
17974         gdb/mips-tdep.c gdb/mipsread.c gdb/procfs.c gdb/signame.h
17975         gdb/tm-irix3.h gdb/tm-mips.h gdb/xm-irix4.h gdb/config/mt-irix3
17976         gdb/config/mh-irix4 texinfo/configure.in:  Port to SGI Irix-4.x.
17978 Wed Mar  4 02:57:46 1992  K. Richard Pixley  (rich@rtl.cygnus.com)
17980         * configure: -recurring becomes -silent.  corrected help message
17981           for -site= option.
17983         * Makefile.in: mkdir $(exec_prefix) and $(tooldir).
17985 Tue Mar  3 14:51:21 1992  K. Richard Pixley  (rich@rtl.cygnus.com)
17987         * configure: when building Makefile for crosses, replace
17988           tooldir and program_prefix.  default srcdir from location of
17989           config.sub.  remove "for host in hosts" and "for target in
17990           targets" loops.
17992 Wed Feb 26 19:48:25 1992  K. Richard Pixley  (rich@rtl.cygnus.com)
17994         * Makefile.in: Do not pass bindir or mandir to cvs.
17996 Wed Feb 26 18:04:40 1992  K. Richard Pixley  (rich@cygnus.com)
17998         * Makefile.in, configure.in: removed traces of namesubdir,
17999           -subdirs, $(subdir), $(unsubdir), some rcs triggers.  Forced
18000           copyrights to '92, changed some from Cygnus to FSF.
18002         * configure.texi: remove most references to multiple hosts,
18003           multiple targets, subdirs, etc.
18005         * configure.man: removed rcsid. reference config.sub not
18006           config.subr.
18008         * Makefile.in: mkdir $(infodir) on install-info.
18010 Wed Feb 19 15:41:13 1992  John Gilmore  (gnu at cygnus.com)
18012         * configure.texi:  Explain better about .gdbinit and about
18013         the environment that configure.in sections run in.
18015 Fri Feb  7 07:55:00 1992  John Gilmore  (gnu at cygnus.com)
18017         * configure.in:  Ultrix is only a decstation if it's a MIPS.
18019 Fri Jan 31 21:54:51 1992  John Gilmore  (gnu at cygnus.com)
18021         * README:  DOC.configure => cfg-paper.texi.
18023 Fri Jan 31 21:48:18 1992  Stu Grossman  (grossman at cygnus.com)
18025         * config.sub (near case $os):  Don't convert newsos* to bsd!
18027 Fri Jan 31 02:27:32 1992  John Gilmore  (gnu at cygnus.com)
18029         * Makefile.in:  Reinstall change from gdb-4.3 that reduces
18030         the number of copies of COPYING that go into the GDB tar file.
18032 Thu Jan 30 16:17:30 1992  Stu Grossman  (grossman at cygnus.com)
18034         * bfd/configure.in, gdb/config/mh-i386sco,
18035         gdb/config/mt-i386v32, gdb/configure.in, readline/configure.in:
18036         Fix SCO configuration stuff.
18038 Tue Jan 28 23:51:07 1992  Per Bothner  (bothner at cygnus.com)
18040         * Makefile.in:  For libg++, make sure the -I pointing
18041         to the gcc directory goes *after* all the libg++-local -I flags.
18042         Also, move just-gcc dependency from just-libg++ to all-libg++.
18044 Tue Jan 28 12:56:24 1992  Stu Grossman  (grossman at cygnus.com)
18046         * configure:  Change -x to -f to keep Ultrix /bin/test happy.
18048 Sat Jan 18 17:45:11 1992  Stu Grossman  (grossman at cygnus.com)
18050         * Makefile.in (make-gdb.tar.Z):  Remove texinfo targets.
18052 Sat Jan 18 17:03:21 1992  Fred Fish  (fnf at cygnus.com)
18054         * config.sub:  Add stratus configuration frags.  Also
18055         submitted to FSF.
18057 Sat Jan 18 15:35:29 1992  Stu Grossman  (grossman at cygnus.com)
18059         * Makefile.in (DEV_SUPPORT):  add configure.man.
18061         * config.sub(Decode manufacturer-specific):  add -none*.
18063 Fri Jan 17 17:58:05 1992  Stu Grossman  (grossman at cygnus.com)
18065         * Makefile.in:  remove form feeds to make Sun's make happy.
18066         (DEVO_SUPPORT):  DOC.configure => cfg-paper.texi.
18068 Sat Jan  4 16:11:44 1992  John Gilmore  (gnu at cygnus.com)
18070         * Makefile.in (AR_FLAGS):  Make quieter.
18072 Thu Jan  2 22:57:12 1992  John Gilmore  (gnu at cygnus.com)
18074         * configure.in:  Add libg++.
18075         * configure:  When verbose, don't output the command line at each
18076         level; it will be unremarkably the same as the previous version,
18077         which will be the same as what the user typed.
18079 Fri Dec 27 16:26:47 1991  K. Richard Pixley  (rich at cygnus.com)
18081         * configure.in, Makefile.in: fix clean-info, add flex.  add
18082           fileutils.
18084         * configure: be less sensitive to spaces in Makefile.in.  Do not
18085           look for sources in "..".  Doing so breaks subdirectories that
18086           might have their own configure.  If a subdir has it's own
18087           configure script, use it.
18089 Thu Dec 26 16:30:26 1991  K. Richard Pixley  (rich at cygnus.com)
18091         * cfg-paper.texi: some changes suggested by rms.
18093 Thu Dec 26 10:13:36 1991  Fred Fish  (fnf at cygnus.com)
18095         * config.sub:  Merge in some small additions from the FSF version,
18096         taken from the gcc distribution, to bring the Cygnus and FSF
18097         versions into closer sync.
18099 Fri Dec 20 11:34:18 1991  Fred Fish  (fnf at cygnus.com)
18101         * configure.in:  Changed svr4 references to sysv4.
18103 Thu Dec 19 15:54:29 1991  K. Richard Pixley  (rich at cygnus.com)
18105         * configure: added -V for version number option.
18107 Wed Dec 18 15:39:34 1991  K. Richard Pixley  (rich at cygnus.com)
18109         * DOC.configure, cfg-paper.texi: revised, updated, and texinfo'd.
18110           renamed from DOC.configure to cfg-paper.texi.
18112 Mon Dec 16 23:05:19 1991  K. Richard Pixley  (rich at rtl.cygnus.com)
18114         * configure, config.subr, config.sub: config.subr is now
18115           config.sub again.
18117 Fri Dec 13 01:17:06 1991  K. Richard Pixley  (rich at cygnus.com)
18119         * configure.texi: new file, in progress.
18121         * Makefile.in: build info file and install the man page for
18122           configure.
18124         * configure.man: new file, first cut.
18126         * configure: find config.subr again now that configuration "none"
18127           has gone.  removed all traces of the -ansi option.  removed all
18128           traces of the -languages option.
18130         * config.subr: resync from rms.
18132 Wed Dec 11 22:25:20 1991  K. Richard Pixley  (rich at rtl.cygnus.com)
18134         * configure, config.sub, config.subr: merge config.sub into
18135           config.subr, call the result config.subr, remove config.sub, use
18136           config.subr.
18138         * Makefile.in: revised install for dir.info.
18140 Tue Dec 10 00:04:35 1991  K. Richard Pixley  (rich at rtl.cygnus.com)
18142         * configure.in: add decstation host makefile frag.
18144         * Makefile.in: BISON now bison -y again.  also install-gcc on
18145           install.  clean-gdbm on clean.  infodir belongs in datadir.
18146           Make directories for info install.  Build dir.info here then
18147           install it.
18149 Mon Dec  9 16:48:33 1991  K. Richard Pixley  (rich at rtl.cygnus.com)
18151         * Makefile.in: fix for bad directory tests.
18153 Sat Dec  7 00:17:01 1991  K. Richard Pixley  (rich at rtl.cygnus.com)
18155         * configure: \{1,2\} appears to be a sysv'ism.  Use a different
18156           regexp.  -srcdir relative was being handled incorrectly.
18158         * Makefile.in: unwrapped some for loops so that parallel makes
18159           work again and so one can focus one's attention on a particular
18160           package.
18162 Fri Dec  6 00:22:08 1991  K. Richard Pixley  (rich at rtl.cygnus.com)
18164         * configure: added PWD as a stand in for `pwd` (for speed). use
18165           elif wherever possible.  make -srcdir work without -objdir.
18166           -objdir= commented out.
18168 Thu Dec  5 22:46:52 1991  K. Richard Pixley  (rich at rtl.cygnus.com)
18170         * configure: +options become --options.  -subdirs commented out.
18171           added -host, -datadir.  Renamed -destdir to -prefix.  Comment in
18172           Makefile now at top of generated Makefile.  Removed cvs log
18173           entries.  added -srcdir.  create .gdbinit only if there is one
18174           in ${srcdir}.
18176         * Makefile.in: idestdir and ddestdir go away.  Added copyrights
18177           and shift gpl to v2.  Added ChangeLog if it didn't exist. docdir
18178           and mandir now keyed off datadir by default.
18180 Fri Nov 22 07:38:11 1991  K. Richard Pixley  (rich at rtl.cygnus.com)
18182         * Freshly created ChangeLog.
18185 Local Variables:
18186 mode: change-log
18187 left-margin: 8
18188 fill-column: 76
18189 version-control: never
18190 End: