c++: designated init with anonymous union [PR100489]
[official-gcc.git] / ChangeLog
bloba0cdf84e960fc75649eb794ff77516210335f93c
1 2021-05-18  Mike Frysinger  <vapier@gentoo.org>
3         * Makefile.def: Add configure-sim dependency on all-gnulib.
4         * Makefile.in: Regenerated.
6 2021-05-17  Serge Belyshev  <belyshev@depni.sinp.msu.ru>
8         * MAINTAINERS (Write After Approval): Add myself.
10 2021-05-12  Marcel Vollweiler  <marcel@codesourcery.com>
12         * MAINTAINERS (Write After Approval): Add myself.
14 2021-05-11  Martin Liska  <mliska@suse.cz>
16         * MAINTAINERS: Remove entries for removed
17         components (HSA, BRIG, libhsail-rt).
18         Move Pekka to Write After Approval.
20 2021-05-11  Martin Liska  <mliska@suse.cz>
22         * Makefile.def: Remove libhsail-rt.
23         * Makefile.in: Likewise.
24         * configure.ac: Likewise.
25         * configure: Regenerate.
26         * libhsail-rt/ChangeLog: Removed.
27         * libhsail-rt/Makefile.am: Removed.
28         * libhsail-rt/Makefile.in: Removed.
29         * libhsail-rt/README: Removed.
30         * libhsail-rt/aclocal.m4: Removed.
31         * libhsail-rt/configure: Removed.
32         * libhsail-rt/configure.ac: Removed.
33         * libhsail-rt/configure.tgt: Removed.
34         * libhsail-rt/include/internal/fibers.h: Removed.
35         * libhsail-rt/include/internal/phsa-queue-interface.h: Removed.
36         * libhsail-rt/include/internal/phsa-rt.h: Removed.
37         * libhsail-rt/include/internal/workitems.h: Removed.
38         * libhsail-rt/rt/arithmetic.c: Removed.
39         * libhsail-rt/rt/atomics.c: Removed.
40         * libhsail-rt/rt/bitstring.c: Removed.
41         * libhsail-rt/rt/fbarrier.c: Removed.
42         * libhsail-rt/rt/fibers.c: Removed.
43         * libhsail-rt/rt/fp16.c: Removed.
44         * libhsail-rt/rt/misc.c: Removed.
45         * libhsail-rt/rt/multimedia.c: Removed.
46         * libhsail-rt/rt/queue.c: Removed.
47         * libhsail-rt/rt/sat_arithmetic.c: Removed.
48         * libhsail-rt/rt/segment.c: Removed.
49         * libhsail-rt/rt/workitems.c: Removed.
50         * libhsail-rt/target-config.h.in: Removed.
52 2021-05-04  Nick Clifton  <nickc@redhat.com>
54         * configure.ac (AC_PROG_CC): Replace with AC_PROG_CC_C99.
55         * configure: Regenerate.
57 2021-04-28  Jakub Jelinek  <jakub@redhat.com>
58             Tobias Burnus  <tobias@codesourcery.com>
60         * configure.ac (--enable-offload-defaulted): New.
61         * configure: Regenerate.
63 2021-04-23  David Faust  <david.faust@oracle.com>
65         * MAINTAINERS (Write After Approval): Add myself.
67 2021-04-11  Hafiz Abid Qadeer  <abidh@codesourcery.com>
69         * MAINTAINERS (Write After Approval): Add myself.
71 2021-03-26  Dimitar Dimitrov  <dimitar@dinux.eu>
73         * MAINTAINERS: Add myself as pru port maintainer.
75 2021-03-23  David Malcolm  <dmalcolm@redhat.com>
77         * MAINTAINERS: Add myself as static analyzer maintainer.
79 2021-03-18  Jeff Law  <jlaw@tachyum.com>
81         * MAINTAINERS: Update primary entry.
83 2021-03-13  Eugene Rozenfeld  <erozen@microsoft.com>
85         * MAINTAINERS (Write After Approval): Add myself.
87 2021-03-13  Mike Frysinger  <vapier@gentoo.org>
89         * Makefile.def: Remove all-sim dependency on configure-gdb.
90         * Makefile.in: Regenerated.
92 2021-03-11  Jeff Law  <law@redhat.com>
94         * MAINTAINERS: Update entries for a few ex-ImgTec employees
96 2021-03-11  Martin Liska  <mliska@suse.cz>
98         * Makefile.tpl: The change was done Makefile.in which
99         is generated file.
101 2021-03-08  Jeff Law  <law@redhat.com>
103         * MAINTAINERS: Update my email address
105 2021-02-23  Kito Cheng  <kito.cheng@sifive.com>
107         * config.guess: Import latest upstream.
108         * config.sub: Import latest upstream.
110 2021-01-25  Martin Liska  <mliska@suse.cz>
112         PR gcov-profile/98739
113         * Makefile.in: Enable -fprofile-reproducible=parallel-runs
114         for profiledbootstrap.
116 2021-01-22  Jonathan Wright  <jonathan.wright@arm.com>
118         * MAINTAINERS (Write After Approval): Add myself.
120 2021-01-22  Maciej W. Rozycki  <macro@orcam.me.uk>
122         * MAINTAINERS (Write After Approval): Update my e-mail address.
124 2021-01-12  Segher Boessenkool  <segher@kernel.crashing.org>
126         * MAINTAINERS: Fix spacing.
128 2021-01-12  Qian Jianhua  <qianjh@cn.fujitsu.com>
130         * MAINTAINERS (Write After Approval): Add myself
132 2021-01-06  Nick Alcock  <nick.alcock@oracle.com>
134         * Makefile.def: Sync with binutils-gdb:
135         (dependencies): all-ld depends on all-libctf.
136         (host_modules): libctf is no longer no_install.
137         No longer no_check.  Checking depends on all-ld.
138         * Makefile.in: Regenerated.
140 2021-01-05  Samuel Thibault  <samuel.thibault@ens-lyon.org>
142         * libtool.m4: Match gnu* along other GNU systems.
143         * libgo/config/libtool.m4: Match gnu* along other GNU systems.
144         * libgo/configure: Re-generate.
146 2021-01-04  Philipp Tomsich  <philipp.tomsich@vrull.eu>
148         * MAINTAINERS: Update my email address.
150 2020-12-17  Marius Hillenbrand  <mhillen@linux.ibm.com>
152         * MAINTAINERS (Write After Approval): Add myself.
154 2020-12-15  Nathan Sidwell  <nathan@acm.org>
156         * Makefile.def
157         * Makefile.in
158         * Makefile.tpl
159         * configure
160         * configure.ac
162 2020-12-15  Nathan Sidwell  <nathan@acm.org>
164         * Makefile.def: Add libcody.
165         * configure.ac: Add libcody.
166         * Makefile.in: Regenerated.
167         * configure: Regenerated.
169 2020-12-14  Andrea Corallo  <andrea.corallo@arm.com>
171         * .dir-locals.el (c-mode): Set 'fill-column' to 80 columns.
173 2020-12-05  Iain Sandoe  <iain@sandoe.co.uk>
175         PR target/97865
176         * libtool.m4: Update handling of Darwin platform link flags
177         for Darwin20.
179 2020-12-02  Simon Marchi  <simon.marchi@polymtl.ca>
181         * .gitignore: Sync with binutils-gdb
183 2020-12-02  Claudiu Zissulescu  <claziss@gmail.com>
185         * MAINTAINERS: Add myself as arc port maintainer.
187 2020-11-29  Iain Buclaw  <ibuclaw@gdcproject.org>
189         PR d/87788
190         * configure.ac: Don't disable D for *-*-darwin*.
191         * configure: Regenerate.
193 2020-11-29  John David Anglin  <danglin@gcc.gnu.org>
195         * libtool.m4 (archive_cmds): Add +nodefaultrpath ld option on
196         hppa64-*-hpux11*.
198 2020-11-25  Matthew Malcomson  <matthew.malcomson@arm.com>
200         * configure: Regenerate.
201         * configure.ac: Add --bootstrap-hwasan option.
203 2020-11-23  Iain Sandoe  <iain@sandoe.co.uk>
205         * config.guess: Import latest upstream.
206         * config.sub: Import latest upstream.
208 2020-11-16  Martin Liska  <mliska@suse.cz>
210         * .gitignore: Add cache as clangd uses it now.
212 2020-11-13  Haochen Gui  <guihaoc@gcc.gnu.org>
214         * MAINTAINERS (Write After Approval): add myself
216 2020-11-09  Pat Bernardi  <bernardi@adacore.com>
218         * MAINTAINERS (Write After Approval): Add myself.
220 2020-11-09  Jonathan Wakely  <jwakely@redhat.com>
222         * config-ml.in (multi-do, multi-clean): Add @ to silence recipes.
223         Remove FIXME comments.
225 2020-11-06  Martin Uecker  <muecker@gwdg.de>
227         * MAINTAINERS: Update my email address.
229 2020-11-06  Hongtao Liu  <hongtao.liu@intel.com>
231         * MAINTAINERS (Write After Approval): Add myself.
233 2020-10-06  Tobias Burnus  <tobias@codesourcery.com>
235         PR target/97302
236         * configure.ac: Only set with_gmp to /usr/local
237         if not building in tree.
238         * configure: Regenerate.
240 2020-09-18  Omar Tahir  <omar.tahir@arm.com>
242         * MAINTAINERS (Write After Approval): Add myself.
244 2020-08-26  Tobias Burnus  <tobias@codesourcery.com>
246         * MAINTAINERS (Various Maintainers): Add myself as OpenACC maintainer.
248 2020-08-20  Tobias Burnus  <tobias@codesourcery.com>
250         PR bootstrap/96612
251         * configure.ac: Run AX_CXX_COMPILE_STDCXX also for ${build} compiler,
252         if not the same as ${host}.
253         * configure: Regenerate.
255 2020-08-16  Sergei Trofimovich  <slyfox@gcc.gnu.org>
257         * MAINTAINERS (Write After Approval): Add myself.
259 2020-08-12  Senthil Kumar Selvaraj  <saaadhu@gcc.gnu.org>
261         * MAINTAINERS: Update my email address.
263 2020-07-30  Joe Ramsay  <joe.ramsay@arm.com>
265         * MAINTAINERS (Write After Approval): Add myself.
267 2020-07-22  Przemyslaw Wirkus  <przemyslaw.wirkus@arm.com>
269         * MAINTAINERS (Write After Approval): Add myself.
271 2020-06-12  Martin Liska  <mliska@suse.cz>
273         * .gitignore: Add .clang-tidy.
275 2020-06-08  Jason Merrill  <jason@redhat.com>
277         * configure.ac: Check AX_CXX_COMPILE_STDCXX if not bootstrapping.
278         * configure: Regenerate.
280 2020-06-06  Max Filippov  <jcmvbkbc@gmail.com>
282         * MAINTAINERS: Add myself as xtensa port maintainer.
284 2020-05-28  Nicolas Bértolo  <nicolasbertolo@gmail.com>
286         * configure.ac: Don't require --enable-host-shared when building
287         for Mingw.
288         * configure: Regenerate.
290 2020-05-18  Jason Merrill  <jason@redhat.com>
292         * configure.ac: Update bootstrap dialect to -std=c++11.
294 2020-05-18  Alex Coplan  <alex.coplan@arm.com>
296         * MAINTAINERS (Write After Approval): Add myself.
298 2020-04-29  Thomas Schwinge  <thomas@codesourcery.com>
300         PR target/92713
301         * configure.ac ["${ENABLE_LIBSTDCXX}" = "default" && amdgcn*-*-*]
302         (noconfigdirs): Add 'target-libstdc++-v3'.
303         * configure: Regenerate.
305 2020-04-21  Stephen Casner  <casner@acm.org>
307         PR 25830
308         * configure.ac (noconfigdirs): Exclude gdb & gprof for pdp11.
309         * configure: Rebuild.
311 2020-04-17  Martin Liska  <mliska@suse.cz>
312             Jonathan Yong <10walls@gmail.com>
314         PR gcov-profile/94570
315         * ltmain.sh: Do not define HAVE_DOS_BASED_FILE_SYSTEM
316         for CYGWIN.
318 2020-04-14  Martin Jambor  <mjambor@suse.cz>
320         * MAINTAINERS (Reviewers): Add myself as callgraph (IPA) reviewer.
322 2020-04-09  Tom Tromey  <tom@tromey.com>
324         * configure: Rebuild.
325         * Makefile.in: Rebuild.
326         * Makefile.def (gdbsupport, gdbserver): New host modules.
327         (configure-gdb): Depend on all-gdbsupport.
328         (all-gdb): Depend on all-gdbsupport, all-libctf.
329         * configure.ac (host_tools): Add gdbserver.
330         Conditionally build gdbserver and gdbsupport.
332 2020-03-09  Tobias Burnus  <tobias@codesourcery.com>
334         * configure.ac: Build libgomp by default for amdgcn.
335         * configure: Regenerate.
337 2020-03-05  Srinath Parvathaneni  <srinath.parvathaneni@arm.com>
339         * MAINTAINERS (Write After Approval): Add myself.
341 2020-02-28  Joel Hutton  <joel.hutton@arm.com>
343         * MAINTAINERS (Write After Approval) : Add myself.
345 2020-02-20  Palmer Dabbelt  <palmer@sifive.com>
347         * MAINTAINERS: Change palmer@sifive.com to palmer@dabbelt.com.
349 2020-02-14  Martin Sebor  <msebor@redhat.com>
351         * doc/extend.texi (attribute alias): Mention type requirement.
352         (attribute weak): Same.
353         (attribute weakref): Correct invalid example.
355 2020-02-03  Segher Boessenkool  <segher@kernel.crashing.org>
357         * doc/md.texi (PowerPC and IBM RS6000): Improve documentation.
359 2020-01-15  Segher Boessenkool  <segher@kernel.crashing.org>
360             Jakub Jelinek  <jakub@redhat.com>
362         * .gitattributes: Add *.md diff=md.
364 2020-01-14  Georg-Johann Lay  <avr@gjlay.de>
366         The mentioned auto-generated file is no more part of the
368         GCC sources, it's auto-generated in $(builddir) during build.
370         PR target/92055
371         * contrib/gcc_update (files_and_dependencies): Remove
372         entry for gcc/config/avr/t-multilib.
374 2020-01-14  Anatoly Sokolov <aesok@dol.ru>
376         * MAINTAINERS: Update my email address.
378 2020-01-13  Joseph Myers  <joseph@codesourcery.com>
380         * README.MOVED_TO_GIT: Remove.
382 2020-01-11  Joseph Myers  <joseph@codesourcery.com>
384         * README.MOVED_TO_GIT: New file.
386 2020-01-02  Dennis Zhang  <dennis.zhang@arm.com>
388         * MAINTAINERS (Write After Approval): Add myself.
390 2019-12-20  Jerome Lambourg  <lambourg@adacore.com>
392         * MAINTAINERS (write_after_approval): Add myself.
394 2019-12-19  Stam Markianos-Wright  <stam.markianos-wright@arm.com>
396         * MAINTAINERS (write_after_approval): Add myself.
398 2019-12-17  Mihail Ionescu  <mihail.ionescu@arm.com>
400         * MAINTAINERS (write_after_approval): Add myself.
402 2019-12-11  Matthias Klose  <doko@ubuntu.com>
404         * configure.ac: Factor out common cases for compare_exclusions.
405         * configure: Regenerate.
407 2019-12-11  Jozef Lawrynowicz  <jozef.l@mittosystems.com>
409         * config-ml.in (msp430-*-*): Support --disable-no-exceptions configure
410         flag.
412 2019-12-10  Lewis Hyatt  <lhyatt@gmail.com>
414         * MAINTAINERS (Write After Approval): Add myself.
416 2019-11-27  Tobias Burnus  <tobias@codesourcery.com>
418         PR middle-end/92463
419         * configure.ac: Use MPFR_RNDN instead of GMP's MP_RNDN.
420         * configure: Regenerate
422 2019-11-20  Janne Blomqvist  <jb@gcc.gnu.org>
424         * configure.ac: Use https for gcc.gnu.org.
425         * configure: Regenerated.
427 2019-11-19  James Greenhalgh  <james.greenhalgh@arm.com>
429         * MAINTAINERS (aarch64 port): Remove my name, move to...
430         (Write After Approval): ...Here.
432 2019-11-15  Kelvin Nilsen  <kelvin@gcc.gnu.org>
434         * MAINTAINERS: Change my email address as maintainer.
436 2019-11-11  Janne Blomqvist  <jb@gcc.gnu.org>
438         PR fortran/91828
439         * configure.ac: Bump minimum MPFR to 3.1.0, recommended to 3.1.6+.
440         * configure: Regenerated.
442 2019-10-21  Jason Merrill  <jason@redhat.com>
444         * .gitattributes: Also check ChangeLog whitespace.
446 2019-10-21  Andrew Burgess  <andrew.burgess@embecosm.com>
448         * contrib/dg-extract-results.sh: Add support for KPASS.
449         * contrib/dg-extract-results.py: Likewise.
451 2019-10-17  Jason Merrill  <jason@redhat.com>
453         * .gitattributes: Avoid {} in filename pattern.
455 2019-10-08  Thomas Schwinge  <thomas@codesourcery.com>
457         * MAINTAINERS: Add back Trevor Smigiel; move into Write After
458         Approval section.
460 2019-10-01  Frederik Harwath <frederik@codesourcery.com>
462         * MAINTAINERS: Add myself to Write After Approval
464 2019-09-26  Richard Sandiford  <richard.sandiford@arm.com>
466         * MAINTAINERS: Add myself as an aarch64 maintainer.
468 2019-09-26  Kyrylo Tkachov  <kyrylo.tkachov@arm.com>
470         * MAINTAINERS: Add myself as aarch64 maintainer.
472 2019-09-23  Carl Love  <cel@us.ibm.com>
474         * config/rs6000/vsx.md (xxswapd_v4si, xxswapd_v8hi, xxswapd_v16qi):
475         New define_insn.
476         (vsx_xxpermdi4_le_<mode> for VSX_W, vsx_xxpermdi8_le_V8HI,
477         vsx_xxpermdi16_le_V16QI): Removed define_insn.
479 2019-09-13  Sam Tebbs  <sam.tebbs@arm.com>
481         * MAINTAINERS (Sam Tebbs): Update email address.
483 2019-09-10  Tobias Burnus  <tobias@codesourcery.com>
485         * MAINTAINERS: Update my email address.
487 2019-09-10  Christophe Lyon  <christophe.lyon@st.com>
489         * libtool.m4: Handle uclinuxfdpiceabi.
491 2019-09-09  Jose E. Marchesi  <jose.marchesi@oracle.com>
493         * MAINTAINERS: Add myself as the maintainer of the eBPF port.
494         Remove myself from Write After Approval section.
496 2019-09-09  Jose E. Marchesi  <jose.marchesi@oracle.com>
498         * configure.ac: Support for bpf-*-* targets.
499         * configure: Regenerate.
501 2019-09-09  Jose E. Marchesi  <jose.marchesi@oracle.com>
503         * config.sub: Import upstream version 2019-06-30.
504         * config.guess: Import upstream version 2019-07-24.
506 2019-09-03  Ulrich Weigand  <uweigand@de.ibm.com>
508         * MAINTAINERS: Remove spu port maintainers.
510 2019-08-28  Martin Liska  <mliska@suse.cz>
512         * .gitignore: Add .clangd and compile_commands.json
513         to .gitignore.
515 2019-08-23  Michael Forney  <mforney@mforney.org>
517         * Makefile.tpl (HOST_EXPORTS): Add CXX_FOR_BUILD.
518         * Makefile.in: Regenerate.
520 2019-08-19  Tom Tromey  <tom@tromey.com>
522         * configure: Rebuild.
523         * configure.ac: Add --with-static-standard-libraries.
525 2019-08-16  Alexandre Oliva <oliva@gnu.org>
527         * MAINTAINERS: aoliva from @redhat.com to @gcc.gnu.org.
529 2019-08-13  Mark Eggleston  <mark.eggleston@codethink.co.uk>
531         * MAINTAINERS (Write After Approval): Add myself.
533 2019-07-08  Kito Cheng  <kito.cheng@sifive.com>
535         * MAINTAINERS (Write After Approval): Remove myself, already listed in
536         RISC-V port maitainer.
538 2019-07-08  Kito Cheng  <kito.cheng@sifive.com>
540         * MAINTAINERS (Write After Approval): Fix the list sorted by surname.
542 2019-07-08  Kito Cheng  <kito.cheng@sifive.com>
544         * MAINTAINERS (Write After Approval): Add myself.
546 2019-07-03  Andrea Corallo  <andrea.corallo@arm.com>
548         * MAINTAINERS (Write After Approval): Add myself.
550 2019-06-25  Martin Liska  <mliska@suse.cz>
552         contrib/filter-clang-warnings.py: Transform from
553         filter-rtags-warnings.py.
555 2019-06-15  Tom Tromey  <tom@tromey.com>
557         * configure.ac (host_libs): Add gnulib.
558         * configure: Rebuild.
559         * Makefile.def (host_modules, dependencies): Add gnulib.
560         * Makefile.in: Rebuild.
562 2019-06-12  Dimitar Dimitrov  <dimitar@dinux.eu>
564         * MAINTAINERS (Write After Approval): Add myself.
566 2019-06-12  Dimitar Dimitrov  <dimitar@dinux.eu>
568         * configure: Regenerate.
569         * configure.ac: Add PRU target.
571 2019-06-11  Matthew Beliveau  <mbelivea@redhat.com>
573         * MAINTAINERS (Write After Approval): Add myself.
575 2019-06-11  Nick Clifton  <nickc@redhat.com>
577         Import these changes from the binutils/gdb repository:
579         2019-05-28  Nick Alcock  <nick.alcock@oracle.com>
581         * Makefile.def (dependencies): configure-libctf depends on all-bfd
582         and all its deps.
583         * Makefile.in: Regenerated.
585         2019-05-28  Nick Alcock  <nick.alcock@oracle.com>
587         * Makefile.def (host_modules): Add libctf.
588         * Makefile.def (dependencies): Likewise.
589         libctf depends on zlib, libiberty, and bfd.
590         * Makefile.in: Regenerated.
591         * configure.ac (host_libs): Add libctf.
592         * configure: Regenerated.
594 2019-05-20  Vladislav Ivanishin  <vlad@ispras.ru>
596         * MAINTAINERS (Write After Approval): Add myself.
598 2019-05-19  Peter Bergner  <bergner@linux.ibm.com>
600         * MAINTAINERS: Update my email address.
602 2019-05-17  Thomas Rodgers  <trodgers@redhat.com>
604         * MAINTAINERS (Write After Approval): Add myself.
606 2019-05-16  Jun Ma  <junma@linux.alibaba.com>
608         * MAINTAINERS (Write After Approval): Add myself.
610 2019-05-07  Jim Wilson  <jimw@sifive.com>
612         * MAINTAINERS: Remove myself as IA-64 maintainer.
614 2019-05-04  Roland Illig  <roland.illig@gmx.de>
616         * MAINTAINERS (Write After Approval): Add myself.
618 2019-05-02  Richard Biener  <rguenther@suse.de>
620         PR bootstrap/85574
621         * Makefile.tpl (compare target): Also compare extra-compare
622         files.
623         * Makefile.in: Regenerate.
625 2019-04-22  Roman Zhuykov  <zhroma@ispras.ru>
627         * MAINTAINERS (Various Maintainers): Remove Ayal Zaks and add myself
628         as modulo-scheduler maintainer.
630 2019-04-21  Iain Sandoe  <iain@sandoe.co.uk>
632         * MAINTAINERS: Add myself as co-maintainer for Darwin.
634 2019-04-18  Iain Sandoe  <iain@sandoe.co.uk>
636         * MAINTAINERS: Update my email address.
638 2019-04-14  Johannes Pfau  <johannespfau@gmail.com>
640         * configure.ac: Remove d from unsupported languages on mingw and cygwin.
641         * configure: Regenerate.
643 2019-04-14  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
645         * configure.ac (enable_libphobos): Check LIBPHOBOS_SUPPORTED.
646         * configure: Regenerate.
648 2019-04-12  Iain Buclaw  <ibuclaw@gdcproject.org>
650         * configure.ac: Add target-zlib to target_libraries.
651         * configure: Regenerate.
653 2019-04-09  Martin Liska  <mliska@suse.cz>
655         * Makefile.in: Regenerate.
656         * Makefile.tpl: Pass GENERATOR_CFLAGS
657         in all stages.
659 2019-03-28  Martin Liska  <mliska@suse.cz>
661         PR bootstrap/89829
662         * Makefile.in: Revert r254150.
663         * Makefile.tpl: Likewise.
665 2019-03-28  Ben Elliston  <bje@gnu.org>
667         * MAINTAINERS (Various Maintainers): Remove myself from dfp.c and
668         related, and libdecnumber.
670 2019-03-15  Alexander Monakov  <amonakov@ispras.ru>
672         * MAINTAINERS (Reviewers): Add myself as selective scheduling reviewer.
673         (Write After Approval): Remove myself.
675 2019-02-27  Alejandro Martinez  <alejandro.martinezvicente@arm.com>
677         * MAINTAINERS (Write After Approval): Add myself.
679 2019-02-11  Andrew Stubbs  <ams@codesourcery.com>
681         * MAINTAINERS (amdgcn port): Add myself and Julian Brown.
682         (Write After Approval): Remove myself and Julian.
684 2019-01-26  Harald Anlauf  <anlauf@gmx.de>
686         * MAINTAINERS (Write After Approval): Add myself.
688 2019-01-25  Kwok Cheung Yeung  <kcy@codesourcery.com>
690         * MAINTAINERS (Write After Approval): Add myself.
692 2019-01-24  Xiong Hu Luo  <luoxhu@linux.vnet.ibm.com>
694         * ChangeLog: Replace space with tab.
695         * MAINTAINERS: Delete 1 tab to keep alignment.
697 2019-01-21  Jiufu Guo  <guojiufu@linux.ibm.com>
699         * MAINTAINERS (Write After Approval): Add myself.
701 2019-01-18  Li Jia He  <helijia@gcc.gnu.org>
703         * MAINTAINERS (Write After Approval): Add myself.
705 2019-01-17  Andrew Stubbs  <ams@codesourcery.com>
706             Kwok Cheung Yeung  <kcy@codesourcery.com>
707             Julian Brown  <julian@codesourcery.com>
708             Tom de Vries  <tom@codesourcery.com>
709             Jan Hubicka  <hubicka@ucw.cz>
710             Martin Jambor  <mjambor@suse.cz>
712         * configure.ac: Likewise.
713         * configure: Regenerate.
714         * contrib/config-list.mk: Add amdgcn-amdhsa.
716 2019-01-16  Kewen Lin  <linkw@gcc.gnu.org>
718         * MAINTAINERS (Write After Approval): Add myself.
720 2019-01-16  Xiong Hu Luo  <luoxhu@linux.vnet.ibm.com>
722         * MAINTAINERS (Write After Approval): Add myself.
724 2019-01-03  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
726         PR target/88535
727         * config.guess: Import upstream version 2019-01-03.
728         * config.sub: Import upstream version 2019-01-01.
730 2018-12-21  Thomas Preud'homme  <thomas.preudhomme@linaro.org>
732         * MAINTAINERS (Write After Approval): Update my maintainer address.
734 2018-12-21  Gergö Barany  <gergo@codesourcery.com>
736         * MAINTAINERS (Write After Approval): Add myself.
738 2018-12-10  Segher Boessenkool  <segher@kernel.crashing.org>
740         * contrib/config-list.mk: Remove powerpc-eabispe and powerpc-linux_spe.
742 2018-12-05  Iain Sandoe  <iain@sandoe.co.uk>
744         * configure.ac (NCN_STRICT_CHECK_TOOLS): Check otool.
745         (ACX_CHECK_INSTALLED_TARGET_TOOL): Likewise
746         (GCC_TARGET_TOOL): Likewise.
747         * Makefile.tpl (HOST_EXPORTS): Add OTOOL, OTOOL_FOR_TARGET.
748         (BASE_TARGET_EXPORTS): OTOOL, export OTOOL_FOR_TARGET.
749         OTOOL, OTOOL_FOR_TARGET: New substitutions.
750         (EXTRA_HOST_FLAGS, EXTRA_TARGET_FLAGS): Add OTOOL.
751         * configure: Regenerate.
752         * Makefile.in: Likewise.
754 2018-11-28  Johannes Pfau  <johannespfau@gmail.com>
756         * MAINTAINERS (Write After Approval): Add myself.
758 2018-11-13  Martin Liska  <mliska@suse.cz>
760         * gcc.target/i386/pr87930.c: Move to ...
761         * gcc.dg/asan/pr87930.c: ... here.  Guard for i?86/x86_64 targets.
763 2018-11-10  Stafford Horne  <shorne@gmail.com>
765         * MAINTAINERS (CPU Port Maintainers): Add myself for or1k.
766         (Write After Approval): Remove myself.
768 2018-11-06  Hafiz Abid Qadeer  <abidh@codesourcery.com>
770         * config/iconv.m4 (AM_ICONV_LINK): Don't overwrite CPPFLAGS.
771         Append $INCICONV to it.
773 2018-11-04  Stafford Horne  <shorne@gmail.com>
775         * MAINTAINERS (Write After Approval): Add myself.
777 2018-10-31  Joseph Myers  <joseph@codesourcery.com>
779         PR bootstrap/82856
780         * multilib.am: New file.  From automake.
782         Merge from binutils-gdb:
783         2018-06-19  Simon Marchi  <simon.marchi@ericsson.com>
785         * libtool.m4: Use AC_LANG_SOURCE.
786         * configure.ac: Remove AC_PREREQ, use AC_LANG_SOURCE.
787         * ar-lib: New file.
788         * test-driver: New file.
789         * configure: Re-generate.
791 2018-10-31  Michael Ploujnikov  <michael.ploujnikov@oracle.com>
793         * MAINTAINERS (Write After Approval): Add myself.
795 2018-10-31  Iain Buclaw  <ibuclaw@gdcproject.org>
797         PR bootstrap/87788
798         PR d/87799
799         * configure: Rebuild.
800         * configure.ac: Disable D on systems where it is known not to work.
802 2018-10-28  Iain Buclaw  <ibuclaw@gdcproject.org>
804         * Makefile.def (target_modules): Add libphobos.
805         (flags_to_pass): Add GDC, GDCFLAGS, GDC_FOR_TARGET and
806         GDCFLAGS_FOR_TARGET.
807         (dependencies): Make libphobos depend on libatomic, libbacktrace
808         configure, and zlib configure.
809         (language): Add language d.
810         * Makefile.in: Rebuild.
811         * Makefile.tpl (BUILD_EXPORTS): Add GDC and GDCFLAGS.
812         (HOST_EXPORTS): Add GDC.
813         (POSTSTAGE1_HOST_EXPORTS): Add GDC and GDC_FOR_BUILD.
814         (BASE_TARGET_EXPORTS): Add GDC.
815         (GDC_FOR_BUILD, GDC, GDCFLAGS): New variables.
816         (GDC_FOR_TARGET, GDC_FLAGS_FOR_TARGET): New variables.
817         (EXTRA_HOST_FLAGS): Add GDC.
818         (STAGE1_FLAGS_TO_PASS): Add GDC.
819         (EXTRA_TARGET_FLAGS): Add GDC and GDCFLAGS.
820         * config-ml.in: Treat GDC and GDCFLAGS like other compiler/flag
821         environment variables.
822         * configure: Rebuild.
823         * configure.ac: Add target-libphobos to target_libraries.  Set and
824         substitute GDC_FOR_BUILD and GDC_FOR_TARGET.
826 2018-10-24  Ilya Leoshkevich  <iii@linux.ibm.com>
828         * MAINTAINERS (Write After Approval): Add myself.
830 2018-10-23  Iain Buclaw  <ibuclaw@gdcproject.org>
832         * MAINTAINERS (Write After Approval): Remove myself.
834 2018-10-23  Iain Buclaw  <ibuclaw@gdcproject.org>
836         * MAINTAINERS: Add myself as D front-end and libphobos maintainer.
838 2018-10-14  Bin Cheng <bin.cheng@linux.alibaba.com>
840         * MAINTAINERS: Update my email address.
842 2018-10-04  Thomas Schwinge  <thomas@codesourcery.com>
844         * MAINTAINERS: List myself as "libgomp (OpenACC)" and "OpenACC"
845         maintainer.
847 2018-09-13  Matthew Malcomson  <matthew.malcomson@arm.com>
849         * MAINTAINERS (Write After Approval): Add self.
851 2018-09-13  Sam Tebbs  <sam.tebbs@arm.com>
853         * MAINTAINERS (write after approval): Add myself.
855 2018-09-04  Xuepeng Guo  <xuepeng.guo@intel.com>
857         * MAINTAINERS: Update my email address.
859 2018-08-29  Vlad Lazar  <vlad.lazar@arm.com>
861         * MAINTAINERS (write after approval): Add myself.
863 2018-08-21  Richard Sandiford  <richard.sandiford@arm.com>
865         * MAINTAINERS: Add self to global reviewers list.
867 2018-08-17  Sandra Loosemore  <sandra@codesourcery.com>
869         MAINTAINERS: Add c-sky port maintainers.
871 2018-08-10  Martin Liska  <mliska@suse.cz>
873         * MAINTAINERS: Revert change in previous commit and
874         join lines.
876 2018-08-10  Martin Liska  <mliska@suse.cz>
878         * MAINTAINERS: Remove extra line.
880 2018-08-06  Naveen H.S  <naveenh@marvell.com>
882         * MAINTAINERS: Update my email address.
884 2018-07-19  DJ Delorie  <dj@redhat.com>
886         * MAINTAINERS (m32c, msp43, rl78, libiberty, build): Remove myself
887         as maintainer.
889 2018-07-16  Andreas Krebbel  <krebbel@linux.ibm.com>
891         * MAINTAINERS: Adjust email address for me and my colleague Robin
892         Dapp.
894 2018-07-13  H.J. Lu  <hongjiu.lu@intel.com>
895             Sunil K Pandey  <sunil.k.pandey@intel.com>
897         PR target/84413
898         * config/i386/i386.c (m_CORE_AVX512): New.
899         (m_CORE_AVX2): Likewise.
900         (m_CORE_ALL): Add m_CORE_AVX2.
901         * config/i386/x86-tune.def: Replace m_HASWELL with m_CORE_AVX2.
902         Replace m_SKYLAKE_AVX512 with m_CORE_AVX512 on avx256_optimal
903         and remove the rest of m_SKYLAKE_AVX512.
905 2018-07-06  Sebastian Huber  <sebastian.huber@embedded-brains.de>
907         * config.sub: Sync with upstream version 2018-07-03.
909 2018-07-06  Sebastian Huber  <sebastian.huber@embedded-brains.de>
911         * config.guess: Sync with upstream version 2018-06-26.
912         * config.sub: Sync with upstream version 2018-07-02.
914 2018-06-19  Bernhard M. Wiedemann  <bwiedemann@suse.de>
916         * libtool.m4: Sort output of 'find' to enable deterministic builds.
917         * ltmain.sh: Likewise.
919 2018-07-03  Segher Boessenkool  <segher@kernel.crashing.org>
921         * contrib/config-list.mk: Remove powerpc-linux_paired.
923 2018-06-29  Alexandre Oliva <oliva@adacore.com>
925         * configure.ac: Introduce support for @unless/@endunless.
926         * Makefile.tpl (dep-kind): Rewrite with cond; return
927         postbootstrap in some cases.
928         (make-postboot-dep, postboot-targets): New.
929         (dependencies): Do not output postbootstrap dependencies at
930         first.  Output non-target ones changed for configure to depend
931         on stage_last @if gcc-bootstrap, and the original deps @unless
932         gcc-bootstrap.
933         * configure.in, Makefile.in: Rebuilt.
935 2018-06-28  Jackson Woodruff  <jackson.woodruff@arm.com>
937         * MAINTAINERS (write after approval): Add myself.
939 2018-06-26  Rasmus Villemoes  <rv@rasmusvillemoes.dk>
941         * MAINTAINERS (write after approval): Add myself.
943 2018-06-19  Nick Clifton  <nickc@redhat.com>
945         * zlib/configure.ac: Restore old behaviour of only enabling
946         multilibs when a target subdirectory is defined.  This allows
947         building with srcdir == builddir.
948         * zlib/configure: Regenerate.
950 2018-06-18  Eric Botcazou  <ebotcazou@adacore.com>
952         * Makefile.def (fortran): Add check-target-libgomp-fortran.
953         * Makefile.tpl (check-target-libgomp-fortran): New phony target.
954         * Makefile.in: Regenerate.
956 2018-06-16  Ben Elliston  <bje@gnu.org>
958         * config.guess: Import latest version.
959         * config.sub: Likewise.
961 2018-06-08  Martin Liska  <mliska@suse.cz>
963         * MAINTAINERS: Remove MPX-related entries.
964         * Makefile.def: Remove libmpx support.
965         * Makefile.in: Regenerate.
966         * configure.ac: Remove removed files.
967         * configure: Regenerate.
968         * libmpx/ChangeLog: Remove.
969         * libmpx/Makefile.am: Remove.
970         * libmpx/Makefile.in: Remove.
971         * libmpx/acinclude.m4: Remove.
972         * libmpx/aclocal.m4: Remove.
973         * libmpx/config.h.in: Remove.
974         * libmpx/configure: Remove.
975         * libmpx/configure.ac: Remove.
976         * libmpx/configure.tgt: Remove.
977         * libmpx/libmpx.spec.in: Remove.
978         * libmpx/mpxrt/Makefile.am: Remove.
979         * libmpx/mpxrt/Makefile.in: Remove.
980         * libmpx/mpxrt/libmpx.map: Remove.
981         * libmpx/mpxrt/libtool-version: Remove.
982         * libmpx/mpxrt/mpxrt-utils.c: Remove.
983         * libmpx/mpxrt/mpxrt-utils.h: Remove.
984         * libmpx/mpxrt/mpxrt.c: Remove.
985         * libmpx/mpxrt/mpxrt.h: Remove.
986         * libmpx/mpxwrap/Makefile.am: Remove.
987         * libmpx/mpxwrap/Makefile.in: Remove.
988         * libmpx/mpxwrap/libmpxwrappers.map: Remove.
989         * libmpx/mpxwrap/libtool-version: Remove.
990         * libmpx/mpxwrap/mpx_wrappers.c: Remove.
992 2018-06-04  Martin Liska  <mliska@suse.cz>
994         * MAINTAINERS: Add myself as gcov maintainer.
996 2018-06-04  Matthew Fortune  <mfortune@gmail.com>
998         * MAINTAINERS: Update my email address.
1000 2018-06-04  Tom de Vries  <tdevries@suse.de>
1002         * MAINTAINERS: Remove write-after-approval entries for component
1003         maintainers.
1005 2018-06-01  Jozef Lawrynowicz  <jozef.l@mittosystems.com>
1007         * MAINTAINERS (write after approval): Add myself.
1009 2018-06-01  Bin Cheng <amker@gcc.gnu.org>
1011         * MAINTAINERS: Update my email address.
1013 2018-06-01  Tom de Vries  <tdevries@suse.de>
1015         * MAINTAINERS: Update my email address.
1017 2018-05-22  Bin Cheng <bin.cheng@arm.com>
1019         * MAINTAINERS (loop-optimizer): Add myself.
1021 2018-05-01  Francois H. Theron  <francois.theron@netronome.com>
1023         * configure.ac: Added "nfp" target.
1024         * configure: Regenerate.
1026 2018-04-30  Richard Biener  <rguenther@suse.de>
1028         PR bootstrap/85571
1029         * Makefile.tpl (STAGE3_CFLAGS): Use -fchecking=1.
1030         (STAGE3_TFLAGS): Likewise.
1031         (STAGEtrain_CFLAGS): Filter out -fchecking=1.
1032         (STAGEtrain_TFLAGS): Likewise.
1033         * Makefile.in: Regenerate.
1035 2018-04-26  Richard Biener  <rguenther@suse.de>
1037         * Makefile.tpl (STAGE1_TFLAGS): Add -fno-checking.
1038         (STAGE2_CFLAGS): Likewise.
1039         (STAGE2_TFLAGS): Likewise.
1040         (STAGE3_CFLAGS): Add -fchecking.
1041         (STAGE3_TFLAGS): Likewise.
1042         (STAGEtrain_CFLAGS): Filter out -fchecking.
1043         (STAGEtrain_TFLAGS): Likewise.
1044         * Makefile.in: Re-generate.
1046 2018-04-25  Catherine Moore <clm@codesourcery.com>
1048         * MAINTAINERS (mips): Remove myself as MIPS maintainer.
1050 2018-04-18  Paul Clarke  <pc@us.ibm.com>
1052         * MAINTAINERS (write after approval): Add myself.
1054 2018-04-10  Aaron Sawdey  <acsawdey@linux.ibm.com>
1056         * MAINTAINERS: Update my email address.
1058 2018-04-02  Bill Schmidt  <wschmidt@linux.ibm.com>
1060         * MAINTAINERS: Remove redundant Write-After-Approval entry.
1062 2018-03-30  Bill Schmidt  <wschmidt@linux.ibm.com>
1064         * MAINTAINERS: Update my email address and disambiguate myself
1065         a bit from Will Schmidt.
1067 2018-03-21  Nathan Sidwell  <nathan@acm.org>
1069         * MAINTAINERS: Move maintainers of now-removed picochip and score
1070         ports to write after approval.
1072 2018-03-13  Richard Sandiford  <richard.sandiford@arm.com>
1074         * MAINTAINERS: Add entry for SVE maintainership.
1076 2018-02-13  Maciej W. Rozycki  <macro@mips.com>
1078         * configure.ac <wasm32-*-*> (noconfigdirs): Add `ld'.
1079         * configure: Regenerate.
1081 2018-01-18  Boris Kolpackov  <boris@codesynthesis.com>
1083         * MAINTAINERS (write after approval): Add myself.
1085 2018-01-18  Siddhesh Poyarekar  <siddhesh@sourceware.org>
1087         * MAINTAINERS (write after approval): Add myself.
1089 2018-01-16  Sebastian Perta  <sebastian.perta@renesas.com>
1091         * MAINTAINERS (write after approval): Add myself.
1093 2018-01-03  Jakub Jelinek  <jakub@redhat.com>
1095         Update copyright years.
1097 2018-01-03  Ben Elliston  <bje@gnu.org>
1099         * config.guess: Import latest version.
1100         * config.sub: Likewise.
1102 2017-12-12  Stafford Horne  <shorne@gmail.com>
1104         * configure.ac: Remove logic adding gdb to noconfigsdirs for or1k.
1105         * configure: Regenerate.
1107 2017-11-29  Qing Zhao  <qing.zhao@oracle.com>
1109         * MAINTAINERS (Write After Approval): Add myself.
1111 2017-11-28  Julia Koval  <julia.koval@intel.com>
1112             Sebastian Peryt  <sebastian.peryt@intel.com>
1114         * Makefile.def (target_modules): Remove libcilkrts.
1115         * Makefile.in: Ditto.
1116         * configure: Ditto.
1117         * configure.ac: Ditto.
1119 2017-11-28  Julia Koval  <julia.koval@intel.com>
1121         * MAINTAINERS (Write After Approval): Add myself.
1123 2017-11-22  Sudakshina Das  <sudi.das@arm.com>
1125         * MAINTAINERS (Write After Approval): Add myself.
1127 2017-11-06  Palmer Dabbelt  <palmer@sifive.com>
1129         * MAINTAINERS (RISC-V): Add Jim Wilson as a maintainer.
1130         Use my SiFive email address.
1132 2017-11-15  Sebastian Peryt  <sebastian.peryt@intel.com>
1134         * MAINTAINERS (write after approval): Add myself.
1136 2017-10-27  Martin Liska  <mliska@suse.cz>
1138         * Makefile.tpl: Use proper name of folder as it was renamed
1139         during transition to 4 stages.
1140         * Makefile.in: Regenerate.
1142 2017-10-16  Igor Tsimbalist  <igor.v.tsimbalist@intel.com>
1144         * MAINTAINERS (write after approval): Add myself.
1146 2017-10-01  Gerald Pfeifer  <gerald@pfeifer.com>
1148         * MAINTAINERS: Add a note that maintainership also includes web
1149         pages, docs, and testsuite related to that area.
1151 2017-09-25  Tom de Vries  <tom@codesourcery.com>
1153         * MAINTAINERS (CPU Port Maintainers): Add myself as nvptx maintainer.
1155 2017-09-18  Pierre-Marie de Rodat  <derodat@adacore.com>
1157         * MAINTAINERS: Add myself as a maintainer for the Ada front end.
1159 2017-09-15  Nathan Sidwell  <nathan@acm.org>
1161         * MAINTAINERS: Remove myself as a vxworks maintainer.
1163 2017-09-13  Thomas Schwinge  <thomas@codesourcery.com>
1165         * MAINTAINERS: Remove email address of Jim Norris.
1167 2017-09-11  Kyrylo Tkachov  <kyrylo.tkachov@arm.com>
1169         * MAINTAINERS (Reviewers): Move myself from here...
1170         (CPU Port Maintainers): ... to here.
1172 2017-09-09  James Greenhalgh  <james.greenhalgh@arm.com>
1174         * MAINTAINERS (James Greenhalgh): Move to AArch64 maintainers.
1176 2017-07-31  Robin Dapp  <rdapp@linux.vnet.ibm.com>
1178         * MAINTAINERS (write after approval): Add myself.
1180 2017-07-28  Tony Reix  <tony.reix@atos.net>
1182         * configure.ac (target-libffi): Don't disable for AIX.
1183         (go): Don't add to unsupported_languages on AIX.
1184         (target-libgo): Don't disable for AIX.
1185         * configure: Regenerate.
1187 2017-07-19  Yury Gribov  <tetra2005@gmail.com>
1189         * MAINTAINERS: Add myself.
1191 2017-07-18  Trevor Saunders  <tbsaunde+gcc@tbsaunde.org>
1193         * MAINTAINERS: Update my email address.
1195 2017-07-04  Richard Earnshaw  <rearnsha@arm.com>
1197         * contrib/gcc_update (files_and_dependencies): Remove stamp rules for
1198         arm-specific auto-generated header files.
1200 2017-07-03  Nathan Sidwell  <nathan@acm.org>
1202         * configure.ac: Set srcdir when sourcing config-lang.in fragments.
1203         * configure: Rebuilt.
1205 2017-07-03  Bernd Schmidt  <bschmidt@redhat.com>
1207         * MAINTAINERS: Readd myself for c6x.
1209 2017-06-28  Martin Liska  <mliska@suse.cz>
1211         PR bootstrap/81217
1212         * Makefile.def: Remove superfluous bootstrap_target from
1213         bootstrap_stage.
1214         * Makefile.in: Re-generate the file.
1216 2017-06-26  Maxim Ostapenko  <m.ostapenko@samsung.com>
1218         * MAINTAINERS: Add myself to Write After Approval
1220 2017-06-21  Andrew Jenner  <andrew@codesourcery.com>
1222         * MAINTAINERS: Add myself as maintainer for PowerPC SPE port.
1224 2017-06-19  Martin Liska  <mliska@suse.cz>
1226         * Makefile.def: Define 4 stages PGO bootstrap.
1227         * Makefile.tpl: Define FLAGS.
1228         * Makefile.in: Regenerate.
1230 2017-06-14  Ian Lance Taylor  <iant@golang.org>
1232         * Makefile.def: Add check-gotools to go check targets.
1233         * Makefile.in: Rebuild.
1235 2017-06-12  Segher Boessenkool  <segher@kernel.crashing.org>
1237         * config.gcc: Remove rs6000/e500.h from tm_file for all targets.
1239 2017-06-03  Eric Botcazou  <ebotcazou@adacore.com>
1241         * configure.ac (*-*-linux-android*): Set target_makefile_frag.
1242         * configure: Regenerate.
1244 2017-05-31  Martin Liska  <mliska@suse.cz>
1246         * configure.ac: Add handling of stage2_werror_flags to
1247         action-if-given and to action-if-not-given.
1248         * configure: Regenerate.
1250 2017-05-31  Prakhar Bahuguna  <prakhar.bahuguna@arm.com>
1252         * MAINTAINERS: Add self to Write After Approval
1254 2017-05-27  Bernd Schmidt  <bschmidt@redhat.com>
1256         * MAINTAINERS: Update my email address, and remove myself as
1257         maintainer in some areas.
1259 2017-05-25  Eric Gallager  <egall@gwmail.gwu.edu>
1261         * MAINTAINERS: Add self to Write After Approval
1263 2017-05-25  Nathan Sidwell  <nathan@acm.org>
1265         * configure.ac: Add --enable-languages=default to mean default and
1266         make --enable-languages=all mean all supported languages.
1267         * configure: Regenerated.
1269 2017-05-24  Segher Boessenkool  <segher@kernel.crashing.org>
1271         * config.gcc (powerpc*-*-*spe*): New.
1272         (powerpc-*-eabispe*): Use ${cpu_type} instead of hardcoded pathnames.
1273         (powerpc-*-rtems*spe*): New.
1274         (powerpc*-*-linux*spe*): New.
1275         (powerpc-wrs-vxworksspe): New.
1276         (powerpc*-*-*, rs6000-*-*): Use ${cpu_type}.
1277         (misc flags) [powerpc*-*-*, rs6000-*-*): Use ${cpu_type}.
1278         * config.host (powerpc*-*-*spe*): New.
1280 2017-05-19  Martin Liska  <mliska@suse.cz>
1282         * configure.ac: Add --enable-werror-always just for
1283         bootstrap-debug (or none build config) and do not add it
1284         when we are on a release branch.
1285         * configure: Regenerated.
1287 2017-05-18  Sheldon Lobo  <sheldon.lobo@oracle.com>
1289         * MAINTAINERS: Add self to Write After Approval
1291 2017-05-09  Kaz Kojima  <kkojima@gcc.gnu.org>
1293         * MAINTAINERS: Move myself to Write After Approval section.
1295 2017-05-09  Claudiu Zissulescu  <claziss@synopsys.com>
1297         * config/arc/arc.c (arc_conditional_register_usage): Handle ACCL,
1298         ACCH registers.
1299         * config/arc/arc.md (mulsidi3): Use advanced mpy instructions when
1300         available.
1301         (umulsidi3): Likewise.
1302         (mulsidi3_700): Disable this pattern when we have advanced mpy
1303         instructions.
1304         (umulsidi3_700): Likewise.
1305         (maddsidi4): New pattern.
1306         (macd, mac, mac_r, umaddsidi4, macdu, macu, macu_r): Likewise.
1307         (mpyd_arcv2hs, mpyd_imm_arcv2hs, mpydu_arcv2hs): Likewise.
1308         (mpydu_imm_arcv2hs): Likewise.
1309         * config/arc/predicates.md (accl_operand): New predicate.
1311 2017-05-09  Claudiu Zissulescu  <claziss@synopsys.com>
1312             Andrew Burgess <andrew.burgess@embecosm.com>
1314         * config/arc/arc.c (ARC_AUTOBLINK_IRQ_P): Consider fast interrupts
1315         case.
1316         (ARC_AUTOFP_IRQ_P): Likewise.
1317         (ARC_AUTO_IRQ_P): Likewise.
1318         (rgf_banked_register_count): New variable.
1319         (parse_mrgf_banked_regs_option): New function.
1320         (arc_override_options): Handle rgf_banked_regs option.
1321         (arc_handle_interrupt_attribute): Add firq option.
1322         (arc_compute_function_type): Return fast irq type when required.
1323         (arc_must_save_register): Handle fast interrupts.
1324         (arc_expand_prologue): Do not emit dwarf info for fast interrupts.
1325         (arc_return_address_regs): Update.
1326         * config/arc/arc.h (arc_return_address_regs): Update.
1327         (arc_function_type): Add fast interrupt type.
1328         (ARC_INTERRUPT_P): Update.
1329         (RC_FAST_INTERRUPT_P): Define.
1330         * config/arc/arc.md (simple_return): Update for fast interrupts.
1331         (p_return_i): Likewise.
1332         * config/arc/arc.opt (mrgf-banked-regs): New option.
1333         * doc/invoke.texi (mrgf-banked-regs): Document.
1335 2017-05-09  Claudiu Zissulescu  <claziss@synopsys.com>
1337         * config/arc/arc.c (irq_ctrl_saved): New variable.
1338         (ARC_AUTOBLINK_IRQ_P): Define.
1339         (ARC_AUTOFP_IRQ_P): Likewise.
1340         (ARC_AUTO_IRQ_P): Likewise.
1341         (irq_range): New function.
1342         (arc_must_save_register): Likewise.
1343         (arc_must_save_return_addr): Likewise.
1344         (arc_dwarf_emit_irq_save_regs): Likewise.
1345         (arc_override_options): Handle deferred options.
1346         (MUST_SAVE_REGISTER): Deleted, replaced by arc_must_save_register.
1347         (MUST_SAVE_RETURN_ADDR): Deleted, replaced by
1348         arc_must_save_return_addr.
1349         (arc_compute_frame_size): Handle automated save and restore of
1350         registers.
1351         (arc_expand_prologue): Likewise.
1352         (arc_expand_epilogue): Likewise.
1353         * config/arc/arc.md (stack_irq_dwarf): New unspec instruction.
1354         * config/arc/arc.opt (mirq-ctrl-saved): New option.
1355         * doc/invoke.texi (mirq-ctrl-saved): Document option.
1357 2017-04-19  Thomas Koenig  <tkoenig@gcc.gnu.org>
1358         Tobias Burnus  <tobias.burnus@physik.fu-berlin.de>
1360         PR bootstrap/77661
1361         * Makefile.def: Don't pass --enable-maintainer-mode on to an
1362         in-tree build MPC.
1363         * Makefile.in: Regenerate.
1365 2017-03-22  Francois-Xavier Coudert  <fxcoudert@gcc.gnu.org>
1367         * configure.ac: Enable LTO by default on darwin >= 9.
1368         * configure: Regenerate.
1370 2017-03-20  Palmer Dabbelt  <palmer@dabbelt.com>
1372         * MAINTAINERS (CPU Port Maintainers): Add Kito Cheng, Palmer Dabbelt,
1373         and Andrew Waterman as the RISC-V maintainers.
1375 2017-03-18  Nicolas Koenig  <koenigni@gcc.gnu.org>
1377         * MAINTAINERS: Add self to Write After Approval
1379 2017-03-18  Gerald Pfeifer  <gerald@pfeifer.com>
1381         * config.guess: Import latest from upstream.
1383 2017-03-18  Gerald Pfeifer  <gerald@pfeifer.com>
1385         * MAINTAINERS (Write After Approval): Remove entries that are
1386         already covered under Reviewers.
1388 2017-03-08  Mark Wielaard  <mark@klomp.org>
1390         PR demangler/70909
1391         PR demangler/67264
1392         * include/demangle.h: Add d_printing to struct demangle_component
1393         and pass struct demangle_component as non const.
1395 2017-02-26  Gerald Pfeifer  <gerald@pfeifer.com>
1397         * MAINTAINERS: Remove Neil Booth as option handling maintainer.
1399 2017-02-15  Thomas Schwinge  <thomas@codesourcery.com>
1401         * Makefile.tpl: Remove HOST_ISLVER.
1402         (HOST_EXPORTS): Remove ISLVER.
1403         * Makefile.in: Regenerate.
1405 2017-02-13  Richard Biener  <rguenther@suse.de>
1407         * configure: Re-generate.
1409 2017-02-07  Gerald Pfeifer  <gerald@pfeifer.com>
1411         * MAINTAINERS: Adjust bug reporting URL.
1413 2017-02-05  Gerald Pfeifer  <gerald@pfeifer.com>
1415         * MAINTAINERS (Write After Approval): Remove redundant entry
1416         for Andrew Burgess.
1418 2017-02-03  John David Anglin  <danglin@gcc.gnu.org>
1420         * configure.ac: Add gcc/function-tests.o to compare_exclusions for
1421         32-bit hppa*-*-hpux*.
1422         * configure: Regenerate.
1424 2017-01-27  Pekka Jääskeläinen  <pekka.jaaskelainen@parmance.com>
1426         * configure.ac: Moved the white list of enabling BRIG FE to
1427         libhsail-rt/configure.tgt.
1428         * configure: Regenerated.
1429         * MAINTAINERS: Updated maintainers for BRIG FE and libhsail-rt.
1431 2017-01-24  Pekka Jääskeläinen  <pekka@parmance.com>
1432             Martin Jambor  <mjambor@suse.cz>
1434         * Makefile.def (target_modules): Added libhsail-rt.
1435         (languages): Added language brig.
1436         * Makefile.in: Regenerated.
1437         * configure.ac (TOPLEVEL_CONFIGURE_ARGUMENTS): Added
1438         tgarget-libhsail-rt.  Make brig unsupported on untested architectures.
1439         * configure: Regenerated.
1441 2017-01-17  Jakub Jelinek  <jakub@redhat.com>
1443         PR other/79046
1444         * configure: Regenerated.
1446 2017-01-04  Alan Modra  <amodra@gmail.com>
1448         * configure: Regenerate.
1450 2016-12-29  Ben Elliston  <bje@gnu.org>
1452         * config.sub: Import latest version.
1454 2016-12-26  Alexander Ivchenko  <alexander.ivchenko@intel.com>
1456         * MAINTAINERS (Write After Approval): Add myself.
1458 2016-12-21  Jakub Jelinek  <jakub@redhat.com>
1460         * configure.ac: Don't bootstrap libmpx unless --with-build-config
1461         includes bootstrap-mpx.
1462         * configure: Regenerated.
1464 2016-12-19  Chenghua Xu  <paul.hua.gm@gmail.com>
1466         * MAINTAINERS (Write After Approval): Add myself.
1468 2016-12-01  Ma Jiang  <ma.jiang@zte.com.cn>
1470         * configure: Regenerate.
1472 2016-12-01  Matthias Klose  <doko@ubuntu.com>
1474         * configure.ac: Don't use pkg-config to check for bdw-gc.
1475         * configure: Regenerate.
1477 2016-11-30  Matthias Klose  <doko@ubuntu.com>
1479         * Makefile.def: Remove reference to boehm-gc target module.
1480         * configure.ac: Include pkg.m4, check for --with-target-bdw-gc
1481         options and for the bdw-gc pkg-config module.
1482         * configure: Regenerate.
1483         * Makefile.in: Regenerate.
1485 2016-11-28  Nathan Sidwell  <nathan@acm.org>
1487         * MAINTAINERS (nvptx): Remove self.
1489 2016-11-25  Ben Elliston  <bje@gnu.org>
1491         * config.guess: Import latest version.
1492         * config.sub: Likewise.
1494 2016-11-18  Toma Tabacu  <toma.tabacu@imgtec.com>
1496         * MAINTAINERS (Write After Approval): Add myself.
1498 2016-11-15  Matthias Klose  <doko@ubuntu.com>
1500         * Makefile.def: Remove references to GCJ.
1501         * Makefile.tpl: Likewise.
1502         * Makefile.in: Regenerate.
1504 2016-11-15  Matthias Klose  <doko@ubuntu.com>
1506         * config-ml.in: Remove references to GCJ.
1507         * configure.ac: Likewise.
1508         * configure: Regenerate.
1510 2016-11-01  Josh Conner  <joshconner@google.com>
1512         * MAINTAINERS (Write After Approval): Update email address,
1514 2016-10-27  Carl Love  <cel@us.ibm.com>
1516         * MAINTAINERS (Write After Approval): Fix my entry in the Write After
1517         Approval list to make it alphabetical.
1519 2016-10-27  Carl Love  <cel@us.ibm.com>
1521         * MAINTAINERS (Write After Approval): Add myself.
1523 2016-10-27  Andrew Burgess  <andrew.burgess@embecosm.com>
1525         * MAINTAINERS (Reviewers): Add myself.
1526         (Write After Approval): Add myself.
1528 2016-10-21  Hartmut Penner  <hepenner@us.ibm.com>
1529             Ulrich Weigand  <uweigand@de.ibm.com>
1531         * MAINTAINERS: Update email address.
1533 2016-10-10  Nathan Sidwell  <nathan@acm.org>
1535         * MAINTAINERS: Update email address.
1537 2016-10-10  Andreas Tobler <andreast@gcc.gnu.org>
1539         * configure.ac: Add aarch64-*-freebsd*.
1540         * configure: Regenerate.
1542 2016-10-05  Steve Ellcey  <sellcey@caviumnetworks.com>
1544         * MAINTAINERS: Update email address after it got reverted.
1546 2016-10-04  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
1548         * configure.ac (target_libraries): Readd target-boehm-gc.
1549         Restore --enable-objc-gc handling.
1550         * configure: Regenerate.
1552 2015-10-03  Jeff Law  <law@redhat.com>
1554         * MAINTAINERS: Move several inactive maintainers to the
1555         write-after-approval section.
1557 2016-09-30  Jakub Jelinek  <jakub@redhat.com>
1559         * configure.ac: Add target-libffi to target_libraries.
1560         Readd libgcj target disablings, modified to only target-libffi.
1561         Readd target addition of go to unsupported languages.
1562         * configure: Regenerated.
1564 2016-09-30  Steve Ellcey  <sellcey@caviumnetworks.com>
1566         * MAINTAINERS: Update email address.
1568 2016-09-30  Andrew Haley  <aph@redhat.com>
1570         * MAINTAINERS: Remove Per Bothner, Andrew Haley, and Tom Tromey from
1571         write-after approval.  Remove Tom Tromey and Bryce McKinlay from
1572         libgcj.
1574 2016-09-30  Andrew Haley  <aph@redhat.com>
1576         * MAINTAINERS: Move Per Bothner, Andrew Haley, and Tom Tromey to
1577         write-after approval after GCJ deletion.
1579 2016-09-30  Andrew Haley  <aph@redhat.com>
1581         * Makefile.def: Remove libjava.
1582         * Makefile.tpl: Likewise.
1583         * Makefile.in: Regenerate.
1584         * configure.ac: Likewise.
1585         * configure: Likewise.
1586         * gcc/java: Remove.
1587         * libjava: Likewise.
1589 2016-09-28  Claudiu Zissulescu  <claziss@synopsys.com>
1591         * MAINTAINERS (Reviewers): Add myself.
1593 2016-09-26  Anton Kolesov  <Anton.Kolesov@synopsys.com>
1595         * configure.ac: Disable "sim" directory for arc*-*-*.
1596         * configure: Regenerated.
1598 2016-09-23  Tamar Christina <tamar.christina@arm.com>
1600         * MAINTAINERS (Write After Approval): Add myself.
1602 2016-09-12  Maciej W. Rozycki  <macro@imgtec.com>
1604         * configure.ac: Check for the minimum in-tree MPFR version
1605         handled.
1606         * configure: Regenerate.
1608 2016-07-20  Yan-Ting Lin  <currygt52@gmail.com>
1610         * configure.ac (nds32*-*-*): Remove entry to enable gdb.
1611         * configure: Regenerated.
1613 2016-07-19  Fritz Reese  <fritzoreese@gmail.com>
1615         * MAINTAINERS (Write After Approval): Add myself.
1617 2016-06-23  Andi Kleen  <ak@linux.intel.com>
1619         * Makefile.def: Add autoprofiledbootstrap.
1620         * Makefile.tpl: Dito.
1621         * Makefile.in: Regenerate.
1623 2016-06-23  Jakub Sejdak  <jakub.sejdak@phoesys.com>
1625     * configure.ac: Disable libgcj and libgloss for Phoenix-RTOS targets.
1626     * configure: Regenerate.
1628 2016-06-21  Trevor Saunders  <tbsaunde+gcc@tbsaunde.org>
1630         * configure: Regenerate.
1631         * configure.ac: Remove support for avr-rtems.
1633 2016-06-18  Senthil Kumar Selvaraj  <senthil_kumar.selvaraj@atmel.com>
1635         * MAINTAINERS (Write After Approval): Add myself.
1637 2016-06-16  Michael Collison  <michael.collison@arm.com>
1639         * MAINTAINERS (Write After Approval): Add myself.
1641 2016-06-14  Mikael Morin  <mikael@gcc.gnu.org>
1643         * MAINTAINERS (Write After Approval): Update e-mail address.
1645 2016-06-03  Jose E. Marchesi  <jose.marchesi@oracle.com>
1647         * MAINTAINERS (Write After Approval): Add myself.
1649 2016-05-28  Alan Modra  <amodra@gmail.com>
1651         * Makefile.tpl (configure): Depend on m4 files included.
1652         * Makefile.in: Regenerate.
1654 2016-05-20  Bill Seurer  <seurer@linux.vnet.ibm.com>
1656         * config/rs6000/rs6000-c.c (altivec_resolve_overloaded_builtin): Fix
1657         code formatting in ALTIVEC_BUILTIN_VEC_ADDE section.
1659 2016-05-20  Bill Seurer  <seurer@linux.vnet.ibm.com>
1661         * config/rs6000/rs6000-builtin.def (vec_addec): Change vec_addec to a
1662         special case builtin.
1663         * config/rs6000/rs6000-c.c (altivec_resolve_overloaded_builtin): Add
1664         support for ALTIVEC_BUILTIN_VEC_ADDEC.
1665         * config/rs6000/rs6000.c (altivec_init_builtins): Add definition
1666         for __builtin_vec_addec.
1668 2016-05-16  Jakub Sejdak  <jakub.sejdak@phoesys.com>
1670         * config.guess: Import version 2016-04-02 (newest).
1671         * config.sub: Import version 2016-05-10 (newest).
1673 2016-05-16  Anton Kolesov  <anton.kolesov@synopsys.com>
1675         * configure.ac: Add ARC support to libgloss.
1676         * configure: Regenerate
1678 2016-05-09  Aaron Sawdey  <acsawdey@linux.vnet.ibm.com>
1680         * MAINTAINERS (Write After Approval): Add myself.
1682 2016-05-02  Bernd Edlinger  <bernd.edlinger@hotmail.de>
1684         * configure.ac (mpfr): Remove pre-3.1.0 mpfr compatibility code.
1685         * configure: Regenerated.
1686         * Makefile.def (gmp): Explicitly disable assembler.
1687         (mpfr): Adjust lib_path.
1688         (mpc): Likewise.
1689         * Makefile.in: Regenerated.
1691 2016-05-01  Jakub Jelinek  <jakub@redhat.com>
1693         PR bootstrap/70704
1694         * configure.ac (--enable-stage1-checking): Add missing
1695         --enable-checking=.
1696         * configure: Regenerated.
1698 2016-04-30  Oleg Endo  <olegendo@gcc.gnu.org>
1700         * config.guess: Revert r235676.
1701         * config.sub: Revert r235676.
1703 2016-04-30  Oleg Endo  <olegendo@gcc.gnu.org>
1705         * config.guess: Remove SH5 support.
1706         * config.sub: Likewise.
1707         * configure: Likewise.
1708         * configure.ac: Likewise.
1710 2016-04-26  Jakub Jelinek  <jakub@redhat.com>
1712         PR bootstrap/70704
1713         * configure.ac (--enable-stage1-checking): For --disable-checking or
1714         implicit --enable-checking, make sure extra flag matches in between
1715         stage1 and later checking.
1716         * configure: Regenerated.
1718 2016-04-22  Trevor Saunders  <tbsaunde+gcc@tbsaunde.org>
1720         * .gitattributes: New file.
1722 2016-04-22  Segher Boessenkool  <segher@kernel.crashing.org>
1724         * MAINTAINERS (rs6000/powerpc port): Add myself.
1726 2016-04-13  Segher Boessenkool  <segher@kernel.crashing.org>
1728         PR bootstrap/70173
1729         * Makefile.tpl (local-distclean): Delete the libcc1, gnattools,
1730         and gotools directories.  Delete the stage_final file.
1731         * Makefile.in: Regenerate.
1733 2016-04-12  Andre Vieira  <andre.simoesdiasvieira@arm.com>
1735         * MAINTAINERS (Write After Approval): Add myself.
1737 2016-04-09  Steven G. Kargl  <kargl@gcc.gnu.org>
1739         * MAINTAINERS (Fortran maintainer): Remove myself.
1741 2016-04-04  Bill Seurer  <seurer@linux.vnet.ibm.com>
1743         * MAINTAINERS (Write After Approval): Add myself.
1745 2016-03-29  Kelvin Nilsen  <kdnilsen@linux.vnet.ibm.com>
1747         * MAINTAINERS (Write After Approval): Add myself.
1749 2016-03-17  Cary Coutant  <ccoutant@gmail.com>
1751         Sync with binutils-gdb:
1753         2016-03-17  Cary Coutant  <ccoutant@gmail.com>
1755         * configure.ac: Add mips and s390 to the gold target check.
1756         * configure: Regenerate.
1758 2016-03-01  DJ Delorie  <dj@redhat.com>
1760         * MAINTAINERS (mep): Remove myself as MeP maintainer.
1762 2016-02-22  David Malcolm  <dmalcolm@redhat.com>
1764         * MAINTAINERS (libcpp): Add myself.
1765         (diagnostic messages): Likewise.
1767 2016-02-20  Tom de Vries  <tom@codesourcery.com>
1769         * MAINTAINERS: Fix whitespace.
1771 2016-02-02  Claudiu Zissulescu  <claziss@synopsys.com>
1773         * MAINTAINERS (Write After Approval): Add myself.
1775 2016-01-29  Sebastian Pop  <s.pop@samsung.com>
1777         * config/isl.m4: Add comments about isl-0.16.
1778         * configure: Regenerate.
1780 2016-01-29  Martin Jambor  <mjambor@suse.cz>
1782         * MAINTAINERS (hsa maintainers): Add myself.
1784 2015-01-27  Wilco Dijkstra  <wdijkstr@arm.com>
1786         * MAINTAINERS: (Write After Approval): Add myself.
1788 2016-01-25  Aditya Kumar  <aditya.k7@samsung.com>
1789             Sebastian Pop  <s.pop@samsung.com>
1791         * Makefile.in: Regenerate.
1792         * Makefile.tpl: Export ISLVER.
1793         * configure: Regenerate.
1794         * config/isl.m4: Detect isl-0.15.
1796 2016-01-24  Mikhail Maltsev  <maltsevm@gmail.com>
1798         PR bootstrap/69329
1799         * Makefile.tpl (BASE_FLAGS_TO_PASS): Add LSAN_OPTIONS.
1800         * Makefile.in: Regenerate.
1802 2016-01-12  Andris Pavenis  <andris.pavenis@iki.fi>
1804         * configure.ac: Enable LTO for DJGPP
1805         * configure: Regenerate
1807 2016-01-12  H.J. Lu  <hongjiu.lu@intel.com>
1809         Sync with binutils-gdb:
1810         2015-10-21  Nick Clifton  <nickc@redhat.com>
1812         PR gas/19109
1813         * configure.ac: Note the 'none' is an acceptable argument to
1814         --enable-compressed-debug-sections.
1815         * configure: Regenerate.
1817 2016-01-12  Bernd Edlinger  <bernd.edlinger@hotmail.de>
1819         PR bootstrap/69134
1820         * Makefile.def (mpfr): Disable assembler.
1821         * Makefile.in: Regenerate.
1823 2016-01-01  Ben Elliston  <bje@gnu.org>
1825         * config.guess: Import version 2016-01-01.
1826         * config.sub: Likewise.
1828 2015-12-18  Sujoy Saraswati  <sujoy.saraswati@hpe.com>
1830         * MAINTAINERS (Write After Approval): Add myself.
1832 2015-12-17  Sebastian Pop  <s.pop@samsung.com>
1834         * Makefile.in: Replace ISL with isl.
1835         * Makefile.tpl: Same.
1836         * config/isl.m4: Same.
1837         * configure.ac: Same.
1838         * contrib/download_prerequisites: Same.
1839         * configure: Regenerate.
1841 2015-12-17  Andris Pavenis  <andris.pavenis@iki.fi>
1843         * MAINTAINERS (Write After Approval): Add Myself.
1845 2015-12-17  Nathan Sidwell  <nathan@acm.org>
1847         * config/isl.m4 (ISL_CHECK_VERSION): Add gmp libs.
1848         * configure: Regenerate.
1850 2015-12-16  Aditya Kumar  <aditya.k7@samsung.com>
1851             Sebastian Pop  <s.pop@samsung.com>
1853         * config/isl.m4 (ISL_CHECK_VERSION): Check for
1854         isl_ctx_get_max_operations.
1855         * configure: Regenerate.
1857 2015-12-15  Alessandro Fanfarillo  <fanfarillo.gcc@gmail.com>
1859         * MAINTAINERS (Write After Approval): Add myself.
1861 2015-12-02  Ian Lance Taylor  <iant@google.com>
1863         PR go/66147
1864         * Makefile.tpl (HOST_EXPORTS): Add XGCC_FLAGS_FOR_TARGET.
1865         * Makefile.in: Regenerate.
1867 2015-12-01  Andreas Tobler  <andreast@gcc.gnu.org>
1869         PR libffi/65726
1870         * Makefile.def (lang_env_dependencies): Make libffi depend
1871         on cxx.
1872         * Makefile.in: Regenerate.
1874 2015-11-26  David Edelsohn  <dje.gcc@gmail.com>
1876         * m4/libtool.m4 (export_symbols_cmds) [AIX]: Add global TLS "L"
1877         symbols.
1879 2015-11-20  Tristan Gingold  <gingold@adacore.com>
1881         Sync with binutils-gdb:
1882         2015-11-20  Tristan Gingold  <gingold@adacore.com>
1884         * configure.ac: Add aarch64-*-darwin* and arm-*-darwin*.
1885         * configure: Regenerate.
1887 2015-11-19  Martin Liska  <mliska@suse.cz>
1889         * .gitignore: Add .clang-format to ignored files.
1890         * Makefile.in: Add clang-format.
1891         * Makefile.tpl: Likewise.
1893 2015-11-13  Tsvetkova Alexandra  <aleksandra.tsvetkova@intel.com>
1895         * configure.ac: Enable libmpx by default.
1896         * configure: Regenerated.
1898 2015-10-23  Steve Ellcey  <sellcey@imgtec.com>
1900         * MAINTAINERS: Update email address.
1902 2015-10-23  Paulo Matos  <pmatos@linki.tools>
1904         * MAINTAINERS: Update email address.
1906 2015-10-23  Alan Hayward <alan.hayward@arm.com>
1908         * MAINTAINERS  (Write After Approval): Add myself.
1910 2015-10-20  H.J. Lu  <hongjiu.lu@intel.com>
1912         Sync with binutils-gdb:
1913         2015-10-20  H.J. Lu  <hongjiu.lu@intel.com>
1915         PR gas/19109
1916         * configure.ac: Add
1917         --enable-compressed-debug-sections={all,gas,gold,ld}.
1918         * configure: Regenerated.
1920 2015-10-16  Arnaud Charlet  <charlet@adacore.com>
1922         * MAINTAINERS: Update list of Ada maintainers and email addresses.
1924 2015-10-09  Martin Liska  <mliska@suse.cz>
1926         * MAINTAINERS (Write After Approval): Add myself.
1928 2015-10-09  Alexander Fomin <alexander.fomin@intel.com>
1930         * MAINTAINERS (Write After Approval): Add myself.
1932 2015-10-02  Florian Weimer  <fweimer@redhat.com>
1934         * MAINTAINERS: Update email address.
1936 2015-10-02  Louis Krupp <louis.krupp@zoho.com>
1938         * MAINTAINERS  (Write After Approval): Add myself.
1940 2015-09-20  Kai Tietz  <ktietz70@googlemail.com>
1942         * MAINTAINERS: Update email.
1944 2015-09-14  Bernd Schmidt  <bschmidt@redhat.com>
1946         * MAINTAINERS: Update my email address.
1948 2015-09-01  James Bowman  <james.bowman@ftdichip.com>
1950         * MAINTAINERS (ft32 port): Add myself.
1952 2015-08-28  David Sherwood  <david.sherwood@arm.com>
1954         * MAINTAINERS: Add myself.
1956 2015-08-27  Patrick Marlier  <patrick.marlier@gmail.com>
1958         * MAINTAINERS (Write After Approval): Add myself.
1960 2015-08-23  Francois-Xavier Coudert  <fxcoudert@gcc.gnu.org>
1962         PR libfortran/54572
1963         * Makefile.def: Make libgfortran depend on libbacktrace.
1964         * Makefile.in: Regenerate.
1966 2015-08-20  Simon Dardis  <simon.dardis@imgtec.com>
1968         * MAINTAINERS (Write After Approval): Add myself.
1970 2015-08-12  Tom de Vries  <tom@codesourcery.com>
1972         PR other/67092
1973         * configure.ac: Remove --with_host_libstdcxx support.
1974         * configure: Regenerate.
1976 2015-08-10  Thomas Schwinge  <thomas@codesourcery.com>
1977             Jakub Jelinek  <jakub@redhat.com>
1979         * configure.ac (noconfigdirs): Don't add "target-libgomp" for target
1980         nvptx*-*-*.
1981         * configure: Regenerate.
1983 2015-08-06  Yaakov Selkowitz  <yselkowi@redhat.com>
1985         * Makefile.def (libiconv): Define bootstrap=true.
1986         Mark pdf/html/info as missing.
1987         (configure-gcc): Depend on all-libiconv.
1988         (all-gcc): Ditto.
1989         (configure-libcpp): Ditto.
1990         (all-libcpp): Ditto.
1991         (configure-intl): Ditto.
1992         (all-intl): Ditto.
1993         * Makefile.in: Regenerate.
1995 2015-08-03  Bin Cheng  <bin.cheng@arm.com>
1997         * MAINTAINERS (loop ivopts): Add the entry and myself.
1999 2015-07-31  Nathan Sidwell  <nathan@codesourcery.com>
2001         * MAINTAINERS (nvptx): Add self.
2003 2015-07-29  Alan Lawrence  <alan.lawrence@arm.com>
2005         * config/aarch64/iterators.md (VRL2, VRL3, VRL4): Remove values for
2006         128-bit vector modes.
2008 2015-07-29  Ville Voutilainen  <ville.voutilainen@gmail.com>
2010         * MAINTAINERS (Write After Approval): Add myself.
2012 2015-07-28  Ben Elliston  <bje@gnu.org>
2014         * config.sub, config.guess: Import from upstream.
2016 2015-07-24  Michael Darling  <darlingm@gmail.com>
2018         PR other/66259
2019         * config-ml.in: Reflects renaming of configure.in to configure.ac
2020         * configure: Likewise
2021         * configure.ac: Likewise
2023 2015-07-23  Bernd Schmidt  <bernds_cb1@t-online.de>
2025         * MAINTAINERS: Update my email address.
2027 2015-07-14  H.J. Lu  <hongjiu.lu@intel.com>
2029         Sync with binutils-gdb:
2030         2015-03-17  H.J. Lu  <hongjiu.lu@intel.com>
2032         * configure.ac (target_configdirs): Exclude target-zlib if
2033         target-libjava isn't built.
2034         * configure: Regenerated.
2036 2015-07-14  H.J. Lu  <hongjiu.lu@intel.com>
2038         Sync with binutils-gdb:
2039         2015-05-13  John David Anglin  <dave.anglin@bell.net>
2041         * configure.ac: Disable configuration of GDB for HPUX targets.
2042         * configure: Regenerate.
2044         2015-04-01  H.J. Lu  <hongjiu.lu@intel.com>
2046         * configure.ac: Add --with-system-zlib.
2047         * configure: Regenerated.
2049         2015-01-28  James Bowman  <james.bowman@ftdichip.com>
2051         * configure.ac: Add FT32 support.
2052         * configure: Regenerate.
2054         2015-01-12  Anthony Green  <green@moxielogic.com>
2056         * configure.ac: Don't disable gprof for moxie.
2057         * configure: Rebuild.
2059 2015-07-14  H.J. Lu  <hongjiu.lu@intel.com>
2061         Sync with binutils-gdb:
2062         2015-05-01  H.J. Lu  <hongjiu.lu@intel.com>
2064         PR ld/18355
2065         * Makefile.def: Add extra_configure_flags to host zlib.
2066         * configure.ac (extra_host_zlib_configure_flags): New.  Set
2067         to --enable-host-shared When bfd is to be built as shared
2068         library.  AC_SUBST.
2069         * Makefile.in: Regenerated.
2071 2015-07-14  Hans-Peter Nilsson  <hp@bitrange.com>
2073         Sync with src:
2074         2015-03-30  H.J. Lu  <hongjiu.lu@intel.com>
2075         * Makefile.def (dependencies): Add all-zlib to all-bfd.
2076         * Makefile.in: Regenerated.
2078 2015-06-30  H.J. Lu  <hongjiu.lu@intel.com>
2080         * configure.ac (ospace_frag): Enable for i?86*-*-elfiamcu
2081         target.
2082         * configure: Regenerate.
2084 2015-06-23  Ludovic Courtès  <ludo@gnu.org>
2086         * MAINTAINERS (Write After Approval): Add myself.
2088 2015-06-22  Andreas Tobler  <andreast@gcc.gnu.org>
2090         * MAINTAINERS (OS Port Maintainers): Add myself.
2091         (Various Maintainers): Remove myself from libffi testsuite.
2093 2015-06-04  Richard Sandiford  <richard.sandiford@arm.com>
2095         * MAINTAINERS (gen* on machine desc): Add self.
2097 2015-06-02  Jason Merrill  <jason@redhat.com>
2099         PR bootstrap/66319
2100         * configure.ac: Use -std=gnu++98.
2102 2015-06-02  Szabolcs Nagy  <szabolcs.nagy@arm.com>
2104         * MAINTAINERS (Write After Approval): Add myself.
2106 2015-05-28  Mike Frysinger  <vapier@gentoo.org>
2108         * configure.ac (--vtable-verify): Use AS_HELP_STRING for help.
2109         * configure: Regenerate.
2111 2015-05-26  Jason Merrill  <jason@redhat.com>
2113         * configure.ac: When bootstrapping with GCC, add -std=c++98 to CXX.
2114         * configure: Regenerate.
2116 2015-05-16  James Bowman  <james.bowman@ftdichip.com>
2118         * configure.ac: FT32 target added.
2119         * configure: Regenerated.
2121 2015-05-16  Iain Buclaw  <ibuclaw@gdcproject.org>
2123         * MAINTAINERS (Write After Approval): Add myself.
2125 2015-05-11  Paulo Matos  <paulo@matos-sorge.com>
2127         * MAINTAINERS (Write After Approval): Add myself.
2129 2015-05-11  Paulo Matos  <paulo@matos-sorge.com>
2131         * configure.ac: Fix typo.
2132         * configure: Regenerate.
2134 2015-05-10  Mikhail Maltsev  <maltsevm@gmail.com>
2136         * MAINTAINERS (Write After Approval): Add myself.
2138 2015-05-03  Matthias Klose  <doko@ubuntu.com>
2140         * configure.ac: Match $host configured with triplets.
2141         * configure: Regenerate.
2143 2015-04-22  Bernhard Reutner-Fischer  <aldot@gcc.gnu.org>
2145         * Makefile.tpl: Remove surplus whitespace throughout.
2146         * Makefile.in: Regenerate.
2148 2015-04-20  Segher Boessenkool  <segher@kernel.crashing.org>
2150         * MAINTAINERS (Various Maintainers): Add myself as instruction
2151         combiner maintainer.
2153 2015-04-17  Jakub Jelinek  <jakub@redhat.com>
2155         PR bootstrap/62077
2156         * configure.ac (--enable-stage1-checking): Default to
2157         release,misc,gimple,rtlflag,tree,types if --disable-checking
2158         or --enable-checking is not specified and DEV-PHASE is not
2159         experimental.
2160         * configure: Regenerated.
2162 2015-04-14  Max Ostapenko  <m.ostapenko@partner.samsung.com>
2164         * Makefile.tpl (EXTRA_HOST_EXPORTS): New variables.
2165         (EXTRA_BOOTSTRAP_FLAGS): Likewise.
2166         (check-[+module+]): Add EXTRA_HOST_EXPORTS and EXTRA_BOOTSTRAP_FLAGS.
2167         * Makefile.in: Regenerate.
2169 2015-04-08  Cary Coutant  <ccoutant@gmail.com>
2171         * MAINTAINERS: Update my email address.
2173 2015-04-02  James Greenhalgh  <james.greenhalgh@arm.com>
2175         * MAINTAINERS: Add myself as a reviewer for the AArch64 port.
2177 2015-04-02  Kyrylo Tkachov  <kyrylo.tkachov@arm.com>
2179         * MAINTAINERS: Add myself as an arm port reviewer.
2181 2015-03-25  Martin Liska  <mliska@suse.cz>
2182             Yury Gribov  <y.gribov@samsung.com>
2184         * Makefile.in: Fix ln source location for vimrc file.
2185         * Makefile.tpl: Likewise.
2187 2015-03-09  Aldy Hernandez  <aldyh@redhat.com>
2189         PR bootstrap/25672
2190         * configure.ac: Do not initialize CFLAGS_FOR_TARGET from CFLAGS if
2191         cross-compiling.  Similarly for CXX_FOR_TARGET.
2192         * configure: Regenerate.
2194 2015-03-10  Ilya Enkovich  <ilya.enkovich@intel.com>
2196         * Makefile.def: Add libmpx.
2197         * configure.ac: Add libmpx.
2198         * Makefile.in: Regenerate.
2199         * configure: Regenerate.
2201 2015-03-06  Kirill Yukhin  <kirill.yukhin@intel.com>
2203         * MAINTAINERS (CPU Port Maintainers): Add myself
2204         i386 vector ISA extns mantainer.
2206 2015-03-13  Jeff Law  <law@redhat.com>
2208         * MAINTAINERS: Remove Paul Brook as a Fortran and ARM
2209         maintainer.
2210         Remove Richard Henderson as a maintainer for the x86 port.
2212 2015-03-03  Joern Rennecke  <gnu@amylaar.uk>
2214         * MAINTAINERS (CPU Port Maintainers): Update my email address.
2216 2015-03-02  Ilya Enkovich  <ilya.enkovich@intel.com>
2218         * MAINTAINERS (Various Maintainers): Add myself as libmpx,
2219         pointer bounds checker and i386 MPX maintainer.
2221 2015-02-26  Sandra Loosemore  <sandra@codesourcery.com>
2223         * MAINTAINERS (Various Maintainers): Add self as docs co-maintainer.
2225 2015-02-26  Martin Sebor  <msebor@redhat.com>
2227         * MAINTAINERS (Various Maintainers): Add self.
2229 2015-02-20  Thomas Schwinge  <thomas@codesourcery.com>
2231         * configure.ac [--enable-as-accelerator-for] (enable_languages):
2232         Make sure it contains lto.
2233         * configure: Regenerate.
2235 2015-02-18  Thomas Schwinge  <thomas@codesourcery.com>
2237         * configure: Regenerate.
2239 2015-02-06  Diego Novillo  <dnovillo@google.com>
2241         * MAINTAINERS (Global Reviewers, Plugin, LTO, tree-ssa,
2242         middle-end, docstring): Remove myself.
2243         (Write After Approval): Add myself.
2245 2015-02-02  Janis Johnson  <janis.marie.johnson@gmail.com>
2247         * MAINTAINERS (Various Maintainers: testsuite): Remove myself.
2248         (Write After Approval): Update address.
2250 2015-01-29  David Malcolm  <dmalcolm@redhat.com>
2252         PR jit/64780
2253         * configure.ac: Require the user to explicitly specify
2254         --enable-host-shared if the jit is enabled.
2255         * configure: Regenerate.
2257 2015-01-27  Robert Suchanek  <robert.suchanek@imgtec.com>
2259         * MAINTAINERS (Write After Approval): Add myself.
2261 2015-01-25  Tom de Vries  <tom@codesourcery.com>
2263         * MAINTAINERS: Make whitespace consistent.
2265 2015-01-23  Braden Obrzut  <admin@maniacsvault.net>
2267         * MAINTAINERS (Write After Approval): Add myself.
2269 2015-01-20  Andre Vehreschild  <vehre@gmx.de>
2271         * MAINTAINERS: (Write After Approval): Add myself.
2273 2015-01-15  Martin Uecker  <uecker@eecs.berkeley.edu>
2275         * MAINTAINERS: (Write After Approval): Add myself.
2277 2015-01-15  Philipp Tomsich  <ptomsich@theobroma-systems.com>
2279         * MAINTAINERS: (Write After Approval): Add myself.
2281 2015-01-13  Iain Sandoe  <iain@codesourcery.com>
2283         * MAINTAINERS (Language Front Ends Maintainers): Add myself as an
2284         objective-c/c++ front end maintainer.
2286 2015-01-13  Marek Polacek  <polacek@redhat.com>
2288         * MAINTAINERS (Reviewers): Add self as C front end reviewer.
2290 2015-01-12  Jeff Law  <law@redhat.com>
2292         * MAINTAINERS: Remove Stan Shebs as he has been inactive for
2293         a very long time.
2295 2015-01-09  Ian Lance Taylor  <iant@google.com>
2297         * configure.ac (host_tools): Add gotools.
2298         * Makefile.def (host_modules): Add gotools.
2299         (dependencies): Add dependency of all-gotools on all-target-libgo.
2301 2015-01-09  Andreas Tobler  <andreast@gcc.gnu.org>
2303         * configure.ac: Don't add ${libgcj} for arm*-*-freebsd*.
2304         * configure: Regenerate.
2306 2015-01-08  Thomas Schwinge  <thomas@codesourcery.com>
2308         * Makefile.def (dependencies) <all-target-liboffloadmic>: Depend on
2309         all-target-libgomp.
2310         * Makefile.in: Regenerate.
2312 2015-01-06  Eric Botcazou  <ebotcazou@adacore.com>
2314         * MAINTAINERS (CPU Port Maintainers): Add myself for Visium port.
2316 2015-01-06  Eric Botcazou  <ebotcazou@adacore.com>
2318         * configure.ac: Add Visium support.
2319         * configure: Regenerate.
2321 2015-01-04  Andreas Schwab  <schwab@linux-m68k.org>
2323         * configure.ac: Use OBJCOPY for OBJCOPY_FOR_TARGET.
2324         * configure: Regenerate.
2326 2015-01-03  Andrew Pinski  <apinski@cavium.com>
2328         * Makefile.def (flags_to_pass): Pass OBJCOPY_FOR_TARGET also.
2329         * Makefile.tpl (HOST_EXPORTS): Add OBJCOPY_FOR_TARGET.
2330         (BASE_TARGET_EXPORTS): Add OBJCOPY.
2331         (OBJCOPY_FOR_TARGET): New variable.
2332         (EXTRA_TARGET_FLAGS): Add OBJCOPY.
2333         * Makefile.in: Regenerate.
2334         * configure.ac: Check for already installed target objcopy.
2335         Also GCC_TARGET_TOOL on objcopy.
2336         * configure: Regenerate.
2338 2015-01-02  Hans-Peter Nilsson  <hp@bitrange.com>
2340         * config.sub: Update from upstream, to 2015-01-01 version.
2341         * config.guess: Ditto.
2343 2014-12-22  Sebastian Huber  <sebastian.huber@embedded-brains.de>
2345         * MAINTAINERS (RTEMS Ports): Add myself.
2347 2014-12-17  Pierre-Marie de Rodat  <derodat@adacore.com>
2349         * MAINTAINERS (Write After Approval): Add myself.
2351 2014-12-16  Michael Haubenwallner <michael.haubenwallner@ssi-schaefer.com>
2353         * MAINTAINERS (Write After Approval): Add myself.
2355 2014-12-15  Thomas Schwinge  <thomas@codesourcery.com>
2357         * configure.ac (--enable-as-accelerator-for): Don't set
2358         ENABLE_AS_ACCELERATOR_FOR.  Update all users.
2359         * configure: Regenerate.
2361 2014-12-13  Jakub Jelinek  <jakub@redhat.com>
2363         PR bootstrap/64023
2364         * Makefile.tpl (EXTRA_TARGET_FLAGS): Set STAGE1_LDFLAGS
2365         to POSTSTAGE1_LDFLAGS and STAGE1_LIBS to POSTSTAGE1_LIBS.
2366         Add -B to libstdc++-v3/src/.libs and libstdc++-v3/libsupc++/.libs
2367         to CXX.
2368         * Makefile.in: Regenerated.
2370 2014-12-09  Laurynas Biveinis  <laurynas.biveinis@gmail.com>
2371             Yury Gribov  <y.gribov@samsung.com>
2373         * .gitignore: Added .local.vimrc and .lvimrc.
2374         * Makefile.tpl (vimrc, .lvimrc, .local.vimrc): New targets.
2375         * Makefile.in: Regenerate.
2377 2014-12-04  Jack Howarth  <howarth@bromo.med.uc.edu>
2379         * config/isl.m4: Don't pass -DCLOOG_INT_GMP on islinc.
2380         * configure: Regenerated.
2382 2014-11-27  Bernd Schmidt  <bernds@codesourcery.com>
2384         * MAINTAINERS (nvptx port): New entry.
2386 2014-11-26  Jan-benedict Glaw  <jbglaw@lug-owl.de>
2388         * configure: Regenerate.
2390 2014-11-26  Jan-Benedict Glaw  <jbglaw@lug-owl.de>
2392         * configure.ac: Merge with Binutils.
2394 2014-11-26  Tobias Burnus  <burnus@net-b.de>
2396         * Makefile.def: Make more dependent on mpfr, mpc and isl.
2397         * Makefile.in: Regenerate.
2399 2014-11-24  Bernd Edlinger  <bernd.edlinger@hotmail.de>
2401         * Makefile.def (module=gmp): Work around in-tree gmp configure bug with
2402         missing flex.
2403         * Makefile.in: Regenerated.
2405 2014-11-21  Ilya Verbin  <ilya.verbin@intel.com>
2407         * Makefile.in: Regenerate.
2409 2014-11-21  Markus Trippelsdorf  <markus@trippelsdorf.de>
2411         PR bootstrap/63784
2412         * libtool.m4: Add $pic_flag with -shared.
2414 2014-11-21  Renlin Li  <Renlin.Li@arm.com>
2416         * MAINTAINERS (Write After Approval): Added myself.
2418 2014-11-21  Alex Velenko  <Alex.Velenko@arm.com>
2420         * MAINTAINERS (write-after-approval): Add myself.
2422 2014-11-19  Maxim Kuvyrkov  <maxim.kuvyrkov@linaro.org>
2424         * MAINTAINERS (OS Port Maintainers): Add overdue maintainership note
2425         from 2 years ago.
2427 2014-11-19  Alex Velenko  <Alex.Velenko@arm.com>
2429         Revert:
2430         2014-11-19  Alex Velenko  <Alex.Velenko@arm.com>
2432         * MAINTAINERS (Write After Approval): Added myself as line map
2433         maintainer.
2435 2014-11-19  Renlin Li  <Renlin.Li@arm.com>
2437         Revert:
2438         2014-11-19  Renlin Li  <Renlin.Li@arm.com>
2440         * MAINTAINERS (Write After Approval): Added myself.
2442 2014-11-19  Renlin Li  <Renlin.Li@arm.com>
2444         * MAINTAINERS (Write After Approval): Added myself.
2446 2014-11-19  Alex Velenko  <Alex.Velenko@arm.com>
2448         * MAINTAINERS (Write After Approval): Added myself as line map
2449         maintainer.
2451 2014-11-17  Dodji Seketeli  <dodji@redhat.com>
2453         * MAINTAINERS (Various Maintainers): Added myself as line map
2454         maintainer.
2456 2014-11-16  Jan-Benedict Glaw  <jbglaw@lug-owl.de>
2458         * move-if-change: Sync from upstream gnulib.
2460 2014-11-16  Jan-Benedict Glaw  <jbglaw@lug-owl.de>
2462         * compile: Sync with upstream Automake.
2463         * depcomp: Ditto.
2464         * install-sh: Ditto.
2465         * missing: Ditto.
2466         * mkinstalldirs: Ditto.
2467         * ylwrap: Ditto.
2469 2014-11-16  Jan-Benedict Glaw  <jbglaw@lug-owl.de>
2471         * config.sub: Update from upstream config repo.
2472         * config.guess: Ditto.
2474 2014-11-13  Kirill Yukhin  <kirill.yukhin@intel.com>
2476         * Makefile.def: Add liboffloadmic to target_modules.  Make
2477         liboffloadmic depend on libgomp's configure, libstdc++ and libgcc.
2478         * Makefile.in: Regenerate.
2479         * configure: Regenerate.
2480         * configure.ac: Add liboffloadmic to target binaries.
2481         Restrict liboffloadmic for POSIX and i*86, and x86_64 architectures.
2482         Add liboffloadmic to noconfig list when C++ is not supported.
2484 2014-11-13  Bernd Schmidt  <bernds@codesourcery.com>
2485             Thomas Schwinge  <thomas@codesourcery.com>
2486             Ilya Verbin  <ilya.verbin@intel.com>
2487             Andrey Turetskiy  <andrey.turetskiy@intel.com>
2489         * configure: Regenerate.
2490         * configure.ac (--enable-as-accelerator-for)
2491         (--enable-offload-targets): New configure options.
2493 2014-11-11  Tobias Burnus  <burnus@net-b.de>
2495         * Makefile.def: Make all-gcc depend on all-isl.
2496         * Makefile.in: Regenerate.
2498 2014-11-11  David Malcolm  <dmalcolm@redhat.com>
2500         * ChangeLog.jit: New.
2501         * MAINTAINERS (Various Maintainers): Add myself as jit maintainer.
2503 2014-11-11  Francois-Xavier Coudert  <fxcoudert@gcc.gnu.org>
2505         PR target/63610
2506         * libtool.m4: Fix globbing of darwin versions.
2507         * configure: Regenerate.
2509 2014-11-11  Tobias Burnus  <burnus@net-b.de>
2511         * Makefile.def: Remove CLooG.
2512         * Makefile.tpl: Ditto.
2513         * configure.ac: Ditto.
2514         * configure: Regenerate.
2515         * Makefile.in: Ditto.
2517 2014-11-06  Bernd Schmidt  <bernds@codesourcery.com>
2519         * configure.ac: Handle nvptx-*-*.
2520         * configure: Regenerate.
2522 2014-11-06  Prachi Godbole  <prachi.godbole@imgtec.com>
2524         * MAINTAINERS (Write After Approval): Add myself.
2526 2014-10-31  Jakub Jelinek  <jakub@redhat.com>
2528         * Makefile.def (libcc1): Remove bootstrap=true;.
2529         * Makefile.in: Regenerated.
2531 2014-10-31  Jan-Benedict Glaw  <jbglaw@lug-owl.de>
2533         * configure.ac: Update comment.
2534         * configure: Regenerate.
2536 2014-10-31  Ilya Enkovich  <ilya.enkovich@intel.com>
2538         * MAINTAINERS (Write After Approval): Add myself.
2540 2014-10-30  Thomas Schwinge  <thomas@codesourcery.com>
2542         * configure.ac (extra_host_libiberty_configure_flags): Add
2543         --enable-shared also for libcc1's benefit.
2544         * configure: Regenerate.
2546 2014-10-29  Tristan Gingold  <gingold@adacore.com>
2548         * MAINTAINERS: Change my email address.
2550 2014-10-27  Phil Muldoon  <pmuldoon@redhat.com>
2551             Tom Tromey  <tromey@redhat.com>
2553         * Makefile.def: Add libcc1 to host_modules.
2554         * configure.ac (host_tools): Add libcc1.
2555         * Makefile.in, configure: Rebuild.
2557 2014-10-24  Hans-Peter Nilsson  <hp@axis.com>
2559         * configure.ac (build_configargs): Don't share config.cache between
2560         build subdirs.
2561         * configure: Regenerate.
2563 2014-10-24  Daniel Hellstrom  <daniel@gaisler.com>
2565         * config.gcc (sparc*-*-*): Accept mcpu=leon3v7 processor.
2566         * doc/invoke.texi (SPARC options): Add mcpu=leon3v7 comment.
2567         * config/sparc/leon.md (leon3_load, leon_store, leon_fp_*): Handle
2568         leon3v7 as leon3.
2569         * config/sparc/sparc-opts.h (enum processor_type): Add LEON3V7.
2570         * config/sparc/sparc.c (sparc_option_override): Add leon3v7 support.
2571         * config/sparc/sparc.h (TARGET_CPU_leon3v7): New define.
2572         * config/sparc/sparc.md (cpu): Add leon3v7.
2573         * config/sparc/sparc.opt (enum processor_type): Add leon3v7.
2575 2014-10-24  Daniel Hellstrom  <daniel@gaisler.com>
2577         * MAINTAINERS (write-after-approval): Add myself.
2579 2014-10-23  Ian Lance Taylor  <iant@google.com>
2581         * configure.ac: Disable the Go frontend on systems where it is known
2582         to not work.
2583         * configure: Regenerate.
2585 2014-10-23  Richard Biener  <rguenther@suse.de>
2587         * Makefile.def: Add libcpp build module and dependencies.
2588         * configure.ac: Add libcpp build module.
2589         * Makefile.in: Regenerate.
2590         * configure: Likewise.
2592 2014-10-15  Max Filippov  <jcmvbkbc@gmail.com>
2594         * MAINTAINERS (write-after-approval): Add myself.
2596 2014-10-12  Manuel López-Ibáñez <manu@gcc.gnu.org>
2598         * INSTALL/README: Do not mention CVS.
2600 2014-10-03  Jing Yu  <jingyu@google.com>
2602         * configure.ac: Add aarch64 to list of targets that support gold.
2603         * configure: Regenerate.
2605 2014-09-29  François Dumont  <fdumont@gcc.gnu.org>
2607         * MAINTAINERS:  Add myself as libstdc++ special modes maintainer.
2609 2014-09-29  Catherine Moore  <clm@codesourcery.com>
2611         * MAINTAINERS:  Add myself as MIPS maintainer.
2613 2014-09-28  Matthew Fortune  <matthew.fortune@imgtec.com>
2615         * MAINTAINERS: Move myself to MIPS maintainers.
2617 2014-09-23  Jan-Benedict Glaw  <jbglaw@lug-owl.de>
2619         * MAINTAINERS: Put all email addresses between '<' and '>'.
2621 2014-09-13  Francois-Xavier Coudert  <fxcoudert@gcc.gnu.org>
2623         * MAINTAINERS: Move myself to reviewers (Fortran).
2625 2014-09-01  Andi Kleen  <ak@linux.intel.com>
2627         * Makefile.tpl (POSTSTAGE1_HOST_EXPORTS): Add LTO_EXPORTS.
2628         POSTSTAGE1_FLAGS_TO_PASS):  Add LTO_FLAGS_TO_PASS.
2629         * Makefile.in: Regenerate.
2631 2014-08-28  David Malcolm  <dmalcolm@redhat.com>
2633         * rtx-classes-status.txt: Delete
2635 2014-08-28  David Malcolm  <dmalcolm@redhat.com>
2637         * rtx-classes-status.txt (TODO): NEXT_INSN/PREV_INSN are done.
2639 2014-08-27  Sebastian Pop  <s.pop@samsung.com>
2641         * config/isl.m4 (_ISL_CHECK_CT_PROG): Removed.
2642         (ISL_CHECK_VERSION): Check for functionality added to ISL 0.12 instead
2643         of checking for version number.
2644         * configure: Regenerated.
2645         * configure.ac (ISL_CHECK_VERSION): Do not use ISL version number.
2647 2014-08-27  David Malcolm  <dmalcolm@redhat.com>
2649         * rtx-classes-status.txt: Phase 5 (additional rtx_def subclasses)
2650         is done; begin phase 6 (use extra rtx_def subclasses).
2652 2014-08-27  David Malcolm  <dmalcolm@redhat.com>
2654         * rtx-classes-status.txt: Phase 4 (removal of "scaffolding") is
2655         done; begin phase 5 (additional rtx_def subclasses).
2657 2014-08-26  David Malcolm  <dmalcolm@redhat.com>
2659         * rtx-classes-status.txt (TODO): DF_REF_INSN is done.
2661 2014-08-26  David Malcolm  <dmalcolm@redhat.com>
2663         * rtx-classes-status.txt (TODO): SET_BB_HEAD, SET_BB_END,
2664         SET_BB_HEADER are done.
2666 2014-08-26  David Malcolm  <dmalcolm@redhat.com>
2668         * rtx-classes-status.txt (TODO): SET_DEP_PRO and SET_DEP_CON are
2669         done.
2671 2014-08-26  David Malcolm  <dmalcolm@redhat.com>
2673         * rtx-classes-status.txt (TODO): Remove SET_VINSN_INSN_RTX.
2675 2014-08-26  David Malcolm  <dmalcolm@redhat.com>
2677         * rtx-classes-status.txt (TODO): Remove SET_BND_TO.
2679 2014-08-25  David Malcolm  <dmalcolm@redhat.com>
2681         * rtx-classes-status.txt (TODO): Remove SET_BB_NOTE_LIST.
2683 2014-08-25  David Malcolm  <dmalcolm@redhat.com>
2685         * rtx-classes-status.txt (TODO): Remove SET_BB_FOOTER.
2687 2014-08-25  David Malcolm  <dmalcolm@redhat.com>
2689         * rtx-classes-status.txt: Phase 3 (per-file commits within
2690         "config" subdirs) is done; begin phase 4 (removal of
2691         "scaffolding").
2693 2014-08-23  David Malcolm  <dmalcolm@redhat.com>
2695         * rtx-classes-status.txt: Phase 2 (per-file commits in main source
2696         dir) is done; begin phase 3 (per-file commits within "config"
2697         subdirs).
2699 2014-08-21  David Malcolm  <dmalcolm@redhat.com>
2701         * rtx-classes-status.txt: Phase 1 ("scaffolding") is done; begin
2702         phase 2 (per-file commits in main source dir).
2704 2014-08-21  Bin Cheng  <bin.cheng@arm.com>
2706         * configure: Regenerated.
2708 2014-08-19  David Malcolm  <dmalcolm@redhat.com>
2710         * rtx-classes-status.txt (TODO): Add SET_BND_TO
2712 2014-08-19  David Malcolm  <dmalcolm@redhat.com>
2714         * rtx-classes-status.txt (TODO): Add SET_BB_NOTE_LIST.
2716 2014-08-19  David Malcolm  <dmalcolm@redhat.com>
2718         * rtx-classes-status.txt (TODO): Add SET_VINSN_INSN_RTX.
2720 2014-08-19  David Malcolm  <dmalcolm@redhat.com>
2722         * rtx-classes-status.txt (TODO): Add SET_DEP_PRO, SET_DEP_CON.
2724 2014-08-19  David Malcolm  <dmalcolm@redhat.com>
2726         * rtx-classes-status.txt (TODO): Add DF_REF_INSN.
2728 2014-08-19  Joost VandeVondele <vondele@gcc.gnu.org>
2730         * MAINTAINERS (Write After Approval): Add myself.
2732 2014-08-19  Christopher Faylor  <me.gnu@cgf.cx>
2734         * MAINTAINERS: Remove myself
2736 2014-08-19  David Malcolm  <dmalcolm@redhat.com>
2738         * rtx-classes-status.txt: Add SET_NEXT_INSN, SET_PREV_INSN.
2740 2014-08-18  Patrick Palka  <ppalka@gcc.gnu.org>
2742         * MAINTAINERS (Write After Approval): Add myself.
2744 2014-08-18  David Malcolm  <dmalcolm@redhat.com>
2746         * rtx-classes-status.txt (TODO): Add SET_BB_HEAD, SET_BB_END,
2747         SET_BB_HEADER, SET_BB_FOOTER
2749 2014-08-18  David Malcolm  <dmalcolm@redhat.com>
2751         * rtx-classes-status.txt: New file
2753 2014-08-18 Roman Gareev  <gareevroman@gmail.com>
2755         * configure.ac: Eliminate ClooG installation dependency.
2756         * configure: Regenerate.
2757         * Makefile.tpl: Add definition of ISLLIBS and HOST_ISLLIBS.
2758         * Makefile.in: Regenerate.
2760 2014-08-15  Ilya Verbin  <iverbin@gmail.com>
2762         * MAINTAINERS (Write After Approval): Add myself.
2764 2014-08-15  Ilya Tocar  <tocarip@gmail.com>
2766         * MAINTAINERS (Write After Approval): Add myself.
2768 2014-08-01  Jiong Wang  <jiong.wang@arm.com>
2770         * MAINTAINERS (Write After Approval): Add myself.
2772 2014-07-28  Anthony Green  <green@moxielogic.com>
2774         Import from savannah.gnu.org:
2775         * config.sub: Update to 2014-07-28 version.
2777 2014-07-27  Richard Sandiford  <rdsandiford@googlemail.com>
2779         * MAINTAINERS: Remove my MIPS maintainer entry.
2781 2014-07-26  Uros Bizjak  <ubizjak@gmail.com>
2783         PR target/47230
2784         * configure.ac (alpha*-*-linux*): Use mh-alpha-linux.
2785         * configure: Regenerate.
2787 2014-07-24  James Norris  <jnorris@codesourcery.com>
2789         * MAINTAINERS (Write After Approval): Add myself.
2791 2014-07-20  Roman Gareev  <gareevroman@gmail.com>
2793         * configure.ac: Accept only CLooG 0.18.1.
2794         * configure: Regenerate.
2796 2014-07-17  Roman Gareev  <gareevroman@gmail.com>
2798         * configure.ac: Don't accept isl 0.11.
2799         * configure: Regenerate.
2801 2014-07-16  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
2803         * MAINTAINERS (Write After Approval): Add myself.
2805 2014-07-05  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
2807         * configure.ac: Don't accept isl 0.10.
2808         * configure: Regenerate.
2810 2014-06-23  Bernd Edlinger  <bernd.edlinger@hotmail.de>
2812         Fix include path for in-tree cloog.
2813         * config/cloog.m4 (CLOOG_INIT_FLAGS): Remove bogus include path.
2814         * configure: Regenerate.
2816 2014-06-18  Richard Henderson  <rth@redhat.com>
2818         * .gitignore: Import gcc_update output.
2820 2014-06-13  Thomas Schwinge  <thomas@codesourcery.com>
2822         * config-ml.in: Robustify ac_configure_args parsing.
2824         * configure.ac (--enable-linker-plugin-configure-flags)
2825         (--enable-linker-plugin-flags): New flags.
2826         (configdirs): Conditionally add libiberty-linker-plugin.
2827         * configure: Regenerate.
2828         * Makefile.def (host_modules): Add libiberty-linker-plugin.
2829         (host_modules) <lto-plugin>: Pay attention to
2830         @extra_linker_plugin_flags@ and
2831         @extra_linker_plugin_configure_flags@.
2832         (all-lto-plugin): Also depend on all-libiberty-linker-plugin.
2833         * Makefile.in: Regenerate.
2835         * Makefile.tpl (configure-[+prefix+][+module+])
2836         (configure-stage[+id+]-[+prefix+][+module+]): If specified, use
2837         "module_srcdir" instead of "module" for locating a module's srcdir.
2838         * Makefile.in: Regenerate.
2840 2014-06-10  Matthew Fortune  <matthew.fortune@imgtec.com>
2842         * MAINTAINERS (Write After Approval): Add myself.
2844 2014-06-06  Sebastian Pop  <sebpop@gmail.com>
2846         * MAINTAINERS: Update my email address.
2848 2014-06-04  Thomas Preud'homme  <thomas.preudhomme@arm.com>
2850         * MAINTAINERS (Write After Approval): Add myself.
2852 2014-06-03  Andrew Bennett  <andrew.bennett@imgtec.com>
2854         * MAINTAINERS (Write After Approval): Add myself.
2856 2014-05-30  Jonathan Wakely  <jwakely@redhat.com>
2858         PR libstdc++/61011
2859         * configure.ac (--disable-libstdcxx): Set noconfigdirs correctly.
2860         Disable libcilkrts, libitm, libsanitizer when not building libstdc++.
2861         * configure: Regenerate.
2863 2014-05-28  Pedro Alves  <palves@redhat.com>
2865         * MAINTAINERS (Write After Approval): Add myself.
2867 2014-05-22  Maxim Kuvyrkov  <maxim.kuvyrkov@linaro.org>
2869         * MAINTAINERS: Update my affiliation/email.
2871 2014-05-19  Mike Stump  <mikestump@comcast.net>
2873         * MAINTAINERS: Add wide-int reviewers.
2875 2014-05-14  Sandra Loosemore  <sandra@codesourcery.com>
2877         * configure.ac (target_makefile_frag): Set for nios2-*-elf*.
2878         * configure: Regenerated.
2880 2014-05-15  Torvald Riegel  <triegel@redhat.com>
2882         * MAINTAINERS (libitm): Add myself as maintainer.
2884 2014-05-07  Charles Baylis  <charles.baylis@linaro.org>
2886         * MAINTAINERS (Write After Approval): Add myself.
2888 2014-05-01  Richard Sandiford  <rdsandiford@googlemail.com>
2890         * config.sub, config.guess: Import from upstream.
2892 2014-04-29  Alan Lawrence  <alan.lawrence@arm.com>
2894         * MAINTAINERS (Write After Approval): Put myself in correct order.
2896 2014-04-29  Alan Lawrence  <alan.lawrence@arm.com>
2898         * MAINTAINERS (Write After Approval): Add myself.
2900 2014-04-24  Laurynas Biveinis  <laurynas.biveinis@gmail.com>
2902         * MAINTAINERS: Move myself from Reviewers to Write After Approval
2903         section.
2905 2014-04-21 Rafael Ávila de Espíndola <rafael.espindola@gmail.com>
2907         * MAINTAINERS (Write After Approval): Delete myself.
2909 2014-04-17  Jakub Jelinek  <jakub@redhat.com>
2911         PR sanitizer/56781
2912         * libtool-ldflags: Also prefix -static-lib*, -shared-lib*
2913         and -B* options with -Xcompiler.
2915 2014-04-04  Eric Botcazou  <ebotcazou@adacore.com>
2917         PR bootstrap/60620
2918         * Makefile.def (dependencies): Make gnattools depend on libstdc++-v3.
2919         * Makefile.in: Regenerate.
2921 2014-03-28  Yaakov Selkowitz  <yselkowitz@users.sourceforge.net>
2923         * Makefile.def (dependencies): Make all-ld depend on all-binutils
2924         for WINDRES_FOR_TARGET in default-manifest.o rule.
2925         * Makefile.in: Regenerate.
2927 2014-03-26  Dominique d'Humieres <dominiq@lps.ens.fr>
2929         * MAINTAINERS (Write After Approval): Add myself.
2931 2014-03-26  Jakub Jelinek  <jakub@redhat.com>
2933         PR sanitizer/56781
2934         * Makefile.def: Set bootstrap=true; for host fixincludes.
2935         * configure.ac: Don't bootstrap host fixincludes unless
2936         --with-build-config=bootstrap-{a,ub}san.
2937         * Makefile.in: Regenerated.
2938         * configure: Regenerated.
2940 2014-03-21  Jakub Jelinek  <jakub@redhat.com>
2942         * configure.ac: Move BUILD_CONFIG set up earlier.  Add
2943         --enable-vtable-verify option parsing.  Don't add
2944         target-libsanitizer to bootstrap_target_libs unless
2945         --with-build-config=bootstrap-asan or
2946         --with-build-config=bootstrap-ubsan.  Don't add target-libvtv
2947         to bootstrap_target_libs unless --enable-vtable-verify.
2948         * configure: Regenerated.
2950 2014-03-10  Anatoly Sokolov <aesok@post.ru>
2952         * MAINTAINERS (Write After Approval): Add myself.
2954 2014-03-07  Denis Chertykov  <chertykov@gmail.com>
2956         * MAINTAINERS: Remove avr maintainers: Anatoly Sokolov and Eric Weddington
2958 2014-03-07  Jakub Jelinek  <jakub@redhat.com>
2960         PR bootstrap/58572
2961         * Makefile.tpl (POSTSTAGE1_CXX_EXPORT): Use -isystem instead of
2962         -I for libstdc++-v3 includes if $(LEAN).
2963         * Makefile.in: Regenerated.
2965 2014-03-04  Jonathan Wakely  <jwakely@redhat.com>
2967         * MAINTAINERS: Update my email address.
2969 2014-02-24  Walter Lee  <walt@tilera.com>
2971         * configure.ac (tilepro-*-*) Change to tilepro*-*-*.
2972         (tilegx-*-*): Change to tilegx*-*-*.
2973         * configure: Regenerate.
2975 2014-02-17  Loren J. Rittle  <ljrittle@acm.org>
2977         * MAINTAINERS (Various Maintainers: c++ runtime libs): Remove myself.
2979 2014-02-17  Kugan Vivekanandarajah  <kuganv@linaro.org>
2981         * MAINTAINERS (Write After Approval): Add myself.
2983 2014-02-04  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
2985         PR target/59788
2986         * ltmain.sh (opt_duplicate_compiler_generated_deps): Enable on
2987         *solaris2*.
2989 2014-01-21  John David Anglin  <danglin@gcc.gnu.org>
2991         * MAINTAINERS: Update my email address.
2993 2014-01-20  Gerald Pfeifer  <gerald@pfeifer.com>
2995         * MAINTAINERS: Convert to UTF-8.
2996         Properly sort Xinliang David Li's entry.
2998 2013-12-31  Chung-Lin Tang  <cltang@codesourcery.com>
2999             Sandra Loosemore  <sandra@codesourcery.com>
3001         * MAINTAINERS: Add Sandra Loosemore and Chung-Lin Tang as
3002         nios2 port maintainers.
3004 2013-12-16  Markus Trippelsdorf  <markus@trippelsdorf.de>
3006         * MAINTAINERS (Write After Approval): Add myself.
3008 2013-12-13  Francois-Xavier Coudert  <fxcoudert@gcc.gnu.org>
3010         * configure.ac: Add user-friendly check for native x86_64-linux
3011         multilibs.
3012         * configure: Regenerate.
3014 2013-12-06  Oleg Endo  <olegendo@gcc.gnu.org>
3016         * MAINTAINERS: Add myself as sh maintainer.
3018 2013-12-03  Bill Schmidt  <wschmidt@linux.vnet.ibm.com>
3020         * MAINTAINERS: Add self as SLSR maintainer.
3022 2013-11-18  Jan Hubicka  <hubicka@ucw.cz>
3024         * MAINTAINERS: Update my email address.
3026 2013-11-15  David Edelsohn  <dje.gcc@gmail.com>
3028         * MAINTAINERS (Global Reviewers, c++): Remove Mark Mitchell.
3030 2013-11-07  Thomas Schwinge  <thomas@codesourcery.com>
3032         * Makefile.in: Regenerate.
3034         * Makefile.tpl: Fix typo.
3035         * Makefile.in: Regenerate partially.
3037 2013-11-04  Balaji V. Iyer  <balaji.v.iyer@intel.com>
3039         * configure.ac: Added libcilkrts to noconfig list when C++ is not
3040         supported.
3041         * configure: Regenerated.
3043 2013-11-01  Trevor Saunders  <tsaunders@mozilla.com>
3045         * MAINTAINERS (Write After Approval): Add myself.
3047 2013-10-30  Jason Merrill  <jason@redhat.com>
3049         * Makefile.tpl (STAGE1_CONFIGURE_FLAGS): Pass
3050         --disable-build-format-warnings.
3052 2013-10-29  Balaji V. Iyer  <balaji.v.iyer@intel.com>
3054         * Makefile.def: Add libcilkrts to target_modules.  Make libcilkrts
3055         depend on libstdc++ and libgcc.
3056         * configure: Regenerate.
3057         * configure.ac: Added libcilkrts to target binaries.  Also, restrict
3058         libcilkrts for POSIX and i*86, and x86_64 architectures.
3059         * Makefile.in: Added libcilkrts related fields to support building it.
3061 2013-10-26  Jeff Law  <law@redhat.com>
3063         * Makefile.def (target_modules): Remove libmudflap
3064         (languages): Remove check-target-libmudflap).
3065         * Makefile.in: Rebuilt.
3066         * Makefile.tpl (check-target-libmudflap-c++): Remove.
3067         * configure.ac (target_libraries): Remove target-libmudflap.
3068         Remove checks which disabled libmudflap on some systems.
3069         * configure: Rebuilt.
3070         * libmudflap: Directory removed.
3072 2013-10-21  Cong Hou  <congh@google.com>
3074         * MAINTAINERS (Write After Approval): Add myself.
3076 2013-10-16  Mike Stump  <mikestump@comcast.net>
3078         * .dir-locals.el: Add.
3080 2013-10-15  David Malcolm  <dmalcolm@redhat.com>
3082         * configure.ac: Add --enable-host-shared
3083         * configure: Regenerate.
3085 2013-01-10  Joern Rennecke  <joern.rennecke@embecosm.com>
3087         Import from savannah.gnu.org:
3088         * config.guess: Update to 2013-06-10 version.
3089         * config.sub: Update to 2013-10-01 version.
3091 2013-10-01  Simon Cook  <simon.cook@embecosm.com>
3093         Changes to build configuration to allow big endian ARC ELF toolchain
3094         * configure.ac: Also add target-libgloss to noconfigdirs for arceb-*-*.
3095         * configure: Regenerate.
3097 2013-09-20  Alan Modra  <amodra@gmail.com>
3099         * libtool.m4 (_LT_ENABLE_LOCK <ld -m flags>): Remove non-canonical
3100         ppc host match.  Support little-endian powerpc linux hosts.
3102 2013-09-19  Dodji Seketeli  <dodji@redhat.com>
3104         * MAINTAINERS (diagnostic messages): Add myself as diagnostics
3105         maintainer.
3107 2013-09-12  DJ Delorie  <dj@redhat.com>
3109         * MAINTAINERS: Add Nick Clifton and DJ Delorie as msp430
3110         maintainers.
3112 2013-09-03  Richard Biener  <rguenther@suse.de>
3114         * configure.ac: Also allow ISL 0.12.
3115         * configure: Regenerated.
3117 2013-08-30  Bernd Edlinger  <bernd.edlinger@hotmail.de>
3119         * MAINTAINERS (Write After Approval): Add myself.
3121 2013-08-27  David Malcolm  <dmalcolm@redhat.com>
3123         * MAINTAINERS (gdbhooks.py): Add myself as maintainer.
3125 2013-08-26  Caroline Tice  <cmtice@google.com>
3127         * MAINTAINERS:  Correct earliers update:  Move myself from libvtv
3128         "Various Reviewers" to libvtv "Various Maintainers".
3130 2013-08-20  Steven Bosscher  <steven@gcc.gnu.org>
3132         * MAINTAINERS: Add myself as RTL optimizers reviewer.
3134 2013-08-19  Benjamin De Kosnik  <bkoz@gnu.org>
3136         * MAINTAINERS: Update name, email.
3138 2013-08-13  Adam Butcher  <adam@jessamine.co.uk>
3140         * MAINTAINERS (Write After Approval): Add myself.
3142 2013-08-12  Caroline Tice  <cmtice@google.com>
3144         * MAINTAINERS: Add myself as libvtv maintainer. Correct my email
3145         address in the Write After Approval section.
3147 2013-08-09  Carlos O'Donell  <carlos@redhat.com>
3149         * MAINTAINERS (Write After Approval): Update email.
3151 2013-08-08  Benjamin Kosnik  <bkoz@redhat.com>
3153         * configure.ac: Adjust to check VTV_SUPPORTED.
3154         * configure: Regenerated.
3156 2013-08-02  Caroline Tice  <cmtice@google.com>
3158         * configure.ac: Add target-libvtv to target_libraries; disable libvtv
3159         on non-linux systems; add target-libvtv to noconfigdirs; add
3160         libsupc++/.libs to C++ library search paths.
3161         * configure: Regenerated.
3162         * Makefile.def: Add libvtv to target_modules; make libvtv depend on
3163         libstdc++ and libgcc.
3164         * Makefile.in: Regenerated.
3166 2013-07-19  Yvan Roux  <yvan.roux@linaro.org>
3168         * MAINTAINERS (Write After Approval): Add myself.
3170 2013-07-19  Chung-Ju Wu  <jasonwucj@gmail.com>
3171             Shiva Chen  <shiva0217@gmail.com>
3173         * MAINTAINERS (nds32 port): Add Chung-Ju Wu and Shiva Chen as
3174         nds32 port maintainers.
3176 2013-07-17  Tim Shen  <timshen91@gmail.com>
3178         * MAINTAINERS (Write After Approval): Add myself.
3180 2013-07-16  Jan-Benedict Glaw  <jbglaw@lug-owl.de>
3182         * configure.ac: Sync from binutils.
3183         * configure: Regenerate.
3185 2013-06-14  Vidya Praveen  <vidyapraveen@arm.com>
3187         * MAINTAINERS (Write After Approval): Add myself.
3189 2013-06-01  Dinar Temirbulatov  <dinar@kugelworks.com>
3191         * MAINTAINERS (Write After Approval): Add myself.
3193 2013-05-17  David Malcolm  <dmalcolm@redhat.com>
3195         * MAINTAINERS (Write After Approval): Add myself.
3197 2013-04-30  Brooks Moses  <bmoses@google.com>
3199         * MAINTAINERS: Update my email; move myself from Fortran
3200         reviewer to Write After Approval.
3202 2013-04-16  Andreas Schwab  <schwab@suse.de>
3204         * configure.ac (aarch64-*-*): Don't disable java.
3205         * configure: Regenerate.
3207 2013-04-10  Chung-Ju Wu  <jasonwucj@gmail.com>
3209         * MAINTAINERS (Write After Approval): Add myself.
3211 2013-03-30  Matthias Klose  <doko@ubuntu.com>
3213         * Makefile.def (target_modules): Don't install libffi.
3214         * Makefile.in: Regenerate.
3216 2013-02-24  Tilo Schwarz  <tilo@tilo-schwarz.de>
3218         * MAINTAINERS (Write After Approval): Add myself.
3220 2013-02-20  Andrew Sutton  <andrew.n.sutton@gmail.com>
3222         * MAINTAINERS (Write After Approval): Add myself.
3224 2013-02-15  Yufeng Zhang  <yufeng.zhang@arm.com>
3226         * configure.ac: Set libgloss_dir for the aarch64*-*-* targets.
3227         * configure: Regenerated.
3229 2013-02-05  Ian Lance Taylor  <iant@google.com>
3231         PR go/55969
3232         * configure.ac: Disable libgo on some systems where it does not
3233         work.
3235 2013-02-04  David Edelsohn  <dje.gcc@gmail.com>
3237         * MAINTAINERS: Explicitly add myself as AIX maintainer.
3238         Remove Geoff Keating as rs6000 port maintainer, at his request.
3240 2013-01-24  Maxim Kuvyrkov  <maxim@kugelworks.com>
3242         * MAINTAINERS: Update my email.
3244 2013-01-23  Shenghou Ma  <minux.ma@gmail.com>
3246         * configure: Re-generate.
3248 2013-01-15  Richard Biener  <rguenther@suse.de>
3250         PR other/55973
3251         * configure: Re-generate.
3253 2013-01-14  Matthias Klose  <doko@ubuntu.com>
3255         * Makefile.def (install-target-libsanitizer): Depend on
3256         install-target-libstdc++-v3.
3257         * Makefile.in: Regenerate.
3259 2013-01-14  Richard Biener  <rguenther@suse.de>
3261         * configure.ac (cloog/isl): Also allow ISL 0.11.x and CLooG 0.18.0.
3262         * configure: Re-generate
3264 2013-01-11  Jan-Benedict Glaw  <jbglaw@lug-owl.de>
3266         * config.sub: Update from config repo.
3268 2013-01-11  Eric Botcazou  <ebotcazou@adacore.com>
3270         * Makefile.tpl (BOOT_ADAFLAGS): Remove -gnata.
3271         * Makefile.in: Regenerate.
3273 2013-01-10  Joern Rennecke  <joern.rennecke@embecosm.com>
3275         * MAINTAINERS (arc): Add new port maintainership for myself.
3277 2013-01-09  Jason Merrill  <jason@redhat.com>
3279         * .gitignore: Import from gdb repository.
3281 2013-01-09  H.J. Lu  <hongjiu.lu@intel.com>
3283         * Makefile.def (configure-gcc): Depend on all-gmp.
3284         (all-gcc): Remove dependency on all-gmp.
3285         * Makefile.in: Regenerated.
3287 2013-01-08  Jan-Benedict Glaw  <jbglaw@lug-owl.de>
3289         * config.sub: Merge from config repo.
3290         * config.guess: Ditto.
3292 2013-01-08  Jan-Benedict Glaw  <jbglaw@lug-owl.de>
3294         * Makefile.def: Merge from binutils.
3295         * Makefile.in: Ditto.
3297 2013-01-01  Maxim Kuvyrkov  <maxim.kuvyrkov@gmail.com>
3299         * MAINTAINERS: Update my email.
3301 2012-12-29  Ben Elliston  <bje@gnu.org>
3303         * config.guess: Update to 2012-12-29 version.
3304         * config.sub: Likewise.
3306 2012-12-20  Matthias Klose  <doko@ubuntu.com>
3308         * Makefile.def (install-target-libgfortran): Depend on
3309         install-target-libquadmath, install-target-libgcc.
3310         (install-target-libsanitizer): Depend on install-target-libgcc.
3311         (install-target-libjava): Depend on install-target-libgcc.
3312         (install-target-libitm): Depend on install-target-libgcc.
3313         (install-target-libobjc): Depend on install-target-libgcc.
3314         (install-target-libstdc++-v3): Depend on install-target-libgcc.
3315         * Makefile.in: Regenerate.
3317 2012-12-19  Matthias Klose  <doko@ubuntu.com>
3319         * Makefile.def (install-target-libgo): Depend on
3320         install-target-libatomic.
3321         * Makefile.in: Regenerate.
3323 2012-12-18  Andreas Schwab  <schwab@linux-m68k.org>
3325         PR go/55201
3326         * Makefile.def (all-target-libgo): Depend on all-target-libatomic.
3327         * Makefile.in: Regenerate.
3329 2012-12-16  Thomas Schwinge  <thomas@codesourcery.com>
3331         * configure.ac (ENABLE_GOLD): Consider *-*-gnu* targets ELF.
3332         * configure: Regenerate.
3334 2012-12-12  Jan-Benedict Glaw  <jbglaw@lug-owl.de>
3336         * config.sub: Merge from config repo.
3338 2012-12-11  H.J. Lu  <hongjiu.lu@intel.com>
3340         * Makefile.def (target_modules): Add bootstrap=true and
3341         raw_cxx=true to libsanitizer.
3342         * configure.ac (bootstrap_target_libs): Add libsanitizer.
3343         * Makefile.in: Regenerated.
3344         * configure: Likewise.
3346 2012-12-01  Richard Sandiford  <rdsandiford@googlemail.com>
3348         * MAINTAINERS: Remove self as RTL optimization maintainer.
3350 2012-11-30  Kyrylo Tkachov  <kyrylo.tkachov@arm.com>
3352         * MAINTAINERS (Write After Approval): Add myself.
3354 2012-11-28  H.J. Lu  <hongjiu.lu@intel.com>
3356         * Makefile.def (target_modules): Remove bootstrap=true and
3357         raw_cxx=true from libsanitizer.
3358         * configure.ac (bootstrap_target_libs): Remove libsanitizer.
3359         * Makefile.in: Regenerated.
3360         * configure: Likewise.
3362 2012-11-28  H.J. Lu  <hongjiu.lu@intel.com>
3364         * Makefile.def (target_modules): Add bootstrap=true and
3365         raw_cxx=true to libsanitizer.
3366         * configure.ac (bootstrap_target_libs): Add libsanitizer.
3367         * Makefile.in: Regenerated.
3368         * configure: Likewise.
3370 2012-11-28  Andrew Pinski  <apinski@cavium.com>
3372         PR bootstrap/54279
3373         * configure.ac (CXX_FOR_TARGET): Change over to use xg++.
3374         * configure: Regenerate.
3375         * Makefile.tpl (POSTSTAGE1_CXX_EXPORT): Change over to use xg++.
3376         * Makefile.in: Regenerate.
3378 2012-11-27  Siddhesh Poyarekar  <siddhesh@redhat.com>
3380         * configure.ac: Disable libsanitizer if we're not building C++.
3381         * configure: Regenerate.
3383 2012-11-15  Roland McGrath  <roland@hack.frob.com>
3385         * MAINTAINERS (Write After Approval): Add myself.
3387 2012-11-15  Dmitry Vyukov  <dvyukov@google.com>
3389         * MAINTAINERS: (libsanitizer, asan.c): Add myself,
3390         Kostya Serebryany (kcc@google.com) and
3391         Jakub Jelinek (jakub@redhat.com).
3392         Rename area for Dodji Seketeli (dodji@redhat.com).
3394 2012-11-15  Dodji Seketeli  <dodji@redhat.com>
3396         * MAINTAINERS: (asan.c, related): Add myself.
3398 2012-11-14  Roland McGrath  <mcgrathr@google.com>
3400         * configure.ac (ENABLE_GOLD): Consider *-*-nacl* targets ELF.
3401         * configure: Regenerate.
3403 2012-11-13  Richard Henderson  <rth@redhat.com>
3405         * configure.ac: Move libsanitizer logic to subdirectory.
3406         * configure: Regenerate.
3408 2012-11-13  Dodji Seketeli  <dodji@redhat.com>
3410         * configure.ac: Enable libsanitizer just on x86 linux for now.
3411         * configure: Re-generate.
3413 2012-11-13  David Edelsohn  <dje.gcc@gmail.com>
3415         * configure.ac: Disable libsanitizer on AIX. Merge libquadmath
3416         sections.
3417         * configure: Regenerate.
3419 2012-11-13  Hans-Peter Nilsson  <hp@axis.com>
3421         * configure.ac: Add section for configdirs for libsanitizer.
3422         Disable for cris-*-* and mmix-*-*.
3423         * configure: Regenerate.
3425 2012-11-12  Wei Mi <wmi@google.com>
3427         * configure.ac: Add libsanitizer to target_libraries.
3428         * Makefile.def: Ditto.
3429         * configure: Regenerate.
3430         * Makefile.in: Regenerate.
3431         * libsanitizer: New directory for asan runtime.  Contains an empty
3432         tsan directory.
3434 2012-11-03  Corinna Vinschen  <corinna@vinschen.de>
3436         * configure.ac (FLAGS_FOR_TARGET,target=cygwin): Fix for building
3437         against Mingw64 w32api.
3438         * configure: Regenerate.
3440 2012-11-03  H.J. Lu  <hongjiu.lu@intel.com>
3442         * configure: Regenerated.
3444 2012-11-03  Robert Mason  <rbmj@verizon.net>
3446         * configure.ac: add --disable-libstdcxx configure option
3447         and handle defaulted state only for VxWorks, ARM-wince-pe and AVR.
3449 2012-10-30  Ganesh Gopalasubramanian  <Ganesh.Gopalasubramanian@amd.com>
3451         * MAINTAINERS (Write After Approval): Add myself.
3453 2012-10-26  James Greenhalgh  <james.greenhalgh@arm.com>
3455         * MAINTAINERS (Write After Approval): Add myself.
3457 2012-10-24  Sharad Singhai  <singhai@google.com>
3459         * MAINTAINERS (Write After Approval): Add myself.
3461 2012-10-24  Eric Christopher  <echristo@gmail.com>
3463         * MAINTAINERS: Update email address.
3465 2012-10-23  Eric Botcazou  <ebotcazou@adacore.com>
3467         PR bootstrap/54820
3468         * configure.ac (have_static_libs): Force 'no' for GCC version < 4.5.
3469         * configure: Regenerate.
3471 2012-10-23  Richard Earnshaw  <rearnsha@arm.com>
3473         * MAINTAINERS (aarch64): Add Marcus and myself.
3475 2012-10-22  Eric Botcazou  <ebotcazou@adacore.com>
3477         PR bootstrap/54820
3478         * Makefile.tpl (STAGE1_FLAGS_TO_PASS): New variable.
3479         (all-[+prefix+][+module+]): Pass stage1_args to sub-makes.
3480         (all-stage[+id+]-[+prefix+][+module+]): Likewise, if prev is false.
3481         (clean-stage[+id+]-[+prefix+][+module+]): Likewise, if prev is false.
3482         (host_modules): Set stage1_args to STAGE1_FLAGS_TO_PASS.
3483         * Makefile.in: Regenerate.
3484         * configure.ac (have_static_libs): New variable and associated check.
3485         (stage1-ldflags): Move to after stage1_libs and set to -static-libstdc++
3486         -static-libgcc if stage1_libs is empty and have_static_libs is yes.
3487         * configure: Regenerate.
3489 2012-10-10  Richard Biener  <rguenther@suse.de>
3491         * MAINTAINERS: Adjust for changed surname.
3493 2012-10-04  Lawrence Crowl  <crowl@google.com>
3495         * MAINTAINERS (Write After Approval): Add myself.
3497 2012-10-01  Cary Coutant  <ccoutant@google.com>
3499         * MAINTAINERS: Add myself as dwarf debugging code maintainer.
3501 2012-09-28  Ian Lance Taylor  <iant@google.com>
3503         * Makefile.def: Make all-target-libgo depend on
3504         all-target-libbacktrace.
3505         * Makefile.in: Rebuild.
3507 2012-09-26  Ian Lance Taylor  <iant@google.com>
3509         * Makefile.def: Make all-gcc depend on all-libbacktrace.
3510         * Makefile.in: Rebuild.
3512 2012-09-20  Walter Lee  <walt@tilera.com>
3514         * configure.ac: Add tilegx to list of targets that support gold.
3515         * configure: Regenerate.
3517 2012-09-20  Marek Polacek  <polacek@redhat.com>
3519         * MAINTAINERS (Write After Approval): Add myself.
3521 2012-09-19  Steve Ellcey  <sellcey@mips.com>
3523         * configure.ac: Add mips*-mti-elf* target.
3524         * configure: Regenerate.
3526 2012-09-17  Ian Lance Taylor  <iant@google.com>
3528         * MAINTAINERS (Various Maintainers): Add libbacktrace.
3529         * configure.ac (host_libs): Add libbacktrace.
3530         (target_libraries): Add libbacktrace.
3531         * Makefile.def (host_modules): Add libbacktrace.
3532         (target_modules): Likewise.
3533         * configure, Makefile.in: Rebuild.
3535 2012-09-14  David Edelsohn  <dje.gcc@gmail.com>
3537         PR target/38607
3538         Merge upstream change.
3539         * libtool.m4 (_LT_COMPILER_PIC): Add -fPIC to GCC and GXX for AIX.
3541         * configure.ac: Add target-libquadmath to noconfigdirs for AIX.
3542         Add libgomp*.o to compare_exclusions for AIX.
3543         * configure: Regenerate.
3545 2012-09-06  Diego Novillo  <dnovillo@google.com>
3547         * configure.ac: Bump minimum GMP version to 4.2.3.
3548         * configure: Re-generate.
3550 2012-09-05  Georg-Johann Lay  <avr@gjlay.de>
3552         PR target/54461
3553         * configure.ac (noconfigdirs,target=avr-*-*): Add target-newlib,
3554         target-libgloss if not configured --with-avrlibc=no.
3555         * configure: Regenerate.
3557 2012-09-04  Jason Merrill  <jason@redhat.com>
3559         * configure.ac: Fix --enable-languages=all.
3561 2012-09-04  Christophe Lyon  <christophe.lyon@st.com>
3563         * MAINTAINERS (Write After Approval): Add myself.
3565 2012-09-03  Richard Guenther  <rguenther@suse.de>
3567         PR bootstrap/54138
3568         * configure.ac: Re-organize ISL / CLOOG checks to allow
3569         disabling with either --without-isl or --without-cloog.
3570         * configure: Regenerated.
3572 2012-09-03  Georg-Johann Lay  <avr@gjlay.de>
3574         * configure.ac (noconfigdirs,target=avr): Add target-libquadmath.
3575         * configure: Regenerate.
3577 2012-08-27  Ulrich Drepper  <drepper@gmail.com>
3579         * MAINTAINERS: Fix my email address.
3581 2012-08-26  H.J. Lu  <hongjiu.lu@intel.com>
3583         PR binutils/4970
3584         * Makefile.def (host_modules): Rmove lib_path=.libs from bfd
3585         and opcodes.
3586         * Makefile.in: Regenerated.
3588 2012-08-26  Art Haas <ahaas@impactweather.com>
3590         * configure: Regenerate.
3592 2012-08-25  Křištof Želechovski <giecrilj@stegny.2a.pl>
3594         * INSTALL/README: Also refer to the online installation
3595         instructions.
3597 2012-08-21  Hariharan Sandanagobalane <hariharan.gcc@gmail.com>
3599         * MAINTAINERS (Write After Approval): Add myself.
3600         (Picochip port): Remove myself.
3602 2012-08-14   Diego Novillo  <dnovillo@google.com>
3604         Merge from cxx-conversion branch.
3606         * Makefile.tpl (STAGE[+id+]_CXXFLAGS): Remove
3607         POSTSTAGE1_CONFIGURE_FLAGS.
3608         * Makefile.in: Regenerate.
3609         * configure.ac (ENABLE_BUILD_WITH_CXX): Remove.  Update all users.
3610         Force C++ when bootstrapping.
3611         * configure: Regenerate.
3613 2012-07-24  Jan-Benedict Glaw  <jbglaw@lug-owl.de>
3615         * MAINTAINERS (Write After Approval): Add myself.
3617 2012-07-16  Joseph Myers  <joseph@codesourcery.com>
3619         * README: Document use of ranges of years in copyright notices.
3621 2012-07-06  Richard Guenther  <rguenther@suse.de>
3623         * Makefile.def (cloog): Pass $(HOST_GMPINC) and $(HOST_ISLINC)
3624         as CPPFLAGS, pass path to built gmp as LDFLAGS, always use
3625         --with-gmp=system.
3626         * Makefile.in: Regenerated.
3627         * configure: Likewise.
3629 2012-07-06  Richard Guenther  <rguenther@suse.de>
3631         * configure.ac (extra_isl_gmp_configure_flags): Initialize and subst.
3632         * Makefile.def (isl): Use extra_isl_gmp_configure_flags and
3633         supply V=1 as extra_make_flags.
3634         * configure: Regenerated.
3635         * Makefile.in: Likewise.
3637 2012-07-04  Tristan Gingold  <gingold@adacore.com>
3639         * configure: Regenerate.
3641 2012-07-03  Richard Guenther  <rguenther@suse.de>
3643         * Makfile.def (isl): Remove not necessary extra_exports and
3644         extra_make_flags.
3645         (cloog): Use $$CPPFLAGS instead of ${CPPFLAGS}.
3646         * Makefile.in: Regenerated.
3648 2012-07-03  Richard Guenther  <rguenther@suse.de>
3650         * Makefile.def (cloog): Add V=1 to extra_make_flags.
3651         * configure.ac: If either the ISL or the CLooG check failed
3652         do not try to build in-tree versions.
3653         * Makefile.in: Regenerated.
3654         * configure: Regenerated.
3656 2012-07-03  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
3658         * configure: Regenerate.
3660 2012-07-02  Janis Johnson  <janisjo@codesourcery.com>
3662         * MAINTAINERS (Various Maintainers): Add myself as testsuite
3663         maintainer.
3665 2012-07-02  Richard Guenther  <rguenther@suse.de>
3667         * configure: Regenerated.
3669 2012-07-02  Richard Guenther  <rguenther@suse.de>
3670         Michael Matz  <matz@suse.de>
3671         Tobias Grosser <tobias@grosser.es>
3672         Sebastian Pop <sebpop@gmail.com>
3674         * Makefile.def: Add ISL host module, remove PPL host module.
3675         Adjust ClooG host module to use the proper ISL.
3676         * Makefile.tpl: Pass ISL include flags instead of PPL ones.
3677         * configure.ac: Include config/isl.m4.  Add ISL host library,
3678         remove PPL.  Remove PPL configury, add ISL configury, adjust
3679         ClooG configury.
3680         * Makefile.in: Regenerated.
3681         * configure: Likewise.
3683 2012-07-02  Richard Guenther  <rguenther@suse.de>
3685         Merge from graphite branch
3686         2011-07-21  Tobias Grosser  <tobias@grosser.es>
3688         * configure: Regenerated.
3689         * config/cloog.m4: Remove support for CLooG-ppl and CLooG-parma,
3690         both cloog.org and legacy versions. The only supported version will
3691         be CLooG with the isl backend.
3693         2011-07-21  Tobias Grosser  <tobias@grosser.es>
3695         * configure: Regenerated.
3696         * configure.ac: Require cloog isl 0.17.0
3698         2011-07-21  Tobias Grosser  <tobias@grosser.es>
3700         * configure: Regenerated.
3701         * config/cloog.m4: Do not define CLOOG_ORG
3703 2012-06-29  Steven Bosscher  <steven@gcc.gnu.org>
3705         * configure.ac: Skip C if explicitly selected.
3706         * configure: Regenerate.
3708 2012-06-28  Christophe Lyon <christophe.lyon@st.com>
3710         * configure.ac (CFLAGS_FOR_TARGET, CXXFLAGS_FOR_TARGET): Make sure
3711         they contain -O2.
3712         * configure: Regenerate.
3714 2012-06-25  Richard Sandiford  <rdsandiford@googlemail.com>
3716         PR debug/53740
3717         * df.h, df-problems.c, dce.c: Revert last patch.
3719 2012-06-25  Iain Sandoe  <iain@codesourcery.com>
3721         * MAINTAINERS (Write After Approval): Update my email address.
3723 2012-06-21  Meador Inge  <meadori@codesourcery.com>
3725         * MAINTAINERS (Write After Approval): Add myself.
3727 2012-06-20  Jason Merrill  <jason@redhat.com>
3729         * Makefile.tpl (check-target-libgomp-c++): New.
3730         (check-target-libitm-c++): New.
3731         * Makefile.def (c++): Add them.
3732         * Makefile.in: Regenerate.
3734 2012-05-29  Edmar Wienskoski  <edmar@freescale.com>
3736         * MAINTAINERS (Write After Approval): Add myself.
3738 2012-05-16  Olivier Hainque  <hainque@adacore.com>
3740         * Makefile.tpl (gcc-no-fixedincludes): Rename into ...
3741         (gcc-install-no-fixedincludes): Now forwarder to local target in gcc/
3742         (install-no-fixedincludes): Adjust accordingly.
3743         * Makefile.in: Regenerate.
3745 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
3747         Merge upstream change
3748         * libtool.m4 (_LT_ENABLE_LOCK): Support x32.
3750 2012-05-14  Marc Glisse  <marc.glisse@inria.fr>
3752         * MAINTAINERS (Write After Approval): Add myself.
3754 2012-05-09  Nick Clifton  <nickc@redhat.com>
3755             Paul Smith  <psmith@gnu.org>
3757         PR bootstrap/50461
3758         * configure.ac (mpfr-dir): When using in-tree MPFR sources
3759         allow for the fact that from release v3.1.0 of MPFR the source
3760         files were moved into a src sub-directory.
3761         * configure: Regenerate.
3763 2012-05-07  Janne Blomqvist  <jb@gcc.gnu.org>
3765         * configure.ac: Bump minimum MPFR version to 2.4.0.
3766         * configure: Regenerated.
3768 2012-05-01  Richard Henderson  <rth@redhat.com>
3770         * Makefile.def (libatomic): New target_module.
3771         * configure.ac (target_libraries): Add libatomic.
3772         (noconfigdirs): Check if libatomic is supported.
3773         * Makefile.in, configure: Rebuild.
3775 2012-05-01  Greta Yorsh  <Greta.Yorsh@arm.com>
3777         * MAINTAINERS (Write After Approval): Add myself.
3779 2012-04-25  Joel Brobecker  <brobecker@adacore.com>
3781         * config.sub: Update to 2012-04-18 version from official repo.
3783 2012-04-24  Naveen H.S  <naveen.S@kpitcummins.com>
3785         * MAINTAINERS (Write After Approval): Add myself.
3787 2012-04-11  Steve Ellcey  <sellcey@mips.com>
3789         * MAINTAINERS: Changed email address.
3791 2012-03-28  Georg-Johann Lay  <avr@gjlay.de>
3793         PR target/52737
3794         * contrib/gcc_update (files_and_dependencies):
3795         Remove gcc/config/avr/t-multilib from touch data.
3797 2012-03-14  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
3799         * MAINTAINERS (OS Port Maintainers): Remove irix.
3800         * configure.ac (enable_libgomp): Remove *-*-irix6*.
3801         (unsupported_languages): Remove mips-sgi-irix6.*.
3802         (noconfigdirs): Don't add ${libgcj} for mips*-*-irix6*.
3803         (with_stabs): Remove.
3804         * configure: Regenerate.
3806 2012-03-12  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
3808         * MAINTAINERS (OS Port Maintainers): Remove osf.
3809         * configure.ac (enable_libgomp): Remove *-*-osf*.
3810         (with_stabs): Remove alpha*-*-osf*.
3811         * configure: Regenerate.
3813 2012-03-05  Tristan Gingold  <gingold@adacore.com>
3815         * configure.ac: Enable gdb and readline for ia64*-*-*vms*.
3816         * configure: Regenerate.
3818 2012-02-17  Walter Lee  <walt@tilera.com>
3820         * MAINTAINERS: (Write After Approval): Delete myself.
3822 2012-02-14  Walter Lee  <walt@tilera.com>
3824         * MAINTAINERS (tilegx port): Add myself.
3825         (tilepro port): Add myself.
3826         (Write After Approval): Add myself.
3828 2012-02-12  Gerald Pfeifer  <gerald@pfeifer.com>
3830         * MAINTAINERS (Various Maintainers): Add Diego Novillo, Gerald Pfeifer
3831         and Joseph Myers as docstring relicensing maintainers.
3833 2012-02-09  Bin Cheng  <bin.cheng@arm.com>
3835         * MAINTAINERS (write-after-approval): Add myself.
3837 2012-02-08  Ira Rosen <irar@il.ibm.com>
3839         * MAINTAINERS (Various Maintainers): Remove myself as auto-vectorizer
3840         maintainer.
3842 2012-02-04  Venkataramanan Kumar  <venkataramanan.kumar@amd.com>
3844         * MAINTAINERS (Write After Approval): Move myself to
3845         maintain alphabetical order.
3847 2012-02-03  Venkataramanan Kumar  <venkataramanan.kumar@amd.com>
3849         * MAINTAINERS (Write After Approval): Add myself.
3851 2012-02-02  Jayant R Sonar <jayant.sonar@kpitcummins.com>
3853         * MAINTAINERS (Write After Approval): Add myself.
3855 2012-02-02  Sumanth G <sumanth.gundapaneni@kpitcummins.com>
3856             Jayant R Sonar <jayant.sonar@kpitcummins.com>
3858         * configure.ac (cr16-*-*): Remove nonconfigdirs.
3859         * configure: Regenerate.
3861 2012-01-23  Harshit Chopra  <harshit@google.com>
3863         * MAINTAINERS (Write After Approval): Add myself.
3865 2012-01-22  Douglas B Rupp  <rupp@ngnat.com>
3867         * configure.ac: Remove reference to mh-interix.
3868         * configure: Regenerate.
3870 2012-01-05  Richard Henderson  <rth@redhat.com>
3872         PR bootstrap/51072
3873         * configure.ac: Disable libitm if c++ is not enabled.
3874         * configure: Rebuild.
3876         * configure.ac: Fix regexp for same.
3877         * configure: Rebuild.
3879 2012-01-02  Balaji V. Iyer  <bviyer@gmail.com>
3881         * MAINTAINERS (Write After Approval): Add myself.
3883 2012-01-02  Richard Guenther  <rguenther@suse.de>
3885         PR bootstrap/51686
3886         * Makefile.def (install-strip-gcc): Depend on install-strip-lto-plugin.
3887         * Makefile.in: Regenerate.
3889 2011-12-28  Oleg Endo  <olegendo@gcc.gnu.org>
3891         * MAINTAINERS (Write After Approval): Add myself.
3893 2011-12-18  Eric Botcazou  <ebotcazou@adacore.com>
3895         * configure: Regenerate.
3897 2011-12-14  Hariharan Sandanagobalane  <hariharan.gcc@gmail.com>
3899         * MAINTAINERS (picochip): Changed email address.
3901 2011-11-30  Matthew Gretton-Dann  <matthew.gretton-dann@arm.com>
3903         * MAINTAINERS (write-after-approval): Add self.
3905 2011-11-29  DJ Delorie  <dj@redhat.com>
3907         * configure.ac (rl78-*-*) New case.
3908         * configure: Regenerate.
3909         * MAINTAINERS: Add myself as RL78 maintainer.
3911 2011-11-21  Eric Botcazou  <ebotcazou@libertysurf.fr>
3913         * MAINTAINERS: Add self as co-maintainer of the Ada front end.
3915 2011-11-21  Andreas Tobler  <andreast@fgznet.ch>
3917         * libtool.m4: Additional FreeBSD 10 fixes.
3919 2011-11-21  Joern Rennecke  <joern.rennecke@embecosm.com>
3921         * MAINTAINERS: Move myself from Write After Approval to CPU Port
3922         Maintainers section, as Epiphany maintainer.
3924 2011-11-18  Iain Sandoe  <iains@gcc.gnu.org>
3926         PR target/49992
3927         * configure.ac: Remove ranlib special-casing for Darwin.
3928         * configure: Regenerate.
3930 2011-11-12  Andrey Belevantsev  <abel@ispras.ru>
3932         * MAINTAINERS (Reviewers): Keep the list sorted.
3934 2011-11-11  Andrey Belevantsev  <abel@ispras.ru>
3936         * MAINTAINERS (Selective Scheduling): Add myself as a reviewer.
3938 2011-11-09  Roland McGrath  <mcgrathr@google.com>
3940         * configure.ac: Add tool checks for READELF and READELF_FOR_TARGET.
3941         * configure: Rebuild.
3942         * Makefile.def (flags_to_pass): Add READELF_FOR_TARGET.
3943         * Makefile.tpl (READELF, READELF_FOR_TARGET): New variables.
3944         (HOST_EXPORTS): Add READELF, READELF_FOR_TARGET.
3945         (BASE_FLAGS_TO_PASS): Add READELF_FOR_TARGET.
3946         (BASE_TARGET_EXPORTS, EXTRA_HOST_FLAGS, EXTRA_TARGET_FLAGS):
3947         Add READELF.
3948         * Makefile.in: Rebuild.
3950 2011-11-09  Jason Merrill  <jason@redhat.com>
3952         * Makefile.def (language=c++): Remove check-c++0x.
3953         * Makefile.in (check-gcc-c++): Regenerate.
3955 2011-11-08  Richard Henderson  <rth@redhat.com>
3957         * configure.ac: Test for libitm directory present first.
3959         * configure.ac: Adjust srcdir for running libitm/configure.tgt.
3961         * configure.ac: Test libitm/configure.tgt to disable libitm.
3962         * configure: Rebuild.
3964 2011-11-07  Aldy Hernandez  <aldyh@redhat.com>
3965             Richard Henderson  <rth@redhat.com>
3967         Merged from transactional-memory.
3969         * Makefile.def (lang_env_dependencies): libitm is c++.
3970         Add libitm target module.
3971         * configure.ac: Likewise.
3972         * config/mmap.m4: New file.
3973         * contrib/gcc_update: Add libitm to touch data.
3974         * Makefile.in, configure: Rebuild.
3976 2011-11-02  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
3978         * Makefile.tpl (EXTRA_GCC_FLAGS): Remove LIBGCC2_CFLAGS,
3979         LIBGCC2_DEBUG_CFLAGS, LIBGCC2_INCLUDES.
3980         * Makefile.in: Regenerate.
3982 2011-11-01  DJ Delorie  <dj@redhat.com>
3984         * config.sub: Update to version 2011-10-29 (added rl78)
3986 2011-10-27  Nick Clifton  <nickc@redhat.com>
3988         * config.sub: Import these changes from the config project:
3990         2011-10-08  Joern Rennecke  <joern.rennecke@embecosm.com>
3991             Ben Elliston  <bje@gnu.org>
3993         * config.sub (epiphany): New.
3995         2011-09-09  Linas Vepstas  <linasvepstas@gmail.com>
3996             Ben Elliston  <bje@gnu.org>
3998         * config.sub (hexagon, hexagon-*): New.
4000         2011-08-23  Roland McGrath  <mcgrathr@google.com>
4002         * config.sub: Rename 32eb to be32, 32el to le32, 64el to le64, and
4003         64eb to be64.
4005         2011-08-16  Roland McGrath  <mcgrathr@google.com>
4007         * config.sub (32eb, 32el, 64eb, 64el): New (pseudo-)CPUs.
4008         (nacl): Grok as alias for 32el-unknown-nacl.
4010 2011-10-25  Kirill Yukhin  <kirill.yukhin@intel.com>
4012         * MAINTAINERS (Write After Approval): Add myself.
4014 2011-10-24  Teresa Johnson  <tejohnson@google.com>
4016         * MAINTAINERS (Write After Approval): Add myself.
4018 2011-09-21  Jakub Jelinek  <jakub@redhat.com>
4020         * MAINTAINERS (sparc port): Remove myself.
4022 2011-09-14  Tom de Vries  <tom@codesourcery.com>
4024         * MAINTAINERS (Write After Approval): Add myself.
4026 2011-08-14  Yao Qi  <yao@codesourcery.com>
4028         * configure.ac (tic6x-*-*): Remove gdb from noconfigdirs.
4029         * configure: Regenerate.
4031 2011-07-26  Ian Lance Taylor  <iant@google.com>
4033         * configure.ac: Set have_compiler based on whether gcc directory
4034         exists, rather than on whether gcc is in configdirs.
4035         * configure: Rebuild.
4037 2011-07-21  Joseph Myers  <joseph@codesourcery.com>
4039         * MAINTAINERS (Global Reviewers): Add self.
4041 2011-07-20  David Edelsohn  <dje.gcc@gmail.com>
4043         * Makefile.tpl (POSTSTAGE1_CONFIGURE_FLAGS): Add libsupc++ to
4044         link directories.
4045         * Makefile.in: Rebuild.
4047 2011-07-20  Ian Lance Taylor  <iant@google.com>
4049         PR bootstrap/49787
4050         * configure.ac: Move --enable-bootstrap handling earlier in file.
4051         If --enable-bootstrap and either --enable-build-with-cxx or
4052         --enable-build-poststage1-with-cxx, enable C++ automatically.
4053         * configure: Rebuild.
4055 2011-07-19  Ian Lance Taylor  <iant@google.com>
4057         * configure.ac: Add --enable-build-poststage1-with-cxx.  If set,
4058         make C++ a boot_language.  Set and substitute
4059         POSTSTAGE1_CONFIGURE_FLAGS.
4060         * Makefile.tpl (POSTSTAGE1_CONFIGURE_FLAGS): New variable.
4061         (STAGE[+id+]_CONFIGURE_FLAGS): Add $(POSTSTAGE1_CONFIGURE_FLAGS).
4062         * configure, Makefile.in: Rebuild.
4064 2011-07-19  Vladimir Makarov  <vmakarov@redhat.com>
4066         * MAINTAINERS (Register Allocation): Move myself from reviewers to
4067         maintainers.
4069 2011-07-18  Jakub Jelinek  <jakub@redhat.com>
4071         * MAINTAINERS (Global Reviewers): Add myself.
4073 2011-07-18  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
4075         * configure: Regenerate.
4077 2011-07-16  Jason Merrill  <jason@redhat.com>
4079         * Makefile.def (language=c++): Add check-c++0x and
4080         check-target-libmudflap-c++.
4081         * Makefile.tpl (check-target-libmudflap-c++): New.
4082         * Makefile.in: Regenerate.
4084 2011-07-16  Matthias Klose  <doko@ubuntu.com>
4086         * Makefile.tpl (EXTRA_CONFIGARGS_LIBJAVA): Define.
4087         * Makefile.def (target_modules/libjava): Pass
4088         $(EXTRA_CONFIGARGS_LIBJAVA).
4089         * configure.ac: Pass --disable-static in EXTRA_CONFIGARGS_LIBJAVA,
4090         if not configured with --enable-static-libjava.
4091         * Makefile.in: Regenerate.
4092         * configure: Likewise.
4094 2011-07-15  Jason Merrill  <jason@redhat.com>
4096         * Makefile.in (check-c++): Move check-gcc-c++0x after
4097         check-target-libstdc++-v3.
4099 2011-07-15  Bernd Schmidt  <bernds@codesourcery.com>
4101         * MAINTAINERS (c6x port): New entry.
4103 2011-07-13  Jason Merrill  <jason@redhat.com>
4105         * Makefile.in (check-gcc-c++0x): New.
4106         (check-c++): Depend on it.
4108 2011-07-07  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
4110         PR target/39150
4111         * configure.ac (i[3456789]86-*-solaris2*): Also accept
4112         x86_64-*-solaris2.1[0-9]*.
4113         * configure: Regenerate.
4115 2011-06-29  Richard Sandiford  <rdsandiford@googlemail.com>
4117         * MAINTAINERS (RTL optimizers): Add self.
4119 2011-06-27  Gabriel Charette  <gchare@google.com>
4121         * MAINTAINERS (Write After Approval): Add myself.
4123 2011-06-22  Hans-Peter Nilsson  <hp@axis.com>
4125         PR regression/47836
4126         PR bootstrap/23656
4127         PR other/47733
4128         PR bootstrap/49247
4129         PR c/48825
4130         * configure.ac (target_libraries): Remove target-libiberty.
4131         Remove case-statement setting skipdirs=target-libiberty for
4132         multiple targets.  Remove checking target_configdirs and
4133         removing target-libiberty but keeping target-libgcc if
4134         otherwise empty.
4135         * Makefile.def (target_modules): Don't add libiberty.
4136         (dependencies): Remove all traces of target-libiberty.
4137         * configure, Makefile.in: Regenerate.
4139 2011-06-13  Walter Lee <walt@tilera.com>
4141         * configure.ac (tilepro-*-*) New case.
4142         (tilegx-*-*): Likewise.
4143         * configure: Regenerate.
4145 2011-06-06  Jing Yu  <jingyu@google.com>
4147         * configure.ac: Skip target-libiberty for
4148         arm*-*-linux-androideabi.
4149         * configure: Regenerated.
4151 2011-06-06  Nick Clifton  <nickc@redhat.com>
4153         * config.sub: Sync from upstream.
4155 2011-06-05  Nenad Vukicevic  <nenad@intrepid.com>
4157         * MAINTAINERS (Write After Approval): Add myself.
4159 2011-06-01  Daniel Jacobowitz  <drow@false.org>
4161         * MAINTAINERS: Update my email address.
4163 2011-05-27  Nathan Froyd  <froydnj@codesourcery.com>
4165         * MAINTAINERS (Write After Approval): Update my email address.
4167 2011-05-11  Paul Pluzhnikov  <ppluzhnikov@google.com>
4169         * MAINTAINERS (Write After Approval): Add myself.
4171 2011-05-08  Doug Kwan  <dougkwan@google.com>
4173         * configure.ac: Propagate LDFLAGS_FOR_TARGET.
4174         * configure: Regenerated.
4175         * Makefile.tpl (LDFLAGS_FOR_TARGET): Use LDFLAGS_FOR_TARGET
4176         value from configure.
4177         * Makefile.in: Regenerated.
4179 2011-05-05  Joseph Myers  <joseph@codesourcery.com>
4181         * configure.ac (alpha*-dec-osf*, i[[3456789]]86-*-rdos*,
4182         sh*-*-pe|mips*-*-pe|arm-wince-pe, sparc-*-sunos4*, *-*-aix*,
4183         *-*-beos*, *-*-chorusos, *-*-dragonfly*, *-*-freebsd*, *-*-linux*
4184         | *-*-gnu* | *-*-k*bsd*-gnu | *-*-kopensolaris*-gnu, *-*-lynxos*,
4185         *-*-mingw*, *-*-netbsd*, *-*-netware*, *-*-tpf*, *-*-uclinux*,
4186         *-*-vxworks*): Disable newlib and libgloss in separate case
4187         statement.
4188         (i[[3456789]]86-*-linux*): Move logic allowing newlib to be built
4189         to separate case statement.
4190         (*-*-chorusos, *-*-dragonfly*, *-*-freebsd*, *-*-netbsd*,
4191         *-*-netware*, *-*-tpf*, *-*-uclinux*, *-*-vxworks*,
4192         alpha*-dec-osf*, alpha*-*-linux*, am33_2.0-*-linux*, sh-*-linux*,
4193         sh*-*-pe|mips*-*-pe|*arm-wince-pe, arm-*-coff, arm-*-elf* |
4194         arm*-*-eabi*, arm*-*-linux-gnueabi, arm*-*-symbianelf*, avr-*-*,
4195         bfin-*-*, cris-*-* | crisv32-*-*, frv-*-*, i[[3456789]]86-*-coff |
4196         i[[3456789]]86-*-elf, i[[3456789]]86-w64-mingw*,
4197         i[[3456789]]86-*-mingw*, x86_64-*-mingw*,
4198         i[[3456789]]86-*-interix*, i[[3456789]]86-*-beos*,
4199         i[[3456789]]86-*-rdos*, m32r-*-*,
4200         m68hc11-*-*|m6811-*-*|m68hc12-*-*|m6812-*-*, m68k-*-elf*, m68*-*-*
4201         | fido-*-*, powerpc-*-aix*, powerpc-*-beos*, powerpc-*-eabi,
4202         powerpc-*-eabi* | powerpcle-*-eabi* | powerpc-*-rtems*,
4203         rs6000-*-lynxos*, rs6000-*-aix*, mips*-*-linux*, sparclet-*-aout*
4204         | sparc86x-*-*, sparc-*-elf*, sparc64-*-elf*, sparclite-*-*,
4205         sparc-*-sunos4*, sparc-*-solaris* | sparc64-*-solaris* |
4206         sparcv9-*-solaris*, *-*-linux* | *-*-gnu* | *-*-k*bsd*-gnu |
4207         *-*-kopensolaris*-gnu, *-*-lynxos*, *-*-*): Don't disable newlib
4208         and libgloss in main case over targets.  Remove most empty cases
4209         in main case over targets.
4210         * configure: Regenerate.
4212 2011-05-04  Janis Johnson  <janisjo@codesourcery.com>
4214         * MAINTAINERS (Write After Approval): Add myself.
4216 2011-05-04  Joseph Myers  <joseph@codesourcery.com>
4218         * configure.ac: Remove code setting special library locations for
4219         hppa*64*-*-hpux11*.  Remove code setting compiler for
4220         sparc-sun-solaris2*.
4221         * configure: Regenerate.
4223 2011-05-04  Joseph Myers  <joseph@codesourcery.com>
4225         * configure.ac: Separate libgloss_dir settings from general case
4226         over targets.
4227         * configure: Regenerate.
4229 2011-04-28  Joseph Myers  <joseph@codesourcery.com>
4231         * configure.ac (*-*-dragonfly*, *-*-freebsd*, *-*-netbsd*,
4232         alpha*-dec-osf*, alpha*-*-linux*, alpha*-*-*, sh-*-linux*,
4233         arm-*-elf* | arm*-*-eabi*, arm*-*-linux-gnueabi, frv-*-*): Remove
4234         cases in libgcj-disabling case statement.
4235         (hppa*64*-*-linux*): Set unsupported_languages instead of
4236         disabling target-zlib.
4237         (hppa*64*-*-*): Restrict case in libgcj-disabling case statement
4238         to hppa*64*-*-hpux*.
4239         (hppa*-*-*): Restrict case in libgcj-disabling case statement to
4240         hppa*-*-hpux*.
4241         (ia64*-*-elf*, ia64*-**-hpux*, i[[3456789]]86-*-elf,
4242         i[[3456789]]86-*-linux*, *-*-cygwin*, i[[3456789]]86-*-interix*,
4243         i[[3456789]]86-*-solaris2*, m32r-*-*, m68k-*-elf*, m68*-*-* |
4244         fido-*-*, powerpc-*-eabi, powerpc-*-eabi* | powerpcle-*-eabi* |
4245         powerpc-*-rtems*, mips*-*-linux*, mips*-*-*, sh-*-* | sh64-*-*,
4246         sparc-*-elf*, sparc64-*-elf*, sparc-*-solaris* |
4247         sparc64-*-solaris* | sparcv9-*-solaris*, *-*-linux* | *-*-gnu* |
4248         *-*-k*bsd*-gnu | *-*-kopensolaris*-gnu, *-*-*): Remove cases in
4249         libgcj-disabling case statement.
4250         * configure: Regenerate.
4252 2011-04-28  Joseph Myers  <joseph@codesourcery.com>
4254         * configure.ac: Disable Java for targets not supporting libffi.
4255         (*-*-chorusos, *-*-kaos*, am33_2.0-*-linux*, sh*-*-pe|mips*-*-pe):
4256         Remove cases in Java-disabling statement.
4257         (*arm-wince-pe): Change to arm-wince-pe.
4258         (arc-*-*, arm-*-coff, arm-*-pe*, arm-*-riscix*, avr-*-*): Remove
4259         cases in Java-disabling statement.
4260         (bfin-*-*): Don't disable Java again.
4261         (c4x-*-* | tic4x-*-*, tic54x-*-*, cr16-*-*, d10v-*-*, d30v-*-*,
4262         fr30-*-elf*, moxie-*-*, h8300*-*-*, h8500-*-*, hppa1.1-*-osf* |
4263         hppa1.1-*-bsd*, hppa*-*-*elf* | hppa*-*-lites* | hppa*-*-openbsd*,
4264         hppa*-*-pro*, i960-*-*, i[[3456789]]86-*-coff,
4265         i[[3456789]]86-*-pe, i[[3456789]]86-*-sco3.2v5*,
4266         i[[3456789]]86-*-sco*, i[[3456789]]86-*-sysv4*,
4267         i[[3456789]]86-*-beos*, i[[3456789]]86-*-rdos*,
4268         m68hc11-*-*|m6811-*-*|m68hc12-*-*|m6812-*-*): Remove cases in
4269         Java-disabling statement.
4270         (mmix-*-*): Don't disable Java again.
4271         (mt-*-*, powerpc*-*-winnt* | powerpc*-*-pe*, powerpcle-*-solaris*,
4272         powerpc-*-beos*, rs6000-*-lynxos*, rs6000-*-*, m68k-apollo-*,
4273         microblaze*, mips*-sde-elf*, mips*-*-irix5*, mips*-*-bsd*,
4274         sparclet-*-aout* | sparc86x-*-*, sparclite-*-*, sparc-*-sunos4*,
4275         tic6x-*-*, v810-*-*, vax-*-*): Remove cases in Java-disabling
4276         statement.
4277         * configure: Regenerate.
4279 2011-04-28  Joseph Myers  <joseph@codesourcery.com>
4281         * configure.ac: Separate cases disabling Java and Java libraries
4282         from general case over targets.
4283         * configure: Regenerate.
4285 2011-04-21  Jie Zhang  <jzhang918@gmail.com>
4287         * MAINTAINERS: Update my email address.
4289 2011-04-20  Easwaran Raman  <eraman@google.com>
4291         * MAINTAINERS (Write After Approval): Add myself.
4293 2011-04-18  Jack Howarth  <howarth@bromo.med.uc.edu>
4295         PR lto/48086
4296         * configure.ac: Re-enable LTO on *-apple-darwin9*.
4297         * configure: Regenerate.
4299 2011-04-16  Jim Meyering  <meyering@redhat.com>
4301         * MAINTAINERS (Write After Approval): Add myself.
4303 2011-04-15  Dodji Seketeli  <dodji@redhat.com>
4305         * MAINTAINERS: Update my email address.
4307 2011-04-13  Georg-Johann Lay  <avr@gjlay.de>
4309         * MAINTAINERS (Write After Approval): Add myself.
4311 2011-04-12  Yufeng Zhang  <yufeng.zhang@arm.com>
4313         * MAINTAINERS (Write After Approval): Add myself.
4315 2011-04-07  Stuart Henderson  <shenders@gcc.gnu.org>
4317         * MAINTAINERS (Write After Approval): Add myself.
4319 2011-04-06  Joseph Myers  <joseph@codesourcery.com>
4321         * configure.ac (build_tools): Remove build-byacc.
4322         (host_libs): Remove mmalloc.
4323         (host_tools): Remove byacc make patch prms send-pr ash bash bzip2
4324         autoconf automake libtool diff rcs fileutils shellutils time
4325         textutils wdiff find uudecode hello tar gzip indent recode release
4326         sed perl gawk findutils gettext zip.
4327         (libgcj): Remove target-qthreads.
4328         (target_tools): Remove target-examples target-gperf.
4329         (YACC): Don't handle building byacc.
4330         * configure: Regenerate.
4331         * Makefile.def (ash, autoconf, automake, bash, byacc, bzip2, diff,
4332         dosutils, examples, fileutils, find, findutils, gawk, gettext,
4333         gnuserv, gperf, gzip, hello, indent, libtool, make, mmalloc,
4334         patch, perl, prms, qthreads, rcs, recode, release, sed, send-pr,
4335         shellutils, tar, textutils, time, uudecode, wdiff, zip): Don't
4336         handle building components.
4337         * Makefile.in: Regenerate.
4339 2011-04-05  Sterling Augustine <augustine.sterling@gmail.com>
4341         * MAINTAINERS: Update my email address as Xtensa maintainer.
4343 2011-04-05  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
4345         * config.sub: Sync from upstream.
4347 2011-04-01  Joseph Myers  <joseph@codesourcery.com>
4349         * configure.ac (avr-*-*): Add comment about why libssp is disabled.
4350         (microblaze*): Don't disable libssp.
4351         * configure: Regenerate.
4353 2011-04-01  Joseph Myers  <joseph@codesourcery.com>
4355         * configure.ac: Remove code setting CONFIG_SHELL, config_shell and
4356         moveifchange.
4357         * configure: Regenerate.
4358         * Makefile.tpl: Use @SHELL@ not @config_shell@.
4359         * Makefile.in: Regenerate.
4361 2011-04-01  Joseph Myers  <joseph@codesourcery.com>
4363         * configure.ac (*-*-sysv4*): Don't enable libgomp.
4364         (alpha*-*-*vms*, i[[34567]]86-*-sco3.2v5*, mn10300-*-*,
4365         powerpc-*-chorusos*, powerpc*-*-eabi*, powerpc*-*-sysv*,
4366         powerpc*-*-kaos*, s390x-ibm-tpf*, sparc64-*-elf*, v850*-*-*,
4367         xtensa*-*-elf*, *-*-beos*, *-*-elf*, *-*-netware*, *-*-rtems*,
4368         *-*-sysv[[45]]*, *-*-vxworks*, *-wrs-windiss): Remove
4369         md_exec_prefix cases.
4370         * configure: Regenerate.
4372 2011-04-01  Joseph Myers  <joseph@codesourcery.com>
4374         * configure.ac: Separate cases disabling target-libssp,
4375         target-libiberty, target-libstdc++-v3 and Fortran from general
4376         case over targets.
4377         * configure: Regenerate.
4379 2011-04-01  Joseph Myers  <joseph@codesourcery.com>
4381         * configure.ac (*-*-chorusos): Don't disable libgcj.
4382         (*-*-freebsd[[12]] | *-*-freebsd[[12]].* | *-*-freebsd*aout*):
4383         Remove case.
4384         (*-*-kaos*): Don't disable GCC libraries, zlib or fastjar.
4385         (arm-*-coff): Don't disable libgcj.
4386         (arm*-*-linux-gnueabi): Remove useless assignment.
4387         (arm-*-riscix*): Don't disable libgcj.
4388         (bfin-*-*): Don't enable target-bsp and target-cygmon depending on
4389         configuration.
4390         (c4x-*-* | tic4x-*-*): Don't disable GCC libraries.
4391         (c54x*-*-*): Remove case.
4392         (tic54x-*-*): Don't disable GCC or GCC libraries.
4393         (cris-*-* | crisv32-*-*): Don't handle *-*-aout.  Change *-*-elf
4394         to *.
4395         (d10v-*-*): Don't disable GCC libraries.
4396         (d30v-*-*): Don't disable libgcj.
4397         (h8500-*-*): Don't disable GCC libraries.
4398         (i960-*-*): Don't disable libgcj.
4399         (i[[3456789]]86-*-linux*): Don't handle *-*-*libc1*.
4400         (i[[3456789]]86-*-sco3.2v5*, i[[3456789]]86-*-sco*,
4401         i[[3456789]]86-*-sysv4*, i[[3456789]]86-*-beos*): Don't disable
4402         libgcj.
4403         (m68k-*-coff*): Remove case.
4404         (mmix-*-*): Don't disable libgloss on host.
4405         (mn10200-*-*, mn10300-*-*): Remove cases.
4406         (powerpc*-*-winnt* | powerpc*-*-pe*, powerpcle-*-solaris*,
4407         powerpc-*-beos*, m68k-apollo-*, mips*-*-irix5*, mips*-*-bsd*):
4408         Don't disable libgcj.
4409         (romp-*-*): Remove case.
4410         (sparclite-*-*, sparc-*-sunos4*): Don't disable libgcj.
4411         (sparc-*-solaris2.[[0-6]] | sparc-*-solaris2.[[0-6]].*): Remove
4412         case.
4413         (v810-*-*): Don't disable GCC libraries.
4414         (v850*-*-*, vax-*-vms, xtensa*-*-*): Remove cases.
4415         (ip2k-*-*): Don't disable GCC libraries.
4416         * configure: Regenerate.
4418 2011-03-28  Joseph Myers  <joseph@codesourcery.com>
4420         * configure.ac (i[[3456789]]86-*-msdosdjgpp*): Don't disable
4421         libffi on host.
4422         (x86_64-*-mingw*, i[[3456789]]86-*-mingw32*): Don't disable newlib
4423         on host.
4424         (c54x*-*-* | tic54x-*-*): Don't disable newlib on host.
4425         * configure: Regenerate.
4427 2011-03-26  John Marino  <binutils@marino.st>
4429         * configure.ac: Add support for *-*-dragonfly*
4430         * configure: Regenerate.
4432 2011-03-25  Joseph Myers  <joseph@codesourcery.com>
4434         * configure.ac (native_only): Remove.
4435         (i[[3456789]]86-*-msdosdjgpp*): Don't disable expect dejagnu
4436         send-pr uudecode guile gnuserv on host.
4437         (x86_64-*-mingw*): Don't disable expect dejagnu autoconf automake
4438         send-pr rcs guile perl texinfo libtool on host.
4439         (i[[3456789]]86-*-mingw32*): Don't disable expect dejagnu autoconf
4440         automake send-pr rcs guile perl texinfo libtool on host.
4441         (*-*-cygwin*, *-*-netbsd*): Remove host cases.
4442         (*-*-kaos*): Don't disable target-examples target-gperf on target.
4443         (alpha*-dec-osf*): Don't disable fileutils on target.
4444         (sh*-*-pe|mips*-*-pe|*arm-wince-pe): Don't disable target-examples
4445         texinfo send-pr expect dejagnu on target.
4446         (arm-*-elf* | arm*-*-eabi*, arm*-*-linux-gnueabi): Don't disable
4447         target-qthreads on target.
4448         (hppa*-hp-hpux11*, hppa*-*-*): Don't disable shellutils on target.
4449         (ia64*-*-elf*, ia64*-*-*vms*): Don't disable mmalloc on target.
4450         (i[[3456789]]86-w64-mingw*, i[[3456789]]86-*-mingw*,
4451         x86_64-*-mingw*): Don't disable expect on target.
4452         (*-*-cygwin*): Don't disable target-gperf on target.
4453         (powerpc*-*-winnt* | powerpc*-*-pe*): Don't disable make expect
4454         gnuserv on target.
4455         (powerpcle-*-solaris*): Don't disable make expect gnuserv on
4456         target.
4457         * configure: Regenerate.
4459 2011-03-25  Joseph Myers  <joseph@codesourcery.com>
4461         * configure.ac (target_tools): Remove target-groff.
4462         (native_only): Remove target-groff.
4463         (hppa*64*-*-*): Don't disable byacc.
4464         (i[[3456789]]86-*-mingw32*): Remove commented-out noconfigdirs
4465         setting.
4466         (*-*-kaos*): Don't skip target-librx and target-groff.
4467         (*-*-netware*): Don't skip target-libmudflap.
4468         (*-*-tpf*): Don't skip target-libmudflap.
4469         (sh*-*-pe|mips*-*-pe|*arm-wince-pe): Don't condition configured
4470         directories on the host.
4471         (ia64*-*-*vms*): Don't skip tix.
4472         (sh-*-* | sh64-*-*): Don't condition skipped directories on the
4473         host.
4474         * configure: Regenerate.
4476 2011-03-24  Paolo Bonzini  <pbonzini@redhat.com>
4478         * configure.ac: Remove references to mt-mep, mt-netware,
4479         mt-wince.
4480         * Makefile.def: Add all-utils soft dependencies.
4481         * Makefile.tpl: Remove GDB_NLM_DEPS.
4482         * configure: Regenerate.
4483         * Makefile.in: Regenerate.
4485 2011-03-24  Paolo Bonzini  <bonzini@gnu.org>
4487         * configure.ac: Do not include mh-x86omitfp.
4488         * configure: Regenerate.
4490 2011-03-24  Paolo Bonzini  <bonzini@gnu.org>
4492         * configure.ac: Remove empty cases.
4493         * configure: Regenerate.
4495 2011-03-24  Paolo Bonzini  <bonzini@gnu.org>
4497         * Makefile.def: Add dependency from termcap to gdb.
4498         * Makefile.in: Regenerate.
4500 2011-03-24  Paolo Bonzini  <bonzini@gnu.org>
4502         * configure.ac: Remove all mentions of mh-sysv4 and mh-solaris.
4503         * configure: Regenerate.
4504         * Makefile.def: Remove all mentions of X11_FLAGS_TO_PASS.
4505         * Makefile.tpl: Likewise.
4506         * Makefile.in: Regenerate.
4508 2011-03-24  Paolo Bonzini  <bonzini@gnu.org>
4510         * configure.ac: Remove all mentions of tentative_cc.
4511         * configure: Regenerate.
4513 2011-03-24  Joseph Myers  <joseph@codesourcery.com>
4515         * configure.ac (i[[3456789]]86-*-vsta, i[[3456789]]86-*-go32*,
4516         i[[3456789]]86-*-beos*, powerpc-*-beos*, m68k-hp-hpux*,
4517         m68k-apollo-sysv*, m68k-apollo-bsd*, m88k-dg-dgux*,
4518         m88k-harris-cxux*, m88k-motorola-sysv*, mips*-dec-ultrix*,
4519         mips*-nec-sysv4*, mips*-sgi-irix4*, mips*-*-sysv4*, mips*-*-sysv*,
4520         i370-ibm-opened*, i[[3456789]]86-*-sysv5*, i[[3456789]]86-*-dgux*,
4521         i[[3456789]]86-ncr-sysv4.3*, i[[3456789]]86-ncr-sysv4*,
4522         i[[3456789]]86-*-sco3.2v5*, i[[3456789]]86-*-sco*,
4523         i[[3456789]]86-*-udk*, vax-*-ultrix2*, m68k-sun-sunos*,
4524         hppa*-*-hiux*, *-*-hiux*, rs6000-*-lynxos*, *-*-sysv4*,
4525         *-*-rhapsody*): Remove host cases.
4526         * configure: Regenerate.
4528 2011-03-24  Joseph Myers  <joseph@codesourcery.com>
4530         * configure.ac (ppc*-*-pe): Remove host case.
4531         (strongarm-*-coff | xscale-*-coff, strongarm-*-elf* |
4532         xscale-*-elf*, thumb-*-coff, thumb-*-elf, thumb-*-pe, ep9312-*-elf
4533         | ep9312-*-coff, parisc*64*-*-linux*, ppc*-*-pe): Remove target
4534         cases.
4535         * configure: Regenerate.
4537 2011-03-24  Joseph Myers  <joseph@codesourcery.com>
4539         * config.sub: Update to version 2011-03-23.
4541 2011-03-22  Joseph Myers  <joseph@codesourcery.com>
4543         * configure.ac (arm-semi-aof, crx-*-*, parisc*-*-linux*,
4544         i370-*-opened*, i[[3456789]]86-moss-msdos | i[[3456789]]86-*-moss*
4545         | i[[3456789]]86-*-uwin*, mcore-*-pe*): Remove empty cases.
4546         * configure: Regenerate.
4548 2011-03-22  Joseph Myers  <joseph@codesourcery.com>
4550         * MAINTAINERS (crx port, m68hc11 port): Remove.  Move maintainers
4551         to Write After Approval.
4552         * config-ml.in: Don't handle arc-*-elf*.
4553         * configure.ac (arc-*-*, crx-*-*, i[[3456789]]86-*-pe,
4554         m68hc11-*-*|m6811-*-*|m68hc12-*-*|m6812-*-*, mcore-*-pe*): Don't
4555         handle GCC libraries.
4556         * configure: Regenerate.
4558 2011-03-21  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
4560         PR bootstrap/48120:
4561         * configure.ac (pwllib): Use LIBS instead of LDFLAGS.
4562         Add -lstdc++ -lm to LIBS.
4563         * configure: Regenerate.
4565 2011-03-18  David Edelsohn  <dje.gcc@gmail.com>
4567         * config.guess: Update to version 2011-02-02
4568         * config.sub: Update to version 2011-02-24
4570 2011-03-16  Jack Howarth  <howarth@bromo.med.uc.edu>
4572         PR lto/48086
4573         * configure.ac: Re-enable LTO on *-apple-darwin9.
4574         * configure: Regenerate.
4576 2011-03-13  Jack Howarth  <howarth@bromo.med.uc.edu>
4578         PR lto/48086
4579         * configure.ac: Disable LTO on darwin due to an assembler change in
4580         Xcode 3.2.6/4.0 that limits the total number of sections/segments to
4581         under 256.
4582         * configure: Regenerate.
4584 2011-03-11  Chen Liqin <liqin.gcc@gmail.com>
4586         * MAINTAINERS: Update myself as score backend maintainer,
4587         update my e-mail address.
4589 2011-03-09  Xuepeng Guo  <terry.guo@arm.com>
4591         * MAINTAINERS: Update my e-mail address.
4593 2011-03-06  Joey Ye  <joey.ye@arm.com>
4595         * MAINTAINERS: Update my e-mail address.
4597 2011-03-02  Sebastian Pop  <sebastian.pop@amd.com>
4599         * configure.ac: Adjust test of with_ppl.
4600         * configure: Regenerated.
4602 2011-03-02  Kai Tietz  <ktietz@redhat.com>
4604         * MAINTAINERS: Adjust my e-mail address.
4606 2011-03-02  Sebastian Pop  <sebastian.pop@amd.com>
4608         * configure.ac: Add -lpwl to ppllibs.
4609         * configure: Regenerated.
4611 2011-03-02  Sebastian Pop  <sebastian.pop@amd.com>
4613         * config/cloog.m4: Add -lisl to clooglibs.
4614         * configure: Regenerated.
4616 2011-02-24  Ramana Radhakrishnan  <ramana.radhakrishnan@arm.com>
4618         * MAINTAINERS (CPU Port maintainers): Add self.
4620 2011-02-16  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
4622         * MAINTAINERS: Add myself as testsuite maintainer.
4624 2011-02-15  Mike Stump  <mikestump@comcast.net>
4626         * MAINTAINERS: Add myself as testsuite maintainer.
4628 2011-02-13  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
4630         Import from Libtool and gnulib:
4632         2011-01-27  Gerald Pfeifer  <gerald@pfeifer.com>
4634         Prepare for supporting FreeBSD 10.
4635         * config.rpath: Remove handling of freebsd1* which soon would
4636         match FreeBSD 10.0.
4638         2011-01-20  Gerald Pfeifer  <gerald@pfeifer.com>  (tiny change)
4640         Remove support for FreeBSD 1.x.
4641         * libtool.m4 (_LT_LINKER_SHLIBS)
4642         (_LT_SYS_DYNAMIC_LINKER): Remove handling of freebsd1* which
4643         soon would incorrectly match FreeBSD 10.0.
4645 2011-02-12  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
4647         PR binutils/12283
4648         * move-if-change: Import version from gnulib.
4650 2011-02-12  Alexandre Oliva  <aoliva@redhat.com>
4652         PR lto/47225
4653         * Makefile.def (lto-plugin): Double dash for enable-shared.
4654         (configure-gcc): Depend on all-lto-plugin.
4655         * Makefile.in: Rebuilt.
4657 2011-02-11  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
4659         * configure.ac: Remove extra bracket.
4660         * configure: Regenerate.
4662 2011-02-08  Tobias Burnus  <burnus@net-b.de>
4664         * MAINTAINERS: Add myself as libquadmath maintainer.
4666 2011-02-08  Thomas Schwinge  <thomas@schwinge.name>
4668         * MAINTAINERS: Update my email address.
4670 2011-02-07  Joseph Myers  <joseph@codesourcery.com>
4672         * MAINTAINERS (option handling): Add self.
4674 2011-02-06  Kai Tietz  <kai.tietz@onevision.com>
4676         PR lto/47225
4677         * Makefile.def: Add dependency for install-gcc
4678         on install-lto-plugin.
4679         * Makfile.in: Regenerated
4681 2011-02-01  Sebastien Bourdeauducq  <sebastien@milkymist.org>
4683         * MAINTAINERS (CPU Port Maintainers): Add myself.
4685 2011-01-31  Alexandre Oliva  <aoliva@redhat.com>
4687         PR libgcj/44341
4688         * configure.ac: Discard --with-* flags for host when configuring
4689         target libraries for cross build.
4690         * configure: Rebuilt.
4692 2011-01-25  Sebastian Pop  <sebastian.pop@amd.com>
4694         * MAINTAINERS (linear loop transforms): Removed.
4696 2011-01-25  Jakub Jelinek  <jakub@redhat.com>
4698         * configure.ac: If with_ppl is no, move setting with_cloog=no
4699         after CLOOG_REQUESTED check.
4700         * configure: Regenerated.
4702 2011-01-25  Sebastian Pop  <sebastian.pop@amd.com>
4704         * configure.ac: Call AC_MSG_ERROR when PPL 0.11 is not present and
4705         CLooG has been requested.
4706         * configure: Regenerated.
4708 2011-01-25  Sebastian Pop  <sebastian.pop@amd.com>
4710         * configure: Regenerated.
4711         * configure.ac: Check for version 0.11 (or later revision) of PPL.
4713 2011-01-25  Tobias Grosser  <grosser@fim.uni-passau.de>
4715         * configure: Regenerated.
4716         * configure.ac: Use CLOOG_CHECK_VERSION(0,16,1).
4718 2011-01-21  Andreas Schwab  <schwab@redhat.com>
4720         * configure.ac: Use AS_HELP_STRING throughout.
4721         * configure: Regenerate.
4723 2011-01-18  Jie Zhang  <jie.zhang@analog.com>
4725         * configure.ac (bfin-*-*): Remove gdb from noconfigdirs.
4726         * configure: Regenerate.
4728 2011-01-13  John David Anglin  <dave.anglin@nrc-cnrc.gc.ca>
4730         * ltmain.sh (relink): Use absolute path when hardcoding with -L.
4732 2011-01-13  Joel Brobecker  <brobecker@adacore.com>
4734         * configure.ac: Remove readline, mmalloc, and gdb from noconfigdirs
4735         for ia64-hpux.
4736         * configure: Regenerate.
4738 2011-01-07  Jan Hubicka  <jh@suse.cz>
4740         PR lto/47225
4741         * Makefile.in: Regenerate.
4742         * Makefile.def (lto-plugin): Always pass enable-shared to the plugin
4743         configure.
4745 2011-01-07  Jan Hubicka  <jh@suse.cz>
4747         * Makefile.in: Regenerate.
4748         * Makefile.def (gcc host module) and soft dependency on lto-plugin
4749         and configure dependency on lto-plugin configure.
4750         (lto-plugin module): Remove dependency on GCC; add dependency on
4751         liniberty.
4753 2011-01-07  William Schmidt  <wschmidt@linux.vnet.ibm.com>
4755         * MAINTAINERS (Write After Approval): Add myself.
4757 2010-12-23  Hariharan Sandanagobalane <hariharan@picochip.com>
4759         * configure: Regenerate.
4761 2010-12-22  Hariharan Sandanagobalane <hariharan@picochip.com>
4763         * configure.ac: (picochip): Disable libiberty.
4765 2010-12-14  Kaushik Phatak  <kaushik.phatak@kpitcummins.com>
4767         * MAINTAINERS (Write After Approval): Add myself.
4769 2010-12-10  Ian Lance Taylor  <iant@google.com>
4771         PR bootstrap/46819
4772         * configure.ac: For --disable-libgcj clear libgcj_saved.
4773         * configure: Rebuild.
4775 2010-12-10  Tobias Burnus  <burnus@net-b.de>
4777         PR fortran/46540
4778         * configure.ac: Add --disable-libquadmath and
4779         --disable-libquadmath-support.
4780         * configure: Regenerate.
4782 2010-12-03  Ian Lance Taylor  <iant@google.com>
4784         * MAINTAINERS: Add myself as libgo maintainer.
4786 2010-12-03  Hans-Peter Nilsson  <hp@axis.com>
4788         PR libffi/46792
4789         * configure.ac (cris-*-elf, crisv32-*-elf): Disable target-libffi.
4790         * configure: Regenerate.
4792 2010-12-02  Ian Lance Taylor  <iant@google.com>
4794         * configure.ac: Always set default for poststage1_ldflags to
4795         -static-libstdc++ -static-libgcc.
4797 2010-11-29  Andreas Schwab  <schwab@redhat.com>
4799         * configure.ac: Move comment to remove extra space in last argument
4800         of GCC_TARGET_TOOL.
4802 2010-11-26  Alexandre Oliva  <aoliva@redhat.com>
4804         PR other/46026
4805         * configure.ac (CXX_FOR_TARGET): Add -funconfigured-libstdc++-v3.
4806         * Makefile.def (CXX_FOR_TARGET): Removed from flags_to_pass.
4807         * Makefile.tpl (CXX_FOR_TARGET_FLAG_TO_PASS): New.
4808         (BASE_FLAGS_TO_PASS): Use it.
4809         * configure: Rebuilt.
4810         * Makefile.in: Rebuilt.
4812 2010-11-23  H.J. Lu  <hongjiu.lu@intel.com>
4814         PR binutils/12258
4815         * configure.ac: Correct comments for --enable-gold/--enable-ld.
4816         Properly check default linker.
4817         * configure: Regnerated.
4819 2010-11-23  Matthias Klose  <doko@ubuntu.com>
4821         * configure.ac: For --enable-gold, handle value `default' instead of
4822         `both*'.  New configure option --{en,dis}able-ld.
4823         * configure: Regenerate.
4825 2010-11-20  Ian Lance Taylor  <iant@google.com>
4827         * configure.ac: Only disable a language library if no language needs
4828         it.  Don't let --disable-libgcj uncondtionally disable libffi.
4829         * configure: Rebuild.
4831 2010-11-20  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
4833         * Makefile.in: Regenerate.
4835         PR other/46202
4836         * configure.ac: Fix just-built in-tree STRIP name to be
4837         binutils/strip-new.
4838         * configure: Regenerate.
4839         * Makefile.def (install-strip-gcc, install-strip-binutils)
4840         (install-strip-opcodes, install-strip-ld, install-strip-itcl)
4841         (install-strip-sid): Mirror dependencies on non-strip variants
4842         of these targets on the respective -strip prerequisites.
4843         * Makefile.tpl (install-strip, install-strip-host)
4844         (install-strip-target): New targets.
4845         (install-strip-[+module+], install-strip-target-[+module+]):
4846         New targets.
4847         * Makefile.in: Regenerate.
4849 2010-11-19  Ian Lance Taylor  <iant@google.com>
4850             Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
4852         * configure.ac: Add target-libgo to target_libraries.  Set
4853         and substitute GOC_FOR_BUILD and GOC_FOR_TARGET.
4854         * Makefile.tpl (BUILD_EXPORTS): Add GOC and GOCFLAGS.
4855         (HOST_EXPORTS): Add GOC.
4856         (BASE_TARGET_EXPORTS): Add GOC.
4857         (GOC_FOR_BUILD, GOCFLAGS, GOC_FOR_TARGET): New variables.
4858         (GOCFLAGS_FOR_TARGET): New variable.
4859         (EXTRA_HOST_FLAGS): Add GOC.
4860         (EXTRA_TARGET_FLAGS): Add GOC and GOCFLAGS.
4861         * Makefile.def (target_modules): Add libgo.
4862         (flags_to_pass): Add GOC_FOR_TARGET and GOCFLAGS_FOR_TARGET.
4863         (dependencies): Add dependency from configure-target-libgo to
4864         configure-target-libffi and all-target-libstdc++-v3.  Add
4865         dependencies from all-target-libgo to all-target-libffi.
4866         (languages): Add go.
4867         * configure: Rebuild.
4868         * Makefile.in: Rebuild.
4870 2010-11-19  Ian Lance Taylor  <iant@google.com>
4872         * config-ml.in: Add Go support: treat GOC and GOCFLAGS like other
4873         compiler/flag environment variables.
4875 2010-11-18  Ian Lance Taylor  <iant@google.com>
4877         * configure.ac: Check for lang_requires_boot_languages in
4878         config-lang.in files.
4879         * configure: Rebuild.
4881 2010-11-16  Francois-Xavier Coudert  <fxcoudert@gcc.gnu.org>
4882             Tobias Burnus  <burnus@net-b.de>
4884         PR fortran/32049
4885         * Makefile.def: Add libquadmath; build it with language=fortran.
4886         * configure.ac: Add libquadmath.
4887         * Makefile.tpl: Handle multiple libs in check-[+language+].
4888         * Makefile.in: Regenerate.
4889         * configure: Regenerate.
4891 2010-11-16  Tom Tromey  <tromey@redhat.com>
4893         * MAINTAINERS: Moved myself to reviewers section.
4895 2010-11-15  Zdenek Dvorak  <ook@ucw.cz>
4897         * MAINTAINERS: Moved myself to reviewers section.
4899 2010-11-15  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
4901         * MAINTAINERS (Various Maintainers): Add self for build machinery.
4902         (Write After Approval): Remove self.
4904 2010-11-15  Andreas Schwab  <schwab@redhat.com>
4906         * configure.ac: Fix spelling in option names.
4907         * configure: Regenerated.
4909 2010-11-13  Georg-Johann Lay  <georgjohann@web.de>
4911         PR bootstrap/39622
4912         * configure.ac (FLAGS_FOR_TARGET): Add include-fixed path.
4913         * configure: Regenerated.
4915 2010-11-13  Kaveh R. Ghazi  <ghazi@gcc.gnu.org>
4917         * MAINTAINERS: Update my email address.
4919 2010-11-12  Tobias Grosser  <grosser@fim.uni-passau.de>
4921         * configure: Regenerate.
4923 2010-11-12  Tobias Grosser  <grosser@fim.uni-passau.de>
4925         * configure: Regenerate.
4927 2010-11-12  Tobias Grosser  <grosser@fim.uni-passau.de>
4929         * configure: Regenerate.
4931 2010-11-12  Tobias Grosser  <grosser@fim.uni-passau.de>
4933         * configure: Regenerate.
4935 2010-11-11  Andreas Simbuerger  <simbuerg@fim.uni-passau.de>
4937         * configure.ac: Support official CLooG.org versions.
4938         * configure: Regenerate.
4939         * config/cloog.m4: New.
4941 2010-11-10  François Dumont  <francois.cppdevs@free.fr>
4943         * MAINTAINERS (Write After Approval): Add myself.
4945 2010-11-09  David Edelsohn  <dje.gcc@gmail.com>
4947         * MAINTAINERS: Update my email address.
4949 2010-11-04  Iain Sandoe  <iains@gcc.gnu.org>
4951         * configure.ac (*-*-darwin*): Use mh-darwin for all Darwin variants.
4952         * configure: Regenerate.
4954 2010-11-03  Ian Lance Taylor  <iant@google.com>
4955             Dave Korn  <dave.korn.cygwin@gmail.com>
4957         PR lto/46273
4958         * configure.ac: Remove libelf tests.  Build lto-plugin on ELF always
4959         and on other supported platforms whenever LTO is enabled.
4960         * configure: Rebuild.
4962 2010-11-02  Alan Modra  <amodra@gmail.com>
4964         PR binutils/12110
4965         * configure.ac: Error when source path contains spaces.
4966         * configure: Regenerate.
4968 2010-10-23  James E. Wilson  <wilson@codesourcery.com>
4970         * MAINTAINERS: Update my email address.
4972 2010-10-20  Ian Lance Taylor  <iant@google.com>
4974         * Makefile.def (target_modules): Set lib_path to src/.libs for
4975         libstdc++-v3 module.
4976         * Makefile.tpl: Fix typo in TARGET_LIB_PATH comment.
4977         * Makefile.in: Rebuild.
4979 2010-10-18  Laurynas Biveinis  <laurynas.biveinis@gmail.com>
4981         * MAINTAINERS (Reviewers): Add myself for gengtype/GTY.
4982         (Write After Approval): Remove myself.
4984 2010-10-15  Tristan Gingold  <gingold@adacore.com>
4986         * MAINTAINERS (OS Port Maintainers): Add myself for VMS.
4988 2010-10-14  Douglas Rupp  <rupp@gnat.com>
4990         * MAINTAINERS (OS Port Maintainers): Add myself for VMS.
4992 2010-10-07  Dave Korn  <dave.korn.cygwin@gmail.com>
4994         * configure.ac (build_lto_plugin): New shell variable.
4995         (--enable-lto): Turn on by default for all non-ELF platforms that
4996         have had LTO support added so far.  Set build_lto_plugin appropriately
4997         for both ELF and non-ELF.
4998         (configdirs): Add lto-plugin or not based on build_lto_plugin.
4999         * configure: Regenerate.
5001 2010-10-07  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
5003         Sync from src:
5004         * configure.ac (v850 support): Remove target-libgloss from
5005         noconfigdirs.
5006         * configure: Regenerate.
5008 2010-10-02  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
5010         PR bootstrap/45326
5011         PR bootstrap/45174
5012         * configure.ac: Honor initial values of $build_configargs,
5013         $host_configargs, $target_configargs.  Mark the precious, so
5014         environment settings get recorded.
5015         * configure: Regenerate.
5017 2010-09-30  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
5019         PR bootstrap/45796
5020         * Makefile.def (info-gcc, dvi-gcc, pdf-gcc, html-gcc):
5021         Depend on all-build-libiberty.
5022         * Makefile.in: Regenerate.
5024 2010-09-30  Michael Eager  <eager@eagercon.com>
5026         * configure.ac (microblaze): Add target-libssp to noconfigdirs.
5027         * configure: Regenerate.
5029 2010-09-28  Michael Eager  <eager@eagercon.com>
5031         * MAINTAINERS (CPU Port Maintainers): Add myself for MicroBlaze port.
5033 2010-06-27  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
5035         PR bootstrap/44621
5036         * configure.ac: Fix unportable shell quoting.
5037         * configure: Regenerate.
5039 2010-09-21  Iain Sandoe  <iains@gcc.gnu.org>
5041         * configure.ac (enable-lto): Add Darwin to the list of supported lto
5042         targets and amend comment.
5043         * configure: Regenerate.
5045 2010-09-15  Tejas Belagod  <tejas.belagod@arm.com>
5047         * MAINTAINERS (Write After Approval): Add myself.
5049 2010-09-03  Jack Howarth <howarth@bromo.med.uc.edu>
5051         * configure.ac: Enable LTO by default on Darwin.
5052         * configure: Regenerate.
5054 2010-09-02  Marcus Shawcroft  <marcus.shawcroft@arm.com>
5056         * MAINTAINERS (Write After Approval): Add myself.
5058 2010-09-01  Ian Bolton  <ian.bolton@arm.com>
5060         * MAINTAINERS (Write After Approval): Add myself.
5062 2010-08-25  Danny Smith  <dannysmith@users.sourceforge.net>
5064         * MAINTAINERS (OS Port Maintainers): Remove myself from windows
5065         ports
5067 2010-07-28  David Yuste  <david.yuste@gmail.com>
5069         * MAINTAINERS (Write After Approval): Add myself.
5071 2010-07-26  Naveen.H.S  <naveen.S@kpitcummins.com>
5073         * configure.ac: Support all v850 targets.
5074         * configure: Regenerate.
5076 2010-07-23  Marc Glisse <marc.glisse@normalesup.org>
5078         PR bootstrap/44455
5079         * configure.ac (extra_mpfr_configure_flags): Copy from
5080         extra_mpc_gmp_configure_flags.
5081         * configure: Re-generated.
5083 2010-07-22  Andi Kleen  <ak@linux.intel.com>
5085         * MAINTAINERS (Write After Approval): Add myself.
5087 2010-07-22  Chung-Lin Tang  <cltang@codesourcery.com>
5089         * MAINTAINERS (Write After Approval): Add myself.
5091 2010-07-20  Jeffrey Yasskin  <jyasskin@google.com>
5093         * MAINTAINERS (Write After Approval): Add myself.
5095 2010-07-17  Jack Howarth  <howarth@bromo.med.uc.edu>
5097         PR target/44862
5098         * Makefile.tpl (POSTSTAGE1_CXX_EXPORT):
5099         Provide -B option to allow for link spec %s substitutions for
5100         libstdc++.a on darwin.
5101         * Makefile.in: Regenerate.
5103 2010-07-10  Mikael Morin  <mikael@gcc.gnu.org>
5105         * MAINTAINERS (Reviewers): Update my e-mail address
5107 2010-06-10  Alexandre Oliva  <aoliva@redhat.com>
5109         * Makefile.def (configure-gcc): Depend on all-libelf.
5110         * Makefile.in: Rebuild.
5112 2010-06-05  Fabien Chêne  <fabien@gcc.gnu.org>
5114         * MAINTAINERS (Write After Approval): Add myself in the right place.
5116 2010-06-04  Fabien Chêne  <fabien@gcc.gnu.org>
5118         * MAINTAINERS (Write After Approval): Add myself.
5120 2010-05-25  Sterling Augustine  <sterling@tensilica.com>
5122         * MAINTAINERS (CPU Port Maintainers): Add myself for xtensa port.
5124 2010-05-25  Maxim Kuvyrkov  <maxim@codesourcery.com>
5126         * config.sub: Update to version 2010-05-21.
5127         * config.guess: Update to version 2010-04-03.
5129 2010-05-18  Steven Bosscher  <steven@gcc.gnu.org>
5131         * configure.ac (--enable-lto): All *-apple-darwin* now support LTO.
5132         * configure: Regenerate.
5134 2010-05-12  Sriraman Tallam  <tmsriram@google.com>
5136         * MAINTAINERS (Write After Approval): Add myself.
5138 2010-05-07  Steven Bosscher  <steven@gcc.gnu.org>
5140         * configure.ac (--enable-lto): Add x86_64-apple-darwin* as
5141         a platform that supports LTO.
5142         * configure: Regenerate.
5144 2010-05-05  Sebastian Pop  <sebastian.pop@amd.com>
5146         * configure.ac: Allow all the versions greater than 0.10 of PPL.
5147         * configure: Regenerated.
5149 2010-04-27  Roland McGrath  <roland@redhat.com>
5150             H.J. Lu  <hongjiu.lu@intel.com>
5152         * configure.ac (--enable-gold): Support both, both/gold and
5153         both/bfd to add gold to configdirs without removing ld.
5154         * configure: Regenerated.
5156         * Makefile.def: Add install-gold dependency to install-ld.
5157         * Makefile.in: Regenerated.
5159 2010-04-27  Dave Korn  <dave.korn.cygwin@gmail.com>
5161         PR lto/42776
5162         * configure.ac (--enable-lto): Refactor handling so libelf tests
5163         are only performed inside then-clause of ACX_ELF_TARGET_IFELSE,
5164         and allow LTO to be explicitly enabled on non-ELF platforms that
5165         are known to support it inside else-clause.
5166         * configure: Regenerate.
5168 2010-04-20  Eric Botcazou  <ebotcazou@adacore.com>
5170         * configure.ac (BUILD_CONFIG): Redirect output to /dev/null.
5171         * configure: Regenerate.
5173 2010-04-17  Ralf Corsépius  <ralf.corsepius@rtems.org>
5175         * configure.ac (*-*-rtems*): Add target-libiberty to $skipdirs.
5176         * configure: Regenerate.
5178 2010-04-16  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
5180         * configure.ac: Check for elf_getshdrstrndx or elf_getshstrndx
5181         separately.
5182         * configure: Regenerate.
5184 2010-04-16  Kevin Williams  <kevin.williams@inria.fr>
5186         * MAINTAINERS (Write After Approval): Add myself.
5188 2010-04-14  Tristan Gingold  <gingold@adacore.com>
5190         * configure.ac (alpha*-*-*vms*): Remove ld from noconfigdirs.
5191         * configure: Regenerate.
5193 2010-04-13  Steve Ellcey  <sje@cup.hp.com>
5195         * configure: Regenerate after change to elf.m4.
5197 2010-04-06  Iain Sandoe  <iains@gcc.gnu.org>
5199         * MAINTAINERS (Write After Approval): Add myself.
5201 2010-04-02  Sebastian Pop  <sebastian.pop@amd.com>
5203         * configure.ac: Add brackets around AC_TRY_COMPILE alternative.
5204         * configure: Regenerated.
5206 2010-04-02  Sebastian Pop  <sebastian.pop@amd.com>
5208         * configure.ac: Print "buggy but acceptable" when CLooG
5209         revision is less than 9.
5210         * configure: Regenerated.
5212 2010-04-01  Diego Novillo  <dnovillo@google.com>
5214         * MAINTAINERS (Plugin): Add myself and Le-Chun Wu.
5216 2010-04-01  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
5218         PR bootstrap/43615
5219         PR bootstrap/43328
5221         Revert:
5223         2010-03-31  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
5225         * configure.ac: Do not pass --enable-multilib nor
5226         --disable-multilib in baseargs.  Accept explicitly passed
5227         --enable_multilib.
5228         * configure: Regenerate.
5230 2010-03-31  Ulrich Weigand  <uweigand@de.ibm.com>
5232         * MAINTAINERS (CPU Port Maintainers): Add myself for spu port.
5234 2010-03-31  Janis Johnson  <janis187@us.ibm.com>
5236         * MAINTAINERS: Remove myself.
5238 2010-03-31  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
5240         PR bootstrap/43328
5241         * configure.ac: Do not pass --enable-multilib nor
5242         --disable-multilib in baseargs.  Accept explicitly passed
5243         --enable_multilib.
5244         * configure: Regenerate.
5246 2010-03-28  Andrew Pinski  <pinskia@gmail.com>
5248         * MAINTAINERS (spu port): Remove me.
5250 2010-03-23  Joseph Myers  <joseph@codesourcery.com>
5252         * configure.ac (tic6x-*-*): New case.
5253         * configure: Regenerate.
5255 2010-03-23  Joseph Myers  <joseph@codesourcery.com>
5257         * config.sub: Update to version 2010-03-22.
5258         * config.guess: Update to version 2009-12-30.
5260 2010-03-19  Jack Howarth  <howarth@bromo.med.uc.edu>
5262         PR ada/42554
5263         * configure.ac: Only pass -c to ranlib for darwin9 and earlier.
5264         * configure: Regenerate.
5266 2010-03-18  Ramana Radhakrishnan  <ramana.radhakrishnan@arm.com>
5268         * MAINTAINERS: Update my email address.
5270 2010-03-17  Sebastian Pop  <sebastian.pop@amd.com>
5272         * MAINTAINERS (dwarak.rajagopal@amd.com): Removed.
5273         (ghassan.shobaki@amd.com): Removed.
5275 2010-03-17  Alan Modra  <amodra@gmail.com>
5277         * MAINTAINERS: Update my email address.
5279 2010-03-16  Diego Novillo  <dnovillo@google.com>
5281         * MAINTAINERS: Remove Dan Hipschman, William Maddox and Chris
5282         Matthews.
5284 2010-03-16  Joseph Myers  <joseph@codesourcery.com>
5286         * MAINTAINERS (Write After Approval): Remove Jim Blandy, Daniel
5287         Gutson, Jeffrey D. Oldham and Mark Shinwell.
5289 2010-03-16  Joseph Myers  <joseph@codesourcery.com>
5291         * MAINTAINERS: Update my email address.
5293 2010-03-16  Daniel Jacobowitz  <dan@codesourcery.com>
5295         * MAINTAINERS: Update my email address.
5297 2010-03-15  Bernd Schmidt  <bernds@codesourcery.com>
5299         * MAINTAINERS: Update my email address.
5301 2010-03-09  Jie Zhang  <jie@codesourcery.com>
5303         * MAINTAINERS: Update my email address.
5305 2010-03-01  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
5307         PR libstdc++/32499
5308         * configure.ac (RANLIB): Default to true.
5309         (STRIP): Likewise.
5310         (RANLIB_FOR_TARGET): Remove superfluous : argument.
5311         * configure: Regenerate.
5313 2010-02-17  Rafael Ávila de Espíndola  <espindola@google.com>
5315         * MAINTAINERS (Plugin, LTO, LTO plugin): Remove myself.
5316         (Write After Approval): Update my email address.
5318 2010-02-17  Nick Clifton  <nickc@redhat.com>
5320         PR 11238
5321         * Makefile.tpl (local-distclean): Also remove config.cache files in
5322         sub-directories as there may not be Makefiles present in the
5323         sub-directories.
5324         * Makefile.tpl: Use "-exec rm {}" rather than "-delete" to delete
5325         the config.cache files found by the find command.
5327         * Makefile.in: Regenerate.
5328         * configure.ac: Revert previous delta.
5329         * configure: Regenerate.
5331 2010-02-15  Nick Clifton  <nickc@redhat.com>
5333         PR 11238
5334         * configure.ac: Delete config.cache files in sub-directories when
5335         deleting Makefiles.
5336         * configure: Regenerate.
5338 2010-02-12  Ben Elliston  <bje@gnu.org>
5340         * MAINTAINERS: Update my email address.
5342 2010-02-08  Andrew Pinski  <pinskia@gmail.com>
5344         * MAINTAINERS (spu port): Update my email address.
5346 2010-02-08  Jie Zhang  <jie.zhang@analog.com>
5348         * MAINTAINERS: Add myself as a maintainer for the bfin port.
5350 2010-01-31  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
5352         * configure.ac: Add "recommended" version checks for GMP/MPC.
5353         Update recommended GMP/MPFR/MPC versions.
5354         * configure: Regenerate.
5356 2010-01-31  Joern Rennecke  <joern.rennecke@embecosm.com>
5358         * MAINTAINERS: Move my Embecosm email address into the
5359         write-after-approval section.
5361 2010-01-26  Ian Lance Taylor  <iant@google.com>
5363         * MAINTAINERS: Add myself as Go frontend maintainer.
5365 2010-01-25  Joern Rennecke  <amylaar@spamcop.net>
5367         PR libstdc++/36101, PR libstdc++/42813
5368         * configure.ac (bootstrap_target_libs): Make inclusion of
5369         target-libgomp conditional on libgomb being in target_configdirs.
5370         * configure: Regenerate.
5372 2010-01-23  Joern Rennecke  <amylaar@spamcop.net>
5374         PR libstdc++/36101, PR libstdc++/42813
5375         * configure.ac (bootstrap_target_libs): Include target-libgomp.
5376         * configure: Regenerate.
5378 2010-01-22  Joern Rennecke  <amylaar@spamcop.net>
5380         PR libstdc++/36101, PR libstdc++/42813
5381         * configure.ac (target_configdirs): Substitute.
5382         * Makefile.def: Bootstrap target module libgomp.
5383         Add dependency of all-target-libstdc++-v3 on configure-target-libgomp.
5384         * Makefile.tpl (TARGET_CONFIGDIRS): New makefile variable.
5385         (BASE_TARGET_EXPORTS): Export TARGET_CONFIGDIRS.
5386         * configure, Makefile.in: Regenerate.
5388 2010-01-21  Dave Korn  <dave.korn.cygwin@gmail.com>
5390         * MAINTAINERS: Adjust my details.
5392 2010-01-20  Eric B. Weddington  <eric.weddington@atmel.com>
5394         * MAINTAINERS (CPU Port Maintainers): Add myself for avr port.
5396 2010-01-18  Thierry Lafage  <thierry.lafage@inria.fr>
5398         * MAINTAINERS: reindented my entry with tabs instead of spaces.
5400 2010-01-15  Thierry Lafage  <thierry.lafage@inria.fr>
5402         * MAINTAINERS (Write After Approval): Add myself.
5404 2010-01-15  Konrad Trifunovic  <konrad.trifunovic@inria.fr>
5406         * MAINTAINERS (Write After Approval): Add myself.
5408 2010-01-11  Richard Guenther  <rguenther@suse.de>
5410         PR lto/41569
5411         * Makefile.def (all-lto-plugin): Depend on all-gcc.
5412         * Makefile.in: Regenerated.
5414 2010-01-11  Andreas Tobler  <andreast@fgznet.ch>
5416         * configure.ac: Enable libjava build on x86_64-*freebsd*.
5417         * configure: Regenerate.
5419 2010-01-07  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
5420             Francois-Xavier Coudert  <fxcoudert@gcc.gnu.org>
5422         PR bootstrap/42424
5423         * configure.ac: Include libtool m4 files.
5424         (_LT_CHECK_OBJDIR): Call it.
5425         (extra_mpc_mpfr_configure_flags, extra_mpc_gmp_configure_flags,
5426         gmplibs, ppllibs, clooglibs): Use $lt_cv_objdir.
5428         * configure: Regenerate.
5430 2010-01-07  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
5432         PR bootstrap/41818
5433         * Makefile.tpl (BASE_TARGET_EXPORTS): Only add TARGET_LIB_PATH
5434         to $(RPATH_ENVVAR) if bootstrapping.  Fix typo in comment.
5435         * Makefile.in: Regenerate.
5437 2010-01-02  Richard Guenther  <rguenther@suse.de>
5439         PR lto/41529
5440         * configure.ac: Include config/elf.m4.  Disable LTO if not
5441         builting for an elf target.
5442         * configure: Regenerate.
5444 2009-12-27  Christopher Faylor  <me+cygwin@cgf.cx>
5446         * MAINTAINERS: Change my email address.
5448 2009-12-18  Ben Elliston  <bje@au.ibm.com>
5450         * config.sub, config.guess: Update from upstream sources.
5452 2009-12-07  Shujing Zhao  <pearly.zhao@oracle.com>
5454         * MAINTAINERS (Write After Approval): Add myself.
5456 2009-12-06  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
5458         PR middle-end/30447
5459         PR middle-end/30789
5460         PR other/40302
5462         * configure.ac: Require MPC.
5463         * configure: Regenerate.
5465 2009-12-05  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
5467         PR target/38384
5468         PR bootstrap/40972
5469         * libtool.m4: Sync from git Libtool.
5470         * ltoptions.m4: Likewise.
5471         * ltversion.m4: Likewise.
5472         * lt~obsolete.m4: Likewise.
5473         * ltmain.sh: Likewise.
5475 2009-11-30  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
5477         * configure.ac: Update minimum MPC version to 0.8.
5478         * configure: Regenerate.
5480 2009-11-21  Sebastian Pop  <sebpop@gmail.com>
5482         * configure.ac: Check for version 0.15.5 or later revision of CLooG.
5483         * configure: Regenerated.
5485 2009-11-21  Ian Lance Taylor  <iant@google.com>
5487         * configure.ac: Change default of poststage1_ldflags to be empty if
5488         poststage1_libs is set.  When poststage1_libs is empty, and
5489         ENABLE_BUILD_WITH_CXX is set, add -static-libgcc.
5490         * configure: Rebuild.
5492 2009-11-21  Adam Nemet  <adambnmet@gmail.com>
5494         * MAINTAINERS (Write After Approval): Update my email address.
5496 2009-11-20  Ben Elliston  <bje@au.ibm.com>
5498         * config.guess: Update from upstream sources.
5500 2009-11-16  Alexandre Oliva  <aoliva@redhat.com>
5502         * Makefile.def: Restore host and target settings for gmp.
5503         * Makefile.in: Rebuild.
5505 2009-11-16  Alexandre Oliva  <aoliva@redhat.com>
5507         * configure.ac: Add libelf to host_libs.  Enable in-tree configury
5508         of ppl and cloog.  Fix in-tree configury of libelf, skip tests.
5509         Fix portability of test of C++ as bootstrap language.  Add
5510         ppl/src/ppl-config.o to the bootstrap compare exclusion list.
5511         * configure: Rebuild.
5512         * Makefile.def: Drop host and target settings from gmp, mpfr, ppl,
5513         and cloog.  Fix in-tree ppl configuration.  Introduce libelf
5514         in-tree building.
5515         * Makefile.tpl (POSTSTAGE1_CXX_EXPORT): New.
5516         (POSTSTAGE1_HOST_EXPORTS): Use it.
5517         (STAGE[+id+]_CXXFLAGS): New.
5518         (BASE_FLAGS_TO_PASS): Pass it down.
5519         (configure-stage[+id+]-[+prefix+][+module+]): Use it.  Add
5520         extra_exports.
5521         (all-stage[+id+]-[+prefix+][+module+]): Likewise.
5522         (configure-[+prefix+][+module+], all-[+prefix+][+module+]): Add
5523         extra_exports.
5524         * Makefile.in: Rebuild.
5526 2009-11-17  Ben Elliston  <bje@au.ibm.com>
5528         * config.sub, config.guess: Update from upstream sources.
5530 2009-11-12  Jan Kratochvil  <jan.kratochvil@redhat.com>
5532         * MAINTAINERS (Write After Approval): Add myself.
5534 2009-11-09  Jon Beniston  <jon@beniston.com>
5536         * MAINTAINERS (Write After Approval): Add myself.
5538 2009-11-06  Ozkan Sezer  <sezeroz@gmail.com>
5540         * configure.ac (FLAGS_FOR_TARGET):  Add -L and -isystem
5541         paths for *-w64-mingw* and x86_64-*mingw*.
5542         * configure: Regenerated.
5544 2009-11-05  Joern Rennecke  <amylaar@spamcop.net>
5546         * MAINTAINERS (Write After Approval): Add entry for my INRIA work.
5548 2009-11-02  Benjamin Kosnik  <bkoz@redhat.com>
5550         * MAINTAINERS: Add Jonathan Wakely under Various Maintainers, move
5551         Phil Edwards to Write-After Approval.
5553 2009-10-30  Kai Tietz  <kai.tietz@onevision.com>
5555         * configure.ac: Disable target-winsup & co for
5556         x86_64-*-mingw* and *-w64-mingw* targets.
5557         * configure: Regenerated.
5559 2009-10-16  Nick Clifton  <nickc@redhat.com>
5561         * MAINTAINERS: Add myself as a maintainer for the RX port.
5563 2009-10-26  Johannes Singler  <singler@kit.edu>
5565         * MAINTAINERS (Write After Approval): Update my e-mail address.
5567 2009-10-23  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
5569         * configure.ac (CLooG test): Use = with test.
5570         * configure: Regenerate.
5572 2009-10-22  Richard Guenther  <rguenther@suse.de>
5574         * configure.ac: Do not set LIBS for ppl/cloog checks.  Disable
5575         cloog if the ppl version check failed.  Move flags saving
5576         before setting in libelf check.
5577         * configure: Regenerate.
5579 2009-10-21  Richard Guenther  <rguenther@suse.de>
5581         * configure.ac: Adjust the ppl and cloog configure to work as
5582         documented.  Disable cloog if ppl was disabled.  Omit the version
5583         checks if they were disabled.
5584         * configure: Re-generate.
5586 2009-10-13  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
5588         * configure.ac: Add 'lto' to enable_languages, not
5589         new_enable_languages, and only if not already present.
5590         * configure: Regenerate.
5592 2009-10-10  Gerald Pfeifer  <gerald@pfeifer.com>
5594         * README: Refer to the various COPYING* files instead of just
5595         COPYING.
5596         Refer to http://gcc.gnu.org/bugs/ for bug reporting instructions.
5598 2009-10-07  Rafael Avila de Espindola  <espindola@google.com>
5600         * MAINTAINERS: Change my email address. Change plugi-in to plugin.
5602 2009-10-07  Richard Guenther  <rguenther@suse.de>
5604         * MAINTAINERS (LTO): List Diego Novillo, Rafael Avila de Espindola,
5605         and Richard Guenther as reviewers.
5606         (LTO plugin): List Rafael Avila de Espindola and Cary Coutant
5607         as reviewers.
5609 2009-10-07  Hariharan Sandanagobalane  <hariharan@picochip.com>
5611         * config.sub: Update from upstream sources.
5613 2009-10-06  Ian Lance Taylor  <iant@google.com>
5615         * Makefile.def: check-gold depends upon all-gas.
5616         * Makefile.in: Rebuild.
5618 2009-10-05  Phil Muldoon  <pmuldoon@redhat.com>
5620         * MAINTAINERS (Write After Approval): Add myself.
5622 2009-10-03  2009-02-05  Rafael Avila de Espindola  <espindola@google.com>
5624         * Makefile.def: all-lto-plugin depends on all-libiberty.
5625         set bootstrap=true for lto-plugin.
5626         Add lto-plugin.
5627         * Makefile.in: Regenerate.
5628         * configure.ac (host_libs): Add lto-plugin.
5629         * configure: Regenerate.
5631 2009-10-03  Diego Novillo  <dnovillo@google.com>
5633         * Makefile.tpl (HOST_EXPORTS): Add LIBELFLIBS and LIBELFINC.
5634         (HOST_LIBELFLIBS): Define.
5635         (HOST_LIBELFINC): Define.
5636         * Makefile.in: Regenerate.
5637         * configure.ac: Add --enable-lto.
5638         Add --with-libelf, --with-libelf-include and --with-libelf-lib.
5639         If --enable-lto is used, add 'lto' to new_enable_languages.
5640         If --enable-lto is used and gold is enabled, add
5641         lto-plugin to configdirs.
5642         * configure: Regenerate.
5644 2009-10-03  Simon Baldwin  <simonb@google.com>
5646         * configure.ac: If --with-system-zlib, suppress local zlib and
5647         pass --with-system-zlib to subdir configure scripts.
5648         * configure: Regenerate.
5650 2009-10-01  Loren J. Rittle  <ljrittle@acm.org>
5651             Paolo Bonzini  <bonzini@gnu.org>
5653         * Makefile.tpl (POSTSTAGE1_HOST_EXPORTS): Use $$s rather than
5654         $(srcdir).
5655         * Makefile.in: Rebuilt.
5657 2009-09-26  Gary Funck  <gary@intrepid.com>
5659         * MAINTAINERS (Write After Approval): Add myself.
5661 2009-09-26  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
5663         * configure.ac: Update minimum MPC version to 0.7.
5664         * configure: Regenerate.
5666 2009-09-25  Nick Clifton  <nickc@redhat.com>
5668         * configure.ac: Pass any --cache-file=/dev/null option on to
5669         subconfigures.
5670         * configure: Regenerate.
5672 2009-09-23  Nick Clifton  <nickc@redhat.com>
5674         * config.sub, config.guess: Update from upstream sources.
5676 2009-09-22  Loren J. Rittle  <ljrittle@acm.org>
5678         * Makefile.tpl (POSTSTAGE1_HOST_EXPORTS): Remove stray $$r/.
5679         * Makefile.in: Rebuilt.
5681 2009-09-22  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
5683         PR bootstrap/32272
5684         * configure.ac: Error out if $srcdir isn't '.' but contains
5685         host-${host_noncanonical}.
5686         * configure: Regenerate.
5688 2009-09-22  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
5690         * MAINTAINERS (OS Port Maintainers): Add myself as Solaris
5691         maintainer.
5693 2009-09-21  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
5695         * configure.ac: If bootstrapping a combined tree with
5696         --enable-gold, require c++ in stage1_languages.
5697         * configure: Regenerate.
5699         * configure.ac: Also add target_libs of stage1_languages to
5700         bootstrap_target_libs.
5701         * configure: Regenerate.
5703         * configure.ac: Diagnose --enable-build-with-cxx bootstrap
5704         with --enable-languages not containing c++.
5705         * configure: Regenerate.
5707 2009-09-15  Jie Zhang  <jie.zhang@analog.com>
5709         * configure.ac: Disable java and boehm-gc for bfin-*-*.
5710         * configure: Regenerate.
5712 2009-09-12  Joern Rennecke  <joern.rennecke@embecosm.com>
5714         * MAINTAINERS (Write After Approval): Update my e-mail address,
5715         and move from from here...
5716         (Waiting for paperwork): To here.
5718 2009-09-09  Joseph Myers  <joseph@codesourcery.com>
5720         * MAINTAINERS (Reviewers): Add self as driver reviewer.
5722 2009-09-08  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
5724         * configure.ac: Do not use $extrasub for replacing @if/@endif
5725         parts in Makefile; instead, use additional arguments to
5726         AC_CONFIG_COMMANDS to do the replacement manually, with several
5727         sed invocations, to avoid HP-UX sed command limits.
5728         * configure: Regenerate.
5730 2009-09-08  Alexandre Oliva  <aoliva@redhat.com>
5732         * libtool.m4 (output_verbose_link_cmd): Require leading blank, and
5733         blank before -L.
5735 2009-09-04  Alexandre Oliva  <aoliva@redhat.com>
5737         * configure.ac (with-build-config): Document.  Handle without.
5738         Handle missing argument.
5739         * configure: Rebuilt.
5741 2009-09-03  Alexandre Oliva  <aoliva@redhat.com>
5743         * configure.ac (--with-build-config): New.  Set BUILD_CONFIG.
5744         Default to bootstrap-debug only if compare-debug works.
5745         * configure: Rebuilt.
5746         * Makefile.tpl: Make BUILD_CONFIG configure-configurable.
5747         * Makefile.in: Rebuilt.
5749 2009-09-02  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
5751         * MAINTAINERS (OS Port Maintainers): Update my email address.
5753 2009-09-01  Alexandre Oliva  <aoliva@redhat.com>
5755         * Makefile.tpl (BUILD_CONFIG): Default to bootstrap-debug.
5756         * Makefile.in: Rebuilt.
5758 2009-09-01  Chris Demetriou  <cgd@google.com>
5760         * MAINTAINERS (Write After Approval): Add myself.
5762 2009-08-31  Dodji Seketeli  <dodji@redhat.com>
5764         PR debug/30161
5765         * include/dwarf2.h (enum dwarf_tag): Added
5766         DW_TAG_GNU_template_template_param
5767         (enum dwarf_attribute): Added DW_AT_GNU_template_name.
5769 2009-08-30  Paolo Bonzini  <bonzini@gnu.org>
5771         * Makefile.tpl (AWK): Fix typo.
5772         * Makefile.in: Regenerate.
5774 2009-08-30  Paolo Bonzini  <bonzini@gnu.org>
5776         * configure.ac: Detect awk and sed.
5777         * Makefile.def (flags_to_pass): Add AWK and SED.
5778         * Makefile.tpl (AWK, SED): New.
5779         (BASE_FLAGS_TO_PASS): Add AWK and SED.
5780         * configure: Regenerate.
5781         * Makefile.in: Regenerate.
5783 2009-08-26  Dave Korn  <dave.korn.cygwin@gmail.com>
5785         * ltmain.sh (removedotparts): Don't use comma as 's' separator.
5786         (collapseslashes): Likewise.
5788 2009-08-24  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
5790         * configure.ac (AC_PREREQ): Bump to 2.64.
5792 2009-08-22  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
5794         * configure.ac: Remove --with-datarootdir, --with-docdir,
5795         --with-pdfdir, --with-htmldir switches.
5796         * configure: Regenerate.
5798         * configure: Regenerate.
5800         * compile: Sync from Automake 1.11.
5801         * depcomp: Likewise.
5802         * install-sh: Likewise.
5803         * missing: Likewise.
5804         * mkinstalldirs: Likewise.
5805         * ylwrap: Likewise.
5807 2009-08-20  Dave Korn  <dave.korn.cygwin@gmail.com>
5809         * ltmain.sh (func_normal_abspath): New function.
5810         (func_relative_path): Likewise.
5811         (func_mode_help): Document new -bindir option for link mode.
5812         (func_mode_link): Add new -bindir option, and use it to place
5813         output DLL if specified.
5815 2009-08-19  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
5817         * configure.ac: Call AC_DISABLE_OPTION_CHECKING.
5818         (baseargs): Add --disable-option-checking.
5819         * configure: Regenerate.
5821         * Makefile.def (configure-target-libiberty): Depend on
5822         all-binutils and all-ld.
5823         (configure-target-newlib): Likewise.
5824         * Makefile.in: Regenerate.
5826 2009-08-17  Ben Elliston  <bje@au.ibm.com>
5828         * config.sub, config.guess: Update from upstream sources.
5830 2009-08-16  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
5832         Sync from src, merge:
5834         2009-07-02  Tristan Gingold  <gingold@adacore.com>
5836         * configure.ac: Do not exclude gas for i386-*-darwin.
5837         Add a case for x86_64-*-darwin.
5838         * configure: Regenerate.
5840 2009-08-06  Neil Vachharajani  <nvachhar@gmail.com>
5842         * MAINTAINERS: Add my name to Write After Approval list.
5844 2009-08-06  Michael Eager  <eager@eagercon.com>
5846         * configure.ac: Add Microblaze target.
5847         * configure: Regenerate.
5849 2009-07-31  Christian Bruel  <christian.bruel@st.com>
5851         * configure.ac (sh*-*-elf): Don't add target-libgloss to noconfigdirs.
5852         * configure: Regenerate.
5854 2009-07-28  Rask Ingemann Lambertsen  <ccc94453@vip.cybercity.dk>
5856         * MAINTAINERS (Write After Approval): Update my e-mail address.
5858 2009-07-06  Ian Lance Taylor  <iant@google.com>
5860         * configure.ac: Add missing comma in AC_ARG_WITH(boot-libs).
5861         * configure: Rebuild.
5863 2009-07-01  Tobias Grosser  <grosser@fim.uni-passau.de>
5865         * MAINTAINERS: Move myself to the Graphite Reviewers.
5867 2009-06-30  Wei Guozhi  <carrot@google.com>
5869         * MAINTAINERS: Add my name to Write After Approval list.
5871 2009-06-26  Steve Ellcey  <sje@cup.hp.com>
5873         PR bootstrap/40338
5874         * configure.ac (comparestring): Create new variable.
5875         * Makefile.tpl (comparestring): Use to skip some comparisions.
5876         * configure: Regenerate.
5877         * Makefile.in: Regenerate.
5879 2009-06-26  Doug Evans  <dje@sebabeach.org>
5881         * Makefile.def (host_modules): Add cgen.
5882         * Makefile.in: Regenerate.
5883         * configure.ac (host_tools): Add cgen.
5884         * configure: Regenerate.
5886 2009-06-23  DJ Delorie  <dj@redhat.com>
5888         * MAINTAINERS: Add myself as mep maintainer.
5890 2009-06-23  Ian Lance Taylor  <iant@google.com>
5892         * configure.ac: Add --enable-build-with-cxx.  When set, add c++ to
5893         boot_languages.  Only bootstrap target libraries listed in
5894         target_libs for some boot language.  Add --with-stage1-ldflags,
5895         --with-stage1-libs, --with-boot-ldflags, --with-boot-libs.  Remove
5896         with_host_libstdcxx from ppllibs.  Only add -fkeep-inline-functions
5897         if not building with C++.
5898         * Makefile.def: For target_module libstdc++-v3, set bootstrap=true.
5899         * Makefile.tpl (STAGE1_LDFLAGS, STAGE1_LIBS): New variables.
5900         (POSTSTAGE1_LDFLAGS, POSTSTAGE1_LIBS): New variables.
5901         (HOST_EXPORTS): Add STAGE1_LDFLAGS to LDFLAGS.  Export HOST_LIBS.
5902         (POSTSTAGE1_HOST_EXPORTS): Set CXX and CXX_FOR_BUILD.  Add
5903         POSTSTAGE1_LDFLAGS to LDFLAGS.  Export HOST_LIBS.
5904         (POSTSTAGE1_FLAGS_TO_PASS): Likewise.
5905         * configure, Makefile.in: Rebuild.
5907 2009-06-23  Li Feng  <nemokingdom@gmail.com>
5909         * MAINTAINERS: Added my name to write-after-approval list.
5911 2009-06-15  Ryan Mansfield  <rmansfield@qnx.com>
5913         * configure.ac: Define is_elf for QNX Neutrino targets.
5914         * configure: Regenerate.
5916 2009-06-09  Ghassan Shobaki  <ghassan.shobaki@amd.com>
5918         * MAINTAINERS: Added my name to the write-after-approval list
5920 2009-06-08  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
5922         * configure.ac: Detect MPC in default directory.
5923         * configure: Regenerate.
5925 2009-06-03  Jerome Guitton  <guitton@adacore.com>
5926             Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
5928         * Makefile.tpl (all): Avoid a trailing backslash.
5929         * Makefile.in: Regenerate.
5931 2009-06-03  Ben Elliston  <bje@au.ibm.com>
5933         * config.sub, config.guess: Update from upstream sources.
5935 2009-06-02  Richard Sandiford  <r.sandiford@uk.ibm.com>
5937         * configure.ac (powerpc-*-aix*, rs6000-*-aix*): Add target-newlib
5938         to noconfdirs.
5939         * configure: Regenerate.
5941 2009-06-02  Alexandre Oliva  <aoliva@redhat.com>
5943         * Makefile.tpl ([+compare-target+]): Compare all stage
5944         directories, rather than just gcc.
5945         * Makefile.in: Rebuilt.
5947 2009-06-01  Doug Kwan  <dougkwan@google.com>
5949         * configure.ac: Support gold for target arm*-*-*.
5950         * configure: Regenerate.
5952 2009-05-29  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
5954         * Makefile.def: Add MPC support and dependencies.
5955         * configure.ac: Likewise.  Reorganize GMP/MPFR checks.
5957         * Makefile.in, configure: Regenerate.
5959 2009-05-27  Alexandre Oliva  <aoliva@redhat.com>
5961         * Makefile.tpl (all): Avoid harmless warning in make all when
5962         gcc-bootstrap is enabled but stage_last does not exist.
5963         * Makefile.in: Rebuilt.
5965 2009-05-24  Nicolas Roche  <roche@adacore.com>
5967         * Makefile.tpl (compare-target): Skip ./ada/*tools directories.
5968         * Makefile.in: Regenerate.
5970 2009-05-21  Denis Chertykov  <chertykov@gmail.com>
5972         * MAINTAINERS: Update my e-mail address.
5974 2009-05-21  Dave Korn  <dave.korn.cygwin@gmail.com>
5976         * configure.ac (cygwin noconfigdirs):  Remove libgcj.
5977         * configure:  Regenerate.
5979 2009-05-18  Alexandre Oliva  <aoliva@redhat.com>
5981         PR other/40159
5982         * Makefile.tpl (all): Don't assume gcc-bootstrap and
5983         gcc-no-bootstrap are mutually exclusive.
5984         * Makefile.in: Rebuilt.
5986 2009-05-18  Alexandre Oliva  <aoliva@redhat.com>
5988         PR other/40159
5989         * Makefile.tpl (all): Don't end with unconditional success.
5990         * Makefile.in: Rebuilt.
5992 2009-05-12  Alexandre Oliva  <aoliva@redhat.com>
5994         PR target/37137
5995         * Makefile.def (flags_to_pass): Remove redundant and incomplete
5996         STAGE1_CFLAGS, STAGE2_CFLAGS, STAGE3_CFLAGS, and STAGE4_CFLAGS.
5997         Add FLAGS_FOR_TARGET and BUILD_CONFIG.
5998         (bootstrap_stage): Remove bootstrap-debug custom stages.  Turn
5999         stage_configureflags, stage_cflags and stage_libcflags into
6000         explicit Makefile macros.
6001         * Makefile.tpl (HOST_EXPORTS, EXTRA_HOST_FLAGS): Pass GCJ and
6002         GFORTRAN.
6003         (POSTSTAGE1_HOST_EXPORTS): Add XGCC_FLAGS_FOR_TARGET and TFLAGS to
6004         CC.  Set CC_FOR_BUILD from CC.
6005         (BASE_TARGET_EXPORTS, RAW_CXX_TARGET_EXPORTS,
6006         NORMAL_TARGET_EXPORTS): Move SYSROOT_CFLAGS_FOR_TARGET and
6007         DEBUG_PREFIX_CFLAGS_FOR_TARGET from CFLAGS and CXXFLAGS to
6008         XGCC_FLAGS_FOR_TARGET.  Add it along with TFLAGS to CC, CXX, GCJ,
6009         and GFORTRAN.
6010         (TFLAGS, STAGE_CFLAGS, STAGE_TFLAGS, STAGE_CONFIGURE_FLAGS): New.
6011         (_LIBCFLAGS): Renamed to _TFLAGS.
6012         (do-compare-debug, do-compare3-debug): Drop.
6013         (CC, GCC_FOR_TARGET, CXX_FOR_TARGET, RAW_CXX_FOR_TARGET,
6014         GCJ_FOR_TARGET, GFORTRAN_FOR_TARGET): Remove FLAGS_FOR_TARGET.
6015         (FLAGS_FOR_TARGET, SYSROOT_CFLAGS_FOR_TARGET,
6016         DEBUG_PREFIX_CFLAGS_FOR_TARGET): Move down.
6017         (XGCC_FLAGS_FOR_TARGET): New.
6018         (BASE_FLAGS_TO_PASS): Pass STAGEid_CFLAGS, STAGEid_TFLAGS and TFLAGS.
6019         (EXTRA_HOST_FLAGS): Pass GCJ and GFORTRAN.
6020         (POSTSTAGE1_FLAGS_TO_PASS): Move SYSROOT_CFLAGS_FOR_TARGET and
6021         DEBUG_PREFIX_CFLAGS_FOR_TARGET from CFLAGS, CXXFLAGS, LIBCFLAGS,
6022         LIBCXXFLAGS to XGCC_FLAGS_FOR_TARGET.  Add it along with TFLAGS
6023         to CC, CXX, GCJ, and GFORTRAN.  Pass XGCC_FLAGS_FOR_TARGET and
6024         TFLAGS.
6025         (BUILD_CONFIG): Include if requested.
6026         (all): Set TFLAGS on bootstrap.
6027         (configure-stageid-prefixmodule): Pass TFLAGS, adjust FLAGS.
6028         (all-stageid-prefixmodule): Likewise.
6029         (do-clean, distclean-stageid): Set TFLAGS.
6030         (restrap): Fix whitespace.
6031         * Makefile.in: Rebuilt.
6033 2009-05-07  Paolo Bonzini  <bonzini@gnu.org>
6035         * config.guess: Sync with src.
6037 2009-05-07  Dave Korn  <dave.korn.cygwin@gmail.com>
6039         * configure.ac ($with_ppl):  Default to no if not supplied.
6040         ($with_cloog):  Likewise.
6041         configure:  Regenerate.
6043 2009-04-27  James E. Wilson  <wilson@codesourcery.com>
6045         * MAINTAINERS: Update my e-mail address.
6047 2009-04-27  Nick Clifton  <nickc@redhat.com>
6049         * MAINTAINERS: Replace Aldy Hernandez as a maintainer for the FRV.
6051 2009-04-25  Eric Botcazou  <ebotcazou@adacore.com>
6053         * Makefile.tpl (POSTSTAGE1_HOST_EXPORTS): Add GNATBIND.
6054         (POSTSTAGE1_FLAGS_TO_PASS): Pick up exported value for GNATBIND.
6055         * Makefile.in: Regenerate.
6057 2009-04-24  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
6059         PR bootstrap/39739
6060         * configure.ac (extra_mpfr_configure_flags): Set and AC_SUBST.
6061         * Makefile.def (module=mpfr): Use extra_mpfr_configure_flags.
6063         * configure, Makefile.in: Regenerate.
6065 2009-04-21  Taras Glek  <tglek@mozilla.com>
6067         * include/hashtab.h: Update GTY annotations to new syntax
6068         * include/splay-tree.h: Likewise
6070 2009-04-17  Ben Elliston  <bje@au.ibm.com>
6072         * config.sub, config.guess: Update from upstream sources.
6074 2009-04-15  Anthony Green  <green@moxielogic.com>
6076         * configure.ac: Add moxie support.
6077         * configure: Rebuilt.
6079 2009-04-14  Jakub Jelinek  <jakub@redhat.com>
6081         * configure.ac: Change copyright header to refer to version
6082         3 of the GNU General Public License and to point readers at the
6083         COPYING3 file and the FSF's license web page.
6084         * Makefile.def: Likewise.
6085         * Makefile.tpl: Likewise.
6086         * Makefile.in: Regenerate.
6088 2009-04-09  Jack Howarth  <howarth@bromo.med.uc.edu>
6090         * configure.ac: Restore match for darwin9 or later. Use double
6091         brackets since regeneration eats one pair.
6092         * configure: Regenerate.
6094 2009-04-09  H.J. Lu  <hongjiu.lu@intel.com>
6096         PR gas/10039
6097         * configure.ac: Require texinfo 4.7.
6098         * configure: Regenerated.
6100 2009-04-09  Nick Clifton  <nickc@redhat.com>
6102         * COPYING.RUNTIME: New file: Contains a copy of version 3.1 of
6103         the GCC Runtime Library Exception.
6105 2009-04-08  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
6107         * configure.ac: Bump minimum GMP/MPFR versions to 4.2 and 2.3.1.
6108         * configure: Regenerate.
6110 2009-04-01  Steve Ellcey  <sje@cup.hp.com>
6112         * Makefil.def (languages): New entries.
6113         * Makefile.tpl (check-gcc-*): New generic target.
6114         * Makefile.in: Regenerate.
6116 2009-03-25  Erven Rohou  <erven.rohou@inria.fr>
6118         * MAINTAINERS:  Update my email address.
6120 2009-03-18  Tom Tromey  <tromey@redhat.com>
6122         * configure: Rebuild.
6123         * configure.ac (host_libs): Add libiconv.
6124         * Makefile.in: Rebuild.
6125         * Makefile.def (host_modules): Add libiconv.
6126         (configure-gdb, all-gdb): Depend on libiconv.
6128 2009-03-16  Tristan Gingold  <gingold@adacore.com>
6130         * configure.ac: Treat gdb as supported on x86_64-darwin.
6131         * configure: Regenerate.
6133 2009-03-16  Joseph Myers  <joseph@codesourcery.com>
6135         * configure.ac (--with-host-libstdcxx): New option.
6136         * configure: Regenerate.
6138 2009-03-12  Joern Rennecke  <joern.rennecke@arc.com>
6140         * MAINTAINERS:  Move myself into the write after approval list.
6142 2009-03-11  Nicola Pero  <nicola.pero@meta-innovation.com>
6144         * MAINTAINERS: Update e-mail address.
6146 2009-03-11  Dorit Nuzman  <dorit@il.ibm.com>
6148         * MAINTAINERS: Remove myself as auto-vectorizer maintainer.
6150 2009-03-10  Ira Rosen  <irar@il.ibm.com>
6152         * MAINTAINERS: Add myself as auto-vectorizer maintainer.
6154 2009-03-01  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
6156         Backport from git Libtool:
6158         2009-01-19  Robert Millan  <rmh@aybabtu.com>
6159         Support GNU/kOpenSolaris.
6160         * libltdl/m4/libtool.m4 (_LT_SYS_DYNAMIC_LINKER)
6161         (_LT_CHECK_MAGIC_METHOD, _LT_COMPILER_PIC, _LT_LINKER_SHLIBS)
6162         (_LT_LANG_CXX_CONFIG) [kopensolaris*-gnu]: Recognize
6163         GNU/kOpenSolaris.
6165 2009-02-27  Andreas Schwab  <schwab@linux-m68k.org>
6167         * MAINTAINERS: Update e-mail address.
6169 2009-02-24  Michael Eager  <eager@eagercon.com>
6171         * MAINTAINERS (Write After Approval): Add self.
6173 2009-02-18  Bingfeng Mei  <bmei@broadcom.com>
6175         * MAINTAINERS (Write After Approval): Add myself.
6177 2009-02-05  Andreas Schwab  <schwab@suse.de>
6179         * Makefile.tpl (stage_last): Define $r and $s before using
6180         $(RECURSE_FLAGS_TO_PASS).
6181         * Makefile.in: Regenerate
6183 2009-01-30  Ian Lance Taylor  <iant@google.com>
6185         * MAINTAINERS: Move myself to the Global Reviewers list.
6187 2009-01-29  Robert Millan  <rmh@aybabtu.com>
6189         * configure.ac: Recognize GNU/kOpenSolaris (*-*-kopensolaris*-gnu).
6190         * configure: Regenerate.
6192 2009-01-17  Gerald Pfeifer  <gerald@pfeifer.com>
6194         * MAINTAINERS: Make whitespace consistent.
6195         Remove Robert Millan from Write After Approval.
6197 2009-01-16  Alan Modra  <amodra@bigpond.net.au>
6199         * Makefile.def (configure-opcodes): Depend on configure-libiberty.
6200         (all-opcodes): Depend on all-libiberty.
6201         * Makefile.in: Regenerate.
6203 2009-01-15  Douglas B Rupp  <rupp@gnat.com>
6205         * configure.ac (ia64*-*-*vms*): Add case with no gdb or ld support.
6206         * configure: Regenerate.
6208 2009-01-12  Ramana Radhakrishnan  <ramana.r@gmail.com>
6210         * MAINTAINERS (Write After Approval): Add myself.
6212 2009-01-12  Steven G. Kargl  <sgk@troutmask.apl.washington.edu>
6214         * MAINTAINERS: Add myself to reviewers (Fortran).
6216 2009-01-12  Sebastian Pop  <sebastian.pop@amd.com>
6218         PR tree-optimization/38515
6219         * configure.ac (cloog-polylib): Removed.
6220         (with_ppl, with_cloog): Test for "no".
6221         * configure: Regenerated.
6223 2009-01-11  Daniel Franke  <franke.daniel@gmail.com>
6225         * MAINTAINERS: Moved myself to reviewers (Fortran).
6227 2009-01-06  Thomas Schwinge  <tschwinge@gnu.org>
6229         * MAINTAINERS (OS Port Maintainers): Add myself for GNU/Hurd.
6230         (Write After Approval): Remove myself.
6232 2009-01-03  Diego Novillo  <dnovillo@google.com>
6234         * MAINTAINERS: Remove myself from alias maintainership.
6236 2009-01-02  David Ayers  <ayers@fsfe.org>
6238         * MAINTAINERS: Update e-mail address.
6240 2008-12-30  Gerald Pfeifer  <gerald@pfeifer.com>
6242         * MAINTAINERS: Make whitespace consistent.
6244 2008-12-18  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
6246         Backport from upstream Libtool:
6247         * libltdl.m4 (_LT_SYS_DYNAMIC_LINKER, _LT_LINKER_SHLIBS):
6248         Add cache variables to tests that require the linker to work.
6249         For shlibpath_overrides_runpath, this also changes the semantics
6250         to let the result from the C compiler take precedence.
6252 2008-12-02  Ben Elliston  <bje@au.ibm.com>
6254         * config.sub, config.guess: Update from upstream sources.
6256 2008-12-12  Sebastian Pop  <sebastian.pop@amd.com>
6258         * configure.ac (ppllibs): Add by default the lib flags.
6259         * configure: Regenerate.
6261 2008-12-08  Luis Machado  <luisgpm@br.ibm.com>
6263         * MAINTAINERS:  Add myself to the write after approval list.
6265 2008-12-04  Jack Howarth  <howarth@bromo.med.uc.edu>
6267         * configure.ac: Add double brackets on darwin[912].
6268         * configure: Regenerate.
6270 2008-12-03  Daniel Kraft  <d@domob.eu>
6272         * MAINTAINERS:  Moved myself and Mikael Morin from Write After
6273         Approval to Reviewer section (for Fortran front-end).
6275 2008-12-02  Jack Howarth  <howarth@bromo.med.uc.edu>
6277         * configure.ac: Expand to darwin10 and later.
6278         * configure: Regenerate.
6280 2008-12-02  Andreas Schwab  <schwab@suse.de>
6282         * Makefile.def: configure-target-boehm-gc depends on
6283         all-target-libstdc++-v3.
6284         * Makefile.in: Regenerate.
6286 2008-12-02  Kai Tietz  <kai.tietz@onevision.com>
6288         * MAINTAINERS:  Add myself as mingw maintainer.
6290 2008-12-02  Ben Elliston  <bje@au.ibm.com>
6292         * config.sub, config.guess: Update from upstream sources.
6294 2008-12-01  Gerald Pfeifer  <gerald@pfeifer.com>
6296         * README.SCO: Remove.
6298 2008-11-29  Fernando Pereira  <pronesto@gmail.com>
6300         * MAINTAINERS:  Add myself to the write after approval list.
6302 2008-11-29  Dave Korn  <dave.korn.cygwin@gmail.com>
6304         * MAINTAINERS:  Update my email address in WAA section.
6306 2008-11-29  Chen Liqin  <liqin@sunnorth.com.cn>
6308         * MAINTAINERS: Update e-mail address.
6310 2008-11-27  Toon Moene  <toon@moene.org>
6312         * MAINTAINERS: Change e-mail address.
6314 2008-11-27  Tristan Gingold  <gingold@adacore.com>
6316         * configure.ac: Build gdb for i?86-*-darwin*
6317         * configure: Regenerated.
6319 2008-11-24  Hariharan Sandanagobalane  <hariharan@picochip.com>
6321         * MAINTAINERS: Added my full name.
6323 2008-11-14  Daniel Jacobowitz  <dan@codesourcery.com>
6325         PR bootstrap/38014
6326         PR bootstrap/37923
6328         Revert:
6330         2008-10-24  Daniel Jacobowitz  <dan@codesourcery.com>
6332         * Makefile.tpl (HOST_EXPORTS): Correct CPPFLAGS typo.
6333         * Makefile.in: Regenerated.
6335         2008-10-22  Daniel Jacobowitz  <dan@codesourcery.com>
6337         PR gdb/921
6338         PR gdb/1646
6339         PR gdb/2175
6340         PR gdb/2176
6342         * Makefile.def (flags_to_pass): Add CPPFLAGS_FOR_BUILD and CPPFLAGS.
6343         * Makefile.tpl (BUILD_EXPORTS): Set CPPFLAGS.
6344         (EXTRA_BUILD_FLAGS): Correct typo.  Pass CPPFLAGS.
6345         (HOST_EXPORTS): Pass CPPFLAGS.
6346         (CPPFLAGS_FOR_BUILD, CPPFLAGS, CPPFLAGS_FOR_TARGET): Define.
6347         (LDFLAGS_FOR_TARGET): Initialize from configure script.
6348         (EXTRA_TARGET_FLAGS): Set CPPFLAGS.
6349         * Makefile.in, configure: Regenerated.
6350         * configure.ac: Set CPPFLAGS_FOR_TARGET, LDFLAGS_FOR_TARGET,
6351         and CPPFLAGS_FOR_BUILD.
6353 2008-11-06  Jeff Law  <law@redhat.com>
6355         * MAINTAINERS: Add myself as middle end maintainer.
6357 2008-11-06  Andrew Stubbs  <ams@codesourcery.com>
6359         * MAINTAINERS (Write after approval): Add myself.
6361 2008-11-05  Diego Novillo  <dnovillo@google.com>
6363         * MAINTAINERS (Global Reviewers): Add myself.
6364         (Non-Algorithmic Maintainers): Remove myself.
6366 2008-11-04  Thomas Schwinge  <tschwinge@gnu.org>
6368         * MAINTAINERS (Write after approval): Add myself.
6370 2008-10-31  Mikael Morin  <mikael.morin@tele2.fr>
6372         * MAINTAINERS (Write after approval): Add myself.
6374 2008-10-31  Ben Elliston  <bje@au.ibm.com>
6376         * configure.ac (spu-*-*): Remove special case.
6377         * configure: Regenerate.
6379 2008-10-30  Catherine Moore  <clm@codesourcery.com>
6381         * MAINTAINERS (Write after approval): Update my email address.
6383 2008-10-29  Stefan Schulze Frielinghaus  <xxschulz@de.ibm.com>
6385         * configure.ac [spu-*-*]: Do not set skipdirs.
6386         * configure: Re-generate.
6388 2008-10-29  Bernd Schmidt  <bernd.schmidt@analog.com>
6390         * MAINTAINERS (Various Maintainers): Add myself to reload.
6392 2008-10-25  Richard Guenther  <rguenther@suse.de>
6394         * MAINTAINERS (Various Maintainers): Add myself as middle-end
6395         maintainer.  Remove myself as libgcc-math maintainer.
6396         (Non-Algorithmic Maintainers): Remove myself.
6398 2008-10-24  Daniel Jacobowitz  <dan@codesourcery.com>
6400         * Makefile.tpl (HOST_EXPORTS): Correct CPPFLAGS typo.
6401         * Makefile.in: Regenerated.
6403 2008-10-23  Cary Coutant  <ccoutant@google.com>
6405         * MAINTAINERS (Write after approval): Add myself.
6407 2008-10-22  Daniel Jacobowitz  <dan@codesourcery.com>
6409         PR gdb/921
6410         PR gdb/1646
6411         PR gdb/2175
6412         PR gdb/2176
6414         * Makefile.def (flags_to_pass): Add CPPFLAGS_FOR_BUILD and CPPFLAGS.
6415         * Makefile.tpl (BUILD_EXPORTS): Set CPPFLAGS.
6416         (EXTRA_BUILD_FLAGS): Correct typo.  Pass CPPFLAGS.
6417         (HOST_EXPORTS): Pass CPPFLAGS.
6418         (CPPFLAGS_FOR_BUILD, CPPFLAGS, CPPFLAGS_FOR_TARGET): Define.
6419         (LDFLAGS_FOR_TARGET): Initialize from configure script.
6420         (EXTRA_TARGET_FLAGS): Set CPPFLAGS.
6421         * Makefile.in, configure: Regenerated.
6422         * configure.ac: Set CPPFLAGS_FOR_TARGET, LDFLAGS_FOR_TARGET,
6423         and CPPFLAGS_FOR_BUILD.
6425 2008-10-20  Sebastian Pop  <sebastian.pop@amd.com>
6427         * MAINTAINERS (Graphite Reviewers): Added Daniel Berlin and
6428         Sebastian Pop.
6430 2008-10-14  Antoniu Pop <antoniu.pop@gmail.com>
6432         * MAINTAINERS (Write After Approval): Added myself.
6434 2008-10-13  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
6436         * configure.ac (MPFR check): Bump minimum version to 2.3.0 and
6437         recommended version to 2.3.2.
6439         * configure: Regenerate.
6441 2008-10-01  Mark Mitchell  <mark@codesourcery.com>
6443         * MAINTAINERS (Blanket Write Privs): Change to Global Reviewers.
6445 2008-09-29  David Daney <david.daney@caviumnetworks.com>
6447         * MAINTAINERS (Write After Approval): Update e-mail address.
6449 2008-09-26  Peter O'Gorman  <pogma@thewrittenword.com>
6451         * libtool.m4: Update to libtool 2.2.6.
6452         * lt~obsolete.m4: Update to libtool 2.2.6.
6453         * ltmain.sh: Update to libtool 2.2.6.
6454         * ltsugar.m4: Update to libtool 2.2.6.
6455         * ltversion.m4: Update to libtool 2.2.6.
6456         * ltoptions.m4: Update to libtool 2.2.6.
6457         * ltgcc.m4: Update to match changes from libtool 2.2.6.
6459 2008-09-22  Chris Fairles  <cfairles@gcc.gnu.org>
6461         * MAINTAINERS (Write After Approval): Add myself.
6463 2008-09-22  Bernhard Reutner-Fischer  <aldot@gcc.gnu.org>
6465         * MAINTAINERS (Write After Approval): Update my name.
6467 2008-09-20  Steven Bosscher  <steven@gcc.gnu.org>
6469         * MAINTAINERS: Add myself in "Write After Approval".
6471 2008-09-18  Steve Ellcey  <sje@cup.hp.com>
6473         * MAINTAINERS: Add myself as ia64 maintainer.
6475 2008-09-04  Gerald Pfeifer  <gerald@pfeifer.com>
6477         * MAINTAINERS: Remove John Carr, Steve Chamberlain, Michael Chastain,
6478         Klaus Kaempf, Mumit Khan, Alan Lehotsky, Warren Levy, Don Lindsay,
6479         Dave Love, Alexandre Petit-Bianco, Clinton Popetz, Gavin Romig-Koch,
6480         and Michael Tiemann from Write After Approval since they do not
6481         actually have access.
6483 2008-09-05  Richard Guenther  <rguenther@suse.de>
6485         * configure.ac: Initialize clooglibs to -lcloog.
6486         * configure: Re-generate.
6488 2008-09-04  Le-Chun Wu  <lcwu@google.com>
6490         * MAINTAINERS (Write After Approval): Add myself.
6492 2008-09-03  Sebastian Pop  <sebastian.pop@amd.com>
6494         * configure.ac (--with-cloog-polylib): New.
6495         (--disable-cloog-version-check): New.
6496         (--disable-ppl-version-check): New.
6497         * configure: Re-generate.
6499 2008-09-03  Richard Guenther  <rguenther@suse.de>
6501         * configure.ac: Always pass -DCLOOG_PPL_BACKEND to the
6502         cloog test.
6503         * configure: Re-generate.
6505 2008-09-03  Hari Sandanagobalane  <hariharan@picochip.com>
6507         Add picoChip port.
6508         * MAINTAINERS: Add picoChip maintainers.
6510 2008-09-02  Sebastian Pop  <sebastian.pop@amd.com>
6511             Tobias Grosser  <grosser@fim.uni-passau.de>
6512             Jan Sjodin  <jan.sjodin@amd.com>
6513             Harsha Jagasia  <harsha.jagasia@amd.com>
6514             Dwarakanath Rajagopal  <dwarak.rajagopal@amd.com>
6515             Konrad Trifunovic  <konrad.trifunovic@inria.fr>
6516             Adrien Eliche  <aeliche@isty.uvsq.fr>
6518         Merge from graphite branch.
6519         * configure: Regenerate.
6520         * Makefile.in: Regenerate.
6521         * configure.ac (host_libs): Add ppl and cloog.
6522         Add checks for PPL and CLooG.
6523         * Makefile.def (ppl, cloog): Added modules and dependences.
6524         * Makefile.tpl (PPLLIBS, PPLINC, CLOOGLIBS, CLOOGINC): New.
6525         (HOST_PPLLIBS, HOST_PPLINC, HOST_CLOOGLIBS, HOST_CLOOGINC): New.
6527 2008-08-31  Aaron W. LaFramboise  <aaronavay62@aaronwl.com>
6529         * configure.ac (RPATH_ENVVAR): Use PATH on Windows.
6530         (GCC_SHLIB_SUBDIR): New.
6531         * Makefile.tpl (HOST_LIB_PATH_gcc): Use GCC_SHLIB_SUBDIR.
6532         * configure: Regenerate.
6533         * Makefile.in: Regenerate.
6535 2008-08-30  Gerald Pfeifer  <gerald@pfeifer.com>
6537         * MAINTAINERS: Consistently use tabs to separate columns.
6539 2008-08-29  Tristan Gingold  <gingold@adacore.com>
6541         * MAINTAINERS (Write after Approval): Add myself.
6543 2008-08-28  Tristan Gingold  <gingold@adacore.com>
6545         * configure.ac (powerpc-*-darwin*, i?86-*-darwin*,x86_64-*-darwin9):
6546         Enable bfd, binutils and opcodes.
6547         * configure: Regenerate.
6549 2008-08-27  John David Anglin  <dave.anglin@nrc-cnrc.gc.ca>
6551         * MAINTAINERS: Update my hppa and hpux entries.  Remove my vax entry.
6553 2008-08-23  Thomas Koenig  <tkoenig@gcc.gnu.org>
6555         * MAINTAINERS:  Use correct Umlaut for last name.
6557 2008-08-23  Francois-Xavier Coudert  <fxcoudert@gcc.gnu.org>
6559         * MAINTAINERS: Move myself from Reviewers to Write after Approval.
6561 2008-08-16  David Edelsohn  <edelsohn@gnu.org>
6563         * MAINTAINERS: Update my email address.
6565 2008-08-16  Nicolas Roche  <roche@adacore.com>
6567         * Makefile.tpl: Add BOOT_ADAFLAGS.
6568         * Makefile.in: Regenerate.
6570 2008-08-09  Richard Sandiford  <rdsandiford@googlemail.com>
6572         * configure.ac (mips*-*-*linux*, mips*-*-gnu*): Use mt-mips-gnu.
6573         * configure: Regenerate.
6575 2008-07-30  Paolo Bonzini  <bonzini@gnu.org>
6577         * configure.ac: Add makefile fragments for hpux.
6578         * Makefile.def (flags_to_pass): Add ADA_CFLAGS.
6579         * Makefile.tpl (HOST_EXPORTS): Pass ADA_CFLAGS.
6580         * configure: Regenerate.
6581         * Makefile.in: Regenerate.
6583 2008-07-28  Aldy Hernandez  <aldyh@redhat.com>
6585         * MAINTAINERS: Add Jakub and myself as gimple maintainers.
6587 2008-07-11  Dodji Seketeli  <dseketel@redhat.com>
6589         * MAINTAINERS (Write after Approval): Add myself.
6591 2008-07-02  Xuepeng Guo  <xuepeng.guo@intel.com>
6593         * MAINTAINERS (Write After Approval):  Add myself.
6595 2008-06-29  Andrew Jenner  <andrew@codesourcery.com>
6597         * MAINTAINERS (Write After Approval):  Add myself.
6599 2008-06-29  Krister Walfridsson  <krister.walfridsson@gmail.com>
6601         * MAINTAINERS: Update my email address.
6603 2008-06-25  Joey Ye  <joey.ye@intel.com>
6605         * MAINTAINERS (Write After Approval):  Add myself.
6607 2008-06-17  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
6609         * Makefile.tpl ($(srcdir)/configure): Update dependencies.
6610         * Makefile.in: Regenerate.
6611         * configure: Regenerate.
6613 2008-06-17  Daniel Kraft  <d@domob.eu>
6615         * MAINTAINERS (Write After Approval):  Add myself.
6617 2008-06-16  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
6619         * configure.ac: Set TOPLEVEL_CONFIGURE_ARGUMENTS early, when
6620         "$@" is still intact with both Autoconf 2.59 and 2.62.
6621         * configure: Regenerate.
6623 2008-06-16  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
6625         * Makefile.tpl: Fix comment errors.
6626         * Makefile.in: Regenerate.
6628 2008-06-12  David S. Miller  <davem@davemloft.net>
6629             David Edelsohn  <edelsohn@gnu.org>
6631         * configure.ac: Add powerpc*-*-* to gold supported targets.
6632         * configure: Regenerate.
6634 2008-06-08  Joseph Myers  <joseph@codesourcery.com>
6636         PR tree-optimization/36218
6637         * Makefile.def (flags_to_pass): Add LDFLAGS_FOR_BUILD.
6638         * Makefile.tpl (EXTRA_BUILD_FLAGS): Define.
6639         (all prefix="build-"): Pass them to build-system sub-makes.
6640         * Makefile.in: Regenerate.
6642 2008-06-07  Joseph Myers  <joseph@codesourcery.com>
6644         * MAINTAINERS (mt port): Remove.
6645         (sco5, unixware, sco udk): Remove.
6646         (Kean Johnston): Add to Write After Approval.
6648 2008-05-30  Julian Brown  <julian@codesourcery.com>
6650         * configure.ac (arm*-*-linux-gnueabi): Don't disable building
6651         of libobjc for ARM EABI Linux.
6652         * configure: Regenerate.
6654 2008-05-18  Xinliang David Li   <davidxl@google.com>
6656         * ChangeLog: Remove wrong ChangeLog entry.
6658 2008-05-17  Xinliang David Li   <davidxl@google.com>
6660         * MAINTAINERS (Write After Approval): Add myself.
6662 2008-05-15  Janus Weil  <janus@gcc.gnu.org>
6664         * MAINTAINERS (Write After Approval): Add myself.
6666 2008-05-14  Rafael Espíndola  <espindola@google.com>
6668         * config-ml.in: don't handle --enable-shared and --enable-static.
6670 2008-05-10  Richard Sandiford  <rdsandiford@googlemail.com>
6672         * MAINTAINERS: Update my email address.
6674 2008-05-10  Paolo Carlini  <paolo.carlini@oracle.com>
6676         * MAINTAINERS: Update my email address.
6678 2008-05-03  Kris Van Hees  <kris.van.hees@oracle.com>
6680         * MAINTAINERS (Write After Approval): Add myself.
6682 2008-04-28  Gabriele Svelto  <gabriele.svelto@st.com>
6684         * MAINTAINERS (Write After Approval): Add myself.
6686 2008-04-25  Pompapathi V Gadad  <Pompapathi.V.Gadad@nsc.com>
6688         * MAINTAINERS (crx): Add myself.
6690 2008-04-18  Paolo Bonzini  <bonzini@gnu.org>
6692         Sync with src:
6693         2008-04-14  David S. Miller  <davem@davemloft.net>
6695         * configure.ac: Add sparc*-*-* to gold supported targets.
6696         * configure: Regenerate.
6698 2008-04-18  Paolo Bonzini  <bonzini@gnu.org>
6700         PR bootstrap/35457
6701         * configure.ac: Include override.m4.
6702         * configure: Regenerate.
6704 2008-04-18  Paolo Bonzini  <bonzini@gnu.org>
6706         * Makefile.tpl (restrap): Call `make all' using double-colon rules.
6707         * Makefile.in: Regenerate.
6709 2008-04-18  M R Swami Reddy  <MR.Swami.Reddy@nsc.com>
6711         * configure.ac (cr16-*-*): Add case for cr16 target and include gdb
6712         as nonconfigurable directories list.
6713         * configure: Regenerate.
6715 2008-04-14  Ben Elliston  <bje@au.ibm.com>
6717         * config.sub, config.guess: Update from upstream sources.
6719 2008-04-12  Hans-Peter Nilsson  <hp@axis.com>
6721         * Makefile.tpl <gcc>: Error early unless at least GNU make 3.80.
6722         * Makefile.in: Regenerate.
6724 2008-04-11  Eric B. Weddington  <eweddington@cso.atmel.com>
6726         * configure.ac: Do not build libssp for the AVR.
6727         * configure: Regenerate.
6729 2008-04-07  Ian Lance Taylor  <iant@google.com>
6731         * Makefile.def: check-gold depends upon all-binutils.
6732         * Makefile.in: Regenerate.
6734 2008-04-04  Andy Hutchinson  <hutchinsonandy@aim.com>
6736         * MAINTAINERS (Write After Approval): Add myself.
6738 2008-04-04  Nick Clifton  <nickc@redhat.com>
6740         PR binutils/4334
6741         * configure.ac: Run ACX_CHECK_CYGWIN_CAT_WORKS for cygwin hosted
6742         builds.
6743         * configure: Regenerate.
6745 2008-04-04  NightStrike  <NightStrike@gmail.com>
6747         PR other/35151
6748         * configure.ac: Combine rules for mingw32 and mingw64.
6749         * configure: Regenerate.
6751 2008-04-02  Kai Tietz  <kai.tietz@onvision.com>
6753         * MAINTAINERS (Write After Approval): Add myself.
6755 2008-04-01  Seongbae Park  <seongbae.park@gmail.com>
6757         * Makefile.tpl (.NOTPARALLEL): Revert previous change.
6758         * Makefile.in (.NOTPARALLEL): Ditto.
6760 2008-04-01  Peter O'Gorman  <pogma@thewrittenword.com>
6762         * MAINTAINERS (Write After Approval): Add myself.
6764 2008-03-31  Seongbae Park  <seongbae.park@gmail.com>
6766         * Makefile.tpl (.NOTPARALLEL): Serialize stageprofile libiberty.
6767         * Makefile.in (.NOTPARALLEL): Regenerate.
6769 2008-03-27  Paolo Bonzini  <bonzini@gnu.org>
6771         * Makefile.tpl (PICFLAG, PICFLAG_FOR_TARGET): Remove.
6772         * Makefile.in: Regenerate.
6774 2008-03-26  Jakub Staszak  <kuba@et.pl>
6776         * MAINTAINERS (Write After Approval): Add myself.
6778 2008-03-23  Thomas Koenig  <tkoenig@gcc.gnu.org>
6780         * MAINTAINERS:  Update e-mail address.
6782 2008-03-20  Ian Lance Taylor  <iant@google.com>
6784         * configure.ac: Add support for --enable-gold.
6785         * Makefile.def: Add gold as a directory like ld.
6786         * configure, Makefile.in: Regenerate.
6788 2008-03-16  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
6790         * configure.ac: m4_include config/proginstall.m4.
6791         * configure: Regenerate.
6793         Backport from upstream Libtool:
6795         2007-10-12  Eric Blake  <ebb9@byu.net>
6797         Deal with Autoconf 2.62's semantic change in m4_append.
6798         * ltsugar.m4 (lt_append): Replace broken versions of
6799         m4_append.
6800         (lt_if_append_uniq): Don't require separator to be overquoted,
6801         and avoid broken m4_append.
6802         (lt_dict_add): Fix typo.
6803         * libtool.m4 (_LT_DECL): Don't overquote separator.
6805 2008-03-13  David Edelsohn  <edelsohn@gnu.org>
6807         * config.rpath: Add AIX 6 support.
6809 2008-03-13  Paolo Bonzini  <bonzini@gnu.org>
6811         * Makefile.def (stageprofile).  Remove -fprofile-generate
6812         from stage_libcflags.
6813         * Makefile.in: Regenerate.
6815 2008-03-13  Ben Elliston  <bje@au.ibm.com>
6817         * config.sub, config.guess: Update from upstream sources.
6819 2008-03-06  Tom Tromey  <tromey@redhat.com>
6821         * MAINTAINERS: Update for treelang deletion.
6823 2008-03-03  James E. Wilson  <wilson@tuliptree.org>
6825         * MAINTAINERS: Update my email address.
6827 2008-03-03  Stan Shebs  <stanshebs@earthlink.net>
6829         * MAINTAINERS (darwin port): Add myself as a maintainer.
6830         (objective-c/c++): Add myself as a maintainer.
6832 2008-03-03  Volker Reichelt  <v.reichelt@netcologne.de>
6834         * MAINTAINERS (Write After Approval): Update my email address.
6836 2008-02-25  Tomas Bily  <tbily@suse.cz>
6838         * MAINTAINERS (Write After Approval): Add myself.
6840 2008-02-23  Jakub Jelinek  <jakub@redhat.com>
6842         * MAINTAINERS (OpenMP): Add myself.
6844 2008-02-20  Paolo Bonzini  <bonzini@gnu.org>
6846         PR bootstrap/32009
6847         PR bootstrap/32161
6849         * configure.ac (CFLAGS_FOR_TARGET, CXXFLAGS_FOR_TARGET): Compute here.
6850         * configure: Regenerate.
6852         * Makefile.def: Define stage_libcflags for all bootstrap stages.
6853         * Makefile.tpl (BOOT_LIBCFLAGS, STAGE2_LIBCFLAGS, STAGE3_LIBCFLAGS,
6854         STAGE4_LIBCFLAGS): New.
6855         (CFLAGS_FOR_TARGET, CXXFLAGS_FOR_TARGET): Subst from autoconf, without
6856         $(SYSROOT_CFLAGS_FOR_TARGET) and $(DEBUG_PREFIX_CFLAGS_FOR_TARGET).
6857         (BASE_TARGET_EXPORTS): Append them here to C{,XX}FLAGS.
6858         (EXTRA_TARGET_FLAGS): Append them here to {LIB,}C{,XX}FLAGS.
6859         (configure-stage[+id+]-[+prefix+][+module+]): Pass stage_libcflags
6860         for target modules.  Don't export LIBCFLAGS.
6861         (all-stage[+id+]-[+prefix+][+module+]): Pass stage_libcflags; pass
6862         $(BASE_FLAGS_TO_PASS) where [+args+] was passed, and [+args+] after
6863         the overridden CFLAGS_FOR_TARGET and CXXFLAGS_FOR_TARGET.
6864         (invocations of `all'): Replace $(TARGET_FLAGS_TO_PASS) with
6865         $(EXTRA_TARGET_FLAGS), $(FLAGS_TO_PASS) with $(EXTRA_HOST_FLAGS).
6866         * Makefile.in: Regenerate.
6868 2008-02-16  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
6870         PR libgcj/33085
6871         * libtool.m4 (_LT_COMPILER_PIC) [ mingw, cygwin ] <GCJ>:
6872         Do not use -DDLL_EXPORT.  Backport from upstream.
6874 2008-02-13  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
6876         * MAINTAINERS (Write After Approval): Add myself.
6878 2008-02-02  Hans-Peter Nilsson  <hp@axis.com>
6880         * configure.ac: Enable fortran for cris-*-elf and crisv32-*-elf.
6881         * configure: Regenerate.
6883 2008-01-31  Marc Gauthier  <marc@tensilica.com>
6885         * configure.ac (xtensa*-*-*): Recognize processor variants.
6886         * configure: Regenerate.
6888 2008-01-30  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
6890         PR bootstrap/34922
6891         * configure.ac (PARSE_ARGS): Push suitable setting of
6892         ac_subdirs_all, for `./configure --help=recursive'.
6893         Handle `+' in generic toplevel directory disabling.
6894         * configure: Regenerate.
6896 2008-01-28  Nick Clifton  <nickc@redhat.com>
6898         * MAINTAINERS (xstormy16): Take over maintainership.
6900 2008-01-25  Joseph Myers  <joseph@codesourcery.com>
6902         * MAINTAINERS (c4x port): Remove.
6904 2008-01-24  David Edelsohn  <edelsohn@gnu.org>
6906         * libtool.m4: Backport AIX 6 support from ToT Libtool.
6908 2008-01-23  Ben Elliston  <bje@au.ibm.com>
6910         * config.sub, config.guess: Update from upstream sources.
6912 2008-01-22  Tobias Grosser  <grosser@fim.uni-passau.de>
6914         * MAINTAINERS (Write After Approval): Add myself.
6916 2008-01-17  H.J. Lu  <hjl.tools@gmail.com>
6918         * MAINTAINERS: Update my email address.
6920 2008-01-09  Raksit Ashok  <raksit@google.com>
6922         * MAINTAINERS (Write After Approval): Add myself.
6924 2008-01-09  Raksit Ashok  <raksit@google.com>
6926         * MAINTAINERS (Write After Approval): Add myself.
6928 2008-01-08  Ben Elliston  <bje@au.ibm.com>
6930         * config.sub, config.guess: Update from upstream sources.
6932 2007-12-17  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
6934         * configure.ac: Change required MPFR from 2.2.0 -> 2.2.1.
6935         Change recommended MPFR from 2.2.1 -> 2.3.0.
6936         * configure: Regenerate.
6938 2007-12-15  Sebastian Pop  <sebastian.pop@amd.com>
6940         * MAINTAINERS: Update my email address.
6942 2007-12-15  Bernhard Fischer  <aldot@gcc.gnu.org>
6944         * MAINTAINERS: Update my email address.
6946 2007-12-13  Richard Sandiford  <rsandifo@nildram.co.uk>
6948         * Makefile.tpl (CFLAGS_FOR_TARGET): Add -g.
6949         (CXXFLAGS_FOR_TARGET): Add -O2 -g.
6950         * Makefile.in: Regenerate.
6952 2007-12-10  Mark Heffernan  <meheff@google.com>
6954         * MAINTAINERS (Write After Approval): Add myself and alphabetize two
6955         misplaced entries.
6957 2007-12-10  Andreas Tobler  <a.tobler@schweiz.org>
6959         * configure.ac: Enable libjava for x86_64-*-darwin9.
6960         * configure: Regenerate.
6962 2007-12-07  Bill Maddox  <maddox@google.com>
6964         * MAINTAINERS (Write After Approval): Add myself.
6966 2007-12-05  Ben Elliston  <bje@au.ibm.com>
6968         * config.sub, config.guess: Update from upstream sources.
6970 2007-12-02  Matthias Klose  <doko@ubuntu.com>
6972         * config-ml.in: Remove 64bit configure tests.
6974 2007-11-28  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
6976         * config-ml.in: Robustify against white space in absolute file
6977         names.
6979         * config-ml.in (multi-clean): Substitute ${Makefile}.
6980         Remove superfluous ${Makefile} in list.
6982 2007-11-19  Thiemo Seufer  <ths@mips.com>
6984         * config-ml.in: Don't hardcode the Makefile name.
6986 2007-11-08  Alexander Monakov  <amonakov@ispras.ru>
6988         * MAINTAINERS (Write After Approval): Add myself.
6990 2007-11-07  Samuel Tardieu  <sam@rfc1149.net>
6992         * MAINTAINERS (Write After Approval): Add myself.
6994 2007-11-06  Doug Kwan  <dougkwan@google.com>
6996         * MAINTAINERS (Write After Approval): Add myself.
6998 2007-10-25  Ben Elliston  <bje@au.ibm.com>
7000         * MAINTAINERS (mercury): Remove entry.
7001         (Write After Approval): Add Fergus Henderson <fjh@cs.mu.oz.au>.
7003 2007-10-23  Daniel Jacobowitz  <dan@codesourcery.com>
7005         * Makefile.def (dependencies): Make configure-gdb depend on
7006         all-intl.
7007         * Makefile.in: Regenerated.
7009 2007-10-22  Steven G. Kargl  <kargl@gcc.gnu.org>
7011         * MAINTAINERS (Fortran maintainer): Remove myself.
7013 2007-10-15  Patrick Mansfield  <patmans@us.ibm.com>
7015         * Makefile.def: To avoid problems running with parallel makes,
7016         build newlib before libgloss so that target specific header
7017         files are availble.
7018         * Makefile.in: Regenerate
7020 2007-10-11  Daniel Jacobowitz  <dan@codesourcery.com>
7022         * Makefile.def (dependencies): Add all-gdb -> all-libdecnumber.
7023         * Makefile.in: Regenerate.
7025 2007-10-09  Vladimir Makarov  <vmakarov@redhat.com>
7027         * MAINTAINERS (Register allocation reviewer): Add myself.
7029 2007-10-08  Mike Frysinger  <vapier@gentoo.org>
7031         * configure.ac (CFLAGS_FOR_BUILD, CXXFLAGS_FOR_BUILD,
7032         LDFLAGS_FOR_BUILD): Default them to host flags only for $host = $build.
7033         Set default CXXFLAGS_FOR_BUILD to CXXFLAGS, not CFLAGS.  Set default
7034         LDFLAGS_FOR_BUILD to LDFLAGS, not CFLAGS.
7035         * configure: Regenerate.
7037 2006-10-04  Seongbae Park  <seongbae.park@gmail.com>
7039         * MAINTAINERS (Register allocation reviewer): Add myself.
7041 2007-10-01  Paolo Bonzini  <bonzini@gnu.org>
7043         * Makefile.tpl (AR_FOR_BUILD, AS_FOR_BUILD, CXX_FOR_BUILD,
7044         DLLTOOL_FOR_BUILD, GCJ_FOR_BUILD, GFORTRAN_FOR_BUILD,
7045         LDFLAGS_FOR_BUILD, LD_FOR_BUILD, NM_FOR_BUILD, RANLIB_FOR_BUILD,
7046         WINDMC_FOR_BUILD, WINDRES_FOR_BUILD): Use autoconf substitutions.
7047         * configure.ac: Default them to host tools for $host = $build.
7048         Subst them.
7050         * configure: Regenerate.
7051         * Makefile.in: Regenerate.
7053 2006-09-24  Peter Bergner  <bergner@vnet.ibm.com>
7055         * MAINTAINERS (Register allocation reviewer): Add myself.
7057 2006-09-24  Kenneth Zadeck  <zadeck@naturalbridge.com>
7059         * MAINTAINERS (Register allocation reviewer): Add myself.
7061 2007-09-21  Seongbae Park  <seongbae.park@gmail.com>
7063         * MAINTAINERS (Write After Approval): Fix typo.
7065 2007-09-20  Richard Sandiford  <rsandifo@nildram.co.uk>
7067         * configure.ac (mipsisa*-*-elfoabi*): New stanza.
7068         * configure: Regenerate.
7070 2007-09-20  Paul Jarc  <prj-bugzilla-gcc@multivac.cwru.edu>
7072         PR bootstrap/31906
7073         * libtool-ldflags: Don't prefix arguments with -Xcompiler if
7074         they're already prefixed.
7076 2007-09-19  Benjamin Kosnik  <bkoz@redhat.com>
7078         * configure.ac (TOPLEVEL_CONFIGURE_ARGUMENTS): Move libgomp before
7079         libstdc++.
7080         * Makefile.def: Add libgomp config as a maybe dependency for libstdc++.
7081         * configure: Regenerate.
7082         * Makefile.in: Regenerate.
7084 2007-09-17  Andreas Schwab  <schwab@suse.de>
7086         * configure.ac: Raise minimum makeinfo version to 4.6.
7087         * configure: Regenerate.
7089 2007-09-17  Johannes Singler  <singler@ira.uka.de>
7091         * MAINTAINERS (write-after-approval) add myself
7093 2007-09-15  Alan Modra  <amodra@bigpond.net.au>
7095         * configure.ac: Correct makeinfo version check.
7096         * configure: Regenerate.
7098 2007-09-14  Richard Sandiford  <rsandifo@nildram.co.uk>
7100         * MAINTAINERS: Update my email address.
7102 2007-09-14  Richard Sandiford  <richard@codesourcery.com>
7104         * configure.ac (mips*-sde-elf*): New stanza.  Add target-libiberty
7105         to $skipdirs and only disable gprof for newlib.  Use the normal
7106         mips*-elf* handling in other respects.
7107         * configure: Regnerate.
7109 2007-09-12  David Daney  <ddaney@avtrex.com>
7111         * configure.ac: Remove mips64*-*-linux* noconfigdirs section, thus
7112         enabling libgcj.
7113         * configure: Regenerate.
7115 2007-09-10  Rask Ingemann Lambertsen  <rask@sygehus.dk>
7117         PR other/32154
7118         * configure.ac: For libgloss targets, point the linker to the linker
7119         script, startup code and simulator library.
7120         * configure: Regenerate.
7122 2007-09-07  Andrew Haley  <aph@redhat.com>
7124         * configure.ac (noconfigdirs): Remove target-libffi and
7125         target-libjava.
7126         * configure: Regenerate.
7128 2007-09-06  Francois-Xavier Coudert  <fxcoudert@gcc.gnu.org>
7130         PR target/33281
7131         * configure.ac: Use config/mh-mingw on mingw.
7132         * configure: Regenerate.
7134 2007-09-05  Pat Haugen  <pthaugen@us.ibm.com>
7136         * MAINTAINERS (Write After Approval): Add myself.
7138 2007-09-05  Richard Guenther  <rguenther@suse.de>
7140         * configure.ac (--enable-stage1-checking): If neither --enable-checking
7141         nor --disable-checking is provided also turn on yes and types
7142         checking for stage1.
7143         * configure: Re-generate.
7145 2007-08-30  Krister Walfridsson  <cato@df.lth.se>
7147         * MAINTAINERS (OS Port Maintainers): Add myself as NetBSD maintainer.
7148         (Write After Approval): Remove myself.
7150 2007-08-29  Nick Clifton  <nickc@redhat.com>
7152         * config.sub, config.guess: Update from upstream sources.
7154 2007-08-22  Bud Davis  <jmdavis@link.com>
7156         * MAINTAINERS (Write After Approval): Added myself.
7157         * MAINTAINERS (Reviewers): Removed myself.
7159 2007-08-18  Paul Brook  <paul@codesourcery.com>
7160             Joseph Myers  <joseph@codesourcery.com>
7162         * Makefile.tpl (DEBUG_PREFIX_CFLAGS_FOR_TARGET): New.
7163         (CFLAGS_FOR_TARGET, CXXFLAGS_FOR_TARGET): Include it.
7164         * Makefile.in: Regenerate.
7165         * configure.ac (--with-debug-prefix-map): New.
7166         * configure: Regenerate.
7168 2007-08-17  Richard Sandiford  <richard@codesourcery.com>
7169             Nigel Stephens  <nigel@mips.com>
7171         * configure.ac (mips*-sde-elf*): New stanza.  Use config/mt-sde
7172         as target_makefile_frag.
7173         * configure: Regenerate.
7175 2007-08-16  Alexandre Oliva  <aoliva@redhat.com>
7177         * Makefile.def (STAGE2_CFLAGS, STAGE3_CFLAGS, STAGE4_CFLAGS):
7178         Add to flags_to_pass.  Adjust uses of BOOT_CFLAGS.
7179         (bootstrap2-debug, bootstrap-debug): New bootstrap stages.
7180         * Makefile.tpl (STAGE2_CFLAGS, STAGE3_CFLAGS, STAGE4_CFLAGS): New.
7181         (do-compare, do-compare3, do-compare-debug): New.
7182         ([+compare-target+]): Use them.
7184 2007-08-14  Maxim Kuvyrkov  <maxim@codesourcery.com>
7186         * MAINTAINERS (Write After Approval): Change my email address.
7188 2007-08-13  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
7189             Ben Elliston  <bje@au.ibm.com>
7191         * configure.ac (TOPLEVEL_CONFIGURE_ARGUMENTS, baseargs): Pass
7192         --silent if $silent.
7193         * configure: Regenerate.
7195 2003-08-12  Zdenek Dvorak  <ook@ucw.cz>
7197         * MAINTAINERS (Various Maintainers): Add myself as
7198         loop infrastructure maintainer.  Update my e-mail
7199         address.
7201 2007-07-31  Diego Novillo  <dnovillo@google.com>
7203         * MAINTAINERS (Reviewers): Rename from Non-Autopoiesis.
7204         Adjust description.
7206 2007-07-26  Richard Guenther  <rguenther@suse.de>
7208         * configure.ac: Add types checking to stage1 checking flags.
7209         * configure: Regenerate.
7211 2007-07-17  Nick Clifton  <nickc@redhat.com>
7213         * COPYING3: New file.  Contains version 3 of the GNU General
7214         Public License.
7215         * COPYING3.LIB: New file.  Contains version 3 of the GNU
7216         Lesser General Public License.
7218 2007-07-16  Andreas Krebbel  <krebbel1@de.ibm.com>
7220         * MAINTAINERS (S/390 port maintainer): Remove my co-maintainer tag.
7222 2007-07-16  Andreas Krebbel  <krebbel1@de.ibm.com>
7224         * MAINTAINERS (S/390 co-maintainer): Add myself.
7225         (Write After Approval): Remove myself.
7227 2007-07-13  Dan Hipschman  <dsh@google.com>
7229         * MAINTAINERS (Write After Approval): Add myself.
7231 2007-07-11  Nick Clifton  <nickc@redhat.com>
7233         * Makefile.tpl (BUILD_EXPORTS): Escape the newline at the end of the
7234         WINDRES export.
7235         * Makefile.in: Regenerate.
7237 2007-07-05  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
7239         * MAINTAINERS (OS Port Maintainers): Add myself as IRIX, Tru64 UNIX
7240         maintainer.
7242 2007-07-05  H.J. Lu  <hongjiu.lu@intel.com>
7244         * lt~obsolete.m4: New. Import from 20070318 libtool.
7246 2007-07-03  Julian Brown  <julian@codesourcery.com>
7248         * MAINTAINERS (Write After Approval): Add myself.
7250 2007-07-03  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
7252         * configure.ac: Rewrite 'configure --help' strings to look nicer.
7253         * configure: Regenerate.
7255 2007-07-03  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
7257         * configure.ac: Add some missing m4 quotation.
7258         * configure: Regenerate.
7260 2007-07-02  Simon Baldwin  <simonb@google.com>
7262         * MAINTAINERS (Write After Approval): Add myself.
7264 2007-07-02  Paolo Bonzini  <bonzini@gnu.org>
7266         * configure: Regenerate.
7268 2007-07-02  Kai Tietz   <kai.tietz@onevision.com>
7270         * Makefile.def: Add windmc tool to build.
7271         * Makefile.tpl: Likewise.
7272         * configure.ac: Likewise.
7273         * Makefile.in: Regenerate.
7274         * configure: Regenerate.
7276 2007-06-28  DJ Delorie  <dj@redhat.com>
7278         * configure.ac (arm*-*-linux-gnueabi): Don't build libgloss if we're
7279         not building newlib.
7280         * configure: Regenerated.
7282 2007-06-28  Jan Sjodin  <jan.sjodin@amd.com>
7284         * MAINTAINERS (Write After Approval): Add myself.
7286 2007-06-25  Martin Michlmayr  <tbm@cyrius.com>
7288         * MAINTAINERS (Write After Approval): Add myself.
7290 2007-06-19  Chris Matthews  <chrismatthews@google.com>
7292         * MAINTAINERS (Write After Approval): Add myself.
7294 2007-06-19  Rask Ingemann Lambertsen  <rask@sygehus.dk>
7296         * MAINTAINERS (Write After Approval): Add myself.
7298 2007-06-18  Daniel Jacobowitz  <dan@codesourcery.com>
7300         * Makefile.def: Add dependency from configure-gdb to all-bfd.
7301         * Makefile.in: Regenerated.
7303 2007-06-14  Bernd Schmidt  <bernd.schmidt@analog.com>
7305         * configure.ac: Don't add target-libmudflap to noconfigdirs for
7306         bfin*-*-uclinux* targets.
7307         * configure: Regenerate.
7309 2007-06-14  Ian Lance Taylor  <iant@google.com>
7311         * MAINTAINERS: Add myself as non-algorithmic global write
7312         maintainer.
7314 2007-06-14  Diego Novillo  <dnovillo@google.com>
7316         * MAINTAINERS: Add self as middle-end maintainer and
7317         non-algorithmic global write maintainer.
7319 2007-06-14  Francois-Xavier Coudert  <fxcoudert@gcc.gnu.org>
7321         * MAINTAINERS: Change spelling from "fortran 95" to "Fortran".
7322         Move all Fortran maintainers except Paul Brook into the
7323         Non-Autopoiesis section.
7325 2007-06-14  Paolo Bonzini  <bonzini@gnu.org>
7327         * Makefile.tpl (cleanstrap): Don't delete the toplevel Makefile.
7328         (distclean-stage[+id+]): Possibly delete stage_last.
7329         * Makefile.in: Regenerate.
7331 2007-06-12  Seongbae Park  <seongbae.park@gmail.com>
7333         * MAINTAINERS (Various Maintainer): Fix typo.
7335 2007-06-11  Paolo Bonzini  <bonzini@gnu.org>
7337         * MAINTAINERS (Various Maintainer): Add myself as
7338         dataflow maintainer.
7340 2007-06-07  Ben Elliston  <bje@au.ibm.com>
7342         * config.sub, config.guess: Update from upstream sources.
7344 2007-06-07  Ben Elliston  <bje@au.ibm.com>
7346         * Makefile.tpl: Fix spelling error.
7347         * Makefile.in: Regenerate.
7349 2007-06-01  Steve Ellcey  <sje@cup.hp.com>
7351         * libtool.m4 (LT_CMD_MAX_LEN): Try using getconf to set
7352         lt_cv_sys_max_cmd_len.
7354 2007-05-31  Dorit Nuzman   <dorit@il.ibm.com>
7356         * MAINTAINERS (Various Maintainers): Add myself as
7357         auto-vectorizer maintainer.
7359 2003-05-31  Paolo Bonzini  <bonzini@gnu.org>
7361         PR libjava/32098
7362         * libtool.m4: Revert previous change.
7363         * ltgcc.m4: Put it here.
7365 2003-05-30  Zdenek Dvorak  <dvorakz@suse.cz>
7367         * MAINTAINERS (Various Maintainers): Add myself as
7368         auto-vectorizer maintainer.
7370 2007-05-30  H.J. Lu  <hongjiu.lu@intel.com>
7372         PR libjava/32098
7373         * libtool.m4 (_LT_LANG_GCJ_CONFIG): Use gcc to test gcj features.
7375 2007-05-30  Richard Guenther  <rguenther@suse.de>
7377         * MAINTAINERS (Various Maintainers): Add myself as
7378         auto-vectorizer maintainer.
7380 2007-05-30  Jakub Jelinek  <jakub@redhat.com>
7382         PR bootstrap/29382
7383         * configure.ac: Don't use -fkeep-inline-functions for GCC < 3.3.1.
7384         * configure: Rebuilt.
7386 2007-05-28  Roberto Costa  <robsettantasei@gmail.com>
7388         * MAINTAINERS (Write After Approval): Removed my name.
7390 2007-05-25  Steven Bosscher  <steven@gcc.gnu.org>
7392         * MAINTAINERS (Write After Approval): Remove myself.
7394 2007-05-25  Andreas Tobler  <a.tobler@schweiz.org>
7396         * ltmain.sh: Fix Darwin verstring, remove ${wl}.
7398 2007-05-23  Steve Ellcey  <sje@cup.hp.com>
7400         * ltmain.sh: Update from ToT Libtool.
7401         * libtool.m4: Update from ToT Libtool.
7402         * ltsugar.m4: New. Update from ToT Libtool.
7403         * ltversion.m4: New. Update from ToT Libtool.
7404         * ltoptions.m4: New. Update from ToT Libtool.
7405         * ltconfig: Remove.
7406         * ltcf-c.sh: Remove.
7407         * ltcf-cxx.sh: Remove.
7408         * ltcf-gcj.sh: Remove.
7410 2007-05-22  Ollie Wild  <aaw@google.com>
7412         * MAINTAINERS (Write After Approval): Add myself.
7414 2007-05-16  Paolo Bonzini  <bonzini@gnu.org>
7416         * Makefile.def (bootstrap_stage): Replace stage_make_flags with
7417         stage_cflags.
7418         * Makefile.tpl (POSTSTAGE1_HOST_EXPORTS, POSTSTAGE1_FLAGS_TO_PASS):
7419         Remove CFLAGS/LIBCFLAGS.
7420         (configure-stage[+id+]-[+prefix+][+module+],
7421         all-stage[+id+]-[+prefix+][+module+]): Pass it from [+stage_cflags+].
7422         * Makefile.in: Regenerate.
7424 2007-05-15  Diego Novillo  <dnovillo@google.com>
7426         * MAINTAINERS: Update e-mail address.
7428 2007-05-15  Revital Eres  <eres@il.ibm.com>
7430         * MAINTAINERS (Write After Approval): Add myself.
7432 2007-05-14  Roberto Costa  <robsettantasei@gmail.com>
7434         * MAINTAINERS (Write After Approval): Updated my address.
7436 2007-05-14  Thomas Neumann  <tneumann@users.sourceforge.net>
7438         * MAINTAINERS (Write After Approval): Add myself.
7440 2007-05-11  Silvius Rus  <rus@google.com>
7442         * MAINTAINERS (Write After Approval): Add myself.
7444 2007-04-23  Tom Tromey  <tromey@redhat.com>
7446         * MAINTAINERS: Added myself as non-algorithmic libcpp maintainer.
7448 2007-04-22  Mark Mitchell  <mark@codesourcery.com>
7450         * MAINTAINERS (cpplib): Rename to ...
7451         (libcpp): ... this.  Add C/C++ front end maintainers.
7453 2007-04-14  Steve Ellcey  <sje@cup.hp.com>
7455         * config-ml.in: Pass ${ml_config_env} to configure calls.
7457 2007-04-04  Christian Bruel  <christian.bruel@st.com>
7459         * MAINTAINERS (Write After Approval): Add myself.
7461 2007-04-02  Dave Korn  <dave.korn@artimi.com>
7463         * MAINTAINERS (Write After Approval): Add myself.
7465 2007-03-31  Tobias Burnus  <burnus@net-b.de>
7467         * MAINTAINERS (fortran 95 front end): Add myself.
7469 2007-03-28  Dwarakanath Rajagopal  <dwarak.rajagopal@amd.com>
7471         * MAINTAINERS (Write After Approval): Add myself.
7473 2007-03-24  Ayal Zaks  <zaks@il.ibm.com>
7475         * MAINTAINERS (Modulo Scheduler): Add myself.
7477 2007-03-23  Brooks Moses  <brooks.moses@codesourcery.com>
7479         * MAINTAINERS (fortran 95 front end): Add myself.
7480         (c++ front end): whitespace fix.
7482 2007-03-22  Nathan Froyd  <froydnj@codesourcery.com>
7484         * MAINTAINERS (Write After Approval): Add myself.
7486 2007-03-21  Richard Sandiford  <richard@codesourcery.com>
7488         * configure.ac (TOPLEVEL_CONFIGURE_ARGUMENTS): Fix m4 quoting
7489         of glob.  Quote arguments with single quotes too.
7490         * configure: Regenerate.
7492 2007-03-12  Brooks Moses  <brooks.moses@codesourcery.com>
7494         * Makefile.def (fixincludes): Remove unneeded "missing" lines.
7495         * Makefile.in: Regenerate
7497 2007-03-07  Andreas Schwab  <schwab@suse.de>
7499         * configure: Regenerate.
7501 2007-03-01  Brooks Moses  <brooks.moses@codesourcery.com>
7503         * configure.ac: Add "--with-pdfdir" configure option,
7504         which defines pdfdir variable.
7505         * Makefile.def (target=fixincludes): Add install-pdf to
7506         missing targets.
7507         (recursive_targets): Add install-pdf target.
7508         (flags_to_pass): Add pdfdir.
7509         * Makefile.tpl: Add pdfdir handling, add do-install-pdf
7510         target.
7511         * configure: Regenerate
7512         * Makefile.in: Regenerate
7514 2007-02-28  Eric Christopher  <echristo@apple.com>
7516         Revert:
7517         2006-12-07  Mike Stump  <mrs@apple.com>
7519         * Makefile.def (dependencies): Add dependency for
7520         install-target-libssp and install-target-libgomp on
7521         install-gcc.
7522         * Makefile.in: Regenerate.
7524 2007-02-27  Matt Kraai  <kraai@ftbfs.org>
7526         * configure: Regenerate.
7527         * configure.ac: Move statements after variable declarations.
7529 2007-02-19  Kaz Kojima  <kkojima@gcc.gnu.org>
7531         * MAINTAINERS: Add myself as sh maintainer.
7533 2007-02-19  Joseph Myers  <joseph@codesourcery.com>
7535         * configure.ac: Adjust for loop syntax.
7536         * configure: Regenerate.
7538 2007-02-18  Alexandre Oliva  <aoliva@redhat.com>
7540         * configure: Rebuilt.
7542 2007-02-18  Alexandre Oliva  <aoliva@redhat.com>
7544         * configure.ac: Drop multiple occurrences of --enable-languages,
7545         and fix its quoting.
7546         * configure: Rebuilt.
7548 2007-02-17  Mark Mitchell  <mark@codesourcery.com>
7549             Nathan Sidwell  <nathan@codesourcery.com>
7550             Vladimir Prus  <vladimir@codesourcery.com>
7551             Joseph Myers  <joseph@codesourcery.com>
7553         * configure.ac (TOPLEVEL_CONFIGURE_ARGUMENTS): Fix quoting.
7554         * configure: Regenerate.
7556 2007-02-14  Gerald Pfeifer  <gerald@pfeifer.com>
7558         * ltconfig (freebsd*): Default to elf.
7560 2007-02-13  Daniel Jacobowitz  <dan@codesourcery.com>
7562         * configure.ac (target_libraries): Move libgcc before libiberty.
7563         * configure: Regenerated.
7565 2007-02-13  Daniel Jacobowitz  <dan@codesourcery.com>
7566             Paolo Bonzini  <bonzini@gnu.org>
7568         PR bootstrap/30753
7569         * configure.ac: Remove obsolete build / host tests.  Use AC_PROG_CC
7570         unconditionally.  Use AC_PROG_CXX.  Use ACX_TOOL_DIRS to find $prefix.
7571         * configure: Regenerated.
7573 2007-02-11  Francois-Xavier Coudert  <fxcoudert@gcc.gnu.org>
7575         * MAINTAINERS (Language Front End Maintainers): Update my mail
7576         address.
7578 2007-02-09  Daniel Jacobowitz  <dan@codesourcery.com>
7580         PR bootstrap/30748
7581         * configure.ac: Correct syntax for Solaris ksh.
7582         * configure: Regenerated.
7584 2007-02-09  Paolo Bonzini  <bonzini@gnu.org>
7586         * configure.ac: Sync with src.
7587         * configure: Regenerate.
7589 2007-02-09  Paolo Bonzini  <bonzini@gnu.org>
7591         * Makefile.in: Regenerate.
7593 2007-02-09  Paolo Bonzini  <bonzini@gnu.org>
7595         * config.sub: Sync with src.
7597 2007-02-09  Daniel Jacobowitz  <dan@codesourcery.com>
7599         * Makefile.tpl (build_alias, host_alias, target_alias): Use
7600         noncanonical equivalents.
7601         * configure.in: Rename to...
7602         * configure.ac: ...this.  Update AC_PREREQ.  Prevent error for
7603         AS_FOR_TARGET.  Set build_noncanonical, host_noncanonical, and
7604         target_noncanonical.  Use them.  Rewrite removal of configure
7605         arguments for autoconf 2.59.  Discard variable settings.  Force
7606         program_transform_name for native tools.
7608         * Makefile.in: Regenerated.
7609         * configure: Regenerated with autoconf 2.59.
7611 2007-02-07  Roman Zippel  <zippel@linux-m68k.org>
7613         * MAINTAINERS (Write After Approval): Add myself.
7615 2007-01-31  Andreas Schwab  <schwab@suse.de>
7617         * Makefile.tpl (LDFLAGS): Substitute it.
7618         * Makefile.in: Regenerate.
7620 2007-01-30  Andrey Belevantsev  <abel@ispras.ru>
7622         * MAINTAINERS (Write After Approval): Add myself.
7624 2007-01-28  David Edelsohn  <edelsohn@gnu.org>
7626         * MAINTAINERS (spu port): Add myself.
7628 2007-01-23  Richard Guenther  <rguenther@suse.de>
7630         PR bootstrap/30541
7631         * Makefile.def (flags_to_pass): Add GNATBIND and GNATMAKE.
7632         * Makefile.tpl (GNATBIND): Substitute it.
7633         (GNATMAKE): Likewise.
7634         (POSTSTAGE1_FLAGS_TO_PASS): Pass staged GNATBIND instead
7635         of STAGE_PREFIX.
7636         * Makefile.in: Regenerate.
7637         * configure: Regenerate.
7639 2007-01-18  Mike Stump  <mrs@apple.com>
7641         * configure.in: Re-enable -Werror for gcc builds.
7643 2007-01-11  Harsha Jagasia  <harsha.jagasia@amd.com>
7645         * MAINTAINERS (Write After Approval): Add myself.
7647 2007-01-11  Paolo Bonzini  <bonzini@gnu.org>
7649         * configure.in: Change == to = in test command.
7650         * configure: Regenerate.
7652 2007-01-11  Paolo Bonzini  <bonzini@gnu.org>
7653             Nick Clifton  <nickc@redhat.com>
7654             Kaveh R. Ghazi  <ghazi@caip.rutgets.edu>
7656         * configure.in (build_configargs, host_configargs, target_configargs):
7657         Remove build/host/target parameters.
7658         (host_libs): Add gmp and mpfr.
7659         (GMP tests): Reorganize to allow in-tree GMP/MPFR.
7660         * Makefile.def (gmp, mpfr): New.
7661         (gcc): Remove target.
7662         * Makefile.tpl (build_os, build_vendor, host_os, host_vendor,
7663         target_os, target_vendor): New.
7664         (configure): Add host_alias/target_alias arguments; adjust invocations.
7665         * configure: Regenerate.
7666         * Makefile.in: Regenerate.
7668 2007-01-11  Matt Fago  <fago@earthlink.net>
7670         * configure.in: Try to link to functions only in mpfr 2.2.x
7671         to improve robustness of configure tests.
7672         * configure: Regenerate.
7674 2007-01-09  Uros Bizjak  <ubizjak@gmail.com>
7676         * MAINTAINERS: Add myself as i386 maintainer.
7678 2007-01-08  Jan Hubicka  <jh@suse.cz>
7680         * MAINTAINERS: Add myself as i386 maintainer.
7682 2007-01-08  Kai Tietz   <kai.tietz@onevision.com>
7684         * configure.in: Add support for an x86_64-mingw* target.
7685         * configure: Regenerate.
7687 2007-01-05  Daniel Jacobowitz  <dan@codesourcery.com>
7689         * Makefile.tpl (all-target): Correct @if conditional for target
7690         modules.
7691         * configure.in: Omit libiberty if building only target libgcc.
7692         * configure, Makefile.in: Regenerated.
7694 2007-01-04  Paolo Bonzini  <bonzini@gnu.org>
7696         * configure.in: Use DEV-PHASE to detect default for --enable-werror.
7697         * configure: Regenerate.
7699 2007-01-03  Daniel Jacobowitz  <dan@codesourcery.com>
7701         * Makefile.def (target_modules): Add libgcc.
7702         (lang_env_dependencies): Remove default items.  Use no_c and no_gcc.
7703         * Makefile.tpl (clean-target-libgcc): Delete.
7704         (configure-target-[+module+]): Emit --disable-bootstrap dependencies
7705         on gcc even for bootstrapped modules.  Rewrite handling of
7706         lang_env_dependencies to loop over target_modules.
7707         * configure.in (target_libraries): Add target-libgcc.
7708         * Makefile.in, configure: Regenerated.
7710 2006-12-29  Paolo Bonzini  <bonzini@gnu.org>
7712         * configure.in: Reorganize recognition of languages.  Add
7713         --enable-stage1-languages.  Show supported languages for the chosen
7714         target rather than all recognized languages.
7715         * configure: Regenerate.
7717 2006-12-29  Paolo Bonzini  <bonzini@gnu.org>
7719         * Makefile.tpl (GCC_STRAP_TARGETS, all-prebootstrap): Remove.
7720         * Makefile.in: Regenerate.
7722 2006-12-29  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
7724         * configure.in: Warn that MPFR 2.2.0 is buggy.
7725         * configure: Regenerate.
7727 2006-12-27  Ian Lance Taylor  <iant@google.com>
7729         * configure.in: When removing Makefiles to force a reconfigure, also
7730         remove prev-DIR*/Makefile.
7731         * configure: Regenerate.
7733 2006-12-22  Andreas Schwab  <schwab@suse.de>
7735         * configure: Regenerate with correct autoconf version.
7737 2006-12-20  Adam Megacz  <megacz@cs.berkeley.edu>
7739         * configure.in: add AC_SUBST for *_FOR_TARGET.
7740         * configure: Regenerate.
7742 2006-12-19  Paolo Bonzini  <bonzini@gnu.org>
7744         * configure.in: Simplify logic for rejecting languages that cannot
7745         be built.  Separate the case when a language is unsupported,
7746         from the case when the user chooses not to build a language.
7748 2006-12-19  Paolo Bonzini  <bonzini@gnu.org>
7750         * configure.in: Remove "$build" case for powerpc-*-darwin* since
7751         it only affects bootstrap and could be tested on "$host" as well.
7752         * configure: Regenerate.
7753         * config/mh-ppc-darwin: Add to the stage1 cflags here.
7755 2006-12-19  Paolo Bonzini  <bonzini@gnu.org>
7757         PR bootstrap/29544
7758         * Makefile.def (flags_to_pass): Add STAGE1_CHECKING.
7759         (bootstrap_stage): Add STAGE1_CHECKING to stage1 configure flags,
7760         move here comment from Makefile.tpl.
7761         * Makefile.tpl: Move some definitions higher in the file.
7762         (STAGE1_CHECKING): New.
7763         * configure.in: Add --enable-stage1-checking.
7764         * configure: Regenerate.
7765         * Makefile.in: Regenerate.
7767 2006-12-19  Paolo Bonzini  <bonzini@gnu.org>
7769         * MAINTAINERS: Add myself as build system maintainer.
7771 2006-12-15  Simon Martin  <simartin@users.sourceforge.net>
7773         * MAINTAINERS (Write After Approval): Add myself.
7775 2006-12-13  Eric Christopher  <echristo@apple.com>
7777         * MAINTAINERS: Add myself as darwin maintainer.
7779 2006-12-11  Ian Lance Taylor  <ian@airs.com>
7781         * MAINTAINERS: Add myself as libgcc and fp-bit maintainer.
7783 2006-12-11  Joern Rennecke  <joern.rennecke@arc.com>
7785         MAINTAINERS: Update my entry.
7787 2006-12-11  Alan Modra  <amodra@bigpond.net.au>
7789         * configure.in:  Handle spu makefile frag.
7790         * Makefile.tpl (MAINT): Define
7791         (MAINTAINER_MODE_FALSE, MAINTAINER_MODE_TRUE): Define.
7792         * configure: Regenerate.
7793         * Makefile.in: Regenerate.
7795 2006-12-11  Ben Elliston  <bje@au.ibm.com>
7797         * config.guess: Import latest version.
7798         * config.sub: Likewise.
7800 2006-12-11  Ben Elliston  <bje@au.ibm.com>
7802         * configure.in (spu-*-*): Don't skip target-libiberty.
7803         * configure: Regenerate.
7805 2006-12-10  Andreas Tobler  <a.tobler@schweiz.org>
7807         PR bootstrap/30134
7808         * configure.in: Correct x86 darwin support for libjava to powerpc
7809         and i?86 only.
7810         * configure: Regenerate.
7812 2006-12-08  Sandro Tolaini  <tolaini@libero.it>
7814         * configure.in: Add x86 darwin support for libjava.
7815         * configure: Regenerate.
7817 2006-12-07  Mike Stump  <mrs@apple.com>
7819         * Makefile.def (dependencies): Add dependency for
7820         install-target-libssp and install-target-libgomp on
7821         install-gcc.
7822         * Makefile.in: Regenerate.
7824 2006-12-04  Richard Guenther  <rguenther@suse.de>
7826         * MAINTAINERS (Non-Algorithmic Maintainers): New section.
7827         (Non-Algorithmic Maintainers): Move over non-algorithmic
7828         loop optimizer maintainers, add myself as a non-algorithmic
7829         middle-end maintainer.
7831 2006-12-04  Daniel Franke  <franke.daniel@gmail.com>
7833         * MAINTAINERS (Write After Approval): Add myself.
7835 2006-12-03  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
7837         * configure.in: Update error message for missing GMP/MPFR.
7839         * configure: Regenerate.
7841 2006-12-02  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
7843         * configure.in: Update MPFR version in error message.
7845         * configure: Regenerate.
7847 2006-11-26  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
7849         * configure.in (--with-mpfr-dir, --with-gmp-dir): Remove flags.
7850         (--with-mpfr-include, --with-mpfr-lib, --with-gmp-include,
7851         --with-gmp-lib): New flags.
7853         * configure: Regenerate.
7855 2006-11-25  Brooks Moses  <brooks.moses@codesourcery.com>
7857         * MAINTAINERS (Write After Approval): Change my email address.
7859 2006-11-23  Manuel Lopez-Ibanez  <manu@gcc.gnu.org>
7861         * MAINTAINERS (Write After Approval): Add myself.
7863 2006-11-22  Philipp Thomas  <pth@suse.de>
7865         * MAINTAINERS (i18n): Update e-mail address.
7867 2006-11-21  Trevor Smigiel  <trevor_smigiel@playstation.sony.com>
7869         * MAINTAINERS (spu port): Add myself as maintainer.
7870         (Write After Approval): Remove myself.
7872 2006-11-22  Ben Elliston  <bje@au.ibm.com>
7874         * configure.in (skipdirs): Don't build libssp for SPU.
7875         * configure: Regenerate.
7877 2006-11-21  Andrew Pinski  <andrew_pinski@playstation.sony.com>
7879         * MAINTAINERS (spu port): Add myself as maintainer.
7880         (libobjc): Update my email address.
7882 2006-11-21  Andrea Bona  <andrea.bona@st.com>
7884         * MAINTAINERS (Write After Approval): Add myself.
7886 2006-11-20  Trevor Smigiel  <trevor_smigiel@playstation.sony.com>
7888         * configure.in (skipdirs) : Don't build target-libiberty for SPU.
7889         * configure : Rebuilt.
7891 2006-11-20  Trevor Smigiel  <trevor_smigiel@playstation.sony.com>
7893         * MAINTAINERS (Write After Approval): Add myself.
7895 2006-11-20  Andrea Ornstein  <andrea.ornstein@st.com>
7897         * MAINTAINERS (Write After Approval): Add myself.
7899 2006-11-18  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
7901         * configure.in (--with-mpfr-dir): Also look in .libs and _libs for
7902         libmpfr.a.
7903         * configure: Regenerate.
7905 2006-11-16  Paolo Bonzini  <bonzini@gnu.org>
7907         * Makefile.tpl (clean-target-libgcc): Test for gcc Makefile presence.
7908         (unstage): Test for stage_last presence.
7910         PR bootstrap/29802
7911         * Makefile.tpl (POSTSTAGE1_FLAGS_TO_PASS): Add HOST_SUBDIR in
7912         STAGE_PREFIX.
7913         * Makefile.in: Regenerate.
7915 2003-11-16  Zdenek Dvorak  <dvorakz@suse.cz>
7917         * MAINTAINERS: Add myself and Daniel Berlin as loop optimizer
7918         maintainers.
7920 2006-11-14  Erven Rohou  <erven.rohou@st.com>
7922         * MAINTAINERS (Write After Approval): Add myself.
7924 2006-11-14  Paolo Bonzini  <bonzini@gnu.org>
7926         * Makefile.tpl (clean-stage*): Test separately for package/Makefile
7927         and stageN-package/Makefile.
7928         * Makefile.in: Regenerated.
7930 2006-11-14  Jie Zhang  <jie.zhang@analog.com>
7932         * configure.in: Remove target-libgloss from noconfigdirs for
7933         bfin-*-*.
7934         * configure: Regenerated.
7936 2006-11-11  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
7938         * configure.in (have_gmp): Only error if the gcc directory exists.
7940         * configure: Regenerate.
7942 2006-11-07  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
7944         * configure.in: Robustify error message for missing GMP/MPFR.
7946         * configure: Regenerate.
7948 2006-10-31  Stephen M. Webb  <stephen.webb@bregmasoft.com>
7950         * MAINTAINERS (Write After Approval): Add myself.
7952 2006-10-30  Uros Bizjak  <ubizjak@gmail.com>
7954         * MAINTAINERS: Change email address.
7956 2006-10-30  Vladimir Prus  <vladimir@codesourcery.com>
7958         * MAINTAINERS (Write After Approval): Add myself.
7960 2006-10-26  Peter Bergner  <bergner@vnet.ibm.com>
7962         * MAINTAINERS (Write After Approval): Add myself.
7964 2006-10-25  Chen Liqin  <liqin@sunnorth.com.cn>
7966         * MAINTAINERS (Write After Approval): Move myself to
7967         Write After Approval section.
7969 2006-10-21  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
7971         * configure.in: Require GMP-4.1+ and MPFR-2.2+.  Don't check
7972         need_gmp anymore.
7973         * configure: Regenerate.
7975 2006-10-16  Tobias Burnus  <burnus@net-b.de>
7977         * MAINTAINERS (Write After Approval): Add myself.
7979 2006-10-16  Ben Elliston  <bje@au.ibm.com>
7981         * config.guess: Import latest version.
7982         * config.sub: Likewise.
7984 2006-10-10  Brooks Moses  <bmoses@stanford.edu>
7986         * Makefile.def: Added pdf target handling.
7987         * Makefile.tpl: Added pdf target handling.
7988         * Makefile.in: Regenerated.
7990 2006-10-10  Chen Liqin  <liqin@sunnorth.com.cn>
7992         * MAINTAINERS: Add self as score port maintainer.
7994 2006-10-04  Brooks Moses  <bmoses@stanford.edu>
7996         * MAINTAINERS (Write After Approval): Add myself.
7998 2006-09-27  Steven G. Kargl  <kargl@gcc.gnu.org>
8000         * configure.in: Check for GMP 4.1 or newer.  Check for MPFR 2.2.0
8001         or newer.
8002         * configure: Regenerated.
8004 2006-09-27  Dave Brolley  <brolley@redhat.com>
8006         * configure.in (RUNTEST): Look for 'runtest' in the source tree by
8007         using $s instead of $r.
8008         * configure: Regenerated.
8010 2006-09-26  Thiemo Seufer  <ths@mips.com>
8012         * configure.in: Remove redundant handling of mips*-dec-bsd*. Likewise
8013         for mipstx39-*-*. Disable libgloss for mips64*-*-linux*.
8014         * configure: Regenerate.
8016 2006-09-24  Graeme Peterson  <gridly@gmail.com>
8018         * MAINTAINERS (Write After Approval): Remove myself.
8020 2006-09-22  Chao-ying Fu  <fu@mips.com>
8022         * MAINTAINERS (Write After Approval): Add myself.
8024 2006-09-10  Joseph S. Myers  <joseph@codesourcery.com>
8026         * MAINTAINERS: Add self as soft-fp maintainer.
8028 2006-09-09  Anatoly Sokolov  <aesok@post.ru>
8030         * MAINTAINERS: Add myself as avr maintainer.
8031         Remove Marek Michalkiewicz as avr maintainer.
8033 2006-09-07  Roberto Costa  <roberto.costa@st.com>
8035         * MAINTAINERS (Write After Approval): Add myself.
8037 2006-08-30  Corinna Vinschen  <corinna@vinschen.de>
8039         * configure.in: Never build newlib for a Mingw host.
8040         Never build newlib as Mingw target library.
8041         Test the existence of winsup/cygwin for building a Cygwin newlib,
8042         rather than just winsup.
8043         Add winsup/mingw and winsup/w32api paths to FLAGS_FOR_TARGET if
8044         building a Mingw target.
8045         * configure: Regenerate.
8047 2006-08-08  Eric Botcazou  <ebotcazou@libertysurf.fr>
8049         * MAINTAINERS (Various Maintainers): Add self as RTL opt. maintainer.
8051 2006-07-25  Paolo Bonzini  <bonzini@gnu.org>
8053         * config.guess: Import from src (was more updated).
8054         * config.sub: Likewise.
8056 2006-07-22  Daniel Jacobowitz  <dan@codesourcery.com>
8058         * configure.in: Allow mingw32 and cygwin targets to build cross-gdb.
8059         * configure: Regenerated.
8061 2006-07-18  Paolo Bonzini  <bonzini@gnu.org>
8063         * Makefile.tpl (configure-stageN-MODULE): Pass --with-build-libsubdir
8064         for stages after the first.
8066 2006-07-17  Jakub Jelinek  <jakub@redhat.com>
8068         * Makefile.def: Add dependencies for configure-opcodes
8069         on configure-intl and all-opcodes on all-intl.
8070         * Makefile.in: Regenerated.
8072 2006-07-13  Ben Elliston  <bje@au.ibm.com>
8074         * MAINTAINERS (Various Maintainers): Add myself as dfp maintainer.
8076 2006-07-06  Paul Eggert  <eggert@cs.ucla.edu>
8078         Port to hosts whose 'sort' and 'tail' implementations
8079         treat operands with leading '+' as file names, as POSIX
8080         has required since 2001.  However, make sure the code still
8081         works on pre-POSIX hosts.
8082         * ltmain.sh: Don't assume "sort +2" is equivalent to
8083         "sort -k 3", since POSIX 1003.1-2001 no longer requires this.
8085 2006-07-05  Ulrich Weigand  <uweigand@de.ibm.com>
8087         * MAINTAINERS (Various Maintainers): Add myself as reload maintainer.
8089 2006-07-04  Peter O'Gorman  <peter@pogma.com>
8091         * ltconfig: chmod 644 before ranlib during install.
8093 2006-07-04  Eric Botcazou  <ebotcazou@libertysurf.fr>
8095         PR bootstrap/18058
8096         * configure.in: Add -fkeep-inline-functions to CFLAGS for stage 1
8097         if the bootstrap compiler is a GCC version that supports it.
8098         * configure: Regenerate.
8100 2006-07-03  Paolo Bonzini  <bonzini@gnu.org>
8102         * configure.in: Fix thinkos in previous check-in.
8103         * configure: Regenerate.
8105 2006-07-03  Paolo Bonzini  <bonzini@gnu.org>
8107         PR other/27063
8108         * configure.in: Test subdir_requires and give an appropriate
8109         error message.
8110         * configure: Regenerate.
8112 2006-07-01  Andrew John Hughes  <gnu_andrew@member.fsf.org>
8114         * MAINTAINERS (Write After Approval): Add myself.
8116 2006-06-22  John David Anglin  <dave.anglin@nrc.ca>
8118         * MAINTAINERS (OS Port Maintainers): Add myself as hpux maintainer.
8120 2006-06-22  Steve Ellcey  <sje@cup.hp.com>
8122         * MAINTAINERS (OS Port Maintainers): Add myself as hpux maintainer.
8124 2006-06-20  David Ayers  <d.ayers@inode.at>
8126         PR bootstrap/28072
8127         * configure.in: Add target-boehm-gc to noconfigdirs depending on
8128         whether target-libjava is being configured instead of whether the
8129         java front end is enabled.
8130         * configure: Regenerate.
8132 2006-06-16  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
8134         PR target/27540
8135         * configure.in: Only enable libgomp on IRIX 6.
8136         * configure: Regenerate.
8138 2006-06-15  Paolo Bonzini  <bonzini@gnu.org>
8140         * Makefile.tpl (POSTSTAGE1_HOST_EXPORTS): Export CFLAGS and LDFLAGS
8141         too.
8142         * Makefile.in: Regenerate.
8144 2006-06-13  Jeff Johnston  <jjohnstn@redhat.com>
8146         * config-ml.in: Alter CCASFLAGS to include special
8147         multilib options the same as is done for CFLAGS.
8149 2006-06-12  John David Anglin  <dave.anglin@nrc-cnrc.gc.ca>
8151         * configure.in: Don't enable libgomp on hpux10.
8152         * configure: Rebuilt.
8154 2006-06-12  David Ayers  <d.ayers@inode.at>
8156         PR bootstrap/27963
8157         PR target/19970
8158         * configure.in: Remove target-boehm-gc from noconfigdirs where
8159         ${libgcj} is specified.
8160         * configure: Regenerate.
8162 2006-06-06  Carlos O'Donell  <carlos@codesourcery.com>
8164         Sync from src:
8166         * configure.in: Sync.
8167         * configure: Regenerated.
8169         2006-05-31  Daniel Jacobowitz  <dan@codesourcery.com>
8171         * Makefile.def: Added dependencies from sim and gdb on intl, and
8172         added configure dependencies to everything with an all dependency
8173         on intl.
8174         * Makefile.in: Regenerated.
8176 2006-06-06  David Ayers  <d.ayers@inode.at>
8178         PR libobjc/13946
8179         * Makefile.def: Add dependencies for libobjc which boehm-gc.
8180         * Makefile.in: Regenerate.
8181         * configure.in: Add --enable-objc-gc at toplevel and have it
8182         enable boehm-gc for Objective-C.
8183         Remove target-boehm-gc from libgcj.
8184         Add target-boehm-gc to target_libraries.
8185         Add target-boehm-gc to noconfigdirs where ${libgcj}
8186         is specified.
8187         Assert that boehm-gc is supported when requested for Objective-C.
8188         Only build boehm-gc if needed either for Java or Objective-C.
8189         * configure: Regenerate.
8191 2006-06-05  Paolo Bonzini  <bonzini@gnu.org>
8193         PR 27674
8194         * Makefile.tpl (configure-[+prefix+][+module+],
8195         all-[+prefix+][+module+]): Depend on stage_current if bootstrapping.
8196         Remove rule to unstage bootstrapped modules.
8197         (stage_current): New.
8198         * Makefile.in: Regenerate.
8200 2006-06-03  Laurynas Biveinis  <laurynas.biveinis@gmail.com>
8202         * MAINTAINERS (Write After Approval): Update my e-mail address.
8204 2006-06-01  Mark Shinwell  <shinwell@codesourcery.com>
8206         * include/libiberty.h: Declare pex_run_in_environment.
8208 2006-05-31  Asher Langton  <langton2@llnl.gov>
8210         * MAINTAINERS (Write After Approval): Add myself.
8212 2006-05-25  Paolo Bonzini  <bonzini@gnu.org>
8214         * Makefile.def (bfd, opcodes): Fix lib_path.
8215         * Makefile.tpl (POSTSTAGE1_FLAGS_TO_PASS): Replace ADAC with ADAFLAGS.
8216         (restrap): Move under "@if gcc-bootstrap".  Fix typo.
8217         * Makefile.in: Regenerate.
8219 2006-05-24  Carlos O'Donell  <carlos@codesourcery.com>
8221         * Makefile.in: Regenerate.
8223 2006-05-24  Carlos O'Donell  <carlos@codesourcery.com>
8225         * Makefile.def: Add install-html target. Add datarootdir
8226         docdir and htmldir to flags_to_pass.
8227         * Makefile.tpl: Add install-html target.
8228         * Makefile.in: Regenerate.
8229         * configure.in: Add --with-datarootdir, --with-docdir, and
8230         --with-htmldir options. AC_SUBST datarootdir, docdir and htmldir.
8231         * configure: Regenerate.
8233 2006-05-24  Mark Shinwell  <shinwell@codesourcery.com>
8235         * configure.in: Enable gprof for cross builds.
8236         * configure: Regenerate.
8238 2006-05-22  Richard Guenther  <rguenther@suse.de>
8240         Revert
8241         2006-01-31  Richard Guenther  <rguenther@suse.de>
8242         Paolo Bonzini  <bonzini@gnu.org>
8244         * Makefile.def (target_modules): Add libgcc-math target module.
8245         * configure.in (target_libraries): Add libgcc-math target library.
8246         (--enable-libgcc-math): New configure switch.
8247         * Makefile.in: Re-generate.
8248         * configure: Re-generate.
8249         * libgcc-math: New toplevel directory.
8251 2006-05-20  John David Anglin  <dave.anglin@nrc-cnrc.gc.ca>
8252             Andreas Tobler  <a.tobler@schweiz.ch>
8254         * configure.in:  Enable libgcj for hppa*-hp-hpux11*.
8255         * configure: Rebuilt.
8257 2006-05-12  Sandra Loosemore  <sandra@codesourcery.com>
8259         * MAINTAINERS (Write After Approval): Add myself.
8261 2006-05-01  DJ Delorie  <dj@redhat.com>
8263         * configure.in: Restore CFLAGS if GMP isn't present.
8264         * configure: Regenerate.
8266 2006-05-01  Richard Guenther  <rguenther@suse.de>
8268         * MAINTAINERS (Various Maintainers): Add myself as libgcc-math
8269         maintainer.
8271 2006-04-30  Kenneth Zadeck  <zadeck@naturalbridge.com>
8273         * MAINTAINERS (Write After Approval): Add myself.
8275 2006-04-28  Jan Beulich  <jbeulich@novell.com>
8277         * MAINTAINERS (Write After Approval): Add myself.
8279 2006-04-18  DJ Delorie  <dj@redhat.com>
8281         * configure.in (m32c): Build libstdc++-v3.  Pass flags to
8282         reference libgloss so that libssp can be built in a combined
8283         tree.
8284         * configure: Regenerate.
8286 2006-04-08  Robert Millan  <rmh@gcc.gnu.org>
8288         * MAINTAINERS (Write After Approval): Add myself.
8290 2006-04-05  Ben Elliston  <bje@au.ibm.com>
8292         * configure.in: Require makeinfo 4.4 or higher.
8293         * configure: Regenerate.
8295 2006-04-04  Gerald Pfeifer  <gerald@pfeifer.com>
8297         * MAINTAINERS: Add Richard Henderson as libgomp maintainer.
8298         Rearrange the entries of other libraries to have them in one place.
8300 2006-03-22  Janne Blomqvist  <jb@gcc.gnu.org>
8302         * MAINTAINERS (Write After Approval): Remove myself.
8303         (Language Front End Maintainers): Add myself as fortran 95 maintainer.
8305 2006-03-14  Richard Guenther  <rguenther@suse.de>
8307         * configure: Regenerate with autoconf 2.13.
8309 2006-03-13  Jim Blandy  <jimb@codesourcery.com>
8311         * MAINTAINERS: Use my work address.
8313         * MAINTAINERS: Update my E-mail address.
8315 2006-03-10  Aldy Hernandez  <aldyh@redhat.com>
8317         * configure.in: Handle --disable-<component> generically.
8318         * configure: Regenerate.
8320 2006-03-01  H.J. Lu  <hongjiu.lu@intel.com>
8322         PR libgcj/17311
8323         * ltmain.sh: Don't use "$finalize_rpath" for compile.
8325 2006-02-21  Erik Edelmann  <eedelman@gcc.gnu.org>
8327         * MAINTAINERS (Write After Approval):  Remove myself.
8328         (Language Front End Maintainers):  Add myself as fortran 95 maintainer.
8330 2006-02-21  Rafael Ávila de Espíndola  <rafael.espindola@gmail.com>
8332         * Makefile.tpl  (BUILD_CONFIGDIRS): Remove.
8333         (TARGET_CONFIGDIRS): Remove.
8334         * configure.in: Remove AC_SUBST(target_configdirs).
8335         * Makefile.in, configure: Regenerated.
8337 2006-02-20  Steven G. Kargl  <kargls@comcast.net>
8339         * MAINTAINERS (Write After Approval):  Remove myself.
8340         (Language Front End Maintainers):  Add myself as fortran 95 maintainer.
8342 2006-02-20  Paolo Bonzini  <bonzini@gnu.org>
8344         PR bootstrap/25670
8346         * Makefile.tpl ([+compare-target+]): Print explanation messages.
8348         * Makefile.def (ADAFLAGS, BOOT_ADAFLAGS, LANGUAGES): New flags_to_pass.
8349         * Makefile.tpl (BASE_FLAGS_TO_PASS): Support optional flags_to_pass.
8350         (EXTRA_GCC_FLAGS): Remove ADAFLAGS, BOOT_ADAFLAGS, LANGUAGES,
8351         BUILD_PREFIX, BUILD_PREFIX_1.
8352         * configure.in: (BUILD_PREFIX, BUILD_PREFIX_1): Don't substitute.
8354         * Makefile.def (bootstrap stage 1): Pass LIBCFLAGS too.
8355         * Makefile.tpl (POSTSTAGE1_FLAGS_TO_PASS): Override LIBCFLAGS too.
8357         * Makefile.tpl (configure-stage[+id+]-[+prefix+][+module+],
8358         all-stage[+id+]-[+prefix+][+module+], : Use $(current_stage) instead
8359         of `cat stage_current`.  Always provide the `r' and `s' variables.
8360         (clean-stage[+id+]-[+prefix+][+module+]): Likewise, and make it into
8361         a single shell execution.
8362         (configure-[+prefix+][+module+], all-[+prefix+][+module+]): For
8363         bootstrapped modules, make the stage1 module if the build was not
8364         started yet, else build the current stage.
8365         (all-host, all-target): Omit bootstrapped modules (if bootstrapping).
8366         (all-build, all-host, all-target, [+make_target+]-host,
8367         [+make_target+]-target): Do not use \-continued lines.
8368         (target modules): Depend on stage_last, not all-gcc, if bootstrapping.
8369         (current_stage, restrap, stage_last): New.
8371         * Makefile.in: Regenerate.
8372         * configure: Regenerate.
8374 2006-02-19  Bud Davis  <jmdavis@link.com>
8376         * MAINTAINERS (Write After Approval):  Remove myself.
8377         (Language Front End Maintainers):  Add myself as fortran 95
8378         maintainer and update e-mail address.
8380 2006-02-17  Francois-Xavier Coudert  <coudert@clipper.ens.fr>
8382         * MAINTAINERS (Write After Approval):  Remove myself.
8383         (Language Front End Maintainers):  Add myself as fortran 95
8384         maintainer.
8386 2006-02-16  Victor Kaplansky  <victork@il.ibm.com>
8388         * MAINTAINERS (Write After Approval): Add myself.
8390 2006-02-16  Thomas Koenig  <Thomas.Koenig@online.de>
8392         * MAINTAINERS (Write After Approval):  Remove myself.
8393         (Language Front End Maintainers):  Add myself as
8394         fortran 95 maintainer.
8396 2006-02-14  Paolo Bonzini  <bonzini@gnu.org>
8398         Sync from src:
8400         2005-12-27  Leif Ekblad  <leif@rdos.net>
8402         * configure.in: Add support for RDOS target.
8403         * configure: Regenerate.
8405 2006-02-14  Paolo Bonzini  <bonzini@gnu.org>
8406             Andreas Schwab  <schwab@suse.de>
8408         * configure: Regenerate.
8410 2006-02-12  David Edelsohn  <edelsohn@gnu.org>
8412         * configure.in (enable_libgomp): Add AIX.
8413         * configure: Regenerate.
8415 2006-02-07  Maxim Kuvyrkov  <mkuvyrkov@ispras.ru>
8417         * MAINTAINERS (Write After Approval): Add myself.
8419 2006-02-03  Lee Millward  <lee.millward@gmail.com>
8421         * MAINTAINERS (Write After Approval): Add myself.
8423 2006-01-31  Richard Guenther  <rguenther@suse.de>
8424         Paolo Bonzini  <bonzini@gnu.org>
8426         * Makefile.def (target_modules): Add libgcc-math target module.
8427         * configure.in (target_libraries): Add libgcc-math target library.
8428         (--enable-libgcc-math): New configure switch.
8429         * Makefile.in: Re-generate.
8430         * configure: Re-generate.
8431         * libgcc-math: New toplevel directory.
8433 2006-01-26  Paolo Bonzini  <bonzini@gnu.org>
8435         * configure.in: Set with_gnu_as, with_gnu_ld, with_newlib earlier.
8436         Set md_exec_prefix.  Use ACX_CHECK_INSTALLED_TARGET_TOOL to find
8437         the assembler, linker and binutils.
8438         * configure: Regenerate.
8440 2006-01-22  Dirk Mueller  <dmueller@suse.de>
8442         * MAINTAINERS (Write After Approval): Add myself.
8444 2006-01-20  Diego Novillo  <dnovillo@redhat.com>
8446         * configure: Regenerate.
8448 2006-01-18  Richard Henderson  <rth@redhat.com>
8449             Jakub Jelinek  <jakub@redhat.com>
8450             Diego Novillo  <dnovillo@redhat.com>
8452         * libgomp: New directory.
8453         * Makefile.def: Add target_module libgomp.
8454         * Makefile.in: Regenerate.
8455         * configure.in (target_libraries): Add target-libgomp.
8456         * configure: Regenerate.
8458 2006-01-05  Alexandre Oliva  <aoliva@redhat.com>
8460         * Makefile.tpl (clean-stage[+id+]-[+prefix+][+module+]): Remove
8461         @ from continuation.
8462         * Makefile.in: Rebuilt.
8464 2006-01-04  Chris Lattner  <sabre@gnu.org>
8466         * MAINTAINERS (Write After Approval): Add myself.
8468 2006-01-04  Paolo Bonzini  <bonzini@gnu.org>
8470         PR bootstrap/24252
8472         * Makefile.def (flags_to_pass): Add STAGE1_CFLAGS and STAGE1_LANGUAGES.
8473         * Makefile.tpl (OBJDUMP): New.
8474         (EXTRA_HOST_FLAGS): Add it.
8475         (EXTRA_GCC_FLAGS): Remove flags already specified in flags_to_pass.
8477         * Makefile.tpl (stage[+id+]-start, stage[+id+]-end): Do not try
8478         to use symbolic links between directories.  Avoid race conditions
8479         or make them harmless.
8480         * configure.in: Do not try to use symbolic links between directories.
8482         * Makefile.def (LEAN): Pass.
8483         * Makefile.tpl (LEAN): Define.
8484         (stage[+id+]-start): Accept that the previous directory does not
8485         exist, if the bootstrap is lean.
8486         (stage[+id+]-bubble): Invoke lean bootstrap commands after
8487         stage[+id+]-start.  Use a makefile variable and an `if' instead of a
8488         configure substitution.
8489         ([+compare-target+]): Likewise.
8490         ([+bootstrap-target+]-lean): New.
8491         * configure.in: Remove lean bootstrap support from here.
8493         * Makefile.in: Regenerate.
8494         * configure: Regenerate.
8496 2006-01-04  Ben Elliston  <bje@au.ibm.com>
8498         * MAINTAINERS (libdecnumber): Add myself.
8500 2006-01-02  Mark Mitchell  <mark@codesourcery.com>
8502         * libtool-ldflags: New script.
8504 2006-01-02  Andreas Schwab  <schwab@suse.de>
8506         * configure.in: When reconfiguring remove Makefile in
8507         all stage directories.
8508         * configure: Regenerate.
8510 2005-12-27  Steven Bosscher  <stevenb.gcc@gmail.com>
8512         * MAINTAINERS: Update my email address.
8514 2005-12-20  Paolo Bonzini  <bonzini@gnu.org>
8516         Revert Ada-related part of the previous change.
8518         * Makefile.def (ADAFLAGS, BOOT_ADAFLAGS, ADAFLAGS_FOR_TARGET):
8519         Do not pass.
8520         * Makefile.tpl (BOOT_ADAFLAGS): Do not define.
8521         * Makefile.in: Regenerate.
8522         * configure.in: Do not include mt-ppc-aix target fragment.
8523         * configure: Regenerate.
8525 2005-12-19  Paolo Bonzini  <bonzini@gnu.org>
8527         * configure.in: Select appropriate fragments for PowerPC/AIX.
8528         * configure: Regenerate.
8530         * Makefile.def (flags_to_pass): Add ADAFLAGS, BOOT_ADAFLAGS,
8531         BOOT_CFLAGS, BOOT_LDFLAGS.
8532         * Makefile.tpl (POSTSTAGE1_FLAGS_TO_PASS): Handle BOOT_ADAFLAGS,
8533         BOOT_CFLAGS, BOOT_LDFLAGS.
8534         (TARGET_FLAGS_TO_PASS): Handle ADAFLAGS_FOR_TARGET.
8535         (stage[+id+]-bubble): Pass flags recursively to the comparison target.
8536         (stage): Fail if we cannot complete the work.
8537         * Makefile.in: Regenerate.
8539 2005-12-16  Nathan Sidwell  <nathan@codesourcery.com>
8541         * configure.in: Replace ms1 with mt.
8542         * configure: Rebuilt.
8544 2005-12-15  Bryce McKinlay  <mckinlay@redhat.com>
8546         * MAINTAINERS: Update my email address.
8548 2005-12-15  Paolo Bonzini  <bonzini@gnu.org>
8550         * Makefile.tpl (all, do-[+make_target+], do-check, install,
8551         install-host-nogcc): Don't invoke $(stage) at the end.
8552         * Makefile.in: Regenerate.
8554 2005-12-14  Paolo Bonzini  <bonzini@gnu.org>
8556         * configure.in: Flip the top-level bootstrap switch.
8557         * configure: Regenerate.
8559 2005-12-14  Daniel Jacobowitz  <dan@codesourcery.com>
8561         * Makefile.tpl: Throughout the file, use : $(MAKE) along with
8562         $(stage) and $(unstage).
8563         (EXTRA_TARGET_FLAGS): Correct double-quoting.
8564         (all): Remove stray semicolon.
8565         (local-distclean): Don't handle multilib.tmp and multilib.out.
8566         (install.all): Set $s for consistency.
8567         (configure-[+prefix+][+module+]): Instead of [+deps+], handle
8568         check_multilibs setting.  Always make the install directory.
8569         (configure-stage[+id+]-[+prefix+][+module+]): Likewise.
8570         Correct @if/@endif.
8571         (all-stage[+id+]-[+prefix+][+module+]): Correct @if/@endif.
8572         ($(TARGET_SUBDIR)/[+module+]/multilib.out): Remove.
8573         (stage[+id+]-start, stage[+id+]-end): Stage $(TARGET_SUBDIR).
8574         (multilib.out): Remove.
8575         * Makefile.in: Regenerated.
8577 2005-12-12  Carlos O'Donell  <carlos@codesourcery.com>
8579         * MAINTAINERS (Write After Approval): Add myself.
8581 2005-12-12  Nathan Sidwell  <nathan@codesourcery.com>
8583         * MAINTAINERS: Add myself as mt maintainer.
8585         * config.sub: Replace ms1 with mt.  Allow ms1 as an alias.
8587 2005-12-06  Adam Nemet  <anemet@caviumnetworks.com>
8589         * MAINTAINERS: Change email address.
8591 2005-12-05  Paolo Bonzini  <bonzini@gnu.org>
8593         * configure.in (CONFIGURED_BISON, CONFIGURED_YACC, CONFIGURED_M4,
8594         CONFIGURED_FLEX, CONFIGURED_LEX, CONFIGURED_MAKEINFO): Remove
8595         "CONFIGURED_" from the AC_CHECK_PROGS invocation.  Move below.
8596         Find in-tree tools if available.
8597         (EXPECT, RUNTEST, LIPO, STRIP): Find them and substitute them.
8598         (CONFIGURED_*_FOR_TARGET): Don't set nor substitute.
8599         (*_FOR_TARGET): Set them with GCC_TARGET_TOOL.
8600         (COMPILER_*_FOR_TARGET): New.
8601         * Makefile.tpl (HOST_EXPORTS): Add *_FOR_TARGET symbols that gcc needs.
8602         (BASE_TARGET_EXPORTS): Use COMPILER_*_FOR_TARGET symbols.
8603         (CONFIGURED_*, USUAL_*): Remove.
8604         (BISON, YACC, FLEX, LEX, M4, MAKEINFO, EXPECT, RUNTEST, LIPO,
8605         STRIP): Use autoconf substitutions.
8606         (COMPILER_AS_FOR_TARGET, COMPILER_LD_FOR_TARGET,
8607         COMPILER_NM_FOR_TARGET): New.
8608         (EXTRA_HOST_FLAGS): Pass LIPO and STRIP.
8610         (all): Make all-host and all-target in parallel.
8611         (do-[+make_target+], do-check, install, [+compare-target+]): Ensure
8612         that $$r and $$s are set before invoking a recursive make.
8613         (stage[+id+]-bubble): Likewise, and invoke the comparison at the end.
8614         ([+bootstrap-target+]): Inline most of the `all' target.
8616 2005-11-29  Ben Elliston  <bje@au.ibm.com>
8618         * Makefile.tpl (clean-target-libgcc): Invoke clean-target-libgcc
8619         from the gcc build directory.
8620         * Makefile.in: Regenerate.
8622 2005-11-29  Ben Elliston  <bje@au.ibm.com>
8624         * Makefile.def: Add new libdecnumber host_module.  Make all-gcc
8625         depend on all-libdecnumber.
8626         * configure.in (host_libs): Include libdecnumber.
8627         * Makefile.in: Regenerate.
8628         * configure: Likewise.
8630 2005-11-29  Ben Elliston  <bje@au.ibm.com>
8632         * libdecnumber: Import decNumber sources from the dfp-branch.
8634 2005-11-21  Kean Johnston  <jkj@sco.com>
8636         * config.sub, config.guess: Sync from upstream sources.
8638 2005-11-21  Ben Elliston  <bje@au.ibm.com>
8640         Import from Autoconf sources:
8642         2005-09-06  Paul Eggert  <eggert@cs.ucla.edu>
8643         * config/move-if-change: Don't output "$2 is unchanged";
8644         suggested by Ben Elliston.  Handle weird characters correctly.
8646 2005-11-18  Andreas Tobler  <a.tobler@schweiz.ch>
8648         * ltcf-c.sh (whole_archive_flag_spec): Remove '-all_load $convenience'
8649         to match upstream libtool for darwin.
8651 2005-11-11  Daniel Jacobowitz  <dan@codesourcery.com>
8653         * Makefile.def: Remove gdb dependencies for gdbtk.
8654         * Makefile.tpl (CONFIGURE_GDB_TK, INSTALL_GDB_TK): New variables.
8655         (configure-gdb, install-gdb): New rules.
8656         * configure.in: Set CONFIGURE_GDB_TK and INSTALL_GDB_TK.
8657         * Makefile.in, configure: Regenerated.
8659 2005-11-06  Janne Blomqvist  <jb@gcc.gnu.org>
8661         * MAINTAINERS (Write After Approval): Add myself.
8663 2005-11-06  Erik Edelmann  <eedelman@gcc.gnu.org>
8665         * MAINTAINERS (Write After Approval): Add myself.
8667 2005-10-24  Diego Novillo  <dnovillo@redhat.com>
8669         * MAINTAINERS (alias analysis): Add Daniel Berlin and
8670         Diego Novillo.
8672 2005-10-22  Paolo Bonzini  <bonzini@gnu.org>
8674         PR bootstrap/24297
8675         * Makefile.tpl (do-[+make-target+], do-check, install,
8676         stage[+id+]-bubble, [+compare-target+]): Ensure $$r and $$s
8677         are set before recursing.
8678         * Makefile.in: Regenerate.
8680 2005-10-20  Eric Botcazou  <ebotcazou@adacore.com>
8682         PR bootstrap/18939
8683         * Makefile.def (gcc) <target>: Fix thinko.
8684         * Makefile.in: Regenerate.
8686 2005-10-17  Bernd Schmidt  <bernd.schmidt@analog.com>
8688         * configure.in (bfin-*-*): Use test, not brackets, in if statement.
8689         * configure: Regenerate.
8691 2005-10-15  Jie Zhang  <jie.zhang@analog.com>
8693         * MAINTAINERS (Write After Approval): Add self.
8695 2005-10-08  Kazu Hirata  <kazu@codesourcery.com>
8697         * configure.in (arm-*-linux-gnueabi): Add to noconfigdirs
8698         target-libffi, target-qthreads, target-libjava, and
8699         targetlibobjc.
8700         * configure: Regenerate.
8702 2005-10-06  Daniel Jacobowitz  <dan@codesourcery.com>
8704         * Makefile.def (flags_to_pass): Add OBJDUMP_FOR_TARGET.
8705         * Makefile.tpl (BASE_TARGET_EXPORTS): Add OBJDUMP.
8706         (OBJDUMP_FOR_TARGET, CONFIGURED_OBJDUMP_FOR_TARGET)
8707         (USUAL_OBJDUMP_FOR_TARGET): New.
8708         (EXTRA_TARGET_FLAGS): Add OBJDUMP.
8709         * configure.in: Check for $OBJDUMP_FOR_TARGET.
8710         * configure, Makefile.in: Regenerated.
8712 2005-10-05  Paolo Bonzini  <bonzini@gnu.org>
8714         * Makefile.tpl (all) [gcc-no-bootstrap]: Make prebootstrap packages
8715         before other host packages.
8717 2005-10-05  Kaz Kojima  <kkojima@gcc.gnu.org>
8719         * MAINTAINERS: Add self as sh libraries/configury maintainer.
8721 2005-10-05  Paolo Bonzini  <bonzini@gnu.org>
8723         PR bootstrap/22340
8725         * configure.in (default_target): Remove.
8726         * Makefile.tpl (all): Do not use prerequisites as subroutines
8727         (all) [gcc-bootstrap]: Bootstrap gcc first if it was not done yet.
8728         (do-[+make_target+], check, install, [+bootstrap_target+]): Do not
8729         use prerequisites as subroutines.
8730         (check-host, check-target): New.
8731         (bootstrap configure & all targets): Do not use stage*-start
8732         if the directory layout is already ok.
8733         (non-bootstrap configure & all targets): Prepend a $(unstage).
8734         (stage[+id+]-bubble): Do that here.  Do not use NOTPARALLEL.
8735         (NOTPARALLEL): Remove.
8736         (unstage, stage variables): New variables.
8737         (unstage, stage targets): Simply expand to those variables.
8739         * configure: Regenerate.
8740         * Makefile.in: Regenerate.
8742 2005-10-04  James E Wilson  <wilson@specifix.com>
8744         * Makefile.def (lang_env_dependencies): Add libmudflap.
8745         * Makefile.in: Regenerate.
8747 2005-10-03  Andreas Schwab  <schwab@suse.de>
8749         Backport from libtool CVS:
8750         2002-11-03  Ossama Othman  <ossama@doc.ece.uci.edu>
8752         * ltmain.sh: add support for installing into temporary
8753         staging area (e.g. 'make install DESTDIR=...')
8755 2005-10-03  H.J. Lu  <hongjiu.lu@intel.com>
8757         * configure.in (*-*-darwin*): Build bfd, binutils and opcodes.
8758         * configure: Regenerated.
8760 2005-09-30  Andrew Pinski  <pinskia@physics.uc.edu>
8762         * configure: Regenerate with the correct
8763         autoconf version.
8765 2005-09-30  Catherine Moore  <clm@cm00re.com>
8767         * configure.in (bfin-*-*): New.
8768         * configure: Regenerated.
8770 2005-09-28  Geoffrey Keating  <geoffk@apple.com>
8772         * Makefile.tpl (BASE_TARGET_EXPORTS): Add LIPO, STRIP.
8773         (LIPO_FOR_TARGET): New.
8774         (CONFIGURED_LIPO_FOR_TARGET): New.
8775         (USUAL_LIPO_FOR_TARGET): New.
8776         (STRIP_FOR_TARGET): New.
8777         (CONFIGURED_STRIP_FOR_TARGET): New.
8778         (USUAL_STRIP_FOR_TARGET): New.
8779         * Makefile.def (flags_to_pass): Add LIPO_FOR_TARGET and
8780         STRIP_FOR_TARGET.
8781         * configure.in: Set LIPO_FOR_TARGET, STRIP_FOR_TARGET,
8782         CONFIGURED_LIPO_FOR_TARGET, CONFIGURED_STRIP_FOR_TARGET.
8783         * Makefile.in: Regenerate.
8784         * configure: Regenerate.
8786 2005-09-19  David Edelsohn  <edelsohn@gnu.org>
8788         * configure.in (powerpc-*-aix*): Add target-libssp to noconfigdirs.
8789         (rs6000-*-aix*): Same.
8790         * configure: Regenerate.
8792 2005-09-16  Tom Tromey  <tromey@redhat.com>
8794         * MAINTAINERS: Add self as java maintainer.
8796 2005-09-14  Francois-Xavier Coudert  <coudert@clipper.ens.fr>
8798         * configure.in: Recognize f95 in the --enable-languages option,
8799         and substitute it for fortran, issuing a warning.
8800         * configure: Regenerate.
8802 2005-08-30  Phil Edwards  <phil@codesourcery.com>
8804         * configure.in (*-*-vxworks*):  Add target-libstdc++-v3 to noconfigdirs.
8805         * configure:  Regenerated.
8807 2005-08-22  Aldy Hernandez  <aldyh@redhat.com>
8809         * MAINTAINERS: Add self as ms1 maintainer.
8811 2005-08-20  Richard Earnshaw  <richard.earnshaw@arm.com>
8813         * Makefile.def (libssp): Add to lang_env_dependencies.
8814         * Makefile.in: Regenerate.
8816 2005-08-18  Ian Lance Taylor  <ian@airs.com>
8818         * MAINTAINERS: Add myself as middle-end maintainer.
8820 2005-08-17  Christian Groessler  <chris@groessler.org>
8822         * Makefile.tpl: (USUAL_CC_FOR_TARGET): Add missing trailing slash.
8823         * Makefile.in: Regenerate.
8825 2005-08-15  Andreas Krebbel  <krebbel1@de.ibm.com>
8827         * MAINTAINERS (write after approval): Added myself.
8829 2005-08-12  Maciej W. Rozycki  <macro@linux-mips.org>
8831         * MAINTAINERS (Write After Approval): Add myself.
8833 2005-08-12  Paolo Bonzini  <bonzini@gnu.org>
8835         * configure.in: Replace NCN_STRICT_CHECK_TOOL with
8836         NCN_STRICT_CHECK_TOOLS, and likewise for NCN_STRICT_CHECK_TARGET_TOOLS.
8837         Look for alternate names of the target cc and c++
8838         * configure: Regenerate.
8840 2005-08-08  Paolo Bonzini  <bonzini@gnu.org>
8842         * configure.in (CC_FOR_TARGET, CXX_FOR_TARGET, GCJ_FOR_TARGET,
8843         GCC_FOR_TARGET, RAW_CXX_FOR_TARGET, GFORTRAN_FOR_TARGET): Find
8844         them with NCN_STRICT_CHECK_TARGET_TOOL, like the other target
8845         tools; remove code to manually set them.
8846         (Target tools): Look in the environment for them.
8847         * Makefile.tpl (CC_FOR_TARGET, CXX_FOR_TARGET, GCJ_FOR_TARGET,
8848         GCC_FOR_TARGET, RAW_CXX_FOR_TARGET, GFORTRAN_FOR_TARGET): Redefine.
8849         (AS_FOR_TARGET, LD_FOR_TARGET, NM_FOR_TARGET): Look into gcc
8850         build directory.
8851         (CONFIGURED_CC_FOR_TARGET, CONFIGURED_CXX_FOR_TARGET,
8852         CONFIGURED_GCJ_FOR_TARGET, CONFIGURED_GCC_FOR_TARGET,
8853         CONFIGURED_GFORTRAN_FOR_TARGET, USUAL_CC_FOR_TARGET,
8854         USUAL_CXX_FOR_TARGET, USUAL_GCJ_FOR_TARGET, USUAL_GCC_FOR_TARGET,
8855         USUAL_RAW_CXX_FOR_TARGET, USUAL_GFORTRAN_FOR_TARGET): New.
8856         (CXX_FOR_TARGET_FOR_RECURSIVE_MAKE,
8857         RAW_CXX_FOR_TARGET_FOR_RECURSIVE_MAKE, RECURSE_FLAGS): Delete.
8858         * configure: Regenerate.
8859         * Makefile.in: Regenerate.
8861 2005-07-28  Ben Elliston  <bje@au.ibm.com>
8863         * MAINTAINERS: Update for removed CPU targets.
8865 2005-07-27  Mark Mitchell  <mark@codesourcery.com>
8867         * Makefile.tpl (EXTRA_TARGET_FLAGS): Set LDFLAGS=LDFLAGS_FOR_TARGET.
8868         * Makefile.def (flags_to_pass): Add LDFLAGS_FOR_TARGET.
8869         * Makefile.in: Regenerated.
8871 2005-07-26  Mark Mitchell  <mark@codesourcery.com>
8873         * Makefile.tpl (SYSROOT_CFLAGS_FOR_TARGET): New variable.
8874         (CFLAGS_FOR_TARGET): Use it.
8875         (CXXFLAGS_FOR_TARGET): Likewise.
8876         * Makefile.in: Regenerated.
8877         * configure.in (--with-build-sysroot): New option.
8878         * configure: Regenerated.
8880 2005-07-24  Paolo Bonzini  <bonzini@gnu.org>
8882         * Makefile.tpl: Wrap install between unstage and stage
8883         * Makefile.in: Regenerate.
8885 2005-07-21  Eric Christopher  <echristo@apple.com>
8887         * MAINTAINERS: Update affiliation.
8889 2005-07-21  Paul Woegerer  <paul.woegerer@nsc.com>
8891         * MAINTAINERS: Add self as crx port maintainer.
8893 2005-07-20  DJ Delorie  <dj@redhat.com>
8895         * MAINTAINERS: Add self as m32c maintainer.
8897 2005-07-16  Kelley Cook  <kcook@gcc.gnu.org>
8899         * all files: Update FSF address.
8901 2005-07-15  Eric Christopher  <echristo@redhat.com>
8903         * MAINTAINERS: Change affiliation.
8905 2005-07-14  Jim Blandy  <jimb@redhat.com>
8907         * configure.in: Add cases for Renesas m32c.
8908         * configure: Regenerated.
8910 2005-07-14  Kelley Cook  <kcook@gcc.gnu.org>
8912         * COPYING.LIB: Update from fsf.org.
8914 2005-07-14  Kelley Cook  <kcook@gcc.gnu.org>
8916         * COPYING, compile, config.guess,
8917         config.sub, install-sh, missing, mkinstalldirs,
8918         symlink-tree, ylwrap: Sync from upstream sources.
8919         * config-ml.in: Update FSF address.
8921 2005-07-13  Eric Christopher  <echristo@redhat.com>
8923         * configure.in: Add toplevel noconfigdir support for tpf.
8924         * configure: Regenerate.
8926 2005-07-11  Paolo Bonzini  <bonzini@gnu.org>
8928         PR ada/22340
8930         * Makefile.tpl (POSTSTAGE1_FLAGS_TO_PASS): Fix pasto.
8931         * Makefile.in: Regenerate.
8933 2005-07-07  Mark Mitchell  <mark@codesourcery.com>
8935         * MAINTAINERS: Remove Dave Brolley as a cpplib maintainer.  Add Dave
8936         Brolley to write-after-approval.
8938 2005-07-07  Andreas Schwab  <schwab@suse.de>
8940         * Makefile.def (flags_to_pass): Add CFLAGS_FOR_BUILD.
8941         * Makefile.tpl (EXTRA_GCC_FLAGS): Don't pass CFLAGS_FOR_BUILD here.
8942         * Makefile.in: Regenerated.
8944 2005-07-06  Geoffrey Keating  <geoffk@apple.com>
8946         * configure.in: Don't build sim or rda when targetting darwin.
8947         * configure: Regenerate.
8949 2005-07-06  Kazu Hirata  <kazu@codesourcery.com>
8951         * configure.in: Add --enable-libssp and --disable-libssp.
8952         * configure: Regenerate with autoconf-2.13.
8954 2005-07-02  Jakub Jelinek  <jakub@redhat.com>
8956         * Makefile.def (target_modules): Add libssp.
8957         * configure.in (target_libraries): Add target-libssp.
8958         * configure: Rebuilt.
8959         * Makefile.in: Rebuilt.
8961 2005-07-01  Zack Weinberg  <zackw@panix.com>
8963         * MAINTAINERS: Change email address.  Resign from maintainership.
8965 2005-07-01  Richard Guenther  <rguenther@suse.de>
8967         * MAINTAINERS: Change my e-mail address and affiliation.
8969 2005-06-22  Paolo Bonzini  <bonzini@gnu.org>
8971         * Makefile.def (stagefeedback): Come after profile.
8972         Define profiledbootstrap target.
8973         * Makefile.tpl (profiledbootstrap): Remove.
8974         (stageprofile-end): Zap stagefeedback.
8975         (stagefeedback-start): Copy all .gcda files, not only GCC's.
8976         * Makefile.in: Regenerate.
8978 2005-06-13  Richard Sandiford  <richard@codesourcery.com>
8980         * MAINTAINERS: Update my email address.
8982 2005-06-13  Zack Weinberg  <zack@codesourcery.com>
8984         * depcomp: Update from automake CVS.  Add 'ia64hp' stanza.
8985         In 'cpp' stanza, support '#line' as well as '# '.
8987 2005-06-08  Andreas Schwab  <schwab@suse.de>
8989         * MAINTAINERS: Move myself from 'Write After Approval' to
8990         'CPU Port Maintainers' section as m68k maintainer.
8992 2005-06-07  Hans-Peter Nilsson  <hp@axis.com>
8994         * configure.in (unsupported_languages): New macro.
8995         <mmix-knuth-mmixware>: Set unsupported_languages.  Name explicit
8996         non-ported target libraries in noconfigdirs.
8997         <cris-*, crisv32-*> Ditto, except for non-aout, non-elf,
8998         non-linux-gnu.  Remove libgcj_ex_libffi.
8999         <lang_frag loop>: Set add_this_lang=no if the language is in
9000         unsupported_languages.
9001         * configure: Regenerate.
9003 2005-06-04  Tobias Schl"uter  <tobias.schlueter@physik.uni-muenchen.de>
9005         * configure.in: Fix typo in handling of --with-mpfr-dir.
9006         * configure: Regenerate.
9008 2005-06-04  Richard Sandiford  <rsandifo@nildram.co.uk>
9010         * MAINTAINERS: Update my email address.
9012 2005-06-02  Jim Blandy  <jimb@redhat.com>
9014         * config.sub: Add cases for the Renesas m32c.  (This patch has been
9015         accepted into the master sources.)
9017 2005-06-02  Aldy Hernandez  <aldyh@redhat.com>
9018             Michael Snyder  <msnyder@redhat.com>
9019             Stan Cox  <scox@redhat.com>
9021         * configure.in: Set noconfigdirs for ms1.
9023         * configure: Regenerate.
9025 2005-06-01  Jerry DeLisle  <jvdelisle@verizon.net>
9027         * MAINTAINERS (Write After Approval): Add self.
9029 2005-06-01  Josh Conner  <jconner@apple.com>
9031         * MAINTAINERS (Write After Approval): Add self.
9033 2005-06-01  Kazu Hirata  <kazu@codesourcery.com>
9035         * MAINTAINERS: Update my email address.
9037 2005-05-27  Ziga Mahkovec  <ziga.mahkovec@klika.si>
9039         * MAINTAINERS (Write After Approval): Add self.
9041 2005-05-26  Chris Demetriou  <cgd@broadcom.com>
9043         * MAINTAINERS (Write After Approval): Remove self.
9045 2005-05-25  Paolo Bonzini  <bonzini@gnu.org>
9047         * Makefile.tpl (stage[+id+]-start): Iterate over target module as well.
9048         (Dependencies): Consider target modules for bootstrap dependencies.
9049         Make target bootstrap modules depend on each stage's gcc.
9050         * Makefile.in: Regenerate.
9052 2005-05-20  Paolo Bonzini  <bonzini@gnu.org>
9054         * Makefile.def (configure-gcc): Depend on binutils having been built.
9055         (all-gcc): No need to do it here.
9056         * Makefile.in: Regenerate.
9058 2005-05-19  Paul Brook  <paul@codesourcery.com>
9060         * configure.in: Rewrite misleading error message when requested
9061         language cannot be built.
9062         * configure: Regenerate.
9064 2005-05-15  Daniel Jacobowitz  <dan@codesourcery.com>
9066         * ylwrap: Import from Automake 1.9.5.
9068 2005-05-13  David Ung  <davidu@mips.com>
9070         * MAINTAINERS (Write After Approval): Add self.
9072 2005-05-09  Mike Stump  <mrs@apple.com>
9074         * libtool.m4 (AC_LIBTOOL_SYS_MAX_CMD_LEN): Use quotes on
9075         lt_cv_sys_max_cmd_len for now.
9077 2005-05-09  Stan Cox  <scox@redhat.com>
9079         * MAINTAINERS: Remove self, add Nick Clifton as iq2000 maintainer.
9081 2005-05-08  Matt Kraai  <kraai@ftbfs.org>
9083         * README.SCO: Update the URL.
9085 2005-05-05  David Edelsohn  <edelsohn@gnu.org>
9087         * ltconfig: Define file_list_spec.  Pass file_list_spec and
9088         with_gnu_ld to libtool.
9089         * ltcf-c.sh (aix[45]): Define file_list_spec.
9090         * ltcf-cxx.sh (aix[45]): Same.
9091         * ltcf-gcj.sh (aix[45]): Same.
9092         * ltmain.sh: If command exceeds max_cmd_len and file_list_spec
9093         exists, write list of input files to temporary file.
9095 2005-05-04  Mike Stump  <mrs@apple.com>
9097         * configure.in: Always pass --target to target configures as
9098         otherwise rebuilds that do --recheck will fail.
9099         * confiugure: Rebuilt.
9101 2005-05-04  Paolo Bonzini  <bonzini@gnu.org>
9103         * Makefile.tpl (POSTSTAGE1_HOST_EXPORTS): Rename from
9104         STAGE_HOST_EXPORTS.
9105         (configure, all): Add bootstrap support.
9106         (Host modules, target modules): Pass post-stage1 flags and exports.
9107         (Top-level bootstrap): Remove bootstrap rules, expanded elsewhere.
9108         * Makefile.in: Regenerate.
9110 2005-04-29  Paolo Bonzini  <bonzini@gnu.org>
9112         * configure: Regenerate.
9114 2005-04-27  Mike Stump  <mrs@apple.com>
9116         * MAINTAINERS: Add self as darwin maintainer.
9118 2005-04-22  Bernd Schmidt  <bernd.schmidt@analog.com>
9120         * config.sub: Update from master copy.
9122 2005-04-21  Mike Stump  <mrs@apple.com>
9124         * MAINTAINERS: Add self as Objective-C/Objective-C++ maintainer.
9125         * MAINTAINERS: Add Zem as Objective-C++ maintainer.
9127 2005-04-19  Hans-Peter Nilsson  <hp@axis.com>
9129         * configure.in <crisv32-*-*, cris-*-*>: New local variable
9130         libgcj_ex_libffi.  Have specific match for *-*-linux*.  Separate
9131         matches for "*-*-aout" and "*-*-elf".  Don't disable libffi for
9132         "*-*-elf" and "*-*-linux*".
9133         * configure: Regenerate.
9135 2005-04-14  Joseph S. Myers  <joseph@codesourcery.com>
9137         * MAINTAINERS (Various Maintainers): Add self as i18n maintainer.
9139 2005-04-12  Mike Stump  <mrs@apple.com>
9141         * libtool.m4: Update AC_LIBTOOL_SYS_MAX_CMD_LEN bits from upstream.
9143 2005-04-04  Thomas Koenig  <Thomas.Koenig@online.de>
9145         * MAINTAINERS (Write After Approval): Add myself.
9147 2005-04-07  Bernd Schmidt  <bernd.schmidt@analog.com>
9149         * MAINTAINERS (Port Maintainers): Add self for Blackfin.
9151 2005-04-06  Paolo Bonzini  <bonzini@gnu.org>
9153         * Makefile.tpl (BUILD_CONFIGARGS): Include --with-build-subdir.
9154         (TARGET_CONFIGARGS): Include --with-target-subdir.
9155         (configure, all): New macros.  Use them throughout.
9156         * Makefile.in: Regenerate.
9158 2005-04-04  Jon Grimm  <jgrimm2@us.ibm.com>
9160         * MAINTAINERS (Write After Approval): Add myself.
9162 2005-03-31  Zdenek Dvorak  <rakdver@atrey.karlin.mff.cuni.cz>
9164         * MAINTAINERS: Remove 'loop unrolling' maintainer.
9166 2005-03-30  Gerald Pfeifer  <gerald@pfeifer.com>
9168         * MAINTAINERS: Move John Carr to Write After Approval.
9170 2005-03-30  J"orn Rennecke  <joern.rennecke@st.com>
9172         * config/mh-mingw32: Delete.
9173         * configure.in: Don't use it.
9174         * configure: Regenerate.
9176 2005-03-31  Paolo Bonzini  <bonzini@gnu.org>
9178         * Makefile.def (bfd, opcodes, libstdc++-v3, libmudflap): Set lib_path.
9179         * Makefile.tpl (SET_LIB_PATH, REALLY_SET_LIB_PATH): Remove.
9180         (HOST_EXPORTS, STAGE_HOST_EXPORTS, TARGET_EXPORTS): Set RPATH_ENVVAR.
9181         (HOST_LIB_PATH): Generate from Makefile.def.
9182         (TARGET_LIB_PATH): Likewise.
9183         (Old bootstrap targets): Include TARGET_LIB_PATH into RPATH_ENVVAR.
9184         * Makefile.in: Regenerate.
9185         * configure.in (set_lib_path, SET_LIB_PATH, SET_GCC_LIB_PATH): Remove.
9186         (RPATH_ENVVAR): Include Darwin case.
9187         * configure: Regenerate.
9189 2005-03-29  Thomas Fitzsimmons  <fitzsim@redhat.com>
9191         * MAINTAINERS (Various Maintainers): Remove self.
9192         (Write After Approval): Add self.
9194 2005-03-26  Thomas Fitzsimmons  <fitzsim@redhat.com>
9196         * MAINTAINERS (Various Maintainers): Add self.
9198 2005-03-25  Paolo Bonzini  <bonzini@gnu.org>
9200         * configure.in (RPATH_ENVVAR): Set to DYLD_LIBRARY_PATH on Darwin.
9201         * configure: Regenerate.
9203 2005-03-21  Zack Weinberg  <zack@codesourcery.com>
9205         * Makefile.def: Remove libstdcxx_incdir, libsubdir, gxx_include_dir,
9206         gcc_version, and gcc_version_trigger from set of flags to pass.
9207         * Makefile.tpl: Remove definitions of above variables.
9208         (config.status): Remove dependency on $(gcc_version_trigger).
9209         * Makefile.in: Regenerate.
9210         * configure.in: Do not reference config/gcc-version.m4 nor
9211         config/gxx-include-dir.m4.  Do not invoke TL_AC_GCC_VERSION nor
9212         TL_AC_GXX_INCLUDE_DIR.  Do not set gcc_version_trigger.
9213         * configure: Regenerate.
9215 2005-03-16  Manfred Hollstein  <manfred.h@gmx.net>
9216             Andrew Pinski  <pinskia@physics.uc.edu>
9218         * Makefile.tpl (check-[+module+]): Fix shell statement inside if ... fi.
9219         * Makefile.in: Regenerate.
9221 2005-03-13  Feng Wang  <fengwang@nudt.edu.cn>
9223         * MAINTAINERS (Write After Approval): Add myself.
9225 2005-03-03  David Ayers  <d.ayers@inode.at>
9227         * MAINTAINERS (Write After Approval): Add myself.
9229 2005-03-01  Alexandre Oliva  <aoliva@redhat.com>
9231         PR libgcj/20160
9232         * ltmain.sh: Avoid creating archives with components that have
9233         duplicate basenames.
9235 2005-02-28  Andrew Pinski  <pinskia@physics.uc.edu>
9237         PR bootstrap/20250
9238         * Makefile.tpl (HOST target installs): Fix copy and pasto, use install
9239         instead of check.
9240         * Makefile.in: Regenerate.
9242 2005-02-28  Paolo Bonzini  <bonzini@gnu.org>
9244         * Makefile.in: Regenerate to fix conflict between the previous two
9245         patches.
9247 2005-02-28  Paolo Bonzini  <bonzini@gnu.org>
9249         PR bootstrap/17383
9250         * Makefile.def (target_modules): Remove "stage", now unnecessary.
9251         * Makefile.tpl (HOST_SUBDIR): New substitution.
9252         (STAGE_HOST_EXPORTS, EXPECT, HOST_LIB_PATH, USUAL_AR_FOR_TARGET,
9253         USUAL_AS_FOR_TARGET, USUAL_DLLTOOL_FOR_TARGET, USUAL_GCC_FOR_TARGET,
9254         USUAL_LD_FOR_TARGET, USUAL_NM_FOR_TARGET, USUAL_OBJDUMP_FOR_TARGET,
9255         USUAL_RANLIB_FOR_TARGET, USUAL_WINDRES_FOR_TARGET): Use it.
9256         (Host modules, Bootstrapped modules): Use it.
9257         (Build modules, Target modules): Do not create symlink trees,
9258         always configure out-of-srcdir.
9259         (distclean): Try removing $(host_subdir) with rm before using rm -rf.
9260         * configure.in (FLAGS_FOR_TARGET, CC_FOR_TARGET, GCJ_FOR_TARGET,
9261         GFORTRAN_FOR_TARGET, CXX_FOR_TARGET, RAW_CXX_FOR_TARGET): Use
9262         $(HOST_SUBDIR).  Create a symlink for host_subdir.
9264         * Makefile.in: Regenerate.
9265         * configure: Regenerate.
9267 2005-02-28  Nathanael Nerode  <neroden@gcc.gnu.org>
9269         Merged from libada-gnattools-branch:
9270         2004-11-28  Nathanael Nerode  <neroden@gcc.gnu.org>
9272         * gnattools: New directory.
9273         * Makefile.def: Add gnattools as a module, depending on target-libada.
9274         * Makefile.in: Regenerate.
9275         * configure.in: Include gnattools in host_tools; disable it if ada
9276         is disabled.
9277         * configure: Regenerate.
9279 2005-02-24  James A. Morrison  <phython@gcc.gnu.org>
9281         * MAINTAINERS (Language Front Ends Maintainers): Add myself as
9282         treelang maintainer.
9283         (Write After Approval): Remove myself.
9285 2005-02-23  Paul Schlie  <schlie@comcast.net>
9287         * configure.in: Allow darwin targeted ports to build tk, itcl and
9288         libgui.
9289         * configure: Regenerate.
9291 2005-02-21  Eric Botcazou  <ebotcazou@libertysurf.fr>
9293         PR libgcj/10353
9294         * configure.in (noconfigdirs) <sparc-*-solaris2.[0-6]>: Add libgcj.
9295         * configure: Regenerate.
9297 2005-02-18  Steven G. Kargl  <kargl@gcc.gnu.org>
9299         * MAINTAINERS (Write After Approval): Add myself.
9301 2005-02-10  Ian Lance Taylor  <ian@airs.com>
9303         * MAINTAINERS: Update my e-mail address.
9305 2005-02-02  Richard Guenther  <rguenth@gcc.gnu.org>
9307         * MAINTAINERS (Write After Approval): Add myself.
9309 2005-01-29  Hans-Peter Nilsson  <hp@axis.com>
9311         * configure.in (noconfigdirs) <crisv32-*-*>: Match like cris-*-*.
9312         <crisv32-*-*, cris-*-*>: Only disable target-newlib and
9313         target-libgloss when not *-*-elf and *-*-aout.
9314         * configure: Regenerate.
9316 2005-01-23  Kazu Hirata  <kazu@cs.umass.edu>
9318         * MAINTAINERS: Remove obsolete entries.
9320         * MAINTAINERS (Write After Approval): Add Michael Matz.
9322 2005-01-19  Neil Booth  <neil@daikokuya.co.uk>
9324         * MAINTAINERS: Remove self as cpplib maintainer.
9326 2005-01-17  Kelley Cook  <kcook@gcc.gnu.org>
9328         * install-sh, config.sub: Import from upstream.
9330 2005-01-17  Kelley Cook  <kcook@gcc.gnu.org>
9332         PR bootstrap/18222
9333         * Makefile.def: Pass CPPFLAGS_FOR_TARGET.
9334         * Makefile.tpl: Define target CPPFLAGS on CPPFLAGS_FOR_TARGET.
9335         * Makefile.in: Regenerate.
9337 2005-01-16  Jason Thorpe  <thorpej@netbsd.org>
9339         * MAINTAINERS: Update my email address.
9341 2005-01-12  David Edelsohn  <edelsohn@gnu.org>
9342             Andreas Schwab  <schwab@suse.de>
9344         PR bootstrap/18033
9345         * config-ml.in: Eval option if surrounded by single quotes.
9347 2005-01-03  Paolo Bonzini  <bonzini@gnu.org>
9349         Revert 2004-12-28 Makefile changes, a better fix will be
9350         applied to mainline and src after GCC 4.0 branches.
9352 2004-12-28  Paolo Bonzini  <bonzini@gnu.org>
9354         PR bootstrap/17383
9356         * Makefile.def (target_modules): Remove stage parameter,
9357         it is always true now.
9358         * Makefile.tpl (configure-build-[+module+],
9359         configure-target-[+module+]): Always build symlink tree
9360         for the directory and for include.  BUILD_SUBDIR and
9361         TARGET_SUBDIR cannot be . anymore.
9362         * Makefile.in: Regenerate.
9364 2004-12-25  David Edelsohn  <edelsohn@gnu.org>
9366         Revert 2004-12-08 Makefile changes.
9368 2004-12-17  Danny Smith  <dannysmith@users.sourceforge.net>
9370         * MAINTAINERS: Move myself to OS Port Maintainers for windows,
9371         cygwin, mingw.
9373 2004-12-16  Andrew Stubbs  <andrew.stubbs@st.com>
9375         * configure.in (sh64-*-*): Reenable gprof.
9376         * configure: Regenerate.
9378 2004-12-08  David Edelsohn  <edelsohn@gnu.org>
9380         * Makefile.def (flags_to_pass): Add PICFLAG_FOR_TARGET.
9381         * Makefile.tpl (EXTRA_HOST_FLAGS): Add PICFLAG.
9382         (EXTRA_TARGET_FLAGS): Add PICFLAG.
9383         * Makefile.in: Regenerate.
9385 2004-12-08  Christopher Faylor  <cgf@gcc.gnu.org>
9387         * MAINTAINERS: Update my email address.
9389 2004-12-07  Matt Kraai  <kraai@ftbfs.org>
9391         * Makefile.tpl: Generate normal dependencies if the LHS module is
9392         not bootstrapped.
9393         * Makefile.in: Regenerate.
9395 2004-12-03  Richard Sandiford  <rsandifo@redhat.com>
9397         * configure.in: Include config/gxx-include-dir.m4.  Use
9398         TL_AC_GXX_INCLUDE_DIR.  Remove some now-redundant AC_SUBSTs.
9399         * configure: Regenerate.
9401 2004-12-03  Richard Sandiford  <rsandifo@redhat.com>
9403         * config.if: Delete.
9404         * configure.in: Set libstdcxx_incdir directly.
9405         * configure: Regenerate.
9407 2004-12-02  Eric Christopher  <echristo@redhat.com>
9409         * Makefile.tpl (clean-target-libgcc): Make change in correct place.
9410         * Makefile.in: Regenerate.
9412 2004-12-02  Richard Sandiford  <rsandifo@redhat.com>
9414         * configure.in: Clear gcc_version_trigger if the file doesn't exist.
9415         * configure: Regenerate.
9417 2004-12-02  Richard Sandiford  <rsandifo@redhat.com>
9419         * configure.in: Include config/gcc-version.m4.  Use TL_AC_GCC_VERSION
9420         to set gcc_version_trigger.  Remove some now-redundant AC_SUBSTs.
9421         * configure: Regenerate.
9423 2004-12-01  Eric Christopher  <echristo@redhat.com>
9425         * Makefile.in (clean-target-libgcc): Add stmp-dirs to list
9426         of things to remove.
9428 2004-11-29  Matt Kraai  <kraai@ftbfs.org>
9430         * MAINTAINERS (Write After Approval): Update my e-mail address.
9432 2004-11-29  Kelley Cook  <kcook@gcc.gnu.org>
9434         * libtool.m4 (AC_DEPLIBS_CHECK_METHOD): Re-import linux-gnu case
9435         from CVS libtool to always pass_all.
9437 2004-11-25  John David Anglin  <dave.anglin@nrc-cnrc.gc.ca>
9439         * configure.in (hppa*-*-linux*): Don't add libgcj to noconfigdirs.
9440         (hppa*64*-*-*): Delete incorrect comment.
9441         * configure: Rebuilt.
9443 2004-11-24  Kelley Cook  <kcook@gcc.gnu.org>
9445         * libtool.m4 (AC_DEPLIBS_CHECK_METHOD): Revert previous change.
9447 2004-11-24  Kelley Cook  <kcook@gcc.gnu.org>
9449         * libtool.m4 (AC_DEPLIBS_CHECK_METHOD): Import linux-gnu case
9450         from CVS libtool to always pass_all.
9452 2004-11-15  Kelley Cook  <kcook@gcc.gnu.org>
9454         * install-sh, compile: Import from automake.
9456 2004-11-15  Kelley Cook  <kcook@gcc.gnu.org>
9458         * config.guess, config.sub:  Import from savannnah.
9460 2004-11-12  Scott Robert Ladd  <scott.ladd@coyotegulch.com>
9462         * MAINTAINERS (Write After Approval): Add myself
9464 2004-11-12  Mike Stump  <mrs@apple.com>
9466         * Makefile.def: Add html support.
9467         * Makefile.tpl: Likewise.
9468         * Makefile.in: Regenerate.
9470 2004-11-11  Geoffrey Keating  <geoffk@apple.com>
9472         PR 18423
9473         * configure.in: Remove all instances of build-fixincludes from
9474         noconfigdirs.
9475         (build_configargs): Supply --target to subdirectories.
9476         * configure: Regenerate.
9478         * Makefile.def: Make gcc install depend on fixincludes install.
9479         * Makefile.in: Regenerate.
9481 2004-11-10  Janis Johnson  <janis187@us.ibm.com>
9483         * MAINTAINERS: Add myself as gcc testsuite maintainer.
9485 2004-11-11  Paul Brook  <paul@codesourcery.com>
9487         * MAINTAINERS: Add self as arm maintainer.  Update email address.
9489 2004-11-08  Hans-Peter Nilsson  <hp@bitrange.com>
9491         * configure.in (noconfigdirs) [mmix-*-*]: Disable
9492         target-libgfortran.
9493         * configure: Regenerate.
9495 2004-11-07  David Edelsohn  <edelsohn@gnu.org>
9497         * config-ml.in: Pass FCFLAGS for multilibs, handle GFORTRAN
9498         like CC.
9500 2004-11-05  Paolo Bonzini  <bonzini@gnu.org>
9502         * Makefile.def (host fixincludes): Specify missing targets.
9503         * Makefile.in: Regenerate.
9505 2004-11-05  Ralf Corsepius  <ralf.corsepius@rtems.org>
9507         * MAINTAINERS: Add myself
9509 2004-11-05  Gabor Loki  <loki@inf.u-szeged.hu>
9511         * MAINTAINERS (Write After Approval): Add myself.
9513 2004-11-04  Geoffrey Keating  <geoffk@apple.com>
9515         * Makefile.def: Build fixincludes for the host, too.
9516         * Makefile.in: Regenerate.
9517         * configure.in (host_tools): Add fixincludes.
9518         * configure: Regenerate.
9520 2004-11-04  Daniel Jacobowitz  <dan@debian.org>
9522         * configure.in (arm-*-oabi*, thumb-*-oabi*): Remove.
9523         * configure: Regenerated.
9525 2004-11-04  H.J. Lu  <hongjiu.lu@intel.com>
9527         PR other/17783
9528         * configure.in: Set up LD_LIBRARY_PATH by default for gcc.
9529         * configure: Regenerated.
9531 2004-10-31  Mark Mitchell  <mark@codesourcery.com>
9533         * README.SCO: Update per FSF instructions.
9535 2004-10-28  Eric B. Weddington  <ericw@evcohs.com>
9537         PR target/18151
9538         * configure.in (case ${target}): Do not build fixincludes for avr.
9539         * configure: Regenerated.
9541 2004-10-26  Paolo Bonzini  <bonzini@gnu.org>
9543         * configure.in (case ${target}): Do not build fixincludes
9544         on platforms where it is not used.
9545         * configure: Regenerated.
9547 2004-10-23  Daniel Jacobowitz  <dan@debian.org>
9549         * configure.in: Use an absolute path to install-sh.
9550         * configure: Regenerated.
9552 2004-10-19  Aaron W. LaFramboise  <aaronavay62@aaronwl.com>
9554         * MAINTAINERS (Write After Approval): Add myself.
9556 2004-10-19  Kazu Hirata  <kazu@cs.umass.edu>
9558         * MAINTAINERS: Remove from Write After Approval those that are
9559         already maintainers.
9561 2004-10-19  Sebastian Pop  <pop@cri.ensmp.fr>
9563         * MAINTAINERS:  Update my email address.
9565 2004-10-12  Kelley Cook  <kcook@gcc.gnu.org>
9567         * configure.in (*-*-cygwin*): Supress warning if newlib not present.
9568         * configure: Regenerate.
9570 2004-10-07  J"orn Rennecke  <joern.rennecke@st.com>
9572         * MAINTAINERS:  Update my email address.
9574 2004-10-07  Kazu Hirata  <kazu@cs.umass.edu>
9576         * MAINTAINERS (Language Front Ends Maintainers): New.  Move
9577         entries belonging to this category.
9579 2004-10-06  Josef Zlomek  <josef.zlomek@email.cz>
9581         * MAINTAINERS: Update my e-mail address.
9583 2004-10-06  Paolo Bonzini  <bonzini@gnu.org>
9585         Fix wrong conflict resolution in:
9587         2004-08-16  Paolo Bonzini  <bonzini@gnu.org>
9589         * Makefile.in: Regenerate.
9590         * Makefile.tpl (Autogenerated `all-*' targets): Invoke $(TARGET-*)
9591         in the recursive `make', instead of hardwiring `all'.
9592         (Autogenerated TARGET-* variables): New.
9594 2004-10-05  Tomer Levi  <Tomer.Levi@nsc.com>
9596         * configure.in: Enable target-libgloss for crx-*-*.
9597         * configure: Regenerate.
9599 2004-10-04  Kazu Hirata  <kazu@cs.umass.edu>
9601         * MAINTAINERS (Various Maintainers): Move the "windows,
9602         cygwin, mingw" maintainer to ...
9603         (OS Port Maintainers): ... here.
9605 2004-10-04  Kazu Hirata  <kazu@cs.umass.edu>
9607         * MAINTAINERS (Write After Approval): Remove those that are
9608         maintainers of some subsystem.
9610 2004-10-02  P.J. Darcy  <darcypj@us.ibm.com>
9612         * ltcf-c.sh (tpf*): Add ld_shlibs=yes.
9613         * ltcf-cxx.sh (tpf*): Likewise.
9614         * ltconfig (tpf*): Add TPF OS configuration support.
9616 2004-10-01  Bernd Schmidt  <bernds_cb1@t-online.de>
9618         * MAINTAINERS: Change my email address to my new work account.
9620 2004-09-24  Michael Roth  <mroth@nessie.de>
9622         * configure.in (--without-headers): Add missing double quotes.
9623         * configure: Regenerate.
9625 2004-09-24  Kelley Cook  <kcook@gcc.gnu.org>
9627         * ylwrap: Revert to previous version.
9629 2004-09-23  H.J. Lu  <hongjiu.lu@intel.com>
9631         PR bootstrap/17369
9632         * Makefile.tpl (REALLY_SET_LIB_PATH): Add @SET_GCC_LIB_PATH@.
9633         (HOST_EXPORTS]): Add @SET_GCC_LIB_PATH@. Set and export
9634         SET_GCC_LIB_PATH_CMD.
9635         (BASE_TARGET_EXPORTS): Likewise.
9636         * Makefile.in: Regenerated.
9638         * configure.in (SET_GCC_LIB_PATH): Set and substitute.
9639         * configure: Regenerated.
9641 2004-09-23  Kelley Cook  <kcook@gcc.gnu.org>
9643         * config.guess: New upstream version
9644         * compile, depcomp, install-sh, ylwrap: Likewise.
9646 2004-09-19  Roger Sayle  <roger@eyesopen.com>
9648         * config/mh-x86omitfp: New host makefile fragment.  Add
9649         -fomit-frame-pointer to the default BOOT_CFLAGS.
9650         * configure.in: Use it to speed up bootstrap on some IA-32 hosts.
9651         * configure: Regenerate.
9653 2004-09-15  Andrew Pinski  <pinskia@physics.uc.edu>
9655         PR target/11572
9656         * configure.in (*-*-darwin*): Renable libobjc.
9657         * configure: Regenerate.
9659 2004-09-10  Nathan Sidwell  <nathan@codesourcery.com>
9661         * MAINTAINERS: Add self as c++ and type-safe vector maintainer.
9663 2004-09-09  Daniel Berlin  <dberlin@dberlin.org>
9665         * Makefile.def: Remove libbanshee.
9666         * Makefile.tpl: Ditto.
9667         * configure.in: Ditto.
9668         * Makefile.in: Regen.
9669         * configure: Ditto.
9671 2004-09-08  David Edelsohn  <edelsohn@gnu.org>
9673         * ltmain.sh: Use $pic_object as $non_pic_object if
9674         $non_pic_object=none.
9676 2004-09-07  Paolo Bonzini  <bonzini@gnu.org>
9678         * missing: Import latest version from master repository.
9680 2004-09-06  Nick Clifton  <nickc@redhat.com>
9682         * config.sub: Import latest version from master repository.
9683         * config.guess: Likewise.
9684         This includes these changes:
9686         2004-08-27  Hans-Peter Nilsson  <hp@axis.com>
9688         * config.sub: Handle crisv32, alias etraxfs.
9689         * config.guess (crisv32:Linux:*:*): Handle.
9691         2004-08-13  Brad Smith  <brad@comstyle.com>
9693         * config.guess (*:OpenBSD:*:*): Remove defunct MIPS machines.
9694         (sgi:OpenBSD:*:*): Emit mips64, not mipseb.
9696         2004-08-11  Paul Eggert  <eggert@cs.ucla.edu>
9698         * config.guess (*:Darwin:*:*): If uname -p reports "unknown",
9699         assume the processor is a powerpc.  This is because coreutils
9700         uname (at least versions 4.5.7 through 5.2.1) outputs "unknown"
9701         in this case, due to a MacOS X bug that causes
9702         sysctl ((int[]) {CTL_HW, HW_MACHINE_ARCH}, 2, buffer, &bufsize, 0, 0)
9703         to return a negative number.
9704         Problem reported by Petter Reinholdtsen in:
9705         http://lists.gnu.org/archive/html/bug-gnu-utils/2003-02/msg00201.html
9707         2004-07-19  Ben Elliston  <bje@gnu.org>
9709         * config.guess (S7501:*:4.0:3.0): Handle NCR System V UNIX machine.
9711         2004-06-24  Ben Elliston  <bje@gnu.org>
9713         * config.guess: Update copyright years.
9714         * config.sub: Likewise.
9716         2004-06-22  Robert Millan  <robertmh@gnu.org>
9718         * config.guess (*:FreeBSD:*:*): Remove check for glibc (unneeded
9719         since GNU/kFreeBSD systems match *:GNU/*:*:* instead).
9721         2004-06-22  Stanley F. Quayle <stan@stanq.com>
9723         * config.guess (*:*VMS:*:*): New entry. Replaces
9724         Alpha:OpenVMS:*. Recognize and advertise all VMS flavors as dec
9725         manufacturer.
9727         2004-06-22  Ben Elliston  <bje@gnu.org>
9729         * config.guess: Cray fixes from Wendy Palm <wendyp@cray.com>.
9730         * config.sub: Likewise.
9732         2004-06-22  Ben Elliston  <bje@gnu.org>
9734         Reported by Hans-Peter Nilsson <hp@bitrange.com>:
9735         * config.sub: Correctly handle mmix-knuth and mmix-knuth-mmixware.
9737         2004-06-11  Ben Elliston  <bje@gnu.org>
9739         * config.guess (pegasos:OpenBSD:*:*): Remove.
9741         2004-06-11  Ben Elliston  <bje@gnu.org>
9743         From Wouter Verhelst <wouter@grep.be>:
9744         * config.guess (M68*:*:R3V[5678]:*): Detect R3V8.
9746         2004-06-11  Ben Elliston  <bje@gnu.org>
9748         * config.guess (luna88k:OpenBSD:*:*): New.
9750         2004-03-12  Kazuhiro Inaoka  <inaoka.kazuhiro@renesas.com>
9752         * config.guess (m32r*:Linux:*:*): New case.
9753         * config.sub: Handle m32rle.
9755         2004-03-12  Ben Elliston  <bje@wasabisystems.com>
9757         From Jens Petersen  <petersen@redhat.com>:
9758         * config.sub: Handle sparcv8.
9760         2004-03-03  Ben Elliston  <bje@wasabisystems.com>
9762         From Tom Smith <smith@cag.lkg.hp.com>:
9763         * config.guess: Version suffixes are equally significant on Tru64
9764         V4.* and V5.*, so do not ignore them on V5.*.  Handle a version
9765         prefix of "P" (patched kernel).
9767         2004-02-23  Tal Agmon  <Tal.Agmon@nsc.com>
9769         * config.sub: Add support for National Semiconductor CRX target.
9771 2004-09-03  Janis Johnson  <janis187@us.ibm.com>
9773         * MAINTAINERS (Various Maintainers): Remove myself as web page
9774         maintainer, add myself as maintainer of build status lists.
9776 2004-09-03  Jan Beulich  <jbeulich@novell.com>
9778         * configure.in: Remove target-libstdc++-v3 from noconfigdirs for
9779         *-*-netware, but add target-libmudflap.
9780         Consolidate *-*-netware targets (of which really only i?86 exists)
9781         into a single entry.
9782         * configure: Likewise.
9784 2004-09-01  Paolo Bonzini  <bonzini@gnu.org>
9786         * Makefile.tpl (sorry): Remove.
9787         (clean-stage[+id+], clean-stage[+id+]-module): New targets.
9788         (cleanstrap targets): Depend on distclean, not distclean-stage1.
9789         (do-clean): Clean per-stage directories too.
9790         (do-distclean): Run distclean-stage1 too.
9791         (.NOTPARALLEL): Enable during toplevel bootstrap.
9792         (stage[+id+]-bubble): Enable parallel execution during
9793         the recursive invocation.
9794         * Makefile.in: Regenerate.
9796         Fix previous checkin:
9798         * Makefile.tpl: Move BOOT_CFLAGS above host makefile fragment
9799         include.
9800         * configure.in: Fix indentation.
9801         * configure: Regenerate.
9803 2004-08-31  Robert Bowdidge  <bowdidge@apple.com>
9805         * Makefile.in: Move BOOT_CFLAGS above host makefile fragment include.
9806         * configure.in: add test for powerpc-*-darwin* to specify makefile frag
9807         * configure: regenerate
9808         * config/mh-ppc-darwin: create file, override BOOT_CFLAGS for
9809         -mdynamic-no-pic
9811 2004-08-31  Paolo Bonzini  <bonzini@gnu.org>
9813         * Makefile.def (build_modules): Add fixincludes.
9814         (dependencies): Make gcc depend on fixincludes.
9815         * configure.in (build_tools): Add fixincludes.
9816         (build_configdirs): Always include build_libs.
9817         * Makefile.in: Regenerate.
9818         * configure: Regenerate.
9820 2004-08-30  Paolo Bonzini  <bonzini@gnu.org>
9822         * Makefile.def (bootstrap stages): Add 'lean' parameter.
9823         * Makefile.tpl (configure-stageN-*, all-stageN-*): Turned into
9824         phony targets; do not generate timestamp files.
9825         (distclean-stageN): Remove references to their timestamp files.
9826         (restageN, touch-stageN): Remove.
9827         (stageN-bubble): Rewritten.
9828         (compare): Support lean bootstraps.
9829         * Makefile.in: Regenerate.
9831         * configure.in: Only warn when bootstrapping but
9832         build != host or build != target.  Support lean bootstraps.
9833         * configure: Regenerate.
9835 2004-08-26  Phil Edwards  <phil@codesourcery.com>
9837         * configure.in:  Give a better error message if GMP/MPFR are missing
9838         and a language needing them has been requested.
9839         * configure:  Regenerated.
9841 2004-08-25  Phil Edwards  <phil@codesourcery.com>
9843         * configure.in:  Print a list of available language front-ends if
9844         a requested one is missing.  Tidy stray tab characters.
9845         * configure:  Regenerated.
9847 2004-08-19  Michael Koch  <konqueror@gmx.de>
9849         * gcc/doc/install.texi: Update entry about automake for libjava.
9851 2004-08-17  Robert Millan  <robertmh@gnu.org>
9853         * configure.in: In noconfigdirs check, match GNU/k*BSD with GNU/Linux
9854         (instead of FreeBSD).
9855         * configure: Regenerate.
9857 2004-08-16  Paolo Bonzini  <bonzini@gnu.org>
9859         * Makefile.in: Regenerate.
9860         * configure: Regenerate.
9862         * Makefile.def (bootstrap-stage): Rename extra_*_flags to
9863         stage_*_flags.
9864         * Makefile.tpl (configure-[+module+], all-[+module+]): Exit
9865         for bootstrapped modules if toplevel bootstrap is going.
9866         (GCC bootstrap): Generate per-stage targets for all bootstrapped
9867         modules.  Adjust for changes in Makefile.def.  Enable several
9868         rules even in non-bootstrap mode, just to avoid peppering the
9869         template with unnecessary "@if/@endif gcc-bootstrap" pairs.
9870         (stage-[+prev+]-bubble): Remove.
9872         * Makefile.def (Dependencies): Depend on all-build-bison,
9873         all-build-flex, all-build-byacc, all-build-texinfo, rather
9874         than the host variations.
9875         * Makefile.tpl (BUILD_DIR_PREFIX): Remove.  Replace throughout
9876         with BUILD_SUBDIR.
9877         (BISON): Update for recent Bisons.
9878         (YACC): Fix typo.
9879         (cross): Depend on all-build.
9880         (all): Do not depend on all-build.
9881         (prebootstrap): Remove.
9882         (dep-kind): Accept separate prefixes for MODULE and ON variables.
9883         (Prebootstrap dependencies): Add them to the per-stage targets
9884         and to all-prebootstrap.
9885         * configure.in (build_configdirs): Always enable build_tools.
9886         (BUILD_DIR_PREFIX): Remove.
9888         * Makefile.def (gcc): Add target variable.
9889         (gdb, expect, guile, tk, tix): Replace with_x with extra_make_flags.
9890         * Makefile.tpl (Autogenerated `all-*' targets): Invoke $(TARGET-*)
9891         in the recursive `make', instead of hardwiring `all'.
9892         (Autogenerated TARGET-* variables): New.
9894 2004-08-13  Brian Booth  <bbooth@redhat.com>
9896         * MAINTAINERS: Remove myself from write-after-approval.
9898 2004-08-12  Nathanael Nerode  <neroden@gcc.gnu.org>
9900         * src-release: Stop distributing mmalloc with gdb (which doesn't
9901         use it).
9902         * Makefile.def: GDB doesn't depend on mmalloc anymore.
9903         * Makefile.in: Regenerate.
9905 2004-08-09  Mark Mitchell  <mark@codesourcery.com>
9907         * configure.in (arm*-*-eabi*): New target.
9908         * configure: Regenerate.
9910 2004-08-06  Paolo Bonzini  <bonzini@gnu.org>
9912         * Makefile.def (bfd, opcodes, gcc, zlib): Mark as bootstrap module.
9913         (bison, byacc, flex, texinfo): Do not mark as bootstrap module.
9914         (Dependencies): New section.
9915         * Makefile.tpl (Dependencies): Generate from Makefile.def.
9916         (configure-target-[+module+]): Depend on maybe-all-gcc
9917         (all-prebootstrap): New name of all-bootstrap.  Changed throughout.
9918         (toplevel profiledbootstrap): Fix dependencies.
9919         * Makefile.in: Regenerate.
9921 2004-08-03  Mark Mitchell  <mark@codesourcery.com>
9923         * configure.in (arm*-*-symbianelf*): Add ${libgcj} and
9924         target-libiberty to noconfigdirs.
9925         * configure: Regenerate.
9927 2004-08-03  Paul Brook  <paul@codesourcery.com>
9929         * configure.in: Check for MPFR as well as GMP.
9930         * configure: Regenerate.
9932 2004-08-01  Robert Millan  <robertmh@gnu.org>
9934         * configure.in: Turn mt-linux into mt-gnu. Use mt-gnu and enable
9935         libmudflap for all GNU-based systems (with Glibc).
9936         * configure: Regenerate.
9938 2004-08-03  Paolo Bonzini  <bonzini@gnu.org>
9940         * Makefile.def (host-modules): Add gcc.
9941         * Makefile.in: Regenerate.
9942         * Makefile.tpl (sorry): New rule.
9943         (configure-host, all-host, [+make_target+]-host, do-check,
9944         install-host): Do not add gcc as a special case.
9945         (host modules): Add a small special-casing for gcc.  Export
9946         extra_make_flags through the environment.
9947         (maybe-configure-gcc, configure-gcc, maybe-all-gcc, all-gcc,
9948         maybe-check-gcc, check-gcc, maybe-install-gcc, install-gcc,
9949         other recursive targets for gcc): Remove.
9951         (all, do-[+make_target+], do-check): Wrap between unstage and stage.
9952         (stage, unstage): New rules.
9953         (stage[+id+]-start, stage[+id+]-end, [+compare-target+],
9954         distclean-stage[+id+]): Use stage_current.
9955         ([+bootstrap-target+], profiledbootstrap): Do not invoke manually
9956         the stage*-start rules.
9958 2004-08-02  Geoffrey Keating  <geoffk@apple.com>
9960         * ltcf-cxx.sh: On Darwin, make archive multi-module, and don't
9961         use -all_load flag.
9963 2004-08-02  Paolo Bonzini  <bonzini@gnu.org>
9965         * configure.in: Sync from src, add noconfigdirs for crx-*-*.
9966         * configure: Regenerate.
9968 2004-07-16  Toon Moene  <toon@moene.indiv.nluug.nl>
9970         * maintainer-scripts/gcc_release: Revert yesterday's change.
9972 2004-07-16  Segher Boessenkool  <segher@kernel.crashing.org>
9974         * MAINTAINERS: Add myself to write-after-approval.
9976 2004-07-15  Toon Moene  <toon@moene.indiv.nluug.nl>
9978         * libf2c: Removed.
9979         * gcc/gccbug.in: Updated because of libf2c removal.
9980         * maintainer-scripts/gcc_release: Ditto.
9982 2004-07-09  Loren J. Rittle  <ljrittle@acm.org>
9984         * configure.in: Build libmudflap by default on FreeBSD.
9985         * configure: Regenerated.
9987 2004-07-09  Mark Mitchell  <mark@codesourcery.com>
9989         * configure.in: Do not build libmudflap by default on non-GNU/Linux
9990         systems.
9991         * configure: Regenerated.
9993 2004-07-08  John David Anglin  <dave.anglin@nrc-cnrc.gc.ca>
9995         PR target/16344
9996         * Makefile.tpl (profiledbootstrap): Build runtime libraries with
9997         feedback based compiler.
9998         * Makefile.in: Rebuilt.
10000 2004-07-08  Alexandre Oliva  <aoliva@redhat.com>
10002         * Makefile.def (host_modules): Set bootstrap=true for flex.
10003         * Makefile.tpl (all-gcc): Depend on texinfo and flex.
10004         * Makefile.in: Rebuilt.
10006 2004-07-07  Jan Hubicka  <jh@suse.cz>
10008         * MAINTAINERS: Add self as a profile feedback maintainer.
10010 2004-07-05  Phil Edwards  <phil@codesourcery.com>
10012         * configure.in:  Do not prepend $srcdir to /dev/null in
10013         makefile fragments.
10014         * configure:  Regenerate.
10016 2004-07-01  Paolo Bonzini  <bonzini@gnu.org>
10018         * Makefile.def (build_modules): Add bison, byacc, flex,
10019         m4, texinfo.
10020         (flags_to_pass): Add FLEX.
10021         * Makefile.tpl (BUILD_DIR_PREFIX, BASE_EXPORTS): New.
10022         (BUILD_EXPORTS, HOST_EXPORTS, BASE_TARGET_EXPORTS): Include it.
10023         (DEFAULT_YACC, USUAL_YACC, DEFAULT_LEX, USUAL_LEX, DEFAULT_M4,
10024         DEFAULT_MAKEINFO): Remove.
10025         (CONFIGURED_YACC, CONFIGURED_FLEX, CONFIGURED_BISON,
10026         CONFIGURED_LEX, CONFIGURED_M4, CONFIGURED_MAKEINFO): Substitute.
10027         (YACC, FLEX, BISON, LEX, M4, MAKEINFO): Define to look into
10028         objdir or else use configured tool.
10029         (all-build): New.
10030         (all): Depend on it.
10031         (Build module dependencies): Add.
10032         * Makefile.in: Regenerate.
10033         * configure.in: Better support for multiple build modules,
10034         matching what is done for host/target modules.  Do not look
10035         for "plausible" locations of build tools if Canadian cross.
10036         Use autoconf's AC_PROG_CC to find a C compiler.  Define
10037         BUILD_DIR_PREFIX.  Look for flex, makeinfo and m4.
10038         * configure: Regenerate.
10040 2004-06-22  Paolo Bonzini  <bonzini@gnu.org>
10042         * Makefile.tpl (HOST_EXPORTS): Fix pasto.
10043         * Makefile.in: Regenerate.
10045 2004-06-22  Paolo Bonzini  <bonzini@gnu.org>
10047         * Makefile.tpl (configure-build-[+module+],
10048         configure-[+module+], configure-target-[+module+]): Pass
10049         [+extra_configure_args+].
10050         (all-build-[+module+], all-[+module+], check-[+module+],
10051         install-[+module+], [+make_target+]-[+module+],
10052         all-target-[+module+], check-target-[+module+],
10053         install-target-[+module+], [+make_target+]-target-[+module+]):
10054         Pass [+extra_make_args+].
10055         (HOST_EXPORTS): Include the former GCC_HOST_EXPORTS.
10056         (GCC_HOST_EXPORTS): Remove.
10057         (configure-gcc, all-gcc, GCC_STRAP_TARGETS, profiledbootstrap,
10058         cross, check-gcc, check-gcc-c++, install-gcc,
10059         gcc-no-fixedincludes, [+make_target+]-gcc, stage[+id+]-bubble):
10060         Replace GCC_HOST_EXPORTS with HOST_EXPORTS.
10061         * Makefile.in: Regenerate.
10063 2004-06-21  Matthew Sachs  <msachs@apple.com>
10065         * MAINTAINERS: Added self to write-after-approval.
10067 2004-06-21  Christopher Faylor  <cgf@alum.bu.edu>
10069         * configure.in: Check for srcdir/winsup rather than build directory
10070         winsup.
10071         * configure: Regenerate.
10073 2004-06-17  Corinna Vinschen  <vinschen@redhat.com>
10075         * configure.in: Don't build Cygwin native newlib if winsup
10076         directory is missing.  Emit warning instead.
10077         * configure: Regenerate.
10079 2004-06-09  Paolo Bonzini  <bonzini@gnu.org>
10081         * Makefile.tpl (touch-stage[+id+]): New.
10082         (restage[+prev+]): Depend on touch-stage[+id+].
10084         * Makefile.tpl (RECURSE_FLAGS_TO_PASS): New.
10085         Use it throughout.
10087         * Makefile.def: Add profile and feedback bootstrap stages.
10088         Remove next field from bootstrap stages.
10089         * Makefile.tpl (LN, LN_S): Substitute.
10090         (stageN-start, stageN-end): Use double-colon rules, to
10091         provide a hook for additional setup commands.
10092         (distclean-stageN-gcc, restageN): Create dependencies from
10093         [+prev+], not from [+next+].
10094         (stageN-bubble): Add commands for successive stages from
10095         [+prev+], using double-colon rules.
10096         (all-stageN-gcc): Fix typo.
10097         (stagefeedback-start, profiledbootstrap): New.
10098         * Makefile.in: Regenerate.
10099         * configure.in: Call ACX_PROG_LN.
10100         * configure: Regenerate.
10102 2004-06-08  Canqun Yang  <canqun@nudt.edu.cn>
10104         * MAINTAINERS (Write After Approval): Add myself.
10106 2004-06-03  Mark G. Adams  <mark.g.adams@sympatico.ca>
10108         * MAINTAINERS (Write After Approval): Add myself.
10110 2004-06-03  Paolo Bonzini  <bonzini@gnu.org>
10112         * configure.in: Fix --enable-bootstrap breakage introduced in trees
10113         without gcc.
10114         * configure: Regenerate.
10116 2004-06-01  Paolo Bonzini  <bonzini@gnu.org>
10118         * Makefile.tpl: Fix typo.
10119         * Makefile.in: Regenerate.
10121 2004-06-01  Paolo Bonzini  <bonzini@gnu.org>
10123         * configure.in: Remove new- prefix from toplevel
10124         bootstrap targets.
10125         * configure: Regenerate.
10127 2004-06-01  Paolo Bonzini  <bonzini@gnu.org>
10129         * Makefile.tpl (all.normal): Rename to all.
10130         (all): Replace with a rule to pick the default
10131         target from configure.
10132         (all-gcc, configure-gcc): Use conditionals to
10133         do nothing when toplevel bootstrap is going on.
10134         (GCC directory bootstrap) [gcc-bootstrap]: Disable.
10135         (Toplevel bootstrap) [gcc-no-bootstrap]: Disable.
10136         * configure.in: Support --enable-bootstrap.
10138         * Makefile.def: Remove new- prefix from toplevel
10139         bootstrap targets.
10140         * Makefile.tpl: Likewise.
10142         * Makefile.def: Add bootstrap_stage 4.  Add bootstrap2
10143         target.
10145         * Makefile.tpl (Toplevel bootstrap): Pass $(BASE_FLAGS_TO_PASS)
10146         $(RECURSE_FLAGS) to recursive invocation of make.
10148         * Makefile.in: Regenerate.
10149         * configure: Regenerate.
10151 2004-05-30  Andreas Jaeger  <aj@suse.de>
10152             Jim Wilson  <wilson@specifixinc.com>
10154         * config-ml.in: Pass FFLAGS and ADAFLAGS for multilibs, handle F77
10155         like CC.
10157 2004-05-27  Daniel Jacobowitz  <dan@debian.org>
10159         * configure.in: Fix sed invocation for GFORTRAN_FOR_TARGET.
10160         * configure: Regenerate.
10162 2004-05-25  Daniel Jacobowitz  <drow@false.org>
10164         * Makefile.tpl (BUILD_EXPORTS, HOST_EXPORTS, GCC_HOST_EXPORTS)
10165         (STAGE_HOST_EXPORTS, BASE_TARGET_EXPORTS, RAW_CXX_TARGET_EXPORTS)
10166         (NORMAL_TARGET_EXPORTS): New macros.  Use them in all the recursive
10167         targets.
10168         * Makefile.in: Regenerate.
10170 2004-05-24  Paolo Bonzini  <bonzini@gnu.org>
10172         * configure.in: Test the ability to symlink directories.
10173         * configure: Regenerate.
10175         * Makefile.def (bootstrap-stage): New definitions.
10176         * Makefile.tpl (configure-stage1-gcc,
10177         configure-stage2-gcc, configure-stage3-gcc,
10178         all-stage1-gcc, all-stage2-gcc, all-stage3-gcc,
10179         new-bootstrap, new-cleanstrap, new-restage1, new-restage2,
10180         new-restage3, compare): Autogenerate, see Makefile.in
10181         entry for behavioral changes.
10182         (distclean-stage1, new-stage1-start, new-stage1-end,
10183         new-stage1-bubble, distclean-stage2, new-stage2-start,
10184         new-stage2-end, new-stage2-bubble, distclean-stage3,
10185         new-stage3-start, new-stage3-end): New autogenerated targets.
10186         (objext, prebootstrap, BOOT_CFLAGS,
10187         POSTSTAGE1_FLAGS_TO_PASS): Move above the autogenerated
10188         targets.
10190         * Makefile.in: Regenerate.
10191         (distclean-stage1, new-stage1-start, new-stage1-end,
10192         new-stage1-bubble, distclean-stage2, new-stage2-start,
10193         new-stage2-end, new-stage2-bubble, distclean-stage3,
10194         new-stage3-start, new-stage3-end): New targets.
10195         (all-stage1-gcc): Move prebootstrap dependency from here...
10196         (configure-stage1-gcc): ...to here.
10197         (new-bootstrap): Use bubble targets.
10198         (new-cleanstrap, new-restage1, new-restage2, new-restage3):
10199         Use per-stage distclean targets.
10200         (configure-stage1-gcc, configure-stage2-gcc,
10201         configure-stage3-gcc, all-stage1-gcc,
10202         all-stage2-gcc, all-stage3-gcc, new-bootstrap):
10203         Use new-stageN-start to prepare the tree.
10205 2004-05-23  Paolo Bonzini  <bonzini@gnu.org>
10207         * Makefile.def (host_modules): add libcpp.
10208         * Makefile.tpl: Add dependencies on and for libcpp.
10209         * Makefile.in: Regenerate.
10210         * configure.in: Add libcpp host module.
10211         * configure: Regenerate.
10213 2004-05-21  Paolo Bonzini  <bonzini@gnu.org>
10215         * Makefile.tpl: Whenever a recursive target is defined, wrap
10216         it in a special @if/@endif block, and prepare its maybe
10217         dependency in the @if/@endif block
10218         * configure.in: Instead of writing maybe dependencies, remove
10219         the @if/@endif statements, and remove the @if/@endif blocks
10220         that remain.
10221         * configure: Regenerate.
10222         * Makefile.in: Regenerate.
10224 2004-05-20  Janis Johnson  <janis187@us.ibm.com>
10226         * MAINTAINERS (Various Maintainers): Add myself for compat testsuite.
10228 2004-05-18  Kaz Kojima  <kkojima@gcc.gnu.org>
10230         PR bootstrap/15120
10231         * libtool.m4 (lt_cv_deplibs_check_method): Use pass_all on sh*.
10232         * */configure: Rebuilt.
10234 2004-05-17  Zack Weinberg  <zack@codesourcery.com>
10236         * Makefile.def, Makefile.tpl, configure.in: Remove all mention
10237         of libf2c.
10238         * configure, Makefile.in: Regenerate.
10240 2004-05-13  Tobias Schlüter  <tobi@gcc.gnu.org>
10242         * MAINTAINERS (Write After Approval): Add myself.
10244 2004-05-13  Diego Novillo  <dnovillo@redhat.com>
10246         Merge from tree-ssa-20020619-branch.
10248         * Makefile.def: Add libbanshee, libmudflap and libgfortran.
10249         * Makefile.tpl (BUILD_CONFIGDIRS): Add libbanshee.
10250         (HOST_GMPLIBS): Define.
10251         (HOST_GMPINC): Define.
10252         (TARGET_LIB_PATH): Add libmudflap.
10253         (GFORTRAN_FOR_TARGET): Define.
10254         (configure-build*): Export GFORTRAN.
10255         (configure-gcc): Export GMPLIBS and GMPINC.
10256         (all-gcc): Add maybe-all-libbanshee.
10257         (configure-target-libgfortran): Define.
10258         * Makefile.in: Regenerate.
10259         * configure.in (host_libs): Add libbanshee.
10260         (target_libraries): Add target-libmudflap and target-libgfortran.
10261         Add --with-libbanshee.
10262         Handle --disable-libmudflap.
10263         (*-*-freebsd*): Use with_gmp.
10264         Add $(libgcj) to noconfigdirs.
10265         * configure: Regenerate.
10266         * depcomp: New file.
10267         * MAINTAINERS: Add tree-ssa maintainers.
10269 2004-05-04  Vladimir Makarov  <vmakarov@redhat.com>
10271         * MAINTAINERS (Various Maintainers): Add myself.
10273 2004-04-30  Brian Ford  <ford@vss.fsi.com>
10275         * MAINTAINERS (Write After Approval): Add myself.
10277 2004-04-29  Uros Bizjak  <uros@kss-loka.si>
10279         * MAINTAINERS (Write After Approval): Add myself.
10281 2004-04-28  Paolo Bonzini  <bonzini@gnu.org>
10283         * config/acx.m4: Fix fastcompare support for new-bootstrap.
10284         * configure: Regenerate.
10286 2004-04-27  Paolo Bonzini  <bonzini@gnu.org>
10288         Revert:
10289         2004-04-26  Paolo Bonzini  <bonzini@gnu.org>
10291         * Makefile.def (flags_to_pass): Remove *dir variables that
10292         are passed to the modules via TOPLEVEL_CONFIGURE_ARGUMENTS,
10293         as well as prefix and exec_prefix.
10294         * Makefile.in: Regenerate.
10296 2004-04-26  Robert Millan  <robertmh@gnu.org>
10298         Add patches from libtool CVS.
10299         * libtool.m4: Add kfreebsd*-gnu and knetbsd*-gnu.
10300         * ltconfig: Likewise.
10301         * ltcf-c.sh: Likewise.
10302         * ltcf-cxx.sh: Likewise.
10303         * ltcf-gcj.sh: Likewise.
10305 2004-04-26  Paolo Bonzini  <bonzini@gnu.org>
10307         * Makefile.def (host_modules): Mark with the bootstrap
10308         flag packages on which gcc depends.
10309         * Makefile.tpl (all-bootstrap): Use it.
10310         * Makefile.in: Regenerate.
10312 2004-04-26  Paolo Bonzini  <bonzini@gnu.org>
10314         * Makefile.def (flags_to_pass): Remove *dir variables that
10315         are passed to the modules via TOPLEVEL_CONFIGURE_ARGUMENTS,
10316         as well as prefix and exec_prefix.
10317         * Makefile.in: Regenerate.
10319 2004-04-26  Paolo Bonzini  <bonzini@gnu.org>
10321         * configure.in: Invoke ACX_PROG_CMP_IGNORE_INITIAL.
10322         * configure: Regenerate.
10323         * config/acx.m4: Mutuate ACX_PROG_CMP_IGNORE_INITIAL from gcc.
10324         * gcc/Makefile.tpl (compare): Use the result of the test.
10325         * gcc/Makefile.in: Regenerate.
10327 2004-04-23  Paolo Bonzini  <bonzini@gnu.org>
10329         * Makefile.tpl (all-stage1-gcc, all-stage2-gcc, all-stage3-gcc):
10330         Always relocate gcc and prev-gcc to the original names, even
10331         if the build fails.
10332         (new-cleanstrap, new-restage1, new-restage2, new-restage3):
10333         New targets.
10335 2004-04-23  Laurent GUERBY <laurent@guerby.net>
10337         * MAINTAINERS: Update my email address.
10339 2004-04-19  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
10341         * configure.in (mips*-*-irix5*): Enable ld.
10342         * configure: Regenerate.
10344 2004-04-16  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
10346         * configure: Regenerate.
10348 2004-04-15  James E Wilson  <wilson@specifixinc.com>
10350         * Makefile.tpl (configure-[+module+], configure-gcc,
10351         configure-stage1-gcc, configure-stage2-gcc, configure-stage3-gcc):
10352         Set and export LDFLAGS.
10353         * Makefile.in: Regenerate.
10355 2004-04-12  Michael Chastain  <mec.gnu@mindspring.com>
10357         * MAINTAINERS: Add myself to write-after-approval.
10359 2004-04-09  Nathanael Nerode  <neroden@gcc.gnu.org>
10361         PR bootstrap/14871
10362         * Makefile.tpl: If we don't have built-in-tree target tools,
10363         use the ones found by configure rather than hacking around with
10364         program_transform_name.
10365         * configure.in: Give Makefile.tpl the information necessary
10366         to do that.
10367         * Makefile.in: Regenerate.
10368         * configure: Regenerate.
10370 2004-04-06  Nathanael Nerode  <neroden@gcc.gnu.org>
10372         PR bootstrap/14760
10373         * configure.in: When computing baseargs, strip *all* copies of
10374         offending options.  Also, don't match/substitute the trailing space,
10375         so that this actually works when two similar options are separated by
10376         only one space.
10377         * configure: Regenerate.
10379 2004-04-06  David Edelsohn  <edelsohn@gnu.org>
10381         * configure.in (powerpc-*-aix*): Remove target-libada from noconfigdirs.
10382         (rs6000-*-aix*): Same.
10383         * configure: Regenerate.
10385 2004-04-05  Ranjit Mathew  <rmathew@hotmail.com>
10387         * MAINTAINERS: Add myself to write-after-approval.
10389 2004-04-03  Bud Davis  <bdavis9659@comcast.net>
10391         * MAINTAINERS: Add myself to write-after-approval.
10393 2004-03-24  Nathanael Nerode  <neroden@gcc.gnu.org>
10395         * Makefile.tpl (top level bootstrap support): Remove now-unneeded
10396         STRICT_WARN, WARN_CFLAGS flags passed down to make.
10397         * Makefile.in: Regenerate.
10399         * configure.in (top level bootstrap support): Rework --enable-werror
10400         to set @stage2_werror_flag@.
10401         * configure: Regenerate.
10402         * Makefile.tpl (top level bootstrap support): Pass
10403         @stage2_werror_flag@ down to configure in stages 2 and 3.
10404         * Makefile.in: Regenerate.
10406 2004-03-23  Nathanael Nerode  <neroden@gcc.gnu.org>
10408         * Makefile.tpl (new-bootstrap): Set CC and CC_FOR_BUILD in configure
10409         for stages 2 and 3 as well as in make.  As a consequence, remove
10410         OUTPUT_OPTION (now detected by configure) from the flags passed down
10411         to make.
10412         * Makefile.in: Regenerate.
10414         * Makefile.tpl (new-bootstrap): Fix typo.
10415         * Makefile.in: Regenerate.
10417 2004-03-22  Nathanael Nerode  <neroden@gcc.gnu.org>
10419         * Makefile.tpl: Rearrange by moving recursive_targets rules
10420         into their proper sections.
10421         * Makefile.tpl (top level bootstrap support): Move disabling
10422         of coverage flags from 'make' to 'configure'; improve comments.
10423         * Makefile.in: Regenerate.
10425         * Makefile.tpl (experimental top level bootstrap) Move stage1
10426         language setting from all- target to configure- target; disable
10427         intermodule optimization in stage 1; prevent gratuitous rebuilds
10428         of stage 1.
10429         * Makefile.in: Regenerate.
10430         * configure.in: Comma-separate stage 1 language list for top
10431         level bootstrap.
10432         * configure: Regenerate.
10434         * Makefile.tpl: Clean up experimental top level bootstrap support:
10435         note known problems; set CONFIG_SHELL; don't set BUILD_CC; relocate
10436         prev-gcc in configure- targets as well as all- targets.
10437         * Makefile.in: Regenerate.
10439 2004-03-21  Kelley Cook  <kcook@gcc.gnu.org>
10441         * compile: New file imported from automake.
10443 2004-03-17  Paolo Bonzini  <bonzini@gnu.org>
10445         * configure.in: Remove symbolic link section.
10446         * configure: Regenerate.
10447         * Makefile.tpl (links): Remove.
10448         * Makefile.in: Regenerate.
10450 2004-03-15  Paolo Bonzini  <bonzini@gnu.org>
10451             Nathanael Nerode  <neroden@gcc.gnu.org>
10453         * configure.in (DEFAULT_YACC, DEFAULT_M4, DEFAULT_LEX):
10454         Set with AC_CHECK_PROGS.
10455         * configure.in: Fix comment typo from last patch.
10456         * configure: Regenerate.
10458 2004-03-15  Nathanael Nerode  <neroden@gcc.gnu.org>
10460         * Makefile.tpl: Introduce experimental top level bootstrap support.
10461         * Makefile.in: Regenerate.
10462         * configure.in: Introduce support for top level bootstrap.
10463         * configure: Regenerate.
10465 2004-03-12  Eric Botcazou  <ebotcazou@gcc.gnu.org>
10466             Paolo Bonzini  <bonzini@gnu.org>
10468         PR bootstrap/14522
10469         * configure.in: Cope with shells that do not support unquoted ^
10470         * configure: Regenerate.
10472 2004-03-11  Eric Botcazou  <ebotcazou@gcc.gnu.org>
10473             Paolo Bonzini  <bonzini@gnu.org>
10475         PR bootstrap/14522
10476         * configure.in: Cope with shells that do not support nesting
10477         quotes inside quoted backquote substitutions.
10478         * configure: Regenerate.
10480 2004-03-10  Andrew Pinski  <pinskia@physics.uc.edu>
10482         PR bootstrap/14522
10483         * configure.in: Fix escaping of $.
10484         * configure: Regenerate.
10486 2004-03-11  Nathanael Nerode  <neroden@gcc.gnu.org>
10488         * configure: Regenerate, since I forgot to while committing Paolo's
10489         changes.
10491 2004-03-08  Paolo Bonzini  <bonzini@gnu.org>
10493         PR ada/14131
10494         Move language detection to the top level.
10495         * configure.in: Find default values for the tools as
10496         soon as possible.  Disable ada if GNAT is not found.
10497         Emit error message about missing languages.  Expand
10498         --enable-languages=all for the gcc subdirectory.
10500 2004-03-10  Ben Elliston  <bje@gnu.org>
10502         * MAINTAINERS: Update my email address.
10504 2004-03-05  David Edelsohn  <edelsohn@gnu.org>
10506         * ltconfig: Disable building static libraries if building shared
10507         libraries on AIX 5L.
10509 2004-03-01  Richard Sandiford  <rsandifo@redhat.com>
10511         * configure.in (mips64*-*-linux*): Override mips*-*-linux* case
10512         and disable libgcj.
10513         * configure: Regenerated.
10515 2004-03-01  Brian Booth  <bbooth@redhat.com>
10517         * MAINTAINERS: Add myself to write-after-approval.
10519 2004-03-01  Paolo Bonzini  <bonzini@gnu.org>
10521         * MAINTAINERS: Add myself to write-after-approval.
10523 2004-02-28  Nathanael Nerode  <neroden@gcc.gnu.org>
10525         PR bootstrap/7087
10526         * Makefile.tpl: Guard XFOO sed statements better.
10527         * Makefile.tpl: Add dependency for configure-target-libada.
10528         * Makefile.in: Regenerate (incidentally fixes broken
10529         commit when libada-branch was merged).
10531 2004-02-25  Kelley Cook  <kcook@gcc.gnu.org>
10533         * MAINTAINERS: Add myself to write-after-approval.
10535 2004-02-20  Andrew Pinski  <pinskia@physics.uc.edu>
10537         * MAINTAINERS: Add Nicola Pero and myself as libobjc
10538         maintainers.
10540 2004-02-20  Andrew Cagney  <cagney@redhat.com>
10542         * config.guess: Update from version 2003-10-16 to 2004-02-16.
10543         * config.sub: Update from version 2003-11-03 to 2004-02-16.
10545 2004-02-19  Nathanael Nerode  <neroden@gcc.gnu.org>
10547         PR bootstrap/11932
10548         * mkinstalldirs, install-sh: Import from automake CVS HEAD.
10550 2004-02-14  Jerry Quinn  <jlquinn@optonline.net>
10552         * MAINTAINERS: Added myself to write-after-approval.
10554 2004-02-14  Michael Koch  <konqueror@gmx.de>
10556         * MAINTAINERS: Added myself to write-after-approval.
10558 2004-02-13  Joseph S. Myers  <jsm@polyomino.org.uk>
10560         * MAINTAINERS: Move Steve Chamberlain to write-after-approval.  Move
10561         some OS port maintainers to OS port maintainers section.
10563 2004-02-13  Frank Ch. Eigler  <fche@redhat.com>
10565         * MAINTAINERS: Add self.
10567 2004-02-12  Kazu Hirata  <kazu@cs.umass.edu>
10569         * MAINTAINERS: Alphabetize.
10571 2004-02-12  Paolo Bonzini  <bonzini@gnu.org>
10573         * MAINTAINERS: Remove myself.
10575 2004-02-11  David Edelsohn  <edelsohn@gnu.org>
10577         * configure.in (powerpc-*-aix*): Add target-libada to noconfigdirs.
10578         (rs6000-*-aix*): Same.
10579         * configure: Regenerate.
10581 2004-02-11  Kelley Cook  <kcook@gcc.gnu.org>
10583         * configure.in (host): Add in missing $noconfigdirs to defines.
10584         * configure: Regenerate.
10586 2004-02-10  Arnaud Charlet  <charlet@act-europe.fr>,
10587             Nathanael Nerode  <neroden@gcc.gnu.org>
10589         PR ada/6637, PR ada/5911
10590         Merge with libada-branch:
10591         * configure.in, Makefile.tpl, Makefile.def: Add target-libada,
10592         with appropriate dependencies. Add --enable-libada configure switch.
10593         * configure, Makefile.in: Regenerate.
10595 2004-02-09  Paolo Bonzini  <bonzini@gnu.org>
10597         * MAINTAINERS: Add myself to write-after-approval.
10599 2004-02-05  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
10601         * configure.in: Don't pass --with-stabs on IRIX 5 either.
10602         * configure: Regenerate.
10604 2004-02-04  Geoffrey Keating  <geoffk@apple.com>
10606         Merge from upstream:
10608         * ltmain.in: When setting IFS to '~', be careful about user
10609         arguments that contain '~'.
10611         2004-02-04  Peter O'Gorman  <peter@pogma.com>
10613         * ltmain.in (infer_tag): Move tag inferrence to a shell function.
10614         Also test $base_compile against $CC with escaped arguments. Bug
10615         reported by Geoff Keating <geoffk@apple.com>.
10617 2004-02-04  Kazu Hirata  <kazu@cs.umass.edu>
10619         * MAINTAINERS: Remove i960 port.
10621 2004-01-23  DJ Delorie  <dj@redhat.com>
10623         * Makefile.def (target_modules) [libiberty]: Don't stage.
10624         * Makefile.in: Rebuilt.
10626 2004-01-20  Caroline Tice  <ctice@apple.com>
10628         * MAINTAINERS: Add myself to write-after-approval.
10630 2004-01-19  Paolo Carlini  <pcarlini@suse.de>
10632         * MAINTAINERS: Update my email address.
10634 2004-01-18  James A. Morrison  <ja2morri@uwaterloo.ca>
10636         * MAINTAINERS: Add myself to write-after-approval.
10638 2004-01-17  Volker Reichelt  <reichelt@igpm.rwth-aachen.de>
10640         * MAINTAINERS: Remove entries without email address.
10642 2004-01-15  Daniel Jacobowitz  <drow@mvista.com>
10644         * MAINTAINERS: Add myself to write-after-approval.
10646 2004-01-15  Steven Bosscher  <stevenb@suse.de>
10648         * MAINTAINERS: Update my email address.
10650 2004-01-14  Loren J. Rittle  <ljrittle@acm.org>
10652         * Makefile.def (target_modules) [libtermcap, libiberty, zlib]: Stage.
10653         * Makefile.tpl (configure-target-[+module+]): Support stage.
10654         * Makefile.in: Rebuilt.
10656 2004-01-12  Ian Lance Taylor  <ian@wasabisystems.com>
10658         * MAINTAINERS: Add myself as a libiberty MAINTAINER.
10660 2004-01-10  Richard Sandiford  <rsandifo@redhat.com>
10662         * MAINTAINERS: Add myself as a MIPS maintainer.
10664 2004-01-04  Nathanael Nerode  <neroden@gcc.gnu.org>
10666         * configure.in: Use ./config.cache, not config.cache.
10667         * configure: Regenerate.
10668         * Makefile.tpl: Special-casing not needed for GCC any more.
10669         * Makefile.in: Regenerate.
10671         * configure.in: Don't share a cache file for host dirs.
10672         * configure: Regenerate.
10674         * config-ml.in: Don't mess with the cache file.
10676 2004-01-04  Eric Botcazou  <ebotcazou@libertysurf.fr>
10678         * MAINTAINERS: Move myself from 'Write After Approval' to
10679         'CPU Port Maintainers' section as SPARC maintainer.
10681 2004-01-03  Nathanael Nerode  <neroden@gcc.gnu.org>
10683         * Makefile.tpl: Make GCC use a separate config.cache.
10684         * Makefile.in: Regenerate.
10686         PR bootstrap/11932, PR bootstrap/11933
10687         (I don't know if it will fix either of them, but it relates
10688         to them.)
10689         * configure.in: Don't use shared config.cache for target
10690         directories.
10691         * configure: Regenerate.
10693 2004-01-02  Dan Nicolaescu  <dann@ics.uci.edu>
10695         * MAINTAINERS: Add myself to 'Write After Approval' section.
10697 2003-12-31  Roger Sayle  <roger@eyesopen.com>
10699         * configure.in (ia64*-*-hpux*): Disable building java libraries.
10700         * configure: Regenerated.
10702 2003-12-23  Kazu Hirata  <kazu@cs.umass.edu>
10704         * MAINTAINERS: Remove the mn10200 maintainer.
10706 2003-12-21  Bernardo Innocenti  <bernie@develer.com>
10708         * configure.in (*-*-uclinux): Exclude newlib, libgloss and rda.
10709         * configure: Regenerated.
10711 2003-12-16  Jan Hubicka  <jh@suse.cz>
10713         * MAINTAINERS: Add myself as callgraph maintainer.
10715 2003-12-08  Thomas Fitzsimmons  <fitzsim@redhat.com>
10717         * configure.in (raw_libstdcxx_flags): Remove the leading space.
10718         * configure: Regenerate.
10720 2003-12-01  Giovanni Bajo  <giovannibajo@gcc.gnu.org>
10722         * MAINTAINERS: Move myself from 'Bug database only accounts' to
10723         'Write After Approval' section. Update email.
10725 2003-12-01  James Lemke  <jim@wasabisystems.com>
10727         * MAINTAINERS (Write After Approval): Add myself.
10729 2003-11-20  Matt Thomas  <matt@3am-software.com>
10731         * MAINTAINERS: Add myself as a vax port maintainer.
10733 2003-11-20  Kelley Cook  <kcook@gcc.gnu.org>
10735         * Makefile.tpl (BASE_FLAGS_TO_PASS): Pass along CONFIG_SHELL.
10736         (configure-build-[+module+], configure-[+module+]): Likewise.
10737         (configure-target-[+module+], configure-gcc, config.status): Likewise.
10738         * Makefile.in: Regenerate.
10740 2003-11-19  Andreas Tobler  <a.tobler@schweiz.ch>
10742         * libtool.m4: Sync darwin bits from libtool cvs to build a gcc with
10743         shared/dylibed libraries.
10744         * ltmain.sh: Likewise.
10745         * ltcf-c.sh: Likewise, disable shared library build for OS-X < 10.3.
10746         * ltcf-cxx.sh: Likewise.
10747         * ltcf-gcj.sh: Likewise.
10748         * ltconfig: Likewise.
10750 2003-11-17  Stan Cox  <scox@redhat.com>
10752         * MAINTAINERS: Add myself as iq2000 port maintainer.
10754 2003-11-14  Arnaud Charlet  <charlet@act-europe.fr>
10756         * Makefile.tpl (EXTRA_GCC_FLAGS): Pass BOOT_ADAFLAGS.
10757         * Makefile.in: Regenerate.
10759 2003-11-03  Ulrich Weigand  <uweigand@de.ibm.com>
10761         * config.sub: Update to 2003-11-03 version.
10763 2003-10-20  Phil Edwards  <phil@codesourcery.com>
10765         * configure.in (*-*-vxworks):  Add target-libiberty to noconfdirs.
10766         * configure:  Regenerate.
10768 2003-10-20  Nicolas Pitre  <nico@cam.org>
10770         * MAINTAINERS: Add myself to 'Write After Approval' section.
10772 2003-10-20  Arnaud Charlet  <charlet@act-europe.fr>
10774         * MAINTAINERS (Various maintainers: Ada front end): Added myself.
10776 2003-10-19  Joseph S. Myers  <jsm@polyomino.org.uk>
10778         * MAINTAINERS: Update my email address.
10780 2003-10-17  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
10782         * config-ml.in (multi-do): Pass MULTIFLAGS to subdir makes.
10784 2003-10-17  Ralph Loader  <rcl@ihug.co.nz>
10786         * MAINTAINERS: Add myself to 'Write After Approval' section.
10788 2003-10-16  Bernardo Innocenti  <bernie@develer.com>
10790         * config.guess: Update to 2003-10-16 version.
10791         * config.sub: Update to 2003-10-16 version.
10793 2003-10-15  David Daney  <ddaney@avtrex.com>
10795         * MAINTAINERS: Added myself to 'Write After Approval' section.
10797 2003-10-15  Falk Hueffner  <falk@debian.org>
10799         * MAINTAINERS: Move myself from 'Bug database only accounts' to
10800         'Write After Approval' section. Update email.
10802 2003-10-14  Roger Sayle  <roger@eyesopen.com>
10804         * MAINTAINERS: Move myself from 'Write After Approval' to
10805         'Various Maintainers' section as middle-end maintainer.
10807 2003-10-13  Nathanael Nerode  <neroden@gcc.gnu.org>
10809         * Makefile.tpl: Make GCC_FLAGS_TO_PASS a superset of
10810         HOST_FLAGS_TO_PASS.
10811         * Makefile.in: Regenerate.
10813 2003-10-11  Bernardo Innocenti  <bernie@develer.com>
10815         * config.guess: Update to 2003-10-07 version.
10816         * config.sub: Update to 2003-10-07 version.
10818 2003-10-06  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
10820         * ltcf-cxx.sh (irix5*, irix6*): Prefix -soname and its arg with ${wl}.
10821         * ltconfig (irix5*, irix6*): Don't override version_type.
10823 2003-10-05  Mohan Embar  <gnustuff@thisiscool.com>
10825         * configure.in: Allow explicit specification of CFLAGS_FOR_BUILD.
10826         * configure: Rebuilt
10827         * Makefile.tpl: Use CFLAGS_FOR_BUILD computed by configure
10828         * Makefile.in: Rebuilt
10830 2003-10-03  H.J. Lu  <hongjiu.lu@intel.com>
10832         * ltconfig (sys_lib_search_path_spec): Fix a typo for HPUX.
10834 2003-09-30  Carlo Wood  <carlo@alinoe.com>
10836         * MAINTAINERS (Write After Approval): Add myself.
10838 2003-09-29  Paul Koning  <ni1d@arrl.net>
10840         * MAINTAINERS: Move myself from "Write After Approval"
10841         to CPU platform maintainers for pdp11 platform.
10843 2003-09-23  Andreas Tobler  <a.tobler@schweiz.ch>
10845         * MAINTAINERS: Move myself from 'Write After Approval' to
10846         'Various Maintainers' section as libffi testsuite maintainer.
10848 2003-09-21  Daniel Jacobowitz  <drow@mvista.com>
10850         * configure.in: Pass a computed --program-transform-name
10851         to subconfigures.
10852         * configure: Regenerated.
10854 2003-09-20  Nathanael Nerode  <neroden@gcc.gnu.org>
10856         * Makefile.tpl: Don't pass down obsolete ENQUIRE variable.
10857         * Makefile.in: Regenerate.
10859         * Makefile.tpl: Don't pass (unused) DLLTOOL or WINDRES to gcc.
10860         * Makefile.in: Regenerate.
10862 2003-09-19  Ziemowit Laski  <zlaski@apple.com>
10864         * MAINTAINERS: Move myself from 'Write After Approval'
10865         to 'Various Maintainers' (objective-c) section.
10867 2003-09-17  Daniel Jacobowitz  <drow@mvista.com>
10869         * configure.in (TOPLEVEL_CONFIGURE_ARGUMENTS, baseargs): Fix
10870         quoting.
10871         * configure: Regenerated.
10873 2003-09-16  Joel Brobecker  <brobecker@gnat.com>
10875         * MAINTAINERS (Write After Approval): Add myself to write after
10876         approval list.
10878 2003-09-16  Dorit Naishlos  <dorit@il.ibm.com>
10880         * MAINTAINERS (Write After Approval): Add myself.
10882 2003-09-09  Ian Lance Taylor  <ian@wasabisystems.com>
10884         * MAINTAINERS: Update my e-mail address.
10886 2003-09-09  Alan Modra  <amodra@bigpond.net.au>
10888         * libtool.m4 (LD): Correct powerpc64 host match.
10890 2003-09-06  James E Wilson  <wilson@tuliptree.org>
10892         * MAINTAINTERS: Update my affiliation and email address.
10894 2003-09-06  Zdenek Dvorak  <rakdver@atrey.karlin.mff.cuni.cz>
10896         * MAINTAINERS (Write After Approval): Add myself.
10898 2003-09-04  DJ Delorie  <dj@redhat.com>
10900         * configure: Regenerate.
10902 2003-09-04  Robert Millan  <robertmh@gnu.org>
10904         * configure.in: Match GNU/KFreeBSD with new kfreebsd*-gnu triplet.
10906 2003-09-02  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
10908         * configure.in: Ensure arguments to sed are properly spaced.
10909         * configure: Regenerate.
10911 2003-08-30  Gerald Pfeifer  <gerald@pfeifer.com>
10913         * MAINTAINERS: Update my e-mail address.
10915 2003-08-28  Mohan Embar  <gnustuff@thisiscool.com>
10917         * MAINTAINERS (Write After Approval): Add myself.
10919 2003-08-27  Daniel Jacobowitz  <drow@mvista.com>
10921         * configure.in: Set RAW_CXX_FOR_TARGET if unset.
10922         * configure: Regenerated.
10924 2003-08-23  Marek Michalkiewicz  <marekm@amelek.gda.pl>
10926         * MAINTAINERS: Update my email address.
10928 2003-08-23  Phil Edwards  <pme@gcc.gnu.org>
10930         * configure.in:  Use newline instead of semicolon when assuming
10931         shell arguments in a for loop.
10932         * configure:  Regenerated.
10934 2003-08-22  Jason Eckhardt  <jle@rice.edu>
10936         * MAINTAINERS: Resurrect the i860 maintainer.
10938 2003-08-20  Geoffrey Keating  <geoffk@apple.com>
10940         PR 8180
10941         * configure.in: When testing with_libs and with_headers, treat
10942         'no' as unset.  Based on a patch by Dan Kegel <dank@kegel.com>.
10943         * configure: Regenerate.
10945         * configure.in (TOPLEVEL_CONFIGURE_ARGUMENTS): Quote properly for
10946         make, shell, etc.
10947         (baseargs): Likewise.
10948         * configure: Regenerate.
10950 2003-08-20  Bernardo Innocenti  <bernie@develer.com>
10952         * MAINTAINERS (Write After Approval): Add myself.
10954 2003-08-19  Geoffrey Keating  <geoffk@apple.com>
10956         * configure.in: Disable libgcj for darwin not on powerpc.
10957         * configure: Rebuild.
10959 2003-08-14  Alexandre Duret-Lutz  <adl@gnu.org>
10961         * config-ml.in, symlink-tree: Add license.
10963 2003-08-03  Richard Stallman  <rms@gnu.org>
10964             Eben Moglen  <moglen@columbia.edu>
10966         * README.SCO: New file.
10968 2003-08-01  Matt Kraai  <kraai@alumni.cmu.edu>
10970         * Makefile.tpl (check, check-c++): Express dependencies using
10971         dependencies rather than commands.
10972         * Makefile.in: Regenerate.
10974 2003-08-01  Andrew Cagney  <cagney@redhat.com>
10976         * configure.in (noconfigdirs): Do not add GDB when m32r-*-*.
10977         * configure: Ditto.
10979 2003-07-31  Geoffrey Keating  <geoffk@apple.com>
10981         * Makefile.tpl (libsubdir): Use gcc instead of gcc-lib.
10982         * Makefile.in: Update.
10984 2003-07-30  Andreas Tobler  <a.tobler@schweiz.ch>
10986         * configure.in: Enable libgcj for darwin.
10987         * configure: Rebuild.
10989 2003-07-29  Phil Edwards  <pme@gcc.gnu.org>
10991         * config-ml.in:  Use ac_configure_args directly instead of
10992         ml_arguments.  Only set ml_norecursion if --no[-]recursion is
10993         actually seen.
10995 2003-07-27  Nathanael Nerode  <neroden@gcc.gnu.org>
10997         * Makefile.tpl: Use 'mkinstalldirs' rather than 'mkdir' when
10998         creating target and build subdirs to build all parent dirs as needed.
10999         * Makefile.in: Rebuild.
11000         * configure.in: Don't build dirs explicitly here.
11001         * configure: Rebuild.
11003 2003-07-26  Paul Brook  <paul@nowt.org>
11005         * MAINTAINERS (fortran 95): Add myself, Steven Bosscher and Toon Moene.
11007 2003-07-22  Alexandre Oliva  <aoliva@redhat.com>
11009         * Makefile.tpl (all-make): Depend on intl.
11010         * Makefile.in: Rebuilt.
11012 2003-07-20  Phil Edwards  <pme@gcc.gnu.org>
11014         * install-sh:  Update to newer upstream versions (associated with
11015         aclocal 1.7).
11016         * mkinstalldirs:  Likewise.
11017         * missing:  Likewise, plus $1Help2man -> $1 typo fix.
11019 2003-07-16  Andrew Pinski  <pinskia@gcc.gnu.org>
11021         * MAINTAINERS: Move self from Bug database only accounts
11022         to write-after-approval.
11024 2003-07-16  Nathanael Nerode  <neroden@gcc.gnu.org>
11026         * config.if: Remove unused libc_interface determination.
11028 2003-07-14  Nathanael Nerode  <neroden@gcc.gnu.org>
11030         * MAINTAINERS: Move self from write-after-approval to
11031         build machinery (*.in).
11033 2003-07-13  Nathanael Nerode  <neroden@gcc.gnu.org>
11035         PR bootstrap/11273
11036         PR bootstrap/11408
11037         * Makefile.tpl: Set INSTALL and friends using autoconf.  Remove
11038         unused INSTALL_PROGRAM_ARGS.
11039         * configure.in: Use AC_PROG_INSTALL.
11040         * Makefile.in: Regenerate.
11041         * configure: Regenerate.
11043 2003-07-13  Kazu Hirata  <kazu@cs.umass.edu>
11045         * MAINTAINERS: Alphabetize.
11047 2003-07-10  Alexandre Oliva  <aoliva@redhat.com>
11049         * configure: Rebuilt.
11050         2001-09-26  Alexandre Oliva  <aoliva@redhat.com>
11051         * configure.in (noconfigdirs) [am33_2.0-*-linux*]: Don't build
11052         newlib nor libgloss.
11053         Wed May  9 10:07:19 2001  Alexandre Oliva  <aoliva@redhat.com>
11054         * configure.in (am33_2.0-*-linux*): Added.
11056 2003-07-09  Bob Wilson  <bob.wilson@acm.org>
11058         * configure.in: Add ${libgcj} to noconfigdirs for xtensa-*-* targets.
11059         * configure: Regenerate.
11061 2003-07-07  Zack Weinberg  <zack@codesourcery.com>
11063         * Makefile.tpl (configure-gcc): Depend on maybe-configure-intl.
11064         * Makefile.in: Regenerate.
11066 2003-07-04  Zack Weinberg  <zack@codesourcery.com>
11068         * Makefile.tpl (all-bootstrap): Depend on maybe-all-intl.
11069         * Makefile.in: Regenerate.
11071 2003-07-04  H.J. Lu  <hongjiu.lu@intel.com>
11073         * Makefile.tpl: Replace PWD with PWD_COMMAND.
11074         * Makefile.in: Regenerated.
11076         * config-ml.in: Replace PWD with PWD_COMMAND.
11078 2003-07-04  Zack Weinberg  <zack@codesourcery.com>
11080         * intl: New directory; see intl/ChangeLog for details.
11081         * ABOUT-NLS, config.rpath: Import from gettext 0.12.1.
11082         * Makefile.tpl: all-gcc depends on maybe-all-intl.
11083         * Makefile.in: Regenerate.
11085 2003-06-27  Nathanael Nerode  <neroden@gcc.gnu.org>
11087         * configure.in: Clean up config-lang.in handling.  Delete
11088         useless assignment to "subdirs".
11089         * configure: Regenerate.
11091 2003-06-26  Nathanael Nerode  <neroden@gcc.gnu.org>
11093         * configure.in: Rename 'target_libs' to 'target_libraries'.
11094         Remove useless reference to 'target_libs'.
11095         * configure: Regenerate.
11097 2003-06-23  Keith Seitz  <kseitz@sources.redhat.com>
11099         * Makefile.tpl: Add maybe-configure-itcl to configure-gdb.
11100         * Makefile.in: Regenerate.
11102 2003-06-23  Nathanael Nerode  <neroden@gcc.gnu.org>
11104         * Makefile.def: Introduce flags_to_pass.
11105         * Makefile.tpl: Generate BASE_FLAGS_TO_PASS using it.
11106         * Makefile.in: Regenerate.
11108 2003-06-23  Hans-Peter Nilsson  <hp@bitrange.com>
11110         * configure.in (noconfigdirs) <cris-*-*>: Disable target-newlib
11111         and target-libgloss.
11112         <d30v-*-*, fr30-*-*, i960-*-*, m32r-*-*>: Disable gdb.
11113         <h8300*-*-*>: Disable libf2c and ${libgcj}.
11114         * configure: Regenerate.
11116 2003-06-17  Benjamin Kosnik  <bkoz@redhat.com>
11118         * configure.in: Update testsuite_flags to new location.
11119         * configure. Regenerate.
11121 2003-06-18  Nathanael Nerode  <neroden@gcc.gnu.org>
11123         * Makefile.tpl: Remove BUILD_CC stuff.
11124         * Makefile.in: Regenerate.
11126 2003-06-17  Kazu Hirata  <kazu@cs.umass.edu>
11128         * MAINTAINERS (Write After Approval): Remove Andrew Haley.
11130 2003-06-16  Graeme Peterson  <gp@qnx.com>
11132         * MAINTAINERS (Write After Approval): Add myself.
11134 2003-06-14  H.J. Lu  <hongjiu.lu@intel.com>
11136         * config.guess: Update to 2003-06-12 version.
11137         * config.sub: Update to 2003-06-13 version.
11139 2003-06-12  H.J. Lu  <hongjiu.lu@intel.com>
11141         * config.guess: Update to 2003-06-06 version.
11142         * config.sub: Update to 2003-06-06 version.
11144 2003-06-11  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
11146         * configure.in: Don't pass --with-stabs for mips*-sgi-irix6*o32.
11147         * configure. Regenerate.
11149 2003-06-10  Nathanael Nerode  <neroden@gcc.gnu.org>
11151         * configure.in: Disable serial configure by default.
11152         * configure: Regenerate.
11153         * Makefile.tpl: Abolish .NOTPARALLEL.
11154         * Makefile.in: Regenerate.
11156         * Makefile.tpl: Replace {build,host,target}_canonical by
11157         {build,host,target}.
11158         * Makefile.in: Regenerate.
11160         * Makefile.tpl: Fix stupid pasto.
11161         * Makefile.in: Regenerate.
11163 2003-06-09  Nathanael Nerode  <neroden@gcc.gnu.org>
11165         * Makefile.tpl: Remove bogus conditional.
11166         * Makefile.in: Regenerate.
11168 2003-06-05  Jan Hubicka  <jh@suse.cz>
11170         * Makefile.tpl (profiledbootstrap): New target.
11171         * Makefile.in (profiledbootstrap): New target.
11173 2003-06-05  Wolfgang Bangerth  <bangerth@dealii.org>
11175         * MAINTAINERS (Bugzilla only): Add Dara Hazeghi and Andrew
11176         Pinski. Remove user names from other bugzilla-only maintainers.
11178 2003-06-03  Nathanael Nerode  <neroden@gcc.gnu.org>
11180         * Makefile.tpl: Make 'recursive targets' using autogen rather
11181         than shell loop.  Remove duplicate 'clean' targets and false
11182         comments.
11183         * Makefile.def: Add systematic dependencies to 'recursive' targets.
11184         Add systematic method of specifying missing targets in subdirs.
11185         Add copyright boilerplate.
11186         * Makefile.in: Regenerate.
11187         * configure.in: Add 'recursive targets' to maybe list.
11188         * configure: Regenerate.
11190         * MAINTAINERS: "GNATS only" -> "Bug database only".
11192         * Makefile.tpl: Rename [+target+] to [+make_target+].
11193         * Makefile.def: Rename 'target' to 'make_target'.
11195 2003-05-31  Neil Booth  <neil@daikokuya.co.uk>
11197         * MAINTAINERS: Add self as options handling maintainer.
11199 2003-05-28  Michael Meissner  <gnu@the-meissners.org>
11201         * MAINTAINERS: Remove myself as m32r/v850 maintainer, since it has
11202         been too long since I touched those ports.
11204 2003-05-28  DJ Delorie  <dj@redhat.com>
11206         * Makefile.tpl: Make maybe-check-gcc .PHONY.
11207         * Makefile.in: Regenerate.
11209 2003-05-21  Maciej W. Rozycki  <macro@ds2.pg.gda.pl>
11211         * configure.in: Use curly braces in the definition of tooldir.
11212         * configure: Regenerate.
11214 2003-05-21  DJ Delorie  <dj@redhat.com>
11216         * Makefile.tpl (configure-target-libiberty): Depend only on gcc, not
11217         newlib or libgloss.
11218         * Makefile.in: Regenerate.
11220 2003-05-21  DJ Delorie  <dj@redhat.com>
11222         * Makefile.tpl: Add missing empty maybe-check-gcc target.
11223         * Makefile.in: Regenerate.
11225 2003-05-20  Ian Lance Taylor  <ian@airs.com>
11227         * MAINTAINERS: Update my e-mail address.
11229 2003-05-19  Nathanael Nerode  <neroden@gcc.gnu.org>
11231         * configure.in: Switch more things to use maybe dependencies.
11232         * Makefile.tpl: Switch more things to use maybe dependencies.
11233         Factor out common code from autogen IF statements.
11234         * configure: Regenerate.
11235         * Makefile.in: Regenerate.
11237 2003-05-14  Kelley Cook  <kelleycook@wideopenwest.com>
11239         * configure.in: Accept i[3456789]86 for machine type.
11240         * configure: Regenerate.
11242 2003-05-18  Nathanael Nerode  <neroden@gcc.gnu.org>
11244         * configure.in: Switch more things to use maybe dependencies.
11245         Rearrange a little.  Use GCC_TOPLEV_SUBDIRS.
11246         * configure: Regenerate.
11247         * Makefile.tpl: Switch more things to use maybe dependencies.
11248         * Makefile.in: Regenerate.
11250 2003-05-16  Andreas Schwab  <schwab@suse.de>
11252         * Makefile.tpl (install-opcodes): Define.
11253         * Makefile.in: Rebuild.
11255 2003-05-13  Andreas Jaeger  <aj@suse.de>
11257         * config.guess: Update to 2003-05-09 version.
11258         * config.sub: Update to 2003-05-09 version.
11260 2003-05-13  Michael Eager  <eager@mvista.com>
11262         * configure.in: Correct sed script so that options in quotes are not
11263         deleted.
11264         * configure: Rebuild.
11266 2003-05-12  Corinna Vinschen  <corinna@vinschen.de>
11268         * configure.in (FLAGS_FOR_TARGET): Remove $$s/newlib/libc/sys/cygwin
11269         and $$s/newlib/libc/sys/cygwin32 include paths.
11270         * configure: Ditto.
11272 2003-05-12  Michael Meissner  <gnu@the-meissners.org>
11274         * MAINTAINERS: Update my email addresses.
11276 2003-05-06  Eric Botcazou  <ebotcazou@libertysurf.fr>
11278         * config-ml.in: Propagate INSTALL variables.
11280 2003-05-04  Gerald Pfeifer  <pfeifer@dbai.tuwien.ac.at>
11282         * MAINTAINERS: Remove duplicate entries in Write After Approval.
11284 2003-05-02  Chris Demetriou  <cgd@broadcom.com>
11286         * Makefile.tpl: Require "makeinfo" from texinfo 4.2 or later.
11287         * Makefile.in: Regenerate.
11289 2003-05-02  Wolfgang Bangerth  <bangerth@dealii.org>
11291         * MAINTAINERS (GNATS only): Add Falk Hueffner.
11293 2003-04-30  Wolfgang Bangerth  <bangerth@dealii.org>
11295         * MAINTAINERS (GNATS only): Add Giovanni Bajo.
11297 2003-04-27  Daniel Jacobowitz  <drow@mvista.com>
11299         * Makefile.tpl: Clean $(BUILD_SUBDIR).
11300         * Makefile.in: Regenerated.
11302 2003-04-25  Wolfgang Bangerth  <bangerth@dealii.org>
11304         * MAINTAINERS (Write After Approval): Upgrade myself from
11305         GNATS only to write-after-approval. Update my mail address.
11307 2003-04-25  Loren J. Rittle  <ljrittle@acm.org>
11309         (OS Port Maintainers: freebsd): Add myself.
11311 2003-04-22  Mark Mitchell  <mark@codesourcery.com>
11313         * MAINTAINERS (java): Remove Alexandre Petit-Bianco.
11315 2003-04-22  Kean Johnston  <jkj@sco.com>
11317         * MAINTAINERS (SCO ports): Added myself.
11319 2003-04-21  Nathan Sidwell  <nathan@codesourcery.com>
11321         * MAINTAINERS (gcov): Add myself and Jan Hubicka.
11323 2003-04-19  Kean Johnston  <jkj@sco.com>
11325         * MAINTAINERS (Write After Approval): Add myself.
11327 2003-04-18  Gerald Pfeifer  <pfeifer@dbai.tuwien.ac.at>
11329         * Makefile.tpl (MAKEINFOFLAGS): Default to --split-size=5000000.
11330         * Makefile.in: Regenerate.
11332 2003-04-18  Jakub Jelinek  <jakub@redhat.com>
11334         * configure.in (powerpc64*-*-linux*): Remove.
11335         * configure: Rebuilt.
11337 2003-04-17  Phil Edwards  <pme@gcc.gnu.org>
11339         * Makefile.tpl (GCC_STRAP_TARGETS):  New variable containing all the
11340         previous bootstrap targets, plus bubblestrap, quickstrap, cleanstrap,
11341         and restrap.
11342         * Makefile.in:  Regenerate.
11344 2003-04-16  Richard Earnshaw  <rearnsha@arm.com>
11346         * configure.in (arm-*-netbsdelf*): Enable building java libraries.
11347         * configure: Regenerated.
11349 2003-04-15  DJ Delorie  <dj@redhat.com>
11351         * MAINTAINERS: Remove myself as windows/cygwin/mingw maintainer.
11353 2003-04-13  Nick Clifton  <nickc@redhat.com>
11355         * config-ml.in: Remove support for --disable-aix removing
11356         call-aix multilibs.
11358 2003-04-10  Alexandre Oliva  <aoliva@redhat.com>
11360         * libtool.m4 (lt_cv_deplibs_check_method): Use pass_all on mips*.
11361         * */configure: Rebuilt.
11363 2003-04-08  Joel Sherrill  <joel@oarcorp.com>
11365         * MAINTAINERS: Add my email address.
11367 2003-03-17  Olivier Hainque  <hainque@act-europe.fr>
11369         * MAINTAINERS (Write After Approval): Add myself.
11371 2003-03-14  Nathanael Nerode  <neroden@gcc.gnu.org>
11373         * Makefile.tpl: Move .NOEXPORT, MAKEOVERRIDES back down.
11374         * Makefile.in: Regenerate.
11376 2003-03-14  Michael Chastain  <mec@shout.net>
11378         * Makefile.in: Regenerate with correct Makefile.def.
11380 2003-03-12  Nathanael Nerode  <neroden@gcc.gnu.org>
11382         * Makefile.tpl: Move .NOEXPORT, MAKEOVERRIDES up.  Delete unused
11383         Make macro.
11384         * Makefile.in: Regenerate.
11385         * configure.in: Clean up gxx_include_dir logic.
11386         * configure: Regenerate.
11388 2003-03-12  Ansgar Esztermann  <ansgar@thphy.uni-duesseldorf.de>
11390         * MAINTAINERS (Write After Approval): Add myself.
11392 2003-03-10  Ben Elliston  <bje@wasabisystems.com>
11394         * MAINTAINERS: Update my mail address.
11396 2003-03-09  Franz Sirl  <Franz.Sirl-kernel@lauterbach.com>
11398         * configure.in (gxx_include_dir): Fix typo.
11399         * configure: Regenerated.
11401 2003-03-04  Nathanael Nerode  <neroden@gcc.gnu.org>
11403         * Makefile.tpl: Reindent.
11404         * Makefile.in: Regenerate.
11405         * configure.in: Reindent.  Don't set unused variables.
11406         * configure: Regenerate.
11408 2003-03-04  Daniel Jacobowitz  <drow@mvista.com>
11410         * configure.in: Include $(build_tooldir)/sys-include in
11411         FLAGS_FOR_TARGET.
11412         * configure: Regenerated.
11414 2003-03-04  Nathanael Nerode  <neroden@gcc.gnu.org>
11416         * Makefile.tpl: Always pass down RANLIB.
11417         * Makefile.in: Regenerate.
11419         * Makefile.tpl: Don't set unused enable_shared, enable_threads macros.
11420         * Makefile.in: Regenerate.
11421         * configure.in: Remove unused logic relating to --enable-shared
11422         and --enable-threads.  Remove bogus comments.  Remove redundant
11423         noconfigdirs.
11424         * configure: Regenerate.
11426         * configure.in: Replace ${libstdcxx_version} by its value.
11427         Remove reference to mh-dgux.
11428         * configure: Regenerate.
11430 2003-03-03  Kevin Buettner  <kevinb@redhat.com>
11432         * MAINTAINERS (Write After Approval): Add myself.
11434 2003-02-28  Nathanael Nerode  <neroden@gcc.gnu.org>
11436         * Makefile.tpl: Rearrange.
11437         * Makefile.in: Regenerate.
11439 2003-02-25  Uwe Stieber  <uwe@wwws.de>
11441         * configure.in: Add support for kaOS as cross build target system.
11442         * configure: Regenerated.
11444 2003-02-24  Steven Bosscher  <steven@gcc.gnu.org>
11446         * MAINTAINERS (Write after approval): Add myself.
11448 2003-02-21  James E Wilson  <wilson@tuliptree.org>
11450         * MAINTAINERS: Update my email address.
11452 2003-02-21  Zack Weinberg  <zack@codesourcery.com>
11454         * MAINTAINERS: Add self to blanket write privs. section.
11456 2003-02-20  Sean McNeil  <sean@blue.mcneil.com>
11458         * Makefile.tpl: Add definition of CPPFLAGS to pass into
11459         configure-target-* as some target builds may require additional
11460         flags for preprocessor tests.
11461         * Makefile.in: Regenerated.
11463 2003-02-19  Alexandre Oliva  <aoliva@redhat.com>
11465         * libtool.m4 (LD): Append -melf* option to LD on IRIX with GNU ld.
11466         * ltconfig: Handle it.
11467         * ltcf-cxx.sh: Use with_gnu_ld passed as a shell variable instead of
11468         auto-detecting it.
11470         * ltcf-cxx.sh: Replace $linker_flags with $compiler_flags wherever
11471         it is used as argument to $CC.
11472         * ltcf-gcj.sh: Likewise.
11474         * configure.in: Introduce --enable-maintainer-mode.
11475         * configure: Rebuilt.
11476         * Makefile.tpl (Makefile.in, configure): Enable dependencies only
11477         for maintainer mode.
11478         * Makefile.in: Rebuilt.
11480 2003-02-18  Jason Merrill  <jason@redhat.com>
11482         * Makefile.tpl (check-c++): Allow parallelism.
11484 2003-02-16  Gerald Pfeifer  <pfeifer@dbai.tuwien.ac.at>
11486         * MAINTAINERS: Remove John Carr (who never actually had access to
11487         gcc.gnu.org).
11489 2003-02-15  Geoffrey Keating  <geoffk@apple.com>
11491         * configure.in (*-*-darwin*): Rename from powerpc*-*-darwin*,
11492         don't configure target-libobjc.
11493         * configure: Regenerate.
11495 2003-02-14  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
11497         * Makefile.tpl (RANLIB): Define.
11498         * Makefile.in: Regenerate.
11500 2003-02-08  Laurynas Biveinis  <laurynas.biveinis@mif.vu.lt>
11502         * MAINTAINERS: Update my email.
11504 2003-02-06  Keith R Seitz  <keiths@redhat.com>
11506         * Makefile.def: Remove "snavigator", "grep", and "db" modules.
11507         * Makefile.tpl: Remove "all-snavigator" and "all-grep".
11508         * Makefile.in: Regenerated.
11509         * configure.in: Remove all traces of snavigator, db, and grep.
11510         * configure: Regenerated.
11512 2003-02-06  Gerald Pfeifer  <pfeifer@dbai.tuwien.ac.at>
11514         * MAINTAINERS: Remove duplicate entry for Bernd Schmidt from Write
11515         After Approval.
11517 2003-02-02  Christian Cornelssen  <ccorn@cs.tu-berlin.de>
11519         * MAINTAINERS (Write after approval): Add myself.
11521 2003-01-31  Frank Ch. Eigler  <fche@redhat.com>
11523         * Makefile.tpl (all-sid): Add libiberty/bfd/opcodes dependencies.
11524         * Makefile.in: Regenerated.
11526 2003-01-30  Roger Sayle  <roger@eyesopen.com>
11528         * config.guess: Updated to 2003-01-30's version.
11529         * config.sub: Updated to 2003-01-28's version.
11531 2003-01-30  Alexandre Oliva  <aoliva@redhat.com>
11533         * config.if: If gcc_version is already set, just use it.  Don't set
11534         gcc_version_trigger if it's already set, otherwise set it to
11535         gcc/version.c, but only if the file exists.  If it is not set and
11536         gcc/version.c does not exist, try to extract the version number from
11537         $CC.
11539 2003-01-29  Andreas Tobler  <a.tobler@schweiz.ch>
11541         * MAINTAINERS: Add myself to write-after-approval list.
11543 2003-01-27  Phil Edwards  <pme@gcc.gnu.org>
11545         * configure.in:  Revert 24Jan change.
11546         * configure:  Regenerate.
11548 2003-01-25  Gerald Pfeifer  <pfeifer@dbai.tuwien.ac.at>
11550         * MAINTAINERS: Remove incorrect entry for Paul Eggert.  Fix
11551         entry of HJ Lu.
11553 2003-01-23  Nathanael Nerode  <neroden@gcc.gnu.org>
11555         * configure.in: Revert previous change.
11556         * configure: Regenerate.
11558 2003-01-23  Nathanael Nerode  <neroden@gcc.gnu.org>
11560         * configure.in: Make rda native-only.
11561         * configure: Regenerate.
11563 2003-01-22  Volker Reichelt  <reichelt@igpm.rwth-aachen.de>
11565         * MAINTAINERS: Move myself from GNATS-only-accounts to
11566         write-after-approval.
11568 2003-01-19  Nathanael Nerode  <neroden@gcc.gnu.org>
11570         * configure.in: Add missing \.
11571         * configure: Rebuilt.
11573 2003-01-17  Jakub Jelinek  <jakub@redhat.com>
11575         * configure.in (baseargs): Avoid using \| in sed regular
11576         expressions.
11577         * configure: Rebuilt.
11579 2003-01-16  Jakub Jelinek  <jakub@redhat.com>
11581         * configure.in (baseargs): Remove all supported forms of
11582         --cache-file, --srcdir, --host, --build and --target options
11583         from argument lists.
11584         * configure: Rebuilt.
11586 2003-01-15  Josef Zlomek  <zlomekj@suse.cz>
11588         * MAINTAINERS: Add myself to write-after-approval list.
11590 2003-01-15  Alexandre Oliva  <aoliva@redhat.com>
11592         * configure.in (noconfigdirs): Don't skip gas on IRIX 6.
11593         * configure: Rebuilt.
11595 2003-01-09  Nathanael Nerode  <neroden@gcc.gnu.org>
11597         * configure.in: Substitute TOPLEVEL_CONFIGURE_ARGUMENTS.
11598         * Makefile.tpl: Pass TOPLEVEL_CONFIGURE_ARGUMENTS to gcc.
11599         * Makefile.in: Regenerate.
11600         * configure: Regenerate.
11602 2003-01-09  Alexandre Oliva  <aoliva@redhat.com>
11604         * configure.in: Remove Makefile in build, host and target modules
11605         unless configure was run with --no-recursion.
11606         * configure: Rebuilt.
11608 2003-01-09  Christian Cornelssen  <ccorn@cs.tu-berlin.de>
11610         * Makefile.tpl (BASE_FLAGS_TO_PASS): Also pass DESTDIR.
11611         (install-info, dir.info): Prepend $(DESTDIR) to $(infodir).
11612         * Makefile.in: Regenerate.
11614 2003-01-08  Chris Demetriou  <cgd@broadcom.com>
11616         * config.guess: Update to 2003-01-03 version.
11617         * config.sub: Update to 2003-01-03 version.
11619 2003-01-07  Christopher Faylor  <cgf@redhat.com>
11621         * configure: Regenerate with proper autoconf 2.13.
11623 2003-01-07  Christopher Faylor  <cgf@redhat.com>
11625         * configure.in: Add AC_PREREQ for consistency.
11626         * configure: Regenerate.
11628 2003-01-06  Andrew Cagney  <ac131313@redhat.com>
11630         * configure.in (GDB_TK): Add tcl directories conditional on
11631         gdb/gdbtk directory being present.
11632         * configure: Regenerate.
11634 2003-01-04  John David Anglin  <dave.anglin@nrc.ca>
11636         * configure.in (LD): Improve test for gcc.  Try to set LD to the ld
11637         used by gcc if LD is not defined and we are not doing a Canadian Cross.
11638         * configure: Rebuilt.
11640 2002-12-31  Tom Tromey  <tromey@redhat.com>
11642         * Makefile.in: Rebuilt.
11643         * Makefile.def (target_modules) [libffi]: Allow installation.
11645 2002-12-31  Andreas Schwab  <schwab@suse.de>
11647         * configure.in: Fix use of $program_transform_name.
11648         * configure: Regenerated.
11650 2002-12-30  Daniel Jacobowitz  <drow@mvista.com>
11652         * configure.in (baseargs): Don't remove first configure argument.
11653         * configure: Regenerated.
11655 2002-12-29  Alexandre Oliva  <aoliva@redhat.com>
11657         * Makefile.tpl (local-distclean): Don't remove...
11658         (multilib.ts): ... this.  Moved into...
11659         (multilib.out): ... this.  Don't use sub-make.
11660         ($(BUILD_SUBDIR)/[+module+]/Makefile, [+module+]/Makefile,
11661         $(TARGET_SUBDIR)/[+module+]/Makefile, gcc/Makefile): Moved into...
11662         (configure-build-[+module+], configure-[+module+],
11663         configure-target-[+module+], configure-gcc): ... these.  Test
11664         for Makefile existence.  Drop config.status from dependencies.
11665         * Makefile.in: Rebuilt.
11666         * configure.in: Move gcc-version-trigger to the end of
11667         ac_configure_args.  Add comments to maybedep.tmp and
11668         serdep.tmp.  Introduce --disable-serial-configure.  Remove
11669         nonopt from baseargs, matching and removing corresponding
11670         whitespace while at it.
11671         * configure: Rebuilt.
11673 2002-12-28  Alexandre Oliva  <aoliva@redhat.com>
11675         * configure.in (host_configargs): Replace reference to
11676         no-longer-defined buildopts with --build=${build_alias}.
11677         * configure: Rebuilt.
11679         * Makefile.tpl ($(NOTPARALLEL)): Move to the end.  Bring uses of
11680         program_transform_name to standard idiom.
11681         (AUTOGEN, AUTOCONF): Define.
11682         (Makefile.in): Use $(AUTOGEN).
11683         (Makefile): Depend on config.status, and use autoconf-style rule to
11684         build it.  Move original commands to...
11685         (config.status): ... this new target.
11686         (configure): Add $(srcdir).  Depend on config/acx.m4.  Use
11687         $(AUTOCONF).
11688         * Makefile.in: Rebuilt.
11690 2002-12-28  Nathanael Nerode  <neroden@gcc.gnu.org>
11692         * Makefile.tpl: Fix dramatic bustage due to change in
11693         program_transform_name.
11694         * Makefile.in: Regenerate.
11696         * configure.in: Remove unnecessary PATH setting.
11697         * configure: Regnerate.
11699         * configure.in: Don't default to unprefixed tools unless
11700         the native tools will work.
11701         * configure: Regenerate.
11703         * configure.in: Convert to autoconf script.  Blow away lots
11704         of now-redundant Makefile fragments.
11705         * configure: Generate using Autoconf.
11706         * Makefile.tpl: Rewrite to reflect autoconfiscation.
11707         * Makefile.in: Regenerate.
11709 2002-12-27  Nathanael Nerode  <neroden@gcc.gnu.org>
11711         * configure: Fix stupid bug where RANLIB was mistakenly included.
11713         * configure.in: Rename (buildargs, hostargs, targargs) to
11714         (build_configargs, host_configargs, target_configargs).
11716         * configure.in: Move logic out of sed statement.
11718         * configure: Remove unneeded 'export's.  Make CC_FOR_TARGET,
11719         CXX_FOR_TARGET, GCJ_FOR_TARGET substituted in configure.in only.
11721 2002-12-25  Svein E. Seldal  <Svein.Seldal@solidas.com>
11723         * config.sub: Import from master repository
11724         * config.guess: Ditto
11726 2002-12-24  Andreas Schwab  <schwab@suse.de>
11728         * Makefile.tpl (multilib.out): Fix missing space.
11729         * Makefile.in: Regenerate.
11731 2002-12-23  Nathanael Nerode  <neroden@gcc.gnu.org>
11733         * Makefile.tpl: Use shared multilib.out.  Use move-if-change for it.
11734         Convert (cd foo; make) to (cd foo && make).  Clean up multilib.out.
11735         * Makefile.in: Regenerate.
11736         * configure.in: Remove unnecessary leftovers.
11738 2002-12-21  Geoffrey Keating  <geoffk@apple.com>
11740         * configure.in (extra_ranlibflags_for_target): New variable.
11741         (*-*-darwin): Add -c to ranlib commands.
11742         * configure (tooldir): Handle extra_ranlibflags_for_target.
11744 2002-12-19  Nathanael Nerode  <neroden@gcc.gnu.org>
11746         * Makefile.tpl: Revert HJL's change.
11747         * Makefile.in: Regenerated.
11748         * configure.in: Put build_prefix before $(BUILD_SUBDIR) here, and
11749         always.
11751 2002-12-19  Andreas Schwab  <schwab@suse.de>
11753         * Makefile.tpl, configure.in: Substitute libstdcxx_incdir.
11754         * Makefile.in: Regenerate.
11756 2002-12-18  H.J. Lu  <hjl@gnu.org>
11758         * Makefile.tpl: Add @build_prefix@ before $(BUILD_SUBDIR).
11759         * Makefile.in: Regenerated.
11761         * configure.in (build_prefix): New. Substitute.
11763 2002-12-18  Nathanael Nerode  <neroden@gcc.gnu.org>
11765         * Makefile.tpl: Don't let real targets depend on phony targets.
11766         * Makefile.in: Regenerate.
11768         * Makefile.tpl (do-info): Depend on maybe-all-texinfo, not all-texinfo.
11769         * Makefile.in: Regenerate.
11771 2002-12-17  Svein E. Seldal  <Svein.Seldal@solidas.com>
11773         * config.sub: Import from master repository
11774         * config.guess: Ditto
11776 2002-12-16  Jason Merrill  <jason@redhat.com>
11778         * Makefile.tpl (all-gcc): Use 'make quickstrap' if there was a
11779         previous 'make bootstrap'.
11780         * Makefile.in: Regenerate.
11782 2002-12-17  Hans-Peter Nilsson  <hp@bitrange.com>
11784         * configure.in (noconfigdirs) [mmix-*-*]: Disable libgloss and gdb.
11786 2002-12-13  Nathanael Nerode  <neroden@gcc.gnu.org>
11788         * configure.in, Makefile.tpl, Makefile.def: Remove tclX.
11789         * Makefile.in: Regenerate.
11791 2002-12-13  Jason Merrill  <jason@redhat.com>
11793         * Makefile.tpl (check-gcc-c++): Renamed from check-c++.  Don't run
11794         library tests.
11795         (check-c++): Just depend on it and check-target-libstdc++-v3.
11796         * Makefile.in: Regenerate.
11798 2002-12-12  Alexandre Oliva  <aoliva@redhat.com>
11800         * Makefile.tpl (configure-target-rda): Depend on $(ALL_GCC_C).
11801         * Makefile.in: Rebuilt.
11803 2002-12-12  Alexandre Oliva  <aoliva@redhat.com>
11805         * Makefile.in (configure-target-rda): Depend on ALL_GCC_C.
11807 2002-12-10  Nathanael Nerode  <neroden@gcc.gnu.org>
11809         * configure: Fix bug put in by gremlins.
11811         * Makefile.tpl: Substitute more autoconfily.
11812         * configure: Substitute more autoconfily.
11813         * Makefile.in: Regenerate.
11815 2002-12-09  Svein E. Seldal  <Svein.Seldal@solidas.com>
11817         * config.sub: Import from master repository
11818         * config.guess: Ditto
11819         * MAINTAINERS: Added Svein Seldal under write after approval
11821 2002-12-08  Andrew Cagney  <ac131313@redhat.com>
11823         * Makefile.tpl (all-sim): Depend on maybe-configure-gdb.
11824         * Makefile.in (all-sim): Ditto.
11826 2002-12-06  DJ Delorie  <dj@redhat.com>
11828         * Makefile.tpl: Change configure dependencies to not have real
11829         targets depend on phony targets.
11831 2002-12-05  Nathanael Nerode  <neroden@gcc.gnu.org>
11833         * configure.in: Revert unintentional change.
11835         * Makefile.tpl: Change dependency for */multilib.out so that
11836         it works when gcc isn't in the tree.
11838         * configure.in: Substitute more.
11839         * configure: Run subconfigures from the Makefile.
11840         * Makefile.tpl: Run subconfigures from the Makefile; add a few
11841         convenience targets.  Make sure gcc isn't rebuilt after bootstrap.
11843 2002-12-05  Gerald Pfeifer  <pfeifer@dbai.tuwien.ac.at>
11845         * MAINTAINERS: Add Christian Ehrhardt under "GNATS only".
11847 2002-12-03  Nathanael Nerode  <neroden@gcc.gnu.org>
11849         * Makefile.tpl: Add targets for configuring host subdirs in Makefile,
11850         and corresponding dependencies.
11851         * Makefile.in: Regenerate.
11853         * configure.in (host_tools): Order binutils, gas and ld for
11854         convenience in running the testsuites.
11856         * Makefile.tpl: Introduce rules to serialize subconfigure runs.
11857         * Makefile.in: Regenerate.
11858         * configure.in: Introduce rules to serialize subconfigure runs.
11860         * configure.in: Introduce BASE_CC_FOR_TARGET.
11861         * Makefile.tpl: Reorganize and comment.  Introduce HOST_CONFIGARGS.
11862         Realize configure-build-* targets.  Realize configure-target-* targets.
11863         * Makefile.in: Regenerate.
11865 2002-12-02  Nathanael Nerode  <neroden@gcc.gnu.org>
11867         * configure: Move gcc_version_trigger stuff from here...
11868         * configure.in: ...to here.
11870         * configure.in: Separate subconfigure options added by this file from
11871         options given by the user.  Add machinery to put args for host
11872         subconfigures into the Makefile.
11874         * Makefile.tpl: Remove 'vault' targets.
11875         * Makefile.tpl: Reorder and comment dependencies.
11876         * Makefile.in: Regenerate.
11878 2002-12-01  Nathanael Nerode  <neroden@gcc.gnu.org>
11879         * configure.in: Fix my broken commit of previous patch. (sigh)
11881 2002-11-28  Geoffrey Keating  <geoffk@apple.com>
11883         * configure.in: Move host-specific darwin noconfigdirs into
11884         the host-specific section.
11886 2002-11-28  Geoffrey Keating  <geoffk@apple.com>
11888         * configure.in: Move host-specific darwin noconfigdirs into
11889         the host-specific section.
11891 2002-11-26  Nathanael Nerode  <neroden@gcc.gnu.org>
11893         * configure: Remove skip-this-dir support.
11894         * Makefile.tpl: Remove skip-this-dir support.
11896         * Makefile.tpl: Remove leftover support for non-autoconfiscated
11897         subdirectories.
11898         * Makefile.in: Regenerate.
11900         * Makefile.tpl: Strip out useless setting of 'dir'.
11901         * Makefile.in: Regenerate.
11903 2002-11-22  Nathanael Nerode  <neroden@gcc.gnu.org>
11905         * configure.in: Fix deeply stupid bug.
11907         * configure.in: Introduce RAW_CXX_FOR_TARGET and simplify embedded
11908         shell code in CXX_FOR_TARGET
11909         * Makefile.def: Introduce raw_cxx.
11910         * Makefile.tpl: Use raw_cxx to select between CXX_FOR_TARGET and
11911         RAW_CXX_FOR_TARGET.
11912         * Makefile.in: Regenerate.
11914 2002-11-21  Nathanael Nerode  <neroden@gcc.gnu.org>
11916         * Makefile.tpl: Remove unnecessary ifs.
11917         * Makefile.in: Regenerate.
11919         * Makefile.tpl: Implement soft dependency machinery.  Maybe-ize
11920         dependencies.  Maybe-ize build-libiberty.  Create dummy install
11921         targets for 'no_install' modules.
11922         * configure: Move GDB_TK substitution to configure.in.  Move
11923         build_modules stuff to configure.in.
11924         * configure.in: Implement soft dependency machinery.  Maybe-ize
11925         GDB_TK, rearrange slightly.  Move build_modules stuff from configure.
11926         * Makefile.in: Regenerate.
11928 2002-11-19  Nathanael Nerode  <neroden@gcc.gnu.org>
11930         * Makefile.tpl: Make all-target, install-target behave similarly
11931         to all, install (only hitting configured targets).  Eliminate
11932         unused macro defintions.
11934         * Makefile.tpl: Add all-gcc: all-build-libiberty dependency when
11935         build != host.
11937         * Makefile.tpl: Add all-gcc: all-libiberty dependency.
11939         * ltcf-c.sh, ltcf-gcj.sh, Makefile.tpl: Correct BUILD/HOST confusion.
11941         * configure.in: Produce lists of subdir targets we're actually
11942         configuring.  Remove references to "dosrel".
11943         * Makefile.tpl: Let configure set which subdir targets are hit.
11944         Remove install-cross; clean up install; remove ALL.  Remove
11945         references to "dosrel".  Remove "EXTRA_TARGET_HOST" hackery.
11946         Autogenerate host module targets.  Remove empty dependency lines
11947         and redundant dependency; rearrange slightly.
11948         * Makefile.def: Add host-side libtermcap, utils.
11950         * Makefile.in: Regenerate.
11952 2002-11-19  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
11954         * ltconfig (osf[345]): Append $major to soname_spec.
11955         Reflect this in library_names_spec.
11956         * ltmain.sh (osf): Prefix $major with . for use as extension.
11958 2002-11-19  Andreas Jaeger  <aj@suse.de>
11960         * libtool.m4 (libtool_flags): Add patch from libtool CVS: Support
11961         linking of 32-bit libraries with ld on the x86-64, ppc64, s390x
11962         and sparc64 GNU/Linux systems.
11964 2002-11-19  Nathan Sidwell  <nathan@codesourcery.com>
11966         * MAINTAINERS: Update email.
11968 2002-11-18  Gerald Pfeifer  <pfeifer@dbai.tuwien.ac.at>
11970         * MAINTAINERS: Complete James Dennett's entry.
11972 2002-11-15  Eric Botcazou  <ebotcazou@libertysurf.fr>
11974         * MAINTAINERS (Write After Approval): Add myself.
11976 2002-11-13  Bruce Korb  <bkorb@gnu.org>
11978         * Makefile.tpl: syntactic cleanup
11980 2002-11-13  Stuart Hastings  <stuart@apple.com>
11982         * MAINTAINERS: Add myself to write-after-approval list.
11984 2002-11-12  Nathanael Nerode  <neroden@gcc.gnu.org>
11986         * Makefile.def: Add list of recursive targets to autogenerate.
11987         Add build_modules.
11988         * Makefile.tpl: Autogenerate do-* targets.  Autogenerate *-target-*
11989         targets.  Autogenerate *-build-* targets.
11990         * Makefile.in: Regenerate.
11992 2002-11-12  Nathanael Nerode  <neroden@gcc.gnu.org>
11994         * configure: More autoconf-style substitutions.
11995         * Makefile.tpl: More autoconf-style substitutions.
11996         * Makefile.in: Regenerate.
11998 2002-11-11  Nathanael Nerode  <neroden@gcc.gnu.org>
12000         * configure: Substitute more variables in a more autoconf-friendly
12001         way.  Simplify slightly.
12002         * Makefile.tpl: Make more variables substitutable in an
12003         autoconf-friendly way.
12004         * Makefile.in: Regenerate.
12006 2002-11-11  Jonathan Wakely  <redi@gcc.gnu.org>
12008         * MAINTAINERS (Write After Approval): Add myself.
12010 2002-11-10  Nathanael Nerode  <neroden@gcc.gnu.org>
12012         * configure.in (v810*): Remove special setting of tools.
12014         * configure: Add support for extra required flags for ar or nm.
12015         * configure.in (aix4.3+): Use above support for target-specific
12016         issues, rather than using config/mt-aix43.
12018 2002-11-09  Nathanael Nerode  <neroden@gcc.gnu.org>
12020         * configure: Remove 'removing', which doesn't work.  Replace $subdir
12021         with . everywhere.  Replace $subdirs with ''.  Replace $makesrcdir
12022         with $srcdir.  Reformat indentation.  Substitute some variables
12023         formerly hard-coded in the Makefile for build=host.
12024         * Makefile.tpl: Autogenerate more; make more autoconf-friendly.
12025         * Makefile.def: Autogenerate more.
12026         * Makefile.in: Regenerate.
12028 2002-11-04  Adam Nemet  <anemet@lnxw.com>
12030         * MAINTAINERS (Write After Approval): Add myself.
12032 2002-11-04  Kevin Buettner  <kevinb@redhat.com>
12034         * Makefile.def (host_modules): Add rda.
12035         * Makefile.in: Regenerate.
12036         * configure.in (target_tool): Add target-rda to list.
12038 2002-10-28  Gerald Pfeifer  <pfeifer@dbai.tuwien.ac.at>
12040         * MAINTAINERS: Remove "co-maintainer" note for web pages.
12042 2002-10-25  Phil Edwards  <pme@gcc.gnu.org>
12044         * Makefile.tpl (bootstrap):  Add bubblestrap, quickstrap, cleanstrap,
12045         and restrap targets to this rule.
12046         * Makefile.in:  Regenerate.
12048 2002-10-25  Gerald Pfeifer  <pfeifer@dbai.tuwien.ac.at>
12050         * MAINTAINERS: Add Wolfgang Bangerth and Volker Reichelt under
12051         GNATS only accounts.
12053 2002-10-24  Hans-Peter Nilsson  <hp@bitrange.com>
12055         * configure.in (i[3456]86-*-linux*): Add check to disable
12056         ${libgcj} for glibc1.
12058 2002-10-24  Denis Chertykov  <denisc@overta.ru>
12060         * MAINTAINERS: Add myself as ip2k port maintainer.
12062 2002-10-07  Svein E. Seldal  <Svein.Seldal@solidas.com>
12064         * configure.in: Add tic4x target.
12066 2002-10-03  Nathanael Nerode  <neroden@gcc.gnu.org>
12068         * Makefile.tpl: Make SET_LIB_PATH substitution more autoconfy.
12069         * configure.in: Make SET_LIB_PATH substitution more autoconfy.
12070         * Makefile.in: Regenerate.
12072         * Makefile.tpl: Make RPATH_ENVVAR substitution more autoconfy.
12073         * configure.in: Make RPATH_ENVVAR substitution more autoconfy.
12074         * Makefile.in: Regenerate.
12076 2002-10-02  Janis Johnson  <janis187@us.ibm.com>
12078         * MAINTAINERS: Add myself as web pages co-maintainer.
12080 2002-10-02  Nathanael Nerode  <neroden@gcc.gnu.org>
12082         * Makefile.tpl: Eliminate reference to all-gui, all-libproc.
12083         * Makefile.in: Regenerate.
12085 2002-10-02  Zack Weinberg  <zack@codesourcery.com>
12087         * MAINTAINERS: Add myself and Nathan Sidwell
12088         <nathan@codesourcery.com> as VxWorks maintainers.
12090 2002-10-02  Nathanael Nerode  <neroden@gcc.gnu.org>
12092         * Makefile.def: Remove order dependency comments.
12093         * Makefile.tpl: Add explicit install-install dependencies.
12094         * Makefile.in: Regenerate.
12096         * Makefile.tpl: Remove material now in src-release.  (Finally!)
12097         * Makefile.in: Regenerate.
12099         * Makefile.tpl: Add configure-target (for src-release in src)
12100         * Makefile.in: Regenerate.
12102 2002-09-30  Nick Clifton  <nickc@redhat.com>
12104         * Makefile.in (BINUTILS_SUPPORT_DIRS): Add cpu directory.
12106 2002-09-30  Ulrich Weigand  <uweigand@de.ibm.com>
12108         * configure.in (s390*-*-linux*): Enable libgcj.
12110 2002-09-29  Nathanael Nerode  <neroden@gcc.gnu.org>
12112         * configure: Revert accidentally applied changes.
12114         * Makefile.tpl: Make more autoconf-friendly.
12115         * Makefile.in: Regenerate.
12116         * configure: Make substitution more autoconf-like.
12118 2002-09-28  Richard Earnshaw  <rearnsha@arm.com>
12120         * configure.in (arm-*-coff, strongarm-*-coff, xscale-*-coff): Use a
12121         single entry to handle all these.
12122         (arm-*-elf, strongarm-*-elf, xscale-*-elf): Likewise.  Also enable
12123         libjava on arm-*-elf.
12125 2002-09-27  Geoffrey Keating  <geoffk@apple.com>
12127         * configure.in (powerpc-*-darwin*): Don't configure BFD, TK, or the
12128         things that depend on them.
12130 2002-09-25  Nathanael Nerode  <neroden@gcc.gnu.org>
12132         * Makefile.tpl: Make subsituted variables more autoconfy.
12133         * Makefile.in: Regenerate.
12134         * configure: Make seds more autoconfy.
12136 2002-09-25  Nathanael Nerode  <neroden@gcc.gnu.org>
12138         * Makefile.tpl: Rewrite substituted lines to look autoconfy.
12139         * Makefile.in: Regenerate.
12140         * configure.in: Rewrite sed statements to look autoconfy.
12142         * Makefile.tpl: Autogenerate *-target-* lists, dependencies of
12143         all-target-foo on configure-target-foo.
12144         * Makefile.def: Ditto.
12145         * Makefile.in: Rebuild.
12147 2002-09-25  Andrew Haley  <aph@redhat.com>
12149         * MAINTAINERS: Add aph@redhat.com as Java maintainer.
12151 2002-09-22  Nathanael Nerode  <neroden@gcc.gnu.org>
12153         * Makefile.def: New file.
12154         * Makefile.tpl: New file.
12155         * Makefile.in: Generate from Makefile.tpl with 'autogen Makefile.def'.
12156         * contrib/gcc_update: Note that Makefile.in is a generated file.
12158         * configure.in: Minor rearrangement.  Simplify tests.
12160 2002-09-22  Jason Thorpe  <thorpej@wasabisystems.com>
12162         * configure.in (with_headers): Skip copy if value is "yes".
12163         (with_libs): Likewise.
12165 2002-09-20  Nathanael Nerode  <neroden@gcc.gnu.org>
12167         * configure.in (*-*-netbsd*): Use noconfigdirs, not skipdirs.
12168         * configure.in (sh*-*-pe*): Ditto.
12169         * configure.in (mips*-*-pe*): Ditto.
12170         * configure.in (*arm-wince-pe): Ditto.
12172         * configure.in: Rearrange.
12174 2002-09-14  Kazu Hirata  <kazu@cs.umass.edu>
12176         * MAINTAINERS: Update my email address.
12178 2002-08-30  Paul Koning  <pkoning@equallogic.com>
12180         * MAINTAINERS: (Write After Approval): Add myself.
12182 2002-08-29  Geoffrey Keating  <geoffk@redhat.com>
12184         * MAINTAINERS: Update Jason Eckhardt's address, remove i860.
12186 2002-08-24  Geoffrey Keating  <geoffk@redhat.com>
12188         * MAINTAINERS: Change my mailing address.
12190 2002-08-21  Paolo Carlini  <pcarlini@unitus.it>
12192         * MAINTAINERS (Write After Approval): Remove myself.
12193         (Various Maintainers: c++ runtime libs): Add myself.
12195 2002-08-20  Loren J. Rittle  <ljrittle@acm.org>
12197         * MAINTAINERS (Write After Approval): Remove myself.
12198         (Various Maintainers: c++ runtime libs): Add myself.
12200 2002-08-15  Eric Christopher  <echristo@redhat.com>
12202         * config.sub: Import from master repository.
12203         * config.guess: Ditto.
12205 2002-08-19  Alexandre Oliva  <aoliva@redhat.com>
12207         * Makefile.in (GCC_FOR_TARGET): Prepend STAGE_CC_WRAPPER.
12208         * configure.in (CC_FOR_TARGET, GCJ_FOR_TARGET, CXX_FOR_TARGET,
12209         CXX_FOR_TARGET_FOR_RECURSIVE_MAKE): Likewise.
12211 2002-08-16  Aldy Hernandez  <aldyh@redhat.com>
12213         * MAINTAINERS: Add self to rs6000 vector extensions.
12215 2002-08-15  Alexandre Oliva  <aoliva@redhat.com>
12217         * libiberty/configure: Reverted unintended yesterday's check in.
12219 2002-08-14  Alexandre Oliva  <aoliva@redhat.com>
12221         * boehm-gc/configure, libf2c/configure: Rebuilt.
12222         * libffi/configure, libiberty/configure: Ditto.
12223         * libjava/configure, libobjc/configure: Ditto.
12224         * libstdc++-v3/configure, zlib/configure: Ditto.
12225         Merged from binutils:
12226         2002-01-27  Daniel Jacobowitz  <drow@mvista.com>
12227         From Steve Ellcey <sje@cup.hp.com>:
12228         * libtool.m4 (HPUX_IA64_MODE): Set to 32 or 64 based on ABI.
12229         (lt_cv_deplibs_check_method, lt_cv_file_magic_cmd,
12230         lt_cv_file_magic_test_file): Set to appropriate values for HP-UX
12231         IA64.
12232         * ltcf-c.sh (archive_cmds, hardcode_*): Ditto.
12233         * ltconfig (shlibpath_*, dynamic_linker, library_names_spec,
12234         soname_spec, sys_lib_search_path_spec): Ditto.
12236 2002-08-06  Federico G. Schwindt  <fgsch@olimpo.com.br>
12238         * configure.in (hppa*-*-openbsd*): Treat like hppa*-*-*elf*.
12240 2002-08-04  H.J. Lu  (hjl@gnu.org)
12242         * configure.in (mips*-*-linux*): Don't skip target-libffi.
12244 2002-08-02  Krister Walfridsson  <cato@df.lth.se>
12246         * MAINTAINERS (Write After Approval): Add myself.
12248 2002-07-31  Alan Modra  <amodra@bigpond.net.au>
12250         * configure.in: Move generic linux case to end.  Copy generic
12251         linux noconfigdirs to mips*-*-linux* entry and new
12252         powerpc64*-*-linux* entry.  Add target-libffi for the latter.
12254 2002-07-19  Michael Matz  <matz@suse.de>
12256         * MAINTAINERS: Add myself as ra* maintainer.
12258 2002-07-16  Chris Demetriou  <cgd@broadcom.com>
12260         * config.guess: Update to 2002-07-09 version.
12261         * config.sub: Update to 2002-07-03 version.
12263 2002-07-15  Hans-Peter Nilsson  <hp@bitrange.com>
12265         * MAINTAINERS: Fix typo in a maintainer email address.
12267 2002-07-11  Nathanael Nerode  <neroden@gcc.gnu.org>
12269         * configure.in: Remove two redundant tests.
12271 2002-07-11  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
12273         * configure.in (mips*-*-irix6*o32): Enable stabs.
12275 2002-07-08  Nathanael Nerode  <neroden@gcc.gnu.org>
12277         * configure.in: Don't build grez.
12278         * Makefile.in: Ditto.
12280         * Makefile.in: Remove references to bsp, cygmon, libstub.
12281         * configure.in: Ditto.
12283         * configure.in: Remove leftover reference to gdbtest.
12285 2002-07-08  Phil Edwards  <pme@gcc.gnu.org>
12287         * configure.in (gxx_include_dir):  Change to match versioned
12288         C++ headers if --enable-version-specific-runtime-libs is used.
12290 2002-07-04  Steve Ellcey  <sje@cup.hp.com>
12292         * ltcf-cxx.sh (hpux*): Modify to support ia64-*-hpux*.
12294 2002-07-03  Nathanael Nerode  <neroden@gcc.gnu.org>
12296         * configure.in: Make --without-x work.
12298 2002-07-02  Nathanael Nerode  <neroden@gcc.gnu.org>
12300         * configure.in: Rearrange target Makefile fragment collection.
12302         * Makefile.in: Don't try to build gdbtest, tgas, ispell, inet, or
12303         cvs[src].
12304         * configure.in: Ditto.
12306 2002-07-01  Matt Kraai  <kraai@alumni.cmu.edu>
12308         * MAINTAINERS (Write After Approval): Update my e-mail address.
12310 2002-06-24  Ben Elliston  <bje@redhat.com>
12312         * configure.in (host_tools): Remove cgen.
12314         * Makefile.in (all-cgen): Remove; runs from its source directory.
12315         (check-cgen, install-cgen, clean-cgen): Likewise.
12316         (all-opcodes): Do not depend on all-cgen.
12317         (all-sim): Likewise.
12319 2002-07-01  Nathanael Nerode  <neroden@gcc.gnu.org>
12321         * Makefile.in: Eliminate 'apache' targets.
12322         * configure.in: Eliminate 'apache' targets.
12324         * configure.in: Eliminate redundant tests.  Reorganize.
12326         * Makefile.in: Eliminate last reference to LIBGCC1_TEST.
12328         * config-ml.in: Eliminate references to Cygnus configure.
12330         * Makefile.in: Eliminate references to building emacs.
12332 2002-06-28  Graham Stott  <graham.stott@btinternet.com>
12334         * MAINTAINERS: Update my email address.
12336 2002-06-26  Benjamin Kosnik  <bkoz@redhat.com>
12338         * config.if (libstdcxx_incdir): Version C++ headers.
12339         (cxx_incdir): Remove.
12341 2002-06-25  Nathanael Nerode  <neroden@gcc.gnu.org>
12343         * MAINTAINERS (Write After Approval): Add self.
12345 Thu Jun 20 00:35:14 2002  Denis Chertykov  <denisc@overta.ru>
12347         * configure.in: Add support for ip2k.
12349 2002-06-22  Nathanael Nerode  <neroden@twcny.rr.com>
12351         * configure.in: Fix AIX configury bug.
12353 2002-06-20  Steve Ellcey  <sje@cup.hp.com>
12355         * MAINTAINERS (Write After Approval): Add self.
12357 2002-06-19  Nathanael Nerode  <neroden@twcny.rr.com>
12359         * configure.in: replace ${topsrcdir} with ${srcdir}
12361         * configure.in: Move definition of libstdcxx_flags
12362         right above usage, rather than waaay earlier.
12364         * configure.in: Pull definition of is_cross_compiler earlier.
12366         * configure.in: Rearrange a little.
12368         * configure.in: Remove references to librx.
12369         * Makefile.in: Remove references to librx.
12371 Tue Jun 18 22:37:35 2002  Denis Chertykov  <denisc@overta.ru>
12373         * config.sub: Add support for avr target.
12374         Import from master sources, rev 1.255
12376 2002-06-19  Phil Edwards  <pme@gcc.gnu.org>
12378         * configure, .cvsignore:  Revert previous change...
12379         * Makefile:  ...delete.
12381 2002-06-19  Nathanael Nerode  <neroden@twcny.rr.com>
12383         * configure.in: Eliminate ${gasdir} variable.
12385 2002-06-18  Dave Brolley  <brolley@redhat.com>
12387         * configure.in: Add support for frv.
12388         * config.sub: Add support for frv.
12390 2002-06-18  Phil Edwards  <pme@gcc.gnu.org>
12392         * configure:  Remove garbage from previous commit.
12394 2002-06-18  Phil Edwards  <pme@gcc.gnu.org>
12396         * configure:  For in-source builds, make a subdir and re-exec there.
12397         * Makefile:  New file.  Pass targets through to build directory.
12398         * .cvsignore:  No longer ignore "Makefile".
12400 2002-06-16  Douglas Rupp  <rupp@gnat.com>
12402         * MAINTAINERS (Write After Approval): Add self.
12404 2002-06-11  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
12406         * Makefile.in (CFLAGS_FOR_TARGET): Add -O2.
12408 2002-06-08  Jason Thorpe  <thorpej@wasabisystems.com>
12410         * configure.in (vax-*-netbsd*): Re-enable gas.
12412 2002-05-31  Nathanael Nerode  <neroden@twcny.rr.com>
12414         * Makefile.in: Replace HOST_PREFIX, HOST_PREFIX_1 with BUILD_PREFIX,
12415         BUILD_PREFIX_1, to correct nomenclature.
12416         * configure: Likewise.
12418         * Makefile.in: Eliminate version-specific references to tcl8.1, tk8.1.
12419         * configure.in: Eliminate version-specific references to tcl8.1, tk8.1.
12421 2002-05-31  Olaf Hering  <olh@suse.de>
12423         * config-ml.in: Propogate DESTDIR also.
12425 2002-05-29  Jason Thorpe  <thorpej@wasabisystems.com>
12427         * configure.in (vax-*-netbsd*): Don't build gas for this
12428         platform.
12430 2002-05-28  Marek Michalkiewicz  <marekm@amelek.gda.pl>
12432         * configure.in (noconfigdirs): Don't compile libiberty, libstdcxx
12433         and libgcj for AVR.
12435 2002-05-23  Kaz Kojima  <kkojima@gcc.gnu.org>
12437         * MAINTAINERS (Write After Approval): Add myself.
12439 2002-05-22  Jason Thorpe  <thorpej@wasabisystems.com>
12441         * config.guess: Update to 2002-05-22 version.
12442         * config.sub: Likewise.
12444 2002-05-16  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
12446         * Makefile.in: Allow for PWDCMD to override hardcoded pwd.
12447         * config-ml.in: Likewise.
12448         * configure: Likewise.
12449         * configure.in: Likewise.
12451 2002-05-16  Stephane Carrez  <stcarrez@nerim.fr>
12453         * MAINTAINERS: Update my email address.
12455 2002-05-13  Nathanael Nerode  <neroden@twcny.rr.com>
12457         * configure.in: Simplify makefile fragment collection.
12459         * configure.in: Remove code to build emacs.
12461         * configure.in : Remove --srcdir argument from targargs and buildargs
12462         (it's always overridden in the Makefile anyway).  Rearrange a bit.
12464         * configure: Move some logic to configure.in.
12465         * configure.in: Move some logic from configure.
12467 2002-05-11  Tom Tromey  <tromey@redhat.com>
12469         * MAINTAINERS: Reflect libgcj reality.
12471 2002-05-09  Federico G. Schwindt  <fgsch@olimpo.com.br>
12473         * Makefile.in: Honour DESTDIR.
12475 2002-05-08  Mark Mitchell  <mark@codesourcery.com>
12477         * config.guess: Import 2002-03-20 version.
12478         * config.sub: Import 2002-04-26 version.
12480 2002-05-08  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
12482         * config-ml.in: Allow for PWDCMD to determine ML_POPDIR.
12484 2002-05-07  Tim Josling  <tej@melbpc.org.au>
12486         * MAINTAINERS: Add self.
12488 2002-05-06  Loren J. Rittle  <ljrittle@acm.org>
12490         * ltmain.sh: Detect and handle object name conflicts
12491         while piecewise linking a static library.
12493 2002-05-05  Alexandre Oliva  <aoliva@redhat.com>
12495         * configure.in (noconfigdirs): Don't disable libgcj on
12496         sparc64-*-solaris* and sparcv9-*-solaris*.
12498 2002-05-03  Alexandre Oliva  <aoliva@redhat.com>
12500         * configure.in: Revert 2002-04-18's patch; fixed in libjava.
12502 2002-05-03  Thomas Fitzsimmons  <fitzsim@redhat.com>
12504         * configure.in (FLAGS_FOR_TARGET): Do not add
12505         -B$$r/$(TARGET_SUBDIR)/newlib/ when compiling newlib natively
12506         on i[3456]86-*-linux*.
12508 2002-05-01  Thomas Fitzsimmons  <fitzsim@redhat.com>
12510         * configure.in (noconfigdirs): Replace [ ] with test.
12512         * configure.in (noconfigdirs): Do not add target-newlib if
12513         target == i[3456]86-*-linux*, and host == target.
12515 2002-04-29  Nathanael Nerode  <neroden@doctormoo.dyndns.org>
12517         * configure.in: delete reference to absent file
12519         * configure.in: replace '[' with 'test'
12521         * configure.in: Eliminate references to gash.
12522         * Makefile.in: Eliminate references to gash.
12524         * configure.in: remove useless references to 'pic' makefile fragments.
12526         * configure.in: (*-*-windows*) Finish removing.
12528         * configure.in: Eliminate redundant test for libgui.
12530 2002-04-29  Roger Sayle  <roger@eyesopen.com>
12532         * MAINTAINERS: Add self and realphabetize.  Update entries
12533         for Dan Berlin, Chris Demetriou and Michael Matz.  Remove
12534         entry for a29k port maintainer.
12536 2002-04-26  Joel Sherrill  <joel@OARcorp.com>
12538         * configure.in (h8300*-*-rtems*): Disable libf2c and libgcj.
12539         (sparc-*-elf*, sparc64-*-elf*): Disable libgcj.
12541 2002-04-19  Nathanael Nerode  <neroden@twcny.rr.com>
12543         * configure.in: remove references to dead files
12545 2002-04-19  Mark Mitchell  <mark@codesourcery.com>
12547         * MAINTAINERS: Add information about purpose of this file.
12549 2002-04-18  Tom Tromey  <tromey@redhat.com>
12551         * configure.in: Disallow configuring libgcj when it is already
12552         installed and we're using Solaris 2.8 linker.  Do enable libgcj on
12553         Solaris 2.8 by default.  For PR libgcj/6158.
12555 2002-04-17  Nathanael Nerode  <neroden@twcny.rr.com>
12557         * configure.in:  Move default CC setting out of config/mh-* fragments
12558         directly into here.
12560 2002-04-17  Nathanael Nerode  <neroden@twcny.rr.com>
12562         * configure.in: don't even try to configure or make a subdirectory
12563         if there's no configure script for it.
12565 2002-04-15  Mark Mitchell  <mark@codesourcery.com>
12567         * MAINTAINERS: Remove chill maintainers.
12568         * Makefile.in (CHILLFLAGS): Remove.
12569         (CHILL_LIB): Remove.
12570         (TARGET_CONFIGDIRS): Remove libchill.
12571         (CHILL_FOR_TARGET): Remove.
12572         (BASE_FLAGS_TO_PASS): Don't pass CHILLFLAGS, CHILL_FOR_TARGET, or
12573         CHILL_LIB.
12574         (CONFIGURE_TARGET_MODULES): Remove configure-target-libchill.
12575         (CHECK_TARGET_MODULES): Likewise.
12576         (INSTALL_TARGET_MODULES): Likewise.
12577         (CLEAN_TARGET_MODULES): Likewise.
12578         (configure-target-libchill): Remove.
12579         (all-target-libchill): Remove.
12580         * configure.in (target_libs): Remove target-libchill.
12581         Do not compute CHILL_FOR_TARGET.
12582         * libchill: Remove directory.
12584 2002-04-11  DJ Delorie  <dj@redhat.com>
12586         * Makefile.in, configure.in: Sync with binutils, entries
12587         follow...
12589 2002-04-07  Andrew Cagney  <ac131313@redhat.com>
12591         * Makefile.in (do-tar-bz2): Delete rule.  Replace with ...
12592         (do-tar, do-bz2): New rules.
12593         (taz): Update.  Replace do-tar-bz2 with do-tar and do-bz2.
12594         (gdb-tar): New rule.
12595         (gdb-taz): Rewrite.  Use gdb-tar and do-bz2.
12596         (insight_dejagnu.tar): New rule.
12597         (insight.tar): New rule.
12598         (gdb+dejagnu.tar): New rule.
12599         (gdb.tar): New rule.
12601 2002-02-01  Mo DeJong  <supermo@bayarea.net>
12603         * Makefile.in: Add all-tix to deps for all-snavigator
12604         so that tix is built when building snavigator.
12606 2002-01-11  Steve Ellcey  <sje@cup.hp.com>
12608         * configure.in (ia64*-*-hpux*): New target for IA64 HP-UX,
12609         ld and gdb are not supported.
12611 2002-01-07  Mark Salter  <msalter@redhat.com>
12613         * configure.in: Remove target-bsp and target-cygmon from arm builds.
12614         Allow target-libgloss to be built for arm, strongarm, and xscale.
12616 2001-12-13  Thomas Fitzsimmons  <fitzsim@redhat.com>
12618         * configure.in (FLAGS_FOR_TARGET): Remove -nostdinc and -isystem
12619         options for i[3456]86-pc-linux* native builds.
12621 2001-11-20  Nick Clifton  <nickc@cambridge.redhat.com>
12623         * Makefile.in (do-proto-toplev): Use msgfmt to generate .gmo
12624         files from .po files for a distribution.
12626 2001-09-03  Jeff Holcomb  <jeffh@redhat.com>
12628         * configure.in: Enable libstdc++-v3 for h8300 targets.
12630 2001-06-19  Alan Modra  <amodra@bigpond.net.au>
12632         * Makefile.in (VER): If AM_INIT_AUTOMAKE uses BFD_VERSION, get
12633         version from bfd/.
12635 Fri Jun  8 11:14:02 2001  Andrew Cagney  <cagney@b1.cygnus.com>
12637         * Makefile.in (VER): When present, extract the version number from
12638         the file version.in.
12640 2001-05-24  Tom Rix  <trix@redhat.com>
12642         * configure.in : enable ld for aix
12644 2001-02-09  Martin Schwidefsky  <schwidefsky@de.ibm.com>
12646         * config.guess: Add linux target for S/390.
12648 2000-11-07  Philip Blundell  <pb@futuretv.com>
12650         * Makefile.in (ETC_SUPPORT): Also add configbuild.* and configdev.*.
12652 2000-11-03  Philip Blundell  <pb@futuretv.com>
12654         * Makefile.in (ETC_SUPPORT): Add configure.texi and associated info
12655         files.
12657 2001-01-15  Ben Elliston  <bje@redhat.com>
12659         * configure.in (host_tools): Add sid.
12660         Always configure cgen.
12662 2000-11-24  Nick Clifton  <nickc@redhat.com>
12664         * configure.in (c4x, c5x, tic54x): Move after ARM targets.
12666 2000-08-20  Doug Evans  <dje@casey.transmeta.com>
12668         * Makefile.in (ALL_MODULES): Add all-cgen.
12669         (CROSS_CHECK_MODULES,INSTALL_MODULES,CLEAN_MODULES): Similarily.
12670         (all-cgen): New target.
12671         (all-opcodes,all-sim): Depend on all-cgen.
12672         * configure.in (host_tools): Add cgen.
12673         Only configure cgen if --enable-cgen-maint.
12675 2002-04-09  Loren J. Rittle  <ljrittle@acm.org>
12677         * configure.in: Add *-*-freebsd* configurations.
12679 2002-04-08  Tom Tromey  <tromey@redhat.com>
12681         * configure.in: Add FLAGS_FOR_TARGET to GCJ_FOR_TARGET.
12682         Fixes PR libgcj/6068.
12684 2002-03-30  Krister Walfridsson  <cato@df.lth.se>
12686         * configure.in (i*86-*-netbsdelf*): Don't disable libgcj.
12688 2002-03-27  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
12690         * configure.in (alpha*-dec-osf*): Enable libgcj.
12692 2003-03-27  Matthew Gingell  <gingell@gnat.com>
12694         * MAINTAINERS (Write After Approval): Add myself.
12696 2002-03-24  Nick Clifton  <nickc@cambridge.redhat.com>
12698         Fix for: PR bootstrap/3591, target/5676
12699         * configure.in (mcore-pe): Disable the configuration of
12700         libstdc++-v3 since exceptions are not supported.
12702 2002-03-20  Anthony Green  <green@redhat.com>
12704         * configure.in: Enable libgcj for xscale-elf target.
12706 Tue Mar 19 09:05:08 2002  J"orn Rennecke  <joern.rennecke@superh.com>
12708         * MAINTAINERS:  Update my email address.
12710 2002-03-16  Alexandre Oliva  <aoliva@redhat.com>
12712         * ltmain.sh (relink_command): Fix typo in previous change.
12714 2002-03-15  Alexandre Oliva  <aoliva@redhat.com>
12716         * ltmain.sh (taglist): Initialized.  Don't let `CC' tag out of it.
12717         (relink_command): Added --tag flags.
12718         (mode=install): If relinking fails; error out.
12720 2002-03-12  Richard Henderson  <rth@redhat.com>
12722         * Makefile.in (NOTPARALLEL): New.  Use it instead of explicit
12723         .NOTPARALLEL tag.
12724         (do-check): Rename from check.
12725         (check): Allow parallel check.
12727 2002-03-12  Bob Wilson  <bob.wilson@acm.org>
12729         * MAINTAINERS: Add myself as maintainer for xtensa port.
12730         Fix alphabetical order in CPU port maintainer list.
12731         Remove myself from Write After Approval list.
12733 2002-03-11  Richard Henderson  <rth@redhat.com>
12735         * Makefile.in (.NOTPARALLEL): Add fake tag.
12737 2002-03-07  H.J. Lu  (hjl@gnu.org)
12739         * configure.in: Enable gprof for mips*-*-linux*.
12741 2002-03-05  Danny Smith  <dannysmith@users.sourceforge.net>
12743         * MAINTAINERS (Write After Approval): Add myself.
12745 2002-02-28  Alexandre Oliva  <aoliva@redhat.com>
12747         * configure.in (libstdcxx_flags): Don't add libstdc++-v3 flags for
12748         libjava.
12749         (CXX_FOR_TARGET): Explain why -shared-libgcc here.
12751 2002-02-23  Alexandre Oliva  <aoliva@redhat.com>
12753         * Makefile.in (MAKEINFO): Don't assume makeinfo will be built just
12754         because its Makefile is there; test for the executable instead.
12756 2002-02-22  Alexandre Oliva  <aoliva@redhat.com>
12758         * configure.in (CXX_FOR_TARGET): Add -shared-libgcc for
12759         libstdc++-v3 and libjava.
12761 2002-02-11  Adam Megacz  <adam@xwt.org>
12763         * gcc/Makefile.in: Removed libstdc++-v3 dependancy for libjava and
12764         boehm-gc
12766 2002-02-09  Alexandre Oliva  <aoliva@redhat.com>
12768         * config.guess: Updated to 2002-01-30's version.
12769         * config.sub: Updated to 2002-02-01's version.
12770         Contribute sh64-elf.
12771         2000-12-01  Alexandre Oliva  <aoliva@redhat.com>
12772         * configure.in: Added sh64-*-*.
12774 2002-02-08  Chris Demetriou  <cgd@broadcom.com>
12776         * MAINTAINERS: Belatedly add myself to write after approval list.
12778 Thu Feb  7 12:40:58 CET 2002  Jan Hubicka  <jh@suse.cz>
12780         * MAINTAINERS: Put self in as maintainer for x86-64 port.
12781         Remove self as Write After Approval.
12783 2002-01-31  Geoffrey Keating  <geoffk@redhat.com>
12785         * MAINTAINERS: Put self in as maintainer for contrib/regression
12786         directory.
12788 2002-01-28  Phil Edwards  <pme@gcc.gnu.org>
12790         * MAINTAINERS:  Update my email address.
12792 2002-01-26  Jason Thorpe  <thorpej@wasabisystems.com>
12794         * configure.in (*-*-netbsd*): New.  Skip target-newlib,
12795         target-libiberty, and target-libgloss.  Skip Java-related
12796         libraries if not supported for NetBSD on target CPU.
12798 2002-01-25  Douglas B Rupp  <rupp@gnat.com>
12800         * install-sh: Use _inst.$$_ for temp file name.
12802 2002-01-24  Jason Thorpe  <thorpej@wasabisystems.com>
12804         * MAINTAINERS (Write After Approval): Move my contact info
12805         from here...
12806         (OS Port Maintainers): ...to here (netbsd).
12808 2002-01-22  Bob Wilson  <bob.wilson@acm.org>
12810         * MAINTAINERS (Write After Approval): Add myself.
12812 2002-01-17  H.J. Lu  <hjl@gnu.org>
12814         * Makefile.in (all-fastjar): Also depend on all-libiberty.
12815         (all-target-fastjar): Also depend on all-target-libiberty.
12817 2002-01-16  H.J. Lu  (hjl@gnu.org)
12819         * config.guess: Import from master sources, rev 1.225.
12820         * config.sub: Import from master sources, rev 1.238.
12822 2002-01-16  Kazu Hirata  <kazu@hxi.com>
12824         * MAINTAINERS (Write After Approval): Remove myself.
12826 2001-12-19  Florian Weimer  <fw@deneb.enyo.de>
12828         * MAINTAINERS (Write After Approval): Add myself.
12830 2001-12-17  Joseph S. Myers  <jsm28@cam.ac.uk>
12832         * MAINTAINERS: Add self as docs co-maintainer.
12834 2001-12-11  Matthias Klose  <doko@debian.org>
12836         * MAINTAINERS (Write After Approval): Add myself.
12838 2001-12-09  Zack Weinberg  <zack@codesourcery.com>
12840         * MAINTAINERS: Update my email address.
12842 2001-12-07  Turly O'Connor  <turly@apple.com>
12843         * MAINTAINERS (Write After Approval): Add myself.
12844         * rs6000.c (rs6000_trampoline_size): Handle ABI_DARWIN case.
12845         (rs6000_initialize_trampoline): Call __trampoline_setup for
12846         ABI_DARWIN too.
12847         * darwin-tramp.asm: New file, implements __trampoline_setup.
12848         * t-darwin (LIB2FUNCS_EXTRA): Include darwin-tramp.asm.
12850 2001-12-07  Paolo Carlini  <pcarlini@unitus.it>
12852         * MAINTAINERS (Write After Approval): Add myself.
12854 Wed Dec  5 07:33:45 2001  Douglas B. Rupp  <rupp@gnat.com>
12856         * configure, configure.in: Use temp file for long sed commands.
12858 2001-12-03  Laurent Guerby  <guerby@acm.org>
12860         * config.sub: Update to version 1.232 on subversion.
12862 2001-12-03  Ben Elliston  <bje@redhat.com>
12864         * MAINTAINERS: Update mail address for config.* patches.
12866 2001-11-27  DJ Delorie  <dj@redhat.com>
12867             Zack Weinberg  <zack@codesourcery.com>
12869         When build != host, create libiberty for the build machine.
12871         * Makefile.in (TARGET_CONFIGARGS, BUILD_CONFIGARGS): Replace
12872         CONFIG_ARGUMENTS.
12873         (ALL_BUILD_MODULES_LIST, BUILD_CONFIGDIRS, BUILD_SUBDIR):
12874         New variables.
12875         (ALL_BUILD_MODULES, CONFIGURE_BUILD_MODULES): New variables
12876         and rules.
12877         (all.normal): Depend on ALL_BUILD_MODULES.
12878         (CONFIGURE_TARGET_MODULES rule): Use TARGET_CONFIGARGS.
12879         (all-build-libiberty): Depend on configure-build-libiberty.
12881         * configure: Calculate and substitute proper value for
12882         ALL_BUILD_MODULES.
12883         * configure.in: Create the build subdirectory.
12884         Calculate and substitute TARGET_CONFIGARGS (formerly
12885         CONFIG_ARGUMENTS); also BUILD_SUBDIR and BUILD_CONFIGARGS (new).
12887 2001-11-26  Ziemowit Laski  <zlaski@apple.com>
12889         * MAINTAINERS (write-after-approval): Add self.
12891 2001-11-17  Craig Rodrigues  <rodrigc@gcc.gnu.org>
12893         * MAINTAINERS (GNATS only accounts): Remove self.
12895 2001-11-14  Hans-Peter Nilsson  <hp@bitrange.com>
12897         * configure.in (noconfigdirs) [h8300*-*-*, h8500-*-*]: Disable
12898         libf2c.
12900 2001-11-12  Craig Rodrigues  <rodrigc@gcc.gnu.org>
12902         * MAINTAINERS (Write After Approval): Add self.
12904 2001-11-12  David O'Brien  <obrien@FreeBSD.org>
12906         * MAINTAINERS: mips and s390 are also CPU ports.
12908 2001-11-12  David O'Brien  <obrien@FreeBSD.org>
12910         * MAINTAINERS: mcore, cris and mmix are also CPU ports.
12912 2001-11-11  David O'Brien  <obrien@FreeBSD.org>
12914         * MAINTAINERS: Alphabetize.
12916 2001-11-09  Kazu Hirata  <kazu@hxi.com>
12918         * MAINTAINERS (Various maintainers: h8 port): Add myself.
12920 2001-11-09  John David Anglin  <dave@hiauly1.hia.nrc.ca>
12922         * MAINTAINERS (Various maintainers: hppa port): Added myself.
12924 2001-11-08  Phil Edwards  <pedwards@disaster.jaj.com>
12926         * configure.in (--enable-languages): Be more permissive about
12927         syntax.  Check for empty lists better.  Warn about $LANGUAGES.
12929 2001-11-08  Geoffrey Keating  <geoffk@redhat.com>
12931         * config.sub: Import from master sources, rev. 1.230.
12932         * MAINTAINERS: Change 'stormy16' to 'xstormy16'.
12934 2001-11-07  Laurent Guerby  <guerby@acm.org>
12936         * MAINTAINERS (Write After Approval): Add self.
12938 2001-11-06  Hans-Peter Nilsson  <hp@bitrange.com>
12940         * Makefile.in (MAKEINFO): Use "missing" for makeinfo older than 4.0.
12942 2001-11-05  Hans-Peter Nilsson  <hp@bitrange.com>
12944         * config.sub: Import from master sources, rev 1.226.
12945         * config.guess: Import from master sources, rev 1.216.
12947 2001-11-03  Hans-Peter Nilsson  <hp@bitrange.com>
12949         * configure.in (noconfigdirs) [mmix-*-*]: Disable libgcj.
12950         * MAINTAINERS: Add self as maintainer of MMIX port.
12951         Remove old after-approval entry.
12953 2001-10-28  Joseph S. Myers  <jsm28@cam.ac.uk>
12955         * ChangeLog, configure: Fix spelling errors.
12957 2001-10-20  Brendan Kehoe  <brendan@zen.org>
12959         * MAINTAINERS: Tweak my address.
12961 Thu Oct 11 21:50:15 2001  J"orn Rennecke  <amylaar@onetel.net.uk>
12963         * MAINTAINERS: Update my email address.
12965 2001-10-11  Hans-Peter Nilsson  <hp@axis.com>
12967         * configure.in (noconfigdirs) [cris-*-*]: Disable libgcj.
12968         * MAINTAINERS: Add self as maintainer of CRIS port.
12970 2001-10-10  Geert Bosch  <bosch@gnat.com>
12972         * MAINTAINERS (Various maintainers: Ada front end):
12973         Added Robert Dewar.
12975 2001-10-03  David Billinghurst  <David.Billinghurst@riotinto.com>
12977         * MAINTAINERS (Write After Approval): Added self
12979 2001-10-02  Geert Bosch  <bosch@gnat.com>
12981         * MAINTAINERS (Various maintainers: Ada front end): Added myself.
12983 2001-10-02  Joseph S. Myers  <jsm28@cam.ac.uk>
12985         * configure: Handle temporary files securely using mkdir.
12987 2001-09-29  Alexandre Oliva  <aoliva@redhat.com>
12989         * Makefile.in (configure-target-gperf): Depend on $(ALL_GCC_CXX).
12991 2001-09-26  Will Cohen  <wcohen@redhat.com>
12993         * configure.in (*-*-linux*): Disable configuration of target-newlib
12994         and target-libgloss.
12996 2001-09-26  Alexandre Oliva  <aoliva@redhat.com>
12998         * Makefile.in (EXTRA_TARGET_FLAGS): Pass RANLIB_FOR_TARGET for
12999         RANLIB.
13001 2001-09-21  Alexandre Oliva  <aoliva@redhat.com>
13003         * Makefile.in (AS_FOR_TARGET, LD_FOR_TARGET,
13004         DLLTOOL_FOR_TARGET, WINDRES_FOR_TARGET, AR_FOR_TARGET,
13005         RANLIB_FOR_TARGET, NM_FOR_TARGET): Don't use double quotes to
13006         avoid quotes nesting problems.
13007         (NATIVE_CHECK_MODULES): Ditto, just for consistency.
13008         (DO_X): Export only variables that are set.
13010 2001-09-19  Ben Elliston  <bje@redhat.com>
13012         * configure.in (sparc-sun-solaris2*): Don't use /usr/bin/which on
13013         Solaris when testing for the /usr/ucb/cc compiler; it has incorrect
13014         semantics.  Use the shell built-in "type" command instead.
13016 2001-08-31  Alexandre Oliva  <aoliva@redhat.com>
13018         Merged from gcc-3_0-branch:
13019         2001-07-30  Jeff Sturm  <jsturm@one-pont.com>
13020         * ltcf-c.sh: Use $objext, not $ac_objext.
13021         2001-07-27  Mark Kettenis  <kettenis@gnu.org>
13022         * ltcf-cxx.sh: Add support for GNU.
13023         2001-07-22  Timothy Wall  <twall@redhat.com>
13024         * ltcf-c.sh: Don't disable shared libraries for AIX5/IA64.  Preserve
13025         default settings if using GNU tools with that configuration.
13026         * ltcf-cxx.sh: Ditto.
13027         * ltcf-gcj.sh: Ditto.
13028         2001-07-21  Michael Chastain  <chastain@redhat.com>
13029         * ltconfig: Set max_cmd_len to a maximum of 512Kb, as it seems some
13030         HPUX 11.0 systems have trouble with 1MB.  Mark as gcc-local.
13031         * ltmain.sh: Mark as gcc-local.
13033 2001-08-30  Eric Christopher  <echristo@redhat.com>
13034             Jason Eckhardt  <jle@redhat.com>
13036         * config.guess: Merge from master sources.
13037         * config.sub: Merge from master sources, add support for mipsisa32.
13039 2001-08-25  Geoffrey Keating  <geoffk@redhat.com>
13040         * config.sub: Merge from master sources, rev 1.219.
13041         * MAINTAINERS: Add self as contact for stormy16 port.
13043 2001-08-14  Zack Weinberg  <zackw@panix.com>
13045         * config.sub: Merge from master sources, rev 1.218.
13046         * config.guess: Merge from master sources, rev 1.209.
13048 2001-08-11  Graham Stott  <grahams@redhat.com>
13050         * Makefile.in (check-c++): Add missing semicolon.
13052 Mon Jul 30 19:24:13 CEST 2001  Jan Hubicka  <jh@suse.cz>
13054         * MAINTAINERS (Various maitainers: predict.def): Added myself.
13056 2001-07-30  Eric Christopher  <echristo@redhat.com>
13058         * MAINTAINERS (Various maintainers: mips port): Added myself.
13060 2001-07-25  Andrew Haley  <aph@cambridge.redhat.com>
13062         * configure.in (sh-*-linux*): New.
13064 2001-07-27  Richard Henderson  <rth@redhat.com>
13066         * .cvsignore: Add LAST_UPDATED.
13068 2001-07-23  Ulrich Weigand  <uweigand@de.ibm.com>
13070         * MAINTAINERS (Various maintainers: s390 port): Added myself.
13072 2001-07-16  Aldy Hernandez  <aldyh@redhat.com>
13074         * config.sub: Fix mips64vr5000el typo in CPU-COMPANY.
13076 Fri Jul 13 14:31:57 2001  Nicola Pero  <nicola@brainstorm.co.uk>
13078         * MAINTAINERS (Write After Approval): Added myself.
13080 2001-07-12  Stephane Carrez  <Stephane.Carrez@worldnet.fr>
13082         * configure.in (noconfigdirs): Don't compile libiberty, libstdcxx
13083         and libgcj on m68hc11/m68hc12.
13085 2001-06-27  H.J. Lu  (hjl@gnu.org)
13087         * Makefile (CFLAGS_FOR_BUILD): New.
13088         (EXTRA_GCC_FLAGS): Add CFLAGS_FOR_BUILD.
13090 2001-06-13  Joseph S. Myers  <jsm28@cam.ac.uk>
13092         * README: Remove version number.
13094 2001-06-13  Gerald Pfeifer  <pfeifer@dbai.tuwien.ac.at>
13096         * INSTALL/README: Update wrt. to the installation instructions now
13097         residing in gcc/doc/install.texi.
13099 2001-06-13  Joseph S. Myers  <jsm28@cam.ac.uk>
13101         * README: Replace with a cut-down and updated version of gcc/README.
13103 2001-06-12  David Edelsohn  <edelsohn@gnu.org>
13105         * config-ml.in (powerpc-*-* | rs6000-*-*): Allow aix64 and pthread
13106         multilibs to be disabled.
13108 2001-06-11  Daniel Berlin  <dan@cgsoftware.com>
13110         * MAINTAINERS (Write After Approval): Add myself.
13112 2001-06-09  Alexandre Oliva  <aoliva@redhat.com>
13114         * config.guess: Import CVS version 1.195.
13115         * config.sub: Import CVS version 1.212.
13117 2001-06-08  Alexandre Oliva  <aoliva@redhat.com>, Jeff Sturm  <jsturm@one-point.com>
13119         * Makefile.in (AS_FOR_TARGET, LD_FOR_TARGET, NM_FOR_TARGET): If
13120         gcc/xgcc is built, use -print-prog-name to find out the program
13121         name to use.
13123 2001-06-04  Phil Edwards  <pme@sources.redhat.com>
13125         * config.guess:  Import CVS version 1.194.  All gcc-local changes
13126         appear to also be in the master copy.
13127         * config.sub:  Import CVS version 1.211.
13129 Mon Jun  4 16:32:53 2001  Mark Mitchell  <mark@codesourcery.com>
13131         * ltcf-c.sh (archive_cmds, archive_expsym_cmds) [solaris,
13132         with_gcc]: Use `gcc -shared' to build a shared library.
13134 Mon Jun  4 16:24:43 2001  John David Anglin  <dave@hiauly1.hia.nrc.ca>
13136         * ltcf-c.sh (archive_cmd) [hpux, with_gcc]: Use gcc to link shared
13137         archives.
13139 Fri Jun  1 18:55:19 2001  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
13141         * MAINTAINERS (Write After Approval): Add myself.
13143 2001-06-01  Hans-Peter Nilsson  <hp@axis.com>
13145         * configure.in (libstdcxx_flags): Do not try to execute
13146         libstdc++-v3/testsuite_flags until it exists.
13148 2001-06-01  Alan Modra  <amodra@bigpond.net.au>
13150         * MAINTAINERS: Update my email address.
13152 2001-05-31  Graham Stott  <grahams@redhat.com>
13154         * MAINTAINERS (Write After Approval): Add myself.
13156 2001-05-28  Simon Patarin  <simon.patarin@inria.fr>
13158         * ltcf-cxx.sh (osf3/osf4/osf5): Support creation of C++  shared
13159         libraries when using g++ with native linker.
13161 2001-05-28  Alexandre Oliva  <aoliva@redhat.com>
13163         * ltconfig, ltmain.sh: Upgrade to libtool 1.4a 1.641.2.256.
13165 2001-05-22  Alexandre Oliva  <aoliva@redhat.com>
13167         * ltcf-cxx.sh (allow_undefined_flag, no_undefined_flag)
13168         [aix4*|aix5*]: Prepend blank.
13170 2001-05-20  Alexandre Oliva  <aoliva@redhat.com>
13172         * ltconfig, ltmain.sh, libtool.m4, ltcf-c.sh, ltcf-cxx.sh,
13173         ltcf-gcj.sh: Upgraded to libtool 1.4a 1.641.2.254.  Rebuilt a number
13174         of subdir/configure scripts to use the new libtool.m4.
13176 2001-05-19  Matt Kraai  <kraai@alumni.carnegiemellon.edu>
13178         * MAINTAINERS (Write After Approval): Add myself.
13180 2001-05-18  Benjamin Kosnik  <bkoz@redhat.com>
13182         * configure.in (libstdcxx_flags): Remove reference to libstdc++.INC.
13184 2001-05-11  Ben Elliston  <bje@redhat.com>
13186         * Makefile.in (all-sid): New target.
13187         (check-sid, clean-sid, install-sid): Likewise.
13189 2001-05-09  Jeffrey Oldham  <oldham@codesourcery.com>
13191         * ltcf-cxx.sh: Add -nostdlib to IRIX 6 archive_cmds.
13193 2001-05-03  Alexandre Oliva  <aoliva@redhat.com>
13195         * configure.in (noconfigdirs) [*-cygwin*, *-mingw*, *-beos]: Disable
13196         libgcj.
13198 2001-05-03  Alexandre Oliva  <aoliva@redhat.com>
13200         * Makefile.in (AS_FOR_TARGET, LD_FOR_TARGET, NM_FOR_TARGET): If
13201         gcc/xgcc is built, use -print-prog-name to find out the program
13202         name to use.
13204 2001-04-26  Alexandre Oliva  <aoliva@redhat.com>
13206         * configure.in (noconfigdirs): Don't reset it from scratch in the
13207         target case; only append to it.
13209         * configure.in (noconfigdirs) [hppa*-*-*, mips*-*-irix6*,
13210         sparc-*-solaris2.8]: Disable ${libgcj}.
13212 2001-04-25  Alexandre Oliva  <aoliva@redhat.com>
13214         * configure.in (libgcj_saved): Copy from $libgcj.
13215         (libgcj): Zero out if --enable-libgcj; add to noconfigdirs is
13216         --disable-libgcj.
13218 2001-04-25  Gavin Romig-Koch  <gavin@redhat.com>
13220         * MAINTAINERS: Remove self as MIPS maintainer and
13221         C front end maintainer.
13223 Mon Apr 23 09:15:03 2001  Anthony Green  <green@redhat.com>
13225         * configure.in: Move *-chorusos target case to the proper switch.
13226         Disable libgcj.
13228 2001-04-12  Alexandre Oliva  <aoliva@redhat.com>
13230         * ltconfig, ltmain.sh, ltcf-cxx.sh: Upgraded to libtool 1.4a
13231         1.641.2.228.
13233 2001-04-13  Franz Sirl  <Franz.Sirl-kernel@lauterbach.com>
13235         * Makefile.in (STAGE1_CFLAGS): Pass down.
13237 2001-04-13  Alan Modra  <amodra@one.net.au>
13239         * config.guess: Add hppa64-linux support.  Note for next import that
13240         this is already in the master file.
13241         * configure.in: Likewise.  Accept `parisc' alias for `hppa'.
13243 2001-04-12  Alexandre Oliva  <aoliva@redhat.com>
13245         * ltconfig, ltmain.sh, libtool.m4, ltcf-c.sh, ltcf-cxx.sh,
13246         ltcf-gcj.sh: Upgraded to libtool 1.4a 1.641.2.226.
13248 2001-04-11  Stan Shebs  <shebs@apple.com>
13250         * MAINTAINERS: Add self as Darwin port maintainer.
13252 2001-04-11  Alan Modra  <amodra@one.net.au>
13254         * MAINTAINERS: Update my email address.
13256 2001-04-10  Loren J. Rittle  <ljrittle@acm.org>
13258         * ltcf-cxx.sh: Support creation of C++ shared libraries on
13259         recent versions of FreeBSD (release 3 or later).
13260         * ltconfig: On FreeBSD, -lc must not be provided when building
13261         a shared library or else the standard -pthread gcc option is
13262         rendered worthless to later users of the built library.
13264 2001-04-06  Joseph S. Myers  <jsm28@cam.ac.uk>
13266         * MAINTAINERS: Add self and RTH as C front end maintainers.
13268 2001-04-05  Alexandre Oliva  <aoliva@redhat.com>
13270         * config.sub: Make sure to match an already-canonicalized
13271         machine name (eg. mn10300-unknown-elf).
13273 2001-04-01  Alexandre Oliva  <aoliva@redhat.com>
13275         * Makefile.in (CXX_FOR_TARGET_FOR_RECURSIVE_MAKE, RECURSE_FLAGS):
13276         New macros.
13277         (bootstrap, cross): Use RECURSE_FLAGS.
13278         * configure.in: Subst CXX_FOR_TARGET_FOR_RECURSIVE_MAKE.
13280 2001-03-27  Alexandre Oliva  <aoliva@redhat.com>
13282         * configure.in (CXX_FOR_TARGET): Use xgcc for libstdc++-v3.
13284 2001-03-22  Colin Howell  <chowell@redhat.com>
13286         * Makefile.in (DO_X): Do not backslash single-quotes in
13287         backquotes (two places).
13289 2001-03-22  Alexandre Oliva  <aoliva@redhat.com>
13291         Re-installed:
13292         2001-01-02  Laurynas Biveinis  <lauras@softhome.net>
13293         * ltcf-c.sh: Clear ac_cv_prog_cc_pic for DJGPP.  Do not add
13294         '-DPIC' to ac_cv_prog_cc_pic for DJGPP.
13295         * ltcf-cxx.sh: Likewise.
13296         * ltcf-gcj.sh: Likewise.
13298 2001-03-22  Gerald Pfeifer  <pfeifer@dbai.tuwien.ac.at>
13300         * MAINTAINERS: Add myself as "documentation co-maintainer".
13302 2001-03-22  Alexandre Oliva  <aoliva@redhat.com>
13304         * ltconfig, ltmain.sh, libtool.m4, ltcf-c.sh, ltcf-cxx.sh,
13305         ltcf-gcj.sh: Upgraded to libtool 1.4a 1.641.2.198.
13307 2001-03-19  Tom Tromey  <tromey@redhat.com>
13309         * config-ml.in: Handle GCJ and GCJFLAGS.
13311 2001-03-21  Michael Chastain  <chastain@redhat.com>
13313         * Makefile.in: all-m4 depends on all-texinfo.
13315 2001-03-20  Loren J. Rittle  <ljrittle@acm.org>
13317         * MAINTAINERS: Add myself to write after approval list.
13319 2001-03-18  Laurynas Biveinis  <lauras@softhome.net>
13321         * Makefile.in (DO_X): Quote nested quotes.
13323 2001-03-18  Alan Modra  <alan@linuxcare.com.au>
13325         * MAINTAINERS: Add myself to write after approval list.
13327 2001-03-15  Laurynas Biveinis  <lauras@softhome.net>
13329         * Makefile.in (DO_X): Use double quotes for quoting
13330         "RANLIB=$${RANLIB}".
13332 2001-03-10  Ovidiu Predescu  <ovidiu@cup.hp.com>
13334         * MAINTAINERS: Added Stan Shebs as new maintainer for Objective-C.
13336 2001-03-09  Nicola Pero  <n.pero@mi.flashnet.it>
13338         * configure.in: Only use `lang_requires' for languages athat are
13339         actually enabled.
13341 2001-03-08  Phil Edwards  <pme@sources.redhat.com>
13343         * MAINTAINERS (C++ runtime libs):  Update and alphabatize.
13345 2001-03-08  Alexandre Oliva  <aoliva@redhat.com>
13347         * Makefile.in (ALL_GCC, ALL_GCC_C, ALL_GCC_CXX): Set before use.
13349 2001-03-07  Tom Tromey  <tromey@redhat.com>
13351         * configure.in: Allow config-lang.in to set `lang_requires' to list
13352         of other required languages.
13354 2001-03-06  Laurynas Biveinis  <lauras@softhome.net>
13356         * Makefile.in: Remove RANLIB definition. Use RANLIB
13357         in RANLIB_FOR_TARGET, EXTRA_HOST_FLAGS, EXTRA_TARGET_FLAGS,
13358         EXTRA_GCC_FLAGS, $(DO_X) targets only when the RANLIB is set.
13360 2001-02-28  Benjamin Kosnik  <bkoz@redhat.com>
13361             Alexandre Oliva  <aoliva@redhat.com>
13363         * Makefile.in (check-c++): Use tabs, not spaces.
13365 2001-02-20  Laurynas Biveinis  <lauras@softhome.net>
13367         * MAINTAINERS: add myself to Write After Approval list.
13369 2001-02-19  Benjamin Kosnik  <bkoz@redhat.com>
13371         * Makefile.in (check-c++): New rule.
13373         * configure.in (target_libs): Remove libg++.
13374         (noconfigdirs): Remove libg++.
13375         (noconfigdirs): Same.
13376         (noconfigdirs): Same.
13377         (noconfigdirs): Same.
13379         * config-ml.in: Remove libg++ references.
13381         * Makefile.in (TARGET_CONFIGDIRS): Remove libio, libstdc++, libg++.
13382         (ALL_TARGET_MODULES): Same.
13383         (configure-target-libg++): Remove.
13384         (all-target-libg++): Remove.
13385         (configure-target-libio): Remove.
13386         (all-target-libio): Remove.
13387         (check-target-libio): Remove.
13388         (.PHONY): Remove.
13389         (libg++.tar.bz2): Remove.
13390         (all-target-cygmon): Remove libio.
13391         (all-target-libstdc++): Remove.
13392         (configure-target-libstdc++): Remove.
13393         (TARGET_LIB_PATH): Remove libstdc++.
13394         (ALL_GCC_CXX): Remove libstdc++.
13395         (all-target-gperf): Correct.
13397 2001-02-16  Nick Clifton  <nickc@redhat.com>
13399         * configure.in (noconfigdirs): Allow configuration of texinfo
13400         for Cygwin hosts.
13402 2001-02-15  Anthony Green  <green@redhat.com>
13404         * configure: Introduce GCJ_FOR_TARGET.
13405         * configure.in: Ditto.
13406         * Makefile.in: Ditto.
13408 2001-02-13  Andreas Schwab  <schwab@suse.de>
13410         * MAINTAINERS: Update mail address.
13412 2001-02-09  Martin Schwidefsky  <schwidefsky@de.ibm.com>
13414         * config.guess: Add linux target for S/390.
13415         * config.sub: Likewise.
13417 2001-02-08  Chandrakala Chavva  <cchavva@redhat.com>
13419         * configure.in: for *-chorusos, don't config target-newlib and
13420         target-libgloss.
13422 2001-02-06  Ben Elliston  <bje@redhat.com>
13424         * configure: Output host type to stdout, not stderr.
13426 2001-02-05  Mark Mitchell  <mark@codesourcery.com>
13428         * ltcf-c.sh: Add support for -no-undefined under GNU/Linux.
13429         * ltcf-cxx.sh: Likewise.
13431         * config.if: Assume enable_libstdcxx_v3 is defined.
13433 2001-02-04  Mark Mitchell  <mark@codesourcery.com>
13435         Remove V2 C++ library.
13436         * configure.in: Remove --enable-libstdcxx_v3 support.
13438 2001-01-31  Bryce McKinlay  <bryce@albatross.co.nz>
13440         * include/demangle.h: Add prototype for java_demangle_v3.
13442 2001-01-29  Phil Edwards  <pme@sources.redhat.com>
13444         * COPYING.LIB:  Update to LGPL 2.1 from the FSF.
13446 2001-01-27  Richard Henderson  <rth@redhat.com>
13448         * configure.in (target_makefile_frag) [alpha*-*]: Use mt-alphaieee.
13450 2001-01-27  Michael Sokolov  <msokolov@ivan.Harhan.ORG>
13452         * ltcf-cxx.sh (ac_cv_prog_cc_pic_works, ac_cv_prog_cc_static_works):
13453         Don't unset, it's non-portable and no longer necessary, set to empty
13454         instead.
13456 2001-01-27  Michael Sokolov  <msokolov@ivan.Harhan.ORG>,  Alexandre Oliva  <oliva@lsd.ic.unicamp.br>
13458         * ltconfig: Shell portability fix for the tagname validity check.
13460 2001-01-27  Alexandre Oliva  <aoliva@redhat.com>
13462         * ltcf-c.sh (ld_shlibs) [aix5*]: Disable on unknown CPU types.
13463         * ltcf-cxx.sh, ltcf-gcj.sh: Likewise.
13465 2001-01-26  Michael Sokolov  <msokolov@ivan.Harhan.ORG>
13467         * ltcf-cxx.sh: Use parentheses around eval $ac_compile.
13469 2001-01-26  Tom Tromey  <tromey@redhat.com>
13471         * configure.in: Allow libgcj to be built on Sparc Solaris.
13473 2001-01-25  David Edelsohn  <edelsohn@gnu.org>
13475         * ltcf-c.sh: Add aix5 case.
13476         * ltcf-cxx.sh: Likewise.
13477         * ltconfig: Likewise.
13479 2001-01-24  Alexandre Oliva  <aoliva@redhat.com>
13481         * ltmain.sh (TAG disable-shared, TAG disable-static): Make sure we
13482         keep at least one of build_libtool_libs or build_old_libs set to
13483         yes.
13485         * ltcf-gcj.sh (lt_simple_link_test_code): Remove stray `(0)'.
13486         * libtool.m4 (_AC_LIBTOOL_GCJ): Pass $CPPFLAGS on.
13488 2001-01-23  Bryce McKinlay  <bryce@albatross.co.nz>
13490         * configure.in: Enable libgcj on several additional platforms.
13492 2001-01-22  Bryce McKinlay  <bryce@albatross.co.nz>
13494         * configure.in: Enable libgcj for linux targets.
13496 2001-01-20  Michael Sokolov  <msokolov@ivan.Harhan.ORG>
13498         * MAINTAINERS (Write After Approval): Add myself.
13500 2001-01-15  John David Anglin  <dave@hiauly1.hia.nrc.ca>
13502         * MAINTAINERS: Add myself as vax port maintainer.
13504 2001-01-11  Fergus Henderson  <fjh@cs.mu.oz.au>
13506         * MAINTAINERS: Add myself as Mercury front-end maintainer.
13508 2001-01-09  Mike Stump  <mrs@wrs.com>
13510         * Makefile.in (CONFIGURE_TARGET_MODULES): Pass back configuration
13511         failures of subdirectories.
13513 2001-01-02  Laurynas Biveinis  <lauras@softhome.net>
13515         * ltcf-c.sh: Clear ac_cv_prog_cc_pic for DJGPP.  Do not add
13516         '-DPIC' to ac_cv_prog_cc_pic for DJGPP.
13517         * ltcf-cxx.sh: Likewise.
13518         * ltcf-gcj.sh: Likewise.
13519         * ltconfig.sh: Fix typo.
13521 2001-01-02  Laurynas Biveinis  <lauras@softhome.net>
13523         * configure: handle DOS-style absolute paths.
13525 2001-01-02  Laurynas Biveinis  <lauras@softhome.net>
13527         * configure.in: remove supported directories from $noconfigdirs for DJGPP.
13529 2000-12-30  Marek Michalkiewicz  <marekm@linux.org.pl>
13531         * MAINTAINERS: Add myself as avr port co-maintainer.
13533 2000-12-28  Ben Elliston  <bje@redhat.com>
13535         * MAINTAINERS: Add myself under ``Write After Approval''.
13537 2000-12-19  Joseph S. Myers  <jsm28@cam.ac.uk>
13539         * texinfo: Remove directory from GCC.
13541 2000-12-18  Joseph S. Myers  <jsm28@cam.ac.uk>
13543         * COPYING: Update to current
13544         ftp://ftp.gnu.org/pub/gnu/Licenses/COPYING-2.0 (fixes references
13545         to 19yy as example year in copyright notice).
13547 2000-12-18  Benjamin Kosnik  <bkoz@redhat.com>
13549         * Makefile.in (BASE_FLAGS_TO_PASS): Alphabetize.
13550         (libstdcxx_incdir): Pass down.
13551         * config.if: Remove expired bits for cxx_interface, add stub.
13552         (libstdcxx_incdir): Add variable for g++ include directory.
13553         * configure.in (gxx_include_dir): Use it.
13555 2000-12-18  Alexandre Oliva  <aoliva@redhat.com>
13557         * MAINTAINERS: Added self as sh port co-maintainer.  Removed entry
13558         with old-email address from ``Write After Approval''.
13560 2000-12-15  Andreas Jaeger  <aj@suse.de>
13562         * configure.in: Handle lang_dirs.
13564 2000-12-14  Tom Tromey  <tromey@redhat.com>
13566         * MAINTAINERS: Removed brads.
13568         * MAINTAINERS: Added gcj developers.
13570 2000-12-13  Anthony Green  <green@redhat.com>
13572         * configure.in: Disable libgcj for any target not specifically
13573         listed.  Disable libgcj for x86 and Alpha Linux until compatible
13574         with g++ abi.
13576 2000-12-13  Mike Stump  <mrs@wrs.com>
13578         * Makefile.in (local-distclean): Also remove fastjar.
13580 2000-12-12  Rodney Brown  <RodneyBrown@mynd.com>
13582         * contrib/gcc_update: Add fastjar --touch entries.
13584 2000-12-12  Alexandre Oliva  <aoliva@redhat.com>
13586         * configure.in: Disable language-specific target libraries for
13587         languages that aren't enabled.
13589 2000-12-10  Anthony Green  <green@redhat.com>
13591         * configure.in: Define libgcj.  Disable libgcj target libraries for
13592         most targets.
13594 2000-12-10  Neil Booth  <neilb@earthling.net>
13596         * MAINTAINERS: Update mail address, remove from WAA list.
13598 2000-12-09  Alexandre Petit-Bianco  <apbianco@cygnus.com>
13600         * libjava: Imported from /cvs/java.
13601         * libffi: Likewise.
13602         * Boehm-gc: Likewise.
13604 2000-12-09  Alexandre Petit-Bianco  <apbianco@cygnus.com>
13606         * configure.in (target_libs): Revert 2000-12-08 patch.
13607         (noconfigdirs): Added target-libjava.
13609 2000-12-09  Laurynas Biveinis  <lauras@softhome.net>
13611         * djunpack.bat: removed.
13613 2000-12-09  Laurynas Biveinis  <lauras@softhome.net>
13615         * Makefile.in: handle DOS-style absolute paths.
13616         * config-ml.in: likewise.
13617         * symlink-tree: likewise.
13619 2000-12-08  Alexandre Petit-Bianco  <apbianco@cygnus.com>
13621         * fastjar: Imported.
13623 2000-12-08  Alexandre Petit-Bianco  <apbianco@cygnus.com>
13625         * Makefile.in (TARGET_CONFIGDIRS): Wrong place. Removed note about
13626         libjava.
13627         * configure.in (target_libs): Removed `target-libjava'.
13629 2000-12-08  Alexandre Petit-Bianco  <apbianco@cygnus.com>
13631         * Makefile.in (TARGET_CONFIGDIRS): Added note about libjava.
13632         (ALL_MODULES): Added fastjar.
13633         (NATIVE_CHECK_MODULES, INSTALL_MODULES, CLEAN_MODULES): Likewise.
13634         (all-target-libjava): all-fastjar replaces all-zip.
13635         (all-fastjar): Added.
13636         (configure-target-fastjar, all-target-fastjar): Likewise.
13637         * configure.in (host_tools): Added fastjar.
13639 2000-12-07  Mike Stump  <mrs@wrs.com>
13641         * Makefile.in (local-distclean): Remove leftover built files.
13643 2000-11-24  Nick Clifton  <nickc@redhat.com>
13645         * configure.in (xscale-elf): Add target.
13646         (xscale-coff): Add target.
13648 2000-11-22  Loren J. Rittle  <ljrittle@acm.org>
13650         * ltcf-cxx.sh: Support creation of C++ shared libraries on
13651         recent versions of FreeBSD (release 3 or later).
13652         * ltconfig: On FreeBSD, -lc must not be provided when building
13653         a shared library or else the standard -pthread gcc option is
13654         rendered worthless to later users of the built library.
13656 2000-11-16  Fred Fish  <fnf@be.com>
13658         * configure.in (enable_libstdcxx_v3): Fix typo,
13659         libstd++ -> libstdc++.
13661 2000-11-21  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
13663         * MAINTAINERS: Add self to Write After Approval list.
13665 2000-11-21  Bernd Schmidt  <bernds@redhat.com>
13667         * MAINTAINERS: Update my email address.  Add myself to global write
13668         privs list.
13670 2000-11-18  Alexandre Oliva  <aoliva@redhat.com>
13672         * Makefile.in: Merge with src and libgcj.
13673         (ALL_GCC_C, ALL_GCC_CXX): New macros.  Use them as dependencies of
13674         configure-target-<library> when their configure scripts need the C
13675         or C++ library to have already been built to work properly.
13676         (do_proto_toplev): Set them to an empty string.
13678         * Makefile.in (HOST_LIB_PATH, TARGET_LIB_PATH): New macros.
13679         (REALLY_SET_LIB_PATH): Use them.
13681 2000-11-17  Stan Shebs  <shebs@apple.com>
13683         * MAINTAINERS: Add self to Write After Approval list.
13685 2000-11-13  Joseph S. Myers  <jsm28@cam.ac.uk>
13687         * configure: Provide the original toplevel configure arguments
13688         (including $0) to subprocesses in the environment rather than
13689         through gcc/configargs.h.
13691 2000-11-13  Joseph S. Myers  <jsm28@cam.ac.uk>
13693         * MAINTAINERS: Remove references to cccp. Change C9X reference to
13694         C99.  Alphabetise "Write After Approval" list.
13696 2000-11-12  Mark Mitchell  <mark@codesourcery.com>
13698         * configure: Turn on libstdc++ V3 by default.
13700         * ltcf-c.sh: On Solaris, use `gcc -shared' to build a shared library
13701         if we've got GCC.
13703 2000-11-11  Philip Blundell  <philb@gnu.org>
13705         * MAINTAINERS: Add self to Write After Approval list.
13707 2000-11-09  David Edelsohn  <edelsohn@gnu.org>
13709         * ltcf-c.sh (aix4): Improve shared library configuration; require
13710         exporting symbols.
13711         * ltcf-cxx.sh (aix4): Define.
13712         * ltconfig (aix4): Define library and soname specs appropriate for
13713         AIX.  Define command to create export symbols list.
13715 Mon Nov  6 14:19:35 2000  Christopher Faylor  <cgf@cygnus.com>
13717         * config.sub: Add support for Sun Chorus
13719 2000-10-31  Nick Clifton  <nickc@redhat.com>
13721         * MAINTAINERS: Rename <name>@cygnus.com addresses to
13722         <name>@redhat.com.  Also installed new email address for Clint
13723         Popetz.
13725 2000-10-30  Joseph S. Myers  <jsm28@cam.ac.uk>
13727         * etc: Remove directory from GCC.
13729 2000-10-16  Michael Meissner  <meissner@redhat.com>
13731         * configure (gcc/configargs.h): Only create if there is a build GCC
13732         directory created.
13734 2000-10-16  Matthias Klose  <doko@debian.org>
13736         * config.if: Search libstdc++-v3/configure.in for INTERFACE,
13737         when configured for libstdc++-v3.
13739 2000-10-05  Phil Edwards  <pme@gcc.gnu.org>
13741         * configure: Save configure arguments to gcc/configargs.h.
13743 2000-10-04  Philipp Thomas  <pthomas@suse.de>
13745         * config.guess: Import CVS version 1.157.
13746         * config.sub: Import CVS version 1.181.
13748 2000-10-04  Andris Pavenis  <pavenis@latnet.lv>
13750         * Makefile.in (bootstrap): avoid recursion if subdir missing
13751         (cross): ditto
13752         (do-proto-toplev): ditto
13754 2000-09-30  Alexandre Oliva  <aoliva@redhat.com>
13756         * Makefile.in (DEVO_SUPPORT): Added gettext.m4, libtool.m4,
13757         ltcf-c.sh, ltcf-cxx.sh and ltcf-gcj.sh.
13759         * ltconfig, ltmain.sh, libtool.m4, ltcf-cxx.sh: Updated from libtool
13760         multi-language branch, to work around Solaris' /bin/sh bug.  Rebuilt
13761         all affected `configure' scripts.
13763 Mon 25-Sep-2000 19:46:09 BST  Neil Booth  <neilb@earthling.net>
13765         * MAINTAINERS: Add self as cpplib co-maintainer.
13767 2000-09-24  Aldy Hernandez  <aldyh@redhat.com>
13769         * MAINTAINERS: Add self to Write After Approval list.
13771 2000-09-18  Gerald Pfeifer  <pfeifer@dbai.tuwien.ac.at>
13773         * INSTALL/README: egcs -> GCC update.
13775 Sun Sep 17 16:55:59 CEST 2000  Marc Espie  <espie@cvs.openbsd.org>
13777         * MAINTAINERS: Add myself to Write After Approval list.
13779 2000-09-15  Kazu Hirata  <kazu@hxi.com>
13781         * MAINTAINERS: Add myself to Write After Approval list.
13783 Wed Sep 13 11:11:29 2000  Jeffrey A Law  (law@cygnus.com)
13785         * configure.in: Do not build byacc for hppa64.  Provide paths to the
13786         X11 libraries for hppa64.
13788 2000-09-08  Stephane Carrez  <Stephane.Carrez@worldnet.fr>
13790         * MAINTAINERS: Add myself as 68hc11 port maintainer.
13792 2000-09-06  Alexandre Oliva  <aoliva@redhat.com>
13794         * Makefile.in (all-zlib): Added dummy target.
13796         * ltconfig, ltmain.sh, libtool.m4, ltcf-c.sh, ltcf-cxx.sh,
13797         ltcf-gcj.sh: Updated from libtool multi-language branch.
13799 2000-09-05  Alexandre Oliva  <aoliva@redhat.com>
13801         * Makefile.in (all-bootstrap): Added all-texinfo and all-zlib.
13802         (bootstrap*): Depend on all-bootstrap.
13804 2000-09-05  Philipp Thomas  <pthomas@suse.de>
13806         * config.guess: Import CVS version 1.156.
13807         * config.sub: Import CVS version 1.179.
13809 2000-09-02  Anthony Green  <green@cygnus.com>
13811         * Makefile.in (all-gcc): Depend on all-zlib.
13812         (CLEAN_MODULES): Add clean-zlib.
13813         (ALL_MODULES): Add all-zlib.
13814         * configure.in (host_libs): Add zlib.
13816 2000-09-02  Alexandre Oliva  <aoliva@redhat.com>, DJ Delorie  <dj@redhat.com>
13818         * configure.in (FLAGS_FOR_TARGET): Use -nostdinc even for Canadian
13819         crosses, but add gcc/include to the header search path for them.
13821 2000-08-04  David E. O'Brien  <obrien@FreeBSD.org>
13823         * MAINTAINERS: Add self to Write After Approval list.
13825 2000-08-27  Franz Sirl  <Franz.Sirl-kernel@lauterbach.com>
13827         * config.guess: Import CVS version 1.152.
13828         * config.sub: Import CVS version 1.177.
13830 2000-08-25  Alexandre Oliva  <aoliva@redhat.com>
13832         * configure.in (FLAGS_FOR_TARGET): Use $target_configdirs and
13833         $targargs to tell whether newlib is going to be built.
13835         * configure.in [disable-libstdcxx-v3] (libstdcxx_flags): Search
13836         $$r/TARGET_SUBDIR/libio for _G_config.h.
13838 2000-08-23  Alexandre Oliva  <aoliva@redhat.com>
13840         * MAINTAINERS: Add self as a build machinery (*.in) maintainer.
13842 2000-08-22  DJ Delorie  <dj@redhat.com>
13844         * MAINTAINERS: Add self as a build machinery (*.in) maintainer
13846 2000-08-22  Alexandre Oliva  <aoliva@redhat.com>
13848         * config-ml.in (CC, CXX): Avoid trailing whitespace.
13849         (LD_LIBRARY_PATH, SHLIB_PATH): Adjust for multilibs and export to
13850         sub-configures.
13852 2000-08-21  DJ Delorie  <dj@redhat.com>
13854         * MAINTAINERS: Add self as a libiberty maintainer
13856 2000-08-16  Alexandre Oliva  <aoliva@redhat.com>
13858         * configure.in (libstdcxx_flags): Use
13859         libstdc++-v3/src/libstdc++.INC.
13861 2000-08-15  Alexandre Oliva  <aoliva@redhat.com>
13863         * configure.in (libstdcxx_flags): Use libstdc++-v3/src/INCLUDES.
13865 2000-08-14  Zack Weinberg  <zack@wolery.cumb.org>
13867         * configure.in (libstdcxx_flags): Remove -isystem $$s/libio/stdio.
13869         * configure: Make enable_threads and enable_shared defaults
13870         explicit.  Substitute enable_threads into generated Makefiles.
13871         * configure.in: Accept *-*-linux* not just *-*-linux-gnu*.
13872         * libtool.m4: Accept *-*-linux* not just *-*-linux-gnu*.
13874 2000-08-13  Geoff Keating  <geoffk@cygnus.com>
13876         * Makefile.in (GCC_FOR_TARGET): Also add -B$$r/gcc/ here.
13878 2000-08-12  Alexandre Oliva  <aoliva@redhat.com>
13880         * config-ml.in (CC): Remove bogus duplicate quotation mark from
13881         previous delta.
13883 2000-08-11  Jason Merrill  <jason@redhat.com>
13885         * configure.in (CC_FOR_TARGET, CHILL_FOR_TARGET,
13886         CXX_FOR_TARGET): Add -B$$r/gcc/ here.
13887         (FLAGS_FOR_TARGET): Not here.
13888         (CHILL_FOR_TARGET, CXX_FOR_TARGET): Don't check the list of languages.
13890 2000-08-11  Alexandre Oliva  <aoliva@redhat.com>
13892         * config-ml.in (CC, CXX): Don't introduce a leading space.
13894 2000-08-07  DJ Delorie  <dj@delorie.com>
13896         * MAINTAINERS: Add self as a DJGPP maintainer
13898 2000-08-07  DJ Delorie  <dj@redhat.com>
13900         * configure.in (FLAGS_FOR_TARGET): invert test for xgcc, should mean
13901         "if we're also building gcc, and it's a gcc that will run on the
13902         build machine, we want to use its includes instead of the system's
13903         default includes".
13905 2000-08-04  Joseph S. Myers  <jsm28@cam.ac.uk>
13907         * MAINTAINERS: Add self to Write After Approval list.
13909 2000-08-03  Alexandre Oliva  <aoliva@redhat.com>
13911         * configure.in (libstdcxx_flags): Don't use `"'.
13913         * config-ml.in: Adjust multilib search paths to the
13914         appropriate multilib tree.
13916 2000-08-02  Alexandre Oliva  <aoliva@redhat.com>
13918         * configure.in (CHILL_FOR_TARGET, CXX_FOR_TARGET): Convert blanks to
13919         commas in $LANGUAGES.
13921 2000-08-02  Manfred Hollstein  <manfredh@redhat.com>
13923         * configure.in: Re-enable all references to libg++ and librx.
13925 2000-08-01  Alexandre Oliva  <aoliva@redhat.com>
13927         * ltconfig, ltmain.sh: Update from libtool multi-language branch.
13928         * ltcf-c.sh (need_lc): Fix test message.  Set wl for archive_cmds.
13929         (ac_cv_prog_cc_pic): Don't print `cached' without `checking'.
13930         * ltcf-cxx.sh (need_lc): Set based on postdeps.
13932         * configure.in (qCXX_FOR_TARGET): Use echo instead of expr.
13934 2000-07-31  Alexandre Oliva  <aoliva@redhat.com>
13936         * configure.in (qCXX_FOR_TARGET): Quote `&' characters in
13937         CXX_FOR_TARGET for sed.
13939 2000-07-30  Alexandre Oliva  <aoliva@redhat.com>
13941         * configure.in (CC_FOR_TARGET, CHILL_FOR_TARGET, CXX_FOR_TARGET):
13942         Do not override if already set in the environment or in configure.
13943         Don't duplicate $(FLAGS_FOR_TARGET) if it already appears in them.
13944         (FLAGS_FOR_TARGET): Don't use host directories on Canadian crosses.
13946 2000-07-28  Alexandre Oliva  <aoliva@redhat.com>
13948         * libtool.m4, ltcf-c.sh, ltcf-cxx.sh, ltcf-gcj.sh: New files from
13949         the libtool CVS tree multi-language branch.
13950         * ltconfig, ltmain.sh: Updated.
13952 2000-07-27  Alexandre Oliva  <aoliva@redhat.com>
13954         * Makefile.in (clean-target-libgcc): Remove gcc/libgcc.
13955         (clean-target): Depend on it.
13957         * Makefile.in (FLAGS_FOR_TARGET): New macro.
13958         (GCC_FOR_TARGET): Use it.
13959         (CC_FOR_TARGET, CXX_FOR_TARGET, CHILL_FOR_TARGET): Now defined...
13960         * configure.in: ... here.
13961         (FLAGS_FOR_TARGET): Define.  Add ld build dir to -L path.
13962         (libstdcxx_flags): Define and append to CXX_FOR_TARGET.
13964 2000-07-24  Eric Christopher  <echristo@cygnus.com>
13966         * MAINTAINERS: Add self to Write After Approval list.
13968 2000-07-24  Alexandre Oliva  <aoliva@redhat.com>
13970         * Makefile.in (configure-target-libf2c): Depend on $(ALL_GCC).
13971         (configure-target-libchill, configure-target-libobjc): Likewise.
13973         * configure.in: Use the same cache file for all target libs.
13974         * config-ml.in: But different cache files per multilib variant.
13976 2000-07-23  Michael Sokolov  <msokolov@ivan.Harhan.ORG>
13978         * configure (topsrcdir): Don't use dirname.
13980 2000-07-22  Jeffrey Oldham  <oldham@codesourcery.com>
13982         * MAINTAINERS: Add self to Write After Approval list.
13984 2000-07-20  Jason Merrill  <jason@redhat.com>
13986         * configure.in: Remove all references to libg++ and librx.
13988         * configure, configure.in, Makefile.in: Unify gcc and binutils.
13990 2000-07-20  Hans-Peter Nilsson  <hp@axis.com>
13992         * config.sub: Update to subversions version 2000-07-06.
13994 2000-07-12  Andrew Haley  <aph@cygnus.com>
13996         * configure.in (host_makefile_frag): Use mh-ia64pic on IA-64 hosts.
13997         (target_makefile_frag): Use mt-ia64pic on IA-64 targets.
13999 2000-07-07  Phil Edwards  <pme@sourceware.cygnus.com>
14001         * symlink-tree:  Check number of arguments.
14003 2000-07-05  Jim Wilson  <wilson@cygnus.com>
14005         * Makefile.in (CXX_FOR_TARGET): Add libstdc++ to the library
14006         search path for a g++ extracted from the build tree.  This
14007         will allow link tests run by configure scripts in
14008         subdirectories to succeed.
14010 2000-07-01  Koundinya K  <kk@ddeorg.soft.net>
14012         * ltconfig: Add support for mips-dde-sysv4.2MP
14014 2000-06-29  Michael Hayes  <m.hayes@elec.canterbury.ac.nz>
14016         * MAINTAINERS: Add myself as loop discovery maintainer.
14018 2000-06-28  Corinna Vinschen  <vinschen@cygnus.com>
14020         * ltconfig: Check for host_os beeing one of `cygwin', `mingw' or
14021         `os2'. Force ac_cv_exeext to be ".exe" in that case.
14023 2000-06-19  Timothy Wall  <twall@cygnus.com>
14025         * configure.in (noconfigdirs): Set noconfigdirs for tic54x target.
14026         * config.sub: Add tic54x target.
14028 Sun Jun 11 17:20:00 MET 2000  Toon Moene  <toon@moene.indiv.nluug.nl>
14030         * MAINTAINERS: Add self as Fortran maintainer,
14031         remove Craig Burley.
14033 Tue May 30 19:01:12 2000  Andrew Cagney  <cagney@b1.cygnus.com>
14035         * config.sub: Import CVS version 1.167 Tue May 30 09:00:07 2000.
14036         * config.guess: Import CVS version 1.148 Tue May 30 09:00:06 2000
14038 Mon May 29 21:15:00 MET 2000  Philipp Thomas  <pthomas@suse.de>
14040         * MAINTAINERS: Add self as i18n maintainer
14042 20000-05-21  H.J. Lu  (hjl@gnu.org)
14044         * Makefile.in (CC_FOR_TARGET): Make sure as/ld in the gcc
14045         directory are used if they exist. Make sure
14046         $(build_tooldir)/include is searched for header files,
14047         $(build_tooldir)/lib/ for library files.
14048         (GCC_FOR_TARGET): Likewise.
14049         (CXX_FOR_TARGET): Likewise.
14051 Thu May 18 10:58:13 2000  Jeffrey A Law  (law@cygnus.com)
14053         * configure.in (hppa*64*-*-*): Do build ld for this configuration.
14055 Wed May 17 16:03:48 2000  Alexandre Oliva  <aoliva@cygnus.com>
14057         * Makefile.in (configure-target-libiberty): Depend on
14058         configure-target-newlib.
14060 2000-05-16  Alexandre Oliva  <aoliva@cygnus.com>
14062         * configure.in, Makefile.in: Merge all libffi-related
14063         configury stuff from the libgcj tree.
14065 Tue May 16 10:06:21 2000  Andrew Cagney  <cagney@b1.cygnus.com>
14067         Thu Apr 27 11:01:48 2000 Andrew Cagney <cagney@b1.cygnus.com>:
14068         * Makefile.in (do-tar-bz2, do-md5sum): Skip CVS directories.
14070 Tue May 16 09:57:35 2000  Andrew Cagney  <cagney@b1.cygnus.com>
14072         Wed Apr 26 17:03:53 2000 Andrew Cagney <cagney@b1.cygnus.com>:
14073         * Makefile.in (do-djunpack): New target. Update djunpack.bat with
14074         current version information.  Add to proto-toplev directory.
14075         (gdb-taz): Build do-djunpack.
14077 2000-05-15  David Edelsohn  <edelsohn@gnu.org>
14079         * configure.in: Special case powerpc*-*-aix* target_makefile_frag.
14081 Mon May 15 13:39:09 2000  Andrew Cagney  <cagney@b1.cygnus.com>
14083         * MAINTAINERS: Add self to Write After Approval list.
14085 2000-05-13 Alexandre Oliva  <oliva@lsd.ic.unicamp.br>
14087         * ltmain.sh: Preserve in relink_command any environment
14088         variables that may affect the linker behavior.
14090 Fri May 12 11:23:17 2000  Jeffrey A Law  (law@cygnus.com)
14092         * config.sub (basic_machine): Recognize hppa64 as a valid cpu type.
14094 Wed May 10 21:26:51 2000  Jim Wilson  <wilson@cygnus.com>
14096         * configure.in (ia64*-*-elf*): Add gdb and friends to noconfigdirs.
14098 2000-05-08  Eli Zaretskii  <eliz@is.elta.co.il>
14100         * djunpack.bat: Change the Sed script to replace @V@ in fnchange.lst
14101         with the version name.
14103 Sat May  6 21:12:55 CDT 2000  Jason Eckhardt  <jle@cygnus.com>
14105         * MAINTAINERS: Add self as bb-reorder maintainer.
14107 2000-05-01  Benjamin Kosnik  <bkoz@cygnus.com>
14109         * config.if: Tweak.
14111 2000-04-23  Eli Zaretskii  <eliz@is.elta.co.il>
14113         * djunpack.bat: New file.
14115 Wed Apr 19 12:46:26 2000  Andrew Cagney  <cagney@b1.cygnus.com>
14117         * Makefile.in (taz, gdb-taz, gas.tar.bz2, binutils.tar.bz2,
14118         gas+binutils.tar.bz2, libg++.tar.bz2, gnats.tar.bz2, gdb.tar.bz2,
14119         dejagnu.tar.bz2, gdb+dejagnu.tar.bz2, insight.tar.bz2,
14120         insight+dejagnu.tar.bz2, newlib.tar.bz2): Pass MD5PROG to sub-make.
14122 2000-04-16  Dave Pitts  <dpitts@cozx.com>
14124         * config.sub (case $basic_machine): Change default for "ibm-*"
14125         to "openedition".
14127 2000-04-13  Andreas Jaeger  <aj@suse.de>
14129         * MAINTAINERS: Added myself.
14131 Wed Apr 12 16:42:48 2000  Andrew Cagney  <cagney@b1.cygnus.com>
14133         * Makefile.in (gdb-taz): New target.  GDB specific archive.
14134         (do-md5sum): New target.
14135         (MD5PROG): Define.
14136         (PACKAGE): Default to TOOL.
14137         (VER): Default to a shell script.
14138         (taz): Rewrite target.  Move real work to do-proto-toplev.  Include
14139         md5 checksum generation.
14140         (do-proto-toplev): New target. Create $(PACKAGE)-$(VER) link.
14141         (do-tar-bz2): Delete creation of $(PACKAGE)-$(VER) link.
14142         (gdb.tar.bz2, dejagnu.tar.bz2, gdb+dejagnu.tar.bz2,
14143         insight.tar.bz2): Use gdb-taz to create archive.
14145 Fri Apr  7 18:10:29 2000  Andrew Cagney  <cagney@b1.cygnus.com>
14147         * configure (warn_cflags): Delete.
14149 Thu Apr  6 16:15:14 2000  Philippe De Muyter  <phdm@macqel.be>
14151         * MAINTAINERS: Added myself.
14153 2000-04-05  Benjamin Kosnik  <bkoz@cygnus.com>
14154             Martin v. Löwis  <martin@loewis.home.cs.tu-berlin.de>
14156         * configure.in (enable_libstdcxx_v3): Add.
14157         (target_libs): Add bits here to switch between libstdc++-v2 and
14158         libstdc++-v3.
14159         * config.if: And this file too.
14160         * Makefile.in: Add libstdc++-v3 targets.
14162 2000-04-05  Michael Meissner  <meissner@redhat.com>
14164         * config.sub (d30v): Add d30v as a basic machine type.
14166 2000-03-29  Jason Merrill  <jason@casey.cygnus.com>
14168         * configure.in: -linux-gnu*, not -linux-gnu.
14170 Sun Mar 12 17:30:30 2000  Toon Moene  <toon@moene.indiv.nluug.nl>
14172         * MAINTAINERS: Add self in write-after-approval section.
14174 Sun Mar 12 00:23:32 2000  Jim Wilson  <wilson@cygnus.com>
14176         * MAINTAINERS: Add self as ia64 port maintainer.
14178 2000-03-08  Neil Booth  <NeilB@earthling.net>
14180         * MAINTAINERS: Add self in write-after-approval section.
14182 Fri Mar  3 18:44:08 2000  Andrew Cagney  <cagney@b1.cygnus.com>
14184         * Makefile.in (taz): Set PACKAGE to TOOL when not defined.
14185         (do-tar-bz2): Replace TOOL with PACKAGE.
14186         (gdb.tar.bz2): Remove GDBTK from GDB package.
14187         (gdb+dejagnu.tar.bz2, insight.tar.bz2, insight+dejagnu.tar.bz2,
14188         dejagnu.tar.bz2): New packages.
14190 2000-02-27  Andreas Jaeger  <aj@suse.de>
14192         * configure.in: Add entry for mips*-*-linux*, move catch all
14193         *-*-*linux* entry below this one.
14195 2000-02-27  Ian Lance Taylor  <ian@zembu.com>
14197         * ltconfig, ltmain.sh: Update to libtool 1.3.4.
14199 2000-02-24  Nick Clifton  <nickc@cygnus.com>
14201         * config.sub: Support an OS of "wince".
14203 Thu Feb 24 16:15:56 2000  Andrew Cagney  <cagney@b1.cygnus.com>
14205         * config.guess, config.sub: Updated to match config's 2000-02-15
14206         version.
14208 2000-02-23  Linas Vepstas  <linas@linas.org>
14210         * config.sub: Add support for Linux/IBM 370.
14211         * configure.in: Likewise.
14213 2000-02-22  Nick Clifton  <nickc@cygnus.com>
14215         * configure.in: Add mips-pe, sh-pe and arm-wince-pe targets.
14217 2000-02-20  Christopher Faylor  <cgf@cygnus.com>
14219         * config.guess: Guess "cygwin" rather than "cygwin32".
14221 2000-02-16  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
14223         * configure (gcc_version): When setting, narrow search to
14224         lines containing `version_string'.
14226 2000-02-15  Denis Chertykov  <denisc@overta.ru>
14228         * config.sub: Add support for avr target.
14230 2000-02-14  Nick Clifton  <nickc@cygnus.com>
14232         * MAINTAINERS: Add maintainers for MCore port.
14234 Tue Feb  1 00:07:46 2000  Hans-Peter Nilsson  <hp@bitrange.com>
14236         * config.sub: Add mmix-knuth-mmixware.
14238 2000-01-31  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
14240         * MAINTAINERS: Pair cccp with cpplib maintainership.
14242 2000-01-27  Christopher Faylor  <cgf@redhat.com>
14244         * Makefile.in (CC_FOR_TARGET): Add new winsup directory
14245         structure stuff to -L library search.
14246         (CXX_FOR_TARGET): Ditto.
14247         (CROSS_CHECK_MODULES): Fix spelling mistake.
14249 2000-01-24  Mark Mitchell  <mark@codesourcery.com>
14251         * Makefile.in (CXX_FOR_TARGET): Use g++, not xgcc, to invoke
14252         the C++ compiler.
14254 2000-01-12  Richard Henderson  <rth@cygnus.com>
14256         * configure.in: Don't build some bits for beos.
14258 2000-01-12  Joel Sherrill (joel@OARcorp.com)
14260         * Makefile.in (CC_FOR_TARGET): Use newlib libraries as well
14261         as include files.
14263 2000-01-11  Zack Weinberg  <zack@wolery.cumb.org>
14265         * Add self as cpplib maintainer, as requested by Jason
14266         Merrill.  Correct my e-mail address.
14268 2000-01-06  Geoff Keating  <geoffk@cygnus.com>
14270         * configure.in: Use mt-aix43 to handle *_TARGET defs,
14271         not mh-aix43.
14273 Thu Dec 23 03:43:36 1999  Hans-Peter Nilsson  <hp@bitrange.com>
14275         * MAINTAINERS: Add myself to "write after approval" list.
14277 1999-12-14  Richard Henderson  <rth@cygnus.com>
14279         * config.guess (alpha-osf, alpha-linux): Detect ev67.
14280         * config.sub: Accept alphaev[78], alphaev8.
14282 1999-12-03  Alexandre Oliva  <oliva@lsd.ic.unicamp.br>
14284         * config.guess, config.sub: Update from autoconf.
14286 1999-11-29  Bruce Korb  <autogen@linuxbox.com>
14288         * MAINTAINERS:  update my playtime e-address.
14290 Tue Nov 23 00:57:41 1999  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
14292         * config-ml.in (sparc*-*-*): Disable sparcv9 support if the
14293         necessary libraries are missing.
14295 Fri Nov 19 11:22:31 MST 1999  Diego Novillo  <dnovillo@cygnus.com>
14297         * MAINTAINERS: Add new 'write after approval' maintainer.
14299 Wed Nov 17 16:08:43 1999  Alexandre Petit-Bianco  <apbianco@cygnus.com>
14301         * MAINTAINERS: Add new Java maintainer.
14303 1999-10-25  Andreas Schwab  <schwab@suse.de>
14305         * configure: Fix quoting inside arguments of eval.
14307 1999-10-21  Nick Clifton  <nickc@cygnus.com>
14309         * config-ml.in: Allow suppression of some ARM multilibs.
14311 Tue Sep  7 23:33:57 1999  Linas Vepstas  <linas@linas.org>
14313         * config.guess: Add OS/390 match pattern.
14314         * config.sub: Add mvs, openedition targets.
14315         * configure.in (i370-ibm-opened*): New.
14317 1999-09-04  Steve Chamberlain  <sac@pobox.com>
14319         * config.sub: Add support for configuring for pj.
14321 1999-08-31  Nick Clifton  <nickc@cygnus.com>
14323         * config.sub (maybe_os): Add support for configuring for fr30.
14325 1999-08-25  Nick Clifton  <nickc@cygnus.com>
14327         * configure.in: Do not configure or build ld for AIX
14328         platforms.  ld is known to be broken on these platforms.
14330 Wed Aug 25 01:12:25 1999  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
14332         * config-ml.in: Pass compiler flag corresponding to multidirs to
14333         subdir configures.
14335 1999-08-09  Ian Lance Taylor  <ian@zembu.com>
14337         * Makefile.in (LDFLAGS): Define.
14339 1999-08-08  Mumit Khan  <khan@xraylith.wisc.edu>
14341         * configure.in (i[3456]-*-mingw32*): Don't put gprof in
14342         noconfigdirs.
14343         (*-*-cygwin*): Likewise.
14345 1999-08-08  Ian Lance Taylor  <ian@zembu.com>
14347         * mkdep: New file.
14348         * Makefile.in (GAS_SUPPORT_DIRS): Add mkdep.
14349         (BINUTILS_SUPPORT_DIRS): Add mkdep.
14351         From Eli Zaretskii <eliz@is.elta.co.il>:
14352         * configure (tmpfile): Change cONf$$ to cNf$$ to avoid an overly
14353         long file name when using DJGPP on MS-DOS.
14355 Wed Aug  4 02:07:14 1999  Jeffrey A Law  (law@cygnus.com)
14357         * config.sub (vxworks case): Use os=-vxworks, not os=vxworks.
14359 1999-07-30  Alan Modra  <alan@spri.levels.unisa.edu.au>
14361         * Makefile.in (check-target-libio): Remove all-target-libstdc++
14362         dependency as this causes "make check" to globally "make all"
14364 Tue Jun 22 23:45:18 1999  Tom Tromey  <tromey@cygnus.com>
14366         * configure.in (target_libs): Added target-zlib.
14367         * Makefile.in (ALL_TARGET_MODULES): Added zlib.
14368         (CONFIGURE_TARGET_MODULES): Likewise.
14369         (CHECK_TARGET_MODULES): Likewise.
14370         (INSTALL_TARGET_MODULES): Likewise.
14371         (CLEAN_TARGET_MODULES): Likewise.
14372         (configure-target-zlib): New target.
14373         (all-target-zlib): Likewise.
14374         (all-target-libjava): Depend on all-target-zlib.
14375         (configure-target-libjava): Depend on configure-target-zlib.
14377         * Makefile.in (configure-target-libjava): Depend on
14378         configure-target-newlib.
14379         (configure-target-boehm-gc): New target.
14380         (configure-target-qthreads): New target.
14382         * configure.in (target_libs): Added target-qthreads.
14383         * Makefile.in (ALL_TARGET_MODULES): Added qthreads.
14384         (CONFIGURE_TARGET_MODULES): Likewise.
14385         (CHECK_TARGET_MODULES): Likewise.
14386         (INSTALL_TARGET_MODULES): Likewise.
14387         (CLEAN_TARGET_MODULES): Likewise.
14388         (all-target-qthreads): New target.
14389         (configure-target-libjava): Depend on configure-target-qthreads.
14390         (all-target-libjava): Depend on all-target-qthreads.
14392         * Makefile.in (ALL_TARGET_MODULES): Added libjava, boehm-gc.
14393         (CONFIGURE_TARGET_MODULES): Likewise.
14394         (CHECK_TARGET_MODULES): Likewise.
14395         (INSTALL_TARGET_MODULES): Likewise.
14396         (CLEAN_TARGET_MODULES): Likewise.
14397         (all-target-libjava): New target.
14398         (all-target-boehm-gc): Likewise.
14399         * configure.in (target_libs): Added libjava, boehm-gc.
14401 1999-07-22  Ian Lance Taylor  <ian@zembu.com>
14403         * Makefile.in (binutils.tar.bz2): Don't pass makeall.bat and
14404         configure.bat in SUPPORT_FILES.
14405         (gas+binutils.tar.bz2): Likewise.
14407         * makeall.bat: Remove; obsolete.
14409 1999-07-21  Ian Lance Taylor  <ian@zembu.com>
14411         From Mark Elbrecht:
14412         * configure.bat: Remove; obsolete.
14414 1999-07-11  Ian Lance Taylor  <ian@zembu.com>
14416         * configure: Add -W -Wall to the default CFLAGS when compiling with
14417         gcc.
14419 Thu Jul  8 12:32:23 1999  John David Anglin <dave@hiauly1.hia.nrc.ca>
14421         * configure.in: Build ld, binutils & gas for hppa*-*-linux-gnu*.
14423 1999-06-30  Mark Mitchell  <mark@codesourcery.com>
14425         * configure.in: Build ld on IRIX6.
14427 1999-06-12  Ian Lance Taylor  <ian@zembu.com>
14429         * Makefile.in: Change distribution targets to use bzip2 instead of
14430         gzip.
14431         (TEXINFO_SUPPORT): Set to just texinfo/texinfo.tex.
14432         (taz): Don't use texinfo/gpl.texinfo or texinfo/lgpl.texinfo.
14434 1999-06-04  Nick Clifton  <nickc@cygnus.com>
14436         * config.sub: Add mcore target.
14438 Sun May 30 16:03:16 1999  Cort Dougan  <cort@cs.nmt.edu>
14440         * config.guess (ppc-*-linux-gnu): Also use ld emul elf32ppclinux.
14442 Tue May 25 11:20:46 1999  H.J. Lu  (hjl@gnu.org)
14444         * config.guess (dummy): Changed to $dummy.
14446 1999-05-24  Nick Clifton  <nickc@cygnus.com>
14448         * config.sub: Tidied up case statements.
14450 1999-05-22  Ben Elliston  <bje@cygnus.com>
14452         * config.guess: Handle NEC UX/4800. Contributed by Jiro Takabatake
14453         <jiro@din.or.jp>.
14455         * config.guess: Merge with FSF version. Future changes will be
14456         more accurately recorded in this ChangeLog.
14457         * config.sub: Likewise.
14459 Thu May 20 10:00:42 1999   Stephen L Moshier  <moshier@world.std.com>
14461          * Makefile.in (GCC_FOR_TARGET): Add -I$(build_tooldir)/include.
14463 1999-04-30  Tom Tromey  <tromey@cygnus.com>
14465         * ltmain.sh: [mode link] Always use CC given by ltconfig.
14467 1999-04-23  Tom Tromey  <tromey@cygnus.com>
14469         * ltconfig, ltmain.sh: Update to libtool 1.2f.
14471 1999-04-20  Drew Moseley  <dmoseley@cygnus.com>
14473         * configure.in (noconfigdirs): Don't build libstub for arm-elf targets.
14474         (noconfigdirs): Don't build any bsp stuff for for arm-oabi targets.
14475         Bad merge removed these two changes.
14477 Tue Apr 13 22:50:54 1999  Donn Terry (donn@interix.com)
14478                           Martin Heller (Ing.-Buero_Heller@t-online.de)
14480         * config.guess (interix Alpha): Add.
14482 1999-04-11  Richard Henderson  <rth@cygnus.com>
14484         * configure.in (i?86-*-beos*): Do config gperf; don't config
14485         gdb, newlib, or libgloss.
14487 Sun Apr 11 23:55:34 1999  Alexandre Oliva  <oliva@dcc.unicamp.br>
14489         * config-ml.in: On mips*-*-*, if multidirs contains mabi=64, try to
14490         link a trivial program with -mabi=64.  If it fails, remove mabi=64
14491         from multidirs.
14493 Sat Apr 10 21:50:01 1999  Philipp Thomas  (kthomas@gwdg.de)
14495         * config.sub: Set basic_machine to i586 when target_alias = k6-*.
14497 1999-04-08  Nick Clifton  <nickc@cygnus.com>
14499         * config.sub: Add support for mcore targets.
14501 1999-04-07  Michael Meissner  <meissner@cygnus.com>
14503         * configure.in (d30v-*): Use config/mt-d30v as makefile fragment,
14504         not mt-ospace, in order to shut up assembler warning about using
14505         symbols that are named the same as registers.
14507 1999-04-07  Drew Moseley  <dmoseley@cygnus.com>
14509         * Makefile.in (all-target-cygmon): Added all-target-bsp to the
14510         dependency list for all-target-cygmon.
14512 1999-04-05  Doug Evans  <devans@casey.cygnus.com>
14514         * config-ml.in: Check $host, not $target, for selective multilibs.
14515         (arm-*-*): Allow disabling of biendian, h/w fp, 26 bit apcs,
14516         thumb interworking, and underscore prefix multilibs.
14518 1999-04-04  Ian Lance Taylor  <ian@zembu.com>
14520         * missing: Update to version from current automake.
14522 Fri Apr  2 15:11:32 1999  H.J. Lu  (hjl@gnu.org)
14524         * configure (gxx_include_dir): Removed.
14526         * configure.in (gxx_include_dir): Handle it.
14527         * Makefile.in: Likewise.
14529 1999-03-29  Gavin Romig-Koch  <gavin@cygnus.com>
14531         * config.sub (mips64vr4111,mips64vr4111el) Add.
14533 1999-03-21  Ben Elliston  <bje@cygnus.com>
14535         * config.guess: Correct typo for detecting ELF on FreeBSD.
14537 Thu Mar 18 00:17:50 1999  Mark Elbrecht <snowball3@usa.net>
14539         * configure.in (pc-msdosdjgpp): Set host_makefile_frag to
14540         config/mh-djgpp.
14542 Thu Mar 11 18:37:23 1999  Drew Moseley  <dmoseley@cygnus.com>
14544         * Makefile.in (all-target-bsp): Added all-gcc all-binutils and
14545         all-target-newlib to dependency list for all-target-bsp.
14547 Thu Mar 11 01:19:31 1999  Mumit Khan  <khan@xraylith.wisc.edu>
14549         * config.sub: Add i386-uwin support.
14550         * config.guess: Likewise.
14552 Thu Mar 11 01:07:55 1999  Franz Sirl <Franz.Sirl-kernel@lauterbach.com>
14554         * configure.in: cleanup, add mh-*pic handling for arm, special
14555         case powerpc*-*-aix*
14557 Wed Mar 10 18:35:07 1999  Jeff Johnston  <jjohnstn@cygnus.com>
14559         * configure.in (noconfigdirs): Removed target-libgloss so libnosys.a
14560         can be built.
14562 Wed Mar 10 17:39:09 1999  Drew Moseley  <dmoseley@cygnus.com>
14564         * configure.in: Added bsp support to arm-*-coff and arm-*-elf
14565         targets.
14567 1999-03-02  Nick Clifton  <nickc@cygnus.com>
14569         * config.sub: Rename CYGNUS LOCAL to EGCS LOCAL
14571 Sun Feb 28 02:20:00 1999  Geoffrey Noer  <noer@cygnus.com>
14573         * config.sub: Check for "cygwin*" rather than "cygwin32*"
14575 1999-02-24  Nick Clifton  <nickc@cygnus.com>
14577         * config.sub: Fix typo in arm recognition.
14579 Wed Feb 24 13:51:40 1999  Drew Moseley  <dmoseley@cygnus.com>
14581         * configure.in (noconfigdirs): Changed target_configdirs to
14582         include target-bsp only for m68k-*-elf* and m68k-*-coff*
14583         rather than m68k-*-* since it is not known to work on
14584         m68k-aout. Ditto for arm-*-*oabi.
14586 Wed Feb 24 12:52:17 1999  Stan Shebs  <shebs@andros.cygnus.com>
14588         * configure.in (*-*-windows*): Remove, no longer used.
14590 1999-02-19  Ben Elliston <bje@cygnus.com>
14592         * config.guess: Automatically recognise ELF on FreeBSD. From Niall
14593         Smart and improved by Andrew Cagney.
14595 Thu Feb 18 19:55:09 1999  Marc Espie <espie@cvs.openbsd.org>
14597         * config.guess: Recognize openbsd-*-hppa.
14599 Wed Feb 17 01:38:59 1999  H.J. Lu  (hjl@gnu.org)
14601         * Makefile.in (REALLY_SET_LIB_PATH): Append $$$(RPATH_ENVVAR)
14602         only if it is not empty.
14604 1999-02-17  Nick Clifton  <nickc@cygnus.com>
14606         Patch from: Scott Bambrough <scottb@corelcomputer.com>
14608         * config.guess: Modified to recognize uname's armv* syntax.
14610         * config.sub: Modified to recognize uname's armv* syntax.
14612 1999-02-17  Mark Salter  <msalter@cygnus.com>
14614         * configure.in: Added target-bsp for sparclite.
14616 Mon Feb  8 14:17:24 1999  Richard Henderson  <rth@cygnus.com>
14618         * config.sub: Recognize alphapca5[67] and up to alphaev8.
14620 1999-02-08  Nick Clifton  <nickc@cygnus.com>
14622         * configure.in: Add support for strongarm port.
14623         * config.sub: Add support for strongarm target.
14625 Sun Feb  7 18:01:54 1999  Mumit Khan  <khan@xraylith.wisc.edu>
14627         * configure.in (*-*-cygwin32*): Use config/mh-cygwin instead of
14628         the old name config/mh-cygwin32.
14629         Enable texinfo.
14631 Thu Feb  4 20:43:25 1999  Ian Lance Taylor  <ian@cygnus.com>
14633         * configure.in: Do build ld for ix86 Solaris.
14635 Tue Feb  2 19:46:40 1999  Jim Wilson  <wilson@cygnus.com>
14637         * Makefile.in (EXTRA_GCC_FLAGS):  Set AR to $AR instead of
14638         $AR_FOR_TARGET.  Likewise for RANLIB.
14640 Tue Feb  2 20:05:05 1999  Catherine Moore  <clm@cygnus.com>
14642         * config.sub (oabi):  Recognize.
14643         * configure.in (arm-*-oabi):  Handle.
14645 Sat Jan 30 06:09:00 1999  Robert Lipe  (robertlipe@usa.net)
14647         * config.guess: Improve detection of i686 on UnixWare 7.
14649 Sat Jan 30 08:04:00 1999  Mumit Khan  <khan@xraylith.wisc.edu>
14651         * config.guess: Add support for i386-pc-interix.
14652         * config.sub: Likewise.
14653         * configure.in: Likewise.
14655 Mon Jan 18 13:59:20 1999  Christopher Faylor <cgf@cygnus.com>
14657         * Makefile.in: Remove unneeded all-target-libio from
14658         from all-target-winsup target since it is now unneeded.
14659         Add all-target-libtermcap in its place since it is now
14660         needed.
14662 Wed Dec 30 20:34:52 1998  Christopher Faylor <cgf@cygnus.com>
14664         * configure.in: makefile stub for cygwin target is probably
14665         unnecessary.  Remove it for now.
14667 Wed Dec 30 01:13:03 1998  Christopher Faylor <cgf@cygnus.com>
14669         * configure.in: libtermcap.a should be built when cygwin is the
14670         target as well as the host.
14671         * config.guess: Allow mixed case in cygwin uname output.
14672         * Makefile.in: Add libtermcap target.
14674 Wed Dec 23 00:20:50 1998  Jeffrey A Law  (law@cygnus.com)
14676         * config.sub: Clean up handling of hppa2.0.
14678 Tue Dec 22 23:56:31 1998  Rodney Brown  (rodneybrown@pmsc.com)
14680         * config.guess: Use C code to identify more HP machines.
14682 Thu Dec 17 01:22:30 1998  Jeffrey A Law  (law@cygnus.com)
14684         * config.sub: Handle hppa2.0.
14686 Tue Dec 15 17:02:58 1998  Bob Manson  <manson@charmed.cygnus.com>
14688         * configure.in: Add cygmon for x86-coff and x86-elf. Configure
14689         cygmon for all sparclite targets, regardless of object format.
14691 1998-12-15  Mark Salter  <msalter@cygnus.com>
14693         * configure.in: Added target-bsp for several target architectures.
14695         * Makefile.in: Added rules for bsp.
14697 Fri Dec  4 01:34:02 1998  Jeffrey A Law  (law@cygnus.com)
14699         * config.guess: Improve detection of hppa2.0 processors.
14701 Fri Dec  4 01:33:05 1998  Niall Smart <nialls@euristix.ie>
14703         * config.guess: Recognize FreeBSD using ELF automatically.
14705 1998-11-26  Manfred Hollstein  <manfred@s-direktnet.de>
14707         * configure (skip-this-dir): Add handling for new shell script, which
14708         might be created by a sub-directory's configure to indicate, this particular
14709         directory is "unwanted".
14710         * Makefile.in ($(CONFIGURE_TARGET_MODULES)): Likewise.
14712 Wed Nov 18 18:28:45 1998  Geoffrey Noer  <noer@cygnus.com>
14714         * ltconfig: import from libtool, after changing libtool to
14715         account for the cygwin name change.
14717 Wed Nov 18 18:09:14 1998  Geoffrey Noer  <noer@cygnus.com>
14719         * Makefile.in: CC_FOR_TARGET and CXX_FOR_TARGET should also
14720         include newlib/libc/sys/cygwin and newlib/libc/sys/cygwin32.
14722 Wed Nov 18 20:13:29 1998  Christopher Faylor <cgf@cygnus.com>
14724         * configure.in: Add libtermcap to list of cygwin dependencies.
14726 Tue Nov 17 16:57:51 1998  Geoffrey Noer  <noer@cygnus.com>
14728         * Makefile.in: modify CC_FOR_TARGET and CXX_FOR_TARGET so that
14729         they include winsup/include when it's a cygwin target.
14731 1998-11-12  Tom Tromey  <tromey@cygnus.com>
14733         * configure.in (host_tools): Added zip.
14734         * Makefile.in (all-target-libjava): Depend on all-zip.
14735         (all-zip): New target.
14736         (ALL_MODULES): Added all-zip.
14737         (NATIVE_CHECK_MODULES): Added check-zip.
14738         (INSTALL_MODULES): Added install-zip.
14739         (CLEAN_MODULES): Added clean-zip.
14741 Thu Nov 12 17:27:21 1998  Geoffrey Noer  <noer@cygnus.com>
14743         * Makefile.in: lose "32" from comment about cygwin.
14745 Thu Nov  5 15:00:31 1998  Nick Clifton  <nickc@cygnus.com>
14747         * configure.in: Use -Os to build target libraries for the fr30.
14749 Wed Nov  4 18:49:43 1998  Dave Brolley  <brolley@cygnus.com>
14751         * config.sub: Add fr30.
14753 Mon Nov  2 15:19:33 1998  Geoffrey Noer  <noer@cygnus.com>
14755         * configure.in: drop "32" from config/mh-cygwin32.  Check
14756         cygwin* instead of cygwin32*.
14757         * config.sub: Check cygwin* instead of cygwin32*.
14759 Thu Oct 22 10:55:25 1998  Robert Lipe  <robertl@dgii.com>
14761         * config.guess: Match any version of Unixware7.
14763 1998-10-20  Syd Polk  <spolk@cygnus.com>
14765         * Makefile.in configure.in: Add the ability to use tcl8.1 and tk8.1
14766         if desired.
14768 Sun Oct 18 18:34:50 1998  Jeffrey A Law  (law@cygnus.com)
14770         * config.if (cxx_interface, libstdcxx_interface): Do not try to set
14771         these if the appropriate directories and files to not exist.
14773 Wed Oct 14 10:29:06 1998  Jeffrey A Law  (law@cygnus.com)
14775         * Makefile.in (DEVO_SUPPORT): Add config.if.
14777 Tue Oct 13 15:45:36 1998  Manfred Hollstein  <manfred@s-direktnet.de>
14779         * configure: Add pattern to replace "build_tooldir"'s
14780         definition in the generated Makefile with "tooldir"'s
14781         actual value.
14783 Tue Oct 13 09:17:06 1998  Jeffrey A Law  (law@cygnus.com)
14785         * config.sub: Bring back lost sparcv9.
14787         * Makefile.in (all-snvavigator): Remove all-flexlm dependency.
14789 Mon Oct 12 12:09:44 1998  Jeffrey A Law  (law@cygnus.com)
14791         * Makefile.in (CHILL_FOR_TARGET): Mirror recent changes to
14792         CC_FOR_TARGET and friends.
14794 Mon Oct 12 12:09:30 1998  Alexandre Oliva  <oliva@dcc.unicamp.br>
14796         * Makefile.in (build_tooldir): New variable, same as tooldir.
14797         (CC_FOR_TARGET, GCC_FOR_TARGET, CXX_FOR_TARGET): Add
14798         -B$(build_tooldir)/bin/.
14799         (BASE_FLAGS_TO_PASS): Pass build_tooldir down.
14801 Tue Sep  1 16:23:11 1998  Gerald Pfeifer  <pfeifer@dbai.tuwien.ac.at>
14803         * README: Remove installation instructions and refer to the
14804         INSTALL directory instead.
14806 Wed Sep 30 22:20:50 1998  Robert Lipe  <robertl@dgii.com>
14808         * config.sub: Add support for i[34567]86-pc-udk.
14809         * configure.in: Likewise.
14811 Wed Sep 30 19:23:48 1998  Geoffrey Noer  <noer@cygnus.com>
14813         * Makefile.in: add bzip2 package building bits for user
14814         tools module
14815         * configure.in: ditto
14817 Wed Sep 30 03:00:05 1998  Jeffrey A Law  (law@cygnus.com)
14819         * Makefile.in (TARGET_CONFIGDIRS): Add libobjc.
14820         (ALL_TARGET_MODULES): Add all-target-libobjc.
14821         (CONFIGURE_TARGET_MODULES, CHECK_TARGET_MODULES): Similarly.
14822         (INSTALL_TARGET_MODULES, CLEAN_TARGET_MODULES): Similarly.
14823         (all-target-libchill): Add dependencies.
14824         * configure.in (target_libs): Add libchill.
14826 1998-09-30  Manfred Hollstein  <manfred@s-direktnet.de>
14828         * configure.in (target_subdir): Remove duplicate line.
14830 Tue Sep 29 22:45:41 1998  Felix Lee  <flee@cygnus.com>
14832         * Makefile.in (all-automake): fix dependencies.
14834 Mon Sep 28 04:04:27 1998  Jeffrey A Law  (law@cygnus.com)
14836         * configure.in: Minor cleanups for building in the $(target_alias)
14837         subdir.
14839 1998-09-22  Jim Wilson  <wilson@cygnus.com>
14841         * Makefile.in (bootstrap): Set r and s before make all.  Use
14842         BASE_FLAGS_TO_PASS in make all.
14843         (cross): Likewise.
14845 1998-09-20  Mark Mitchell  <mark@markmitchell.com>
14847         * Makefile.in (bootstrap): Pass TARGET_FLAGS_TO_PASS to `make all'.
14849 Sun Sep 20 00:13:02 1998  Richard Henderson  <rth@cygnus.com>
14851         * config.sub: Fix typo in last change.
14853 1998-09-19  Michael Hayes  <m.hayes@elec.canterbury.ac.nz>
14855         * config.sub: Add support for C4x target.
14856         * configure.in: Likewise.
14858 1998-09-13  David S. Miller  <davem@pierdol.cobaltmicro.com>
14860         * config.sub: Recognize sparcv9 just like sparc64.
14862 Wed Sep  9 15:44:52 1998  Robert Lipe  <robertl@dgii.com>
14864         * config.guess: Match "Pent II" or "PentII" for OpenServer.
14866 Tue Sep  8 01:18:39 1998  Jeffrey A Law  (law@cygnus.com)
14868         * config.guess: Correctly identify Pentium II sco boxes.
14870         * config.guess: Fix "tr" code.  From Weiwen Liu.
14872 Sat Sep  5 13:56:52 1998  John Hughes  <john@Calva.COM>
14874         * configure.in: Do not assume x86-svr4 or x86-unixware can handle
14875         stabs.
14877 Sat Sep  5 02:12:02 1998  Jeffrey A Law  (law@cygnus.com)
14879         * Makefile.in (TARGET_CONFIGDIRS): Add libchill.
14880         (ALL_TARGET_MODULES): Add all-target-libchill.
14881         (CONFIGURE_TARGET_MODULES, CHECK_TARGET_MODULES): Similarly.
14882         (INSTALL_TARGET_MODULES, CLEAN_TARGET_MODULES): Similarly.
14883         (all-target-libchill): Add dependencies.
14884         * configure.in (target_libs): Add libchill.
14886 Sun Aug 30 22:27:02 1998  Lutz Wohlrab <lutz.wohlrab@informatik.tu-chemnitz.de>
14888         * config.guess: Avoid assumptions about "tr" behaves when
14889         LANG is set to something other than English.
14891 Sun Aug 30 22:14:44 1998  H.J. Lu  (hjl@gnu.org)
14893         * configure (gxx_include_dir): Changed to
14894         '${prefix}/include/g++'-${libstdcxx_interface}.
14896         * config.if: New to determine the interfaces.
14898 Sun Aug 30 21:15:19 1998  Mark Klein (mklein@dis.com)
14900         * config.guess: Detect and handle MPE/IX.
14901         * config.sub: Deal with MPE/IX.
14903 Sat Aug 29 14:32:55 1998  David Edelsohn  <edelsohn@mhpcc.edu>
14905         * configure.in: Use mh-aix43.
14907 1998-07-29  Manfred Hollstein  <manfred@s-direktnet.de>
14909         * configure: Fix --without/--disable cases for gxx-include-dir.
14911 Fri Aug 28 12:28:26 1998  Per Bothner  <bothner@cygnus.com>
14913         * mdata-sh:  Imported.  Needed for automake support.
14915 Thu Aug 13 12:49:29 1998  H.J. Lu  <hjl@gnu.org>
14917         * Makefile.in (taz): Try "chmod -R og=u ." before
14918         "chmod og=u `find . -print`".
14920 Fri Jul 31 09:38:33 1998  Catherine Moore  <clm@cygnus.com>
14922         * configure.in: Add arm-elf and thumb-elf support.
14924 Mon Jul 27 16:23:58 1998  Doug Evans  <devans@canuck.cygnus.com>
14926         * Makefile.in: Undo previous patch.
14928 Fri Jul 24 19:55:24 1998  Doug Evans  <devans@canuck.cygnus.com>
14930         * Makefile.in (INSTALL_TARGET): Move EXTRA_TARGET_HOST_INSTALL_MODULES
14931         to here ...
14932         (install-no-fixedincludes): and here
14933         (INSTALL_MODULES): ... from here.
14935 Fri Jul 24 17:01:42 1998  Ian Lance Taylor  <ian@cygnus.com>
14937         * config.sub: Merge with FSF.
14939         * config.guess: Merge with FSF.
14941 Fri Jul 24 08:43:36 1998  Doug Evans  <devans@canuck.cygnus.com>
14943         * configure (extraconfigdirs): New variable.
14944         (SUBDIRS): Add extraconfigdirs and recurse on them too.
14945         * Makefile.in (all): Move higher in file.
14946         (EXTRA_TARGET_HOST_ALL_MODULES): New variable.
14947         (EXTRA_TARGET_HOST_{INSTALL,CHECK}_MODULES): New variables.
14948         (ALL_MODULES): Add EXTRA_TARGET_HOST_ALL_MODULES.
14949         (CROSS_CHECK_MODULES): Add EXTRA_TARGET_HOST_CHECK_MODULES.
14950         (INSTALL_MODULES): Add EXTRA_TARGET_HOST_INSTALL_MODULES.
14952 1998-07-23  Brendan Kehoe  <brendan@cygnus.com>
14954         * Makefile.in (all-target-libjava): Depend on all-gcc and
14955         all-target-newlib.
14956         (configure-target-libjava): Depend on $(ALL_GCC).
14958 Sat Jul 18 14:32:43 CDT 1998  Robert Lipe  <robertl@dgii.com>
14960         * config.guess: (*-pc-sco3.2v5) Add detection for Pentium II.
14961         (*-pc-unixware7) Add detection for Pentium II, Pentium Pro.
14963 Sun Jul 19 00:46:53 CEST 1998  Marc Lehmann <pcg@goof.com>
14965         * INSTALL/README: Fix typo.
14967 Fri Jul 17 13:30:18 1998  Ian Lance Taylor  <ian@cygnus.com>
14969         * ylwrap: Change absolute path checks to check for DOS style path
14970         names.
14972         * ylwrap: Don't use a full path name if the source file is in the
14973         same directory.  From hjl@lucon.org (H.J. Lu).
14975         * config-ml.in: Default to being verbose, to match Feb 18 change to
14976         configure.
14978 Thu Jul 16 12:29:51 1998  Ian Lance Taylor  <ian@cygnus.com>
14980         Brought over from egcs:
14982         Sat Jun 27 22:46:32 1998  Jeffrey A Law  (law@cygnus.com)
14984         * configure.in (target_subdir): Set to ${target_alias} instead
14985         of "libraries".
14987         Mon Sep  1 16:45:44 1997  Jim Wilson  <wilson@cygnus.com>
14989         * configure.in (target_subdir): Set to libraries if enable_multilib.
14991 Wed Jul 15 01:00:54 1998  Ian Lance Taylor  <ian@cygnus.com>
14993         * Makefile.in ($(CONFIGURE_TARGET_MODULES)): If there are any
14994         multilibs, force reconfiguration the first time we create
14995         multilib.out in a subdirectory, in case TARGET_SUBDIR is `.'.
14997 Tue Jul 14 23:41:03 1998  Ian Lance Taylor  <ian@cygnus.com>
14999         * configure.in: Strip any --no option from CONFIG_ARGUMENTS, to
15000         avoid confusion with --no-recursion.
15002 Tue Jul 14 15:37:41 1998  Geoffrey Noer  <noer@cygnus.com>
15004         * configure.in: Win32 hosts shouldn't use install -x
15005         * install-sh: remove -x option, and special .exe-handling
15006         hack.
15008 Tue Jul 14 15:28:41 1998  Richard Henderson  <rth@cygnus.com>
15010         * config.guess: Recognize i586-pc-beos.
15011         * configure.in: Don't build some bits for beos.
15013 Tue Jul 14 13:22:18 1998  Ian Lance Taylor  <ian@cygnus.com>
15015         * configure: If CC is set but CFLAGS is not, and CC is gcc, make
15016         CFLAGS default to -O2.
15018         * ltmain.sh: Add some hacks to make SunOS --enable-shared work
15019         when using GNU ld.
15021 Fri Jul 10 13:18:23 1998  Ian Lance Taylor  <ian@cygnus.com>
15023         * ltmain.sh: Correct install when using a different shell.
15025 Tue Jul  7 15:24:38 1998  Ian Lance Taylor  <ian@cygnus.com>
15027         * ltconfig, ltmain.sh: Update to libtool 1.2b.
15029 Thu Jul  2 13:57:36 1998  Klaus Kaempf  <kkaempf@rmi.de>
15031         * makefile.vms: Update to build binutils/makefile.vms.  Add install
15032         target.
15034 Wed Jul  1 16:45:21 1998  Ian Lance Taylor  <ian@cygnus.com>
15036         * ltconfig: Update to correct AIX handling.
15038 Sat Jun 27 22:46:32 1998  Jeffrey A Law  (law@cygnus.com)
15040         * Makefile.in (BASE_FLAGS_TO_PASS): Add TARGET_SUBDIR.
15042         * configure.in (target_subdir): Set to ${target_alias} instead
15043         of "libraries".
15045 1998-06-26  Manfred Hollstein  <manfred@s-direktnet.de>
15047         * Makefile.in (BASE_FLAGS_TO_PASS): Add gcc_version_trigger.
15048         (Makefile): Depend on $(gcc_version_trigger).
15050         * configure (gcc_version): Change default initializer to empty
15051         string.
15052         (gcc_version_trigger): New variable; pass this variable down
15053         to subdir configures to enable them checking gcc's version
15054         themselves. Emit make macros for both gcc_version vars.
15055         (topsrcdir): Initialize reliably.
15056         (recursion line): Remove --with-gcc-version=${gcc_version}.
15058 1998-06-24  Manfred Hollstein  <manfred@s-direktnet.de>
15060         * configure (enable_version_specific_runtime_libs): Implement new flag
15061         --enable-version-specific-runtime-libs which installs C++ runtime stuff
15062         in $(libsubdir); emit definition in each generated Makefile.
15063         (gxx_include_dir): Initialize depending on
15064         $enable_version_specific_runtime_libs.
15066 1998-06-24  Manfred Hollstein  <manfred@s-direktnet.de>
15068         * configure (gcc_version): Initialize properly depending on
15069         how and where configure is started.
15070         (recursion line): Pass a --with-gcc-version=${gcc_version}
15071         to configures in subdirs.
15073 Wed Jun 24 16:01:59 1998  John Metzler  <jmetzler@cygnus.com>
15075         * configure.in (noconfigdirs): Add configure pattern for mips tx39
15076         cygmon
15078 Tue Jun 23 22:42:32 1998  Mark Alexander  <marka@cygnus.com>
15080         * configure.in: Add cygmon and libstub support for mn10200.
15082 1998-06-19  Manfred Hollstein  <manfred@s-direktnet.de>
15084         * configure (gcc_version): Add new variable describing the
15085         particular gcc version we're building.
15086         * Makefile.in (libsubdir): Add new macro for the directory
15087         in which the compiler finds executables, libraries, etc.
15088         (BASE_FLAGS_TO_PASS): Pass down gcc_version, target_alias
15089         and libsubdir.
15091 Fri Jun 19 02:36:59 1998  Alexandre Oliva <oliva@dcc.unicamp.br>
15093         * Makefile.in (local-clean): Remove *.log.
15094         (warning.log): Built with warn_summary from build.log.
15095         (mail-report.log): Run test_summary.
15096         (mail-report-with-warnings.log): Run test_summary including
15097         warning.log in the report.
15099 Thu Jun 18 11:26:03 1998  Robert Lipe  <robertl@dgii.com>
15101         * config.guess: Detection of Pentium II for *-sco-3.2v5*.
15103 Mon Jun 15 14:53:54 1998  Andrew Cagney  <cagney@b1.cygnus.com>
15105         * Makefile.in (grep): Grep no longer depends on libiberty.
15107 Fri Jun 12 14:03:34 1998  Syd Polk  <spolk@cygnus.com>
15109         * Makefile.in: all-snavigator needs all-libgui.
15111 Thu Jun 11 19:43:47 1998  Mark Alexander  <marka@cygnus.com>
15113         * configure.in: Add cygmon and libstub support for mn10300.
15115 Wed Jun 10 11:19:47 1998  Ian Lance Taylor  <ian@cygnus.com>
15117         * missing: Update to version from automake 1.3.
15119         * ltmain.sh: On installation, don't get confused if the same name
15120         appears more than once in the list of library names.
15122 Wed Jun  3 14:51:42 1998  Ian Lance Taylor  <ian@cygnus.com>
15124         * config.sub: Accept m68060 and m5200 as CPU names.
15126 Mon Jun  1 17:25:16 1998  Ian Lance Taylor  <ian@cygnus.com>
15128         * configure: Use && rather than using -a in test, because odd
15129         strings can confuse test.
15130         * configure.in: Likewise.
15132 Thu May 28 19:31:13 1998  Ian Lance Taylor  <ian@cygnus.com>
15134         * ltconfig, ltmain.sh: Bring in Visual C++ support.
15136 Sat May 23 23:44:13 1998  Alexandre Oliva <oliva@dcc.unicamp.br>
15138         * Makefile.in (boostrap2-lean, bootstrap3-lean,
15139         bootstrap4-lean): New targets.
15141 Mon May 11 23:55:56 1998  Jeffrey A Law  (law@cygnus.com)
15143         * mpw-* Delete.  Not used.
15145 Mon May 11 23:11:34 1998  Jeffrey A Law  (law@cygnus.com)
15147         * COPYING.LIB: Update FSF address.
15149 Fri May  8 01:30:20 1998  Ian Lance Taylor  <ian@cygnus.com>
15151         * ltconfig, ltmain.sh: Update to libtool 1.2a.
15153         * Makefile.in (GASB_SUPPORT_DIRS): Remove intl; already included via
15154         GAS_SUPPORT_DIRS.
15156 Thu May  7 17:27:35 1998  Ian Lance Taylor  <ian@cygnus.com>
15158         * ltconfig, ltmain.sh: Avoid producing a version number if
15159         -version-info was not used.
15161 Tue May  5 18:02:24 1998  Ian Lance Taylor  <ian@cygnus.com>
15163         * configure.in: Add --with-newlib to CONFIG_ARGUMENTS if we are
15164         building with newlib.
15166 1998-04-30  Paul Eggert  <eggert@twinsun.com>
15168         * Makefile.in (EXTRA_GCC_FLAGS): Remove backslash at end;
15169         Solaris `make' causes it to continue to next definition.
15171 Tue Apr 28 16:24:24 1998  Jason Molenda  (crash@bugshack.cygnus.com)
15173         * Makefile.in (install-gdbtk): Call this 'install-gdb' so that
15174         the right GUI libraries and files are installed along with GDB.
15176 Tue Apr 28 18:11:24 1998  Ian Lance Taylor  <ian@cygnus.com>
15178         * configure.in: Change alpha to alpha* in several places.
15180 Tue Apr 28 07:42:00 1998  Mark Alexander  <marka@cygnus.com>
15182         * config.sub: Recognize sparc86x.
15184 Tue Apr 28 07:35:02 1998  Michael Meissner  <meissner@cygnus.com>
15186         * configure.in (--enable-target-optspace): Remove debug echo.
15188 Thu Apr 23 21:31:16 1998  Jim Wilson  <wilson@cygnus.com>
15190         * configure: Set CXXFLAGS from CXXFLAGS, not CFLAGS.
15192 Thu Apr 23 12:26:38 1998  Ian Lance Taylor  <ian@cygnus.com>
15194         * ltconfig: Update cygwin32 support.
15196         * Makefile.in (GAS_SUPPORT_DIRS): Add intl.
15197         (BINUTILS_SUPPORT_DIRS, GASB_SUPPORT_DIRS): Likewise.
15198         (GDB_SUPPORT_DIRS): Likewise.
15200 Wed Apr 22 12:30:10 1998  Michael Meissner  <meissner@cygnus.com>
15202         * configure.in (target_makefile_frag): If --enable-target-optspace,
15203         use -Os to compile target libraries rather than -O2.  Default to
15204         using -Os for d10v and m32r if --{enable,disable}-target-optspace is
15205         not used.
15206         * configure.in (target_cflags): Ditto for d30v.
15208 Tue Apr 21 23:06:54 1998  Tom Tromey  <tromey@cygnus.com>
15210         * Makefile.in (all-bfd): Depend on all-intl.
15211         (all-binutils): Likewise.
15212         (all-gas): Likewise.
15213         (all-gprof): Likewise.
15214         (all-ld): Likewise.
15216 1998-04-19  Brendan Kehoe  <brendan@cygnus.com>
15218         * configure.in (host_tools): Fix typo, lbtool -> libtool.
15220 Fri Apr 17 16:20:42 1998  Ian Lance Taylor  <ian@cygnus.com>
15222         * Makefile.in (all-bfd): Depend upon all-libiberty.
15224         * ltconfig, ltmain.sh: Bring in newer cygwin32 support.
15226 Fri Apr 17 12:22:22 1998  Bob Manson  <manson@charmed.cygnus.com>
15228         * Makefile.in: Add libstub.
15230         * configure.in: Ditto. Build libstub for targets that have cygmon
15231         support.
15233 Tue Apr 14 18:01:55 1998  Ian Lance Taylor  <ian@cygnus.com>
15235         * configure.in: Don't set PICFLAG on ix86-cygwin32.
15237 Tue Apr 14 12:24:45 1998  J. Kean Johnston  <jkj@sco.com>
15239         * configure.in: Recognise i[3456]96-*-sysv5* as a valid host, and
15240         use mh-sysv5 if specified.  Support gprof on SCO Open Server.
15242 Tue Apr 14 11:33:51 1998  Krister Walfridsson <cato@df.lth.se>
15244         * configure: Define DEFAULT_M4 by searching PATH.
15245         * Makfile.in: Use DEFAULT_M4.
15247 Mon Apr 13 15:37:24 1998  Ian Lance Taylor  <ian@cygnus.com>
15249         * ltconfig: Add cygwin32 support.
15251         * Makefile.in, configure.in: Add libtool as a native only directory
15252         to configure and build.
15254 Sun Apr 12 20:58:46 1998  Jeffrey A Law  (law@cygnus.com)
15256         * Makefile.in (INSTALL_MODULES): Remove texinfo.
15258 Wed Apr  8 13:18:56 1998  Philippe De Muyter  <phdm@macqel.be>
15260         * Makefile.in (EXTRA_GCC_FLAGS): XFOO lines shortened.
15262 Thu Apr  2 14:48:44 1998  Geoffrey Noer  <noer@cygnus.com>
15264         * Makefile.in: add ash make rules
15265         * configure.in: add ash to native_only and host_tools lists
15267 Thu Mar 26 12:53:20 1998  Tom Tromey  <tromey@cygnus.com>
15269         * Makefile.in (all-gettext, all-intl): New targets.
15270         (ALL_MODULES): Added all-gettext, all-intl.
15271         (CROSS_CHECK_MODULES): Added check-gettext, check-intl.
15272         (INSTALL_MODULES): Added install-gettext, install-intl.
15273         (CLEAN_MODULES): Added clean-gettext, clean-intl.
15275         * configure.in (host_tools): Added gettext.
15276         (native_only): Likewise.
15277         (noconfigdirs) [various cases]: Likewise.
15278         (host_libs): Added intl.
15280 Thu Mar 26 15:00:11 1998  Keith Seitz  <keiths@onions.cygnus.com>
15282         * configure: Do not disable building gdbtk for cygwin32 hosts.
15284 Wed Mar 25 10:04:18 1998  Nick Clifton  <nickc@cygnus.com>
15286         * configure.in: Add thumb-coff target.
15287         * config.sub: Add thumb-coff target.
15289 Wed Mar 25 11:49:12 1998  Jason Molenda  (crash@bugshack.cygnus.com)
15291         * Makefile.in: Revert yesterday's change.
15292         (all-target-winsup):  all-target-librx stays out of here.
15294 Tue Mar 24 16:58:29 1998  Jason Molenda  (crash@bugshack.cygnus.com)
15296         * Makefile.in (TARGET_CONFIGDIRS, ALL_TARGET_MODULES,
15297         CONFIGURE_TARGET_MODULES, CHECK_TARGET_MODULES,
15298         INSTALL_TARGET_MODULES, CLEAN_TARGET_MODULES, all-target-winsup):
15299         Remove references to librx and libg++.
15301 Tue Mar 24 18:28:12 1998  Eric Mumpower  <nocturne@cygnus.com>
15303         * Makefile.in (BASE_FLAGS_TO_PASS): Pass $(lispdir) down to
15304         recursive makes
15306 Tue Mar 24 11:37:45 1998  Ian Lance Taylor  <ian@cygnus.com>
15308         * Makefile.in (CC_FOR_TARGET): Use $(TARGET_SUBDIR) when passing -B
15309         for newlib directory.
15310         (CXX_FOR_TARGET): Likewise.
15312 Mon Mar 23 11:30:21 1998  Jeffrey A Law  (law@cygnus.com)
15314         * ltconfig: Update after libtool/ltconfig.in change for
15315         hpux11.
15317 Fri Mar 20 18:51:43 1998  Ian Lance Taylor  <ian@cygnus.com>
15319         * ltconfig, ltmain.sh: Update to libtool 1.2.
15321 Fri Mar 20 09:32:14 1998  Manfred Hollstein  <manfred@s-direktnet.de>
15323         * Makefile.in (install-gcc): Don't specify LANGUAGES here.
15324         (install-gcc-cross): Instead, override LANGUAGES here.
15326 1998-03-18  Dave Love  <d.love@dl.ac.uk>
15328         * Makefile.in ($(CONFIGURE_TARGET_MODULES)): Set CONFIG_SITE to a
15329         non-existent file since /dev/null loses with bash 2.0/autoconf 2.12.
15331 Wed Mar 18 09:24:59 1998  Nick Clifton  <nickc@cygnus.com>
15333         * configure.in: Add Thumb-pe target.
15335 Tue Mar 17 16:59:00 1998  Syd Polk <spolk@cygnus.com>
15337         * Makefile.in - changed sn targets to snavigator
15338         * configure.in - changed sn targets to snavigator
15340 Tue Mar 17 10:33:28 1998  Manfred Hollstein  <manfred@s-direktnet.de>
15342         * config-ml.in: After building symlink tree call make distclean
15343         if a Makefile got linked into ${ml_dir}/${ml_libdir}; this happens
15344         to be the case for libiberty.
15346 Tue Mar 17 10:22:37 1998  H.J. Lu  (hjl@gnu.ai.mit.edu)
15348         * configure: When making link, also check the current
15349         directory. The configure scripts may create one.
15351 Fri Mar  6 01:02:03 1998  Richard Henderson  <rth@cygnus.com>
15353         * config.sub: Accept alphapca56 and alphaev6 properly.
15355 Fri Mar  6 00:14:55 1998  Franz Sirl <Franz.Sirl-kernel@lauterbach.com>
15357         * configure.in: Revert 3 Jan change for powerpc-linux-gnulibc1.
15359 Mon Feb 23 15:09:18 1998  Bruno Haible <bruno@linuix.mathematik.uni-karlsruhe.de
15361         * config.sub (sco5): Fix typo.
15363 Mon Feb 23 14:46:06 1998  Ian Lance Taylor  <ian@cygnus.com>
15365         * Makefile.in (INSTALL_MODULES): Move install-tcl before
15366         install-itcl.
15367         (install-itcl): Remove dependency on install-tcl.
15369 Mon Feb 23 09:53:28 1998  Mark Alexander  <marka@cygnus.com>
15371         * configure.in: Remove libgloss from noconfigdirs for MN10300.
15373 Thu Feb 19 13:40:41 1998  Ian Lance Taylor  <ian@cygnus.com>
15375         * configure.in: Don't build libgui for a cygwin32 target when not on
15376         a cygwin32 host.
15378 Wed Feb 18 12:29:00 1998  Jason Molenda  (crash@bugshack.cygnus.com)
15380         * configure (redirect): Set to null, so default behavior of
15381         configure is now --verbose.
15383 1998-02-16  Dave Love  <d.love@dl.ac.uk>
15385         * Makefile.in ($(CONFIGURE_TARGET_MODULES)): Run configure with
15386         CONFIG_SITE=/dev/null to forestall lossage with site configuration.
15388 Mon Feb 16 12:23:53 1998  Manfred Hollstein  <Manfred.Hollstein@ks.sel.alcatel.de>
15390         * Makefile.in (BASE_FLAGS_TO_PASS, EXTRA_TARGET_FLAGS): Really add
15391         this change to sync Makefile.in with its ChangeLog entries.
15393 Thu Feb 12 15:03:08 1998  H.J. Lu  <hjl@gnu.org>
15395         * ltmain.sh (mkdir): Check that the directory doesn't exist
15396         before we exit with error, so that we don't get races during
15397         parallel builds.
15399 Sat Feb  7 15:19:18 1998  Ian Lance Taylor  <ian@cygnus.com>
15401         * ltconfig, ltmain.sh: Update from libtool 1.0i.
15403 Fri Feb  6 01:33:52 1998  Manfred Hollstein  <manfred@s-direktnet.de>
15405         * Makefile.in (BASE_FLAGS_TO_PASS): Don't pass PICFLAG and
15406         PICFLAG_FOR_TARGET.
15407         (EXTRA_TARGET_FLAGS): Don't pass PICFLAG_FOR_TARGET.
15409         * configure: Emit a definition for the new macro enable_shared
15410         into each Makefile.
15412 Thu Feb  5 17:01:12 1998  Jason Molenda  (crash@bugshack.cygnus.com)
15414         * configure.in (host_tools, native_only): Add libtool.
15416 Wed Feb  4 16:53:58 1998  Geoffrey Noer  <noer@cygnus.com>
15418         * configure.in: add target-gperf to noconfigdirs for Cygwin32.
15419         Fix typo in ming config comment.
15421 Wed Feb  4 18:56:13 1998  Ian Lance Taylor  <ian@cygnus.com>
15423         * ltconfig, ltmain.sh: Update from libtool 1.0h.
15425 Mon Feb  2 19:38:19 1998  Ian Lance Taylor  <ian@cygnus.com>
15427         * config.sub: Add tic30 cases, and map c30 to tic30.
15429 Sun Feb  1 02:40:41 1998  Richard Henderson  <rth@cygnus.com>
15431         * Makefile.in (TARGET_CONFIGDIRS): Add libf2c.
15432         (ALL_TARGET_MODULES, CONFIGURE_TARGET_MODULES): Similarly
15433         (CHECK_TARGET_MODULES, INSTALL_TARGET_MODULES): Similarly
15434         (CLEAN_TARGET_MODULES): Similarly
15435         (all-target-libf2c): Add dependences.
15436         * configure.in (target_libs): Add libf2c.
15438 Fri Jan 30 17:18:32 1998  Geoffrey Noer  <noer@cygnus.com>
15440         * configure.in: Remove expect from noconfigdirs when target
15441         is cygwin32.  OK to build expect and dejagnu with Canadian
15442         Cross.
15444 Wed Jan 28 12:58:49 1998  Ian Lance Taylor  <ian@cygnus.com>
15446         * configure.in: Do build expect, dejagnu, and cvssrc for a cygwin32
15447         host.
15449         * config.guess: Use ${UNAME_MACHINE} rather than i386 for cygwin32
15450         and mingw32.
15452 Wed Jan 28 10:26:37 1998  Manfred Hollstein  <manfred@s-direktnet.de>
15454         * Makefile.in (BASE_FLAGS_TO_PASS): Remove passing $(local_prefix)
15455         here as it is not defined in the toplevel Makefile.
15457 Tue Jan 27 23:25:06 1998  Manfred Hollstein  <manfred@s-direktnet.de>
15459         * configure (package_makefile_rules_frag): New variable, which names
15460         a file with generic rules, ...
15461         Change comment to mention we now have FIVE parts.
15462         * configure: Undo last change.
15464 Tue Jan 27 23:15:55 1998  Lassi A. Tuura  <lat@iki.fi>
15466         * config.guess: More accurate determination of HP processor types.
15467         * config.sub: More accurate determination of HP processor types.
15469 Sat Jan 24 01:59:45 1998  Manfred Hollstein  <manfred@s-direktnet.de>
15471         * configure (package_makefile_frag): Move inserting the
15472         ${package_makefile_frag} to where it should be according
15473         to the comment.
15475 Fri Jan 23 00:29:28 1998  Philip Blundell  <pb@nexus.co.uk>
15477         * config.guess: Add support for Linux/ARM.
15479 Thu Jan 22 15:14:01 1998  Fred Fish  <fnf@cygnus.com>
15481         * .cvsignore: Remove *-info and *-install since they match
15482         release-info and mpw-install, which we don't want to just ignore.
15484 Thu Jan 22 01:38:33 1998  Richard Henderson  <rth@cygnus.com>
15486         * configure.in: Revert 3 Jan change for alpha-linux-gnulibc1.
15488 Sat Jan 17 21:28:08 1998  Pieter Nagel <pnagel@epiuse.co.za>
15490         * Makefile.in (FLAGS_TO_PASS): Pass down gcc_include_dir and
15491         local_prefix to sub-make invocations.
15493 Sat Jan 17 21:04:59 1998 H.J. Lu  (hjl@gnu.org)
15495         * configure.in: Check makefile fragments in the source
15496         directory.
15498 Fri Jan 16 00:41:37 1998  Alexandre Oliva <oliva@dcc.unicamp.br>
15500         * configure.in: Check whether host and target makefile
15501         fragments exist before adding them to *_makefile_frag.
15503 Wed Jan 14 23:39:10 1998  Bob Manson  <manson@charmed.cygnus.com>
15505         * configure.in (target_configdirs): Add cygmon for sparc64-elf.
15507 Wed Jan 14 12:48:07 1998  Keith Seitz  <keiths@pizza.cygnus.com>
15509         * configure.in: Make sure we only replace RPATH_ENVVAR on
15510         lines which begin with RPATH_ENVVAR, i.e. add "^" to the
15511         regexp to sed.
15513         * Makefile.in (BASE_FLAGS_TO_PASS): Pass RRPATH_ENVVAR down
15514         to sub-makes.
15516 1998-01-13  Lee Iverson   (leei@ai.sri.com)
15518         * config-ml.in (multi-do): LDFLAGS must include multilib
15519         designator.
15521 Tue Jan 13 01:13:24 1998   Robert Lipe (robertl@dgii.com)
15523         * config.guess: Recognize i[3456]-i586-UnixWare7-sysv5.
15525 Sun Jan  4 01:06:55 1998  Mumit Khan  <khan@xraylith.wisc.edu>
15527         * config.sub: Add mingw32 support.
15528         * configure.in: Likewise.
15530 Sat Jan  3 12:11:05 1998 Franz Sirl <franz.sirl-kernel@lauterbach.com>
15532         * configure.in: Finalize support for {alpha|powerpc}*-*-linux-gnulibc1
15534 Sun Dec 28 11:28:58 1997  Jeffrey A Law  (law@cygnus.com)
15536         * Makefile.in (INSTALL_TARGET): Do install-gcc first.
15537         * configure (gxx_include_dir): Provide a definition for subdirs
15538         which do not use autoconf.
15540 Wed Dec 24 22:46:55 1997  Jeffrey A Law  (law@cygnus.com)
15542         * config.guess: Sync with egcs.  Picks up new alpha support,
15543         BeOS & some additional linux support.
15545 Tue Dec 23 12:44:24 1997  Jeffrey A Law  (law@cygnus.com)
15547         * config.guess: HP 9000/803 is a PA1.1 machine.
15549 Mon Dec 22 02:39:24 1997  Richard Henderson  <rth@cygnus.com>
15551         * configure.in: It's alpha*-...
15553 Sun Dec 21 16:53:12 1997  H.J. Lu  (hjl@gnu.ai.mit.edu)
15555         * configure.in (host_makefile_frag, target_makefile_frag):
15556         Handle multiple config files.
15557         (alpha-*-linux*): Treat alpha-*-linux* as alpha-*-linux* and
15558         alpha-*-*.
15560 Thu Dec 18 13:13:03 1997  Doug Evans  <devans@canuck.cygnus.com>
15562         * mkdep: New file.
15564 Wed Dec 17 09:53:02 1997  Michael Meissner  <meissner@cygnus.com>
15566         * configure.in (d30v-*-*): Allow configuring of libide, vmake, etc.
15568 Tue Dec 16 17:36:05 1997  Ian Lance Taylor  <ian@cygnus.com>
15570         * Makefile.in: Add libgui directory.
15571         (GDB_TK): Add all-libgui.
15572         * configure.in: Add libgui directory.
15573         * configure: Add all-libgui to GDB_TK.
15575 Mon Dec 15 16:12:28 1997  Nick Clifton  <nickc@cygnus.com>
15577         * config-ml.in (multidirs): Add m32r to multilib list.
15579 Fri Dec 12 10:43:31 1997  Brendan Kehoe  <brendan@canuck.cygnus.com>
15581         * Makefile.in (all-target-gperf): Change dependency to
15582         all-target-libstdc++.
15584 Thu Dec 11 23:30:51 1997  Fred Fish  <fnf@ninemoons.com>
15586         * config.guess: Add BeOS support.
15588 Wed Dec 10 15:10:38 1997  Ian Lance Taylor  <ian@cygnus.com>
15590         Source directory cvs renamed to cvssrc:
15591         * configure.in (host_tools): Change cvs to cvssrc.
15592         (native_only): Likewise.
15593         (noconfigdirs) [various cases]: Likewise.
15594         * Makefile.in (ALL_MODULES): Change all-cvs to all-cvssrc.
15595         (CROSS_CHECK_MODULES): Change check-cvs to check-cvssrc.
15596         (INSTALL_MODULES): Change install-cvs to install-cvssrc.
15597         (CLEAN_MODULES): Change clean-cvs to clean-cvssrc.
15598         (all-cvssrc): Rename target from all-cvs.
15600 Wed Dec  3 07:55:59 1997  Jeffrey A Law  (law@cygnus.com)
15602         * configure (gxx_include_dir): Fix thinko.
15604 Tue Dec  2 10:55:34 1997  Jeffrey A Law  (law@cygnus.com)
15606         * Makefile.in (INSTALL_TARGET_CROSS): Define.
15607         (install-cross, install-gcc-cross): New targets.
15609 Tue Dec  2 10:08:31 1997  Nick Clifton  <nickc@cygnus.com>
15611         * configure.in (noconfigdirs): Add support for Thumb target.
15613         * config.sub (maybe_os): Add support for Thumb target.
15615 Sun Nov 30 16:12:27 1997  Bob Manson  <manson@charmed.cygnus.com>
15617         * Makefile.in: Add rules for cygmon.
15619         * configure.in: Build cygmon for sparc-elf and sparclite-aout.
15621 Thu Nov 27 01:31:30 1997  Jeffrey A Law  (law@cygnus.com)
15623         * Makefile.in (INSTALL_TARGET): Do install-gcc first.
15624         * configure (gxx_include_dir): Provide a definition for subdirs
15625         which do not use autoconf.
15627 Wed Nov 26 11:53:33 1997  Keith Seitz  <keiths@onions.cygnus.com>
15629         * Makefile.in, configure, configure.in, ChangeLog: merge with foundry's
15630         11/18/97 build
15632 Wed Nov 26 16:08:50 1997  Jeffrey A Law  (law@cygnus.com)
15634         * From Franz Sirl.
15635         * config.guess (powerpc*-*-linux): Handle glibc2 beta release
15636         found on RedHat Linux systems.
15638 Fri Nov 21 09:51:01 1997  Jeffrey A Law  (law@cygnus.com)
15640         * config.guess (alpha stuff): Merge with FSF to avoid incorrect
15641         guesses.
15643 Thu Nov 13 11:38:37 1997  Jeffrey A Law  (law@cygnus.com)
15645         * configure.in (i[3456]86-ncr-sysv4.3*): Tweak.
15647 Mon Nov 10 15:23:21 1997  H.J. Lu  <hjl@gnu.ai.mit.edu>
15649         * ltmain.sh: If mkdir fails, check whether the directory was created
15650         anyhow by some other process.
15652 Mon Nov 10 14:38:03 1997  Michael Meissner  <meissner@cygnus.com>
15654         * configure.in (d30v-*-*): Configure all directories.
15656 Sun Nov  9 17:36:20 1997  Michael Meissner  <meissner@cygnus.com>
15658         * configure.in (d30v-*-*): Configure newlib, libiberty directories
15659         for the D30V.
15661 Sat Nov  8 14:42:59 1997  Michael Meissner  <meissner@cygnus.com>
15663         * configure.in (d30v-*-*): Configure target-libgloss on the D30V.
15665 Fri Nov  7 10:34:09 1997  Rob Savoye  <rob@darkstar.cygnus.com>
15667         * include/libiberty.h: Add extern "C" { so it can be used with C++
15668         progrms.
15669         * include/remote-sim.h:  Add extern "C" { so it can be used with C++
15670         programs.
15672 Thu Oct 30 11:09:29 1997  Michael Meissner  <meissner@cygnus.com>
15674         * configure.in (d30v-*-*): Configure GCC now.
15676 Mon Oct 27 13:17:24 1997  Stan Shebs  <shebs@andros.cygnus.com>
15678         * configure.in: Remove a "second pass" of tweaking noconfigdirs,
15679         is no longer needed.
15681 Mon Oct 27 12:03:53 1997  Jason Merrill  <jason@yorick.cygnus.com>
15683         * Makefile.in: check-target-libio depends on all-target-libstdc++.
15685 Sun Oct 26 11:48:27 1997  Manfred Hollstein  (manfred@s-direktnet.de)
15687         * Makefile.in (bootstrap-lean): Combined with `normal' bootstrap
15688         targets using "$@" to provide support for similar but not identical
15689         targets without having to duplicate code.
15691 Mon Oct 20 15:28:49 1997  Klaus K"ampf  <kkaempf@progis.de>
15693         * makefile.vms: Fix to work with DEC C.
15695 Tue Oct  7 23:58:57 1997  Gavin Koch  <gavin@cygnus.com>
15697         * config.sub: Add mips-tx39-elf to marketing names.
15699 Tue Oct  7 14:24:41 1997  Ian Lance Taylor  <ian@cygnus.com>
15701         * ltmain.sh: Handle symlinks in generated script.
15703 Wed Oct  1 13:11:27 1997  Ian Lance Taylor  <ian@cygnus.com>
15705         * configure: Handle autoconf style directory options: --bindir,
15706         --datadir, --includedir, --infodir, --libdir, --libexecdir,
15707         --mandir, --oldincludedir, --sbindir, --sharedstatedir,
15708         --sysconfdir.
15709         * Makefile.in (sbindir, libexecdir, sysconfdir): New variables.
15710         (sharedstatedir, localstatedir, oldincludedir): New variables.
15711         (BASE_FLAGS_TO_PASS): Pass down bindir, datadir, includedir,
15712         infodir, libdir, libexecdir, localstatedir, mandir, oldincludedir,
15713         sbindir, sharedstatedir, and sysconfdir.
15715 Mon Sep 29 00:38:08 1997 Aaron Jackson <jackson@negril.msrce.howard.edu>
15717         * Makefile.in (bootstrap-lean): New target.
15719 Wed Sep 24 18:06:27 1997  Stu Grossman  <grossman@babylon-5.cygnus.com>
15721         * configure.in (d30v):  Remove tcl, tk, expect, gdb, itcl, tix, db,
15722         sn, and gnuserv from noconfigdirs.
15724 Wed Sep 24 15:18:32 1997  Ian Lance Taylor  <ian@cygnus.com>
15726         * ltmain.sh: Tweak shell pattern to avoid bug in NetBSD /bin/sh.
15728 Thu Sep 18 23:58:27 1997  Jeffrey A Law  (law@cygnus.com)
15730         * Makefile.in (cross): New target.
15732 Thu Sep 18 21:43:23 1997  Alexandre Oliva  <oliva@dcc.unicamp.br>
15733                           Jeff Law         <law@cygnus.com>
15735         * Makefile.in (bootstrap2, bootstrap3): New targets.
15736         (all-bootstrap): Remove outdated and confusing target.
15737         (bootstrap, bootstrap2, bootstrap3): Don't pass BOOT_CFLAGS down.
15739 Thu Sep 18 15:37:42 1997  Andrew Cagney  <cagney@b1.cygnus.com>
15741         * configure (tooldir): enable_gdbtk=YES for cygwin32, NO for
15742         windows.  Consistent with gdb/configure.
15744 1997-09-15 02:37  Ulrich Drepper  <drepper@cygnus.com>
15746         * configure.in: Name Linux target fragment.
15748         * configure: Rewrite so that project Makefile fragment is inserted
15749         first and appears last in the resulting Makefile.
15751 Tue Sep 16 09:55:07 1997  Andrew Cagney  <cagney@b1.cygnus.com>
15753         * Makefile.in (install-itcl): Install tcl first.
15755 Fri Sep 12 16:19:20 1997  Geoffrey Noer  <noer@cygnus.com>
15757         * configure.in: remove bison from noconfigdirs for Cygwin32 host
15759 Thu Sep 11 16:40:46 1997  H.J. Lu  (hjl@gnu.ai.mit.edu)
15761         * Makefile.in (local-distclean): Also remove mh-frag mt-frag.
15763         * configure.in (skipdirs): Add target-librx for Linux.
15764         (alpha-*-linux*): Use config/mh-elfalphapic and config/mt-elfalphapic.
15766 Wed Sep 10 21:29:54 1997  Jeffrey A Law  (law@cygnus.com)
15768         * Makefile.in (bootstrap): New target.
15770 Wed Sep 10 15:19:22 1997  Jeffrey A Law  (law@cygnus.com)
15772         * config.sub: Accept 'amigados' for backward compatibility.
15774 Mon Sep  8 20:46:20 1997  Ian Lance Taylor  <ian@cygnus.com>
15776         * config.guess: Merge with FSF.
15778 Sun Sep  7 23:18:32 1997  Fred Fish  <fnf@ninemoons.com>
15780         * config.sub: Change 'amigados' to 'amigaos' to match current usage.
15782 Sun Sep  7 15:55:28 1997  Gavin Koch  <gavin@cygnus.com>
15784         * config.sub: Add "marketing-names" patch.
15786 Fri Sep  5 16:11:28 1997  Joel Sherrill  (joel@OARcorp.com)
15788         * configure.in (*-*-rtems*): Do not build libgloss for rtems.
15790 Fri Sep  5 12:27:17 1997  Jeffrey A Law  (law@cygnus.com)
15792         * config.sub: Handle v850-elf.
15794 Wed Sep  3 22:01:58 1997  Fred Fish  <fnf@ninemoons.com>
15796         * .cvsignore (*-install): Remove.
15798 Wed Sep  3 12:15:24 1997  Chris Provenzano  <proven@cygnus.com>
15800         * ltconfig: Set CONFIG_SHELL in libtool.
15801         * ltmain.sh: Use CONFIG_SHELL instead of /bin/sh
15803 Mon Sep  1 16:45:44 1997  Jim Wilson  <wilson@cygnus.com>
15805         * configure.in (target_subdir): Set to libraries if enable_multilib.
15807 Wed Aug 27 16:15:11 1997  Jim Wilson  <wilson@cygnus.com>
15809         * config.guess: Update from gcc directory.
15811 Tue Aug 26 16:46:46 1997  Andrew Cagney  <cagney@b1.cygnus.com>
15813         * Makefile.in (all-sim): Depends on all-readline.
15815 Wed Aug 20 19:57:37 1997  Jason Merrill  <jason@yorick.cygnus.com>
15817         * Makefile.in (BISON, YACC): Use $$s.
15818         (all-bison): Depend on all-texinfo.
15820 Tue Aug 19 01:41:32 1997  Jason Merrill  <jason@yorick.cygnus.com>
15822         * Makefile.in (BISON): Add -L flag.
15823         (YACC): Likewise.
15825 Mon Aug 18 11:30:50 1997  Nick Clifton  <nickc@cygnus.com>
15827         * configure.in (noconfigdirs): Add support for v850e target.
15829         * config.sub (maybe_os): Add support for v850e target.
15831 Mon Aug 18 11:30:50 1997  Nick Clifton  <nickc@cygnus.com>
15833         * configure.in (noconfigdirs): Add support for v850ea target.
15835         * config.sub (maybe_os): Add support for v850ea target.
15837 Mon Aug 18 09:24:06 1997  Gavin Koch  <gavin@cygnus.com>
15839         * config.sub: Add mipstx39.  Delete r3900.
15841 Mon Aug 18 17:20:10 1997  Jason Molenda  (crash@godzilla.cygnus.co.jp)
15843         * Makefile.in (all-autoconf): Depends on all-texinfo.
15845 Fri Aug 15 23:09:26 1997  Michael Meissner  <meissner@cygnus.com>
15847         * config-ml.in ({powerpc,rs6000}*-*-*): Update to current AIX and
15848         eabi targets.
15850 Thu Aug 14 14:42:17 1997  Ian Lance Taylor  <ian@cygnus.com>
15852         * configure: Get CFLAGS and CXXFLAGS from Makefile, if possible.
15854         * configure: When handling a Canadian Cross, handle YACC as well as
15855         BISON.  Just set BISON to bison.  When setting YACC, prefer bison.
15856         * Makefile.in (all-bison): Depend upon all-texinfo.
15858 Tue Aug 12 20:09:48 1997  Jason Merrill  <jason@yorick.cygnus.com>
15860         * Makefile.in (BISON): bison, not byacc or bison -y.
15861         (YACC): bison -y or byacc or yacc.
15862         (various): Add *-bison as appropriate.
15863         (taz): No need to mess with BISON anymore.
15865 Tue Aug 12 22:33:08 1997  Ian Lance Taylor  <ian@cygnus.com>
15867         * configure: If OSTYPE matches *win32*, try to find a good value for
15868         CONFIG_SHELL.
15870 Sun Aug 10 14:41:11 1997  Ian Lance Taylor  <ian@cygnus.com>
15872         * Makefile.in (taz): Get the version number from AM_INIT_AUTOMAKE in
15873         configure.in if it is present.
15875 Sat Aug  9 00:58:01 1997  Ian Lance Taylor  <ian@cygnus.com>
15877         * Makefile.in (LD_FOR_TARGET): Change ld.new to ld-new.
15879 Fri Aug  8 16:30:13 1997  Doug Evans  <dje@canuck.cygnus.com>
15881         * config.sub: Recognize `arc' cpu.
15882         * configure.in: Likewise.
15883         * config-ml.in: Likewise.
15885 Thu Aug  7 11:02:34 1997  Ian Lance Taylor  <ian@cygnus.com>
15887         * Makefile.in ($(INSTALL_X11_MODULES)): Depend upon installdirs.
15889 Wed Aug  6 16:27:29 1997  Chris Provenzano  <proven@cygnus.com>
15891         * configure: Changed sed delimiter from ':' to '|' when
15892         attempting to substitute ${config_shell} for SHELL. On
15893         NT ${config_shell} may contain a ':' in it.
15895 Wed Aug  6 12:29:05 1997  Jason Merrill  <jason@yorick.cygnus.com>
15897         * Makefile.in (EXTRA_GCC_FLAGS): Fix for non-bash shells.
15899 Wed Aug  6 00:42:35 1997  Ian Lance Taylor  <ian@cygnus.com>
15901         * Makefile.in (AS_FOR_TARGET): Change as.new to as-new.
15903 Tue Aug  5 14:08:51 1997  Ian Lance Taylor  <ian@cygnus.com>
15905         * Makefile.in (NM_FOR_TARGET): Change nm.new to nm-new.
15907         * ylwrap: If the program is a relative path, force it to be
15908         absolute.
15910 Tue Aug  5 12:12:44 1997  Andrew Cagney  <cagney@b1.cygnus.com>
15912         * configure (tooldir): Set BISON to `bison -y' and not just bison.
15914 Mon Aug  4 22:59:02 1997  Andrew Cagney  <cagney@b1.cygnus.com>
15916         * Makefile.in (CC_FOR_TARGET): When winsup/Makefile present,
15917         correctly specify the target build directory $(TARGET_SUBDIR)/winsup
15918         for libraries.
15920 Mon Aug  4 12:40:24 1997  Jason Merrill  <jason@yorick.cygnus.com>
15922         * Makefile.in (EXTRA_GCC_FLAGS): Fix handling of macros with values
15923         separated by spaces.
15925 Thu Jul 31 19:49:49 1997  Ian Lance Taylor  <ian@cygnus.com>
15927         * ylwrap: New file.
15928         * Makefile.in (DEVO_SUPPORT): Add ylwrap.
15930         * ltmain.sh: Handle /bin/sh at start of install program.
15932         * Makefile.in (DEVO_SUPPORT): Add ltconfig, ltmain.sh, and missing.
15934         * ltconfig, ltmain.sh: New files, from libtool 1.0.
15935         * missing: New file, from automake 1.2.
15937 Thu Jul 24 12:57:56 1997  Ian Lance Taylor  <ian@cygnus.com>
15939         * Makefile.in: Treat tix like tk, putting it in X11_MODULES.  Add
15940         check-tk to CHECK_X11_MODULES.
15942 Wed Jul 23 17:03:29 1997  Ian Lance Taylor  <ian@cygnus.com>
15944         * config.sub: Merge with FSF.
15946 Tue Jul 22 19:08:29 1997  Ian Lance Taylor  <ian@cygnus.com>
15948         * config.guess: Merge with FSF.
15950 Tue Jul 22 14:50:42 1997  Robert Hoehne <robert.hoehne@Mathematik.TU-Chemnitz.DE>
15952         * configure: Treat msdosdjgpp like go32.
15953         * configure.in: Likewise.  Don't remove gprof for go32.
15955         * configure: Change Makefile.tem2 to Makefile.tm2.
15957 Mon Jul 21 10:31:26 1997  Stephen Peters  <speters@cygnus.com>
15959         * configure.in (noconfigdirs): For alpha-dec-osf*, don't ignore grep.
15961 Tue Jul 15 14:33:03 1997  Brendan Kehoe  <brendan@lisa.cygnus.com>
15963         * install-sh (chmodcmd): Set to null if the DST directory already
15964         exists.  Same as Nov 11th change.
15966 Mon Jul 14 11:01:15 1997  Martin M. Hunt  <hunt@cygnus.com>
15968         * configure (GDB_TK): Needs itcl and tix.
15970 Mon Jul 14 00:32:10 1997  Jason Merrill  <jason@yorick.cygnus.com>
15972         * config.guess: Update from FSF.
15974 Fri Jul 11 11:57:11 1997  Martin M. Hunt  <hunt@cygnus.com>
15976         * Makefile.in (GDB_TK): Depend on itcl and tix.
15978 Fri Jul  4 13:25:31 1997  Ian Lance Taylor  <ian@cygnus.com>
15980         * Makefile.in (INSTALL_PROGRAM_ARGS): New variable.
15981         (INSTALL_PROGRAM): Use $(INSTALL_PROGRAM_ARGS).
15982         (INSTALL_SCRIPT): New variable.
15983         (BASE_FLAGS_TO_PASS): Pass down INSTALL_SCRIPT.
15984         * configure.in: If host is *-*-cygwin32*, set INSTALL_PROGRAM_ARGS
15985         to -x.
15986         * install-sh: Add support for -x option.
15988 Mon Jun 30 15:51:30 1997  Ian Lance Taylor  <ian@cygnus.com>
15990         * configure.in, Makefile.in: Treat tix like itcl.
15992 Thu Jun 26 13:59:19 1997  Ian Lance Taylor  <ian@cygnus.com>
15994         * Makefile.in (WINDRES): New variable.
15995         (WINDRES_FOR_TARGET): New variable.
15996         (BASE_FLAGS_TO_PASS): Add WINDRES_FOR_TARGET.
15997         (EXTRA_HOST_FLAGS): Add WINDRES.
15998         (EXTRA_TARGET_FLAGS): Add WINDRES.
15999         (EXTRA_GCC_FLAGS): Add WINDRES.
16000         ($(DO_X)): Pass down WINDRES.
16001         ($(CONFIGURE_TARGET_MODULES)): Set WINDRES when configuring.
16002         * configure: Treat WINDRES like DLLTOOL, and WINDRES_FOR_TARGET like
16003         DLLTOOL_FOR_TARGET.
16005 Wed Jun 25 15:01:26 1997  Felix Lee  <flee@cygnus.com>
16007         * configure.in: configure sim before gdb for win32-x-ppc
16009 Wed Jun 25 12:18:54 1997  Brendan Kehoe  <brendan@lisa.cygnus.com>
16011         Move gperf into the toplevel, from libg++.
16012         * configure.in (target_tools): Add target-gperf.
16013         (native_only): Add target-gperf.
16014         * Makefile.in (all-target-gperf): New target, depend on
16015         all-target-libg++.
16016         (configure-target-gperf): Empty rule.
16017         (ALL_TARGET_MODULES): Add all-target-gperf.
16018         (CONFIGURE_TARGET_MODULES): Add configure-target-gperf.
16019         (CHECK_TARGET_MODULES): Add check-target-gperf.
16020         (INSTALL_TARGET_MODULES): Add install-target-gperf.
16021         (CLEAN_TARGET_MODULES): Add clean-target-gperf.
16023 Mon Jun 23 10:51:53 1997  Jeffrey A Law  (law@cygnus.com)
16025         * config.sub (mn10200): Recognize new basic machine.
16027 Thu Jun 19 14:16:42 1997  Brendan Kehoe  <brendan@lisa.cygnus.com>
16029         * configure.in: Don't set ENABLE_MULTILIB, so we'll be passing
16030         --enable-multilib down to subdirs; setting TARGET_SUBDIR was enough.
16032 Tue Jun 17 15:31:20 1997  Brendan Kehoe  <brendan@lisa.cygnus.com>
16034         * configure.in: If we're building mips-sgi-irix6* native, turn on
16035         ENABLE_MULTILIB and set TARGET_SUBDIR.
16037 Tue Jun 17 12:20:59 1997  Tom Tromey  <tromey@cygnus.com>
16039         * Makefile.in (all-sn): Depend on all-grep.
16041 Mon Jun 16 11:11:10 1997  Ian Lance Taylor  <ian@cygnus.com>
16043         * configure.in: Use mh-ppcpic and mt-ppcpic for powerpc*-* targets.
16045         * configure: Set CFLAGS and CXXFLAGS, and substitute them into
16046         Makefile.  From Jeff Makey <jeff@cts.com>.
16047         * Makefile.in: Add comment for CFLAGS and CXXFLAGS.
16049         * Makefile.in (DISTBISONFILES): Remove.
16050         (taz): Don't futz with DISTBISONFILES.  Change BISON to use
16051         $(DEFAULT_YACC).
16053         * configure.in: Build itl, db, sn, etc., when building for native
16054         cygwin32.
16056         * Makefile.in (LD): New variable.
16057         (EXTRA_HOST_FLAGS): Pass down LD.
16058         ($(DO_X)): Likewise.
16060 Mon Jun 16 11:10:35 1997  Philip Blundell  <Philip.Blundell@pobox.com>
16062         * Makefile.in (INSTALL): Use $(SHELL) when executing install-sh.
16064 Fri Jun 13 10:22:56 1997  Bob Manson  <manson@charmed.cygnus.com>
16066         * configure.in (targargs): Strip out any supplied --build argument
16067         before adding our own. Always add --build.
16069 Thu Jun 12 21:12:28 1997  Bob Manson  <manson@charmed.cygnus.com>
16071         * configure.in (targargs): Pass --build if we're doing
16072         a cross-compile.
16074 Fri Jun  6 21:38:40 1997  Rob Savoye  <rob@chinadoll.cygnus.com>
16076         * configure: Use '|' instead of ":" as the separator in
16077         sed. Otherwise sed chokes on NT path names with drive
16078         designators. Also look for "?:*" as the leading characters in an
16079         absolute pathname.
16081 Mon Jun  2 13:05:20 1997  Gavin Koch  <gavin@cygnus.com>
16083         * config.sub: Support for r3900.
16085 Wed May 21 17:33:31 1997  Ian Lance Taylor  <ian@cygnus.com>
16087         * configure.in: Use install-sh, not install.sh.
16089 Wed May 14 16:06:51 1997  Ian Lance Taylor  <ian@cygnus.com>
16091         * Makefile.in (taz): Improve check for BISON so it doesn't try to
16092         apply it twice.
16094 Fri May  9 17:22:05 1997  Ian Lance Taylor  <ian@cygnus.com>
16096         * Makefile.in (INSTALL_MODULES): Put install-opcodes before
16097         install-binutils.
16099 Thu May  8 17:29:50 1997  Ian Lance Taylor  <ian@cygnus.com>
16101         * Makefile.in: Add automake targets.
16102         * configure.in (host_tools): Add automake.
16104 Tue May  6 15:49:52 1997  Ian Lance Taylor  <ian@cygnus.com>
16106         * configure: Default CXX to c++, not gcc.
16107         * Makefile.in (CXX): Set to c++, not gcc.
16108         (CXX_FOR_TARGET): When cross, transform c++, not gcc.
16110 Thu May  1 10:11:43 1997  Geoffrey Noer  <noer@cygnus.com>
16112         * install-sh: try appending a .exe if source file doesn't
16113         exist
16115 Wed Apr 30 12:05:36 1997  Jason Merrill  <jason@yorick.cygnus.com>
16117         * configure.in: Turn on multilib by default.
16118         (cross_only): Remove target-libiberty.
16120         * Makefile.in (all-gcc): Don't depend on libiberty.
16122 Mon Apr 28 18:39:45 1997  Michael Snyder  <msnyder@cleaver.cygnus.com>
16124         * config.guess: improve algorithm for recognizing Gnu Hurd x86.
16126 Thu Apr 24 19:30:07 1997  Ian Lance Taylor  <ian@cygnus.com>
16128         * Makefile.in (DEVO_SUPPORT): Add mpw-install.
16129         (DISTBISONFILES): Add ld/Makefile.in
16131 Tue Apr 22 17:17:28 1997  Geoffrey Noer  <noer@pizza.cygnus.com>
16133         * configure.in: if target is cygwin32 but host isn't cygwin32,
16134         don't configure gdb tcl tk expect, not just gdb.
16136 Mon Apr 21 13:33:39 1997  Tom Tromey  <tromey@cygnus.com>
16138         * configure.in: Added gnuserv everywhere sn appears.
16140         * Makefile.in (ALL_MODULES): Added all-gnuserv.
16141         (CROSS_CHECK_MODULES): Added check-gnuserv.
16142         (INSTALL_MODULES): Added install-gnuserv.
16143         (CLEAN_MODULES): Added clean-gnuserv.
16144         (all-gnuserv): New target.
16146 Thu Apr 17 13:57:06 1997  Per Fogelstrom  <pefo@openbsd.org>
16148         * config.guess: Fixes for MIPS OpenBSD systems.
16150 Tue Apr 15 12:21:07 1997  Ian Lance Taylor  <ian@cygnus.com>
16152         * Makefile.in (INSTALL_XFORM): Remove.
16153         (BASE_FLAGS_TO_PASS): Remove INSTALL_XFORM.
16155         * mkinstalldirs: New file, copied from automake.
16156         * Makefile.in (installdirs): Rename from install-dirs.  Use
16157         mkinstalldirs.  Change all users.
16158         (DEVO_SUPPORT): Add mkinstalldirs.
16160 Mon Apr 14 11:21:38 1997  Ian Lance Taylor  <ian@cygnus.com>
16162         * install-sh: Rename from install.sh.
16163         * Makefile.in (INSTALL): Change install.sh to install-sh.
16164         (DEVO_SUPPORT): Likewise.
16166         * configure: Use ${config_shell} with ${moveifchange}.  From Thomas
16167         Graichen <graichen@rzpd.de>.
16169 Fri Apr 11 16:37:10 1997  Niklas Hallqvist  <niklas@appli.se>
16171         * config.guess: Recognize OpenBSD systems correctly.
16173 Fri Apr 11 17:07:04 1997  Jason Molenda  (crash@godzilla.cygnus.co.jp)
16175         * README, Makefile.in (ETC_SUPPORT): Remove references to
16176         cfg-paper*, configure.{texi,man,info*}._
16178 Sun Apr  6 18:47:57 1997  Andrew Cagney  <cagney@kremvax.cygnus.com>
16180         * Makefile.in (all.normal): Ensure that gcc is built after all
16181         the x11 - ie gdb - targets.
16183 Tue Apr  1 16:28:50 1997  Klaus Kaempf  <kkaempf@progis.de>
16185         * makefile.vms: Don't run conf-a-gas.
16187 Mon Mar 31 16:26:55 1997  Joel Sherrill  <joel@oarcorp.com>
16189         * configure.in (hppa1.1-*-rtems*): New target, like hppa-*-*elf*.
16191 Sun Mar 30 12:38:27 1997  Fred Fish  <fnf@cygnus.com>
16193         * configure.in: Remove noconfigdirs case since gdb also
16194         configures and builds for tic80-coff.
16196 Fri Mar 28 18:28:52 1997  Ian Lance Taylor  <ian@cygnus.com>
16198         * configure: Set cache_file to config.cache.
16199         * Makefile.in (local-distclean): Remove config.cache.
16201 Wed Mar 26 18:49:39 1997  Ian Lance Taylor  <ian@cygnus.com>
16203         * COPYING: Update FSF address.
16205 Wed Mar 26 10:38:25 1997  Michael Meissner  <meissner@cygnus.com>
16207         * configure.in (tic80-*-*): Remove G++ libraries and libgloss from
16208         noconfigdirs.
16210 Mon Mar 24 15:02:39 1997  Ian Lance Taylor  <ian@cygnus.com>
16212         * Makefile.in (install-dirs): Don't crash if prefix, and hence
16213         MAKEDIRS, is empty.
16215 Mon Mar 24 12:40:55 1997  Doug Evans  <dje@canuck.cygnus.com>
16217         * config.sub: Tweak mn10300 entry.
16219 Fri Mar 21 15:35:27 1997  Michael Meissner  <meissner@cygnus.com>
16221         * configure.in (host_tools): Put sim before gdb, so gdb's
16222         configure.tgt can determine if the simulator was configured.
16224 Sun Mar 16 16:07:08 1997  Fred Fish  <fnf@cygnus.com>
16226         * config.sub: Move BeOS $os case to be with other Cygnus
16227         local cases.
16229 Sun Mar 16 01:34:55 1997  Martin Hunt <hunt@cygnus.com>
16231         * config.sub: Remove misplaced comment that broke Linux.
16233 Sat Mar 15 22:50:15 1997  Fred Fish  <fnf@cygnus.com>
16235         * config.sub: Add BeOS support.
16237 Mon Mar 10 13:30:11 1997  Tom Tromey  <tromey@cygnus.com>
16239         * Makefile.in (CHECK_X11_MODULES): Don't run check-tk.
16241 Wed Mar  5 12:09:29 1997  Martin  <hunt@cygnus.com>
16243         * configure.in (noconfigdirs): Remove tcl and tk from
16244         noconfigdirs for cygwin32 builds.
16246 Fri Feb 28 18:20:15 1997  Fred Fish  <fnf@cygnus.com>
16248         * configure.in (tic80-*-*): Remove ld from noconfigdirs.
16250 Thu Feb 27 14:57:26 1997  Ken Raeburn  <raeburn@cygnus.com>
16252         * Makefile.in (GAS_SUPPORT_DIRS, BINUTILS_SUPPORT_DIRS): Remove
16253         make-all.com, use makefile.vms instead.
16255 Tue Feb 25 18:46:14 1997  Stan Shebs  <shebs@andros.cygnus.com>
16257         * config.sub: Accept -lnews*.
16259 Tue Feb 25 13:19:14 1997  Andrew Cagney  <cagney@kremvax.tpgi.com.au>
16261         * configure.in (noconfigdirs): Disable target-newlib,
16262         target-examples and target-libiberty for d30v.
16264 Fri Feb 21 17:56:25 1997  Martin M. Hunt  <hunt@pizza.cygnus.com>
16266         * configure.in (noconfigdirs): Enable ld for d30v.
16268 Fri Feb 21 20:58:51 1997  Michael Meissner  <meissner@cygnus.com>
16270         * configure.in (tic80-*-*): Build compiler.
16272 Sun Feb 16 15:41:09 1997  Andrew Cagney  <cagney@critters.cygnus.com>
16274         * configure.in (d30v-*): Remove sim directory from list of
16275         unsupported d30v directories
16277 Tue Feb 18 17:32:42 1997  Martin M. Hunt  <hunt@pizza.cygnus.com>
16279         * config.sub, configure.in: Add d30v target cpu.
16281 Thu Feb 13 22:04:44 1997  Klaus Kaempf  <kkaempf@progis.de>
16283         * makefile.vms: New file.
16284         * make-all.com: Remove.
16286 Wed Feb 12 12:54:18 1997  Jim Wilson  <wilson@cygnus.com>
16288         * Makefile.in (EXTRA_GCC_FLAGS): Add LIBGCC2_DEBUG_CFLAGS.
16290 Sat Feb  8 20:36:49 1997  Michael Meissner  <meissner@cygnus.com>
16292         * Makefile.in (all-itcl): The rule is all-itcl, not all-tcl.
16294 Tue Feb  4 11:39:29 1997  Tom Tromey  <tromey@cygnus.com>
16296         * Makefile.in (ALL_MODULES): Added all-db.
16297         (CROSS_CHECK_MODULES): Addec check-db.
16298         (INSTALL_MODULES): Added install-db.
16299         (CLEAN_MODULES): Added clean-db.
16301 Mon Feb  3 13:29:36 1997  Ian Lance Taylor  <ian@cygnus.com>
16303         * config.guess: Merge with latest FSF sources.
16305 Tue Jan 28 09:20:37 1997  Tom Tromey  <tromey@cygnus.com>
16307         * Makefile.in (ALL_MODULES): Added all-itcl.
16308         (CROSS_CHECK_MODULES): Added check-itcl.
16309         (INSTALL_MODULES): Added install-itcl.
16310         (CLEAN_MODULES): Added clean-itcl.
16312 Thu Jan 23 01:44:27 1997  Geoffrey Noer  <noer@cygnus.com>
16314         * configure.in: build gdb for mn10200
16316 Fri Jan 17 15:32:15 1997  Doug Evans  <dje@canuck.cygnus.com>
16318         * Makefile.in (all-target-winsup): Depend on all-target-libio.
16320 Mon Jan 13 22:46:54 1997  Michael Meissner  <meissner@tiktok.cygnus.com>
16322         * configure.in (tic80-*-*): Turn off most targets right now.
16324 Fri Jan  3 16:04:03 1997  Ian Lance Taylor  <ian@cygnus.com>
16326         * Makefile.in (MAKEINFO): Check for the existence of the Makefile,
16327         rather than the makeinfo program.
16328         (do-info): Depend upon all-texinfo.
16330 Tue Dec 31 16:00:31 1996  Ian Lance Taylor  <ian@cygnus.com>
16332         * configure.in: Remove uses of config/mh-linux.
16334         * config.sub, config.guess: Merge with latest FSF sources.
16336 Fri Dec 27 23:04:33 1996  Fred Fish  <fnf@cygnus.com>
16338         * config.sub (case $basic_machine): Add tic80 entries.
16340 Fri Dec 27 12:07:59 1996  Ian Lance Taylor  <ian@cygnus.com>
16342         * config.sub, config.guess: Merge with latest FSF sources.
16344 Wed Dec 18 22:46:39 1996  Stan Shebs  <shebs@andros.cygnus.com>
16346         * mpw-build.in: Build ld before gcc, use NewFolderRecursive.
16347         * mpw-config.in: Test for NewFolderRecursive.
16348         * mpw-install: Use symbolic name for startup filename.
16349         * mpw-README: Add various additional details.
16351 Wed Dec 18 13:11:46 1996  Jim Wilson  <wilson@cygnus.com>
16353         * configure.in (mips*-sgi-irix6*): Remove binutils from noconfigdirs.
16355 Wed Dec 18 10:29:31 1996  Jeffrey A Law  (law@cygnus.com)
16357         * configure.in: Do build gcc and the target libraries for
16358         the mn10200.
16360 Wed Dec  4 16:53:05 1996  Geoffrey Noer  <noer@cygnus.com>
16362         * configure.in: don't avoid building gdb for mn10300 any more
16363         * Makefile.in: double-quote GCC_FOR_TARGET line in EXTRA_GCC_FLAGS
16364         instead of single-quoting it.
16366 Tue Dec  3 23:26:50 1996  Jason Merrill  <jason@yorick.cygnus.com>
16368         * configure.in: Don't use --with-stabs on IRIX 6.
16370 Tue Dec  3 09:05:25 1996  Doug Evans  <dje@canuck.cygnus.com>
16372         * configure.in (m32r): Build gdb, libg++ now.
16374 Sun Dec  1 00:18:59 1996  Peter Schauer  (pes@regent.e-technik.tu-muenchen.de)
16376         * configure.in (mips*-sgi-irix6*):  Remove gdb and related
16377         directories from noconfigdirs.
16379 Tue Nov 26 11:45:33 1996  Kim Knuttila  <krk@cygnus.com>
16381         * config.sub (basic_machine): added mips16 configuration
16383 Sat Nov 23 19:26:22 1996  Michael Meissner  <meissner@tiktok.cygnus.com>
16385         * config.sub: Handle d10v-unknown.
16387 Sat Nov 23 10:23:01 1996  Gavin Koch  <gavin@cygnus.com>
16389         * config.sub: Handle v850-unknown.
16391 Thu Nov 21 16:19:44 1996  Geoffrey Noer  <noer@cygnus.com>
16393         * Makefile.in: add findutils
16394         * configure.in: add findutils to list of host_tools
16396 Wed Nov 20 10:09:01 1996  Jeffrey A Law  (law@cygnus.com)
16398         * config.sub: Handle mn10200 and mn10300.
16400 Tue Nov 19 16:35:14 1996  Michael Meissner  <meissner@tiktok.cygnus.com>
16402         * configure.in (d10v-*): Do not build librx.
16404 Mon Nov 18 13:28:41 1996  Jeffrey A Law  (law@cygnus.com)
16406         * configure.in (mn10300): Build everything except gdb & libgloss.
16408 Wed Nov 13 14:59:46 1996  Per Bothner  <bothner@deneb.cygnus.com>
16410         * config.guess:  Patch for Dansk Data Elektronik servers,
16411         from Niels Skou Olsen <nso@dde.dk>.
16413         For ncr, use /bin/uname rather than uname, since GNU uname does not
16414         support -p.  Suggested by Mark Mitchell <mmitchell@usa.net>.
16416         Patch for MIPS R4000 running System V,
16417         from Eric S. Raymond <esr@snark.thyrsus.com>.
16419         Fix thinko for nextstep.
16421         Patch for OSF1 in i?86, from Dan Murphy <dlm@osf.org> via Harlan Stenn.
16423         Sat Jun 24 18:58:17 1995  Morten Welinder  <terra+@cs.cmu.edu>
16424         * config.guess: Guess mips-dec-mach_bsd4.3.
16426         Thu Oct 10 04:07:04 1996  Harlan Stenn <harlan@pfcs.com>
16427         * config.guess (i?86-ncr-sysv*):  Emit just enough of the minor
16428         release numbers.
16429         * config.guess (mips-mips-riscos*):  Emit just enough of the
16430         release number.
16432         Tue Oct  8 10:37:22 1996  Frank Vance <fvance@waii.com>
16433         * config.guess (sparc-auspex-sunos*):  Added.
16434         (f300-fujitsu-*): Added.
16436         Wed Sep 25 22:00:35 1996  Jeff Woolsey <woolsey@jlw.com>
16437         * config.guess:  Recognize a Tadpole as a sparc.
16439 Wed Nov 13 00:53:09 1996  David J. MacKenzie  <djm@churchy.gnu.ai.mit.edu>
16441         * config.guess: Don't assume that NextStep version is either 2 or
16442         3.  NextStep 4 (aka OpenStep 4) has come out now.
16444 Mon Nov 11 23:52:03 1996  David J. MacKenzie  <djm@churchy.gnu.ai.mit.edu>
16446         * config.guess: Support Cray T90 that reports itself as "CRAY TS".
16447         From Rik Faith <faith@cs.unc.edu>.
16449 Fri Nov  8 11:34:58 1996  David J. MacKenzie  <djm@geech.gnu.ai.mit.edu>
16451         * config.sub: Contributions from bug-gnu-utils to:
16452         Support plain "hppa" (no version given) architecture, reported by
16453         OpenStep.
16454         OpenBSD like NetBSD.
16455         LynxOs is not a hardware supplier.
16457         * config.guess: Contributions from bug-gnu-utils to add support for:
16458         OpenBSD like NetBSD.
16459         Stratus systems.
16460         More Pyramid systems.
16461         i[n>4]86 Intel chips.
16462         M680[n>4]0 Motorola chips.
16463         Use unknown instead of lynx for hardware manufacturer.
16465 Mon Nov 11 10:09:08 1996  Brendan Kehoe  <brendan@lisa.cygnus.com>
16467         * install.sh (chmodcmd): Set to null if the DST directory already
16468         exists.
16470 Mon Nov 11 10:43:41 1996  Michael Meissner  <meissner@tiktok.cygnus.com>
16472         * configure.in (powerpc*-{eabi,elf,linux,rtem,sysv,solaris}*): Do
16473         not use mt-ppc target Makefile fragment any more.
16475 Sun Nov  3 19:17:07 1996  Stu Grossman  (grossman@critters.cygnus.com)
16477         * configure.in (*-*-windows):  Exclude everything but those dirs
16478         needed to build windows.
16480 Tue Oct 29 16:41:31 1996  Doug Evans  <dje@canuck.cygnus.com>
16482         * Makefile.in (all-target-winsup): Depend on all-target-librx.
16484 Mon Oct 28 17:32:46 1996  Stu Grossman  (grossman@critters.cygnus.com)
16486         * configure.in:  Exclude mmalloc from i386-windows.
16488 Thu Oct 24 09:22:46 1996  Stu Grossman  (grossman@critters.cygnus.com)
16490         * Undo my previous change.
16492 Thu Oct 24 12:12:04 1996  Ian Lance Taylor  <ian@cygnus.com>
16494         * Makefile.in (EXTRA_GCC_FLAGS): Pass down GCC_FOR_TARGET
16495         unconditionally.
16496         (MAKEOVERRIDES): Define (revert this part of October 18 change).
16498 Thu Oct 24 09:02:07 1996  Stu Grossman  (grossman@critters.cygnus.com)
16500         * Makefile.in (FLAGS_TO_PASS):  Add $(HOST_FLAGS) to allow the
16501         host to add it's own flags.
16503 Tue Oct 22 15:20:26 1996  Ian Lance Taylor  <ian@cygnus.com>
16505         * configure: Handle GCC_FOR_TARGET like CC_FOR_TARGET.
16507 Fri Oct 18 13:37:13 1996  Ian Lance Taylor  <ian@cygnus.com>
16509         * Makefile.in (CC_FOR_TARGET): Check for xgcc, not Makefile.
16510         (CXX_FOR_TARGET): Likewise.
16511         (GCC_FOR_TARGET): Define.
16512         (BASE_FLAGS_TO_PASS): Remove GCC_FOR_TARGET.
16513         (EXTRA_GCC_FLAGS): Define GCC_FOR_TARGET based on whether
16514         CC_FOR_TARGET was specified on the command line.
16515         (MAKEOVERRIDES): Don't define.
16517 Thu Oct 17 10:27:56 1996  Doug Evans  <dje@canuck.cygnus.com>
16519         * configure.in (m32r): Fix spelling of libg++ libs.
16521 Thu Oct 10 10:37:17 1996  Stan Shebs  <shebs@andros.cygnus.com>
16523         * config.sub (-apple*): Remove, now redundant.
16525 Thu Oct 10 12:30:54 1996  Ian Lance Taylor  <ian@cygnus.com>
16527         * configure: Don't get confused by CPU-VENDOR-linux-gnu.
16529         * configure: Rework yesterday's sed script patch.
16531         * config.sub: Merge with FSF.
16533 Wed Oct  9 17:24:59 1996  Per Bothner  <bothner@deneb.cygnus.com>
16535         * config.guess:  Merge from FSF.
16537         1996-09-12  Richard Stallman  <rms@ethanol.gnu.ai.mit.edu>
16538         * config.guess: Use pc instead of unknown, for pc clone systems.
16539         Change linux to linux-gnu.
16541         Mon Jul 15 23:51:11 1996  Karl Heuer  <kwzh@gnu.ai.mit.edu>
16542         * config.guess: Avoid non-portable tr syntax.
16544 Wed Oct  9 06:06:46 1996  Jeffrey A Law  (law@cygnus.com)
16546         * test-build.mk (HOLES): Add "xargs" for gdb.
16548         * configure: Avoid hpux10.20 sed bug.
16550 Tue Oct  8 08:32:48 1996  Stu Grossman  (grossman@critters.cygnus.com)
16552         * configure.in:  Add support for windows host
16553         (that is a build done under the Microsoft build environment).
16555 Tue Oct  8 10:39:08 1996  Ian Lance Taylor  <ian@cygnus.com>
16557         * Makefile.in: Replace all uses of srcroot with s, to shrink
16558         command line lengths.
16560         Patches from Geoffrey Noer <noer@cygnus.com>:
16561         * configure.in: If configuring for newlib, pass --with-newlib to
16562         subdirectories.
16563         * Makefile.in (CC_FOR_TARGET): If winsup/Makefile exists, pass a
16564         -Bnewlib/ and -Lwinsup to gcc.
16565         (CXX_FOR_TARGET): Likewise.
16567 Mon Oct  7 10:59:35 1996  Ian Lance Taylor  <ian@cygnus.com>
16569         * Makefile.in (ETC_SUPPORT): Add configure.
16571 Fri Oct  4 12:22:58 1996  Angela Marie Thomas (angela@cygnus.com)
16573         * configure.in: Use config/mh-dgux386 for i[345]86-dg-dgux
16574         host configuration file.
16576 Thu Oct  3 09:28:25 1996  Jeffrey A Law  (law@cygnus.com)
16578         * configure.in: Break mn10x00 support into separate
16579         mn10200 and mn10300 configurations.
16580         * config.sub: Likewise.
16582 Wed Oct  2 22:27:52 1996  Jeffrey A Law  (law@cygnus.com)
16584         * configure.in: Add lots of stuff to noconfigdirs for
16585         the mn10x00 targets.
16587         * config.sub, configure.in: Add mn10x00 support.
16589 Wed Oct  2 15:52:36 1996  Klaus Kaempf  <kkaempf@progis.de>
16591         * make-all.com: Call conf-a-gas, not config-a-gas.
16593 Tue Oct  1 01:28:41 1996  James G. Smith  <jsmith@cygnus.co.uk>
16595         * configure.in (noconfigdirs): Don't build libgloss for arm-coff
16596         targets.
16598 Mon Sep 30 14:24:01 1996  Stan Shebs  <shebs@andros.cygnus.com>
16600         * mpw-README: Add much more detail for native PowerMac.
16601         * mpw-install: New file.
16602         * mpw-configure: Add --norecursion and --help options.
16603         * mpw-config.in: Translate readme and install files when
16604         copying to objdir.
16605         * mpw-build.in: Don't always depend on byacc and flex.
16606         (install-only-top): New action.
16608 Fri Sep 27 17:39:44 1996  Stu Grossman  (grossman@critters.cygnus.com)
16610         * configure.in:  You can now configure GDB for the v850.
16612 Tue Sep 24 19:05:12 1996  Stan Shebs  <shebs@andros.cygnus.com>
16614         * configure.in (noconfigdirs): Don't configure any C++ dirs
16615         if targeting D10V.
16617 Tue Sep 17 12:15:31 1996  Ian Lance Taylor  <ian@cygnus.com>
16619         * config.sub: Recognize mips64vr5000.
16621 Mon Sep 16 17:00:52 1996  Ian Lance Taylor  <ian@cygnus.com>
16623         * configure.in: Use a single line for host_tools and native_only.
16625 Mon Sep  9 12:21:30 1996  Doug Evans  <dje@canuck.cygnus.com>
16627         * config.sub, configure.in: Add entries for m32r.
16629 Thu Sep  5 13:52:47 1996  Tom Tromey  <tromey@creche.cygnus.com>
16631         * Makefile.in (inet-install): Don't run install-gzip.
16633 Wed Sep  4 17:26:13 1996  Stu Grossman  (grossman@critters.cygnus.com)
16635         * configure.in:  Don't config lots of things for *-*-windows*.
16637 Sat Aug 31 11:45:57 1996  Stan Shebs  <shebs@andros.cygnus.com>
16639         * mpw-config.in: Test for mpw-true, true, and null-command scripts.
16640         (host_libs, host_tools): Copy from configure.in.
16641         * mpw-configure: Don't complain about directories not found.
16643 Thu Aug 29 16:44:58 1996  Michael Meissner  <meissner@tiktok.cygnus.com>
16645         * configure.in (i[345]86): Recognize i686 for pentium pro.
16646         (i[3456]86-*-dgux*): Use config/mh-sysv for the host configuration
16647         file.
16649         * config.guess (i[345]86): Ditto.
16651 Mon Aug 26 18:34:42 1996  Martin M. Hunt  <hunt@pizza.cygnus.com>
16653         * configure.in (noconfigdirs): Removed gdb for D10V.
16655 Thu Aug 22 17:13:52 1996  Jeffrey A Law  (law@cygnus.com)
16657         * configure.in: Remove ld, target-libio, target-libg++, and
16658         target-libstdc++ from noconfigdirs.
16660 Wed Aug 21 18:56:38 1996  Fred Fish  <fnf@cygnus.com>
16662         * configure: Fix three locations where shell scripts were
16663         being run directly rather than with config_shell.
16665 Tue Aug 20 13:08:47 1996  J.T. Conklin  <jtc@hippo.cygnus.com>
16667         * configure.in (v850-*-*): Set up initial $noconfigdirs.
16668         * config.sub (basic_machine): Recognize v850.
16670 Thu Aug 15 12:19:33 1996  Stan Shebs  <shebs@andros.cygnus.com>
16672         * mpw-configure: Handle multiple enable/disable options and
16673         pass them down recursively, handle -c and -s flags appropriately
16674         depending on choice of compiler, add escape mechanism for
16675         quoted arguments to gC.
16677 Mon Aug 12 13:15:13 1996  Michael Meissner  <meissner@tiktok.cygnus.com>
16679         * configure.in (powerpc*-*-*): For eabi, system V.4, Linux, and
16680         solaris targets, use config/mt-ppc to set C{,XX}FLAGS_FOR_TARGETS
16681         so that -mrelocatable-lib and -mno-eabi are used.
16683         * Makefile.in (CONFIGURE_TARGET_MODULES): If target compiler does
16684         not support --print-multi-lib, don't abort.
16686 Thu Aug  8 12:18:59 1996  Klaus Kaempf  <kkaempf@progis.de>
16688         * make-all.com: Run config-a-gas.
16689         * setup.com: Don't copy subdirectory files around.
16691 Tue Jul 30 17:49:31 1996  Brendan Kehoe  <brendan@cygnus.com>
16693         * configure.in (*-*-ose): Remove exclusion of libgloss for this
16694         target, it now compiles correctly.
16696 Sat Jul 27 15:10:43 1996  Stan Shebs  <shebs@andros.cygnus.com>
16698         * mpw-config.in: Generate Mac include for elf/dwarf2.h.
16700 Tue Jul 23 10:47:04 1996  Martin M. Hunt  <hunt@pizza.cygnus.com>
16702         * configure.in (d10v-*-*): Remove ld from $noconfigdirs.
16704 Mon Jul 22 13:28:51 1996  Brendan Kehoe  <brendan@lisa.cygnus.com>
16706         * configure.in (native_only): Add prms.
16708 Mon Jul 22 12:27:58 1996  Ian Lance Taylor  <ian@cygnus.com>
16710         * Makefile.in (GAS_SUPPORT_DIRS): Add make-all.com and setup.com.
16711         (BINUTILS_SUPPORT_DIRS): Likewise.
16713 Thu Jul 18 12:55:40 1996  Michael Meissner  <meissner@tiktok.cygnus.com>
16715         * configure.in (d10v-*-*): Don't configure ld or gdb until the
16716         d10v support is added.
16718 Wed Jul 17 14:33:09 1996  Martin M. Hunt  <hunt@pizza.cygnus.com>
16720         * configure.in (d10v-*-*): New target.
16722 Mon Jul 15 11:53:00 1996  Jeffrey A Law  (law@cygnus.com)
16724         * config.guess (HP 9000/811): Recognize this as a PA1.1
16725         machine.
16727 Fri Jul 12 23:21:17 1996  Ken Raeburn  <raeburn@cygnus.com>
16729         * Makefile.in (do-tar-gz): New target, split out from tail end of
16730         taz target.  Run each command separately, don't use pipes.
16731         (taz): Use it.
16733 Fri Jul 12 12:08:04 1996  Stan Shebs  <shebs@andros.cygnus.com>
16735         * mpw-configure: Look for g-mpw-make.sed in config/mpw.
16736         * mpw-build.in: No builds should depend on building byacc or flex,
16737         they are assumed to be installed already.
16739 Fri Jul 12 09:52:52 1996  Michael Meissner  <meissner@tiktok.cygnus.com>
16741         * Makefile.in (CONFIGURE_TARGET_MODULES): Set r environment
16742         variable that CC_FOR_TARGET needs.
16744 Thu Jul 11 10:09:45 1996  Michael Meissner  <meissner@tiktok.cygnus.com>
16746         * Makefile.in (CONFIGURE_TARGET_MODULES): Determine if the multlib
16747         options have changed since the last time the subdirectory was
16748         configured, and if it has, reconfigure.
16749         (CLEAN_TARGET_MODULES): Delete multilib.out and tmpmulti.out, which
16750         CONFIGURE_TARGET_MODULES uses to remember the old multilib options.
16752 Wed Jul 10 18:56:59 1996  Doug Evans  <dje@canuck.cygnus.com>
16754         * Makefile.in (ALL_MODULES,CROSS_CHECK_MODULES,INSTALL_MODULES,
16755         CLEAN_MODULES): Add bash.
16756         (all-bash): New target.
16758 Mon Jul  8 17:33:14 1996  Jim Wilson  <wilson@cygnus.com>
16760         * configure.in (mips-sgi-irix6*): Use mh-irix6 instead of mh-irix5.
16762 Mon Jul  1 13:31:35 1996  Michael Meissner  <meissner@tiktok.cygnus.com>
16764         * config.sub (basic_machine): Recognize d10v as a valid processor.
16766 Fri Jun 28 12:14:35 1996  Stan Shebs  <shebs@andros.cygnus.com>
16768         * mpw-configure: Add support for --bindir.
16769         * mpw-build.in: Use a GCC-specific build script for GCC actions.
16771 Wed Jun 26 17:20:12 1996  Geoffrey Noer  <noer@cygnus.com>
16773         * configure.in: add bash, time, gawk to list of hosttools and things
16774         to only build for native toolchains
16776 Tue Jun 25 23:09:03 1996  Jason Molenda  (crash@godzilla.cygnus.co.jp)
16778         * Makefile.in (docdir): Remove.
16780 Tue Jun 25 19:00:08 1996  Jason Molenda  (crash@godzilla.cygnus.co.jp)
16782         * Makefile.in (datadir): Set to $(prefix)/share.
16784 Mon Jun 24 23:26:07 1996  Geoffrey Noer  <noer@cygnus.com>
16786         * configure.in: build diff and patch for cygwin32-hosted
16787         toolchains.
16789 Mon Jun 24 15:01:12 1996  Joel Sherrill  <joel@merlin.gcs.redstone.army.mil>
16791         * config.sub: Accept -rtems*.
16793 Sun Jun 23 22:41:54 1996  Geoffrey Noer  <noer@cygnus.com>
16795         * configure.in: enable dosrel for cygwin32-hosted builds,
16796                 remove diff from the list of things not buildable
16797                 via Canadian Cross
16799 Sat Jun 22 11:39:01 1996  Jason Merrill  <jason@yorick.cygnus.com>
16801         * Makefile.in (TARGET_SUBDIR): Move comment to previous line so we
16802         don't get ". ".
16804 Fri Jun 21 17:24:48 1996  Jim Wilson  <wilson@cygnus.com>
16806         * configure.in (mips*-sgi-irix6*): Set noconfigdirs appropriately.
16808 Thu Jun 20 16:57:40 1996  Ken Raeburn  <raeburn@cygnus.com>
16810         * Makefile.in (taz): Handle case where tex3patch didn't even get
16811         checked out.  Also, if it was found, put the symlink in a new util
16812         subdirectory.
16814 Thu Jun 20 12:20:33 1996  Michael Meissner  <meissner@tiktok.cygnus.com>
16816         * config.guess (*:Linux:*:*): Add support for PowerPC Linux.
16818 Tue Jun 18 14:24:12 1996  Klaus Kaempf  (kkaempf@progis.de)
16820         * config.sub: Recognize -openvms.
16821         * configure.in (alpha*-*-*vms*): Set noconfigdirs.
16822         * make-all.com, setup.com: New files.
16824 Mon Jun 17 16:34:46 1996  Jason Merrill  <jason@yorick.cygnus.com>
16826         * Makefile.in (taz): tex3patch moved to texinfo/util.
16828 Sat Jun 15 17:13:25 1996  Geoffrey Noer <noer@cygnus.com>
16830         * configure: enable_gdbtk=no for cygwin32-hosted toolchains
16831         * configure.in: remove make from disable-if-Can-Cross list
16832                 enable gdb if ${host} and ${target} are cygwin32
16834 Fri Jun  7 18:16:52 1996  Harlan Stenn <harlan@pfcs.com>
16836         * config.guess (i?86-ncr-sysv*):  Emit minor release numbers.
16837         Recognize the NCR 4850 machine and NCR Pentium-based platforms.
16839 Wed Jun  5 00:09:17 1996  Per Bothner  <bothner@wombat.gnu.ai.mit.edu>
16841         * config.guess:  Combine mips-mips-riscos cases, and use cpp to
16842         distinguish sysv/svr4/bsd variants.
16843         Based on a patch from Harlan Stenn <harlan@pfcs.com>.
16845 Fri Jun  7 14:24:49 1996  Tom Tromey  <tromey@creche.cygnus.com>
16847         * configure.in: Added copyright notice.
16848         * move-if-change: Added copyright notice.
16850 Thu Jun  6 16:27:05 1996  Michael Meissner  <meissner@tiktok.cygnus.com>
16852         * configure.in (powerpcle-*-solaris*): Until we get shared
16853         libraries working, don't build gdb, sim, make, tcl, tk, or
16854         expect.
16856 Tue Jun  4 20:41:45 1996  Per Bothner  <bothner@deneb.cygnus.com>
16858         * config.guess:  Merge with FSF:
16860         Mon Jun  3 08:49:14 1996  Karl Heuer  <kwzh@gnu.ai.mit.edu>
16861         * config.guess (*:Linux:*:*): Add guess for sparc-unknown-linux.
16863         Fri May 24 18:34:53 1996  Roland McGrath  <roland@delasyd.gnu.ai.mit.edu>
16864         * config.guess (AViiON:dgux:*:*): Fix typo in recognizing mc88110.
16866         Fri Apr 12 20:03:59 1996  Per Bothner  <bothner@spiff.gnu.ai.mit.edu>
16867         * config.guess:  Combine two OSF1 rules.
16868         Also recognize field test versions.  From mjr@zk3.dec.com.
16869         * config.guess (dgux):  Use /usr/bin/uname rather than uname,
16870         because GNU uname does not support -p.  From pmr@pajato.com.
16872 Tue Jun  4 11:07:25 1996  Tom Tromey  <tromey@csk3.cygnus.com>
16874         * Makefile.in (MAKEDIRS): Removed $(tooldir).
16876 Tue May 28 12:30:50 1996  Stan Shebs  <shebs@andros.cygnus.com>
16878         * mpw-README: Document GCCIncludes.
16880 Sun May 26 15:16:27 1996  Fred Fish  <fnf@cygnus.com>
16882         * configure.in (alpha-*-linux*): Set enable_shared to yes.
16884 Tue May 21 15:41:39 1996  Stan Shebs  <shebs@andros.cygnus.com>
16886         * mpw-configure: Handle --enable-FOO and --disable-FOO.
16888 Mon May 20 10:12:29 1996  Geoffrey Noer  <noer@cygnus.com>
16890         * configure.in (*-*-cygwin32): Configure make.
16892 Tue May  7 14:19:42 1996  Tom Tromey  <tromey@snuffle.cygnus.com>
16894         * Makefile.in (inet-install): Quote value of INSTALL_MODULES.
16896 Fri May  3 08:57:17 1996  Tom Tromey  <tromey@lisa.cygnus.com>
16898         * Makefile.in (all-inet): Depend on all-perl.
16900         * Makefile.in (inet-install): New target.
16902         * Makefile.in (all-inet): Depend on all-tcl.
16903         (all-inet): Depend on all-send-pr.
16905 Tue Apr 30 13:55:51 1996  Michael Meissner  <meissner@tiktok.cygnus.com>
16907         * configure.in (powerpcle-*-solaris*): Turn off tk and tcl
16908         temporarily.
16910 Thu Apr 25 11:48:20 1996  Ian Lance Taylor  <ian@cygnus.com>
16912         * configure.in: Don't configure --with-gnu-ld on AIX.
16914 Thu Apr 25 06:33:36 1996  Michael Meissner  <meissner@wogglebug.tiac.net>
16916         * configure.in (powerpcle-*-solaris*): Turn off gdb temporarily.
16918 Tue Apr 23 09:07:39 1996  Tom Tromey  <tromey@creche.cygnus.com>
16920         * Makefile.in (ALL_MODULES): Added all-inet.
16921         (CROSS_CHECK_MODULES): Added check-inet.
16922         (INSTALL_MODULES): Added install-inet.
16923         (CLEAN_MODULES): Added clean-inet.
16924         (all-indent): New target.
16926         * configure.in (host_tools): Added inet.
16927         (native_only): Added inet.
16928         (noconfigdirs): Added inet.
16930 Fri Apr 19 15:35:29 1996  Ian Lance Taylor  <ian@cygnus.com>
16932         * configure.in: Don't configure libgloss if we are not configuring
16933         newlib.
16935 Wed Apr 17 19:30:01 1996  Rob Savoye  <rob@chinadoll.cygnus.com>
16937         * configure.in: Don't configure libgloss for unsupported
16938         architectures.
16940 Tue Apr 16 11:17:05 1996  Michael Meissner  <meissner@tiktok.cygnus.com>
16942         * Makefile.in (CLEAN_MODULES): Add clean-apache.
16944 Mon Apr 15 15:09:05 1996  Tom Tromey  <tromey@creche.cygnus.com>
16946         * Makefile.in (ALL_MODULES): Include all-apache.
16947         (CROSS_CHECK_MODULES): Include check-apache.
16948         (INSTALL_MODULES): Include install-apache.
16949         (all-apache): New target.
16951         * configure.in: Added apache everywhere perl is seen.
16953 Mon Apr 15 14:59:13 1996  Michael Meissner  <meissner@tiktok.cygnus.com>
16955         * Makefile.in: Add support for clean-{module} and
16956         clean-target-{module} rules.
16958 Wed Apr 10 21:37:41 PDT 1996  Marilyn E. Sander <msander@cygnus.com>
16960         * configure.in (*-*-ose) do not build libgloss.
16962 Mon Apr  8 16:16:20 1996  Michael Meissner  <meissner@tiktok.cygnus.com>
16964         * config.guess (prep*:SunOS:5.*:*): Turn into
16965         powerpele-unknown-solaris2.
16967 Mon Apr  8 14:45:41 1996  Ian Lance Taylor  <ian@cygnus.com>
16969         * configure.in: Permit --enable-shared to specify a list of
16970         directories.
16972 Fri Apr  5 08:17:57 1996  Jason Molenda  (crash@phydeaux.cygnus.com)
16974         * configure.in (host==solaris): Pass only the first word of $CC
16975         to /usr/bin/which when checking if we're using /usr/ccs/bin/cc.
16977 Fri Apr  5 03:16:13 1996  Jason Molenda  (crash@phydeaux.cygnus.com)
16979         * Makefile.in (BASE_FLAGS_TO_PASS): pass down $(MAKE).
16981 Thu Mar 28 14:11:11 1996  Tom Tromey  <tromey@creche.cygnus.com>
16983         * Makefile.in (ALL_MODULES): Include all-perl.
16984         (CROSS_CHECK_MODULES): Include check-perl.
16985         (INSTALL_MODULES): Include install-perl.
16986         (ALL_X11_MODULES): Include all-guile.
16987         (CHECK_X11_MODULES): Include check-guile.
16988         (INSTALL_X11_MODULES): Include install-guile.
16989         (all-perl): New target.
16990         (all-guile): New target.
16992         * configure.in (host_tools): Include perl and guile.
16993         (native_only): Include perl and guile.
16994         (noconfigdirs): Don't build guile and perl; no ports have been
16995         done.
16997 Tue Mar 26 21:18:50 1996  Andrew Cagney  <cagney@kremvax.highland.com.au>
16999         * configure (--enable-*): Handle quoted option lists such as
17000         --enable-sim-cflags='-g0 -O' better.
17002 Thu Mar 21 11:53:08 1996  Michael Meissner  <meissner@tiktok.cygnus.com>
17004         * Makefile.in ({,inst}all-target): New rule so we can make and
17005         install all of the target directories easily.
17007 Wed Mar 20 18:10:57 1996  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
17009         * configure.in: Add missing global flag in sed substitution when
17010         deleting `target-' from ${configdirs}.
17012 Thu Mar 14 19:15:06 1996  Ian Lance Taylor  <ian@cygnus.com>
17014         * Makefile.in (DO_X): Don't get confused if CC contains `=' in an
17015         option.
17017         * configure.in (mips*-nec-sysvr4*): Use a host_makefile_frag of
17018         config/mh-necv4.
17020         * install.sh: Correct misspelling of transformbasename.
17022         * config.guess: Recognize mips-*-sysv*.
17024 Mon Mar 11 15:36:42 1996  Dawn Perchik  <dawn@critters.cygnus.com>
17026         * config.sub: Recognize mon960.
17028 Sun Mar 10 13:18:38 1996  Ian Lance Taylor  <ian@cygnus.com>
17030         * configure: Restore Canadian Cross handling of BISON and LEX,
17031         removed in Feb 20 change.
17033 Fri Mar  8 20:07:09 1996  Per Bothner  <bothner@kalessin.cygnus.com>
17035         * README:  Suggestions from Torbjorn Granlund <tege@matematik.su.se>:
17036         Mention make install.  Remove the old copyright date as well the
17037         clumsy and rather pointless copyright on the README file.
17039 Fri Mar  8 17:51:35 1996  Ian Lance Taylor  <ian@cygnus.com>
17041         * Makefile.in ($(CONFIGURE_TARGET_MODULES)): If there is a
17042         Makefile after running symlink-tree, then run `make distclean' to
17043         avoid clobbering any generated files in srcdir.
17045 Tue Mar  5 08:21:44 1996  J.T. Conklin  <jtc@rtl.cygnus.com>
17047         * configure.in (m68k-*-netbsd*): Build everything now.
17049 Wed Feb 28 12:25:46 1996  Jason Merrill  <jason@yorick.cygnus.com>
17051         * Makefile.in (taz): Fix quoting.
17053 Tue Feb 27 11:33:57 1996  Doug Evans  <dje@charmed.cygnus.com>
17055         * configure.in (sparclet-*-*): Build everything now.
17057 Tue Feb 27 14:31:51 1996  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
17059         * configure.in (m68k-*-linux*): New host.
17061 Mon Feb 26 14:32:44 1996  Ian Lance Taylor  <ian@cygnus.com>
17063         * configure: Check for bison before byacc.
17065 Tue Feb 20 23:12:35 1996  Stu Grossman  (grossman@critters.cygnus.com)
17067         * Makefile.in configure:  Change the way LEX and BISON/YACC are
17068         set.  configure now defines DEFAULT_LEX and DEFAULT_YACC by
17069         searching PATH.  These are used as fallbacks by Makefile.in if
17070         flex/bison/byacc aren't in objdir.
17072 Mon Feb 19 11:45:30 1996  Ian Lance Taylor  <ian@cygnus.com>
17074         * Makefile.in: Make everything which depends upon all-bfd also
17075         depend upon all-opcodes, in case --with-commonbfdlib is used.
17077 Thu Feb 15 19:50:50 1996  Michael Meissner  <meissner@tiktok.cygnus.com>
17079         * configure.in (host *-*-cygwin32): Don't build gdb if we are
17080         building NT native compilers on Unix.
17082 Thu Feb 15 17:42:25 1996  Ian Lance Taylor  <ian@cygnus.com>
17084         * configure.in: Don't get CC from the host Makefile fragment if we
17085         can find gcc in PATH, or if this is a Canadian Cross.  Move the
17086         Solaris test for /usr/ucb/cc to the post target script, just after
17087         the compiler sanity test.
17089 Wed Feb 14 16:57:40 1996  Ian Lance Taylor  <ian@cygnus.com>
17091         * config.sub: Merge with FSF.
17093 Tue Feb 13 14:27:48 1996  Ian Lance Taylor  <ian@cygnus.com>
17095         * Makefile.in (RPATH_ENVVAR): New variable.
17096         (REALLY_SET_LIB_PATH): Use it.
17097         * configure.in: On HP/UX, set RPATH_ENVVAR to SHLIB_PATH.
17099 Mon Feb 12 15:28:49 1996  Doug Evans  <dje@charmed.cygnus.com>
17101         * config.sub, configure.in: Recognize sparclet cpu.
17103 Mon Feb 12 15:33:59 1996  Christian Bauernfeind <chrisbfd@theorie3.physik.uni-erlangen.de>
17105         * config.guess:  Support m68k-cbm-sysv4.
17107 Sat Feb 10 12:06:42 1996  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
17109         * config.guess (*:Linux:*:*): Guess m68k-unknown-linux and
17110         m68k-unknown-linuxaout from linker help string.  Put quotes around
17111         $ld_help_string.
17113 Thu Dec  7 09:03:24 1995  Tom Horsley  <Tom.Horsley@mail.hcsc.com>
17115         * config.guess (powerpc-harris-powerunix): Add guess for port
17116         to new target.
17118 Thu Feb  8 15:37:52 1996  Brendan Kehoe  <brendan@lisa.cygnus.com>
17120         * config.guess (UNAME_VERSION): Recognize X4.x as an OSF version.
17122 Mon Feb  5 16:36:51 1996  Ian Lance Taylor  <ian@cygnus.com>
17124         * configure.in: If --enable-shared was used, set SET_LIB_PATH to
17125         $(REALLY_SET_LIB_PATH) in Makefile.
17126         * Makefile.in (SET_LIB_PATH): New variable.
17127         (REALLY_SET_LIB_PATH): New variable.
17128         ($(DO_X)): Use $(SET_LIB_PATH).
17129         (install.all, gcc-no-fixedincludes, $(ALL_MODULES)): Likewise.
17130         ($(NATIVE_CHECK_MODULES), $(CROSS_CHECK_MODULES)): Likewise.
17131         ($(INSTALL_MODULES), $(CONFIGURE_TARGET_MODULES)): Likewise.
17132         ($(ALL_TARGET_MODULES), $(CHECK_TARGET_MODULES)): Likewise.
17133         ($(INSTALL_TARGET_MODULES), $(ALL_X11_MODULES)): Likewise.
17134         ($(CHECK_X11_MODULES), $(INSTALL_X11_MODULES)): Likewise.
17135         (all-gcc, all-bootstrap, check-gcc, install-gcc): Likewise.
17136         (install-dosrel): Likewise.
17137         (all-opcodes): Depend upon all-libiberty.
17139 Sun Feb  4 16:51:11 1996  Steve Chamberlain  <sac@slash.cygnus.com>
17141         * config.guess (*:CYGWIN*): New
17143 Sat Feb  3 10:42:35 1996  Michael Meissner  <meissner@tiktok.cygnus.com>
17145         * Makefile.in (all-target-winsup): All all-target-libiberty.
17147 Fri Feb  2 17:58:56 1996  Michael Meissner  <meissner@tiktok.cygnus.com>
17149         * configure.in (noconfigdirs): Add missing # in front of comment.
17151 Thu Feb  1 14:38:13 1996  Geoffrey Noer  <noer@cygnus.com>
17153         * configure.in: add second pass to things added to noconfigdirs
17154         so *-gm-magic can exclude libgloss properly.
17156 Thu Feb  1 11:10:16 1996  Stan Shebs  <shebs@andros.cygnus.com>
17158         * mpw-configure (extralibs_name, rez_name): Set correctly
17159         for MWC68K compiler.
17161         * mpw-README: Add more info on the necessary build tools.
17163 Thu Feb  1 10:22:38 1996  Steve Chamberlain  <sac@slash.cygnus.com>
17165         * configure.in, config.sub: Recognize cygwin32.
17167 Wed Jan 31 14:17:10 1996  Richard Henderson  <rth@tamu.edu>
17169         * config.guess, config.sub: Recognize A/UX.
17171 Wed Jan 31 13:52:14 1996  Ian Lance Taylor  <ian@cygnus.com>
17173         * config.sub: Merge with gcc/config.sub.
17175 Thu Jan 25 11:01:10 1996  Raymond Jou  <rjou@mexican.cygnus.com>
17177         * mpw-build.in (do-binutils): Add build of stamps.
17179 Thu Jan 25 17:05:26 1996  James G. Smith  <jsmith@cygnus.co.uk>
17181         * config.sub: Add recognition for mips64vr4100*-* targets.
17183 Wed Jan 24 12:47:55 1996  Brendan Kehoe  <brendan@lisa.cygnus.com>
17185         * test-build.mk: Add checking of `hpux9' rather than just `hpux'.
17186         Add creation of gconfigargs with `--enable-shared' turned on.
17187         ($(host)-stamp-stage2-configured): Pass $(gconfigargs).
17188         ($(host)-stamp-stage3-configured): Likewise.
17189         (HOLES): Add chatr and ldd.
17190         (i386-ncr-sysv4.3*): Add use of /usr/ccs/bin in the PATH and HOLE_DIRS.
17192 Wed Jan 24 20:32:30 1996  Torbjorn Granlund  <tege@noisy.matematik.su.se>
17194         * configure: Pass --nfp to recursive configures.
17196 Mon Jan 22 10:41:56 1996  Steve Chamberlain  <sac@slash.cygnus.com>
17198         * Makefile.in (DLLTOOL): New.
17199         (DLLTOOL_FOR_TARGET): New.
17200         (EXTRA_HOST_FLAGS): Pass down DLLTOOL.
17201         (EXTRA_TARGET_FLAGS): Ditto.
17202         (EXTRA_GCC_FLAGS): Ditto.
17203         (CONFIGURE_TARGET_MODULES): Ditto.
17204         (DO_X): Ditto.
17205         * configure: Add DLLTOOL.
17207 Fri Jan 19 13:30:15 1996  Stan Shebs  <shebs@andros.cygnus.com>
17209         SCO OpenServer 5 changes from Robert Lipe <robertl@dgii.com>:
17210         * configure.in (i[345]86-*-sco3.2v5*): Use mh-sysv instead of
17211         mh-sco, since old workarounds no longer needed, and don't
17212         build ld, since libraries have weak symbols in COFF.
17214 Sun Jan 14 23:01:31 1996  Fred Fish  <fnf@cygnus.com>
17216         * Makefile.in (CONFIGURE_TARGET_MODULES): Add missing ';'.
17218 Fri Jan 12 15:25:35 1996  Ian Lance Taylor  <ian@cygnus.com>
17220         * configure.in: Make sure that ${CC} can be used to compile an
17221         executable.
17223 Sat Jan  6 07:23:33 1996  Michael Meissner  <meissner@wogglebug.tiac.net>
17225         * Makefile.in (all-gdb): Depend on $(GDB_TK).
17226         * configure (GDB_TK): Set GDB_TK to either "all-tcl all-tk" or
17227         nothing depending on whether gdbtk is being built.
17229 Wed Jan  3 17:54:41 1996  Doug Evans  <dje@canuck.cygnus.com>
17231         * Makefile.in (newlib.tar.gz): Delete building of newlib's info files.
17233 Mon Jan  1 19:09:14 1996  Brendan Kehoe  <brendan@rtl.cygnus.com>
17235         * configure.in (noconfigdirs): Put ld or gas in this early, if the
17236         user specifically used --with-gnu-ld=no or --with-gnu-as=no.
17238 Sat Dec 30 16:08:57 1995  Doug Evans  <dje@canuck.cygnus.com>
17240         * config-ml.in: Add support for
17241         --disable-{softfloat,m68881,m68000,m68020} on m68*-*-*.
17242         Simplify setting of multidirs from --disable-foo.
17244 Fri Dec 29 07:56:11 1995  Michael Meissner  <meissner@tiktok.cygnus.com>
17246         * Makefile.in (EXTRA_GCC_FLAGS): If any of the make variables
17247         LANGUAGES, BOOT_CFLAGS, STMP_FIXPROTO, LIMITS_H_TEST,
17248         LIBGCC1_TEST, LIBGCC2_CFLAGS, LIBGCC2_INCLUDES, and ENQUIRE are
17249         non-empty, pass them on to the  GCC make.
17250         (all-bootstrap): New rule that is like all-gcc, except it executes
17251         the GCC bootstrap rule instead of the GCC all rule.
17253 Wed Dec 27 15:51:48 1995  Doug Evans  <dje@canuck.cygnus.com>
17255         * config-ml.in (ml_realsrcdir): New, to account for ${subdir}.
17257 Tue Dec 26 11:45:31 1995  Michael Meissner  <meissner@tiktok.cygnus.com>
17259         * config.guess (AViiON:dgux:*:*): Update from FSF to add pentium
17260         DG/UX support.
17262 Fri Dec 15 10:01:27 1995  Stan Cox  <coxs@dg-rtp.dg.com>
17264         * config.sub (i*86*) Change [345] to [3456]
17266 Wed Dec 20 17:41:40 1995  Brendan Kehoe  <brendan@lisa.cygnus.com>
17268         * configure.in (noconfigdirs): Add gas or ld if --with-gnu-as=no or
17269         --with-gnu-ld=no.
17271 Wed Dec 20 15:15:35 1995  Michael Meissner  <meissner@tiktok.cygnus.com>
17273         * config-ml.in (rs6000*, powerpc*): Add switches to control which
17274         AIX multilibs get built.
17276 Mon Dec 18 17:55:46 1995  Jason Molenda  (crash@phydeaux.cygnus.com)
17278         * configure.in (i386-win32): Don't build expect if we're not
17279         building the tcl subdir.
17281 Mon Dec 18 11:47:19 1995  Stan Shebs  <shebs@andros.cygnus.com>
17283         * Makefile.in: (configure-target-examples, all-target-examples):
17284         New targets, configure and build example programs.
17286 Fri Dec 15 16:13:03 1995  Stan Shebs  <shebs@andros.cygnus.com>
17288         * mpw-configure: If an mpw-config.in generated a file mk.sed,
17289         use it as input to sedit the generated MPW makefile.
17290         * mpw-README: Add a suggestion about Gestalt.h.
17292 Wed Dec 13 16:43:51 1995  Ian Lance Taylor  <ian@cygnus.com>
17294         * config.sub: Accept *-*-ieee*.
17296 Tue Dec 12 11:52:57 1995  Ian Lance Taylor  <ian@cygnus.com>
17298         * Makefile.in (local-distclean): Remove $(TARGET_SUBDIR).  From
17299         Ronald F. Guilmette <rfg@monkeys.com>.
17301 Mon Dec 11 15:31:58 1995  Jason Molenda  (crash@phydeaux.cygnus.com)
17303         * configure.in (host==powerpc-pe): Add many directories to noconfigdirs
17304         for powerpc-pe native.
17305         (target==i386-win32): add tcl, make to noconfigdirs if canadian cross.
17306         (target==powerpc-pe): duplicate i386-win32 entry.
17308 Sat Dec  9 14:58:28 1995  Jim Wilson  <wilson@chestnut.cygnus.com>
17310         * configure.in (noconfigdirs): Exclude target-newlib for all versions
17311         of vxworks, not just vxworks5.1.
17313 Mon Dec  4 12:05:40 1995  Stan Shebs  <shebs@andros.cygnus.com>
17315         * mpw-configure: Add support for exec-prefix.
17317 Mon Dec  4 10:22:50 1995  Jeffrey A. Law  <law@rtl.cygnus.com>
17319         * config.guess: Recognize HP model 816 machines as having
17320         a PA1.1 processor.
17322 Mon Dec  4 12:38:15 1995  Ian Lance Taylor  <ian@cygnus.com>
17324         * configure: Ignore new autoconf configure options.
17326 Thu Nov 30 16:57:33 1995  Per Bothner  <bothner@wombat.gnu.ai.mit.edu>
17328         * config.guess:  Recognize Pentium under SCO.
17329         From Robert Lipe <robertl@arnet.com>.
17331 Wed Nov 29 13:49:08 1995  J.T. Conklin  <jtc@rtl.cygnus.com>
17333         * configure.in (noconfigdirs): Disable target-libio on v810-*-*.
17335 Wed Nov 29 12:12:01 1995  Ian Lance Taylor  <ian@cygnus.com>
17337         * configure.in: Don't configure gas for alpha-dec-osf*.
17339 Tue Nov 28 17:16:48 1995  Ian Lance Taylor  <ian@cygnus.com>
17341         * configure.in: Default to --with-stabs for some targets for which
17342         it makes sense: mips*-*-*, alpha*-*-osf*, i[345]86*-*-sysv4* and
17343         i[345]86*-*-unixware*.
17345 Mon Nov 27 13:44:15 1995  Ian Lance Taylor  <ian@cygnus.com>
17347         * config-ml.in: Get list of multidirs using gcc --print-multi-lib
17348         rather than basing it on the target.  Simplify handling of options
17349         controlling which directories to configure.  Remove extraneous
17350         slash in multi-clean target.
17352 Fri Nov 24 17:29:29 1995  Doug Evans  <dje@deneb.cygnus.com>
17354         * config-ml.in: Prefix more variables with ml_ so they don't collide
17355         with configure's.
17357 Wed Nov 22 11:27:02 1995  Ian Lance Taylor  <ian@cygnus.com>
17359         * configure: Don't turn -v into --v.
17361 Tue Nov 21 16:48:02 1995  Doug Evans  <dje@deneb.cygnus.com>
17363         * configure.in (targargs): Fix typo.
17365         * Makefile.in (DEVO_SUPPORT): Add symlink-tree.
17367 Tue Nov 21 14:08:28 1995  Ian Lance Taylor  <ian@cygnus.com>
17369         * configure.in: Strip --host and --target options from
17370         CONFIG_ARGUMENTS, and always configure for --host only.  Add
17371         --with-cross-host option when building with a cross-compiler.
17372         * configure: Canonicalize the arguments put into config.status by
17373         always using `=' for an option with an argument.  Pass a presumed
17374         --host or --target explicitly.
17376 Fri Nov 17 17:50:30 1995  Stan Shebs  <shebs@andros.cygnus.com>
17378         * config.sub: Merge -macos*, -magic*, -pe*, and -win32 cases
17379         into general OS recognition case.
17381 Fri Nov 17 17:42:25 1995  Jason Molenda  (crash@phydeaux.cygnus.com)
17383         * configure.in (target_configdirs): add target-winsup only
17384         for win32 target systems.
17386 Thu Nov 16 14:04:47 1995  Ian Lance Taylor  <ian@cygnus.com>
17388         * Makefile.in (all-target-libgloss): Depend upon
17389         configure-target-newlib, since when libgloss is built it looks to
17390         see if the newlib directory exists.
17392 Wed Nov 15 14:47:52 1995  Ken Raeburn  <raeburn@cygnus.com>
17394         * Makefile.in (DEVO_SUPPORT): Use config-ml.in instead of
17395         cfg-ml-*.in.
17397 Wed Nov 15 11:45:23 1995  Ian Lance Taylor  <ian@cygnus.com>
17399         * configure: Handle LD and LD_FOR_TARGET when configuring a
17400         Canadian Cross.
17402 Tue Nov 14 14:56:11 1995  Jason Molenda  (crash@phydeaux.cygnus.com)
17404         * configure.in (target_libs): add target-winsup.
17405         (target==i386-win32): add patch diff flex make to $noconfigdirs.
17406         (target==ppcle-pe): remove ld from $noconfigdirs.
17408 Tue Nov 14 01:25:50 1995  Doug Evans  <dje@canuck.cygnus.com>
17410         * Makefile.in (CONFIGURE_TARGET_MODULES): Pass --with-target-subdir.
17411         Preserve relative path names in $srcdir.  Build symlink tree if
17412         configuring cross target dir and srcdir=. (= no VPATH support).
17413         (configure-target-libg++): Depend on configure-target-librx.
17414         * cfg-ml-com.in, cfg-ml-pos.in: Deleted.
17415         * config-ml.in: New file.
17416         * symlink-tree: New file.
17417         * configure: Ensure srcdir="." if that's what it is.
17419 Mon Nov 13 12:34:20 1995  Stan Shebs  <shebs@andros.cygnus.com>
17421         * mpw-README: Clarify some phrasing, add notes about CodeWarrior
17422         includes and FLEX_SKELETON setting.
17423         * mpw-configure (--with-gnu-ld): New option, controls whether
17424         to use PPCLink or ld with PowerMac GCC.
17425         * mpw-build.in (all-grez, do-grez, install-grez): New targets.
17426         * mpw-config.in: Configure grez if targeting Mac.
17428         * config.sub: Accept pmac and pmac-mpw as names for PowerMacs,
17429         accept mpw and mac-mpw as names for m68k Macs, change macos7 to
17430         just macos.
17431         * configure.in: Configure grez resource compiler if targeting Mac.
17432         * Makefile.in (all-grez, install-grez): New targets.
17434 Wed Nov  8 17:33:51 1995  Jason Merrill  <jason@yorick.cygnus.com>
17436         * configure: CXX defaults to gcc, not g++.  If we find
17437         gcc in the path, set CC to gcc -O2.
17439 Tue Nov  7 15:45:17 1995  Ian Lance Taylor  <ian@cygnus.com>
17441         * configure: Default ${build} correctly.  Avoid picking up extra
17442         spaces when reading CC and CXX from Makefile.  When doing a
17443         Canadian Cross, use plausible default values for numerous
17444         variables.
17445         * configure.in: When doing a Canadian Cross, don't try to
17446         configure tools whose configure script can't handle it.
17448 Mon Nov  6 19:32:17 1995  Jim Wilson  <wilson@chestnut.cygnus.com>
17450         * cfg-ml-com.in (sh-*-*): Add m2 and ml/m2 to multidirs.
17452 Sun Nov  5 00:15:41 1995  Per Bothner  <bothner@kalessin.cygnus.com>
17454         * configure:  Remove dubious bug reporting address.
17456 Fri Nov  3 08:17:54 1995  Per Bothner  <bothner@kalessin.cygnus.com>
17458         * Makefile.in ($(CONFIGURE_TARGET_MODULES)):  If subdir has
17459         configure script, run that instead of this directory's configure.
17460         In either case, print a message that we're configuring the sub-dir.
17462 Thu Nov  2 23:23:36 1995  Per Bothner  <bothner@kalessin.cygnus.com>
17464         * configure.in: Before checking for the existence of various files,
17465         use sed to filter out "target-".
17467 Thu Nov  2 13:24:56 1995  Ian Lance Taylor  <ian@cygnus.com>
17469         * Makefile.in (DO_X): Split rule to decrease command line length
17470         for systems with small ARG_MAX values.  From phdm@info.ucl.ac.be
17471         (Philippe De Muyter).
17473 Wed Nov  1 15:18:35 1995  Jason Molenda  (crash@phydeaux.cygnus.com)
17475         * Makefile.in (all-patch): depend on all-libiberty.
17477 Wed Nov  1 12:23:20 1995  Ian Lance Taylor  <ian@cygnus.com>
17479         * configure.in: If the only directory in target_configdirs which
17480         actually exists is libiberty, then set target_configdirs to empty,
17481         to avoid trying to build a target libiberty in a gas or gdb
17482         distribution.
17484 Tue Oct 31 17:52:39 1995  J.T. Conklin  <jtc@slave.cygnus.com>
17486         * configure.in (host_makefile_frag): Use m68k-sun-sunos* instead
17487         of m68k-sun-* when selecting mh-sun3 to avoid matching NetBSD/sun3
17488         systems.
17490 Tue Oct 31 16:57:32 1995  Jim Wilson  <wilson@chestnut.cygnus.com>
17492         * configure.in (copy_dirs): Use sys-include instead of include
17493         for --with-headers option.
17495 Tue Oct 31 10:29:36 1995  steve chamberlain  <sac@slash.cygnus.com>
17497         * Makefile.in, configure.in: Make winsup builds work with
17498         new scheme.
17500 Mon Oct 30 18:57:09 1995  Ian Lance Taylor  <ian@cygnus.com>
17502         * configure.in: Build the linker on AIX.
17504 Mon Oct 30 12:27:16 1995  Per Bothner  <bothner@kalessin.cygnus.com>
17506         * Makefile.in (CC_FOR_TARGET, CXX_FOR_TARGET):  Add $(TARGET_SUBDIR)
17507         where needed.
17509 Mon Oct 30 12:45:25 1995  Doug Evans  <dje@cygnus.com>
17511         * Makefile.in (all-gcc): Fix typo.
17513 Sat Oct 28 10:27:59 1995  Per Bothner  <bothner@kalessin.cygnus.com>
17515         * Makefile.in ($(CHECK_TARGET_MODULES)):  Fix typo.
17517 Fri Oct 27 23:14:12 1995  Per Bothner  <bothner@kalessin.cygnus.com>
17519         * configure.in:  Rename libFOO to target-libFOO, and xiberty
17520         to target-xiberty, to provide more flexibility.
17521         (target_subdir):  Define.  Create if cross.
17522         Set TARGET_SUBDIR in Makefile to ${target_subdir}.
17523         * Makefile.in:  Rename all-libFOO -> all-target-libFOO, all-xiberty
17524         -> all-target-libiberty, configure-libFOO -> configure-target-libFOO,
17525         check-libFOO -> check-target-libFOO, etc.
17526         ($(DO_X)):  Iterate over TARGET_CONFIGDIRS after SUBDIRS.
17527         ($(CONFIGURE_TARGET_MODULES), $(CHECK_TARGET_MODULES),
17528         $(ALL_TARGET_MODULES), $(INSTALL_TARGET_MODULES)): Update accordingly.
17529         (configure-target-XXX):  Depend on $(ALL_GCC), not all-gcc, to
17530         allow ALL_GCC="" to only configure.
17531         (DEVO_SUPPORT):  Add cfg-ml-com.in and cfg-ml-pos.in.
17532         (ETC_SUPPORT, ETC_SUPPORT_PFX):  Merge;  update 'taz' accordingly.
17533         (LIBGXX_SUPPORT_DIRS):  Remove xiberty.
17535 Sat Oct 28 01:53:49 1995  Ken Raeburn  <raeburn@cygnus.com>
17537         * Makefile.in (taz): Build "info" in etc explicitly.
17539 Fri Oct 27 09:32:30 1995  Stu Grossman  (grossman@cygnus.com)
17541         * configure.in:  Make sure that CC is undefined (as opposed to
17542         null) if toplevel/config/mh-{host} doesn't define it.  Fixes a
17543         problem with autoconf trying to configure on a host without GCC.
17545 Thu Oct 26 22:35:01 1995  Stan Shebs  <shebs@andros.cygnus.com>
17547         * mpw-configure: Set host alias from choice of host compiler,
17548         only use generic MPW Makefile sed if present, edit a file
17549         named "hacked_Makefile.in" instead of "Makefile.in" if present.
17550         * mpw-README: Add problem notes about CW6 and CW7.
17552 Thu Oct 26 05:45:10 1995  Ken Raeburn  <raeburn@kr-pc.cygnus.com>
17554         * Makefile.in (taz): Use ";" instead of ";;".
17556 Wed Oct 25 15:18:24 1995  Per Bothner  <bothner@kalessin.cygnus.com>
17558         * Makefile.in (taz):  Grep for '^diststuff:' or '^info:' in
17559         sub-directory Makefiles, instead of using DISTSTUFFDIRS and
17560         DISTDOCDIRS.
17561         (DISTSTUFFDIRS, DISTDOCDIRS):  Removed - no longer used.
17562         (newlib.tar.gz):  Don't pass DISTDOCDIRS to recursive make.
17564 Wed Oct 25 14:43:55 1995  Per Bothner  <bothner@kalessin.cygnus.com>
17566         * Makefile.in (DISTDOCDIRS):  Remove ld gprof bnutils gas libg++ gdb
17567         and gnats, because they are now subsumed by DISTSTUFFDIRS.
17568         Move bfd to DISTSTUFFDIRS.
17570 Tue Oct 24 18:19:09 1995  Jason Molenda  (crash@phydeaux.cygnus.com)
17572         * Makefile.in (X11_LIB): Removed.
17573         (X11_FLAGS_TO_PASS): pass only X11_EXTRA_CFLAGS and X11_EXTRA_LIBS.
17575         * configure.in (host_makefile_frag): mh-aix & mh-sun removed.
17577 Sun Oct 22 13:04:42 1995  Michael Meissner  <meissner@tiktok.cygnus.com>
17579         * cfg-ml-com.in (powerpc*): Shorten some of the multilib directory
17580         names.
17582 Fri Oct 20 18:02:10 1995  Michael Meissner  <meissner@tiktok.cygnus.com>
17584         * cfg-ml-com.in (powerpc*-eabi*): Add mcall-aixdesc varients.
17586 Thu Oct 19 10:40:57 1995  steve chamberlain  <sac@slash.cygnus.com>
17588         * configure.in (i[345]86-*-win32): Always build newlib.
17589         Don't configure cvs, autoconf or texinfo.
17590         * Makefile.in (LD_FOR_TARGET): New.
17591         (BASE_FLAGS_TO_PASS, EXTRA_TARGET_FLAGS, CONFIGURE_TARGET_MODULES):
17592         Pass down LD_FOR_TARGET.
17594 Wed Oct 18 15:53:56 1995  steve chamberlain  <sac@slash.cygnus.com>
17596         * winsup: New directory.
17597         * Makefile.in: Build winsup.
17598         * configure.in: Winsup is configured when target is win32.
17599         Can only build win32 target GDB when native.
17601 Mon Oct 16 09:42:31 1995  Jeffrey A Law  (law@cygnus.com)
17603         * config.guess: Recognize HP model 819 machines as having
17604         a PA 1.1 processor.
17606 Mon Oct 16 10:49:43 1995  Ian Lance Taylor  <ian@cygnus.com>
17608         * configure: Fix sed loop which substitutes for CC and CXX to
17609         avoid bug found in various sed implementations.
17611 Wed Oct 11 16:16:20 1995  Michael Meissner  <meissner@tiktok.cygnus.com>
17613         * cfg-ml-com.in (powerpc-*-eabisim): Delete separate rule for
17614         simulator.  Use standard powerpc-*-eabi*.
17616 Mon Oct  9 17:21:56 1995  Ian Lance Taylor  <ian@cygnus.com>
17618         * configure.in: Stop putting gas and binutils in noconfigdirs for
17619         powerpc-*-aix* and rs6000-*-*.
17621 Mon Oct  9 12:38:40 1995  Michael Meissner  <meissner@cygnus.com>
17623         * cfg-ml-com.in (powerpc*-*-eabisim*): Add support for building
17624         -mcall-aixdesc libraries.
17626 Fri Oct  6 16:17:57 1995  Ken Raeburn  <raeburn@cygnus.com>
17628         Mon Sep 25 22:49:32 1995  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
17630         * config.sub (arm | armel | armeb): Fix shell syntax.
17632 Fri Oct  6 14:40:28 1995  Michael Meissner  <meissner@tiktok.cygnus.com>
17634         * cfg-ml-com.in ({powerpc,rs6000}-ibm-aix*): Add multilibs for
17635         -msoft-float and -mcpu=common support.
17636         (powerpc*-*-eabisim*): Add support for building -mcall-aix
17637         libraries.
17639 Thu Oct  5 13:26:37 1995  Brendan Kehoe  <brendan@lisa.cygnus.com>
17641         * configure.in: Allow configuration and build of emacs19 for the alpha.
17643 Wed Oct  4 22:05:36 1995  Jason Molenda  (crash@phydeaux.cygnus.com)
17645         * configure.in (CC): Get ^CC, not just any old CC, from
17646         ${host_makefile_frag}.
17648 Wed Oct  4 21:55:00 1995  Jason Molenda  (crash@phydeaux.cygnus.com)
17650         * configure.in (CC): Try to get CC from
17651         ${srcdir}/${host_makefile_frag}, not ${host_makefile_frag}.
17653 Wed Oct  4 21:44:12 1995  Jason Molenda  (crash@phydeaux.cygnus.com)
17655         * Makefile.in (TARGET_CONFIGDIRS): configure targetdirs
17656         only if it exists in $(srcdir).
17658 Wed Oct  4 11:52:31 1995  Ian Lance Taylor  <ian@cygnus.com>
17660         * configure: If CC and CXX are not set in the environment, set
17661         them, based on either an existing Makefile or on searching for gcc
17662         in PATH.  Substitute for CC and CXX in Makefile.
17663         * configure.in: Remove libm from target_libs.  Separate
17664         target_configdirs from configdirs.  If CC is not set in
17665         environment, try to get it from a host Makefile fragment.  Rewrite
17666         changes of configdirs to use skipdirs instead.  A few minor
17667         tweaks.  Take directories out of target_configdirs as they are
17668         taken out of configdirs.  Remove existing Makefile files from
17669         subdirectories.  Substitute for TARGET_CONFIGDIRS and
17670         CONFIG_ARGUMENTS in Makefile.
17671         * Makefile.in (TARGET_CONFIGDIRS): New variable, automatically set
17672         by configure.in.
17673         (CONFIG_ARGUMENTS): Likewise.
17674         (CONFIGURE_TARGET_MODULES): New variable.
17675         ($(DO_X)): Loop over TARGET_CONFIGDIRS as well as SUBDIRS.
17676         ($(CONFIGURE_TARGET_MODULES)): New target.
17677         (configure-libg++, configure-libio): New targets.
17678         (all-libg++): Depend upon configure-libg++.
17679         (all-libio): Depend upon configure-libio.
17680         (configure-libgloss, all-libgloss): New targets.
17681         (configure-libstdc++): New target.
17682         (all-libstdc++): Depend upon configure-libstdc++.
17683         (configure-librx, all-librx): New targets.
17684         (configure-newlib): New target.
17685         (all-newlib): Depend upon configure-newlib
17686         (configure-xiberty): New target.
17687         (all-xiberty): Depend upon configure-xiberty.
17689 Sat Sep 30 04:32:59 1995  Jason Molenda (crash@phydeaux.cygnus.com)
17691         * configure.in (host i[345]86-*-win32):  Expand the
17692         noconfigdirs again.
17694 Thu Sep 28 21:18:49 1995  Stan Shebs  <shebs@andros.cygnus.com>
17696         * mpw-configure: Fix sed command file name.
17698 Thu Sep 28 17:39:56 1995  steve chamberlain  <sac@slash.cygnus.com>
17700         * configure.in (host i[345]86-*-win32): Reduce the
17701         noconfigdirs again.
17703 Wed Sep 27 12:24:00 1995  Ian Lance Taylor  <ian@cygnus.com>
17705         * configure.in: Don't configure ld and gdb for powerpc*-*-winnt*
17706         or powerpc*-*-pe*, since they are not yet supported.
17708 Tue Sep 26 14:30:01 1995  Stan Shebs  <shebs@andros.cygnus.com>
17710         Add PowerMac support and many other enhancements.
17711         * mpw-configure: New option --cc to select compiler to use,
17712         paste options set according to --cc into the generated
17713         Makefile, generate the Makefile by sed'ing the Unix Makefile.in
17714         if mpw-make.sed is present.
17715         * mpw-config.in: Don't test for gC1, test for mpw-touch,
17716         add forward includes for PowerPC include files.
17717         * mpw-build.in: Build using Makefile.PPC if present.
17718         (do-byacc, etc): Remove separate version resource builds.
17719         (do-gas): Build "stamps" before "all".
17720         (do-gcc): Build "stamps-h" and "stamps-c" before "all".
17721         * mpw-README: Update to reflect --cc option, PowerMac support,
17722         and recently-reported compatibility problems.
17724 Fri Sep 22 12:15:42 1995  Doug Evans  <dje@deneb.cygnus.com>
17726         * cfg-ml-com.in (m68*-*-*): Only build multilibs for
17727         embedded m68k systems (-aout, -coff, -elf, -vxworks).
17728         (--with-multilib-top): Pass to recursive invocations.
17730 Tue Sep 19 13:51:05 1995  J.T. Conklin  <jtc@blues.cygnus.com>
17732         * configure.in (noconfigdirs): Disable libg++ and libstdc++ on
17733         v810-*-*.
17735 Mon Sep 18 23:08:26 1995  J.T. Conklin  <jtc@rtl.cygnus.com>
17737         * configure.in (noconfigdirs): Disable bfd, binutils, gas, gcc,
17738         gdb, ld and opcodes on v810-*-*.
17740 Tue Sep 12 18:03:31 1995  Ian Lance Taylor  <ian@cygnus.com>
17742         * Makefile.in (DO_X): Change do-realclean to do-maintainer-clean.
17743         (local-maintainer-clean): New target.
17744         (maintainer-clean): New target.
17745         (realclean): Just depend upon maintainer-clean.
17747 Fri Sep  8 17:11:14 1995  J.T. Conklin  <jtc@rtl.cygnus.com>
17749         * configure.in (noconfigdirs): Disable gdb on m68k-*-netbsd*.
17751 Fri Sep  8 16:46:29 1995  Ian Lance Taylor  <ian@cygnus.com>
17753         * configure.in: Build ld in mips*-*-bsd* case.
17755 Thu Sep  7 20:03:41 1995  Ken Raeburn  <raeburn@cygnus.com>
17757         * config.sub: Accept -lites* OS.  From Ian Dall.
17759 Fri Sep  1 08:06:58 1995  James G. Smith  <jsmith@beauty.cygnus.com>
17761         * config.sub: recognise mips64vr4300 and mips64vr4300el as valid
17762         targets.
17764 Wed Aug 30 21:06:50 1995  Jason Molenda  (crash@phydeaux.cygnus.com)
17766         * configure.in: treat i386-win32 canadian cross the same as
17767         i386-go32 canadian cross.
17769 Thu Aug 24 14:53:20 1995  Michael Meissner  <meissner@tiktok.cygnus.com>
17771         * cfg-ml-com.in (powerpc*-*-eabisim): Add support for PowerPC
17772         running under the simulator to build a reduced set of libraries.
17773         (powerpc-*-eabiaix): Add fine grained multilib support added to
17774         other powerpc targets yesterday.
17776 Wed Aug 23 09:41:56 1995  Michael Meissner  <meissner@tiktok.cygnus.com>
17778         * cfg-ml-com.in (powerpc*): Add support for -disable-biendian,
17779         -disable-softfloat, -disable-relocatable, -disable-aix, and
17780         -disable-sysv to control which multilib libraries get built.
17782 Thu Aug 17 16:03:41 1995  Ken Raeburn  <raeburn@kr-laptop.cygnus.com>
17784         * configure: Add Makefile.tem to list of files to remove in trap
17785         handler.
17787 Mon Aug 14 19:27:56 1995  Per Bothner  <bothner@kalessin.cygnus.com>
17789         * config.guess (*Linux*):  Add missing "exit"s.
17790         Also, need specific check for alpha-unknown-linux (uses COFF).
17792 Fri Aug 11 15:38:20 1995  Per Bothner  <bothner@kalessin.cygnus.com>
17794         * config.guess:  Merge with FSF:
17796         Wed Jun 28 17:57:27 1995  David Edelsohn  <edelsohn@mhpcc.edu>
17797         * config.guess (AIX4): More robust release numbering discovery.
17799         Thu Jun 22 19:01:24 1995  Kenneth Stailey  (kstailey@eagle.dol-esa.gov)
17800         * config.guess (i386-sequent-ptx): Properly get version number.
17802         Thu Jun 22 18:36:42 1995  Uwe Seimet  (seimet@iris1.chemie.uni-kl.de)
17803         * config.guess (mips:*:4*:UMIPS): New case.
17805 Mon Aug  7 09:21:35 1995  Doug Evans  <dje@canuck.cygnus.com>
17807         * configure.in (i386-go32 host): Fix typo (deja-gnu -> dejagnu).
17808         (i386-win32 host): Likewise.  Don't build readline.
17810 Sat Aug  5 09:51:49 1995  Fred Fish  <fnf@rtl.cygnus.com>
17812         * Makefile.in (GDBTK_SUPPORT_DIRS):  Define and pass as part of
17813         SUPPORT_FILES to submakes.
17815 Fri Aug  4 13:04:36 1995  Fred Fish  <fnf@cygnus.com>
17817         * Makefile.in (GDB_SUPPORT_DIRS): Add utils.
17818         (DEVO_SUPPORT): Add mpw-README, mpw-build.in, mpw-config.h and
17819         mpw-configure.
17821 Wed Aug  2 16:32:40 1995  Ken Raeburn  <raeburn@cygnus.com>
17823         * configure.in (appdirs): Use =, not ==, in test expression when
17824         trying to build the text to print in the warning message for
17825         Solaris users.
17827 Mon Jul 31 09:56:18 1995  steve chamberlain  <sac@slash.cygnus.com>
17829         * cfg-ml-com.in (z8k-*-coff): Add 'std' multilib build.
17831 Fri Jul 28 00:16:31 1995  Jeffrey A. Law  <law@rtl.cygnus.com>
17833         * config.guess: Recognize lynx-2.3.
17835 Thu Jul 27 15:47:59 1995  steve chamberlain  <sac@slash.cygnus.com>
17837         * config.sub (z8ksim): Deleted
17838         (z8k-*-coff): New, this is the one true name of the target.
17840 Thu Jul 27 14:33:33 1995  Doug Evans  <dje@canuck.cygnus.com>
17842         * cfg-ml-pos.in (dotdot): Work around SunOS sed bug.
17844 Thu Jul 27 13:31:05 1995  Fred Fish  (fnf@cygnus.com)
17846         * config.guess (*:Linux:*:*): First try asking the linker what the
17847         default object file format is (elf, aout, or coff).  Then if this
17848         fails, try previous methods.
17850 Thu Jul 27 11:28:17 1995  J.T. Conklin  <jtc@rtl.cygnus.com>
17852         * configure.in: Don't build newlib for *-*-vxworks5.1.
17854 Thu Jul 27 11:18:47 1995  Brendan Kehoe  <brendan@lisa.cygnus.com>
17856         * configure.in: Don't build newlib for a29k-*-vxworks5.1.
17857         * test-build.mk: Add setting of --with-headers for a29k-vxworks5.1.
17859 Tue Jul 25 21:25:39 1995  Doug Evans  <dje@canuck.cygnus.com>
17861         * cfg-ml-pos.in (MULTITOP): Trim excess trailing "/.".
17863 Fri Jul 21 10:41:12 1995  Doug Evans  <dje@canuck.cygnus.com>
17865         * cfg-ml-com.in: New file.
17866         * cfg-ml-pos.in: New file.
17868 Wed Jul 19 00:37:27 1995  Jeffrey A. Law  <law@rtl.cygnus.com>
17870         * COPYING.NEWLIB: Add HP free copyright to list.
17872 Tue Jul 18 10:58:51 1995  Michael Meissner  <meissner@tiktok.cygnus.com>
17874         * config.sub: Recognize -eabi* for the system, not just -eabi.
17876 Mon Jul  3 13:44:51 1995  Steve Chamberlain  <sac@slash.cygnus.com>
17878         * Makfile.in (DLLTOOL_FOR_TARGET): New name, pass it down.
17879         * config.sub, configure.in (win32): New target and host.
17881 Wed Jun 28 23:57:08 1995  Steve Chamberlain  <sac@slash.cygnus.com>
17883         * configure.in: Add i386-pe configuration.
17885 Fri Jun 23 14:28:44 1995  Stan Shebs  <shebs@andros.cygnus.com>
17887         * mpw-build.in (install): Install GDB after LD.
17889 Thu Jun 22 17:10:53 1995  Stan Shebs  <shebs@andros.cygnus.com>
17891         * mpw-config.in (elf/mips.h): Always forward-include, needed
17892         for GDB to build.
17894 Wed Jun 21 15:17:30 1995  Rob Savoye  <rob@darkstar.cygnus.com>
17896         * testsuite: New directory for customer acceptance and whole tool
17897         chain tests.
17899 Wed Jun 21 16:50:29 1995  Ken Raeburn  <raeburn@cujo.cygnus.com>
17901         * configure: If per-host line isn't found, but AC_OUTPUT is found
17902         and a configure script exists, run it instead.
17904 Thu Jun 15 21:09:24 1995  Per Bothner  <bothner@kalessin.cygnus.com>
17906         * config.guess:  Update from FSF, for alpha-dec-winnt3.5 and  Crays.
17908 Tue Jun 13 21:43:27 1995  Rob Savoye  <rob@darkstar.cygnus.com>
17910         * configure: Set build_{cpu,vendor,os,alias} to host values when
17911         --build isn't specified.
17913 Mon Jun  5 18:26:36 1995  Jason Merrill  <jason@phydeaux.cygnus.com>
17915         * Makefile.in (PICFLAG, PICFLAG_FOR_TARGET): New macros.
17916         (FLAGS_TO_PASS): Pass them.
17917         (EXTRA_TARGET_FLAGS): Ditto.
17919 Wed May 31 22:27:42 1995  Jim Wilson  <wilson@chestnut.cygnus.com>
17921         * Makefile.in (all-libg++): Depend on all-libstdc++.
17923 Thu May 25 22:40:59 1995  J.T. Conklin  <jtc@rtl.cygnus.com>
17925         * configure.in (noconfigdirs): Enable all packages for
17926           i386-unknown-netbsd.
17928 Sat May 20 13:22:31 1995  Angela Marie Thomas  <angela@cirdan.cygnus.com>
17930         * configure.in (noconfigdirs): Don't configure tk for i386-go32
17931         hosted builds (DOS builds)
17933 Thu May 18 18:08:49 1995  Ken Raeburn  <raeburn@kr-laptop.cygnus.com>
17935         Changes for ARM based on patches from Richard Earnshaw:
17936         * config.sub: Handle armeb and armel.
17937         * configure.in: Omit arm linker only for riscix.
17939 Thu May 11 17:23:26 1995  Per Bothner  <bothner@kalessin.cygnus.com>
17941         * config.guess:  Update from FSF.
17943 Tue May  9 15:52:05 1995  Michael Meissner  <meissner@cygnus.com>
17945         * config.sub: Recognize powerpcle as the little endian variant of
17946         the PowerPC.  Recgonize ppc as a PowerPC variant, and ppcle as a
17947         powerpcle variant.  Convert pentium into i586, not i486.  Add p5
17948         alias for i586.  Map new x86 variants p6, k5, nexgen into i586
17949         temporarily.
17951 Tue May  2 16:29:41 1995  Jeff Law  (law@snake.cs.utah.edu)
17953         * configure.in (hppa*-*-lites*): Treat like hppa*-*-*elf*.
17955 Sun Apr 30 21:38:09 1995  Jeff Law  (law@snake.cs.utah.edu)
17957         * config.sub: Accept -lites* as a basic system type.
17959 Thu Apr 27 11:33:29 1995  Michael Meissner  (meissner@cygnus.com)
17961         * config.guess (*:Linux:*:*): Check for whether the pre-BFD linker is
17962         installed, and if so return linuxoldld as the system name.
17964 Wed Apr 26 10:59:02 1995  Jeff Law  (law@snake.cs.utah.edu)
17966         * config.guess: Add hppa1.1-hp-lites support.
17968 Tue Apr 25 11:08:11 1995  Rob Savoye  <rob@darkstar.cygnus.com>
17970         * configure.in: Don't build newlib for m68k-vxworks5.1.
17972 Wed Apr 19 17:02:43 1995  Jim Wilson  <wilson@chestnut.cygnus.com>
17974         * configure.in (mips-sgi-irix6): Use mh-irix5.
17976 Fri Apr 14 15:21:17 1995  Doug Evans  <dje@chestnut.cygnus.com>
17978         * Makefile.in (all-gcc): Depend on all-ld (for libgcc1-test).
17980 Wed Apr 12 16:06:01 1995  Jason Merrill  <jason@phydeaux.cygnus.com>
17982         * test-build.mk: Enable building of shared libraries on IRIX 5 and
17983         OSF/1.  Fix compiler flags.
17984         * build-all.mk: Support Linux and OSF/1 3.0.  Fix compiler flags.
17986 Tue Apr 11 18:55:40 1995  Doug Evans  <dje@canuck.cygnus.com>
17988         * configure.in: Recognize --with-newlib.
17989         (sparc-*-sunos4*): Build sim, dejagnu, expect, tcl if cross target.
17991 Mon Apr 10 14:38:20 1995  Jason Molenda (crash@phydeaux.cygnus.com)
17993         * Makefile.in: move {all,check,install}-gdb from *_MODULES
17994         to *_X11_MODULES due to gdbtk needing X include files et al.
17996 Mon Apr 10 11:42:22 1995  Stan Shebs  <shebs@andros.cygnus.com>
17998         Merge in support for Mac MPW as a host.
17999         (Old change descriptions retained for informational value.)
18001         * mpw-config.in: Add generic include forwards for cpu-specific
18002         include files in aout and elf directories.
18004         * mpw-configure: Added copyright.
18005         * mpw-config.in: Check for presence of required build tools.
18006         (target_libs): Add newlib.
18007         (target_tools): Add examples.
18008         (Read Me): Generate as "Read Me for MPW" instead.
18009         * mpw-build.in: Base sub-builds on all-foo instead of do-foo.
18010         (all-byacc, do-byacc, all-flex, do-flex, do-newlib): New actions.
18011         (do-gas, do-gcc, do-gdb, do-ld): Build Version.r first.
18013         * mpw-configure: Remove subdir-specific makefile hackery,
18014         delete mk.tmp after using it.
18016         * mpw-build.in (all): Display start and end times.
18018         * mpw-configure (host_canonical): Set.
18019         (target_cpu): Always add to makefiles.
18020         (ARCHDEFS, EMUL): Add to makefile only if nonempty.
18021         (TM_FILE, XM_FILE, NM_FILE): No longer add to makefile.
18022         (mpw-mh-mpw): Look for in srcdir and srcroot.
18023         Use sed instead of mpw-edit-prefix to edit prefix definitions.
18025         * mpw-build.in: (install-only): New target.
18027         * mpw-configure (host_alias, target_alias): Rename from hostalias
18028         and targetalias, add into generated Makefile.
18029         (mk.tmp): If present, add into generated Makefile.
18030         * mpw-build.in (all-gas): Build config.h first before gas proper.
18032         * mpw-configure (config.status): Write only if changed.
18033         * mpw-config.in (readline): Configure it (not built, just used for
18034         definitions).
18036         * mpw-config.in (elf/mips.h): Add a forward include.
18038         * mpw-config.in: Forward-include most .h files in include into
18039         extra-include.
18040         (readline): Don't build.
18041         mpw-build.in (install): Install GDB.
18043         * mpw-configure (prefix, mpw_prefix): Handle it.
18044         * mpw-config.in (mmalloc, readline): Don't configure.
18045         * mpw-build.in (thisscript): Rename to ThisScript.
18046         Use mpw-build instead of BuildProgram everywhere.
18047         (mmalloc, readline): Don't build.
18048         * mpw-README: New file, basic documentation about the MPW port.
18050         * mpw-config.in: Use forward-include to create include files.
18052         * mpw-configure: Add more things to the top of each configured
18053         Makefile, including contents of config/mpw-mh-mpw.
18054         * mpw-config.in (extra-include): Create this directory and fill it
18055         with Posix-like include files when configuring.
18057         * config.sub (apple, mac, mpw): Add various aliases.
18059         * mpw-build.in: New file, top-level build script fragment for MPW.
18060         * mpw-configure: New file, configure script for MPW.
18061         * mpw-config.in: New file, config fragment for MPW.
18063 Fri Apr  7 19:33:16 1995  Jim Kingdon  (kingdon@lioth.cygnus.com)
18065         * configure.in (host_libs): Remove glob, since it is gone from the
18066         sources.
18068 Fri Mar 31 11:36:17 1995  Jason Molenda  (crash@phydeaux.cygnus.com)
18070         * Makefile.in: define empty GDB_NLM_DEPS var.
18072         * configure.in(target_makefile_frag): use config/mt-netware
18073         for netware targets.
18075 Thu Mar 30 13:51:43 1995  Ian Lance Taylor  <ian@cygnus.com>
18077         * config.sub: Merge in recent FSF changes.  Remove linux special
18078         cases.
18080 Tue Mar 28 14:47:34 1995  Jason Molenda (crash@phydeaux.cygnus.com)
18082         Revert this change:
18084         Tue Mar 30 10:03:09 1993  Ian Lance Taylor  (ian@cygnus.com)
18086                 * build-all.mk: Use CC=cc -Xs on Solaris.
18088 Tue Mar 21 10:43:32 1995  Jim Kingdon  (kingdon@lioth.cygnus.com)
18090         * glob/*: Removed.  Schauer's 24 Feb 1994 readline change made us
18091         stop using it.
18092         * Makefile.in: Nuke all references to glob subdirectory.
18094 Thu Mar 16 13:35:30 1995  Jason Merrill  <jason@phydeaux.cygnus.com>
18096         * configure.in: Fix --enable-shared logic in per-host.
18098 Mon Mar 13 12:33:15 1995  Ian Lance Taylor  <ian@cygnus.com>
18100         * configure.in (*-hp-hpux[78]*): Use mh-hpux8.
18102 Mon Mar  6 10:21:58 1995  Jim Kingdon  (kingdon@lioth.cygnus.com)
18104         * configure.in (noconfigdirs): Don't build gas on AIX, for
18105         powerpc*-*-aix* as well as for rs6000*-*-aix*.
18107 Wed Mar  1 12:51:53 1995  Ian Lance Taylor  <ian@cygnus.com>
18109         * configure: Fix --cache-file to work if the file argument is a
18110         relative path.
18112 Tue Feb 28 17:36:07 1995  Ian Lance Taylor  <ian@cygnus.com>
18114         * configure: If the --cache-file is used, pass it down to
18115         configure in subdirectories.
18117 Mon Feb 27 12:52:46 1995  Kung Hsu  <kung@mexican.cygnus.com>
18119         * config.sub: add vxworks29k configuration.
18121 Fri Feb 10 16:12:26 1995  Ken Raeburn  <raeburn@cujo.cygnus.com>
18123         * Makefile.in (taz): Do "diststuff" part quietly.
18125 Sun Feb  5 14:16:35 1995  Doug Evans  <dje@canuck.cygnus.com>
18127         * config.sub: Mini-merge with gcc/config.sub.
18129 Sat Feb  4 12:11:35 1995  Jim Wilson  <wilson@chestnut.cygnus.com>
18131         * config.guess (IRIX): Sed - to _.
18133 Fri Feb  3 11:54:42 1995  J.T. Conklin  <jtc@rtl.cygnus.com>
18135         * Makefile.in (source-vault, binary-vault): New targets.
18137 Thu Jan 26 13:00:11 1995  Michael Meissner  <meissner@cygnus.com>
18139         * config.sub: Recognize -eabi as a basic system type.
18141 Thu Jan 12 13:13:23 1995  Jason Merrill  <jason@phydeaux.cygnus.com>
18143         * configure.in (enable_shared stuff): Fix typo.
18145 Thu Jan 12 01:36:51 1995  deanm@medulla.LABS.TEK.COM (Dean Messing)
18147         * Makefile.in (BASE_FLAGS_TO_PASS): Fix typo in passing LIBCXXFLAGS*.
18149 Wed Jan 11 16:29:53 1995  Jason Merrill  <jason@phydeaux.cygnus.com>
18151         * Makefile.in (LIBCXXFLAGS_FOR_TARGET): Add -fno-implicit-templates.
18153 Mon Jan  9 12:48:01 1995  Jim Kingdon  <kingdon@lioth.cygnus.com>
18155         * configure.in (rs6000-*-*): Don't build gas.
18157 Wed Jan  4 23:53:49 1995  Ian Lance Taylor  <ian@tweedledumb.cygnus.com>
18159         * Makefile.in: Use /x/x/ instead of /brokensed/brokensed/, to
18160         reduce command line length.
18161         (AS_FOR_TARGET): Check for as.new, not Makefile.
18162         (NM_FOR_TARGET): Check for nm.new, not Makefile.
18164 Wed Jan  4 13:02:39 1995  Per Bothner  <bothner@kalessin.cygnus.com>
18166         * config.guess:  Merge from FSF.
18168 Thu Dec 15 17:11:37 1994  Ian Lance Taylor  <ian@sanguine.cygnus.com>
18170         * configure: Don't use $ when handling program_suffix.
18172 Mon Dec 12 12:09:37 1994  Stu Grossman  (grossman@cygnus.com)
18174         * configure.in:  Configure tk for hppa/hpux.
18176 Fri Dec  2 15:55:38 1994  Per Bothner  <bothner@kalessin.cygnus.com>
18178         * Makefile.in (LIBGXX_SUPPORT_DIRS):  Add libstdc++.
18180 Tue Nov 29 19:37:56 1994  Per Bothner  <bothner@kalessin.cygnus.com>
18182         * Makefile.in:  Move -fno-implicit-template from CXXFLAGS
18183         to LIBCXXFLAGS.  Tests are better run without it.
18185 Wed Nov 23 10:29:25 1994  Brendan Kehoe  (brendan@lisa.cygnus.com)
18187         * Makefile.in (all-ispell): Depend on all-emacs19 instead of all-emacs.
18189 Mon Nov 21 11:14:01 1994  J.T. Conklin  <jtc@rtl.cygnus.com>
18191         * configure.in (*-*-netware*): Don't configure xiberty.
18193 Mon Nov 14 08:49:15 1994  Stu Grossman  (grossman@cygnus.com)
18195         * configure.in:  Remove tk from native_only list.
18197 Fri Nov 11 15:31:26 1994  Bill Cox  (bill@rtl.cygnus.com)
18199         * build-all.mk: Add mips-ncd-elf target to sun4 targets
18200           for special NCD build.
18202 Mon Nov  7 20:58:17 1994  Ken Raeburn  <raeburn@cujo.cygnus.com>
18204         * Makefile.in (DEVO_SUPPORT): Remove configure.bat and
18205         makeall.bat, they're only useful for binutils snapshots.
18206         (binutils.tar.gz, gas+binutils.tar.gz): Add configure.bat and
18207         makeall.bat to specified SUPPORT_FILES.
18209 Mon Nov  7 17:25:18 1994  Bill Cox  (bill@cirdan.cygnus.com)
18211         * build-all.mk: Add Ericsson targets to sun4 and solaris
18212           hosts.  Add  BNR's sun4 target to solaris host, so their
18213           build-from-source will be tested in-house first.
18215 Sat Nov  5 18:43:30 1994  Jason Merrill  (jason@phydeaux.cygnus.com)
18217         * Makefile.in (LIBCFLAGS): New variable.
18218         (CFLAGS_FOR_TARGET): Ditto.
18219         (LIBCFLAGS_FOR_TARGET): Ditto.
18220         (LIBCXXFLAGS): Ditto.
18221         (CXXFLAGS_FOR_TARGET): Ditto.
18222         (LIBCXXFLAGS_FOR_TARGET): Ditto.
18223         (BASE_FLAGS_TO_PASS): Pass them.
18224         (EXTRA_TARGET_FLAGS): Ditto.
18226         * configure.in: Support --enable-shared.
18228 Sat Nov  5 15:44:00 1994  Per Bothner  <bothner@kalessin.cygnus.com>
18230         * configure.in (target_libs):  Include libstdc++ again.
18231         * config.guess:  Update from FSF (for FreeBSD).
18233 Thu Nov  3 16:32:30 1994  Ken Raeburn  <raeburn@cujo.cygnus.com>
18235         * Makefile.in (DEVO_SUPPORT): Include configure.bat and
18236         makeall.bat.
18237         (DISTDOCDIRS): Add `etc'.
18238         (ETC_SUPPORT_PFX): New variable.
18239         (taz): Include anything from etc starting with a word in
18240         ETC_SUPPORT_PFX.
18242 Wed Oct 26 16:19:35 1994  Ian Lance Taylor  <ian@sanguine.cygnus.com>
18244         * config.sub: Update for recent FSF changes.  Remove obsolete
18245         h8300hds entry.  Add -windows* and -osx as basic os.  Minor
18246         spacing changes.
18248 Thu Oct 20 18:41:56 1994  Per Bothner  <bothner@kalessin.cygnus.com>
18250         * configure.in (target_libs):  Remove libstdc++ for libg++-2.6.1.
18252         * config.guess:  Merge with FSF.
18253         * configure.in:  Match on i?86-ncr-sysv4.3, not i?86-ncr-sysv43.
18255 Thu Oct 20 19:26:56 1994  Ken Raeburn  <raeburn@cujo.cygnus.com>
18257         * configure: Since the "trap 0" handler will override the exit
18258         status on many systems, only use it for "exit 1", and make it set
18259         a non-zero exit status; reset it before "exit 0".  Also, check
18260         exit status of config.sub, and error out if it failed.
18262 Wed Oct 19 18:49:55 1994  Rob Savoye  (rob@cygnus.com)
18264         * Makefile.in: (ALL_TARGET_MODULES,INSTALL_TARGET_MODULES) Build
18265         and install libgloss.
18267 Tue Oct 18 15:25:24 1994  Ian Lance Taylor  <ian@sanguine.cygnus.com>
18269         * Makefile.in (all-binutils): Depend upon all-byacc.
18271         * configure.in: Don't build emacs on Irix 5.
18273 Mon Oct 17 16:22:12 1994  J.T. Conklin  (jtc@phishhead.cygnus.com)
18275         * configure.in (*-*-netware*): Add libio.
18277 Thu Oct 13 15:51:20 1994  Jason Merrill  (jason@phydeaux.cygnus.com)
18279         * Makefile.in (ALL_TARGET_MODULES): Add libstdc++.
18280         (CHECK_TARGET_MODULES): Ditto.
18281         (INSTALL_TARGET_MODULES): Ditto.
18282         (TARGET_LIBS): Ditto.
18283         (all-libstdc++): Note dependencies.
18285 Thu Oct 13 01:43:08 1994  Ken Raeburn  <raeburn@cujo.cygnus.com>
18287         * Makefile.in (BINUTILS_SUPPORT_DIRS): Add gas.
18289 Tue Oct 11 12:12:29 1994  Jason Merrill  (jason@phydeaux.cygnus.com)
18291         * Makefile.in (CXXFLAGS): Use -fno-implicit-templates instead of
18292         -fexternal-templates.
18294         * configure.in (target_libs): Add libstdc++.
18295         (noconfigdirs): Add libstdc++ as appropriate.
18297 Thu Oct  6 18:00:54 1994  Per Bothner  (bothner@kalessin.cygnus.com)
18299         * config.guess:  Update from FSF.
18301 Tue Oct  4 12:05:42 1994  Ian Lance Taylor  <ian@sanguine.cygnus.com>
18303         * configure: Use ${config_shell} when running ${configsub}.
18305 Mon Oct  3 14:28:34 1994  Doug Evans  <dje@canuck.cygnus.com>
18307         * config.sub: No longer recognize h8300h.
18309 Mon Oct  3 12:40:54 1994  Ian Lance Taylor  <ian@sanguine.cygnus.com>
18311         * config.sub: Remove extraneous differences between config.sub and
18312         gcc/config.sub.
18314 Sat Oct  1 00:23:12 1994  Ken Raeburn  <raeburn@cujo.cygnus.com>
18316         * Makefile.in (DISTSTUFFDIRS): Add gas.
18318 Thu Sep 22 19:04:55 1994  Doug Evans  (dje@canuck.cygnus.com)
18320         * COPYING.NEWLIB: New file.
18322 Mon Sep 19 18:25:40 1994  Per Bothner  (bothner@kalessin.cygnus.com)
18324         * config.guess (HP-UX):  Patch from Harlan Stenn
18325         <harlan@landmark.com> to also emit release level.
18327 Wed Sep  7 13:15:25 1994  Jim Wilson  (wilson@sphagnum.cygnus.com)
18329         * config.guess (sun4*:SunOS:*:*): Change '-JL' to '_JL'.
18331 Tue Sep  6 23:23:18 1994  Per Bothner  (bothner@kalessin.cygnus.com)
18333         * config.sub:  Merge nextstep cleanup from FSF.
18335 Mon Sep  5 05:01:30 1994  Ken Raeburn  (raeburn@kr-pc.cygnus.com)
18337         * configure.in (arm-*-*): Don't configure ld for this target.
18339 Thu Sep  1 09:35:00 1994  J.T. Conklin  (jtc@phishhead.cygnus.com)
18341         * configure.in (*-*-netware): don't configure libg++, libio,
18342           librx, or newlib.
18344 Wed Aug 31 13:52:08 1994  Ian Lance Taylor  (ian@sanguine.cygnus.com)
18346         * configure.in (alpha-dec-osf*): Use osf*, not osf1*.  Don't
18347         configure ld--it works, but it doesn't support shared libraries.
18349 Sun Aug 28 18:13:45 1994  Per Bothner  (bothner@kalessin.cygnus.com)
18351         * config.guess (*-unknown-freebsd*):  Get rid of possible
18352         trailing "(Release)" in version string.
18353         Patch from Paul Richards <paul@isl.cf.ac.uk>.
18355 Sat Aug 27 15:00:49 1994  Per Bothner  (bothner@kalessin.cygnus.com)
18357         * config.guess:  Fix i486-ncr-sysv43 -> i486-ncr-sysv4.3.
18358         Fix type: *-next-neststep -> *-next-nextstep.
18360         * config.guess:  Merge from FSF:
18362         Fri Aug 26 18:45:25 1994  Philippe De Muyter (phdm@info.ucl.ac.be)
18364         * config.guess: Recognize powerpc-ibm-aix3.2.5.
18366         Wed Apr 20 06:36:32 1994  Philippe De Muyter  (phdm@info.ucl.ac.be)
18368         * config.guess: Recognize UnixWare 1.1 (UNAME_SYSTEM is SYSTEM_V
18369         instead of UNIX_SV for UnixWare 1.0).
18371 Sat Aug 27 01:56:30 1994  Stu Grossman  (grossman@cygnus.com)
18373         * Makefile.in (all-gdb):  Add dependencies on all-gcc and all-ld
18374         to make gdb/nlm/* build after the compiler and linker.
18376 Fri Aug 26 14:30:05 1994  Per Bothner  (bothner@kalessin.cygnus.com)
18378         * config.guess (netbsd, freebsd, linux):  Accept any machine,
18379         not just i[34]86.
18380         (m68k-atari-sysv4):  Relocate to match FSF version.
18382         * config.guess:  More merges from the FSF:
18384         Add a space before function call or macro invocation.
18386         Tue May 10 16:53:55 1994  Roland McGrath (roland@churchy.gnu.ai.mit.edu)
18388         * config.guess: Add trap cmd to remove dummy.c and dummy when
18389         interrupted.
18391         Wed Apr 20 18:07:13 1994  Roland McGrath (roland@churchy.gnu.ai.mit.edu)
18393         * config.guess (dummy.c): Redirect stderr for `hostinfo' command.
18394         (dummy): Redirect stderr from compilation of dummy.c.
18396         Sat Apr  9 14:59:28 1994  Christian Kranz  (kranz@sent5.uni-duisburg.de)
18398         * config.guess: Distinguish between NeXTStep 2.1 and 3.x.
18400 Fri Aug 26 13:42:20 1994  Ken Raeburn  (raeburn@kr-laptop.cygnus.com)
18402         * configure: Accept and ignore --cache*, for compatibility with
18403         new autoconf.
18405 Fri Aug 26 13:05:27 1994  Per Bothner  (bothner@kalessin.cygnus.com)
18407         * config.guess:  Merge from FSF:
18409         Thu Aug 25 20:28:51 1994  Richard Stallman  <rms@mole.gnu.ai.mit.edu>
18411         * config.guess (Pyramid*:OSx*:*:*): New case.
18412         (PATH): Add /.attbin at end for finding uname.
18413         (dummy.c): Handle i860-alliant-bsd.  Follow whitespace conventions.
18415         Wed Aug 17 18:21:02 1994  Tor Egge  (tegge@pvv.unit.no)
18417         * config.guess (M88*:DolphinOS:*:*): New case.
18419         Thu Aug 11 17:00:13 1994  Stan Cox  (coxs@dg-rtp.dg.com)
18421         * config.guess (AViiON:dgux:*:*): Use TARGET_BINARY_INTERFACE
18422         to select whether to use ELF or COFF.
18424         Sun Jul 24 16:20:53 1994  Richard Stallman  <rms@mole.gnu.ai.mit.edu>
18426         * config.guess: Recognize i860-stardent-sysv and i860-unknown-sysv.
18428         Sun May  1 10:23:10 1994  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
18430         * config.guess: Guess the OS version for HPUX.
18432         Tue Mar  1 21:53:03 1994  Karl Heuer  (kwzh@hal.gnu.ai.mit.edu)
18434         * config.guess (UNAME_VERSION): Recognize aix3.2.4 and aix3.2.5.
18436 Fri Aug 26 11:19:08 1994  Ian Lance Taylor  (ian@sanguine.cygnus.com)
18438         * configure.in: Recognize --with-headers, --with-libs, and
18439         --without-newlib.
18440         * Makefile.in (all-xiberty): Depend upon all-ld.
18442 Wed Aug 24 12:36:50 1994  Ian Lance Taylor  (ian@sanguine.cygnus.com)
18444         * configure.in: Change i[34]86 to i[345]86.
18446 Mon Aug 22 10:58:33 1994  Ian Lance Taylor  (ian@sanguine.cygnus.com)
18448         * configure (version): A few more tweaks to help message.
18450 Fri Aug 19 12:40:25 1994  Per Bothner  (bothner@kalessin.cygnus.com)
18452         * Makefile.in:  Remove (for now) librx as a host library,
18453         now that we're building it for target.
18455 Fri Aug 19 10:49:17 1994  Ian Lance Taylor  (ian@sanguine.cygnus.com)
18457         * configure: Fix up help message; from karl@owl.hq.ileaf.com
18458         (Karl Berry).
18460 Tue Aug 16 16:11:08 1994  Per Bothner  (bothner@kalessin.cygnus.com)
18462         * configure.in:  Also configure librx.
18464 Mon Aug 15 16:51:45 1994  Per Bothner  (bothner@kalessin.cygnus.com)
18466         * Makefile.in:  Update various rules to reflect that librx
18467         is now needed for libg++.
18469 Fri Aug 12 18:07:21 1994  Ian Lance Taylor  (ian@sanguine.cygnus.com)
18471         * config.sub: Accept mips64orion and mips64orionel as a CPU name.
18473 Mon Aug  8 11:36:17 1994  Stan Shebs  (shebs@andros.cygnus.com)
18475         * configure.in: Configure the examples directory.
18477 Thu Aug  4 16:12:36 1994  Ian Lance Taylor  (ian@sanguine.cygnus.com)
18479         * configure: Simplify Jun 2 1994 change.
18481 Wed Aug  3 04:58:16 1994  D. V. Henkel-Wallace  (gumby@cygnus.com)
18483         * change CC to /usr/latest/bin/gcc for lynx host builds, since
18484         /bin/gcc isn't good enough to build gcc.
18486 Wed Jul 27 09:07:14 1994  Fred Fish  (fnf@cygnus.com)
18488         * Makefile.in (GDB_SUPPORT_FILES): Remove
18489         (setup-dirs-gdb, gdb.tar.gz, make-gdb.tar.gz):  Remove old rules.
18490         (gdb.tar.gz): Add new rule to use standard distribution building
18491         mechanism.
18493 Mon Jul 25 11:10:06 1994  Ian Lance Taylor  (ian@tweedledumb.cygnus.com)
18495         * configure.in: Warn about use of /usr/ucb/cc on Solaris.  From
18496         Bill Cox <bill@cygnus.com>.
18498 Sat Jul 23 12:19:46 1994  Per Bothner  (bothner@kalessin.cygnus.com)
18500         * config.guess:  Recognize ISC.  Patch from kwzh@gnu.ai.mit.edu.
18502 Fri Jul 22 17:53:59 1994  Stu Grossman  (grossman@cygnus.com)
18504         * configure:  Search current dir first in .gdbinit.
18506 Fri Jul 22 11:28:30 1994  Per Bothner  (bothner@kalessin.cygnus.com)
18508         * config.sub:  Recognize freebsd (merged from gcc config.sub).
18510 Thu Jul 21 14:10:52 1994  Per Bothner  (bothner@kalessin.cygnus.com)
18512         * config.sub:  Refer to NeXT's operating system as nextstep.
18514         * config.sub (case $basic_machine):  Re-order the cases, to match
18515         the order in the FSF version (which is mostly alphabethical).
18516         Merge in some additions and changes from the FSF.
18518 Sat Jul 16 12:03:08 1994  Stan Shebs  (shebs@andros.cygnus.com)
18520         * config.guess: Recognize m68k-atari-sysv4 and m88k-harris-csux7.
18521         * config.sub: Recognize cxux7.
18522         * configure.in: Use mh-cxux for m88k-harris-cxux*.
18524 Mon Jul 11 14:37:39 1994  Per Bothner  (bothner@kalessin.cygnus.com)
18526         * config.sub:  Fix typo powerpc -> powerpc-*.
18528 Sat Jul  9 13:03:43 1994  Michael Tiemann  (tiemann@blues.cygnus.com)
18530         * Makefile.in: `all-emacs19' depends on `all-byacc'.
18532         * Makefile.in: Add all-emacs19 and install-emacs19 rules (in
18533         parallel with all-emacs and install-emacs).  Top-level command
18534         `make all-emacs19 CC=gcc' now behaves as `make all-emacs CC=gcc'.
18536 Thu Jun 30 16:53:42 1994  Ian Lance Taylor  (ian@sanguine.cygnus.com)
18538         * test-build.mk ($(host)-stamp-stage2-installed): Remove
18539         $(relbindir)/make before doing ``make install'', and use
18540         $(GNU_MAKE) while doing it.  Avoids problem on SunOS with
18541         installing over running make binary.
18542         ($(host)-stamp-stage3-installed): Likewise.
18544 Tue Jun 28 13:43:25 1994  Jim Kingdon  (kingdon@lioth.cygnus.com)
18546         * config.guess: Recognize Mach.
18548 Mon Jun 27 16:41:14 1994  Ian Lance Taylor  (ian@sanguine.cygnus.com)
18550         * configure: Check ${exec_prefixoption}, not ${exec_prefix}, to
18551         see whether --exec-prefix was used.
18553 Sun Jun 26 21:15:54 1994  Per Bothner  (bothner@kalessin.cygnus.com)
18555         * README:  Explicitly mention libg++/README.  (Zoo's idea.)
18557 Tue Jun 21 12:45:55 1994  Jim Kingdon  (kingdon@lioth.cygnus.com)
18559         * Makefile.in: Add all-librx target similar to all-libproc.
18561 Wed Jun  8 23:11:55 1994  Stu Grossman  (grossman@cygnus.com)
18563         * config.guess:  Rearrange tests for Alpha-OSF1 to properly deal
18564         with post 1.2 uname bogosity.
18566 Thu Jun  9 00:27:59 1994  Ian Lance Taylor  (ian@tweedledumb.cygnus.com)
18568         * configure: Remove temporary files on receipt of a signal.
18570 Tue Jun  7 12:06:24 1994  Ian Lance Taylor  (ian@cygnus.com)
18572         * configure: If there is a package_makefile_frag, remove
18573         ${subdir}/Makefile.tem after copying it in.
18575 Mon Jun  6 21:35:02 1994  D. V. Henkel-Wallace  (gumby@cygnus.com)
18577         * build_all.mk: support rs6000 lynx identifies itself as
18578         rs6000-lynx-lynxos2.2.2.  Also, use /usr/cygnus/progressive/bin/gcc
18579         since /bin/gcc is too feeble to compile a modern gcc.
18581 Mon Jun  6 16:06:34 1994  Karen Christiansen (karen@cirdan.cygnus.com)
18583         * brought devo/test-build.mk update-to-date with progressive/
18584           test-build.mk. Add lynx targets and hppa flag info.
18586 Sat Jun  4 17:23:54 1994  Per Bothner  (bothner@kalessin.cygnus.com)
18588         * configure.in:  Use mh-ncrsvr43.  Patch from
18589         Tom McConnell <tmcconne@sedona.intel.com>.
18591 Fri Jun  3 17:47:24 1994  Per Bothner  (bothner@kalessin.cygnus.com)
18593         * config.guess (i386-unknown-bsdi):  No longer need to
18594         check #if defined(__bsdi__) && defined(__i386__).
18596 Thu Jun  2 18:56:46 1994  Ian Lance Taylor  (ian@tweedledumb.cygnus.com)
18598         * configure: Set program_transform_nameoption correctly.
18600 Thu Jun  2 10:57:06 1994  Karen Christiansen (karen@cirdan.cygnus.com)
18602         * brought build-all.mk update-to-date with progressive build-all.mk,
18603           added new targets and hppa info.
18605 Thu Jun  2 00:12:44 1994  Ian Lance Taylor  (ian@tweedledumb.cygnus.com)
18607         * configure: If config.guess result is a prefix of the user
18608         specified target, assume a native build and use the user specified
18609         target as the host alias.  Remove SunOS patch suffix removal hack.
18610         * configure.in: Remove SunOS patch suffix removal hack.
18612         * Makefile.in (CROSS_CHECK_MODULES): Remove check-flex, since it's
18613         in NATIVE_CHECK_MODULES.
18615 Wed Jun  1 10:49:41 1994  Bill Cox  (bill@rtl.cygnus.com)
18617         * Makefile.in: Rename HOST_ONLY to NATIVE.
18618         * configure: Delete SunOs patch suffix from host_canonical
18619           and build_canonical variables that are prepended to Makefiles.
18620         * configure.in: Add comments for easier maintenance.
18622 Tue May 31 19:39:47 1994  Jim Kingdon  (kingdon@lioth.cygnus.com)
18624         * Makefile.in: Add all-libproc target similar to all-gui.
18626 Tue May 31 17:16:33 1994  Tom Lord  (lord@cygnus.com)
18628         * Makefile.in (CHECK_MODULES): split into
18629         HOST_ONLY_CHECK_MODULES and CROSS_CHECK_MODULES.
18631 Tue May 31 16:36:36 1994  Paul Eggert  (eggert@twinsun.com)
18633         * config.guess (i386-unknown-bsdi): New system to guess.
18635 Wed May 25 16:47:10 1994  Jim Kingdon  (kingdon@lioth.cygnus.com)
18637         * Makefile.in: Add all-gui target (but not yet build by "all").
18639 Thu May 26 08:53:19 1994  Bill Cox  (bill@rtl.cygnus.com)
18641         * config.sub: Move deletion of patch suffix from here...
18642         * configure.in: To here, at Ian's suggestion.  The top-
18643           level scripts might need to know of a patch level.
18645 Wed May 25 09:15:54 1994  Bill Cox  (bill@rtl.cygnus.com)
18647         * config.sub: Strip off patch suffix so rtl is recognized
18648           as a sunos4.1.3 machine, even though it's been patched.
18650 Fri May 20 08:25:49 1994  Steve Chamberlain  (sac@deneb.cygnus.com)
18652         * Makefile.in (INSTALL_LAST): Delete.
18653         (INSTALL_DOSREL): New.
18655 Thu May 19 17:12:12 1994  Ian Lance Taylor  (ian@tweedledumb.cygnus.com)
18657         * configure.in: Use ld for i[34]86-*-sysv4* and sparc-*-solaris2*.
18658         Don't set use_gnu_ld to no for *-*-sysv4; that only controls
18659         whether we pass down --with-gnu-ld anyhow.
18661 Thu May 19 09:29:12 1994  Steve Chamberlain  (sac@cygnus.com)
18663         * Makefile.in (INSTALL_LAST): Change operation so it works
18664         on more flavors of make.
18665         * configure.in (go32): Don't build libg++ or libio.
18667 Fri May 13 13:28:34 1994  Steve Chamberlain  (sac@cygnus.com)
18669         * Makefile.in (Move HOST_PREFIX_1 and friends up so
18670         they can be overriden by templates.
18672 Sat May  7 16:46:44 1994  Steve Chamberlain  (sac@cygnus.com)
18674         * configure.in (target==go32): Don't build gdb.
18675         * dosrel: New directory.
18677 Fri May  6 14:19:25 1994  Steve Chamberlain  (sac@cygnus.com)
18679         * configure.in (host==go32): Configure dosrel too.
18680         * Makefile.in (INTALL_TARGET): Call INSTALL_LAST last.
18681         (HOST_CC, HOST_PREFIX, HOST_PREFIX_1): Undefine, they should
18682         be set by incoming names or templates.
18683         (INSTALL_LAST): New rule.
18685 Thu May  5 17:35:05 1994  Stan Shebs  (shebs@andros.cygnus.com)
18687         * config.sub (sparclitefrw, sparclitefrwcompat): Don't set the os.
18689 Thu May  5 20:06:45 1994  Ken Raeburn  (raeburn@cujo.cygnus.com)
18691         * configure.in (appdirs): New variable.  Currently empty, but will
18692         be used in gas distribution.  If nonempty, lists a set of
18693         directories at least one of which must get configured, or top
18694         level configuration is considered to have failed.
18695         (rs6000-*-lynxos*): Use new file name.
18697 Thu May  5 13:38:36 1994  Ian Lance Taylor  (ian@tweedledumb.cygnus.com)
18699         Eliminate XTRAFLAGS.
18700         * Makefile.in (CC_FOR_TARGET): If newlib exists, refer to the
18701         newlib include files using -idirafter, and also use -nostdinc.
18702         (CXX_FOR_TARGET): Likewise.
18703         (XTRAFLAGS): Removed.
18704         (BASE_FLAGS_TO_PASS): Remove XTRAFLAGS_FOR_TARGET.
18705         (EXTRA_HOST_FLAGS): Remove XTRAFLAGS.
18706         (EXTRA_TARGET_FLAGS, EXTRA_GCC_FLAGS): Likewise.
18707         ($(DO_X)): Don't pass down XTRAFLAGS.
18709 Thu May  5 00:16:36 1994  Ken Raeburn  (raeburn@kr-pc.cygnus.com)
18711         * configure.in (mips*-dec-bsd*): New target; do build linker.
18712         (mips*-*-bsd*): New target; don't build linker.
18714 Wed May  4 20:10:10 1994  D. V. Henkel-Wallace  (gumby@cygnus.com)
18716         * configure.in: support rs6000-*-lynxos* configuration.
18717         support sunos4 as a cross target.
18719         * config.sub: look for lynx*, not lynx since the OS version may
18720         legitimately be part of the name.
18722 Tue May  3 21:48:11 1994  Ken Raeburn  (raeburn@cujo.cygnus.com)
18724         * configure.in (i[34]86-*-sco*): Move to be with other i386
18725         targets.
18726         (romp-*-*): New target.  Skip various binary utilities.
18727         (vax-*-*): New target.  Don't build newlib.
18728         (vax-*-vms): Renamed from *-*-vms.  Don't build opcodes or newlib.
18730 Thu Apr 28 15:03:05 1994  David J. Mackenzie  (djm@rtl.cygnus.com)
18732         * configure.in: Only set host_makefile_frag if config
18733         directory exists.
18735 Wed Apr 27 12:14:30 1994  David J. Mackenzie  (djm@rtl.cygnus.com)
18737         * install.sh: If $dstdir exists, don't check whether each
18738         component does.
18740 Tue Apr 26 18:11:33 1994  Ian Lance Taylor  (ian@tweedledumb.cygnus.com)
18742         * test-build.mk (HOLES): Add sleep; used by rcs/src/conf.sh.
18744 Mon Apr 25 15:06:34 1994  Stan Shebs  (shebs@andros.cygnus.com)
18746         * configure.in (*-*-lynxos*): Don't configure newlib for either
18747         native or cross Lynx.
18749 Sat Apr 16 11:58:16 1994  Doug Evans  (dje@canuck.cygnus.com)
18751         * config.sub (sparc64-elf): Fix os.
18752         (z8k): Remove duplicate.
18754 Thu Apr 14 23:33:17 1994  Ian Lance Taylor  (ian@tweedledumb.cygnus.com)
18756         * Makefile.in (gcc-no-fixedincludes): Touch gcc/include/fixed, not
18757         gcc/stmp-fixproto, to try to prevent fixproto from being run.
18759 Wed Apr 13 15:14:52 1994  Bill Cox  (bill@cygnus.com)
18761         * configure: Make file links cleanly even if Lynx fails on
18762           an NFS symlink (at least fail cleanly).
18764 Mon Apr 11 10:58:56 1994  Jim Wilson  (wilson@sphagnum.cygnus.com)
18766         * test-build.mk (CC): For mips-sgi-irix4, change -XNh1500 to
18767         -XNh2000.
18769 Sat Apr  9 15:10:45 1994  David J. Mackenzie  (djm@rtl.cygnus.com)
18771         * configure: Unknown options are fatal again.
18773 Fri Apr  8 12:01:41 1994  David J. Mackenzie  (djm@cygnus.com)
18775         * configure: Ignore --x-includes and --x-libraries, for Autoconf
18776         compatibility.
18778 Thu Apr  7 17:31:43 1994  Doug Evans  (dje@canuck.cygnus.com)
18780         * build-all.mk: Add `clean' target.
18782 Wed Apr  6 20:44:56 1994  Peter Schauer  (pes@regent.e-technik.tu-muenchen.de)
18784         * config.guess:  Add SINIX support.
18785         * configure.in:  Add mips-*-sysv4* support.
18787 Mon Apr  4 17:41:44 1994  Doug Evans  (dje@canuck.cygnus.com)
18789         * build-all.mk: Document all useful targets.
18790         If canonhost is sparc-sun-solaris2.3, change it to sparc-sun-solaris2.
18791         If canonhost is mips-sgi-irix4.0.5H, change it to mips-sgi-irix4.
18793 Thu Mar 31 04:55:57 1994  David J. Mackenzie  (djm@rtl.cygnus.com)
18795         * configure: Support --silent, --quiet.
18797 Wed Mar 30 21:37:38 1994  David J. Mackenzie  (djm@rtl.cygnus.com)
18799         * configure: Support --disable-FEATURE.
18801 Tue Mar 29 19:15:05 1994  Jim Kingdon  (kingdon@lioth.cygnus.com)
18803         * config.guess: Recognize NCR running SVR4.3.
18805 Mon Mar 28 14:55:15 1994  Per Bothner  (bothner@kalessin.cygnus.com)
18807         * config.guess:  Make BSDI generate i386-unknown-bsd386.
18808         Patch from Paul Eggert <eggert@twinsun.com>.
18810 Mon Mar 28 12:54:52 1994  Ian Lance Taylor  (ian@tweedledumb.cygnus.com)
18812         * configure.in (powerpc-*-aix*): Treat like rs6000-*-*.
18814 Sat Mar 26 11:25:48 1994  David J. Mackenzie  (djm@rtl.cygnus.com)
18816         * configure: Make unrecognized options give nonfatal warnings
18817         instead of fatal errors, and pass them to any subdirectory
18818         configures in case they recognize them.
18819         Make --x equivalent to --with-x.
18821 Fri Mar 25 21:52:10 1994  David J. Mackenzie  (djm@rtl.cygnus.com)
18823         * configure: Add --enable-* options.  Clean up usage message and
18824         some comments.
18826 Thu Mar 24 09:12:53 1994  Doug Evans  (dje@canuck.cygnus.com)
18828         * Makefile.in (NM_FOR_TARGET): Build tree version is now nm.new.
18830 Sun Mar 20 11:28:22 1994  Jeffrey A. Law  (law@snake.cs.utah.edu)
18832         * configure.in (hppa*-*-*): Enable binutils.
18834 Sat Mar 19 11:50:16 1994  Jim Kingdon  (kingdon@lioth.cygnus.com)
18836         * config.sub: Recognize cisco.
18838 Fri Mar 18 16:42:32 1994  Jason Merrill  (jason@deneb.cygnus.com)
18840         * Makefile.in (CXXFLAGS): Add -fexternal-templates.
18842 Tue Mar 15 11:25:55 1994  Jim Kingdon  (kingdon@lioth.cygnus.com)
18844         * config.guess: about target *-hitachi-hiuxwe2, don't print more
18845         than one configuration name.  Add comment.
18847 Sun Mar  6 23:13:38 1994  Hisashi MINAMINO  (minamino@sra.co.jp)
18849         * config.guess: about target *-hitachi-hiuxwe2, fixed
18850         machine guessing order.  [Hitachi's CPU_IS_HP_MC68K
18851         macro is incorrect.]
18853 Sun Mar 13 09:10:08 1994  Jim Kingdon  (kingdon@lioth.cygnus.com)
18855         * Makefile.in (TAGS): Just build TAGS in each subdirectory, rather
18856         than the "make ls" stuff which used to be here.
18858 Fri Mar 11 12:52:39 1994  Per Bothner  (bothner@kalessin.cygnus.com)
18860         * config.guess:  Recognize i[34]86-unknown-freebsd.
18861         From Shawn M Carey <smcarey@rodan.syr.edu>.
18863 Thu Mar  3 14:24:21 1994  Per Bothner  (bothner@kalessin.cygnus.com)
18865         * configure.in (noconfigdirs for alpha): Remove libg++ and libio.
18867 Wed Mar  2 13:28:48 1994  Jim Kingdon  (kingdon@deneb.cygnus.com)
18869         * config.guess: Check for ptx.
18871 Mon Feb 28 16:46:50 1994  Kung Hsu  (kung@mexican.cygnus.com)
18873         * config.sub: Add os9k checking.
18875 Thu Feb 24 07:09:04 1994  Jeffrey A. Law  (law@snake.cs.utah.edu)
18877         * config.guess: Handle OSF1 running on HPPA processors
18879 Fri Feb 18 14:14:00 1994  Ken Raeburn  (raeburn@rtl.cygnus.com)
18881         * configure: If subdir configure fails, print out a message with
18882         subdirectory name, in case subdir's configure code didn't identify
18883         itself.
18885 Fri Feb 18 12:50:15 1994  Doug Evans  (dje@cygnus.com)
18887         * configure.in: Remove embedded newlines from configdirs.
18888         Avoid mismatches of substrings.  Fix matching strings at end
18889         of configdirs.
18891 Fri Feb 11 15:33:33 1994  Stu Grossman  (grossman at cygnus.com)
18893         * config.guess:  Add Lynx/rs6000 config support.
18895 Tue Feb  8 13:41:09 1994  Ken Raeburn  (raeburn@rtl.cygnus.com)
18897         * configure.in (alpha-dec-osf1*, alpha*-*-*): Build gas.
18899 Mon Feb  7 15:42:36 1994  Jeffrey A. Law  (law@cygnus.com)
18901         * configure.in (hppa*-*-osf*): Treat this just like most other
18902         PA configurations (eg no binutils or ld).
18903         (hppa*-*-*elf*): These configurations have binutils and ld.
18905 Sun Feb  6 16:35:07 1994  Jeffrey A. Law  (law@snake.cs.utah.edu)
18907         * config.sub (hiux): Fix typo.  From m-kasahr@sramhc.sra.co.JP.
18909 Sat Feb  5 01:00:33 1994  Ian Lance Taylor  (ian@tweedledumb.cygnus.com)
18911         * configure.in (rs6000-*-*): Build gas.
18913 Wed Feb  2 13:57:57 1994  Jeffrey A. Law  (law@snake.cs.utah.edu)
18915         * Makefile.in:  Avoid bug in losing hpux sed.
18917 Wed Feb  2 14:53:05 1994  Jim Kingdon  (kingdon@lioth.cygnus.com)
18919         * Makefile.in, test-build.mk: Remove MUNCH_NM; it was only needed
18920         for GDB and GDB has been fixed to not need it.
18922 Sun Jan 30 17:58:06 1994  Ken Raeburn  (raeburn@cujo.cygnus.com)
18924         * config.guess: Recognize vax hosts.
18926 Fri Jan 28 15:29:38 1994  Ken Raeburn  (raeburn@cujo.cygnus.com)
18928         * configure (while loop): Don't use "break 2" inside case
18929         statement -- the case statement isn't an enclosing loop.
18931 Mon Jan 24 18:40:06 1994  Per Bothner  (bothner@kalessin.cygnus.com)
18933         * config.guess:  Clean up NeXT support, to allow nextstep
18934         on Intel machines.  Make OS be nextstep.
18936 Sun Jan 23 18:47:22 1994  Richard Kenner  (kenner@vlsi1.ultra.nyu.edu)
18938         * config.guess: Add alternate forms for Convex.
18940 Thu Jan 20 16:13:41 1994  Stu Grossman  (grossman at cygnus.com)
18942         * configure:  Completely rewrite option processing.  Take
18943         advantage of pattern-matching to avoid invoking test frequently.
18944         Also clean up host and target defaulting logic.
18946 Mon Jan 17 15:06:56 1994  Ken Raeburn  (raeburn@cujo.cygnus.com)
18948         * Makefile.in: Replace all occurrances of "rootme" with "r" and
18949         "$${rootme}" with "$$r", to increase the likelihood that the do-*
18950         commands (plus user environment) will fit SCO limits.
18952 Thu Jan  6 11:20:57 1994  Ian Lance Taylor  (ian@tweedledumb.cygnus.com)
18954         * configure.in: Don't issue warnings about directories which are
18955         not being configured if -norecursion is set.  Correct test for
18956         --with-gnu-as and --with-gnu-ld to not get confused by substring
18957         matches.
18959         * configure.in: Don't build gas for alpha-dec-osf1*.
18961 Tue Jan  4 17:10:19 1994  Stu Grossman  (grossman at cygnus.com)
18963         * configure:  Back out Per's change of 12/19/1993.  It changes the
18964         behavior of configure in unexpected and confusing ways.
18966         Also, use different delim char when calculating
18967         program_transform_name so that the name can contain slashes.
18969 Sat Jan  1 13:45:31 1994  Rob Savoye  (rob@darkstar.cygnus.com)
18971         * configure.in, config.sub: Add support for VSTa micro-kernel.
18973 Sat Dec 25 20:00:47 1993  Jeffrey A. Law  (law@snake.cs.utah.edu)
18975         * configure.in: Nuke hacks which were used to get a special
18976         version of GAS for HPPA configurations.
18978 Sun Dec 19 20:40:44 1993  Per Bothner  (bothner@kalessin.cygnus.com)
18980         * configure:  If only ${target_alias} is given, use that
18981         as the default for ${host_alias}.
18982         * configure:  Add missing back-slashes before nested quotes.
18984 Wed Dec 15 18:07:18 1993  david d `zoo' zuhn  (zoo@andros.cygnus.com)
18986         * Makefile.in (BASE_FLAGS_TO_PASS): add YACC=$(BISON)
18988 Tue Dec 14 21:25:33 1993  Per Bothner  (bothner@cygnus.com)
18990         * config.guess:  Recognize some Tektronix configurations.
18991         From Kaveh R. Ghazi <ghazi@noc.rutgers.edu>.
18993 Sat Dec 11 11:18:00 1993  Steve Chamberlain  (sac@thepub.cygnus.com)
18995         * config.sub: Match any flavor of SH.
18997 Thu Dec  2 17:16:58 1993  Ken Raeburn  (raeburn@cujo.cygnus.com)
18999         * configure.in: Don't try to configure newlib for Alpha.
19001 Thu Dec  2 14:35:54 1993  Ian Lance Taylor  (ian@tweedledumb.cygnus.com)
19003         * configure.in: Don't build ld for Irix 5.  Don't build gas,
19004         libg++ or libio for any Alpha target.
19006         * configure.in (mips*-sgi-irix5*): New target; use mh-irix5.
19008 Wed Dec  1 17:00:33 1993  Jason Merrill  (jason@deneb.cygnus.com)
19010         * Makefile.in (GZIPPROG): Renamed from GZIP, which gzip uses for
19011         default arguments -- so it tried to compress itself.
19013 Tue Nov 30 13:45:15 1993  david d `zoo' zuhn  (zoo@andros.cygnus.com)
19015         * configure.in (notsupp): ensure that a space is always at the end
19016           of the configdirs list, since the grep checks for an explicit space
19018 Tue Nov 16 15:04:27 1993  david d `zoo' zuhn  (zoo@rtl.cygnus.com)
19020         * configure.in (target i386-sysv4.2): don't build ld, since static
19021           versions of many libraries are not available.
19023 Tue Nov 16 14:28:12 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
19025         * config.guess: Recognize Apollos (using environment variables).
19026         * configure.in: Don't configure ld, binutils, or gprof for Apollo.
19028 Thu Nov 11 12:03:50 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
19030         * config.guess: Recognize Sony news mips running newsos.
19032 Wed Nov 10 16:57:00 1993  Mark Eichin  (eichin@cygnus.com)
19034         * Makefile.in (all-cygnus, build-cygnus): "fi else" needs to be
19035         "fi ; else" for bash.
19037 Tue Nov  9 15:54:01 1993  Mark Eichin  (eichin@cygnus.com)
19039         * Makefile.in (BASE_FLAGS_TO_PASS): pass SHELL.
19041 Fri Nov  5 08:07:27 1993  D. V. Henkel-Wallace  (gumby@blues.cygnus.com)
19043         * config.sub: accept unixware as an alias for svr4.2.
19044         Fix some inconsistancies with the gcc version.
19046 Fri Nov  5 15:14:12 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
19048         * Makefile.in (DISTDOCDIRS):  Add gdb.
19050 Fri Nov  5 11:59:42 1993  Per Bothner  (bothner@kalessin.cygnus.com)
19052         * Makefile.in (DISTDOCDIRS):  Add libg++ and libio.
19054 Fri Nov  5 10:35:05 1993  Ken Raeburn  (raeburn@rover.cygnus.com)
19056         * Makefile.in (taz): Only build "info" in DISTDOCDIRS.
19057         (DISTDOCDIRS): Don't assume libg++ and gdb folks necessarily want
19058         this now.
19060 Thu Nov  4 18:58:23 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
19062         * config.sub: Accept hiux* as an OS name.
19064         * Makefile.in: Change RUNTEST_FLAGS back to RUNTESTFLAGS per
19065         etc/make-stds.texi.  The underscore came from gcc, and dje now
19066         agrees that RUNTESTFLAGS is the correct name.
19068 Thu Nov  4 10:49:01 1993  Per Bothner  (bothner@kalessin.cygnus.com)
19070         * install.sh:  Remove 'set -e'.  It makes any conditionals
19071         in the script useless.
19073         * config.guess: Automatically recognize arm-acorn-riscix
19074         Patch from Richard Earnshaw (rwe11@cl.cam.ac.uk).
19076 Thu Nov 04 08:08:04 1993  Jeffrey Wheat  (cassidy@cygnus.com)
19078         * Makefile.in: Change RUNTESTFLAGS to RUNTEST_FLAGS
19080 Wed Nov  3 22:09:46 1993  Ken Raeburn  (raeburn@rtl.cygnus.com)
19082         * Makefile.in (DISTDOCDIRS): New variable.
19083         (taz): Edit local Makefile.in sooner, instead of proto-toplev
19084         Makefile.in later.  Build "info" and "dvi" in DISTDOCDIRS.
19086 Wed Nov  3 21:31:52 1993  david d `zoo' zuhn  (zoo@rtl.cygnus.com)
19088         * configure.in (hppa target): check the source directory for the
19089           pagas sub-directory
19091 Wed Nov  3 11:12:22 1993  Doug Evans  (dje@canuck.cygnus.com)
19093         * config.sub: Allow -aout* and -elf*.
19095 Wed Nov  3 11:08:33 1993  Ken Raeburn  (raeburn@rtl.cygnus.com)
19097         * configure.in: Don't build ld on i386-solaris2, same as for
19098         sparc-solaris2.
19100 Tue Nov  2 14:21:25 1993  Per Bothner  (bothner@kalessin.cygnus.com)
19102         * Makefile.in (taz): Add texinfo/lgpl.texinfo (for libg++).
19104 Tue Nov  2 13:38:30 1993  Peter Schauer  (pes@regent.e-technik.tu-muenchen.de)
19106         * configure.in:  Configure gdb for alpha.
19108 Mon Nov  1 10:42:54 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
19110         * Makefile.in (CXXFLAGS): Add -O.
19112 Wed Oct 27 10:45:06 1993  david d `zoo' zuhn  (zoo@rtl.cygnus.com)
19114         * config.guess: added support for DG Aviion
19116 Tue Oct 26 14:37:37 1993  Ken Raeburn  (raeburn@rover.cygnus.com)
19118         * configure.in: Produce warning message for subdirectories not
19119         configurable for this host/target combination.  Don't try to
19120         configure gdb for vms.
19122 Mon Oct 25 11:22:15 1993  Ken Raeburn  (raeburn@rover.cygnus.com)
19124         * Makefile.in (taz): Replace "byacc" with "bison -y" in the
19125         appropriate files before making "diststuff".
19126         (DISTBISONFILES): New var: list of files to be edited.
19127         (DISTSTUFFDIRS): Add binutils.
19129 Fri Oct 22 20:32:15 1993  david d `zoo' zuhn  (zoo@rtl.cygnus.com)
19131         * config.sub: also handle mipsel and mips64el (for little endian mips)
19133 Fri Oct 22 07:59:20 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
19135         * configure.in: Add * to end of all OS names.
19137 Thu Oct 21 11:38:28 1993  Stan Shebs  (shebs@rtl.cygnus.com)
19139         * configure.in: Build newlib for LynxOS native.
19141 Wed Oct 20 09:56:12 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
19143         * config.guess: Add support for delta 88k running SVR3.
19145         * configure.in: Add comment about HP compiler vs. emacs.
19147 Tue Oct 19 16:02:22 1993  david d `zoo' zuhn  (zoo@rtl.cygnus.com)
19149         * configure.in: don't build ld on solaris2 (not a viable option
19150           due to bugs in getpwnam & getpwuid)
19152 Tue Oct 19 15:13:56 1993  Ken Raeburn  (raeburn@rtl.cygnus.com)
19154         * configure.in: Accept alpha-dec-osf1*, not just -osf1, since
19155         config.guess will produce a full version number.
19157 Tue Oct 19 15:58:01 1993  Ian Lance Taylor  (ian@tweedledumb.cygnus.com)
19159         * configure.in: Build linker and binutils for alpha-dec-osf1.
19161 Tue Oct 19 11:41:55 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
19163         * Makefile.in: Remove -O from CXXFLAGS for consistency with CFLAGS,
19164         and gdb/testsuite/Makefile.in.
19166 Sat Oct  9 18:39:07 1993  david d `zoo' zuhn  (zoo@rtl.cygnus.com)
19168         * configure.in: recognize mips*- instead of mips-
19170 Fri Oct  8 14:15:39 1993  Ken Raeburn  (raeburn@cygnus.com)
19172         * config.sub: Accept linux*coff and linux*elf as operating
19173         systems.
19175 Thu Oct  7 12:57:19 1993  Ian Lance Taylor  (ian@tweedledumb.cygnus.com)
19177         * config.sub: Recognize mips64, and mips3 as an alias for it.
19179 Wed Oct  6 13:54:21 1993  Peter Schauer  (pes@regent.e-technik.tu-muenchen.de)
19181         * configure.in: Remove alpha-dec-osf*, no longer necessary now that
19182         gdb knows how to handle OSF/1 shared libraries.
19184 Tue Oct  5 11:55:04 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
19186         * configure.in: Recognize hppa*-*-hiux* (currently synonym for hpux).
19187         * config.guess: Recognize Hitachi's HIUX.
19188         * config.sub: Recognize h3050r* and hppahitachi.
19189         Remove redundant cases for hp9k[23]*.
19191 Mon Oct  4 16:15:09 1993  david d `zoo' zuhn  (zoo@rtl.cygnus.com)
19193         * configure.in: default to '--with-gnu-as' and '--with-gnu-ld'
19194         if gas and ld are in the source tree and are in ${configdirs}.
19195         If ${use_gnu_as} or ${use_gnu_ld} are 'no', then don't set the
19196         --with options (but still pass them down on the command line,
19197         if they were explicitly specified).
19199 Fri Sep 24 19:11:13 1993  david d `zoo' zuhn  (zoo@rtl.cygnus.com)
19201         * configure: substitute SHELL value in Makefile.in with
19202         ${CONFIG_SHELL}
19204 Thu Sep 23 18:05:13 1993  Ian Lance Taylor  (ian@tweedledumb.cygnus.com)
19206         * configure.in: Build gas, ld, and binutils for *-*-sysv4* and
19207         *-*-solaris2* targets.
19209 Sun Sep 19 17:01:41 1993  david d `zoo' zuhn  (zoo@rtl.cygnus.com)
19211         * Makefile.in: define M4, and pass it down to sub-makes;
19212         all-autoconf now depends on all-m4
19214 Sat Sep 18 00:38:23 1993  david d `zoo' zuhn  (zoo@rtl.cygnus.com)
19216         * Makefile.in ({AR,RANLIB}_FOR_TARGET): make contingent on
19217         presence of {ar,ranlib} instead of a configured directory
19219 Wed Sep 15 08:41:44 1993  Jim Kingdon  (kingdon@cirdan.cygnus.com)
19221         * config.guess: Accept 34?? as well as 33?? for NCR.
19223 Mon Sep 13 12:28:43 1993  david d `zoo' zuhn  (zoo@rtl.cygnus.com)
19225         * configure.in: grab mt-hppa for HPPA targets; use 'gas ' instead
19226         of 'gas' in sed commands, since 'gash' is now in the tree as well.
19228 Fri Sep 10 11:23:52 1993  david d `zoo' zuhn  (zoo@rtl.cygnus.com)
19230         * configure: grab values for $(CC) and $(CXX) from the
19231         environment, so that someone can do "CC=gcc configure; make" and
19232         have it work right (matching the way that autoconf works now)
19234         * configure.in, Makefile.in: add support for gash, the tcl
19235         interface to Galaxy
19237         * config.guess: add NetBSD variants (hp300, x86)
19239 Thu Sep  9 16:48:52 1993  Jason Merrill  (jason@deneb.cygnus.com)
19241         * install.sh: Support -d option (in the manner of SunOS 4 install,
19242         as it is more deterministic than that of GNU install)
19243         (chmodcmd): Set file to mode 755 by default (should also do default
19244         chgrp and chown, but I don't feel like dealing with that now)
19246 Tue Sep  7 11:59:39 1993  Doug Evans  (dje@canuck.cygnus.com)
19248         * config.sub: Remove h8300hhms alias.
19250 Tue Aug 31 11:00:09 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
19252         * configure.in: Match *-*-solaris2* not *-sun-solaris2*.
19254 Mon Aug 30 18:29:10 1993  david d `zoo' zuhn  (zoo@rtl.cygnus.com)
19256         * Makefile.in (gcc-no-fixedincludes): touch stmp-fixproto as well
19257         as stmp-fixinc
19259 Wed Aug 25 16:35:59 1993  K. Richard Pixley  (rich@sendai.cygnus.com)
19261         * config.sub: recognize m88110-bug-coff.
19263 Tue Aug 24 10:23:24 1993  david d `zoo' zuhn  (zoo@rtl.cygnus.com)
19265         * Makefile.in (all-libio): all dependencies on the toolchain used
19266         to build this (gcc, gas, ld, etc)
19268 Fri Aug 20 17:24:24 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
19270         * config.guess: Deal with OSF/1 1.3 on alpha.
19272 Thu Aug 19 11:43:04 1993  david d `zoo' zuhn  (zoo@rtl.cygnus.com)
19274         * install.sh: add some 'else true' clauses for portability
19276         * configure.in: don't build libio for h8[35]00-*-* targets
19278 Tue Aug 17 19:02:31 1993  Per Bothner  (bothner@kalessin.cygnus.com)
19280         * Makefile.in:  Add support for new libio.
19282 Sun Aug 15 20:48:55 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
19284         * install.sh: If one command fails, don't try the rest.  Don't try
19285         to remove $dsttmp (via trap) unless we have already created it.
19286         If $src doesn't exist, detect it and exit with an error.
19288         * config.guess: Recognize BSD on hp300.
19290 Wed Aug 11 18:35:13 1993  Per Bothner  (bothner@kalessin.cygnus.com)
19292         * config.guess:  Map (9000/[34]??:HP-UX:*:*) to m68k-hp-hpux.
19293         Bug report from "Hamish (H.I.) Macdonald" <hamish@bnr.ca>.
19295 Wed Aug 11 15:37:51 1993  Jason Merrill  (jason@deneb.cygnus.com)
19297         * Makefile.in (all-send-pr): depends on all-prms
19299 Wed Aug 11 16:56:03 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
19301         * config.guess: Fix typo (9000/8??:4.3bsd -> 9000/7??:4.3bsd).
19303 Fri Aug  6 14:45:02 1993  Ian Lance Taylor  (ian@tweedledumb.cygnus.com)
19305         * config.guess: From michael@mercury.cs.mun.ca (Michael Rendell):
19306         Added test for mips-mips-riscos5.
19308 Thu Aug  5 15:45:08 1993  david d `zoo' zuhn  (zoo@rtl.cygnus.com)
19310         * configure.in: use mh-hp300 for 68k HP hosts
19312 Mon Aug  2 11:56:53 1993  david d `zoo' zuhn  (zoo@rtl.cygnus.com)
19314         * configure: add support for CONFIG_SHELL, so that you can use
19315         some alternate shell for evaluating configure scripts
19317 Sun Aug  1 11:36:27 1993  Fred Fish  (fnf@deneb.cygnus.com)
19319         * Makefile.in (make-gdb.tar.gz):  Sed bug reporting address
19320         in configure script to bug-gdb@prep.ai.mit.edu when building
19321         distribution archive.
19322         * Makefile.in (COMPRESS):  Remove def.
19323         * Makefile.in (gdb.tar.gz, make-gdb.tar.gz):  Renamed from
19324         gdb.tar.Z and make-gdb.tar.Z respectively.
19325         * Makefile.in (make-gdb.tar.gz):  Now only build gzip'd archive.
19326         * Makefile.in (make-gdb.tar.gz):  Minor changes to move closer
19327         to convergence with 'taz' target in Makefile.in.
19329 Fri Jul 30 12:34:57 1993  david d `zoo' zuhn  (zoo@rtl.cygnus.com)
19331         * install.sh (dsttmp): use trap to ensure that tmp files go
19332         away on error conditions
19334 Wed Jul 28 11:57:36 1993  david d `zoo' zuhn  (zoo@rtl.cygnus.com)
19336         * Makefile.in (BASE_FLAGS_TO_PASS): remove LOADLIBES
19338 Tue Jul 27 12:43:40 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
19340         * Makefile.in (install-dirs): Deal with a prefix like /gnu;
19341         its parent is '/' not ''.
19343         * Makefile.in (DEVO_SUPPORT): Add comments about ChangeLog.
19345 Fri Jul 23 09:53:37 1993  Jason Merrill  (jason@wahini.cygnus.com)
19347         * configure: if ${newsrcdir}/configure doesn't exist, don't assume
19348         that ${newsrcdir}/configure.in does.
19350 Tue Jul 20 11:28:50 1993  david d `zoo' zuhn  (zoo@rtl.cygnus.com)
19352         * test-build.mk: support for CONFIG_SHELL
19354 Mon Jul 19 21:54:46 1993  Fred Fish  (fnf@deneb.cygnus.com)
19356         * config.sub (netware):  Add as a basic system type.
19358 Wed Jul 14 12:03:11 1993  K. Richard Pixley  (rich@sendai.cygnus.com)
19360         * Makefile.in (Makefile): depend on configure.in.  Also drop the
19361           $(srcdir)/ from the dependency on Makefile.in.
19363 Tue Jul 13 20:10:58 1993  Doug Evans  (dje@canuck.cygnus.com)
19365         * config.sub: Recognize h8300hhms as h8300h-hitachi-hms.
19366         (h8300hhms is temporary until multi-libraries are implemented).
19367         * configure.in: Handle h8300h too.
19369 Sun Jul 11 17:35:27 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
19371         * config.guess: Recognize dpx/2 as m68k-bull-sysv3.
19373 Thu Jul  8 18:26:12 1993  John Gilmore  (gnu@cygnus.com)
19375         * configure:  Remove extraneous output when guessing host type.
19376         * config.guess:  Remove extraneous output when guessing using C
19377         compiler rather than uname, or when guessing fails.
19379 Wed Jul  7 17:58:14 1993  david d `zoo' zuhn  (zoo at rtl.cygnus.com)
19381         * Makefile.in: remove all.cross and install.cross targets
19383         * configure: remove CROSS=-DCROSS_COMPILE and ALL=all.cross
19384           definitions
19386 Tue Jul  6 10:39:44 1993  Steve Chamberlain  (sac@phydeaux.cygnus.com)
19388         * configure.in (target sh): Build gprof.
19390 Thu Jul  1 16:52:56 1993  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
19392         * config.sub: change -solaris to -solaris2
19394 Thu Jul  1 15:46:16 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
19396         * configure.in: Use config/mh-riscos for mips-*-sysv*.
19398 Wed Jun 30 09:31:58 1993  Ian Lance Taylor  (ian@cygnus.com)
19400         * configure: Correct error message for missing Makefile.in to
19401         print correct directory.
19403 Tue Jun 29 13:52:16 1993  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
19405         * install.sh: kludge around 386BSD shell bug
19407 Tue Jun 29 13:06:49 1993  Per Bothner  (bothner@rtl.cygnus.com)
19409         * config.guess:  Recognize NeXT.
19410         * config.guess:  Recognize i486-ncr-sysv4.
19411         * Makefile.in (taz):  rm $(TOOL)-$$VER before linking.
19413 Tue Jun 29 12:50:57 1993  Ian Lance Taylor  (ian@cygnus.com)
19415         * Makefile.in (MAKEINFOFLAGS): New variable.
19416         (FLAGS_TO_PASS): Pass MAKEINFO as MAKEINFO MAKEINFOFLAGS.
19417         * build-all.mk, test-build.mk: Pass down --no-split as
19418         MAKEINFOFLAGS when hosted on DOS.  Compile DOS hosted without -g.
19420 Thu Jun 24 13:39:11 1993  Per Bothner  (bothner@rtl.cygnus.com)
19422         * Makefile.in (DEVO_SUPPORT):  Add COPYING COPYING.LIB install.sh.
19424 Wed Jun 23 12:59:21 1993  Per Bothner  (bothner@rtl.cygnus.com)
19426         * Makefile.in (libg++.tar.z):  New rule.
19427         * Makefile.in (taz):  Replace 'configure -rm' by 'make distclean'.
19428         * Makefile.in (taz):  Only do a single chmod.
19430 Fri Jun 18 12:03:10 1993  david d `zoo' zuhn  (zoo at majipoor.cygnus.com)
19432         * install.sh: don't use dirname anymore (replaced with sed usage)
19434 Thu Jun 17 18:43:42 1993  Fred Fish  (fnf@cygnus.com)
19436         * Makefile.in:  Change extension for gzip'd files from '.z' to
19437         '.gz' per new FSF standard usage.
19439 Thu Jun 17 16:58:50 1993  david d `zoo' zuhn  (zoo at majipoor.cygnus.com)
19441         * configure: put quotes around the final value of program_transform_name
19443 Tue Jun 15 16:48:51 1993  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
19445         * Makefile.in: new install.sh support; update install-info rules
19447 Wed Jun  9 12:31:34 1993  Ian Lance Taylor  (ian@cygnus.com)
19449         * configure.in: Build diff for crosses, but not for go32 host.
19451         * configure.in: Build gprof only for native, and don't build it
19452         for mips-*-*, rs6000-*-*, or i[34]86-*-sco*.
19454 Mon Jun  7 13:12:11 1993  david d `zoo' zuhn  (zoo at deneb.cygnus.com)
19456         * configure.in: don't build gas,ld,binutils on for *-*-sysv4
19458 Mon Jun  7 11:40:11 1993  Brendan Kehoe  (brendan@lisa.cygnus.com)
19460         * configure.in (host_tools): Add prms.
19462 Fri Jun  4 13:30:42 1993  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
19464         * Makefile.in: install gcc, do installation of $(INSTALL_MODULES)
19465         with $(FLAGS_TO_PASS) on the command line
19467         * config.sub: Recognize lynx and lynxos
19469 Fri Jun  4 10:59:56 1993  Ian Lance Taylor  (ian@cygnus.com)
19471         * config.sub: Accept -ecoff*, not just -ecoff.
19473 Thu Jun  3 17:38:54 1993  Ken Raeburn  (raeburn@cambridge.cygnus.com)
19475         * Makefile.in (taz): Use .gz suffix instead of .z.
19476         (binutils.tar.gz, gas+binutils.tar.gz, gas.tar.gz): Fixed target
19477         names.
19479 Thu Jun  3 00:27:06 1993  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
19481         * Makefile.in (vault-install): add an 'else true' (for Ultrix)
19483 Wed Jun  2 18:19:16 1993  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
19485         * Makefile.in (install-no-fixedincludes):  install gcc last, so
19486         that rebuilds that might happen during 'make install' don't get
19487         bogus gcc include files
19489 Wed Jun  2 16:14:10 1993  Ken Raeburn  (raeburn@cambridge.cygnus.com)
19491         Change from Utah for HPPA support:
19492         * config.guess: Recognize hppa1.x-hp-bsd.
19494 Wed Jun  2 11:53:33 1993  Per Bothner  (bothner@rtl.cygnus.com)
19496         * config.guess:  Add support for Motorola Delta 68k, up to r3v7.
19497         Patch from pot@fly.cnuce.cnr.it (Francesco Potorti`).
19499 Tue Jun  1 17:48:42 1993  Rob Savoye  (rob at darkstar.cygnus.com)
19501         * config.sub: Add support for rom68k and bug boot monitors.
19503 Mon May 31 09:36:37 1993  Jim Kingdon  (kingdon@cygnus.com)
19505         * Makefile.in: Make all-opcodes depend on all-bfd.
19507 Thu May 27 08:05:31 1993  Ian Lance Taylor  (ian@cygnus.com)
19509         * config.guess: Added special check for i[34]86-univel-sysv4*.
19511 Wed May 26 16:33:40 1993  Ian Lance Taylor  (ian@cygnus.com)
19513         * config.guess: For i[34]86-unknown-sysv4 use UNAME_MACHINE for
19514         the processor rather than assuming i486.
19516 Wed May 26 09:40:18 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
19518         * config.guess: Recognize SunOS6 as Solaris3.
19520 Tue May 25 23:03:11 1993  Per Bothner  (bothner@cygnus.com)
19522         * config.guess:  Fix typo.  Avoid #elif (not in K&R 1).
19523         Recognize SunOS 5.* only (and not [6-9].*) as being Solaris2.
19525 Tue May 25 12:44:18 1993  Ian Lance Taylor  (ian@cygnus.com)
19527         * build-all.mk (all-cross): New target for Canadian Cross.
19528         Added Q2 go32 targets.
19529         * test-build.mk: Configure go32 cross sparclite-aout and
19530         mips-idt-ecoff -with-gnu-ld.  Moved build binary directory from
19531         PARTIAL_HOLE_DIRS to BUILD_HOLES_DIRS.
19533 Mon May 24 15:30:06 1993  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
19535         * configure.in: fix Alpha GDB typo; also, don't build DejaGnu for
19536         GO32 hosted toolchains
19538 Mon May 24 14:18:41 1993  Rob Savoye  (rob at darkstar.cygnus.com)
19540         * configure: change  so "-exec-prefix" gets passed down rather
19541         than "-exec_prefix" so autoconf generated Makefiles get the
19542         exec_prefix set right.
19544 Fri May 21 10:42:25 1993  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
19546         * config.guess: get the Solaris2 minor version number
19548         * Makefile.in: add standards.texi and make-stds.texi to ETC_SUPPORT
19550 Fri May 21 06:20:52 1993  Brendan Kehoe  (brendan@lisa.cygnus.com)
19552         * config.guess: Recognize some Sequent platforms.
19554 Thu May 20 14:33:48 1993  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
19556         * Makefile.in: added the vault-install target
19558         * configure.in: actually use the Sun3 makefile fragment that's in
19559         config, also added the release dir to configdirs
19561 Thu May 20 14:19:18 1993  Ken Raeburn  (raeburn@cambridge.cygnus.com)
19563         * Makefile.in (taz): Fix modes on stuff in $(TOOL) dir also.
19565 Tue May 18 20:26:41 1993  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
19567         * configure.in: remove some program from Alpha targetted toolchains
19569 Tue May 18 15:23:19 1993  Ken Raeburn  (raeburn@cygnus.com)
19571         * Makefile.in (DISTSTUFFDIRS): Renamed from PROTODIRS.  Add ld and
19572         gprof.
19573         (taz): Run "make diststuff" in those directories instead of "make
19574         proto-dir".  Look for "VERSION=" only at start of line in subdir
19575         Makefile.  Use "gzip -9" for compression.
19576         (TEXINFO_SUPPORT, DIST_SUPPORT, BINUTILS_SUPPORT_DIRS): New vars.
19577         (binutils.tar.z): New target.
19579 Mon May 17 17:01:15 1993  Ken Raeburn  (raeburn@deneb.cygnus.com)
19581         * Makefile.in (taz): Include gpl.texinfo.
19583 Fri May 14 06:48:38 1993  Ken Raeburn  (raeburn@deneb.cygnus.com)
19585         * Makefile.in (setup-dirs): Merged into "taz" target.
19586         (taz): Only do `proto-dir' stuff if a directory is actually needed
19587         for this target.
19589 Wed May 12 13:09:44 1993  Ian Lance Taylor  (ian@cygnus.com)
19591         * Makefile.in (MUNCH_NM): New variable, defined to be $(NM).
19592         (FLAGS_TO_PASS): Pass down MUNCH_NM.
19593         (HOST_CC, HOST_PREFIX, HOST_PREFIX_1): New variables.
19594         (EXTRA_GCC_FLAGS): Pass down HOST_* variables.
19595         (gcc-no-fixedincludes): Correct for current gcc Makefile.
19597 Tue May 11 10:14:25 1993  Fred Fish  (fnf@cygnus.com)
19599         * Makefile.in (make-gdb.tar.Z):  Add configure, config.guess,
19600         config.sub, and move-if-change to gdb testsuite distribution
19601         archive, so the testsuite can be extracted, configured, and
19602         run separately from the gdb distribution.  Blow away the Chill
19603         tests that require a Chill compiled executable, since GNU Chill
19604         is not yet publically available.
19606 Mon May 10 17:22:26 1993  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
19608         * test-build.mk: set environment variables in a single command,
19609         instead of a list of assignments and exports
19611         * config.guess: recognize Alpha/OSF1 systems
19613 Mon May 10 14:55:51 1993  K. Richard Pixley  (rich@rtl.cygnus.com)
19615         * configure: Change help message to prefer --options rather than
19616           -options.
19618 Mon May 10 05:58:35 1993  Ken Raeburn  (raeburn@kr-pc.cygnus.com)
19620         * config.sub: Convergent Tech. "miniframe" uses m68010, sez
19621         zippy@ecst.csuchico.edu.
19622         * config.guess: Recognize miniframe.
19624 Sun May  9 17:47:57 1993  Rob Savoye  (rob at darkstar.cygnus.com)
19626         * Makefile.in: Use srcroot to find runtest rather than rootme.
19627         Pass RUNTESTFLAGS and EXPECT down in BASE_FLAGS_TO_PASS.
19629 Fri May  7 14:55:59 1993  Ian Lance Taylor  (ian@cygnus.com)
19631         * test-build.mk: Extensive additions to support building on a
19632         machine other than the host.
19634 Wed May  5 08:35:04 1993  Ken Raeburn  (raeburn@deneb.cygnus.com)
19636         * configure (tooldir): Fix for i386-aix again.
19638 Mon May  3 19:00:27 1993  Per Bothner  (bothner@cygnus.com)
19640         * configure, Makefile.in:  Change definition of $(tooldir)
19641         to match the FSF.
19643 Fri Apr 30 15:55:21 1993  Fred Fish  (fnf@cygnus.com)
19645         * config.guess:  Recognize i[34]86/SVR4.
19647 Fri Apr 30 15:52:46 1993  Steve Chamberlain  (sac@thepub.cygnus.com)
19649         * Makefile.in (all-gdb): gdb depends on sim.
19651 Thu Apr 29 23:30:48 1993  Fred Fish  (fnf@cygnus.com)
19653         * Makefile.in (gdb.tar.Z):  Make prototype gdb testsuite directory
19654         at the same time we make the prototype gdb directory.
19655         * Makefile.in (make-gdb.tar.Z):  Make the testsuite distribution
19656         files at the same time as the gdb base release distribution.
19658 Thu Apr 29 12:50:37 1993  Ian Lance Taylor  (ian@cygnus.com)
19660         * Makefile.in (check): Use individual check targets rather than
19661         DO_X rule.
19662         (check-gcc): Added.
19664 Thu Apr 29 09:50:07 1993  Jim Kingdon  (kingdon@cygnus.com)
19666         * config.sub: Use sysv3.2 not sysv32 for canonical OS
19667         for System V release 3.2.
19669 Thu Apr 29 10:33:22 1993  Ken Raeburn  (raeburn@cambridge.cygnus.com)
19671         * config.sub: Recognize hppaosf.
19672         * configure.in: Do configure ld/binutils/gas for it.
19674 Tue Apr 27 06:25:34 1993  Ken Raeburn  (raeburn@kr-pc.cygnus.com)
19676         * configure (tooldir): Alter syntax used to set this, for systems
19677         where "\$" isn't handled right, like i386-aix.
19679 Thu Apr 22 08:17:35 1993  Ian Lance Taylor  (ian@cygnus.com)
19681         * configure: Pass program-transform-name, not
19682         program_transform_name, to recursive configures.
19684 Thu Apr 22 02:58:21 1993  Ken Raeburn  (raeburn@cygnus.com)
19686         * Makefile.in (gas+binutils.tar.z): New rule for building snapshots
19687         of gas+ld+binutils.
19689 Mon Apr 19 17:41:30 1993  Per Bothner  (bothner@cygnus.com)
19691         * config.guess:  Recognize AIX3.2 as distinct from 3.1.
19693 Sat Apr 17 17:19:50 1993  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
19695         * configure.in: rename m88k-motorola-m88kbcs to m88k-motorola-sysv
19697 Tue Apr 13 16:52:16 1993  Brendan Kehoe  (brendan@lisa.cygnus.com)
19699         * Makefile.in (PRMS): Set back to all-prms.
19701 Sat Apr 10 12:04:07 1993  Ian Lance Taylor  (ian@cygnus.com)
19703         * test-build.mk: Pass -with-gnu-as for known MIPS native and MIPS
19704         targets, rather than for MIPS hosts.
19706 Fri Apr  9 13:51:06 1993  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
19708         * configure.in: add comment for --with-x default values
19710         * config.guess: handle Motorola Delta88 box for SVR3 and SVR4.
19712         * Makefile.in: add check-* targets for each of the directories in
19713         the tree.  Add a definition of RUNTEST that will use the one we
19714         just built, if it exists.  Pass this down via FLAGS_TO_PASS.
19716 Thu Apr  8 09:21:30 1993  Ian Lance Taylor  (ian@cygnus.com)
19718         * configure.in: Removed obsolete references to bfd_target and
19719         target_makefile_frag.
19721         * build-all.mk: Set assorted targets for Q2.
19722         * config.sub: Recognize z8k-sim and h8300-hms.
19723         * test-build.mk: Really don't pass host to configure.
19724         (HOLES): Added uname.
19726 Wed Apr  7 15:48:19 1993  Ian Lance Taylor  (ian@cygnus.com)
19728         * configure: Handle an empty program-prefix, program-suffix or
19729         program-transform-name correctly.
19731 Tue Apr  6 13:48:41 1993  Ian Lance Taylor  (ian@cygnus.com)
19733         * build-all.mk: -G 8 no longer required for MIPS targets.
19734         * test-build.mk: Don't pass host argument to configure; make it
19735         guess.
19737 Tue Apr  6 10:36:53 1993  Fred Fish  (fnf@cygnus.com)
19739         * Makefile.in (gdb.tar.Z):  Fix for building gzip'd distribution.
19740         * Makefile.in (COMPRESS):  New macro, like GZIP.
19742 Fri Apr  2 09:02:31 1993  Ian Lance Taylor  (ian@cygnus.com)
19744         * test-build.mk: Use -with-gnu-as for mips-sgi-irix4 as well.
19746         * build-all.mk: Set GCC to gcc -O -G 8 for MIPS targets, since gcc
19747         with gas currently defaults to -G 0.
19749 Thu Apr  1 08:25:42 1993  Ian Lance Taylor  (ian@cygnus.com)
19751         * Makefile.in (all-flex): flex depends on byacc.
19753         * build-all.mk: If host not specified, use config.guess.  Pass TAG
19754         to test-build.mk as RELEASE_TAG.
19755         * test-build.mk (configargs): New variable containing arguments to
19756         pass to configure.  Set to -with-gnu-as on mips-dec-ultrix.
19757         (FLAGS_TO_PASS): Pass down RELEASE_TAG.
19759         * config.guess: Use /bin/uname when checking -X argument on SCO,
19760         to avoid invoking GNU uname which doesn't understand -X.
19762         * test-build.mk: Don't use /usr/unsupported/bin/as on AIX.
19764         * configure.in: Build gas for mips-*-*.
19766 Wed Mar 31 21:20:58 1993  K. Richard Pixley  (rich@rtl.cygnus.com)
19768         * Makefile.in (all.normal): insert missing backslash.
19770 Wed Mar 31 12:31:56 1993  Ian Lance Taylor  (ian@cygnus.com)
19772         * build-all.mk: Bump -XNh value to 1500 to match gcc requirements.
19774         * Makefile.in: Complete overhaul to merge many almost identical
19775         targets.
19777 Tue Mar 30 20:17:01 1993  Ken Raeburn  (raeburn@cambridge.cygnus.com)
19779         * Makefile.in (setup-dirs-gdb): Renamed from setup-dirs.
19780         (gdb.tar.Z): Adjusted.
19782         * Makefile.in (setup-dirs, taz): New targets; should be general
19783         enough to adapt for gdb sometime.  Build only .z file.
19784         (gas.tar.z): New target.
19786 Tue Mar 30 10:03:09 1993  Ian Lance Taylor  (ian@cygnus.com)
19788         * build-all.mk: Use CC=cc -Xs on Solaris.
19790 Thu Mar 25 15:14:30 1993  Fred Fish  (fnf@cygnus.com)
19792         * Makefile.in:  Incorporate changes suggested by wilson@cygnus.com
19793         for handling BISON for FSF releases.
19795 Thu Mar 25 06:19:48 1993  Ken Raeburn  (raeburn@kr-pc.cygnus.com)
19797         * configure: Actually implement the change zoo just documented.
19799 Wed Mar 24 13:02:44 1993  david d `zoo' zuhn  (zoo at poseidon.cygnus.com)
19801         * configure: when using config.guess, only set target_alias when
19802         it's not already been set (ie, on the command line)
19804 Mon Mar 22 23:07:39 1993  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
19806         * Makefile.in: add installcheck target, set PRMS to install-prms
19808 Sun Mar 21 16:46:12 1993  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
19810         * configure: add support for package_makefile_fragment, handle the
19811         case where a directory has a configure.in file but no Makefile.in
19812         more gracefully (with an actual understandable error message, even);
19813         add support for --without (and add this to the usage message); also
19814         explicitly add a --host=${host_alias} to the command line when
19815         config.guess is used
19817 Sun Mar 21 12:11:58 1993  Jim Wilson  (wilson@sphagnum.cygnus.com)
19819         * configure: Must use both --host and --target in recursive calls.
19821 Thu Mar 18 12:31:35 1993  Ian Lance Taylor  (ian@cygnus.com)
19823         * Makefile.in: Change deja-gnu to dejagnu.
19825 Mon Mar 15 15:44:35 1993  Ian Lance Taylor  (ian@cygnus.com)
19827         * configure.in (h8300-*-*, h8500-*-*): Don't build libg++.
19829 Fri Mar 12 18:30:14 1993  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
19831         * configure.in: canonicalize all instances to *-*-solaris2*,
19832         also strip out a number of tools to not build for go32 host
19834 Wed Mar 10 12:08:27 1993  K. Richard Pixley  (rich@rtl.cygnus.com)
19836         * config.guess: add GPL.
19838         * Makefile.in, config.guess, config.sub, configure: bump
19839           copyrights to 93.
19841 Wed Mar 10 07:12:48 1993  Ian Lance Taylor  (ian@cygnus.com)
19843         * Makefile.in (do-info): Removed obsolete check for existence of
19844         localenv file.
19846         * Makefile.in (MAKEOVERRIDES): Define to be empty.
19848 Wed Mar 10 03:11:56 1993  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
19850         * Makefile.in: a couple of 'else true' for decstation,
19851         support for TclX
19853         * configure.in: configure tclX too; don't remove Tk on RS/6000 anymore
19855 Tue Mar  9 16:06:12 1993  K. Richard Pixley  (rich@cygnus.com)
19857         * Makefile.in (setup-dirs): change invocation of make to $(MAKE).
19859 Mon Mar  8 14:52:11 1993  Ken Raeburn  (raeburn@cambridge)
19861         * config.guess: Recognize i386-ibm-aix (PS/2).
19862         * configure.in: Use config/mh-aix386 file for it.
19864 Mon Mar  8 11:12:43 1993  Ian Lance Taylor  (ian@cygnus.com)
19866         * Makefile.in (GCC_FOR_TARGET): Eliminated definition; use
19867         CC_FOR_TARGET instead.
19868         (BASE_FLAGS_TO_PASS): Pass GCC_FOR_TARGET=$(CC_FOR_TARGET).
19870 Wed Mar  3 16:00:28 1993  Steve Chamberlain  (sac@ok.cygnus.com)
19872         * Makefile.in: Add sim to list of directories sent with gdb
19874 Wed Mar  3 11:42:39 1993  Ken Raeburn  (raeburn@cygnus.com)
19876         * configure.in: Put back mips-dec-bsd* case.
19878 Tue Mar  2 21:15:58 1993  Fred Fish  (fnf@cygnus.com)
19880         (Ultrix 2.2 support from Michael Rendell <michael@mercury.cs.mun.ca>)
19881         * configure.in (vax-*-ultrix2*):  Add Ultrix 2.2 triplet.
19882         * config.guess:  Change 'VAX*:ULTRIX:*:*' to 'VAX*:ULTRIX*:*:*'.
19884 Tue Mar  2 18:11:03 1993  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
19886         * configure.in: remove no-op mips-dec-bsd* in "case $target"
19888         * Makefile.in (dir.info): only run gen-info-dir if it exists,
19889         (install-info): install dir.info only if it exists,
19890         (all-expect, install-expect): pass along X11_FLAGS_TO_PASS
19892 Tue Mar  2 09:01:30 1993  Ken Raeburn  (raeburn@cygnus.com)
19894         * configure.in: For vms target, skip bfd, ld, binutils.  Do build
19895         gas for mips-dec-bsd.
19897 Tue Mar  2 08:35:24 1993  Ian Lance Taylor  (ian@cygnus.com)
19899         * configure (makesrcdir): If ${srcdir} is relative and not ".",
19900         and ${subdir} is not ".", set makesrcdir based on ${invsubdir}.
19902 Tue Feb 23 14:18:28 1993  Mike Werner  (mtw@poseidon.cygnus.com)
19904         * configure.in: Added "dejagnu" to hosttools list.
19906 Mon Feb 22 23:28:38 1993  Per Bothner  (bothner@rtl.cygnus.com)
19908         * config.sub, configure.in, config.guess:  Add support
19909         for Bosx, an AIX variant from Bull.
19910         Patches from F.Pierresteguy@frcl.bull.fr.
19912 Sun Feb 21 11:15:22 1993  Mike Werner  (mtw@poseidon.cygnus.com)
19914         * devo/dejagnu: Initial creation of devo/dejagnu.
19915         Migrated dejagnu testcases and support files for testing software
19916         tools to reside as subdirectories, currently called "testsuite",
19917         within the directory of the software tool.  Migrated all programs,
19918         support libraries, etc. beloging to dejagnu proper from
19919         devo/deja-gnu to devo/dejagnu.  These files were moved "as is"
19920         with no modifications.  The changes to these files which will
19921         allow them to configure, build, and execute properly will be made
19922         in a future update.
19924 Fri Feb 19 20:19:39 1993  Brendan Kehoe  (brendan@lisa.cygnus.com)
19926         * Makefile.in: Change send_pr to send-pr.
19927         * configure.in: Likewise.
19928         * send_pr: Renamed directory to send-pr.
19930 Fri Feb 19 19:00:13 1993  Per Bothner  (bothner@cygnus.com)
19932         * Makefile.in:  Add some extra semi-colons (needed if SHELL=bash).
19934 Fri Feb 19 00:59:33 1993  John Gilmore  (gnu@cygnus.com)
19936         * README:  Update for gdb-4.8 release.
19937         * Makefile.in (gdb.tar.Z):  Add texinfo/tex3patch.  Build
19938         gdb-xxx.tar.z (gzip'd) file also.
19940 Thu Feb 18 09:16:17 1993  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
19942         * Makefile.in: make all-diff depend on all-libiberty
19944 Tue Feb 16 16:06:31 1993  K. Richard Pixley  (rich@cygnus.com)
19946         * config.guess: add vax-ultrix in the spirit of mips-ultrix.
19948 Tue Feb 16 05:57:15 1993  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
19950         * configure.in, Makefile.in: add hello, tar, gzip, recode, indent
19952 Tue Feb 16 00:58:20 1993  John Gilmore  (gnu@cygnus.com)
19954         * Makefile.in (DEVO_SUPPORT):  Remove etc directory
19955         (ETC_SUPPORT):  Only add the files GDB wants from etc/.
19956         (gdb.tar.Z):  Use ETC_SUPPORT.  Use byacc when building the file.
19958 Thu Feb 11 20:14:28 1993  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
19960         * Makefile.in:  makeinfo binary is in a new location
19962 Tue Feb  9 12:42:27 1993  Ian Lance Taylor  (ian@cygnus.com)
19964         * config.sub: Accept -ecoff as an OS.
19966         * Makefile.in: Various changes to eliminate a level of make
19967         recursion and reduce the required command line length.
19968         (BASE_FLAGS_TO_PASS): New variable holding flags passed to all
19969         sub-makes.
19970         (EXTRA_HOST_FLAGS, EXTRA_TARGET_FLAGS, EXTRA_GCC_FLAGS): New
19971         variables holding settings for specific sub-makes.
19972         (FLAGS_TO_PASS, TARGET_FLAGS_TO_PASS, GCC_FLAGS_TO_PASS): Rewrote
19973         in terms of BASE_FLAGS_TO_PASS.
19974         (TARGET_LIBS): New variable listing directories which use
19975         TARGET_FLAGS_TO_PASS.
19976         (subdir_do): Eliminated.
19977         (do-*): New set of targets to replace subdir_do.
19978         (various): All targets which used subdir_do now depend on do-*.
19979         (local-clean): Renamed from do_clean.
19980         (local-distclean): New target, dependency of distclean and
19981         realclean.
19982         (install-info): Don't create directories.  Depend on dir.info
19983         rather than calling make recursively.
19984         (install-dir.info): Eliminated.
19985         (install-info-dirs): Create all info directories here.
19986         (dir.info): Depend upon do-install-info.
19988         * test-build.mk (HOLES): Added false.
19990 Sat Feb  6 14:05:09 1993  Per Bothner  (bothner@rtl.cygnus.com)
19992         * config.guess:  Recognize BSDI and BSDJ (Jolitz 386bsd).
19994 Thu Feb  4 20:49:18 1993  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
19996         * Makefile.in (info): remove dependency on all-texinfo.  The
19997         problem was really in texinfo/C, not at this level.
19999 Thu Feb  4 13:38:41 1993  Ian Lance Taylor  (ian@cygnus.com)
20001         * Makefile.in (info): Added dependency on all-texinfo (PR 2112).
20003 Thu Feb  4 01:50:53 1993  John Gilmore  (gnu@cygnus.com)
20005         * Makefile.in (make-gdb.tar.Z):  Change BISON to 'bison -y' for
20006         GDB releases.
20008 Wed Feb  3 17:22:16 1993  Ken Raeburn  (raeburn@cambridge.cygnus.com)
20010         * configure: Include srcdir in message about target of link not
20011         being found.  Don't convert `-' to `_' in `with' options being
20012         passed to subdirs.
20014 Tue Feb  2 18:57:59 1993  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
20016         * configure.in: add uudecode to host_tools
20018         * Makefile.in: added {all,install}-uudecode targets, added them to
20019         the appropriate lists
20021 Tue Feb  2 11:45:53 1993  Ian Lance Taylor  (ian@cygnus.com)
20023         * Makefile.in (all-gcc): Added dependency on all-gas.
20025         * configure.in (mips-*-*): Build ld and binutils.
20027 Mon Feb  1 12:35:41 1993  K. Richard Pixley  (rich@rtl.cygnus.com)
20029         * configure: check return code from mkdir, print error message and
20030           exit on failure.
20032 Sat Jan 30 16:40:28 1993  John Gilmore  (gnu@cygnus.com)
20034         * Makefile.in (make-gdb.tar.Z):  New location for texinfo.tex.
20036 Thu Jan 28 15:09:59 1993  Ian Lance Taylor  (ian@cygnus.com)
20038         * test-build.mk (HOLES): Added tar, cpio and uudecode.
20040 Wed Jan 27 16:50:32 1993  Jim Wilson  (wilson@sphagnum.cygnus.com)
20042         * config.sub (h8500):  Recognize this as a cpu type.
20044 Sat Jan 23 20:32:01 1993  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
20046         * configure: source directory missing is no longer a warning
20048         * configure.in: recognize irix[34]* instead of irix[34]
20050         * Makefile.in: define and pass down X11_LIB
20052 Sat Jan 23 13:49:40 1993  Per Bothner  (bothner@cygnus.com)
20054         * guess-systype: Renamed to ...
20055         * config.guess:  ... by popular request.
20056         * configure.in, Makefile.in:  Update accordingly.
20058 Thu Jan 21 12:20:55 1993  Per Bothner  (bothner@cygnus.com)
20060         * guess-systype:  Patches from John Eaton <jwe@che.utexas.edu>:
20061         + Add Convex, Cray/Unicos, and Encore/Multimax support.
20062         + Execute ./dummy instead of assuming . is in PATH.
20064 Tue Jan 19 17:18:06 1993  Per Bothner  (bothner@cygnus.com)
20066         * guess-systype:  New shell script.  Attempts to guess the
20067         canonical host name of the executing host.
20068         Only a few hosts are supported so far.
20069         * configure:  Call guess-systype if no host is specified.
20071 Tue Jan 19 08:26:07 1993  Ian Lance Taylor  (ian@cygnus.com)
20073         * Makefile.in (gcc-no-fixedincludes): Made to work with current
20074         gcc Makefile.
20076 Fri Jan 15 10:27:02 1993  Ian Lance Taylor  (ian@cygnus.com)
20078         * Makefile.in (GCC_FLAGS_TO_PASS): New variable.
20079         (all-gcc, install-gcc, subdir_do): Use it.
20081 Wed Jan 13 17:06:45 1993  Jim Wilson  (wilson@sphagnum.cygnus.com)
20083         * Makefile.in: Rename uninstalled gcc driver from gcc to xgcc.
20085 Wed Jan  6 20:29:16 1993  Mike Werner  (mtw@rtl.cygnus.com)
20087         * Makefile.in: Removed explicit setting of SUBDIRS. SUBDIRS is now
20088           set exclusively by configure, using configure.in .
20090 Wed Jan  6 13:44:11 1993  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
20092         * test-build.mk: set $PATH for all builds
20094         * Makefile.in: pass TARGET_FLAGS_TO_PASS for xiberty and libm
20096 Wed Jan  6 11:02:10 1993  Fred Fish  (fnf@cygnus.com)
20098         * Makefile.in (GCC_FOR_TARGET):  Supply a default that matches
20099         the one used in gcc/Makefile.in, so that a null expansion doesn't
20100         override the one needed to build gcc with a native cc.
20102 Tue Jan  5 07:55:12 1993  Ken Raeburn  (raeburn@cambridge.cygnus.com)
20104         * configure: Accept -with arguments.
20106 Sun Jan  3 15:15:09 1993  Steve Chamberlain  (sac@thepub.cygnus.com)
20108         * Makefile.in: added h8300sim
20110 Tue Dec 29 15:06:00 1992  Ian Lance Taylor  (ian@cygnus.com)
20112         * build-all.mk: If canonhost is i386-unknown-sco3.2v4, change it
20113         to i386-sco3.2v4.  Set TARGETS and CFLAGS for i386-sco3.2v4.
20114         (all-cygnus, native, build-cygnus): Make
20115         $(canonhost)-stamp-3stage-done, not $(host)....
20116         * test-build.mk (stamp-3stage-compared): Use tail +10c for
20117         i386-sco3.2v4.  Added else true to if command.
20119 Mon Dec 28 12:08:56 1992  Ken Raeburn  (raeburn@cygnus.com)
20121         * config.sub: (from FSF) Sequent uses a BSD-like OS.
20123 Mon Dec 28 08:32:06 1992  Minh Tran-Le  (mtranle@paris.intellicorp.com)
20125         * configure.in (i[34]86-*-isc*): added; uses mh-sysv.
20127 Thu Dec 24 17:26:24 1992  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
20129         * configure.in: don't remove binutils from Solaris builds
20131 Thu Dec 24 14:08:38 1992 david d`zoo' zuhn  (zoo@cygnus.com)
20133         * Makefile.in: get rid of earlier definitions for *clean,
20134         also handle the recursive info rule better
20136 Thu Dec 24 12:40:21 1992  Per Bothner  (bothner@rtl.cygnus.com)
20138         * Makefile.in (mostlyclean, distclean, realclean):  Fix to
20139         do more-or-less the right thing.
20141 Wed Dec 16 10:25:31 1992  Ian Lance Taylor  (ian@cygnus.com)
20143         * Makefile.in: Add lines defining CC and CXX, and use CXX rather
20144         than gcc in definitions of CXX_FOR_BUILD and CXX_FOR_TARGET.
20146 Tue Dec 15 00:34:32 1992  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
20148         * Makefile.in: change all $(host_cpu)-$(host_vendor)-$(host_os) to
20149         $(host_canonical).
20151         * configure.in: split the configdirs list into 4 categories (native
20152         v. cross, library v. tool) and handle the cross-only and native-
20153         only in more reasonable (and correct!) way.
20155 Mon Dec 14 17:04:22 1992  Stu Grossman  (grossman at cygnus.com)
20157         * configure.in (hppa*-*-*):  Don't remove bfd and gdb from
20158         configdirs anymore.
20160 Sun Dec 13 00:37:26 1992  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
20162         * Makefile.in: extensive cleanup::  removed all of the explicit
20163         clean-* targets, collapsed many wrappers around subdir_do into
20164         one, added additional targets to satisfy standards.texi, deleted
20165         some old targets, some changes for consistency
20167 Fri Dec 11 20:18:02 1992  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
20169         * configure.in: handle some programs as cross-only, and others as
20170         native only
20172         * test-build.mk: handle partial holes in a more generic manner
20174         * Makefile.in: m4 depends on libiberty
20176 Thu Dec  3 21:52:11 1992  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
20178         * configure.in: add m4, textutils, fileutils, sed, shellutils,
20179         time, wdiff, and find to configdirs
20181         * Makefile.in: all, clean, and install rules for the new programs
20182         added to configure.in
20184 Mon Nov 30 14:54:34 1992  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
20186         * configure.in: use mh-sun for all *-sun-* hosts
20188 Fri Nov 27 18:35:54 1992  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
20190         * Makefile.in: define flags for X11 include files and library file
20191         locations, pass them down to the programs that need this info
20193         * build-all.mk: added a 'native' target, to 3stage the native toolchain
20195 Sun Nov 22 18:59:13 1992  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
20197         * configure.in: start building libg++ for HP-UX targets
20199 Wed Nov 18 19:33:11 1992  John Gilmore  (gnu@cygnus.com)
20201         * README:  Update references to files moved into etc/.
20203 Sun Nov 15 09:36:08 1992  Fred Fish  (fnf@cygnus.com)
20205         * config.sub (i386sol2, i486sol2):  i[34]86-unknown-solaris2.
20206         * configure.in (i[34]86-*-solaris2*):  Use config/mh-sysv4.
20208 Thu Nov 12 08:50:42 1992  Ian Lance Taylor  (ian@cygnus.com)
20210         * configure: accept dash as well as underscore in long option
20211         names for FSF compatibility.
20213 Wed Nov 11 08:04:37 1992  Ian Lance Taylor  (ian@cygnus.com)
20215         * config.sub: added -sco3.2v4 support from FSF.
20217 Sun Nov  8 21:14:30 1992  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
20219         * configure.in: expand the section that adds or removes
20220         directories from the list of programs to build, to handle native
20221         vs. cross in addition to host v. native
20223 Sat Nov  7 18:52:27 1992  Per Bothner  (bothner@rtl.cygnus.com)
20225         * Makefile.in:  Replace C++ in macro names with CXX.
20226         This is less likely to break ...
20228 Sat Nov  7 15:16:58 1992  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
20230         * test-build.mk: add -w to GNU_MAKE
20232 Fri Nov  6 23:10:37 1992  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
20234         * config.sub: remove 'sparc'-->'sparc-sun' default transformation,
20235         add 'sparc' to list of recognized cpus.  This needed to make
20236         'sparc-aout' expand to 'sparc-unknown-aout' instead of 'sparc-sun-aout'.
20237         Delete some redundant ose68 variants.  Recognize -wrs as an os,
20238         then changes that into $CPU-wrs-vxworks.
20240         * configure.in: remove most references to gdbtest, regularize
20241         target based program removal
20243         * test-build.mk: import from p3 tree (many fixes and changes)
20245 Fri Nov  6 20:59:00 1992  david d `zoo' zuhn  (zoo@cygnus.com)
20247         * Makefile.in: added rules to handle tcl, tk, and expect
20249         * configure.in: handle those directories if they exist
20251 Thu Nov  5 14:35:41 1992  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
20253         * config.sub: removed bogus hppabsd and hppahpux names, since
20254         "hppa" is not a valid cpu (hppa1.1 or hppa1.0 are, though)
20256 Thu Oct 29 00:12:41 1992  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
20258         * Makefile.in: all-gcc now depends on all-binutils.  all-libg++
20259         depends upon all-xiberty
20261         * Makefile.in: changes from p3, including:
20263         Thu Oct  8 15:00:17 1992  Ian Lance Taylor  (ian@cygnus.com)
20265         * Makefile.in (XTRAFLAGS): include newlib directories if
20266         newlib/Makefile exists, rather than if host != target.
20268         Fri Sep 25 13:41:52 1992  Ian Lance Taylor  (ian@cygnus.com)
20270         * Makefile.in: added -nostdinc to XTRAFLAGS if we are using gcc
20271         from the same source tree and not building a cross-compiler.  This
20272         matters for the libg++ configuration if reconfiguring a tree that
20273         has already been installed.
20275         Thu Sep 10 10:35:51 1992  Ian Lance Taylor  (ian@cygnus.com)
20277         * Makefile.in: added -I for newlib/targ-include to XTRAFLAGS, to
20278         pick up the machine and system specific header files.
20280         * Makefile.in: added AS_FOR_TARGET, passed down in
20281         TARGET_FLAGS_TO_PASS.  Added CC_FOR_BUILD, which is intended to be
20282         the C compiler to use to create programs which are run in the
20283         build environment, set it to default to $(CC), and passed it down
20284         in FLAGS_TO_PASS and TARGET_FLAGS_TO_PASS.
20286         Mon Sep  7 22:34:42 1992  Ian Lance Taylor  (ian@cirdan.cygnus.com)
20288         * Makefile.in: add $(host) = $(target) tests back to *_FOR_TARGET.
20289         We need them for unusual native builds, like systems without
20290         ranlib.
20292         * configure: also define $(host_canonical) and
20293         $(target_canonical), which are the full, canonical names for the
20294         given host and target
20296 Sun Nov  1 16:38:17 1992  Per Bothner  (bothner@cygnus.com)
20298         * Makefile.in:  Added separate definitions for C++.
20300 Fri Oct 30 11:37:52 1992  Fred Fish  (fnf@cygnus.com)
20302         * configure.in (configdirs):  Add deja-gnu.
20304 Fri Oct 23 00:39:18 1992  John Gilmore  (gnu@cygnus.com)
20306         * README:  Update for configure.texi and gdb-4.7 release.
20308 Wed Oct 21 21:54:27 1992  John Gilmore  (gnu@cygnus.com)
20310         * Makefile.in:  Move "all" target to top of file.
20311         Previously, first target was ".PHONY" which caused BSD4.4 make
20312         to build .PHONY when make was run without arguments.
20314 Mon Oct 19 01:17:54 1992  John Gilmore  (gnu@cygnus.com)
20316         * Makefile.in:  Add COPYING.LIB to GDB releases, now that there's
20317         Library-copylefted code in libiberty.
20319 Tue Oct 13 01:22:32 1992  John Gilmore  (gnu@cygnus.com)
20321         * config.sub:  Replace m68kmote with plain old m68k.
20323 Fri Oct  9 03:14:24 1992  John Gilmore  (gnu@cygnus.com)
20325         * Makefile.in:  Remove space from blank line, avoid Make complaints.
20327 Thu Oct  8 18:41:45 1992  Ken Raeburn  (raeburn@cygnus.com)
20329         * config.sub: Complain if no argument is given.  Added support for
20330         386bsd as OS and target alias.
20332 Thu Oct  8 15:07:22 1992  Ian Lance Taylor  (ian@cygnus.com)
20334         * Makefile.in (XTRAFLAGS): include newlib directories if
20335         newlib/Makefile exists, rather than if host != target.
20337 Mon Oct  5 03:00:09 1992  Mark Eichin  (eichin at tweedledumber.cygnus.com)
20339         * config.sub: recognize sparclite-wrs-vxworks.
20341         * Makefile.in (install-xiberty): added *-xiberty make rules (from
20342         p3.) Added clean-xiberty to clean.
20344 Thu Oct  1 17:59:19 1992  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
20346         * configure.in: use *-*-* instead of nested cases for host and target
20348 Tue Sep 29 14:11:18 1992  Ian Lance Taylor  (ian@cygnus.com)
20350         * Makefile.in: added -nostdinc to XTRAFLAGS if we are using gcc
20351         from the same source tree and not building a cross-compiler.  This
20352         matters for the libg++ configuration if reconfiguring a tree that
20353         has already been installed.
20355 Sep 20 08:53:10 1992  Fred Fish  (fnf@cygnus.com)
20357         * config.sub (i486v/i486v4):  Merge in from FSF version.
20359 Fri Sep 18 00:32:00 1992  Mark Eichin  (eichin@cygnus.com)
20361         * configure: only set PWD if it is already set.
20363 Thu Sep 17 23:05:53 1992  Mark Eichin  (eichin@cygnus.com)
20365         * configure: just set PWD=`pwd` at the top, since Ultrix sh
20366         doesn't have unset and all success paths (and most error paths)
20367         out set it anyway. (Note: should change all uses of ${PWD=`pwd`}
20368         to just ${PWD} to avoid confusion.)
20370 Tue Sep 15 16:00:54 1992  Ian Lance Taylor  (ian@cygnus.com)
20372         * configure: always set $(tooldir) to $(libdir)/$(target_alias),
20373         even for a native compilation.
20375 Tue Sep 15 02:22:56 1992  John Gilmore  (gnu@cygnus.com)
20377         Changes to make the gdb.tar.Z rule work better.
20379         * Makefile.in (GDB_SUPPORT_DIRS):  Add opcodes.
20380         (DEVO_SUPPORT):  Add configure.texi.
20381         (bfd-ilrt.tar.Z):  Remove ancient rule.
20383 Thu Sep 10 10:43:19 1992  Ian Lance Taylor  (ian@cygnus.com)
20385         * Makefile.in: added -I for newlib/targ-include to XTRAFLAGS, to
20386         pick up the machine and system specific header files.
20388         * configure.in, config.sub: added new target m68010-adobe-scout,
20389         with alias of adobe68k.  Changed configure.in to check for
20390         -scout before -sco* to avoid a false match.
20392         * Makefile.in: added AS_FOR_TARGET, passed down in
20393         TARGET_FLAGS_TO_PASS.  Added CC_FOR_BUILD, which is intended to be
20394         the C compiler to use to create programs which are run in the
20395         build environment, set it to default to $(CC), and passed it down
20396         in FLAGS_TO_PASS and TARGET_FLAGS_TO_PASS.
20398 Wed Sep  9 12:21:42 1992  Ian Lance Taylor  (ian@cygnus.com)
20400         * Makefile.in: added TARGET_FLAGS_TO_PASS, CC_FOR_TARGET,
20401         AR_FOR_TARGET, RANLIB_FOR_TARGET, NM_FOR_TARGET.  Pass
20402         TARGET_FLAGS_TO_PASS, which defines CC, AR, RANLIB and NM as the
20403         FOR_TARGET variants, to newlib and libg++.
20405 Tue Sep  8 17:28:30 1992  Ken Raeburn  (raeburn@cambridge.cygnus.com)
20407         * Makefile.in (all-gas, all-gdb): Require all-opcodes to be built
20408         first.
20410 Wed Sep  2 02:50:05 1992  John Gilmore  (gnu@cygnus.com)
20412         * config.sub:  Accept `elf' as an environment.
20414 Tue Sep  1 15:48:30 1992  Steve Chamberlain  (sac@thepub.cygnus.com)
20416         * Makefile.in (all-opcodes):  cd into the right directory
20418 Sun Aug 30 21:12:11 1992  Ian Lance Taylor  (ian@cygnus.com)
20420         * configure: added -program_transform_name option, used as
20421         argument to sed when installing programs.
20422         configure.texi: added documentation for -program_prefix,
20423         -program_suffix and -program_transform_name.
20425 Thu Aug 27 21:59:44 1992  John Gilmore  (gnu@cygnus.com)
20427         * config.sub:  Accept i486 where i386 ok.
20429 Thu Aug 27 13:04:42 1992  Brendan Kehoe  (brendan@rtl.cygnus.com)
20431         * config.sub: accept we32k
20433 Mon Aug 24 14:05:14 1992  Ian Lance Taylor  (ian@cygnus.com)
20435         * config.sub, configure.in: accept OSE68000 and OSE68k.
20437         * Makefile.in: don't create all directories for ``make install'';
20438         let the subdirectories create the ones they need.
20440 Tue Aug 11 23:13:17 1992  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
20442         * COPYING: new file, GPL v2
20444 Tue Aug  4 01:12:43 1992  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
20446         * Makefile.in: use the new gen-info-dir, which needs a template
20447         argument (which also lives in texinfo)
20449         * configure.texi, standards.texi: fix INFO-DIR-ENTRY
20451 Mon Aug  3 00:34:17 1992  Fred Fish  (fnf@cygnus.com)
20453         * config.sub (ncr3000):  Change i386 to i486.
20455 Thu Jul 23 00:12:17 1992  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
20457         * Makefile.in: add install-rcs, install-grep to
20458         install-no-fixedincludes, removed install-bison and install-libgcc
20460 Tue Jul 21 01:01:50 1992  david d `zoo' zuhn (zoo@cygnus.com)
20462         * configure.in: grab the HPUX makefile fragment if on HPUX
20464 Mon Jul 20 11:02:09 1992  D. V. Henkel-Wallace  (gumby@cygnus.com)
20466         * Makefile.in: eradicate bison spoor (ditto libgcc).
20467          configure.in: recognise m68{k,000}-ericsson-OSE.
20468          es1800 is alias for m68k-ericsson-OSE
20470 Sun Jul 19 17:49:02 1992  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
20472         * configure.in: rearrange the parts that remove programs from
20473         configdirs, based now on HOST==TARGET or by canonical triple.
20475 Fri Jul 17 22:52:49 1992  K. Richard Pixley  (rich@rtl.cygnus.com)
20477         * test-build.mk: recurse explicitly with -f test-build.mk when
20478           appropriate.  predicate stage3 and comparison on the existence
20479           of gcc.  That is, if gcc isn't around, we aren't three-staging.
20480           On very clean, also remove ...stamp-co.  Build in-place before
20481           doing other builds.
20483 Thu Jul 16 18:33:09 1992  Steve Chamberlain  (sac@thepub.cygnus.com)
20485         * Makefile.in, configure.in: add tgas
20487 Thu Jul 16 16:05:28 1992  K. Richard Pixley  (rich@rtl.cygnus.com)
20489         * Makefile.in: a number of changes merged in from progressive.
20491         * configure.in: add libm.
20493         * .cvsignore: ignore some stuff that comes from test-build.mk.
20495 Tue Jul  7 00:24:52 1992  Fred Fish  (fnf@cygnus.com)
20497         * config.sub:  Add es1800 (m68k-ericsson-es1800).
20499 Tue Jun 30 20:24:41 1992  D. V. Henkel-Wallace  (gumby@cygnus.com)
20501         * configure: Add program_suffix (parallel to program_prefix)
20502         * Makefile.in: adjust directory-creating script for losing decstation
20504 Mon Jun 22 23:43:48 1992  Per Bothner  (bothner@cygnus.com)
20506         * configure:  Minor $subdir-related fixes.
20508 Mon Jun 22 18:30:26 1992  Steve Chamberlain  (sac@thepub.cygnus.com)
20510         * configure: fix various problems with propogating
20511         makefile_target_frag in subdirs.
20512         * configure.in: config libgcc if its there
20514 Fri Jun 19 15:19:40 1992  Stu Grossman  (grossman at cygnus.com)
20516         * config.sub:  HPPA merge.
20518 Sun Jun 14 10:29:19 1992  John Gilmore  (gnu at cygnus.com)
20520         * Makefile.in:  Replace all-bison with all-byacc in all
20521         dependency lines for other tools (which now use byacc).
20523 Fri Jun 12 22:21:57 1992  John Gilmore  (gnu at cygnus.com)
20525         * config.sub:  Add sun4sol2 => sparc-sun-solaris2.
20527 Thu Jun  4 12:07:32 1992  Mark Eichin  (eichin@cygnus.com)
20529         * Makefile.in: make gprof rules similar to byacc rules (instead of
20530         vestigal $(unsubdir) that didn't work...)
20532 Thu Jun  4 00:37:05 1992  Per Bothner  (bothner@rtl.cygnus.com)
20534         * config.sub:  Add support for Linux.
20535         * Makefile.in:  Use $(FLAGS_TO_PASS) more consistently
20536         (at least for libg++).
20538 Tue Jun 02 20:03:00 1992  david d `zoo' zuhn (zoo@cygnus.com)
20540         * configure.texi: fix doc for the -nfp option to configure
20542 Tue Jun  2 17:20:52 1992  Michael Tiemann  (tiemann@cygnus.com)
20544         * Makefile.in (all-binutils): ar needs flex, so depend on all-flex.
20546 Sun May 31 15:04:08 1992  Mark Eichin  (eichin at cygnus.com)
20548         * config.sub: changed [^-]+ to [^-][^-]* so that it works under
20549         Sun sed. (BSD 4.3 sed doesn't handle [^-]+ either.)
20550         * configure.in: added solaris* host_makefile_frag hook.
20552 Sun May 31 01:10:34 1992  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
20554         * config.sub: changed recognition of m68000 so that various
20555         m68k types can be specified via m680[01234]0
20557 Sat May 30 21:01:06 1992  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
20559         * config.sub (basic_machine): fix sed so that '-foo' isn't
20560         completely substituted out while .+'-foo' loses the '-foo'
20562 Wed May 27 23:18:52 1992  Michael Tiemann  (tiemann@rtl.cygnus.com)
20564         * config.sub ($os): Add -aout.
20566 Fri May 22 14:00:02 1992  Per Bothner  (bothner@cygnus.com)
20568         * configure:  If host_makefile_frag is absolute, don't
20569         prefix ${invsubdir} (relevant to libg++ auto-configure).
20571 Thu May 21 18:00:09 1992  Michael Tiemann  (tiemann@rtl.cygnus.com)
20573         * Makefile.in (tooldir): Define it.
20574         (all-ld): Depend on all-flex.
20576 Sun May 10 21:45:59 1992  Per Bothner  (bothner@rtl.cygnus.com)
20578         * Makefile.in (check):  Fix libg++ special case.
20580 Fri May  8 08:31:41 1992  K. Richard Pixley  (rich@cygnus.com)
20582         * configure: do not bury `pwd` into config.status, thus do fewer
20583           pwd's.
20585         * configure: print the "Building in" message only when building in
20586           other than "." AND verbose.
20588         * configure: remove -s, rework -v to better accommodate guested
20589           configures.
20591         * standards.texi: updated to 3 may, fixed librid <-> libdir typo.
20593 Fri May  1 18:00:50 1992  K. Richard Pixley  (rich@cygnus.com)
20595         * Makefile.in: macroize flags passed on recursion.  remove
20596           fileutils.
20598 Thu Apr 30 08:56:20 1992  K. Richard Pixley  (rich@cygnus.com)
20600         * configure: get makesrcdir right for subdirs deeper than 1.
20602         * Makefile.in: pass INSTALL, INSTALL_DATA, INSTALL_PROGRAM on
20603           install.
20605 Fri Apr 24 15:51:51 1992  K. Richard Pixley  (rich@cygnus.com)
20607         * Makefile.in: don't print subdir_do or recursion lines.
20609 Fri Apr 24 15:22:04 1992  K. Richard Pixley  (rich@cygnus.com)
20611         * standards.texi: added menu item.
20613         * Makefile.in: build and install standards.info.
20615         * standards.texi: new file.
20617 Wed Apr 22 18:06:55 1992  K. Richard Pixley  (rich@rtl.cygnus.com)
20619         * configure: test for and move config.status pieces from
20620           ${subdir}/.
20622 Wed Apr 22 14:38:34 1992  Fred Fish  (fnf@cygnus.com)
20624         * configure:  Test for existance of files before trying to mv
20625         them, to avoid numerous non-existance messages.
20627 Tue Apr 21 12:31:33 1992  K. Richard Pixley  (rich@cygnus.com)
20629         * configure: correct final line of config.status.
20631         * configure: patch from eggert.  Avoids a protection problem if
20632           the original Makefile.in is read only.
20634         * configure: use move-if-change from gcc to create config.status.
20635           Some makefiles depend on config.status to tell if a directory
20636           has been reconfigured for a different host.  This change
20637           prevents those directories from remaking everything in the case
20638           where the reconfig was only intended to rebuild a Makefile.
20640         * configure: test for config.sub with "config.sub sun4" rather
20641           than "config.sub ${host_alias}".  Otherwise we can't tell a bad
20642           host alias from a missing config.sub.
20644 Mon Apr 20 18:16:36 1992  K. Richard Pixley  (rich@rtl.cygnus.com)
20646         * Makefile.in: explicitly pass CFLAGS on recursion. no longer pass
20647           MINUS_G (this can be done with CFLAGS).  Default CFLAGS to -g.
20649 Fri Apr 17 18:27:51 1992  Per Bothner  (bothner@cygnus.com)
20651         * configure: mkdir ${subdir} as needed.
20653 Wed Apr 15 17:37:22 1992  K. Richard Pixley  (rich@cygnus.com)
20655         * Makefile.in,configure.in: added autoconf.
20657 Wed Apr 15 17:27:34 1992  K. Richard Pixley  (rich@rtl.cygnus.com)
20659         * Makefile.in: no longer pass against on recursion.
20661         * Makefile.in: added .NOEXPORT: so that stray makefile_frag
20662           definitions are not inherited.
20664         * configure: correct makesrcdir when subdir is .
20666 Tue Apr 14 11:56:09 1992  Per Bothner  (bothner@cygnus.com)
20668         * configure:  Add support for 'subdirs' variable, which is
20669         like 'configdirs', except that configure doesn't re-invoke
20670         itself for subdirs, it just creates a Makefile for each subdir.
20671         * configure.texi:  Document subdirs.
20673 Mon Apr 13 18:50:16 1992  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
20675         * configure.in: added flex to configdirs
20677 Mon Apr 13 18:43:55 1992  K. Richard Pixley  (rich@cygnus.com)
20679         * Makefile.in: remove clean-stamps from clean.
20681 Sat Apr 11 03:52:03 1992  John Gilmore  (gnu at cygnus.com)
20683         * configure.in:  Add gdbtest to configdirs.
20685 Fri Apr 10 23:11:49 1992  Fred Fish  (fnf@cygnus.com)
20687         * Makefile.in (MINUS_G):  Add macro, default to -g, pass on
20688         to recursive makes.
20689         * configure.in:  Recognize new ncr3000 config.
20691 Wed Apr  8 23:08:12 1992  K. Richard Pixley  (rich@cygnus.com)
20693         * Makefile.in, configure.in: removed references to gdbm.
20695 Tue Apr  7 16:48:20 1992  Per Bothner  (bothner@cygnus.com)
20697         * config.sub:  Don't canonicalize os value
20698         newsos* to bsd (readline needs to check for newsos).
20699         (This fix was earlier made Jan 31, but got re-broken.)
20701 Mon Apr  6 14:34:08 1992  Stu Grossman  (grossman at cygnus.com)
20703         * configure.in:  sco is an os, not a vendor!
20705         * configure:  Quote $( better.  Keep various shells happy.
20707 Tue Mar 31 16:32:57 1992  K. Richard Pixley  (rich@cygnus.com)
20709         * Makefile.in: eliminate stamp-files.
20711 Mon Mar 30 22:20:23 1992  K. Richard Pixley  (rich@cygnus.com)
20713         * Makefile.in: add send_pr.  remove "force" from .stmp-gprof rule.
20714           Supress echoing of all the "if [ -d ... $(MAKE)" lines.
20716 Wed Mar 25 15:20:04 1992  Stu Grossman  (grossman@cygnus.com)
20718         * config.sub:  fix iris/iris3.
20720 Wed Mar 25 10:34:19 1992  K. Richard Pixley  (rich@cygnus.com)
20722         * configure: re-add -rm.
20724 Tue Mar 24 23:50:16 1992  K. Richard Pixley  (rich@cygnus.com)
20726         * Maskefile.in: add .stmp-rcs to all.
20728         * configure.in: remove gas from rs6000 build, use aix host fragment.
20730 Mon Mar 23 19:43:35 1992  K. Richard Pixley  (rich@cygnus.com)
20732         * configure: pass down site_option during recursion.
20734 Thu Mar 19 16:49:36 1992  Stu Grossman  (grossman at cygnus.com)
20736         * Makefile.in (all.cross):  Add .stmp-bfd .stmp-readline.
20738 Wed Mar 18 15:29:33 1992  Mike Stump  (mrs@cygnus.com)
20740         * configure: Change exec_prefix so that it really defaults to prefix.
20742 Sat Mar 14 17:20:38 1992  Fred Fish  (fnf@cygnus.com)
20744         * Makefile.in, configure.in:  Add support for mmalloc library.
20746 Fri Mar 13 18:44:18 1992  K. Richard Pixley  (rich@cygnus.com)
20748         * Makefile.in: add stmp dependencies for a few more things.
20750 Thu Mar 12 04:56:24 1992  K. Richard Pixley  (rich@cygnus.com)
20752         * configure: adjusted error message on objdir/srcdir configure
20753           collision, per john's suggestion.
20755         * Makefile.in: add libiberty stmp to all and all.cross.
20757 Wed Mar 11 02:07:52 1992  K. Richard Pixley  (rich@cygnus.com)
20759         * Makefile.in: remove force dependencies, add grep to all.
20761 Tue Mar 10 21:49:18 1992  K. Richard Pixley  (rich@mars.cygnus.com)
20763         * Makefile.in: drop flex.  make stamp files work.
20765         * configure: added test for conflicting configuration in srcdir,
20766           remove trailing slashes from srcdir.  Otherwise emacs gdb mode
20767           gets cranky.  use relative paths for configure and srcdir
20768           whenever possible.  Send some error messages to stderr that were
20769           going to stdout.
20771 Tue Mar 10 18:01:55 1992  Per Bothner  (bothner@cygnus.com)
20773         * Makefile.in:  Fix libg++ rule to check for gcc directory
20774         before using gcc/gcc.  Also pass XTRAFLAGS.
20776 Thu Mar  5 21:45:07 1992  K. Richard Pixley  (rich@sendai)
20778         * Makefile.in: added stmp-files so that directories aren't polled
20779           when they are already built.
20781         * configure.texi: fixed a node pointer problem.
20783 Thu Mar  5 12:05:58 1992  Stu Grossman  (grossman at cygnus.com)
20785         * config.sub configure.in gdb/configure.in
20786         gdb/mips-tdep.c gdb/mipsread.c gdb/procfs.c gdb/signame.h
20787         gdb/tm-irix3.h gdb/tm-mips.h gdb/xm-irix4.h gdb/config/mt-irix3
20788         gdb/config/mh-irix4 texinfo/configure.in:  Port to SGI Irix-4.x.
20790 Wed Mar  4 02:57:46 1992  K. Richard Pixley  (rich@rtl.cygnus.com)
20792         * configure: -recurring becomes -silent.  corrected help message
20793           for -site= option.
20795         * Makefile.in: mkdir $(exec_prefix) and $(tooldir).
20797 Tue Mar  3 14:51:21 1992  K. Richard Pixley  (rich@rtl.cygnus.com)
20799         * configure: when building Makefile for crosses, replace
20800           tooldir and program_prefix.  default srcdir from location of
20801           config.sub.  remove "for host in hosts" and "for target in
20802           targets" loops.
20804 Wed Feb 26 19:48:25 1992  K. Richard Pixley  (rich@rtl.cygnus.com)
20806         * Makefile.in: Do not pass bindir or mandir to cvs.
20808 Wed Feb 26 18:04:40 1992  K. Richard Pixley  (rich@cygnus.com)
20810         * Makefile.in, configure.in: removed traces of namesubdir,
20811           -subdirs, $(subdir), $(unsubdir), some rcs triggers.  Forced
20812           copyrights to '92, changed some from Cygnus to FSF.
20814         * configure.texi: remove most references to multiple hosts,
20815           multiple targets, subdirs, etc.
20817         * configure.man: removed rcsid. reference config.sub not
20818           config.subr.
20820         * Makefile.in: mkdir $(infodir) on install-info.
20822 Wed Feb 19 15:41:13 1992  John Gilmore  (gnu at cygnus.com)
20824         * configure.texi:  Explain better about .gdbinit and about
20825         the environment that configure.in sections run in.
20827 Fri Feb  7 07:55:00 1992  John Gilmore  (gnu at cygnus.com)
20829         * configure.in:  Ultrix is only a decstation if it's a MIPS.
20831 Fri Jan 31 21:54:51 1992  John Gilmore  (gnu at cygnus.com)
20833         * README:  DOC.configure => cfg-paper.texi.
20835 Fri Jan 31 21:48:18 1992  Stu Grossman  (grossman at cygnus.com)
20837         * config.sub (near case $os):  Don't convert newsos* to bsd!
20839 Fri Jan 31 02:27:32 1992  John Gilmore  (gnu at cygnus.com)
20841         * Makefile.in:  Reinstall change from gdb-4.3 that reduces
20842         the number of copies of COPYING that go into the GDB tar file.
20844 Thu Jan 30 16:17:30 1992  Stu Grossman  (grossman at cygnus.com)
20846         * bfd/configure.in, gdb/config/mh-i386sco,
20847         gdb/config/mt-i386v32, gdb/configure.in, readline/configure.in:
20848         Fix SCO configuration stuff.
20850 Tue Jan 28 23:51:07 1992  Per Bothner  (bothner at cygnus.com)
20852         * Makefile.in:  For libg++, make sure the -I pointing
20853         to the gcc directory goes *after* all the libg++-local -I flags.
20854         Also, move just-gcc dependency from just-libg++ to all-libg++.
20856 Tue Jan 28 12:56:24 1992  Stu Grossman  (grossman at cygnus.com)
20858         * configure:  Change -x to -f to keep Ultrix /bin/test happy.
20860 Sat Jan 18 17:45:11 1992  Stu Grossman  (grossman at cygnus.com)
20862         * Makefile.in (make-gdb.tar.Z):  Remove texinfo targets.
20864 Sat Jan 18 17:03:21 1992  Fred Fish  (fnf at cygnus.com)
20866         * config.sub:  Add stratus configuration frags.  Also
20867         submitted to FSF.
20869 Sat Jan 18 15:35:29 1992  Stu Grossman  (grossman at cygnus.com)
20871         * Makefile.in (DEV_SUPPORT):  add configure.man.
20873         * config.sub(Decode manufacturer-specific):  add -none*.
20875 Fri Jan 17 17:58:05 1992  Stu Grossman  (grossman at cygnus.com)
20877         * Makefile.in:  remove form feeds to make Sun's make happy.
20878         (DEVO_SUPPORT):  DOC.configure => cfg-paper.texi.
20880 Sat Jan  4 16:11:44 1992  John Gilmore  (gnu at cygnus.com)
20882         * Makefile.in (AR_FLAGS):  Make quieter.
20884 Thu Jan  2 22:57:12 1992  John Gilmore  (gnu at cygnus.com)
20886         * configure.in:  Add libg++.
20887         * configure:  When verbose, don't output the command line at each
20888         level; it will be unremarkably the same as the previous version,
20889         which will be the same as what the user typed.
20891 Fri Dec 27 16:26:47 1991  K. Richard Pixley  (rich at cygnus.com)
20893         * configure.in, Makefile.in: fix clean-info, add flex.  add
20894           fileutils.
20896         * configure: be less sensitive to spaces in Makefile.in.  Do not
20897           look for sources in "..".  Doing so breaks subdirectories that
20898           might have their own configure.  If a subdir has it's own
20899           configure script, use it.
20901 Thu Dec 26 16:30:26 1991  K. Richard Pixley  (rich at cygnus.com)
20903         * cfg-paper.texi: some changes suggested by rms.
20905 Thu Dec 26 10:13:36 1991  Fred Fish  (fnf at cygnus.com)
20907         * config.sub:  Merge in some small additions from the FSF version,
20908         taken from the gcc distribution, to bring the Cygnus and FSF
20909         versions into closer sync.
20911 Fri Dec 20 11:34:18 1991  Fred Fish  (fnf at cygnus.com)
20913         * configure.in:  Changed svr4 references to sysv4.
20915 Thu Dec 19 15:54:29 1991  K. Richard Pixley  (rich at cygnus.com)
20917         * configure: added -V for version number option.
20919 Wed Dec 18 15:39:34 1991  K. Richard Pixley  (rich at cygnus.com)
20921         * DOC.configure, cfg-paper.texi: revised, updated, and texinfo'd.
20922           renamed from DOC.configure to cfg-paper.texi.
20924 Mon Dec 16 23:05:19 1991  K. Richard Pixley  (rich at rtl.cygnus.com)
20926         * configure, config.subr, config.sub: config.subr is now
20927           config.sub again.
20929 Fri Dec 13 01:17:06 1991  K. Richard Pixley  (rich at cygnus.com)
20931         * configure.texi: new file, in progress.
20933         * Makefile.in: build info file and install the man page for
20934           configure.
20936         * configure.man: new file, first cut.
20938         * configure: find config.subr again now that configuration "none"
20939           has gone.  removed all traces of the -ansi option.  removed all
20940           traces of the -languages option.
20942         * config.subr: resync from rms.
20944 Wed Dec 11 22:25:20 1991  K. Richard Pixley  (rich at rtl.cygnus.com)
20946         * configure, config.sub, config.subr: merge config.sub into
20947           config.subr, call the result config.subr, remove config.sub, use
20948           config.subr.
20950         * Makefile.in: revised install for dir.info.
20952 Tue Dec 10 00:04:35 1991  K. Richard Pixley  (rich at rtl.cygnus.com)
20954         * configure.in: add decstation host makefile frag.
20956         * Makefile.in: BISON now bison -y again.  also install-gcc on
20957           install.  clean-gdbm on clean.  infodir belongs in datadir.
20958           Make directories for info install.  Build dir.info here then
20959           install it.
20961 Mon Dec  9 16:48:33 1991  K. Richard Pixley  (rich at rtl.cygnus.com)
20963         * Makefile.in: fix for bad directory tests.
20965 Sat Dec  7 00:17:01 1991  K. Richard Pixley  (rich at rtl.cygnus.com)
20967         * configure: \{1,2\} appears to be a sysv'ism.  Use a different
20968           regexp.  -srcdir relative was being handled incorrectly.
20970         * Makefile.in: unwrapped some for loops so that parallel makes
20971           work again and so one can focus one's attention on a particular
20972           package.
20974 Fri Dec  6 00:22:08 1991  K. Richard Pixley  (rich at rtl.cygnus.com)
20976         * configure: added PWD as a stand in for `pwd` (for speed). use
20977           elif wherever possible.  make -srcdir work without -objdir.
20978           -objdir= commented out.
20980 Thu Dec  5 22:46:52 1991  K. Richard Pixley  (rich at rtl.cygnus.com)
20982         * configure: +options become --options.  -subdirs commented out.
20983           added -host, -datadir.  Renamed -destdir to -prefix.  Comment in
20984           Makefile now at top of generated Makefile.  Removed cvs log
20985           entries.  added -srcdir.  create .gdbinit only if there is one
20986           in ${srcdir}.
20988         * Makefile.in: idestdir and ddestdir go away.  Added copyrights
20989           and shift gpl to v2.  Added ChangeLog if it didn't exist. docdir
20990           and mandir now keyed off datadir by default.
20992 Fri Nov 22 07:38:11 1991  K. Richard Pixley  (rich at rtl.cygnus.com)
20994         * Freshly created ChangeLog.
20997 Local Variables:
20998 mode: change-log
20999 left-margin: 8
21000 fill-column: 76
21001 version-control: never
21002 End: