Fix ChangeLog entry for r240730
[official-gcc.git] / ChangeLog
blob587a2343a98a30cf56ebd633c87d0fe160561ffb
1 2015-10-03  Jeff Law  <law@redhat.com>
3         * MAINTAINERS: Move several inactive maintainers to the
4         write-after-approval section.
6 2016-09-30  Jakub Jelinek  <jakub@redhat.com>
8         * configure.ac: Add target-libffi to target_libraries.
9         Readd libgcj target disablings, modified to only target-libffi.
10         Readd target addition of go to unsupported languages.
11         * configure: Regenerated.
13 2016-09-30  Steve Ellcey  <sellcey@caviumnetworks.com>
15         * MAINTAINERS: Update email address.
17 2016-09-30  Andrew Haley  <aph@redhat.com>
19         * MAINTAINERS: Remove Per Bothner, Andrew Haley, and Tom Tromey from
20         write-after approval.  Remove Tom Tromey and Bryce McKinlay from
21         libgcj.
23 2016-09-30  Andrew Haley  <aph@redhat.com>
25         * MAINTAINERS: Move Per Bothner, Andrew Haley, and Tom Tromey to
26         write-after approval after GCJ deletion.
28 2016-09-30  Andrew Haley  <aph@redhat.com>
30         * Makefile.def: Remove libjava.
31         * Makefile.tpl: Likewise.
32         * Makefile.in: Regenerate.
33         * configure.ac: Likewise.
34         * configure: Likewise.
35         * gcc/java: Remove.
36         * libjava: Likewise.
38 2016-09-28  Claudiu Zissulescu  <claziss@synopsys.com>
40         * MAINTAINERS (Reviewers): Add myself.
42 2016-09-26  Anton Kolesov  <Anton.Kolesov@synopsys.com>
44         * configure.ac: Disable "sim" directory for arc*-*-*.
45         * configure: Regenerated.
47 2016-09-23  Tamar Christina <tamar.christina@arm.com>
49         * MAINTAINERS (Write After Approval): Add myself.
51 2016-09-12  Maciej W. Rozycki  <macro@imgtec.com>
53         * configure.ac: Check for the minimum in-tree MPFR version
54         handled.
55         * configure: Regenerate.
57 2016-07-20  Yan-Ting Lin  <currygt52@gmail.com>
59         * configure.ac (nds32*-*-*): Remove entry to enable gdb.
60         * configure: Regenerated.
62 2016-07-19  Fritz Reese  <fritzoreese@gmail.com>
64         * MAINTAINERS (Write After Approval): Add myself.
66 2016-06-23  Andi Kleen  <ak@linux.intel.com>
68         * Makefile.def: Add autoprofiledbootstrap.
69         * Makefile.tpl: Dito.
70         * Makefile.in: Regenerate.
72 2016-06-23  Jakub Sejdak  <jakub.sejdak@phoesys.com>
74     * configure.ac: Disable libgcj and libgloss for Phoenix-RTOS targets.
75     * configure: Regenerate.
77 2016-06-21  Trevor Saunders  <tbsaunde+gcc@tbsaunde.org>
79         * configure: Regenerate.
80         * configure.ac: Remove support for avr-rtems.
82 2016-06-18  Senthil Kumar Selvaraj  <senthil_kumar.selvaraj@atmel.com>
84         * MAINTAINERS (Write After Approval): Add myself.
86 2016-06-16  Michael Collison  <michael.collison@arm.com>
88         * MAINTAINERS (Write After Approval): Add myself.
90 2016-06-14  Mikael Morin  <mikael@gcc.gnu.org>
92         * MAINTAINERS (Write After Approval): Update e-mail address.
94 2016-06-03  Jose E. Marchesi  <jose.marchesi@oracle.com>
96         * MAINTAINERS (Write After Approval): Add myself.
98 2016-05-28  Alan Modra  <amodra@gmail.com>
100         * Makefile.tpl (configure): Depend on m4 files included.
101         * Makefile.in: Regenerate.
103 2016-05-20  Bill Seurer  <seurer@linux.vnet.ibm.com>
105         * config/rs6000/rs6000-c.c (altivec_resolve_overloaded_builtin): Fix
106         code formatting in ALTIVEC_BUILTIN_VEC_ADDE section.
108 2016-05-20  Bill Seurer  <seurer@linux.vnet.ibm.com>
110         * config/rs6000/rs6000-builtin.def (vec_addec): Change vec_addec to a
111         special case builtin.
112         * config/rs6000/rs6000-c.c (altivec_resolve_overloaded_builtin): Add
113         support for ALTIVEC_BUILTIN_VEC_ADDEC.
114         * config/rs6000/rs6000.c (altivec_init_builtins): Add definition
115         for __builtin_vec_addec.
117 2016-05-16  Jakub Sejdak  <jakub.sejdak@phoesys.com>
119         * config.guess: Import version 2016-04-02 (newest).
120         * config.sub: Import version 2016-05-10 (newest).
122 2016-05-16  Anton Kolesov  <anton.kolesov@synopsys.com>
124         * configure.ac: Add ARC support to libgloss.
125         * configure: Regenerate
127 2016-05-09  Aaron Sawdey  <acsawdey@linux.vnet.ibm.com>
129         * MAINTAINERS (Write After Approval): Add myself.
131 2016-05-02  Bernd Edlinger  <bernd.edlinger@hotmail.de>
133         * configure.ac (mpfr): Remove pre-3.1.0 mpfr compatibility code.
134         * configure: Regenerated.
135         * Makefile.def (gmp): Explicitly disable assembler.
136         (mpfr): Adjust lib_path.
137         (mpc): Likewise.
138         * Makefile.in: Regenerated.
140 2016-05-01  Jakub Jelinek  <jakub@redhat.com>
142         PR bootstrap/70704
143         * configure.ac (--enable-stage1-checking): Add missing
144         --enable-checking=.
145         * configure: Regenerated.
147 2016-04-30  Oleg Endo  <olegendo@gcc.gnu.org>
149         * config.guess: Revert r235676.
150         * config.sub: Revert r235676.
152 2016-04-30  Oleg Endo  <olegendo@gcc.gnu.org>
154         * config.guess: Remove SH5 support.
155         * config.sub: Likewise.
156         * configure: Likewise.
157         * configure.ac: Likewise.
159 2016-04-26  Jakub Jelinek  <jakub@redhat.com>
161         PR bootstrap/70704
162         * configure.ac (--enable-stage1-checking): For --disable-checking or
163         implicit --enable-checking, make sure extra flag matches in between
164         stage1 and later checking.
165         * configure: Regenerated.
167 2016-04-22  Trevor Saunders  <tbsaunde+gcc@tbsaunde.org>
169         * .gitattributes: New file.
171 2016-04-22  Segher Boessenkool  <segher@kernel.crashing.org>
173         * MAINTAINERS (rs6000/powerpc port): Add myself.
175 2016-04-13  Segher Boessenkool  <segher@kernel.crashing.org>
177         PR bootstrap/70173
178         * Makefile.tpl (local-distclean): Delete the libcc1, gnattools,
179         and gotools directories.  Delete the stage_final file.
180         * Makefile.in: Regenerate.
182 2016-04-12  Andre Vieira  <andre.simoesdiasvieira@arm.com>
184         * MAINTAINERS (Write After Approval): Add myself.
186 2016-04-09  Steven G. Kargl  <kargl@gcc.gnu.org>
188         * MAINTAINERS (Fortran maintainer): Remove myself.
190 2016-04-04  Bill Seurer  <seurer@linux.vnet.ibm.com>
192         * MAINTAINERS (Write After Approval): Add myself.
194 2016-03-29  Kelvin Nilsen  <kdnilsen@linux.vnet.ibm.com>
196         * MAINTAINERS (Write After Approval): Add myself.
198 2016-03-17  Cary Coutant  <ccoutant@gmail.com>
200         Sync with binutils-gdb:
202         2016-03-17  Cary Coutant  <ccoutant@gmail.com>
204         * configure.ac: Add mips and s390 to the gold target check.
205         * configure: Regenerate.
207 2016-03-01  DJ Delorie  <dj@redhat.com>
209         * MAINTAINERS (mep): Remove myself as MeP maintainer.
211 2016-02-22  David Malcolm  <dmalcolm@redhat.com>
213         * MAINTAINERS (libcpp): Add myself.
214         (diagnostic messages): Likewise.
216 2016-02-20  Tom de Vries  <tom@codesourcery.com>
218         * MAINTAINERS: Fix whitespace.
220 2016-02-02  Claudiu Zissulescu  <claziss@synopsys.com>
222         * MAINTAINERS (Write After Approval): Add myself.
224 2016-01-29  Sebastian Pop  <s.pop@samsung.com>
226         * config/isl.m4: Add comments about isl-0.16.
227         * configure: Regenerate.
229 2016-01-29  Martin Jambor  <mjambor@suse.cz>
231         * MAINTAINERS (hsa maintainers): Add myself.
233 2015-01-27  Wilco Dijkstra  <wdijkstr@arm.com>
235         * MAINTAINERS: (Write After Approval): Add myself.
237 2016-01-25  Aditya Kumar  <aditya.k7@samsung.com>
238             Sebastian Pop  <s.pop@samsung.com>
240         * Makefile.in: Regenerate.
241         * Makefile.tpl: Export ISLVER.
242         * configure: Regenerate.
243         * config/isl.m4: Detect isl-0.15.
245 2016-01-24  Mikhail Maltsev  <maltsevm@gmail.com>
247         PR bootstrap/69329
248         * Makefile.tpl (BASE_FLAGS_TO_PASS): Add LSAN_OPTIONS.
249         * Makefile.in: Regenerate.
251 2016-01-12  Andris Pavenis  <andris.pavenis@iki.fi>
253         * configure.ac: Enable LTO for DJGPP
254         * configure: Regenerate
256 2016-01-12  H.J. Lu  <hongjiu.lu@intel.com>
258         Sync with binutils-gdb:
259         2015-10-21  Nick Clifton  <nickc@redhat.com>
261         PR gas/19109
262         * configure.ac: Note the 'none' is an acceptable argument to
263         --enable-compressed-debug-sections.
264         * configure: Regenerate.
266 2016-01-12  Bernd Edlinger  <bernd.edlinger@hotmail.de>
268         PR bootstrap/69134
269         * Makefile.def (mpfr): Disable assembler.
270         * Makefile.in: Regenerate.
272 2016-01-01  Ben Elliston  <bje@gnu.org>
274         * config.guess: Import version 2016-01-01.
275         * config.sub: Likewise.
277 2015-12-18  Sujoy Saraswati  <sujoy.saraswati@hpe.com>
279         * MAINTAINERS (Write After Approval): Add myself.
281 2015-12-17  Sebastian Pop  <s.pop@samsung.com>
283         * Makefile.in: Replace ISL with isl.
284         * Makefile.tpl: Same.
285         * config/isl.m4: Same.
286         * configure.ac: Same.
287         * contrib/download_prerequisites: Same.
288         * configure: Regenerate.
290 2015-12-17  Andris Pavenis  <andris.pavenis@iki.fi>
292         * MAINTAINERS (Write After Approval): Add Myself.
294 2015-12-17  Nathan Sidwell  <nathan@acm.org>
296         * config/isl.m4 (ISL_CHECK_VERSION): Add gmp libs.
297         * configure: Regenerate.
299 2015-12-16  Aditya Kumar  <aditya.k7@samsung.com>
300             Sebastian Pop  <s.pop@samsung.com>
302         * config/isl.m4 (ISL_CHECK_VERSION): Check for
303         isl_ctx_get_max_operations.
304         * configure: Regenerate.
306 2015-12-15  Alessandro Fanfarillo  <fanfarillo.gcc@gmail.com>
308         * MAINTAINERS (Write After Approval): Add myself.
310 2015-12-02  Ian Lance Taylor  <iant@google.com>
312         PR go/66147
313         * Makefile.tpl (HOST_EXPORTS): Add XGCC_FLAGS_FOR_TARGET.
314         * Makefile.in: Regenerate.
316 2015-12-01  Andreas Tobler  <andreast@gcc.gnu.org>
318         PR libffi/65726
319         * Makefile.def (lang_env_dependencies): Make libffi depend
320         on cxx.
321         * Makefile.in: Regenerate.
323 2015-11-26  David Edelsohn  <dje.gcc@gmail.com>
325         * m4/libtool.m4 (export_symbols_cmds) [AIX]: Add global TLS "L"
326         symbols.
328 2015-11-20  Tristan Gingold  <gingold@adacore.com>
330         Sync with binutils-gdb:
331         2015-11-20  Tristan Gingold  <gingold@adacore.com>
333         * configure.ac: Add aarch64-*-darwin* and arm-*-darwin*.
334         * configure: Regenerate.
336 2015-11-19  Martin Liska  <mliska@suse.cz>
338         * .gitignore: Add .clang-format to ignored files.
339         * Makefile.in: Add clang-format.
340         * Makefile.tpl: Likewise.
342 2015-11-13  Tsvetkova Alexandra  <aleksandra.tsvetkova@intel.com>
344         * configure.ac: Enable libmpx by default.
345         * configure: Regenerated.
347 2015-10-23  Steve Ellcey  <sellcey@imgtec.com>
349         * MAINTAINERS: Update email address.
351 2015-10-23  Paulo Matos  <pmatos@linki.tools>
353         * MAINTAINERS: Update email address.
355 2015-10-23  Alan Hayward <alan.hayward@arm.com>
357         * MAINTAINERS  (Write After Approval): Add myself.
359 2015-10-20  H.J. Lu  <hongjiu.lu@intel.com>
361         Sync with binutils-gdb:
362         2015-10-20  H.J. Lu  <hongjiu.lu@intel.com>
364         PR gas/19109
365         * configure.ac: Add
366         --enable-compressed-debug-sections={all,gas,gold,ld}.
367         * configure: Regenerated.
369 2015-10-16  Arnaud Charlet  <charlet@adacore.com>
371         * MAINTAINERS: Update list of Ada maintainers and email addresses.
373 2015-10-09  Martin Liska  <mliska@suse.cz>
375         * MAINTAINERS (Write After Approval): Add myself.
377 2015-10-09  Alexander Fomin <alexander.fomin@intel.com>
379         * MAINTAINERS (Write After Approval): Add myself.
381 2015-10-02  Florian Weimer  <fweimer@redhat.com>
383         * MAINTAINERS: Update email address.
385 2015-10-02  Louis Krupp <louis.krupp@zoho.com>
387         * MAINTAINERS  (Write After Approval): Add myself.
389 2015-09-20  Kai Tietz  <ktietz70@googlemail.com>
391         * MAINTAINERS: Update email.
393 2015-09-14  Bernd Schmidt  <bschmidt@redhat.com>
395         * MAINTAINERS: Update my email address.
397 2015-09-01  James Bowman  <james.bowman@ftdichip.com>
399         * MAINTAINERS (ft32 port): Add myself.
401 2015-08-28  David Sherwood  <david.sherwood@arm.com>
403         * MAINTAINERS: Add myself.
405 2015-08-27  Patrick Marlier  <patrick.marlier@gmail.com>
407         * MAINTAINERS (Write After Approval): Add myself.
409 2015-08-23  Francois-Xavier Coudert  <fxcoudert@gcc.gnu.org>
411         PR libfortran/54572
412         * Makefile.def: Make libgfortran depend on libbacktrace.
413         * Makefile.in: Regenerate.
415 2015-08-20  Simon Dardis  <simon.dardis@imgtec.com>
417         * MAINTAINERS (Write After Approval): Add myself.
419 2015-08-12  Tom de Vries  <tom@codesourcery.com>
421         PR other/67092
422         * configure.ac: Remove --with_host_libstdcxx support.
423         * configure: Regenerate.
425 2015-08-10  Thomas Schwinge  <thomas@codesourcery.com>
426             Jakub Jelinek  <jakub@redhat.com>
428         * configure.ac (noconfigdirs): Don't add "target-libgomp" for target
429         nvptx*-*-*.
430         * configure: Regenerate.
432 2015-08-06  Yaakov Selkowitz  <yselkowi@redhat.com>
434         * Makefile.def (libiconv): Define bootstrap=true.
435         Mark pdf/html/info as missing.
436         (configure-gcc): Depend on all-libiconv.
437         (all-gcc): Ditto.
438         (configure-libcpp): Ditto.
439         (all-libcpp): Ditto.
440         (configure-intl): Ditto.
441         (all-intl): Ditto.
442         * Makefile.in: Regenerate.
444 2015-08-03  Bin Cheng  <bin.cheng@arm.com>
446         * MAINTAINERS (loop ivopts): Add the entry and myself.
448 2015-07-31  Nathan Sidwell  <nathan@codesourcery.com>
450         * MAINTAINERS (nvptx): Add self.
452 2015-07-29  Alan Lawrence  <alan.lawrence@arm.com>
454         * config/aarch64/iterators.md (VRL2, VRL3, VRL4): Remove values for
455         128-bit vector modes.
457 2015-07-29  Ville Voutilainen  <ville.voutilainen@gmail.com>
459         * MAINTAINERS (Write After Approval): Add myself.
461 2015-07-28  Ben Elliston  <bje@gnu.org>
463         * config.sub, config.guess: Import from upstream.
465 2015-07-24  Michael Darling  <darlingm@gmail.com>
467         PR other/66259
468         * config-ml.in: Reflects renaming of configure.in to configure.ac
469         * configure: Likewise
470         * configure.ac: Likewise
472 2015-07-23  Bernd Schmidt  <bernds_cb1@t-online.de>
474         * MAINTAINERS: Update my email address.
476 2015-07-14  H.J. Lu  <hongjiu.lu@intel.com>
478         Sync with binutils-gdb:
479         2015-03-17  H.J. Lu  <hongjiu.lu@intel.com>
481         * configure.ac (target_configdirs): Exclude target-zlib if
482         target-libjava isn't built.
483         * configure: Regenerated.
485 2015-07-14  H.J. Lu  <hongjiu.lu@intel.com>
487         Sync with binutils-gdb:
488         2015-05-13  John David Anglin  <dave.anglin@bell.net>
490         * configure.ac: Disable configuration of GDB for HPUX targets.
491         * configure: Regenerate.
493         2015-04-01  H.J. Lu  <hongjiu.lu@intel.com>
495         * configure.ac: Add --with-system-zlib.
496         * configure: Regenerated.
498         2015-01-28  James Bowman  <james.bowman@ftdichip.com>
500         * configure.ac: Add FT32 support.
501         * configure: Regenerate.
503         2015-01-12  Anthony Green  <green@moxielogic.com>
505         * configure.ac: Don't disable gprof for moxie.
506         * configure: Rebuild.
508 2015-07-14  H.J. Lu  <hongjiu.lu@intel.com>
510         Sync with binutils-gdb:
511         2015-05-01  H.J. Lu  <hongjiu.lu@intel.com>
513         PR ld/18355
514         * Makefile.def: Add extra_configure_flags to host zlib.
515         * configure.ac (extra_host_zlib_configure_flags): New.  Set
516         to --enable-host-shared When bfd is to be built as shared
517         library.  AC_SUBST.
518         * Makefile.in: Regenerated.
520 2015-07-14  Hans-Peter Nilsson  <hp@bitrange.com>
522         Sync with src:
523         2015-03-30  H.J. Lu  <hongjiu.lu@intel.com>
524         * Makefile.def (dependencies): Add all-zlib to all-bfd.
525         * Makefile.in: Regenerated.
527 2015-06-30  H.J. Lu  <hongjiu.lu@intel.com>
529         * configure.ac (ospace_frag): Enable for i?86*-*-elfiamcu
530         target.
531         * configure: Regenerate.
533 2015-06-23  Ludovic Courtès  <ludo@gnu.org>
535         * MAINTAINERS (Write After Approval): Add myself.
537 2015-06-22  Andreas Tobler  <andreast@gcc.gnu.org>
539         * MAINTAINERS (OS Port Maintainers): Add myself.
540         (Various Maintainers): Remove myself from libffi testsuite.
542 2015-06-04  Richard Sandiford  <richard.sandiford@arm.com>
544         * MAINTAINERS (gen* on machine desc): Add self.
546 2015-06-02  Jason Merrill  <jason@redhat.com>
548         PR bootstrap/66319
549         * configure.ac: Use -std=gnu++98.
551 2015-06-02  Szabolcs Nagy  <szabolcs.nagy@arm.com>
553         * MAINTAINERS (Write After Approval): Add myself.
555 2015-05-28  Mike Frysinger  <vapier@gentoo.org>
557         * configure.ac (--vtable-verify): Use AS_HELP_STRING for help.
558         * configure: Regenerate.
560 2015-05-26  Jason Merrill  <jason@redhat.com>
562         * configure.ac: When bootstrapping with GCC, add -std=c++98 to CXX.
563         * configure: Regenerate.
565 2015-05-16  James Bowman  <james.bowman@ftdichip.com>
567         * configure.ac: FT32 target added.
568         * configure: Regenerated.
570 2015-05-16  Iain Buclaw  <ibuclaw@gdcproject.org>
572         * MAINTAINERS (Write After Approval): Add myself.
574 2015-05-11  Paulo Matos  <paulo@matos-sorge.com>
576         * MAINTAINERS (Write After Approval): Add myself.
578 2015-05-11  Paulo Matos  <paulo@matos-sorge.com>
580         * configure.ac: Fix typo.
581         * configure: Regenerate.
583 2015-05-10  Mikhail Maltsev  <maltsevm@gmail.com>
585         * MAINTAINERS (Write After Approval): Add myself.
587 2015-05-03  Matthias Klose  <doko@ubuntu.com>
589         * configure.ac: Match $host configured with triplets.
590         * configure: Regenerate.
592 2015-04-22  Bernhard Reutner-Fischer  <aldot@gcc.gnu.org>
594         * Makefile.tpl: Remove surplus whitespace throughout.
595         * Makefile.in: Regenerate.
597 2015-04-20  Segher Boessenkool  <segher@kernel.crashing.org>
599         * MAINTAINERS (Various Maintainers): Add myself as instruction
600         combiner maintainer.
602 2015-04-17  Jakub Jelinek  <jakub@redhat.com>
604         PR bootstrap/62077
605         * configure.ac (--enable-stage1-checking): Default to
606         release,misc,gimple,rtlflag,tree,types if --disable-checking
607         or --enable-checking is not specified and DEV-PHASE is not
608         experimental.
609         * configure: Regenerated.
611 2015-04-14  Max Ostapenko  <m.ostapenko@partner.samsung.com>
613         * Makefile.tpl (EXTRA_HOST_EXPORTS): New variables.
614         (EXTRA_BOOTSTRAP_FLAGS): Likewise.
615         (check-[+module+]): Add EXTRA_HOST_EXPORTS and EXTRA_BOOTSTRAP_FLAGS.
616         * Makefile.in: Regenerate.
618 2015-04-08  Cary Coutant  <ccoutant@gmail.com>
620         * MAINTAINERS: Update my email address.
622 2015-04-02  James Greenhalgh  <james.greenhalgh@arm.com>
624         * MAINTAINERS: Add myself as a reviewer for the AArch64 port.
626 2015-04-02  Kyrylo Tkachov  <kyrylo.tkachov@arm.com>
628         * MAINTAINERS: Add myself as an arm port reviewer.
630 2015-03-25  Martin Liska  <mliska@suse.cz>
631             Yury Gribov  <y.gribov@samsung.com>
633         * Makefile.in: Fix ln source location for vimrc file.
634         * Makefile.tpl: Likewise.
636 2015-03-09  Aldy Hernandez  <aldyh@redhat.com>
638         PR bootstrap/25672
639         * configure.ac: Do not initialize CFLAGS_FOR_TARGET from CFLAGS if
640         cross-compiling.  Similarly for CXX_FOR_TARGET.
641         * configure: Regenerate.
643 2015-03-10  Ilya Enkovich  <ilya.enkovich@intel.com>
645         * Makefile.def: Add libmpx.
646         * configure.ac: Add libmpx.
647         * Makefile.in: Regenerate.
648         * configure: Regenerate.
650 2015-03-06  Kirill Yukhin  <kirill.yukhin@intel.com>
652         * MAINTAINERS (CPU Port Maintainers): Add myself
653         i386 vector ISA extns mantainer.
655 2015-03-13  Jeff Law  <law@redhat.com>
657         * MAINTAINERS: Remove Paul Brook as a Fortran and ARM
658         maintainer.
659         Remove Richard Henderson as a maintainer for the x86 port.
661 2015-03-03  Joern Rennecke  <gnu@amylaar.uk>
663         * MAINTAINERS (CPU Port Maintainers): Update my email address.
665 2015-03-02  Ilya Enkovich  <ilya.enkovich@intel.com>
667         * MAINTAINERS (Various Maintainers): Add myself as libmpx,
668         pointer bounds checker and i386 MPX maintainer.
670 2015-02-26  Sandra Loosemore  <sandra@codesourcery.com>
672         * MAINTAINERS (Various Maintainers): Add self as docs co-maintainer.
674 2015-02-26  Martin Sebor  <msebor@redhat.com>
676         * MAINTAINERS (Various Maintainers): Add self.
678 2015-02-20  Thomas Schwinge  <thomas@codesourcery.com>
680         * configure.ac [--enable-as-accelerator-for] (enable_languages):
681         Make sure it contains lto.
682         * configure: Regenerate.
684 2015-02-18  Thomas Schwinge  <thomas@codesourcery.com>
686         * configure: Regenerate.
688 2015-02-06  Diego Novillo  <dnovillo@google.com>
690         * MAINTAINERS (Global Reviewers, Plugin, LTO, tree-ssa,
691         middle-end, docstring): Remove myself.
692         (Write After Approval): Add myself.
694 2015-02-02  Janis Johnson  <janis.marie.johnson@gmail.com>
696         * MAINTAINERS (Various Maintainers: testsuite): Remove myself.
697         (Write After Approval): Update address.
699 2015-01-29  David Malcolm  <dmalcolm@redhat.com>
701         PR jit/64780
702         * configure.ac: Require the user to explicitly specify
703         --enable-host-shared if the jit is enabled.
704         * configure: Regenerate.
706 2015-01-27  Robert Suchanek  <robert.suchanek@imgtec.com>
708         * MAINTAINERS (Write After Approval): Add myself.
710 2015-01-25  Tom de Vries  <tom@codesourcery.com>
712         * MAINTAINERS: Make whitespace consistent.
714 2015-01-23  Braden Obrzut  <admin@maniacsvault.net>
716         * MAINTAINERS (Write After Approval): Add myself.
718 2015-01-20  Andre Vehreschild  <vehre@gmx.de>
720         * MAINTAINERS: (Write After Approval): Add myself.
722 2015-01-15  Martin Uecker  <uecker@eecs.berkeley.edu>
724         * MAINTAINERS: (Write After Approval): Add myself.
726 2015-01-15  Philipp Tomsich  <ptomsich@theobroma-systems.com>
728         * MAINTAINERS: (Write After Approval): Add myself.
730 2015-01-13  Iain Sandoe  <iain@codesourcery.com>
732         * MAINTAINERS (Language Front Ends Maintainers): Add myself as an
733         objective-c/c++ front end maintainer.
735 2015-01-13  Marek Polacek  <polacek@redhat.com>
737         * MAINTAINERS (Reviewers): Add self as C front end reviewer.
739 2015-01-12  Jeff Law  <law@redhat.com>
741         * MAINTAINERS: Remove Stan Shebs as he has been inactive for
742         a very long time.
744 2015-01-09  Ian Lance Taylor  <iant@google.com>
746         * configure.ac (host_tools): Add gotools.
747         * Makefile.def (host_modules): Add gotools.
748         (dependencies): Add dependency of all-gotools on all-target-libgo.
750 2015-01-09  Andreas Tobler  <andreast@gcc.gnu.org>
752         * configure.ac: Don't add ${libgcj} for arm*-*-freebsd*.
753         * configure: Regenerate.
755 2015-01-08  Thomas Schwinge  <thomas@codesourcery.com>
757         * Makefile.def (dependencies) <all-target-liboffloadmic>: Depend on
758         all-target-libgomp.
759         * Makefile.in: Regenerate.
761 2015-01-06  Eric Botcazou  <ebotcazou@adacore.com>
763         * MAINTAINERS (CPU Port Maintainers): Add myself for Visium port.
765 2015-01-06  Eric Botcazou  <ebotcazou@adacore.com>
767         * configure.ac: Add Visium support.
768         * configure: Regenerate.
770 2015-01-04  Andreas Schwab  <schwab@linux-m68k.org>
772         * configure.ac: Use OBJCOPY for OBJCOPY_FOR_TARGET.
773         * configure: Regenerate.
775 2015-01-03  Andrew Pinski  <apinski@cavium.com>
777         * Makefile.def (flags_to_pass): Pass OBJCOPY_FOR_TARGET also.
778         * Makefile.tpl (HOST_EXPORTS): Add OBJCOPY_FOR_TARGET.
779         (BASE_TARGET_EXPORTS): Add OBJCOPY.
780         (OBJCOPY_FOR_TARGET): New variable.
781         (EXTRA_TARGET_FLAGS): Add OBJCOPY.
782         * Makefile.in: Regenerate.
783         * configure.ac: Check for already installed target objcopy.
784         Also GCC_TARGET_TOOL on objcopy.
785         * configure: Regenerate.
787 2015-01-02  Hans-Peter Nilsson  <hp@bitrange.com>
789         * config.sub: Update from upstream, to 2015-01-01 version.
790         * config.guess: Ditto.
792 2014-12-22  Sebastian Huber  <sebastian.huber@embedded-brains.de>
794         * MAINTAINERS (RTEMS Ports): Add myself.
796 2014-12-17  Pierre-Marie de Rodat  <derodat@adacore.com>
798         * MAINTAINERS (Write After Approval): Add myself.
800 2014-12-16  Michael Haubenwallner <michael.haubenwallner@ssi-schaefer.com>
802         * MAINTAINERS (Write After Approval): Add myself.
804 2014-12-15  Thomas Schwinge  <thomas@codesourcery.com>
806         * configure.ac (--enable-as-accelerator-for): Don't set
807         ENABLE_AS_ACCELERATOR_FOR.  Update all users.
808         * configure: Regenerate.
810 2014-12-13  Jakub Jelinek  <jakub@redhat.com>
812         PR bootstrap/64023
813         * Makefile.tpl (EXTRA_TARGET_FLAGS): Set STAGE1_LDFLAGS
814         to POSTSTAGE1_LDFLAGS and STAGE1_LIBS to POSTSTAGE1_LIBS.
815         Add -B to libstdc++-v3/src/.libs and libstdc++-v3/libsupc++/.libs
816         to CXX.
817         * Makefile.in: Regenerated.
819 2014-12-09  Laurynas Biveinis  <laurynas.biveinis@gmail.com>
820             Yury Gribov  <y.gribov@samsung.com>
822         * .gitignore: Added .local.vimrc and .lvimrc.
823         * Makefile.tpl (vimrc, .lvimrc, .local.vimrc): New targets.
824         * Makefile.in: Regenerate.
826 2014-12-04  Jack Howarth  <howarth@bromo.med.uc.edu>
828         * config/isl.m4: Don't pass -DCLOOG_INT_GMP on islinc.
829         * configure: Regenerated.
831 2014-11-27  Bernd Schmidt  <bernds@codesourcery.com>
833         * MAINTAINERS (nvptx port): New entry.
835 2014-11-26  Jan-benedict Glaw  <jbglaw@lug-owl.de>
837         * configure: Regenerate.
839 2014-11-26  Jan-Benedict Glaw  <jbglaw@lug-owl.de>
841         * configure.ac: Merge with Binutils.
843 2014-11-26  Tobias Burnus  <burnus@net-b.de>
845         * Makefile.def: Make more dependent on mpfr, mpc and isl.
846         * Makefile.in: Regenerate.
848 2014-11-24  Bernd Edlinger  <bernd.edlinger@hotmail.de>
850         * Makefile.def (module=gmp): Work around in-tree gmp configure bug with
851         missing flex.
852         * Makefile.in: Regenerated.
854 2014-11-21  Ilya Verbin  <ilya.verbin@intel.com>
856         * Makefile.in: Regenerate.
858 2014-11-21  Markus Trippelsdorf  <markus@trippelsdorf.de>
860         PR bootstrap/63784
861         * libtool.m4: Add $pic_flag with -shared.
863 2014-11-21  Renlin Li  <Renlin.Li@arm.com>
865         * MAINTAINERS (Write After Approval): Added myself.
867 2014-11-21  Alex Velenko  <Alex.Velenko@arm.com>
869         * MAINTAINERS (write-after-approval): Add myself.
871 2014-11-19  Maxim Kuvyrkov  <maxim.kuvyrkov@linaro.org>
873         * MAINTAINERS (OS Port Maintainers): Add overdue maintainership note
874         from 2 years ago.
876 2014-11-19  Alex Velenko  <Alex.Velenko@arm.com>
878         Revert:
879         2014-11-19  Alex Velenko  <Alex.Velenko@arm.com>
881         * MAINTAINERS (Write After Approval): Added myself as line map
882         maintainer.
884 2014-11-19  Renlin Li  <Renlin.Li@arm.com>
886         Revert:
887         2014-11-19  Renlin Li  <Renlin.Li@arm.com>
889         * MAINTAINERS (Write After Approval): Added myself.
891 2014-11-19  Renlin Li  <Renlin.Li@arm.com>
893         * MAINTAINERS (Write After Approval): Added myself.
895 2014-11-19  Alex Velenko  <Alex.Velenko@arm.com>
897         * MAINTAINERS (Write After Approval): Added myself as line map
898         maintainer.
900 2014-11-17  Dodji Seketeli  <dodji@redhat.com>
902         * MAINTAINERS (Various Maintainers): Added myself as line map
903         maintainer.
905 2014-11-16  Jan-Benedict Glaw  <jbglaw@lug-owl.de>
907         * move-if-change: Sync from upstream gnulib.
909 2014-11-16  Jan-Benedict Glaw  <jbglaw@lug-owl.de>
911         * compile: Sync with upstream Automake.
912         * depcomp: Ditto.
913         * install-sh: Ditto.
914         * missing: Ditto.
915         * mkinstalldirs: Ditto.
916         * ylwrap: Ditto.
918 2014-11-16  Jan-Benedict Glaw  <jbglaw@lug-owl.de>
920         * config.sub: Update from upstream config repo.
921         * config.guess: Ditto.
923 2014-11-13  Kirill Yukhin  <kirill.yukhin@intel.com>
925         * Makefile.def: Add liboffloadmic to target_modules.  Make
926         liboffloadmic depend on libgomp's configure, libstdc++ and libgcc.
927         * Makefile.in: Regenerate.
928         * configure: Regenerate.
929         * configure.ac: Add liboffloadmic to target binaries.
930         Restrict liboffloadmic for POSIX and i*86, and x86_64 architectures.
931         Add liboffloadmic to noconfig list when C++ is not supported.
933 2014-11-13  Bernd Schmidt  <bernds@codesourcery.com>
934             Thomas Schwinge  <thomas@codesourcery.com>
935             Ilya Verbin  <ilya.verbin@intel.com>
936             Andrey Turetskiy  <andrey.turetskiy@intel.com>
938         * configure: Regenerate.
939         * configure.ac (--enable-as-accelerator-for)
940         (--enable-offload-targets): New configure options.
942 2014-11-11  Tobias Burnus  <burnus@net-b.de>
944         * Makefile.def: Make all-gcc depend on all-isl.
945         * Makefile.in: Regenerate.
947 2014-11-11  David Malcolm  <dmalcolm@redhat.com>
949         * ChangeLog.jit: New.
950         * MAINTAINERS (Various Maintainers): Add myself as jit maintainer.
952 2014-11-11  Francois-Xavier Coudert  <fxcoudert@gcc.gnu.org>
954         PR target/63610
955         * libtool.m4: Fix globbing of darwin versions.
956         * configure: Regenerate.
958 2014-11-11  Tobias Burnus  <burnus@net-b.de>
960         * Makefile.def: Remove CLooG.
961         * Makefile.tpl: Ditto.
962         * configure.ac: Ditto.
963         * configure: Regenerate.
964         * Makefile.in: Ditto.
966 2014-11-06  Bernd Schmidt  <bernds@codesourcery.com>
968         * configure.ac: Handle nvptx-*-*.
969         * configure: Regenerate.
971 2014-11-06  Prachi Godbole  <prachi.godbole@imgtec.com>
973         * MAINTAINERS (Write After Approval): Add myself.
975 2014-10-31  Jakub Jelinek  <jakub@redhat.com>
977         * Makefile.def (libcc1): Remove bootstrap=true;.
978         * Makefile.in: Regenerated.
980 2014-10-31  Jan-Benedict Glaw  <jbglaw@lug-owl.de>
982         * configure.ac: Update comment.
983         * configure: Regenerate.
985 2014-10-31  Ilya Enkovich  <ilya.enkovich@intel.com>
987         * MAINTAINERS (Write After Approval): Add myself.
989 2014-10-30  Thomas Schwinge  <thomas@codesourcery.com>
991         * configure.ac (extra_host_libiberty_configure_flags): Add
992         --enable-shared also for libcc1's benefit.
993         * configure: Regenerate.
995 2014-10-29  Tristan Gingold  <gingold@adacore.com>
997         * MAINTAINERS: Change my email address.
999 2014-10-27  Phil Muldoon  <pmuldoon@redhat.com>
1000             Tom Tromey  <tromey@redhat.com>
1002         * Makefile.def: Add libcc1 to host_modules.
1003         * configure.ac (host_tools): Add libcc1.
1004         * Makefile.in, configure: Rebuild.
1006 2014-10-24  Hans-Peter Nilsson  <hp@axis.com>
1008         * configure.ac (build_configargs): Don't share config.cache between
1009         build subdirs.
1010         * configure: Regenerate.
1012 2014-10-24  Daniel Hellstrom  <daniel@gaisler.com>
1014         * config.gcc (sparc*-*-*): Accept mcpu=leon3v7 processor.
1015         * doc/invoke.texi (SPARC options): Add mcpu=leon3v7 comment.
1016         * config/sparc/leon.md (leon3_load, leon_store, leon_fp_*): Handle
1017         leon3v7 as leon3.
1018         * config/sparc/sparc-opts.h (enum processor_type): Add LEON3V7.
1019         * config/sparc/sparc.c (sparc_option_override): Add leon3v7 support.
1020         * config/sparc/sparc.h (TARGET_CPU_leon3v7): New define.
1021         * config/sparc/sparc.md (cpu): Add leon3v7.
1022         * config/sparc/sparc.opt (enum processor_type): Add leon3v7.
1024 2014-10-24  Daniel Hellstrom  <daniel@gaisler.com>
1026         * MAINTAINERS (write-after-approval): Add myself.
1028 2014-10-23  Ian Lance Taylor  <iant@google.com>
1030         * configure.ac: Disable the Go frontend on systems where it is known
1031         to not work.
1032         * configure: Regenerate.
1034 2014-10-23  Richard Biener  <rguenther@suse.de>
1036         * Makefile.def: Add libcpp build module and dependencies.
1037         * configure.ac: Add libcpp build module.
1038         * Makefile.in: Regenerate.
1039         * configure: Likewise.
1041 2014-10-15  Max Filippov  <jcmvbkbc@gmail.com>
1043         * MAINTAINERS (write-after-approval): Add myself.
1045 2014-10-12  Manuel López-Ibáñez <manu@gcc.gnu.org>
1047         * INSTALL/README: Do not mention CVS.
1049 2014-10-03  Jing Yu  <jingyu@google.com>
1051         * configure.ac: Add aarch64 to list of targets that support gold.
1052         * configure: Regenerate.
1054 2014-09-29  François Dumont  <fdumont@gcc.gnu.org>
1056         * MAINTAINERS:  Add myself as libstdc++ special modes maintainer.
1058 2014-09-29  Catherine Moore  <clm@codesourcery.com>
1060         * MAINTAINERS:  Add myself as MIPS maintainer.
1062 2014-09-28  Matthew Fortune  <matthew.fortune@imgtec.com>
1064         * MAINTAINERS: Move myself to MIPS maintainers.
1066 2014-09-23  Jan-Benedict Glaw  <jbglaw@lug-owl.de>
1068         * MAINTAINERS: Put all email addresses between '<' and '>'.
1070 2014-09-13  Francois-Xavier Coudert  <fxcoudert@gcc.gnu.org>
1072         * MAINTAINERS: Move myself to reviewers (Fortran).
1074 2014-09-01  Andi Kleen  <ak@linux.intel.com>
1076         * Makefile.tpl (POSTSTAGE1_HOST_EXPORTS): Add LTO_EXPORTS.
1077         POSTSTAGE1_FLAGS_TO_PASS):  Add LTO_FLAGS_TO_PASS.
1078         * Makefile.in: Regenerate.
1080 2014-08-28  David Malcolm  <dmalcolm@redhat.com>
1082         * rtx-classes-status.txt: Delete
1084 2014-08-28  David Malcolm  <dmalcolm@redhat.com>
1086         * rtx-classes-status.txt (TODO): NEXT_INSN/PREV_INSN are done.
1088 2014-08-27  Sebastian Pop  <s.pop@samsung.com>
1090         * config/isl.m4 (_ISL_CHECK_CT_PROG): Removed.
1091         (ISL_CHECK_VERSION): Check for functionality added to ISL 0.12 instead
1092         of checking for version number.
1093         * configure: Regenerated.
1094         * configure.ac (ISL_CHECK_VERSION): Do not use ISL version number.
1096 2014-08-27  David Malcolm  <dmalcolm@redhat.com>
1098         * rtx-classes-status.txt: Phase 5 (additional rtx_def subclasses)
1099         is done; begin phase 6 (use extra rtx_def subclasses).
1101 2014-08-27  David Malcolm  <dmalcolm@redhat.com>
1103         * rtx-classes-status.txt: Phase 4 (removal of "scaffolding") is
1104         done; begin phase 5 (additional rtx_def subclasses).
1106 2014-08-26  David Malcolm  <dmalcolm@redhat.com>
1108         * rtx-classes-status.txt (TODO): DF_REF_INSN is done.
1110 2014-08-26  David Malcolm  <dmalcolm@redhat.com>
1112         * rtx-classes-status.txt (TODO): SET_BB_HEAD, SET_BB_END,
1113         SET_BB_HEADER are done.
1115 2014-08-26  David Malcolm  <dmalcolm@redhat.com>
1117         * rtx-classes-status.txt (TODO): SET_DEP_PRO and SET_DEP_CON are
1118         done.
1120 2014-08-26  David Malcolm  <dmalcolm@redhat.com>
1122         * rtx-classes-status.txt (TODO): Remove SET_VINSN_INSN_RTX.
1124 2014-08-26  David Malcolm  <dmalcolm@redhat.com>
1126         * rtx-classes-status.txt (TODO): Remove SET_BND_TO.
1128 2014-08-25  David Malcolm  <dmalcolm@redhat.com>
1130         * rtx-classes-status.txt (TODO): Remove SET_BB_NOTE_LIST.
1132 2014-08-25  David Malcolm  <dmalcolm@redhat.com>
1134         * rtx-classes-status.txt (TODO): Remove SET_BB_FOOTER.
1136 2014-08-25  David Malcolm  <dmalcolm@redhat.com>
1138         * rtx-classes-status.txt: Phase 3 (per-file commits within
1139         "config" subdirs) is done; begin phase 4 (removal of
1140         "scaffolding").
1142 2014-08-23  David Malcolm  <dmalcolm@redhat.com>
1144         * rtx-classes-status.txt: Phase 2 (per-file commits in main source
1145         dir) is done; begin phase 3 (per-file commits within "config"
1146         subdirs).
1148 2014-08-21  David Malcolm  <dmalcolm@redhat.com>
1150         * rtx-classes-status.txt: Phase 1 ("scaffolding") is done; begin
1151         phase 2 (per-file commits in main source dir).
1153 2014-08-21  Bin Cheng  <bin.cheng@arm.com>
1155         * configure: Regenerated.
1157 2014-08-19  David Malcolm  <dmalcolm@redhat.com>
1159         * rtx-classes-status.txt (TODO): Add SET_BND_TO
1161 2014-08-19  David Malcolm  <dmalcolm@redhat.com>
1163         * rtx-classes-status.txt (TODO): Add SET_BB_NOTE_LIST.
1165 2014-08-19  David Malcolm  <dmalcolm@redhat.com>
1167         * rtx-classes-status.txt (TODO): Add SET_VINSN_INSN_RTX.
1169 2014-08-19  David Malcolm  <dmalcolm@redhat.com>
1171         * rtx-classes-status.txt (TODO): Add SET_DEP_PRO, SET_DEP_CON.
1173 2014-08-19  David Malcolm  <dmalcolm@redhat.com>
1175         * rtx-classes-status.txt (TODO): Add DF_REF_INSN.
1177 2014-08-19  Joost VandeVondele <vondele@gcc.gnu.org>
1179         * MAINTAINERS (Write After Approval): Add myself.
1181 2014-08-19  Christopher Faylor  <me.gnu@cgf.cx>
1183         * MAINTAINERS: Remove myself
1185 2014-08-19  David Malcolm  <dmalcolm@redhat.com>
1187         * rtx-classes-status.txt: Add SET_NEXT_INSN, SET_PREV_INSN.
1189 2014-08-18  Patrick Palka  <ppalka@gcc.gnu.org>
1191         * MAINTAINERS (Write After Approval): Add myself.
1193 2014-08-18  David Malcolm  <dmalcolm@redhat.com>
1195         * rtx-classes-status.txt (TODO): Add SET_BB_HEAD, SET_BB_END,
1196         SET_BB_HEADER, SET_BB_FOOTER
1198 2014-08-18  David Malcolm  <dmalcolm@redhat.com>
1200         * rtx-classes-status.txt: New file
1202 2014-08-18 Roman Gareev  <gareevroman@gmail.com>
1204         * configure.ac: Eliminate ClooG installation dependency.
1205         * configure: Regenerate.
1206         * Makefile.tpl: Add definition of ISLLIBS and HOST_ISLLIBS.
1207         * Makefile.in: Regenerate.
1209 2014-08-15  Ilya Verbin  <iverbin@gmail.com>
1211         * MAINTAINERS (Write After Approval): Add myself.
1213 2014-08-15  Ilya Tocar  <tocarip@gmail.com>
1215         * MAINTAINERS (Write After Approval): Add myself.
1217 2014-08-01  Jiong Wang  <jiong.wang@arm.com>
1219         * MAINTAINERS (Write After Approval): Add myself.
1221 2014-07-28  Anthony Green  <green@moxielogic.com>
1223         Import from savannah.gnu.org:
1224         * config.sub: Update to 2014-07-28 version.
1226 2014-07-27  Richard Sandiford  <rdsandiford@googlemail.com>
1228         * MAINTAINERS: Remove my MIPS maintainer entry.
1230 2014-07-26  Uros Bizjak  <ubizjak@gmail.com>
1232         PR target/47230
1233         * configure.ac (alpha*-*-linux*): Use mh-alpha-linux.
1234         * configure: Regenerate.
1236 2014-07-24  James Norris  <jnorris@codesourcery.com>
1238         * MAINTAINERS (Write After Approval): Add myself.
1240 2014-07-20  Roman Gareev  <gareevroman@gmail.com>
1242         * configure.ac: Accept only CLooG 0.18.1.
1243         * configure: Regenerate.
1245 2014-07-17  Roman Gareev  <gareevroman@gmail.com>
1247         * configure.ac: Don't accept isl 0.11.
1248         * configure: Regenerate.
1250 2014-07-16  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
1252         * MAINTAINERS (Write After Approval): Add myself.
1254 2014-07-05  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
1256         * configure.ac: Don't accept isl 0.10.
1257         * configure: Regenerate.
1259 2014-06-23  Bernd Edlinger  <bernd.edlinger@hotmail.de>
1261         Fix include path for in-tree cloog.
1262         * config/cloog.m4 (CLOOG_INIT_FLAGS): Remove bogus include path.
1263         * configure: Regenerate.
1265 2014-06-18  Richard Henderson  <rth@redhat.com>
1267         * .gitignore: Import gcc_update output.
1269 2014-06-13  Thomas Schwinge  <thomas@codesourcery.com>
1271         * config-ml.in: Robustify ac_configure_args parsing.
1273         * configure.ac (--enable-linker-plugin-configure-flags)
1274         (--enable-linker-plugin-flags): New flags.
1275         (configdirs): Conditionally add libiberty-linker-plugin.
1276         * configure: Regenerate.
1277         * Makefile.def (host_modules): Add libiberty-linker-plugin.
1278         (host_modules) <lto-plugin>: Pay attention to
1279         @extra_linker_plugin_flags@ and
1280         @extra_linker_plugin_configure_flags@.
1281         (all-lto-plugin): Also depend on all-libiberty-linker-plugin.
1282         * Makefile.in: Regenerate.
1284         * Makefile.tpl (configure-[+prefix+][+module+])
1285         (configure-stage[+id+]-[+prefix+][+module+]): If specified, use
1286         "module_srcdir" instead of "module" for locating a module's srcdir.
1287         * Makefile.in: Regenerate.
1289 2014-06-10  Matthew Fortune  <matthew.fortune@imgtec.com>
1291         * MAINTAINERS (Write After Approval): Add myself.
1293 2014-06-06  Sebastian Pop  <sebpop@gmail.com>
1295         * MAINTAINERS: Update my email address.
1297 2014-06-04  Thomas Preud'homme  <thomas.preudhomme@arm.com>
1299         * MAINTAINERS (Write After Approval): Add myself.
1301 2014-06-03  Andrew Bennett  <andrew.bennett@imgtec.com>
1303         * MAINTAINERS (Write After Approval): Add myself.
1305 2014-05-30  Jonathan Wakely  <jwakely@redhat.com>
1307         PR libstdc++/61011
1308         * configure.ac (--disable-libstdcxx): Set noconfigdirs correctly.
1309         Disable libcilkrts, libitm, libsanitizer when not building libstdc++.
1310         * configure: Regenerate.
1312 2014-05-28  Pedro Alves  <palves@redhat.com>
1314         * MAINTAINERS (Write After Approval): Add myself.
1316 2014-05-22  Maxim Kuvyrkov  <maxim.kuvyrkov@linaro.org>
1318         * MAINTAINERS: Update my affiliation/email.
1320 2014-05-19  Mike Stump  <mikestump@comcast.net>
1322         * MAINTAINERS: Add wide-int reviewers.
1324 2014-05-14  Sandra Loosemore  <sandra@codesourcery.com>
1326         * configure.ac (target_makefile_frag): Set for nios2-*-elf*.
1327         * configure: Regenerated.
1329 2014-05-15  Torvald Riegel  <triegel@redhat.com>
1331         * MAINTAINERS (libitm): Add myself as maintainer.
1333 2014-05-07  Charles Baylis  <charles.baylis@linaro.org>
1335         * MAINTAINERS (Write After Approval): Add myself.
1337 2014-05-01  Richard Sandiford  <rdsandiford@googlemail.com>
1339         * config.sub, config.guess: Import from upstream.
1341 2014-04-29  Alan Lawrence  <alan.lawrence@arm.com>
1343         * MAINTAINERS (Write After Approval): Put myself in correct order.
1345 2014-04-29  Alan Lawrence  <alan.lawrence@arm.com>
1347         * MAINTAINERS (Write After Approval): Add myself.
1349 2014-04-24  Laurynas Biveinis  <laurynas.biveinis@gmail.com>
1351         * MAINTAINERS: Move myself from Reviewers to Write After Approval
1352         section.
1354 2014-04-21 Rafael Ávila de Espíndola <rafael.espindola@gmail.com>
1356         * MAINTAINERS (Write After Approval): Delete myself.
1358 2014-04-17  Jakub Jelinek  <jakub@redhat.com>
1360         PR sanitizer/56781
1361         * libtool-ldflags: Also prefix -static-lib*, -shared-lib*
1362         and -B* options with -Xcompiler.
1364 2014-04-04  Eric Botcazou  <ebotcazou@adacore.com>
1366         PR bootstrap/60620
1367         * Makefile.def (dependencies): Make gnattools depend on libstdc++-v3.
1368         * Makefile.in: Regenerate.
1370 2014-03-28  Yaakov Selkowitz  <yselkowitz@users.sourceforge.net>
1372         * Makefile.def (dependencies): Make all-ld depend on all-binutils
1373         for WINDRES_FOR_TARGET in default-manifest.o rule.
1374         * Makefile.in: Regenerate.
1376 2014-03-26  Dominique d'Humieres <dominiq@lps.ens.fr>
1378         * MAINTAINERS (Write After Approval): Add myself.
1380 2014-03-26  Jakub Jelinek  <jakub@redhat.com>
1382         PR sanitizer/56781
1383         * Makefile.def: Set bootstrap=true; for host fixincludes.
1384         * configure.ac: Don't bootstrap host fixincludes unless
1385         --with-build-config=bootstrap-{a,ub}san.
1386         * Makefile.in: Regenerated.
1387         * configure: Regenerated.
1389 2014-03-21  Jakub Jelinek  <jakub@redhat.com>
1391         * configure.ac: Move BUILD_CONFIG set up earlier.  Add
1392         --enable-vtable-verify option parsing.  Don't add
1393         target-libsanitizer to bootstrap_target_libs unless
1394         --with-build-config=bootstrap-asan or
1395         --with-build-config=bootstrap-ubsan.  Don't add target-libvtv
1396         to bootstrap_target_libs unless --enable-vtable-verify.
1397         * configure: Regenerated.
1399 2014-03-10  Anatoly Sokolov <aesok@post.ru>
1401         * MAINTAINERS (Write After Approval): Add myself.
1403 2014-03-07  Denis Chertykov  <chertykov@gmail.com>
1405         * MAINTAINERS: Remove avr maintainers: Anatoly Sokolov and Eric Weddington
1407 2014-03-07  Jakub Jelinek  <jakub@redhat.com>
1409         PR bootstrap/58572
1410         * Makefile.tpl (POSTSTAGE1_CXX_EXPORT): Use -isystem instead of
1411         -I for libstdc++-v3 includes if $(LEAN).
1412         * Makefile.in: Regenerated.
1414 2014-03-04  Jonathan Wakely  <jwakely@redhat.com>
1416         * MAINTAINERS: Update my email address.
1418 2014-02-24  Walter Lee  <walt@tilera.com>
1420         * configure.ac (tilepro-*-*) Change to tilepro*-*-*.
1421         (tilegx-*-*): Change to tilegx*-*-*.
1422         * configure: Regenerate.
1424 2014-02-17  Loren J. Rittle  <ljrittle@acm.org>
1426         * MAINTAINERS (Various Maintainers: c++ runtime libs): Remove myself.
1428 2014-02-17  Kugan Vivekanandarajah  <kuganv@linaro.org>
1430         * MAINTAINERS (Write After Approval): Add myself.
1432 2014-02-04  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
1434         PR target/59788
1435         * ltmain.sh (opt_duplicate_compiler_generated_deps): Enable on
1436         *solaris2*.
1438 2014-01-21  John David Anglin  <danglin@gcc.gnu.org>
1440         * MAINTAINERS: Update my email address.
1442 2014-01-20  Gerald Pfeifer  <gerald@pfeifer.com>
1444         * MAINTAINERS: Convert to UTF-8.
1445         Properly sort Xinliang David Li's entry.
1447 2013-12-31  Chung-Lin Tang  <cltang@codesourcery.com>
1448             Sandra Loosemore  <sandra@codesourcery.com>
1450         * MAINTAINERS: Add Sandra Loosemore and Chung-Lin Tang as
1451         nios2 port maintainers.
1453 2013-12-16  Markus Trippelsdorf  <markus@trippelsdorf.de>
1455         * MAINTAINERS (Write After Approval): Add myself.
1457 2013-12-13  Francois-Xavier Coudert  <fxcoudert@gcc.gnu.org>
1459         * configure.ac: Add user-friendly check for native x86_64-linux
1460         multilibs.
1461         * configure: Regenerate.
1463 2013-12-06  Oleg Endo  <olegendo@gcc.gnu.org>
1465         * MAINTAINERS: Add myself as sh maintainer.
1467 2013-12-03  Bill Schmidt  <wschmidt@linux.vnet.ibm.com>
1469         * MAINTAINERS: Add self as SLSR maintainer.
1471 2013-11-18  Jan Hubicka  <hubicka@ucw.cz>
1473         * MAINTAINERS: Update my email address.
1475 2013-11-15  David Edelsohn  <dje.gcc@gmail.com>
1477         * MAINTAINERS (Global Reviewers, c++): Remove Mark Mitchell.
1479 2013-11-07  Thomas Schwinge  <thomas@codesourcery.com>
1481         * Makefile.in: Regenerate.
1483         * Makefile.tpl: Fix typo.
1484         * Makefile.in: Regenerate partially.
1486 2013-11-04  Balaji V. Iyer  <balaji.v.iyer@intel.com>
1488         * configure.ac: Added libcilkrts to noconfig list when C++ is not
1489         supported.
1490         * configure: Regenerated.
1492 2013-11-01  Trevor Saunders  <tsaunders@mozilla.com>
1494         * MAINTAINERS (Write After Approval): Add myself.
1496 2013-10-30  Jason Merrill  <jason@redhat.com>
1498         * Makefile.tpl (STAGE1_CONFIGURE_FLAGS): Pass
1499         --disable-build-format-warnings.
1501 2013-10-29  Balaji V. Iyer  <balaji.v.iyer@intel.com>
1503         * Makefile.def: Add libcilkrts to target_modules.  Make libcilkrts
1504         depend on libstdc++ and libgcc.
1505         * configure: Regenerate.
1506         * configure.ac: Added libcilkrts to target binaries.  Also, restrict
1507         libcilkrts for POSIX and i*86, and x86_64 architectures.
1508         * Makefile.in: Added libcilkrts related fields to support building it.
1510 2013-10-26  Jeff Law  <law@redhat.com>
1512         * Makefile.def (target_modules): Remove libmudflap
1513         (languages): Remove check-target-libmudflap).
1514         * Makefile.in: Rebuilt.
1515         * Makefile.tpl (check-target-libmudflap-c++): Remove.
1516         * configure.ac (target_libraries): Remove target-libmudflap.
1517         Remove checks which disabled libmudflap on some systems.
1518         * configure: Rebuilt.
1519         * libmudflap: Directory removed.
1521 2013-10-21  Cong Hou  <congh@google.com>
1523         * MAINTAINERS (Write After Approval): Add myself.
1525 2013-10-16  Mike Stump  <mikestump@comcast.net>
1527         * .dir-locals.el: Add.
1529 2013-10-15  David Malcolm  <dmalcolm@redhat.com>
1531         * configure.ac: Add --enable-host-shared
1532         * configure: Regenerate.
1534 2013-01-10  Joern Rennecke  <joern.rennecke@embecosm.com>
1536         Import from savannah.gnu.org:
1537         * config.guess: Update to 2013-06-10 version.
1538         * config.sub: Update to 2013-10-01 version.
1540 2013-10-01  Simon Cook  <simon.cook@embecosm.com>
1542         Changes to build configuration to allow big endian ARC ELF toolchain
1543         * configure.ac: Also add target-libgloss to noconfigdirs for arceb-*-*.
1544         * configure: Regenerate.
1546 2013-09-20  Alan Modra  <amodra@gmail.com>
1548         * libtool.m4 (_LT_ENABLE_LOCK <ld -m flags>): Remove non-canonical
1549         ppc host match.  Support little-endian powerpc linux hosts.
1551 2013-09-19  Dodji Seketeli  <dodji@redhat.com>
1553         * MAINTAINERS (diagnostic messages): Add myself as diagnostics
1554         maintainer.
1556 2013-09-12  DJ Delorie  <dj@redhat.com>
1558         * MAINTAINERS: Add Nick Clifton and DJ Delorie as msp430
1559         maintainers.
1561 2013-09-03  Richard Biener  <rguenther@suse.de>
1563         * configure.ac: Also allow ISL 0.12.
1564         * configure: Regenerated.
1566 2013-08-30  Bernd Edlinger  <bernd.edlinger@hotmail.de>
1568         * MAINTAINERS (Write After Approval): Add myself.
1570 2013-08-27  David Malcolm  <dmalcolm@redhat.com>
1572         * MAINTAINERS (gdbhooks.py): Add myself as maintainer.
1574 2013-08-26  Caroline Tice  <cmtice@google.com>
1576         * MAINTAINERS:  Correct earliers update:  Move myself from libvtv
1577         "Various Reviewers" to libvtv "Various Maintainers".
1579 2013-08-20  Steven Bosscher  <steven@gcc.gnu.org>
1581         * MAINTAINERS: Add myself as RTL optimizers reviewer.
1583 2013-08-19  Benjamin De Kosnik  <bkoz@gnu.org>
1585         * MAINTAINERS: Update name, email.
1587 2013-08-13  Adam Butcher  <adam@jessamine.co.uk>
1589         * MAINTAINERS (Write After Approval): Add myself.
1591 2013-08-12  Caroline Tice  <cmtice@google.com>
1593         * MAINTAINERS: Add myself as libvtv maintainer. Correct my email
1594         address in the Write After Approval section.
1596 2013-08-09  Carlos O'Donell  <carlos@redhat.com>
1598         * MAINTAINERS (Write After Approval): Update email.
1600 2013-08-08  Benjamin Kosnik  <bkoz@redhat.com>
1602         * configure.ac: Adjust to check VTV_SUPPORTED.
1603         * configure: Regenerated.
1605 2013-08-02  Caroline Tice  <cmtice@google.com>
1607         * configure.ac: Add target-libvtv to target_libraries; disable libvtv
1608         on non-linux systems; add target-libvtv to noconfigdirs; add
1609         libsupc++/.libs to C++ library search paths.
1610         * configure: Regenerated.
1611         * Makefile.def: Add libvtv to target_modules; make libvtv depend on
1612         libstdc++ and libgcc.
1613         * Makefile.in: Regenerated.
1615 2013-07-19  Yvan Roux  <yvan.roux@linaro.org>
1617         * MAINTAINERS (Write After Approval): Add myself.
1619 2013-07-19  Chung-Ju Wu  <jasonwucj@gmail.com>
1620             Shiva Chen  <shiva0217@gmail.com>
1622         * MAINTAINERS (nds32 port): Add Chung-Ju Wu and Shiva Chen as
1623         nds32 port maintainers.
1625 2013-07-17  Tim Shen  <timshen91@gmail.com>
1627         * MAINTAINERS (Write After Approval): Add myself.
1629 2013-07-16  Jan-Benedict Glaw  <jbglaw@lug-owl.de>
1631         * configure.ac: Sync from binutils.
1632         * configure: Regenerate.
1634 2013-06-14  Vidya Praveen  <vidyapraveen@arm.com>
1636         * MAINTAINERS (Write After Approval): Add myself.
1638 2013-06-01  Dinar Temirbulatov  <dinar@kugelworks.com>
1640         * MAINTAINERS (Write After Approval): Add myself.
1642 2013-05-17  David Malcolm  <dmalcolm@redhat.com>
1644         * MAINTAINERS (Write After Approval): Add myself.
1646 2013-04-30  Brooks Moses  <bmoses@google.com>
1648         * MAINTAINERS: Update my email; move myself from Fortran
1649         reviewer to Write After Approval.
1651 2013-04-16  Andreas Schwab  <schwab@suse.de>
1653         * configure.ac (aarch64-*-*): Don't disable java.
1654         * configure: Regenerate.
1656 2013-04-10  Chung-Ju Wu  <jasonwucj@gmail.com>
1658         * MAINTAINERS (Write After Approval): Add myself.
1660 2013-03-30  Matthias Klose  <doko@ubuntu.com>
1662         * Makefile.def (target_modules): Don't install libffi.
1663         * Makefile.in: Regenerate.
1665 2013-02-24  Tilo Schwarz  <tilo@tilo-schwarz.de>
1667         * MAINTAINERS (Write After Approval): Add myself.
1669 2013-02-20  Andrew Sutton  <andrew.n.sutton@gmail.com>
1671         * MAINTAINERS (Write After Approval): Add myself.
1673 2013-02-15  Yufeng Zhang  <yufeng.zhang@arm.com>
1675         * configure.ac: Set libgloss_dir for the aarch64*-*-* targets.
1676         * configure: Regenerated.
1678 2013-02-05  Ian Lance Taylor  <iant@google.com>
1680         PR go/55969
1681         * configure.ac: Disable libgo on some systems where it does not
1682         work.
1684 2013-02-04  David Edelsohn  <dje.gcc@gmail.com>
1686         * MAINTAINERS: Explicitly add myself as AIX maintainer.
1687         Remove Geoff Keating as rs6000 port maintainer, at his request.
1689 2013-01-24  Maxim Kuvyrkov  <maxim@kugelworks.com>
1691         * MAINTAINERS: Update my email.
1693 2013-01-23  Shenghou Ma  <minux.ma@gmail.com>
1695         * configure: Re-generate.
1697 2013-01-15  Richard Biener  <rguenther@suse.de>
1699         PR other/55973
1700         * configure: Re-generate.
1702 2013-01-14  Matthias Klose  <doko@ubuntu.com>
1704         * Makefile.def (install-target-libsanitizer): Depend on
1705         install-target-libstdc++-v3.
1706         * Makefile.in: Regenerate.
1708 2013-01-14  Richard Biener  <rguenther@suse.de>
1710         * configure.ac (cloog/isl): Also allow ISL 0.11.x and CLooG 0.18.0.
1711         * configure: Re-generate
1713 2013-01-11  Jan-Benedict Glaw  <jbglaw@lug-owl.de>
1715         * config.sub: Update from config repo.
1717 2013-01-11  Eric Botcazou  <ebotcazou@adacore.com>
1719         * Makefile.tpl (BOOT_ADAFLAGS): Remove -gnata.
1720         * Makefile.in: Regenerate.
1722 2013-01-10  Joern Rennecke  <joern.rennecke@embecosm.com>
1724         * MAINTAINERS (arc): Add new port maintainership for myself.
1726 2013-01-09  Jason Merrill  <jason@redhat.com>
1728         * .gitignore: Import from gdb repository.
1730 2013-01-09  H.J. Lu  <hongjiu.lu@intel.com>
1732         * Makefile.def (configure-gcc): Depend on all-gmp.
1733         (all-gcc): Remove dependency on all-gmp.
1734         * Makefile.in: Regenerated.
1736 2013-01-08  Jan-Benedict Glaw  <jbglaw@lug-owl.de>
1738         * config.sub: Merge from config repo.
1739         * config.guess: Ditto.
1741 2013-01-08  Jan-Benedict Glaw  <jbglaw@lug-owl.de>
1743         * Makefile.def: Merge from binutils.
1744         * Makefile.in: Ditto.
1746 2013-01-01  Maxim Kuvyrkov  <maxim.kuvyrkov@gmail.com>
1748         * MAINTAINERS: Update my email.
1750 2012-12-29  Ben Elliston  <bje@gnu.org>
1752         * config.guess: Update to 2012-12-29 version.
1753         * config.sub: Likewise.
1755 2012-12-20  Matthias Klose  <doko@ubuntu.com>
1757         * Makefile.def (install-target-libgfortran): Depend on
1758         install-target-libquadmath, install-target-libgcc.
1759         (install-target-libsanitizer): Depend on install-target-libgcc.
1760         (install-target-libjava): Depend on install-target-libgcc.
1761         (install-target-libitm): Depend on install-target-libgcc.
1762         (install-target-libobjc): Depend on install-target-libgcc.
1763         (install-target-libstdc++-v3): Depend on install-target-libgcc.
1764         * Makefile.in: Regenerate.
1766 2012-12-19  Matthias Klose  <doko@ubuntu.com>
1768         * Makefile.def (install-target-libgo): Depend on
1769         install-target-libatomic.
1770         * Makefile.in: Regenerate.
1772 2012-12-18  Andreas Schwab  <schwab@linux-m68k.org>
1774         PR go/55201
1775         * Makefile.def (all-target-libgo): Depend on all-target-libatomic.
1776         * Makefile.in: Regenerate.
1778 2012-12-16  Thomas Schwinge  <thomas@codesourcery.com>
1780         * configure.ac (ENABLE_GOLD): Consider *-*-gnu* targets ELF.
1781         * configure: Regenerate.
1783 2012-12-12  Jan-Benedict Glaw  <jbglaw@lug-owl.de>
1785         * config.sub: Merge from config repo.
1787 2012-12-11  H.J. Lu  <hongjiu.lu@intel.com>
1789         * Makefile.def (target_modules): Add bootstrap=true and
1790         raw_cxx=true to libsanitizer.
1791         * configure.ac (bootstrap_target_libs): Add libsanitizer.
1792         * Makefile.in: Regenerated.
1793         * configure: Likewise.
1795 2012-12-01  Richard Sandiford  <rdsandiford@googlemail.com>
1797         * MAINTAINERS: Remove self as RTL optimization maintainer.
1799 2012-11-30  Kyrylo Tkachov  <kyrylo.tkachov@arm.com>
1801         * MAINTAINERS (Write After Approval): Add myself.
1803 2012-11-28  H.J. Lu  <hongjiu.lu@intel.com>
1805         * Makefile.def (target_modules): Remove bootstrap=true and
1806         raw_cxx=true from libsanitizer.
1807         * configure.ac (bootstrap_target_libs): Remove libsanitizer.
1808         * Makefile.in: Regenerated.
1809         * configure: Likewise.
1811 2012-11-28  H.J. Lu  <hongjiu.lu@intel.com>
1813         * Makefile.def (target_modules): Add bootstrap=true and
1814         raw_cxx=true to libsanitizer.
1815         * configure.ac (bootstrap_target_libs): Add libsanitizer.
1816         * Makefile.in: Regenerated.
1817         * configure: Likewise.
1819 2012-11-28  Andrew Pinski  <apinski@cavium.com>
1821         PR bootstrap/54279
1822         * configure.ac (CXX_FOR_TARGET): Change over to use xg++.
1823         * configure: Regenerate.
1824         * Makefile.tpl (POSTSTAGE1_CXX_EXPORT): Change over to use xg++.
1825         * Makefile.in: Regenerate.
1827 2012-11-27  Siddhesh Poyarekar  <siddhesh@redhat.com>
1829         * configure.ac: Disable libsanitizer if we're not building C++.
1830         * configure: Regenerate.
1832 2012-11-15  Roland McGrath  <roland@hack.frob.com>
1834         * MAINTAINERS (Write After Approval): Add myself.
1836 2012-11-15  Dmitry Vyukov  <dvyukov@google.com>
1838         * MAINTAINERS: (libsanitizer, asan.c): Add myself,
1839         Kostya Serebryany (kcc@google.com) and
1840         Jakub Jelinek (jakub@redhat.com).
1841         Rename area for Dodji Seketeli (dodji@redhat.com).
1843 2012-11-15  Dodji Seketeli  <dodji@redhat.com>
1845         * MAINTAINERS: (asan.c, related): Add myself.
1847 2012-11-14  Roland McGrath  <mcgrathr@google.com>
1849         * configure.ac (ENABLE_GOLD): Consider *-*-nacl* targets ELF.
1850         * configure: Regenerate.
1852 2012-11-13  Richard Henderson  <rth@redhat.com>
1854         * configure.ac: Move libsanitizer logic to subdirectory.
1855         * configure: Regenerate.
1857 2012-11-13  Dodji Seketeli  <dodji@redhat.com>
1859         * configure.ac: Enable libsanitizer just on x86 linux for now.
1860         * configure: Re-generate.
1862 2012-11-13  David Edelsohn  <dje.gcc@gmail.com>
1864         * configure.ac: Disable libsanitizer on AIX. Merge libquadmath
1865         sections.
1866         * configure: Regenerate.
1868 2012-11-13  Hans-Peter Nilsson  <hp@axis.com>
1870         * configure.ac: Add section for configdirs for libsanitizer.
1871         Disable for cris-*-* and mmix-*-*.
1872         * configure: Regenerate.
1874 2012-11-12  Wei Mi <wmi@google.com>
1876         * configure.ac: Add libsanitizer to target_libraries.
1877         * Makefile.def: Ditto.
1878         * configure: Regenerate.
1879         * Makefile.in: Regenerate.
1880         * libsanitizer: New directory for asan runtime.  Contains an empty
1881         tsan directory.
1883 2012-11-03  Corinna Vinschen  <corinna@vinschen.de>
1885         * configure.ac (FLAGS_FOR_TARGET,target=cygwin): Fix for building
1886         against Mingw64 w32api.
1887         * configure: Regenerate.
1889 2012-11-03  H.J. Lu  <hongjiu.lu@intel.com>
1891         * configure: Regenerated.
1893 2012-11-03  Robert Mason  <rbmj@verizon.net>
1895         * configure.ac: add --disable-libstdcxx configure option
1896         and handle defaulted state only for VxWorks, ARM-wince-pe and AVR.
1898 2012-10-30  Ganesh Gopalasubramanian  <Ganesh.Gopalasubramanian@amd.com>
1900         * MAINTAINERS (Write After Approval): Add myself.
1902 2012-10-26  James Greenhalgh  <james.greenhalgh@arm.com>
1904         * MAINTAINERS (Write After Approval): Add myself.
1906 2012-10-24  Sharad Singhai  <singhai@google.com>
1908         * MAINTAINERS (Write After Approval): Add myself.
1910 2012-10-24  Eric Christopher  <echristo@gmail.com>
1912         * MAINTAINERS: Update email address.
1914 2012-10-23  Eric Botcazou  <ebotcazou@adacore.com>
1916         PR bootstrap/54820
1917         * configure.ac (have_static_libs): Force 'no' for GCC version < 4.5.
1918         * configure: Regenerate.
1920 2012-10-23  Richard Earnshaw  <rearnsha@arm.com>
1922         * MAINTAINERS (aarch64): Add Marcus and myself.
1924 2012-10-22  Eric Botcazou  <ebotcazou@adacore.com>
1926         PR bootstrap/54820
1927         * Makefile.tpl (STAGE1_FLAGS_TO_PASS): New variable.
1928         (all-[+prefix+][+module+]): Pass stage1_args to sub-makes.
1929         (all-stage[+id+]-[+prefix+][+module+]): Likewise, if prev is false.
1930         (clean-stage[+id+]-[+prefix+][+module+]): Likewise, if prev is false.
1931         (host_modules): Set stage1_args to STAGE1_FLAGS_TO_PASS.
1932         * Makefile.in: Regenerate.
1933         * configure.ac (have_static_libs): New variable and associated check.
1934         (stage1-ldflags): Move to after stage1_libs and set to -static-libstdc++
1935         -static-libgcc if stage1_libs is empty and have_static_libs is yes.
1936         * configure: Regenerate.
1938 2012-10-10  Richard Biener  <rguenther@suse.de>
1940         * MAINTAINERS: Adjust for changed surname.
1942 2012-10-04  Lawrence Crowl  <crowl@google.com>
1944         * MAINTAINERS (Write After Approval): Add myself.
1946 2012-10-01  Cary Coutant  <ccoutant@google.com>
1948         * MAINTAINERS: Add myself as dwarf debugging code maintainer.
1950 2012-09-28  Ian Lance Taylor  <iant@google.com>
1952         * Makefile.def: Make all-target-libgo depend on
1953         all-target-libbacktrace.
1954         * Makefile.in: Rebuild.
1956 2012-09-26  Ian Lance Taylor  <iant@google.com>
1958         * Makefile.def: Make all-gcc depend on all-libbacktrace.
1959         * Makefile.in: Rebuild.
1961 2012-09-20  Walter Lee  <walt@tilera.com>
1963         * configure.ac: Add tilegx to list of targets that support gold.
1964         * configure: Regenerate.
1966 2012-09-20  Marek Polacek  <polacek@redhat.com>
1968         * MAINTAINERS (Write After Approval): Add myself.
1970 2012-09-19  Steve Ellcey  <sellcey@mips.com>
1972         * configure.ac: Add mips*-mti-elf* target.
1973         * configure: Regenerate.
1975 2012-09-17  Ian Lance Taylor  <iant@google.com>
1977         * MAINTAINERS (Various Maintainers): Add libbacktrace.
1978         * configure.ac (host_libs): Add libbacktrace.
1979         (target_libraries): Add libbacktrace.
1980         * Makefile.def (host_modules): Add libbacktrace.
1981         (target_modules): Likewise.
1982         * configure, Makefile.in: Rebuild.
1984 2012-09-14  David Edelsohn  <dje.gcc@gmail.com>
1986         PR target/38607
1987         Merge upstream change.
1988         * libtool.m4 (_LT_COMPILER_PIC): Add -fPIC to GCC and GXX for AIX.
1990         * configure.ac: Add target-libquadmath to noconfigdirs for AIX.
1991         Add libgomp*.o to compare_exclusions for AIX.
1992         * configure: Regenerate.
1994 2012-09-06  Diego Novillo  <dnovillo@google.com>
1996         * configure.ac: Bump minimum GMP version to 4.2.3.
1997         * configure: Re-generate.
1999 2012-09-05  Georg-Johann Lay  <avr@gjlay.de>
2001         PR target/54461
2002         * configure.ac (noconfigdirs,target=avr-*-*): Add target-newlib,
2003         target-libgloss if not configured --with-avrlibc=no.
2004         * configure: Regenerate.
2006 2012-09-04  Jason Merrill  <jason@redhat.com>
2008         * configure.ac: Fix --enable-languages=all.
2010 2012-09-04  Christophe Lyon  <christophe.lyon@st.com>
2012         * MAINTAINERS (Write After Approval): Add myself.
2014 2012-09-03  Richard Guenther  <rguenther@suse.de>
2016         PR bootstrap/54138
2017         * configure.ac: Re-organize ISL / CLOOG checks to allow
2018         disabling with either --without-isl or --without-cloog.
2019         * configure: Regenerated.
2021 2012-09-03  Georg-Johann Lay  <avr@gjlay.de>
2023         * configure.ac (noconfigdirs,target=avr): Add target-libquadmath.
2024         * configure: Regenerate.
2026 2012-08-27  Ulrich Drepper  <drepper@gmail.com>
2028         * MAINTAINERS: Fix my email address.
2030 2012-08-26  H.J. Lu  <hongjiu.lu@intel.com>
2032         PR binutils/4970
2033         * Makefile.def (host_modules): Rmove lib_path=.libs from bfd
2034         and opcodes.
2035         * Makefile.in: Regenerated.
2037 2012-08-26  Art Haas <ahaas@impactweather.com>
2039         * configure: Regenerate.
2041 2012-08-25  Křištof Želechovski <giecrilj@stegny.2a.pl>
2043         * INSTALL/README: Also refer to the online installation
2044         instructions.
2046 2012-08-21  Hariharan Sandanagobalane <hariharan.gcc@gmail.com>
2048         * MAINTAINERS (Write After Approval): Add myself.
2049         (Picochip port): Remove myself.
2051 2012-08-14   Diego Novillo  <dnovillo@google.com>
2053         Merge from cxx-conversion branch.
2055         * Makefile.tpl (STAGE[+id+]_CXXFLAGS): Remove
2056         POSTSTAGE1_CONFIGURE_FLAGS.
2057         * Makefile.in: Regenerate.
2058         * configure.ac (ENABLE_BUILD_WITH_CXX): Remove.  Update all users.
2059         Force C++ when bootstrapping.
2060         * configure: Regenerate.
2062 2012-07-24  Jan-Benedict Glaw  <jbglaw@lug-owl.de>
2064         * MAINTAINERS (Write After Approval): Add myself.
2066 2012-07-16  Joseph Myers  <joseph@codesourcery.com>
2068         * README: Document use of ranges of years in copyright notices.
2070 2012-07-06  Richard Guenther  <rguenther@suse.de>
2072         * Makefile.def (cloog): Pass $(HOST_GMPINC) and $(HOST_ISLINC)
2073         as CPPFLAGS, pass path to built gmp as LDFLAGS, always use
2074         --with-gmp=system.
2075         * Makefile.in: Regenerated.
2076         * configure: Likewise.
2078 2012-07-06  Richard Guenther  <rguenther@suse.de>
2080         * configure.ac (extra_isl_gmp_configure_flags): Initialize and subst.
2081         * Makefile.def (isl): Use extra_isl_gmp_configure_flags and
2082         supply V=1 as extra_make_flags.
2083         * configure: Regenerated.
2084         * Makefile.in: Likewise.
2086 2012-07-04  Tristan Gingold  <gingold@adacore.com>
2088         * configure: Regenerate.
2090 2012-07-03  Richard Guenther  <rguenther@suse.de>
2092         * Makfile.def (isl): Remove not necessary extra_exports and
2093         extra_make_flags.
2094         (cloog): Use $$CPPFLAGS instead of ${CPPFLAGS}.
2095         * Makefile.in: Regenerated.
2097 2012-07-03  Richard Guenther  <rguenther@suse.de>
2099         * Makefile.def (cloog): Add V=1 to extra_make_flags.
2100         * configure.ac: If either the ISL or the CLooG check failed
2101         do not try to build in-tree versions.
2102         * Makefile.in: Regenerated.
2103         * configure: Regenerated.
2105 2012-07-03  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
2107         * configure: Regenerate.
2109 2012-07-02  Janis Johnson  <janisjo@codesourcery.com>
2111         * MAINTAINERS (Various Maintainers): Add myself as testsuite
2112         maintainer.
2114 2012-07-02  Richard Guenther  <rguenther@suse.de>
2116         * configure: Regenerated.
2118 2012-07-02  Richard Guenther  <rguenther@suse.de>
2119         Michael Matz  <matz@suse.de>
2120         Tobias Grosser <tobias@grosser.es>
2121         Sebastian Pop <sebpop@gmail.com>
2123         * Makefile.def: Add ISL host module, remove PPL host module.
2124         Adjust ClooG host module to use the proper ISL.
2125         * Makefile.tpl: Pass ISL include flags instead of PPL ones.
2126         * configure.ac: Include config/isl.m4.  Add ISL host library,
2127         remove PPL.  Remove PPL configury, add ISL configury, adjust
2128         ClooG configury.
2129         * Makefile.in: Regenerated.
2130         * configure: Likewise.
2132 2012-07-02  Richard Guenther  <rguenther@suse.de>
2134         Merge from graphite branch
2135         2011-07-21  Tobias Grosser  <tobias@grosser.es>
2137         * configure: Regenerated.
2138         * config/cloog.m4: Remove support for CLooG-ppl and CLooG-parma,
2139         both cloog.org and legacy versions. The only supported version will
2140         be CLooG with the isl backend.
2142         2011-07-21  Tobias Grosser  <tobias@grosser.es>
2144         * configure: Regenerated.
2145         * configure.ac: Require cloog isl 0.17.0
2147         2011-07-21  Tobias Grosser  <tobias@grosser.es>
2149         * configure: Regenerated.
2150         * config/cloog.m4: Do not define CLOOG_ORG
2152 2012-06-29  Steven Bosscher  <steven@gcc.gnu.org>
2154         * configure.ac: Skip C if explicitly selected.
2155         * configure: Regenerate.
2157 2012-06-28  Christophe Lyon <christophe.lyon@st.com>
2159         * configure.ac (CFLAGS_FOR_TARGET, CXXFLAGS_FOR_TARGET): Make sure
2160         they contain -O2.
2161         * configure: Regenerate.
2163 2012-06-25  Richard Sandiford  <rdsandiford@googlemail.com>
2165         PR debug/53740
2166         * df.h, df-problems.c, dce.c: Revert last patch.
2168 2012-06-25  Iain Sandoe  <iain@codesourcery.com>
2170         * MAINTAINERS (Write After Approval): Update my email address.
2172 2012-06-21  Meador Inge  <meadori@codesourcery.com>
2174         * MAINTAINERS (Write After Approval): Add myself.
2176 2012-06-20  Jason Merrill  <jason@redhat.com>
2178         * Makefile.tpl (check-target-libgomp-c++): New.
2179         (check-target-libitm-c++): New.
2180         * Makefile.def (c++): Add them.
2181         * Makefile.in: Regenerate.
2183 2012-05-29  Edmar Wienskoski  <edmar@freescale.com>
2185         * MAINTAINERS (Write After Approval): Add myself.
2187 2012-05-16  Olivier Hainque  <hainque@adacore.com>
2189         * Makefile.tpl (gcc-no-fixedincludes): Rename into ...
2190         (gcc-install-no-fixedincludes): Now forwarder to local target in gcc/
2191         (install-no-fixedincludes): Adjust accordingly.
2192         * Makefile.in: Regenerate.
2194 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
2196         Merge upstream change
2197         * libtool.m4 (_LT_ENABLE_LOCK): Support x32.
2199 2012-05-14  Marc Glisse  <marc.glisse@inria.fr>
2201         * MAINTAINERS (Write After Approval): Add myself.
2203 2012-05-09  Nick Clifton  <nickc@redhat.com>
2204             Paul Smith  <psmith@gnu.org>
2206         PR bootstrap/50461
2207         * configure.ac (mpfr-dir): When using in-tree MPFR sources
2208         allow for the fact that from release v3.1.0 of MPFR the source
2209         files were moved into a src sub-directory.
2210         * configure: Regenerate.
2212 2012-05-07  Janne Blomqvist  <jb@gcc.gnu.org>
2214         * configure.ac: Bump minimum MPFR version to 2.4.0.
2215         * configure: Regenerated.
2217 2012-05-01  Richard Henderson  <rth@redhat.com>
2219         * Makefile.def (libatomic): New target_module.
2220         * configure.ac (target_libraries): Add libatomic.
2221         (noconfigdirs): Check if libatomic is supported.
2222         * Makefile.in, configure: Rebuild.
2224 2012-05-01  Greta Yorsh  <Greta.Yorsh@arm.com>
2226         * MAINTAINERS (Write After Approval): Add myself.
2228 2012-04-25  Joel Brobecker  <brobecker@adacore.com>
2230         * config.sub: Update to 2012-04-18 version from official repo.
2232 2012-04-24  Naveen H.S  <naveen.S@kpitcummins.com>
2234         * MAINTAINERS (Write After Approval): Add myself.
2236 2012-04-11  Steve Ellcey  <sellcey@mips.com>
2238         * MAINTAINERS: Changed email address.
2240 2012-03-28  Georg-Johann Lay  <avr@gjlay.de>
2242         PR target/52737
2243         * contrib/gcc_update (files_and_dependencies):
2244         Remove gcc/config/avr/t-multilib from touch data.
2246 2012-03-14  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
2248         * MAINTAINERS (OS Port Maintainers): Remove irix.
2249         * configure.ac (enable_libgomp): Remove *-*-irix6*.
2250         (unsupported_languages): Remove mips-sgi-irix6.*.
2251         (noconfigdirs): Don't add ${libgcj} for mips*-*-irix6*.
2252         (with_stabs): Remove.
2253         * configure: Regenerate.
2255 2012-03-12  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
2257         * MAINTAINERS (OS Port Maintainers): Remove osf.
2258         * configure.ac (enable_libgomp): Remove *-*-osf*.
2259         (with_stabs): Remove alpha*-*-osf*.
2260         * configure: Regenerate.
2262 2012-03-05  Tristan Gingold  <gingold@adacore.com>
2264         * configure.ac: Enable gdb and readline for ia64*-*-*vms*.
2265         * configure: Regenerate.
2267 2012-02-17  Walter Lee  <walt@tilera.com>
2269         * MAINTAINERS: (Write After Approval): Delete myself.
2271 2012-02-14  Walter Lee  <walt@tilera.com>
2273         * MAINTAINERS (tilegx port): Add myself.
2274         (tilepro port): Add myself.
2275         (Write After Approval): Add myself.
2277 2012-02-12  Gerald Pfeifer  <gerald@pfeifer.com>
2279         * MAINTAINERS (Various Maintainers): Add Diego Novillo, Gerald Pfeifer
2280         and Joseph Myers as docstring relicensing maintainers.
2282 2012-02-09  Bin Cheng  <bin.cheng@arm.com>
2284         * MAINTAINERS (write-after-approval): Add myself.
2286 2012-02-08  Ira Rosen <irar@il.ibm.com>
2288         * MAINTAINERS (Various Maintainers): Remove myself as auto-vectorizer
2289         maintainer.
2291 2012-02-04  Venkataramanan Kumar  <venkataramanan.kumar@amd.com>
2293         * MAINTAINERS (Write After Approval): Move myself to
2294         maintain alphabetical order.
2296 2012-02-03  Venkataramanan Kumar  <venkataramanan.kumar@amd.com>
2298         * MAINTAINERS (Write After Approval): Add myself.
2300 2012-02-02  Jayant R Sonar <jayant.sonar@kpitcummins.com>
2302         * MAINTAINERS (Write After Approval): Add myself.
2304 2012-02-02  Sumanth G <sumanth.gundapaneni@kpitcummins.com>
2305             Jayant R Sonar <jayant.sonar@kpitcummins.com>
2307         * configure.ac (cr16-*-*): Remove nonconfigdirs.
2308         * configure: Regenerate.
2310 2012-01-23  Harshit Chopra  <harshit@google.com>
2312         * MAINTAINERS (Write After Approval): Add myself.
2314 2012-01-22  Douglas B Rupp  <rupp@ngnat.com>
2316         * configure.ac: Remove reference to mh-interix.
2317         * configure: Regenerate.
2319 2012-01-05  Richard Henderson  <rth@redhat.com>
2321         PR bootstrap/51072
2322         * configure.ac: Disable libitm if c++ is not enabled.
2323         * configure: Rebuild.
2325         * configure.ac: Fix regexp for same.
2326         * configure: Rebuild.
2328 2012-01-02  Balaji V. Iyer  <bviyer@gmail.com>
2330         * MAINTAINERS (Write After Approval): Add myself.
2332 2012-01-02  Richard Guenther  <rguenther@suse.de>
2334         PR bootstrap/51686
2335         * Makefile.def (install-strip-gcc): Depend on install-strip-lto-plugin.
2336         * Makefile.in: Regenerate.
2338 2011-12-28  Oleg Endo  <olegendo@gcc.gnu.org>
2340         * MAINTAINERS (Write After Approval): Add myself.
2342 2011-12-18  Eric Botcazou  <ebotcazou@adacore.com>
2344         * configure: Regenerate.
2346 2011-12-14  Hariharan Sandanagobalane  <hariharan.gcc@gmail.com>
2348         * MAINTAINERS (picochip): Changed email address.
2350 2011-11-30  Matthew Gretton-Dann  <matthew.gretton-dann@arm.com>
2352         * MAINTAINERS (write-after-approval): Add self.
2354 2011-11-29  DJ Delorie  <dj@redhat.com>
2356         * configure.ac (rl78-*-*) New case.
2357         * configure: Regenerate.
2358         * MAINTAINERS: Add myself as RL78 maintainer.
2360 2011-11-21  Eric Botcazou  <ebotcazou@libertysurf.fr>
2362         * MAINTAINERS: Add self as co-maintainer of the Ada front end.
2364 2011-11-21  Andreas Tobler  <andreast@fgznet.ch>
2366         * libtool.m4: Additional FreeBSD 10 fixes.
2368 2011-11-21  Joern Rennecke  <joern.rennecke@embecosm.com>
2370         * MAINTAINERS: Move myself from Write After Approval to CPU Port
2371         Maintainers section, as Epiphany maintainer.
2373 2011-11-18  Iain Sandoe  <iains@gcc.gnu.org>
2375         PR target/49992
2376         * configure.ac: Remove ranlib special-casing for Darwin.
2377         * configure: Regenerate.
2379 2011-11-12  Andrey Belevantsev  <abel@ispras.ru>
2381         * MAINTAINERS (Reviewers): Keep the list sorted.
2383 2011-11-11  Andrey Belevantsev  <abel@ispras.ru>
2385         * MAINTAINERS (Selective Scheduling): Add myself as a reviewer.
2387 2011-11-09  Roland McGrath  <mcgrathr@google.com>
2389         * configure.ac: Add tool checks for READELF and READELF_FOR_TARGET.
2390         * configure: Rebuild.
2391         * Makefile.def (flags_to_pass): Add READELF_FOR_TARGET.
2392         * Makefile.tpl (READELF, READELF_FOR_TARGET): New variables.
2393         (HOST_EXPORTS): Add READELF, READELF_FOR_TARGET.
2394         (BASE_FLAGS_TO_PASS): Add READELF_FOR_TARGET.
2395         (BASE_TARGET_EXPORTS, EXTRA_HOST_FLAGS, EXTRA_TARGET_FLAGS):
2396         Add READELF.
2397         * Makefile.in: Rebuild.
2399 2011-11-09  Jason Merrill  <jason@redhat.com>
2401         * Makefile.def (language=c++): Remove check-c++0x.
2402         * Makefile.in (check-gcc-c++): Regenerate.
2404 2011-11-08  Richard Henderson  <rth@redhat.com>
2406         * configure.ac: Test for libitm directory present first.
2408         * configure.ac: Adjust srcdir for running libitm/configure.tgt.
2410         * configure.ac: Test libitm/configure.tgt to disable libitm.
2411         * configure: Rebuild.
2413 2011-11-07  Aldy Hernandez  <aldyh@redhat.com>
2414             Richard Henderson  <rth@redhat.com>
2416         Merged from transactional-memory.
2418         * Makefile.def (lang_env_dependencies): libitm is c++.
2419         Add libitm target module.
2420         * configure.ac: Likewise.
2421         * config/mmap.m4: New file.
2422         * contrib/gcc_update: Add libitm to touch data.
2423         * Makefile.in, configure: Rebuild.
2425 2011-11-02  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
2427         * Makefile.tpl (EXTRA_GCC_FLAGS): Remove LIBGCC2_CFLAGS,
2428         LIBGCC2_DEBUG_CFLAGS, LIBGCC2_INCLUDES.
2429         * Makefile.in: Regenerate.
2431 2011-11-01  DJ Delorie  <dj@redhat.com>
2433         * config.sub: Update to version 2011-10-29 (added rl78)
2435 2011-10-27  Nick Clifton  <nickc@redhat.com>
2437         * config.sub: Import these changes from the config project:
2439         2011-10-08  Joern Rennecke  <joern.rennecke@embecosm.com>
2440             Ben Elliston  <bje@gnu.org>
2442         * config.sub (epiphany): New.
2444         2011-09-09  Linas Vepstas  <linasvepstas@gmail.com>
2445             Ben Elliston  <bje@gnu.org>
2447         * config.sub (hexagon, hexagon-*): New.
2449         2011-08-23  Roland McGrath  <mcgrathr@google.com>
2451         * config.sub: Rename 32eb to be32, 32el to le32, 64el to le64, and
2452         64eb to be64.
2454         2011-08-16  Roland McGrath  <mcgrathr@google.com>
2456         * config.sub (32eb, 32el, 64eb, 64el): New (pseudo-)CPUs.
2457         (nacl): Grok as alias for 32el-unknown-nacl.
2459 2011-10-25  Kirill Yukhin  <kirill.yukhin@intel.com>
2461         * MAINTAINERS (Write After Approval): Add myself.
2463 2011-10-24  Teresa Johnson  <tejohnson@google.com>
2465         * MAINTAINERS (Write After Approval): Add myself.
2467 2011-09-21  Jakub Jelinek  <jakub@redhat.com>
2469         * MAINTAINERS (sparc port): Remove myself.
2471 2011-09-14  Tom de Vries  <tom@codesourcery.com>
2473         * MAINTAINERS (Write After Approval): Add myself.
2475 2011-08-14  Yao Qi  <yao@codesourcery.com>
2477         * configure.ac (tic6x-*-*): Remove gdb from noconfigdirs.
2478         * configure: Regenerate.
2480 2011-07-26  Ian Lance Taylor  <iant@google.com>
2482         * configure.ac: Set have_compiler based on whether gcc directory
2483         exists, rather than on whether gcc is in configdirs.
2484         * configure: Rebuild.
2486 2011-07-21  Joseph Myers  <joseph@codesourcery.com>
2488         * MAINTAINERS (Global Reviewers): Add self.
2490 2011-07-20  David Edelsohn  <dje.gcc@gmail.com>
2492         * Makefile.tpl (POSTSTAGE1_CONFIGURE_FLAGS): Add libsupc++ to
2493         link directories.
2494         * Makefile.in: Rebuild.
2496 2011-07-20  Ian Lance Taylor  <iant@google.com>
2498         PR bootstrap/49787
2499         * configure.ac: Move --enable-bootstrap handling earlier in file.
2500         If --enable-bootstrap and either --enable-build-with-cxx or
2501         --enable-build-poststage1-with-cxx, enable C++ automatically.
2502         * configure: Rebuild.
2504 2011-07-19  Ian Lance Taylor  <iant@google.com>
2506         * configure.ac: Add --enable-build-poststage1-with-cxx.  If set,
2507         make C++ a boot_language.  Set and substitute
2508         POSTSTAGE1_CONFIGURE_FLAGS.
2509         * Makefile.tpl (POSTSTAGE1_CONFIGURE_FLAGS): New variable.
2510         (STAGE[+id+]_CONFIGURE_FLAGS): Add $(POSTSTAGE1_CONFIGURE_FLAGS).
2511         * configure, Makefile.in: Rebuild.
2513 2011-07-19  Vladimir Makarov  <vmakarov@redhat.com>
2515         * MAINTAINERS (Register Allocation): Move myself from reviewers to
2516         maintainers.
2518 2011-07-18  Jakub Jelinek  <jakub@redhat.com>
2520         * MAINTAINERS (Global Reviewers): Add myself.
2522 2011-07-18  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
2524         * configure: Regenerate.
2526 2011-07-16  Jason Merrill  <jason@redhat.com>
2528         * Makefile.def (language=c++): Add check-c++0x and
2529         check-target-libmudflap-c++.
2530         * Makefile.tpl (check-target-libmudflap-c++): New.
2531         * Makefile.in: Regenerate.
2533 2011-07-16  Matthias Klose  <doko@ubuntu.com>
2535         * Makefile.tpl (EXTRA_CONFIGARGS_LIBJAVA): Define.
2536         * Makefile.def (target_modules/libjava): Pass
2537         $(EXTRA_CONFIGARGS_LIBJAVA).
2538         * configure.ac: Pass --disable-static in EXTRA_CONFIGARGS_LIBJAVA,
2539         if not configured with --enable-static-libjava.
2540         * Makefile.in: Regenerate.
2541         * configure: Likewise.
2543 2011-07-15  Jason Merrill  <jason@redhat.com>
2545         * Makefile.in (check-c++): Move check-gcc-c++0x after
2546         check-target-libstdc++-v3.
2548 2011-07-15  Bernd Schmidt  <bernds@codesourcery.com>
2550         * MAINTAINERS (c6x port): New entry.
2552 2011-07-13  Jason Merrill  <jason@redhat.com>
2554         * Makefile.in (check-gcc-c++0x): New.
2555         (check-c++): Depend on it.
2557 2011-07-07  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
2559         PR target/39150
2560         * configure.ac (i[3456789]86-*-solaris2*): Also accept
2561         x86_64-*-solaris2.1[0-9]*.
2562         * configure: Regenerate.
2564 2011-06-29  Richard Sandiford  <rdsandiford@googlemail.com>
2566         * MAINTAINERS (RTL optimizers): Add self.
2568 2011-06-27  Gabriel Charette  <gchare@google.com>
2570         * MAINTAINERS (Write After Approval): Add myself.
2572 2011-06-22  Hans-Peter Nilsson  <hp@axis.com>
2574         PR regression/47836
2575         PR bootstrap/23656
2576         PR other/47733
2577         PR bootstrap/49247
2578         PR c/48825
2579         * configure.ac (target_libraries): Remove target-libiberty.
2580         Remove case-statement setting skipdirs=target-libiberty for
2581         multiple targets.  Remove checking target_configdirs and
2582         removing target-libiberty but keeping target-libgcc if
2583         otherwise empty.
2584         * Makefile.def (target_modules): Don't add libiberty.
2585         (dependencies): Remove all traces of target-libiberty.
2586         * configure, Makefile.in: Regenerate.
2588 2011-06-13  Walter Lee <walt@tilera.com>
2590         * configure.ac (tilepro-*-*) New case.
2591         (tilegx-*-*): Likewise.
2592         * configure: Regenerate.
2594 2011-06-06  Jing Yu  <jingyu@google.com>
2596         * configure.ac: Skip target-libiberty for
2597         arm*-*-linux-androideabi.
2598         * configure: Regenerated.
2600 2011-06-06  Nick Clifton  <nickc@redhat.com>
2602         * config.sub: Sync from upstream.
2604 2011-06-05  Nenad Vukicevic  <nenad@intrepid.com>
2606         * MAINTAINERS (Write After Approval): Add myself.
2608 2011-06-01  Daniel Jacobowitz  <drow@false.org>
2610         * MAINTAINERS: Update my email address.
2612 2011-05-27  Nathan Froyd  <froydnj@codesourcery.com>
2614         * MAINTAINERS (Write After Approval): Update my email address.
2616 2011-05-11  Paul Pluzhnikov  <ppluzhnikov@google.com>
2618         * MAINTAINERS (Write After Approval): Add myself.
2620 2011-05-08  Doug Kwan  <dougkwan@google.com>
2622         * configure.ac: Propagate LDFLAGS_FOR_TARGET.
2623         * configure: Regenerated.
2624         * Makefile.tpl (LDFLAGS_FOR_TARGET): Use LDFLAGS_FOR_TARGET
2625         value from configure.
2626         * Makefile.in: Regenerated.
2628 2011-05-05  Joseph Myers  <joseph@codesourcery.com>
2630         * configure.ac (alpha*-dec-osf*, i[[3456789]]86-*-rdos*,
2631         sh*-*-pe|mips*-*-pe|arm-wince-pe, sparc-*-sunos4*, *-*-aix*,
2632         *-*-beos*, *-*-chorusos, *-*-dragonfly*, *-*-freebsd*, *-*-linux*
2633         | *-*-gnu* | *-*-k*bsd*-gnu | *-*-kopensolaris*-gnu, *-*-lynxos*,
2634         *-*-mingw*, *-*-netbsd*, *-*-netware*, *-*-tpf*, *-*-uclinux*,
2635         *-*-vxworks*): Disable newlib and libgloss in separate case
2636         statement.
2637         (i[[3456789]]86-*-linux*): Move logic allowing newlib to be built
2638         to separate case statement.
2639         (*-*-chorusos, *-*-dragonfly*, *-*-freebsd*, *-*-netbsd*,
2640         *-*-netware*, *-*-tpf*, *-*-uclinux*, *-*-vxworks*,
2641         alpha*-dec-osf*, alpha*-*-linux*, am33_2.0-*-linux*, sh-*-linux*,
2642         sh*-*-pe|mips*-*-pe|*arm-wince-pe, arm-*-coff, arm-*-elf* |
2643         arm*-*-eabi*, arm*-*-linux-gnueabi, arm*-*-symbianelf*, avr-*-*,
2644         bfin-*-*, cris-*-* | crisv32-*-*, frv-*-*, i[[3456789]]86-*-coff |
2645         i[[3456789]]86-*-elf, i[[3456789]]86-w64-mingw*,
2646         i[[3456789]]86-*-mingw*, x86_64-*-mingw*,
2647         i[[3456789]]86-*-interix*, i[[3456789]]86-*-beos*,
2648         i[[3456789]]86-*-rdos*, m32r-*-*,
2649         m68hc11-*-*|m6811-*-*|m68hc12-*-*|m6812-*-*, m68k-*-elf*, m68*-*-*
2650         | fido-*-*, powerpc-*-aix*, powerpc-*-beos*, powerpc-*-eabi,
2651         powerpc-*-eabi* | powerpcle-*-eabi* | powerpc-*-rtems*,
2652         rs6000-*-lynxos*, rs6000-*-aix*, mips*-*-linux*, sparclet-*-aout*
2653         | sparc86x-*-*, sparc-*-elf*, sparc64-*-elf*, sparclite-*-*,
2654         sparc-*-sunos4*, sparc-*-solaris* | sparc64-*-solaris* |
2655         sparcv9-*-solaris*, *-*-linux* | *-*-gnu* | *-*-k*bsd*-gnu |
2656         *-*-kopensolaris*-gnu, *-*-lynxos*, *-*-*): Don't disable newlib
2657         and libgloss in main case over targets.  Remove most empty cases
2658         in main case over targets.
2659         * configure: Regenerate.
2661 2011-05-04  Janis Johnson  <janisjo@codesourcery.com>
2663         * MAINTAINERS (Write After Approval): Add myself.
2665 2011-05-04  Joseph Myers  <joseph@codesourcery.com>
2667         * configure.ac: Remove code setting special library locations for
2668         hppa*64*-*-hpux11*.  Remove code setting compiler for
2669         sparc-sun-solaris2*.
2670         * configure: Regenerate.
2672 2011-05-04  Joseph Myers  <joseph@codesourcery.com>
2674         * configure.ac: Separate libgloss_dir settings from general case
2675         over targets.
2676         * configure: Regenerate.
2678 2011-04-28  Joseph Myers  <joseph@codesourcery.com>
2680         * configure.ac (*-*-dragonfly*, *-*-freebsd*, *-*-netbsd*,
2681         alpha*-dec-osf*, alpha*-*-linux*, alpha*-*-*, sh-*-linux*,
2682         arm-*-elf* | arm*-*-eabi*, arm*-*-linux-gnueabi, frv-*-*): Remove
2683         cases in libgcj-disabling case statement.
2684         (hppa*64*-*-linux*): Set unsupported_languages instead of
2685         disabling target-zlib.
2686         (hppa*64*-*-*): Restrict case in libgcj-disabling case statement
2687         to hppa*64*-*-hpux*.
2688         (hppa*-*-*): Restrict case in libgcj-disabling case statement to
2689         hppa*-*-hpux*.
2690         (ia64*-*-elf*, ia64*-**-hpux*, i[[3456789]]86-*-elf,
2691         i[[3456789]]86-*-linux*, *-*-cygwin*, i[[3456789]]86-*-interix*,
2692         i[[3456789]]86-*-solaris2*, m32r-*-*, m68k-*-elf*, m68*-*-* |
2693         fido-*-*, powerpc-*-eabi, powerpc-*-eabi* | powerpcle-*-eabi* |
2694         powerpc-*-rtems*, mips*-*-linux*, mips*-*-*, sh-*-* | sh64-*-*,
2695         sparc-*-elf*, sparc64-*-elf*, sparc-*-solaris* |
2696         sparc64-*-solaris* | sparcv9-*-solaris*, *-*-linux* | *-*-gnu* |
2697         *-*-k*bsd*-gnu | *-*-kopensolaris*-gnu, *-*-*): Remove cases in
2698         libgcj-disabling case statement.
2699         * configure: Regenerate.
2701 2011-04-28  Joseph Myers  <joseph@codesourcery.com>
2703         * configure.ac: Disable Java for targets not supporting libffi.
2704         (*-*-chorusos, *-*-kaos*, am33_2.0-*-linux*, sh*-*-pe|mips*-*-pe):
2705         Remove cases in Java-disabling statement.
2706         (*arm-wince-pe): Change to arm-wince-pe.
2707         (arc-*-*, arm-*-coff, arm-*-pe*, arm-*-riscix*, avr-*-*): Remove
2708         cases in Java-disabling statement.
2709         (bfin-*-*): Don't disable Java again.
2710         (c4x-*-* | tic4x-*-*, tic54x-*-*, cr16-*-*, d10v-*-*, d30v-*-*,
2711         fr30-*-elf*, moxie-*-*, h8300*-*-*, h8500-*-*, hppa1.1-*-osf* |
2712         hppa1.1-*-bsd*, hppa*-*-*elf* | hppa*-*-lites* | hppa*-*-openbsd*,
2713         hppa*-*-pro*, i960-*-*, i[[3456789]]86-*-coff,
2714         i[[3456789]]86-*-pe, i[[3456789]]86-*-sco3.2v5*,
2715         i[[3456789]]86-*-sco*, i[[3456789]]86-*-sysv4*,
2716         i[[3456789]]86-*-beos*, i[[3456789]]86-*-rdos*,
2717         m68hc11-*-*|m6811-*-*|m68hc12-*-*|m6812-*-*): Remove cases in
2718         Java-disabling statement.
2719         (mmix-*-*): Don't disable Java again.
2720         (mt-*-*, powerpc*-*-winnt* | powerpc*-*-pe*, powerpcle-*-solaris*,
2721         powerpc-*-beos*, rs6000-*-lynxos*, rs6000-*-*, m68k-apollo-*,
2722         microblaze*, mips*-sde-elf*, mips*-*-irix5*, mips*-*-bsd*,
2723         sparclet-*-aout* | sparc86x-*-*, sparclite-*-*, sparc-*-sunos4*,
2724         tic6x-*-*, v810-*-*, vax-*-*): Remove cases in Java-disabling
2725         statement.
2726         * configure: Regenerate.
2728 2011-04-28  Joseph Myers  <joseph@codesourcery.com>
2730         * configure.ac: Separate cases disabling Java and Java libraries
2731         from general case over targets.
2732         * configure: Regenerate.
2734 2011-04-21  Jie Zhang  <jzhang918@gmail.com>
2736         * MAINTAINERS: Update my email address.
2738 2011-04-20  Easwaran Raman  <eraman@google.com>
2740         * MAINTAINERS (Write After Approval): Add myself.
2742 2011-04-18  Jack Howarth  <howarth@bromo.med.uc.edu>
2744         PR lto/48086
2745         * configure.ac: Re-enable LTO on *-apple-darwin9*.
2746         * configure: Regenerate.
2748 2011-04-16  Jim Meyering  <meyering@redhat.com>
2750         * MAINTAINERS (Write After Approval): Add myself.
2752 2011-04-15  Dodji Seketeli  <dodji@redhat.com>
2754         * MAINTAINERS: Update my email address.
2756 2011-04-13  Georg-Johann Lay  <avr@gjlay.de>
2758         * MAINTAINERS (Write After Approval): Add myself.
2760 2011-04-12  Yufeng Zhang  <yufeng.zhang@arm.com>
2762         * MAINTAINERS (Write After Approval): Add myself.
2764 2011-04-07  Stuart Henderson  <shenders@gcc.gnu.org>
2766         * MAINTAINERS (Write After Approval): Add myself.
2768 2011-04-06  Joseph Myers  <joseph@codesourcery.com>
2770         * configure.ac (build_tools): Remove build-byacc.
2771         (host_libs): Remove mmalloc.
2772         (host_tools): Remove byacc make patch prms send-pr ash bash bzip2
2773         autoconf automake libtool diff rcs fileutils shellutils time
2774         textutils wdiff find uudecode hello tar gzip indent recode release
2775         sed perl gawk findutils gettext zip.
2776         (libgcj): Remove target-qthreads.
2777         (target_tools): Remove target-examples target-gperf.
2778         (YACC): Don't handle building byacc.
2779         * configure: Regenerate.
2780         * Makefile.def (ash, autoconf, automake, bash, byacc, bzip2, diff,
2781         dosutils, examples, fileutils, find, findutils, gawk, gettext,
2782         gnuserv, gperf, gzip, hello, indent, libtool, make, mmalloc,
2783         patch, perl, prms, qthreads, rcs, recode, release, sed, send-pr,
2784         shellutils, tar, textutils, time, uudecode, wdiff, zip): Don't
2785         handle building components.
2786         * Makefile.in: Regenerate.
2788 2011-04-05  Sterling Augustine <augustine.sterling@gmail.com>
2790         * MAINTAINERS: Update my email address as Xtensa maintainer.
2792 2011-04-05  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
2794         * config.sub: Sync from upstream.
2796 2011-04-01  Joseph Myers  <joseph@codesourcery.com>
2798         * configure.ac (avr-*-*): Add comment about why libssp is disabled.
2799         (microblaze*): Don't disable libssp.
2800         * configure: Regenerate.
2802 2011-04-01  Joseph Myers  <joseph@codesourcery.com>
2804         * configure.ac: Remove code setting CONFIG_SHELL, config_shell and
2805         moveifchange.
2806         * configure: Regenerate.
2807         * Makefile.tpl: Use @SHELL@ not @config_shell@.
2808         * Makefile.in: Regenerate.
2810 2011-04-01  Joseph Myers  <joseph@codesourcery.com>
2812         * configure.ac (*-*-sysv4*): Don't enable libgomp.
2813         (alpha*-*-*vms*, i[[34567]]86-*-sco3.2v5*, mn10300-*-*,
2814         powerpc-*-chorusos*, powerpc*-*-eabi*, powerpc*-*-sysv*,
2815         powerpc*-*-kaos*, s390x-ibm-tpf*, sparc64-*-elf*, v850*-*-*,
2816         xtensa*-*-elf*, *-*-beos*, *-*-elf*, *-*-netware*, *-*-rtems*,
2817         *-*-sysv[[45]]*, *-*-vxworks*, *-wrs-windiss): Remove
2818         md_exec_prefix cases.
2819         * configure: Regenerate.
2821 2011-04-01  Joseph Myers  <joseph@codesourcery.com>
2823         * configure.ac: Separate cases disabling target-libssp,
2824         target-libiberty, target-libstdc++-v3 and Fortran from general
2825         case over targets.
2826         * configure: Regenerate.
2828 2011-04-01  Joseph Myers  <joseph@codesourcery.com>
2830         * configure.ac (*-*-chorusos): Don't disable libgcj.
2831         (*-*-freebsd[[12]] | *-*-freebsd[[12]].* | *-*-freebsd*aout*):
2832         Remove case.
2833         (*-*-kaos*): Don't disable GCC libraries, zlib or fastjar.
2834         (arm-*-coff): Don't disable libgcj.
2835         (arm*-*-linux-gnueabi): Remove useless assignment.
2836         (arm-*-riscix*): Don't disable libgcj.
2837         (bfin-*-*): Don't enable target-bsp and target-cygmon depending on
2838         configuration.
2839         (c4x-*-* | tic4x-*-*): Don't disable GCC libraries.
2840         (c54x*-*-*): Remove case.
2841         (tic54x-*-*): Don't disable GCC or GCC libraries.
2842         (cris-*-* | crisv32-*-*): Don't handle *-*-aout.  Change *-*-elf
2843         to *.
2844         (d10v-*-*): Don't disable GCC libraries.
2845         (d30v-*-*): Don't disable libgcj.
2846         (h8500-*-*): Don't disable GCC libraries.
2847         (i960-*-*): Don't disable libgcj.
2848         (i[[3456789]]86-*-linux*): Don't handle *-*-*libc1*.
2849         (i[[3456789]]86-*-sco3.2v5*, i[[3456789]]86-*-sco*,
2850         i[[3456789]]86-*-sysv4*, i[[3456789]]86-*-beos*): Don't disable
2851         libgcj.
2852         (m68k-*-coff*): Remove case.
2853         (mmix-*-*): Don't disable libgloss on host.
2854         (mn10200-*-*, mn10300-*-*): Remove cases.
2855         (powerpc*-*-winnt* | powerpc*-*-pe*, powerpcle-*-solaris*,
2856         powerpc-*-beos*, m68k-apollo-*, mips*-*-irix5*, mips*-*-bsd*):
2857         Don't disable libgcj.
2858         (romp-*-*): Remove case.
2859         (sparclite-*-*, sparc-*-sunos4*): Don't disable libgcj.
2860         (sparc-*-solaris2.[[0-6]] | sparc-*-solaris2.[[0-6]].*): Remove
2861         case.
2862         (v810-*-*): Don't disable GCC libraries.
2863         (v850*-*-*, vax-*-vms, xtensa*-*-*): Remove cases.
2864         (ip2k-*-*): Don't disable GCC libraries.
2865         * configure: Regenerate.
2867 2011-03-28  Joseph Myers  <joseph@codesourcery.com>
2869         * configure.ac (i[[3456789]]86-*-msdosdjgpp*): Don't disable
2870         libffi on host.
2871         (x86_64-*-mingw*, i[[3456789]]86-*-mingw32*): Don't disable newlib
2872         on host.
2873         (c54x*-*-* | tic54x-*-*): Don't disable newlib on host.
2874         * configure: Regenerate.
2876 2011-03-26  John Marino  <binutils@marino.st>
2878         * configure.ac: Add support for *-*-dragonfly*
2879         * configure: Regenerate.
2881 2011-03-25  Joseph Myers  <joseph@codesourcery.com>
2883         * configure.ac (native_only): Remove.
2884         (i[[3456789]]86-*-msdosdjgpp*): Don't disable expect dejagnu
2885         send-pr uudecode guile gnuserv on host.
2886         (x86_64-*-mingw*): Don't disable expect dejagnu autoconf automake
2887         send-pr rcs guile perl texinfo libtool on host.
2888         (i[[3456789]]86-*-mingw32*): Don't disable expect dejagnu autoconf
2889         automake send-pr rcs guile perl texinfo libtool on host.
2890         (*-*-cygwin*, *-*-netbsd*): Remove host cases.
2891         (*-*-kaos*): Don't disable target-examples target-gperf on target.
2892         (alpha*-dec-osf*): Don't disable fileutils on target.
2893         (sh*-*-pe|mips*-*-pe|*arm-wince-pe): Don't disable target-examples
2894         texinfo send-pr expect dejagnu on target.
2895         (arm-*-elf* | arm*-*-eabi*, arm*-*-linux-gnueabi): Don't disable
2896         target-qthreads on target.
2897         (hppa*-hp-hpux11*, hppa*-*-*): Don't disable shellutils on target.
2898         (ia64*-*-elf*, ia64*-*-*vms*): Don't disable mmalloc on target.
2899         (i[[3456789]]86-w64-mingw*, i[[3456789]]86-*-mingw*,
2900         x86_64-*-mingw*): Don't disable expect on target.
2901         (*-*-cygwin*): Don't disable target-gperf on target.
2902         (powerpc*-*-winnt* | powerpc*-*-pe*): Don't disable make expect
2903         gnuserv on target.
2904         (powerpcle-*-solaris*): Don't disable make expect gnuserv on
2905         target.
2906         * configure: Regenerate.
2908 2011-03-25  Joseph Myers  <joseph@codesourcery.com>
2910         * configure.ac (target_tools): Remove target-groff.
2911         (native_only): Remove target-groff.
2912         (hppa*64*-*-*): Don't disable byacc.
2913         (i[[3456789]]86-*-mingw32*): Remove commented-out noconfigdirs
2914         setting.
2915         (*-*-kaos*): Don't skip target-librx and target-groff.
2916         (*-*-netware*): Don't skip target-libmudflap.
2917         (*-*-tpf*): Don't skip target-libmudflap.
2918         (sh*-*-pe|mips*-*-pe|*arm-wince-pe): Don't condition configured
2919         directories on the host.
2920         (ia64*-*-*vms*): Don't skip tix.
2921         (sh-*-* | sh64-*-*): Don't condition skipped directories on the
2922         host.
2923         * configure: Regenerate.
2925 2011-03-24  Paolo Bonzini  <pbonzini@redhat.com>
2927         * configure.ac: Remove references to mt-mep, mt-netware,
2928         mt-wince.
2929         * Makefile.def: Add all-utils soft dependencies.
2930         * Makefile.tpl: Remove GDB_NLM_DEPS.
2931         * configure: Regenerate.
2932         * Makefile.in: Regenerate.
2934 2011-03-24  Paolo Bonzini  <bonzini@gnu.org>
2936         * configure.ac: Do not include mh-x86omitfp.
2937         * configure: Regenerate.
2939 2011-03-24  Paolo Bonzini  <bonzini@gnu.org>
2941         * configure.ac: Remove empty cases.
2942         * configure: Regenerate.
2944 2011-03-24  Paolo Bonzini  <bonzini@gnu.org>
2946         * Makefile.def: Add dependency from termcap to gdb.
2947         * Makefile.in: Regenerate.
2949 2011-03-24  Paolo Bonzini  <bonzini@gnu.org>
2951         * configure.ac: Remove all mentions of mh-sysv4 and mh-solaris.
2952         * configure: Regenerate.
2953         * Makefile.def: Remove all mentions of X11_FLAGS_TO_PASS.
2954         * Makefile.tpl: Likewise.
2955         * Makefile.in: Regenerate.
2957 2011-03-24  Paolo Bonzini  <bonzini@gnu.org>
2959         * configure.ac: Remove all mentions of tentative_cc.
2960         * configure: Regenerate.
2962 2011-03-24  Joseph Myers  <joseph@codesourcery.com>
2964         * configure.ac (i[[3456789]]86-*-vsta, i[[3456789]]86-*-go32*,
2965         i[[3456789]]86-*-beos*, powerpc-*-beos*, m68k-hp-hpux*,
2966         m68k-apollo-sysv*, m68k-apollo-bsd*, m88k-dg-dgux*,
2967         m88k-harris-cxux*, m88k-motorola-sysv*, mips*-dec-ultrix*,
2968         mips*-nec-sysv4*, mips*-sgi-irix4*, mips*-*-sysv4*, mips*-*-sysv*,
2969         i370-ibm-opened*, i[[3456789]]86-*-sysv5*, i[[3456789]]86-*-dgux*,
2970         i[[3456789]]86-ncr-sysv4.3*, i[[3456789]]86-ncr-sysv4*,
2971         i[[3456789]]86-*-sco3.2v5*, i[[3456789]]86-*-sco*,
2972         i[[3456789]]86-*-udk*, vax-*-ultrix2*, m68k-sun-sunos*,
2973         hppa*-*-hiux*, *-*-hiux*, rs6000-*-lynxos*, *-*-sysv4*,
2974         *-*-rhapsody*): Remove host cases.
2975         * configure: Regenerate.
2977 2011-03-24  Joseph Myers  <joseph@codesourcery.com>
2979         * configure.ac (ppc*-*-pe): Remove host case.
2980         (strongarm-*-coff | xscale-*-coff, strongarm-*-elf* |
2981         xscale-*-elf*, thumb-*-coff, thumb-*-elf, thumb-*-pe, ep9312-*-elf
2982         | ep9312-*-coff, parisc*64*-*-linux*, ppc*-*-pe): Remove target
2983         cases.
2984         * configure: Regenerate.
2986 2011-03-24  Joseph Myers  <joseph@codesourcery.com>
2988         * config.sub: Update to version 2011-03-23.
2990 2011-03-22  Joseph Myers  <joseph@codesourcery.com>
2992         * configure.ac (arm-semi-aof, crx-*-*, parisc*-*-linux*,
2993         i370-*-opened*, i[[3456789]]86-moss-msdos | i[[3456789]]86-*-moss*
2994         | i[[3456789]]86-*-uwin*, mcore-*-pe*): Remove empty cases.
2995         * configure: Regenerate.
2997 2011-03-22  Joseph Myers  <joseph@codesourcery.com>
2999         * MAINTAINERS (crx port, m68hc11 port): Remove.  Move maintainers
3000         to Write After Approval.
3001         * config-ml.in: Don't handle arc-*-elf*.
3002         * configure.ac (arc-*-*, crx-*-*, i[[3456789]]86-*-pe,
3003         m68hc11-*-*|m6811-*-*|m68hc12-*-*|m6812-*-*, mcore-*-pe*): Don't
3004         handle GCC libraries.
3005         * configure: Regenerate.
3007 2011-03-21  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
3009         PR bootstrap/48120:
3010         * configure.ac (pwllib): Use LIBS instead of LDFLAGS.
3011         Add -lstdc++ -lm to LIBS.
3012         * configure: Regenerate.
3014 2011-03-18  David Edelsohn  <dje.gcc@gmail.com>
3016         * config.guess: Update to version 2011-02-02
3017         * config.sub: Update to version 2011-02-24
3019 2011-03-16  Jack Howarth  <howarth@bromo.med.uc.edu>
3021         PR lto/48086
3022         * configure.ac: Re-enable LTO on *-apple-darwin9.
3023         * configure: Regenerate.
3025 2011-03-13  Jack Howarth  <howarth@bromo.med.uc.edu>
3027         PR lto/48086
3028         * configure.ac: Disable LTO on darwin due to an assembler change in
3029         Xcode 3.2.6/4.0 that limits the total number of sections/segments to
3030         under 256.
3031         * configure: Regenerate.
3033 2011-03-11  Chen Liqin <liqin.gcc@gmail.com>
3035         * MAINTAINERS: Update myself as score backend maintainer,
3036         update my e-mail address.
3038 2011-03-09  Xuepeng Guo  <terry.guo@arm.com>
3040         * MAINTAINERS: Update my e-mail address.
3042 2011-03-06  Joey Ye  <joey.ye@arm.com>
3044         * MAINTAINERS: Update my e-mail address.
3046 2011-03-02  Sebastian Pop  <sebastian.pop@amd.com>
3048         * configure.ac: Adjust test of with_ppl.
3049         * configure: Regenerated.
3051 2011-03-02  Kai Tietz  <ktietz@redhat.com>
3053         * MAINTAINERS: Adjust my e-mail address.
3055 2011-03-02  Sebastian Pop  <sebastian.pop@amd.com>
3057         * configure.ac: Add -lpwl to ppllibs.
3058         * configure: Regenerated.
3060 2011-03-02  Sebastian Pop  <sebastian.pop@amd.com>
3062         * config/cloog.m4: Add -lisl to clooglibs.
3063         * configure: Regenerated.
3065 2011-02-24  Ramana Radhakrishnan  <ramana.radhakrishnan@arm.com>
3067         * MAINTAINERS (CPU Port maintainers): Add self.
3069 2011-02-16  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
3071         * MAINTAINERS: Add myself as testsuite maintainer.
3073 2011-02-15  Mike Stump  <mikestump@comcast.net>
3075         * MAINTAINERS: Add myself as testsuite maintainer.
3077 2011-02-13  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
3079         Import from Libtool and gnulib:
3081         2011-01-27  Gerald Pfeifer  <gerald@pfeifer.com>
3083         Prepare for supporting FreeBSD 10.
3084         * config.rpath: Remove handling of freebsd1* which soon would
3085         match FreeBSD 10.0.
3087         2011-01-20  Gerald Pfeifer  <gerald@pfeifer.com>  (tiny change)
3089         Remove support for FreeBSD 1.x.
3090         * libtool.m4 (_LT_LINKER_SHLIBS)
3091         (_LT_SYS_DYNAMIC_LINKER): Remove handling of freebsd1* which
3092         soon would incorrectly match FreeBSD 10.0.
3094 2011-02-12  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
3096         PR binutils/12283
3097         * move-if-change: Import version from gnulib.
3099 2011-02-12  Alexandre Oliva  <aoliva@redhat.com>
3101         PR lto/47225
3102         * Makefile.def (lto-plugin): Double dash for enable-shared.
3103         (configure-gcc): Depend on all-lto-plugin.
3104         * Makefile.in: Rebuilt.
3106 2011-02-11  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
3108         * configure.ac: Remove extra bracket.
3109         * configure: Regenerate.
3111 2011-02-08  Tobias Burnus  <burnus@net-b.de>
3113         * MAINTAINERS: Add myself as libquadmath maintainer.
3115 2011-02-08  Thomas Schwinge  <thomas@schwinge.name>
3117         * MAINTAINERS: Update my email address.
3119 2011-02-07  Joseph Myers  <joseph@codesourcery.com>
3121         * MAINTAINERS (option handling): Add self.
3123 2011-02-06  Kai Tietz  <kai.tietz@onevision.com>
3125         PR lto/47225
3126         * Makefile.def: Add dependency for install-gcc
3127         on install-lto-plugin.
3128         * Makfile.in: Regenerated
3130 2011-02-01  Sebastien Bourdeauducq  <sebastien@milkymist.org>
3132         * MAINTAINERS (CPU Port Maintainers): Add myself.
3134 2011-01-31  Alexandre Oliva  <aoliva@redhat.com>
3136         PR libgcj/44341
3137         * configure.ac: Discard --with-* flags for host when configuring
3138         target libraries for cross build.
3139         * configure: Rebuilt.
3141 2011-01-25  Sebastian Pop  <sebastian.pop@amd.com>
3143         * MAINTAINERS (linear loop transforms): Removed.
3145 2011-01-25  Jakub Jelinek  <jakub@redhat.com>
3147         * configure.ac: If with_ppl is no, move setting with_cloog=no
3148         after CLOOG_REQUESTED check.
3149         * configure: Regenerated.
3151 2011-01-25  Sebastian Pop  <sebastian.pop@amd.com>
3153         * configure.ac: Call AC_MSG_ERROR when PPL 0.11 is not present and
3154         CLooG has been requested.
3155         * configure: Regenerated.
3157 2011-01-25  Sebastian Pop  <sebastian.pop@amd.com>
3159         * configure: Regenerated.
3160         * configure.ac: Check for version 0.11 (or later revision) of PPL.
3162 2011-01-25  Tobias Grosser  <grosser@fim.uni-passau.de>
3164         * configure: Regenerated.
3165         * configure.ac: Use CLOOG_CHECK_VERSION(0,16,1).
3167 2011-01-21  Andreas Schwab  <schwab@redhat.com>
3169         * configure.ac: Use AS_HELP_STRING throughout.
3170         * configure: Regenerate.
3172 2011-01-18  Jie Zhang  <jie.zhang@analog.com>
3174         * configure.ac (bfin-*-*): Remove gdb from noconfigdirs.
3175         * configure: Regenerate.
3177 2011-01-13  John David Anglin  <dave.anglin@nrc-cnrc.gc.ca>
3179         * ltmain.sh (relink): Use absolute path when hardcoding with -L.
3181 2011-01-13  Joel Brobecker  <brobecker@adacore.com>
3183         * configure.ac: Remove readline, mmalloc, and gdb from noconfigdirs
3184         for ia64-hpux.
3185         * configure: Regenerate.
3187 2011-01-07  Jan Hubicka  <jh@suse.cz>
3189         PR lto/47225
3190         * Makefile.in: Regenerate.
3191         * Makefile.def (lto-plugin): Always pass enable-shared to the plugin
3192         configure.
3194 2011-01-07  Jan Hubicka  <jh@suse.cz>
3196         * Makefile.in: Regenerate.
3197         * Makefile.def (gcc host module) and soft dependency on lto-plugin
3198         and configure dependency on lto-plugin configure.
3199         (lto-plugin module): Remove dependency on GCC; add dependency on
3200         liniberty.
3202 2011-01-07  William Schmidt  <wschmidt@linux.vnet.ibm.com>
3204         * MAINTAINERS (Write After Approval): Add myself.
3206 2010-12-23  Hariharan Sandanagobalane <hariharan@picochip.com>
3208         * configure: Regenerate.
3210 2010-12-22  Hariharan Sandanagobalane <hariharan@picochip.com>
3212         * configure.ac: (picochip): Disable libiberty.
3214 2010-12-14  Kaushik Phatak  <kaushik.phatak@kpitcummins.com>
3216         * MAINTAINERS (Write After Approval): Add myself.
3218 2010-12-10  Ian Lance Taylor  <iant@google.com>
3220         PR bootstrap/46819
3221         * configure.ac: For --disable-libgcj clear libgcj_saved.
3222         * configure: Rebuild.
3224 2010-12-10  Tobias Burnus  <burnus@net-b.de>
3226         PR fortran/46540
3227         * configure.ac: Add --disable-libquadmath and
3228         --disable-libquadmath-support.
3229         * configure: Regenerate.
3231 2010-12-03  Ian Lance Taylor  <iant@google.com>
3233         * MAINTAINERS: Add myself as libgo maintainer.
3235 2010-12-03  Hans-Peter Nilsson  <hp@axis.com>
3237         PR libffi/46792
3238         * configure.ac (cris-*-elf, crisv32-*-elf): Disable target-libffi.
3239         * configure: Regenerate.
3241 2010-12-02  Ian Lance Taylor  <iant@google.com>
3243         * configure.ac: Always set default for poststage1_ldflags to
3244         -static-libstdc++ -static-libgcc.
3246 2010-11-29  Andreas Schwab  <schwab@redhat.com>
3248         * configure.ac: Move comment to remove extra space in last argument
3249         of GCC_TARGET_TOOL.
3251 2010-11-26  Alexandre Oliva  <aoliva@redhat.com>
3253         PR other/46026
3254         * configure.ac (CXX_FOR_TARGET): Add -funconfigured-libstdc++-v3.
3255         * Makefile.def (CXX_FOR_TARGET): Removed from flags_to_pass.
3256         * Makefile.tpl (CXX_FOR_TARGET_FLAG_TO_PASS): New.
3257         (BASE_FLAGS_TO_PASS): Use it.
3258         * configure: Rebuilt.
3259         * Makefile.in: Rebuilt.
3261 2010-11-23  H.J. Lu  <hongjiu.lu@intel.com>
3263         PR binutils/12258
3264         * configure.ac: Correct comments for --enable-gold/--enable-ld.
3265         Properly check default linker.
3266         * configure: Regnerated.
3268 2010-11-23  Matthias Klose  <doko@ubuntu.com>
3270         * configure.ac: For --enable-gold, handle value `default' instead of
3271         `both*'.  New configure option --{en,dis}able-ld.
3272         * configure: Regenerate.
3274 2010-11-20  Ian Lance Taylor  <iant@google.com>
3276         * configure.ac: Only disable a language library if no language needs
3277         it.  Don't let --disable-libgcj uncondtionally disable libffi.
3278         * configure: Rebuild.
3280 2010-11-20  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
3282         * Makefile.in: Regenerate.
3284         PR other/46202
3285         * configure.ac: Fix just-built in-tree STRIP name to be
3286         binutils/strip-new.
3287         * configure: Regenerate.
3288         * Makefile.def (install-strip-gcc, install-strip-binutils)
3289         (install-strip-opcodes, install-strip-ld, install-strip-itcl)
3290         (install-strip-sid): Mirror dependencies on non-strip variants
3291         of these targets on the respective -strip prerequisites.
3292         * Makefile.tpl (install-strip, install-strip-host)
3293         (install-strip-target): New targets.
3294         (install-strip-[+module+], install-strip-target-[+module+]):
3295         New targets.
3296         * Makefile.in: Regenerate.
3298 2010-11-19  Ian Lance Taylor  <iant@google.com>
3299             Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
3301         * configure.ac: Add target-libgo to target_libraries.  Set
3302         and substitute GOC_FOR_BUILD and GOC_FOR_TARGET.
3303         * Makefile.tpl (BUILD_EXPORTS): Add GOC and GOCFLAGS.
3304         (HOST_EXPORTS): Add GOC.
3305         (BASE_TARGET_EXPORTS): Add GOC.
3306         (GOC_FOR_BUILD, GOCFLAGS, GOC_FOR_TARGET): New variables.
3307         (GOCFLAGS_FOR_TARGET): New variable.
3308         (EXTRA_HOST_FLAGS): Add GOC.
3309         (EXTRA_TARGET_FLAGS): Add GOC and GOCFLAGS.
3310         * Makefile.def (target_modules): Add libgo.
3311         (flags_to_pass): Add GOC_FOR_TARGET and GOCFLAGS_FOR_TARGET.
3312         (dependencies): Add dependency from configure-target-libgo to
3313         configure-target-libffi and all-target-libstdc++-v3.  Add
3314         dependencies from all-target-libgo to all-target-libffi.
3315         (languages): Add go.
3316         * configure: Rebuild.
3317         * Makefile.in: Rebuild.
3319 2010-11-19  Ian Lance Taylor  <iant@google.com>
3321         * config-ml.in: Add Go support: treat GOC and GOCFLAGS like other
3322         compiler/flag environment variables.
3324 2010-11-18  Ian Lance Taylor  <iant@google.com>
3326         * configure.ac: Check for lang_requires_boot_languages in
3327         config-lang.in files.
3328         * configure: Rebuild.
3330 2010-11-16  Francois-Xavier Coudert  <fxcoudert@gcc.gnu.org>
3331             Tobias Burnus  <burnus@net-b.de>
3333         PR fortran/32049
3334         * Makefile.def: Add libquadmath; build it with language=fortran.
3335         * configure.ac: Add libquadmath.
3336         * Makefile.tpl: Handle multiple libs in check-[+language+].
3337         * Makefile.in: Regenerate.
3338         * configure: Regenerate.
3340 2010-11-16  Tom Tromey  <tromey@redhat.com>
3342         * MAINTAINERS: Moved myself to reviewers section.
3344 2010-11-15  Zdenek Dvorak  <ook@ucw.cz>
3346         * MAINTAINERS: Moved myself to reviewers section.
3348 2010-11-15  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
3350         * MAINTAINERS (Various Maintainers): Add self for build machinery.
3351         (Write After Approval): Remove self.
3353 2010-11-15  Andreas Schwab  <schwab@redhat.com>
3355         * configure.ac: Fix spelling in option names.
3356         * configure: Regenerated.
3358 2010-11-13  Georg-Johann Lay  <georgjohann@web.de>
3360         PR bootstrap/39622
3361         * configure.ac (FLAGS_FOR_TARGET): Add include-fixed path.
3362         * configure: Regenerated.
3364 2010-11-13  Kaveh R. Ghazi  <ghazi@gcc.gnu.org>
3366         * MAINTAINERS: Update my email address.
3368 2010-11-12  Tobias Grosser  <grosser@fim.uni-passau.de>
3370         * configure: Regenerate.
3372 2010-11-12  Tobias Grosser  <grosser@fim.uni-passau.de>
3374         * configure: Regenerate.
3376 2010-11-12  Tobias Grosser  <grosser@fim.uni-passau.de>
3378         * configure: Regenerate.
3380 2010-11-12  Tobias Grosser  <grosser@fim.uni-passau.de>
3382         * configure: Regenerate.
3384 2010-11-11  Andreas Simbuerger  <simbuerg@fim.uni-passau.de>
3386         * configure.ac: Support official CLooG.org versions.
3387         * configure: Regenerate.
3388         * config/cloog.m4: New.
3390 2010-11-10  François Dumont  <francois.cppdevs@free.fr>
3392         * MAINTAINERS (Write After Approval): Add myself.
3394 2010-11-09  David Edelsohn  <dje.gcc@gmail.com>
3396         * MAINTAINERS: Update my email address.
3398 2010-11-04  Iain Sandoe  <iains@gcc.gnu.org>
3400         * configure.ac (*-*-darwin*): Use mh-darwin for all Darwin variants.
3401         * configure: Regenerate.
3403 2010-11-03  Ian Lance Taylor  <iant@google.com>
3404             Dave Korn  <dave.korn.cygwin@gmail.com>
3406         PR lto/46273
3407         * configure.ac: Remove libelf tests.  Build lto-plugin on ELF always
3408         and on other supported platforms whenever LTO is enabled.
3409         * configure: Rebuild.
3411 2010-11-02  Alan Modra  <amodra@gmail.com>
3413         PR binutils/12110
3414         * configure.ac: Error when source path contains spaces.
3415         * configure: Regenerate.
3417 2010-10-23  James E. Wilson  <wilson@codesourcery.com>
3419         * MAINTAINERS: Update my email address.
3421 2010-10-20  Ian Lance Taylor  <iant@google.com>
3423         * Makefile.def (target_modules): Set lib_path to src/.libs for
3424         libstdc++-v3 module.
3425         * Makefile.tpl: Fix typo in TARGET_LIB_PATH comment.
3426         * Makefile.in: Rebuild.
3428 2010-10-18  Laurynas Biveinis  <laurynas.biveinis@gmail.com>
3430         * MAINTAINERS (Reviewers): Add myself for gengtype/GTY.
3431         (Write After Approval): Remove myself.
3433 2010-10-15  Tristan Gingold  <gingold@adacore.com>
3435         * MAINTAINERS (OS Port Maintainers): Add myself for VMS.
3437 2010-10-14  Douglas Rupp  <rupp@gnat.com>
3439         * MAINTAINERS (OS Port Maintainers): Add myself for VMS.
3441 2010-10-07  Dave Korn  <dave.korn.cygwin@gmail.com>
3443         * configure.ac (build_lto_plugin): New shell variable.
3444         (--enable-lto): Turn on by default for all non-ELF platforms that
3445         have had LTO support added so far.  Set build_lto_plugin appropriately
3446         for both ELF and non-ELF.
3447         (configdirs): Add lto-plugin or not based on build_lto_plugin.
3448         * configure: Regenerate.
3450 2010-10-07  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
3452         Sync from src:
3453         * configure.ac (v850 support): Remove target-libgloss from
3454         noconfigdirs.
3455         * configure: Regenerate.
3457 2010-10-02  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
3459         PR bootstrap/45326
3460         PR bootstrap/45174
3461         * configure.ac: Honor initial values of $build_configargs,
3462         $host_configargs, $target_configargs.  Mark the precious, so
3463         environment settings get recorded.
3464         * configure: Regenerate.
3466 2010-09-30  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
3468         PR bootstrap/45796
3469         * Makefile.def (info-gcc, dvi-gcc, pdf-gcc, html-gcc):
3470         Depend on all-build-libiberty.
3471         * Makefile.in: Regenerate.
3473 2010-09-30  Michael Eager  <eager@eagercon.com>
3475         * configure.ac (microblaze): Add target-libssp to noconfigdirs.
3476         * configure: Regenerate.
3478 2010-09-28  Michael Eager  <eager@eagercon.com>
3480         * MAINTAINERS (CPU Port Maintainers): Add myself for MicroBlaze port.
3482 2010-06-27  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
3484         PR bootstrap/44621
3485         * configure.ac: Fix unportable shell quoting.
3486         * configure: Regenerate.
3488 2010-09-21  Iain Sandoe  <iains@gcc.gnu.org>
3490         * configure.ac (enable-lto): Add Darwin to the list of supported lto
3491         targets and amend comment.
3492         * configure: Regenerate.
3494 2010-09-15  Tejas Belagod  <tejas.belagod@arm.com>
3496         * MAINTAINERS (Write After Approval): Add myself.
3498 2010-09-03  Jack Howarth <howarth@bromo.med.uc.edu>
3500         * configure.ac: Enable LTO by default on Darwin.
3501         * configure: Regenerate.
3503 2010-09-02  Marcus Shawcroft  <marcus.shawcroft@arm.com>
3505         * MAINTAINERS (Write After Approval): Add myself.
3507 2010-09-01  Ian Bolton  <ian.bolton@arm.com>
3509         * MAINTAINERS (Write After Approval): Add myself.
3511 2010-08-25  Danny Smith  <dannysmith@users.sourceforge.net>
3513         * MAINTAINERS (OS Port Maintainers): Remove myself from windows
3514         ports
3516 2010-07-28  David Yuste  <david.yuste@gmail.com>
3518         * MAINTAINERS (Write After Approval): Add myself.
3520 2010-07-26  Naveen.H.S  <naveen.S@kpitcummins.com>
3522         * configure.ac: Support all v850 targets.
3523         * configure: Regenerate.
3525 2010-07-23  Marc Glisse <marc.glisse@normalesup.org>
3527         PR bootstrap/44455
3528         * configure.ac (extra_mpfr_configure_flags): Copy from
3529         extra_mpc_gmp_configure_flags.
3530         * configure: Re-generated.
3532 2010-07-22  Andi Kleen  <ak@linux.intel.com>
3534         * MAINTAINERS (Write After Approval): Add myself.
3536 2010-07-22  Chung-Lin Tang  <cltang@codesourcery.com>
3538         * MAINTAINERS (Write After Approval): Add myself.
3540 2010-07-20  Jeffrey Yasskin  <jyasskin@google.com>
3542         * MAINTAINERS (Write After Approval): Add myself.
3544 2010-07-17  Jack Howarth  <howarth@bromo.med.uc.edu>
3546         PR target/44862
3547         * Makefile.tpl (POSTSTAGE1_CXX_EXPORT):
3548         Provide -B option to allow for link spec %s substitutions for
3549         libstdc++.a on darwin.
3550         * Makefile.in: Regenerate.
3552 2010-07-10  Mikael Morin  <mikael@gcc.gnu.org>
3554         * MAINTAINERS (Reviewers): Update my e-mail address
3556 2010-06-10  Alexandre Oliva  <aoliva@redhat.com>
3558         * Makefile.def (configure-gcc): Depend on all-libelf.
3559         * Makefile.in: Rebuild.
3561 2010-06-05  Fabien Chêne  <fabien@gcc.gnu.org>
3563         * MAINTAINERS (Write After Approval): Add myself in the right place.
3565 2010-06-04  Fabien Chêne  <fabien@gcc.gnu.org>
3567         * MAINTAINERS (Write After Approval): Add myself.
3569 2010-05-25  Sterling Augustine  <sterling@tensilica.com>
3571         * MAINTAINERS (CPU Port Maintainers): Add myself for xtensa port.
3573 2010-05-25  Maxim Kuvyrkov  <maxim@codesourcery.com>
3575         * config.sub: Update to version 2010-05-21.
3576         * config.guess: Update to version 2010-04-03.
3578 2010-05-18  Steven Bosscher  <steven@gcc.gnu.org>
3580         * configure.ac (--enable-lto): All *-apple-darwin* now support LTO.
3581         * configure: Regenerate.
3583 2010-05-12  Sriraman Tallam  <tmsriram@google.com>
3585         * MAINTAINERS (Write After Approval): Add myself.
3587 2010-05-07  Steven Bosscher  <steven@gcc.gnu.org>
3589         * configure.ac (--enable-lto): Add x86_64-apple-darwin* as
3590         a platform that supports LTO.
3591         * configure: Regenerate.
3593 2010-05-05  Sebastian Pop  <sebastian.pop@amd.com>
3595         * configure.ac: Allow all the versions greater than 0.10 of PPL.
3596         * configure: Regenerated.
3598 2010-04-27  Roland McGrath  <roland@redhat.com>
3599             H.J. Lu  <hongjiu.lu@intel.com>
3601         * configure.ac (--enable-gold): Support both, both/gold and
3602         both/bfd to add gold to configdirs without removing ld.
3603         * configure: Regenerated.
3605         * Makefile.def: Add install-gold dependency to install-ld.
3606         * Makefile.in: Regenerated.
3608 2010-04-27  Dave Korn  <dave.korn.cygwin@gmail.com>
3610         PR lto/42776
3611         * configure.ac (--enable-lto): Refactor handling so libelf tests
3612         are only performed inside then-clause of ACX_ELF_TARGET_IFELSE,
3613         and allow LTO to be explicitly enabled on non-ELF platforms that
3614         are known to support it inside else-clause.
3615         * configure: Regenerate.
3617 2010-04-20  Eric Botcazou  <ebotcazou@adacore.com>
3619         * configure.ac (BUILD_CONFIG): Redirect output to /dev/null.
3620         * configure: Regenerate.
3622 2010-04-17  Ralf Corsépius  <ralf.corsepius@rtems.org>
3624         * configure.ac (*-*-rtems*): Add target-libiberty to $skipdirs.
3625         * configure: Regenerate.
3627 2010-04-16  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
3629         * configure.ac: Check for elf_getshdrstrndx or elf_getshstrndx
3630         separately.
3631         * configure: Regenerate.
3633 2010-04-16  Kevin Williams  <kevin.williams@inria.fr>
3635         * MAINTAINERS (Write After Approval): Add myself.
3637 2010-04-14  Tristan Gingold  <gingold@adacore.com>
3639         * configure.ac (alpha*-*-*vms*): Remove ld from noconfigdirs.
3640         * configure: Regenerate.
3642 2010-04-13  Steve Ellcey  <sje@cup.hp.com>
3644         * configure: Regenerate after change to elf.m4.
3646 2010-04-06  Iain Sandoe  <iains@gcc.gnu.org>
3648         * MAINTAINERS (Write After Approval): Add myself.
3650 2010-04-02  Sebastian Pop  <sebastian.pop@amd.com>
3652         * configure.ac: Add brackets around AC_TRY_COMPILE alternative.
3653         * configure: Regenerated.
3655 2010-04-02  Sebastian Pop  <sebastian.pop@amd.com>
3657         * configure.ac: Print "buggy but acceptable" when CLooG
3658         revision is less than 9.
3659         * configure: Regenerated.
3661 2010-04-01  Diego Novillo  <dnovillo@google.com>
3663         * MAINTAINERS (Plugin): Add myself and Le-Chun Wu.
3665 2010-04-01  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
3667         PR bootstrap/43615
3668         PR bootstrap/43328
3670         Revert:
3672         2010-03-31  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
3674         * configure.ac: Do not pass --enable-multilib nor
3675         --disable-multilib in baseargs.  Accept explicitly passed
3676         --enable_multilib.
3677         * configure: Regenerate.
3679 2010-03-31  Ulrich Weigand  <uweigand@de.ibm.com>
3681         * MAINTAINERS (CPU Port Maintainers): Add myself for spu port.
3683 2010-03-31  Janis Johnson  <janis187@us.ibm.com>
3685         * MAINTAINERS: Remove myself.
3687 2010-03-31  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
3689         PR bootstrap/43328
3690         * configure.ac: Do not pass --enable-multilib nor
3691         --disable-multilib in baseargs.  Accept explicitly passed
3692         --enable_multilib.
3693         * configure: Regenerate.
3695 2010-03-28  Andrew Pinski  <pinskia@gmail.com>
3697         * MAINTAINERS (spu port): Remove me.
3699 2010-03-23  Joseph Myers  <joseph@codesourcery.com>
3701         * configure.ac (tic6x-*-*): New case.
3702         * configure: Regenerate.
3704 2010-03-23  Joseph Myers  <joseph@codesourcery.com>
3706         * config.sub: Update to version 2010-03-22.
3707         * config.guess: Update to version 2009-12-30.
3709 2010-03-19  Jack Howarth  <howarth@bromo.med.uc.edu>
3711         PR ada/42554
3712         * configure.ac: Only pass -c to ranlib for darwin9 and earlier.
3713         * configure: Regenerate.
3715 2010-03-18  Ramana Radhakrishnan  <ramana.radhakrishnan@arm.com>
3717         * MAINTAINERS: Update my email address.
3719 2010-03-17  Sebastian Pop  <sebastian.pop@amd.com>
3721         * MAINTAINERS (dwarak.rajagopal@amd.com): Removed.
3722         (ghassan.shobaki@amd.com): Removed.
3724 2010-03-17  Alan Modra  <amodra@gmail.com>
3726         * MAINTAINERS: Update my email address.
3728 2010-03-16  Diego Novillo  <dnovillo@google.com>
3730         * MAINTAINERS: Remove Dan Hipschman, William Maddox and Chris
3731         Matthews.
3733 2010-03-16  Joseph Myers  <joseph@codesourcery.com>
3735         * MAINTAINERS (Write After Approval): Remove Jim Blandy, Daniel
3736         Gutson, Jeffrey D. Oldham and Mark Shinwell.
3738 2010-03-16  Joseph Myers  <joseph@codesourcery.com>
3740         * MAINTAINERS: Update my email address.
3742 2010-03-16  Daniel Jacobowitz  <dan@codesourcery.com>
3744         * MAINTAINERS: Update my email address.
3746 2010-03-15  Bernd Schmidt  <bernds@codesourcery.com>
3748         * MAINTAINERS: Update my email address.
3750 2010-03-09  Jie Zhang  <jie@codesourcery.com>
3752         * MAINTAINERS: Update my email address.
3754 2010-03-01  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
3756         PR libstdc++/32499
3757         * configure.ac (RANLIB): Default to true.
3758         (STRIP): Likewise.
3759         (RANLIB_FOR_TARGET): Remove superfluous : argument.
3760         * configure: Regenerate.
3762 2010-02-17  Rafael Ávila de Espíndola  <espindola@google.com>
3764         * MAINTAINERS (Plugin, LTO, LTO plugin): Remove myself.
3765         (Write After Approval): Update my email address.
3767 2010-02-17  Nick Clifton  <nickc@redhat.com>
3769         PR 11238
3770         * Makefile.tpl (local-distclean): Also remove config.cache files in
3771         sub-directories as there may not be Makefiles present in the
3772         sub-directories.
3773         * Makefile.tpl: Use "-exec rm {}" rather than "-delete" to delete
3774         the config.cache files found by the find command.
3776         * Makefile.in: Regenerate.
3777         * configure.ac: Revert previous delta.
3778         * configure: Regenerate.
3780 2010-02-15  Nick Clifton  <nickc@redhat.com>
3782         PR 11238
3783         * configure.ac: Delete config.cache files in sub-directories when
3784         deleting Makefiles.
3785         * configure: Regenerate.
3787 2010-02-12  Ben Elliston  <bje@gnu.org>
3789         * MAINTAINERS: Update my email address.
3791 2010-02-08  Andrew Pinski  <pinskia@gmail.com>
3793         * MAINTAINERS (spu port): Update my email address.
3795 2010-02-08  Jie Zhang  <jie.zhang@analog.com>
3797         * MAINTAINERS: Add myself as a maintainer for the bfin port.
3799 2010-01-31  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
3801         * configure.ac: Add "recommended" version checks for GMP/MPC.
3802         Update recommended GMP/MPFR/MPC versions.
3803         * configure: Regenerate.
3805 2010-01-31  Joern Rennecke  <joern.rennecke@embecosm.com>
3807         * MAINTAINERS: Move my Embecosm email address into the
3808         write-after-approval section.
3810 2010-01-26  Ian Lance Taylor  <iant@google.com>
3812         * MAINTAINERS: Add myself as Go frontend maintainer.
3814 2010-01-25  Joern Rennecke  <amylaar@spamcop.net>
3816         PR libstdc++/36101, PR libstdc++/42813
3817         * configure.ac (bootstrap_target_libs): Make inclusion of
3818         target-libgomp conditional on libgomb being in target_configdirs.
3819         * configure: Regenerate.
3821 2010-01-23  Joern Rennecke  <amylaar@spamcop.net>
3823         PR libstdc++/36101, PR libstdc++/42813
3824         * configure.ac (bootstrap_target_libs): Include target-libgomp.
3825         * configure: Regenerate.
3827 2010-01-22  Joern Rennecke  <amylaar@spamcop.net>
3829         PR libstdc++/36101, PR libstdc++/42813
3830         * configure.ac (target_configdirs): Substitute.
3831         * Makefile.def: Bootstrap target module libgomp.
3832         Add dependency of all-target-libstdc++-v3 on configure-target-libgomp.
3833         * Makefile.tpl (TARGET_CONFIGDIRS): New makefile variable.
3834         (BASE_TARGET_EXPORTS): Export TARGET_CONFIGDIRS.
3835         * configure, Makefile.in: Regenerate.
3837 2010-01-21  Dave Korn  <dave.korn.cygwin@gmail.com>
3839         * MAINTAINERS: Adjust my details.
3841 2010-01-20  Eric B. Weddington  <eric.weddington@atmel.com>
3843         * MAINTAINERS (CPU Port Maintainers): Add myself for avr port.
3845 2010-01-18  Thierry Lafage  <thierry.lafage@inria.fr>
3847         * MAINTAINERS: reindented my entry with tabs instead of spaces.
3849 2010-01-15  Thierry Lafage  <thierry.lafage@inria.fr>
3851         * MAINTAINERS (Write After Approval): Add myself.
3853 2010-01-15  Konrad Trifunovic  <konrad.trifunovic@inria.fr>
3855         * MAINTAINERS (Write After Approval): Add myself.
3857 2010-01-11  Richard Guenther  <rguenther@suse.de>
3859         PR lto/41569
3860         * Makefile.def (all-lto-plugin): Depend on all-gcc.
3861         * Makefile.in: Regenerated.
3863 2010-01-11  Andreas Tobler  <andreast@fgznet.ch>
3865         * configure.ac: Enable libjava build on x86_64-*freebsd*.
3866         * configure: Regenerate.
3868 2010-01-07  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
3869             Francois-Xavier Coudert  <fxcoudert@gcc.gnu.org>
3871         PR bootstrap/42424
3872         * configure.ac: Include libtool m4 files.
3873         (_LT_CHECK_OBJDIR): Call it.
3874         (extra_mpc_mpfr_configure_flags, extra_mpc_gmp_configure_flags,
3875         gmplibs, ppllibs, clooglibs): Use $lt_cv_objdir.
3877         * configure: Regenerate.
3879 2010-01-07  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
3881         PR bootstrap/41818
3882         * Makefile.tpl (BASE_TARGET_EXPORTS): Only add TARGET_LIB_PATH
3883         to $(RPATH_ENVVAR) if bootstrapping.  Fix typo in comment.
3884         * Makefile.in: Regenerate.
3886 2010-01-02  Richard Guenther  <rguenther@suse.de>
3888         PR lto/41529
3889         * configure.ac: Include config/elf.m4.  Disable LTO if not
3890         builting for an elf target.
3891         * configure: Regenerate.
3893 2009-12-27  Christopher Faylor  <me+cygwin@cgf.cx>
3895         * MAINTAINERS: Change my email address.
3897 2009-12-18  Ben Elliston  <bje@au.ibm.com>
3899         * config.sub, config.guess: Update from upstream sources.
3901 2009-12-07  Shujing Zhao  <pearly.zhao@oracle.com>
3903         * MAINTAINERS (Write After Approval): Add myself.
3905 2009-12-06  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
3907         PR middle-end/30447
3908         PR middle-end/30789
3909         PR other/40302
3911         * configure.ac: Require MPC.
3912         * configure: Regenerate.
3914 2009-12-05  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
3916         PR target/38384
3917         PR bootstrap/40972
3918         * libtool.m4: Sync from git Libtool.
3919         * ltoptions.m4: Likewise.
3920         * ltversion.m4: Likewise.
3921         * lt~obsolete.m4: Likewise.
3922         * ltmain.sh: Likewise.
3924 2009-11-30  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
3926         * configure.ac: Update minimum MPC version to 0.8.
3927         * configure: Regenerate.
3929 2009-11-21  Sebastian Pop  <sebpop@gmail.com>
3931         * configure.ac: Check for version 0.15.5 or later revision of CLooG.
3932         * configure: Regenerated.
3934 2009-11-21  Ian Lance Taylor  <iant@google.com>
3936         * configure.ac: Change default of poststage1_ldflags to be empty if
3937         poststage1_libs is set.  When poststage1_libs is empty, and
3938         ENABLE_BUILD_WITH_CXX is set, add -static-libgcc.
3939         * configure: Rebuild.
3941 2009-11-21  Adam Nemet  <adambnmet@gmail.com>
3943         * MAINTAINERS (Write After Approval): Update my email address.
3945 2009-11-20  Ben Elliston  <bje@au.ibm.com>
3947         * config.guess: Update from upstream sources.
3949 2009-11-16  Alexandre Oliva  <aoliva@redhat.com>
3951         * Makefile.def: Restore host and target settings for gmp.
3952         * Makefile.in: Rebuild.
3954 2009-11-16  Alexandre Oliva  <aoliva@redhat.com>
3956         * configure.ac: Add libelf to host_libs.  Enable in-tree configury
3957         of ppl and cloog.  Fix in-tree configury of libelf, skip tests.
3958         Fix portability of test of C++ as bootstrap language.  Add
3959         ppl/src/ppl-config.o to the bootstrap compare exclusion list.
3960         * configure: Rebuild.
3961         * Makefile.def: Drop host and target settings from gmp, mpfr, ppl,
3962         and cloog.  Fix in-tree ppl configuration.  Introduce libelf
3963         in-tree building.
3964         * Makefile.tpl (POSTSTAGE1_CXX_EXPORT): New.
3965         (POSTSTAGE1_HOST_EXPORTS): Use it.
3966         (STAGE[+id+]_CXXFLAGS): New.
3967         (BASE_FLAGS_TO_PASS): Pass it down.
3968         (configure-stage[+id+]-[+prefix+][+module+]): Use it.  Add
3969         extra_exports.
3970         (all-stage[+id+]-[+prefix+][+module+]): Likewise.
3971         (configure-[+prefix+][+module+], all-[+prefix+][+module+]): Add
3972         extra_exports.
3973         * Makefile.in: Rebuild.
3975 2009-11-17  Ben Elliston  <bje@au.ibm.com>
3977         * config.sub, config.guess: Update from upstream sources.
3979 2009-11-12  Jan Kratochvil  <jan.kratochvil@redhat.com>
3981         * MAINTAINERS (Write After Approval): Add myself.
3983 2009-11-09  Jon Beniston  <jon@beniston.com>
3985         * MAINTAINERS (Write After Approval): Add myself.
3987 2009-11-06  Ozkan Sezer  <sezeroz@gmail.com>
3989         * configure.ac (FLAGS_FOR_TARGET):  Add -L and -isystem
3990         paths for *-w64-mingw* and x86_64-*mingw*.
3991         * configure: Regenerated.
3993 2009-11-05  Joern Rennecke  <amylaar@spamcop.net>
3995         * MAINTAINERS (Write After Approval): Add entry for my INRIA work.
3997 2009-11-02  Benjamin Kosnik  <bkoz@redhat.com>
3999         * MAINTAINERS: Add Jonathan Wakely under Various Maintainers, move
4000         Phil Edwards to Write-After Approval.
4002 2009-10-30  Kai Tietz  <kai.tietz@onevision.com>
4004         * configure.ac: Disable target-winsup & co for
4005         x86_64-*-mingw* and *-w64-mingw* targets.
4006         * configure: Regenerated.
4008 2009-10-16  Nick Clifton  <nickc@redhat.com>
4010         * MAINTAINERS: Add myself as a maintainer for the RX port.
4012 2009-10-26  Johannes Singler  <singler@kit.edu>
4014         * MAINTAINERS (Write After Approval): Update my e-mail address.
4016 2009-10-23  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
4018         * configure.ac (CLooG test): Use = with test.
4019         * configure: Regenerate.
4021 2009-10-22  Richard Guenther  <rguenther@suse.de>
4023         * configure.ac: Do not set LIBS for ppl/cloog checks.  Disable
4024         cloog if the ppl version check failed.  Move flags saving
4025         before setting in libelf check.
4026         * configure: Regenerate.
4028 2009-10-21  Richard Guenther  <rguenther@suse.de>
4030         * configure.ac: Adjust the ppl and cloog configure to work as
4031         documented.  Disable cloog if ppl was disabled.  Omit the version
4032         checks if they were disabled.
4033         * configure: Re-generate.
4035 2009-10-13  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
4037         * configure.ac: Add 'lto' to enable_languages, not
4038         new_enable_languages, and only if not already present.
4039         * configure: Regenerate.
4041 2009-10-10  Gerald Pfeifer  <gerald@pfeifer.com>
4043         * README: Refer to the various COPYING* files instead of just
4044         COPYING.
4045         Refer to http://gcc.gnu.org/bugs/ for bug reporting instructions.
4047 2009-10-07  Rafael Avila de Espindola  <espindola@google.com>
4049         * MAINTAINERS: Change my email address. Change plugi-in to plugin.
4051 2009-10-07  Richard Guenther  <rguenther@suse.de>
4053         * MAINTAINERS (LTO): List Diego Novillo, Rafael Avila de Espindola,
4054         and Richard Guenther as reviewers.
4055         (LTO plugin): List Rafael Avila de Espindola and Cary Coutant
4056         as reviewers.
4058 2009-10-07  Hariharan Sandanagobalane  <hariharan@picochip.com>
4060         * config.sub: Update from upstream sources.
4062 2009-10-06  Ian Lance Taylor  <iant@google.com>
4064         * Makefile.def: check-gold depends upon all-gas.
4065         * Makefile.in: Rebuild.
4067 2009-10-05  Phil Muldoon  <pmuldoon@redhat.com>
4069         * MAINTAINERS (Write After Approval): Add myself.
4071 2009-10-03  2009-02-05  Rafael Avila de Espindola  <espindola@google.com>
4073         * Makefile.def: all-lto-plugin depends on all-libiberty.
4074         set bootstrap=true for lto-plugin.
4075         Add lto-plugin.
4076         * Makefile.in: Regenerate.
4077         * configure.ac (host_libs): Add lto-plugin.
4078         * configure: Regenerate.
4080 2009-10-03  Diego Novillo  <dnovillo@google.com>
4082         * Makefile.tpl (HOST_EXPORTS): Add LIBELFLIBS and LIBELFINC.
4083         (HOST_LIBELFLIBS): Define.
4084         (HOST_LIBELFINC): Define.
4085         * Makefile.in: Regenerate.
4086         * configure.ac: Add --enable-lto.
4087         Add --with-libelf, --with-libelf-include and --with-libelf-lib.
4088         If --enable-lto is used, add 'lto' to new_enable_languages.
4089         If --enable-lto is used and gold is enabled, add
4090         lto-plugin to configdirs.
4091         * configure: Regenerate.
4093 2009-10-03  Simon Baldwin  <simonb@google.com>
4095         * configure.ac: If --with-system-zlib, suppress local zlib and
4096         pass --with-system-zlib to subdir configure scripts.
4097         * configure: Regenerate.
4099 2009-10-01  Loren J. Rittle  <ljrittle@acm.org>
4100             Paolo Bonzini  <bonzini@gnu.org>
4102         * Makefile.tpl (POSTSTAGE1_HOST_EXPORTS): Use $$s rather than
4103         $(srcdir).
4104         * Makefile.in: Rebuilt.
4106 2009-09-26  Gary Funck  <gary@intrepid.com>
4108         * MAINTAINERS (Write After Approval): Add myself.
4110 2009-09-26  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
4112         * configure.ac: Update minimum MPC version to 0.7.
4113         * configure: Regenerate.
4115 2009-09-25  Nick Clifton  <nickc@redhat.com>
4117         * configure.ac: Pass any --cache-file=/dev/null option on to
4118         subconfigures.
4119         * configure: Regenerate.
4121 2009-09-23  Nick Clifton  <nickc@redhat.com>
4123         * config.sub, config.guess: Update from upstream sources.
4125 2009-09-22  Loren J. Rittle  <ljrittle@acm.org>
4127         * Makefile.tpl (POSTSTAGE1_HOST_EXPORTS): Remove stray $$r/.
4128         * Makefile.in: Rebuilt.
4130 2009-09-22  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
4132         PR bootstrap/32272
4133         * configure.ac: Error out if $srcdir isn't '.' but contains
4134         host-${host_noncanonical}.
4135         * configure: Regenerate.
4137 2009-09-22  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
4139         * MAINTAINERS (OS Port Maintainers): Add myself as Solaris
4140         maintainer.
4142 2009-09-21  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
4144         * configure.ac: If bootstrapping a combined tree with
4145         --enable-gold, require c++ in stage1_languages.
4146         * configure: Regenerate.
4148         * configure.ac: Also add target_libs of stage1_languages to
4149         bootstrap_target_libs.
4150         * configure: Regenerate.
4152         * configure.ac: Diagnose --enable-build-with-cxx bootstrap
4153         with --enable-languages not containing c++.
4154         * configure: Regenerate.
4156 2009-09-15  Jie Zhang  <jie.zhang@analog.com>
4158         * configure.ac: Disable java and boehm-gc for bfin-*-*.
4159         * configure: Regenerate.
4161 2009-09-12  Joern Rennecke  <joern.rennecke@embecosm.com>
4163         * MAINTAINERS (Write After Approval): Update my e-mail address,
4164         and move from from here...
4165         (Waiting for paperwork): To here.
4167 2009-09-09  Joseph Myers  <joseph@codesourcery.com>
4169         * MAINTAINERS (Reviewers): Add self as driver reviewer.
4171 2009-09-08  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
4173         * configure.ac: Do not use $extrasub for replacing @if/@endif
4174         parts in Makefile; instead, use additional arguments to
4175         AC_CONFIG_COMMANDS to do the replacement manually, with several
4176         sed invocations, to avoid HP-UX sed command limits.
4177         * configure: Regenerate.
4179 2009-09-08  Alexandre Oliva  <aoliva@redhat.com>
4181         * libtool.m4 (output_verbose_link_cmd): Require leading blank, and
4182         blank before -L.
4184 2009-09-04  Alexandre Oliva  <aoliva@redhat.com>
4186         * configure.ac (with-build-config): Document.  Handle without.
4187         Handle missing argument.
4188         * configure: Rebuilt.
4190 2009-09-03  Alexandre Oliva  <aoliva@redhat.com>
4192         * configure.ac (--with-build-config): New.  Set BUILD_CONFIG.
4193         Default to bootstrap-debug only if compare-debug works.
4194         * configure: Rebuilt.
4195         * Makefile.tpl: Make BUILD_CONFIG configure-configurable.
4196         * Makefile.in: Rebuilt.
4198 2009-09-02  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
4200         * MAINTAINERS (OS Port Maintainers): Update my email address.
4202 2009-09-01  Alexandre Oliva  <aoliva@redhat.com>
4204         * Makefile.tpl (BUILD_CONFIG): Default to bootstrap-debug.
4205         * Makefile.in: Rebuilt.
4207 2009-09-01  Chris Demetriou  <cgd@google.com>
4209         * MAINTAINERS (Write After Approval): Add myself.
4211 2009-08-31  Dodji Seketeli  <dodji@redhat.com>
4213         PR debug/30161
4214         * include/dwarf2.h (enum dwarf_tag): Added
4215         DW_TAG_GNU_template_template_param
4216         (enum dwarf_attribute): Added DW_AT_GNU_template_name.
4218 2009-08-30  Paolo Bonzini  <bonzini@gnu.org>
4220         * Makefile.tpl (AWK): Fix typo.
4221         * Makefile.in: Regenerate.
4223 2009-08-30  Paolo Bonzini  <bonzini@gnu.org>
4225         * configure.ac: Detect awk and sed.
4226         * Makefile.def (flags_to_pass): Add AWK and SED.
4227         * Makefile.tpl (AWK, SED): New.
4228         (BASE_FLAGS_TO_PASS): Add AWK and SED.
4229         * configure: Regenerate.
4230         * Makefile.in: Regenerate.
4232 2009-08-26  Dave Korn  <dave.korn.cygwin@gmail.com>
4234         * ltmain.sh (removedotparts): Don't use comma as 's' separator.
4235         (collapseslashes): Likewise.
4237 2009-08-24  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
4239         * configure.ac (AC_PREREQ): Bump to 2.64.
4241 2009-08-22  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
4243         * configure.ac: Remove --with-datarootdir, --with-docdir,
4244         --with-pdfdir, --with-htmldir switches.
4245         * configure: Regenerate.
4247         * configure: Regenerate.
4249         * compile: Sync from Automake 1.11.
4250         * depcomp: Likewise.
4251         * install-sh: Likewise.
4252         * missing: Likewise.
4253         * mkinstalldirs: Likewise.
4254         * ylwrap: Likewise.
4256 2009-08-20  Dave Korn  <dave.korn.cygwin@gmail.com>
4258         * ltmain.sh (func_normal_abspath): New function.
4259         (func_relative_path): Likewise.
4260         (func_mode_help): Document new -bindir option for link mode.
4261         (func_mode_link): Add new -bindir option, and use it to place
4262         output DLL if specified.
4264 2009-08-19  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
4266         * configure.ac: Call AC_DISABLE_OPTION_CHECKING.
4267         (baseargs): Add --disable-option-checking.
4268         * configure: Regenerate.
4270         * Makefile.def (configure-target-libiberty): Depend on
4271         all-binutils and all-ld.
4272         (configure-target-newlib): Likewise.
4273         * Makefile.in: Regenerate.
4275 2009-08-17  Ben Elliston  <bje@au.ibm.com>
4277         * config.sub, config.guess: Update from upstream sources.
4279 2009-08-16  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
4281         Sync from src, merge:
4283         2009-07-02  Tristan Gingold  <gingold@adacore.com>
4285         * configure.ac: Do not exclude gas for i386-*-darwin.
4286         Add a case for x86_64-*-darwin.
4287         * configure: Regenerate.
4289 2009-08-06  Neil Vachharajani  <nvachhar@gmail.com>
4291         * MAINTAINERS: Add my name to Write After Approval list.
4293 2009-08-06  Michael Eager  <eager@eagercon.com>
4295         * configure.ac: Add Microblaze target.
4296         * configure: Regenerate.
4298 2009-07-31  Christian Bruel  <christian.bruel@st.com>
4300         * configure.ac (sh*-*-elf): Don't add target-libgloss to noconfigdirs.
4301         * configure: Regenerate.
4303 2009-07-28  Rask Ingemann Lambertsen  <ccc94453@vip.cybercity.dk>
4305         * MAINTAINERS (Write After Approval): Update my e-mail address.
4307 2009-07-06  Ian Lance Taylor  <iant@google.com>
4309         * configure.ac: Add missing comma in AC_ARG_WITH(boot-libs).
4310         * configure: Rebuild.
4312 2009-07-01  Tobias Grosser  <grosser@fim.uni-passau.de>
4314         * MAINTAINERS: Move myself to the Graphite Reviewers.
4316 2009-06-30  Wei Guozhi  <carrot@google.com>
4318         * MAINTAINERS: Add my name to Write After Approval list.
4320 2009-06-26  Steve Ellcey  <sje@cup.hp.com>
4322         PR bootstrap/40338
4323         * configure.ac (comparestring): Create new variable.
4324         * Makefile.tpl (comparestring): Use to skip some comparisions.
4325         * configure: Regenerate.
4326         * Makefile.in: Regenerate.
4328 2009-06-26  Doug Evans  <dje@sebabeach.org>
4330         * Makefile.def (host_modules): Add cgen.
4331         * Makefile.in: Regenerate.
4332         * configure.ac (host_tools): Add cgen.
4333         * configure: Regenerate.
4335 2009-06-23  DJ Delorie  <dj@redhat.com>
4337         * MAINTAINERS: Add myself as mep maintainer.
4339 2009-06-23  Ian Lance Taylor  <iant@google.com>
4341         * configure.ac: Add --enable-build-with-cxx.  When set, add c++ to
4342         boot_languages.  Only bootstrap target libraries listed in
4343         target_libs for some boot language.  Add --with-stage1-ldflags,
4344         --with-stage1-libs, --with-boot-ldflags, --with-boot-libs.  Remove
4345         with_host_libstdcxx from ppllibs.  Only add -fkeep-inline-functions
4346         if not building with C++.
4347         * Makefile.def: For target_module libstdc++-v3, set bootstrap=true.
4348         * Makefile.tpl (STAGE1_LDFLAGS, STAGE1_LIBS): New variables.
4349         (POSTSTAGE1_LDFLAGS, POSTSTAGE1_LIBS): New variables.
4350         (HOST_EXPORTS): Add STAGE1_LDFLAGS to LDFLAGS.  Export HOST_LIBS.
4351         (POSTSTAGE1_HOST_EXPORTS): Set CXX and CXX_FOR_BUILD.  Add
4352         POSTSTAGE1_LDFLAGS to LDFLAGS.  Export HOST_LIBS.
4353         (POSTSTAGE1_FLAGS_TO_PASS): Likewise.
4354         * configure, Makefile.in: Rebuild.
4356 2009-06-23  Li Feng  <nemokingdom@gmail.com>
4358         * MAINTAINERS: Added my name to write-after-approval list.
4360 2009-06-15  Ryan Mansfield  <rmansfield@qnx.com>
4362         * configure.ac: Define is_elf for QNX Neutrino targets.
4363         * configure: Regenerate.
4365 2009-06-09  Ghassan Shobaki  <ghassan.shobaki@amd.com>
4367         * MAINTAINERS: Added my name to the write-after-approval list
4369 2009-06-08  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
4371         * configure.ac: Detect MPC in default directory.
4372         * configure: Regenerate.
4374 2009-06-03  Jerome Guitton  <guitton@adacore.com>
4375             Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
4377         * Makefile.tpl (all): Avoid a trailing backslash.
4378         * Makefile.in: Regenerate.
4380 2009-06-03  Ben Elliston  <bje@au.ibm.com>
4382         * config.sub, config.guess: Update from upstream sources.
4384 2009-06-02  Richard Sandiford  <r.sandiford@uk.ibm.com>
4386         * configure.ac (powerpc-*-aix*, rs6000-*-aix*): Add target-newlib
4387         to noconfdirs.
4388         * configure: Regenerate.
4390 2009-06-02  Alexandre Oliva  <aoliva@redhat.com>
4392         * Makefile.tpl ([+compare-target+]): Compare all stage
4393         directories, rather than just gcc.
4394         * Makefile.in: Rebuilt.
4396 2009-06-01  Doug Kwan  <dougkwan@google.com>
4398         * configure.ac: Support gold for target arm*-*-*.
4399         * configure: Regenerate.
4401 2009-05-29  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
4403         * Makefile.def: Add MPC support and dependencies.
4404         * configure.ac: Likewise.  Reorganize GMP/MPFR checks.
4406         * Makefile.in, configure: Regenerate.
4408 2009-05-27  Alexandre Oliva  <aoliva@redhat.com>
4410         * Makefile.tpl (all): Avoid harmless warning in make all when
4411         gcc-bootstrap is enabled but stage_last does not exist.
4412         * Makefile.in: Rebuilt.
4414 2009-05-24  Nicolas Roche  <roche@adacore.com>
4416         * Makefile.tpl (compare-target): Skip ./ada/*tools directories.
4417         * Makefile.in: Regenerate.
4419 2009-05-21  Denis Chertykov  <chertykov@gmail.com>
4421         * MAINTAINERS: Update my e-mail address.
4423 2009-05-21  Dave Korn  <dave.korn.cygwin@gmail.com>
4425         * configure.ac (cygwin noconfigdirs):  Remove libgcj.
4426         * configure:  Regenerate.
4428 2009-05-18  Alexandre Oliva  <aoliva@redhat.com>
4430         PR other/40159
4431         * Makefile.tpl (all): Don't assume gcc-bootstrap and
4432         gcc-no-bootstrap are mutually exclusive.
4433         * Makefile.in: Rebuilt.
4435 2009-05-18  Alexandre Oliva  <aoliva@redhat.com>
4437         PR other/40159
4438         * Makefile.tpl (all): Don't end with unconditional success.
4439         * Makefile.in: Rebuilt.
4441 2009-05-12  Alexandre Oliva  <aoliva@redhat.com>
4443         PR target/37137
4444         * Makefile.def (flags_to_pass): Remove redundant and incomplete
4445         STAGE1_CFLAGS, STAGE2_CFLAGS, STAGE3_CFLAGS, and STAGE4_CFLAGS.
4446         Add FLAGS_FOR_TARGET and BUILD_CONFIG.
4447         (bootstrap_stage): Remove bootstrap-debug custom stages.  Turn
4448         stage_configureflags, stage_cflags and stage_libcflags into
4449         explicit Makefile macros.
4450         * Makefile.tpl (HOST_EXPORTS, EXTRA_HOST_FLAGS): Pass GCJ and
4451         GFORTRAN.
4452         (POSTSTAGE1_HOST_EXPORTS): Add XGCC_FLAGS_FOR_TARGET and TFLAGS to
4453         CC.  Set CC_FOR_BUILD from CC.
4454         (BASE_TARGET_EXPORTS, RAW_CXX_TARGET_EXPORTS,
4455         NORMAL_TARGET_EXPORTS): Move SYSROOT_CFLAGS_FOR_TARGET and
4456         DEBUG_PREFIX_CFLAGS_FOR_TARGET from CFLAGS and CXXFLAGS to
4457         XGCC_FLAGS_FOR_TARGET.  Add it along with TFLAGS to CC, CXX, GCJ,
4458         and GFORTRAN.
4459         (TFLAGS, STAGE_CFLAGS, STAGE_TFLAGS, STAGE_CONFIGURE_FLAGS): New.
4460         (_LIBCFLAGS): Renamed to _TFLAGS.
4461         (do-compare-debug, do-compare3-debug): Drop.
4462         (CC, GCC_FOR_TARGET, CXX_FOR_TARGET, RAW_CXX_FOR_TARGET,
4463         GCJ_FOR_TARGET, GFORTRAN_FOR_TARGET): Remove FLAGS_FOR_TARGET.
4464         (FLAGS_FOR_TARGET, SYSROOT_CFLAGS_FOR_TARGET,
4465         DEBUG_PREFIX_CFLAGS_FOR_TARGET): Move down.
4466         (XGCC_FLAGS_FOR_TARGET): New.
4467         (BASE_FLAGS_TO_PASS): Pass STAGEid_CFLAGS, STAGEid_TFLAGS and TFLAGS.
4468         (EXTRA_HOST_FLAGS): Pass GCJ and GFORTRAN.
4469         (POSTSTAGE1_FLAGS_TO_PASS): Move SYSROOT_CFLAGS_FOR_TARGET and
4470         DEBUG_PREFIX_CFLAGS_FOR_TARGET from CFLAGS, CXXFLAGS, LIBCFLAGS,
4471         LIBCXXFLAGS to XGCC_FLAGS_FOR_TARGET.  Add it along with TFLAGS
4472         to CC, CXX, GCJ, and GFORTRAN.  Pass XGCC_FLAGS_FOR_TARGET and
4473         TFLAGS.
4474         (BUILD_CONFIG): Include if requested.
4475         (all): Set TFLAGS on bootstrap.
4476         (configure-stageid-prefixmodule): Pass TFLAGS, adjust FLAGS.
4477         (all-stageid-prefixmodule): Likewise.
4478         (do-clean, distclean-stageid): Set TFLAGS.
4479         (restrap): Fix whitespace.
4480         * Makefile.in: Rebuilt.
4482 2009-05-07  Paolo Bonzini  <bonzini@gnu.org>
4484         * config.guess: Sync with src.
4486 2009-05-07  Dave Korn  <dave.korn.cygwin@gmail.com>
4488         * configure.ac ($with_ppl):  Default to no if not supplied.
4489         ($with_cloog):  Likewise.
4490         configure:  Regenerate.
4492 2009-04-27  James E. Wilson  <wilson@codesourcery.com>
4494         * MAINTAINERS: Update my e-mail address.
4496 2009-04-27  Nick Clifton  <nickc@redhat.com>
4498         * MAINTAINERS: Replace Aldy Hernandez as a maintainer for the FRV.
4500 2009-04-25  Eric Botcazou  <ebotcazou@adacore.com>
4502         * Makefile.tpl (POSTSTAGE1_HOST_EXPORTS): Add GNATBIND.
4503         (POSTSTAGE1_FLAGS_TO_PASS): Pick up exported value for GNATBIND.
4504         * Makefile.in: Regenerate.
4506 2009-04-24  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
4508         PR bootstrap/39739
4509         * configure.ac (extra_mpfr_configure_flags): Set and AC_SUBST.
4510         * Makefile.def (module=mpfr): Use extra_mpfr_configure_flags.
4512         * configure, Makefile.in: Regenerate.
4514 2009-04-21  Taras Glek  <tglek@mozilla.com>
4516         * include/hashtab.h: Update GTY annotations to new syntax
4517         * include/splay-tree.h: Likewise
4519 2009-04-17  Ben Elliston  <bje@au.ibm.com>
4521         * config.sub, config.guess: Update from upstream sources.
4523 2009-04-15  Anthony Green  <green@moxielogic.com>
4525         * configure.ac: Add moxie support.
4526         * configure: Rebuilt.
4528 2009-04-14  Jakub Jelinek  <jakub@redhat.com>
4530         * configure.ac: Change copyright header to refer to version
4531         3 of the GNU General Public License and to point readers at the
4532         COPYING3 file and the FSF's license web page.
4533         * Makefile.def: Likewise.
4534         * Makefile.tpl: Likewise.
4535         * Makefile.in: Regenerate.
4537 2009-04-09  Jack Howarth  <howarth@bromo.med.uc.edu>
4539         * configure.ac: Restore match for darwin9 or later. Use double
4540         brackets since regeneration eats one pair.
4541         * configure: Regenerate.
4543 2009-04-09  H.J. Lu  <hongjiu.lu@intel.com>
4545         PR gas/10039
4546         * configure.ac: Require texinfo 4.7.
4547         * configure: Regenerated.
4549 2009-04-09  Nick Clifton  <nickc@redhat.com>
4551         * COPYING.RUNTIME: New file: Contains a copy of version 3.1 of
4552         the GCC Runtime Library Exception.
4554 2009-04-08  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
4556         * configure.ac: Bump minimum GMP/MPFR versions to 4.2 and 2.3.1.
4557         * configure: Regenerate.
4559 2009-04-01  Steve Ellcey  <sje@cup.hp.com>
4561         * Makefil.def (languages): New entries.
4562         * Makefile.tpl (check-gcc-*): New generic target.
4563         * Makefile.in: Regenerate.
4565 2009-03-25  Erven Rohou  <erven.rohou@inria.fr>
4567         * MAINTAINERS:  Update my email address.
4569 2009-03-18  Tom Tromey  <tromey@redhat.com>
4571         * configure: Rebuild.
4572         * configure.ac (host_libs): Add libiconv.
4573         * Makefile.in: Rebuild.
4574         * Makefile.def (host_modules): Add libiconv.
4575         (configure-gdb, all-gdb): Depend on libiconv.
4577 2009-03-16  Tristan Gingold  <gingold@adacore.com>
4579         * configure.ac: Treat gdb as supported on x86_64-darwin.
4580         * configure: Regenerate.
4582 2009-03-16  Joseph Myers  <joseph@codesourcery.com>
4584         * configure.ac (--with-host-libstdcxx): New option.
4585         * configure: Regenerate.
4587 2009-03-12  Joern Rennecke  <joern.rennecke@arc.com>
4589         * MAINTAINERS:  Move myself into the write after approval list.
4591 2009-03-11  Nicola Pero  <nicola.pero@meta-innovation.com>
4593         * MAINTAINERS: Update e-mail address.
4595 2009-03-11  Dorit Nuzman  <dorit@il.ibm.com>
4597         * MAINTAINERS: Remove myself as auto-vectorizer maintainer.
4599 2009-03-10  Ira Rosen  <irar@il.ibm.com>
4601         * MAINTAINERS: Add myself as auto-vectorizer maintainer.
4603 2009-03-01  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
4605         Backport from git Libtool:
4607         2009-01-19  Robert Millan  <rmh@aybabtu.com>
4608         Support GNU/kOpenSolaris.
4609         * libltdl/m4/libtool.m4 (_LT_SYS_DYNAMIC_LINKER)
4610         (_LT_CHECK_MAGIC_METHOD, _LT_COMPILER_PIC, _LT_LINKER_SHLIBS)
4611         (_LT_LANG_CXX_CONFIG) [kopensolaris*-gnu]: Recognize
4612         GNU/kOpenSolaris.
4614 2009-02-27  Andreas Schwab  <schwab@linux-m68k.org>
4616         * MAINTAINERS: Update e-mail address.
4618 2009-02-24  Michael Eager  <eager@eagercon.com>
4620         * MAINTAINERS (Write After Approval): Add self.
4622 2009-02-18  Bingfeng Mei  <bmei@broadcom.com>
4624         * MAINTAINERS (Write After Approval): Add myself.
4626 2009-02-05  Andreas Schwab  <schwab@suse.de>
4628         * Makefile.tpl (stage_last): Define $r and $s before using
4629         $(RECURSE_FLAGS_TO_PASS).
4630         * Makefile.in: Regenerate
4632 2009-01-30  Ian Lance Taylor  <iant@google.com>
4634         * MAINTAINERS: Move myself to the Global Reviewers list.
4636 2009-01-29  Robert Millan  <rmh@aybabtu.com>
4638         * configure.ac: Recognize GNU/kOpenSolaris (*-*-kopensolaris*-gnu).
4639         * configure: Regenerate.
4641 2009-01-17  Gerald Pfeifer  <gerald@pfeifer.com>
4643         * MAINTAINERS: Make whitespace consistent.
4644         Remove Robert Millan from Write After Approval.
4646 2009-01-16  Alan Modra  <amodra@bigpond.net.au>
4648         * Makefile.def (configure-opcodes): Depend on configure-libiberty.
4649         (all-opcodes): Depend on all-libiberty.
4650         * Makefile.in: Regenerate.
4652 2009-01-15  Douglas B Rupp  <rupp@gnat.com>
4654         * configure.ac (ia64*-*-*vms*): Add case with no gdb or ld support.
4655         * configure: Regenerate.
4657 2009-01-12  Ramana Radhakrishnan  <ramana.r@gmail.com>
4659         * MAINTAINERS (Write After Approval): Add myself.
4661 2009-01-12  Steven G. Kargl  <sgk@troutmask.apl.washington.edu>
4663         * MAINTAINERS: Add myself to reviewers (Fortran).
4665 2009-01-12  Sebastian Pop  <sebastian.pop@amd.com>
4667         PR tree-optimization/38515
4668         * configure.ac (cloog-polylib): Removed.
4669         (with_ppl, with_cloog): Test for "no".
4670         * configure: Regenerated.
4672 2009-01-11  Daniel Franke  <franke.daniel@gmail.com>
4674         * MAINTAINERS: Moved myself to reviewers (Fortran).
4676 2009-01-06  Thomas Schwinge  <tschwinge@gnu.org>
4678         * MAINTAINERS (OS Port Maintainers): Add myself for GNU/Hurd.
4679         (Write After Approval): Remove myself.
4681 2009-01-03  Diego Novillo  <dnovillo@google.com>
4683         * MAINTAINERS: Remove myself from alias maintainership.
4685 2009-01-02  David Ayers  <ayers@fsfe.org>
4687         * MAINTAINERS: Update e-mail address.
4689 2008-12-30  Gerald Pfeifer  <gerald@pfeifer.com>
4691         * MAINTAINERS: Make whitespace consistent.
4693 2008-12-18  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
4695         Backport from upstream Libtool:
4696         * libltdl.m4 (_LT_SYS_DYNAMIC_LINKER, _LT_LINKER_SHLIBS):
4697         Add cache variables to tests that require the linker to work.
4698         For shlibpath_overrides_runpath, this also changes the semantics
4699         to let the result from the C compiler take precedence.
4701 2008-12-02  Ben Elliston  <bje@au.ibm.com>
4703         * config.sub, config.guess: Update from upstream sources.
4705 2008-12-12  Sebastian Pop  <sebastian.pop@amd.com>
4707         * configure.ac (ppllibs): Add by default the lib flags.
4708         * configure: Regenerate.
4710 2008-12-08  Luis Machado  <luisgpm@br.ibm.com>
4712         * MAINTAINERS:  Add myself to the write after approval list.
4714 2008-12-04  Jack Howarth  <howarth@bromo.med.uc.edu>
4716         * configure.ac: Add double brackets on darwin[912].
4717         * configure: Regenerate.
4719 2008-12-03  Daniel Kraft  <d@domob.eu>
4721         * MAINTAINERS:  Moved myself and Mikael Morin from Write After
4722         Approval to Reviewer section (for Fortran front-end).
4724 2008-12-02  Jack Howarth  <howarth@bromo.med.uc.edu>
4726         * configure.ac: Expand to darwin10 and later.
4727         * configure: Regenerate.
4729 2008-12-02  Andreas Schwab  <schwab@suse.de>
4731         * Makefile.def: configure-target-boehm-gc depends on
4732         all-target-libstdc++-v3.
4733         * Makefile.in: Regenerate.
4735 2008-12-02  Kai Tietz  <kai.tietz@onevision.com>
4737         * MAINTAINERS:  Add myself as mingw maintainer.
4739 2008-12-02  Ben Elliston  <bje@au.ibm.com>
4741         * config.sub, config.guess: Update from upstream sources.
4743 2008-12-01  Gerald Pfeifer  <gerald@pfeifer.com>
4745         * README.SCO: Remove.
4747 2008-11-29  Fernando Pereira  <pronesto@gmail.com>
4749         * MAINTAINERS:  Add myself to the write after approval list.
4751 2008-11-29  Dave Korn  <dave.korn.cygwin@gmail.com>
4753         * MAINTAINERS:  Update my email address in WAA section.
4755 2008-11-29  Chen Liqin  <liqin@sunnorth.com.cn>
4757         * MAINTAINERS: Update e-mail address.
4759 2008-11-27  Toon Moene  <toon@moene.org>
4761         * MAINTAINERS: Change e-mail address.
4763 2008-11-27  Tristan Gingold  <gingold@adacore.com>
4765         * configure.ac: Build gdb for i?86-*-darwin*
4766         * configure: Regenerated.
4768 2008-11-24  Hariharan Sandanagobalane  <hariharan@picochip.com>
4770         * MAINTAINERS: Added my full name.
4772 2008-11-14  Daniel Jacobowitz  <dan@codesourcery.com>
4774         PR bootstrap/38014
4775         PR bootstrap/37923
4777         Revert:
4779         2008-10-24  Daniel Jacobowitz  <dan@codesourcery.com>
4781         * Makefile.tpl (HOST_EXPORTS): Correct CPPFLAGS typo.
4782         * Makefile.in: Regenerated.
4784         2008-10-22  Daniel Jacobowitz  <dan@codesourcery.com>
4786         PR gdb/921
4787         PR gdb/1646
4788         PR gdb/2175
4789         PR gdb/2176
4791         * Makefile.def (flags_to_pass): Add CPPFLAGS_FOR_BUILD and CPPFLAGS.
4792         * Makefile.tpl (BUILD_EXPORTS): Set CPPFLAGS.
4793         (EXTRA_BUILD_FLAGS): Correct typo.  Pass CPPFLAGS.
4794         (HOST_EXPORTS): Pass CPPFLAGS.
4795         (CPPFLAGS_FOR_BUILD, CPPFLAGS, CPPFLAGS_FOR_TARGET): Define.
4796         (LDFLAGS_FOR_TARGET): Initialize from configure script.
4797         (EXTRA_TARGET_FLAGS): Set CPPFLAGS.
4798         * Makefile.in, configure: Regenerated.
4799         * configure.ac: Set CPPFLAGS_FOR_TARGET, LDFLAGS_FOR_TARGET,
4800         and CPPFLAGS_FOR_BUILD.
4802 2008-11-06  Jeff Law  <law@redhat.com>
4804         * MAINTAINERS: Add myself as middle end maintainer.
4806 2008-11-06  Andrew Stubbs  <ams@codesourcery.com>
4808         * MAINTAINERS (Write after approval): Add myself.
4810 2008-11-05  Diego Novillo  <dnovillo@google.com>
4812         * MAINTAINERS (Global Reviewers): Add myself.
4813         (Non-Algorithmic Maintainers): Remove myself.
4815 2008-11-04  Thomas Schwinge  <tschwinge@gnu.org>
4817         * MAINTAINERS (Write after approval): Add myself.
4819 2008-10-31  Mikael Morin  <mikael.morin@tele2.fr>
4821         * MAINTAINERS (Write after approval): Add myself.
4823 2008-10-31  Ben Elliston  <bje@au.ibm.com>
4825         * configure.ac (spu-*-*): Remove special case.
4826         * configure: Regenerate.
4828 2008-10-30  Catherine Moore  <clm@codesourcery.com>
4830         * MAINTAINERS (Write after approval): Update my email address.
4832 2008-10-29  Stefan Schulze Frielinghaus  <xxschulz@de.ibm.com>
4834         * configure.ac [spu-*-*]: Do not set skipdirs.
4835         * configure: Re-generate.
4837 2008-10-29  Bernd Schmidt  <bernd.schmidt@analog.com>
4839         * MAINTAINERS (Various Maintainers): Add myself to reload.
4841 2008-10-25  Richard Guenther  <rguenther@suse.de>
4843         * MAINTAINERS (Various Maintainers): Add myself as middle-end
4844         maintainer.  Remove myself as libgcc-math maintainer.
4845         (Non-Algorithmic Maintainers): Remove myself.
4847 2008-10-24  Daniel Jacobowitz  <dan@codesourcery.com>
4849         * Makefile.tpl (HOST_EXPORTS): Correct CPPFLAGS typo.
4850         * Makefile.in: Regenerated.
4852 2008-10-23  Cary Coutant  <ccoutant@google.com>
4854         * MAINTAINERS (Write after approval): Add myself.
4856 2008-10-22  Daniel Jacobowitz  <dan@codesourcery.com>
4858         PR gdb/921
4859         PR gdb/1646
4860         PR gdb/2175
4861         PR gdb/2176
4863         * Makefile.def (flags_to_pass): Add CPPFLAGS_FOR_BUILD and CPPFLAGS.
4864         * Makefile.tpl (BUILD_EXPORTS): Set CPPFLAGS.
4865         (EXTRA_BUILD_FLAGS): Correct typo.  Pass CPPFLAGS.
4866         (HOST_EXPORTS): Pass CPPFLAGS.
4867         (CPPFLAGS_FOR_BUILD, CPPFLAGS, CPPFLAGS_FOR_TARGET): Define.
4868         (LDFLAGS_FOR_TARGET): Initialize from configure script.
4869         (EXTRA_TARGET_FLAGS): Set CPPFLAGS.
4870         * Makefile.in, configure: Regenerated.
4871         * configure.ac: Set CPPFLAGS_FOR_TARGET, LDFLAGS_FOR_TARGET,
4872         and CPPFLAGS_FOR_BUILD.
4874 2008-10-20  Sebastian Pop  <sebastian.pop@amd.com>
4876         * MAINTAINERS (Graphite Reviewers): Added Daniel Berlin and
4877         Sebastian Pop.
4879 2008-10-14  Antoniu Pop <antoniu.pop@gmail.com>
4881         * MAINTAINERS (Write After Approval): Added myself.
4883 2008-10-13  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
4885         * configure.ac (MPFR check): Bump minimum version to 2.3.0 and
4886         recommended version to 2.3.2.
4888         * configure: Regenerate.
4890 2008-10-01  Mark Mitchell  <mark@codesourcery.com>
4892         * MAINTAINERS (Blanket Write Privs): Change to Global Reviewers.
4894 2008-09-29  David Daney <david.daney@caviumnetworks.com>
4896         * MAINTAINERS (Write After Approval): Update e-mail address.
4898 2008-09-26  Peter O'Gorman  <pogma@thewrittenword.com>
4900         * libtool.m4: Update to libtool 2.2.6.
4901         * lt~obsolete.m4: Update to libtool 2.2.6.
4902         * ltmain.sh: Update to libtool 2.2.6.
4903         * ltsugar.m4: Update to libtool 2.2.6.
4904         * ltversion.m4: Update to libtool 2.2.6.
4905         * ltoptions.m4: Update to libtool 2.2.6.
4906         * ltgcc.m4: Update to match changes from libtool 2.2.6.
4908 2008-09-22  Chris Fairles  <cfairles@gcc.gnu.org>
4910         * MAINTAINERS (Write After Approval): Add myself.
4912 2008-09-22  Bernhard Reutner-Fischer  <aldot@gcc.gnu.org>
4914         * MAINTAINERS (Write After Approval): Update my name.
4916 2008-09-20  Steven Bosscher  <steven@gcc.gnu.org>
4918         * MAINTAINERS: Add myself in "Write After Approval".
4920 2008-09-18  Steve Ellcey  <sje@cup.hp.com>
4922         * MAINTAINERS: Add myself as ia64 maintainer.
4924 2008-09-04  Gerald Pfeifer  <gerald@pfeifer.com>
4926         * MAINTAINERS: Remove John Carr, Steve Chamberlain, Michael Chastain,
4927         Klaus Kaempf, Mumit Khan, Alan Lehotsky, Warren Levy, Don Lindsay,
4928         Dave Love, Alexandre Petit-Bianco, Clinton Popetz, Gavin Romig-Koch,
4929         and Michael Tiemann from Write After Approval since they do not
4930         actually have access.
4932 2008-09-05  Richard Guenther  <rguenther@suse.de>
4934         * configure.ac: Initialize clooglibs to -lcloog.
4935         * configure: Re-generate.
4937 2008-09-04  Le-Chun Wu  <lcwu@google.com>
4939         * MAINTAINERS (Write After Approval): Add myself.
4941 2008-09-03  Sebastian Pop  <sebastian.pop@amd.com>
4943         * configure.ac (--with-cloog-polylib): New.
4944         (--disable-cloog-version-check): New.
4945         (--disable-ppl-version-check): New.
4946         * configure: Re-generate.
4948 2008-09-03  Richard Guenther  <rguenther@suse.de>
4950         * configure.ac: Always pass -DCLOOG_PPL_BACKEND to the
4951         cloog test.
4952         * configure: Re-generate.
4954 2008-09-03  Hari Sandanagobalane  <hariharan@picochip.com>
4956         Add picoChip port.
4957         * MAINTAINERS: Add picoChip maintainers.
4959 2008-09-02  Sebastian Pop  <sebastian.pop@amd.com>
4960             Tobias Grosser  <grosser@fim.uni-passau.de>
4961             Jan Sjodin  <jan.sjodin@amd.com>
4962             Harsha Jagasia  <harsha.jagasia@amd.com>
4963             Dwarakanath Rajagopal  <dwarak.rajagopal@amd.com>
4964             Konrad Trifunovic  <konrad.trifunovic@inria.fr>
4965             Adrien Eliche  <aeliche@isty.uvsq.fr>
4967         Merge from graphite branch.
4968         * configure: Regenerate.
4969         * Makefile.in: Regenerate.
4970         * configure.ac (host_libs): Add ppl and cloog.
4971         Add checks for PPL and CLooG.
4972         * Makefile.def (ppl, cloog): Added modules and dependences.
4973         * Makefile.tpl (PPLLIBS, PPLINC, CLOOGLIBS, CLOOGINC): New.
4974         (HOST_PPLLIBS, HOST_PPLINC, HOST_CLOOGLIBS, HOST_CLOOGINC): New.
4976 2008-08-31  Aaron W. LaFramboise  <aaronavay62@aaronwl.com>
4978         * configure.ac (RPATH_ENVVAR): Use PATH on Windows.
4979         (GCC_SHLIB_SUBDIR): New.
4980         * Makefile.tpl (HOST_LIB_PATH_gcc): Use GCC_SHLIB_SUBDIR.
4981         * configure: Regenerate.
4982         * Makefile.in: Regenerate.
4984 2008-08-30  Gerald Pfeifer  <gerald@pfeifer.com>
4986         * MAINTAINERS: Consistently use tabs to separate columns.
4988 2008-08-29  Tristan Gingold  <gingold@adacore.com>
4990         * MAINTAINERS (Write after Approval): Add myself.
4992 2008-08-28  Tristan Gingold  <gingold@adacore.com>
4994         * configure.ac (powerpc-*-darwin*, i?86-*-darwin*,x86_64-*-darwin9):
4995         Enable bfd, binutils and opcodes.
4996         * configure: Regenerate.
4998 2008-08-27  John David Anglin  <dave.anglin@nrc-cnrc.gc.ca>
5000         * MAINTAINERS: Update my hppa and hpux entries.  Remove my vax entry.
5002 2008-08-23  Thomas Koenig  <tkoenig@gcc.gnu.org>
5004         * MAINTAINERS:  Use correct Umlaut for last name.
5006 2008-08-23  Francois-Xavier Coudert  <fxcoudert@gcc.gnu.org>
5008         * MAINTAINERS: Move myself from Reviewers to Write after Approval.
5010 2008-08-16  David Edelsohn  <edelsohn@gnu.org>
5012         * MAINTAINERS: Update my email address.
5014 2008-08-16  Nicolas Roche  <roche@adacore.com>
5016         * Makefile.tpl: Add BOOT_ADAFLAGS.
5017         * Makefile.in: Regenerate.
5019 2008-08-09  Richard Sandiford  <rdsandiford@googlemail.com>
5021         * configure.ac (mips*-*-*linux*, mips*-*-gnu*): Use mt-mips-gnu.
5022         * configure: Regenerate.
5024 2008-07-30  Paolo Bonzini  <bonzini@gnu.org>
5026         * configure.ac: Add makefile fragments for hpux.
5027         * Makefile.def (flags_to_pass): Add ADA_CFLAGS.
5028         * Makefile.tpl (HOST_EXPORTS): Pass ADA_CFLAGS.
5029         * configure: Regenerate.
5030         * Makefile.in: Regenerate.
5032 2008-07-28  Aldy Hernandez  <aldyh@redhat.com>
5034         * MAINTAINERS: Add Jakub and myself as gimple maintainers.
5036 2008-07-11  Dodji Seketeli  <dseketel@redhat.com>
5038         * MAINTAINERS (Write after Approval): Add myself.
5040 2008-07-02  Xuepeng Guo  <xuepeng.guo@intel.com>
5042         * MAINTAINERS (Write After Approval):  Add myself.
5044 2008-06-29  Andrew Jenner  <andrew@codesourcery.com>
5046         * MAINTAINERS (Write After Approval):  Add myself.
5048 2008-06-29  Krister Walfridsson  <krister.walfridsson@gmail.com>
5050         * MAINTAINERS: Update my email address.
5052 2008-06-25  Joey Ye  <joey.ye@intel.com>
5054         * MAINTAINERS (Write After Approval):  Add myself.
5056 2008-06-17  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
5058         * Makefile.tpl ($(srcdir)/configure): Update dependencies.
5059         * Makefile.in: Regenerate.
5060         * configure: Regenerate.
5062 2008-06-17  Daniel Kraft  <d@domob.eu>
5064         * MAINTAINERS (Write After Approval):  Add myself.
5066 2008-06-16  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
5068         * configure.ac: Set TOPLEVEL_CONFIGURE_ARGUMENTS early, when
5069         "$@" is still intact with both Autoconf 2.59 and 2.62.
5070         * configure: Regenerate.
5072 2008-06-16  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
5074         * Makefile.tpl: Fix comment errors.
5075         * Makefile.in: Regenerate.
5077 2008-06-12  David S. Miller  <davem@davemloft.net>
5078             David Edelsohn  <edelsohn@gnu.org>
5080         * configure.ac: Add powerpc*-*-* to gold supported targets.
5081         * configure: Regenerate.
5083 2008-06-08  Joseph Myers  <joseph@codesourcery.com>
5085         PR tree-optimization/36218
5086         * Makefile.def (flags_to_pass): Add LDFLAGS_FOR_BUILD.
5087         * Makefile.tpl (EXTRA_BUILD_FLAGS): Define.
5088         (all prefix="build-"): Pass them to build-system sub-makes.
5089         * Makefile.in: Regenerate.
5091 2008-06-07  Joseph Myers  <joseph@codesourcery.com>
5093         * MAINTAINERS (mt port): Remove.
5094         (sco5, unixware, sco udk): Remove.
5095         (Kean Johnston): Add to Write After Approval.
5097 2008-05-30  Julian Brown  <julian@codesourcery.com>
5099         * configure.ac (arm*-*-linux-gnueabi): Don't disable building
5100         of libobjc for ARM EABI Linux.
5101         * configure: Regenerate.
5103 2008-05-18  Xinliang David Li   <davidxl@google.com>
5105         * ChangeLog: Remove wrong ChangeLog entry.
5107 2008-05-17  Xinliang David Li   <davidxl@google.com>
5109         * MAINTAINERS (Write After Approval): Add myself.
5111 2008-05-15  Janus Weil  <janus@gcc.gnu.org>
5113         * MAINTAINERS (Write After Approval): Add myself.
5115 2008-05-14  Rafael Espíndola  <espindola@google.com>
5117         * config-ml.in: don't handle --enable-shared and --enable-static.
5119 2008-05-10  Richard Sandiford  <rdsandiford@googlemail.com>
5121         * MAINTAINERS: Update my email address.
5123 2008-05-10  Paolo Carlini  <paolo.carlini@oracle.com>
5125         * MAINTAINERS: Update my email address.
5127 2008-05-03  Kris Van Hees  <kris.van.hees@oracle.com>
5129         * MAINTAINERS (Write After Approval): Add myself.
5131 2008-04-28  Gabriele Svelto  <gabriele.svelto@st.com>
5133         * MAINTAINERS (Write After Approval): Add myself.
5135 2008-04-25  Pompapathi V Gadad  <Pompapathi.V.Gadad@nsc.com>
5137         * MAINTAINERS (crx): Add myself.
5139 2008-04-18  Paolo Bonzini  <bonzini@gnu.org>
5141         Sync with src:
5142         2008-04-14  David S. Miller  <davem@davemloft.net>
5144         * configure.ac: Add sparc*-*-* to gold supported targets.
5145         * configure: Regenerate.
5147 2008-04-18  Paolo Bonzini  <bonzini@gnu.org>
5149         PR bootstrap/35457
5150         * configure.ac: Include override.m4.
5151         * configure: Regenerate.
5153 2008-04-18  Paolo Bonzini  <bonzini@gnu.org>
5155         * Makefile.tpl (restrap): Call `make all' using double-colon rules.
5156         * Makefile.in: Regenerate.
5158 2008-04-18  M R Swami Reddy  <MR.Swami.Reddy@nsc.com>
5160         * configure.ac (cr16-*-*): Add case for cr16 target and include gdb
5161         as nonconfigurable directories list.
5162         * configure: Regenerate.
5164 2008-04-14  Ben Elliston  <bje@au.ibm.com>
5166         * config.sub, config.guess: Update from upstream sources.
5168 2008-04-12  Hans-Peter Nilsson  <hp@axis.com>
5170         * Makefile.tpl <gcc>: Error early unless at least GNU make 3.80.
5171         * Makefile.in: Regenerate.
5173 2008-04-11  Eric B. Weddington  <eweddington@cso.atmel.com>
5175         * configure.ac: Do not build libssp for the AVR.
5176         * configure: Regenerate.
5178 2008-04-07  Ian Lance Taylor  <iant@google.com>
5180         * Makefile.def: check-gold depends upon all-binutils.
5181         * Makefile.in: Regenerate.
5183 2008-04-04  Andy Hutchinson  <hutchinsonandy@aim.com>
5185         * MAINTAINERS (Write After Approval): Add myself.
5187 2008-04-04  Nick Clifton  <nickc@redhat.com>
5189         PR binutils/4334
5190         * configure.ac: Run ACX_CHECK_CYGWIN_CAT_WORKS for cygwin hosted
5191         builds.
5192         * configure: Regenerate.
5194 2008-04-04  NightStrike  <NightStrike@gmail.com>
5196         PR other/35151
5197         * configure.ac: Combine rules for mingw32 and mingw64.
5198         * configure: Regenerate.
5200 2008-04-02  Kai Tietz  <kai.tietz@onvision.com>
5202         * MAINTAINERS (Write After Approval): Add myself.
5204 2008-04-01  Seongbae Park  <seongbae.park@gmail.com>
5206         * Makefile.tpl (.NOTPARALLEL): Revert previous change.
5207         * Makefile.in (.NOTPARALLEL): Ditto.
5209 2008-04-01  Peter O'Gorman  <pogma@thewrittenword.com>
5211         * MAINTAINERS (Write After Approval): Add myself.
5213 2008-03-31  Seongbae Park  <seongbae.park@gmail.com>
5215         * Makefile.tpl (.NOTPARALLEL): Serialize stageprofile libiberty.
5216         * Makefile.in (.NOTPARALLEL): Regenerate.
5218 2008-03-27  Paolo Bonzini  <bonzini@gnu.org>
5220         * Makefile.tpl (PICFLAG, PICFLAG_FOR_TARGET): Remove.
5221         * Makefile.in: Regenerate.
5223 2008-03-26  Jakub Staszak  <kuba@et.pl>
5225         * MAINTAINERS (Write After Approval): Add myself.
5227 2008-03-23  Thomas Koenig  <tkoenig@gcc.gnu.org>
5229         * MAINTAINERS:  Update e-mail address.
5231 2008-03-20  Ian Lance Taylor  <iant@google.com>
5233         * configure.ac: Add support for --enable-gold.
5234         * Makefile.def: Add gold as a directory like ld.
5235         * configure, Makefile.in: Regenerate.
5237 2008-03-16  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
5239         * configure.ac: m4_include config/proginstall.m4.
5240         * configure: Regenerate.
5242         Backport from upstream Libtool:
5244         2007-10-12  Eric Blake  <ebb9@byu.net>
5246         Deal with Autoconf 2.62's semantic change in m4_append.
5247         * ltsugar.m4 (lt_append): Replace broken versions of
5248         m4_append.
5249         (lt_if_append_uniq): Don't require separator to be overquoted,
5250         and avoid broken m4_append.
5251         (lt_dict_add): Fix typo.
5252         * libtool.m4 (_LT_DECL): Don't overquote separator.
5254 2008-03-13  David Edelsohn  <edelsohn@gnu.org>
5256         * config.rpath: Add AIX 6 support.
5258 2008-03-13  Paolo Bonzini  <bonzini@gnu.org>
5260         * Makefile.def (stageprofile).  Remove -fprofile-generate
5261         from stage_libcflags.
5262         * Makefile.in: Regenerate.
5264 2008-03-13  Ben Elliston  <bje@au.ibm.com>
5266         * config.sub, config.guess: Update from upstream sources.
5268 2008-03-06  Tom Tromey  <tromey@redhat.com>
5270         * MAINTAINERS: Update for treelang deletion.
5272 2008-03-03  James E. Wilson  <wilson@tuliptree.org>
5274         * MAINTAINERS: Update my email address.
5276 2008-03-03  Stan Shebs  <stanshebs@earthlink.net>
5278         * MAINTAINERS (darwin port): Add myself as a maintainer.
5279         (objective-c/c++): Add myself as a maintainer.
5281 2008-03-03  Volker Reichelt  <v.reichelt@netcologne.de>
5283         * MAINTAINERS (Write After Approval): Update my email address.
5285 2008-02-25  Tomas Bily  <tbily@suse.cz>
5287         * MAINTAINERS (Write After Approval): Add myself.
5289 2008-02-23  Jakub Jelinek  <jakub@redhat.com>
5291         * MAINTAINERS (OpenMP): Add myself.
5293 2008-02-20  Paolo Bonzini  <bonzini@gnu.org>
5295         PR bootstrap/32009
5296         PR bootstrap/32161
5298         * configure.ac (CFLAGS_FOR_TARGET, CXXFLAGS_FOR_TARGET): Compute here.
5299         * configure: Regenerate.
5301         * Makefile.def: Define stage_libcflags for all bootstrap stages.
5302         * Makefile.tpl (BOOT_LIBCFLAGS, STAGE2_LIBCFLAGS, STAGE3_LIBCFLAGS,
5303         STAGE4_LIBCFLAGS): New.
5304         (CFLAGS_FOR_TARGET, CXXFLAGS_FOR_TARGET): Subst from autoconf, without
5305         $(SYSROOT_CFLAGS_FOR_TARGET) and $(DEBUG_PREFIX_CFLAGS_FOR_TARGET).
5306         (BASE_TARGET_EXPORTS): Append them here to C{,XX}FLAGS.
5307         (EXTRA_TARGET_FLAGS): Append them here to {LIB,}C{,XX}FLAGS.
5308         (configure-stage[+id+]-[+prefix+][+module+]): Pass stage_libcflags
5309         for target modules.  Don't export LIBCFLAGS.
5310         (all-stage[+id+]-[+prefix+][+module+]): Pass stage_libcflags; pass
5311         $(BASE_FLAGS_TO_PASS) where [+args+] was passed, and [+args+] after
5312         the overridden CFLAGS_FOR_TARGET and CXXFLAGS_FOR_TARGET.
5313         (invocations of `all'): Replace $(TARGET_FLAGS_TO_PASS) with
5314         $(EXTRA_TARGET_FLAGS), $(FLAGS_TO_PASS) with $(EXTRA_HOST_FLAGS).
5315         * Makefile.in: Regenerate.
5317 2008-02-16  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
5319         PR libgcj/33085
5320         * libtool.m4 (_LT_COMPILER_PIC) [ mingw, cygwin ] <GCJ>:
5321         Do not use -DDLL_EXPORT.  Backport from upstream.
5323 2008-02-13  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
5325         * MAINTAINERS (Write After Approval): Add myself.
5327 2008-02-02  Hans-Peter Nilsson  <hp@axis.com>
5329         * configure.ac: Enable fortran for cris-*-elf and crisv32-*-elf.
5330         * configure: Regenerate.
5332 2008-01-31  Marc Gauthier  <marc@tensilica.com>
5334         * configure.ac (xtensa*-*-*): Recognize processor variants.
5335         * configure: Regenerate.
5337 2008-01-30  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
5339         PR bootstrap/34922
5340         * configure.ac (PARSE_ARGS): Push suitable setting of
5341         ac_subdirs_all, for `./configure --help=recursive'.
5342         Handle `+' in generic toplevel directory disabling.
5343         * configure: Regenerate.
5345 2008-01-28  Nick Clifton  <nickc@redhat.com>
5347         * MAINTAINERS (xstormy16): Take over maintainership.
5349 2008-01-25  Joseph Myers  <joseph@codesourcery.com>
5351         * MAINTAINERS (c4x port): Remove.
5353 2008-01-24  David Edelsohn  <edelsohn@gnu.org>
5355         * libtool.m4: Backport AIX 6 support from ToT Libtool.
5357 2008-01-23  Ben Elliston  <bje@au.ibm.com>
5359         * config.sub, config.guess: Update from upstream sources.
5361 2008-01-22  Tobias Grosser  <grosser@fim.uni-passau.de>
5363         * MAINTAINERS (Write After Approval): Add myself.
5365 2008-01-17  H.J. Lu  <hjl.tools@gmail.com>
5367         * MAINTAINERS: Update my email address.
5369 2008-01-09  Raksit Ashok  <raksit@google.com>
5371         * MAINTAINERS (Write After Approval): Add myself.
5373 2008-01-09  Raksit Ashok  <raksit@google.com>
5375         * MAINTAINERS (Write After Approval): Add myself.
5377 2008-01-08  Ben Elliston  <bje@au.ibm.com>
5379         * config.sub, config.guess: Update from upstream sources.
5381 2007-12-17  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
5383         * configure.ac: Change required MPFR from 2.2.0 -> 2.2.1.
5384         Change recommended MPFR from 2.2.1 -> 2.3.0.
5385         * configure: Regenerate.
5387 2007-12-15  Sebastian Pop  <sebastian.pop@amd.com>
5389         * MAINTAINERS: Update my email address.
5391 2007-12-15  Bernhard Fischer  <aldot@gcc.gnu.org>
5393         * MAINTAINERS: Update my email address.
5395 2007-12-13  Richard Sandiford  <rsandifo@nildram.co.uk>
5397         * Makefile.tpl (CFLAGS_FOR_TARGET): Add -g.
5398         (CXXFLAGS_FOR_TARGET): Add -O2 -g.
5399         * Makefile.in: Regenerate.
5401 2007-12-10  Mark Heffernan  <meheff@google.com>
5403         * MAINTAINERS (Write After Approval): Add myself and alphabetize two
5404         misplaced entries.
5406 2007-12-10  Andreas Tobler  <a.tobler@schweiz.org>
5408         * configure.ac: Enable libjava for x86_64-*-darwin9.
5409         * configure: Regenerate.
5411 2007-12-07  Bill Maddox  <maddox@google.com>
5413         * MAINTAINERS (Write After Approval): Add myself.
5415 2007-12-05  Ben Elliston  <bje@au.ibm.com>
5417         * config.sub, config.guess: Update from upstream sources.
5419 2007-12-02  Matthias Klose  <doko@ubuntu.com>
5421         * config-ml.in: Remove 64bit configure tests.
5423 2007-11-28  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
5425         * config-ml.in: Robustify against white space in absolute file
5426         names.
5428         * config-ml.in (multi-clean): Substitute ${Makefile}.
5429         Remove superfluous ${Makefile} in list.
5431 2007-11-19  Thiemo Seufer  <ths@mips.com>
5433         * config-ml.in: Don't hardcode the Makefile name.
5435 2007-11-08  Alexander Monakov  <amonakov@ispras.ru>
5437         * MAINTAINERS (Write After Approval): Add myself.
5439 2007-11-07  Samuel Tardieu  <sam@rfc1149.net>
5441         * MAINTAINERS (Write After Approval): Add myself.
5443 2007-11-06  Doug Kwan  <dougkwan@google.com>
5445         * MAINTAINERS (Write After Approval): Add myself.
5447 2007-10-25  Ben Elliston  <bje@au.ibm.com>
5449         * MAINTAINERS (mercury): Remove entry.
5450         (Write After Approval): Add Fergus Henderson <fjh@cs.mu.oz.au>.
5452 2007-10-23  Daniel Jacobowitz  <dan@codesourcery.com>
5454         * Makefile.def (dependencies): Make configure-gdb depend on
5455         all-intl.
5456         * Makefile.in: Regenerated.
5458 2007-10-22  Steven G. Kargl  <kargl@gcc.gnu.org>
5460         * MAINTAINERS (Fortran maintainer): Remove myself.
5462 2007-10-15  Patrick Mansfield  <patmans@us.ibm.com>
5464         * Makefile.def: To avoid problems running with parallel makes,
5465         build newlib before libgloss so that target specific header
5466         files are availble.
5467         * Makefile.in: Regenerate
5469 2007-10-11  Daniel Jacobowitz  <dan@codesourcery.com>
5471         * Makefile.def (dependencies): Add all-gdb -> all-libdecnumber.
5472         * Makefile.in: Regenerate.
5474 2007-10-09  Vladimir Makarov  <vmakarov@redhat.com>
5476         * MAINTAINERS (Register allocation reviewer): Add myself.
5478 2007-10-08  Mike Frysinger  <vapier@gentoo.org>
5480         * configure.ac (CFLAGS_FOR_BUILD, CXXFLAGS_FOR_BUILD,
5481         LDFLAGS_FOR_BUILD): Default them to host flags only for $host = $build.
5482         Set default CXXFLAGS_FOR_BUILD to CXXFLAGS, not CFLAGS.  Set default
5483         LDFLAGS_FOR_BUILD to LDFLAGS, not CFLAGS.
5484         * configure: Regenerate.
5486 2006-10-04  Seongbae Park  <seongbae.park@gmail.com>
5488         * MAINTAINERS (Register allocation reviewer): Add myself.
5490 2007-10-01  Paolo Bonzini  <bonzini@gnu.org>
5492         * Makefile.tpl (AR_FOR_BUILD, AS_FOR_BUILD, CXX_FOR_BUILD,
5493         DLLTOOL_FOR_BUILD, GCJ_FOR_BUILD, GFORTRAN_FOR_BUILD,
5494         LDFLAGS_FOR_BUILD, LD_FOR_BUILD, NM_FOR_BUILD, RANLIB_FOR_BUILD,
5495         WINDMC_FOR_BUILD, WINDRES_FOR_BUILD): Use autoconf substitutions.
5496         * configure.ac: Default them to host tools for $host = $build.
5497         Subst them.
5499         * configure: Regenerate.
5500         * Makefile.in: Regenerate.
5502 2006-09-24  Peter Bergner  <bergner@vnet.ibm.com>
5504         * MAINTAINERS (Register allocation reviewer): Add myself.
5506 2006-09-24  Kenneth Zadeck  <zadeck@naturalbridge.com>
5508         * MAINTAINERS (Register allocation reviewer): Add myself.
5510 2007-09-21  Seongbae Park  <seongbae.park@gmail.com>
5512         * MAINTAINERS (Write After Approval): Fix typo.
5514 2007-09-20  Richard Sandiford  <rsandifo@nildram.co.uk>
5516         * configure.ac (mipsisa*-*-elfoabi*): New stanza.
5517         * configure: Regenerate.
5519 2007-09-20  Paul Jarc  <prj-bugzilla-gcc@multivac.cwru.edu>
5521         PR bootstrap/31906
5522         * libtool-ldflags: Don't prefix arguments with -Xcompiler if
5523         they're already prefixed.
5525 2007-09-19  Benjamin Kosnik  <bkoz@redhat.com>
5527         * configure.ac (TOPLEVEL_CONFIGURE_ARGUMENTS): Move libgomp before
5528         libstdc++.
5529         * Makefile.def: Add libgomp config as a maybe dependency for libstdc++.
5530         * configure: Regenerate.
5531         * Makefile.in: Regenerate.
5533 2007-09-17  Andreas Schwab  <schwab@suse.de>
5535         * configure.ac: Raise minimum makeinfo version to 4.6.
5536         * configure: Regenerate.
5538 2007-09-17  Johannes Singler  <singler@ira.uka.de>
5540         * MAINTAINERS (write-after-approval) add myself
5542 2007-09-15  Alan Modra  <amodra@bigpond.net.au>
5544         * configure.ac: Correct makeinfo version check.
5545         * configure: Regenerate.
5547 2007-09-14  Richard Sandiford  <rsandifo@nildram.co.uk>
5549         * MAINTAINERS: Update my email address.
5551 2007-09-14  Richard Sandiford  <richard@codesourcery.com>
5553         * configure.ac (mips*-sde-elf*): New stanza.  Add target-libiberty
5554         to $skipdirs and only disable gprof for newlib.  Use the normal
5555         mips*-elf* handling in other respects.
5556         * configure: Regnerate.
5558 2007-09-12  David Daney  <ddaney@avtrex.com>
5560         * configure.ac: Remove mips64*-*-linux* noconfigdirs section, thus
5561         enabling libgcj.
5562         * configure: Regenerate.
5564 2007-09-10  Rask Ingemann Lambertsen  <rask@sygehus.dk>
5566         PR other/32154
5567         * configure.ac: For libgloss targets, point the linker to the linker
5568         script, startup code and simulator library.
5569         * configure: Regenerate.
5571 2007-09-07  Andrew Haley  <aph@redhat.com>
5573         * configure.ac (noconfigdirs): Remove target-libffi and
5574         target-libjava.
5575         * configure: Regenerate.
5577 2007-09-06  Francois-Xavier Coudert  <fxcoudert@gcc.gnu.org>
5579         PR target/33281
5580         * configure.ac: Use config/mh-mingw on mingw.
5581         * configure: Regenerate.
5583 2007-09-05  Pat Haugen  <pthaugen@us.ibm.com>
5585         * MAINTAINERS (Write After Approval): Add myself.
5587 2007-09-05  Richard Guenther  <rguenther@suse.de>
5589         * configure.ac (--enable-stage1-checking): If neither --enable-checking
5590         nor --disable-checking is provided also turn on yes and types
5591         checking for stage1.
5592         * configure: Re-generate.
5594 2007-08-30  Krister Walfridsson  <cato@df.lth.se>
5596         * MAINTAINERS (OS Port Maintainers): Add myself as NetBSD maintainer.
5597         (Write After Approval): Remove myself.
5599 2007-08-29  Nick Clifton  <nickc@redhat.com>
5601         * config.sub, config.guess: Update from upstream sources.
5603 2007-08-22  Bud Davis  <jmdavis@link.com>
5605         * MAINTAINERS (Write After Approval): Added myself.
5606         * MAINTAINERS (Reviewers): Removed myself.
5608 2007-08-18  Paul Brook  <paul@codesourcery.com>
5609             Joseph Myers  <joseph@codesourcery.com>
5611         * Makefile.tpl (DEBUG_PREFIX_CFLAGS_FOR_TARGET): New.
5612         (CFLAGS_FOR_TARGET, CXXFLAGS_FOR_TARGET): Include it.
5613         * Makefile.in: Regenerate.
5614         * configure.ac (--with-debug-prefix-map): New.
5615         * configure: Regenerate.
5617 2007-08-17  Richard Sandiford  <richard@codesourcery.com>
5618             Nigel Stephens  <nigel@mips.com>
5620         * configure.ac (mips*-sde-elf*): New stanza.  Use config/mt-sde
5621         as target_makefile_frag.
5622         * configure: Regenerate.
5624 2007-08-16  Alexandre Oliva  <aoliva@redhat.com>
5626         * Makefile.def (STAGE2_CFLAGS, STAGE3_CFLAGS, STAGE4_CFLAGS):
5627         Add to flags_to_pass.  Adjust uses of BOOT_CFLAGS.
5628         (bootstrap2-debug, bootstrap-debug): New bootstrap stages.
5629         * Makefile.tpl (STAGE2_CFLAGS, STAGE3_CFLAGS, STAGE4_CFLAGS): New.
5630         (do-compare, do-compare3, do-compare-debug): New.
5631         ([+compare-target+]): Use them.
5633 2007-08-14  Maxim Kuvyrkov  <maxim@codesourcery.com>
5635         * MAINTAINERS (Write After Approval): Change my email address.
5637 2007-08-13  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
5638             Ben Elliston  <bje@au.ibm.com>
5640         * configure.ac (TOPLEVEL_CONFIGURE_ARGUMENTS, baseargs): Pass
5641         --silent if $silent.
5642         * configure: Regenerate.
5644 2003-08-12  Zdenek Dvorak  <ook@ucw.cz>
5646         * MAINTAINERS (Various Maintainers): Add myself as
5647         loop infrastructure maintainer.  Update my e-mail
5648         address.
5650 2007-07-31  Diego Novillo  <dnovillo@google.com>
5652         * MAINTAINERS (Reviewers): Rename from Non-Autopoiesis.
5653         Adjust description.
5655 2007-07-26  Richard Guenther  <rguenther@suse.de>
5657         * configure.ac: Add types checking to stage1 checking flags.
5658         * configure: Regenerate.
5660 2007-07-17  Nick Clifton  <nickc@redhat.com>
5662         * COPYING3: New file.  Contains version 3 of the GNU General
5663         Public License.
5664         * COPYING3.LIB: New file.  Contains version 3 of the GNU
5665         Lesser General Public License.
5667 2007-07-16  Andreas Krebbel  <krebbel1@de.ibm.com>
5669         * MAINTAINERS (S/390 port maintainer): Remove my co-maintainer tag.
5671 2007-07-16  Andreas Krebbel  <krebbel1@de.ibm.com>
5673         * MAINTAINERS (S/390 co-maintainer): Add myself.
5674         (Write After Approval): Remove myself.
5676 2007-07-13  Dan Hipschman  <dsh@google.com>
5678         * MAINTAINERS (Write After Approval): Add myself.
5680 2007-07-11  Nick Clifton  <nickc@redhat.com>
5682         * Makefile.tpl (BUILD_EXPORTS): Escape the newline at the end of the
5683         WINDRES export.
5684         * Makefile.in: Regenerate.
5686 2007-07-05  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
5688         * MAINTAINERS (OS Port Maintainers): Add myself as IRIX, Tru64 UNIX
5689         maintainer.
5691 2007-07-05  H.J. Lu  <hongjiu.lu@intel.com>
5693         * lt~obsolete.m4: New. Import from 20070318 libtool.
5695 2007-07-03  Julian Brown  <julian@codesourcery.com>
5697         * MAINTAINERS (Write After Approval): Add myself.
5699 2007-07-03  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
5701         * configure.ac: Rewrite 'configure --help' strings to look nicer.
5702         * configure: Regenerate.
5704 2007-07-03  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
5706         * configure.ac: Add some missing m4 quotation.
5707         * configure: Regenerate.
5709 2007-07-02  Simon Baldwin  <simonb@google.com>
5711         * MAINTAINERS (Write After Approval): Add myself.
5713 2007-07-02  Paolo Bonzini  <bonzini@gnu.org>
5715         * configure: Regenerate.
5717 2007-07-02  Kai Tietz   <kai.tietz@onevision.com>
5719         * Makefile.def: Add windmc tool to build.
5720         * Makefile.tpl: Likewise.
5721         * configure.ac: Likewise.
5722         * Makefile.in: Regenerate.
5723         * configure: Regenerate.
5725 2007-06-28  DJ Delorie  <dj@redhat.com>
5727         * configure.ac (arm*-*-linux-gnueabi): Don't build libgloss if we're
5728         not building newlib.
5729         * configure: Regenerated.
5731 2007-06-28  Jan Sjodin  <jan.sjodin@amd.com>
5733         * MAINTAINERS (Write After Approval): Add myself.
5735 2007-06-25  Martin Michlmayr  <tbm@cyrius.com>
5737         * MAINTAINERS (Write After Approval): Add myself.
5739 2007-06-19  Chris Matthews  <chrismatthews@google.com>
5741         * MAINTAINERS (Write After Approval): Add myself.
5743 2007-06-19  Rask Ingemann Lambertsen  <rask@sygehus.dk>
5745         * MAINTAINERS (Write After Approval): Add myself.
5747 2007-06-18  Daniel Jacobowitz  <dan@codesourcery.com>
5749         * Makefile.def: Add dependency from configure-gdb to all-bfd.
5750         * Makefile.in: Regenerated.
5752 2007-06-14  Bernd Schmidt  <bernd.schmidt@analog.com>
5754         * configure.ac: Don't add target-libmudflap to noconfigdirs for
5755         bfin*-*-uclinux* targets.
5756         * configure: Regenerate.
5758 2007-06-14  Ian Lance Taylor  <iant@google.com>
5760         * MAINTAINERS: Add myself as non-algorithmic global write
5761         maintainer.
5763 2007-06-14  Diego Novillo  <dnovillo@google.com>
5765         * MAINTAINERS: Add self as middle-end maintainer and
5766         non-algorithmic global write maintainer.
5768 2007-06-14  Francois-Xavier Coudert  <fxcoudert@gcc.gnu.org>
5770         * MAINTAINERS: Change spelling from "fortran 95" to "Fortran".
5771         Move all Fortran maintainers except Paul Brook into the
5772         Non-Autopoiesis section.
5774 2007-06-14  Paolo Bonzini  <bonzini@gnu.org>
5776         * Makefile.tpl (cleanstrap): Don't delete the toplevel Makefile.
5777         (distclean-stage[+id+]): Possibly delete stage_last.
5778         * Makefile.in: Regenerate.
5780 2007-06-12  Seongbae Park  <seongbae.park@gmail.com>
5782         * MAINTAINERS (Various Maintainer): Fix typo.
5784 2007-06-11  Paolo Bonzini  <bonzini@gnu.org>
5786         * MAINTAINERS (Various Maintainer): Add myself as
5787         dataflow maintainer.
5789 2007-06-07  Ben Elliston  <bje@au.ibm.com>
5791         * config.sub, config.guess: Update from upstream sources.
5793 2007-06-07  Ben Elliston  <bje@au.ibm.com>
5795         * Makefile.tpl: Fix spelling error.
5796         * Makefile.in: Regenerate.
5798 2007-06-01  Steve Ellcey  <sje@cup.hp.com>
5800         * libtool.m4 (LT_CMD_MAX_LEN): Try using getconf to set
5801         lt_cv_sys_max_cmd_len.
5803 2007-05-31  Dorit Nuzman   <dorit@il.ibm.com>
5805         * MAINTAINERS (Various Maintainers): Add myself as
5806         auto-vectorizer maintainer.
5808 2003-05-31  Paolo Bonzini  <bonzini@gnu.org>
5810         PR libjava/32098
5811         * libtool.m4: Revert previous change.
5812         * ltgcc.m4: Put it here.
5814 2003-05-30  Zdenek Dvorak  <dvorakz@suse.cz>
5816         * MAINTAINERS (Various Maintainers): Add myself as
5817         auto-vectorizer maintainer.
5819 2007-05-30  H.J. Lu  <hongjiu.lu@intel.com>
5821         PR libjava/32098
5822         * libtool.m4 (_LT_LANG_GCJ_CONFIG): Use gcc to test gcj features.
5824 2007-05-30  Richard Guenther  <rguenther@suse.de>
5826         * MAINTAINERS (Various Maintainers): Add myself as
5827         auto-vectorizer maintainer.
5829 2007-05-30  Jakub Jelinek  <jakub@redhat.com>
5831         PR bootstrap/29382
5832         * configure.ac: Don't use -fkeep-inline-functions for GCC < 3.3.1.
5833         * configure: Rebuilt.
5835 2007-05-28  Roberto Costa  <robsettantasei@gmail.com>
5837         * MAINTAINERS (Write After Approval): Removed my name.
5839 2007-05-25  Steven Bosscher  <steven@gcc.gnu.org>
5841         * MAINTAINERS (Write After Approval): Remove myself.
5843 2007-05-25  Andreas Tobler  <a.tobler@schweiz.org>
5845         * ltmain.sh: Fix Darwin verstring, remove ${wl}.
5847 2007-05-23  Steve Ellcey  <sje@cup.hp.com>
5849         * ltmain.sh: Update from ToT Libtool.
5850         * libtool.m4: Update from ToT Libtool.
5851         * ltsugar.m4: New. Update from ToT Libtool.
5852         * ltversion.m4: New. Update from ToT Libtool.
5853         * ltoptions.m4: New. Update from ToT Libtool.
5854         * ltconfig: Remove.
5855         * ltcf-c.sh: Remove.
5856         * ltcf-cxx.sh: Remove.
5857         * ltcf-gcj.sh: Remove.
5859 2007-05-22  Ollie Wild  <aaw@google.com>
5861         * MAINTAINERS (Write After Approval): Add myself.
5863 2007-05-16  Paolo Bonzini  <bonzini@gnu.org>
5865         * Makefile.def (bootstrap_stage): Replace stage_make_flags with
5866         stage_cflags.
5867         * Makefile.tpl (POSTSTAGE1_HOST_EXPORTS, POSTSTAGE1_FLAGS_TO_PASS):
5868         Remove CFLAGS/LIBCFLAGS.
5869         (configure-stage[+id+]-[+prefix+][+module+],
5870         all-stage[+id+]-[+prefix+][+module+]): Pass it from [+stage_cflags+].
5871         * Makefile.in: Regenerate.
5873 2007-05-15  Diego Novillo  <dnovillo@google.com>
5875         * MAINTAINERS: Update e-mail address.
5877 2007-05-15  Revital Eres  <eres@il.ibm.com>
5879         * MAINTAINERS (Write After Approval): Add myself.
5881 2007-05-14  Roberto Costa  <robsettantasei@gmail.com>
5883         * MAINTAINERS (Write After Approval): Updated my address.
5885 2007-05-14  Thomas Neumann  <tneumann@users.sourceforge.net>
5887         * MAINTAINERS (Write After Approval): Add myself.
5889 2007-05-11  Silvius Rus  <rus@google.com>
5891         * MAINTAINERS (Write After Approval): Add myself.
5893 2007-04-23  Tom Tromey  <tromey@redhat.com>
5895         * MAINTAINERS: Added myself as non-algorithmic libcpp maintainer.
5897 2007-04-22  Mark Mitchell  <mark@codesourcery.com>
5899         * MAINTAINERS (cpplib): Rename to ...
5900         (libcpp): ... this.  Add C/C++ front end maintainers.
5902 2007-04-14  Steve Ellcey  <sje@cup.hp.com>
5904         * config-ml.in: Pass ${ml_config_env} to configure calls.
5906 2007-04-04  Christian Bruel  <christian.bruel@st.com>
5908         * MAINTAINERS (Write After Approval): Add myself.
5910 2007-04-02  Dave Korn  <dave.korn@artimi.com>
5912         * MAINTAINERS (Write After Approval): Add myself.
5914 2007-03-31  Tobias Burnus  <burnus@net-b.de>
5916         * MAINTAINERS (fortran 95 front end): Add myself.
5918 2007-03-28  Dwarakanath Rajagopal  <dwarak.rajagopal@amd.com>
5920         * MAINTAINERS (Write After Approval): Add myself.
5922 2007-03-24  Ayal Zaks  <zaks@il.ibm.com>
5924         * MAINTAINERS (Modulo Scheduler): Add myself.
5926 2007-03-23  Brooks Moses  <brooks.moses@codesourcery.com>
5928         * MAINTAINERS (fortran 95 front end): Add myself.
5929         (c++ front end): whitespace fix.
5931 2007-03-22  Nathan Froyd  <froydnj@codesourcery.com>
5933         * MAINTAINERS (Write After Approval): Add myself.
5935 2007-03-21  Richard Sandiford  <richard@codesourcery.com>
5937         * configure.ac (TOPLEVEL_CONFIGURE_ARGUMENTS): Fix m4 quoting
5938         of glob.  Quote arguments with single quotes too.
5939         * configure: Regenerate.
5941 2007-03-12  Brooks Moses  <brooks.moses@codesourcery.com>
5943         * Makefile.def (fixincludes): Remove unneeded "missing" lines.
5944         * Makefile.in: Regenerate
5946 2007-03-07  Andreas Schwab  <schwab@suse.de>
5948         * configure: Regenerate.
5950 2007-03-01  Brooks Moses  <brooks.moses@codesourcery.com>
5952         * configure.ac: Add "--with-pdfdir" configure option,
5953         which defines pdfdir variable.
5954         * Makefile.def (target=fixincludes): Add install-pdf to
5955         missing targets.
5956         (recursive_targets): Add install-pdf target.
5957         (flags_to_pass): Add pdfdir.
5958         * Makefile.tpl: Add pdfdir handling, add do-install-pdf
5959         target.
5960         * configure: Regenerate
5961         * Makefile.in: Regenerate
5963 2007-02-28  Eric Christopher  <echristo@apple.com>
5965         Revert:
5966         2006-12-07  Mike Stump  <mrs@apple.com>
5968         * Makefile.def (dependencies): Add dependency for
5969         install-target-libssp and install-target-libgomp on
5970         install-gcc.
5971         * Makefile.in: Regenerate.
5973 2007-02-27  Matt Kraai  <kraai@ftbfs.org>
5975         * configure: Regenerate.
5976         * configure.ac: Move statements after variable declarations.
5978 2007-02-19  Kaz Kojima  <kkojima@gcc.gnu.org>
5980         * MAINTAINERS: Add myself as sh maintainer.
5982 2007-02-19  Joseph Myers  <joseph@codesourcery.com>
5984         * configure.ac: Adjust for loop syntax.
5985         * configure: Regenerate.
5987 2007-02-18  Alexandre Oliva  <aoliva@redhat.com>
5989         * configure: Rebuilt.
5991 2007-02-18  Alexandre Oliva  <aoliva@redhat.com>
5993         * configure.ac: Drop multiple occurrences of --enable-languages,
5994         and fix its quoting.
5995         * configure: Rebuilt.
5997 2007-02-17  Mark Mitchell  <mark@codesourcery.com>
5998             Nathan Sidwell  <nathan@codesourcery.com>
5999             Vladimir Prus  <vladimir@codesourcery.com>
6000             Joseph Myers  <joseph@codesourcery.com>
6002         * configure.ac (TOPLEVEL_CONFIGURE_ARGUMENTS): Fix quoting.
6003         * configure: Regenerate.
6005 2007-02-14  Gerald Pfeifer  <gerald@pfeifer.com>
6007         * ltconfig (freebsd*): Default to elf.
6009 2007-02-13  Daniel Jacobowitz  <dan@codesourcery.com>
6011         * configure.ac (target_libraries): Move libgcc before libiberty.
6012         * configure: Regenerated.
6014 2007-02-13  Daniel Jacobowitz  <dan@codesourcery.com>
6015             Paolo Bonzini  <bonzini@gnu.org>
6017         PR bootstrap/30753
6018         * configure.ac: Remove obsolete build / host tests.  Use AC_PROG_CC
6019         unconditionally.  Use AC_PROG_CXX.  Use ACX_TOOL_DIRS to find $prefix.
6020         * configure: Regenerated.
6022 2007-02-11  Francois-Xavier Coudert  <fxcoudert@gcc.gnu.org>
6024         * MAINTAINERS (Language Front End Maintainers): Update my mail
6025         address.
6027 2007-02-09  Daniel Jacobowitz  <dan@codesourcery.com>
6029         PR bootstrap/30748
6030         * configure.ac: Correct syntax for Solaris ksh.
6031         * configure: Regenerated.
6033 2007-02-09  Paolo Bonzini  <bonzini@gnu.org>
6035         * configure.ac: Sync with src.
6036         * configure: Regenerate.
6038 2007-02-09  Paolo Bonzini  <bonzini@gnu.org>
6040         * Makefile.in: Regenerate.
6042 2007-02-09  Paolo Bonzini  <bonzini@gnu.org>
6044         * config.sub: Sync with src.
6046 2007-02-09  Daniel Jacobowitz  <dan@codesourcery.com>
6048         * Makefile.tpl (build_alias, host_alias, target_alias): Use
6049         noncanonical equivalents.
6050         * configure.in: Rename to...
6051         * configure.ac: ...this.  Update AC_PREREQ.  Prevent error for
6052         AS_FOR_TARGET.  Set build_noncanonical, host_noncanonical, and
6053         target_noncanonical.  Use them.  Rewrite removal of configure
6054         arguments for autoconf 2.59.  Discard variable settings.  Force
6055         program_transform_name for native tools.
6057         * Makefile.in: Regenerated.
6058         * configure: Regenerated with autoconf 2.59.
6060 2007-02-07  Roman Zippel  <zippel@linux-m68k.org>
6062         * MAINTAINERS (Write After Approval): Add myself.
6064 2007-01-31  Andreas Schwab  <schwab@suse.de>
6066         * Makefile.tpl (LDFLAGS): Substitute it.
6067         * Makefile.in: Regenerate.
6069 2007-01-30  Andrey Belevantsev  <abel@ispras.ru>
6071         * MAINTAINERS (Write After Approval): Add myself.
6073 2007-01-28  David Edelsohn  <edelsohn@gnu.org>
6075         * MAINTAINERS (spu port): Add myself.
6077 2007-01-23  Richard Guenther  <rguenther@suse.de>
6079         PR bootstrap/30541
6080         * Makefile.def (flags_to_pass): Add GNATBIND and GNATMAKE.
6081         * Makefile.tpl (GNATBIND): Substitute it.
6082         (GNATMAKE): Likewise.
6083         (POSTSTAGE1_FLAGS_TO_PASS): Pass staged GNATBIND instead
6084         of STAGE_PREFIX.
6085         * Makefile.in: Regenerate.
6086         * configure: Regenerate.
6088 2007-01-18  Mike Stump  <mrs@apple.com>
6090         * configure.in: Re-enable -Werror for gcc builds.
6092 2007-01-11  Harsha Jagasia  <harsha.jagasia@amd.com>
6094         * MAINTAINERS (Write After Approval): Add myself.
6096 2007-01-11  Paolo Bonzini  <bonzini@gnu.org>
6098         * configure.in: Change == to = in test command.
6099         * configure: Regenerate.
6101 2007-01-11  Paolo Bonzini  <bonzini@gnu.org>
6102             Nick Clifton  <nickc@redhat.com>
6103             Kaveh R. Ghazi  <ghazi@caip.rutgets.edu>
6105         * configure.in (build_configargs, host_configargs, target_configargs):
6106         Remove build/host/target parameters.
6107         (host_libs): Add gmp and mpfr.
6108         (GMP tests): Reorganize to allow in-tree GMP/MPFR.
6109         * Makefile.def (gmp, mpfr): New.
6110         (gcc): Remove target.
6111         * Makefile.tpl (build_os, build_vendor, host_os, host_vendor,
6112         target_os, target_vendor): New.
6113         (configure): Add host_alias/target_alias arguments; adjust invocations.
6114         * configure: Regenerate.
6115         * Makefile.in: Regenerate.
6117 2007-01-11  Matt Fago  <fago@earthlink.net>
6119         * configure.in: Try to link to functions only in mpfr 2.2.x
6120         to improve robustness of configure tests.
6121         * configure: Regenerate.
6123 2007-01-09  Uros Bizjak  <ubizjak@gmail.com>
6125         * MAINTAINERS: Add myself as i386 maintainer.
6127 2007-01-08  Jan Hubicka  <jh@suse.cz>
6129         * MAINTAINERS: Add myself as i386 maintainer.
6131 2007-01-08  Kai Tietz   <kai.tietz@onevision.com>
6133         * configure.in: Add support for an x86_64-mingw* target.
6134         * configure: Regenerate.
6136 2007-01-05  Daniel Jacobowitz  <dan@codesourcery.com>
6138         * Makefile.tpl (all-target): Correct @if conditional for target
6139         modules.
6140         * configure.in: Omit libiberty if building only target libgcc.
6141         * configure, Makefile.in: Regenerated.
6143 2007-01-04  Paolo Bonzini  <bonzini@gnu.org>
6145         * configure.in: Use DEV-PHASE to detect default for --enable-werror.
6146         * configure: Regenerate.
6148 2007-01-03  Daniel Jacobowitz  <dan@codesourcery.com>
6150         * Makefile.def (target_modules): Add libgcc.
6151         (lang_env_dependencies): Remove default items.  Use no_c and no_gcc.
6152         * Makefile.tpl (clean-target-libgcc): Delete.
6153         (configure-target-[+module+]): Emit --disable-bootstrap dependencies
6154         on gcc even for bootstrapped modules.  Rewrite handling of
6155         lang_env_dependencies to loop over target_modules.
6156         * configure.in (target_libraries): Add target-libgcc.
6157         * Makefile.in, configure: Regenerated.
6159 2006-12-29  Paolo Bonzini  <bonzini@gnu.org>
6161         * configure.in: Reorganize recognition of languages.  Add
6162         --enable-stage1-languages.  Show supported languages for the chosen
6163         target rather than all recognized languages.
6164         * configure: Regenerate.
6166 2006-12-29  Paolo Bonzini  <bonzini@gnu.org>
6168         * Makefile.tpl (GCC_STRAP_TARGETS, all-prebootstrap): Remove.
6169         * Makefile.in: Regenerate.
6171 2006-12-29  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
6173         * configure.in: Warn that MPFR 2.2.0 is buggy.
6174         * configure: Regenerate.
6176 2006-12-27  Ian Lance Taylor  <iant@google.com>
6178         * configure.in: When removing Makefiles to force a reconfigure, also
6179         remove prev-DIR*/Makefile.
6180         * configure: Regenerate.
6182 2006-12-22  Andreas Schwab  <schwab@suse.de>
6184         * configure: Regenerate with correct autoconf version.
6186 2006-12-20  Adam Megacz  <megacz@cs.berkeley.edu>
6188         * configure.in: add AC_SUBST for *_FOR_TARGET.
6189         * configure: Regenerate.
6191 2006-12-19  Paolo Bonzini  <bonzini@gnu.org>
6193         * configure.in: Simplify logic for rejecting languages that cannot
6194         be built.  Separate the case when a language is unsupported,
6195         from the case when the user chooses not to build a language.
6197 2006-12-19  Paolo Bonzini  <bonzini@gnu.org>
6199         * configure.in: Remove "$build" case for powerpc-*-darwin* since
6200         it only affects bootstrap and could be tested on "$host" as well.
6201         * configure: Regenerate.
6202         * config/mh-ppc-darwin: Add to the stage1 cflags here.
6204 2006-12-19  Paolo Bonzini  <bonzini@gnu.org>
6206         PR bootstrap/29544
6207         * Makefile.def (flags_to_pass): Add STAGE1_CHECKING.
6208         (bootstrap_stage): Add STAGE1_CHECKING to stage1 configure flags,
6209         move here comment from Makefile.tpl.
6210         * Makefile.tpl: Move some definitions higher in the file.
6211         (STAGE1_CHECKING): New.
6212         * configure.in: Add --enable-stage1-checking.
6213         * configure: Regenerate.
6214         * Makefile.in: Regenerate.
6216 2006-12-19  Paolo Bonzini  <bonzini@gnu.org>
6218         * MAINTAINERS: Add myself as build system maintainer.
6220 2006-12-15  Simon Martin  <simartin@users.sourceforge.net>
6222         * MAINTAINERS (Write After Approval): Add myself.
6224 2006-12-13  Eric Christopher  <echristo@apple.com>
6226         * MAINTAINERS: Add myself as darwin maintainer.
6228 2006-12-11  Ian Lance Taylor  <ian@airs.com>
6230         * MAINTAINERS: Add myself as libgcc and fp-bit maintainer.
6232 2006-12-11  Joern Rennecke  <joern.rennecke@arc.com>
6234         MAINTAINERS: Update my entry.
6236 2006-12-11  Alan Modra  <amodra@bigpond.net.au>
6238         * configure.in:  Handle spu makefile frag.
6239         * Makefile.tpl (MAINT): Define
6240         (MAINTAINER_MODE_FALSE, MAINTAINER_MODE_TRUE): Define.
6241         * configure: Regenerate.
6242         * Makefile.in: Regenerate.
6244 2006-12-11  Ben Elliston  <bje@au.ibm.com>
6246         * config.guess: Import latest version.
6247         * config.sub: Likewise.
6249 2006-12-11  Ben Elliston  <bje@au.ibm.com>
6251         * configure.in (spu-*-*): Don't skip target-libiberty.
6252         * configure: Regenerate.
6254 2006-12-10  Andreas Tobler  <a.tobler@schweiz.org>
6256         PR bootstrap/30134
6257         * configure.in: Correct x86 darwin support for libjava to powerpc
6258         and i?86 only.
6259         * configure: Regenerate.
6261 2006-12-08  Sandro Tolaini  <tolaini@libero.it>
6263         * configure.in: Add x86 darwin support for libjava.
6264         * configure: Regenerate.
6266 2006-12-07  Mike Stump  <mrs@apple.com>
6268         * Makefile.def (dependencies): Add dependency for
6269         install-target-libssp and install-target-libgomp on
6270         install-gcc.
6271         * Makefile.in: Regenerate.
6273 2006-12-04  Richard Guenther  <rguenther@suse.de>
6275         * MAINTAINERS (Non-Algorithmic Maintainers): New section.
6276         (Non-Algorithmic Maintainers): Move over non-algorithmic
6277         loop optimizer maintainers, add myself as a non-algorithmic
6278         middle-end maintainer.
6280 2006-12-04  Daniel Franke  <franke.daniel@gmail.com>
6282         * MAINTAINERS (Write After Approval): Add myself.
6284 2006-12-03  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
6286         * configure.in: Update error message for missing GMP/MPFR.
6288         * configure: Regenerate.
6290 2006-12-02  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
6292         * configure.in: Update MPFR version in error message.
6294         * configure: Regenerate.
6296 2006-11-26  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
6298         * configure.in (--with-mpfr-dir, --with-gmp-dir): Remove flags.
6299         (--with-mpfr-include, --with-mpfr-lib, --with-gmp-include,
6300         --with-gmp-lib): New flags.
6302         * configure: Regenerate.
6304 2006-11-25  Brooks Moses  <brooks.moses@codesourcery.com>
6306         * MAINTAINERS (Write After Approval): Change my email address.
6308 2006-11-23  Manuel Lopez-Ibanez  <manu@gcc.gnu.org>
6310         * MAINTAINERS (Write After Approval): Add myself.
6312 2006-11-22  Philipp Thomas  <pth@suse.de>
6314         * MAINTAINERS (i18n): Update e-mail address.
6316 2006-11-21  Trevor Smigiel  <trevor_smigiel@playstation.sony.com>
6318         * MAINTAINERS (spu port): Add myself as maintainer.
6319         (Write After Approval): Remove myself.
6321 2006-11-22  Ben Elliston  <bje@au.ibm.com>
6323         * configure.in (skipdirs): Don't build libssp for SPU.
6324         * configure: Regenerate.
6326 2006-11-21  Andrew Pinski  <andrew_pinski@playstation.sony.com>
6328         * MAINTAINERS (spu port): Add myself as maintainer.
6329         (libobjc): Update my email address.
6331 2006-11-21  Andrea Bona  <andrea.bona@st.com>
6333         * MAINTAINERS (Write After Approval): Add myself.
6335 2006-11-20  Trevor Smigiel  <trevor_smigiel@playstation.sony.com>
6337         * configure.in (skipdirs) : Don't build target-libiberty for SPU.
6338         * configure : Rebuilt.
6340 2006-11-20  Trevor Smigiel  <trevor_smigiel@playstation.sony.com>
6342         * MAINTAINERS (Write After Approval): Add myself.
6344 2006-11-20  Andrea Ornstein  <andrea.ornstein@st.com>
6346         * MAINTAINERS (Write After Approval): Add myself.
6348 2006-11-18  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
6350         * configure.in (--with-mpfr-dir): Also look in .libs and _libs for
6351         libmpfr.a.
6352         * configure: Regenerate.
6354 2006-11-16  Paolo Bonzini  <bonzini@gnu.org>
6356         * Makefile.tpl (clean-target-libgcc): Test for gcc Makefile presence.
6357         (unstage): Test for stage_last presence.
6359         PR bootstrap/29802
6360         * Makefile.tpl (POSTSTAGE1_FLAGS_TO_PASS): Add HOST_SUBDIR in
6361         STAGE_PREFIX.
6362         * Makefile.in: Regenerate.
6364 2003-11-16  Zdenek Dvorak  <dvorakz@suse.cz>
6366         * MAINTAINERS: Add myself and Daniel Berlin as loop optimizer
6367         maintainers.
6369 2006-11-14  Erven Rohou  <erven.rohou@st.com>
6371         * MAINTAINERS (Write After Approval): Add myself.
6373 2006-11-14  Paolo Bonzini  <bonzini@gnu.org>
6375         * Makefile.tpl (clean-stage*): Test separately for package/Makefile
6376         and stageN-package/Makefile.
6377         * Makefile.in: Regenerated.
6379 2006-11-14  Jie Zhang  <jie.zhang@analog.com>
6381         * configure.in: Remove target-libgloss from noconfigdirs for
6382         bfin-*-*.
6383         * configure: Regenerated.
6385 2006-11-11  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
6387         * configure.in (have_gmp): Only error if the gcc directory exists.
6389         * configure: Regenerate.
6391 2006-11-07  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
6393         * configure.in: Robustify error message for missing GMP/MPFR.
6395         * configure: Regenerate.
6397 2006-10-31  Stephen M. Webb  <stephen.webb@bregmasoft.com>
6399         * MAINTAINERS (Write After Approval): Add myself.
6401 2006-10-30  Uros Bizjak  <ubizjak@gmail.com>
6403         * MAINTAINERS: Change email address.
6405 2006-10-30  Vladimir Prus  <vladimir@codesourcery.com>
6407         * MAINTAINERS (Write After Approval): Add myself.
6409 2006-10-26  Peter Bergner  <bergner@vnet.ibm.com>
6411         * MAINTAINERS (Write After Approval): Add myself.
6413 2006-10-25  Chen Liqin  <liqin@sunnorth.com.cn>
6415         * MAINTAINERS (Write After Approval): Move myself to
6416         Write After Approval section.
6418 2006-10-21  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
6420         * configure.in: Require GMP-4.1+ and MPFR-2.2+.  Don't check
6421         need_gmp anymore.
6422         * configure: Regenerate.
6424 2006-10-16  Tobias Burnus  <burnus@net-b.de>
6426         * MAINTAINERS (Write After Approval): Add myself.
6428 2006-10-16  Ben Elliston  <bje@au.ibm.com>
6430         * config.guess: Import latest version.
6431         * config.sub: Likewise.
6433 2006-10-10  Brooks Moses  <bmoses@stanford.edu>
6435         * Makefile.def: Added pdf target handling.
6436         * Makefile.tpl: Added pdf target handling.
6437         * Makefile.in: Regenerated.
6439 2006-10-10  Chen Liqin  <liqin@sunnorth.com.cn>
6441         * MAINTAINERS: Add self as score port maintainer.
6443 2006-10-04  Brooks Moses  <bmoses@stanford.edu>
6445         * MAINTAINERS (Write After Approval): Add myself.
6447 2006-09-27  Steven G. Kargl  <kargl@gcc.gnu.org>
6449         * configure.in: Check for GMP 4.1 or newer.  Check for MPFR 2.2.0
6450         or newer.
6451         * configure: Regenerated.
6453 2006-09-27  Dave Brolley  <brolley@redhat.com>
6455         * configure.in (RUNTEST): Look for 'runtest' in the source tree by
6456         using $s instead of $r.
6457         * configure: Regenerated.
6459 2006-09-26  Thiemo Seufer  <ths@mips.com>
6461         * configure.in: Remove redundant handling of mips*-dec-bsd*. Likewise
6462         for mipstx39-*-*. Disable libgloss for mips64*-*-linux*.
6463         * configure: Regenerate.
6465 2006-09-24  Graeme Peterson  <gridly@gmail.com>
6467         * MAINTAINERS (Write After Approval): Remove myself.
6469 2006-09-22  Chao-ying Fu  <fu@mips.com>
6471         * MAINTAINERS (Write After Approval): Add myself.
6473 2006-09-10  Joseph S. Myers  <joseph@codesourcery.com>
6475         * MAINTAINERS: Add self as soft-fp maintainer.
6477 2006-09-09  Anatoly Sokolov  <aesok@post.ru>
6479         * MAINTAINERS: Add myself as avr maintainer.
6480         Remove Marek Michalkiewicz as avr maintainer.
6482 2006-09-07  Roberto Costa  <roberto.costa@st.com>
6484         * MAINTAINERS (Write After Approval): Add myself.
6486 2006-08-30  Corinna Vinschen  <corinna@vinschen.de>
6488         * configure.in: Never build newlib for a Mingw host.
6489         Never build newlib as Mingw target library.
6490         Test the existence of winsup/cygwin for building a Cygwin newlib,
6491         rather than just winsup.
6492         Add winsup/mingw and winsup/w32api paths to FLAGS_FOR_TARGET if
6493         building a Mingw target.
6494         * configure: Regenerate.
6496 2006-08-08  Eric Botcazou  <ebotcazou@libertysurf.fr>
6498         * MAINTAINERS (Various Maintainers): Add self as RTL opt. maintainer.
6500 2006-07-25  Paolo Bonzini  <bonzini@gnu.org>
6502         * config.guess: Import from src (was more updated).
6503         * config.sub: Likewise.
6505 2006-07-22  Daniel Jacobowitz  <dan@codesourcery.com>
6507         * configure.in: Allow mingw32 and cygwin targets to build cross-gdb.
6508         * configure: Regenerated.
6510 2006-07-18  Paolo Bonzini  <bonzini@gnu.org>
6512         * Makefile.tpl (configure-stageN-MODULE): Pass --with-build-libsubdir
6513         for stages after the first.
6515 2006-07-17  Jakub Jelinek  <jakub@redhat.com>
6517         * Makefile.def: Add dependencies for configure-opcodes
6518         on configure-intl and all-opcodes on all-intl.
6519         * Makefile.in: Regenerated.
6521 2006-07-13  Ben Elliston  <bje@au.ibm.com>
6523         * MAINTAINERS (Various Maintainers): Add myself as dfp maintainer.
6525 2006-07-06  Paul Eggert  <eggert@cs.ucla.edu>
6527         Port to hosts whose 'sort' and 'tail' implementations
6528         treat operands with leading '+' as file names, as POSIX
6529         has required since 2001.  However, make sure the code still
6530         works on pre-POSIX hosts.
6531         * ltmain.sh: Don't assume "sort +2" is equivalent to
6532         "sort -k 3", since POSIX 1003.1-2001 no longer requires this.
6534 2006-07-05  Ulrich Weigand  <uweigand@de.ibm.com>
6536         * MAINTAINERS (Various Maintainers): Add myself as reload maintainer.
6538 2006-07-04  Peter O'Gorman  <peter@pogma.com>
6540         * ltconfig: chmod 644 before ranlib during install.
6542 2006-07-04  Eric Botcazou  <ebotcazou@libertysurf.fr>
6544         PR bootstrap/18058
6545         * configure.in: Add -fkeep-inline-functions to CFLAGS for stage 1
6546         if the bootstrap compiler is a GCC version that supports it.
6547         * configure: Regenerate.
6549 2006-07-03  Paolo Bonzini  <bonzini@gnu.org>
6551         * configure.in: Fix thinkos in previous check-in.
6552         * configure: Regenerate.
6554 2006-07-03  Paolo Bonzini  <bonzini@gnu.org>
6556         PR other/27063
6557         * configure.in: Test subdir_requires and give an appropriate
6558         error message.
6559         * configure: Regenerate.
6561 2006-07-01  Andrew John Hughes  <gnu_andrew@member.fsf.org>
6563         * MAINTAINERS (Write After Approval): Add myself.
6565 2006-06-22  John David Anglin  <dave.anglin@nrc.ca>
6567         * MAINTAINERS (OS Port Maintainers): Add myself as hpux maintainer.
6569 2006-06-22  Steve Ellcey  <sje@cup.hp.com>
6571         * MAINTAINERS (OS Port Maintainers): Add myself as hpux maintainer.
6573 2006-06-20  David Ayers  <d.ayers@inode.at>
6575         PR bootstrap/28072
6576         * configure.in: Add target-boehm-gc to noconfigdirs depending on
6577         whether target-libjava is being configured instead of whether the
6578         java front end is enabled.
6579         * configure: Regenerate.
6581 2006-06-16  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
6583         PR target/27540
6584         * configure.in: Only enable libgomp on IRIX 6.
6585         * configure: Regenerate.
6587 2006-06-15  Paolo Bonzini  <bonzini@gnu.org>
6589         * Makefile.tpl (POSTSTAGE1_HOST_EXPORTS): Export CFLAGS and LDFLAGS
6590         too.
6591         * Makefile.in: Regenerate.
6593 2006-06-13  Jeff Johnston  <jjohnstn@redhat.com>
6595         * config-ml.in: Alter CCASFLAGS to include special
6596         multilib options the same as is done for CFLAGS.
6598 2006-06-12  John David Anglin  <dave.anglin@nrc-cnrc.gc.ca>
6600         * configure.in: Don't enable libgomp on hpux10.
6601         * configure: Rebuilt.
6603 2006-06-12  David Ayers  <d.ayers@inode.at>
6605         PR bootstrap/27963
6606         PR target/19970
6607         * configure.in: Remove target-boehm-gc from noconfigdirs where
6608         ${libgcj} is specified.
6609         * configure: Regenerate.
6611 2006-06-06  Carlos O'Donell  <carlos@codesourcery.com>
6613         Sync from src:
6615         * configure.in: Sync.
6616         * configure: Regenerated.
6618         2006-05-31  Daniel Jacobowitz  <dan@codesourcery.com>
6620         * Makefile.def: Added dependencies from sim and gdb on intl, and
6621         added configure dependencies to everything with an all dependency
6622         on intl.
6623         * Makefile.in: Regenerated.
6625 2006-06-06  David Ayers  <d.ayers@inode.at>
6627         PR libobjc/13946
6628         * Makefile.def: Add dependencies for libobjc which boehm-gc.
6629         * Makefile.in: Regenerate.
6630         * configure.in: Add --enable-objc-gc at toplevel and have it
6631         enable boehm-gc for Objective-C.
6632         Remove target-boehm-gc from libgcj.
6633         Add target-boehm-gc to target_libraries.
6634         Add target-boehm-gc to noconfigdirs where ${libgcj}
6635         is specified.
6636         Assert that boehm-gc is supported when requested for Objective-C.
6637         Only build boehm-gc if needed either for Java or Objective-C.
6638         * configure: Regenerate.
6640 2006-06-05  Paolo Bonzini  <bonzini@gnu.org>
6642         PR 27674
6643         * Makefile.tpl (configure-[+prefix+][+module+],
6644         all-[+prefix+][+module+]): Depend on stage_current if bootstrapping.
6645         Remove rule to unstage bootstrapped modules.
6646         (stage_current): New.
6647         * Makefile.in: Regenerate.
6649 2006-06-03  Laurynas Biveinis  <laurynas.biveinis@gmail.com>
6651         * MAINTAINERS (Write After Approval): Update my e-mail address.
6653 2006-06-01  Mark Shinwell  <shinwell@codesourcery.com>
6655         * include/libiberty.h: Declare pex_run_in_environment.
6657 2006-05-31  Asher Langton  <langton2@llnl.gov>
6659         * MAINTAINERS (Write After Approval): Add myself.
6661 2006-05-25  Paolo Bonzini  <bonzini@gnu.org>
6663         * Makefile.def (bfd, opcodes): Fix lib_path.
6664         * Makefile.tpl (POSTSTAGE1_FLAGS_TO_PASS): Replace ADAC with ADAFLAGS.
6665         (restrap): Move under "@if gcc-bootstrap".  Fix typo.
6666         * Makefile.in: Regenerate.
6668 2006-05-24  Carlos O'Donell  <carlos@codesourcery.com>
6670         * Makefile.in: Regenerate.
6672 2006-05-24  Carlos O'Donell  <carlos@codesourcery.com>
6674         * Makefile.def: Add install-html target. Add datarootdir
6675         docdir and htmldir to flags_to_pass.
6676         * Makefile.tpl: Add install-html target.
6677         * Makefile.in: Regenerate.
6678         * configure.in: Add --with-datarootdir, --with-docdir, and
6679         --with-htmldir options. AC_SUBST datarootdir, docdir and htmldir.
6680         * configure: Regenerate.
6682 2006-05-24  Mark Shinwell  <shinwell@codesourcery.com>
6684         * configure.in: Enable gprof for cross builds.
6685         * configure: Regenerate.
6687 2006-05-22  Richard Guenther  <rguenther@suse.de>
6689         Revert
6690         2006-01-31  Richard Guenther  <rguenther@suse.de>
6691         Paolo Bonzini  <bonzini@gnu.org>
6693         * Makefile.def (target_modules): Add libgcc-math target module.
6694         * configure.in (target_libraries): Add libgcc-math target library.
6695         (--enable-libgcc-math): New configure switch.
6696         * Makefile.in: Re-generate.
6697         * configure: Re-generate.
6698         * libgcc-math: New toplevel directory.
6700 2006-05-20  John David Anglin  <dave.anglin@nrc-cnrc.gc.ca>
6701             Andreas Tobler  <a.tobler@schweiz.ch>
6703         * configure.in:  Enable libgcj for hppa*-hp-hpux11*.
6704         * configure: Rebuilt.
6706 2006-05-12  Sandra Loosemore  <sandra@codesourcery.com>
6708         * MAINTAINERS (Write After Approval): Add myself.
6710 2006-05-01  DJ Delorie  <dj@redhat.com>
6712         * configure.in: Restore CFLAGS if GMP isn't present.
6713         * configure: Regenerate.
6715 2006-05-01  Richard Guenther  <rguenther@suse.de>
6717         * MAINTAINERS (Various Maintainers): Add myself as libgcc-math
6718         maintainer.
6720 2006-04-30  Kenneth Zadeck  <zadeck@naturalbridge.com>
6722         * MAINTAINERS (Write After Approval): Add myself.
6724 2006-04-28  Jan Beulich  <jbeulich@novell.com>
6726         * MAINTAINERS (Write After Approval): Add myself.
6728 2006-04-18  DJ Delorie  <dj@redhat.com>
6730         * configure.in (m32c): Build libstdc++-v3.  Pass flags to
6731         reference libgloss so that libssp can be built in a combined
6732         tree.
6733         * configure: Regenerate.
6735 2006-04-08  Robert Millan  <rmh@gcc.gnu.org>
6737         * MAINTAINERS (Write After Approval): Add myself.
6739 2006-04-05  Ben Elliston  <bje@au.ibm.com>
6741         * configure.in: Require makeinfo 4.4 or higher.
6742         * configure: Regenerate.
6744 2006-04-04  Gerald Pfeifer  <gerald@pfeifer.com>
6746         * MAINTAINERS: Add Richard Henderson as libgomp maintainer.
6747         Rearrange the entries of other libraries to have them in one place.
6749 2006-03-22  Janne Blomqvist  <jb@gcc.gnu.org>
6751         * MAINTAINERS (Write After Approval): Remove myself.
6752         (Language Front End Maintainers): Add myself as fortran 95 maintainer.
6754 2006-03-14  Richard Guenther  <rguenther@suse.de>
6756         * configure: Regenerate with autoconf 2.13.
6758 2006-03-13  Jim Blandy  <jimb@codesourcery.com>
6760         * MAINTAINERS: Use my work address.
6762         * MAINTAINERS: Update my E-mail address.
6764 2006-03-10  Aldy Hernandez  <aldyh@redhat.com>
6766         * configure.in: Handle --disable-<component> generically.
6767         * configure: Regenerate.
6769 2006-03-01  H.J. Lu  <hongjiu.lu@intel.com>
6771         PR libgcj/17311
6772         * ltmain.sh: Don't use "$finalize_rpath" for compile.
6774 2006-02-21  Erik Edelmann  <eedelman@gcc.gnu.org>
6776         * MAINTAINERS (Write After Approval):  Remove myself.
6777         (Language Front End Maintainers):  Add myself as fortran 95 maintainer.
6779 2006-02-21  Rafael Ávila de Espíndola  <rafael.espindola@gmail.com>
6781         * Makefile.tpl  (BUILD_CONFIGDIRS): Remove.
6782         (TARGET_CONFIGDIRS): Remove.
6783         * configure.in: Remove AC_SUBST(target_configdirs).
6784         * Makefile.in, configure: Regenerated.
6786 2006-02-20  Steven G. Kargl  <kargls@comcast.net>
6788         * MAINTAINERS (Write After Approval):  Remove myself.
6789         (Language Front End Maintainers):  Add myself as fortran 95 maintainer.
6791 2006-02-20  Paolo Bonzini  <bonzini@gnu.org>
6793         PR bootstrap/25670
6795         * Makefile.tpl ([+compare-target+]): Print explanation messages.
6797         * Makefile.def (ADAFLAGS, BOOT_ADAFLAGS, LANGUAGES): New flags_to_pass.
6798         * Makefile.tpl (BASE_FLAGS_TO_PASS): Support optional flags_to_pass.
6799         (EXTRA_GCC_FLAGS): Remove ADAFLAGS, BOOT_ADAFLAGS, LANGUAGES,
6800         BUILD_PREFIX, BUILD_PREFIX_1.
6801         * configure.in: (BUILD_PREFIX, BUILD_PREFIX_1): Don't substitute.
6803         * Makefile.def (bootstrap stage 1): Pass LIBCFLAGS too.
6804         * Makefile.tpl (POSTSTAGE1_FLAGS_TO_PASS): Override LIBCFLAGS too.
6806         * Makefile.tpl (configure-stage[+id+]-[+prefix+][+module+],
6807         all-stage[+id+]-[+prefix+][+module+], : Use $(current_stage) instead
6808         of `cat stage_current`.  Always provide the `r' and `s' variables.
6809         (clean-stage[+id+]-[+prefix+][+module+]): Likewise, and make it into
6810         a single shell execution.
6811         (configure-[+prefix+][+module+], all-[+prefix+][+module+]): For
6812         bootstrapped modules, make the stage1 module if the build was not
6813         started yet, else build the current stage.
6814         (all-host, all-target): Omit bootstrapped modules (if bootstrapping).
6815         (all-build, all-host, all-target, [+make_target+]-host,
6816         [+make_target+]-target): Do not use \-continued lines.
6817         (target modules): Depend on stage_last, not all-gcc, if bootstrapping.
6818         (current_stage, restrap, stage_last): New.
6820         * Makefile.in: Regenerate.
6821         * configure: Regenerate.
6823 2006-02-19  Bud Davis  <jmdavis@link.com>
6825         * MAINTAINERS (Write After Approval):  Remove myself.
6826         (Language Front End Maintainers):  Add myself as fortran 95
6827         maintainer and update e-mail address.
6829 2006-02-17  Francois-Xavier Coudert  <coudert@clipper.ens.fr>
6831         * MAINTAINERS (Write After Approval):  Remove myself.
6832         (Language Front End Maintainers):  Add myself as fortran 95
6833         maintainer.
6835 2006-02-16  Victor Kaplansky  <victork@il.ibm.com>
6837         * MAINTAINERS (Write After Approval): Add myself.
6839 2006-02-16  Thomas Koenig  <Thomas.Koenig@online.de>
6841         * MAINTAINERS (Write After Approval):  Remove myself.
6842         (Language Front End Maintainers):  Add myself as
6843         fortran 95 maintainer.
6845 2006-02-14  Paolo Bonzini  <bonzini@gnu.org>
6847         Sync from src:
6849         2005-12-27  Leif Ekblad  <leif@rdos.net>
6851         * configure.in: Add support for RDOS target.
6852         * configure: Regenerate.
6854 2006-02-14  Paolo Bonzini  <bonzini@gnu.org>
6855             Andreas Schwab  <schwab@suse.de>
6857         * configure: Regenerate.
6859 2006-02-12  David Edelsohn  <edelsohn@gnu.org>
6861         * configure.in (enable_libgomp): Add AIX.
6862         * configure: Regenerate.
6864 2006-02-07  Maxim Kuvyrkov  <mkuvyrkov@ispras.ru>
6866         * MAINTAINERS (Write After Approval): Add myself.
6868 2006-02-03  Lee Millward  <lee.millward@gmail.com>
6870         * MAINTAINERS (Write After Approval): Add myself.
6872 2006-01-31  Richard Guenther  <rguenther@suse.de>
6873         Paolo Bonzini  <bonzini@gnu.org>
6875         * Makefile.def (target_modules): Add libgcc-math target module.
6876         * configure.in (target_libraries): Add libgcc-math target library.
6877         (--enable-libgcc-math): New configure switch.
6878         * Makefile.in: Re-generate.
6879         * configure: Re-generate.
6880         * libgcc-math: New toplevel directory.
6882 2006-01-26  Paolo Bonzini  <bonzini@gnu.org>
6884         * configure.in: Set with_gnu_as, with_gnu_ld, with_newlib earlier.
6885         Set md_exec_prefix.  Use ACX_CHECK_INSTALLED_TARGET_TOOL to find
6886         the assembler, linker and binutils.
6887         * configure: Regenerate.
6889 2006-01-22  Dirk Mueller  <dmueller@suse.de>
6891         * MAINTAINERS (Write After Approval): Add myself.
6893 2006-01-20  Diego Novillo  <dnovillo@redhat.com>
6895         * configure: Regenerate.
6897 2006-01-18  Richard Henderson  <rth@redhat.com>
6898             Jakub Jelinek  <jakub@redhat.com>
6899             Diego Novillo  <dnovillo@redhat.com>
6901         * libgomp: New directory.
6902         * Makefile.def: Add target_module libgomp.
6903         * Makefile.in: Regenerate.
6904         * configure.in (target_libraries): Add target-libgomp.
6905         * configure: Regenerate.
6907 2006-01-05  Alexandre Oliva  <aoliva@redhat.com>
6909         * Makefile.tpl (clean-stage[+id+]-[+prefix+][+module+]): Remove
6910         @ from continuation.
6911         * Makefile.in: Rebuilt.
6913 2006-01-04  Chris Lattner  <sabre@gnu.org>
6915         * MAINTAINERS (Write After Approval): Add myself.
6917 2006-01-04  Paolo Bonzini  <bonzini@gnu.org>
6919         PR bootstrap/24252
6921         * Makefile.def (flags_to_pass): Add STAGE1_CFLAGS and STAGE1_LANGUAGES.
6922         * Makefile.tpl (OBJDUMP): New.
6923         (EXTRA_HOST_FLAGS): Add it.
6924         (EXTRA_GCC_FLAGS): Remove flags already specified in flags_to_pass.
6926         * Makefile.tpl (stage[+id+]-start, stage[+id+]-end): Do not try
6927         to use symbolic links between directories.  Avoid race conditions
6928         or make them harmless.
6929         * configure.in: Do not try to use symbolic links between directories.
6931         * Makefile.def (LEAN): Pass.
6932         * Makefile.tpl (LEAN): Define.
6933         (stage[+id+]-start): Accept that the previous directory does not
6934         exist, if the bootstrap is lean.
6935         (stage[+id+]-bubble): Invoke lean bootstrap commands after
6936         stage[+id+]-start.  Use a makefile variable and an `if' instead of a
6937         configure substitution.
6938         ([+compare-target+]): Likewise.
6939         ([+bootstrap-target+]-lean): New.
6940         * configure.in: Remove lean bootstrap support from here.
6942         * Makefile.in: Regenerate.
6943         * configure: Regenerate.
6945 2006-01-04  Ben Elliston  <bje@au.ibm.com>
6947         * MAINTAINERS (libdecnumber): Add myself.
6949 2006-01-02  Mark Mitchell  <mark@codesourcery.com>
6951         * libtool-ldflags: New script.
6953 2006-01-02  Andreas Schwab  <schwab@suse.de>
6955         * configure.in: When reconfiguring remove Makefile in
6956         all stage directories.
6957         * configure: Regenerate.
6959 2005-12-27  Steven Bosscher  <stevenb.gcc@gmail.com>
6961         * MAINTAINERS: Update my email address.
6963 2005-12-20  Paolo Bonzini  <bonzini@gnu.org>
6965         Revert Ada-related part of the previous change.
6967         * Makefile.def (ADAFLAGS, BOOT_ADAFLAGS, ADAFLAGS_FOR_TARGET):
6968         Do not pass.
6969         * Makefile.tpl (BOOT_ADAFLAGS): Do not define.
6970         * Makefile.in: Regenerate.
6971         * configure.in: Do not include mt-ppc-aix target fragment.
6972         * configure: Regenerate.
6974 2005-12-19  Paolo Bonzini  <bonzini@gnu.org>
6976         * configure.in: Select appropriate fragments for PowerPC/AIX.
6977         * configure: Regenerate.
6979         * Makefile.def (flags_to_pass): Add ADAFLAGS, BOOT_ADAFLAGS,
6980         BOOT_CFLAGS, BOOT_LDFLAGS.
6981         * Makefile.tpl (POSTSTAGE1_FLAGS_TO_PASS): Handle BOOT_ADAFLAGS,
6982         BOOT_CFLAGS, BOOT_LDFLAGS.
6983         (TARGET_FLAGS_TO_PASS): Handle ADAFLAGS_FOR_TARGET.
6984         (stage[+id+]-bubble): Pass flags recursively to the comparison target.
6985         (stage): Fail if we cannot complete the work.
6986         * Makefile.in: Regenerate.
6988 2005-12-16  Nathan Sidwell  <nathan@codesourcery.com>
6990         * configure.in: Replace ms1 with mt.
6991         * configure: Rebuilt.
6993 2005-12-15  Bryce McKinlay  <mckinlay@redhat.com>
6995         * MAINTAINERS: Update my email address.
6997 2005-12-15  Paolo Bonzini  <bonzini@gnu.org>
6999         * Makefile.tpl (all, do-[+make_target+], do-check, install,
7000         install-host-nogcc): Don't invoke $(stage) at the end.
7001         * Makefile.in: Regenerate.
7003 2005-12-14  Paolo Bonzini  <bonzini@gnu.org>
7005         * configure.in: Flip the top-level bootstrap switch.
7006         * configure: Regenerate.
7008 2005-12-14  Daniel Jacobowitz  <dan@codesourcery.com>
7010         * Makefile.tpl: Throughout the file, use : $(MAKE) along with
7011         $(stage) and $(unstage).
7012         (EXTRA_TARGET_FLAGS): Correct double-quoting.
7013         (all): Remove stray semicolon.
7014         (local-distclean): Don't handle multilib.tmp and multilib.out.
7015         (install.all): Set $s for consistency.
7016         (configure-[+prefix+][+module+]): Instead of [+deps+], handle
7017         check_multilibs setting.  Always make the install directory.
7018         (configure-stage[+id+]-[+prefix+][+module+]): Likewise.
7019         Correct @if/@endif.
7020         (all-stage[+id+]-[+prefix+][+module+]): Correct @if/@endif.
7021         ($(TARGET_SUBDIR)/[+module+]/multilib.out): Remove.
7022         (stage[+id+]-start, stage[+id+]-end): Stage $(TARGET_SUBDIR).
7023         (multilib.out): Remove.
7024         * Makefile.in: Regenerated.
7026 2005-12-12  Carlos O'Donell  <carlos@codesourcery.com>
7028         * MAINTAINERS (Write After Approval): Add myself.
7030 2005-12-12  Nathan Sidwell  <nathan@codesourcery.com>
7032         * MAINTAINERS: Add myself as mt maintainer.
7034         * config.sub: Replace ms1 with mt.  Allow ms1 as an alias.
7036 2005-12-06  Adam Nemet  <anemet@caviumnetworks.com>
7038         * MAINTAINERS: Change email address.
7040 2005-12-05  Paolo Bonzini  <bonzini@gnu.org>
7042         * configure.in (CONFIGURED_BISON, CONFIGURED_YACC, CONFIGURED_M4,
7043         CONFIGURED_FLEX, CONFIGURED_LEX, CONFIGURED_MAKEINFO): Remove
7044         "CONFIGURED_" from the AC_CHECK_PROGS invocation.  Move below.
7045         Find in-tree tools if available.
7046         (EXPECT, RUNTEST, LIPO, STRIP): Find them and substitute them.
7047         (CONFIGURED_*_FOR_TARGET): Don't set nor substitute.
7048         (*_FOR_TARGET): Set them with GCC_TARGET_TOOL.
7049         (COMPILER_*_FOR_TARGET): New.
7050         * Makefile.tpl (HOST_EXPORTS): Add *_FOR_TARGET symbols that gcc needs.
7051         (BASE_TARGET_EXPORTS): Use COMPILER_*_FOR_TARGET symbols.
7052         (CONFIGURED_*, USUAL_*): Remove.
7053         (BISON, YACC, FLEX, LEX, M4, MAKEINFO, EXPECT, RUNTEST, LIPO,
7054         STRIP): Use autoconf substitutions.
7055         (COMPILER_AS_FOR_TARGET, COMPILER_LD_FOR_TARGET,
7056         COMPILER_NM_FOR_TARGET): New.
7057         (EXTRA_HOST_FLAGS): Pass LIPO and STRIP.
7059         (all): Make all-host and all-target in parallel.
7060         (do-[+make_target+], do-check, install, [+compare-target+]): Ensure
7061         that $$r and $$s are set before invoking a recursive make.
7062         (stage[+id+]-bubble): Likewise, and invoke the comparison at the end.
7063         ([+bootstrap-target+]): Inline most of the `all' target.
7065 2005-11-29  Ben Elliston  <bje@au.ibm.com>
7067         * Makefile.tpl (clean-target-libgcc): Invoke clean-target-libgcc
7068         from the gcc build directory.
7069         * Makefile.in: Regenerate.
7071 2005-11-29  Ben Elliston  <bje@au.ibm.com>
7073         * Makefile.def: Add new libdecnumber host_module.  Make all-gcc
7074         depend on all-libdecnumber.
7075         * configure.in (host_libs): Include libdecnumber.
7076         * Makefile.in: Regenerate.
7077         * configure: Likewise.
7079 2005-11-29  Ben Elliston  <bje@au.ibm.com>
7081         * libdecnumber: Import decNumber sources from the dfp-branch.
7083 2005-11-21  Kean Johnston  <jkj@sco.com>
7085         * config.sub, config.guess: Sync from upstream sources.
7087 2005-11-21  Ben Elliston  <bje@au.ibm.com>
7089         Import from Autoconf sources:
7091         2005-09-06  Paul Eggert  <eggert@cs.ucla.edu>
7092         * config/move-if-change: Don't output "$2 is unchanged";
7093         suggested by Ben Elliston.  Handle weird characters correctly.
7095 2005-11-18  Andreas Tobler  <a.tobler@schweiz.ch>
7097         * ltcf-c.sh (whole_archive_flag_spec): Remove '-all_load $convenience'
7098         to match upstream libtool for darwin.
7100 2005-11-11  Daniel Jacobowitz  <dan@codesourcery.com>
7102         * Makefile.def: Remove gdb dependencies for gdbtk.
7103         * Makefile.tpl (CONFIGURE_GDB_TK, INSTALL_GDB_TK): New variables.
7104         (configure-gdb, install-gdb): New rules.
7105         * configure.in: Set CONFIGURE_GDB_TK and INSTALL_GDB_TK.
7106         * Makefile.in, configure: Regenerated.
7108 2005-11-06  Janne Blomqvist  <jb@gcc.gnu.org>
7110         * MAINTAINERS (Write After Approval): Add myself.
7112 2005-11-06  Erik Edelmann  <eedelman@gcc.gnu.org>
7114         * MAINTAINERS (Write After Approval): Add myself.
7116 2005-10-24  Diego Novillo  <dnovillo@redhat.com>
7118         * MAINTAINERS (alias analysis): Add Daniel Berlin and
7119         Diego Novillo.
7121 2005-10-22  Paolo Bonzini  <bonzini@gnu.org>
7123         PR bootstrap/24297
7124         * Makefile.tpl (do-[+make-target+], do-check, install,
7125         stage[+id+]-bubble, [+compare-target+]): Ensure $$r and $$s
7126         are set before recursing.
7127         * Makefile.in: Regenerate.
7129 2005-10-20  Eric Botcazou  <ebotcazou@adacore.com>
7131         PR bootstrap/18939
7132         * Makefile.def (gcc) <target>: Fix thinko.
7133         * Makefile.in: Regenerate.
7135 2005-10-17  Bernd Schmidt  <bernd.schmidt@analog.com>
7137         * configure.in (bfin-*-*): Use test, not brackets, in if statement.
7138         * configure: Regenerate.
7140 2005-10-15  Jie Zhang  <jie.zhang@analog.com>
7142         * MAINTAINERS (Write After Approval): Add self.
7144 2005-10-08  Kazu Hirata  <kazu@codesourcery.com>
7146         * configure.in (arm-*-linux-gnueabi): Add to noconfigdirs
7147         target-libffi, target-qthreads, target-libjava, and
7148         targetlibobjc.
7149         * configure: Regenerate.
7151 2005-10-06  Daniel Jacobowitz  <dan@codesourcery.com>
7153         * Makefile.def (flags_to_pass): Add OBJDUMP_FOR_TARGET.
7154         * Makefile.tpl (BASE_TARGET_EXPORTS): Add OBJDUMP.
7155         (OBJDUMP_FOR_TARGET, CONFIGURED_OBJDUMP_FOR_TARGET)
7156         (USUAL_OBJDUMP_FOR_TARGET): New.
7157         (EXTRA_TARGET_FLAGS): Add OBJDUMP.
7158         * configure.in: Check for $OBJDUMP_FOR_TARGET.
7159         * configure, Makefile.in: Regenerated.
7161 2005-10-05  Paolo Bonzini  <bonzini@gnu.org>
7163         * Makefile.tpl (all) [gcc-no-bootstrap]: Make prebootstrap packages
7164         before other host packages.
7166 2005-10-05  Kaz Kojima  <kkojima@gcc.gnu.org>
7168         * MAINTAINERS: Add self as sh libraries/configury maintainer.
7170 2005-10-05  Paolo Bonzini  <bonzini@gnu.org>
7172         PR bootstrap/22340
7174         * configure.in (default_target): Remove.
7175         * Makefile.tpl (all): Do not use prerequisites as subroutines
7176         (all) [gcc-bootstrap]: Bootstrap gcc first if it was not done yet.
7177         (do-[+make_target+], check, install, [+bootstrap_target+]): Do not
7178         use prerequisites as subroutines.
7179         (check-host, check-target): New.
7180         (bootstrap configure & all targets): Do not use stage*-start
7181         if the directory layout is already ok.
7182         (non-bootstrap configure & all targets): Prepend a $(unstage).
7183         (stage[+id+]-bubble): Do that here.  Do not use NOTPARALLEL.
7184         (NOTPARALLEL): Remove.
7185         (unstage, stage variables): New variables.
7186         (unstage, stage targets): Simply expand to those variables.
7188         * configure: Regenerate.
7189         * Makefile.in: Regenerate.
7191 2005-10-04  James E Wilson  <wilson@specifix.com>
7193         * Makefile.def (lang_env_dependencies): Add libmudflap.
7194         * Makefile.in: Regenerate.
7196 2005-10-03  Andreas Schwab  <schwab@suse.de>
7198         Backport from libtool CVS:
7199         2002-11-03  Ossama Othman  <ossama@doc.ece.uci.edu>
7201         * ltmain.sh: add support for installing into temporary
7202         staging area (e.g. 'make install DESTDIR=...')
7204 2005-10-03  H.J. Lu  <hongjiu.lu@intel.com>
7206         * configure.in (*-*-darwin*): Build bfd, binutils and opcodes.
7207         * configure: Regenerated.
7209 2005-09-30  Andrew Pinski  <pinskia@physics.uc.edu>
7211         * configure: Regenerate with the correct
7212         autoconf version.
7214 2005-09-30  Catherine Moore  <clm@cm00re.com>
7216         * configure.in (bfin-*-*): New.
7217         * configure: Regenerated.
7219 2005-09-28  Geoffrey Keating  <geoffk@apple.com>
7221         * Makefile.tpl (BASE_TARGET_EXPORTS): Add LIPO, STRIP.
7222         (LIPO_FOR_TARGET): New.
7223         (CONFIGURED_LIPO_FOR_TARGET): New.
7224         (USUAL_LIPO_FOR_TARGET): New.
7225         (STRIP_FOR_TARGET): New.
7226         (CONFIGURED_STRIP_FOR_TARGET): New.
7227         (USUAL_STRIP_FOR_TARGET): New.
7228         * Makefile.def (flags_to_pass): Add LIPO_FOR_TARGET and
7229         STRIP_FOR_TARGET.
7230         * configure.in: Set LIPO_FOR_TARGET, STRIP_FOR_TARGET,
7231         CONFIGURED_LIPO_FOR_TARGET, CONFIGURED_STRIP_FOR_TARGET.
7232         * Makefile.in: Regenerate.
7233         * configure: Regenerate.
7235 2005-09-19  David Edelsohn  <edelsohn@gnu.org>
7237         * configure.in (powerpc-*-aix*): Add target-libssp to noconfigdirs.
7238         (rs6000-*-aix*): Same.
7239         * configure: Regenerate.
7241 2005-09-16  Tom Tromey  <tromey@redhat.com>
7243         * MAINTAINERS: Add self as java maintainer.
7245 2005-09-14  Francois-Xavier Coudert  <coudert@clipper.ens.fr>
7247         * configure.in: Recognize f95 in the --enable-languages option,
7248         and substitute it for fortran, issuing a warning.
7249         * configure: Regenerate.
7251 2005-08-30  Phil Edwards  <phil@codesourcery.com>
7253         * configure.in (*-*-vxworks*):  Add target-libstdc++-v3 to noconfigdirs.
7254         * configure:  Regenerated.
7256 2005-08-22  Aldy Hernandez  <aldyh@redhat.com>
7258         * MAINTAINERS: Add self as ms1 maintainer.
7260 2005-08-20  Richard Earnshaw  <richard.earnshaw@arm.com>
7262         * Makefile.def (libssp): Add to lang_env_dependencies.
7263         * Makefile.in: Regenerate.
7265 2005-08-18  Ian Lance Taylor  <ian@airs.com>
7267         * MAINTAINERS: Add myself as middle-end maintainer.
7269 2005-08-17  Christian Groessler  <chris@groessler.org>
7271         * Makefile.tpl: (USUAL_CC_FOR_TARGET): Add missing trailing slash.
7272         * Makefile.in: Regenerate.
7274 2005-08-15  Andreas Krebbel  <krebbel1@de.ibm.com>
7276         * MAINTAINERS (write after approval): Added myself.
7278 2005-08-12  Maciej W. Rozycki  <macro@linux-mips.org>
7280         * MAINTAINERS (Write After Approval): Add myself.
7282 2005-08-12  Paolo Bonzini  <bonzini@gnu.org>
7284         * configure.in: Replace NCN_STRICT_CHECK_TOOL with
7285         NCN_STRICT_CHECK_TOOLS, and likewise for NCN_STRICT_CHECK_TARGET_TOOLS.
7286         Look for alternate names of the target cc and c++
7287         * configure: Regenerate.
7289 2005-08-08  Paolo Bonzini  <bonzini@gnu.org>
7291         * configure.in (CC_FOR_TARGET, CXX_FOR_TARGET, GCJ_FOR_TARGET,
7292         GCC_FOR_TARGET, RAW_CXX_FOR_TARGET, GFORTRAN_FOR_TARGET): Find
7293         them with NCN_STRICT_CHECK_TARGET_TOOL, like the other target
7294         tools; remove code to manually set them.
7295         (Target tools): Look in the environment for them.
7296         * Makefile.tpl (CC_FOR_TARGET, CXX_FOR_TARGET, GCJ_FOR_TARGET,
7297         GCC_FOR_TARGET, RAW_CXX_FOR_TARGET, GFORTRAN_FOR_TARGET): Redefine.
7298         (AS_FOR_TARGET, LD_FOR_TARGET, NM_FOR_TARGET): Look into gcc
7299         build directory.
7300         (CONFIGURED_CC_FOR_TARGET, CONFIGURED_CXX_FOR_TARGET,
7301         CONFIGURED_GCJ_FOR_TARGET, CONFIGURED_GCC_FOR_TARGET,
7302         CONFIGURED_GFORTRAN_FOR_TARGET, USUAL_CC_FOR_TARGET,
7303         USUAL_CXX_FOR_TARGET, USUAL_GCJ_FOR_TARGET, USUAL_GCC_FOR_TARGET,
7304         USUAL_RAW_CXX_FOR_TARGET, USUAL_GFORTRAN_FOR_TARGET): New.
7305         (CXX_FOR_TARGET_FOR_RECURSIVE_MAKE,
7306         RAW_CXX_FOR_TARGET_FOR_RECURSIVE_MAKE, RECURSE_FLAGS): Delete.
7307         * configure: Regenerate.
7308         * Makefile.in: Regenerate.
7310 2005-07-28  Ben Elliston  <bje@au.ibm.com>
7312         * MAINTAINERS: Update for removed CPU targets.
7314 2005-07-27  Mark Mitchell  <mark@codesourcery.com>
7316         * Makefile.tpl (EXTRA_TARGET_FLAGS): Set LDFLAGS=LDFLAGS_FOR_TARGET.
7317         * Makefile.def (flags_to_pass): Add LDFLAGS_FOR_TARGET.
7318         * Makefile.in: Regenerated.
7320 2005-07-26  Mark Mitchell  <mark@codesourcery.com>
7322         * Makefile.tpl (SYSROOT_CFLAGS_FOR_TARGET): New variable.
7323         (CFLAGS_FOR_TARGET): Use it.
7324         (CXXFLAGS_FOR_TARGET): Likewise.
7325         * Makefile.in: Regenerated.
7326         * configure.in (--with-build-sysroot): New option.
7327         * configure: Regenerated.
7329 2005-07-24  Paolo Bonzini  <bonzini@gnu.org>
7331         * Makefile.tpl: Wrap install between unstage and stage
7332         * Makefile.in: Regenerate.
7334 2005-07-21  Eric Christopher  <echristo@apple.com>
7336         * MAINTAINERS: Update affiliation.
7338 2005-07-21  Paul Woegerer  <paul.woegerer@nsc.com>
7340         * MAINTAINERS: Add self as crx port maintainer.
7342 2005-07-20  DJ Delorie  <dj@redhat.com>
7344         * MAINTAINERS: Add self as m32c maintainer.
7346 2005-07-16  Kelley Cook  <kcook@gcc.gnu.org>
7348         * all files: Update FSF address.
7350 2005-07-15  Eric Christopher  <echristo@redhat.com>
7352         * MAINTAINERS: Change affiliation.
7354 2005-07-14  Jim Blandy  <jimb@redhat.com>
7356         * configure.in: Add cases for Renesas m32c.
7357         * configure: Regenerated.
7359 2005-07-14  Kelley Cook  <kcook@gcc.gnu.org>
7361         * COPYING.LIB: Update from fsf.org.
7363 2005-07-14  Kelley Cook  <kcook@gcc.gnu.org>
7365         * COPYING, compile, config.guess,
7366         config.sub, install-sh, missing, mkinstalldirs,
7367         symlink-tree, ylwrap: Sync from upstream sources.
7368         * config-ml.in: Update FSF address.
7370 2005-07-13  Eric Christopher  <echristo@redhat.com>
7372         * configure.in: Add toplevel noconfigdir support for tpf.
7373         * configure: Regenerate.
7375 2005-07-11  Paolo Bonzini  <bonzini@gnu.org>
7377         PR ada/22340
7379         * Makefile.tpl (POSTSTAGE1_FLAGS_TO_PASS): Fix pasto.
7380         * Makefile.in: Regenerate.
7382 2005-07-07  Mark Mitchell  <mark@codesourcery.com>
7384         * MAINTAINERS: Remove Dave Brolley as a cpplib maintainer.  Add Dave
7385         Brolley to write-after-approval.
7387 2005-07-07  Andreas Schwab  <schwab@suse.de>
7389         * Makefile.def (flags_to_pass): Add CFLAGS_FOR_BUILD.
7390         * Makefile.tpl (EXTRA_GCC_FLAGS): Don't pass CFLAGS_FOR_BUILD here.
7391         * Makefile.in: Regenerated.
7393 2005-07-06  Geoffrey Keating  <geoffk@apple.com>
7395         * configure.in: Don't build sim or rda when targetting darwin.
7396         * configure: Regenerate.
7398 2005-07-06  Kazu Hirata  <kazu@codesourcery.com>
7400         * configure.in: Add --enable-libssp and --disable-libssp.
7401         * configure: Regenerate with autoconf-2.13.
7403 2005-07-02  Jakub Jelinek  <jakub@redhat.com>
7405         * Makefile.def (target_modules): Add libssp.
7406         * configure.in (target_libraries): Add target-libssp.
7407         * configure: Rebuilt.
7408         * Makefile.in: Rebuilt.
7410 2005-07-01  Zack Weinberg  <zackw@panix.com>
7412         * MAINTAINERS: Change email address.  Resign from maintainership.
7414 2005-07-01  Richard Guenther  <rguenther@suse.de>
7416         * MAINTAINERS: Change my e-mail address and affiliation.
7418 2005-06-22  Paolo Bonzini  <bonzini@gnu.org>
7420         * Makefile.def (stagefeedback): Come after profile.
7421         Define profiledbootstrap target.
7422         * Makefile.tpl (profiledbootstrap): Remove.
7423         (stageprofile-end): Zap stagefeedback.
7424         (stagefeedback-start): Copy all .gcda files, not only GCC's.
7425         * Makefile.in: Regenerate.
7427 2005-06-13  Richard Sandiford  <richard@codesourcery.com>
7429         * MAINTAINERS: Update my email address.
7431 2005-06-13  Zack Weinberg  <zack@codesourcery.com>
7433         * depcomp: Update from automake CVS.  Add 'ia64hp' stanza.
7434         In 'cpp' stanza, support '#line' as well as '# '.
7436 2005-06-08  Andreas Schwab  <schwab@suse.de>
7438         * MAINTAINERS: Move myself from 'Write After Approval' to
7439         'CPU Port Maintainers' section as m68k maintainer.
7441 2005-06-07  Hans-Peter Nilsson  <hp@axis.com>
7443         * configure.in (unsupported_languages): New macro.
7444         <mmix-knuth-mmixware>: Set unsupported_languages.  Name explicit
7445         non-ported target libraries in noconfigdirs.
7446         <cris-*, crisv32-*> Ditto, except for non-aout, non-elf,
7447         non-linux-gnu.  Remove libgcj_ex_libffi.
7448         <lang_frag loop>: Set add_this_lang=no if the language is in
7449         unsupported_languages.
7450         * configure: Regenerate.
7452 2005-06-04  Tobias Schl"uter  <tobias.schlueter@physik.uni-muenchen.de>
7454         * configure.in: Fix typo in handling of --with-mpfr-dir.
7455         * configure: Regenerate.
7457 2005-06-04  Richard Sandiford  <rsandifo@nildram.co.uk>
7459         * MAINTAINERS: Update my email address.
7461 2005-06-02  Jim Blandy  <jimb@redhat.com>
7463         * config.sub: Add cases for the Renesas m32c.  (This patch has been
7464         accepted into the master sources.)
7466 2005-06-02  Aldy Hernandez  <aldyh@redhat.com>
7467             Michael Snyder  <msnyder@redhat.com>
7468             Stan Cox  <scox@redhat.com>
7470         * configure.in: Set noconfigdirs for ms1.
7472         * configure: Regenerate.
7474 2005-06-01  Jerry DeLisle  <jvdelisle@verizon.net>
7476         * MAINTAINERS (Write After Approval): Add self.
7478 2005-06-01  Josh Conner  <jconner@apple.com>
7480         * MAINTAINERS (Write After Approval): Add self.
7482 2005-06-01  Kazu Hirata  <kazu@codesourcery.com>
7484         * MAINTAINERS: Update my email address.
7486 2005-05-27  Ziga Mahkovec  <ziga.mahkovec@klika.si>
7488         * MAINTAINERS (Write After Approval): Add self.
7490 2005-05-26  Chris Demetriou  <cgd@broadcom.com>
7492         * MAINTAINERS (Write After Approval): Remove self.
7494 2005-05-25  Paolo Bonzini  <bonzini@gnu.org>
7496         * Makefile.tpl (stage[+id+]-start): Iterate over target module as well.
7497         (Dependencies): Consider target modules for bootstrap dependencies.
7498         Make target bootstrap modules depend on each stage's gcc.
7499         * Makefile.in: Regenerate.
7501 2005-05-20  Paolo Bonzini  <bonzini@gnu.org>
7503         * Makefile.def (configure-gcc): Depend on binutils having been built.
7504         (all-gcc): No need to do it here.
7505         * Makefile.in: Regenerate.
7507 2005-05-19  Paul Brook  <paul@codesourcery.com>
7509         * configure.in: Rewrite misleading error message when requested
7510         language cannot be built.
7511         * configure: Regenerate.
7513 2005-05-15  Daniel Jacobowitz  <dan@codesourcery.com>
7515         * ylwrap: Import from Automake 1.9.5.
7517 2005-05-13  David Ung  <davidu@mips.com>
7519         * MAINTAINERS (Write After Approval): Add self.
7521 2005-05-09  Mike Stump  <mrs@apple.com>
7523         * libtool.m4 (AC_LIBTOOL_SYS_MAX_CMD_LEN): Use quotes on
7524         lt_cv_sys_max_cmd_len for now.
7526 2005-05-09  Stan Cox  <scox@redhat.com>
7528         * MAINTAINERS: Remove self, add Nick Clifton as iq2000 maintainer.
7530 2005-05-08  Matt Kraai  <kraai@ftbfs.org>
7532         * README.SCO: Update the URL.
7534 2005-05-05  David Edelsohn  <edelsohn@gnu.org>
7536         * ltconfig: Define file_list_spec.  Pass file_list_spec and
7537         with_gnu_ld to libtool.
7538         * ltcf-c.sh (aix[45]): Define file_list_spec.
7539         * ltcf-cxx.sh (aix[45]): Same.
7540         * ltcf-gcj.sh (aix[45]): Same.
7541         * ltmain.sh: If command exceeds max_cmd_len and file_list_spec
7542         exists, write list of input files to temporary file.
7544 2005-05-04  Mike Stump  <mrs@apple.com>
7546         * configure.in: Always pass --target to target configures as
7547         otherwise rebuilds that do --recheck will fail.
7548         * confiugure: Rebuilt.
7550 2005-05-04  Paolo Bonzini  <bonzini@gnu.org>
7552         * Makefile.tpl (POSTSTAGE1_HOST_EXPORTS): Rename from
7553         STAGE_HOST_EXPORTS.
7554         (configure, all): Add bootstrap support.
7555         (Host modules, target modules): Pass post-stage1 flags and exports.
7556         (Top-level bootstrap): Remove bootstrap rules, expanded elsewhere.
7557         * Makefile.in: Regenerate.
7559 2005-04-29  Paolo Bonzini  <bonzini@gnu.org>
7561         * configure: Regenerate.
7563 2005-04-27  Mike Stump  <mrs@apple.com>
7565         * MAINTAINERS: Add self as darwin maintainer.
7567 2005-04-22  Bernd Schmidt  <bernd.schmidt@analog.com>
7569         * config.sub: Update from master copy.
7571 2005-04-21  Mike Stump  <mrs@apple.com>
7573         * MAINTAINERS: Add self as Objective-C/Objective-C++ maintainer.
7574         * MAINTAINERS: Add Zem as Objective-C++ maintainer.
7576 2005-04-19  Hans-Peter Nilsson  <hp@axis.com>
7578         * configure.in <crisv32-*-*, cris-*-*>: New local variable
7579         libgcj_ex_libffi.  Have specific match for *-*-linux*.  Separate
7580         matches for "*-*-aout" and "*-*-elf".  Don't disable libffi for
7581         "*-*-elf" and "*-*-linux*".
7582         * configure: Regenerate.
7584 2005-04-14  Joseph S. Myers  <joseph@codesourcery.com>
7586         * MAINTAINERS (Various Maintainers): Add self as i18n maintainer.
7588 2005-04-12  Mike Stump  <mrs@apple.com>
7590         * libtool.m4: Update AC_LIBTOOL_SYS_MAX_CMD_LEN bits from upstream.
7592 2005-04-04  Thomas Koenig  <Thomas.Koenig@online.de>
7594         * MAINTAINERS (Write After Approval): Add myself.
7596 2005-04-07  Bernd Schmidt  <bernd.schmidt@analog.com>
7598         * MAINTAINERS (Port Maintainers): Add self for Blackfin.
7600 2005-04-06  Paolo Bonzini  <bonzini@gnu.org>
7602         * Makefile.tpl (BUILD_CONFIGARGS): Include --with-build-subdir.
7603         (TARGET_CONFIGARGS): Include --with-target-subdir.
7604         (configure, all): New macros.  Use them throughout.
7605         * Makefile.in: Regenerate.
7607 2005-04-04  Jon Grimm  <jgrimm2@us.ibm.com>
7609         * MAINTAINERS (Write After Approval): Add myself.
7611 2005-03-31  Zdenek Dvorak  <rakdver@atrey.karlin.mff.cuni.cz>
7613         * MAINTAINERS: Remove 'loop unrolling' maintainer.
7615 2005-03-30  Gerald Pfeifer  <gerald@pfeifer.com>
7617         * MAINTAINERS: Move John Carr to Write After Approval.
7619 2005-03-30  J"orn Rennecke  <joern.rennecke@st.com>
7621         * config/mh-mingw32: Delete.
7622         * configure.in: Don't use it.
7623         * configure: Regenerate.
7625 2005-03-31  Paolo Bonzini  <bonzini@gnu.org>
7627         * Makefile.def (bfd, opcodes, libstdc++-v3, libmudflap): Set lib_path.
7628         * Makefile.tpl (SET_LIB_PATH, REALLY_SET_LIB_PATH): Remove.
7629         (HOST_EXPORTS, STAGE_HOST_EXPORTS, TARGET_EXPORTS): Set RPATH_ENVVAR.
7630         (HOST_LIB_PATH): Generate from Makefile.def.
7631         (TARGET_LIB_PATH): Likewise.
7632         (Old bootstrap targets): Include TARGET_LIB_PATH into RPATH_ENVVAR.
7633         * Makefile.in: Regenerate.
7634         * configure.in (set_lib_path, SET_LIB_PATH, SET_GCC_LIB_PATH): Remove.
7635         (RPATH_ENVVAR): Include Darwin case.
7636         * configure: Regenerate.
7638 2005-03-29  Thomas Fitzsimmons  <fitzsim@redhat.com>
7640         * MAINTAINERS (Various Maintainers): Remove self.
7641         (Write After Approval): Add self.
7643 2005-03-26  Thomas Fitzsimmons  <fitzsim@redhat.com>
7645         * MAINTAINERS (Various Maintainers): Add self.
7647 2005-03-25  Paolo Bonzini  <bonzini@gnu.org>
7649         * configure.in (RPATH_ENVVAR): Set to DYLD_LIBRARY_PATH on Darwin.
7650         * configure: Regenerate.
7652 2005-03-21  Zack Weinberg  <zack@codesourcery.com>
7654         * Makefile.def: Remove libstdcxx_incdir, libsubdir, gxx_include_dir,
7655         gcc_version, and gcc_version_trigger from set of flags to pass.
7656         * Makefile.tpl: Remove definitions of above variables.
7657         (config.status): Remove dependency on $(gcc_version_trigger).
7658         * Makefile.in: Regenerate.
7659         * configure.in: Do not reference config/gcc-version.m4 nor
7660         config/gxx-include-dir.m4.  Do not invoke TL_AC_GCC_VERSION nor
7661         TL_AC_GXX_INCLUDE_DIR.  Do not set gcc_version_trigger.
7662         * configure: Regenerate.
7664 2005-03-16  Manfred Hollstein  <manfred.h@gmx.net>
7665             Andrew Pinski  <pinskia@physics.uc.edu>
7667         * Makefile.tpl (check-[+module+]): Fix shell statement inside if ... fi.
7668         * Makefile.in: Regenerate.
7670 2005-03-13  Feng Wang  <fengwang@nudt.edu.cn>
7672         * MAINTAINERS (Write After Approval): Add myself.
7674 2005-03-03  David Ayers  <d.ayers@inode.at>
7676         * MAINTAINERS (Write After Approval): Add myself.
7678 2005-03-01  Alexandre Oliva  <aoliva@redhat.com>
7680         PR libgcj/20160
7681         * ltmain.sh: Avoid creating archives with components that have
7682         duplicate basenames.
7684 2005-02-28  Andrew Pinski  <pinskia@physics.uc.edu>
7686         PR bootstrap/20250
7687         * Makefile.tpl (HOST target installs): Fix copy and pasto, use install
7688         instead of check.
7689         * Makefile.in: Regenerate.
7691 2005-02-28  Paolo Bonzini  <bonzini@gnu.org>
7693         * Makefile.in: Regenerate to fix conflict between the previous two
7694         patches.
7696 2005-02-28  Paolo Bonzini  <bonzini@gnu.org>
7698         PR bootstrap/17383
7699         * Makefile.def (target_modules): Remove "stage", now unnecessary.
7700         * Makefile.tpl (HOST_SUBDIR): New substitution.
7701         (STAGE_HOST_EXPORTS, EXPECT, HOST_LIB_PATH, USUAL_AR_FOR_TARGET,
7702         USUAL_AS_FOR_TARGET, USUAL_DLLTOOL_FOR_TARGET, USUAL_GCC_FOR_TARGET,
7703         USUAL_LD_FOR_TARGET, USUAL_NM_FOR_TARGET, USUAL_OBJDUMP_FOR_TARGET,
7704         USUAL_RANLIB_FOR_TARGET, USUAL_WINDRES_FOR_TARGET): Use it.
7705         (Host modules, Bootstrapped modules): Use it.
7706         (Build modules, Target modules): Do not create symlink trees,
7707         always configure out-of-srcdir.
7708         (distclean): Try removing $(host_subdir) with rm before using rm -rf.
7709         * configure.in (FLAGS_FOR_TARGET, CC_FOR_TARGET, GCJ_FOR_TARGET,
7710         GFORTRAN_FOR_TARGET, CXX_FOR_TARGET, RAW_CXX_FOR_TARGET): Use
7711         $(HOST_SUBDIR).  Create a symlink for host_subdir.
7713         * Makefile.in: Regenerate.
7714         * configure: Regenerate.
7716 2005-02-28  Nathanael Nerode  <neroden@gcc.gnu.org>
7718         Merged from libada-gnattools-branch:
7719         2004-11-28  Nathanael Nerode  <neroden@gcc.gnu.org>
7721         * gnattools: New directory.
7722         * Makefile.def: Add gnattools as a module, depending on target-libada.
7723         * Makefile.in: Regenerate.
7724         * configure.in: Include gnattools in host_tools; disable it if ada
7725         is disabled.
7726         * configure: Regenerate.
7728 2005-02-24  James A. Morrison  <phython@gcc.gnu.org>
7730         * MAINTAINERS (Language Front Ends Maintainers): Add myself as
7731         treelang maintainer.
7732         (Write After Approval): Remove myself.
7734 2005-02-23  Paul Schlie  <schlie@comcast.net>
7736         * configure.in: Allow darwin targeted ports to build tk, itcl and
7737         libgui.
7738         * configure: Regenerate.
7740 2005-02-21  Eric Botcazou  <ebotcazou@libertysurf.fr>
7742         PR libgcj/10353
7743         * configure.in (noconfigdirs) <sparc-*-solaris2.[0-6]>: Add libgcj.
7744         * configure: Regenerate.
7746 2005-02-18  Steven G. Kargl  <kargl@gcc.gnu.org>
7748         * MAINTAINERS (Write After Approval): Add myself.
7750 2005-02-10  Ian Lance Taylor  <ian@airs.com>
7752         * MAINTAINERS: Update my e-mail address.
7754 2005-02-02  Richard Guenther  <rguenth@gcc.gnu.org>
7756         * MAINTAINERS (Write After Approval): Add myself.
7758 2005-01-29  Hans-Peter Nilsson  <hp@axis.com>
7760         * configure.in (noconfigdirs) <crisv32-*-*>: Match like cris-*-*.
7761         <crisv32-*-*, cris-*-*>: Only disable target-newlib and
7762         target-libgloss when not *-*-elf and *-*-aout.
7763         * configure: Regenerate.
7765 2005-01-23  Kazu Hirata  <kazu@cs.umass.edu>
7767         * MAINTAINERS: Remove obsolete entries.
7769         * MAINTAINERS (Write After Approval): Add Michael Matz.
7771 2005-01-19  Neil Booth  <neil@daikokuya.co.uk>
7773         * MAINTAINERS: Remove self as cpplib maintainer.
7775 2005-01-17  Kelley Cook  <kcook@gcc.gnu.org>
7777         * install-sh, config.sub: Import from upstream.
7779 2005-01-17  Kelley Cook  <kcook@gcc.gnu.org>
7781         PR bootstrap/18222
7782         * Makefile.def: Pass CPPFLAGS_FOR_TARGET.
7783         * Makefile.tpl: Define target CPPFLAGS on CPPFLAGS_FOR_TARGET.
7784         * Makefile.in: Regenerate.
7786 2005-01-16  Jason Thorpe  <thorpej@netbsd.org>
7788         * MAINTAINERS: Update my email address.
7790 2005-01-12  David Edelsohn  <edelsohn@gnu.org>
7791             Andreas Schwab  <schwab@suse.de>
7793         PR bootstrap/18033
7794         * config-ml.in: Eval option if surrounded by single quotes.
7796 2005-01-03  Paolo Bonzini  <bonzini@gnu.org>
7798         Revert 2004-12-28 Makefile changes, a better fix will be
7799         applied to mainline and src after GCC 4.0 branches.
7801 2004-12-28  Paolo Bonzini  <bonzini@gnu.org>
7803         PR bootstrap/17383
7805         * Makefile.def (target_modules): Remove stage parameter,
7806         it is always true now.
7807         * Makefile.tpl (configure-build-[+module+],
7808         configure-target-[+module+]): Always build symlink tree
7809         for the directory and for include.  BUILD_SUBDIR and
7810         TARGET_SUBDIR cannot be . anymore.
7811         * Makefile.in: Regenerate.
7813 2004-12-25  David Edelsohn  <edelsohn@gnu.org>
7815         Revert 2004-12-08 Makefile changes.
7817 2004-12-17  Danny Smith  <dannysmith@users.sourceforge.net>
7819         * MAINTAINERS: Move myself to OS Port Maintainers for windows,
7820         cygwin, mingw.
7822 2004-12-16  Andrew Stubbs  <andrew.stubbs@st.com>
7824         * configure.in (sh64-*-*): Reenable gprof.
7825         * configure: Regenerate.
7827 2004-12-08  David Edelsohn  <edelsohn@gnu.org>
7829         * Makefile.def (flags_to_pass): Add PICFLAG_FOR_TARGET.
7830         * Makefile.tpl (EXTRA_HOST_FLAGS): Add PICFLAG.
7831         (EXTRA_TARGET_FLAGS): Add PICFLAG.
7832         * Makefile.in: Regenerate.
7834 2004-12-08  Christopher Faylor  <cgf@gcc.gnu.org>
7836         * MAINTAINERS: Update my email address.
7838 2004-12-07  Matt Kraai  <kraai@ftbfs.org>
7840         * Makefile.tpl: Generate normal dependencies if the LHS module is
7841         not bootstrapped.
7842         * Makefile.in: Regenerate.
7844 2004-12-03  Richard Sandiford  <rsandifo@redhat.com>
7846         * configure.in: Include config/gxx-include-dir.m4.  Use
7847         TL_AC_GXX_INCLUDE_DIR.  Remove some now-redundant AC_SUBSTs.
7848         * configure: Regenerate.
7850 2004-12-03  Richard Sandiford  <rsandifo@redhat.com>
7852         * config.if: Delete.
7853         * configure.in: Set libstdcxx_incdir directly.
7854         * configure: Regenerate.
7856 2004-12-02  Eric Christopher  <echristo@redhat.com>
7858         * Makefile.tpl (clean-target-libgcc): Make change in correct place.
7859         * Makefile.in: Regenerate.
7861 2004-12-02  Richard Sandiford  <rsandifo@redhat.com>
7863         * configure.in: Clear gcc_version_trigger if the file doesn't exist.
7864         * configure: Regenerate.
7866 2004-12-02  Richard Sandiford  <rsandifo@redhat.com>
7868         * configure.in: Include config/gcc-version.m4.  Use TL_AC_GCC_VERSION
7869         to set gcc_version_trigger.  Remove some now-redundant AC_SUBSTs.
7870         * configure: Regenerate.
7872 2004-12-01  Eric Christopher  <echristo@redhat.com>
7874         * Makefile.in (clean-target-libgcc): Add stmp-dirs to list
7875         of things to remove.
7877 2004-11-29  Matt Kraai  <kraai@ftbfs.org>
7879         * MAINTAINERS (Write After Approval): Update my e-mail address.
7881 2004-11-29  Kelley Cook  <kcook@gcc.gnu.org>
7883         * libtool.m4 (AC_DEPLIBS_CHECK_METHOD): Re-import linux-gnu case
7884         from CVS libtool to always pass_all.
7886 2004-11-25  John David Anglin  <dave.anglin@nrc-cnrc.gc.ca>
7888         * configure.in (hppa*-*-linux*): Don't add libgcj to noconfigdirs.
7889         (hppa*64*-*-*): Delete incorrect comment.
7890         * configure: Rebuilt.
7892 2004-11-24  Kelley Cook  <kcook@gcc.gnu.org>
7894         * libtool.m4 (AC_DEPLIBS_CHECK_METHOD): Revert previous change.
7896 2004-11-24  Kelley Cook  <kcook@gcc.gnu.org>
7898         * libtool.m4 (AC_DEPLIBS_CHECK_METHOD): Import linux-gnu case
7899         from CVS libtool to always pass_all.
7901 2004-11-15  Kelley Cook  <kcook@gcc.gnu.org>
7903         * install-sh, compile: Import from automake.
7905 2004-11-15  Kelley Cook  <kcook@gcc.gnu.org>
7907         * config.guess, config.sub:  Import from savannnah.
7909 2004-11-12  Scott Robert Ladd  <scott.ladd@coyotegulch.com>
7911         * MAINTAINERS (Write After Approval): Add myself
7913 2004-11-12  Mike Stump  <mrs@apple.com>
7915         * Makefile.def: Add html support.
7916         * Makefile.tpl: Likewise.
7917         * Makefile.in: Regenerate.
7919 2004-11-11  Geoffrey Keating  <geoffk@apple.com>
7921         PR 18423
7922         * configure.in: Remove all instances of build-fixincludes from
7923         noconfigdirs.
7924         (build_configargs): Supply --target to subdirectories.
7925         * configure: Regenerate.
7927         * Makefile.def: Make gcc install depend on fixincludes install.
7928         * Makefile.in: Regenerate.
7930 2004-11-10  Janis Johnson  <janis187@us.ibm.com>
7932         * MAINTAINERS: Add myself as gcc testsuite maintainer.
7934 2004-11-11  Paul Brook  <paul@codesourcery.com>
7936         * MAINTAINERS: Add self as arm maintainer.  Update email address.
7938 2004-11-08  Hans-Peter Nilsson  <hp@bitrange.com>
7940         * configure.in (noconfigdirs) [mmix-*-*]: Disable
7941         target-libgfortran.
7942         * configure: Regenerate.
7944 2004-11-07  David Edelsohn  <edelsohn@gnu.org>
7946         * config-ml.in: Pass FCFLAGS for multilibs, handle GFORTRAN
7947         like CC.
7949 2004-11-05  Paolo Bonzini  <bonzini@gnu.org>
7951         * Makefile.def (host fixincludes): Specify missing targets.
7952         * Makefile.in: Regenerate.
7954 2004-11-05  Ralf Corsepius  <ralf.corsepius@rtems.org>
7956         * MAINTAINERS: Add myself
7958 2004-11-05  Gabor Loki  <loki@inf.u-szeged.hu>
7960         * MAINTAINERS (Write After Approval): Add myself.
7962 2004-11-04  Geoffrey Keating  <geoffk@apple.com>
7964         * Makefile.def: Build fixincludes for the host, too.
7965         * Makefile.in: Regenerate.
7966         * configure.in (host_tools): Add fixincludes.
7967         * configure: Regenerate.
7969 2004-11-04  Daniel Jacobowitz  <dan@debian.org>
7971         * configure.in (arm-*-oabi*, thumb-*-oabi*): Remove.
7972         * configure: Regenerated.
7974 2004-11-04  H.J. Lu  <hongjiu.lu@intel.com>
7976         PR other/17783
7977         * configure.in: Set up LD_LIBRARY_PATH by default for gcc.
7978         * configure: Regenerated.
7980 2004-10-31  Mark Mitchell  <mark@codesourcery.com>
7982         * README.SCO: Update per FSF instructions.
7984 2004-10-28  Eric B. Weddington  <ericw@evcohs.com>
7986         PR target/18151
7987         * configure.in (case ${target}): Do not build fixincludes for avr.
7988         * configure: Regenerated.
7990 2004-10-26  Paolo Bonzini  <bonzini@gnu.org>
7992         * configure.in (case ${target}): Do not build fixincludes
7993         on platforms where it is not used.
7994         * configure: Regenerated.
7996 2004-10-23  Daniel Jacobowitz  <dan@debian.org>
7998         * configure.in: Use an absolute path to install-sh.
7999         * configure: Regenerated.
8001 2004-10-19  Aaron W. LaFramboise  <aaronavay62@aaronwl.com>
8003         * MAINTAINERS (Write After Approval): Add myself.
8005 2004-10-19  Kazu Hirata  <kazu@cs.umass.edu>
8007         * MAINTAINERS: Remove from Write After Approval those that are
8008         already maintainers.
8010 2004-10-19  Sebastian Pop  <pop@cri.ensmp.fr>
8012         * MAINTAINERS:  Update my email address.
8014 2004-10-12  Kelley Cook  <kcook@gcc.gnu.org>
8016         * configure.in (*-*-cygwin*): Supress warning if newlib not present.
8017         * configure: Regenerate.
8019 2004-10-07  J"orn Rennecke  <joern.rennecke@st.com>
8021         * MAINTAINERS:  Update my email address.
8023 2004-10-07  Kazu Hirata  <kazu@cs.umass.edu>
8025         * MAINTAINERS (Language Front Ends Maintainers): New.  Move
8026         entries belonging to this category.
8028 2004-10-06  Josef Zlomek  <josef.zlomek@email.cz>
8030         * MAINTAINERS: Update my e-mail address.
8032 2004-10-06  Paolo Bonzini  <bonzini@gnu.org>
8034         Fix wrong conflict resolution in:
8036         2004-08-16  Paolo Bonzini  <bonzini@gnu.org>
8038         * Makefile.in: Regenerate.
8039         * Makefile.tpl (Autogenerated `all-*' targets): Invoke $(TARGET-*)
8040         in the recursive `make', instead of hardwiring `all'.
8041         (Autogenerated TARGET-* variables): New.
8043 2004-10-05  Tomer Levi  <Tomer.Levi@nsc.com>
8045         * configure.in: Enable target-libgloss for crx-*-*.
8046         * configure: Regenerate.
8048 2004-10-04  Kazu Hirata  <kazu@cs.umass.edu>
8050         * MAINTAINERS (Various Maintainers): Move the "windows,
8051         cygwin, mingw" maintainer to ...
8052         (OS Port Maintainers): ... here.
8054 2004-10-04  Kazu Hirata  <kazu@cs.umass.edu>
8056         * MAINTAINERS (Write After Approval): Remove those that are
8057         maintainers of some subsystem.
8059 2004-10-02  P.J. Darcy  <darcypj@us.ibm.com>
8061         * ltcf-c.sh (tpf*): Add ld_shlibs=yes.
8062         * ltcf-cxx.sh (tpf*): Likewise.
8063         * ltconfig (tpf*): Add TPF OS configuration support.
8065 2004-10-01  Bernd Schmidt  <bernds_cb1@t-online.de>
8067         * MAINTAINERS: Change my email address to my new work account.
8069 2004-09-24  Michael Roth  <mroth@nessie.de>
8071         * configure.in (--without-headers): Add missing double quotes.
8072         * configure: Regenerate.
8074 2004-09-24  Kelley Cook  <kcook@gcc.gnu.org>
8076         * ylwrap: Revert to previous version.
8078 2004-09-23  H.J. Lu  <hongjiu.lu@intel.com>
8080         PR bootstrap/17369
8081         * Makefile.tpl (REALLY_SET_LIB_PATH): Add @SET_GCC_LIB_PATH@.
8082         (HOST_EXPORTS]): Add @SET_GCC_LIB_PATH@. Set and export
8083         SET_GCC_LIB_PATH_CMD.
8084         (BASE_TARGET_EXPORTS): Likewise.
8085         * Makefile.in: Regenerated.
8087         * configure.in (SET_GCC_LIB_PATH): Set and substitute.
8088         * configure: Regenerated.
8090 2004-09-23  Kelley Cook  <kcook@gcc.gnu.org>
8092         * config.guess: New upstream version
8093         * compile, depcomp, install-sh, ylwrap: Likewise.
8095 2004-09-19  Roger Sayle  <roger@eyesopen.com>
8097         * config/mh-x86omitfp: New host makefile fragment.  Add
8098         -fomit-frame-pointer to the default BOOT_CFLAGS.
8099         * configure.in: Use it to speed up bootstrap on some IA-32 hosts.
8100         * configure: Regenerate.
8102 2004-09-15  Andrew Pinski  <pinskia@physics.uc.edu>
8104         PR target/11572
8105         * configure.in (*-*-darwin*): Renable libobjc.
8106         * configure: Regenerate.
8108 2004-09-10  Nathan Sidwell  <nathan@codesourcery.com>
8110         * MAINTAINERS: Add self as c++ and type-safe vector maintainer.
8112 2004-09-09  Daniel Berlin  <dberlin@dberlin.org>
8114         * Makefile.def: Remove libbanshee.
8115         * Makefile.tpl: Ditto.
8116         * configure.in: Ditto.
8117         * Makefile.in: Regen.
8118         * configure: Ditto.
8120 2004-09-08  David Edelsohn  <edelsohn@gnu.org>
8122         * ltmain.sh: Use $pic_object as $non_pic_object if
8123         $non_pic_object=none.
8125 2004-09-07  Paolo Bonzini  <bonzini@gnu.org>
8127         * missing: Import latest version from master repository.
8129 2004-09-06  Nick Clifton  <nickc@redhat.com>
8131         * config.sub: Import latest version from master repository.
8132         * config.guess: Likewise.
8133         This includes these changes:
8135         2004-08-27  Hans-Peter Nilsson  <hp@axis.com>
8137         * config.sub: Handle crisv32, alias etraxfs.
8138         * config.guess (crisv32:Linux:*:*): Handle.
8140         2004-08-13  Brad Smith  <brad@comstyle.com>
8142         * config.guess (*:OpenBSD:*:*): Remove defunct MIPS machines.
8143         (sgi:OpenBSD:*:*): Emit mips64, not mipseb.
8145         2004-08-11  Paul Eggert  <eggert@cs.ucla.edu>
8147         * config.guess (*:Darwin:*:*): If uname -p reports "unknown",
8148         assume the processor is a powerpc.  This is because coreutils
8149         uname (at least versions 4.5.7 through 5.2.1) outputs "unknown"
8150         in this case, due to a MacOS X bug that causes
8151         sysctl ((int[]) {CTL_HW, HW_MACHINE_ARCH}, 2, buffer, &bufsize, 0, 0)
8152         to return a negative number.
8153         Problem reported by Petter Reinholdtsen in:
8154         http://lists.gnu.org/archive/html/bug-gnu-utils/2003-02/msg00201.html
8156         2004-07-19  Ben Elliston  <bje@gnu.org>
8158         * config.guess (S7501:*:4.0:3.0): Handle NCR System V UNIX machine.
8160         2004-06-24  Ben Elliston  <bje@gnu.org>
8162         * config.guess: Update copyright years.
8163         * config.sub: Likewise.
8165         2004-06-22  Robert Millan  <robertmh@gnu.org>
8167         * config.guess (*:FreeBSD:*:*): Remove check for glibc (unneeded
8168         since GNU/kFreeBSD systems match *:GNU/*:*:* instead).
8170         2004-06-22  Stanley F. Quayle <stan@stanq.com>
8172         * config.guess (*:*VMS:*:*): New entry. Replaces
8173         Alpha:OpenVMS:*. Recognize and advertise all VMS flavors as dec
8174         manufacturer.
8176         2004-06-22  Ben Elliston  <bje@gnu.org>
8178         * config.guess: Cray fixes from Wendy Palm <wendyp@cray.com>.
8179         * config.sub: Likewise.
8181         2004-06-22  Ben Elliston  <bje@gnu.org>
8183         Reported by Hans-Peter Nilsson <hp@bitrange.com>:
8184         * config.sub: Correctly handle mmix-knuth and mmix-knuth-mmixware.
8186         2004-06-11  Ben Elliston  <bje@gnu.org>
8188         * config.guess (pegasos:OpenBSD:*:*): Remove.
8190         2004-06-11  Ben Elliston  <bje@gnu.org>
8192         From Wouter Verhelst <wouter@grep.be>:
8193         * config.guess (M68*:*:R3V[5678]:*): Detect R3V8.
8195         2004-06-11  Ben Elliston  <bje@gnu.org>
8197         * config.guess (luna88k:OpenBSD:*:*): New.
8199         2004-03-12  Kazuhiro Inaoka  <inaoka.kazuhiro@renesas.com>
8201         * config.guess (m32r*:Linux:*:*): New case.
8202         * config.sub: Handle m32rle.
8204         2004-03-12  Ben Elliston  <bje@wasabisystems.com>
8206         From Jens Petersen  <petersen@redhat.com>:
8207         * config.sub: Handle sparcv8.
8209         2004-03-03  Ben Elliston  <bje@wasabisystems.com>
8211         From Tom Smith <smith@cag.lkg.hp.com>:
8212         * config.guess: Version suffixes are equally significant on Tru64
8213         V4.* and V5.*, so do not ignore them on V5.*.  Handle a version
8214         prefix of "P" (patched kernel).
8216         2004-02-23  Tal Agmon  <Tal.Agmon@nsc.com>
8218         * config.sub: Add support for National Semiconductor CRX target.
8220 2004-09-03  Janis Johnson  <janis187@us.ibm.com>
8222         * MAINTAINERS (Various Maintainers): Remove myself as web page
8223         maintainer, add myself as maintainer of build status lists.
8225 2004-09-03  Jan Beulich  <jbeulich@novell.com>
8227         * configure.in: Remove target-libstdc++-v3 from noconfigdirs for
8228         *-*-netware, but add target-libmudflap.
8229         Consolidate *-*-netware targets (of which really only i?86 exists)
8230         into a single entry.
8231         * configure: Likewise.
8233 2004-09-01  Paolo Bonzini  <bonzini@gnu.org>
8235         * Makefile.tpl (sorry): Remove.
8236         (clean-stage[+id+], clean-stage[+id+]-module): New targets.
8237         (cleanstrap targets): Depend on distclean, not distclean-stage1.
8238         (do-clean): Clean per-stage directories too.
8239         (do-distclean): Run distclean-stage1 too.
8240         (.NOTPARALLEL): Enable during toplevel bootstrap.
8241         (stage[+id+]-bubble): Enable parallel execution during
8242         the recursive invocation.
8243         * Makefile.in: Regenerate.
8245         Fix previous checkin:
8247         * Makefile.tpl: Move BOOT_CFLAGS above host makefile fragment
8248         include.
8249         * configure.in: Fix indentation.
8250         * configure: Regenerate.
8252 2004-08-31  Robert Bowdidge  <bowdidge@apple.com>
8254         * Makefile.in: Move BOOT_CFLAGS above host makefile fragment include.
8255         * configure.in: add test for powerpc-*-darwin* to specify makefile frag
8256         * configure: regenerate
8257         * config/mh-ppc-darwin: create file, override BOOT_CFLAGS for
8258         -mdynamic-no-pic
8260 2004-08-31  Paolo Bonzini  <bonzini@gnu.org>
8262         * Makefile.def (build_modules): Add fixincludes.
8263         (dependencies): Make gcc depend on fixincludes.
8264         * configure.in (build_tools): Add fixincludes.
8265         (build_configdirs): Always include build_libs.
8266         * Makefile.in: Regenerate.
8267         * configure: Regenerate.
8269 2004-08-30  Paolo Bonzini  <bonzini@gnu.org>
8271         * Makefile.def (bootstrap stages): Add 'lean' parameter.
8272         * Makefile.tpl (configure-stageN-*, all-stageN-*): Turned into
8273         phony targets; do not generate timestamp files.
8274         (distclean-stageN): Remove references to their timestamp files.
8275         (restageN, touch-stageN): Remove.
8276         (stageN-bubble): Rewritten.
8277         (compare): Support lean bootstraps.
8278         * Makefile.in: Regenerate.
8280         * configure.in: Only warn when bootstrapping but
8281         build != host or build != target.  Support lean bootstraps.
8282         * configure: Regenerate.
8284 2004-08-26  Phil Edwards  <phil@codesourcery.com>
8286         * configure.in:  Give a better error message if GMP/MPFR are missing
8287         and a language needing them has been requested.
8288         * configure:  Regenerated.
8290 2004-08-25  Phil Edwards  <phil@codesourcery.com>
8292         * configure.in:  Print a list of available language front-ends if
8293         a requested one is missing.  Tidy stray tab characters.
8294         * configure:  Regenerated.
8296 2004-08-19  Michael Koch  <konqueror@gmx.de>
8298         * gcc/doc/install.texi: Update entry about automake for libjava.
8300 2004-08-17  Robert Millan  <robertmh@gnu.org>
8302         * configure.in: In noconfigdirs check, match GNU/k*BSD with GNU/Linux
8303         (instead of FreeBSD).
8304         * configure: Regenerate.
8306 2004-08-16  Paolo Bonzini  <bonzini@gnu.org>
8308         * Makefile.in: Regenerate.
8309         * configure: Regenerate.
8311         * Makefile.def (bootstrap-stage): Rename extra_*_flags to
8312         stage_*_flags.
8313         * Makefile.tpl (configure-[+module+], all-[+module+]): Exit
8314         for bootstrapped modules if toplevel bootstrap is going.
8315         (GCC bootstrap): Generate per-stage targets for all bootstrapped
8316         modules.  Adjust for changes in Makefile.def.  Enable several
8317         rules even in non-bootstrap mode, just to avoid peppering the
8318         template with unnecessary "@if/@endif gcc-bootstrap" pairs.
8319         (stage-[+prev+]-bubble): Remove.
8321         * Makefile.def (Dependencies): Depend on all-build-bison,
8322         all-build-flex, all-build-byacc, all-build-texinfo, rather
8323         than the host variations.
8324         * Makefile.tpl (BUILD_DIR_PREFIX): Remove.  Replace throughout
8325         with BUILD_SUBDIR.
8326         (BISON): Update for recent Bisons.
8327         (YACC): Fix typo.
8328         (cross): Depend on all-build.
8329         (all): Do not depend on all-build.
8330         (prebootstrap): Remove.
8331         (dep-kind): Accept separate prefixes for MODULE and ON variables.
8332         (Prebootstrap dependencies): Add them to the per-stage targets
8333         and to all-prebootstrap.
8334         * configure.in (build_configdirs): Always enable build_tools.
8335         (BUILD_DIR_PREFIX): Remove.
8337         * Makefile.def (gcc): Add target variable.
8338         (gdb, expect, guile, tk, tix): Replace with_x with extra_make_flags.
8339         * Makefile.tpl (Autogenerated `all-*' targets): Invoke $(TARGET-*)
8340         in the recursive `make', instead of hardwiring `all'.
8341         (Autogenerated TARGET-* variables): New.
8343 2004-08-13  Brian Booth  <bbooth@redhat.com>
8345         * MAINTAINERS: Remove myself from write-after-approval.
8347 2004-08-12  Nathanael Nerode  <neroden@gcc.gnu.org>
8349         * src-release: Stop distributing mmalloc with gdb (which doesn't
8350         use it).
8351         * Makefile.def: GDB doesn't depend on mmalloc anymore.
8352         * Makefile.in: Regenerate.
8354 2004-08-09  Mark Mitchell  <mark@codesourcery.com>
8356         * configure.in (arm*-*-eabi*): New target.
8357         * configure: Regenerate.
8359 2004-08-06  Paolo Bonzini  <bonzini@gnu.org>
8361         * Makefile.def (bfd, opcodes, gcc, zlib): Mark as bootstrap module.
8362         (bison, byacc, flex, texinfo): Do not mark as bootstrap module.
8363         (Dependencies): New section.
8364         * Makefile.tpl (Dependencies): Generate from Makefile.def.
8365         (configure-target-[+module+]): Depend on maybe-all-gcc
8366         (all-prebootstrap): New name of all-bootstrap.  Changed throughout.
8367         (toplevel profiledbootstrap): Fix dependencies.
8368         * Makefile.in: Regenerate.
8370 2004-08-03  Mark Mitchell  <mark@codesourcery.com>
8372         * configure.in (arm*-*-symbianelf*): Add ${libgcj} and
8373         target-libiberty to noconfigdirs.
8374         * configure: Regenerate.
8376 2004-08-03  Paul Brook  <paul@codesourcery.com>
8378         * configure.in: Check for MPFR as well as GMP.
8379         * configure: Regenerate.
8381 2004-08-01  Robert Millan  <robertmh@gnu.org>
8383         * configure.in: Turn mt-linux into mt-gnu. Use mt-gnu and enable
8384         libmudflap for all GNU-based systems (with Glibc).
8385         * configure: Regenerate.
8387 2004-08-03  Paolo Bonzini  <bonzini@gnu.org>
8389         * Makefile.def (host-modules): Add gcc.
8390         * Makefile.in: Regenerate.
8391         * Makefile.tpl (sorry): New rule.
8392         (configure-host, all-host, [+make_target+]-host, do-check,
8393         install-host): Do not add gcc as a special case.
8394         (host modules): Add a small special-casing for gcc.  Export
8395         extra_make_flags through the environment.
8396         (maybe-configure-gcc, configure-gcc, maybe-all-gcc, all-gcc,
8397         maybe-check-gcc, check-gcc, maybe-install-gcc, install-gcc,
8398         other recursive targets for gcc): Remove.
8400         (all, do-[+make_target+], do-check): Wrap between unstage and stage.
8401         (stage, unstage): New rules.
8402         (stage[+id+]-start, stage[+id+]-end, [+compare-target+],
8403         distclean-stage[+id+]): Use stage_current.
8404         ([+bootstrap-target+], profiledbootstrap): Do not invoke manually
8405         the stage*-start rules.
8407 2004-08-02  Geoffrey Keating  <geoffk@apple.com>
8409         * ltcf-cxx.sh: On Darwin, make archive multi-module, and don't
8410         use -all_load flag.
8412 2004-08-02  Paolo Bonzini  <bonzini@gnu.org>
8414         * configure.in: Sync from src, add noconfigdirs for crx-*-*.
8415         * configure: Regenerate.
8417 2004-07-16  Toon Moene  <toon@moene.indiv.nluug.nl>
8419         * maintainer-scripts/gcc_release: Revert yesterday's change.
8421 2004-07-16  Segher Boessenkool  <segher@kernel.crashing.org>
8423         * MAINTAINERS: Add myself to write-after-approval.
8425 2004-07-15  Toon Moene  <toon@moene.indiv.nluug.nl>
8427         * libf2c: Removed.
8428         * gcc/gccbug.in: Updated because of libf2c removal.
8429         * maintainer-scripts/gcc_release: Ditto.
8431 2004-07-09  Loren J. Rittle  <ljrittle@acm.org>
8433         * configure.in: Build libmudflap by default on FreeBSD.
8434         * configure: Regenerated.
8436 2004-07-09  Mark Mitchell  <mark@codesourcery.com>
8438         * configure.in: Do not build libmudflap by default on non-GNU/Linux
8439         systems.
8440         * configure: Regenerated.
8442 2004-07-08  John David Anglin  <dave.anglin@nrc-cnrc.gc.ca>
8444         PR target/16344
8445         * Makefile.tpl (profiledbootstrap): Build runtime libraries with
8446         feedback based compiler.
8447         * Makefile.in: Rebuilt.
8449 2004-07-08  Alexandre Oliva  <aoliva@redhat.com>
8451         * Makefile.def (host_modules): Set bootstrap=true for flex.
8452         * Makefile.tpl (all-gcc): Depend on texinfo and flex.
8453         * Makefile.in: Rebuilt.
8455 2004-07-07  Jan Hubicka  <jh@suse.cz>
8457         * MAINTAINERS: Add self as a profile feedback maintainer.
8459 2004-07-05  Phil Edwards  <phil@codesourcery.com>
8461         * configure.in:  Do not prepend $srcdir to /dev/null in
8462         makefile fragments.
8463         * configure:  Regenerate.
8465 2004-07-01  Paolo Bonzini  <bonzini@gnu.org>
8467         * Makefile.def (build_modules): Add bison, byacc, flex,
8468         m4, texinfo.
8469         (flags_to_pass): Add FLEX.
8470         * Makefile.tpl (BUILD_DIR_PREFIX, BASE_EXPORTS): New.
8471         (BUILD_EXPORTS, HOST_EXPORTS, BASE_TARGET_EXPORTS): Include it.
8472         (DEFAULT_YACC, USUAL_YACC, DEFAULT_LEX, USUAL_LEX, DEFAULT_M4,
8473         DEFAULT_MAKEINFO): Remove.
8474         (CONFIGURED_YACC, CONFIGURED_FLEX, CONFIGURED_BISON,
8475         CONFIGURED_LEX, CONFIGURED_M4, CONFIGURED_MAKEINFO): Substitute.
8476         (YACC, FLEX, BISON, LEX, M4, MAKEINFO): Define to look into
8477         objdir or else use configured tool.
8478         (all-build): New.
8479         (all): Depend on it.
8480         (Build module dependencies): Add.
8481         * Makefile.in: Regenerate.
8482         * configure.in: Better support for multiple build modules,
8483         matching what is done for host/target modules.  Do not look
8484         for "plausible" locations of build tools if Canadian cross.
8485         Use autoconf's AC_PROG_CC to find a C compiler.  Define
8486         BUILD_DIR_PREFIX.  Look for flex, makeinfo and m4.
8487         * configure: Regenerate.
8489 2004-06-22  Paolo Bonzini  <bonzini@gnu.org>
8491         * Makefile.tpl (HOST_EXPORTS): Fix pasto.
8492         * Makefile.in: Regenerate.
8494 2004-06-22  Paolo Bonzini  <bonzini@gnu.org>
8496         * Makefile.tpl (configure-build-[+module+],
8497         configure-[+module+], configure-target-[+module+]): Pass
8498         [+extra_configure_args+].
8499         (all-build-[+module+], all-[+module+], check-[+module+],
8500         install-[+module+], [+make_target+]-[+module+],
8501         all-target-[+module+], check-target-[+module+],
8502         install-target-[+module+], [+make_target+]-target-[+module+]):
8503         Pass [+extra_make_args+].
8504         (HOST_EXPORTS): Include the former GCC_HOST_EXPORTS.
8505         (GCC_HOST_EXPORTS): Remove.
8506         (configure-gcc, all-gcc, GCC_STRAP_TARGETS, profiledbootstrap,
8507         cross, check-gcc, check-gcc-c++, install-gcc,
8508         gcc-no-fixedincludes, [+make_target+]-gcc, stage[+id+]-bubble):
8509         Replace GCC_HOST_EXPORTS with HOST_EXPORTS.
8510         * Makefile.in: Regenerate.
8512 2004-06-21  Matthew Sachs  <msachs@apple.com>
8514         * MAINTAINERS: Added self to write-after-approval.
8516 2004-06-21  Christopher Faylor  <cgf@alum.bu.edu>
8518         * configure.in: Check for srcdir/winsup rather than build directory
8519         winsup.
8520         * configure: Regenerate.
8522 2004-06-17  Corinna Vinschen  <vinschen@redhat.com>
8524         * configure.in: Don't build Cygwin native newlib if winsup
8525         directory is missing.  Emit warning instead.
8526         * configure: Regenerate.
8528 2004-06-09  Paolo Bonzini  <bonzini@gnu.org>
8530         * Makefile.tpl (touch-stage[+id+]): New.
8531         (restage[+prev+]): Depend on touch-stage[+id+].
8533         * Makefile.tpl (RECURSE_FLAGS_TO_PASS): New.
8534         Use it throughout.
8536         * Makefile.def: Add profile and feedback bootstrap stages.
8537         Remove next field from bootstrap stages.
8538         * Makefile.tpl (LN, LN_S): Substitute.
8539         (stageN-start, stageN-end): Use double-colon rules, to
8540         provide a hook for additional setup commands.
8541         (distclean-stageN-gcc, restageN): Create dependencies from
8542         [+prev+], not from [+next+].
8543         (stageN-bubble): Add commands for successive stages from
8544         [+prev+], using double-colon rules.
8545         (all-stageN-gcc): Fix typo.
8546         (stagefeedback-start, profiledbootstrap): New.
8547         * Makefile.in: Regenerate.
8548         * configure.in: Call ACX_PROG_LN.
8549         * configure: Regenerate.
8551 2004-06-08  Canqun Yang  <canqun@nudt.edu.cn>
8553         * MAINTAINERS (Write After Approval): Add myself.
8555 2004-06-03  Mark G. Adams  <mark.g.adams@sympatico.ca>
8557         * MAINTAINERS (Write After Approval): Add myself.
8559 2004-06-03  Paolo Bonzini  <bonzini@gnu.org>
8561         * configure.in: Fix --enable-bootstrap breakage introduced in trees
8562         without gcc.
8563         * configure: Regenerate.
8565 2004-06-01  Paolo Bonzini  <bonzini@gnu.org>
8567         * Makefile.tpl: Fix typo.
8568         * Makefile.in: Regenerate.
8570 2004-06-01  Paolo Bonzini  <bonzini@gnu.org>
8572         * configure.in: Remove new- prefix from toplevel
8573         bootstrap targets.
8574         * configure: Regenerate.
8576 2004-06-01  Paolo Bonzini  <bonzini@gnu.org>
8578         * Makefile.tpl (all.normal): Rename to all.
8579         (all): Replace with a rule to pick the default
8580         target from configure.
8581         (all-gcc, configure-gcc): Use conditionals to
8582         do nothing when toplevel bootstrap is going on.
8583         (GCC directory bootstrap) [gcc-bootstrap]: Disable.
8584         (Toplevel bootstrap) [gcc-no-bootstrap]: Disable.
8585         * configure.in: Support --enable-bootstrap.
8587         * Makefile.def: Remove new- prefix from toplevel
8588         bootstrap targets.
8589         * Makefile.tpl: Likewise.
8591         * Makefile.def: Add bootstrap_stage 4.  Add bootstrap2
8592         target.
8594         * Makefile.tpl (Toplevel bootstrap): Pass $(BASE_FLAGS_TO_PASS)
8595         $(RECURSE_FLAGS) to recursive invocation of make.
8597         * Makefile.in: Regenerate.
8598         * configure: Regenerate.
8600 2004-05-30  Andreas Jaeger  <aj@suse.de>
8601             Jim Wilson  <wilson@specifixinc.com>
8603         * config-ml.in: Pass FFLAGS and ADAFLAGS for multilibs, handle F77
8604         like CC.
8606 2004-05-27  Daniel Jacobowitz  <dan@debian.org>
8608         * configure.in: Fix sed invocation for GFORTRAN_FOR_TARGET.
8609         * configure: Regenerate.
8611 2004-05-25  Daniel Jacobowitz  <drow@false.org>
8613         * Makefile.tpl (BUILD_EXPORTS, HOST_EXPORTS, GCC_HOST_EXPORTS)
8614         (STAGE_HOST_EXPORTS, BASE_TARGET_EXPORTS, RAW_CXX_TARGET_EXPORTS)
8615         (NORMAL_TARGET_EXPORTS): New macros.  Use them in all the recursive
8616         targets.
8617         * Makefile.in: Regenerate.
8619 2004-05-24  Paolo Bonzini  <bonzini@gnu.org>
8621         * configure.in: Test the ability to symlink directories.
8622         * configure: Regenerate.
8624         * Makefile.def (bootstrap-stage): New definitions.
8625         * Makefile.tpl (configure-stage1-gcc,
8626         configure-stage2-gcc, configure-stage3-gcc,
8627         all-stage1-gcc, all-stage2-gcc, all-stage3-gcc,
8628         new-bootstrap, new-cleanstrap, new-restage1, new-restage2,
8629         new-restage3, compare): Autogenerate, see Makefile.in
8630         entry for behavioral changes.
8631         (distclean-stage1, new-stage1-start, new-stage1-end,
8632         new-stage1-bubble, distclean-stage2, new-stage2-start,
8633         new-stage2-end, new-stage2-bubble, distclean-stage3,
8634         new-stage3-start, new-stage3-end): New autogenerated targets.
8635         (objext, prebootstrap, BOOT_CFLAGS,
8636         POSTSTAGE1_FLAGS_TO_PASS): Move above the autogenerated
8637         targets.
8639         * Makefile.in: Regenerate.
8640         (distclean-stage1, new-stage1-start, new-stage1-end,
8641         new-stage1-bubble, distclean-stage2, new-stage2-start,
8642         new-stage2-end, new-stage2-bubble, distclean-stage3,
8643         new-stage3-start, new-stage3-end): New targets.
8644         (all-stage1-gcc): Move prebootstrap dependency from here...
8645         (configure-stage1-gcc): ...to here.
8646         (new-bootstrap): Use bubble targets.
8647         (new-cleanstrap, new-restage1, new-restage2, new-restage3):
8648         Use per-stage distclean targets.
8649         (configure-stage1-gcc, configure-stage2-gcc,
8650         configure-stage3-gcc, all-stage1-gcc,
8651         all-stage2-gcc, all-stage3-gcc, new-bootstrap):
8652         Use new-stageN-start to prepare the tree.
8654 2004-05-23  Paolo Bonzini  <bonzini@gnu.org>
8656         * Makefile.def (host_modules): add libcpp.
8657         * Makefile.tpl: Add dependencies on and for libcpp.
8658         * Makefile.in: Regenerate.
8659         * configure.in: Add libcpp host module.
8660         * configure: Regenerate.
8662 2004-05-21  Paolo Bonzini  <bonzini@gnu.org>
8664         * Makefile.tpl: Whenever a recursive target is defined, wrap
8665         it in a special @if/@endif block, and prepare its maybe
8666         dependency in the @if/@endif block
8667         * configure.in: Instead of writing maybe dependencies, remove
8668         the @if/@endif statements, and remove the @if/@endif blocks
8669         that remain.
8670         * configure: Regenerate.
8671         * Makefile.in: Regenerate.
8673 2004-05-20  Janis Johnson  <janis187@us.ibm.com>
8675         * MAINTAINERS (Various Maintainers): Add myself for compat testsuite.
8677 2004-05-18  Kaz Kojima  <kkojima@gcc.gnu.org>
8679         PR bootstrap/15120
8680         * libtool.m4 (lt_cv_deplibs_check_method): Use pass_all on sh*.
8681         * */configure: Rebuilt.
8683 2004-05-17  Zack Weinberg  <zack@codesourcery.com>
8685         * Makefile.def, Makefile.tpl, configure.in: Remove all mention
8686         of libf2c.
8687         * configure, Makefile.in: Regenerate.
8689 2004-05-13  Tobias Schlüter  <tobi@gcc.gnu.org>
8691         * MAINTAINERS (Write After Approval): Add myself.
8693 2004-05-13  Diego Novillo  <dnovillo@redhat.com>
8695         Merge from tree-ssa-20020619-branch.
8697         * Makefile.def: Add libbanshee, libmudflap and libgfortran.
8698         * Makefile.tpl (BUILD_CONFIGDIRS): Add libbanshee.
8699         (HOST_GMPLIBS): Define.
8700         (HOST_GMPINC): Define.
8701         (TARGET_LIB_PATH): Add libmudflap.
8702         (GFORTRAN_FOR_TARGET): Define.
8703         (configure-build*): Export GFORTRAN.
8704         (configure-gcc): Export GMPLIBS and GMPINC.
8705         (all-gcc): Add maybe-all-libbanshee.
8706         (configure-target-libgfortran): Define.
8707         * Makefile.in: Regenerate.
8708         * configure.in (host_libs): Add libbanshee.
8709         (target_libraries): Add target-libmudflap and target-libgfortran.
8710         Add --with-libbanshee.
8711         Handle --disable-libmudflap.
8712         (*-*-freebsd*): Use with_gmp.
8713         Add $(libgcj) to noconfigdirs.
8714         * configure: Regenerate.
8715         * depcomp: New file.
8716         * MAINTAINERS: Add tree-ssa maintainers.
8718 2004-05-04  Vladimir Makarov  <vmakarov@redhat.com>
8720         * MAINTAINERS (Various Maintainers): Add myself.
8722 2004-04-30  Brian Ford  <ford@vss.fsi.com>
8724         * MAINTAINERS (Write After Approval): Add myself.
8726 2004-04-29  Uros Bizjak  <uros@kss-loka.si>
8728         * MAINTAINERS (Write After Approval): Add myself.
8730 2004-04-28  Paolo Bonzini  <bonzini@gnu.org>
8732         * config/acx.m4: Fix fastcompare support for new-bootstrap.
8733         * configure: Regenerate.
8735 2004-04-27  Paolo Bonzini  <bonzini@gnu.org>
8737         Revert:
8738         2004-04-26  Paolo Bonzini  <bonzini@gnu.org>
8740         * Makefile.def (flags_to_pass): Remove *dir variables that
8741         are passed to the modules via TOPLEVEL_CONFIGURE_ARGUMENTS,
8742         as well as prefix and exec_prefix.
8743         * Makefile.in: Regenerate.
8745 2004-04-26  Robert Millan  <robertmh@gnu.org>
8747         Add patches from libtool CVS.
8748         * libtool.m4: Add kfreebsd*-gnu and knetbsd*-gnu.
8749         * ltconfig: Likewise.
8750         * ltcf-c.sh: Likewise.
8751         * ltcf-cxx.sh: Likewise.
8752         * ltcf-gcj.sh: Likewise.
8754 2004-04-26  Paolo Bonzini  <bonzini@gnu.org>
8756         * Makefile.def (host_modules): Mark with the bootstrap
8757         flag packages on which gcc depends.
8758         * Makefile.tpl (all-bootstrap): Use it.
8759         * Makefile.in: Regenerate.
8761 2004-04-26  Paolo Bonzini  <bonzini@gnu.org>
8763         * Makefile.def (flags_to_pass): Remove *dir variables that
8764         are passed to the modules via TOPLEVEL_CONFIGURE_ARGUMENTS,
8765         as well as prefix and exec_prefix.
8766         * Makefile.in: Regenerate.
8768 2004-04-26  Paolo Bonzini  <bonzini@gnu.org>
8770         * configure.in: Invoke ACX_PROG_CMP_IGNORE_INITIAL.
8771         * configure: Regenerate.
8772         * config/acx.m4: Mutuate ACX_PROG_CMP_IGNORE_INITIAL from gcc.
8773         * gcc/Makefile.tpl (compare): Use the result of the test.
8774         * gcc/Makefile.in: Regenerate.
8776 2004-04-23  Paolo Bonzini  <bonzini@gnu.org>
8778         * Makefile.tpl (all-stage1-gcc, all-stage2-gcc, all-stage3-gcc):
8779         Always relocate gcc and prev-gcc to the original names, even
8780         if the build fails.
8781         (new-cleanstrap, new-restage1, new-restage2, new-restage3):
8782         New targets.
8784 2004-04-23  Laurent GUERBY <laurent@guerby.net>
8786         * MAINTAINERS: Update my email address.
8788 2004-04-19  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
8790         * configure.in (mips*-*-irix5*): Enable ld.
8791         * configure: Regenerate.
8793 2004-04-16  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
8795         * configure: Regenerate.
8797 2004-04-15  James E Wilson  <wilson@specifixinc.com>
8799         * Makefile.tpl (configure-[+module+], configure-gcc,
8800         configure-stage1-gcc, configure-stage2-gcc, configure-stage3-gcc):
8801         Set and export LDFLAGS.
8802         * Makefile.in: Regenerate.
8804 2004-04-12  Michael Chastain  <mec.gnu@mindspring.com>
8806         * MAINTAINERS: Add myself to write-after-approval.
8808 2004-04-09  Nathanael Nerode  <neroden@gcc.gnu.org>
8810         PR bootstrap/14871
8811         * Makefile.tpl: If we don't have built-in-tree target tools,
8812         use the ones found by configure rather than hacking around with
8813         program_transform_name.
8814         * configure.in: Give Makefile.tpl the information necessary
8815         to do that.
8816         * Makefile.in: Regenerate.
8817         * configure: Regenerate.
8819 2004-04-06  Nathanael Nerode  <neroden@gcc.gnu.org>
8821         PR bootstrap/14760
8822         * configure.in: When computing baseargs, strip *all* copies of
8823         offending options.  Also, don't match/substitute the trailing space,
8824         so that this actually works when two similar options are separated by
8825         only one space.
8826         * configure: Regenerate.
8828 2004-04-06  David Edelsohn  <edelsohn@gnu.org>
8830         * configure.in (powerpc-*-aix*): Remove target-libada from noconfigdirs.
8831         (rs6000-*-aix*): Same.
8832         * configure: Regenerate.
8834 2004-04-05  Ranjit Mathew  <rmathew@hotmail.com>
8836         * MAINTAINERS: Add myself to write-after-approval.
8838 2004-04-03  Bud Davis  <bdavis9659@comcast.net>
8840         * MAINTAINERS: Add myself to write-after-approval.
8842 2004-03-24  Nathanael Nerode  <neroden@gcc.gnu.org>
8844         * Makefile.tpl (top level bootstrap support): Remove now-unneeded
8845         STRICT_WARN, WARN_CFLAGS flags passed down to make.
8846         * Makefile.in: Regenerate.
8848         * configure.in (top level bootstrap support): Rework --enable-werror
8849         to set @stage2_werror_flag@.
8850         * configure: Regenerate.
8851         * Makefile.tpl (top level bootstrap support): Pass
8852         @stage2_werror_flag@ down to configure in stages 2 and 3.
8853         * Makefile.in: Regenerate.
8855 2004-03-23  Nathanael Nerode  <neroden@gcc.gnu.org>
8857         * Makefile.tpl (new-bootstrap): Set CC and CC_FOR_BUILD in configure
8858         for stages 2 and 3 as well as in make.  As a consequence, remove
8859         OUTPUT_OPTION (now detected by configure) from the flags passed down
8860         to make.
8861         * Makefile.in: Regenerate.
8863         * Makefile.tpl (new-bootstrap): Fix typo.
8864         * Makefile.in: Regenerate.
8866 2004-03-22  Nathanael Nerode  <neroden@gcc.gnu.org>
8868         * Makefile.tpl: Rearrange by moving recursive_targets rules
8869         into their proper sections.
8870         * Makefile.tpl (top level bootstrap support): Move disabling
8871         of coverage flags from 'make' to 'configure'; improve comments.
8872         * Makefile.in: Regenerate.
8874         * Makefile.tpl (experimental top level bootstrap) Move stage1
8875         language setting from all- target to configure- target; disable
8876         intermodule optimization in stage 1; prevent gratuitous rebuilds
8877         of stage 1.
8878         * Makefile.in: Regenerate.
8879         * configure.in: Comma-separate stage 1 language list for top
8880         level bootstrap.
8881         * configure: Regenerate.
8883         * Makefile.tpl: Clean up experimental top level bootstrap support:
8884         note known problems; set CONFIG_SHELL; don't set BUILD_CC; relocate
8885         prev-gcc in configure- targets as well as all- targets.
8886         * Makefile.in: Regenerate.
8888 2004-03-21  Kelley Cook  <kcook@gcc.gnu.org>
8890         * compile: New file imported from automake.
8892 2004-03-17  Paolo Bonzini  <bonzini@gnu.org>
8894         * configure.in: Remove symbolic link section.
8895         * configure: Regenerate.
8896         * Makefile.tpl (links): Remove.
8897         * Makefile.in: Regenerate.
8899 2004-03-15  Paolo Bonzini  <bonzini@gnu.org>
8900             Nathanael Nerode  <neroden@gcc.gnu.org>
8902         * configure.in (DEFAULT_YACC, DEFAULT_M4, DEFAULT_LEX):
8903         Set with AC_CHECK_PROGS.
8904         * configure.in: Fix comment typo from last patch.
8905         * configure: Regenerate.
8907 2004-03-15  Nathanael Nerode  <neroden@gcc.gnu.org>
8909         * Makefile.tpl: Introduce experimental top level bootstrap support.
8910         * Makefile.in: Regenerate.
8911         * configure.in: Introduce support for top level bootstrap.
8912         * configure: Regenerate.
8914 2004-03-12  Eric Botcazou  <ebotcazou@gcc.gnu.org>
8915             Paolo Bonzini  <bonzini@gnu.org>
8917         PR bootstrap/14522
8918         * configure.in: Cope with shells that do not support unquoted ^
8919         * configure: Regenerate.
8921 2004-03-11  Eric Botcazou  <ebotcazou@gcc.gnu.org>
8922             Paolo Bonzini  <bonzini@gnu.org>
8924         PR bootstrap/14522
8925         * configure.in: Cope with shells that do not support nesting
8926         quotes inside quoted backquote substitutions.
8927         * configure: Regenerate.
8929 2004-03-10  Andrew Pinski  <pinskia@physics.uc.edu>
8931         PR bootstrap/14522
8932         * configure.in: Fix escaping of $.
8933         * configure: Regenerate.
8935 2004-03-11  Nathanael Nerode  <neroden@gcc.gnu.org>
8937         * configure: Regenerate, since I forgot to while committing Paolo's
8938         changes.
8940 2004-03-08  Paolo Bonzini  <bonzini@gnu.org>
8942         PR ada/14131
8943         Move language detection to the top level.
8944         * configure.in: Find default values for the tools as
8945         soon as possible.  Disable ada if GNAT is not found.
8946         Emit error message about missing languages.  Expand
8947         --enable-languages=all for the gcc subdirectory.
8949 2004-03-10  Ben Elliston  <bje@gnu.org>
8951         * MAINTAINERS: Update my email address.
8953 2004-03-05  David Edelsohn  <edelsohn@gnu.org>
8955         * ltconfig: Disable building static libraries if building shared
8956         libraries on AIX 5L.
8958 2004-03-01  Richard Sandiford  <rsandifo@redhat.com>
8960         * configure.in (mips64*-*-linux*): Override mips*-*-linux* case
8961         and disable libgcj.
8962         * configure: Regenerated.
8964 2004-03-01  Brian Booth  <bbooth@redhat.com>
8966         * MAINTAINERS: Add myself to write-after-approval.
8968 2004-03-01  Paolo Bonzini  <bonzini@gnu.org>
8970         * MAINTAINERS: Add myself to write-after-approval.
8972 2004-02-28  Nathanael Nerode  <neroden@gcc.gnu.org>
8974         PR bootstrap/7087
8975         * Makefile.tpl: Guard XFOO sed statements better.
8976         * Makefile.tpl: Add dependency for configure-target-libada.
8977         * Makefile.in: Regenerate (incidentally fixes broken
8978         commit when libada-branch was merged).
8980 2004-02-25  Kelley Cook  <kcook@gcc.gnu.org>
8982         * MAINTAINERS: Add myself to write-after-approval.
8984 2004-02-20  Andrew Pinski  <pinskia@physics.uc.edu>
8986         * MAINTAINERS: Add Nicola Pero and myself as libobjc
8987         maintainers.
8989 2004-02-20  Andrew Cagney  <cagney@redhat.com>
8991         * config.guess: Update from version 2003-10-16 to 2004-02-16.
8992         * config.sub: Update from version 2003-11-03 to 2004-02-16.
8994 2004-02-19  Nathanael Nerode  <neroden@gcc.gnu.org>
8996         PR bootstrap/11932
8997         * mkinstalldirs, install-sh: Import from automake CVS HEAD.
8999 2004-02-14  Jerry Quinn  <jlquinn@optonline.net>
9001         * MAINTAINERS: Added myself to write-after-approval.
9003 2004-02-14  Michael Koch  <konqueror@gmx.de>
9005         * MAINTAINERS: Added myself to write-after-approval.
9007 2004-02-13  Joseph S. Myers  <jsm@polyomino.org.uk>
9009         * MAINTAINERS: Move Steve Chamberlain to write-after-approval.  Move
9010         some OS port maintainers to OS port maintainers section.
9012 2004-02-13  Frank Ch. Eigler  <fche@redhat.com>
9014         * MAINTAINERS: Add self.
9016 2004-02-12  Kazu Hirata  <kazu@cs.umass.edu>
9018         * MAINTAINERS: Alphabetize.
9020 2004-02-12  Paolo Bonzini  <bonzini@gnu.org>
9022         * MAINTAINERS: Remove myself.
9024 2004-02-11  David Edelsohn  <edelsohn@gnu.org>
9026         * configure.in (powerpc-*-aix*): Add target-libada to noconfigdirs.
9027         (rs6000-*-aix*): Same.
9028         * configure: Regenerate.
9030 2004-02-11  Kelley Cook  <kcook@gcc.gnu.org>
9032         * configure.in (host): Add in missing $noconfigdirs to defines.
9033         * configure: Regenerate.
9035 2004-02-10  Arnaud Charlet  <charlet@act-europe.fr>,
9036             Nathanael Nerode  <neroden@gcc.gnu.org>
9038         PR ada/6637, PR ada/5911
9039         Merge with libada-branch:
9040         * configure.in, Makefile.tpl, Makefile.def: Add target-libada,
9041         with appropriate dependencies. Add --enable-libada configure switch.
9042         * configure, Makefile.in: Regenerate.
9044 2004-02-09  Paolo Bonzini  <bonzini@gnu.org>
9046         * MAINTAINERS: Add myself to write-after-approval.
9048 2004-02-05  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
9050         * configure.in: Don't pass --with-stabs on IRIX 5 either.
9051         * configure: Regenerate.
9053 2004-02-04  Geoffrey Keating  <geoffk@apple.com>
9055         Merge from upstream:
9057         * ltmain.in: When setting IFS to '~', be careful about user
9058         arguments that contain '~'.
9060         2004-02-04  Peter O'Gorman  <peter@pogma.com>
9062         * ltmain.in (infer_tag): Move tag inferrence to a shell function.
9063         Also test $base_compile against $CC with escaped arguments. Bug
9064         reported by Geoff Keating <geoffk@apple.com>.
9066 2004-02-04  Kazu Hirata  <kazu@cs.umass.edu>
9068         * MAINTAINERS: Remove i960 port.
9070 2004-01-23  DJ Delorie  <dj@redhat.com>
9072         * Makefile.def (target_modules) [libiberty]: Don't stage.
9073         * Makefile.in: Rebuilt.
9075 2004-01-20  Caroline Tice  <ctice@apple.com>
9077         * MAINTAINERS: Add myself to write-after-approval.
9079 2004-01-19  Paolo Carlini  <pcarlini@suse.de>
9081         * MAINTAINERS: Update my email address.
9083 2004-01-18  James A. Morrison  <ja2morri@uwaterloo.ca>
9085         * MAINTAINERS: Add myself to write-after-approval.
9087 2004-01-17  Volker Reichelt  <reichelt@igpm.rwth-aachen.de>
9089         * MAINTAINERS: Remove entries without email address.
9091 2004-01-15  Daniel Jacobowitz  <drow@mvista.com>
9093         * MAINTAINERS: Add myself to write-after-approval.
9095 2004-01-15  Steven Bosscher  <stevenb@suse.de>
9097         * MAINTAINERS: Update my email address.
9099 2004-01-14  Loren J. Rittle  <ljrittle@acm.org>
9101         * Makefile.def (target_modules) [libtermcap, libiberty, zlib]: Stage.
9102         * Makefile.tpl (configure-target-[+module+]): Support stage.
9103         * Makefile.in: Rebuilt.
9105 2004-01-12  Ian Lance Taylor  <ian@wasabisystems.com>
9107         * MAINTAINERS: Add myself as a libiberty MAINTAINER.
9109 2004-01-10  Richard Sandiford  <rsandifo@redhat.com>
9111         * MAINTAINERS: Add myself as a MIPS maintainer.
9113 2004-01-04  Nathanael Nerode  <neroden@gcc.gnu.org>
9115         * configure.in: Use ./config.cache, not config.cache.
9116         * configure: Regenerate.
9117         * Makefile.tpl: Special-casing not needed for GCC any more.
9118         * Makefile.in: Regenerate.
9120         * configure.in: Don't share a cache file for host dirs.
9121         * configure: Regenerate.
9123         * config-ml.in: Don't mess with the cache file.
9125 2004-01-04  Eric Botcazou  <ebotcazou@libertysurf.fr>
9127         * MAINTAINERS: Move myself from 'Write After Approval' to
9128         'CPU Port Maintainers' section as SPARC maintainer.
9130 2004-01-03  Nathanael Nerode  <neroden@gcc.gnu.org>
9132         * Makefile.tpl: Make GCC use a separate config.cache.
9133         * Makefile.in: Regenerate.
9135         PR bootstrap/11932, PR bootstrap/11933
9136         (I don't know if it will fix either of them, but it relates
9137         to them.)
9138         * configure.in: Don't use shared config.cache for target
9139         directories.
9140         * configure: Regenerate.
9142 2004-01-02  Dan Nicolaescu  <dann@ics.uci.edu>
9144         * MAINTAINERS: Add myself to 'Write After Approval' section.
9146 2003-12-31  Roger Sayle  <roger@eyesopen.com>
9148         * configure.in (ia64*-*-hpux*): Disable building java libraries.
9149         * configure: Regenerated.
9151 2003-12-23  Kazu Hirata  <kazu@cs.umass.edu>
9153         * MAINTAINERS: Remove the mn10200 maintainer.
9155 2003-12-21  Bernardo Innocenti  <bernie@develer.com>
9157         * configure.in (*-*-uclinux): Exclude newlib, libgloss and rda.
9158         * configure: Regenerated.
9160 2003-12-16  Jan Hubicka  <jh@suse.cz>
9162         * MAINTAINERS: Add myself as callgraph maintainer.
9164 2003-12-08  Thomas Fitzsimmons  <fitzsim@redhat.com>
9166         * configure.in (raw_libstdcxx_flags): Remove the leading space.
9167         * configure: Regenerate.
9169 2003-12-01  Giovanni Bajo  <giovannibajo@gcc.gnu.org>
9171         * MAINTAINERS: Move myself from 'Bug database only accounts' to
9172         'Write After Approval' section. Update email.
9174 2003-12-01  James Lemke  <jim@wasabisystems.com>
9176         * MAINTAINERS (Write After Approval): Add myself.
9178 2003-11-20  Matt Thomas  <matt@3am-software.com>
9180         * MAINTAINERS: Add myself as a vax port maintainer.
9182 2003-11-20  Kelley Cook  <kcook@gcc.gnu.org>
9184         * Makefile.tpl (BASE_FLAGS_TO_PASS): Pass along CONFIG_SHELL.
9185         (configure-build-[+module+], configure-[+module+]): Likewise.
9186         (configure-target-[+module+], configure-gcc, config.status): Likewise.
9187         * Makefile.in: Regenerate.
9189 2003-11-19  Andreas Tobler  <a.tobler@schweiz.ch>
9191         * libtool.m4: Sync darwin bits from libtool cvs to build a gcc with
9192         shared/dylibed libraries.
9193         * ltmain.sh: Likewise.
9194         * ltcf-c.sh: Likewise, disable shared library build for OS-X < 10.3.
9195         * ltcf-cxx.sh: Likewise.
9196         * ltcf-gcj.sh: Likewise.
9197         * ltconfig: Likewise.
9199 2003-11-17  Stan Cox  <scox@redhat.com>
9201         * MAINTAINERS: Add myself as iq2000 port maintainer.
9203 2003-11-14  Arnaud Charlet  <charlet@act-europe.fr>
9205         * Makefile.tpl (EXTRA_GCC_FLAGS): Pass BOOT_ADAFLAGS.
9206         * Makefile.in: Regenerate.
9208 2003-11-03  Ulrich Weigand  <uweigand@de.ibm.com>
9210         * config.sub: Update to 2003-11-03 version.
9212 2003-10-20  Phil Edwards  <phil@codesourcery.com>
9214         * configure.in (*-*-vxworks):  Add target-libiberty to noconfdirs.
9215         * configure:  Regenerate.
9217 2003-10-20  Nicolas Pitre  <nico@cam.org>
9219         * MAINTAINERS: Add myself to 'Write After Approval' section.
9221 2003-10-20  Arnaud Charlet  <charlet@act-europe.fr>
9223         * MAINTAINERS (Various maintainers: Ada front end): Added myself.
9225 2003-10-19  Joseph S. Myers  <jsm@polyomino.org.uk>
9227         * MAINTAINERS: Update my email address.
9229 2003-10-17  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
9231         * config-ml.in (multi-do): Pass MULTIFLAGS to subdir makes.
9233 2003-10-17  Ralph Loader  <rcl@ihug.co.nz>
9235         * MAINTAINERS: Add myself to 'Write After Approval' section.
9237 2003-10-16  Bernardo Innocenti  <bernie@develer.com>
9239         * config.guess: Update to 2003-10-16 version.
9240         * config.sub: Update to 2003-10-16 version.
9242 2003-10-15  David Daney  <ddaney@avtrex.com>
9244         * MAINTAINERS: Added myself to 'Write After Approval' section.
9246 2003-10-15  Falk Hueffner  <falk@debian.org>
9248         * MAINTAINERS: Move myself from 'Bug database only accounts' to
9249         'Write After Approval' section. Update email.
9251 2003-10-14  Roger Sayle  <roger@eyesopen.com>
9253         * MAINTAINERS: Move myself from 'Write After Approval' to
9254         'Various Maintainers' section as middle-end maintainer.
9256 2003-10-13  Nathanael Nerode  <neroden@gcc.gnu.org>
9258         * Makefile.tpl: Make GCC_FLAGS_TO_PASS a superset of
9259         HOST_FLAGS_TO_PASS.
9260         * Makefile.in: Regenerate.
9262 2003-10-11  Bernardo Innocenti  <bernie@develer.com>
9264         * config.guess: Update to 2003-10-07 version.
9265         * config.sub: Update to 2003-10-07 version.
9267 2003-10-06  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
9269         * ltcf-cxx.sh (irix5*, irix6*): Prefix -soname and its arg with ${wl}.
9270         * ltconfig (irix5*, irix6*): Don't override version_type.
9272 2003-10-05  Mohan Embar  <gnustuff@thisiscool.com>
9274         * configure.in: Allow explicit specification of CFLAGS_FOR_BUILD.
9275         * configure: Rebuilt
9276         * Makefile.tpl: Use CFLAGS_FOR_BUILD computed by configure
9277         * Makefile.in: Rebuilt
9279 2003-10-03  H.J. Lu  <hongjiu.lu@intel.com>
9281         * ltconfig (sys_lib_search_path_spec): Fix a typo for HPUX.
9283 2003-09-30  Carlo Wood  <carlo@alinoe.com>
9285         * MAINTAINERS (Write After Approval): Add myself.
9287 2003-09-29  Paul Koning  <ni1d@arrl.net>
9289         * MAINTAINERS: Move myself from "Write After Approval"
9290         to CPU platform maintainers for pdp11 platform.
9292 2003-09-23  Andreas Tobler  <a.tobler@schweiz.ch>
9294         * MAINTAINERS: Move myself from 'Write After Approval' to
9295         'Various Maintainers' section as libffi testsuite maintainer.
9297 2003-09-21  Daniel Jacobowitz  <drow@mvista.com>
9299         * configure.in: Pass a computed --program-transform-name
9300         to subconfigures.
9301         * configure: Regenerated.
9303 2003-09-20  Nathanael Nerode  <neroden@gcc.gnu.org>
9305         * Makefile.tpl: Don't pass down obsolete ENQUIRE variable.
9306         * Makefile.in: Regenerate.
9308         * Makefile.tpl: Don't pass (unused) DLLTOOL or WINDRES to gcc.
9309         * Makefile.in: Regenerate.
9311 2003-09-19  Ziemowit Laski  <zlaski@apple.com>
9313         * MAINTAINERS: Move myself from 'Write After Approval'
9314         to 'Various Maintainers' (objective-c) section.
9316 2003-09-17  Daniel Jacobowitz  <drow@mvista.com>
9318         * configure.in (TOPLEVEL_CONFIGURE_ARGUMENTS, baseargs): Fix
9319         quoting.
9320         * configure: Regenerated.
9322 2003-09-16  Joel Brobecker  <brobecker@gnat.com>
9324         * MAINTAINERS (Write After Approval): Add myself to write after
9325         approval list.
9327 2003-09-16  Dorit Naishlos  <dorit@il.ibm.com>
9329         * MAINTAINERS (Write After Approval): Add myself.
9331 2003-09-09  Ian Lance Taylor  <ian@wasabisystems.com>
9333         * MAINTAINERS: Update my e-mail address.
9335 2003-09-09  Alan Modra  <amodra@bigpond.net.au>
9337         * libtool.m4 (LD): Correct powerpc64 host match.
9339 2003-09-06  James E Wilson  <wilson@tuliptree.org>
9341         * MAINTAINTERS: Update my affiliation and email address.
9343 2003-09-06  Zdenek Dvorak  <rakdver@atrey.karlin.mff.cuni.cz>
9345         * MAINTAINERS (Write After Approval): Add myself.
9347 2003-09-04  DJ Delorie  <dj@redhat.com>
9349         * configure: Regenerate.
9351 2003-09-04  Robert Millan  <robertmh@gnu.org>
9353         * configure.in: Match GNU/KFreeBSD with new kfreebsd*-gnu triplet.
9355 2003-09-02  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
9357         * configure.in: Ensure arguments to sed are properly spaced.
9358         * configure: Regenerate.
9360 2003-08-30  Gerald Pfeifer  <gerald@pfeifer.com>
9362         * MAINTAINERS: Update my e-mail address.
9364 2003-08-28  Mohan Embar  <gnustuff@thisiscool.com>
9366         * MAINTAINERS (Write After Approval): Add myself.
9368 2003-08-27  Daniel Jacobowitz  <drow@mvista.com>
9370         * configure.in: Set RAW_CXX_FOR_TARGET if unset.
9371         * configure: Regenerated.
9373 2003-08-23  Marek Michalkiewicz  <marekm@amelek.gda.pl>
9375         * MAINTAINERS: Update my email address.
9377 2003-08-23  Phil Edwards  <pme@gcc.gnu.org>
9379         * configure.in:  Use newline instead of semicolon when assuming
9380         shell arguments in a for loop.
9381         * configure:  Regenerated.
9383 2003-08-22  Jason Eckhardt  <jle@rice.edu>
9385         * MAINTAINERS: Resurrect the i860 maintainer.
9387 2003-08-20  Geoffrey Keating  <geoffk@apple.com>
9389         PR 8180
9390         * configure.in: When testing with_libs and with_headers, treat
9391         'no' as unset.  Based on a patch by Dan Kegel <dank@kegel.com>.
9392         * configure: Regenerate.
9394         * configure.in (TOPLEVEL_CONFIGURE_ARGUMENTS): Quote properly for
9395         make, shell, etc.
9396         (baseargs): Likewise.
9397         * configure: Regenerate.
9399 2003-08-20  Bernardo Innocenti  <bernie@develer.com>
9401         * MAINTAINERS (Write After Approval): Add myself.
9403 2003-08-19  Geoffrey Keating  <geoffk@apple.com>
9405         * configure.in: Disable libgcj for darwin not on powerpc.
9406         * configure: Rebuild.
9408 2003-08-14  Alexandre Duret-Lutz  <adl@gnu.org>
9410         * config-ml.in, symlink-tree: Add license.
9412 2003-08-03  Richard Stallman  <rms@gnu.org>
9413             Eben Moglen  <moglen@columbia.edu>
9415         * README.SCO: New file.
9417 2003-08-01  Matt Kraai  <kraai@alumni.cmu.edu>
9419         * Makefile.tpl (check, check-c++): Express dependencies using
9420         dependencies rather than commands.
9421         * Makefile.in: Regenerate.
9423 2003-08-01  Andrew Cagney  <cagney@redhat.com>
9425         * configure.in (noconfigdirs): Do not add GDB when m32r-*-*.
9426         * configure: Ditto.
9428 2003-07-31  Geoffrey Keating  <geoffk@apple.com>
9430         * Makefile.tpl (libsubdir): Use gcc instead of gcc-lib.
9431         * Makefile.in: Update.
9433 2003-07-30  Andreas Tobler  <a.tobler@schweiz.ch>
9435         * configure.in: Enable libgcj for darwin.
9436         * configure: Rebuild.
9438 2003-07-29  Phil Edwards  <pme@gcc.gnu.org>
9440         * config-ml.in:  Use ac_configure_args directly instead of
9441         ml_arguments.  Only set ml_norecursion if --no[-]recursion is
9442         actually seen.
9444 2003-07-27  Nathanael Nerode  <neroden@gcc.gnu.org>
9446         * Makefile.tpl: Use 'mkinstalldirs' rather than 'mkdir' when
9447         creating target and build subdirs to build all parent dirs as needed.
9448         * Makefile.in: Rebuild.
9449         * configure.in: Don't build dirs explicitly here.
9450         * configure: Rebuild.
9452 2003-07-26  Paul Brook  <paul@nowt.org>
9454         * MAINTAINERS (fortran 95): Add myself, Steven Bosscher and Toon Moene.
9456 2003-07-22  Alexandre Oliva  <aoliva@redhat.com>
9458         * Makefile.tpl (all-make): Depend on intl.
9459         * Makefile.in: Rebuilt.
9461 2003-07-20  Phil Edwards  <pme@gcc.gnu.org>
9463         * install-sh:  Update to newer upstream versions (associated with
9464         aclocal 1.7).
9465         * mkinstalldirs:  Likewise.
9466         * missing:  Likewise, plus $1Help2man -> $1 typo fix.
9468 2003-07-16  Andrew Pinski  <pinskia@gcc.gnu.org>
9470         * MAINTAINERS: Move self from Bug database only accounts
9471         to write-after-approval.
9473 2003-07-16  Nathanael Nerode  <neroden@gcc.gnu.org>
9475         * config.if: Remove unused libc_interface determination.
9477 2003-07-14  Nathanael Nerode  <neroden@gcc.gnu.org>
9479         * MAINTAINERS: Move self from write-after-approval to
9480         build machinery (*.in).
9482 2003-07-13  Nathanael Nerode  <neroden@gcc.gnu.org>
9484         PR bootstrap/11273
9485         PR bootstrap/11408
9486         * Makefile.tpl: Set INSTALL and friends using autoconf.  Remove
9487         unused INSTALL_PROGRAM_ARGS.
9488         * configure.in: Use AC_PROG_INSTALL.
9489         * Makefile.in: Regenerate.
9490         * configure: Regenerate.
9492 2003-07-13  Kazu Hirata  <kazu@cs.umass.edu>
9494         * MAINTAINERS: Alphabetize.
9496 2003-07-10  Alexandre Oliva  <aoliva@redhat.com>
9498         * configure: Rebuilt.
9499         2001-09-26  Alexandre Oliva  <aoliva@redhat.com>
9500         * configure.in (noconfigdirs) [am33_2.0-*-linux*]: Don't build
9501         newlib nor libgloss.
9502         Wed May  9 10:07:19 2001  Alexandre Oliva  <aoliva@redhat.com>
9503         * configure.in (am33_2.0-*-linux*): Added.
9505 2003-07-09  Bob Wilson  <bob.wilson@acm.org>
9507         * configure.in: Add ${libgcj} to noconfigdirs for xtensa-*-* targets.
9508         * configure: Regenerate.
9510 2003-07-07  Zack Weinberg  <zack@codesourcery.com>
9512         * Makefile.tpl (configure-gcc): Depend on maybe-configure-intl.
9513         * Makefile.in: Regenerate.
9515 2003-07-04  Zack Weinberg  <zack@codesourcery.com>
9517         * Makefile.tpl (all-bootstrap): Depend on maybe-all-intl.
9518         * Makefile.in: Regenerate.
9520 2003-07-04  H.J. Lu  <hongjiu.lu@intel.com>
9522         * Makefile.tpl: Replace PWD with PWD_COMMAND.
9523         * Makefile.in: Regenerated.
9525         * config-ml.in: Replace PWD with PWD_COMMAND.
9527 2003-07-04  Zack Weinberg  <zack@codesourcery.com>
9529         * intl: New directory; see intl/ChangeLog for details.
9530         * ABOUT-NLS, config.rpath: Import from gettext 0.12.1.
9531         * Makefile.tpl: all-gcc depends on maybe-all-intl.
9532         * Makefile.in: Regenerate.
9534 2003-06-27  Nathanael Nerode  <neroden@gcc.gnu.org>
9536         * configure.in: Clean up config-lang.in handling.  Delete
9537         useless assignment to "subdirs".
9538         * configure: Regenerate.
9540 2003-06-26  Nathanael Nerode  <neroden@gcc.gnu.org>
9542         * configure.in: Rename 'target_libs' to 'target_libraries'.
9543         Remove useless reference to 'target_libs'.
9544         * configure: Regenerate.
9546 2003-06-23  Keith Seitz  <kseitz@sources.redhat.com>
9548         * Makefile.tpl: Add maybe-configure-itcl to configure-gdb.
9549         * Makefile.in: Regenerate.
9551 2003-06-23  Nathanael Nerode  <neroden@gcc.gnu.org>
9553         * Makefile.def: Introduce flags_to_pass.
9554         * Makefile.tpl: Generate BASE_FLAGS_TO_PASS using it.
9555         * Makefile.in: Regenerate.
9557 2003-06-23  Hans-Peter Nilsson  <hp@bitrange.com>
9559         * configure.in (noconfigdirs) <cris-*-*>: Disable target-newlib
9560         and target-libgloss.
9561         <d30v-*-*, fr30-*-*, i960-*-*, m32r-*-*>: Disable gdb.
9562         <h8300*-*-*>: Disable libf2c and ${libgcj}.
9563         * configure: Regenerate.
9565 2003-06-17  Benjamin Kosnik  <bkoz@redhat.com>
9567         * configure.in: Update testsuite_flags to new location.
9568         * configure. Regenerate.
9570 2003-06-18  Nathanael Nerode  <neroden@gcc.gnu.org>
9572         * Makefile.tpl: Remove BUILD_CC stuff.
9573         * Makefile.in: Regenerate.
9575 2003-06-17  Kazu Hirata  <kazu@cs.umass.edu>
9577         * MAINTAINERS (Write After Approval): Remove Andrew Haley.
9579 2003-06-16  Graeme Peterson  <gp@qnx.com>
9581         * MAINTAINERS (Write After Approval): Add myself.
9583 2003-06-14  H.J. Lu  <hongjiu.lu@intel.com>
9585         * config.guess: Update to 2003-06-12 version.
9586         * config.sub: Update to 2003-06-13 version.
9588 2003-06-12  H.J. Lu  <hongjiu.lu@intel.com>
9590         * config.guess: Update to 2003-06-06 version.
9591         * config.sub: Update to 2003-06-06 version.
9593 2003-06-11  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
9595         * configure.in: Don't pass --with-stabs for mips*-sgi-irix6*o32.
9596         * configure. Regenerate.
9598 2003-06-10  Nathanael Nerode  <neroden@gcc.gnu.org>
9600         * configure.in: Disable serial configure by default.
9601         * configure: Regenerate.
9602         * Makefile.tpl: Abolish .NOTPARALLEL.
9603         * Makefile.in: Regenerate.
9605         * Makefile.tpl: Replace {build,host,target}_canonical by
9606         {build,host,target}.
9607         * Makefile.in: Regenerate.
9609         * Makefile.tpl: Fix stupid pasto.
9610         * Makefile.in: Regenerate.
9612 2003-06-09  Nathanael Nerode  <neroden@gcc.gnu.org>
9614         * Makefile.tpl: Remove bogus conditional.
9615         * Makefile.in: Regenerate.
9617 2003-06-05  Jan Hubicka  <jh@suse.cz>
9619         * Makefile.tpl (profiledbootstrap): New target.
9620         * Makefile.in (profiledbootstrap): New target.
9622 2003-06-05  Wolfgang Bangerth  <bangerth@dealii.org>
9624         * MAINTAINERS (Bugzilla only): Add Dara Hazeghi and Andrew
9625         Pinski. Remove user names from other bugzilla-only maintainers.
9627 2003-06-03  Nathanael Nerode  <neroden@gcc.gnu.org>
9629         * Makefile.tpl: Make 'recursive targets' using autogen rather
9630         than shell loop.  Remove duplicate 'clean' targets and false
9631         comments.
9632         * Makefile.def: Add systematic dependencies to 'recursive' targets.
9633         Add systematic method of specifying missing targets in subdirs.
9634         Add copyright boilerplate.
9635         * Makefile.in: Regenerate.
9636         * configure.in: Add 'recursive targets' to maybe list.
9637         * configure: Regenerate.
9639         * MAINTAINERS: "GNATS only" -> "Bug database only".
9641         * Makefile.tpl: Rename [+target+] to [+make_target+].
9642         * Makefile.def: Rename 'target' to 'make_target'.
9644 2003-05-31  Neil Booth  <neil@daikokuya.co.uk>
9646         * MAINTAINERS: Add self as options handling maintainer.
9648 2003-05-28  Michael Meissner  <gnu@the-meissners.org>
9650         * MAINTAINERS: Remove myself as m32r/v850 maintainer, since it has
9651         been too long since I touched those ports.
9653 2003-05-28  DJ Delorie  <dj@redhat.com>
9655         * Makefile.tpl: Make maybe-check-gcc .PHONY.
9656         * Makefile.in: Regenerate.
9658 2003-05-21  Maciej W. Rozycki  <macro@ds2.pg.gda.pl>
9660         * configure.in: Use curly braces in the definition of tooldir.
9661         * configure: Regenerate.
9663 2003-05-21  DJ Delorie  <dj@redhat.com>
9665         * Makefile.tpl (configure-target-libiberty): Depend only on gcc, not
9666         newlib or libgloss.
9667         * Makefile.in: Regenerate.
9669 2003-05-21  DJ Delorie  <dj@redhat.com>
9671         * Makefile.tpl: Add missing empty maybe-check-gcc target.
9672         * Makefile.in: Regenerate.
9674 2003-05-20  Ian Lance Taylor  <ian@airs.com>
9676         * MAINTAINERS: Update my e-mail address.
9678 2003-05-19  Nathanael Nerode  <neroden@gcc.gnu.org>
9680         * configure.in: Switch more things to use maybe dependencies.
9681         * Makefile.tpl: Switch more things to use maybe dependencies.
9682         Factor out common code from autogen IF statements.
9683         * configure: Regenerate.
9684         * Makefile.in: Regenerate.
9686 2003-05-14  Kelley Cook  <kelleycook@wideopenwest.com>
9688         * configure.in: Accept i[3456789]86 for machine type.
9689         * configure: Regenerate.
9691 2003-05-18  Nathanael Nerode  <neroden@gcc.gnu.org>
9693         * configure.in: Switch more things to use maybe dependencies.
9694         Rearrange a little.  Use GCC_TOPLEV_SUBDIRS.
9695         * configure: Regenerate.
9696         * Makefile.tpl: Switch more things to use maybe dependencies.
9697         * Makefile.in: Regenerate.
9699 2003-05-16  Andreas Schwab  <schwab@suse.de>
9701         * Makefile.tpl (install-opcodes): Define.
9702         * Makefile.in: Rebuild.
9704 2003-05-13  Andreas Jaeger  <aj@suse.de>
9706         * config.guess: Update to 2003-05-09 version.
9707         * config.sub: Update to 2003-05-09 version.
9709 2003-05-13  Michael Eager  <eager@mvista.com>
9711         * configure.in: Correct sed script so that options in quotes are not
9712         deleted.
9713         * configure: Rebuild.
9715 2003-05-12  Corinna Vinschen  <corinna@vinschen.de>
9717         * configure.in (FLAGS_FOR_TARGET): Remove $$s/newlib/libc/sys/cygwin
9718         and $$s/newlib/libc/sys/cygwin32 include paths.
9719         * configure: Ditto.
9721 2003-05-12  Michael Meissner  <gnu@the-meissners.org>
9723         * MAINTAINERS: Update my email addresses.
9725 2003-05-06  Eric Botcazou  <ebotcazou@libertysurf.fr>
9727         * config-ml.in: Propagate INSTALL variables.
9729 2003-05-04  Gerald Pfeifer  <pfeifer@dbai.tuwien.ac.at>
9731         * MAINTAINERS: Remove duplicate entries in Write After Approval.
9733 2003-05-02  Chris Demetriou  <cgd@broadcom.com>
9735         * Makefile.tpl: Require "makeinfo" from texinfo 4.2 or later.
9736         * Makefile.in: Regenerate.
9738 2003-05-02  Wolfgang Bangerth  <bangerth@dealii.org>
9740         * MAINTAINERS (GNATS only): Add Falk Hueffner.
9742 2003-04-30  Wolfgang Bangerth  <bangerth@dealii.org>
9744         * MAINTAINERS (GNATS only): Add Giovanni Bajo.
9746 2003-04-27  Daniel Jacobowitz  <drow@mvista.com>
9748         * Makefile.tpl: Clean $(BUILD_SUBDIR).
9749         * Makefile.in: Regenerated.
9751 2003-04-25  Wolfgang Bangerth  <bangerth@dealii.org>
9753         * MAINTAINERS (Write After Approval): Upgrade myself from
9754         GNATS only to write-after-approval. Update my mail address.
9756 2003-04-25  Loren J. Rittle  <ljrittle@acm.org>
9758         (OS Port Maintainers: freebsd): Add myself.
9760 2003-04-22  Mark Mitchell  <mark@codesourcery.com>
9762         * MAINTAINERS (java): Remove Alexandre Petit-Bianco.
9764 2003-04-22  Kean Johnston  <jkj@sco.com>
9766         * MAINTAINERS (SCO ports): Added myself.
9768 2003-04-21  Nathan Sidwell  <nathan@codesourcery.com>
9770         * MAINTAINERS (gcov): Add myself and Jan Hubicka.
9772 2003-04-19  Kean Johnston  <jkj@sco.com>
9774         * MAINTAINERS (Write After Approval): Add myself.
9776 2003-04-18  Gerald Pfeifer  <pfeifer@dbai.tuwien.ac.at>
9778         * Makefile.tpl (MAKEINFOFLAGS): Default to --split-size=5000000.
9779         * Makefile.in: Regenerate.
9781 2003-04-18  Jakub Jelinek  <jakub@redhat.com>
9783         * configure.in (powerpc64*-*-linux*): Remove.
9784         * configure: Rebuilt.
9786 2003-04-17  Phil Edwards  <pme@gcc.gnu.org>
9788         * Makefile.tpl (GCC_STRAP_TARGETS):  New variable containing all the
9789         previous bootstrap targets, plus bubblestrap, quickstrap, cleanstrap,
9790         and restrap.
9791         * Makefile.in:  Regenerate.
9793 2003-04-16  Richard Earnshaw  <rearnsha@arm.com>
9795         * configure.in (arm-*-netbsdelf*): Enable building java libraries.
9796         * configure: Regenerated.
9798 2003-04-15  DJ Delorie  <dj@redhat.com>
9800         * MAINTAINERS: Remove myself as windows/cygwin/mingw maintainer.
9802 2003-04-13  Nick Clifton  <nickc@redhat.com>
9804         * config-ml.in: Remove support for --disable-aix removing
9805         call-aix multilibs.
9807 2003-04-10  Alexandre Oliva  <aoliva@redhat.com>
9809         * libtool.m4 (lt_cv_deplibs_check_method): Use pass_all on mips*.
9810         * */configure: Rebuilt.
9812 2003-04-08  Joel Sherrill  <joel@oarcorp.com>
9814         * MAINTAINERS: Add my email address.
9816 2003-03-17  Olivier Hainque  <hainque@act-europe.fr>
9818         * MAINTAINERS (Write After Approval): Add myself.
9820 2003-03-14  Nathanael Nerode  <neroden@gcc.gnu.org>
9822         * Makefile.tpl: Move .NOEXPORT, MAKEOVERRIDES back down.
9823         * Makefile.in: Regenerate.
9825 2003-03-14  Michael Chastain  <mec@shout.net>
9827         * Makefile.in: Regenerate with correct Makefile.def.
9829 2003-03-12  Nathanael Nerode  <neroden@gcc.gnu.org>
9831         * Makefile.tpl: Move .NOEXPORT, MAKEOVERRIDES up.  Delete unused
9832         Make macro.
9833         * Makefile.in: Regenerate.
9834         * configure.in: Clean up gxx_include_dir logic.
9835         * configure: Regenerate.
9837 2003-03-12  Ansgar Esztermann  <ansgar@thphy.uni-duesseldorf.de>
9839         * MAINTAINERS (Write After Approval): Add myself.
9841 2003-03-10  Ben Elliston  <bje@wasabisystems.com>
9843         * MAINTAINERS: Update my mail address.
9845 2003-03-09  Franz Sirl  <Franz.Sirl-kernel@lauterbach.com>
9847         * configure.in (gxx_include_dir): Fix typo.
9848         * configure: Regenerated.
9850 2003-03-04  Nathanael Nerode  <neroden@gcc.gnu.org>
9852         * Makefile.tpl: Reindent.
9853         * Makefile.in: Regenerate.
9854         * configure.in: Reindent.  Don't set unused variables.
9855         * configure: Regenerate.
9857 2003-03-04  Daniel Jacobowitz  <drow@mvista.com>
9859         * configure.in: Include $(build_tooldir)/sys-include in
9860         FLAGS_FOR_TARGET.
9861         * configure: Regenerated.
9863 2003-03-04  Nathanael Nerode  <neroden@gcc.gnu.org>
9865         * Makefile.tpl: Always pass down RANLIB.
9866         * Makefile.in: Regenerate.
9868         * Makefile.tpl: Don't set unused enable_shared, enable_threads macros.
9869         * Makefile.in: Regenerate.
9870         * configure.in: Remove unused logic relating to --enable-shared
9871         and --enable-threads.  Remove bogus comments.  Remove redundant
9872         noconfigdirs.
9873         * configure: Regenerate.
9875         * configure.in: Replace ${libstdcxx_version} by its value.
9876         Remove reference to mh-dgux.
9877         * configure: Regenerate.
9879 2003-03-03  Kevin Buettner  <kevinb@redhat.com>
9881         * MAINTAINERS (Write After Approval): Add myself.
9883 2003-02-28  Nathanael Nerode  <neroden@gcc.gnu.org>
9885         * Makefile.tpl: Rearrange.
9886         * Makefile.in: Regenerate.
9888 2003-02-25  Uwe Stieber  <uwe@wwws.de>
9890         * configure.in: Add support for kaOS as cross build target system.
9891         * configure: Regenerated.
9893 2003-02-24  Steven Bosscher  <steven@gcc.gnu.org>
9895         * MAINTAINERS (Write after approval): Add myself.
9897 2003-02-21  James E Wilson  <wilson@tuliptree.org>
9899         * MAINTAINERS: Update my email address.
9901 2003-02-21  Zack Weinberg  <zack@codesourcery.com>
9903         * MAINTAINERS: Add self to blanket write privs. section.
9905 2003-02-20  Sean McNeil  <sean@blue.mcneil.com>
9907         * Makefile.tpl: Add definition of CPPFLAGS to pass into
9908         configure-target-* as some target builds may require additional
9909         flags for preprocessor tests.
9910         * Makefile.in: Regenerated.
9912 2003-02-19  Alexandre Oliva  <aoliva@redhat.com>
9914         * libtool.m4 (LD): Append -melf* option to LD on IRIX with GNU ld.
9915         * ltconfig: Handle it.
9916         * ltcf-cxx.sh: Use with_gnu_ld passed as a shell variable instead of
9917         auto-detecting it.
9919         * ltcf-cxx.sh: Replace $linker_flags with $compiler_flags wherever
9920         it is used as argument to $CC.
9921         * ltcf-gcj.sh: Likewise.
9923         * configure.in: Introduce --enable-maintainer-mode.
9924         * configure: Rebuilt.
9925         * Makefile.tpl (Makefile.in, configure): Enable dependencies only
9926         for maintainer mode.
9927         * Makefile.in: Rebuilt.
9929 2003-02-18  Jason Merrill  <jason@redhat.com>
9931         * Makefile.tpl (check-c++): Allow parallelism.
9933 2003-02-16  Gerald Pfeifer  <pfeifer@dbai.tuwien.ac.at>
9935         * MAINTAINERS: Remove John Carr (who never actually had access to
9936         gcc.gnu.org).
9938 2003-02-15  Geoffrey Keating  <geoffk@apple.com>
9940         * configure.in (*-*-darwin*): Rename from powerpc*-*-darwin*,
9941         don't configure target-libobjc.
9942         * configure: Regenerate.
9944 2003-02-14  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
9946         * Makefile.tpl (RANLIB): Define.
9947         * Makefile.in: Regenerate.
9949 2003-02-08  Laurynas Biveinis  <laurynas.biveinis@mif.vu.lt>
9951         * MAINTAINERS: Update my email.
9953 2003-02-06  Keith R Seitz  <keiths@redhat.com>
9955         * Makefile.def: Remove "snavigator", "grep", and "db" modules.
9956         * Makefile.tpl: Remove "all-snavigator" and "all-grep".
9957         * Makefile.in: Regenerated.
9958         * configure.in: Remove all traces of snavigator, db, and grep.
9959         * configure: Regenerated.
9961 2003-02-06  Gerald Pfeifer  <pfeifer@dbai.tuwien.ac.at>
9963         * MAINTAINERS: Remove duplicate entry for Bernd Schmidt from Write
9964         After Approval.
9966 2003-02-02  Christian Cornelssen  <ccorn@cs.tu-berlin.de>
9968         * MAINTAINERS (Write after approval): Add myself.
9970 2003-01-31  Frank Ch. Eigler  <fche@redhat.com>
9972         * Makefile.tpl (all-sid): Add libiberty/bfd/opcodes dependencies.
9973         * Makefile.in: Regenerated.
9975 2003-01-30  Roger Sayle  <roger@eyesopen.com>
9977         * config.guess: Updated to 2003-01-30's version.
9978         * config.sub: Updated to 2003-01-28's version.
9980 2003-01-30  Alexandre Oliva  <aoliva@redhat.com>
9982         * config.if: If gcc_version is already set, just use it.  Don't set
9983         gcc_version_trigger if it's already set, otherwise set it to
9984         gcc/version.c, but only if the file exists.  If it is not set and
9985         gcc/version.c does not exist, try to extract the version number from
9986         $CC.
9988 2003-01-29  Andreas Tobler  <a.tobler@schweiz.ch>
9990         * MAINTAINERS: Add myself to write-after-approval list.
9992 2003-01-27  Phil Edwards  <pme@gcc.gnu.org>
9994         * configure.in:  Revert 24Jan change.
9995         * configure:  Regenerate.
9997 2003-01-25  Gerald Pfeifer  <pfeifer@dbai.tuwien.ac.at>
9999         * MAINTAINERS: Remove incorrect entry for Paul Eggert.  Fix
10000         entry of HJ Lu.
10002 2003-01-23  Nathanael Nerode  <neroden@gcc.gnu.org>
10004         * configure.in: Revert previous change.
10005         * configure: Regenerate.
10007 2003-01-23  Nathanael Nerode  <neroden@gcc.gnu.org>
10009         * configure.in: Make rda native-only.
10010         * configure: Regenerate.
10012 2003-01-22  Volker Reichelt  <reichelt@igpm.rwth-aachen.de>
10014         * MAINTAINERS: Move myself from GNATS-only-accounts to
10015         write-after-approval.
10017 2003-01-19  Nathanael Nerode  <neroden@gcc.gnu.org>
10019         * configure.in: Add missing \.
10020         * configure: Rebuilt.
10022 2003-01-17  Jakub Jelinek  <jakub@redhat.com>
10024         * configure.in (baseargs): Avoid using \| in sed regular
10025         expressions.
10026         * configure: Rebuilt.
10028 2003-01-16  Jakub Jelinek  <jakub@redhat.com>
10030         * configure.in (baseargs): Remove all supported forms of
10031         --cache-file, --srcdir, --host, --build and --target options
10032         from argument lists.
10033         * configure: Rebuilt.
10035 2003-01-15  Josef Zlomek  <zlomekj@suse.cz>
10037         * MAINTAINERS: Add myself to write-after-approval list.
10039 2003-01-15  Alexandre Oliva  <aoliva@redhat.com>
10041         * configure.in (noconfigdirs): Don't skip gas on IRIX 6.
10042         * configure: Rebuilt.
10044 2003-01-09  Nathanael Nerode  <neroden@gcc.gnu.org>
10046         * configure.in: Substitute TOPLEVEL_CONFIGURE_ARGUMENTS.
10047         * Makefile.tpl: Pass TOPLEVEL_CONFIGURE_ARGUMENTS to gcc.
10048         * Makefile.in: Regenerate.
10049         * configure: Regenerate.
10051 2003-01-09  Alexandre Oliva  <aoliva@redhat.com>
10053         * configure.in: Remove Makefile in build, host and target modules
10054         unless configure was run with --no-recursion.
10055         * configure: Rebuilt.
10057 2003-01-09  Christian Cornelssen  <ccorn@cs.tu-berlin.de>
10059         * Makefile.tpl (BASE_FLAGS_TO_PASS): Also pass DESTDIR.
10060         (install-info, dir.info): Prepend $(DESTDIR) to $(infodir).
10061         * Makefile.in: Regenerate.
10063 2003-01-08  Chris Demetriou  <cgd@broadcom.com>
10065         * config.guess: Update to 2003-01-03 version.
10066         * config.sub: Update to 2003-01-03 version.
10068 2003-01-07  Christopher Faylor  <cgf@redhat.com>
10070         * configure: Regenerate with proper autoconf 2.13.
10072 2003-01-07  Christopher Faylor  <cgf@redhat.com>
10074         * configure.in: Add AC_PREREQ for consistency.
10075         * configure: Regenerate.
10077 2003-01-06  Andrew Cagney  <ac131313@redhat.com>
10079         * configure.in (GDB_TK): Add tcl directories conditional on
10080         gdb/gdbtk directory being present.
10081         * configure: Regenerate.
10083 2003-01-04  John David Anglin  <dave.anglin@nrc.ca>
10085         * configure.in (LD): Improve test for gcc.  Try to set LD to the ld
10086         used by gcc if LD is not defined and we are not doing a Canadian Cross.
10087         * configure: Rebuilt.
10089 2002-12-31  Tom Tromey  <tromey@redhat.com>
10091         * Makefile.in: Rebuilt.
10092         * Makefile.def (target_modules) [libffi]: Allow installation.
10094 2002-12-31  Andreas Schwab  <schwab@suse.de>
10096         * configure.in: Fix use of $program_transform_name.
10097         * configure: Regenerated.
10099 2002-12-30  Daniel Jacobowitz  <drow@mvista.com>
10101         * configure.in (baseargs): Don't remove first configure argument.
10102         * configure: Regenerated.
10104 2002-12-29  Alexandre Oliva  <aoliva@redhat.com>
10106         * Makefile.tpl (local-distclean): Don't remove...
10107         (multilib.ts): ... this.  Moved into...
10108         (multilib.out): ... this.  Don't use sub-make.
10109         ($(BUILD_SUBDIR)/[+module+]/Makefile, [+module+]/Makefile,
10110         $(TARGET_SUBDIR)/[+module+]/Makefile, gcc/Makefile): Moved into...
10111         (configure-build-[+module+], configure-[+module+],
10112         configure-target-[+module+], configure-gcc): ... these.  Test
10113         for Makefile existence.  Drop config.status from dependencies.
10114         * Makefile.in: Rebuilt.
10115         * configure.in: Move gcc-version-trigger to the end of
10116         ac_configure_args.  Add comments to maybedep.tmp and
10117         serdep.tmp.  Introduce --disable-serial-configure.  Remove
10118         nonopt from baseargs, matching and removing corresponding
10119         whitespace while at it.
10120         * configure: Rebuilt.
10122 2002-12-28  Alexandre Oliva  <aoliva@redhat.com>
10124         * configure.in (host_configargs): Replace reference to
10125         no-longer-defined buildopts with --build=${build_alias}.
10126         * configure: Rebuilt.
10128         * Makefile.tpl ($(NOTPARALLEL)): Move to the end.  Bring uses of
10129         program_transform_name to standard idiom.
10130         (AUTOGEN, AUTOCONF): Define.
10131         (Makefile.in): Use $(AUTOGEN).
10132         (Makefile): Depend on config.status, and use autoconf-style rule to
10133         build it.  Move original commands to...
10134         (config.status): ... this new target.
10135         (configure): Add $(srcdir).  Depend on config/acx.m4.  Use
10136         $(AUTOCONF).
10137         * Makefile.in: Rebuilt.
10139 2002-12-28  Nathanael Nerode  <neroden@gcc.gnu.org>
10141         * Makefile.tpl: Fix dramatic bustage due to change in
10142         program_transform_name.
10143         * Makefile.in: Regenerate.
10145         * configure.in: Remove unnecessary PATH setting.
10146         * configure: Regnerate.
10148         * configure.in: Don't default to unprefixed tools unless
10149         the native tools will work.
10150         * configure: Regenerate.
10152         * configure.in: Convert to autoconf script.  Blow away lots
10153         of now-redundant Makefile fragments.
10154         * configure: Generate using Autoconf.
10155         * Makefile.tpl: Rewrite to reflect autoconfiscation.
10156         * Makefile.in: Regenerate.
10158 2002-12-27  Nathanael Nerode  <neroden@gcc.gnu.org>
10160         * configure: Fix stupid bug where RANLIB was mistakenly included.
10162         * configure.in: Rename (buildargs, hostargs, targargs) to
10163         (build_configargs, host_configargs, target_configargs).
10165         * configure.in: Move logic out of sed statement.
10167         * configure: Remove unneeded 'export's.  Make CC_FOR_TARGET,
10168         CXX_FOR_TARGET, GCJ_FOR_TARGET substituted in configure.in only.
10170 2002-12-25  Svein E. Seldal  <Svein.Seldal@solidas.com>
10172         * config.sub: Import from master repository
10173         * config.guess: Ditto
10175 2002-12-24  Andreas Schwab  <schwab@suse.de>
10177         * Makefile.tpl (multilib.out): Fix missing space.
10178         * Makefile.in: Regenerate.
10180 2002-12-23  Nathanael Nerode  <neroden@gcc.gnu.org>
10182         * Makefile.tpl: Use shared multilib.out.  Use move-if-change for it.
10183         Convert (cd foo; make) to (cd foo && make).  Clean up multilib.out.
10184         * Makefile.in: Regenerate.
10185         * configure.in: Remove unnecessary leftovers.
10187 2002-12-21  Geoffrey Keating  <geoffk@apple.com>
10189         * configure.in (extra_ranlibflags_for_target): New variable.
10190         (*-*-darwin): Add -c to ranlib commands.
10191         * configure (tooldir): Handle extra_ranlibflags_for_target.
10193 2002-12-19  Nathanael Nerode  <neroden@gcc.gnu.org>
10195         * Makefile.tpl: Revert HJL's change.
10196         * Makefile.in: Regenerated.
10197         * configure.in: Put build_prefix before $(BUILD_SUBDIR) here, and
10198         always.
10200 2002-12-19  Andreas Schwab  <schwab@suse.de>
10202         * Makefile.tpl, configure.in: Substitute libstdcxx_incdir.
10203         * Makefile.in: Regenerate.
10205 2002-12-18  H.J. Lu  <hjl@gnu.org>
10207         * Makefile.tpl: Add @build_prefix@ before $(BUILD_SUBDIR).
10208         * Makefile.in: Regenerated.
10210         * configure.in (build_prefix): New. Substitute.
10212 2002-12-18  Nathanael Nerode  <neroden@gcc.gnu.org>
10214         * Makefile.tpl: Don't let real targets depend on phony targets.
10215         * Makefile.in: Regenerate.
10217         * Makefile.tpl (do-info): Depend on maybe-all-texinfo, not all-texinfo.
10218         * Makefile.in: Regenerate.
10220 2002-12-17  Svein E. Seldal  <Svein.Seldal@solidas.com>
10222         * config.sub: Import from master repository
10223         * config.guess: Ditto
10225 2002-12-16  Jason Merrill  <jason@redhat.com>
10227         * Makefile.tpl (all-gcc): Use 'make quickstrap' if there was a
10228         previous 'make bootstrap'.
10229         * Makefile.in: Regenerate.
10231 2002-12-17  Hans-Peter Nilsson  <hp@bitrange.com>
10233         * configure.in (noconfigdirs) [mmix-*-*]: Disable libgloss and gdb.
10235 2002-12-13  Nathanael Nerode  <neroden@gcc.gnu.org>
10237         * configure.in, Makefile.tpl, Makefile.def: Remove tclX.
10238         * Makefile.in: Regenerate.
10240 2002-12-13  Jason Merrill  <jason@redhat.com>
10242         * Makefile.tpl (check-gcc-c++): Renamed from check-c++.  Don't run
10243         library tests.
10244         (check-c++): Just depend on it and check-target-libstdc++-v3.
10245         * Makefile.in: Regenerate.
10247 2002-12-12  Alexandre Oliva  <aoliva@redhat.com>
10249         * Makefile.tpl (configure-target-rda): Depend on $(ALL_GCC_C).
10250         * Makefile.in: Rebuilt.
10252 2002-12-12  Alexandre Oliva  <aoliva@redhat.com>
10254         * Makefile.in (configure-target-rda): Depend on ALL_GCC_C.
10256 2002-12-10  Nathanael Nerode  <neroden@gcc.gnu.org>
10258         * configure: Fix bug put in by gremlins.
10260         * Makefile.tpl: Substitute more autoconfily.
10261         * configure: Substitute more autoconfily.
10262         * Makefile.in: Regenerate.
10264 2002-12-09  Svein E. Seldal  <Svein.Seldal@solidas.com>
10266         * config.sub: Import from master repository
10267         * config.guess: Ditto
10268         * MAINTAINERS: Added Svein Seldal under write after approval
10270 2002-12-08  Andrew Cagney  <ac131313@redhat.com>
10272         * Makefile.tpl (all-sim): Depend on maybe-configure-gdb.
10273         * Makefile.in (all-sim): Ditto.
10275 2002-12-06  DJ Delorie  <dj@redhat.com>
10277         * Makefile.tpl: Change configure dependencies to not have real
10278         targets depend on phony targets.
10280 2002-12-05  Nathanael Nerode  <neroden@gcc.gnu.org>
10282         * configure.in: Revert unintentional change.
10284         * Makefile.tpl: Change dependency for */multilib.out so that
10285         it works when gcc isn't in the tree.
10287         * configure.in: Substitute more.
10288         * configure: Run subconfigures from the Makefile.
10289         * Makefile.tpl: Run subconfigures from the Makefile; add a few
10290         convenience targets.  Make sure gcc isn't rebuilt after bootstrap.
10292 2002-12-05  Gerald Pfeifer  <pfeifer@dbai.tuwien.ac.at>
10294         * MAINTAINERS: Add Christian Ehrhardt under "GNATS only".
10296 2002-12-03  Nathanael Nerode  <neroden@gcc.gnu.org>
10298         * Makefile.tpl: Add targets for configuring host subdirs in Makefile,
10299         and corresponding dependencies.
10300         * Makefile.in: Regenerate.
10302         * configure.in (host_tools): Order binutils, gas and ld for
10303         convenience in running the testsuites.
10305         * Makefile.tpl: Introduce rules to serialize subconfigure runs.
10306         * Makefile.in: Regenerate.
10307         * configure.in: Introduce rules to serialize subconfigure runs.
10309         * configure.in: Introduce BASE_CC_FOR_TARGET.
10310         * Makefile.tpl: Reorganize and comment.  Introduce HOST_CONFIGARGS.
10311         Realize configure-build-* targets.  Realize configure-target-* targets.
10312         * Makefile.in: Regenerate.
10314 2002-12-02  Nathanael Nerode  <neroden@gcc.gnu.org>
10316         * configure: Move gcc_version_trigger stuff from here...
10317         * configure.in: ...to here.
10319         * configure.in: Separate subconfigure options added by this file from
10320         options given by the user.  Add machinery to put args for host
10321         subconfigures into the Makefile.
10323         * Makefile.tpl: Remove 'vault' targets.
10324         * Makefile.tpl: Reorder and comment dependencies.
10325         * Makefile.in: Regenerate.
10327 2002-12-01  Nathanael Nerode  <neroden@gcc.gnu.org>
10328         * configure.in: Fix my broken commit of previous patch. (sigh)
10330 2002-11-28  Geoffrey Keating  <geoffk@apple.com>
10332         * configure.in: Move host-specific darwin noconfigdirs into
10333         the host-specific section.
10335 2002-11-28  Geoffrey Keating  <geoffk@apple.com>
10337         * configure.in: Move host-specific darwin noconfigdirs into
10338         the host-specific section.
10340 2002-11-26  Nathanael Nerode  <neroden@gcc.gnu.org>
10342         * configure: Remove skip-this-dir support.
10343         * Makefile.tpl: Remove skip-this-dir support.
10345         * Makefile.tpl: Remove leftover support for non-autoconfiscated
10346         subdirectories.
10347         * Makefile.in: Regenerate.
10349         * Makefile.tpl: Strip out useless setting of 'dir'.
10350         * Makefile.in: Regenerate.
10352 2002-11-22  Nathanael Nerode  <neroden@gcc.gnu.org>
10354         * configure.in: Fix deeply stupid bug.
10356         * configure.in: Introduce RAW_CXX_FOR_TARGET and simplify embedded
10357         shell code in CXX_FOR_TARGET
10358         * Makefile.def: Introduce raw_cxx.
10359         * Makefile.tpl: Use raw_cxx to select between CXX_FOR_TARGET and
10360         RAW_CXX_FOR_TARGET.
10361         * Makefile.in: Regenerate.
10363 2002-11-21  Nathanael Nerode  <neroden@gcc.gnu.org>
10365         * Makefile.tpl: Remove unnecessary ifs.
10366         * Makefile.in: Regenerate.
10368         * Makefile.tpl: Implement soft dependency machinery.  Maybe-ize
10369         dependencies.  Maybe-ize build-libiberty.  Create dummy install
10370         targets for 'no_install' modules.
10371         * configure: Move GDB_TK substitution to configure.in.  Move
10372         build_modules stuff to configure.in.
10373         * configure.in: Implement soft dependency machinery.  Maybe-ize
10374         GDB_TK, rearrange slightly.  Move build_modules stuff from configure.
10375         * Makefile.in: Regenerate.
10377 2002-11-19  Nathanael Nerode  <neroden@gcc.gnu.org>
10379         * Makefile.tpl: Make all-target, install-target behave similarly
10380         to all, install (only hitting configured targets).  Eliminate
10381         unused macro defintions.
10383         * Makefile.tpl: Add all-gcc: all-build-libiberty dependency when
10384         build != host.
10386         * Makefile.tpl: Add all-gcc: all-libiberty dependency.
10388         * ltcf-c.sh, ltcf-gcj.sh, Makefile.tpl: Correct BUILD/HOST confusion.
10390         * configure.in: Produce lists of subdir targets we're actually
10391         configuring.  Remove references to "dosrel".
10392         * Makefile.tpl: Let configure set which subdir targets are hit.
10393         Remove install-cross; clean up install; remove ALL.  Remove
10394         references to "dosrel".  Remove "EXTRA_TARGET_HOST" hackery.
10395         Autogenerate host module targets.  Remove empty dependency lines
10396         and redundant dependency; rearrange slightly.
10397         * Makefile.def: Add host-side libtermcap, utils.
10399         * Makefile.in: Regenerate.
10401 2002-11-19  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
10403         * ltconfig (osf[345]): Append $major to soname_spec.
10404         Reflect this in library_names_spec.
10405         * ltmain.sh (osf): Prefix $major with . for use as extension.
10407 2002-11-19  Andreas Jaeger  <aj@suse.de>
10409         * libtool.m4 (libtool_flags): Add patch from libtool CVS: Support
10410         linking of 32-bit libraries with ld on the x86-64, ppc64, s390x
10411         and sparc64 GNU/Linux systems.
10413 2002-11-19  Nathan Sidwell  <nathan@codesourcery.com>
10415         * MAINTAINERS: Update email.
10417 2002-11-18  Gerald Pfeifer  <pfeifer@dbai.tuwien.ac.at>
10419         * MAINTAINERS: Complete James Dennett's entry.
10421 2002-11-15  Eric Botcazou  <ebotcazou@libertysurf.fr>
10423         * MAINTAINERS (Write After Approval): Add myself.
10425 2002-11-13  Bruce Korb  <bkorb@gnu.org>
10427         * Makefile.tpl: syntactic cleanup
10429 2002-11-13  Stuart Hastings  <stuart@apple.com>
10431         * MAINTAINERS: Add myself to write-after-approval list.
10433 2002-11-12  Nathanael Nerode  <neroden@gcc.gnu.org>
10435         * Makefile.def: Add list of recursive targets to autogenerate.
10436         Add build_modules.
10437         * Makefile.tpl: Autogenerate do-* targets.  Autogenerate *-target-*
10438         targets.  Autogenerate *-build-* targets.
10439         * Makefile.in: Regenerate.
10441 2002-11-12  Nathanael Nerode  <neroden@gcc.gnu.org>
10443         * configure: More autoconf-style substitutions.
10444         * Makefile.tpl: More autoconf-style substitutions.
10445         * Makefile.in: Regenerate.
10447 2002-11-11  Nathanael Nerode  <neroden@gcc.gnu.org>
10449         * configure: Substitute more variables in a more autoconf-friendly
10450         way.  Simplify slightly.
10451         * Makefile.tpl: Make more variables substitutable in an
10452         autoconf-friendly way.
10453         * Makefile.in: Regenerate.
10455 2002-11-11  Jonathan Wakely  <redi@gcc.gnu.org>
10457         * MAINTAINERS (Write After Approval): Add myself.
10459 2002-11-10  Nathanael Nerode  <neroden@gcc.gnu.org>
10461         * configure.in (v810*): Remove special setting of tools.
10463         * configure: Add support for extra required flags for ar or nm.
10464         * configure.in (aix4.3+): Use above support for target-specific
10465         issues, rather than using config/mt-aix43.
10467 2002-11-09  Nathanael Nerode  <neroden@gcc.gnu.org>
10469         * configure: Remove 'removing', which doesn't work.  Replace $subdir
10470         with . everywhere.  Replace $subdirs with ''.  Replace $makesrcdir
10471         with $srcdir.  Reformat indentation.  Substitute some variables
10472         formerly hard-coded in the Makefile for build=host.
10473         * Makefile.tpl: Autogenerate more; make more autoconf-friendly.
10474         * Makefile.def: Autogenerate more.
10475         * Makefile.in: Regenerate.
10477 2002-11-04  Adam Nemet  <anemet@lnxw.com>
10479         * MAINTAINERS (Write After Approval): Add myself.
10481 2002-11-04  Kevin Buettner  <kevinb@redhat.com>
10483         * Makefile.def (host_modules): Add rda.
10484         * Makefile.in: Regenerate.
10485         * configure.in (target_tool): Add target-rda to list.
10487 2002-10-28  Gerald Pfeifer  <pfeifer@dbai.tuwien.ac.at>
10489         * MAINTAINERS: Remove "co-maintainer" note for web pages.
10491 2002-10-25  Phil Edwards  <pme@gcc.gnu.org>
10493         * Makefile.tpl (bootstrap):  Add bubblestrap, quickstrap, cleanstrap,
10494         and restrap targets to this rule.
10495         * Makefile.in:  Regenerate.
10497 2002-10-25  Gerald Pfeifer  <pfeifer@dbai.tuwien.ac.at>
10499         * MAINTAINERS: Add Wolfgang Bangerth and Volker Reichelt under
10500         GNATS only accounts.
10502 2002-10-24  Hans-Peter Nilsson  <hp@bitrange.com>
10504         * configure.in (i[3456]86-*-linux*): Add check to disable
10505         ${libgcj} for glibc1.
10507 2002-10-24  Denis Chertykov  <denisc@overta.ru>
10509         * MAINTAINERS: Add myself as ip2k port maintainer.
10511 2002-10-07  Svein E. Seldal  <Svein.Seldal@solidas.com>
10513         * configure.in: Add tic4x target.
10515 2002-10-03  Nathanael Nerode  <neroden@gcc.gnu.org>
10517         * Makefile.tpl: Make SET_LIB_PATH substitution more autoconfy.
10518         * configure.in: Make SET_LIB_PATH substitution more autoconfy.
10519         * Makefile.in: Regenerate.
10521         * Makefile.tpl: Make RPATH_ENVVAR substitution more autoconfy.
10522         * configure.in: Make RPATH_ENVVAR substitution more autoconfy.
10523         * Makefile.in: Regenerate.
10525 2002-10-02  Janis Johnson  <janis187@us.ibm.com>
10527         * MAINTAINERS: Add myself as web pages co-maintainer.
10529 2002-10-02  Nathanael Nerode  <neroden@gcc.gnu.org>
10531         * Makefile.tpl: Eliminate reference to all-gui, all-libproc.
10532         * Makefile.in: Regenerate.
10534 2002-10-02  Zack Weinberg  <zack@codesourcery.com>
10536         * MAINTAINERS: Add myself and Nathan Sidwell
10537         <nathan@codesourcery.com> as VxWorks maintainers.
10539 2002-10-02  Nathanael Nerode  <neroden@gcc.gnu.org>
10541         * Makefile.def: Remove order dependency comments.
10542         * Makefile.tpl: Add explicit install-install dependencies.
10543         * Makefile.in: Regenerate.
10545         * Makefile.tpl: Remove material now in src-release.  (Finally!)
10546         * Makefile.in: Regenerate.
10548         * Makefile.tpl: Add configure-target (for src-release in src)
10549         * Makefile.in: Regenerate.
10551 2002-09-30  Nick Clifton  <nickc@redhat.com>
10553         * Makefile.in (BINUTILS_SUPPORT_DIRS): Add cpu directory.
10555 2002-09-30  Ulrich Weigand  <uweigand@de.ibm.com>
10557         * configure.in (s390*-*-linux*): Enable libgcj.
10559 2002-09-29  Nathanael Nerode  <neroden@gcc.gnu.org>
10561         * configure: Revert accidentally applied changes.
10563         * Makefile.tpl: Make more autoconf-friendly.
10564         * Makefile.in: Regenerate.
10565         * configure: Make substitution more autoconf-like.
10567 2002-09-28  Richard Earnshaw  <rearnsha@arm.com>
10569         * configure.in (arm-*-coff, strongarm-*-coff, xscale-*-coff): Use a
10570         single entry to handle all these.
10571         (arm-*-elf, strongarm-*-elf, xscale-*-elf): Likewise.  Also enable
10572         libjava on arm-*-elf.
10574 2002-09-27  Geoffrey Keating  <geoffk@apple.com>
10576         * configure.in (powerpc-*-darwin*): Don't configure BFD, TK, or the
10577         things that depend on them.
10579 2002-09-25  Nathanael Nerode  <neroden@gcc.gnu.org>
10581         * Makefile.tpl: Make subsituted variables more autoconfy.
10582         * Makefile.in: Regenerate.
10583         * configure: Make seds more autoconfy.
10585 2002-09-25  Nathanael Nerode  <neroden@gcc.gnu.org>
10587         * Makefile.tpl: Rewrite substituted lines to look autoconfy.
10588         * Makefile.in: Regenerate.
10589         * configure.in: Rewrite sed statements to look autoconfy.
10591         * Makefile.tpl: Autogenerate *-target-* lists, dependencies of
10592         all-target-foo on configure-target-foo.
10593         * Makefile.def: Ditto.
10594         * Makefile.in: Rebuild.
10596 2002-09-25  Andrew Haley  <aph@redhat.com>
10598         * MAINTAINERS: Add aph@redhat.com as Java maintainer.
10600 2002-09-22  Nathanael Nerode  <neroden@gcc.gnu.org>
10602         * Makefile.def: New file.
10603         * Makefile.tpl: New file.
10604         * Makefile.in: Generate from Makefile.tpl with 'autogen Makefile.def'.
10605         * contrib/gcc_update: Note that Makefile.in is a generated file.
10607         * configure.in: Minor rearrangement.  Simplify tests.
10609 2002-09-22  Jason Thorpe  <thorpej@wasabisystems.com>
10611         * configure.in (with_headers): Skip copy if value is "yes".
10612         (with_libs): Likewise.
10614 2002-09-20  Nathanael Nerode  <neroden@gcc.gnu.org>
10616         * configure.in (*-*-netbsd*): Use noconfigdirs, not skipdirs.
10617         * configure.in (sh*-*-pe*): Ditto.
10618         * configure.in (mips*-*-pe*): Ditto.
10619         * configure.in (*arm-wince-pe): Ditto.
10621         * configure.in: Rearrange.
10623 2002-09-14  Kazu Hirata  <kazu@cs.umass.edu>
10625         * MAINTAINERS: Update my email address.
10627 2002-08-30  Paul Koning  <pkoning@equallogic.com>
10629         * MAINTAINERS: (Write After Approval): Add myself.
10631 2002-08-29  Geoffrey Keating  <geoffk@redhat.com>
10633         * MAINTAINERS: Update Jason Eckhardt's address, remove i860.
10635 2002-08-24  Geoffrey Keating  <geoffk@redhat.com>
10637         * MAINTAINERS: Change my mailing address.
10639 2002-08-21  Paolo Carlini  <pcarlini@unitus.it>
10641         * MAINTAINERS (Write After Approval): Remove myself.
10642         (Various Maintainers: c++ runtime libs): Add myself.
10644 2002-08-20  Loren J. Rittle  <ljrittle@acm.org>
10646         * MAINTAINERS (Write After Approval): Remove myself.
10647         (Various Maintainers: c++ runtime libs): Add myself.
10649 2002-08-15  Eric Christopher  <echristo@redhat.com>
10651         * config.sub: Import from master repository.
10652         * config.guess: Ditto.
10654 2002-08-19  Alexandre Oliva  <aoliva@redhat.com>
10656         * Makefile.in (GCC_FOR_TARGET): Prepend STAGE_CC_WRAPPER.
10657         * configure.in (CC_FOR_TARGET, GCJ_FOR_TARGET, CXX_FOR_TARGET,
10658         CXX_FOR_TARGET_FOR_RECURSIVE_MAKE): Likewise.
10660 2002-08-16  Aldy Hernandez  <aldyh@redhat.com>
10662         * MAINTAINERS: Add self to rs6000 vector extensions.
10664 2002-08-15  Alexandre Oliva  <aoliva@redhat.com>
10666         * libiberty/configure: Reverted unintended yesterday's check in.
10668 2002-08-14  Alexandre Oliva  <aoliva@redhat.com>
10670         * boehm-gc/configure, libf2c/configure: Rebuilt.
10671         * libffi/configure, libiberty/configure: Ditto.
10672         * libjava/configure, libobjc/configure: Ditto.
10673         * libstdc++-v3/configure, zlib/configure: Ditto.
10674         Merged from binutils:
10675         2002-01-27  Daniel Jacobowitz  <drow@mvista.com>
10676         From Steve Ellcey <sje@cup.hp.com>:
10677         * libtool.m4 (HPUX_IA64_MODE): Set to 32 or 64 based on ABI.
10678         (lt_cv_deplibs_check_method, lt_cv_file_magic_cmd,
10679         lt_cv_file_magic_test_file): Set to appropriate values for HP-UX
10680         IA64.
10681         * ltcf-c.sh (archive_cmds, hardcode_*): Ditto.
10682         * ltconfig (shlibpath_*, dynamic_linker, library_names_spec,
10683         soname_spec, sys_lib_search_path_spec): Ditto.
10685 2002-08-06  Federico G. Schwindt  <fgsch@olimpo.com.br>
10687         * configure.in (hppa*-*-openbsd*): Treat like hppa*-*-*elf*.
10689 2002-08-04  H.J. Lu  (hjl@gnu.org)
10691         * configure.in (mips*-*-linux*): Don't skip target-libffi.
10693 2002-08-02  Krister Walfridsson  <cato@df.lth.se>
10695         * MAINTAINERS (Write After Approval): Add myself.
10697 2002-07-31  Alan Modra  <amodra@bigpond.net.au>
10699         * configure.in: Move generic linux case to end.  Copy generic
10700         linux noconfigdirs to mips*-*-linux* entry and new
10701         powerpc64*-*-linux* entry.  Add target-libffi for the latter.
10703 2002-07-19  Michael Matz  <matz@suse.de>
10705         * MAINTAINERS: Add myself as ra* maintainer.
10707 2002-07-16  Chris Demetriou  <cgd@broadcom.com>
10709         * config.guess: Update to 2002-07-09 version.
10710         * config.sub: Update to 2002-07-03 version.
10712 2002-07-15  Hans-Peter Nilsson  <hp@bitrange.com>
10714         * MAINTAINERS: Fix typo in a maintainer email address.
10716 2002-07-11  Nathanael Nerode  <neroden@gcc.gnu.org>
10718         * configure.in: Remove two redundant tests.
10720 2002-07-11  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
10722         * configure.in (mips*-*-irix6*o32): Enable stabs.
10724 2002-07-08  Nathanael Nerode  <neroden@gcc.gnu.org>
10726         * configure.in: Don't build grez.
10727         * Makefile.in: Ditto.
10729         * Makefile.in: Remove references to bsp, cygmon, libstub.
10730         * configure.in: Ditto.
10732         * configure.in: Remove leftover reference to gdbtest.
10734 2002-07-08  Phil Edwards  <pme@gcc.gnu.org>
10736         * configure.in (gxx_include_dir):  Change to match versioned
10737         C++ headers if --enable-version-specific-runtime-libs is used.
10739 2002-07-04  Steve Ellcey  <sje@cup.hp.com>
10741         * ltcf-cxx.sh (hpux*): Modify to support ia64-*-hpux*.
10743 2002-07-03  Nathanael Nerode  <neroden@gcc.gnu.org>
10745         * configure.in: Make --without-x work.
10747 2002-07-02  Nathanael Nerode  <neroden@gcc.gnu.org>
10749         * configure.in: Rearrange target Makefile fragment collection.
10751         * Makefile.in: Don't try to build gdbtest, tgas, ispell, inet, or
10752         cvs[src].
10753         * configure.in: Ditto.
10755 2002-07-01  Matt Kraai  <kraai@alumni.cmu.edu>
10757         * MAINTAINERS (Write After Approval): Update my e-mail address.
10759 2002-06-24  Ben Elliston  <bje@redhat.com>
10761         * configure.in (host_tools): Remove cgen.
10763         * Makefile.in (all-cgen): Remove; runs from its source directory.
10764         (check-cgen, install-cgen, clean-cgen): Likewise.
10765         (all-opcodes): Do not depend on all-cgen.
10766         (all-sim): Likewise.
10768 2002-07-01  Nathanael Nerode  <neroden@gcc.gnu.org>
10770         * Makefile.in: Eliminate 'apache' targets.
10771         * configure.in: Eliminate 'apache' targets.
10773         * configure.in: Eliminate redundant tests.  Reorganize.
10775         * Makefile.in: Eliminate last reference to LIBGCC1_TEST.
10777         * config-ml.in: Eliminate references to Cygnus configure.
10779         * Makefile.in: Eliminate references to building emacs.
10781 2002-06-28  Graham Stott  <graham.stott@btinternet.com>
10783         * MAINTAINERS: Update my email address.
10785 2002-06-26  Benjamin Kosnik  <bkoz@redhat.com>
10787         * config.if (libstdcxx_incdir): Version C++ headers.
10788         (cxx_incdir): Remove.
10790 2002-06-25  Nathanael Nerode  <neroden@gcc.gnu.org>
10792         * MAINTAINERS (Write After Approval): Add self.
10794 Thu Jun 20 00:35:14 2002  Denis Chertykov  <denisc@overta.ru>
10796         * configure.in: Add support for ip2k.
10798 2002-06-22  Nathanael Nerode  <neroden@twcny.rr.com>
10800         * configure.in: Fix AIX configury bug.
10802 2002-06-20  Steve Ellcey  <sje@cup.hp.com>
10804         * MAINTAINERS (Write After Approval): Add self.
10806 2002-06-19  Nathanael Nerode  <neroden@twcny.rr.com>
10808         * configure.in: replace ${topsrcdir} with ${srcdir}
10810         * configure.in: Move definition of libstdcxx_flags
10811         right above usage, rather than waaay earlier.
10813         * configure.in: Pull definition of is_cross_compiler earlier.
10815         * configure.in: Rearrange a little.
10817         * configure.in: Remove references to librx.
10818         * Makefile.in: Remove references to librx.
10820 Tue Jun 18 22:37:35 2002  Denis Chertykov  <denisc@overta.ru>
10822         * config.sub: Add support for avr target.
10823         Import from master sources, rev 1.255
10825 2002-06-19  Phil Edwards  <pme@gcc.gnu.org>
10827         * configure, .cvsignore:  Revert previous change...
10828         * Makefile:  ...delete.
10830 2002-06-19  Nathanael Nerode  <neroden@twcny.rr.com>
10832         * configure.in: Eliminate ${gasdir} variable.
10834 2002-06-18  Dave Brolley  <brolley@redhat.com>
10836         * configure.in: Add support for frv.
10837         * config.sub: Add support for frv.
10839 2002-06-18  Phil Edwards  <pme@gcc.gnu.org>
10841         * configure:  Remove garbage from previous commit.
10843 2002-06-18  Phil Edwards  <pme@gcc.gnu.org>
10845         * configure:  For in-source builds, make a subdir and re-exec there.
10846         * Makefile:  New file.  Pass targets through to build directory.
10847         * .cvsignore:  No longer ignore "Makefile".
10849 2002-06-16  Douglas Rupp  <rupp@gnat.com>
10851         * MAINTAINERS (Write After Approval): Add self.
10853 2002-06-11  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
10855         * Makefile.in (CFLAGS_FOR_TARGET): Add -O2.
10857 2002-06-08  Jason Thorpe  <thorpej@wasabisystems.com>
10859         * configure.in (vax-*-netbsd*): Re-enable gas.
10861 2002-05-31  Nathanael Nerode  <neroden@twcny.rr.com>
10863         * Makefile.in: Replace HOST_PREFIX, HOST_PREFIX_1 with BUILD_PREFIX,
10864         BUILD_PREFIX_1, to correct nomenclature.
10865         * configure: Likewise.
10867         * Makefile.in: Eliminate version-specific references to tcl8.1, tk8.1.
10868         * configure.in: Eliminate version-specific references to tcl8.1, tk8.1.
10870 2002-05-31  Olaf Hering  <olh@suse.de>
10872         * config-ml.in: Propogate DESTDIR also.
10874 2002-05-29  Jason Thorpe  <thorpej@wasabisystems.com>
10876         * configure.in (vax-*-netbsd*): Don't build gas for this
10877         platform.
10879 2002-05-28  Marek Michalkiewicz  <marekm@amelek.gda.pl>
10881         * configure.in (noconfigdirs): Don't compile libiberty, libstdcxx
10882         and libgcj for AVR.
10884 2002-05-23  Kaz Kojima  <kkojima@gcc.gnu.org>
10886         * MAINTAINERS (Write After Approval): Add myself.
10888 2002-05-22  Jason Thorpe  <thorpej@wasabisystems.com>
10890         * config.guess: Update to 2002-05-22 version.
10891         * config.sub: Likewise.
10893 2002-05-16  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
10895         * Makefile.in: Allow for PWDCMD to override hardcoded pwd.
10896         * config-ml.in: Likewise.
10897         * configure: Likewise.
10898         * configure.in: Likewise.
10900 2002-05-16  Stephane Carrez  <stcarrez@nerim.fr>
10902         * MAINTAINERS: Update my email address.
10904 2002-05-13  Nathanael Nerode  <neroden@twcny.rr.com>
10906         * configure.in: Simplify makefile fragment collection.
10908         * configure.in: Remove code to build emacs.
10910         * configure.in : Remove --srcdir argument from targargs and buildargs
10911         (it's always overridden in the Makefile anyway).  Rearrange a bit.
10913         * configure: Move some logic to configure.in.
10914         * configure.in: Move some logic from configure.
10916 2002-05-11  Tom Tromey  <tromey@redhat.com>
10918         * MAINTAINERS: Reflect libgcj reality.
10920 2002-05-09  Federico G. Schwindt  <fgsch@olimpo.com.br>
10922         * Makefile.in: Honour DESTDIR.
10924 2002-05-08  Mark Mitchell  <mark@codesourcery.com>
10926         * config.guess: Import 2002-03-20 version.
10927         * config.sub: Import 2002-04-26 version.
10929 2002-05-08  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
10931         * config-ml.in: Allow for PWDCMD to determine ML_POPDIR.
10933 2002-05-07  Tim Josling  <tej@melbpc.org.au>
10935         * MAINTAINERS: Add self.
10937 2002-05-06  Loren J. Rittle  <ljrittle@acm.org>
10939         * ltmain.sh: Detect and handle object name conflicts
10940         while piecewise linking a static library.
10942 2002-05-05  Alexandre Oliva  <aoliva@redhat.com>
10944         * configure.in (noconfigdirs): Don't disable libgcj on
10945         sparc64-*-solaris* and sparcv9-*-solaris*.
10947 2002-05-03  Alexandre Oliva  <aoliva@redhat.com>
10949         * configure.in: Revert 2002-04-18's patch; fixed in libjava.
10951 2002-05-03  Thomas Fitzsimmons  <fitzsim@redhat.com>
10953         * configure.in (FLAGS_FOR_TARGET): Do not add
10954         -B$$r/$(TARGET_SUBDIR)/newlib/ when compiling newlib natively
10955         on i[3456]86-*-linux*.
10957 2002-05-01  Thomas Fitzsimmons  <fitzsim@redhat.com>
10959         * configure.in (noconfigdirs): Replace [ ] with test.
10961         * configure.in (noconfigdirs): Do not add target-newlib if
10962         target == i[3456]86-*-linux*, and host == target.
10964 2002-04-29  Nathanael Nerode  <neroden@doctormoo.dyndns.org>
10966         * configure.in: delete reference to absent file
10968         * configure.in: replace '[' with 'test'
10970         * configure.in: Eliminate references to gash.
10971         * Makefile.in: Eliminate references to gash.
10973         * configure.in: remove useless references to 'pic' makefile fragments.
10975         * configure.in: (*-*-windows*) Finish removing.
10977         * configure.in: Eliminate redundant test for libgui.
10979 2002-04-29  Roger Sayle  <roger@eyesopen.com>
10981         * MAINTAINERS: Add self and realphabetize.  Update entries
10982         for Dan Berlin, Chris Demetriou and Michael Matz.  Remove
10983         entry for a29k port maintainer.
10985 2002-04-26  Joel Sherrill  <joel@OARcorp.com>
10987         * configure.in (h8300*-*-rtems*): Disable libf2c and libgcj.
10988         (sparc-*-elf*, sparc64-*-elf*): Disable libgcj.
10990 2002-04-19  Nathanael Nerode  <neroden@twcny.rr.com>
10992         * configure.in: remove references to dead files
10994 2002-04-19  Mark Mitchell  <mark@codesourcery.com>
10996         * MAINTAINERS: Add information about purpose of this file.
10998 2002-04-18  Tom Tromey  <tromey@redhat.com>
11000         * configure.in: Disallow configuring libgcj when it is already
11001         installed and we're using Solaris 2.8 linker.  Do enable libgcj on
11002         Solaris 2.8 by default.  For PR libgcj/6158.
11004 2002-04-17  Nathanael Nerode  <neroden@twcny.rr.com>
11006         * configure.in:  Move default CC setting out of config/mh-* fragments
11007         directly into here.
11009 2002-04-17  Nathanael Nerode  <neroden@twcny.rr.com>
11011         * configure.in: don't even try to configure or make a subdirectory
11012         if there's no configure script for it.
11014 2002-04-15  Mark Mitchell  <mark@codesourcery.com>
11016         * MAINTAINERS: Remove chill maintainers.
11017         * Makefile.in (CHILLFLAGS): Remove.
11018         (CHILL_LIB): Remove.
11019         (TARGET_CONFIGDIRS): Remove libchill.
11020         (CHILL_FOR_TARGET): Remove.
11021         (BASE_FLAGS_TO_PASS): Don't pass CHILLFLAGS, CHILL_FOR_TARGET, or
11022         CHILL_LIB.
11023         (CONFIGURE_TARGET_MODULES): Remove configure-target-libchill.
11024         (CHECK_TARGET_MODULES): Likewise.
11025         (INSTALL_TARGET_MODULES): Likewise.
11026         (CLEAN_TARGET_MODULES): Likewise.
11027         (configure-target-libchill): Remove.
11028         (all-target-libchill): Remove.
11029         * configure.in (target_libs): Remove target-libchill.
11030         Do not compute CHILL_FOR_TARGET.
11031         * libchill: Remove directory.
11033 2002-04-11  DJ Delorie  <dj@redhat.com>
11035         * Makefile.in, configure.in: Sync with binutils, entries
11036         follow...
11038 2002-04-07  Andrew Cagney  <ac131313@redhat.com>
11040         * Makefile.in (do-tar-bz2): Delete rule.  Replace with ...
11041         (do-tar, do-bz2): New rules.
11042         (taz): Update.  Replace do-tar-bz2 with do-tar and do-bz2.
11043         (gdb-tar): New rule.
11044         (gdb-taz): Rewrite.  Use gdb-tar and do-bz2.
11045         (insight_dejagnu.tar): New rule.
11046         (insight.tar): New rule.
11047         (gdb+dejagnu.tar): New rule.
11048         (gdb.tar): New rule.
11050 2002-02-01  Mo DeJong  <supermo@bayarea.net>
11052         * Makefile.in: Add all-tix to deps for all-snavigator
11053         so that tix is built when building snavigator.
11055 2002-01-11  Steve Ellcey  <sje@cup.hp.com>
11057         * configure.in (ia64*-*-hpux*): New target for IA64 HP-UX,
11058         ld and gdb are not supported.
11060 2002-01-07  Mark Salter  <msalter@redhat.com>
11062         * configure.in: Remove target-bsp and target-cygmon from arm builds.
11063         Allow target-libgloss to be built for arm, strongarm, and xscale.
11065 2001-12-13  Thomas Fitzsimmons  <fitzsim@redhat.com>
11067         * configure.in (FLAGS_FOR_TARGET): Remove -nostdinc and -isystem
11068         options for i[3456]86-pc-linux* native builds.
11070 2001-11-20  Nick Clifton  <nickc@cambridge.redhat.com>
11072         * Makefile.in (do-proto-toplev): Use msgfmt to generate .gmo
11073         files from .po files for a distribution.
11075 2001-09-03  Jeff Holcomb  <jeffh@redhat.com>
11077         * configure.in: Enable libstdc++-v3 for h8300 targets.
11079 2001-06-19  Alan Modra  <amodra@bigpond.net.au>
11081         * Makefile.in (VER): If AM_INIT_AUTOMAKE uses BFD_VERSION, get
11082         version from bfd/.
11084 Fri Jun  8 11:14:02 2001  Andrew Cagney  <cagney@b1.cygnus.com>
11086         * Makefile.in (VER): When present, extract the version number from
11087         the file version.in.
11089 2001-05-24  Tom Rix  <trix@redhat.com>
11091         * configure.in : enable ld for aix
11093 2001-02-09  Martin Schwidefsky  <schwidefsky@de.ibm.com>
11095         * config.guess: Add linux target for S/390.
11097 2000-11-07  Philip Blundell  <pb@futuretv.com>
11099         * Makefile.in (ETC_SUPPORT): Also add configbuild.* and configdev.*.
11101 2000-11-03  Philip Blundell  <pb@futuretv.com>
11103         * Makefile.in (ETC_SUPPORT): Add configure.texi and associated info
11104         files.
11106 2001-01-15  Ben Elliston  <bje@redhat.com>
11108         * configure.in (host_tools): Add sid.
11109         Always configure cgen.
11111 2000-11-24  Nick Clifton  <nickc@redhat.com>
11113         * configure.in (c4x, c5x, tic54x): Move after ARM targets.
11115 2000-08-20  Doug Evans  <dje@casey.transmeta.com>
11117         * Makefile.in (ALL_MODULES): Add all-cgen.
11118         (CROSS_CHECK_MODULES,INSTALL_MODULES,CLEAN_MODULES): Similarily.
11119         (all-cgen): New target.
11120         (all-opcodes,all-sim): Depend on all-cgen.
11121         * configure.in (host_tools): Add cgen.
11122         Only configure cgen if --enable-cgen-maint.
11124 2002-04-09  Loren J. Rittle  <ljrittle@acm.org>
11126         * configure.in: Add *-*-freebsd* configurations.
11128 2002-04-08  Tom Tromey  <tromey@redhat.com>
11130         * configure.in: Add FLAGS_FOR_TARGET to GCJ_FOR_TARGET.
11131         Fixes PR libgcj/6068.
11133 2002-03-30  Krister Walfridsson  <cato@df.lth.se>
11135         * configure.in (i*86-*-netbsdelf*): Don't disable libgcj.
11137 2002-03-27  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
11139         * configure.in (alpha*-dec-osf*): Enable libgcj.
11141 2003-03-27  Matthew Gingell  <gingell@gnat.com>
11143         * MAINTAINERS (Write After Approval): Add myself.
11145 2002-03-24  Nick Clifton  <nickc@cambridge.redhat.com>
11147         Fix for: PR bootstrap/3591, target/5676
11148         * configure.in (mcore-pe): Disable the configuration of
11149         libstdc++-v3 since exceptions are not supported.
11151 2002-03-20  Anthony Green  <green@redhat.com>
11153         * configure.in: Enable libgcj for xscale-elf target.
11155 Tue Mar 19 09:05:08 2002  J"orn Rennecke  <joern.rennecke@superh.com>
11157         * MAINTAINERS:  Update my email address.
11159 2002-03-16  Alexandre Oliva  <aoliva@redhat.com>
11161         * ltmain.sh (relink_command): Fix typo in previous change.
11163 2002-03-15  Alexandre Oliva  <aoliva@redhat.com>
11165         * ltmain.sh (taglist): Initialized.  Don't let `CC' tag out of it.
11166         (relink_command): Added --tag flags.
11167         (mode=install): If relinking fails; error out.
11169 2002-03-12  Richard Henderson  <rth@redhat.com>
11171         * Makefile.in (NOTPARALLEL): New.  Use it instead of explicit
11172         .NOTPARALLEL tag.
11173         (do-check): Rename from check.
11174         (check): Allow parallel check.
11176 2002-03-12  Bob Wilson  <bob.wilson@acm.org>
11178         * MAINTAINERS: Add myself as maintainer for xtensa port.
11179         Fix alphabetical order in CPU port maintainer list.
11180         Remove myself from Write After Approval list.
11182 2002-03-11  Richard Henderson  <rth@redhat.com>
11184         * Makefile.in (.NOTPARALLEL): Add fake tag.
11186 2002-03-07  H.J. Lu  (hjl@gnu.org)
11188         * configure.in: Enable gprof for mips*-*-linux*.
11190 2002-03-05  Danny Smith  <dannysmith@users.sourceforge.net>
11192         * MAINTAINERS (Write After Approval): Add myself.
11194 2002-02-28  Alexandre Oliva  <aoliva@redhat.com>
11196         * configure.in (libstdcxx_flags): Don't add libstdc++-v3 flags for
11197         libjava.
11198         (CXX_FOR_TARGET): Explain why -shared-libgcc here.
11200 2002-02-23  Alexandre Oliva  <aoliva@redhat.com>
11202         * Makefile.in (MAKEINFO): Don't assume makeinfo will be built just
11203         because its Makefile is there; test for the executable instead.
11205 2002-02-22  Alexandre Oliva  <aoliva@redhat.com>
11207         * configure.in (CXX_FOR_TARGET): Add -shared-libgcc for
11208         libstdc++-v3 and libjava.
11210 2002-02-11  Adam Megacz  <adam@xwt.org>
11212         * gcc/Makefile.in: Removed libstdc++-v3 dependancy for libjava and
11213         boehm-gc
11215 2002-02-09  Alexandre Oliva  <aoliva@redhat.com>
11217         * config.guess: Updated to 2002-01-30's version.
11218         * config.sub: Updated to 2002-02-01's version.
11219         Contribute sh64-elf.
11220         2000-12-01  Alexandre Oliva  <aoliva@redhat.com>
11221         * configure.in: Added sh64-*-*.
11223 2002-02-08  Chris Demetriou  <cgd@broadcom.com>
11225         * MAINTAINERS: Belatedly add myself to write after approval list.
11227 Thu Feb  7 12:40:58 CET 2002  Jan Hubicka  <jh@suse.cz>
11229         * MAINTAINERS: Put self in as maintainer for x86-64 port.
11230         Remove self as Write After Approval.
11232 2002-01-31  Geoffrey Keating  <geoffk@redhat.com>
11234         * MAINTAINERS: Put self in as maintainer for contrib/regression
11235         directory.
11237 2002-01-28  Phil Edwards  <pme@gcc.gnu.org>
11239         * MAINTAINERS:  Update my email address.
11241 2002-01-26  Jason Thorpe  <thorpej@wasabisystems.com>
11243         * configure.in (*-*-netbsd*): New.  Skip target-newlib,
11244         target-libiberty, and target-libgloss.  Skip Java-related
11245         libraries if not supported for NetBSD on target CPU.
11247 2002-01-25  Douglas B Rupp  <rupp@gnat.com>
11249         * install-sh: Use _inst.$$_ for temp file name.
11251 2002-01-24  Jason Thorpe  <thorpej@wasabisystems.com>
11253         * MAINTAINERS (Write After Approval): Move my contact info
11254         from here...
11255         (OS Port Maintainers): ...to here (netbsd).
11257 2002-01-22  Bob Wilson  <bob.wilson@acm.org>
11259         * MAINTAINERS (Write After Approval): Add myself.
11261 2002-01-17  H.J. Lu  <hjl@gnu.org>
11263         * Makefile.in (all-fastjar): Also depend on all-libiberty.
11264         (all-target-fastjar): Also depend on all-target-libiberty.
11266 2002-01-16  H.J. Lu  (hjl@gnu.org)
11268         * config.guess: Import from master sources, rev 1.225.
11269         * config.sub: Import from master sources, rev 1.238.
11271 2002-01-16  Kazu Hirata  <kazu@hxi.com>
11273         * MAINTAINERS (Write After Approval): Remove myself.
11275 2001-12-19  Florian Weimer  <fw@deneb.enyo.de>
11277         * MAINTAINERS (Write After Approval): Add myself.
11279 2001-12-17  Joseph S. Myers  <jsm28@cam.ac.uk>
11281         * MAINTAINERS: Add self as docs co-maintainer.
11283 2001-12-11  Matthias Klose  <doko@debian.org>
11285         * MAINTAINERS (Write After Approval): Add myself.
11287 2001-12-09  Zack Weinberg  <zack@codesourcery.com>
11289         * MAINTAINERS: Update my email address.
11291 2001-12-07  Turly O'Connor  <turly@apple.com>
11292         * MAINTAINERS (Write After Approval): Add myself.
11293         * rs6000.c (rs6000_trampoline_size): Handle ABI_DARWIN case.
11294         (rs6000_initialize_trampoline): Call __trampoline_setup for
11295         ABI_DARWIN too.
11296         * darwin-tramp.asm: New file, implements __trampoline_setup.
11297         * t-darwin (LIB2FUNCS_EXTRA): Include darwin-tramp.asm.
11299 2001-12-07  Paolo Carlini  <pcarlini@unitus.it>
11301         * MAINTAINERS (Write After Approval): Add myself.
11303 Wed Dec  5 07:33:45 2001  Douglas B. Rupp  <rupp@gnat.com>
11305         * configure, configure.in: Use temp file for long sed commands.
11307 2001-12-03  Laurent Guerby  <guerby@acm.org>
11309         * config.sub: Update to version 1.232 on subversion.
11311 2001-12-03  Ben Elliston  <bje@redhat.com>
11313         * MAINTAINERS: Update mail address for config.* patches.
11315 2001-11-27  DJ Delorie  <dj@redhat.com>
11316             Zack Weinberg  <zack@codesourcery.com>
11318         When build != host, create libiberty for the build machine.
11320         * Makefile.in (TARGET_CONFIGARGS, BUILD_CONFIGARGS): Replace
11321         CONFIG_ARGUMENTS.
11322         (ALL_BUILD_MODULES_LIST, BUILD_CONFIGDIRS, BUILD_SUBDIR):
11323         New variables.
11324         (ALL_BUILD_MODULES, CONFIGURE_BUILD_MODULES): New variables
11325         and rules.
11326         (all.normal): Depend on ALL_BUILD_MODULES.
11327         (CONFIGURE_TARGET_MODULES rule): Use TARGET_CONFIGARGS.
11328         (all-build-libiberty): Depend on configure-build-libiberty.
11330         * configure: Calculate and substitute proper value for
11331         ALL_BUILD_MODULES.
11332         * configure.in: Create the build subdirectory.
11333         Calculate and substitute TARGET_CONFIGARGS (formerly
11334         CONFIG_ARGUMENTS); also BUILD_SUBDIR and BUILD_CONFIGARGS (new).
11336 2001-11-26  Ziemowit Laski  <zlaski@apple.com>
11338         * MAINTAINERS (write-after-approval): Add self.
11340 2001-11-17  Craig Rodrigues  <rodrigc@gcc.gnu.org>
11342         * MAINTAINERS (GNATS only accounts): Remove self.
11344 2001-11-14  Hans-Peter Nilsson  <hp@bitrange.com>
11346         * configure.in (noconfigdirs) [h8300*-*-*, h8500-*-*]: Disable
11347         libf2c.
11349 2001-11-12  Craig Rodrigues  <rodrigc@gcc.gnu.org>
11351         * MAINTAINERS (Write After Approval): Add self.
11353 2001-11-12  David O'Brien  <obrien@FreeBSD.org>
11355         * MAINTAINERS: mips and s390 are also CPU ports.
11357 2001-11-12  David O'Brien  <obrien@FreeBSD.org>
11359         * MAINTAINERS: mcore, cris and mmix are also CPU ports.
11361 2001-11-11  David O'Brien  <obrien@FreeBSD.org>
11363         * MAINTAINERS: Alphabetize.
11365 2001-11-09  Kazu Hirata  <kazu@hxi.com>
11367         * MAINTAINERS (Various maintainers: h8 port): Add myself.
11369 2001-11-09  John David Anglin  <dave@hiauly1.hia.nrc.ca>
11371         * MAINTAINERS (Various maintainers: hppa port): Added myself.
11373 2001-11-08  Phil Edwards  <pedwards@disaster.jaj.com>
11375         * configure.in (--enable-languages): Be more permissive about
11376         syntax.  Check for empty lists better.  Warn about $LANGUAGES.
11378 2001-11-08  Geoffrey Keating  <geoffk@redhat.com>
11380         * config.sub: Import from master sources, rev. 1.230.
11381         * MAINTAINERS: Change 'stormy16' to 'xstormy16'.
11383 2001-11-07  Laurent Guerby  <guerby@acm.org>
11385         * MAINTAINERS (Write After Approval): Add self.
11387 2001-11-06  Hans-Peter Nilsson  <hp@bitrange.com>
11389         * Makefile.in (MAKEINFO): Use "missing" for makeinfo older than 4.0.
11391 2001-11-05  Hans-Peter Nilsson  <hp@bitrange.com>
11393         * config.sub: Import from master sources, rev 1.226.
11394         * config.guess: Import from master sources, rev 1.216.
11396 2001-11-03  Hans-Peter Nilsson  <hp@bitrange.com>
11398         * configure.in (noconfigdirs) [mmix-*-*]: Disable libgcj.
11399         * MAINTAINERS: Add self as maintainer of MMIX port.
11400         Remove old after-approval entry.
11402 2001-10-28  Joseph S. Myers  <jsm28@cam.ac.uk>
11404         * ChangeLog, configure: Fix spelling errors.
11406 2001-10-20  Brendan Kehoe  <brendan@zen.org>
11408         * MAINTAINERS: Tweak my address.
11410 Thu Oct 11 21:50:15 2001  J"orn Rennecke  <amylaar@onetel.net.uk>
11412         * MAINTAINERS: Update my email address.
11414 2001-10-11  Hans-Peter Nilsson  <hp@axis.com>
11416         * configure.in (noconfigdirs) [cris-*-*]: Disable libgcj.
11417         * MAINTAINERS: Add self as maintainer of CRIS port.
11419 2001-10-10  Geert Bosch  <bosch@gnat.com>
11421         * MAINTAINERS (Various maintainers: Ada front end):
11422         Added Robert Dewar.
11424 2001-10-03  David Billinghurst  <David.Billinghurst@riotinto.com>
11426         * MAINTAINERS (Write After Approval): Added self
11428 2001-10-02  Geert Bosch  <bosch@gnat.com>
11430         * MAINTAINERS (Various maintainers: Ada front end): Added myself.
11432 2001-10-02  Joseph S. Myers  <jsm28@cam.ac.uk>
11434         * configure: Handle temporary files securely using mkdir.
11436 2001-09-29  Alexandre Oliva  <aoliva@redhat.com>
11438         * Makefile.in (configure-target-gperf): Depend on $(ALL_GCC_CXX).
11440 2001-09-26  Will Cohen  <wcohen@redhat.com>
11442         * configure.in (*-*-linux*): Disable configuration of target-newlib
11443         and target-libgloss.
11445 2001-09-26  Alexandre Oliva  <aoliva@redhat.com>
11447         * Makefile.in (EXTRA_TARGET_FLAGS): Pass RANLIB_FOR_TARGET for
11448         RANLIB.
11450 2001-09-21  Alexandre Oliva  <aoliva@redhat.com>
11452         * Makefile.in (AS_FOR_TARGET, LD_FOR_TARGET,
11453         DLLTOOL_FOR_TARGET, WINDRES_FOR_TARGET, AR_FOR_TARGET,
11454         RANLIB_FOR_TARGET, NM_FOR_TARGET): Don't use double quotes to
11455         avoid quotes nesting problems.
11456         (NATIVE_CHECK_MODULES): Ditto, just for consistency.
11457         (DO_X): Export only variables that are set.
11459 2001-09-19  Ben Elliston  <bje@redhat.com>
11461         * configure.in (sparc-sun-solaris2*): Don't use /usr/bin/which on
11462         Solaris when testing for the /usr/ucb/cc compiler; it has incorrect
11463         semantics.  Use the shell built-in "type" command instead.
11465 2001-08-31  Alexandre Oliva  <aoliva@redhat.com>
11467         Merged from gcc-3_0-branch:
11468         2001-07-30  Jeff Sturm  <jsturm@one-pont.com>
11469         * ltcf-c.sh: Use $objext, not $ac_objext.
11470         2001-07-27  Mark Kettenis  <kettenis@gnu.org>
11471         * ltcf-cxx.sh: Add support for GNU.
11472         2001-07-22  Timothy Wall  <twall@redhat.com>
11473         * ltcf-c.sh: Don't disable shared libraries for AIX5/IA64.  Preserve
11474         default settings if using GNU tools with that configuration.
11475         * ltcf-cxx.sh: Ditto.
11476         * ltcf-gcj.sh: Ditto.
11477         2001-07-21  Michael Chastain  <chastain@redhat.com>
11478         * ltconfig: Set max_cmd_len to a maximum of 512Kb, as it seems some
11479         HPUX 11.0 systems have trouble with 1MB.  Mark as gcc-local.
11480         * ltmain.sh: Mark as gcc-local.
11482 2001-08-30  Eric Christopher  <echristo@redhat.com>
11483             Jason Eckhardt  <jle@redhat.com>
11485         * config.guess: Merge from master sources.
11486         * config.sub: Merge from master sources, add support for mipsisa32.
11488 2001-08-25  Geoffrey Keating  <geoffk@redhat.com>
11489         * config.sub: Merge from master sources, rev 1.219.
11490         * MAINTAINERS: Add self as contact for stormy16 port.
11492 2001-08-14  Zack Weinberg  <zackw@panix.com>
11494         * config.sub: Merge from master sources, rev 1.218.
11495         * config.guess: Merge from master sources, rev 1.209.
11497 2001-08-11  Graham Stott  <grahams@redhat.com>
11499         * Makefile.in (check-c++): Add missing semicolon.
11501 Mon Jul 30 19:24:13 CEST 2001  Jan Hubicka  <jh@suse.cz>
11503         * MAINTAINERS (Various maitainers: predict.def): Added myself.
11505 2001-07-30  Eric Christopher  <echristo@redhat.com>
11507         * MAINTAINERS (Various maintainers: mips port): Added myself.
11509 2001-07-25  Andrew Haley  <aph@cambridge.redhat.com>
11511         * configure.in (sh-*-linux*): New.
11513 2001-07-27  Richard Henderson  <rth@redhat.com>
11515         * .cvsignore: Add LAST_UPDATED.
11517 2001-07-23  Ulrich Weigand  <uweigand@de.ibm.com>
11519         * MAINTAINERS (Various maintainers: s390 port): Added myself.
11521 2001-07-16  Aldy Hernandez  <aldyh@redhat.com>
11523         * config.sub: Fix mips64vr5000el typo in CPU-COMPANY.
11525 Fri Jul 13 14:31:57 2001  Nicola Pero  <nicola@brainstorm.co.uk>
11527         * MAINTAINERS (Write After Approval): Added myself.
11529 2001-07-12  Stephane Carrez  <Stephane.Carrez@worldnet.fr>
11531         * configure.in (noconfigdirs): Don't compile libiberty, libstdcxx
11532         and libgcj on m68hc11/m68hc12.
11534 2001-06-27  H.J. Lu  (hjl@gnu.org)
11536         * Makefile (CFLAGS_FOR_BUILD): New.
11537         (EXTRA_GCC_FLAGS): Add CFLAGS_FOR_BUILD.
11539 2001-06-13  Joseph S. Myers  <jsm28@cam.ac.uk>
11541         * README: Remove version number.
11543 2001-06-13  Gerald Pfeifer  <pfeifer@dbai.tuwien.ac.at>
11545         * INSTALL/README: Update wrt. to the installation instructions now
11546         residing in gcc/doc/install.texi.
11548 2001-06-13  Joseph S. Myers  <jsm28@cam.ac.uk>
11550         * README: Replace with a cut-down and updated version of gcc/README.
11552 2001-06-12  David Edelsohn  <edelsohn@gnu.org>
11554         * config-ml.in (powerpc-*-* | rs6000-*-*): Allow aix64 and pthread
11555         multilibs to be disabled.
11557 2001-06-11  Daniel Berlin  <dan@cgsoftware.com>
11559         * MAINTAINERS (Write After Approval): Add myself.
11561 2001-06-09  Alexandre Oliva  <aoliva@redhat.com>
11563         * config.guess: Import CVS version 1.195.
11564         * config.sub: Import CVS version 1.212.
11566 2001-06-08  Alexandre Oliva  <aoliva@redhat.com>, Jeff Sturm  <jsturm@one-point.com>
11568         * Makefile.in (AS_FOR_TARGET, LD_FOR_TARGET, NM_FOR_TARGET): If
11569         gcc/xgcc is built, use -print-prog-name to find out the program
11570         name to use.
11572 2001-06-04  Phil Edwards  <pme@sources.redhat.com>
11574         * config.guess:  Import CVS version 1.194.  All gcc-local changes
11575         appear to also be in the master copy.
11576         * config.sub:  Import CVS version 1.211.
11578 Mon Jun  4 16:32:53 2001  Mark Mitchell  <mark@codesourcery.com>
11580         * ltcf-c.sh (archive_cmds, archive_expsym_cmds) [solaris,
11581         with_gcc]: Use `gcc -shared' to build a shared library.
11583 Mon Jun  4 16:24:43 2001  John David Anglin  <dave@hiauly1.hia.nrc.ca>
11585         * ltcf-c.sh (archive_cmd) [hpux, with_gcc]: Use gcc to link shared
11586         archives.
11588 Fri Jun  1 18:55:19 2001  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
11590         * MAINTAINERS (Write After Approval): Add myself.
11592 2001-06-01  Hans-Peter Nilsson  <hp@axis.com>
11594         * configure.in (libstdcxx_flags): Do not try to execute
11595         libstdc++-v3/testsuite_flags until it exists.
11597 2001-06-01  Alan Modra  <amodra@bigpond.net.au>
11599         * MAINTAINERS: Update my email address.
11601 2001-05-31  Graham Stott  <grahams@redhat.com>
11603         * MAINTAINERS (Write After Approval): Add myself.
11605 2001-05-28  Simon Patarin  <simon.patarin@inria.fr>
11607         * ltcf-cxx.sh (osf3/osf4/osf5): Support creation of C++  shared
11608         libraries when using g++ with native linker.
11610 2001-05-28  Alexandre Oliva  <aoliva@redhat.com>
11612         * ltconfig, ltmain.sh: Upgrade to libtool 1.4a 1.641.2.256.
11614 2001-05-22  Alexandre Oliva  <aoliva@redhat.com>
11616         * ltcf-cxx.sh (allow_undefined_flag, no_undefined_flag)
11617         [aix4*|aix5*]: Prepend blank.
11619 2001-05-20  Alexandre Oliva  <aoliva@redhat.com>
11621         * ltconfig, ltmain.sh, libtool.m4, ltcf-c.sh, ltcf-cxx.sh,
11622         ltcf-gcj.sh: Upgraded to libtool 1.4a 1.641.2.254.  Rebuilt a number
11623         of subdir/configure scripts to use the new libtool.m4.
11625 2001-05-19  Matt Kraai  <kraai@alumni.carnegiemellon.edu>
11627         * MAINTAINERS (Write After Approval): Add myself.
11629 2001-05-18  Benjamin Kosnik  <bkoz@redhat.com>
11631         * configure.in (libstdcxx_flags): Remove reference to libstdc++.INC.
11633 2001-05-11  Ben Elliston  <bje@redhat.com>
11635         * Makefile.in (all-sid): New target.
11636         (check-sid, clean-sid, install-sid): Likewise.
11638 2001-05-09  Jeffrey Oldham  <oldham@codesourcery.com>
11640         * ltcf-cxx.sh: Add -nostdlib to IRIX 6 archive_cmds.
11642 2001-05-03  Alexandre Oliva  <aoliva@redhat.com>
11644         * configure.in (noconfigdirs) [*-cygwin*, *-mingw*, *-beos]: Disable
11645         libgcj.
11647 2001-05-03  Alexandre Oliva  <aoliva@redhat.com>
11649         * Makefile.in (AS_FOR_TARGET, LD_FOR_TARGET, NM_FOR_TARGET): If
11650         gcc/xgcc is built, use -print-prog-name to find out the program
11651         name to use.
11653 2001-04-26  Alexandre Oliva  <aoliva@redhat.com>
11655         * configure.in (noconfigdirs): Don't reset it from scratch in the
11656         target case; only append to it.
11658         * configure.in (noconfigdirs) [hppa*-*-*, mips*-*-irix6*,
11659         sparc-*-solaris2.8]: Disable ${libgcj}.
11661 2001-04-25  Alexandre Oliva  <aoliva@redhat.com>
11663         * configure.in (libgcj_saved): Copy from $libgcj.
11664         (libgcj): Zero out if --enable-libgcj; add to noconfigdirs is
11665         --disable-libgcj.
11667 2001-04-25  Gavin Romig-Koch  <gavin@redhat.com>
11669         * MAINTAINERS: Remove self as MIPS maintainer and
11670         C front end maintainer.
11672 Mon Apr 23 09:15:03 2001  Anthony Green  <green@redhat.com>
11674         * configure.in: Move *-chorusos target case to the proper switch.
11675         Disable libgcj.
11677 2001-04-12  Alexandre Oliva  <aoliva@redhat.com>
11679         * ltconfig, ltmain.sh, ltcf-cxx.sh: Upgraded to libtool 1.4a
11680         1.641.2.228.
11682 2001-04-13  Franz Sirl  <Franz.Sirl-kernel@lauterbach.com>
11684         * Makefile.in (STAGE1_CFLAGS): Pass down.
11686 2001-04-13  Alan Modra  <amodra@one.net.au>
11688         * config.guess: Add hppa64-linux support.  Note for next import that
11689         this is already in the master file.
11690         * configure.in: Likewise.  Accept `parisc' alias for `hppa'.
11692 2001-04-12  Alexandre Oliva  <aoliva@redhat.com>
11694         * ltconfig, ltmain.sh, libtool.m4, ltcf-c.sh, ltcf-cxx.sh,
11695         ltcf-gcj.sh: Upgraded to libtool 1.4a 1.641.2.226.
11697 2001-04-11  Stan Shebs  <shebs@apple.com>
11699         * MAINTAINERS: Add self as Darwin port maintainer.
11701 2001-04-11  Alan Modra  <amodra@one.net.au>
11703         * MAINTAINERS: Update my email address.
11705 2001-04-10  Loren J. Rittle  <ljrittle@acm.org>
11707         * ltcf-cxx.sh: Support creation of C++ shared libraries on
11708         recent versions of FreeBSD (release 3 or later).
11709         * ltconfig: On FreeBSD, -lc must not be provided when building
11710         a shared library or else the standard -pthread gcc option is
11711         rendered worthless to later users of the built library.
11713 2001-04-06  Joseph S. Myers  <jsm28@cam.ac.uk>
11715         * MAINTAINERS: Add self and RTH as C front end maintainers.
11717 2001-04-05  Alexandre Oliva  <aoliva@redhat.com>
11719         * config.sub: Make sure to match an already-canonicalized
11720         machine name (eg. mn10300-unknown-elf).
11722 2001-04-01  Alexandre Oliva  <aoliva@redhat.com>
11724         * Makefile.in (CXX_FOR_TARGET_FOR_RECURSIVE_MAKE, RECURSE_FLAGS):
11725         New macros.
11726         (bootstrap, cross): Use RECURSE_FLAGS.
11727         * configure.in: Subst CXX_FOR_TARGET_FOR_RECURSIVE_MAKE.
11729 2001-03-27  Alexandre Oliva  <aoliva@redhat.com>
11731         * configure.in (CXX_FOR_TARGET): Use xgcc for libstdc++-v3.
11733 2001-03-22  Colin Howell  <chowell@redhat.com>
11735         * Makefile.in (DO_X): Do not backslash single-quotes in
11736         backquotes (two places).
11738 2001-03-22  Alexandre Oliva  <aoliva@redhat.com>
11740         Re-installed:
11741         2001-01-02  Laurynas Biveinis  <lauras@softhome.net>
11742         * ltcf-c.sh: Clear ac_cv_prog_cc_pic for DJGPP.  Do not add
11743         '-DPIC' to ac_cv_prog_cc_pic for DJGPP.
11744         * ltcf-cxx.sh: Likewise.
11745         * ltcf-gcj.sh: Likewise.
11747 2001-03-22  Gerald Pfeifer  <pfeifer@dbai.tuwien.ac.at>
11749         * MAINTAINERS: Add myself as "documentation co-maintainer".
11751 2001-03-22  Alexandre Oliva  <aoliva@redhat.com>
11753         * ltconfig, ltmain.sh, libtool.m4, ltcf-c.sh, ltcf-cxx.sh,
11754         ltcf-gcj.sh: Upgraded to libtool 1.4a 1.641.2.198.
11756 2001-03-19  Tom Tromey  <tromey@redhat.com>
11758         * config-ml.in: Handle GCJ and GCJFLAGS.
11760 2001-03-21  Michael Chastain  <chastain@redhat.com>
11762         * Makefile.in: all-m4 depends on all-texinfo.
11764 2001-03-20  Loren J. Rittle  <ljrittle@acm.org>
11766         * MAINTAINERS: Add myself to write after approval list.
11768 2001-03-18  Laurynas Biveinis  <lauras@softhome.net>
11770         * Makefile.in (DO_X): Quote nested quotes.
11772 2001-03-18  Alan Modra  <alan@linuxcare.com.au>
11774         * MAINTAINERS: Add myself to write after approval list.
11776 2001-03-15  Laurynas Biveinis  <lauras@softhome.net>
11778         * Makefile.in (DO_X): Use double quotes for quoting
11779         "RANLIB=$${RANLIB}".
11781 2001-03-10  Ovidiu Predescu  <ovidiu@cup.hp.com>
11783         * MAINTAINERS: Added Stan Shebs as new maintainer for Objective-C.
11785 2001-03-09  Nicola Pero  <n.pero@mi.flashnet.it>
11787         * configure.in: Only use `lang_requires' for languages athat are
11788         actually enabled.
11790 2001-03-08  Phil Edwards  <pme@sources.redhat.com>
11792         * MAINTAINERS (C++ runtime libs):  Update and alphabatize.
11794 2001-03-08  Alexandre Oliva  <aoliva@redhat.com>
11796         * Makefile.in (ALL_GCC, ALL_GCC_C, ALL_GCC_CXX): Set before use.
11798 2001-03-07  Tom Tromey  <tromey@redhat.com>
11800         * configure.in: Allow config-lang.in to set `lang_requires' to list
11801         of other required languages.
11803 2001-03-06  Laurynas Biveinis  <lauras@softhome.net>
11805         * Makefile.in: Remove RANLIB definition. Use RANLIB
11806         in RANLIB_FOR_TARGET, EXTRA_HOST_FLAGS, EXTRA_TARGET_FLAGS,
11807         EXTRA_GCC_FLAGS, $(DO_X) targets only when the RANLIB is set.
11809 2001-02-28  Benjamin Kosnik  <bkoz@redhat.com>
11810             Alexandre Oliva  <aoliva@redhat.com>
11812         * Makefile.in (check-c++): Use tabs, not spaces.
11814 2001-02-20  Laurynas Biveinis  <lauras@softhome.net>
11816         * MAINTAINERS: add myself to Write After Approval list.
11818 2001-02-19  Benjamin Kosnik  <bkoz@redhat.com>
11820         * Makefile.in (check-c++): New rule.
11822         * configure.in (target_libs): Remove libg++.
11823         (noconfigdirs): Remove libg++.
11824         (noconfigdirs): Same.
11825         (noconfigdirs): Same.
11826         (noconfigdirs): Same.
11828         * config-ml.in: Remove libg++ references.
11830         * Makefile.in (TARGET_CONFIGDIRS): Remove libio, libstdc++, libg++.
11831         (ALL_TARGET_MODULES): Same.
11832         (configure-target-libg++): Remove.
11833         (all-target-libg++): Remove.
11834         (configure-target-libio): Remove.
11835         (all-target-libio): Remove.
11836         (check-target-libio): Remove.
11837         (.PHONY): Remove.
11838         (libg++.tar.bz2): Remove.
11839         (all-target-cygmon): Remove libio.
11840         (all-target-libstdc++): Remove.
11841         (configure-target-libstdc++): Remove.
11842         (TARGET_LIB_PATH): Remove libstdc++.
11843         (ALL_GCC_CXX): Remove libstdc++.
11844         (all-target-gperf): Correct.
11846 2001-02-16  Nick Clifton  <nickc@redhat.com>
11848         * configure.in (noconfigdirs): Allow configuration of texinfo
11849         for Cygwin hosts.
11851 2001-02-15  Anthony Green  <green@redhat.com>
11853         * configure: Introduce GCJ_FOR_TARGET.
11854         * configure.in: Ditto.
11855         * Makefile.in: Ditto.
11857 2001-02-13  Andreas Schwab  <schwab@suse.de>
11859         * MAINTAINERS: Update mail address.
11861 2001-02-09  Martin Schwidefsky  <schwidefsky@de.ibm.com>
11863         * config.guess: Add linux target for S/390.
11864         * config.sub: Likewise.
11866 2001-02-08  Chandrakala Chavva  <cchavva@redhat.com>
11868         * configure.in: for *-chorusos, don't config target-newlib and
11869         target-libgloss.
11871 2001-02-06  Ben Elliston  <bje@redhat.com>
11873         * configure: Output host type to stdout, not stderr.
11875 2001-02-05  Mark Mitchell  <mark@codesourcery.com>
11877         * ltcf-c.sh: Add support for -no-undefined under GNU/Linux.
11878         * ltcf-cxx.sh: Likewise.
11880         * config.if: Assume enable_libstdcxx_v3 is defined.
11882 2001-02-04  Mark Mitchell  <mark@codesourcery.com>
11884         Remove V2 C++ library.
11885         * configure.in: Remove --enable-libstdcxx_v3 support.
11887 2001-01-31  Bryce McKinlay  <bryce@albatross.co.nz>
11889         * include/demangle.h: Add prototype for java_demangle_v3.
11891 2001-01-29  Phil Edwards  <pme@sources.redhat.com>
11893         * COPYING.LIB:  Update to LGPL 2.1 from the FSF.
11895 2001-01-27  Richard Henderson  <rth@redhat.com>
11897         * configure.in (target_makefile_frag) [alpha*-*]: Use mt-alphaieee.
11899 2001-01-27  Michael Sokolov  <msokolov@ivan.Harhan.ORG>
11901         * ltcf-cxx.sh (ac_cv_prog_cc_pic_works, ac_cv_prog_cc_static_works):
11902         Don't unset, it's non-portable and no longer necessary, set to empty
11903         instead.
11905 2001-01-27  Michael Sokolov  <msokolov@ivan.Harhan.ORG>,  Alexandre Oliva  <oliva@lsd.ic.unicamp.br>
11907         * ltconfig: Shell portability fix for the tagname validity check.
11909 2001-01-27  Alexandre Oliva  <aoliva@redhat.com>
11911         * ltcf-c.sh (ld_shlibs) [aix5*]: Disable on unknown CPU types.
11912         * ltcf-cxx.sh, ltcf-gcj.sh: Likewise.
11914 2001-01-26  Michael Sokolov  <msokolov@ivan.Harhan.ORG>
11916         * ltcf-cxx.sh: Use parentheses around eval $ac_compile.
11918 2001-01-26  Tom Tromey  <tromey@redhat.com>
11920         * configure.in: Allow libgcj to be built on Sparc Solaris.
11922 2001-01-25  David Edelsohn  <edelsohn@gnu.org>
11924         * ltcf-c.sh: Add aix5 case.
11925         * ltcf-cxx.sh: Likewise.
11926         * ltconfig: Likewise.
11928 2001-01-24  Alexandre Oliva  <aoliva@redhat.com>
11930         * ltmain.sh (TAG disable-shared, TAG disable-static): Make sure we
11931         keep at least one of build_libtool_libs or build_old_libs set to
11932         yes.
11934         * ltcf-gcj.sh (lt_simple_link_test_code): Remove stray `(0)'.
11935         * libtool.m4 (_AC_LIBTOOL_GCJ): Pass $CPPFLAGS on.
11937 2001-01-23  Bryce McKinlay  <bryce@albatross.co.nz>
11939         * configure.in: Enable libgcj on several additional platforms.
11941 2001-01-22  Bryce McKinlay  <bryce@albatross.co.nz>
11943         * configure.in: Enable libgcj for linux targets.
11945 2001-01-20  Michael Sokolov  <msokolov@ivan.Harhan.ORG>
11947         * MAINTAINERS (Write After Approval): Add myself.
11949 2001-01-15  John David Anglin  <dave@hiauly1.hia.nrc.ca>
11951         * MAINTAINERS: Add myself as vax port maintainer.
11953 2001-01-11  Fergus Henderson  <fjh@cs.mu.oz.au>
11955         * MAINTAINERS: Add myself as Mercury front-end maintainer.
11957 2001-01-09  Mike Stump  <mrs@wrs.com>
11959         * Makefile.in (CONFIGURE_TARGET_MODULES): Pass back configuration
11960         failures of subdirectories.
11962 2001-01-02  Laurynas Biveinis  <lauras@softhome.net>
11964         * ltcf-c.sh: Clear ac_cv_prog_cc_pic for DJGPP.  Do not add
11965         '-DPIC' to ac_cv_prog_cc_pic for DJGPP.
11966         * ltcf-cxx.sh: Likewise.
11967         * ltcf-gcj.sh: Likewise.
11968         * ltconfig.sh: Fix typo.
11970 2001-01-02  Laurynas Biveinis  <lauras@softhome.net>
11972         * configure: handle DOS-style absolute paths.
11974 2001-01-02  Laurynas Biveinis  <lauras@softhome.net>
11976         * configure.in: remove supported directories from $noconfigdirs for DJGPP.
11978 2000-12-30  Marek Michalkiewicz  <marekm@linux.org.pl>
11980         * MAINTAINERS: Add myself as avr port co-maintainer.
11982 2000-12-28  Ben Elliston  <bje@redhat.com>
11984         * MAINTAINERS: Add myself under ``Write After Approval''.
11986 2000-12-19  Joseph S. Myers  <jsm28@cam.ac.uk>
11988         * texinfo: Remove directory from GCC.
11990 2000-12-18  Joseph S. Myers  <jsm28@cam.ac.uk>
11992         * COPYING: Update to current
11993         ftp://ftp.gnu.org/pub/gnu/Licenses/COPYING-2.0 (fixes references
11994         to 19yy as example year in copyright notice).
11996 2000-12-18  Benjamin Kosnik  <bkoz@redhat.com>
11998         * Makefile.in (BASE_FLAGS_TO_PASS): Alphabetize.
11999         (libstdcxx_incdir): Pass down.
12000         * config.if: Remove expired bits for cxx_interface, add stub.
12001         (libstdcxx_incdir): Add variable for g++ include directory.
12002         * configure.in (gxx_include_dir): Use it.
12004 2000-12-18  Alexandre Oliva  <aoliva@redhat.com>
12006         * MAINTAINERS: Added self as sh port co-maintainer.  Removed entry
12007         with old-email address from ``Write After Approval''.
12009 2000-12-15  Andreas Jaeger  <aj@suse.de>
12011         * configure.in: Handle lang_dirs.
12013 2000-12-14  Tom Tromey  <tromey@redhat.com>
12015         * MAINTAINERS: Removed brads.
12017         * MAINTAINERS: Added gcj developers.
12019 2000-12-13  Anthony Green  <green@redhat.com>
12021         * configure.in: Disable libgcj for any target not specifically
12022         listed.  Disable libgcj for x86 and Alpha Linux until compatible
12023         with g++ abi.
12025 2000-12-13  Mike Stump  <mrs@wrs.com>
12027         * Makefile.in (local-distclean): Also remove fastjar.
12029 2000-12-12  Rodney Brown  <RodneyBrown@mynd.com>
12031         * contrib/gcc_update: Add fastjar --touch entries.
12033 2000-12-12  Alexandre Oliva  <aoliva@redhat.com>
12035         * configure.in: Disable language-specific target libraries for
12036         languages that aren't enabled.
12038 2000-12-10  Anthony Green  <green@redhat.com>
12040         * configure.in: Define libgcj.  Disable libgcj target libraries for
12041         most targets.
12043 2000-12-10  Neil Booth  <neilb@earthling.net>
12045         * MAINTAINERS: Update mail address, remove from WAA list.
12047 2000-12-09  Alexandre Petit-Bianco  <apbianco@cygnus.com>
12049         * libjava: Imported from /cvs/java.
12050         * libffi: Likewise.
12051         * Boehm-gc: Likewise.
12053 2000-12-09  Alexandre Petit-Bianco  <apbianco@cygnus.com>
12055         * configure.in (target_libs): Revert 2000-12-08 patch.
12056         (noconfigdirs): Added target-libjava.
12058 2000-12-09  Laurynas Biveinis  <lauras@softhome.net>
12060         * djunpack.bat: removed.
12062 2000-12-09  Laurynas Biveinis  <lauras@softhome.net>
12064         * Makefile.in: handle DOS-style absolute paths.
12065         * config-ml.in: likewise.
12066         * symlink-tree: likewise.
12068 2000-12-08  Alexandre Petit-Bianco  <apbianco@cygnus.com>
12070         * fastjar: Imported.
12072 2000-12-08  Alexandre Petit-Bianco  <apbianco@cygnus.com>
12074         * Makefile.in (TARGET_CONFIGDIRS): Wrong place. Removed note about
12075         libjava.
12076         * configure.in (target_libs): Removed `target-libjava'.
12078 2000-12-08  Alexandre Petit-Bianco  <apbianco@cygnus.com>
12080         * Makefile.in (TARGET_CONFIGDIRS): Added note about libjava.
12081         (ALL_MODULES): Added fastjar.
12082         (NATIVE_CHECK_MODULES, INSTALL_MODULES, CLEAN_MODULES): Likewise.
12083         (all-target-libjava): all-fastjar replaces all-zip.
12084         (all-fastjar): Added.
12085         (configure-target-fastjar, all-target-fastjar): Likewise.
12086         * configure.in (host_tools): Added fastjar.
12088 2000-12-07  Mike Stump  <mrs@wrs.com>
12090         * Makefile.in (local-distclean): Remove leftover built files.
12092 2000-11-24  Nick Clifton  <nickc@redhat.com>
12094         * configure.in (xscale-elf): Add target.
12095         (xscale-coff): Add target.
12097 2000-11-22  Loren J. Rittle  <ljrittle@acm.org>
12099         * ltcf-cxx.sh: Support creation of C++ shared libraries on
12100         recent versions of FreeBSD (release 3 or later).
12101         * ltconfig: On FreeBSD, -lc must not be provided when building
12102         a shared library or else the standard -pthread gcc option is
12103         rendered worthless to later users of the built library.
12105 2000-11-16  Fred Fish  <fnf@be.com>
12107         * configure.in (enable_libstdcxx_v3): Fix typo,
12108         libstd++ -> libstdc++.
12110 2000-11-21  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
12112         * MAINTAINERS: Add self to Write After Approval list.
12114 2000-11-21  Bernd Schmidt  <bernds@redhat.com>
12116         * MAINTAINERS: Update my email address.  Add myself to global write
12117         privs list.
12119 2000-11-18  Alexandre Oliva  <aoliva@redhat.com>
12121         * Makefile.in: Merge with src and libgcj.
12122         (ALL_GCC_C, ALL_GCC_CXX): New macros.  Use them as dependencies of
12123         configure-target-<library> when their configure scripts need the C
12124         or C++ library to have already been built to work properly.
12125         (do_proto_toplev): Set them to an empty string.
12127         * Makefile.in (HOST_LIB_PATH, TARGET_LIB_PATH): New macros.
12128         (REALLY_SET_LIB_PATH): Use them.
12130 2000-11-17  Stan Shebs  <shebs@apple.com>
12132         * MAINTAINERS: Add self to Write After Approval list.
12134 2000-11-13  Joseph S. Myers  <jsm28@cam.ac.uk>
12136         * configure: Provide the original toplevel configure arguments
12137         (including $0) to subprocesses in the environment rather than
12138         through gcc/configargs.h.
12140 2000-11-13  Joseph S. Myers  <jsm28@cam.ac.uk>
12142         * MAINTAINERS: Remove references to cccp. Change C9X reference to
12143         C99.  Alphabetise "Write After Approval" list.
12145 2000-11-12  Mark Mitchell  <mark@codesourcery.com>
12147         * configure: Turn on libstdc++ V3 by default.
12149         * ltcf-c.sh: On Solaris, use `gcc -shared' to build a shared library
12150         if we've got GCC.
12152 2000-11-11  Philip Blundell  <philb@gnu.org>
12154         * MAINTAINERS: Add self to Write After Approval list.
12156 2000-11-09  David Edelsohn  <edelsohn@gnu.org>
12158         * ltcf-c.sh (aix4): Improve shared library configuration; require
12159         exporting symbols.
12160         * ltcf-cxx.sh (aix4): Define.
12161         * ltconfig (aix4): Define library and soname specs appropriate for
12162         AIX.  Define command to create export symbols list.
12164 Mon Nov  6 14:19:35 2000  Christopher Faylor  <cgf@cygnus.com>
12166         * config.sub: Add support for Sun Chorus
12168 2000-10-31  Nick Clifton  <nickc@redhat.com>
12170         * MAINTAINERS: Rename <name>@cygnus.com addresses to
12171         <name>@redhat.com.  Also installed new email address for Clint
12172         Popetz.
12174 2000-10-30  Joseph S. Myers  <jsm28@cam.ac.uk>
12176         * etc: Remove directory from GCC.
12178 2000-10-16  Michael Meissner  <meissner@redhat.com>
12180         * configure (gcc/configargs.h): Only create if there is a build GCC
12181         directory created.
12183 2000-10-16  Matthias Klose  <doko@debian.org>
12185         * config.if: Search libstdc++-v3/configure.in for INTERFACE,
12186         when configured for libstdc++-v3.
12188 2000-10-05  Phil Edwards  <pme@gcc.gnu.org>
12190         * configure: Save configure arguments to gcc/configargs.h.
12192 2000-10-04  Philipp Thomas  <pthomas@suse.de>
12194         * config.guess: Import CVS version 1.157.
12195         * config.sub: Import CVS version 1.181.
12197 2000-10-04  Andris Pavenis  <pavenis@latnet.lv>
12199         * Makefile.in (bootstrap): avoid recursion if subdir missing
12200         (cross): ditto
12201         (do-proto-toplev): ditto
12203 2000-09-30  Alexandre Oliva  <aoliva@redhat.com>
12205         * Makefile.in (DEVO_SUPPORT): Added gettext.m4, libtool.m4,
12206         ltcf-c.sh, ltcf-cxx.sh and ltcf-gcj.sh.
12208         * ltconfig, ltmain.sh, libtool.m4, ltcf-cxx.sh: Updated from libtool
12209         multi-language branch, to work around Solaris' /bin/sh bug.  Rebuilt
12210         all affected `configure' scripts.
12212 Mon 25-Sep-2000 19:46:09 BST  Neil Booth  <neilb@earthling.net>
12214         * MAINTAINERS: Add self as cpplib co-maintainer.
12216 2000-09-24  Aldy Hernandez  <aldyh@redhat.com>
12218         * MAINTAINERS: Add self to Write After Approval list.
12220 2000-09-18  Gerald Pfeifer  <pfeifer@dbai.tuwien.ac.at>
12222         * INSTALL/README: egcs -> GCC update.
12224 Sun Sep 17 16:55:59 CEST 2000  Marc Espie  <espie@cvs.openbsd.org>
12226         * MAINTAINERS: Add myself to Write After Approval list.
12228 2000-09-15  Kazu Hirata  <kazu@hxi.com>
12230         * MAINTAINERS: Add myself to Write After Approval list.
12232 Wed Sep 13 11:11:29 2000  Jeffrey A Law  (law@cygnus.com)
12234         * configure.in: Do not build byacc for hppa64.  Provide paths to the
12235         X11 libraries for hppa64.
12237 2000-09-08  Stephane Carrez  <Stephane.Carrez@worldnet.fr>
12239         * MAINTAINERS: Add myself as 68hc11 port maintainer.
12241 2000-09-06  Alexandre Oliva  <aoliva@redhat.com>
12243         * Makefile.in (all-zlib): Added dummy target.
12245         * ltconfig, ltmain.sh, libtool.m4, ltcf-c.sh, ltcf-cxx.sh,
12246         ltcf-gcj.sh: Updated from libtool multi-language branch.
12248 2000-09-05  Alexandre Oliva  <aoliva@redhat.com>
12250         * Makefile.in (all-bootstrap): Added all-texinfo and all-zlib.
12251         (bootstrap*): Depend on all-bootstrap.
12253 2000-09-05  Philipp Thomas  <pthomas@suse.de>
12255         * config.guess: Import CVS version 1.156.
12256         * config.sub: Import CVS version 1.179.
12258 2000-09-02  Anthony Green  <green@cygnus.com>
12260         * Makefile.in (all-gcc): Depend on all-zlib.
12261         (CLEAN_MODULES): Add clean-zlib.
12262         (ALL_MODULES): Add all-zlib.
12263         * configure.in (host_libs): Add zlib.
12265 2000-09-02  Alexandre Oliva  <aoliva@redhat.com>, DJ Delorie  <dj@redhat.com>
12267         * configure.in (FLAGS_FOR_TARGET): Use -nostdinc even for Canadian
12268         crosses, but add gcc/include to the header search path for them.
12270 2000-08-04  David E. O'Brien  <obrien@FreeBSD.org>
12272         * MAINTAINERS: Add self to Write After Approval list.
12274 2000-08-27  Franz Sirl  <Franz.Sirl-kernel@lauterbach.com>
12276         * config.guess: Import CVS version 1.152.
12277         * config.sub: Import CVS version 1.177.
12279 2000-08-25  Alexandre Oliva  <aoliva@redhat.com>
12281         * configure.in (FLAGS_FOR_TARGET): Use $target_configdirs and
12282         $targargs to tell whether newlib is going to be built.
12284         * configure.in [disable-libstdcxx-v3] (libstdcxx_flags): Search
12285         $$r/TARGET_SUBDIR/libio for _G_config.h.
12287 2000-08-23  Alexandre Oliva  <aoliva@redhat.com>
12289         * MAINTAINERS: Add self as a build machinery (*.in) maintainer.
12291 2000-08-22  DJ Delorie  <dj@redhat.com>
12293         * MAINTAINERS: Add self as a build machinery (*.in) maintainer
12295 2000-08-22  Alexandre Oliva  <aoliva@redhat.com>
12297         * config-ml.in (CC, CXX): Avoid trailing whitespace.
12298         (LD_LIBRARY_PATH, SHLIB_PATH): Adjust for multilibs and export to
12299         sub-configures.
12301 2000-08-21  DJ Delorie  <dj@redhat.com>
12303         * MAINTAINERS: Add self as a libiberty maintainer
12305 2000-08-16  Alexandre Oliva  <aoliva@redhat.com>
12307         * configure.in (libstdcxx_flags): Use
12308         libstdc++-v3/src/libstdc++.INC.
12310 2000-08-15  Alexandre Oliva  <aoliva@redhat.com>
12312         * configure.in (libstdcxx_flags): Use libstdc++-v3/src/INCLUDES.
12314 2000-08-14  Zack Weinberg  <zack@wolery.cumb.org>
12316         * configure.in (libstdcxx_flags): Remove -isystem $$s/libio/stdio.
12318         * configure: Make enable_threads and enable_shared defaults
12319         explicit.  Substitute enable_threads into generated Makefiles.
12320         * configure.in: Accept *-*-linux* not just *-*-linux-gnu*.
12321         * libtool.m4: Accept *-*-linux* not just *-*-linux-gnu*.
12323 2000-08-13  Geoff Keating  <geoffk@cygnus.com>
12325         * Makefile.in (GCC_FOR_TARGET): Also add -B$$r/gcc/ here.
12327 2000-08-12  Alexandre Oliva  <aoliva@redhat.com>
12329         * config-ml.in (CC): Remove bogus duplicate quotation mark from
12330         previous delta.
12332 2000-08-11  Jason Merrill  <jason@redhat.com>
12334         * configure.in (CC_FOR_TARGET, CHILL_FOR_TARGET,
12335         CXX_FOR_TARGET): Add -B$$r/gcc/ here.
12336         (FLAGS_FOR_TARGET): Not here.
12337         (CHILL_FOR_TARGET, CXX_FOR_TARGET): Don't check the list of languages.
12339 2000-08-11  Alexandre Oliva  <aoliva@redhat.com>
12341         * config-ml.in (CC, CXX): Don't introduce a leading space.
12343 2000-08-07  DJ Delorie  <dj@delorie.com>
12345         * MAINTAINERS: Add self as a DJGPP maintainer
12347 2000-08-07  DJ Delorie  <dj@redhat.com>
12349         * configure.in (FLAGS_FOR_TARGET): invert test for xgcc, should mean
12350         "if we're also building gcc, and it's a gcc that will run on the
12351         build machine, we want to use its includes instead of the system's
12352         default includes".
12354 2000-08-04  Joseph S. Myers  <jsm28@cam.ac.uk>
12356         * MAINTAINERS: Add self to Write After Approval list.
12358 2000-08-03  Alexandre Oliva  <aoliva@redhat.com>
12360         * configure.in (libstdcxx_flags): Don't use `"'.
12362         * config-ml.in: Adjust multilib search paths to the
12363         appropriate multilib tree.
12365 2000-08-02  Alexandre Oliva  <aoliva@redhat.com>
12367         * configure.in (CHILL_FOR_TARGET, CXX_FOR_TARGET): Convert blanks to
12368         commas in $LANGUAGES.
12370 2000-08-02  Manfred Hollstein  <manfredh@redhat.com>
12372         * configure.in: Re-enable all references to libg++ and librx.
12374 2000-08-01  Alexandre Oliva  <aoliva@redhat.com>
12376         * ltconfig, ltmain.sh: Update from libtool multi-language branch.
12377         * ltcf-c.sh (need_lc): Fix test message.  Set wl for archive_cmds.
12378         (ac_cv_prog_cc_pic): Don't print `cached' without `checking'.
12379         * ltcf-cxx.sh (need_lc): Set based on postdeps.
12381         * configure.in (qCXX_FOR_TARGET): Use echo instead of expr.
12383 2000-07-31  Alexandre Oliva  <aoliva@redhat.com>
12385         * configure.in (qCXX_FOR_TARGET): Quote `&' characters in
12386         CXX_FOR_TARGET for sed.
12388 2000-07-30  Alexandre Oliva  <aoliva@redhat.com>
12390         * configure.in (CC_FOR_TARGET, CHILL_FOR_TARGET, CXX_FOR_TARGET):
12391         Do not override if already set in the environment or in configure.
12392         Don't duplicate $(FLAGS_FOR_TARGET) if it already appears in them.
12393         (FLAGS_FOR_TARGET): Don't use host directories on Canadian crosses.
12395 2000-07-28  Alexandre Oliva  <aoliva@redhat.com>
12397         * libtool.m4, ltcf-c.sh, ltcf-cxx.sh, ltcf-gcj.sh: New files from
12398         the libtool CVS tree multi-language branch.
12399         * ltconfig, ltmain.sh: Updated.
12401 2000-07-27  Alexandre Oliva  <aoliva@redhat.com>
12403         * Makefile.in (clean-target-libgcc): Remove gcc/libgcc.
12404         (clean-target): Depend on it.
12406         * Makefile.in (FLAGS_FOR_TARGET): New macro.
12407         (GCC_FOR_TARGET): Use it.
12408         (CC_FOR_TARGET, CXX_FOR_TARGET, CHILL_FOR_TARGET): Now defined...
12409         * configure.in: ... here.
12410         (FLAGS_FOR_TARGET): Define.  Add ld build dir to -L path.
12411         (libstdcxx_flags): Define and append to CXX_FOR_TARGET.
12413 2000-07-24  Eric Christopher  <echristo@cygnus.com>
12415         * MAINTAINERS: Add self to Write After Approval list.
12417 2000-07-24  Alexandre Oliva  <aoliva@redhat.com>
12419         * Makefile.in (configure-target-libf2c): Depend on $(ALL_GCC).
12420         (configure-target-libchill, configure-target-libobjc): Likewise.
12422         * configure.in: Use the same cache file for all target libs.
12423         * config-ml.in: But different cache files per multilib variant.
12425 2000-07-23  Michael Sokolov  <msokolov@ivan.Harhan.ORG>
12427         * configure (topsrcdir): Don't use dirname.
12429 2000-07-22  Jeffrey Oldham  <oldham@codesourcery.com>
12431         * MAINTAINERS: Add self to Write After Approval list.
12433 2000-07-20  Jason Merrill  <jason@redhat.com>
12435         * configure.in: Remove all references to libg++ and librx.
12437         * configure, configure.in, Makefile.in: Unify gcc and binutils.
12439 2000-07-20  Hans-Peter Nilsson  <hp@axis.com>
12441         * config.sub: Update to subversions version 2000-07-06.
12443 2000-07-12  Andrew Haley  <aph@cygnus.com>
12445         * configure.in (host_makefile_frag): Use mh-ia64pic on IA-64 hosts.
12446         (target_makefile_frag): Use mt-ia64pic on IA-64 targets.
12448 2000-07-07  Phil Edwards  <pme@sourceware.cygnus.com>
12450         * symlink-tree:  Check number of arguments.
12452 2000-07-05  Jim Wilson  <wilson@cygnus.com>
12454         * Makefile.in (CXX_FOR_TARGET): Add libstdc++ to the library
12455         search path for a g++ extracted from the build tree.  This
12456         will allow link tests run by configure scripts in
12457         subdirectories to succeed.
12459 2000-07-01  Koundinya K  <kk@ddeorg.soft.net>
12461         * ltconfig: Add support for mips-dde-sysv4.2MP
12463 2000-06-29  Michael Hayes  <m.hayes@elec.canterbury.ac.nz>
12465         * MAINTAINERS: Add myself as loop discovery maintainer.
12467 2000-06-28  Corinna Vinschen  <vinschen@cygnus.com>
12469         * ltconfig: Check for host_os beeing one of `cygwin', `mingw' or
12470         `os2'. Force ac_cv_exeext to be ".exe" in that case.
12472 2000-06-19  Timothy Wall  <twall@cygnus.com>
12474         * configure.in (noconfigdirs): Set noconfigdirs for tic54x target.
12475         * config.sub: Add tic54x target.
12477 Sun Jun 11 17:20:00 MET 2000  Toon Moene  <toon@moene.indiv.nluug.nl>
12479         * MAINTAINERS: Add self as Fortran maintainer,
12480         remove Craig Burley.
12482 Tue May 30 19:01:12 2000  Andrew Cagney  <cagney@b1.cygnus.com>
12484         * config.sub: Import CVS version 1.167 Tue May 30 09:00:07 2000.
12485         * config.guess: Import CVS version 1.148 Tue May 30 09:00:06 2000
12487 Mon May 29 21:15:00 MET 2000  Philipp Thomas  <pthomas@suse.de>
12489         * MAINTAINERS: Add self as i18n maintainer
12491 20000-05-21  H.J. Lu  (hjl@gnu.org)
12493         * Makefile.in (CC_FOR_TARGET): Make sure as/ld in the gcc
12494         directory are used if they exist. Make sure
12495         $(build_tooldir)/include is searched for header files,
12496         $(build_tooldir)/lib/ for library files.
12497         (GCC_FOR_TARGET): Likewise.
12498         (CXX_FOR_TARGET): Likewise.
12500 Thu May 18 10:58:13 2000  Jeffrey A Law  (law@cygnus.com)
12502         * configure.in (hppa*64*-*-*): Do build ld for this configuration.
12504 Wed May 17 16:03:48 2000  Alexandre Oliva  <aoliva@cygnus.com>
12506         * Makefile.in (configure-target-libiberty): Depend on
12507         configure-target-newlib.
12509 2000-05-16  Alexandre Oliva  <aoliva@cygnus.com>
12511         * configure.in, Makefile.in: Merge all libffi-related
12512         configury stuff from the libgcj tree.
12514 Tue May 16 10:06:21 2000  Andrew Cagney  <cagney@b1.cygnus.com>
12516         Thu Apr 27 11:01:48 2000 Andrew Cagney <cagney@b1.cygnus.com>:
12517         * Makefile.in (do-tar-bz2, do-md5sum): Skip CVS directories.
12519 Tue May 16 09:57:35 2000  Andrew Cagney  <cagney@b1.cygnus.com>
12521         Wed Apr 26 17:03:53 2000 Andrew Cagney <cagney@b1.cygnus.com>:
12522         * Makefile.in (do-djunpack): New target. Update djunpack.bat with
12523         current version information.  Add to proto-toplev directory.
12524         (gdb-taz): Build do-djunpack.
12526 2000-05-15  David Edelsohn  <edelsohn@gnu.org>
12528         * configure.in: Special case powerpc*-*-aix* target_makefile_frag.
12530 Mon May 15 13:39:09 2000  Andrew Cagney  <cagney@b1.cygnus.com>
12532         * MAINTAINERS: Add self to Write After Approval list.
12534 2000-05-13 Alexandre Oliva  <oliva@lsd.ic.unicamp.br>
12536         * ltmain.sh: Preserve in relink_command any environment
12537         variables that may affect the linker behavior.
12539 Fri May 12 11:23:17 2000  Jeffrey A Law  (law@cygnus.com)
12541         * config.sub (basic_machine): Recognize hppa64 as a valid cpu type.
12543 Wed May 10 21:26:51 2000  Jim Wilson  <wilson@cygnus.com>
12545         * configure.in (ia64*-*-elf*): Add gdb and friends to noconfigdirs.
12547 2000-05-08  Eli Zaretskii  <eliz@is.elta.co.il>
12549         * djunpack.bat: Change the Sed script to replace @V@ in fnchange.lst
12550         with the version name.
12552 Sat May  6 21:12:55 CDT 2000  Jason Eckhardt  <jle@cygnus.com>
12554         * MAINTAINERS: Add self as bb-reorder maintainer.
12556 2000-05-01  Benjamin Kosnik  <bkoz@cygnus.com>
12558         * config.if: Tweak.
12560 2000-04-23  Eli Zaretskii  <eliz@is.elta.co.il>
12562         * djunpack.bat: New file.
12564 Wed Apr 19 12:46:26 2000  Andrew Cagney  <cagney@b1.cygnus.com>
12566         * Makefile.in (taz, gdb-taz, gas.tar.bz2, binutils.tar.bz2,
12567         gas+binutils.tar.bz2, libg++.tar.bz2, gnats.tar.bz2, gdb.tar.bz2,
12568         dejagnu.tar.bz2, gdb+dejagnu.tar.bz2, insight.tar.bz2,
12569         insight+dejagnu.tar.bz2, newlib.tar.bz2): Pass MD5PROG to sub-make.
12571 2000-04-16  Dave Pitts  <dpitts@cozx.com>
12573         * config.sub (case $basic_machine): Change default for "ibm-*"
12574         to "openedition".
12576 2000-04-13  Andreas Jaeger  <aj@suse.de>
12578         * MAINTAINERS: Added myself.
12580 Wed Apr 12 16:42:48 2000  Andrew Cagney  <cagney@b1.cygnus.com>
12582         * Makefile.in (gdb-taz): New target.  GDB specific archive.
12583         (do-md5sum): New target.
12584         (MD5PROG): Define.
12585         (PACKAGE): Default to TOOL.
12586         (VER): Default to a shell script.
12587         (taz): Rewrite target.  Move real work to do-proto-toplev.  Include
12588         md5 checksum generation.
12589         (do-proto-toplev): New target. Create $(PACKAGE)-$(VER) link.
12590         (do-tar-bz2): Delete creation of $(PACKAGE)-$(VER) link.
12591         (gdb.tar.bz2, dejagnu.tar.bz2, gdb+dejagnu.tar.bz2,
12592         insight.tar.bz2): Use gdb-taz to create archive.
12594 Fri Apr  7 18:10:29 2000  Andrew Cagney  <cagney@b1.cygnus.com>
12596         * configure (warn_cflags): Delete.
12598 Thu Apr  6 16:15:14 2000  Philippe De Muyter  <phdm@macqel.be>
12600         * MAINTAINERS: Added myself.
12602 2000-04-05  Benjamin Kosnik  <bkoz@cygnus.com>
12603             Martin v. Löwis  <martin@loewis.home.cs.tu-berlin.de>
12605         * configure.in (enable_libstdcxx_v3): Add.
12606         (target_libs): Add bits here to switch between libstdc++-v2 and
12607         libstdc++-v3.
12608         * config.if: And this file too.
12609         * Makefile.in: Add libstdc++-v3 targets.
12611 2000-04-05  Michael Meissner  <meissner@redhat.com>
12613         * config.sub (d30v): Add d30v as a basic machine type.
12615 2000-03-29  Jason Merrill  <jason@casey.cygnus.com>
12617         * configure.in: -linux-gnu*, not -linux-gnu.
12619 Sun Mar 12 17:30:30 2000  Toon Moene  <toon@moene.indiv.nluug.nl>
12621         * MAINTAINERS: Add self in write-after-approval section.
12623 Sun Mar 12 00:23:32 2000  Jim Wilson  <wilson@cygnus.com>
12625         * MAINTAINERS: Add self as ia64 port maintainer.
12627 2000-03-08  Neil Booth  <NeilB@earthling.net>
12629         * MAINTAINERS: Add self in write-after-approval section.
12631 Fri Mar  3 18:44:08 2000  Andrew Cagney  <cagney@b1.cygnus.com>
12633         * Makefile.in (taz): Set PACKAGE to TOOL when not defined.
12634         (do-tar-bz2): Replace TOOL with PACKAGE.
12635         (gdb.tar.bz2): Remove GDBTK from GDB package.
12636         (gdb+dejagnu.tar.bz2, insight.tar.bz2, insight+dejagnu.tar.bz2,
12637         dejagnu.tar.bz2): New packages.
12639 2000-02-27  Andreas Jaeger  <aj@suse.de>
12641         * configure.in: Add entry for mips*-*-linux*, move catch all
12642         *-*-*linux* entry below this one.
12644 2000-02-27  Ian Lance Taylor  <ian@zembu.com>
12646         * ltconfig, ltmain.sh: Update to libtool 1.3.4.
12648 2000-02-24  Nick Clifton  <nickc@cygnus.com>
12650         * config.sub: Support an OS of "wince".
12652 Thu Feb 24 16:15:56 2000  Andrew Cagney  <cagney@b1.cygnus.com>
12654         * config.guess, config.sub: Updated to match config's 2000-02-15
12655         version.
12657 2000-02-23  Linas Vepstas  <linas@linas.org>
12659         * config.sub: Add support for Linux/IBM 370.
12660         * configure.in: Likewise.
12662 2000-02-22  Nick Clifton  <nickc@cygnus.com>
12664         * configure.in: Add mips-pe, sh-pe and arm-wince-pe targets.
12666 2000-02-20  Christopher Faylor  <cgf@cygnus.com>
12668         * config.guess: Guess "cygwin" rather than "cygwin32".
12670 2000-02-16  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
12672         * configure (gcc_version): When setting, narrow search to
12673         lines containing `version_string'.
12675 2000-02-15  Denis Chertykov  <denisc@overta.ru>
12677         * config.sub: Add support for avr target.
12679 2000-02-14  Nick Clifton  <nickc@cygnus.com>
12681         * MAINTAINERS: Add maintainers for MCore port.
12683 Tue Feb  1 00:07:46 2000  Hans-Peter Nilsson  <hp@bitrange.com>
12685         * config.sub: Add mmix-knuth-mmixware.
12687 2000-01-31  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
12689         * MAINTAINERS: Pair cccp with cpplib maintainership.
12691 2000-01-27  Christopher Faylor  <cgf@redhat.com>
12693         * Makefile.in (CC_FOR_TARGET): Add new winsup directory
12694         structure stuff to -L library search.
12695         (CXX_FOR_TARGET): Ditto.
12696         (CROSS_CHECK_MODULES): Fix spelling mistake.
12698 2000-01-24  Mark Mitchell  <mark@codesourcery.com>
12700         * Makefile.in (CXX_FOR_TARGET): Use g++, not xgcc, to invoke
12701         the C++ compiler.
12703 2000-01-12  Richard Henderson  <rth@cygnus.com>
12705         * configure.in: Don't build some bits for beos.
12707 2000-01-12  Joel Sherrill (joel@OARcorp.com)
12709         * Makefile.in (CC_FOR_TARGET): Use newlib libraries as well
12710         as include files.
12712 2000-01-11  Zack Weinberg  <zack@wolery.cumb.org>
12714         * Add self as cpplib maintainer, as requested by Jason
12715         Merrill.  Correct my e-mail address.
12717 2000-01-06  Geoff Keating  <geoffk@cygnus.com>
12719         * configure.in: Use mt-aix43 to handle *_TARGET defs,
12720         not mh-aix43.
12722 Thu Dec 23 03:43:36 1999  Hans-Peter Nilsson  <hp@bitrange.com>
12724         * MAINTAINERS: Add myself to "write after approval" list.
12726 1999-12-14  Richard Henderson  <rth@cygnus.com>
12728         * config.guess (alpha-osf, alpha-linux): Detect ev67.
12729         * config.sub: Accept alphaev[78], alphaev8.
12731 1999-12-03  Alexandre Oliva  <oliva@lsd.ic.unicamp.br>
12733         * config.guess, config.sub: Update from autoconf.
12735 1999-11-29  Bruce Korb  <autogen@linuxbox.com>
12737         * MAINTAINERS:  update my playtime e-address.
12739 Tue Nov 23 00:57:41 1999  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
12741         * config-ml.in (sparc*-*-*): Disable sparcv9 support if the
12742         necessary libraries are missing.
12744 Fri Nov 19 11:22:31 MST 1999  Diego Novillo  <dnovillo@cygnus.com>
12746         * MAINTAINERS: Add new 'write after approval' maintainer.
12748 Wed Nov 17 16:08:43 1999  Alexandre Petit-Bianco  <apbianco@cygnus.com>
12750         * MAINTAINERS: Add new Java maintainer.
12752 1999-10-25  Andreas Schwab  <schwab@suse.de>
12754         * configure: Fix quoting inside arguments of eval.
12756 1999-10-21  Nick Clifton  <nickc@cygnus.com>
12758         * config-ml.in: Allow suppression of some ARM multilibs.
12760 Tue Sep  7 23:33:57 1999  Linas Vepstas  <linas@linas.org>
12762         * config.guess: Add OS/390 match pattern.
12763         * config.sub: Add mvs, openedition targets.
12764         * configure.in (i370-ibm-opened*): New.
12766 1999-09-04  Steve Chamberlain  <sac@pobox.com>
12768         * config.sub: Add support for configuring for pj.
12770 1999-08-31  Nick Clifton  <nickc@cygnus.com>
12772         * config.sub (maybe_os): Add support for configuring for fr30.
12774 1999-08-25  Nick Clifton  <nickc@cygnus.com>
12776         * configure.in: Do not configure or build ld for AIX
12777         platforms.  ld is known to be broken on these platforms.
12779 Wed Aug 25 01:12:25 1999  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
12781         * config-ml.in: Pass compiler flag corresponding to multidirs to
12782         subdir configures.
12784 1999-08-09  Ian Lance Taylor  <ian@zembu.com>
12786         * Makefile.in (LDFLAGS): Define.
12788 1999-08-08  Mumit Khan  <khan@xraylith.wisc.edu>
12790         * configure.in (i[3456]-*-mingw32*): Don't put gprof in
12791         noconfigdirs.
12792         (*-*-cygwin*): Likewise.
12794 1999-08-08  Ian Lance Taylor  <ian@zembu.com>
12796         * mkdep: New file.
12797         * Makefile.in (GAS_SUPPORT_DIRS): Add mkdep.
12798         (BINUTILS_SUPPORT_DIRS): Add mkdep.
12800         From Eli Zaretskii <eliz@is.elta.co.il>:
12801         * configure (tmpfile): Change cONf$$ to cNf$$ to avoid an overly
12802         long file name when using DJGPP on MS-DOS.
12804 Wed Aug  4 02:07:14 1999  Jeffrey A Law  (law@cygnus.com)
12806         * config.sub (vxworks case): Use os=-vxworks, not os=vxworks.
12808 1999-07-30  Alan Modra  <alan@spri.levels.unisa.edu.au>
12810         * Makefile.in (check-target-libio): Remove all-target-libstdc++
12811         dependency as this causes "make check" to globally "make all"
12813 Tue Jun 22 23:45:18 1999  Tom Tromey  <tromey@cygnus.com>
12815         * configure.in (target_libs): Added target-zlib.
12816         * Makefile.in (ALL_TARGET_MODULES): Added zlib.
12817         (CONFIGURE_TARGET_MODULES): Likewise.
12818         (CHECK_TARGET_MODULES): Likewise.
12819         (INSTALL_TARGET_MODULES): Likewise.
12820         (CLEAN_TARGET_MODULES): Likewise.
12821         (configure-target-zlib): New target.
12822         (all-target-zlib): Likewise.
12823         (all-target-libjava): Depend on all-target-zlib.
12824         (configure-target-libjava): Depend on configure-target-zlib.
12826         * Makefile.in (configure-target-libjava): Depend on
12827         configure-target-newlib.
12828         (configure-target-boehm-gc): New target.
12829         (configure-target-qthreads): New target.
12831         * configure.in (target_libs): Added target-qthreads.
12832         * Makefile.in (ALL_TARGET_MODULES): Added qthreads.
12833         (CONFIGURE_TARGET_MODULES): Likewise.
12834         (CHECK_TARGET_MODULES): Likewise.
12835         (INSTALL_TARGET_MODULES): Likewise.
12836         (CLEAN_TARGET_MODULES): Likewise.
12837         (all-target-qthreads): New target.
12838         (configure-target-libjava): Depend on configure-target-qthreads.
12839         (all-target-libjava): Depend on all-target-qthreads.
12841         * Makefile.in (ALL_TARGET_MODULES): Added libjava, boehm-gc.
12842         (CONFIGURE_TARGET_MODULES): Likewise.
12843         (CHECK_TARGET_MODULES): Likewise.
12844         (INSTALL_TARGET_MODULES): Likewise.
12845         (CLEAN_TARGET_MODULES): Likewise.
12846         (all-target-libjava): New target.
12847         (all-target-boehm-gc): Likewise.
12848         * configure.in (target_libs): Added libjava, boehm-gc.
12850 1999-07-22  Ian Lance Taylor  <ian@zembu.com>
12852         * Makefile.in (binutils.tar.bz2): Don't pass makeall.bat and
12853         configure.bat in SUPPORT_FILES.
12854         (gas+binutils.tar.bz2): Likewise.
12856         * makeall.bat: Remove; obsolete.
12858 1999-07-21  Ian Lance Taylor  <ian@zembu.com>
12860         From Mark Elbrecht:
12861         * configure.bat: Remove; obsolete.
12863 1999-07-11  Ian Lance Taylor  <ian@zembu.com>
12865         * configure: Add -W -Wall to the default CFLAGS when compiling with
12866         gcc.
12868 Thu Jul  8 12:32:23 1999  John David Anglin <dave@hiauly1.hia.nrc.ca>
12870         * configure.in: Build ld, binutils & gas for hppa*-*-linux-gnu*.
12872 1999-06-30  Mark Mitchell  <mark@codesourcery.com>
12874         * configure.in: Build ld on IRIX6.
12876 1999-06-12  Ian Lance Taylor  <ian@zembu.com>
12878         * Makefile.in: Change distribution targets to use bzip2 instead of
12879         gzip.
12880         (TEXINFO_SUPPORT): Set to just texinfo/texinfo.tex.
12881         (taz): Don't use texinfo/gpl.texinfo or texinfo/lgpl.texinfo.
12883 1999-06-04  Nick Clifton  <nickc@cygnus.com>
12885         * config.sub: Add mcore target.
12887 Sun May 30 16:03:16 1999  Cort Dougan  <cort@cs.nmt.edu>
12889         * config.guess (ppc-*-linux-gnu): Also use ld emul elf32ppclinux.
12891 Tue May 25 11:20:46 1999  H.J. Lu  (hjl@gnu.org)
12893         * config.guess (dummy): Changed to $dummy.
12895 1999-05-24  Nick Clifton  <nickc@cygnus.com>
12897         * config.sub: Tidied up case statements.
12899 1999-05-22  Ben Elliston  <bje@cygnus.com>
12901         * config.guess: Handle NEC UX/4800. Contributed by Jiro Takabatake
12902         <jiro@din.or.jp>.
12904         * config.guess: Merge with FSF version. Future changes will be
12905         more accurately recorded in this ChangeLog.
12906         * config.sub: Likewise.
12908 Thu May 20 10:00:42 1999   Stephen L Moshier  <moshier@world.std.com>
12910          * Makefile.in (GCC_FOR_TARGET): Add -I$(build_tooldir)/include.
12912 1999-04-30  Tom Tromey  <tromey@cygnus.com>
12914         * ltmain.sh: [mode link] Always use CC given by ltconfig.
12916 1999-04-23  Tom Tromey  <tromey@cygnus.com>
12918         * ltconfig, ltmain.sh: Update to libtool 1.2f.
12920 1999-04-20  Drew Moseley  <dmoseley@cygnus.com>
12922         * configure.in (noconfigdirs): Don't build libstub for arm-elf targets.
12923         (noconfigdirs): Don't build any bsp stuff for for arm-oabi targets.
12924         Bad merge removed these two changes.
12926 Tue Apr 13 22:50:54 1999  Donn Terry (donn@interix.com)
12927                           Martin Heller (Ing.-Buero_Heller@t-online.de)
12929         * config.guess (interix Alpha): Add.
12931 1999-04-11  Richard Henderson  <rth@cygnus.com>
12933         * configure.in (i?86-*-beos*): Do config gperf; don't config
12934         gdb, newlib, or libgloss.
12936 Sun Apr 11 23:55:34 1999  Alexandre Oliva  <oliva@dcc.unicamp.br>
12938         * config-ml.in: On mips*-*-*, if multidirs contains mabi=64, try to
12939         link a trivial program with -mabi=64.  If it fails, remove mabi=64
12940         from multidirs.
12942 Sat Apr 10 21:50:01 1999  Philipp Thomas  (kthomas@gwdg.de)
12944         * config.sub: Set basic_machine to i586 when target_alias = k6-*.
12946 1999-04-08  Nick Clifton  <nickc@cygnus.com>
12948         * config.sub: Add support for mcore targets.
12950 1999-04-07  Michael Meissner  <meissner@cygnus.com>
12952         * configure.in (d30v-*): Use config/mt-d30v as makefile fragment,
12953         not mt-ospace, in order to shut up assembler warning about using
12954         symbols that are named the same as registers.
12956 1999-04-07  Drew Moseley  <dmoseley@cygnus.com>
12958         * Makefile.in (all-target-cygmon): Added all-target-bsp to the
12959         dependency list for all-target-cygmon.
12961 1999-04-05  Doug Evans  <devans@casey.cygnus.com>
12963         * config-ml.in: Check $host, not $target, for selective multilibs.
12964         (arm-*-*): Allow disabling of biendian, h/w fp, 26 bit apcs,
12965         thumb interworking, and underscore prefix multilibs.
12967 1999-04-04  Ian Lance Taylor  <ian@zembu.com>
12969         * missing: Update to version from current automake.
12971 Fri Apr  2 15:11:32 1999  H.J. Lu  (hjl@gnu.org)
12973         * configure (gxx_include_dir): Removed.
12975         * configure.in (gxx_include_dir): Handle it.
12976         * Makefile.in: Likewise.
12978 1999-03-29  Gavin Romig-Koch  <gavin@cygnus.com>
12980         * config.sub (mips64vr4111,mips64vr4111el) Add.
12982 1999-03-21  Ben Elliston  <bje@cygnus.com>
12984         * config.guess: Correct typo for detecting ELF on FreeBSD.
12986 Thu Mar 18 00:17:50 1999  Mark Elbrecht <snowball3@usa.net>
12988         * configure.in (pc-msdosdjgpp): Set host_makefile_frag to
12989         config/mh-djgpp.
12991 Thu Mar 11 18:37:23 1999  Drew Moseley  <dmoseley@cygnus.com>
12993         * Makefile.in (all-target-bsp): Added all-gcc all-binutils and
12994         all-target-newlib to dependency list for all-target-bsp.
12996 Thu Mar 11 01:19:31 1999  Mumit Khan  <khan@xraylith.wisc.edu>
12998         * config.sub: Add i386-uwin support.
12999         * config.guess: Likewise.
13001 Thu Mar 11 01:07:55 1999  Franz Sirl <Franz.Sirl-kernel@lauterbach.com>
13003         * configure.in: cleanup, add mh-*pic handling for arm, special
13004         case powerpc*-*-aix*
13006 Wed Mar 10 18:35:07 1999  Jeff Johnston  <jjohnstn@cygnus.com>
13008         * configure.in (noconfigdirs): Removed target-libgloss so libnosys.a
13009         can be built.
13011 Wed Mar 10 17:39:09 1999  Drew Moseley  <dmoseley@cygnus.com>
13013         * configure.in: Added bsp support to arm-*-coff and arm-*-elf
13014         targets.
13016 1999-03-02  Nick Clifton  <nickc@cygnus.com>
13018         * config.sub: Rename CYGNUS LOCAL to EGCS LOCAL
13020 Sun Feb 28 02:20:00 1999  Geoffrey Noer  <noer@cygnus.com>
13022         * config.sub: Check for "cygwin*" rather than "cygwin32*"
13024 1999-02-24  Nick Clifton  <nickc@cygnus.com>
13026         * config.sub: Fix typo in arm recognition.
13028 Wed Feb 24 13:51:40 1999  Drew Moseley  <dmoseley@cygnus.com>
13030         * configure.in (noconfigdirs): Changed target_configdirs to
13031         include target-bsp only for m68k-*-elf* and m68k-*-coff*
13032         rather than m68k-*-* since it is not known to work on
13033         m68k-aout. Ditto for arm-*-*oabi.
13035 Wed Feb 24 12:52:17 1999  Stan Shebs  <shebs@andros.cygnus.com>
13037         * configure.in (*-*-windows*): Remove, no longer used.
13039 1999-02-19  Ben Elliston <bje@cygnus.com>
13041         * config.guess: Automatically recognise ELF on FreeBSD. From Niall
13042         Smart and improved by Andrew Cagney.
13044 Thu Feb 18 19:55:09 1999  Marc Espie <espie@cvs.openbsd.org>
13046         * config.guess: Recognize openbsd-*-hppa.
13048 Wed Feb 17 01:38:59 1999  H.J. Lu  (hjl@gnu.org)
13050         * Makefile.in (REALLY_SET_LIB_PATH): Append $$$(RPATH_ENVVAR)
13051         only if it is not empty.
13053 1999-02-17  Nick Clifton  <nickc@cygnus.com>
13055         Patch from: Scott Bambrough <scottb@corelcomputer.com>
13057         * config.guess: Modified to recognize uname's armv* syntax.
13059         * config.sub: Modified to recognize uname's armv* syntax.
13061 1999-02-17  Mark Salter  <msalter@cygnus.com>
13063         * configure.in: Added target-bsp for sparclite.
13065 Mon Feb  8 14:17:24 1999  Richard Henderson  <rth@cygnus.com>
13067         * config.sub: Recognize alphapca5[67] and up to alphaev8.
13069 1999-02-08  Nick Clifton  <nickc@cygnus.com>
13071         * configure.in: Add support for strongarm port.
13072         * config.sub: Add support for strongarm target.
13074 Sun Feb  7 18:01:54 1999  Mumit Khan  <khan@xraylith.wisc.edu>
13076         * configure.in (*-*-cygwin32*): Use config/mh-cygwin instead of
13077         the old name config/mh-cygwin32.
13078         Enable texinfo.
13080 Thu Feb  4 20:43:25 1999  Ian Lance Taylor  <ian@cygnus.com>
13082         * configure.in: Do build ld for ix86 Solaris.
13084 Tue Feb  2 19:46:40 1999  Jim Wilson  <wilson@cygnus.com>
13086         * Makefile.in (EXTRA_GCC_FLAGS):  Set AR to $AR instead of
13087         $AR_FOR_TARGET.  Likewise for RANLIB.
13089 Tue Feb  2 20:05:05 1999  Catherine Moore  <clm@cygnus.com>
13091         * config.sub (oabi):  Recognize.
13092         * configure.in (arm-*-oabi):  Handle.
13094 Sat Jan 30 06:09:00 1999  Robert Lipe  (robertlipe@usa.net)
13096         * config.guess: Improve detection of i686 on UnixWare 7.
13098 Sat Jan 30 08:04:00 1999  Mumit Khan  <khan@xraylith.wisc.edu>
13100         * config.guess: Add support for i386-pc-interix.
13101         * config.sub: Likewise.
13102         * configure.in: Likewise.
13104 Mon Jan 18 13:59:20 1999  Christopher Faylor <cgf@cygnus.com>
13106         * Makefile.in: Remove unneeded all-target-libio from
13107         from all-target-winsup target since it is now unneeded.
13108         Add all-target-libtermcap in its place since it is now
13109         needed.
13111 Wed Dec 30 20:34:52 1998  Christopher Faylor <cgf@cygnus.com>
13113         * configure.in: makefile stub for cygwin target is probably
13114         unnecessary.  Remove it for now.
13116 Wed Dec 30 01:13:03 1998  Christopher Faylor <cgf@cygnus.com>
13118         * configure.in: libtermcap.a should be built when cygwin is the
13119         target as well as the host.
13120         * config.guess: Allow mixed case in cygwin uname output.
13121         * Makefile.in: Add libtermcap target.
13123 Wed Dec 23 00:20:50 1998  Jeffrey A Law  (law@cygnus.com)
13125         * config.sub: Clean up handling of hppa2.0.
13127 Tue Dec 22 23:56:31 1998  Rodney Brown  (rodneybrown@pmsc.com)
13129         * config.guess: Use C code to identify more HP machines.
13131 Thu Dec 17 01:22:30 1998  Jeffrey A Law  (law@cygnus.com)
13133         * config.sub: Handle hppa2.0.
13135 Tue Dec 15 17:02:58 1998  Bob Manson  <manson@charmed.cygnus.com>
13137         * configure.in: Add cygmon for x86-coff and x86-elf. Configure
13138         cygmon for all sparclite targets, regardless of object format.
13140 1998-12-15  Mark Salter  <msalter@cygnus.com>
13142         * configure.in: Added target-bsp for several target architectures.
13144         * Makefile.in: Added rules for bsp.
13146 Fri Dec  4 01:34:02 1998  Jeffrey A Law  (law@cygnus.com)
13148         * config.guess: Improve detection of hppa2.0 processors.
13150 Fri Dec  4 01:33:05 1998  Niall Smart <nialls@euristix.ie>
13152         * config.guess: Recognize FreeBSD using ELF automatically.
13154 1998-11-26  Manfred Hollstein  <manfred@s-direktnet.de>
13156         * configure (skip-this-dir): Add handling for new shell script, which
13157         might be created by a sub-directory's configure to indicate, this particular
13158         directory is "unwanted".
13159         * Makefile.in ($(CONFIGURE_TARGET_MODULES)): Likewise.
13161 Wed Nov 18 18:28:45 1998  Geoffrey Noer  <noer@cygnus.com>
13163         * ltconfig: import from libtool, after changing libtool to
13164         account for the cygwin name change.
13166 Wed Nov 18 18:09:14 1998  Geoffrey Noer  <noer@cygnus.com>
13168         * Makefile.in: CC_FOR_TARGET and CXX_FOR_TARGET should also
13169         include newlib/libc/sys/cygwin and newlib/libc/sys/cygwin32.
13171 Wed Nov 18 20:13:29 1998  Christopher Faylor <cgf@cygnus.com>
13173         * configure.in: Add libtermcap to list of cygwin dependencies.
13175 Tue Nov 17 16:57:51 1998  Geoffrey Noer  <noer@cygnus.com>
13177         * Makefile.in: modify CC_FOR_TARGET and CXX_FOR_TARGET so that
13178         they include winsup/include when it's a cygwin target.
13180 1998-11-12  Tom Tromey  <tromey@cygnus.com>
13182         * configure.in (host_tools): Added zip.
13183         * Makefile.in (all-target-libjava): Depend on all-zip.
13184         (all-zip): New target.
13185         (ALL_MODULES): Added all-zip.
13186         (NATIVE_CHECK_MODULES): Added check-zip.
13187         (INSTALL_MODULES): Added install-zip.
13188         (CLEAN_MODULES): Added clean-zip.
13190 Thu Nov 12 17:27:21 1998  Geoffrey Noer  <noer@cygnus.com>
13192         * Makefile.in: lose "32" from comment about cygwin.
13194 Thu Nov  5 15:00:31 1998  Nick Clifton  <nickc@cygnus.com>
13196         * configure.in: Use -Os to build target libraries for the fr30.
13198 Wed Nov  4 18:49:43 1998  Dave Brolley  <brolley@cygnus.com>
13200         * config.sub: Add fr30.
13202 Mon Nov  2 15:19:33 1998  Geoffrey Noer  <noer@cygnus.com>
13204         * configure.in: drop "32" from config/mh-cygwin32.  Check
13205         cygwin* instead of cygwin32*.
13206         * config.sub: Check cygwin* instead of cygwin32*.
13208 Thu Oct 22 10:55:25 1998  Robert Lipe  <robertl@dgii.com>
13210         * config.guess: Match any version of Unixware7.
13212 1998-10-20  Syd Polk  <spolk@cygnus.com>
13214         * Makefile.in configure.in: Add the ability to use tcl8.1 and tk8.1
13215         if desired.
13217 Sun Oct 18 18:34:50 1998  Jeffrey A Law  (law@cygnus.com)
13219         * config.if (cxx_interface, libstdcxx_interface): Do not try to set
13220         these if the appropriate directories and files to not exist.
13222 Wed Oct 14 10:29:06 1998  Jeffrey A Law  (law@cygnus.com)
13224         * Makefile.in (DEVO_SUPPORT): Add config.if.
13226 Tue Oct 13 15:45:36 1998  Manfred Hollstein  <manfred@s-direktnet.de>
13228         * configure: Add pattern to replace "build_tooldir"'s
13229         definition in the generated Makefile with "tooldir"'s
13230         actual value.
13232 Tue Oct 13 09:17:06 1998  Jeffrey A Law  (law@cygnus.com)
13234         * config.sub: Bring back lost sparcv9.
13236         * Makefile.in (all-snvavigator): Remove all-flexlm dependency.
13238 Mon Oct 12 12:09:44 1998  Jeffrey A Law  (law@cygnus.com)
13240         * Makefile.in (CHILL_FOR_TARGET): Mirror recent changes to
13241         CC_FOR_TARGET and friends.
13243 Mon Oct 12 12:09:30 1998  Alexandre Oliva  <oliva@dcc.unicamp.br>
13245         * Makefile.in (build_tooldir): New variable, same as tooldir.
13246         (CC_FOR_TARGET, GCC_FOR_TARGET, CXX_FOR_TARGET): Add
13247         -B$(build_tooldir)/bin/.
13248         (BASE_FLAGS_TO_PASS): Pass build_tooldir down.
13250 Tue Sep  1 16:23:11 1998  Gerald Pfeifer  <pfeifer@dbai.tuwien.ac.at>
13252         * README: Remove installation instructions and refer to the
13253         INSTALL directory instead.
13255 Wed Sep 30 22:20:50 1998  Robert Lipe  <robertl@dgii.com>
13257         * config.sub: Add support for i[34567]86-pc-udk.
13258         * configure.in: Likewise.
13260 Wed Sep 30 19:23:48 1998  Geoffrey Noer  <noer@cygnus.com>
13262         * Makefile.in: add bzip2 package building bits for user
13263         tools module
13264         * configure.in: ditto
13266 Wed Sep 30 03:00:05 1998  Jeffrey A Law  (law@cygnus.com)
13268         * Makefile.in (TARGET_CONFIGDIRS): Add libobjc.
13269         (ALL_TARGET_MODULES): Add all-target-libobjc.
13270         (CONFIGURE_TARGET_MODULES, CHECK_TARGET_MODULES): Similarly.
13271         (INSTALL_TARGET_MODULES, CLEAN_TARGET_MODULES): Similarly.
13272         (all-target-libchill): Add dependencies.
13273         * configure.in (target_libs): Add libchill.
13275 1998-09-30  Manfred Hollstein  <manfred@s-direktnet.de>
13277         * configure.in (target_subdir): Remove duplicate line.
13279 Tue Sep 29 22:45:41 1998  Felix Lee  <flee@cygnus.com>
13281         * Makefile.in (all-automake): fix dependencies.
13283 Mon Sep 28 04:04:27 1998  Jeffrey A Law  (law@cygnus.com)
13285         * configure.in: Minor cleanups for building in the $(target_alias)
13286         subdir.
13288 1998-09-22  Jim Wilson  <wilson@cygnus.com>
13290         * Makefile.in (bootstrap): Set r and s before make all.  Use
13291         BASE_FLAGS_TO_PASS in make all.
13292         (cross): Likewise.
13294 1998-09-20  Mark Mitchell  <mark@markmitchell.com>
13296         * Makefile.in (bootstrap): Pass TARGET_FLAGS_TO_PASS to `make all'.
13298 Sun Sep 20 00:13:02 1998  Richard Henderson  <rth@cygnus.com>
13300         * config.sub: Fix typo in last change.
13302 1998-09-19  Michael Hayes  <m.hayes@elec.canterbury.ac.nz>
13304         * config.sub: Add support for C4x target.
13305         * configure.in: Likewise.
13307 1998-09-13  David S. Miller  <davem@pierdol.cobaltmicro.com>
13309         * config.sub: Recognize sparcv9 just like sparc64.
13311 Wed Sep  9 15:44:52 1998  Robert Lipe  <robertl@dgii.com>
13313         * config.guess: Match "Pent II" or "PentII" for OpenServer.
13315 Tue Sep  8 01:18:39 1998  Jeffrey A Law  (law@cygnus.com)
13317         * config.guess: Correctly identify Pentium II sco boxes.
13319         * config.guess: Fix "tr" code.  From Weiwen Liu.
13321 Sat Sep  5 13:56:52 1998  John Hughes  <john@Calva.COM>
13323         * configure.in: Do not assume x86-svr4 or x86-unixware can handle
13324         stabs.
13326 Sat Sep  5 02:12:02 1998  Jeffrey A Law  (law@cygnus.com)
13328         * Makefile.in (TARGET_CONFIGDIRS): Add libchill.
13329         (ALL_TARGET_MODULES): Add all-target-libchill.
13330         (CONFIGURE_TARGET_MODULES, CHECK_TARGET_MODULES): Similarly.
13331         (INSTALL_TARGET_MODULES, CLEAN_TARGET_MODULES): Similarly.
13332         (all-target-libchill): Add dependencies.
13333         * configure.in (target_libs): Add libchill.
13335 Sun Aug 30 22:27:02 1998  Lutz Wohlrab <lutz.wohlrab@informatik.tu-chemnitz.de>
13337         * config.guess: Avoid assumptions about "tr" behaves when
13338         LANG is set to something other than English.
13340 Sun Aug 30 22:14:44 1998  H.J. Lu  (hjl@gnu.org)
13342         * configure (gxx_include_dir): Changed to
13343         '${prefix}/include/g++'-${libstdcxx_interface}.
13345         * config.if: New to determine the interfaces.
13347 Sun Aug 30 21:15:19 1998  Mark Klein (mklein@dis.com)
13349         * config.guess: Detect and handle MPE/IX.
13350         * config.sub: Deal with MPE/IX.
13352 Sat Aug 29 14:32:55 1998  David Edelsohn  <edelsohn@mhpcc.edu>
13354         * configure.in: Use mh-aix43.
13356 1998-07-29  Manfred Hollstein  <manfred@s-direktnet.de>
13358         * configure: Fix --without/--disable cases for gxx-include-dir.
13360 Fri Aug 28 12:28:26 1998  Per Bothner  <bothner@cygnus.com>
13362         * mdata-sh:  Imported.  Needed for automake support.
13364 Thu Aug 13 12:49:29 1998  H.J. Lu  <hjl@gnu.org>
13366         * Makefile.in (taz): Try "chmod -R og=u ." before
13367         "chmod og=u `find . -print`".
13369 Fri Jul 31 09:38:33 1998  Catherine Moore  <clm@cygnus.com>
13371         * configure.in: Add arm-elf and thumb-elf support.
13373 Mon Jul 27 16:23:58 1998  Doug Evans  <devans@canuck.cygnus.com>
13375         * Makefile.in: Undo previous patch.
13377 Fri Jul 24 19:55:24 1998  Doug Evans  <devans@canuck.cygnus.com>
13379         * Makefile.in (INSTALL_TARGET): Move EXTRA_TARGET_HOST_INSTALL_MODULES
13380         to here ...
13381         (install-no-fixedincludes): and here
13382         (INSTALL_MODULES): ... from here.
13384 Fri Jul 24 17:01:42 1998  Ian Lance Taylor  <ian@cygnus.com>
13386         * config.sub: Merge with FSF.
13388         * config.guess: Merge with FSF.
13390 Fri Jul 24 08:43:36 1998  Doug Evans  <devans@canuck.cygnus.com>
13392         * configure (extraconfigdirs): New variable.
13393         (SUBDIRS): Add extraconfigdirs and recurse on them too.
13394         * Makefile.in (all): Move higher in file.
13395         (EXTRA_TARGET_HOST_ALL_MODULES): New variable.
13396         (EXTRA_TARGET_HOST_{INSTALL,CHECK}_MODULES): New variables.
13397         (ALL_MODULES): Add EXTRA_TARGET_HOST_ALL_MODULES.
13398         (CROSS_CHECK_MODULES): Add EXTRA_TARGET_HOST_CHECK_MODULES.
13399         (INSTALL_MODULES): Add EXTRA_TARGET_HOST_INSTALL_MODULES.
13401 1998-07-23  Brendan Kehoe  <brendan@cygnus.com>
13403         * Makefile.in (all-target-libjava): Depend on all-gcc and
13404         all-target-newlib.
13405         (configure-target-libjava): Depend on $(ALL_GCC).
13407 Sat Jul 18 14:32:43 CDT 1998  Robert Lipe  <robertl@dgii.com>
13409         * config.guess: (*-pc-sco3.2v5) Add detection for Pentium II.
13410         (*-pc-unixware7) Add detection for Pentium II, Pentium Pro.
13412 Sun Jul 19 00:46:53 CEST 1998  Marc Lehmann <pcg@goof.com>
13414         * INSTALL/README: Fix typo.
13416 Fri Jul 17 13:30:18 1998  Ian Lance Taylor  <ian@cygnus.com>
13418         * ylwrap: Change absolute path checks to check for DOS style path
13419         names.
13421         * ylwrap: Don't use a full path name if the source file is in the
13422         same directory.  From hjl@lucon.org (H.J. Lu).
13424         * config-ml.in: Default to being verbose, to match Feb 18 change to
13425         configure.
13427 Thu Jul 16 12:29:51 1998  Ian Lance Taylor  <ian@cygnus.com>
13429         Brought over from egcs:
13431         Sat Jun 27 22:46:32 1998  Jeffrey A Law  (law@cygnus.com)
13433         * configure.in (target_subdir): Set to ${target_alias} instead
13434         of "libraries".
13436         Mon Sep  1 16:45:44 1997  Jim Wilson  <wilson@cygnus.com>
13438         * configure.in (target_subdir): Set to libraries if enable_multilib.
13440 Wed Jul 15 01:00:54 1998  Ian Lance Taylor  <ian@cygnus.com>
13442         * Makefile.in ($(CONFIGURE_TARGET_MODULES)): If there are any
13443         multilibs, force reconfiguration the first time we create
13444         multilib.out in a subdirectory, in case TARGET_SUBDIR is `.'.
13446 Tue Jul 14 23:41:03 1998  Ian Lance Taylor  <ian@cygnus.com>
13448         * configure.in: Strip any --no option from CONFIG_ARGUMENTS, to
13449         avoid confusion with --no-recursion.
13451 Tue Jul 14 15:37:41 1998  Geoffrey Noer  <noer@cygnus.com>
13453         * configure.in: Win32 hosts shouldn't use install -x
13454         * install-sh: remove -x option, and special .exe-handling
13455         hack.
13457 Tue Jul 14 15:28:41 1998  Richard Henderson  <rth@cygnus.com>
13459         * config.guess: Recognize i586-pc-beos.
13460         * configure.in: Don't build some bits for beos.
13462 Tue Jul 14 13:22:18 1998  Ian Lance Taylor  <ian@cygnus.com>
13464         * configure: If CC is set but CFLAGS is not, and CC is gcc, make
13465         CFLAGS default to -O2.
13467         * ltmain.sh: Add some hacks to make SunOS --enable-shared work
13468         when using GNU ld.
13470 Fri Jul 10 13:18:23 1998  Ian Lance Taylor  <ian@cygnus.com>
13472         * ltmain.sh: Correct install when using a different shell.
13474 Tue Jul  7 15:24:38 1998  Ian Lance Taylor  <ian@cygnus.com>
13476         * ltconfig, ltmain.sh: Update to libtool 1.2b.
13478 Thu Jul  2 13:57:36 1998  Klaus Kaempf  <kkaempf@rmi.de>
13480         * makefile.vms: Update to build binutils/makefile.vms.  Add install
13481         target.
13483 Wed Jul  1 16:45:21 1998  Ian Lance Taylor  <ian@cygnus.com>
13485         * ltconfig: Update to correct AIX handling.
13487 Sat Jun 27 22:46:32 1998  Jeffrey A Law  (law@cygnus.com)
13489         * Makefile.in (BASE_FLAGS_TO_PASS): Add TARGET_SUBDIR.
13491         * configure.in (target_subdir): Set to ${target_alias} instead
13492         of "libraries".
13494 1998-06-26  Manfred Hollstein  <manfred@s-direktnet.de>
13496         * Makefile.in (BASE_FLAGS_TO_PASS): Add gcc_version_trigger.
13497         (Makefile): Depend on $(gcc_version_trigger).
13499         * configure (gcc_version): Change default initializer to empty
13500         string.
13501         (gcc_version_trigger): New variable; pass this variable down
13502         to subdir configures to enable them checking gcc's version
13503         themselves. Emit make macros for both gcc_version vars.
13504         (topsrcdir): Initialize reliably.
13505         (recursion line): Remove --with-gcc-version=${gcc_version}.
13507 1998-06-24  Manfred Hollstein  <manfred@s-direktnet.de>
13509         * configure (enable_version_specific_runtime_libs): Implement new flag
13510         --enable-version-specific-runtime-libs which installs C++ runtime stuff
13511         in $(libsubdir); emit definition in each generated Makefile.
13512         (gxx_include_dir): Initialize depending on
13513         $enable_version_specific_runtime_libs.
13515 1998-06-24  Manfred Hollstein  <manfred@s-direktnet.de>
13517         * configure (gcc_version): Initialize properly depending on
13518         how and where configure is started.
13519         (recursion line): Pass a --with-gcc-version=${gcc_version}
13520         to configures in subdirs.
13522 Wed Jun 24 16:01:59 1998  John Metzler  <jmetzler@cygnus.com>
13524         * configure.in (noconfigdirs): Add configure pattern for mips tx39
13525         cygmon
13527 Tue Jun 23 22:42:32 1998  Mark Alexander  <marka@cygnus.com>
13529         * configure.in: Add cygmon and libstub support for mn10200.
13531 1998-06-19  Manfred Hollstein  <manfred@s-direktnet.de>
13533         * configure (gcc_version): Add new variable describing the
13534         particular gcc version we're building.
13535         * Makefile.in (libsubdir): Add new macro for the directory
13536         in which the compiler finds executables, libraries, etc.
13537         (BASE_FLAGS_TO_PASS): Pass down gcc_version, target_alias
13538         and libsubdir.
13540 Fri Jun 19 02:36:59 1998  Alexandre Oliva <oliva@dcc.unicamp.br>
13542         * Makefile.in (local-clean): Remove *.log.
13543         (warning.log): Built with warn_summary from build.log.
13544         (mail-report.log): Run test_summary.
13545         (mail-report-with-warnings.log): Run test_summary including
13546         warning.log in the report.
13548 Thu Jun 18 11:26:03 1998  Robert Lipe  <robertl@dgii.com>
13550         * config.guess: Detection of Pentium II for *-sco-3.2v5*.
13552 Mon Jun 15 14:53:54 1998  Andrew Cagney  <cagney@b1.cygnus.com>
13554         * Makefile.in (grep): Grep no longer depends on libiberty.
13556 Fri Jun 12 14:03:34 1998  Syd Polk  <spolk@cygnus.com>
13558         * Makefile.in: all-snavigator needs all-libgui.
13560 Thu Jun 11 19:43:47 1998  Mark Alexander  <marka@cygnus.com>
13562         * configure.in: Add cygmon and libstub support for mn10300.
13564 Wed Jun 10 11:19:47 1998  Ian Lance Taylor  <ian@cygnus.com>
13566         * missing: Update to version from automake 1.3.
13568         * ltmain.sh: On installation, don't get confused if the same name
13569         appears more than once in the list of library names.
13571 Wed Jun  3 14:51:42 1998  Ian Lance Taylor  <ian@cygnus.com>
13573         * config.sub: Accept m68060 and m5200 as CPU names.
13575 Mon Jun  1 17:25:16 1998  Ian Lance Taylor  <ian@cygnus.com>
13577         * configure: Use && rather than using -a in test, because odd
13578         strings can confuse test.
13579         * configure.in: Likewise.
13581 Thu May 28 19:31:13 1998  Ian Lance Taylor  <ian@cygnus.com>
13583         * ltconfig, ltmain.sh: Bring in Visual C++ support.
13585 Sat May 23 23:44:13 1998  Alexandre Oliva <oliva@dcc.unicamp.br>
13587         * Makefile.in (boostrap2-lean, bootstrap3-lean,
13588         bootstrap4-lean): New targets.
13590 Mon May 11 23:55:56 1998  Jeffrey A Law  (law@cygnus.com)
13592         * mpw-* Delete.  Not used.
13594 Mon May 11 23:11:34 1998  Jeffrey A Law  (law@cygnus.com)
13596         * COPYING.LIB: Update FSF address.
13598 Fri May  8 01:30:20 1998  Ian Lance Taylor  <ian@cygnus.com>
13600         * ltconfig, ltmain.sh: Update to libtool 1.2a.
13602         * Makefile.in (GASB_SUPPORT_DIRS): Remove intl; already included via
13603         GAS_SUPPORT_DIRS.
13605 Thu May  7 17:27:35 1998  Ian Lance Taylor  <ian@cygnus.com>
13607         * ltconfig, ltmain.sh: Avoid producing a version number if
13608         -version-info was not used.
13610 Tue May  5 18:02:24 1998  Ian Lance Taylor  <ian@cygnus.com>
13612         * configure.in: Add --with-newlib to CONFIG_ARGUMENTS if we are
13613         building with newlib.
13615 1998-04-30  Paul Eggert  <eggert@twinsun.com>
13617         * Makefile.in (EXTRA_GCC_FLAGS): Remove backslash at end;
13618         Solaris `make' causes it to continue to next definition.
13620 Tue Apr 28 16:24:24 1998  Jason Molenda  (crash@bugshack.cygnus.com)
13622         * Makefile.in (install-gdbtk): Call this 'install-gdb' so that
13623         the right GUI libraries and files are installed along with GDB.
13625 Tue Apr 28 18:11:24 1998  Ian Lance Taylor  <ian@cygnus.com>
13627         * configure.in: Change alpha to alpha* in several places.
13629 Tue Apr 28 07:42:00 1998  Mark Alexander  <marka@cygnus.com>
13631         * config.sub: Recognize sparc86x.
13633 Tue Apr 28 07:35:02 1998  Michael Meissner  <meissner@cygnus.com>
13635         * configure.in (--enable-target-optspace): Remove debug echo.
13637 Thu Apr 23 21:31:16 1998  Jim Wilson  <wilson@cygnus.com>
13639         * configure: Set CXXFLAGS from CXXFLAGS, not CFLAGS.
13641 Thu Apr 23 12:26:38 1998  Ian Lance Taylor  <ian@cygnus.com>
13643         * ltconfig: Update cygwin32 support.
13645         * Makefile.in (GAS_SUPPORT_DIRS): Add intl.
13646         (BINUTILS_SUPPORT_DIRS, GASB_SUPPORT_DIRS): Likewise.
13647         (GDB_SUPPORT_DIRS): Likewise.
13649 Wed Apr 22 12:30:10 1998  Michael Meissner  <meissner@cygnus.com>
13651         * configure.in (target_makefile_frag): If --enable-target-optspace,
13652         use -Os to compile target libraries rather than -O2.  Default to
13653         using -Os for d10v and m32r if --{enable,disable}-target-optspace is
13654         not used.
13655         * configure.in (target_cflags): Ditto for d30v.
13657 Tue Apr 21 23:06:54 1998  Tom Tromey  <tromey@cygnus.com>
13659         * Makefile.in (all-bfd): Depend on all-intl.
13660         (all-binutils): Likewise.
13661         (all-gas): Likewise.
13662         (all-gprof): Likewise.
13663         (all-ld): Likewise.
13665 1998-04-19  Brendan Kehoe  <brendan@cygnus.com>
13667         * configure.in (host_tools): Fix typo, lbtool -> libtool.
13669 Fri Apr 17 16:20:42 1998  Ian Lance Taylor  <ian@cygnus.com>
13671         * Makefile.in (all-bfd): Depend upon all-libiberty.
13673         * ltconfig, ltmain.sh: Bring in newer cygwin32 support.
13675 Fri Apr 17 12:22:22 1998  Bob Manson  <manson@charmed.cygnus.com>
13677         * Makefile.in: Add libstub.
13679         * configure.in: Ditto. Build libstub for targets that have cygmon
13680         support.
13682 Tue Apr 14 18:01:55 1998  Ian Lance Taylor  <ian@cygnus.com>
13684         * configure.in: Don't set PICFLAG on ix86-cygwin32.
13686 Tue Apr 14 12:24:45 1998  J. Kean Johnston  <jkj@sco.com>
13688         * configure.in: Recognise i[3456]96-*-sysv5* as a valid host, and
13689         use mh-sysv5 if specified.  Support gprof on SCO Open Server.
13691 Tue Apr 14 11:33:51 1998  Krister Walfridsson <cato@df.lth.se>
13693         * configure: Define DEFAULT_M4 by searching PATH.
13694         * Makfile.in: Use DEFAULT_M4.
13696 Mon Apr 13 15:37:24 1998  Ian Lance Taylor  <ian@cygnus.com>
13698         * ltconfig: Add cygwin32 support.
13700         * Makefile.in, configure.in: Add libtool as a native only directory
13701         to configure and build.
13703 Sun Apr 12 20:58:46 1998  Jeffrey A Law  (law@cygnus.com)
13705         * Makefile.in (INSTALL_MODULES): Remove texinfo.
13707 Wed Apr  8 13:18:56 1998  Philippe De Muyter  <phdm@macqel.be>
13709         * Makefile.in (EXTRA_GCC_FLAGS): XFOO lines shortened.
13711 Thu Apr  2 14:48:44 1998  Geoffrey Noer  <noer@cygnus.com>
13713         * Makefile.in: add ash make rules
13714         * configure.in: add ash to native_only and host_tools lists
13716 Thu Mar 26 12:53:20 1998  Tom Tromey  <tromey@cygnus.com>
13718         * Makefile.in (all-gettext, all-intl): New targets.
13719         (ALL_MODULES): Added all-gettext, all-intl.
13720         (CROSS_CHECK_MODULES): Added check-gettext, check-intl.
13721         (INSTALL_MODULES): Added install-gettext, install-intl.
13722         (CLEAN_MODULES): Added clean-gettext, clean-intl.
13724         * configure.in (host_tools): Added gettext.
13725         (native_only): Likewise.
13726         (noconfigdirs) [various cases]: Likewise.
13727         (host_libs): Added intl.
13729 Thu Mar 26 15:00:11 1998  Keith Seitz  <keiths@onions.cygnus.com>
13731         * configure: Do not disable building gdbtk for cygwin32 hosts.
13733 Wed Mar 25 10:04:18 1998  Nick Clifton  <nickc@cygnus.com>
13735         * configure.in: Add thumb-coff target.
13736         * config.sub: Add thumb-coff target.
13738 Wed Mar 25 11:49:12 1998  Jason Molenda  (crash@bugshack.cygnus.com)
13740         * Makefile.in: Revert yesterday's change.
13741         (all-target-winsup):  all-target-librx stays out of here.
13743 Tue Mar 24 16:58:29 1998  Jason Molenda  (crash@bugshack.cygnus.com)
13745         * Makefile.in (TARGET_CONFIGDIRS, ALL_TARGET_MODULES,
13746         CONFIGURE_TARGET_MODULES, CHECK_TARGET_MODULES,
13747         INSTALL_TARGET_MODULES, CLEAN_TARGET_MODULES, all-target-winsup):
13748         Remove references to librx and libg++.
13750 Tue Mar 24 18:28:12 1998  Eric Mumpower  <nocturne@cygnus.com>
13752         * Makefile.in (BASE_FLAGS_TO_PASS): Pass $(lispdir) down to
13753         recursive makes
13755 Tue Mar 24 11:37:45 1998  Ian Lance Taylor  <ian@cygnus.com>
13757         * Makefile.in (CC_FOR_TARGET): Use $(TARGET_SUBDIR) when passing -B
13758         for newlib directory.
13759         (CXX_FOR_TARGET): Likewise.
13761 Mon Mar 23 11:30:21 1998  Jeffrey A Law  (law@cygnus.com)
13763         * ltconfig: Update after libtool/ltconfig.in change for
13764         hpux11.
13766 Fri Mar 20 18:51:43 1998  Ian Lance Taylor  <ian@cygnus.com>
13768         * ltconfig, ltmain.sh: Update to libtool 1.2.
13770 Fri Mar 20 09:32:14 1998  Manfred Hollstein  <manfred@s-direktnet.de>
13772         * Makefile.in (install-gcc): Don't specify LANGUAGES here.
13773         (install-gcc-cross): Instead, override LANGUAGES here.
13775 1998-03-18  Dave Love  <d.love@dl.ac.uk>
13777         * Makefile.in ($(CONFIGURE_TARGET_MODULES)): Set CONFIG_SITE to a
13778         non-existent file since /dev/null loses with bash 2.0/autoconf 2.12.
13780 Wed Mar 18 09:24:59 1998  Nick Clifton  <nickc@cygnus.com>
13782         * configure.in: Add Thumb-pe target.
13784 Tue Mar 17 16:59:00 1998  Syd Polk <spolk@cygnus.com>
13786         * Makefile.in - changed sn targets to snavigator
13787         * configure.in - changed sn targets to snavigator
13789 Tue Mar 17 10:33:28 1998  Manfred Hollstein  <manfred@s-direktnet.de>
13791         * config-ml.in: After building symlink tree call make distclean
13792         if a Makefile got linked into ${ml_dir}/${ml_libdir}; this happens
13793         to be the case for libiberty.
13795 Tue Mar 17 10:22:37 1998  H.J. Lu  (hjl@gnu.ai.mit.edu)
13797         * configure: When making link, also check the current
13798         directory. The configure scripts may create one.
13800 Fri Mar  6 01:02:03 1998  Richard Henderson  <rth@cygnus.com>
13802         * config.sub: Accept alphapca56 and alphaev6 properly.
13804 Fri Mar  6 00:14:55 1998  Franz Sirl <Franz.Sirl-kernel@lauterbach.com>
13806         * configure.in: Revert 3 Jan change for powerpc-linux-gnulibc1.
13808 Mon Feb 23 15:09:18 1998  Bruno Haible <bruno@linuix.mathematik.uni-karlsruhe.de
13810         * config.sub (sco5): Fix typo.
13812 Mon Feb 23 14:46:06 1998  Ian Lance Taylor  <ian@cygnus.com>
13814         * Makefile.in (INSTALL_MODULES): Move install-tcl before
13815         install-itcl.
13816         (install-itcl): Remove dependency on install-tcl.
13818 Mon Feb 23 09:53:28 1998  Mark Alexander  <marka@cygnus.com>
13820         * configure.in: Remove libgloss from noconfigdirs for MN10300.
13822 Thu Feb 19 13:40:41 1998  Ian Lance Taylor  <ian@cygnus.com>
13824         * configure.in: Don't build libgui for a cygwin32 target when not on
13825         a cygwin32 host.
13827 Wed Feb 18 12:29:00 1998  Jason Molenda  (crash@bugshack.cygnus.com)
13829         * configure (redirect): Set to null, so default behavior of
13830         configure is now --verbose.
13832 1998-02-16  Dave Love  <d.love@dl.ac.uk>
13834         * Makefile.in ($(CONFIGURE_TARGET_MODULES)): Run configure with
13835         CONFIG_SITE=/dev/null to forestall lossage with site configuration.
13837 Mon Feb 16 12:23:53 1998  Manfred Hollstein  <Manfred.Hollstein@ks.sel.alcatel.de>
13839         * Makefile.in (BASE_FLAGS_TO_PASS, EXTRA_TARGET_FLAGS): Really add
13840         this change to sync Makefile.in with its ChangeLog entries.
13842 Thu Feb 12 15:03:08 1998  H.J. Lu  <hjl@gnu.org>
13844         * ltmain.sh (mkdir): Check that the directory doesn't exist
13845         before we exit with error, so that we don't get races during
13846         parallel builds.
13848 Sat Feb  7 15:19:18 1998  Ian Lance Taylor  <ian@cygnus.com>
13850         * ltconfig, ltmain.sh: Update from libtool 1.0i.
13852 Fri Feb  6 01:33:52 1998  Manfred Hollstein  <manfred@s-direktnet.de>
13854         * Makefile.in (BASE_FLAGS_TO_PASS): Don't pass PICFLAG and
13855         PICFLAG_FOR_TARGET.
13856         (EXTRA_TARGET_FLAGS): Don't pass PICFLAG_FOR_TARGET.
13858         * configure: Emit a definition for the new macro enable_shared
13859         into each Makefile.
13861 Thu Feb  5 17:01:12 1998  Jason Molenda  (crash@bugshack.cygnus.com)
13863         * configure.in (host_tools, native_only): Add libtool.
13865 Wed Feb  4 16:53:58 1998  Geoffrey Noer  <noer@cygnus.com>
13867         * configure.in: add target-gperf to noconfigdirs for Cygwin32.
13868         Fix typo in ming config comment.
13870 Wed Feb  4 18:56:13 1998  Ian Lance Taylor  <ian@cygnus.com>
13872         * ltconfig, ltmain.sh: Update from libtool 1.0h.
13874 Mon Feb  2 19:38:19 1998  Ian Lance Taylor  <ian@cygnus.com>
13876         * config.sub: Add tic30 cases, and map c30 to tic30.
13878 Sun Feb  1 02:40:41 1998  Richard Henderson  <rth@cygnus.com>
13880         * Makefile.in (TARGET_CONFIGDIRS): Add libf2c.
13881         (ALL_TARGET_MODULES, CONFIGURE_TARGET_MODULES): Similarly
13882         (CHECK_TARGET_MODULES, INSTALL_TARGET_MODULES): Similarly
13883         (CLEAN_TARGET_MODULES): Similarly
13884         (all-target-libf2c): Add dependences.
13885         * configure.in (target_libs): Add libf2c.
13887 Fri Jan 30 17:18:32 1998  Geoffrey Noer  <noer@cygnus.com>
13889         * configure.in: Remove expect from noconfigdirs when target
13890         is cygwin32.  OK to build expect and dejagnu with Canadian
13891         Cross.
13893 Wed Jan 28 12:58:49 1998  Ian Lance Taylor  <ian@cygnus.com>
13895         * configure.in: Do build expect, dejagnu, and cvssrc for a cygwin32
13896         host.
13898         * config.guess: Use ${UNAME_MACHINE} rather than i386 for cygwin32
13899         and mingw32.
13901 Wed Jan 28 10:26:37 1998  Manfred Hollstein  <manfred@s-direktnet.de>
13903         * Makefile.in (BASE_FLAGS_TO_PASS): Remove passing $(local_prefix)
13904         here as it is not defined in the toplevel Makefile.
13906 Tue Jan 27 23:25:06 1998  Manfred Hollstein  <manfred@s-direktnet.de>
13908         * configure (package_makefile_rules_frag): New variable, which names
13909         a file with generic rules, ...
13910         Change comment to mention we now have FIVE parts.
13911         * configure: Undo last change.
13913 Tue Jan 27 23:15:55 1998  Lassi A. Tuura  <lat@iki.fi>
13915         * config.guess: More accurate determination of HP processor types.
13916         * config.sub: More accurate determination of HP processor types.
13918 Sat Jan 24 01:59:45 1998  Manfred Hollstein  <manfred@s-direktnet.de>
13920         * configure (package_makefile_frag): Move inserting the
13921         ${package_makefile_frag} to where it should be according
13922         to the comment.
13924 Fri Jan 23 00:29:28 1998  Philip Blundell  <pb@nexus.co.uk>
13926         * config.guess: Add support for Linux/ARM.
13928 Thu Jan 22 15:14:01 1998  Fred Fish  <fnf@cygnus.com>
13930         * .cvsignore: Remove *-info and *-install since they match
13931         release-info and mpw-install, which we don't want to just ignore.
13933 Thu Jan 22 01:38:33 1998  Richard Henderson  <rth@cygnus.com>
13935         * configure.in: Revert 3 Jan change for alpha-linux-gnulibc1.
13937 Sat Jan 17 21:28:08 1998  Pieter Nagel <pnagel@epiuse.co.za>
13939         * Makefile.in (FLAGS_TO_PASS): Pass down gcc_include_dir and
13940         local_prefix to sub-make invocations.
13942 Sat Jan 17 21:04:59 1998 H.J. Lu  (hjl@gnu.org)
13944         * configure.in: Check makefile fragments in the source
13945         directory.
13947 Fri Jan 16 00:41:37 1998  Alexandre Oliva <oliva@dcc.unicamp.br>
13949         * configure.in: Check whether host and target makefile
13950         fragments exist before adding them to *_makefile_frag.
13952 Wed Jan 14 23:39:10 1998  Bob Manson  <manson@charmed.cygnus.com>
13954         * configure.in (target_configdirs): Add cygmon for sparc64-elf.
13956 Wed Jan 14 12:48:07 1998  Keith Seitz  <keiths@pizza.cygnus.com>
13958         * configure.in: Make sure we only replace RPATH_ENVVAR on
13959         lines which begin with RPATH_ENVVAR, i.e. add "^" to the
13960         regexp to sed.
13962         * Makefile.in (BASE_FLAGS_TO_PASS): Pass RRPATH_ENVVAR down
13963         to sub-makes.
13965 1998-01-13  Lee Iverson   (leei@ai.sri.com)
13967         * config-ml.in (multi-do): LDFLAGS must include multilib
13968         designator.
13970 Tue Jan 13 01:13:24 1998   Robert Lipe (robertl@dgii.com)
13972         * config.guess: Recognize i[3456]-i586-UnixWare7-sysv5.
13974 Sun Jan  4 01:06:55 1998  Mumit Khan  <khan@xraylith.wisc.edu>
13976         * config.sub: Add mingw32 support.
13977         * configure.in: Likewise.
13979 Sat Jan  3 12:11:05 1998 Franz Sirl <franz.sirl-kernel@lauterbach.com>
13981         * configure.in: Finalize support for {alpha|powerpc}*-*-linux-gnulibc1
13983 Sun Dec 28 11:28:58 1997  Jeffrey A Law  (law@cygnus.com)
13985         * Makefile.in (INSTALL_TARGET): Do install-gcc first.
13986         * configure (gxx_include_dir): Provide a definition for subdirs
13987         which do not use autoconf.
13989 Wed Dec 24 22:46:55 1997  Jeffrey A Law  (law@cygnus.com)
13991         * config.guess: Sync with egcs.  Picks up new alpha support,
13992         BeOS & some additional linux support.
13994 Tue Dec 23 12:44:24 1997  Jeffrey A Law  (law@cygnus.com)
13996         * config.guess: HP 9000/803 is a PA1.1 machine.
13998 Mon Dec 22 02:39:24 1997  Richard Henderson  <rth@cygnus.com>
14000         * configure.in: It's alpha*-...
14002 Sun Dec 21 16:53:12 1997  H.J. Lu  (hjl@gnu.ai.mit.edu)
14004         * configure.in (host_makefile_frag, target_makefile_frag):
14005         Handle multiple config files.
14006         (alpha-*-linux*): Treat alpha-*-linux* as alpha-*-linux* and
14007         alpha-*-*.
14009 Thu Dec 18 13:13:03 1997  Doug Evans  <devans@canuck.cygnus.com>
14011         * mkdep: New file.
14013 Wed Dec 17 09:53:02 1997  Michael Meissner  <meissner@cygnus.com>
14015         * configure.in (d30v-*-*): Allow configuring of libide, vmake, etc.
14017 Tue Dec 16 17:36:05 1997  Ian Lance Taylor  <ian@cygnus.com>
14019         * Makefile.in: Add libgui directory.
14020         (GDB_TK): Add all-libgui.
14021         * configure.in: Add libgui directory.
14022         * configure: Add all-libgui to GDB_TK.
14024 Mon Dec 15 16:12:28 1997  Nick Clifton  <nickc@cygnus.com>
14026         * config-ml.in (multidirs): Add m32r to multilib list.
14028 Fri Dec 12 10:43:31 1997  Brendan Kehoe  <brendan@canuck.cygnus.com>
14030         * Makefile.in (all-target-gperf): Change dependency to
14031         all-target-libstdc++.
14033 Thu Dec 11 23:30:51 1997  Fred Fish  <fnf@ninemoons.com>
14035         * config.guess: Add BeOS support.
14037 Wed Dec 10 15:10:38 1997  Ian Lance Taylor  <ian@cygnus.com>
14039         Source directory cvs renamed to cvssrc:
14040         * configure.in (host_tools): Change cvs to cvssrc.
14041         (native_only): Likewise.
14042         (noconfigdirs) [various cases]: Likewise.
14043         * Makefile.in (ALL_MODULES): Change all-cvs to all-cvssrc.
14044         (CROSS_CHECK_MODULES): Change check-cvs to check-cvssrc.
14045         (INSTALL_MODULES): Change install-cvs to install-cvssrc.
14046         (CLEAN_MODULES): Change clean-cvs to clean-cvssrc.
14047         (all-cvssrc): Rename target from all-cvs.
14049 Wed Dec  3 07:55:59 1997  Jeffrey A Law  (law@cygnus.com)
14051         * configure (gxx_include_dir): Fix thinko.
14053 Tue Dec  2 10:55:34 1997  Jeffrey A Law  (law@cygnus.com)
14055         * Makefile.in (INSTALL_TARGET_CROSS): Define.
14056         (install-cross, install-gcc-cross): New targets.
14058 Tue Dec  2 10:08:31 1997  Nick Clifton  <nickc@cygnus.com>
14060         * configure.in (noconfigdirs): Add support for Thumb target.
14062         * config.sub (maybe_os): Add support for Thumb target.
14064 Sun Nov 30 16:12:27 1997  Bob Manson  <manson@charmed.cygnus.com>
14066         * Makefile.in: Add rules for cygmon.
14068         * configure.in: Build cygmon for sparc-elf and sparclite-aout.
14070 Thu Nov 27 01:31:30 1997  Jeffrey A Law  (law@cygnus.com)
14072         * Makefile.in (INSTALL_TARGET): Do install-gcc first.
14073         * configure (gxx_include_dir): Provide a definition for subdirs
14074         which do not use autoconf.
14076 Wed Nov 26 11:53:33 1997  Keith Seitz  <keiths@onions.cygnus.com>
14078         * Makefile.in, configure, configure.in, ChangeLog: merge with foundry's
14079         11/18/97 build
14081 Wed Nov 26 16:08:50 1997  Jeffrey A Law  (law@cygnus.com)
14083         * From Franz Sirl.
14084         * config.guess (powerpc*-*-linux): Handle glibc2 beta release
14085         found on RedHat Linux systems.
14087 Fri Nov 21 09:51:01 1997  Jeffrey A Law  (law@cygnus.com)
14089         * config.guess (alpha stuff): Merge with FSF to avoid incorrect
14090         guesses.
14092 Thu Nov 13 11:38:37 1997  Jeffrey A Law  (law@cygnus.com)
14094         * configure.in (i[3456]86-ncr-sysv4.3*): Tweak.
14096 Mon Nov 10 15:23:21 1997  H.J. Lu  <hjl@gnu.ai.mit.edu>
14098         * ltmain.sh: If mkdir fails, check whether the directory was created
14099         anyhow by some other process.
14101 Mon Nov 10 14:38:03 1997  Michael Meissner  <meissner@cygnus.com>
14103         * configure.in (d30v-*-*): Configure all directories.
14105 Sun Nov  9 17:36:20 1997  Michael Meissner  <meissner@cygnus.com>
14107         * configure.in (d30v-*-*): Configure newlib, libiberty directories
14108         for the D30V.
14110 Sat Nov  8 14:42:59 1997  Michael Meissner  <meissner@cygnus.com>
14112         * configure.in (d30v-*-*): Configure target-libgloss on the D30V.
14114 Fri Nov  7 10:34:09 1997  Rob Savoye  <rob@darkstar.cygnus.com>
14116         * include/libiberty.h: Add extern "C" { so it can be used with C++
14117         progrms.
14118         * include/remote-sim.h:  Add extern "C" { so it can be used with C++
14119         programs.
14121 Thu Oct 30 11:09:29 1997  Michael Meissner  <meissner@cygnus.com>
14123         * configure.in (d30v-*-*): Configure GCC now.
14125 Mon Oct 27 13:17:24 1997  Stan Shebs  <shebs@andros.cygnus.com>
14127         * configure.in: Remove a "second pass" of tweaking noconfigdirs,
14128         is no longer needed.
14130 Mon Oct 27 12:03:53 1997  Jason Merrill  <jason@yorick.cygnus.com>
14132         * Makefile.in: check-target-libio depends on all-target-libstdc++.
14134 Sun Oct 26 11:48:27 1997  Manfred Hollstein  (manfred@s-direktnet.de)
14136         * Makefile.in (bootstrap-lean): Combined with `normal' bootstrap
14137         targets using "$@" to provide support for similar but not identical
14138         targets without having to duplicate code.
14140 Mon Oct 20 15:28:49 1997  Klaus K"ampf  <kkaempf@progis.de>
14142         * makefile.vms: Fix to work with DEC C.
14144 Tue Oct  7 23:58:57 1997  Gavin Koch  <gavin@cygnus.com>
14146         * config.sub: Add mips-tx39-elf to marketing names.
14148 Tue Oct  7 14:24:41 1997  Ian Lance Taylor  <ian@cygnus.com>
14150         * ltmain.sh: Handle symlinks in generated script.
14152 Wed Oct  1 13:11:27 1997  Ian Lance Taylor  <ian@cygnus.com>
14154         * configure: Handle autoconf style directory options: --bindir,
14155         --datadir, --includedir, --infodir, --libdir, --libexecdir,
14156         --mandir, --oldincludedir, --sbindir, --sharedstatedir,
14157         --sysconfdir.
14158         * Makefile.in (sbindir, libexecdir, sysconfdir): New variables.
14159         (sharedstatedir, localstatedir, oldincludedir): New variables.
14160         (BASE_FLAGS_TO_PASS): Pass down bindir, datadir, includedir,
14161         infodir, libdir, libexecdir, localstatedir, mandir, oldincludedir,
14162         sbindir, sharedstatedir, and sysconfdir.
14164 Mon Sep 29 00:38:08 1997 Aaron Jackson <jackson@negril.msrce.howard.edu>
14166         * Makefile.in (bootstrap-lean): New target.
14168 Wed Sep 24 18:06:27 1997  Stu Grossman  <grossman@babylon-5.cygnus.com>
14170         * configure.in (d30v):  Remove tcl, tk, expect, gdb, itcl, tix, db,
14171         sn, and gnuserv from noconfigdirs.
14173 Wed Sep 24 15:18:32 1997  Ian Lance Taylor  <ian@cygnus.com>
14175         * ltmain.sh: Tweak shell pattern to avoid bug in NetBSD /bin/sh.
14177 Thu Sep 18 23:58:27 1997  Jeffrey A Law  (law@cygnus.com)
14179         * Makefile.in (cross): New target.
14181 Thu Sep 18 21:43:23 1997  Alexandre Oliva  <oliva@dcc.unicamp.br>
14182                           Jeff Law         <law@cygnus.com>
14184         * Makefile.in (bootstrap2, bootstrap3): New targets.
14185         (all-bootstrap): Remove outdated and confusing target.
14186         (bootstrap, bootstrap2, bootstrap3): Don't pass BOOT_CFLAGS down.
14188 Thu Sep 18 15:37:42 1997  Andrew Cagney  <cagney@b1.cygnus.com>
14190         * configure (tooldir): enable_gdbtk=YES for cygwin32, NO for
14191         windows.  Consistent with gdb/configure.
14193 1997-09-15 02:37  Ulrich Drepper  <drepper@cygnus.com>
14195         * configure.in: Name Linux target fragment.
14197         * configure: Rewrite so that project Makefile fragment is inserted
14198         first and appears last in the resulting Makefile.
14200 Tue Sep 16 09:55:07 1997  Andrew Cagney  <cagney@b1.cygnus.com>
14202         * Makefile.in (install-itcl): Install tcl first.
14204 Fri Sep 12 16:19:20 1997  Geoffrey Noer  <noer@cygnus.com>
14206         * configure.in: remove bison from noconfigdirs for Cygwin32 host
14208 Thu Sep 11 16:40:46 1997  H.J. Lu  (hjl@gnu.ai.mit.edu)
14210         * Makefile.in (local-distclean): Also remove mh-frag mt-frag.
14212         * configure.in (skipdirs): Add target-librx for Linux.
14213         (alpha-*-linux*): Use config/mh-elfalphapic and config/mt-elfalphapic.
14215 Wed Sep 10 21:29:54 1997  Jeffrey A Law  (law@cygnus.com)
14217         * Makefile.in (bootstrap): New target.
14219 Wed Sep 10 15:19:22 1997  Jeffrey A Law  (law@cygnus.com)
14221         * config.sub: Accept 'amigados' for backward compatibility.
14223 Mon Sep  8 20:46:20 1997  Ian Lance Taylor  <ian@cygnus.com>
14225         * config.guess: Merge with FSF.
14227 Sun Sep  7 23:18:32 1997  Fred Fish  <fnf@ninemoons.com>
14229         * config.sub: Change 'amigados' to 'amigaos' to match current usage.
14231 Sun Sep  7 15:55:28 1997  Gavin Koch  <gavin@cygnus.com>
14233         * config.sub: Add "marketing-names" patch.
14235 Fri Sep  5 16:11:28 1997  Joel Sherrill  (joel@OARcorp.com)
14237         * configure.in (*-*-rtems*): Do not build libgloss for rtems.
14239 Fri Sep  5 12:27:17 1997  Jeffrey A Law  (law@cygnus.com)
14241         * config.sub: Handle v850-elf.
14243 Wed Sep  3 22:01:58 1997  Fred Fish  <fnf@ninemoons.com>
14245         * .cvsignore (*-install): Remove.
14247 Wed Sep  3 12:15:24 1997  Chris Provenzano  <proven@cygnus.com>
14249         * ltconfig: Set CONFIG_SHELL in libtool.
14250         * ltmain.sh: Use CONFIG_SHELL instead of /bin/sh
14252 Mon Sep  1 16:45:44 1997  Jim Wilson  <wilson@cygnus.com>
14254         * configure.in (target_subdir): Set to libraries if enable_multilib.
14256 Wed Aug 27 16:15:11 1997  Jim Wilson  <wilson@cygnus.com>
14258         * config.guess: Update from gcc directory.
14260 Tue Aug 26 16:46:46 1997  Andrew Cagney  <cagney@b1.cygnus.com>
14262         * Makefile.in (all-sim): Depends on all-readline.
14264 Wed Aug 20 19:57:37 1997  Jason Merrill  <jason@yorick.cygnus.com>
14266         * Makefile.in (BISON, YACC): Use $$s.
14267         (all-bison): Depend on all-texinfo.
14269 Tue Aug 19 01:41:32 1997  Jason Merrill  <jason@yorick.cygnus.com>
14271         * Makefile.in (BISON): Add -L flag.
14272         (YACC): Likewise.
14274 Mon Aug 18 11:30:50 1997  Nick Clifton  <nickc@cygnus.com>
14276         * configure.in (noconfigdirs): Add support for v850e target.
14278         * config.sub (maybe_os): Add support for v850e target.
14280 Mon Aug 18 11:30:50 1997  Nick Clifton  <nickc@cygnus.com>
14282         * configure.in (noconfigdirs): Add support for v850ea target.
14284         * config.sub (maybe_os): Add support for v850ea target.
14286 Mon Aug 18 09:24:06 1997  Gavin Koch  <gavin@cygnus.com>
14288         * config.sub: Add mipstx39.  Delete r3900.
14290 Mon Aug 18 17:20:10 1997  Jason Molenda  (crash@godzilla.cygnus.co.jp)
14292         * Makefile.in (all-autoconf): Depends on all-texinfo.
14294 Fri Aug 15 23:09:26 1997  Michael Meissner  <meissner@cygnus.com>
14296         * config-ml.in ({powerpc,rs6000}*-*-*): Update to current AIX and
14297         eabi targets.
14299 Thu Aug 14 14:42:17 1997  Ian Lance Taylor  <ian@cygnus.com>
14301         * configure: Get CFLAGS and CXXFLAGS from Makefile, if possible.
14303         * configure: When handling a Canadian Cross, handle YACC as well as
14304         BISON.  Just set BISON to bison.  When setting YACC, prefer bison.
14305         * Makefile.in (all-bison): Depend upon all-texinfo.
14307 Tue Aug 12 20:09:48 1997  Jason Merrill  <jason@yorick.cygnus.com>
14309         * Makefile.in (BISON): bison, not byacc or bison -y.
14310         (YACC): bison -y or byacc or yacc.
14311         (various): Add *-bison as appropriate.
14312         (taz): No need to mess with BISON anymore.
14314 Tue Aug 12 22:33:08 1997  Ian Lance Taylor  <ian@cygnus.com>
14316         * configure: If OSTYPE matches *win32*, try to find a good value for
14317         CONFIG_SHELL.
14319 Sun Aug 10 14:41:11 1997  Ian Lance Taylor  <ian@cygnus.com>
14321         * Makefile.in (taz): Get the version number from AM_INIT_AUTOMAKE in
14322         configure.in if it is present.
14324 Sat Aug  9 00:58:01 1997  Ian Lance Taylor  <ian@cygnus.com>
14326         * Makefile.in (LD_FOR_TARGET): Change ld.new to ld-new.
14328 Fri Aug  8 16:30:13 1997  Doug Evans  <dje@canuck.cygnus.com>
14330         * config.sub: Recognize `arc' cpu.
14331         * configure.in: Likewise.
14332         * config-ml.in: Likewise.
14334 Thu Aug  7 11:02:34 1997  Ian Lance Taylor  <ian@cygnus.com>
14336         * Makefile.in ($(INSTALL_X11_MODULES)): Depend upon installdirs.
14338 Wed Aug  6 16:27:29 1997  Chris Provenzano  <proven@cygnus.com>
14340         * configure: Changed sed delimiter from ':' to '|' when
14341         attempting to substitute ${config_shell} for SHELL. On
14342         NT ${config_shell} may contain a ':' in it.
14344 Wed Aug  6 12:29:05 1997  Jason Merrill  <jason@yorick.cygnus.com>
14346         * Makefile.in (EXTRA_GCC_FLAGS): Fix for non-bash shells.
14348 Wed Aug  6 00:42:35 1997  Ian Lance Taylor  <ian@cygnus.com>
14350         * Makefile.in (AS_FOR_TARGET): Change as.new to as-new.
14352 Tue Aug  5 14:08:51 1997  Ian Lance Taylor  <ian@cygnus.com>
14354         * Makefile.in (NM_FOR_TARGET): Change nm.new to nm-new.
14356         * ylwrap: If the program is a relative path, force it to be
14357         absolute.
14359 Tue Aug  5 12:12:44 1997  Andrew Cagney  <cagney@b1.cygnus.com>
14361         * configure (tooldir): Set BISON to `bison -y' and not just bison.
14363 Mon Aug  4 22:59:02 1997  Andrew Cagney  <cagney@b1.cygnus.com>
14365         * Makefile.in (CC_FOR_TARGET): When winsup/Makefile present,
14366         correctly specify the target build directory $(TARGET_SUBDIR)/winsup
14367         for libraries.
14369 Mon Aug  4 12:40:24 1997  Jason Merrill  <jason@yorick.cygnus.com>
14371         * Makefile.in (EXTRA_GCC_FLAGS): Fix handling of macros with values
14372         separated by spaces.
14374 Thu Jul 31 19:49:49 1997  Ian Lance Taylor  <ian@cygnus.com>
14376         * ylwrap: New file.
14377         * Makefile.in (DEVO_SUPPORT): Add ylwrap.
14379         * ltmain.sh: Handle /bin/sh at start of install program.
14381         * Makefile.in (DEVO_SUPPORT): Add ltconfig, ltmain.sh, and missing.
14383         * ltconfig, ltmain.sh: New files, from libtool 1.0.
14384         * missing: New file, from automake 1.2.
14386 Thu Jul 24 12:57:56 1997  Ian Lance Taylor  <ian@cygnus.com>
14388         * Makefile.in: Treat tix like tk, putting it in X11_MODULES.  Add
14389         check-tk to CHECK_X11_MODULES.
14391 Wed Jul 23 17:03:29 1997  Ian Lance Taylor  <ian@cygnus.com>
14393         * config.sub: Merge with FSF.
14395 Tue Jul 22 19:08:29 1997  Ian Lance Taylor  <ian@cygnus.com>
14397         * config.guess: Merge with FSF.
14399 Tue Jul 22 14:50:42 1997  Robert Hoehne <robert.hoehne@Mathematik.TU-Chemnitz.DE>
14401         * configure: Treat msdosdjgpp like go32.
14402         * configure.in: Likewise.  Don't remove gprof for go32.
14404         * configure: Change Makefile.tem2 to Makefile.tm2.
14406 Mon Jul 21 10:31:26 1997  Stephen Peters  <speters@cygnus.com>
14408         * configure.in (noconfigdirs): For alpha-dec-osf*, don't ignore grep.
14410 Tue Jul 15 14:33:03 1997  Brendan Kehoe  <brendan@lisa.cygnus.com>
14412         * install-sh (chmodcmd): Set to null if the DST directory already
14413         exists.  Same as Nov 11th change.
14415 Mon Jul 14 11:01:15 1997  Martin M. Hunt  <hunt@cygnus.com>
14417         * configure (GDB_TK): Needs itcl and tix.
14419 Mon Jul 14 00:32:10 1997  Jason Merrill  <jason@yorick.cygnus.com>
14421         * config.guess: Update from FSF.
14423 Fri Jul 11 11:57:11 1997  Martin M. Hunt  <hunt@cygnus.com>
14425         * Makefile.in (GDB_TK): Depend on itcl and tix.
14427 Fri Jul  4 13:25:31 1997  Ian Lance Taylor  <ian@cygnus.com>
14429         * Makefile.in (INSTALL_PROGRAM_ARGS): New variable.
14430         (INSTALL_PROGRAM): Use $(INSTALL_PROGRAM_ARGS).
14431         (INSTALL_SCRIPT): New variable.
14432         (BASE_FLAGS_TO_PASS): Pass down INSTALL_SCRIPT.
14433         * configure.in: If host is *-*-cygwin32*, set INSTALL_PROGRAM_ARGS
14434         to -x.
14435         * install-sh: Add support for -x option.
14437 Mon Jun 30 15:51:30 1997  Ian Lance Taylor  <ian@cygnus.com>
14439         * configure.in, Makefile.in: Treat tix like itcl.
14441 Thu Jun 26 13:59:19 1997  Ian Lance Taylor  <ian@cygnus.com>
14443         * Makefile.in (WINDRES): New variable.
14444         (WINDRES_FOR_TARGET): New variable.
14445         (BASE_FLAGS_TO_PASS): Add WINDRES_FOR_TARGET.
14446         (EXTRA_HOST_FLAGS): Add WINDRES.
14447         (EXTRA_TARGET_FLAGS): Add WINDRES.
14448         (EXTRA_GCC_FLAGS): Add WINDRES.
14449         ($(DO_X)): Pass down WINDRES.
14450         ($(CONFIGURE_TARGET_MODULES)): Set WINDRES when configuring.
14451         * configure: Treat WINDRES like DLLTOOL, and WINDRES_FOR_TARGET like
14452         DLLTOOL_FOR_TARGET.
14454 Wed Jun 25 15:01:26 1997  Felix Lee  <flee@cygnus.com>
14456         * configure.in: configure sim before gdb for win32-x-ppc
14458 Wed Jun 25 12:18:54 1997  Brendan Kehoe  <brendan@lisa.cygnus.com>
14460         Move gperf into the toplevel, from libg++.
14461         * configure.in (target_tools): Add target-gperf.
14462         (native_only): Add target-gperf.
14463         * Makefile.in (all-target-gperf): New target, depend on
14464         all-target-libg++.
14465         (configure-target-gperf): Empty rule.
14466         (ALL_TARGET_MODULES): Add all-target-gperf.
14467         (CONFIGURE_TARGET_MODULES): Add configure-target-gperf.
14468         (CHECK_TARGET_MODULES): Add check-target-gperf.
14469         (INSTALL_TARGET_MODULES): Add install-target-gperf.
14470         (CLEAN_TARGET_MODULES): Add clean-target-gperf.
14472 Mon Jun 23 10:51:53 1997  Jeffrey A Law  (law@cygnus.com)
14474         * config.sub (mn10200): Recognize new basic machine.
14476 Thu Jun 19 14:16:42 1997  Brendan Kehoe  <brendan@lisa.cygnus.com>
14478         * configure.in: Don't set ENABLE_MULTILIB, so we'll be passing
14479         --enable-multilib down to subdirs; setting TARGET_SUBDIR was enough.
14481 Tue Jun 17 15:31:20 1997  Brendan Kehoe  <brendan@lisa.cygnus.com>
14483         * configure.in: If we're building mips-sgi-irix6* native, turn on
14484         ENABLE_MULTILIB and set TARGET_SUBDIR.
14486 Tue Jun 17 12:20:59 1997  Tom Tromey  <tromey@cygnus.com>
14488         * Makefile.in (all-sn): Depend on all-grep.
14490 Mon Jun 16 11:11:10 1997  Ian Lance Taylor  <ian@cygnus.com>
14492         * configure.in: Use mh-ppcpic and mt-ppcpic for powerpc*-* targets.
14494         * configure: Set CFLAGS and CXXFLAGS, and substitute them into
14495         Makefile.  From Jeff Makey <jeff@cts.com>.
14496         * Makefile.in: Add comment for CFLAGS and CXXFLAGS.
14498         * Makefile.in (DISTBISONFILES): Remove.
14499         (taz): Don't futz with DISTBISONFILES.  Change BISON to use
14500         $(DEFAULT_YACC).
14502         * configure.in: Build itl, db, sn, etc., when building for native
14503         cygwin32.
14505         * Makefile.in (LD): New variable.
14506         (EXTRA_HOST_FLAGS): Pass down LD.
14507         ($(DO_X)): Likewise.
14509 Mon Jun 16 11:10:35 1997  Philip Blundell  <Philip.Blundell@pobox.com>
14511         * Makefile.in (INSTALL): Use $(SHELL) when executing install-sh.
14513 Fri Jun 13 10:22:56 1997  Bob Manson  <manson@charmed.cygnus.com>
14515         * configure.in (targargs): Strip out any supplied --build argument
14516         before adding our own. Always add --build.
14518 Thu Jun 12 21:12:28 1997  Bob Manson  <manson@charmed.cygnus.com>
14520         * configure.in (targargs): Pass --build if we're doing
14521         a cross-compile.
14523 Fri Jun  6 21:38:40 1997  Rob Savoye  <rob@chinadoll.cygnus.com>
14525         * configure: Use '|' instead of ":" as the separator in
14526         sed. Otherwise sed chokes on NT path names with drive
14527         designators. Also look for "?:*" as the leading characters in an
14528         absolute pathname.
14530 Mon Jun  2 13:05:20 1997  Gavin Koch  <gavin@cygnus.com>
14532         * config.sub: Support for r3900.
14534 Wed May 21 17:33:31 1997  Ian Lance Taylor  <ian@cygnus.com>
14536         * configure.in: Use install-sh, not install.sh.
14538 Wed May 14 16:06:51 1997  Ian Lance Taylor  <ian@cygnus.com>
14540         * Makefile.in (taz): Improve check for BISON so it doesn't try to
14541         apply it twice.
14543 Fri May  9 17:22:05 1997  Ian Lance Taylor  <ian@cygnus.com>
14545         * Makefile.in (INSTALL_MODULES): Put install-opcodes before
14546         install-binutils.
14548 Thu May  8 17:29:50 1997  Ian Lance Taylor  <ian@cygnus.com>
14550         * Makefile.in: Add automake targets.
14551         * configure.in (host_tools): Add automake.
14553 Tue May  6 15:49:52 1997  Ian Lance Taylor  <ian@cygnus.com>
14555         * configure: Default CXX to c++, not gcc.
14556         * Makefile.in (CXX): Set to c++, not gcc.
14557         (CXX_FOR_TARGET): When cross, transform c++, not gcc.
14559 Thu May  1 10:11:43 1997  Geoffrey Noer  <noer@cygnus.com>
14561         * install-sh: try appending a .exe if source file doesn't
14562         exist
14564 Wed Apr 30 12:05:36 1997  Jason Merrill  <jason@yorick.cygnus.com>
14566         * configure.in: Turn on multilib by default.
14567         (cross_only): Remove target-libiberty.
14569         * Makefile.in (all-gcc): Don't depend on libiberty.
14571 Mon Apr 28 18:39:45 1997  Michael Snyder  <msnyder@cleaver.cygnus.com>
14573         * config.guess: improve algorithm for recognizing Gnu Hurd x86.
14575 Thu Apr 24 19:30:07 1997  Ian Lance Taylor  <ian@cygnus.com>
14577         * Makefile.in (DEVO_SUPPORT): Add mpw-install.
14578         (DISTBISONFILES): Add ld/Makefile.in
14580 Tue Apr 22 17:17:28 1997  Geoffrey Noer  <noer@pizza.cygnus.com>
14582         * configure.in: if target is cygwin32 but host isn't cygwin32,
14583         don't configure gdb tcl tk expect, not just gdb.
14585 Mon Apr 21 13:33:39 1997  Tom Tromey  <tromey@cygnus.com>
14587         * configure.in: Added gnuserv everywhere sn appears.
14589         * Makefile.in (ALL_MODULES): Added all-gnuserv.
14590         (CROSS_CHECK_MODULES): Added check-gnuserv.
14591         (INSTALL_MODULES): Added install-gnuserv.
14592         (CLEAN_MODULES): Added clean-gnuserv.
14593         (all-gnuserv): New target.
14595 Thu Apr 17 13:57:06 1997  Per Fogelstrom  <pefo@openbsd.org>
14597         * config.guess: Fixes for MIPS OpenBSD systems.
14599 Tue Apr 15 12:21:07 1997  Ian Lance Taylor  <ian@cygnus.com>
14601         * Makefile.in (INSTALL_XFORM): Remove.
14602         (BASE_FLAGS_TO_PASS): Remove INSTALL_XFORM.
14604         * mkinstalldirs: New file, copied from automake.
14605         * Makefile.in (installdirs): Rename from install-dirs.  Use
14606         mkinstalldirs.  Change all users.
14607         (DEVO_SUPPORT): Add mkinstalldirs.
14609 Mon Apr 14 11:21:38 1997  Ian Lance Taylor  <ian@cygnus.com>
14611         * install-sh: Rename from install.sh.
14612         * Makefile.in (INSTALL): Change install.sh to install-sh.
14613         (DEVO_SUPPORT): Likewise.
14615         * configure: Use ${config_shell} with ${moveifchange}.  From Thomas
14616         Graichen <graichen@rzpd.de>.
14618 Fri Apr 11 16:37:10 1997  Niklas Hallqvist  <niklas@appli.se>
14620         * config.guess: Recognize OpenBSD systems correctly.
14622 Fri Apr 11 17:07:04 1997  Jason Molenda  (crash@godzilla.cygnus.co.jp)
14624         * README, Makefile.in (ETC_SUPPORT): Remove references to
14625         cfg-paper*, configure.{texi,man,info*}._
14627 Sun Apr  6 18:47:57 1997  Andrew Cagney  <cagney@kremvax.cygnus.com>
14629         * Makefile.in (all.normal): Ensure that gcc is built after all
14630         the x11 - ie gdb - targets.
14632 Tue Apr  1 16:28:50 1997  Klaus Kaempf  <kkaempf@progis.de>
14634         * makefile.vms: Don't run conf-a-gas.
14636 Mon Mar 31 16:26:55 1997  Joel Sherrill  <joel@oarcorp.com>
14638         * configure.in (hppa1.1-*-rtems*): New target, like hppa-*-*elf*.
14640 Sun Mar 30 12:38:27 1997  Fred Fish  <fnf@cygnus.com>
14642         * configure.in: Remove noconfigdirs case since gdb also
14643         configures and builds for tic80-coff.
14645 Fri Mar 28 18:28:52 1997  Ian Lance Taylor  <ian@cygnus.com>
14647         * configure: Set cache_file to config.cache.
14648         * Makefile.in (local-distclean): Remove config.cache.
14650 Wed Mar 26 18:49:39 1997  Ian Lance Taylor  <ian@cygnus.com>
14652         * COPYING: Update FSF address.
14654 Wed Mar 26 10:38:25 1997  Michael Meissner  <meissner@cygnus.com>
14656         * configure.in (tic80-*-*): Remove G++ libraries and libgloss from
14657         noconfigdirs.
14659 Mon Mar 24 15:02:39 1997  Ian Lance Taylor  <ian@cygnus.com>
14661         * Makefile.in (install-dirs): Don't crash if prefix, and hence
14662         MAKEDIRS, is empty.
14664 Mon Mar 24 12:40:55 1997  Doug Evans  <dje@canuck.cygnus.com>
14666         * config.sub: Tweak mn10300 entry.
14668 Fri Mar 21 15:35:27 1997  Michael Meissner  <meissner@cygnus.com>
14670         * configure.in (host_tools): Put sim before gdb, so gdb's
14671         configure.tgt can determine if the simulator was configured.
14673 Sun Mar 16 16:07:08 1997  Fred Fish  <fnf@cygnus.com>
14675         * config.sub: Move BeOS $os case to be with other Cygnus
14676         local cases.
14678 Sun Mar 16 01:34:55 1997  Martin Hunt <hunt@cygnus.com>
14680         * config.sub: Remove misplaced comment that broke Linux.
14682 Sat Mar 15 22:50:15 1997  Fred Fish  <fnf@cygnus.com>
14684         * config.sub: Add BeOS support.
14686 Mon Mar 10 13:30:11 1997  Tom Tromey  <tromey@cygnus.com>
14688         * Makefile.in (CHECK_X11_MODULES): Don't run check-tk.
14690 Wed Mar  5 12:09:29 1997  Martin  <hunt@cygnus.com>
14692         * configure.in (noconfigdirs): Remove tcl and tk from
14693         noconfigdirs for cygwin32 builds.
14695 Fri Feb 28 18:20:15 1997  Fred Fish  <fnf@cygnus.com>
14697         * configure.in (tic80-*-*): Remove ld from noconfigdirs.
14699 Thu Feb 27 14:57:26 1997  Ken Raeburn  <raeburn@cygnus.com>
14701         * Makefile.in (GAS_SUPPORT_DIRS, BINUTILS_SUPPORT_DIRS): Remove
14702         make-all.com, use makefile.vms instead.
14704 Tue Feb 25 18:46:14 1997  Stan Shebs  <shebs@andros.cygnus.com>
14706         * config.sub: Accept -lnews*.
14708 Tue Feb 25 13:19:14 1997  Andrew Cagney  <cagney@kremvax.tpgi.com.au>
14710         * configure.in (noconfigdirs): Disable target-newlib,
14711         target-examples and target-libiberty for d30v.
14713 Fri Feb 21 17:56:25 1997  Martin M. Hunt  <hunt@pizza.cygnus.com>
14715         * configure.in (noconfigdirs): Enable ld for d30v.
14717 Fri Feb 21 20:58:51 1997  Michael Meissner  <meissner@cygnus.com>
14719         * configure.in (tic80-*-*): Build compiler.
14721 Sun Feb 16 15:41:09 1997  Andrew Cagney  <cagney@critters.cygnus.com>
14723         * configure.in (d30v-*): Remove sim directory from list of
14724         unsupported d30v directories
14726 Tue Feb 18 17:32:42 1997  Martin M. Hunt  <hunt@pizza.cygnus.com>
14728         * config.sub, configure.in: Add d30v target cpu.
14730 Thu Feb 13 22:04:44 1997  Klaus Kaempf  <kkaempf@progis.de>
14732         * makefile.vms: New file.
14733         * make-all.com: Remove.
14735 Wed Feb 12 12:54:18 1997  Jim Wilson  <wilson@cygnus.com>
14737         * Makefile.in (EXTRA_GCC_FLAGS): Add LIBGCC2_DEBUG_CFLAGS.
14739 Sat Feb  8 20:36:49 1997  Michael Meissner  <meissner@cygnus.com>
14741         * Makefile.in (all-itcl): The rule is all-itcl, not all-tcl.
14743 Tue Feb  4 11:39:29 1997  Tom Tromey  <tromey@cygnus.com>
14745         * Makefile.in (ALL_MODULES): Added all-db.
14746         (CROSS_CHECK_MODULES): Addec check-db.
14747         (INSTALL_MODULES): Added install-db.
14748         (CLEAN_MODULES): Added clean-db.
14750 Mon Feb  3 13:29:36 1997  Ian Lance Taylor  <ian@cygnus.com>
14752         * config.guess: Merge with latest FSF sources.
14754 Tue Jan 28 09:20:37 1997  Tom Tromey  <tromey@cygnus.com>
14756         * Makefile.in (ALL_MODULES): Added all-itcl.
14757         (CROSS_CHECK_MODULES): Added check-itcl.
14758         (INSTALL_MODULES): Added install-itcl.
14759         (CLEAN_MODULES): Added clean-itcl.
14761 Thu Jan 23 01:44:27 1997  Geoffrey Noer  <noer@cygnus.com>
14763         * configure.in: build gdb for mn10200
14765 Fri Jan 17 15:32:15 1997  Doug Evans  <dje@canuck.cygnus.com>
14767         * Makefile.in (all-target-winsup): Depend on all-target-libio.
14769 Mon Jan 13 22:46:54 1997  Michael Meissner  <meissner@tiktok.cygnus.com>
14771         * configure.in (tic80-*-*): Turn off most targets right now.
14773 Fri Jan  3 16:04:03 1997  Ian Lance Taylor  <ian@cygnus.com>
14775         * Makefile.in (MAKEINFO): Check for the existence of the Makefile,
14776         rather than the makeinfo program.
14777         (do-info): Depend upon all-texinfo.
14779 Tue Dec 31 16:00:31 1996  Ian Lance Taylor  <ian@cygnus.com>
14781         * configure.in: Remove uses of config/mh-linux.
14783         * config.sub, config.guess: Merge with latest FSF sources.
14785 Fri Dec 27 23:04:33 1996  Fred Fish  <fnf@cygnus.com>
14787         * config.sub (case $basic_machine): Add tic80 entries.
14789 Fri Dec 27 12:07:59 1996  Ian Lance Taylor  <ian@cygnus.com>
14791         * config.sub, config.guess: Merge with latest FSF sources.
14793 Wed Dec 18 22:46:39 1996  Stan Shebs  <shebs@andros.cygnus.com>
14795         * mpw-build.in: Build ld before gcc, use NewFolderRecursive.
14796         * mpw-config.in: Test for NewFolderRecursive.
14797         * mpw-install: Use symbolic name for startup filename.
14798         * mpw-README: Add various additional details.
14800 Wed Dec 18 13:11:46 1996  Jim Wilson  <wilson@cygnus.com>
14802         * configure.in (mips*-sgi-irix6*): Remove binutils from noconfigdirs.
14804 Wed Dec 18 10:29:31 1996  Jeffrey A Law  (law@cygnus.com)
14806         * configure.in: Do build gcc and the target libraries for
14807         the mn10200.
14809 Wed Dec  4 16:53:05 1996  Geoffrey Noer  <noer@cygnus.com>
14811         * configure.in: don't avoid building gdb for mn10300 any more
14812         * Makefile.in: double-quote GCC_FOR_TARGET line in EXTRA_GCC_FLAGS
14813         instead of single-quoting it.
14815 Tue Dec  3 23:26:50 1996  Jason Merrill  <jason@yorick.cygnus.com>
14817         * configure.in: Don't use --with-stabs on IRIX 6.
14819 Tue Dec  3 09:05:25 1996  Doug Evans  <dje@canuck.cygnus.com>
14821         * configure.in (m32r): Build gdb, libg++ now.
14823 Sun Dec  1 00:18:59 1996  Peter Schauer  (pes@regent.e-technik.tu-muenchen.de)
14825         * configure.in (mips*-sgi-irix6*):  Remove gdb and related
14826         directories from noconfigdirs.
14828 Tue Nov 26 11:45:33 1996  Kim Knuttila  <krk@cygnus.com>
14830         * config.sub (basic_machine): added mips16 configuration
14832 Sat Nov 23 19:26:22 1996  Michael Meissner  <meissner@tiktok.cygnus.com>
14834         * config.sub: Handle d10v-unknown.
14836 Sat Nov 23 10:23:01 1996  Gavin Koch  <gavin@cygnus.com>
14838         * config.sub: Handle v850-unknown.
14840 Thu Nov 21 16:19:44 1996  Geoffrey Noer  <noer@cygnus.com>
14842         * Makefile.in: add findutils
14843         * configure.in: add findutils to list of host_tools
14845 Wed Nov 20 10:09:01 1996  Jeffrey A Law  (law@cygnus.com)
14847         * config.sub: Handle mn10200 and mn10300.
14849 Tue Nov 19 16:35:14 1996  Michael Meissner  <meissner@tiktok.cygnus.com>
14851         * configure.in (d10v-*): Do not build librx.
14853 Mon Nov 18 13:28:41 1996  Jeffrey A Law  (law@cygnus.com)
14855         * configure.in (mn10300): Build everything except gdb & libgloss.
14857 Wed Nov 13 14:59:46 1996  Per Bothner  <bothner@deneb.cygnus.com>
14859         * config.guess:  Patch for Dansk Data Elektronik servers,
14860         from Niels Skou Olsen <nso@dde.dk>.
14862         For ncr, use /bin/uname rather than uname, since GNU uname does not
14863         support -p.  Suggested by Mark Mitchell <mmitchell@usa.net>.
14865         Patch for MIPS R4000 running System V,
14866         from Eric S. Raymond <esr@snark.thyrsus.com>.
14868         Fix thinko for nextstep.
14870         Patch for OSF1 in i?86, from Dan Murphy <dlm@osf.org> via Harlan Stenn.
14872         Sat Jun 24 18:58:17 1995  Morten Welinder  <terra+@cs.cmu.edu>
14873         * config.guess: Guess mips-dec-mach_bsd4.3.
14875         Thu Oct 10 04:07:04 1996  Harlan Stenn <harlan@pfcs.com>
14876         * config.guess (i?86-ncr-sysv*):  Emit just enough of the minor
14877         release numbers.
14878         * config.guess (mips-mips-riscos*):  Emit just enough of the
14879         release number.
14881         Tue Oct  8 10:37:22 1996  Frank Vance <fvance@waii.com>
14882         * config.guess (sparc-auspex-sunos*):  Added.
14883         (f300-fujitsu-*): Added.
14885         Wed Sep 25 22:00:35 1996  Jeff Woolsey <woolsey@jlw.com>
14886         * config.guess:  Recognize a Tadpole as a sparc.
14888 Wed Nov 13 00:53:09 1996  David J. MacKenzie  <djm@churchy.gnu.ai.mit.edu>
14890         * config.guess: Don't assume that NextStep version is either 2 or
14891         3.  NextStep 4 (aka OpenStep 4) has come out now.
14893 Mon Nov 11 23:52:03 1996  David J. MacKenzie  <djm@churchy.gnu.ai.mit.edu>
14895         * config.guess: Support Cray T90 that reports itself as "CRAY TS".
14896         From Rik Faith <faith@cs.unc.edu>.
14898 Fri Nov  8 11:34:58 1996  David J. MacKenzie  <djm@geech.gnu.ai.mit.edu>
14900         * config.sub: Contributions from bug-gnu-utils to:
14901         Support plain "hppa" (no version given) architecture, reported by
14902         OpenStep.
14903         OpenBSD like NetBSD.
14904         LynxOs is not a hardware supplier.
14906         * config.guess: Contributions from bug-gnu-utils to add support for:
14907         OpenBSD like NetBSD.
14908         Stratus systems.
14909         More Pyramid systems.
14910         i[n>4]86 Intel chips.
14911         M680[n>4]0 Motorola chips.
14912         Use unknown instead of lynx for hardware manufacturer.
14914 Mon Nov 11 10:09:08 1996  Brendan Kehoe  <brendan@lisa.cygnus.com>
14916         * install.sh (chmodcmd): Set to null if the DST directory already
14917         exists.
14919 Mon Nov 11 10:43:41 1996  Michael Meissner  <meissner@tiktok.cygnus.com>
14921         * configure.in (powerpc*-{eabi,elf,linux,rtem,sysv,solaris}*): Do
14922         not use mt-ppc target Makefile fragment any more.
14924 Sun Nov  3 19:17:07 1996  Stu Grossman  (grossman@critters.cygnus.com)
14926         * configure.in (*-*-windows):  Exclude everything but those dirs
14927         needed to build windows.
14929 Tue Oct 29 16:41:31 1996  Doug Evans  <dje@canuck.cygnus.com>
14931         * Makefile.in (all-target-winsup): Depend on all-target-librx.
14933 Mon Oct 28 17:32:46 1996  Stu Grossman  (grossman@critters.cygnus.com)
14935         * configure.in:  Exclude mmalloc from i386-windows.
14937 Thu Oct 24 09:22:46 1996  Stu Grossman  (grossman@critters.cygnus.com)
14939         * Undo my previous change.
14941 Thu Oct 24 12:12:04 1996  Ian Lance Taylor  <ian@cygnus.com>
14943         * Makefile.in (EXTRA_GCC_FLAGS): Pass down GCC_FOR_TARGET
14944         unconditionally.
14945         (MAKEOVERRIDES): Define (revert this part of October 18 change).
14947 Thu Oct 24 09:02:07 1996  Stu Grossman  (grossman@critters.cygnus.com)
14949         * Makefile.in (FLAGS_TO_PASS):  Add $(HOST_FLAGS) to allow the
14950         host to add it's own flags.
14952 Tue Oct 22 15:20:26 1996  Ian Lance Taylor  <ian@cygnus.com>
14954         * configure: Handle GCC_FOR_TARGET like CC_FOR_TARGET.
14956 Fri Oct 18 13:37:13 1996  Ian Lance Taylor  <ian@cygnus.com>
14958         * Makefile.in (CC_FOR_TARGET): Check for xgcc, not Makefile.
14959         (CXX_FOR_TARGET): Likewise.
14960         (GCC_FOR_TARGET): Define.
14961         (BASE_FLAGS_TO_PASS): Remove GCC_FOR_TARGET.
14962         (EXTRA_GCC_FLAGS): Define GCC_FOR_TARGET based on whether
14963         CC_FOR_TARGET was specified on the command line.
14964         (MAKEOVERRIDES): Don't define.
14966 Thu Oct 17 10:27:56 1996  Doug Evans  <dje@canuck.cygnus.com>
14968         * configure.in (m32r): Fix spelling of libg++ libs.
14970 Thu Oct 10 10:37:17 1996  Stan Shebs  <shebs@andros.cygnus.com>
14972         * config.sub (-apple*): Remove, now redundant.
14974 Thu Oct 10 12:30:54 1996  Ian Lance Taylor  <ian@cygnus.com>
14976         * configure: Don't get confused by CPU-VENDOR-linux-gnu.
14978         * configure: Rework yesterday's sed script patch.
14980         * config.sub: Merge with FSF.
14982 Wed Oct  9 17:24:59 1996  Per Bothner  <bothner@deneb.cygnus.com>
14984         * config.guess:  Merge from FSF.
14986         1996-09-12  Richard Stallman  <rms@ethanol.gnu.ai.mit.edu>
14987         * config.guess: Use pc instead of unknown, for pc clone systems.
14988         Change linux to linux-gnu.
14990         Mon Jul 15 23:51:11 1996  Karl Heuer  <kwzh@gnu.ai.mit.edu>
14991         * config.guess: Avoid non-portable tr syntax.
14993 Wed Oct  9 06:06:46 1996  Jeffrey A Law  (law@cygnus.com)
14995         * test-build.mk (HOLES): Add "xargs" for gdb.
14997         * configure: Avoid hpux10.20 sed bug.
14999 Tue Oct  8 08:32:48 1996  Stu Grossman  (grossman@critters.cygnus.com)
15001         * configure.in:  Add support for windows host
15002         (that is a build done under the Microsoft build environment).
15004 Tue Oct  8 10:39:08 1996  Ian Lance Taylor  <ian@cygnus.com>
15006         * Makefile.in: Replace all uses of srcroot with s, to shrink
15007         command line lengths.
15009         Patches from Geoffrey Noer <noer@cygnus.com>:
15010         * configure.in: If configuring for newlib, pass --with-newlib to
15011         subdirectories.
15012         * Makefile.in (CC_FOR_TARGET): If winsup/Makefile exists, pass a
15013         -Bnewlib/ and -Lwinsup to gcc.
15014         (CXX_FOR_TARGET): Likewise.
15016 Mon Oct  7 10:59:35 1996  Ian Lance Taylor  <ian@cygnus.com>
15018         * Makefile.in (ETC_SUPPORT): Add configure.
15020 Fri Oct  4 12:22:58 1996  Angela Marie Thomas (angela@cygnus.com)
15022         * configure.in: Use config/mh-dgux386 for i[345]86-dg-dgux
15023         host configuration file.
15025 Thu Oct  3 09:28:25 1996  Jeffrey A Law  (law@cygnus.com)
15027         * configure.in: Break mn10x00 support into separate
15028         mn10200 and mn10300 configurations.
15029         * config.sub: Likewise.
15031 Wed Oct  2 22:27:52 1996  Jeffrey A Law  (law@cygnus.com)
15033         * configure.in: Add lots of stuff to noconfigdirs for
15034         the mn10x00 targets.
15036         * config.sub, configure.in: Add mn10x00 support.
15038 Wed Oct  2 15:52:36 1996  Klaus Kaempf  <kkaempf@progis.de>
15040         * make-all.com: Call conf-a-gas, not config-a-gas.
15042 Tue Oct  1 01:28:41 1996  James G. Smith  <jsmith@cygnus.co.uk>
15044         * configure.in (noconfigdirs): Don't build libgloss for arm-coff
15045         targets.
15047 Mon Sep 30 14:24:01 1996  Stan Shebs  <shebs@andros.cygnus.com>
15049         * mpw-README: Add much more detail for native PowerMac.
15050         * mpw-install: New file.
15051         * mpw-configure: Add --norecursion and --help options.
15052         * mpw-config.in: Translate readme and install files when
15053         copying to objdir.
15054         * mpw-build.in: Don't always depend on byacc and flex.
15055         (install-only-top): New action.
15057 Fri Sep 27 17:39:44 1996  Stu Grossman  (grossman@critters.cygnus.com)
15059         * configure.in:  You can now configure GDB for the v850.
15061 Tue Sep 24 19:05:12 1996  Stan Shebs  <shebs@andros.cygnus.com>
15063         * configure.in (noconfigdirs): Don't configure any C++ dirs
15064         if targeting D10V.
15066 Tue Sep 17 12:15:31 1996  Ian Lance Taylor  <ian@cygnus.com>
15068         * config.sub: Recognize mips64vr5000.
15070 Mon Sep 16 17:00:52 1996  Ian Lance Taylor  <ian@cygnus.com>
15072         * configure.in: Use a single line for host_tools and native_only.
15074 Mon Sep  9 12:21:30 1996  Doug Evans  <dje@canuck.cygnus.com>
15076         * config.sub, configure.in: Add entries for m32r.
15078 Thu Sep  5 13:52:47 1996  Tom Tromey  <tromey@creche.cygnus.com>
15080         * Makefile.in (inet-install): Don't run install-gzip.
15082 Wed Sep  4 17:26:13 1996  Stu Grossman  (grossman@critters.cygnus.com)
15084         * configure.in:  Don't config lots of things for *-*-windows*.
15086 Sat Aug 31 11:45:57 1996  Stan Shebs  <shebs@andros.cygnus.com>
15088         * mpw-config.in: Test for mpw-true, true, and null-command scripts.
15089         (host_libs, host_tools): Copy from configure.in.
15090         * mpw-configure: Don't complain about directories not found.
15092 Thu Aug 29 16:44:58 1996  Michael Meissner  <meissner@tiktok.cygnus.com>
15094         * configure.in (i[345]86): Recognize i686 for pentium pro.
15095         (i[3456]86-*-dgux*): Use config/mh-sysv for the host configuration
15096         file.
15098         * config.guess (i[345]86): Ditto.
15100 Mon Aug 26 18:34:42 1996  Martin M. Hunt  <hunt@pizza.cygnus.com>
15102         * configure.in (noconfigdirs): Removed gdb for D10V.
15104 Thu Aug 22 17:13:52 1996  Jeffrey A Law  (law@cygnus.com)
15106         * configure.in: Remove ld, target-libio, target-libg++, and
15107         target-libstdc++ from noconfigdirs.
15109 Wed Aug 21 18:56:38 1996  Fred Fish  <fnf@cygnus.com>
15111         * configure: Fix three locations where shell scripts were
15112         being run directly rather than with config_shell.
15114 Tue Aug 20 13:08:47 1996  J.T. Conklin  <jtc@hippo.cygnus.com>
15116         * configure.in (v850-*-*): Set up initial $noconfigdirs.
15117         * config.sub (basic_machine): Recognize v850.
15119 Thu Aug 15 12:19:33 1996  Stan Shebs  <shebs@andros.cygnus.com>
15121         * mpw-configure: Handle multiple enable/disable options and
15122         pass them down recursively, handle -c and -s flags appropriately
15123         depending on choice of compiler, add escape mechanism for
15124         quoted arguments to gC.
15126 Mon Aug 12 13:15:13 1996  Michael Meissner  <meissner@tiktok.cygnus.com>
15128         * configure.in (powerpc*-*-*): For eabi, system V.4, Linux, and
15129         solaris targets, use config/mt-ppc to set C{,XX}FLAGS_FOR_TARGETS
15130         so that -mrelocatable-lib and -mno-eabi are used.
15132         * Makefile.in (CONFIGURE_TARGET_MODULES): If target compiler does
15133         not support --print-multi-lib, don't abort.
15135 Thu Aug  8 12:18:59 1996  Klaus Kaempf  <kkaempf@progis.de>
15137         * make-all.com: Run config-a-gas.
15138         * setup.com: Don't copy subdirectory files around.
15140 Tue Jul 30 17:49:31 1996  Brendan Kehoe  <brendan@cygnus.com>
15142         * configure.in (*-*-ose): Remove exclusion of libgloss for this
15143         target, it now compiles correctly.
15145 Sat Jul 27 15:10:43 1996  Stan Shebs  <shebs@andros.cygnus.com>
15147         * mpw-config.in: Generate Mac include for elf/dwarf2.h.
15149 Tue Jul 23 10:47:04 1996  Martin M. Hunt  <hunt@pizza.cygnus.com>
15151         * configure.in (d10v-*-*): Remove ld from $noconfigdirs.
15153 Mon Jul 22 13:28:51 1996  Brendan Kehoe  <brendan@lisa.cygnus.com>
15155         * configure.in (native_only): Add prms.
15157 Mon Jul 22 12:27:58 1996  Ian Lance Taylor  <ian@cygnus.com>
15159         * Makefile.in (GAS_SUPPORT_DIRS): Add make-all.com and setup.com.
15160         (BINUTILS_SUPPORT_DIRS): Likewise.
15162 Thu Jul 18 12:55:40 1996  Michael Meissner  <meissner@tiktok.cygnus.com>
15164         * configure.in (d10v-*-*): Don't configure ld or gdb until the
15165         d10v support is added.
15167 Wed Jul 17 14:33:09 1996  Martin M. Hunt  <hunt@pizza.cygnus.com>
15169         * configure.in (d10v-*-*): New target.
15171 Mon Jul 15 11:53:00 1996  Jeffrey A Law  (law@cygnus.com)
15173         * config.guess (HP 9000/811): Recognize this as a PA1.1
15174         machine.
15176 Fri Jul 12 23:21:17 1996  Ken Raeburn  <raeburn@cygnus.com>
15178         * Makefile.in (do-tar-gz): New target, split out from tail end of
15179         taz target.  Run each command separately, don't use pipes.
15180         (taz): Use it.
15182 Fri Jul 12 12:08:04 1996  Stan Shebs  <shebs@andros.cygnus.com>
15184         * mpw-configure: Look for g-mpw-make.sed in config/mpw.
15185         * mpw-build.in: No builds should depend on building byacc or flex,
15186         they are assumed to be installed already.
15188 Fri Jul 12 09:52:52 1996  Michael Meissner  <meissner@tiktok.cygnus.com>
15190         * Makefile.in (CONFIGURE_TARGET_MODULES): Set r environment
15191         variable that CC_FOR_TARGET needs.
15193 Thu Jul 11 10:09:45 1996  Michael Meissner  <meissner@tiktok.cygnus.com>
15195         * Makefile.in (CONFIGURE_TARGET_MODULES): Determine if the multlib
15196         options have changed since the last time the subdirectory was
15197         configured, and if it has, reconfigure.
15198         (CLEAN_TARGET_MODULES): Delete multilib.out and tmpmulti.out, which
15199         CONFIGURE_TARGET_MODULES uses to remember the old multilib options.
15201 Wed Jul 10 18:56:59 1996  Doug Evans  <dje@canuck.cygnus.com>
15203         * Makefile.in (ALL_MODULES,CROSS_CHECK_MODULES,INSTALL_MODULES,
15204         CLEAN_MODULES): Add bash.
15205         (all-bash): New target.
15207 Mon Jul  8 17:33:14 1996  Jim Wilson  <wilson@cygnus.com>
15209         * configure.in (mips-sgi-irix6*): Use mh-irix6 instead of mh-irix5.
15211 Mon Jul  1 13:31:35 1996  Michael Meissner  <meissner@tiktok.cygnus.com>
15213         * config.sub (basic_machine): Recognize d10v as a valid processor.
15215 Fri Jun 28 12:14:35 1996  Stan Shebs  <shebs@andros.cygnus.com>
15217         * mpw-configure: Add support for --bindir.
15218         * mpw-build.in: Use a GCC-specific build script for GCC actions.
15220 Wed Jun 26 17:20:12 1996  Geoffrey Noer  <noer@cygnus.com>
15222         * configure.in: add bash, time, gawk to list of hosttools and things
15223         to only build for native toolchains
15225 Tue Jun 25 23:09:03 1996  Jason Molenda  (crash@godzilla.cygnus.co.jp)
15227         * Makefile.in (docdir): Remove.
15229 Tue Jun 25 19:00:08 1996  Jason Molenda  (crash@godzilla.cygnus.co.jp)
15231         * Makefile.in (datadir): Set to $(prefix)/share.
15233 Mon Jun 24 23:26:07 1996  Geoffrey Noer  <noer@cygnus.com>
15235         * configure.in: build diff and patch for cygwin32-hosted
15236         toolchains.
15238 Mon Jun 24 15:01:12 1996  Joel Sherrill  <joel@merlin.gcs.redstone.army.mil>
15240         * config.sub: Accept -rtems*.
15242 Sun Jun 23 22:41:54 1996  Geoffrey Noer  <noer@cygnus.com>
15244         * configure.in: enable dosrel for cygwin32-hosted builds,
15245                 remove diff from the list of things not buildable
15246                 via Canadian Cross
15248 Sat Jun 22 11:39:01 1996  Jason Merrill  <jason@yorick.cygnus.com>
15250         * Makefile.in (TARGET_SUBDIR): Move comment to previous line so we
15251         don't get ". ".
15253 Fri Jun 21 17:24:48 1996  Jim Wilson  <wilson@cygnus.com>
15255         * configure.in (mips*-sgi-irix6*): Set noconfigdirs appropriately.
15257 Thu Jun 20 16:57:40 1996  Ken Raeburn  <raeburn@cygnus.com>
15259         * Makefile.in (taz): Handle case where tex3patch didn't even get
15260         checked out.  Also, if it was found, put the symlink in a new util
15261         subdirectory.
15263 Thu Jun 20 12:20:33 1996  Michael Meissner  <meissner@tiktok.cygnus.com>
15265         * config.guess (*:Linux:*:*): Add support for PowerPC Linux.
15267 Tue Jun 18 14:24:12 1996  Klaus Kaempf  (kkaempf@progis.de)
15269         * config.sub: Recognize -openvms.
15270         * configure.in (alpha*-*-*vms*): Set noconfigdirs.
15271         * make-all.com, setup.com: New files.
15273 Mon Jun 17 16:34:46 1996  Jason Merrill  <jason@yorick.cygnus.com>
15275         * Makefile.in (taz): tex3patch moved to texinfo/util.
15277 Sat Jun 15 17:13:25 1996  Geoffrey Noer <noer@cygnus.com>
15279         * configure: enable_gdbtk=no for cygwin32-hosted toolchains
15280         * configure.in: remove make from disable-if-Can-Cross list
15281                 enable gdb if ${host} and ${target} are cygwin32
15283 Fri Jun  7 18:16:52 1996  Harlan Stenn <harlan@pfcs.com>
15285         * config.guess (i?86-ncr-sysv*):  Emit minor release numbers.
15286         Recognize the NCR 4850 machine and NCR Pentium-based platforms.
15288 Wed Jun  5 00:09:17 1996  Per Bothner  <bothner@wombat.gnu.ai.mit.edu>
15290         * config.guess:  Combine mips-mips-riscos cases, and use cpp to
15291         distinguish sysv/svr4/bsd variants.
15292         Based on a patch from Harlan Stenn <harlan@pfcs.com>.
15294 Fri Jun  7 14:24:49 1996  Tom Tromey  <tromey@creche.cygnus.com>
15296         * configure.in: Added copyright notice.
15297         * move-if-change: Added copyright notice.
15299 Thu Jun  6 16:27:05 1996  Michael Meissner  <meissner@tiktok.cygnus.com>
15301         * configure.in (powerpcle-*-solaris*): Until we get shared
15302         libraries working, don't build gdb, sim, make, tcl, tk, or
15303         expect.
15305 Tue Jun  4 20:41:45 1996  Per Bothner  <bothner@deneb.cygnus.com>
15307         * config.guess:  Merge with FSF:
15309         Mon Jun  3 08:49:14 1996  Karl Heuer  <kwzh@gnu.ai.mit.edu>
15310         * config.guess (*:Linux:*:*): Add guess for sparc-unknown-linux.
15312         Fri May 24 18:34:53 1996  Roland McGrath  <roland@delasyd.gnu.ai.mit.edu>
15313         * config.guess (AViiON:dgux:*:*): Fix typo in recognizing mc88110.
15315         Fri Apr 12 20:03:59 1996  Per Bothner  <bothner@spiff.gnu.ai.mit.edu>
15316         * config.guess:  Combine two OSF1 rules.
15317         Also recognize field test versions.  From mjr@zk3.dec.com.
15318         * config.guess (dgux):  Use /usr/bin/uname rather than uname,
15319         because GNU uname does not support -p.  From pmr@pajato.com.
15321 Tue Jun  4 11:07:25 1996  Tom Tromey  <tromey@csk3.cygnus.com>
15323         * Makefile.in (MAKEDIRS): Removed $(tooldir).
15325 Tue May 28 12:30:50 1996  Stan Shebs  <shebs@andros.cygnus.com>
15327         * mpw-README: Document GCCIncludes.
15329 Sun May 26 15:16:27 1996  Fred Fish  <fnf@cygnus.com>
15331         * configure.in (alpha-*-linux*): Set enable_shared to yes.
15333 Tue May 21 15:41:39 1996  Stan Shebs  <shebs@andros.cygnus.com>
15335         * mpw-configure: Handle --enable-FOO and --disable-FOO.
15337 Mon May 20 10:12:29 1996  Geoffrey Noer  <noer@cygnus.com>
15339         * configure.in (*-*-cygwin32): Configure make.
15341 Tue May  7 14:19:42 1996  Tom Tromey  <tromey@snuffle.cygnus.com>
15343         * Makefile.in (inet-install): Quote value of INSTALL_MODULES.
15345 Fri May  3 08:57:17 1996  Tom Tromey  <tromey@lisa.cygnus.com>
15347         * Makefile.in (all-inet): Depend on all-perl.
15349         * Makefile.in (inet-install): New target.
15351         * Makefile.in (all-inet): Depend on all-tcl.
15352         (all-inet): Depend on all-send-pr.
15354 Tue Apr 30 13:55:51 1996  Michael Meissner  <meissner@tiktok.cygnus.com>
15356         * configure.in (powerpcle-*-solaris*): Turn off tk and tcl
15357         temporarily.
15359 Thu Apr 25 11:48:20 1996  Ian Lance Taylor  <ian@cygnus.com>
15361         * configure.in: Don't configure --with-gnu-ld on AIX.
15363 Thu Apr 25 06:33:36 1996  Michael Meissner  <meissner@wogglebug.tiac.net>
15365         * configure.in (powerpcle-*-solaris*): Turn off gdb temporarily.
15367 Tue Apr 23 09:07:39 1996  Tom Tromey  <tromey@creche.cygnus.com>
15369         * Makefile.in (ALL_MODULES): Added all-inet.
15370         (CROSS_CHECK_MODULES): Added check-inet.
15371         (INSTALL_MODULES): Added install-inet.
15372         (CLEAN_MODULES): Added clean-inet.
15373         (all-indent): New target.
15375         * configure.in (host_tools): Added inet.
15376         (native_only): Added inet.
15377         (noconfigdirs): Added inet.
15379 Fri Apr 19 15:35:29 1996  Ian Lance Taylor  <ian@cygnus.com>
15381         * configure.in: Don't configure libgloss if we are not configuring
15382         newlib.
15384 Wed Apr 17 19:30:01 1996  Rob Savoye  <rob@chinadoll.cygnus.com>
15386         * configure.in: Don't configure libgloss for unsupported
15387         architectures.
15389 Tue Apr 16 11:17:05 1996  Michael Meissner  <meissner@tiktok.cygnus.com>
15391         * Makefile.in (CLEAN_MODULES): Add clean-apache.
15393 Mon Apr 15 15:09:05 1996  Tom Tromey  <tromey@creche.cygnus.com>
15395         * Makefile.in (ALL_MODULES): Include all-apache.
15396         (CROSS_CHECK_MODULES): Include check-apache.
15397         (INSTALL_MODULES): Include install-apache.
15398         (all-apache): New target.
15400         * configure.in: Added apache everywhere perl is seen.
15402 Mon Apr 15 14:59:13 1996  Michael Meissner  <meissner@tiktok.cygnus.com>
15404         * Makefile.in: Add support for clean-{module} and
15405         clean-target-{module} rules.
15407 Wed Apr 10 21:37:41 PDT 1996  Marilyn E. Sander <msander@cygnus.com>
15409         * configure.in (*-*-ose) do not build libgloss.
15411 Mon Apr  8 16:16:20 1996  Michael Meissner  <meissner@tiktok.cygnus.com>
15413         * config.guess (prep*:SunOS:5.*:*): Turn into
15414         powerpele-unknown-solaris2.
15416 Mon Apr  8 14:45:41 1996  Ian Lance Taylor  <ian@cygnus.com>
15418         * configure.in: Permit --enable-shared to specify a list of
15419         directories.
15421 Fri Apr  5 08:17:57 1996  Jason Molenda  (crash@phydeaux.cygnus.com)
15423         * configure.in (host==solaris): Pass only the first word of $CC
15424         to /usr/bin/which when checking if we're using /usr/ccs/bin/cc.
15426 Fri Apr  5 03:16:13 1996  Jason Molenda  (crash@phydeaux.cygnus.com)
15428         * Makefile.in (BASE_FLAGS_TO_PASS): pass down $(MAKE).
15430 Thu Mar 28 14:11:11 1996  Tom Tromey  <tromey@creche.cygnus.com>
15432         * Makefile.in (ALL_MODULES): Include all-perl.
15433         (CROSS_CHECK_MODULES): Include check-perl.
15434         (INSTALL_MODULES): Include install-perl.
15435         (ALL_X11_MODULES): Include all-guile.
15436         (CHECK_X11_MODULES): Include check-guile.
15437         (INSTALL_X11_MODULES): Include install-guile.
15438         (all-perl): New target.
15439         (all-guile): New target.
15441         * configure.in (host_tools): Include perl and guile.
15442         (native_only): Include perl and guile.
15443         (noconfigdirs): Don't build guile and perl; no ports have been
15444         done.
15446 Tue Mar 26 21:18:50 1996  Andrew Cagney  <cagney@kremvax.highland.com.au>
15448         * configure (--enable-*): Handle quoted option lists such as
15449         --enable-sim-cflags='-g0 -O' better.
15451 Thu Mar 21 11:53:08 1996  Michael Meissner  <meissner@tiktok.cygnus.com>
15453         * Makefile.in ({,inst}all-target): New rule so we can make and
15454         install all of the target directories easily.
15456 Wed Mar 20 18:10:57 1996  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
15458         * configure.in: Add missing global flag in sed substitution when
15459         deleting `target-' from ${configdirs}.
15461 Thu Mar 14 19:15:06 1996  Ian Lance Taylor  <ian@cygnus.com>
15463         * Makefile.in (DO_X): Don't get confused if CC contains `=' in an
15464         option.
15466         * configure.in (mips*-nec-sysvr4*): Use a host_makefile_frag of
15467         config/mh-necv4.
15469         * install.sh: Correct misspelling of transformbasename.
15471         * config.guess: Recognize mips-*-sysv*.
15473 Mon Mar 11 15:36:42 1996  Dawn Perchik  <dawn@critters.cygnus.com>
15475         * config.sub: Recognize mon960.
15477 Sun Mar 10 13:18:38 1996  Ian Lance Taylor  <ian@cygnus.com>
15479         * configure: Restore Canadian Cross handling of BISON and LEX,
15480         removed in Feb 20 change.
15482 Fri Mar  8 20:07:09 1996  Per Bothner  <bothner@kalessin.cygnus.com>
15484         * README:  Suggestions from Torbjorn Granlund <tege@matematik.su.se>:
15485         Mention make install.  Remove the old copyright date as well the
15486         clumsy and rather pointless copyright on the README file.
15488 Fri Mar  8 17:51:35 1996  Ian Lance Taylor  <ian@cygnus.com>
15490         * Makefile.in ($(CONFIGURE_TARGET_MODULES)): If there is a
15491         Makefile after running symlink-tree, then run `make distclean' to
15492         avoid clobbering any generated files in srcdir.
15494 Tue Mar  5 08:21:44 1996  J.T. Conklin  <jtc@rtl.cygnus.com>
15496         * configure.in (m68k-*-netbsd*): Build everything now.
15498 Wed Feb 28 12:25:46 1996  Jason Merrill  <jason@yorick.cygnus.com>
15500         * Makefile.in (taz): Fix quoting.
15502 Tue Feb 27 11:33:57 1996  Doug Evans  <dje@charmed.cygnus.com>
15504         * configure.in (sparclet-*-*): Build everything now.
15506 Tue Feb 27 14:31:51 1996  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
15508         * configure.in (m68k-*-linux*): New host.
15510 Mon Feb 26 14:32:44 1996  Ian Lance Taylor  <ian@cygnus.com>
15512         * configure: Check for bison before byacc.
15514 Tue Feb 20 23:12:35 1996  Stu Grossman  (grossman@critters.cygnus.com)
15516         * Makefile.in configure:  Change the way LEX and BISON/YACC are
15517         set.  configure now defines DEFAULT_LEX and DEFAULT_YACC by
15518         searching PATH.  These are used as fallbacks by Makefile.in if
15519         flex/bison/byacc aren't in objdir.
15521 Mon Feb 19 11:45:30 1996  Ian Lance Taylor  <ian@cygnus.com>
15523         * Makefile.in: Make everything which depends upon all-bfd also
15524         depend upon all-opcodes, in case --with-commonbfdlib is used.
15526 Thu Feb 15 19:50:50 1996  Michael Meissner  <meissner@tiktok.cygnus.com>
15528         * configure.in (host *-*-cygwin32): Don't build gdb if we are
15529         building NT native compilers on Unix.
15531 Thu Feb 15 17:42:25 1996  Ian Lance Taylor  <ian@cygnus.com>
15533         * configure.in: Don't get CC from the host Makefile fragment if we
15534         can find gcc in PATH, or if this is a Canadian Cross.  Move the
15535         Solaris test for /usr/ucb/cc to the post target script, just after
15536         the compiler sanity test.
15538 Wed Feb 14 16:57:40 1996  Ian Lance Taylor  <ian@cygnus.com>
15540         * config.sub: Merge with FSF.
15542 Tue Feb 13 14:27:48 1996  Ian Lance Taylor  <ian@cygnus.com>
15544         * Makefile.in (RPATH_ENVVAR): New variable.
15545         (REALLY_SET_LIB_PATH): Use it.
15546         * configure.in: On HP/UX, set RPATH_ENVVAR to SHLIB_PATH.
15548 Mon Feb 12 15:28:49 1996  Doug Evans  <dje@charmed.cygnus.com>
15550         * config.sub, configure.in: Recognize sparclet cpu.
15552 Mon Feb 12 15:33:59 1996  Christian Bauernfeind <chrisbfd@theorie3.physik.uni-erlangen.de>
15554         * config.guess:  Support m68k-cbm-sysv4.
15556 Sat Feb 10 12:06:42 1996  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
15558         * config.guess (*:Linux:*:*): Guess m68k-unknown-linux and
15559         m68k-unknown-linuxaout from linker help string.  Put quotes around
15560         $ld_help_string.
15562 Thu Dec  7 09:03:24 1995  Tom Horsley  <Tom.Horsley@mail.hcsc.com>
15564         * config.guess (powerpc-harris-powerunix): Add guess for port
15565         to new target.
15567 Thu Feb  8 15:37:52 1996  Brendan Kehoe  <brendan@lisa.cygnus.com>
15569         * config.guess (UNAME_VERSION): Recognize X4.x as an OSF version.
15571 Mon Feb  5 16:36:51 1996  Ian Lance Taylor  <ian@cygnus.com>
15573         * configure.in: If --enable-shared was used, set SET_LIB_PATH to
15574         $(REALLY_SET_LIB_PATH) in Makefile.
15575         * Makefile.in (SET_LIB_PATH): New variable.
15576         (REALLY_SET_LIB_PATH): New variable.
15577         ($(DO_X)): Use $(SET_LIB_PATH).
15578         (install.all, gcc-no-fixedincludes, $(ALL_MODULES)): Likewise.
15579         ($(NATIVE_CHECK_MODULES), $(CROSS_CHECK_MODULES)): Likewise.
15580         ($(INSTALL_MODULES), $(CONFIGURE_TARGET_MODULES)): Likewise.
15581         ($(ALL_TARGET_MODULES), $(CHECK_TARGET_MODULES)): Likewise.
15582         ($(INSTALL_TARGET_MODULES), $(ALL_X11_MODULES)): Likewise.
15583         ($(CHECK_X11_MODULES), $(INSTALL_X11_MODULES)): Likewise.
15584         (all-gcc, all-bootstrap, check-gcc, install-gcc): Likewise.
15585         (install-dosrel): Likewise.
15586         (all-opcodes): Depend upon all-libiberty.
15588 Sun Feb  4 16:51:11 1996  Steve Chamberlain  <sac@slash.cygnus.com>
15590         * config.guess (*:CYGWIN*): New
15592 Sat Feb  3 10:42:35 1996  Michael Meissner  <meissner@tiktok.cygnus.com>
15594         * Makefile.in (all-target-winsup): All all-target-libiberty.
15596 Fri Feb  2 17:58:56 1996  Michael Meissner  <meissner@tiktok.cygnus.com>
15598         * configure.in (noconfigdirs): Add missing # in front of comment.
15600 Thu Feb  1 14:38:13 1996  Geoffrey Noer  <noer@cygnus.com>
15602         * configure.in: add second pass to things added to noconfigdirs
15603         so *-gm-magic can exclude libgloss properly.
15605 Thu Feb  1 11:10:16 1996  Stan Shebs  <shebs@andros.cygnus.com>
15607         * mpw-configure (extralibs_name, rez_name): Set correctly
15608         for MWC68K compiler.
15610         * mpw-README: Add more info on the necessary build tools.
15612 Thu Feb  1 10:22:38 1996  Steve Chamberlain  <sac@slash.cygnus.com>
15614         * configure.in, config.sub: Recognize cygwin32.
15616 Wed Jan 31 14:17:10 1996  Richard Henderson  <rth@tamu.edu>
15618         * config.guess, config.sub: Recognize A/UX.
15620 Wed Jan 31 13:52:14 1996  Ian Lance Taylor  <ian@cygnus.com>
15622         * config.sub: Merge with gcc/config.sub.
15624 Thu Jan 25 11:01:10 1996  Raymond Jou  <rjou@mexican.cygnus.com>
15626         * mpw-build.in (do-binutils): Add build of stamps.
15628 Thu Jan 25 17:05:26 1996  James G. Smith  <jsmith@cygnus.co.uk>
15630         * config.sub: Add recognition for mips64vr4100*-* targets.
15632 Wed Jan 24 12:47:55 1996  Brendan Kehoe  <brendan@lisa.cygnus.com>
15634         * test-build.mk: Add checking of `hpux9' rather than just `hpux'.
15635         Add creation of gconfigargs with `--enable-shared' turned on.
15636         ($(host)-stamp-stage2-configured): Pass $(gconfigargs).
15637         ($(host)-stamp-stage3-configured): Likewise.
15638         (HOLES): Add chatr and ldd.
15639         (i386-ncr-sysv4.3*): Add use of /usr/ccs/bin in the PATH and HOLE_DIRS.
15641 Wed Jan 24 20:32:30 1996  Torbjorn Granlund  <tege@noisy.matematik.su.se>
15643         * configure: Pass --nfp to recursive configures.
15645 Mon Jan 22 10:41:56 1996  Steve Chamberlain  <sac@slash.cygnus.com>
15647         * Makefile.in (DLLTOOL): New.
15648         (DLLTOOL_FOR_TARGET): New.
15649         (EXTRA_HOST_FLAGS): Pass down DLLTOOL.
15650         (EXTRA_TARGET_FLAGS): Ditto.
15651         (EXTRA_GCC_FLAGS): Ditto.
15652         (CONFIGURE_TARGET_MODULES): Ditto.
15653         (DO_X): Ditto.
15654         * configure: Add DLLTOOL.
15656 Fri Jan 19 13:30:15 1996  Stan Shebs  <shebs@andros.cygnus.com>
15658         SCO OpenServer 5 changes from Robert Lipe <robertl@dgii.com>:
15659         * configure.in (i[345]86-*-sco3.2v5*): Use mh-sysv instead of
15660         mh-sco, since old workarounds no longer needed, and don't
15661         build ld, since libraries have weak symbols in COFF.
15663 Sun Jan 14 23:01:31 1996  Fred Fish  <fnf@cygnus.com>
15665         * Makefile.in (CONFIGURE_TARGET_MODULES): Add missing ';'.
15667 Fri Jan 12 15:25:35 1996  Ian Lance Taylor  <ian@cygnus.com>
15669         * configure.in: Make sure that ${CC} can be used to compile an
15670         executable.
15672 Sat Jan  6 07:23:33 1996  Michael Meissner  <meissner@wogglebug.tiac.net>
15674         * Makefile.in (all-gdb): Depend on $(GDB_TK).
15675         * configure (GDB_TK): Set GDB_TK to either "all-tcl all-tk" or
15676         nothing depending on whether gdbtk is being built.
15678 Wed Jan  3 17:54:41 1996  Doug Evans  <dje@canuck.cygnus.com>
15680         * Makefile.in (newlib.tar.gz): Delete building of newlib's info files.
15682 Mon Jan  1 19:09:14 1996  Brendan Kehoe  <brendan@rtl.cygnus.com>
15684         * configure.in (noconfigdirs): Put ld or gas in this early, if the
15685         user specifically used --with-gnu-ld=no or --with-gnu-as=no.
15687 Sat Dec 30 16:08:57 1995  Doug Evans  <dje@canuck.cygnus.com>
15689         * config-ml.in: Add support for
15690         --disable-{softfloat,m68881,m68000,m68020} on m68*-*-*.
15691         Simplify setting of multidirs from --disable-foo.
15693 Fri Dec 29 07:56:11 1995  Michael Meissner  <meissner@tiktok.cygnus.com>
15695         * Makefile.in (EXTRA_GCC_FLAGS): If any of the make variables
15696         LANGUAGES, BOOT_CFLAGS, STMP_FIXPROTO, LIMITS_H_TEST,
15697         LIBGCC1_TEST, LIBGCC2_CFLAGS, LIBGCC2_INCLUDES, and ENQUIRE are
15698         non-empty, pass them on to the  GCC make.
15699         (all-bootstrap): New rule that is like all-gcc, except it executes
15700         the GCC bootstrap rule instead of the GCC all rule.
15702 Wed Dec 27 15:51:48 1995  Doug Evans  <dje@canuck.cygnus.com>
15704         * config-ml.in (ml_realsrcdir): New, to account for ${subdir}.
15706 Tue Dec 26 11:45:31 1995  Michael Meissner  <meissner@tiktok.cygnus.com>
15708         * config.guess (AViiON:dgux:*:*): Update from FSF to add pentium
15709         DG/UX support.
15711 Fri Dec 15 10:01:27 1995  Stan Cox  <coxs@dg-rtp.dg.com>
15713         * config.sub (i*86*) Change [345] to [3456]
15715 Wed Dec 20 17:41:40 1995  Brendan Kehoe  <brendan@lisa.cygnus.com>
15717         * configure.in (noconfigdirs): Add gas or ld if --with-gnu-as=no or
15718         --with-gnu-ld=no.
15720 Wed Dec 20 15:15:35 1995  Michael Meissner  <meissner@tiktok.cygnus.com>
15722         * config-ml.in (rs6000*, powerpc*): Add switches to control which
15723         AIX multilibs get built.
15725 Mon Dec 18 17:55:46 1995  Jason Molenda  (crash@phydeaux.cygnus.com)
15727         * configure.in (i386-win32): Don't build expect if we're not
15728         building the tcl subdir.
15730 Mon Dec 18 11:47:19 1995  Stan Shebs  <shebs@andros.cygnus.com>
15732         * Makefile.in: (configure-target-examples, all-target-examples):
15733         New targets, configure and build example programs.
15735 Fri Dec 15 16:13:03 1995  Stan Shebs  <shebs@andros.cygnus.com>
15737         * mpw-configure: If an mpw-config.in generated a file mk.sed,
15738         use it as input to sedit the generated MPW makefile.
15739         * mpw-README: Add a suggestion about Gestalt.h.
15741 Wed Dec 13 16:43:51 1995  Ian Lance Taylor  <ian@cygnus.com>
15743         * config.sub: Accept *-*-ieee*.
15745 Tue Dec 12 11:52:57 1995  Ian Lance Taylor  <ian@cygnus.com>
15747         * Makefile.in (local-distclean): Remove $(TARGET_SUBDIR).  From
15748         Ronald F. Guilmette <rfg@monkeys.com>.
15750 Mon Dec 11 15:31:58 1995  Jason Molenda  (crash@phydeaux.cygnus.com)
15752         * configure.in (host==powerpc-pe): Add many directories to noconfigdirs
15753         for powerpc-pe native.
15754         (target==i386-win32): add tcl, make to noconfigdirs if canadian cross.
15755         (target==powerpc-pe): duplicate i386-win32 entry.
15757 Sat Dec  9 14:58:28 1995  Jim Wilson  <wilson@chestnut.cygnus.com>
15759         * configure.in (noconfigdirs): Exclude target-newlib for all versions
15760         of vxworks, not just vxworks5.1.
15762 Mon Dec  4 12:05:40 1995  Stan Shebs  <shebs@andros.cygnus.com>
15764         * mpw-configure: Add support for exec-prefix.
15766 Mon Dec  4 10:22:50 1995  Jeffrey A. Law  <law@rtl.cygnus.com>
15768         * config.guess: Recognize HP model 816 machines as having
15769         a PA1.1 processor.
15771 Mon Dec  4 12:38:15 1995  Ian Lance Taylor  <ian@cygnus.com>
15773         * configure: Ignore new autoconf configure options.
15775 Thu Nov 30 16:57:33 1995  Per Bothner  <bothner@wombat.gnu.ai.mit.edu>
15777         * config.guess:  Recognize Pentium under SCO.
15778         From Robert Lipe <robertl@arnet.com>.
15780 Wed Nov 29 13:49:08 1995  J.T. Conklin  <jtc@rtl.cygnus.com>
15782         * configure.in (noconfigdirs): Disable target-libio on v810-*-*.
15784 Wed Nov 29 12:12:01 1995  Ian Lance Taylor  <ian@cygnus.com>
15786         * configure.in: Don't configure gas for alpha-dec-osf*.
15788 Tue Nov 28 17:16:48 1995  Ian Lance Taylor  <ian@cygnus.com>
15790         * configure.in: Default to --with-stabs for some targets for which
15791         it makes sense: mips*-*-*, alpha*-*-osf*, i[345]86*-*-sysv4* and
15792         i[345]86*-*-unixware*.
15794 Mon Nov 27 13:44:15 1995  Ian Lance Taylor  <ian@cygnus.com>
15796         * config-ml.in: Get list of multidirs using gcc --print-multi-lib
15797         rather than basing it on the target.  Simplify handling of options
15798         controlling which directories to configure.  Remove extraneous
15799         slash in multi-clean target.
15801 Fri Nov 24 17:29:29 1995  Doug Evans  <dje@deneb.cygnus.com>
15803         * config-ml.in: Prefix more variables with ml_ so they don't collide
15804         with configure's.
15806 Wed Nov 22 11:27:02 1995  Ian Lance Taylor  <ian@cygnus.com>
15808         * configure: Don't turn -v into --v.
15810 Tue Nov 21 16:48:02 1995  Doug Evans  <dje@deneb.cygnus.com>
15812         * configure.in (targargs): Fix typo.
15814         * Makefile.in (DEVO_SUPPORT): Add symlink-tree.
15816 Tue Nov 21 14:08:28 1995  Ian Lance Taylor  <ian@cygnus.com>
15818         * configure.in: Strip --host and --target options from
15819         CONFIG_ARGUMENTS, and always configure for --host only.  Add
15820         --with-cross-host option when building with a cross-compiler.
15821         * configure: Canonicalize the arguments put into config.status by
15822         always using `=' for an option with an argument.  Pass a presumed
15823         --host or --target explicitly.
15825 Fri Nov 17 17:50:30 1995  Stan Shebs  <shebs@andros.cygnus.com>
15827         * config.sub: Merge -macos*, -magic*, -pe*, and -win32 cases
15828         into general OS recognition case.
15830 Fri Nov 17 17:42:25 1995  Jason Molenda  (crash@phydeaux.cygnus.com)
15832         * configure.in (target_configdirs): add target-winsup only
15833         for win32 target systems.
15835 Thu Nov 16 14:04:47 1995  Ian Lance Taylor  <ian@cygnus.com>
15837         * Makefile.in (all-target-libgloss): Depend upon
15838         configure-target-newlib, since when libgloss is built it looks to
15839         see if the newlib directory exists.
15841 Wed Nov 15 14:47:52 1995  Ken Raeburn  <raeburn@cygnus.com>
15843         * Makefile.in (DEVO_SUPPORT): Use config-ml.in instead of
15844         cfg-ml-*.in.
15846 Wed Nov 15 11:45:23 1995  Ian Lance Taylor  <ian@cygnus.com>
15848         * configure: Handle LD and LD_FOR_TARGET when configuring a
15849         Canadian Cross.
15851 Tue Nov 14 14:56:11 1995  Jason Molenda  (crash@phydeaux.cygnus.com)
15853         * configure.in (target_libs): add target-winsup.
15854         (target==i386-win32): add patch diff flex make to $noconfigdirs.
15855         (target==ppcle-pe): remove ld from $noconfigdirs.
15857 Tue Nov 14 01:25:50 1995  Doug Evans  <dje@canuck.cygnus.com>
15859         * Makefile.in (CONFIGURE_TARGET_MODULES): Pass --with-target-subdir.
15860         Preserve relative path names in $srcdir.  Build symlink tree if
15861         configuring cross target dir and srcdir=. (= no VPATH support).
15862         (configure-target-libg++): Depend on configure-target-librx.
15863         * cfg-ml-com.in, cfg-ml-pos.in: Deleted.
15864         * config-ml.in: New file.
15865         * symlink-tree: New file.
15866         * configure: Ensure srcdir="." if that's what it is.
15868 Mon Nov 13 12:34:20 1995  Stan Shebs  <shebs@andros.cygnus.com>
15870         * mpw-README: Clarify some phrasing, add notes about CodeWarrior
15871         includes and FLEX_SKELETON setting.
15872         * mpw-configure (--with-gnu-ld): New option, controls whether
15873         to use PPCLink or ld with PowerMac GCC.
15874         * mpw-build.in (all-grez, do-grez, install-grez): New targets.
15875         * mpw-config.in: Configure grez if targeting Mac.
15877         * config.sub: Accept pmac and pmac-mpw as names for PowerMacs,
15878         accept mpw and mac-mpw as names for m68k Macs, change macos7 to
15879         just macos.
15880         * configure.in: Configure grez resource compiler if targeting Mac.
15881         * Makefile.in (all-grez, install-grez): New targets.
15883 Wed Nov  8 17:33:51 1995  Jason Merrill  <jason@yorick.cygnus.com>
15885         * configure: CXX defaults to gcc, not g++.  If we find
15886         gcc in the path, set CC to gcc -O2.
15888 Tue Nov  7 15:45:17 1995  Ian Lance Taylor  <ian@cygnus.com>
15890         * configure: Default ${build} correctly.  Avoid picking up extra
15891         spaces when reading CC and CXX from Makefile.  When doing a
15892         Canadian Cross, use plausible default values for numerous
15893         variables.
15894         * configure.in: When doing a Canadian Cross, don't try to
15895         configure tools whose configure script can't handle it.
15897 Mon Nov  6 19:32:17 1995  Jim Wilson  <wilson@chestnut.cygnus.com>
15899         * cfg-ml-com.in (sh-*-*): Add m2 and ml/m2 to multidirs.
15901 Sun Nov  5 00:15:41 1995  Per Bothner  <bothner@kalessin.cygnus.com>
15903         * configure:  Remove dubious bug reporting address.
15905 Fri Nov  3 08:17:54 1995  Per Bothner  <bothner@kalessin.cygnus.com>
15907         * Makefile.in ($(CONFIGURE_TARGET_MODULES)):  If subdir has
15908         configure script, run that instead of this directory's configure.
15909         In either case, print a message that we're configuring the sub-dir.
15911 Thu Nov  2 23:23:36 1995  Per Bothner  <bothner@kalessin.cygnus.com>
15913         * configure.in: Before checking for the existence of various files,
15914         use sed to filter out "target-".
15916 Thu Nov  2 13:24:56 1995  Ian Lance Taylor  <ian@cygnus.com>
15918         * Makefile.in (DO_X): Split rule to decrease command line length
15919         for systems with small ARG_MAX values.  From phdm@info.ucl.ac.be
15920         (Philippe De Muyter).
15922 Wed Nov  1 15:18:35 1995  Jason Molenda  (crash@phydeaux.cygnus.com)
15924         * Makefile.in (all-patch): depend on all-libiberty.
15926 Wed Nov  1 12:23:20 1995  Ian Lance Taylor  <ian@cygnus.com>
15928         * configure.in: If the only directory in target_configdirs which
15929         actually exists is libiberty, then set target_configdirs to empty,
15930         to avoid trying to build a target libiberty in a gas or gdb
15931         distribution.
15933 Tue Oct 31 17:52:39 1995  J.T. Conklin  <jtc@slave.cygnus.com>
15935         * configure.in (host_makefile_frag): Use m68k-sun-sunos* instead
15936         of m68k-sun-* when selecting mh-sun3 to avoid matching NetBSD/sun3
15937         systems.
15939 Tue Oct 31 16:57:32 1995  Jim Wilson  <wilson@chestnut.cygnus.com>
15941         * configure.in (copy_dirs): Use sys-include instead of include
15942         for --with-headers option.
15944 Tue Oct 31 10:29:36 1995  steve chamberlain  <sac@slash.cygnus.com>
15946         * Makefile.in, configure.in: Make winsup builds work with
15947         new scheme.
15949 Mon Oct 30 18:57:09 1995  Ian Lance Taylor  <ian@cygnus.com>
15951         * configure.in: Build the linker on AIX.
15953 Mon Oct 30 12:27:16 1995  Per Bothner  <bothner@kalessin.cygnus.com>
15955         * Makefile.in (CC_FOR_TARGET, CXX_FOR_TARGET):  Add $(TARGET_SUBDIR)
15956         where needed.
15958 Mon Oct 30 12:45:25 1995  Doug Evans  <dje@cygnus.com>
15960         * Makefile.in (all-gcc): Fix typo.
15962 Sat Oct 28 10:27:59 1995  Per Bothner  <bothner@kalessin.cygnus.com>
15964         * Makefile.in ($(CHECK_TARGET_MODULES)):  Fix typo.
15966 Fri Oct 27 23:14:12 1995  Per Bothner  <bothner@kalessin.cygnus.com>
15968         * configure.in:  Rename libFOO to target-libFOO, and xiberty
15969         to target-xiberty, to provide more flexibility.
15970         (target_subdir):  Define.  Create if cross.
15971         Set TARGET_SUBDIR in Makefile to ${target_subdir}.
15972         * Makefile.in:  Rename all-libFOO -> all-target-libFOO, all-xiberty
15973         -> all-target-libiberty, configure-libFOO -> configure-target-libFOO,
15974         check-libFOO -> check-target-libFOO, etc.
15975         ($(DO_X)):  Iterate over TARGET_CONFIGDIRS after SUBDIRS.
15976         ($(CONFIGURE_TARGET_MODULES), $(CHECK_TARGET_MODULES),
15977         $(ALL_TARGET_MODULES), $(INSTALL_TARGET_MODULES)): Update accordingly.
15978         (configure-target-XXX):  Depend on $(ALL_GCC), not all-gcc, to
15979         allow ALL_GCC="" to only configure.
15980         (DEVO_SUPPORT):  Add cfg-ml-com.in and cfg-ml-pos.in.
15981         (ETC_SUPPORT, ETC_SUPPORT_PFX):  Merge;  update 'taz' accordingly.
15982         (LIBGXX_SUPPORT_DIRS):  Remove xiberty.
15984 Sat Oct 28 01:53:49 1995  Ken Raeburn  <raeburn@cygnus.com>
15986         * Makefile.in (taz): Build "info" in etc explicitly.
15988 Fri Oct 27 09:32:30 1995  Stu Grossman  (grossman@cygnus.com)
15990         * configure.in:  Make sure that CC is undefined (as opposed to
15991         null) if toplevel/config/mh-{host} doesn't define it.  Fixes a
15992         problem with autoconf trying to configure on a host without GCC.
15994 Thu Oct 26 22:35:01 1995  Stan Shebs  <shebs@andros.cygnus.com>
15996         * mpw-configure: Set host alias from choice of host compiler,
15997         only use generic MPW Makefile sed if present, edit a file
15998         named "hacked_Makefile.in" instead of "Makefile.in" if present.
15999         * mpw-README: Add problem notes about CW6 and CW7.
16001 Thu Oct 26 05:45:10 1995  Ken Raeburn  <raeburn@kr-pc.cygnus.com>
16003         * Makefile.in (taz): Use ";" instead of ";;".
16005 Wed Oct 25 15:18:24 1995  Per Bothner  <bothner@kalessin.cygnus.com>
16007         * Makefile.in (taz):  Grep for '^diststuff:' or '^info:' in
16008         sub-directory Makefiles, instead of using DISTSTUFFDIRS and
16009         DISTDOCDIRS.
16010         (DISTSTUFFDIRS, DISTDOCDIRS):  Removed - no longer used.
16011         (newlib.tar.gz):  Don't pass DISTDOCDIRS to recursive make.
16013 Wed Oct 25 14:43:55 1995  Per Bothner  <bothner@kalessin.cygnus.com>
16015         * Makefile.in (DISTDOCDIRS):  Remove ld gprof bnutils gas libg++ gdb
16016         and gnats, because they are now subsumed by DISTSTUFFDIRS.
16017         Move bfd to DISTSTUFFDIRS.
16019 Tue Oct 24 18:19:09 1995  Jason Molenda  (crash@phydeaux.cygnus.com)
16021         * Makefile.in (X11_LIB): Removed.
16022         (X11_FLAGS_TO_PASS): pass only X11_EXTRA_CFLAGS and X11_EXTRA_LIBS.
16024         * configure.in (host_makefile_frag): mh-aix & mh-sun removed.
16026 Sun Oct 22 13:04:42 1995  Michael Meissner  <meissner@tiktok.cygnus.com>
16028         * cfg-ml-com.in (powerpc*): Shorten some of the multilib directory
16029         names.
16031 Fri Oct 20 18:02:10 1995  Michael Meissner  <meissner@tiktok.cygnus.com>
16033         * cfg-ml-com.in (powerpc*-eabi*): Add mcall-aixdesc varients.
16035 Thu Oct 19 10:40:57 1995  steve chamberlain  <sac@slash.cygnus.com>
16037         * configure.in (i[345]86-*-win32): Always build newlib.
16038         Don't configure cvs, autoconf or texinfo.
16039         * Makefile.in (LD_FOR_TARGET): New.
16040         (BASE_FLAGS_TO_PASS, EXTRA_TARGET_FLAGS, CONFIGURE_TARGET_MODULES):
16041         Pass down LD_FOR_TARGET.
16043 Wed Oct 18 15:53:56 1995  steve chamberlain  <sac@slash.cygnus.com>
16045         * winsup: New directory.
16046         * Makefile.in: Build winsup.
16047         * configure.in: Winsup is configured when target is win32.
16048         Can only build win32 target GDB when native.
16050 Mon Oct 16 09:42:31 1995  Jeffrey A Law  (law@cygnus.com)
16052         * config.guess: Recognize HP model 819 machines as having
16053         a PA 1.1 processor.
16055 Mon Oct 16 10:49:43 1995  Ian Lance Taylor  <ian@cygnus.com>
16057         * configure: Fix sed loop which substitutes for CC and CXX to
16058         avoid bug found in various sed implementations.
16060 Wed Oct 11 16:16:20 1995  Michael Meissner  <meissner@tiktok.cygnus.com>
16062         * cfg-ml-com.in (powerpc-*-eabisim): Delete separate rule for
16063         simulator.  Use standard powerpc-*-eabi*.
16065 Mon Oct  9 17:21:56 1995  Ian Lance Taylor  <ian@cygnus.com>
16067         * configure.in: Stop putting gas and binutils in noconfigdirs for
16068         powerpc-*-aix* and rs6000-*-*.
16070 Mon Oct  9 12:38:40 1995  Michael Meissner  <meissner@cygnus.com>
16072         * cfg-ml-com.in (powerpc*-*-eabisim*): Add support for building
16073         -mcall-aixdesc libraries.
16075 Fri Oct  6 16:17:57 1995  Ken Raeburn  <raeburn@cygnus.com>
16077         Mon Sep 25 22:49:32 1995  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
16079         * config.sub (arm | armel | armeb): Fix shell syntax.
16081 Fri Oct  6 14:40:28 1995  Michael Meissner  <meissner@tiktok.cygnus.com>
16083         * cfg-ml-com.in ({powerpc,rs6000}-ibm-aix*): Add multilibs for
16084         -msoft-float and -mcpu=common support.
16085         (powerpc*-*-eabisim*): Add support for building -mcall-aix
16086         libraries.
16088 Thu Oct  5 13:26:37 1995  Brendan Kehoe  <brendan@lisa.cygnus.com>
16090         * configure.in: Allow configuration and build of emacs19 for the alpha.
16092 Wed Oct  4 22:05:36 1995  Jason Molenda  (crash@phydeaux.cygnus.com)
16094         * configure.in (CC): Get ^CC, not just any old CC, from
16095         ${host_makefile_frag}.
16097 Wed Oct  4 21:55:00 1995  Jason Molenda  (crash@phydeaux.cygnus.com)
16099         * configure.in (CC): Try to get CC from
16100         ${srcdir}/${host_makefile_frag}, not ${host_makefile_frag}.
16102 Wed Oct  4 21:44:12 1995  Jason Molenda  (crash@phydeaux.cygnus.com)
16104         * Makefile.in (TARGET_CONFIGDIRS): configure targetdirs
16105         only if it exists in $(srcdir).
16107 Wed Oct  4 11:52:31 1995  Ian Lance Taylor  <ian@cygnus.com>
16109         * configure: If CC and CXX are not set in the environment, set
16110         them, based on either an existing Makefile or on searching for gcc
16111         in PATH.  Substitute for CC and CXX in Makefile.
16112         * configure.in: Remove libm from target_libs.  Separate
16113         target_configdirs from configdirs.  If CC is not set in
16114         environment, try to get it from a host Makefile fragment.  Rewrite
16115         changes of configdirs to use skipdirs instead.  A few minor
16116         tweaks.  Take directories out of target_configdirs as they are
16117         taken out of configdirs.  Remove existing Makefile files from
16118         subdirectories.  Substitute for TARGET_CONFIGDIRS and
16119         CONFIG_ARGUMENTS in Makefile.
16120         * Makefile.in (TARGET_CONFIGDIRS): New variable, automatically set
16121         by configure.in.
16122         (CONFIG_ARGUMENTS): Likewise.
16123         (CONFIGURE_TARGET_MODULES): New variable.
16124         ($(DO_X)): Loop over TARGET_CONFIGDIRS as well as SUBDIRS.
16125         ($(CONFIGURE_TARGET_MODULES)): New target.
16126         (configure-libg++, configure-libio): New targets.
16127         (all-libg++): Depend upon configure-libg++.
16128         (all-libio): Depend upon configure-libio.
16129         (configure-libgloss, all-libgloss): New targets.
16130         (configure-libstdc++): New target.
16131         (all-libstdc++): Depend upon configure-libstdc++.
16132         (configure-librx, all-librx): New targets.
16133         (configure-newlib): New target.
16134         (all-newlib): Depend upon configure-newlib
16135         (configure-xiberty): New target.
16136         (all-xiberty): Depend upon configure-xiberty.
16138 Sat Sep 30 04:32:59 1995  Jason Molenda (crash@phydeaux.cygnus.com)
16140         * configure.in (host i[345]86-*-win32):  Expand the
16141         noconfigdirs again.
16143 Thu Sep 28 21:18:49 1995  Stan Shebs  <shebs@andros.cygnus.com>
16145         * mpw-configure: Fix sed command file name.
16147 Thu Sep 28 17:39:56 1995  steve chamberlain  <sac@slash.cygnus.com>
16149         * configure.in (host i[345]86-*-win32): Reduce the
16150         noconfigdirs again.
16152 Wed Sep 27 12:24:00 1995  Ian Lance Taylor  <ian@cygnus.com>
16154         * configure.in: Don't configure ld and gdb for powerpc*-*-winnt*
16155         or powerpc*-*-pe*, since they are not yet supported.
16157 Tue Sep 26 14:30:01 1995  Stan Shebs  <shebs@andros.cygnus.com>
16159         Add PowerMac support and many other enhancements.
16160         * mpw-configure: New option --cc to select compiler to use,
16161         paste options set according to --cc into the generated
16162         Makefile, generate the Makefile by sed'ing the Unix Makefile.in
16163         if mpw-make.sed is present.
16164         * mpw-config.in: Don't test for gC1, test for mpw-touch,
16165         add forward includes for PowerPC include files.
16166         * mpw-build.in: Build using Makefile.PPC if present.
16167         (do-byacc, etc): Remove separate version resource builds.
16168         (do-gas): Build "stamps" before "all".
16169         (do-gcc): Build "stamps-h" and "stamps-c" before "all".
16170         * mpw-README: Update to reflect --cc option, PowerMac support,
16171         and recently-reported compatibility problems.
16173 Fri Sep 22 12:15:42 1995  Doug Evans  <dje@deneb.cygnus.com>
16175         * cfg-ml-com.in (m68*-*-*): Only build multilibs for
16176         embedded m68k systems (-aout, -coff, -elf, -vxworks).
16177         (--with-multilib-top): Pass to recursive invocations.
16179 Tue Sep 19 13:51:05 1995  J.T. Conklin  <jtc@blues.cygnus.com>
16181         * configure.in (noconfigdirs): Disable libg++ and libstdc++ on
16182         v810-*-*.
16184 Mon Sep 18 23:08:26 1995  J.T. Conklin  <jtc@rtl.cygnus.com>
16186         * configure.in (noconfigdirs): Disable bfd, binutils, gas, gcc,
16187         gdb, ld and opcodes on v810-*-*.
16189 Tue Sep 12 18:03:31 1995  Ian Lance Taylor  <ian@cygnus.com>
16191         * Makefile.in (DO_X): Change do-realclean to do-maintainer-clean.
16192         (local-maintainer-clean): New target.
16193         (maintainer-clean): New target.
16194         (realclean): Just depend upon maintainer-clean.
16196 Fri Sep  8 17:11:14 1995  J.T. Conklin  <jtc@rtl.cygnus.com>
16198         * configure.in (noconfigdirs): Disable gdb on m68k-*-netbsd*.
16200 Fri Sep  8 16:46:29 1995  Ian Lance Taylor  <ian@cygnus.com>
16202         * configure.in: Build ld in mips*-*-bsd* case.
16204 Thu Sep  7 20:03:41 1995  Ken Raeburn  <raeburn@cygnus.com>
16206         * config.sub: Accept -lites* OS.  From Ian Dall.
16208 Fri Sep  1 08:06:58 1995  James G. Smith  <jsmith@beauty.cygnus.com>
16210         * config.sub: recognise mips64vr4300 and mips64vr4300el as valid
16211         targets.
16213 Wed Aug 30 21:06:50 1995  Jason Molenda  (crash@phydeaux.cygnus.com)
16215         * configure.in: treat i386-win32 canadian cross the same as
16216         i386-go32 canadian cross.
16218 Thu Aug 24 14:53:20 1995  Michael Meissner  <meissner@tiktok.cygnus.com>
16220         * cfg-ml-com.in (powerpc*-*-eabisim): Add support for PowerPC
16221         running under the simulator to build a reduced set of libraries.
16222         (powerpc-*-eabiaix): Add fine grained multilib support added to
16223         other powerpc targets yesterday.
16225 Wed Aug 23 09:41:56 1995  Michael Meissner  <meissner@tiktok.cygnus.com>
16227         * cfg-ml-com.in (powerpc*): Add support for -disable-biendian,
16228         -disable-softfloat, -disable-relocatable, -disable-aix, and
16229         -disable-sysv to control which multilib libraries get built.
16231 Thu Aug 17 16:03:41 1995  Ken Raeburn  <raeburn@kr-laptop.cygnus.com>
16233         * configure: Add Makefile.tem to list of files to remove in trap
16234         handler.
16236 Mon Aug 14 19:27:56 1995  Per Bothner  <bothner@kalessin.cygnus.com>
16238         * config.guess (*Linux*):  Add missing "exit"s.
16239         Also, need specific check for alpha-unknown-linux (uses COFF).
16241 Fri Aug 11 15:38:20 1995  Per Bothner  <bothner@kalessin.cygnus.com>
16243         * config.guess:  Merge with FSF:
16245         Wed Jun 28 17:57:27 1995  David Edelsohn  <edelsohn@mhpcc.edu>
16246         * config.guess (AIX4): More robust release numbering discovery.
16248         Thu Jun 22 19:01:24 1995  Kenneth Stailey  (kstailey@eagle.dol-esa.gov)
16249         * config.guess (i386-sequent-ptx): Properly get version number.
16251         Thu Jun 22 18:36:42 1995  Uwe Seimet  (seimet@iris1.chemie.uni-kl.de)
16252         * config.guess (mips:*:4*:UMIPS): New case.
16254 Mon Aug  7 09:21:35 1995  Doug Evans  <dje@canuck.cygnus.com>
16256         * configure.in (i386-go32 host): Fix typo (deja-gnu -> dejagnu).
16257         (i386-win32 host): Likewise.  Don't build readline.
16259 Sat Aug  5 09:51:49 1995  Fred Fish  <fnf@rtl.cygnus.com>
16261         * Makefile.in (GDBTK_SUPPORT_DIRS):  Define and pass as part of
16262         SUPPORT_FILES to submakes.
16264 Fri Aug  4 13:04:36 1995  Fred Fish  <fnf@cygnus.com>
16266         * Makefile.in (GDB_SUPPORT_DIRS): Add utils.
16267         (DEVO_SUPPORT): Add mpw-README, mpw-build.in, mpw-config.h and
16268         mpw-configure.
16270 Wed Aug  2 16:32:40 1995  Ken Raeburn  <raeburn@cygnus.com>
16272         * configure.in (appdirs): Use =, not ==, in test expression when
16273         trying to build the text to print in the warning message for
16274         Solaris users.
16276 Mon Jul 31 09:56:18 1995  steve chamberlain  <sac@slash.cygnus.com>
16278         * cfg-ml-com.in (z8k-*-coff): Add 'std' multilib build.
16280 Fri Jul 28 00:16:31 1995  Jeffrey A. Law  <law@rtl.cygnus.com>
16282         * config.guess: Recognize lynx-2.3.
16284 Thu Jul 27 15:47:59 1995  steve chamberlain  <sac@slash.cygnus.com>
16286         * config.sub (z8ksim): Deleted
16287         (z8k-*-coff): New, this is the one true name of the target.
16289 Thu Jul 27 14:33:33 1995  Doug Evans  <dje@canuck.cygnus.com>
16291         * cfg-ml-pos.in (dotdot): Work around SunOS sed bug.
16293 Thu Jul 27 13:31:05 1995  Fred Fish  (fnf@cygnus.com)
16295         * config.guess (*:Linux:*:*): First try asking the linker what the
16296         default object file format is (elf, aout, or coff).  Then if this
16297         fails, try previous methods.
16299 Thu Jul 27 11:28:17 1995  J.T. Conklin  <jtc@rtl.cygnus.com>
16301         * configure.in: Don't build newlib for *-*-vxworks5.1.
16303 Thu Jul 27 11:18:47 1995  Brendan Kehoe  <brendan@lisa.cygnus.com>
16305         * configure.in: Don't build newlib for a29k-*-vxworks5.1.
16306         * test-build.mk: Add setting of --with-headers for a29k-vxworks5.1.
16308 Tue Jul 25 21:25:39 1995  Doug Evans  <dje@canuck.cygnus.com>
16310         * cfg-ml-pos.in (MULTITOP): Trim excess trailing "/.".
16312 Fri Jul 21 10:41:12 1995  Doug Evans  <dje@canuck.cygnus.com>
16314         * cfg-ml-com.in: New file.
16315         * cfg-ml-pos.in: New file.
16317 Wed Jul 19 00:37:27 1995  Jeffrey A. Law  <law@rtl.cygnus.com>
16319         * COPYING.NEWLIB: Add HP free copyright to list.
16321 Tue Jul 18 10:58:51 1995  Michael Meissner  <meissner@tiktok.cygnus.com>
16323         * config.sub: Recognize -eabi* for the system, not just -eabi.
16325 Mon Jul  3 13:44:51 1995  Steve Chamberlain  <sac@slash.cygnus.com>
16327         * Makfile.in (DLLTOOL_FOR_TARGET): New name, pass it down.
16328         * config.sub, configure.in (win32): New target and host.
16330 Wed Jun 28 23:57:08 1995  Steve Chamberlain  <sac@slash.cygnus.com>
16332         * configure.in: Add i386-pe configuration.
16334 Fri Jun 23 14:28:44 1995  Stan Shebs  <shebs@andros.cygnus.com>
16336         * mpw-build.in (install): Install GDB after LD.
16338 Thu Jun 22 17:10:53 1995  Stan Shebs  <shebs@andros.cygnus.com>
16340         * mpw-config.in (elf/mips.h): Always forward-include, needed
16341         for GDB to build.
16343 Wed Jun 21 15:17:30 1995  Rob Savoye  <rob@darkstar.cygnus.com>
16345         * testsuite: New directory for customer acceptance and whole tool
16346         chain tests.
16348 Wed Jun 21 16:50:29 1995  Ken Raeburn  <raeburn@cujo.cygnus.com>
16350         * configure: If per-host line isn't found, but AC_OUTPUT is found
16351         and a configure script exists, run it instead.
16353 Thu Jun 15 21:09:24 1995  Per Bothner  <bothner@kalessin.cygnus.com>
16355         * config.guess:  Update from FSF, for alpha-dec-winnt3.5 and  Crays.
16357 Tue Jun 13 21:43:27 1995  Rob Savoye  <rob@darkstar.cygnus.com>
16359         * configure: Set build_{cpu,vendor,os,alias} to host values when
16360         --build isn't specified.
16362 Mon Jun  5 18:26:36 1995  Jason Merrill  <jason@phydeaux.cygnus.com>
16364         * Makefile.in (PICFLAG, PICFLAG_FOR_TARGET): New macros.
16365         (FLAGS_TO_PASS): Pass them.
16366         (EXTRA_TARGET_FLAGS): Ditto.
16368 Wed May 31 22:27:42 1995  Jim Wilson  <wilson@chestnut.cygnus.com>
16370         * Makefile.in (all-libg++): Depend on all-libstdc++.
16372 Thu May 25 22:40:59 1995  J.T. Conklin  <jtc@rtl.cygnus.com>
16374         * configure.in (noconfigdirs): Enable all packages for
16375           i386-unknown-netbsd.
16377 Sat May 20 13:22:31 1995  Angela Marie Thomas  <angela@cirdan.cygnus.com>
16379         * configure.in (noconfigdirs): Don't configure tk for i386-go32
16380         hosted builds (DOS builds)
16382 Thu May 18 18:08:49 1995  Ken Raeburn  <raeburn@kr-laptop.cygnus.com>
16384         Changes for ARM based on patches from Richard Earnshaw:
16385         * config.sub: Handle armeb and armel.
16386         * configure.in: Omit arm linker only for riscix.
16388 Thu May 11 17:23:26 1995  Per Bothner  <bothner@kalessin.cygnus.com>
16390         * config.guess:  Update from FSF.
16392 Tue May  9 15:52:05 1995  Michael Meissner  <meissner@cygnus.com>
16394         * config.sub: Recognize powerpcle as the little endian variant of
16395         the PowerPC.  Recgonize ppc as a PowerPC variant, and ppcle as a
16396         powerpcle variant.  Convert pentium into i586, not i486.  Add p5
16397         alias for i586.  Map new x86 variants p6, k5, nexgen into i586
16398         temporarily.
16400 Tue May  2 16:29:41 1995  Jeff Law  (law@snake.cs.utah.edu)
16402         * configure.in (hppa*-*-lites*): Treat like hppa*-*-*elf*.
16404 Sun Apr 30 21:38:09 1995  Jeff Law  (law@snake.cs.utah.edu)
16406         * config.sub: Accept -lites* as a basic system type.
16408 Thu Apr 27 11:33:29 1995  Michael Meissner  (meissner@cygnus.com)
16410         * config.guess (*:Linux:*:*): Check for whether the pre-BFD linker is
16411         installed, and if so return linuxoldld as the system name.
16413 Wed Apr 26 10:59:02 1995  Jeff Law  (law@snake.cs.utah.edu)
16415         * config.guess: Add hppa1.1-hp-lites support.
16417 Tue Apr 25 11:08:11 1995  Rob Savoye  <rob@darkstar.cygnus.com>
16419         * configure.in: Don't build newlib for m68k-vxworks5.1.
16421 Wed Apr 19 17:02:43 1995  Jim Wilson  <wilson@chestnut.cygnus.com>
16423         * configure.in (mips-sgi-irix6): Use mh-irix5.
16425 Fri Apr 14 15:21:17 1995  Doug Evans  <dje@chestnut.cygnus.com>
16427         * Makefile.in (all-gcc): Depend on all-ld (for libgcc1-test).
16429 Wed Apr 12 16:06:01 1995  Jason Merrill  <jason@phydeaux.cygnus.com>
16431         * test-build.mk: Enable building of shared libraries on IRIX 5 and
16432         OSF/1.  Fix compiler flags.
16433         * build-all.mk: Support Linux and OSF/1 3.0.  Fix compiler flags.
16435 Tue Apr 11 18:55:40 1995  Doug Evans  <dje@canuck.cygnus.com>
16437         * configure.in: Recognize --with-newlib.
16438         (sparc-*-sunos4*): Build sim, dejagnu, expect, tcl if cross target.
16440 Mon Apr 10 14:38:20 1995  Jason Molenda (crash@phydeaux.cygnus.com)
16442         * Makefile.in: move {all,check,install}-gdb from *_MODULES
16443         to *_X11_MODULES due to gdbtk needing X include files et al.
16445 Mon Apr 10 11:42:22 1995  Stan Shebs  <shebs@andros.cygnus.com>
16447         Merge in support for Mac MPW as a host.
16448         (Old change descriptions retained for informational value.)
16450         * mpw-config.in: Add generic include forwards for cpu-specific
16451         include files in aout and elf directories.
16453         * mpw-configure: Added copyright.
16454         * mpw-config.in: Check for presence of required build tools.
16455         (target_libs): Add newlib.
16456         (target_tools): Add examples.
16457         (Read Me): Generate as "Read Me for MPW" instead.
16458         * mpw-build.in: Base sub-builds on all-foo instead of do-foo.
16459         (all-byacc, do-byacc, all-flex, do-flex, do-newlib): New actions.
16460         (do-gas, do-gcc, do-gdb, do-ld): Build Version.r first.
16462         * mpw-configure: Remove subdir-specific makefile hackery,
16463         delete mk.tmp after using it.
16465         * mpw-build.in (all): Display start and end times.
16467         * mpw-configure (host_canonical): Set.
16468         (target_cpu): Always add to makefiles.
16469         (ARCHDEFS, EMUL): Add to makefile only if nonempty.
16470         (TM_FILE, XM_FILE, NM_FILE): No longer add to makefile.
16471         (mpw-mh-mpw): Look for in srcdir and srcroot.
16472         Use sed instead of mpw-edit-prefix to edit prefix definitions.
16474         * mpw-build.in: (install-only): New target.
16476         * mpw-configure (host_alias, target_alias): Rename from hostalias
16477         and targetalias, add into generated Makefile.
16478         (mk.tmp): If present, add into generated Makefile.
16479         * mpw-build.in (all-gas): Build config.h first before gas proper.
16481         * mpw-configure (config.status): Write only if changed.
16482         * mpw-config.in (readline): Configure it (not built, just used for
16483         definitions).
16485         * mpw-config.in (elf/mips.h): Add a forward include.
16487         * mpw-config.in: Forward-include most .h files in include into
16488         extra-include.
16489         (readline): Don't build.
16490         mpw-build.in (install): Install GDB.
16492         * mpw-configure (prefix, mpw_prefix): Handle it.
16493         * mpw-config.in (mmalloc, readline): Don't configure.
16494         * mpw-build.in (thisscript): Rename to ThisScript.
16495         Use mpw-build instead of BuildProgram everywhere.
16496         (mmalloc, readline): Don't build.
16497         * mpw-README: New file, basic documentation about the MPW port.
16499         * mpw-config.in: Use forward-include to create include files.
16501         * mpw-configure: Add more things to the top of each configured
16502         Makefile, including contents of config/mpw-mh-mpw.
16503         * mpw-config.in (extra-include): Create this directory and fill it
16504         with Posix-like include files when configuring.
16506         * config.sub (apple, mac, mpw): Add various aliases.
16508         * mpw-build.in: New file, top-level build script fragment for MPW.
16509         * mpw-configure: New file, configure script for MPW.
16510         * mpw-config.in: New file, config fragment for MPW.
16512 Fri Apr  7 19:33:16 1995  Jim Kingdon  (kingdon@lioth.cygnus.com)
16514         * configure.in (host_libs): Remove glob, since it is gone from the
16515         sources.
16517 Fri Mar 31 11:36:17 1995  Jason Molenda  (crash@phydeaux.cygnus.com)
16519         * Makefile.in: define empty GDB_NLM_DEPS var.
16521         * configure.in(target_makefile_frag): use config/mt-netware
16522         for netware targets.
16524 Thu Mar 30 13:51:43 1995  Ian Lance Taylor  <ian@cygnus.com>
16526         * config.sub: Merge in recent FSF changes.  Remove linux special
16527         cases.
16529 Tue Mar 28 14:47:34 1995  Jason Molenda (crash@phydeaux.cygnus.com)
16531         Revert this change:
16533         Tue Mar 30 10:03:09 1993  Ian Lance Taylor  (ian@cygnus.com)
16535                 * build-all.mk: Use CC=cc -Xs on Solaris.
16537 Tue Mar 21 10:43:32 1995  Jim Kingdon  (kingdon@lioth.cygnus.com)
16539         * glob/*: Removed.  Schauer's 24 Feb 1994 readline change made us
16540         stop using it.
16541         * Makefile.in: Nuke all references to glob subdirectory.
16543 Thu Mar 16 13:35:30 1995  Jason Merrill  <jason@phydeaux.cygnus.com>
16545         * configure.in: Fix --enable-shared logic in per-host.
16547 Mon Mar 13 12:33:15 1995  Ian Lance Taylor  <ian@cygnus.com>
16549         * configure.in (*-hp-hpux[78]*): Use mh-hpux8.
16551 Mon Mar  6 10:21:58 1995  Jim Kingdon  (kingdon@lioth.cygnus.com)
16553         * configure.in (noconfigdirs): Don't build gas on AIX, for
16554         powerpc*-*-aix* as well as for rs6000*-*-aix*.
16556 Wed Mar  1 12:51:53 1995  Ian Lance Taylor  <ian@cygnus.com>
16558         * configure: Fix --cache-file to work if the file argument is a
16559         relative path.
16561 Tue Feb 28 17:36:07 1995  Ian Lance Taylor  <ian@cygnus.com>
16563         * configure: If the --cache-file is used, pass it down to
16564         configure in subdirectories.
16566 Mon Feb 27 12:52:46 1995  Kung Hsu  <kung@mexican.cygnus.com>
16568         * config.sub: add vxworks29k configuration.
16570 Fri Feb 10 16:12:26 1995  Ken Raeburn  <raeburn@cujo.cygnus.com>
16572         * Makefile.in (taz): Do "diststuff" part quietly.
16574 Sun Feb  5 14:16:35 1995  Doug Evans  <dje@canuck.cygnus.com>
16576         * config.sub: Mini-merge with gcc/config.sub.
16578 Sat Feb  4 12:11:35 1995  Jim Wilson  <wilson@chestnut.cygnus.com>
16580         * config.guess (IRIX): Sed - to _.
16582 Fri Feb  3 11:54:42 1995  J.T. Conklin  <jtc@rtl.cygnus.com>
16584         * Makefile.in (source-vault, binary-vault): New targets.
16586 Thu Jan 26 13:00:11 1995  Michael Meissner  <meissner@cygnus.com>
16588         * config.sub: Recognize -eabi as a basic system type.
16590 Thu Jan 12 13:13:23 1995  Jason Merrill  <jason@phydeaux.cygnus.com>
16592         * configure.in (enable_shared stuff): Fix typo.
16594 Thu Jan 12 01:36:51 1995  deanm@medulla.LABS.TEK.COM (Dean Messing)
16596         * Makefile.in (BASE_FLAGS_TO_PASS): Fix typo in passing LIBCXXFLAGS*.
16598 Wed Jan 11 16:29:53 1995  Jason Merrill  <jason@phydeaux.cygnus.com>
16600         * Makefile.in (LIBCXXFLAGS_FOR_TARGET): Add -fno-implicit-templates.
16602 Mon Jan  9 12:48:01 1995  Jim Kingdon  <kingdon@lioth.cygnus.com>
16604         * configure.in (rs6000-*-*): Don't build gas.
16606 Wed Jan  4 23:53:49 1995  Ian Lance Taylor  <ian@tweedledumb.cygnus.com>
16608         * Makefile.in: Use /x/x/ instead of /brokensed/brokensed/, to
16609         reduce command line length.
16610         (AS_FOR_TARGET): Check for as.new, not Makefile.
16611         (NM_FOR_TARGET): Check for nm.new, not Makefile.
16613 Wed Jan  4 13:02:39 1995  Per Bothner  <bothner@kalessin.cygnus.com>
16615         * config.guess:  Merge from FSF.
16617 Thu Dec 15 17:11:37 1994  Ian Lance Taylor  <ian@sanguine.cygnus.com>
16619         * configure: Don't use $ when handling program_suffix.
16621 Mon Dec 12 12:09:37 1994  Stu Grossman  (grossman@cygnus.com)
16623         * configure.in:  Configure tk for hppa/hpux.
16625 Fri Dec  2 15:55:38 1994  Per Bothner  <bothner@kalessin.cygnus.com>
16627         * Makefile.in (LIBGXX_SUPPORT_DIRS):  Add libstdc++.
16629 Tue Nov 29 19:37:56 1994  Per Bothner  <bothner@kalessin.cygnus.com>
16631         * Makefile.in:  Move -fno-implicit-template from CXXFLAGS
16632         to LIBCXXFLAGS.  Tests are better run without it.
16634 Wed Nov 23 10:29:25 1994  Brendan Kehoe  (brendan@lisa.cygnus.com)
16636         * Makefile.in (all-ispell): Depend on all-emacs19 instead of all-emacs.
16638 Mon Nov 21 11:14:01 1994  J.T. Conklin  <jtc@rtl.cygnus.com>
16640         * configure.in (*-*-netware*): Don't configure xiberty.
16642 Mon Nov 14 08:49:15 1994  Stu Grossman  (grossman@cygnus.com)
16644         * configure.in:  Remove tk from native_only list.
16646 Fri Nov 11 15:31:26 1994  Bill Cox  (bill@rtl.cygnus.com)
16648         * build-all.mk: Add mips-ncd-elf target to sun4 targets
16649           for special NCD build.
16651 Mon Nov  7 20:58:17 1994  Ken Raeburn  <raeburn@cujo.cygnus.com>
16653         * Makefile.in (DEVO_SUPPORT): Remove configure.bat and
16654         makeall.bat, they're only useful for binutils snapshots.
16655         (binutils.tar.gz, gas+binutils.tar.gz): Add configure.bat and
16656         makeall.bat to specified SUPPORT_FILES.
16658 Mon Nov  7 17:25:18 1994  Bill Cox  (bill@cirdan.cygnus.com)
16660         * build-all.mk: Add Ericsson targets to sun4 and solaris
16661           hosts.  Add  BNR's sun4 target to solaris host, so their
16662           build-from-source will be tested in-house first.
16664 Sat Nov  5 18:43:30 1994  Jason Merrill  (jason@phydeaux.cygnus.com)
16666         * Makefile.in (LIBCFLAGS): New variable.
16667         (CFLAGS_FOR_TARGET): Ditto.
16668         (LIBCFLAGS_FOR_TARGET): Ditto.
16669         (LIBCXXFLAGS): Ditto.
16670         (CXXFLAGS_FOR_TARGET): Ditto.
16671         (LIBCXXFLAGS_FOR_TARGET): Ditto.
16672         (BASE_FLAGS_TO_PASS): Pass them.
16673         (EXTRA_TARGET_FLAGS): Ditto.
16675         * configure.in: Support --enable-shared.
16677 Sat Nov  5 15:44:00 1994  Per Bothner  <bothner@kalessin.cygnus.com>
16679         * configure.in (target_libs):  Include libstdc++ again.
16680         * config.guess:  Update from FSF (for FreeBSD).
16682 Thu Nov  3 16:32:30 1994  Ken Raeburn  <raeburn@cujo.cygnus.com>
16684         * Makefile.in (DEVO_SUPPORT): Include configure.bat and
16685         makeall.bat.
16686         (DISTDOCDIRS): Add `etc'.
16687         (ETC_SUPPORT_PFX): New variable.
16688         (taz): Include anything from etc starting with a word in
16689         ETC_SUPPORT_PFX.
16691 Wed Oct 26 16:19:35 1994  Ian Lance Taylor  <ian@sanguine.cygnus.com>
16693         * config.sub: Update for recent FSF changes.  Remove obsolete
16694         h8300hds entry.  Add -windows* and -osx as basic os.  Minor
16695         spacing changes.
16697 Thu Oct 20 18:41:56 1994  Per Bothner  <bothner@kalessin.cygnus.com>
16699         * configure.in (target_libs):  Remove libstdc++ for libg++-2.6.1.
16701         * config.guess:  Merge with FSF.
16702         * configure.in:  Match on i?86-ncr-sysv4.3, not i?86-ncr-sysv43.
16704 Thu Oct 20 19:26:56 1994  Ken Raeburn  <raeburn@cujo.cygnus.com>
16706         * configure: Since the "trap 0" handler will override the exit
16707         status on many systems, only use it for "exit 1", and make it set
16708         a non-zero exit status; reset it before "exit 0".  Also, check
16709         exit status of config.sub, and error out if it failed.
16711 Wed Oct 19 18:49:55 1994  Rob Savoye  (rob@cygnus.com)
16713         * Makefile.in: (ALL_TARGET_MODULES,INSTALL_TARGET_MODULES) Build
16714         and install libgloss.
16716 Tue Oct 18 15:25:24 1994  Ian Lance Taylor  <ian@sanguine.cygnus.com>
16718         * Makefile.in (all-binutils): Depend upon all-byacc.
16720         * configure.in: Don't build emacs on Irix 5.
16722 Mon Oct 17 16:22:12 1994  J.T. Conklin  (jtc@phishhead.cygnus.com)
16724         * configure.in (*-*-netware*): Add libio.
16726 Thu Oct 13 15:51:20 1994  Jason Merrill  (jason@phydeaux.cygnus.com)
16728         * Makefile.in (ALL_TARGET_MODULES): Add libstdc++.
16729         (CHECK_TARGET_MODULES): Ditto.
16730         (INSTALL_TARGET_MODULES): Ditto.
16731         (TARGET_LIBS): Ditto.
16732         (all-libstdc++): Note dependencies.
16734 Thu Oct 13 01:43:08 1994  Ken Raeburn  <raeburn@cujo.cygnus.com>
16736         * Makefile.in (BINUTILS_SUPPORT_DIRS): Add gas.
16738 Tue Oct 11 12:12:29 1994  Jason Merrill  (jason@phydeaux.cygnus.com)
16740         * Makefile.in (CXXFLAGS): Use -fno-implicit-templates instead of
16741         -fexternal-templates.
16743         * configure.in (target_libs): Add libstdc++.
16744         (noconfigdirs): Add libstdc++ as appropriate.
16746 Thu Oct  6 18:00:54 1994  Per Bothner  (bothner@kalessin.cygnus.com)
16748         * config.guess:  Update from FSF.
16750 Tue Oct  4 12:05:42 1994  Ian Lance Taylor  <ian@sanguine.cygnus.com>
16752         * configure: Use ${config_shell} when running ${configsub}.
16754 Mon Oct  3 14:28:34 1994  Doug Evans  <dje@canuck.cygnus.com>
16756         * config.sub: No longer recognize h8300h.
16758 Mon Oct  3 12:40:54 1994  Ian Lance Taylor  <ian@sanguine.cygnus.com>
16760         * config.sub: Remove extraneous differences between config.sub and
16761         gcc/config.sub.
16763 Sat Oct  1 00:23:12 1994  Ken Raeburn  <raeburn@cujo.cygnus.com>
16765         * Makefile.in (DISTSTUFFDIRS): Add gas.
16767 Thu Sep 22 19:04:55 1994  Doug Evans  (dje@canuck.cygnus.com)
16769         * COPYING.NEWLIB: New file.
16771 Mon Sep 19 18:25:40 1994  Per Bothner  (bothner@kalessin.cygnus.com)
16773         * config.guess (HP-UX):  Patch from Harlan Stenn
16774         <harlan@landmark.com> to also emit release level.
16776 Wed Sep  7 13:15:25 1994  Jim Wilson  (wilson@sphagnum.cygnus.com)
16778         * config.guess (sun4*:SunOS:*:*): Change '-JL' to '_JL'.
16780 Tue Sep  6 23:23:18 1994  Per Bothner  (bothner@kalessin.cygnus.com)
16782         * config.sub:  Merge nextstep cleanup from FSF.
16784 Mon Sep  5 05:01:30 1994  Ken Raeburn  (raeburn@kr-pc.cygnus.com)
16786         * configure.in (arm-*-*): Don't configure ld for this target.
16788 Thu Sep  1 09:35:00 1994  J.T. Conklin  (jtc@phishhead.cygnus.com)
16790         * configure.in (*-*-netware): don't configure libg++, libio,
16791           librx, or newlib.
16793 Wed Aug 31 13:52:08 1994  Ian Lance Taylor  (ian@sanguine.cygnus.com)
16795         * configure.in (alpha-dec-osf*): Use osf*, not osf1*.  Don't
16796         configure ld--it works, but it doesn't support shared libraries.
16798 Sun Aug 28 18:13:45 1994  Per Bothner  (bothner@kalessin.cygnus.com)
16800         * config.guess (*-unknown-freebsd*):  Get rid of possible
16801         trailing "(Release)" in version string.
16802         Patch from Paul Richards <paul@isl.cf.ac.uk>.
16804 Sat Aug 27 15:00:49 1994  Per Bothner  (bothner@kalessin.cygnus.com)
16806         * config.guess:  Fix i486-ncr-sysv43 -> i486-ncr-sysv4.3.
16807         Fix type: *-next-neststep -> *-next-nextstep.
16809         * config.guess:  Merge from FSF:
16811         Fri Aug 26 18:45:25 1994  Philippe De Muyter (phdm@info.ucl.ac.be)
16813         * config.guess: Recognize powerpc-ibm-aix3.2.5.
16815         Wed Apr 20 06:36:32 1994  Philippe De Muyter  (phdm@info.ucl.ac.be)
16817         * config.guess: Recognize UnixWare 1.1 (UNAME_SYSTEM is SYSTEM_V
16818         instead of UNIX_SV for UnixWare 1.0).
16820 Sat Aug 27 01:56:30 1994  Stu Grossman  (grossman@cygnus.com)
16822         * Makefile.in (all-gdb):  Add dependencies on all-gcc and all-ld
16823         to make gdb/nlm/* build after the compiler and linker.
16825 Fri Aug 26 14:30:05 1994  Per Bothner  (bothner@kalessin.cygnus.com)
16827         * config.guess (netbsd, freebsd, linux):  Accept any machine,
16828         not just i[34]86.
16829         (m68k-atari-sysv4):  Relocate to match FSF version.
16831         * config.guess:  More merges from the FSF:
16833         Add a space before function call or macro invocation.
16835         Tue May 10 16:53:55 1994  Roland McGrath (roland@churchy.gnu.ai.mit.edu)
16837         * config.guess: Add trap cmd to remove dummy.c and dummy when
16838         interrupted.
16840         Wed Apr 20 18:07:13 1994  Roland McGrath (roland@churchy.gnu.ai.mit.edu)
16842         * config.guess (dummy.c): Redirect stderr for `hostinfo' command.
16843         (dummy): Redirect stderr from compilation of dummy.c.
16845         Sat Apr  9 14:59:28 1994  Christian Kranz  (kranz@sent5.uni-duisburg.de)
16847         * config.guess: Distinguish between NeXTStep 2.1 and 3.x.
16849 Fri Aug 26 13:42:20 1994  Ken Raeburn  (raeburn@kr-laptop.cygnus.com)
16851         * configure: Accept and ignore --cache*, for compatibility with
16852         new autoconf.
16854 Fri Aug 26 13:05:27 1994  Per Bothner  (bothner@kalessin.cygnus.com)
16856         * config.guess:  Merge from FSF:
16858         Thu Aug 25 20:28:51 1994  Richard Stallman  <rms@mole.gnu.ai.mit.edu>
16860         * config.guess (Pyramid*:OSx*:*:*): New case.
16861         (PATH): Add /.attbin at end for finding uname.
16862         (dummy.c): Handle i860-alliant-bsd.  Follow whitespace conventions.
16864         Wed Aug 17 18:21:02 1994  Tor Egge  (tegge@pvv.unit.no)
16866         * config.guess (M88*:DolphinOS:*:*): New case.
16868         Thu Aug 11 17:00:13 1994  Stan Cox  (coxs@dg-rtp.dg.com)
16870         * config.guess (AViiON:dgux:*:*): Use TARGET_BINARY_INTERFACE
16871         to select whether to use ELF or COFF.
16873         Sun Jul 24 16:20:53 1994  Richard Stallman  <rms@mole.gnu.ai.mit.edu>
16875         * config.guess: Recognize i860-stardent-sysv and i860-unknown-sysv.
16877         Sun May  1 10:23:10 1994  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
16879         * config.guess: Guess the OS version for HPUX.
16881         Tue Mar  1 21:53:03 1994  Karl Heuer  (kwzh@hal.gnu.ai.mit.edu)
16883         * config.guess (UNAME_VERSION): Recognize aix3.2.4 and aix3.2.5.
16885 Fri Aug 26 11:19:08 1994  Ian Lance Taylor  (ian@sanguine.cygnus.com)
16887         * configure.in: Recognize --with-headers, --with-libs, and
16888         --without-newlib.
16889         * Makefile.in (all-xiberty): Depend upon all-ld.
16891 Wed Aug 24 12:36:50 1994  Ian Lance Taylor  (ian@sanguine.cygnus.com)
16893         * configure.in: Change i[34]86 to i[345]86.
16895 Mon Aug 22 10:58:33 1994  Ian Lance Taylor  (ian@sanguine.cygnus.com)
16897         * configure (version): A few more tweaks to help message.
16899 Fri Aug 19 12:40:25 1994  Per Bothner  (bothner@kalessin.cygnus.com)
16901         * Makefile.in:  Remove (for now) librx as a host library,
16902         now that we're building it for target.
16904 Fri Aug 19 10:49:17 1994  Ian Lance Taylor  (ian@sanguine.cygnus.com)
16906         * configure: Fix up help message; from karl@owl.hq.ileaf.com
16907         (Karl Berry).
16909 Tue Aug 16 16:11:08 1994  Per Bothner  (bothner@kalessin.cygnus.com)
16911         * configure.in:  Also configure librx.
16913 Mon Aug 15 16:51:45 1994  Per Bothner  (bothner@kalessin.cygnus.com)
16915         * Makefile.in:  Update various rules to reflect that librx
16916         is now needed for libg++.
16918 Fri Aug 12 18:07:21 1994  Ian Lance Taylor  (ian@sanguine.cygnus.com)
16920         * config.sub: Accept mips64orion and mips64orionel as a CPU name.
16922 Mon Aug  8 11:36:17 1994  Stan Shebs  (shebs@andros.cygnus.com)
16924         * configure.in: Configure the examples directory.
16926 Thu Aug  4 16:12:36 1994  Ian Lance Taylor  (ian@sanguine.cygnus.com)
16928         * configure: Simplify Jun 2 1994 change.
16930 Wed Aug  3 04:58:16 1994  D. V. Henkel-Wallace  (gumby@cygnus.com)
16932         * change CC to /usr/latest/bin/gcc for lynx host builds, since
16933         /bin/gcc isn't good enough to build gcc.
16935 Wed Jul 27 09:07:14 1994  Fred Fish  (fnf@cygnus.com)
16937         * Makefile.in (GDB_SUPPORT_FILES): Remove
16938         (setup-dirs-gdb, gdb.tar.gz, make-gdb.tar.gz):  Remove old rules.
16939         (gdb.tar.gz): Add new rule to use standard distribution building
16940         mechanism.
16942 Mon Jul 25 11:10:06 1994  Ian Lance Taylor  (ian@tweedledumb.cygnus.com)
16944         * configure.in: Warn about use of /usr/ucb/cc on Solaris.  From
16945         Bill Cox <bill@cygnus.com>.
16947 Sat Jul 23 12:19:46 1994  Per Bothner  (bothner@kalessin.cygnus.com)
16949         * config.guess:  Recognize ISC.  Patch from kwzh@gnu.ai.mit.edu.
16951 Fri Jul 22 17:53:59 1994  Stu Grossman  (grossman@cygnus.com)
16953         * configure:  Search current dir first in .gdbinit.
16955 Fri Jul 22 11:28:30 1994  Per Bothner  (bothner@kalessin.cygnus.com)
16957         * config.sub:  Recognize freebsd (merged from gcc config.sub).
16959 Thu Jul 21 14:10:52 1994  Per Bothner  (bothner@kalessin.cygnus.com)
16961         * config.sub:  Refer to NeXT's operating system as nextstep.
16963         * config.sub (case $basic_machine):  Re-order the cases, to match
16964         the order in the FSF version (which is mostly alphabethical).
16965         Merge in some additions and changes from the FSF.
16967 Sat Jul 16 12:03:08 1994  Stan Shebs  (shebs@andros.cygnus.com)
16969         * config.guess: Recognize m68k-atari-sysv4 and m88k-harris-csux7.
16970         * config.sub: Recognize cxux7.
16971         * configure.in: Use mh-cxux for m88k-harris-cxux*.
16973 Mon Jul 11 14:37:39 1994  Per Bothner  (bothner@kalessin.cygnus.com)
16975         * config.sub:  Fix typo powerpc -> powerpc-*.
16977 Sat Jul  9 13:03:43 1994  Michael Tiemann  (tiemann@blues.cygnus.com)
16979         * Makefile.in: `all-emacs19' depends on `all-byacc'.
16981         * Makefile.in: Add all-emacs19 and install-emacs19 rules (in
16982         parallel with all-emacs and install-emacs).  Top-level command
16983         `make all-emacs19 CC=gcc' now behaves as `make all-emacs CC=gcc'.
16985 Thu Jun 30 16:53:42 1994  Ian Lance Taylor  (ian@sanguine.cygnus.com)
16987         * test-build.mk ($(host)-stamp-stage2-installed): Remove
16988         $(relbindir)/make before doing ``make install'', and use
16989         $(GNU_MAKE) while doing it.  Avoids problem on SunOS with
16990         installing over running make binary.
16991         ($(host)-stamp-stage3-installed): Likewise.
16993 Tue Jun 28 13:43:25 1994  Jim Kingdon  (kingdon@lioth.cygnus.com)
16995         * config.guess: Recognize Mach.
16997 Mon Jun 27 16:41:14 1994  Ian Lance Taylor  (ian@sanguine.cygnus.com)
16999         * configure: Check ${exec_prefixoption}, not ${exec_prefix}, to
17000         see whether --exec-prefix was used.
17002 Sun Jun 26 21:15:54 1994  Per Bothner  (bothner@kalessin.cygnus.com)
17004         * README:  Explicitly mention libg++/README.  (Zoo's idea.)
17006 Tue Jun 21 12:45:55 1994  Jim Kingdon  (kingdon@lioth.cygnus.com)
17008         * Makefile.in: Add all-librx target similar to all-libproc.
17010 Wed Jun  8 23:11:55 1994  Stu Grossman  (grossman@cygnus.com)
17012         * config.guess:  Rearrange tests for Alpha-OSF1 to properly deal
17013         with post 1.2 uname bogosity.
17015 Thu Jun  9 00:27:59 1994  Ian Lance Taylor  (ian@tweedledumb.cygnus.com)
17017         * configure: Remove temporary files on receipt of a signal.
17019 Tue Jun  7 12:06:24 1994  Ian Lance Taylor  (ian@cygnus.com)
17021         * configure: If there is a package_makefile_frag, remove
17022         ${subdir}/Makefile.tem after copying it in.
17024 Mon Jun  6 21:35:02 1994  D. V. Henkel-Wallace  (gumby@cygnus.com)
17026         * build_all.mk: support rs6000 lynx identifies itself as
17027         rs6000-lynx-lynxos2.2.2.  Also, use /usr/cygnus/progressive/bin/gcc
17028         since /bin/gcc is too feeble to compile a modern gcc.
17030 Mon Jun  6 16:06:34 1994  Karen Christiansen (karen@cirdan.cygnus.com)
17032         * brought devo/test-build.mk update-to-date with progressive/
17033           test-build.mk. Add lynx targets and hppa flag info.
17035 Sat Jun  4 17:23:54 1994  Per Bothner  (bothner@kalessin.cygnus.com)
17037         * configure.in:  Use mh-ncrsvr43.  Patch from
17038         Tom McConnell <tmcconne@sedona.intel.com>.
17040 Fri Jun  3 17:47:24 1994  Per Bothner  (bothner@kalessin.cygnus.com)
17042         * config.guess (i386-unknown-bsdi):  No longer need to
17043         check #if defined(__bsdi__) && defined(__i386__).
17045 Thu Jun  2 18:56:46 1994  Ian Lance Taylor  (ian@tweedledumb.cygnus.com)
17047         * configure: Set program_transform_nameoption correctly.
17049 Thu Jun  2 10:57:06 1994  Karen Christiansen (karen@cirdan.cygnus.com)
17051         * brought build-all.mk update-to-date with progressive build-all.mk,
17052           added new targets and hppa info.
17054 Thu Jun  2 00:12:44 1994  Ian Lance Taylor  (ian@tweedledumb.cygnus.com)
17056         * configure: If config.guess result is a prefix of the user
17057         specified target, assume a native build and use the user specified
17058         target as the host alias.  Remove SunOS patch suffix removal hack.
17059         * configure.in: Remove SunOS patch suffix removal hack.
17061         * Makefile.in (CROSS_CHECK_MODULES): Remove check-flex, since it's
17062         in NATIVE_CHECK_MODULES.
17064 Wed Jun  1 10:49:41 1994  Bill Cox  (bill@rtl.cygnus.com)
17066         * Makefile.in: Rename HOST_ONLY to NATIVE.
17067         * configure: Delete SunOs patch suffix from host_canonical
17068           and build_canonical variables that are prepended to Makefiles.
17069         * configure.in: Add comments for easier maintenance.
17071 Tue May 31 19:39:47 1994  Jim Kingdon  (kingdon@lioth.cygnus.com)
17073         * Makefile.in: Add all-libproc target similar to all-gui.
17075 Tue May 31 17:16:33 1994  Tom Lord  (lord@cygnus.com)
17077         * Makefile.in (CHECK_MODULES): split into
17078         HOST_ONLY_CHECK_MODULES and CROSS_CHECK_MODULES.
17080 Tue May 31 16:36:36 1994  Paul Eggert  (eggert@twinsun.com)
17082         * config.guess (i386-unknown-bsdi): New system to guess.
17084 Wed May 25 16:47:10 1994  Jim Kingdon  (kingdon@lioth.cygnus.com)
17086         * Makefile.in: Add all-gui target (but not yet build by "all").
17088 Thu May 26 08:53:19 1994  Bill Cox  (bill@rtl.cygnus.com)
17090         * config.sub: Move deletion of patch suffix from here...
17091         * configure.in: To here, at Ian's suggestion.  The top-
17092           level scripts might need to know of a patch level.
17094 Wed May 25 09:15:54 1994  Bill Cox  (bill@rtl.cygnus.com)
17096         * config.sub: Strip off patch suffix so rtl is recognized
17097           as a sunos4.1.3 machine, even though it's been patched.
17099 Fri May 20 08:25:49 1994  Steve Chamberlain  (sac@deneb.cygnus.com)
17101         * Makefile.in (INSTALL_LAST): Delete.
17102         (INSTALL_DOSREL): New.
17104 Thu May 19 17:12:12 1994  Ian Lance Taylor  (ian@tweedledumb.cygnus.com)
17106         * configure.in: Use ld for i[34]86-*-sysv4* and sparc-*-solaris2*.
17107         Don't set use_gnu_ld to no for *-*-sysv4; that only controls
17108         whether we pass down --with-gnu-ld anyhow.
17110 Thu May 19 09:29:12 1994  Steve Chamberlain  (sac@cygnus.com)
17112         * Makefile.in (INSTALL_LAST): Change operation so it works
17113         on more flavors of make.
17114         * configure.in (go32): Don't build libg++ or libio.
17116 Fri May 13 13:28:34 1994  Steve Chamberlain  (sac@cygnus.com)
17118         * Makefile.in (Move HOST_PREFIX_1 and friends up so
17119         they can be overriden by templates.
17121 Sat May  7 16:46:44 1994  Steve Chamberlain  (sac@cygnus.com)
17123         * configure.in (target==go32): Don't build gdb.
17124         * dosrel: New directory.
17126 Fri May  6 14:19:25 1994  Steve Chamberlain  (sac@cygnus.com)
17128         * configure.in (host==go32): Configure dosrel too.
17129         * Makefile.in (INTALL_TARGET): Call INSTALL_LAST last.
17130         (HOST_CC, HOST_PREFIX, HOST_PREFIX_1): Undefine, they should
17131         be set by incoming names or templates.
17132         (INSTALL_LAST): New rule.
17134 Thu May  5 17:35:05 1994  Stan Shebs  (shebs@andros.cygnus.com)
17136         * config.sub (sparclitefrw, sparclitefrwcompat): Don't set the os.
17138 Thu May  5 20:06:45 1994  Ken Raeburn  (raeburn@cujo.cygnus.com)
17140         * configure.in (appdirs): New variable.  Currently empty, but will
17141         be used in gas distribution.  If nonempty, lists a set of
17142         directories at least one of which must get configured, or top
17143         level configuration is considered to have failed.
17144         (rs6000-*-lynxos*): Use new file name.
17146 Thu May  5 13:38:36 1994  Ian Lance Taylor  (ian@tweedledumb.cygnus.com)
17148         Eliminate XTRAFLAGS.
17149         * Makefile.in (CC_FOR_TARGET): If newlib exists, refer to the
17150         newlib include files using -idirafter, and also use -nostdinc.
17151         (CXX_FOR_TARGET): Likewise.
17152         (XTRAFLAGS): Removed.
17153         (BASE_FLAGS_TO_PASS): Remove XTRAFLAGS_FOR_TARGET.
17154         (EXTRA_HOST_FLAGS): Remove XTRAFLAGS.
17155         (EXTRA_TARGET_FLAGS, EXTRA_GCC_FLAGS): Likewise.
17156         ($(DO_X)): Don't pass down XTRAFLAGS.
17158 Thu May  5 00:16:36 1994  Ken Raeburn  (raeburn@kr-pc.cygnus.com)
17160         * configure.in (mips*-dec-bsd*): New target; do build linker.
17161         (mips*-*-bsd*): New target; don't build linker.
17163 Wed May  4 20:10:10 1994  D. V. Henkel-Wallace  (gumby@cygnus.com)
17165         * configure.in: support rs6000-*-lynxos* configuration.
17166         support sunos4 as a cross target.
17168         * config.sub: look for lynx*, not lynx since the OS version may
17169         legitimately be part of the name.
17171 Tue May  3 21:48:11 1994  Ken Raeburn  (raeburn@cujo.cygnus.com)
17173         * configure.in (i[34]86-*-sco*): Move to be with other i386
17174         targets.
17175         (romp-*-*): New target.  Skip various binary utilities.
17176         (vax-*-*): New target.  Don't build newlib.
17177         (vax-*-vms): Renamed from *-*-vms.  Don't build opcodes or newlib.
17179 Thu Apr 28 15:03:05 1994  David J. Mackenzie  (djm@rtl.cygnus.com)
17181         * configure.in: Only set host_makefile_frag if config
17182         directory exists.
17184 Wed Apr 27 12:14:30 1994  David J. Mackenzie  (djm@rtl.cygnus.com)
17186         * install.sh: If $dstdir exists, don't check whether each
17187         component does.
17189 Tue Apr 26 18:11:33 1994  Ian Lance Taylor  (ian@tweedledumb.cygnus.com)
17191         * test-build.mk (HOLES): Add sleep; used by rcs/src/conf.sh.
17193 Mon Apr 25 15:06:34 1994  Stan Shebs  (shebs@andros.cygnus.com)
17195         * configure.in (*-*-lynxos*): Don't configure newlib for either
17196         native or cross Lynx.
17198 Sat Apr 16 11:58:16 1994  Doug Evans  (dje@canuck.cygnus.com)
17200         * config.sub (sparc64-elf): Fix os.
17201         (z8k): Remove duplicate.
17203 Thu Apr 14 23:33:17 1994  Ian Lance Taylor  (ian@tweedledumb.cygnus.com)
17205         * Makefile.in (gcc-no-fixedincludes): Touch gcc/include/fixed, not
17206         gcc/stmp-fixproto, to try to prevent fixproto from being run.
17208 Wed Apr 13 15:14:52 1994  Bill Cox  (bill@cygnus.com)
17210         * configure: Make file links cleanly even if Lynx fails on
17211           an NFS symlink (at least fail cleanly).
17213 Mon Apr 11 10:58:56 1994  Jim Wilson  (wilson@sphagnum.cygnus.com)
17215         * test-build.mk (CC): For mips-sgi-irix4, change -XNh1500 to
17216         -XNh2000.
17218 Sat Apr  9 15:10:45 1994  David J. Mackenzie  (djm@rtl.cygnus.com)
17220         * configure: Unknown options are fatal again.
17222 Fri Apr  8 12:01:41 1994  David J. Mackenzie  (djm@cygnus.com)
17224         * configure: Ignore --x-includes and --x-libraries, for Autoconf
17225         compatibility.
17227 Thu Apr  7 17:31:43 1994  Doug Evans  (dje@canuck.cygnus.com)
17229         * build-all.mk: Add `clean' target.
17231 Wed Apr  6 20:44:56 1994  Peter Schauer  (pes@regent.e-technik.tu-muenchen.de)
17233         * config.guess:  Add SINIX support.
17234         * configure.in:  Add mips-*-sysv4* support.
17236 Mon Apr  4 17:41:44 1994  Doug Evans  (dje@canuck.cygnus.com)
17238         * build-all.mk: Document all useful targets.
17239         If canonhost is sparc-sun-solaris2.3, change it to sparc-sun-solaris2.
17240         If canonhost is mips-sgi-irix4.0.5H, change it to mips-sgi-irix4.
17242 Thu Mar 31 04:55:57 1994  David J. Mackenzie  (djm@rtl.cygnus.com)
17244         * configure: Support --silent, --quiet.
17246 Wed Mar 30 21:37:38 1994  David J. Mackenzie  (djm@rtl.cygnus.com)
17248         * configure: Support --disable-FEATURE.
17250 Tue Mar 29 19:15:05 1994  Jim Kingdon  (kingdon@lioth.cygnus.com)
17252         * config.guess: Recognize NCR running SVR4.3.
17254 Mon Mar 28 14:55:15 1994  Per Bothner  (bothner@kalessin.cygnus.com)
17256         * config.guess:  Make BSDI generate i386-unknown-bsd386.
17257         Patch from Paul Eggert <eggert@twinsun.com>.
17259 Mon Mar 28 12:54:52 1994  Ian Lance Taylor  (ian@tweedledumb.cygnus.com)
17261         * configure.in (powerpc-*-aix*): Treat like rs6000-*-*.
17263 Sat Mar 26 11:25:48 1994  David J. Mackenzie  (djm@rtl.cygnus.com)
17265         * configure: Make unrecognized options give nonfatal warnings
17266         instead of fatal errors, and pass them to any subdirectory
17267         configures in case they recognize them.
17268         Make --x equivalent to --with-x.
17270 Fri Mar 25 21:52:10 1994  David J. Mackenzie  (djm@rtl.cygnus.com)
17272         * configure: Add --enable-* options.  Clean up usage message and
17273         some comments.
17275 Thu Mar 24 09:12:53 1994  Doug Evans  (dje@canuck.cygnus.com)
17277         * Makefile.in (NM_FOR_TARGET): Build tree version is now nm.new.
17279 Sun Mar 20 11:28:22 1994  Jeffrey A. Law  (law@snake.cs.utah.edu)
17281         * configure.in (hppa*-*-*): Enable binutils.
17283 Sat Mar 19 11:50:16 1994  Jim Kingdon  (kingdon@lioth.cygnus.com)
17285         * config.sub: Recognize cisco.
17287 Fri Mar 18 16:42:32 1994  Jason Merrill  (jason@deneb.cygnus.com)
17289         * Makefile.in (CXXFLAGS): Add -fexternal-templates.
17291 Tue Mar 15 11:25:55 1994  Jim Kingdon  (kingdon@lioth.cygnus.com)
17293         * config.guess: about target *-hitachi-hiuxwe2, don't print more
17294         than one configuration name.  Add comment.
17296 Sun Mar  6 23:13:38 1994  Hisashi MINAMINO  (minamino@sra.co.jp)
17298         * config.guess: about target *-hitachi-hiuxwe2, fixed
17299         machine guessing order.  [Hitachi's CPU_IS_HP_MC68K
17300         macro is incorrect.]
17302 Sun Mar 13 09:10:08 1994  Jim Kingdon  (kingdon@lioth.cygnus.com)
17304         * Makefile.in (TAGS): Just build TAGS in each subdirectory, rather
17305         than the "make ls" stuff which used to be here.
17307 Fri Mar 11 12:52:39 1994  Per Bothner  (bothner@kalessin.cygnus.com)
17309         * config.guess:  Recognize i[34]86-unknown-freebsd.
17310         From Shawn M Carey <smcarey@rodan.syr.edu>.
17312 Thu Mar  3 14:24:21 1994  Per Bothner  (bothner@kalessin.cygnus.com)
17314         * configure.in (noconfigdirs for alpha): Remove libg++ and libio.
17316 Wed Mar  2 13:28:48 1994  Jim Kingdon  (kingdon@deneb.cygnus.com)
17318         * config.guess: Check for ptx.
17320 Mon Feb 28 16:46:50 1994  Kung Hsu  (kung@mexican.cygnus.com)
17322         * config.sub: Add os9k checking.
17324 Thu Feb 24 07:09:04 1994  Jeffrey A. Law  (law@snake.cs.utah.edu)
17326         * config.guess: Handle OSF1 running on HPPA processors
17328 Fri Feb 18 14:14:00 1994  Ken Raeburn  (raeburn@rtl.cygnus.com)
17330         * configure: If subdir configure fails, print out a message with
17331         subdirectory name, in case subdir's configure code didn't identify
17332         itself.
17334 Fri Feb 18 12:50:15 1994  Doug Evans  (dje@cygnus.com)
17336         * configure.in: Remove embedded newlines from configdirs.
17337         Avoid mismatches of substrings.  Fix matching strings at end
17338         of configdirs.
17340 Fri Feb 11 15:33:33 1994  Stu Grossman  (grossman at cygnus.com)
17342         * config.guess:  Add Lynx/rs6000 config support.
17344 Tue Feb  8 13:41:09 1994  Ken Raeburn  (raeburn@rtl.cygnus.com)
17346         * configure.in (alpha-dec-osf1*, alpha*-*-*): Build gas.
17348 Mon Feb  7 15:42:36 1994  Jeffrey A. Law  (law@cygnus.com)
17350         * configure.in (hppa*-*-osf*): Treat this just like most other
17351         PA configurations (eg no binutils or ld).
17352         (hppa*-*-*elf*): These configurations have binutils and ld.
17354 Sun Feb  6 16:35:07 1994  Jeffrey A. Law  (law@snake.cs.utah.edu)
17356         * config.sub (hiux): Fix typo.  From m-kasahr@sramhc.sra.co.JP.
17358 Sat Feb  5 01:00:33 1994  Ian Lance Taylor  (ian@tweedledumb.cygnus.com)
17360         * configure.in (rs6000-*-*): Build gas.
17362 Wed Feb  2 13:57:57 1994  Jeffrey A. Law  (law@snake.cs.utah.edu)
17364         * Makefile.in:  Avoid bug in losing hpux sed.
17366 Wed Feb  2 14:53:05 1994  Jim Kingdon  (kingdon@lioth.cygnus.com)
17368         * Makefile.in, test-build.mk: Remove MUNCH_NM; it was only needed
17369         for GDB and GDB has been fixed to not need it.
17371 Sun Jan 30 17:58:06 1994  Ken Raeburn  (raeburn@cujo.cygnus.com)
17373         * config.guess: Recognize vax hosts.
17375 Fri Jan 28 15:29:38 1994  Ken Raeburn  (raeburn@cujo.cygnus.com)
17377         * configure (while loop): Don't use "break 2" inside case
17378         statement -- the case statement isn't an enclosing loop.
17380 Mon Jan 24 18:40:06 1994  Per Bothner  (bothner@kalessin.cygnus.com)
17382         * config.guess:  Clean up NeXT support, to allow nextstep
17383         on Intel machines.  Make OS be nextstep.
17385 Sun Jan 23 18:47:22 1994  Richard Kenner  (kenner@vlsi1.ultra.nyu.edu)
17387         * config.guess: Add alternate forms for Convex.
17389 Thu Jan 20 16:13:41 1994  Stu Grossman  (grossman at cygnus.com)
17391         * configure:  Completely rewrite option processing.  Take
17392         advantage of pattern-matching to avoid invoking test frequently.
17393         Also clean up host and target defaulting logic.
17395 Mon Jan 17 15:06:56 1994  Ken Raeburn  (raeburn@cujo.cygnus.com)
17397         * Makefile.in: Replace all occurrances of "rootme" with "r" and
17398         "$${rootme}" with "$$r", to increase the likelihood that the do-*
17399         commands (plus user environment) will fit SCO limits.
17401 Thu Jan  6 11:20:57 1994  Ian Lance Taylor  (ian@tweedledumb.cygnus.com)
17403         * configure.in: Don't issue warnings about directories which are
17404         not being configured if -norecursion is set.  Correct test for
17405         --with-gnu-as and --with-gnu-ld to not get confused by substring
17406         matches.
17408         * configure.in: Don't build gas for alpha-dec-osf1*.
17410 Tue Jan  4 17:10:19 1994  Stu Grossman  (grossman at cygnus.com)
17412         * configure:  Back out Per's change of 12/19/1993.  It changes the
17413         behavior of configure in unexpected and confusing ways.
17415         Also, use different delim char when calculating
17416         program_transform_name so that the name can contain slashes.
17418 Sat Jan  1 13:45:31 1994  Rob Savoye  (rob@darkstar.cygnus.com)
17420         * configure.in, config.sub: Add support for VSTa micro-kernel.
17422 Sat Dec 25 20:00:47 1993  Jeffrey A. Law  (law@snake.cs.utah.edu)
17424         * configure.in: Nuke hacks which were used to get a special
17425         version of GAS for HPPA configurations.
17427 Sun Dec 19 20:40:44 1993  Per Bothner  (bothner@kalessin.cygnus.com)
17429         * configure:  If only ${target_alias} is given, use that
17430         as the default for ${host_alias}.
17431         * configure:  Add missing back-slashes before nested quotes.
17433 Wed Dec 15 18:07:18 1993  david d `zoo' zuhn  (zoo@andros.cygnus.com)
17435         * Makefile.in (BASE_FLAGS_TO_PASS): add YACC=$(BISON)
17437 Tue Dec 14 21:25:33 1993  Per Bothner  (bothner@cygnus.com)
17439         * config.guess:  Recognize some Tektronix configurations.
17440         From Kaveh R. Ghazi <ghazi@noc.rutgers.edu>.
17442 Sat Dec 11 11:18:00 1993  Steve Chamberlain  (sac@thepub.cygnus.com)
17444         * config.sub: Match any flavor of SH.
17446 Thu Dec  2 17:16:58 1993  Ken Raeburn  (raeburn@cujo.cygnus.com)
17448         * configure.in: Don't try to configure newlib for Alpha.
17450 Thu Dec  2 14:35:54 1993  Ian Lance Taylor  (ian@tweedledumb.cygnus.com)
17452         * configure.in: Don't build ld for Irix 5.  Don't build gas,
17453         libg++ or libio for any Alpha target.
17455         * configure.in (mips*-sgi-irix5*): New target; use mh-irix5.
17457 Wed Dec  1 17:00:33 1993  Jason Merrill  (jason@deneb.cygnus.com)
17459         * Makefile.in (GZIPPROG): Renamed from GZIP, which gzip uses for
17460         default arguments -- so it tried to compress itself.
17462 Tue Nov 30 13:45:15 1993  david d `zoo' zuhn  (zoo@andros.cygnus.com)
17464         * configure.in (notsupp): ensure that a space is always at the end
17465           of the configdirs list, since the grep checks for an explicit space
17467 Tue Nov 16 15:04:27 1993  david d `zoo' zuhn  (zoo@rtl.cygnus.com)
17469         * configure.in (target i386-sysv4.2): don't build ld, since static
17470           versions of many libraries are not available.
17472 Tue Nov 16 14:28:12 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
17474         * config.guess: Recognize Apollos (using environment variables).
17475         * configure.in: Don't configure ld, binutils, or gprof for Apollo.
17477 Thu Nov 11 12:03:50 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
17479         * config.guess: Recognize Sony news mips running newsos.
17481 Wed Nov 10 16:57:00 1993  Mark Eichin  (eichin@cygnus.com)
17483         * Makefile.in (all-cygnus, build-cygnus): "fi else" needs to be
17484         "fi ; else" for bash.
17486 Tue Nov  9 15:54:01 1993  Mark Eichin  (eichin@cygnus.com)
17488         * Makefile.in (BASE_FLAGS_TO_PASS): pass SHELL.
17490 Fri Nov  5 08:07:27 1993  D. V. Henkel-Wallace  (gumby@blues.cygnus.com)
17492         * config.sub: accept unixware as an alias for svr4.2.
17493         Fix some inconsistancies with the gcc version.
17495 Fri Nov  5 15:14:12 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
17497         * Makefile.in (DISTDOCDIRS):  Add gdb.
17499 Fri Nov  5 11:59:42 1993  Per Bothner  (bothner@kalessin.cygnus.com)
17501         * Makefile.in (DISTDOCDIRS):  Add libg++ and libio.
17503 Fri Nov  5 10:35:05 1993  Ken Raeburn  (raeburn@rover.cygnus.com)
17505         * Makefile.in (taz): Only build "info" in DISTDOCDIRS.
17506         (DISTDOCDIRS): Don't assume libg++ and gdb folks necessarily want
17507         this now.
17509 Thu Nov  4 18:58:23 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
17511         * config.sub: Accept hiux* as an OS name.
17513         * Makefile.in: Change RUNTEST_FLAGS back to RUNTESTFLAGS per
17514         etc/make-stds.texi.  The underscore came from gcc, and dje now
17515         agrees that RUNTESTFLAGS is the correct name.
17517 Thu Nov  4 10:49:01 1993  Per Bothner  (bothner@kalessin.cygnus.com)
17519         * install.sh:  Remove 'set -e'.  It makes any conditionals
17520         in the script useless.
17522         * config.guess: Automatically recognize arm-acorn-riscix
17523         Patch from Richard Earnshaw (rwe11@cl.cam.ac.uk).
17525 Thu Nov 04 08:08:04 1993  Jeffrey Wheat  (cassidy@cygnus.com)
17527         * Makefile.in: Change RUNTESTFLAGS to RUNTEST_FLAGS
17529 Wed Nov  3 22:09:46 1993  Ken Raeburn  (raeburn@rtl.cygnus.com)
17531         * Makefile.in (DISTDOCDIRS): New variable.
17532         (taz): Edit local Makefile.in sooner, instead of proto-toplev
17533         Makefile.in later.  Build "info" and "dvi" in DISTDOCDIRS.
17535 Wed Nov  3 21:31:52 1993  david d `zoo' zuhn  (zoo@rtl.cygnus.com)
17537         * configure.in (hppa target): check the source directory for the
17538           pagas sub-directory
17540 Wed Nov  3 11:12:22 1993  Doug Evans  (dje@canuck.cygnus.com)
17542         * config.sub: Allow -aout* and -elf*.
17544 Wed Nov  3 11:08:33 1993  Ken Raeburn  (raeburn@rtl.cygnus.com)
17546         * configure.in: Don't build ld on i386-solaris2, same as for
17547         sparc-solaris2.
17549 Tue Nov  2 14:21:25 1993  Per Bothner  (bothner@kalessin.cygnus.com)
17551         * Makefile.in (taz): Add texinfo/lgpl.texinfo (for libg++).
17553 Tue Nov  2 13:38:30 1993  Peter Schauer  (pes@regent.e-technik.tu-muenchen.de)
17555         * configure.in:  Configure gdb for alpha.
17557 Mon Nov  1 10:42:54 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
17559         * Makefile.in (CXXFLAGS): Add -O.
17561 Wed Oct 27 10:45:06 1993  david d `zoo' zuhn  (zoo@rtl.cygnus.com)
17563         * config.guess: added support for DG Aviion
17565 Tue Oct 26 14:37:37 1993  Ken Raeburn  (raeburn@rover.cygnus.com)
17567         * configure.in: Produce warning message for subdirectories not
17568         configurable for this host/target combination.  Don't try to
17569         configure gdb for vms.
17571 Mon Oct 25 11:22:15 1993  Ken Raeburn  (raeburn@rover.cygnus.com)
17573         * Makefile.in (taz): Replace "byacc" with "bison -y" in the
17574         appropriate files before making "diststuff".
17575         (DISTBISONFILES): New var: list of files to be edited.
17576         (DISTSTUFFDIRS): Add binutils.
17578 Fri Oct 22 20:32:15 1993  david d `zoo' zuhn  (zoo@rtl.cygnus.com)
17580         * config.sub: also handle mipsel and mips64el (for little endian mips)
17582 Fri Oct 22 07:59:20 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
17584         * configure.in: Add * to end of all OS names.
17586 Thu Oct 21 11:38:28 1993  Stan Shebs  (shebs@rtl.cygnus.com)
17588         * configure.in: Build newlib for LynxOS native.
17590 Wed Oct 20 09:56:12 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
17592         * config.guess: Add support for delta 88k running SVR3.
17594         * configure.in: Add comment about HP compiler vs. emacs.
17596 Tue Oct 19 16:02:22 1993  david d `zoo' zuhn  (zoo@rtl.cygnus.com)
17598         * configure.in: don't build ld on solaris2 (not a viable option
17599           due to bugs in getpwnam & getpwuid)
17601 Tue Oct 19 15:13:56 1993  Ken Raeburn  (raeburn@rtl.cygnus.com)
17603         * configure.in: Accept alpha-dec-osf1*, not just -osf1, since
17604         config.guess will produce a full version number.
17606 Tue Oct 19 15:58:01 1993  Ian Lance Taylor  (ian@tweedledumb.cygnus.com)
17608         * configure.in: Build linker and binutils for alpha-dec-osf1.
17610 Tue Oct 19 11:41:55 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
17612         * Makefile.in: Remove -O from CXXFLAGS for consistency with CFLAGS,
17613         and gdb/testsuite/Makefile.in.
17615 Sat Oct  9 18:39:07 1993  david d `zoo' zuhn  (zoo@rtl.cygnus.com)
17617         * configure.in: recognize mips*- instead of mips-
17619 Fri Oct  8 14:15:39 1993  Ken Raeburn  (raeburn@cygnus.com)
17621         * config.sub: Accept linux*coff and linux*elf as operating
17622         systems.
17624 Thu Oct  7 12:57:19 1993  Ian Lance Taylor  (ian@tweedledumb.cygnus.com)
17626         * config.sub: Recognize mips64, and mips3 as an alias for it.
17628 Wed Oct  6 13:54:21 1993  Peter Schauer  (pes@regent.e-technik.tu-muenchen.de)
17630         * configure.in: Remove alpha-dec-osf*, no longer necessary now that
17631         gdb knows how to handle OSF/1 shared libraries.
17633 Tue Oct  5 11:55:04 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
17635         * configure.in: Recognize hppa*-*-hiux* (currently synonym for hpux).
17636         * config.guess: Recognize Hitachi's HIUX.
17637         * config.sub: Recognize h3050r* and hppahitachi.
17638         Remove redundant cases for hp9k[23]*.
17640 Mon Oct  4 16:15:09 1993  david d `zoo' zuhn  (zoo@rtl.cygnus.com)
17642         * configure.in: default to '--with-gnu-as' and '--with-gnu-ld'
17643         if gas and ld are in the source tree and are in ${configdirs}.
17644         If ${use_gnu_as} or ${use_gnu_ld} are 'no', then don't set the
17645         --with options (but still pass them down on the command line,
17646         if they were explicitly specified).
17648 Fri Sep 24 19:11:13 1993  david d `zoo' zuhn  (zoo@rtl.cygnus.com)
17650         * configure: substitute SHELL value in Makefile.in with
17651         ${CONFIG_SHELL}
17653 Thu Sep 23 18:05:13 1993  Ian Lance Taylor  (ian@tweedledumb.cygnus.com)
17655         * configure.in: Build gas, ld, and binutils for *-*-sysv4* and
17656         *-*-solaris2* targets.
17658 Sun Sep 19 17:01:41 1993  david d `zoo' zuhn  (zoo@rtl.cygnus.com)
17660         * Makefile.in: define M4, and pass it down to sub-makes;
17661         all-autoconf now depends on all-m4
17663 Sat Sep 18 00:38:23 1993  david d `zoo' zuhn  (zoo@rtl.cygnus.com)
17665         * Makefile.in ({AR,RANLIB}_FOR_TARGET): make contingent on
17666         presence of {ar,ranlib} instead of a configured directory
17668 Wed Sep 15 08:41:44 1993  Jim Kingdon  (kingdon@cirdan.cygnus.com)
17670         * config.guess: Accept 34?? as well as 33?? for NCR.
17672 Mon Sep 13 12:28:43 1993  david d `zoo' zuhn  (zoo@rtl.cygnus.com)
17674         * configure.in: grab mt-hppa for HPPA targets; use 'gas ' instead
17675         of 'gas' in sed commands, since 'gash' is now in the tree as well.
17677 Fri Sep 10 11:23:52 1993  david d `zoo' zuhn  (zoo@rtl.cygnus.com)
17679         * configure: grab values for $(CC) and $(CXX) from the
17680         environment, so that someone can do "CC=gcc configure; make" and
17681         have it work right (matching the way that autoconf works now)
17683         * configure.in, Makefile.in: add support for gash, the tcl
17684         interface to Galaxy
17686         * config.guess: add NetBSD variants (hp300, x86)
17688 Thu Sep  9 16:48:52 1993  Jason Merrill  (jason@deneb.cygnus.com)
17690         * install.sh: Support -d option (in the manner of SunOS 4 install,
17691         as it is more deterministic than that of GNU install)
17692         (chmodcmd): Set file to mode 755 by default (should also do default
17693         chgrp and chown, but I don't feel like dealing with that now)
17695 Tue Sep  7 11:59:39 1993  Doug Evans  (dje@canuck.cygnus.com)
17697         * config.sub: Remove h8300hhms alias.
17699 Tue Aug 31 11:00:09 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
17701         * configure.in: Match *-*-solaris2* not *-sun-solaris2*.
17703 Mon Aug 30 18:29:10 1993  david d `zoo' zuhn  (zoo@rtl.cygnus.com)
17705         * Makefile.in (gcc-no-fixedincludes): touch stmp-fixproto as well
17706         as stmp-fixinc
17708 Wed Aug 25 16:35:59 1993  K. Richard Pixley  (rich@sendai.cygnus.com)
17710         * config.sub: recognize m88110-bug-coff.
17712 Tue Aug 24 10:23:24 1993  david d `zoo' zuhn  (zoo@rtl.cygnus.com)
17714         * Makefile.in (all-libio): all dependencies on the toolchain used
17715         to build this (gcc, gas, ld, etc)
17717 Fri Aug 20 17:24:24 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
17719         * config.guess: Deal with OSF/1 1.3 on alpha.
17721 Thu Aug 19 11:43:04 1993  david d `zoo' zuhn  (zoo@rtl.cygnus.com)
17723         * install.sh: add some 'else true' clauses for portability
17725         * configure.in: don't build libio for h8[35]00-*-* targets
17727 Tue Aug 17 19:02:31 1993  Per Bothner  (bothner@kalessin.cygnus.com)
17729         * Makefile.in:  Add support for new libio.
17731 Sun Aug 15 20:48:55 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
17733         * install.sh: If one command fails, don't try the rest.  Don't try
17734         to remove $dsttmp (via trap) unless we have already created it.
17735         If $src doesn't exist, detect it and exit with an error.
17737         * config.guess: Recognize BSD on hp300.
17739 Wed Aug 11 18:35:13 1993  Per Bothner  (bothner@kalessin.cygnus.com)
17741         * config.guess:  Map (9000/[34]??:HP-UX:*:*) to m68k-hp-hpux.
17742         Bug report from "Hamish (H.I.) Macdonald" <hamish@bnr.ca>.
17744 Wed Aug 11 15:37:51 1993  Jason Merrill  (jason@deneb.cygnus.com)
17746         * Makefile.in (all-send-pr): depends on all-prms
17748 Wed Aug 11 16:56:03 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
17750         * config.guess: Fix typo (9000/8??:4.3bsd -> 9000/7??:4.3bsd).
17752 Fri Aug  6 14:45:02 1993  Ian Lance Taylor  (ian@tweedledumb.cygnus.com)
17754         * config.guess: From michael@mercury.cs.mun.ca (Michael Rendell):
17755         Added test for mips-mips-riscos5.
17757 Thu Aug  5 15:45:08 1993  david d `zoo' zuhn  (zoo@rtl.cygnus.com)
17759         * configure.in: use mh-hp300 for 68k HP hosts
17761 Mon Aug  2 11:56:53 1993  david d `zoo' zuhn  (zoo@rtl.cygnus.com)
17763         * configure: add support for CONFIG_SHELL, so that you can use
17764         some alternate shell for evaluating configure scripts
17766 Sun Aug  1 11:36:27 1993  Fred Fish  (fnf@deneb.cygnus.com)
17768         * Makefile.in (make-gdb.tar.gz):  Sed bug reporting address
17769         in configure script to bug-gdb@prep.ai.mit.edu when building
17770         distribution archive.
17771         * Makefile.in (COMPRESS):  Remove def.
17772         * Makefile.in (gdb.tar.gz, make-gdb.tar.gz):  Renamed from
17773         gdb.tar.Z and make-gdb.tar.Z respectively.
17774         * Makefile.in (make-gdb.tar.gz):  Now only build gzip'd archive.
17775         * Makefile.in (make-gdb.tar.gz):  Minor changes to move closer
17776         to convergence with 'taz' target in Makefile.in.
17778 Fri Jul 30 12:34:57 1993  david d `zoo' zuhn  (zoo@rtl.cygnus.com)
17780         * install.sh (dsttmp): use trap to ensure that tmp files go
17781         away on error conditions
17783 Wed Jul 28 11:57:36 1993  david d `zoo' zuhn  (zoo@rtl.cygnus.com)
17785         * Makefile.in (BASE_FLAGS_TO_PASS): remove LOADLIBES
17787 Tue Jul 27 12:43:40 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
17789         * Makefile.in (install-dirs): Deal with a prefix like /gnu;
17790         its parent is '/' not ''.
17792         * Makefile.in (DEVO_SUPPORT): Add comments about ChangeLog.
17794 Fri Jul 23 09:53:37 1993  Jason Merrill  (jason@wahini.cygnus.com)
17796         * configure: if ${newsrcdir}/configure doesn't exist, don't assume
17797         that ${newsrcdir}/configure.in does.
17799 Tue Jul 20 11:28:50 1993  david d `zoo' zuhn  (zoo@rtl.cygnus.com)
17801         * test-build.mk: support for CONFIG_SHELL
17803 Mon Jul 19 21:54:46 1993  Fred Fish  (fnf@deneb.cygnus.com)
17805         * config.sub (netware):  Add as a basic system type.
17807 Wed Jul 14 12:03:11 1993  K. Richard Pixley  (rich@sendai.cygnus.com)
17809         * Makefile.in (Makefile): depend on configure.in.  Also drop the
17810           $(srcdir)/ from the dependency on Makefile.in.
17812 Tue Jul 13 20:10:58 1993  Doug Evans  (dje@canuck.cygnus.com)
17814         * config.sub: Recognize h8300hhms as h8300h-hitachi-hms.
17815         (h8300hhms is temporary until multi-libraries are implemented).
17816         * configure.in: Handle h8300h too.
17818 Sun Jul 11 17:35:27 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
17820         * config.guess: Recognize dpx/2 as m68k-bull-sysv3.
17822 Thu Jul  8 18:26:12 1993  John Gilmore  (gnu@cygnus.com)
17824         * configure:  Remove extraneous output when guessing host type.
17825         * config.guess:  Remove extraneous output when guessing using C
17826         compiler rather than uname, or when guessing fails.
17828 Wed Jul  7 17:58:14 1993  david d `zoo' zuhn  (zoo at rtl.cygnus.com)
17830         * Makefile.in: remove all.cross and install.cross targets
17832         * configure: remove CROSS=-DCROSS_COMPILE and ALL=all.cross
17833           definitions
17835 Tue Jul  6 10:39:44 1993  Steve Chamberlain  (sac@phydeaux.cygnus.com)
17837         * configure.in (target sh): Build gprof.
17839 Thu Jul  1 16:52:56 1993  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
17841         * config.sub: change -solaris to -solaris2
17843 Thu Jul  1 15:46:16 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
17845         * configure.in: Use config/mh-riscos for mips-*-sysv*.
17847 Wed Jun 30 09:31:58 1993  Ian Lance Taylor  (ian@cygnus.com)
17849         * configure: Correct error message for missing Makefile.in to
17850         print correct directory.
17852 Tue Jun 29 13:52:16 1993  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
17854         * install.sh: kludge around 386BSD shell bug
17856 Tue Jun 29 13:06:49 1993  Per Bothner  (bothner@rtl.cygnus.com)
17858         * config.guess:  Recognize NeXT.
17859         * config.guess:  Recognize i486-ncr-sysv4.
17860         * Makefile.in (taz):  rm $(TOOL)-$$VER before linking.
17862 Tue Jun 29 12:50:57 1993  Ian Lance Taylor  (ian@cygnus.com)
17864         * Makefile.in (MAKEINFOFLAGS): New variable.
17865         (FLAGS_TO_PASS): Pass MAKEINFO as MAKEINFO MAKEINFOFLAGS.
17866         * build-all.mk, test-build.mk: Pass down --no-split as
17867         MAKEINFOFLAGS when hosted on DOS.  Compile DOS hosted without -g.
17869 Thu Jun 24 13:39:11 1993  Per Bothner  (bothner@rtl.cygnus.com)
17871         * Makefile.in (DEVO_SUPPORT):  Add COPYING COPYING.LIB install.sh.
17873 Wed Jun 23 12:59:21 1993  Per Bothner  (bothner@rtl.cygnus.com)
17875         * Makefile.in (libg++.tar.z):  New rule.
17876         * Makefile.in (taz):  Replace 'configure -rm' by 'make distclean'.
17877         * Makefile.in (taz):  Only do a single chmod.
17879 Fri Jun 18 12:03:10 1993  david d `zoo' zuhn  (zoo at majipoor.cygnus.com)
17881         * install.sh: don't use dirname anymore (replaced with sed usage)
17883 Thu Jun 17 18:43:42 1993  Fred Fish  (fnf@cygnus.com)
17885         * Makefile.in:  Change extension for gzip'd files from '.z' to
17886         '.gz' per new FSF standard usage.
17888 Thu Jun 17 16:58:50 1993  david d `zoo' zuhn  (zoo at majipoor.cygnus.com)
17890         * configure: put quotes around the final value of program_transform_name
17892 Tue Jun 15 16:48:51 1993  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
17894         * Makefile.in: new install.sh support; update install-info rules
17896 Wed Jun  9 12:31:34 1993  Ian Lance Taylor  (ian@cygnus.com)
17898         * configure.in: Build diff for crosses, but not for go32 host.
17900         * configure.in: Build gprof only for native, and don't build it
17901         for mips-*-*, rs6000-*-*, or i[34]86-*-sco*.
17903 Mon Jun  7 13:12:11 1993  david d `zoo' zuhn  (zoo at deneb.cygnus.com)
17905         * configure.in: don't build gas,ld,binutils on for *-*-sysv4
17907 Mon Jun  7 11:40:11 1993  Brendan Kehoe  (brendan@lisa.cygnus.com)
17909         * configure.in (host_tools): Add prms.
17911 Fri Jun  4 13:30:42 1993  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
17913         * Makefile.in: install gcc, do installation of $(INSTALL_MODULES)
17914         with $(FLAGS_TO_PASS) on the command line
17916         * config.sub: Recognize lynx and lynxos
17918 Fri Jun  4 10:59:56 1993  Ian Lance Taylor  (ian@cygnus.com)
17920         * config.sub: Accept -ecoff*, not just -ecoff.
17922 Thu Jun  3 17:38:54 1993  Ken Raeburn  (raeburn@cambridge.cygnus.com)
17924         * Makefile.in (taz): Use .gz suffix instead of .z.
17925         (binutils.tar.gz, gas+binutils.tar.gz, gas.tar.gz): Fixed target
17926         names.
17928 Thu Jun  3 00:27:06 1993  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
17930         * Makefile.in (vault-install): add an 'else true' (for Ultrix)
17932 Wed Jun  2 18:19:16 1993  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
17934         * Makefile.in (install-no-fixedincludes):  install gcc last, so
17935         that rebuilds that might happen during 'make install' don't get
17936         bogus gcc include files
17938 Wed Jun  2 16:14:10 1993  Ken Raeburn  (raeburn@cambridge.cygnus.com)
17940         Change from Utah for HPPA support:
17941         * config.guess: Recognize hppa1.x-hp-bsd.
17943 Wed Jun  2 11:53:33 1993  Per Bothner  (bothner@rtl.cygnus.com)
17945         * config.guess:  Add support for Motorola Delta 68k, up to r3v7.
17946         Patch from pot@fly.cnuce.cnr.it (Francesco Potorti`).
17948 Tue Jun  1 17:48:42 1993  Rob Savoye  (rob at darkstar.cygnus.com)
17950         * config.sub: Add support for rom68k and bug boot monitors.
17952 Mon May 31 09:36:37 1993  Jim Kingdon  (kingdon@cygnus.com)
17954         * Makefile.in: Make all-opcodes depend on all-bfd.
17956 Thu May 27 08:05:31 1993  Ian Lance Taylor  (ian@cygnus.com)
17958         * config.guess: Added special check for i[34]86-univel-sysv4*.
17960 Wed May 26 16:33:40 1993  Ian Lance Taylor  (ian@cygnus.com)
17962         * config.guess: For i[34]86-unknown-sysv4 use UNAME_MACHINE for
17963         the processor rather than assuming i486.
17965 Wed May 26 09:40:18 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
17967         * config.guess: Recognize SunOS6 as Solaris3.
17969 Tue May 25 23:03:11 1993  Per Bothner  (bothner@cygnus.com)
17971         * config.guess:  Fix typo.  Avoid #elif (not in K&R 1).
17972         Recognize SunOS 5.* only (and not [6-9].*) as being Solaris2.
17974 Tue May 25 12:44:18 1993  Ian Lance Taylor  (ian@cygnus.com)
17976         * build-all.mk (all-cross): New target for Canadian Cross.
17977         Added Q2 go32 targets.
17978         * test-build.mk: Configure go32 cross sparclite-aout and
17979         mips-idt-ecoff -with-gnu-ld.  Moved build binary directory from
17980         PARTIAL_HOLE_DIRS to BUILD_HOLES_DIRS.
17982 Mon May 24 15:30:06 1993  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
17984         * configure.in: fix Alpha GDB typo; also, don't build DejaGnu for
17985         GO32 hosted toolchains
17987 Mon May 24 14:18:41 1993  Rob Savoye  (rob at darkstar.cygnus.com)
17989         * configure: change  so "-exec-prefix" gets passed down rather
17990         than "-exec_prefix" so autoconf generated Makefiles get the
17991         exec_prefix set right.
17993 Fri May 21 10:42:25 1993  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
17995         * config.guess: get the Solaris2 minor version number
17997         * Makefile.in: add standards.texi and make-stds.texi to ETC_SUPPORT
17999 Fri May 21 06:20:52 1993  Brendan Kehoe  (brendan@lisa.cygnus.com)
18001         * config.guess: Recognize some Sequent platforms.
18003 Thu May 20 14:33:48 1993  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
18005         * Makefile.in: added the vault-install target
18007         * configure.in: actually use the Sun3 makefile fragment that's in
18008         config, also added the release dir to configdirs
18010 Thu May 20 14:19:18 1993  Ken Raeburn  (raeburn@cambridge.cygnus.com)
18012         * Makefile.in (taz): Fix modes on stuff in $(TOOL) dir also.
18014 Tue May 18 20:26:41 1993  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
18016         * configure.in: remove some program from Alpha targetted toolchains
18018 Tue May 18 15:23:19 1993  Ken Raeburn  (raeburn@cygnus.com)
18020         * Makefile.in (DISTSTUFFDIRS): Renamed from PROTODIRS.  Add ld and
18021         gprof.
18022         (taz): Run "make diststuff" in those directories instead of "make
18023         proto-dir".  Look for "VERSION=" only at start of line in subdir
18024         Makefile.  Use "gzip -9" for compression.
18025         (TEXINFO_SUPPORT, DIST_SUPPORT, BINUTILS_SUPPORT_DIRS): New vars.
18026         (binutils.tar.z): New target.
18028 Mon May 17 17:01:15 1993  Ken Raeburn  (raeburn@deneb.cygnus.com)
18030         * Makefile.in (taz): Include gpl.texinfo.
18032 Fri May 14 06:48:38 1993  Ken Raeburn  (raeburn@deneb.cygnus.com)
18034         * Makefile.in (setup-dirs): Merged into "taz" target.
18035         (taz): Only do `proto-dir' stuff if a directory is actually needed
18036         for this target.
18038 Wed May 12 13:09:44 1993  Ian Lance Taylor  (ian@cygnus.com)
18040         * Makefile.in (MUNCH_NM): New variable, defined to be $(NM).
18041         (FLAGS_TO_PASS): Pass down MUNCH_NM.
18042         (HOST_CC, HOST_PREFIX, HOST_PREFIX_1): New variables.
18043         (EXTRA_GCC_FLAGS): Pass down HOST_* variables.
18044         (gcc-no-fixedincludes): Correct for current gcc Makefile.
18046 Tue May 11 10:14:25 1993  Fred Fish  (fnf@cygnus.com)
18048         * Makefile.in (make-gdb.tar.Z):  Add configure, config.guess,
18049         config.sub, and move-if-change to gdb testsuite distribution
18050         archive, so the testsuite can be extracted, configured, and
18051         run separately from the gdb distribution.  Blow away the Chill
18052         tests that require a Chill compiled executable, since GNU Chill
18053         is not yet publically available.
18055 Mon May 10 17:22:26 1993  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
18057         * test-build.mk: set environment variables in a single command,
18058         instead of a list of assignments and exports
18060         * config.guess: recognize Alpha/OSF1 systems
18062 Mon May 10 14:55:51 1993  K. Richard Pixley  (rich@rtl.cygnus.com)
18064         * configure: Change help message to prefer --options rather than
18065           -options.
18067 Mon May 10 05:58:35 1993  Ken Raeburn  (raeburn@kr-pc.cygnus.com)
18069         * config.sub: Convergent Tech. "miniframe" uses m68010, sez
18070         zippy@ecst.csuchico.edu.
18071         * config.guess: Recognize miniframe.
18073 Sun May  9 17:47:57 1993  Rob Savoye  (rob at darkstar.cygnus.com)
18075         * Makefile.in: Use srcroot to find runtest rather than rootme.
18076         Pass RUNTESTFLAGS and EXPECT down in BASE_FLAGS_TO_PASS.
18078 Fri May  7 14:55:59 1993  Ian Lance Taylor  (ian@cygnus.com)
18080         * test-build.mk: Extensive additions to support building on a
18081         machine other than the host.
18083 Wed May  5 08:35:04 1993  Ken Raeburn  (raeburn@deneb.cygnus.com)
18085         * configure (tooldir): Fix for i386-aix again.
18087 Mon May  3 19:00:27 1993  Per Bothner  (bothner@cygnus.com)
18089         * configure, Makefile.in:  Change definition of $(tooldir)
18090         to match the FSF.
18092 Fri Apr 30 15:55:21 1993  Fred Fish  (fnf@cygnus.com)
18094         * config.guess:  Recognize i[34]86/SVR4.
18096 Fri Apr 30 15:52:46 1993  Steve Chamberlain  (sac@thepub.cygnus.com)
18098         * Makefile.in (all-gdb): gdb depends on sim.
18100 Thu Apr 29 23:30:48 1993  Fred Fish  (fnf@cygnus.com)
18102         * Makefile.in (gdb.tar.Z):  Make prototype gdb testsuite directory
18103         at the same time we make the prototype gdb directory.
18104         * Makefile.in (make-gdb.tar.Z):  Make the testsuite distribution
18105         files at the same time as the gdb base release distribution.
18107 Thu Apr 29 12:50:37 1993  Ian Lance Taylor  (ian@cygnus.com)
18109         * Makefile.in (check): Use individual check targets rather than
18110         DO_X rule.
18111         (check-gcc): Added.
18113 Thu Apr 29 09:50:07 1993  Jim Kingdon  (kingdon@cygnus.com)
18115         * config.sub: Use sysv3.2 not sysv32 for canonical OS
18116         for System V release 3.2.
18118 Thu Apr 29 10:33:22 1993  Ken Raeburn  (raeburn@cambridge.cygnus.com)
18120         * config.sub: Recognize hppaosf.
18121         * configure.in: Do configure ld/binutils/gas for it.
18123 Tue Apr 27 06:25:34 1993  Ken Raeburn  (raeburn@kr-pc.cygnus.com)
18125         * configure (tooldir): Alter syntax used to set this, for systems
18126         where "\$" isn't handled right, like i386-aix.
18128 Thu Apr 22 08:17:35 1993  Ian Lance Taylor  (ian@cygnus.com)
18130         * configure: Pass program-transform-name, not
18131         program_transform_name, to recursive configures.
18133 Thu Apr 22 02:58:21 1993  Ken Raeburn  (raeburn@cygnus.com)
18135         * Makefile.in (gas+binutils.tar.z): New rule for building snapshots
18136         of gas+ld+binutils.
18138 Mon Apr 19 17:41:30 1993  Per Bothner  (bothner@cygnus.com)
18140         * config.guess:  Recognize AIX3.2 as distinct from 3.1.
18142 Sat Apr 17 17:19:50 1993  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
18144         * configure.in: rename m88k-motorola-m88kbcs to m88k-motorola-sysv
18146 Tue Apr 13 16:52:16 1993  Brendan Kehoe  (brendan@lisa.cygnus.com)
18148         * Makefile.in (PRMS): Set back to all-prms.
18150 Sat Apr 10 12:04:07 1993  Ian Lance Taylor  (ian@cygnus.com)
18152         * test-build.mk: Pass -with-gnu-as for known MIPS native and MIPS
18153         targets, rather than for MIPS hosts.
18155 Fri Apr  9 13:51:06 1993  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
18157         * configure.in: add comment for --with-x default values
18159         * config.guess: handle Motorola Delta88 box for SVR3 and SVR4.
18161         * Makefile.in: add check-* targets for each of the directories in
18162         the tree.  Add a definition of RUNTEST that will use the one we
18163         just built, if it exists.  Pass this down via FLAGS_TO_PASS.
18165 Thu Apr  8 09:21:30 1993  Ian Lance Taylor  (ian@cygnus.com)
18167         * configure.in: Removed obsolete references to bfd_target and
18168         target_makefile_frag.
18170         * build-all.mk: Set assorted targets for Q2.
18171         * config.sub: Recognize z8k-sim and h8300-hms.
18172         * test-build.mk: Really don't pass host to configure.
18173         (HOLES): Added uname.
18175 Wed Apr  7 15:48:19 1993  Ian Lance Taylor  (ian@cygnus.com)
18177         * configure: Handle an empty program-prefix, program-suffix or
18178         program-transform-name correctly.
18180 Tue Apr  6 13:48:41 1993  Ian Lance Taylor  (ian@cygnus.com)
18182         * build-all.mk: -G 8 no longer required for MIPS targets.
18183         * test-build.mk: Don't pass host argument to configure; make it
18184         guess.
18186 Tue Apr  6 10:36:53 1993  Fred Fish  (fnf@cygnus.com)
18188         * Makefile.in (gdb.tar.Z):  Fix for building gzip'd distribution.
18189         * Makefile.in (COMPRESS):  New macro, like GZIP.
18191 Fri Apr  2 09:02:31 1993  Ian Lance Taylor  (ian@cygnus.com)
18193         * test-build.mk: Use -with-gnu-as for mips-sgi-irix4 as well.
18195         * build-all.mk: Set GCC to gcc -O -G 8 for MIPS targets, since gcc
18196         with gas currently defaults to -G 0.
18198 Thu Apr  1 08:25:42 1993  Ian Lance Taylor  (ian@cygnus.com)
18200         * Makefile.in (all-flex): flex depends on byacc.
18202         * build-all.mk: If host not specified, use config.guess.  Pass TAG
18203         to test-build.mk as RELEASE_TAG.
18204         * test-build.mk (configargs): New variable containing arguments to
18205         pass to configure.  Set to -with-gnu-as on mips-dec-ultrix.
18206         (FLAGS_TO_PASS): Pass down RELEASE_TAG.
18208         * config.guess: Use /bin/uname when checking -X argument on SCO,
18209         to avoid invoking GNU uname which doesn't understand -X.
18211         * test-build.mk: Don't use /usr/unsupported/bin/as on AIX.
18213         * configure.in: Build gas for mips-*-*.
18215 Wed Mar 31 21:20:58 1993  K. Richard Pixley  (rich@rtl.cygnus.com)
18217         * Makefile.in (all.normal): insert missing backslash.
18219 Wed Mar 31 12:31:56 1993  Ian Lance Taylor  (ian@cygnus.com)
18221         * build-all.mk: Bump -XNh value to 1500 to match gcc requirements.
18223         * Makefile.in: Complete overhaul to merge many almost identical
18224         targets.
18226 Tue Mar 30 20:17:01 1993  Ken Raeburn  (raeburn@cambridge.cygnus.com)
18228         * Makefile.in (setup-dirs-gdb): Renamed from setup-dirs.
18229         (gdb.tar.Z): Adjusted.
18231         * Makefile.in (setup-dirs, taz): New targets; should be general
18232         enough to adapt for gdb sometime.  Build only .z file.
18233         (gas.tar.z): New target.
18235 Tue Mar 30 10:03:09 1993  Ian Lance Taylor  (ian@cygnus.com)
18237         * build-all.mk: Use CC=cc -Xs on Solaris.
18239 Thu Mar 25 15:14:30 1993  Fred Fish  (fnf@cygnus.com)
18241         * Makefile.in:  Incorporate changes suggested by wilson@cygnus.com
18242         for handling BISON for FSF releases.
18244 Thu Mar 25 06:19:48 1993  Ken Raeburn  (raeburn@kr-pc.cygnus.com)
18246         * configure: Actually implement the change zoo just documented.
18248 Wed Mar 24 13:02:44 1993  david d `zoo' zuhn  (zoo at poseidon.cygnus.com)
18250         * configure: when using config.guess, only set target_alias when
18251         it's not already been set (ie, on the command line)
18253 Mon Mar 22 23:07:39 1993  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
18255         * Makefile.in: add installcheck target, set PRMS to install-prms
18257 Sun Mar 21 16:46:12 1993  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
18259         * configure: add support for package_makefile_fragment, handle the
18260         case where a directory has a configure.in file but no Makefile.in
18261         more gracefully (with an actual understandable error message, even);
18262         add support for --without (and add this to the usage message); also
18263         explicitly add a --host=${host_alias} to the command line when
18264         config.guess is used
18266 Sun Mar 21 12:11:58 1993  Jim Wilson  (wilson@sphagnum.cygnus.com)
18268         * configure: Must use both --host and --target in recursive calls.
18270 Thu Mar 18 12:31:35 1993  Ian Lance Taylor  (ian@cygnus.com)
18272         * Makefile.in: Change deja-gnu to dejagnu.
18274 Mon Mar 15 15:44:35 1993  Ian Lance Taylor  (ian@cygnus.com)
18276         * configure.in (h8300-*-*, h8500-*-*): Don't build libg++.
18278 Fri Mar 12 18:30:14 1993  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
18280         * configure.in: canonicalize all instances to *-*-solaris2*,
18281         also strip out a number of tools to not build for go32 host
18283 Wed Mar 10 12:08:27 1993  K. Richard Pixley  (rich@rtl.cygnus.com)
18285         * config.guess: add GPL.
18287         * Makefile.in, config.guess, config.sub, configure: bump
18288           copyrights to 93.
18290 Wed Mar 10 07:12:48 1993  Ian Lance Taylor  (ian@cygnus.com)
18292         * Makefile.in (do-info): Removed obsolete check for existence of
18293         localenv file.
18295         * Makefile.in (MAKEOVERRIDES): Define to be empty.
18297 Wed Mar 10 03:11:56 1993  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
18299         * Makefile.in: a couple of 'else true' for decstation,
18300         support for TclX
18302         * configure.in: configure tclX too; don't remove Tk on RS/6000 anymore
18304 Tue Mar  9 16:06:12 1993  K. Richard Pixley  (rich@cygnus.com)
18306         * Makefile.in (setup-dirs): change invocation of make to $(MAKE).
18308 Mon Mar  8 14:52:11 1993  Ken Raeburn  (raeburn@cambridge)
18310         * config.guess: Recognize i386-ibm-aix (PS/2).
18311         * configure.in: Use config/mh-aix386 file for it.
18313 Mon Mar  8 11:12:43 1993  Ian Lance Taylor  (ian@cygnus.com)
18315         * Makefile.in (GCC_FOR_TARGET): Eliminated definition; use
18316         CC_FOR_TARGET instead.
18317         (BASE_FLAGS_TO_PASS): Pass GCC_FOR_TARGET=$(CC_FOR_TARGET).
18319 Wed Mar  3 16:00:28 1993  Steve Chamberlain  (sac@ok.cygnus.com)
18321         * Makefile.in: Add sim to list of directories sent with gdb
18323 Wed Mar  3 11:42:39 1993  Ken Raeburn  (raeburn@cygnus.com)
18325         * configure.in: Put back mips-dec-bsd* case.
18327 Tue Mar  2 21:15:58 1993  Fred Fish  (fnf@cygnus.com)
18329         (Ultrix 2.2 support from Michael Rendell <michael@mercury.cs.mun.ca>)
18330         * configure.in (vax-*-ultrix2*):  Add Ultrix 2.2 triplet.
18331         * config.guess:  Change 'VAX*:ULTRIX:*:*' to 'VAX*:ULTRIX*:*:*'.
18333 Tue Mar  2 18:11:03 1993  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
18335         * configure.in: remove no-op mips-dec-bsd* in "case $target"
18337         * Makefile.in (dir.info): only run gen-info-dir if it exists,
18338         (install-info): install dir.info only if it exists,
18339         (all-expect, install-expect): pass along X11_FLAGS_TO_PASS
18341 Tue Mar  2 09:01:30 1993  Ken Raeburn  (raeburn@cygnus.com)
18343         * configure.in: For vms target, skip bfd, ld, binutils.  Do build
18344         gas for mips-dec-bsd.
18346 Tue Mar  2 08:35:24 1993  Ian Lance Taylor  (ian@cygnus.com)
18348         * configure (makesrcdir): If ${srcdir} is relative and not ".",
18349         and ${subdir} is not ".", set makesrcdir based on ${invsubdir}.
18351 Tue Feb 23 14:18:28 1993  Mike Werner  (mtw@poseidon.cygnus.com)
18353         * configure.in: Added "dejagnu" to hosttools list.
18355 Mon Feb 22 23:28:38 1993  Per Bothner  (bothner@rtl.cygnus.com)
18357         * config.sub, configure.in, config.guess:  Add support
18358         for Bosx, an AIX variant from Bull.
18359         Patches from F.Pierresteguy@frcl.bull.fr.
18361 Sun Feb 21 11:15:22 1993  Mike Werner  (mtw@poseidon.cygnus.com)
18363         * devo/dejagnu: Initial creation of devo/dejagnu.
18364         Migrated dejagnu testcases and support files for testing software
18365         tools to reside as subdirectories, currently called "testsuite",
18366         within the directory of the software tool.  Migrated all programs,
18367         support libraries, etc. beloging to dejagnu proper from
18368         devo/deja-gnu to devo/dejagnu.  These files were moved "as is"
18369         with no modifications.  The changes to these files which will
18370         allow them to configure, build, and execute properly will be made
18371         in a future update.
18373 Fri Feb 19 20:19:39 1993  Brendan Kehoe  (brendan@lisa.cygnus.com)
18375         * Makefile.in: Change send_pr to send-pr.
18376         * configure.in: Likewise.
18377         * send_pr: Renamed directory to send-pr.
18379 Fri Feb 19 19:00:13 1993  Per Bothner  (bothner@cygnus.com)
18381         * Makefile.in:  Add some extra semi-colons (needed if SHELL=bash).
18383 Fri Feb 19 00:59:33 1993  John Gilmore  (gnu@cygnus.com)
18385         * README:  Update for gdb-4.8 release.
18386         * Makefile.in (gdb.tar.Z):  Add texinfo/tex3patch.  Build
18387         gdb-xxx.tar.z (gzip'd) file also.
18389 Thu Feb 18 09:16:17 1993  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
18391         * Makefile.in: make all-diff depend on all-libiberty
18393 Tue Feb 16 16:06:31 1993  K. Richard Pixley  (rich@cygnus.com)
18395         * config.guess: add vax-ultrix in the spirit of mips-ultrix.
18397 Tue Feb 16 05:57:15 1993  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
18399         * configure.in, Makefile.in: add hello, tar, gzip, recode, indent
18401 Tue Feb 16 00:58:20 1993  John Gilmore  (gnu@cygnus.com)
18403         * Makefile.in (DEVO_SUPPORT):  Remove etc directory
18404         (ETC_SUPPORT):  Only add the files GDB wants from etc/.
18405         (gdb.tar.Z):  Use ETC_SUPPORT.  Use byacc when building the file.
18407 Thu Feb 11 20:14:28 1993  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
18409         * Makefile.in:  makeinfo binary is in a new location
18411 Tue Feb  9 12:42:27 1993  Ian Lance Taylor  (ian@cygnus.com)
18413         * config.sub: Accept -ecoff as an OS.
18415         * Makefile.in: Various changes to eliminate a level of make
18416         recursion and reduce the required command line length.
18417         (BASE_FLAGS_TO_PASS): New variable holding flags passed to all
18418         sub-makes.
18419         (EXTRA_HOST_FLAGS, EXTRA_TARGET_FLAGS, EXTRA_GCC_FLAGS): New
18420         variables holding settings for specific sub-makes.
18421         (FLAGS_TO_PASS, TARGET_FLAGS_TO_PASS, GCC_FLAGS_TO_PASS): Rewrote
18422         in terms of BASE_FLAGS_TO_PASS.
18423         (TARGET_LIBS): New variable listing directories which use
18424         TARGET_FLAGS_TO_PASS.
18425         (subdir_do): Eliminated.
18426         (do-*): New set of targets to replace subdir_do.
18427         (various): All targets which used subdir_do now depend on do-*.
18428         (local-clean): Renamed from do_clean.
18429         (local-distclean): New target, dependency of distclean and
18430         realclean.
18431         (install-info): Don't create directories.  Depend on dir.info
18432         rather than calling make recursively.
18433         (install-dir.info): Eliminated.
18434         (install-info-dirs): Create all info directories here.
18435         (dir.info): Depend upon do-install-info.
18437         * test-build.mk (HOLES): Added false.
18439 Sat Feb  6 14:05:09 1993  Per Bothner  (bothner@rtl.cygnus.com)
18441         * config.guess:  Recognize BSDI and BSDJ (Jolitz 386bsd).
18443 Thu Feb  4 20:49:18 1993  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
18445         * Makefile.in (info): remove dependency on all-texinfo.  The
18446         problem was really in texinfo/C, not at this level.
18448 Thu Feb  4 13:38:41 1993  Ian Lance Taylor  (ian@cygnus.com)
18450         * Makefile.in (info): Added dependency on all-texinfo (PR 2112).
18452 Thu Feb  4 01:50:53 1993  John Gilmore  (gnu@cygnus.com)
18454         * Makefile.in (make-gdb.tar.Z):  Change BISON to 'bison -y' for
18455         GDB releases.
18457 Wed Feb  3 17:22:16 1993  Ken Raeburn  (raeburn@cambridge.cygnus.com)
18459         * configure: Include srcdir in message about target of link not
18460         being found.  Don't convert `-' to `_' in `with' options being
18461         passed to subdirs.
18463 Tue Feb  2 18:57:59 1993  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
18465         * configure.in: add uudecode to host_tools
18467         * Makefile.in: added {all,install}-uudecode targets, added them to
18468         the appropriate lists
18470 Tue Feb  2 11:45:53 1993  Ian Lance Taylor  (ian@cygnus.com)
18472         * Makefile.in (all-gcc): Added dependency on all-gas.
18474         * configure.in (mips-*-*): Build ld and binutils.
18476 Mon Feb  1 12:35:41 1993  K. Richard Pixley  (rich@rtl.cygnus.com)
18478         * configure: check return code from mkdir, print error message and
18479           exit on failure.
18481 Sat Jan 30 16:40:28 1993  John Gilmore  (gnu@cygnus.com)
18483         * Makefile.in (make-gdb.tar.Z):  New location for texinfo.tex.
18485 Thu Jan 28 15:09:59 1993  Ian Lance Taylor  (ian@cygnus.com)
18487         * test-build.mk (HOLES): Added tar, cpio and uudecode.
18489 Wed Jan 27 16:50:32 1993  Jim Wilson  (wilson@sphagnum.cygnus.com)
18491         * config.sub (h8500):  Recognize this as a cpu type.
18493 Sat Jan 23 20:32:01 1993  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
18495         * configure: source directory missing is no longer a warning
18497         * configure.in: recognize irix[34]* instead of irix[34]
18499         * Makefile.in: define and pass down X11_LIB
18501 Sat Jan 23 13:49:40 1993  Per Bothner  (bothner@cygnus.com)
18503         * guess-systype: Renamed to ...
18504         * config.guess:  ... by popular request.
18505         * configure.in, Makefile.in:  Update accordingly.
18507 Thu Jan 21 12:20:55 1993  Per Bothner  (bothner@cygnus.com)
18509         * guess-systype:  Patches from John Eaton <jwe@che.utexas.edu>:
18510         + Add Convex, Cray/Unicos, and Encore/Multimax support.
18511         + Execute ./dummy instead of assuming . is in PATH.
18513 Tue Jan 19 17:18:06 1993  Per Bothner  (bothner@cygnus.com)
18515         * guess-systype:  New shell script.  Attempts to guess the
18516         canonical host name of the executing host.
18517         Only a few hosts are supported so far.
18518         * configure:  Call guess-systype if no host is specified.
18520 Tue Jan 19 08:26:07 1993  Ian Lance Taylor  (ian@cygnus.com)
18522         * Makefile.in (gcc-no-fixedincludes): Made to work with current
18523         gcc Makefile.
18525 Fri Jan 15 10:27:02 1993  Ian Lance Taylor  (ian@cygnus.com)
18527         * Makefile.in (GCC_FLAGS_TO_PASS): New variable.
18528         (all-gcc, install-gcc, subdir_do): Use it.
18530 Wed Jan 13 17:06:45 1993  Jim Wilson  (wilson@sphagnum.cygnus.com)
18532         * Makefile.in: Rename uninstalled gcc driver from gcc to xgcc.
18534 Wed Jan  6 20:29:16 1993  Mike Werner  (mtw@rtl.cygnus.com)
18536         * Makefile.in: Removed explicit setting of SUBDIRS. SUBDIRS is now
18537           set exclusively by configure, using configure.in .
18539 Wed Jan  6 13:44:11 1993  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
18541         * test-build.mk: set $PATH for all builds
18543         * Makefile.in: pass TARGET_FLAGS_TO_PASS for xiberty and libm
18545 Wed Jan  6 11:02:10 1993  Fred Fish  (fnf@cygnus.com)
18547         * Makefile.in (GCC_FOR_TARGET):  Supply a default that matches
18548         the one used in gcc/Makefile.in, so that a null expansion doesn't
18549         override the one needed to build gcc with a native cc.
18551 Tue Jan  5 07:55:12 1993  Ken Raeburn  (raeburn@cambridge.cygnus.com)
18553         * configure: Accept -with arguments.
18555 Sun Jan  3 15:15:09 1993  Steve Chamberlain  (sac@thepub.cygnus.com)
18557         * Makefile.in: added h8300sim
18559 Tue Dec 29 15:06:00 1992  Ian Lance Taylor  (ian@cygnus.com)
18561         * build-all.mk: If canonhost is i386-unknown-sco3.2v4, change it
18562         to i386-sco3.2v4.  Set TARGETS and CFLAGS for i386-sco3.2v4.
18563         (all-cygnus, native, build-cygnus): Make
18564         $(canonhost)-stamp-3stage-done, not $(host)....
18565         * test-build.mk (stamp-3stage-compared): Use tail +10c for
18566         i386-sco3.2v4.  Added else true to if command.
18568 Mon Dec 28 12:08:56 1992  Ken Raeburn  (raeburn@cygnus.com)
18570         * config.sub: (from FSF) Sequent uses a BSD-like OS.
18572 Mon Dec 28 08:32:06 1992  Minh Tran-Le  (mtranle@paris.intellicorp.com)
18574         * configure.in (i[34]86-*-isc*): added; uses mh-sysv.
18576 Thu Dec 24 17:26:24 1992  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
18578         * configure.in: don't remove binutils from Solaris builds
18580 Thu Dec 24 14:08:38 1992 david d`zoo' zuhn  (zoo@cygnus.com)
18582         * Makefile.in: get rid of earlier definitions for *clean,
18583         also handle the recursive info rule better
18585 Thu Dec 24 12:40:21 1992  Per Bothner  (bothner@rtl.cygnus.com)
18587         * Makefile.in (mostlyclean, distclean, realclean):  Fix to
18588         do more-or-less the right thing.
18590 Wed Dec 16 10:25:31 1992  Ian Lance Taylor  (ian@cygnus.com)
18592         * Makefile.in: Add lines defining CC and CXX, and use CXX rather
18593         than gcc in definitions of CXX_FOR_BUILD and CXX_FOR_TARGET.
18595 Tue Dec 15 00:34:32 1992  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
18597         * Makefile.in: change all $(host_cpu)-$(host_vendor)-$(host_os) to
18598         $(host_canonical).
18600         * configure.in: split the configdirs list into 4 categories (native
18601         v. cross, library v. tool) and handle the cross-only and native-
18602         only in more reasonable (and correct!) way.
18604 Mon Dec 14 17:04:22 1992  Stu Grossman  (grossman at cygnus.com)
18606         * configure.in (hppa*-*-*):  Don't remove bfd and gdb from
18607         configdirs anymore.
18609 Sun Dec 13 00:37:26 1992  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
18611         * Makefile.in: extensive cleanup::  removed all of the explicit
18612         clean-* targets, collapsed many wrappers around subdir_do into
18613         one, added additional targets to satisfy standards.texi, deleted
18614         some old targets, some changes for consistency
18616 Fri Dec 11 20:18:02 1992  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
18618         * configure.in: handle some programs as cross-only, and others as
18619         native only
18621         * test-build.mk: handle partial holes in a more generic manner
18623         * Makefile.in: m4 depends on libiberty
18625 Thu Dec  3 21:52:11 1992  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
18627         * configure.in: add m4, textutils, fileutils, sed, shellutils,
18628         time, wdiff, and find to configdirs
18630         * Makefile.in: all, clean, and install rules for the new programs
18631         added to configure.in
18633 Mon Nov 30 14:54:34 1992  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
18635         * configure.in: use mh-sun for all *-sun-* hosts
18637 Fri Nov 27 18:35:54 1992  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
18639         * Makefile.in: define flags for X11 include files and library file
18640         locations, pass them down to the programs that need this info
18642         * build-all.mk: added a 'native' target, to 3stage the native toolchain
18644 Sun Nov 22 18:59:13 1992  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
18646         * configure.in: start building libg++ for HP-UX targets
18648 Wed Nov 18 19:33:11 1992  John Gilmore  (gnu@cygnus.com)
18650         * README:  Update references to files moved into etc/.
18652 Sun Nov 15 09:36:08 1992  Fred Fish  (fnf@cygnus.com)
18654         * config.sub (i386sol2, i486sol2):  i[34]86-unknown-solaris2.
18655         * configure.in (i[34]86-*-solaris2*):  Use config/mh-sysv4.
18657 Thu Nov 12 08:50:42 1992  Ian Lance Taylor  (ian@cygnus.com)
18659         * configure: accept dash as well as underscore in long option
18660         names for FSF compatibility.
18662 Wed Nov 11 08:04:37 1992  Ian Lance Taylor  (ian@cygnus.com)
18664         * config.sub: added -sco3.2v4 support from FSF.
18666 Sun Nov  8 21:14:30 1992  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
18668         * configure.in: expand the section that adds or removes
18669         directories from the list of programs to build, to handle native
18670         vs. cross in addition to host v. native
18672 Sat Nov  7 18:52:27 1992  Per Bothner  (bothner@rtl.cygnus.com)
18674         * Makefile.in:  Replace C++ in macro names with CXX.
18675         This is less likely to break ...
18677 Sat Nov  7 15:16:58 1992  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
18679         * test-build.mk: add -w to GNU_MAKE
18681 Fri Nov  6 23:10:37 1992  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
18683         * config.sub: remove 'sparc'-->'sparc-sun' default transformation,
18684         add 'sparc' to list of recognized cpus.  This needed to make
18685         'sparc-aout' expand to 'sparc-unknown-aout' instead of 'sparc-sun-aout'.
18686         Delete some redundant ose68 variants.  Recognize -wrs as an os,
18687         then changes that into $CPU-wrs-vxworks.
18689         * configure.in: remove most references to gdbtest, regularize
18690         target based program removal
18692         * test-build.mk: import from p3 tree (many fixes and changes)
18694 Fri Nov  6 20:59:00 1992  david d `zoo' zuhn  (zoo@cygnus.com)
18696         * Makefile.in: added rules to handle tcl, tk, and expect
18698         * configure.in: handle those directories if they exist
18700 Thu Nov  5 14:35:41 1992  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
18702         * config.sub: removed bogus hppabsd and hppahpux names, since
18703         "hppa" is not a valid cpu (hppa1.1 or hppa1.0 are, though)
18705 Thu Oct 29 00:12:41 1992  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
18707         * Makefile.in: all-gcc now depends on all-binutils.  all-libg++
18708         depends upon all-xiberty
18710         * Makefile.in: changes from p3, including:
18712         Thu Oct  8 15:00:17 1992  Ian Lance Taylor  (ian@cygnus.com)
18714         * Makefile.in (XTRAFLAGS): include newlib directories if
18715         newlib/Makefile exists, rather than if host != target.
18717         Fri Sep 25 13:41:52 1992  Ian Lance Taylor  (ian@cygnus.com)
18719         * Makefile.in: added -nostdinc to XTRAFLAGS if we are using gcc
18720         from the same source tree and not building a cross-compiler.  This
18721         matters for the libg++ configuration if reconfiguring a tree that
18722         has already been installed.
18724         Thu Sep 10 10:35:51 1992  Ian Lance Taylor  (ian@cygnus.com)
18726         * Makefile.in: added -I for newlib/targ-include to XTRAFLAGS, to
18727         pick up the machine and system specific header files.
18729         * Makefile.in: added AS_FOR_TARGET, passed down in
18730         TARGET_FLAGS_TO_PASS.  Added CC_FOR_BUILD, which is intended to be
18731         the C compiler to use to create programs which are run in the
18732         build environment, set it to default to $(CC), and passed it down
18733         in FLAGS_TO_PASS and TARGET_FLAGS_TO_PASS.
18735         Mon Sep  7 22:34:42 1992  Ian Lance Taylor  (ian@cirdan.cygnus.com)
18737         * Makefile.in: add $(host) = $(target) tests back to *_FOR_TARGET.
18738         We need them for unusual native builds, like systems without
18739         ranlib.
18741         * configure: also define $(host_canonical) and
18742         $(target_canonical), which are the full, canonical names for the
18743         given host and target
18745 Sun Nov  1 16:38:17 1992  Per Bothner  (bothner@cygnus.com)
18747         * Makefile.in:  Added separate definitions for C++.
18749 Fri Oct 30 11:37:52 1992  Fred Fish  (fnf@cygnus.com)
18751         * configure.in (configdirs):  Add deja-gnu.
18753 Fri Oct 23 00:39:18 1992  John Gilmore  (gnu@cygnus.com)
18755         * README:  Update for configure.texi and gdb-4.7 release.
18757 Wed Oct 21 21:54:27 1992  John Gilmore  (gnu@cygnus.com)
18759         * Makefile.in:  Move "all" target to top of file.
18760         Previously, first target was ".PHONY" which caused BSD4.4 make
18761         to build .PHONY when make was run without arguments.
18763 Mon Oct 19 01:17:54 1992  John Gilmore  (gnu@cygnus.com)
18765         * Makefile.in:  Add COPYING.LIB to GDB releases, now that there's
18766         Library-copylefted code in libiberty.
18768 Tue Oct 13 01:22:32 1992  John Gilmore  (gnu@cygnus.com)
18770         * config.sub:  Replace m68kmote with plain old m68k.
18772 Fri Oct  9 03:14:24 1992  John Gilmore  (gnu@cygnus.com)
18774         * Makefile.in:  Remove space from blank line, avoid Make complaints.
18776 Thu Oct  8 18:41:45 1992  Ken Raeburn  (raeburn@cygnus.com)
18778         * config.sub: Complain if no argument is given.  Added support for
18779         386bsd as OS and target alias.
18781 Thu Oct  8 15:07:22 1992  Ian Lance Taylor  (ian@cygnus.com)
18783         * Makefile.in (XTRAFLAGS): include newlib directories if
18784         newlib/Makefile exists, rather than if host != target.
18786 Mon Oct  5 03:00:09 1992  Mark Eichin  (eichin at tweedledumber.cygnus.com)
18788         * config.sub: recognize sparclite-wrs-vxworks.
18790         * Makefile.in (install-xiberty): added *-xiberty make rules (from
18791         p3.) Added clean-xiberty to clean.
18793 Thu Oct  1 17:59:19 1992  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
18795         * configure.in: use *-*-* instead of nested cases for host and target
18797 Tue Sep 29 14:11:18 1992  Ian Lance Taylor  (ian@cygnus.com)
18799         * Makefile.in: added -nostdinc to XTRAFLAGS if we are using gcc
18800         from the same source tree and not building a cross-compiler.  This
18801         matters for the libg++ configuration if reconfiguring a tree that
18802         has already been installed.
18804 Sep 20 08:53:10 1992  Fred Fish  (fnf@cygnus.com)
18806         * config.sub (i486v/i486v4):  Merge in from FSF version.
18808 Fri Sep 18 00:32:00 1992  Mark Eichin  (eichin@cygnus.com)
18810         * configure: only set PWD if it is already set.
18812 Thu Sep 17 23:05:53 1992  Mark Eichin  (eichin@cygnus.com)
18814         * configure: just set PWD=`pwd` at the top, since Ultrix sh
18815         doesn't have unset and all success paths (and most error paths)
18816         out set it anyway. (Note: should change all uses of ${PWD=`pwd`}
18817         to just ${PWD} to avoid confusion.)
18819 Tue Sep 15 16:00:54 1992  Ian Lance Taylor  (ian@cygnus.com)
18821         * configure: always set $(tooldir) to $(libdir)/$(target_alias),
18822         even for a native compilation.
18824 Tue Sep 15 02:22:56 1992  John Gilmore  (gnu@cygnus.com)
18826         Changes to make the gdb.tar.Z rule work better.
18828         * Makefile.in (GDB_SUPPORT_DIRS):  Add opcodes.
18829         (DEVO_SUPPORT):  Add configure.texi.
18830         (bfd-ilrt.tar.Z):  Remove ancient rule.
18832 Thu Sep 10 10:43:19 1992  Ian Lance Taylor  (ian@cygnus.com)
18834         * Makefile.in: added -I for newlib/targ-include to XTRAFLAGS, to
18835         pick up the machine and system specific header files.
18837         * configure.in, config.sub: added new target m68010-adobe-scout,
18838         with alias of adobe68k.  Changed configure.in to check for
18839         -scout before -sco* to avoid a false match.
18841         * Makefile.in: added AS_FOR_TARGET, passed down in
18842         TARGET_FLAGS_TO_PASS.  Added CC_FOR_BUILD, which is intended to be
18843         the C compiler to use to create programs which are run in the
18844         build environment, set it to default to $(CC), and passed it down
18845         in FLAGS_TO_PASS and TARGET_FLAGS_TO_PASS.
18847 Wed Sep  9 12:21:42 1992  Ian Lance Taylor  (ian@cygnus.com)
18849         * Makefile.in: added TARGET_FLAGS_TO_PASS, CC_FOR_TARGET,
18850         AR_FOR_TARGET, RANLIB_FOR_TARGET, NM_FOR_TARGET.  Pass
18851         TARGET_FLAGS_TO_PASS, which defines CC, AR, RANLIB and NM as the
18852         FOR_TARGET variants, to newlib and libg++.
18854 Tue Sep  8 17:28:30 1992  Ken Raeburn  (raeburn@cambridge.cygnus.com)
18856         * Makefile.in (all-gas, all-gdb): Require all-opcodes to be built
18857         first.
18859 Wed Sep  2 02:50:05 1992  John Gilmore  (gnu@cygnus.com)
18861         * config.sub:  Accept `elf' as an environment.
18863 Tue Sep  1 15:48:30 1992  Steve Chamberlain  (sac@thepub.cygnus.com)
18865         * Makefile.in (all-opcodes):  cd into the right directory
18867 Sun Aug 30 21:12:11 1992  Ian Lance Taylor  (ian@cygnus.com)
18869         * configure: added -program_transform_name option, used as
18870         argument to sed when installing programs.
18871         configure.texi: added documentation for -program_prefix,
18872         -program_suffix and -program_transform_name.
18874 Thu Aug 27 21:59:44 1992  John Gilmore  (gnu@cygnus.com)
18876         * config.sub:  Accept i486 where i386 ok.
18878 Thu Aug 27 13:04:42 1992  Brendan Kehoe  (brendan@rtl.cygnus.com)
18880         * config.sub: accept we32k
18882 Mon Aug 24 14:05:14 1992  Ian Lance Taylor  (ian@cygnus.com)
18884         * config.sub, configure.in: accept OSE68000 and OSE68k.
18886         * Makefile.in: don't create all directories for ``make install'';
18887         let the subdirectories create the ones they need.
18889 Tue Aug 11 23:13:17 1992  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
18891         * COPYING: new file, GPL v2
18893 Tue Aug  4 01:12:43 1992  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
18895         * Makefile.in: use the new gen-info-dir, which needs a template
18896         argument (which also lives in texinfo)
18898         * configure.texi, standards.texi: fix INFO-DIR-ENTRY
18900 Mon Aug  3 00:34:17 1992  Fred Fish  (fnf@cygnus.com)
18902         * config.sub (ncr3000):  Change i386 to i486.
18904 Thu Jul 23 00:12:17 1992  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
18906         * Makefile.in: add install-rcs, install-grep to
18907         install-no-fixedincludes, removed install-bison and install-libgcc
18909 Tue Jul 21 01:01:50 1992  david d `zoo' zuhn (zoo@cygnus.com)
18911         * configure.in: grab the HPUX makefile fragment if on HPUX
18913 Mon Jul 20 11:02:09 1992  D. V. Henkel-Wallace  (gumby@cygnus.com)
18915         * Makefile.in: eradicate bison spoor (ditto libgcc).
18916          configure.in: recognise m68{k,000}-ericsson-OSE.
18917          es1800 is alias for m68k-ericsson-OSE
18919 Sun Jul 19 17:49:02 1992  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
18921         * configure.in: rearrange the parts that remove programs from
18922         configdirs, based now on HOST==TARGET or by canonical triple.
18924 Fri Jul 17 22:52:49 1992  K. Richard Pixley  (rich@rtl.cygnus.com)
18926         * test-build.mk: recurse explicitly with -f test-build.mk when
18927           appropriate.  predicate stage3 and comparison on the existence
18928           of gcc.  That is, if gcc isn't around, we aren't three-staging.
18929           On very clean, also remove ...stamp-co.  Build in-place before
18930           doing other builds.
18932 Thu Jul 16 18:33:09 1992  Steve Chamberlain  (sac@thepub.cygnus.com)
18934         * Makefile.in, configure.in: add tgas
18936 Thu Jul 16 16:05:28 1992  K. Richard Pixley  (rich@rtl.cygnus.com)
18938         * Makefile.in: a number of changes merged in from progressive.
18940         * configure.in: add libm.
18942         * .cvsignore: ignore some stuff that comes from test-build.mk.
18944 Tue Jul  7 00:24:52 1992  Fred Fish  (fnf@cygnus.com)
18946         * config.sub:  Add es1800 (m68k-ericsson-es1800).
18948 Tue Jun 30 20:24:41 1992  D. V. Henkel-Wallace  (gumby@cygnus.com)
18950         * configure: Add program_suffix (parallel to program_prefix)
18951         * Makefile.in: adjust directory-creating script for losing decstation
18953 Mon Jun 22 23:43:48 1992  Per Bothner  (bothner@cygnus.com)
18955         * configure:  Minor $subdir-related fixes.
18957 Mon Jun 22 18:30:26 1992  Steve Chamberlain  (sac@thepub.cygnus.com)
18959         * configure: fix various problems with propogating
18960         makefile_target_frag in subdirs.
18961         * configure.in: config libgcc if its there
18963 Fri Jun 19 15:19:40 1992  Stu Grossman  (grossman at cygnus.com)
18965         * config.sub:  HPPA merge.
18967 Sun Jun 14 10:29:19 1992  John Gilmore  (gnu at cygnus.com)
18969         * Makefile.in:  Replace all-bison with all-byacc in all
18970         dependency lines for other tools (which now use byacc).
18972 Fri Jun 12 22:21:57 1992  John Gilmore  (gnu at cygnus.com)
18974         * config.sub:  Add sun4sol2 => sparc-sun-solaris2.
18976 Thu Jun  4 12:07:32 1992  Mark Eichin  (eichin@cygnus.com)
18978         * Makefile.in: make gprof rules similar to byacc rules (instead of
18979         vestigal $(unsubdir) that didn't work...)
18981 Thu Jun  4 00:37:05 1992  Per Bothner  (bothner@rtl.cygnus.com)
18983         * config.sub:  Add support for Linux.
18984         * Makefile.in:  Use $(FLAGS_TO_PASS) more consistently
18985         (at least for libg++).
18987 Tue Jun 02 20:03:00 1992  david d `zoo' zuhn (zoo@cygnus.com)
18989         * configure.texi: fix doc for the -nfp option to configure
18991 Tue Jun  2 17:20:52 1992  Michael Tiemann  (tiemann@cygnus.com)
18993         * Makefile.in (all-binutils): ar needs flex, so depend on all-flex.
18995 Sun May 31 15:04:08 1992  Mark Eichin  (eichin at cygnus.com)
18997         * config.sub: changed [^-]+ to [^-][^-]* so that it works under
18998         Sun sed. (BSD 4.3 sed doesn't handle [^-]+ either.)
18999         * configure.in: added solaris* host_makefile_frag hook.
19001 Sun May 31 01:10:34 1992  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
19003         * config.sub: changed recognition of m68000 so that various
19004         m68k types can be specified via m680[01234]0
19006 Sat May 30 21:01:06 1992  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
19008         * config.sub (basic_machine): fix sed so that '-foo' isn't
19009         completely substituted out while .+'-foo' loses the '-foo'
19011 Wed May 27 23:18:52 1992  Michael Tiemann  (tiemann@rtl.cygnus.com)
19013         * config.sub ($os): Add -aout.
19015 Fri May 22 14:00:02 1992  Per Bothner  (bothner@cygnus.com)
19017         * configure:  If host_makefile_frag is absolute, don't
19018         prefix ${invsubdir} (relevant to libg++ auto-configure).
19020 Thu May 21 18:00:09 1992  Michael Tiemann  (tiemann@rtl.cygnus.com)
19022         * Makefile.in (tooldir): Define it.
19023         (all-ld): Depend on all-flex.
19025 Sun May 10 21:45:59 1992  Per Bothner  (bothner@rtl.cygnus.com)
19027         * Makefile.in (check):  Fix libg++ special case.
19029 Fri May  8 08:31:41 1992  K. Richard Pixley  (rich@cygnus.com)
19031         * configure: do not bury `pwd` into config.status, thus do fewer
19032           pwd's.
19034         * configure: print the "Building in" message only when building in
19035           other than "." AND verbose.
19037         * configure: remove -s, rework -v to better accommodate guested
19038           configures.
19040         * standards.texi: updated to 3 may, fixed librid <-> libdir typo.
19042 Fri May  1 18:00:50 1992  K. Richard Pixley  (rich@cygnus.com)
19044         * Makefile.in: macroize flags passed on recursion.  remove
19045           fileutils.
19047 Thu Apr 30 08:56:20 1992  K. Richard Pixley  (rich@cygnus.com)
19049         * configure: get makesrcdir right for subdirs deeper than 1.
19051         * Makefile.in: pass INSTALL, INSTALL_DATA, INSTALL_PROGRAM on
19052           install.
19054 Fri Apr 24 15:51:51 1992  K. Richard Pixley  (rich@cygnus.com)
19056         * Makefile.in: don't print subdir_do or recursion lines.
19058 Fri Apr 24 15:22:04 1992  K. Richard Pixley  (rich@cygnus.com)
19060         * standards.texi: added menu item.
19062         * Makefile.in: build and install standards.info.
19064         * standards.texi: new file.
19066 Wed Apr 22 18:06:55 1992  K. Richard Pixley  (rich@rtl.cygnus.com)
19068         * configure: test for and move config.status pieces from
19069           ${subdir}/.
19071 Wed Apr 22 14:38:34 1992  Fred Fish  (fnf@cygnus.com)
19073         * configure:  Test for existance of files before trying to mv
19074         them, to avoid numerous non-existance messages.
19076 Tue Apr 21 12:31:33 1992  K. Richard Pixley  (rich@cygnus.com)
19078         * configure: correct final line of config.status.
19080         * configure: patch from eggert.  Avoids a protection problem if
19081           the original Makefile.in is read only.
19083         * configure: use move-if-change from gcc to create config.status.
19084           Some makefiles depend on config.status to tell if a directory
19085           has been reconfigured for a different host.  This change
19086           prevents those directories from remaking everything in the case
19087           where the reconfig was only intended to rebuild a Makefile.
19089         * configure: test for config.sub with "config.sub sun4" rather
19090           than "config.sub ${host_alias}".  Otherwise we can't tell a bad
19091           host alias from a missing config.sub.
19093 Mon Apr 20 18:16:36 1992  K. Richard Pixley  (rich@rtl.cygnus.com)
19095         * Makefile.in: explicitly pass CFLAGS on recursion. no longer pass
19096           MINUS_G (this can be done with CFLAGS).  Default CFLAGS to -g.
19098 Fri Apr 17 18:27:51 1992  Per Bothner  (bothner@cygnus.com)
19100         * configure: mkdir ${subdir} as needed.
19102 Wed Apr 15 17:37:22 1992  K. Richard Pixley  (rich@cygnus.com)
19104         * Makefile.in,configure.in: added autoconf.
19106 Wed Apr 15 17:27:34 1992  K. Richard Pixley  (rich@rtl.cygnus.com)
19108         * Makefile.in: no longer pass against on recursion.
19110         * Makefile.in: added .NOEXPORT: so that stray makefile_frag
19111           definitions are not inherited.
19113         * configure: correct makesrcdir when subdir is .
19115 Tue Apr 14 11:56:09 1992  Per Bothner  (bothner@cygnus.com)
19117         * configure:  Add support for 'subdirs' variable, which is
19118         like 'configdirs', except that configure doesn't re-invoke
19119         itself for subdirs, it just creates a Makefile for each subdir.
19120         * configure.texi:  Document subdirs.
19122 Mon Apr 13 18:50:16 1992  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
19124         * configure.in: added flex to configdirs
19126 Mon Apr 13 18:43:55 1992  K. Richard Pixley  (rich@cygnus.com)
19128         * Makefile.in: remove clean-stamps from clean.
19130 Sat Apr 11 03:52:03 1992  John Gilmore  (gnu at cygnus.com)
19132         * configure.in:  Add gdbtest to configdirs.
19134 Fri Apr 10 23:11:49 1992  Fred Fish  (fnf@cygnus.com)
19136         * Makefile.in (MINUS_G):  Add macro, default to -g, pass on
19137         to recursive makes.
19138         * configure.in:  Recognize new ncr3000 config.
19140 Wed Apr  8 23:08:12 1992  K. Richard Pixley  (rich@cygnus.com)
19142         * Makefile.in, configure.in: removed references to gdbm.
19144 Tue Apr  7 16:48:20 1992  Per Bothner  (bothner@cygnus.com)
19146         * config.sub:  Don't canonicalize os value
19147         newsos* to bsd (readline needs to check for newsos).
19148         (This fix was earlier made Jan 31, but got re-broken.)
19150 Mon Apr  6 14:34:08 1992  Stu Grossman  (grossman at cygnus.com)
19152         * configure.in:  sco is an os, not a vendor!
19154         * configure:  Quote $( better.  Keep various shells happy.
19156 Tue Mar 31 16:32:57 1992  K. Richard Pixley  (rich@cygnus.com)
19158         * Makefile.in: eliminate stamp-files.
19160 Mon Mar 30 22:20:23 1992  K. Richard Pixley  (rich@cygnus.com)
19162         * Makefile.in: add send_pr.  remove "force" from .stmp-gprof rule.
19163           Supress echoing of all the "if [ -d ... $(MAKE)" lines.
19165 Wed Mar 25 15:20:04 1992  Stu Grossman  (grossman@cygnus.com)
19167         * config.sub:  fix iris/iris3.
19169 Wed Mar 25 10:34:19 1992  K. Richard Pixley  (rich@cygnus.com)
19171         * configure: re-add -rm.
19173 Tue Mar 24 23:50:16 1992  K. Richard Pixley  (rich@cygnus.com)
19175         * Maskefile.in: add .stmp-rcs to all.
19177         * configure.in: remove gas from rs6000 build, use aix host fragment.
19179 Mon Mar 23 19:43:35 1992  K. Richard Pixley  (rich@cygnus.com)
19181         * configure: pass down site_option during recursion.
19183 Thu Mar 19 16:49:36 1992  Stu Grossman  (grossman at cygnus.com)
19185         * Makefile.in (all.cross):  Add .stmp-bfd .stmp-readline.
19187 Wed Mar 18 15:29:33 1992  Mike Stump  (mrs@cygnus.com)
19189         * configure: Change exec_prefix so that it really defaults to prefix.
19191 Sat Mar 14 17:20:38 1992  Fred Fish  (fnf@cygnus.com)
19193         * Makefile.in, configure.in:  Add support for mmalloc library.
19195 Fri Mar 13 18:44:18 1992  K. Richard Pixley  (rich@cygnus.com)
19197         * Makefile.in: add stmp dependencies for a few more things.
19199 Thu Mar 12 04:56:24 1992  K. Richard Pixley  (rich@cygnus.com)
19201         * configure: adjusted error message on objdir/srcdir configure
19202           collision, per john's suggestion.
19204         * Makefile.in: add libiberty stmp to all and all.cross.
19206 Wed Mar 11 02:07:52 1992  K. Richard Pixley  (rich@cygnus.com)
19208         * Makefile.in: remove force dependencies, add grep to all.
19210 Tue Mar 10 21:49:18 1992  K. Richard Pixley  (rich@mars.cygnus.com)
19212         * Makefile.in: drop flex.  make stamp files work.
19214         * configure: added test for conflicting configuration in srcdir,
19215           remove trailing slashes from srcdir.  Otherwise emacs gdb mode
19216           gets cranky.  use relative paths for configure and srcdir
19217           whenever possible.  Send some error messages to stderr that were
19218           going to stdout.
19220 Tue Mar 10 18:01:55 1992  Per Bothner  (bothner@cygnus.com)
19222         * Makefile.in:  Fix libg++ rule to check for gcc directory
19223         before using gcc/gcc.  Also pass XTRAFLAGS.
19225 Thu Mar  5 21:45:07 1992  K. Richard Pixley  (rich@sendai)
19227         * Makefile.in: added stmp-files so that directories aren't polled
19228           when they are already built.
19230         * configure.texi: fixed a node pointer problem.
19232 Thu Mar  5 12:05:58 1992  Stu Grossman  (grossman at cygnus.com)
19234         * config.sub configure.in gdb/configure.in
19235         gdb/mips-tdep.c gdb/mipsread.c gdb/procfs.c gdb/signame.h
19236         gdb/tm-irix3.h gdb/tm-mips.h gdb/xm-irix4.h gdb/config/mt-irix3
19237         gdb/config/mh-irix4 texinfo/configure.in:  Port to SGI Irix-4.x.
19239 Wed Mar  4 02:57:46 1992  K. Richard Pixley  (rich@rtl.cygnus.com)
19241         * configure: -recurring becomes -silent.  corrected help message
19242           for -site= option.
19244         * Makefile.in: mkdir $(exec_prefix) and $(tooldir).
19246 Tue Mar  3 14:51:21 1992  K. Richard Pixley  (rich@rtl.cygnus.com)
19248         * configure: when building Makefile for crosses, replace
19249           tooldir and program_prefix.  default srcdir from location of
19250           config.sub.  remove "for host in hosts" and "for target in
19251           targets" loops.
19253 Wed Feb 26 19:48:25 1992  K. Richard Pixley  (rich@rtl.cygnus.com)
19255         * Makefile.in: Do not pass bindir or mandir to cvs.
19257 Wed Feb 26 18:04:40 1992  K. Richard Pixley  (rich@cygnus.com)
19259         * Makefile.in, configure.in: removed traces of namesubdir,
19260           -subdirs, $(subdir), $(unsubdir), some rcs triggers.  Forced
19261           copyrights to '92, changed some from Cygnus to FSF.
19263         * configure.texi: remove most references to multiple hosts,
19264           multiple targets, subdirs, etc.
19266         * configure.man: removed rcsid. reference config.sub not
19267           config.subr.
19269         * Makefile.in: mkdir $(infodir) on install-info.
19271 Wed Feb 19 15:41:13 1992  John Gilmore  (gnu at cygnus.com)
19273         * configure.texi:  Explain better about .gdbinit and about
19274         the environment that configure.in sections run in.
19276 Fri Feb  7 07:55:00 1992  John Gilmore  (gnu at cygnus.com)
19278         * configure.in:  Ultrix is only a decstation if it's a MIPS.
19280 Fri Jan 31 21:54:51 1992  John Gilmore  (gnu at cygnus.com)
19282         * README:  DOC.configure => cfg-paper.texi.
19284 Fri Jan 31 21:48:18 1992  Stu Grossman  (grossman at cygnus.com)
19286         * config.sub (near case $os):  Don't convert newsos* to bsd!
19288 Fri Jan 31 02:27:32 1992  John Gilmore  (gnu at cygnus.com)
19290         * Makefile.in:  Reinstall change from gdb-4.3 that reduces
19291         the number of copies of COPYING that go into the GDB tar file.
19293 Thu Jan 30 16:17:30 1992  Stu Grossman  (grossman at cygnus.com)
19295         * bfd/configure.in, gdb/config/mh-i386sco,
19296         gdb/config/mt-i386v32, gdb/configure.in, readline/configure.in:
19297         Fix SCO configuration stuff.
19299 Tue Jan 28 23:51:07 1992  Per Bothner  (bothner at cygnus.com)
19301         * Makefile.in:  For libg++, make sure the -I pointing
19302         to the gcc directory goes *after* all the libg++-local -I flags.
19303         Also, move just-gcc dependency from just-libg++ to all-libg++.
19305 Tue Jan 28 12:56:24 1992  Stu Grossman  (grossman at cygnus.com)
19307         * configure:  Change -x to -f to keep Ultrix /bin/test happy.
19309 Sat Jan 18 17:45:11 1992  Stu Grossman  (grossman at cygnus.com)
19311         * Makefile.in (make-gdb.tar.Z):  Remove texinfo targets.
19313 Sat Jan 18 17:03:21 1992  Fred Fish  (fnf at cygnus.com)
19315         * config.sub:  Add stratus configuration frags.  Also
19316         submitted to FSF.
19318 Sat Jan 18 15:35:29 1992  Stu Grossman  (grossman at cygnus.com)
19320         * Makefile.in (DEV_SUPPORT):  add configure.man.
19322         * config.sub(Decode manufacturer-specific):  add -none*.
19324 Fri Jan 17 17:58:05 1992  Stu Grossman  (grossman at cygnus.com)
19326         * Makefile.in:  remove form feeds to make Sun's make happy.
19327         (DEVO_SUPPORT):  DOC.configure => cfg-paper.texi.
19329 Sat Jan  4 16:11:44 1992  John Gilmore  (gnu at cygnus.com)
19331         * Makefile.in (AR_FLAGS):  Make quieter.
19333 Thu Jan  2 22:57:12 1992  John Gilmore  (gnu at cygnus.com)
19335         * configure.in:  Add libg++.
19336         * configure:  When verbose, don't output the command line at each
19337         level; it will be unremarkably the same as the previous version,
19338         which will be the same as what the user typed.
19340 Fri Dec 27 16:26:47 1991  K. Richard Pixley  (rich at cygnus.com)
19342         * configure.in, Makefile.in: fix clean-info, add flex.  add
19343           fileutils.
19345         * configure: be less sensitive to spaces in Makefile.in.  Do not
19346           look for sources in "..".  Doing so breaks subdirectories that
19347           might have their own configure.  If a subdir has it's own
19348           configure script, use it.
19350 Thu Dec 26 16:30:26 1991  K. Richard Pixley  (rich at cygnus.com)
19352         * cfg-paper.texi: some changes suggested by rms.
19354 Thu Dec 26 10:13:36 1991  Fred Fish  (fnf at cygnus.com)
19356         * config.sub:  Merge in some small additions from the FSF version,
19357         taken from the gcc distribution, to bring the Cygnus and FSF
19358         versions into closer sync.
19360 Fri Dec 20 11:34:18 1991  Fred Fish  (fnf at cygnus.com)
19362         * configure.in:  Changed svr4 references to sysv4.
19364 Thu Dec 19 15:54:29 1991  K. Richard Pixley  (rich at cygnus.com)
19366         * configure: added -V for version number option.
19368 Wed Dec 18 15:39:34 1991  K. Richard Pixley  (rich at cygnus.com)
19370         * DOC.configure, cfg-paper.texi: revised, updated, and texinfo'd.
19371           renamed from DOC.configure to cfg-paper.texi.
19373 Mon Dec 16 23:05:19 1991  K. Richard Pixley  (rich at rtl.cygnus.com)
19375         * configure, config.subr, config.sub: config.subr is now
19376           config.sub again.
19378 Fri Dec 13 01:17:06 1991  K. Richard Pixley  (rich at cygnus.com)
19380         * configure.texi: new file, in progress.
19382         * Makefile.in: build info file and install the man page for
19383           configure.
19385         * configure.man: new file, first cut.
19387         * configure: find config.subr again now that configuration "none"
19388           has gone.  removed all traces of the -ansi option.  removed all
19389           traces of the -languages option.
19391         * config.subr: resync from rms.
19393 Wed Dec 11 22:25:20 1991  K. Richard Pixley  (rich at rtl.cygnus.com)
19395         * configure, config.sub, config.subr: merge config.sub into
19396           config.subr, call the result config.subr, remove config.sub, use
19397           config.subr.
19399         * Makefile.in: revised install for dir.info.
19401 Tue Dec 10 00:04:35 1991  K. Richard Pixley  (rich at rtl.cygnus.com)
19403         * configure.in: add decstation host makefile frag.
19405         * Makefile.in: BISON now bison -y again.  also install-gcc on
19406           install.  clean-gdbm on clean.  infodir belongs in datadir.
19407           Make directories for info install.  Build dir.info here then
19408           install it.
19410 Mon Dec  9 16:48:33 1991  K. Richard Pixley  (rich at rtl.cygnus.com)
19412         * Makefile.in: fix for bad directory tests.
19414 Sat Dec  7 00:17:01 1991  K. Richard Pixley  (rich at rtl.cygnus.com)
19416         * configure: \{1,2\} appears to be a sysv'ism.  Use a different
19417           regexp.  -srcdir relative was being handled incorrectly.
19419         * Makefile.in: unwrapped some for loops so that parallel makes
19420           work again and so one can focus one's attention on a particular
19421           package.
19423 Fri Dec  6 00:22:08 1991  K. Richard Pixley  (rich at rtl.cygnus.com)
19425         * configure: added PWD as a stand in for `pwd` (for speed). use
19426           elif wherever possible.  make -srcdir work without -objdir.
19427           -objdir= commented out.
19429 Thu Dec  5 22:46:52 1991  K. Richard Pixley  (rich at rtl.cygnus.com)
19431         * configure: +options become --options.  -subdirs commented out.
19432           added -host, -datadir.  Renamed -destdir to -prefix.  Comment in
19433           Makefile now at top of generated Makefile.  Removed cvs log
19434           entries.  added -srcdir.  create .gdbinit only if there is one
19435           in ${srcdir}.
19437         * Makefile.in: idestdir and ddestdir go away.  Added copyrights
19438           and shift gpl to v2.  Added ChangeLog if it didn't exist. docdir
19439           and mandir now keyed off datadir by default.
19441 Fri Nov 22 07:38:11 1991  K. Richard Pixley  (rich at rtl.cygnus.com)
19443         * Freshly created ChangeLog.
19446 Local Variables:
19447 mode: change-log
19448 left-margin: 8
19449 fill-column: 76
19450 version-control: never
19451 End: