Remove assert in get_def_bb_for_const
[official-gcc.git] / ChangeLog
blob22e387e1c34660c1b07b5d803537db58d89d11ce
1 2016-05-28  Alan Modra  <amodra@gmail.com>
3         * Makefile.tpl (configure): Depend on m4 files included.
4         * Makefile.in: Regenerate.
6 2016-05-20  Bill Seurer  <seurer@linux.vnet.ibm.com>
8         * config/rs6000/rs6000-c.c (altivec_resolve_overloaded_builtin): Fix
9         code formatting in ALTIVEC_BUILTIN_VEC_ADDE section.
11 2016-05-20  Bill Seurer  <seurer@linux.vnet.ibm.com>
13         * config/rs6000/rs6000-builtin.def (vec_addec): Change vec_addec to a
14         special case builtin.
15         * config/rs6000/rs6000-c.c (altivec_resolve_overloaded_builtin): Add
16         support for ALTIVEC_BUILTIN_VEC_ADDEC.
17         * config/rs6000/rs6000.c (altivec_init_builtins): Add definition
18         for __builtin_vec_addec.
20 2016-05-16  Jakub Sejdak  <jakub.sejdak@phoesys.com>
22         * config.guess: Import version 2016-04-02 (newest).
23         * config.sub: Import version 2016-05-10 (newest).
25 2016-05-16  Anton Kolesov  <anton.kolesov@synopsys.com>
27         * configure.ac: Add ARC support to libgloss.
28         * configure: Regenerate
30 2016-05-09  Aaron Sawdey  <acsawdey@linux.vnet.ibm.com>
32         * MAINTAINERS (Write After Approval): Add myself.
34 2016-05-02  Bernd Edlinger  <bernd.edlinger@hotmail.de>
36         * configure.ac (mpfr): Remove pre-3.1.0 mpfr compatibility code.
37         * configure: Regenerated.
38         * Makefile.def (gmp): Explicitly disable assembler.
39         (mpfr): Adjust lib_path.
40         (mpc): Likewise.
41         * Makefile.in: Regenerated.
43 2016-05-01  Jakub Jelinek  <jakub@redhat.com>
45         PR bootstrap/70704
46         * configure.ac (--enable-stage1-checking): Add missing
47         --enable-checking=.
48         * configure: Regenerated.
50 2016-04-30  Oleg Endo  <olegendo@gcc.gnu.org>
52         * config.guess: Revert r235676.
53         * config.sub: Revert r235676.
55 2016-04-30  Oleg Endo  <olegendo@gcc.gnu.org>
57         * config.guess: Remove SH5 support.
58         * config.sub: Likewise.
59         * configure: Likewise.
60         * configure.ac: Likewise.
62 2016-04-26  Jakub Jelinek  <jakub@redhat.com>
64         PR bootstrap/70704
65         * configure.ac (--enable-stage1-checking): For --disable-checking or
66         implicit --enable-checking, make sure extra flag matches in between
67         stage1 and later checking.
68         * configure: Regenerated.
70 2016-04-22  Trevor Saunders  <tbsaunde+gcc@tbsaunde.org>
72         * .gitattributes: New file.
74 2016-04-22  Segher Boessenkool  <segher@kernel.crashing.org>
76         * MAINTAINERS (rs6000/powerpc port): Add myself.
78 2016-04-13  Segher Boessenkool  <segher@kernel.crashing.org>
80         PR bootstrap/70173
81         * Makefile.tpl (local-distclean): Delete the libcc1, gnattools,
82         and gotools directories.  Delete the stage_final file.
83         * Makefile.in: Regenerate.
85 2016-04-12  Andre Vieira  <andre.simoesdiasvieira@arm.com>
87         * MAINTAINERS (Write After Approval): Add myself.
89 2016-04-09  Steven G. Kargl  <kargl@gcc.gnu.org>
91         * MAINTAINERS (Fortran maintainer): Remove myself.
93 2016-04-04  Bill Seurer  <seurer@linux.vnet.ibm.com>
95         * MAINTAINERS (Write After Approval): Add myself.
97 2016-03-29  Kelvin Nilsen  <kdnilsen@linux.vnet.ibm.com>
99         * MAINTAINERS (Write After Approval): Add myself.
101 2016-03-17  Cary Coutant  <ccoutant@gmail.com>
103         Sync with binutils-gdb:
105         2016-03-17  Cary Coutant  <ccoutant@gmail.com>
107         * configure.ac: Add mips and s390 to the gold target check.
108         * configure: Regenerate.
110 2016-03-01  DJ Delorie  <dj@redhat.com>
112         * MAINTAINERS (mep): Remove myself as MeP maintainer.
114 2016-02-22  David Malcolm  <dmalcolm@redhat.com>
116         * MAINTAINERS (libcpp): Add myself.
117         (diagnostic messages): Likewise.
119 2016-02-20  Tom de Vries  <tom@codesourcery.com>
121         * MAINTAINERS: Fix whitespace.
123 2016-02-02  Claudiu Zissulescu  <claziss@synopsys.com>
125         * MAINTAINERS (Write After Approval): Add myself.
127 2016-01-29  Sebastian Pop  <s.pop@samsung.com>
129         * config/isl.m4: Add comments about isl-0.16.
130         * configure: Regenerate.
132 2016-01-29  Martin Jambor  <mjambor@suse.cz>
134         * MAINTAINERS (hsa maintainers): Add myself.
136 2015-01-27  Wilco Dijkstra  <wdijkstr@arm.com>
138         * MAINTAINERS: (Write After Approval): Add myself.
140 2016-01-25  Aditya Kumar  <aditya.k7@samsung.com>
141             Sebastian Pop  <s.pop@samsung.com>
143         * Makefile.in: Regenerate.
144         * Makefile.tpl: Export ISLVER.
145         * configure: Regenerate.
146         * config/isl.m4: Detect isl-0.15.
148 2016-01-24  Mikhail Maltsev  <maltsevm@gmail.com>
150         PR bootstrap/69329
151         * Makefile.tpl (BASE_FLAGS_TO_PASS): Add LSAN_OPTIONS.
152         * Makefile.in: Regenerate.
154 2016-01-12  Andris Pavenis  <andris.pavenis@iki.fi>
156         * configure.ac: Enable LTO for DJGPP
157         * configure: Regenerate
159 2016-01-12  H.J. Lu  <hongjiu.lu@intel.com>
161         Sync with binutils-gdb:
162         2015-10-21  Nick Clifton  <nickc@redhat.com>
164         PR gas/19109
165         * configure.ac: Note the 'none' is an acceptable argument to
166         --enable-compressed-debug-sections.
167         * configure: Regenerate.
169 2016-01-12  Bernd Edlinger  <bernd.edlinger@hotmail.de>
171         PR bootstrap/69134
172         * Makefile.def (mpfr): Disable assembler.
173         * Makefile.in: Regenerate.
175 2016-01-01  Ben Elliston  <bje@gnu.org>
177         * config.guess: Import version 2016-01-01.
178         * config.sub: Likewise.
180 2015-12-18  Sujoy Saraswati  <sujoy.saraswati@hpe.com>
182         * MAINTAINERS (Write After Approval): Add myself.
184 2015-12-17  Sebastian Pop  <s.pop@samsung.com>
186         * Makefile.in: Replace ISL with isl.
187         * Makefile.tpl: Same.
188         * config/isl.m4: Same.
189         * configure.ac: Same.
190         * contrib/download_prerequisites: Same.
191         * configure: Regenerate.
193 2015-12-17  Andris Pavenis  <andris.pavenis@iki.fi>
195         * MAINTAINERS (Write After Approval): Add Myself.
197 2015-12-17  Nathan Sidwell  <nathan@acm.org>
199         * config/isl.m4 (ISL_CHECK_VERSION): Add gmp libs.
200         * configure: Regenerate.
202 2015-12-16  Aditya Kumar  <aditya.k7@samsung.com>
203             Sebastian Pop  <s.pop@samsung.com>
205         * config/isl.m4 (ISL_CHECK_VERSION): Check for
206         isl_ctx_get_max_operations.
207         * configure: Regenerate.
209 2015-12-15  Alessandro Fanfarillo  <fanfarillo.gcc@gmail.com>
211         * MAINTAINERS (Write After Approval): Add myself.
213 2015-12-02  Ian Lance Taylor  <iant@google.com>
215         PR go/66147
216         * Makefile.tpl (HOST_EXPORTS): Add XGCC_FLAGS_FOR_TARGET.
217         * Makefile.in: Regenerate.
219 2015-12-01  Andreas Tobler  <andreast@gcc.gnu.org>
221         PR libffi/65726
222         * Makefile.def (lang_env_dependencies): Make libffi depend
223         on cxx.
224         * Makefile.in: Regenerate.
226 2015-11-26  David Edelsohn  <dje.gcc@gmail.com>
228         * m4/libtool.m4 (export_symbols_cmds) [AIX]: Add global TLS "L"
229         symbols.
231 2015-11-20  Tristan Gingold  <gingold@adacore.com>
233         Sync with binutils-gdb:
234         2015-11-20  Tristan Gingold  <gingold@adacore.com>
236         * configure.ac: Add aarch64-*-darwin* and arm-*-darwin*.
237         * configure: Regenerate.
239 2015-11-19  Martin Liska  <mliska@suse.cz>
241         * .gitignore: Add .clang-format to ignored files.
242         * Makefile.in: Add clang-format.
243         * Makefile.tpl: Likewise.
245 2015-11-13  Tsvetkova Alexandra  <aleksandra.tsvetkova@intel.com>
247         * configure.ac: Enable libmpx by default.
248         * configure: Regenerated.
250 2015-10-23  Steve Ellcey  <sellcey@imgtec.com>
252         * MAINTAINERS: Update email address.
254 2015-10-23  Paulo Matos  <pmatos@linki.tools>
256         * MAINTAINERS: Update email address.
258 2015-10-23  Alan Hayward <alan.hayward@arm.com>
260         * MAINTAINERS  (Write After Approval): Add myself.
262 2015-10-20  H.J. Lu  <hongjiu.lu@intel.com>
264         Sync with binutils-gdb:
265         2015-10-20  H.J. Lu  <hongjiu.lu@intel.com>
267         PR gas/19109
268         * configure.ac: Add
269         --enable-compressed-debug-sections={all,gas,gold,ld}.
270         * configure: Regenerated.
272 2015-10-16  Arnaud Charlet  <charlet@adacore.com>
274         * MAINTAINERS: Update list of Ada maintainers and email addresses.
276 2015-10-09  Martin Liska  <mliska@suse.cz>
278         * MAINTAINERS (Write After Approval): Add myself.
280 2015-10-09  Alexander Fomin <alexander.fomin@intel.com>
282         * MAINTAINERS (Write After Approval): Add myself.
284 2015-10-02  Florian Weimer  <fweimer@redhat.com>
286         * MAINTAINERS: Update email address.
288 2015-10-02  Louis Krupp <louis.krupp@zoho.com>
290         * MAINTAINERS  (Write After Approval): Add myself.
292 2015-09-20  Kai Tietz  <ktietz70@googlemail.com>
294         * MAINTAINERS: Update email.
296 2015-09-14  Bernd Schmidt  <bschmidt@redhat.com>
298         * MAINTAINERS: Update my email address.
300 2015-09-01  James Bowman  <james.bowman@ftdichip.com>
302         * MAINTAINERS (ft32 port): Add myself.
304 2015-08-28  David Sherwood  <david.sherwood@arm.com>
306         * MAINTAINERS: Add myself.
308 2015-08-27  Patrick Marlier  <patrick.marlier@gmail.com>
310         * MAINTAINERS (Write After Approval): Add myself.
312 2015-08-23  Francois-Xavier Coudert  <fxcoudert@gcc.gnu.org>
314         PR libfortran/54572
315         * Makefile.def: Make libgfortran depend on libbacktrace.
316         * Makefile.in: Regenerate.
318 2015-08-20  Simon Dardis  <simon.dardis@imgtec.com>
320         * MAINTAINERS (Write After Approval): Add myself.
322 2015-08-12  Tom de Vries  <tom@codesourcery.com>
324         PR other/67092
325         * configure.ac: Remove --with_host_libstdcxx support.
326         * configure: Regenerate.
328 2015-08-10  Thomas Schwinge  <thomas@codesourcery.com>
329             Jakub Jelinek  <jakub@redhat.com>
331         * configure.ac (noconfigdirs): Don't add "target-libgomp" for target
332         nvptx*-*-*.
333         * configure: Regenerate.
335 2015-08-06  Yaakov Selkowitz  <yselkowi@redhat.com>
337         * Makefile.def (libiconv): Define bootstrap=true.
338         Mark pdf/html/info as missing.
339         (configure-gcc): Depend on all-libiconv.
340         (all-gcc): Ditto.
341         (configure-libcpp): Ditto.
342         (all-libcpp): Ditto.
343         (configure-intl): Ditto.
344         (all-intl): Ditto.
345         * Makefile.in: Regenerate.
347 2015-08-03  Bin Cheng  <bin.cheng@arm.com>
349         * MAINTAINERS (loop ivopts): Add the entry and myself.
351 2015-07-31  Nathan Sidwell  <nathan@codesourcery.com>
353         * MAINTAINERS (nvptx): Add self.
355 2015-07-29  Alan Lawrence  <alan.lawrence@arm.com>
357         * config/aarch64/iterators.md (VRL2, VRL3, VRL4): Remove values for
358         128-bit vector modes.
360 2015-07-29  Ville Voutilainen  <ville.voutilainen@gmail.com>
362         * MAINTAINERS (Write After Approval): Add myself.
364 2015-07-28  Ben Elliston  <bje@gnu.org>
366         * config.sub, config.guess: Import from upstream.
368 2015-07-24  Michael Darling  <darlingm@gmail.com>
370         PR other/66259
371         * config-ml.in: Reflects renaming of configure.in to configure.ac
372         * configure: Likewise
373         * configure.ac: Likewise
375 2015-07-23  Bernd Schmidt  <bernds_cb1@t-online.de>
377         * MAINTAINERS: Update my email address.
379 2015-07-14  H.J. Lu  <hongjiu.lu@intel.com>
381         Sync with binutils-gdb:
382         2015-03-17  H.J. Lu  <hongjiu.lu@intel.com>
384         * configure.ac (target_configdirs): Exclude target-zlib if
385         target-libjava isn't built.
386         * configure: Regenerated.
388 2015-07-14  H.J. Lu  <hongjiu.lu@intel.com>
390         Sync with binutils-gdb:
391         2015-05-13  John David Anglin  <dave.anglin@bell.net>
393         * configure.ac: Disable configuration of GDB for HPUX targets.
394         * configure: Regenerate.
396         2015-04-01  H.J. Lu  <hongjiu.lu@intel.com>
398         * configure.ac: Add --with-system-zlib.
399         * configure: Regenerated.
401         2015-01-28  James Bowman  <james.bowman@ftdichip.com>
403         * configure.ac: Add FT32 support.
404         * configure: Regenerate.
406         2015-01-12  Anthony Green  <green@moxielogic.com>
408         * configure.ac: Don't disable gprof for moxie.
409         * configure: Rebuild.
411 2015-07-14  H.J. Lu  <hongjiu.lu@intel.com>
413         Sync with binutils-gdb:
414         2015-05-01  H.J. Lu  <hongjiu.lu@intel.com>
416         PR ld/18355
417         * Makefile.def: Add extra_configure_flags to host zlib.
418         * configure.ac (extra_host_zlib_configure_flags): New.  Set
419         to --enable-host-shared When bfd is to be built as shared
420         library.  AC_SUBST.
421         * Makefile.in: Regenerated.
423 2015-07-14  Hans-Peter Nilsson  <hp@bitrange.com>
425         Sync with src:
426         2015-03-30  H.J. Lu  <hongjiu.lu@intel.com>
427         * Makefile.def (dependencies): Add all-zlib to all-bfd.
428         * Makefile.in: Regenerated.
430 2015-06-30  H.J. Lu  <hongjiu.lu@intel.com>
432         * configure.ac (ospace_frag): Enable for i?86*-*-elfiamcu
433         target.
434         * configure: Regenerate.
436 2015-06-23  Ludovic Courtès  <ludo@gnu.org>
438         * MAINTAINERS (Write After Approval): Add myself.
440 2015-06-22  Andreas Tobler  <andreast@gcc.gnu.org>
442         * MAINTAINERS (OS Port Maintainers): Add myself.
443         (Various Maintainers): Remove myself from libffi testsuite.
445 2015-06-04  Richard Sandiford  <richard.sandiford@arm.com>
447         * MAINTAINERS (gen* on machine desc): Add self.
449 2015-06-02  Jason Merrill  <jason@redhat.com>
451         PR bootstrap/66319
452         * configure.ac: Use -std=gnu++98.
454 2015-06-02  Szabolcs Nagy  <szabolcs.nagy@arm.com>
456         * MAINTAINERS (Write After Approval): Add myself.
458 2015-05-28  Mike Frysinger  <vapier@gentoo.org>
460         * configure.ac (--vtable-verify): Use AS_HELP_STRING for help.
461         * configure: Regenerate.
463 2015-05-26  Jason Merrill  <jason@redhat.com>
465         * configure.ac: When bootstrapping with GCC, add -std=c++98 to CXX.
466         * configure: Regenerate.
468 2015-05-16  James Bowman  <james.bowman@ftdichip.com>
470         * configure.ac: FT32 target added.
471         * configure: Regenerated.
473 2015-05-16  Iain Buclaw  <ibuclaw@gdcproject.org>
475         * MAINTAINERS (Write After Approval): Add myself.
477 2015-05-11  Paulo Matos  <paulo@matos-sorge.com>
479         * MAINTAINERS (Write After Approval): Add myself.
481 2015-05-11  Paulo Matos  <paulo@matos-sorge.com>
483         * configure.ac: Fix typo.
484         * configure: Regenerate.
486 2015-05-10  Mikhail Maltsev  <maltsevm@gmail.com>
488         * MAINTAINERS (Write After Approval): Add myself.
490 2015-05-03  Matthias Klose  <doko@ubuntu.com>
492         * configure.ac: Match $host configured with triplets.
493         * configure: Regenerate.
495 2015-04-22  Bernhard Reutner-Fischer  <aldot@gcc.gnu.org>
497         * Makefile.tpl: Remove surplus whitespace throughout.
498         * Makefile.in: Regenerate.
500 2015-04-20  Segher Boessenkool  <segher@kernel.crashing.org>
502         * MAINTAINERS (Various Maintainers): Add myself as instruction
503         combiner maintainer.
505 2015-04-17  Jakub Jelinek  <jakub@redhat.com>
507         PR bootstrap/62077
508         * configure.ac (--enable-stage1-checking): Default to
509         release,misc,gimple,rtlflag,tree,types if --disable-checking
510         or --enable-checking is not specified and DEV-PHASE is not
511         experimental.
512         * configure: Regenerated.
514 2015-04-14  Max Ostapenko  <m.ostapenko@partner.samsung.com>
516         * Makefile.tpl (EXTRA_HOST_EXPORTS): New variables.
517         (EXTRA_BOOTSTRAP_FLAGS): Likewise.
518         (check-[+module+]): Add EXTRA_HOST_EXPORTS and EXTRA_BOOTSTRAP_FLAGS.
519         * Makefile.in: Regenerate.
521 2015-04-08  Cary Coutant  <ccoutant@gmail.com>
523         * MAINTAINERS: Update my email address.
525 2015-04-02  James Greenhalgh  <james.greenhalgh@arm.com>
527         * MAINTAINERS: Add myself as a reviewer for the AArch64 port.
529 2015-04-02  Kyrylo Tkachov  <kyrylo.tkachov@arm.com>
531         * MAINTAINERS: Add myself as an arm port reviewer.
533 2015-03-25  Martin Liska  <mliska@suse.cz>
534             Yury Gribov  <y.gribov@samsung.com>
536         * Makefile.in: Fix ln source location for vimrc file.
537         * Makefile.tpl: Likewise.
539 2015-03-09  Aldy Hernandez  <aldyh@redhat.com>
541         PR bootstrap/25672
542         * configure.ac: Do not initialize CFLAGS_FOR_TARGET from CFLAGS if
543         cross-compiling.  Similarly for CXX_FOR_TARGET.
544         * configure: Regenerate.
546 2015-03-10  Ilya Enkovich  <ilya.enkovich@intel.com>
548         * Makefile.def: Add libmpx.
549         * configure.ac: Add libmpx.
550         * Makefile.in: Regenerate.
551         * configure: Regenerate.
553 2015-03-06  Kirill Yukhin  <kirill.yukhin@intel.com>
555         * MAINTAINERS (CPU Port Maintainers): Add myself
556         i386 vector ISA extns mantainer.
558 2015-03-13  Jeff Law  <law@redhat.com>
560         * MAINTAINERS: Remove Paul Brook as a Fortran and ARM
561         maintainer.
562         Remove Richard Henderson as a maintainer for the x86 port.
564 2015-03-03  Joern Rennecke  <gnu@amylaar.uk>
566         * MAINTAINERS (CPU Port Maintainers): Update my email address.
568 2015-03-02  Ilya Enkovich  <ilya.enkovich@intel.com>
570         * MAINTAINERS (Various Maintainers): Add myself as libmpx,
571         pointer bounds checker and i386 MPX maintainer.
573 2015-02-26  Sandra Loosemore  <sandra@codesourcery.com>
575         * MAINTAINERS (Various Maintainers): Add self as docs co-maintainer.
577 2015-02-26  Martin Sebor  <msebor@redhat.com>
579         * MAINTAINERS (Various Maintainers): Add self.
581 2015-02-20  Thomas Schwinge  <thomas@codesourcery.com>
583         * configure.ac [--enable-as-accelerator-for] (enable_languages):
584         Make sure it contains lto.
585         * configure: Regenerate.
587 2015-02-18  Thomas Schwinge  <thomas@codesourcery.com>
589         * configure: Regenerate.
591 2015-02-06  Diego Novillo  <dnovillo@google.com>
593         * MAINTAINERS (Global Reviewers, Plugin, LTO, tree-ssa,
594         middle-end, docstring): Remove myself.
595         (Write After Approval): Add myself.
597 2015-02-02  Janis Johnson  <janis.marie.johnson@gmail.com>
599         * MAINTAINERS (Various Maintainers: testsuite): Remove myself.
600         (Write After Approval): Update address.
602 2015-01-29  David Malcolm  <dmalcolm@redhat.com>
604         PR jit/64780
605         * configure.ac: Require the user to explicitly specify
606         --enable-host-shared if the jit is enabled.
607         * configure: Regenerate.
609 2015-01-27  Robert Suchanek  <robert.suchanek@imgtec.com>
611         * MAINTAINERS (Write After Approval): Add myself.
613 2015-01-25  Tom de Vries  <tom@codesourcery.com>
615         * MAINTAINERS: Make whitespace consistent.
617 2015-01-23  Braden Obrzut  <admin@maniacsvault.net>
619         * MAINTAINERS (Write After Approval): Add myself.
621 2015-01-20  Andre Vehreschild  <vehre@gmx.de>
623         * MAINTAINERS: (Write After Approval): Add myself.
625 2015-01-15  Martin Uecker  <uecker@eecs.berkeley.edu>
627         * MAINTAINERS: (Write After Approval): Add myself.
629 2015-01-15  Philipp Tomsich  <ptomsich@theobroma-systems.com>
631         * MAINTAINERS: (Write After Approval): Add myself.
633 2015-01-13  Iain Sandoe  <iain@codesourcery.com>
635         * MAINTAINERS (Language Front Ends Maintainers): Add myself as an
636         objective-c/c++ front end maintainer.
638 2015-01-13  Marek Polacek  <polacek@redhat.com>
640         * MAINTAINERS (Reviewers): Add self as C front end reviewer.
642 2015-01-12  Jeff Law  <law@redhat.com>
644         * MAINTAINERS: Remove Stan Shebs as he has been inactive for
645         a very long time.
647 2015-01-09  Ian Lance Taylor  <iant@google.com>
649         * configure.ac (host_tools): Add gotools.
650         * Makefile.def (host_modules): Add gotools.
651         (dependencies): Add dependency of all-gotools on all-target-libgo.
653 2015-01-09  Andreas Tobler  <andreast@gcc.gnu.org>
655         * configure.ac: Don't add ${libgcj} for arm*-*-freebsd*.
656         * configure: Regenerate.
658 2015-01-08  Thomas Schwinge  <thomas@codesourcery.com>
660         * Makefile.def (dependencies) <all-target-liboffloadmic>: Depend on
661         all-target-libgomp.
662         * Makefile.in: Regenerate.
664 2015-01-06  Eric Botcazou  <ebotcazou@adacore.com>
666         * MAINTAINERS (CPU Port Maintainers): Add myself for Visium port.
668 2015-01-06  Eric Botcazou  <ebotcazou@adacore.com>
670         * configure.ac: Add Visium support.
671         * configure: Regenerate.
673 2015-01-04  Andreas Schwab  <schwab@linux-m68k.org>
675         * configure.ac: Use OBJCOPY for OBJCOPY_FOR_TARGET.
676         * configure: Regenerate.
678 2015-01-03  Andrew Pinski  <apinski@cavium.com>
680         * Makefile.def (flags_to_pass): Pass OBJCOPY_FOR_TARGET also.
681         * Makefile.tpl (HOST_EXPORTS): Add OBJCOPY_FOR_TARGET.
682         (BASE_TARGET_EXPORTS): Add OBJCOPY.
683         (OBJCOPY_FOR_TARGET): New variable.
684         (EXTRA_TARGET_FLAGS): Add OBJCOPY.
685         * Makefile.in: Regenerate.
686         * configure.ac: Check for already installed target objcopy.
687         Also GCC_TARGET_TOOL on objcopy.
688         * configure: Regenerate.
690 2015-01-02  Hans-Peter Nilsson  <hp@bitrange.com>
692         * config.sub: Update from upstream, to 2015-01-01 version.
693         * config.guess: Ditto.
695 2014-12-22  Sebastian Huber  <sebastian.huber@embedded-brains.de>
697         * MAINTAINERS (RTEMS Ports): Add myself.
699 2014-12-17  Pierre-Marie de Rodat  <derodat@adacore.com>
701         * MAINTAINERS (Write After Approval): Add myself.
703 2014-12-16  Michael Haubenwallner <michael.haubenwallner@ssi-schaefer.com>
705         * MAINTAINERS (Write After Approval): Add myself.
707 2014-12-15  Thomas Schwinge  <thomas@codesourcery.com>
709         * configure.ac (--enable-as-accelerator-for): Don't set
710         ENABLE_AS_ACCELERATOR_FOR.  Update all users.
711         * configure: Regenerate.
713 2014-12-13  Jakub Jelinek  <jakub@redhat.com>
715         PR bootstrap/64023
716         * Makefile.tpl (EXTRA_TARGET_FLAGS): Set STAGE1_LDFLAGS
717         to POSTSTAGE1_LDFLAGS and STAGE1_LIBS to POSTSTAGE1_LIBS.
718         Add -B to libstdc++-v3/src/.libs and libstdc++-v3/libsupc++/.libs
719         to CXX.
720         * Makefile.in: Regenerated.
722 2014-12-09  Laurynas Biveinis  <laurynas.biveinis@gmail.com>
723             Yury Gribov  <y.gribov@samsung.com>
725         * .gitignore: Added .local.vimrc and .lvimrc.
726         * Makefile.tpl (vimrc, .lvimrc, .local.vimrc): New targets.
727         * Makefile.in: Regenerate.
729 2014-12-04  Jack Howarth  <howarth@bromo.med.uc.edu>
731         * config/isl.m4: Don't pass -DCLOOG_INT_GMP on islinc.
732         * configure: Regenerated.
734 2014-11-27  Bernd Schmidt  <bernds@codesourcery.com>
736         * MAINTAINERS (nvptx port): New entry.
738 2014-11-26  Jan-benedict Glaw  <jbglaw@lug-owl.de>
740         * configure: Regenerate.
742 2014-11-26  Jan-Benedict Glaw  <jbglaw@lug-owl.de>
744         * configure.ac: Merge with Binutils.
746 2014-11-26  Tobias Burnus  <burnus@net-b.de>
748         * Makefile.def: Make more dependent on mpfr, mpc and isl.
749         * Makefile.in: Regenerate.
751 2014-11-24  Bernd Edlinger  <bernd.edlinger@hotmail.de>
753         * Makefile.def (module=gmp): Work around in-tree gmp configure bug with
754         missing flex.
755         * Makefile.in: Regenerated.
757 2014-11-21  Ilya Verbin  <ilya.verbin@intel.com>
759         * Makefile.in: Regenerate.
761 2014-11-21  Markus Trippelsdorf  <markus@trippelsdorf.de>
763         PR bootstrap/63784
764         * libtool.m4: Add $pic_flag with -shared.
766 2014-11-21  Renlin Li  <Renlin.Li@arm.com>
768         * MAINTAINERS (Write After Approval): Added myself.
770 2014-11-21  Alex Velenko  <Alex.Velenko@arm.com>
772         * MAINTAINERS (write-after-approval): Add myself.
774 2014-11-19  Maxim Kuvyrkov  <maxim.kuvyrkov@linaro.org>
776         * MAINTAINERS (OS Port Maintainers): Add overdue maintainership note
777         from 2 years ago.
779 2014-11-19  Alex Velenko  <Alex.Velenko@arm.com>
781         Revert:
782         2014-11-19  Alex Velenko  <Alex.Velenko@arm.com>
784         * MAINTAINERS (Write After Approval): Added myself as line map
785         maintainer.
787 2014-11-19  Renlin Li  <Renlin.Li@arm.com>
789         Revert:
790         2014-11-19  Renlin Li  <Renlin.Li@arm.com>
792         * MAINTAINERS (Write After Approval): Added myself.
794 2014-11-19  Renlin Li  <Renlin.Li@arm.com>
796         * MAINTAINERS (Write After Approval): Added myself.
798 2014-11-19  Alex Velenko  <Alex.Velenko@arm.com>
800         * MAINTAINERS (Write After Approval): Added myself as line map
801         maintainer.
803 2014-11-17  Dodji Seketeli  <dodji@redhat.com>
805         * MAINTAINERS (Various Maintainers): Added myself as line map
806         maintainer.
808 2014-11-16  Jan-Benedict Glaw  <jbglaw@lug-owl.de>
810         * move-if-change: Sync from upstream gnulib.
812 2014-11-16  Jan-Benedict Glaw  <jbglaw@lug-owl.de>
814         * compile: Sync with upstream Automake.
815         * depcomp: Ditto.
816         * install-sh: Ditto.
817         * missing: Ditto.
818         * mkinstalldirs: Ditto.
819         * ylwrap: Ditto.
821 2014-11-16  Jan-Benedict Glaw  <jbglaw@lug-owl.de>
823         * config.sub: Update from upstream config repo.
824         * config.guess: Ditto.
826 2014-11-13  Kirill Yukhin  <kirill.yukhin@intel.com>
828         * Makefile.def: Add liboffloadmic to target_modules.  Make
829         liboffloadmic depend on libgomp's configure, libstdc++ and libgcc.
830         * Makefile.in: Regenerate.
831         * configure: Regenerate.
832         * configure.ac: Add liboffloadmic to target binaries.
833         Restrict liboffloadmic for POSIX and i*86, and x86_64 architectures.
834         Add liboffloadmic to noconfig list when C++ is not supported.
836 2014-11-13  Bernd Schmidt  <bernds@codesourcery.com>
837             Thomas Schwinge  <thomas@codesourcery.com>
838             Ilya Verbin  <ilya.verbin@intel.com>
839             Andrey Turetskiy  <andrey.turetskiy@intel.com>
841         * configure: Regenerate.
842         * configure.ac (--enable-as-accelerator-for)
843         (--enable-offload-targets): New configure options.
845 2014-11-11  Tobias Burnus  <burnus@net-b.de>
847         * Makefile.def: Make all-gcc depend on all-isl.
848         * Makefile.in: Regenerate.
850 2014-11-11  David Malcolm  <dmalcolm@redhat.com>
852         * ChangeLog.jit: New.
853         * MAINTAINERS (Various Maintainers): Add myself as jit maintainer.
855 2014-11-11  Francois-Xavier Coudert  <fxcoudert@gcc.gnu.org>
857         PR target/63610
858         * libtool.m4: Fix globbing of darwin versions.
859         * configure: Regenerate.
861 2014-11-11  Tobias Burnus  <burnus@net-b.de>
863         * Makefile.def: Remove CLooG.
864         * Makefile.tpl: Ditto.
865         * configure.ac: Ditto.
866         * configure: Regenerate.
867         * Makefile.in: Ditto.
869 2014-11-06  Bernd Schmidt  <bernds@codesourcery.com>
871         * configure.ac: Handle nvptx-*-*.
872         * configure: Regenerate.
874 2014-11-06  Prachi Godbole  <prachi.godbole@imgtec.com>
876         * MAINTAINERS (Write After Approval): Add myself.
878 2014-10-31  Jakub Jelinek  <jakub@redhat.com>
880         * Makefile.def (libcc1): Remove bootstrap=true;.
881         * Makefile.in: Regenerated.
883 2014-10-31  Jan-Benedict Glaw  <jbglaw@lug-owl.de>
885         * configure.ac: Update comment.
886         * configure: Regenerate.
888 2014-10-31  Ilya Enkovich  <ilya.enkovich@intel.com>
890         * MAINTAINERS (Write After Approval): Add myself.
892 2014-10-30  Thomas Schwinge  <thomas@codesourcery.com>
894         * configure.ac (extra_host_libiberty_configure_flags): Add
895         --enable-shared also for libcc1's benefit.
896         * configure: Regenerate.
898 2014-10-29  Tristan Gingold  <gingold@adacore.com>
900         * MAINTAINERS: Change my email address.
902 2014-10-27  Phil Muldoon  <pmuldoon@redhat.com>
903             Tom Tromey  <tromey@redhat.com>
905         * Makefile.def: Add libcc1 to host_modules.
906         * configure.ac (host_tools): Add libcc1.
907         * Makefile.in, configure: Rebuild.
909 2014-10-24  Hans-Peter Nilsson  <hp@axis.com>
911         * configure.ac (build_configargs): Don't share config.cache between
912         build subdirs.
913         * configure: Regenerate.
915 2014-10-24  Daniel Hellstrom  <daniel@gaisler.com>
917         * config.gcc (sparc*-*-*): Accept mcpu=leon3v7 processor.
918         * doc/invoke.texi (SPARC options): Add mcpu=leon3v7 comment.
919         * config/sparc/leon.md (leon3_load, leon_store, leon_fp_*): Handle
920         leon3v7 as leon3.
921         * config/sparc/sparc-opts.h (enum processor_type): Add LEON3V7.
922         * config/sparc/sparc.c (sparc_option_override): Add leon3v7 support.
923         * config/sparc/sparc.h (TARGET_CPU_leon3v7): New define.
924         * config/sparc/sparc.md (cpu): Add leon3v7.
925         * config/sparc/sparc.opt (enum processor_type): Add leon3v7.
927 2014-10-24  Daniel Hellstrom  <daniel@gaisler.com>
929         * MAINTAINERS (write-after-approval): Add myself.
931 2014-10-23  Ian Lance Taylor  <iant@google.com>
933         * configure.ac: Disable the Go frontend on systems where it is known
934         to not work.
935         * configure: Regenerate.
937 2014-10-23  Richard Biener  <rguenther@suse.de>
939         * Makefile.def: Add libcpp build module and dependencies.
940         * configure.ac: Add libcpp build module.
941         * Makefile.in: Regenerate.
942         * configure: Likewise.
944 2014-10-15  Max Filippov  <jcmvbkbc@gmail.com>
946         * MAINTAINERS (write-after-approval): Add myself.
948 2014-10-12  Manuel López-Ibáñez <manu@gcc.gnu.org>
950         * INSTALL/README: Do not mention CVS.
952 2014-10-03  Jing Yu  <jingyu@google.com>
954         * configure.ac: Add aarch64 to list of targets that support gold.
955         * configure: Regenerate.
957 2014-09-29  François Dumont  <fdumont@gcc.gnu.org>
959         * MAINTAINERS:  Add myself as libstdc++ special modes maintainer.
961 2014-09-29  Catherine Moore  <clm@codesourcery.com>
963         * MAINTAINERS:  Add myself as MIPS maintainer.
965 2014-09-28  Matthew Fortune  <matthew.fortune@imgtec.com>
967         * MAINTAINERS: Move myself to MIPS maintainers.
969 2014-09-23  Jan-Benedict Glaw  <jbglaw@lug-owl.de>
971         * MAINTAINERS: Put all email addresses between '<' and '>'.
973 2014-09-13  Francois-Xavier Coudert  <fxcoudert@gcc.gnu.org>
975         * MAINTAINERS: Move myself to reviewers (Fortran).
977 2014-09-01  Andi Kleen  <ak@linux.intel.com>
979         * Makefile.tpl (POSTSTAGE1_HOST_EXPORTS): Add LTO_EXPORTS.
980         POSTSTAGE1_FLAGS_TO_PASS):  Add LTO_FLAGS_TO_PASS.
981         * Makefile.in: Regenerate.
983 2014-08-28  David Malcolm  <dmalcolm@redhat.com>
985         * rtx-classes-status.txt: Delete
987 2014-08-28  David Malcolm  <dmalcolm@redhat.com>
989         * rtx-classes-status.txt (TODO): NEXT_INSN/PREV_INSN are done.
991 2014-08-27  Sebastian Pop  <s.pop@samsung.com>
993         * config/isl.m4 (_ISL_CHECK_CT_PROG): Removed.
994         (ISL_CHECK_VERSION): Check for functionality added to ISL 0.12 instead
995         of checking for version number.
996         * configure: Regenerated.
997         * configure.ac (ISL_CHECK_VERSION): Do not use ISL version number.
999 2014-08-27  David Malcolm  <dmalcolm@redhat.com>
1001         * rtx-classes-status.txt: Phase 5 (additional rtx_def subclasses)
1002         is done; begin phase 6 (use extra rtx_def subclasses).
1004 2014-08-27  David Malcolm  <dmalcolm@redhat.com>
1006         * rtx-classes-status.txt: Phase 4 (removal of "scaffolding") is
1007         done; begin phase 5 (additional rtx_def subclasses).
1009 2014-08-26  David Malcolm  <dmalcolm@redhat.com>
1011         * rtx-classes-status.txt (TODO): DF_REF_INSN is done.
1013 2014-08-26  David Malcolm  <dmalcolm@redhat.com>
1015         * rtx-classes-status.txt (TODO): SET_BB_HEAD, SET_BB_END,
1016         SET_BB_HEADER are done.
1018 2014-08-26  David Malcolm  <dmalcolm@redhat.com>
1020         * rtx-classes-status.txt (TODO): SET_DEP_PRO and SET_DEP_CON are
1021         done.
1023 2014-08-26  David Malcolm  <dmalcolm@redhat.com>
1025         * rtx-classes-status.txt (TODO): Remove SET_VINSN_INSN_RTX.
1027 2014-08-26  David Malcolm  <dmalcolm@redhat.com>
1029         * rtx-classes-status.txt (TODO): Remove SET_BND_TO.
1031 2014-08-25  David Malcolm  <dmalcolm@redhat.com>
1033         * rtx-classes-status.txt (TODO): Remove SET_BB_NOTE_LIST.
1035 2014-08-25  David Malcolm  <dmalcolm@redhat.com>
1037         * rtx-classes-status.txt (TODO): Remove SET_BB_FOOTER.
1039 2014-08-25  David Malcolm  <dmalcolm@redhat.com>
1041         * rtx-classes-status.txt: Phase 3 (per-file commits within
1042         "config" subdirs) is done; begin phase 4 (removal of
1043         "scaffolding").
1045 2014-08-23  David Malcolm  <dmalcolm@redhat.com>
1047         * rtx-classes-status.txt: Phase 2 (per-file commits in main source
1048         dir) is done; begin phase 3 (per-file commits within "config"
1049         subdirs).
1051 2014-08-21  David Malcolm  <dmalcolm@redhat.com>
1053         * rtx-classes-status.txt: Phase 1 ("scaffolding") is done; begin
1054         phase 2 (per-file commits in main source dir).
1056 2014-08-21  Bin Cheng  <bin.cheng@arm.com>
1058         * configure: Regenerated.
1060 2014-08-19  David Malcolm  <dmalcolm@redhat.com>
1062         * rtx-classes-status.txt (TODO): Add SET_BND_TO
1064 2014-08-19  David Malcolm  <dmalcolm@redhat.com>
1066         * rtx-classes-status.txt (TODO): Add SET_BB_NOTE_LIST.
1068 2014-08-19  David Malcolm  <dmalcolm@redhat.com>
1070         * rtx-classes-status.txt (TODO): Add SET_VINSN_INSN_RTX.
1072 2014-08-19  David Malcolm  <dmalcolm@redhat.com>
1074         * rtx-classes-status.txt (TODO): Add SET_DEP_PRO, SET_DEP_CON.
1076 2014-08-19  David Malcolm  <dmalcolm@redhat.com>
1078         * rtx-classes-status.txt (TODO): Add DF_REF_INSN.
1080 2014-08-19  Joost VandeVondele <vondele@gcc.gnu.org>
1082         * MAINTAINERS (Write After Approval): Add myself.
1084 2014-08-19  Christopher Faylor  <me.gnu@cgf.cx>
1086         * MAINTAINERS: Remove myself
1088 2014-08-19  David Malcolm  <dmalcolm@redhat.com>
1090         * rtx-classes-status.txt: Add SET_NEXT_INSN, SET_PREV_INSN.
1092 2014-08-18  Patrick Palka  <ppalka@gcc.gnu.org>
1094         * MAINTAINERS (Write After Approval): Add myself.
1096 2014-08-18  David Malcolm  <dmalcolm@redhat.com>
1098         * rtx-classes-status.txt (TODO): Add SET_BB_HEAD, SET_BB_END,
1099         SET_BB_HEADER, SET_BB_FOOTER
1101 2014-08-18  David Malcolm  <dmalcolm@redhat.com>
1103         * rtx-classes-status.txt: New file
1105 2014-08-18 Roman Gareev  <gareevroman@gmail.com>
1107         * configure.ac: Eliminate ClooG installation dependency.
1108         * configure: Regenerate.
1109         * Makefile.tpl: Add definition of ISLLIBS and HOST_ISLLIBS.
1110         * Makefile.in: Regenerate.
1112 2014-08-15  Ilya Verbin  <iverbin@gmail.com>
1114         * MAINTAINERS (Write After Approval): Add myself.
1116 2014-08-15  Ilya Tocar  <tocarip@gmail.com>
1118         * MAINTAINERS (Write After Approval): Add myself.
1120 2014-08-01  Jiong Wang  <jiong.wang@arm.com>
1122         * MAINTAINERS (Write After Approval): Add myself.
1124 2014-07-28  Anthony Green  <green@moxielogic.com>
1126         Import from savannah.gnu.org:
1127         * config.sub: Update to 2014-07-28 version.
1129 2014-07-27  Richard Sandiford  <rdsandiford@googlemail.com>
1131         * MAINTAINERS: Remove my MIPS maintainer entry.
1133 2014-07-26  Uros Bizjak  <ubizjak@gmail.com>
1135         PR target/47230
1136         * configure.ac (alpha*-*-linux*): Use mh-alpha-linux.
1137         * configure: Regenerate.
1139 2014-07-24  James Norris  <jnorris@codesourcery.com>
1141         * MAINTAINERS (Write After Approval): Add myself.
1143 2014-07-20  Roman Gareev  <gareevroman@gmail.com>
1145         * configure.ac: Accept only CLooG 0.18.1.
1146         * configure: Regenerate.
1148 2014-07-17  Roman Gareev  <gareevroman@gmail.com>
1150         * configure.ac: Don't accept isl 0.11.
1151         * configure: Regenerate.
1153 2014-07-16  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
1155         * MAINTAINERS (Write After Approval): Add myself.
1157 2014-07-05  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
1159         * configure.ac: Don't accept isl 0.10.
1160         * configure: Regenerate.
1162 2014-06-23  Bernd Edlinger  <bernd.edlinger@hotmail.de>
1164         Fix include path for in-tree cloog.
1165         * config/cloog.m4 (CLOOG_INIT_FLAGS): Remove bogus include path.
1166         * configure: Regenerate.
1168 2014-06-18  Richard Henderson  <rth@redhat.com>
1170         * .gitignore: Import gcc_update output.
1172 2014-06-13  Thomas Schwinge  <thomas@codesourcery.com>
1174         * config-ml.in: Robustify ac_configure_args parsing.
1176         * configure.ac (--enable-linker-plugin-configure-flags)
1177         (--enable-linker-plugin-flags): New flags.
1178         (configdirs): Conditionally add libiberty-linker-plugin.
1179         * configure: Regenerate.
1180         * Makefile.def (host_modules): Add libiberty-linker-plugin.
1181         (host_modules) <lto-plugin>: Pay attention to
1182         @extra_linker_plugin_flags@ and
1183         @extra_linker_plugin_configure_flags@.
1184         (all-lto-plugin): Also depend on all-libiberty-linker-plugin.
1185         * Makefile.in: Regenerate.
1187         * Makefile.tpl (configure-[+prefix+][+module+])
1188         (configure-stage[+id+]-[+prefix+][+module+]): If specified, use
1189         "module_srcdir" instead of "module" for locating a module's srcdir.
1190         * Makefile.in: Regenerate.
1192 2014-06-10  Matthew Fortune  <matthew.fortune@imgtec.com>
1194         * MAINTAINERS (Write After Approval): Add myself.
1196 2014-06-06  Sebastian Pop  <sebpop@gmail.com>
1198         * MAINTAINERS: Update my email address.
1200 2014-06-04  Thomas Preud'homme  <thomas.preudhomme@arm.com>
1202         * MAINTAINERS (Write After Approval): Add myself.
1204 2014-06-03  Andrew Bennett  <andrew.bennett@imgtec.com>
1206         * MAINTAINERS (Write After Approval): Add myself.
1208 2014-05-30  Jonathan Wakely  <jwakely@redhat.com>
1210         PR libstdc++/61011
1211         * configure.ac (--disable-libstdcxx): Set noconfigdirs correctly.
1212         Disable libcilkrts, libitm, libsanitizer when not building libstdc++.
1213         * configure: Regenerate.
1215 2014-05-28  Pedro Alves  <palves@redhat.com>
1217         * MAINTAINERS (Write After Approval): Add myself.
1219 2014-05-22  Maxim Kuvyrkov  <maxim.kuvyrkov@linaro.org>
1221         * MAINTAINERS: Update my affiliation/email.
1223 2014-05-19  Mike Stump  <mikestump@comcast.net>
1225         * MAINTAINERS: Add wide-int reviewers.
1227 2014-05-14  Sandra Loosemore  <sandra@codesourcery.com>
1229         * configure.ac (target_makefile_frag): Set for nios2-*-elf*.
1230         * configure: Regenerated.
1232 2014-05-15  Torvald Riegel  <triegel@redhat.com>
1234         * MAINTAINERS (libitm): Add myself as maintainer.
1236 2014-05-07  Charles Baylis  <charles.baylis@linaro.org>
1238         * MAINTAINERS (Write After Approval): Add myself.
1240 2014-05-01  Richard Sandiford  <rdsandiford@googlemail.com>
1242         * config.sub, config.guess: Import from upstream.
1244 2014-04-29  Alan Lawrence  <alan.lawrence@arm.com>
1246         * MAINTAINERS (Write After Approval): Put myself in correct order.
1248 2014-04-29  Alan Lawrence  <alan.lawrence@arm.com>
1250         * MAINTAINERS (Write After Approval): Add myself.
1252 2014-04-24  Laurynas Biveinis  <laurynas.biveinis@gmail.com>
1254         * MAINTAINERS: Move myself from Reviewers to Write After Approval
1255         section.
1257 2014-04-21 Rafael Ávila de Espíndola <rafael.espindola@gmail.com>
1259         * MAINTAINERS (Write After Approval): Delete myself.
1261 2014-04-17  Jakub Jelinek  <jakub@redhat.com>
1263         PR sanitizer/56781
1264         * libtool-ldflags: Also prefix -static-lib*, -shared-lib*
1265         and -B* options with -Xcompiler.
1267 2014-04-04  Eric Botcazou  <ebotcazou@adacore.com>
1269         PR bootstrap/60620
1270         * Makefile.def (dependencies): Make gnattools depend on libstdc++-v3.
1271         * Makefile.in: Regenerate.
1273 2014-03-28  Yaakov Selkowitz  <yselkowitz@users.sourceforge.net>
1275         * Makefile.def (dependencies): Make all-ld depend on all-binutils
1276         for WINDRES_FOR_TARGET in default-manifest.o rule.
1277         * Makefile.in: Regenerate.
1279 2014-03-26  Dominique d'Humieres <dominiq@lps.ens.fr>
1281         * MAINTAINERS (Write After Approval): Add myself.
1283 2014-03-26  Jakub Jelinek  <jakub@redhat.com>
1285         PR sanitizer/56781
1286         * Makefile.def: Set bootstrap=true; for host fixincludes.
1287         * configure.ac: Don't bootstrap host fixincludes unless
1288         --with-build-config=bootstrap-{a,ub}san.
1289         * Makefile.in: Regenerated.
1290         * configure: Regenerated.
1292 2014-03-21  Jakub Jelinek  <jakub@redhat.com>
1294         * configure.ac: Move BUILD_CONFIG set up earlier.  Add
1295         --enable-vtable-verify option parsing.  Don't add
1296         target-libsanitizer to bootstrap_target_libs unless
1297         --with-build-config=bootstrap-asan or
1298         --with-build-config=bootstrap-ubsan.  Don't add target-libvtv
1299         to bootstrap_target_libs unless --enable-vtable-verify.
1300         * configure: Regenerated.
1302 2014-03-10  Anatoly Sokolov <aesok@post.ru>
1304         * MAINTAINERS (Write After Approval): Add myself.
1306 2014-03-07  Denis Chertykov  <chertykov@gmail.com>
1308         * MAINTAINERS: Remove avr maintainers: Anatoly Sokolov and Eric Weddington
1310 2014-03-07  Jakub Jelinek  <jakub@redhat.com>
1312         PR bootstrap/58572
1313         * Makefile.tpl (POSTSTAGE1_CXX_EXPORT): Use -isystem instead of
1314         -I for libstdc++-v3 includes if $(LEAN).
1315         * Makefile.in: Regenerated.
1317 2014-03-04  Jonathan Wakely  <jwakely@redhat.com>
1319         * MAINTAINERS: Update my email address.
1321 2014-02-24  Walter Lee  <walt@tilera.com>
1323         * configure.ac (tilepro-*-*) Change to tilepro*-*-*.
1324         (tilegx-*-*): Change to tilegx*-*-*.
1325         * configure: Regenerate.
1327 2014-02-17  Loren J. Rittle  <ljrittle@acm.org>
1329         * MAINTAINERS (Various Maintainers: c++ runtime libs): Remove myself.
1331 2014-02-17  Kugan Vivekanandarajah  <kuganv@linaro.org>
1333         * MAINTAINERS (Write After Approval): Add myself.
1335 2014-02-04  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
1337         PR target/59788
1338         * ltmain.sh (opt_duplicate_compiler_generated_deps): Enable on
1339         *solaris2*.
1341 2014-01-21  John David Anglin  <danglin@gcc.gnu.org>
1343         * MAINTAINERS: Update my email address.
1345 2014-01-20  Gerald Pfeifer  <gerald@pfeifer.com>
1347         * MAINTAINERS: Convert to UTF-8.
1348         Properly sort Xinliang David Li's entry.
1350 2013-12-31  Chung-Lin Tang  <cltang@codesourcery.com>
1351             Sandra Loosemore  <sandra@codesourcery.com>
1353         * MAINTAINERS: Add Sandra Loosemore and Chung-Lin Tang as
1354         nios2 port maintainers.
1356 2013-12-16  Markus Trippelsdorf  <markus@trippelsdorf.de>
1358         * MAINTAINERS (Write After Approval): Add myself.
1360 2013-12-13  Francois-Xavier Coudert  <fxcoudert@gcc.gnu.org>
1362         * configure.ac: Add user-friendly check for native x86_64-linux
1363         multilibs.
1364         * configure: Regenerate.
1366 2013-12-06  Oleg Endo  <olegendo@gcc.gnu.org>
1368         * MAINTAINERS: Add myself as sh maintainer.
1370 2013-12-03  Bill Schmidt  <wschmidt@linux.vnet.ibm.com>
1372         * MAINTAINERS: Add self as SLSR maintainer.
1374 2013-11-18  Jan Hubicka  <hubicka@ucw.cz>
1376         * MAINTAINERS: Update my email address.
1378 2013-11-15  David Edelsohn  <dje.gcc@gmail.com>
1380         * MAINTAINERS (Global Reviewers, c++): Remove Mark Mitchell.
1382 2013-11-07  Thomas Schwinge  <thomas@codesourcery.com>
1384         * Makefile.in: Regenerate.
1386         * Makefile.tpl: Fix typo.
1387         * Makefile.in: Regenerate partially.
1389 2013-11-04  Balaji V. Iyer  <balaji.v.iyer@intel.com>
1391         * configure.ac: Added libcilkrts to noconfig list when C++ is not
1392         supported.
1393         * configure: Regenerated.
1395 2013-11-01  Trevor Saunders  <tsaunders@mozilla.com>
1397         * MAINTAINERS (Write After Approval): Add myself.
1399 2013-10-30  Jason Merrill  <jason@redhat.com>
1401         * Makefile.tpl (STAGE1_CONFIGURE_FLAGS): Pass
1402         --disable-build-format-warnings.
1404 2013-10-29  Balaji V. Iyer  <balaji.v.iyer@intel.com>
1406         * Makefile.def: Add libcilkrts to target_modules.  Make libcilkrts
1407         depend on libstdc++ and libgcc.
1408         * configure: Regenerate.
1409         * configure.ac: Added libcilkrts to target binaries.  Also, restrict
1410         libcilkrts for POSIX and i*86, and x86_64 architectures.
1411         * Makefile.in: Added libcilkrts related fields to support building it.
1413 2013-10-26  Jeff Law  <law@redhat.com>
1415         * Makefile.def (target_modules): Remove libmudflap
1416         (languages): Remove check-target-libmudflap).
1417         * Makefile.in: Rebuilt.
1418         * Makefile.tpl (check-target-libmudflap-c++): Remove.
1419         * configure.ac (target_libraries): Remove target-libmudflap.
1420         Remove checks which disabled libmudflap on some systems.
1421         * configure: Rebuilt.
1422         * libmudflap: Directory removed.
1424 2013-10-21  Cong Hou  <congh@google.com>
1426         * MAINTAINERS (Write After Approval): Add myself.
1428 2013-10-16  Mike Stump  <mikestump@comcast.net>
1430         * .dir-locals.el: Add.
1432 2013-10-15  David Malcolm  <dmalcolm@redhat.com>
1434         * configure.ac: Add --enable-host-shared
1435         * configure: Regenerate.
1437 2013-01-10  Joern Rennecke  <joern.rennecke@embecosm.com>
1439         Import from savannah.gnu.org:
1440         * config.guess: Update to 2013-06-10 version.
1441         * config.sub: Update to 2013-10-01 version.
1443 2013-10-01  Simon Cook  <simon.cook@embecosm.com>
1445         Changes to build configuration to allow big endian ARC ELF toolchain
1446         * configure.ac: Also add target-libgloss to noconfigdirs for arceb-*-*.
1447         * configure: Regenerate.
1449 2013-09-20  Alan Modra  <amodra@gmail.com>
1451         * libtool.m4 (_LT_ENABLE_LOCK <ld -m flags>): Remove non-canonical
1452         ppc host match.  Support little-endian powerpc linux hosts.
1454 2013-09-19  Dodji Seketeli  <dodji@redhat.com>
1456         * MAINTAINERS (diagnostic messages): Add myself as diagnostics
1457         maintainer.
1459 2013-09-12  DJ Delorie  <dj@redhat.com>
1461         * MAINTAINERS: Add Nick Clifton and DJ Delorie as msp430
1462         maintainers.
1464 2013-09-03  Richard Biener  <rguenther@suse.de>
1466         * configure.ac: Also allow ISL 0.12.
1467         * configure: Regenerated.
1469 2013-08-30  Bernd Edlinger  <bernd.edlinger@hotmail.de>
1471         * MAINTAINERS (Write After Approval): Add myself.
1473 2013-08-27  David Malcolm  <dmalcolm@redhat.com>
1475         * MAINTAINERS (gdbhooks.py): Add myself as maintainer.
1477 2013-08-26  Caroline Tice  <cmtice@google.com>
1479         * MAINTAINERS:  Correct earliers update:  Move myself from libvtv
1480         "Various Reviewers" to libvtv "Various Maintainers".
1482 2013-08-20  Steven Bosscher  <steven@gcc.gnu.org>
1484         * MAINTAINERS: Add myself as RTL optimizers reviewer.
1486 2013-08-19  Benjamin De Kosnik  <bkoz@gnu.org>
1488         * MAINTAINERS: Update name, email.
1490 2013-08-13  Adam Butcher  <adam@jessamine.co.uk>
1492         * MAINTAINERS (Write After Approval): Add myself.
1494 2013-08-12  Caroline Tice  <cmtice@google.com>
1496         * MAINTAINERS: Add myself as libvtv maintainer. Correct my email
1497         address in the Write After Approval section.
1499 2013-08-09  Carlos O'Donell  <carlos@redhat.com>
1501         * MAINTAINERS (Write After Approval): Update email.
1503 2013-08-08  Benjamin Kosnik  <bkoz@redhat.com>
1505         * configure.ac: Adjust to check VTV_SUPPORTED.
1506         * configure: Regenerated.
1508 2013-08-02  Caroline Tice  <cmtice@google.com>
1510         * configure.ac: Add target-libvtv to target_libraries; disable libvtv
1511         on non-linux systems; add target-libvtv to noconfigdirs; add
1512         libsupc++/.libs to C++ library search paths.
1513         * configure: Regenerated.
1514         * Makefile.def: Add libvtv to target_modules; make libvtv depend on
1515         libstdc++ and libgcc.
1516         * Makefile.in: Regenerated.
1518 2013-07-19  Yvan Roux  <yvan.roux@linaro.org>
1520         * MAINTAINERS (Write After Approval): Add myself.
1522 2013-07-19  Chung-Ju Wu  <jasonwucj@gmail.com>
1523             Shiva Chen  <shiva0217@gmail.com>
1525         * MAINTAINERS (nds32 port): Add Chung-Ju Wu and Shiva Chen as
1526         nds32 port maintainers.
1528 2013-07-17  Tim Shen  <timshen91@gmail.com>
1530         * MAINTAINERS (Write After Approval): Add myself.
1532 2013-07-16  Jan-Benedict Glaw  <jbglaw@lug-owl.de>
1534         * configure.ac: Sync from binutils.
1535         * configure: Regenerate.
1537 2013-06-14  Vidya Praveen  <vidyapraveen@arm.com>
1539         * MAINTAINERS (Write After Approval): Add myself.
1541 2013-06-01  Dinar Temirbulatov  <dinar@kugelworks.com>
1543         * MAINTAINERS (Write After Approval): Add myself.
1545 2013-05-17  David Malcolm  <dmalcolm@redhat.com>
1547         * MAINTAINERS (Write After Approval): Add myself.
1549 2013-04-30  Brooks Moses  <bmoses@google.com>
1551         * MAINTAINERS: Update my email; move myself from Fortran
1552         reviewer to Write After Approval.
1554 2013-04-16  Andreas Schwab  <schwab@suse.de>
1556         * configure.ac (aarch64-*-*): Don't disable java.
1557         * configure: Regenerate.
1559 2013-04-10  Chung-Ju Wu  <jasonwucj@gmail.com>
1561         * MAINTAINERS (Write After Approval): Add myself.
1563 2013-03-30  Matthias Klose  <doko@ubuntu.com>
1565         * Makefile.def (target_modules): Don't install libffi.
1566         * Makefile.in: Regenerate.
1568 2013-02-24  Tilo Schwarz  <tilo@tilo-schwarz.de>
1570         * MAINTAINERS (Write After Approval): Add myself.
1572 2013-02-20  Andrew Sutton  <andrew.n.sutton@gmail.com>
1574         * MAINTAINERS (Write After Approval): Add myself.
1576 2013-02-15  Yufeng Zhang  <yufeng.zhang@arm.com>
1578         * configure.ac: Set libgloss_dir for the aarch64*-*-* targets.
1579         * configure: Regenerated.
1581 2013-02-05  Ian Lance Taylor  <iant@google.com>
1583         PR go/55969
1584         * configure.ac: Disable libgo on some systems where it does not
1585         work.
1587 2013-02-04  David Edelsohn  <dje.gcc@gmail.com>
1589         * MAINTAINERS: Explicitly add myself as AIX maintainer.
1590         Remove Geoff Keating as rs6000 port maintainer, at his request.
1592 2013-01-24  Maxim Kuvyrkov  <maxim@kugelworks.com>
1594         * MAINTAINERS: Update my email.
1596 2013-01-23  Shenghou Ma  <minux.ma@gmail.com>
1598         * configure: Re-generate.
1600 2013-01-15  Richard Biener  <rguenther@suse.de>
1602         PR other/55973
1603         * configure: Re-generate.
1605 2013-01-14  Matthias Klose  <doko@ubuntu.com>
1607         * Makefile.def (install-target-libsanitizer): Depend on
1608         install-target-libstdc++-v3.
1609         * Makefile.in: Regenerate.
1611 2013-01-14  Richard Biener  <rguenther@suse.de>
1613         * configure.ac (cloog/isl): Also allow ISL 0.11.x and CLooG 0.18.0.
1614         * configure: Re-generate
1616 2013-01-11  Jan-Benedict Glaw  <jbglaw@lug-owl.de>
1618         * config.sub: Update from config repo.
1620 2013-01-11  Eric Botcazou  <ebotcazou@adacore.com>
1622         * Makefile.tpl (BOOT_ADAFLAGS): Remove -gnata.
1623         * Makefile.in: Regenerate.
1625 2013-01-10  Joern Rennecke  <joern.rennecke@embecosm.com>
1627         * MAINTAINERS (arc): Add new port maintainership for myself.
1629 2013-01-09  Jason Merrill  <jason@redhat.com>
1631         * .gitignore: Import from gdb repository.
1633 2013-01-09  H.J. Lu  <hongjiu.lu@intel.com>
1635         * Makefile.def (configure-gcc): Depend on all-gmp.
1636         (all-gcc): Remove dependency on all-gmp.
1637         * Makefile.in: Regenerated.
1639 2013-01-08  Jan-Benedict Glaw  <jbglaw@lug-owl.de>
1641         * config.sub: Merge from config repo.
1642         * config.guess: Ditto.
1644 2013-01-08  Jan-Benedict Glaw  <jbglaw@lug-owl.de>
1646         * Makefile.def: Merge from binutils.
1647         * Makefile.in: Ditto.
1649 2013-01-01  Maxim Kuvyrkov  <maxim.kuvyrkov@gmail.com>
1651         * MAINTAINERS: Update my email.
1653 2012-12-29  Ben Elliston  <bje@gnu.org>
1655         * config.guess: Update to 2012-12-29 version.
1656         * config.sub: Likewise.
1658 2012-12-20  Matthias Klose  <doko@ubuntu.com>
1660         * Makefile.def (install-target-libgfortran): Depend on
1661         install-target-libquadmath, install-target-libgcc.
1662         (install-target-libsanitizer): Depend on install-target-libgcc.
1663         (install-target-libjava): Depend on install-target-libgcc.
1664         (install-target-libitm): Depend on install-target-libgcc.
1665         (install-target-libobjc): Depend on install-target-libgcc.
1666         (install-target-libstdc++-v3): Depend on install-target-libgcc.
1667         * Makefile.in: Regenerate.
1669 2012-12-19  Matthias Klose  <doko@ubuntu.com>
1671         * Makefile.def (install-target-libgo): Depend on
1672         install-target-libatomic.
1673         * Makefile.in: Regenerate.
1675 2012-12-18  Andreas Schwab  <schwab@linux-m68k.org>
1677         PR go/55201
1678         * Makefile.def (all-target-libgo): Depend on all-target-libatomic.
1679         * Makefile.in: Regenerate.
1681 2012-12-16  Thomas Schwinge  <thomas@codesourcery.com>
1683         * configure.ac (ENABLE_GOLD): Consider *-*-gnu* targets ELF.
1684         * configure: Regenerate.
1686 2012-12-12  Jan-Benedict Glaw  <jbglaw@lug-owl.de>
1688         * config.sub: Merge from config repo.
1690 2012-12-11  H.J. Lu  <hongjiu.lu@intel.com>
1692         * Makefile.def (target_modules): Add bootstrap=true and
1693         raw_cxx=true to libsanitizer.
1694         * configure.ac (bootstrap_target_libs): Add libsanitizer.
1695         * Makefile.in: Regenerated.
1696         * configure: Likewise.
1698 2012-12-01  Richard Sandiford  <rdsandiford@googlemail.com>
1700         * MAINTAINERS: Remove self as RTL optimization maintainer.
1702 2012-11-30  Kyrylo Tkachov  <kyrylo.tkachov@arm.com>
1704         * MAINTAINERS (Write After Approval): Add myself.
1706 2012-11-28  H.J. Lu  <hongjiu.lu@intel.com>
1708         * Makefile.def (target_modules): Remove bootstrap=true and
1709         raw_cxx=true from libsanitizer.
1710         * configure.ac (bootstrap_target_libs): Remove libsanitizer.
1711         * Makefile.in: Regenerated.
1712         * configure: Likewise.
1714 2012-11-28  H.J. Lu  <hongjiu.lu@intel.com>
1716         * Makefile.def (target_modules): Add bootstrap=true and
1717         raw_cxx=true to libsanitizer.
1718         * configure.ac (bootstrap_target_libs): Add libsanitizer.
1719         * Makefile.in: Regenerated.
1720         * configure: Likewise.
1722 2012-11-28  Andrew Pinski  <apinski@cavium.com>
1724         PR bootstrap/54279
1725         * configure.ac (CXX_FOR_TARGET): Change over to use xg++.
1726         * configure: Regenerate.
1727         * Makefile.tpl (POSTSTAGE1_CXX_EXPORT): Change over to use xg++.
1728         * Makefile.in: Regenerate.
1730 2012-11-27  Siddhesh Poyarekar  <siddhesh@redhat.com>
1732         * configure.ac: Disable libsanitizer if we're not building C++.
1733         * configure: Regenerate.
1735 2012-11-15  Roland McGrath  <roland@hack.frob.com>
1737         * MAINTAINERS (Write After Approval): Add myself.
1739 2012-11-15  Dmitry Vyukov  <dvyukov@google.com>
1741         * MAINTAINERS: (libsanitizer, asan.c): Add myself,
1742         Kostya Serebryany (kcc@google.com) and
1743         Jakub Jelinek (jakub@redhat.com).
1744         Rename area for Dodji Seketeli (dodji@redhat.com).
1746 2012-11-15  Dodji Seketeli  <dodji@redhat.com>
1748         * MAINTAINERS: (asan.c, related): Add myself.
1750 2012-11-14  Roland McGrath  <mcgrathr@google.com>
1752         * configure.ac (ENABLE_GOLD): Consider *-*-nacl* targets ELF.
1753         * configure: Regenerate.
1755 2012-11-13  Richard Henderson  <rth@redhat.com>
1757         * configure.ac: Move libsanitizer logic to subdirectory.
1758         * configure: Regenerate.
1760 2012-11-13  Dodji Seketeli  <dodji@redhat.com>
1762         * configure.ac: Enable libsanitizer just on x86 linux for now.
1763         * configure: Re-generate.
1765 2012-11-13  David Edelsohn  <dje.gcc@gmail.com>
1767         * configure.ac: Disable libsanitizer on AIX. Merge libquadmath
1768         sections.
1769         * configure: Regenerate.
1771 2012-11-13  Hans-Peter Nilsson  <hp@axis.com>
1773         * configure.ac: Add section for configdirs for libsanitizer.
1774         Disable for cris-*-* and mmix-*-*.
1775         * configure: Regenerate.
1777 2012-11-12  Wei Mi <wmi@google.com>
1779         * configure.ac: Add libsanitizer to target_libraries.
1780         * Makefile.def: Ditto.
1781         * configure: Regenerate.
1782         * Makefile.in: Regenerate.
1783         * libsanitizer: New directory for asan runtime.  Contains an empty
1784         tsan directory.
1786 2012-11-03  Corinna Vinschen  <corinna@vinschen.de>
1788         * configure.ac (FLAGS_FOR_TARGET,target=cygwin): Fix for building
1789         against Mingw64 w32api.
1790         * configure: Regenerate.
1792 2012-11-03  H.J. Lu  <hongjiu.lu@intel.com>
1794         * configure: Regenerated.
1796 2012-11-03  Robert Mason  <rbmj@verizon.net>
1798         * configure.ac: add --disable-libstdcxx configure option
1799         and handle defaulted state only for VxWorks, ARM-wince-pe and AVR.
1801 2012-10-30  Ganesh Gopalasubramanian  <Ganesh.Gopalasubramanian@amd.com>
1803         * MAINTAINERS (Write After Approval): Add myself.
1805 2012-10-26  James Greenhalgh  <james.greenhalgh@arm.com>
1807         * MAINTAINERS (Write After Approval): Add myself.
1809 2012-10-24  Sharad Singhai  <singhai@google.com>
1811         * MAINTAINERS (Write After Approval): Add myself.
1813 2012-10-24  Eric Christopher  <echristo@gmail.com>
1815         * MAINTAINERS: Update email address.
1817 2012-10-23  Eric Botcazou  <ebotcazou@adacore.com>
1819         PR bootstrap/54820
1820         * configure.ac (have_static_libs): Force 'no' for GCC version < 4.5.
1821         * configure: Regenerate.
1823 2012-10-23  Richard Earnshaw  <rearnsha@arm.com>
1825         * MAINTAINERS (aarch64): Add Marcus and myself.
1827 2012-10-22  Eric Botcazou  <ebotcazou@adacore.com>
1829         PR bootstrap/54820
1830         * Makefile.tpl (STAGE1_FLAGS_TO_PASS): New variable.
1831         (all-[+prefix+][+module+]): Pass stage1_args to sub-makes.
1832         (all-stage[+id+]-[+prefix+][+module+]): Likewise, if prev is false.
1833         (clean-stage[+id+]-[+prefix+][+module+]): Likewise, if prev is false.
1834         (host_modules): Set stage1_args to STAGE1_FLAGS_TO_PASS.
1835         * Makefile.in: Regenerate.
1836         * configure.ac (have_static_libs): New variable and associated check.
1837         (stage1-ldflags): Move to after stage1_libs and set to -static-libstdc++
1838         -static-libgcc if stage1_libs is empty and have_static_libs is yes.
1839         * configure: Regenerate.
1841 2012-10-10  Richard Biener  <rguenther@suse.de>
1843         * MAINTAINERS: Adjust for changed surname.
1845 2012-10-04  Lawrence Crowl  <crowl@google.com>
1847         * MAINTAINERS (Write After Approval): Add myself.
1849 2012-10-01  Cary Coutant  <ccoutant@google.com>
1851         * MAINTAINERS: Add myself as dwarf debugging code maintainer.
1853 2012-09-28  Ian Lance Taylor  <iant@google.com>
1855         * Makefile.def: Make all-target-libgo depend on
1856         all-target-libbacktrace.
1857         * Makefile.in: Rebuild.
1859 2012-09-26  Ian Lance Taylor  <iant@google.com>
1861         * Makefile.def: Make all-gcc depend on all-libbacktrace.
1862         * Makefile.in: Rebuild.
1864 2012-09-20  Walter Lee  <walt@tilera.com>
1866         * configure.ac: Add tilegx to list of targets that support gold.
1867         * configure: Regenerate.
1869 2012-09-20  Marek Polacek  <polacek@redhat.com>
1871         * MAINTAINERS (Write After Approval): Add myself.
1873 2012-09-19  Steve Ellcey  <sellcey@mips.com>
1875         * configure.ac: Add mips*-mti-elf* target.
1876         * configure: Regenerate.
1878 2012-09-17  Ian Lance Taylor  <iant@google.com>
1880         * MAINTAINERS (Various Maintainers): Add libbacktrace.
1881         * configure.ac (host_libs): Add libbacktrace.
1882         (target_libraries): Add libbacktrace.
1883         * Makefile.def (host_modules): Add libbacktrace.
1884         (target_modules): Likewise.
1885         * configure, Makefile.in: Rebuild.
1887 2012-09-14  David Edelsohn  <dje.gcc@gmail.com>
1889         PR target/38607
1890         Merge upstream change.
1891         * libtool.m4 (_LT_COMPILER_PIC): Add -fPIC to GCC and GXX for AIX.
1893         * configure.ac: Add target-libquadmath to noconfigdirs for AIX.
1894         Add libgomp*.o to compare_exclusions for AIX.
1895         * configure: Regenerate.
1897 2012-09-06  Diego Novillo  <dnovillo@google.com>
1899         * configure.ac: Bump minimum GMP version to 4.2.3.
1900         * configure: Re-generate.
1902 2012-09-05  Georg-Johann Lay  <avr@gjlay.de>
1904         PR target/54461
1905         * configure.ac (noconfigdirs,target=avr-*-*): Add target-newlib,
1906         target-libgloss if not configured --with-avrlibc=no.
1907         * configure: Regenerate.
1909 2012-09-04  Jason Merrill  <jason@redhat.com>
1911         * configure.ac: Fix --enable-languages=all.
1913 2012-09-04  Christophe Lyon  <christophe.lyon@st.com>
1915         * MAINTAINERS (Write After Approval): Add myself.
1917 2012-09-03  Richard Guenther  <rguenther@suse.de>
1919         PR bootstrap/54138
1920         * configure.ac: Re-organize ISL / CLOOG checks to allow
1921         disabling with either --without-isl or --without-cloog.
1922         * configure: Regenerated.
1924 2012-09-03  Georg-Johann Lay  <avr@gjlay.de>
1926         * configure.ac (noconfigdirs,target=avr): Add target-libquadmath.
1927         * configure: Regenerate.
1929 2012-08-27  Ulrich Drepper  <drepper@gmail.com>
1931         * MAINTAINERS: Fix my email address.
1933 2012-08-26  H.J. Lu  <hongjiu.lu@intel.com>
1935         PR binutils/4970
1936         * Makefile.def (host_modules): Rmove lib_path=.libs from bfd
1937         and opcodes.
1938         * Makefile.in: Regenerated.
1940 2012-08-26  Art Haas <ahaas@impactweather.com>
1942         * configure: Regenerate.
1944 2012-08-25  Křištof Želechovski <giecrilj@stegny.2a.pl>
1946         * INSTALL/README: Also refer to the online installation
1947         instructions.
1949 2012-08-21  Hariharan Sandanagobalane <hariharan.gcc@gmail.com>
1951         * MAINTAINERS (Write After Approval): Add myself.
1952         (Picochip port): Remove myself.
1954 2012-08-14   Diego Novillo  <dnovillo@google.com>
1956         Merge from cxx-conversion branch.
1958         * Makefile.tpl (STAGE[+id+]_CXXFLAGS): Remove
1959         POSTSTAGE1_CONFIGURE_FLAGS.
1960         * Makefile.in: Regenerate.
1961         * configure.ac (ENABLE_BUILD_WITH_CXX): Remove.  Update all users.
1962         Force C++ when bootstrapping.
1963         * configure: Regenerate.
1965 2012-07-24  Jan-Benedict Glaw  <jbglaw@lug-owl.de>
1967         * MAINTAINERS (Write After Approval): Add myself.
1969 2012-07-16  Joseph Myers  <joseph@codesourcery.com>
1971         * README: Document use of ranges of years in copyright notices.
1973 2012-07-06  Richard Guenther  <rguenther@suse.de>
1975         * Makefile.def (cloog): Pass $(HOST_GMPINC) and $(HOST_ISLINC)
1976         as CPPFLAGS, pass path to built gmp as LDFLAGS, always use
1977         --with-gmp=system.
1978         * Makefile.in: Regenerated.
1979         * configure: Likewise.
1981 2012-07-06  Richard Guenther  <rguenther@suse.de>
1983         * configure.ac (extra_isl_gmp_configure_flags): Initialize and subst.
1984         * Makefile.def (isl): Use extra_isl_gmp_configure_flags and
1985         supply V=1 as extra_make_flags.
1986         * configure: Regenerated.
1987         * Makefile.in: Likewise.
1989 2012-07-04  Tristan Gingold  <gingold@adacore.com>
1991         * configure: Regenerate.
1993 2012-07-03  Richard Guenther  <rguenther@suse.de>
1995         * Makfile.def (isl): Remove not necessary extra_exports and
1996         extra_make_flags.
1997         (cloog): Use $$CPPFLAGS instead of ${CPPFLAGS}.
1998         * Makefile.in: Regenerated.
2000 2012-07-03  Richard Guenther  <rguenther@suse.de>
2002         * Makefile.def (cloog): Add V=1 to extra_make_flags.
2003         * configure.ac: If either the ISL or the CLooG check failed
2004         do not try to build in-tree versions.
2005         * Makefile.in: Regenerated.
2006         * configure: Regenerated.
2008 2012-07-03  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
2010         * configure: Regenerate.
2012 2012-07-02  Janis Johnson  <janisjo@codesourcery.com>
2014         * MAINTAINERS (Various Maintainers): Add myself as testsuite
2015         maintainer.
2017 2012-07-02  Richard Guenther  <rguenther@suse.de>
2019         * configure: Regenerated.
2021 2012-07-02  Richard Guenther  <rguenther@suse.de>
2022         Michael Matz  <matz@suse.de>
2023         Tobias Grosser <tobias@grosser.es>
2024         Sebastian Pop <sebpop@gmail.com>
2026         * Makefile.def: Add ISL host module, remove PPL host module.
2027         Adjust ClooG host module to use the proper ISL.
2028         * Makefile.tpl: Pass ISL include flags instead of PPL ones.
2029         * configure.ac: Include config/isl.m4.  Add ISL host library,
2030         remove PPL.  Remove PPL configury, add ISL configury, adjust
2031         ClooG configury.
2032         * Makefile.in: Regenerated.
2033         * configure: Likewise.
2035 2012-07-02  Richard Guenther  <rguenther@suse.de>
2037         Merge from graphite branch
2038         2011-07-21  Tobias Grosser  <tobias@grosser.es>
2040         * configure: Regenerated.
2041         * config/cloog.m4: Remove support for CLooG-ppl and CLooG-parma,
2042         both cloog.org and legacy versions. The only supported version will
2043         be CLooG with the isl backend.
2045         2011-07-21  Tobias Grosser  <tobias@grosser.es>
2047         * configure: Regenerated.
2048         * configure.ac: Require cloog isl 0.17.0
2050         2011-07-21  Tobias Grosser  <tobias@grosser.es>
2052         * configure: Regenerated.
2053         * config/cloog.m4: Do not define CLOOG_ORG
2055 2012-06-29  Steven Bosscher  <steven@gcc.gnu.org>
2057         * configure.ac: Skip C if explicitly selected.
2058         * configure: Regenerate.
2060 2012-06-28  Christophe Lyon <christophe.lyon@st.com>
2062         * configure.ac (CFLAGS_FOR_TARGET, CXXFLAGS_FOR_TARGET): Make sure
2063         they contain -O2.
2064         * configure: Regenerate.
2066 2012-06-25  Richard Sandiford  <rdsandiford@googlemail.com>
2068         PR debug/53740
2069         * df.h, df-problems.c, dce.c: Revert last patch.
2071 2012-06-25  Iain Sandoe  <iain@codesourcery.com>
2073         * MAINTAINERS (Write After Approval): Update my email address.
2075 2012-06-21  Meador Inge  <meadori@codesourcery.com>
2077         * MAINTAINERS (Write After Approval): Add myself.
2079 2012-06-20  Jason Merrill  <jason@redhat.com>
2081         * Makefile.tpl (check-target-libgomp-c++): New.
2082         (check-target-libitm-c++): New.
2083         * Makefile.def (c++): Add them.
2084         * Makefile.in: Regenerate.
2086 2012-05-29  Edmar Wienskoski  <edmar@freescale.com>
2088         * MAINTAINERS (Write After Approval): Add myself.
2090 2012-05-16  Olivier Hainque  <hainque@adacore.com>
2092         * Makefile.tpl (gcc-no-fixedincludes): Rename into ...
2093         (gcc-install-no-fixedincludes): Now forwarder to local target in gcc/
2094         (install-no-fixedincludes): Adjust accordingly.
2095         * Makefile.in: Regenerate.
2097 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
2099         Merge upstream change
2100         * libtool.m4 (_LT_ENABLE_LOCK): Support x32.
2102 2012-05-14  Marc Glisse  <marc.glisse@inria.fr>
2104         * MAINTAINERS (Write After Approval): Add myself.
2106 2012-05-09  Nick Clifton  <nickc@redhat.com>
2107             Paul Smith  <psmith@gnu.org>
2109         PR bootstrap/50461
2110         * configure.ac (mpfr-dir): When using in-tree MPFR sources
2111         allow for the fact that from release v3.1.0 of MPFR the source
2112         files were moved into a src sub-directory.
2113         * configure: Regenerate.
2115 2012-05-07  Janne Blomqvist  <jb@gcc.gnu.org>
2117         * configure.ac: Bump minimum MPFR version to 2.4.0.
2118         * configure: Regenerated.
2120 2012-05-01  Richard Henderson  <rth@redhat.com>
2122         * Makefile.def (libatomic): New target_module.
2123         * configure.ac (target_libraries): Add libatomic.
2124         (noconfigdirs): Check if libatomic is supported.
2125         * Makefile.in, configure: Rebuild.
2127 2012-05-01  Greta Yorsh  <Greta.Yorsh@arm.com>
2129         * MAINTAINERS (Write After Approval): Add myself.
2131 2012-04-25  Joel Brobecker  <brobecker@adacore.com>
2133         * config.sub: Update to 2012-04-18 version from official repo.
2135 2012-04-24  Naveen H.S  <naveen.S@kpitcummins.com>
2137         * MAINTAINERS (Write After Approval): Add myself.
2139 2012-04-11  Steve Ellcey  <sellcey@mips.com>
2141         * MAINTAINERS: Changed email address.
2143 2012-03-28  Georg-Johann Lay  <avr@gjlay.de>
2145         PR target/52737
2146         * contrib/gcc_update (files_and_dependencies):
2147         Remove gcc/config/avr/t-multilib from touch data.
2149 2012-03-14  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
2151         * MAINTAINERS (OS Port Maintainers): Remove irix.
2152         * configure.ac (enable_libgomp): Remove *-*-irix6*.
2153         (unsupported_languages): Remove mips-sgi-irix6.*.
2154         (noconfigdirs): Don't add ${libgcj} for mips*-*-irix6*.
2155         (with_stabs): Remove.
2156         * configure: Regenerate.
2158 2012-03-12  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
2160         * MAINTAINERS (OS Port Maintainers): Remove osf.
2161         * configure.ac (enable_libgomp): Remove *-*-osf*.
2162         (with_stabs): Remove alpha*-*-osf*.
2163         * configure: Regenerate.
2165 2012-03-05  Tristan Gingold  <gingold@adacore.com>
2167         * configure.ac: Enable gdb and readline for ia64*-*-*vms*.
2168         * configure: Regenerate.
2170 2012-02-17  Walter Lee  <walt@tilera.com>
2172         * MAINTAINERS: (Write After Approval): Delete myself.
2174 2012-02-14  Walter Lee  <walt@tilera.com>
2176         * MAINTAINERS (tilegx port): Add myself.
2177         (tilepro port): Add myself.
2178         (Write After Approval): Add myself.
2180 2012-02-12  Gerald Pfeifer  <gerald@pfeifer.com>
2182         * MAINTAINERS (Various Maintainers): Add Diego Novillo, Gerald Pfeifer
2183         and Joseph Myers as docstring relicensing maintainers.
2185 2012-02-09  Bin Cheng  <bin.cheng@arm.com>
2187         * MAINTAINERS (write-after-approval): Add myself.
2189 2012-02-08  Ira Rosen <irar@il.ibm.com>
2191         * MAINTAINERS (Various Maintainers): Remove myself as auto-vectorizer
2192         maintainer.
2194 2012-02-04  Venkataramanan Kumar  <venkataramanan.kumar@amd.com>
2196         * MAINTAINERS (Write After Approval): Move myself to
2197         maintain alphabetical order.
2199 2012-02-03  Venkataramanan Kumar  <venkataramanan.kumar@amd.com>
2201         * MAINTAINERS (Write After Approval): Add myself.
2203 2012-02-02  Jayant R Sonar <jayant.sonar@kpitcummins.com>
2205         * MAINTAINERS (Write After Approval): Add myself.
2207 2012-02-02  Sumanth G <sumanth.gundapaneni@kpitcummins.com>
2208             Jayant R Sonar <jayant.sonar@kpitcummins.com>
2210         * configure.ac (cr16-*-*): Remove nonconfigdirs.
2211         * configure: Regenerate.
2213 2012-01-23  Harshit Chopra  <harshit@google.com>
2215         * MAINTAINERS (Write After Approval): Add myself.
2217 2012-01-22  Douglas B Rupp  <rupp@ngnat.com>
2219         * configure.ac: Remove reference to mh-interix.
2220         * configure: Regenerate.
2222 2012-01-05  Richard Henderson  <rth@redhat.com>
2224         PR bootstrap/51072
2225         * configure.ac: Disable libitm if c++ is not enabled.
2226         * configure: Rebuild.
2228         * configure.ac: Fix regexp for same.
2229         * configure: Rebuild.
2231 2012-01-02  Balaji V. Iyer  <bviyer@gmail.com>
2233         * MAINTAINERS (Write After Approval): Add myself.
2235 2012-01-02  Richard Guenther  <rguenther@suse.de>
2237         PR bootstrap/51686
2238         * Makefile.def (install-strip-gcc): Depend on install-strip-lto-plugin.
2239         * Makefile.in: Regenerate.
2241 2011-12-28  Oleg Endo  <olegendo@gcc.gnu.org>
2243         * MAINTAINERS (Write After Approval): Add myself.
2245 2011-12-18  Eric Botcazou  <ebotcazou@adacore.com>
2247         * configure: Regenerate.
2249 2011-12-14  Hariharan Sandanagobalane  <hariharan.gcc@gmail.com>
2251         * MAINTAINERS (picochip): Changed email address.
2253 2011-11-30  Matthew Gretton-Dann  <matthew.gretton-dann@arm.com>
2255         * MAINTAINERS (write-after-approval): Add self.
2257 2011-11-29  DJ Delorie  <dj@redhat.com>
2259         * configure.ac (rl78-*-*) New case.
2260         * configure: Regenerate.
2261         * MAINTAINERS: Add myself as RL78 maintainer.
2263 2011-11-21  Eric Botcazou  <ebotcazou@libertysurf.fr>
2265         * MAINTAINERS: Add self as co-maintainer of the Ada front end.
2267 2011-11-21  Andreas Tobler  <andreast@fgznet.ch>
2269         * libtool.m4: Additional FreeBSD 10 fixes.
2271 2011-11-21  Joern Rennecke  <joern.rennecke@embecosm.com>
2273         * MAINTAINERS: Move myself from Write After Approval to CPU Port
2274         Maintainers section, as Epiphany maintainer.
2276 2011-11-18  Iain Sandoe  <iains@gcc.gnu.org>
2278         PR target/49992
2279         * configure.ac: Remove ranlib special-casing for Darwin.
2280         * configure: Regenerate.
2282 2011-11-12  Andrey Belevantsev  <abel@ispras.ru>
2284         * MAINTAINERS (Reviewers): Keep the list sorted.
2286 2011-11-11  Andrey Belevantsev  <abel@ispras.ru>
2288         * MAINTAINERS (Selective Scheduling): Add myself as a reviewer.
2290 2011-11-09  Roland McGrath  <mcgrathr@google.com>
2292         * configure.ac: Add tool checks for READELF and READELF_FOR_TARGET.
2293         * configure: Rebuild.
2294         * Makefile.def (flags_to_pass): Add READELF_FOR_TARGET.
2295         * Makefile.tpl (READELF, READELF_FOR_TARGET): New variables.
2296         (HOST_EXPORTS): Add READELF, READELF_FOR_TARGET.
2297         (BASE_FLAGS_TO_PASS): Add READELF_FOR_TARGET.
2298         (BASE_TARGET_EXPORTS, EXTRA_HOST_FLAGS, EXTRA_TARGET_FLAGS):
2299         Add READELF.
2300         * Makefile.in: Rebuild.
2302 2011-11-09  Jason Merrill  <jason@redhat.com>
2304         * Makefile.def (language=c++): Remove check-c++0x.
2305         * Makefile.in (check-gcc-c++): Regenerate.
2307 2011-11-08  Richard Henderson  <rth@redhat.com>
2309         * configure.ac: Test for libitm directory present first.
2311         * configure.ac: Adjust srcdir for running libitm/configure.tgt.
2313         * configure.ac: Test libitm/configure.tgt to disable libitm.
2314         * configure: Rebuild.
2316 2011-11-07  Aldy Hernandez  <aldyh@redhat.com>
2317             Richard Henderson  <rth@redhat.com>
2319         Merged from transactional-memory.
2321         * Makefile.def (lang_env_dependencies): libitm is c++.
2322         Add libitm target module.
2323         * configure.ac: Likewise.
2324         * config/mmap.m4: New file.
2325         * contrib/gcc_update: Add libitm to touch data.
2326         * Makefile.in, configure: Rebuild.
2328 2011-11-02  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
2330         * Makefile.tpl (EXTRA_GCC_FLAGS): Remove LIBGCC2_CFLAGS,
2331         LIBGCC2_DEBUG_CFLAGS, LIBGCC2_INCLUDES.
2332         * Makefile.in: Regenerate.
2334 2011-11-01  DJ Delorie  <dj@redhat.com>
2336         * config.sub: Update to version 2011-10-29 (added rl78)
2338 2011-10-27  Nick Clifton  <nickc@redhat.com>
2340         * config.sub: Import these changes from the config project:
2342         2011-10-08  Joern Rennecke  <joern.rennecke@embecosm.com>
2343             Ben Elliston  <bje@gnu.org>
2345         * config.sub (epiphany): New.
2347         2011-09-09  Linas Vepstas  <linasvepstas@gmail.com>
2348             Ben Elliston  <bje@gnu.org>
2350         * config.sub (hexagon, hexagon-*): New.
2352         2011-08-23  Roland McGrath  <mcgrathr@google.com>
2354         * config.sub: Rename 32eb to be32, 32el to le32, 64el to le64, and
2355         64eb to be64.
2357         2011-08-16  Roland McGrath  <mcgrathr@google.com>
2359         * config.sub (32eb, 32el, 64eb, 64el): New (pseudo-)CPUs.
2360         (nacl): Grok as alias for 32el-unknown-nacl.
2362 2011-10-25  Kirill Yukhin  <kirill.yukhin@intel.com>
2364         * MAINTAINERS (Write After Approval): Add myself.
2366 2011-10-24  Teresa Johnson  <tejohnson@google.com>
2368         * MAINTAINERS (Write After Approval): Add myself.
2370 2011-09-21  Jakub Jelinek  <jakub@redhat.com>
2372         * MAINTAINERS (sparc port): Remove myself.
2374 2011-09-14  Tom de Vries  <tom@codesourcery.com>
2376         * MAINTAINERS (Write After Approval): Add myself.
2378 2011-08-14  Yao Qi  <yao@codesourcery.com>
2380         * configure.ac (tic6x-*-*): Remove gdb from noconfigdirs.
2381         * configure: Regenerate.
2383 2011-07-26  Ian Lance Taylor  <iant@google.com>
2385         * configure.ac: Set have_compiler based on whether gcc directory
2386         exists, rather than on whether gcc is in configdirs.
2387         * configure: Rebuild.
2389 2011-07-21  Joseph Myers  <joseph@codesourcery.com>
2391         * MAINTAINERS (Global Reviewers): Add self.
2393 2011-07-20  David Edelsohn  <dje.gcc@gmail.com>
2395         * Makefile.tpl (POSTSTAGE1_CONFIGURE_FLAGS): Add libsupc++ to
2396         link directories.
2397         * Makefile.in: Rebuild.
2399 2011-07-20  Ian Lance Taylor  <iant@google.com>
2401         PR bootstrap/49787
2402         * configure.ac: Move --enable-bootstrap handling earlier in file.
2403         If --enable-bootstrap and either --enable-build-with-cxx or
2404         --enable-build-poststage1-with-cxx, enable C++ automatically.
2405         * configure: Rebuild.
2407 2011-07-19  Ian Lance Taylor  <iant@google.com>
2409         * configure.ac: Add --enable-build-poststage1-with-cxx.  If set,
2410         make C++ a boot_language.  Set and substitute
2411         POSTSTAGE1_CONFIGURE_FLAGS.
2412         * Makefile.tpl (POSTSTAGE1_CONFIGURE_FLAGS): New variable.
2413         (STAGE[+id+]_CONFIGURE_FLAGS): Add $(POSTSTAGE1_CONFIGURE_FLAGS).
2414         * configure, Makefile.in: Rebuild.
2416 2011-07-19  Vladimir Makarov  <vmakarov@redhat.com>
2418         * MAINTAINERS (Register Allocation): Move myself from reviewers to
2419         maintainers.
2421 2011-07-18  Jakub Jelinek  <jakub@redhat.com>
2423         * MAINTAINERS (Global Reviewers): Add myself.
2425 2011-07-18  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
2427         * configure: Regenerate.
2429 2011-07-16  Jason Merrill  <jason@redhat.com>
2431         * Makefile.def (language=c++): Add check-c++0x and
2432         check-target-libmudflap-c++.
2433         * Makefile.tpl (check-target-libmudflap-c++): New.
2434         * Makefile.in: Regenerate.
2436 2011-07-16  Matthias Klose  <doko@ubuntu.com>
2438         * Makefile.tpl (EXTRA_CONFIGARGS_LIBJAVA): Define.
2439         * Makefile.def (target_modules/libjava): Pass
2440         $(EXTRA_CONFIGARGS_LIBJAVA).
2441         * configure.ac: Pass --disable-static in EXTRA_CONFIGARGS_LIBJAVA,
2442         if not configured with --enable-static-libjava.
2443         * Makefile.in: Regenerate.
2444         * configure: Likewise.
2446 2011-07-15  Jason Merrill  <jason@redhat.com>
2448         * Makefile.in (check-c++): Move check-gcc-c++0x after
2449         check-target-libstdc++-v3.
2451 2011-07-15  Bernd Schmidt  <bernds@codesourcery.com>
2453         * MAINTAINERS (c6x port): New entry.
2455 2011-07-13  Jason Merrill  <jason@redhat.com>
2457         * Makefile.in (check-gcc-c++0x): New.
2458         (check-c++): Depend on it.
2460 2011-07-07  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
2462         PR target/39150
2463         * configure.ac (i[3456789]86-*-solaris2*): Also accept
2464         x86_64-*-solaris2.1[0-9]*.
2465         * configure: Regenerate.
2467 2011-06-29  Richard Sandiford  <rdsandiford@googlemail.com>
2469         * MAINTAINERS (RTL optimizers): Add self.
2471 2011-06-27  Gabriel Charette  <gchare@google.com>
2473         * MAINTAINERS (Write After Approval): Add myself.
2475 2011-06-22  Hans-Peter Nilsson  <hp@axis.com>
2477         PR regression/47836
2478         PR bootstrap/23656
2479         PR other/47733
2480         PR bootstrap/49247
2481         PR c/48825
2482         * configure.ac (target_libraries): Remove target-libiberty.
2483         Remove case-statement setting skipdirs=target-libiberty for
2484         multiple targets.  Remove checking target_configdirs and
2485         removing target-libiberty but keeping target-libgcc if
2486         otherwise empty.
2487         * Makefile.def (target_modules): Don't add libiberty.
2488         (dependencies): Remove all traces of target-libiberty.
2489         * configure, Makefile.in: Regenerate.
2491 2011-06-13  Walter Lee <walt@tilera.com>
2493         * configure.ac (tilepro-*-*) New case.
2494         (tilegx-*-*): Likewise.
2495         * configure: Regenerate.
2497 2011-06-06  Jing Yu  <jingyu@google.com>
2499         * configure.ac: Skip target-libiberty for
2500         arm*-*-linux-androideabi.
2501         * configure: Regenerated.
2503 2011-06-06  Nick Clifton  <nickc@redhat.com>
2505         * config.sub: Sync from upstream.
2507 2011-06-05  Nenad Vukicevic  <nenad@intrepid.com>
2509         * MAINTAINERS (Write After Approval): Add myself.
2511 2011-06-01  Daniel Jacobowitz  <drow@false.org>
2513         * MAINTAINERS: Update my email address.
2515 2011-05-27  Nathan Froyd  <froydnj@codesourcery.com>
2517         * MAINTAINERS (Write After Approval): Update my email address.
2519 2011-05-11  Paul Pluzhnikov  <ppluzhnikov@google.com>
2521         * MAINTAINERS (Write After Approval): Add myself.
2523 2011-05-08  Doug Kwan  <dougkwan@google.com>
2525         * configure.ac: Propagate LDFLAGS_FOR_TARGET.
2526         * configure: Regenerated.
2527         * Makefile.tpl (LDFLAGS_FOR_TARGET): Use LDFLAGS_FOR_TARGET
2528         value from configure.
2529         * Makefile.in: Regenerated.
2531 2011-05-05  Joseph Myers  <joseph@codesourcery.com>
2533         * configure.ac (alpha*-dec-osf*, i[[3456789]]86-*-rdos*,
2534         sh*-*-pe|mips*-*-pe|arm-wince-pe, sparc-*-sunos4*, *-*-aix*,
2535         *-*-beos*, *-*-chorusos, *-*-dragonfly*, *-*-freebsd*, *-*-linux*
2536         | *-*-gnu* | *-*-k*bsd*-gnu | *-*-kopensolaris*-gnu, *-*-lynxos*,
2537         *-*-mingw*, *-*-netbsd*, *-*-netware*, *-*-tpf*, *-*-uclinux*,
2538         *-*-vxworks*): Disable newlib and libgloss in separate case
2539         statement.
2540         (i[[3456789]]86-*-linux*): Move logic allowing newlib to be built
2541         to separate case statement.
2542         (*-*-chorusos, *-*-dragonfly*, *-*-freebsd*, *-*-netbsd*,
2543         *-*-netware*, *-*-tpf*, *-*-uclinux*, *-*-vxworks*,
2544         alpha*-dec-osf*, alpha*-*-linux*, am33_2.0-*-linux*, sh-*-linux*,
2545         sh*-*-pe|mips*-*-pe|*arm-wince-pe, arm-*-coff, arm-*-elf* |
2546         arm*-*-eabi*, arm*-*-linux-gnueabi, arm*-*-symbianelf*, avr-*-*,
2547         bfin-*-*, cris-*-* | crisv32-*-*, frv-*-*, i[[3456789]]86-*-coff |
2548         i[[3456789]]86-*-elf, i[[3456789]]86-w64-mingw*,
2549         i[[3456789]]86-*-mingw*, x86_64-*-mingw*,
2550         i[[3456789]]86-*-interix*, i[[3456789]]86-*-beos*,
2551         i[[3456789]]86-*-rdos*, m32r-*-*,
2552         m68hc11-*-*|m6811-*-*|m68hc12-*-*|m6812-*-*, m68k-*-elf*, m68*-*-*
2553         | fido-*-*, powerpc-*-aix*, powerpc-*-beos*, powerpc-*-eabi,
2554         powerpc-*-eabi* | powerpcle-*-eabi* | powerpc-*-rtems*,
2555         rs6000-*-lynxos*, rs6000-*-aix*, mips*-*-linux*, sparclet-*-aout*
2556         | sparc86x-*-*, sparc-*-elf*, sparc64-*-elf*, sparclite-*-*,
2557         sparc-*-sunos4*, sparc-*-solaris* | sparc64-*-solaris* |
2558         sparcv9-*-solaris*, *-*-linux* | *-*-gnu* | *-*-k*bsd*-gnu |
2559         *-*-kopensolaris*-gnu, *-*-lynxos*, *-*-*): Don't disable newlib
2560         and libgloss in main case over targets.  Remove most empty cases
2561         in main case over targets.
2562         * configure: Regenerate.
2564 2011-05-04  Janis Johnson  <janisjo@codesourcery.com>
2566         * MAINTAINERS (Write After Approval): Add myself.
2568 2011-05-04  Joseph Myers  <joseph@codesourcery.com>
2570         * configure.ac: Remove code setting special library locations for
2571         hppa*64*-*-hpux11*.  Remove code setting compiler for
2572         sparc-sun-solaris2*.
2573         * configure: Regenerate.
2575 2011-05-04  Joseph Myers  <joseph@codesourcery.com>
2577         * configure.ac: Separate libgloss_dir settings from general case
2578         over targets.
2579         * configure: Regenerate.
2581 2011-04-28  Joseph Myers  <joseph@codesourcery.com>
2583         * configure.ac (*-*-dragonfly*, *-*-freebsd*, *-*-netbsd*,
2584         alpha*-dec-osf*, alpha*-*-linux*, alpha*-*-*, sh-*-linux*,
2585         arm-*-elf* | arm*-*-eabi*, arm*-*-linux-gnueabi, frv-*-*): Remove
2586         cases in libgcj-disabling case statement.
2587         (hppa*64*-*-linux*): Set unsupported_languages instead of
2588         disabling target-zlib.
2589         (hppa*64*-*-*): Restrict case in libgcj-disabling case statement
2590         to hppa*64*-*-hpux*.
2591         (hppa*-*-*): Restrict case in libgcj-disabling case statement to
2592         hppa*-*-hpux*.
2593         (ia64*-*-elf*, ia64*-**-hpux*, i[[3456789]]86-*-elf,
2594         i[[3456789]]86-*-linux*, *-*-cygwin*, i[[3456789]]86-*-interix*,
2595         i[[3456789]]86-*-solaris2*, m32r-*-*, m68k-*-elf*, m68*-*-* |
2596         fido-*-*, powerpc-*-eabi, powerpc-*-eabi* | powerpcle-*-eabi* |
2597         powerpc-*-rtems*, mips*-*-linux*, mips*-*-*, sh-*-* | sh64-*-*,
2598         sparc-*-elf*, sparc64-*-elf*, sparc-*-solaris* |
2599         sparc64-*-solaris* | sparcv9-*-solaris*, *-*-linux* | *-*-gnu* |
2600         *-*-k*bsd*-gnu | *-*-kopensolaris*-gnu, *-*-*): Remove cases in
2601         libgcj-disabling case statement.
2602         * configure: Regenerate.
2604 2011-04-28  Joseph Myers  <joseph@codesourcery.com>
2606         * configure.ac: Disable Java for targets not supporting libffi.
2607         (*-*-chorusos, *-*-kaos*, am33_2.0-*-linux*, sh*-*-pe|mips*-*-pe):
2608         Remove cases in Java-disabling statement.
2609         (*arm-wince-pe): Change to arm-wince-pe.
2610         (arc-*-*, arm-*-coff, arm-*-pe*, arm-*-riscix*, avr-*-*): Remove
2611         cases in Java-disabling statement.
2612         (bfin-*-*): Don't disable Java again.
2613         (c4x-*-* | tic4x-*-*, tic54x-*-*, cr16-*-*, d10v-*-*, d30v-*-*,
2614         fr30-*-elf*, moxie-*-*, h8300*-*-*, h8500-*-*, hppa1.1-*-osf* |
2615         hppa1.1-*-bsd*, hppa*-*-*elf* | hppa*-*-lites* | hppa*-*-openbsd*,
2616         hppa*-*-pro*, i960-*-*, i[[3456789]]86-*-coff,
2617         i[[3456789]]86-*-pe, i[[3456789]]86-*-sco3.2v5*,
2618         i[[3456789]]86-*-sco*, i[[3456789]]86-*-sysv4*,
2619         i[[3456789]]86-*-beos*, i[[3456789]]86-*-rdos*,
2620         m68hc11-*-*|m6811-*-*|m68hc12-*-*|m6812-*-*): Remove cases in
2621         Java-disabling statement.
2622         (mmix-*-*): Don't disable Java again.
2623         (mt-*-*, powerpc*-*-winnt* | powerpc*-*-pe*, powerpcle-*-solaris*,
2624         powerpc-*-beos*, rs6000-*-lynxos*, rs6000-*-*, m68k-apollo-*,
2625         microblaze*, mips*-sde-elf*, mips*-*-irix5*, mips*-*-bsd*,
2626         sparclet-*-aout* | sparc86x-*-*, sparclite-*-*, sparc-*-sunos4*,
2627         tic6x-*-*, v810-*-*, vax-*-*): Remove cases in Java-disabling
2628         statement.
2629         * configure: Regenerate.
2631 2011-04-28  Joseph Myers  <joseph@codesourcery.com>
2633         * configure.ac: Separate cases disabling Java and Java libraries
2634         from general case over targets.
2635         * configure: Regenerate.
2637 2011-04-21  Jie Zhang  <jzhang918@gmail.com>
2639         * MAINTAINERS: Update my email address.
2641 2011-04-20  Easwaran Raman  <eraman@google.com>
2643         * MAINTAINERS (Write After Approval): Add myself.
2645 2011-04-18  Jack Howarth  <howarth@bromo.med.uc.edu>
2647         PR lto/48086
2648         * configure.ac: Re-enable LTO on *-apple-darwin9*.
2649         * configure: Regenerate.
2651 2011-04-16  Jim Meyering  <meyering@redhat.com>
2653         * MAINTAINERS (Write After Approval): Add myself.
2655 2011-04-15  Dodji Seketeli  <dodji@redhat.com>
2657         * MAINTAINERS: Update my email address.
2659 2011-04-13  Georg-Johann Lay  <avr@gjlay.de>
2661         * MAINTAINERS (Write After Approval): Add myself.
2663 2011-04-12  Yufeng Zhang  <yufeng.zhang@arm.com>
2665         * MAINTAINERS (Write After Approval): Add myself.
2667 2011-04-07  Stuart Henderson  <shenders@gcc.gnu.org>
2669         * MAINTAINERS (Write After Approval): Add myself.
2671 2011-04-06  Joseph Myers  <joseph@codesourcery.com>
2673         * configure.ac (build_tools): Remove build-byacc.
2674         (host_libs): Remove mmalloc.
2675         (host_tools): Remove byacc make patch prms send-pr ash bash bzip2
2676         autoconf automake libtool diff rcs fileutils shellutils time
2677         textutils wdiff find uudecode hello tar gzip indent recode release
2678         sed perl gawk findutils gettext zip.
2679         (libgcj): Remove target-qthreads.
2680         (target_tools): Remove target-examples target-gperf.
2681         (YACC): Don't handle building byacc.
2682         * configure: Regenerate.
2683         * Makefile.def (ash, autoconf, automake, bash, byacc, bzip2, diff,
2684         dosutils, examples, fileutils, find, findutils, gawk, gettext,
2685         gnuserv, gperf, gzip, hello, indent, libtool, make, mmalloc,
2686         patch, perl, prms, qthreads, rcs, recode, release, sed, send-pr,
2687         shellutils, tar, textutils, time, uudecode, wdiff, zip): Don't
2688         handle building components.
2689         * Makefile.in: Regenerate.
2691 2011-04-05  Sterling Augustine <augustine.sterling@gmail.com>
2693         * MAINTAINERS: Update my email address as Xtensa maintainer.
2695 2011-04-05  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
2697         * config.sub: Sync from upstream.
2699 2011-04-01  Joseph Myers  <joseph@codesourcery.com>
2701         * configure.ac (avr-*-*): Add comment about why libssp is disabled.
2702         (microblaze*): Don't disable libssp.
2703         * configure: Regenerate.
2705 2011-04-01  Joseph Myers  <joseph@codesourcery.com>
2707         * configure.ac: Remove code setting CONFIG_SHELL, config_shell and
2708         moveifchange.
2709         * configure: Regenerate.
2710         * Makefile.tpl: Use @SHELL@ not @config_shell@.
2711         * Makefile.in: Regenerate.
2713 2011-04-01  Joseph Myers  <joseph@codesourcery.com>
2715         * configure.ac (*-*-sysv4*): Don't enable libgomp.
2716         (alpha*-*-*vms*, i[[34567]]86-*-sco3.2v5*, mn10300-*-*,
2717         powerpc-*-chorusos*, powerpc*-*-eabi*, powerpc*-*-sysv*,
2718         powerpc*-*-kaos*, s390x-ibm-tpf*, sparc64-*-elf*, v850*-*-*,
2719         xtensa*-*-elf*, *-*-beos*, *-*-elf*, *-*-netware*, *-*-rtems*,
2720         *-*-sysv[[45]]*, *-*-vxworks*, *-wrs-windiss): Remove
2721         md_exec_prefix cases.
2722         * configure: Regenerate.
2724 2011-04-01  Joseph Myers  <joseph@codesourcery.com>
2726         * configure.ac: Separate cases disabling target-libssp,
2727         target-libiberty, target-libstdc++-v3 and Fortran from general
2728         case over targets.
2729         * configure: Regenerate.
2731 2011-04-01  Joseph Myers  <joseph@codesourcery.com>
2733         * configure.ac (*-*-chorusos): Don't disable libgcj.
2734         (*-*-freebsd[[12]] | *-*-freebsd[[12]].* | *-*-freebsd*aout*):
2735         Remove case.
2736         (*-*-kaos*): Don't disable GCC libraries, zlib or fastjar.
2737         (arm-*-coff): Don't disable libgcj.
2738         (arm*-*-linux-gnueabi): Remove useless assignment.
2739         (arm-*-riscix*): Don't disable libgcj.
2740         (bfin-*-*): Don't enable target-bsp and target-cygmon depending on
2741         configuration.
2742         (c4x-*-* | tic4x-*-*): Don't disable GCC libraries.
2743         (c54x*-*-*): Remove case.
2744         (tic54x-*-*): Don't disable GCC or GCC libraries.
2745         (cris-*-* | crisv32-*-*): Don't handle *-*-aout.  Change *-*-elf
2746         to *.
2747         (d10v-*-*): Don't disable GCC libraries.
2748         (d30v-*-*): Don't disable libgcj.
2749         (h8500-*-*): Don't disable GCC libraries.
2750         (i960-*-*): Don't disable libgcj.
2751         (i[[3456789]]86-*-linux*): Don't handle *-*-*libc1*.
2752         (i[[3456789]]86-*-sco3.2v5*, i[[3456789]]86-*-sco*,
2753         i[[3456789]]86-*-sysv4*, i[[3456789]]86-*-beos*): Don't disable
2754         libgcj.
2755         (m68k-*-coff*): Remove case.
2756         (mmix-*-*): Don't disable libgloss on host.
2757         (mn10200-*-*, mn10300-*-*): Remove cases.
2758         (powerpc*-*-winnt* | powerpc*-*-pe*, powerpcle-*-solaris*,
2759         powerpc-*-beos*, m68k-apollo-*, mips*-*-irix5*, mips*-*-bsd*):
2760         Don't disable libgcj.
2761         (romp-*-*): Remove case.
2762         (sparclite-*-*, sparc-*-sunos4*): Don't disable libgcj.
2763         (sparc-*-solaris2.[[0-6]] | sparc-*-solaris2.[[0-6]].*): Remove
2764         case.
2765         (v810-*-*): Don't disable GCC libraries.
2766         (v850*-*-*, vax-*-vms, xtensa*-*-*): Remove cases.
2767         (ip2k-*-*): Don't disable GCC libraries.
2768         * configure: Regenerate.
2770 2011-03-28  Joseph Myers  <joseph@codesourcery.com>
2772         * configure.ac (i[[3456789]]86-*-msdosdjgpp*): Don't disable
2773         libffi on host.
2774         (x86_64-*-mingw*, i[[3456789]]86-*-mingw32*): Don't disable newlib
2775         on host.
2776         (c54x*-*-* | tic54x-*-*): Don't disable newlib on host.
2777         * configure: Regenerate.
2779 2011-03-26  John Marino  <binutils@marino.st>
2781         * configure.ac: Add support for *-*-dragonfly*
2782         * configure: Regenerate.
2784 2011-03-25  Joseph Myers  <joseph@codesourcery.com>
2786         * configure.ac (native_only): Remove.
2787         (i[[3456789]]86-*-msdosdjgpp*): Don't disable expect dejagnu
2788         send-pr uudecode guile gnuserv on host.
2789         (x86_64-*-mingw*): Don't disable expect dejagnu autoconf automake
2790         send-pr rcs guile perl texinfo libtool on host.
2791         (i[[3456789]]86-*-mingw32*): Don't disable expect dejagnu autoconf
2792         automake send-pr rcs guile perl texinfo libtool on host.
2793         (*-*-cygwin*, *-*-netbsd*): Remove host cases.
2794         (*-*-kaos*): Don't disable target-examples target-gperf on target.
2795         (alpha*-dec-osf*): Don't disable fileutils on target.
2796         (sh*-*-pe|mips*-*-pe|*arm-wince-pe): Don't disable target-examples
2797         texinfo send-pr expect dejagnu on target.
2798         (arm-*-elf* | arm*-*-eabi*, arm*-*-linux-gnueabi): Don't disable
2799         target-qthreads on target.
2800         (hppa*-hp-hpux11*, hppa*-*-*): Don't disable shellutils on target.
2801         (ia64*-*-elf*, ia64*-*-*vms*): Don't disable mmalloc on target.
2802         (i[[3456789]]86-w64-mingw*, i[[3456789]]86-*-mingw*,
2803         x86_64-*-mingw*): Don't disable expect on target.
2804         (*-*-cygwin*): Don't disable target-gperf on target.
2805         (powerpc*-*-winnt* | powerpc*-*-pe*): Don't disable make expect
2806         gnuserv on target.
2807         (powerpcle-*-solaris*): Don't disable make expect gnuserv on
2808         target.
2809         * configure: Regenerate.
2811 2011-03-25  Joseph Myers  <joseph@codesourcery.com>
2813         * configure.ac (target_tools): Remove target-groff.
2814         (native_only): Remove target-groff.
2815         (hppa*64*-*-*): Don't disable byacc.
2816         (i[[3456789]]86-*-mingw32*): Remove commented-out noconfigdirs
2817         setting.
2818         (*-*-kaos*): Don't skip target-librx and target-groff.
2819         (*-*-netware*): Don't skip target-libmudflap.
2820         (*-*-tpf*): Don't skip target-libmudflap.
2821         (sh*-*-pe|mips*-*-pe|*arm-wince-pe): Don't condition configured
2822         directories on the host.
2823         (ia64*-*-*vms*): Don't skip tix.
2824         (sh-*-* | sh64-*-*): Don't condition skipped directories on the
2825         host.
2826         * configure: Regenerate.
2828 2011-03-24  Paolo Bonzini  <pbonzini@redhat.com>
2830         * configure.ac: Remove references to mt-mep, mt-netware,
2831         mt-wince.
2832         * Makefile.def: Add all-utils soft dependencies.
2833         * Makefile.tpl: Remove GDB_NLM_DEPS.
2834         * configure: Regenerate.
2835         * Makefile.in: Regenerate.
2837 2011-03-24  Paolo Bonzini  <bonzini@gnu.org>
2839         * configure.ac: Do not include mh-x86omitfp.
2840         * configure: Regenerate.
2842 2011-03-24  Paolo Bonzini  <bonzini@gnu.org>
2844         * configure.ac: Remove empty cases.
2845         * configure: Regenerate.
2847 2011-03-24  Paolo Bonzini  <bonzini@gnu.org>
2849         * Makefile.def: Add dependency from termcap to gdb.
2850         * Makefile.in: Regenerate.
2852 2011-03-24  Paolo Bonzini  <bonzini@gnu.org>
2854         * configure.ac: Remove all mentions of mh-sysv4 and mh-solaris.
2855         * configure: Regenerate.
2856         * Makefile.def: Remove all mentions of X11_FLAGS_TO_PASS.
2857         * Makefile.tpl: Likewise.
2858         * Makefile.in: Regenerate.
2860 2011-03-24  Paolo Bonzini  <bonzini@gnu.org>
2862         * configure.ac: Remove all mentions of tentative_cc.
2863         * configure: Regenerate.
2865 2011-03-24  Joseph Myers  <joseph@codesourcery.com>
2867         * configure.ac (i[[3456789]]86-*-vsta, i[[3456789]]86-*-go32*,
2868         i[[3456789]]86-*-beos*, powerpc-*-beos*, m68k-hp-hpux*,
2869         m68k-apollo-sysv*, m68k-apollo-bsd*, m88k-dg-dgux*,
2870         m88k-harris-cxux*, m88k-motorola-sysv*, mips*-dec-ultrix*,
2871         mips*-nec-sysv4*, mips*-sgi-irix4*, mips*-*-sysv4*, mips*-*-sysv*,
2872         i370-ibm-opened*, i[[3456789]]86-*-sysv5*, i[[3456789]]86-*-dgux*,
2873         i[[3456789]]86-ncr-sysv4.3*, i[[3456789]]86-ncr-sysv4*,
2874         i[[3456789]]86-*-sco3.2v5*, i[[3456789]]86-*-sco*,
2875         i[[3456789]]86-*-udk*, vax-*-ultrix2*, m68k-sun-sunos*,
2876         hppa*-*-hiux*, *-*-hiux*, rs6000-*-lynxos*, *-*-sysv4*,
2877         *-*-rhapsody*): Remove host cases.
2878         * configure: Regenerate.
2880 2011-03-24  Joseph Myers  <joseph@codesourcery.com>
2882         * configure.ac (ppc*-*-pe): Remove host case.
2883         (strongarm-*-coff | xscale-*-coff, strongarm-*-elf* |
2884         xscale-*-elf*, thumb-*-coff, thumb-*-elf, thumb-*-pe, ep9312-*-elf
2885         | ep9312-*-coff, parisc*64*-*-linux*, ppc*-*-pe): Remove target
2886         cases.
2887         * configure: Regenerate.
2889 2011-03-24  Joseph Myers  <joseph@codesourcery.com>
2891         * config.sub: Update to version 2011-03-23.
2893 2011-03-22  Joseph Myers  <joseph@codesourcery.com>
2895         * configure.ac (arm-semi-aof, crx-*-*, parisc*-*-linux*,
2896         i370-*-opened*, i[[3456789]]86-moss-msdos | i[[3456789]]86-*-moss*
2897         | i[[3456789]]86-*-uwin*, mcore-*-pe*): Remove empty cases.
2898         * configure: Regenerate.
2900 2011-03-22  Joseph Myers  <joseph@codesourcery.com>
2902         * MAINTAINERS (crx port, m68hc11 port): Remove.  Move maintainers
2903         to Write After Approval.
2904         * config-ml.in: Don't handle arc-*-elf*.
2905         * configure.ac (arc-*-*, crx-*-*, i[[3456789]]86-*-pe,
2906         m68hc11-*-*|m6811-*-*|m68hc12-*-*|m6812-*-*, mcore-*-pe*): Don't
2907         handle GCC libraries.
2908         * configure: Regenerate.
2910 2011-03-21  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
2912         PR bootstrap/48120:
2913         * configure.ac (pwllib): Use LIBS instead of LDFLAGS.
2914         Add -lstdc++ -lm to LIBS.
2915         * configure: Regenerate.
2917 2011-03-18  David Edelsohn  <dje.gcc@gmail.com>
2919         * config.guess: Update to version 2011-02-02
2920         * config.sub: Update to version 2011-02-24
2922 2011-03-16  Jack Howarth  <howarth@bromo.med.uc.edu>
2924         PR lto/48086
2925         * configure.ac: Re-enable LTO on *-apple-darwin9.
2926         * configure: Regenerate.
2928 2011-03-13  Jack Howarth  <howarth@bromo.med.uc.edu>
2930         PR lto/48086
2931         * configure.ac: Disable LTO on darwin due to an assembler change in
2932         Xcode 3.2.6/4.0 that limits the total number of sections/segments to
2933         under 256.
2934         * configure: Regenerate.
2936 2011-03-11  Chen Liqin <liqin.gcc@gmail.com>
2938         * MAINTAINERS: Update myself as score backend maintainer,
2939         update my e-mail address.
2941 2011-03-09  Xuepeng Guo  <terry.guo@arm.com>
2943         * MAINTAINERS: Update my e-mail address.
2945 2011-03-06  Joey Ye  <joey.ye@arm.com>
2947         * MAINTAINERS: Update my e-mail address.
2949 2011-03-02  Sebastian Pop  <sebastian.pop@amd.com>
2951         * configure.ac: Adjust test of with_ppl.
2952         * configure: Regenerated.
2954 2011-03-02  Kai Tietz  <ktietz@redhat.com>
2956         * MAINTAINERS: Adjust my e-mail address.
2958 2011-03-02  Sebastian Pop  <sebastian.pop@amd.com>
2960         * configure.ac: Add -lpwl to ppllibs.
2961         * configure: Regenerated.
2963 2011-03-02  Sebastian Pop  <sebastian.pop@amd.com>
2965         * config/cloog.m4: Add -lisl to clooglibs.
2966         * configure: Regenerated.
2968 2011-02-24  Ramana Radhakrishnan  <ramana.radhakrishnan@arm.com>
2970         * MAINTAINERS (CPU Port maintainers): Add self.
2972 2011-02-16  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
2974         * MAINTAINERS: Add myself as testsuite maintainer.
2976 2011-02-15  Mike Stump  <mikestump@comcast.net>
2978         * MAINTAINERS: Add myself as testsuite maintainer.
2980 2011-02-13  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
2982         Import from Libtool and gnulib:
2984         2011-01-27  Gerald Pfeifer  <gerald@pfeifer.com>
2986         Prepare for supporting FreeBSD 10.
2987         * config.rpath: Remove handling of freebsd1* which soon would
2988         match FreeBSD 10.0.
2990         2011-01-20  Gerald Pfeifer  <gerald@pfeifer.com>  (tiny change)
2992         Remove support for FreeBSD 1.x.
2993         * libtool.m4 (_LT_LINKER_SHLIBS)
2994         (_LT_SYS_DYNAMIC_LINKER): Remove handling of freebsd1* which
2995         soon would incorrectly match FreeBSD 10.0.
2997 2011-02-12  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
2999         PR binutils/12283
3000         * move-if-change: Import version from gnulib.
3002 2011-02-12  Alexandre Oliva  <aoliva@redhat.com>
3004         PR lto/47225
3005         * Makefile.def (lto-plugin): Double dash for enable-shared.
3006         (configure-gcc): Depend on all-lto-plugin.
3007         * Makefile.in: Rebuilt.
3009 2011-02-11  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
3011         * configure.ac: Remove extra bracket.
3012         * configure: Regenerate.
3014 2011-02-08  Tobias Burnus  <burnus@net-b.de>
3016         * MAINTAINERS: Add myself as libquadmath maintainer.
3018 2011-02-08  Thomas Schwinge  <thomas@schwinge.name>
3020         * MAINTAINERS: Update my email address.
3022 2011-02-07  Joseph Myers  <joseph@codesourcery.com>
3024         * MAINTAINERS (option handling): Add self.
3026 2011-02-06  Kai Tietz  <kai.tietz@onevision.com>
3028         PR lto/47225
3029         * Makefile.def: Add dependency for install-gcc
3030         on install-lto-plugin.
3031         * Makfile.in: Regenerated
3033 2011-02-01  Sebastien Bourdeauducq  <sebastien@milkymist.org>
3035         * MAINTAINERS (CPU Port Maintainers): Add myself.
3037 2011-01-31  Alexandre Oliva  <aoliva@redhat.com>
3039         PR libgcj/44341
3040         * configure.ac: Discard --with-* flags for host when configuring
3041         target libraries for cross build.
3042         * configure: Rebuilt.
3044 2011-01-25  Sebastian Pop  <sebastian.pop@amd.com>
3046         * MAINTAINERS (linear loop transforms): Removed.
3048 2011-01-25  Jakub Jelinek  <jakub@redhat.com>
3050         * configure.ac: If with_ppl is no, move setting with_cloog=no
3051         after CLOOG_REQUESTED check.
3052         * configure: Regenerated.
3054 2011-01-25  Sebastian Pop  <sebastian.pop@amd.com>
3056         * configure.ac: Call AC_MSG_ERROR when PPL 0.11 is not present and
3057         CLooG has been requested.
3058         * configure: Regenerated.
3060 2011-01-25  Sebastian Pop  <sebastian.pop@amd.com>
3062         * configure: Regenerated.
3063         * configure.ac: Check for version 0.11 (or later revision) of PPL.
3065 2011-01-25  Tobias Grosser  <grosser@fim.uni-passau.de>
3067         * configure: Regenerated.
3068         * configure.ac: Use CLOOG_CHECK_VERSION(0,16,1).
3070 2011-01-21  Andreas Schwab  <schwab@redhat.com>
3072         * configure.ac: Use AS_HELP_STRING throughout.
3073         * configure: Regenerate.
3075 2011-01-18  Jie Zhang  <jie.zhang@analog.com>
3077         * configure.ac (bfin-*-*): Remove gdb from noconfigdirs.
3078         * configure: Regenerate.
3080 2011-01-13  John David Anglin  <dave.anglin@nrc-cnrc.gc.ca>
3082         * ltmain.sh (relink): Use absolute path when hardcoding with -L.
3084 2011-01-13  Joel Brobecker  <brobecker@adacore.com>
3086         * configure.ac: Remove readline, mmalloc, and gdb from noconfigdirs
3087         for ia64-hpux.
3088         * configure: Regenerate.
3090 2011-01-07  Jan Hubicka  <jh@suse.cz>
3092         PR lto/47225
3093         * Makefile.in: Regenerate.
3094         * Makefile.def (lto-plugin): Always pass enable-shared to the plugin
3095         configure.
3097 2011-01-07  Jan Hubicka  <jh@suse.cz>
3099         * Makefile.in: Regenerate.
3100         * Makefile.def (gcc host module) and soft dependency on lto-plugin
3101         and configure dependency on lto-plugin configure.
3102         (lto-plugin module): Remove dependency on GCC; add dependency on
3103         liniberty.
3105 2011-01-07  William Schmidt  <wschmidt@linux.vnet.ibm.com>
3107         * MAINTAINERS (Write After Approval): Add myself.
3109 2010-12-23  Hariharan Sandanagobalane <hariharan@picochip.com>
3111         * configure: Regenerate.
3113 2010-12-22  Hariharan Sandanagobalane <hariharan@picochip.com>
3115         * configure.ac: (picochip): Disable libiberty.
3117 2010-12-14  Kaushik Phatak  <kaushik.phatak@kpitcummins.com>
3119         * MAINTAINERS (Write After Approval): Add myself.
3121 2010-12-10  Ian Lance Taylor  <iant@google.com>
3123         PR bootstrap/46819
3124         * configure.ac: For --disable-libgcj clear libgcj_saved.
3125         * configure: Rebuild.
3127 2010-12-10  Tobias Burnus  <burnus@net-b.de>
3129         PR fortran/46540
3130         * configure.ac: Add --disable-libquadmath and
3131         --disable-libquadmath-support.
3132         * configure: Regenerate.
3134 2010-12-03  Ian Lance Taylor  <iant@google.com>
3136         * MAINTAINERS: Add myself as libgo maintainer.
3138 2010-12-03  Hans-Peter Nilsson  <hp@axis.com>
3140         PR libffi/46792
3141         * configure.ac (cris-*-elf, crisv32-*-elf): Disable target-libffi.
3142         * configure: Regenerate.
3144 2010-12-02  Ian Lance Taylor  <iant@google.com>
3146         * configure.ac: Always set default for poststage1_ldflags to
3147         -static-libstdc++ -static-libgcc.
3149 2010-11-29  Andreas Schwab  <schwab@redhat.com>
3151         * configure.ac: Move comment to remove extra space in last argument
3152         of GCC_TARGET_TOOL.
3154 2010-11-26  Alexandre Oliva  <aoliva@redhat.com>
3156         PR other/46026
3157         * configure.ac (CXX_FOR_TARGET): Add -funconfigured-libstdc++-v3.
3158         * Makefile.def (CXX_FOR_TARGET): Removed from flags_to_pass.
3159         * Makefile.tpl (CXX_FOR_TARGET_FLAG_TO_PASS): New.
3160         (BASE_FLAGS_TO_PASS): Use it.
3161         * configure: Rebuilt.
3162         * Makefile.in: Rebuilt.
3164 2010-11-23  H.J. Lu  <hongjiu.lu@intel.com>
3166         PR binutils/12258
3167         * configure.ac: Correct comments for --enable-gold/--enable-ld.
3168         Properly check default linker.
3169         * configure: Regnerated.
3171 2010-11-23  Matthias Klose  <doko@ubuntu.com>
3173         * configure.ac: For --enable-gold, handle value `default' instead of
3174         `both*'.  New configure option --{en,dis}able-ld.
3175         * configure: Regenerate.
3177 2010-11-20  Ian Lance Taylor  <iant@google.com>
3179         * configure.ac: Only disable a language library if no language needs
3180         it.  Don't let --disable-libgcj uncondtionally disable libffi.
3181         * configure: Rebuild.
3183 2010-11-20  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
3185         * Makefile.in: Regenerate.
3187         PR other/46202
3188         * configure.ac: Fix just-built in-tree STRIP name to be
3189         binutils/strip-new.
3190         * configure: Regenerate.
3191         * Makefile.def (install-strip-gcc, install-strip-binutils)
3192         (install-strip-opcodes, install-strip-ld, install-strip-itcl)
3193         (install-strip-sid): Mirror dependencies on non-strip variants
3194         of these targets on the respective -strip prerequisites.
3195         * Makefile.tpl (install-strip, install-strip-host)
3196         (install-strip-target): New targets.
3197         (install-strip-[+module+], install-strip-target-[+module+]):
3198         New targets.
3199         * Makefile.in: Regenerate.
3201 2010-11-19  Ian Lance Taylor  <iant@google.com>
3202             Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
3204         * configure.ac: Add target-libgo to target_libraries.  Set
3205         and substitute GOC_FOR_BUILD and GOC_FOR_TARGET.
3206         * Makefile.tpl (BUILD_EXPORTS): Add GOC and GOCFLAGS.
3207         (HOST_EXPORTS): Add GOC.
3208         (BASE_TARGET_EXPORTS): Add GOC.
3209         (GOC_FOR_BUILD, GOCFLAGS, GOC_FOR_TARGET): New variables.
3210         (GOCFLAGS_FOR_TARGET): New variable.
3211         (EXTRA_HOST_FLAGS): Add GOC.
3212         (EXTRA_TARGET_FLAGS): Add GOC and GOCFLAGS.
3213         * Makefile.def (target_modules): Add libgo.
3214         (flags_to_pass): Add GOC_FOR_TARGET and GOCFLAGS_FOR_TARGET.
3215         (dependencies): Add dependency from configure-target-libgo to
3216         configure-target-libffi and all-target-libstdc++-v3.  Add
3217         dependencies from all-target-libgo to all-target-libffi.
3218         (languages): Add go.
3219         * configure: Rebuild.
3220         * Makefile.in: Rebuild.
3222 2010-11-19  Ian Lance Taylor  <iant@google.com>
3224         * config-ml.in: Add Go support: treat GOC and GOCFLAGS like other
3225         compiler/flag environment variables.
3227 2010-11-18  Ian Lance Taylor  <iant@google.com>
3229         * configure.ac: Check for lang_requires_boot_languages in
3230         config-lang.in files.
3231         * configure: Rebuild.
3233 2010-11-16  Francois-Xavier Coudert  <fxcoudert@gcc.gnu.org>
3234             Tobias Burnus  <burnus@net-b.de>
3236         PR fortran/32049
3237         * Makefile.def: Add libquadmath; build it with language=fortran.
3238         * configure.ac: Add libquadmath.
3239         * Makefile.tpl: Handle multiple libs in check-[+language+].
3240         * Makefile.in: Regenerate.
3241         * configure: Regenerate.
3243 2010-11-16  Tom Tromey  <tromey@redhat.com>
3245         * MAINTAINERS: Moved myself to reviewers section.
3247 2010-11-15  Zdenek Dvorak  <ook@ucw.cz>
3249         * MAINTAINERS: Moved myself to reviewers section.
3251 2010-11-15  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
3253         * MAINTAINERS (Various Maintainers): Add self for build machinery.
3254         (Write After Approval): Remove self.
3256 2010-11-15  Andreas Schwab  <schwab@redhat.com>
3258         * configure.ac: Fix spelling in option names.
3259         * configure: Regenerated.
3261 2010-11-13  Georg-Johann Lay  <georgjohann@web.de>
3263         PR bootstrap/39622
3264         * configure.ac (FLAGS_FOR_TARGET): Add include-fixed path.
3265         * configure: Regenerated.
3267 2010-11-13  Kaveh R. Ghazi  <ghazi@gcc.gnu.org>
3269         * MAINTAINERS: Update my email address.
3271 2010-11-12  Tobias Grosser  <grosser@fim.uni-passau.de>
3273         * configure: Regenerate.
3275 2010-11-12  Tobias Grosser  <grosser@fim.uni-passau.de>
3277         * configure: Regenerate.
3279 2010-11-12  Tobias Grosser  <grosser@fim.uni-passau.de>
3281         * configure: Regenerate.
3283 2010-11-12  Tobias Grosser  <grosser@fim.uni-passau.de>
3285         * configure: Regenerate.
3287 2010-11-11  Andreas Simbuerger  <simbuerg@fim.uni-passau.de>
3289         * configure.ac: Support official CLooG.org versions.
3290         * configure: Regenerate.
3291         * config/cloog.m4: New.
3293 2010-11-10  François Dumont  <francois.cppdevs@free.fr>
3295         * MAINTAINERS (Write After Approval): Add myself.
3297 2010-11-09  David Edelsohn  <dje.gcc@gmail.com>
3299         * MAINTAINERS: Update my email address.
3301 2010-11-04  Iain Sandoe  <iains@gcc.gnu.org>
3303         * configure.ac (*-*-darwin*): Use mh-darwin for all Darwin variants.
3304         * configure: Regenerate.
3306 2010-11-03  Ian Lance Taylor  <iant@google.com>
3307             Dave Korn  <dave.korn.cygwin@gmail.com>
3309         PR lto/46273
3310         * configure.ac: Remove libelf tests.  Build lto-plugin on ELF always
3311         and on other supported platforms whenever LTO is enabled.
3312         * configure: Rebuild.
3314 2010-11-02  Alan Modra  <amodra@gmail.com>
3316         PR binutils/12110
3317         * configure.ac: Error when source path contains spaces.
3318         * configure: Regenerate.
3320 2010-10-23  James E. Wilson  <wilson@codesourcery.com>
3322         * MAINTAINERS: Update my email address.
3324 2010-10-20  Ian Lance Taylor  <iant@google.com>
3326         * Makefile.def (target_modules): Set lib_path to src/.libs for
3327         libstdc++-v3 module.
3328         * Makefile.tpl: Fix typo in TARGET_LIB_PATH comment.
3329         * Makefile.in: Rebuild.
3331 2010-10-18  Laurynas Biveinis  <laurynas.biveinis@gmail.com>
3333         * MAINTAINERS (Reviewers): Add myself for gengtype/GTY.
3334         (Write After Approval): Remove myself.
3336 2010-10-15  Tristan Gingold  <gingold@adacore.com>
3338         * MAINTAINERS (OS Port Maintainers): Add myself for VMS.
3340 2010-10-14  Douglas Rupp  <rupp@gnat.com>
3342         * MAINTAINERS (OS Port Maintainers): Add myself for VMS.
3344 2010-10-07  Dave Korn  <dave.korn.cygwin@gmail.com>
3346         * configure.ac (build_lto_plugin): New shell variable.
3347         (--enable-lto): Turn on by default for all non-ELF platforms that
3348         have had LTO support added so far.  Set build_lto_plugin appropriately
3349         for both ELF and non-ELF.
3350         (configdirs): Add lto-plugin or not based on build_lto_plugin.
3351         * configure: Regenerate.
3353 2010-10-07  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
3355         Sync from src:
3356         * configure.ac (v850 support): Remove target-libgloss from
3357         noconfigdirs.
3358         * configure: Regenerate.
3360 2010-10-02  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
3362         PR bootstrap/45326
3363         PR bootstrap/45174
3364         * configure.ac: Honor initial values of $build_configargs,
3365         $host_configargs, $target_configargs.  Mark the precious, so
3366         environment settings get recorded.
3367         * configure: Regenerate.
3369 2010-09-30  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
3371         PR bootstrap/45796
3372         * Makefile.def (info-gcc, dvi-gcc, pdf-gcc, html-gcc):
3373         Depend on all-build-libiberty.
3374         * Makefile.in: Regenerate.
3376 2010-09-30  Michael Eager  <eager@eagercon.com>
3378         * configure.ac (microblaze): Add target-libssp to noconfigdirs.
3379         * configure: Regenerate.
3381 2010-09-28  Michael Eager  <eager@eagercon.com>
3383         * MAINTAINERS (CPU Port Maintainers): Add myself for MicroBlaze port.
3385 2010-06-27  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
3387         PR bootstrap/44621
3388         * configure.ac: Fix unportable shell quoting.
3389         * configure: Regenerate.
3391 2010-09-21  Iain Sandoe  <iains@gcc.gnu.org>
3393         * configure.ac (enable-lto): Add Darwin to the list of supported lto
3394         targets and amend comment.
3395         * configure: Regenerate.
3397 2010-09-15  Tejas Belagod  <tejas.belagod@arm.com>
3399         * MAINTAINERS (Write After Approval): Add myself.
3401 2010-09-03  Jack Howarth <howarth@bromo.med.uc.edu>
3403         * configure.ac: Enable LTO by default on Darwin.
3404         * configure: Regenerate.
3406 2010-09-02  Marcus Shawcroft  <marcus.shawcroft@arm.com>
3408         * MAINTAINERS (Write After Approval): Add myself.
3410 2010-09-01  Ian Bolton  <ian.bolton@arm.com>
3412         * MAINTAINERS (Write After Approval): Add myself.
3414 2010-08-25  Danny Smith  <dannysmith@users.sourceforge.net>
3416         * MAINTAINERS (OS Port Maintainers): Remove myself from windows
3417         ports
3419 2010-07-28  David Yuste  <david.yuste@gmail.com>
3421         * MAINTAINERS (Write After Approval): Add myself.
3423 2010-07-26  Naveen.H.S  <naveen.S@kpitcummins.com>
3425         * configure.ac: Support all v850 targets.
3426         * configure: Regenerate.
3428 2010-07-23  Marc Glisse <marc.glisse@normalesup.org>
3430         PR bootstrap/44455
3431         * configure.ac (extra_mpfr_configure_flags): Copy from
3432         extra_mpc_gmp_configure_flags.
3433         * configure: Re-generated.
3435 2010-07-22  Andi Kleen  <ak@linux.intel.com>
3437         * MAINTAINERS (Write After Approval): Add myself.
3439 2010-07-22  Chung-Lin Tang  <cltang@codesourcery.com>
3441         * MAINTAINERS (Write After Approval): Add myself.
3443 2010-07-20  Jeffrey Yasskin  <jyasskin@google.com>
3445         * MAINTAINERS (Write After Approval): Add myself.
3447 2010-07-17  Jack Howarth  <howarth@bromo.med.uc.edu>
3449         PR target/44862
3450         * Makefile.tpl (POSTSTAGE1_CXX_EXPORT):
3451         Provide -B option to allow for link spec %s substitutions for
3452         libstdc++.a on darwin.
3453         * Makefile.in: Regenerate.
3455 2010-07-10  Mikael Morin  <mikael@gcc.gnu.org>
3457         * MAINTAINERS (Reviewers): Update my e-mail address
3459 2010-06-10  Alexandre Oliva  <aoliva@redhat.com>
3461         * Makefile.def (configure-gcc): Depend on all-libelf.
3462         * Makefile.in: Rebuild.
3464 2010-06-05  Fabien Chêne  <fabien@gcc.gnu.org>
3466         * MAINTAINERS (Write After Approval): Add myself in the right place.
3468 2010-06-04  Fabien Chêne  <fabien@gcc.gnu.org>
3470         * MAINTAINERS (Write After Approval): Add myself.
3472 2010-05-25  Sterling Augustine  <sterling@tensilica.com>
3474         * MAINTAINERS (CPU Port Maintainers): Add myself for xtensa port.
3476 2010-05-25  Maxim Kuvyrkov  <maxim@codesourcery.com>
3478         * config.sub: Update to version 2010-05-21.
3479         * config.guess: Update to version 2010-04-03.
3481 2010-05-18  Steven Bosscher  <steven@gcc.gnu.org>
3483         * configure.ac (--enable-lto): All *-apple-darwin* now support LTO.
3484         * configure: Regenerate.
3486 2010-05-12  Sriraman Tallam  <tmsriram@google.com>
3488         * MAINTAINERS (Write After Approval): Add myself.
3490 2010-05-07  Steven Bosscher  <steven@gcc.gnu.org>
3492         * configure.ac (--enable-lto): Add x86_64-apple-darwin* as
3493         a platform that supports LTO.
3494         * configure: Regenerate.
3496 2010-05-05  Sebastian Pop  <sebastian.pop@amd.com>
3498         * configure.ac: Allow all the versions greater than 0.10 of PPL.
3499         * configure: Regenerated.
3501 2010-04-27  Roland McGrath  <roland@redhat.com>
3502             H.J. Lu  <hongjiu.lu@intel.com>
3504         * configure.ac (--enable-gold): Support both, both/gold and
3505         both/bfd to add gold to configdirs without removing ld.
3506         * configure: Regenerated.
3508         * Makefile.def: Add install-gold dependency to install-ld.
3509         * Makefile.in: Regenerated.
3511 2010-04-27  Dave Korn  <dave.korn.cygwin@gmail.com>
3513         PR lto/42776
3514         * configure.ac (--enable-lto): Refactor handling so libelf tests
3515         are only performed inside then-clause of ACX_ELF_TARGET_IFELSE,
3516         and allow LTO to be explicitly enabled on non-ELF platforms that
3517         are known to support it inside else-clause.
3518         * configure: Regenerate.
3520 2010-04-20  Eric Botcazou  <ebotcazou@adacore.com>
3522         * configure.ac (BUILD_CONFIG): Redirect output to /dev/null.
3523         * configure: Regenerate.
3525 2010-04-17  Ralf Corsépius  <ralf.corsepius@rtems.org>
3527         * configure.ac (*-*-rtems*): Add target-libiberty to $skipdirs.
3528         * configure: Regenerate.
3530 2010-04-16  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
3532         * configure.ac: Check for elf_getshdrstrndx or elf_getshstrndx
3533         separately.
3534         * configure: Regenerate.
3536 2010-04-16  Kevin Williams  <kevin.williams@inria.fr>
3538         * MAINTAINERS (Write After Approval): Add myself.
3540 2010-04-14  Tristan Gingold  <gingold@adacore.com>
3542         * configure.ac (alpha*-*-*vms*): Remove ld from noconfigdirs.
3543         * configure: Regenerate.
3545 2010-04-13  Steve Ellcey  <sje@cup.hp.com>
3547         * configure: Regenerate after change to elf.m4.
3549 2010-04-06  Iain Sandoe  <iains@gcc.gnu.org>
3551         * MAINTAINERS (Write After Approval): Add myself.
3553 2010-04-02  Sebastian Pop  <sebastian.pop@amd.com>
3555         * configure.ac: Add brackets around AC_TRY_COMPILE alternative.
3556         * configure: Regenerated.
3558 2010-04-02  Sebastian Pop  <sebastian.pop@amd.com>
3560         * configure.ac: Print "buggy but acceptable" when CLooG
3561         revision is less than 9.
3562         * configure: Regenerated.
3564 2010-04-01  Diego Novillo  <dnovillo@google.com>
3566         * MAINTAINERS (Plugin): Add myself and Le-Chun Wu.
3568 2010-04-01  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
3570         PR bootstrap/43615
3571         PR bootstrap/43328
3573         Revert:
3575         2010-03-31  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
3577         * configure.ac: Do not pass --enable-multilib nor
3578         --disable-multilib in baseargs.  Accept explicitly passed
3579         --enable_multilib.
3580         * configure: Regenerate.
3582 2010-03-31  Ulrich Weigand  <uweigand@de.ibm.com>
3584         * MAINTAINERS (CPU Port Maintainers): Add myself for spu port.
3586 2010-03-31  Janis Johnson  <janis187@us.ibm.com>
3588         * MAINTAINERS: Remove myself.
3590 2010-03-31  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
3592         PR bootstrap/43328
3593         * configure.ac: Do not pass --enable-multilib nor
3594         --disable-multilib in baseargs.  Accept explicitly passed
3595         --enable_multilib.
3596         * configure: Regenerate.
3598 2010-03-28  Andrew Pinski  <pinskia@gmail.com>
3600         * MAINTAINERS (spu port): Remove me.
3602 2010-03-23  Joseph Myers  <joseph@codesourcery.com>
3604         * configure.ac (tic6x-*-*): New case.
3605         * configure: Regenerate.
3607 2010-03-23  Joseph Myers  <joseph@codesourcery.com>
3609         * config.sub: Update to version 2010-03-22.
3610         * config.guess: Update to version 2009-12-30.
3612 2010-03-19  Jack Howarth  <howarth@bromo.med.uc.edu>
3614         PR ada/42554
3615         * configure.ac: Only pass -c to ranlib for darwin9 and earlier.
3616         * configure: Regenerate.
3618 2010-03-18  Ramana Radhakrishnan  <ramana.radhakrishnan@arm.com>
3620         * MAINTAINERS: Update my email address.
3622 2010-03-17  Sebastian Pop  <sebastian.pop@amd.com>
3624         * MAINTAINERS (dwarak.rajagopal@amd.com): Removed.
3625         (ghassan.shobaki@amd.com): Removed.
3627 2010-03-17  Alan Modra  <amodra@gmail.com>
3629         * MAINTAINERS: Update my email address.
3631 2010-03-16  Diego Novillo  <dnovillo@google.com>
3633         * MAINTAINERS: Remove Dan Hipschman, William Maddox and Chris
3634         Matthews.
3636 2010-03-16  Joseph Myers  <joseph@codesourcery.com>
3638         * MAINTAINERS (Write After Approval): Remove Jim Blandy, Daniel
3639         Gutson, Jeffrey D. Oldham and Mark Shinwell.
3641 2010-03-16  Joseph Myers  <joseph@codesourcery.com>
3643         * MAINTAINERS: Update my email address.
3645 2010-03-16  Daniel Jacobowitz  <dan@codesourcery.com>
3647         * MAINTAINERS: Update my email address.
3649 2010-03-15  Bernd Schmidt  <bernds@codesourcery.com>
3651         * MAINTAINERS: Update my email address.
3653 2010-03-09  Jie Zhang  <jie@codesourcery.com>
3655         * MAINTAINERS: Update my email address.
3657 2010-03-01  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
3659         PR libstdc++/32499
3660         * configure.ac (RANLIB): Default to true.
3661         (STRIP): Likewise.
3662         (RANLIB_FOR_TARGET): Remove superfluous : argument.
3663         * configure: Regenerate.
3665 2010-02-17  Rafael Ávila de Espíndola  <espindola@google.com>
3667         * MAINTAINERS (Plugin, LTO, LTO plugin): Remove myself.
3668         (Write After Approval): Update my email address.
3670 2010-02-17  Nick Clifton  <nickc@redhat.com>
3672         PR 11238
3673         * Makefile.tpl (local-distclean): Also remove config.cache files in
3674         sub-directories as there may not be Makefiles present in the
3675         sub-directories.
3676         * Makefile.tpl: Use "-exec rm {}" rather than "-delete" to delete
3677         the config.cache files found by the find command.
3679         * Makefile.in: Regenerate.
3680         * configure.ac: Revert previous delta.
3681         * configure: Regenerate.
3683 2010-02-15  Nick Clifton  <nickc@redhat.com>
3685         PR 11238
3686         * configure.ac: Delete config.cache files in sub-directories when
3687         deleting Makefiles.
3688         * configure: Regenerate.
3690 2010-02-12  Ben Elliston  <bje@gnu.org>
3692         * MAINTAINERS: Update my email address.
3694 2010-02-08  Andrew Pinski  <pinskia@gmail.com>
3696         * MAINTAINERS (spu port): Update my email address.
3698 2010-02-08  Jie Zhang  <jie.zhang@analog.com>
3700         * MAINTAINERS: Add myself as a maintainer for the bfin port.
3702 2010-01-31  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
3704         * configure.ac: Add "recommended" version checks for GMP/MPC.
3705         Update recommended GMP/MPFR/MPC versions.
3706         * configure: Regenerate.
3708 2010-01-31  Joern Rennecke  <joern.rennecke@embecosm.com>
3710         * MAINTAINERS: Move my Embecosm email address into the
3711         write-after-approval section.
3713 2010-01-26  Ian Lance Taylor  <iant@google.com>
3715         * MAINTAINERS: Add myself as Go frontend maintainer.
3717 2010-01-25  Joern Rennecke  <amylaar@spamcop.net>
3719         PR libstdc++/36101, PR libstdc++/42813
3720         * configure.ac (bootstrap_target_libs): Make inclusion of
3721         target-libgomp conditional on libgomb being in target_configdirs.
3722         * configure: Regenerate.
3724 2010-01-23  Joern Rennecke  <amylaar@spamcop.net>
3726         PR libstdc++/36101, PR libstdc++/42813
3727         * configure.ac (bootstrap_target_libs): Include target-libgomp.
3728         * configure: Regenerate.
3730 2010-01-22  Joern Rennecke  <amylaar@spamcop.net>
3732         PR libstdc++/36101, PR libstdc++/42813
3733         * configure.ac (target_configdirs): Substitute.
3734         * Makefile.def: Bootstrap target module libgomp.
3735         Add dependency of all-target-libstdc++-v3 on configure-target-libgomp.
3736         * Makefile.tpl (TARGET_CONFIGDIRS): New makefile variable.
3737         (BASE_TARGET_EXPORTS): Export TARGET_CONFIGDIRS.
3738         * configure, Makefile.in: Regenerate.
3740 2010-01-21  Dave Korn  <dave.korn.cygwin@gmail.com>
3742         * MAINTAINERS: Adjust my details.
3744 2010-01-20  Eric B. Weddington  <eric.weddington@atmel.com>
3746         * MAINTAINERS (CPU Port Maintainers): Add myself for avr port.
3748 2010-01-18  Thierry Lafage  <thierry.lafage@inria.fr>
3750         * MAINTAINERS: reindented my entry with tabs instead of spaces.
3752 2010-01-15  Thierry Lafage  <thierry.lafage@inria.fr>
3754         * MAINTAINERS (Write After Approval): Add myself.
3756 2010-01-15  Konrad Trifunovic  <konrad.trifunovic@inria.fr>
3758         * MAINTAINERS (Write After Approval): Add myself.
3760 2010-01-11  Richard Guenther  <rguenther@suse.de>
3762         PR lto/41569
3763         * Makefile.def (all-lto-plugin): Depend on all-gcc.
3764         * Makefile.in: Regenerated.
3766 2010-01-11  Andreas Tobler  <andreast@fgznet.ch>
3768         * configure.ac: Enable libjava build on x86_64-*freebsd*.
3769         * configure: Regenerate.
3771 2010-01-07  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
3772             Francois-Xavier Coudert  <fxcoudert@gcc.gnu.org>
3774         PR bootstrap/42424
3775         * configure.ac: Include libtool m4 files.
3776         (_LT_CHECK_OBJDIR): Call it.
3777         (extra_mpc_mpfr_configure_flags, extra_mpc_gmp_configure_flags,
3778         gmplibs, ppllibs, clooglibs): Use $lt_cv_objdir.
3780         * configure: Regenerate.
3782 2010-01-07  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
3784         PR bootstrap/41818
3785         * Makefile.tpl (BASE_TARGET_EXPORTS): Only add TARGET_LIB_PATH
3786         to $(RPATH_ENVVAR) if bootstrapping.  Fix typo in comment.
3787         * Makefile.in: Regenerate.
3789 2010-01-02  Richard Guenther  <rguenther@suse.de>
3791         PR lto/41529
3792         * configure.ac: Include config/elf.m4.  Disable LTO if not
3793         builting for an elf target.
3794         * configure: Regenerate.
3796 2009-12-27  Christopher Faylor  <me+cygwin@cgf.cx>
3798         * MAINTAINERS: Change my email address.
3800 2009-12-18  Ben Elliston  <bje@au.ibm.com>
3802         * config.sub, config.guess: Update from upstream sources.
3804 2009-12-07  Shujing Zhao  <pearly.zhao@oracle.com>
3806         * MAINTAINERS (Write After Approval): Add myself.
3808 2009-12-06  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
3810         PR middle-end/30447
3811         PR middle-end/30789
3812         PR other/40302
3814         * configure.ac: Require MPC.
3815         * configure: Regenerate.
3817 2009-12-05  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
3819         PR target/38384
3820         PR bootstrap/40972
3821         * libtool.m4: Sync from git Libtool.
3822         * ltoptions.m4: Likewise.
3823         * ltversion.m4: Likewise.
3824         * lt~obsolete.m4: Likewise.
3825         * ltmain.sh: Likewise.
3827 2009-11-30  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
3829         * configure.ac: Update minimum MPC version to 0.8.
3830         * configure: Regenerate.
3832 2009-11-21  Sebastian Pop  <sebpop@gmail.com>
3834         * configure.ac: Check for version 0.15.5 or later revision of CLooG.
3835         * configure: Regenerated.
3837 2009-11-21  Ian Lance Taylor  <iant@google.com>
3839         * configure.ac: Change default of poststage1_ldflags to be empty if
3840         poststage1_libs is set.  When poststage1_libs is empty, and
3841         ENABLE_BUILD_WITH_CXX is set, add -static-libgcc.
3842         * configure: Rebuild.
3844 2009-11-21  Adam Nemet  <adambnmet@gmail.com>
3846         * MAINTAINERS (Write After Approval): Update my email address.
3848 2009-11-20  Ben Elliston  <bje@au.ibm.com>
3850         * config.guess: Update from upstream sources.
3852 2009-11-16  Alexandre Oliva  <aoliva@redhat.com>
3854         * Makefile.def: Restore host and target settings for gmp.
3855         * Makefile.in: Rebuild.
3857 2009-11-16  Alexandre Oliva  <aoliva@redhat.com>
3859         * configure.ac: Add libelf to host_libs.  Enable in-tree configury
3860         of ppl and cloog.  Fix in-tree configury of libelf, skip tests.
3861         Fix portability of test of C++ as bootstrap language.  Add
3862         ppl/src/ppl-config.o to the bootstrap compare exclusion list.
3863         * configure: Rebuild.
3864         * Makefile.def: Drop host and target settings from gmp, mpfr, ppl,
3865         and cloog.  Fix in-tree ppl configuration.  Introduce libelf
3866         in-tree building.
3867         * Makefile.tpl (POSTSTAGE1_CXX_EXPORT): New.
3868         (POSTSTAGE1_HOST_EXPORTS): Use it.
3869         (STAGE[+id+]_CXXFLAGS): New.
3870         (BASE_FLAGS_TO_PASS): Pass it down.
3871         (configure-stage[+id+]-[+prefix+][+module+]): Use it.  Add
3872         extra_exports.
3873         (all-stage[+id+]-[+prefix+][+module+]): Likewise.
3874         (configure-[+prefix+][+module+], all-[+prefix+][+module+]): Add
3875         extra_exports.
3876         * Makefile.in: Rebuild.
3878 2009-11-17  Ben Elliston  <bje@au.ibm.com>
3880         * config.sub, config.guess: Update from upstream sources.
3882 2009-11-12  Jan Kratochvil  <jan.kratochvil@redhat.com>
3884         * MAINTAINERS (Write After Approval): Add myself.
3886 2009-11-09  Jon Beniston  <jon@beniston.com>
3888         * MAINTAINERS (Write After Approval): Add myself.
3890 2009-11-06  Ozkan Sezer  <sezeroz@gmail.com>
3892         * configure.ac (FLAGS_FOR_TARGET):  Add -L and -isystem
3893         paths for *-w64-mingw* and x86_64-*mingw*.
3894         * configure: Regenerated.
3896 2009-11-05  Joern Rennecke  <amylaar@spamcop.net>
3898         * MAINTAINERS (Write After Approval): Add entry for my INRIA work.
3900 2009-11-02  Benjamin Kosnik  <bkoz@redhat.com>
3902         * MAINTAINERS: Add Jonathan Wakely under Various Maintainers, move
3903         Phil Edwards to Write-After Approval.
3905 2009-10-30  Kai Tietz  <kai.tietz@onevision.com>
3907         * configure.ac: Disable target-winsup & co for
3908         x86_64-*-mingw* and *-w64-mingw* targets.
3909         * configure: Regenerated.
3911 2009-10-16  Nick Clifton  <nickc@redhat.com>
3913         * MAINTAINERS: Add myself as a maintainer for the RX port.
3915 2009-10-26  Johannes Singler  <singler@kit.edu>
3917         * MAINTAINERS (Write After Approval): Update my e-mail address.
3919 2009-10-23  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
3921         * configure.ac (CLooG test): Use = with test.
3922         * configure: Regenerate.
3924 2009-10-22  Richard Guenther  <rguenther@suse.de>
3926         * configure.ac: Do not set LIBS for ppl/cloog checks.  Disable
3927         cloog if the ppl version check failed.  Move flags saving
3928         before setting in libelf check.
3929         * configure: Regenerate.
3931 2009-10-21  Richard Guenther  <rguenther@suse.de>
3933         * configure.ac: Adjust the ppl and cloog configure to work as
3934         documented.  Disable cloog if ppl was disabled.  Omit the version
3935         checks if they were disabled.
3936         * configure: Re-generate.
3938 2009-10-13  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
3940         * configure.ac: Add 'lto' to enable_languages, not
3941         new_enable_languages, and only if not already present.
3942         * configure: Regenerate.
3944 2009-10-10  Gerald Pfeifer  <gerald@pfeifer.com>
3946         * README: Refer to the various COPYING* files instead of just
3947         COPYING.
3948         Refer to http://gcc.gnu.org/bugs/ for bug reporting instructions.
3950 2009-10-07  Rafael Avila de Espindola  <espindola@google.com>
3952         * MAINTAINERS: Change my email address. Change plugi-in to plugin.
3954 2009-10-07  Richard Guenther  <rguenther@suse.de>
3956         * MAINTAINERS (LTO): List Diego Novillo, Rafael Avila de Espindola,
3957         and Richard Guenther as reviewers.
3958         (LTO plugin): List Rafael Avila de Espindola and Cary Coutant
3959         as reviewers.
3961 2009-10-07  Hariharan Sandanagobalane  <hariharan@picochip.com>
3963         * config.sub: Update from upstream sources.
3965 2009-10-06  Ian Lance Taylor  <iant@google.com>
3967         * Makefile.def: check-gold depends upon all-gas.
3968         * Makefile.in: Rebuild.
3970 2009-10-05  Phil Muldoon  <pmuldoon@redhat.com>
3972         * MAINTAINERS (Write After Approval): Add myself.
3974 2009-10-03  2009-02-05  Rafael Avila de Espindola  <espindola@google.com>
3976         * Makefile.def: all-lto-plugin depends on all-libiberty.
3977         set bootstrap=true for lto-plugin.
3978         Add lto-plugin.
3979         * Makefile.in: Regenerate.
3980         * configure.ac (host_libs): Add lto-plugin.
3981         * configure: Regenerate.
3983 2009-10-03  Diego Novillo  <dnovillo@google.com>
3985         * Makefile.tpl (HOST_EXPORTS): Add LIBELFLIBS and LIBELFINC.
3986         (HOST_LIBELFLIBS): Define.
3987         (HOST_LIBELFINC): Define.
3988         * Makefile.in: Regenerate.
3989         * configure.ac: Add --enable-lto.
3990         Add --with-libelf, --with-libelf-include and --with-libelf-lib.
3991         If --enable-lto is used, add 'lto' to new_enable_languages.
3992         If --enable-lto is used and gold is enabled, add
3993         lto-plugin to configdirs.
3994         * configure: Regenerate.
3996 2009-10-03  Simon Baldwin  <simonb@google.com>
3998         * configure.ac: If --with-system-zlib, suppress local zlib and
3999         pass --with-system-zlib to subdir configure scripts.
4000         * configure: Regenerate.
4002 2009-10-01  Loren J. Rittle  <ljrittle@acm.org>
4003             Paolo Bonzini  <bonzini@gnu.org>
4005         * Makefile.tpl (POSTSTAGE1_HOST_EXPORTS): Use $$s rather than
4006         $(srcdir).
4007         * Makefile.in: Rebuilt.
4009 2009-09-26  Gary Funck  <gary@intrepid.com>
4011         * MAINTAINERS (Write After Approval): Add myself.
4013 2009-09-26  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
4015         * configure.ac: Update minimum MPC version to 0.7.
4016         * configure: Regenerate.
4018 2009-09-25  Nick Clifton  <nickc@redhat.com>
4020         * configure.ac: Pass any --cache-file=/dev/null option on to
4021         subconfigures.
4022         * configure: Regenerate.
4024 2009-09-23  Nick Clifton  <nickc@redhat.com>
4026         * config.sub, config.guess: Update from upstream sources.
4028 2009-09-22  Loren J. Rittle  <ljrittle@acm.org>
4030         * Makefile.tpl (POSTSTAGE1_HOST_EXPORTS): Remove stray $$r/.
4031         * Makefile.in: Rebuilt.
4033 2009-09-22  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
4035         PR bootstrap/32272
4036         * configure.ac: Error out if $srcdir isn't '.' but contains
4037         host-${host_noncanonical}.
4038         * configure: Regenerate.
4040 2009-09-22  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
4042         * MAINTAINERS (OS Port Maintainers): Add myself as Solaris
4043         maintainer.
4045 2009-09-21  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
4047         * configure.ac: If bootstrapping a combined tree with
4048         --enable-gold, require c++ in stage1_languages.
4049         * configure: Regenerate.
4051         * configure.ac: Also add target_libs of stage1_languages to
4052         bootstrap_target_libs.
4053         * configure: Regenerate.
4055         * configure.ac: Diagnose --enable-build-with-cxx bootstrap
4056         with --enable-languages not containing c++.
4057         * configure: Regenerate.
4059 2009-09-15  Jie Zhang  <jie.zhang@analog.com>
4061         * configure.ac: Disable java and boehm-gc for bfin-*-*.
4062         * configure: Regenerate.
4064 2009-09-12  Joern Rennecke  <joern.rennecke@embecosm.com>
4066         * MAINTAINERS (Write After Approval): Update my e-mail address,
4067         and move from from here...
4068         (Waiting for paperwork): To here.
4070 2009-09-09  Joseph Myers  <joseph@codesourcery.com>
4072         * MAINTAINERS (Reviewers): Add self as driver reviewer.
4074 2009-09-08  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
4076         * configure.ac: Do not use $extrasub for replacing @if/@endif
4077         parts in Makefile; instead, use additional arguments to
4078         AC_CONFIG_COMMANDS to do the replacement manually, with several
4079         sed invocations, to avoid HP-UX sed command limits.
4080         * configure: Regenerate.
4082 2009-09-08  Alexandre Oliva  <aoliva@redhat.com>
4084         * libtool.m4 (output_verbose_link_cmd): Require leading blank, and
4085         blank before -L.
4087 2009-09-04  Alexandre Oliva  <aoliva@redhat.com>
4089         * configure.ac (with-build-config): Document.  Handle without.
4090         Handle missing argument.
4091         * configure: Rebuilt.
4093 2009-09-03  Alexandre Oliva  <aoliva@redhat.com>
4095         * configure.ac (--with-build-config): New.  Set BUILD_CONFIG.
4096         Default to bootstrap-debug only if compare-debug works.
4097         * configure: Rebuilt.
4098         * Makefile.tpl: Make BUILD_CONFIG configure-configurable.
4099         * Makefile.in: Rebuilt.
4101 2009-09-02  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
4103         * MAINTAINERS (OS Port Maintainers): Update my email address.
4105 2009-09-01  Alexandre Oliva  <aoliva@redhat.com>
4107         * Makefile.tpl (BUILD_CONFIG): Default to bootstrap-debug.
4108         * Makefile.in: Rebuilt.
4110 2009-09-01  Chris Demetriou  <cgd@google.com>
4112         * MAINTAINERS (Write After Approval): Add myself.
4114 2009-08-31  Dodji Seketeli  <dodji@redhat.com>
4116         PR debug/30161
4117         * include/dwarf2.h (enum dwarf_tag): Added
4118         DW_TAG_GNU_template_template_param
4119         (enum dwarf_attribute): Added DW_AT_GNU_template_name.
4121 2009-08-30  Paolo Bonzini  <bonzini@gnu.org>
4123         * Makefile.tpl (AWK): Fix typo.
4124         * Makefile.in: Regenerate.
4126 2009-08-30  Paolo Bonzini  <bonzini@gnu.org>
4128         * configure.ac: Detect awk and sed.
4129         * Makefile.def (flags_to_pass): Add AWK and SED.
4130         * Makefile.tpl (AWK, SED): New.
4131         (BASE_FLAGS_TO_PASS): Add AWK and SED.
4132         * configure: Regenerate.
4133         * Makefile.in: Regenerate.
4135 2009-08-26  Dave Korn  <dave.korn.cygwin@gmail.com>
4137         * ltmain.sh (removedotparts): Don't use comma as 's' separator.
4138         (collapseslashes): Likewise.
4140 2009-08-24  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
4142         * configure.ac (AC_PREREQ): Bump to 2.64.
4144 2009-08-22  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
4146         * configure.ac: Remove --with-datarootdir, --with-docdir,
4147         --with-pdfdir, --with-htmldir switches.
4148         * configure: Regenerate.
4150         * configure: Regenerate.
4152         * compile: Sync from Automake 1.11.
4153         * depcomp: Likewise.
4154         * install-sh: Likewise.
4155         * missing: Likewise.
4156         * mkinstalldirs: Likewise.
4157         * ylwrap: Likewise.
4159 2009-08-20  Dave Korn  <dave.korn.cygwin@gmail.com>
4161         * ltmain.sh (func_normal_abspath): New function.
4162         (func_relative_path): Likewise.
4163         (func_mode_help): Document new -bindir option for link mode.
4164         (func_mode_link): Add new -bindir option, and use it to place
4165         output DLL if specified.
4167 2009-08-19  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
4169         * configure.ac: Call AC_DISABLE_OPTION_CHECKING.
4170         (baseargs): Add --disable-option-checking.
4171         * configure: Regenerate.
4173         * Makefile.def (configure-target-libiberty): Depend on
4174         all-binutils and all-ld.
4175         (configure-target-newlib): Likewise.
4176         * Makefile.in: Regenerate.
4178 2009-08-17  Ben Elliston  <bje@au.ibm.com>
4180         * config.sub, config.guess: Update from upstream sources.
4182 2009-08-16  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
4184         Sync from src, merge:
4186         2009-07-02  Tristan Gingold  <gingold@adacore.com>
4188         * configure.ac: Do not exclude gas for i386-*-darwin.
4189         Add a case for x86_64-*-darwin.
4190         * configure: Regenerate.
4192 2009-08-06  Neil Vachharajani  <nvachhar@gmail.com>
4194         * MAINTAINERS: Add my name to Write After Approval list.
4196 2009-08-06  Michael Eager  <eager@eagercon.com>
4198         * configure.ac: Add Microblaze target.
4199         * configure: Regenerate.
4201 2009-07-31  Christian Bruel  <christian.bruel@st.com>
4203         * configure.ac (sh*-*-elf): Don't add target-libgloss to noconfigdirs.
4204         * configure: Regenerate.
4206 2009-07-28  Rask Ingemann Lambertsen  <ccc94453@vip.cybercity.dk>
4208         * MAINTAINERS (Write After Approval): Update my e-mail address.
4210 2009-07-06  Ian Lance Taylor  <iant@google.com>
4212         * configure.ac: Add missing comma in AC_ARG_WITH(boot-libs).
4213         * configure: Rebuild.
4215 2009-07-01  Tobias Grosser  <grosser@fim.uni-passau.de>
4217         * MAINTAINERS: Move myself to the Graphite Reviewers.
4219 2009-06-30  Wei Guozhi  <carrot@google.com>
4221         * MAINTAINERS: Add my name to Write After Approval list.
4223 2009-06-26  Steve Ellcey  <sje@cup.hp.com>
4225         PR bootstrap/40338
4226         * configure.ac (comparestring): Create new variable.
4227         * Makefile.tpl (comparestring): Use to skip some comparisions.
4228         * configure: Regenerate.
4229         * Makefile.in: Regenerate.
4231 2009-06-26  Doug Evans  <dje@sebabeach.org>
4233         * Makefile.def (host_modules): Add cgen.
4234         * Makefile.in: Regenerate.
4235         * configure.ac (host_tools): Add cgen.
4236         * configure: Regenerate.
4238 2009-06-23  DJ Delorie  <dj@redhat.com>
4240         * MAINTAINERS: Add myself as mep maintainer.
4242 2009-06-23  Ian Lance Taylor  <iant@google.com>
4244         * configure.ac: Add --enable-build-with-cxx.  When set, add c++ to
4245         boot_languages.  Only bootstrap target libraries listed in
4246         target_libs for some boot language.  Add --with-stage1-ldflags,
4247         --with-stage1-libs, --with-boot-ldflags, --with-boot-libs.  Remove
4248         with_host_libstdcxx from ppllibs.  Only add -fkeep-inline-functions
4249         if not building with C++.
4250         * Makefile.def: For target_module libstdc++-v3, set bootstrap=true.
4251         * Makefile.tpl (STAGE1_LDFLAGS, STAGE1_LIBS): New variables.
4252         (POSTSTAGE1_LDFLAGS, POSTSTAGE1_LIBS): New variables.
4253         (HOST_EXPORTS): Add STAGE1_LDFLAGS to LDFLAGS.  Export HOST_LIBS.
4254         (POSTSTAGE1_HOST_EXPORTS): Set CXX and CXX_FOR_BUILD.  Add
4255         POSTSTAGE1_LDFLAGS to LDFLAGS.  Export HOST_LIBS.
4256         (POSTSTAGE1_FLAGS_TO_PASS): Likewise.
4257         * configure, Makefile.in: Rebuild.
4259 2009-06-23  Li Feng  <nemokingdom@gmail.com>
4261         * MAINTAINERS: Added my name to write-after-approval list.
4263 2009-06-15  Ryan Mansfield  <rmansfield@qnx.com>
4265         * configure.ac: Define is_elf for QNX Neutrino targets.
4266         * configure: Regenerate.
4268 2009-06-09  Ghassan Shobaki  <ghassan.shobaki@amd.com>
4270         * MAINTAINERS: Added my name to the write-after-approval list
4272 2009-06-08  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
4274         * configure.ac: Detect MPC in default directory.
4275         * configure: Regenerate.
4277 2009-06-03  Jerome Guitton  <guitton@adacore.com>
4278             Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
4280         * Makefile.tpl (all): Avoid a trailing backslash.
4281         * Makefile.in: Regenerate.
4283 2009-06-03  Ben Elliston  <bje@au.ibm.com>
4285         * config.sub, config.guess: Update from upstream sources.
4287 2009-06-02  Richard Sandiford  <r.sandiford@uk.ibm.com>
4289         * configure.ac (powerpc-*-aix*, rs6000-*-aix*): Add target-newlib
4290         to noconfdirs.
4291         * configure: Regenerate.
4293 2009-06-02  Alexandre Oliva  <aoliva@redhat.com>
4295         * Makefile.tpl ([+compare-target+]): Compare all stage
4296         directories, rather than just gcc.
4297         * Makefile.in: Rebuilt.
4299 2009-06-01  Doug Kwan  <dougkwan@google.com>
4301         * configure.ac: Support gold for target arm*-*-*.
4302         * configure: Regenerate.
4304 2009-05-29  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
4306         * Makefile.def: Add MPC support and dependencies.
4307         * configure.ac: Likewise.  Reorganize GMP/MPFR checks.
4309         * Makefile.in, configure: Regenerate.
4311 2009-05-27  Alexandre Oliva  <aoliva@redhat.com>
4313         * Makefile.tpl (all): Avoid harmless warning in make all when
4314         gcc-bootstrap is enabled but stage_last does not exist.
4315         * Makefile.in: Rebuilt.
4317 2009-05-24  Nicolas Roche  <roche@adacore.com>
4319         * Makefile.tpl (compare-target): Skip ./ada/*tools directories.
4320         * Makefile.in: Regenerate.
4322 2009-05-21  Denis Chertykov  <chertykov@gmail.com>
4324         * MAINTAINERS: Update my e-mail address.
4326 2009-05-21  Dave Korn  <dave.korn.cygwin@gmail.com>
4328         * configure.ac (cygwin noconfigdirs):  Remove libgcj.
4329         * configure:  Regenerate.
4331 2009-05-18  Alexandre Oliva  <aoliva@redhat.com>
4333         PR other/40159
4334         * Makefile.tpl (all): Don't assume gcc-bootstrap and
4335         gcc-no-bootstrap are mutually exclusive.
4336         * Makefile.in: Rebuilt.
4338 2009-05-18  Alexandre Oliva  <aoliva@redhat.com>
4340         PR other/40159
4341         * Makefile.tpl (all): Don't end with unconditional success.
4342         * Makefile.in: Rebuilt.
4344 2009-05-12  Alexandre Oliva  <aoliva@redhat.com>
4346         PR target/37137
4347         * Makefile.def (flags_to_pass): Remove redundant and incomplete
4348         STAGE1_CFLAGS, STAGE2_CFLAGS, STAGE3_CFLAGS, and STAGE4_CFLAGS.
4349         Add FLAGS_FOR_TARGET and BUILD_CONFIG.
4350         (bootstrap_stage): Remove bootstrap-debug custom stages.  Turn
4351         stage_configureflags, stage_cflags and stage_libcflags into
4352         explicit Makefile macros.
4353         * Makefile.tpl (HOST_EXPORTS, EXTRA_HOST_FLAGS): Pass GCJ and
4354         GFORTRAN.
4355         (POSTSTAGE1_HOST_EXPORTS): Add XGCC_FLAGS_FOR_TARGET and TFLAGS to
4356         CC.  Set CC_FOR_BUILD from CC.
4357         (BASE_TARGET_EXPORTS, RAW_CXX_TARGET_EXPORTS,
4358         NORMAL_TARGET_EXPORTS): Move SYSROOT_CFLAGS_FOR_TARGET and
4359         DEBUG_PREFIX_CFLAGS_FOR_TARGET from CFLAGS and CXXFLAGS to
4360         XGCC_FLAGS_FOR_TARGET.  Add it along with TFLAGS to CC, CXX, GCJ,
4361         and GFORTRAN.
4362         (TFLAGS, STAGE_CFLAGS, STAGE_TFLAGS, STAGE_CONFIGURE_FLAGS): New.
4363         (_LIBCFLAGS): Renamed to _TFLAGS.
4364         (do-compare-debug, do-compare3-debug): Drop.
4365         (CC, GCC_FOR_TARGET, CXX_FOR_TARGET, RAW_CXX_FOR_TARGET,
4366         GCJ_FOR_TARGET, GFORTRAN_FOR_TARGET): Remove FLAGS_FOR_TARGET.
4367         (FLAGS_FOR_TARGET, SYSROOT_CFLAGS_FOR_TARGET,
4368         DEBUG_PREFIX_CFLAGS_FOR_TARGET): Move down.
4369         (XGCC_FLAGS_FOR_TARGET): New.
4370         (BASE_FLAGS_TO_PASS): Pass STAGEid_CFLAGS, STAGEid_TFLAGS and TFLAGS.
4371         (EXTRA_HOST_FLAGS): Pass GCJ and GFORTRAN.
4372         (POSTSTAGE1_FLAGS_TO_PASS): Move SYSROOT_CFLAGS_FOR_TARGET and
4373         DEBUG_PREFIX_CFLAGS_FOR_TARGET from CFLAGS, CXXFLAGS, LIBCFLAGS,
4374         LIBCXXFLAGS to XGCC_FLAGS_FOR_TARGET.  Add it along with TFLAGS
4375         to CC, CXX, GCJ, and GFORTRAN.  Pass XGCC_FLAGS_FOR_TARGET and
4376         TFLAGS.
4377         (BUILD_CONFIG): Include if requested.
4378         (all): Set TFLAGS on bootstrap.
4379         (configure-stageid-prefixmodule): Pass TFLAGS, adjust FLAGS.
4380         (all-stageid-prefixmodule): Likewise.
4381         (do-clean, distclean-stageid): Set TFLAGS.
4382         (restrap): Fix whitespace.
4383         * Makefile.in: Rebuilt.
4385 2009-05-07  Paolo Bonzini  <bonzini@gnu.org>
4387         * config.guess: Sync with src.
4389 2009-05-07  Dave Korn  <dave.korn.cygwin@gmail.com>
4391         * configure.ac ($with_ppl):  Default to no if not supplied.
4392         ($with_cloog):  Likewise.
4393         configure:  Regenerate.
4395 2009-04-27  James E. Wilson  <wilson@codesourcery.com>
4397         * MAINTAINERS: Update my e-mail address.
4399 2009-04-27  Nick Clifton  <nickc@redhat.com>
4401         * MAINTAINERS: Replace Aldy Hernandez as a maintainer for the FRV.
4403 2009-04-25  Eric Botcazou  <ebotcazou@adacore.com>
4405         * Makefile.tpl (POSTSTAGE1_HOST_EXPORTS): Add GNATBIND.
4406         (POSTSTAGE1_FLAGS_TO_PASS): Pick up exported value for GNATBIND.
4407         * Makefile.in: Regenerate.
4409 2009-04-24  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
4411         PR bootstrap/39739
4412         * configure.ac (extra_mpfr_configure_flags): Set and AC_SUBST.
4413         * Makefile.def (module=mpfr): Use extra_mpfr_configure_flags.
4415         * configure, Makefile.in: Regenerate.
4417 2009-04-21  Taras Glek  <tglek@mozilla.com>
4419         * include/hashtab.h: Update GTY annotations to new syntax
4420         * include/splay-tree.h: Likewise
4422 2009-04-17  Ben Elliston  <bje@au.ibm.com>
4424         * config.sub, config.guess: Update from upstream sources.
4426 2009-04-15  Anthony Green  <green@moxielogic.com>
4428         * configure.ac: Add moxie support.
4429         * configure: Rebuilt.
4431 2009-04-14  Jakub Jelinek  <jakub@redhat.com>
4433         * configure.ac: Change copyright header to refer to version
4434         3 of the GNU General Public License and to point readers at the
4435         COPYING3 file and the FSF's license web page.
4436         * Makefile.def: Likewise.
4437         * Makefile.tpl: Likewise.
4438         * Makefile.in: Regenerate.
4440 2009-04-09  Jack Howarth  <howarth@bromo.med.uc.edu>
4442         * configure.ac: Restore match for darwin9 or later. Use double
4443         brackets since regeneration eats one pair.
4444         * configure: Regenerate.
4446 2009-04-09  H.J. Lu  <hongjiu.lu@intel.com>
4448         PR gas/10039
4449         * configure.ac: Require texinfo 4.7.
4450         * configure: Regenerated.
4452 2009-04-09  Nick Clifton  <nickc@redhat.com>
4454         * COPYING.RUNTIME: New file: Contains a copy of version 3.1 of
4455         the GCC Runtime Library Exception.
4457 2009-04-08  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
4459         * configure.ac: Bump minimum GMP/MPFR versions to 4.2 and 2.3.1.
4460         * configure: Regenerate.
4462 2009-04-01  Steve Ellcey  <sje@cup.hp.com>
4464         * Makefil.def (languages): New entries.
4465         * Makefile.tpl (check-gcc-*): New generic target.
4466         * Makefile.in: Regenerate.
4468 2009-03-25  Erven Rohou  <erven.rohou@inria.fr>
4470         * MAINTAINERS:  Update my email address.
4472 2009-03-18  Tom Tromey  <tromey@redhat.com>
4474         * configure: Rebuild.
4475         * configure.ac (host_libs): Add libiconv.
4476         * Makefile.in: Rebuild.
4477         * Makefile.def (host_modules): Add libiconv.
4478         (configure-gdb, all-gdb): Depend on libiconv.
4480 2009-03-16  Tristan Gingold  <gingold@adacore.com>
4482         * configure.ac: Treat gdb as supported on x86_64-darwin.
4483         * configure: Regenerate.
4485 2009-03-16  Joseph Myers  <joseph@codesourcery.com>
4487         * configure.ac (--with-host-libstdcxx): New option.
4488         * configure: Regenerate.
4490 2009-03-12  Joern Rennecke  <joern.rennecke@arc.com>
4492         * MAINTAINERS:  Move myself into the write after approval list.
4494 2009-03-11  Nicola Pero  <nicola.pero@meta-innovation.com>
4496         * MAINTAINERS: Update e-mail address.
4498 2009-03-11  Dorit Nuzman  <dorit@il.ibm.com>
4500         * MAINTAINERS: Remove myself as auto-vectorizer maintainer.
4502 2009-03-10  Ira Rosen  <irar@il.ibm.com>
4504         * MAINTAINERS: Add myself as auto-vectorizer maintainer.
4506 2009-03-01  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
4508         Backport from git Libtool:
4510         2009-01-19  Robert Millan  <rmh@aybabtu.com>
4511         Support GNU/kOpenSolaris.
4512         * libltdl/m4/libtool.m4 (_LT_SYS_DYNAMIC_LINKER)
4513         (_LT_CHECK_MAGIC_METHOD, _LT_COMPILER_PIC, _LT_LINKER_SHLIBS)
4514         (_LT_LANG_CXX_CONFIG) [kopensolaris*-gnu]: Recognize
4515         GNU/kOpenSolaris.
4517 2009-02-27  Andreas Schwab  <schwab@linux-m68k.org>
4519         * MAINTAINERS: Update e-mail address.
4521 2009-02-24  Michael Eager  <eager@eagercon.com>
4523         * MAINTAINERS (Write After Approval): Add self.
4525 2009-02-18  Bingfeng Mei  <bmei@broadcom.com>
4527         * MAINTAINERS (Write After Approval): Add myself.
4529 2009-02-05  Andreas Schwab  <schwab@suse.de>
4531         * Makefile.tpl (stage_last): Define $r and $s before using
4532         $(RECURSE_FLAGS_TO_PASS).
4533         * Makefile.in: Regenerate
4535 2009-01-30  Ian Lance Taylor  <iant@google.com>
4537         * MAINTAINERS: Move myself to the Global Reviewers list.
4539 2009-01-29  Robert Millan  <rmh@aybabtu.com>
4541         * configure.ac: Recognize GNU/kOpenSolaris (*-*-kopensolaris*-gnu).
4542         * configure: Regenerate.
4544 2009-01-17  Gerald Pfeifer  <gerald@pfeifer.com>
4546         * MAINTAINERS: Make whitespace consistent.
4547         Remove Robert Millan from Write After Approval.
4549 2009-01-16  Alan Modra  <amodra@bigpond.net.au>
4551         * Makefile.def (configure-opcodes): Depend on configure-libiberty.
4552         (all-opcodes): Depend on all-libiberty.
4553         * Makefile.in: Regenerate.
4555 2009-01-15  Douglas B Rupp  <rupp@gnat.com>
4557         * configure.ac (ia64*-*-*vms*): Add case with no gdb or ld support.
4558         * configure: Regenerate.
4560 2009-01-12  Ramana Radhakrishnan  <ramana.r@gmail.com>
4562         * MAINTAINERS (Write After Approval): Add myself.
4564 2009-01-12  Steven G. Kargl  <sgk@troutmask.apl.washington.edu>
4566         * MAINTAINERS: Add myself to reviewers (Fortran).
4568 2009-01-12  Sebastian Pop  <sebastian.pop@amd.com>
4570         PR tree-optimization/38515
4571         * configure.ac (cloog-polylib): Removed.
4572         (with_ppl, with_cloog): Test for "no".
4573         * configure: Regenerated.
4575 2009-01-11  Daniel Franke  <franke.daniel@gmail.com>
4577         * MAINTAINERS: Moved myself to reviewers (Fortran).
4579 2009-01-06  Thomas Schwinge  <tschwinge@gnu.org>
4581         * MAINTAINERS (OS Port Maintainers): Add myself for GNU/Hurd.
4582         (Write After Approval): Remove myself.
4584 2009-01-03  Diego Novillo  <dnovillo@google.com>
4586         * MAINTAINERS: Remove myself from alias maintainership.
4588 2009-01-02  David Ayers  <ayers@fsfe.org>
4590         * MAINTAINERS: Update e-mail address.
4592 2008-12-30  Gerald Pfeifer  <gerald@pfeifer.com>
4594         * MAINTAINERS: Make whitespace consistent.
4596 2008-12-18  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
4598         Backport from upstream Libtool:
4599         * libltdl.m4 (_LT_SYS_DYNAMIC_LINKER, _LT_LINKER_SHLIBS):
4600         Add cache variables to tests that require the linker to work.
4601         For shlibpath_overrides_runpath, this also changes the semantics
4602         to let the result from the C compiler take precedence.
4604 2008-12-02  Ben Elliston  <bje@au.ibm.com>
4606         * config.sub, config.guess: Update from upstream sources.
4608 2008-12-12  Sebastian Pop  <sebastian.pop@amd.com>
4610         * configure.ac (ppllibs): Add by default the lib flags.
4611         * configure: Regenerate.
4613 2008-12-08  Luis Machado  <luisgpm@br.ibm.com>
4615         * MAINTAINERS:  Add myself to the write after approval list.
4617 2008-12-04  Jack Howarth  <howarth@bromo.med.uc.edu>
4619         * configure.ac: Add double brackets on darwin[912].
4620         * configure: Regenerate.
4622 2008-12-03  Daniel Kraft  <d@domob.eu>
4624         * MAINTAINERS:  Moved myself and Mikael Morin from Write After
4625         Approval to Reviewer section (for Fortran front-end).
4627 2008-12-02  Jack Howarth  <howarth@bromo.med.uc.edu>
4629         * configure.ac: Expand to darwin10 and later.
4630         * configure: Regenerate.
4632 2008-12-02  Andreas Schwab  <schwab@suse.de>
4634         * Makefile.def: configure-target-boehm-gc depends on
4635         all-target-libstdc++-v3.
4636         * Makefile.in: Regenerate.
4638 2008-12-02  Kai Tietz  <kai.tietz@onevision.com>
4640         * MAINTAINERS:  Add myself as mingw maintainer.
4642 2008-12-02  Ben Elliston  <bje@au.ibm.com>
4644         * config.sub, config.guess: Update from upstream sources.
4646 2008-12-01  Gerald Pfeifer  <gerald@pfeifer.com>
4648         * README.SCO: Remove.
4650 2008-11-29  Fernando Pereira  <pronesto@gmail.com>
4652         * MAINTAINERS:  Add myself to the write after approval list.
4654 2008-11-29  Dave Korn  <dave.korn.cygwin@gmail.com>
4656         * MAINTAINERS:  Update my email address in WAA section.
4658 2008-11-29  Chen Liqin  <liqin@sunnorth.com.cn>
4660         * MAINTAINERS: Update e-mail address.
4662 2008-11-27  Toon Moene  <toon@moene.org>
4664         * MAINTAINERS: Change e-mail address.
4666 2008-11-27  Tristan Gingold  <gingold@adacore.com>
4668         * configure.ac: Build gdb for i?86-*-darwin*
4669         * configure: Regenerated.
4671 2008-11-24  Hariharan Sandanagobalane  <hariharan@picochip.com>
4673         * MAINTAINERS: Added my full name.
4675 2008-11-14  Daniel Jacobowitz  <dan@codesourcery.com>
4677         PR bootstrap/38014
4678         PR bootstrap/37923
4680         Revert:
4682         2008-10-24  Daniel Jacobowitz  <dan@codesourcery.com>
4684         * Makefile.tpl (HOST_EXPORTS): Correct CPPFLAGS typo.
4685         * Makefile.in: Regenerated.
4687         2008-10-22  Daniel Jacobowitz  <dan@codesourcery.com>
4689         PR gdb/921
4690         PR gdb/1646
4691         PR gdb/2175
4692         PR gdb/2176
4694         * Makefile.def (flags_to_pass): Add CPPFLAGS_FOR_BUILD and CPPFLAGS.
4695         * Makefile.tpl (BUILD_EXPORTS): Set CPPFLAGS.
4696         (EXTRA_BUILD_FLAGS): Correct typo.  Pass CPPFLAGS.
4697         (HOST_EXPORTS): Pass CPPFLAGS.
4698         (CPPFLAGS_FOR_BUILD, CPPFLAGS, CPPFLAGS_FOR_TARGET): Define.
4699         (LDFLAGS_FOR_TARGET): Initialize from configure script.
4700         (EXTRA_TARGET_FLAGS): Set CPPFLAGS.
4701         * Makefile.in, configure: Regenerated.
4702         * configure.ac: Set CPPFLAGS_FOR_TARGET, LDFLAGS_FOR_TARGET,
4703         and CPPFLAGS_FOR_BUILD.
4705 2008-11-06  Jeff Law  <law@redhat.com>
4707         * MAINTAINERS: Add myself as middle end maintainer.
4709 2008-11-06  Andrew Stubbs  <ams@codesourcery.com>
4711         * MAINTAINERS (Write after approval): Add myself.
4713 2008-11-05  Diego Novillo  <dnovillo@google.com>
4715         * MAINTAINERS (Global Reviewers): Add myself.
4716         (Non-Algorithmic Maintainers): Remove myself.
4718 2008-11-04  Thomas Schwinge  <tschwinge@gnu.org>
4720         * MAINTAINERS (Write after approval): Add myself.
4722 2008-10-31  Mikael Morin  <mikael.morin@tele2.fr>
4724         * MAINTAINERS (Write after approval): Add myself.
4726 2008-10-31  Ben Elliston  <bje@au.ibm.com>
4728         * configure.ac (spu-*-*): Remove special case.
4729         * configure: Regenerate.
4731 2008-10-30  Catherine Moore  <clm@codesourcery.com>
4733         * MAINTAINERS (Write after approval): Update my email address.
4735 2008-10-29  Stefan Schulze Frielinghaus  <xxschulz@de.ibm.com>
4737         * configure.ac [spu-*-*]: Do not set skipdirs.
4738         * configure: Re-generate.
4740 2008-10-29  Bernd Schmidt  <bernd.schmidt@analog.com>
4742         * MAINTAINERS (Various Maintainers): Add myself to reload.
4744 2008-10-25  Richard Guenther  <rguenther@suse.de>
4746         * MAINTAINERS (Various Maintainers): Add myself as middle-end
4747         maintainer.  Remove myself as libgcc-math maintainer.
4748         (Non-Algorithmic Maintainers): Remove myself.
4750 2008-10-24  Daniel Jacobowitz  <dan@codesourcery.com>
4752         * Makefile.tpl (HOST_EXPORTS): Correct CPPFLAGS typo.
4753         * Makefile.in: Regenerated.
4755 2008-10-23  Cary Coutant  <ccoutant@google.com>
4757         * MAINTAINERS (Write after approval): Add myself.
4759 2008-10-22  Daniel Jacobowitz  <dan@codesourcery.com>
4761         PR gdb/921
4762         PR gdb/1646
4763         PR gdb/2175
4764         PR gdb/2176
4766         * Makefile.def (flags_to_pass): Add CPPFLAGS_FOR_BUILD and CPPFLAGS.
4767         * Makefile.tpl (BUILD_EXPORTS): Set CPPFLAGS.
4768         (EXTRA_BUILD_FLAGS): Correct typo.  Pass CPPFLAGS.
4769         (HOST_EXPORTS): Pass CPPFLAGS.
4770         (CPPFLAGS_FOR_BUILD, CPPFLAGS, CPPFLAGS_FOR_TARGET): Define.
4771         (LDFLAGS_FOR_TARGET): Initialize from configure script.
4772         (EXTRA_TARGET_FLAGS): Set CPPFLAGS.
4773         * Makefile.in, configure: Regenerated.
4774         * configure.ac: Set CPPFLAGS_FOR_TARGET, LDFLAGS_FOR_TARGET,
4775         and CPPFLAGS_FOR_BUILD.
4777 2008-10-20  Sebastian Pop  <sebastian.pop@amd.com>
4779         * MAINTAINERS (Graphite Reviewers): Added Daniel Berlin and
4780         Sebastian Pop.
4782 2008-10-14  Antoniu Pop <antoniu.pop@gmail.com>
4784         * MAINTAINERS (Write After Approval): Added myself.
4786 2008-10-13  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
4788         * configure.ac (MPFR check): Bump minimum version to 2.3.0 and
4789         recommended version to 2.3.2.
4791         * configure: Regenerate.
4793 2008-10-01  Mark Mitchell  <mark@codesourcery.com>
4795         * MAINTAINERS (Blanket Write Privs): Change to Global Reviewers.
4797 2008-09-29  David Daney <david.daney@caviumnetworks.com>
4799         * MAINTAINERS (Write After Approval): Update e-mail address.
4801 2008-09-26  Peter O'Gorman  <pogma@thewrittenword.com>
4803         * libtool.m4: Update to libtool 2.2.6.
4804         * lt~obsolete.m4: Update to libtool 2.2.6.
4805         * ltmain.sh: Update to libtool 2.2.6.
4806         * ltsugar.m4: Update to libtool 2.2.6.
4807         * ltversion.m4: Update to libtool 2.2.6.
4808         * ltoptions.m4: Update to libtool 2.2.6.
4809         * ltgcc.m4: Update to match changes from libtool 2.2.6.
4811 2008-09-22  Chris Fairles  <cfairles@gcc.gnu.org>
4813         * MAINTAINERS (Write After Approval): Add myself.
4815 2008-09-22  Bernhard Reutner-Fischer  <aldot@gcc.gnu.org>
4817         * MAINTAINERS (Write After Approval): Update my name.
4819 2008-09-20  Steven Bosscher  <steven@gcc.gnu.org>
4821         * MAINTAINERS: Add myself in "Write After Approval".
4823 2008-09-18  Steve Ellcey  <sje@cup.hp.com>
4825         * MAINTAINERS: Add myself as ia64 maintainer.
4827 2008-09-04  Gerald Pfeifer  <gerald@pfeifer.com>
4829         * MAINTAINERS: Remove John Carr, Steve Chamberlain, Michael Chastain,
4830         Klaus Kaempf, Mumit Khan, Alan Lehotsky, Warren Levy, Don Lindsay,
4831         Dave Love, Alexandre Petit-Bianco, Clinton Popetz, Gavin Romig-Koch,
4832         and Michael Tiemann from Write After Approval since they do not
4833         actually have access.
4835 2008-09-05  Richard Guenther  <rguenther@suse.de>
4837         * configure.ac: Initialize clooglibs to -lcloog.
4838         * configure: Re-generate.
4840 2008-09-04  Le-Chun Wu  <lcwu@google.com>
4842         * MAINTAINERS (Write After Approval): Add myself.
4844 2008-09-03  Sebastian Pop  <sebastian.pop@amd.com>
4846         * configure.ac (--with-cloog-polylib): New.
4847         (--disable-cloog-version-check): New.
4848         (--disable-ppl-version-check): New.
4849         * configure: Re-generate.
4851 2008-09-03  Richard Guenther  <rguenther@suse.de>
4853         * configure.ac: Always pass -DCLOOG_PPL_BACKEND to the
4854         cloog test.
4855         * configure: Re-generate.
4857 2008-09-03  Hari Sandanagobalane  <hariharan@picochip.com>
4859         Add picoChip port.
4860         * MAINTAINERS: Add picoChip maintainers.
4862 2008-09-02  Sebastian Pop  <sebastian.pop@amd.com>
4863             Tobias Grosser  <grosser@fim.uni-passau.de>
4864             Jan Sjodin  <jan.sjodin@amd.com>
4865             Harsha Jagasia  <harsha.jagasia@amd.com>
4866             Dwarakanath Rajagopal  <dwarak.rajagopal@amd.com>
4867             Konrad Trifunovic  <konrad.trifunovic@inria.fr>
4868             Adrien Eliche  <aeliche@isty.uvsq.fr>
4870         Merge from graphite branch.
4871         * configure: Regenerate.
4872         * Makefile.in: Regenerate.
4873         * configure.ac (host_libs): Add ppl and cloog.
4874         Add checks for PPL and CLooG.
4875         * Makefile.def (ppl, cloog): Added modules and dependences.
4876         * Makefile.tpl (PPLLIBS, PPLINC, CLOOGLIBS, CLOOGINC): New.
4877         (HOST_PPLLIBS, HOST_PPLINC, HOST_CLOOGLIBS, HOST_CLOOGINC): New.
4879 2008-08-31  Aaron W. LaFramboise  <aaronavay62@aaronwl.com>
4881         * configure.ac (RPATH_ENVVAR): Use PATH on Windows.
4882         (GCC_SHLIB_SUBDIR): New.
4883         * Makefile.tpl (HOST_LIB_PATH_gcc): Use GCC_SHLIB_SUBDIR.
4884         * configure: Regenerate.
4885         * Makefile.in: Regenerate.
4887 2008-08-30  Gerald Pfeifer  <gerald@pfeifer.com>
4889         * MAINTAINERS: Consistently use tabs to separate columns.
4891 2008-08-29  Tristan Gingold  <gingold@adacore.com>
4893         * MAINTAINERS (Write after Approval): Add myself.
4895 2008-08-28  Tristan Gingold  <gingold@adacore.com>
4897         * configure.ac (powerpc-*-darwin*, i?86-*-darwin*,x86_64-*-darwin9):
4898         Enable bfd, binutils and opcodes.
4899         * configure: Regenerate.
4901 2008-08-27  John David Anglin  <dave.anglin@nrc-cnrc.gc.ca>
4903         * MAINTAINERS: Update my hppa and hpux entries.  Remove my vax entry.
4905 2008-08-23  Thomas Koenig  <tkoenig@gcc.gnu.org>
4907         * MAINTAINERS:  Use correct Umlaut for last name.
4909 2008-08-23  Francois-Xavier Coudert  <fxcoudert@gcc.gnu.org>
4911         * MAINTAINERS: Move myself from Reviewers to Write after Approval.
4913 2008-08-16  David Edelsohn  <edelsohn@gnu.org>
4915         * MAINTAINERS: Update my email address.
4917 2008-08-16  Nicolas Roche  <roche@adacore.com>
4919         * Makefile.tpl: Add BOOT_ADAFLAGS.
4920         * Makefile.in: Regenerate.
4922 2008-08-09  Richard Sandiford  <rdsandiford@googlemail.com>
4924         * configure.ac (mips*-*-*linux*, mips*-*-gnu*): Use mt-mips-gnu.
4925         * configure: Regenerate.
4927 2008-07-30  Paolo Bonzini  <bonzini@gnu.org>
4929         * configure.ac: Add makefile fragments for hpux.
4930         * Makefile.def (flags_to_pass): Add ADA_CFLAGS.
4931         * Makefile.tpl (HOST_EXPORTS): Pass ADA_CFLAGS.
4932         * configure: Regenerate.
4933         * Makefile.in: Regenerate.
4935 2008-07-28  Aldy Hernandez  <aldyh@redhat.com>
4937         * MAINTAINERS: Add Jakub and myself as gimple maintainers.
4939 2008-07-11  Dodji Seketeli  <dseketel@redhat.com>
4941         * MAINTAINERS (Write after Approval): Add myself.
4943 2008-07-02  Xuepeng Guo  <xuepeng.guo@intel.com>
4945         * MAINTAINERS (Write After Approval):  Add myself.
4947 2008-06-29  Andrew Jenner  <andrew@codesourcery.com>
4949         * MAINTAINERS (Write After Approval):  Add myself.
4951 2008-06-29  Krister Walfridsson  <krister.walfridsson@gmail.com>
4953         * MAINTAINERS: Update my email address.
4955 2008-06-25  Joey Ye  <joey.ye@intel.com>
4957         * MAINTAINERS (Write After Approval):  Add myself.
4959 2008-06-17  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
4961         * Makefile.tpl ($(srcdir)/configure): Update dependencies.
4962         * Makefile.in: Regenerate.
4963         * configure: Regenerate.
4965 2008-06-17  Daniel Kraft  <d@domob.eu>
4967         * MAINTAINERS (Write After Approval):  Add myself.
4969 2008-06-16  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
4971         * configure.ac: Set TOPLEVEL_CONFIGURE_ARGUMENTS early, when
4972         "$@" is still intact with both Autoconf 2.59 and 2.62.
4973         * configure: Regenerate.
4975 2008-06-16  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
4977         * Makefile.tpl: Fix comment errors.
4978         * Makefile.in: Regenerate.
4980 2008-06-12  David S. Miller  <davem@davemloft.net>
4981             David Edelsohn  <edelsohn@gnu.org>
4983         * configure.ac: Add powerpc*-*-* to gold supported targets.
4984         * configure: Regenerate.
4986 2008-06-08  Joseph Myers  <joseph@codesourcery.com>
4988         PR tree-optimization/36218
4989         * Makefile.def (flags_to_pass): Add LDFLAGS_FOR_BUILD.
4990         * Makefile.tpl (EXTRA_BUILD_FLAGS): Define.
4991         (all prefix="build-"): Pass them to build-system sub-makes.
4992         * Makefile.in: Regenerate.
4994 2008-06-07  Joseph Myers  <joseph@codesourcery.com>
4996         * MAINTAINERS (mt port): Remove.
4997         (sco5, unixware, sco udk): Remove.
4998         (Kean Johnston): Add to Write After Approval.
5000 2008-05-30  Julian Brown  <julian@codesourcery.com>
5002         * configure.ac (arm*-*-linux-gnueabi): Don't disable building
5003         of libobjc for ARM EABI Linux.
5004         * configure: Regenerate.
5006 2008-05-18  Xinliang David Li   <davidxl@google.com>
5008         * ChangeLog: Remove wrong ChangeLog entry.
5010 2008-05-17  Xinliang David Li   <davidxl@google.com>
5012         * MAINTAINERS (Write After Approval): Add myself.
5014 2008-05-15  Janus Weil  <janus@gcc.gnu.org>
5016         * MAINTAINERS (Write After Approval): Add myself.
5018 2008-05-14  Rafael Espíndola  <espindola@google.com>
5020         * config-ml.in: don't handle --enable-shared and --enable-static.
5022 2008-05-10  Richard Sandiford  <rdsandiford@googlemail.com>
5024         * MAINTAINERS: Update my email address.
5026 2008-05-10  Paolo Carlini  <paolo.carlini@oracle.com>
5028         * MAINTAINERS: Update my email address.
5030 2008-05-03  Kris Van Hees  <kris.van.hees@oracle.com>
5032         * MAINTAINERS (Write After Approval): Add myself.
5034 2008-04-28  Gabriele Svelto  <gabriele.svelto@st.com>
5036         * MAINTAINERS (Write After Approval): Add myself.
5038 2008-04-25  Pompapathi V Gadad  <Pompapathi.V.Gadad@nsc.com>
5040         * MAINTAINERS (crx): Add myself.
5042 2008-04-18  Paolo Bonzini  <bonzini@gnu.org>
5044         Sync with src:
5045         2008-04-14  David S. Miller  <davem@davemloft.net>
5047         * configure.ac: Add sparc*-*-* to gold supported targets.
5048         * configure: Regenerate.
5050 2008-04-18  Paolo Bonzini  <bonzini@gnu.org>
5052         PR bootstrap/35457
5053         * configure.ac: Include override.m4.
5054         * configure: Regenerate.
5056 2008-04-18  Paolo Bonzini  <bonzini@gnu.org>
5058         * Makefile.tpl (restrap): Call `make all' using double-colon rules.
5059         * Makefile.in: Regenerate.
5061 2008-04-18  M R Swami Reddy  <MR.Swami.Reddy@nsc.com>
5063         * configure.ac (cr16-*-*): Add case for cr16 target and include gdb
5064         as nonconfigurable directories list.
5065         * configure: Regenerate.
5067 2008-04-14  Ben Elliston  <bje@au.ibm.com>
5069         * config.sub, config.guess: Update from upstream sources.
5071 2008-04-12  Hans-Peter Nilsson  <hp@axis.com>
5073         * Makefile.tpl <gcc>: Error early unless at least GNU make 3.80.
5074         * Makefile.in: Regenerate.
5076 2008-04-11  Eric B. Weddington  <eweddington@cso.atmel.com>
5078         * configure.ac: Do not build libssp for the AVR.
5079         * configure: Regenerate.
5081 2008-04-07  Ian Lance Taylor  <iant@google.com>
5083         * Makefile.def: check-gold depends upon all-binutils.
5084         * Makefile.in: Regenerate.
5086 2008-04-04  Andy Hutchinson  <hutchinsonandy@aim.com>
5088         * MAINTAINERS (Write After Approval): Add myself.
5090 2008-04-04  Nick Clifton  <nickc@redhat.com>
5092         PR binutils/4334
5093         * configure.ac: Run ACX_CHECK_CYGWIN_CAT_WORKS for cygwin hosted
5094         builds.
5095         * configure: Regenerate.
5097 2008-04-04  NightStrike  <NightStrike@gmail.com>
5099         PR other/35151
5100         * configure.ac: Combine rules for mingw32 and mingw64.
5101         * configure: Regenerate.
5103 2008-04-02  Kai Tietz  <kai.tietz@onvision.com>
5105         * MAINTAINERS (Write After Approval): Add myself.
5107 2008-04-01  Seongbae Park  <seongbae.park@gmail.com>
5109         * Makefile.tpl (.NOTPARALLEL): Revert previous change.
5110         * Makefile.in (.NOTPARALLEL): Ditto.
5112 2008-04-01  Peter O'Gorman  <pogma@thewrittenword.com>
5114         * MAINTAINERS (Write After Approval): Add myself.
5116 2008-03-31  Seongbae Park  <seongbae.park@gmail.com>
5118         * Makefile.tpl (.NOTPARALLEL): Serialize stageprofile libiberty.
5119         * Makefile.in (.NOTPARALLEL): Regenerate.
5121 2008-03-27  Paolo Bonzini  <bonzini@gnu.org>
5123         * Makefile.tpl (PICFLAG, PICFLAG_FOR_TARGET): Remove.
5124         * Makefile.in: Regenerate.
5126 2008-03-26  Jakub Staszak  <kuba@et.pl>
5128         * MAINTAINERS (Write After Approval): Add myself.
5130 2008-03-23  Thomas Koenig  <tkoenig@gcc.gnu.org>
5132         * MAINTAINERS:  Update e-mail address.
5134 2008-03-20  Ian Lance Taylor  <iant@google.com>
5136         * configure.ac: Add support for --enable-gold.
5137         * Makefile.def: Add gold as a directory like ld.
5138         * configure, Makefile.in: Regenerate.
5140 2008-03-16  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
5142         * configure.ac: m4_include config/proginstall.m4.
5143         * configure: Regenerate.
5145         Backport from upstream Libtool:
5147         2007-10-12  Eric Blake  <ebb9@byu.net>
5149         Deal with Autoconf 2.62's semantic change in m4_append.
5150         * ltsugar.m4 (lt_append): Replace broken versions of
5151         m4_append.
5152         (lt_if_append_uniq): Don't require separator to be overquoted,
5153         and avoid broken m4_append.
5154         (lt_dict_add): Fix typo.
5155         * libtool.m4 (_LT_DECL): Don't overquote separator.
5157 2008-03-13  David Edelsohn  <edelsohn@gnu.org>
5159         * config.rpath: Add AIX 6 support.
5161 2008-03-13  Paolo Bonzini  <bonzini@gnu.org>
5163         * Makefile.def (stageprofile).  Remove -fprofile-generate
5164         from stage_libcflags.
5165         * Makefile.in: Regenerate.
5167 2008-03-13  Ben Elliston  <bje@au.ibm.com>
5169         * config.sub, config.guess: Update from upstream sources.
5171 2008-03-06  Tom Tromey  <tromey@redhat.com>
5173         * MAINTAINERS: Update for treelang deletion.
5175 2008-03-03  James E. Wilson  <wilson@tuliptree.org>
5177         * MAINTAINERS: Update my email address.
5179 2008-03-03  Stan Shebs  <stanshebs@earthlink.net>
5181         * MAINTAINERS (darwin port): Add myself as a maintainer.
5182         (objective-c/c++): Add myself as a maintainer.
5184 2008-03-03  Volker Reichelt  <v.reichelt@netcologne.de>
5186         * MAINTAINERS (Write After Approval): Update my email address.
5188 2008-02-25  Tomas Bily  <tbily@suse.cz>
5190         * MAINTAINERS (Write After Approval): Add myself.
5192 2008-02-23  Jakub Jelinek  <jakub@redhat.com>
5194         * MAINTAINERS (OpenMP): Add myself.
5196 2008-02-20  Paolo Bonzini  <bonzini@gnu.org>
5198         PR bootstrap/32009
5199         PR bootstrap/32161
5201         * configure.ac (CFLAGS_FOR_TARGET, CXXFLAGS_FOR_TARGET): Compute here.
5202         * configure: Regenerate.
5204         * Makefile.def: Define stage_libcflags for all bootstrap stages.
5205         * Makefile.tpl (BOOT_LIBCFLAGS, STAGE2_LIBCFLAGS, STAGE3_LIBCFLAGS,
5206         STAGE4_LIBCFLAGS): New.
5207         (CFLAGS_FOR_TARGET, CXXFLAGS_FOR_TARGET): Subst from autoconf, without
5208         $(SYSROOT_CFLAGS_FOR_TARGET) and $(DEBUG_PREFIX_CFLAGS_FOR_TARGET).
5209         (BASE_TARGET_EXPORTS): Append them here to C{,XX}FLAGS.
5210         (EXTRA_TARGET_FLAGS): Append them here to {LIB,}C{,XX}FLAGS.
5211         (configure-stage[+id+]-[+prefix+][+module+]): Pass stage_libcflags
5212         for target modules.  Don't export LIBCFLAGS.
5213         (all-stage[+id+]-[+prefix+][+module+]): Pass stage_libcflags; pass
5214         $(BASE_FLAGS_TO_PASS) where [+args+] was passed, and [+args+] after
5215         the overridden CFLAGS_FOR_TARGET and CXXFLAGS_FOR_TARGET.
5216         (invocations of `all'): Replace $(TARGET_FLAGS_TO_PASS) with
5217         $(EXTRA_TARGET_FLAGS), $(FLAGS_TO_PASS) with $(EXTRA_HOST_FLAGS).
5218         * Makefile.in: Regenerate.
5220 2008-02-16  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
5222         PR libgcj/33085
5223         * libtool.m4 (_LT_COMPILER_PIC) [ mingw, cygwin ] <GCJ>:
5224         Do not use -DDLL_EXPORT.  Backport from upstream.
5226 2008-02-13  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
5228         * MAINTAINERS (Write After Approval): Add myself.
5230 2008-02-02  Hans-Peter Nilsson  <hp@axis.com>
5232         * configure.ac: Enable fortran for cris-*-elf and crisv32-*-elf.
5233         * configure: Regenerate.
5235 2008-01-31  Marc Gauthier  <marc@tensilica.com>
5237         * configure.ac (xtensa*-*-*): Recognize processor variants.
5238         * configure: Regenerate.
5240 2008-01-30  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
5242         PR bootstrap/34922
5243         * configure.ac (PARSE_ARGS): Push suitable setting of
5244         ac_subdirs_all, for `./configure --help=recursive'.
5245         Handle `+' in generic toplevel directory disabling.
5246         * configure: Regenerate.
5248 2008-01-28  Nick Clifton  <nickc@redhat.com>
5250         * MAINTAINERS (xstormy16): Take over maintainership.
5252 2008-01-25  Joseph Myers  <joseph@codesourcery.com>
5254         * MAINTAINERS (c4x port): Remove.
5256 2008-01-24  David Edelsohn  <edelsohn@gnu.org>
5258         * libtool.m4: Backport AIX 6 support from ToT Libtool.
5260 2008-01-23  Ben Elliston  <bje@au.ibm.com>
5262         * config.sub, config.guess: Update from upstream sources.
5264 2008-01-22  Tobias Grosser  <grosser@fim.uni-passau.de>
5266         * MAINTAINERS (Write After Approval): Add myself.
5268 2008-01-17  H.J. Lu  <hjl.tools@gmail.com>
5270         * MAINTAINERS: Update my email address.
5272 2008-01-09  Raksit Ashok  <raksit@google.com>
5274         * MAINTAINERS (Write After Approval): Add myself.
5276 2008-01-09  Raksit Ashok  <raksit@google.com>
5278         * MAINTAINERS (Write After Approval): Add myself.
5280 2008-01-08  Ben Elliston  <bje@au.ibm.com>
5282         * config.sub, config.guess: Update from upstream sources.
5284 2007-12-17  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
5286         * configure.ac: Change required MPFR from 2.2.0 -> 2.2.1.
5287         Change recommended MPFR from 2.2.1 -> 2.3.0.
5288         * configure: Regenerate.
5290 2007-12-15  Sebastian Pop  <sebastian.pop@amd.com>
5292         * MAINTAINERS: Update my email address.
5294 2007-12-15  Bernhard Fischer  <aldot@gcc.gnu.org>
5296         * MAINTAINERS: Update my email address.
5298 2007-12-13  Richard Sandiford  <rsandifo@nildram.co.uk>
5300         * Makefile.tpl (CFLAGS_FOR_TARGET): Add -g.
5301         (CXXFLAGS_FOR_TARGET): Add -O2 -g.
5302         * Makefile.in: Regenerate.
5304 2007-12-10  Mark Heffernan  <meheff@google.com>
5306         * MAINTAINERS (Write After Approval): Add myself and alphabetize two
5307         misplaced entries.
5309 2007-12-10  Andreas Tobler  <a.tobler@schweiz.org>
5311         * configure.ac: Enable libjava for x86_64-*-darwin9.
5312         * configure: Regenerate.
5314 2007-12-07  Bill Maddox  <maddox@google.com>
5316         * MAINTAINERS (Write After Approval): Add myself.
5318 2007-12-05  Ben Elliston  <bje@au.ibm.com>
5320         * config.sub, config.guess: Update from upstream sources.
5322 2007-12-02  Matthias Klose  <doko@ubuntu.com>
5324         * config-ml.in: Remove 64bit configure tests.
5326 2007-11-28  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
5328         * config-ml.in: Robustify against white space in absolute file
5329         names.
5331         * config-ml.in (multi-clean): Substitute ${Makefile}.
5332         Remove superfluous ${Makefile} in list.
5334 2007-11-19  Thiemo Seufer  <ths@mips.com>
5336         * config-ml.in: Don't hardcode the Makefile name.
5338 2007-11-08  Alexander Monakov  <amonakov@ispras.ru>
5340         * MAINTAINERS (Write After Approval): Add myself.
5342 2007-11-07  Samuel Tardieu  <sam@rfc1149.net>
5344         * MAINTAINERS (Write After Approval): Add myself.
5346 2007-11-06  Doug Kwan  <dougkwan@google.com>
5348         * MAINTAINERS (Write After Approval): Add myself.
5350 2007-10-25  Ben Elliston  <bje@au.ibm.com>
5352         * MAINTAINERS (mercury): Remove entry.
5353         (Write After Approval): Add Fergus Henderson <fjh@cs.mu.oz.au>.
5355 2007-10-23  Daniel Jacobowitz  <dan@codesourcery.com>
5357         * Makefile.def (dependencies): Make configure-gdb depend on
5358         all-intl.
5359         * Makefile.in: Regenerated.
5361 2007-10-22  Steven G. Kargl  <kargl@gcc.gnu.org>
5363         * MAINTAINERS (Fortran maintainer): Remove myself.
5365 2007-10-15  Patrick Mansfield  <patmans@us.ibm.com>
5367         * Makefile.def: To avoid problems running with parallel makes,
5368         build newlib before libgloss so that target specific header
5369         files are availble.
5370         * Makefile.in: Regenerate
5372 2007-10-11  Daniel Jacobowitz  <dan@codesourcery.com>
5374         * Makefile.def (dependencies): Add all-gdb -> all-libdecnumber.
5375         * Makefile.in: Regenerate.
5377 2007-10-09  Vladimir Makarov  <vmakarov@redhat.com>
5379         * MAINTAINERS (Register allocation reviewer): Add myself.
5381 2007-10-08  Mike Frysinger  <vapier@gentoo.org>
5383         * configure.ac (CFLAGS_FOR_BUILD, CXXFLAGS_FOR_BUILD,
5384         LDFLAGS_FOR_BUILD): Default them to host flags only for $host = $build.
5385         Set default CXXFLAGS_FOR_BUILD to CXXFLAGS, not CFLAGS.  Set default
5386         LDFLAGS_FOR_BUILD to LDFLAGS, not CFLAGS.
5387         * configure: Regenerate.
5389 2006-10-04  Seongbae Park  <seongbae.park@gmail.com>
5391         * MAINTAINERS (Register allocation reviewer): Add myself.
5393 2007-10-01  Paolo Bonzini  <bonzini@gnu.org>
5395         * Makefile.tpl (AR_FOR_BUILD, AS_FOR_BUILD, CXX_FOR_BUILD,
5396         DLLTOOL_FOR_BUILD, GCJ_FOR_BUILD, GFORTRAN_FOR_BUILD,
5397         LDFLAGS_FOR_BUILD, LD_FOR_BUILD, NM_FOR_BUILD, RANLIB_FOR_BUILD,
5398         WINDMC_FOR_BUILD, WINDRES_FOR_BUILD): Use autoconf substitutions.
5399         * configure.ac: Default them to host tools for $host = $build.
5400         Subst them.
5402         * configure: Regenerate.
5403         * Makefile.in: Regenerate.
5405 2006-09-24  Peter Bergner  <bergner@vnet.ibm.com>
5407         * MAINTAINERS (Register allocation reviewer): Add myself.
5409 2006-09-24  Kenneth Zadeck  <zadeck@naturalbridge.com>
5411         * MAINTAINERS (Register allocation reviewer): Add myself.
5413 2007-09-21  Seongbae Park  <seongbae.park@gmail.com>
5415         * MAINTAINERS (Write After Approval): Fix typo.
5417 2007-09-20  Richard Sandiford  <rsandifo@nildram.co.uk>
5419         * configure.ac (mipsisa*-*-elfoabi*): New stanza.
5420         * configure: Regenerate.
5422 2007-09-20  Paul Jarc  <prj-bugzilla-gcc@multivac.cwru.edu>
5424         PR bootstrap/31906
5425         * libtool-ldflags: Don't prefix arguments with -Xcompiler if
5426         they're already prefixed.
5428 2007-09-19  Benjamin Kosnik  <bkoz@redhat.com>
5430         * configure.ac (TOPLEVEL_CONFIGURE_ARGUMENTS): Move libgomp before
5431         libstdc++.
5432         * Makefile.def: Add libgomp config as a maybe dependency for libstdc++.
5433         * configure: Regenerate.
5434         * Makefile.in: Regenerate.
5436 2007-09-17  Andreas Schwab  <schwab@suse.de>
5438         * configure.ac: Raise minimum makeinfo version to 4.6.
5439         * configure: Regenerate.
5441 2007-09-17  Johannes Singler  <singler@ira.uka.de>
5443         * MAINTAINERS (write-after-approval) add myself
5445 2007-09-15  Alan Modra  <amodra@bigpond.net.au>
5447         * configure.ac: Correct makeinfo version check.
5448         * configure: Regenerate.
5450 2007-09-14  Richard Sandiford  <rsandifo@nildram.co.uk>
5452         * MAINTAINERS: Update my email address.
5454 2007-09-14  Richard Sandiford  <richard@codesourcery.com>
5456         * configure.ac (mips*-sde-elf*): New stanza.  Add target-libiberty
5457         to $skipdirs and only disable gprof for newlib.  Use the normal
5458         mips*-elf* handling in other respects.
5459         * configure: Regnerate.
5461 2007-09-12  David Daney  <ddaney@avtrex.com>
5463         * configure.ac: Remove mips64*-*-linux* noconfigdirs section, thus
5464         enabling libgcj.
5465         * configure: Regenerate.
5467 2007-09-10  Rask Ingemann Lambertsen  <rask@sygehus.dk>
5469         PR other/32154
5470         * configure.ac: For libgloss targets, point the linker to the linker
5471         script, startup code and simulator library.
5472         * configure: Regenerate.
5474 2007-09-07  Andrew Haley  <aph@redhat.com>
5476         * configure.ac (noconfigdirs): Remove target-libffi and
5477         target-libjava.
5478         * configure: Regenerate.
5480 2007-09-06  Francois-Xavier Coudert  <fxcoudert@gcc.gnu.org>
5482         PR target/33281
5483         * configure.ac: Use config/mh-mingw on mingw.
5484         * configure: Regenerate.
5486 2007-09-05  Pat Haugen  <pthaugen@us.ibm.com>
5488         * MAINTAINERS (Write After Approval): Add myself.
5490 2007-09-05  Richard Guenther  <rguenther@suse.de>
5492         * configure.ac (--enable-stage1-checking): If neither --enable-checking
5493         nor --disable-checking is provided also turn on yes and types
5494         checking for stage1.
5495         * configure: Re-generate.
5497 2007-08-30  Krister Walfridsson  <cato@df.lth.se>
5499         * MAINTAINERS (OS Port Maintainers): Add myself as NetBSD maintainer.
5500         (Write After Approval): Remove myself.
5502 2007-08-29  Nick Clifton  <nickc@redhat.com>
5504         * config.sub, config.guess: Update from upstream sources.
5506 2007-08-22  Bud Davis  <jmdavis@link.com>
5508         * MAINTAINERS (Write After Approval): Added myself.
5509         * MAINTAINERS (Reviewers): Removed myself.
5511 2007-08-18  Paul Brook  <paul@codesourcery.com>
5512             Joseph Myers  <joseph@codesourcery.com>
5514         * Makefile.tpl (DEBUG_PREFIX_CFLAGS_FOR_TARGET): New.
5515         (CFLAGS_FOR_TARGET, CXXFLAGS_FOR_TARGET): Include it.
5516         * Makefile.in: Regenerate.
5517         * configure.ac (--with-debug-prefix-map): New.
5518         * configure: Regenerate.
5520 2007-08-17  Richard Sandiford  <richard@codesourcery.com>
5521             Nigel Stephens  <nigel@mips.com>
5523         * configure.ac (mips*-sde-elf*): New stanza.  Use config/mt-sde
5524         as target_makefile_frag.
5525         * configure: Regenerate.
5527 2007-08-16  Alexandre Oliva  <aoliva@redhat.com>
5529         * Makefile.def (STAGE2_CFLAGS, STAGE3_CFLAGS, STAGE4_CFLAGS):
5530         Add to flags_to_pass.  Adjust uses of BOOT_CFLAGS.
5531         (bootstrap2-debug, bootstrap-debug): New bootstrap stages.
5532         * Makefile.tpl (STAGE2_CFLAGS, STAGE3_CFLAGS, STAGE4_CFLAGS): New.
5533         (do-compare, do-compare3, do-compare-debug): New.
5534         ([+compare-target+]): Use them.
5536 2007-08-14  Maxim Kuvyrkov  <maxim@codesourcery.com>
5538         * MAINTAINERS (Write After Approval): Change my email address.
5540 2007-08-13  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
5541             Ben Elliston  <bje@au.ibm.com>
5543         * configure.ac (TOPLEVEL_CONFIGURE_ARGUMENTS, baseargs): Pass
5544         --silent if $silent.
5545         * configure: Regenerate.
5547 2003-08-12  Zdenek Dvorak  <ook@ucw.cz>
5549         * MAINTAINERS (Various Maintainers): Add myself as
5550         loop infrastructure maintainer.  Update my e-mail
5551         address.
5553 2007-07-31  Diego Novillo  <dnovillo@google.com>
5555         * MAINTAINERS (Reviewers): Rename from Non-Autopoiesis.
5556         Adjust description.
5558 2007-07-26  Richard Guenther  <rguenther@suse.de>
5560         * configure.ac: Add types checking to stage1 checking flags.
5561         * configure: Regenerate.
5563 2007-07-17  Nick Clifton  <nickc@redhat.com>
5565         * COPYING3: New file.  Contains version 3 of the GNU General
5566         Public License.
5567         * COPYING3.LIB: New file.  Contains version 3 of the GNU
5568         Lesser General Public License.
5570 2007-07-16  Andreas Krebbel  <krebbel1@de.ibm.com>
5572         * MAINTAINERS (S/390 port maintainer): Remove my co-maintainer tag.
5574 2007-07-16  Andreas Krebbel  <krebbel1@de.ibm.com>
5576         * MAINTAINERS (S/390 co-maintainer): Add myself.
5577         (Write After Approval): Remove myself.
5579 2007-07-13  Dan Hipschman  <dsh@google.com>
5581         * MAINTAINERS (Write After Approval): Add myself.
5583 2007-07-11  Nick Clifton  <nickc@redhat.com>
5585         * Makefile.tpl (BUILD_EXPORTS): Escape the newline at the end of the
5586         WINDRES export.
5587         * Makefile.in: Regenerate.
5589 2007-07-05  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
5591         * MAINTAINERS (OS Port Maintainers): Add myself as IRIX, Tru64 UNIX
5592         maintainer.
5594 2007-07-05  H.J. Lu  <hongjiu.lu@intel.com>
5596         * lt~obsolete.m4: New. Import from 20070318 libtool.
5598 2007-07-03  Julian Brown  <julian@codesourcery.com>
5600         * MAINTAINERS (Write After Approval): Add myself.
5602 2007-07-03  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
5604         * configure.ac: Rewrite 'configure --help' strings to look nicer.
5605         * configure: Regenerate.
5607 2007-07-03  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
5609         * configure.ac: Add some missing m4 quotation.
5610         * configure: Regenerate.
5612 2007-07-02  Simon Baldwin  <simonb@google.com>
5614         * MAINTAINERS (Write After Approval): Add myself.
5616 2007-07-02  Paolo Bonzini  <bonzini@gnu.org>
5618         * configure: Regenerate.
5620 2007-07-02  Kai Tietz   <kai.tietz@onevision.com>
5622         * Makefile.def: Add windmc tool to build.
5623         * Makefile.tpl: Likewise.
5624         * configure.ac: Likewise.
5625         * Makefile.in: Regenerate.
5626         * configure: Regenerate.
5628 2007-06-28  DJ Delorie  <dj@redhat.com>
5630         * configure.ac (arm*-*-linux-gnueabi): Don't build libgloss if we're
5631         not building newlib.
5632         * configure: Regenerated.
5634 2007-06-28  Jan Sjodin  <jan.sjodin@amd.com>
5636         * MAINTAINERS (Write After Approval): Add myself.
5638 2007-06-25  Martin Michlmayr  <tbm@cyrius.com>
5640         * MAINTAINERS (Write After Approval): Add myself.
5642 2007-06-19  Chris Matthews  <chrismatthews@google.com>
5644         * MAINTAINERS (Write After Approval): Add myself.
5646 2007-06-19  Rask Ingemann Lambertsen  <rask@sygehus.dk>
5648         * MAINTAINERS (Write After Approval): Add myself.
5650 2007-06-18  Daniel Jacobowitz  <dan@codesourcery.com>
5652         * Makefile.def: Add dependency from configure-gdb to all-bfd.
5653         * Makefile.in: Regenerated.
5655 2007-06-14  Bernd Schmidt  <bernd.schmidt@analog.com>
5657         * configure.ac: Don't add target-libmudflap to noconfigdirs for
5658         bfin*-*-uclinux* targets.
5659         * configure: Regenerate.
5661 2007-06-14  Ian Lance Taylor  <iant@google.com>
5663         * MAINTAINERS: Add myself as non-algorithmic global write
5664         maintainer.
5666 2007-06-14  Diego Novillo  <dnovillo@google.com>
5668         * MAINTAINERS: Add self as middle-end maintainer and
5669         non-algorithmic global write maintainer.
5671 2007-06-14  Francois-Xavier Coudert  <fxcoudert@gcc.gnu.org>
5673         * MAINTAINERS: Change spelling from "fortran 95" to "Fortran".
5674         Move all Fortran maintainers except Paul Brook into the
5675         Non-Autopoiesis section.
5677 2007-06-14  Paolo Bonzini  <bonzini@gnu.org>
5679         * Makefile.tpl (cleanstrap): Don't delete the toplevel Makefile.
5680         (distclean-stage[+id+]): Possibly delete stage_last.
5681         * Makefile.in: Regenerate.
5683 2007-06-12  Seongbae Park  <seongbae.park@gmail.com>
5685         * MAINTAINERS (Various Maintainer): Fix typo.
5687 2007-06-11  Paolo Bonzini  <bonzini@gnu.org>
5689         * MAINTAINERS (Various Maintainer): Add myself as
5690         dataflow maintainer.
5692 2007-06-07  Ben Elliston  <bje@au.ibm.com>
5694         * config.sub, config.guess: Update from upstream sources.
5696 2007-06-07  Ben Elliston  <bje@au.ibm.com>
5698         * Makefile.tpl: Fix spelling error.
5699         * Makefile.in: Regenerate.
5701 2007-06-01  Steve Ellcey  <sje@cup.hp.com>
5703         * libtool.m4 (LT_CMD_MAX_LEN): Try using getconf to set
5704         lt_cv_sys_max_cmd_len.
5706 2007-05-31  Dorit Nuzman   <dorit@il.ibm.com>
5708         * MAINTAINERS (Various Maintainers): Add myself as
5709         auto-vectorizer maintainer.
5711 2003-05-31  Paolo Bonzini  <bonzini@gnu.org>
5713         PR libjava/32098
5714         * libtool.m4: Revert previous change.
5715         * ltgcc.m4: Put it here.
5717 2003-05-30  Zdenek Dvorak  <dvorakz@suse.cz>
5719         * MAINTAINERS (Various Maintainers): Add myself as
5720         auto-vectorizer maintainer.
5722 2007-05-30  H.J. Lu  <hongjiu.lu@intel.com>
5724         PR libjava/32098
5725         * libtool.m4 (_LT_LANG_GCJ_CONFIG): Use gcc to test gcj features.
5727 2007-05-30  Richard Guenther  <rguenther@suse.de>
5729         * MAINTAINERS (Various Maintainers): Add myself as
5730         auto-vectorizer maintainer.
5732 2007-05-30  Jakub Jelinek  <jakub@redhat.com>
5734         PR bootstrap/29382
5735         * configure.ac: Don't use -fkeep-inline-functions for GCC < 3.3.1.
5736         * configure: Rebuilt.
5738 2007-05-28  Roberto Costa  <robsettantasei@gmail.com>
5740         * MAINTAINERS (Write After Approval): Removed my name.
5742 2007-05-25  Steven Bosscher  <steven@gcc.gnu.org>
5744         * MAINTAINERS (Write After Approval): Remove myself.
5746 2007-05-25  Andreas Tobler  <a.tobler@schweiz.org>
5748         * ltmain.sh: Fix Darwin verstring, remove ${wl}.
5750 2007-05-23  Steve Ellcey  <sje@cup.hp.com>
5752         * ltmain.sh: Update from ToT Libtool.
5753         * libtool.m4: Update from ToT Libtool.
5754         * ltsugar.m4: New. Update from ToT Libtool.
5755         * ltversion.m4: New. Update from ToT Libtool.
5756         * ltoptions.m4: New. Update from ToT Libtool.
5757         * ltconfig: Remove.
5758         * ltcf-c.sh: Remove.
5759         * ltcf-cxx.sh: Remove.
5760         * ltcf-gcj.sh: Remove.
5762 2007-05-22  Ollie Wild  <aaw@google.com>
5764         * MAINTAINERS (Write After Approval): Add myself.
5766 2007-05-16  Paolo Bonzini  <bonzini@gnu.org>
5768         * Makefile.def (bootstrap_stage): Replace stage_make_flags with
5769         stage_cflags.
5770         * Makefile.tpl (POSTSTAGE1_HOST_EXPORTS, POSTSTAGE1_FLAGS_TO_PASS):
5771         Remove CFLAGS/LIBCFLAGS.
5772         (configure-stage[+id+]-[+prefix+][+module+],
5773         all-stage[+id+]-[+prefix+][+module+]): Pass it from [+stage_cflags+].
5774         * Makefile.in: Regenerate.
5776 2007-05-15  Diego Novillo  <dnovillo@google.com>
5778         * MAINTAINERS: Update e-mail address.
5780 2007-05-15  Revital Eres  <eres@il.ibm.com>
5782         * MAINTAINERS (Write After Approval): Add myself.
5784 2007-05-14  Roberto Costa  <robsettantasei@gmail.com>
5786         * MAINTAINERS (Write After Approval): Updated my address.
5788 2007-05-14  Thomas Neumann  <tneumann@users.sourceforge.net>
5790         * MAINTAINERS (Write After Approval): Add myself.
5792 2007-05-11  Silvius Rus  <rus@google.com>
5794         * MAINTAINERS (Write After Approval): Add myself.
5796 2007-04-23  Tom Tromey  <tromey@redhat.com>
5798         * MAINTAINERS: Added myself as non-algorithmic libcpp maintainer.
5800 2007-04-22  Mark Mitchell  <mark@codesourcery.com>
5802         * MAINTAINERS (cpplib): Rename to ...
5803         (libcpp): ... this.  Add C/C++ front end maintainers.
5805 2007-04-14  Steve Ellcey  <sje@cup.hp.com>
5807         * config-ml.in: Pass ${ml_config_env} to configure calls.
5809 2007-04-04  Christian Bruel  <christian.bruel@st.com>
5811         * MAINTAINERS (Write After Approval): Add myself.
5813 2007-04-02  Dave Korn  <dave.korn@artimi.com>
5815         * MAINTAINERS (Write After Approval): Add myself.
5817 2007-03-31  Tobias Burnus  <burnus@net-b.de>
5819         * MAINTAINERS (fortran 95 front end): Add myself.
5821 2007-03-28  Dwarakanath Rajagopal  <dwarak.rajagopal@amd.com>
5823         * MAINTAINERS (Write After Approval): Add myself.
5825 2007-03-24  Ayal Zaks  <zaks@il.ibm.com>
5827         * MAINTAINERS (Modulo Scheduler): Add myself.
5829 2007-03-23  Brooks Moses  <brooks.moses@codesourcery.com>
5831         * MAINTAINERS (fortran 95 front end): Add myself.
5832         (c++ front end): whitespace fix.
5834 2007-03-22  Nathan Froyd  <froydnj@codesourcery.com>
5836         * MAINTAINERS (Write After Approval): Add myself.
5838 2007-03-21  Richard Sandiford  <richard@codesourcery.com>
5840         * configure.ac (TOPLEVEL_CONFIGURE_ARGUMENTS): Fix m4 quoting
5841         of glob.  Quote arguments with single quotes too.
5842         * configure: Regenerate.
5844 2007-03-12  Brooks Moses  <brooks.moses@codesourcery.com>
5846         * Makefile.def (fixincludes): Remove unneeded "missing" lines.
5847         * Makefile.in: Regenerate
5849 2007-03-07  Andreas Schwab  <schwab@suse.de>
5851         * configure: Regenerate.
5853 2007-03-01  Brooks Moses  <brooks.moses@codesourcery.com>
5855         * configure.ac: Add "--with-pdfdir" configure option,
5856         which defines pdfdir variable.
5857         * Makefile.def (target=fixincludes): Add install-pdf to
5858         missing targets.
5859         (recursive_targets): Add install-pdf target.
5860         (flags_to_pass): Add pdfdir.
5861         * Makefile.tpl: Add pdfdir handling, add do-install-pdf
5862         target.
5863         * configure: Regenerate
5864         * Makefile.in: Regenerate
5866 2007-02-28  Eric Christopher  <echristo@apple.com>
5868         Revert:
5869         2006-12-07  Mike Stump  <mrs@apple.com>
5871         * Makefile.def (dependencies): Add dependency for
5872         install-target-libssp and install-target-libgomp on
5873         install-gcc.
5874         * Makefile.in: Regenerate.
5876 2007-02-27  Matt Kraai  <kraai@ftbfs.org>
5878         * configure: Regenerate.
5879         * configure.ac: Move statements after variable declarations.
5881 2007-02-19  Kaz Kojima  <kkojima@gcc.gnu.org>
5883         * MAINTAINERS: Add myself as sh maintainer.
5885 2007-02-19  Joseph Myers  <joseph@codesourcery.com>
5887         * configure.ac: Adjust for loop syntax.
5888         * configure: Regenerate.
5890 2007-02-18  Alexandre Oliva  <aoliva@redhat.com>
5892         * configure: Rebuilt.
5894 2007-02-18  Alexandre Oliva  <aoliva@redhat.com>
5896         * configure.ac: Drop multiple occurrences of --enable-languages,
5897         and fix its quoting.
5898         * configure: Rebuilt.
5900 2007-02-17  Mark Mitchell  <mark@codesourcery.com>
5901             Nathan Sidwell  <nathan@codesourcery.com>
5902             Vladimir Prus  <vladimir@codesourcery.com>
5903             Joseph Myers  <joseph@codesourcery.com>
5905         * configure.ac (TOPLEVEL_CONFIGURE_ARGUMENTS): Fix quoting.
5906         * configure: Regenerate.
5908 2007-02-14  Gerald Pfeifer  <gerald@pfeifer.com>
5910         * ltconfig (freebsd*): Default to elf.
5912 2007-02-13  Daniel Jacobowitz  <dan@codesourcery.com>
5914         * configure.ac (target_libraries): Move libgcc before libiberty.
5915         * configure: Regenerated.
5917 2007-02-13  Daniel Jacobowitz  <dan@codesourcery.com>
5918             Paolo Bonzini  <bonzini@gnu.org>
5920         PR bootstrap/30753
5921         * configure.ac: Remove obsolete build / host tests.  Use AC_PROG_CC
5922         unconditionally.  Use AC_PROG_CXX.  Use ACX_TOOL_DIRS to find $prefix.
5923         * configure: Regenerated.
5925 2007-02-11  Francois-Xavier Coudert  <fxcoudert@gcc.gnu.org>
5927         * MAINTAINERS (Language Front End Maintainers): Update my mail
5928         address.
5930 2007-02-09  Daniel Jacobowitz  <dan@codesourcery.com>
5932         PR bootstrap/30748
5933         * configure.ac: Correct syntax for Solaris ksh.
5934         * configure: Regenerated.
5936 2007-02-09  Paolo Bonzini  <bonzini@gnu.org>
5938         * configure.ac: Sync with src.
5939         * configure: Regenerate.
5941 2007-02-09  Paolo Bonzini  <bonzini@gnu.org>
5943         * Makefile.in: Regenerate.
5945 2007-02-09  Paolo Bonzini  <bonzini@gnu.org>
5947         * config.sub: Sync with src.
5949 2007-02-09  Daniel Jacobowitz  <dan@codesourcery.com>
5951         * Makefile.tpl (build_alias, host_alias, target_alias): Use
5952         noncanonical equivalents.
5953         * configure.in: Rename to...
5954         * configure.ac: ...this.  Update AC_PREREQ.  Prevent error for
5955         AS_FOR_TARGET.  Set build_noncanonical, host_noncanonical, and
5956         target_noncanonical.  Use them.  Rewrite removal of configure
5957         arguments for autoconf 2.59.  Discard variable settings.  Force
5958         program_transform_name for native tools.
5960         * Makefile.in: Regenerated.
5961         * configure: Regenerated with autoconf 2.59.
5963 2007-02-07  Roman Zippel  <zippel@linux-m68k.org>
5965         * MAINTAINERS (Write After Approval): Add myself.
5967 2007-01-31  Andreas Schwab  <schwab@suse.de>
5969         * Makefile.tpl (LDFLAGS): Substitute it.
5970         * Makefile.in: Regenerate.
5972 2007-01-30  Andrey Belevantsev  <abel@ispras.ru>
5974         * MAINTAINERS (Write After Approval): Add myself.
5976 2007-01-28  David Edelsohn  <edelsohn@gnu.org>
5978         * MAINTAINERS (spu port): Add myself.
5980 2007-01-23  Richard Guenther  <rguenther@suse.de>
5982         PR bootstrap/30541
5983         * Makefile.def (flags_to_pass): Add GNATBIND and GNATMAKE.
5984         * Makefile.tpl (GNATBIND): Substitute it.
5985         (GNATMAKE): Likewise.
5986         (POSTSTAGE1_FLAGS_TO_PASS): Pass staged GNATBIND instead
5987         of STAGE_PREFIX.
5988         * Makefile.in: Regenerate.
5989         * configure: Regenerate.
5991 2007-01-18  Mike Stump  <mrs@apple.com>
5993         * configure.in: Re-enable -Werror for gcc builds.
5995 2007-01-11  Harsha Jagasia  <harsha.jagasia@amd.com>
5997         * MAINTAINERS (Write After Approval): Add myself.
5999 2007-01-11  Paolo Bonzini  <bonzini@gnu.org>
6001         * configure.in: Change == to = in test command.
6002         * configure: Regenerate.
6004 2007-01-11  Paolo Bonzini  <bonzini@gnu.org>
6005             Nick Clifton  <nickc@redhat.com>
6006             Kaveh R. Ghazi  <ghazi@caip.rutgets.edu>
6008         * configure.in (build_configargs, host_configargs, target_configargs):
6009         Remove build/host/target parameters.
6010         (host_libs): Add gmp and mpfr.
6011         (GMP tests): Reorganize to allow in-tree GMP/MPFR.
6012         * Makefile.def (gmp, mpfr): New.
6013         (gcc): Remove target.
6014         * Makefile.tpl (build_os, build_vendor, host_os, host_vendor,
6015         target_os, target_vendor): New.
6016         (configure): Add host_alias/target_alias arguments; adjust invocations.
6017         * configure: Regenerate.
6018         * Makefile.in: Regenerate.
6020 2007-01-11  Matt Fago  <fago@earthlink.net>
6022         * configure.in: Try to link to functions only in mpfr 2.2.x
6023         to improve robustness of configure tests.
6024         * configure: Regenerate.
6026 2007-01-09  Uros Bizjak  <ubizjak@gmail.com>
6028         * MAINTAINERS: Add myself as i386 maintainer.
6030 2007-01-08  Jan Hubicka  <jh@suse.cz>
6032         * MAINTAINERS: Add myself as i386 maintainer.
6034 2007-01-08  Kai Tietz   <kai.tietz@onevision.com>
6036         * configure.in: Add support for an x86_64-mingw* target.
6037         * configure: Regenerate.
6039 2007-01-05  Daniel Jacobowitz  <dan@codesourcery.com>
6041         * Makefile.tpl (all-target): Correct @if conditional for target
6042         modules.
6043         * configure.in: Omit libiberty if building only target libgcc.
6044         * configure, Makefile.in: Regenerated.
6046 2007-01-04  Paolo Bonzini  <bonzini@gnu.org>
6048         * configure.in: Use DEV-PHASE to detect default for --enable-werror.
6049         * configure: Regenerate.
6051 2007-01-03  Daniel Jacobowitz  <dan@codesourcery.com>
6053         * Makefile.def (target_modules): Add libgcc.
6054         (lang_env_dependencies): Remove default items.  Use no_c and no_gcc.
6055         * Makefile.tpl (clean-target-libgcc): Delete.
6056         (configure-target-[+module+]): Emit --disable-bootstrap dependencies
6057         on gcc even for bootstrapped modules.  Rewrite handling of
6058         lang_env_dependencies to loop over target_modules.
6059         * configure.in (target_libraries): Add target-libgcc.
6060         * Makefile.in, configure: Regenerated.
6062 2006-12-29  Paolo Bonzini  <bonzini@gnu.org>
6064         * configure.in: Reorganize recognition of languages.  Add
6065         --enable-stage1-languages.  Show supported languages for the chosen
6066         target rather than all recognized languages.
6067         * configure: Regenerate.
6069 2006-12-29  Paolo Bonzini  <bonzini@gnu.org>
6071         * Makefile.tpl (GCC_STRAP_TARGETS, all-prebootstrap): Remove.
6072         * Makefile.in: Regenerate.
6074 2006-12-29  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
6076         * configure.in: Warn that MPFR 2.2.0 is buggy.
6077         * configure: Regenerate.
6079 2006-12-27  Ian Lance Taylor  <iant@google.com>
6081         * configure.in: When removing Makefiles to force a reconfigure, also
6082         remove prev-DIR*/Makefile.
6083         * configure: Regenerate.
6085 2006-12-22  Andreas Schwab  <schwab@suse.de>
6087         * configure: Regenerate with correct autoconf version.
6089 2006-12-20  Adam Megacz  <megacz@cs.berkeley.edu>
6091         * configure.in: add AC_SUBST for *_FOR_TARGET.
6092         * configure: Regenerate.
6094 2006-12-19  Paolo Bonzini  <bonzini@gnu.org>
6096         * configure.in: Simplify logic for rejecting languages that cannot
6097         be built.  Separate the case when a language is unsupported,
6098         from the case when the user chooses not to build a language.
6100 2006-12-19  Paolo Bonzini  <bonzini@gnu.org>
6102         * configure.in: Remove "$build" case for powerpc-*-darwin* since
6103         it only affects bootstrap and could be tested on "$host" as well.
6104         * configure: Regenerate.
6105         * config/mh-ppc-darwin: Add to the stage1 cflags here.
6107 2006-12-19  Paolo Bonzini  <bonzini@gnu.org>
6109         PR bootstrap/29544
6110         * Makefile.def (flags_to_pass): Add STAGE1_CHECKING.
6111         (bootstrap_stage): Add STAGE1_CHECKING to stage1 configure flags,
6112         move here comment from Makefile.tpl.
6113         * Makefile.tpl: Move some definitions higher in the file.
6114         (STAGE1_CHECKING): New.
6115         * configure.in: Add --enable-stage1-checking.
6116         * configure: Regenerate.
6117         * Makefile.in: Regenerate.
6119 2006-12-19  Paolo Bonzini  <bonzini@gnu.org>
6121         * MAINTAINERS: Add myself as build system maintainer.
6123 2006-12-15  Simon Martin  <simartin@users.sourceforge.net>
6125         * MAINTAINERS (Write After Approval): Add myself.
6127 2006-12-13  Eric Christopher  <echristo@apple.com>
6129         * MAINTAINERS: Add myself as darwin maintainer.
6131 2006-12-11  Ian Lance Taylor  <ian@airs.com>
6133         * MAINTAINERS: Add myself as libgcc and fp-bit maintainer.
6135 2006-12-11  Joern Rennecke  <joern.rennecke@arc.com>
6137         MAINTAINERS: Update my entry.
6139 2006-12-11  Alan Modra  <amodra@bigpond.net.au>
6141         * configure.in:  Handle spu makefile frag.
6142         * Makefile.tpl (MAINT): Define
6143         (MAINTAINER_MODE_FALSE, MAINTAINER_MODE_TRUE): Define.
6144         * configure: Regenerate.
6145         * Makefile.in: Regenerate.
6147 2006-12-11  Ben Elliston  <bje@au.ibm.com>
6149         * config.guess: Import latest version.
6150         * config.sub: Likewise.
6152 2006-12-11  Ben Elliston  <bje@au.ibm.com>
6154         * configure.in (spu-*-*): Don't skip target-libiberty.
6155         * configure: Regenerate.
6157 2006-12-10  Andreas Tobler  <a.tobler@schweiz.org>
6159         PR bootstrap/30134
6160         * configure.in: Correct x86 darwin support for libjava to powerpc
6161         and i?86 only.
6162         * configure: Regenerate.
6164 2006-12-08  Sandro Tolaini  <tolaini@libero.it>
6166         * configure.in: Add x86 darwin support for libjava.
6167         * configure: Regenerate.
6169 2006-12-07  Mike Stump  <mrs@apple.com>
6171         * Makefile.def (dependencies): Add dependency for
6172         install-target-libssp and install-target-libgomp on
6173         install-gcc.
6174         * Makefile.in: Regenerate.
6176 2006-12-04  Richard Guenther  <rguenther@suse.de>
6178         * MAINTAINERS (Non-Algorithmic Maintainers): New section.
6179         (Non-Algorithmic Maintainers): Move over non-algorithmic
6180         loop optimizer maintainers, add myself as a non-algorithmic
6181         middle-end maintainer.
6183 2006-12-04  Daniel Franke  <franke.daniel@gmail.com>
6185         * MAINTAINERS (Write After Approval): Add myself.
6187 2006-12-03  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
6189         * configure.in: Update error message for missing GMP/MPFR.
6191         * configure: Regenerate.
6193 2006-12-02  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
6195         * configure.in: Update MPFR version in error message.
6197         * configure: Regenerate.
6199 2006-11-26  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
6201         * configure.in (--with-mpfr-dir, --with-gmp-dir): Remove flags.
6202         (--with-mpfr-include, --with-mpfr-lib, --with-gmp-include,
6203         --with-gmp-lib): New flags.
6205         * configure: Regenerate.
6207 2006-11-25  Brooks Moses  <brooks.moses@codesourcery.com>
6209         * MAINTAINERS (Write After Approval): Change my email address.
6211 2006-11-23  Manuel Lopez-Ibanez  <manu@gcc.gnu.org>
6213         * MAINTAINERS (Write After Approval): Add myself.
6215 2006-11-22  Philipp Thomas  <pth@suse.de>
6217         * MAINTAINERS (i18n): Update e-mail address.
6219 2006-11-21  Trevor Smigiel  <trevor_smigiel@playstation.sony.com>
6221         * MAINTAINERS (spu port): Add myself as maintainer.
6222         (Write After Approval): Remove myself.
6224 2006-11-22  Ben Elliston  <bje@au.ibm.com>
6226         * configure.in (skipdirs): Don't build libssp for SPU.
6227         * configure: Regenerate.
6229 2006-11-21  Andrew Pinski  <andrew_pinski@playstation.sony.com>
6231         * MAINTAINERS (spu port): Add myself as maintainer.
6232         (libobjc): Update my email address.
6234 2006-11-21  Andrea Bona  <andrea.bona@st.com>
6236         * MAINTAINERS (Write After Approval): Add myself.
6238 2006-11-20  Trevor Smigiel  <trevor_smigiel@playstation.sony.com>
6240         * configure.in (skipdirs) : Don't build target-libiberty for SPU.
6241         * configure : Rebuilt.
6243 2006-11-20  Trevor Smigiel  <trevor_smigiel@playstation.sony.com>
6245         * MAINTAINERS (Write After Approval): Add myself.
6247 2006-11-20  Andrea Ornstein  <andrea.ornstein@st.com>
6249         * MAINTAINERS (Write After Approval): Add myself.
6251 2006-11-18  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
6253         * configure.in (--with-mpfr-dir): Also look in .libs and _libs for
6254         libmpfr.a.
6255         * configure: Regenerate.
6257 2006-11-16  Paolo Bonzini  <bonzini@gnu.org>
6259         * Makefile.tpl (clean-target-libgcc): Test for gcc Makefile presence.
6260         (unstage): Test for stage_last presence.
6262         PR bootstrap/29802
6263         * Makefile.tpl (POSTSTAGE1_FLAGS_TO_PASS): Add HOST_SUBDIR in
6264         STAGE_PREFIX.
6265         * Makefile.in: Regenerate.
6267 2003-11-16  Zdenek Dvorak  <dvorakz@suse.cz>
6269         * MAINTAINERS: Add myself and Daniel Berlin as loop optimizer
6270         maintainers.
6272 2006-11-14  Erven Rohou  <erven.rohou@st.com>
6274         * MAINTAINERS (Write After Approval): Add myself.
6276 2006-11-14  Paolo Bonzini  <bonzini@gnu.org>
6278         * Makefile.tpl (clean-stage*): Test separately for package/Makefile
6279         and stageN-package/Makefile.
6280         * Makefile.in: Regenerated.
6282 2006-11-14  Jie Zhang  <jie.zhang@analog.com>
6284         * configure.in: Remove target-libgloss from noconfigdirs for
6285         bfin-*-*.
6286         * configure: Regenerated.
6288 2006-11-11  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
6290         * configure.in (have_gmp): Only error if the gcc directory exists.
6292         * configure: Regenerate.
6294 2006-11-07  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
6296         * configure.in: Robustify error message for missing GMP/MPFR.
6298         * configure: Regenerate.
6300 2006-10-31  Stephen M. Webb  <stephen.webb@bregmasoft.com>
6302         * MAINTAINERS (Write After Approval): Add myself.
6304 2006-10-30  Uros Bizjak  <ubizjak@gmail.com>
6306         * MAINTAINERS: Change email address.
6308 2006-10-30  Vladimir Prus  <vladimir@codesourcery.com>
6310         * MAINTAINERS (Write After Approval): Add myself.
6312 2006-10-26  Peter Bergner  <bergner@vnet.ibm.com>
6314         * MAINTAINERS (Write After Approval): Add myself.
6316 2006-10-25  Chen Liqin  <liqin@sunnorth.com.cn>
6318         * MAINTAINERS (Write After Approval): Move myself to
6319         Write After Approval section.
6321 2006-10-21  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
6323         * configure.in: Require GMP-4.1+ and MPFR-2.2+.  Don't check
6324         need_gmp anymore.
6325         * configure: Regenerate.
6327 2006-10-16  Tobias Burnus  <burnus@net-b.de>
6329         * MAINTAINERS (Write After Approval): Add myself.
6331 2006-10-16  Ben Elliston  <bje@au.ibm.com>
6333         * config.guess: Import latest version.
6334         * config.sub: Likewise.
6336 2006-10-10  Brooks Moses  <bmoses@stanford.edu>
6338         * Makefile.def: Added pdf target handling.
6339         * Makefile.tpl: Added pdf target handling.
6340         * Makefile.in: Regenerated.
6342 2006-10-10  Chen Liqin  <liqin@sunnorth.com.cn>
6344         * MAINTAINERS: Add self as score port maintainer.
6346 2006-10-04  Brooks Moses  <bmoses@stanford.edu>
6348         * MAINTAINERS (Write After Approval): Add myself.
6350 2006-09-27  Steven G. Kargl  <kargl@gcc.gnu.org>
6352         * configure.in: Check for GMP 4.1 or newer.  Check for MPFR 2.2.0
6353         or newer.
6354         * configure: Regenerated.
6356 2006-09-27  Dave Brolley  <brolley@redhat.com>
6358         * configure.in (RUNTEST): Look for 'runtest' in the source tree by
6359         using $s instead of $r.
6360         * configure: Regenerated.
6362 2006-09-26  Thiemo Seufer  <ths@mips.com>
6364         * configure.in: Remove redundant handling of mips*-dec-bsd*. Likewise
6365         for mipstx39-*-*. Disable libgloss for mips64*-*-linux*.
6366         * configure: Regenerate.
6368 2006-09-24  Graeme Peterson  <gridly@gmail.com>
6370         * MAINTAINERS (Write After Approval): Remove myself.
6372 2006-09-22  Chao-ying Fu  <fu@mips.com>
6374         * MAINTAINERS (Write After Approval): Add myself.
6376 2006-09-10  Joseph S. Myers  <joseph@codesourcery.com>
6378         * MAINTAINERS: Add self as soft-fp maintainer.
6380 2006-09-09  Anatoly Sokolov  <aesok@post.ru>
6382         * MAINTAINERS: Add myself as avr maintainer.
6383         Remove Marek Michalkiewicz as avr maintainer.
6385 2006-09-07  Roberto Costa  <roberto.costa@st.com>
6387         * MAINTAINERS (Write After Approval): Add myself.
6389 2006-08-30  Corinna Vinschen  <corinna@vinschen.de>
6391         * configure.in: Never build newlib for a Mingw host.
6392         Never build newlib as Mingw target library.
6393         Test the existence of winsup/cygwin for building a Cygwin newlib,
6394         rather than just winsup.
6395         Add winsup/mingw and winsup/w32api paths to FLAGS_FOR_TARGET if
6396         building a Mingw target.
6397         * configure: Regenerate.
6399 2006-08-08  Eric Botcazou  <ebotcazou@libertysurf.fr>
6401         * MAINTAINERS (Various Maintainers): Add self as RTL opt. maintainer.
6403 2006-07-25  Paolo Bonzini  <bonzini@gnu.org>
6405         * config.guess: Import from src (was more updated).
6406         * config.sub: Likewise.
6408 2006-07-22  Daniel Jacobowitz  <dan@codesourcery.com>
6410         * configure.in: Allow mingw32 and cygwin targets to build cross-gdb.
6411         * configure: Regenerated.
6413 2006-07-18  Paolo Bonzini  <bonzini@gnu.org>
6415         * Makefile.tpl (configure-stageN-MODULE): Pass --with-build-libsubdir
6416         for stages after the first.
6418 2006-07-17  Jakub Jelinek  <jakub@redhat.com>
6420         * Makefile.def: Add dependencies for configure-opcodes
6421         on configure-intl and all-opcodes on all-intl.
6422         * Makefile.in: Regenerated.
6424 2006-07-13  Ben Elliston  <bje@au.ibm.com>
6426         * MAINTAINERS (Various Maintainers): Add myself as dfp maintainer.
6428 2006-07-06  Paul Eggert  <eggert@cs.ucla.edu>
6430         Port to hosts whose 'sort' and 'tail' implementations
6431         treat operands with leading '+' as file names, as POSIX
6432         has required since 2001.  However, make sure the code still
6433         works on pre-POSIX hosts.
6434         * ltmain.sh: Don't assume "sort +2" is equivalent to
6435         "sort -k 3", since POSIX 1003.1-2001 no longer requires this.
6437 2006-07-05  Ulrich Weigand  <uweigand@de.ibm.com>
6439         * MAINTAINERS (Various Maintainers): Add myself as reload maintainer.
6441 2006-07-04  Peter O'Gorman  <peter@pogma.com>
6443         * ltconfig: chmod 644 before ranlib during install.
6445 2006-07-04  Eric Botcazou  <ebotcazou@libertysurf.fr>
6447         PR bootstrap/18058
6448         * configure.in: Add -fkeep-inline-functions to CFLAGS for stage 1
6449         if the bootstrap compiler is a GCC version that supports it.
6450         * configure: Regenerate.
6452 2006-07-03  Paolo Bonzini  <bonzini@gnu.org>
6454         * configure.in: Fix thinkos in previous check-in.
6455         * configure: Regenerate.
6457 2006-07-03  Paolo Bonzini  <bonzini@gnu.org>
6459         PR other/27063
6460         * configure.in: Test subdir_requires and give an appropriate
6461         error message.
6462         * configure: Regenerate.
6464 2006-07-01  Andrew John Hughes  <gnu_andrew@member.fsf.org>
6466         * MAINTAINERS (Write After Approval): Add myself.
6468 2006-06-22  John David Anglin  <dave.anglin@nrc.ca>
6470         * MAINTAINERS (OS Port Maintainers): Add myself as hpux maintainer.
6472 2006-06-22  Steve Ellcey  <sje@cup.hp.com>
6474         * MAINTAINERS (OS Port Maintainers): Add myself as hpux maintainer.
6476 2006-06-20  David Ayers  <d.ayers@inode.at>
6478         PR bootstrap/28072
6479         * configure.in: Add target-boehm-gc to noconfigdirs depending on
6480         whether target-libjava is being configured instead of whether the
6481         java front end is enabled.
6482         * configure: Regenerate.
6484 2006-06-16  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
6486         PR target/27540
6487         * configure.in: Only enable libgomp on IRIX 6.
6488         * configure: Regenerate.
6490 2006-06-15  Paolo Bonzini  <bonzini@gnu.org>
6492         * Makefile.tpl (POSTSTAGE1_HOST_EXPORTS): Export CFLAGS and LDFLAGS
6493         too.
6494         * Makefile.in: Regenerate.
6496 2006-06-13  Jeff Johnston  <jjohnstn@redhat.com>
6498         * config-ml.in: Alter CCASFLAGS to include special
6499         multilib options the same as is done for CFLAGS.
6501 2006-06-12  John David Anglin  <dave.anglin@nrc-cnrc.gc.ca>
6503         * configure.in: Don't enable libgomp on hpux10.
6504         * configure: Rebuilt.
6506 2006-06-12  David Ayers  <d.ayers@inode.at>
6508         PR bootstrap/27963
6509         PR target/19970
6510         * configure.in: Remove target-boehm-gc from noconfigdirs where
6511         ${libgcj} is specified.
6512         * configure: Regenerate.
6514 2006-06-06  Carlos O'Donell  <carlos@codesourcery.com>
6516         Sync from src:
6518         * configure.in: Sync.
6519         * configure: Regenerated.
6521         2006-05-31  Daniel Jacobowitz  <dan@codesourcery.com>
6523         * Makefile.def: Added dependencies from sim and gdb on intl, and
6524         added configure dependencies to everything with an all dependency
6525         on intl.
6526         * Makefile.in: Regenerated.
6528 2006-06-06  David Ayers  <d.ayers@inode.at>
6530         PR libobjc/13946
6531         * Makefile.def: Add dependencies for libobjc which boehm-gc.
6532         * Makefile.in: Regenerate.
6533         * configure.in: Add --enable-objc-gc at toplevel and have it
6534         enable boehm-gc for Objective-C.
6535         Remove target-boehm-gc from libgcj.
6536         Add target-boehm-gc to target_libraries.
6537         Add target-boehm-gc to noconfigdirs where ${libgcj}
6538         is specified.
6539         Assert that boehm-gc is supported when requested for Objective-C.
6540         Only build boehm-gc if needed either for Java or Objective-C.
6541         * configure: Regenerate.
6543 2006-06-05  Paolo Bonzini  <bonzini@gnu.org>
6545         PR 27674
6546         * Makefile.tpl (configure-[+prefix+][+module+],
6547         all-[+prefix+][+module+]): Depend on stage_current if bootstrapping.
6548         Remove rule to unstage bootstrapped modules.
6549         (stage_current): New.
6550         * Makefile.in: Regenerate.
6552 2006-06-03  Laurynas Biveinis  <laurynas.biveinis@gmail.com>
6554         * MAINTAINERS (Write After Approval): Update my e-mail address.
6556 2006-06-01  Mark Shinwell  <shinwell@codesourcery.com>
6558         * include/libiberty.h: Declare pex_run_in_environment.
6560 2006-05-31  Asher Langton  <langton2@llnl.gov>
6562         * MAINTAINERS (Write After Approval): Add myself.
6564 2006-05-25  Paolo Bonzini  <bonzini@gnu.org>
6566         * Makefile.def (bfd, opcodes): Fix lib_path.
6567         * Makefile.tpl (POSTSTAGE1_FLAGS_TO_PASS): Replace ADAC with ADAFLAGS.
6568         (restrap): Move under "@if gcc-bootstrap".  Fix typo.
6569         * Makefile.in: Regenerate.
6571 2006-05-24  Carlos O'Donell  <carlos@codesourcery.com>
6573         * Makefile.in: Regenerate.
6575 2006-05-24  Carlos O'Donell  <carlos@codesourcery.com>
6577         * Makefile.def: Add install-html target. Add datarootdir
6578         docdir and htmldir to flags_to_pass.
6579         * Makefile.tpl: Add install-html target.
6580         * Makefile.in: Regenerate.
6581         * configure.in: Add --with-datarootdir, --with-docdir, and
6582         --with-htmldir options. AC_SUBST datarootdir, docdir and htmldir.
6583         * configure: Regenerate.
6585 2006-05-24  Mark Shinwell  <shinwell@codesourcery.com>
6587         * configure.in: Enable gprof for cross builds.
6588         * configure: Regenerate.
6590 2006-05-22  Richard Guenther  <rguenther@suse.de>
6592         Revert
6593         2006-01-31  Richard Guenther  <rguenther@suse.de>
6594         Paolo Bonzini  <bonzini@gnu.org>
6596         * Makefile.def (target_modules): Add libgcc-math target module.
6597         * configure.in (target_libraries): Add libgcc-math target library.
6598         (--enable-libgcc-math): New configure switch.
6599         * Makefile.in: Re-generate.
6600         * configure: Re-generate.
6601         * libgcc-math: New toplevel directory.
6603 2006-05-20  John David Anglin  <dave.anglin@nrc-cnrc.gc.ca>
6604             Andreas Tobler  <a.tobler@schweiz.ch>
6606         * configure.in:  Enable libgcj for hppa*-hp-hpux11*.
6607         * configure: Rebuilt.
6609 2006-05-12  Sandra Loosemore  <sandra@codesourcery.com>
6611         * MAINTAINERS (Write After Approval): Add myself.
6613 2006-05-01  DJ Delorie  <dj@redhat.com>
6615         * configure.in: Restore CFLAGS if GMP isn't present.
6616         * configure: Regenerate.
6618 2006-05-01  Richard Guenther  <rguenther@suse.de>
6620         * MAINTAINERS (Various Maintainers): Add myself as libgcc-math
6621         maintainer.
6623 2006-04-30  Kenneth Zadeck  <zadeck@naturalbridge.com>
6625         * MAINTAINERS (Write After Approval): Add myself.
6627 2006-04-28  Jan Beulich  <jbeulich@novell.com>
6629         * MAINTAINERS (Write After Approval): Add myself.
6631 2006-04-18  DJ Delorie  <dj@redhat.com>
6633         * configure.in (m32c): Build libstdc++-v3.  Pass flags to
6634         reference libgloss so that libssp can be built in a combined
6635         tree.
6636         * configure: Regenerate.
6638 2006-04-08  Robert Millan  <rmh@gcc.gnu.org>
6640         * MAINTAINERS (Write After Approval): Add myself.
6642 2006-04-05  Ben Elliston  <bje@au.ibm.com>
6644         * configure.in: Require makeinfo 4.4 or higher.
6645         * configure: Regenerate.
6647 2006-04-04  Gerald Pfeifer  <gerald@pfeifer.com>
6649         * MAINTAINERS: Add Richard Henderson as libgomp maintainer.
6650         Rearrange the entries of other libraries to have them in one place.
6652 2006-03-22  Janne Blomqvist  <jb@gcc.gnu.org>
6654         * MAINTAINERS (Write After Approval): Remove myself.
6655         (Language Front End Maintainers): Add myself as fortran 95 maintainer.
6657 2006-03-14  Richard Guenther  <rguenther@suse.de>
6659         * configure: Regenerate with autoconf 2.13.
6661 2006-03-13  Jim Blandy  <jimb@codesourcery.com>
6663         * MAINTAINERS: Use my work address.
6665         * MAINTAINERS: Update my E-mail address.
6667 2006-03-10  Aldy Hernandez  <aldyh@redhat.com>
6669         * configure.in: Handle --disable-<component> generically.
6670         * configure: Regenerate.
6672 2006-03-01  H.J. Lu  <hongjiu.lu@intel.com>
6674         PR libgcj/17311
6675         * ltmain.sh: Don't use "$finalize_rpath" for compile.
6677 2006-02-21  Erik Edelmann  <eedelman@gcc.gnu.org>
6679         * MAINTAINERS (Write After Approval):  Remove myself.
6680         (Language Front End Maintainers):  Add myself as fortran 95 maintainer.
6682 2006-02-21  Rafael Ávila de Espíndola  <rafael.espindola@gmail.com>
6684         * Makefile.tpl  (BUILD_CONFIGDIRS): Remove.
6685         (TARGET_CONFIGDIRS): Remove.
6686         * configure.in: Remove AC_SUBST(target_configdirs).
6687         * Makefile.in, configure: Regenerated.
6689 2006-02-20  Steven G. Kargl  <kargls@comcast.net>
6691         * MAINTAINERS (Write After Approval):  Remove myself.
6692         (Language Front End Maintainers):  Add myself as fortran 95 maintainer.
6694 2006-02-20  Paolo Bonzini  <bonzini@gnu.org>
6696         PR bootstrap/25670
6698         * Makefile.tpl ([+compare-target+]): Print explanation messages.
6700         * Makefile.def (ADAFLAGS, BOOT_ADAFLAGS, LANGUAGES): New flags_to_pass.
6701         * Makefile.tpl (BASE_FLAGS_TO_PASS): Support optional flags_to_pass.
6702         (EXTRA_GCC_FLAGS): Remove ADAFLAGS, BOOT_ADAFLAGS, LANGUAGES,
6703         BUILD_PREFIX, BUILD_PREFIX_1.
6704         * configure.in: (BUILD_PREFIX, BUILD_PREFIX_1): Don't substitute.
6706         * Makefile.def (bootstrap stage 1): Pass LIBCFLAGS too.
6707         * Makefile.tpl (POSTSTAGE1_FLAGS_TO_PASS): Override LIBCFLAGS too.
6709         * Makefile.tpl (configure-stage[+id+]-[+prefix+][+module+],
6710         all-stage[+id+]-[+prefix+][+module+], : Use $(current_stage) instead
6711         of `cat stage_current`.  Always provide the `r' and `s' variables.
6712         (clean-stage[+id+]-[+prefix+][+module+]): Likewise, and make it into
6713         a single shell execution.
6714         (configure-[+prefix+][+module+], all-[+prefix+][+module+]): For
6715         bootstrapped modules, make the stage1 module if the build was not
6716         started yet, else build the current stage.
6717         (all-host, all-target): Omit bootstrapped modules (if bootstrapping).
6718         (all-build, all-host, all-target, [+make_target+]-host,
6719         [+make_target+]-target): Do not use \-continued lines.
6720         (target modules): Depend on stage_last, not all-gcc, if bootstrapping.
6721         (current_stage, restrap, stage_last): New.
6723         * Makefile.in: Regenerate.
6724         * configure: Regenerate.
6726 2006-02-19  Bud Davis  <jmdavis@link.com>
6728         * MAINTAINERS (Write After Approval):  Remove myself.
6729         (Language Front End Maintainers):  Add myself as fortran 95
6730         maintainer and update e-mail address.
6732 2006-02-17  Francois-Xavier Coudert  <coudert@clipper.ens.fr>
6734         * MAINTAINERS (Write After Approval):  Remove myself.
6735         (Language Front End Maintainers):  Add myself as fortran 95
6736         maintainer.
6738 2006-02-16  Victor Kaplansky  <victork@il.ibm.com>
6740         * MAINTAINERS (Write After Approval): Add myself.
6742 2006-02-16  Thomas Koenig  <Thomas.Koenig@online.de>
6744         * MAINTAINERS (Write After Approval):  Remove myself.
6745         (Language Front End Maintainers):  Add myself as
6746         fortran 95 maintainer.
6748 2006-02-14  Paolo Bonzini  <bonzini@gnu.org>
6750         Sync from src:
6752         2005-12-27  Leif Ekblad  <leif@rdos.net>
6754         * configure.in: Add support for RDOS target.
6755         * configure: Regenerate.
6757 2006-02-14  Paolo Bonzini  <bonzini@gnu.org>
6758             Andreas Schwab  <schwab@suse.de>
6760         * configure: Regenerate.
6762 2006-02-12  David Edelsohn  <edelsohn@gnu.org>
6764         * configure.in (enable_libgomp): Add AIX.
6765         * configure: Regenerate.
6767 2006-02-07  Maxim Kuvyrkov  <mkuvyrkov@ispras.ru>
6769         * MAINTAINERS (Write After Approval): Add myself.
6771 2006-02-03  Lee Millward  <lee.millward@gmail.com>
6773         * MAINTAINERS (Write After Approval): Add myself.
6775 2006-01-31  Richard Guenther  <rguenther@suse.de>
6776         Paolo Bonzini  <bonzini@gnu.org>
6778         * Makefile.def (target_modules): Add libgcc-math target module.
6779         * configure.in (target_libraries): Add libgcc-math target library.
6780         (--enable-libgcc-math): New configure switch.
6781         * Makefile.in: Re-generate.
6782         * configure: Re-generate.
6783         * libgcc-math: New toplevel directory.
6785 2006-01-26  Paolo Bonzini  <bonzini@gnu.org>
6787         * configure.in: Set with_gnu_as, with_gnu_ld, with_newlib earlier.
6788         Set md_exec_prefix.  Use ACX_CHECK_INSTALLED_TARGET_TOOL to find
6789         the assembler, linker and binutils.
6790         * configure: Regenerate.
6792 2006-01-22  Dirk Mueller  <dmueller@suse.de>
6794         * MAINTAINERS (Write After Approval): Add myself.
6796 2006-01-20  Diego Novillo  <dnovillo@redhat.com>
6798         * configure: Regenerate.
6800 2006-01-18  Richard Henderson  <rth@redhat.com>
6801             Jakub Jelinek  <jakub@redhat.com>
6802             Diego Novillo  <dnovillo@redhat.com>
6804         * libgomp: New directory.
6805         * Makefile.def: Add target_module libgomp.
6806         * Makefile.in: Regenerate.
6807         * configure.in (target_libraries): Add target-libgomp.
6808         * configure: Regenerate.
6810 2006-01-05  Alexandre Oliva  <aoliva@redhat.com>
6812         * Makefile.tpl (clean-stage[+id+]-[+prefix+][+module+]): Remove
6813         @ from continuation.
6814         * Makefile.in: Rebuilt.
6816 2006-01-04  Chris Lattner  <sabre@gnu.org>
6818         * MAINTAINERS (Write After Approval): Add myself.
6820 2006-01-04  Paolo Bonzini  <bonzini@gnu.org>
6822         PR bootstrap/24252
6824         * Makefile.def (flags_to_pass): Add STAGE1_CFLAGS and STAGE1_LANGUAGES.
6825         * Makefile.tpl (OBJDUMP): New.
6826         (EXTRA_HOST_FLAGS): Add it.
6827         (EXTRA_GCC_FLAGS): Remove flags already specified in flags_to_pass.
6829         * Makefile.tpl (stage[+id+]-start, stage[+id+]-end): Do not try
6830         to use symbolic links between directories.  Avoid race conditions
6831         or make them harmless.
6832         * configure.in: Do not try to use symbolic links between directories.
6834         * Makefile.def (LEAN): Pass.
6835         * Makefile.tpl (LEAN): Define.
6836         (stage[+id+]-start): Accept that the previous directory does not
6837         exist, if the bootstrap is lean.
6838         (stage[+id+]-bubble): Invoke lean bootstrap commands after
6839         stage[+id+]-start.  Use a makefile variable and an `if' instead of a
6840         configure substitution.
6841         ([+compare-target+]): Likewise.
6842         ([+bootstrap-target+]-lean): New.
6843         * configure.in: Remove lean bootstrap support from here.
6845         * Makefile.in: Regenerate.
6846         * configure: Regenerate.
6848 2006-01-04  Ben Elliston  <bje@au.ibm.com>
6850         * MAINTAINERS (libdecnumber): Add myself.
6852 2006-01-02  Mark Mitchell  <mark@codesourcery.com>
6854         * libtool-ldflags: New script.
6856 2006-01-02  Andreas Schwab  <schwab@suse.de>
6858         * configure.in: When reconfiguring remove Makefile in
6859         all stage directories.
6860         * configure: Regenerate.
6862 2005-12-27  Steven Bosscher  <stevenb.gcc@gmail.com>
6864         * MAINTAINERS: Update my email address.
6866 2005-12-20  Paolo Bonzini  <bonzini@gnu.org>
6868         Revert Ada-related part of the previous change.
6870         * Makefile.def (ADAFLAGS, BOOT_ADAFLAGS, ADAFLAGS_FOR_TARGET):
6871         Do not pass.
6872         * Makefile.tpl (BOOT_ADAFLAGS): Do not define.
6873         * Makefile.in: Regenerate.
6874         * configure.in: Do not include mt-ppc-aix target fragment.
6875         * configure: Regenerate.
6877 2005-12-19  Paolo Bonzini  <bonzini@gnu.org>
6879         * configure.in: Select appropriate fragments for PowerPC/AIX.
6880         * configure: Regenerate.
6882         * Makefile.def (flags_to_pass): Add ADAFLAGS, BOOT_ADAFLAGS,
6883         BOOT_CFLAGS, BOOT_LDFLAGS.
6884         * Makefile.tpl (POSTSTAGE1_FLAGS_TO_PASS): Handle BOOT_ADAFLAGS,
6885         BOOT_CFLAGS, BOOT_LDFLAGS.
6886         (TARGET_FLAGS_TO_PASS): Handle ADAFLAGS_FOR_TARGET.
6887         (stage[+id+]-bubble): Pass flags recursively to the comparison target.
6888         (stage): Fail if we cannot complete the work.
6889         * Makefile.in: Regenerate.
6891 2005-12-16  Nathan Sidwell  <nathan@codesourcery.com>
6893         * configure.in: Replace ms1 with mt.
6894         * configure: Rebuilt.
6896 2005-12-15  Bryce McKinlay  <mckinlay@redhat.com>
6898         * MAINTAINERS: Update my email address.
6900 2005-12-15  Paolo Bonzini  <bonzini@gnu.org>
6902         * Makefile.tpl (all, do-[+make_target+], do-check, install,
6903         install-host-nogcc): Don't invoke $(stage) at the end.
6904         * Makefile.in: Regenerate.
6906 2005-12-14  Paolo Bonzini  <bonzini@gnu.org>
6908         * configure.in: Flip the top-level bootstrap switch.
6909         * configure: Regenerate.
6911 2005-12-14  Daniel Jacobowitz  <dan@codesourcery.com>
6913         * Makefile.tpl: Throughout the file, use : $(MAKE) along with
6914         $(stage) and $(unstage).
6915         (EXTRA_TARGET_FLAGS): Correct double-quoting.
6916         (all): Remove stray semicolon.
6917         (local-distclean): Don't handle multilib.tmp and multilib.out.
6918         (install.all): Set $s for consistency.
6919         (configure-[+prefix+][+module+]): Instead of [+deps+], handle
6920         check_multilibs setting.  Always make the install directory.
6921         (configure-stage[+id+]-[+prefix+][+module+]): Likewise.
6922         Correct @if/@endif.
6923         (all-stage[+id+]-[+prefix+][+module+]): Correct @if/@endif.
6924         ($(TARGET_SUBDIR)/[+module+]/multilib.out): Remove.
6925         (stage[+id+]-start, stage[+id+]-end): Stage $(TARGET_SUBDIR).
6926         (multilib.out): Remove.
6927         * Makefile.in: Regenerated.
6929 2005-12-12  Carlos O'Donell  <carlos@codesourcery.com>
6931         * MAINTAINERS (Write After Approval): Add myself.
6933 2005-12-12  Nathan Sidwell  <nathan@codesourcery.com>
6935         * MAINTAINERS: Add myself as mt maintainer.
6937         * config.sub: Replace ms1 with mt.  Allow ms1 as an alias.
6939 2005-12-06  Adam Nemet  <anemet@caviumnetworks.com>
6941         * MAINTAINERS: Change email address.
6943 2005-12-05  Paolo Bonzini  <bonzini@gnu.org>
6945         * configure.in (CONFIGURED_BISON, CONFIGURED_YACC, CONFIGURED_M4,
6946         CONFIGURED_FLEX, CONFIGURED_LEX, CONFIGURED_MAKEINFO): Remove
6947         "CONFIGURED_" from the AC_CHECK_PROGS invocation.  Move below.
6948         Find in-tree tools if available.
6949         (EXPECT, RUNTEST, LIPO, STRIP): Find them and substitute them.
6950         (CONFIGURED_*_FOR_TARGET): Don't set nor substitute.
6951         (*_FOR_TARGET): Set them with GCC_TARGET_TOOL.
6952         (COMPILER_*_FOR_TARGET): New.
6953         * Makefile.tpl (HOST_EXPORTS): Add *_FOR_TARGET symbols that gcc needs.
6954         (BASE_TARGET_EXPORTS): Use COMPILER_*_FOR_TARGET symbols.
6955         (CONFIGURED_*, USUAL_*): Remove.
6956         (BISON, YACC, FLEX, LEX, M4, MAKEINFO, EXPECT, RUNTEST, LIPO,
6957         STRIP): Use autoconf substitutions.
6958         (COMPILER_AS_FOR_TARGET, COMPILER_LD_FOR_TARGET,
6959         COMPILER_NM_FOR_TARGET): New.
6960         (EXTRA_HOST_FLAGS): Pass LIPO and STRIP.
6962         (all): Make all-host and all-target in parallel.
6963         (do-[+make_target+], do-check, install, [+compare-target+]): Ensure
6964         that $$r and $$s are set before invoking a recursive make.
6965         (stage[+id+]-bubble): Likewise, and invoke the comparison at the end.
6966         ([+bootstrap-target+]): Inline most of the `all' target.
6968 2005-11-29  Ben Elliston  <bje@au.ibm.com>
6970         * Makefile.tpl (clean-target-libgcc): Invoke clean-target-libgcc
6971         from the gcc build directory.
6972         * Makefile.in: Regenerate.
6974 2005-11-29  Ben Elliston  <bje@au.ibm.com>
6976         * Makefile.def: Add new libdecnumber host_module.  Make all-gcc
6977         depend on all-libdecnumber.
6978         * configure.in (host_libs): Include libdecnumber.
6979         * Makefile.in: Regenerate.
6980         * configure: Likewise.
6982 2005-11-29  Ben Elliston  <bje@au.ibm.com>
6984         * libdecnumber: Import decNumber sources from the dfp-branch.
6986 2005-11-21  Kean Johnston  <jkj@sco.com>
6988         * config.sub, config.guess: Sync from upstream sources.
6990 2005-11-21  Ben Elliston  <bje@au.ibm.com>
6992         Import from Autoconf sources:
6994         2005-09-06  Paul Eggert  <eggert@cs.ucla.edu>
6995         * config/move-if-change: Don't output "$2 is unchanged";
6996         suggested by Ben Elliston.  Handle weird characters correctly.
6998 2005-11-18  Andreas Tobler  <a.tobler@schweiz.ch>
7000         * ltcf-c.sh (whole_archive_flag_spec): Remove '-all_load $convenience'
7001         to match upstream libtool for darwin.
7003 2005-11-11  Daniel Jacobowitz  <dan@codesourcery.com>
7005         * Makefile.def: Remove gdb dependencies for gdbtk.
7006         * Makefile.tpl (CONFIGURE_GDB_TK, INSTALL_GDB_TK): New variables.
7007         (configure-gdb, install-gdb): New rules.
7008         * configure.in: Set CONFIGURE_GDB_TK and INSTALL_GDB_TK.
7009         * Makefile.in, configure: Regenerated.
7011 2005-11-06  Janne Blomqvist  <jb@gcc.gnu.org>
7013         * MAINTAINERS (Write After Approval): Add myself.
7015 2005-11-06  Erik Edelmann  <eedelman@gcc.gnu.org>
7017         * MAINTAINERS (Write After Approval): Add myself.
7019 2005-10-24  Diego Novillo  <dnovillo@redhat.com>
7021         * MAINTAINERS (alias analysis): Add Daniel Berlin and
7022         Diego Novillo.
7024 2005-10-22  Paolo Bonzini  <bonzini@gnu.org>
7026         PR bootstrap/24297
7027         * Makefile.tpl (do-[+make-target+], do-check, install,
7028         stage[+id+]-bubble, [+compare-target+]): Ensure $$r and $$s
7029         are set before recursing.
7030         * Makefile.in: Regenerate.
7032 2005-10-20  Eric Botcazou  <ebotcazou@adacore.com>
7034         PR bootstrap/18939
7035         * Makefile.def (gcc) <target>: Fix thinko.
7036         * Makefile.in: Regenerate.
7038 2005-10-17  Bernd Schmidt  <bernd.schmidt@analog.com>
7040         * configure.in (bfin-*-*): Use test, not brackets, in if statement.
7041         * configure: Regenerate.
7043 2005-10-15  Jie Zhang  <jie.zhang@analog.com>
7045         * MAINTAINERS (Write After Approval): Add self.
7047 2005-10-08  Kazu Hirata  <kazu@codesourcery.com>
7049         * configure.in (arm-*-linux-gnueabi): Add to noconfigdirs
7050         target-libffi, target-qthreads, target-libjava, and
7051         targetlibobjc.
7052         * configure: Regenerate.
7054 2005-10-06  Daniel Jacobowitz  <dan@codesourcery.com>
7056         * Makefile.def (flags_to_pass): Add OBJDUMP_FOR_TARGET.
7057         * Makefile.tpl (BASE_TARGET_EXPORTS): Add OBJDUMP.
7058         (OBJDUMP_FOR_TARGET, CONFIGURED_OBJDUMP_FOR_TARGET)
7059         (USUAL_OBJDUMP_FOR_TARGET): New.
7060         (EXTRA_TARGET_FLAGS): Add OBJDUMP.
7061         * configure.in: Check for $OBJDUMP_FOR_TARGET.
7062         * configure, Makefile.in: Regenerated.
7064 2005-10-05  Paolo Bonzini  <bonzini@gnu.org>
7066         * Makefile.tpl (all) [gcc-no-bootstrap]: Make prebootstrap packages
7067         before other host packages.
7069 2005-10-05  Kaz Kojima  <kkojima@gcc.gnu.org>
7071         * MAINTAINERS: Add self as sh libraries/configury maintainer.
7073 2005-10-05  Paolo Bonzini  <bonzini@gnu.org>
7075         PR bootstrap/22340
7077         * configure.in (default_target): Remove.
7078         * Makefile.tpl (all): Do not use prerequisites as subroutines
7079         (all) [gcc-bootstrap]: Bootstrap gcc first if it was not done yet.
7080         (do-[+make_target+], check, install, [+bootstrap_target+]): Do not
7081         use prerequisites as subroutines.
7082         (check-host, check-target): New.
7083         (bootstrap configure & all targets): Do not use stage*-start
7084         if the directory layout is already ok.
7085         (non-bootstrap configure & all targets): Prepend a $(unstage).
7086         (stage[+id+]-bubble): Do that here.  Do not use NOTPARALLEL.
7087         (NOTPARALLEL): Remove.
7088         (unstage, stage variables): New variables.
7089         (unstage, stage targets): Simply expand to those variables.
7091         * configure: Regenerate.
7092         * Makefile.in: Regenerate.
7094 2005-10-04  James E Wilson  <wilson@specifix.com>
7096         * Makefile.def (lang_env_dependencies): Add libmudflap.
7097         * Makefile.in: Regenerate.
7099 2005-10-03  Andreas Schwab  <schwab@suse.de>
7101         Backport from libtool CVS:
7102         2002-11-03  Ossama Othman  <ossama@doc.ece.uci.edu>
7104         * ltmain.sh: add support for installing into temporary
7105         staging area (e.g. 'make install DESTDIR=...')
7107 2005-10-03  H.J. Lu  <hongjiu.lu@intel.com>
7109         * configure.in (*-*-darwin*): Build bfd, binutils and opcodes.
7110         * configure: Regenerated.
7112 2005-09-30  Andrew Pinski  <pinskia@physics.uc.edu>
7114         * configure: Regenerate with the correct
7115         autoconf version.
7117 2005-09-30  Catherine Moore  <clm@cm00re.com>
7119         * configure.in (bfin-*-*): New.
7120         * configure: Regenerated.
7122 2005-09-28  Geoffrey Keating  <geoffk@apple.com>
7124         * Makefile.tpl (BASE_TARGET_EXPORTS): Add LIPO, STRIP.
7125         (LIPO_FOR_TARGET): New.
7126         (CONFIGURED_LIPO_FOR_TARGET): New.
7127         (USUAL_LIPO_FOR_TARGET): New.
7128         (STRIP_FOR_TARGET): New.
7129         (CONFIGURED_STRIP_FOR_TARGET): New.
7130         (USUAL_STRIP_FOR_TARGET): New.
7131         * Makefile.def (flags_to_pass): Add LIPO_FOR_TARGET and
7132         STRIP_FOR_TARGET.
7133         * configure.in: Set LIPO_FOR_TARGET, STRIP_FOR_TARGET,
7134         CONFIGURED_LIPO_FOR_TARGET, CONFIGURED_STRIP_FOR_TARGET.
7135         * Makefile.in: Regenerate.
7136         * configure: Regenerate.
7138 2005-09-19  David Edelsohn  <edelsohn@gnu.org>
7140         * configure.in (powerpc-*-aix*): Add target-libssp to noconfigdirs.
7141         (rs6000-*-aix*): Same.
7142         * configure: Regenerate.
7144 2005-09-16  Tom Tromey  <tromey@redhat.com>
7146         * MAINTAINERS: Add self as java maintainer.
7148 2005-09-14  Francois-Xavier Coudert  <coudert@clipper.ens.fr>
7150         * configure.in: Recognize f95 in the --enable-languages option,
7151         and substitute it for fortran, issuing a warning.
7152         * configure: Regenerate.
7154 2005-08-30  Phil Edwards  <phil@codesourcery.com>
7156         * configure.in (*-*-vxworks*):  Add target-libstdc++-v3 to noconfigdirs.
7157         * configure:  Regenerated.
7159 2005-08-22  Aldy Hernandez  <aldyh@redhat.com>
7161         * MAINTAINERS: Add self as ms1 maintainer.
7163 2005-08-20  Richard Earnshaw  <richard.earnshaw@arm.com>
7165         * Makefile.def (libssp): Add to lang_env_dependencies.
7166         * Makefile.in: Regenerate.
7168 2005-08-18  Ian Lance Taylor  <ian@airs.com>
7170         * MAINTAINERS: Add myself as middle-end maintainer.
7172 2005-08-17  Christian Groessler  <chris@groessler.org>
7174         * Makefile.tpl: (USUAL_CC_FOR_TARGET): Add missing trailing slash.
7175         * Makefile.in: Regenerate.
7177 2005-08-15  Andreas Krebbel  <krebbel1@de.ibm.com>
7179         * MAINTAINERS (write after approval): Added myself.
7181 2005-08-12  Maciej W. Rozycki  <macro@linux-mips.org>
7183         * MAINTAINERS (Write After Approval): Add myself.
7185 2005-08-12  Paolo Bonzini  <bonzini@gnu.org>
7187         * configure.in: Replace NCN_STRICT_CHECK_TOOL with
7188         NCN_STRICT_CHECK_TOOLS, and likewise for NCN_STRICT_CHECK_TARGET_TOOLS.
7189         Look for alternate names of the target cc and c++
7190         * configure: Regenerate.
7192 2005-08-08  Paolo Bonzini  <bonzini@gnu.org>
7194         * configure.in (CC_FOR_TARGET, CXX_FOR_TARGET, GCJ_FOR_TARGET,
7195         GCC_FOR_TARGET, RAW_CXX_FOR_TARGET, GFORTRAN_FOR_TARGET): Find
7196         them with NCN_STRICT_CHECK_TARGET_TOOL, like the other target
7197         tools; remove code to manually set them.
7198         (Target tools): Look in the environment for them.
7199         * Makefile.tpl (CC_FOR_TARGET, CXX_FOR_TARGET, GCJ_FOR_TARGET,
7200         GCC_FOR_TARGET, RAW_CXX_FOR_TARGET, GFORTRAN_FOR_TARGET): Redefine.
7201         (AS_FOR_TARGET, LD_FOR_TARGET, NM_FOR_TARGET): Look into gcc
7202         build directory.
7203         (CONFIGURED_CC_FOR_TARGET, CONFIGURED_CXX_FOR_TARGET,
7204         CONFIGURED_GCJ_FOR_TARGET, CONFIGURED_GCC_FOR_TARGET,
7205         CONFIGURED_GFORTRAN_FOR_TARGET, USUAL_CC_FOR_TARGET,
7206         USUAL_CXX_FOR_TARGET, USUAL_GCJ_FOR_TARGET, USUAL_GCC_FOR_TARGET,
7207         USUAL_RAW_CXX_FOR_TARGET, USUAL_GFORTRAN_FOR_TARGET): New.
7208         (CXX_FOR_TARGET_FOR_RECURSIVE_MAKE,
7209         RAW_CXX_FOR_TARGET_FOR_RECURSIVE_MAKE, RECURSE_FLAGS): Delete.
7210         * configure: Regenerate.
7211         * Makefile.in: Regenerate.
7213 2005-07-28  Ben Elliston  <bje@au.ibm.com>
7215         * MAINTAINERS: Update for removed CPU targets.
7217 2005-07-27  Mark Mitchell  <mark@codesourcery.com>
7219         * Makefile.tpl (EXTRA_TARGET_FLAGS): Set LDFLAGS=LDFLAGS_FOR_TARGET.
7220         * Makefile.def (flags_to_pass): Add LDFLAGS_FOR_TARGET.
7221         * Makefile.in: Regenerated.
7223 2005-07-26  Mark Mitchell  <mark@codesourcery.com>
7225         * Makefile.tpl (SYSROOT_CFLAGS_FOR_TARGET): New variable.
7226         (CFLAGS_FOR_TARGET): Use it.
7227         (CXXFLAGS_FOR_TARGET): Likewise.
7228         * Makefile.in: Regenerated.
7229         * configure.in (--with-build-sysroot): New option.
7230         * configure: Regenerated.
7232 2005-07-24  Paolo Bonzini  <bonzini@gnu.org>
7234         * Makefile.tpl: Wrap install between unstage and stage
7235         * Makefile.in: Regenerate.
7237 2005-07-21  Eric Christopher  <echristo@apple.com>
7239         * MAINTAINERS: Update affiliation.
7241 2005-07-21  Paul Woegerer  <paul.woegerer@nsc.com>
7243         * MAINTAINERS: Add self as crx port maintainer.
7245 2005-07-20  DJ Delorie  <dj@redhat.com>
7247         * MAINTAINERS: Add self as m32c maintainer.
7249 2005-07-16  Kelley Cook  <kcook@gcc.gnu.org>
7251         * all files: Update FSF address.
7253 2005-07-15  Eric Christopher  <echristo@redhat.com>
7255         * MAINTAINERS: Change affiliation.
7257 2005-07-14  Jim Blandy  <jimb@redhat.com>
7259         * configure.in: Add cases for Renesas m32c.
7260         * configure: Regenerated.
7262 2005-07-14  Kelley Cook  <kcook@gcc.gnu.org>
7264         * COPYING.LIB: Update from fsf.org.
7266 2005-07-14  Kelley Cook  <kcook@gcc.gnu.org>
7268         * COPYING, compile, config.guess,
7269         config.sub, install-sh, missing, mkinstalldirs,
7270         symlink-tree, ylwrap: Sync from upstream sources.
7271         * config-ml.in: Update FSF address.
7273 2005-07-13  Eric Christopher  <echristo@redhat.com>
7275         * configure.in: Add toplevel noconfigdir support for tpf.
7276         * configure: Regenerate.
7278 2005-07-11  Paolo Bonzini  <bonzini@gnu.org>
7280         PR ada/22340
7282         * Makefile.tpl (POSTSTAGE1_FLAGS_TO_PASS): Fix pasto.
7283         * Makefile.in: Regenerate.
7285 2005-07-07  Mark Mitchell  <mark@codesourcery.com>
7287         * MAINTAINERS: Remove Dave Brolley as a cpplib maintainer.  Add Dave
7288         Brolley to write-after-approval.
7290 2005-07-07  Andreas Schwab  <schwab@suse.de>
7292         * Makefile.def (flags_to_pass): Add CFLAGS_FOR_BUILD.
7293         * Makefile.tpl (EXTRA_GCC_FLAGS): Don't pass CFLAGS_FOR_BUILD here.
7294         * Makefile.in: Regenerated.
7296 2005-07-06  Geoffrey Keating  <geoffk@apple.com>
7298         * configure.in: Don't build sim or rda when targetting darwin.
7299         * configure: Regenerate.
7301 2005-07-06  Kazu Hirata  <kazu@codesourcery.com>
7303         * configure.in: Add --enable-libssp and --disable-libssp.
7304         * configure: Regenerate with autoconf-2.13.
7306 2005-07-02  Jakub Jelinek  <jakub@redhat.com>
7308         * Makefile.def (target_modules): Add libssp.
7309         * configure.in (target_libraries): Add target-libssp.
7310         * configure: Rebuilt.
7311         * Makefile.in: Rebuilt.
7313 2005-07-01  Zack Weinberg  <zackw@panix.com>
7315         * MAINTAINERS: Change email address.  Resign from maintainership.
7317 2005-07-01  Richard Guenther  <rguenther@suse.de>
7319         * MAINTAINERS: Change my e-mail address and affiliation.
7321 2005-06-22  Paolo Bonzini  <bonzini@gnu.org>
7323         * Makefile.def (stagefeedback): Come after profile.
7324         Define profiledbootstrap target.
7325         * Makefile.tpl (profiledbootstrap): Remove.
7326         (stageprofile-end): Zap stagefeedback.
7327         (stagefeedback-start): Copy all .gcda files, not only GCC's.
7328         * Makefile.in: Regenerate.
7330 2005-06-13  Richard Sandiford  <richard@codesourcery.com>
7332         * MAINTAINERS: Update my email address.
7334 2005-06-13  Zack Weinberg  <zack@codesourcery.com>
7336         * depcomp: Update from automake CVS.  Add 'ia64hp' stanza.
7337         In 'cpp' stanza, support '#line' as well as '# '.
7339 2005-06-08  Andreas Schwab  <schwab@suse.de>
7341         * MAINTAINERS: Move myself from 'Write After Approval' to
7342         'CPU Port Maintainers' section as m68k maintainer.
7344 2005-06-07  Hans-Peter Nilsson  <hp@axis.com>
7346         * configure.in (unsupported_languages): New macro.
7347         <mmix-knuth-mmixware>: Set unsupported_languages.  Name explicit
7348         non-ported target libraries in noconfigdirs.
7349         <cris-*, crisv32-*> Ditto, except for non-aout, non-elf,
7350         non-linux-gnu.  Remove libgcj_ex_libffi.
7351         <lang_frag loop>: Set add_this_lang=no if the language is in
7352         unsupported_languages.
7353         * configure: Regenerate.
7355 2005-06-04  Tobias Schl"uter  <tobias.schlueter@physik.uni-muenchen.de>
7357         * configure.in: Fix typo in handling of --with-mpfr-dir.
7358         * configure: Regenerate.
7360 2005-06-04  Richard Sandiford  <rsandifo@nildram.co.uk>
7362         * MAINTAINERS: Update my email address.
7364 2005-06-02  Jim Blandy  <jimb@redhat.com>
7366         * config.sub: Add cases for the Renesas m32c.  (This patch has been
7367         accepted into the master sources.)
7369 2005-06-02  Aldy Hernandez  <aldyh@redhat.com>
7370             Michael Snyder  <msnyder@redhat.com>
7371             Stan Cox  <scox@redhat.com>
7373         * configure.in: Set noconfigdirs for ms1.
7375         * configure: Regenerate.
7377 2005-06-01  Jerry DeLisle  <jvdelisle@verizon.net>
7379         * MAINTAINERS (Write After Approval): Add self.
7381 2005-06-01  Josh Conner  <jconner@apple.com>
7383         * MAINTAINERS (Write After Approval): Add self.
7385 2005-06-01  Kazu Hirata  <kazu@codesourcery.com>
7387         * MAINTAINERS: Update my email address.
7389 2005-05-27  Ziga Mahkovec  <ziga.mahkovec@klika.si>
7391         * MAINTAINERS (Write After Approval): Add self.
7393 2005-05-26  Chris Demetriou  <cgd@broadcom.com>
7395         * MAINTAINERS (Write After Approval): Remove self.
7397 2005-05-25  Paolo Bonzini  <bonzini@gnu.org>
7399         * Makefile.tpl (stage[+id+]-start): Iterate over target module as well.
7400         (Dependencies): Consider target modules for bootstrap dependencies.
7401         Make target bootstrap modules depend on each stage's gcc.
7402         * Makefile.in: Regenerate.
7404 2005-05-20  Paolo Bonzini  <bonzini@gnu.org>
7406         * Makefile.def (configure-gcc): Depend on binutils having been built.
7407         (all-gcc): No need to do it here.
7408         * Makefile.in: Regenerate.
7410 2005-05-19  Paul Brook  <paul@codesourcery.com>
7412         * configure.in: Rewrite misleading error message when requested
7413         language cannot be built.
7414         * configure: Regenerate.
7416 2005-05-15  Daniel Jacobowitz  <dan@codesourcery.com>
7418         * ylwrap: Import from Automake 1.9.5.
7420 2005-05-13  David Ung  <davidu@mips.com>
7422         * MAINTAINERS (Write After Approval): Add self.
7424 2005-05-09  Mike Stump  <mrs@apple.com>
7426         * libtool.m4 (AC_LIBTOOL_SYS_MAX_CMD_LEN): Use quotes on
7427         lt_cv_sys_max_cmd_len for now.
7429 2005-05-09  Stan Cox  <scox@redhat.com>
7431         * MAINTAINERS: Remove self, add Nick Clifton as iq2000 maintainer.
7433 2005-05-08  Matt Kraai  <kraai@ftbfs.org>
7435         * README.SCO: Update the URL.
7437 2005-05-05  David Edelsohn  <edelsohn@gnu.org>
7439         * ltconfig: Define file_list_spec.  Pass file_list_spec and
7440         with_gnu_ld to libtool.
7441         * ltcf-c.sh (aix[45]): Define file_list_spec.
7442         * ltcf-cxx.sh (aix[45]): Same.
7443         * ltcf-gcj.sh (aix[45]): Same.
7444         * ltmain.sh: If command exceeds max_cmd_len and file_list_spec
7445         exists, write list of input files to temporary file.
7447 2005-05-04  Mike Stump  <mrs@apple.com>
7449         * configure.in: Always pass --target to target configures as
7450         otherwise rebuilds that do --recheck will fail.
7451         * confiugure: Rebuilt.
7453 2005-05-04  Paolo Bonzini  <bonzini@gnu.org>
7455         * Makefile.tpl (POSTSTAGE1_HOST_EXPORTS): Rename from
7456         STAGE_HOST_EXPORTS.
7457         (configure, all): Add bootstrap support.
7458         (Host modules, target modules): Pass post-stage1 flags and exports.
7459         (Top-level bootstrap): Remove bootstrap rules, expanded elsewhere.
7460         * Makefile.in: Regenerate.
7462 2005-04-29  Paolo Bonzini  <bonzini@gnu.org>
7464         * configure: Regenerate.
7466 2005-04-27  Mike Stump  <mrs@apple.com>
7468         * MAINTAINERS: Add self as darwin maintainer.
7470 2005-04-22  Bernd Schmidt  <bernd.schmidt@analog.com>
7472         * config.sub: Update from master copy.
7474 2005-04-21  Mike Stump  <mrs@apple.com>
7476         * MAINTAINERS: Add self as Objective-C/Objective-C++ maintainer.
7477         * MAINTAINERS: Add Zem as Objective-C++ maintainer.
7479 2005-04-19  Hans-Peter Nilsson  <hp@axis.com>
7481         * configure.in <crisv32-*-*, cris-*-*>: New local variable
7482         libgcj_ex_libffi.  Have specific match for *-*-linux*.  Separate
7483         matches for "*-*-aout" and "*-*-elf".  Don't disable libffi for
7484         "*-*-elf" and "*-*-linux*".
7485         * configure: Regenerate.
7487 2005-04-14  Joseph S. Myers  <joseph@codesourcery.com>
7489         * MAINTAINERS (Various Maintainers): Add self as i18n maintainer.
7491 2005-04-12  Mike Stump  <mrs@apple.com>
7493         * libtool.m4: Update AC_LIBTOOL_SYS_MAX_CMD_LEN bits from upstream.
7495 2005-04-04  Thomas Koenig  <Thomas.Koenig@online.de>
7497         * MAINTAINERS (Write After Approval): Add myself.
7499 2005-04-07  Bernd Schmidt  <bernd.schmidt@analog.com>
7501         * MAINTAINERS (Port Maintainers): Add self for Blackfin.
7503 2005-04-06  Paolo Bonzini  <bonzini@gnu.org>
7505         * Makefile.tpl (BUILD_CONFIGARGS): Include --with-build-subdir.
7506         (TARGET_CONFIGARGS): Include --with-target-subdir.
7507         (configure, all): New macros.  Use them throughout.
7508         * Makefile.in: Regenerate.
7510 2005-04-04  Jon Grimm  <jgrimm2@us.ibm.com>
7512         * MAINTAINERS (Write After Approval): Add myself.
7514 2005-03-31  Zdenek Dvorak  <rakdver@atrey.karlin.mff.cuni.cz>
7516         * MAINTAINERS: Remove 'loop unrolling' maintainer.
7518 2005-03-30  Gerald Pfeifer  <gerald@pfeifer.com>
7520         * MAINTAINERS: Move John Carr to Write After Approval.
7522 2005-03-30  J"orn Rennecke  <joern.rennecke@st.com>
7524         * config/mh-mingw32: Delete.
7525         * configure.in: Don't use it.
7526         * configure: Regenerate.
7528 2005-03-31  Paolo Bonzini  <bonzini@gnu.org>
7530         * Makefile.def (bfd, opcodes, libstdc++-v3, libmudflap): Set lib_path.
7531         * Makefile.tpl (SET_LIB_PATH, REALLY_SET_LIB_PATH): Remove.
7532         (HOST_EXPORTS, STAGE_HOST_EXPORTS, TARGET_EXPORTS): Set RPATH_ENVVAR.
7533         (HOST_LIB_PATH): Generate from Makefile.def.
7534         (TARGET_LIB_PATH): Likewise.
7535         (Old bootstrap targets): Include TARGET_LIB_PATH into RPATH_ENVVAR.
7536         * Makefile.in: Regenerate.
7537         * configure.in (set_lib_path, SET_LIB_PATH, SET_GCC_LIB_PATH): Remove.
7538         (RPATH_ENVVAR): Include Darwin case.
7539         * configure: Regenerate.
7541 2005-03-29  Thomas Fitzsimmons  <fitzsim@redhat.com>
7543         * MAINTAINERS (Various Maintainers): Remove self.
7544         (Write After Approval): Add self.
7546 2005-03-26  Thomas Fitzsimmons  <fitzsim@redhat.com>
7548         * MAINTAINERS (Various Maintainers): Add self.
7550 2005-03-25  Paolo Bonzini  <bonzini@gnu.org>
7552         * configure.in (RPATH_ENVVAR): Set to DYLD_LIBRARY_PATH on Darwin.
7553         * configure: Regenerate.
7555 2005-03-21  Zack Weinberg  <zack@codesourcery.com>
7557         * Makefile.def: Remove libstdcxx_incdir, libsubdir, gxx_include_dir,
7558         gcc_version, and gcc_version_trigger from set of flags to pass.
7559         * Makefile.tpl: Remove definitions of above variables.
7560         (config.status): Remove dependency on $(gcc_version_trigger).
7561         * Makefile.in: Regenerate.
7562         * configure.in: Do not reference config/gcc-version.m4 nor
7563         config/gxx-include-dir.m4.  Do not invoke TL_AC_GCC_VERSION nor
7564         TL_AC_GXX_INCLUDE_DIR.  Do not set gcc_version_trigger.
7565         * configure: Regenerate.
7567 2005-03-16  Manfred Hollstein  <manfred.h@gmx.net>
7568             Andrew Pinski  <pinskia@physics.uc.edu>
7570         * Makefile.tpl (check-[+module+]): Fix shell statement inside if ... fi.
7571         * Makefile.in: Regenerate.
7573 2005-03-13  Feng Wang  <fengwang@nudt.edu.cn>
7575         * MAINTAINERS (Write After Approval): Add myself.
7577 2005-03-03  David Ayers  <d.ayers@inode.at>
7579         * MAINTAINERS (Write After Approval): Add myself.
7581 2005-03-01  Alexandre Oliva  <aoliva@redhat.com>
7583         PR libgcj/20160
7584         * ltmain.sh: Avoid creating archives with components that have
7585         duplicate basenames.
7587 2005-02-28  Andrew Pinski  <pinskia@physics.uc.edu>
7589         PR bootstrap/20250
7590         * Makefile.tpl (HOST target installs): Fix copy and pasto, use install
7591         instead of check.
7592         * Makefile.in: Regenerate.
7594 2005-02-28  Paolo Bonzini  <bonzini@gnu.org>
7596         * Makefile.in: Regenerate to fix conflict between the previous two
7597         patches.
7599 2005-02-28  Paolo Bonzini  <bonzini@gnu.org>
7601         PR bootstrap/17383
7602         * Makefile.def (target_modules): Remove "stage", now unnecessary.
7603         * Makefile.tpl (HOST_SUBDIR): New substitution.
7604         (STAGE_HOST_EXPORTS, EXPECT, HOST_LIB_PATH, USUAL_AR_FOR_TARGET,
7605         USUAL_AS_FOR_TARGET, USUAL_DLLTOOL_FOR_TARGET, USUAL_GCC_FOR_TARGET,
7606         USUAL_LD_FOR_TARGET, USUAL_NM_FOR_TARGET, USUAL_OBJDUMP_FOR_TARGET,
7607         USUAL_RANLIB_FOR_TARGET, USUAL_WINDRES_FOR_TARGET): Use it.
7608         (Host modules, Bootstrapped modules): Use it.
7609         (Build modules, Target modules): Do not create symlink trees,
7610         always configure out-of-srcdir.
7611         (distclean): Try removing $(host_subdir) with rm before using rm -rf.
7612         * configure.in (FLAGS_FOR_TARGET, CC_FOR_TARGET, GCJ_FOR_TARGET,
7613         GFORTRAN_FOR_TARGET, CXX_FOR_TARGET, RAW_CXX_FOR_TARGET): Use
7614         $(HOST_SUBDIR).  Create a symlink for host_subdir.
7616         * Makefile.in: Regenerate.
7617         * configure: Regenerate.
7619 2005-02-28  Nathanael Nerode  <neroden@gcc.gnu.org>
7621         Merged from libada-gnattools-branch:
7622         2004-11-28  Nathanael Nerode  <neroden@gcc.gnu.org>
7624         * gnattools: New directory.
7625         * Makefile.def: Add gnattools as a module, depending on target-libada.
7626         * Makefile.in: Regenerate.
7627         * configure.in: Include gnattools in host_tools; disable it if ada
7628         is disabled.
7629         * configure: Regenerate.
7631 2005-02-24  James A. Morrison  <phython@gcc.gnu.org>
7633         * MAINTAINERS (Language Front Ends Maintainers): Add myself as
7634         treelang maintainer.
7635         (Write After Approval): Remove myself.
7637 2005-02-23  Paul Schlie  <schlie@comcast.net>
7639         * configure.in: Allow darwin targeted ports to build tk, itcl and
7640         libgui.
7641         * configure: Regenerate.
7643 2005-02-21  Eric Botcazou  <ebotcazou@libertysurf.fr>
7645         PR libgcj/10353
7646         * configure.in (noconfigdirs) <sparc-*-solaris2.[0-6]>: Add libgcj.
7647         * configure: Regenerate.
7649 2005-02-18  Steven G. Kargl  <kargl@gcc.gnu.org>
7651         * MAINTAINERS (Write After Approval): Add myself.
7653 2005-02-10  Ian Lance Taylor  <ian@airs.com>
7655         * MAINTAINERS: Update my e-mail address.
7657 2005-02-02  Richard Guenther  <rguenth@gcc.gnu.org>
7659         * MAINTAINERS (Write After Approval): Add myself.
7661 2005-01-29  Hans-Peter Nilsson  <hp@axis.com>
7663         * configure.in (noconfigdirs) <crisv32-*-*>: Match like cris-*-*.
7664         <crisv32-*-*, cris-*-*>: Only disable target-newlib and
7665         target-libgloss when not *-*-elf and *-*-aout.
7666         * configure: Regenerate.
7668 2005-01-23  Kazu Hirata  <kazu@cs.umass.edu>
7670         * MAINTAINERS: Remove obsolete entries.
7672         * MAINTAINERS (Write After Approval): Add Michael Matz.
7674 2005-01-19  Neil Booth  <neil@daikokuya.co.uk>
7676         * MAINTAINERS: Remove self as cpplib maintainer.
7678 2005-01-17  Kelley Cook  <kcook@gcc.gnu.org>
7680         * install-sh, config.sub: Import from upstream.
7682 2005-01-17  Kelley Cook  <kcook@gcc.gnu.org>
7684         PR bootstrap/18222
7685         * Makefile.def: Pass CPPFLAGS_FOR_TARGET.
7686         * Makefile.tpl: Define target CPPFLAGS on CPPFLAGS_FOR_TARGET.
7687         * Makefile.in: Regenerate.
7689 2005-01-16  Jason Thorpe  <thorpej@netbsd.org>
7691         * MAINTAINERS: Update my email address.
7693 2005-01-12  David Edelsohn  <edelsohn@gnu.org>
7694             Andreas Schwab  <schwab@suse.de>
7696         PR bootstrap/18033
7697         * config-ml.in: Eval option if surrounded by single quotes.
7699 2005-01-03  Paolo Bonzini  <bonzini@gnu.org>
7701         Revert 2004-12-28 Makefile changes, a better fix will be
7702         applied to mainline and src after GCC 4.0 branches.
7704 2004-12-28  Paolo Bonzini  <bonzini@gnu.org>
7706         PR bootstrap/17383
7708         * Makefile.def (target_modules): Remove stage parameter,
7709         it is always true now.
7710         * Makefile.tpl (configure-build-[+module+],
7711         configure-target-[+module+]): Always build symlink tree
7712         for the directory and for include.  BUILD_SUBDIR and
7713         TARGET_SUBDIR cannot be . anymore.
7714         * Makefile.in: Regenerate.
7716 2004-12-25  David Edelsohn  <edelsohn@gnu.org>
7718         Revert 2004-12-08 Makefile changes.
7720 2004-12-17  Danny Smith  <dannysmith@users.sourceforge.net>
7722         * MAINTAINERS: Move myself to OS Port Maintainers for windows,
7723         cygwin, mingw.
7725 2004-12-16  Andrew Stubbs  <andrew.stubbs@st.com>
7727         * configure.in (sh64-*-*): Reenable gprof.
7728         * configure: Regenerate.
7730 2004-12-08  David Edelsohn  <edelsohn@gnu.org>
7732         * Makefile.def (flags_to_pass): Add PICFLAG_FOR_TARGET.
7733         * Makefile.tpl (EXTRA_HOST_FLAGS): Add PICFLAG.
7734         (EXTRA_TARGET_FLAGS): Add PICFLAG.
7735         * Makefile.in: Regenerate.
7737 2004-12-08  Christopher Faylor  <cgf@gcc.gnu.org>
7739         * MAINTAINERS: Update my email address.
7741 2004-12-07  Matt Kraai  <kraai@ftbfs.org>
7743         * Makefile.tpl: Generate normal dependencies if the LHS module is
7744         not bootstrapped.
7745         * Makefile.in: Regenerate.
7747 2004-12-03  Richard Sandiford  <rsandifo@redhat.com>
7749         * configure.in: Include config/gxx-include-dir.m4.  Use
7750         TL_AC_GXX_INCLUDE_DIR.  Remove some now-redundant AC_SUBSTs.
7751         * configure: Regenerate.
7753 2004-12-03  Richard Sandiford  <rsandifo@redhat.com>
7755         * config.if: Delete.
7756         * configure.in: Set libstdcxx_incdir directly.
7757         * configure: Regenerate.
7759 2004-12-02  Eric Christopher  <echristo@redhat.com>
7761         * Makefile.tpl (clean-target-libgcc): Make change in correct place.
7762         * Makefile.in: Regenerate.
7764 2004-12-02  Richard Sandiford  <rsandifo@redhat.com>
7766         * configure.in: Clear gcc_version_trigger if the file doesn't exist.
7767         * configure: Regenerate.
7769 2004-12-02  Richard Sandiford  <rsandifo@redhat.com>
7771         * configure.in: Include config/gcc-version.m4.  Use TL_AC_GCC_VERSION
7772         to set gcc_version_trigger.  Remove some now-redundant AC_SUBSTs.
7773         * configure: Regenerate.
7775 2004-12-01  Eric Christopher  <echristo@redhat.com>
7777         * Makefile.in (clean-target-libgcc): Add stmp-dirs to list
7778         of things to remove.
7780 2004-11-29  Matt Kraai  <kraai@ftbfs.org>
7782         * MAINTAINERS (Write After Approval): Update my e-mail address.
7784 2004-11-29  Kelley Cook  <kcook@gcc.gnu.org>
7786         * libtool.m4 (AC_DEPLIBS_CHECK_METHOD): Re-import linux-gnu case
7787         from CVS libtool to always pass_all.
7789 2004-11-25  John David Anglin  <dave.anglin@nrc-cnrc.gc.ca>
7791         * configure.in (hppa*-*-linux*): Don't add libgcj to noconfigdirs.
7792         (hppa*64*-*-*): Delete incorrect comment.
7793         * configure: Rebuilt.
7795 2004-11-24  Kelley Cook  <kcook@gcc.gnu.org>
7797         * libtool.m4 (AC_DEPLIBS_CHECK_METHOD): Revert previous change.
7799 2004-11-24  Kelley Cook  <kcook@gcc.gnu.org>
7801         * libtool.m4 (AC_DEPLIBS_CHECK_METHOD): Import linux-gnu case
7802         from CVS libtool to always pass_all.
7804 2004-11-15  Kelley Cook  <kcook@gcc.gnu.org>
7806         * install-sh, compile: Import from automake.
7808 2004-11-15  Kelley Cook  <kcook@gcc.gnu.org>
7810         * config.guess, config.sub:  Import from savannnah.
7812 2004-11-12  Scott Robert Ladd  <scott.ladd@coyotegulch.com>
7814         * MAINTAINERS (Write After Approval): Add myself
7816 2004-11-12  Mike Stump  <mrs@apple.com>
7818         * Makefile.def: Add html support.
7819         * Makefile.tpl: Likewise.
7820         * Makefile.in: Regenerate.
7822 2004-11-11  Geoffrey Keating  <geoffk@apple.com>
7824         PR 18423
7825         * configure.in: Remove all instances of build-fixincludes from
7826         noconfigdirs.
7827         (build_configargs): Supply --target to subdirectories.
7828         * configure: Regenerate.
7830         * Makefile.def: Make gcc install depend on fixincludes install.
7831         * Makefile.in: Regenerate.
7833 2004-11-10  Janis Johnson  <janis187@us.ibm.com>
7835         * MAINTAINERS: Add myself as gcc testsuite maintainer.
7837 2004-11-11  Paul Brook  <paul@codesourcery.com>
7839         * MAINTAINERS: Add self as arm maintainer.  Update email address.
7841 2004-11-08  Hans-Peter Nilsson  <hp@bitrange.com>
7843         * configure.in (noconfigdirs) [mmix-*-*]: Disable
7844         target-libgfortran.
7845         * configure: Regenerate.
7847 2004-11-07  David Edelsohn  <edelsohn@gnu.org>
7849         * config-ml.in: Pass FCFLAGS for multilibs, handle GFORTRAN
7850         like CC.
7852 2004-11-05  Paolo Bonzini  <bonzini@gnu.org>
7854         * Makefile.def (host fixincludes): Specify missing targets.
7855         * Makefile.in: Regenerate.
7857 2004-11-05  Ralf Corsepius  <ralf.corsepius@rtems.org>
7859         * MAINTAINERS: Add myself
7861 2004-11-05  Gabor Loki  <loki@inf.u-szeged.hu>
7863         * MAINTAINERS (Write After Approval): Add myself.
7865 2004-11-04  Geoffrey Keating  <geoffk@apple.com>
7867         * Makefile.def: Build fixincludes for the host, too.
7868         * Makefile.in: Regenerate.
7869         * configure.in (host_tools): Add fixincludes.
7870         * configure: Regenerate.
7872 2004-11-04  Daniel Jacobowitz  <dan@debian.org>
7874         * configure.in (arm-*-oabi*, thumb-*-oabi*): Remove.
7875         * configure: Regenerated.
7877 2004-11-04  H.J. Lu  <hongjiu.lu@intel.com>
7879         PR other/17783
7880         * configure.in: Set up LD_LIBRARY_PATH by default for gcc.
7881         * configure: Regenerated.
7883 2004-10-31  Mark Mitchell  <mark@codesourcery.com>
7885         * README.SCO: Update per FSF instructions.
7887 2004-10-28  Eric B. Weddington  <ericw@evcohs.com>
7889         PR target/18151
7890         * configure.in (case ${target}): Do not build fixincludes for avr.
7891         * configure: Regenerated.
7893 2004-10-26  Paolo Bonzini  <bonzini@gnu.org>
7895         * configure.in (case ${target}): Do not build fixincludes
7896         on platforms where it is not used.
7897         * configure: Regenerated.
7899 2004-10-23  Daniel Jacobowitz  <dan@debian.org>
7901         * configure.in: Use an absolute path to install-sh.
7902         * configure: Regenerated.
7904 2004-10-19  Aaron W. LaFramboise  <aaronavay62@aaronwl.com>
7906         * MAINTAINERS (Write After Approval): Add myself.
7908 2004-10-19  Kazu Hirata  <kazu@cs.umass.edu>
7910         * MAINTAINERS: Remove from Write After Approval those that are
7911         already maintainers.
7913 2004-10-19  Sebastian Pop  <pop@cri.ensmp.fr>
7915         * MAINTAINERS:  Update my email address.
7917 2004-10-12  Kelley Cook  <kcook@gcc.gnu.org>
7919         * configure.in (*-*-cygwin*): Supress warning if newlib not present.
7920         * configure: Regenerate.
7922 2004-10-07  J"orn Rennecke  <joern.rennecke@st.com>
7924         * MAINTAINERS:  Update my email address.
7926 2004-10-07  Kazu Hirata  <kazu@cs.umass.edu>
7928         * MAINTAINERS (Language Front Ends Maintainers): New.  Move
7929         entries belonging to this category.
7931 2004-10-06  Josef Zlomek  <josef.zlomek@email.cz>
7933         * MAINTAINERS: Update my e-mail address.
7935 2004-10-06  Paolo Bonzini  <bonzini@gnu.org>
7937         Fix wrong conflict resolution in:
7939         2004-08-16  Paolo Bonzini  <bonzini@gnu.org>
7941         * Makefile.in: Regenerate.
7942         * Makefile.tpl (Autogenerated `all-*' targets): Invoke $(TARGET-*)
7943         in the recursive `make', instead of hardwiring `all'.
7944         (Autogenerated TARGET-* variables): New.
7946 2004-10-05  Tomer Levi  <Tomer.Levi@nsc.com>
7948         * configure.in: Enable target-libgloss for crx-*-*.
7949         * configure: Regenerate.
7951 2004-10-04  Kazu Hirata  <kazu@cs.umass.edu>
7953         * MAINTAINERS (Various Maintainers): Move the "windows,
7954         cygwin, mingw" maintainer to ...
7955         (OS Port Maintainers): ... here.
7957 2004-10-04  Kazu Hirata  <kazu@cs.umass.edu>
7959         * MAINTAINERS (Write After Approval): Remove those that are
7960         maintainers of some subsystem.
7962 2004-10-02  P.J. Darcy  <darcypj@us.ibm.com>
7964         * ltcf-c.sh (tpf*): Add ld_shlibs=yes.
7965         * ltcf-cxx.sh (tpf*): Likewise.
7966         * ltconfig (tpf*): Add TPF OS configuration support.
7968 2004-10-01  Bernd Schmidt  <bernds_cb1@t-online.de>
7970         * MAINTAINERS: Change my email address to my new work account.
7972 2004-09-24  Michael Roth  <mroth@nessie.de>
7974         * configure.in (--without-headers): Add missing double quotes.
7975         * configure: Regenerate.
7977 2004-09-24  Kelley Cook  <kcook@gcc.gnu.org>
7979         * ylwrap: Revert to previous version.
7981 2004-09-23  H.J. Lu  <hongjiu.lu@intel.com>
7983         PR bootstrap/17369
7984         * Makefile.tpl (REALLY_SET_LIB_PATH): Add @SET_GCC_LIB_PATH@.
7985         (HOST_EXPORTS]): Add @SET_GCC_LIB_PATH@. Set and export
7986         SET_GCC_LIB_PATH_CMD.
7987         (BASE_TARGET_EXPORTS): Likewise.
7988         * Makefile.in: Regenerated.
7990         * configure.in (SET_GCC_LIB_PATH): Set and substitute.
7991         * configure: Regenerated.
7993 2004-09-23  Kelley Cook  <kcook@gcc.gnu.org>
7995         * config.guess: New upstream version
7996         * compile, depcomp, install-sh, ylwrap: Likewise.
7998 2004-09-19  Roger Sayle  <roger@eyesopen.com>
8000         * config/mh-x86omitfp: New host makefile fragment.  Add
8001         -fomit-frame-pointer to the default BOOT_CFLAGS.
8002         * configure.in: Use it to speed up bootstrap on some IA-32 hosts.
8003         * configure: Regenerate.
8005 2004-09-15  Andrew Pinski  <pinskia@physics.uc.edu>
8007         PR target/11572
8008         * configure.in (*-*-darwin*): Renable libobjc.
8009         * configure: Regenerate.
8011 2004-09-10  Nathan Sidwell  <nathan@codesourcery.com>
8013         * MAINTAINERS: Add self as c++ and type-safe vector maintainer.
8015 2004-09-09  Daniel Berlin  <dberlin@dberlin.org>
8017         * Makefile.def: Remove libbanshee.
8018         * Makefile.tpl: Ditto.
8019         * configure.in: Ditto.
8020         * Makefile.in: Regen.
8021         * configure: Ditto.
8023 2004-09-08  David Edelsohn  <edelsohn@gnu.org>
8025         * ltmain.sh: Use $pic_object as $non_pic_object if
8026         $non_pic_object=none.
8028 2004-09-07  Paolo Bonzini  <bonzini@gnu.org>
8030         * missing: Import latest version from master repository.
8032 2004-09-06  Nick Clifton  <nickc@redhat.com>
8034         * config.sub: Import latest version from master repository.
8035         * config.guess: Likewise.
8036         This includes these changes:
8038         2004-08-27  Hans-Peter Nilsson  <hp@axis.com>
8040         * config.sub: Handle crisv32, alias etraxfs.
8041         * config.guess (crisv32:Linux:*:*): Handle.
8043         2004-08-13  Brad Smith  <brad@comstyle.com>
8045         * config.guess (*:OpenBSD:*:*): Remove defunct MIPS machines.
8046         (sgi:OpenBSD:*:*): Emit mips64, not mipseb.
8048         2004-08-11  Paul Eggert  <eggert@cs.ucla.edu>
8050         * config.guess (*:Darwin:*:*): If uname -p reports "unknown",
8051         assume the processor is a powerpc.  This is because coreutils
8052         uname (at least versions 4.5.7 through 5.2.1) outputs "unknown"
8053         in this case, due to a MacOS X bug that causes
8054         sysctl ((int[]) {CTL_HW, HW_MACHINE_ARCH}, 2, buffer, &bufsize, 0, 0)
8055         to return a negative number.
8056         Problem reported by Petter Reinholdtsen in:
8057         http://lists.gnu.org/archive/html/bug-gnu-utils/2003-02/msg00201.html
8059         2004-07-19  Ben Elliston  <bje@gnu.org>
8061         * config.guess (S7501:*:4.0:3.0): Handle NCR System V UNIX machine.
8063         2004-06-24  Ben Elliston  <bje@gnu.org>
8065         * config.guess: Update copyright years.
8066         * config.sub: Likewise.
8068         2004-06-22  Robert Millan  <robertmh@gnu.org>
8070         * config.guess (*:FreeBSD:*:*): Remove check for glibc (unneeded
8071         since GNU/kFreeBSD systems match *:GNU/*:*:* instead).
8073         2004-06-22  Stanley F. Quayle <stan@stanq.com>
8075         * config.guess (*:*VMS:*:*): New entry. Replaces
8076         Alpha:OpenVMS:*. Recognize and advertise all VMS flavors as dec
8077         manufacturer.
8079         2004-06-22  Ben Elliston  <bje@gnu.org>
8081         * config.guess: Cray fixes from Wendy Palm <wendyp@cray.com>.
8082         * config.sub: Likewise.
8084         2004-06-22  Ben Elliston  <bje@gnu.org>
8086         Reported by Hans-Peter Nilsson <hp@bitrange.com>:
8087         * config.sub: Correctly handle mmix-knuth and mmix-knuth-mmixware.
8089         2004-06-11  Ben Elliston  <bje@gnu.org>
8091         * config.guess (pegasos:OpenBSD:*:*): Remove.
8093         2004-06-11  Ben Elliston  <bje@gnu.org>
8095         From Wouter Verhelst <wouter@grep.be>:
8096         * config.guess (M68*:*:R3V[5678]:*): Detect R3V8.
8098         2004-06-11  Ben Elliston  <bje@gnu.org>
8100         * config.guess (luna88k:OpenBSD:*:*): New.
8102         2004-03-12  Kazuhiro Inaoka  <inaoka.kazuhiro@renesas.com>
8104         * config.guess (m32r*:Linux:*:*): New case.
8105         * config.sub: Handle m32rle.
8107         2004-03-12  Ben Elliston  <bje@wasabisystems.com>
8109         From Jens Petersen  <petersen@redhat.com>:
8110         * config.sub: Handle sparcv8.
8112         2004-03-03  Ben Elliston  <bje@wasabisystems.com>
8114         From Tom Smith <smith@cag.lkg.hp.com>:
8115         * config.guess: Version suffixes are equally significant on Tru64
8116         V4.* and V5.*, so do not ignore them on V5.*.  Handle a version
8117         prefix of "P" (patched kernel).
8119         2004-02-23  Tal Agmon  <Tal.Agmon@nsc.com>
8121         * config.sub: Add support for National Semiconductor CRX target.
8123 2004-09-03  Janis Johnson  <janis187@us.ibm.com>
8125         * MAINTAINERS (Various Maintainers): Remove myself as web page
8126         maintainer, add myself as maintainer of build status lists.
8128 2004-09-03  Jan Beulich  <jbeulich@novell.com>
8130         * configure.in: Remove target-libstdc++-v3 from noconfigdirs for
8131         *-*-netware, but add target-libmudflap.
8132         Consolidate *-*-netware targets (of which really only i?86 exists)
8133         into a single entry.
8134         * configure: Likewise.
8136 2004-09-01  Paolo Bonzini  <bonzini@gnu.org>
8138         * Makefile.tpl (sorry): Remove.
8139         (clean-stage[+id+], clean-stage[+id+]-module): New targets.
8140         (cleanstrap targets): Depend on distclean, not distclean-stage1.
8141         (do-clean): Clean per-stage directories too.
8142         (do-distclean): Run distclean-stage1 too.
8143         (.NOTPARALLEL): Enable during toplevel bootstrap.
8144         (stage[+id+]-bubble): Enable parallel execution during
8145         the recursive invocation.
8146         * Makefile.in: Regenerate.
8148         Fix previous checkin:
8150         * Makefile.tpl: Move BOOT_CFLAGS above host makefile fragment
8151         include.
8152         * configure.in: Fix indentation.
8153         * configure: Regenerate.
8155 2004-08-31  Robert Bowdidge  <bowdidge@apple.com>
8157         * Makefile.in: Move BOOT_CFLAGS above host makefile fragment include.
8158         * configure.in: add test for powerpc-*-darwin* to specify makefile frag
8159         * configure: regenerate
8160         * config/mh-ppc-darwin: create file, override BOOT_CFLAGS for
8161         -mdynamic-no-pic
8163 2004-08-31  Paolo Bonzini  <bonzini@gnu.org>
8165         * Makefile.def (build_modules): Add fixincludes.
8166         (dependencies): Make gcc depend on fixincludes.
8167         * configure.in (build_tools): Add fixincludes.
8168         (build_configdirs): Always include build_libs.
8169         * Makefile.in: Regenerate.
8170         * configure: Regenerate.
8172 2004-08-30  Paolo Bonzini  <bonzini@gnu.org>
8174         * Makefile.def (bootstrap stages): Add 'lean' parameter.
8175         * Makefile.tpl (configure-stageN-*, all-stageN-*): Turned into
8176         phony targets; do not generate timestamp files.
8177         (distclean-stageN): Remove references to their timestamp files.
8178         (restageN, touch-stageN): Remove.
8179         (stageN-bubble): Rewritten.
8180         (compare): Support lean bootstraps.
8181         * Makefile.in: Regenerate.
8183         * configure.in: Only warn when bootstrapping but
8184         build != host or build != target.  Support lean bootstraps.
8185         * configure: Regenerate.
8187 2004-08-26  Phil Edwards  <phil@codesourcery.com>
8189         * configure.in:  Give a better error message if GMP/MPFR are missing
8190         and a language needing them has been requested.
8191         * configure:  Regenerated.
8193 2004-08-25  Phil Edwards  <phil@codesourcery.com>
8195         * configure.in:  Print a list of available language front-ends if
8196         a requested one is missing.  Tidy stray tab characters.
8197         * configure:  Regenerated.
8199 2004-08-19  Michael Koch  <konqueror@gmx.de>
8201         * gcc/doc/install.texi: Update entry about automake for libjava.
8203 2004-08-17  Robert Millan  <robertmh@gnu.org>
8205         * configure.in: In noconfigdirs check, match GNU/k*BSD with GNU/Linux
8206         (instead of FreeBSD).
8207         * configure: Regenerate.
8209 2004-08-16  Paolo Bonzini  <bonzini@gnu.org>
8211         * Makefile.in: Regenerate.
8212         * configure: Regenerate.
8214         * Makefile.def (bootstrap-stage): Rename extra_*_flags to
8215         stage_*_flags.
8216         * Makefile.tpl (configure-[+module+], all-[+module+]): Exit
8217         for bootstrapped modules if toplevel bootstrap is going.
8218         (GCC bootstrap): Generate per-stage targets for all bootstrapped
8219         modules.  Adjust for changes in Makefile.def.  Enable several
8220         rules even in non-bootstrap mode, just to avoid peppering the
8221         template with unnecessary "@if/@endif gcc-bootstrap" pairs.
8222         (stage-[+prev+]-bubble): Remove.
8224         * Makefile.def (Dependencies): Depend on all-build-bison,
8225         all-build-flex, all-build-byacc, all-build-texinfo, rather
8226         than the host variations.
8227         * Makefile.tpl (BUILD_DIR_PREFIX): Remove.  Replace throughout
8228         with BUILD_SUBDIR.
8229         (BISON): Update for recent Bisons.
8230         (YACC): Fix typo.
8231         (cross): Depend on all-build.
8232         (all): Do not depend on all-build.
8233         (prebootstrap): Remove.
8234         (dep-kind): Accept separate prefixes for MODULE and ON variables.
8235         (Prebootstrap dependencies): Add them to the per-stage targets
8236         and to all-prebootstrap.
8237         * configure.in (build_configdirs): Always enable build_tools.
8238         (BUILD_DIR_PREFIX): Remove.
8240         * Makefile.def (gcc): Add target variable.
8241         (gdb, expect, guile, tk, tix): Replace with_x with extra_make_flags.
8242         * Makefile.tpl (Autogenerated `all-*' targets): Invoke $(TARGET-*)
8243         in the recursive `make', instead of hardwiring `all'.
8244         (Autogenerated TARGET-* variables): New.
8246 2004-08-13  Brian Booth  <bbooth@redhat.com>
8248         * MAINTAINERS: Remove myself from write-after-approval.
8250 2004-08-12  Nathanael Nerode  <neroden@gcc.gnu.org>
8252         * src-release: Stop distributing mmalloc with gdb (which doesn't
8253         use it).
8254         * Makefile.def: GDB doesn't depend on mmalloc anymore.
8255         * Makefile.in: Regenerate.
8257 2004-08-09  Mark Mitchell  <mark@codesourcery.com>
8259         * configure.in (arm*-*-eabi*): New target.
8260         * configure: Regenerate.
8262 2004-08-06  Paolo Bonzini  <bonzini@gnu.org>
8264         * Makefile.def (bfd, opcodes, gcc, zlib): Mark as bootstrap module.
8265         (bison, byacc, flex, texinfo): Do not mark as bootstrap module.
8266         (Dependencies): New section.
8267         * Makefile.tpl (Dependencies): Generate from Makefile.def.
8268         (configure-target-[+module+]): Depend on maybe-all-gcc
8269         (all-prebootstrap): New name of all-bootstrap.  Changed throughout.
8270         (toplevel profiledbootstrap): Fix dependencies.
8271         * Makefile.in: Regenerate.
8273 2004-08-03  Mark Mitchell  <mark@codesourcery.com>
8275         * configure.in (arm*-*-symbianelf*): Add ${libgcj} and
8276         target-libiberty to noconfigdirs.
8277         * configure: Regenerate.
8279 2004-08-03  Paul Brook  <paul@codesourcery.com>
8281         * configure.in: Check for MPFR as well as GMP.
8282         * configure: Regenerate.
8284 2004-08-01  Robert Millan  <robertmh@gnu.org>
8286         * configure.in: Turn mt-linux into mt-gnu. Use mt-gnu and enable
8287         libmudflap for all GNU-based systems (with Glibc).
8288         * configure: Regenerate.
8290 2004-08-03  Paolo Bonzini  <bonzini@gnu.org>
8292         * Makefile.def (host-modules): Add gcc.
8293         * Makefile.in: Regenerate.
8294         * Makefile.tpl (sorry): New rule.
8295         (configure-host, all-host, [+make_target+]-host, do-check,
8296         install-host): Do not add gcc as a special case.
8297         (host modules): Add a small special-casing for gcc.  Export
8298         extra_make_flags through the environment.
8299         (maybe-configure-gcc, configure-gcc, maybe-all-gcc, all-gcc,
8300         maybe-check-gcc, check-gcc, maybe-install-gcc, install-gcc,
8301         other recursive targets for gcc): Remove.
8303         (all, do-[+make_target+], do-check): Wrap between unstage and stage.
8304         (stage, unstage): New rules.
8305         (stage[+id+]-start, stage[+id+]-end, [+compare-target+],
8306         distclean-stage[+id+]): Use stage_current.
8307         ([+bootstrap-target+], profiledbootstrap): Do not invoke manually
8308         the stage*-start rules.
8310 2004-08-02  Geoffrey Keating  <geoffk@apple.com>
8312         * ltcf-cxx.sh: On Darwin, make archive multi-module, and don't
8313         use -all_load flag.
8315 2004-08-02  Paolo Bonzini  <bonzini@gnu.org>
8317         * configure.in: Sync from src, add noconfigdirs for crx-*-*.
8318         * configure: Regenerate.
8320 2004-07-16  Toon Moene  <toon@moene.indiv.nluug.nl>
8322         * maintainer-scripts/gcc_release: Revert yesterday's change.
8324 2004-07-16  Segher Boessenkool  <segher@kernel.crashing.org>
8326         * MAINTAINERS: Add myself to write-after-approval.
8328 2004-07-15  Toon Moene  <toon@moene.indiv.nluug.nl>
8330         * libf2c: Removed.
8331         * gcc/gccbug.in: Updated because of libf2c removal.
8332         * maintainer-scripts/gcc_release: Ditto.
8334 2004-07-09  Loren J. Rittle  <ljrittle@acm.org>
8336         * configure.in: Build libmudflap by default on FreeBSD.
8337         * configure: Regenerated.
8339 2004-07-09  Mark Mitchell  <mark@codesourcery.com>
8341         * configure.in: Do not build libmudflap by default on non-GNU/Linux
8342         systems.
8343         * configure: Regenerated.
8345 2004-07-08  John David Anglin  <dave.anglin@nrc-cnrc.gc.ca>
8347         PR target/16344
8348         * Makefile.tpl (profiledbootstrap): Build runtime libraries with
8349         feedback based compiler.
8350         * Makefile.in: Rebuilt.
8352 2004-07-08  Alexandre Oliva  <aoliva@redhat.com>
8354         * Makefile.def (host_modules): Set bootstrap=true for flex.
8355         * Makefile.tpl (all-gcc): Depend on texinfo and flex.
8356         * Makefile.in: Rebuilt.
8358 2004-07-07  Jan Hubicka  <jh@suse.cz>
8360         * MAINTAINERS: Add self as a profile feedback maintainer.
8362 2004-07-05  Phil Edwards  <phil@codesourcery.com>
8364         * configure.in:  Do not prepend $srcdir to /dev/null in
8365         makefile fragments.
8366         * configure:  Regenerate.
8368 2004-07-01  Paolo Bonzini  <bonzini@gnu.org>
8370         * Makefile.def (build_modules): Add bison, byacc, flex,
8371         m4, texinfo.
8372         (flags_to_pass): Add FLEX.
8373         * Makefile.tpl (BUILD_DIR_PREFIX, BASE_EXPORTS): New.
8374         (BUILD_EXPORTS, HOST_EXPORTS, BASE_TARGET_EXPORTS): Include it.
8375         (DEFAULT_YACC, USUAL_YACC, DEFAULT_LEX, USUAL_LEX, DEFAULT_M4,
8376         DEFAULT_MAKEINFO): Remove.
8377         (CONFIGURED_YACC, CONFIGURED_FLEX, CONFIGURED_BISON,
8378         CONFIGURED_LEX, CONFIGURED_M4, CONFIGURED_MAKEINFO): Substitute.
8379         (YACC, FLEX, BISON, LEX, M4, MAKEINFO): Define to look into
8380         objdir or else use configured tool.
8381         (all-build): New.
8382         (all): Depend on it.
8383         (Build module dependencies): Add.
8384         * Makefile.in: Regenerate.
8385         * configure.in: Better support for multiple build modules,
8386         matching what is done for host/target modules.  Do not look
8387         for "plausible" locations of build tools if Canadian cross.
8388         Use autoconf's AC_PROG_CC to find a C compiler.  Define
8389         BUILD_DIR_PREFIX.  Look for flex, makeinfo and m4.
8390         * configure: Regenerate.
8392 2004-06-22  Paolo Bonzini  <bonzini@gnu.org>
8394         * Makefile.tpl (HOST_EXPORTS): Fix pasto.
8395         * Makefile.in: Regenerate.
8397 2004-06-22  Paolo Bonzini  <bonzini@gnu.org>
8399         * Makefile.tpl (configure-build-[+module+],
8400         configure-[+module+], configure-target-[+module+]): Pass
8401         [+extra_configure_args+].
8402         (all-build-[+module+], all-[+module+], check-[+module+],
8403         install-[+module+], [+make_target+]-[+module+],
8404         all-target-[+module+], check-target-[+module+],
8405         install-target-[+module+], [+make_target+]-target-[+module+]):
8406         Pass [+extra_make_args+].
8407         (HOST_EXPORTS): Include the former GCC_HOST_EXPORTS.
8408         (GCC_HOST_EXPORTS): Remove.
8409         (configure-gcc, all-gcc, GCC_STRAP_TARGETS, profiledbootstrap,
8410         cross, check-gcc, check-gcc-c++, install-gcc,
8411         gcc-no-fixedincludes, [+make_target+]-gcc, stage[+id+]-bubble):
8412         Replace GCC_HOST_EXPORTS with HOST_EXPORTS.
8413         * Makefile.in: Regenerate.
8415 2004-06-21  Matthew Sachs  <msachs@apple.com>
8417         * MAINTAINERS: Added self to write-after-approval.
8419 2004-06-21  Christopher Faylor  <cgf@alum.bu.edu>
8421         * configure.in: Check for srcdir/winsup rather than build directory
8422         winsup.
8423         * configure: Regenerate.
8425 2004-06-17  Corinna Vinschen  <vinschen@redhat.com>
8427         * configure.in: Don't build Cygwin native newlib if winsup
8428         directory is missing.  Emit warning instead.
8429         * configure: Regenerate.
8431 2004-06-09  Paolo Bonzini  <bonzini@gnu.org>
8433         * Makefile.tpl (touch-stage[+id+]): New.
8434         (restage[+prev+]): Depend on touch-stage[+id+].
8436         * Makefile.tpl (RECURSE_FLAGS_TO_PASS): New.
8437         Use it throughout.
8439         * Makefile.def: Add profile and feedback bootstrap stages.
8440         Remove next field from bootstrap stages.
8441         * Makefile.tpl (LN, LN_S): Substitute.
8442         (stageN-start, stageN-end): Use double-colon rules, to
8443         provide a hook for additional setup commands.
8444         (distclean-stageN-gcc, restageN): Create dependencies from
8445         [+prev+], not from [+next+].
8446         (stageN-bubble): Add commands for successive stages from
8447         [+prev+], using double-colon rules.
8448         (all-stageN-gcc): Fix typo.
8449         (stagefeedback-start, profiledbootstrap): New.
8450         * Makefile.in: Regenerate.
8451         * configure.in: Call ACX_PROG_LN.
8452         * configure: Regenerate.
8454 2004-06-08  Canqun Yang  <canqun@nudt.edu.cn>
8456         * MAINTAINERS (Write After Approval): Add myself.
8458 2004-06-03  Mark G. Adams  <mark.g.adams@sympatico.ca>
8460         * MAINTAINERS (Write After Approval): Add myself.
8462 2004-06-03  Paolo Bonzini  <bonzini@gnu.org>
8464         * configure.in: Fix --enable-bootstrap breakage introduced in trees
8465         without gcc.
8466         * configure: Regenerate.
8468 2004-06-01  Paolo Bonzini  <bonzini@gnu.org>
8470         * Makefile.tpl: Fix typo.
8471         * Makefile.in: Regenerate.
8473 2004-06-01  Paolo Bonzini  <bonzini@gnu.org>
8475         * configure.in: Remove new- prefix from toplevel
8476         bootstrap targets.
8477         * configure: Regenerate.
8479 2004-06-01  Paolo Bonzini  <bonzini@gnu.org>
8481         * Makefile.tpl (all.normal): Rename to all.
8482         (all): Replace with a rule to pick the default
8483         target from configure.
8484         (all-gcc, configure-gcc): Use conditionals to
8485         do nothing when toplevel bootstrap is going on.
8486         (GCC directory bootstrap) [gcc-bootstrap]: Disable.
8487         (Toplevel bootstrap) [gcc-no-bootstrap]: Disable.
8488         * configure.in: Support --enable-bootstrap.
8490         * Makefile.def: Remove new- prefix from toplevel
8491         bootstrap targets.
8492         * Makefile.tpl: Likewise.
8494         * Makefile.def: Add bootstrap_stage 4.  Add bootstrap2
8495         target.
8497         * Makefile.tpl (Toplevel bootstrap): Pass $(BASE_FLAGS_TO_PASS)
8498         $(RECURSE_FLAGS) to recursive invocation of make.
8500         * Makefile.in: Regenerate.
8501         * configure: Regenerate.
8503 2004-05-30  Andreas Jaeger  <aj@suse.de>
8504             Jim Wilson  <wilson@specifixinc.com>
8506         * config-ml.in: Pass FFLAGS and ADAFLAGS for multilibs, handle F77
8507         like CC.
8509 2004-05-27  Daniel Jacobowitz  <dan@debian.org>
8511         * configure.in: Fix sed invocation for GFORTRAN_FOR_TARGET.
8512         * configure: Regenerate.
8514 2004-05-25  Daniel Jacobowitz  <drow@false.org>
8516         * Makefile.tpl (BUILD_EXPORTS, HOST_EXPORTS, GCC_HOST_EXPORTS)
8517         (STAGE_HOST_EXPORTS, BASE_TARGET_EXPORTS, RAW_CXX_TARGET_EXPORTS)
8518         (NORMAL_TARGET_EXPORTS): New macros.  Use them in all the recursive
8519         targets.
8520         * Makefile.in: Regenerate.
8522 2004-05-24  Paolo Bonzini  <bonzini@gnu.org>
8524         * configure.in: Test the ability to symlink directories.
8525         * configure: Regenerate.
8527         * Makefile.def (bootstrap-stage): New definitions.
8528         * Makefile.tpl (configure-stage1-gcc,
8529         configure-stage2-gcc, configure-stage3-gcc,
8530         all-stage1-gcc, all-stage2-gcc, all-stage3-gcc,
8531         new-bootstrap, new-cleanstrap, new-restage1, new-restage2,
8532         new-restage3, compare): Autogenerate, see Makefile.in
8533         entry for behavioral changes.
8534         (distclean-stage1, new-stage1-start, new-stage1-end,
8535         new-stage1-bubble, distclean-stage2, new-stage2-start,
8536         new-stage2-end, new-stage2-bubble, distclean-stage3,
8537         new-stage3-start, new-stage3-end): New autogenerated targets.
8538         (objext, prebootstrap, BOOT_CFLAGS,
8539         POSTSTAGE1_FLAGS_TO_PASS): Move above the autogenerated
8540         targets.
8542         * Makefile.in: Regenerate.
8543         (distclean-stage1, new-stage1-start, new-stage1-end,
8544         new-stage1-bubble, distclean-stage2, new-stage2-start,
8545         new-stage2-end, new-stage2-bubble, distclean-stage3,
8546         new-stage3-start, new-stage3-end): New targets.
8547         (all-stage1-gcc): Move prebootstrap dependency from here...
8548         (configure-stage1-gcc): ...to here.
8549         (new-bootstrap): Use bubble targets.
8550         (new-cleanstrap, new-restage1, new-restage2, new-restage3):
8551         Use per-stage distclean targets.
8552         (configure-stage1-gcc, configure-stage2-gcc,
8553         configure-stage3-gcc, all-stage1-gcc,
8554         all-stage2-gcc, all-stage3-gcc, new-bootstrap):
8555         Use new-stageN-start to prepare the tree.
8557 2004-05-23  Paolo Bonzini  <bonzini@gnu.org>
8559         * Makefile.def (host_modules): add libcpp.
8560         * Makefile.tpl: Add dependencies on and for libcpp.
8561         * Makefile.in: Regenerate.
8562         * configure.in: Add libcpp host module.
8563         * configure: Regenerate.
8565 2004-05-21  Paolo Bonzini  <bonzini@gnu.org>
8567         * Makefile.tpl: Whenever a recursive target is defined, wrap
8568         it in a special @if/@endif block, and prepare its maybe
8569         dependency in the @if/@endif block
8570         * configure.in: Instead of writing maybe dependencies, remove
8571         the @if/@endif statements, and remove the @if/@endif blocks
8572         that remain.
8573         * configure: Regenerate.
8574         * Makefile.in: Regenerate.
8576 2004-05-20  Janis Johnson  <janis187@us.ibm.com>
8578         * MAINTAINERS (Various Maintainers): Add myself for compat testsuite.
8580 2004-05-18  Kaz Kojima  <kkojima@gcc.gnu.org>
8582         PR bootstrap/15120
8583         * libtool.m4 (lt_cv_deplibs_check_method): Use pass_all on sh*.
8584         * */configure: Rebuilt.
8586 2004-05-17  Zack Weinberg  <zack@codesourcery.com>
8588         * Makefile.def, Makefile.tpl, configure.in: Remove all mention
8589         of libf2c.
8590         * configure, Makefile.in: Regenerate.
8592 2004-05-13  Tobias Schlüter  <tobi@gcc.gnu.org>
8594         * MAINTAINERS (Write After Approval): Add myself.
8596 2004-05-13  Diego Novillo  <dnovillo@redhat.com>
8598         Merge from tree-ssa-20020619-branch.
8600         * Makefile.def: Add libbanshee, libmudflap and libgfortran.
8601         * Makefile.tpl (BUILD_CONFIGDIRS): Add libbanshee.
8602         (HOST_GMPLIBS): Define.
8603         (HOST_GMPINC): Define.
8604         (TARGET_LIB_PATH): Add libmudflap.
8605         (GFORTRAN_FOR_TARGET): Define.
8606         (configure-build*): Export GFORTRAN.
8607         (configure-gcc): Export GMPLIBS and GMPINC.
8608         (all-gcc): Add maybe-all-libbanshee.
8609         (configure-target-libgfortran): Define.
8610         * Makefile.in: Regenerate.
8611         * configure.in (host_libs): Add libbanshee.
8612         (target_libraries): Add target-libmudflap and target-libgfortran.
8613         Add --with-libbanshee.
8614         Handle --disable-libmudflap.
8615         (*-*-freebsd*): Use with_gmp.
8616         Add $(libgcj) to noconfigdirs.
8617         * configure: Regenerate.
8618         * depcomp: New file.
8619         * MAINTAINERS: Add tree-ssa maintainers.
8621 2004-05-04  Vladimir Makarov  <vmakarov@redhat.com>
8623         * MAINTAINERS (Various Maintainers): Add myself.
8625 2004-04-30  Brian Ford  <ford@vss.fsi.com>
8627         * MAINTAINERS (Write After Approval): Add myself.
8629 2004-04-29  Uros Bizjak  <uros@kss-loka.si>
8631         * MAINTAINERS (Write After Approval): Add myself.
8633 2004-04-28  Paolo Bonzini  <bonzini@gnu.org>
8635         * config/acx.m4: Fix fastcompare support for new-bootstrap.
8636         * configure: Regenerate.
8638 2004-04-27  Paolo Bonzini  <bonzini@gnu.org>
8640         Revert:
8641         2004-04-26  Paolo Bonzini  <bonzini@gnu.org>
8643         * Makefile.def (flags_to_pass): Remove *dir variables that
8644         are passed to the modules via TOPLEVEL_CONFIGURE_ARGUMENTS,
8645         as well as prefix and exec_prefix.
8646         * Makefile.in: Regenerate.
8648 2004-04-26  Robert Millan  <robertmh@gnu.org>
8650         Add patches from libtool CVS.
8651         * libtool.m4: Add kfreebsd*-gnu and knetbsd*-gnu.
8652         * ltconfig: Likewise.
8653         * ltcf-c.sh: Likewise.
8654         * ltcf-cxx.sh: Likewise.
8655         * ltcf-gcj.sh: Likewise.
8657 2004-04-26  Paolo Bonzini  <bonzini@gnu.org>
8659         * Makefile.def (host_modules): Mark with the bootstrap
8660         flag packages on which gcc depends.
8661         * Makefile.tpl (all-bootstrap): Use it.
8662         * Makefile.in: Regenerate.
8664 2004-04-26  Paolo Bonzini  <bonzini@gnu.org>
8666         * Makefile.def (flags_to_pass): Remove *dir variables that
8667         are passed to the modules via TOPLEVEL_CONFIGURE_ARGUMENTS,
8668         as well as prefix and exec_prefix.
8669         * Makefile.in: Regenerate.
8671 2004-04-26  Paolo Bonzini  <bonzini@gnu.org>
8673         * configure.in: Invoke ACX_PROG_CMP_IGNORE_INITIAL.
8674         * configure: Regenerate.
8675         * config/acx.m4: Mutuate ACX_PROG_CMP_IGNORE_INITIAL from gcc.
8676         * gcc/Makefile.tpl (compare): Use the result of the test.
8677         * gcc/Makefile.in: Regenerate.
8679 2004-04-23  Paolo Bonzini  <bonzini@gnu.org>
8681         * Makefile.tpl (all-stage1-gcc, all-stage2-gcc, all-stage3-gcc):
8682         Always relocate gcc and prev-gcc to the original names, even
8683         if the build fails.
8684         (new-cleanstrap, new-restage1, new-restage2, new-restage3):
8685         New targets.
8687 2004-04-23  Laurent GUERBY <laurent@guerby.net>
8689         * MAINTAINERS: Update my email address.
8691 2004-04-19  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
8693         * configure.in (mips*-*-irix5*): Enable ld.
8694         * configure: Regenerate.
8696 2004-04-16  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
8698         * configure: Regenerate.
8700 2004-04-15  James E Wilson  <wilson@specifixinc.com>
8702         * Makefile.tpl (configure-[+module+], configure-gcc,
8703         configure-stage1-gcc, configure-stage2-gcc, configure-stage3-gcc):
8704         Set and export LDFLAGS.
8705         * Makefile.in: Regenerate.
8707 2004-04-12  Michael Chastain  <mec.gnu@mindspring.com>
8709         * MAINTAINERS: Add myself to write-after-approval.
8711 2004-04-09  Nathanael Nerode  <neroden@gcc.gnu.org>
8713         PR bootstrap/14871
8714         * Makefile.tpl: If we don't have built-in-tree target tools,
8715         use the ones found by configure rather than hacking around with
8716         program_transform_name.
8717         * configure.in: Give Makefile.tpl the information necessary
8718         to do that.
8719         * Makefile.in: Regenerate.
8720         * configure: Regenerate.
8722 2004-04-06  Nathanael Nerode  <neroden@gcc.gnu.org>
8724         PR bootstrap/14760
8725         * configure.in: When computing baseargs, strip *all* copies of
8726         offending options.  Also, don't match/substitute the trailing space,
8727         so that this actually works when two similar options are separated by
8728         only one space.
8729         * configure: Regenerate.
8731 2004-04-06  David Edelsohn  <edelsohn@gnu.org>
8733         * configure.in (powerpc-*-aix*): Remove target-libada from noconfigdirs.
8734         (rs6000-*-aix*): Same.
8735         * configure: Regenerate.
8737 2004-04-05  Ranjit Mathew  <rmathew@hotmail.com>
8739         * MAINTAINERS: Add myself to write-after-approval.
8741 2004-04-03  Bud Davis  <bdavis9659@comcast.net>
8743         * MAINTAINERS: Add myself to write-after-approval.
8745 2004-03-24  Nathanael Nerode  <neroden@gcc.gnu.org>
8747         * Makefile.tpl (top level bootstrap support): Remove now-unneeded
8748         STRICT_WARN, WARN_CFLAGS flags passed down to make.
8749         * Makefile.in: Regenerate.
8751         * configure.in (top level bootstrap support): Rework --enable-werror
8752         to set @stage2_werror_flag@.
8753         * configure: Regenerate.
8754         * Makefile.tpl (top level bootstrap support): Pass
8755         @stage2_werror_flag@ down to configure in stages 2 and 3.
8756         * Makefile.in: Regenerate.
8758 2004-03-23  Nathanael Nerode  <neroden@gcc.gnu.org>
8760         * Makefile.tpl (new-bootstrap): Set CC and CC_FOR_BUILD in configure
8761         for stages 2 and 3 as well as in make.  As a consequence, remove
8762         OUTPUT_OPTION (now detected by configure) from the flags passed down
8763         to make.
8764         * Makefile.in: Regenerate.
8766         * Makefile.tpl (new-bootstrap): Fix typo.
8767         * Makefile.in: Regenerate.
8769 2004-03-22  Nathanael Nerode  <neroden@gcc.gnu.org>
8771         * Makefile.tpl: Rearrange by moving recursive_targets rules
8772         into their proper sections.
8773         * Makefile.tpl (top level bootstrap support): Move disabling
8774         of coverage flags from 'make' to 'configure'; improve comments.
8775         * Makefile.in: Regenerate.
8777         * Makefile.tpl (experimental top level bootstrap) Move stage1
8778         language setting from all- target to configure- target; disable
8779         intermodule optimization in stage 1; prevent gratuitous rebuilds
8780         of stage 1.
8781         * Makefile.in: Regenerate.
8782         * configure.in: Comma-separate stage 1 language list for top
8783         level bootstrap.
8784         * configure: Regenerate.
8786         * Makefile.tpl: Clean up experimental top level bootstrap support:
8787         note known problems; set CONFIG_SHELL; don't set BUILD_CC; relocate
8788         prev-gcc in configure- targets as well as all- targets.
8789         * Makefile.in: Regenerate.
8791 2004-03-21  Kelley Cook  <kcook@gcc.gnu.org>
8793         * compile: New file imported from automake.
8795 2004-03-17  Paolo Bonzini  <bonzini@gnu.org>
8797         * configure.in: Remove symbolic link section.
8798         * configure: Regenerate.
8799         * Makefile.tpl (links): Remove.
8800         * Makefile.in: Regenerate.
8802 2004-03-15  Paolo Bonzini  <bonzini@gnu.org>
8803             Nathanael Nerode  <neroden@gcc.gnu.org>
8805         * configure.in (DEFAULT_YACC, DEFAULT_M4, DEFAULT_LEX):
8806         Set with AC_CHECK_PROGS.
8807         * configure.in: Fix comment typo from last patch.
8808         * configure: Regenerate.
8810 2004-03-15  Nathanael Nerode  <neroden@gcc.gnu.org>
8812         * Makefile.tpl: Introduce experimental top level bootstrap support.
8813         * Makefile.in: Regenerate.
8814         * configure.in: Introduce support for top level bootstrap.
8815         * configure: Regenerate.
8817 2004-03-12  Eric Botcazou  <ebotcazou@gcc.gnu.org>
8818             Paolo Bonzini  <bonzini@gnu.org>
8820         PR bootstrap/14522
8821         * configure.in: Cope with shells that do not support unquoted ^
8822         * configure: Regenerate.
8824 2004-03-11  Eric Botcazou  <ebotcazou@gcc.gnu.org>
8825             Paolo Bonzini  <bonzini@gnu.org>
8827         PR bootstrap/14522
8828         * configure.in: Cope with shells that do not support nesting
8829         quotes inside quoted backquote substitutions.
8830         * configure: Regenerate.
8832 2004-03-10  Andrew Pinski  <pinskia@physics.uc.edu>
8834         PR bootstrap/14522
8835         * configure.in: Fix escaping of $.
8836         * configure: Regenerate.
8838 2004-03-11  Nathanael Nerode  <neroden@gcc.gnu.org>
8840         * configure: Regenerate, since I forgot to while committing Paolo's
8841         changes.
8843 2004-03-08  Paolo Bonzini  <bonzini@gnu.org>
8845         PR ada/14131
8846         Move language detection to the top level.
8847         * configure.in: Find default values for the tools as
8848         soon as possible.  Disable ada if GNAT is not found.
8849         Emit error message about missing languages.  Expand
8850         --enable-languages=all for the gcc subdirectory.
8852 2004-03-10  Ben Elliston  <bje@gnu.org>
8854         * MAINTAINERS: Update my email address.
8856 2004-03-05  David Edelsohn  <edelsohn@gnu.org>
8858         * ltconfig: Disable building static libraries if building shared
8859         libraries on AIX 5L.
8861 2004-03-01  Richard Sandiford  <rsandifo@redhat.com>
8863         * configure.in (mips64*-*-linux*): Override mips*-*-linux* case
8864         and disable libgcj.
8865         * configure: Regenerated.
8867 2004-03-01  Brian Booth  <bbooth@redhat.com>
8869         * MAINTAINERS: Add myself to write-after-approval.
8871 2004-03-01  Paolo Bonzini  <bonzini@gnu.org>
8873         * MAINTAINERS: Add myself to write-after-approval.
8875 2004-02-28  Nathanael Nerode  <neroden@gcc.gnu.org>
8877         PR bootstrap/7087
8878         * Makefile.tpl: Guard XFOO sed statements better.
8879         * Makefile.tpl: Add dependency for configure-target-libada.
8880         * Makefile.in: Regenerate (incidentally fixes broken
8881         commit when libada-branch was merged).
8883 2004-02-25  Kelley Cook  <kcook@gcc.gnu.org>
8885         * MAINTAINERS: Add myself to write-after-approval.
8887 2004-02-20  Andrew Pinski  <pinskia@physics.uc.edu>
8889         * MAINTAINERS: Add Nicola Pero and myself as libobjc
8890         maintainers.
8892 2004-02-20  Andrew Cagney  <cagney@redhat.com>
8894         * config.guess: Update from version 2003-10-16 to 2004-02-16.
8895         * config.sub: Update from version 2003-11-03 to 2004-02-16.
8897 2004-02-19  Nathanael Nerode  <neroden@gcc.gnu.org>
8899         PR bootstrap/11932
8900         * mkinstalldirs, install-sh: Import from automake CVS HEAD.
8902 2004-02-14  Jerry Quinn  <jlquinn@optonline.net>
8904         * MAINTAINERS: Added myself to write-after-approval.
8906 2004-02-14  Michael Koch  <konqueror@gmx.de>
8908         * MAINTAINERS: Added myself to write-after-approval.
8910 2004-02-13  Joseph S. Myers  <jsm@polyomino.org.uk>
8912         * MAINTAINERS: Move Steve Chamberlain to write-after-approval.  Move
8913         some OS port maintainers to OS port maintainers section.
8915 2004-02-13  Frank Ch. Eigler  <fche@redhat.com>
8917         * MAINTAINERS: Add self.
8919 2004-02-12  Kazu Hirata  <kazu@cs.umass.edu>
8921         * MAINTAINERS: Alphabetize.
8923 2004-02-12  Paolo Bonzini  <bonzini@gnu.org>
8925         * MAINTAINERS: Remove myself.
8927 2004-02-11  David Edelsohn  <edelsohn@gnu.org>
8929         * configure.in (powerpc-*-aix*): Add target-libada to noconfigdirs.
8930         (rs6000-*-aix*): Same.
8931         * configure: Regenerate.
8933 2004-02-11  Kelley Cook  <kcook@gcc.gnu.org>
8935         * configure.in (host): Add in missing $noconfigdirs to defines.
8936         * configure: Regenerate.
8938 2004-02-10  Arnaud Charlet  <charlet@act-europe.fr>,
8939             Nathanael Nerode  <neroden@gcc.gnu.org>
8941         PR ada/6637, PR ada/5911
8942         Merge with libada-branch:
8943         * configure.in, Makefile.tpl, Makefile.def: Add target-libada,
8944         with appropriate dependencies. Add --enable-libada configure switch.
8945         * configure, Makefile.in: Regenerate.
8947 2004-02-09  Paolo Bonzini  <bonzini@gnu.org>
8949         * MAINTAINERS: Add myself to write-after-approval.
8951 2004-02-05  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
8953         * configure.in: Don't pass --with-stabs on IRIX 5 either.
8954         * configure: Regenerate.
8956 2004-02-04  Geoffrey Keating  <geoffk@apple.com>
8958         Merge from upstream:
8960         * ltmain.in: When setting IFS to '~', be careful about user
8961         arguments that contain '~'.
8963         2004-02-04  Peter O'Gorman  <peter@pogma.com>
8965         * ltmain.in (infer_tag): Move tag inferrence to a shell function.
8966         Also test $base_compile against $CC with escaped arguments. Bug
8967         reported by Geoff Keating <geoffk@apple.com>.
8969 2004-02-04  Kazu Hirata  <kazu@cs.umass.edu>
8971         * MAINTAINERS: Remove i960 port.
8973 2004-01-23  DJ Delorie  <dj@redhat.com>
8975         * Makefile.def (target_modules) [libiberty]: Don't stage.
8976         * Makefile.in: Rebuilt.
8978 2004-01-20  Caroline Tice  <ctice@apple.com>
8980         * MAINTAINERS: Add myself to write-after-approval.
8982 2004-01-19  Paolo Carlini  <pcarlini@suse.de>
8984         * MAINTAINERS: Update my email address.
8986 2004-01-18  James A. Morrison  <ja2morri@uwaterloo.ca>
8988         * MAINTAINERS: Add myself to write-after-approval.
8990 2004-01-17  Volker Reichelt  <reichelt@igpm.rwth-aachen.de>
8992         * MAINTAINERS: Remove entries without email address.
8994 2004-01-15  Daniel Jacobowitz  <drow@mvista.com>
8996         * MAINTAINERS: Add myself to write-after-approval.
8998 2004-01-15  Steven Bosscher  <stevenb@suse.de>
9000         * MAINTAINERS: Update my email address.
9002 2004-01-14  Loren J. Rittle  <ljrittle@acm.org>
9004         * Makefile.def (target_modules) [libtermcap, libiberty, zlib]: Stage.
9005         * Makefile.tpl (configure-target-[+module+]): Support stage.
9006         * Makefile.in: Rebuilt.
9008 2004-01-12  Ian Lance Taylor  <ian@wasabisystems.com>
9010         * MAINTAINERS: Add myself as a libiberty MAINTAINER.
9012 2004-01-10  Richard Sandiford  <rsandifo@redhat.com>
9014         * MAINTAINERS: Add myself as a MIPS maintainer.
9016 2004-01-04  Nathanael Nerode  <neroden@gcc.gnu.org>
9018         * configure.in: Use ./config.cache, not config.cache.
9019         * configure: Regenerate.
9020         * Makefile.tpl: Special-casing not needed for GCC any more.
9021         * Makefile.in: Regenerate.
9023         * configure.in: Don't share a cache file for host dirs.
9024         * configure: Regenerate.
9026         * config-ml.in: Don't mess with the cache file.
9028 2004-01-04  Eric Botcazou  <ebotcazou@libertysurf.fr>
9030         * MAINTAINERS: Move myself from 'Write After Approval' to
9031         'CPU Port Maintainers' section as SPARC maintainer.
9033 2004-01-03  Nathanael Nerode  <neroden@gcc.gnu.org>
9035         * Makefile.tpl: Make GCC use a separate config.cache.
9036         * Makefile.in: Regenerate.
9038         PR bootstrap/11932, PR bootstrap/11933
9039         (I don't know if it will fix either of them, but it relates
9040         to them.)
9041         * configure.in: Don't use shared config.cache for target
9042         directories.
9043         * configure: Regenerate.
9045 2004-01-02  Dan Nicolaescu  <dann@ics.uci.edu>
9047         * MAINTAINERS: Add myself to 'Write After Approval' section.
9049 2003-12-31  Roger Sayle  <roger@eyesopen.com>
9051         * configure.in (ia64*-*-hpux*): Disable building java libraries.
9052         * configure: Regenerated.
9054 2003-12-23  Kazu Hirata  <kazu@cs.umass.edu>
9056         * MAINTAINERS: Remove the mn10200 maintainer.
9058 2003-12-21  Bernardo Innocenti  <bernie@develer.com>
9060         * configure.in (*-*-uclinux): Exclude newlib, libgloss and rda.
9061         * configure: Regenerated.
9063 2003-12-16  Jan Hubicka  <jh@suse.cz>
9065         * MAINTAINERS: Add myself as callgraph maintainer.
9067 2003-12-08  Thomas Fitzsimmons  <fitzsim@redhat.com>
9069         * configure.in (raw_libstdcxx_flags): Remove the leading space.
9070         * configure: Regenerate.
9072 2003-12-01  Giovanni Bajo  <giovannibajo@gcc.gnu.org>
9074         * MAINTAINERS: Move myself from 'Bug database only accounts' to
9075         'Write After Approval' section. Update email.
9077 2003-12-01  James Lemke  <jim@wasabisystems.com>
9079         * MAINTAINERS (Write After Approval): Add myself.
9081 2003-11-20  Matt Thomas  <matt@3am-software.com>
9083         * MAINTAINERS: Add myself as a vax port maintainer.
9085 2003-11-20  Kelley Cook  <kcook@gcc.gnu.org>
9087         * Makefile.tpl (BASE_FLAGS_TO_PASS): Pass along CONFIG_SHELL.
9088         (configure-build-[+module+], configure-[+module+]): Likewise.
9089         (configure-target-[+module+], configure-gcc, config.status): Likewise.
9090         * Makefile.in: Regenerate.
9092 2003-11-19  Andreas Tobler  <a.tobler@schweiz.ch>
9094         * libtool.m4: Sync darwin bits from libtool cvs to build a gcc with
9095         shared/dylibed libraries.
9096         * ltmain.sh: Likewise.
9097         * ltcf-c.sh: Likewise, disable shared library build for OS-X < 10.3.
9098         * ltcf-cxx.sh: Likewise.
9099         * ltcf-gcj.sh: Likewise.
9100         * ltconfig: Likewise.
9102 2003-11-17  Stan Cox  <scox@redhat.com>
9104         * MAINTAINERS: Add myself as iq2000 port maintainer.
9106 2003-11-14  Arnaud Charlet  <charlet@act-europe.fr>
9108         * Makefile.tpl (EXTRA_GCC_FLAGS): Pass BOOT_ADAFLAGS.
9109         * Makefile.in: Regenerate.
9111 2003-11-03  Ulrich Weigand  <uweigand@de.ibm.com>
9113         * config.sub: Update to 2003-11-03 version.
9115 2003-10-20  Phil Edwards  <phil@codesourcery.com>
9117         * configure.in (*-*-vxworks):  Add target-libiberty to noconfdirs.
9118         * configure:  Regenerate.
9120 2003-10-20  Nicolas Pitre  <nico@cam.org>
9122         * MAINTAINERS: Add myself to 'Write After Approval' section.
9124 2003-10-20  Arnaud Charlet  <charlet@act-europe.fr>
9126         * MAINTAINERS (Various maintainers: Ada front end): Added myself.
9128 2003-10-19  Joseph S. Myers  <jsm@polyomino.org.uk>
9130         * MAINTAINERS: Update my email address.
9132 2003-10-17  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
9134         * config-ml.in (multi-do): Pass MULTIFLAGS to subdir makes.
9136 2003-10-17  Ralph Loader  <rcl@ihug.co.nz>
9138         * MAINTAINERS: Add myself to 'Write After Approval' section.
9140 2003-10-16  Bernardo Innocenti  <bernie@develer.com>
9142         * config.guess: Update to 2003-10-16 version.
9143         * config.sub: Update to 2003-10-16 version.
9145 2003-10-15  David Daney  <ddaney@avtrex.com>
9147         * MAINTAINERS: Added myself to 'Write After Approval' section.
9149 2003-10-15  Falk Hueffner  <falk@debian.org>
9151         * MAINTAINERS: Move myself from 'Bug database only accounts' to
9152         'Write After Approval' section. Update email.
9154 2003-10-14  Roger Sayle  <roger@eyesopen.com>
9156         * MAINTAINERS: Move myself from 'Write After Approval' to
9157         'Various Maintainers' section as middle-end maintainer.
9159 2003-10-13  Nathanael Nerode  <neroden@gcc.gnu.org>
9161         * Makefile.tpl: Make GCC_FLAGS_TO_PASS a superset of
9162         HOST_FLAGS_TO_PASS.
9163         * Makefile.in: Regenerate.
9165 2003-10-11  Bernardo Innocenti  <bernie@develer.com>
9167         * config.guess: Update to 2003-10-07 version.
9168         * config.sub: Update to 2003-10-07 version.
9170 2003-10-06  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
9172         * ltcf-cxx.sh (irix5*, irix6*): Prefix -soname and its arg with ${wl}.
9173         * ltconfig (irix5*, irix6*): Don't override version_type.
9175 2003-10-05  Mohan Embar  <gnustuff@thisiscool.com>
9177         * configure.in: Allow explicit specification of CFLAGS_FOR_BUILD.
9178         * configure: Rebuilt
9179         * Makefile.tpl: Use CFLAGS_FOR_BUILD computed by configure
9180         * Makefile.in: Rebuilt
9182 2003-10-03  H.J. Lu  <hongjiu.lu@intel.com>
9184         * ltconfig (sys_lib_search_path_spec): Fix a typo for HPUX.
9186 2003-09-30  Carlo Wood  <carlo@alinoe.com>
9188         * MAINTAINERS (Write After Approval): Add myself.
9190 2003-09-29  Paul Koning  <ni1d@arrl.net>
9192         * MAINTAINERS: Move myself from "Write After Approval"
9193         to CPU platform maintainers for pdp11 platform.
9195 2003-09-23  Andreas Tobler  <a.tobler@schweiz.ch>
9197         * MAINTAINERS: Move myself from 'Write After Approval' to
9198         'Various Maintainers' section as libffi testsuite maintainer.
9200 2003-09-21  Daniel Jacobowitz  <drow@mvista.com>
9202         * configure.in: Pass a computed --program-transform-name
9203         to subconfigures.
9204         * configure: Regenerated.
9206 2003-09-20  Nathanael Nerode  <neroden@gcc.gnu.org>
9208         * Makefile.tpl: Don't pass down obsolete ENQUIRE variable.
9209         * Makefile.in: Regenerate.
9211         * Makefile.tpl: Don't pass (unused) DLLTOOL or WINDRES to gcc.
9212         * Makefile.in: Regenerate.
9214 2003-09-19  Ziemowit Laski  <zlaski@apple.com>
9216         * MAINTAINERS: Move myself from 'Write After Approval'
9217         to 'Various Maintainers' (objective-c) section.
9219 2003-09-17  Daniel Jacobowitz  <drow@mvista.com>
9221         * configure.in (TOPLEVEL_CONFIGURE_ARGUMENTS, baseargs): Fix
9222         quoting.
9223         * configure: Regenerated.
9225 2003-09-16  Joel Brobecker  <brobecker@gnat.com>
9227         * MAINTAINERS (Write After Approval): Add myself to write after
9228         approval list.
9230 2003-09-16  Dorit Naishlos  <dorit@il.ibm.com>
9232         * MAINTAINERS (Write After Approval): Add myself.
9234 2003-09-09  Ian Lance Taylor  <ian@wasabisystems.com>
9236         * MAINTAINERS: Update my e-mail address.
9238 2003-09-09  Alan Modra  <amodra@bigpond.net.au>
9240         * libtool.m4 (LD): Correct powerpc64 host match.
9242 2003-09-06  James E Wilson  <wilson@tuliptree.org>
9244         * MAINTAINTERS: Update my affiliation and email address.
9246 2003-09-06  Zdenek Dvorak  <rakdver@atrey.karlin.mff.cuni.cz>
9248         * MAINTAINERS (Write After Approval): Add myself.
9250 2003-09-04  DJ Delorie  <dj@redhat.com>
9252         * configure: Regenerate.
9254 2003-09-04  Robert Millan  <robertmh@gnu.org>
9256         * configure.in: Match GNU/KFreeBSD with new kfreebsd*-gnu triplet.
9258 2003-09-02  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
9260         * configure.in: Ensure arguments to sed are properly spaced.
9261         * configure: Regenerate.
9263 2003-08-30  Gerald Pfeifer  <gerald@pfeifer.com>
9265         * MAINTAINERS: Update my e-mail address.
9267 2003-08-28  Mohan Embar  <gnustuff@thisiscool.com>
9269         * MAINTAINERS (Write After Approval): Add myself.
9271 2003-08-27  Daniel Jacobowitz  <drow@mvista.com>
9273         * configure.in: Set RAW_CXX_FOR_TARGET if unset.
9274         * configure: Regenerated.
9276 2003-08-23  Marek Michalkiewicz  <marekm@amelek.gda.pl>
9278         * MAINTAINERS: Update my email address.
9280 2003-08-23  Phil Edwards  <pme@gcc.gnu.org>
9282         * configure.in:  Use newline instead of semicolon when assuming
9283         shell arguments in a for loop.
9284         * configure:  Regenerated.
9286 2003-08-22  Jason Eckhardt  <jle@rice.edu>
9288         * MAINTAINERS: Resurrect the i860 maintainer.
9290 2003-08-20  Geoffrey Keating  <geoffk@apple.com>
9292         PR 8180
9293         * configure.in: When testing with_libs and with_headers, treat
9294         'no' as unset.  Based on a patch by Dan Kegel <dank@kegel.com>.
9295         * configure: Regenerate.
9297         * configure.in (TOPLEVEL_CONFIGURE_ARGUMENTS): Quote properly for
9298         make, shell, etc.
9299         (baseargs): Likewise.
9300         * configure: Regenerate.
9302 2003-08-20  Bernardo Innocenti  <bernie@develer.com>
9304         * MAINTAINERS (Write After Approval): Add myself.
9306 2003-08-19  Geoffrey Keating  <geoffk@apple.com>
9308         * configure.in: Disable libgcj for darwin not on powerpc.
9309         * configure: Rebuild.
9311 2003-08-14  Alexandre Duret-Lutz  <adl@gnu.org>
9313         * config-ml.in, symlink-tree: Add license.
9315 2003-08-03  Richard Stallman  <rms@gnu.org>
9316             Eben Moglen  <moglen@columbia.edu>
9318         * README.SCO: New file.
9320 2003-08-01  Matt Kraai  <kraai@alumni.cmu.edu>
9322         * Makefile.tpl (check, check-c++): Express dependencies using
9323         dependencies rather than commands.
9324         * Makefile.in: Regenerate.
9326 2003-08-01  Andrew Cagney  <cagney@redhat.com>
9328         * configure.in (noconfigdirs): Do not add GDB when m32r-*-*.
9329         * configure: Ditto.
9331 2003-07-31  Geoffrey Keating  <geoffk@apple.com>
9333         * Makefile.tpl (libsubdir): Use gcc instead of gcc-lib.
9334         * Makefile.in: Update.
9336 2003-07-30  Andreas Tobler  <a.tobler@schweiz.ch>
9338         * configure.in: Enable libgcj for darwin.
9339         * configure: Rebuild.
9341 2003-07-29  Phil Edwards  <pme@gcc.gnu.org>
9343         * config-ml.in:  Use ac_configure_args directly instead of
9344         ml_arguments.  Only set ml_norecursion if --no[-]recursion is
9345         actually seen.
9347 2003-07-27  Nathanael Nerode  <neroden@gcc.gnu.org>
9349         * Makefile.tpl: Use 'mkinstalldirs' rather than 'mkdir' when
9350         creating target and build subdirs to build all parent dirs as needed.
9351         * Makefile.in: Rebuild.
9352         * configure.in: Don't build dirs explicitly here.
9353         * configure: Rebuild.
9355 2003-07-26  Paul Brook  <paul@nowt.org>
9357         * MAINTAINERS (fortran 95): Add myself, Steven Bosscher and Toon Moene.
9359 2003-07-22  Alexandre Oliva  <aoliva@redhat.com>
9361         * Makefile.tpl (all-make): Depend on intl.
9362         * Makefile.in: Rebuilt.
9364 2003-07-20  Phil Edwards  <pme@gcc.gnu.org>
9366         * install-sh:  Update to newer upstream versions (associated with
9367         aclocal 1.7).
9368         * mkinstalldirs:  Likewise.
9369         * missing:  Likewise, plus $1Help2man -> $1 typo fix.
9371 2003-07-16  Andrew Pinski  <pinskia@gcc.gnu.org>
9373         * MAINTAINERS: Move self from Bug database only accounts
9374         to write-after-approval.
9376 2003-07-16  Nathanael Nerode  <neroden@gcc.gnu.org>
9378         * config.if: Remove unused libc_interface determination.
9380 2003-07-14  Nathanael Nerode  <neroden@gcc.gnu.org>
9382         * MAINTAINERS: Move self from write-after-approval to
9383         build machinery (*.in).
9385 2003-07-13  Nathanael Nerode  <neroden@gcc.gnu.org>
9387         PR bootstrap/11273
9388         PR bootstrap/11408
9389         * Makefile.tpl: Set INSTALL and friends using autoconf.  Remove
9390         unused INSTALL_PROGRAM_ARGS.
9391         * configure.in: Use AC_PROG_INSTALL.
9392         * Makefile.in: Regenerate.
9393         * configure: Regenerate.
9395 2003-07-13  Kazu Hirata  <kazu@cs.umass.edu>
9397         * MAINTAINERS: Alphabetize.
9399 2003-07-10  Alexandre Oliva  <aoliva@redhat.com>
9401         * configure: Rebuilt.
9402         2001-09-26  Alexandre Oliva  <aoliva@redhat.com>
9403         * configure.in (noconfigdirs) [am33_2.0-*-linux*]: Don't build
9404         newlib nor libgloss.
9405         Wed May  9 10:07:19 2001  Alexandre Oliva  <aoliva@redhat.com>
9406         * configure.in (am33_2.0-*-linux*): Added.
9408 2003-07-09  Bob Wilson  <bob.wilson@acm.org>
9410         * configure.in: Add ${libgcj} to noconfigdirs for xtensa-*-* targets.
9411         * configure: Regenerate.
9413 2003-07-07  Zack Weinberg  <zack@codesourcery.com>
9415         * Makefile.tpl (configure-gcc): Depend on maybe-configure-intl.
9416         * Makefile.in: Regenerate.
9418 2003-07-04  Zack Weinberg  <zack@codesourcery.com>
9420         * Makefile.tpl (all-bootstrap): Depend on maybe-all-intl.
9421         * Makefile.in: Regenerate.
9423 2003-07-04  H.J. Lu  <hongjiu.lu@intel.com>
9425         * Makefile.tpl: Replace PWD with PWD_COMMAND.
9426         * Makefile.in: Regenerated.
9428         * config-ml.in: Replace PWD with PWD_COMMAND.
9430 2003-07-04  Zack Weinberg  <zack@codesourcery.com>
9432         * intl: New directory; see intl/ChangeLog for details.
9433         * ABOUT-NLS, config.rpath: Import from gettext 0.12.1.
9434         * Makefile.tpl: all-gcc depends on maybe-all-intl.
9435         * Makefile.in: Regenerate.
9437 2003-06-27  Nathanael Nerode  <neroden@gcc.gnu.org>
9439         * configure.in: Clean up config-lang.in handling.  Delete
9440         useless assignment to "subdirs".
9441         * configure: Regenerate.
9443 2003-06-26  Nathanael Nerode  <neroden@gcc.gnu.org>
9445         * configure.in: Rename 'target_libs' to 'target_libraries'.
9446         Remove useless reference to 'target_libs'.
9447         * configure: Regenerate.
9449 2003-06-23  Keith Seitz  <kseitz@sources.redhat.com>
9451         * Makefile.tpl: Add maybe-configure-itcl to configure-gdb.
9452         * Makefile.in: Regenerate.
9454 2003-06-23  Nathanael Nerode  <neroden@gcc.gnu.org>
9456         * Makefile.def: Introduce flags_to_pass.
9457         * Makefile.tpl: Generate BASE_FLAGS_TO_PASS using it.
9458         * Makefile.in: Regenerate.
9460 2003-06-23  Hans-Peter Nilsson  <hp@bitrange.com>
9462         * configure.in (noconfigdirs) <cris-*-*>: Disable target-newlib
9463         and target-libgloss.
9464         <d30v-*-*, fr30-*-*, i960-*-*, m32r-*-*>: Disable gdb.
9465         <h8300*-*-*>: Disable libf2c and ${libgcj}.
9466         * configure: Regenerate.
9468 2003-06-17  Benjamin Kosnik  <bkoz@redhat.com>
9470         * configure.in: Update testsuite_flags to new location.
9471         * configure. Regenerate.
9473 2003-06-18  Nathanael Nerode  <neroden@gcc.gnu.org>
9475         * Makefile.tpl: Remove BUILD_CC stuff.
9476         * Makefile.in: Regenerate.
9478 2003-06-17  Kazu Hirata  <kazu@cs.umass.edu>
9480         * MAINTAINERS (Write After Approval): Remove Andrew Haley.
9482 2003-06-16  Graeme Peterson  <gp@qnx.com>
9484         * MAINTAINERS (Write After Approval): Add myself.
9486 2003-06-14  H.J. Lu  <hongjiu.lu@intel.com>
9488         * config.guess: Update to 2003-06-12 version.
9489         * config.sub: Update to 2003-06-13 version.
9491 2003-06-12  H.J. Lu  <hongjiu.lu@intel.com>
9493         * config.guess: Update to 2003-06-06 version.
9494         * config.sub: Update to 2003-06-06 version.
9496 2003-06-11  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
9498         * configure.in: Don't pass --with-stabs for mips*-sgi-irix6*o32.
9499         * configure. Regenerate.
9501 2003-06-10  Nathanael Nerode  <neroden@gcc.gnu.org>
9503         * configure.in: Disable serial configure by default.
9504         * configure: Regenerate.
9505         * Makefile.tpl: Abolish .NOTPARALLEL.
9506         * Makefile.in: Regenerate.
9508         * Makefile.tpl: Replace {build,host,target}_canonical by
9509         {build,host,target}.
9510         * Makefile.in: Regenerate.
9512         * Makefile.tpl: Fix stupid pasto.
9513         * Makefile.in: Regenerate.
9515 2003-06-09  Nathanael Nerode  <neroden@gcc.gnu.org>
9517         * Makefile.tpl: Remove bogus conditional.
9518         * Makefile.in: Regenerate.
9520 2003-06-05  Jan Hubicka  <jh@suse.cz>
9522         * Makefile.tpl (profiledbootstrap): New target.
9523         * Makefile.in (profiledbootstrap): New target.
9525 2003-06-05  Wolfgang Bangerth  <bangerth@dealii.org>
9527         * MAINTAINERS (Bugzilla only): Add Dara Hazeghi and Andrew
9528         Pinski. Remove user names from other bugzilla-only maintainers.
9530 2003-06-03  Nathanael Nerode  <neroden@gcc.gnu.org>
9532         * Makefile.tpl: Make 'recursive targets' using autogen rather
9533         than shell loop.  Remove duplicate 'clean' targets and false
9534         comments.
9535         * Makefile.def: Add systematic dependencies to 'recursive' targets.
9536         Add systematic method of specifying missing targets in subdirs.
9537         Add copyright boilerplate.
9538         * Makefile.in: Regenerate.
9539         * configure.in: Add 'recursive targets' to maybe list.
9540         * configure: Regenerate.
9542         * MAINTAINERS: "GNATS only" -> "Bug database only".
9544         * Makefile.tpl: Rename [+target+] to [+make_target+].
9545         * Makefile.def: Rename 'target' to 'make_target'.
9547 2003-05-31  Neil Booth  <neil@daikokuya.co.uk>
9549         * MAINTAINERS: Add self as options handling maintainer.
9551 2003-05-28  Michael Meissner  <gnu@the-meissners.org>
9553         * MAINTAINERS: Remove myself as m32r/v850 maintainer, since it has
9554         been too long since I touched those ports.
9556 2003-05-28  DJ Delorie  <dj@redhat.com>
9558         * Makefile.tpl: Make maybe-check-gcc .PHONY.
9559         * Makefile.in: Regenerate.
9561 2003-05-21  Maciej W. Rozycki  <macro@ds2.pg.gda.pl>
9563         * configure.in: Use curly braces in the definition of tooldir.
9564         * configure: Regenerate.
9566 2003-05-21  DJ Delorie  <dj@redhat.com>
9568         * Makefile.tpl (configure-target-libiberty): Depend only on gcc, not
9569         newlib or libgloss.
9570         * Makefile.in: Regenerate.
9572 2003-05-21  DJ Delorie  <dj@redhat.com>
9574         * Makefile.tpl: Add missing empty maybe-check-gcc target.
9575         * Makefile.in: Regenerate.
9577 2003-05-20  Ian Lance Taylor  <ian@airs.com>
9579         * MAINTAINERS: Update my e-mail address.
9581 2003-05-19  Nathanael Nerode  <neroden@gcc.gnu.org>
9583         * configure.in: Switch more things to use maybe dependencies.
9584         * Makefile.tpl: Switch more things to use maybe dependencies.
9585         Factor out common code from autogen IF statements.
9586         * configure: Regenerate.
9587         * Makefile.in: Regenerate.
9589 2003-05-14  Kelley Cook  <kelleycook@wideopenwest.com>
9591         * configure.in: Accept i[3456789]86 for machine type.
9592         * configure: Regenerate.
9594 2003-05-18  Nathanael Nerode  <neroden@gcc.gnu.org>
9596         * configure.in: Switch more things to use maybe dependencies.
9597         Rearrange a little.  Use GCC_TOPLEV_SUBDIRS.
9598         * configure: Regenerate.
9599         * Makefile.tpl: Switch more things to use maybe dependencies.
9600         * Makefile.in: Regenerate.
9602 2003-05-16  Andreas Schwab  <schwab@suse.de>
9604         * Makefile.tpl (install-opcodes): Define.
9605         * Makefile.in: Rebuild.
9607 2003-05-13  Andreas Jaeger  <aj@suse.de>
9609         * config.guess: Update to 2003-05-09 version.
9610         * config.sub: Update to 2003-05-09 version.
9612 2003-05-13  Michael Eager  <eager@mvista.com>
9614         * configure.in: Correct sed script so that options in quotes are not
9615         deleted.
9616         * configure: Rebuild.
9618 2003-05-12  Corinna Vinschen  <corinna@vinschen.de>
9620         * configure.in (FLAGS_FOR_TARGET): Remove $$s/newlib/libc/sys/cygwin
9621         and $$s/newlib/libc/sys/cygwin32 include paths.
9622         * configure: Ditto.
9624 2003-05-12  Michael Meissner  <gnu@the-meissners.org>
9626         * MAINTAINERS: Update my email addresses.
9628 2003-05-06  Eric Botcazou  <ebotcazou@libertysurf.fr>
9630         * config-ml.in: Propagate INSTALL variables.
9632 2003-05-04  Gerald Pfeifer  <pfeifer@dbai.tuwien.ac.at>
9634         * MAINTAINERS: Remove duplicate entries in Write After Approval.
9636 2003-05-02  Chris Demetriou  <cgd@broadcom.com>
9638         * Makefile.tpl: Require "makeinfo" from texinfo 4.2 or later.
9639         * Makefile.in: Regenerate.
9641 2003-05-02  Wolfgang Bangerth  <bangerth@dealii.org>
9643         * MAINTAINERS (GNATS only): Add Falk Hueffner.
9645 2003-04-30  Wolfgang Bangerth  <bangerth@dealii.org>
9647         * MAINTAINERS (GNATS only): Add Giovanni Bajo.
9649 2003-04-27  Daniel Jacobowitz  <drow@mvista.com>
9651         * Makefile.tpl: Clean $(BUILD_SUBDIR).
9652         * Makefile.in: Regenerated.
9654 2003-04-25  Wolfgang Bangerth  <bangerth@dealii.org>
9656         * MAINTAINERS (Write After Approval): Upgrade myself from
9657         GNATS only to write-after-approval. Update my mail address.
9659 2003-04-25  Loren J. Rittle  <ljrittle@acm.org>
9661         (OS Port Maintainers: freebsd): Add myself.
9663 2003-04-22  Mark Mitchell  <mark@codesourcery.com>
9665         * MAINTAINERS (java): Remove Alexandre Petit-Bianco.
9667 2003-04-22  Kean Johnston  <jkj@sco.com>
9669         * MAINTAINERS (SCO ports): Added myself.
9671 2003-04-21  Nathan Sidwell  <nathan@codesourcery.com>
9673         * MAINTAINERS (gcov): Add myself and Jan Hubicka.
9675 2003-04-19  Kean Johnston  <jkj@sco.com>
9677         * MAINTAINERS (Write After Approval): Add myself.
9679 2003-04-18  Gerald Pfeifer  <pfeifer@dbai.tuwien.ac.at>
9681         * Makefile.tpl (MAKEINFOFLAGS): Default to --split-size=5000000.
9682         * Makefile.in: Regenerate.
9684 2003-04-18  Jakub Jelinek  <jakub@redhat.com>
9686         * configure.in (powerpc64*-*-linux*): Remove.
9687         * configure: Rebuilt.
9689 2003-04-17  Phil Edwards  <pme@gcc.gnu.org>
9691         * Makefile.tpl (GCC_STRAP_TARGETS):  New variable containing all the
9692         previous bootstrap targets, plus bubblestrap, quickstrap, cleanstrap,
9693         and restrap.
9694         * Makefile.in:  Regenerate.
9696 2003-04-16  Richard Earnshaw  <rearnsha@arm.com>
9698         * configure.in (arm-*-netbsdelf*): Enable building java libraries.
9699         * configure: Regenerated.
9701 2003-04-15  DJ Delorie  <dj@redhat.com>
9703         * MAINTAINERS: Remove myself as windows/cygwin/mingw maintainer.
9705 2003-04-13  Nick Clifton  <nickc@redhat.com>
9707         * config-ml.in: Remove support for --disable-aix removing
9708         call-aix multilibs.
9710 2003-04-10  Alexandre Oliva  <aoliva@redhat.com>
9712         * libtool.m4 (lt_cv_deplibs_check_method): Use pass_all on mips*.
9713         * */configure: Rebuilt.
9715 2003-04-08  Joel Sherrill  <joel@oarcorp.com>
9717         * MAINTAINERS: Add my email address.
9719 2003-03-17  Olivier Hainque  <hainque@act-europe.fr>
9721         * MAINTAINERS (Write After Approval): Add myself.
9723 2003-03-14  Nathanael Nerode  <neroden@gcc.gnu.org>
9725         * Makefile.tpl: Move .NOEXPORT, MAKEOVERRIDES back down.
9726         * Makefile.in: Regenerate.
9728 2003-03-14  Michael Chastain  <mec@shout.net>
9730         * Makefile.in: Regenerate with correct Makefile.def.
9732 2003-03-12  Nathanael Nerode  <neroden@gcc.gnu.org>
9734         * Makefile.tpl: Move .NOEXPORT, MAKEOVERRIDES up.  Delete unused
9735         Make macro.
9736         * Makefile.in: Regenerate.
9737         * configure.in: Clean up gxx_include_dir logic.
9738         * configure: Regenerate.
9740 2003-03-12  Ansgar Esztermann  <ansgar@thphy.uni-duesseldorf.de>
9742         * MAINTAINERS (Write After Approval): Add myself.
9744 2003-03-10  Ben Elliston  <bje@wasabisystems.com>
9746         * MAINTAINERS: Update my mail address.
9748 2003-03-09  Franz Sirl  <Franz.Sirl-kernel@lauterbach.com>
9750         * configure.in (gxx_include_dir): Fix typo.
9751         * configure: Regenerated.
9753 2003-03-04  Nathanael Nerode  <neroden@gcc.gnu.org>
9755         * Makefile.tpl: Reindent.
9756         * Makefile.in: Regenerate.
9757         * configure.in: Reindent.  Don't set unused variables.
9758         * configure: Regenerate.
9760 2003-03-04  Daniel Jacobowitz  <drow@mvista.com>
9762         * configure.in: Include $(build_tooldir)/sys-include in
9763         FLAGS_FOR_TARGET.
9764         * configure: Regenerated.
9766 2003-03-04  Nathanael Nerode  <neroden@gcc.gnu.org>
9768         * Makefile.tpl: Always pass down RANLIB.
9769         * Makefile.in: Regenerate.
9771         * Makefile.tpl: Don't set unused enable_shared, enable_threads macros.
9772         * Makefile.in: Regenerate.
9773         * configure.in: Remove unused logic relating to --enable-shared
9774         and --enable-threads.  Remove bogus comments.  Remove redundant
9775         noconfigdirs.
9776         * configure: Regenerate.
9778         * configure.in: Replace ${libstdcxx_version} by its value.
9779         Remove reference to mh-dgux.
9780         * configure: Regenerate.
9782 2003-03-03  Kevin Buettner  <kevinb@redhat.com>
9784         * MAINTAINERS (Write After Approval): Add myself.
9786 2003-02-28  Nathanael Nerode  <neroden@gcc.gnu.org>
9788         * Makefile.tpl: Rearrange.
9789         * Makefile.in: Regenerate.
9791 2003-02-25  Uwe Stieber  <uwe@wwws.de>
9793         * configure.in: Add support for kaOS as cross build target system.
9794         * configure: Regenerated.
9796 2003-02-24  Steven Bosscher  <steven@gcc.gnu.org>
9798         * MAINTAINERS (Write after approval): Add myself.
9800 2003-02-21  James E Wilson  <wilson@tuliptree.org>
9802         * MAINTAINERS: Update my email address.
9804 2003-02-21  Zack Weinberg  <zack@codesourcery.com>
9806         * MAINTAINERS: Add self to blanket write privs. section.
9808 2003-02-20  Sean McNeil  <sean@blue.mcneil.com>
9810         * Makefile.tpl: Add definition of CPPFLAGS to pass into
9811         configure-target-* as some target builds may require additional
9812         flags for preprocessor tests.
9813         * Makefile.in: Regenerated.
9815 2003-02-19  Alexandre Oliva  <aoliva@redhat.com>
9817         * libtool.m4 (LD): Append -melf* option to LD on IRIX with GNU ld.
9818         * ltconfig: Handle it.
9819         * ltcf-cxx.sh: Use with_gnu_ld passed as a shell variable instead of
9820         auto-detecting it.
9822         * ltcf-cxx.sh: Replace $linker_flags with $compiler_flags wherever
9823         it is used as argument to $CC.
9824         * ltcf-gcj.sh: Likewise.
9826         * configure.in: Introduce --enable-maintainer-mode.
9827         * configure: Rebuilt.
9828         * Makefile.tpl (Makefile.in, configure): Enable dependencies only
9829         for maintainer mode.
9830         * Makefile.in: Rebuilt.
9832 2003-02-18  Jason Merrill  <jason@redhat.com>
9834         * Makefile.tpl (check-c++): Allow parallelism.
9836 2003-02-16  Gerald Pfeifer  <pfeifer@dbai.tuwien.ac.at>
9838         * MAINTAINERS: Remove John Carr (who never actually had access to
9839         gcc.gnu.org).
9841 2003-02-15  Geoffrey Keating  <geoffk@apple.com>
9843         * configure.in (*-*-darwin*): Rename from powerpc*-*-darwin*,
9844         don't configure target-libobjc.
9845         * configure: Regenerate.
9847 2003-02-14  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
9849         * Makefile.tpl (RANLIB): Define.
9850         * Makefile.in: Regenerate.
9852 2003-02-08  Laurynas Biveinis  <laurynas.biveinis@mif.vu.lt>
9854         * MAINTAINERS: Update my email.
9856 2003-02-06  Keith R Seitz  <keiths@redhat.com>
9858         * Makefile.def: Remove "snavigator", "grep", and "db" modules.
9859         * Makefile.tpl: Remove "all-snavigator" and "all-grep".
9860         * Makefile.in: Regenerated.
9861         * configure.in: Remove all traces of snavigator, db, and grep.
9862         * configure: Regenerated.
9864 2003-02-06  Gerald Pfeifer  <pfeifer@dbai.tuwien.ac.at>
9866         * MAINTAINERS: Remove duplicate entry for Bernd Schmidt from Write
9867         After Approval.
9869 2003-02-02  Christian Cornelssen  <ccorn@cs.tu-berlin.de>
9871         * MAINTAINERS (Write after approval): Add myself.
9873 2003-01-31  Frank Ch. Eigler  <fche@redhat.com>
9875         * Makefile.tpl (all-sid): Add libiberty/bfd/opcodes dependencies.
9876         * Makefile.in: Regenerated.
9878 2003-01-30  Roger Sayle  <roger@eyesopen.com>
9880         * config.guess: Updated to 2003-01-30's version.
9881         * config.sub: Updated to 2003-01-28's version.
9883 2003-01-30  Alexandre Oliva  <aoliva@redhat.com>
9885         * config.if: If gcc_version is already set, just use it.  Don't set
9886         gcc_version_trigger if it's already set, otherwise set it to
9887         gcc/version.c, but only if the file exists.  If it is not set and
9888         gcc/version.c does not exist, try to extract the version number from
9889         $CC.
9891 2003-01-29  Andreas Tobler  <a.tobler@schweiz.ch>
9893         * MAINTAINERS: Add myself to write-after-approval list.
9895 2003-01-27  Phil Edwards  <pme@gcc.gnu.org>
9897         * configure.in:  Revert 24Jan change.
9898         * configure:  Regenerate.
9900 2003-01-25  Gerald Pfeifer  <pfeifer@dbai.tuwien.ac.at>
9902         * MAINTAINERS: Remove incorrect entry for Paul Eggert.  Fix
9903         entry of HJ Lu.
9905 2003-01-23  Nathanael Nerode  <neroden@gcc.gnu.org>
9907         * configure.in: Revert previous change.
9908         * configure: Regenerate.
9910 2003-01-23  Nathanael Nerode  <neroden@gcc.gnu.org>
9912         * configure.in: Make rda native-only.
9913         * configure: Regenerate.
9915 2003-01-22  Volker Reichelt  <reichelt@igpm.rwth-aachen.de>
9917         * MAINTAINERS: Move myself from GNATS-only-accounts to
9918         write-after-approval.
9920 2003-01-19  Nathanael Nerode  <neroden@gcc.gnu.org>
9922         * configure.in: Add missing \.
9923         * configure: Rebuilt.
9925 2003-01-17  Jakub Jelinek  <jakub@redhat.com>
9927         * configure.in (baseargs): Avoid using \| in sed regular
9928         expressions.
9929         * configure: Rebuilt.
9931 2003-01-16  Jakub Jelinek  <jakub@redhat.com>
9933         * configure.in (baseargs): Remove all supported forms of
9934         --cache-file, --srcdir, --host, --build and --target options
9935         from argument lists.
9936         * configure: Rebuilt.
9938 2003-01-15  Josef Zlomek  <zlomekj@suse.cz>
9940         * MAINTAINERS: Add myself to write-after-approval list.
9942 2003-01-15  Alexandre Oliva  <aoliva@redhat.com>
9944         * configure.in (noconfigdirs): Don't skip gas on IRIX 6.
9945         * configure: Rebuilt.
9947 2003-01-09  Nathanael Nerode  <neroden@gcc.gnu.org>
9949         * configure.in: Substitute TOPLEVEL_CONFIGURE_ARGUMENTS.
9950         * Makefile.tpl: Pass TOPLEVEL_CONFIGURE_ARGUMENTS to gcc.
9951         * Makefile.in: Regenerate.
9952         * configure: Regenerate.
9954 2003-01-09  Alexandre Oliva  <aoliva@redhat.com>
9956         * configure.in: Remove Makefile in build, host and target modules
9957         unless configure was run with --no-recursion.
9958         * configure: Rebuilt.
9960 2003-01-09  Christian Cornelssen  <ccorn@cs.tu-berlin.de>
9962         * Makefile.tpl (BASE_FLAGS_TO_PASS): Also pass DESTDIR.
9963         (install-info, dir.info): Prepend $(DESTDIR) to $(infodir).
9964         * Makefile.in: Regenerate.
9966 2003-01-08  Chris Demetriou  <cgd@broadcom.com>
9968         * config.guess: Update to 2003-01-03 version.
9969         * config.sub: Update to 2003-01-03 version.
9971 2003-01-07  Christopher Faylor  <cgf@redhat.com>
9973         * configure: Regenerate with proper autoconf 2.13.
9975 2003-01-07  Christopher Faylor  <cgf@redhat.com>
9977         * configure.in: Add AC_PREREQ for consistency.
9978         * configure: Regenerate.
9980 2003-01-06  Andrew Cagney  <ac131313@redhat.com>
9982         * configure.in (GDB_TK): Add tcl directories conditional on
9983         gdb/gdbtk directory being present.
9984         * configure: Regenerate.
9986 2003-01-04  John David Anglin  <dave.anglin@nrc.ca>
9988         * configure.in (LD): Improve test for gcc.  Try to set LD to the ld
9989         used by gcc if LD is not defined and we are not doing a Canadian Cross.
9990         * configure: Rebuilt.
9992 2002-12-31  Tom Tromey  <tromey@redhat.com>
9994         * Makefile.in: Rebuilt.
9995         * Makefile.def (target_modules) [libffi]: Allow installation.
9997 2002-12-31  Andreas Schwab  <schwab@suse.de>
9999         * configure.in: Fix use of $program_transform_name.
10000         * configure: Regenerated.
10002 2002-12-30  Daniel Jacobowitz  <drow@mvista.com>
10004         * configure.in (baseargs): Don't remove first configure argument.
10005         * configure: Regenerated.
10007 2002-12-29  Alexandre Oliva  <aoliva@redhat.com>
10009         * Makefile.tpl (local-distclean): Don't remove...
10010         (multilib.ts): ... this.  Moved into...
10011         (multilib.out): ... this.  Don't use sub-make.
10012         ($(BUILD_SUBDIR)/[+module+]/Makefile, [+module+]/Makefile,
10013         $(TARGET_SUBDIR)/[+module+]/Makefile, gcc/Makefile): Moved into...
10014         (configure-build-[+module+], configure-[+module+],
10015         configure-target-[+module+], configure-gcc): ... these.  Test
10016         for Makefile existence.  Drop config.status from dependencies.
10017         * Makefile.in: Rebuilt.
10018         * configure.in: Move gcc-version-trigger to the end of
10019         ac_configure_args.  Add comments to maybedep.tmp and
10020         serdep.tmp.  Introduce --disable-serial-configure.  Remove
10021         nonopt from baseargs, matching and removing corresponding
10022         whitespace while at it.
10023         * configure: Rebuilt.
10025 2002-12-28  Alexandre Oliva  <aoliva@redhat.com>
10027         * configure.in (host_configargs): Replace reference to
10028         no-longer-defined buildopts with --build=${build_alias}.
10029         * configure: Rebuilt.
10031         * Makefile.tpl ($(NOTPARALLEL)): Move to the end.  Bring uses of
10032         program_transform_name to standard idiom.
10033         (AUTOGEN, AUTOCONF): Define.
10034         (Makefile.in): Use $(AUTOGEN).
10035         (Makefile): Depend on config.status, and use autoconf-style rule to
10036         build it.  Move original commands to...
10037         (config.status): ... this new target.
10038         (configure): Add $(srcdir).  Depend on config/acx.m4.  Use
10039         $(AUTOCONF).
10040         * Makefile.in: Rebuilt.
10042 2002-12-28  Nathanael Nerode  <neroden@gcc.gnu.org>
10044         * Makefile.tpl: Fix dramatic bustage due to change in
10045         program_transform_name.
10046         * Makefile.in: Regenerate.
10048         * configure.in: Remove unnecessary PATH setting.
10049         * configure: Regnerate.
10051         * configure.in: Don't default to unprefixed tools unless
10052         the native tools will work.
10053         * configure: Regenerate.
10055         * configure.in: Convert to autoconf script.  Blow away lots
10056         of now-redundant Makefile fragments.
10057         * configure: Generate using Autoconf.
10058         * Makefile.tpl: Rewrite to reflect autoconfiscation.
10059         * Makefile.in: Regenerate.
10061 2002-12-27  Nathanael Nerode  <neroden@gcc.gnu.org>
10063         * configure: Fix stupid bug where RANLIB was mistakenly included.
10065         * configure.in: Rename (buildargs, hostargs, targargs) to
10066         (build_configargs, host_configargs, target_configargs).
10068         * configure.in: Move logic out of sed statement.
10070         * configure: Remove unneeded 'export's.  Make CC_FOR_TARGET,
10071         CXX_FOR_TARGET, GCJ_FOR_TARGET substituted in configure.in only.
10073 2002-12-25  Svein E. Seldal  <Svein.Seldal@solidas.com>
10075         * config.sub: Import from master repository
10076         * config.guess: Ditto
10078 2002-12-24  Andreas Schwab  <schwab@suse.de>
10080         * Makefile.tpl (multilib.out): Fix missing space.
10081         * Makefile.in: Regenerate.
10083 2002-12-23  Nathanael Nerode  <neroden@gcc.gnu.org>
10085         * Makefile.tpl: Use shared multilib.out.  Use move-if-change for it.
10086         Convert (cd foo; make) to (cd foo && make).  Clean up multilib.out.
10087         * Makefile.in: Regenerate.
10088         * configure.in: Remove unnecessary leftovers.
10090 2002-12-21  Geoffrey Keating  <geoffk@apple.com>
10092         * configure.in (extra_ranlibflags_for_target): New variable.
10093         (*-*-darwin): Add -c to ranlib commands.
10094         * configure (tooldir): Handle extra_ranlibflags_for_target.
10096 2002-12-19  Nathanael Nerode  <neroden@gcc.gnu.org>
10098         * Makefile.tpl: Revert HJL's change.
10099         * Makefile.in: Regenerated.
10100         * configure.in: Put build_prefix before $(BUILD_SUBDIR) here, and
10101         always.
10103 2002-12-19  Andreas Schwab  <schwab@suse.de>
10105         * Makefile.tpl, configure.in: Substitute libstdcxx_incdir.
10106         * Makefile.in: Regenerate.
10108 2002-12-18  H.J. Lu  <hjl@gnu.org>
10110         * Makefile.tpl: Add @build_prefix@ before $(BUILD_SUBDIR).
10111         * Makefile.in: Regenerated.
10113         * configure.in (build_prefix): New. Substitute.
10115 2002-12-18  Nathanael Nerode  <neroden@gcc.gnu.org>
10117         * Makefile.tpl: Don't let real targets depend on phony targets.
10118         * Makefile.in: Regenerate.
10120         * Makefile.tpl (do-info): Depend on maybe-all-texinfo, not all-texinfo.
10121         * Makefile.in: Regenerate.
10123 2002-12-17  Svein E. Seldal  <Svein.Seldal@solidas.com>
10125         * config.sub: Import from master repository
10126         * config.guess: Ditto
10128 2002-12-16  Jason Merrill  <jason@redhat.com>
10130         * Makefile.tpl (all-gcc): Use 'make quickstrap' if there was a
10131         previous 'make bootstrap'.
10132         * Makefile.in: Regenerate.
10134 2002-12-17  Hans-Peter Nilsson  <hp@bitrange.com>
10136         * configure.in (noconfigdirs) [mmix-*-*]: Disable libgloss and gdb.
10138 2002-12-13  Nathanael Nerode  <neroden@gcc.gnu.org>
10140         * configure.in, Makefile.tpl, Makefile.def: Remove tclX.
10141         * Makefile.in: Regenerate.
10143 2002-12-13  Jason Merrill  <jason@redhat.com>
10145         * Makefile.tpl (check-gcc-c++): Renamed from check-c++.  Don't run
10146         library tests.
10147         (check-c++): Just depend on it and check-target-libstdc++-v3.
10148         * Makefile.in: Regenerate.
10150 2002-12-12  Alexandre Oliva  <aoliva@redhat.com>
10152         * Makefile.tpl (configure-target-rda): Depend on $(ALL_GCC_C).
10153         * Makefile.in: Rebuilt.
10155 2002-12-12  Alexandre Oliva  <aoliva@redhat.com>
10157         * Makefile.in (configure-target-rda): Depend on ALL_GCC_C.
10159 2002-12-10  Nathanael Nerode  <neroden@gcc.gnu.org>
10161         * configure: Fix bug put in by gremlins.
10163         * Makefile.tpl: Substitute more autoconfily.
10164         * configure: Substitute more autoconfily.
10165         * Makefile.in: Regenerate.
10167 2002-12-09  Svein E. Seldal  <Svein.Seldal@solidas.com>
10169         * config.sub: Import from master repository
10170         * config.guess: Ditto
10171         * MAINTAINERS: Added Svein Seldal under write after approval
10173 2002-12-08  Andrew Cagney  <ac131313@redhat.com>
10175         * Makefile.tpl (all-sim): Depend on maybe-configure-gdb.
10176         * Makefile.in (all-sim): Ditto.
10178 2002-12-06  DJ Delorie  <dj@redhat.com>
10180         * Makefile.tpl: Change configure dependencies to not have real
10181         targets depend on phony targets.
10183 2002-12-05  Nathanael Nerode  <neroden@gcc.gnu.org>
10185         * configure.in: Revert unintentional change.
10187         * Makefile.tpl: Change dependency for */multilib.out so that
10188         it works when gcc isn't in the tree.
10190         * configure.in: Substitute more.
10191         * configure: Run subconfigures from the Makefile.
10192         * Makefile.tpl: Run subconfigures from the Makefile; add a few
10193         convenience targets.  Make sure gcc isn't rebuilt after bootstrap.
10195 2002-12-05  Gerald Pfeifer  <pfeifer@dbai.tuwien.ac.at>
10197         * MAINTAINERS: Add Christian Ehrhardt under "GNATS only".
10199 2002-12-03  Nathanael Nerode  <neroden@gcc.gnu.org>
10201         * Makefile.tpl: Add targets for configuring host subdirs in Makefile,
10202         and corresponding dependencies.
10203         * Makefile.in: Regenerate.
10205         * configure.in (host_tools): Order binutils, gas and ld for
10206         convenience in running the testsuites.
10208         * Makefile.tpl: Introduce rules to serialize subconfigure runs.
10209         * Makefile.in: Regenerate.
10210         * configure.in: Introduce rules to serialize subconfigure runs.
10212         * configure.in: Introduce BASE_CC_FOR_TARGET.
10213         * Makefile.tpl: Reorganize and comment.  Introduce HOST_CONFIGARGS.
10214         Realize configure-build-* targets.  Realize configure-target-* targets.
10215         * Makefile.in: Regenerate.
10217 2002-12-02  Nathanael Nerode  <neroden@gcc.gnu.org>
10219         * configure: Move gcc_version_trigger stuff from here...
10220         * configure.in: ...to here.
10222         * configure.in: Separate subconfigure options added by this file from
10223         options given by the user.  Add machinery to put args for host
10224         subconfigures into the Makefile.
10226         * Makefile.tpl: Remove 'vault' targets.
10227         * Makefile.tpl: Reorder and comment dependencies.
10228         * Makefile.in: Regenerate.
10230 2002-12-01  Nathanael Nerode  <neroden@gcc.gnu.org>
10231         * configure.in: Fix my broken commit of previous patch. (sigh)
10233 2002-11-28  Geoffrey Keating  <geoffk@apple.com>
10235         * configure.in: Move host-specific darwin noconfigdirs into
10236         the host-specific section.
10238 2002-11-28  Geoffrey Keating  <geoffk@apple.com>
10240         * configure.in: Move host-specific darwin noconfigdirs into
10241         the host-specific section.
10243 2002-11-26  Nathanael Nerode  <neroden@gcc.gnu.org>
10245         * configure: Remove skip-this-dir support.
10246         * Makefile.tpl: Remove skip-this-dir support.
10248         * Makefile.tpl: Remove leftover support for non-autoconfiscated
10249         subdirectories.
10250         * Makefile.in: Regenerate.
10252         * Makefile.tpl: Strip out useless setting of 'dir'.
10253         * Makefile.in: Regenerate.
10255 2002-11-22  Nathanael Nerode  <neroden@gcc.gnu.org>
10257         * configure.in: Fix deeply stupid bug.
10259         * configure.in: Introduce RAW_CXX_FOR_TARGET and simplify embedded
10260         shell code in CXX_FOR_TARGET
10261         * Makefile.def: Introduce raw_cxx.
10262         * Makefile.tpl: Use raw_cxx to select between CXX_FOR_TARGET and
10263         RAW_CXX_FOR_TARGET.
10264         * Makefile.in: Regenerate.
10266 2002-11-21  Nathanael Nerode  <neroden@gcc.gnu.org>
10268         * Makefile.tpl: Remove unnecessary ifs.
10269         * Makefile.in: Regenerate.
10271         * Makefile.tpl: Implement soft dependency machinery.  Maybe-ize
10272         dependencies.  Maybe-ize build-libiberty.  Create dummy install
10273         targets for 'no_install' modules.
10274         * configure: Move GDB_TK substitution to configure.in.  Move
10275         build_modules stuff to configure.in.
10276         * configure.in: Implement soft dependency machinery.  Maybe-ize
10277         GDB_TK, rearrange slightly.  Move build_modules stuff from configure.
10278         * Makefile.in: Regenerate.
10280 2002-11-19  Nathanael Nerode  <neroden@gcc.gnu.org>
10282         * Makefile.tpl: Make all-target, install-target behave similarly
10283         to all, install (only hitting configured targets).  Eliminate
10284         unused macro defintions.
10286         * Makefile.tpl: Add all-gcc: all-build-libiberty dependency when
10287         build != host.
10289         * Makefile.tpl: Add all-gcc: all-libiberty dependency.
10291         * ltcf-c.sh, ltcf-gcj.sh, Makefile.tpl: Correct BUILD/HOST confusion.
10293         * configure.in: Produce lists of subdir targets we're actually
10294         configuring.  Remove references to "dosrel".
10295         * Makefile.tpl: Let configure set which subdir targets are hit.
10296         Remove install-cross; clean up install; remove ALL.  Remove
10297         references to "dosrel".  Remove "EXTRA_TARGET_HOST" hackery.
10298         Autogenerate host module targets.  Remove empty dependency lines
10299         and redundant dependency; rearrange slightly.
10300         * Makefile.def: Add host-side libtermcap, utils.
10302         * Makefile.in: Regenerate.
10304 2002-11-19  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
10306         * ltconfig (osf[345]): Append $major to soname_spec.
10307         Reflect this in library_names_spec.
10308         * ltmain.sh (osf): Prefix $major with . for use as extension.
10310 2002-11-19  Andreas Jaeger  <aj@suse.de>
10312         * libtool.m4 (libtool_flags): Add patch from libtool CVS: Support
10313         linking of 32-bit libraries with ld on the x86-64, ppc64, s390x
10314         and sparc64 GNU/Linux systems.
10316 2002-11-19  Nathan Sidwell  <nathan@codesourcery.com>
10318         * MAINTAINERS: Update email.
10320 2002-11-18  Gerald Pfeifer  <pfeifer@dbai.tuwien.ac.at>
10322         * MAINTAINERS: Complete James Dennett's entry.
10324 2002-11-15  Eric Botcazou  <ebotcazou@libertysurf.fr>
10326         * MAINTAINERS (Write After Approval): Add myself.
10328 2002-11-13  Bruce Korb  <bkorb@gnu.org>
10330         * Makefile.tpl: syntactic cleanup
10332 2002-11-13  Stuart Hastings  <stuart@apple.com>
10334         * MAINTAINERS: Add myself to write-after-approval list.
10336 2002-11-12  Nathanael Nerode  <neroden@gcc.gnu.org>
10338         * Makefile.def: Add list of recursive targets to autogenerate.
10339         Add build_modules.
10340         * Makefile.tpl: Autogenerate do-* targets.  Autogenerate *-target-*
10341         targets.  Autogenerate *-build-* targets.
10342         * Makefile.in: Regenerate.
10344 2002-11-12  Nathanael Nerode  <neroden@gcc.gnu.org>
10346         * configure: More autoconf-style substitutions.
10347         * Makefile.tpl: More autoconf-style substitutions.
10348         * Makefile.in: Regenerate.
10350 2002-11-11  Nathanael Nerode  <neroden@gcc.gnu.org>
10352         * configure: Substitute more variables in a more autoconf-friendly
10353         way.  Simplify slightly.
10354         * Makefile.tpl: Make more variables substitutable in an
10355         autoconf-friendly way.
10356         * Makefile.in: Regenerate.
10358 2002-11-11  Jonathan Wakely  <redi@gcc.gnu.org>
10360         * MAINTAINERS (Write After Approval): Add myself.
10362 2002-11-10  Nathanael Nerode  <neroden@gcc.gnu.org>
10364         * configure.in (v810*): Remove special setting of tools.
10366         * configure: Add support for extra required flags for ar or nm.
10367         * configure.in (aix4.3+): Use above support for target-specific
10368         issues, rather than using config/mt-aix43.
10370 2002-11-09  Nathanael Nerode  <neroden@gcc.gnu.org>
10372         * configure: Remove 'removing', which doesn't work.  Replace $subdir
10373         with . everywhere.  Replace $subdirs with ''.  Replace $makesrcdir
10374         with $srcdir.  Reformat indentation.  Substitute some variables
10375         formerly hard-coded in the Makefile for build=host.
10376         * Makefile.tpl: Autogenerate more; make more autoconf-friendly.
10377         * Makefile.def: Autogenerate more.
10378         * Makefile.in: Regenerate.
10380 2002-11-04  Adam Nemet  <anemet@lnxw.com>
10382         * MAINTAINERS (Write After Approval): Add myself.
10384 2002-11-04  Kevin Buettner  <kevinb@redhat.com>
10386         * Makefile.def (host_modules): Add rda.
10387         * Makefile.in: Regenerate.
10388         * configure.in (target_tool): Add target-rda to list.
10390 2002-10-28  Gerald Pfeifer  <pfeifer@dbai.tuwien.ac.at>
10392         * MAINTAINERS: Remove "co-maintainer" note for web pages.
10394 2002-10-25  Phil Edwards  <pme@gcc.gnu.org>
10396         * Makefile.tpl (bootstrap):  Add bubblestrap, quickstrap, cleanstrap,
10397         and restrap targets to this rule.
10398         * Makefile.in:  Regenerate.
10400 2002-10-25  Gerald Pfeifer  <pfeifer@dbai.tuwien.ac.at>
10402         * MAINTAINERS: Add Wolfgang Bangerth and Volker Reichelt under
10403         GNATS only accounts.
10405 2002-10-24  Hans-Peter Nilsson  <hp@bitrange.com>
10407         * configure.in (i[3456]86-*-linux*): Add check to disable
10408         ${libgcj} for glibc1.
10410 2002-10-24  Denis Chertykov  <denisc@overta.ru>
10412         * MAINTAINERS: Add myself as ip2k port maintainer.
10414 2002-10-07  Svein E. Seldal  <Svein.Seldal@solidas.com>
10416         * configure.in: Add tic4x target.
10418 2002-10-03  Nathanael Nerode  <neroden@gcc.gnu.org>
10420         * Makefile.tpl: Make SET_LIB_PATH substitution more autoconfy.
10421         * configure.in: Make SET_LIB_PATH substitution more autoconfy.
10422         * Makefile.in: Regenerate.
10424         * Makefile.tpl: Make RPATH_ENVVAR substitution more autoconfy.
10425         * configure.in: Make RPATH_ENVVAR substitution more autoconfy.
10426         * Makefile.in: Regenerate.
10428 2002-10-02  Janis Johnson  <janis187@us.ibm.com>
10430         * MAINTAINERS: Add myself as web pages co-maintainer.
10432 2002-10-02  Nathanael Nerode  <neroden@gcc.gnu.org>
10434         * Makefile.tpl: Eliminate reference to all-gui, all-libproc.
10435         * Makefile.in: Regenerate.
10437 2002-10-02  Zack Weinberg  <zack@codesourcery.com>
10439         * MAINTAINERS: Add myself and Nathan Sidwell
10440         <nathan@codesourcery.com> as VxWorks maintainers.
10442 2002-10-02  Nathanael Nerode  <neroden@gcc.gnu.org>
10444         * Makefile.def: Remove order dependency comments.
10445         * Makefile.tpl: Add explicit install-install dependencies.
10446         * Makefile.in: Regenerate.
10448         * Makefile.tpl: Remove material now in src-release.  (Finally!)
10449         * Makefile.in: Regenerate.
10451         * Makefile.tpl: Add configure-target (for src-release in src)
10452         * Makefile.in: Regenerate.
10454 2002-09-30  Nick Clifton  <nickc@redhat.com>
10456         * Makefile.in (BINUTILS_SUPPORT_DIRS): Add cpu directory.
10458 2002-09-30  Ulrich Weigand  <uweigand@de.ibm.com>
10460         * configure.in (s390*-*-linux*): Enable libgcj.
10462 2002-09-29  Nathanael Nerode  <neroden@gcc.gnu.org>
10464         * configure: Revert accidentally applied changes.
10466         * Makefile.tpl: Make more autoconf-friendly.
10467         * Makefile.in: Regenerate.
10468         * configure: Make substitution more autoconf-like.
10470 2002-09-28  Richard Earnshaw  <rearnsha@arm.com>
10472         * configure.in (arm-*-coff, strongarm-*-coff, xscale-*-coff): Use a
10473         single entry to handle all these.
10474         (arm-*-elf, strongarm-*-elf, xscale-*-elf): Likewise.  Also enable
10475         libjava on arm-*-elf.
10477 2002-09-27  Geoffrey Keating  <geoffk@apple.com>
10479         * configure.in (powerpc-*-darwin*): Don't configure BFD, TK, or the
10480         things that depend on them.
10482 2002-09-25  Nathanael Nerode  <neroden@gcc.gnu.org>
10484         * Makefile.tpl: Make subsituted variables more autoconfy.
10485         * Makefile.in: Regenerate.
10486         * configure: Make seds more autoconfy.
10488 2002-09-25  Nathanael Nerode  <neroden@gcc.gnu.org>
10490         * Makefile.tpl: Rewrite substituted lines to look autoconfy.
10491         * Makefile.in: Regenerate.
10492         * configure.in: Rewrite sed statements to look autoconfy.
10494         * Makefile.tpl: Autogenerate *-target-* lists, dependencies of
10495         all-target-foo on configure-target-foo.
10496         * Makefile.def: Ditto.
10497         * Makefile.in: Rebuild.
10499 2002-09-25  Andrew Haley  <aph@redhat.com>
10501         * MAINTAINERS: Add aph@redhat.com as Java maintainer.
10503 2002-09-22  Nathanael Nerode  <neroden@gcc.gnu.org>
10505         * Makefile.def: New file.
10506         * Makefile.tpl: New file.
10507         * Makefile.in: Generate from Makefile.tpl with 'autogen Makefile.def'.
10508         * contrib/gcc_update: Note that Makefile.in is a generated file.
10510         * configure.in: Minor rearrangement.  Simplify tests.
10512 2002-09-22  Jason Thorpe  <thorpej@wasabisystems.com>
10514         * configure.in (with_headers): Skip copy if value is "yes".
10515         (with_libs): Likewise.
10517 2002-09-20  Nathanael Nerode  <neroden@gcc.gnu.org>
10519         * configure.in (*-*-netbsd*): Use noconfigdirs, not skipdirs.
10520         * configure.in (sh*-*-pe*): Ditto.
10521         * configure.in (mips*-*-pe*): Ditto.
10522         * configure.in (*arm-wince-pe): Ditto.
10524         * configure.in: Rearrange.
10526 2002-09-14  Kazu Hirata  <kazu@cs.umass.edu>
10528         * MAINTAINERS: Update my email address.
10530 2002-08-30  Paul Koning  <pkoning@equallogic.com>
10532         * MAINTAINERS: (Write After Approval): Add myself.
10534 2002-08-29  Geoffrey Keating  <geoffk@redhat.com>
10536         * MAINTAINERS: Update Jason Eckhardt's address, remove i860.
10538 2002-08-24  Geoffrey Keating  <geoffk@redhat.com>
10540         * MAINTAINERS: Change my mailing address.
10542 2002-08-21  Paolo Carlini  <pcarlini@unitus.it>
10544         * MAINTAINERS (Write After Approval): Remove myself.
10545         (Various Maintainers: c++ runtime libs): Add myself.
10547 2002-08-20  Loren J. Rittle  <ljrittle@acm.org>
10549         * MAINTAINERS (Write After Approval): Remove myself.
10550         (Various Maintainers: c++ runtime libs): Add myself.
10552 2002-08-15  Eric Christopher  <echristo@redhat.com>
10554         * config.sub: Import from master repository.
10555         * config.guess: Ditto.
10557 2002-08-19  Alexandre Oliva  <aoliva@redhat.com>
10559         * Makefile.in (GCC_FOR_TARGET): Prepend STAGE_CC_WRAPPER.
10560         * configure.in (CC_FOR_TARGET, GCJ_FOR_TARGET, CXX_FOR_TARGET,
10561         CXX_FOR_TARGET_FOR_RECURSIVE_MAKE): Likewise.
10563 2002-08-16  Aldy Hernandez  <aldyh@redhat.com>
10565         * MAINTAINERS: Add self to rs6000 vector extensions.
10567 2002-08-15  Alexandre Oliva  <aoliva@redhat.com>
10569         * libiberty/configure: Reverted unintended yesterday's check in.
10571 2002-08-14  Alexandre Oliva  <aoliva@redhat.com>
10573         * boehm-gc/configure, libf2c/configure: Rebuilt.
10574         * libffi/configure, libiberty/configure: Ditto.
10575         * libjava/configure, libobjc/configure: Ditto.
10576         * libstdc++-v3/configure, zlib/configure: Ditto.
10577         Merged from binutils:
10578         2002-01-27  Daniel Jacobowitz  <drow@mvista.com>
10579         From Steve Ellcey <sje@cup.hp.com>:
10580         * libtool.m4 (HPUX_IA64_MODE): Set to 32 or 64 based on ABI.
10581         (lt_cv_deplibs_check_method, lt_cv_file_magic_cmd,
10582         lt_cv_file_magic_test_file): Set to appropriate values for HP-UX
10583         IA64.
10584         * ltcf-c.sh (archive_cmds, hardcode_*): Ditto.
10585         * ltconfig (shlibpath_*, dynamic_linker, library_names_spec,
10586         soname_spec, sys_lib_search_path_spec): Ditto.
10588 2002-08-06  Federico G. Schwindt  <fgsch@olimpo.com.br>
10590         * configure.in (hppa*-*-openbsd*): Treat like hppa*-*-*elf*.
10592 2002-08-04  H.J. Lu  (hjl@gnu.org)
10594         * configure.in (mips*-*-linux*): Don't skip target-libffi.
10596 2002-08-02  Krister Walfridsson  <cato@df.lth.se>
10598         * MAINTAINERS (Write After Approval): Add myself.
10600 2002-07-31  Alan Modra  <amodra@bigpond.net.au>
10602         * configure.in: Move generic linux case to end.  Copy generic
10603         linux noconfigdirs to mips*-*-linux* entry and new
10604         powerpc64*-*-linux* entry.  Add target-libffi for the latter.
10606 2002-07-19  Michael Matz  <matz@suse.de>
10608         * MAINTAINERS: Add myself as ra* maintainer.
10610 2002-07-16  Chris Demetriou  <cgd@broadcom.com>
10612         * config.guess: Update to 2002-07-09 version.
10613         * config.sub: Update to 2002-07-03 version.
10615 2002-07-15  Hans-Peter Nilsson  <hp@bitrange.com>
10617         * MAINTAINERS: Fix typo in a maintainer email address.
10619 2002-07-11  Nathanael Nerode  <neroden@gcc.gnu.org>
10621         * configure.in: Remove two redundant tests.
10623 2002-07-11  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
10625         * configure.in (mips*-*-irix6*o32): Enable stabs.
10627 2002-07-08  Nathanael Nerode  <neroden@gcc.gnu.org>
10629         * configure.in: Don't build grez.
10630         * Makefile.in: Ditto.
10632         * Makefile.in: Remove references to bsp, cygmon, libstub.
10633         * configure.in: Ditto.
10635         * configure.in: Remove leftover reference to gdbtest.
10637 2002-07-08  Phil Edwards  <pme@gcc.gnu.org>
10639         * configure.in (gxx_include_dir):  Change to match versioned
10640         C++ headers if --enable-version-specific-runtime-libs is used.
10642 2002-07-04  Steve Ellcey  <sje@cup.hp.com>
10644         * ltcf-cxx.sh (hpux*): Modify to support ia64-*-hpux*.
10646 2002-07-03  Nathanael Nerode  <neroden@gcc.gnu.org>
10648         * configure.in: Make --without-x work.
10650 2002-07-02  Nathanael Nerode  <neroden@gcc.gnu.org>
10652         * configure.in: Rearrange target Makefile fragment collection.
10654         * Makefile.in: Don't try to build gdbtest, tgas, ispell, inet, or
10655         cvs[src].
10656         * configure.in: Ditto.
10658 2002-07-01  Matt Kraai  <kraai@alumni.cmu.edu>
10660         * MAINTAINERS (Write After Approval): Update my e-mail address.
10662 2002-06-24  Ben Elliston  <bje@redhat.com>
10664         * configure.in (host_tools): Remove cgen.
10666         * Makefile.in (all-cgen): Remove; runs from its source directory.
10667         (check-cgen, install-cgen, clean-cgen): Likewise.
10668         (all-opcodes): Do not depend on all-cgen.
10669         (all-sim): Likewise.
10671 2002-07-01  Nathanael Nerode  <neroden@gcc.gnu.org>
10673         * Makefile.in: Eliminate 'apache' targets.
10674         * configure.in: Eliminate 'apache' targets.
10676         * configure.in: Eliminate redundant tests.  Reorganize.
10678         * Makefile.in: Eliminate last reference to LIBGCC1_TEST.
10680         * config-ml.in: Eliminate references to Cygnus configure.
10682         * Makefile.in: Eliminate references to building emacs.
10684 2002-06-28  Graham Stott  <graham.stott@btinternet.com>
10686         * MAINTAINERS: Update my email address.
10688 2002-06-26  Benjamin Kosnik  <bkoz@redhat.com>
10690         * config.if (libstdcxx_incdir): Version C++ headers.
10691         (cxx_incdir): Remove.
10693 2002-06-25  Nathanael Nerode  <neroden@gcc.gnu.org>
10695         * MAINTAINERS (Write After Approval): Add self.
10697 Thu Jun 20 00:35:14 2002  Denis Chertykov  <denisc@overta.ru>
10699         * configure.in: Add support for ip2k.
10701 2002-06-22  Nathanael Nerode  <neroden@twcny.rr.com>
10703         * configure.in: Fix AIX configury bug.
10705 2002-06-20  Steve Ellcey  <sje@cup.hp.com>
10707         * MAINTAINERS (Write After Approval): Add self.
10709 2002-06-19  Nathanael Nerode  <neroden@twcny.rr.com>
10711         * configure.in: replace ${topsrcdir} with ${srcdir}
10713         * configure.in: Move definition of libstdcxx_flags
10714         right above usage, rather than waaay earlier.
10716         * configure.in: Pull definition of is_cross_compiler earlier.
10718         * configure.in: Rearrange a little.
10720         * configure.in: Remove references to librx.
10721         * Makefile.in: Remove references to librx.
10723 Tue Jun 18 22:37:35 2002  Denis Chertykov  <denisc@overta.ru>
10725         * config.sub: Add support for avr target.
10726         Import from master sources, rev 1.255
10728 2002-06-19  Phil Edwards  <pme@gcc.gnu.org>
10730         * configure, .cvsignore:  Revert previous change...
10731         * Makefile:  ...delete.
10733 2002-06-19  Nathanael Nerode  <neroden@twcny.rr.com>
10735         * configure.in: Eliminate ${gasdir} variable.
10737 2002-06-18  Dave Brolley  <brolley@redhat.com>
10739         * configure.in: Add support for frv.
10740         * config.sub: Add support for frv.
10742 2002-06-18  Phil Edwards  <pme@gcc.gnu.org>
10744         * configure:  Remove garbage from previous commit.
10746 2002-06-18  Phil Edwards  <pme@gcc.gnu.org>
10748         * configure:  For in-source builds, make a subdir and re-exec there.
10749         * Makefile:  New file.  Pass targets through to build directory.
10750         * .cvsignore:  No longer ignore "Makefile".
10752 2002-06-16  Douglas Rupp  <rupp@gnat.com>
10754         * MAINTAINERS (Write After Approval): Add self.
10756 2002-06-11  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
10758         * Makefile.in (CFLAGS_FOR_TARGET): Add -O2.
10760 2002-06-08  Jason Thorpe  <thorpej@wasabisystems.com>
10762         * configure.in (vax-*-netbsd*): Re-enable gas.
10764 2002-05-31  Nathanael Nerode  <neroden@twcny.rr.com>
10766         * Makefile.in: Replace HOST_PREFIX, HOST_PREFIX_1 with BUILD_PREFIX,
10767         BUILD_PREFIX_1, to correct nomenclature.
10768         * configure: Likewise.
10770         * Makefile.in: Eliminate version-specific references to tcl8.1, tk8.1.
10771         * configure.in: Eliminate version-specific references to tcl8.1, tk8.1.
10773 2002-05-31  Olaf Hering  <olh@suse.de>
10775         * config-ml.in: Propogate DESTDIR also.
10777 2002-05-29  Jason Thorpe  <thorpej@wasabisystems.com>
10779         * configure.in (vax-*-netbsd*): Don't build gas for this
10780         platform.
10782 2002-05-28  Marek Michalkiewicz  <marekm@amelek.gda.pl>
10784         * configure.in (noconfigdirs): Don't compile libiberty, libstdcxx
10785         and libgcj for AVR.
10787 2002-05-23  Kaz Kojima  <kkojima@gcc.gnu.org>
10789         * MAINTAINERS (Write After Approval): Add myself.
10791 2002-05-22  Jason Thorpe  <thorpej@wasabisystems.com>
10793         * config.guess: Update to 2002-05-22 version.
10794         * config.sub: Likewise.
10796 2002-05-16  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
10798         * Makefile.in: Allow for PWDCMD to override hardcoded pwd.
10799         * config-ml.in: Likewise.
10800         * configure: Likewise.
10801         * configure.in: Likewise.
10803 2002-05-16  Stephane Carrez  <stcarrez@nerim.fr>
10805         * MAINTAINERS: Update my email address.
10807 2002-05-13  Nathanael Nerode  <neroden@twcny.rr.com>
10809         * configure.in: Simplify makefile fragment collection.
10811         * configure.in: Remove code to build emacs.
10813         * configure.in : Remove --srcdir argument from targargs and buildargs
10814         (it's always overridden in the Makefile anyway).  Rearrange a bit.
10816         * configure: Move some logic to configure.in.
10817         * configure.in: Move some logic from configure.
10819 2002-05-11  Tom Tromey  <tromey@redhat.com>
10821         * MAINTAINERS: Reflect libgcj reality.
10823 2002-05-09  Federico G. Schwindt  <fgsch@olimpo.com.br>
10825         * Makefile.in: Honour DESTDIR.
10827 2002-05-08  Mark Mitchell  <mark@codesourcery.com>
10829         * config.guess: Import 2002-03-20 version.
10830         * config.sub: Import 2002-04-26 version.
10832 2002-05-08  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
10834         * config-ml.in: Allow for PWDCMD to determine ML_POPDIR.
10836 2002-05-07  Tim Josling  <tej@melbpc.org.au>
10838         * MAINTAINERS: Add self.
10840 2002-05-06  Loren J. Rittle  <ljrittle@acm.org>
10842         * ltmain.sh: Detect and handle object name conflicts
10843         while piecewise linking a static library.
10845 2002-05-05  Alexandre Oliva  <aoliva@redhat.com>
10847         * configure.in (noconfigdirs): Don't disable libgcj on
10848         sparc64-*-solaris* and sparcv9-*-solaris*.
10850 2002-05-03  Alexandre Oliva  <aoliva@redhat.com>
10852         * configure.in: Revert 2002-04-18's patch; fixed in libjava.
10854 2002-05-03  Thomas Fitzsimmons  <fitzsim@redhat.com>
10856         * configure.in (FLAGS_FOR_TARGET): Do not add
10857         -B$$r/$(TARGET_SUBDIR)/newlib/ when compiling newlib natively
10858         on i[3456]86-*-linux*.
10860 2002-05-01  Thomas Fitzsimmons  <fitzsim@redhat.com>
10862         * configure.in (noconfigdirs): Replace [ ] with test.
10864         * configure.in (noconfigdirs): Do not add target-newlib if
10865         target == i[3456]86-*-linux*, and host == target.
10867 2002-04-29  Nathanael Nerode  <neroden@doctormoo.dyndns.org>
10869         * configure.in: delete reference to absent file
10871         * configure.in: replace '[' with 'test'
10873         * configure.in: Eliminate references to gash.
10874         * Makefile.in: Eliminate references to gash.
10876         * configure.in: remove useless references to 'pic' makefile fragments.
10878         * configure.in: (*-*-windows*) Finish removing.
10880         * configure.in: Eliminate redundant test for libgui.
10882 2002-04-29  Roger Sayle  <roger@eyesopen.com>
10884         * MAINTAINERS: Add self and realphabetize.  Update entries
10885         for Dan Berlin, Chris Demetriou and Michael Matz.  Remove
10886         entry for a29k port maintainer.
10888 2002-04-26  Joel Sherrill  <joel@OARcorp.com>
10890         * configure.in (h8300*-*-rtems*): Disable libf2c and libgcj.
10891         (sparc-*-elf*, sparc64-*-elf*): Disable libgcj.
10893 2002-04-19  Nathanael Nerode  <neroden@twcny.rr.com>
10895         * configure.in: remove references to dead files
10897 2002-04-19  Mark Mitchell  <mark@codesourcery.com>
10899         * MAINTAINERS: Add information about purpose of this file.
10901 2002-04-18  Tom Tromey  <tromey@redhat.com>
10903         * configure.in: Disallow configuring libgcj when it is already
10904         installed and we're using Solaris 2.8 linker.  Do enable libgcj on
10905         Solaris 2.8 by default.  For PR libgcj/6158.
10907 2002-04-17  Nathanael Nerode  <neroden@twcny.rr.com>
10909         * configure.in:  Move default CC setting out of config/mh-* fragments
10910         directly into here.
10912 2002-04-17  Nathanael Nerode  <neroden@twcny.rr.com>
10914         * configure.in: don't even try to configure or make a subdirectory
10915         if there's no configure script for it.
10917 2002-04-15  Mark Mitchell  <mark@codesourcery.com>
10919         * MAINTAINERS: Remove chill maintainers.
10920         * Makefile.in (CHILLFLAGS): Remove.
10921         (CHILL_LIB): Remove.
10922         (TARGET_CONFIGDIRS): Remove libchill.
10923         (CHILL_FOR_TARGET): Remove.
10924         (BASE_FLAGS_TO_PASS): Don't pass CHILLFLAGS, CHILL_FOR_TARGET, or
10925         CHILL_LIB.
10926         (CONFIGURE_TARGET_MODULES): Remove configure-target-libchill.
10927         (CHECK_TARGET_MODULES): Likewise.
10928         (INSTALL_TARGET_MODULES): Likewise.
10929         (CLEAN_TARGET_MODULES): Likewise.
10930         (configure-target-libchill): Remove.
10931         (all-target-libchill): Remove.
10932         * configure.in (target_libs): Remove target-libchill.
10933         Do not compute CHILL_FOR_TARGET.
10934         * libchill: Remove directory.
10936 2002-04-11  DJ Delorie  <dj@redhat.com>
10938         * Makefile.in, configure.in: Sync with binutils, entries
10939         follow...
10941 2002-04-07  Andrew Cagney  <ac131313@redhat.com>
10943         * Makefile.in (do-tar-bz2): Delete rule.  Replace with ...
10944         (do-tar, do-bz2): New rules.
10945         (taz): Update.  Replace do-tar-bz2 with do-tar and do-bz2.
10946         (gdb-tar): New rule.
10947         (gdb-taz): Rewrite.  Use gdb-tar and do-bz2.
10948         (insight_dejagnu.tar): New rule.
10949         (insight.tar): New rule.
10950         (gdb+dejagnu.tar): New rule.
10951         (gdb.tar): New rule.
10953 2002-02-01  Mo DeJong  <supermo@bayarea.net>
10955         * Makefile.in: Add all-tix to deps for all-snavigator
10956         so that tix is built when building snavigator.
10958 2002-01-11  Steve Ellcey  <sje@cup.hp.com>
10960         * configure.in (ia64*-*-hpux*): New target for IA64 HP-UX,
10961         ld and gdb are not supported.
10963 2002-01-07  Mark Salter  <msalter@redhat.com>
10965         * configure.in: Remove target-bsp and target-cygmon from arm builds.
10966         Allow target-libgloss to be built for arm, strongarm, and xscale.
10968 2001-12-13  Thomas Fitzsimmons  <fitzsim@redhat.com>
10970         * configure.in (FLAGS_FOR_TARGET): Remove -nostdinc and -isystem
10971         options for i[3456]86-pc-linux* native builds.
10973 2001-11-20  Nick Clifton  <nickc@cambridge.redhat.com>
10975         * Makefile.in (do-proto-toplev): Use msgfmt to generate .gmo
10976         files from .po files for a distribution.
10978 2001-09-03  Jeff Holcomb  <jeffh@redhat.com>
10980         * configure.in: Enable libstdc++-v3 for h8300 targets.
10982 2001-06-19  Alan Modra  <amodra@bigpond.net.au>
10984         * Makefile.in (VER): If AM_INIT_AUTOMAKE uses BFD_VERSION, get
10985         version from bfd/.
10987 Fri Jun  8 11:14:02 2001  Andrew Cagney  <cagney@b1.cygnus.com>
10989         * Makefile.in (VER): When present, extract the version number from
10990         the file version.in.
10992 2001-05-24  Tom Rix  <trix@redhat.com>
10994         * configure.in : enable ld for aix
10996 2001-02-09  Martin Schwidefsky  <schwidefsky@de.ibm.com>
10998         * config.guess: Add linux target for S/390.
11000 2000-11-07  Philip Blundell  <pb@futuretv.com>
11002         * Makefile.in (ETC_SUPPORT): Also add configbuild.* and configdev.*.
11004 2000-11-03  Philip Blundell  <pb@futuretv.com>
11006         * Makefile.in (ETC_SUPPORT): Add configure.texi and associated info
11007         files.
11009 2001-01-15  Ben Elliston  <bje@redhat.com>
11011         * configure.in (host_tools): Add sid.
11012         Always configure cgen.
11014 2000-11-24  Nick Clifton  <nickc@redhat.com>
11016         * configure.in (c4x, c5x, tic54x): Move after ARM targets.
11018 2000-08-20  Doug Evans  <dje@casey.transmeta.com>
11020         * Makefile.in (ALL_MODULES): Add all-cgen.
11021         (CROSS_CHECK_MODULES,INSTALL_MODULES,CLEAN_MODULES): Similarily.
11022         (all-cgen): New target.
11023         (all-opcodes,all-sim): Depend on all-cgen.
11024         * configure.in (host_tools): Add cgen.
11025         Only configure cgen if --enable-cgen-maint.
11027 2002-04-09  Loren J. Rittle  <ljrittle@acm.org>
11029         * configure.in: Add *-*-freebsd* configurations.
11031 2002-04-08  Tom Tromey  <tromey@redhat.com>
11033         * configure.in: Add FLAGS_FOR_TARGET to GCJ_FOR_TARGET.
11034         Fixes PR libgcj/6068.
11036 2002-03-30  Krister Walfridsson  <cato@df.lth.se>
11038         * configure.in (i*86-*-netbsdelf*): Don't disable libgcj.
11040 2002-03-27  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
11042         * configure.in (alpha*-dec-osf*): Enable libgcj.
11044 2003-03-27  Matthew Gingell  <gingell@gnat.com>
11046         * MAINTAINERS (Write After Approval): Add myself.
11048 2002-03-24  Nick Clifton  <nickc@cambridge.redhat.com>
11050         Fix for: PR bootstrap/3591, target/5676
11051         * configure.in (mcore-pe): Disable the configuration of
11052         libstdc++-v3 since exceptions are not supported.
11054 2002-03-20  Anthony Green  <green@redhat.com>
11056         * configure.in: Enable libgcj for xscale-elf target.
11058 Tue Mar 19 09:05:08 2002  J"orn Rennecke  <joern.rennecke@superh.com>
11060         * MAINTAINERS:  Update my email address.
11062 2002-03-16  Alexandre Oliva  <aoliva@redhat.com>
11064         * ltmain.sh (relink_command): Fix typo in previous change.
11066 2002-03-15  Alexandre Oliva  <aoliva@redhat.com>
11068         * ltmain.sh (taglist): Initialized.  Don't let `CC' tag out of it.
11069         (relink_command): Added --tag flags.
11070         (mode=install): If relinking fails; error out.
11072 2002-03-12  Richard Henderson  <rth@redhat.com>
11074         * Makefile.in (NOTPARALLEL): New.  Use it instead of explicit
11075         .NOTPARALLEL tag.
11076         (do-check): Rename from check.
11077         (check): Allow parallel check.
11079 2002-03-12  Bob Wilson  <bob.wilson@acm.org>
11081         * MAINTAINERS: Add myself as maintainer for xtensa port.
11082         Fix alphabetical order in CPU port maintainer list.
11083         Remove myself from Write After Approval list.
11085 2002-03-11  Richard Henderson  <rth@redhat.com>
11087         * Makefile.in (.NOTPARALLEL): Add fake tag.
11089 2002-03-07  H.J. Lu  (hjl@gnu.org)
11091         * configure.in: Enable gprof for mips*-*-linux*.
11093 2002-03-05  Danny Smith  <dannysmith@users.sourceforge.net>
11095         * MAINTAINERS (Write After Approval): Add myself.
11097 2002-02-28  Alexandre Oliva  <aoliva@redhat.com>
11099         * configure.in (libstdcxx_flags): Don't add libstdc++-v3 flags for
11100         libjava.
11101         (CXX_FOR_TARGET): Explain why -shared-libgcc here.
11103 2002-02-23  Alexandre Oliva  <aoliva@redhat.com>
11105         * Makefile.in (MAKEINFO): Don't assume makeinfo will be built just
11106         because its Makefile is there; test for the executable instead.
11108 2002-02-22  Alexandre Oliva  <aoliva@redhat.com>
11110         * configure.in (CXX_FOR_TARGET): Add -shared-libgcc for
11111         libstdc++-v3 and libjava.
11113 2002-02-11  Adam Megacz  <adam@xwt.org>
11115         * gcc/Makefile.in: Removed libstdc++-v3 dependancy for libjava and
11116         boehm-gc
11118 2002-02-09  Alexandre Oliva  <aoliva@redhat.com>
11120         * config.guess: Updated to 2002-01-30's version.
11121         * config.sub: Updated to 2002-02-01's version.
11122         Contribute sh64-elf.
11123         2000-12-01  Alexandre Oliva  <aoliva@redhat.com>
11124         * configure.in: Added sh64-*-*.
11126 2002-02-08  Chris Demetriou  <cgd@broadcom.com>
11128         * MAINTAINERS: Belatedly add myself to write after approval list.
11130 Thu Feb  7 12:40:58 CET 2002  Jan Hubicka  <jh@suse.cz>
11132         * MAINTAINERS: Put self in as maintainer for x86-64 port.
11133         Remove self as Write After Approval.
11135 2002-01-31  Geoffrey Keating  <geoffk@redhat.com>
11137         * MAINTAINERS: Put self in as maintainer for contrib/regression
11138         directory.
11140 2002-01-28  Phil Edwards  <pme@gcc.gnu.org>
11142         * MAINTAINERS:  Update my email address.
11144 2002-01-26  Jason Thorpe  <thorpej@wasabisystems.com>
11146         * configure.in (*-*-netbsd*): New.  Skip target-newlib,
11147         target-libiberty, and target-libgloss.  Skip Java-related
11148         libraries if not supported for NetBSD on target CPU.
11150 2002-01-25  Douglas B Rupp  <rupp@gnat.com>
11152         * install-sh: Use _inst.$$_ for temp file name.
11154 2002-01-24  Jason Thorpe  <thorpej@wasabisystems.com>
11156         * MAINTAINERS (Write After Approval): Move my contact info
11157         from here...
11158         (OS Port Maintainers): ...to here (netbsd).
11160 2002-01-22  Bob Wilson  <bob.wilson@acm.org>
11162         * MAINTAINERS (Write After Approval): Add myself.
11164 2002-01-17  H.J. Lu  <hjl@gnu.org>
11166         * Makefile.in (all-fastjar): Also depend on all-libiberty.
11167         (all-target-fastjar): Also depend on all-target-libiberty.
11169 2002-01-16  H.J. Lu  (hjl@gnu.org)
11171         * config.guess: Import from master sources, rev 1.225.
11172         * config.sub: Import from master sources, rev 1.238.
11174 2002-01-16  Kazu Hirata  <kazu@hxi.com>
11176         * MAINTAINERS (Write After Approval): Remove myself.
11178 2001-12-19  Florian Weimer  <fw@deneb.enyo.de>
11180         * MAINTAINERS (Write After Approval): Add myself.
11182 2001-12-17  Joseph S. Myers  <jsm28@cam.ac.uk>
11184         * MAINTAINERS: Add self as docs co-maintainer.
11186 2001-12-11  Matthias Klose  <doko@debian.org>
11188         * MAINTAINERS (Write After Approval): Add myself.
11190 2001-12-09  Zack Weinberg  <zack@codesourcery.com>
11192         * MAINTAINERS: Update my email address.
11194 2001-12-07  Turly O'Connor  <turly@apple.com>
11195         * MAINTAINERS (Write After Approval): Add myself.
11196         * rs6000.c (rs6000_trampoline_size): Handle ABI_DARWIN case.
11197         (rs6000_initialize_trampoline): Call __trampoline_setup for
11198         ABI_DARWIN too.
11199         * darwin-tramp.asm: New file, implements __trampoline_setup.
11200         * t-darwin (LIB2FUNCS_EXTRA): Include darwin-tramp.asm.
11202 2001-12-07  Paolo Carlini  <pcarlini@unitus.it>
11204         * MAINTAINERS (Write After Approval): Add myself.
11206 Wed Dec  5 07:33:45 2001  Douglas B. Rupp  <rupp@gnat.com>
11208         * configure, configure.in: Use temp file for long sed commands.
11210 2001-12-03  Laurent Guerby  <guerby@acm.org>
11212         * config.sub: Update to version 1.232 on subversion.
11214 2001-12-03  Ben Elliston  <bje@redhat.com>
11216         * MAINTAINERS: Update mail address for config.* patches.
11218 2001-11-27  DJ Delorie  <dj@redhat.com>
11219             Zack Weinberg  <zack@codesourcery.com>
11221         When build != host, create libiberty for the build machine.
11223         * Makefile.in (TARGET_CONFIGARGS, BUILD_CONFIGARGS): Replace
11224         CONFIG_ARGUMENTS.
11225         (ALL_BUILD_MODULES_LIST, BUILD_CONFIGDIRS, BUILD_SUBDIR):
11226         New variables.
11227         (ALL_BUILD_MODULES, CONFIGURE_BUILD_MODULES): New variables
11228         and rules.
11229         (all.normal): Depend on ALL_BUILD_MODULES.
11230         (CONFIGURE_TARGET_MODULES rule): Use TARGET_CONFIGARGS.
11231         (all-build-libiberty): Depend on configure-build-libiberty.
11233         * configure: Calculate and substitute proper value for
11234         ALL_BUILD_MODULES.
11235         * configure.in: Create the build subdirectory.
11236         Calculate and substitute TARGET_CONFIGARGS (formerly
11237         CONFIG_ARGUMENTS); also BUILD_SUBDIR and BUILD_CONFIGARGS (new).
11239 2001-11-26  Ziemowit Laski  <zlaski@apple.com>
11241         * MAINTAINERS (write-after-approval): Add self.
11243 2001-11-17  Craig Rodrigues  <rodrigc@gcc.gnu.org>
11245         * MAINTAINERS (GNATS only accounts): Remove self.
11247 2001-11-14  Hans-Peter Nilsson  <hp@bitrange.com>
11249         * configure.in (noconfigdirs) [h8300*-*-*, h8500-*-*]: Disable
11250         libf2c.
11252 2001-11-12  Craig Rodrigues  <rodrigc@gcc.gnu.org>
11254         * MAINTAINERS (Write After Approval): Add self.
11256 2001-11-12  David O'Brien  <obrien@FreeBSD.org>
11258         * MAINTAINERS: mips and s390 are also CPU ports.
11260 2001-11-12  David O'Brien  <obrien@FreeBSD.org>
11262         * MAINTAINERS: mcore, cris and mmix are also CPU ports.
11264 2001-11-11  David O'Brien  <obrien@FreeBSD.org>
11266         * MAINTAINERS: Alphabetize.
11268 2001-11-09  Kazu Hirata  <kazu@hxi.com>
11270         * MAINTAINERS (Various maintainers: h8 port): Add myself.
11272 2001-11-09  John David Anglin  <dave@hiauly1.hia.nrc.ca>
11274         * MAINTAINERS (Various maintainers: hppa port): Added myself.
11276 2001-11-08  Phil Edwards  <pedwards@disaster.jaj.com>
11278         * configure.in (--enable-languages): Be more permissive about
11279         syntax.  Check for empty lists better.  Warn about $LANGUAGES.
11281 2001-11-08  Geoffrey Keating  <geoffk@redhat.com>
11283         * config.sub: Import from master sources, rev. 1.230.
11284         * MAINTAINERS: Change 'stormy16' to 'xstormy16'.
11286 2001-11-07  Laurent Guerby  <guerby@acm.org>
11288         * MAINTAINERS (Write After Approval): Add self.
11290 2001-11-06  Hans-Peter Nilsson  <hp@bitrange.com>
11292         * Makefile.in (MAKEINFO): Use "missing" for makeinfo older than 4.0.
11294 2001-11-05  Hans-Peter Nilsson  <hp@bitrange.com>
11296         * config.sub: Import from master sources, rev 1.226.
11297         * config.guess: Import from master sources, rev 1.216.
11299 2001-11-03  Hans-Peter Nilsson  <hp@bitrange.com>
11301         * configure.in (noconfigdirs) [mmix-*-*]: Disable libgcj.
11302         * MAINTAINERS: Add self as maintainer of MMIX port.
11303         Remove old after-approval entry.
11305 2001-10-28  Joseph S. Myers  <jsm28@cam.ac.uk>
11307         * ChangeLog, configure: Fix spelling errors.
11309 2001-10-20  Brendan Kehoe  <brendan@zen.org>
11311         * MAINTAINERS: Tweak my address.
11313 Thu Oct 11 21:50:15 2001  J"orn Rennecke  <amylaar@onetel.net.uk>
11315         * MAINTAINERS: Update my email address.
11317 2001-10-11  Hans-Peter Nilsson  <hp@axis.com>
11319         * configure.in (noconfigdirs) [cris-*-*]: Disable libgcj.
11320         * MAINTAINERS: Add self as maintainer of CRIS port.
11322 2001-10-10  Geert Bosch  <bosch@gnat.com>
11324         * MAINTAINERS (Various maintainers: Ada front end):
11325         Added Robert Dewar.
11327 2001-10-03  David Billinghurst  <David.Billinghurst@riotinto.com>
11329         * MAINTAINERS (Write After Approval): Added self
11331 2001-10-02  Geert Bosch  <bosch@gnat.com>
11333         * MAINTAINERS (Various maintainers: Ada front end): Added myself.
11335 2001-10-02  Joseph S. Myers  <jsm28@cam.ac.uk>
11337         * configure: Handle temporary files securely using mkdir.
11339 2001-09-29  Alexandre Oliva  <aoliva@redhat.com>
11341         * Makefile.in (configure-target-gperf): Depend on $(ALL_GCC_CXX).
11343 2001-09-26  Will Cohen  <wcohen@redhat.com>
11345         * configure.in (*-*-linux*): Disable configuration of target-newlib
11346         and target-libgloss.
11348 2001-09-26  Alexandre Oliva  <aoliva@redhat.com>
11350         * Makefile.in (EXTRA_TARGET_FLAGS): Pass RANLIB_FOR_TARGET for
11351         RANLIB.
11353 2001-09-21  Alexandre Oliva  <aoliva@redhat.com>
11355         * Makefile.in (AS_FOR_TARGET, LD_FOR_TARGET,
11356         DLLTOOL_FOR_TARGET, WINDRES_FOR_TARGET, AR_FOR_TARGET,
11357         RANLIB_FOR_TARGET, NM_FOR_TARGET): Don't use double quotes to
11358         avoid quotes nesting problems.
11359         (NATIVE_CHECK_MODULES): Ditto, just for consistency.
11360         (DO_X): Export only variables that are set.
11362 2001-09-19  Ben Elliston  <bje@redhat.com>
11364         * configure.in (sparc-sun-solaris2*): Don't use /usr/bin/which on
11365         Solaris when testing for the /usr/ucb/cc compiler; it has incorrect
11366         semantics.  Use the shell built-in "type" command instead.
11368 2001-08-31  Alexandre Oliva  <aoliva@redhat.com>
11370         Merged from gcc-3_0-branch:
11371         2001-07-30  Jeff Sturm  <jsturm@one-pont.com>
11372         * ltcf-c.sh: Use $objext, not $ac_objext.
11373         2001-07-27  Mark Kettenis  <kettenis@gnu.org>
11374         * ltcf-cxx.sh: Add support for GNU.
11375         2001-07-22  Timothy Wall  <twall@redhat.com>
11376         * ltcf-c.sh: Don't disable shared libraries for AIX5/IA64.  Preserve
11377         default settings if using GNU tools with that configuration.
11378         * ltcf-cxx.sh: Ditto.
11379         * ltcf-gcj.sh: Ditto.
11380         2001-07-21  Michael Chastain  <chastain@redhat.com>
11381         * ltconfig: Set max_cmd_len to a maximum of 512Kb, as it seems some
11382         HPUX 11.0 systems have trouble with 1MB.  Mark as gcc-local.
11383         * ltmain.sh: Mark as gcc-local.
11385 2001-08-30  Eric Christopher  <echristo@redhat.com>
11386             Jason Eckhardt  <jle@redhat.com>
11388         * config.guess: Merge from master sources.
11389         * config.sub: Merge from master sources, add support for mipsisa32.
11391 2001-08-25  Geoffrey Keating  <geoffk@redhat.com>
11392         * config.sub: Merge from master sources, rev 1.219.
11393         * MAINTAINERS: Add self as contact for stormy16 port.
11395 2001-08-14  Zack Weinberg  <zackw@panix.com>
11397         * config.sub: Merge from master sources, rev 1.218.
11398         * config.guess: Merge from master sources, rev 1.209.
11400 2001-08-11  Graham Stott  <grahams@redhat.com>
11402         * Makefile.in (check-c++): Add missing semicolon.
11404 Mon Jul 30 19:24:13 CEST 2001  Jan Hubicka  <jh@suse.cz>
11406         * MAINTAINERS (Various maitainers: predict.def): Added myself.
11408 2001-07-30  Eric Christopher  <echristo@redhat.com>
11410         * MAINTAINERS (Various maintainers: mips port): Added myself.
11412 2001-07-25  Andrew Haley  <aph@cambridge.redhat.com>
11414         * configure.in (sh-*-linux*): New.
11416 2001-07-27  Richard Henderson  <rth@redhat.com>
11418         * .cvsignore: Add LAST_UPDATED.
11420 2001-07-23  Ulrich Weigand  <uweigand@de.ibm.com>
11422         * MAINTAINERS (Various maintainers: s390 port): Added myself.
11424 2001-07-16  Aldy Hernandez  <aldyh@redhat.com>
11426         * config.sub: Fix mips64vr5000el typo in CPU-COMPANY.
11428 Fri Jul 13 14:31:57 2001  Nicola Pero  <nicola@brainstorm.co.uk>
11430         * MAINTAINERS (Write After Approval): Added myself.
11432 2001-07-12  Stephane Carrez  <Stephane.Carrez@worldnet.fr>
11434         * configure.in (noconfigdirs): Don't compile libiberty, libstdcxx
11435         and libgcj on m68hc11/m68hc12.
11437 2001-06-27  H.J. Lu  (hjl@gnu.org)
11439         * Makefile (CFLAGS_FOR_BUILD): New.
11440         (EXTRA_GCC_FLAGS): Add CFLAGS_FOR_BUILD.
11442 2001-06-13  Joseph S. Myers  <jsm28@cam.ac.uk>
11444         * README: Remove version number.
11446 2001-06-13  Gerald Pfeifer  <pfeifer@dbai.tuwien.ac.at>
11448         * INSTALL/README: Update wrt. to the installation instructions now
11449         residing in gcc/doc/install.texi.
11451 2001-06-13  Joseph S. Myers  <jsm28@cam.ac.uk>
11453         * README: Replace with a cut-down and updated version of gcc/README.
11455 2001-06-12  David Edelsohn  <edelsohn@gnu.org>
11457         * config-ml.in (powerpc-*-* | rs6000-*-*): Allow aix64 and pthread
11458         multilibs to be disabled.
11460 2001-06-11  Daniel Berlin  <dan@cgsoftware.com>
11462         * MAINTAINERS (Write After Approval): Add myself.
11464 2001-06-09  Alexandre Oliva  <aoliva@redhat.com>
11466         * config.guess: Import CVS version 1.195.
11467         * config.sub: Import CVS version 1.212.
11469 2001-06-08  Alexandre Oliva  <aoliva@redhat.com>, Jeff Sturm  <jsturm@one-point.com>
11471         * Makefile.in (AS_FOR_TARGET, LD_FOR_TARGET, NM_FOR_TARGET): If
11472         gcc/xgcc is built, use -print-prog-name to find out the program
11473         name to use.
11475 2001-06-04  Phil Edwards  <pme@sources.redhat.com>
11477         * config.guess:  Import CVS version 1.194.  All gcc-local changes
11478         appear to also be in the master copy.
11479         * config.sub:  Import CVS version 1.211.
11481 Mon Jun  4 16:32:53 2001  Mark Mitchell  <mark@codesourcery.com>
11483         * ltcf-c.sh (archive_cmds, archive_expsym_cmds) [solaris,
11484         with_gcc]: Use `gcc -shared' to build a shared library.
11486 Mon Jun  4 16:24:43 2001  John David Anglin  <dave@hiauly1.hia.nrc.ca>
11488         * ltcf-c.sh (archive_cmd) [hpux, with_gcc]: Use gcc to link shared
11489         archives.
11491 Fri Jun  1 18:55:19 2001  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
11493         * MAINTAINERS (Write After Approval): Add myself.
11495 2001-06-01  Hans-Peter Nilsson  <hp@axis.com>
11497         * configure.in (libstdcxx_flags): Do not try to execute
11498         libstdc++-v3/testsuite_flags until it exists.
11500 2001-06-01  Alan Modra  <amodra@bigpond.net.au>
11502         * MAINTAINERS: Update my email address.
11504 2001-05-31  Graham Stott  <grahams@redhat.com>
11506         * MAINTAINERS (Write After Approval): Add myself.
11508 2001-05-28  Simon Patarin  <simon.patarin@inria.fr>
11510         * ltcf-cxx.sh (osf3/osf4/osf5): Support creation of C++  shared
11511         libraries when using g++ with native linker.
11513 2001-05-28  Alexandre Oliva  <aoliva@redhat.com>
11515         * ltconfig, ltmain.sh: Upgrade to libtool 1.4a 1.641.2.256.
11517 2001-05-22  Alexandre Oliva  <aoliva@redhat.com>
11519         * ltcf-cxx.sh (allow_undefined_flag, no_undefined_flag)
11520         [aix4*|aix5*]: Prepend blank.
11522 2001-05-20  Alexandre Oliva  <aoliva@redhat.com>
11524         * ltconfig, ltmain.sh, libtool.m4, ltcf-c.sh, ltcf-cxx.sh,
11525         ltcf-gcj.sh: Upgraded to libtool 1.4a 1.641.2.254.  Rebuilt a number
11526         of subdir/configure scripts to use the new libtool.m4.
11528 2001-05-19  Matt Kraai  <kraai@alumni.carnegiemellon.edu>
11530         * MAINTAINERS (Write After Approval): Add myself.
11532 2001-05-18  Benjamin Kosnik  <bkoz@redhat.com>
11534         * configure.in (libstdcxx_flags): Remove reference to libstdc++.INC.
11536 2001-05-11  Ben Elliston  <bje@redhat.com>
11538         * Makefile.in (all-sid): New target.
11539         (check-sid, clean-sid, install-sid): Likewise.
11541 2001-05-09  Jeffrey Oldham  <oldham@codesourcery.com>
11543         * ltcf-cxx.sh: Add -nostdlib to IRIX 6 archive_cmds.
11545 2001-05-03  Alexandre Oliva  <aoliva@redhat.com>
11547         * configure.in (noconfigdirs) [*-cygwin*, *-mingw*, *-beos]: Disable
11548         libgcj.
11550 2001-05-03  Alexandre Oliva  <aoliva@redhat.com>
11552         * Makefile.in (AS_FOR_TARGET, LD_FOR_TARGET, NM_FOR_TARGET): If
11553         gcc/xgcc is built, use -print-prog-name to find out the program
11554         name to use.
11556 2001-04-26  Alexandre Oliva  <aoliva@redhat.com>
11558         * configure.in (noconfigdirs): Don't reset it from scratch in the
11559         target case; only append to it.
11561         * configure.in (noconfigdirs) [hppa*-*-*, mips*-*-irix6*,
11562         sparc-*-solaris2.8]: Disable ${libgcj}.
11564 2001-04-25  Alexandre Oliva  <aoliva@redhat.com>
11566         * configure.in (libgcj_saved): Copy from $libgcj.
11567         (libgcj): Zero out if --enable-libgcj; add to noconfigdirs is
11568         --disable-libgcj.
11570 2001-04-25  Gavin Romig-Koch  <gavin@redhat.com>
11572         * MAINTAINERS: Remove self as MIPS maintainer and
11573         C front end maintainer.
11575 Mon Apr 23 09:15:03 2001  Anthony Green  <green@redhat.com>
11577         * configure.in: Move *-chorusos target case to the proper switch.
11578         Disable libgcj.
11580 2001-04-12  Alexandre Oliva  <aoliva@redhat.com>
11582         * ltconfig, ltmain.sh, ltcf-cxx.sh: Upgraded to libtool 1.4a
11583         1.641.2.228.
11585 2001-04-13  Franz Sirl  <Franz.Sirl-kernel@lauterbach.com>
11587         * Makefile.in (STAGE1_CFLAGS): Pass down.
11589 2001-04-13  Alan Modra  <amodra@one.net.au>
11591         * config.guess: Add hppa64-linux support.  Note for next import that
11592         this is already in the master file.
11593         * configure.in: Likewise.  Accept `parisc' alias for `hppa'.
11595 2001-04-12  Alexandre Oliva  <aoliva@redhat.com>
11597         * ltconfig, ltmain.sh, libtool.m4, ltcf-c.sh, ltcf-cxx.sh,
11598         ltcf-gcj.sh: Upgraded to libtool 1.4a 1.641.2.226.
11600 2001-04-11  Stan Shebs  <shebs@apple.com>
11602         * MAINTAINERS: Add self as Darwin port maintainer.
11604 2001-04-11  Alan Modra  <amodra@one.net.au>
11606         * MAINTAINERS: Update my email address.
11608 2001-04-10  Loren J. Rittle  <ljrittle@acm.org>
11610         * ltcf-cxx.sh: Support creation of C++ shared libraries on
11611         recent versions of FreeBSD (release 3 or later).
11612         * ltconfig: On FreeBSD, -lc must not be provided when building
11613         a shared library or else the standard -pthread gcc option is
11614         rendered worthless to later users of the built library.
11616 2001-04-06  Joseph S. Myers  <jsm28@cam.ac.uk>
11618         * MAINTAINERS: Add self and RTH as C front end maintainers.
11620 2001-04-05  Alexandre Oliva  <aoliva@redhat.com>
11622         * config.sub: Make sure to match an already-canonicalized
11623         machine name (eg. mn10300-unknown-elf).
11625 2001-04-01  Alexandre Oliva  <aoliva@redhat.com>
11627         * Makefile.in (CXX_FOR_TARGET_FOR_RECURSIVE_MAKE, RECURSE_FLAGS):
11628         New macros.
11629         (bootstrap, cross): Use RECURSE_FLAGS.
11630         * configure.in: Subst CXX_FOR_TARGET_FOR_RECURSIVE_MAKE.
11632 2001-03-27  Alexandre Oliva  <aoliva@redhat.com>
11634         * configure.in (CXX_FOR_TARGET): Use xgcc for libstdc++-v3.
11636 2001-03-22  Colin Howell  <chowell@redhat.com>
11638         * Makefile.in (DO_X): Do not backslash single-quotes in
11639         backquotes (two places).
11641 2001-03-22  Alexandre Oliva  <aoliva@redhat.com>
11643         Re-installed:
11644         2001-01-02  Laurynas Biveinis  <lauras@softhome.net>
11645         * ltcf-c.sh: Clear ac_cv_prog_cc_pic for DJGPP.  Do not add
11646         '-DPIC' to ac_cv_prog_cc_pic for DJGPP.
11647         * ltcf-cxx.sh: Likewise.
11648         * ltcf-gcj.sh: Likewise.
11650 2001-03-22  Gerald Pfeifer  <pfeifer@dbai.tuwien.ac.at>
11652         * MAINTAINERS: Add myself as "documentation co-maintainer".
11654 2001-03-22  Alexandre Oliva  <aoliva@redhat.com>
11656         * ltconfig, ltmain.sh, libtool.m4, ltcf-c.sh, ltcf-cxx.sh,
11657         ltcf-gcj.sh: Upgraded to libtool 1.4a 1.641.2.198.
11659 2001-03-19  Tom Tromey  <tromey@redhat.com>
11661         * config-ml.in: Handle GCJ and GCJFLAGS.
11663 2001-03-21  Michael Chastain  <chastain@redhat.com>
11665         * Makefile.in: all-m4 depends on all-texinfo.
11667 2001-03-20  Loren J. Rittle  <ljrittle@acm.org>
11669         * MAINTAINERS: Add myself to write after approval list.
11671 2001-03-18  Laurynas Biveinis  <lauras@softhome.net>
11673         * Makefile.in (DO_X): Quote nested quotes.
11675 2001-03-18  Alan Modra  <alan@linuxcare.com.au>
11677         * MAINTAINERS: Add myself to write after approval list.
11679 2001-03-15  Laurynas Biveinis  <lauras@softhome.net>
11681         * Makefile.in (DO_X): Use double quotes for quoting
11682         "RANLIB=$${RANLIB}".
11684 2001-03-10  Ovidiu Predescu  <ovidiu@cup.hp.com>
11686         * MAINTAINERS: Added Stan Shebs as new maintainer for Objective-C.
11688 2001-03-09  Nicola Pero  <n.pero@mi.flashnet.it>
11690         * configure.in: Only use `lang_requires' for languages athat are
11691         actually enabled.
11693 2001-03-08  Phil Edwards  <pme@sources.redhat.com>
11695         * MAINTAINERS (C++ runtime libs):  Update and alphabatize.
11697 2001-03-08  Alexandre Oliva  <aoliva@redhat.com>
11699         * Makefile.in (ALL_GCC, ALL_GCC_C, ALL_GCC_CXX): Set before use.
11701 2001-03-07  Tom Tromey  <tromey@redhat.com>
11703         * configure.in: Allow config-lang.in to set `lang_requires' to list
11704         of other required languages.
11706 2001-03-06  Laurynas Biveinis  <lauras@softhome.net>
11708         * Makefile.in: Remove RANLIB definition. Use RANLIB
11709         in RANLIB_FOR_TARGET, EXTRA_HOST_FLAGS, EXTRA_TARGET_FLAGS,
11710         EXTRA_GCC_FLAGS, $(DO_X) targets only when the RANLIB is set.
11712 2001-02-28  Benjamin Kosnik  <bkoz@redhat.com>
11713             Alexandre Oliva  <aoliva@redhat.com>
11715         * Makefile.in (check-c++): Use tabs, not spaces.
11717 2001-02-20  Laurynas Biveinis  <lauras@softhome.net>
11719         * MAINTAINERS: add myself to Write After Approval list.
11721 2001-02-19  Benjamin Kosnik  <bkoz@redhat.com>
11723         * Makefile.in (check-c++): New rule.
11725         * configure.in (target_libs): Remove libg++.
11726         (noconfigdirs): Remove libg++.
11727         (noconfigdirs): Same.
11728         (noconfigdirs): Same.
11729         (noconfigdirs): Same.
11731         * config-ml.in: Remove libg++ references.
11733         * Makefile.in (TARGET_CONFIGDIRS): Remove libio, libstdc++, libg++.
11734         (ALL_TARGET_MODULES): Same.
11735         (configure-target-libg++): Remove.
11736         (all-target-libg++): Remove.
11737         (configure-target-libio): Remove.
11738         (all-target-libio): Remove.
11739         (check-target-libio): Remove.
11740         (.PHONY): Remove.
11741         (libg++.tar.bz2): Remove.
11742         (all-target-cygmon): Remove libio.
11743         (all-target-libstdc++): Remove.
11744         (configure-target-libstdc++): Remove.
11745         (TARGET_LIB_PATH): Remove libstdc++.
11746         (ALL_GCC_CXX): Remove libstdc++.
11747         (all-target-gperf): Correct.
11749 2001-02-16  Nick Clifton  <nickc@redhat.com>
11751         * configure.in (noconfigdirs): Allow configuration of texinfo
11752         for Cygwin hosts.
11754 2001-02-15  Anthony Green  <green@redhat.com>
11756         * configure: Introduce GCJ_FOR_TARGET.
11757         * configure.in: Ditto.
11758         * Makefile.in: Ditto.
11760 2001-02-13  Andreas Schwab  <schwab@suse.de>
11762         * MAINTAINERS: Update mail address.
11764 2001-02-09  Martin Schwidefsky  <schwidefsky@de.ibm.com>
11766         * config.guess: Add linux target for S/390.
11767         * config.sub: Likewise.
11769 2001-02-08  Chandrakala Chavva  <cchavva@redhat.com>
11771         * configure.in: for *-chorusos, don't config target-newlib and
11772         target-libgloss.
11774 2001-02-06  Ben Elliston  <bje@redhat.com>
11776         * configure: Output host type to stdout, not stderr.
11778 2001-02-05  Mark Mitchell  <mark@codesourcery.com>
11780         * ltcf-c.sh: Add support for -no-undefined under GNU/Linux.
11781         * ltcf-cxx.sh: Likewise.
11783         * config.if: Assume enable_libstdcxx_v3 is defined.
11785 2001-02-04  Mark Mitchell  <mark@codesourcery.com>
11787         Remove V2 C++ library.
11788         * configure.in: Remove --enable-libstdcxx_v3 support.
11790 2001-01-31  Bryce McKinlay  <bryce@albatross.co.nz>
11792         * include/demangle.h: Add prototype for java_demangle_v3.
11794 2001-01-29  Phil Edwards  <pme@sources.redhat.com>
11796         * COPYING.LIB:  Update to LGPL 2.1 from the FSF.
11798 2001-01-27  Richard Henderson  <rth@redhat.com>
11800         * configure.in (target_makefile_frag) [alpha*-*]: Use mt-alphaieee.
11802 2001-01-27  Michael Sokolov  <msokolov@ivan.Harhan.ORG>
11804         * ltcf-cxx.sh (ac_cv_prog_cc_pic_works, ac_cv_prog_cc_static_works):
11805         Don't unset, it's non-portable and no longer necessary, set to empty
11806         instead.
11808 2001-01-27  Michael Sokolov  <msokolov@ivan.Harhan.ORG>,  Alexandre Oliva  <oliva@lsd.ic.unicamp.br>
11810         * ltconfig: Shell portability fix for the tagname validity check.
11812 2001-01-27  Alexandre Oliva  <aoliva@redhat.com>
11814         * ltcf-c.sh (ld_shlibs) [aix5*]: Disable on unknown CPU types.
11815         * ltcf-cxx.sh, ltcf-gcj.sh: Likewise.
11817 2001-01-26  Michael Sokolov  <msokolov@ivan.Harhan.ORG>
11819         * ltcf-cxx.sh: Use parentheses around eval $ac_compile.
11821 2001-01-26  Tom Tromey  <tromey@redhat.com>
11823         * configure.in: Allow libgcj to be built on Sparc Solaris.
11825 2001-01-25  David Edelsohn  <edelsohn@gnu.org>
11827         * ltcf-c.sh: Add aix5 case.
11828         * ltcf-cxx.sh: Likewise.
11829         * ltconfig: Likewise.
11831 2001-01-24  Alexandre Oliva  <aoliva@redhat.com>
11833         * ltmain.sh (TAG disable-shared, TAG disable-static): Make sure we
11834         keep at least one of build_libtool_libs or build_old_libs set to
11835         yes.
11837         * ltcf-gcj.sh (lt_simple_link_test_code): Remove stray `(0)'.
11838         * libtool.m4 (_AC_LIBTOOL_GCJ): Pass $CPPFLAGS on.
11840 2001-01-23  Bryce McKinlay  <bryce@albatross.co.nz>
11842         * configure.in: Enable libgcj on several additional platforms.
11844 2001-01-22  Bryce McKinlay  <bryce@albatross.co.nz>
11846         * configure.in: Enable libgcj for linux targets.
11848 2001-01-20  Michael Sokolov  <msokolov@ivan.Harhan.ORG>
11850         * MAINTAINERS (Write After Approval): Add myself.
11852 2001-01-15  John David Anglin  <dave@hiauly1.hia.nrc.ca>
11854         * MAINTAINERS: Add myself as vax port maintainer.
11856 2001-01-11  Fergus Henderson  <fjh@cs.mu.oz.au>
11858         * MAINTAINERS: Add myself as Mercury front-end maintainer.
11860 2001-01-09  Mike Stump  <mrs@wrs.com>
11862         * Makefile.in (CONFIGURE_TARGET_MODULES): Pass back configuration
11863         failures of subdirectories.
11865 2001-01-02  Laurynas Biveinis  <lauras@softhome.net>
11867         * ltcf-c.sh: Clear ac_cv_prog_cc_pic for DJGPP.  Do not add
11868         '-DPIC' to ac_cv_prog_cc_pic for DJGPP.
11869         * ltcf-cxx.sh: Likewise.
11870         * ltcf-gcj.sh: Likewise.
11871         * ltconfig.sh: Fix typo.
11873 2001-01-02  Laurynas Biveinis  <lauras@softhome.net>
11875         * configure: handle DOS-style absolute paths.
11877 2001-01-02  Laurynas Biveinis  <lauras@softhome.net>
11879         * configure.in: remove supported directories from $noconfigdirs for DJGPP.
11881 2000-12-30  Marek Michalkiewicz  <marekm@linux.org.pl>
11883         * MAINTAINERS: Add myself as avr port co-maintainer.
11885 2000-12-28  Ben Elliston  <bje@redhat.com>
11887         * MAINTAINERS: Add myself under ``Write After Approval''.
11889 2000-12-19  Joseph S. Myers  <jsm28@cam.ac.uk>
11891         * texinfo: Remove directory from GCC.
11893 2000-12-18  Joseph S. Myers  <jsm28@cam.ac.uk>
11895         * COPYING: Update to current
11896         ftp://ftp.gnu.org/pub/gnu/Licenses/COPYING-2.0 (fixes references
11897         to 19yy as example year in copyright notice).
11899 2000-12-18  Benjamin Kosnik  <bkoz@redhat.com>
11901         * Makefile.in (BASE_FLAGS_TO_PASS): Alphabetize.
11902         (libstdcxx_incdir): Pass down.
11903         * config.if: Remove expired bits for cxx_interface, add stub.
11904         (libstdcxx_incdir): Add variable for g++ include directory.
11905         * configure.in (gxx_include_dir): Use it.
11907 2000-12-18  Alexandre Oliva  <aoliva@redhat.com>
11909         * MAINTAINERS: Added self as sh port co-maintainer.  Removed entry
11910         with old-email address from ``Write After Approval''.
11912 2000-12-15  Andreas Jaeger  <aj@suse.de>
11914         * configure.in: Handle lang_dirs.
11916 2000-12-14  Tom Tromey  <tromey@redhat.com>
11918         * MAINTAINERS: Removed brads.
11920         * MAINTAINERS: Added gcj developers.
11922 2000-12-13  Anthony Green  <green@redhat.com>
11924         * configure.in: Disable libgcj for any target not specifically
11925         listed.  Disable libgcj for x86 and Alpha Linux until compatible
11926         with g++ abi.
11928 2000-12-13  Mike Stump  <mrs@wrs.com>
11930         * Makefile.in (local-distclean): Also remove fastjar.
11932 2000-12-12  Rodney Brown  <RodneyBrown@mynd.com>
11934         * contrib/gcc_update: Add fastjar --touch entries.
11936 2000-12-12  Alexandre Oliva  <aoliva@redhat.com>
11938         * configure.in: Disable language-specific target libraries for
11939         languages that aren't enabled.
11941 2000-12-10  Anthony Green  <green@redhat.com>
11943         * configure.in: Define libgcj.  Disable libgcj target libraries for
11944         most targets.
11946 2000-12-10  Neil Booth  <neilb@earthling.net>
11948         * MAINTAINERS: Update mail address, remove from WAA list.
11950 2000-12-09  Alexandre Petit-Bianco  <apbianco@cygnus.com>
11952         * libjava: Imported from /cvs/java.
11953         * libffi: Likewise.
11954         * Boehm-gc: Likewise.
11956 2000-12-09  Alexandre Petit-Bianco  <apbianco@cygnus.com>
11958         * configure.in (target_libs): Revert 2000-12-08 patch.
11959         (noconfigdirs): Added target-libjava.
11961 2000-12-09  Laurynas Biveinis  <lauras@softhome.net>
11963         * djunpack.bat: removed.
11965 2000-12-09  Laurynas Biveinis  <lauras@softhome.net>
11967         * Makefile.in: handle DOS-style absolute paths.
11968         * config-ml.in: likewise.
11969         * symlink-tree: likewise.
11971 2000-12-08  Alexandre Petit-Bianco  <apbianco@cygnus.com>
11973         * fastjar: Imported.
11975 2000-12-08  Alexandre Petit-Bianco  <apbianco@cygnus.com>
11977         * Makefile.in (TARGET_CONFIGDIRS): Wrong place. Removed note about
11978         libjava.
11979         * configure.in (target_libs): Removed `target-libjava'.
11981 2000-12-08  Alexandre Petit-Bianco  <apbianco@cygnus.com>
11983         * Makefile.in (TARGET_CONFIGDIRS): Added note about libjava.
11984         (ALL_MODULES): Added fastjar.
11985         (NATIVE_CHECK_MODULES, INSTALL_MODULES, CLEAN_MODULES): Likewise.
11986         (all-target-libjava): all-fastjar replaces all-zip.
11987         (all-fastjar): Added.
11988         (configure-target-fastjar, all-target-fastjar): Likewise.
11989         * configure.in (host_tools): Added fastjar.
11991 2000-12-07  Mike Stump  <mrs@wrs.com>
11993         * Makefile.in (local-distclean): Remove leftover built files.
11995 2000-11-24  Nick Clifton  <nickc@redhat.com>
11997         * configure.in (xscale-elf): Add target.
11998         (xscale-coff): Add target.
12000 2000-11-22  Loren J. Rittle  <ljrittle@acm.org>
12002         * ltcf-cxx.sh: Support creation of C++ shared libraries on
12003         recent versions of FreeBSD (release 3 or later).
12004         * ltconfig: On FreeBSD, -lc must not be provided when building
12005         a shared library or else the standard -pthread gcc option is
12006         rendered worthless to later users of the built library.
12008 2000-11-16  Fred Fish  <fnf@be.com>
12010         * configure.in (enable_libstdcxx_v3): Fix typo,
12011         libstd++ -> libstdc++.
12013 2000-11-21  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
12015         * MAINTAINERS: Add self to Write After Approval list.
12017 2000-11-21  Bernd Schmidt  <bernds@redhat.com>
12019         * MAINTAINERS: Update my email address.  Add myself to global write
12020         privs list.
12022 2000-11-18  Alexandre Oliva  <aoliva@redhat.com>
12024         * Makefile.in: Merge with src and libgcj.
12025         (ALL_GCC_C, ALL_GCC_CXX): New macros.  Use them as dependencies of
12026         configure-target-<library> when their configure scripts need the C
12027         or C++ library to have already been built to work properly.
12028         (do_proto_toplev): Set them to an empty string.
12030         * Makefile.in (HOST_LIB_PATH, TARGET_LIB_PATH): New macros.
12031         (REALLY_SET_LIB_PATH): Use them.
12033 2000-11-17  Stan Shebs  <shebs@apple.com>
12035         * MAINTAINERS: Add self to Write After Approval list.
12037 2000-11-13  Joseph S. Myers  <jsm28@cam.ac.uk>
12039         * configure: Provide the original toplevel configure arguments
12040         (including $0) to subprocesses in the environment rather than
12041         through gcc/configargs.h.
12043 2000-11-13  Joseph S. Myers  <jsm28@cam.ac.uk>
12045         * MAINTAINERS: Remove references to cccp. Change C9X reference to
12046         C99.  Alphabetise "Write After Approval" list.
12048 2000-11-12  Mark Mitchell  <mark@codesourcery.com>
12050         * configure: Turn on libstdc++ V3 by default.
12052         * ltcf-c.sh: On Solaris, use `gcc -shared' to build a shared library
12053         if we've got GCC.
12055 2000-11-11  Philip Blundell  <philb@gnu.org>
12057         * MAINTAINERS: Add self to Write After Approval list.
12059 2000-11-09  David Edelsohn  <edelsohn@gnu.org>
12061         * ltcf-c.sh (aix4): Improve shared library configuration; require
12062         exporting symbols.
12063         * ltcf-cxx.sh (aix4): Define.
12064         * ltconfig (aix4): Define library and soname specs appropriate for
12065         AIX.  Define command to create export symbols list.
12067 Mon Nov  6 14:19:35 2000  Christopher Faylor  <cgf@cygnus.com>
12069         * config.sub: Add support for Sun Chorus
12071 2000-10-31  Nick Clifton  <nickc@redhat.com>
12073         * MAINTAINERS: Rename <name>@cygnus.com addresses to
12074         <name>@redhat.com.  Also installed new email address for Clint
12075         Popetz.
12077 2000-10-30  Joseph S. Myers  <jsm28@cam.ac.uk>
12079         * etc: Remove directory from GCC.
12081 2000-10-16  Michael Meissner  <meissner@redhat.com>
12083         * configure (gcc/configargs.h): Only create if there is a build GCC
12084         directory created.
12086 2000-10-16  Matthias Klose  <doko@debian.org>
12088         * config.if: Search libstdc++-v3/configure.in for INTERFACE,
12089         when configured for libstdc++-v3.
12091 2000-10-05  Phil Edwards  <pme@gcc.gnu.org>
12093         * configure: Save configure arguments to gcc/configargs.h.
12095 2000-10-04  Philipp Thomas  <pthomas@suse.de>
12097         * config.guess: Import CVS version 1.157.
12098         * config.sub: Import CVS version 1.181.
12100 2000-10-04  Andris Pavenis  <pavenis@latnet.lv>
12102         * Makefile.in (bootstrap): avoid recursion if subdir missing
12103         (cross): ditto
12104         (do-proto-toplev): ditto
12106 2000-09-30  Alexandre Oliva  <aoliva@redhat.com>
12108         * Makefile.in (DEVO_SUPPORT): Added gettext.m4, libtool.m4,
12109         ltcf-c.sh, ltcf-cxx.sh and ltcf-gcj.sh.
12111         * ltconfig, ltmain.sh, libtool.m4, ltcf-cxx.sh: Updated from libtool
12112         multi-language branch, to work around Solaris' /bin/sh bug.  Rebuilt
12113         all affected `configure' scripts.
12115 Mon 25-Sep-2000 19:46:09 BST  Neil Booth  <neilb@earthling.net>
12117         * MAINTAINERS: Add self as cpplib co-maintainer.
12119 2000-09-24  Aldy Hernandez  <aldyh@redhat.com>
12121         * MAINTAINERS: Add self to Write After Approval list.
12123 2000-09-18  Gerald Pfeifer  <pfeifer@dbai.tuwien.ac.at>
12125         * INSTALL/README: egcs -> GCC update.
12127 Sun Sep 17 16:55:59 CEST 2000  Marc Espie  <espie@cvs.openbsd.org>
12129         * MAINTAINERS: Add myself to Write After Approval list.
12131 2000-09-15  Kazu Hirata  <kazu@hxi.com>
12133         * MAINTAINERS: Add myself to Write After Approval list.
12135 Wed Sep 13 11:11:29 2000  Jeffrey A Law  (law@cygnus.com)
12137         * configure.in: Do not build byacc for hppa64.  Provide paths to the
12138         X11 libraries for hppa64.
12140 2000-09-08  Stephane Carrez  <Stephane.Carrez@worldnet.fr>
12142         * MAINTAINERS: Add myself as 68hc11 port maintainer.
12144 2000-09-06  Alexandre Oliva  <aoliva@redhat.com>
12146         * Makefile.in (all-zlib): Added dummy target.
12148         * ltconfig, ltmain.sh, libtool.m4, ltcf-c.sh, ltcf-cxx.sh,
12149         ltcf-gcj.sh: Updated from libtool multi-language branch.
12151 2000-09-05  Alexandre Oliva  <aoliva@redhat.com>
12153         * Makefile.in (all-bootstrap): Added all-texinfo and all-zlib.
12154         (bootstrap*): Depend on all-bootstrap.
12156 2000-09-05  Philipp Thomas  <pthomas@suse.de>
12158         * config.guess: Import CVS version 1.156.
12159         * config.sub: Import CVS version 1.179.
12161 2000-09-02  Anthony Green  <green@cygnus.com>
12163         * Makefile.in (all-gcc): Depend on all-zlib.
12164         (CLEAN_MODULES): Add clean-zlib.
12165         (ALL_MODULES): Add all-zlib.
12166         * configure.in (host_libs): Add zlib.
12168 2000-09-02  Alexandre Oliva  <aoliva@redhat.com>, DJ Delorie  <dj@redhat.com>
12170         * configure.in (FLAGS_FOR_TARGET): Use -nostdinc even for Canadian
12171         crosses, but add gcc/include to the header search path for them.
12173 2000-08-04  David E. O'Brien  <obrien@FreeBSD.org>
12175         * MAINTAINERS: Add self to Write After Approval list.
12177 2000-08-27  Franz Sirl  <Franz.Sirl-kernel@lauterbach.com>
12179         * config.guess: Import CVS version 1.152.
12180         * config.sub: Import CVS version 1.177.
12182 2000-08-25  Alexandre Oliva  <aoliva@redhat.com>
12184         * configure.in (FLAGS_FOR_TARGET): Use $target_configdirs and
12185         $targargs to tell whether newlib is going to be built.
12187         * configure.in [disable-libstdcxx-v3] (libstdcxx_flags): Search
12188         $$r/TARGET_SUBDIR/libio for _G_config.h.
12190 2000-08-23  Alexandre Oliva  <aoliva@redhat.com>
12192         * MAINTAINERS: Add self as a build machinery (*.in) maintainer.
12194 2000-08-22  DJ Delorie  <dj@redhat.com>
12196         * MAINTAINERS: Add self as a build machinery (*.in) maintainer
12198 2000-08-22  Alexandre Oliva  <aoliva@redhat.com>
12200         * config-ml.in (CC, CXX): Avoid trailing whitespace.
12201         (LD_LIBRARY_PATH, SHLIB_PATH): Adjust for multilibs and export to
12202         sub-configures.
12204 2000-08-21  DJ Delorie  <dj@redhat.com>
12206         * MAINTAINERS: Add self as a libiberty maintainer
12208 2000-08-16  Alexandre Oliva  <aoliva@redhat.com>
12210         * configure.in (libstdcxx_flags): Use
12211         libstdc++-v3/src/libstdc++.INC.
12213 2000-08-15  Alexandre Oliva  <aoliva@redhat.com>
12215         * configure.in (libstdcxx_flags): Use libstdc++-v3/src/INCLUDES.
12217 2000-08-14  Zack Weinberg  <zack@wolery.cumb.org>
12219         * configure.in (libstdcxx_flags): Remove -isystem $$s/libio/stdio.
12221         * configure: Make enable_threads and enable_shared defaults
12222         explicit.  Substitute enable_threads into generated Makefiles.
12223         * configure.in: Accept *-*-linux* not just *-*-linux-gnu*.
12224         * libtool.m4: Accept *-*-linux* not just *-*-linux-gnu*.
12226 2000-08-13  Geoff Keating  <geoffk@cygnus.com>
12228         * Makefile.in (GCC_FOR_TARGET): Also add -B$$r/gcc/ here.
12230 2000-08-12  Alexandre Oliva  <aoliva@redhat.com>
12232         * config-ml.in (CC): Remove bogus duplicate quotation mark from
12233         previous delta.
12235 2000-08-11  Jason Merrill  <jason@redhat.com>
12237         * configure.in (CC_FOR_TARGET, CHILL_FOR_TARGET,
12238         CXX_FOR_TARGET): Add -B$$r/gcc/ here.
12239         (FLAGS_FOR_TARGET): Not here.
12240         (CHILL_FOR_TARGET, CXX_FOR_TARGET): Don't check the list of languages.
12242 2000-08-11  Alexandre Oliva  <aoliva@redhat.com>
12244         * config-ml.in (CC, CXX): Don't introduce a leading space.
12246 2000-08-07  DJ Delorie  <dj@delorie.com>
12248         * MAINTAINERS: Add self as a DJGPP maintainer
12250 2000-08-07  DJ Delorie  <dj@redhat.com>
12252         * configure.in (FLAGS_FOR_TARGET): invert test for xgcc, should mean
12253         "if we're also building gcc, and it's a gcc that will run on the
12254         build machine, we want to use its includes instead of the system's
12255         default includes".
12257 2000-08-04  Joseph S. Myers  <jsm28@cam.ac.uk>
12259         * MAINTAINERS: Add self to Write After Approval list.
12261 2000-08-03  Alexandre Oliva  <aoliva@redhat.com>
12263         * configure.in (libstdcxx_flags): Don't use `"'.
12265         * config-ml.in: Adjust multilib search paths to the
12266         appropriate multilib tree.
12268 2000-08-02  Alexandre Oliva  <aoliva@redhat.com>
12270         * configure.in (CHILL_FOR_TARGET, CXX_FOR_TARGET): Convert blanks to
12271         commas in $LANGUAGES.
12273 2000-08-02  Manfred Hollstein  <manfredh@redhat.com>
12275         * configure.in: Re-enable all references to libg++ and librx.
12277 2000-08-01  Alexandre Oliva  <aoliva@redhat.com>
12279         * ltconfig, ltmain.sh: Update from libtool multi-language branch.
12280         * ltcf-c.sh (need_lc): Fix test message.  Set wl for archive_cmds.
12281         (ac_cv_prog_cc_pic): Don't print `cached' without `checking'.
12282         * ltcf-cxx.sh (need_lc): Set based on postdeps.
12284         * configure.in (qCXX_FOR_TARGET): Use echo instead of expr.
12286 2000-07-31  Alexandre Oliva  <aoliva@redhat.com>
12288         * configure.in (qCXX_FOR_TARGET): Quote `&' characters in
12289         CXX_FOR_TARGET for sed.
12291 2000-07-30  Alexandre Oliva  <aoliva@redhat.com>
12293         * configure.in (CC_FOR_TARGET, CHILL_FOR_TARGET, CXX_FOR_TARGET):
12294         Do not override if already set in the environment or in configure.
12295         Don't duplicate $(FLAGS_FOR_TARGET) if it already appears in them.
12296         (FLAGS_FOR_TARGET): Don't use host directories on Canadian crosses.
12298 2000-07-28  Alexandre Oliva  <aoliva@redhat.com>
12300         * libtool.m4, ltcf-c.sh, ltcf-cxx.sh, ltcf-gcj.sh: New files from
12301         the libtool CVS tree multi-language branch.
12302         * ltconfig, ltmain.sh: Updated.
12304 2000-07-27  Alexandre Oliva  <aoliva@redhat.com>
12306         * Makefile.in (clean-target-libgcc): Remove gcc/libgcc.
12307         (clean-target): Depend on it.
12309         * Makefile.in (FLAGS_FOR_TARGET): New macro.
12310         (GCC_FOR_TARGET): Use it.
12311         (CC_FOR_TARGET, CXX_FOR_TARGET, CHILL_FOR_TARGET): Now defined...
12312         * configure.in: ... here.
12313         (FLAGS_FOR_TARGET): Define.  Add ld build dir to -L path.
12314         (libstdcxx_flags): Define and append to CXX_FOR_TARGET.
12316 2000-07-24  Eric Christopher  <echristo@cygnus.com>
12318         * MAINTAINERS: Add self to Write After Approval list.
12320 2000-07-24  Alexandre Oliva  <aoliva@redhat.com>
12322         * Makefile.in (configure-target-libf2c): Depend on $(ALL_GCC).
12323         (configure-target-libchill, configure-target-libobjc): Likewise.
12325         * configure.in: Use the same cache file for all target libs.
12326         * config-ml.in: But different cache files per multilib variant.
12328 2000-07-23  Michael Sokolov  <msokolov@ivan.Harhan.ORG>
12330         * configure (topsrcdir): Don't use dirname.
12332 2000-07-22  Jeffrey Oldham  <oldham@codesourcery.com>
12334         * MAINTAINERS: Add self to Write After Approval list.
12336 2000-07-20  Jason Merrill  <jason@redhat.com>
12338         * configure.in: Remove all references to libg++ and librx.
12340         * configure, configure.in, Makefile.in: Unify gcc and binutils.
12342 2000-07-20  Hans-Peter Nilsson  <hp@axis.com>
12344         * config.sub: Update to subversions version 2000-07-06.
12346 2000-07-12  Andrew Haley  <aph@cygnus.com>
12348         * configure.in (host_makefile_frag): Use mh-ia64pic on IA-64 hosts.
12349         (target_makefile_frag): Use mt-ia64pic on IA-64 targets.
12351 2000-07-07  Phil Edwards  <pme@sourceware.cygnus.com>
12353         * symlink-tree:  Check number of arguments.
12355 2000-07-05  Jim Wilson  <wilson@cygnus.com>
12357         * Makefile.in (CXX_FOR_TARGET): Add libstdc++ to the library
12358         search path for a g++ extracted from the build tree.  This
12359         will allow link tests run by configure scripts in
12360         subdirectories to succeed.
12362 2000-07-01  Koundinya K  <kk@ddeorg.soft.net>
12364         * ltconfig: Add support for mips-dde-sysv4.2MP
12366 2000-06-29  Michael Hayes  <m.hayes@elec.canterbury.ac.nz>
12368         * MAINTAINERS: Add myself as loop discovery maintainer.
12370 2000-06-28  Corinna Vinschen  <vinschen@cygnus.com>
12372         * ltconfig: Check for host_os beeing one of `cygwin', `mingw' or
12373         `os2'. Force ac_cv_exeext to be ".exe" in that case.
12375 2000-06-19  Timothy Wall  <twall@cygnus.com>
12377         * configure.in (noconfigdirs): Set noconfigdirs for tic54x target.
12378         * config.sub: Add tic54x target.
12380 Sun Jun 11 17:20:00 MET 2000  Toon Moene  <toon@moene.indiv.nluug.nl>
12382         * MAINTAINERS: Add self as Fortran maintainer,
12383         remove Craig Burley.
12385 Tue May 30 19:01:12 2000  Andrew Cagney  <cagney@b1.cygnus.com>
12387         * config.sub: Import CVS version 1.167 Tue May 30 09:00:07 2000.
12388         * config.guess: Import CVS version 1.148 Tue May 30 09:00:06 2000
12390 Mon May 29 21:15:00 MET 2000  Philipp Thomas  <pthomas@suse.de>
12392         * MAINTAINERS: Add self as i18n maintainer
12394 20000-05-21  H.J. Lu  (hjl@gnu.org)
12396         * Makefile.in (CC_FOR_TARGET): Make sure as/ld in the gcc
12397         directory are used if they exist. Make sure
12398         $(build_tooldir)/include is searched for header files,
12399         $(build_tooldir)/lib/ for library files.
12400         (GCC_FOR_TARGET): Likewise.
12401         (CXX_FOR_TARGET): Likewise.
12403 Thu May 18 10:58:13 2000  Jeffrey A Law  (law@cygnus.com)
12405         * configure.in (hppa*64*-*-*): Do build ld for this configuration.
12407 Wed May 17 16:03:48 2000  Alexandre Oliva  <aoliva@cygnus.com>
12409         * Makefile.in (configure-target-libiberty): Depend on
12410         configure-target-newlib.
12412 2000-05-16  Alexandre Oliva  <aoliva@cygnus.com>
12414         * configure.in, Makefile.in: Merge all libffi-related
12415         configury stuff from the libgcj tree.
12417 Tue May 16 10:06:21 2000  Andrew Cagney  <cagney@b1.cygnus.com>
12419         Thu Apr 27 11:01:48 2000 Andrew Cagney <cagney@b1.cygnus.com>:
12420         * Makefile.in (do-tar-bz2, do-md5sum): Skip CVS directories.
12422 Tue May 16 09:57:35 2000  Andrew Cagney  <cagney@b1.cygnus.com>
12424         Wed Apr 26 17:03:53 2000 Andrew Cagney <cagney@b1.cygnus.com>:
12425         * Makefile.in (do-djunpack): New target. Update djunpack.bat with
12426         current version information.  Add to proto-toplev directory.
12427         (gdb-taz): Build do-djunpack.
12429 2000-05-15  David Edelsohn  <edelsohn@gnu.org>
12431         * configure.in: Special case powerpc*-*-aix* target_makefile_frag.
12433 Mon May 15 13:39:09 2000  Andrew Cagney  <cagney@b1.cygnus.com>
12435         * MAINTAINERS: Add self to Write After Approval list.
12437 2000-05-13 Alexandre Oliva  <oliva@lsd.ic.unicamp.br>
12439         * ltmain.sh: Preserve in relink_command any environment
12440         variables that may affect the linker behavior.
12442 Fri May 12 11:23:17 2000  Jeffrey A Law  (law@cygnus.com)
12444         * config.sub (basic_machine): Recognize hppa64 as a valid cpu type.
12446 Wed May 10 21:26:51 2000  Jim Wilson  <wilson@cygnus.com>
12448         * configure.in (ia64*-*-elf*): Add gdb and friends to noconfigdirs.
12450 2000-05-08  Eli Zaretskii  <eliz@is.elta.co.il>
12452         * djunpack.bat: Change the Sed script to replace @V@ in fnchange.lst
12453         with the version name.
12455 Sat May  6 21:12:55 CDT 2000  Jason Eckhardt  <jle@cygnus.com>
12457         * MAINTAINERS: Add self as bb-reorder maintainer.
12459 2000-05-01  Benjamin Kosnik  <bkoz@cygnus.com>
12461         * config.if: Tweak.
12463 2000-04-23  Eli Zaretskii  <eliz@is.elta.co.il>
12465         * djunpack.bat: New file.
12467 Wed Apr 19 12:46:26 2000  Andrew Cagney  <cagney@b1.cygnus.com>
12469         * Makefile.in (taz, gdb-taz, gas.tar.bz2, binutils.tar.bz2,
12470         gas+binutils.tar.bz2, libg++.tar.bz2, gnats.tar.bz2, gdb.tar.bz2,
12471         dejagnu.tar.bz2, gdb+dejagnu.tar.bz2, insight.tar.bz2,
12472         insight+dejagnu.tar.bz2, newlib.tar.bz2): Pass MD5PROG to sub-make.
12474 2000-04-16  Dave Pitts  <dpitts@cozx.com>
12476         * config.sub (case $basic_machine): Change default for "ibm-*"
12477         to "openedition".
12479 2000-04-13  Andreas Jaeger  <aj@suse.de>
12481         * MAINTAINERS: Added myself.
12483 Wed Apr 12 16:42:48 2000  Andrew Cagney  <cagney@b1.cygnus.com>
12485         * Makefile.in (gdb-taz): New target.  GDB specific archive.
12486         (do-md5sum): New target.
12487         (MD5PROG): Define.
12488         (PACKAGE): Default to TOOL.
12489         (VER): Default to a shell script.
12490         (taz): Rewrite target.  Move real work to do-proto-toplev.  Include
12491         md5 checksum generation.
12492         (do-proto-toplev): New target. Create $(PACKAGE)-$(VER) link.
12493         (do-tar-bz2): Delete creation of $(PACKAGE)-$(VER) link.
12494         (gdb.tar.bz2, dejagnu.tar.bz2, gdb+dejagnu.tar.bz2,
12495         insight.tar.bz2): Use gdb-taz to create archive.
12497 Fri Apr  7 18:10:29 2000  Andrew Cagney  <cagney@b1.cygnus.com>
12499         * configure (warn_cflags): Delete.
12501 Thu Apr  6 16:15:14 2000  Philippe De Muyter  <phdm@macqel.be>
12503         * MAINTAINERS: Added myself.
12505 2000-04-05  Benjamin Kosnik  <bkoz@cygnus.com>
12506             Martin v. Löwis  <martin@loewis.home.cs.tu-berlin.de>
12508         * configure.in (enable_libstdcxx_v3): Add.
12509         (target_libs): Add bits here to switch between libstdc++-v2 and
12510         libstdc++-v3.
12511         * config.if: And this file too.
12512         * Makefile.in: Add libstdc++-v3 targets.
12514 2000-04-05  Michael Meissner  <meissner@redhat.com>
12516         * config.sub (d30v): Add d30v as a basic machine type.
12518 2000-03-29  Jason Merrill  <jason@casey.cygnus.com>
12520         * configure.in: -linux-gnu*, not -linux-gnu.
12522 Sun Mar 12 17:30:30 2000  Toon Moene  <toon@moene.indiv.nluug.nl>
12524         * MAINTAINERS: Add self in write-after-approval section.
12526 Sun Mar 12 00:23:32 2000  Jim Wilson  <wilson@cygnus.com>
12528         * MAINTAINERS: Add self as ia64 port maintainer.
12530 2000-03-08  Neil Booth  <NeilB@earthling.net>
12532         * MAINTAINERS: Add self in write-after-approval section.
12534 Fri Mar  3 18:44:08 2000  Andrew Cagney  <cagney@b1.cygnus.com>
12536         * Makefile.in (taz): Set PACKAGE to TOOL when not defined.
12537         (do-tar-bz2): Replace TOOL with PACKAGE.
12538         (gdb.tar.bz2): Remove GDBTK from GDB package.
12539         (gdb+dejagnu.tar.bz2, insight.tar.bz2, insight+dejagnu.tar.bz2,
12540         dejagnu.tar.bz2): New packages.
12542 2000-02-27  Andreas Jaeger  <aj@suse.de>
12544         * configure.in: Add entry for mips*-*-linux*, move catch all
12545         *-*-*linux* entry below this one.
12547 2000-02-27  Ian Lance Taylor  <ian@zembu.com>
12549         * ltconfig, ltmain.sh: Update to libtool 1.3.4.
12551 2000-02-24  Nick Clifton  <nickc@cygnus.com>
12553         * config.sub: Support an OS of "wince".
12555 Thu Feb 24 16:15:56 2000  Andrew Cagney  <cagney@b1.cygnus.com>
12557         * config.guess, config.sub: Updated to match config's 2000-02-15
12558         version.
12560 2000-02-23  Linas Vepstas  <linas@linas.org>
12562         * config.sub: Add support for Linux/IBM 370.
12563         * configure.in: Likewise.
12565 2000-02-22  Nick Clifton  <nickc@cygnus.com>
12567         * configure.in: Add mips-pe, sh-pe and arm-wince-pe targets.
12569 2000-02-20  Christopher Faylor  <cgf@cygnus.com>
12571         * config.guess: Guess "cygwin" rather than "cygwin32".
12573 2000-02-16  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
12575         * configure (gcc_version): When setting, narrow search to
12576         lines containing `version_string'.
12578 2000-02-15  Denis Chertykov  <denisc@overta.ru>
12580         * config.sub: Add support for avr target.
12582 2000-02-14  Nick Clifton  <nickc@cygnus.com>
12584         * MAINTAINERS: Add maintainers for MCore port.
12586 Tue Feb  1 00:07:46 2000  Hans-Peter Nilsson  <hp@bitrange.com>
12588         * config.sub: Add mmix-knuth-mmixware.
12590 2000-01-31  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
12592         * MAINTAINERS: Pair cccp with cpplib maintainership.
12594 2000-01-27  Christopher Faylor  <cgf@redhat.com>
12596         * Makefile.in (CC_FOR_TARGET): Add new winsup directory
12597         structure stuff to -L library search.
12598         (CXX_FOR_TARGET): Ditto.
12599         (CROSS_CHECK_MODULES): Fix spelling mistake.
12601 2000-01-24  Mark Mitchell  <mark@codesourcery.com>
12603         * Makefile.in (CXX_FOR_TARGET): Use g++, not xgcc, to invoke
12604         the C++ compiler.
12606 2000-01-12  Richard Henderson  <rth@cygnus.com>
12608         * configure.in: Don't build some bits for beos.
12610 2000-01-12  Joel Sherrill (joel@OARcorp.com)
12612         * Makefile.in (CC_FOR_TARGET): Use newlib libraries as well
12613         as include files.
12615 2000-01-11  Zack Weinberg  <zack@wolery.cumb.org>
12617         * Add self as cpplib maintainer, as requested by Jason
12618         Merrill.  Correct my e-mail address.
12620 2000-01-06  Geoff Keating  <geoffk@cygnus.com>
12622         * configure.in: Use mt-aix43 to handle *_TARGET defs,
12623         not mh-aix43.
12625 Thu Dec 23 03:43:36 1999  Hans-Peter Nilsson  <hp@bitrange.com>
12627         * MAINTAINERS: Add myself to "write after approval" list.
12629 1999-12-14  Richard Henderson  <rth@cygnus.com>
12631         * config.guess (alpha-osf, alpha-linux): Detect ev67.
12632         * config.sub: Accept alphaev[78], alphaev8.
12634 1999-12-03  Alexandre Oliva  <oliva@lsd.ic.unicamp.br>
12636         * config.guess, config.sub: Update from autoconf.
12638 1999-11-29  Bruce Korb  <autogen@linuxbox.com>
12640         * MAINTAINERS:  update my playtime e-address.
12642 Tue Nov 23 00:57:41 1999  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
12644         * config-ml.in (sparc*-*-*): Disable sparcv9 support if the
12645         necessary libraries are missing.
12647 Fri Nov 19 11:22:31 MST 1999  Diego Novillo  <dnovillo@cygnus.com>
12649         * MAINTAINERS: Add new 'write after approval' maintainer.
12651 Wed Nov 17 16:08:43 1999  Alexandre Petit-Bianco  <apbianco@cygnus.com>
12653         * MAINTAINERS: Add new Java maintainer.
12655 1999-10-25  Andreas Schwab  <schwab@suse.de>
12657         * configure: Fix quoting inside arguments of eval.
12659 1999-10-21  Nick Clifton  <nickc@cygnus.com>
12661         * config-ml.in: Allow suppression of some ARM multilibs.
12663 Tue Sep  7 23:33:57 1999  Linas Vepstas  <linas@linas.org>
12665         * config.guess: Add OS/390 match pattern.
12666         * config.sub: Add mvs, openedition targets.
12667         * configure.in (i370-ibm-opened*): New.
12669 1999-09-04  Steve Chamberlain  <sac@pobox.com>
12671         * config.sub: Add support for configuring for pj.
12673 1999-08-31  Nick Clifton  <nickc@cygnus.com>
12675         * config.sub (maybe_os): Add support for configuring for fr30.
12677 1999-08-25  Nick Clifton  <nickc@cygnus.com>
12679         * configure.in: Do not configure or build ld for AIX
12680         platforms.  ld is known to be broken on these platforms.
12682 Wed Aug 25 01:12:25 1999  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
12684         * config-ml.in: Pass compiler flag corresponding to multidirs to
12685         subdir configures.
12687 1999-08-09  Ian Lance Taylor  <ian@zembu.com>
12689         * Makefile.in (LDFLAGS): Define.
12691 1999-08-08  Mumit Khan  <khan@xraylith.wisc.edu>
12693         * configure.in (i[3456]-*-mingw32*): Don't put gprof in
12694         noconfigdirs.
12695         (*-*-cygwin*): Likewise.
12697 1999-08-08  Ian Lance Taylor  <ian@zembu.com>
12699         * mkdep: New file.
12700         * Makefile.in (GAS_SUPPORT_DIRS): Add mkdep.
12701         (BINUTILS_SUPPORT_DIRS): Add mkdep.
12703         From Eli Zaretskii <eliz@is.elta.co.il>:
12704         * configure (tmpfile): Change cONf$$ to cNf$$ to avoid an overly
12705         long file name when using DJGPP on MS-DOS.
12707 Wed Aug  4 02:07:14 1999  Jeffrey A Law  (law@cygnus.com)
12709         * config.sub (vxworks case): Use os=-vxworks, not os=vxworks.
12711 1999-07-30  Alan Modra  <alan@spri.levels.unisa.edu.au>
12713         * Makefile.in (check-target-libio): Remove all-target-libstdc++
12714         dependency as this causes "make check" to globally "make all"
12716 Tue Jun 22 23:45:18 1999  Tom Tromey  <tromey@cygnus.com>
12718         * configure.in (target_libs): Added target-zlib.
12719         * Makefile.in (ALL_TARGET_MODULES): Added zlib.
12720         (CONFIGURE_TARGET_MODULES): Likewise.
12721         (CHECK_TARGET_MODULES): Likewise.
12722         (INSTALL_TARGET_MODULES): Likewise.
12723         (CLEAN_TARGET_MODULES): Likewise.
12724         (configure-target-zlib): New target.
12725         (all-target-zlib): Likewise.
12726         (all-target-libjava): Depend on all-target-zlib.
12727         (configure-target-libjava): Depend on configure-target-zlib.
12729         * Makefile.in (configure-target-libjava): Depend on
12730         configure-target-newlib.
12731         (configure-target-boehm-gc): New target.
12732         (configure-target-qthreads): New target.
12734         * configure.in (target_libs): Added target-qthreads.
12735         * Makefile.in (ALL_TARGET_MODULES): Added qthreads.
12736         (CONFIGURE_TARGET_MODULES): Likewise.
12737         (CHECK_TARGET_MODULES): Likewise.
12738         (INSTALL_TARGET_MODULES): Likewise.
12739         (CLEAN_TARGET_MODULES): Likewise.
12740         (all-target-qthreads): New target.
12741         (configure-target-libjava): Depend on configure-target-qthreads.
12742         (all-target-libjava): Depend on all-target-qthreads.
12744         * Makefile.in (ALL_TARGET_MODULES): Added libjava, boehm-gc.
12745         (CONFIGURE_TARGET_MODULES): Likewise.
12746         (CHECK_TARGET_MODULES): Likewise.
12747         (INSTALL_TARGET_MODULES): Likewise.
12748         (CLEAN_TARGET_MODULES): Likewise.
12749         (all-target-libjava): New target.
12750         (all-target-boehm-gc): Likewise.
12751         * configure.in (target_libs): Added libjava, boehm-gc.
12753 1999-07-22  Ian Lance Taylor  <ian@zembu.com>
12755         * Makefile.in (binutils.tar.bz2): Don't pass makeall.bat and
12756         configure.bat in SUPPORT_FILES.
12757         (gas+binutils.tar.bz2): Likewise.
12759         * makeall.bat: Remove; obsolete.
12761 1999-07-21  Ian Lance Taylor  <ian@zembu.com>
12763         From Mark Elbrecht:
12764         * configure.bat: Remove; obsolete.
12766 1999-07-11  Ian Lance Taylor  <ian@zembu.com>
12768         * configure: Add -W -Wall to the default CFLAGS when compiling with
12769         gcc.
12771 Thu Jul  8 12:32:23 1999  John David Anglin <dave@hiauly1.hia.nrc.ca>
12773         * configure.in: Build ld, binutils & gas for hppa*-*-linux-gnu*.
12775 1999-06-30  Mark Mitchell  <mark@codesourcery.com>
12777         * configure.in: Build ld on IRIX6.
12779 1999-06-12  Ian Lance Taylor  <ian@zembu.com>
12781         * Makefile.in: Change distribution targets to use bzip2 instead of
12782         gzip.
12783         (TEXINFO_SUPPORT): Set to just texinfo/texinfo.tex.
12784         (taz): Don't use texinfo/gpl.texinfo or texinfo/lgpl.texinfo.
12786 1999-06-04  Nick Clifton  <nickc@cygnus.com>
12788         * config.sub: Add mcore target.
12790 Sun May 30 16:03:16 1999  Cort Dougan  <cort@cs.nmt.edu>
12792         * config.guess (ppc-*-linux-gnu): Also use ld emul elf32ppclinux.
12794 Tue May 25 11:20:46 1999  H.J. Lu  (hjl@gnu.org)
12796         * config.guess (dummy): Changed to $dummy.
12798 1999-05-24  Nick Clifton  <nickc@cygnus.com>
12800         * config.sub: Tidied up case statements.
12802 1999-05-22  Ben Elliston  <bje@cygnus.com>
12804         * config.guess: Handle NEC UX/4800. Contributed by Jiro Takabatake
12805         <jiro@din.or.jp>.
12807         * config.guess: Merge with FSF version. Future changes will be
12808         more accurately recorded in this ChangeLog.
12809         * config.sub: Likewise.
12811 Thu May 20 10:00:42 1999   Stephen L Moshier  <moshier@world.std.com>
12813          * Makefile.in (GCC_FOR_TARGET): Add -I$(build_tooldir)/include.
12815 1999-04-30  Tom Tromey  <tromey@cygnus.com>
12817         * ltmain.sh: [mode link] Always use CC given by ltconfig.
12819 1999-04-23  Tom Tromey  <tromey@cygnus.com>
12821         * ltconfig, ltmain.sh: Update to libtool 1.2f.
12823 1999-04-20  Drew Moseley  <dmoseley@cygnus.com>
12825         * configure.in (noconfigdirs): Don't build libstub for arm-elf targets.
12826         (noconfigdirs): Don't build any bsp stuff for for arm-oabi targets.
12827         Bad merge removed these two changes.
12829 Tue Apr 13 22:50:54 1999  Donn Terry (donn@interix.com)
12830                           Martin Heller (Ing.-Buero_Heller@t-online.de)
12832         * config.guess (interix Alpha): Add.
12834 1999-04-11  Richard Henderson  <rth@cygnus.com>
12836         * configure.in (i?86-*-beos*): Do config gperf; don't config
12837         gdb, newlib, or libgloss.
12839 Sun Apr 11 23:55:34 1999  Alexandre Oliva  <oliva@dcc.unicamp.br>
12841         * config-ml.in: On mips*-*-*, if multidirs contains mabi=64, try to
12842         link a trivial program with -mabi=64.  If it fails, remove mabi=64
12843         from multidirs.
12845 Sat Apr 10 21:50:01 1999  Philipp Thomas  (kthomas@gwdg.de)
12847         * config.sub: Set basic_machine to i586 when target_alias = k6-*.
12849 1999-04-08  Nick Clifton  <nickc@cygnus.com>
12851         * config.sub: Add support for mcore targets.
12853 1999-04-07  Michael Meissner  <meissner@cygnus.com>
12855         * configure.in (d30v-*): Use config/mt-d30v as makefile fragment,
12856         not mt-ospace, in order to shut up assembler warning about using
12857         symbols that are named the same as registers.
12859 1999-04-07  Drew Moseley  <dmoseley@cygnus.com>
12861         * Makefile.in (all-target-cygmon): Added all-target-bsp to the
12862         dependency list for all-target-cygmon.
12864 1999-04-05  Doug Evans  <devans@casey.cygnus.com>
12866         * config-ml.in: Check $host, not $target, for selective multilibs.
12867         (arm-*-*): Allow disabling of biendian, h/w fp, 26 bit apcs,
12868         thumb interworking, and underscore prefix multilibs.
12870 1999-04-04  Ian Lance Taylor  <ian@zembu.com>
12872         * missing: Update to version from current automake.
12874 Fri Apr  2 15:11:32 1999  H.J. Lu  (hjl@gnu.org)
12876         * configure (gxx_include_dir): Removed.
12878         * configure.in (gxx_include_dir): Handle it.
12879         * Makefile.in: Likewise.
12881 1999-03-29  Gavin Romig-Koch  <gavin@cygnus.com>
12883         * config.sub (mips64vr4111,mips64vr4111el) Add.
12885 1999-03-21  Ben Elliston  <bje@cygnus.com>
12887         * config.guess: Correct typo for detecting ELF on FreeBSD.
12889 Thu Mar 18 00:17:50 1999  Mark Elbrecht <snowball3@usa.net>
12891         * configure.in (pc-msdosdjgpp): Set host_makefile_frag to
12892         config/mh-djgpp.
12894 Thu Mar 11 18:37:23 1999  Drew Moseley  <dmoseley@cygnus.com>
12896         * Makefile.in (all-target-bsp): Added all-gcc all-binutils and
12897         all-target-newlib to dependency list for all-target-bsp.
12899 Thu Mar 11 01:19:31 1999  Mumit Khan  <khan@xraylith.wisc.edu>
12901         * config.sub: Add i386-uwin support.
12902         * config.guess: Likewise.
12904 Thu Mar 11 01:07:55 1999  Franz Sirl <Franz.Sirl-kernel@lauterbach.com>
12906         * configure.in: cleanup, add mh-*pic handling for arm, special
12907         case powerpc*-*-aix*
12909 Wed Mar 10 18:35:07 1999  Jeff Johnston  <jjohnstn@cygnus.com>
12911         * configure.in (noconfigdirs): Removed target-libgloss so libnosys.a
12912         can be built.
12914 Wed Mar 10 17:39:09 1999  Drew Moseley  <dmoseley@cygnus.com>
12916         * configure.in: Added bsp support to arm-*-coff and arm-*-elf
12917         targets.
12919 1999-03-02  Nick Clifton  <nickc@cygnus.com>
12921         * config.sub: Rename CYGNUS LOCAL to EGCS LOCAL
12923 Sun Feb 28 02:20:00 1999  Geoffrey Noer  <noer@cygnus.com>
12925         * config.sub: Check for "cygwin*" rather than "cygwin32*"
12927 1999-02-24  Nick Clifton  <nickc@cygnus.com>
12929         * config.sub: Fix typo in arm recognition.
12931 Wed Feb 24 13:51:40 1999  Drew Moseley  <dmoseley@cygnus.com>
12933         * configure.in (noconfigdirs): Changed target_configdirs to
12934         include target-bsp only for m68k-*-elf* and m68k-*-coff*
12935         rather than m68k-*-* since it is not known to work on
12936         m68k-aout. Ditto for arm-*-*oabi.
12938 Wed Feb 24 12:52:17 1999  Stan Shebs  <shebs@andros.cygnus.com>
12940         * configure.in (*-*-windows*): Remove, no longer used.
12942 1999-02-19  Ben Elliston <bje@cygnus.com>
12944         * config.guess: Automatically recognise ELF on FreeBSD. From Niall
12945         Smart and improved by Andrew Cagney.
12947 Thu Feb 18 19:55:09 1999  Marc Espie <espie@cvs.openbsd.org>
12949         * config.guess: Recognize openbsd-*-hppa.
12951 Wed Feb 17 01:38:59 1999  H.J. Lu  (hjl@gnu.org)
12953         * Makefile.in (REALLY_SET_LIB_PATH): Append $$$(RPATH_ENVVAR)
12954         only if it is not empty.
12956 1999-02-17  Nick Clifton  <nickc@cygnus.com>
12958         Patch from: Scott Bambrough <scottb@corelcomputer.com>
12960         * config.guess: Modified to recognize uname's armv* syntax.
12962         * config.sub: Modified to recognize uname's armv* syntax.
12964 1999-02-17  Mark Salter  <msalter@cygnus.com>
12966         * configure.in: Added target-bsp for sparclite.
12968 Mon Feb  8 14:17:24 1999  Richard Henderson  <rth@cygnus.com>
12970         * config.sub: Recognize alphapca5[67] and up to alphaev8.
12972 1999-02-08  Nick Clifton  <nickc@cygnus.com>
12974         * configure.in: Add support for strongarm port.
12975         * config.sub: Add support for strongarm target.
12977 Sun Feb  7 18:01:54 1999  Mumit Khan  <khan@xraylith.wisc.edu>
12979         * configure.in (*-*-cygwin32*): Use config/mh-cygwin instead of
12980         the old name config/mh-cygwin32.
12981         Enable texinfo.
12983 Thu Feb  4 20:43:25 1999  Ian Lance Taylor  <ian@cygnus.com>
12985         * configure.in: Do build ld for ix86 Solaris.
12987 Tue Feb  2 19:46:40 1999  Jim Wilson  <wilson@cygnus.com>
12989         * Makefile.in (EXTRA_GCC_FLAGS):  Set AR to $AR instead of
12990         $AR_FOR_TARGET.  Likewise for RANLIB.
12992 Tue Feb  2 20:05:05 1999  Catherine Moore  <clm@cygnus.com>
12994         * config.sub (oabi):  Recognize.
12995         * configure.in (arm-*-oabi):  Handle.
12997 Sat Jan 30 06:09:00 1999  Robert Lipe  (robertlipe@usa.net)
12999         * config.guess: Improve detection of i686 on UnixWare 7.
13001 Sat Jan 30 08:04:00 1999  Mumit Khan  <khan@xraylith.wisc.edu>
13003         * config.guess: Add support for i386-pc-interix.
13004         * config.sub: Likewise.
13005         * configure.in: Likewise.
13007 Mon Jan 18 13:59:20 1999  Christopher Faylor <cgf@cygnus.com>
13009         * Makefile.in: Remove unneeded all-target-libio from
13010         from all-target-winsup target since it is now unneeded.
13011         Add all-target-libtermcap in its place since it is now
13012         needed.
13014 Wed Dec 30 20:34:52 1998  Christopher Faylor <cgf@cygnus.com>
13016         * configure.in: makefile stub for cygwin target is probably
13017         unnecessary.  Remove it for now.
13019 Wed Dec 30 01:13:03 1998  Christopher Faylor <cgf@cygnus.com>
13021         * configure.in: libtermcap.a should be built when cygwin is the
13022         target as well as the host.
13023         * config.guess: Allow mixed case in cygwin uname output.
13024         * Makefile.in: Add libtermcap target.
13026 Wed Dec 23 00:20:50 1998  Jeffrey A Law  (law@cygnus.com)
13028         * config.sub: Clean up handling of hppa2.0.
13030 Tue Dec 22 23:56:31 1998  Rodney Brown  (rodneybrown@pmsc.com)
13032         * config.guess: Use C code to identify more HP machines.
13034 Thu Dec 17 01:22:30 1998  Jeffrey A Law  (law@cygnus.com)
13036         * config.sub: Handle hppa2.0.
13038 Tue Dec 15 17:02:58 1998  Bob Manson  <manson@charmed.cygnus.com>
13040         * configure.in: Add cygmon for x86-coff and x86-elf. Configure
13041         cygmon for all sparclite targets, regardless of object format.
13043 1998-12-15  Mark Salter  <msalter@cygnus.com>
13045         * configure.in: Added target-bsp for several target architectures.
13047         * Makefile.in: Added rules for bsp.
13049 Fri Dec  4 01:34:02 1998  Jeffrey A Law  (law@cygnus.com)
13051         * config.guess: Improve detection of hppa2.0 processors.
13053 Fri Dec  4 01:33:05 1998  Niall Smart <nialls@euristix.ie>
13055         * config.guess: Recognize FreeBSD using ELF automatically.
13057 1998-11-26  Manfred Hollstein  <manfred@s-direktnet.de>
13059         * configure (skip-this-dir): Add handling for new shell script, which
13060         might be created by a sub-directory's configure to indicate, this particular
13061         directory is "unwanted".
13062         * Makefile.in ($(CONFIGURE_TARGET_MODULES)): Likewise.
13064 Wed Nov 18 18:28:45 1998  Geoffrey Noer  <noer@cygnus.com>
13066         * ltconfig: import from libtool, after changing libtool to
13067         account for the cygwin name change.
13069 Wed Nov 18 18:09:14 1998  Geoffrey Noer  <noer@cygnus.com>
13071         * Makefile.in: CC_FOR_TARGET and CXX_FOR_TARGET should also
13072         include newlib/libc/sys/cygwin and newlib/libc/sys/cygwin32.
13074 Wed Nov 18 20:13:29 1998  Christopher Faylor <cgf@cygnus.com>
13076         * configure.in: Add libtermcap to list of cygwin dependencies.
13078 Tue Nov 17 16:57:51 1998  Geoffrey Noer  <noer@cygnus.com>
13080         * Makefile.in: modify CC_FOR_TARGET and CXX_FOR_TARGET so that
13081         they include winsup/include when it's a cygwin target.
13083 1998-11-12  Tom Tromey  <tromey@cygnus.com>
13085         * configure.in (host_tools): Added zip.
13086         * Makefile.in (all-target-libjava): Depend on all-zip.
13087         (all-zip): New target.
13088         (ALL_MODULES): Added all-zip.
13089         (NATIVE_CHECK_MODULES): Added check-zip.
13090         (INSTALL_MODULES): Added install-zip.
13091         (CLEAN_MODULES): Added clean-zip.
13093 Thu Nov 12 17:27:21 1998  Geoffrey Noer  <noer@cygnus.com>
13095         * Makefile.in: lose "32" from comment about cygwin.
13097 Thu Nov  5 15:00:31 1998  Nick Clifton  <nickc@cygnus.com>
13099         * configure.in: Use -Os to build target libraries for the fr30.
13101 Wed Nov  4 18:49:43 1998  Dave Brolley  <brolley@cygnus.com>
13103         * config.sub: Add fr30.
13105 Mon Nov  2 15:19:33 1998  Geoffrey Noer  <noer@cygnus.com>
13107         * configure.in: drop "32" from config/mh-cygwin32.  Check
13108         cygwin* instead of cygwin32*.
13109         * config.sub: Check cygwin* instead of cygwin32*.
13111 Thu Oct 22 10:55:25 1998  Robert Lipe  <robertl@dgii.com>
13113         * config.guess: Match any version of Unixware7.
13115 1998-10-20  Syd Polk  <spolk@cygnus.com>
13117         * Makefile.in configure.in: Add the ability to use tcl8.1 and tk8.1
13118         if desired.
13120 Sun Oct 18 18:34:50 1998  Jeffrey A Law  (law@cygnus.com)
13122         * config.if (cxx_interface, libstdcxx_interface): Do not try to set
13123         these if the appropriate directories and files to not exist.
13125 Wed Oct 14 10:29:06 1998  Jeffrey A Law  (law@cygnus.com)
13127         * Makefile.in (DEVO_SUPPORT): Add config.if.
13129 Tue Oct 13 15:45:36 1998  Manfred Hollstein  <manfred@s-direktnet.de>
13131         * configure: Add pattern to replace "build_tooldir"'s
13132         definition in the generated Makefile with "tooldir"'s
13133         actual value.
13135 Tue Oct 13 09:17:06 1998  Jeffrey A Law  (law@cygnus.com)
13137         * config.sub: Bring back lost sparcv9.
13139         * Makefile.in (all-snvavigator): Remove all-flexlm dependency.
13141 Mon Oct 12 12:09:44 1998  Jeffrey A Law  (law@cygnus.com)
13143         * Makefile.in (CHILL_FOR_TARGET): Mirror recent changes to
13144         CC_FOR_TARGET and friends.
13146 Mon Oct 12 12:09:30 1998  Alexandre Oliva  <oliva@dcc.unicamp.br>
13148         * Makefile.in (build_tooldir): New variable, same as tooldir.
13149         (CC_FOR_TARGET, GCC_FOR_TARGET, CXX_FOR_TARGET): Add
13150         -B$(build_tooldir)/bin/.
13151         (BASE_FLAGS_TO_PASS): Pass build_tooldir down.
13153 Tue Sep  1 16:23:11 1998  Gerald Pfeifer  <pfeifer@dbai.tuwien.ac.at>
13155         * README: Remove installation instructions and refer to the
13156         INSTALL directory instead.
13158 Wed Sep 30 22:20:50 1998  Robert Lipe  <robertl@dgii.com>
13160         * config.sub: Add support for i[34567]86-pc-udk.
13161         * configure.in: Likewise.
13163 Wed Sep 30 19:23:48 1998  Geoffrey Noer  <noer@cygnus.com>
13165         * Makefile.in: add bzip2 package building bits for user
13166         tools module
13167         * configure.in: ditto
13169 Wed Sep 30 03:00:05 1998  Jeffrey A Law  (law@cygnus.com)
13171         * Makefile.in (TARGET_CONFIGDIRS): Add libobjc.
13172         (ALL_TARGET_MODULES): Add all-target-libobjc.
13173         (CONFIGURE_TARGET_MODULES, CHECK_TARGET_MODULES): Similarly.
13174         (INSTALL_TARGET_MODULES, CLEAN_TARGET_MODULES): Similarly.
13175         (all-target-libchill): Add dependencies.
13176         * configure.in (target_libs): Add libchill.
13178 1998-09-30  Manfred Hollstein  <manfred@s-direktnet.de>
13180         * configure.in (target_subdir): Remove duplicate line.
13182 Tue Sep 29 22:45:41 1998  Felix Lee  <flee@cygnus.com>
13184         * Makefile.in (all-automake): fix dependencies.
13186 Mon Sep 28 04:04:27 1998  Jeffrey A Law  (law@cygnus.com)
13188         * configure.in: Minor cleanups for building in the $(target_alias)
13189         subdir.
13191 1998-09-22  Jim Wilson  <wilson@cygnus.com>
13193         * Makefile.in (bootstrap): Set r and s before make all.  Use
13194         BASE_FLAGS_TO_PASS in make all.
13195         (cross): Likewise.
13197 1998-09-20  Mark Mitchell  <mark@markmitchell.com>
13199         * Makefile.in (bootstrap): Pass TARGET_FLAGS_TO_PASS to `make all'.
13201 Sun Sep 20 00:13:02 1998  Richard Henderson  <rth@cygnus.com>
13203         * config.sub: Fix typo in last change.
13205 1998-09-19  Michael Hayes  <m.hayes@elec.canterbury.ac.nz>
13207         * config.sub: Add support for C4x target.
13208         * configure.in: Likewise.
13210 1998-09-13  David S. Miller  <davem@pierdol.cobaltmicro.com>
13212         * config.sub: Recognize sparcv9 just like sparc64.
13214 Wed Sep  9 15:44:52 1998  Robert Lipe  <robertl@dgii.com>
13216         * config.guess: Match "Pent II" or "PentII" for OpenServer.
13218 Tue Sep  8 01:18:39 1998  Jeffrey A Law  (law@cygnus.com)
13220         * config.guess: Correctly identify Pentium II sco boxes.
13222         * config.guess: Fix "tr" code.  From Weiwen Liu.
13224 Sat Sep  5 13:56:52 1998  John Hughes  <john@Calva.COM>
13226         * configure.in: Do not assume x86-svr4 or x86-unixware can handle
13227         stabs.
13229 Sat Sep  5 02:12:02 1998  Jeffrey A Law  (law@cygnus.com)
13231         * Makefile.in (TARGET_CONFIGDIRS): Add libchill.
13232         (ALL_TARGET_MODULES): Add all-target-libchill.
13233         (CONFIGURE_TARGET_MODULES, CHECK_TARGET_MODULES): Similarly.
13234         (INSTALL_TARGET_MODULES, CLEAN_TARGET_MODULES): Similarly.
13235         (all-target-libchill): Add dependencies.
13236         * configure.in (target_libs): Add libchill.
13238 Sun Aug 30 22:27:02 1998  Lutz Wohlrab <lutz.wohlrab@informatik.tu-chemnitz.de>
13240         * config.guess: Avoid assumptions about "tr" behaves when
13241         LANG is set to something other than English.
13243 Sun Aug 30 22:14:44 1998  H.J. Lu  (hjl@gnu.org)
13245         * configure (gxx_include_dir): Changed to
13246         '${prefix}/include/g++'-${libstdcxx_interface}.
13248         * config.if: New to determine the interfaces.
13250 Sun Aug 30 21:15:19 1998  Mark Klein (mklein@dis.com)
13252         * config.guess: Detect and handle MPE/IX.
13253         * config.sub: Deal with MPE/IX.
13255 Sat Aug 29 14:32:55 1998  David Edelsohn  <edelsohn@mhpcc.edu>
13257         * configure.in: Use mh-aix43.
13259 1998-07-29  Manfred Hollstein  <manfred@s-direktnet.de>
13261         * configure: Fix --without/--disable cases for gxx-include-dir.
13263 Fri Aug 28 12:28:26 1998  Per Bothner  <bothner@cygnus.com>
13265         * mdata-sh:  Imported.  Needed for automake support.
13267 Thu Aug 13 12:49:29 1998  H.J. Lu  <hjl@gnu.org>
13269         * Makefile.in (taz): Try "chmod -R og=u ." before
13270         "chmod og=u `find . -print`".
13272 Fri Jul 31 09:38:33 1998  Catherine Moore  <clm@cygnus.com>
13274         * configure.in: Add arm-elf and thumb-elf support.
13276 Mon Jul 27 16:23:58 1998  Doug Evans  <devans@canuck.cygnus.com>
13278         * Makefile.in: Undo previous patch.
13280 Fri Jul 24 19:55:24 1998  Doug Evans  <devans@canuck.cygnus.com>
13282         * Makefile.in (INSTALL_TARGET): Move EXTRA_TARGET_HOST_INSTALL_MODULES
13283         to here ...
13284         (install-no-fixedincludes): and here
13285         (INSTALL_MODULES): ... from here.
13287 Fri Jul 24 17:01:42 1998  Ian Lance Taylor  <ian@cygnus.com>
13289         * config.sub: Merge with FSF.
13291         * config.guess: Merge with FSF.
13293 Fri Jul 24 08:43:36 1998  Doug Evans  <devans@canuck.cygnus.com>
13295         * configure (extraconfigdirs): New variable.
13296         (SUBDIRS): Add extraconfigdirs and recurse on them too.
13297         * Makefile.in (all): Move higher in file.
13298         (EXTRA_TARGET_HOST_ALL_MODULES): New variable.
13299         (EXTRA_TARGET_HOST_{INSTALL,CHECK}_MODULES): New variables.
13300         (ALL_MODULES): Add EXTRA_TARGET_HOST_ALL_MODULES.
13301         (CROSS_CHECK_MODULES): Add EXTRA_TARGET_HOST_CHECK_MODULES.
13302         (INSTALL_MODULES): Add EXTRA_TARGET_HOST_INSTALL_MODULES.
13304 1998-07-23  Brendan Kehoe  <brendan@cygnus.com>
13306         * Makefile.in (all-target-libjava): Depend on all-gcc and
13307         all-target-newlib.
13308         (configure-target-libjava): Depend on $(ALL_GCC).
13310 Sat Jul 18 14:32:43 CDT 1998  Robert Lipe  <robertl@dgii.com>
13312         * config.guess: (*-pc-sco3.2v5) Add detection for Pentium II.
13313         (*-pc-unixware7) Add detection for Pentium II, Pentium Pro.
13315 Sun Jul 19 00:46:53 CEST 1998  Marc Lehmann <pcg@goof.com>
13317         * INSTALL/README: Fix typo.
13319 Fri Jul 17 13:30:18 1998  Ian Lance Taylor  <ian@cygnus.com>
13321         * ylwrap: Change absolute path checks to check for DOS style path
13322         names.
13324         * ylwrap: Don't use a full path name if the source file is in the
13325         same directory.  From hjl@lucon.org (H.J. Lu).
13327         * config-ml.in: Default to being verbose, to match Feb 18 change to
13328         configure.
13330 Thu Jul 16 12:29:51 1998  Ian Lance Taylor  <ian@cygnus.com>
13332         Brought over from egcs:
13334         Sat Jun 27 22:46:32 1998  Jeffrey A Law  (law@cygnus.com)
13336         * configure.in (target_subdir): Set to ${target_alias} instead
13337         of "libraries".
13339         Mon Sep  1 16:45:44 1997  Jim Wilson  <wilson@cygnus.com>
13341         * configure.in (target_subdir): Set to libraries if enable_multilib.
13343 Wed Jul 15 01:00:54 1998  Ian Lance Taylor  <ian@cygnus.com>
13345         * Makefile.in ($(CONFIGURE_TARGET_MODULES)): If there are any
13346         multilibs, force reconfiguration the first time we create
13347         multilib.out in a subdirectory, in case TARGET_SUBDIR is `.'.
13349 Tue Jul 14 23:41:03 1998  Ian Lance Taylor  <ian@cygnus.com>
13351         * configure.in: Strip any --no option from CONFIG_ARGUMENTS, to
13352         avoid confusion with --no-recursion.
13354 Tue Jul 14 15:37:41 1998  Geoffrey Noer  <noer@cygnus.com>
13356         * configure.in: Win32 hosts shouldn't use install -x
13357         * install-sh: remove -x option, and special .exe-handling
13358         hack.
13360 Tue Jul 14 15:28:41 1998  Richard Henderson  <rth@cygnus.com>
13362         * config.guess: Recognize i586-pc-beos.
13363         * configure.in: Don't build some bits for beos.
13365 Tue Jul 14 13:22:18 1998  Ian Lance Taylor  <ian@cygnus.com>
13367         * configure: If CC is set but CFLAGS is not, and CC is gcc, make
13368         CFLAGS default to -O2.
13370         * ltmain.sh: Add some hacks to make SunOS --enable-shared work
13371         when using GNU ld.
13373 Fri Jul 10 13:18:23 1998  Ian Lance Taylor  <ian@cygnus.com>
13375         * ltmain.sh: Correct install when using a different shell.
13377 Tue Jul  7 15:24:38 1998  Ian Lance Taylor  <ian@cygnus.com>
13379         * ltconfig, ltmain.sh: Update to libtool 1.2b.
13381 Thu Jul  2 13:57:36 1998  Klaus Kaempf  <kkaempf@rmi.de>
13383         * makefile.vms: Update to build binutils/makefile.vms.  Add install
13384         target.
13386 Wed Jul  1 16:45:21 1998  Ian Lance Taylor  <ian@cygnus.com>
13388         * ltconfig: Update to correct AIX handling.
13390 Sat Jun 27 22:46:32 1998  Jeffrey A Law  (law@cygnus.com)
13392         * Makefile.in (BASE_FLAGS_TO_PASS): Add TARGET_SUBDIR.
13394         * configure.in (target_subdir): Set to ${target_alias} instead
13395         of "libraries".
13397 1998-06-26  Manfred Hollstein  <manfred@s-direktnet.de>
13399         * Makefile.in (BASE_FLAGS_TO_PASS): Add gcc_version_trigger.
13400         (Makefile): Depend on $(gcc_version_trigger).
13402         * configure (gcc_version): Change default initializer to empty
13403         string.
13404         (gcc_version_trigger): New variable; pass this variable down
13405         to subdir configures to enable them checking gcc's version
13406         themselves. Emit make macros for both gcc_version vars.
13407         (topsrcdir): Initialize reliably.
13408         (recursion line): Remove --with-gcc-version=${gcc_version}.
13410 1998-06-24  Manfred Hollstein  <manfred@s-direktnet.de>
13412         * configure (enable_version_specific_runtime_libs): Implement new flag
13413         --enable-version-specific-runtime-libs which installs C++ runtime stuff
13414         in $(libsubdir); emit definition in each generated Makefile.
13415         (gxx_include_dir): Initialize depending on
13416         $enable_version_specific_runtime_libs.
13418 1998-06-24  Manfred Hollstein  <manfred@s-direktnet.de>
13420         * configure (gcc_version): Initialize properly depending on
13421         how and where configure is started.
13422         (recursion line): Pass a --with-gcc-version=${gcc_version}
13423         to configures in subdirs.
13425 Wed Jun 24 16:01:59 1998  John Metzler  <jmetzler@cygnus.com>
13427         * configure.in (noconfigdirs): Add configure pattern for mips tx39
13428         cygmon
13430 Tue Jun 23 22:42:32 1998  Mark Alexander  <marka@cygnus.com>
13432         * configure.in: Add cygmon and libstub support for mn10200.
13434 1998-06-19  Manfred Hollstein  <manfred@s-direktnet.de>
13436         * configure (gcc_version): Add new variable describing the
13437         particular gcc version we're building.
13438         * Makefile.in (libsubdir): Add new macro for the directory
13439         in which the compiler finds executables, libraries, etc.
13440         (BASE_FLAGS_TO_PASS): Pass down gcc_version, target_alias
13441         and libsubdir.
13443 Fri Jun 19 02:36:59 1998  Alexandre Oliva <oliva@dcc.unicamp.br>
13445         * Makefile.in (local-clean): Remove *.log.
13446         (warning.log): Built with warn_summary from build.log.
13447         (mail-report.log): Run test_summary.
13448         (mail-report-with-warnings.log): Run test_summary including
13449         warning.log in the report.
13451 Thu Jun 18 11:26:03 1998  Robert Lipe  <robertl@dgii.com>
13453         * config.guess: Detection of Pentium II for *-sco-3.2v5*.
13455 Mon Jun 15 14:53:54 1998  Andrew Cagney  <cagney@b1.cygnus.com>
13457         * Makefile.in (grep): Grep no longer depends on libiberty.
13459 Fri Jun 12 14:03:34 1998  Syd Polk  <spolk@cygnus.com>
13461         * Makefile.in: all-snavigator needs all-libgui.
13463 Thu Jun 11 19:43:47 1998  Mark Alexander  <marka@cygnus.com>
13465         * configure.in: Add cygmon and libstub support for mn10300.
13467 Wed Jun 10 11:19:47 1998  Ian Lance Taylor  <ian@cygnus.com>
13469         * missing: Update to version from automake 1.3.
13471         * ltmain.sh: On installation, don't get confused if the same name
13472         appears more than once in the list of library names.
13474 Wed Jun  3 14:51:42 1998  Ian Lance Taylor  <ian@cygnus.com>
13476         * config.sub: Accept m68060 and m5200 as CPU names.
13478 Mon Jun  1 17:25:16 1998  Ian Lance Taylor  <ian@cygnus.com>
13480         * configure: Use && rather than using -a in test, because odd
13481         strings can confuse test.
13482         * configure.in: Likewise.
13484 Thu May 28 19:31:13 1998  Ian Lance Taylor  <ian@cygnus.com>
13486         * ltconfig, ltmain.sh: Bring in Visual C++ support.
13488 Sat May 23 23:44:13 1998  Alexandre Oliva <oliva@dcc.unicamp.br>
13490         * Makefile.in (boostrap2-lean, bootstrap3-lean,
13491         bootstrap4-lean): New targets.
13493 Mon May 11 23:55:56 1998  Jeffrey A Law  (law@cygnus.com)
13495         * mpw-* Delete.  Not used.
13497 Mon May 11 23:11:34 1998  Jeffrey A Law  (law@cygnus.com)
13499         * COPYING.LIB: Update FSF address.
13501 Fri May  8 01:30:20 1998  Ian Lance Taylor  <ian@cygnus.com>
13503         * ltconfig, ltmain.sh: Update to libtool 1.2a.
13505         * Makefile.in (GASB_SUPPORT_DIRS): Remove intl; already included via
13506         GAS_SUPPORT_DIRS.
13508 Thu May  7 17:27:35 1998  Ian Lance Taylor  <ian@cygnus.com>
13510         * ltconfig, ltmain.sh: Avoid producing a version number if
13511         -version-info was not used.
13513 Tue May  5 18:02:24 1998  Ian Lance Taylor  <ian@cygnus.com>
13515         * configure.in: Add --with-newlib to CONFIG_ARGUMENTS if we are
13516         building with newlib.
13518 1998-04-30  Paul Eggert  <eggert@twinsun.com>
13520         * Makefile.in (EXTRA_GCC_FLAGS): Remove backslash at end;
13521         Solaris `make' causes it to continue to next definition.
13523 Tue Apr 28 16:24:24 1998  Jason Molenda  (crash@bugshack.cygnus.com)
13525         * Makefile.in (install-gdbtk): Call this 'install-gdb' so that
13526         the right GUI libraries and files are installed along with GDB.
13528 Tue Apr 28 18:11:24 1998  Ian Lance Taylor  <ian@cygnus.com>
13530         * configure.in: Change alpha to alpha* in several places.
13532 Tue Apr 28 07:42:00 1998  Mark Alexander  <marka@cygnus.com>
13534         * config.sub: Recognize sparc86x.
13536 Tue Apr 28 07:35:02 1998  Michael Meissner  <meissner@cygnus.com>
13538         * configure.in (--enable-target-optspace): Remove debug echo.
13540 Thu Apr 23 21:31:16 1998  Jim Wilson  <wilson@cygnus.com>
13542         * configure: Set CXXFLAGS from CXXFLAGS, not CFLAGS.
13544 Thu Apr 23 12:26:38 1998  Ian Lance Taylor  <ian@cygnus.com>
13546         * ltconfig: Update cygwin32 support.
13548         * Makefile.in (GAS_SUPPORT_DIRS): Add intl.
13549         (BINUTILS_SUPPORT_DIRS, GASB_SUPPORT_DIRS): Likewise.
13550         (GDB_SUPPORT_DIRS): Likewise.
13552 Wed Apr 22 12:30:10 1998  Michael Meissner  <meissner@cygnus.com>
13554         * configure.in (target_makefile_frag): If --enable-target-optspace,
13555         use -Os to compile target libraries rather than -O2.  Default to
13556         using -Os for d10v and m32r if --{enable,disable}-target-optspace is
13557         not used.
13558         * configure.in (target_cflags): Ditto for d30v.
13560 Tue Apr 21 23:06:54 1998  Tom Tromey  <tromey@cygnus.com>
13562         * Makefile.in (all-bfd): Depend on all-intl.
13563         (all-binutils): Likewise.
13564         (all-gas): Likewise.
13565         (all-gprof): Likewise.
13566         (all-ld): Likewise.
13568 1998-04-19  Brendan Kehoe  <brendan@cygnus.com>
13570         * configure.in (host_tools): Fix typo, lbtool -> libtool.
13572 Fri Apr 17 16:20:42 1998  Ian Lance Taylor  <ian@cygnus.com>
13574         * Makefile.in (all-bfd): Depend upon all-libiberty.
13576         * ltconfig, ltmain.sh: Bring in newer cygwin32 support.
13578 Fri Apr 17 12:22:22 1998  Bob Manson  <manson@charmed.cygnus.com>
13580         * Makefile.in: Add libstub.
13582         * configure.in: Ditto. Build libstub for targets that have cygmon
13583         support.
13585 Tue Apr 14 18:01:55 1998  Ian Lance Taylor  <ian@cygnus.com>
13587         * configure.in: Don't set PICFLAG on ix86-cygwin32.
13589 Tue Apr 14 12:24:45 1998  J. Kean Johnston  <jkj@sco.com>
13591         * configure.in: Recognise i[3456]96-*-sysv5* as a valid host, and
13592         use mh-sysv5 if specified.  Support gprof on SCO Open Server.
13594 Tue Apr 14 11:33:51 1998  Krister Walfridsson <cato@df.lth.se>
13596         * configure: Define DEFAULT_M4 by searching PATH.
13597         * Makfile.in: Use DEFAULT_M4.
13599 Mon Apr 13 15:37:24 1998  Ian Lance Taylor  <ian@cygnus.com>
13601         * ltconfig: Add cygwin32 support.
13603         * Makefile.in, configure.in: Add libtool as a native only directory
13604         to configure and build.
13606 Sun Apr 12 20:58:46 1998  Jeffrey A Law  (law@cygnus.com)
13608         * Makefile.in (INSTALL_MODULES): Remove texinfo.
13610 Wed Apr  8 13:18:56 1998  Philippe De Muyter  <phdm@macqel.be>
13612         * Makefile.in (EXTRA_GCC_FLAGS): XFOO lines shortened.
13614 Thu Apr  2 14:48:44 1998  Geoffrey Noer  <noer@cygnus.com>
13616         * Makefile.in: add ash make rules
13617         * configure.in: add ash to native_only and host_tools lists
13619 Thu Mar 26 12:53:20 1998  Tom Tromey  <tromey@cygnus.com>
13621         * Makefile.in (all-gettext, all-intl): New targets.
13622         (ALL_MODULES): Added all-gettext, all-intl.
13623         (CROSS_CHECK_MODULES): Added check-gettext, check-intl.
13624         (INSTALL_MODULES): Added install-gettext, install-intl.
13625         (CLEAN_MODULES): Added clean-gettext, clean-intl.
13627         * configure.in (host_tools): Added gettext.
13628         (native_only): Likewise.
13629         (noconfigdirs) [various cases]: Likewise.
13630         (host_libs): Added intl.
13632 Thu Mar 26 15:00:11 1998  Keith Seitz  <keiths@onions.cygnus.com>
13634         * configure: Do not disable building gdbtk for cygwin32 hosts.
13636 Wed Mar 25 10:04:18 1998  Nick Clifton  <nickc@cygnus.com>
13638         * configure.in: Add thumb-coff target.
13639         * config.sub: Add thumb-coff target.
13641 Wed Mar 25 11:49:12 1998  Jason Molenda  (crash@bugshack.cygnus.com)
13643         * Makefile.in: Revert yesterday's change.
13644         (all-target-winsup):  all-target-librx stays out of here.
13646 Tue Mar 24 16:58:29 1998  Jason Molenda  (crash@bugshack.cygnus.com)
13648         * Makefile.in (TARGET_CONFIGDIRS, ALL_TARGET_MODULES,
13649         CONFIGURE_TARGET_MODULES, CHECK_TARGET_MODULES,
13650         INSTALL_TARGET_MODULES, CLEAN_TARGET_MODULES, all-target-winsup):
13651         Remove references to librx and libg++.
13653 Tue Mar 24 18:28:12 1998  Eric Mumpower  <nocturne@cygnus.com>
13655         * Makefile.in (BASE_FLAGS_TO_PASS): Pass $(lispdir) down to
13656         recursive makes
13658 Tue Mar 24 11:37:45 1998  Ian Lance Taylor  <ian@cygnus.com>
13660         * Makefile.in (CC_FOR_TARGET): Use $(TARGET_SUBDIR) when passing -B
13661         for newlib directory.
13662         (CXX_FOR_TARGET): Likewise.
13664 Mon Mar 23 11:30:21 1998  Jeffrey A Law  (law@cygnus.com)
13666         * ltconfig: Update after libtool/ltconfig.in change for
13667         hpux11.
13669 Fri Mar 20 18:51:43 1998  Ian Lance Taylor  <ian@cygnus.com>
13671         * ltconfig, ltmain.sh: Update to libtool 1.2.
13673 Fri Mar 20 09:32:14 1998  Manfred Hollstein  <manfred@s-direktnet.de>
13675         * Makefile.in (install-gcc): Don't specify LANGUAGES here.
13676         (install-gcc-cross): Instead, override LANGUAGES here.
13678 1998-03-18  Dave Love  <d.love@dl.ac.uk>
13680         * Makefile.in ($(CONFIGURE_TARGET_MODULES)): Set CONFIG_SITE to a
13681         non-existent file since /dev/null loses with bash 2.0/autoconf 2.12.
13683 Wed Mar 18 09:24:59 1998  Nick Clifton  <nickc@cygnus.com>
13685         * configure.in: Add Thumb-pe target.
13687 Tue Mar 17 16:59:00 1998  Syd Polk <spolk@cygnus.com>
13689         * Makefile.in - changed sn targets to snavigator
13690         * configure.in - changed sn targets to snavigator
13692 Tue Mar 17 10:33:28 1998  Manfred Hollstein  <manfred@s-direktnet.de>
13694         * config-ml.in: After building symlink tree call make distclean
13695         if a Makefile got linked into ${ml_dir}/${ml_libdir}; this happens
13696         to be the case for libiberty.
13698 Tue Mar 17 10:22:37 1998  H.J. Lu  (hjl@gnu.ai.mit.edu)
13700         * configure: When making link, also check the current
13701         directory. The configure scripts may create one.
13703 Fri Mar  6 01:02:03 1998  Richard Henderson  <rth@cygnus.com>
13705         * config.sub: Accept alphapca56 and alphaev6 properly.
13707 Fri Mar  6 00:14:55 1998  Franz Sirl <Franz.Sirl-kernel@lauterbach.com>
13709         * configure.in: Revert 3 Jan change for powerpc-linux-gnulibc1.
13711 Mon Feb 23 15:09:18 1998  Bruno Haible <bruno@linuix.mathematik.uni-karlsruhe.de
13713         * config.sub (sco5): Fix typo.
13715 Mon Feb 23 14:46:06 1998  Ian Lance Taylor  <ian@cygnus.com>
13717         * Makefile.in (INSTALL_MODULES): Move install-tcl before
13718         install-itcl.
13719         (install-itcl): Remove dependency on install-tcl.
13721 Mon Feb 23 09:53:28 1998  Mark Alexander  <marka@cygnus.com>
13723         * configure.in: Remove libgloss from noconfigdirs for MN10300.
13725 Thu Feb 19 13:40:41 1998  Ian Lance Taylor  <ian@cygnus.com>
13727         * configure.in: Don't build libgui for a cygwin32 target when not on
13728         a cygwin32 host.
13730 Wed Feb 18 12:29:00 1998  Jason Molenda  (crash@bugshack.cygnus.com)
13732         * configure (redirect): Set to null, so default behavior of
13733         configure is now --verbose.
13735 1998-02-16  Dave Love  <d.love@dl.ac.uk>
13737         * Makefile.in ($(CONFIGURE_TARGET_MODULES)): Run configure with
13738         CONFIG_SITE=/dev/null to forestall lossage with site configuration.
13740 Mon Feb 16 12:23:53 1998  Manfred Hollstein  <Manfred.Hollstein@ks.sel.alcatel.de>
13742         * Makefile.in (BASE_FLAGS_TO_PASS, EXTRA_TARGET_FLAGS): Really add
13743         this change to sync Makefile.in with its ChangeLog entries.
13745 Thu Feb 12 15:03:08 1998  H.J. Lu  <hjl@gnu.org>
13747         * ltmain.sh (mkdir): Check that the directory doesn't exist
13748         before we exit with error, so that we don't get races during
13749         parallel builds.
13751 Sat Feb  7 15:19:18 1998  Ian Lance Taylor  <ian@cygnus.com>
13753         * ltconfig, ltmain.sh: Update from libtool 1.0i.
13755 Fri Feb  6 01:33:52 1998  Manfred Hollstein  <manfred@s-direktnet.de>
13757         * Makefile.in (BASE_FLAGS_TO_PASS): Don't pass PICFLAG and
13758         PICFLAG_FOR_TARGET.
13759         (EXTRA_TARGET_FLAGS): Don't pass PICFLAG_FOR_TARGET.
13761         * configure: Emit a definition for the new macro enable_shared
13762         into each Makefile.
13764 Thu Feb  5 17:01:12 1998  Jason Molenda  (crash@bugshack.cygnus.com)
13766         * configure.in (host_tools, native_only): Add libtool.
13768 Wed Feb  4 16:53:58 1998  Geoffrey Noer  <noer@cygnus.com>
13770         * configure.in: add target-gperf to noconfigdirs for Cygwin32.
13771         Fix typo in ming config comment.
13773 Wed Feb  4 18:56:13 1998  Ian Lance Taylor  <ian@cygnus.com>
13775         * ltconfig, ltmain.sh: Update from libtool 1.0h.
13777 Mon Feb  2 19:38:19 1998  Ian Lance Taylor  <ian@cygnus.com>
13779         * config.sub: Add tic30 cases, and map c30 to tic30.
13781 Sun Feb  1 02:40:41 1998  Richard Henderson  <rth@cygnus.com>
13783         * Makefile.in (TARGET_CONFIGDIRS): Add libf2c.
13784         (ALL_TARGET_MODULES, CONFIGURE_TARGET_MODULES): Similarly
13785         (CHECK_TARGET_MODULES, INSTALL_TARGET_MODULES): Similarly
13786         (CLEAN_TARGET_MODULES): Similarly
13787         (all-target-libf2c): Add dependences.
13788         * configure.in (target_libs): Add libf2c.
13790 Fri Jan 30 17:18:32 1998  Geoffrey Noer  <noer@cygnus.com>
13792         * configure.in: Remove expect from noconfigdirs when target
13793         is cygwin32.  OK to build expect and dejagnu with Canadian
13794         Cross.
13796 Wed Jan 28 12:58:49 1998  Ian Lance Taylor  <ian@cygnus.com>
13798         * configure.in: Do build expect, dejagnu, and cvssrc for a cygwin32
13799         host.
13801         * config.guess: Use ${UNAME_MACHINE} rather than i386 for cygwin32
13802         and mingw32.
13804 Wed Jan 28 10:26:37 1998  Manfred Hollstein  <manfred@s-direktnet.de>
13806         * Makefile.in (BASE_FLAGS_TO_PASS): Remove passing $(local_prefix)
13807         here as it is not defined in the toplevel Makefile.
13809 Tue Jan 27 23:25:06 1998  Manfred Hollstein  <manfred@s-direktnet.de>
13811         * configure (package_makefile_rules_frag): New variable, which names
13812         a file with generic rules, ...
13813         Change comment to mention we now have FIVE parts.
13814         * configure: Undo last change.
13816 Tue Jan 27 23:15:55 1998  Lassi A. Tuura  <lat@iki.fi>
13818         * config.guess: More accurate determination of HP processor types.
13819         * config.sub: More accurate determination of HP processor types.
13821 Sat Jan 24 01:59:45 1998  Manfred Hollstein  <manfred@s-direktnet.de>
13823         * configure (package_makefile_frag): Move inserting the
13824         ${package_makefile_frag} to where it should be according
13825         to the comment.
13827 Fri Jan 23 00:29:28 1998  Philip Blundell  <pb@nexus.co.uk>
13829         * config.guess: Add support for Linux/ARM.
13831 Thu Jan 22 15:14:01 1998  Fred Fish  <fnf@cygnus.com>
13833         * .cvsignore: Remove *-info and *-install since they match
13834         release-info and mpw-install, which we don't want to just ignore.
13836 Thu Jan 22 01:38:33 1998  Richard Henderson  <rth@cygnus.com>
13838         * configure.in: Revert 3 Jan change for alpha-linux-gnulibc1.
13840 Sat Jan 17 21:28:08 1998  Pieter Nagel <pnagel@epiuse.co.za>
13842         * Makefile.in (FLAGS_TO_PASS): Pass down gcc_include_dir and
13843         local_prefix to sub-make invocations.
13845 Sat Jan 17 21:04:59 1998 H.J. Lu  (hjl@gnu.org)
13847         * configure.in: Check makefile fragments in the source
13848         directory.
13850 Fri Jan 16 00:41:37 1998  Alexandre Oliva <oliva@dcc.unicamp.br>
13852         * configure.in: Check whether host and target makefile
13853         fragments exist before adding them to *_makefile_frag.
13855 Wed Jan 14 23:39:10 1998  Bob Manson  <manson@charmed.cygnus.com>
13857         * configure.in (target_configdirs): Add cygmon for sparc64-elf.
13859 Wed Jan 14 12:48:07 1998  Keith Seitz  <keiths@pizza.cygnus.com>
13861         * configure.in: Make sure we only replace RPATH_ENVVAR on
13862         lines which begin with RPATH_ENVVAR, i.e. add "^" to the
13863         regexp to sed.
13865         * Makefile.in (BASE_FLAGS_TO_PASS): Pass RRPATH_ENVVAR down
13866         to sub-makes.
13868 1998-01-13  Lee Iverson   (leei@ai.sri.com)
13870         * config-ml.in (multi-do): LDFLAGS must include multilib
13871         designator.
13873 Tue Jan 13 01:13:24 1998   Robert Lipe (robertl@dgii.com)
13875         * config.guess: Recognize i[3456]-i586-UnixWare7-sysv5.
13877 Sun Jan  4 01:06:55 1998  Mumit Khan  <khan@xraylith.wisc.edu>
13879         * config.sub: Add mingw32 support.
13880         * configure.in: Likewise.
13882 Sat Jan  3 12:11:05 1998 Franz Sirl <franz.sirl-kernel@lauterbach.com>
13884         * configure.in: Finalize support for {alpha|powerpc}*-*-linux-gnulibc1
13886 Sun Dec 28 11:28:58 1997  Jeffrey A Law  (law@cygnus.com)
13888         * Makefile.in (INSTALL_TARGET): Do install-gcc first.
13889         * configure (gxx_include_dir): Provide a definition for subdirs
13890         which do not use autoconf.
13892 Wed Dec 24 22:46:55 1997  Jeffrey A Law  (law@cygnus.com)
13894         * config.guess: Sync with egcs.  Picks up new alpha support,
13895         BeOS & some additional linux support.
13897 Tue Dec 23 12:44:24 1997  Jeffrey A Law  (law@cygnus.com)
13899         * config.guess: HP 9000/803 is a PA1.1 machine.
13901 Mon Dec 22 02:39:24 1997  Richard Henderson  <rth@cygnus.com>
13903         * configure.in: It's alpha*-...
13905 Sun Dec 21 16:53:12 1997  H.J. Lu  (hjl@gnu.ai.mit.edu)
13907         * configure.in (host_makefile_frag, target_makefile_frag):
13908         Handle multiple config files.
13909         (alpha-*-linux*): Treat alpha-*-linux* as alpha-*-linux* and
13910         alpha-*-*.
13912 Thu Dec 18 13:13:03 1997  Doug Evans  <devans@canuck.cygnus.com>
13914         * mkdep: New file.
13916 Wed Dec 17 09:53:02 1997  Michael Meissner  <meissner@cygnus.com>
13918         * configure.in (d30v-*-*): Allow configuring of libide, vmake, etc.
13920 Tue Dec 16 17:36:05 1997  Ian Lance Taylor  <ian@cygnus.com>
13922         * Makefile.in: Add libgui directory.
13923         (GDB_TK): Add all-libgui.
13924         * configure.in: Add libgui directory.
13925         * configure: Add all-libgui to GDB_TK.
13927 Mon Dec 15 16:12:28 1997  Nick Clifton  <nickc@cygnus.com>
13929         * config-ml.in (multidirs): Add m32r to multilib list.
13931 Fri Dec 12 10:43:31 1997  Brendan Kehoe  <brendan@canuck.cygnus.com>
13933         * Makefile.in (all-target-gperf): Change dependency to
13934         all-target-libstdc++.
13936 Thu Dec 11 23:30:51 1997  Fred Fish  <fnf@ninemoons.com>
13938         * config.guess: Add BeOS support.
13940 Wed Dec 10 15:10:38 1997  Ian Lance Taylor  <ian@cygnus.com>
13942         Source directory cvs renamed to cvssrc:
13943         * configure.in (host_tools): Change cvs to cvssrc.
13944         (native_only): Likewise.
13945         (noconfigdirs) [various cases]: Likewise.
13946         * Makefile.in (ALL_MODULES): Change all-cvs to all-cvssrc.
13947         (CROSS_CHECK_MODULES): Change check-cvs to check-cvssrc.
13948         (INSTALL_MODULES): Change install-cvs to install-cvssrc.
13949         (CLEAN_MODULES): Change clean-cvs to clean-cvssrc.
13950         (all-cvssrc): Rename target from all-cvs.
13952 Wed Dec  3 07:55:59 1997  Jeffrey A Law  (law@cygnus.com)
13954         * configure (gxx_include_dir): Fix thinko.
13956 Tue Dec  2 10:55:34 1997  Jeffrey A Law  (law@cygnus.com)
13958         * Makefile.in (INSTALL_TARGET_CROSS): Define.
13959         (install-cross, install-gcc-cross): New targets.
13961 Tue Dec  2 10:08:31 1997  Nick Clifton  <nickc@cygnus.com>
13963         * configure.in (noconfigdirs): Add support for Thumb target.
13965         * config.sub (maybe_os): Add support for Thumb target.
13967 Sun Nov 30 16:12:27 1997  Bob Manson  <manson@charmed.cygnus.com>
13969         * Makefile.in: Add rules for cygmon.
13971         * configure.in: Build cygmon for sparc-elf and sparclite-aout.
13973 Thu Nov 27 01:31:30 1997  Jeffrey A Law  (law@cygnus.com)
13975         * Makefile.in (INSTALL_TARGET): Do install-gcc first.
13976         * configure (gxx_include_dir): Provide a definition for subdirs
13977         which do not use autoconf.
13979 Wed Nov 26 11:53:33 1997  Keith Seitz  <keiths@onions.cygnus.com>
13981         * Makefile.in, configure, configure.in, ChangeLog: merge with foundry's
13982         11/18/97 build
13984 Wed Nov 26 16:08:50 1997  Jeffrey A Law  (law@cygnus.com)
13986         * From Franz Sirl.
13987         * config.guess (powerpc*-*-linux): Handle glibc2 beta release
13988         found on RedHat Linux systems.
13990 Fri Nov 21 09:51:01 1997  Jeffrey A Law  (law@cygnus.com)
13992         * config.guess (alpha stuff): Merge with FSF to avoid incorrect
13993         guesses.
13995 Thu Nov 13 11:38:37 1997  Jeffrey A Law  (law@cygnus.com)
13997         * configure.in (i[3456]86-ncr-sysv4.3*): Tweak.
13999 Mon Nov 10 15:23:21 1997  H.J. Lu  <hjl@gnu.ai.mit.edu>
14001         * ltmain.sh: If mkdir fails, check whether the directory was created
14002         anyhow by some other process.
14004 Mon Nov 10 14:38:03 1997  Michael Meissner  <meissner@cygnus.com>
14006         * configure.in (d30v-*-*): Configure all directories.
14008 Sun Nov  9 17:36:20 1997  Michael Meissner  <meissner@cygnus.com>
14010         * configure.in (d30v-*-*): Configure newlib, libiberty directories
14011         for the D30V.
14013 Sat Nov  8 14:42:59 1997  Michael Meissner  <meissner@cygnus.com>
14015         * configure.in (d30v-*-*): Configure target-libgloss on the D30V.
14017 Fri Nov  7 10:34:09 1997  Rob Savoye  <rob@darkstar.cygnus.com>
14019         * include/libiberty.h: Add extern "C" { so it can be used with C++
14020         progrms.
14021         * include/remote-sim.h:  Add extern "C" { so it can be used with C++
14022         programs.
14024 Thu Oct 30 11:09:29 1997  Michael Meissner  <meissner@cygnus.com>
14026         * configure.in (d30v-*-*): Configure GCC now.
14028 Mon Oct 27 13:17:24 1997  Stan Shebs  <shebs@andros.cygnus.com>
14030         * configure.in: Remove a "second pass" of tweaking noconfigdirs,
14031         is no longer needed.
14033 Mon Oct 27 12:03:53 1997  Jason Merrill  <jason@yorick.cygnus.com>
14035         * Makefile.in: check-target-libio depends on all-target-libstdc++.
14037 Sun Oct 26 11:48:27 1997  Manfred Hollstein  (manfred@s-direktnet.de)
14039         * Makefile.in (bootstrap-lean): Combined with `normal' bootstrap
14040         targets using "$@" to provide support for similar but not identical
14041         targets without having to duplicate code.
14043 Mon Oct 20 15:28:49 1997  Klaus K"ampf  <kkaempf@progis.de>
14045         * makefile.vms: Fix to work with DEC C.
14047 Tue Oct  7 23:58:57 1997  Gavin Koch  <gavin@cygnus.com>
14049         * config.sub: Add mips-tx39-elf to marketing names.
14051 Tue Oct  7 14:24:41 1997  Ian Lance Taylor  <ian@cygnus.com>
14053         * ltmain.sh: Handle symlinks in generated script.
14055 Wed Oct  1 13:11:27 1997  Ian Lance Taylor  <ian@cygnus.com>
14057         * configure: Handle autoconf style directory options: --bindir,
14058         --datadir, --includedir, --infodir, --libdir, --libexecdir,
14059         --mandir, --oldincludedir, --sbindir, --sharedstatedir,
14060         --sysconfdir.
14061         * Makefile.in (sbindir, libexecdir, sysconfdir): New variables.
14062         (sharedstatedir, localstatedir, oldincludedir): New variables.
14063         (BASE_FLAGS_TO_PASS): Pass down bindir, datadir, includedir,
14064         infodir, libdir, libexecdir, localstatedir, mandir, oldincludedir,
14065         sbindir, sharedstatedir, and sysconfdir.
14067 Mon Sep 29 00:38:08 1997 Aaron Jackson <jackson@negril.msrce.howard.edu>
14069         * Makefile.in (bootstrap-lean): New target.
14071 Wed Sep 24 18:06:27 1997  Stu Grossman  <grossman@babylon-5.cygnus.com>
14073         * configure.in (d30v):  Remove tcl, tk, expect, gdb, itcl, tix, db,
14074         sn, and gnuserv from noconfigdirs.
14076 Wed Sep 24 15:18:32 1997  Ian Lance Taylor  <ian@cygnus.com>
14078         * ltmain.sh: Tweak shell pattern to avoid bug in NetBSD /bin/sh.
14080 Thu Sep 18 23:58:27 1997  Jeffrey A Law  (law@cygnus.com)
14082         * Makefile.in (cross): New target.
14084 Thu Sep 18 21:43:23 1997  Alexandre Oliva  <oliva@dcc.unicamp.br>
14085                           Jeff Law         <law@cygnus.com>
14087         * Makefile.in (bootstrap2, bootstrap3): New targets.
14088         (all-bootstrap): Remove outdated and confusing target.
14089         (bootstrap, bootstrap2, bootstrap3): Don't pass BOOT_CFLAGS down.
14091 Thu Sep 18 15:37:42 1997  Andrew Cagney  <cagney@b1.cygnus.com>
14093         * configure (tooldir): enable_gdbtk=YES for cygwin32, NO for
14094         windows.  Consistent with gdb/configure.
14096 1997-09-15 02:37  Ulrich Drepper  <drepper@cygnus.com>
14098         * configure.in: Name Linux target fragment.
14100         * configure: Rewrite so that project Makefile fragment is inserted
14101         first and appears last in the resulting Makefile.
14103 Tue Sep 16 09:55:07 1997  Andrew Cagney  <cagney@b1.cygnus.com>
14105         * Makefile.in (install-itcl): Install tcl first.
14107 Fri Sep 12 16:19:20 1997  Geoffrey Noer  <noer@cygnus.com>
14109         * configure.in: remove bison from noconfigdirs for Cygwin32 host
14111 Thu Sep 11 16:40:46 1997  H.J. Lu  (hjl@gnu.ai.mit.edu)
14113         * Makefile.in (local-distclean): Also remove mh-frag mt-frag.
14115         * configure.in (skipdirs): Add target-librx for Linux.
14116         (alpha-*-linux*): Use config/mh-elfalphapic and config/mt-elfalphapic.
14118 Wed Sep 10 21:29:54 1997  Jeffrey A Law  (law@cygnus.com)
14120         * Makefile.in (bootstrap): New target.
14122 Wed Sep 10 15:19:22 1997  Jeffrey A Law  (law@cygnus.com)
14124         * config.sub: Accept 'amigados' for backward compatibility.
14126 Mon Sep  8 20:46:20 1997  Ian Lance Taylor  <ian@cygnus.com>
14128         * config.guess: Merge with FSF.
14130 Sun Sep  7 23:18:32 1997  Fred Fish  <fnf@ninemoons.com>
14132         * config.sub: Change 'amigados' to 'amigaos' to match current usage.
14134 Sun Sep  7 15:55:28 1997  Gavin Koch  <gavin@cygnus.com>
14136         * config.sub: Add "marketing-names" patch.
14138 Fri Sep  5 16:11:28 1997  Joel Sherrill  (joel@OARcorp.com)
14140         * configure.in (*-*-rtems*): Do not build libgloss for rtems.
14142 Fri Sep  5 12:27:17 1997  Jeffrey A Law  (law@cygnus.com)
14144         * config.sub: Handle v850-elf.
14146 Wed Sep  3 22:01:58 1997  Fred Fish  <fnf@ninemoons.com>
14148         * .cvsignore (*-install): Remove.
14150 Wed Sep  3 12:15:24 1997  Chris Provenzano  <proven@cygnus.com>
14152         * ltconfig: Set CONFIG_SHELL in libtool.
14153         * ltmain.sh: Use CONFIG_SHELL instead of /bin/sh
14155 Mon Sep  1 16:45:44 1997  Jim Wilson  <wilson@cygnus.com>
14157         * configure.in (target_subdir): Set to libraries if enable_multilib.
14159 Wed Aug 27 16:15:11 1997  Jim Wilson  <wilson@cygnus.com>
14161         * config.guess: Update from gcc directory.
14163 Tue Aug 26 16:46:46 1997  Andrew Cagney  <cagney@b1.cygnus.com>
14165         * Makefile.in (all-sim): Depends on all-readline.
14167 Wed Aug 20 19:57:37 1997  Jason Merrill  <jason@yorick.cygnus.com>
14169         * Makefile.in (BISON, YACC): Use $$s.
14170         (all-bison): Depend on all-texinfo.
14172 Tue Aug 19 01:41:32 1997  Jason Merrill  <jason@yorick.cygnus.com>
14174         * Makefile.in (BISON): Add -L flag.
14175         (YACC): Likewise.
14177 Mon Aug 18 11:30:50 1997  Nick Clifton  <nickc@cygnus.com>
14179         * configure.in (noconfigdirs): Add support for v850e target.
14181         * config.sub (maybe_os): Add support for v850e target.
14183 Mon Aug 18 11:30:50 1997  Nick Clifton  <nickc@cygnus.com>
14185         * configure.in (noconfigdirs): Add support for v850ea target.
14187         * config.sub (maybe_os): Add support for v850ea target.
14189 Mon Aug 18 09:24:06 1997  Gavin Koch  <gavin@cygnus.com>
14191         * config.sub: Add mipstx39.  Delete r3900.
14193 Mon Aug 18 17:20:10 1997  Jason Molenda  (crash@godzilla.cygnus.co.jp)
14195         * Makefile.in (all-autoconf): Depends on all-texinfo.
14197 Fri Aug 15 23:09:26 1997  Michael Meissner  <meissner@cygnus.com>
14199         * config-ml.in ({powerpc,rs6000}*-*-*): Update to current AIX and
14200         eabi targets.
14202 Thu Aug 14 14:42:17 1997  Ian Lance Taylor  <ian@cygnus.com>
14204         * configure: Get CFLAGS and CXXFLAGS from Makefile, if possible.
14206         * configure: When handling a Canadian Cross, handle YACC as well as
14207         BISON.  Just set BISON to bison.  When setting YACC, prefer bison.
14208         * Makefile.in (all-bison): Depend upon all-texinfo.
14210 Tue Aug 12 20:09:48 1997  Jason Merrill  <jason@yorick.cygnus.com>
14212         * Makefile.in (BISON): bison, not byacc or bison -y.
14213         (YACC): bison -y or byacc or yacc.
14214         (various): Add *-bison as appropriate.
14215         (taz): No need to mess with BISON anymore.
14217 Tue Aug 12 22:33:08 1997  Ian Lance Taylor  <ian@cygnus.com>
14219         * configure: If OSTYPE matches *win32*, try to find a good value for
14220         CONFIG_SHELL.
14222 Sun Aug 10 14:41:11 1997  Ian Lance Taylor  <ian@cygnus.com>
14224         * Makefile.in (taz): Get the version number from AM_INIT_AUTOMAKE in
14225         configure.in if it is present.
14227 Sat Aug  9 00:58:01 1997  Ian Lance Taylor  <ian@cygnus.com>
14229         * Makefile.in (LD_FOR_TARGET): Change ld.new to ld-new.
14231 Fri Aug  8 16:30:13 1997  Doug Evans  <dje@canuck.cygnus.com>
14233         * config.sub: Recognize `arc' cpu.
14234         * configure.in: Likewise.
14235         * config-ml.in: Likewise.
14237 Thu Aug  7 11:02:34 1997  Ian Lance Taylor  <ian@cygnus.com>
14239         * Makefile.in ($(INSTALL_X11_MODULES)): Depend upon installdirs.
14241 Wed Aug  6 16:27:29 1997  Chris Provenzano  <proven@cygnus.com>
14243         * configure: Changed sed delimiter from ':' to '|' when
14244         attempting to substitute ${config_shell} for SHELL. On
14245         NT ${config_shell} may contain a ':' in it.
14247 Wed Aug  6 12:29:05 1997  Jason Merrill  <jason@yorick.cygnus.com>
14249         * Makefile.in (EXTRA_GCC_FLAGS): Fix for non-bash shells.
14251 Wed Aug  6 00:42:35 1997  Ian Lance Taylor  <ian@cygnus.com>
14253         * Makefile.in (AS_FOR_TARGET): Change as.new to as-new.
14255 Tue Aug  5 14:08:51 1997  Ian Lance Taylor  <ian@cygnus.com>
14257         * Makefile.in (NM_FOR_TARGET): Change nm.new to nm-new.
14259         * ylwrap: If the program is a relative path, force it to be
14260         absolute.
14262 Tue Aug  5 12:12:44 1997  Andrew Cagney  <cagney@b1.cygnus.com>
14264         * configure (tooldir): Set BISON to `bison -y' and not just bison.
14266 Mon Aug  4 22:59:02 1997  Andrew Cagney  <cagney@b1.cygnus.com>
14268         * Makefile.in (CC_FOR_TARGET): When winsup/Makefile present,
14269         correctly specify the target build directory $(TARGET_SUBDIR)/winsup
14270         for libraries.
14272 Mon Aug  4 12:40:24 1997  Jason Merrill  <jason@yorick.cygnus.com>
14274         * Makefile.in (EXTRA_GCC_FLAGS): Fix handling of macros with values
14275         separated by spaces.
14277 Thu Jul 31 19:49:49 1997  Ian Lance Taylor  <ian@cygnus.com>
14279         * ylwrap: New file.
14280         * Makefile.in (DEVO_SUPPORT): Add ylwrap.
14282         * ltmain.sh: Handle /bin/sh at start of install program.
14284         * Makefile.in (DEVO_SUPPORT): Add ltconfig, ltmain.sh, and missing.
14286         * ltconfig, ltmain.sh: New files, from libtool 1.0.
14287         * missing: New file, from automake 1.2.
14289 Thu Jul 24 12:57:56 1997  Ian Lance Taylor  <ian@cygnus.com>
14291         * Makefile.in: Treat tix like tk, putting it in X11_MODULES.  Add
14292         check-tk to CHECK_X11_MODULES.
14294 Wed Jul 23 17:03:29 1997  Ian Lance Taylor  <ian@cygnus.com>
14296         * config.sub: Merge with FSF.
14298 Tue Jul 22 19:08:29 1997  Ian Lance Taylor  <ian@cygnus.com>
14300         * config.guess: Merge with FSF.
14302 Tue Jul 22 14:50:42 1997  Robert Hoehne <robert.hoehne@Mathematik.TU-Chemnitz.DE>
14304         * configure: Treat msdosdjgpp like go32.
14305         * configure.in: Likewise.  Don't remove gprof for go32.
14307         * configure: Change Makefile.tem2 to Makefile.tm2.
14309 Mon Jul 21 10:31:26 1997  Stephen Peters  <speters@cygnus.com>
14311         * configure.in (noconfigdirs): For alpha-dec-osf*, don't ignore grep.
14313 Tue Jul 15 14:33:03 1997  Brendan Kehoe  <brendan@lisa.cygnus.com>
14315         * install-sh (chmodcmd): Set to null if the DST directory already
14316         exists.  Same as Nov 11th change.
14318 Mon Jul 14 11:01:15 1997  Martin M. Hunt  <hunt@cygnus.com>
14320         * configure (GDB_TK): Needs itcl and tix.
14322 Mon Jul 14 00:32:10 1997  Jason Merrill  <jason@yorick.cygnus.com>
14324         * config.guess: Update from FSF.
14326 Fri Jul 11 11:57:11 1997  Martin M. Hunt  <hunt@cygnus.com>
14328         * Makefile.in (GDB_TK): Depend on itcl and tix.
14330 Fri Jul  4 13:25:31 1997  Ian Lance Taylor  <ian@cygnus.com>
14332         * Makefile.in (INSTALL_PROGRAM_ARGS): New variable.
14333         (INSTALL_PROGRAM): Use $(INSTALL_PROGRAM_ARGS).
14334         (INSTALL_SCRIPT): New variable.
14335         (BASE_FLAGS_TO_PASS): Pass down INSTALL_SCRIPT.
14336         * configure.in: If host is *-*-cygwin32*, set INSTALL_PROGRAM_ARGS
14337         to -x.
14338         * install-sh: Add support for -x option.
14340 Mon Jun 30 15:51:30 1997  Ian Lance Taylor  <ian@cygnus.com>
14342         * configure.in, Makefile.in: Treat tix like itcl.
14344 Thu Jun 26 13:59:19 1997  Ian Lance Taylor  <ian@cygnus.com>
14346         * Makefile.in (WINDRES): New variable.
14347         (WINDRES_FOR_TARGET): New variable.
14348         (BASE_FLAGS_TO_PASS): Add WINDRES_FOR_TARGET.
14349         (EXTRA_HOST_FLAGS): Add WINDRES.
14350         (EXTRA_TARGET_FLAGS): Add WINDRES.
14351         (EXTRA_GCC_FLAGS): Add WINDRES.
14352         ($(DO_X)): Pass down WINDRES.
14353         ($(CONFIGURE_TARGET_MODULES)): Set WINDRES when configuring.
14354         * configure: Treat WINDRES like DLLTOOL, and WINDRES_FOR_TARGET like
14355         DLLTOOL_FOR_TARGET.
14357 Wed Jun 25 15:01:26 1997  Felix Lee  <flee@cygnus.com>
14359         * configure.in: configure sim before gdb for win32-x-ppc
14361 Wed Jun 25 12:18:54 1997  Brendan Kehoe  <brendan@lisa.cygnus.com>
14363         Move gperf into the toplevel, from libg++.
14364         * configure.in (target_tools): Add target-gperf.
14365         (native_only): Add target-gperf.
14366         * Makefile.in (all-target-gperf): New target, depend on
14367         all-target-libg++.
14368         (configure-target-gperf): Empty rule.
14369         (ALL_TARGET_MODULES): Add all-target-gperf.
14370         (CONFIGURE_TARGET_MODULES): Add configure-target-gperf.
14371         (CHECK_TARGET_MODULES): Add check-target-gperf.
14372         (INSTALL_TARGET_MODULES): Add install-target-gperf.
14373         (CLEAN_TARGET_MODULES): Add clean-target-gperf.
14375 Mon Jun 23 10:51:53 1997  Jeffrey A Law  (law@cygnus.com)
14377         * config.sub (mn10200): Recognize new basic machine.
14379 Thu Jun 19 14:16:42 1997  Brendan Kehoe  <brendan@lisa.cygnus.com>
14381         * configure.in: Don't set ENABLE_MULTILIB, so we'll be passing
14382         --enable-multilib down to subdirs; setting TARGET_SUBDIR was enough.
14384 Tue Jun 17 15:31:20 1997  Brendan Kehoe  <brendan@lisa.cygnus.com>
14386         * configure.in: If we're building mips-sgi-irix6* native, turn on
14387         ENABLE_MULTILIB and set TARGET_SUBDIR.
14389 Tue Jun 17 12:20:59 1997  Tom Tromey  <tromey@cygnus.com>
14391         * Makefile.in (all-sn): Depend on all-grep.
14393 Mon Jun 16 11:11:10 1997  Ian Lance Taylor  <ian@cygnus.com>
14395         * configure.in: Use mh-ppcpic and mt-ppcpic for powerpc*-* targets.
14397         * configure: Set CFLAGS and CXXFLAGS, and substitute them into
14398         Makefile.  From Jeff Makey <jeff@cts.com>.
14399         * Makefile.in: Add comment for CFLAGS and CXXFLAGS.
14401         * Makefile.in (DISTBISONFILES): Remove.
14402         (taz): Don't futz with DISTBISONFILES.  Change BISON to use
14403         $(DEFAULT_YACC).
14405         * configure.in: Build itl, db, sn, etc., when building for native
14406         cygwin32.
14408         * Makefile.in (LD): New variable.
14409         (EXTRA_HOST_FLAGS): Pass down LD.
14410         ($(DO_X)): Likewise.
14412 Mon Jun 16 11:10:35 1997  Philip Blundell  <Philip.Blundell@pobox.com>
14414         * Makefile.in (INSTALL): Use $(SHELL) when executing install-sh.
14416 Fri Jun 13 10:22:56 1997  Bob Manson  <manson@charmed.cygnus.com>
14418         * configure.in (targargs): Strip out any supplied --build argument
14419         before adding our own. Always add --build.
14421 Thu Jun 12 21:12:28 1997  Bob Manson  <manson@charmed.cygnus.com>
14423         * configure.in (targargs): Pass --build if we're doing
14424         a cross-compile.
14426 Fri Jun  6 21:38:40 1997  Rob Savoye  <rob@chinadoll.cygnus.com>
14428         * configure: Use '|' instead of ":" as the separator in
14429         sed. Otherwise sed chokes on NT path names with drive
14430         designators. Also look for "?:*" as the leading characters in an
14431         absolute pathname.
14433 Mon Jun  2 13:05:20 1997  Gavin Koch  <gavin@cygnus.com>
14435         * config.sub: Support for r3900.
14437 Wed May 21 17:33:31 1997  Ian Lance Taylor  <ian@cygnus.com>
14439         * configure.in: Use install-sh, not install.sh.
14441 Wed May 14 16:06:51 1997  Ian Lance Taylor  <ian@cygnus.com>
14443         * Makefile.in (taz): Improve check for BISON so it doesn't try to
14444         apply it twice.
14446 Fri May  9 17:22:05 1997  Ian Lance Taylor  <ian@cygnus.com>
14448         * Makefile.in (INSTALL_MODULES): Put install-opcodes before
14449         install-binutils.
14451 Thu May  8 17:29:50 1997  Ian Lance Taylor  <ian@cygnus.com>
14453         * Makefile.in: Add automake targets.
14454         * configure.in (host_tools): Add automake.
14456 Tue May  6 15:49:52 1997  Ian Lance Taylor  <ian@cygnus.com>
14458         * configure: Default CXX to c++, not gcc.
14459         * Makefile.in (CXX): Set to c++, not gcc.
14460         (CXX_FOR_TARGET): When cross, transform c++, not gcc.
14462 Thu May  1 10:11:43 1997  Geoffrey Noer  <noer@cygnus.com>
14464         * install-sh: try appending a .exe if source file doesn't
14465         exist
14467 Wed Apr 30 12:05:36 1997  Jason Merrill  <jason@yorick.cygnus.com>
14469         * configure.in: Turn on multilib by default.
14470         (cross_only): Remove target-libiberty.
14472         * Makefile.in (all-gcc): Don't depend on libiberty.
14474 Mon Apr 28 18:39:45 1997  Michael Snyder  <msnyder@cleaver.cygnus.com>
14476         * config.guess: improve algorithm for recognizing Gnu Hurd x86.
14478 Thu Apr 24 19:30:07 1997  Ian Lance Taylor  <ian@cygnus.com>
14480         * Makefile.in (DEVO_SUPPORT): Add mpw-install.
14481         (DISTBISONFILES): Add ld/Makefile.in
14483 Tue Apr 22 17:17:28 1997  Geoffrey Noer  <noer@pizza.cygnus.com>
14485         * configure.in: if target is cygwin32 but host isn't cygwin32,
14486         don't configure gdb tcl tk expect, not just gdb.
14488 Mon Apr 21 13:33:39 1997  Tom Tromey  <tromey@cygnus.com>
14490         * configure.in: Added gnuserv everywhere sn appears.
14492         * Makefile.in (ALL_MODULES): Added all-gnuserv.
14493         (CROSS_CHECK_MODULES): Added check-gnuserv.
14494         (INSTALL_MODULES): Added install-gnuserv.
14495         (CLEAN_MODULES): Added clean-gnuserv.
14496         (all-gnuserv): New target.
14498 Thu Apr 17 13:57:06 1997  Per Fogelstrom  <pefo@openbsd.org>
14500         * config.guess: Fixes for MIPS OpenBSD systems.
14502 Tue Apr 15 12:21:07 1997  Ian Lance Taylor  <ian@cygnus.com>
14504         * Makefile.in (INSTALL_XFORM): Remove.
14505         (BASE_FLAGS_TO_PASS): Remove INSTALL_XFORM.
14507         * mkinstalldirs: New file, copied from automake.
14508         * Makefile.in (installdirs): Rename from install-dirs.  Use
14509         mkinstalldirs.  Change all users.
14510         (DEVO_SUPPORT): Add mkinstalldirs.
14512 Mon Apr 14 11:21:38 1997  Ian Lance Taylor  <ian@cygnus.com>
14514         * install-sh: Rename from install.sh.
14515         * Makefile.in (INSTALL): Change install.sh to install-sh.
14516         (DEVO_SUPPORT): Likewise.
14518         * configure: Use ${config_shell} with ${moveifchange}.  From Thomas
14519         Graichen <graichen@rzpd.de>.
14521 Fri Apr 11 16:37:10 1997  Niklas Hallqvist  <niklas@appli.se>
14523         * config.guess: Recognize OpenBSD systems correctly.
14525 Fri Apr 11 17:07:04 1997  Jason Molenda  (crash@godzilla.cygnus.co.jp)
14527         * README, Makefile.in (ETC_SUPPORT): Remove references to
14528         cfg-paper*, configure.{texi,man,info*}._
14530 Sun Apr  6 18:47:57 1997  Andrew Cagney  <cagney@kremvax.cygnus.com>
14532         * Makefile.in (all.normal): Ensure that gcc is built after all
14533         the x11 - ie gdb - targets.
14535 Tue Apr  1 16:28:50 1997  Klaus Kaempf  <kkaempf@progis.de>
14537         * makefile.vms: Don't run conf-a-gas.
14539 Mon Mar 31 16:26:55 1997  Joel Sherrill  <joel@oarcorp.com>
14541         * configure.in (hppa1.1-*-rtems*): New target, like hppa-*-*elf*.
14543 Sun Mar 30 12:38:27 1997  Fred Fish  <fnf@cygnus.com>
14545         * configure.in: Remove noconfigdirs case since gdb also
14546         configures and builds for tic80-coff.
14548 Fri Mar 28 18:28:52 1997  Ian Lance Taylor  <ian@cygnus.com>
14550         * configure: Set cache_file to config.cache.
14551         * Makefile.in (local-distclean): Remove config.cache.
14553 Wed Mar 26 18:49:39 1997  Ian Lance Taylor  <ian@cygnus.com>
14555         * COPYING: Update FSF address.
14557 Wed Mar 26 10:38:25 1997  Michael Meissner  <meissner@cygnus.com>
14559         * configure.in (tic80-*-*): Remove G++ libraries and libgloss from
14560         noconfigdirs.
14562 Mon Mar 24 15:02:39 1997  Ian Lance Taylor  <ian@cygnus.com>
14564         * Makefile.in (install-dirs): Don't crash if prefix, and hence
14565         MAKEDIRS, is empty.
14567 Mon Mar 24 12:40:55 1997  Doug Evans  <dje@canuck.cygnus.com>
14569         * config.sub: Tweak mn10300 entry.
14571 Fri Mar 21 15:35:27 1997  Michael Meissner  <meissner@cygnus.com>
14573         * configure.in (host_tools): Put sim before gdb, so gdb's
14574         configure.tgt can determine if the simulator was configured.
14576 Sun Mar 16 16:07:08 1997  Fred Fish  <fnf@cygnus.com>
14578         * config.sub: Move BeOS $os case to be with other Cygnus
14579         local cases.
14581 Sun Mar 16 01:34:55 1997  Martin Hunt <hunt@cygnus.com>
14583         * config.sub: Remove misplaced comment that broke Linux.
14585 Sat Mar 15 22:50:15 1997  Fred Fish  <fnf@cygnus.com>
14587         * config.sub: Add BeOS support.
14589 Mon Mar 10 13:30:11 1997  Tom Tromey  <tromey@cygnus.com>
14591         * Makefile.in (CHECK_X11_MODULES): Don't run check-tk.
14593 Wed Mar  5 12:09:29 1997  Martin  <hunt@cygnus.com>
14595         * configure.in (noconfigdirs): Remove tcl and tk from
14596         noconfigdirs for cygwin32 builds.
14598 Fri Feb 28 18:20:15 1997  Fred Fish  <fnf@cygnus.com>
14600         * configure.in (tic80-*-*): Remove ld from noconfigdirs.
14602 Thu Feb 27 14:57:26 1997  Ken Raeburn  <raeburn@cygnus.com>
14604         * Makefile.in (GAS_SUPPORT_DIRS, BINUTILS_SUPPORT_DIRS): Remove
14605         make-all.com, use makefile.vms instead.
14607 Tue Feb 25 18:46:14 1997  Stan Shebs  <shebs@andros.cygnus.com>
14609         * config.sub: Accept -lnews*.
14611 Tue Feb 25 13:19:14 1997  Andrew Cagney  <cagney@kremvax.tpgi.com.au>
14613         * configure.in (noconfigdirs): Disable target-newlib,
14614         target-examples and target-libiberty for d30v.
14616 Fri Feb 21 17:56:25 1997  Martin M. Hunt  <hunt@pizza.cygnus.com>
14618         * configure.in (noconfigdirs): Enable ld for d30v.
14620 Fri Feb 21 20:58:51 1997  Michael Meissner  <meissner@cygnus.com>
14622         * configure.in (tic80-*-*): Build compiler.
14624 Sun Feb 16 15:41:09 1997  Andrew Cagney  <cagney@critters.cygnus.com>
14626         * configure.in (d30v-*): Remove sim directory from list of
14627         unsupported d30v directories
14629 Tue Feb 18 17:32:42 1997  Martin M. Hunt  <hunt@pizza.cygnus.com>
14631         * config.sub, configure.in: Add d30v target cpu.
14633 Thu Feb 13 22:04:44 1997  Klaus Kaempf  <kkaempf@progis.de>
14635         * makefile.vms: New file.
14636         * make-all.com: Remove.
14638 Wed Feb 12 12:54:18 1997  Jim Wilson  <wilson@cygnus.com>
14640         * Makefile.in (EXTRA_GCC_FLAGS): Add LIBGCC2_DEBUG_CFLAGS.
14642 Sat Feb  8 20:36:49 1997  Michael Meissner  <meissner@cygnus.com>
14644         * Makefile.in (all-itcl): The rule is all-itcl, not all-tcl.
14646 Tue Feb  4 11:39:29 1997  Tom Tromey  <tromey@cygnus.com>
14648         * Makefile.in (ALL_MODULES): Added all-db.
14649         (CROSS_CHECK_MODULES): Addec check-db.
14650         (INSTALL_MODULES): Added install-db.
14651         (CLEAN_MODULES): Added clean-db.
14653 Mon Feb  3 13:29:36 1997  Ian Lance Taylor  <ian@cygnus.com>
14655         * config.guess: Merge with latest FSF sources.
14657 Tue Jan 28 09:20:37 1997  Tom Tromey  <tromey@cygnus.com>
14659         * Makefile.in (ALL_MODULES): Added all-itcl.
14660         (CROSS_CHECK_MODULES): Added check-itcl.
14661         (INSTALL_MODULES): Added install-itcl.
14662         (CLEAN_MODULES): Added clean-itcl.
14664 Thu Jan 23 01:44:27 1997  Geoffrey Noer  <noer@cygnus.com>
14666         * configure.in: build gdb for mn10200
14668 Fri Jan 17 15:32:15 1997  Doug Evans  <dje@canuck.cygnus.com>
14670         * Makefile.in (all-target-winsup): Depend on all-target-libio.
14672 Mon Jan 13 22:46:54 1997  Michael Meissner  <meissner@tiktok.cygnus.com>
14674         * configure.in (tic80-*-*): Turn off most targets right now.
14676 Fri Jan  3 16:04:03 1997  Ian Lance Taylor  <ian@cygnus.com>
14678         * Makefile.in (MAKEINFO): Check for the existence of the Makefile,
14679         rather than the makeinfo program.
14680         (do-info): Depend upon all-texinfo.
14682 Tue Dec 31 16:00:31 1996  Ian Lance Taylor  <ian@cygnus.com>
14684         * configure.in: Remove uses of config/mh-linux.
14686         * config.sub, config.guess: Merge with latest FSF sources.
14688 Fri Dec 27 23:04:33 1996  Fred Fish  <fnf@cygnus.com>
14690         * config.sub (case $basic_machine): Add tic80 entries.
14692 Fri Dec 27 12:07:59 1996  Ian Lance Taylor  <ian@cygnus.com>
14694         * config.sub, config.guess: Merge with latest FSF sources.
14696 Wed Dec 18 22:46:39 1996  Stan Shebs  <shebs@andros.cygnus.com>
14698         * mpw-build.in: Build ld before gcc, use NewFolderRecursive.
14699         * mpw-config.in: Test for NewFolderRecursive.
14700         * mpw-install: Use symbolic name for startup filename.
14701         * mpw-README: Add various additional details.
14703 Wed Dec 18 13:11:46 1996  Jim Wilson  <wilson@cygnus.com>
14705         * configure.in (mips*-sgi-irix6*): Remove binutils from noconfigdirs.
14707 Wed Dec 18 10:29:31 1996  Jeffrey A Law  (law@cygnus.com)
14709         * configure.in: Do build gcc and the target libraries for
14710         the mn10200.
14712 Wed Dec  4 16:53:05 1996  Geoffrey Noer  <noer@cygnus.com>
14714         * configure.in: don't avoid building gdb for mn10300 any more
14715         * Makefile.in: double-quote GCC_FOR_TARGET line in EXTRA_GCC_FLAGS
14716         instead of single-quoting it.
14718 Tue Dec  3 23:26:50 1996  Jason Merrill  <jason@yorick.cygnus.com>
14720         * configure.in: Don't use --with-stabs on IRIX 6.
14722 Tue Dec  3 09:05:25 1996  Doug Evans  <dje@canuck.cygnus.com>
14724         * configure.in (m32r): Build gdb, libg++ now.
14726 Sun Dec  1 00:18:59 1996  Peter Schauer  (pes@regent.e-technik.tu-muenchen.de)
14728         * configure.in (mips*-sgi-irix6*):  Remove gdb and related
14729         directories from noconfigdirs.
14731 Tue Nov 26 11:45:33 1996  Kim Knuttila  <krk@cygnus.com>
14733         * config.sub (basic_machine): added mips16 configuration
14735 Sat Nov 23 19:26:22 1996  Michael Meissner  <meissner@tiktok.cygnus.com>
14737         * config.sub: Handle d10v-unknown.
14739 Sat Nov 23 10:23:01 1996  Gavin Koch  <gavin@cygnus.com>
14741         * config.sub: Handle v850-unknown.
14743 Thu Nov 21 16:19:44 1996  Geoffrey Noer  <noer@cygnus.com>
14745         * Makefile.in: add findutils
14746         * configure.in: add findutils to list of host_tools
14748 Wed Nov 20 10:09:01 1996  Jeffrey A Law  (law@cygnus.com)
14750         * config.sub: Handle mn10200 and mn10300.
14752 Tue Nov 19 16:35:14 1996  Michael Meissner  <meissner@tiktok.cygnus.com>
14754         * configure.in (d10v-*): Do not build librx.
14756 Mon Nov 18 13:28:41 1996  Jeffrey A Law  (law@cygnus.com)
14758         * configure.in (mn10300): Build everything except gdb & libgloss.
14760 Wed Nov 13 14:59:46 1996  Per Bothner  <bothner@deneb.cygnus.com>
14762         * config.guess:  Patch for Dansk Data Elektronik servers,
14763         from Niels Skou Olsen <nso@dde.dk>.
14765         For ncr, use /bin/uname rather than uname, since GNU uname does not
14766         support -p.  Suggested by Mark Mitchell <mmitchell@usa.net>.
14768         Patch for MIPS R4000 running System V,
14769         from Eric S. Raymond <esr@snark.thyrsus.com>.
14771         Fix thinko for nextstep.
14773         Patch for OSF1 in i?86, from Dan Murphy <dlm@osf.org> via Harlan Stenn.
14775         Sat Jun 24 18:58:17 1995  Morten Welinder  <terra+@cs.cmu.edu>
14776         * config.guess: Guess mips-dec-mach_bsd4.3.
14778         Thu Oct 10 04:07:04 1996  Harlan Stenn <harlan@pfcs.com>
14779         * config.guess (i?86-ncr-sysv*):  Emit just enough of the minor
14780         release numbers.
14781         * config.guess (mips-mips-riscos*):  Emit just enough of the
14782         release number.
14784         Tue Oct  8 10:37:22 1996  Frank Vance <fvance@waii.com>
14785         * config.guess (sparc-auspex-sunos*):  Added.
14786         (f300-fujitsu-*): Added.
14788         Wed Sep 25 22:00:35 1996  Jeff Woolsey <woolsey@jlw.com>
14789         * config.guess:  Recognize a Tadpole as a sparc.
14791 Wed Nov 13 00:53:09 1996  David J. MacKenzie  <djm@churchy.gnu.ai.mit.edu>
14793         * config.guess: Don't assume that NextStep version is either 2 or
14794         3.  NextStep 4 (aka OpenStep 4) has come out now.
14796 Mon Nov 11 23:52:03 1996  David J. MacKenzie  <djm@churchy.gnu.ai.mit.edu>
14798         * config.guess: Support Cray T90 that reports itself as "CRAY TS".
14799         From Rik Faith <faith@cs.unc.edu>.
14801 Fri Nov  8 11:34:58 1996  David J. MacKenzie  <djm@geech.gnu.ai.mit.edu>
14803         * config.sub: Contributions from bug-gnu-utils to:
14804         Support plain "hppa" (no version given) architecture, reported by
14805         OpenStep.
14806         OpenBSD like NetBSD.
14807         LynxOs is not a hardware supplier.
14809         * config.guess: Contributions from bug-gnu-utils to add support for:
14810         OpenBSD like NetBSD.
14811         Stratus systems.
14812         More Pyramid systems.
14813         i[n>4]86 Intel chips.
14814         M680[n>4]0 Motorola chips.
14815         Use unknown instead of lynx for hardware manufacturer.
14817 Mon Nov 11 10:09:08 1996  Brendan Kehoe  <brendan@lisa.cygnus.com>
14819         * install.sh (chmodcmd): Set to null if the DST directory already
14820         exists.
14822 Mon Nov 11 10:43:41 1996  Michael Meissner  <meissner@tiktok.cygnus.com>
14824         * configure.in (powerpc*-{eabi,elf,linux,rtem,sysv,solaris}*): Do
14825         not use mt-ppc target Makefile fragment any more.
14827 Sun Nov  3 19:17:07 1996  Stu Grossman  (grossman@critters.cygnus.com)
14829         * configure.in (*-*-windows):  Exclude everything but those dirs
14830         needed to build windows.
14832 Tue Oct 29 16:41:31 1996  Doug Evans  <dje@canuck.cygnus.com>
14834         * Makefile.in (all-target-winsup): Depend on all-target-librx.
14836 Mon Oct 28 17:32:46 1996  Stu Grossman  (grossman@critters.cygnus.com)
14838         * configure.in:  Exclude mmalloc from i386-windows.
14840 Thu Oct 24 09:22:46 1996  Stu Grossman  (grossman@critters.cygnus.com)
14842         * Undo my previous change.
14844 Thu Oct 24 12:12:04 1996  Ian Lance Taylor  <ian@cygnus.com>
14846         * Makefile.in (EXTRA_GCC_FLAGS): Pass down GCC_FOR_TARGET
14847         unconditionally.
14848         (MAKEOVERRIDES): Define (revert this part of October 18 change).
14850 Thu Oct 24 09:02:07 1996  Stu Grossman  (grossman@critters.cygnus.com)
14852         * Makefile.in (FLAGS_TO_PASS):  Add $(HOST_FLAGS) to allow the
14853         host to add it's own flags.
14855 Tue Oct 22 15:20:26 1996  Ian Lance Taylor  <ian@cygnus.com>
14857         * configure: Handle GCC_FOR_TARGET like CC_FOR_TARGET.
14859 Fri Oct 18 13:37:13 1996  Ian Lance Taylor  <ian@cygnus.com>
14861         * Makefile.in (CC_FOR_TARGET): Check for xgcc, not Makefile.
14862         (CXX_FOR_TARGET): Likewise.
14863         (GCC_FOR_TARGET): Define.
14864         (BASE_FLAGS_TO_PASS): Remove GCC_FOR_TARGET.
14865         (EXTRA_GCC_FLAGS): Define GCC_FOR_TARGET based on whether
14866         CC_FOR_TARGET was specified on the command line.
14867         (MAKEOVERRIDES): Don't define.
14869 Thu Oct 17 10:27:56 1996  Doug Evans  <dje@canuck.cygnus.com>
14871         * configure.in (m32r): Fix spelling of libg++ libs.
14873 Thu Oct 10 10:37:17 1996  Stan Shebs  <shebs@andros.cygnus.com>
14875         * config.sub (-apple*): Remove, now redundant.
14877 Thu Oct 10 12:30:54 1996  Ian Lance Taylor  <ian@cygnus.com>
14879         * configure: Don't get confused by CPU-VENDOR-linux-gnu.
14881         * configure: Rework yesterday's sed script patch.
14883         * config.sub: Merge with FSF.
14885 Wed Oct  9 17:24:59 1996  Per Bothner  <bothner@deneb.cygnus.com>
14887         * config.guess:  Merge from FSF.
14889         1996-09-12  Richard Stallman  <rms@ethanol.gnu.ai.mit.edu>
14890         * config.guess: Use pc instead of unknown, for pc clone systems.
14891         Change linux to linux-gnu.
14893         Mon Jul 15 23:51:11 1996  Karl Heuer  <kwzh@gnu.ai.mit.edu>
14894         * config.guess: Avoid non-portable tr syntax.
14896 Wed Oct  9 06:06:46 1996  Jeffrey A Law  (law@cygnus.com)
14898         * test-build.mk (HOLES): Add "xargs" for gdb.
14900         * configure: Avoid hpux10.20 sed bug.
14902 Tue Oct  8 08:32:48 1996  Stu Grossman  (grossman@critters.cygnus.com)
14904         * configure.in:  Add support for windows host
14905         (that is a build done under the Microsoft build environment).
14907 Tue Oct  8 10:39:08 1996  Ian Lance Taylor  <ian@cygnus.com>
14909         * Makefile.in: Replace all uses of srcroot with s, to shrink
14910         command line lengths.
14912         Patches from Geoffrey Noer <noer@cygnus.com>:
14913         * configure.in: If configuring for newlib, pass --with-newlib to
14914         subdirectories.
14915         * Makefile.in (CC_FOR_TARGET): If winsup/Makefile exists, pass a
14916         -Bnewlib/ and -Lwinsup to gcc.
14917         (CXX_FOR_TARGET): Likewise.
14919 Mon Oct  7 10:59:35 1996  Ian Lance Taylor  <ian@cygnus.com>
14921         * Makefile.in (ETC_SUPPORT): Add configure.
14923 Fri Oct  4 12:22:58 1996  Angela Marie Thomas (angela@cygnus.com)
14925         * configure.in: Use config/mh-dgux386 for i[345]86-dg-dgux
14926         host configuration file.
14928 Thu Oct  3 09:28:25 1996  Jeffrey A Law  (law@cygnus.com)
14930         * configure.in: Break mn10x00 support into separate
14931         mn10200 and mn10300 configurations.
14932         * config.sub: Likewise.
14934 Wed Oct  2 22:27:52 1996  Jeffrey A Law  (law@cygnus.com)
14936         * configure.in: Add lots of stuff to noconfigdirs for
14937         the mn10x00 targets.
14939         * config.sub, configure.in: Add mn10x00 support.
14941 Wed Oct  2 15:52:36 1996  Klaus Kaempf  <kkaempf@progis.de>
14943         * make-all.com: Call conf-a-gas, not config-a-gas.
14945 Tue Oct  1 01:28:41 1996  James G. Smith  <jsmith@cygnus.co.uk>
14947         * configure.in (noconfigdirs): Don't build libgloss for arm-coff
14948         targets.
14950 Mon Sep 30 14:24:01 1996  Stan Shebs  <shebs@andros.cygnus.com>
14952         * mpw-README: Add much more detail for native PowerMac.
14953         * mpw-install: New file.
14954         * mpw-configure: Add --norecursion and --help options.
14955         * mpw-config.in: Translate readme and install files when
14956         copying to objdir.
14957         * mpw-build.in: Don't always depend on byacc and flex.
14958         (install-only-top): New action.
14960 Fri Sep 27 17:39:44 1996  Stu Grossman  (grossman@critters.cygnus.com)
14962         * configure.in:  You can now configure GDB for the v850.
14964 Tue Sep 24 19:05:12 1996  Stan Shebs  <shebs@andros.cygnus.com>
14966         * configure.in (noconfigdirs): Don't configure any C++ dirs
14967         if targeting D10V.
14969 Tue Sep 17 12:15:31 1996  Ian Lance Taylor  <ian@cygnus.com>
14971         * config.sub: Recognize mips64vr5000.
14973 Mon Sep 16 17:00:52 1996  Ian Lance Taylor  <ian@cygnus.com>
14975         * configure.in: Use a single line for host_tools and native_only.
14977 Mon Sep  9 12:21:30 1996  Doug Evans  <dje@canuck.cygnus.com>
14979         * config.sub, configure.in: Add entries for m32r.
14981 Thu Sep  5 13:52:47 1996  Tom Tromey  <tromey@creche.cygnus.com>
14983         * Makefile.in (inet-install): Don't run install-gzip.
14985 Wed Sep  4 17:26:13 1996  Stu Grossman  (grossman@critters.cygnus.com)
14987         * configure.in:  Don't config lots of things for *-*-windows*.
14989 Sat Aug 31 11:45:57 1996  Stan Shebs  <shebs@andros.cygnus.com>
14991         * mpw-config.in: Test for mpw-true, true, and null-command scripts.
14992         (host_libs, host_tools): Copy from configure.in.
14993         * mpw-configure: Don't complain about directories not found.
14995 Thu Aug 29 16:44:58 1996  Michael Meissner  <meissner@tiktok.cygnus.com>
14997         * configure.in (i[345]86): Recognize i686 for pentium pro.
14998         (i[3456]86-*-dgux*): Use config/mh-sysv for the host configuration
14999         file.
15001         * config.guess (i[345]86): Ditto.
15003 Mon Aug 26 18:34:42 1996  Martin M. Hunt  <hunt@pizza.cygnus.com>
15005         * configure.in (noconfigdirs): Removed gdb for D10V.
15007 Thu Aug 22 17:13:52 1996  Jeffrey A Law  (law@cygnus.com)
15009         * configure.in: Remove ld, target-libio, target-libg++, and
15010         target-libstdc++ from noconfigdirs.
15012 Wed Aug 21 18:56:38 1996  Fred Fish  <fnf@cygnus.com>
15014         * configure: Fix three locations where shell scripts were
15015         being run directly rather than with config_shell.
15017 Tue Aug 20 13:08:47 1996  J.T. Conklin  <jtc@hippo.cygnus.com>
15019         * configure.in (v850-*-*): Set up initial $noconfigdirs.
15020         * config.sub (basic_machine): Recognize v850.
15022 Thu Aug 15 12:19:33 1996  Stan Shebs  <shebs@andros.cygnus.com>
15024         * mpw-configure: Handle multiple enable/disable options and
15025         pass them down recursively, handle -c and -s flags appropriately
15026         depending on choice of compiler, add escape mechanism for
15027         quoted arguments to gC.
15029 Mon Aug 12 13:15:13 1996  Michael Meissner  <meissner@tiktok.cygnus.com>
15031         * configure.in (powerpc*-*-*): For eabi, system V.4, Linux, and
15032         solaris targets, use config/mt-ppc to set C{,XX}FLAGS_FOR_TARGETS
15033         so that -mrelocatable-lib and -mno-eabi are used.
15035         * Makefile.in (CONFIGURE_TARGET_MODULES): If target compiler does
15036         not support --print-multi-lib, don't abort.
15038 Thu Aug  8 12:18:59 1996  Klaus Kaempf  <kkaempf@progis.de>
15040         * make-all.com: Run config-a-gas.
15041         * setup.com: Don't copy subdirectory files around.
15043 Tue Jul 30 17:49:31 1996  Brendan Kehoe  <brendan@cygnus.com>
15045         * configure.in (*-*-ose): Remove exclusion of libgloss for this
15046         target, it now compiles correctly.
15048 Sat Jul 27 15:10:43 1996  Stan Shebs  <shebs@andros.cygnus.com>
15050         * mpw-config.in: Generate Mac include for elf/dwarf2.h.
15052 Tue Jul 23 10:47:04 1996  Martin M. Hunt  <hunt@pizza.cygnus.com>
15054         * configure.in (d10v-*-*): Remove ld from $noconfigdirs.
15056 Mon Jul 22 13:28:51 1996  Brendan Kehoe  <brendan@lisa.cygnus.com>
15058         * configure.in (native_only): Add prms.
15060 Mon Jul 22 12:27:58 1996  Ian Lance Taylor  <ian@cygnus.com>
15062         * Makefile.in (GAS_SUPPORT_DIRS): Add make-all.com and setup.com.
15063         (BINUTILS_SUPPORT_DIRS): Likewise.
15065 Thu Jul 18 12:55:40 1996  Michael Meissner  <meissner@tiktok.cygnus.com>
15067         * configure.in (d10v-*-*): Don't configure ld or gdb until the
15068         d10v support is added.
15070 Wed Jul 17 14:33:09 1996  Martin M. Hunt  <hunt@pizza.cygnus.com>
15072         * configure.in (d10v-*-*): New target.
15074 Mon Jul 15 11:53:00 1996  Jeffrey A Law  (law@cygnus.com)
15076         * config.guess (HP 9000/811): Recognize this as a PA1.1
15077         machine.
15079 Fri Jul 12 23:21:17 1996  Ken Raeburn  <raeburn@cygnus.com>
15081         * Makefile.in (do-tar-gz): New target, split out from tail end of
15082         taz target.  Run each command separately, don't use pipes.
15083         (taz): Use it.
15085 Fri Jul 12 12:08:04 1996  Stan Shebs  <shebs@andros.cygnus.com>
15087         * mpw-configure: Look for g-mpw-make.sed in config/mpw.
15088         * mpw-build.in: No builds should depend on building byacc or flex,
15089         they are assumed to be installed already.
15091 Fri Jul 12 09:52:52 1996  Michael Meissner  <meissner@tiktok.cygnus.com>
15093         * Makefile.in (CONFIGURE_TARGET_MODULES): Set r environment
15094         variable that CC_FOR_TARGET needs.
15096 Thu Jul 11 10:09:45 1996  Michael Meissner  <meissner@tiktok.cygnus.com>
15098         * Makefile.in (CONFIGURE_TARGET_MODULES): Determine if the multlib
15099         options have changed since the last time the subdirectory was
15100         configured, and if it has, reconfigure.
15101         (CLEAN_TARGET_MODULES): Delete multilib.out and tmpmulti.out, which
15102         CONFIGURE_TARGET_MODULES uses to remember the old multilib options.
15104 Wed Jul 10 18:56:59 1996  Doug Evans  <dje@canuck.cygnus.com>
15106         * Makefile.in (ALL_MODULES,CROSS_CHECK_MODULES,INSTALL_MODULES,
15107         CLEAN_MODULES): Add bash.
15108         (all-bash): New target.
15110 Mon Jul  8 17:33:14 1996  Jim Wilson  <wilson@cygnus.com>
15112         * configure.in (mips-sgi-irix6*): Use mh-irix6 instead of mh-irix5.
15114 Mon Jul  1 13:31:35 1996  Michael Meissner  <meissner@tiktok.cygnus.com>
15116         * config.sub (basic_machine): Recognize d10v as a valid processor.
15118 Fri Jun 28 12:14:35 1996  Stan Shebs  <shebs@andros.cygnus.com>
15120         * mpw-configure: Add support for --bindir.
15121         * mpw-build.in: Use a GCC-specific build script for GCC actions.
15123 Wed Jun 26 17:20:12 1996  Geoffrey Noer  <noer@cygnus.com>
15125         * configure.in: add bash, time, gawk to list of hosttools and things
15126         to only build for native toolchains
15128 Tue Jun 25 23:09:03 1996  Jason Molenda  (crash@godzilla.cygnus.co.jp)
15130         * Makefile.in (docdir): Remove.
15132 Tue Jun 25 19:00:08 1996  Jason Molenda  (crash@godzilla.cygnus.co.jp)
15134         * Makefile.in (datadir): Set to $(prefix)/share.
15136 Mon Jun 24 23:26:07 1996  Geoffrey Noer  <noer@cygnus.com>
15138         * configure.in: build diff and patch for cygwin32-hosted
15139         toolchains.
15141 Mon Jun 24 15:01:12 1996  Joel Sherrill  <joel@merlin.gcs.redstone.army.mil>
15143         * config.sub: Accept -rtems*.
15145 Sun Jun 23 22:41:54 1996  Geoffrey Noer  <noer@cygnus.com>
15147         * configure.in: enable dosrel for cygwin32-hosted builds,
15148                 remove diff from the list of things not buildable
15149                 via Canadian Cross
15151 Sat Jun 22 11:39:01 1996  Jason Merrill  <jason@yorick.cygnus.com>
15153         * Makefile.in (TARGET_SUBDIR): Move comment to previous line so we
15154         don't get ". ".
15156 Fri Jun 21 17:24:48 1996  Jim Wilson  <wilson@cygnus.com>
15158         * configure.in (mips*-sgi-irix6*): Set noconfigdirs appropriately.
15160 Thu Jun 20 16:57:40 1996  Ken Raeburn  <raeburn@cygnus.com>
15162         * Makefile.in (taz): Handle case where tex3patch didn't even get
15163         checked out.  Also, if it was found, put the symlink in a new util
15164         subdirectory.
15166 Thu Jun 20 12:20:33 1996  Michael Meissner  <meissner@tiktok.cygnus.com>
15168         * config.guess (*:Linux:*:*): Add support for PowerPC Linux.
15170 Tue Jun 18 14:24:12 1996  Klaus Kaempf  (kkaempf@progis.de)
15172         * config.sub: Recognize -openvms.
15173         * configure.in (alpha*-*-*vms*): Set noconfigdirs.
15174         * make-all.com, setup.com: New files.
15176 Mon Jun 17 16:34:46 1996  Jason Merrill  <jason@yorick.cygnus.com>
15178         * Makefile.in (taz): tex3patch moved to texinfo/util.
15180 Sat Jun 15 17:13:25 1996  Geoffrey Noer <noer@cygnus.com>
15182         * configure: enable_gdbtk=no for cygwin32-hosted toolchains
15183         * configure.in: remove make from disable-if-Can-Cross list
15184                 enable gdb if ${host} and ${target} are cygwin32
15186 Fri Jun  7 18:16:52 1996  Harlan Stenn <harlan@pfcs.com>
15188         * config.guess (i?86-ncr-sysv*):  Emit minor release numbers.
15189         Recognize the NCR 4850 machine and NCR Pentium-based platforms.
15191 Wed Jun  5 00:09:17 1996  Per Bothner  <bothner@wombat.gnu.ai.mit.edu>
15193         * config.guess:  Combine mips-mips-riscos cases, and use cpp to
15194         distinguish sysv/svr4/bsd variants.
15195         Based on a patch from Harlan Stenn <harlan@pfcs.com>.
15197 Fri Jun  7 14:24:49 1996  Tom Tromey  <tromey@creche.cygnus.com>
15199         * configure.in: Added copyright notice.
15200         * move-if-change: Added copyright notice.
15202 Thu Jun  6 16:27:05 1996  Michael Meissner  <meissner@tiktok.cygnus.com>
15204         * configure.in (powerpcle-*-solaris*): Until we get shared
15205         libraries working, don't build gdb, sim, make, tcl, tk, or
15206         expect.
15208 Tue Jun  4 20:41:45 1996  Per Bothner  <bothner@deneb.cygnus.com>
15210         * config.guess:  Merge with FSF:
15212         Mon Jun  3 08:49:14 1996  Karl Heuer  <kwzh@gnu.ai.mit.edu>
15213         * config.guess (*:Linux:*:*): Add guess for sparc-unknown-linux.
15215         Fri May 24 18:34:53 1996  Roland McGrath  <roland@delasyd.gnu.ai.mit.edu>
15216         * config.guess (AViiON:dgux:*:*): Fix typo in recognizing mc88110.
15218         Fri Apr 12 20:03:59 1996  Per Bothner  <bothner@spiff.gnu.ai.mit.edu>
15219         * config.guess:  Combine two OSF1 rules.
15220         Also recognize field test versions.  From mjr@zk3.dec.com.
15221         * config.guess (dgux):  Use /usr/bin/uname rather than uname,
15222         because GNU uname does not support -p.  From pmr@pajato.com.
15224 Tue Jun  4 11:07:25 1996  Tom Tromey  <tromey@csk3.cygnus.com>
15226         * Makefile.in (MAKEDIRS): Removed $(tooldir).
15228 Tue May 28 12:30:50 1996  Stan Shebs  <shebs@andros.cygnus.com>
15230         * mpw-README: Document GCCIncludes.
15232 Sun May 26 15:16:27 1996  Fred Fish  <fnf@cygnus.com>
15234         * configure.in (alpha-*-linux*): Set enable_shared to yes.
15236 Tue May 21 15:41:39 1996  Stan Shebs  <shebs@andros.cygnus.com>
15238         * mpw-configure: Handle --enable-FOO and --disable-FOO.
15240 Mon May 20 10:12:29 1996  Geoffrey Noer  <noer@cygnus.com>
15242         * configure.in (*-*-cygwin32): Configure make.
15244 Tue May  7 14:19:42 1996  Tom Tromey  <tromey@snuffle.cygnus.com>
15246         * Makefile.in (inet-install): Quote value of INSTALL_MODULES.
15248 Fri May  3 08:57:17 1996  Tom Tromey  <tromey@lisa.cygnus.com>
15250         * Makefile.in (all-inet): Depend on all-perl.
15252         * Makefile.in (inet-install): New target.
15254         * Makefile.in (all-inet): Depend on all-tcl.
15255         (all-inet): Depend on all-send-pr.
15257 Tue Apr 30 13:55:51 1996  Michael Meissner  <meissner@tiktok.cygnus.com>
15259         * configure.in (powerpcle-*-solaris*): Turn off tk and tcl
15260         temporarily.
15262 Thu Apr 25 11:48:20 1996  Ian Lance Taylor  <ian@cygnus.com>
15264         * configure.in: Don't configure --with-gnu-ld on AIX.
15266 Thu Apr 25 06:33:36 1996  Michael Meissner  <meissner@wogglebug.tiac.net>
15268         * configure.in (powerpcle-*-solaris*): Turn off gdb temporarily.
15270 Tue Apr 23 09:07:39 1996  Tom Tromey  <tromey@creche.cygnus.com>
15272         * Makefile.in (ALL_MODULES): Added all-inet.
15273         (CROSS_CHECK_MODULES): Added check-inet.
15274         (INSTALL_MODULES): Added install-inet.
15275         (CLEAN_MODULES): Added clean-inet.
15276         (all-indent): New target.
15278         * configure.in (host_tools): Added inet.
15279         (native_only): Added inet.
15280         (noconfigdirs): Added inet.
15282 Fri Apr 19 15:35:29 1996  Ian Lance Taylor  <ian@cygnus.com>
15284         * configure.in: Don't configure libgloss if we are not configuring
15285         newlib.
15287 Wed Apr 17 19:30:01 1996  Rob Savoye  <rob@chinadoll.cygnus.com>
15289         * configure.in: Don't configure libgloss for unsupported
15290         architectures.
15292 Tue Apr 16 11:17:05 1996  Michael Meissner  <meissner@tiktok.cygnus.com>
15294         * Makefile.in (CLEAN_MODULES): Add clean-apache.
15296 Mon Apr 15 15:09:05 1996  Tom Tromey  <tromey@creche.cygnus.com>
15298         * Makefile.in (ALL_MODULES): Include all-apache.
15299         (CROSS_CHECK_MODULES): Include check-apache.
15300         (INSTALL_MODULES): Include install-apache.
15301         (all-apache): New target.
15303         * configure.in: Added apache everywhere perl is seen.
15305 Mon Apr 15 14:59:13 1996  Michael Meissner  <meissner@tiktok.cygnus.com>
15307         * Makefile.in: Add support for clean-{module} and
15308         clean-target-{module} rules.
15310 Wed Apr 10 21:37:41 PDT 1996  Marilyn E. Sander <msander@cygnus.com>
15312         * configure.in (*-*-ose) do not build libgloss.
15314 Mon Apr  8 16:16:20 1996  Michael Meissner  <meissner@tiktok.cygnus.com>
15316         * config.guess (prep*:SunOS:5.*:*): Turn into
15317         powerpele-unknown-solaris2.
15319 Mon Apr  8 14:45:41 1996  Ian Lance Taylor  <ian@cygnus.com>
15321         * configure.in: Permit --enable-shared to specify a list of
15322         directories.
15324 Fri Apr  5 08:17:57 1996  Jason Molenda  (crash@phydeaux.cygnus.com)
15326         * configure.in (host==solaris): Pass only the first word of $CC
15327         to /usr/bin/which when checking if we're using /usr/ccs/bin/cc.
15329 Fri Apr  5 03:16:13 1996  Jason Molenda  (crash@phydeaux.cygnus.com)
15331         * Makefile.in (BASE_FLAGS_TO_PASS): pass down $(MAKE).
15333 Thu Mar 28 14:11:11 1996  Tom Tromey  <tromey@creche.cygnus.com>
15335         * Makefile.in (ALL_MODULES): Include all-perl.
15336         (CROSS_CHECK_MODULES): Include check-perl.
15337         (INSTALL_MODULES): Include install-perl.
15338         (ALL_X11_MODULES): Include all-guile.
15339         (CHECK_X11_MODULES): Include check-guile.
15340         (INSTALL_X11_MODULES): Include install-guile.
15341         (all-perl): New target.
15342         (all-guile): New target.
15344         * configure.in (host_tools): Include perl and guile.
15345         (native_only): Include perl and guile.
15346         (noconfigdirs): Don't build guile and perl; no ports have been
15347         done.
15349 Tue Mar 26 21:18:50 1996  Andrew Cagney  <cagney@kremvax.highland.com.au>
15351         * configure (--enable-*): Handle quoted option lists such as
15352         --enable-sim-cflags='-g0 -O' better.
15354 Thu Mar 21 11:53:08 1996  Michael Meissner  <meissner@tiktok.cygnus.com>
15356         * Makefile.in ({,inst}all-target): New rule so we can make and
15357         install all of the target directories easily.
15359 Wed Mar 20 18:10:57 1996  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
15361         * configure.in: Add missing global flag in sed substitution when
15362         deleting `target-' from ${configdirs}.
15364 Thu Mar 14 19:15:06 1996  Ian Lance Taylor  <ian@cygnus.com>
15366         * Makefile.in (DO_X): Don't get confused if CC contains `=' in an
15367         option.
15369         * configure.in (mips*-nec-sysvr4*): Use a host_makefile_frag of
15370         config/mh-necv4.
15372         * install.sh: Correct misspelling of transformbasename.
15374         * config.guess: Recognize mips-*-sysv*.
15376 Mon Mar 11 15:36:42 1996  Dawn Perchik  <dawn@critters.cygnus.com>
15378         * config.sub: Recognize mon960.
15380 Sun Mar 10 13:18:38 1996  Ian Lance Taylor  <ian@cygnus.com>
15382         * configure: Restore Canadian Cross handling of BISON and LEX,
15383         removed in Feb 20 change.
15385 Fri Mar  8 20:07:09 1996  Per Bothner  <bothner@kalessin.cygnus.com>
15387         * README:  Suggestions from Torbjorn Granlund <tege@matematik.su.se>:
15388         Mention make install.  Remove the old copyright date as well the
15389         clumsy and rather pointless copyright on the README file.
15391 Fri Mar  8 17:51:35 1996  Ian Lance Taylor  <ian@cygnus.com>
15393         * Makefile.in ($(CONFIGURE_TARGET_MODULES)): If there is a
15394         Makefile after running symlink-tree, then run `make distclean' to
15395         avoid clobbering any generated files in srcdir.
15397 Tue Mar  5 08:21:44 1996  J.T. Conklin  <jtc@rtl.cygnus.com>
15399         * configure.in (m68k-*-netbsd*): Build everything now.
15401 Wed Feb 28 12:25:46 1996  Jason Merrill  <jason@yorick.cygnus.com>
15403         * Makefile.in (taz): Fix quoting.
15405 Tue Feb 27 11:33:57 1996  Doug Evans  <dje@charmed.cygnus.com>
15407         * configure.in (sparclet-*-*): Build everything now.
15409 Tue Feb 27 14:31:51 1996  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
15411         * configure.in (m68k-*-linux*): New host.
15413 Mon Feb 26 14:32:44 1996  Ian Lance Taylor  <ian@cygnus.com>
15415         * configure: Check for bison before byacc.
15417 Tue Feb 20 23:12:35 1996  Stu Grossman  (grossman@critters.cygnus.com)
15419         * Makefile.in configure:  Change the way LEX and BISON/YACC are
15420         set.  configure now defines DEFAULT_LEX and DEFAULT_YACC by
15421         searching PATH.  These are used as fallbacks by Makefile.in if
15422         flex/bison/byacc aren't in objdir.
15424 Mon Feb 19 11:45:30 1996  Ian Lance Taylor  <ian@cygnus.com>
15426         * Makefile.in: Make everything which depends upon all-bfd also
15427         depend upon all-opcodes, in case --with-commonbfdlib is used.
15429 Thu Feb 15 19:50:50 1996  Michael Meissner  <meissner@tiktok.cygnus.com>
15431         * configure.in (host *-*-cygwin32): Don't build gdb if we are
15432         building NT native compilers on Unix.
15434 Thu Feb 15 17:42:25 1996  Ian Lance Taylor  <ian@cygnus.com>
15436         * configure.in: Don't get CC from the host Makefile fragment if we
15437         can find gcc in PATH, or if this is a Canadian Cross.  Move the
15438         Solaris test for /usr/ucb/cc to the post target script, just after
15439         the compiler sanity test.
15441 Wed Feb 14 16:57:40 1996  Ian Lance Taylor  <ian@cygnus.com>
15443         * config.sub: Merge with FSF.
15445 Tue Feb 13 14:27:48 1996  Ian Lance Taylor  <ian@cygnus.com>
15447         * Makefile.in (RPATH_ENVVAR): New variable.
15448         (REALLY_SET_LIB_PATH): Use it.
15449         * configure.in: On HP/UX, set RPATH_ENVVAR to SHLIB_PATH.
15451 Mon Feb 12 15:28:49 1996  Doug Evans  <dje@charmed.cygnus.com>
15453         * config.sub, configure.in: Recognize sparclet cpu.
15455 Mon Feb 12 15:33:59 1996  Christian Bauernfeind <chrisbfd@theorie3.physik.uni-erlangen.de>
15457         * config.guess:  Support m68k-cbm-sysv4.
15459 Sat Feb 10 12:06:42 1996  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
15461         * config.guess (*:Linux:*:*): Guess m68k-unknown-linux and
15462         m68k-unknown-linuxaout from linker help string.  Put quotes around
15463         $ld_help_string.
15465 Thu Dec  7 09:03:24 1995  Tom Horsley  <Tom.Horsley@mail.hcsc.com>
15467         * config.guess (powerpc-harris-powerunix): Add guess for port
15468         to new target.
15470 Thu Feb  8 15:37:52 1996  Brendan Kehoe  <brendan@lisa.cygnus.com>
15472         * config.guess (UNAME_VERSION): Recognize X4.x as an OSF version.
15474 Mon Feb  5 16:36:51 1996  Ian Lance Taylor  <ian@cygnus.com>
15476         * configure.in: If --enable-shared was used, set SET_LIB_PATH to
15477         $(REALLY_SET_LIB_PATH) in Makefile.
15478         * Makefile.in (SET_LIB_PATH): New variable.
15479         (REALLY_SET_LIB_PATH): New variable.
15480         ($(DO_X)): Use $(SET_LIB_PATH).
15481         (install.all, gcc-no-fixedincludes, $(ALL_MODULES)): Likewise.
15482         ($(NATIVE_CHECK_MODULES), $(CROSS_CHECK_MODULES)): Likewise.
15483         ($(INSTALL_MODULES), $(CONFIGURE_TARGET_MODULES)): Likewise.
15484         ($(ALL_TARGET_MODULES), $(CHECK_TARGET_MODULES)): Likewise.
15485         ($(INSTALL_TARGET_MODULES), $(ALL_X11_MODULES)): Likewise.
15486         ($(CHECK_X11_MODULES), $(INSTALL_X11_MODULES)): Likewise.
15487         (all-gcc, all-bootstrap, check-gcc, install-gcc): Likewise.
15488         (install-dosrel): Likewise.
15489         (all-opcodes): Depend upon all-libiberty.
15491 Sun Feb  4 16:51:11 1996  Steve Chamberlain  <sac@slash.cygnus.com>
15493         * config.guess (*:CYGWIN*): New
15495 Sat Feb  3 10:42:35 1996  Michael Meissner  <meissner@tiktok.cygnus.com>
15497         * Makefile.in (all-target-winsup): All all-target-libiberty.
15499 Fri Feb  2 17:58:56 1996  Michael Meissner  <meissner@tiktok.cygnus.com>
15501         * configure.in (noconfigdirs): Add missing # in front of comment.
15503 Thu Feb  1 14:38:13 1996  Geoffrey Noer  <noer@cygnus.com>
15505         * configure.in: add second pass to things added to noconfigdirs
15506         so *-gm-magic can exclude libgloss properly.
15508 Thu Feb  1 11:10:16 1996  Stan Shebs  <shebs@andros.cygnus.com>
15510         * mpw-configure (extralibs_name, rez_name): Set correctly
15511         for MWC68K compiler.
15513         * mpw-README: Add more info on the necessary build tools.
15515 Thu Feb  1 10:22:38 1996  Steve Chamberlain  <sac@slash.cygnus.com>
15517         * configure.in, config.sub: Recognize cygwin32.
15519 Wed Jan 31 14:17:10 1996  Richard Henderson  <rth@tamu.edu>
15521         * config.guess, config.sub: Recognize A/UX.
15523 Wed Jan 31 13:52:14 1996  Ian Lance Taylor  <ian@cygnus.com>
15525         * config.sub: Merge with gcc/config.sub.
15527 Thu Jan 25 11:01:10 1996  Raymond Jou  <rjou@mexican.cygnus.com>
15529         * mpw-build.in (do-binutils): Add build of stamps.
15531 Thu Jan 25 17:05:26 1996  James G. Smith  <jsmith@cygnus.co.uk>
15533         * config.sub: Add recognition for mips64vr4100*-* targets.
15535 Wed Jan 24 12:47:55 1996  Brendan Kehoe  <brendan@lisa.cygnus.com>
15537         * test-build.mk: Add checking of `hpux9' rather than just `hpux'.
15538         Add creation of gconfigargs with `--enable-shared' turned on.
15539         ($(host)-stamp-stage2-configured): Pass $(gconfigargs).
15540         ($(host)-stamp-stage3-configured): Likewise.
15541         (HOLES): Add chatr and ldd.
15542         (i386-ncr-sysv4.3*): Add use of /usr/ccs/bin in the PATH and HOLE_DIRS.
15544 Wed Jan 24 20:32:30 1996  Torbjorn Granlund  <tege@noisy.matematik.su.se>
15546         * configure: Pass --nfp to recursive configures.
15548 Mon Jan 22 10:41:56 1996  Steve Chamberlain  <sac@slash.cygnus.com>
15550         * Makefile.in (DLLTOOL): New.
15551         (DLLTOOL_FOR_TARGET): New.
15552         (EXTRA_HOST_FLAGS): Pass down DLLTOOL.
15553         (EXTRA_TARGET_FLAGS): Ditto.
15554         (EXTRA_GCC_FLAGS): Ditto.
15555         (CONFIGURE_TARGET_MODULES): Ditto.
15556         (DO_X): Ditto.
15557         * configure: Add DLLTOOL.
15559 Fri Jan 19 13:30:15 1996  Stan Shebs  <shebs@andros.cygnus.com>
15561         SCO OpenServer 5 changes from Robert Lipe <robertl@dgii.com>:
15562         * configure.in (i[345]86-*-sco3.2v5*): Use mh-sysv instead of
15563         mh-sco, since old workarounds no longer needed, and don't
15564         build ld, since libraries have weak symbols in COFF.
15566 Sun Jan 14 23:01:31 1996  Fred Fish  <fnf@cygnus.com>
15568         * Makefile.in (CONFIGURE_TARGET_MODULES): Add missing ';'.
15570 Fri Jan 12 15:25:35 1996  Ian Lance Taylor  <ian@cygnus.com>
15572         * configure.in: Make sure that ${CC} can be used to compile an
15573         executable.
15575 Sat Jan  6 07:23:33 1996  Michael Meissner  <meissner@wogglebug.tiac.net>
15577         * Makefile.in (all-gdb): Depend on $(GDB_TK).
15578         * configure (GDB_TK): Set GDB_TK to either "all-tcl all-tk" or
15579         nothing depending on whether gdbtk is being built.
15581 Wed Jan  3 17:54:41 1996  Doug Evans  <dje@canuck.cygnus.com>
15583         * Makefile.in (newlib.tar.gz): Delete building of newlib's info files.
15585 Mon Jan  1 19:09:14 1996  Brendan Kehoe  <brendan@rtl.cygnus.com>
15587         * configure.in (noconfigdirs): Put ld or gas in this early, if the
15588         user specifically used --with-gnu-ld=no or --with-gnu-as=no.
15590 Sat Dec 30 16:08:57 1995  Doug Evans  <dje@canuck.cygnus.com>
15592         * config-ml.in: Add support for
15593         --disable-{softfloat,m68881,m68000,m68020} on m68*-*-*.
15594         Simplify setting of multidirs from --disable-foo.
15596 Fri Dec 29 07:56:11 1995  Michael Meissner  <meissner@tiktok.cygnus.com>
15598         * Makefile.in (EXTRA_GCC_FLAGS): If any of the make variables
15599         LANGUAGES, BOOT_CFLAGS, STMP_FIXPROTO, LIMITS_H_TEST,
15600         LIBGCC1_TEST, LIBGCC2_CFLAGS, LIBGCC2_INCLUDES, and ENQUIRE are
15601         non-empty, pass them on to the  GCC make.
15602         (all-bootstrap): New rule that is like all-gcc, except it executes
15603         the GCC bootstrap rule instead of the GCC all rule.
15605 Wed Dec 27 15:51:48 1995  Doug Evans  <dje@canuck.cygnus.com>
15607         * config-ml.in (ml_realsrcdir): New, to account for ${subdir}.
15609 Tue Dec 26 11:45:31 1995  Michael Meissner  <meissner@tiktok.cygnus.com>
15611         * config.guess (AViiON:dgux:*:*): Update from FSF to add pentium
15612         DG/UX support.
15614 Fri Dec 15 10:01:27 1995  Stan Cox  <coxs@dg-rtp.dg.com>
15616         * config.sub (i*86*) Change [345] to [3456]
15618 Wed Dec 20 17:41:40 1995  Brendan Kehoe  <brendan@lisa.cygnus.com>
15620         * configure.in (noconfigdirs): Add gas or ld if --with-gnu-as=no or
15621         --with-gnu-ld=no.
15623 Wed Dec 20 15:15:35 1995  Michael Meissner  <meissner@tiktok.cygnus.com>
15625         * config-ml.in (rs6000*, powerpc*): Add switches to control which
15626         AIX multilibs get built.
15628 Mon Dec 18 17:55:46 1995  Jason Molenda  (crash@phydeaux.cygnus.com)
15630         * configure.in (i386-win32): Don't build expect if we're not
15631         building the tcl subdir.
15633 Mon Dec 18 11:47:19 1995  Stan Shebs  <shebs@andros.cygnus.com>
15635         * Makefile.in: (configure-target-examples, all-target-examples):
15636         New targets, configure and build example programs.
15638 Fri Dec 15 16:13:03 1995  Stan Shebs  <shebs@andros.cygnus.com>
15640         * mpw-configure: If an mpw-config.in generated a file mk.sed,
15641         use it as input to sedit the generated MPW makefile.
15642         * mpw-README: Add a suggestion about Gestalt.h.
15644 Wed Dec 13 16:43:51 1995  Ian Lance Taylor  <ian@cygnus.com>
15646         * config.sub: Accept *-*-ieee*.
15648 Tue Dec 12 11:52:57 1995  Ian Lance Taylor  <ian@cygnus.com>
15650         * Makefile.in (local-distclean): Remove $(TARGET_SUBDIR).  From
15651         Ronald F. Guilmette <rfg@monkeys.com>.
15653 Mon Dec 11 15:31:58 1995  Jason Molenda  (crash@phydeaux.cygnus.com)
15655         * configure.in (host==powerpc-pe): Add many directories to noconfigdirs
15656         for powerpc-pe native.
15657         (target==i386-win32): add tcl, make to noconfigdirs if canadian cross.
15658         (target==powerpc-pe): duplicate i386-win32 entry.
15660 Sat Dec  9 14:58:28 1995  Jim Wilson  <wilson@chestnut.cygnus.com>
15662         * configure.in (noconfigdirs): Exclude target-newlib for all versions
15663         of vxworks, not just vxworks5.1.
15665 Mon Dec  4 12:05:40 1995  Stan Shebs  <shebs@andros.cygnus.com>
15667         * mpw-configure: Add support for exec-prefix.
15669 Mon Dec  4 10:22:50 1995  Jeffrey A. Law  <law@rtl.cygnus.com>
15671         * config.guess: Recognize HP model 816 machines as having
15672         a PA1.1 processor.
15674 Mon Dec  4 12:38:15 1995  Ian Lance Taylor  <ian@cygnus.com>
15676         * configure: Ignore new autoconf configure options.
15678 Thu Nov 30 16:57:33 1995  Per Bothner  <bothner@wombat.gnu.ai.mit.edu>
15680         * config.guess:  Recognize Pentium under SCO.
15681         From Robert Lipe <robertl@arnet.com>.
15683 Wed Nov 29 13:49:08 1995  J.T. Conklin  <jtc@rtl.cygnus.com>
15685         * configure.in (noconfigdirs): Disable target-libio on v810-*-*.
15687 Wed Nov 29 12:12:01 1995  Ian Lance Taylor  <ian@cygnus.com>
15689         * configure.in: Don't configure gas for alpha-dec-osf*.
15691 Tue Nov 28 17:16:48 1995  Ian Lance Taylor  <ian@cygnus.com>
15693         * configure.in: Default to --with-stabs for some targets for which
15694         it makes sense: mips*-*-*, alpha*-*-osf*, i[345]86*-*-sysv4* and
15695         i[345]86*-*-unixware*.
15697 Mon Nov 27 13:44:15 1995  Ian Lance Taylor  <ian@cygnus.com>
15699         * config-ml.in: Get list of multidirs using gcc --print-multi-lib
15700         rather than basing it on the target.  Simplify handling of options
15701         controlling which directories to configure.  Remove extraneous
15702         slash in multi-clean target.
15704 Fri Nov 24 17:29:29 1995  Doug Evans  <dje@deneb.cygnus.com>
15706         * config-ml.in: Prefix more variables with ml_ so they don't collide
15707         with configure's.
15709 Wed Nov 22 11:27:02 1995  Ian Lance Taylor  <ian@cygnus.com>
15711         * configure: Don't turn -v into --v.
15713 Tue Nov 21 16:48:02 1995  Doug Evans  <dje@deneb.cygnus.com>
15715         * configure.in (targargs): Fix typo.
15717         * Makefile.in (DEVO_SUPPORT): Add symlink-tree.
15719 Tue Nov 21 14:08:28 1995  Ian Lance Taylor  <ian@cygnus.com>
15721         * configure.in: Strip --host and --target options from
15722         CONFIG_ARGUMENTS, and always configure for --host only.  Add
15723         --with-cross-host option when building with a cross-compiler.
15724         * configure: Canonicalize the arguments put into config.status by
15725         always using `=' for an option with an argument.  Pass a presumed
15726         --host or --target explicitly.
15728 Fri Nov 17 17:50:30 1995  Stan Shebs  <shebs@andros.cygnus.com>
15730         * config.sub: Merge -macos*, -magic*, -pe*, and -win32 cases
15731         into general OS recognition case.
15733 Fri Nov 17 17:42:25 1995  Jason Molenda  (crash@phydeaux.cygnus.com)
15735         * configure.in (target_configdirs): add target-winsup only
15736         for win32 target systems.
15738 Thu Nov 16 14:04:47 1995  Ian Lance Taylor  <ian@cygnus.com>
15740         * Makefile.in (all-target-libgloss): Depend upon
15741         configure-target-newlib, since when libgloss is built it looks to
15742         see if the newlib directory exists.
15744 Wed Nov 15 14:47:52 1995  Ken Raeburn  <raeburn@cygnus.com>
15746         * Makefile.in (DEVO_SUPPORT): Use config-ml.in instead of
15747         cfg-ml-*.in.
15749 Wed Nov 15 11:45:23 1995  Ian Lance Taylor  <ian@cygnus.com>
15751         * configure: Handle LD and LD_FOR_TARGET when configuring a
15752         Canadian Cross.
15754 Tue Nov 14 14:56:11 1995  Jason Molenda  (crash@phydeaux.cygnus.com)
15756         * configure.in (target_libs): add target-winsup.
15757         (target==i386-win32): add patch diff flex make to $noconfigdirs.
15758         (target==ppcle-pe): remove ld from $noconfigdirs.
15760 Tue Nov 14 01:25:50 1995  Doug Evans  <dje@canuck.cygnus.com>
15762         * Makefile.in (CONFIGURE_TARGET_MODULES): Pass --with-target-subdir.
15763         Preserve relative path names in $srcdir.  Build symlink tree if
15764         configuring cross target dir and srcdir=. (= no VPATH support).
15765         (configure-target-libg++): Depend on configure-target-librx.
15766         * cfg-ml-com.in, cfg-ml-pos.in: Deleted.
15767         * config-ml.in: New file.
15768         * symlink-tree: New file.
15769         * configure: Ensure srcdir="." if that's what it is.
15771 Mon Nov 13 12:34:20 1995  Stan Shebs  <shebs@andros.cygnus.com>
15773         * mpw-README: Clarify some phrasing, add notes about CodeWarrior
15774         includes and FLEX_SKELETON setting.
15775         * mpw-configure (--with-gnu-ld): New option, controls whether
15776         to use PPCLink or ld with PowerMac GCC.
15777         * mpw-build.in (all-grez, do-grez, install-grez): New targets.
15778         * mpw-config.in: Configure grez if targeting Mac.
15780         * config.sub: Accept pmac and pmac-mpw as names for PowerMacs,
15781         accept mpw and mac-mpw as names for m68k Macs, change macos7 to
15782         just macos.
15783         * configure.in: Configure grez resource compiler if targeting Mac.
15784         * Makefile.in (all-grez, install-grez): New targets.
15786 Wed Nov  8 17:33:51 1995  Jason Merrill  <jason@yorick.cygnus.com>
15788         * configure: CXX defaults to gcc, not g++.  If we find
15789         gcc in the path, set CC to gcc -O2.
15791 Tue Nov  7 15:45:17 1995  Ian Lance Taylor  <ian@cygnus.com>
15793         * configure: Default ${build} correctly.  Avoid picking up extra
15794         spaces when reading CC and CXX from Makefile.  When doing a
15795         Canadian Cross, use plausible default values for numerous
15796         variables.
15797         * configure.in: When doing a Canadian Cross, don't try to
15798         configure tools whose configure script can't handle it.
15800 Mon Nov  6 19:32:17 1995  Jim Wilson  <wilson@chestnut.cygnus.com>
15802         * cfg-ml-com.in (sh-*-*): Add m2 and ml/m2 to multidirs.
15804 Sun Nov  5 00:15:41 1995  Per Bothner  <bothner@kalessin.cygnus.com>
15806         * configure:  Remove dubious bug reporting address.
15808 Fri Nov  3 08:17:54 1995  Per Bothner  <bothner@kalessin.cygnus.com>
15810         * Makefile.in ($(CONFIGURE_TARGET_MODULES)):  If subdir has
15811         configure script, run that instead of this directory's configure.
15812         In either case, print a message that we're configuring the sub-dir.
15814 Thu Nov  2 23:23:36 1995  Per Bothner  <bothner@kalessin.cygnus.com>
15816         * configure.in: Before checking for the existence of various files,
15817         use sed to filter out "target-".
15819 Thu Nov  2 13:24:56 1995  Ian Lance Taylor  <ian@cygnus.com>
15821         * Makefile.in (DO_X): Split rule to decrease command line length
15822         for systems with small ARG_MAX values.  From phdm@info.ucl.ac.be
15823         (Philippe De Muyter).
15825 Wed Nov  1 15:18:35 1995  Jason Molenda  (crash@phydeaux.cygnus.com)
15827         * Makefile.in (all-patch): depend on all-libiberty.
15829 Wed Nov  1 12:23:20 1995  Ian Lance Taylor  <ian@cygnus.com>
15831         * configure.in: If the only directory in target_configdirs which
15832         actually exists is libiberty, then set target_configdirs to empty,
15833         to avoid trying to build a target libiberty in a gas or gdb
15834         distribution.
15836 Tue Oct 31 17:52:39 1995  J.T. Conklin  <jtc@slave.cygnus.com>
15838         * configure.in (host_makefile_frag): Use m68k-sun-sunos* instead
15839         of m68k-sun-* when selecting mh-sun3 to avoid matching NetBSD/sun3
15840         systems.
15842 Tue Oct 31 16:57:32 1995  Jim Wilson  <wilson@chestnut.cygnus.com>
15844         * configure.in (copy_dirs): Use sys-include instead of include
15845         for --with-headers option.
15847 Tue Oct 31 10:29:36 1995  steve chamberlain  <sac@slash.cygnus.com>
15849         * Makefile.in, configure.in: Make winsup builds work with
15850         new scheme.
15852 Mon Oct 30 18:57:09 1995  Ian Lance Taylor  <ian@cygnus.com>
15854         * configure.in: Build the linker on AIX.
15856 Mon Oct 30 12:27:16 1995  Per Bothner  <bothner@kalessin.cygnus.com>
15858         * Makefile.in (CC_FOR_TARGET, CXX_FOR_TARGET):  Add $(TARGET_SUBDIR)
15859         where needed.
15861 Mon Oct 30 12:45:25 1995  Doug Evans  <dje@cygnus.com>
15863         * Makefile.in (all-gcc): Fix typo.
15865 Sat Oct 28 10:27:59 1995  Per Bothner  <bothner@kalessin.cygnus.com>
15867         * Makefile.in ($(CHECK_TARGET_MODULES)):  Fix typo.
15869 Fri Oct 27 23:14:12 1995  Per Bothner  <bothner@kalessin.cygnus.com>
15871         * configure.in:  Rename libFOO to target-libFOO, and xiberty
15872         to target-xiberty, to provide more flexibility.
15873         (target_subdir):  Define.  Create if cross.
15874         Set TARGET_SUBDIR in Makefile to ${target_subdir}.
15875         * Makefile.in:  Rename all-libFOO -> all-target-libFOO, all-xiberty
15876         -> all-target-libiberty, configure-libFOO -> configure-target-libFOO,
15877         check-libFOO -> check-target-libFOO, etc.
15878         ($(DO_X)):  Iterate over TARGET_CONFIGDIRS after SUBDIRS.
15879         ($(CONFIGURE_TARGET_MODULES), $(CHECK_TARGET_MODULES),
15880         $(ALL_TARGET_MODULES), $(INSTALL_TARGET_MODULES)): Update accordingly.
15881         (configure-target-XXX):  Depend on $(ALL_GCC), not all-gcc, to
15882         allow ALL_GCC="" to only configure.
15883         (DEVO_SUPPORT):  Add cfg-ml-com.in and cfg-ml-pos.in.
15884         (ETC_SUPPORT, ETC_SUPPORT_PFX):  Merge;  update 'taz' accordingly.
15885         (LIBGXX_SUPPORT_DIRS):  Remove xiberty.
15887 Sat Oct 28 01:53:49 1995  Ken Raeburn  <raeburn@cygnus.com>
15889         * Makefile.in (taz): Build "info" in etc explicitly.
15891 Fri Oct 27 09:32:30 1995  Stu Grossman  (grossman@cygnus.com)
15893         * configure.in:  Make sure that CC is undefined (as opposed to
15894         null) if toplevel/config/mh-{host} doesn't define it.  Fixes a
15895         problem with autoconf trying to configure on a host without GCC.
15897 Thu Oct 26 22:35:01 1995  Stan Shebs  <shebs@andros.cygnus.com>
15899         * mpw-configure: Set host alias from choice of host compiler,
15900         only use generic MPW Makefile sed if present, edit a file
15901         named "hacked_Makefile.in" instead of "Makefile.in" if present.
15902         * mpw-README: Add problem notes about CW6 and CW7.
15904 Thu Oct 26 05:45:10 1995  Ken Raeburn  <raeburn@kr-pc.cygnus.com>
15906         * Makefile.in (taz): Use ";" instead of ";;".
15908 Wed Oct 25 15:18:24 1995  Per Bothner  <bothner@kalessin.cygnus.com>
15910         * Makefile.in (taz):  Grep for '^diststuff:' or '^info:' in
15911         sub-directory Makefiles, instead of using DISTSTUFFDIRS and
15912         DISTDOCDIRS.
15913         (DISTSTUFFDIRS, DISTDOCDIRS):  Removed - no longer used.
15914         (newlib.tar.gz):  Don't pass DISTDOCDIRS to recursive make.
15916 Wed Oct 25 14:43:55 1995  Per Bothner  <bothner@kalessin.cygnus.com>
15918         * Makefile.in (DISTDOCDIRS):  Remove ld gprof bnutils gas libg++ gdb
15919         and gnats, because they are now subsumed by DISTSTUFFDIRS.
15920         Move bfd to DISTSTUFFDIRS.
15922 Tue Oct 24 18:19:09 1995  Jason Molenda  (crash@phydeaux.cygnus.com)
15924         * Makefile.in (X11_LIB): Removed.
15925         (X11_FLAGS_TO_PASS): pass only X11_EXTRA_CFLAGS and X11_EXTRA_LIBS.
15927         * configure.in (host_makefile_frag): mh-aix & mh-sun removed.
15929 Sun Oct 22 13:04:42 1995  Michael Meissner  <meissner@tiktok.cygnus.com>
15931         * cfg-ml-com.in (powerpc*): Shorten some of the multilib directory
15932         names.
15934 Fri Oct 20 18:02:10 1995  Michael Meissner  <meissner@tiktok.cygnus.com>
15936         * cfg-ml-com.in (powerpc*-eabi*): Add mcall-aixdesc varients.
15938 Thu Oct 19 10:40:57 1995  steve chamberlain  <sac@slash.cygnus.com>
15940         * configure.in (i[345]86-*-win32): Always build newlib.
15941         Don't configure cvs, autoconf or texinfo.
15942         * Makefile.in (LD_FOR_TARGET): New.
15943         (BASE_FLAGS_TO_PASS, EXTRA_TARGET_FLAGS, CONFIGURE_TARGET_MODULES):
15944         Pass down LD_FOR_TARGET.
15946 Wed Oct 18 15:53:56 1995  steve chamberlain  <sac@slash.cygnus.com>
15948         * winsup: New directory.
15949         * Makefile.in: Build winsup.
15950         * configure.in: Winsup is configured when target is win32.
15951         Can only build win32 target GDB when native.
15953 Mon Oct 16 09:42:31 1995  Jeffrey A Law  (law@cygnus.com)
15955         * config.guess: Recognize HP model 819 machines as having
15956         a PA 1.1 processor.
15958 Mon Oct 16 10:49:43 1995  Ian Lance Taylor  <ian@cygnus.com>
15960         * configure: Fix sed loop which substitutes for CC and CXX to
15961         avoid bug found in various sed implementations.
15963 Wed Oct 11 16:16:20 1995  Michael Meissner  <meissner@tiktok.cygnus.com>
15965         * cfg-ml-com.in (powerpc-*-eabisim): Delete separate rule for
15966         simulator.  Use standard powerpc-*-eabi*.
15968 Mon Oct  9 17:21:56 1995  Ian Lance Taylor  <ian@cygnus.com>
15970         * configure.in: Stop putting gas and binutils in noconfigdirs for
15971         powerpc-*-aix* and rs6000-*-*.
15973 Mon Oct  9 12:38:40 1995  Michael Meissner  <meissner@cygnus.com>
15975         * cfg-ml-com.in (powerpc*-*-eabisim*): Add support for building
15976         -mcall-aixdesc libraries.
15978 Fri Oct  6 16:17:57 1995  Ken Raeburn  <raeburn@cygnus.com>
15980         Mon Sep 25 22:49:32 1995  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
15982         * config.sub (arm | armel | armeb): Fix shell syntax.
15984 Fri Oct  6 14:40:28 1995  Michael Meissner  <meissner@tiktok.cygnus.com>
15986         * cfg-ml-com.in ({powerpc,rs6000}-ibm-aix*): Add multilibs for
15987         -msoft-float and -mcpu=common support.
15988         (powerpc*-*-eabisim*): Add support for building -mcall-aix
15989         libraries.
15991 Thu Oct  5 13:26:37 1995  Brendan Kehoe  <brendan@lisa.cygnus.com>
15993         * configure.in: Allow configuration and build of emacs19 for the alpha.
15995 Wed Oct  4 22:05:36 1995  Jason Molenda  (crash@phydeaux.cygnus.com)
15997         * configure.in (CC): Get ^CC, not just any old CC, from
15998         ${host_makefile_frag}.
16000 Wed Oct  4 21:55:00 1995  Jason Molenda  (crash@phydeaux.cygnus.com)
16002         * configure.in (CC): Try to get CC from
16003         ${srcdir}/${host_makefile_frag}, not ${host_makefile_frag}.
16005 Wed Oct  4 21:44:12 1995  Jason Molenda  (crash@phydeaux.cygnus.com)
16007         * Makefile.in (TARGET_CONFIGDIRS): configure targetdirs
16008         only if it exists in $(srcdir).
16010 Wed Oct  4 11:52:31 1995  Ian Lance Taylor  <ian@cygnus.com>
16012         * configure: If CC and CXX are not set in the environment, set
16013         them, based on either an existing Makefile or on searching for gcc
16014         in PATH.  Substitute for CC and CXX in Makefile.
16015         * configure.in: Remove libm from target_libs.  Separate
16016         target_configdirs from configdirs.  If CC is not set in
16017         environment, try to get it from a host Makefile fragment.  Rewrite
16018         changes of configdirs to use skipdirs instead.  A few minor
16019         tweaks.  Take directories out of target_configdirs as they are
16020         taken out of configdirs.  Remove existing Makefile files from
16021         subdirectories.  Substitute for TARGET_CONFIGDIRS and
16022         CONFIG_ARGUMENTS in Makefile.
16023         * Makefile.in (TARGET_CONFIGDIRS): New variable, automatically set
16024         by configure.in.
16025         (CONFIG_ARGUMENTS): Likewise.
16026         (CONFIGURE_TARGET_MODULES): New variable.
16027         ($(DO_X)): Loop over TARGET_CONFIGDIRS as well as SUBDIRS.
16028         ($(CONFIGURE_TARGET_MODULES)): New target.
16029         (configure-libg++, configure-libio): New targets.
16030         (all-libg++): Depend upon configure-libg++.
16031         (all-libio): Depend upon configure-libio.
16032         (configure-libgloss, all-libgloss): New targets.
16033         (configure-libstdc++): New target.
16034         (all-libstdc++): Depend upon configure-libstdc++.
16035         (configure-librx, all-librx): New targets.
16036         (configure-newlib): New target.
16037         (all-newlib): Depend upon configure-newlib
16038         (configure-xiberty): New target.
16039         (all-xiberty): Depend upon configure-xiberty.
16041 Sat Sep 30 04:32:59 1995  Jason Molenda (crash@phydeaux.cygnus.com)
16043         * configure.in (host i[345]86-*-win32):  Expand the
16044         noconfigdirs again.
16046 Thu Sep 28 21:18:49 1995  Stan Shebs  <shebs@andros.cygnus.com>
16048         * mpw-configure: Fix sed command file name.
16050 Thu Sep 28 17:39:56 1995  steve chamberlain  <sac@slash.cygnus.com>
16052         * configure.in (host i[345]86-*-win32): Reduce the
16053         noconfigdirs again.
16055 Wed Sep 27 12:24:00 1995  Ian Lance Taylor  <ian@cygnus.com>
16057         * configure.in: Don't configure ld and gdb for powerpc*-*-winnt*
16058         or powerpc*-*-pe*, since they are not yet supported.
16060 Tue Sep 26 14:30:01 1995  Stan Shebs  <shebs@andros.cygnus.com>
16062         Add PowerMac support and many other enhancements.
16063         * mpw-configure: New option --cc to select compiler to use,
16064         paste options set according to --cc into the generated
16065         Makefile, generate the Makefile by sed'ing the Unix Makefile.in
16066         if mpw-make.sed is present.
16067         * mpw-config.in: Don't test for gC1, test for mpw-touch,
16068         add forward includes for PowerPC include files.
16069         * mpw-build.in: Build using Makefile.PPC if present.
16070         (do-byacc, etc): Remove separate version resource builds.
16071         (do-gas): Build "stamps" before "all".
16072         (do-gcc): Build "stamps-h" and "stamps-c" before "all".
16073         * mpw-README: Update to reflect --cc option, PowerMac support,
16074         and recently-reported compatibility problems.
16076 Fri Sep 22 12:15:42 1995  Doug Evans  <dje@deneb.cygnus.com>
16078         * cfg-ml-com.in (m68*-*-*): Only build multilibs for
16079         embedded m68k systems (-aout, -coff, -elf, -vxworks).
16080         (--with-multilib-top): Pass to recursive invocations.
16082 Tue Sep 19 13:51:05 1995  J.T. Conklin  <jtc@blues.cygnus.com>
16084         * configure.in (noconfigdirs): Disable libg++ and libstdc++ on
16085         v810-*-*.
16087 Mon Sep 18 23:08:26 1995  J.T. Conklin  <jtc@rtl.cygnus.com>
16089         * configure.in (noconfigdirs): Disable bfd, binutils, gas, gcc,
16090         gdb, ld and opcodes on v810-*-*.
16092 Tue Sep 12 18:03:31 1995  Ian Lance Taylor  <ian@cygnus.com>
16094         * Makefile.in (DO_X): Change do-realclean to do-maintainer-clean.
16095         (local-maintainer-clean): New target.
16096         (maintainer-clean): New target.
16097         (realclean): Just depend upon maintainer-clean.
16099 Fri Sep  8 17:11:14 1995  J.T. Conklin  <jtc@rtl.cygnus.com>
16101         * configure.in (noconfigdirs): Disable gdb on m68k-*-netbsd*.
16103 Fri Sep  8 16:46:29 1995  Ian Lance Taylor  <ian@cygnus.com>
16105         * configure.in: Build ld in mips*-*-bsd* case.
16107 Thu Sep  7 20:03:41 1995  Ken Raeburn  <raeburn@cygnus.com>
16109         * config.sub: Accept -lites* OS.  From Ian Dall.
16111 Fri Sep  1 08:06:58 1995  James G. Smith  <jsmith@beauty.cygnus.com>
16113         * config.sub: recognise mips64vr4300 and mips64vr4300el as valid
16114         targets.
16116 Wed Aug 30 21:06:50 1995  Jason Molenda  (crash@phydeaux.cygnus.com)
16118         * configure.in: treat i386-win32 canadian cross the same as
16119         i386-go32 canadian cross.
16121 Thu Aug 24 14:53:20 1995  Michael Meissner  <meissner@tiktok.cygnus.com>
16123         * cfg-ml-com.in (powerpc*-*-eabisim): Add support for PowerPC
16124         running under the simulator to build a reduced set of libraries.
16125         (powerpc-*-eabiaix): Add fine grained multilib support added to
16126         other powerpc targets yesterday.
16128 Wed Aug 23 09:41:56 1995  Michael Meissner  <meissner@tiktok.cygnus.com>
16130         * cfg-ml-com.in (powerpc*): Add support for -disable-biendian,
16131         -disable-softfloat, -disable-relocatable, -disable-aix, and
16132         -disable-sysv to control which multilib libraries get built.
16134 Thu Aug 17 16:03:41 1995  Ken Raeburn  <raeburn@kr-laptop.cygnus.com>
16136         * configure: Add Makefile.tem to list of files to remove in trap
16137         handler.
16139 Mon Aug 14 19:27:56 1995  Per Bothner  <bothner@kalessin.cygnus.com>
16141         * config.guess (*Linux*):  Add missing "exit"s.
16142         Also, need specific check for alpha-unknown-linux (uses COFF).
16144 Fri Aug 11 15:38:20 1995  Per Bothner  <bothner@kalessin.cygnus.com>
16146         * config.guess:  Merge with FSF:
16148         Wed Jun 28 17:57:27 1995  David Edelsohn  <edelsohn@mhpcc.edu>
16149         * config.guess (AIX4): More robust release numbering discovery.
16151         Thu Jun 22 19:01:24 1995  Kenneth Stailey  (kstailey@eagle.dol-esa.gov)
16152         * config.guess (i386-sequent-ptx): Properly get version number.
16154         Thu Jun 22 18:36:42 1995  Uwe Seimet  (seimet@iris1.chemie.uni-kl.de)
16155         * config.guess (mips:*:4*:UMIPS): New case.
16157 Mon Aug  7 09:21:35 1995  Doug Evans  <dje@canuck.cygnus.com>
16159         * configure.in (i386-go32 host): Fix typo (deja-gnu -> dejagnu).
16160         (i386-win32 host): Likewise.  Don't build readline.
16162 Sat Aug  5 09:51:49 1995  Fred Fish  <fnf@rtl.cygnus.com>
16164         * Makefile.in (GDBTK_SUPPORT_DIRS):  Define and pass as part of
16165         SUPPORT_FILES to submakes.
16167 Fri Aug  4 13:04:36 1995  Fred Fish  <fnf@cygnus.com>
16169         * Makefile.in (GDB_SUPPORT_DIRS): Add utils.
16170         (DEVO_SUPPORT): Add mpw-README, mpw-build.in, mpw-config.h and
16171         mpw-configure.
16173 Wed Aug  2 16:32:40 1995  Ken Raeburn  <raeburn@cygnus.com>
16175         * configure.in (appdirs): Use =, not ==, in test expression when
16176         trying to build the text to print in the warning message for
16177         Solaris users.
16179 Mon Jul 31 09:56:18 1995  steve chamberlain  <sac@slash.cygnus.com>
16181         * cfg-ml-com.in (z8k-*-coff): Add 'std' multilib build.
16183 Fri Jul 28 00:16:31 1995  Jeffrey A. Law  <law@rtl.cygnus.com>
16185         * config.guess: Recognize lynx-2.3.
16187 Thu Jul 27 15:47:59 1995  steve chamberlain  <sac@slash.cygnus.com>
16189         * config.sub (z8ksim): Deleted
16190         (z8k-*-coff): New, this is the one true name of the target.
16192 Thu Jul 27 14:33:33 1995  Doug Evans  <dje@canuck.cygnus.com>
16194         * cfg-ml-pos.in (dotdot): Work around SunOS sed bug.
16196 Thu Jul 27 13:31:05 1995  Fred Fish  (fnf@cygnus.com)
16198         * config.guess (*:Linux:*:*): First try asking the linker what the
16199         default object file format is (elf, aout, or coff).  Then if this
16200         fails, try previous methods.
16202 Thu Jul 27 11:28:17 1995  J.T. Conklin  <jtc@rtl.cygnus.com>
16204         * configure.in: Don't build newlib for *-*-vxworks5.1.
16206 Thu Jul 27 11:18:47 1995  Brendan Kehoe  <brendan@lisa.cygnus.com>
16208         * configure.in: Don't build newlib for a29k-*-vxworks5.1.
16209         * test-build.mk: Add setting of --with-headers for a29k-vxworks5.1.
16211 Tue Jul 25 21:25:39 1995  Doug Evans  <dje@canuck.cygnus.com>
16213         * cfg-ml-pos.in (MULTITOP): Trim excess trailing "/.".
16215 Fri Jul 21 10:41:12 1995  Doug Evans  <dje@canuck.cygnus.com>
16217         * cfg-ml-com.in: New file.
16218         * cfg-ml-pos.in: New file.
16220 Wed Jul 19 00:37:27 1995  Jeffrey A. Law  <law@rtl.cygnus.com>
16222         * COPYING.NEWLIB: Add HP free copyright to list.
16224 Tue Jul 18 10:58:51 1995  Michael Meissner  <meissner@tiktok.cygnus.com>
16226         * config.sub: Recognize -eabi* for the system, not just -eabi.
16228 Mon Jul  3 13:44:51 1995  Steve Chamberlain  <sac@slash.cygnus.com>
16230         * Makfile.in (DLLTOOL_FOR_TARGET): New name, pass it down.
16231         * config.sub, configure.in (win32): New target and host.
16233 Wed Jun 28 23:57:08 1995  Steve Chamberlain  <sac@slash.cygnus.com>
16235         * configure.in: Add i386-pe configuration.
16237 Fri Jun 23 14:28:44 1995  Stan Shebs  <shebs@andros.cygnus.com>
16239         * mpw-build.in (install): Install GDB after LD.
16241 Thu Jun 22 17:10:53 1995  Stan Shebs  <shebs@andros.cygnus.com>
16243         * mpw-config.in (elf/mips.h): Always forward-include, needed
16244         for GDB to build.
16246 Wed Jun 21 15:17:30 1995  Rob Savoye  <rob@darkstar.cygnus.com>
16248         * testsuite: New directory for customer acceptance and whole tool
16249         chain tests.
16251 Wed Jun 21 16:50:29 1995  Ken Raeburn  <raeburn@cujo.cygnus.com>
16253         * configure: If per-host line isn't found, but AC_OUTPUT is found
16254         and a configure script exists, run it instead.
16256 Thu Jun 15 21:09:24 1995  Per Bothner  <bothner@kalessin.cygnus.com>
16258         * config.guess:  Update from FSF, for alpha-dec-winnt3.5 and  Crays.
16260 Tue Jun 13 21:43:27 1995  Rob Savoye  <rob@darkstar.cygnus.com>
16262         * configure: Set build_{cpu,vendor,os,alias} to host values when
16263         --build isn't specified.
16265 Mon Jun  5 18:26:36 1995  Jason Merrill  <jason@phydeaux.cygnus.com>
16267         * Makefile.in (PICFLAG, PICFLAG_FOR_TARGET): New macros.
16268         (FLAGS_TO_PASS): Pass them.
16269         (EXTRA_TARGET_FLAGS): Ditto.
16271 Wed May 31 22:27:42 1995  Jim Wilson  <wilson@chestnut.cygnus.com>
16273         * Makefile.in (all-libg++): Depend on all-libstdc++.
16275 Thu May 25 22:40:59 1995  J.T. Conklin  <jtc@rtl.cygnus.com>
16277         * configure.in (noconfigdirs): Enable all packages for
16278           i386-unknown-netbsd.
16280 Sat May 20 13:22:31 1995  Angela Marie Thomas  <angela@cirdan.cygnus.com>
16282         * configure.in (noconfigdirs): Don't configure tk for i386-go32
16283         hosted builds (DOS builds)
16285 Thu May 18 18:08:49 1995  Ken Raeburn  <raeburn@kr-laptop.cygnus.com>
16287         Changes for ARM based on patches from Richard Earnshaw:
16288         * config.sub: Handle armeb and armel.
16289         * configure.in: Omit arm linker only for riscix.
16291 Thu May 11 17:23:26 1995  Per Bothner  <bothner@kalessin.cygnus.com>
16293         * config.guess:  Update from FSF.
16295 Tue May  9 15:52:05 1995  Michael Meissner  <meissner@cygnus.com>
16297         * config.sub: Recognize powerpcle as the little endian variant of
16298         the PowerPC.  Recgonize ppc as a PowerPC variant, and ppcle as a
16299         powerpcle variant.  Convert pentium into i586, not i486.  Add p5
16300         alias for i586.  Map new x86 variants p6, k5, nexgen into i586
16301         temporarily.
16303 Tue May  2 16:29:41 1995  Jeff Law  (law@snake.cs.utah.edu)
16305         * configure.in (hppa*-*-lites*): Treat like hppa*-*-*elf*.
16307 Sun Apr 30 21:38:09 1995  Jeff Law  (law@snake.cs.utah.edu)
16309         * config.sub: Accept -lites* as a basic system type.
16311 Thu Apr 27 11:33:29 1995  Michael Meissner  (meissner@cygnus.com)
16313         * config.guess (*:Linux:*:*): Check for whether the pre-BFD linker is
16314         installed, and if so return linuxoldld as the system name.
16316 Wed Apr 26 10:59:02 1995  Jeff Law  (law@snake.cs.utah.edu)
16318         * config.guess: Add hppa1.1-hp-lites support.
16320 Tue Apr 25 11:08:11 1995  Rob Savoye  <rob@darkstar.cygnus.com>
16322         * configure.in: Don't build newlib for m68k-vxworks5.1.
16324 Wed Apr 19 17:02:43 1995  Jim Wilson  <wilson@chestnut.cygnus.com>
16326         * configure.in (mips-sgi-irix6): Use mh-irix5.
16328 Fri Apr 14 15:21:17 1995  Doug Evans  <dje@chestnut.cygnus.com>
16330         * Makefile.in (all-gcc): Depend on all-ld (for libgcc1-test).
16332 Wed Apr 12 16:06:01 1995  Jason Merrill  <jason@phydeaux.cygnus.com>
16334         * test-build.mk: Enable building of shared libraries on IRIX 5 and
16335         OSF/1.  Fix compiler flags.
16336         * build-all.mk: Support Linux and OSF/1 3.0.  Fix compiler flags.
16338 Tue Apr 11 18:55:40 1995  Doug Evans  <dje@canuck.cygnus.com>
16340         * configure.in: Recognize --with-newlib.
16341         (sparc-*-sunos4*): Build sim, dejagnu, expect, tcl if cross target.
16343 Mon Apr 10 14:38:20 1995  Jason Molenda (crash@phydeaux.cygnus.com)
16345         * Makefile.in: move {all,check,install}-gdb from *_MODULES
16346         to *_X11_MODULES due to gdbtk needing X include files et al.
16348 Mon Apr 10 11:42:22 1995  Stan Shebs  <shebs@andros.cygnus.com>
16350         Merge in support for Mac MPW as a host.
16351         (Old change descriptions retained for informational value.)
16353         * mpw-config.in: Add generic include forwards for cpu-specific
16354         include files in aout and elf directories.
16356         * mpw-configure: Added copyright.
16357         * mpw-config.in: Check for presence of required build tools.
16358         (target_libs): Add newlib.
16359         (target_tools): Add examples.
16360         (Read Me): Generate as "Read Me for MPW" instead.
16361         * mpw-build.in: Base sub-builds on all-foo instead of do-foo.
16362         (all-byacc, do-byacc, all-flex, do-flex, do-newlib): New actions.
16363         (do-gas, do-gcc, do-gdb, do-ld): Build Version.r first.
16365         * mpw-configure: Remove subdir-specific makefile hackery,
16366         delete mk.tmp after using it.
16368         * mpw-build.in (all): Display start and end times.
16370         * mpw-configure (host_canonical): Set.
16371         (target_cpu): Always add to makefiles.
16372         (ARCHDEFS, EMUL): Add to makefile only if nonempty.
16373         (TM_FILE, XM_FILE, NM_FILE): No longer add to makefile.
16374         (mpw-mh-mpw): Look for in srcdir and srcroot.
16375         Use sed instead of mpw-edit-prefix to edit prefix definitions.
16377         * mpw-build.in: (install-only): New target.
16379         * mpw-configure (host_alias, target_alias): Rename from hostalias
16380         and targetalias, add into generated Makefile.
16381         (mk.tmp): If present, add into generated Makefile.
16382         * mpw-build.in (all-gas): Build config.h first before gas proper.
16384         * mpw-configure (config.status): Write only if changed.
16385         * mpw-config.in (readline): Configure it (not built, just used for
16386         definitions).
16388         * mpw-config.in (elf/mips.h): Add a forward include.
16390         * mpw-config.in: Forward-include most .h files in include into
16391         extra-include.
16392         (readline): Don't build.
16393         mpw-build.in (install): Install GDB.
16395         * mpw-configure (prefix, mpw_prefix): Handle it.
16396         * mpw-config.in (mmalloc, readline): Don't configure.
16397         * mpw-build.in (thisscript): Rename to ThisScript.
16398         Use mpw-build instead of BuildProgram everywhere.
16399         (mmalloc, readline): Don't build.
16400         * mpw-README: New file, basic documentation about the MPW port.
16402         * mpw-config.in: Use forward-include to create include files.
16404         * mpw-configure: Add more things to the top of each configured
16405         Makefile, including contents of config/mpw-mh-mpw.
16406         * mpw-config.in (extra-include): Create this directory and fill it
16407         with Posix-like include files when configuring.
16409         * config.sub (apple, mac, mpw): Add various aliases.
16411         * mpw-build.in: New file, top-level build script fragment for MPW.
16412         * mpw-configure: New file, configure script for MPW.
16413         * mpw-config.in: New file, config fragment for MPW.
16415 Fri Apr  7 19:33:16 1995  Jim Kingdon  (kingdon@lioth.cygnus.com)
16417         * configure.in (host_libs): Remove glob, since it is gone from the
16418         sources.
16420 Fri Mar 31 11:36:17 1995  Jason Molenda  (crash@phydeaux.cygnus.com)
16422         * Makefile.in: define empty GDB_NLM_DEPS var.
16424         * configure.in(target_makefile_frag): use config/mt-netware
16425         for netware targets.
16427 Thu Mar 30 13:51:43 1995  Ian Lance Taylor  <ian@cygnus.com>
16429         * config.sub: Merge in recent FSF changes.  Remove linux special
16430         cases.
16432 Tue Mar 28 14:47:34 1995  Jason Molenda (crash@phydeaux.cygnus.com)
16434         Revert this change:
16436         Tue Mar 30 10:03:09 1993  Ian Lance Taylor  (ian@cygnus.com)
16438                 * build-all.mk: Use CC=cc -Xs on Solaris.
16440 Tue Mar 21 10:43:32 1995  Jim Kingdon  (kingdon@lioth.cygnus.com)
16442         * glob/*: Removed.  Schauer's 24 Feb 1994 readline change made us
16443         stop using it.
16444         * Makefile.in: Nuke all references to glob subdirectory.
16446 Thu Mar 16 13:35:30 1995  Jason Merrill  <jason@phydeaux.cygnus.com>
16448         * configure.in: Fix --enable-shared logic in per-host.
16450 Mon Mar 13 12:33:15 1995  Ian Lance Taylor  <ian@cygnus.com>
16452         * configure.in (*-hp-hpux[78]*): Use mh-hpux8.
16454 Mon Mar  6 10:21:58 1995  Jim Kingdon  (kingdon@lioth.cygnus.com)
16456         * configure.in (noconfigdirs): Don't build gas on AIX, for
16457         powerpc*-*-aix* as well as for rs6000*-*-aix*.
16459 Wed Mar  1 12:51:53 1995  Ian Lance Taylor  <ian@cygnus.com>
16461         * configure: Fix --cache-file to work if the file argument is a
16462         relative path.
16464 Tue Feb 28 17:36:07 1995  Ian Lance Taylor  <ian@cygnus.com>
16466         * configure: If the --cache-file is used, pass it down to
16467         configure in subdirectories.
16469 Mon Feb 27 12:52:46 1995  Kung Hsu  <kung@mexican.cygnus.com>
16471         * config.sub: add vxworks29k configuration.
16473 Fri Feb 10 16:12:26 1995  Ken Raeburn  <raeburn@cujo.cygnus.com>
16475         * Makefile.in (taz): Do "diststuff" part quietly.
16477 Sun Feb  5 14:16:35 1995  Doug Evans  <dje@canuck.cygnus.com>
16479         * config.sub: Mini-merge with gcc/config.sub.
16481 Sat Feb  4 12:11:35 1995  Jim Wilson  <wilson@chestnut.cygnus.com>
16483         * config.guess (IRIX): Sed - to _.
16485 Fri Feb  3 11:54:42 1995  J.T. Conklin  <jtc@rtl.cygnus.com>
16487         * Makefile.in (source-vault, binary-vault): New targets.
16489 Thu Jan 26 13:00:11 1995  Michael Meissner  <meissner@cygnus.com>
16491         * config.sub: Recognize -eabi as a basic system type.
16493 Thu Jan 12 13:13:23 1995  Jason Merrill  <jason@phydeaux.cygnus.com>
16495         * configure.in (enable_shared stuff): Fix typo.
16497 Thu Jan 12 01:36:51 1995  deanm@medulla.LABS.TEK.COM (Dean Messing)
16499         * Makefile.in (BASE_FLAGS_TO_PASS): Fix typo in passing LIBCXXFLAGS*.
16501 Wed Jan 11 16:29:53 1995  Jason Merrill  <jason@phydeaux.cygnus.com>
16503         * Makefile.in (LIBCXXFLAGS_FOR_TARGET): Add -fno-implicit-templates.
16505 Mon Jan  9 12:48:01 1995  Jim Kingdon  <kingdon@lioth.cygnus.com>
16507         * configure.in (rs6000-*-*): Don't build gas.
16509 Wed Jan  4 23:53:49 1995  Ian Lance Taylor  <ian@tweedledumb.cygnus.com>
16511         * Makefile.in: Use /x/x/ instead of /brokensed/brokensed/, to
16512         reduce command line length.
16513         (AS_FOR_TARGET): Check for as.new, not Makefile.
16514         (NM_FOR_TARGET): Check for nm.new, not Makefile.
16516 Wed Jan  4 13:02:39 1995  Per Bothner  <bothner@kalessin.cygnus.com>
16518         * config.guess:  Merge from FSF.
16520 Thu Dec 15 17:11:37 1994  Ian Lance Taylor  <ian@sanguine.cygnus.com>
16522         * configure: Don't use $ when handling program_suffix.
16524 Mon Dec 12 12:09:37 1994  Stu Grossman  (grossman@cygnus.com)
16526         * configure.in:  Configure tk for hppa/hpux.
16528 Fri Dec  2 15:55:38 1994  Per Bothner  <bothner@kalessin.cygnus.com>
16530         * Makefile.in (LIBGXX_SUPPORT_DIRS):  Add libstdc++.
16532 Tue Nov 29 19:37:56 1994  Per Bothner  <bothner@kalessin.cygnus.com>
16534         * Makefile.in:  Move -fno-implicit-template from CXXFLAGS
16535         to LIBCXXFLAGS.  Tests are better run without it.
16537 Wed Nov 23 10:29:25 1994  Brendan Kehoe  (brendan@lisa.cygnus.com)
16539         * Makefile.in (all-ispell): Depend on all-emacs19 instead of all-emacs.
16541 Mon Nov 21 11:14:01 1994  J.T. Conklin  <jtc@rtl.cygnus.com>
16543         * configure.in (*-*-netware*): Don't configure xiberty.
16545 Mon Nov 14 08:49:15 1994  Stu Grossman  (grossman@cygnus.com)
16547         * configure.in:  Remove tk from native_only list.
16549 Fri Nov 11 15:31:26 1994  Bill Cox  (bill@rtl.cygnus.com)
16551         * build-all.mk: Add mips-ncd-elf target to sun4 targets
16552           for special NCD build.
16554 Mon Nov  7 20:58:17 1994  Ken Raeburn  <raeburn@cujo.cygnus.com>
16556         * Makefile.in (DEVO_SUPPORT): Remove configure.bat and
16557         makeall.bat, they're only useful for binutils snapshots.
16558         (binutils.tar.gz, gas+binutils.tar.gz): Add configure.bat and
16559         makeall.bat to specified SUPPORT_FILES.
16561 Mon Nov  7 17:25:18 1994  Bill Cox  (bill@cirdan.cygnus.com)
16563         * build-all.mk: Add Ericsson targets to sun4 and solaris
16564           hosts.  Add  BNR's sun4 target to solaris host, so their
16565           build-from-source will be tested in-house first.
16567 Sat Nov  5 18:43:30 1994  Jason Merrill  (jason@phydeaux.cygnus.com)
16569         * Makefile.in (LIBCFLAGS): New variable.
16570         (CFLAGS_FOR_TARGET): Ditto.
16571         (LIBCFLAGS_FOR_TARGET): Ditto.
16572         (LIBCXXFLAGS): Ditto.
16573         (CXXFLAGS_FOR_TARGET): Ditto.
16574         (LIBCXXFLAGS_FOR_TARGET): Ditto.
16575         (BASE_FLAGS_TO_PASS): Pass them.
16576         (EXTRA_TARGET_FLAGS): Ditto.
16578         * configure.in: Support --enable-shared.
16580 Sat Nov  5 15:44:00 1994  Per Bothner  <bothner@kalessin.cygnus.com>
16582         * configure.in (target_libs):  Include libstdc++ again.
16583         * config.guess:  Update from FSF (for FreeBSD).
16585 Thu Nov  3 16:32:30 1994  Ken Raeburn  <raeburn@cujo.cygnus.com>
16587         * Makefile.in (DEVO_SUPPORT): Include configure.bat and
16588         makeall.bat.
16589         (DISTDOCDIRS): Add `etc'.
16590         (ETC_SUPPORT_PFX): New variable.
16591         (taz): Include anything from etc starting with a word in
16592         ETC_SUPPORT_PFX.
16594 Wed Oct 26 16:19:35 1994  Ian Lance Taylor  <ian@sanguine.cygnus.com>
16596         * config.sub: Update for recent FSF changes.  Remove obsolete
16597         h8300hds entry.  Add -windows* and -osx as basic os.  Minor
16598         spacing changes.
16600 Thu Oct 20 18:41:56 1994  Per Bothner  <bothner@kalessin.cygnus.com>
16602         * configure.in (target_libs):  Remove libstdc++ for libg++-2.6.1.
16604         * config.guess:  Merge with FSF.
16605         * configure.in:  Match on i?86-ncr-sysv4.3, not i?86-ncr-sysv43.
16607 Thu Oct 20 19:26:56 1994  Ken Raeburn  <raeburn@cujo.cygnus.com>
16609         * configure: Since the "trap 0" handler will override the exit
16610         status on many systems, only use it for "exit 1", and make it set
16611         a non-zero exit status; reset it before "exit 0".  Also, check
16612         exit status of config.sub, and error out if it failed.
16614 Wed Oct 19 18:49:55 1994  Rob Savoye  (rob@cygnus.com)
16616         * Makefile.in: (ALL_TARGET_MODULES,INSTALL_TARGET_MODULES) Build
16617         and install libgloss.
16619 Tue Oct 18 15:25:24 1994  Ian Lance Taylor  <ian@sanguine.cygnus.com>
16621         * Makefile.in (all-binutils): Depend upon all-byacc.
16623         * configure.in: Don't build emacs on Irix 5.
16625 Mon Oct 17 16:22:12 1994  J.T. Conklin  (jtc@phishhead.cygnus.com)
16627         * configure.in (*-*-netware*): Add libio.
16629 Thu Oct 13 15:51:20 1994  Jason Merrill  (jason@phydeaux.cygnus.com)
16631         * Makefile.in (ALL_TARGET_MODULES): Add libstdc++.
16632         (CHECK_TARGET_MODULES): Ditto.
16633         (INSTALL_TARGET_MODULES): Ditto.
16634         (TARGET_LIBS): Ditto.
16635         (all-libstdc++): Note dependencies.
16637 Thu Oct 13 01:43:08 1994  Ken Raeburn  <raeburn@cujo.cygnus.com>
16639         * Makefile.in (BINUTILS_SUPPORT_DIRS): Add gas.
16641 Tue Oct 11 12:12:29 1994  Jason Merrill  (jason@phydeaux.cygnus.com)
16643         * Makefile.in (CXXFLAGS): Use -fno-implicit-templates instead of
16644         -fexternal-templates.
16646         * configure.in (target_libs): Add libstdc++.
16647         (noconfigdirs): Add libstdc++ as appropriate.
16649 Thu Oct  6 18:00:54 1994  Per Bothner  (bothner@kalessin.cygnus.com)
16651         * config.guess:  Update from FSF.
16653 Tue Oct  4 12:05:42 1994  Ian Lance Taylor  <ian@sanguine.cygnus.com>
16655         * configure: Use ${config_shell} when running ${configsub}.
16657 Mon Oct  3 14:28:34 1994  Doug Evans  <dje@canuck.cygnus.com>
16659         * config.sub: No longer recognize h8300h.
16661 Mon Oct  3 12:40:54 1994  Ian Lance Taylor  <ian@sanguine.cygnus.com>
16663         * config.sub: Remove extraneous differences between config.sub and
16664         gcc/config.sub.
16666 Sat Oct  1 00:23:12 1994  Ken Raeburn  <raeburn@cujo.cygnus.com>
16668         * Makefile.in (DISTSTUFFDIRS): Add gas.
16670 Thu Sep 22 19:04:55 1994  Doug Evans  (dje@canuck.cygnus.com)
16672         * COPYING.NEWLIB: New file.
16674 Mon Sep 19 18:25:40 1994  Per Bothner  (bothner@kalessin.cygnus.com)
16676         * config.guess (HP-UX):  Patch from Harlan Stenn
16677         <harlan@landmark.com> to also emit release level.
16679 Wed Sep  7 13:15:25 1994  Jim Wilson  (wilson@sphagnum.cygnus.com)
16681         * config.guess (sun4*:SunOS:*:*): Change '-JL' to '_JL'.
16683 Tue Sep  6 23:23:18 1994  Per Bothner  (bothner@kalessin.cygnus.com)
16685         * config.sub:  Merge nextstep cleanup from FSF.
16687 Mon Sep  5 05:01:30 1994  Ken Raeburn  (raeburn@kr-pc.cygnus.com)
16689         * configure.in (arm-*-*): Don't configure ld for this target.
16691 Thu Sep  1 09:35:00 1994  J.T. Conklin  (jtc@phishhead.cygnus.com)
16693         * configure.in (*-*-netware): don't configure libg++, libio,
16694           librx, or newlib.
16696 Wed Aug 31 13:52:08 1994  Ian Lance Taylor  (ian@sanguine.cygnus.com)
16698         * configure.in (alpha-dec-osf*): Use osf*, not osf1*.  Don't
16699         configure ld--it works, but it doesn't support shared libraries.
16701 Sun Aug 28 18:13:45 1994  Per Bothner  (bothner@kalessin.cygnus.com)
16703         * config.guess (*-unknown-freebsd*):  Get rid of possible
16704         trailing "(Release)" in version string.
16705         Patch from Paul Richards <paul@isl.cf.ac.uk>.
16707 Sat Aug 27 15:00:49 1994  Per Bothner  (bothner@kalessin.cygnus.com)
16709         * config.guess:  Fix i486-ncr-sysv43 -> i486-ncr-sysv4.3.
16710         Fix type: *-next-neststep -> *-next-nextstep.
16712         * config.guess:  Merge from FSF:
16714         Fri Aug 26 18:45:25 1994  Philippe De Muyter (phdm@info.ucl.ac.be)
16716         * config.guess: Recognize powerpc-ibm-aix3.2.5.
16718         Wed Apr 20 06:36:32 1994  Philippe De Muyter  (phdm@info.ucl.ac.be)
16720         * config.guess: Recognize UnixWare 1.1 (UNAME_SYSTEM is SYSTEM_V
16721         instead of UNIX_SV for UnixWare 1.0).
16723 Sat Aug 27 01:56:30 1994  Stu Grossman  (grossman@cygnus.com)
16725         * Makefile.in (all-gdb):  Add dependencies on all-gcc and all-ld
16726         to make gdb/nlm/* build after the compiler and linker.
16728 Fri Aug 26 14:30:05 1994  Per Bothner  (bothner@kalessin.cygnus.com)
16730         * config.guess (netbsd, freebsd, linux):  Accept any machine,
16731         not just i[34]86.
16732         (m68k-atari-sysv4):  Relocate to match FSF version.
16734         * config.guess:  More merges from the FSF:
16736         Add a space before function call or macro invocation.
16738         Tue May 10 16:53:55 1994  Roland McGrath (roland@churchy.gnu.ai.mit.edu)
16740         * config.guess: Add trap cmd to remove dummy.c and dummy when
16741         interrupted.
16743         Wed Apr 20 18:07:13 1994  Roland McGrath (roland@churchy.gnu.ai.mit.edu)
16745         * config.guess (dummy.c): Redirect stderr for `hostinfo' command.
16746         (dummy): Redirect stderr from compilation of dummy.c.
16748         Sat Apr  9 14:59:28 1994  Christian Kranz  (kranz@sent5.uni-duisburg.de)
16750         * config.guess: Distinguish between NeXTStep 2.1 and 3.x.
16752 Fri Aug 26 13:42:20 1994  Ken Raeburn  (raeburn@kr-laptop.cygnus.com)
16754         * configure: Accept and ignore --cache*, for compatibility with
16755         new autoconf.
16757 Fri Aug 26 13:05:27 1994  Per Bothner  (bothner@kalessin.cygnus.com)
16759         * config.guess:  Merge from FSF:
16761         Thu Aug 25 20:28:51 1994  Richard Stallman  <rms@mole.gnu.ai.mit.edu>
16763         * config.guess (Pyramid*:OSx*:*:*): New case.
16764         (PATH): Add /.attbin at end for finding uname.
16765         (dummy.c): Handle i860-alliant-bsd.  Follow whitespace conventions.
16767         Wed Aug 17 18:21:02 1994  Tor Egge  (tegge@pvv.unit.no)
16769         * config.guess (M88*:DolphinOS:*:*): New case.
16771         Thu Aug 11 17:00:13 1994  Stan Cox  (coxs@dg-rtp.dg.com)
16773         * config.guess (AViiON:dgux:*:*): Use TARGET_BINARY_INTERFACE
16774         to select whether to use ELF or COFF.
16776         Sun Jul 24 16:20:53 1994  Richard Stallman  <rms@mole.gnu.ai.mit.edu>
16778         * config.guess: Recognize i860-stardent-sysv and i860-unknown-sysv.
16780         Sun May  1 10:23:10 1994  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
16782         * config.guess: Guess the OS version for HPUX.
16784         Tue Mar  1 21:53:03 1994  Karl Heuer  (kwzh@hal.gnu.ai.mit.edu)
16786         * config.guess (UNAME_VERSION): Recognize aix3.2.4 and aix3.2.5.
16788 Fri Aug 26 11:19:08 1994  Ian Lance Taylor  (ian@sanguine.cygnus.com)
16790         * configure.in: Recognize --with-headers, --with-libs, and
16791         --without-newlib.
16792         * Makefile.in (all-xiberty): Depend upon all-ld.
16794 Wed Aug 24 12:36:50 1994  Ian Lance Taylor  (ian@sanguine.cygnus.com)
16796         * configure.in: Change i[34]86 to i[345]86.
16798 Mon Aug 22 10:58:33 1994  Ian Lance Taylor  (ian@sanguine.cygnus.com)
16800         * configure (version): A few more tweaks to help message.
16802 Fri Aug 19 12:40:25 1994  Per Bothner  (bothner@kalessin.cygnus.com)
16804         * Makefile.in:  Remove (for now) librx as a host library,
16805         now that we're building it for target.
16807 Fri Aug 19 10:49:17 1994  Ian Lance Taylor  (ian@sanguine.cygnus.com)
16809         * configure: Fix up help message; from karl@owl.hq.ileaf.com
16810         (Karl Berry).
16812 Tue Aug 16 16:11:08 1994  Per Bothner  (bothner@kalessin.cygnus.com)
16814         * configure.in:  Also configure librx.
16816 Mon Aug 15 16:51:45 1994  Per Bothner  (bothner@kalessin.cygnus.com)
16818         * Makefile.in:  Update various rules to reflect that librx
16819         is now needed for libg++.
16821 Fri Aug 12 18:07:21 1994  Ian Lance Taylor  (ian@sanguine.cygnus.com)
16823         * config.sub: Accept mips64orion and mips64orionel as a CPU name.
16825 Mon Aug  8 11:36:17 1994  Stan Shebs  (shebs@andros.cygnus.com)
16827         * configure.in: Configure the examples directory.
16829 Thu Aug  4 16:12:36 1994  Ian Lance Taylor  (ian@sanguine.cygnus.com)
16831         * configure: Simplify Jun 2 1994 change.
16833 Wed Aug  3 04:58:16 1994  D. V. Henkel-Wallace  (gumby@cygnus.com)
16835         * change CC to /usr/latest/bin/gcc for lynx host builds, since
16836         /bin/gcc isn't good enough to build gcc.
16838 Wed Jul 27 09:07:14 1994  Fred Fish  (fnf@cygnus.com)
16840         * Makefile.in (GDB_SUPPORT_FILES): Remove
16841         (setup-dirs-gdb, gdb.tar.gz, make-gdb.tar.gz):  Remove old rules.
16842         (gdb.tar.gz): Add new rule to use standard distribution building
16843         mechanism.
16845 Mon Jul 25 11:10:06 1994  Ian Lance Taylor  (ian@tweedledumb.cygnus.com)
16847         * configure.in: Warn about use of /usr/ucb/cc on Solaris.  From
16848         Bill Cox <bill@cygnus.com>.
16850 Sat Jul 23 12:19:46 1994  Per Bothner  (bothner@kalessin.cygnus.com)
16852         * config.guess:  Recognize ISC.  Patch from kwzh@gnu.ai.mit.edu.
16854 Fri Jul 22 17:53:59 1994  Stu Grossman  (grossman@cygnus.com)
16856         * configure:  Search current dir first in .gdbinit.
16858 Fri Jul 22 11:28:30 1994  Per Bothner  (bothner@kalessin.cygnus.com)
16860         * config.sub:  Recognize freebsd (merged from gcc config.sub).
16862 Thu Jul 21 14:10:52 1994  Per Bothner  (bothner@kalessin.cygnus.com)
16864         * config.sub:  Refer to NeXT's operating system as nextstep.
16866         * config.sub (case $basic_machine):  Re-order the cases, to match
16867         the order in the FSF version (which is mostly alphabethical).
16868         Merge in some additions and changes from the FSF.
16870 Sat Jul 16 12:03:08 1994  Stan Shebs  (shebs@andros.cygnus.com)
16872         * config.guess: Recognize m68k-atari-sysv4 and m88k-harris-csux7.
16873         * config.sub: Recognize cxux7.
16874         * configure.in: Use mh-cxux for m88k-harris-cxux*.
16876 Mon Jul 11 14:37:39 1994  Per Bothner  (bothner@kalessin.cygnus.com)
16878         * config.sub:  Fix typo powerpc -> powerpc-*.
16880 Sat Jul  9 13:03:43 1994  Michael Tiemann  (tiemann@blues.cygnus.com)
16882         * Makefile.in: `all-emacs19' depends on `all-byacc'.
16884         * Makefile.in: Add all-emacs19 and install-emacs19 rules (in
16885         parallel with all-emacs and install-emacs).  Top-level command
16886         `make all-emacs19 CC=gcc' now behaves as `make all-emacs CC=gcc'.
16888 Thu Jun 30 16:53:42 1994  Ian Lance Taylor  (ian@sanguine.cygnus.com)
16890         * test-build.mk ($(host)-stamp-stage2-installed): Remove
16891         $(relbindir)/make before doing ``make install'', and use
16892         $(GNU_MAKE) while doing it.  Avoids problem on SunOS with
16893         installing over running make binary.
16894         ($(host)-stamp-stage3-installed): Likewise.
16896 Tue Jun 28 13:43:25 1994  Jim Kingdon  (kingdon@lioth.cygnus.com)
16898         * config.guess: Recognize Mach.
16900 Mon Jun 27 16:41:14 1994  Ian Lance Taylor  (ian@sanguine.cygnus.com)
16902         * configure: Check ${exec_prefixoption}, not ${exec_prefix}, to
16903         see whether --exec-prefix was used.
16905 Sun Jun 26 21:15:54 1994  Per Bothner  (bothner@kalessin.cygnus.com)
16907         * README:  Explicitly mention libg++/README.  (Zoo's idea.)
16909 Tue Jun 21 12:45:55 1994  Jim Kingdon  (kingdon@lioth.cygnus.com)
16911         * Makefile.in: Add all-librx target similar to all-libproc.
16913 Wed Jun  8 23:11:55 1994  Stu Grossman  (grossman@cygnus.com)
16915         * config.guess:  Rearrange tests for Alpha-OSF1 to properly deal
16916         with post 1.2 uname bogosity.
16918 Thu Jun  9 00:27:59 1994  Ian Lance Taylor  (ian@tweedledumb.cygnus.com)
16920         * configure: Remove temporary files on receipt of a signal.
16922 Tue Jun  7 12:06:24 1994  Ian Lance Taylor  (ian@cygnus.com)
16924         * configure: If there is a package_makefile_frag, remove
16925         ${subdir}/Makefile.tem after copying it in.
16927 Mon Jun  6 21:35:02 1994  D. V. Henkel-Wallace  (gumby@cygnus.com)
16929         * build_all.mk: support rs6000 lynx identifies itself as
16930         rs6000-lynx-lynxos2.2.2.  Also, use /usr/cygnus/progressive/bin/gcc
16931         since /bin/gcc is too feeble to compile a modern gcc.
16933 Mon Jun  6 16:06:34 1994  Karen Christiansen (karen@cirdan.cygnus.com)
16935         * brought devo/test-build.mk update-to-date with progressive/
16936           test-build.mk. Add lynx targets and hppa flag info.
16938 Sat Jun  4 17:23:54 1994  Per Bothner  (bothner@kalessin.cygnus.com)
16940         * configure.in:  Use mh-ncrsvr43.  Patch from
16941         Tom McConnell <tmcconne@sedona.intel.com>.
16943 Fri Jun  3 17:47:24 1994  Per Bothner  (bothner@kalessin.cygnus.com)
16945         * config.guess (i386-unknown-bsdi):  No longer need to
16946         check #if defined(__bsdi__) && defined(__i386__).
16948 Thu Jun  2 18:56:46 1994  Ian Lance Taylor  (ian@tweedledumb.cygnus.com)
16950         * configure: Set program_transform_nameoption correctly.
16952 Thu Jun  2 10:57:06 1994  Karen Christiansen (karen@cirdan.cygnus.com)
16954         * brought build-all.mk update-to-date with progressive build-all.mk,
16955           added new targets and hppa info.
16957 Thu Jun  2 00:12:44 1994  Ian Lance Taylor  (ian@tweedledumb.cygnus.com)
16959         * configure: If config.guess result is a prefix of the user
16960         specified target, assume a native build and use the user specified
16961         target as the host alias.  Remove SunOS patch suffix removal hack.
16962         * configure.in: Remove SunOS patch suffix removal hack.
16964         * Makefile.in (CROSS_CHECK_MODULES): Remove check-flex, since it's
16965         in NATIVE_CHECK_MODULES.
16967 Wed Jun  1 10:49:41 1994  Bill Cox  (bill@rtl.cygnus.com)
16969         * Makefile.in: Rename HOST_ONLY to NATIVE.
16970         * configure: Delete SunOs patch suffix from host_canonical
16971           and build_canonical variables that are prepended to Makefiles.
16972         * configure.in: Add comments for easier maintenance.
16974 Tue May 31 19:39:47 1994  Jim Kingdon  (kingdon@lioth.cygnus.com)
16976         * Makefile.in: Add all-libproc target similar to all-gui.
16978 Tue May 31 17:16:33 1994  Tom Lord  (lord@cygnus.com)
16980         * Makefile.in (CHECK_MODULES): split into
16981         HOST_ONLY_CHECK_MODULES and CROSS_CHECK_MODULES.
16983 Tue May 31 16:36:36 1994  Paul Eggert  (eggert@twinsun.com)
16985         * config.guess (i386-unknown-bsdi): New system to guess.
16987 Wed May 25 16:47:10 1994  Jim Kingdon  (kingdon@lioth.cygnus.com)
16989         * Makefile.in: Add all-gui target (but not yet build by "all").
16991 Thu May 26 08:53:19 1994  Bill Cox  (bill@rtl.cygnus.com)
16993         * config.sub: Move deletion of patch suffix from here...
16994         * configure.in: To here, at Ian's suggestion.  The top-
16995           level scripts might need to know of a patch level.
16997 Wed May 25 09:15:54 1994  Bill Cox  (bill@rtl.cygnus.com)
16999         * config.sub: Strip off patch suffix so rtl is recognized
17000           as a sunos4.1.3 machine, even though it's been patched.
17002 Fri May 20 08:25:49 1994  Steve Chamberlain  (sac@deneb.cygnus.com)
17004         * Makefile.in (INSTALL_LAST): Delete.
17005         (INSTALL_DOSREL): New.
17007 Thu May 19 17:12:12 1994  Ian Lance Taylor  (ian@tweedledumb.cygnus.com)
17009         * configure.in: Use ld for i[34]86-*-sysv4* and sparc-*-solaris2*.
17010         Don't set use_gnu_ld to no for *-*-sysv4; that only controls
17011         whether we pass down --with-gnu-ld anyhow.
17013 Thu May 19 09:29:12 1994  Steve Chamberlain  (sac@cygnus.com)
17015         * Makefile.in (INSTALL_LAST): Change operation so it works
17016         on more flavors of make.
17017         * configure.in (go32): Don't build libg++ or libio.
17019 Fri May 13 13:28:34 1994  Steve Chamberlain  (sac@cygnus.com)
17021         * Makefile.in (Move HOST_PREFIX_1 and friends up so
17022         they can be overriden by templates.
17024 Sat May  7 16:46:44 1994  Steve Chamberlain  (sac@cygnus.com)
17026         * configure.in (target==go32): Don't build gdb.
17027         * dosrel: New directory.
17029 Fri May  6 14:19:25 1994  Steve Chamberlain  (sac@cygnus.com)
17031         * configure.in (host==go32): Configure dosrel too.
17032         * Makefile.in (INTALL_TARGET): Call INSTALL_LAST last.
17033         (HOST_CC, HOST_PREFIX, HOST_PREFIX_1): Undefine, they should
17034         be set by incoming names or templates.
17035         (INSTALL_LAST): New rule.
17037 Thu May  5 17:35:05 1994  Stan Shebs  (shebs@andros.cygnus.com)
17039         * config.sub (sparclitefrw, sparclitefrwcompat): Don't set the os.
17041 Thu May  5 20:06:45 1994  Ken Raeburn  (raeburn@cujo.cygnus.com)
17043         * configure.in (appdirs): New variable.  Currently empty, but will
17044         be used in gas distribution.  If nonempty, lists a set of
17045         directories at least one of which must get configured, or top
17046         level configuration is considered to have failed.
17047         (rs6000-*-lynxos*): Use new file name.
17049 Thu May  5 13:38:36 1994  Ian Lance Taylor  (ian@tweedledumb.cygnus.com)
17051         Eliminate XTRAFLAGS.
17052         * Makefile.in (CC_FOR_TARGET): If newlib exists, refer to the
17053         newlib include files using -idirafter, and also use -nostdinc.
17054         (CXX_FOR_TARGET): Likewise.
17055         (XTRAFLAGS): Removed.
17056         (BASE_FLAGS_TO_PASS): Remove XTRAFLAGS_FOR_TARGET.
17057         (EXTRA_HOST_FLAGS): Remove XTRAFLAGS.
17058         (EXTRA_TARGET_FLAGS, EXTRA_GCC_FLAGS): Likewise.
17059         ($(DO_X)): Don't pass down XTRAFLAGS.
17061 Thu May  5 00:16:36 1994  Ken Raeburn  (raeburn@kr-pc.cygnus.com)
17063         * configure.in (mips*-dec-bsd*): New target; do build linker.
17064         (mips*-*-bsd*): New target; don't build linker.
17066 Wed May  4 20:10:10 1994  D. V. Henkel-Wallace  (gumby@cygnus.com)
17068         * configure.in: support rs6000-*-lynxos* configuration.
17069         support sunos4 as a cross target.
17071         * config.sub: look for lynx*, not lynx since the OS version may
17072         legitimately be part of the name.
17074 Tue May  3 21:48:11 1994  Ken Raeburn  (raeburn@cujo.cygnus.com)
17076         * configure.in (i[34]86-*-sco*): Move to be with other i386
17077         targets.
17078         (romp-*-*): New target.  Skip various binary utilities.
17079         (vax-*-*): New target.  Don't build newlib.
17080         (vax-*-vms): Renamed from *-*-vms.  Don't build opcodes or newlib.
17082 Thu Apr 28 15:03:05 1994  David J. Mackenzie  (djm@rtl.cygnus.com)
17084         * configure.in: Only set host_makefile_frag if config
17085         directory exists.
17087 Wed Apr 27 12:14:30 1994  David J. Mackenzie  (djm@rtl.cygnus.com)
17089         * install.sh: If $dstdir exists, don't check whether each
17090         component does.
17092 Tue Apr 26 18:11:33 1994  Ian Lance Taylor  (ian@tweedledumb.cygnus.com)
17094         * test-build.mk (HOLES): Add sleep; used by rcs/src/conf.sh.
17096 Mon Apr 25 15:06:34 1994  Stan Shebs  (shebs@andros.cygnus.com)
17098         * configure.in (*-*-lynxos*): Don't configure newlib for either
17099         native or cross Lynx.
17101 Sat Apr 16 11:58:16 1994  Doug Evans  (dje@canuck.cygnus.com)
17103         * config.sub (sparc64-elf): Fix os.
17104         (z8k): Remove duplicate.
17106 Thu Apr 14 23:33:17 1994  Ian Lance Taylor  (ian@tweedledumb.cygnus.com)
17108         * Makefile.in (gcc-no-fixedincludes): Touch gcc/include/fixed, not
17109         gcc/stmp-fixproto, to try to prevent fixproto from being run.
17111 Wed Apr 13 15:14:52 1994  Bill Cox  (bill@cygnus.com)
17113         * configure: Make file links cleanly even if Lynx fails on
17114           an NFS symlink (at least fail cleanly).
17116 Mon Apr 11 10:58:56 1994  Jim Wilson  (wilson@sphagnum.cygnus.com)
17118         * test-build.mk (CC): For mips-sgi-irix4, change -XNh1500 to
17119         -XNh2000.
17121 Sat Apr  9 15:10:45 1994  David J. Mackenzie  (djm@rtl.cygnus.com)
17123         * configure: Unknown options are fatal again.
17125 Fri Apr  8 12:01:41 1994  David J. Mackenzie  (djm@cygnus.com)
17127         * configure: Ignore --x-includes and --x-libraries, for Autoconf
17128         compatibility.
17130 Thu Apr  7 17:31:43 1994  Doug Evans  (dje@canuck.cygnus.com)
17132         * build-all.mk: Add `clean' target.
17134 Wed Apr  6 20:44:56 1994  Peter Schauer  (pes@regent.e-technik.tu-muenchen.de)
17136         * config.guess:  Add SINIX support.
17137         * configure.in:  Add mips-*-sysv4* support.
17139 Mon Apr  4 17:41:44 1994  Doug Evans  (dje@canuck.cygnus.com)
17141         * build-all.mk: Document all useful targets.
17142         If canonhost is sparc-sun-solaris2.3, change it to sparc-sun-solaris2.
17143         If canonhost is mips-sgi-irix4.0.5H, change it to mips-sgi-irix4.
17145 Thu Mar 31 04:55:57 1994  David J. Mackenzie  (djm@rtl.cygnus.com)
17147         * configure: Support --silent, --quiet.
17149 Wed Mar 30 21:37:38 1994  David J. Mackenzie  (djm@rtl.cygnus.com)
17151         * configure: Support --disable-FEATURE.
17153 Tue Mar 29 19:15:05 1994  Jim Kingdon  (kingdon@lioth.cygnus.com)
17155         * config.guess: Recognize NCR running SVR4.3.
17157 Mon Mar 28 14:55:15 1994  Per Bothner  (bothner@kalessin.cygnus.com)
17159         * config.guess:  Make BSDI generate i386-unknown-bsd386.
17160         Patch from Paul Eggert <eggert@twinsun.com>.
17162 Mon Mar 28 12:54:52 1994  Ian Lance Taylor  (ian@tweedledumb.cygnus.com)
17164         * configure.in (powerpc-*-aix*): Treat like rs6000-*-*.
17166 Sat Mar 26 11:25:48 1994  David J. Mackenzie  (djm@rtl.cygnus.com)
17168         * configure: Make unrecognized options give nonfatal warnings
17169         instead of fatal errors, and pass them to any subdirectory
17170         configures in case they recognize them.
17171         Make --x equivalent to --with-x.
17173 Fri Mar 25 21:52:10 1994  David J. Mackenzie  (djm@rtl.cygnus.com)
17175         * configure: Add --enable-* options.  Clean up usage message and
17176         some comments.
17178 Thu Mar 24 09:12:53 1994  Doug Evans  (dje@canuck.cygnus.com)
17180         * Makefile.in (NM_FOR_TARGET): Build tree version is now nm.new.
17182 Sun Mar 20 11:28:22 1994  Jeffrey A. Law  (law@snake.cs.utah.edu)
17184         * configure.in (hppa*-*-*): Enable binutils.
17186 Sat Mar 19 11:50:16 1994  Jim Kingdon  (kingdon@lioth.cygnus.com)
17188         * config.sub: Recognize cisco.
17190 Fri Mar 18 16:42:32 1994  Jason Merrill  (jason@deneb.cygnus.com)
17192         * Makefile.in (CXXFLAGS): Add -fexternal-templates.
17194 Tue Mar 15 11:25:55 1994  Jim Kingdon  (kingdon@lioth.cygnus.com)
17196         * config.guess: about target *-hitachi-hiuxwe2, don't print more
17197         than one configuration name.  Add comment.
17199 Sun Mar  6 23:13:38 1994  Hisashi MINAMINO  (minamino@sra.co.jp)
17201         * config.guess: about target *-hitachi-hiuxwe2, fixed
17202         machine guessing order.  [Hitachi's CPU_IS_HP_MC68K
17203         macro is incorrect.]
17205 Sun Mar 13 09:10:08 1994  Jim Kingdon  (kingdon@lioth.cygnus.com)
17207         * Makefile.in (TAGS): Just build TAGS in each subdirectory, rather
17208         than the "make ls" stuff which used to be here.
17210 Fri Mar 11 12:52:39 1994  Per Bothner  (bothner@kalessin.cygnus.com)
17212         * config.guess:  Recognize i[34]86-unknown-freebsd.
17213         From Shawn M Carey <smcarey@rodan.syr.edu>.
17215 Thu Mar  3 14:24:21 1994  Per Bothner  (bothner@kalessin.cygnus.com)
17217         * configure.in (noconfigdirs for alpha): Remove libg++ and libio.
17219 Wed Mar  2 13:28:48 1994  Jim Kingdon  (kingdon@deneb.cygnus.com)
17221         * config.guess: Check for ptx.
17223 Mon Feb 28 16:46:50 1994  Kung Hsu  (kung@mexican.cygnus.com)
17225         * config.sub: Add os9k checking.
17227 Thu Feb 24 07:09:04 1994  Jeffrey A. Law  (law@snake.cs.utah.edu)
17229         * config.guess: Handle OSF1 running on HPPA processors
17231 Fri Feb 18 14:14:00 1994  Ken Raeburn  (raeburn@rtl.cygnus.com)
17233         * configure: If subdir configure fails, print out a message with
17234         subdirectory name, in case subdir's configure code didn't identify
17235         itself.
17237 Fri Feb 18 12:50:15 1994  Doug Evans  (dje@cygnus.com)
17239         * configure.in: Remove embedded newlines from configdirs.
17240         Avoid mismatches of substrings.  Fix matching strings at end
17241         of configdirs.
17243 Fri Feb 11 15:33:33 1994  Stu Grossman  (grossman at cygnus.com)
17245         * config.guess:  Add Lynx/rs6000 config support.
17247 Tue Feb  8 13:41:09 1994  Ken Raeburn  (raeburn@rtl.cygnus.com)
17249         * configure.in (alpha-dec-osf1*, alpha*-*-*): Build gas.
17251 Mon Feb  7 15:42:36 1994  Jeffrey A. Law  (law@cygnus.com)
17253         * configure.in (hppa*-*-osf*): Treat this just like most other
17254         PA configurations (eg no binutils or ld).
17255         (hppa*-*-*elf*): These configurations have binutils and ld.
17257 Sun Feb  6 16:35:07 1994  Jeffrey A. Law  (law@snake.cs.utah.edu)
17259         * config.sub (hiux): Fix typo.  From m-kasahr@sramhc.sra.co.JP.
17261 Sat Feb  5 01:00:33 1994  Ian Lance Taylor  (ian@tweedledumb.cygnus.com)
17263         * configure.in (rs6000-*-*): Build gas.
17265 Wed Feb  2 13:57:57 1994  Jeffrey A. Law  (law@snake.cs.utah.edu)
17267         * Makefile.in:  Avoid bug in losing hpux sed.
17269 Wed Feb  2 14:53:05 1994  Jim Kingdon  (kingdon@lioth.cygnus.com)
17271         * Makefile.in, test-build.mk: Remove MUNCH_NM; it was only needed
17272         for GDB and GDB has been fixed to not need it.
17274 Sun Jan 30 17:58:06 1994  Ken Raeburn  (raeburn@cujo.cygnus.com)
17276         * config.guess: Recognize vax hosts.
17278 Fri Jan 28 15:29:38 1994  Ken Raeburn  (raeburn@cujo.cygnus.com)
17280         * configure (while loop): Don't use "break 2" inside case
17281         statement -- the case statement isn't an enclosing loop.
17283 Mon Jan 24 18:40:06 1994  Per Bothner  (bothner@kalessin.cygnus.com)
17285         * config.guess:  Clean up NeXT support, to allow nextstep
17286         on Intel machines.  Make OS be nextstep.
17288 Sun Jan 23 18:47:22 1994  Richard Kenner  (kenner@vlsi1.ultra.nyu.edu)
17290         * config.guess: Add alternate forms for Convex.
17292 Thu Jan 20 16:13:41 1994  Stu Grossman  (grossman at cygnus.com)
17294         * configure:  Completely rewrite option processing.  Take
17295         advantage of pattern-matching to avoid invoking test frequently.
17296         Also clean up host and target defaulting logic.
17298 Mon Jan 17 15:06:56 1994  Ken Raeburn  (raeburn@cujo.cygnus.com)
17300         * Makefile.in: Replace all occurrances of "rootme" with "r" and
17301         "$${rootme}" with "$$r", to increase the likelihood that the do-*
17302         commands (plus user environment) will fit SCO limits.
17304 Thu Jan  6 11:20:57 1994  Ian Lance Taylor  (ian@tweedledumb.cygnus.com)
17306         * configure.in: Don't issue warnings about directories which are
17307         not being configured if -norecursion is set.  Correct test for
17308         --with-gnu-as and --with-gnu-ld to not get confused by substring
17309         matches.
17311         * configure.in: Don't build gas for alpha-dec-osf1*.
17313 Tue Jan  4 17:10:19 1994  Stu Grossman  (grossman at cygnus.com)
17315         * configure:  Back out Per's change of 12/19/1993.  It changes the
17316         behavior of configure in unexpected and confusing ways.
17318         Also, use different delim char when calculating
17319         program_transform_name so that the name can contain slashes.
17321 Sat Jan  1 13:45:31 1994  Rob Savoye  (rob@darkstar.cygnus.com)
17323         * configure.in, config.sub: Add support for VSTa micro-kernel.
17325 Sat Dec 25 20:00:47 1993  Jeffrey A. Law  (law@snake.cs.utah.edu)
17327         * configure.in: Nuke hacks which were used to get a special
17328         version of GAS for HPPA configurations.
17330 Sun Dec 19 20:40:44 1993  Per Bothner  (bothner@kalessin.cygnus.com)
17332         * configure:  If only ${target_alias} is given, use that
17333         as the default for ${host_alias}.
17334         * configure:  Add missing back-slashes before nested quotes.
17336 Wed Dec 15 18:07:18 1993  david d `zoo' zuhn  (zoo@andros.cygnus.com)
17338         * Makefile.in (BASE_FLAGS_TO_PASS): add YACC=$(BISON)
17340 Tue Dec 14 21:25:33 1993  Per Bothner  (bothner@cygnus.com)
17342         * config.guess:  Recognize some Tektronix configurations.
17343         From Kaveh R. Ghazi <ghazi@noc.rutgers.edu>.
17345 Sat Dec 11 11:18:00 1993  Steve Chamberlain  (sac@thepub.cygnus.com)
17347         * config.sub: Match any flavor of SH.
17349 Thu Dec  2 17:16:58 1993  Ken Raeburn  (raeburn@cujo.cygnus.com)
17351         * configure.in: Don't try to configure newlib for Alpha.
17353 Thu Dec  2 14:35:54 1993  Ian Lance Taylor  (ian@tweedledumb.cygnus.com)
17355         * configure.in: Don't build ld for Irix 5.  Don't build gas,
17356         libg++ or libio for any Alpha target.
17358         * configure.in (mips*-sgi-irix5*): New target; use mh-irix5.
17360 Wed Dec  1 17:00:33 1993  Jason Merrill  (jason@deneb.cygnus.com)
17362         * Makefile.in (GZIPPROG): Renamed from GZIP, which gzip uses for
17363         default arguments -- so it tried to compress itself.
17365 Tue Nov 30 13:45:15 1993  david d `zoo' zuhn  (zoo@andros.cygnus.com)
17367         * configure.in (notsupp): ensure that a space is always at the end
17368           of the configdirs list, since the grep checks for an explicit space
17370 Tue Nov 16 15:04:27 1993  david d `zoo' zuhn  (zoo@rtl.cygnus.com)
17372         * configure.in (target i386-sysv4.2): don't build ld, since static
17373           versions of many libraries are not available.
17375 Tue Nov 16 14:28:12 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
17377         * config.guess: Recognize Apollos (using environment variables).
17378         * configure.in: Don't configure ld, binutils, or gprof for Apollo.
17380 Thu Nov 11 12:03:50 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
17382         * config.guess: Recognize Sony news mips running newsos.
17384 Wed Nov 10 16:57:00 1993  Mark Eichin  (eichin@cygnus.com)
17386         * Makefile.in (all-cygnus, build-cygnus): "fi else" needs to be
17387         "fi ; else" for bash.
17389 Tue Nov  9 15:54:01 1993  Mark Eichin  (eichin@cygnus.com)
17391         * Makefile.in (BASE_FLAGS_TO_PASS): pass SHELL.
17393 Fri Nov  5 08:07:27 1993  D. V. Henkel-Wallace  (gumby@blues.cygnus.com)
17395         * config.sub: accept unixware as an alias for svr4.2.
17396         Fix some inconsistancies with the gcc version.
17398 Fri Nov  5 15:14:12 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
17400         * Makefile.in (DISTDOCDIRS):  Add gdb.
17402 Fri Nov  5 11:59:42 1993  Per Bothner  (bothner@kalessin.cygnus.com)
17404         * Makefile.in (DISTDOCDIRS):  Add libg++ and libio.
17406 Fri Nov  5 10:35:05 1993  Ken Raeburn  (raeburn@rover.cygnus.com)
17408         * Makefile.in (taz): Only build "info" in DISTDOCDIRS.
17409         (DISTDOCDIRS): Don't assume libg++ and gdb folks necessarily want
17410         this now.
17412 Thu Nov  4 18:58:23 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
17414         * config.sub: Accept hiux* as an OS name.
17416         * Makefile.in: Change RUNTEST_FLAGS back to RUNTESTFLAGS per
17417         etc/make-stds.texi.  The underscore came from gcc, and dje now
17418         agrees that RUNTESTFLAGS is the correct name.
17420 Thu Nov  4 10:49:01 1993  Per Bothner  (bothner@kalessin.cygnus.com)
17422         * install.sh:  Remove 'set -e'.  It makes any conditionals
17423         in the script useless.
17425         * config.guess: Automatically recognize arm-acorn-riscix
17426         Patch from Richard Earnshaw (rwe11@cl.cam.ac.uk).
17428 Thu Nov 04 08:08:04 1993  Jeffrey Wheat  (cassidy@cygnus.com)
17430         * Makefile.in: Change RUNTESTFLAGS to RUNTEST_FLAGS
17432 Wed Nov  3 22:09:46 1993  Ken Raeburn  (raeburn@rtl.cygnus.com)
17434         * Makefile.in (DISTDOCDIRS): New variable.
17435         (taz): Edit local Makefile.in sooner, instead of proto-toplev
17436         Makefile.in later.  Build "info" and "dvi" in DISTDOCDIRS.
17438 Wed Nov  3 21:31:52 1993  david d `zoo' zuhn  (zoo@rtl.cygnus.com)
17440         * configure.in (hppa target): check the source directory for the
17441           pagas sub-directory
17443 Wed Nov  3 11:12:22 1993  Doug Evans  (dje@canuck.cygnus.com)
17445         * config.sub: Allow -aout* and -elf*.
17447 Wed Nov  3 11:08:33 1993  Ken Raeburn  (raeburn@rtl.cygnus.com)
17449         * configure.in: Don't build ld on i386-solaris2, same as for
17450         sparc-solaris2.
17452 Tue Nov  2 14:21:25 1993  Per Bothner  (bothner@kalessin.cygnus.com)
17454         * Makefile.in (taz): Add texinfo/lgpl.texinfo (for libg++).
17456 Tue Nov  2 13:38:30 1993  Peter Schauer  (pes@regent.e-technik.tu-muenchen.de)
17458         * configure.in:  Configure gdb for alpha.
17460 Mon Nov  1 10:42:54 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
17462         * Makefile.in (CXXFLAGS): Add -O.
17464 Wed Oct 27 10:45:06 1993  david d `zoo' zuhn  (zoo@rtl.cygnus.com)
17466         * config.guess: added support for DG Aviion
17468 Tue Oct 26 14:37:37 1993  Ken Raeburn  (raeburn@rover.cygnus.com)
17470         * configure.in: Produce warning message for subdirectories not
17471         configurable for this host/target combination.  Don't try to
17472         configure gdb for vms.
17474 Mon Oct 25 11:22:15 1993  Ken Raeburn  (raeburn@rover.cygnus.com)
17476         * Makefile.in (taz): Replace "byacc" with "bison -y" in the
17477         appropriate files before making "diststuff".
17478         (DISTBISONFILES): New var: list of files to be edited.
17479         (DISTSTUFFDIRS): Add binutils.
17481 Fri Oct 22 20:32:15 1993  david d `zoo' zuhn  (zoo@rtl.cygnus.com)
17483         * config.sub: also handle mipsel and mips64el (for little endian mips)
17485 Fri Oct 22 07:59:20 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
17487         * configure.in: Add * to end of all OS names.
17489 Thu Oct 21 11:38:28 1993  Stan Shebs  (shebs@rtl.cygnus.com)
17491         * configure.in: Build newlib for LynxOS native.
17493 Wed Oct 20 09:56:12 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
17495         * config.guess: Add support for delta 88k running SVR3.
17497         * configure.in: Add comment about HP compiler vs. emacs.
17499 Tue Oct 19 16:02:22 1993  david d `zoo' zuhn  (zoo@rtl.cygnus.com)
17501         * configure.in: don't build ld on solaris2 (not a viable option
17502           due to bugs in getpwnam & getpwuid)
17504 Tue Oct 19 15:13:56 1993  Ken Raeburn  (raeburn@rtl.cygnus.com)
17506         * configure.in: Accept alpha-dec-osf1*, not just -osf1, since
17507         config.guess will produce a full version number.
17509 Tue Oct 19 15:58:01 1993  Ian Lance Taylor  (ian@tweedledumb.cygnus.com)
17511         * configure.in: Build linker and binutils for alpha-dec-osf1.
17513 Tue Oct 19 11:41:55 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
17515         * Makefile.in: Remove -O from CXXFLAGS for consistency with CFLAGS,
17516         and gdb/testsuite/Makefile.in.
17518 Sat Oct  9 18:39:07 1993  david d `zoo' zuhn  (zoo@rtl.cygnus.com)
17520         * configure.in: recognize mips*- instead of mips-
17522 Fri Oct  8 14:15:39 1993  Ken Raeburn  (raeburn@cygnus.com)
17524         * config.sub: Accept linux*coff and linux*elf as operating
17525         systems.
17527 Thu Oct  7 12:57:19 1993  Ian Lance Taylor  (ian@tweedledumb.cygnus.com)
17529         * config.sub: Recognize mips64, and mips3 as an alias for it.
17531 Wed Oct  6 13:54:21 1993  Peter Schauer  (pes@regent.e-technik.tu-muenchen.de)
17533         * configure.in: Remove alpha-dec-osf*, no longer necessary now that
17534         gdb knows how to handle OSF/1 shared libraries.
17536 Tue Oct  5 11:55:04 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
17538         * configure.in: Recognize hppa*-*-hiux* (currently synonym for hpux).
17539         * config.guess: Recognize Hitachi's HIUX.
17540         * config.sub: Recognize h3050r* and hppahitachi.
17541         Remove redundant cases for hp9k[23]*.
17543 Mon Oct  4 16:15:09 1993  david d `zoo' zuhn  (zoo@rtl.cygnus.com)
17545         * configure.in: default to '--with-gnu-as' and '--with-gnu-ld'
17546         if gas and ld are in the source tree and are in ${configdirs}.
17547         If ${use_gnu_as} or ${use_gnu_ld} are 'no', then don't set the
17548         --with options (but still pass them down on the command line,
17549         if they were explicitly specified).
17551 Fri Sep 24 19:11:13 1993  david d `zoo' zuhn  (zoo@rtl.cygnus.com)
17553         * configure: substitute SHELL value in Makefile.in with
17554         ${CONFIG_SHELL}
17556 Thu Sep 23 18:05:13 1993  Ian Lance Taylor  (ian@tweedledumb.cygnus.com)
17558         * configure.in: Build gas, ld, and binutils for *-*-sysv4* and
17559         *-*-solaris2* targets.
17561 Sun Sep 19 17:01:41 1993  david d `zoo' zuhn  (zoo@rtl.cygnus.com)
17563         * Makefile.in: define M4, and pass it down to sub-makes;
17564         all-autoconf now depends on all-m4
17566 Sat Sep 18 00:38:23 1993  david d `zoo' zuhn  (zoo@rtl.cygnus.com)
17568         * Makefile.in ({AR,RANLIB}_FOR_TARGET): make contingent on
17569         presence of {ar,ranlib} instead of a configured directory
17571 Wed Sep 15 08:41:44 1993  Jim Kingdon  (kingdon@cirdan.cygnus.com)
17573         * config.guess: Accept 34?? as well as 33?? for NCR.
17575 Mon Sep 13 12:28:43 1993  david d `zoo' zuhn  (zoo@rtl.cygnus.com)
17577         * configure.in: grab mt-hppa for HPPA targets; use 'gas ' instead
17578         of 'gas' in sed commands, since 'gash' is now in the tree as well.
17580 Fri Sep 10 11:23:52 1993  david d `zoo' zuhn  (zoo@rtl.cygnus.com)
17582         * configure: grab values for $(CC) and $(CXX) from the
17583         environment, so that someone can do "CC=gcc configure; make" and
17584         have it work right (matching the way that autoconf works now)
17586         * configure.in, Makefile.in: add support for gash, the tcl
17587         interface to Galaxy
17589         * config.guess: add NetBSD variants (hp300, x86)
17591 Thu Sep  9 16:48:52 1993  Jason Merrill  (jason@deneb.cygnus.com)
17593         * install.sh: Support -d option (in the manner of SunOS 4 install,
17594         as it is more deterministic than that of GNU install)
17595         (chmodcmd): Set file to mode 755 by default (should also do default
17596         chgrp and chown, but I don't feel like dealing with that now)
17598 Tue Sep  7 11:59:39 1993  Doug Evans  (dje@canuck.cygnus.com)
17600         * config.sub: Remove h8300hhms alias.
17602 Tue Aug 31 11:00:09 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
17604         * configure.in: Match *-*-solaris2* not *-sun-solaris2*.
17606 Mon Aug 30 18:29:10 1993  david d `zoo' zuhn  (zoo@rtl.cygnus.com)
17608         * Makefile.in (gcc-no-fixedincludes): touch stmp-fixproto as well
17609         as stmp-fixinc
17611 Wed Aug 25 16:35:59 1993  K. Richard Pixley  (rich@sendai.cygnus.com)
17613         * config.sub: recognize m88110-bug-coff.
17615 Tue Aug 24 10:23:24 1993  david d `zoo' zuhn  (zoo@rtl.cygnus.com)
17617         * Makefile.in (all-libio): all dependencies on the toolchain used
17618         to build this (gcc, gas, ld, etc)
17620 Fri Aug 20 17:24:24 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
17622         * config.guess: Deal with OSF/1 1.3 on alpha.
17624 Thu Aug 19 11:43:04 1993  david d `zoo' zuhn  (zoo@rtl.cygnus.com)
17626         * install.sh: add some 'else true' clauses for portability
17628         * configure.in: don't build libio for h8[35]00-*-* targets
17630 Tue Aug 17 19:02:31 1993  Per Bothner  (bothner@kalessin.cygnus.com)
17632         * Makefile.in:  Add support for new libio.
17634 Sun Aug 15 20:48:55 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
17636         * install.sh: If one command fails, don't try the rest.  Don't try
17637         to remove $dsttmp (via trap) unless we have already created it.
17638         If $src doesn't exist, detect it and exit with an error.
17640         * config.guess: Recognize BSD on hp300.
17642 Wed Aug 11 18:35:13 1993  Per Bothner  (bothner@kalessin.cygnus.com)
17644         * config.guess:  Map (9000/[34]??:HP-UX:*:*) to m68k-hp-hpux.
17645         Bug report from "Hamish (H.I.) Macdonald" <hamish@bnr.ca>.
17647 Wed Aug 11 15:37:51 1993  Jason Merrill  (jason@deneb.cygnus.com)
17649         * Makefile.in (all-send-pr): depends on all-prms
17651 Wed Aug 11 16:56:03 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
17653         * config.guess: Fix typo (9000/8??:4.3bsd -> 9000/7??:4.3bsd).
17655 Fri Aug  6 14:45:02 1993  Ian Lance Taylor  (ian@tweedledumb.cygnus.com)
17657         * config.guess: From michael@mercury.cs.mun.ca (Michael Rendell):
17658         Added test for mips-mips-riscos5.
17660 Thu Aug  5 15:45:08 1993  david d `zoo' zuhn  (zoo@rtl.cygnus.com)
17662         * configure.in: use mh-hp300 for 68k HP hosts
17664 Mon Aug  2 11:56:53 1993  david d `zoo' zuhn  (zoo@rtl.cygnus.com)
17666         * configure: add support for CONFIG_SHELL, so that you can use
17667         some alternate shell for evaluating configure scripts
17669 Sun Aug  1 11:36:27 1993  Fred Fish  (fnf@deneb.cygnus.com)
17671         * Makefile.in (make-gdb.tar.gz):  Sed bug reporting address
17672         in configure script to bug-gdb@prep.ai.mit.edu when building
17673         distribution archive.
17674         * Makefile.in (COMPRESS):  Remove def.
17675         * Makefile.in (gdb.tar.gz, make-gdb.tar.gz):  Renamed from
17676         gdb.tar.Z and make-gdb.tar.Z respectively.
17677         * Makefile.in (make-gdb.tar.gz):  Now only build gzip'd archive.
17678         * Makefile.in (make-gdb.tar.gz):  Minor changes to move closer
17679         to convergence with 'taz' target in Makefile.in.
17681 Fri Jul 30 12:34:57 1993  david d `zoo' zuhn  (zoo@rtl.cygnus.com)
17683         * install.sh (dsttmp): use trap to ensure that tmp files go
17684         away on error conditions
17686 Wed Jul 28 11:57:36 1993  david d `zoo' zuhn  (zoo@rtl.cygnus.com)
17688         * Makefile.in (BASE_FLAGS_TO_PASS): remove LOADLIBES
17690 Tue Jul 27 12:43:40 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
17692         * Makefile.in (install-dirs): Deal with a prefix like /gnu;
17693         its parent is '/' not ''.
17695         * Makefile.in (DEVO_SUPPORT): Add comments about ChangeLog.
17697 Fri Jul 23 09:53:37 1993  Jason Merrill  (jason@wahini.cygnus.com)
17699         * configure: if ${newsrcdir}/configure doesn't exist, don't assume
17700         that ${newsrcdir}/configure.in does.
17702 Tue Jul 20 11:28:50 1993  david d `zoo' zuhn  (zoo@rtl.cygnus.com)
17704         * test-build.mk: support for CONFIG_SHELL
17706 Mon Jul 19 21:54:46 1993  Fred Fish  (fnf@deneb.cygnus.com)
17708         * config.sub (netware):  Add as a basic system type.
17710 Wed Jul 14 12:03:11 1993  K. Richard Pixley  (rich@sendai.cygnus.com)
17712         * Makefile.in (Makefile): depend on configure.in.  Also drop the
17713           $(srcdir)/ from the dependency on Makefile.in.
17715 Tue Jul 13 20:10:58 1993  Doug Evans  (dje@canuck.cygnus.com)
17717         * config.sub: Recognize h8300hhms as h8300h-hitachi-hms.
17718         (h8300hhms is temporary until multi-libraries are implemented).
17719         * configure.in: Handle h8300h too.
17721 Sun Jul 11 17:35:27 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
17723         * config.guess: Recognize dpx/2 as m68k-bull-sysv3.
17725 Thu Jul  8 18:26:12 1993  John Gilmore  (gnu@cygnus.com)
17727         * configure:  Remove extraneous output when guessing host type.
17728         * config.guess:  Remove extraneous output when guessing using C
17729         compiler rather than uname, or when guessing fails.
17731 Wed Jul  7 17:58:14 1993  david d `zoo' zuhn  (zoo at rtl.cygnus.com)
17733         * Makefile.in: remove all.cross and install.cross targets
17735         * configure: remove CROSS=-DCROSS_COMPILE and ALL=all.cross
17736           definitions
17738 Tue Jul  6 10:39:44 1993  Steve Chamberlain  (sac@phydeaux.cygnus.com)
17740         * configure.in (target sh): Build gprof.
17742 Thu Jul  1 16:52:56 1993  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
17744         * config.sub: change -solaris to -solaris2
17746 Thu Jul  1 15:46:16 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
17748         * configure.in: Use config/mh-riscos for mips-*-sysv*.
17750 Wed Jun 30 09:31:58 1993  Ian Lance Taylor  (ian@cygnus.com)
17752         * configure: Correct error message for missing Makefile.in to
17753         print correct directory.
17755 Tue Jun 29 13:52:16 1993  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
17757         * install.sh: kludge around 386BSD shell bug
17759 Tue Jun 29 13:06:49 1993  Per Bothner  (bothner@rtl.cygnus.com)
17761         * config.guess:  Recognize NeXT.
17762         * config.guess:  Recognize i486-ncr-sysv4.
17763         * Makefile.in (taz):  rm $(TOOL)-$$VER before linking.
17765 Tue Jun 29 12:50:57 1993  Ian Lance Taylor  (ian@cygnus.com)
17767         * Makefile.in (MAKEINFOFLAGS): New variable.
17768         (FLAGS_TO_PASS): Pass MAKEINFO as MAKEINFO MAKEINFOFLAGS.
17769         * build-all.mk, test-build.mk: Pass down --no-split as
17770         MAKEINFOFLAGS when hosted on DOS.  Compile DOS hosted without -g.
17772 Thu Jun 24 13:39:11 1993  Per Bothner  (bothner@rtl.cygnus.com)
17774         * Makefile.in (DEVO_SUPPORT):  Add COPYING COPYING.LIB install.sh.
17776 Wed Jun 23 12:59:21 1993  Per Bothner  (bothner@rtl.cygnus.com)
17778         * Makefile.in (libg++.tar.z):  New rule.
17779         * Makefile.in (taz):  Replace 'configure -rm' by 'make distclean'.
17780         * Makefile.in (taz):  Only do a single chmod.
17782 Fri Jun 18 12:03:10 1993  david d `zoo' zuhn  (zoo at majipoor.cygnus.com)
17784         * install.sh: don't use dirname anymore (replaced with sed usage)
17786 Thu Jun 17 18:43:42 1993  Fred Fish  (fnf@cygnus.com)
17788         * Makefile.in:  Change extension for gzip'd files from '.z' to
17789         '.gz' per new FSF standard usage.
17791 Thu Jun 17 16:58:50 1993  david d `zoo' zuhn  (zoo at majipoor.cygnus.com)
17793         * configure: put quotes around the final value of program_transform_name
17795 Tue Jun 15 16:48:51 1993  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
17797         * Makefile.in: new install.sh support; update install-info rules
17799 Wed Jun  9 12:31:34 1993  Ian Lance Taylor  (ian@cygnus.com)
17801         * configure.in: Build diff for crosses, but not for go32 host.
17803         * configure.in: Build gprof only for native, and don't build it
17804         for mips-*-*, rs6000-*-*, or i[34]86-*-sco*.
17806 Mon Jun  7 13:12:11 1993  david d `zoo' zuhn  (zoo at deneb.cygnus.com)
17808         * configure.in: don't build gas,ld,binutils on for *-*-sysv4
17810 Mon Jun  7 11:40:11 1993  Brendan Kehoe  (brendan@lisa.cygnus.com)
17812         * configure.in (host_tools): Add prms.
17814 Fri Jun  4 13:30:42 1993  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
17816         * Makefile.in: install gcc, do installation of $(INSTALL_MODULES)
17817         with $(FLAGS_TO_PASS) on the command line
17819         * config.sub: Recognize lynx and lynxos
17821 Fri Jun  4 10:59:56 1993  Ian Lance Taylor  (ian@cygnus.com)
17823         * config.sub: Accept -ecoff*, not just -ecoff.
17825 Thu Jun  3 17:38:54 1993  Ken Raeburn  (raeburn@cambridge.cygnus.com)
17827         * Makefile.in (taz): Use .gz suffix instead of .z.
17828         (binutils.tar.gz, gas+binutils.tar.gz, gas.tar.gz): Fixed target
17829         names.
17831 Thu Jun  3 00:27:06 1993  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
17833         * Makefile.in (vault-install): add an 'else true' (for Ultrix)
17835 Wed Jun  2 18:19:16 1993  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
17837         * Makefile.in (install-no-fixedincludes):  install gcc last, so
17838         that rebuilds that might happen during 'make install' don't get
17839         bogus gcc include files
17841 Wed Jun  2 16:14:10 1993  Ken Raeburn  (raeburn@cambridge.cygnus.com)
17843         Change from Utah for HPPA support:
17844         * config.guess: Recognize hppa1.x-hp-bsd.
17846 Wed Jun  2 11:53:33 1993  Per Bothner  (bothner@rtl.cygnus.com)
17848         * config.guess:  Add support for Motorola Delta 68k, up to r3v7.
17849         Patch from pot@fly.cnuce.cnr.it (Francesco Potorti`).
17851 Tue Jun  1 17:48:42 1993  Rob Savoye  (rob at darkstar.cygnus.com)
17853         * config.sub: Add support for rom68k and bug boot monitors.
17855 Mon May 31 09:36:37 1993  Jim Kingdon  (kingdon@cygnus.com)
17857         * Makefile.in: Make all-opcodes depend on all-bfd.
17859 Thu May 27 08:05:31 1993  Ian Lance Taylor  (ian@cygnus.com)
17861         * config.guess: Added special check for i[34]86-univel-sysv4*.
17863 Wed May 26 16:33:40 1993  Ian Lance Taylor  (ian@cygnus.com)
17865         * config.guess: For i[34]86-unknown-sysv4 use UNAME_MACHINE for
17866         the processor rather than assuming i486.
17868 Wed May 26 09:40:18 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
17870         * config.guess: Recognize SunOS6 as Solaris3.
17872 Tue May 25 23:03:11 1993  Per Bothner  (bothner@cygnus.com)
17874         * config.guess:  Fix typo.  Avoid #elif (not in K&R 1).
17875         Recognize SunOS 5.* only (and not [6-9].*) as being Solaris2.
17877 Tue May 25 12:44:18 1993  Ian Lance Taylor  (ian@cygnus.com)
17879         * build-all.mk (all-cross): New target for Canadian Cross.
17880         Added Q2 go32 targets.
17881         * test-build.mk: Configure go32 cross sparclite-aout and
17882         mips-idt-ecoff -with-gnu-ld.  Moved build binary directory from
17883         PARTIAL_HOLE_DIRS to BUILD_HOLES_DIRS.
17885 Mon May 24 15:30:06 1993  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
17887         * configure.in: fix Alpha GDB typo; also, don't build DejaGnu for
17888         GO32 hosted toolchains
17890 Mon May 24 14:18:41 1993  Rob Savoye  (rob at darkstar.cygnus.com)
17892         * configure: change  so "-exec-prefix" gets passed down rather
17893         than "-exec_prefix" so autoconf generated Makefiles get the
17894         exec_prefix set right.
17896 Fri May 21 10:42:25 1993  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
17898         * config.guess: get the Solaris2 minor version number
17900         * Makefile.in: add standards.texi and make-stds.texi to ETC_SUPPORT
17902 Fri May 21 06:20:52 1993  Brendan Kehoe  (brendan@lisa.cygnus.com)
17904         * config.guess: Recognize some Sequent platforms.
17906 Thu May 20 14:33:48 1993  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
17908         * Makefile.in: added the vault-install target
17910         * configure.in: actually use the Sun3 makefile fragment that's in
17911         config, also added the release dir to configdirs
17913 Thu May 20 14:19:18 1993  Ken Raeburn  (raeburn@cambridge.cygnus.com)
17915         * Makefile.in (taz): Fix modes on stuff in $(TOOL) dir also.
17917 Tue May 18 20:26:41 1993  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
17919         * configure.in: remove some program from Alpha targetted toolchains
17921 Tue May 18 15:23:19 1993  Ken Raeburn  (raeburn@cygnus.com)
17923         * Makefile.in (DISTSTUFFDIRS): Renamed from PROTODIRS.  Add ld and
17924         gprof.
17925         (taz): Run "make diststuff" in those directories instead of "make
17926         proto-dir".  Look for "VERSION=" only at start of line in subdir
17927         Makefile.  Use "gzip -9" for compression.
17928         (TEXINFO_SUPPORT, DIST_SUPPORT, BINUTILS_SUPPORT_DIRS): New vars.
17929         (binutils.tar.z): New target.
17931 Mon May 17 17:01:15 1993  Ken Raeburn  (raeburn@deneb.cygnus.com)
17933         * Makefile.in (taz): Include gpl.texinfo.
17935 Fri May 14 06:48:38 1993  Ken Raeburn  (raeburn@deneb.cygnus.com)
17937         * Makefile.in (setup-dirs): Merged into "taz" target.
17938         (taz): Only do `proto-dir' stuff if a directory is actually needed
17939         for this target.
17941 Wed May 12 13:09:44 1993  Ian Lance Taylor  (ian@cygnus.com)
17943         * Makefile.in (MUNCH_NM): New variable, defined to be $(NM).
17944         (FLAGS_TO_PASS): Pass down MUNCH_NM.
17945         (HOST_CC, HOST_PREFIX, HOST_PREFIX_1): New variables.
17946         (EXTRA_GCC_FLAGS): Pass down HOST_* variables.
17947         (gcc-no-fixedincludes): Correct for current gcc Makefile.
17949 Tue May 11 10:14:25 1993  Fred Fish  (fnf@cygnus.com)
17951         * Makefile.in (make-gdb.tar.Z):  Add configure, config.guess,
17952         config.sub, and move-if-change to gdb testsuite distribution
17953         archive, so the testsuite can be extracted, configured, and
17954         run separately from the gdb distribution.  Blow away the Chill
17955         tests that require a Chill compiled executable, since GNU Chill
17956         is not yet publically available.
17958 Mon May 10 17:22:26 1993  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
17960         * test-build.mk: set environment variables in a single command,
17961         instead of a list of assignments and exports
17963         * config.guess: recognize Alpha/OSF1 systems
17965 Mon May 10 14:55:51 1993  K. Richard Pixley  (rich@rtl.cygnus.com)
17967         * configure: Change help message to prefer --options rather than
17968           -options.
17970 Mon May 10 05:58:35 1993  Ken Raeburn  (raeburn@kr-pc.cygnus.com)
17972         * config.sub: Convergent Tech. "miniframe" uses m68010, sez
17973         zippy@ecst.csuchico.edu.
17974         * config.guess: Recognize miniframe.
17976 Sun May  9 17:47:57 1993  Rob Savoye  (rob at darkstar.cygnus.com)
17978         * Makefile.in: Use srcroot to find runtest rather than rootme.
17979         Pass RUNTESTFLAGS and EXPECT down in BASE_FLAGS_TO_PASS.
17981 Fri May  7 14:55:59 1993  Ian Lance Taylor  (ian@cygnus.com)
17983         * test-build.mk: Extensive additions to support building on a
17984         machine other than the host.
17986 Wed May  5 08:35:04 1993  Ken Raeburn  (raeburn@deneb.cygnus.com)
17988         * configure (tooldir): Fix for i386-aix again.
17990 Mon May  3 19:00:27 1993  Per Bothner  (bothner@cygnus.com)
17992         * configure, Makefile.in:  Change definition of $(tooldir)
17993         to match the FSF.
17995 Fri Apr 30 15:55:21 1993  Fred Fish  (fnf@cygnus.com)
17997         * config.guess:  Recognize i[34]86/SVR4.
17999 Fri Apr 30 15:52:46 1993  Steve Chamberlain  (sac@thepub.cygnus.com)
18001         * Makefile.in (all-gdb): gdb depends on sim.
18003 Thu Apr 29 23:30:48 1993  Fred Fish  (fnf@cygnus.com)
18005         * Makefile.in (gdb.tar.Z):  Make prototype gdb testsuite directory
18006         at the same time we make the prototype gdb directory.
18007         * Makefile.in (make-gdb.tar.Z):  Make the testsuite distribution
18008         files at the same time as the gdb base release distribution.
18010 Thu Apr 29 12:50:37 1993  Ian Lance Taylor  (ian@cygnus.com)
18012         * Makefile.in (check): Use individual check targets rather than
18013         DO_X rule.
18014         (check-gcc): Added.
18016 Thu Apr 29 09:50:07 1993  Jim Kingdon  (kingdon@cygnus.com)
18018         * config.sub: Use sysv3.2 not sysv32 for canonical OS
18019         for System V release 3.2.
18021 Thu Apr 29 10:33:22 1993  Ken Raeburn  (raeburn@cambridge.cygnus.com)
18023         * config.sub: Recognize hppaosf.
18024         * configure.in: Do configure ld/binutils/gas for it.
18026 Tue Apr 27 06:25:34 1993  Ken Raeburn  (raeburn@kr-pc.cygnus.com)
18028         * configure (tooldir): Alter syntax used to set this, for systems
18029         where "\$" isn't handled right, like i386-aix.
18031 Thu Apr 22 08:17:35 1993  Ian Lance Taylor  (ian@cygnus.com)
18033         * configure: Pass program-transform-name, not
18034         program_transform_name, to recursive configures.
18036 Thu Apr 22 02:58:21 1993  Ken Raeburn  (raeburn@cygnus.com)
18038         * Makefile.in (gas+binutils.tar.z): New rule for building snapshots
18039         of gas+ld+binutils.
18041 Mon Apr 19 17:41:30 1993  Per Bothner  (bothner@cygnus.com)
18043         * config.guess:  Recognize AIX3.2 as distinct from 3.1.
18045 Sat Apr 17 17:19:50 1993  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
18047         * configure.in: rename m88k-motorola-m88kbcs to m88k-motorola-sysv
18049 Tue Apr 13 16:52:16 1993  Brendan Kehoe  (brendan@lisa.cygnus.com)
18051         * Makefile.in (PRMS): Set back to all-prms.
18053 Sat Apr 10 12:04:07 1993  Ian Lance Taylor  (ian@cygnus.com)
18055         * test-build.mk: Pass -with-gnu-as for known MIPS native and MIPS
18056         targets, rather than for MIPS hosts.
18058 Fri Apr  9 13:51:06 1993  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
18060         * configure.in: add comment for --with-x default values
18062         * config.guess: handle Motorola Delta88 box for SVR3 and SVR4.
18064         * Makefile.in: add check-* targets for each of the directories in
18065         the tree.  Add a definition of RUNTEST that will use the one we
18066         just built, if it exists.  Pass this down via FLAGS_TO_PASS.
18068 Thu Apr  8 09:21:30 1993  Ian Lance Taylor  (ian@cygnus.com)
18070         * configure.in: Removed obsolete references to bfd_target and
18071         target_makefile_frag.
18073         * build-all.mk: Set assorted targets for Q2.
18074         * config.sub: Recognize z8k-sim and h8300-hms.
18075         * test-build.mk: Really don't pass host to configure.
18076         (HOLES): Added uname.
18078 Wed Apr  7 15:48:19 1993  Ian Lance Taylor  (ian@cygnus.com)
18080         * configure: Handle an empty program-prefix, program-suffix or
18081         program-transform-name correctly.
18083 Tue Apr  6 13:48:41 1993  Ian Lance Taylor  (ian@cygnus.com)
18085         * build-all.mk: -G 8 no longer required for MIPS targets.
18086         * test-build.mk: Don't pass host argument to configure; make it
18087         guess.
18089 Tue Apr  6 10:36:53 1993  Fred Fish  (fnf@cygnus.com)
18091         * Makefile.in (gdb.tar.Z):  Fix for building gzip'd distribution.
18092         * Makefile.in (COMPRESS):  New macro, like GZIP.
18094 Fri Apr  2 09:02:31 1993  Ian Lance Taylor  (ian@cygnus.com)
18096         * test-build.mk: Use -with-gnu-as for mips-sgi-irix4 as well.
18098         * build-all.mk: Set GCC to gcc -O -G 8 for MIPS targets, since gcc
18099         with gas currently defaults to -G 0.
18101 Thu Apr  1 08:25:42 1993  Ian Lance Taylor  (ian@cygnus.com)
18103         * Makefile.in (all-flex): flex depends on byacc.
18105         * build-all.mk: If host not specified, use config.guess.  Pass TAG
18106         to test-build.mk as RELEASE_TAG.
18107         * test-build.mk (configargs): New variable containing arguments to
18108         pass to configure.  Set to -with-gnu-as on mips-dec-ultrix.
18109         (FLAGS_TO_PASS): Pass down RELEASE_TAG.
18111         * config.guess: Use /bin/uname when checking -X argument on SCO,
18112         to avoid invoking GNU uname which doesn't understand -X.
18114         * test-build.mk: Don't use /usr/unsupported/bin/as on AIX.
18116         * configure.in: Build gas for mips-*-*.
18118 Wed Mar 31 21:20:58 1993  K. Richard Pixley  (rich@rtl.cygnus.com)
18120         * Makefile.in (all.normal): insert missing backslash.
18122 Wed Mar 31 12:31:56 1993  Ian Lance Taylor  (ian@cygnus.com)
18124         * build-all.mk: Bump -XNh value to 1500 to match gcc requirements.
18126         * Makefile.in: Complete overhaul to merge many almost identical
18127         targets.
18129 Tue Mar 30 20:17:01 1993  Ken Raeburn  (raeburn@cambridge.cygnus.com)
18131         * Makefile.in (setup-dirs-gdb): Renamed from setup-dirs.
18132         (gdb.tar.Z): Adjusted.
18134         * Makefile.in (setup-dirs, taz): New targets; should be general
18135         enough to adapt for gdb sometime.  Build only .z file.
18136         (gas.tar.z): New target.
18138 Tue Mar 30 10:03:09 1993  Ian Lance Taylor  (ian@cygnus.com)
18140         * build-all.mk: Use CC=cc -Xs on Solaris.
18142 Thu Mar 25 15:14:30 1993  Fred Fish  (fnf@cygnus.com)
18144         * Makefile.in:  Incorporate changes suggested by wilson@cygnus.com
18145         for handling BISON for FSF releases.
18147 Thu Mar 25 06:19:48 1993  Ken Raeburn  (raeburn@kr-pc.cygnus.com)
18149         * configure: Actually implement the change zoo just documented.
18151 Wed Mar 24 13:02:44 1993  david d `zoo' zuhn  (zoo at poseidon.cygnus.com)
18153         * configure: when using config.guess, only set target_alias when
18154         it's not already been set (ie, on the command line)
18156 Mon Mar 22 23:07:39 1993  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
18158         * Makefile.in: add installcheck target, set PRMS to install-prms
18160 Sun Mar 21 16:46:12 1993  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
18162         * configure: add support for package_makefile_fragment, handle the
18163         case where a directory has a configure.in file but no Makefile.in
18164         more gracefully (with an actual understandable error message, even);
18165         add support for --without (and add this to the usage message); also
18166         explicitly add a --host=${host_alias} to the command line when
18167         config.guess is used
18169 Sun Mar 21 12:11:58 1993  Jim Wilson  (wilson@sphagnum.cygnus.com)
18171         * configure: Must use both --host and --target in recursive calls.
18173 Thu Mar 18 12:31:35 1993  Ian Lance Taylor  (ian@cygnus.com)
18175         * Makefile.in: Change deja-gnu to dejagnu.
18177 Mon Mar 15 15:44:35 1993  Ian Lance Taylor  (ian@cygnus.com)
18179         * configure.in (h8300-*-*, h8500-*-*): Don't build libg++.
18181 Fri Mar 12 18:30:14 1993  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
18183         * configure.in: canonicalize all instances to *-*-solaris2*,
18184         also strip out a number of tools to not build for go32 host
18186 Wed Mar 10 12:08:27 1993  K. Richard Pixley  (rich@rtl.cygnus.com)
18188         * config.guess: add GPL.
18190         * Makefile.in, config.guess, config.sub, configure: bump
18191           copyrights to 93.
18193 Wed Mar 10 07:12:48 1993  Ian Lance Taylor  (ian@cygnus.com)
18195         * Makefile.in (do-info): Removed obsolete check for existence of
18196         localenv file.
18198         * Makefile.in (MAKEOVERRIDES): Define to be empty.
18200 Wed Mar 10 03:11:56 1993  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
18202         * Makefile.in: a couple of 'else true' for decstation,
18203         support for TclX
18205         * configure.in: configure tclX too; don't remove Tk on RS/6000 anymore
18207 Tue Mar  9 16:06:12 1993  K. Richard Pixley  (rich@cygnus.com)
18209         * Makefile.in (setup-dirs): change invocation of make to $(MAKE).
18211 Mon Mar  8 14:52:11 1993  Ken Raeburn  (raeburn@cambridge)
18213         * config.guess: Recognize i386-ibm-aix (PS/2).
18214         * configure.in: Use config/mh-aix386 file for it.
18216 Mon Mar  8 11:12:43 1993  Ian Lance Taylor  (ian@cygnus.com)
18218         * Makefile.in (GCC_FOR_TARGET): Eliminated definition; use
18219         CC_FOR_TARGET instead.
18220         (BASE_FLAGS_TO_PASS): Pass GCC_FOR_TARGET=$(CC_FOR_TARGET).
18222 Wed Mar  3 16:00:28 1993  Steve Chamberlain  (sac@ok.cygnus.com)
18224         * Makefile.in: Add sim to list of directories sent with gdb
18226 Wed Mar  3 11:42:39 1993  Ken Raeburn  (raeburn@cygnus.com)
18228         * configure.in: Put back mips-dec-bsd* case.
18230 Tue Mar  2 21:15:58 1993  Fred Fish  (fnf@cygnus.com)
18232         (Ultrix 2.2 support from Michael Rendell <michael@mercury.cs.mun.ca>)
18233         * configure.in (vax-*-ultrix2*):  Add Ultrix 2.2 triplet.
18234         * config.guess:  Change 'VAX*:ULTRIX:*:*' to 'VAX*:ULTRIX*:*:*'.
18236 Tue Mar  2 18:11:03 1993  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
18238         * configure.in: remove no-op mips-dec-bsd* in "case $target"
18240         * Makefile.in (dir.info): only run gen-info-dir if it exists,
18241         (install-info): install dir.info only if it exists,
18242         (all-expect, install-expect): pass along X11_FLAGS_TO_PASS
18244 Tue Mar  2 09:01:30 1993  Ken Raeburn  (raeburn@cygnus.com)
18246         * configure.in: For vms target, skip bfd, ld, binutils.  Do build
18247         gas for mips-dec-bsd.
18249 Tue Mar  2 08:35:24 1993  Ian Lance Taylor  (ian@cygnus.com)
18251         * configure (makesrcdir): If ${srcdir} is relative and not ".",
18252         and ${subdir} is not ".", set makesrcdir based on ${invsubdir}.
18254 Tue Feb 23 14:18:28 1993  Mike Werner  (mtw@poseidon.cygnus.com)
18256         * configure.in: Added "dejagnu" to hosttools list.
18258 Mon Feb 22 23:28:38 1993  Per Bothner  (bothner@rtl.cygnus.com)
18260         * config.sub, configure.in, config.guess:  Add support
18261         for Bosx, an AIX variant from Bull.
18262         Patches from F.Pierresteguy@frcl.bull.fr.
18264 Sun Feb 21 11:15:22 1993  Mike Werner  (mtw@poseidon.cygnus.com)
18266         * devo/dejagnu: Initial creation of devo/dejagnu.
18267         Migrated dejagnu testcases and support files for testing software
18268         tools to reside as subdirectories, currently called "testsuite",
18269         within the directory of the software tool.  Migrated all programs,
18270         support libraries, etc. beloging to dejagnu proper from
18271         devo/deja-gnu to devo/dejagnu.  These files were moved "as is"
18272         with no modifications.  The changes to these files which will
18273         allow them to configure, build, and execute properly will be made
18274         in a future update.
18276 Fri Feb 19 20:19:39 1993  Brendan Kehoe  (brendan@lisa.cygnus.com)
18278         * Makefile.in: Change send_pr to send-pr.
18279         * configure.in: Likewise.
18280         * send_pr: Renamed directory to send-pr.
18282 Fri Feb 19 19:00:13 1993  Per Bothner  (bothner@cygnus.com)
18284         * Makefile.in:  Add some extra semi-colons (needed if SHELL=bash).
18286 Fri Feb 19 00:59:33 1993  John Gilmore  (gnu@cygnus.com)
18288         * README:  Update for gdb-4.8 release.
18289         * Makefile.in (gdb.tar.Z):  Add texinfo/tex3patch.  Build
18290         gdb-xxx.tar.z (gzip'd) file also.
18292 Thu Feb 18 09:16:17 1993  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
18294         * Makefile.in: make all-diff depend on all-libiberty
18296 Tue Feb 16 16:06:31 1993  K. Richard Pixley  (rich@cygnus.com)
18298         * config.guess: add vax-ultrix in the spirit of mips-ultrix.
18300 Tue Feb 16 05:57:15 1993  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
18302         * configure.in, Makefile.in: add hello, tar, gzip, recode, indent
18304 Tue Feb 16 00:58:20 1993  John Gilmore  (gnu@cygnus.com)
18306         * Makefile.in (DEVO_SUPPORT):  Remove etc directory
18307         (ETC_SUPPORT):  Only add the files GDB wants from etc/.
18308         (gdb.tar.Z):  Use ETC_SUPPORT.  Use byacc when building the file.
18310 Thu Feb 11 20:14:28 1993  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
18312         * Makefile.in:  makeinfo binary is in a new location
18314 Tue Feb  9 12:42:27 1993  Ian Lance Taylor  (ian@cygnus.com)
18316         * config.sub: Accept -ecoff as an OS.
18318         * Makefile.in: Various changes to eliminate a level of make
18319         recursion and reduce the required command line length.
18320         (BASE_FLAGS_TO_PASS): New variable holding flags passed to all
18321         sub-makes.
18322         (EXTRA_HOST_FLAGS, EXTRA_TARGET_FLAGS, EXTRA_GCC_FLAGS): New
18323         variables holding settings for specific sub-makes.
18324         (FLAGS_TO_PASS, TARGET_FLAGS_TO_PASS, GCC_FLAGS_TO_PASS): Rewrote
18325         in terms of BASE_FLAGS_TO_PASS.
18326         (TARGET_LIBS): New variable listing directories which use
18327         TARGET_FLAGS_TO_PASS.
18328         (subdir_do): Eliminated.
18329         (do-*): New set of targets to replace subdir_do.
18330         (various): All targets which used subdir_do now depend on do-*.
18331         (local-clean): Renamed from do_clean.
18332         (local-distclean): New target, dependency of distclean and
18333         realclean.
18334         (install-info): Don't create directories.  Depend on dir.info
18335         rather than calling make recursively.
18336         (install-dir.info): Eliminated.
18337         (install-info-dirs): Create all info directories here.
18338         (dir.info): Depend upon do-install-info.
18340         * test-build.mk (HOLES): Added false.
18342 Sat Feb  6 14:05:09 1993  Per Bothner  (bothner@rtl.cygnus.com)
18344         * config.guess:  Recognize BSDI and BSDJ (Jolitz 386bsd).
18346 Thu Feb  4 20:49:18 1993  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
18348         * Makefile.in (info): remove dependency on all-texinfo.  The
18349         problem was really in texinfo/C, not at this level.
18351 Thu Feb  4 13:38:41 1993  Ian Lance Taylor  (ian@cygnus.com)
18353         * Makefile.in (info): Added dependency on all-texinfo (PR 2112).
18355 Thu Feb  4 01:50:53 1993  John Gilmore  (gnu@cygnus.com)
18357         * Makefile.in (make-gdb.tar.Z):  Change BISON to 'bison -y' for
18358         GDB releases.
18360 Wed Feb  3 17:22:16 1993  Ken Raeburn  (raeburn@cambridge.cygnus.com)
18362         * configure: Include srcdir in message about target of link not
18363         being found.  Don't convert `-' to `_' in `with' options being
18364         passed to subdirs.
18366 Tue Feb  2 18:57:59 1993  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
18368         * configure.in: add uudecode to host_tools
18370         * Makefile.in: added {all,install}-uudecode targets, added them to
18371         the appropriate lists
18373 Tue Feb  2 11:45:53 1993  Ian Lance Taylor  (ian@cygnus.com)
18375         * Makefile.in (all-gcc): Added dependency on all-gas.
18377         * configure.in (mips-*-*): Build ld and binutils.
18379 Mon Feb  1 12:35:41 1993  K. Richard Pixley  (rich@rtl.cygnus.com)
18381         * configure: check return code from mkdir, print error message and
18382           exit on failure.
18384 Sat Jan 30 16:40:28 1993  John Gilmore  (gnu@cygnus.com)
18386         * Makefile.in (make-gdb.tar.Z):  New location for texinfo.tex.
18388 Thu Jan 28 15:09:59 1993  Ian Lance Taylor  (ian@cygnus.com)
18390         * test-build.mk (HOLES): Added tar, cpio and uudecode.
18392 Wed Jan 27 16:50:32 1993  Jim Wilson  (wilson@sphagnum.cygnus.com)
18394         * config.sub (h8500):  Recognize this as a cpu type.
18396 Sat Jan 23 20:32:01 1993  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
18398         * configure: source directory missing is no longer a warning
18400         * configure.in: recognize irix[34]* instead of irix[34]
18402         * Makefile.in: define and pass down X11_LIB
18404 Sat Jan 23 13:49:40 1993  Per Bothner  (bothner@cygnus.com)
18406         * guess-systype: Renamed to ...
18407         * config.guess:  ... by popular request.
18408         * configure.in, Makefile.in:  Update accordingly.
18410 Thu Jan 21 12:20:55 1993  Per Bothner  (bothner@cygnus.com)
18412         * guess-systype:  Patches from John Eaton <jwe@che.utexas.edu>:
18413         + Add Convex, Cray/Unicos, and Encore/Multimax support.
18414         + Execute ./dummy instead of assuming . is in PATH.
18416 Tue Jan 19 17:18:06 1993  Per Bothner  (bothner@cygnus.com)
18418         * guess-systype:  New shell script.  Attempts to guess the
18419         canonical host name of the executing host.
18420         Only a few hosts are supported so far.
18421         * configure:  Call guess-systype if no host is specified.
18423 Tue Jan 19 08:26:07 1993  Ian Lance Taylor  (ian@cygnus.com)
18425         * Makefile.in (gcc-no-fixedincludes): Made to work with current
18426         gcc Makefile.
18428 Fri Jan 15 10:27:02 1993  Ian Lance Taylor  (ian@cygnus.com)
18430         * Makefile.in (GCC_FLAGS_TO_PASS): New variable.
18431         (all-gcc, install-gcc, subdir_do): Use it.
18433 Wed Jan 13 17:06:45 1993  Jim Wilson  (wilson@sphagnum.cygnus.com)
18435         * Makefile.in: Rename uninstalled gcc driver from gcc to xgcc.
18437 Wed Jan  6 20:29:16 1993  Mike Werner  (mtw@rtl.cygnus.com)
18439         * Makefile.in: Removed explicit setting of SUBDIRS. SUBDIRS is now
18440           set exclusively by configure, using configure.in .
18442 Wed Jan  6 13:44:11 1993  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
18444         * test-build.mk: set $PATH for all builds
18446         * Makefile.in: pass TARGET_FLAGS_TO_PASS for xiberty and libm
18448 Wed Jan  6 11:02:10 1993  Fred Fish  (fnf@cygnus.com)
18450         * Makefile.in (GCC_FOR_TARGET):  Supply a default that matches
18451         the one used in gcc/Makefile.in, so that a null expansion doesn't
18452         override the one needed to build gcc with a native cc.
18454 Tue Jan  5 07:55:12 1993  Ken Raeburn  (raeburn@cambridge.cygnus.com)
18456         * configure: Accept -with arguments.
18458 Sun Jan  3 15:15:09 1993  Steve Chamberlain  (sac@thepub.cygnus.com)
18460         * Makefile.in: added h8300sim
18462 Tue Dec 29 15:06:00 1992  Ian Lance Taylor  (ian@cygnus.com)
18464         * build-all.mk: If canonhost is i386-unknown-sco3.2v4, change it
18465         to i386-sco3.2v4.  Set TARGETS and CFLAGS for i386-sco3.2v4.
18466         (all-cygnus, native, build-cygnus): Make
18467         $(canonhost)-stamp-3stage-done, not $(host)....
18468         * test-build.mk (stamp-3stage-compared): Use tail +10c for
18469         i386-sco3.2v4.  Added else true to if command.
18471 Mon Dec 28 12:08:56 1992  Ken Raeburn  (raeburn@cygnus.com)
18473         * config.sub: (from FSF) Sequent uses a BSD-like OS.
18475 Mon Dec 28 08:32:06 1992  Minh Tran-Le  (mtranle@paris.intellicorp.com)
18477         * configure.in (i[34]86-*-isc*): added; uses mh-sysv.
18479 Thu Dec 24 17:26:24 1992  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
18481         * configure.in: don't remove binutils from Solaris builds
18483 Thu Dec 24 14:08:38 1992 david d`zoo' zuhn  (zoo@cygnus.com)
18485         * Makefile.in: get rid of earlier definitions for *clean,
18486         also handle the recursive info rule better
18488 Thu Dec 24 12:40:21 1992  Per Bothner  (bothner@rtl.cygnus.com)
18490         * Makefile.in (mostlyclean, distclean, realclean):  Fix to
18491         do more-or-less the right thing.
18493 Wed Dec 16 10:25:31 1992  Ian Lance Taylor  (ian@cygnus.com)
18495         * Makefile.in: Add lines defining CC and CXX, and use CXX rather
18496         than gcc in definitions of CXX_FOR_BUILD and CXX_FOR_TARGET.
18498 Tue Dec 15 00:34:32 1992  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
18500         * Makefile.in: change all $(host_cpu)-$(host_vendor)-$(host_os) to
18501         $(host_canonical).
18503         * configure.in: split the configdirs list into 4 categories (native
18504         v. cross, library v. tool) and handle the cross-only and native-
18505         only in more reasonable (and correct!) way.
18507 Mon Dec 14 17:04:22 1992  Stu Grossman  (grossman at cygnus.com)
18509         * configure.in (hppa*-*-*):  Don't remove bfd and gdb from
18510         configdirs anymore.
18512 Sun Dec 13 00:37:26 1992  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
18514         * Makefile.in: extensive cleanup::  removed all of the explicit
18515         clean-* targets, collapsed many wrappers around subdir_do into
18516         one, added additional targets to satisfy standards.texi, deleted
18517         some old targets, some changes for consistency
18519 Fri Dec 11 20:18:02 1992  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
18521         * configure.in: handle some programs as cross-only, and others as
18522         native only
18524         * test-build.mk: handle partial holes in a more generic manner
18526         * Makefile.in: m4 depends on libiberty
18528 Thu Dec  3 21:52:11 1992  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
18530         * configure.in: add m4, textutils, fileutils, sed, shellutils,
18531         time, wdiff, and find to configdirs
18533         * Makefile.in: all, clean, and install rules for the new programs
18534         added to configure.in
18536 Mon Nov 30 14:54:34 1992  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
18538         * configure.in: use mh-sun for all *-sun-* hosts
18540 Fri Nov 27 18:35:54 1992  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
18542         * Makefile.in: define flags for X11 include files and library file
18543         locations, pass them down to the programs that need this info
18545         * build-all.mk: added a 'native' target, to 3stage the native toolchain
18547 Sun Nov 22 18:59:13 1992  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
18549         * configure.in: start building libg++ for HP-UX targets
18551 Wed Nov 18 19:33:11 1992  John Gilmore  (gnu@cygnus.com)
18553         * README:  Update references to files moved into etc/.
18555 Sun Nov 15 09:36:08 1992  Fred Fish  (fnf@cygnus.com)
18557         * config.sub (i386sol2, i486sol2):  i[34]86-unknown-solaris2.
18558         * configure.in (i[34]86-*-solaris2*):  Use config/mh-sysv4.
18560 Thu Nov 12 08:50:42 1992  Ian Lance Taylor  (ian@cygnus.com)
18562         * configure: accept dash as well as underscore in long option
18563         names for FSF compatibility.
18565 Wed Nov 11 08:04:37 1992  Ian Lance Taylor  (ian@cygnus.com)
18567         * config.sub: added -sco3.2v4 support from FSF.
18569 Sun Nov  8 21:14:30 1992  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
18571         * configure.in: expand the section that adds or removes
18572         directories from the list of programs to build, to handle native
18573         vs. cross in addition to host v. native
18575 Sat Nov  7 18:52:27 1992  Per Bothner  (bothner@rtl.cygnus.com)
18577         * Makefile.in:  Replace C++ in macro names with CXX.
18578         This is less likely to break ...
18580 Sat Nov  7 15:16:58 1992  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
18582         * test-build.mk: add -w to GNU_MAKE
18584 Fri Nov  6 23:10:37 1992  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
18586         * config.sub: remove 'sparc'-->'sparc-sun' default transformation,
18587         add 'sparc' to list of recognized cpus.  This needed to make
18588         'sparc-aout' expand to 'sparc-unknown-aout' instead of 'sparc-sun-aout'.
18589         Delete some redundant ose68 variants.  Recognize -wrs as an os,
18590         then changes that into $CPU-wrs-vxworks.
18592         * configure.in: remove most references to gdbtest, regularize
18593         target based program removal
18595         * test-build.mk: import from p3 tree (many fixes and changes)
18597 Fri Nov  6 20:59:00 1992  david d `zoo' zuhn  (zoo@cygnus.com)
18599         * Makefile.in: added rules to handle tcl, tk, and expect
18601         * configure.in: handle those directories if they exist
18603 Thu Nov  5 14:35:41 1992  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
18605         * config.sub: removed bogus hppabsd and hppahpux names, since
18606         "hppa" is not a valid cpu (hppa1.1 or hppa1.0 are, though)
18608 Thu Oct 29 00:12:41 1992  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
18610         * Makefile.in: all-gcc now depends on all-binutils.  all-libg++
18611         depends upon all-xiberty
18613         * Makefile.in: changes from p3, including:
18615         Thu Oct  8 15:00:17 1992  Ian Lance Taylor  (ian@cygnus.com)
18617         * Makefile.in (XTRAFLAGS): include newlib directories if
18618         newlib/Makefile exists, rather than if host != target.
18620         Fri Sep 25 13:41:52 1992  Ian Lance Taylor  (ian@cygnus.com)
18622         * Makefile.in: added -nostdinc to XTRAFLAGS if we are using gcc
18623         from the same source tree and not building a cross-compiler.  This
18624         matters for the libg++ configuration if reconfiguring a tree that
18625         has already been installed.
18627         Thu Sep 10 10:35:51 1992  Ian Lance Taylor  (ian@cygnus.com)
18629         * Makefile.in: added -I for newlib/targ-include to XTRAFLAGS, to
18630         pick up the machine and system specific header files.
18632         * Makefile.in: added AS_FOR_TARGET, passed down in
18633         TARGET_FLAGS_TO_PASS.  Added CC_FOR_BUILD, which is intended to be
18634         the C compiler to use to create programs which are run in the
18635         build environment, set it to default to $(CC), and passed it down
18636         in FLAGS_TO_PASS and TARGET_FLAGS_TO_PASS.
18638         Mon Sep  7 22:34:42 1992  Ian Lance Taylor  (ian@cirdan.cygnus.com)
18640         * Makefile.in: add $(host) = $(target) tests back to *_FOR_TARGET.
18641         We need them for unusual native builds, like systems without
18642         ranlib.
18644         * configure: also define $(host_canonical) and
18645         $(target_canonical), which are the full, canonical names for the
18646         given host and target
18648 Sun Nov  1 16:38:17 1992  Per Bothner  (bothner@cygnus.com)
18650         * Makefile.in:  Added separate definitions for C++.
18652 Fri Oct 30 11:37:52 1992  Fred Fish  (fnf@cygnus.com)
18654         * configure.in (configdirs):  Add deja-gnu.
18656 Fri Oct 23 00:39:18 1992  John Gilmore  (gnu@cygnus.com)
18658         * README:  Update for configure.texi and gdb-4.7 release.
18660 Wed Oct 21 21:54:27 1992  John Gilmore  (gnu@cygnus.com)
18662         * Makefile.in:  Move "all" target to top of file.
18663         Previously, first target was ".PHONY" which caused BSD4.4 make
18664         to build .PHONY when make was run without arguments.
18666 Mon Oct 19 01:17:54 1992  John Gilmore  (gnu@cygnus.com)
18668         * Makefile.in:  Add COPYING.LIB to GDB releases, now that there's
18669         Library-copylefted code in libiberty.
18671 Tue Oct 13 01:22:32 1992  John Gilmore  (gnu@cygnus.com)
18673         * config.sub:  Replace m68kmote with plain old m68k.
18675 Fri Oct  9 03:14:24 1992  John Gilmore  (gnu@cygnus.com)
18677         * Makefile.in:  Remove space from blank line, avoid Make complaints.
18679 Thu Oct  8 18:41:45 1992  Ken Raeburn  (raeburn@cygnus.com)
18681         * config.sub: Complain if no argument is given.  Added support for
18682         386bsd as OS and target alias.
18684 Thu Oct  8 15:07:22 1992  Ian Lance Taylor  (ian@cygnus.com)
18686         * Makefile.in (XTRAFLAGS): include newlib directories if
18687         newlib/Makefile exists, rather than if host != target.
18689 Mon Oct  5 03:00:09 1992  Mark Eichin  (eichin at tweedledumber.cygnus.com)
18691         * config.sub: recognize sparclite-wrs-vxworks.
18693         * Makefile.in (install-xiberty): added *-xiberty make rules (from
18694         p3.) Added clean-xiberty to clean.
18696 Thu Oct  1 17:59:19 1992  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
18698         * configure.in: use *-*-* instead of nested cases for host and target
18700 Tue Sep 29 14:11:18 1992  Ian Lance Taylor  (ian@cygnus.com)
18702         * Makefile.in: added -nostdinc to XTRAFLAGS if we are using gcc
18703         from the same source tree and not building a cross-compiler.  This
18704         matters for the libg++ configuration if reconfiguring a tree that
18705         has already been installed.
18707 Sep 20 08:53:10 1992  Fred Fish  (fnf@cygnus.com)
18709         * config.sub (i486v/i486v4):  Merge in from FSF version.
18711 Fri Sep 18 00:32:00 1992  Mark Eichin  (eichin@cygnus.com)
18713         * configure: only set PWD if it is already set.
18715 Thu Sep 17 23:05:53 1992  Mark Eichin  (eichin@cygnus.com)
18717         * configure: just set PWD=`pwd` at the top, since Ultrix sh
18718         doesn't have unset and all success paths (and most error paths)
18719         out set it anyway. (Note: should change all uses of ${PWD=`pwd`}
18720         to just ${PWD} to avoid confusion.)
18722 Tue Sep 15 16:00:54 1992  Ian Lance Taylor  (ian@cygnus.com)
18724         * configure: always set $(tooldir) to $(libdir)/$(target_alias),
18725         even for a native compilation.
18727 Tue Sep 15 02:22:56 1992  John Gilmore  (gnu@cygnus.com)
18729         Changes to make the gdb.tar.Z rule work better.
18731         * Makefile.in (GDB_SUPPORT_DIRS):  Add opcodes.
18732         (DEVO_SUPPORT):  Add configure.texi.
18733         (bfd-ilrt.tar.Z):  Remove ancient rule.
18735 Thu Sep 10 10:43:19 1992  Ian Lance Taylor  (ian@cygnus.com)
18737         * Makefile.in: added -I for newlib/targ-include to XTRAFLAGS, to
18738         pick up the machine and system specific header files.
18740         * configure.in, config.sub: added new target m68010-adobe-scout,
18741         with alias of adobe68k.  Changed configure.in to check for
18742         -scout before -sco* to avoid a false match.
18744         * Makefile.in: added AS_FOR_TARGET, passed down in
18745         TARGET_FLAGS_TO_PASS.  Added CC_FOR_BUILD, which is intended to be
18746         the C compiler to use to create programs which are run in the
18747         build environment, set it to default to $(CC), and passed it down
18748         in FLAGS_TO_PASS and TARGET_FLAGS_TO_PASS.
18750 Wed Sep  9 12:21:42 1992  Ian Lance Taylor  (ian@cygnus.com)
18752         * Makefile.in: added TARGET_FLAGS_TO_PASS, CC_FOR_TARGET,
18753         AR_FOR_TARGET, RANLIB_FOR_TARGET, NM_FOR_TARGET.  Pass
18754         TARGET_FLAGS_TO_PASS, which defines CC, AR, RANLIB and NM as the
18755         FOR_TARGET variants, to newlib and libg++.
18757 Tue Sep  8 17:28:30 1992  Ken Raeburn  (raeburn@cambridge.cygnus.com)
18759         * Makefile.in (all-gas, all-gdb): Require all-opcodes to be built
18760         first.
18762 Wed Sep  2 02:50:05 1992  John Gilmore  (gnu@cygnus.com)
18764         * config.sub:  Accept `elf' as an environment.
18766 Tue Sep  1 15:48:30 1992  Steve Chamberlain  (sac@thepub.cygnus.com)
18768         * Makefile.in (all-opcodes):  cd into the right directory
18770 Sun Aug 30 21:12:11 1992  Ian Lance Taylor  (ian@cygnus.com)
18772         * configure: added -program_transform_name option, used as
18773         argument to sed when installing programs.
18774         configure.texi: added documentation for -program_prefix,
18775         -program_suffix and -program_transform_name.
18777 Thu Aug 27 21:59:44 1992  John Gilmore  (gnu@cygnus.com)
18779         * config.sub:  Accept i486 where i386 ok.
18781 Thu Aug 27 13:04:42 1992  Brendan Kehoe  (brendan@rtl.cygnus.com)
18783         * config.sub: accept we32k
18785 Mon Aug 24 14:05:14 1992  Ian Lance Taylor  (ian@cygnus.com)
18787         * config.sub, configure.in: accept OSE68000 and OSE68k.
18789         * Makefile.in: don't create all directories for ``make install'';
18790         let the subdirectories create the ones they need.
18792 Tue Aug 11 23:13:17 1992  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
18794         * COPYING: new file, GPL v2
18796 Tue Aug  4 01:12:43 1992  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
18798         * Makefile.in: use the new gen-info-dir, which needs a template
18799         argument (which also lives in texinfo)
18801         * configure.texi, standards.texi: fix INFO-DIR-ENTRY
18803 Mon Aug  3 00:34:17 1992  Fred Fish  (fnf@cygnus.com)
18805         * config.sub (ncr3000):  Change i386 to i486.
18807 Thu Jul 23 00:12:17 1992  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
18809         * Makefile.in: add install-rcs, install-grep to
18810         install-no-fixedincludes, removed install-bison and install-libgcc
18812 Tue Jul 21 01:01:50 1992  david d `zoo' zuhn (zoo@cygnus.com)
18814         * configure.in: grab the HPUX makefile fragment if on HPUX
18816 Mon Jul 20 11:02:09 1992  D. V. Henkel-Wallace  (gumby@cygnus.com)
18818         * Makefile.in: eradicate bison spoor (ditto libgcc).
18819          configure.in: recognise m68{k,000}-ericsson-OSE.
18820          es1800 is alias for m68k-ericsson-OSE
18822 Sun Jul 19 17:49:02 1992  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
18824         * configure.in: rearrange the parts that remove programs from
18825         configdirs, based now on HOST==TARGET or by canonical triple.
18827 Fri Jul 17 22:52:49 1992  K. Richard Pixley  (rich@rtl.cygnus.com)
18829         * test-build.mk: recurse explicitly with -f test-build.mk when
18830           appropriate.  predicate stage3 and comparison on the existence
18831           of gcc.  That is, if gcc isn't around, we aren't three-staging.
18832           On very clean, also remove ...stamp-co.  Build in-place before
18833           doing other builds.
18835 Thu Jul 16 18:33:09 1992  Steve Chamberlain  (sac@thepub.cygnus.com)
18837         * Makefile.in, configure.in: add tgas
18839 Thu Jul 16 16:05:28 1992  K. Richard Pixley  (rich@rtl.cygnus.com)
18841         * Makefile.in: a number of changes merged in from progressive.
18843         * configure.in: add libm.
18845         * .cvsignore: ignore some stuff that comes from test-build.mk.
18847 Tue Jul  7 00:24:52 1992  Fred Fish  (fnf@cygnus.com)
18849         * config.sub:  Add es1800 (m68k-ericsson-es1800).
18851 Tue Jun 30 20:24:41 1992  D. V. Henkel-Wallace  (gumby@cygnus.com)
18853         * configure: Add program_suffix (parallel to program_prefix)
18854         * Makefile.in: adjust directory-creating script for losing decstation
18856 Mon Jun 22 23:43:48 1992  Per Bothner  (bothner@cygnus.com)
18858         * configure:  Minor $subdir-related fixes.
18860 Mon Jun 22 18:30:26 1992  Steve Chamberlain  (sac@thepub.cygnus.com)
18862         * configure: fix various problems with propogating
18863         makefile_target_frag in subdirs.
18864         * configure.in: config libgcc if its there
18866 Fri Jun 19 15:19:40 1992  Stu Grossman  (grossman at cygnus.com)
18868         * config.sub:  HPPA merge.
18870 Sun Jun 14 10:29:19 1992  John Gilmore  (gnu at cygnus.com)
18872         * Makefile.in:  Replace all-bison with all-byacc in all
18873         dependency lines for other tools (which now use byacc).
18875 Fri Jun 12 22:21:57 1992  John Gilmore  (gnu at cygnus.com)
18877         * config.sub:  Add sun4sol2 => sparc-sun-solaris2.
18879 Thu Jun  4 12:07:32 1992  Mark Eichin  (eichin@cygnus.com)
18881         * Makefile.in: make gprof rules similar to byacc rules (instead of
18882         vestigal $(unsubdir) that didn't work...)
18884 Thu Jun  4 00:37:05 1992  Per Bothner  (bothner@rtl.cygnus.com)
18886         * config.sub:  Add support for Linux.
18887         * Makefile.in:  Use $(FLAGS_TO_PASS) more consistently
18888         (at least for libg++).
18890 Tue Jun 02 20:03:00 1992  david d `zoo' zuhn (zoo@cygnus.com)
18892         * configure.texi: fix doc for the -nfp option to configure
18894 Tue Jun  2 17:20:52 1992  Michael Tiemann  (tiemann@cygnus.com)
18896         * Makefile.in (all-binutils): ar needs flex, so depend on all-flex.
18898 Sun May 31 15:04:08 1992  Mark Eichin  (eichin at cygnus.com)
18900         * config.sub: changed [^-]+ to [^-][^-]* so that it works under
18901         Sun sed. (BSD 4.3 sed doesn't handle [^-]+ either.)
18902         * configure.in: added solaris* host_makefile_frag hook.
18904 Sun May 31 01:10:34 1992  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
18906         * config.sub: changed recognition of m68000 so that various
18907         m68k types can be specified via m680[01234]0
18909 Sat May 30 21:01:06 1992  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
18911         * config.sub (basic_machine): fix sed so that '-foo' isn't
18912         completely substituted out while .+'-foo' loses the '-foo'
18914 Wed May 27 23:18:52 1992  Michael Tiemann  (tiemann@rtl.cygnus.com)
18916         * config.sub ($os): Add -aout.
18918 Fri May 22 14:00:02 1992  Per Bothner  (bothner@cygnus.com)
18920         * configure:  If host_makefile_frag is absolute, don't
18921         prefix ${invsubdir} (relevant to libg++ auto-configure).
18923 Thu May 21 18:00:09 1992  Michael Tiemann  (tiemann@rtl.cygnus.com)
18925         * Makefile.in (tooldir): Define it.
18926         (all-ld): Depend on all-flex.
18928 Sun May 10 21:45:59 1992  Per Bothner  (bothner@rtl.cygnus.com)
18930         * Makefile.in (check):  Fix libg++ special case.
18932 Fri May  8 08:31:41 1992  K. Richard Pixley  (rich@cygnus.com)
18934         * configure: do not bury `pwd` into config.status, thus do fewer
18935           pwd's.
18937         * configure: print the "Building in" message only when building in
18938           other than "." AND verbose.
18940         * configure: remove -s, rework -v to better accommodate guested
18941           configures.
18943         * standards.texi: updated to 3 may, fixed librid <-> libdir typo.
18945 Fri May  1 18:00:50 1992  K. Richard Pixley  (rich@cygnus.com)
18947         * Makefile.in: macroize flags passed on recursion.  remove
18948           fileutils.
18950 Thu Apr 30 08:56:20 1992  K. Richard Pixley  (rich@cygnus.com)
18952         * configure: get makesrcdir right for subdirs deeper than 1.
18954         * Makefile.in: pass INSTALL, INSTALL_DATA, INSTALL_PROGRAM on
18955           install.
18957 Fri Apr 24 15:51:51 1992  K. Richard Pixley  (rich@cygnus.com)
18959         * Makefile.in: don't print subdir_do or recursion lines.
18961 Fri Apr 24 15:22:04 1992  K. Richard Pixley  (rich@cygnus.com)
18963         * standards.texi: added menu item.
18965         * Makefile.in: build and install standards.info.
18967         * standards.texi: new file.
18969 Wed Apr 22 18:06:55 1992  K. Richard Pixley  (rich@rtl.cygnus.com)
18971         * configure: test for and move config.status pieces from
18972           ${subdir}/.
18974 Wed Apr 22 14:38:34 1992  Fred Fish  (fnf@cygnus.com)
18976         * configure:  Test for existance of files before trying to mv
18977         them, to avoid numerous non-existance messages.
18979 Tue Apr 21 12:31:33 1992  K. Richard Pixley  (rich@cygnus.com)
18981         * configure: correct final line of config.status.
18983         * configure: patch from eggert.  Avoids a protection problem if
18984           the original Makefile.in is read only.
18986         * configure: use move-if-change from gcc to create config.status.
18987           Some makefiles depend on config.status to tell if a directory
18988           has been reconfigured for a different host.  This change
18989           prevents those directories from remaking everything in the case
18990           where the reconfig was only intended to rebuild a Makefile.
18992         * configure: test for config.sub with "config.sub sun4" rather
18993           than "config.sub ${host_alias}".  Otherwise we can't tell a bad
18994           host alias from a missing config.sub.
18996 Mon Apr 20 18:16:36 1992  K. Richard Pixley  (rich@rtl.cygnus.com)
18998         * Makefile.in: explicitly pass CFLAGS on recursion. no longer pass
18999           MINUS_G (this can be done with CFLAGS).  Default CFLAGS to -g.
19001 Fri Apr 17 18:27:51 1992  Per Bothner  (bothner@cygnus.com)
19003         * configure: mkdir ${subdir} as needed.
19005 Wed Apr 15 17:37:22 1992  K. Richard Pixley  (rich@cygnus.com)
19007         * Makefile.in,configure.in: added autoconf.
19009 Wed Apr 15 17:27:34 1992  K. Richard Pixley  (rich@rtl.cygnus.com)
19011         * Makefile.in: no longer pass against on recursion.
19013         * Makefile.in: added .NOEXPORT: so that stray makefile_frag
19014           definitions are not inherited.
19016         * configure: correct makesrcdir when subdir is .
19018 Tue Apr 14 11:56:09 1992  Per Bothner  (bothner@cygnus.com)
19020         * configure:  Add support for 'subdirs' variable, which is
19021         like 'configdirs', except that configure doesn't re-invoke
19022         itself for subdirs, it just creates a Makefile for each subdir.
19023         * configure.texi:  Document subdirs.
19025 Mon Apr 13 18:50:16 1992  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
19027         * configure.in: added flex to configdirs
19029 Mon Apr 13 18:43:55 1992  K. Richard Pixley  (rich@cygnus.com)
19031         * Makefile.in: remove clean-stamps from clean.
19033 Sat Apr 11 03:52:03 1992  John Gilmore  (gnu at cygnus.com)
19035         * configure.in:  Add gdbtest to configdirs.
19037 Fri Apr 10 23:11:49 1992  Fred Fish  (fnf@cygnus.com)
19039         * Makefile.in (MINUS_G):  Add macro, default to -g, pass on
19040         to recursive makes.
19041         * configure.in:  Recognize new ncr3000 config.
19043 Wed Apr  8 23:08:12 1992  K. Richard Pixley  (rich@cygnus.com)
19045         * Makefile.in, configure.in: removed references to gdbm.
19047 Tue Apr  7 16:48:20 1992  Per Bothner  (bothner@cygnus.com)
19049         * config.sub:  Don't canonicalize os value
19050         newsos* to bsd (readline needs to check for newsos).
19051         (This fix was earlier made Jan 31, but got re-broken.)
19053 Mon Apr  6 14:34:08 1992  Stu Grossman  (grossman at cygnus.com)
19055         * configure.in:  sco is an os, not a vendor!
19057         * configure:  Quote $( better.  Keep various shells happy.
19059 Tue Mar 31 16:32:57 1992  K. Richard Pixley  (rich@cygnus.com)
19061         * Makefile.in: eliminate stamp-files.
19063 Mon Mar 30 22:20:23 1992  K. Richard Pixley  (rich@cygnus.com)
19065         * Makefile.in: add send_pr.  remove "force" from .stmp-gprof rule.
19066           Supress echoing of all the "if [ -d ... $(MAKE)" lines.
19068 Wed Mar 25 15:20:04 1992  Stu Grossman  (grossman@cygnus.com)
19070         * config.sub:  fix iris/iris3.
19072 Wed Mar 25 10:34:19 1992  K. Richard Pixley  (rich@cygnus.com)
19074         * configure: re-add -rm.
19076 Tue Mar 24 23:50:16 1992  K. Richard Pixley  (rich@cygnus.com)
19078         * Maskefile.in: add .stmp-rcs to all.
19080         * configure.in: remove gas from rs6000 build, use aix host fragment.
19082 Mon Mar 23 19:43:35 1992  K. Richard Pixley  (rich@cygnus.com)
19084         * configure: pass down site_option during recursion.
19086 Thu Mar 19 16:49:36 1992  Stu Grossman  (grossman at cygnus.com)
19088         * Makefile.in (all.cross):  Add .stmp-bfd .stmp-readline.
19090 Wed Mar 18 15:29:33 1992  Mike Stump  (mrs@cygnus.com)
19092         * configure: Change exec_prefix so that it really defaults to prefix.
19094 Sat Mar 14 17:20:38 1992  Fred Fish  (fnf@cygnus.com)
19096         * Makefile.in, configure.in:  Add support for mmalloc library.
19098 Fri Mar 13 18:44:18 1992  K. Richard Pixley  (rich@cygnus.com)
19100         * Makefile.in: add stmp dependencies for a few more things.
19102 Thu Mar 12 04:56:24 1992  K. Richard Pixley  (rich@cygnus.com)
19104         * configure: adjusted error message on objdir/srcdir configure
19105           collision, per john's suggestion.
19107         * Makefile.in: add libiberty stmp to all and all.cross.
19109 Wed Mar 11 02:07:52 1992  K. Richard Pixley  (rich@cygnus.com)
19111         * Makefile.in: remove force dependencies, add grep to all.
19113 Tue Mar 10 21:49:18 1992  K. Richard Pixley  (rich@mars.cygnus.com)
19115         * Makefile.in: drop flex.  make stamp files work.
19117         * configure: added test for conflicting configuration in srcdir,
19118           remove trailing slashes from srcdir.  Otherwise emacs gdb mode
19119           gets cranky.  use relative paths for configure and srcdir
19120           whenever possible.  Send some error messages to stderr that were
19121           going to stdout.
19123 Tue Mar 10 18:01:55 1992  Per Bothner  (bothner@cygnus.com)
19125         * Makefile.in:  Fix libg++ rule to check for gcc directory
19126         before using gcc/gcc.  Also pass XTRAFLAGS.
19128 Thu Mar  5 21:45:07 1992  K. Richard Pixley  (rich@sendai)
19130         * Makefile.in: added stmp-files so that directories aren't polled
19131           when they are already built.
19133         * configure.texi: fixed a node pointer problem.
19135 Thu Mar  5 12:05:58 1992  Stu Grossman  (grossman at cygnus.com)
19137         * config.sub configure.in gdb/configure.in
19138         gdb/mips-tdep.c gdb/mipsread.c gdb/procfs.c gdb/signame.h
19139         gdb/tm-irix3.h gdb/tm-mips.h gdb/xm-irix4.h gdb/config/mt-irix3
19140         gdb/config/mh-irix4 texinfo/configure.in:  Port to SGI Irix-4.x.
19142 Wed Mar  4 02:57:46 1992  K. Richard Pixley  (rich@rtl.cygnus.com)
19144         * configure: -recurring becomes -silent.  corrected help message
19145           for -site= option.
19147         * Makefile.in: mkdir $(exec_prefix) and $(tooldir).
19149 Tue Mar  3 14:51:21 1992  K. Richard Pixley  (rich@rtl.cygnus.com)
19151         * configure: when building Makefile for crosses, replace
19152           tooldir and program_prefix.  default srcdir from location of
19153           config.sub.  remove "for host in hosts" and "for target in
19154           targets" loops.
19156 Wed Feb 26 19:48:25 1992  K. Richard Pixley  (rich@rtl.cygnus.com)
19158         * Makefile.in: Do not pass bindir or mandir to cvs.
19160 Wed Feb 26 18:04:40 1992  K. Richard Pixley  (rich@cygnus.com)
19162         * Makefile.in, configure.in: removed traces of namesubdir,
19163           -subdirs, $(subdir), $(unsubdir), some rcs triggers.  Forced
19164           copyrights to '92, changed some from Cygnus to FSF.
19166         * configure.texi: remove most references to multiple hosts,
19167           multiple targets, subdirs, etc.
19169         * configure.man: removed rcsid. reference config.sub not
19170           config.subr.
19172         * Makefile.in: mkdir $(infodir) on install-info.
19174 Wed Feb 19 15:41:13 1992  John Gilmore  (gnu at cygnus.com)
19176         * configure.texi:  Explain better about .gdbinit and about
19177         the environment that configure.in sections run in.
19179 Fri Feb  7 07:55:00 1992  John Gilmore  (gnu at cygnus.com)
19181         * configure.in:  Ultrix is only a decstation if it's a MIPS.
19183 Fri Jan 31 21:54:51 1992  John Gilmore  (gnu at cygnus.com)
19185         * README:  DOC.configure => cfg-paper.texi.
19187 Fri Jan 31 21:48:18 1992  Stu Grossman  (grossman at cygnus.com)
19189         * config.sub (near case $os):  Don't convert newsos* to bsd!
19191 Fri Jan 31 02:27:32 1992  John Gilmore  (gnu at cygnus.com)
19193         * Makefile.in:  Reinstall change from gdb-4.3 that reduces
19194         the number of copies of COPYING that go into the GDB tar file.
19196 Thu Jan 30 16:17:30 1992  Stu Grossman  (grossman at cygnus.com)
19198         * bfd/configure.in, gdb/config/mh-i386sco,
19199         gdb/config/mt-i386v32, gdb/configure.in, readline/configure.in:
19200         Fix SCO configuration stuff.
19202 Tue Jan 28 23:51:07 1992  Per Bothner  (bothner at cygnus.com)
19204         * Makefile.in:  For libg++, make sure the -I pointing
19205         to the gcc directory goes *after* all the libg++-local -I flags.
19206         Also, move just-gcc dependency from just-libg++ to all-libg++.
19208 Tue Jan 28 12:56:24 1992  Stu Grossman  (grossman at cygnus.com)
19210         * configure:  Change -x to -f to keep Ultrix /bin/test happy.
19212 Sat Jan 18 17:45:11 1992  Stu Grossman  (grossman at cygnus.com)
19214         * Makefile.in (make-gdb.tar.Z):  Remove texinfo targets.
19216 Sat Jan 18 17:03:21 1992  Fred Fish  (fnf at cygnus.com)
19218         * config.sub:  Add stratus configuration frags.  Also
19219         submitted to FSF.
19221 Sat Jan 18 15:35:29 1992  Stu Grossman  (grossman at cygnus.com)
19223         * Makefile.in (DEV_SUPPORT):  add configure.man.
19225         * config.sub(Decode manufacturer-specific):  add -none*.
19227 Fri Jan 17 17:58:05 1992  Stu Grossman  (grossman at cygnus.com)
19229         * Makefile.in:  remove form feeds to make Sun's make happy.
19230         (DEVO_SUPPORT):  DOC.configure => cfg-paper.texi.
19232 Sat Jan  4 16:11:44 1992  John Gilmore  (gnu at cygnus.com)
19234         * Makefile.in (AR_FLAGS):  Make quieter.
19236 Thu Jan  2 22:57:12 1992  John Gilmore  (gnu at cygnus.com)
19238         * configure.in:  Add libg++.
19239         * configure:  When verbose, don't output the command line at each
19240         level; it will be unremarkably the same as the previous version,
19241         which will be the same as what the user typed.
19243 Fri Dec 27 16:26:47 1991  K. Richard Pixley  (rich at cygnus.com)
19245         * configure.in, Makefile.in: fix clean-info, add flex.  add
19246           fileutils.
19248         * configure: be less sensitive to spaces in Makefile.in.  Do not
19249           look for sources in "..".  Doing so breaks subdirectories that
19250           might have their own configure.  If a subdir has it's own
19251           configure script, use it.
19253 Thu Dec 26 16:30:26 1991  K. Richard Pixley  (rich at cygnus.com)
19255         * cfg-paper.texi: some changes suggested by rms.
19257 Thu Dec 26 10:13:36 1991  Fred Fish  (fnf at cygnus.com)
19259         * config.sub:  Merge in some small additions from the FSF version,
19260         taken from the gcc distribution, to bring the Cygnus and FSF
19261         versions into closer sync.
19263 Fri Dec 20 11:34:18 1991  Fred Fish  (fnf at cygnus.com)
19265         * configure.in:  Changed svr4 references to sysv4.
19267 Thu Dec 19 15:54:29 1991  K. Richard Pixley  (rich at cygnus.com)
19269         * configure: added -V for version number option.
19271 Wed Dec 18 15:39:34 1991  K. Richard Pixley  (rich at cygnus.com)
19273         * DOC.configure, cfg-paper.texi: revised, updated, and texinfo'd.
19274           renamed from DOC.configure to cfg-paper.texi.
19276 Mon Dec 16 23:05:19 1991  K. Richard Pixley  (rich at rtl.cygnus.com)
19278         * configure, config.subr, config.sub: config.subr is now
19279           config.sub again.
19281 Fri Dec 13 01:17:06 1991  K. Richard Pixley  (rich at cygnus.com)
19283         * configure.texi: new file, in progress.
19285         * Makefile.in: build info file and install the man page for
19286           configure.
19288         * configure.man: new file, first cut.
19290         * configure: find config.subr again now that configuration "none"
19291           has gone.  removed all traces of the -ansi option.  removed all
19292           traces of the -languages option.
19294         * config.subr: resync from rms.
19296 Wed Dec 11 22:25:20 1991  K. Richard Pixley  (rich at rtl.cygnus.com)
19298         * configure, config.sub, config.subr: merge config.sub into
19299           config.subr, call the result config.subr, remove config.sub, use
19300           config.subr.
19302         * Makefile.in: revised install for dir.info.
19304 Tue Dec 10 00:04:35 1991  K. Richard Pixley  (rich at rtl.cygnus.com)
19306         * configure.in: add decstation host makefile frag.
19308         * Makefile.in: BISON now bison -y again.  also install-gcc on
19309           install.  clean-gdbm on clean.  infodir belongs in datadir.
19310           Make directories for info install.  Build dir.info here then
19311           install it.
19313 Mon Dec  9 16:48:33 1991  K. Richard Pixley  (rich at rtl.cygnus.com)
19315         * Makefile.in: fix for bad directory tests.
19317 Sat Dec  7 00:17:01 1991  K. Richard Pixley  (rich at rtl.cygnus.com)
19319         * configure: \{1,2\} appears to be a sysv'ism.  Use a different
19320           regexp.  -srcdir relative was being handled incorrectly.
19322         * Makefile.in: unwrapped some for loops so that parallel makes
19323           work again and so one can focus one's attention on a particular
19324           package.
19326 Fri Dec  6 00:22:08 1991  K. Richard Pixley  (rich at rtl.cygnus.com)
19328         * configure: added PWD as a stand in for `pwd` (for speed). use
19329           elif wherever possible.  make -srcdir work without -objdir.
19330           -objdir= commented out.
19332 Thu Dec  5 22:46:52 1991  K. Richard Pixley  (rich at rtl.cygnus.com)
19334         * configure: +options become --options.  -subdirs commented out.
19335           added -host, -datadir.  Renamed -destdir to -prefix.  Comment in
19336           Makefile now at top of generated Makefile.  Removed cvs log
19337           entries.  added -srcdir.  create .gdbinit only if there is one
19338           in ${srcdir}.
19340         * Makefile.in: idestdir and ddestdir go away.  Added copyrights
19341           and shift gpl to v2.  Added ChangeLog if it didn't exist. docdir
19342           and mandir now keyed off datadir by default.
19344 Fri Nov 22 07:38:11 1991  K. Richard Pixley  (rich at rtl.cygnus.com)
19346         * Freshly created ChangeLog.
19349 Local Variables:
19350 mode: change-log
19351 left-margin: 8
19352 fill-column: 76
19353 version-control: never
19354 End: