libgcc: Fix _Unwind_Find_FDE for missing unwind data with glibc 2.35
[official-gcc.git] / ChangeLog
blob0be55f972403553ea45716890e27f41c9c20e213
1 2022-01-22  Jakub Jelinek  <jakub@redhat.com>
3         PR other/104181
4         * build.log: Remove.
6 2022-01-20  Martin Liska  <mliska@suse.cz>
8         * MAINTAINERS: Adjust email address based on IRC request.
10 2022-01-18  Xionghu Luo  <luoxhu@linux.ibm.com>
12         * MAINTAINERS: Update my email address.
14 2022-01-17  Martin Liska  <mliska@suse.cz>
16         * MAINTAINERS: Rename .c names to .cc.
18 2022-01-13  Jakub Jelinek  <jakub@redhat.com>
20         * Makefile.am: Remove.
22 2022-01-11  Thomas Koenig  <tkoenig@gcc.gnu.org>
24         * Makefile.am: New file.
26 2022-01-11  Martin Liska  <mliska@suse.cz>
28         * MAINTAINERS: Sort 2 names.
30 2022-01-10  Martin Liska  <mliska@suse.cz>
32         * MAINTAINERS: Fix obvious issues with sorting.
34 2022-01-07  liuhongt  <hongtao.liu@intel.com>
36         * build.log: New file.
38 2022-01-05  Nathan Sidwell  <nathan@acm.org>
40         * MAINTAINERS: Add DCO entry.  Sort that list.
42 2022-01-04  Gaius Mulley  <gaiusmod2@gmail.com>
44         * MAINTAINERS: Change of email address in both DCO and
45         Write After Approval list.
47 2021-12-21  Iain Buclaw  <ibuclaw@gdcproject.org>
49         * configure: Regenerate.
51 2021-12-21  Martin Liska  <mliska@suse.cz>
53         * config.sub: Change mode back to 755.
55 2021-12-17  Martin Liska  <mliska@suse.cz>
57         * config.sub: Sync from master.
59 2021-12-17  Martin Liska  <mliska@suse.cz>
61         Revert:
62         2021-12-16  Matthias Seidel  <mseidel@apache.org>
64         * config.sub: Fix typo.
66 2021-12-16  Matthias Seidel  <mseidel@apache.org>
68         * config.sub: Fix typo.
70 2021-12-16  H.J. Lu  <hjl.tools@gmail.com>
72         Revert:
73         2021-12-15  H.J. Lu  <hjl.tools@gmail.com>
75         * Makefile.tpl (AR): Add @AR_PLUGIN_OPTION@
76         (RANLIB): Add @RANLIB_PLUGIN_OPTION@.
77         * configure.ac: Include config/gcc-plugin.m4.
78         AC_SUBST AR_PLUGIN_OPTION and RANLIB_PLUGIN_OPTION.
79         * libtool.m4 (_LT_CMD_OLD_ARCHIVE): Pass --plugin to AR and
80         RANLIB if possible.
81         * Makefile.in: Regenerated.
82         * configure: Likewise.
84 2021-12-15  H.J. Lu  <hjl.tools@gmail.com>
86         * Makefile.tpl (BUILD_CFLAGS): New.
87         (CFLAGS): Append $(BUILD_CFLAGS).
88         (CXXFLAGS): Likewise.
89         (PGO_BUILD_GEN_FLAGS_TO_PASS): New.
90         (PGO_BUILD_TRAINING_CFLAGS): Likewise.
91         (PGO_BUILD_TRAINING_CXXFLAGS): Likewise.
92         (PGO_BUILD_TRAINING_FLAGS_TO_PASS): Likewise.
93         (PGO_BUILD_TRAINING_MFLAGS): Likewise.
94         (PGO_BUILD_USE_FLAGS_TO_PASS): Likewise.
95         (PGO-TRAINING-TARGETS): Likewise.
96         (PGO_BUILD_TRAINING): Likewise.
97         (all): Add '+' to the command line for recursive make.  Support
98         the PGO build.
99         * configure.ac: Add --enable-pgo-build[=lto].
100         AC_SUBST PGO_BUILD_GEN_CFLAGS, PGO_BUILD_USE_CFLAGS and
101         PGO_BUILD_LTO_CFLAGS.  Enable the PGO build in Makefile.
102         * Makefile.in: Regenerated.
103         * configure: Likewise.
105 2021-12-15  H.J. Lu  <hjl.tools@gmail.com>
107         * Makefile.tpl (AR): Add @AR_PLUGIN_OPTION@
108         (RANLIB): Add @RANLIB_PLUGIN_OPTION@.
109         * configure.ac: Include config/gcc-plugin.m4.
110         AC_SUBST AR_PLUGIN_OPTION and RANLIB_PLUGIN_OPTION.
111         * libtool.m4 (_LT_CMD_OLD_ARCHIVE): Pass --plugin to AR and
112         RANLIB if possible.
113         * Makefile.in: Regenerated.
114         * configure: Likewise.
116 2021-12-14  Marc Poulhiès  <poulhies@adacore.com>
118         * MAINTAINERS: Add myself to write after approval.
120 2021-12-06  Navid Rahimi  <navidrahimi@microsoft.com>
122         * MAINTAINERS: Adding myself.
124 2021-12-02  Pekka Seppänen  <pexu@gcc.mail.kapsi.fi>
126         * configure: Regenerate.
127         * configure.ac: For CPP_FOR_BUILD use $(CC_FOR_BUILD) -E instead of
128         $(CPP).
130 2021-11-30  Iain Buclaw  <ibuclaw@gdcproject.org>
132         * Makefile.def: Add bootstrap to libbacktrace, libphobos, zlib, and
133         libatomic.
134         * Makefile.in: Regenerate.
135         * Makefile.tpl (POSTSTAGE1_HOST_EXPORTS): Fix command for GDC.
136         (STAGE1_CONFIGURE_FLAGS): Add --with-libphobos-druntime-only if
137         target-libphobos-bootstrap.
138         (STAGE2_CONFIGURE_FLAGS): Likewise.
139         * configure: Regenerate.
140         * configure.ac: Add support for bootstrapping D front-end.
142 2021-11-16  Martin Uecker  <uecker@gcc.gnu.org>
144         * MAINTAINERS: Add myself to DCO section and update email address.
146 2021-11-16  Iain Sandoe  <iain@sandoe.co.uk>
148         * configure: Regenerate.
149         * configure.ac: Ensure that PIC (shared) defaults are set
150         correctly for Darwin.
152 2021-11-16  Jim Wilson  <jim.wilson.gcc@gmail.com>
154         * MAINTAINERS: Update my address.
156 2021-11-12  Alan Modra  <amodra@gmail.com>
158         * Makefile.def (configure-opcodes): Depend on configure-bfd.
159         * Makefile.in: Regenerate.
161 2021-11-03  Maciej W. Rozycki  <macro@embecosm.com>
163         * MAINTAINERS: Clarify the policy WRT the Write After Approval
164         list.
166 2021-11-02  Andrew Burgess  <andrew.burgess@embecosm.com>
168         * MAINTAINERS (Reviewers, arc): Remove my entry.
169         (Write After Approval): Add an entry for myself.
171 2021-10-28  Richard Purdie  <richard.purdie@linuxfoundation.org>
173         * Makefile.tpl: Add CPP_FOR_BUILD and CPPFLAGS_FOR_BUILD support
174         * Makefile.in: Regenerate.
175         * configure: Regenerate.
176         * configure.ac: Add CPP_FOR_BUILD and CPPFLAGS_FOR_BUILD support
178 2021-10-26  Jeff Law  <jeffreyalaw@gmail.com>
180         * MAINTAINERS: Fix up Maciej's entries.
182 2021-10-26  Maciej W. Rozycki  <macro@embecosm.com>
184         * MAINTAINERS (CPU Port Maintainers): Add myself as a VAX port
185         maintainer.
187 2021-10-22  Eric Gallager  <egallager@gcc.gnu.org>
189         PR other/102663
190         * Makefile.def: Handle install-dvi target.
191         * Makefile.tpl: Likewise.
192         * Makefile.in: Regenerate.
194 2021-10-19  Clément Chigot  <clement.chigot@atos.net>
196         * MAINTAINERS: Add myself for write after approval.
198 2021-10-12  Eric Gallager  <egallager@gcc.gnu.org>
200         * Makefile.def: Mark libcody, libdecnumber,
201         c++tools, libgcc, and libobjc as missing TAGS
202         targets.
203         * Makefile.in: Regenerate.
205 2021-10-07  Siddhesh Poyarekar  <siddhesh@gotplt.org>
207         * MAINTAINERS: Add myself to DCO section and update email
208         address.
210 2021-09-29  Jonathan Wakely  <jwakely@redhat.com>
212         * MAINTAINERS: Add myself to DCO section.
214 2021-09-28  Andrew Burgess  <andrew.burgess@embecosm.com>
216         * configure: Regenerate.
217         * configure.ac (skipdirs): Add the contents of target_configdirs if
218         we are not building gcc.
220 2021-09-24  Andrew Burgess  <andrew.burgess@embecosm.com>
222         * Makefile.def: Back-port commits ba4d88ad892f and
223         755ba58ebef0 from binutils-gdb repository.
224         * Makefile.in: Regenerated.
226 2021-09-20  Harald Anlauf  <anlauf@gmx.de>
228         * MAINTAINERS (Reviewers): Add myself as Fortran reviewer.
230 2021-09-17  Iain Sandoe  <iain@sandoe.co.uk>
232         * Makefile.def: Add a jit check target for the jit
233         language.
234         * Makefile.in: Regenerate.
236 2021-09-16  Andrew Pinski  <apinski@marvell.com>
238         PR bootstrap/67102
239         * Makefile.def: Have configure-target-libffi depend on
240         all-target-libstdc++-v3.
241         * Makefile.in: Regenerate.
243 2021-09-10  Petter Tomner  <tomner@kth.se>
245         * MAINTAINERS: Me added to DCO and write after approval
247 2021-09-01  YunQiang Su  <syq@debian.org>
249         * MAINTAINERS: Add myself for write after approval.
251 2021-08-31  Andrew Burgess  <andrew.burgess@embecosm.com>
253         * Makefile.def: Add all-gdb dependency on all-libbacktrace.
254         * Makefile.in: Regenerate.
256 2021-08-21  Dragan Mladjenovic  <Dragan.Mladjenovic@syrmia.com>
258         * MAINTAINERS: Add myself for write after approval.
260 2021-08-18  Iain Sandoe  <iain@sandoe.co.uk>
262         * Makefile.in: Regenerate.
263         * Makefile.tpl: Make the state of the configured host
264         shared flag available to makefile fragements.
266 2021-08-09  Hongyu Wang  <hongyu.wang@intel.com>
268         * MAINTAINERS (Write After Approval): Add myself.
270 2021-07-20  Richard Earnshaw  <rearnsha@arm.com>
272         * .dir-locals.el (bug-reference-url-format): Use https.
274 2021-07-20  Richard Earnshaw  <rearnsha@arm.com>
276         * .dir-locals.el (c-mode): Change fill-column to 79.
278 2021-07-15  Trevor Saunders  <tbsaunde@tbsaunde.org>
280         * MAINTAINERS: Add myself to DCO section.
282 2021-07-09  Iain Sandoe  <iain@sandoe.co.uk>
284         * configure: Regenerate.
285         * configure.ac: Adjust cases for which it is necessary to
286         include the Darwin host config fragment.
288 2021-07-06  Gaius Mulley  <gaius.mulley@southwales.ac.uk>
290         * MAINTAINERS: Add myself for write after approval and DCO.
292 2021-07-05  Iain Sandoe  <iain@sandoe.co.uk>
294         * Makefile.def: Add dsymutil defs.
295         * Makefile.in: Regenerated.
296         * Makefile.tpl: Add dsymutil to flags.
297         * configure: Regenerated.
298         * configure.ac: Add dsymutil to target and build recipes.
300 2021-07-01  Ankur Saini  <arsenic@sourceware.org>
302         * MAINTAINERS: Add myself for write after approval.
304 2021-06-30  Xi Ruoyao  <xry111@mengyan1223.wang>
306         * MAINTAINERS (Write After Approval): Add myself.
308 2021-06-25  Matthias Kretz  <m.kretz@gsi.de>
310         * MAINTAINERS: Add myself for write after approval and DCO
312 2021-06-24  prathamesh.kulkarni  <prathamesh.kulkarni@linaro.org>
314         * .gitignore: Add entry for cscope.out.
316 2021-06-22  liuhongt  <hongtao.liu@intel.com>
318         * MAINTAINERS: Remove my Write After Approval entry.
320 2021-06-21  liuhongt  <hongtao.liu@intel.com>
322         * MAINTAINERS: Add myself as maintainer of the i386 vector
323         extensions.
325 2021-06-18  Antoni Boucher  <bouanto@zoho.com>
327         * MAINTAINERS (Write After Approval): Add myself.
329 2021-06-17  Aldy Hernandez  <aldyh@redhat.com>
331         * MAINTAINERS (Various Maintainers): Add Andrew and myself
332         as *vrp and ranger maintainers.
334 2021-06-05  Jeff Law  <jeffreyalaw@gmail.com>
336         * MAINTAINERS: Adjust my entry in the DCO section so that it does
337         not trigger testsuite failures.
339 2021-06-05  Jeff Law  <jeffreyalaw@gmail.com>
341         * MAINTAINERS: Add myself to DCO section with both email addresses.
343 2021-06-03  Jason Merrill  <jason@redhat.com>
345         * MAINTAINERS: Add DCO version number.
347 2021-06-02  Jason Merrill  <jason@redhat.com>
349         * MAINTAINERS: Add DCO section.
351 2021-05-31  Indu Bhagat  <indu.bhagat@oracle.com>
353         * MAINTAINERS (Write After Approval): Add myself.
355 2021-05-29  Mike Frysinger  <vapier@gentoo.org>
357         * configure.ac: Add gnulib to configdirs for sim.
358         * configure: Regenerate.
360 2021-05-18  Mike Frysinger  <vapier@gentoo.org>
362         * Makefile.def: Add configure-sim dependency on all-gnulib.
363         * Makefile.in: Regenerated.
365 2021-05-17  Serge Belyshev  <belyshev@depni.sinp.msu.ru>
367         * MAINTAINERS (Write After Approval): Add myself.
369 2021-05-12  Marcel Vollweiler  <marcel@codesourcery.com>
371         * MAINTAINERS (Write After Approval): Add myself.
373 2021-05-11  Martin Liska  <mliska@suse.cz>
375         * MAINTAINERS: Remove entries for removed
376         components (HSA, BRIG, libhsail-rt).
377         Move Pekka to Write After Approval.
379 2021-05-11  Martin Liska  <mliska@suse.cz>
381         * Makefile.def: Remove libhsail-rt.
382         * Makefile.in: Likewise.
383         * configure.ac: Likewise.
384         * configure: Regenerate.
385         * libhsail-rt/ChangeLog: Removed.
386         * libhsail-rt/Makefile.am: Removed.
387         * libhsail-rt/Makefile.in: Removed.
388         * libhsail-rt/README: Removed.
389         * libhsail-rt/aclocal.m4: Removed.
390         * libhsail-rt/configure: Removed.
391         * libhsail-rt/configure.ac: Removed.
392         * libhsail-rt/configure.tgt: Removed.
393         * libhsail-rt/include/internal/fibers.h: Removed.
394         * libhsail-rt/include/internal/phsa-queue-interface.h: Removed.
395         * libhsail-rt/include/internal/phsa-rt.h: Removed.
396         * libhsail-rt/include/internal/workitems.h: Removed.
397         * libhsail-rt/rt/arithmetic.c: Removed.
398         * libhsail-rt/rt/atomics.c: Removed.
399         * libhsail-rt/rt/bitstring.c: Removed.
400         * libhsail-rt/rt/fbarrier.c: Removed.
401         * libhsail-rt/rt/fibers.c: Removed.
402         * libhsail-rt/rt/fp16.c: Removed.
403         * libhsail-rt/rt/misc.c: Removed.
404         * libhsail-rt/rt/multimedia.c: Removed.
405         * libhsail-rt/rt/queue.c: Removed.
406         * libhsail-rt/rt/sat_arithmetic.c: Removed.
407         * libhsail-rt/rt/segment.c: Removed.
408         * libhsail-rt/rt/workitems.c: Removed.
409         * libhsail-rt/target-config.h.in: Removed.
411 2021-05-04  Nick Clifton  <nickc@redhat.com>
413         * configure.ac (AC_PROG_CC): Replace with AC_PROG_CC_C99.
414         * configure: Regenerate.
416 2021-04-28  Jakub Jelinek  <jakub@redhat.com>
417             Tobias Burnus  <tobias@codesourcery.com>
419         * configure.ac (--enable-offload-defaulted): New.
420         * configure: Regenerate.
422 2021-04-23  David Faust  <david.faust@oracle.com>
424         * MAINTAINERS (Write After Approval): Add myself.
426 2021-04-11  Hafiz Abid Qadeer  <abidh@codesourcery.com>
428         * MAINTAINERS (Write After Approval): Add myself.
430 2021-03-26  Dimitar Dimitrov  <dimitar@dinux.eu>
432         * MAINTAINERS: Add myself as pru port maintainer.
434 2021-03-23  David Malcolm  <dmalcolm@redhat.com>
436         * MAINTAINERS: Add myself as static analyzer maintainer.
438 2021-03-18  Jeff Law  <jlaw@tachyum.com>
440         * MAINTAINERS: Update primary entry.
442 2021-03-13  Eugene Rozenfeld  <erozen@microsoft.com>
444         * MAINTAINERS (Write After Approval): Add myself.
446 2021-03-13  Mike Frysinger  <vapier@gentoo.org>
448         * Makefile.def: Remove all-sim dependency on configure-gdb.
449         * Makefile.in: Regenerated.
451 2021-03-11  Jeff Law  <law@redhat.com>
453         * MAINTAINERS: Update entries for a few ex-ImgTec employees
455 2021-03-11  Martin Liska  <mliska@suse.cz>
457         * Makefile.tpl: The change was done Makefile.in which
458         is generated file.
460 2021-03-08  Jeff Law  <law@redhat.com>
462         * MAINTAINERS: Update my email address
464 2021-02-23  Kito Cheng  <kito.cheng@sifive.com>
466         * config.guess: Import latest upstream.
467         * config.sub: Import latest upstream.
469 2021-01-25  Martin Liska  <mliska@suse.cz>
471         PR gcov-profile/98739
472         * Makefile.in: Enable -fprofile-reproducible=parallel-runs
473         for profiledbootstrap.
475 2021-01-22  Jonathan Wright  <jonathan.wright@arm.com>
477         * MAINTAINERS (Write After Approval): Add myself.
479 2021-01-22  Maciej W. Rozycki  <macro@orcam.me.uk>
481         * MAINTAINERS (Write After Approval): Update my e-mail address.
483 2021-01-12  Segher Boessenkool  <segher@kernel.crashing.org>
485         * MAINTAINERS: Fix spacing.
487 2021-01-12  Qian Jianhua  <qianjh@cn.fujitsu.com>
489         * MAINTAINERS (Write After Approval): Add myself
491 2021-01-06  Nick Alcock  <nick.alcock@oracle.com>
493         * Makefile.def: Sync with binutils-gdb:
494         (dependencies): all-ld depends on all-libctf.
495         (host_modules): libctf is no longer no_install.
496         No longer no_check.  Checking depends on all-ld.
497         * Makefile.in: Regenerated.
499 2021-01-05  Samuel Thibault  <samuel.thibault@ens-lyon.org>
501         * libtool.m4: Match gnu* along other GNU systems.
502         * libgo/config/libtool.m4: Match gnu* along other GNU systems.
503         * libgo/configure: Re-generate.
505 2021-01-04  Philipp Tomsich  <philipp.tomsich@vrull.eu>
507         * MAINTAINERS: Update my email address.
509 2020-12-17  Marius Hillenbrand  <mhillen@linux.ibm.com>
511         * MAINTAINERS (Write After Approval): Add myself.
513 2020-12-15  Nathan Sidwell  <nathan@acm.org>
515         * Makefile.def
516         * Makefile.in
517         * Makefile.tpl
518         * configure
519         * configure.ac
521 2020-12-15  Nathan Sidwell  <nathan@acm.org>
523         * Makefile.def: Add libcody.
524         * configure.ac: Add libcody.
525         * Makefile.in: Regenerated.
526         * configure: Regenerated.
528 2020-12-14  Andrea Corallo  <andrea.corallo@arm.com>
530         * .dir-locals.el (c-mode): Set 'fill-column' to 80 columns.
532 2020-12-05  Iain Sandoe  <iain@sandoe.co.uk>
534         PR target/97865
535         * libtool.m4: Update handling of Darwin platform link flags
536         for Darwin20.
538 2020-12-02  Simon Marchi  <simon.marchi@polymtl.ca>
540         * .gitignore: Sync with binutils-gdb
542 2020-12-02  Claudiu Zissulescu  <claziss@gmail.com>
544         * MAINTAINERS: Add myself as arc port maintainer.
546 2020-11-29  Iain Buclaw  <ibuclaw@gdcproject.org>
548         PR d/87788
549         * configure.ac: Don't disable D for *-*-darwin*.
550         * configure: Regenerate.
552 2020-11-29  John David Anglin  <danglin@gcc.gnu.org>
554         * libtool.m4 (archive_cmds): Add +nodefaultrpath ld option on
555         hppa64-*-hpux11*.
557 2020-11-25  Matthew Malcomson  <matthew.malcomson@arm.com>
559         * configure: Regenerate.
560         * configure.ac: Add --bootstrap-hwasan option.
562 2020-11-23  Iain Sandoe  <iain@sandoe.co.uk>
564         * config.guess: Import latest upstream.
565         * config.sub: Import latest upstream.
567 2020-11-16  Martin Liska  <mliska@suse.cz>
569         * .gitignore: Add cache as clangd uses it now.
571 2020-11-13  Haochen Gui  <guihaoc@gcc.gnu.org>
573         * MAINTAINERS (Write After Approval): add myself
575 2020-11-09  Pat Bernardi  <bernardi@adacore.com>
577         * MAINTAINERS (Write After Approval): Add myself.
579 2020-11-09  Jonathan Wakely  <jwakely@redhat.com>
581         * config-ml.in (multi-do, multi-clean): Add @ to silence recipes.
582         Remove FIXME comments.
584 2020-11-06  Martin Uecker  <muecker@gwdg.de>
586         * MAINTAINERS: Update my email address.
588 2020-11-06  Hongtao Liu  <hongtao.liu@intel.com>
590         * MAINTAINERS (Write After Approval): Add myself.
592 2020-10-06  Tobias Burnus  <tobias@codesourcery.com>
594         PR target/97302
595         * configure.ac: Only set with_gmp to /usr/local
596         if not building in tree.
597         * configure: Regenerate.
599 2020-09-18  Omar Tahir  <omar.tahir@arm.com>
601         * MAINTAINERS (Write After Approval): Add myself.
603 2020-08-26  Tobias Burnus  <tobias@codesourcery.com>
605         * MAINTAINERS (Various Maintainers): Add myself as OpenACC maintainer.
607 2020-08-20  Tobias Burnus  <tobias@codesourcery.com>
609         PR bootstrap/96612
610         * configure.ac: Run AX_CXX_COMPILE_STDCXX also for ${build} compiler,
611         if not the same as ${host}.
612         * configure: Regenerate.
614 2020-08-16  Sergei Trofimovich  <slyfox@gcc.gnu.org>
616         * MAINTAINERS (Write After Approval): Add myself.
618 2020-08-12  Senthil Kumar Selvaraj  <saaadhu@gcc.gnu.org>
620         * MAINTAINERS: Update my email address.
622 2020-07-30  Joe Ramsay  <joe.ramsay@arm.com>
624         * MAINTAINERS (Write After Approval): Add myself.
626 2020-07-22  Przemyslaw Wirkus  <przemyslaw.wirkus@arm.com>
628         * MAINTAINERS (Write After Approval): Add myself.
630 2020-06-12  Martin Liska  <mliska@suse.cz>
632         * .gitignore: Add .clang-tidy.
634 2020-06-08  Jason Merrill  <jason@redhat.com>
636         * configure.ac: Check AX_CXX_COMPILE_STDCXX if not bootstrapping.
637         * configure: Regenerate.
639 2020-06-06  Max Filippov  <jcmvbkbc@gmail.com>
641         * MAINTAINERS: Add myself as xtensa port maintainer.
643 2020-05-28  Nicolas Bértolo  <nicolasbertolo@gmail.com>
645         * configure.ac: Don't require --enable-host-shared when building
646         for Mingw.
647         * configure: Regenerate.
649 2020-05-18  Jason Merrill  <jason@redhat.com>
651         * configure.ac: Update bootstrap dialect to -std=c++11.
653 2020-05-18  Alex Coplan  <alex.coplan@arm.com>
655         * MAINTAINERS (Write After Approval): Add myself.
657 2020-04-29  Thomas Schwinge  <thomas@codesourcery.com>
659         PR target/92713
660         * configure.ac ["${ENABLE_LIBSTDCXX}" = "default" && amdgcn*-*-*]
661         (noconfigdirs): Add 'target-libstdc++-v3'.
662         * configure: Regenerate.
664 2020-04-21  Stephen Casner  <casner@acm.org>
666         PR 25830
667         * configure.ac (noconfigdirs): Exclude gdb & gprof for pdp11.
668         * configure: Rebuild.
670 2020-04-17  Martin Liska  <mliska@suse.cz>
671             Jonathan Yong <10walls@gmail.com>
673         PR gcov-profile/94570
674         * ltmain.sh: Do not define HAVE_DOS_BASED_FILE_SYSTEM
675         for CYGWIN.
677 2020-04-14  Martin Jambor  <mjambor@suse.cz>
679         * MAINTAINERS (Reviewers): Add myself as callgraph (IPA) reviewer.
681 2020-04-09  Tom Tromey  <tom@tromey.com>
683         * configure: Rebuild.
684         * Makefile.in: Rebuild.
685         * Makefile.def (gdbsupport, gdbserver): New host modules.
686         (configure-gdb): Depend on all-gdbsupport.
687         (all-gdb): Depend on all-gdbsupport, all-libctf.
688         * configure.ac (host_tools): Add gdbserver.
689         Conditionally build gdbserver and gdbsupport.
691 2020-03-09  Tobias Burnus  <tobias@codesourcery.com>
693         * configure.ac: Build libgomp by default for amdgcn.
694         * configure: Regenerate.
696 2020-03-05  Srinath Parvathaneni  <srinath.parvathaneni@arm.com>
698         * MAINTAINERS (Write After Approval): Add myself.
700 2020-02-28  Joel Hutton  <joel.hutton@arm.com>
702         * MAINTAINERS (Write After Approval) : Add myself.
704 2020-02-20  Palmer Dabbelt  <palmer@sifive.com>
706         * MAINTAINERS: Change palmer@sifive.com to palmer@dabbelt.com.
708 2020-02-14  Martin Sebor  <msebor@redhat.com>
710         * doc/extend.texi (attribute alias): Mention type requirement.
711         (attribute weak): Same.
712         (attribute weakref): Correct invalid example.
714 2020-02-03  Segher Boessenkool  <segher@kernel.crashing.org>
716         * doc/md.texi (PowerPC and IBM RS6000): Improve documentation.
718 2020-01-15  Segher Boessenkool  <segher@kernel.crashing.org>
719             Jakub Jelinek  <jakub@redhat.com>
721         * .gitattributes: Add *.md diff=md.
723 2020-01-14  Georg-Johann Lay  <avr@gjlay.de>
725         The mentioned auto-generated file is no more part of the
727         GCC sources, it's auto-generated in $(builddir) during build.
729         PR target/92055
730         * contrib/gcc_update (files_and_dependencies): Remove
731         entry for gcc/config/avr/t-multilib.
733 2020-01-14  Anatoly Sokolov <aesok@dol.ru>
735         * MAINTAINERS: Update my email address.
737 2020-01-13  Joseph Myers  <joseph@codesourcery.com>
739         * README.MOVED_TO_GIT: Remove.
741 2020-01-11  Joseph Myers  <joseph@codesourcery.com>
743         * README.MOVED_TO_GIT: New file.
745 2020-01-02  Dennis Zhang  <dennis.zhang@arm.com>
747         * MAINTAINERS (Write After Approval): Add myself.
749 2019-12-20  Jerome Lambourg  <lambourg@adacore.com>
751         * MAINTAINERS (write_after_approval): Add myself.
753 2019-12-19  Stam Markianos-Wright  <stam.markianos-wright@arm.com>
755         * MAINTAINERS (write_after_approval): Add myself.
757 2019-12-17  Mihail Ionescu  <mihail.ionescu@arm.com>
759         * MAINTAINERS (write_after_approval): Add myself.
761 2019-12-11  Matthias Klose  <doko@ubuntu.com>
763         * configure.ac: Factor out common cases for compare_exclusions.
764         * configure: Regenerate.
766 2019-12-11  Jozef Lawrynowicz  <jozef.l@mittosystems.com>
768         * config-ml.in (msp430-*-*): Support --disable-no-exceptions configure
769         flag.
771 2019-12-10  Lewis Hyatt  <lhyatt@gmail.com>
773         * MAINTAINERS (Write After Approval): Add myself.
775 2019-11-27  Tobias Burnus  <tobias@codesourcery.com>
777         PR middle-end/92463
778         * configure.ac: Use MPFR_RNDN instead of GMP's MP_RNDN.
779         * configure: Regenerate
781 2019-11-20  Janne Blomqvist  <jb@gcc.gnu.org>
783         * configure.ac: Use https for gcc.gnu.org.
784         * configure: Regenerated.
786 2019-11-19  James Greenhalgh  <james.greenhalgh@arm.com>
788         * MAINTAINERS (aarch64 port): Remove my name, move to...
789         (Write After Approval): ...Here.
791 2019-11-15  Kelvin Nilsen  <kelvin@gcc.gnu.org>
793         * MAINTAINERS: Change my email address as maintainer.
795 2019-11-11  Janne Blomqvist  <jb@gcc.gnu.org>
797         PR fortran/91828
798         * configure.ac: Bump minimum MPFR to 3.1.0, recommended to 3.1.6+.
799         * configure: Regenerated.
801 2019-10-21  Jason Merrill  <jason@redhat.com>
803         * .gitattributes: Also check ChangeLog whitespace.
805 2019-10-21  Andrew Burgess  <andrew.burgess@embecosm.com>
807         * contrib/dg-extract-results.sh: Add support for KPASS.
808         * contrib/dg-extract-results.py: Likewise.
810 2019-10-17  Jason Merrill  <jason@redhat.com>
812         * .gitattributes: Avoid {} in filename pattern.
814 2019-10-08  Thomas Schwinge  <thomas@codesourcery.com>
816         * MAINTAINERS: Add back Trevor Smigiel; move into Write After
817         Approval section.
819 2019-10-01  Frederik Harwath <frederik@codesourcery.com>
821         * MAINTAINERS: Add myself to Write After Approval
823 2019-09-26  Richard Sandiford  <richard.sandiford@arm.com>
825         * MAINTAINERS: Add myself as an aarch64 maintainer.
827 2019-09-26  Kyrylo Tkachov  <kyrylo.tkachov@arm.com>
829         * MAINTAINERS: Add myself as aarch64 maintainer.
831 2019-09-23  Carl Love  <cel@us.ibm.com>
833         * config/rs6000/vsx.md (xxswapd_v4si, xxswapd_v8hi, xxswapd_v16qi):
834         New define_insn.
835         (vsx_xxpermdi4_le_<mode> for VSX_W, vsx_xxpermdi8_le_V8HI,
836         vsx_xxpermdi16_le_V16QI): Removed define_insn.
838 2019-09-13  Sam Tebbs  <sam.tebbs@arm.com>
840         * MAINTAINERS (Sam Tebbs): Update email address.
842 2019-09-10  Tobias Burnus  <tobias@codesourcery.com>
844         * MAINTAINERS: Update my email address.
846 2019-09-10  Christophe Lyon  <christophe.lyon@st.com>
848         * libtool.m4: Handle uclinuxfdpiceabi.
850 2019-09-09  Jose E. Marchesi  <jose.marchesi@oracle.com>
852         * MAINTAINERS: Add myself as the maintainer of the eBPF port.
853         Remove myself from Write After Approval section.
855 2019-09-09  Jose E. Marchesi  <jose.marchesi@oracle.com>
857         * configure.ac: Support for bpf-*-* targets.
858         * configure: Regenerate.
860 2019-09-09  Jose E. Marchesi  <jose.marchesi@oracle.com>
862         * config.sub: Import upstream version 2019-06-30.
863         * config.guess: Import upstream version 2019-07-24.
865 2019-09-03  Ulrich Weigand  <uweigand@de.ibm.com>
867         * MAINTAINERS: Remove spu port maintainers.
869 2019-08-28  Martin Liska  <mliska@suse.cz>
871         * .gitignore: Add .clangd and compile_commands.json
872         to .gitignore.
874 2019-08-23  Michael Forney  <mforney@mforney.org>
876         * Makefile.tpl (HOST_EXPORTS): Add CXX_FOR_BUILD.
877         * Makefile.in: Regenerate.
879 2019-08-19  Tom Tromey  <tom@tromey.com>
881         * configure: Rebuild.
882         * configure.ac: Add --with-static-standard-libraries.
884 2019-08-16  Alexandre Oliva <oliva@gnu.org>
886         * MAINTAINERS: aoliva from @redhat.com to @gcc.gnu.org.
888 2019-08-13  Mark Eggleston  <mark.eggleston@codethink.co.uk>
890         * MAINTAINERS (Write After Approval): Add myself.
892 2019-07-08  Kito Cheng  <kito.cheng@sifive.com>
894         * MAINTAINERS (Write After Approval): Remove myself, already listed in
895         RISC-V port maitainer.
897 2019-07-08  Kito Cheng  <kito.cheng@sifive.com>
899         * MAINTAINERS (Write After Approval): Fix the list sorted by surname.
901 2019-07-08  Kito Cheng  <kito.cheng@sifive.com>
903         * MAINTAINERS (Write After Approval): Add myself.
905 2019-07-03  Andrea Corallo  <andrea.corallo@arm.com>
907         * MAINTAINERS (Write After Approval): Add myself.
909 2019-06-25  Martin Liska  <mliska@suse.cz>
911         contrib/filter-clang-warnings.py: Transform from
912         filter-rtags-warnings.py.
914 2019-06-15  Tom Tromey  <tom@tromey.com>
916         * configure.ac (host_libs): Add gnulib.
917         * configure: Rebuild.
918         * Makefile.def (host_modules, dependencies): Add gnulib.
919         * Makefile.in: Rebuild.
921 2019-06-12  Dimitar Dimitrov  <dimitar@dinux.eu>
923         * MAINTAINERS (Write After Approval): Add myself.
925 2019-06-12  Dimitar Dimitrov  <dimitar@dinux.eu>
927         * configure: Regenerate.
928         * configure.ac: Add PRU target.
930 2019-06-11  Matthew Beliveau  <mbelivea@redhat.com>
932         * MAINTAINERS (Write After Approval): Add myself.
934 2019-06-11  Nick Clifton  <nickc@redhat.com>
936         Import these changes from the binutils/gdb repository:
938         2019-05-28  Nick Alcock  <nick.alcock@oracle.com>
940         * Makefile.def (dependencies): configure-libctf depends on all-bfd
941         and all its deps.
942         * Makefile.in: Regenerated.
944         2019-05-28  Nick Alcock  <nick.alcock@oracle.com>
946         * Makefile.def (host_modules): Add libctf.
947         * Makefile.def (dependencies): Likewise.
948         libctf depends on zlib, libiberty, and bfd.
949         * Makefile.in: Regenerated.
950         * configure.ac (host_libs): Add libctf.
951         * configure: Regenerated.
953 2019-05-20  Vladislav Ivanishin  <vlad@ispras.ru>
955         * MAINTAINERS (Write After Approval): Add myself.
957 2019-05-19  Peter Bergner  <bergner@linux.ibm.com>
959         * MAINTAINERS: Update my email address.
961 2019-05-17  Thomas Rodgers  <trodgers@redhat.com>
963         * MAINTAINERS (Write After Approval): Add myself.
965 2019-05-16  Jun Ma  <junma@linux.alibaba.com>
967         * MAINTAINERS (Write After Approval): Add myself.
969 2019-05-07  Jim Wilson  <jimw@sifive.com>
971         * MAINTAINERS: Remove myself as IA-64 maintainer.
973 2019-05-04  Roland Illig  <roland.illig@gmx.de>
975         * MAINTAINERS (Write After Approval): Add myself.
977 2019-05-02  Richard Biener  <rguenther@suse.de>
979         PR bootstrap/85574
980         * Makefile.tpl (compare target): Also compare extra-compare
981         files.
982         * Makefile.in: Regenerate.
984 2019-04-22  Roman Zhuykov  <zhroma@ispras.ru>
986         * MAINTAINERS (Various Maintainers): Remove Ayal Zaks and add myself
987         as modulo-scheduler maintainer.
989 2019-04-21  Iain Sandoe  <iain@sandoe.co.uk>
991         * MAINTAINERS: Add myself as co-maintainer for Darwin.
993 2019-04-18  Iain Sandoe  <iain@sandoe.co.uk>
995         * MAINTAINERS: Update my email address.
997 2019-04-14  Johannes Pfau  <johannespfau@gmail.com>
999         * configure.ac: Remove d from unsupported languages on mingw and cygwin.
1000         * configure: Regenerate.
1002 2019-04-14  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
1004         * configure.ac (enable_libphobos): Check LIBPHOBOS_SUPPORTED.
1005         * configure: Regenerate.
1007 2019-04-12  Iain Buclaw  <ibuclaw@gdcproject.org>
1009         * configure.ac: Add target-zlib to target_libraries.
1010         * configure: Regenerate.
1012 2019-04-09  Martin Liska  <mliska@suse.cz>
1014         * Makefile.in: Regenerate.
1015         * Makefile.tpl: Pass GENERATOR_CFLAGS
1016         in all stages.
1018 2019-03-28  Martin Liska  <mliska@suse.cz>
1020         PR bootstrap/89829
1021         * Makefile.in: Revert r254150.
1022         * Makefile.tpl: Likewise.
1024 2019-03-28  Ben Elliston  <bje@gnu.org>
1026         * MAINTAINERS (Various Maintainers): Remove myself from dfp.c and
1027         related, and libdecnumber.
1029 2019-03-15  Alexander Monakov  <amonakov@ispras.ru>
1031         * MAINTAINERS (Reviewers): Add myself as selective scheduling reviewer.
1032         (Write After Approval): Remove myself.
1034 2019-02-27  Alejandro Martinez  <alejandro.martinezvicente@arm.com>
1036         * MAINTAINERS (Write After Approval): Add myself.
1038 2019-02-11  Andrew Stubbs  <ams@codesourcery.com>
1040         * MAINTAINERS (amdgcn port): Add myself and Julian Brown.
1041         (Write After Approval): Remove myself and Julian.
1043 2019-01-26  Harald Anlauf  <anlauf@gmx.de>
1045         * MAINTAINERS (Write After Approval): Add myself.
1047 2019-01-25  Kwok Cheung Yeung  <kcy@codesourcery.com>
1049         * MAINTAINERS (Write After Approval): Add myself.
1051 2019-01-24  Xiong Hu Luo  <luoxhu@linux.vnet.ibm.com>
1053         * ChangeLog: Replace space with tab.
1054         * MAINTAINERS: Delete 1 tab to keep alignment.
1056 2019-01-21  Jiufu Guo  <guojiufu@linux.ibm.com>
1058         * MAINTAINERS (Write After Approval): Add myself.
1060 2019-01-18  Li Jia He  <helijia@gcc.gnu.org>
1062         * MAINTAINERS (Write After Approval): Add myself.
1064 2019-01-17  Andrew Stubbs  <ams@codesourcery.com>
1065             Kwok Cheung Yeung  <kcy@codesourcery.com>
1066             Julian Brown  <julian@codesourcery.com>
1067             Tom de Vries  <tom@codesourcery.com>
1068             Jan Hubicka  <hubicka@ucw.cz>
1069             Martin Jambor  <mjambor@suse.cz>
1071         * configure.ac: Likewise.
1072         * configure: Regenerate.
1073         * contrib/config-list.mk: Add amdgcn-amdhsa.
1075 2019-01-16  Kewen Lin  <linkw@gcc.gnu.org>
1077         * MAINTAINERS (Write After Approval): Add myself.
1079 2019-01-16  Xiong Hu Luo  <luoxhu@linux.vnet.ibm.com>
1081         * MAINTAINERS (Write After Approval): Add myself.
1083 2019-01-03  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
1085         PR target/88535
1086         * config.guess: Import upstream version 2019-01-03.
1087         * config.sub: Import upstream version 2019-01-01.
1089 2018-12-21  Thomas Preud'homme  <thomas.preudhomme@linaro.org>
1091         * MAINTAINERS (Write After Approval): Update my maintainer address.
1093 2018-12-21  Gergö Barany  <gergo@codesourcery.com>
1095         * MAINTAINERS (Write After Approval): Add myself.
1097 2018-12-10  Segher Boessenkool  <segher@kernel.crashing.org>
1099         * contrib/config-list.mk: Remove powerpc-eabispe and powerpc-linux_spe.
1101 2018-12-05  Iain Sandoe  <iain@sandoe.co.uk>
1103         * configure.ac (NCN_STRICT_CHECK_TOOLS): Check otool.
1104         (ACX_CHECK_INSTALLED_TARGET_TOOL): Likewise
1105         (GCC_TARGET_TOOL): Likewise.
1106         * Makefile.tpl (HOST_EXPORTS): Add OTOOL, OTOOL_FOR_TARGET.
1107         (BASE_TARGET_EXPORTS): OTOOL, export OTOOL_FOR_TARGET.
1108         OTOOL, OTOOL_FOR_TARGET: New substitutions.
1109         (EXTRA_HOST_FLAGS, EXTRA_TARGET_FLAGS): Add OTOOL.
1110         * configure: Regenerate.
1111         * Makefile.in: Likewise.
1113 2018-11-28  Johannes Pfau  <johannespfau@gmail.com>
1115         * MAINTAINERS (Write After Approval): Add myself.
1117 2018-11-13  Martin Liska  <mliska@suse.cz>
1119         * gcc.target/i386/pr87930.c: Move to ...
1120         * gcc.dg/asan/pr87930.c: ... here.  Guard for i?86/x86_64 targets.
1122 2018-11-10  Stafford Horne  <shorne@gmail.com>
1124         * MAINTAINERS (CPU Port Maintainers): Add myself for or1k.
1125         (Write After Approval): Remove myself.
1127 2018-11-06  Hafiz Abid Qadeer  <abidh@codesourcery.com>
1129         * config/iconv.m4 (AM_ICONV_LINK): Don't overwrite CPPFLAGS.
1130         Append $INCICONV to it.
1132 2018-11-04  Stafford Horne  <shorne@gmail.com>
1134         * MAINTAINERS (Write After Approval): Add myself.
1136 2018-10-31  Joseph Myers  <joseph@codesourcery.com>
1138         PR bootstrap/82856
1139         * multilib.am: New file.  From automake.
1141         Merge from binutils-gdb:
1142         2018-06-19  Simon Marchi  <simon.marchi@ericsson.com>
1144         * libtool.m4: Use AC_LANG_SOURCE.
1145         * configure.ac: Remove AC_PREREQ, use AC_LANG_SOURCE.
1146         * ar-lib: New file.
1147         * test-driver: New file.
1148         * configure: Re-generate.
1150 2018-10-31  Michael Ploujnikov  <michael.ploujnikov@oracle.com>
1152         * MAINTAINERS (Write After Approval): Add myself.
1154 2018-10-31  Iain Buclaw  <ibuclaw@gdcproject.org>
1156         PR bootstrap/87788
1157         PR d/87799
1158         * configure: Rebuild.
1159         * configure.ac: Disable D on systems where it is known not to work.
1161 2018-10-28  Iain Buclaw  <ibuclaw@gdcproject.org>
1163         * Makefile.def (target_modules): Add libphobos.
1164         (flags_to_pass): Add GDC, GDCFLAGS, GDC_FOR_TARGET and
1165         GDCFLAGS_FOR_TARGET.
1166         (dependencies): Make libphobos depend on libatomic, libbacktrace
1167         configure, and zlib configure.
1168         (language): Add language d.
1169         * Makefile.in: Rebuild.
1170         * Makefile.tpl (BUILD_EXPORTS): Add GDC and GDCFLAGS.
1171         (HOST_EXPORTS): Add GDC.
1172         (POSTSTAGE1_HOST_EXPORTS): Add GDC and GDC_FOR_BUILD.
1173         (BASE_TARGET_EXPORTS): Add GDC.
1174         (GDC_FOR_BUILD, GDC, GDCFLAGS): New variables.
1175         (GDC_FOR_TARGET, GDC_FLAGS_FOR_TARGET): New variables.
1176         (EXTRA_HOST_FLAGS): Add GDC.
1177         (STAGE1_FLAGS_TO_PASS): Add GDC.
1178         (EXTRA_TARGET_FLAGS): Add GDC and GDCFLAGS.
1179         * config-ml.in: Treat GDC and GDCFLAGS like other compiler/flag
1180         environment variables.
1181         * configure: Rebuild.
1182         * configure.ac: Add target-libphobos to target_libraries.  Set and
1183         substitute GDC_FOR_BUILD and GDC_FOR_TARGET.
1185 2018-10-24  Ilya Leoshkevich  <iii@linux.ibm.com>
1187         * MAINTAINERS (Write After Approval): Add myself.
1189 2018-10-23  Iain Buclaw  <ibuclaw@gdcproject.org>
1191         * MAINTAINERS (Write After Approval): Remove myself.
1193 2018-10-23  Iain Buclaw  <ibuclaw@gdcproject.org>
1195         * MAINTAINERS: Add myself as D front-end and libphobos maintainer.
1197 2018-10-14  Bin Cheng <bin.cheng@linux.alibaba.com>
1199         * MAINTAINERS: Update my email address.
1201 2018-10-04  Thomas Schwinge  <thomas@codesourcery.com>
1203         * MAINTAINERS: List myself as "libgomp (OpenACC)" and "OpenACC"
1204         maintainer.
1206 2018-09-13  Matthew Malcomson  <matthew.malcomson@arm.com>
1208         * MAINTAINERS (Write After Approval): Add self.
1210 2018-09-13  Sam Tebbs  <sam.tebbs@arm.com>
1212         * MAINTAINERS (write after approval): Add myself.
1214 2018-09-04  Xuepeng Guo  <xuepeng.guo@intel.com>
1216         * MAINTAINERS: Update my email address.
1218 2018-08-29  Vlad Lazar  <vlad.lazar@arm.com>
1220         * MAINTAINERS (write after approval): Add myself.
1222 2018-08-21  Richard Sandiford  <richard.sandiford@arm.com>
1224         * MAINTAINERS: Add self to global reviewers list.
1226 2018-08-17  Sandra Loosemore  <sandra@codesourcery.com>
1228         MAINTAINERS: Add c-sky port maintainers.
1230 2018-08-10  Martin Liska  <mliska@suse.cz>
1232         * MAINTAINERS: Revert change in previous commit and
1233         join lines.
1235 2018-08-10  Martin Liska  <mliska@suse.cz>
1237         * MAINTAINERS: Remove extra line.
1239 2018-08-06  Naveen H.S  <naveenh@marvell.com>
1241         * MAINTAINERS: Update my email address.
1243 2018-07-19  DJ Delorie  <dj@redhat.com>
1245         * MAINTAINERS (m32c, msp43, rl78, libiberty, build): Remove myself
1246         as maintainer.
1248 2018-07-16  Andreas Krebbel  <krebbel@linux.ibm.com>
1250         * MAINTAINERS: Adjust email address for me and my colleague Robin
1251         Dapp.
1253 2018-07-13  H.J. Lu  <hongjiu.lu@intel.com>
1254             Sunil K Pandey  <sunil.k.pandey@intel.com>
1256         PR target/84413
1257         * config/i386/i386.c (m_CORE_AVX512): New.
1258         (m_CORE_AVX2): Likewise.
1259         (m_CORE_ALL): Add m_CORE_AVX2.
1260         * config/i386/x86-tune.def: Replace m_HASWELL with m_CORE_AVX2.
1261         Replace m_SKYLAKE_AVX512 with m_CORE_AVX512 on avx256_optimal
1262         and remove the rest of m_SKYLAKE_AVX512.
1264 2018-07-06  Sebastian Huber  <sebastian.huber@embedded-brains.de>
1266         * config.sub: Sync with upstream version 2018-07-03.
1268 2018-07-06  Sebastian Huber  <sebastian.huber@embedded-brains.de>
1270         * config.guess: Sync with upstream version 2018-06-26.
1271         * config.sub: Sync with upstream version 2018-07-02.
1273 2018-06-19  Bernhard M. Wiedemann  <bwiedemann@suse.de>
1275         * libtool.m4: Sort output of 'find' to enable deterministic builds.
1276         * ltmain.sh: Likewise.
1278 2018-07-03  Segher Boessenkool  <segher@kernel.crashing.org>
1280         * contrib/config-list.mk: Remove powerpc-linux_paired.
1282 2018-06-29  Alexandre Oliva <oliva@adacore.com>
1284         * configure.ac: Introduce support for @unless/@endunless.
1285         * Makefile.tpl (dep-kind): Rewrite with cond; return
1286         postbootstrap in some cases.
1287         (make-postboot-dep, postboot-targets): New.
1288         (dependencies): Do not output postbootstrap dependencies at
1289         first.  Output non-target ones changed for configure to depend
1290         on stage_last @if gcc-bootstrap, and the original deps @unless
1291         gcc-bootstrap.
1292         * configure.in, Makefile.in: Rebuilt.
1294 2018-06-28  Jackson Woodruff  <jackson.woodruff@arm.com>
1296         * MAINTAINERS (write after approval): Add myself.
1298 2018-06-26  Rasmus Villemoes  <rv@rasmusvillemoes.dk>
1300         * MAINTAINERS (write after approval): Add myself.
1302 2018-06-19  Nick Clifton  <nickc@redhat.com>
1304         * zlib/configure.ac: Restore old behaviour of only enabling
1305         multilibs when a target subdirectory is defined.  This allows
1306         building with srcdir == builddir.
1307         * zlib/configure: Regenerate.
1309 2018-06-18  Eric Botcazou  <ebotcazou@adacore.com>
1311         * Makefile.def (fortran): Add check-target-libgomp-fortran.
1312         * Makefile.tpl (check-target-libgomp-fortran): New phony target.
1313         * Makefile.in: Regenerate.
1315 2018-06-16  Ben Elliston  <bje@gnu.org>
1317         * config.guess: Import latest version.
1318         * config.sub: Likewise.
1320 2018-06-08  Martin Liska  <mliska@suse.cz>
1322         * MAINTAINERS: Remove MPX-related entries.
1323         * Makefile.def: Remove libmpx support.
1324         * Makefile.in: Regenerate.
1325         * configure.ac: Remove removed files.
1326         * configure: Regenerate.
1327         * libmpx/ChangeLog: Remove.
1328         * libmpx/Makefile.am: Remove.
1329         * libmpx/Makefile.in: Remove.
1330         * libmpx/acinclude.m4: Remove.
1331         * libmpx/aclocal.m4: Remove.
1332         * libmpx/config.h.in: Remove.
1333         * libmpx/configure: Remove.
1334         * libmpx/configure.ac: Remove.
1335         * libmpx/configure.tgt: Remove.
1336         * libmpx/libmpx.spec.in: Remove.
1337         * libmpx/mpxrt/Makefile.am: Remove.
1338         * libmpx/mpxrt/Makefile.in: Remove.
1339         * libmpx/mpxrt/libmpx.map: Remove.
1340         * libmpx/mpxrt/libtool-version: Remove.
1341         * libmpx/mpxrt/mpxrt-utils.c: Remove.
1342         * libmpx/mpxrt/mpxrt-utils.h: Remove.
1343         * libmpx/mpxrt/mpxrt.c: Remove.
1344         * libmpx/mpxrt/mpxrt.h: Remove.
1345         * libmpx/mpxwrap/Makefile.am: Remove.
1346         * libmpx/mpxwrap/Makefile.in: Remove.
1347         * libmpx/mpxwrap/libmpxwrappers.map: Remove.
1348         * libmpx/mpxwrap/libtool-version: Remove.
1349         * libmpx/mpxwrap/mpx_wrappers.c: Remove.
1351 2018-06-04  Martin Liska  <mliska@suse.cz>
1353         * MAINTAINERS: Add myself as gcov maintainer.
1355 2018-06-04  Matthew Fortune  <mfortune@gmail.com>
1357         * MAINTAINERS: Update my email address.
1359 2018-06-04  Tom de Vries  <tdevries@suse.de>
1361         * MAINTAINERS: Remove write-after-approval entries for component
1362         maintainers.
1364 2018-06-01  Jozef Lawrynowicz  <jozef.l@mittosystems.com>
1366         * MAINTAINERS (write after approval): Add myself.
1368 2018-06-01  Bin Cheng <amker@gcc.gnu.org>
1370         * MAINTAINERS: Update my email address.
1372 2018-06-01  Tom de Vries  <tdevries@suse.de>
1374         * MAINTAINERS: Update my email address.
1376 2018-05-22  Bin Cheng <bin.cheng@arm.com>
1378         * MAINTAINERS (loop-optimizer): Add myself.
1380 2018-05-01  Francois H. Theron  <francois.theron@netronome.com>
1382         * configure.ac: Added "nfp" target.
1383         * configure: Regenerate.
1385 2018-04-30  Richard Biener  <rguenther@suse.de>
1387         PR bootstrap/85571
1388         * Makefile.tpl (STAGE3_CFLAGS): Use -fchecking=1.
1389         (STAGE3_TFLAGS): Likewise.
1390         (STAGEtrain_CFLAGS): Filter out -fchecking=1.
1391         (STAGEtrain_TFLAGS): Likewise.
1392         * Makefile.in: Regenerate.
1394 2018-04-26  Richard Biener  <rguenther@suse.de>
1396         * Makefile.tpl (STAGE1_TFLAGS): Add -fno-checking.
1397         (STAGE2_CFLAGS): Likewise.
1398         (STAGE2_TFLAGS): Likewise.
1399         (STAGE3_CFLAGS): Add -fchecking.
1400         (STAGE3_TFLAGS): Likewise.
1401         (STAGEtrain_CFLAGS): Filter out -fchecking.
1402         (STAGEtrain_TFLAGS): Likewise.
1403         * Makefile.in: Re-generate.
1405 2018-04-25  Catherine Moore <clm@codesourcery.com>
1407         * MAINTAINERS (mips): Remove myself as MIPS maintainer.
1409 2018-04-18  Paul Clarke  <pc@us.ibm.com>
1411         * MAINTAINERS (write after approval): Add myself.
1413 2018-04-10  Aaron Sawdey  <acsawdey@linux.ibm.com>
1415         * MAINTAINERS: Update my email address.
1417 2018-04-02  Bill Schmidt  <wschmidt@linux.ibm.com>
1419         * MAINTAINERS: Remove redundant Write-After-Approval entry.
1421 2018-03-30  Bill Schmidt  <wschmidt@linux.ibm.com>
1423         * MAINTAINERS: Update my email address and disambiguate myself
1424         a bit from Will Schmidt.
1426 2018-03-21  Nathan Sidwell  <nathan@acm.org>
1428         * MAINTAINERS: Move maintainers of now-removed picochip and score
1429         ports to write after approval.
1431 2018-03-13  Richard Sandiford  <richard.sandiford@arm.com>
1433         * MAINTAINERS: Add entry for SVE maintainership.
1435 2018-02-13  Maciej W. Rozycki  <macro@mips.com>
1437         * configure.ac <wasm32-*-*> (noconfigdirs): Add `ld'.
1438         * configure: Regenerate.
1440 2018-01-18  Boris Kolpackov  <boris@codesynthesis.com>
1442         * MAINTAINERS (write after approval): Add myself.
1444 2018-01-18  Siddhesh Poyarekar  <siddhesh@sourceware.org>
1446         * MAINTAINERS (write after approval): Add myself.
1448 2018-01-16  Sebastian Perta  <sebastian.perta@renesas.com>
1450         * MAINTAINERS (write after approval): Add myself.
1452 2018-01-03  Jakub Jelinek  <jakub@redhat.com>
1454         Update copyright years.
1456 2018-01-03  Ben Elliston  <bje@gnu.org>
1458         * config.guess: Import latest version.
1459         * config.sub: Likewise.
1461 2017-12-12  Stafford Horne  <shorne@gmail.com>
1463         * configure.ac: Remove logic adding gdb to noconfigsdirs for or1k.
1464         * configure: Regenerate.
1466 2017-11-29  Qing Zhao  <qing.zhao@oracle.com>
1468         * MAINTAINERS (Write After Approval): Add myself.
1470 2017-11-28  Julia Koval  <julia.koval@intel.com>
1471             Sebastian Peryt  <sebastian.peryt@intel.com>
1473         * Makefile.def (target_modules): Remove libcilkrts.
1474         * Makefile.in: Ditto.
1475         * configure: Ditto.
1476         * configure.ac: Ditto.
1478 2017-11-28  Julia Koval  <julia.koval@intel.com>
1480         * MAINTAINERS (Write After Approval): Add myself.
1482 2017-11-22  Sudakshina Das  <sudi.das@arm.com>
1484         * MAINTAINERS (Write After Approval): Add myself.
1486 2017-11-06  Palmer Dabbelt  <palmer@sifive.com>
1488         * MAINTAINERS (RISC-V): Add Jim Wilson as a maintainer.
1489         Use my SiFive email address.
1491 2017-11-15  Sebastian Peryt  <sebastian.peryt@intel.com>
1493         * MAINTAINERS (write after approval): Add myself.
1495 2017-10-27  Martin Liska  <mliska@suse.cz>
1497         * Makefile.tpl: Use proper name of folder as it was renamed
1498         during transition to 4 stages.
1499         * Makefile.in: Regenerate.
1501 2017-10-16  Igor Tsimbalist  <igor.v.tsimbalist@intel.com>
1503         * MAINTAINERS (write after approval): Add myself.
1505 2017-10-01  Gerald Pfeifer  <gerald@pfeifer.com>
1507         * MAINTAINERS: Add a note that maintainership also includes web
1508         pages, docs, and testsuite related to that area.
1510 2017-09-25  Tom de Vries  <tom@codesourcery.com>
1512         * MAINTAINERS (CPU Port Maintainers): Add myself as nvptx maintainer.
1514 2017-09-18  Pierre-Marie de Rodat  <derodat@adacore.com>
1516         * MAINTAINERS: Add myself as a maintainer for the Ada front end.
1518 2017-09-15  Nathan Sidwell  <nathan@acm.org>
1520         * MAINTAINERS: Remove myself as a vxworks maintainer.
1522 2017-09-13  Thomas Schwinge  <thomas@codesourcery.com>
1524         * MAINTAINERS: Remove email address of Jim Norris.
1526 2017-09-11  Kyrylo Tkachov  <kyrylo.tkachov@arm.com>
1528         * MAINTAINERS (Reviewers): Move myself from here...
1529         (CPU Port Maintainers): ... to here.
1531 2017-09-09  James Greenhalgh  <james.greenhalgh@arm.com>
1533         * MAINTAINERS (James Greenhalgh): Move to AArch64 maintainers.
1535 2017-07-31  Robin Dapp  <rdapp@linux.vnet.ibm.com>
1537         * MAINTAINERS (write after approval): Add myself.
1539 2017-07-28  Tony Reix  <tony.reix@atos.net>
1541         * configure.ac (target-libffi): Don't disable for AIX.
1542         (go): Don't add to unsupported_languages on AIX.
1543         (target-libgo): Don't disable for AIX.
1544         * configure: Regenerate.
1546 2017-07-19  Yury Gribov  <tetra2005@gmail.com>
1548         * MAINTAINERS: Add myself.
1550 2017-07-18  Trevor Saunders  <tbsaunde+gcc@tbsaunde.org>
1552         * MAINTAINERS: Update my email address.
1554 2017-07-04  Richard Earnshaw  <rearnsha@arm.com>
1556         * contrib/gcc_update (files_and_dependencies): Remove stamp rules for
1557         arm-specific auto-generated header files.
1559 2017-07-03  Nathan Sidwell  <nathan@acm.org>
1561         * configure.ac: Set srcdir when sourcing config-lang.in fragments.
1562         * configure: Rebuilt.
1564 2017-07-03  Bernd Schmidt  <bschmidt@redhat.com>
1566         * MAINTAINERS: Readd myself for c6x.
1568 2017-06-28  Martin Liska  <mliska@suse.cz>
1570         PR bootstrap/81217
1571         * Makefile.def: Remove superfluous bootstrap_target from
1572         bootstrap_stage.
1573         * Makefile.in: Re-generate the file.
1575 2017-06-26  Maxim Ostapenko  <m.ostapenko@samsung.com>
1577         * MAINTAINERS: Add myself to Write After Approval
1579 2017-06-21  Andrew Jenner  <andrew@codesourcery.com>
1581         * MAINTAINERS: Add myself as maintainer for PowerPC SPE port.
1583 2017-06-19  Martin Liska  <mliska@suse.cz>
1585         * Makefile.def: Define 4 stages PGO bootstrap.
1586         * Makefile.tpl: Define FLAGS.
1587         * Makefile.in: Regenerate.
1589 2017-06-14  Ian Lance Taylor  <iant@golang.org>
1591         * Makefile.def: Add check-gotools to go check targets.
1592         * Makefile.in: Rebuild.
1594 2017-06-12  Segher Boessenkool  <segher@kernel.crashing.org>
1596         * config.gcc: Remove rs6000/e500.h from tm_file for all targets.
1598 2017-06-03  Eric Botcazou  <ebotcazou@adacore.com>
1600         * configure.ac (*-*-linux-android*): Set target_makefile_frag.
1601         * configure: Regenerate.
1603 2017-05-31  Martin Liska  <mliska@suse.cz>
1605         * configure.ac: Add handling of stage2_werror_flags to
1606         action-if-given and to action-if-not-given.
1607         * configure: Regenerate.
1609 2017-05-31  Prakhar Bahuguna  <prakhar.bahuguna@arm.com>
1611         * MAINTAINERS: Add self to Write After Approval
1613 2017-05-27  Bernd Schmidt  <bschmidt@redhat.com>
1615         * MAINTAINERS: Update my email address, and remove myself as
1616         maintainer in some areas.
1618 2017-05-25  Eric Gallager  <egall@gwmail.gwu.edu>
1620         * MAINTAINERS: Add self to Write After Approval
1622 2017-05-25  Nathan Sidwell  <nathan@acm.org>
1624         * configure.ac: Add --enable-languages=default to mean default and
1625         make --enable-languages=all mean all supported languages.
1626         * configure: Regenerated.
1628 2017-05-24  Segher Boessenkool  <segher@kernel.crashing.org>
1630         * config.gcc (powerpc*-*-*spe*): New.
1631         (powerpc-*-eabispe*): Use ${cpu_type} instead of hardcoded pathnames.
1632         (powerpc-*-rtems*spe*): New.
1633         (powerpc*-*-linux*spe*): New.
1634         (powerpc-wrs-vxworksspe): New.
1635         (powerpc*-*-*, rs6000-*-*): Use ${cpu_type}.
1636         (misc flags) [powerpc*-*-*, rs6000-*-*): Use ${cpu_type}.
1637         * config.host (powerpc*-*-*spe*): New.
1639 2017-05-19  Martin Liska  <mliska@suse.cz>
1641         * configure.ac: Add --enable-werror-always just for
1642         bootstrap-debug (or none build config) and do not add it
1643         when we are on a release branch.
1644         * configure: Regenerated.
1646 2017-05-18  Sheldon Lobo  <sheldon.lobo@oracle.com>
1648         * MAINTAINERS: Add self to Write After Approval
1650 2017-05-09  Kaz Kojima  <kkojima@gcc.gnu.org>
1652         * MAINTAINERS: Move myself to Write After Approval section.
1654 2017-05-09  Claudiu Zissulescu  <claziss@synopsys.com>
1656         * config/arc/arc.c (arc_conditional_register_usage): Handle ACCL,
1657         ACCH registers.
1658         * config/arc/arc.md (mulsidi3): Use advanced mpy instructions when
1659         available.
1660         (umulsidi3): Likewise.
1661         (mulsidi3_700): Disable this pattern when we have advanced mpy
1662         instructions.
1663         (umulsidi3_700): Likewise.
1664         (maddsidi4): New pattern.
1665         (macd, mac, mac_r, umaddsidi4, macdu, macu, macu_r): Likewise.
1666         (mpyd_arcv2hs, mpyd_imm_arcv2hs, mpydu_arcv2hs): Likewise.
1667         (mpydu_imm_arcv2hs): Likewise.
1668         * config/arc/predicates.md (accl_operand): New predicate.
1670 2017-05-09  Claudiu Zissulescu  <claziss@synopsys.com>
1671             Andrew Burgess <andrew.burgess@embecosm.com>
1673         * config/arc/arc.c (ARC_AUTOBLINK_IRQ_P): Consider fast interrupts
1674         case.
1675         (ARC_AUTOFP_IRQ_P): Likewise.
1676         (ARC_AUTO_IRQ_P): Likewise.
1677         (rgf_banked_register_count): New variable.
1678         (parse_mrgf_banked_regs_option): New function.
1679         (arc_override_options): Handle rgf_banked_regs option.
1680         (arc_handle_interrupt_attribute): Add firq option.
1681         (arc_compute_function_type): Return fast irq type when required.
1682         (arc_must_save_register): Handle fast interrupts.
1683         (arc_expand_prologue): Do not emit dwarf info for fast interrupts.
1684         (arc_return_address_regs): Update.
1685         * config/arc/arc.h (arc_return_address_regs): Update.
1686         (arc_function_type): Add fast interrupt type.
1687         (ARC_INTERRUPT_P): Update.
1688         (RC_FAST_INTERRUPT_P): Define.
1689         * config/arc/arc.md (simple_return): Update for fast interrupts.
1690         (p_return_i): Likewise.
1691         * config/arc/arc.opt (mrgf-banked-regs): New option.
1692         * doc/invoke.texi (mrgf-banked-regs): Document.
1694 2017-05-09  Claudiu Zissulescu  <claziss@synopsys.com>
1696         * config/arc/arc.c (irq_ctrl_saved): New variable.
1697         (ARC_AUTOBLINK_IRQ_P): Define.
1698         (ARC_AUTOFP_IRQ_P): Likewise.
1699         (ARC_AUTO_IRQ_P): Likewise.
1700         (irq_range): New function.
1701         (arc_must_save_register): Likewise.
1702         (arc_must_save_return_addr): Likewise.
1703         (arc_dwarf_emit_irq_save_regs): Likewise.
1704         (arc_override_options): Handle deferred options.
1705         (MUST_SAVE_REGISTER): Deleted, replaced by arc_must_save_register.
1706         (MUST_SAVE_RETURN_ADDR): Deleted, replaced by
1707         arc_must_save_return_addr.
1708         (arc_compute_frame_size): Handle automated save and restore of
1709         registers.
1710         (arc_expand_prologue): Likewise.
1711         (arc_expand_epilogue): Likewise.
1712         * config/arc/arc.md (stack_irq_dwarf): New unspec instruction.
1713         * config/arc/arc.opt (mirq-ctrl-saved): New option.
1714         * doc/invoke.texi (mirq-ctrl-saved): Document option.
1716 2017-04-19  Thomas Koenig  <tkoenig@gcc.gnu.org>
1717         Tobias Burnus  <tobias.burnus@physik.fu-berlin.de>
1719         PR bootstrap/77661
1720         * Makefile.def: Don't pass --enable-maintainer-mode on to an
1721         in-tree build MPC.
1722         * Makefile.in: Regenerate.
1724 2017-03-22  Francois-Xavier Coudert  <fxcoudert@gcc.gnu.org>
1726         * configure.ac: Enable LTO by default on darwin >= 9.
1727         * configure: Regenerate.
1729 2017-03-20  Palmer Dabbelt  <palmer@dabbelt.com>
1731         * MAINTAINERS (CPU Port Maintainers): Add Kito Cheng, Palmer Dabbelt,
1732         and Andrew Waterman as the RISC-V maintainers.
1734 2017-03-18  Nicolas Koenig  <koenigni@gcc.gnu.org>
1736         * MAINTAINERS: Add self to Write After Approval
1738 2017-03-18  Gerald Pfeifer  <gerald@pfeifer.com>
1740         * config.guess: Import latest from upstream.
1742 2017-03-18  Gerald Pfeifer  <gerald@pfeifer.com>
1744         * MAINTAINERS (Write After Approval): Remove entries that are
1745         already covered under Reviewers.
1747 2017-03-08  Mark Wielaard  <mark@klomp.org>
1749         PR demangler/70909
1750         PR demangler/67264
1751         * include/demangle.h: Add d_printing to struct demangle_component
1752         and pass struct demangle_component as non const.
1754 2017-02-26  Gerald Pfeifer  <gerald@pfeifer.com>
1756         * MAINTAINERS: Remove Neil Booth as option handling maintainer.
1758 2017-02-15  Thomas Schwinge  <thomas@codesourcery.com>
1760         * Makefile.tpl: Remove HOST_ISLVER.
1761         (HOST_EXPORTS): Remove ISLVER.
1762         * Makefile.in: Regenerate.
1764 2017-02-13  Richard Biener  <rguenther@suse.de>
1766         * configure: Re-generate.
1768 2017-02-07  Gerald Pfeifer  <gerald@pfeifer.com>
1770         * MAINTAINERS: Adjust bug reporting URL.
1772 2017-02-05  Gerald Pfeifer  <gerald@pfeifer.com>
1774         * MAINTAINERS (Write After Approval): Remove redundant entry
1775         for Andrew Burgess.
1777 2017-02-03  John David Anglin  <danglin@gcc.gnu.org>
1779         * configure.ac: Add gcc/function-tests.o to compare_exclusions for
1780         32-bit hppa*-*-hpux*.
1781         * configure: Regenerate.
1783 2017-01-27  Pekka Jääskeläinen  <pekka.jaaskelainen@parmance.com>
1785         * configure.ac: Moved the white list of enabling BRIG FE to
1786         libhsail-rt/configure.tgt.
1787         * configure: Regenerated.
1788         * MAINTAINERS: Updated maintainers for BRIG FE and libhsail-rt.
1790 2017-01-24  Pekka Jääskeläinen  <pekka@parmance.com>
1791             Martin Jambor  <mjambor@suse.cz>
1793         * Makefile.def (target_modules): Added libhsail-rt.
1794         (languages): Added language brig.
1795         * Makefile.in: Regenerated.
1796         * configure.ac (TOPLEVEL_CONFIGURE_ARGUMENTS): Added
1797         tgarget-libhsail-rt.  Make brig unsupported on untested architectures.
1798         * configure: Regenerated.
1800 2017-01-17  Jakub Jelinek  <jakub@redhat.com>
1802         PR other/79046
1803         * configure: Regenerated.
1805 2017-01-04  Alan Modra  <amodra@gmail.com>
1807         * configure: Regenerate.
1809 2016-12-29  Ben Elliston  <bje@gnu.org>
1811         * config.sub: Import latest version.
1813 2016-12-26  Alexander Ivchenko  <alexander.ivchenko@intel.com>
1815         * MAINTAINERS (Write After Approval): Add myself.
1817 2016-12-21  Jakub Jelinek  <jakub@redhat.com>
1819         * configure.ac: Don't bootstrap libmpx unless --with-build-config
1820         includes bootstrap-mpx.
1821         * configure: Regenerated.
1823 2016-12-19  Chenghua Xu  <paul.hua.gm@gmail.com>
1825         * MAINTAINERS (Write After Approval): Add myself.
1827 2016-12-01  Ma Jiang  <ma.jiang@zte.com.cn>
1829         * configure: Regenerate.
1831 2016-12-01  Matthias Klose  <doko@ubuntu.com>
1833         * configure.ac: Don't use pkg-config to check for bdw-gc.
1834         * configure: Regenerate.
1836 2016-11-30  Matthias Klose  <doko@ubuntu.com>
1838         * Makefile.def: Remove reference to boehm-gc target module.
1839         * configure.ac: Include pkg.m4, check for --with-target-bdw-gc
1840         options and for the bdw-gc pkg-config module.
1841         * configure: Regenerate.
1842         * Makefile.in: Regenerate.
1844 2016-11-28  Nathan Sidwell  <nathan@acm.org>
1846         * MAINTAINERS (nvptx): Remove self.
1848 2016-11-25  Ben Elliston  <bje@gnu.org>
1850         * config.guess: Import latest version.
1851         * config.sub: Likewise.
1853 2016-11-18  Toma Tabacu  <toma.tabacu@imgtec.com>
1855         * MAINTAINERS (Write After Approval): Add myself.
1857 2016-11-15  Matthias Klose  <doko@ubuntu.com>
1859         * Makefile.def: Remove references to GCJ.
1860         * Makefile.tpl: Likewise.
1861         * Makefile.in: Regenerate.
1863 2016-11-15  Matthias Klose  <doko@ubuntu.com>
1865         * config-ml.in: Remove references to GCJ.
1866         * configure.ac: Likewise.
1867         * configure: Regenerate.
1869 2016-11-01  Josh Conner  <joshconner@google.com>
1871         * MAINTAINERS (Write After Approval): Update email address,
1873 2016-10-27  Carl Love  <cel@us.ibm.com>
1875         * MAINTAINERS (Write After Approval): Fix my entry in the Write After
1876         Approval list to make it alphabetical.
1878 2016-10-27  Carl Love  <cel@us.ibm.com>
1880         * MAINTAINERS (Write After Approval): Add myself.
1882 2016-10-27  Andrew Burgess  <andrew.burgess@embecosm.com>
1884         * MAINTAINERS (Reviewers): Add myself.
1885         (Write After Approval): Add myself.
1887 2016-10-21  Hartmut Penner  <hepenner@us.ibm.com>
1888             Ulrich Weigand  <uweigand@de.ibm.com>
1890         * MAINTAINERS: Update email address.
1892 2016-10-10  Nathan Sidwell  <nathan@acm.org>
1894         * MAINTAINERS: Update email address.
1896 2016-10-10  Andreas Tobler <andreast@gcc.gnu.org>
1898         * configure.ac: Add aarch64-*-freebsd*.
1899         * configure: Regenerate.
1901 2016-10-05  Steve Ellcey  <sellcey@caviumnetworks.com>
1903         * MAINTAINERS: Update email address after it got reverted.
1905 2016-10-04  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
1907         * configure.ac (target_libraries): Readd target-boehm-gc.
1908         Restore --enable-objc-gc handling.
1909         * configure: Regenerate.
1911 2015-10-03  Jeff Law  <law@redhat.com>
1913         * MAINTAINERS: Move several inactive maintainers to the
1914         write-after-approval section.
1916 2016-09-30  Jakub Jelinek  <jakub@redhat.com>
1918         * configure.ac: Add target-libffi to target_libraries.
1919         Readd libgcj target disablings, modified to only target-libffi.
1920         Readd target addition of go to unsupported languages.
1921         * configure: Regenerated.
1923 2016-09-30  Steve Ellcey  <sellcey@caviumnetworks.com>
1925         * MAINTAINERS: Update email address.
1927 2016-09-30  Andrew Haley  <aph@redhat.com>
1929         * MAINTAINERS: Remove Per Bothner, Andrew Haley, and Tom Tromey from
1930         write-after approval.  Remove Tom Tromey and Bryce McKinlay from
1931         libgcj.
1933 2016-09-30  Andrew Haley  <aph@redhat.com>
1935         * MAINTAINERS: Move Per Bothner, Andrew Haley, and Tom Tromey to
1936         write-after approval after GCJ deletion.
1938 2016-09-30  Andrew Haley  <aph@redhat.com>
1940         * Makefile.def: Remove libjava.
1941         * Makefile.tpl: Likewise.
1942         * Makefile.in: Regenerate.
1943         * configure.ac: Likewise.
1944         * configure: Likewise.
1945         * gcc/java: Remove.
1946         * libjava: Likewise.
1948 2016-09-28  Claudiu Zissulescu  <claziss@synopsys.com>
1950         * MAINTAINERS (Reviewers): Add myself.
1952 2016-09-26  Anton Kolesov  <Anton.Kolesov@synopsys.com>
1954         * configure.ac: Disable "sim" directory for arc*-*-*.
1955         * configure: Regenerated.
1957 2016-09-23  Tamar Christina <tamar.christina@arm.com>
1959         * MAINTAINERS (Write After Approval): Add myself.
1961 2016-09-12  Maciej W. Rozycki  <macro@imgtec.com>
1963         * configure.ac: Check for the minimum in-tree MPFR version
1964         handled.
1965         * configure: Regenerate.
1967 2016-07-20  Yan-Ting Lin  <currygt52@gmail.com>
1969         * configure.ac (nds32*-*-*): Remove entry to enable gdb.
1970         * configure: Regenerated.
1972 2016-07-19  Fritz Reese  <fritzoreese@gmail.com>
1974         * MAINTAINERS (Write After Approval): Add myself.
1976 2016-06-23  Andi Kleen  <ak@linux.intel.com>
1978         * Makefile.def: Add autoprofiledbootstrap.
1979         * Makefile.tpl: Dito.
1980         * Makefile.in: Regenerate.
1982 2016-06-23  Jakub Sejdak  <jakub.sejdak@phoesys.com>
1984     * configure.ac: Disable libgcj and libgloss for Phoenix-RTOS targets.
1985     * configure: Regenerate.
1987 2016-06-21  Trevor Saunders  <tbsaunde+gcc@tbsaunde.org>
1989         * configure: Regenerate.
1990         * configure.ac: Remove support for avr-rtems.
1992 2016-06-18  Senthil Kumar Selvaraj  <senthil_kumar.selvaraj@atmel.com>
1994         * MAINTAINERS (Write After Approval): Add myself.
1996 2016-06-16  Michael Collison  <michael.collison@arm.com>
1998         * MAINTAINERS (Write After Approval): Add myself.
2000 2016-06-14  Mikael Morin  <mikael@gcc.gnu.org>
2002         * MAINTAINERS (Write After Approval): Update e-mail address.
2004 2016-06-03  Jose E. Marchesi  <jose.marchesi@oracle.com>
2006         * MAINTAINERS (Write After Approval): Add myself.
2008 2016-05-28  Alan Modra  <amodra@gmail.com>
2010         * Makefile.tpl (configure): Depend on m4 files included.
2011         * Makefile.in: Regenerate.
2013 2016-05-20  Bill Seurer  <seurer@linux.vnet.ibm.com>
2015         * config/rs6000/rs6000-c.c (altivec_resolve_overloaded_builtin): Fix
2016         code formatting in ALTIVEC_BUILTIN_VEC_ADDE section.
2018 2016-05-20  Bill Seurer  <seurer@linux.vnet.ibm.com>
2020         * config/rs6000/rs6000-builtin.def (vec_addec): Change vec_addec to a
2021         special case builtin.
2022         * config/rs6000/rs6000-c.c (altivec_resolve_overloaded_builtin): Add
2023         support for ALTIVEC_BUILTIN_VEC_ADDEC.
2024         * config/rs6000/rs6000.c (altivec_init_builtins): Add definition
2025         for __builtin_vec_addec.
2027 2016-05-16  Jakub Sejdak  <jakub.sejdak@phoesys.com>
2029         * config.guess: Import version 2016-04-02 (newest).
2030         * config.sub: Import version 2016-05-10 (newest).
2032 2016-05-16  Anton Kolesov  <anton.kolesov@synopsys.com>
2034         * configure.ac: Add ARC support to libgloss.
2035         * configure: Regenerate
2037 2016-05-09  Aaron Sawdey  <acsawdey@linux.vnet.ibm.com>
2039         * MAINTAINERS (Write After Approval): Add myself.
2041 2016-05-02  Bernd Edlinger  <bernd.edlinger@hotmail.de>
2043         * configure.ac (mpfr): Remove pre-3.1.0 mpfr compatibility code.
2044         * configure: Regenerated.
2045         * Makefile.def (gmp): Explicitly disable assembler.
2046         (mpfr): Adjust lib_path.
2047         (mpc): Likewise.
2048         * Makefile.in: Regenerated.
2050 2016-05-01  Jakub Jelinek  <jakub@redhat.com>
2052         PR bootstrap/70704
2053         * configure.ac (--enable-stage1-checking): Add missing
2054         --enable-checking=.
2055         * configure: Regenerated.
2057 2016-04-30  Oleg Endo  <olegendo@gcc.gnu.org>
2059         * config.guess: Revert r235676.
2060         * config.sub: Revert r235676.
2062 2016-04-30  Oleg Endo  <olegendo@gcc.gnu.org>
2064         * config.guess: Remove SH5 support.
2065         * config.sub: Likewise.
2066         * configure: Likewise.
2067         * configure.ac: Likewise.
2069 2016-04-26  Jakub Jelinek  <jakub@redhat.com>
2071         PR bootstrap/70704
2072         * configure.ac (--enable-stage1-checking): For --disable-checking or
2073         implicit --enable-checking, make sure extra flag matches in between
2074         stage1 and later checking.
2075         * configure: Regenerated.
2077 2016-04-22  Trevor Saunders  <tbsaunde+gcc@tbsaunde.org>
2079         * .gitattributes: New file.
2081 2016-04-22  Segher Boessenkool  <segher@kernel.crashing.org>
2083         * MAINTAINERS (rs6000/powerpc port): Add myself.
2085 2016-04-13  Segher Boessenkool  <segher@kernel.crashing.org>
2087         PR bootstrap/70173
2088         * Makefile.tpl (local-distclean): Delete the libcc1, gnattools,
2089         and gotools directories.  Delete the stage_final file.
2090         * Makefile.in: Regenerate.
2092 2016-04-12  Andre Vieira  <andre.simoesdiasvieira@arm.com>
2094         * MAINTAINERS (Write After Approval): Add myself.
2096 2016-04-09  Steven G. Kargl  <kargl@gcc.gnu.org>
2098         * MAINTAINERS (Fortran maintainer): Remove myself.
2100 2016-04-04  Bill Seurer  <seurer@linux.vnet.ibm.com>
2102         * MAINTAINERS (Write After Approval): Add myself.
2104 2016-03-29  Kelvin Nilsen  <kdnilsen@linux.vnet.ibm.com>
2106         * MAINTAINERS (Write After Approval): Add myself.
2108 2016-03-17  Cary Coutant  <ccoutant@gmail.com>
2110         Sync with binutils-gdb:
2112         2016-03-17  Cary Coutant  <ccoutant@gmail.com>
2114         * configure.ac: Add mips and s390 to the gold target check.
2115         * configure: Regenerate.
2117 2016-03-01  DJ Delorie  <dj@redhat.com>
2119         * MAINTAINERS (mep): Remove myself as MeP maintainer.
2121 2016-02-22  David Malcolm  <dmalcolm@redhat.com>
2123         * MAINTAINERS (libcpp): Add myself.
2124         (diagnostic messages): Likewise.
2126 2016-02-20  Tom de Vries  <tom@codesourcery.com>
2128         * MAINTAINERS: Fix whitespace.
2130 2016-02-02  Claudiu Zissulescu  <claziss@synopsys.com>
2132         * MAINTAINERS (Write After Approval): Add myself.
2134 2016-01-29  Sebastian Pop  <s.pop@samsung.com>
2136         * config/isl.m4: Add comments about isl-0.16.
2137         * configure: Regenerate.
2139 2016-01-29  Martin Jambor  <mjambor@suse.cz>
2141         * MAINTAINERS (hsa maintainers): Add myself.
2143 2015-01-27  Wilco Dijkstra  <wdijkstr@arm.com>
2145         * MAINTAINERS: (Write After Approval): Add myself.
2147 2016-01-25  Aditya Kumar  <aditya.k7@samsung.com>
2148             Sebastian Pop  <s.pop@samsung.com>
2150         * Makefile.in: Regenerate.
2151         * Makefile.tpl: Export ISLVER.
2152         * configure: Regenerate.
2153         * config/isl.m4: Detect isl-0.15.
2155 2016-01-24  Mikhail Maltsev  <maltsevm@gmail.com>
2157         PR bootstrap/69329
2158         * Makefile.tpl (BASE_FLAGS_TO_PASS): Add LSAN_OPTIONS.
2159         * Makefile.in: Regenerate.
2161 2016-01-12  Andris Pavenis  <andris.pavenis@iki.fi>
2163         * configure.ac: Enable LTO for DJGPP
2164         * configure: Regenerate
2166 2016-01-12  H.J. Lu  <hongjiu.lu@intel.com>
2168         Sync with binutils-gdb:
2169         2015-10-21  Nick Clifton  <nickc@redhat.com>
2171         PR gas/19109
2172         * configure.ac: Note the 'none' is an acceptable argument to
2173         --enable-compressed-debug-sections.
2174         * configure: Regenerate.
2176 2016-01-12  Bernd Edlinger  <bernd.edlinger@hotmail.de>
2178         PR bootstrap/69134
2179         * Makefile.def (mpfr): Disable assembler.
2180         * Makefile.in: Regenerate.
2182 2016-01-01  Ben Elliston  <bje@gnu.org>
2184         * config.guess: Import version 2016-01-01.
2185         * config.sub: Likewise.
2187 2015-12-18  Sujoy Saraswati  <sujoy.saraswati@hpe.com>
2189         * MAINTAINERS (Write After Approval): Add myself.
2191 2015-12-17  Sebastian Pop  <s.pop@samsung.com>
2193         * Makefile.in: Replace ISL with isl.
2194         * Makefile.tpl: Same.
2195         * config/isl.m4: Same.
2196         * configure.ac: Same.
2197         * contrib/download_prerequisites: Same.
2198         * configure: Regenerate.
2200 2015-12-17  Andris Pavenis  <andris.pavenis@iki.fi>
2202         * MAINTAINERS (Write After Approval): Add Myself.
2204 2015-12-17  Nathan Sidwell  <nathan@acm.org>
2206         * config/isl.m4 (ISL_CHECK_VERSION): Add gmp libs.
2207         * configure: Regenerate.
2209 2015-12-16  Aditya Kumar  <aditya.k7@samsung.com>
2210             Sebastian Pop  <s.pop@samsung.com>
2212         * config/isl.m4 (ISL_CHECK_VERSION): Check for
2213         isl_ctx_get_max_operations.
2214         * configure: Regenerate.
2216 2015-12-15  Alessandro Fanfarillo  <fanfarillo.gcc@gmail.com>
2218         * MAINTAINERS (Write After Approval): Add myself.
2220 2015-12-02  Ian Lance Taylor  <iant@google.com>
2222         PR go/66147
2223         * Makefile.tpl (HOST_EXPORTS): Add XGCC_FLAGS_FOR_TARGET.
2224         * Makefile.in: Regenerate.
2226 2015-12-01  Andreas Tobler  <andreast@gcc.gnu.org>
2228         PR libffi/65726
2229         * Makefile.def (lang_env_dependencies): Make libffi depend
2230         on cxx.
2231         * Makefile.in: Regenerate.
2233 2015-11-26  David Edelsohn  <dje.gcc@gmail.com>
2235         * m4/libtool.m4 (export_symbols_cmds) [AIX]: Add global TLS "L"
2236         symbols.
2238 2015-11-20  Tristan Gingold  <gingold@adacore.com>
2240         Sync with binutils-gdb:
2241         2015-11-20  Tristan Gingold  <gingold@adacore.com>
2243         * configure.ac: Add aarch64-*-darwin* and arm-*-darwin*.
2244         * configure: Regenerate.
2246 2015-11-19  Martin Liska  <mliska@suse.cz>
2248         * .gitignore: Add .clang-format to ignored files.
2249         * Makefile.in: Add clang-format.
2250         * Makefile.tpl: Likewise.
2252 2015-11-13  Tsvetkova Alexandra  <aleksandra.tsvetkova@intel.com>
2254         * configure.ac: Enable libmpx by default.
2255         * configure: Regenerated.
2257 2015-10-23  Steve Ellcey  <sellcey@imgtec.com>
2259         * MAINTAINERS: Update email address.
2261 2015-10-23  Paulo Matos  <pmatos@linki.tools>
2263         * MAINTAINERS: Update email address.
2265 2015-10-23  Alan Hayward <alan.hayward@arm.com>
2267         * MAINTAINERS  (Write After Approval): Add myself.
2269 2015-10-20  H.J. Lu  <hongjiu.lu@intel.com>
2271         Sync with binutils-gdb:
2272         2015-10-20  H.J. Lu  <hongjiu.lu@intel.com>
2274         PR gas/19109
2275         * configure.ac: Add
2276         --enable-compressed-debug-sections={all,gas,gold,ld}.
2277         * configure: Regenerated.
2279 2015-10-16  Arnaud Charlet  <charlet@adacore.com>
2281         * MAINTAINERS: Update list of Ada maintainers and email addresses.
2283 2015-10-09  Martin Liska  <mliska@suse.cz>
2285         * MAINTAINERS (Write After Approval): Add myself.
2287 2015-10-09  Alexander Fomin <alexander.fomin@intel.com>
2289         * MAINTAINERS (Write After Approval): Add myself.
2291 2015-10-02  Florian Weimer  <fweimer@redhat.com>
2293         * MAINTAINERS: Update email address.
2295 2015-10-02  Louis Krupp <louis.krupp@zoho.com>
2297         * MAINTAINERS  (Write After Approval): Add myself.
2299 2015-09-20  Kai Tietz  <ktietz70@googlemail.com>
2301         * MAINTAINERS: Update email.
2303 2015-09-14  Bernd Schmidt  <bschmidt@redhat.com>
2305         * MAINTAINERS: Update my email address.
2307 2015-09-01  James Bowman  <james.bowman@ftdichip.com>
2309         * MAINTAINERS (ft32 port): Add myself.
2311 2015-08-28  David Sherwood  <david.sherwood@arm.com>
2313         * MAINTAINERS: Add myself.
2315 2015-08-27  Patrick Marlier  <patrick.marlier@gmail.com>
2317         * MAINTAINERS (Write After Approval): Add myself.
2319 2015-08-23  Francois-Xavier Coudert  <fxcoudert@gcc.gnu.org>
2321         PR libfortran/54572
2322         * Makefile.def: Make libgfortran depend on libbacktrace.
2323         * Makefile.in: Regenerate.
2325 2015-08-20  Simon Dardis  <simon.dardis@imgtec.com>
2327         * MAINTAINERS (Write After Approval): Add myself.
2329 2015-08-12  Tom de Vries  <tom@codesourcery.com>
2331         PR other/67092
2332         * configure.ac: Remove --with_host_libstdcxx support.
2333         * configure: Regenerate.
2335 2015-08-10  Thomas Schwinge  <thomas@codesourcery.com>
2336             Jakub Jelinek  <jakub@redhat.com>
2338         * configure.ac (noconfigdirs): Don't add "target-libgomp" for target
2339         nvptx*-*-*.
2340         * configure: Regenerate.
2342 2015-08-06  Yaakov Selkowitz  <yselkowi@redhat.com>
2344         * Makefile.def (libiconv): Define bootstrap=true.
2345         Mark pdf/html/info as missing.
2346         (configure-gcc): Depend on all-libiconv.
2347         (all-gcc): Ditto.
2348         (configure-libcpp): Ditto.
2349         (all-libcpp): Ditto.
2350         (configure-intl): Ditto.
2351         (all-intl): Ditto.
2352         * Makefile.in: Regenerate.
2354 2015-08-03  Bin Cheng  <bin.cheng@arm.com>
2356         * MAINTAINERS (loop ivopts): Add the entry and myself.
2358 2015-07-31  Nathan Sidwell  <nathan@codesourcery.com>
2360         * MAINTAINERS (nvptx): Add self.
2362 2015-07-29  Alan Lawrence  <alan.lawrence@arm.com>
2364         * config/aarch64/iterators.md (VRL2, VRL3, VRL4): Remove values for
2365         128-bit vector modes.
2367 2015-07-29  Ville Voutilainen  <ville.voutilainen@gmail.com>
2369         * MAINTAINERS (Write After Approval): Add myself.
2371 2015-07-28  Ben Elliston  <bje@gnu.org>
2373         * config.sub, config.guess: Import from upstream.
2375 2015-07-24  Michael Darling  <darlingm@gmail.com>
2377         PR other/66259
2378         * config-ml.in: Reflects renaming of configure.in to configure.ac
2379         * configure: Likewise
2380         * configure.ac: Likewise
2382 2015-07-23  Bernd Schmidt  <bernds_cb1@t-online.de>
2384         * MAINTAINERS: Update my email address.
2386 2015-07-14  H.J. Lu  <hongjiu.lu@intel.com>
2388         Sync with binutils-gdb:
2389         2015-03-17  H.J. Lu  <hongjiu.lu@intel.com>
2391         * configure.ac (target_configdirs): Exclude target-zlib if
2392         target-libjava isn't built.
2393         * configure: Regenerated.
2395 2015-07-14  H.J. Lu  <hongjiu.lu@intel.com>
2397         Sync with binutils-gdb:
2398         2015-05-13  John David Anglin  <dave.anglin@bell.net>
2400         * configure.ac: Disable configuration of GDB for HPUX targets.
2401         * configure: Regenerate.
2403         2015-04-01  H.J. Lu  <hongjiu.lu@intel.com>
2405         * configure.ac: Add --with-system-zlib.
2406         * configure: Regenerated.
2408         2015-01-28  James Bowman  <james.bowman@ftdichip.com>
2410         * configure.ac: Add FT32 support.
2411         * configure: Regenerate.
2413         2015-01-12  Anthony Green  <green@moxielogic.com>
2415         * configure.ac: Don't disable gprof for moxie.
2416         * configure: Rebuild.
2418 2015-07-14  H.J. Lu  <hongjiu.lu@intel.com>
2420         Sync with binutils-gdb:
2421         2015-05-01  H.J. Lu  <hongjiu.lu@intel.com>
2423         PR ld/18355
2424         * Makefile.def: Add extra_configure_flags to host zlib.
2425         * configure.ac (extra_host_zlib_configure_flags): New.  Set
2426         to --enable-host-shared When bfd is to be built as shared
2427         library.  AC_SUBST.
2428         * Makefile.in: Regenerated.
2430 2015-07-14  Hans-Peter Nilsson  <hp@bitrange.com>
2432         Sync with src:
2433         2015-03-30  H.J. Lu  <hongjiu.lu@intel.com>
2434         * Makefile.def (dependencies): Add all-zlib to all-bfd.
2435         * Makefile.in: Regenerated.
2437 2015-06-30  H.J. Lu  <hongjiu.lu@intel.com>
2439         * configure.ac (ospace_frag): Enable for i?86*-*-elfiamcu
2440         target.
2441         * configure: Regenerate.
2443 2015-06-23  Ludovic Courtès  <ludo@gnu.org>
2445         * MAINTAINERS (Write After Approval): Add myself.
2447 2015-06-22  Andreas Tobler  <andreast@gcc.gnu.org>
2449         * MAINTAINERS (OS Port Maintainers): Add myself.
2450         (Various Maintainers): Remove myself from libffi testsuite.
2452 2015-06-04  Richard Sandiford  <richard.sandiford@arm.com>
2454         * MAINTAINERS (gen* on machine desc): Add self.
2456 2015-06-02  Jason Merrill  <jason@redhat.com>
2458         PR bootstrap/66319
2459         * configure.ac: Use -std=gnu++98.
2461 2015-06-02  Szabolcs Nagy  <szabolcs.nagy@arm.com>
2463         * MAINTAINERS (Write After Approval): Add myself.
2465 2015-05-28  Mike Frysinger  <vapier@gentoo.org>
2467         * configure.ac (--vtable-verify): Use AS_HELP_STRING for help.
2468         * configure: Regenerate.
2470 2015-05-26  Jason Merrill  <jason@redhat.com>
2472         * configure.ac: When bootstrapping with GCC, add -std=c++98 to CXX.
2473         * configure: Regenerate.
2475 2015-05-16  James Bowman  <james.bowman@ftdichip.com>
2477         * configure.ac: FT32 target added.
2478         * configure: Regenerated.
2480 2015-05-16  Iain Buclaw  <ibuclaw@gdcproject.org>
2482         * MAINTAINERS (Write After Approval): Add myself.
2484 2015-05-11  Paulo Matos  <paulo@matos-sorge.com>
2486         * MAINTAINERS (Write After Approval): Add myself.
2488 2015-05-11  Paulo Matos  <paulo@matos-sorge.com>
2490         * configure.ac: Fix typo.
2491         * configure: Regenerate.
2493 2015-05-10  Mikhail Maltsev  <maltsevm@gmail.com>
2495         * MAINTAINERS (Write After Approval): Add myself.
2497 2015-05-03  Matthias Klose  <doko@ubuntu.com>
2499         * configure.ac: Match $host configured with triplets.
2500         * configure: Regenerate.
2502 2015-04-22  Bernhard Reutner-Fischer  <aldot@gcc.gnu.org>
2504         * Makefile.tpl: Remove surplus whitespace throughout.
2505         * Makefile.in: Regenerate.
2507 2015-04-20  Segher Boessenkool  <segher@kernel.crashing.org>
2509         * MAINTAINERS (Various Maintainers): Add myself as instruction
2510         combiner maintainer.
2512 2015-04-17  Jakub Jelinek  <jakub@redhat.com>
2514         PR bootstrap/62077
2515         * configure.ac (--enable-stage1-checking): Default to
2516         release,misc,gimple,rtlflag,tree,types if --disable-checking
2517         or --enable-checking is not specified and DEV-PHASE is not
2518         experimental.
2519         * configure: Regenerated.
2521 2015-04-14  Max Ostapenko  <m.ostapenko@partner.samsung.com>
2523         * Makefile.tpl (EXTRA_HOST_EXPORTS): New variables.
2524         (EXTRA_BOOTSTRAP_FLAGS): Likewise.
2525         (check-[+module+]): Add EXTRA_HOST_EXPORTS and EXTRA_BOOTSTRAP_FLAGS.
2526         * Makefile.in: Regenerate.
2528 2015-04-08  Cary Coutant  <ccoutant@gmail.com>
2530         * MAINTAINERS: Update my email address.
2532 2015-04-02  James Greenhalgh  <james.greenhalgh@arm.com>
2534         * MAINTAINERS: Add myself as a reviewer for the AArch64 port.
2536 2015-04-02  Kyrylo Tkachov  <kyrylo.tkachov@arm.com>
2538         * MAINTAINERS: Add myself as an arm port reviewer.
2540 2015-03-25  Martin Liska  <mliska@suse.cz>
2541             Yury Gribov  <y.gribov@samsung.com>
2543         * Makefile.in: Fix ln source location for vimrc file.
2544         * Makefile.tpl: Likewise.
2546 2015-03-09  Aldy Hernandez  <aldyh@redhat.com>
2548         PR bootstrap/25672
2549         * configure.ac: Do not initialize CFLAGS_FOR_TARGET from CFLAGS if
2550         cross-compiling.  Similarly for CXX_FOR_TARGET.
2551         * configure: Regenerate.
2553 2015-03-10  Ilya Enkovich  <ilya.enkovich@intel.com>
2555         * Makefile.def: Add libmpx.
2556         * configure.ac: Add libmpx.
2557         * Makefile.in: Regenerate.
2558         * configure: Regenerate.
2560 2015-03-06  Kirill Yukhin  <kirill.yukhin@intel.com>
2562         * MAINTAINERS (CPU Port Maintainers): Add myself
2563         i386 vector ISA extns mantainer.
2565 2015-03-13  Jeff Law  <law@redhat.com>
2567         * MAINTAINERS: Remove Paul Brook as a Fortran and ARM
2568         maintainer.
2569         Remove Richard Henderson as a maintainer for the x86 port.
2571 2015-03-03  Joern Rennecke  <gnu@amylaar.uk>
2573         * MAINTAINERS (CPU Port Maintainers): Update my email address.
2575 2015-03-02  Ilya Enkovich  <ilya.enkovich@intel.com>
2577         * MAINTAINERS (Various Maintainers): Add myself as libmpx,
2578         pointer bounds checker and i386 MPX maintainer.
2580 2015-02-26  Sandra Loosemore  <sandra@codesourcery.com>
2582         * MAINTAINERS (Various Maintainers): Add self as docs co-maintainer.
2584 2015-02-26  Martin Sebor  <msebor@redhat.com>
2586         * MAINTAINERS (Various Maintainers): Add self.
2588 2015-02-20  Thomas Schwinge  <thomas@codesourcery.com>
2590         * configure.ac [--enable-as-accelerator-for] (enable_languages):
2591         Make sure it contains lto.
2592         * configure: Regenerate.
2594 2015-02-18  Thomas Schwinge  <thomas@codesourcery.com>
2596         * configure: Regenerate.
2598 2015-02-06  Diego Novillo  <dnovillo@google.com>
2600         * MAINTAINERS (Global Reviewers, Plugin, LTO, tree-ssa,
2601         middle-end, docstring): Remove myself.
2602         (Write After Approval): Add myself.
2604 2015-02-02  Janis Johnson  <janis.marie.johnson@gmail.com>
2606         * MAINTAINERS (Various Maintainers: testsuite): Remove myself.
2607         (Write After Approval): Update address.
2609 2015-01-29  David Malcolm  <dmalcolm@redhat.com>
2611         PR jit/64780
2612         * configure.ac: Require the user to explicitly specify
2613         --enable-host-shared if the jit is enabled.
2614         * configure: Regenerate.
2616 2015-01-27  Robert Suchanek  <robert.suchanek@imgtec.com>
2618         * MAINTAINERS (Write After Approval): Add myself.
2620 2015-01-25  Tom de Vries  <tom@codesourcery.com>
2622         * MAINTAINERS: Make whitespace consistent.
2624 2015-01-23  Braden Obrzut  <admin@maniacsvault.net>
2626         * MAINTAINERS (Write After Approval): Add myself.
2628 2015-01-20  Andre Vehreschild  <vehre@gmx.de>
2630         * MAINTAINERS: (Write After Approval): Add myself.
2632 2015-01-15  Martin Uecker  <uecker@eecs.berkeley.edu>
2634         * MAINTAINERS: (Write After Approval): Add myself.
2636 2015-01-15  Philipp Tomsich  <ptomsich@theobroma-systems.com>
2638         * MAINTAINERS: (Write After Approval): Add myself.
2640 2015-01-13  Iain Sandoe  <iain@codesourcery.com>
2642         * MAINTAINERS (Language Front Ends Maintainers): Add myself as an
2643         objective-c/c++ front end maintainer.
2645 2015-01-13  Marek Polacek  <polacek@redhat.com>
2647         * MAINTAINERS (Reviewers): Add self as C front end reviewer.
2649 2015-01-12  Jeff Law  <law@redhat.com>
2651         * MAINTAINERS: Remove Stan Shebs as he has been inactive for
2652         a very long time.
2654 2015-01-09  Ian Lance Taylor  <iant@google.com>
2656         * configure.ac (host_tools): Add gotools.
2657         * Makefile.def (host_modules): Add gotools.
2658         (dependencies): Add dependency of all-gotools on all-target-libgo.
2660 2015-01-09  Andreas Tobler  <andreast@gcc.gnu.org>
2662         * configure.ac: Don't add ${libgcj} for arm*-*-freebsd*.
2663         * configure: Regenerate.
2665 2015-01-08  Thomas Schwinge  <thomas@codesourcery.com>
2667         * Makefile.def (dependencies) <all-target-liboffloadmic>: Depend on
2668         all-target-libgomp.
2669         * Makefile.in: Regenerate.
2671 2015-01-06  Eric Botcazou  <ebotcazou@adacore.com>
2673         * MAINTAINERS (CPU Port Maintainers): Add myself for Visium port.
2675 2015-01-06  Eric Botcazou  <ebotcazou@adacore.com>
2677         * configure.ac: Add Visium support.
2678         * configure: Regenerate.
2680 2015-01-04  Andreas Schwab  <schwab@linux-m68k.org>
2682         * configure.ac: Use OBJCOPY for OBJCOPY_FOR_TARGET.
2683         * configure: Regenerate.
2685 2015-01-03  Andrew Pinski  <apinski@cavium.com>
2687         * Makefile.def (flags_to_pass): Pass OBJCOPY_FOR_TARGET also.
2688         * Makefile.tpl (HOST_EXPORTS): Add OBJCOPY_FOR_TARGET.
2689         (BASE_TARGET_EXPORTS): Add OBJCOPY.
2690         (OBJCOPY_FOR_TARGET): New variable.
2691         (EXTRA_TARGET_FLAGS): Add OBJCOPY.
2692         * Makefile.in: Regenerate.
2693         * configure.ac: Check for already installed target objcopy.
2694         Also GCC_TARGET_TOOL on objcopy.
2695         * configure: Regenerate.
2697 2015-01-02  Hans-Peter Nilsson  <hp@bitrange.com>
2699         * config.sub: Update from upstream, to 2015-01-01 version.
2700         * config.guess: Ditto.
2702 2014-12-22  Sebastian Huber  <sebastian.huber@embedded-brains.de>
2704         * MAINTAINERS (RTEMS Ports): Add myself.
2706 2014-12-17  Pierre-Marie de Rodat  <derodat@adacore.com>
2708         * MAINTAINERS (Write After Approval): Add myself.
2710 2014-12-16  Michael Haubenwallner <michael.haubenwallner@ssi-schaefer.com>
2712         * MAINTAINERS (Write After Approval): Add myself.
2714 2014-12-15  Thomas Schwinge  <thomas@codesourcery.com>
2716         * configure.ac (--enable-as-accelerator-for): Don't set
2717         ENABLE_AS_ACCELERATOR_FOR.  Update all users.
2718         * configure: Regenerate.
2720 2014-12-13  Jakub Jelinek  <jakub@redhat.com>
2722         PR bootstrap/64023
2723         * Makefile.tpl (EXTRA_TARGET_FLAGS): Set STAGE1_LDFLAGS
2724         to POSTSTAGE1_LDFLAGS and STAGE1_LIBS to POSTSTAGE1_LIBS.
2725         Add -B to libstdc++-v3/src/.libs and libstdc++-v3/libsupc++/.libs
2726         to CXX.
2727         * Makefile.in: Regenerated.
2729 2014-12-09  Laurynas Biveinis  <laurynas.biveinis@gmail.com>
2730             Yury Gribov  <y.gribov@samsung.com>
2732         * .gitignore: Added .local.vimrc and .lvimrc.
2733         * Makefile.tpl (vimrc, .lvimrc, .local.vimrc): New targets.
2734         * Makefile.in: Regenerate.
2736 2014-12-04  Jack Howarth  <howarth@bromo.med.uc.edu>
2738         * config/isl.m4: Don't pass -DCLOOG_INT_GMP on islinc.
2739         * configure: Regenerated.
2741 2014-11-27  Bernd Schmidt  <bernds@codesourcery.com>
2743         * MAINTAINERS (nvptx port): New entry.
2745 2014-11-26  Jan-benedict Glaw  <jbglaw@lug-owl.de>
2747         * configure: Regenerate.
2749 2014-11-26  Jan-Benedict Glaw  <jbglaw@lug-owl.de>
2751         * configure.ac: Merge with Binutils.
2753 2014-11-26  Tobias Burnus  <burnus@net-b.de>
2755         * Makefile.def: Make more dependent on mpfr, mpc and isl.
2756         * Makefile.in: Regenerate.
2758 2014-11-24  Bernd Edlinger  <bernd.edlinger@hotmail.de>
2760         * Makefile.def (module=gmp): Work around in-tree gmp configure bug with
2761         missing flex.
2762         * Makefile.in: Regenerated.
2764 2014-11-21  Ilya Verbin  <ilya.verbin@intel.com>
2766         * Makefile.in: Regenerate.
2768 2014-11-21  Markus Trippelsdorf  <markus@trippelsdorf.de>
2770         PR bootstrap/63784
2771         * libtool.m4: Add $pic_flag with -shared.
2773 2014-11-21  Renlin Li  <Renlin.Li@arm.com>
2775         * MAINTAINERS (Write After Approval): Added myself.
2777 2014-11-21  Alex Velenko  <Alex.Velenko@arm.com>
2779         * MAINTAINERS (write-after-approval): Add myself.
2781 2014-11-19  Maxim Kuvyrkov  <maxim.kuvyrkov@linaro.org>
2783         * MAINTAINERS (OS Port Maintainers): Add overdue maintainership note
2784         from 2 years ago.
2786 2014-11-19  Alex Velenko  <Alex.Velenko@arm.com>
2788         Revert:
2789         2014-11-19  Alex Velenko  <Alex.Velenko@arm.com>
2791         * MAINTAINERS (Write After Approval): Added myself as line map
2792         maintainer.
2794 2014-11-19  Renlin Li  <Renlin.Li@arm.com>
2796         Revert:
2797         2014-11-19  Renlin Li  <Renlin.Li@arm.com>
2799         * MAINTAINERS (Write After Approval): Added myself.
2801 2014-11-19  Renlin Li  <Renlin.Li@arm.com>
2803         * MAINTAINERS (Write After Approval): Added myself.
2805 2014-11-19  Alex Velenko  <Alex.Velenko@arm.com>
2807         * MAINTAINERS (Write After Approval): Added myself as line map
2808         maintainer.
2810 2014-11-17  Dodji Seketeli  <dodji@redhat.com>
2812         * MAINTAINERS (Various Maintainers): Added myself as line map
2813         maintainer.
2815 2014-11-16  Jan-Benedict Glaw  <jbglaw@lug-owl.de>
2817         * move-if-change: Sync from upstream gnulib.
2819 2014-11-16  Jan-Benedict Glaw  <jbglaw@lug-owl.de>
2821         * compile: Sync with upstream Automake.
2822         * depcomp: Ditto.
2823         * install-sh: Ditto.
2824         * missing: Ditto.
2825         * mkinstalldirs: Ditto.
2826         * ylwrap: Ditto.
2828 2014-11-16  Jan-Benedict Glaw  <jbglaw@lug-owl.de>
2830         * config.sub: Update from upstream config repo.
2831         * config.guess: Ditto.
2833 2014-11-13  Kirill Yukhin  <kirill.yukhin@intel.com>
2835         * Makefile.def: Add liboffloadmic to target_modules.  Make
2836         liboffloadmic depend on libgomp's configure, libstdc++ and libgcc.
2837         * Makefile.in: Regenerate.
2838         * configure: Regenerate.
2839         * configure.ac: Add liboffloadmic to target binaries.
2840         Restrict liboffloadmic for POSIX and i*86, and x86_64 architectures.
2841         Add liboffloadmic to noconfig list when C++ is not supported.
2843 2014-11-13  Bernd Schmidt  <bernds@codesourcery.com>
2844             Thomas Schwinge  <thomas@codesourcery.com>
2845             Ilya Verbin  <ilya.verbin@intel.com>
2846             Andrey Turetskiy  <andrey.turetskiy@intel.com>
2848         * configure: Regenerate.
2849         * configure.ac (--enable-as-accelerator-for)
2850         (--enable-offload-targets): New configure options.
2852 2014-11-11  Tobias Burnus  <burnus@net-b.de>
2854         * Makefile.def: Make all-gcc depend on all-isl.
2855         * Makefile.in: Regenerate.
2857 2014-11-11  David Malcolm  <dmalcolm@redhat.com>
2859         * ChangeLog.jit: New.
2860         * MAINTAINERS (Various Maintainers): Add myself as jit maintainer.
2862 2014-11-11  Francois-Xavier Coudert  <fxcoudert@gcc.gnu.org>
2864         PR target/63610
2865         * libtool.m4: Fix globbing of darwin versions.
2866         * configure: Regenerate.
2868 2014-11-11  Tobias Burnus  <burnus@net-b.de>
2870         * Makefile.def: Remove CLooG.
2871         * Makefile.tpl: Ditto.
2872         * configure.ac: Ditto.
2873         * configure: Regenerate.
2874         * Makefile.in: Ditto.
2876 2014-11-06  Bernd Schmidt  <bernds@codesourcery.com>
2878         * configure.ac: Handle nvptx-*-*.
2879         * configure: Regenerate.
2881 2014-11-06  Prachi Godbole  <prachi.godbole@imgtec.com>
2883         * MAINTAINERS (Write After Approval): Add myself.
2885 2014-10-31  Jakub Jelinek  <jakub@redhat.com>
2887         * Makefile.def (libcc1): Remove bootstrap=true;.
2888         * Makefile.in: Regenerated.
2890 2014-10-31  Jan-Benedict Glaw  <jbglaw@lug-owl.de>
2892         * configure.ac: Update comment.
2893         * configure: Regenerate.
2895 2014-10-31  Ilya Enkovich  <ilya.enkovich@intel.com>
2897         * MAINTAINERS (Write After Approval): Add myself.
2899 2014-10-30  Thomas Schwinge  <thomas@codesourcery.com>
2901         * configure.ac (extra_host_libiberty_configure_flags): Add
2902         --enable-shared also for libcc1's benefit.
2903         * configure: Regenerate.
2905 2014-10-29  Tristan Gingold  <gingold@adacore.com>
2907         * MAINTAINERS: Change my email address.
2909 2014-10-27  Phil Muldoon  <pmuldoon@redhat.com>
2910             Tom Tromey  <tromey@redhat.com>
2912         * Makefile.def: Add libcc1 to host_modules.
2913         * configure.ac (host_tools): Add libcc1.
2914         * Makefile.in, configure: Rebuild.
2916 2014-10-24  Hans-Peter Nilsson  <hp@axis.com>
2918         * configure.ac (build_configargs): Don't share config.cache between
2919         build subdirs.
2920         * configure: Regenerate.
2922 2014-10-24  Daniel Hellstrom  <daniel@gaisler.com>
2924         * config.gcc (sparc*-*-*): Accept mcpu=leon3v7 processor.
2925         * doc/invoke.texi (SPARC options): Add mcpu=leon3v7 comment.
2926         * config/sparc/leon.md (leon3_load, leon_store, leon_fp_*): Handle
2927         leon3v7 as leon3.
2928         * config/sparc/sparc-opts.h (enum processor_type): Add LEON3V7.
2929         * config/sparc/sparc.c (sparc_option_override): Add leon3v7 support.
2930         * config/sparc/sparc.h (TARGET_CPU_leon3v7): New define.
2931         * config/sparc/sparc.md (cpu): Add leon3v7.
2932         * config/sparc/sparc.opt (enum processor_type): Add leon3v7.
2934 2014-10-24  Daniel Hellstrom  <daniel@gaisler.com>
2936         * MAINTAINERS (write-after-approval): Add myself.
2938 2014-10-23  Ian Lance Taylor  <iant@google.com>
2940         * configure.ac: Disable the Go frontend on systems where it is known
2941         to not work.
2942         * configure: Regenerate.
2944 2014-10-23  Richard Biener  <rguenther@suse.de>
2946         * Makefile.def: Add libcpp build module and dependencies.
2947         * configure.ac: Add libcpp build module.
2948         * Makefile.in: Regenerate.
2949         * configure: Likewise.
2951 2014-10-15  Max Filippov  <jcmvbkbc@gmail.com>
2953         * MAINTAINERS (write-after-approval): Add myself.
2955 2014-10-12  Manuel López-Ibáñez <manu@gcc.gnu.org>
2957         * INSTALL/README: Do not mention CVS.
2959 2014-10-03  Jing Yu  <jingyu@google.com>
2961         * configure.ac: Add aarch64 to list of targets that support gold.
2962         * configure: Regenerate.
2964 2014-09-29  François Dumont  <fdumont@gcc.gnu.org>
2966         * MAINTAINERS:  Add myself as libstdc++ special modes maintainer.
2968 2014-09-29  Catherine Moore  <clm@codesourcery.com>
2970         * MAINTAINERS:  Add myself as MIPS maintainer.
2972 2014-09-28  Matthew Fortune  <matthew.fortune@imgtec.com>
2974         * MAINTAINERS: Move myself to MIPS maintainers.
2976 2014-09-23  Jan-Benedict Glaw  <jbglaw@lug-owl.de>
2978         * MAINTAINERS: Put all email addresses between '<' and '>'.
2980 2014-09-13  Francois-Xavier Coudert  <fxcoudert@gcc.gnu.org>
2982         * MAINTAINERS: Move myself to reviewers (Fortran).
2984 2014-09-01  Andi Kleen  <ak@linux.intel.com>
2986         * Makefile.tpl (POSTSTAGE1_HOST_EXPORTS): Add LTO_EXPORTS.
2987         POSTSTAGE1_FLAGS_TO_PASS):  Add LTO_FLAGS_TO_PASS.
2988         * Makefile.in: Regenerate.
2990 2014-08-28  David Malcolm  <dmalcolm@redhat.com>
2992         * rtx-classes-status.txt: Delete
2994 2014-08-28  David Malcolm  <dmalcolm@redhat.com>
2996         * rtx-classes-status.txt (TODO): NEXT_INSN/PREV_INSN are done.
2998 2014-08-27  Sebastian Pop  <s.pop@samsung.com>
3000         * config/isl.m4 (_ISL_CHECK_CT_PROG): Removed.
3001         (ISL_CHECK_VERSION): Check for functionality added to ISL 0.12 instead
3002         of checking for version number.
3003         * configure: Regenerated.
3004         * configure.ac (ISL_CHECK_VERSION): Do not use ISL version number.
3006 2014-08-27  David Malcolm  <dmalcolm@redhat.com>
3008         * rtx-classes-status.txt: Phase 5 (additional rtx_def subclasses)
3009         is done; begin phase 6 (use extra rtx_def subclasses).
3011 2014-08-27  David Malcolm  <dmalcolm@redhat.com>
3013         * rtx-classes-status.txt: Phase 4 (removal of "scaffolding") is
3014         done; begin phase 5 (additional rtx_def subclasses).
3016 2014-08-26  David Malcolm  <dmalcolm@redhat.com>
3018         * rtx-classes-status.txt (TODO): DF_REF_INSN is done.
3020 2014-08-26  David Malcolm  <dmalcolm@redhat.com>
3022         * rtx-classes-status.txt (TODO): SET_BB_HEAD, SET_BB_END,
3023         SET_BB_HEADER are done.
3025 2014-08-26  David Malcolm  <dmalcolm@redhat.com>
3027         * rtx-classes-status.txt (TODO): SET_DEP_PRO and SET_DEP_CON are
3028         done.
3030 2014-08-26  David Malcolm  <dmalcolm@redhat.com>
3032         * rtx-classes-status.txt (TODO): Remove SET_VINSN_INSN_RTX.
3034 2014-08-26  David Malcolm  <dmalcolm@redhat.com>
3036         * rtx-classes-status.txt (TODO): Remove SET_BND_TO.
3038 2014-08-25  David Malcolm  <dmalcolm@redhat.com>
3040         * rtx-classes-status.txt (TODO): Remove SET_BB_NOTE_LIST.
3042 2014-08-25  David Malcolm  <dmalcolm@redhat.com>
3044         * rtx-classes-status.txt (TODO): Remove SET_BB_FOOTER.
3046 2014-08-25  David Malcolm  <dmalcolm@redhat.com>
3048         * rtx-classes-status.txt: Phase 3 (per-file commits within
3049         "config" subdirs) is done; begin phase 4 (removal of
3050         "scaffolding").
3052 2014-08-23  David Malcolm  <dmalcolm@redhat.com>
3054         * rtx-classes-status.txt: Phase 2 (per-file commits in main source
3055         dir) is done; begin phase 3 (per-file commits within "config"
3056         subdirs).
3058 2014-08-21  David Malcolm  <dmalcolm@redhat.com>
3060         * rtx-classes-status.txt: Phase 1 ("scaffolding") is done; begin
3061         phase 2 (per-file commits in main source dir).
3063 2014-08-21  Bin Cheng  <bin.cheng@arm.com>
3065         * configure: Regenerated.
3067 2014-08-19  David Malcolm  <dmalcolm@redhat.com>
3069         * rtx-classes-status.txt (TODO): Add SET_BND_TO
3071 2014-08-19  David Malcolm  <dmalcolm@redhat.com>
3073         * rtx-classes-status.txt (TODO): Add SET_BB_NOTE_LIST.
3075 2014-08-19  David Malcolm  <dmalcolm@redhat.com>
3077         * rtx-classes-status.txt (TODO): Add SET_VINSN_INSN_RTX.
3079 2014-08-19  David Malcolm  <dmalcolm@redhat.com>
3081         * rtx-classes-status.txt (TODO): Add SET_DEP_PRO, SET_DEP_CON.
3083 2014-08-19  David Malcolm  <dmalcolm@redhat.com>
3085         * rtx-classes-status.txt (TODO): Add DF_REF_INSN.
3087 2014-08-19  Joost VandeVondele <vondele@gcc.gnu.org>
3089         * MAINTAINERS (Write After Approval): Add myself.
3091 2014-08-19  Christopher Faylor  <me.gnu@cgf.cx>
3093         * MAINTAINERS: Remove myself
3095 2014-08-19  David Malcolm  <dmalcolm@redhat.com>
3097         * rtx-classes-status.txt: Add SET_NEXT_INSN, SET_PREV_INSN.
3099 2014-08-18  Patrick Palka  <ppalka@gcc.gnu.org>
3101         * MAINTAINERS (Write After Approval): Add myself.
3103 2014-08-18  David Malcolm  <dmalcolm@redhat.com>
3105         * rtx-classes-status.txt (TODO): Add SET_BB_HEAD, SET_BB_END,
3106         SET_BB_HEADER, SET_BB_FOOTER
3108 2014-08-18  David Malcolm  <dmalcolm@redhat.com>
3110         * rtx-classes-status.txt: New file
3112 2014-08-18 Roman Gareev  <gareevroman@gmail.com>
3114         * configure.ac: Eliminate ClooG installation dependency.
3115         * configure: Regenerate.
3116         * Makefile.tpl: Add definition of ISLLIBS and HOST_ISLLIBS.
3117         * Makefile.in: Regenerate.
3119 2014-08-15  Ilya Verbin  <iverbin@gmail.com>
3121         * MAINTAINERS (Write After Approval): Add myself.
3123 2014-08-15  Ilya Tocar  <tocarip@gmail.com>
3125         * MAINTAINERS (Write After Approval): Add myself.
3127 2014-08-01  Jiong Wang  <jiong.wang@arm.com>
3129         * MAINTAINERS (Write After Approval): Add myself.
3131 2014-07-28  Anthony Green  <green@moxielogic.com>
3133         Import from savannah.gnu.org:
3134         * config.sub: Update to 2014-07-28 version.
3136 2014-07-27  Richard Sandiford  <rdsandiford@googlemail.com>
3138         * MAINTAINERS: Remove my MIPS maintainer entry.
3140 2014-07-26  Uros Bizjak  <ubizjak@gmail.com>
3142         PR target/47230
3143         * configure.ac (alpha*-*-linux*): Use mh-alpha-linux.
3144         * configure: Regenerate.
3146 2014-07-24  James Norris  <jnorris@codesourcery.com>
3148         * MAINTAINERS (Write After Approval): Add myself.
3150 2014-07-20  Roman Gareev  <gareevroman@gmail.com>
3152         * configure.ac: Accept only CLooG 0.18.1.
3153         * configure: Regenerate.
3155 2014-07-17  Roman Gareev  <gareevroman@gmail.com>
3157         * configure.ac: Don't accept isl 0.11.
3158         * configure: Regenerate.
3160 2014-07-16  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
3162         * MAINTAINERS (Write After Approval): Add myself.
3164 2014-07-05  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
3166         * configure.ac: Don't accept isl 0.10.
3167         * configure: Regenerate.
3169 2014-06-23  Bernd Edlinger  <bernd.edlinger@hotmail.de>
3171         Fix include path for in-tree cloog.
3172         * config/cloog.m4 (CLOOG_INIT_FLAGS): Remove bogus include path.
3173         * configure: Regenerate.
3175 2014-06-18  Richard Henderson  <rth@redhat.com>
3177         * .gitignore: Import gcc_update output.
3179 2014-06-13  Thomas Schwinge  <thomas@codesourcery.com>
3181         * config-ml.in: Robustify ac_configure_args parsing.
3183         * configure.ac (--enable-linker-plugin-configure-flags)
3184         (--enable-linker-plugin-flags): New flags.
3185         (configdirs): Conditionally add libiberty-linker-plugin.
3186         * configure: Regenerate.
3187         * Makefile.def (host_modules): Add libiberty-linker-plugin.
3188         (host_modules) <lto-plugin>: Pay attention to
3189         @extra_linker_plugin_flags@ and
3190         @extra_linker_plugin_configure_flags@.
3191         (all-lto-plugin): Also depend on all-libiberty-linker-plugin.
3192         * Makefile.in: Regenerate.
3194         * Makefile.tpl (configure-[+prefix+][+module+])
3195         (configure-stage[+id+]-[+prefix+][+module+]): If specified, use
3196         "module_srcdir" instead of "module" for locating a module's srcdir.
3197         * Makefile.in: Regenerate.
3199 2014-06-10  Matthew Fortune  <matthew.fortune@imgtec.com>
3201         * MAINTAINERS (Write After Approval): Add myself.
3203 2014-06-06  Sebastian Pop  <sebpop@gmail.com>
3205         * MAINTAINERS: Update my email address.
3207 2014-06-04  Thomas Preud'homme  <thomas.preudhomme@arm.com>
3209         * MAINTAINERS (Write After Approval): Add myself.
3211 2014-06-03  Andrew Bennett  <andrew.bennett@imgtec.com>
3213         * MAINTAINERS (Write After Approval): Add myself.
3215 2014-05-30  Jonathan Wakely  <jwakely@redhat.com>
3217         PR libstdc++/61011
3218         * configure.ac (--disable-libstdcxx): Set noconfigdirs correctly.
3219         Disable libcilkrts, libitm, libsanitizer when not building libstdc++.
3220         * configure: Regenerate.
3222 2014-05-28  Pedro Alves  <palves@redhat.com>
3224         * MAINTAINERS (Write After Approval): Add myself.
3226 2014-05-22  Maxim Kuvyrkov  <maxim.kuvyrkov@linaro.org>
3228         * MAINTAINERS: Update my affiliation/email.
3230 2014-05-19  Mike Stump  <mikestump@comcast.net>
3232         * MAINTAINERS: Add wide-int reviewers.
3234 2014-05-14  Sandra Loosemore  <sandra@codesourcery.com>
3236         * configure.ac (target_makefile_frag): Set for nios2-*-elf*.
3237         * configure: Regenerated.
3239 2014-05-15  Torvald Riegel  <triegel@redhat.com>
3241         * MAINTAINERS (libitm): Add myself as maintainer.
3243 2014-05-07  Charles Baylis  <charles.baylis@linaro.org>
3245         * MAINTAINERS (Write After Approval): Add myself.
3247 2014-05-01  Richard Sandiford  <rdsandiford@googlemail.com>
3249         * config.sub, config.guess: Import from upstream.
3251 2014-04-29  Alan Lawrence  <alan.lawrence@arm.com>
3253         * MAINTAINERS (Write After Approval): Put myself in correct order.
3255 2014-04-29  Alan Lawrence  <alan.lawrence@arm.com>
3257         * MAINTAINERS (Write After Approval): Add myself.
3259 2014-04-24  Laurynas Biveinis  <laurynas.biveinis@gmail.com>
3261         * MAINTAINERS: Move myself from Reviewers to Write After Approval
3262         section.
3264 2014-04-21 Rafael Ávila de Espíndola <rafael.espindola@gmail.com>
3266         * MAINTAINERS (Write After Approval): Delete myself.
3268 2014-04-17  Jakub Jelinek  <jakub@redhat.com>
3270         PR sanitizer/56781
3271         * libtool-ldflags: Also prefix -static-lib*, -shared-lib*
3272         and -B* options with -Xcompiler.
3274 2014-04-04  Eric Botcazou  <ebotcazou@adacore.com>
3276         PR bootstrap/60620
3277         * Makefile.def (dependencies): Make gnattools depend on libstdc++-v3.
3278         * Makefile.in: Regenerate.
3280 2014-03-28  Yaakov Selkowitz  <yselkowitz@users.sourceforge.net>
3282         * Makefile.def (dependencies): Make all-ld depend on all-binutils
3283         for WINDRES_FOR_TARGET in default-manifest.o rule.
3284         * Makefile.in: Regenerate.
3286 2014-03-26  Dominique d'Humieres <dominiq@lps.ens.fr>
3288         * MAINTAINERS (Write After Approval): Add myself.
3290 2014-03-26  Jakub Jelinek  <jakub@redhat.com>
3292         PR sanitizer/56781
3293         * Makefile.def: Set bootstrap=true; for host fixincludes.
3294         * configure.ac: Don't bootstrap host fixincludes unless
3295         --with-build-config=bootstrap-{a,ub}san.
3296         * Makefile.in: Regenerated.
3297         * configure: Regenerated.
3299 2014-03-21  Jakub Jelinek  <jakub@redhat.com>
3301         * configure.ac: Move BUILD_CONFIG set up earlier.  Add
3302         --enable-vtable-verify option parsing.  Don't add
3303         target-libsanitizer to bootstrap_target_libs unless
3304         --with-build-config=bootstrap-asan or
3305         --with-build-config=bootstrap-ubsan.  Don't add target-libvtv
3306         to bootstrap_target_libs unless --enable-vtable-verify.
3307         * configure: Regenerated.
3309 2014-03-10  Anatoly Sokolov <aesok@post.ru>
3311         * MAINTAINERS (Write After Approval): Add myself.
3313 2014-03-07  Denis Chertykov  <chertykov@gmail.com>
3315         * MAINTAINERS: Remove avr maintainers: Anatoly Sokolov and Eric Weddington
3317 2014-03-07  Jakub Jelinek  <jakub@redhat.com>
3319         PR bootstrap/58572
3320         * Makefile.tpl (POSTSTAGE1_CXX_EXPORT): Use -isystem instead of
3321         -I for libstdc++-v3 includes if $(LEAN).
3322         * Makefile.in: Regenerated.
3324 2014-03-04  Jonathan Wakely  <jwakely@redhat.com>
3326         * MAINTAINERS: Update my email address.
3328 2014-02-24  Walter Lee  <walt@tilera.com>
3330         * configure.ac (tilepro-*-*) Change to tilepro*-*-*.
3331         (tilegx-*-*): Change to tilegx*-*-*.
3332         * configure: Regenerate.
3334 2014-02-17  Loren J. Rittle  <ljrittle@acm.org>
3336         * MAINTAINERS (Various Maintainers: c++ runtime libs): Remove myself.
3338 2014-02-17  Kugan Vivekanandarajah  <kuganv@linaro.org>
3340         * MAINTAINERS (Write After Approval): Add myself.
3342 2014-02-04  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
3344         PR target/59788
3345         * ltmain.sh (opt_duplicate_compiler_generated_deps): Enable on
3346         *solaris2*.
3348 2014-01-21  John David Anglin  <danglin@gcc.gnu.org>
3350         * MAINTAINERS: Update my email address.
3352 2014-01-20  Gerald Pfeifer  <gerald@pfeifer.com>
3354         * MAINTAINERS: Convert to UTF-8.
3355         Properly sort Xinliang David Li's entry.
3357 2013-12-31  Chung-Lin Tang  <cltang@codesourcery.com>
3358             Sandra Loosemore  <sandra@codesourcery.com>
3360         * MAINTAINERS: Add Sandra Loosemore and Chung-Lin Tang as
3361         nios2 port maintainers.
3363 2013-12-16  Markus Trippelsdorf  <markus@trippelsdorf.de>
3365         * MAINTAINERS (Write After Approval): Add myself.
3367 2013-12-13  Francois-Xavier Coudert  <fxcoudert@gcc.gnu.org>
3369         * configure.ac: Add user-friendly check for native x86_64-linux
3370         multilibs.
3371         * configure: Regenerate.
3373 2013-12-06  Oleg Endo  <olegendo@gcc.gnu.org>
3375         * MAINTAINERS: Add myself as sh maintainer.
3377 2013-12-03  Bill Schmidt  <wschmidt@linux.vnet.ibm.com>
3379         * MAINTAINERS: Add self as SLSR maintainer.
3381 2013-11-18  Jan Hubicka  <hubicka@ucw.cz>
3383         * MAINTAINERS: Update my email address.
3385 2013-11-15  David Edelsohn  <dje.gcc@gmail.com>
3387         * MAINTAINERS (Global Reviewers, c++): Remove Mark Mitchell.
3389 2013-11-07  Thomas Schwinge  <thomas@codesourcery.com>
3391         * Makefile.in: Regenerate.
3393         * Makefile.tpl: Fix typo.
3394         * Makefile.in: Regenerate partially.
3396 2013-11-04  Balaji V. Iyer  <balaji.v.iyer@intel.com>
3398         * configure.ac: Added libcilkrts to noconfig list when C++ is not
3399         supported.
3400         * configure: Regenerated.
3402 2013-11-01  Trevor Saunders  <tsaunders@mozilla.com>
3404         * MAINTAINERS (Write After Approval): Add myself.
3406 2013-10-30  Jason Merrill  <jason@redhat.com>
3408         * Makefile.tpl (STAGE1_CONFIGURE_FLAGS): Pass
3409         --disable-build-format-warnings.
3411 2013-10-29  Balaji V. Iyer  <balaji.v.iyer@intel.com>
3413         * Makefile.def: Add libcilkrts to target_modules.  Make libcilkrts
3414         depend on libstdc++ and libgcc.
3415         * configure: Regenerate.
3416         * configure.ac: Added libcilkrts to target binaries.  Also, restrict
3417         libcilkrts for POSIX and i*86, and x86_64 architectures.
3418         * Makefile.in: Added libcilkrts related fields to support building it.
3420 2013-10-26  Jeff Law  <law@redhat.com>
3422         * Makefile.def (target_modules): Remove libmudflap
3423         (languages): Remove check-target-libmudflap).
3424         * Makefile.in: Rebuilt.
3425         * Makefile.tpl (check-target-libmudflap-c++): Remove.
3426         * configure.ac (target_libraries): Remove target-libmudflap.
3427         Remove checks which disabled libmudflap on some systems.
3428         * configure: Rebuilt.
3429         * libmudflap: Directory removed.
3431 2013-10-21  Cong Hou  <congh@google.com>
3433         * MAINTAINERS (Write After Approval): Add myself.
3435 2013-10-16  Mike Stump  <mikestump@comcast.net>
3437         * .dir-locals.el: Add.
3439 2013-10-15  David Malcolm  <dmalcolm@redhat.com>
3441         * configure.ac: Add --enable-host-shared
3442         * configure: Regenerate.
3444 2013-01-10  Joern Rennecke  <joern.rennecke@embecosm.com>
3446         Import from savannah.gnu.org:
3447         * config.guess: Update to 2013-06-10 version.
3448         * config.sub: Update to 2013-10-01 version.
3450 2013-10-01  Simon Cook  <simon.cook@embecosm.com>
3452         Changes to build configuration to allow big endian ARC ELF toolchain
3453         * configure.ac: Also add target-libgloss to noconfigdirs for arceb-*-*.
3454         * configure: Regenerate.
3456 2013-09-20  Alan Modra  <amodra@gmail.com>
3458         * libtool.m4 (_LT_ENABLE_LOCK <ld -m flags>): Remove non-canonical
3459         ppc host match.  Support little-endian powerpc linux hosts.
3461 2013-09-19  Dodji Seketeli  <dodji@redhat.com>
3463         * MAINTAINERS (diagnostic messages): Add myself as diagnostics
3464         maintainer.
3466 2013-09-12  DJ Delorie  <dj@redhat.com>
3468         * MAINTAINERS: Add Nick Clifton and DJ Delorie as msp430
3469         maintainers.
3471 2013-09-03  Richard Biener  <rguenther@suse.de>
3473         * configure.ac: Also allow ISL 0.12.
3474         * configure: Regenerated.
3476 2013-08-30  Bernd Edlinger  <bernd.edlinger@hotmail.de>
3478         * MAINTAINERS (Write After Approval): Add myself.
3480 2013-08-27  David Malcolm  <dmalcolm@redhat.com>
3482         * MAINTAINERS (gdbhooks.py): Add myself as maintainer.
3484 2013-08-26  Caroline Tice  <cmtice@google.com>
3486         * MAINTAINERS:  Correct earliers update:  Move myself from libvtv
3487         "Various Reviewers" to libvtv "Various Maintainers".
3489 2013-08-20  Steven Bosscher  <steven@gcc.gnu.org>
3491         * MAINTAINERS: Add myself as RTL optimizers reviewer.
3493 2013-08-19  Benjamin De Kosnik  <bkoz@gnu.org>
3495         * MAINTAINERS: Update name, email.
3497 2013-08-13  Adam Butcher  <adam@jessamine.co.uk>
3499         * MAINTAINERS (Write After Approval): Add myself.
3501 2013-08-12  Caroline Tice  <cmtice@google.com>
3503         * MAINTAINERS: Add myself as libvtv maintainer. Correct my email
3504         address in the Write After Approval section.
3506 2013-08-09  Carlos O'Donell  <carlos@redhat.com>
3508         * MAINTAINERS (Write After Approval): Update email.
3510 2013-08-08  Benjamin Kosnik  <bkoz@redhat.com>
3512         * configure.ac: Adjust to check VTV_SUPPORTED.
3513         * configure: Regenerated.
3515 2013-08-02  Caroline Tice  <cmtice@google.com>
3517         * configure.ac: Add target-libvtv to target_libraries; disable libvtv
3518         on non-linux systems; add target-libvtv to noconfigdirs; add
3519         libsupc++/.libs to C++ library search paths.
3520         * configure: Regenerated.
3521         * Makefile.def: Add libvtv to target_modules; make libvtv depend on
3522         libstdc++ and libgcc.
3523         * Makefile.in: Regenerated.
3525 2013-07-19  Yvan Roux  <yvan.roux@linaro.org>
3527         * MAINTAINERS (Write After Approval): Add myself.
3529 2013-07-19  Chung-Ju Wu  <jasonwucj@gmail.com>
3530             Shiva Chen  <shiva0217@gmail.com>
3532         * MAINTAINERS (nds32 port): Add Chung-Ju Wu and Shiva Chen as
3533         nds32 port maintainers.
3535 2013-07-17  Tim Shen  <timshen91@gmail.com>
3537         * MAINTAINERS (Write After Approval): Add myself.
3539 2013-07-16  Jan-Benedict Glaw  <jbglaw@lug-owl.de>
3541         * configure.ac: Sync from binutils.
3542         * configure: Regenerate.
3544 2013-06-14  Vidya Praveen  <vidyapraveen@arm.com>
3546         * MAINTAINERS (Write After Approval): Add myself.
3548 2013-06-01  Dinar Temirbulatov  <dinar@kugelworks.com>
3550         * MAINTAINERS (Write After Approval): Add myself.
3552 2013-05-17  David Malcolm  <dmalcolm@redhat.com>
3554         * MAINTAINERS (Write After Approval): Add myself.
3556 2013-04-30  Brooks Moses  <bmoses@google.com>
3558         * MAINTAINERS: Update my email; move myself from Fortran
3559         reviewer to Write After Approval.
3561 2013-04-16  Andreas Schwab  <schwab@suse.de>
3563         * configure.ac (aarch64-*-*): Don't disable java.
3564         * configure: Regenerate.
3566 2013-04-10  Chung-Ju Wu  <jasonwucj@gmail.com>
3568         * MAINTAINERS (Write After Approval): Add myself.
3570 2013-03-30  Matthias Klose  <doko@ubuntu.com>
3572         * Makefile.def (target_modules): Don't install libffi.
3573         * Makefile.in: Regenerate.
3575 2013-02-24  Tilo Schwarz  <tilo@tilo-schwarz.de>
3577         * MAINTAINERS (Write After Approval): Add myself.
3579 2013-02-20  Andrew Sutton  <andrew.n.sutton@gmail.com>
3581         * MAINTAINERS (Write After Approval): Add myself.
3583 2013-02-15  Yufeng Zhang  <yufeng.zhang@arm.com>
3585         * configure.ac: Set libgloss_dir for the aarch64*-*-* targets.
3586         * configure: Regenerated.
3588 2013-02-05  Ian Lance Taylor  <iant@google.com>
3590         PR go/55969
3591         * configure.ac: Disable libgo on some systems where it does not
3592         work.
3594 2013-02-04  David Edelsohn  <dje.gcc@gmail.com>
3596         * MAINTAINERS: Explicitly add myself as AIX maintainer.
3597         Remove Geoff Keating as rs6000 port maintainer, at his request.
3599 2013-01-24  Maxim Kuvyrkov  <maxim@kugelworks.com>
3601         * MAINTAINERS: Update my email.
3603 2013-01-23  Shenghou Ma  <minux.ma@gmail.com>
3605         * configure: Re-generate.
3607 2013-01-15  Richard Biener  <rguenther@suse.de>
3609         PR other/55973
3610         * configure: Re-generate.
3612 2013-01-14  Matthias Klose  <doko@ubuntu.com>
3614         * Makefile.def (install-target-libsanitizer): Depend on
3615         install-target-libstdc++-v3.
3616         * Makefile.in: Regenerate.
3618 2013-01-14  Richard Biener  <rguenther@suse.de>
3620         * configure.ac (cloog/isl): Also allow ISL 0.11.x and CLooG 0.18.0.
3621         * configure: Re-generate
3623 2013-01-11  Jan-Benedict Glaw  <jbglaw@lug-owl.de>
3625         * config.sub: Update from config repo.
3627 2013-01-11  Eric Botcazou  <ebotcazou@adacore.com>
3629         * Makefile.tpl (BOOT_ADAFLAGS): Remove -gnata.
3630         * Makefile.in: Regenerate.
3632 2013-01-10  Joern Rennecke  <joern.rennecke@embecosm.com>
3634         * MAINTAINERS (arc): Add new port maintainership for myself.
3636 2013-01-09  Jason Merrill  <jason@redhat.com>
3638         * .gitignore: Import from gdb repository.
3640 2013-01-09  H.J. Lu  <hongjiu.lu@intel.com>
3642         * Makefile.def (configure-gcc): Depend on all-gmp.
3643         (all-gcc): Remove dependency on all-gmp.
3644         * Makefile.in: Regenerated.
3646 2013-01-08  Jan-Benedict Glaw  <jbglaw@lug-owl.de>
3648         * config.sub: Merge from config repo.
3649         * config.guess: Ditto.
3651 2013-01-08  Jan-Benedict Glaw  <jbglaw@lug-owl.de>
3653         * Makefile.def: Merge from binutils.
3654         * Makefile.in: Ditto.
3656 2013-01-01  Maxim Kuvyrkov  <maxim.kuvyrkov@gmail.com>
3658         * MAINTAINERS: Update my email.
3660 2012-12-29  Ben Elliston  <bje@gnu.org>
3662         * config.guess: Update to 2012-12-29 version.
3663         * config.sub: Likewise.
3665 2012-12-20  Matthias Klose  <doko@ubuntu.com>
3667         * Makefile.def (install-target-libgfortran): Depend on
3668         install-target-libquadmath, install-target-libgcc.
3669         (install-target-libsanitizer): Depend on install-target-libgcc.
3670         (install-target-libjava): Depend on install-target-libgcc.
3671         (install-target-libitm): Depend on install-target-libgcc.
3672         (install-target-libobjc): Depend on install-target-libgcc.
3673         (install-target-libstdc++-v3): Depend on install-target-libgcc.
3674         * Makefile.in: Regenerate.
3676 2012-12-19  Matthias Klose  <doko@ubuntu.com>
3678         * Makefile.def (install-target-libgo): Depend on
3679         install-target-libatomic.
3680         * Makefile.in: Regenerate.
3682 2012-12-18  Andreas Schwab  <schwab@linux-m68k.org>
3684         PR go/55201
3685         * Makefile.def (all-target-libgo): Depend on all-target-libatomic.
3686         * Makefile.in: Regenerate.
3688 2012-12-16  Thomas Schwinge  <thomas@codesourcery.com>
3690         * configure.ac (ENABLE_GOLD): Consider *-*-gnu* targets ELF.
3691         * configure: Regenerate.
3693 2012-12-12  Jan-Benedict Glaw  <jbglaw@lug-owl.de>
3695         * config.sub: Merge from config repo.
3697 2012-12-11  H.J. Lu  <hongjiu.lu@intel.com>
3699         * Makefile.def (target_modules): Add bootstrap=true and
3700         raw_cxx=true to libsanitizer.
3701         * configure.ac (bootstrap_target_libs): Add libsanitizer.
3702         * Makefile.in: Regenerated.
3703         * configure: Likewise.
3705 2012-12-01  Richard Sandiford  <rdsandiford@googlemail.com>
3707         * MAINTAINERS: Remove self as RTL optimization maintainer.
3709 2012-11-30  Kyrylo Tkachov  <kyrylo.tkachov@arm.com>
3711         * MAINTAINERS (Write After Approval): Add myself.
3713 2012-11-28  H.J. Lu  <hongjiu.lu@intel.com>
3715         * Makefile.def (target_modules): Remove bootstrap=true and
3716         raw_cxx=true from libsanitizer.
3717         * configure.ac (bootstrap_target_libs): Remove libsanitizer.
3718         * Makefile.in: Regenerated.
3719         * configure: Likewise.
3721 2012-11-28  H.J. Lu  <hongjiu.lu@intel.com>
3723         * Makefile.def (target_modules): Add bootstrap=true and
3724         raw_cxx=true to libsanitizer.
3725         * configure.ac (bootstrap_target_libs): Add libsanitizer.
3726         * Makefile.in: Regenerated.
3727         * configure: Likewise.
3729 2012-11-28  Andrew Pinski  <apinski@cavium.com>
3731         PR bootstrap/54279
3732         * configure.ac (CXX_FOR_TARGET): Change over to use xg++.
3733         * configure: Regenerate.
3734         * Makefile.tpl (POSTSTAGE1_CXX_EXPORT): Change over to use xg++.
3735         * Makefile.in: Regenerate.
3737 2012-11-27  Siddhesh Poyarekar  <siddhesh@redhat.com>
3739         * configure.ac: Disable libsanitizer if we're not building C++.
3740         * configure: Regenerate.
3742 2012-11-15  Roland McGrath  <roland@hack.frob.com>
3744         * MAINTAINERS (Write After Approval): Add myself.
3746 2012-11-15  Dmitry Vyukov  <dvyukov@google.com>
3748         * MAINTAINERS: (libsanitizer, asan.c): Add myself,
3749         Kostya Serebryany (kcc@google.com) and
3750         Jakub Jelinek (jakub@redhat.com).
3751         Rename area for Dodji Seketeli (dodji@redhat.com).
3753 2012-11-15  Dodji Seketeli  <dodji@redhat.com>
3755         * MAINTAINERS: (asan.c, related): Add myself.
3757 2012-11-14  Roland McGrath  <mcgrathr@google.com>
3759         * configure.ac (ENABLE_GOLD): Consider *-*-nacl* targets ELF.
3760         * configure: Regenerate.
3762 2012-11-13  Richard Henderson  <rth@redhat.com>
3764         * configure.ac: Move libsanitizer logic to subdirectory.
3765         * configure: Regenerate.
3767 2012-11-13  Dodji Seketeli  <dodji@redhat.com>
3769         * configure.ac: Enable libsanitizer just on x86 linux for now.
3770         * configure: Re-generate.
3772 2012-11-13  David Edelsohn  <dje.gcc@gmail.com>
3774         * configure.ac: Disable libsanitizer on AIX. Merge libquadmath
3775         sections.
3776         * configure: Regenerate.
3778 2012-11-13  Hans-Peter Nilsson  <hp@axis.com>
3780         * configure.ac: Add section for configdirs for libsanitizer.
3781         Disable for cris-*-* and mmix-*-*.
3782         * configure: Regenerate.
3784 2012-11-12  Wei Mi <wmi@google.com>
3786         * configure.ac: Add libsanitizer to target_libraries.
3787         * Makefile.def: Ditto.
3788         * configure: Regenerate.
3789         * Makefile.in: Regenerate.
3790         * libsanitizer: New directory for asan runtime.  Contains an empty
3791         tsan directory.
3793 2012-11-03  Corinna Vinschen  <corinna@vinschen.de>
3795         * configure.ac (FLAGS_FOR_TARGET,target=cygwin): Fix for building
3796         against Mingw64 w32api.
3797         * configure: Regenerate.
3799 2012-11-03  H.J. Lu  <hongjiu.lu@intel.com>
3801         * configure: Regenerated.
3803 2012-11-03  Robert Mason  <rbmj@verizon.net>
3805         * configure.ac: add --disable-libstdcxx configure option
3806         and handle defaulted state only for VxWorks, ARM-wince-pe and AVR.
3808 2012-10-30  Ganesh Gopalasubramanian  <Ganesh.Gopalasubramanian@amd.com>
3810         * MAINTAINERS (Write After Approval): Add myself.
3812 2012-10-26  James Greenhalgh  <james.greenhalgh@arm.com>
3814         * MAINTAINERS (Write After Approval): Add myself.
3816 2012-10-24  Sharad Singhai  <singhai@google.com>
3818         * MAINTAINERS (Write After Approval): Add myself.
3820 2012-10-24  Eric Christopher  <echristo@gmail.com>
3822         * MAINTAINERS: Update email address.
3824 2012-10-23  Eric Botcazou  <ebotcazou@adacore.com>
3826         PR bootstrap/54820
3827         * configure.ac (have_static_libs): Force 'no' for GCC version < 4.5.
3828         * configure: Regenerate.
3830 2012-10-23  Richard Earnshaw  <rearnsha@arm.com>
3832         * MAINTAINERS (aarch64): Add Marcus and myself.
3834 2012-10-22  Eric Botcazou  <ebotcazou@adacore.com>
3836         PR bootstrap/54820
3837         * Makefile.tpl (STAGE1_FLAGS_TO_PASS): New variable.
3838         (all-[+prefix+][+module+]): Pass stage1_args to sub-makes.
3839         (all-stage[+id+]-[+prefix+][+module+]): Likewise, if prev is false.
3840         (clean-stage[+id+]-[+prefix+][+module+]): Likewise, if prev is false.
3841         (host_modules): Set stage1_args to STAGE1_FLAGS_TO_PASS.
3842         * Makefile.in: Regenerate.
3843         * configure.ac (have_static_libs): New variable and associated check.
3844         (stage1-ldflags): Move to after stage1_libs and set to -static-libstdc++
3845         -static-libgcc if stage1_libs is empty and have_static_libs is yes.
3846         * configure: Regenerate.
3848 2012-10-10  Richard Biener  <rguenther@suse.de>
3850         * MAINTAINERS: Adjust for changed surname.
3852 2012-10-04  Lawrence Crowl  <crowl@google.com>
3854         * MAINTAINERS (Write After Approval): Add myself.
3856 2012-10-01  Cary Coutant  <ccoutant@google.com>
3858         * MAINTAINERS: Add myself as dwarf debugging code maintainer.
3860 2012-09-28  Ian Lance Taylor  <iant@google.com>
3862         * Makefile.def: Make all-target-libgo depend on
3863         all-target-libbacktrace.
3864         * Makefile.in: Rebuild.
3866 2012-09-26  Ian Lance Taylor  <iant@google.com>
3868         * Makefile.def: Make all-gcc depend on all-libbacktrace.
3869         * Makefile.in: Rebuild.
3871 2012-09-20  Walter Lee  <walt@tilera.com>
3873         * configure.ac: Add tilegx to list of targets that support gold.
3874         * configure: Regenerate.
3876 2012-09-20  Marek Polacek  <polacek@redhat.com>
3878         * MAINTAINERS (Write After Approval): Add myself.
3880 2012-09-19  Steve Ellcey  <sellcey@mips.com>
3882         * configure.ac: Add mips*-mti-elf* target.
3883         * configure: Regenerate.
3885 2012-09-17  Ian Lance Taylor  <iant@google.com>
3887         * MAINTAINERS (Various Maintainers): Add libbacktrace.
3888         * configure.ac (host_libs): Add libbacktrace.
3889         (target_libraries): Add libbacktrace.
3890         * Makefile.def (host_modules): Add libbacktrace.
3891         (target_modules): Likewise.
3892         * configure, Makefile.in: Rebuild.
3894 2012-09-14  David Edelsohn  <dje.gcc@gmail.com>
3896         PR target/38607
3897         Merge upstream change.
3898         * libtool.m4 (_LT_COMPILER_PIC): Add -fPIC to GCC and GXX for AIX.
3900         * configure.ac: Add target-libquadmath to noconfigdirs for AIX.
3901         Add libgomp*.o to compare_exclusions for AIX.
3902         * configure: Regenerate.
3904 2012-09-06  Diego Novillo  <dnovillo@google.com>
3906         * configure.ac: Bump minimum GMP version to 4.2.3.
3907         * configure: Re-generate.
3909 2012-09-05  Georg-Johann Lay  <avr@gjlay.de>
3911         PR target/54461
3912         * configure.ac (noconfigdirs,target=avr-*-*): Add target-newlib,
3913         target-libgloss if not configured --with-avrlibc=no.
3914         * configure: Regenerate.
3916 2012-09-04  Jason Merrill  <jason@redhat.com>
3918         * configure.ac: Fix --enable-languages=all.
3920 2012-09-04  Christophe Lyon  <christophe.lyon@st.com>
3922         * MAINTAINERS (Write After Approval): Add myself.
3924 2012-09-03  Richard Guenther  <rguenther@suse.de>
3926         PR bootstrap/54138
3927         * configure.ac: Re-organize ISL / CLOOG checks to allow
3928         disabling with either --without-isl or --without-cloog.
3929         * configure: Regenerated.
3931 2012-09-03  Georg-Johann Lay  <avr@gjlay.de>
3933         * configure.ac (noconfigdirs,target=avr): Add target-libquadmath.
3934         * configure: Regenerate.
3936 2012-08-27  Ulrich Drepper  <drepper@gmail.com>
3938         * MAINTAINERS: Fix my email address.
3940 2012-08-26  H.J. Lu  <hongjiu.lu@intel.com>
3942         PR binutils/4970
3943         * Makefile.def (host_modules): Rmove lib_path=.libs from bfd
3944         and opcodes.
3945         * Makefile.in: Regenerated.
3947 2012-08-26  Art Haas <ahaas@impactweather.com>
3949         * configure: Regenerate.
3951 2012-08-25  Křištof Želechovski <giecrilj@stegny.2a.pl>
3953         * INSTALL/README: Also refer to the online installation
3954         instructions.
3956 2012-08-21  Hariharan Sandanagobalane <hariharan.gcc@gmail.com>
3958         * MAINTAINERS (Write After Approval): Add myself.
3959         (Picochip port): Remove myself.
3961 2012-08-14   Diego Novillo  <dnovillo@google.com>
3963         Merge from cxx-conversion branch.
3965         * Makefile.tpl (STAGE[+id+]_CXXFLAGS): Remove
3966         POSTSTAGE1_CONFIGURE_FLAGS.
3967         * Makefile.in: Regenerate.
3968         * configure.ac (ENABLE_BUILD_WITH_CXX): Remove.  Update all users.
3969         Force C++ when bootstrapping.
3970         * configure: Regenerate.
3972 2012-07-24  Jan-Benedict Glaw  <jbglaw@lug-owl.de>
3974         * MAINTAINERS (Write After Approval): Add myself.
3976 2012-07-16  Joseph Myers  <joseph@codesourcery.com>
3978         * README: Document use of ranges of years in copyright notices.
3980 2012-07-06  Richard Guenther  <rguenther@suse.de>
3982         * Makefile.def (cloog): Pass $(HOST_GMPINC) and $(HOST_ISLINC)
3983         as CPPFLAGS, pass path to built gmp as LDFLAGS, always use
3984         --with-gmp=system.
3985         * Makefile.in: Regenerated.
3986         * configure: Likewise.
3988 2012-07-06  Richard Guenther  <rguenther@suse.de>
3990         * configure.ac (extra_isl_gmp_configure_flags): Initialize and subst.
3991         * Makefile.def (isl): Use extra_isl_gmp_configure_flags and
3992         supply V=1 as extra_make_flags.
3993         * configure: Regenerated.
3994         * Makefile.in: Likewise.
3996 2012-07-04  Tristan Gingold  <gingold@adacore.com>
3998         * configure: Regenerate.
4000 2012-07-03  Richard Guenther  <rguenther@suse.de>
4002         * Makfile.def (isl): Remove not necessary extra_exports and
4003         extra_make_flags.
4004         (cloog): Use $$CPPFLAGS instead of ${CPPFLAGS}.
4005         * Makefile.in: Regenerated.
4007 2012-07-03  Richard Guenther  <rguenther@suse.de>
4009         * Makefile.def (cloog): Add V=1 to extra_make_flags.
4010         * configure.ac: If either the ISL or the CLooG check failed
4011         do not try to build in-tree versions.
4012         * Makefile.in: Regenerated.
4013         * configure: Regenerated.
4015 2012-07-03  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
4017         * configure: Regenerate.
4019 2012-07-02  Janis Johnson  <janisjo@codesourcery.com>
4021         * MAINTAINERS (Various Maintainers): Add myself as testsuite
4022         maintainer.
4024 2012-07-02  Richard Guenther  <rguenther@suse.de>
4026         * configure: Regenerated.
4028 2012-07-02  Richard Guenther  <rguenther@suse.de>
4029         Michael Matz  <matz@suse.de>
4030         Tobias Grosser <tobias@grosser.es>
4031         Sebastian Pop <sebpop@gmail.com>
4033         * Makefile.def: Add ISL host module, remove PPL host module.
4034         Adjust ClooG host module to use the proper ISL.
4035         * Makefile.tpl: Pass ISL include flags instead of PPL ones.
4036         * configure.ac: Include config/isl.m4.  Add ISL host library,
4037         remove PPL.  Remove PPL configury, add ISL configury, adjust
4038         ClooG configury.
4039         * Makefile.in: Regenerated.
4040         * configure: Likewise.
4042 2012-07-02  Richard Guenther  <rguenther@suse.de>
4044         Merge from graphite branch
4045         2011-07-21  Tobias Grosser  <tobias@grosser.es>
4047         * configure: Regenerated.
4048         * config/cloog.m4: Remove support for CLooG-ppl and CLooG-parma,
4049         both cloog.org and legacy versions. The only supported version will
4050         be CLooG with the isl backend.
4052         2011-07-21  Tobias Grosser  <tobias@grosser.es>
4054         * configure: Regenerated.
4055         * configure.ac: Require cloog isl 0.17.0
4057         2011-07-21  Tobias Grosser  <tobias@grosser.es>
4059         * configure: Regenerated.
4060         * config/cloog.m4: Do not define CLOOG_ORG
4062 2012-06-29  Steven Bosscher  <steven@gcc.gnu.org>
4064         * configure.ac: Skip C if explicitly selected.
4065         * configure: Regenerate.
4067 2012-06-28  Christophe Lyon <christophe.lyon@st.com>
4069         * configure.ac (CFLAGS_FOR_TARGET, CXXFLAGS_FOR_TARGET): Make sure
4070         they contain -O2.
4071         * configure: Regenerate.
4073 2012-06-25  Richard Sandiford  <rdsandiford@googlemail.com>
4075         PR debug/53740
4076         * df.h, df-problems.c, dce.c: Revert last patch.
4078 2012-06-25  Iain Sandoe  <iain@codesourcery.com>
4080         * MAINTAINERS (Write After Approval): Update my email address.
4082 2012-06-21  Meador Inge  <meadori@codesourcery.com>
4084         * MAINTAINERS (Write After Approval): Add myself.
4086 2012-06-20  Jason Merrill  <jason@redhat.com>
4088         * Makefile.tpl (check-target-libgomp-c++): New.
4089         (check-target-libitm-c++): New.
4090         * Makefile.def (c++): Add them.
4091         * Makefile.in: Regenerate.
4093 2012-05-29  Edmar Wienskoski  <edmar@freescale.com>
4095         * MAINTAINERS (Write After Approval): Add myself.
4097 2012-05-16  Olivier Hainque  <hainque@adacore.com>
4099         * Makefile.tpl (gcc-no-fixedincludes): Rename into ...
4100         (gcc-install-no-fixedincludes): Now forwarder to local target in gcc/
4101         (install-no-fixedincludes): Adjust accordingly.
4102         * Makefile.in: Regenerate.
4104 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
4106         Merge upstream change
4107         * libtool.m4 (_LT_ENABLE_LOCK): Support x32.
4109 2012-05-14  Marc Glisse  <marc.glisse@inria.fr>
4111         * MAINTAINERS (Write After Approval): Add myself.
4113 2012-05-09  Nick Clifton  <nickc@redhat.com>
4114             Paul Smith  <psmith@gnu.org>
4116         PR bootstrap/50461
4117         * configure.ac (mpfr-dir): When using in-tree MPFR sources
4118         allow for the fact that from release v3.1.0 of MPFR the source
4119         files were moved into a src sub-directory.
4120         * configure: Regenerate.
4122 2012-05-07  Janne Blomqvist  <jb@gcc.gnu.org>
4124         * configure.ac: Bump minimum MPFR version to 2.4.0.
4125         * configure: Regenerated.
4127 2012-05-01  Richard Henderson  <rth@redhat.com>
4129         * Makefile.def (libatomic): New target_module.
4130         * configure.ac (target_libraries): Add libatomic.
4131         (noconfigdirs): Check if libatomic is supported.
4132         * Makefile.in, configure: Rebuild.
4134 2012-05-01  Greta Yorsh  <Greta.Yorsh@arm.com>
4136         * MAINTAINERS (Write After Approval): Add myself.
4138 2012-04-25  Joel Brobecker  <brobecker@adacore.com>
4140         * config.sub: Update to 2012-04-18 version from official repo.
4142 2012-04-24  Naveen H.S  <naveen.S@kpitcummins.com>
4144         * MAINTAINERS (Write After Approval): Add myself.
4146 2012-04-11  Steve Ellcey  <sellcey@mips.com>
4148         * MAINTAINERS: Changed email address.
4150 2012-03-28  Georg-Johann Lay  <avr@gjlay.de>
4152         PR target/52737
4153         * contrib/gcc_update (files_and_dependencies):
4154         Remove gcc/config/avr/t-multilib from touch data.
4156 2012-03-14  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
4158         * MAINTAINERS (OS Port Maintainers): Remove irix.
4159         * configure.ac (enable_libgomp): Remove *-*-irix6*.
4160         (unsupported_languages): Remove mips-sgi-irix6.*.
4161         (noconfigdirs): Don't add ${libgcj} for mips*-*-irix6*.
4162         (with_stabs): Remove.
4163         * configure: Regenerate.
4165 2012-03-12  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
4167         * MAINTAINERS (OS Port Maintainers): Remove osf.
4168         * configure.ac (enable_libgomp): Remove *-*-osf*.
4169         (with_stabs): Remove alpha*-*-osf*.
4170         * configure: Regenerate.
4172 2012-03-05  Tristan Gingold  <gingold@adacore.com>
4174         * configure.ac: Enable gdb and readline for ia64*-*-*vms*.
4175         * configure: Regenerate.
4177 2012-02-17  Walter Lee  <walt@tilera.com>
4179         * MAINTAINERS: (Write After Approval): Delete myself.
4181 2012-02-14  Walter Lee  <walt@tilera.com>
4183         * MAINTAINERS (tilegx port): Add myself.
4184         (tilepro port): Add myself.
4185         (Write After Approval): Add myself.
4187 2012-02-12  Gerald Pfeifer  <gerald@pfeifer.com>
4189         * MAINTAINERS (Various Maintainers): Add Diego Novillo, Gerald Pfeifer
4190         and Joseph Myers as docstring relicensing maintainers.
4192 2012-02-09  Bin Cheng  <bin.cheng@arm.com>
4194         * MAINTAINERS (write-after-approval): Add myself.
4196 2012-02-08  Ira Rosen <irar@il.ibm.com>
4198         * MAINTAINERS (Various Maintainers): Remove myself as auto-vectorizer
4199         maintainer.
4201 2012-02-04  Venkataramanan Kumar  <venkataramanan.kumar@amd.com>
4203         * MAINTAINERS (Write After Approval): Move myself to
4204         maintain alphabetical order.
4206 2012-02-03  Venkataramanan Kumar  <venkataramanan.kumar@amd.com>
4208         * MAINTAINERS (Write After Approval): Add myself.
4210 2012-02-02  Jayant R Sonar <jayant.sonar@kpitcummins.com>
4212         * MAINTAINERS (Write After Approval): Add myself.
4214 2012-02-02  Sumanth G <sumanth.gundapaneni@kpitcummins.com>
4215             Jayant R Sonar <jayant.sonar@kpitcummins.com>
4217         * configure.ac (cr16-*-*): Remove nonconfigdirs.
4218         * configure: Regenerate.
4220 2012-01-23  Harshit Chopra  <harshit@google.com>
4222         * MAINTAINERS (Write After Approval): Add myself.
4224 2012-01-22  Douglas B Rupp  <rupp@ngnat.com>
4226         * configure.ac: Remove reference to mh-interix.
4227         * configure: Regenerate.
4229 2012-01-05  Richard Henderson  <rth@redhat.com>
4231         PR bootstrap/51072
4232         * configure.ac: Disable libitm if c++ is not enabled.
4233         * configure: Rebuild.
4235         * configure.ac: Fix regexp for same.
4236         * configure: Rebuild.
4238 2012-01-02  Balaji V. Iyer  <bviyer@gmail.com>
4240         * MAINTAINERS (Write After Approval): Add myself.
4242 2012-01-02  Richard Guenther  <rguenther@suse.de>
4244         PR bootstrap/51686
4245         * Makefile.def (install-strip-gcc): Depend on install-strip-lto-plugin.
4246         * Makefile.in: Regenerate.
4248 2011-12-28  Oleg Endo  <olegendo@gcc.gnu.org>
4250         * MAINTAINERS (Write After Approval): Add myself.
4252 2011-12-18  Eric Botcazou  <ebotcazou@adacore.com>
4254         * configure: Regenerate.
4256 2011-12-14  Hariharan Sandanagobalane  <hariharan.gcc@gmail.com>
4258         * MAINTAINERS (picochip): Changed email address.
4260 2011-11-30  Matthew Gretton-Dann  <matthew.gretton-dann@arm.com>
4262         * MAINTAINERS (write-after-approval): Add self.
4264 2011-11-29  DJ Delorie  <dj@redhat.com>
4266         * configure.ac (rl78-*-*) New case.
4267         * configure: Regenerate.
4268         * MAINTAINERS: Add myself as RL78 maintainer.
4270 2011-11-21  Eric Botcazou  <ebotcazou@libertysurf.fr>
4272         * MAINTAINERS: Add self as co-maintainer of the Ada front end.
4274 2011-11-21  Andreas Tobler  <andreast@fgznet.ch>
4276         * libtool.m4: Additional FreeBSD 10 fixes.
4278 2011-11-21  Joern Rennecke  <joern.rennecke@embecosm.com>
4280         * MAINTAINERS: Move myself from Write After Approval to CPU Port
4281         Maintainers section, as Epiphany maintainer.
4283 2011-11-18  Iain Sandoe  <iains@gcc.gnu.org>
4285         PR target/49992
4286         * configure.ac: Remove ranlib special-casing for Darwin.
4287         * configure: Regenerate.
4289 2011-11-12  Andrey Belevantsev  <abel@ispras.ru>
4291         * MAINTAINERS (Reviewers): Keep the list sorted.
4293 2011-11-11  Andrey Belevantsev  <abel@ispras.ru>
4295         * MAINTAINERS (Selective Scheduling): Add myself as a reviewer.
4297 2011-11-09  Roland McGrath  <mcgrathr@google.com>
4299         * configure.ac: Add tool checks for READELF and READELF_FOR_TARGET.
4300         * configure: Rebuild.
4301         * Makefile.def (flags_to_pass): Add READELF_FOR_TARGET.
4302         * Makefile.tpl (READELF, READELF_FOR_TARGET): New variables.
4303         (HOST_EXPORTS): Add READELF, READELF_FOR_TARGET.
4304         (BASE_FLAGS_TO_PASS): Add READELF_FOR_TARGET.
4305         (BASE_TARGET_EXPORTS, EXTRA_HOST_FLAGS, EXTRA_TARGET_FLAGS):
4306         Add READELF.
4307         * Makefile.in: Rebuild.
4309 2011-11-09  Jason Merrill  <jason@redhat.com>
4311         * Makefile.def (language=c++): Remove check-c++0x.
4312         * Makefile.in (check-gcc-c++): Regenerate.
4314 2011-11-08  Richard Henderson  <rth@redhat.com>
4316         * configure.ac: Test for libitm directory present first.
4318         * configure.ac: Adjust srcdir for running libitm/configure.tgt.
4320         * configure.ac: Test libitm/configure.tgt to disable libitm.
4321         * configure: Rebuild.
4323 2011-11-07  Aldy Hernandez  <aldyh@redhat.com>
4324             Richard Henderson  <rth@redhat.com>
4326         Merged from transactional-memory.
4328         * Makefile.def (lang_env_dependencies): libitm is c++.
4329         Add libitm target module.
4330         * configure.ac: Likewise.
4331         * config/mmap.m4: New file.
4332         * contrib/gcc_update: Add libitm to touch data.
4333         * Makefile.in, configure: Rebuild.
4335 2011-11-02  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
4337         * Makefile.tpl (EXTRA_GCC_FLAGS): Remove LIBGCC2_CFLAGS,
4338         LIBGCC2_DEBUG_CFLAGS, LIBGCC2_INCLUDES.
4339         * Makefile.in: Regenerate.
4341 2011-11-01  DJ Delorie  <dj@redhat.com>
4343         * config.sub: Update to version 2011-10-29 (added rl78)
4345 2011-10-27  Nick Clifton  <nickc@redhat.com>
4347         * config.sub: Import these changes from the config project:
4349         2011-10-08  Joern Rennecke  <joern.rennecke@embecosm.com>
4350             Ben Elliston  <bje@gnu.org>
4352         * config.sub (epiphany): New.
4354         2011-09-09  Linas Vepstas  <linasvepstas@gmail.com>
4355             Ben Elliston  <bje@gnu.org>
4357         * config.sub (hexagon, hexagon-*): New.
4359         2011-08-23  Roland McGrath  <mcgrathr@google.com>
4361         * config.sub: Rename 32eb to be32, 32el to le32, 64el to le64, and
4362         64eb to be64.
4364         2011-08-16  Roland McGrath  <mcgrathr@google.com>
4366         * config.sub (32eb, 32el, 64eb, 64el): New (pseudo-)CPUs.
4367         (nacl): Grok as alias for 32el-unknown-nacl.
4369 2011-10-25  Kirill Yukhin  <kirill.yukhin@intel.com>
4371         * MAINTAINERS (Write After Approval): Add myself.
4373 2011-10-24  Teresa Johnson  <tejohnson@google.com>
4375         * MAINTAINERS (Write After Approval): Add myself.
4377 2011-09-21  Jakub Jelinek  <jakub@redhat.com>
4379         * MAINTAINERS (sparc port): Remove myself.
4381 2011-09-14  Tom de Vries  <tom@codesourcery.com>
4383         * MAINTAINERS (Write After Approval): Add myself.
4385 2011-08-14  Yao Qi  <yao@codesourcery.com>
4387         * configure.ac (tic6x-*-*): Remove gdb from noconfigdirs.
4388         * configure: Regenerate.
4390 2011-07-26  Ian Lance Taylor  <iant@google.com>
4392         * configure.ac: Set have_compiler based on whether gcc directory
4393         exists, rather than on whether gcc is in configdirs.
4394         * configure: Rebuild.
4396 2011-07-21  Joseph Myers  <joseph@codesourcery.com>
4398         * MAINTAINERS (Global Reviewers): Add self.
4400 2011-07-20  David Edelsohn  <dje.gcc@gmail.com>
4402         * Makefile.tpl (POSTSTAGE1_CONFIGURE_FLAGS): Add libsupc++ to
4403         link directories.
4404         * Makefile.in: Rebuild.
4406 2011-07-20  Ian Lance Taylor  <iant@google.com>
4408         PR bootstrap/49787
4409         * configure.ac: Move --enable-bootstrap handling earlier in file.
4410         If --enable-bootstrap and either --enable-build-with-cxx or
4411         --enable-build-poststage1-with-cxx, enable C++ automatically.
4412         * configure: Rebuild.
4414 2011-07-19  Ian Lance Taylor  <iant@google.com>
4416         * configure.ac: Add --enable-build-poststage1-with-cxx.  If set,
4417         make C++ a boot_language.  Set and substitute
4418         POSTSTAGE1_CONFIGURE_FLAGS.
4419         * Makefile.tpl (POSTSTAGE1_CONFIGURE_FLAGS): New variable.
4420         (STAGE[+id+]_CONFIGURE_FLAGS): Add $(POSTSTAGE1_CONFIGURE_FLAGS).
4421         * configure, Makefile.in: Rebuild.
4423 2011-07-19  Vladimir Makarov  <vmakarov@redhat.com>
4425         * MAINTAINERS (Register Allocation): Move myself from reviewers to
4426         maintainers.
4428 2011-07-18  Jakub Jelinek  <jakub@redhat.com>
4430         * MAINTAINERS (Global Reviewers): Add myself.
4432 2011-07-18  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
4434         * configure: Regenerate.
4436 2011-07-16  Jason Merrill  <jason@redhat.com>
4438         * Makefile.def (language=c++): Add check-c++0x and
4439         check-target-libmudflap-c++.
4440         * Makefile.tpl (check-target-libmudflap-c++): New.
4441         * Makefile.in: Regenerate.
4443 2011-07-16  Matthias Klose  <doko@ubuntu.com>
4445         * Makefile.tpl (EXTRA_CONFIGARGS_LIBJAVA): Define.
4446         * Makefile.def (target_modules/libjava): Pass
4447         $(EXTRA_CONFIGARGS_LIBJAVA).
4448         * configure.ac: Pass --disable-static in EXTRA_CONFIGARGS_LIBJAVA,
4449         if not configured with --enable-static-libjava.
4450         * Makefile.in: Regenerate.
4451         * configure: Likewise.
4453 2011-07-15  Jason Merrill  <jason@redhat.com>
4455         * Makefile.in (check-c++): Move check-gcc-c++0x after
4456         check-target-libstdc++-v3.
4458 2011-07-15  Bernd Schmidt  <bernds@codesourcery.com>
4460         * MAINTAINERS (c6x port): New entry.
4462 2011-07-13  Jason Merrill  <jason@redhat.com>
4464         * Makefile.in (check-gcc-c++0x): New.
4465         (check-c++): Depend on it.
4467 2011-07-07  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
4469         PR target/39150
4470         * configure.ac (i[3456789]86-*-solaris2*): Also accept
4471         x86_64-*-solaris2.1[0-9]*.
4472         * configure: Regenerate.
4474 2011-06-29  Richard Sandiford  <rdsandiford@googlemail.com>
4476         * MAINTAINERS (RTL optimizers): Add self.
4478 2011-06-27  Gabriel Charette  <gchare@google.com>
4480         * MAINTAINERS (Write After Approval): Add myself.
4482 2011-06-22  Hans-Peter Nilsson  <hp@axis.com>
4484         PR regression/47836
4485         PR bootstrap/23656
4486         PR other/47733
4487         PR bootstrap/49247
4488         PR c/48825
4489         * configure.ac (target_libraries): Remove target-libiberty.
4490         Remove case-statement setting skipdirs=target-libiberty for
4491         multiple targets.  Remove checking target_configdirs and
4492         removing target-libiberty but keeping target-libgcc if
4493         otherwise empty.
4494         * Makefile.def (target_modules): Don't add libiberty.
4495         (dependencies): Remove all traces of target-libiberty.
4496         * configure, Makefile.in: Regenerate.
4498 2011-06-13  Walter Lee <walt@tilera.com>
4500         * configure.ac (tilepro-*-*) New case.
4501         (tilegx-*-*): Likewise.
4502         * configure: Regenerate.
4504 2011-06-06  Jing Yu  <jingyu@google.com>
4506         * configure.ac: Skip target-libiberty for
4507         arm*-*-linux-androideabi.
4508         * configure: Regenerated.
4510 2011-06-06  Nick Clifton  <nickc@redhat.com>
4512         * config.sub: Sync from upstream.
4514 2011-06-05  Nenad Vukicevic  <nenad@intrepid.com>
4516         * MAINTAINERS (Write After Approval): Add myself.
4518 2011-06-01  Daniel Jacobowitz  <drow@false.org>
4520         * MAINTAINERS: Update my email address.
4522 2011-05-27  Nathan Froyd  <froydnj@codesourcery.com>
4524         * MAINTAINERS (Write After Approval): Update my email address.
4526 2011-05-11  Paul Pluzhnikov  <ppluzhnikov@google.com>
4528         * MAINTAINERS (Write After Approval): Add myself.
4530 2011-05-08  Doug Kwan  <dougkwan@google.com>
4532         * configure.ac: Propagate LDFLAGS_FOR_TARGET.
4533         * configure: Regenerated.
4534         * Makefile.tpl (LDFLAGS_FOR_TARGET): Use LDFLAGS_FOR_TARGET
4535         value from configure.
4536         * Makefile.in: Regenerated.
4538 2011-05-05  Joseph Myers  <joseph@codesourcery.com>
4540         * configure.ac (alpha*-dec-osf*, i[[3456789]]86-*-rdos*,
4541         sh*-*-pe|mips*-*-pe|arm-wince-pe, sparc-*-sunos4*, *-*-aix*,
4542         *-*-beos*, *-*-chorusos, *-*-dragonfly*, *-*-freebsd*, *-*-linux*
4543         | *-*-gnu* | *-*-k*bsd*-gnu | *-*-kopensolaris*-gnu, *-*-lynxos*,
4544         *-*-mingw*, *-*-netbsd*, *-*-netware*, *-*-tpf*, *-*-uclinux*,
4545         *-*-vxworks*): Disable newlib and libgloss in separate case
4546         statement.
4547         (i[[3456789]]86-*-linux*): Move logic allowing newlib to be built
4548         to separate case statement.
4549         (*-*-chorusos, *-*-dragonfly*, *-*-freebsd*, *-*-netbsd*,
4550         *-*-netware*, *-*-tpf*, *-*-uclinux*, *-*-vxworks*,
4551         alpha*-dec-osf*, alpha*-*-linux*, am33_2.0-*-linux*, sh-*-linux*,
4552         sh*-*-pe|mips*-*-pe|*arm-wince-pe, arm-*-coff, arm-*-elf* |
4553         arm*-*-eabi*, arm*-*-linux-gnueabi, arm*-*-symbianelf*, avr-*-*,
4554         bfin-*-*, cris-*-* | crisv32-*-*, frv-*-*, i[[3456789]]86-*-coff |
4555         i[[3456789]]86-*-elf, i[[3456789]]86-w64-mingw*,
4556         i[[3456789]]86-*-mingw*, x86_64-*-mingw*,
4557         i[[3456789]]86-*-interix*, i[[3456789]]86-*-beos*,
4558         i[[3456789]]86-*-rdos*, m32r-*-*,
4559         m68hc11-*-*|m6811-*-*|m68hc12-*-*|m6812-*-*, m68k-*-elf*, m68*-*-*
4560         | fido-*-*, powerpc-*-aix*, powerpc-*-beos*, powerpc-*-eabi,
4561         powerpc-*-eabi* | powerpcle-*-eabi* | powerpc-*-rtems*,
4562         rs6000-*-lynxos*, rs6000-*-aix*, mips*-*-linux*, sparclet-*-aout*
4563         | sparc86x-*-*, sparc-*-elf*, sparc64-*-elf*, sparclite-*-*,
4564         sparc-*-sunos4*, sparc-*-solaris* | sparc64-*-solaris* |
4565         sparcv9-*-solaris*, *-*-linux* | *-*-gnu* | *-*-k*bsd*-gnu |
4566         *-*-kopensolaris*-gnu, *-*-lynxos*, *-*-*): Don't disable newlib
4567         and libgloss in main case over targets.  Remove most empty cases
4568         in main case over targets.
4569         * configure: Regenerate.
4571 2011-05-04  Janis Johnson  <janisjo@codesourcery.com>
4573         * MAINTAINERS (Write After Approval): Add myself.
4575 2011-05-04  Joseph Myers  <joseph@codesourcery.com>
4577         * configure.ac: Remove code setting special library locations for
4578         hppa*64*-*-hpux11*.  Remove code setting compiler for
4579         sparc-sun-solaris2*.
4580         * configure: Regenerate.
4582 2011-05-04  Joseph Myers  <joseph@codesourcery.com>
4584         * configure.ac: Separate libgloss_dir settings from general case
4585         over targets.
4586         * configure: Regenerate.
4588 2011-04-28  Joseph Myers  <joseph@codesourcery.com>
4590         * configure.ac (*-*-dragonfly*, *-*-freebsd*, *-*-netbsd*,
4591         alpha*-dec-osf*, alpha*-*-linux*, alpha*-*-*, sh-*-linux*,
4592         arm-*-elf* | arm*-*-eabi*, arm*-*-linux-gnueabi, frv-*-*): Remove
4593         cases in libgcj-disabling case statement.
4594         (hppa*64*-*-linux*): Set unsupported_languages instead of
4595         disabling target-zlib.
4596         (hppa*64*-*-*): Restrict case in libgcj-disabling case statement
4597         to hppa*64*-*-hpux*.
4598         (hppa*-*-*): Restrict case in libgcj-disabling case statement to
4599         hppa*-*-hpux*.
4600         (ia64*-*-elf*, ia64*-**-hpux*, i[[3456789]]86-*-elf,
4601         i[[3456789]]86-*-linux*, *-*-cygwin*, i[[3456789]]86-*-interix*,
4602         i[[3456789]]86-*-solaris2*, m32r-*-*, m68k-*-elf*, m68*-*-* |
4603         fido-*-*, powerpc-*-eabi, powerpc-*-eabi* | powerpcle-*-eabi* |
4604         powerpc-*-rtems*, mips*-*-linux*, mips*-*-*, sh-*-* | sh64-*-*,
4605         sparc-*-elf*, sparc64-*-elf*, sparc-*-solaris* |
4606         sparc64-*-solaris* | sparcv9-*-solaris*, *-*-linux* | *-*-gnu* |
4607         *-*-k*bsd*-gnu | *-*-kopensolaris*-gnu, *-*-*): Remove cases in
4608         libgcj-disabling case statement.
4609         * configure: Regenerate.
4611 2011-04-28  Joseph Myers  <joseph@codesourcery.com>
4613         * configure.ac: Disable Java for targets not supporting libffi.
4614         (*-*-chorusos, *-*-kaos*, am33_2.0-*-linux*, sh*-*-pe|mips*-*-pe):
4615         Remove cases in Java-disabling statement.
4616         (*arm-wince-pe): Change to arm-wince-pe.
4617         (arc-*-*, arm-*-coff, arm-*-pe*, arm-*-riscix*, avr-*-*): Remove
4618         cases in Java-disabling statement.
4619         (bfin-*-*): Don't disable Java again.
4620         (c4x-*-* | tic4x-*-*, tic54x-*-*, cr16-*-*, d10v-*-*, d30v-*-*,
4621         fr30-*-elf*, moxie-*-*, h8300*-*-*, h8500-*-*, hppa1.1-*-osf* |
4622         hppa1.1-*-bsd*, hppa*-*-*elf* | hppa*-*-lites* | hppa*-*-openbsd*,
4623         hppa*-*-pro*, i960-*-*, i[[3456789]]86-*-coff,
4624         i[[3456789]]86-*-pe, i[[3456789]]86-*-sco3.2v5*,
4625         i[[3456789]]86-*-sco*, i[[3456789]]86-*-sysv4*,
4626         i[[3456789]]86-*-beos*, i[[3456789]]86-*-rdos*,
4627         m68hc11-*-*|m6811-*-*|m68hc12-*-*|m6812-*-*): Remove cases in
4628         Java-disabling statement.
4629         (mmix-*-*): Don't disable Java again.
4630         (mt-*-*, powerpc*-*-winnt* | powerpc*-*-pe*, powerpcle-*-solaris*,
4631         powerpc-*-beos*, rs6000-*-lynxos*, rs6000-*-*, m68k-apollo-*,
4632         microblaze*, mips*-sde-elf*, mips*-*-irix5*, mips*-*-bsd*,
4633         sparclet-*-aout* | sparc86x-*-*, sparclite-*-*, sparc-*-sunos4*,
4634         tic6x-*-*, v810-*-*, vax-*-*): Remove cases in Java-disabling
4635         statement.
4636         * configure: Regenerate.
4638 2011-04-28  Joseph Myers  <joseph@codesourcery.com>
4640         * configure.ac: Separate cases disabling Java and Java libraries
4641         from general case over targets.
4642         * configure: Regenerate.
4644 2011-04-21  Jie Zhang  <jzhang918@gmail.com>
4646         * MAINTAINERS: Update my email address.
4648 2011-04-20  Easwaran Raman  <eraman@google.com>
4650         * MAINTAINERS (Write After Approval): Add myself.
4652 2011-04-18  Jack Howarth  <howarth@bromo.med.uc.edu>
4654         PR lto/48086
4655         * configure.ac: Re-enable LTO on *-apple-darwin9*.
4656         * configure: Regenerate.
4658 2011-04-16  Jim Meyering  <meyering@redhat.com>
4660         * MAINTAINERS (Write After Approval): Add myself.
4662 2011-04-15  Dodji Seketeli  <dodji@redhat.com>
4664         * MAINTAINERS: Update my email address.
4666 2011-04-13  Georg-Johann Lay  <avr@gjlay.de>
4668         * MAINTAINERS (Write After Approval): Add myself.
4670 2011-04-12  Yufeng Zhang  <yufeng.zhang@arm.com>
4672         * MAINTAINERS (Write After Approval): Add myself.
4674 2011-04-07  Stuart Henderson  <shenders@gcc.gnu.org>
4676         * MAINTAINERS (Write After Approval): Add myself.
4678 2011-04-06  Joseph Myers  <joseph@codesourcery.com>
4680         * configure.ac (build_tools): Remove build-byacc.
4681         (host_libs): Remove mmalloc.
4682         (host_tools): Remove byacc make patch prms send-pr ash bash bzip2
4683         autoconf automake libtool diff rcs fileutils shellutils time
4684         textutils wdiff find uudecode hello tar gzip indent recode release
4685         sed perl gawk findutils gettext zip.
4686         (libgcj): Remove target-qthreads.
4687         (target_tools): Remove target-examples target-gperf.
4688         (YACC): Don't handle building byacc.
4689         * configure: Regenerate.
4690         * Makefile.def (ash, autoconf, automake, bash, byacc, bzip2, diff,
4691         dosutils, examples, fileutils, find, findutils, gawk, gettext,
4692         gnuserv, gperf, gzip, hello, indent, libtool, make, mmalloc,
4693         patch, perl, prms, qthreads, rcs, recode, release, sed, send-pr,
4694         shellutils, tar, textutils, time, uudecode, wdiff, zip): Don't
4695         handle building components.
4696         * Makefile.in: Regenerate.
4698 2011-04-05  Sterling Augustine <augustine.sterling@gmail.com>
4700         * MAINTAINERS: Update my email address as Xtensa maintainer.
4702 2011-04-05  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
4704         * config.sub: Sync from upstream.
4706 2011-04-01  Joseph Myers  <joseph@codesourcery.com>
4708         * configure.ac (avr-*-*): Add comment about why libssp is disabled.
4709         (microblaze*): Don't disable libssp.
4710         * configure: Regenerate.
4712 2011-04-01  Joseph Myers  <joseph@codesourcery.com>
4714         * configure.ac: Remove code setting CONFIG_SHELL, config_shell and
4715         moveifchange.
4716         * configure: Regenerate.
4717         * Makefile.tpl: Use @SHELL@ not @config_shell@.
4718         * Makefile.in: Regenerate.
4720 2011-04-01  Joseph Myers  <joseph@codesourcery.com>
4722         * configure.ac (*-*-sysv4*): Don't enable libgomp.
4723         (alpha*-*-*vms*, i[[34567]]86-*-sco3.2v5*, mn10300-*-*,
4724         powerpc-*-chorusos*, powerpc*-*-eabi*, powerpc*-*-sysv*,
4725         powerpc*-*-kaos*, s390x-ibm-tpf*, sparc64-*-elf*, v850*-*-*,
4726         xtensa*-*-elf*, *-*-beos*, *-*-elf*, *-*-netware*, *-*-rtems*,
4727         *-*-sysv[[45]]*, *-*-vxworks*, *-wrs-windiss): Remove
4728         md_exec_prefix cases.
4729         * configure: Regenerate.
4731 2011-04-01  Joseph Myers  <joseph@codesourcery.com>
4733         * configure.ac: Separate cases disabling target-libssp,
4734         target-libiberty, target-libstdc++-v3 and Fortran from general
4735         case over targets.
4736         * configure: Regenerate.
4738 2011-04-01  Joseph Myers  <joseph@codesourcery.com>
4740         * configure.ac (*-*-chorusos): Don't disable libgcj.
4741         (*-*-freebsd[[12]] | *-*-freebsd[[12]].* | *-*-freebsd*aout*):
4742         Remove case.
4743         (*-*-kaos*): Don't disable GCC libraries, zlib or fastjar.
4744         (arm-*-coff): Don't disable libgcj.
4745         (arm*-*-linux-gnueabi): Remove useless assignment.
4746         (arm-*-riscix*): Don't disable libgcj.
4747         (bfin-*-*): Don't enable target-bsp and target-cygmon depending on
4748         configuration.
4749         (c4x-*-* | tic4x-*-*): Don't disable GCC libraries.
4750         (c54x*-*-*): Remove case.
4751         (tic54x-*-*): Don't disable GCC or GCC libraries.
4752         (cris-*-* | crisv32-*-*): Don't handle *-*-aout.  Change *-*-elf
4753         to *.
4754         (d10v-*-*): Don't disable GCC libraries.
4755         (d30v-*-*): Don't disable libgcj.
4756         (h8500-*-*): Don't disable GCC libraries.
4757         (i960-*-*): Don't disable libgcj.
4758         (i[[3456789]]86-*-linux*): Don't handle *-*-*libc1*.
4759         (i[[3456789]]86-*-sco3.2v5*, i[[3456789]]86-*-sco*,
4760         i[[3456789]]86-*-sysv4*, i[[3456789]]86-*-beos*): Don't disable
4761         libgcj.
4762         (m68k-*-coff*): Remove case.
4763         (mmix-*-*): Don't disable libgloss on host.
4764         (mn10200-*-*, mn10300-*-*): Remove cases.
4765         (powerpc*-*-winnt* | powerpc*-*-pe*, powerpcle-*-solaris*,
4766         powerpc-*-beos*, m68k-apollo-*, mips*-*-irix5*, mips*-*-bsd*):
4767         Don't disable libgcj.
4768         (romp-*-*): Remove case.
4769         (sparclite-*-*, sparc-*-sunos4*): Don't disable libgcj.
4770         (sparc-*-solaris2.[[0-6]] | sparc-*-solaris2.[[0-6]].*): Remove
4771         case.
4772         (v810-*-*): Don't disable GCC libraries.
4773         (v850*-*-*, vax-*-vms, xtensa*-*-*): Remove cases.
4774         (ip2k-*-*): Don't disable GCC libraries.
4775         * configure: Regenerate.
4777 2011-03-28  Joseph Myers  <joseph@codesourcery.com>
4779         * configure.ac (i[[3456789]]86-*-msdosdjgpp*): Don't disable
4780         libffi on host.
4781         (x86_64-*-mingw*, i[[3456789]]86-*-mingw32*): Don't disable newlib
4782         on host.
4783         (c54x*-*-* | tic54x-*-*): Don't disable newlib on host.
4784         * configure: Regenerate.
4786 2011-03-26  John Marino  <binutils@marino.st>
4788         * configure.ac: Add support for *-*-dragonfly*
4789         * configure: Regenerate.
4791 2011-03-25  Joseph Myers  <joseph@codesourcery.com>
4793         * configure.ac (native_only): Remove.
4794         (i[[3456789]]86-*-msdosdjgpp*): Don't disable expect dejagnu
4795         send-pr uudecode guile gnuserv on host.
4796         (x86_64-*-mingw*): Don't disable expect dejagnu autoconf automake
4797         send-pr rcs guile perl texinfo libtool on host.
4798         (i[[3456789]]86-*-mingw32*): Don't disable expect dejagnu autoconf
4799         automake send-pr rcs guile perl texinfo libtool on host.
4800         (*-*-cygwin*, *-*-netbsd*): Remove host cases.
4801         (*-*-kaos*): Don't disable target-examples target-gperf on target.
4802         (alpha*-dec-osf*): Don't disable fileutils on target.
4803         (sh*-*-pe|mips*-*-pe|*arm-wince-pe): Don't disable target-examples
4804         texinfo send-pr expect dejagnu on target.
4805         (arm-*-elf* | arm*-*-eabi*, arm*-*-linux-gnueabi): Don't disable
4806         target-qthreads on target.
4807         (hppa*-hp-hpux11*, hppa*-*-*): Don't disable shellutils on target.
4808         (ia64*-*-elf*, ia64*-*-*vms*): Don't disable mmalloc on target.
4809         (i[[3456789]]86-w64-mingw*, i[[3456789]]86-*-mingw*,
4810         x86_64-*-mingw*): Don't disable expect on target.
4811         (*-*-cygwin*): Don't disable target-gperf on target.
4812         (powerpc*-*-winnt* | powerpc*-*-pe*): Don't disable make expect
4813         gnuserv on target.
4814         (powerpcle-*-solaris*): Don't disable make expect gnuserv on
4815         target.
4816         * configure: Regenerate.
4818 2011-03-25  Joseph Myers  <joseph@codesourcery.com>
4820         * configure.ac (target_tools): Remove target-groff.
4821         (native_only): Remove target-groff.
4822         (hppa*64*-*-*): Don't disable byacc.
4823         (i[[3456789]]86-*-mingw32*): Remove commented-out noconfigdirs
4824         setting.
4825         (*-*-kaos*): Don't skip target-librx and target-groff.
4826         (*-*-netware*): Don't skip target-libmudflap.
4827         (*-*-tpf*): Don't skip target-libmudflap.
4828         (sh*-*-pe|mips*-*-pe|*arm-wince-pe): Don't condition configured
4829         directories on the host.
4830         (ia64*-*-*vms*): Don't skip tix.
4831         (sh-*-* | sh64-*-*): Don't condition skipped directories on the
4832         host.
4833         * configure: Regenerate.
4835 2011-03-24  Paolo Bonzini  <pbonzini@redhat.com>
4837         * configure.ac: Remove references to mt-mep, mt-netware,
4838         mt-wince.
4839         * Makefile.def: Add all-utils soft dependencies.
4840         * Makefile.tpl: Remove GDB_NLM_DEPS.
4841         * configure: Regenerate.
4842         * Makefile.in: Regenerate.
4844 2011-03-24  Paolo Bonzini  <bonzini@gnu.org>
4846         * configure.ac: Do not include mh-x86omitfp.
4847         * configure: Regenerate.
4849 2011-03-24  Paolo Bonzini  <bonzini@gnu.org>
4851         * configure.ac: Remove empty cases.
4852         * configure: Regenerate.
4854 2011-03-24  Paolo Bonzini  <bonzini@gnu.org>
4856         * Makefile.def: Add dependency from termcap to gdb.
4857         * Makefile.in: Regenerate.
4859 2011-03-24  Paolo Bonzini  <bonzini@gnu.org>
4861         * configure.ac: Remove all mentions of mh-sysv4 and mh-solaris.
4862         * configure: Regenerate.
4863         * Makefile.def: Remove all mentions of X11_FLAGS_TO_PASS.
4864         * Makefile.tpl: Likewise.
4865         * Makefile.in: Regenerate.
4867 2011-03-24  Paolo Bonzini  <bonzini@gnu.org>
4869         * configure.ac: Remove all mentions of tentative_cc.
4870         * configure: Regenerate.
4872 2011-03-24  Joseph Myers  <joseph@codesourcery.com>
4874         * configure.ac (i[[3456789]]86-*-vsta, i[[3456789]]86-*-go32*,
4875         i[[3456789]]86-*-beos*, powerpc-*-beos*, m68k-hp-hpux*,
4876         m68k-apollo-sysv*, m68k-apollo-bsd*, m88k-dg-dgux*,
4877         m88k-harris-cxux*, m88k-motorola-sysv*, mips*-dec-ultrix*,
4878         mips*-nec-sysv4*, mips*-sgi-irix4*, mips*-*-sysv4*, mips*-*-sysv*,
4879         i370-ibm-opened*, i[[3456789]]86-*-sysv5*, i[[3456789]]86-*-dgux*,
4880         i[[3456789]]86-ncr-sysv4.3*, i[[3456789]]86-ncr-sysv4*,
4881         i[[3456789]]86-*-sco3.2v5*, i[[3456789]]86-*-sco*,
4882         i[[3456789]]86-*-udk*, vax-*-ultrix2*, m68k-sun-sunos*,
4883         hppa*-*-hiux*, *-*-hiux*, rs6000-*-lynxos*, *-*-sysv4*,
4884         *-*-rhapsody*): Remove host cases.
4885         * configure: Regenerate.
4887 2011-03-24  Joseph Myers  <joseph@codesourcery.com>
4889         * configure.ac (ppc*-*-pe): Remove host case.
4890         (strongarm-*-coff | xscale-*-coff, strongarm-*-elf* |
4891         xscale-*-elf*, thumb-*-coff, thumb-*-elf, thumb-*-pe, ep9312-*-elf
4892         | ep9312-*-coff, parisc*64*-*-linux*, ppc*-*-pe): Remove target
4893         cases.
4894         * configure: Regenerate.
4896 2011-03-24  Joseph Myers  <joseph@codesourcery.com>
4898         * config.sub: Update to version 2011-03-23.
4900 2011-03-22  Joseph Myers  <joseph@codesourcery.com>
4902         * configure.ac (arm-semi-aof, crx-*-*, parisc*-*-linux*,
4903         i370-*-opened*, i[[3456789]]86-moss-msdos | i[[3456789]]86-*-moss*
4904         | i[[3456789]]86-*-uwin*, mcore-*-pe*): Remove empty cases.
4905         * configure: Regenerate.
4907 2011-03-22  Joseph Myers  <joseph@codesourcery.com>
4909         * MAINTAINERS (crx port, m68hc11 port): Remove.  Move maintainers
4910         to Write After Approval.
4911         * config-ml.in: Don't handle arc-*-elf*.
4912         * configure.ac (arc-*-*, crx-*-*, i[[3456789]]86-*-pe,
4913         m68hc11-*-*|m6811-*-*|m68hc12-*-*|m6812-*-*, mcore-*-pe*): Don't
4914         handle GCC libraries.
4915         * configure: Regenerate.
4917 2011-03-21  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
4919         PR bootstrap/48120:
4920         * configure.ac (pwllib): Use LIBS instead of LDFLAGS.
4921         Add -lstdc++ -lm to LIBS.
4922         * configure: Regenerate.
4924 2011-03-18  David Edelsohn  <dje.gcc@gmail.com>
4926         * config.guess: Update to version 2011-02-02
4927         * config.sub: Update to version 2011-02-24
4929 2011-03-16  Jack Howarth  <howarth@bromo.med.uc.edu>
4931         PR lto/48086
4932         * configure.ac: Re-enable LTO on *-apple-darwin9.
4933         * configure: Regenerate.
4935 2011-03-13  Jack Howarth  <howarth@bromo.med.uc.edu>
4937         PR lto/48086
4938         * configure.ac: Disable LTO on darwin due to an assembler change in
4939         Xcode 3.2.6/4.0 that limits the total number of sections/segments to
4940         under 256.
4941         * configure: Regenerate.
4943 2011-03-11  Chen Liqin <liqin.gcc@gmail.com>
4945         * MAINTAINERS: Update myself as score backend maintainer,
4946         update my e-mail address.
4948 2011-03-09  Xuepeng Guo  <terry.guo@arm.com>
4950         * MAINTAINERS: Update my e-mail address.
4952 2011-03-06  Joey Ye  <joey.ye@arm.com>
4954         * MAINTAINERS: Update my e-mail address.
4956 2011-03-02  Sebastian Pop  <sebastian.pop@amd.com>
4958         * configure.ac: Adjust test of with_ppl.
4959         * configure: Regenerated.
4961 2011-03-02  Kai Tietz  <ktietz@redhat.com>
4963         * MAINTAINERS: Adjust my e-mail address.
4965 2011-03-02  Sebastian Pop  <sebastian.pop@amd.com>
4967         * configure.ac: Add -lpwl to ppllibs.
4968         * configure: Regenerated.
4970 2011-03-02  Sebastian Pop  <sebastian.pop@amd.com>
4972         * config/cloog.m4: Add -lisl to clooglibs.
4973         * configure: Regenerated.
4975 2011-02-24  Ramana Radhakrishnan  <ramana.radhakrishnan@arm.com>
4977         * MAINTAINERS (CPU Port maintainers): Add self.
4979 2011-02-16  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
4981         * MAINTAINERS: Add myself as testsuite maintainer.
4983 2011-02-15  Mike Stump  <mikestump@comcast.net>
4985         * MAINTAINERS: Add myself as testsuite maintainer.
4987 2011-02-13  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
4989         Import from Libtool and gnulib:
4991         2011-01-27  Gerald Pfeifer  <gerald@pfeifer.com>
4993         Prepare for supporting FreeBSD 10.
4994         * config.rpath: Remove handling of freebsd1* which soon would
4995         match FreeBSD 10.0.
4997         2011-01-20  Gerald Pfeifer  <gerald@pfeifer.com>  (tiny change)
4999         Remove support for FreeBSD 1.x.
5000         * libtool.m4 (_LT_LINKER_SHLIBS)
5001         (_LT_SYS_DYNAMIC_LINKER): Remove handling of freebsd1* which
5002         soon would incorrectly match FreeBSD 10.0.
5004 2011-02-12  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
5006         PR binutils/12283
5007         * move-if-change: Import version from gnulib.
5009 2011-02-12  Alexandre Oliva  <aoliva@redhat.com>
5011         PR lto/47225
5012         * Makefile.def (lto-plugin): Double dash for enable-shared.
5013         (configure-gcc): Depend on all-lto-plugin.
5014         * Makefile.in: Rebuilt.
5016 2011-02-11  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
5018         * configure.ac: Remove extra bracket.
5019         * configure: Regenerate.
5021 2011-02-08  Tobias Burnus  <burnus@net-b.de>
5023         * MAINTAINERS: Add myself as libquadmath maintainer.
5025 2011-02-08  Thomas Schwinge  <thomas@schwinge.name>
5027         * MAINTAINERS: Update my email address.
5029 2011-02-07  Joseph Myers  <joseph@codesourcery.com>
5031         * MAINTAINERS (option handling): Add self.
5033 2011-02-06  Kai Tietz  <kai.tietz@onevision.com>
5035         PR lto/47225
5036         * Makefile.def: Add dependency for install-gcc
5037         on install-lto-plugin.
5038         * Makfile.in: Regenerated
5040 2011-02-01  Sebastien Bourdeauducq  <sebastien@milkymist.org>
5042         * MAINTAINERS (CPU Port Maintainers): Add myself.
5044 2011-01-31  Alexandre Oliva  <aoliva@redhat.com>
5046         PR libgcj/44341
5047         * configure.ac: Discard --with-* flags for host when configuring
5048         target libraries for cross build.
5049         * configure: Rebuilt.
5051 2011-01-25  Sebastian Pop  <sebastian.pop@amd.com>
5053         * MAINTAINERS (linear loop transforms): Removed.
5055 2011-01-25  Jakub Jelinek  <jakub@redhat.com>
5057         * configure.ac: If with_ppl is no, move setting with_cloog=no
5058         after CLOOG_REQUESTED check.
5059         * configure: Regenerated.
5061 2011-01-25  Sebastian Pop  <sebastian.pop@amd.com>
5063         * configure.ac: Call AC_MSG_ERROR when PPL 0.11 is not present and
5064         CLooG has been requested.
5065         * configure: Regenerated.
5067 2011-01-25  Sebastian Pop  <sebastian.pop@amd.com>
5069         * configure: Regenerated.
5070         * configure.ac: Check for version 0.11 (or later revision) of PPL.
5072 2011-01-25  Tobias Grosser  <grosser@fim.uni-passau.de>
5074         * configure: Regenerated.
5075         * configure.ac: Use CLOOG_CHECK_VERSION(0,16,1).
5077 2011-01-21  Andreas Schwab  <schwab@redhat.com>
5079         * configure.ac: Use AS_HELP_STRING throughout.
5080         * configure: Regenerate.
5082 2011-01-18  Jie Zhang  <jie.zhang@analog.com>
5084         * configure.ac (bfin-*-*): Remove gdb from noconfigdirs.
5085         * configure: Regenerate.
5087 2011-01-13  John David Anglin  <dave.anglin@nrc-cnrc.gc.ca>
5089         * ltmain.sh (relink): Use absolute path when hardcoding with -L.
5091 2011-01-13  Joel Brobecker  <brobecker@adacore.com>
5093         * configure.ac: Remove readline, mmalloc, and gdb from noconfigdirs
5094         for ia64-hpux.
5095         * configure: Regenerate.
5097 2011-01-07  Jan Hubicka  <jh@suse.cz>
5099         PR lto/47225
5100         * Makefile.in: Regenerate.
5101         * Makefile.def (lto-plugin): Always pass enable-shared to the plugin
5102         configure.
5104 2011-01-07  Jan Hubicka  <jh@suse.cz>
5106         * Makefile.in: Regenerate.
5107         * Makefile.def (gcc host module) and soft dependency on lto-plugin
5108         and configure dependency on lto-plugin configure.
5109         (lto-plugin module): Remove dependency on GCC; add dependency on
5110         liniberty.
5112 2011-01-07  William Schmidt  <wschmidt@linux.vnet.ibm.com>
5114         * MAINTAINERS (Write After Approval): Add myself.
5116 2010-12-23  Hariharan Sandanagobalane <hariharan@picochip.com>
5118         * configure: Regenerate.
5120 2010-12-22  Hariharan Sandanagobalane <hariharan@picochip.com>
5122         * configure.ac: (picochip): Disable libiberty.
5124 2010-12-14  Kaushik Phatak  <kaushik.phatak@kpitcummins.com>
5126         * MAINTAINERS (Write After Approval): Add myself.
5128 2010-12-10  Ian Lance Taylor  <iant@google.com>
5130         PR bootstrap/46819
5131         * configure.ac: For --disable-libgcj clear libgcj_saved.
5132         * configure: Rebuild.
5134 2010-12-10  Tobias Burnus  <burnus@net-b.de>
5136         PR fortran/46540
5137         * configure.ac: Add --disable-libquadmath and
5138         --disable-libquadmath-support.
5139         * configure: Regenerate.
5141 2010-12-03  Ian Lance Taylor  <iant@google.com>
5143         * MAINTAINERS: Add myself as libgo maintainer.
5145 2010-12-03  Hans-Peter Nilsson  <hp@axis.com>
5147         PR libffi/46792
5148         * configure.ac (cris-*-elf, crisv32-*-elf): Disable target-libffi.
5149         * configure: Regenerate.
5151 2010-12-02  Ian Lance Taylor  <iant@google.com>
5153         * configure.ac: Always set default for poststage1_ldflags to
5154         -static-libstdc++ -static-libgcc.
5156 2010-11-29  Andreas Schwab  <schwab@redhat.com>
5158         * configure.ac: Move comment to remove extra space in last argument
5159         of GCC_TARGET_TOOL.
5161 2010-11-26  Alexandre Oliva  <aoliva@redhat.com>
5163         PR other/46026
5164         * configure.ac (CXX_FOR_TARGET): Add -funconfigured-libstdc++-v3.
5165         * Makefile.def (CXX_FOR_TARGET): Removed from flags_to_pass.
5166         * Makefile.tpl (CXX_FOR_TARGET_FLAG_TO_PASS): New.
5167         (BASE_FLAGS_TO_PASS): Use it.
5168         * configure: Rebuilt.
5169         * Makefile.in: Rebuilt.
5171 2010-11-23  H.J. Lu  <hongjiu.lu@intel.com>
5173         PR binutils/12258
5174         * configure.ac: Correct comments for --enable-gold/--enable-ld.
5175         Properly check default linker.
5176         * configure: Regnerated.
5178 2010-11-23  Matthias Klose  <doko@ubuntu.com>
5180         * configure.ac: For --enable-gold, handle value `default' instead of
5181         `both*'.  New configure option --{en,dis}able-ld.
5182         * configure: Regenerate.
5184 2010-11-20  Ian Lance Taylor  <iant@google.com>
5186         * configure.ac: Only disable a language library if no language needs
5187         it.  Don't let --disable-libgcj uncondtionally disable libffi.
5188         * configure: Rebuild.
5190 2010-11-20  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
5192         * Makefile.in: Regenerate.
5194         PR other/46202
5195         * configure.ac: Fix just-built in-tree STRIP name to be
5196         binutils/strip-new.
5197         * configure: Regenerate.
5198         * Makefile.def (install-strip-gcc, install-strip-binutils)
5199         (install-strip-opcodes, install-strip-ld, install-strip-itcl)
5200         (install-strip-sid): Mirror dependencies on non-strip variants
5201         of these targets on the respective -strip prerequisites.
5202         * Makefile.tpl (install-strip, install-strip-host)
5203         (install-strip-target): New targets.
5204         (install-strip-[+module+], install-strip-target-[+module+]):
5205         New targets.
5206         * Makefile.in: Regenerate.
5208 2010-11-19  Ian Lance Taylor  <iant@google.com>
5209             Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
5211         * configure.ac: Add target-libgo to target_libraries.  Set
5212         and substitute GOC_FOR_BUILD and GOC_FOR_TARGET.
5213         * Makefile.tpl (BUILD_EXPORTS): Add GOC and GOCFLAGS.
5214         (HOST_EXPORTS): Add GOC.
5215         (BASE_TARGET_EXPORTS): Add GOC.
5216         (GOC_FOR_BUILD, GOCFLAGS, GOC_FOR_TARGET): New variables.
5217         (GOCFLAGS_FOR_TARGET): New variable.
5218         (EXTRA_HOST_FLAGS): Add GOC.
5219         (EXTRA_TARGET_FLAGS): Add GOC and GOCFLAGS.
5220         * Makefile.def (target_modules): Add libgo.
5221         (flags_to_pass): Add GOC_FOR_TARGET and GOCFLAGS_FOR_TARGET.
5222         (dependencies): Add dependency from configure-target-libgo to
5223         configure-target-libffi and all-target-libstdc++-v3.  Add
5224         dependencies from all-target-libgo to all-target-libffi.
5225         (languages): Add go.
5226         * configure: Rebuild.
5227         * Makefile.in: Rebuild.
5229 2010-11-19  Ian Lance Taylor  <iant@google.com>
5231         * config-ml.in: Add Go support: treat GOC and GOCFLAGS like other
5232         compiler/flag environment variables.
5234 2010-11-18  Ian Lance Taylor  <iant@google.com>
5236         * configure.ac: Check for lang_requires_boot_languages in
5237         config-lang.in files.
5238         * configure: Rebuild.
5240 2010-11-16  Francois-Xavier Coudert  <fxcoudert@gcc.gnu.org>
5241             Tobias Burnus  <burnus@net-b.de>
5243         PR fortran/32049
5244         * Makefile.def: Add libquadmath; build it with language=fortran.
5245         * configure.ac: Add libquadmath.
5246         * Makefile.tpl: Handle multiple libs in check-[+language+].
5247         * Makefile.in: Regenerate.
5248         * configure: Regenerate.
5250 2010-11-16  Tom Tromey  <tromey@redhat.com>
5252         * MAINTAINERS: Moved myself to reviewers section.
5254 2010-11-15  Zdenek Dvorak  <ook@ucw.cz>
5256         * MAINTAINERS: Moved myself to reviewers section.
5258 2010-11-15  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
5260         * MAINTAINERS (Various Maintainers): Add self for build machinery.
5261         (Write After Approval): Remove self.
5263 2010-11-15  Andreas Schwab  <schwab@redhat.com>
5265         * configure.ac: Fix spelling in option names.
5266         * configure: Regenerated.
5268 2010-11-13  Georg-Johann Lay  <georgjohann@web.de>
5270         PR bootstrap/39622
5271         * configure.ac (FLAGS_FOR_TARGET): Add include-fixed path.
5272         * configure: Regenerated.
5274 2010-11-13  Kaveh R. Ghazi  <ghazi@gcc.gnu.org>
5276         * MAINTAINERS: Update my email address.
5278 2010-11-12  Tobias Grosser  <grosser@fim.uni-passau.de>
5280         * configure: Regenerate.
5282 2010-11-12  Tobias Grosser  <grosser@fim.uni-passau.de>
5284         * configure: Regenerate.
5286 2010-11-12  Tobias Grosser  <grosser@fim.uni-passau.de>
5288         * configure: Regenerate.
5290 2010-11-12  Tobias Grosser  <grosser@fim.uni-passau.de>
5292         * configure: Regenerate.
5294 2010-11-11  Andreas Simbuerger  <simbuerg@fim.uni-passau.de>
5296         * configure.ac: Support official CLooG.org versions.
5297         * configure: Regenerate.
5298         * config/cloog.m4: New.
5300 2010-11-10  François Dumont  <francois.cppdevs@free.fr>
5302         * MAINTAINERS (Write After Approval): Add myself.
5304 2010-11-09  David Edelsohn  <dje.gcc@gmail.com>
5306         * MAINTAINERS: Update my email address.
5308 2010-11-04  Iain Sandoe  <iains@gcc.gnu.org>
5310         * configure.ac (*-*-darwin*): Use mh-darwin for all Darwin variants.
5311         * configure: Regenerate.
5313 2010-11-03  Ian Lance Taylor  <iant@google.com>
5314             Dave Korn  <dave.korn.cygwin@gmail.com>
5316         PR lto/46273
5317         * configure.ac: Remove libelf tests.  Build lto-plugin on ELF always
5318         and on other supported platforms whenever LTO is enabled.
5319         * configure: Rebuild.
5321 2010-11-02  Alan Modra  <amodra@gmail.com>
5323         PR binutils/12110
5324         * configure.ac: Error when source path contains spaces.
5325         * configure: Regenerate.
5327 2010-10-23  James E. Wilson  <wilson@codesourcery.com>
5329         * MAINTAINERS: Update my email address.
5331 2010-10-20  Ian Lance Taylor  <iant@google.com>
5333         * Makefile.def (target_modules): Set lib_path to src/.libs for
5334         libstdc++-v3 module.
5335         * Makefile.tpl: Fix typo in TARGET_LIB_PATH comment.
5336         * Makefile.in: Rebuild.
5338 2010-10-18  Laurynas Biveinis  <laurynas.biveinis@gmail.com>
5340         * MAINTAINERS (Reviewers): Add myself for gengtype/GTY.
5341         (Write After Approval): Remove myself.
5343 2010-10-15  Tristan Gingold  <gingold@adacore.com>
5345         * MAINTAINERS (OS Port Maintainers): Add myself for VMS.
5347 2010-10-14  Douglas Rupp  <rupp@gnat.com>
5349         * MAINTAINERS (OS Port Maintainers): Add myself for VMS.
5351 2010-10-07  Dave Korn  <dave.korn.cygwin@gmail.com>
5353         * configure.ac (build_lto_plugin): New shell variable.
5354         (--enable-lto): Turn on by default for all non-ELF platforms that
5355         have had LTO support added so far.  Set build_lto_plugin appropriately
5356         for both ELF and non-ELF.
5357         (configdirs): Add lto-plugin or not based on build_lto_plugin.
5358         * configure: Regenerate.
5360 2010-10-07  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
5362         Sync from src:
5363         * configure.ac (v850 support): Remove target-libgloss from
5364         noconfigdirs.
5365         * configure: Regenerate.
5367 2010-10-02  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
5369         PR bootstrap/45326
5370         PR bootstrap/45174
5371         * configure.ac: Honor initial values of $build_configargs,
5372         $host_configargs, $target_configargs.  Mark the precious, so
5373         environment settings get recorded.
5374         * configure: Regenerate.
5376 2010-09-30  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
5378         PR bootstrap/45796
5379         * Makefile.def (info-gcc, dvi-gcc, pdf-gcc, html-gcc):
5380         Depend on all-build-libiberty.
5381         * Makefile.in: Regenerate.
5383 2010-09-30  Michael Eager  <eager@eagercon.com>
5385         * configure.ac (microblaze): Add target-libssp to noconfigdirs.
5386         * configure: Regenerate.
5388 2010-09-28  Michael Eager  <eager@eagercon.com>
5390         * MAINTAINERS (CPU Port Maintainers): Add myself for MicroBlaze port.
5392 2010-06-27  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
5394         PR bootstrap/44621
5395         * configure.ac: Fix unportable shell quoting.
5396         * configure: Regenerate.
5398 2010-09-21  Iain Sandoe  <iains@gcc.gnu.org>
5400         * configure.ac (enable-lto): Add Darwin to the list of supported lto
5401         targets and amend comment.
5402         * configure: Regenerate.
5404 2010-09-15  Tejas Belagod  <tejas.belagod@arm.com>
5406         * MAINTAINERS (Write After Approval): Add myself.
5408 2010-09-03  Jack Howarth <howarth@bromo.med.uc.edu>
5410         * configure.ac: Enable LTO by default on Darwin.
5411         * configure: Regenerate.
5413 2010-09-02  Marcus Shawcroft  <marcus.shawcroft@arm.com>
5415         * MAINTAINERS (Write After Approval): Add myself.
5417 2010-09-01  Ian Bolton  <ian.bolton@arm.com>
5419         * MAINTAINERS (Write After Approval): Add myself.
5421 2010-08-25  Danny Smith  <dannysmith@users.sourceforge.net>
5423         * MAINTAINERS (OS Port Maintainers): Remove myself from windows
5424         ports
5426 2010-07-28  David Yuste  <david.yuste@gmail.com>
5428         * MAINTAINERS (Write After Approval): Add myself.
5430 2010-07-26  Naveen.H.S  <naveen.S@kpitcummins.com>
5432         * configure.ac: Support all v850 targets.
5433         * configure: Regenerate.
5435 2010-07-23  Marc Glisse <marc.glisse@normalesup.org>
5437         PR bootstrap/44455
5438         * configure.ac (extra_mpfr_configure_flags): Copy from
5439         extra_mpc_gmp_configure_flags.
5440         * configure: Re-generated.
5442 2010-07-22  Andi Kleen  <ak@linux.intel.com>
5444         * MAINTAINERS (Write After Approval): Add myself.
5446 2010-07-22  Chung-Lin Tang  <cltang@codesourcery.com>
5448         * MAINTAINERS (Write After Approval): Add myself.
5450 2010-07-20  Jeffrey Yasskin  <jyasskin@google.com>
5452         * MAINTAINERS (Write After Approval): Add myself.
5454 2010-07-17  Jack Howarth  <howarth@bromo.med.uc.edu>
5456         PR target/44862
5457         * Makefile.tpl (POSTSTAGE1_CXX_EXPORT):
5458         Provide -B option to allow for link spec %s substitutions for
5459         libstdc++.a on darwin.
5460         * Makefile.in: Regenerate.
5462 2010-07-10  Mikael Morin  <mikael@gcc.gnu.org>
5464         * MAINTAINERS (Reviewers): Update my e-mail address
5466 2010-06-10  Alexandre Oliva  <aoliva@redhat.com>
5468         * Makefile.def (configure-gcc): Depend on all-libelf.
5469         * Makefile.in: Rebuild.
5471 2010-06-05  Fabien Chêne  <fabien@gcc.gnu.org>
5473         * MAINTAINERS (Write After Approval): Add myself in the right place.
5475 2010-06-04  Fabien Chêne  <fabien@gcc.gnu.org>
5477         * MAINTAINERS (Write After Approval): Add myself.
5479 2010-05-25  Sterling Augustine  <sterling@tensilica.com>
5481         * MAINTAINERS (CPU Port Maintainers): Add myself for xtensa port.
5483 2010-05-25  Maxim Kuvyrkov  <maxim@codesourcery.com>
5485         * config.sub: Update to version 2010-05-21.
5486         * config.guess: Update to version 2010-04-03.
5488 2010-05-18  Steven Bosscher  <steven@gcc.gnu.org>
5490         * configure.ac (--enable-lto): All *-apple-darwin* now support LTO.
5491         * configure: Regenerate.
5493 2010-05-12  Sriraman Tallam  <tmsriram@google.com>
5495         * MAINTAINERS (Write After Approval): Add myself.
5497 2010-05-07  Steven Bosscher  <steven@gcc.gnu.org>
5499         * configure.ac (--enable-lto): Add x86_64-apple-darwin* as
5500         a platform that supports LTO.
5501         * configure: Regenerate.
5503 2010-05-05  Sebastian Pop  <sebastian.pop@amd.com>
5505         * configure.ac: Allow all the versions greater than 0.10 of PPL.
5506         * configure: Regenerated.
5508 2010-04-27  Roland McGrath  <roland@redhat.com>
5509             H.J. Lu  <hongjiu.lu@intel.com>
5511         * configure.ac (--enable-gold): Support both, both/gold and
5512         both/bfd to add gold to configdirs without removing ld.
5513         * configure: Regenerated.
5515         * Makefile.def: Add install-gold dependency to install-ld.
5516         * Makefile.in: Regenerated.
5518 2010-04-27  Dave Korn  <dave.korn.cygwin@gmail.com>
5520         PR lto/42776
5521         * configure.ac (--enable-lto): Refactor handling so libelf tests
5522         are only performed inside then-clause of ACX_ELF_TARGET_IFELSE,
5523         and allow LTO to be explicitly enabled on non-ELF platforms that
5524         are known to support it inside else-clause.
5525         * configure: Regenerate.
5527 2010-04-20  Eric Botcazou  <ebotcazou@adacore.com>
5529         * configure.ac (BUILD_CONFIG): Redirect output to /dev/null.
5530         * configure: Regenerate.
5532 2010-04-17  Ralf Corsépius  <ralf.corsepius@rtems.org>
5534         * configure.ac (*-*-rtems*): Add target-libiberty to $skipdirs.
5535         * configure: Regenerate.
5537 2010-04-16  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
5539         * configure.ac: Check for elf_getshdrstrndx or elf_getshstrndx
5540         separately.
5541         * configure: Regenerate.
5543 2010-04-16  Kevin Williams  <kevin.williams@inria.fr>
5545         * MAINTAINERS (Write After Approval): Add myself.
5547 2010-04-14  Tristan Gingold  <gingold@adacore.com>
5549         * configure.ac (alpha*-*-*vms*): Remove ld from noconfigdirs.
5550         * configure: Regenerate.
5552 2010-04-13  Steve Ellcey  <sje@cup.hp.com>
5554         * configure: Regenerate after change to elf.m4.
5556 2010-04-06  Iain Sandoe  <iains@gcc.gnu.org>
5558         * MAINTAINERS (Write After Approval): Add myself.
5560 2010-04-02  Sebastian Pop  <sebastian.pop@amd.com>
5562         * configure.ac: Add brackets around AC_TRY_COMPILE alternative.
5563         * configure: Regenerated.
5565 2010-04-02  Sebastian Pop  <sebastian.pop@amd.com>
5567         * configure.ac: Print "buggy but acceptable" when CLooG
5568         revision is less than 9.
5569         * configure: Regenerated.
5571 2010-04-01  Diego Novillo  <dnovillo@google.com>
5573         * MAINTAINERS (Plugin): Add myself and Le-Chun Wu.
5575 2010-04-01  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
5577         PR bootstrap/43615
5578         PR bootstrap/43328
5580         Revert:
5582         2010-03-31  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
5584         * configure.ac: Do not pass --enable-multilib nor
5585         --disable-multilib in baseargs.  Accept explicitly passed
5586         --enable_multilib.
5587         * configure: Regenerate.
5589 2010-03-31  Ulrich Weigand  <uweigand@de.ibm.com>
5591         * MAINTAINERS (CPU Port Maintainers): Add myself for spu port.
5593 2010-03-31  Janis Johnson  <janis187@us.ibm.com>
5595         * MAINTAINERS: Remove myself.
5597 2010-03-31  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
5599         PR bootstrap/43328
5600         * configure.ac: Do not pass --enable-multilib nor
5601         --disable-multilib in baseargs.  Accept explicitly passed
5602         --enable_multilib.
5603         * configure: Regenerate.
5605 2010-03-28  Andrew Pinski  <pinskia@gmail.com>
5607         * MAINTAINERS (spu port): Remove me.
5609 2010-03-23  Joseph Myers  <joseph@codesourcery.com>
5611         * configure.ac (tic6x-*-*): New case.
5612         * configure: Regenerate.
5614 2010-03-23  Joseph Myers  <joseph@codesourcery.com>
5616         * config.sub: Update to version 2010-03-22.
5617         * config.guess: Update to version 2009-12-30.
5619 2010-03-19  Jack Howarth  <howarth@bromo.med.uc.edu>
5621         PR ada/42554
5622         * configure.ac: Only pass -c to ranlib for darwin9 and earlier.
5623         * configure: Regenerate.
5625 2010-03-18  Ramana Radhakrishnan  <ramana.radhakrishnan@arm.com>
5627         * MAINTAINERS: Update my email address.
5629 2010-03-17  Sebastian Pop  <sebastian.pop@amd.com>
5631         * MAINTAINERS (dwarak.rajagopal@amd.com): Removed.
5632         (ghassan.shobaki@amd.com): Removed.
5634 2010-03-17  Alan Modra  <amodra@gmail.com>
5636         * MAINTAINERS: Update my email address.
5638 2010-03-16  Diego Novillo  <dnovillo@google.com>
5640         * MAINTAINERS: Remove Dan Hipschman, William Maddox and Chris
5641         Matthews.
5643 2010-03-16  Joseph Myers  <joseph@codesourcery.com>
5645         * MAINTAINERS (Write After Approval): Remove Jim Blandy, Daniel
5646         Gutson, Jeffrey D. Oldham and Mark Shinwell.
5648 2010-03-16  Joseph Myers  <joseph@codesourcery.com>
5650         * MAINTAINERS: Update my email address.
5652 2010-03-16  Daniel Jacobowitz  <dan@codesourcery.com>
5654         * MAINTAINERS: Update my email address.
5656 2010-03-15  Bernd Schmidt  <bernds@codesourcery.com>
5658         * MAINTAINERS: Update my email address.
5660 2010-03-09  Jie Zhang  <jie@codesourcery.com>
5662         * MAINTAINERS: Update my email address.
5664 2010-03-01  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
5666         PR libstdc++/32499
5667         * configure.ac (RANLIB): Default to true.
5668         (STRIP): Likewise.
5669         (RANLIB_FOR_TARGET): Remove superfluous : argument.
5670         * configure: Regenerate.
5672 2010-02-17  Rafael Ávila de Espíndola  <espindola@google.com>
5674         * MAINTAINERS (Plugin, LTO, LTO plugin): Remove myself.
5675         (Write After Approval): Update my email address.
5677 2010-02-17  Nick Clifton  <nickc@redhat.com>
5679         PR 11238
5680         * Makefile.tpl (local-distclean): Also remove config.cache files in
5681         sub-directories as there may not be Makefiles present in the
5682         sub-directories.
5683         * Makefile.tpl: Use "-exec rm {}" rather than "-delete" to delete
5684         the config.cache files found by the find command.
5686         * Makefile.in: Regenerate.
5687         * configure.ac: Revert previous delta.
5688         * configure: Regenerate.
5690 2010-02-15  Nick Clifton  <nickc@redhat.com>
5692         PR 11238
5693         * configure.ac: Delete config.cache files in sub-directories when
5694         deleting Makefiles.
5695         * configure: Regenerate.
5697 2010-02-12  Ben Elliston  <bje@gnu.org>
5699         * MAINTAINERS: Update my email address.
5701 2010-02-08  Andrew Pinski  <pinskia@gmail.com>
5703         * MAINTAINERS (spu port): Update my email address.
5705 2010-02-08  Jie Zhang  <jie.zhang@analog.com>
5707         * MAINTAINERS: Add myself as a maintainer for the bfin port.
5709 2010-01-31  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
5711         * configure.ac: Add "recommended" version checks for GMP/MPC.
5712         Update recommended GMP/MPFR/MPC versions.
5713         * configure: Regenerate.
5715 2010-01-31  Joern Rennecke  <joern.rennecke@embecosm.com>
5717         * MAINTAINERS: Move my Embecosm email address into the
5718         write-after-approval section.
5720 2010-01-26  Ian Lance Taylor  <iant@google.com>
5722         * MAINTAINERS: Add myself as Go frontend maintainer.
5724 2010-01-25  Joern Rennecke  <amylaar@spamcop.net>
5726         PR libstdc++/36101, PR libstdc++/42813
5727         * configure.ac (bootstrap_target_libs): Make inclusion of
5728         target-libgomp conditional on libgomb being in target_configdirs.
5729         * configure: Regenerate.
5731 2010-01-23  Joern Rennecke  <amylaar@spamcop.net>
5733         PR libstdc++/36101, PR libstdc++/42813
5734         * configure.ac (bootstrap_target_libs): Include target-libgomp.
5735         * configure: Regenerate.
5737 2010-01-22  Joern Rennecke  <amylaar@spamcop.net>
5739         PR libstdc++/36101, PR libstdc++/42813
5740         * configure.ac (target_configdirs): Substitute.
5741         * Makefile.def: Bootstrap target module libgomp.
5742         Add dependency of all-target-libstdc++-v3 on configure-target-libgomp.
5743         * Makefile.tpl (TARGET_CONFIGDIRS): New makefile variable.
5744         (BASE_TARGET_EXPORTS): Export TARGET_CONFIGDIRS.
5745         * configure, Makefile.in: Regenerate.
5747 2010-01-21  Dave Korn  <dave.korn.cygwin@gmail.com>
5749         * MAINTAINERS: Adjust my details.
5751 2010-01-20  Eric B. Weddington  <eric.weddington@atmel.com>
5753         * MAINTAINERS (CPU Port Maintainers): Add myself for avr port.
5755 2010-01-18  Thierry Lafage  <thierry.lafage@inria.fr>
5757         * MAINTAINERS: reindented my entry with tabs instead of spaces.
5759 2010-01-15  Thierry Lafage  <thierry.lafage@inria.fr>
5761         * MAINTAINERS (Write After Approval): Add myself.
5763 2010-01-15  Konrad Trifunovic  <konrad.trifunovic@inria.fr>
5765         * MAINTAINERS (Write After Approval): Add myself.
5767 2010-01-11  Richard Guenther  <rguenther@suse.de>
5769         PR lto/41569
5770         * Makefile.def (all-lto-plugin): Depend on all-gcc.
5771         * Makefile.in: Regenerated.
5773 2010-01-11  Andreas Tobler  <andreast@fgznet.ch>
5775         * configure.ac: Enable libjava build on x86_64-*freebsd*.
5776         * configure: Regenerate.
5778 2010-01-07  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
5779             Francois-Xavier Coudert  <fxcoudert@gcc.gnu.org>
5781         PR bootstrap/42424
5782         * configure.ac: Include libtool m4 files.
5783         (_LT_CHECK_OBJDIR): Call it.
5784         (extra_mpc_mpfr_configure_flags, extra_mpc_gmp_configure_flags,
5785         gmplibs, ppllibs, clooglibs): Use $lt_cv_objdir.
5787         * configure: Regenerate.
5789 2010-01-07  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
5791         PR bootstrap/41818
5792         * Makefile.tpl (BASE_TARGET_EXPORTS): Only add TARGET_LIB_PATH
5793         to $(RPATH_ENVVAR) if bootstrapping.  Fix typo in comment.
5794         * Makefile.in: Regenerate.
5796 2010-01-02  Richard Guenther  <rguenther@suse.de>
5798         PR lto/41529
5799         * configure.ac: Include config/elf.m4.  Disable LTO if not
5800         builting for an elf target.
5801         * configure: Regenerate.
5803 2009-12-27  Christopher Faylor  <me+cygwin@cgf.cx>
5805         * MAINTAINERS: Change my email address.
5807 2009-12-18  Ben Elliston  <bje@au.ibm.com>
5809         * config.sub, config.guess: Update from upstream sources.
5811 2009-12-07  Shujing Zhao  <pearly.zhao@oracle.com>
5813         * MAINTAINERS (Write After Approval): Add myself.
5815 2009-12-06  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
5817         PR middle-end/30447
5818         PR middle-end/30789
5819         PR other/40302
5821         * configure.ac: Require MPC.
5822         * configure: Regenerate.
5824 2009-12-05  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
5826         PR target/38384
5827         PR bootstrap/40972
5828         * libtool.m4: Sync from git Libtool.
5829         * ltoptions.m4: Likewise.
5830         * ltversion.m4: Likewise.
5831         * lt~obsolete.m4: Likewise.
5832         * ltmain.sh: Likewise.
5834 2009-11-30  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
5836         * configure.ac: Update minimum MPC version to 0.8.
5837         * configure: Regenerate.
5839 2009-11-21  Sebastian Pop  <sebpop@gmail.com>
5841         * configure.ac: Check for version 0.15.5 or later revision of CLooG.
5842         * configure: Regenerated.
5844 2009-11-21  Ian Lance Taylor  <iant@google.com>
5846         * configure.ac: Change default of poststage1_ldflags to be empty if
5847         poststage1_libs is set.  When poststage1_libs is empty, and
5848         ENABLE_BUILD_WITH_CXX is set, add -static-libgcc.
5849         * configure: Rebuild.
5851 2009-11-21  Adam Nemet  <adambnmet@gmail.com>
5853         * MAINTAINERS (Write After Approval): Update my email address.
5855 2009-11-20  Ben Elliston  <bje@au.ibm.com>
5857         * config.guess: Update from upstream sources.
5859 2009-11-16  Alexandre Oliva  <aoliva@redhat.com>
5861         * Makefile.def: Restore host and target settings for gmp.
5862         * Makefile.in: Rebuild.
5864 2009-11-16  Alexandre Oliva  <aoliva@redhat.com>
5866         * configure.ac: Add libelf to host_libs.  Enable in-tree configury
5867         of ppl and cloog.  Fix in-tree configury of libelf, skip tests.
5868         Fix portability of test of C++ as bootstrap language.  Add
5869         ppl/src/ppl-config.o to the bootstrap compare exclusion list.
5870         * configure: Rebuild.
5871         * Makefile.def: Drop host and target settings from gmp, mpfr, ppl,
5872         and cloog.  Fix in-tree ppl configuration.  Introduce libelf
5873         in-tree building.
5874         * Makefile.tpl (POSTSTAGE1_CXX_EXPORT): New.
5875         (POSTSTAGE1_HOST_EXPORTS): Use it.
5876         (STAGE[+id+]_CXXFLAGS): New.
5877         (BASE_FLAGS_TO_PASS): Pass it down.
5878         (configure-stage[+id+]-[+prefix+][+module+]): Use it.  Add
5879         extra_exports.
5880         (all-stage[+id+]-[+prefix+][+module+]): Likewise.
5881         (configure-[+prefix+][+module+], all-[+prefix+][+module+]): Add
5882         extra_exports.
5883         * Makefile.in: Rebuild.
5885 2009-11-17  Ben Elliston  <bje@au.ibm.com>
5887         * config.sub, config.guess: Update from upstream sources.
5889 2009-11-12  Jan Kratochvil  <jan.kratochvil@redhat.com>
5891         * MAINTAINERS (Write After Approval): Add myself.
5893 2009-11-09  Jon Beniston  <jon@beniston.com>
5895         * MAINTAINERS (Write After Approval): Add myself.
5897 2009-11-06  Ozkan Sezer  <sezeroz@gmail.com>
5899         * configure.ac (FLAGS_FOR_TARGET):  Add -L and -isystem
5900         paths for *-w64-mingw* and x86_64-*mingw*.
5901         * configure: Regenerated.
5903 2009-11-05  Joern Rennecke  <amylaar@spamcop.net>
5905         * MAINTAINERS (Write After Approval): Add entry for my INRIA work.
5907 2009-11-02  Benjamin Kosnik  <bkoz@redhat.com>
5909         * MAINTAINERS: Add Jonathan Wakely under Various Maintainers, move
5910         Phil Edwards to Write-After Approval.
5912 2009-10-30  Kai Tietz  <kai.tietz@onevision.com>
5914         * configure.ac: Disable target-winsup & co for
5915         x86_64-*-mingw* and *-w64-mingw* targets.
5916         * configure: Regenerated.
5918 2009-10-16  Nick Clifton  <nickc@redhat.com>
5920         * MAINTAINERS: Add myself as a maintainer for the RX port.
5922 2009-10-26  Johannes Singler  <singler@kit.edu>
5924         * MAINTAINERS (Write After Approval): Update my e-mail address.
5926 2009-10-23  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
5928         * configure.ac (CLooG test): Use = with test.
5929         * configure: Regenerate.
5931 2009-10-22  Richard Guenther  <rguenther@suse.de>
5933         * configure.ac: Do not set LIBS for ppl/cloog checks.  Disable
5934         cloog if the ppl version check failed.  Move flags saving
5935         before setting in libelf check.
5936         * configure: Regenerate.
5938 2009-10-21  Richard Guenther  <rguenther@suse.de>
5940         * configure.ac: Adjust the ppl and cloog configure to work as
5941         documented.  Disable cloog if ppl was disabled.  Omit the version
5942         checks if they were disabled.
5943         * configure: Re-generate.
5945 2009-10-13  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
5947         * configure.ac: Add 'lto' to enable_languages, not
5948         new_enable_languages, and only if not already present.
5949         * configure: Regenerate.
5951 2009-10-10  Gerald Pfeifer  <gerald@pfeifer.com>
5953         * README: Refer to the various COPYING* files instead of just
5954         COPYING.
5955         Refer to http://gcc.gnu.org/bugs/ for bug reporting instructions.
5957 2009-10-07  Rafael Avila de Espindola  <espindola@google.com>
5959         * MAINTAINERS: Change my email address. Change plugi-in to plugin.
5961 2009-10-07  Richard Guenther  <rguenther@suse.de>
5963         * MAINTAINERS (LTO): List Diego Novillo, Rafael Avila de Espindola,
5964         and Richard Guenther as reviewers.
5965         (LTO plugin): List Rafael Avila de Espindola and Cary Coutant
5966         as reviewers.
5968 2009-10-07  Hariharan Sandanagobalane  <hariharan@picochip.com>
5970         * config.sub: Update from upstream sources.
5972 2009-10-06  Ian Lance Taylor  <iant@google.com>
5974         * Makefile.def: check-gold depends upon all-gas.
5975         * Makefile.in: Rebuild.
5977 2009-10-05  Phil Muldoon  <pmuldoon@redhat.com>
5979         * MAINTAINERS (Write After Approval): Add myself.
5981 2009-10-03  2009-02-05  Rafael Avila de Espindola  <espindola@google.com>
5983         * Makefile.def: all-lto-plugin depends on all-libiberty.
5984         set bootstrap=true for lto-plugin.
5985         Add lto-plugin.
5986         * Makefile.in: Regenerate.
5987         * configure.ac (host_libs): Add lto-plugin.
5988         * configure: Regenerate.
5990 2009-10-03  Diego Novillo  <dnovillo@google.com>
5992         * Makefile.tpl (HOST_EXPORTS): Add LIBELFLIBS and LIBELFINC.
5993         (HOST_LIBELFLIBS): Define.
5994         (HOST_LIBELFINC): Define.
5995         * Makefile.in: Regenerate.
5996         * configure.ac: Add --enable-lto.
5997         Add --with-libelf, --with-libelf-include and --with-libelf-lib.
5998         If --enable-lto is used, add 'lto' to new_enable_languages.
5999         If --enable-lto is used and gold is enabled, add
6000         lto-plugin to configdirs.
6001         * configure: Regenerate.
6003 2009-10-03  Simon Baldwin  <simonb@google.com>
6005         * configure.ac: If --with-system-zlib, suppress local zlib and
6006         pass --with-system-zlib to subdir configure scripts.
6007         * configure: Regenerate.
6009 2009-10-01  Loren J. Rittle  <ljrittle@acm.org>
6010             Paolo Bonzini  <bonzini@gnu.org>
6012         * Makefile.tpl (POSTSTAGE1_HOST_EXPORTS): Use $$s rather than
6013         $(srcdir).
6014         * Makefile.in: Rebuilt.
6016 2009-09-26  Gary Funck  <gary@intrepid.com>
6018         * MAINTAINERS (Write After Approval): Add myself.
6020 2009-09-26  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
6022         * configure.ac: Update minimum MPC version to 0.7.
6023         * configure: Regenerate.
6025 2009-09-25  Nick Clifton  <nickc@redhat.com>
6027         * configure.ac: Pass any --cache-file=/dev/null option on to
6028         subconfigures.
6029         * configure: Regenerate.
6031 2009-09-23  Nick Clifton  <nickc@redhat.com>
6033         * config.sub, config.guess: Update from upstream sources.
6035 2009-09-22  Loren J. Rittle  <ljrittle@acm.org>
6037         * Makefile.tpl (POSTSTAGE1_HOST_EXPORTS): Remove stray $$r/.
6038         * Makefile.in: Rebuilt.
6040 2009-09-22  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
6042         PR bootstrap/32272
6043         * configure.ac: Error out if $srcdir isn't '.' but contains
6044         host-${host_noncanonical}.
6045         * configure: Regenerate.
6047 2009-09-22  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
6049         * MAINTAINERS (OS Port Maintainers): Add myself as Solaris
6050         maintainer.
6052 2009-09-21  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
6054         * configure.ac: If bootstrapping a combined tree with
6055         --enable-gold, require c++ in stage1_languages.
6056         * configure: Regenerate.
6058         * configure.ac: Also add target_libs of stage1_languages to
6059         bootstrap_target_libs.
6060         * configure: Regenerate.
6062         * configure.ac: Diagnose --enable-build-with-cxx bootstrap
6063         with --enable-languages not containing c++.
6064         * configure: Regenerate.
6066 2009-09-15  Jie Zhang  <jie.zhang@analog.com>
6068         * configure.ac: Disable java and boehm-gc for bfin-*-*.
6069         * configure: Regenerate.
6071 2009-09-12  Joern Rennecke  <joern.rennecke@embecosm.com>
6073         * MAINTAINERS (Write After Approval): Update my e-mail address,
6074         and move from from here...
6075         (Waiting for paperwork): To here.
6077 2009-09-09  Joseph Myers  <joseph@codesourcery.com>
6079         * MAINTAINERS (Reviewers): Add self as driver reviewer.
6081 2009-09-08  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
6083         * configure.ac: Do not use $extrasub for replacing @if/@endif
6084         parts in Makefile; instead, use additional arguments to
6085         AC_CONFIG_COMMANDS to do the replacement manually, with several
6086         sed invocations, to avoid HP-UX sed command limits.
6087         * configure: Regenerate.
6089 2009-09-08  Alexandre Oliva  <aoliva@redhat.com>
6091         * libtool.m4 (output_verbose_link_cmd): Require leading blank, and
6092         blank before -L.
6094 2009-09-04  Alexandre Oliva  <aoliva@redhat.com>
6096         * configure.ac (with-build-config): Document.  Handle without.
6097         Handle missing argument.
6098         * configure: Rebuilt.
6100 2009-09-03  Alexandre Oliva  <aoliva@redhat.com>
6102         * configure.ac (--with-build-config): New.  Set BUILD_CONFIG.
6103         Default to bootstrap-debug only if compare-debug works.
6104         * configure: Rebuilt.
6105         * Makefile.tpl: Make BUILD_CONFIG configure-configurable.
6106         * Makefile.in: Rebuilt.
6108 2009-09-02  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
6110         * MAINTAINERS (OS Port Maintainers): Update my email address.
6112 2009-09-01  Alexandre Oliva  <aoliva@redhat.com>
6114         * Makefile.tpl (BUILD_CONFIG): Default to bootstrap-debug.
6115         * Makefile.in: Rebuilt.
6117 2009-09-01  Chris Demetriou  <cgd@google.com>
6119         * MAINTAINERS (Write After Approval): Add myself.
6121 2009-08-31  Dodji Seketeli  <dodji@redhat.com>
6123         PR debug/30161
6124         * include/dwarf2.h (enum dwarf_tag): Added
6125         DW_TAG_GNU_template_template_param
6126         (enum dwarf_attribute): Added DW_AT_GNU_template_name.
6128 2009-08-30  Paolo Bonzini  <bonzini@gnu.org>
6130         * Makefile.tpl (AWK): Fix typo.
6131         * Makefile.in: Regenerate.
6133 2009-08-30  Paolo Bonzini  <bonzini@gnu.org>
6135         * configure.ac: Detect awk and sed.
6136         * Makefile.def (flags_to_pass): Add AWK and SED.
6137         * Makefile.tpl (AWK, SED): New.
6138         (BASE_FLAGS_TO_PASS): Add AWK and SED.
6139         * configure: Regenerate.
6140         * Makefile.in: Regenerate.
6142 2009-08-26  Dave Korn  <dave.korn.cygwin@gmail.com>
6144         * ltmain.sh (removedotparts): Don't use comma as 's' separator.
6145         (collapseslashes): Likewise.
6147 2009-08-24  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
6149         * configure.ac (AC_PREREQ): Bump to 2.64.
6151 2009-08-22  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
6153         * configure.ac: Remove --with-datarootdir, --with-docdir,
6154         --with-pdfdir, --with-htmldir switches.
6155         * configure: Regenerate.
6157         * configure: Regenerate.
6159         * compile: Sync from Automake 1.11.
6160         * depcomp: Likewise.
6161         * install-sh: Likewise.
6162         * missing: Likewise.
6163         * mkinstalldirs: Likewise.
6164         * ylwrap: Likewise.
6166 2009-08-20  Dave Korn  <dave.korn.cygwin@gmail.com>
6168         * ltmain.sh (func_normal_abspath): New function.
6169         (func_relative_path): Likewise.
6170         (func_mode_help): Document new -bindir option for link mode.
6171         (func_mode_link): Add new -bindir option, and use it to place
6172         output DLL if specified.
6174 2009-08-19  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
6176         * configure.ac: Call AC_DISABLE_OPTION_CHECKING.
6177         (baseargs): Add --disable-option-checking.
6178         * configure: Regenerate.
6180         * Makefile.def (configure-target-libiberty): Depend on
6181         all-binutils and all-ld.
6182         (configure-target-newlib): Likewise.
6183         * Makefile.in: Regenerate.
6185 2009-08-17  Ben Elliston  <bje@au.ibm.com>
6187         * config.sub, config.guess: Update from upstream sources.
6189 2009-08-16  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
6191         Sync from src, merge:
6193         2009-07-02  Tristan Gingold  <gingold@adacore.com>
6195         * configure.ac: Do not exclude gas for i386-*-darwin.
6196         Add a case for x86_64-*-darwin.
6197         * configure: Regenerate.
6199 2009-08-06  Neil Vachharajani  <nvachhar@gmail.com>
6201         * MAINTAINERS: Add my name to Write After Approval list.
6203 2009-08-06  Michael Eager  <eager@eagercon.com>
6205         * configure.ac: Add Microblaze target.
6206         * configure: Regenerate.
6208 2009-07-31  Christian Bruel  <christian.bruel@st.com>
6210         * configure.ac (sh*-*-elf): Don't add target-libgloss to noconfigdirs.
6211         * configure: Regenerate.
6213 2009-07-28  Rask Ingemann Lambertsen  <ccc94453@vip.cybercity.dk>
6215         * MAINTAINERS (Write After Approval): Update my e-mail address.
6217 2009-07-06  Ian Lance Taylor  <iant@google.com>
6219         * configure.ac: Add missing comma in AC_ARG_WITH(boot-libs).
6220         * configure: Rebuild.
6222 2009-07-01  Tobias Grosser  <grosser@fim.uni-passau.de>
6224         * MAINTAINERS: Move myself to the Graphite Reviewers.
6226 2009-06-30  Wei Guozhi  <carrot@google.com>
6228         * MAINTAINERS: Add my name to Write After Approval list.
6230 2009-06-26  Steve Ellcey  <sje@cup.hp.com>
6232         PR bootstrap/40338
6233         * configure.ac (comparestring): Create new variable.
6234         * Makefile.tpl (comparestring): Use to skip some comparisions.
6235         * configure: Regenerate.
6236         * Makefile.in: Regenerate.
6238 2009-06-26  Doug Evans  <dje@sebabeach.org>
6240         * Makefile.def (host_modules): Add cgen.
6241         * Makefile.in: Regenerate.
6242         * configure.ac (host_tools): Add cgen.
6243         * configure: Regenerate.
6245 2009-06-23  DJ Delorie  <dj@redhat.com>
6247         * MAINTAINERS: Add myself as mep maintainer.
6249 2009-06-23  Ian Lance Taylor  <iant@google.com>
6251         * configure.ac: Add --enable-build-with-cxx.  When set, add c++ to
6252         boot_languages.  Only bootstrap target libraries listed in
6253         target_libs for some boot language.  Add --with-stage1-ldflags,
6254         --with-stage1-libs, --with-boot-ldflags, --with-boot-libs.  Remove
6255         with_host_libstdcxx from ppllibs.  Only add -fkeep-inline-functions
6256         if not building with C++.
6257         * Makefile.def: For target_module libstdc++-v3, set bootstrap=true.
6258         * Makefile.tpl (STAGE1_LDFLAGS, STAGE1_LIBS): New variables.
6259         (POSTSTAGE1_LDFLAGS, POSTSTAGE1_LIBS): New variables.
6260         (HOST_EXPORTS): Add STAGE1_LDFLAGS to LDFLAGS.  Export HOST_LIBS.
6261         (POSTSTAGE1_HOST_EXPORTS): Set CXX and CXX_FOR_BUILD.  Add
6262         POSTSTAGE1_LDFLAGS to LDFLAGS.  Export HOST_LIBS.
6263         (POSTSTAGE1_FLAGS_TO_PASS): Likewise.
6264         * configure, Makefile.in: Rebuild.
6266 2009-06-23  Li Feng  <nemokingdom@gmail.com>
6268         * MAINTAINERS: Added my name to write-after-approval list.
6270 2009-06-15  Ryan Mansfield  <rmansfield@qnx.com>
6272         * configure.ac: Define is_elf for QNX Neutrino targets.
6273         * configure: Regenerate.
6275 2009-06-09  Ghassan Shobaki  <ghassan.shobaki@amd.com>
6277         * MAINTAINERS: Added my name to the write-after-approval list
6279 2009-06-08  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
6281         * configure.ac: Detect MPC in default directory.
6282         * configure: Regenerate.
6284 2009-06-03  Jerome Guitton  <guitton@adacore.com>
6285             Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
6287         * Makefile.tpl (all): Avoid a trailing backslash.
6288         * Makefile.in: Regenerate.
6290 2009-06-03  Ben Elliston  <bje@au.ibm.com>
6292         * config.sub, config.guess: Update from upstream sources.
6294 2009-06-02  Richard Sandiford  <r.sandiford@uk.ibm.com>
6296         * configure.ac (powerpc-*-aix*, rs6000-*-aix*): Add target-newlib
6297         to noconfdirs.
6298         * configure: Regenerate.
6300 2009-06-02  Alexandre Oliva  <aoliva@redhat.com>
6302         * Makefile.tpl ([+compare-target+]): Compare all stage
6303         directories, rather than just gcc.
6304         * Makefile.in: Rebuilt.
6306 2009-06-01  Doug Kwan  <dougkwan@google.com>
6308         * configure.ac: Support gold for target arm*-*-*.
6309         * configure: Regenerate.
6311 2009-05-29  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
6313         * Makefile.def: Add MPC support and dependencies.
6314         * configure.ac: Likewise.  Reorganize GMP/MPFR checks.
6316         * Makefile.in, configure: Regenerate.
6318 2009-05-27  Alexandre Oliva  <aoliva@redhat.com>
6320         * Makefile.tpl (all): Avoid harmless warning in make all when
6321         gcc-bootstrap is enabled but stage_last does not exist.
6322         * Makefile.in: Rebuilt.
6324 2009-05-24  Nicolas Roche  <roche@adacore.com>
6326         * Makefile.tpl (compare-target): Skip ./ada/*tools directories.
6327         * Makefile.in: Regenerate.
6329 2009-05-21  Denis Chertykov  <chertykov@gmail.com>
6331         * MAINTAINERS: Update my e-mail address.
6333 2009-05-21  Dave Korn  <dave.korn.cygwin@gmail.com>
6335         * configure.ac (cygwin noconfigdirs):  Remove libgcj.
6336         * configure:  Regenerate.
6338 2009-05-18  Alexandre Oliva  <aoliva@redhat.com>
6340         PR other/40159
6341         * Makefile.tpl (all): Don't assume gcc-bootstrap and
6342         gcc-no-bootstrap are mutually exclusive.
6343         * Makefile.in: Rebuilt.
6345 2009-05-18  Alexandre Oliva  <aoliva@redhat.com>
6347         PR other/40159
6348         * Makefile.tpl (all): Don't end with unconditional success.
6349         * Makefile.in: Rebuilt.
6351 2009-05-12  Alexandre Oliva  <aoliva@redhat.com>
6353         PR target/37137
6354         * Makefile.def (flags_to_pass): Remove redundant and incomplete
6355         STAGE1_CFLAGS, STAGE2_CFLAGS, STAGE3_CFLAGS, and STAGE4_CFLAGS.
6356         Add FLAGS_FOR_TARGET and BUILD_CONFIG.
6357         (bootstrap_stage): Remove bootstrap-debug custom stages.  Turn
6358         stage_configureflags, stage_cflags and stage_libcflags into
6359         explicit Makefile macros.
6360         * Makefile.tpl (HOST_EXPORTS, EXTRA_HOST_FLAGS): Pass GCJ and
6361         GFORTRAN.
6362         (POSTSTAGE1_HOST_EXPORTS): Add XGCC_FLAGS_FOR_TARGET and TFLAGS to
6363         CC.  Set CC_FOR_BUILD from CC.
6364         (BASE_TARGET_EXPORTS, RAW_CXX_TARGET_EXPORTS,
6365         NORMAL_TARGET_EXPORTS): Move SYSROOT_CFLAGS_FOR_TARGET and
6366         DEBUG_PREFIX_CFLAGS_FOR_TARGET from CFLAGS and CXXFLAGS to
6367         XGCC_FLAGS_FOR_TARGET.  Add it along with TFLAGS to CC, CXX, GCJ,
6368         and GFORTRAN.
6369         (TFLAGS, STAGE_CFLAGS, STAGE_TFLAGS, STAGE_CONFIGURE_FLAGS): New.
6370         (_LIBCFLAGS): Renamed to _TFLAGS.
6371         (do-compare-debug, do-compare3-debug): Drop.
6372         (CC, GCC_FOR_TARGET, CXX_FOR_TARGET, RAW_CXX_FOR_TARGET,
6373         GCJ_FOR_TARGET, GFORTRAN_FOR_TARGET): Remove FLAGS_FOR_TARGET.
6374         (FLAGS_FOR_TARGET, SYSROOT_CFLAGS_FOR_TARGET,
6375         DEBUG_PREFIX_CFLAGS_FOR_TARGET): Move down.
6376         (XGCC_FLAGS_FOR_TARGET): New.
6377         (BASE_FLAGS_TO_PASS): Pass STAGEid_CFLAGS, STAGEid_TFLAGS and TFLAGS.
6378         (EXTRA_HOST_FLAGS): Pass GCJ and GFORTRAN.
6379         (POSTSTAGE1_FLAGS_TO_PASS): Move SYSROOT_CFLAGS_FOR_TARGET and
6380         DEBUG_PREFIX_CFLAGS_FOR_TARGET from CFLAGS, CXXFLAGS, LIBCFLAGS,
6381         LIBCXXFLAGS to XGCC_FLAGS_FOR_TARGET.  Add it along with TFLAGS
6382         to CC, CXX, GCJ, and GFORTRAN.  Pass XGCC_FLAGS_FOR_TARGET and
6383         TFLAGS.
6384         (BUILD_CONFIG): Include if requested.
6385         (all): Set TFLAGS on bootstrap.
6386         (configure-stageid-prefixmodule): Pass TFLAGS, adjust FLAGS.
6387         (all-stageid-prefixmodule): Likewise.
6388         (do-clean, distclean-stageid): Set TFLAGS.
6389         (restrap): Fix whitespace.
6390         * Makefile.in: Rebuilt.
6392 2009-05-07  Paolo Bonzini  <bonzini@gnu.org>
6394         * config.guess: Sync with src.
6396 2009-05-07  Dave Korn  <dave.korn.cygwin@gmail.com>
6398         * configure.ac ($with_ppl):  Default to no if not supplied.
6399         ($with_cloog):  Likewise.
6400         configure:  Regenerate.
6402 2009-04-27  James E. Wilson  <wilson@codesourcery.com>
6404         * MAINTAINERS: Update my e-mail address.
6406 2009-04-27  Nick Clifton  <nickc@redhat.com>
6408         * MAINTAINERS: Replace Aldy Hernandez as a maintainer for the FRV.
6410 2009-04-25  Eric Botcazou  <ebotcazou@adacore.com>
6412         * Makefile.tpl (POSTSTAGE1_HOST_EXPORTS): Add GNATBIND.
6413         (POSTSTAGE1_FLAGS_TO_PASS): Pick up exported value for GNATBIND.
6414         * Makefile.in: Regenerate.
6416 2009-04-24  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
6418         PR bootstrap/39739
6419         * configure.ac (extra_mpfr_configure_flags): Set and AC_SUBST.
6420         * Makefile.def (module=mpfr): Use extra_mpfr_configure_flags.
6422         * configure, Makefile.in: Regenerate.
6424 2009-04-21  Taras Glek  <tglek@mozilla.com>
6426         * include/hashtab.h: Update GTY annotations to new syntax
6427         * include/splay-tree.h: Likewise
6429 2009-04-17  Ben Elliston  <bje@au.ibm.com>
6431         * config.sub, config.guess: Update from upstream sources.
6433 2009-04-15  Anthony Green  <green@moxielogic.com>
6435         * configure.ac: Add moxie support.
6436         * configure: Rebuilt.
6438 2009-04-14  Jakub Jelinek  <jakub@redhat.com>
6440         * configure.ac: Change copyright header to refer to version
6441         3 of the GNU General Public License and to point readers at the
6442         COPYING3 file and the FSF's license web page.
6443         * Makefile.def: Likewise.
6444         * Makefile.tpl: Likewise.
6445         * Makefile.in: Regenerate.
6447 2009-04-09  Jack Howarth  <howarth@bromo.med.uc.edu>
6449         * configure.ac: Restore match for darwin9 or later. Use double
6450         brackets since regeneration eats one pair.
6451         * configure: Regenerate.
6453 2009-04-09  H.J. Lu  <hongjiu.lu@intel.com>
6455         PR gas/10039
6456         * configure.ac: Require texinfo 4.7.
6457         * configure: Regenerated.
6459 2009-04-09  Nick Clifton  <nickc@redhat.com>
6461         * COPYING.RUNTIME: New file: Contains a copy of version 3.1 of
6462         the GCC Runtime Library Exception.
6464 2009-04-08  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
6466         * configure.ac: Bump minimum GMP/MPFR versions to 4.2 and 2.3.1.
6467         * configure: Regenerate.
6469 2009-04-01  Steve Ellcey  <sje@cup.hp.com>
6471         * Makefil.def (languages): New entries.
6472         * Makefile.tpl (check-gcc-*): New generic target.
6473         * Makefile.in: Regenerate.
6475 2009-03-25  Erven Rohou  <erven.rohou@inria.fr>
6477         * MAINTAINERS:  Update my email address.
6479 2009-03-18  Tom Tromey  <tromey@redhat.com>
6481         * configure: Rebuild.
6482         * configure.ac (host_libs): Add libiconv.
6483         * Makefile.in: Rebuild.
6484         * Makefile.def (host_modules): Add libiconv.
6485         (configure-gdb, all-gdb): Depend on libiconv.
6487 2009-03-16  Tristan Gingold  <gingold@adacore.com>
6489         * configure.ac: Treat gdb as supported on x86_64-darwin.
6490         * configure: Regenerate.
6492 2009-03-16  Joseph Myers  <joseph@codesourcery.com>
6494         * configure.ac (--with-host-libstdcxx): New option.
6495         * configure: Regenerate.
6497 2009-03-12  Joern Rennecke  <joern.rennecke@arc.com>
6499         * MAINTAINERS:  Move myself into the write after approval list.
6501 2009-03-11  Nicola Pero  <nicola.pero@meta-innovation.com>
6503         * MAINTAINERS: Update e-mail address.
6505 2009-03-11  Dorit Nuzman  <dorit@il.ibm.com>
6507         * MAINTAINERS: Remove myself as auto-vectorizer maintainer.
6509 2009-03-10  Ira Rosen  <irar@il.ibm.com>
6511         * MAINTAINERS: Add myself as auto-vectorizer maintainer.
6513 2009-03-01  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
6515         Backport from git Libtool:
6517         2009-01-19  Robert Millan  <rmh@aybabtu.com>
6518         Support GNU/kOpenSolaris.
6519         * libltdl/m4/libtool.m4 (_LT_SYS_DYNAMIC_LINKER)
6520         (_LT_CHECK_MAGIC_METHOD, _LT_COMPILER_PIC, _LT_LINKER_SHLIBS)
6521         (_LT_LANG_CXX_CONFIG) [kopensolaris*-gnu]: Recognize
6522         GNU/kOpenSolaris.
6524 2009-02-27  Andreas Schwab  <schwab@linux-m68k.org>
6526         * MAINTAINERS: Update e-mail address.
6528 2009-02-24  Michael Eager  <eager@eagercon.com>
6530         * MAINTAINERS (Write After Approval): Add self.
6532 2009-02-18  Bingfeng Mei  <bmei@broadcom.com>
6534         * MAINTAINERS (Write After Approval): Add myself.
6536 2009-02-05  Andreas Schwab  <schwab@suse.de>
6538         * Makefile.tpl (stage_last): Define $r and $s before using
6539         $(RECURSE_FLAGS_TO_PASS).
6540         * Makefile.in: Regenerate
6542 2009-01-30  Ian Lance Taylor  <iant@google.com>
6544         * MAINTAINERS: Move myself to the Global Reviewers list.
6546 2009-01-29  Robert Millan  <rmh@aybabtu.com>
6548         * configure.ac: Recognize GNU/kOpenSolaris (*-*-kopensolaris*-gnu).
6549         * configure: Regenerate.
6551 2009-01-17  Gerald Pfeifer  <gerald@pfeifer.com>
6553         * MAINTAINERS: Make whitespace consistent.
6554         Remove Robert Millan from Write After Approval.
6556 2009-01-16  Alan Modra  <amodra@bigpond.net.au>
6558         * Makefile.def (configure-opcodes): Depend on configure-libiberty.
6559         (all-opcodes): Depend on all-libiberty.
6560         * Makefile.in: Regenerate.
6562 2009-01-15  Douglas B Rupp  <rupp@gnat.com>
6564         * configure.ac (ia64*-*-*vms*): Add case with no gdb or ld support.
6565         * configure: Regenerate.
6567 2009-01-12  Ramana Radhakrishnan  <ramana.r@gmail.com>
6569         * MAINTAINERS (Write After Approval): Add myself.
6571 2009-01-12  Steven G. Kargl  <sgk@troutmask.apl.washington.edu>
6573         * MAINTAINERS: Add myself to reviewers (Fortran).
6575 2009-01-12  Sebastian Pop  <sebastian.pop@amd.com>
6577         PR tree-optimization/38515
6578         * configure.ac (cloog-polylib): Removed.
6579         (with_ppl, with_cloog): Test for "no".
6580         * configure: Regenerated.
6582 2009-01-11  Daniel Franke  <franke.daniel@gmail.com>
6584         * MAINTAINERS: Moved myself to reviewers (Fortran).
6586 2009-01-06  Thomas Schwinge  <tschwinge@gnu.org>
6588         * MAINTAINERS (OS Port Maintainers): Add myself for GNU/Hurd.
6589         (Write After Approval): Remove myself.
6591 2009-01-03  Diego Novillo  <dnovillo@google.com>
6593         * MAINTAINERS: Remove myself from alias maintainership.
6595 2009-01-02  David Ayers  <ayers@fsfe.org>
6597         * MAINTAINERS: Update e-mail address.
6599 2008-12-30  Gerald Pfeifer  <gerald@pfeifer.com>
6601         * MAINTAINERS: Make whitespace consistent.
6603 2008-12-18  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
6605         Backport from upstream Libtool:
6606         * libltdl.m4 (_LT_SYS_DYNAMIC_LINKER, _LT_LINKER_SHLIBS):
6607         Add cache variables to tests that require the linker to work.
6608         For shlibpath_overrides_runpath, this also changes the semantics
6609         to let the result from the C compiler take precedence.
6611 2008-12-02  Ben Elliston  <bje@au.ibm.com>
6613         * config.sub, config.guess: Update from upstream sources.
6615 2008-12-12  Sebastian Pop  <sebastian.pop@amd.com>
6617         * configure.ac (ppllibs): Add by default the lib flags.
6618         * configure: Regenerate.
6620 2008-12-08  Luis Machado  <luisgpm@br.ibm.com>
6622         * MAINTAINERS:  Add myself to the write after approval list.
6624 2008-12-04  Jack Howarth  <howarth@bromo.med.uc.edu>
6626         * configure.ac: Add double brackets on darwin[912].
6627         * configure: Regenerate.
6629 2008-12-03  Daniel Kraft  <d@domob.eu>
6631         * MAINTAINERS:  Moved myself and Mikael Morin from Write After
6632         Approval to Reviewer section (for Fortran front-end).
6634 2008-12-02  Jack Howarth  <howarth@bromo.med.uc.edu>
6636         * configure.ac: Expand to darwin10 and later.
6637         * configure: Regenerate.
6639 2008-12-02  Andreas Schwab  <schwab@suse.de>
6641         * Makefile.def: configure-target-boehm-gc depends on
6642         all-target-libstdc++-v3.
6643         * Makefile.in: Regenerate.
6645 2008-12-02  Kai Tietz  <kai.tietz@onevision.com>
6647         * MAINTAINERS:  Add myself as mingw maintainer.
6649 2008-12-02  Ben Elliston  <bje@au.ibm.com>
6651         * config.sub, config.guess: Update from upstream sources.
6653 2008-12-01  Gerald Pfeifer  <gerald@pfeifer.com>
6655         * README.SCO: Remove.
6657 2008-11-29  Fernando Pereira  <pronesto@gmail.com>
6659         * MAINTAINERS:  Add myself to the write after approval list.
6661 2008-11-29  Dave Korn  <dave.korn.cygwin@gmail.com>
6663         * MAINTAINERS:  Update my email address in WAA section.
6665 2008-11-29  Chen Liqin  <liqin@sunnorth.com.cn>
6667         * MAINTAINERS: Update e-mail address.
6669 2008-11-27  Toon Moene  <toon@moene.org>
6671         * MAINTAINERS: Change e-mail address.
6673 2008-11-27  Tristan Gingold  <gingold@adacore.com>
6675         * configure.ac: Build gdb for i?86-*-darwin*
6676         * configure: Regenerated.
6678 2008-11-24  Hariharan Sandanagobalane  <hariharan@picochip.com>
6680         * MAINTAINERS: Added my full name.
6682 2008-11-14  Daniel Jacobowitz  <dan@codesourcery.com>
6684         PR bootstrap/38014
6685         PR bootstrap/37923
6687         Revert:
6689         2008-10-24  Daniel Jacobowitz  <dan@codesourcery.com>
6691         * Makefile.tpl (HOST_EXPORTS): Correct CPPFLAGS typo.
6692         * Makefile.in: Regenerated.
6694         2008-10-22  Daniel Jacobowitz  <dan@codesourcery.com>
6696         PR gdb/921
6697         PR gdb/1646
6698         PR gdb/2175
6699         PR gdb/2176
6701         * Makefile.def (flags_to_pass): Add CPPFLAGS_FOR_BUILD and CPPFLAGS.
6702         * Makefile.tpl (BUILD_EXPORTS): Set CPPFLAGS.
6703         (EXTRA_BUILD_FLAGS): Correct typo.  Pass CPPFLAGS.
6704         (HOST_EXPORTS): Pass CPPFLAGS.
6705         (CPPFLAGS_FOR_BUILD, CPPFLAGS, CPPFLAGS_FOR_TARGET): Define.
6706         (LDFLAGS_FOR_TARGET): Initialize from configure script.
6707         (EXTRA_TARGET_FLAGS): Set CPPFLAGS.
6708         * Makefile.in, configure: Regenerated.
6709         * configure.ac: Set CPPFLAGS_FOR_TARGET, LDFLAGS_FOR_TARGET,
6710         and CPPFLAGS_FOR_BUILD.
6712 2008-11-06  Jeff Law  <law@redhat.com>
6714         * MAINTAINERS: Add myself as middle end maintainer.
6716 2008-11-06  Andrew Stubbs  <ams@codesourcery.com>
6718         * MAINTAINERS (Write after approval): Add myself.
6720 2008-11-05  Diego Novillo  <dnovillo@google.com>
6722         * MAINTAINERS (Global Reviewers): Add myself.
6723         (Non-Algorithmic Maintainers): Remove myself.
6725 2008-11-04  Thomas Schwinge  <tschwinge@gnu.org>
6727         * MAINTAINERS (Write after approval): Add myself.
6729 2008-10-31  Mikael Morin  <mikael.morin@tele2.fr>
6731         * MAINTAINERS (Write after approval): Add myself.
6733 2008-10-31  Ben Elliston  <bje@au.ibm.com>
6735         * configure.ac (spu-*-*): Remove special case.
6736         * configure: Regenerate.
6738 2008-10-30  Catherine Moore  <clm@codesourcery.com>
6740         * MAINTAINERS (Write after approval): Update my email address.
6742 2008-10-29  Stefan Schulze Frielinghaus  <xxschulz@de.ibm.com>
6744         * configure.ac [spu-*-*]: Do not set skipdirs.
6745         * configure: Re-generate.
6747 2008-10-29  Bernd Schmidt  <bernd.schmidt@analog.com>
6749         * MAINTAINERS (Various Maintainers): Add myself to reload.
6751 2008-10-25  Richard Guenther  <rguenther@suse.de>
6753         * MAINTAINERS (Various Maintainers): Add myself as middle-end
6754         maintainer.  Remove myself as libgcc-math maintainer.
6755         (Non-Algorithmic Maintainers): Remove myself.
6757 2008-10-24  Daniel Jacobowitz  <dan@codesourcery.com>
6759         * Makefile.tpl (HOST_EXPORTS): Correct CPPFLAGS typo.
6760         * Makefile.in: Regenerated.
6762 2008-10-23  Cary Coutant  <ccoutant@google.com>
6764         * MAINTAINERS (Write after approval): Add myself.
6766 2008-10-22  Daniel Jacobowitz  <dan@codesourcery.com>
6768         PR gdb/921
6769         PR gdb/1646
6770         PR gdb/2175
6771         PR gdb/2176
6773         * Makefile.def (flags_to_pass): Add CPPFLAGS_FOR_BUILD and CPPFLAGS.
6774         * Makefile.tpl (BUILD_EXPORTS): Set CPPFLAGS.
6775         (EXTRA_BUILD_FLAGS): Correct typo.  Pass CPPFLAGS.
6776         (HOST_EXPORTS): Pass CPPFLAGS.
6777         (CPPFLAGS_FOR_BUILD, CPPFLAGS, CPPFLAGS_FOR_TARGET): Define.
6778         (LDFLAGS_FOR_TARGET): Initialize from configure script.
6779         (EXTRA_TARGET_FLAGS): Set CPPFLAGS.
6780         * Makefile.in, configure: Regenerated.
6781         * configure.ac: Set CPPFLAGS_FOR_TARGET, LDFLAGS_FOR_TARGET,
6782         and CPPFLAGS_FOR_BUILD.
6784 2008-10-20  Sebastian Pop  <sebastian.pop@amd.com>
6786         * MAINTAINERS (Graphite Reviewers): Added Daniel Berlin and
6787         Sebastian Pop.
6789 2008-10-14  Antoniu Pop <antoniu.pop@gmail.com>
6791         * MAINTAINERS (Write After Approval): Added myself.
6793 2008-10-13  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
6795         * configure.ac (MPFR check): Bump minimum version to 2.3.0 and
6796         recommended version to 2.3.2.
6798         * configure: Regenerate.
6800 2008-10-01  Mark Mitchell  <mark@codesourcery.com>
6802         * MAINTAINERS (Blanket Write Privs): Change to Global Reviewers.
6804 2008-09-29  David Daney <david.daney@caviumnetworks.com>
6806         * MAINTAINERS (Write After Approval): Update e-mail address.
6808 2008-09-26  Peter O'Gorman  <pogma@thewrittenword.com>
6810         * libtool.m4: Update to libtool 2.2.6.
6811         * lt~obsolete.m4: Update to libtool 2.2.6.
6812         * ltmain.sh: Update to libtool 2.2.6.
6813         * ltsugar.m4: Update to libtool 2.2.6.
6814         * ltversion.m4: Update to libtool 2.2.6.
6815         * ltoptions.m4: Update to libtool 2.2.6.
6816         * ltgcc.m4: Update to match changes from libtool 2.2.6.
6818 2008-09-22  Chris Fairles  <cfairles@gcc.gnu.org>
6820         * MAINTAINERS (Write After Approval): Add myself.
6822 2008-09-22  Bernhard Reutner-Fischer  <aldot@gcc.gnu.org>
6824         * MAINTAINERS (Write After Approval): Update my name.
6826 2008-09-20  Steven Bosscher  <steven@gcc.gnu.org>
6828         * MAINTAINERS: Add myself in "Write After Approval".
6830 2008-09-18  Steve Ellcey  <sje@cup.hp.com>
6832         * MAINTAINERS: Add myself as ia64 maintainer.
6834 2008-09-04  Gerald Pfeifer  <gerald@pfeifer.com>
6836         * MAINTAINERS: Remove John Carr, Steve Chamberlain, Michael Chastain,
6837         Klaus Kaempf, Mumit Khan, Alan Lehotsky, Warren Levy, Don Lindsay,
6838         Dave Love, Alexandre Petit-Bianco, Clinton Popetz, Gavin Romig-Koch,
6839         and Michael Tiemann from Write After Approval since they do not
6840         actually have access.
6842 2008-09-05  Richard Guenther  <rguenther@suse.de>
6844         * configure.ac: Initialize clooglibs to -lcloog.
6845         * configure: Re-generate.
6847 2008-09-04  Le-Chun Wu  <lcwu@google.com>
6849         * MAINTAINERS (Write After Approval): Add myself.
6851 2008-09-03  Sebastian Pop  <sebastian.pop@amd.com>
6853         * configure.ac (--with-cloog-polylib): New.
6854         (--disable-cloog-version-check): New.
6855         (--disable-ppl-version-check): New.
6856         * configure: Re-generate.
6858 2008-09-03  Richard Guenther  <rguenther@suse.de>
6860         * configure.ac: Always pass -DCLOOG_PPL_BACKEND to the
6861         cloog test.
6862         * configure: Re-generate.
6864 2008-09-03  Hari Sandanagobalane  <hariharan@picochip.com>
6866         Add picoChip port.
6867         * MAINTAINERS: Add picoChip maintainers.
6869 2008-09-02  Sebastian Pop  <sebastian.pop@amd.com>
6870             Tobias Grosser  <grosser@fim.uni-passau.de>
6871             Jan Sjodin  <jan.sjodin@amd.com>
6872             Harsha Jagasia  <harsha.jagasia@amd.com>
6873             Dwarakanath Rajagopal  <dwarak.rajagopal@amd.com>
6874             Konrad Trifunovic  <konrad.trifunovic@inria.fr>
6875             Adrien Eliche  <aeliche@isty.uvsq.fr>
6877         Merge from graphite branch.
6878         * configure: Regenerate.
6879         * Makefile.in: Regenerate.
6880         * configure.ac (host_libs): Add ppl and cloog.
6881         Add checks for PPL and CLooG.
6882         * Makefile.def (ppl, cloog): Added modules and dependences.
6883         * Makefile.tpl (PPLLIBS, PPLINC, CLOOGLIBS, CLOOGINC): New.
6884         (HOST_PPLLIBS, HOST_PPLINC, HOST_CLOOGLIBS, HOST_CLOOGINC): New.
6886 2008-08-31  Aaron W. LaFramboise  <aaronavay62@aaronwl.com>
6888         * configure.ac (RPATH_ENVVAR): Use PATH on Windows.
6889         (GCC_SHLIB_SUBDIR): New.
6890         * Makefile.tpl (HOST_LIB_PATH_gcc): Use GCC_SHLIB_SUBDIR.
6891         * configure: Regenerate.
6892         * Makefile.in: Regenerate.
6894 2008-08-30  Gerald Pfeifer  <gerald@pfeifer.com>
6896         * MAINTAINERS: Consistently use tabs to separate columns.
6898 2008-08-29  Tristan Gingold  <gingold@adacore.com>
6900         * MAINTAINERS (Write after Approval): Add myself.
6902 2008-08-28  Tristan Gingold  <gingold@adacore.com>
6904         * configure.ac (powerpc-*-darwin*, i?86-*-darwin*,x86_64-*-darwin9):
6905         Enable bfd, binutils and opcodes.
6906         * configure: Regenerate.
6908 2008-08-27  John David Anglin  <dave.anglin@nrc-cnrc.gc.ca>
6910         * MAINTAINERS: Update my hppa and hpux entries.  Remove my vax entry.
6912 2008-08-23  Thomas Koenig  <tkoenig@gcc.gnu.org>
6914         * MAINTAINERS:  Use correct Umlaut for last name.
6916 2008-08-23  Francois-Xavier Coudert  <fxcoudert@gcc.gnu.org>
6918         * MAINTAINERS: Move myself from Reviewers to Write after Approval.
6920 2008-08-16  David Edelsohn  <edelsohn@gnu.org>
6922         * MAINTAINERS: Update my email address.
6924 2008-08-16  Nicolas Roche  <roche@adacore.com>
6926         * Makefile.tpl: Add BOOT_ADAFLAGS.
6927         * Makefile.in: Regenerate.
6929 2008-08-09  Richard Sandiford  <rdsandiford@googlemail.com>
6931         * configure.ac (mips*-*-*linux*, mips*-*-gnu*): Use mt-mips-gnu.
6932         * configure: Regenerate.
6934 2008-07-30  Paolo Bonzini  <bonzini@gnu.org>
6936         * configure.ac: Add makefile fragments for hpux.
6937         * Makefile.def (flags_to_pass): Add ADA_CFLAGS.
6938         * Makefile.tpl (HOST_EXPORTS): Pass ADA_CFLAGS.
6939         * configure: Regenerate.
6940         * Makefile.in: Regenerate.
6942 2008-07-28  Aldy Hernandez  <aldyh@redhat.com>
6944         * MAINTAINERS: Add Jakub and myself as gimple maintainers.
6946 2008-07-11  Dodji Seketeli  <dseketel@redhat.com>
6948         * MAINTAINERS (Write after Approval): Add myself.
6950 2008-07-02  Xuepeng Guo  <xuepeng.guo@intel.com>
6952         * MAINTAINERS (Write After Approval):  Add myself.
6954 2008-06-29  Andrew Jenner  <andrew@codesourcery.com>
6956         * MAINTAINERS (Write After Approval):  Add myself.
6958 2008-06-29  Krister Walfridsson  <krister.walfridsson@gmail.com>
6960         * MAINTAINERS: Update my email address.
6962 2008-06-25  Joey Ye  <joey.ye@intel.com>
6964         * MAINTAINERS (Write After Approval):  Add myself.
6966 2008-06-17  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
6968         * Makefile.tpl ($(srcdir)/configure): Update dependencies.
6969         * Makefile.in: Regenerate.
6970         * configure: Regenerate.
6972 2008-06-17  Daniel Kraft  <d@domob.eu>
6974         * MAINTAINERS (Write After Approval):  Add myself.
6976 2008-06-16  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
6978         * configure.ac: Set TOPLEVEL_CONFIGURE_ARGUMENTS early, when
6979         "$@" is still intact with both Autoconf 2.59 and 2.62.
6980         * configure: Regenerate.
6982 2008-06-16  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
6984         * Makefile.tpl: Fix comment errors.
6985         * Makefile.in: Regenerate.
6987 2008-06-12  David S. Miller  <davem@davemloft.net>
6988             David Edelsohn  <edelsohn@gnu.org>
6990         * configure.ac: Add powerpc*-*-* to gold supported targets.
6991         * configure: Regenerate.
6993 2008-06-08  Joseph Myers  <joseph@codesourcery.com>
6995         PR tree-optimization/36218
6996         * Makefile.def (flags_to_pass): Add LDFLAGS_FOR_BUILD.
6997         * Makefile.tpl (EXTRA_BUILD_FLAGS): Define.
6998         (all prefix="build-"): Pass them to build-system sub-makes.
6999         * Makefile.in: Regenerate.
7001 2008-06-07  Joseph Myers  <joseph@codesourcery.com>
7003         * MAINTAINERS (mt port): Remove.
7004         (sco5, unixware, sco udk): Remove.
7005         (Kean Johnston): Add to Write After Approval.
7007 2008-05-30  Julian Brown  <julian@codesourcery.com>
7009         * configure.ac (arm*-*-linux-gnueabi): Don't disable building
7010         of libobjc for ARM EABI Linux.
7011         * configure: Regenerate.
7013 2008-05-18  Xinliang David Li   <davidxl@google.com>
7015         * ChangeLog: Remove wrong ChangeLog entry.
7017 2008-05-17  Xinliang David Li   <davidxl@google.com>
7019         * MAINTAINERS (Write After Approval): Add myself.
7021 2008-05-15  Janus Weil  <janus@gcc.gnu.org>
7023         * MAINTAINERS (Write After Approval): Add myself.
7025 2008-05-14  Rafael Espíndola  <espindola@google.com>
7027         * config-ml.in: don't handle --enable-shared and --enable-static.
7029 2008-05-10  Richard Sandiford  <rdsandiford@googlemail.com>
7031         * MAINTAINERS: Update my email address.
7033 2008-05-10  Paolo Carlini  <paolo.carlini@oracle.com>
7035         * MAINTAINERS: Update my email address.
7037 2008-05-03  Kris Van Hees  <kris.van.hees@oracle.com>
7039         * MAINTAINERS (Write After Approval): Add myself.
7041 2008-04-28  Gabriele Svelto  <gabriele.svelto@st.com>
7043         * MAINTAINERS (Write After Approval): Add myself.
7045 2008-04-25  Pompapathi V Gadad  <Pompapathi.V.Gadad@nsc.com>
7047         * MAINTAINERS (crx): Add myself.
7049 2008-04-18  Paolo Bonzini  <bonzini@gnu.org>
7051         Sync with src:
7052         2008-04-14  David S. Miller  <davem@davemloft.net>
7054         * configure.ac: Add sparc*-*-* to gold supported targets.
7055         * configure: Regenerate.
7057 2008-04-18  Paolo Bonzini  <bonzini@gnu.org>
7059         PR bootstrap/35457
7060         * configure.ac: Include override.m4.
7061         * configure: Regenerate.
7063 2008-04-18  Paolo Bonzini  <bonzini@gnu.org>
7065         * Makefile.tpl (restrap): Call `make all' using double-colon rules.
7066         * Makefile.in: Regenerate.
7068 2008-04-18  M R Swami Reddy  <MR.Swami.Reddy@nsc.com>
7070         * configure.ac (cr16-*-*): Add case for cr16 target and include gdb
7071         as nonconfigurable directories list.
7072         * configure: Regenerate.
7074 2008-04-14  Ben Elliston  <bje@au.ibm.com>
7076         * config.sub, config.guess: Update from upstream sources.
7078 2008-04-12  Hans-Peter Nilsson  <hp@axis.com>
7080         * Makefile.tpl <gcc>: Error early unless at least GNU make 3.80.
7081         * Makefile.in: Regenerate.
7083 2008-04-11  Eric B. Weddington  <eweddington@cso.atmel.com>
7085         * configure.ac: Do not build libssp for the AVR.
7086         * configure: Regenerate.
7088 2008-04-07  Ian Lance Taylor  <iant@google.com>
7090         * Makefile.def: check-gold depends upon all-binutils.
7091         * Makefile.in: Regenerate.
7093 2008-04-04  Andy Hutchinson  <hutchinsonandy@aim.com>
7095         * MAINTAINERS (Write After Approval): Add myself.
7097 2008-04-04  Nick Clifton  <nickc@redhat.com>
7099         PR binutils/4334
7100         * configure.ac: Run ACX_CHECK_CYGWIN_CAT_WORKS for cygwin hosted
7101         builds.
7102         * configure: Regenerate.
7104 2008-04-04  NightStrike  <NightStrike@gmail.com>
7106         PR other/35151
7107         * configure.ac: Combine rules for mingw32 and mingw64.
7108         * configure: Regenerate.
7110 2008-04-02  Kai Tietz  <kai.tietz@onvision.com>
7112         * MAINTAINERS (Write After Approval): Add myself.
7114 2008-04-01  Seongbae Park  <seongbae.park@gmail.com>
7116         * Makefile.tpl (.NOTPARALLEL): Revert previous change.
7117         * Makefile.in (.NOTPARALLEL): Ditto.
7119 2008-04-01  Peter O'Gorman  <pogma@thewrittenword.com>
7121         * MAINTAINERS (Write After Approval): Add myself.
7123 2008-03-31  Seongbae Park  <seongbae.park@gmail.com>
7125         * Makefile.tpl (.NOTPARALLEL): Serialize stageprofile libiberty.
7126         * Makefile.in (.NOTPARALLEL): Regenerate.
7128 2008-03-27  Paolo Bonzini  <bonzini@gnu.org>
7130         * Makefile.tpl (PICFLAG, PICFLAG_FOR_TARGET): Remove.
7131         * Makefile.in: Regenerate.
7133 2008-03-26  Jakub Staszak  <kuba@et.pl>
7135         * MAINTAINERS (Write After Approval): Add myself.
7137 2008-03-23  Thomas Koenig  <tkoenig@gcc.gnu.org>
7139         * MAINTAINERS:  Update e-mail address.
7141 2008-03-20  Ian Lance Taylor  <iant@google.com>
7143         * configure.ac: Add support for --enable-gold.
7144         * Makefile.def: Add gold as a directory like ld.
7145         * configure, Makefile.in: Regenerate.
7147 2008-03-16  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
7149         * configure.ac: m4_include config/proginstall.m4.
7150         * configure: Regenerate.
7152         Backport from upstream Libtool:
7154         2007-10-12  Eric Blake  <ebb9@byu.net>
7156         Deal with Autoconf 2.62's semantic change in m4_append.
7157         * ltsugar.m4 (lt_append): Replace broken versions of
7158         m4_append.
7159         (lt_if_append_uniq): Don't require separator to be overquoted,
7160         and avoid broken m4_append.
7161         (lt_dict_add): Fix typo.
7162         * libtool.m4 (_LT_DECL): Don't overquote separator.
7164 2008-03-13  David Edelsohn  <edelsohn@gnu.org>
7166         * config.rpath: Add AIX 6 support.
7168 2008-03-13  Paolo Bonzini  <bonzini@gnu.org>
7170         * Makefile.def (stageprofile).  Remove -fprofile-generate
7171         from stage_libcflags.
7172         * Makefile.in: Regenerate.
7174 2008-03-13  Ben Elliston  <bje@au.ibm.com>
7176         * config.sub, config.guess: Update from upstream sources.
7178 2008-03-06  Tom Tromey  <tromey@redhat.com>
7180         * MAINTAINERS: Update for treelang deletion.
7182 2008-03-03  James E. Wilson  <wilson@tuliptree.org>
7184         * MAINTAINERS: Update my email address.
7186 2008-03-03  Stan Shebs  <stanshebs@earthlink.net>
7188         * MAINTAINERS (darwin port): Add myself as a maintainer.
7189         (objective-c/c++): Add myself as a maintainer.
7191 2008-03-03  Volker Reichelt  <v.reichelt@netcologne.de>
7193         * MAINTAINERS (Write After Approval): Update my email address.
7195 2008-02-25  Tomas Bily  <tbily@suse.cz>
7197         * MAINTAINERS (Write After Approval): Add myself.
7199 2008-02-23  Jakub Jelinek  <jakub@redhat.com>
7201         * MAINTAINERS (OpenMP): Add myself.
7203 2008-02-20  Paolo Bonzini  <bonzini@gnu.org>
7205         PR bootstrap/32009
7206         PR bootstrap/32161
7208         * configure.ac (CFLAGS_FOR_TARGET, CXXFLAGS_FOR_TARGET): Compute here.
7209         * configure: Regenerate.
7211         * Makefile.def: Define stage_libcflags for all bootstrap stages.
7212         * Makefile.tpl (BOOT_LIBCFLAGS, STAGE2_LIBCFLAGS, STAGE3_LIBCFLAGS,
7213         STAGE4_LIBCFLAGS): New.
7214         (CFLAGS_FOR_TARGET, CXXFLAGS_FOR_TARGET): Subst from autoconf, without
7215         $(SYSROOT_CFLAGS_FOR_TARGET) and $(DEBUG_PREFIX_CFLAGS_FOR_TARGET).
7216         (BASE_TARGET_EXPORTS): Append them here to C{,XX}FLAGS.
7217         (EXTRA_TARGET_FLAGS): Append them here to {LIB,}C{,XX}FLAGS.
7218         (configure-stage[+id+]-[+prefix+][+module+]): Pass stage_libcflags
7219         for target modules.  Don't export LIBCFLAGS.
7220         (all-stage[+id+]-[+prefix+][+module+]): Pass stage_libcflags; pass
7221         $(BASE_FLAGS_TO_PASS) where [+args+] was passed, and [+args+] after
7222         the overridden CFLAGS_FOR_TARGET and CXXFLAGS_FOR_TARGET.
7223         (invocations of `all'): Replace $(TARGET_FLAGS_TO_PASS) with
7224         $(EXTRA_TARGET_FLAGS), $(FLAGS_TO_PASS) with $(EXTRA_HOST_FLAGS).
7225         * Makefile.in: Regenerate.
7227 2008-02-16  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
7229         PR libgcj/33085
7230         * libtool.m4 (_LT_COMPILER_PIC) [ mingw, cygwin ] <GCJ>:
7231         Do not use -DDLL_EXPORT.  Backport from upstream.
7233 2008-02-13  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
7235         * MAINTAINERS (Write After Approval): Add myself.
7237 2008-02-02  Hans-Peter Nilsson  <hp@axis.com>
7239         * configure.ac: Enable fortran for cris-*-elf and crisv32-*-elf.
7240         * configure: Regenerate.
7242 2008-01-31  Marc Gauthier  <marc@tensilica.com>
7244         * configure.ac (xtensa*-*-*): Recognize processor variants.
7245         * configure: Regenerate.
7247 2008-01-30  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
7249         PR bootstrap/34922
7250         * configure.ac (PARSE_ARGS): Push suitable setting of
7251         ac_subdirs_all, for `./configure --help=recursive'.
7252         Handle `+' in generic toplevel directory disabling.
7253         * configure: Regenerate.
7255 2008-01-28  Nick Clifton  <nickc@redhat.com>
7257         * MAINTAINERS (xstormy16): Take over maintainership.
7259 2008-01-25  Joseph Myers  <joseph@codesourcery.com>
7261         * MAINTAINERS (c4x port): Remove.
7263 2008-01-24  David Edelsohn  <edelsohn@gnu.org>
7265         * libtool.m4: Backport AIX 6 support from ToT Libtool.
7267 2008-01-23  Ben Elliston  <bje@au.ibm.com>
7269         * config.sub, config.guess: Update from upstream sources.
7271 2008-01-22  Tobias Grosser  <grosser@fim.uni-passau.de>
7273         * MAINTAINERS (Write After Approval): Add myself.
7275 2008-01-17  H.J. Lu  <hjl.tools@gmail.com>
7277         * MAINTAINERS: Update my email address.
7279 2008-01-09  Raksit Ashok  <raksit@google.com>
7281         * MAINTAINERS (Write After Approval): Add myself.
7283 2008-01-09  Raksit Ashok  <raksit@google.com>
7285         * MAINTAINERS (Write After Approval): Add myself.
7287 2008-01-08  Ben Elliston  <bje@au.ibm.com>
7289         * config.sub, config.guess: Update from upstream sources.
7291 2007-12-17  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
7293         * configure.ac: Change required MPFR from 2.2.0 -> 2.2.1.
7294         Change recommended MPFR from 2.2.1 -> 2.3.0.
7295         * configure: Regenerate.
7297 2007-12-15  Sebastian Pop  <sebastian.pop@amd.com>
7299         * MAINTAINERS: Update my email address.
7301 2007-12-15  Bernhard Fischer  <aldot@gcc.gnu.org>
7303         * MAINTAINERS: Update my email address.
7305 2007-12-13  Richard Sandiford  <rsandifo@nildram.co.uk>
7307         * Makefile.tpl (CFLAGS_FOR_TARGET): Add -g.
7308         (CXXFLAGS_FOR_TARGET): Add -O2 -g.
7309         * Makefile.in: Regenerate.
7311 2007-12-10  Mark Heffernan  <meheff@google.com>
7313         * MAINTAINERS (Write After Approval): Add myself and alphabetize two
7314         misplaced entries.
7316 2007-12-10  Andreas Tobler  <a.tobler@schweiz.org>
7318         * configure.ac: Enable libjava for x86_64-*-darwin9.
7319         * configure: Regenerate.
7321 2007-12-07  Bill Maddox  <maddox@google.com>
7323         * MAINTAINERS (Write After Approval): Add myself.
7325 2007-12-05  Ben Elliston  <bje@au.ibm.com>
7327         * config.sub, config.guess: Update from upstream sources.
7329 2007-12-02  Matthias Klose  <doko@ubuntu.com>
7331         * config-ml.in: Remove 64bit configure tests.
7333 2007-11-28  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
7335         * config-ml.in: Robustify against white space in absolute file
7336         names.
7338         * config-ml.in (multi-clean): Substitute ${Makefile}.
7339         Remove superfluous ${Makefile} in list.
7341 2007-11-19  Thiemo Seufer  <ths@mips.com>
7343         * config-ml.in: Don't hardcode the Makefile name.
7345 2007-11-08  Alexander Monakov  <amonakov@ispras.ru>
7347         * MAINTAINERS (Write After Approval): Add myself.
7349 2007-11-07  Samuel Tardieu  <sam@rfc1149.net>
7351         * MAINTAINERS (Write After Approval): Add myself.
7353 2007-11-06  Doug Kwan  <dougkwan@google.com>
7355         * MAINTAINERS (Write After Approval): Add myself.
7357 2007-10-25  Ben Elliston  <bje@au.ibm.com>
7359         * MAINTAINERS (mercury): Remove entry.
7360         (Write After Approval): Add Fergus Henderson <fjh@cs.mu.oz.au>.
7362 2007-10-23  Daniel Jacobowitz  <dan@codesourcery.com>
7364         * Makefile.def (dependencies): Make configure-gdb depend on
7365         all-intl.
7366         * Makefile.in: Regenerated.
7368 2007-10-22  Steven G. Kargl  <kargl@gcc.gnu.org>
7370         * MAINTAINERS (Fortran maintainer): Remove myself.
7372 2007-10-15  Patrick Mansfield  <patmans@us.ibm.com>
7374         * Makefile.def: To avoid problems running with parallel makes,
7375         build newlib before libgloss so that target specific header
7376         files are availble.
7377         * Makefile.in: Regenerate
7379 2007-10-11  Daniel Jacobowitz  <dan@codesourcery.com>
7381         * Makefile.def (dependencies): Add all-gdb -> all-libdecnumber.
7382         * Makefile.in: Regenerate.
7384 2007-10-09  Vladimir Makarov  <vmakarov@redhat.com>
7386         * MAINTAINERS (Register allocation reviewer): Add myself.
7388 2007-10-08  Mike Frysinger  <vapier@gentoo.org>
7390         * configure.ac (CFLAGS_FOR_BUILD, CXXFLAGS_FOR_BUILD,
7391         LDFLAGS_FOR_BUILD): Default them to host flags only for $host = $build.
7392         Set default CXXFLAGS_FOR_BUILD to CXXFLAGS, not CFLAGS.  Set default
7393         LDFLAGS_FOR_BUILD to LDFLAGS, not CFLAGS.
7394         * configure: Regenerate.
7396 2006-10-04  Seongbae Park  <seongbae.park@gmail.com>
7398         * MAINTAINERS (Register allocation reviewer): Add myself.
7400 2007-10-01  Paolo Bonzini  <bonzini@gnu.org>
7402         * Makefile.tpl (AR_FOR_BUILD, AS_FOR_BUILD, CXX_FOR_BUILD,
7403         DLLTOOL_FOR_BUILD, GCJ_FOR_BUILD, GFORTRAN_FOR_BUILD,
7404         LDFLAGS_FOR_BUILD, LD_FOR_BUILD, NM_FOR_BUILD, RANLIB_FOR_BUILD,
7405         WINDMC_FOR_BUILD, WINDRES_FOR_BUILD): Use autoconf substitutions.
7406         * configure.ac: Default them to host tools for $host = $build.
7407         Subst them.
7409         * configure: Regenerate.
7410         * Makefile.in: Regenerate.
7412 2006-09-24  Peter Bergner  <bergner@vnet.ibm.com>
7414         * MAINTAINERS (Register allocation reviewer): Add myself.
7416 2006-09-24  Kenneth Zadeck  <zadeck@naturalbridge.com>
7418         * MAINTAINERS (Register allocation reviewer): Add myself.
7420 2007-09-21  Seongbae Park  <seongbae.park@gmail.com>
7422         * MAINTAINERS (Write After Approval): Fix typo.
7424 2007-09-20  Richard Sandiford  <rsandifo@nildram.co.uk>
7426         * configure.ac (mipsisa*-*-elfoabi*): New stanza.
7427         * configure: Regenerate.
7429 2007-09-20  Paul Jarc  <prj-bugzilla-gcc@multivac.cwru.edu>
7431         PR bootstrap/31906
7432         * libtool-ldflags: Don't prefix arguments with -Xcompiler if
7433         they're already prefixed.
7435 2007-09-19  Benjamin Kosnik  <bkoz@redhat.com>
7437         * configure.ac (TOPLEVEL_CONFIGURE_ARGUMENTS): Move libgomp before
7438         libstdc++.
7439         * Makefile.def: Add libgomp config as a maybe dependency for libstdc++.
7440         * configure: Regenerate.
7441         * Makefile.in: Regenerate.
7443 2007-09-17  Andreas Schwab  <schwab@suse.de>
7445         * configure.ac: Raise minimum makeinfo version to 4.6.
7446         * configure: Regenerate.
7448 2007-09-17  Johannes Singler  <singler@ira.uka.de>
7450         * MAINTAINERS (write-after-approval) add myself
7452 2007-09-15  Alan Modra  <amodra@bigpond.net.au>
7454         * configure.ac: Correct makeinfo version check.
7455         * configure: Regenerate.
7457 2007-09-14  Richard Sandiford  <rsandifo@nildram.co.uk>
7459         * MAINTAINERS: Update my email address.
7461 2007-09-14  Richard Sandiford  <richard@codesourcery.com>
7463         * configure.ac (mips*-sde-elf*): New stanza.  Add target-libiberty
7464         to $skipdirs and only disable gprof for newlib.  Use the normal
7465         mips*-elf* handling in other respects.
7466         * configure: Regnerate.
7468 2007-09-12  David Daney  <ddaney@avtrex.com>
7470         * configure.ac: Remove mips64*-*-linux* noconfigdirs section, thus
7471         enabling libgcj.
7472         * configure: Regenerate.
7474 2007-09-10  Rask Ingemann Lambertsen  <rask@sygehus.dk>
7476         PR other/32154
7477         * configure.ac: For libgloss targets, point the linker to the linker
7478         script, startup code and simulator library.
7479         * configure: Regenerate.
7481 2007-09-07  Andrew Haley  <aph@redhat.com>
7483         * configure.ac (noconfigdirs): Remove target-libffi and
7484         target-libjava.
7485         * configure: Regenerate.
7487 2007-09-06  Francois-Xavier Coudert  <fxcoudert@gcc.gnu.org>
7489         PR target/33281
7490         * configure.ac: Use config/mh-mingw on mingw.
7491         * configure: Regenerate.
7493 2007-09-05  Pat Haugen  <pthaugen@us.ibm.com>
7495         * MAINTAINERS (Write After Approval): Add myself.
7497 2007-09-05  Richard Guenther  <rguenther@suse.de>
7499         * configure.ac (--enable-stage1-checking): If neither --enable-checking
7500         nor --disable-checking is provided also turn on yes and types
7501         checking for stage1.
7502         * configure: Re-generate.
7504 2007-08-30  Krister Walfridsson  <cato@df.lth.se>
7506         * MAINTAINERS (OS Port Maintainers): Add myself as NetBSD maintainer.
7507         (Write After Approval): Remove myself.
7509 2007-08-29  Nick Clifton  <nickc@redhat.com>
7511         * config.sub, config.guess: Update from upstream sources.
7513 2007-08-22  Bud Davis  <jmdavis@link.com>
7515         * MAINTAINERS (Write After Approval): Added myself.
7516         * MAINTAINERS (Reviewers): Removed myself.
7518 2007-08-18  Paul Brook  <paul@codesourcery.com>
7519             Joseph Myers  <joseph@codesourcery.com>
7521         * Makefile.tpl (DEBUG_PREFIX_CFLAGS_FOR_TARGET): New.
7522         (CFLAGS_FOR_TARGET, CXXFLAGS_FOR_TARGET): Include it.
7523         * Makefile.in: Regenerate.
7524         * configure.ac (--with-debug-prefix-map): New.
7525         * configure: Regenerate.
7527 2007-08-17  Richard Sandiford  <richard@codesourcery.com>
7528             Nigel Stephens  <nigel@mips.com>
7530         * configure.ac (mips*-sde-elf*): New stanza.  Use config/mt-sde
7531         as target_makefile_frag.
7532         * configure: Regenerate.
7534 2007-08-16  Alexandre Oliva  <aoliva@redhat.com>
7536         * Makefile.def (STAGE2_CFLAGS, STAGE3_CFLAGS, STAGE4_CFLAGS):
7537         Add to flags_to_pass.  Adjust uses of BOOT_CFLAGS.
7538         (bootstrap2-debug, bootstrap-debug): New bootstrap stages.
7539         * Makefile.tpl (STAGE2_CFLAGS, STAGE3_CFLAGS, STAGE4_CFLAGS): New.
7540         (do-compare, do-compare3, do-compare-debug): New.
7541         ([+compare-target+]): Use them.
7543 2007-08-14  Maxim Kuvyrkov  <maxim@codesourcery.com>
7545         * MAINTAINERS (Write After Approval): Change my email address.
7547 2007-08-13  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
7548             Ben Elliston  <bje@au.ibm.com>
7550         * configure.ac (TOPLEVEL_CONFIGURE_ARGUMENTS, baseargs): Pass
7551         --silent if $silent.
7552         * configure: Regenerate.
7554 2003-08-12  Zdenek Dvorak  <ook@ucw.cz>
7556         * MAINTAINERS (Various Maintainers): Add myself as
7557         loop infrastructure maintainer.  Update my e-mail
7558         address.
7560 2007-07-31  Diego Novillo  <dnovillo@google.com>
7562         * MAINTAINERS (Reviewers): Rename from Non-Autopoiesis.
7563         Adjust description.
7565 2007-07-26  Richard Guenther  <rguenther@suse.de>
7567         * configure.ac: Add types checking to stage1 checking flags.
7568         * configure: Regenerate.
7570 2007-07-17  Nick Clifton  <nickc@redhat.com>
7572         * COPYING3: New file.  Contains version 3 of the GNU General
7573         Public License.
7574         * COPYING3.LIB: New file.  Contains version 3 of the GNU
7575         Lesser General Public License.
7577 2007-07-16  Andreas Krebbel  <krebbel1@de.ibm.com>
7579         * MAINTAINERS (S/390 port maintainer): Remove my co-maintainer tag.
7581 2007-07-16  Andreas Krebbel  <krebbel1@de.ibm.com>
7583         * MAINTAINERS (S/390 co-maintainer): Add myself.
7584         (Write After Approval): Remove myself.
7586 2007-07-13  Dan Hipschman  <dsh@google.com>
7588         * MAINTAINERS (Write After Approval): Add myself.
7590 2007-07-11  Nick Clifton  <nickc@redhat.com>
7592         * Makefile.tpl (BUILD_EXPORTS): Escape the newline at the end of the
7593         WINDRES export.
7594         * Makefile.in: Regenerate.
7596 2007-07-05  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
7598         * MAINTAINERS (OS Port Maintainers): Add myself as IRIX, Tru64 UNIX
7599         maintainer.
7601 2007-07-05  H.J. Lu  <hongjiu.lu@intel.com>
7603         * lt~obsolete.m4: New. Import from 20070318 libtool.
7605 2007-07-03  Julian Brown  <julian@codesourcery.com>
7607         * MAINTAINERS (Write After Approval): Add myself.
7609 2007-07-03  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
7611         * configure.ac: Rewrite 'configure --help' strings to look nicer.
7612         * configure: Regenerate.
7614 2007-07-03  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
7616         * configure.ac: Add some missing m4 quotation.
7617         * configure: Regenerate.
7619 2007-07-02  Simon Baldwin  <simonb@google.com>
7621         * MAINTAINERS (Write After Approval): Add myself.
7623 2007-07-02  Paolo Bonzini  <bonzini@gnu.org>
7625         * configure: Regenerate.
7627 2007-07-02  Kai Tietz   <kai.tietz@onevision.com>
7629         * Makefile.def: Add windmc tool to build.
7630         * Makefile.tpl: Likewise.
7631         * configure.ac: Likewise.
7632         * Makefile.in: Regenerate.
7633         * configure: Regenerate.
7635 2007-06-28  DJ Delorie  <dj@redhat.com>
7637         * configure.ac (arm*-*-linux-gnueabi): Don't build libgloss if we're
7638         not building newlib.
7639         * configure: Regenerated.
7641 2007-06-28  Jan Sjodin  <jan.sjodin@amd.com>
7643         * MAINTAINERS (Write After Approval): Add myself.
7645 2007-06-25  Martin Michlmayr  <tbm@cyrius.com>
7647         * MAINTAINERS (Write After Approval): Add myself.
7649 2007-06-19  Chris Matthews  <chrismatthews@google.com>
7651         * MAINTAINERS (Write After Approval): Add myself.
7653 2007-06-19  Rask Ingemann Lambertsen  <rask@sygehus.dk>
7655         * MAINTAINERS (Write After Approval): Add myself.
7657 2007-06-18  Daniel Jacobowitz  <dan@codesourcery.com>
7659         * Makefile.def: Add dependency from configure-gdb to all-bfd.
7660         * Makefile.in: Regenerated.
7662 2007-06-14  Bernd Schmidt  <bernd.schmidt@analog.com>
7664         * configure.ac: Don't add target-libmudflap to noconfigdirs for
7665         bfin*-*-uclinux* targets.
7666         * configure: Regenerate.
7668 2007-06-14  Ian Lance Taylor  <iant@google.com>
7670         * MAINTAINERS: Add myself as non-algorithmic global write
7671         maintainer.
7673 2007-06-14  Diego Novillo  <dnovillo@google.com>
7675         * MAINTAINERS: Add self as middle-end maintainer and
7676         non-algorithmic global write maintainer.
7678 2007-06-14  Francois-Xavier Coudert  <fxcoudert@gcc.gnu.org>
7680         * MAINTAINERS: Change spelling from "fortran 95" to "Fortran".
7681         Move all Fortran maintainers except Paul Brook into the
7682         Non-Autopoiesis section.
7684 2007-06-14  Paolo Bonzini  <bonzini@gnu.org>
7686         * Makefile.tpl (cleanstrap): Don't delete the toplevel Makefile.
7687         (distclean-stage[+id+]): Possibly delete stage_last.
7688         * Makefile.in: Regenerate.
7690 2007-06-12  Seongbae Park  <seongbae.park@gmail.com>
7692         * MAINTAINERS (Various Maintainer): Fix typo.
7694 2007-06-11  Paolo Bonzini  <bonzini@gnu.org>
7696         * MAINTAINERS (Various Maintainer): Add myself as
7697         dataflow maintainer.
7699 2007-06-07  Ben Elliston  <bje@au.ibm.com>
7701         * config.sub, config.guess: Update from upstream sources.
7703 2007-06-07  Ben Elliston  <bje@au.ibm.com>
7705         * Makefile.tpl: Fix spelling error.
7706         * Makefile.in: Regenerate.
7708 2007-06-01  Steve Ellcey  <sje@cup.hp.com>
7710         * libtool.m4 (LT_CMD_MAX_LEN): Try using getconf to set
7711         lt_cv_sys_max_cmd_len.
7713 2007-05-31  Dorit Nuzman   <dorit@il.ibm.com>
7715         * MAINTAINERS (Various Maintainers): Add myself as
7716         auto-vectorizer maintainer.
7718 2003-05-31  Paolo Bonzini  <bonzini@gnu.org>
7720         PR libjava/32098
7721         * libtool.m4: Revert previous change.
7722         * ltgcc.m4: Put it here.
7724 2003-05-30  Zdenek Dvorak  <dvorakz@suse.cz>
7726         * MAINTAINERS (Various Maintainers): Add myself as
7727         auto-vectorizer maintainer.
7729 2007-05-30  H.J. Lu  <hongjiu.lu@intel.com>
7731         PR libjava/32098
7732         * libtool.m4 (_LT_LANG_GCJ_CONFIG): Use gcc to test gcj features.
7734 2007-05-30  Richard Guenther  <rguenther@suse.de>
7736         * MAINTAINERS (Various Maintainers): Add myself as
7737         auto-vectorizer maintainer.
7739 2007-05-30  Jakub Jelinek  <jakub@redhat.com>
7741         PR bootstrap/29382
7742         * configure.ac: Don't use -fkeep-inline-functions for GCC < 3.3.1.
7743         * configure: Rebuilt.
7745 2007-05-28  Roberto Costa  <robsettantasei@gmail.com>
7747         * MAINTAINERS (Write After Approval): Removed my name.
7749 2007-05-25  Steven Bosscher  <steven@gcc.gnu.org>
7751         * MAINTAINERS (Write After Approval): Remove myself.
7753 2007-05-25  Andreas Tobler  <a.tobler@schweiz.org>
7755         * ltmain.sh: Fix Darwin verstring, remove ${wl}.
7757 2007-05-23  Steve Ellcey  <sje@cup.hp.com>
7759         * ltmain.sh: Update from ToT Libtool.
7760         * libtool.m4: Update from ToT Libtool.
7761         * ltsugar.m4: New. Update from ToT Libtool.
7762         * ltversion.m4: New. Update from ToT Libtool.
7763         * ltoptions.m4: New. Update from ToT Libtool.
7764         * ltconfig: Remove.
7765         * ltcf-c.sh: Remove.
7766         * ltcf-cxx.sh: Remove.
7767         * ltcf-gcj.sh: Remove.
7769 2007-05-22  Ollie Wild  <aaw@google.com>
7771         * MAINTAINERS (Write After Approval): Add myself.
7773 2007-05-16  Paolo Bonzini  <bonzini@gnu.org>
7775         * Makefile.def (bootstrap_stage): Replace stage_make_flags with
7776         stage_cflags.
7777         * Makefile.tpl (POSTSTAGE1_HOST_EXPORTS, POSTSTAGE1_FLAGS_TO_PASS):
7778         Remove CFLAGS/LIBCFLAGS.
7779         (configure-stage[+id+]-[+prefix+][+module+],
7780         all-stage[+id+]-[+prefix+][+module+]): Pass it from [+stage_cflags+].
7781         * Makefile.in: Regenerate.
7783 2007-05-15  Diego Novillo  <dnovillo@google.com>
7785         * MAINTAINERS: Update e-mail address.
7787 2007-05-15  Revital Eres  <eres@il.ibm.com>
7789         * MAINTAINERS (Write After Approval): Add myself.
7791 2007-05-14  Roberto Costa  <robsettantasei@gmail.com>
7793         * MAINTAINERS (Write After Approval): Updated my address.
7795 2007-05-14  Thomas Neumann  <tneumann@users.sourceforge.net>
7797         * MAINTAINERS (Write After Approval): Add myself.
7799 2007-05-11  Silvius Rus  <rus@google.com>
7801         * MAINTAINERS (Write After Approval): Add myself.
7803 2007-04-23  Tom Tromey  <tromey@redhat.com>
7805         * MAINTAINERS: Added myself as non-algorithmic libcpp maintainer.
7807 2007-04-22  Mark Mitchell  <mark@codesourcery.com>
7809         * MAINTAINERS (cpplib): Rename to ...
7810         (libcpp): ... this.  Add C/C++ front end maintainers.
7812 2007-04-14  Steve Ellcey  <sje@cup.hp.com>
7814         * config-ml.in: Pass ${ml_config_env} to configure calls.
7816 2007-04-04  Christian Bruel  <christian.bruel@st.com>
7818         * MAINTAINERS (Write After Approval): Add myself.
7820 2007-04-02  Dave Korn  <dave.korn@artimi.com>
7822         * MAINTAINERS (Write After Approval): Add myself.
7824 2007-03-31  Tobias Burnus  <burnus@net-b.de>
7826         * MAINTAINERS (fortran 95 front end): Add myself.
7828 2007-03-28  Dwarakanath Rajagopal  <dwarak.rajagopal@amd.com>
7830         * MAINTAINERS (Write After Approval): Add myself.
7832 2007-03-24  Ayal Zaks  <zaks@il.ibm.com>
7834         * MAINTAINERS (Modulo Scheduler): Add myself.
7836 2007-03-23  Brooks Moses  <brooks.moses@codesourcery.com>
7838         * MAINTAINERS (fortran 95 front end): Add myself.
7839         (c++ front end): whitespace fix.
7841 2007-03-22  Nathan Froyd  <froydnj@codesourcery.com>
7843         * MAINTAINERS (Write After Approval): Add myself.
7845 2007-03-21  Richard Sandiford  <richard@codesourcery.com>
7847         * configure.ac (TOPLEVEL_CONFIGURE_ARGUMENTS): Fix m4 quoting
7848         of glob.  Quote arguments with single quotes too.
7849         * configure: Regenerate.
7851 2007-03-12  Brooks Moses  <brooks.moses@codesourcery.com>
7853         * Makefile.def (fixincludes): Remove unneeded "missing" lines.
7854         * Makefile.in: Regenerate
7856 2007-03-07  Andreas Schwab  <schwab@suse.de>
7858         * configure: Regenerate.
7860 2007-03-01  Brooks Moses  <brooks.moses@codesourcery.com>
7862         * configure.ac: Add "--with-pdfdir" configure option,
7863         which defines pdfdir variable.
7864         * Makefile.def (target=fixincludes): Add install-pdf to
7865         missing targets.
7866         (recursive_targets): Add install-pdf target.
7867         (flags_to_pass): Add pdfdir.
7868         * Makefile.tpl: Add pdfdir handling, add do-install-pdf
7869         target.
7870         * configure: Regenerate
7871         * Makefile.in: Regenerate
7873 2007-02-28  Eric Christopher  <echristo@apple.com>
7875         Revert:
7876         2006-12-07  Mike Stump  <mrs@apple.com>
7878         * Makefile.def (dependencies): Add dependency for
7879         install-target-libssp and install-target-libgomp on
7880         install-gcc.
7881         * Makefile.in: Regenerate.
7883 2007-02-27  Matt Kraai  <kraai@ftbfs.org>
7885         * configure: Regenerate.
7886         * configure.ac: Move statements after variable declarations.
7888 2007-02-19  Kaz Kojima  <kkojima@gcc.gnu.org>
7890         * MAINTAINERS: Add myself as sh maintainer.
7892 2007-02-19  Joseph Myers  <joseph@codesourcery.com>
7894         * configure.ac: Adjust for loop syntax.
7895         * configure: Regenerate.
7897 2007-02-18  Alexandre Oliva  <aoliva@redhat.com>
7899         * configure: Rebuilt.
7901 2007-02-18  Alexandre Oliva  <aoliva@redhat.com>
7903         * configure.ac: Drop multiple occurrences of --enable-languages,
7904         and fix its quoting.
7905         * configure: Rebuilt.
7907 2007-02-17  Mark Mitchell  <mark@codesourcery.com>
7908             Nathan Sidwell  <nathan@codesourcery.com>
7909             Vladimir Prus  <vladimir@codesourcery.com>
7910             Joseph Myers  <joseph@codesourcery.com>
7912         * configure.ac (TOPLEVEL_CONFIGURE_ARGUMENTS): Fix quoting.
7913         * configure: Regenerate.
7915 2007-02-14  Gerald Pfeifer  <gerald@pfeifer.com>
7917         * ltconfig (freebsd*): Default to elf.
7919 2007-02-13  Daniel Jacobowitz  <dan@codesourcery.com>
7921         * configure.ac (target_libraries): Move libgcc before libiberty.
7922         * configure: Regenerated.
7924 2007-02-13  Daniel Jacobowitz  <dan@codesourcery.com>
7925             Paolo Bonzini  <bonzini@gnu.org>
7927         PR bootstrap/30753
7928         * configure.ac: Remove obsolete build / host tests.  Use AC_PROG_CC
7929         unconditionally.  Use AC_PROG_CXX.  Use ACX_TOOL_DIRS to find $prefix.
7930         * configure: Regenerated.
7932 2007-02-11  Francois-Xavier Coudert  <fxcoudert@gcc.gnu.org>
7934         * MAINTAINERS (Language Front End Maintainers): Update my mail
7935         address.
7937 2007-02-09  Daniel Jacobowitz  <dan@codesourcery.com>
7939         PR bootstrap/30748
7940         * configure.ac: Correct syntax for Solaris ksh.
7941         * configure: Regenerated.
7943 2007-02-09  Paolo Bonzini  <bonzini@gnu.org>
7945         * configure.ac: Sync with src.
7946         * configure: Regenerate.
7948 2007-02-09  Paolo Bonzini  <bonzini@gnu.org>
7950         * Makefile.in: Regenerate.
7952 2007-02-09  Paolo Bonzini  <bonzini@gnu.org>
7954         * config.sub: Sync with src.
7956 2007-02-09  Daniel Jacobowitz  <dan@codesourcery.com>
7958         * Makefile.tpl (build_alias, host_alias, target_alias): Use
7959         noncanonical equivalents.
7960         * configure.in: Rename to...
7961         * configure.ac: ...this.  Update AC_PREREQ.  Prevent error for
7962         AS_FOR_TARGET.  Set build_noncanonical, host_noncanonical, and
7963         target_noncanonical.  Use them.  Rewrite removal of configure
7964         arguments for autoconf 2.59.  Discard variable settings.  Force
7965         program_transform_name for native tools.
7967         * Makefile.in: Regenerated.
7968         * configure: Regenerated with autoconf 2.59.
7970 2007-02-07  Roman Zippel  <zippel@linux-m68k.org>
7972         * MAINTAINERS (Write After Approval): Add myself.
7974 2007-01-31  Andreas Schwab  <schwab@suse.de>
7976         * Makefile.tpl (LDFLAGS): Substitute it.
7977         * Makefile.in: Regenerate.
7979 2007-01-30  Andrey Belevantsev  <abel@ispras.ru>
7981         * MAINTAINERS (Write After Approval): Add myself.
7983 2007-01-28  David Edelsohn  <edelsohn@gnu.org>
7985         * MAINTAINERS (spu port): Add myself.
7987 2007-01-23  Richard Guenther  <rguenther@suse.de>
7989         PR bootstrap/30541
7990         * Makefile.def (flags_to_pass): Add GNATBIND and GNATMAKE.
7991         * Makefile.tpl (GNATBIND): Substitute it.
7992         (GNATMAKE): Likewise.
7993         (POSTSTAGE1_FLAGS_TO_PASS): Pass staged GNATBIND instead
7994         of STAGE_PREFIX.
7995         * Makefile.in: Regenerate.
7996         * configure: Regenerate.
7998 2007-01-18  Mike Stump  <mrs@apple.com>
8000         * configure.in: Re-enable -Werror for gcc builds.
8002 2007-01-11  Harsha Jagasia  <harsha.jagasia@amd.com>
8004         * MAINTAINERS (Write After Approval): Add myself.
8006 2007-01-11  Paolo Bonzini  <bonzini@gnu.org>
8008         * configure.in: Change == to = in test command.
8009         * configure: Regenerate.
8011 2007-01-11  Paolo Bonzini  <bonzini@gnu.org>
8012             Nick Clifton  <nickc@redhat.com>
8013             Kaveh R. Ghazi  <ghazi@caip.rutgets.edu>
8015         * configure.in (build_configargs, host_configargs, target_configargs):
8016         Remove build/host/target parameters.
8017         (host_libs): Add gmp and mpfr.
8018         (GMP tests): Reorganize to allow in-tree GMP/MPFR.
8019         * Makefile.def (gmp, mpfr): New.
8020         (gcc): Remove target.
8021         * Makefile.tpl (build_os, build_vendor, host_os, host_vendor,
8022         target_os, target_vendor): New.
8023         (configure): Add host_alias/target_alias arguments; adjust invocations.
8024         * configure: Regenerate.
8025         * Makefile.in: Regenerate.
8027 2007-01-11  Matt Fago  <fago@earthlink.net>
8029         * configure.in: Try to link to functions only in mpfr 2.2.x
8030         to improve robustness of configure tests.
8031         * configure: Regenerate.
8033 2007-01-09  Uros Bizjak  <ubizjak@gmail.com>
8035         * MAINTAINERS: Add myself as i386 maintainer.
8037 2007-01-08  Jan Hubicka  <jh@suse.cz>
8039         * MAINTAINERS: Add myself as i386 maintainer.
8041 2007-01-08  Kai Tietz   <kai.tietz@onevision.com>
8043         * configure.in: Add support for an x86_64-mingw* target.
8044         * configure: Regenerate.
8046 2007-01-05  Daniel Jacobowitz  <dan@codesourcery.com>
8048         * Makefile.tpl (all-target): Correct @if conditional for target
8049         modules.
8050         * configure.in: Omit libiberty if building only target libgcc.
8051         * configure, Makefile.in: Regenerated.
8053 2007-01-04  Paolo Bonzini  <bonzini@gnu.org>
8055         * configure.in: Use DEV-PHASE to detect default for --enable-werror.
8056         * configure: Regenerate.
8058 2007-01-03  Daniel Jacobowitz  <dan@codesourcery.com>
8060         * Makefile.def (target_modules): Add libgcc.
8061         (lang_env_dependencies): Remove default items.  Use no_c and no_gcc.
8062         * Makefile.tpl (clean-target-libgcc): Delete.
8063         (configure-target-[+module+]): Emit --disable-bootstrap dependencies
8064         on gcc even for bootstrapped modules.  Rewrite handling of
8065         lang_env_dependencies to loop over target_modules.
8066         * configure.in (target_libraries): Add target-libgcc.
8067         * Makefile.in, configure: Regenerated.
8069 2006-12-29  Paolo Bonzini  <bonzini@gnu.org>
8071         * configure.in: Reorganize recognition of languages.  Add
8072         --enable-stage1-languages.  Show supported languages for the chosen
8073         target rather than all recognized languages.
8074         * configure: Regenerate.
8076 2006-12-29  Paolo Bonzini  <bonzini@gnu.org>
8078         * Makefile.tpl (GCC_STRAP_TARGETS, all-prebootstrap): Remove.
8079         * Makefile.in: Regenerate.
8081 2006-12-29  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
8083         * configure.in: Warn that MPFR 2.2.0 is buggy.
8084         * configure: Regenerate.
8086 2006-12-27  Ian Lance Taylor  <iant@google.com>
8088         * configure.in: When removing Makefiles to force a reconfigure, also
8089         remove prev-DIR*/Makefile.
8090         * configure: Regenerate.
8092 2006-12-22  Andreas Schwab  <schwab@suse.de>
8094         * configure: Regenerate with correct autoconf version.
8096 2006-12-20  Adam Megacz  <megacz@cs.berkeley.edu>
8098         * configure.in: add AC_SUBST for *_FOR_TARGET.
8099         * configure: Regenerate.
8101 2006-12-19  Paolo Bonzini  <bonzini@gnu.org>
8103         * configure.in: Simplify logic for rejecting languages that cannot
8104         be built.  Separate the case when a language is unsupported,
8105         from the case when the user chooses not to build a language.
8107 2006-12-19  Paolo Bonzini  <bonzini@gnu.org>
8109         * configure.in: Remove "$build" case for powerpc-*-darwin* since
8110         it only affects bootstrap and could be tested on "$host" as well.
8111         * configure: Regenerate.
8112         * config/mh-ppc-darwin: Add to the stage1 cflags here.
8114 2006-12-19  Paolo Bonzini  <bonzini@gnu.org>
8116         PR bootstrap/29544
8117         * Makefile.def (flags_to_pass): Add STAGE1_CHECKING.
8118         (bootstrap_stage): Add STAGE1_CHECKING to stage1 configure flags,
8119         move here comment from Makefile.tpl.
8120         * Makefile.tpl: Move some definitions higher in the file.
8121         (STAGE1_CHECKING): New.
8122         * configure.in: Add --enable-stage1-checking.
8123         * configure: Regenerate.
8124         * Makefile.in: Regenerate.
8126 2006-12-19  Paolo Bonzini  <bonzini@gnu.org>
8128         * MAINTAINERS: Add myself as build system maintainer.
8130 2006-12-15  Simon Martin  <simartin@users.sourceforge.net>
8132         * MAINTAINERS (Write After Approval): Add myself.
8134 2006-12-13  Eric Christopher  <echristo@apple.com>
8136         * MAINTAINERS: Add myself as darwin maintainer.
8138 2006-12-11  Ian Lance Taylor  <ian@airs.com>
8140         * MAINTAINERS: Add myself as libgcc and fp-bit maintainer.
8142 2006-12-11  Joern Rennecke  <joern.rennecke@arc.com>
8144         MAINTAINERS: Update my entry.
8146 2006-12-11  Alan Modra  <amodra@bigpond.net.au>
8148         * configure.in:  Handle spu makefile frag.
8149         * Makefile.tpl (MAINT): Define
8150         (MAINTAINER_MODE_FALSE, MAINTAINER_MODE_TRUE): Define.
8151         * configure: Regenerate.
8152         * Makefile.in: Regenerate.
8154 2006-12-11  Ben Elliston  <bje@au.ibm.com>
8156         * config.guess: Import latest version.
8157         * config.sub: Likewise.
8159 2006-12-11  Ben Elliston  <bje@au.ibm.com>
8161         * configure.in (spu-*-*): Don't skip target-libiberty.
8162         * configure: Regenerate.
8164 2006-12-10  Andreas Tobler  <a.tobler@schweiz.org>
8166         PR bootstrap/30134
8167         * configure.in: Correct x86 darwin support for libjava to powerpc
8168         and i?86 only.
8169         * configure: Regenerate.
8171 2006-12-08  Sandro Tolaini  <tolaini@libero.it>
8173         * configure.in: Add x86 darwin support for libjava.
8174         * configure: Regenerate.
8176 2006-12-07  Mike Stump  <mrs@apple.com>
8178         * Makefile.def (dependencies): Add dependency for
8179         install-target-libssp and install-target-libgomp on
8180         install-gcc.
8181         * Makefile.in: Regenerate.
8183 2006-12-04  Richard Guenther  <rguenther@suse.de>
8185         * MAINTAINERS (Non-Algorithmic Maintainers): New section.
8186         (Non-Algorithmic Maintainers): Move over non-algorithmic
8187         loop optimizer maintainers, add myself as a non-algorithmic
8188         middle-end maintainer.
8190 2006-12-04  Daniel Franke  <franke.daniel@gmail.com>
8192         * MAINTAINERS (Write After Approval): Add myself.
8194 2006-12-03  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
8196         * configure.in: Update error message for missing GMP/MPFR.
8198         * configure: Regenerate.
8200 2006-12-02  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
8202         * configure.in: Update MPFR version in error message.
8204         * configure: Regenerate.
8206 2006-11-26  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
8208         * configure.in (--with-mpfr-dir, --with-gmp-dir): Remove flags.
8209         (--with-mpfr-include, --with-mpfr-lib, --with-gmp-include,
8210         --with-gmp-lib): New flags.
8212         * configure: Regenerate.
8214 2006-11-25  Brooks Moses  <brooks.moses@codesourcery.com>
8216         * MAINTAINERS (Write After Approval): Change my email address.
8218 2006-11-23  Manuel Lopez-Ibanez  <manu@gcc.gnu.org>
8220         * MAINTAINERS (Write After Approval): Add myself.
8222 2006-11-22  Philipp Thomas  <pth@suse.de>
8224         * MAINTAINERS (i18n): Update e-mail address.
8226 2006-11-21  Trevor Smigiel  <trevor_smigiel@playstation.sony.com>
8228         * MAINTAINERS (spu port): Add myself as maintainer.
8229         (Write After Approval): Remove myself.
8231 2006-11-22  Ben Elliston  <bje@au.ibm.com>
8233         * configure.in (skipdirs): Don't build libssp for SPU.
8234         * configure: Regenerate.
8236 2006-11-21  Andrew Pinski  <andrew_pinski@playstation.sony.com>
8238         * MAINTAINERS (spu port): Add myself as maintainer.
8239         (libobjc): Update my email address.
8241 2006-11-21  Andrea Bona  <andrea.bona@st.com>
8243         * MAINTAINERS (Write After Approval): Add myself.
8245 2006-11-20  Trevor Smigiel  <trevor_smigiel@playstation.sony.com>
8247         * configure.in (skipdirs) : Don't build target-libiberty for SPU.
8248         * configure : Rebuilt.
8250 2006-11-20  Trevor Smigiel  <trevor_smigiel@playstation.sony.com>
8252         * MAINTAINERS (Write After Approval): Add myself.
8254 2006-11-20  Andrea Ornstein  <andrea.ornstein@st.com>
8256         * MAINTAINERS (Write After Approval): Add myself.
8258 2006-11-18  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
8260         * configure.in (--with-mpfr-dir): Also look in .libs and _libs for
8261         libmpfr.a.
8262         * configure: Regenerate.
8264 2006-11-16  Paolo Bonzini  <bonzini@gnu.org>
8266         * Makefile.tpl (clean-target-libgcc): Test for gcc Makefile presence.
8267         (unstage): Test for stage_last presence.
8269         PR bootstrap/29802
8270         * Makefile.tpl (POSTSTAGE1_FLAGS_TO_PASS): Add HOST_SUBDIR in
8271         STAGE_PREFIX.
8272         * Makefile.in: Regenerate.
8274 2003-11-16  Zdenek Dvorak  <dvorakz@suse.cz>
8276         * MAINTAINERS: Add myself and Daniel Berlin as loop optimizer
8277         maintainers.
8279 2006-11-14  Erven Rohou  <erven.rohou@st.com>
8281         * MAINTAINERS (Write After Approval): Add myself.
8283 2006-11-14  Paolo Bonzini  <bonzini@gnu.org>
8285         * Makefile.tpl (clean-stage*): Test separately for package/Makefile
8286         and stageN-package/Makefile.
8287         * Makefile.in: Regenerated.
8289 2006-11-14  Jie Zhang  <jie.zhang@analog.com>
8291         * configure.in: Remove target-libgloss from noconfigdirs for
8292         bfin-*-*.
8293         * configure: Regenerated.
8295 2006-11-11  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
8297         * configure.in (have_gmp): Only error if the gcc directory exists.
8299         * configure: Regenerate.
8301 2006-11-07  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
8303         * configure.in: Robustify error message for missing GMP/MPFR.
8305         * configure: Regenerate.
8307 2006-10-31  Stephen M. Webb  <stephen.webb@bregmasoft.com>
8309         * MAINTAINERS (Write After Approval): Add myself.
8311 2006-10-30  Uros Bizjak  <ubizjak@gmail.com>
8313         * MAINTAINERS: Change email address.
8315 2006-10-30  Vladimir Prus  <vladimir@codesourcery.com>
8317         * MAINTAINERS (Write After Approval): Add myself.
8319 2006-10-26  Peter Bergner  <bergner@vnet.ibm.com>
8321         * MAINTAINERS (Write After Approval): Add myself.
8323 2006-10-25  Chen Liqin  <liqin@sunnorth.com.cn>
8325         * MAINTAINERS (Write After Approval): Move myself to
8326         Write After Approval section.
8328 2006-10-21  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
8330         * configure.in: Require GMP-4.1+ and MPFR-2.2+.  Don't check
8331         need_gmp anymore.
8332         * configure: Regenerate.
8334 2006-10-16  Tobias Burnus  <burnus@net-b.de>
8336         * MAINTAINERS (Write After Approval): Add myself.
8338 2006-10-16  Ben Elliston  <bje@au.ibm.com>
8340         * config.guess: Import latest version.
8341         * config.sub: Likewise.
8343 2006-10-10  Brooks Moses  <bmoses@stanford.edu>
8345         * Makefile.def: Added pdf target handling.
8346         * Makefile.tpl: Added pdf target handling.
8347         * Makefile.in: Regenerated.
8349 2006-10-10  Chen Liqin  <liqin@sunnorth.com.cn>
8351         * MAINTAINERS: Add self as score port maintainer.
8353 2006-10-04  Brooks Moses  <bmoses@stanford.edu>
8355         * MAINTAINERS (Write After Approval): Add myself.
8357 2006-09-27  Steven G. Kargl  <kargl@gcc.gnu.org>
8359         * configure.in: Check for GMP 4.1 or newer.  Check for MPFR 2.2.0
8360         or newer.
8361         * configure: Regenerated.
8363 2006-09-27  Dave Brolley  <brolley@redhat.com>
8365         * configure.in (RUNTEST): Look for 'runtest' in the source tree by
8366         using $s instead of $r.
8367         * configure: Regenerated.
8369 2006-09-26  Thiemo Seufer  <ths@mips.com>
8371         * configure.in: Remove redundant handling of mips*-dec-bsd*. Likewise
8372         for mipstx39-*-*. Disable libgloss for mips64*-*-linux*.
8373         * configure: Regenerate.
8375 2006-09-24  Graeme Peterson  <gridly@gmail.com>
8377         * MAINTAINERS (Write After Approval): Remove myself.
8379 2006-09-22  Chao-ying Fu  <fu@mips.com>
8381         * MAINTAINERS (Write After Approval): Add myself.
8383 2006-09-10  Joseph S. Myers  <joseph@codesourcery.com>
8385         * MAINTAINERS: Add self as soft-fp maintainer.
8387 2006-09-09  Anatoly Sokolov  <aesok@post.ru>
8389         * MAINTAINERS: Add myself as avr maintainer.
8390         Remove Marek Michalkiewicz as avr maintainer.
8392 2006-09-07  Roberto Costa  <roberto.costa@st.com>
8394         * MAINTAINERS (Write After Approval): Add myself.
8396 2006-08-30  Corinna Vinschen  <corinna@vinschen.de>
8398         * configure.in: Never build newlib for a Mingw host.
8399         Never build newlib as Mingw target library.
8400         Test the existence of winsup/cygwin for building a Cygwin newlib,
8401         rather than just winsup.
8402         Add winsup/mingw and winsup/w32api paths to FLAGS_FOR_TARGET if
8403         building a Mingw target.
8404         * configure: Regenerate.
8406 2006-08-08  Eric Botcazou  <ebotcazou@libertysurf.fr>
8408         * MAINTAINERS (Various Maintainers): Add self as RTL opt. maintainer.
8410 2006-07-25  Paolo Bonzini  <bonzini@gnu.org>
8412         * config.guess: Import from src (was more updated).
8413         * config.sub: Likewise.
8415 2006-07-22  Daniel Jacobowitz  <dan@codesourcery.com>
8417         * configure.in: Allow mingw32 and cygwin targets to build cross-gdb.
8418         * configure: Regenerated.
8420 2006-07-18  Paolo Bonzini  <bonzini@gnu.org>
8422         * Makefile.tpl (configure-stageN-MODULE): Pass --with-build-libsubdir
8423         for stages after the first.
8425 2006-07-17  Jakub Jelinek  <jakub@redhat.com>
8427         * Makefile.def: Add dependencies for configure-opcodes
8428         on configure-intl and all-opcodes on all-intl.
8429         * Makefile.in: Regenerated.
8431 2006-07-13  Ben Elliston  <bje@au.ibm.com>
8433         * MAINTAINERS (Various Maintainers): Add myself as dfp maintainer.
8435 2006-07-06  Paul Eggert  <eggert@cs.ucla.edu>
8437         Port to hosts whose 'sort' and 'tail' implementations
8438         treat operands with leading '+' as file names, as POSIX
8439         has required since 2001.  However, make sure the code still
8440         works on pre-POSIX hosts.
8441         * ltmain.sh: Don't assume "sort +2" is equivalent to
8442         "sort -k 3", since POSIX 1003.1-2001 no longer requires this.
8444 2006-07-05  Ulrich Weigand  <uweigand@de.ibm.com>
8446         * MAINTAINERS (Various Maintainers): Add myself as reload maintainer.
8448 2006-07-04  Peter O'Gorman  <peter@pogma.com>
8450         * ltconfig: chmod 644 before ranlib during install.
8452 2006-07-04  Eric Botcazou  <ebotcazou@libertysurf.fr>
8454         PR bootstrap/18058
8455         * configure.in: Add -fkeep-inline-functions to CFLAGS for stage 1
8456         if the bootstrap compiler is a GCC version that supports it.
8457         * configure: Regenerate.
8459 2006-07-03  Paolo Bonzini  <bonzini@gnu.org>
8461         * configure.in: Fix thinkos in previous check-in.
8462         * configure: Regenerate.
8464 2006-07-03  Paolo Bonzini  <bonzini@gnu.org>
8466         PR other/27063
8467         * configure.in: Test subdir_requires and give an appropriate
8468         error message.
8469         * configure: Regenerate.
8471 2006-07-01  Andrew John Hughes  <gnu_andrew@member.fsf.org>
8473         * MAINTAINERS (Write After Approval): Add myself.
8475 2006-06-22  John David Anglin  <dave.anglin@nrc.ca>
8477         * MAINTAINERS (OS Port Maintainers): Add myself as hpux maintainer.
8479 2006-06-22  Steve Ellcey  <sje@cup.hp.com>
8481         * MAINTAINERS (OS Port Maintainers): Add myself as hpux maintainer.
8483 2006-06-20  David Ayers  <d.ayers@inode.at>
8485         PR bootstrap/28072
8486         * configure.in: Add target-boehm-gc to noconfigdirs depending on
8487         whether target-libjava is being configured instead of whether the
8488         java front end is enabled.
8489         * configure: Regenerate.
8491 2006-06-16  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
8493         PR target/27540
8494         * configure.in: Only enable libgomp on IRIX 6.
8495         * configure: Regenerate.
8497 2006-06-15  Paolo Bonzini  <bonzini@gnu.org>
8499         * Makefile.tpl (POSTSTAGE1_HOST_EXPORTS): Export CFLAGS and LDFLAGS
8500         too.
8501         * Makefile.in: Regenerate.
8503 2006-06-13  Jeff Johnston  <jjohnstn@redhat.com>
8505         * config-ml.in: Alter CCASFLAGS to include special
8506         multilib options the same as is done for CFLAGS.
8508 2006-06-12  John David Anglin  <dave.anglin@nrc-cnrc.gc.ca>
8510         * configure.in: Don't enable libgomp on hpux10.
8511         * configure: Rebuilt.
8513 2006-06-12  David Ayers  <d.ayers@inode.at>
8515         PR bootstrap/27963
8516         PR target/19970
8517         * configure.in: Remove target-boehm-gc from noconfigdirs where
8518         ${libgcj} is specified.
8519         * configure: Regenerate.
8521 2006-06-06  Carlos O'Donell  <carlos@codesourcery.com>
8523         Sync from src:
8525         * configure.in: Sync.
8526         * configure: Regenerated.
8528         2006-05-31  Daniel Jacobowitz  <dan@codesourcery.com>
8530         * Makefile.def: Added dependencies from sim and gdb on intl, and
8531         added configure dependencies to everything with an all dependency
8532         on intl.
8533         * Makefile.in: Regenerated.
8535 2006-06-06  David Ayers  <d.ayers@inode.at>
8537         PR libobjc/13946
8538         * Makefile.def: Add dependencies for libobjc which boehm-gc.
8539         * Makefile.in: Regenerate.
8540         * configure.in: Add --enable-objc-gc at toplevel and have it
8541         enable boehm-gc for Objective-C.
8542         Remove target-boehm-gc from libgcj.
8543         Add target-boehm-gc to target_libraries.
8544         Add target-boehm-gc to noconfigdirs where ${libgcj}
8545         is specified.
8546         Assert that boehm-gc is supported when requested for Objective-C.
8547         Only build boehm-gc if needed either for Java or Objective-C.
8548         * configure: Regenerate.
8550 2006-06-05  Paolo Bonzini  <bonzini@gnu.org>
8552         PR 27674
8553         * Makefile.tpl (configure-[+prefix+][+module+],
8554         all-[+prefix+][+module+]): Depend on stage_current if bootstrapping.
8555         Remove rule to unstage bootstrapped modules.
8556         (stage_current): New.
8557         * Makefile.in: Regenerate.
8559 2006-06-03  Laurynas Biveinis  <laurynas.biveinis@gmail.com>
8561         * MAINTAINERS (Write After Approval): Update my e-mail address.
8563 2006-06-01  Mark Shinwell  <shinwell@codesourcery.com>
8565         * include/libiberty.h: Declare pex_run_in_environment.
8567 2006-05-31  Asher Langton  <langton2@llnl.gov>
8569         * MAINTAINERS (Write After Approval): Add myself.
8571 2006-05-25  Paolo Bonzini  <bonzini@gnu.org>
8573         * Makefile.def (bfd, opcodes): Fix lib_path.
8574         * Makefile.tpl (POSTSTAGE1_FLAGS_TO_PASS): Replace ADAC with ADAFLAGS.
8575         (restrap): Move under "@if gcc-bootstrap".  Fix typo.
8576         * Makefile.in: Regenerate.
8578 2006-05-24  Carlos O'Donell  <carlos@codesourcery.com>
8580         * Makefile.in: Regenerate.
8582 2006-05-24  Carlos O'Donell  <carlos@codesourcery.com>
8584         * Makefile.def: Add install-html target. Add datarootdir
8585         docdir and htmldir to flags_to_pass.
8586         * Makefile.tpl: Add install-html target.
8587         * Makefile.in: Regenerate.
8588         * configure.in: Add --with-datarootdir, --with-docdir, and
8589         --with-htmldir options. AC_SUBST datarootdir, docdir and htmldir.
8590         * configure: Regenerate.
8592 2006-05-24  Mark Shinwell  <shinwell@codesourcery.com>
8594         * configure.in: Enable gprof for cross builds.
8595         * configure: Regenerate.
8597 2006-05-22  Richard Guenther  <rguenther@suse.de>
8599         Revert
8600         2006-01-31  Richard Guenther  <rguenther@suse.de>
8601         Paolo Bonzini  <bonzini@gnu.org>
8603         * Makefile.def (target_modules): Add libgcc-math target module.
8604         * configure.in (target_libraries): Add libgcc-math target library.
8605         (--enable-libgcc-math): New configure switch.
8606         * Makefile.in: Re-generate.
8607         * configure: Re-generate.
8608         * libgcc-math: New toplevel directory.
8610 2006-05-20  John David Anglin  <dave.anglin@nrc-cnrc.gc.ca>
8611             Andreas Tobler  <a.tobler@schweiz.ch>
8613         * configure.in:  Enable libgcj for hppa*-hp-hpux11*.
8614         * configure: Rebuilt.
8616 2006-05-12  Sandra Loosemore  <sandra@codesourcery.com>
8618         * MAINTAINERS (Write After Approval): Add myself.
8620 2006-05-01  DJ Delorie  <dj@redhat.com>
8622         * configure.in: Restore CFLAGS if GMP isn't present.
8623         * configure: Regenerate.
8625 2006-05-01  Richard Guenther  <rguenther@suse.de>
8627         * MAINTAINERS (Various Maintainers): Add myself as libgcc-math
8628         maintainer.
8630 2006-04-30  Kenneth Zadeck  <zadeck@naturalbridge.com>
8632         * MAINTAINERS (Write After Approval): Add myself.
8634 2006-04-28  Jan Beulich  <jbeulich@novell.com>
8636         * MAINTAINERS (Write After Approval): Add myself.
8638 2006-04-18  DJ Delorie  <dj@redhat.com>
8640         * configure.in (m32c): Build libstdc++-v3.  Pass flags to
8641         reference libgloss so that libssp can be built in a combined
8642         tree.
8643         * configure: Regenerate.
8645 2006-04-08  Robert Millan  <rmh@gcc.gnu.org>
8647         * MAINTAINERS (Write After Approval): Add myself.
8649 2006-04-05  Ben Elliston  <bje@au.ibm.com>
8651         * configure.in: Require makeinfo 4.4 or higher.
8652         * configure: Regenerate.
8654 2006-04-04  Gerald Pfeifer  <gerald@pfeifer.com>
8656         * MAINTAINERS: Add Richard Henderson as libgomp maintainer.
8657         Rearrange the entries of other libraries to have them in one place.
8659 2006-03-22  Janne Blomqvist  <jb@gcc.gnu.org>
8661         * MAINTAINERS (Write After Approval): Remove myself.
8662         (Language Front End Maintainers): Add myself as fortran 95 maintainer.
8664 2006-03-14  Richard Guenther  <rguenther@suse.de>
8666         * configure: Regenerate with autoconf 2.13.
8668 2006-03-13  Jim Blandy  <jimb@codesourcery.com>
8670         * MAINTAINERS: Use my work address.
8672         * MAINTAINERS: Update my E-mail address.
8674 2006-03-10  Aldy Hernandez  <aldyh@redhat.com>
8676         * configure.in: Handle --disable-<component> generically.
8677         * configure: Regenerate.
8679 2006-03-01  H.J. Lu  <hongjiu.lu@intel.com>
8681         PR libgcj/17311
8682         * ltmain.sh: Don't use "$finalize_rpath" for compile.
8684 2006-02-21  Erik Edelmann  <eedelman@gcc.gnu.org>
8686         * MAINTAINERS (Write After Approval):  Remove myself.
8687         (Language Front End Maintainers):  Add myself as fortran 95 maintainer.
8689 2006-02-21  Rafael Ávila de Espíndola  <rafael.espindola@gmail.com>
8691         * Makefile.tpl  (BUILD_CONFIGDIRS): Remove.
8692         (TARGET_CONFIGDIRS): Remove.
8693         * configure.in: Remove AC_SUBST(target_configdirs).
8694         * Makefile.in, configure: Regenerated.
8696 2006-02-20  Steven G. Kargl  <kargls@comcast.net>
8698         * MAINTAINERS (Write After Approval):  Remove myself.
8699         (Language Front End Maintainers):  Add myself as fortran 95 maintainer.
8701 2006-02-20  Paolo Bonzini  <bonzini@gnu.org>
8703         PR bootstrap/25670
8705         * Makefile.tpl ([+compare-target+]): Print explanation messages.
8707         * Makefile.def (ADAFLAGS, BOOT_ADAFLAGS, LANGUAGES): New flags_to_pass.
8708         * Makefile.tpl (BASE_FLAGS_TO_PASS): Support optional flags_to_pass.
8709         (EXTRA_GCC_FLAGS): Remove ADAFLAGS, BOOT_ADAFLAGS, LANGUAGES,
8710         BUILD_PREFIX, BUILD_PREFIX_1.
8711         * configure.in: (BUILD_PREFIX, BUILD_PREFIX_1): Don't substitute.
8713         * Makefile.def (bootstrap stage 1): Pass LIBCFLAGS too.
8714         * Makefile.tpl (POSTSTAGE1_FLAGS_TO_PASS): Override LIBCFLAGS too.
8716         * Makefile.tpl (configure-stage[+id+]-[+prefix+][+module+],
8717         all-stage[+id+]-[+prefix+][+module+], : Use $(current_stage) instead
8718         of `cat stage_current`.  Always provide the `r' and `s' variables.
8719         (clean-stage[+id+]-[+prefix+][+module+]): Likewise, and make it into
8720         a single shell execution.
8721         (configure-[+prefix+][+module+], all-[+prefix+][+module+]): For
8722         bootstrapped modules, make the stage1 module if the build was not
8723         started yet, else build the current stage.
8724         (all-host, all-target): Omit bootstrapped modules (if bootstrapping).
8725         (all-build, all-host, all-target, [+make_target+]-host,
8726         [+make_target+]-target): Do not use \-continued lines.
8727         (target modules): Depend on stage_last, not all-gcc, if bootstrapping.
8728         (current_stage, restrap, stage_last): New.
8730         * Makefile.in: Regenerate.
8731         * configure: Regenerate.
8733 2006-02-19  Bud Davis  <jmdavis@link.com>
8735         * MAINTAINERS (Write After Approval):  Remove myself.
8736         (Language Front End Maintainers):  Add myself as fortran 95
8737         maintainer and update e-mail address.
8739 2006-02-17  Francois-Xavier Coudert  <coudert@clipper.ens.fr>
8741         * MAINTAINERS (Write After Approval):  Remove myself.
8742         (Language Front End Maintainers):  Add myself as fortran 95
8743         maintainer.
8745 2006-02-16  Victor Kaplansky  <victork@il.ibm.com>
8747         * MAINTAINERS (Write After Approval): Add myself.
8749 2006-02-16  Thomas Koenig  <Thomas.Koenig@online.de>
8751         * MAINTAINERS (Write After Approval):  Remove myself.
8752         (Language Front End Maintainers):  Add myself as
8753         fortran 95 maintainer.
8755 2006-02-14  Paolo Bonzini  <bonzini@gnu.org>
8757         Sync from src:
8759         2005-12-27  Leif Ekblad  <leif@rdos.net>
8761         * configure.in: Add support for RDOS target.
8762         * configure: Regenerate.
8764 2006-02-14  Paolo Bonzini  <bonzini@gnu.org>
8765             Andreas Schwab  <schwab@suse.de>
8767         * configure: Regenerate.
8769 2006-02-12  David Edelsohn  <edelsohn@gnu.org>
8771         * configure.in (enable_libgomp): Add AIX.
8772         * configure: Regenerate.
8774 2006-02-07  Maxim Kuvyrkov  <mkuvyrkov@ispras.ru>
8776         * MAINTAINERS (Write After Approval): Add myself.
8778 2006-02-03  Lee Millward  <lee.millward@gmail.com>
8780         * MAINTAINERS (Write After Approval): Add myself.
8782 2006-01-31  Richard Guenther  <rguenther@suse.de>
8783         Paolo Bonzini  <bonzini@gnu.org>
8785         * Makefile.def (target_modules): Add libgcc-math target module.
8786         * configure.in (target_libraries): Add libgcc-math target library.
8787         (--enable-libgcc-math): New configure switch.
8788         * Makefile.in: Re-generate.
8789         * configure: Re-generate.
8790         * libgcc-math: New toplevel directory.
8792 2006-01-26  Paolo Bonzini  <bonzini@gnu.org>
8794         * configure.in: Set with_gnu_as, with_gnu_ld, with_newlib earlier.
8795         Set md_exec_prefix.  Use ACX_CHECK_INSTALLED_TARGET_TOOL to find
8796         the assembler, linker and binutils.
8797         * configure: Regenerate.
8799 2006-01-22  Dirk Mueller  <dmueller@suse.de>
8801         * MAINTAINERS (Write After Approval): Add myself.
8803 2006-01-20  Diego Novillo  <dnovillo@redhat.com>
8805         * configure: Regenerate.
8807 2006-01-18  Richard Henderson  <rth@redhat.com>
8808             Jakub Jelinek  <jakub@redhat.com>
8809             Diego Novillo  <dnovillo@redhat.com>
8811         * libgomp: New directory.
8812         * Makefile.def: Add target_module libgomp.
8813         * Makefile.in: Regenerate.
8814         * configure.in (target_libraries): Add target-libgomp.
8815         * configure: Regenerate.
8817 2006-01-05  Alexandre Oliva  <aoliva@redhat.com>
8819         * Makefile.tpl (clean-stage[+id+]-[+prefix+][+module+]): Remove
8820         @ from continuation.
8821         * Makefile.in: Rebuilt.
8823 2006-01-04  Chris Lattner  <sabre@gnu.org>
8825         * MAINTAINERS (Write After Approval): Add myself.
8827 2006-01-04  Paolo Bonzini  <bonzini@gnu.org>
8829         PR bootstrap/24252
8831         * Makefile.def (flags_to_pass): Add STAGE1_CFLAGS and STAGE1_LANGUAGES.
8832         * Makefile.tpl (OBJDUMP): New.
8833         (EXTRA_HOST_FLAGS): Add it.
8834         (EXTRA_GCC_FLAGS): Remove flags already specified in flags_to_pass.
8836         * Makefile.tpl (stage[+id+]-start, stage[+id+]-end): Do not try
8837         to use symbolic links between directories.  Avoid race conditions
8838         or make them harmless.
8839         * configure.in: Do not try to use symbolic links between directories.
8841         * Makefile.def (LEAN): Pass.
8842         * Makefile.tpl (LEAN): Define.
8843         (stage[+id+]-start): Accept that the previous directory does not
8844         exist, if the bootstrap is lean.
8845         (stage[+id+]-bubble): Invoke lean bootstrap commands after
8846         stage[+id+]-start.  Use a makefile variable and an `if' instead of a
8847         configure substitution.
8848         ([+compare-target+]): Likewise.
8849         ([+bootstrap-target+]-lean): New.
8850         * configure.in: Remove lean bootstrap support from here.
8852         * Makefile.in: Regenerate.
8853         * configure: Regenerate.
8855 2006-01-04  Ben Elliston  <bje@au.ibm.com>
8857         * MAINTAINERS (libdecnumber): Add myself.
8859 2006-01-02  Mark Mitchell  <mark@codesourcery.com>
8861         * libtool-ldflags: New script.
8863 2006-01-02  Andreas Schwab  <schwab@suse.de>
8865         * configure.in: When reconfiguring remove Makefile in
8866         all stage directories.
8867         * configure: Regenerate.
8869 2005-12-27  Steven Bosscher  <stevenb.gcc@gmail.com>
8871         * MAINTAINERS: Update my email address.
8873 2005-12-20  Paolo Bonzini  <bonzini@gnu.org>
8875         Revert Ada-related part of the previous change.
8877         * Makefile.def (ADAFLAGS, BOOT_ADAFLAGS, ADAFLAGS_FOR_TARGET):
8878         Do not pass.
8879         * Makefile.tpl (BOOT_ADAFLAGS): Do not define.
8880         * Makefile.in: Regenerate.
8881         * configure.in: Do not include mt-ppc-aix target fragment.
8882         * configure: Regenerate.
8884 2005-12-19  Paolo Bonzini  <bonzini@gnu.org>
8886         * configure.in: Select appropriate fragments for PowerPC/AIX.
8887         * configure: Regenerate.
8889         * Makefile.def (flags_to_pass): Add ADAFLAGS, BOOT_ADAFLAGS,
8890         BOOT_CFLAGS, BOOT_LDFLAGS.
8891         * Makefile.tpl (POSTSTAGE1_FLAGS_TO_PASS): Handle BOOT_ADAFLAGS,
8892         BOOT_CFLAGS, BOOT_LDFLAGS.
8893         (TARGET_FLAGS_TO_PASS): Handle ADAFLAGS_FOR_TARGET.
8894         (stage[+id+]-bubble): Pass flags recursively to the comparison target.
8895         (stage): Fail if we cannot complete the work.
8896         * Makefile.in: Regenerate.
8898 2005-12-16  Nathan Sidwell  <nathan@codesourcery.com>
8900         * configure.in: Replace ms1 with mt.
8901         * configure: Rebuilt.
8903 2005-12-15  Bryce McKinlay  <mckinlay@redhat.com>
8905         * MAINTAINERS: Update my email address.
8907 2005-12-15  Paolo Bonzini  <bonzini@gnu.org>
8909         * Makefile.tpl (all, do-[+make_target+], do-check, install,
8910         install-host-nogcc): Don't invoke $(stage) at the end.
8911         * Makefile.in: Regenerate.
8913 2005-12-14  Paolo Bonzini  <bonzini@gnu.org>
8915         * configure.in: Flip the top-level bootstrap switch.
8916         * configure: Regenerate.
8918 2005-12-14  Daniel Jacobowitz  <dan@codesourcery.com>
8920         * Makefile.tpl: Throughout the file, use : $(MAKE) along with
8921         $(stage) and $(unstage).
8922         (EXTRA_TARGET_FLAGS): Correct double-quoting.
8923         (all): Remove stray semicolon.
8924         (local-distclean): Don't handle multilib.tmp and multilib.out.
8925         (install.all): Set $s for consistency.
8926         (configure-[+prefix+][+module+]): Instead of [+deps+], handle
8927         check_multilibs setting.  Always make the install directory.
8928         (configure-stage[+id+]-[+prefix+][+module+]): Likewise.
8929         Correct @if/@endif.
8930         (all-stage[+id+]-[+prefix+][+module+]): Correct @if/@endif.
8931         ($(TARGET_SUBDIR)/[+module+]/multilib.out): Remove.
8932         (stage[+id+]-start, stage[+id+]-end): Stage $(TARGET_SUBDIR).
8933         (multilib.out): Remove.
8934         * Makefile.in: Regenerated.
8936 2005-12-12  Carlos O'Donell  <carlos@codesourcery.com>
8938         * MAINTAINERS (Write After Approval): Add myself.
8940 2005-12-12  Nathan Sidwell  <nathan@codesourcery.com>
8942         * MAINTAINERS: Add myself as mt maintainer.
8944         * config.sub: Replace ms1 with mt.  Allow ms1 as an alias.
8946 2005-12-06  Adam Nemet  <anemet@caviumnetworks.com>
8948         * MAINTAINERS: Change email address.
8950 2005-12-05  Paolo Bonzini  <bonzini@gnu.org>
8952         * configure.in (CONFIGURED_BISON, CONFIGURED_YACC, CONFIGURED_M4,
8953         CONFIGURED_FLEX, CONFIGURED_LEX, CONFIGURED_MAKEINFO): Remove
8954         "CONFIGURED_" from the AC_CHECK_PROGS invocation.  Move below.
8955         Find in-tree tools if available.
8956         (EXPECT, RUNTEST, LIPO, STRIP): Find them and substitute them.
8957         (CONFIGURED_*_FOR_TARGET): Don't set nor substitute.
8958         (*_FOR_TARGET): Set them with GCC_TARGET_TOOL.
8959         (COMPILER_*_FOR_TARGET): New.
8960         * Makefile.tpl (HOST_EXPORTS): Add *_FOR_TARGET symbols that gcc needs.
8961         (BASE_TARGET_EXPORTS): Use COMPILER_*_FOR_TARGET symbols.
8962         (CONFIGURED_*, USUAL_*): Remove.
8963         (BISON, YACC, FLEX, LEX, M4, MAKEINFO, EXPECT, RUNTEST, LIPO,
8964         STRIP): Use autoconf substitutions.
8965         (COMPILER_AS_FOR_TARGET, COMPILER_LD_FOR_TARGET,
8966         COMPILER_NM_FOR_TARGET): New.
8967         (EXTRA_HOST_FLAGS): Pass LIPO and STRIP.
8969         (all): Make all-host and all-target in parallel.
8970         (do-[+make_target+], do-check, install, [+compare-target+]): Ensure
8971         that $$r and $$s are set before invoking a recursive make.
8972         (stage[+id+]-bubble): Likewise, and invoke the comparison at the end.
8973         ([+bootstrap-target+]): Inline most of the `all' target.
8975 2005-11-29  Ben Elliston  <bje@au.ibm.com>
8977         * Makefile.tpl (clean-target-libgcc): Invoke clean-target-libgcc
8978         from the gcc build directory.
8979         * Makefile.in: Regenerate.
8981 2005-11-29  Ben Elliston  <bje@au.ibm.com>
8983         * Makefile.def: Add new libdecnumber host_module.  Make all-gcc
8984         depend on all-libdecnumber.
8985         * configure.in (host_libs): Include libdecnumber.
8986         * Makefile.in: Regenerate.
8987         * configure: Likewise.
8989 2005-11-29  Ben Elliston  <bje@au.ibm.com>
8991         * libdecnumber: Import decNumber sources from the dfp-branch.
8993 2005-11-21  Kean Johnston  <jkj@sco.com>
8995         * config.sub, config.guess: Sync from upstream sources.
8997 2005-11-21  Ben Elliston  <bje@au.ibm.com>
8999         Import from Autoconf sources:
9001         2005-09-06  Paul Eggert  <eggert@cs.ucla.edu>
9002         * config/move-if-change: Don't output "$2 is unchanged";
9003         suggested by Ben Elliston.  Handle weird characters correctly.
9005 2005-11-18  Andreas Tobler  <a.tobler@schweiz.ch>
9007         * ltcf-c.sh (whole_archive_flag_spec): Remove '-all_load $convenience'
9008         to match upstream libtool for darwin.
9010 2005-11-11  Daniel Jacobowitz  <dan@codesourcery.com>
9012         * Makefile.def: Remove gdb dependencies for gdbtk.
9013         * Makefile.tpl (CONFIGURE_GDB_TK, INSTALL_GDB_TK): New variables.
9014         (configure-gdb, install-gdb): New rules.
9015         * configure.in: Set CONFIGURE_GDB_TK and INSTALL_GDB_TK.
9016         * Makefile.in, configure: Regenerated.
9018 2005-11-06  Janne Blomqvist  <jb@gcc.gnu.org>
9020         * MAINTAINERS (Write After Approval): Add myself.
9022 2005-11-06  Erik Edelmann  <eedelman@gcc.gnu.org>
9024         * MAINTAINERS (Write After Approval): Add myself.
9026 2005-10-24  Diego Novillo  <dnovillo@redhat.com>
9028         * MAINTAINERS (alias analysis): Add Daniel Berlin and
9029         Diego Novillo.
9031 2005-10-22  Paolo Bonzini  <bonzini@gnu.org>
9033         PR bootstrap/24297
9034         * Makefile.tpl (do-[+make-target+], do-check, install,
9035         stage[+id+]-bubble, [+compare-target+]): Ensure $$r and $$s
9036         are set before recursing.
9037         * Makefile.in: Regenerate.
9039 2005-10-20  Eric Botcazou  <ebotcazou@adacore.com>
9041         PR bootstrap/18939
9042         * Makefile.def (gcc) <target>: Fix thinko.
9043         * Makefile.in: Regenerate.
9045 2005-10-17  Bernd Schmidt  <bernd.schmidt@analog.com>
9047         * configure.in (bfin-*-*): Use test, not brackets, in if statement.
9048         * configure: Regenerate.
9050 2005-10-15  Jie Zhang  <jie.zhang@analog.com>
9052         * MAINTAINERS (Write After Approval): Add self.
9054 2005-10-08  Kazu Hirata  <kazu@codesourcery.com>
9056         * configure.in (arm-*-linux-gnueabi): Add to noconfigdirs
9057         target-libffi, target-qthreads, target-libjava, and
9058         targetlibobjc.
9059         * configure: Regenerate.
9061 2005-10-06  Daniel Jacobowitz  <dan@codesourcery.com>
9063         * Makefile.def (flags_to_pass): Add OBJDUMP_FOR_TARGET.
9064         * Makefile.tpl (BASE_TARGET_EXPORTS): Add OBJDUMP.
9065         (OBJDUMP_FOR_TARGET, CONFIGURED_OBJDUMP_FOR_TARGET)
9066         (USUAL_OBJDUMP_FOR_TARGET): New.
9067         (EXTRA_TARGET_FLAGS): Add OBJDUMP.
9068         * configure.in: Check for $OBJDUMP_FOR_TARGET.
9069         * configure, Makefile.in: Regenerated.
9071 2005-10-05  Paolo Bonzini  <bonzini@gnu.org>
9073         * Makefile.tpl (all) [gcc-no-bootstrap]: Make prebootstrap packages
9074         before other host packages.
9076 2005-10-05  Kaz Kojima  <kkojima@gcc.gnu.org>
9078         * MAINTAINERS: Add self as sh libraries/configury maintainer.
9080 2005-10-05  Paolo Bonzini  <bonzini@gnu.org>
9082         PR bootstrap/22340
9084         * configure.in (default_target): Remove.
9085         * Makefile.tpl (all): Do not use prerequisites as subroutines
9086         (all) [gcc-bootstrap]: Bootstrap gcc first if it was not done yet.
9087         (do-[+make_target+], check, install, [+bootstrap_target+]): Do not
9088         use prerequisites as subroutines.
9089         (check-host, check-target): New.
9090         (bootstrap configure & all targets): Do not use stage*-start
9091         if the directory layout is already ok.
9092         (non-bootstrap configure & all targets): Prepend a $(unstage).
9093         (stage[+id+]-bubble): Do that here.  Do not use NOTPARALLEL.
9094         (NOTPARALLEL): Remove.
9095         (unstage, stage variables): New variables.
9096         (unstage, stage targets): Simply expand to those variables.
9098         * configure: Regenerate.
9099         * Makefile.in: Regenerate.
9101 2005-10-04  James E Wilson  <wilson@specifix.com>
9103         * Makefile.def (lang_env_dependencies): Add libmudflap.
9104         * Makefile.in: Regenerate.
9106 2005-10-03  Andreas Schwab  <schwab@suse.de>
9108         Backport from libtool CVS:
9109         2002-11-03  Ossama Othman  <ossama@doc.ece.uci.edu>
9111         * ltmain.sh: add support for installing into temporary
9112         staging area (e.g. 'make install DESTDIR=...')
9114 2005-10-03  H.J. Lu  <hongjiu.lu@intel.com>
9116         * configure.in (*-*-darwin*): Build bfd, binutils and opcodes.
9117         * configure: Regenerated.
9119 2005-09-30  Andrew Pinski  <pinskia@physics.uc.edu>
9121         * configure: Regenerate with the correct
9122         autoconf version.
9124 2005-09-30  Catherine Moore  <clm@cm00re.com>
9126         * configure.in (bfin-*-*): New.
9127         * configure: Regenerated.
9129 2005-09-28  Geoffrey Keating  <geoffk@apple.com>
9131         * Makefile.tpl (BASE_TARGET_EXPORTS): Add LIPO, STRIP.
9132         (LIPO_FOR_TARGET): New.
9133         (CONFIGURED_LIPO_FOR_TARGET): New.
9134         (USUAL_LIPO_FOR_TARGET): New.
9135         (STRIP_FOR_TARGET): New.
9136         (CONFIGURED_STRIP_FOR_TARGET): New.
9137         (USUAL_STRIP_FOR_TARGET): New.
9138         * Makefile.def (flags_to_pass): Add LIPO_FOR_TARGET and
9139         STRIP_FOR_TARGET.
9140         * configure.in: Set LIPO_FOR_TARGET, STRIP_FOR_TARGET,
9141         CONFIGURED_LIPO_FOR_TARGET, CONFIGURED_STRIP_FOR_TARGET.
9142         * Makefile.in: Regenerate.
9143         * configure: Regenerate.
9145 2005-09-19  David Edelsohn  <edelsohn@gnu.org>
9147         * configure.in (powerpc-*-aix*): Add target-libssp to noconfigdirs.
9148         (rs6000-*-aix*): Same.
9149         * configure: Regenerate.
9151 2005-09-16  Tom Tromey  <tromey@redhat.com>
9153         * MAINTAINERS: Add self as java maintainer.
9155 2005-09-14  Francois-Xavier Coudert  <coudert@clipper.ens.fr>
9157         * configure.in: Recognize f95 in the --enable-languages option,
9158         and substitute it for fortran, issuing a warning.
9159         * configure: Regenerate.
9161 2005-08-30  Phil Edwards  <phil@codesourcery.com>
9163         * configure.in (*-*-vxworks*):  Add target-libstdc++-v3 to noconfigdirs.
9164         * configure:  Regenerated.
9166 2005-08-22  Aldy Hernandez  <aldyh@redhat.com>
9168         * MAINTAINERS: Add self as ms1 maintainer.
9170 2005-08-20  Richard Earnshaw  <richard.earnshaw@arm.com>
9172         * Makefile.def (libssp): Add to lang_env_dependencies.
9173         * Makefile.in: Regenerate.
9175 2005-08-18  Ian Lance Taylor  <ian@airs.com>
9177         * MAINTAINERS: Add myself as middle-end maintainer.
9179 2005-08-17  Christian Groessler  <chris@groessler.org>
9181         * Makefile.tpl: (USUAL_CC_FOR_TARGET): Add missing trailing slash.
9182         * Makefile.in: Regenerate.
9184 2005-08-15  Andreas Krebbel  <krebbel1@de.ibm.com>
9186         * MAINTAINERS (write after approval): Added myself.
9188 2005-08-12  Maciej W. Rozycki  <macro@linux-mips.org>
9190         * MAINTAINERS (Write After Approval): Add myself.
9192 2005-08-12  Paolo Bonzini  <bonzini@gnu.org>
9194         * configure.in: Replace NCN_STRICT_CHECK_TOOL with
9195         NCN_STRICT_CHECK_TOOLS, and likewise for NCN_STRICT_CHECK_TARGET_TOOLS.
9196         Look for alternate names of the target cc and c++
9197         * configure: Regenerate.
9199 2005-08-08  Paolo Bonzini  <bonzini@gnu.org>
9201         * configure.in (CC_FOR_TARGET, CXX_FOR_TARGET, GCJ_FOR_TARGET,
9202         GCC_FOR_TARGET, RAW_CXX_FOR_TARGET, GFORTRAN_FOR_TARGET): Find
9203         them with NCN_STRICT_CHECK_TARGET_TOOL, like the other target
9204         tools; remove code to manually set them.
9205         (Target tools): Look in the environment for them.
9206         * Makefile.tpl (CC_FOR_TARGET, CXX_FOR_TARGET, GCJ_FOR_TARGET,
9207         GCC_FOR_TARGET, RAW_CXX_FOR_TARGET, GFORTRAN_FOR_TARGET): Redefine.
9208         (AS_FOR_TARGET, LD_FOR_TARGET, NM_FOR_TARGET): Look into gcc
9209         build directory.
9210         (CONFIGURED_CC_FOR_TARGET, CONFIGURED_CXX_FOR_TARGET,
9211         CONFIGURED_GCJ_FOR_TARGET, CONFIGURED_GCC_FOR_TARGET,
9212         CONFIGURED_GFORTRAN_FOR_TARGET, USUAL_CC_FOR_TARGET,
9213         USUAL_CXX_FOR_TARGET, USUAL_GCJ_FOR_TARGET, USUAL_GCC_FOR_TARGET,
9214         USUAL_RAW_CXX_FOR_TARGET, USUAL_GFORTRAN_FOR_TARGET): New.
9215         (CXX_FOR_TARGET_FOR_RECURSIVE_MAKE,
9216         RAW_CXX_FOR_TARGET_FOR_RECURSIVE_MAKE, RECURSE_FLAGS): Delete.
9217         * configure: Regenerate.
9218         * Makefile.in: Regenerate.
9220 2005-07-28  Ben Elliston  <bje@au.ibm.com>
9222         * MAINTAINERS: Update for removed CPU targets.
9224 2005-07-27  Mark Mitchell  <mark@codesourcery.com>
9226         * Makefile.tpl (EXTRA_TARGET_FLAGS): Set LDFLAGS=LDFLAGS_FOR_TARGET.
9227         * Makefile.def (flags_to_pass): Add LDFLAGS_FOR_TARGET.
9228         * Makefile.in: Regenerated.
9230 2005-07-26  Mark Mitchell  <mark@codesourcery.com>
9232         * Makefile.tpl (SYSROOT_CFLAGS_FOR_TARGET): New variable.
9233         (CFLAGS_FOR_TARGET): Use it.
9234         (CXXFLAGS_FOR_TARGET): Likewise.
9235         * Makefile.in: Regenerated.
9236         * configure.in (--with-build-sysroot): New option.
9237         * configure: Regenerated.
9239 2005-07-24  Paolo Bonzini  <bonzini@gnu.org>
9241         * Makefile.tpl: Wrap install between unstage and stage
9242         * Makefile.in: Regenerate.
9244 2005-07-21  Eric Christopher  <echristo@apple.com>
9246         * MAINTAINERS: Update affiliation.
9248 2005-07-21  Paul Woegerer  <paul.woegerer@nsc.com>
9250         * MAINTAINERS: Add self as crx port maintainer.
9252 2005-07-20  DJ Delorie  <dj@redhat.com>
9254         * MAINTAINERS: Add self as m32c maintainer.
9256 2005-07-16  Kelley Cook  <kcook@gcc.gnu.org>
9258         * all files: Update FSF address.
9260 2005-07-15  Eric Christopher  <echristo@redhat.com>
9262         * MAINTAINERS: Change affiliation.
9264 2005-07-14  Jim Blandy  <jimb@redhat.com>
9266         * configure.in: Add cases for Renesas m32c.
9267         * configure: Regenerated.
9269 2005-07-14  Kelley Cook  <kcook@gcc.gnu.org>
9271         * COPYING.LIB: Update from fsf.org.
9273 2005-07-14  Kelley Cook  <kcook@gcc.gnu.org>
9275         * COPYING, compile, config.guess,
9276         config.sub, install-sh, missing, mkinstalldirs,
9277         symlink-tree, ylwrap: Sync from upstream sources.
9278         * config-ml.in: Update FSF address.
9280 2005-07-13  Eric Christopher  <echristo@redhat.com>
9282         * configure.in: Add toplevel noconfigdir support for tpf.
9283         * configure: Regenerate.
9285 2005-07-11  Paolo Bonzini  <bonzini@gnu.org>
9287         PR ada/22340
9289         * Makefile.tpl (POSTSTAGE1_FLAGS_TO_PASS): Fix pasto.
9290         * Makefile.in: Regenerate.
9292 2005-07-07  Mark Mitchell  <mark@codesourcery.com>
9294         * MAINTAINERS: Remove Dave Brolley as a cpplib maintainer.  Add Dave
9295         Brolley to write-after-approval.
9297 2005-07-07  Andreas Schwab  <schwab@suse.de>
9299         * Makefile.def (flags_to_pass): Add CFLAGS_FOR_BUILD.
9300         * Makefile.tpl (EXTRA_GCC_FLAGS): Don't pass CFLAGS_FOR_BUILD here.
9301         * Makefile.in: Regenerated.
9303 2005-07-06  Geoffrey Keating  <geoffk@apple.com>
9305         * configure.in: Don't build sim or rda when targetting darwin.
9306         * configure: Regenerate.
9308 2005-07-06  Kazu Hirata  <kazu@codesourcery.com>
9310         * configure.in: Add --enable-libssp and --disable-libssp.
9311         * configure: Regenerate with autoconf-2.13.
9313 2005-07-02  Jakub Jelinek  <jakub@redhat.com>
9315         * Makefile.def (target_modules): Add libssp.
9316         * configure.in (target_libraries): Add target-libssp.
9317         * configure: Rebuilt.
9318         * Makefile.in: Rebuilt.
9320 2005-07-01  Zack Weinberg  <zackw@panix.com>
9322         * MAINTAINERS: Change email address.  Resign from maintainership.
9324 2005-07-01  Richard Guenther  <rguenther@suse.de>
9326         * MAINTAINERS: Change my e-mail address and affiliation.
9328 2005-06-22  Paolo Bonzini  <bonzini@gnu.org>
9330         * Makefile.def (stagefeedback): Come after profile.
9331         Define profiledbootstrap target.
9332         * Makefile.tpl (profiledbootstrap): Remove.
9333         (stageprofile-end): Zap stagefeedback.
9334         (stagefeedback-start): Copy all .gcda files, not only GCC's.
9335         * Makefile.in: Regenerate.
9337 2005-06-13  Richard Sandiford  <richard@codesourcery.com>
9339         * MAINTAINERS: Update my email address.
9341 2005-06-13  Zack Weinberg  <zack@codesourcery.com>
9343         * depcomp: Update from automake CVS.  Add 'ia64hp' stanza.
9344         In 'cpp' stanza, support '#line' as well as '# '.
9346 2005-06-08  Andreas Schwab  <schwab@suse.de>
9348         * MAINTAINERS: Move myself from 'Write After Approval' to
9349         'CPU Port Maintainers' section as m68k maintainer.
9351 2005-06-07  Hans-Peter Nilsson  <hp@axis.com>
9353         * configure.in (unsupported_languages): New macro.
9354         <mmix-knuth-mmixware>: Set unsupported_languages.  Name explicit
9355         non-ported target libraries in noconfigdirs.
9356         <cris-*, crisv32-*> Ditto, except for non-aout, non-elf,
9357         non-linux-gnu.  Remove libgcj_ex_libffi.
9358         <lang_frag loop>: Set add_this_lang=no if the language is in
9359         unsupported_languages.
9360         * configure: Regenerate.
9362 2005-06-04  Tobias Schl"uter  <tobias.schlueter@physik.uni-muenchen.de>
9364         * configure.in: Fix typo in handling of --with-mpfr-dir.
9365         * configure: Regenerate.
9367 2005-06-04  Richard Sandiford  <rsandifo@nildram.co.uk>
9369         * MAINTAINERS: Update my email address.
9371 2005-06-02  Jim Blandy  <jimb@redhat.com>
9373         * config.sub: Add cases for the Renesas m32c.  (This patch has been
9374         accepted into the master sources.)
9376 2005-06-02  Aldy Hernandez  <aldyh@redhat.com>
9377             Michael Snyder  <msnyder@redhat.com>
9378             Stan Cox  <scox@redhat.com>
9380         * configure.in: Set noconfigdirs for ms1.
9382         * configure: Regenerate.
9384 2005-06-01  Jerry DeLisle  <jvdelisle@verizon.net>
9386         * MAINTAINERS (Write After Approval): Add self.
9388 2005-06-01  Josh Conner  <jconner@apple.com>
9390         * MAINTAINERS (Write After Approval): Add self.
9392 2005-06-01  Kazu Hirata  <kazu@codesourcery.com>
9394         * MAINTAINERS: Update my email address.
9396 2005-05-27  Ziga Mahkovec  <ziga.mahkovec@klika.si>
9398         * MAINTAINERS (Write After Approval): Add self.
9400 2005-05-26  Chris Demetriou  <cgd@broadcom.com>
9402         * MAINTAINERS (Write After Approval): Remove self.
9404 2005-05-25  Paolo Bonzini  <bonzini@gnu.org>
9406         * Makefile.tpl (stage[+id+]-start): Iterate over target module as well.
9407         (Dependencies): Consider target modules for bootstrap dependencies.
9408         Make target bootstrap modules depend on each stage's gcc.
9409         * Makefile.in: Regenerate.
9411 2005-05-20  Paolo Bonzini  <bonzini@gnu.org>
9413         * Makefile.def (configure-gcc): Depend on binutils having been built.
9414         (all-gcc): No need to do it here.
9415         * Makefile.in: Regenerate.
9417 2005-05-19  Paul Brook  <paul@codesourcery.com>
9419         * configure.in: Rewrite misleading error message when requested
9420         language cannot be built.
9421         * configure: Regenerate.
9423 2005-05-15  Daniel Jacobowitz  <dan@codesourcery.com>
9425         * ylwrap: Import from Automake 1.9.5.
9427 2005-05-13  David Ung  <davidu@mips.com>
9429         * MAINTAINERS (Write After Approval): Add self.
9431 2005-05-09  Mike Stump  <mrs@apple.com>
9433         * libtool.m4 (AC_LIBTOOL_SYS_MAX_CMD_LEN): Use quotes on
9434         lt_cv_sys_max_cmd_len for now.
9436 2005-05-09  Stan Cox  <scox@redhat.com>
9438         * MAINTAINERS: Remove self, add Nick Clifton as iq2000 maintainer.
9440 2005-05-08  Matt Kraai  <kraai@ftbfs.org>
9442         * README.SCO: Update the URL.
9444 2005-05-05  David Edelsohn  <edelsohn@gnu.org>
9446         * ltconfig: Define file_list_spec.  Pass file_list_spec and
9447         with_gnu_ld to libtool.
9448         * ltcf-c.sh (aix[45]): Define file_list_spec.
9449         * ltcf-cxx.sh (aix[45]): Same.
9450         * ltcf-gcj.sh (aix[45]): Same.
9451         * ltmain.sh: If command exceeds max_cmd_len and file_list_spec
9452         exists, write list of input files to temporary file.
9454 2005-05-04  Mike Stump  <mrs@apple.com>
9456         * configure.in: Always pass --target to target configures as
9457         otherwise rebuilds that do --recheck will fail.
9458         * confiugure: Rebuilt.
9460 2005-05-04  Paolo Bonzini  <bonzini@gnu.org>
9462         * Makefile.tpl (POSTSTAGE1_HOST_EXPORTS): Rename from
9463         STAGE_HOST_EXPORTS.
9464         (configure, all): Add bootstrap support.
9465         (Host modules, target modules): Pass post-stage1 flags and exports.
9466         (Top-level bootstrap): Remove bootstrap rules, expanded elsewhere.
9467         * Makefile.in: Regenerate.
9469 2005-04-29  Paolo Bonzini  <bonzini@gnu.org>
9471         * configure: Regenerate.
9473 2005-04-27  Mike Stump  <mrs@apple.com>
9475         * MAINTAINERS: Add self as darwin maintainer.
9477 2005-04-22  Bernd Schmidt  <bernd.schmidt@analog.com>
9479         * config.sub: Update from master copy.
9481 2005-04-21  Mike Stump  <mrs@apple.com>
9483         * MAINTAINERS: Add self as Objective-C/Objective-C++ maintainer.
9484         * MAINTAINERS: Add Zem as Objective-C++ maintainer.
9486 2005-04-19  Hans-Peter Nilsson  <hp@axis.com>
9488         * configure.in <crisv32-*-*, cris-*-*>: New local variable
9489         libgcj_ex_libffi.  Have specific match for *-*-linux*.  Separate
9490         matches for "*-*-aout" and "*-*-elf".  Don't disable libffi for
9491         "*-*-elf" and "*-*-linux*".
9492         * configure: Regenerate.
9494 2005-04-14  Joseph S. Myers  <joseph@codesourcery.com>
9496         * MAINTAINERS (Various Maintainers): Add self as i18n maintainer.
9498 2005-04-12  Mike Stump  <mrs@apple.com>
9500         * libtool.m4: Update AC_LIBTOOL_SYS_MAX_CMD_LEN bits from upstream.
9502 2005-04-04  Thomas Koenig  <Thomas.Koenig@online.de>
9504         * MAINTAINERS (Write After Approval): Add myself.
9506 2005-04-07  Bernd Schmidt  <bernd.schmidt@analog.com>
9508         * MAINTAINERS (Port Maintainers): Add self for Blackfin.
9510 2005-04-06  Paolo Bonzini  <bonzini@gnu.org>
9512         * Makefile.tpl (BUILD_CONFIGARGS): Include --with-build-subdir.
9513         (TARGET_CONFIGARGS): Include --with-target-subdir.
9514         (configure, all): New macros.  Use them throughout.
9515         * Makefile.in: Regenerate.
9517 2005-04-04  Jon Grimm  <jgrimm2@us.ibm.com>
9519         * MAINTAINERS (Write After Approval): Add myself.
9521 2005-03-31  Zdenek Dvorak  <rakdver@atrey.karlin.mff.cuni.cz>
9523         * MAINTAINERS: Remove 'loop unrolling' maintainer.
9525 2005-03-30  Gerald Pfeifer  <gerald@pfeifer.com>
9527         * MAINTAINERS: Move John Carr to Write After Approval.
9529 2005-03-30  J"orn Rennecke  <joern.rennecke@st.com>
9531         * config/mh-mingw32: Delete.
9532         * configure.in: Don't use it.
9533         * configure: Regenerate.
9535 2005-03-31  Paolo Bonzini  <bonzini@gnu.org>
9537         * Makefile.def (bfd, opcodes, libstdc++-v3, libmudflap): Set lib_path.
9538         * Makefile.tpl (SET_LIB_PATH, REALLY_SET_LIB_PATH): Remove.
9539         (HOST_EXPORTS, STAGE_HOST_EXPORTS, TARGET_EXPORTS): Set RPATH_ENVVAR.
9540         (HOST_LIB_PATH): Generate from Makefile.def.
9541         (TARGET_LIB_PATH): Likewise.
9542         (Old bootstrap targets): Include TARGET_LIB_PATH into RPATH_ENVVAR.
9543         * Makefile.in: Regenerate.
9544         * configure.in (set_lib_path, SET_LIB_PATH, SET_GCC_LIB_PATH): Remove.
9545         (RPATH_ENVVAR): Include Darwin case.
9546         * configure: Regenerate.
9548 2005-03-29  Thomas Fitzsimmons  <fitzsim@redhat.com>
9550         * MAINTAINERS (Various Maintainers): Remove self.
9551         (Write After Approval): Add self.
9553 2005-03-26  Thomas Fitzsimmons  <fitzsim@redhat.com>
9555         * MAINTAINERS (Various Maintainers): Add self.
9557 2005-03-25  Paolo Bonzini  <bonzini@gnu.org>
9559         * configure.in (RPATH_ENVVAR): Set to DYLD_LIBRARY_PATH on Darwin.
9560         * configure: Regenerate.
9562 2005-03-21  Zack Weinberg  <zack@codesourcery.com>
9564         * Makefile.def: Remove libstdcxx_incdir, libsubdir, gxx_include_dir,
9565         gcc_version, and gcc_version_trigger from set of flags to pass.
9566         * Makefile.tpl: Remove definitions of above variables.
9567         (config.status): Remove dependency on $(gcc_version_trigger).
9568         * Makefile.in: Regenerate.
9569         * configure.in: Do not reference config/gcc-version.m4 nor
9570         config/gxx-include-dir.m4.  Do not invoke TL_AC_GCC_VERSION nor
9571         TL_AC_GXX_INCLUDE_DIR.  Do not set gcc_version_trigger.
9572         * configure: Regenerate.
9574 2005-03-16  Manfred Hollstein  <manfred.h@gmx.net>
9575             Andrew Pinski  <pinskia@physics.uc.edu>
9577         * Makefile.tpl (check-[+module+]): Fix shell statement inside if ... fi.
9578         * Makefile.in: Regenerate.
9580 2005-03-13  Feng Wang  <fengwang@nudt.edu.cn>
9582         * MAINTAINERS (Write After Approval): Add myself.
9584 2005-03-03  David Ayers  <d.ayers@inode.at>
9586         * MAINTAINERS (Write After Approval): Add myself.
9588 2005-03-01  Alexandre Oliva  <aoliva@redhat.com>
9590         PR libgcj/20160
9591         * ltmain.sh: Avoid creating archives with components that have
9592         duplicate basenames.
9594 2005-02-28  Andrew Pinski  <pinskia@physics.uc.edu>
9596         PR bootstrap/20250
9597         * Makefile.tpl (HOST target installs): Fix copy and pasto, use install
9598         instead of check.
9599         * Makefile.in: Regenerate.
9601 2005-02-28  Paolo Bonzini  <bonzini@gnu.org>
9603         * Makefile.in: Regenerate to fix conflict between the previous two
9604         patches.
9606 2005-02-28  Paolo Bonzini  <bonzini@gnu.org>
9608         PR bootstrap/17383
9609         * Makefile.def (target_modules): Remove "stage", now unnecessary.
9610         * Makefile.tpl (HOST_SUBDIR): New substitution.
9611         (STAGE_HOST_EXPORTS, EXPECT, HOST_LIB_PATH, USUAL_AR_FOR_TARGET,
9612         USUAL_AS_FOR_TARGET, USUAL_DLLTOOL_FOR_TARGET, USUAL_GCC_FOR_TARGET,
9613         USUAL_LD_FOR_TARGET, USUAL_NM_FOR_TARGET, USUAL_OBJDUMP_FOR_TARGET,
9614         USUAL_RANLIB_FOR_TARGET, USUAL_WINDRES_FOR_TARGET): Use it.
9615         (Host modules, Bootstrapped modules): Use it.
9616         (Build modules, Target modules): Do not create symlink trees,
9617         always configure out-of-srcdir.
9618         (distclean): Try removing $(host_subdir) with rm before using rm -rf.
9619         * configure.in (FLAGS_FOR_TARGET, CC_FOR_TARGET, GCJ_FOR_TARGET,
9620         GFORTRAN_FOR_TARGET, CXX_FOR_TARGET, RAW_CXX_FOR_TARGET): Use
9621         $(HOST_SUBDIR).  Create a symlink for host_subdir.
9623         * Makefile.in: Regenerate.
9624         * configure: Regenerate.
9626 2005-02-28  Nathanael Nerode  <neroden@gcc.gnu.org>
9628         Merged from libada-gnattools-branch:
9629         2004-11-28  Nathanael Nerode  <neroden@gcc.gnu.org>
9631         * gnattools: New directory.
9632         * Makefile.def: Add gnattools as a module, depending on target-libada.
9633         * Makefile.in: Regenerate.
9634         * configure.in: Include gnattools in host_tools; disable it if ada
9635         is disabled.
9636         * configure: Regenerate.
9638 2005-02-24  James A. Morrison  <phython@gcc.gnu.org>
9640         * MAINTAINERS (Language Front Ends Maintainers): Add myself as
9641         treelang maintainer.
9642         (Write After Approval): Remove myself.
9644 2005-02-23  Paul Schlie  <schlie@comcast.net>
9646         * configure.in: Allow darwin targeted ports to build tk, itcl and
9647         libgui.
9648         * configure: Regenerate.
9650 2005-02-21  Eric Botcazou  <ebotcazou@libertysurf.fr>
9652         PR libgcj/10353
9653         * configure.in (noconfigdirs) <sparc-*-solaris2.[0-6]>: Add libgcj.
9654         * configure: Regenerate.
9656 2005-02-18  Steven G. Kargl  <kargl@gcc.gnu.org>
9658         * MAINTAINERS (Write After Approval): Add myself.
9660 2005-02-10  Ian Lance Taylor  <ian@airs.com>
9662         * MAINTAINERS: Update my e-mail address.
9664 2005-02-02  Richard Guenther  <rguenth@gcc.gnu.org>
9666         * MAINTAINERS (Write After Approval): Add myself.
9668 2005-01-29  Hans-Peter Nilsson  <hp@axis.com>
9670         * configure.in (noconfigdirs) <crisv32-*-*>: Match like cris-*-*.
9671         <crisv32-*-*, cris-*-*>: Only disable target-newlib and
9672         target-libgloss when not *-*-elf and *-*-aout.
9673         * configure: Regenerate.
9675 2005-01-23  Kazu Hirata  <kazu@cs.umass.edu>
9677         * MAINTAINERS: Remove obsolete entries.
9679         * MAINTAINERS (Write After Approval): Add Michael Matz.
9681 2005-01-19  Neil Booth  <neil@daikokuya.co.uk>
9683         * MAINTAINERS: Remove self as cpplib maintainer.
9685 2005-01-17  Kelley Cook  <kcook@gcc.gnu.org>
9687         * install-sh, config.sub: Import from upstream.
9689 2005-01-17  Kelley Cook  <kcook@gcc.gnu.org>
9691         PR bootstrap/18222
9692         * Makefile.def: Pass CPPFLAGS_FOR_TARGET.
9693         * Makefile.tpl: Define target CPPFLAGS on CPPFLAGS_FOR_TARGET.
9694         * Makefile.in: Regenerate.
9696 2005-01-16  Jason Thorpe  <thorpej@netbsd.org>
9698         * MAINTAINERS: Update my email address.
9700 2005-01-12  David Edelsohn  <edelsohn@gnu.org>
9701             Andreas Schwab  <schwab@suse.de>
9703         PR bootstrap/18033
9704         * config-ml.in: Eval option if surrounded by single quotes.
9706 2005-01-03  Paolo Bonzini  <bonzini@gnu.org>
9708         Revert 2004-12-28 Makefile changes, a better fix will be
9709         applied to mainline and src after GCC 4.0 branches.
9711 2004-12-28  Paolo Bonzini  <bonzini@gnu.org>
9713         PR bootstrap/17383
9715         * Makefile.def (target_modules): Remove stage parameter,
9716         it is always true now.
9717         * Makefile.tpl (configure-build-[+module+],
9718         configure-target-[+module+]): Always build symlink tree
9719         for the directory and for include.  BUILD_SUBDIR and
9720         TARGET_SUBDIR cannot be . anymore.
9721         * Makefile.in: Regenerate.
9723 2004-12-25  David Edelsohn  <edelsohn@gnu.org>
9725         Revert 2004-12-08 Makefile changes.
9727 2004-12-17  Danny Smith  <dannysmith@users.sourceforge.net>
9729         * MAINTAINERS: Move myself to OS Port Maintainers for windows,
9730         cygwin, mingw.
9732 2004-12-16  Andrew Stubbs  <andrew.stubbs@st.com>
9734         * configure.in (sh64-*-*): Reenable gprof.
9735         * configure: Regenerate.
9737 2004-12-08  David Edelsohn  <edelsohn@gnu.org>
9739         * Makefile.def (flags_to_pass): Add PICFLAG_FOR_TARGET.
9740         * Makefile.tpl (EXTRA_HOST_FLAGS): Add PICFLAG.
9741         (EXTRA_TARGET_FLAGS): Add PICFLAG.
9742         * Makefile.in: Regenerate.
9744 2004-12-08  Christopher Faylor  <cgf@gcc.gnu.org>
9746         * MAINTAINERS: Update my email address.
9748 2004-12-07  Matt Kraai  <kraai@ftbfs.org>
9750         * Makefile.tpl: Generate normal dependencies if the LHS module is
9751         not bootstrapped.
9752         * Makefile.in: Regenerate.
9754 2004-12-03  Richard Sandiford  <rsandifo@redhat.com>
9756         * configure.in: Include config/gxx-include-dir.m4.  Use
9757         TL_AC_GXX_INCLUDE_DIR.  Remove some now-redundant AC_SUBSTs.
9758         * configure: Regenerate.
9760 2004-12-03  Richard Sandiford  <rsandifo@redhat.com>
9762         * config.if: Delete.
9763         * configure.in: Set libstdcxx_incdir directly.
9764         * configure: Regenerate.
9766 2004-12-02  Eric Christopher  <echristo@redhat.com>
9768         * Makefile.tpl (clean-target-libgcc): Make change in correct place.
9769         * Makefile.in: Regenerate.
9771 2004-12-02  Richard Sandiford  <rsandifo@redhat.com>
9773         * configure.in: Clear gcc_version_trigger if the file doesn't exist.
9774         * configure: Regenerate.
9776 2004-12-02  Richard Sandiford  <rsandifo@redhat.com>
9778         * configure.in: Include config/gcc-version.m4.  Use TL_AC_GCC_VERSION
9779         to set gcc_version_trigger.  Remove some now-redundant AC_SUBSTs.
9780         * configure: Regenerate.
9782 2004-12-01  Eric Christopher  <echristo@redhat.com>
9784         * Makefile.in (clean-target-libgcc): Add stmp-dirs to list
9785         of things to remove.
9787 2004-11-29  Matt Kraai  <kraai@ftbfs.org>
9789         * MAINTAINERS (Write After Approval): Update my e-mail address.
9791 2004-11-29  Kelley Cook  <kcook@gcc.gnu.org>
9793         * libtool.m4 (AC_DEPLIBS_CHECK_METHOD): Re-import linux-gnu case
9794         from CVS libtool to always pass_all.
9796 2004-11-25  John David Anglin  <dave.anglin@nrc-cnrc.gc.ca>
9798         * configure.in (hppa*-*-linux*): Don't add libgcj to noconfigdirs.
9799         (hppa*64*-*-*): Delete incorrect comment.
9800         * configure: Rebuilt.
9802 2004-11-24  Kelley Cook  <kcook@gcc.gnu.org>
9804         * libtool.m4 (AC_DEPLIBS_CHECK_METHOD): Revert previous change.
9806 2004-11-24  Kelley Cook  <kcook@gcc.gnu.org>
9808         * libtool.m4 (AC_DEPLIBS_CHECK_METHOD): Import linux-gnu case
9809         from CVS libtool to always pass_all.
9811 2004-11-15  Kelley Cook  <kcook@gcc.gnu.org>
9813         * install-sh, compile: Import from automake.
9815 2004-11-15  Kelley Cook  <kcook@gcc.gnu.org>
9817         * config.guess, config.sub:  Import from savannnah.
9819 2004-11-12  Scott Robert Ladd  <scott.ladd@coyotegulch.com>
9821         * MAINTAINERS (Write After Approval): Add myself
9823 2004-11-12  Mike Stump  <mrs@apple.com>
9825         * Makefile.def: Add html support.
9826         * Makefile.tpl: Likewise.
9827         * Makefile.in: Regenerate.
9829 2004-11-11  Geoffrey Keating  <geoffk@apple.com>
9831         PR 18423
9832         * configure.in: Remove all instances of build-fixincludes from
9833         noconfigdirs.
9834         (build_configargs): Supply --target to subdirectories.
9835         * configure: Regenerate.
9837         * Makefile.def: Make gcc install depend on fixincludes install.
9838         * Makefile.in: Regenerate.
9840 2004-11-10  Janis Johnson  <janis187@us.ibm.com>
9842         * MAINTAINERS: Add myself as gcc testsuite maintainer.
9844 2004-11-11  Paul Brook  <paul@codesourcery.com>
9846         * MAINTAINERS: Add self as arm maintainer.  Update email address.
9848 2004-11-08  Hans-Peter Nilsson  <hp@bitrange.com>
9850         * configure.in (noconfigdirs) [mmix-*-*]: Disable
9851         target-libgfortran.
9852         * configure: Regenerate.
9854 2004-11-07  David Edelsohn  <edelsohn@gnu.org>
9856         * config-ml.in: Pass FCFLAGS for multilibs, handle GFORTRAN
9857         like CC.
9859 2004-11-05  Paolo Bonzini  <bonzini@gnu.org>
9861         * Makefile.def (host fixincludes): Specify missing targets.
9862         * Makefile.in: Regenerate.
9864 2004-11-05  Ralf Corsepius  <ralf.corsepius@rtems.org>
9866         * MAINTAINERS: Add myself
9868 2004-11-05  Gabor Loki  <loki@inf.u-szeged.hu>
9870         * MAINTAINERS (Write After Approval): Add myself.
9872 2004-11-04  Geoffrey Keating  <geoffk@apple.com>
9874         * Makefile.def: Build fixincludes for the host, too.
9875         * Makefile.in: Regenerate.
9876         * configure.in (host_tools): Add fixincludes.
9877         * configure: Regenerate.
9879 2004-11-04  Daniel Jacobowitz  <dan@debian.org>
9881         * configure.in (arm-*-oabi*, thumb-*-oabi*): Remove.
9882         * configure: Regenerated.
9884 2004-11-04  H.J. Lu  <hongjiu.lu@intel.com>
9886         PR other/17783
9887         * configure.in: Set up LD_LIBRARY_PATH by default for gcc.
9888         * configure: Regenerated.
9890 2004-10-31  Mark Mitchell  <mark@codesourcery.com>
9892         * README.SCO: Update per FSF instructions.
9894 2004-10-28  Eric B. Weddington  <ericw@evcohs.com>
9896         PR target/18151
9897         * configure.in (case ${target}): Do not build fixincludes for avr.
9898         * configure: Regenerated.
9900 2004-10-26  Paolo Bonzini  <bonzini@gnu.org>
9902         * configure.in (case ${target}): Do not build fixincludes
9903         on platforms where it is not used.
9904         * configure: Regenerated.
9906 2004-10-23  Daniel Jacobowitz  <dan@debian.org>
9908         * configure.in: Use an absolute path to install-sh.
9909         * configure: Regenerated.
9911 2004-10-19  Aaron W. LaFramboise  <aaronavay62@aaronwl.com>
9913         * MAINTAINERS (Write After Approval): Add myself.
9915 2004-10-19  Kazu Hirata  <kazu@cs.umass.edu>
9917         * MAINTAINERS: Remove from Write After Approval those that are
9918         already maintainers.
9920 2004-10-19  Sebastian Pop  <pop@cri.ensmp.fr>
9922         * MAINTAINERS:  Update my email address.
9924 2004-10-12  Kelley Cook  <kcook@gcc.gnu.org>
9926         * configure.in (*-*-cygwin*): Supress warning if newlib not present.
9927         * configure: Regenerate.
9929 2004-10-07  J"orn Rennecke  <joern.rennecke@st.com>
9931         * MAINTAINERS:  Update my email address.
9933 2004-10-07  Kazu Hirata  <kazu@cs.umass.edu>
9935         * MAINTAINERS (Language Front Ends Maintainers): New.  Move
9936         entries belonging to this category.
9938 2004-10-06  Josef Zlomek  <josef.zlomek@email.cz>
9940         * MAINTAINERS: Update my e-mail address.
9942 2004-10-06  Paolo Bonzini  <bonzini@gnu.org>
9944         Fix wrong conflict resolution in:
9946         2004-08-16  Paolo Bonzini  <bonzini@gnu.org>
9948         * Makefile.in: Regenerate.
9949         * Makefile.tpl (Autogenerated `all-*' targets): Invoke $(TARGET-*)
9950         in the recursive `make', instead of hardwiring `all'.
9951         (Autogenerated TARGET-* variables): New.
9953 2004-10-05  Tomer Levi  <Tomer.Levi@nsc.com>
9955         * configure.in: Enable target-libgloss for crx-*-*.
9956         * configure: Regenerate.
9958 2004-10-04  Kazu Hirata  <kazu@cs.umass.edu>
9960         * MAINTAINERS (Various Maintainers): Move the "windows,
9961         cygwin, mingw" maintainer to ...
9962         (OS Port Maintainers): ... here.
9964 2004-10-04  Kazu Hirata  <kazu@cs.umass.edu>
9966         * MAINTAINERS (Write After Approval): Remove those that are
9967         maintainers of some subsystem.
9969 2004-10-02  P.J. Darcy  <darcypj@us.ibm.com>
9971         * ltcf-c.sh (tpf*): Add ld_shlibs=yes.
9972         * ltcf-cxx.sh (tpf*): Likewise.
9973         * ltconfig (tpf*): Add TPF OS configuration support.
9975 2004-10-01  Bernd Schmidt  <bernds_cb1@t-online.de>
9977         * MAINTAINERS: Change my email address to my new work account.
9979 2004-09-24  Michael Roth  <mroth@nessie.de>
9981         * configure.in (--without-headers): Add missing double quotes.
9982         * configure: Regenerate.
9984 2004-09-24  Kelley Cook  <kcook@gcc.gnu.org>
9986         * ylwrap: Revert to previous version.
9988 2004-09-23  H.J. Lu  <hongjiu.lu@intel.com>
9990         PR bootstrap/17369
9991         * Makefile.tpl (REALLY_SET_LIB_PATH): Add @SET_GCC_LIB_PATH@.
9992         (HOST_EXPORTS]): Add @SET_GCC_LIB_PATH@. Set and export
9993         SET_GCC_LIB_PATH_CMD.
9994         (BASE_TARGET_EXPORTS): Likewise.
9995         * Makefile.in: Regenerated.
9997         * configure.in (SET_GCC_LIB_PATH): Set and substitute.
9998         * configure: Regenerated.
10000 2004-09-23  Kelley Cook  <kcook@gcc.gnu.org>
10002         * config.guess: New upstream version
10003         * compile, depcomp, install-sh, ylwrap: Likewise.
10005 2004-09-19  Roger Sayle  <roger@eyesopen.com>
10007         * config/mh-x86omitfp: New host makefile fragment.  Add
10008         -fomit-frame-pointer to the default BOOT_CFLAGS.
10009         * configure.in: Use it to speed up bootstrap on some IA-32 hosts.
10010         * configure: Regenerate.
10012 2004-09-15  Andrew Pinski  <pinskia@physics.uc.edu>
10014         PR target/11572
10015         * configure.in (*-*-darwin*): Renable libobjc.
10016         * configure: Regenerate.
10018 2004-09-10  Nathan Sidwell  <nathan@codesourcery.com>
10020         * MAINTAINERS: Add self as c++ and type-safe vector maintainer.
10022 2004-09-09  Daniel Berlin  <dberlin@dberlin.org>
10024         * Makefile.def: Remove libbanshee.
10025         * Makefile.tpl: Ditto.
10026         * configure.in: Ditto.
10027         * Makefile.in: Regen.
10028         * configure: Ditto.
10030 2004-09-08  David Edelsohn  <edelsohn@gnu.org>
10032         * ltmain.sh: Use $pic_object as $non_pic_object if
10033         $non_pic_object=none.
10035 2004-09-07  Paolo Bonzini  <bonzini@gnu.org>
10037         * missing: Import latest version from master repository.
10039 2004-09-06  Nick Clifton  <nickc@redhat.com>
10041         * config.sub: Import latest version from master repository.
10042         * config.guess: Likewise.
10043         This includes these changes:
10045         2004-08-27  Hans-Peter Nilsson  <hp@axis.com>
10047         * config.sub: Handle crisv32, alias etraxfs.
10048         * config.guess (crisv32:Linux:*:*): Handle.
10050         2004-08-13  Brad Smith  <brad@comstyle.com>
10052         * config.guess (*:OpenBSD:*:*): Remove defunct MIPS machines.
10053         (sgi:OpenBSD:*:*): Emit mips64, not mipseb.
10055         2004-08-11  Paul Eggert  <eggert@cs.ucla.edu>
10057         * config.guess (*:Darwin:*:*): If uname -p reports "unknown",
10058         assume the processor is a powerpc.  This is because coreutils
10059         uname (at least versions 4.5.7 through 5.2.1) outputs "unknown"
10060         in this case, due to a MacOS X bug that causes
10061         sysctl ((int[]) {CTL_HW, HW_MACHINE_ARCH}, 2, buffer, &bufsize, 0, 0)
10062         to return a negative number.
10063         Problem reported by Petter Reinholdtsen in:
10064         http://lists.gnu.org/archive/html/bug-gnu-utils/2003-02/msg00201.html
10066         2004-07-19  Ben Elliston  <bje@gnu.org>
10068         * config.guess (S7501:*:4.0:3.0): Handle NCR System V UNIX machine.
10070         2004-06-24  Ben Elliston  <bje@gnu.org>
10072         * config.guess: Update copyright years.
10073         * config.sub: Likewise.
10075         2004-06-22  Robert Millan  <robertmh@gnu.org>
10077         * config.guess (*:FreeBSD:*:*): Remove check for glibc (unneeded
10078         since GNU/kFreeBSD systems match *:GNU/*:*:* instead).
10080         2004-06-22  Stanley F. Quayle <stan@stanq.com>
10082         * config.guess (*:*VMS:*:*): New entry. Replaces
10083         Alpha:OpenVMS:*. Recognize and advertise all VMS flavors as dec
10084         manufacturer.
10086         2004-06-22  Ben Elliston  <bje@gnu.org>
10088         * config.guess: Cray fixes from Wendy Palm <wendyp@cray.com>.
10089         * config.sub: Likewise.
10091         2004-06-22  Ben Elliston  <bje@gnu.org>
10093         Reported by Hans-Peter Nilsson <hp@bitrange.com>:
10094         * config.sub: Correctly handle mmix-knuth and mmix-knuth-mmixware.
10096         2004-06-11  Ben Elliston  <bje@gnu.org>
10098         * config.guess (pegasos:OpenBSD:*:*): Remove.
10100         2004-06-11  Ben Elliston  <bje@gnu.org>
10102         From Wouter Verhelst <wouter@grep.be>:
10103         * config.guess (M68*:*:R3V[5678]:*): Detect R3V8.
10105         2004-06-11  Ben Elliston  <bje@gnu.org>
10107         * config.guess (luna88k:OpenBSD:*:*): New.
10109         2004-03-12  Kazuhiro Inaoka  <inaoka.kazuhiro@renesas.com>
10111         * config.guess (m32r*:Linux:*:*): New case.
10112         * config.sub: Handle m32rle.
10114         2004-03-12  Ben Elliston  <bje@wasabisystems.com>
10116         From Jens Petersen  <petersen@redhat.com>:
10117         * config.sub: Handle sparcv8.
10119         2004-03-03  Ben Elliston  <bje@wasabisystems.com>
10121         From Tom Smith <smith@cag.lkg.hp.com>:
10122         * config.guess: Version suffixes are equally significant on Tru64
10123         V4.* and V5.*, so do not ignore them on V5.*.  Handle a version
10124         prefix of "P" (patched kernel).
10126         2004-02-23  Tal Agmon  <Tal.Agmon@nsc.com>
10128         * config.sub: Add support for National Semiconductor CRX target.
10130 2004-09-03  Janis Johnson  <janis187@us.ibm.com>
10132         * MAINTAINERS (Various Maintainers): Remove myself as web page
10133         maintainer, add myself as maintainer of build status lists.
10135 2004-09-03  Jan Beulich  <jbeulich@novell.com>
10137         * configure.in: Remove target-libstdc++-v3 from noconfigdirs for
10138         *-*-netware, but add target-libmudflap.
10139         Consolidate *-*-netware targets (of which really only i?86 exists)
10140         into a single entry.
10141         * configure: Likewise.
10143 2004-09-01  Paolo Bonzini  <bonzini@gnu.org>
10145         * Makefile.tpl (sorry): Remove.
10146         (clean-stage[+id+], clean-stage[+id+]-module): New targets.
10147         (cleanstrap targets): Depend on distclean, not distclean-stage1.
10148         (do-clean): Clean per-stage directories too.
10149         (do-distclean): Run distclean-stage1 too.
10150         (.NOTPARALLEL): Enable during toplevel bootstrap.
10151         (stage[+id+]-bubble): Enable parallel execution during
10152         the recursive invocation.
10153         * Makefile.in: Regenerate.
10155         Fix previous checkin:
10157         * Makefile.tpl: Move BOOT_CFLAGS above host makefile fragment
10158         include.
10159         * configure.in: Fix indentation.
10160         * configure: Regenerate.
10162 2004-08-31  Robert Bowdidge  <bowdidge@apple.com>
10164         * Makefile.in: Move BOOT_CFLAGS above host makefile fragment include.
10165         * configure.in: add test for powerpc-*-darwin* to specify makefile frag
10166         * configure: regenerate
10167         * config/mh-ppc-darwin: create file, override BOOT_CFLAGS for
10168         -mdynamic-no-pic
10170 2004-08-31  Paolo Bonzini  <bonzini@gnu.org>
10172         * Makefile.def (build_modules): Add fixincludes.
10173         (dependencies): Make gcc depend on fixincludes.
10174         * configure.in (build_tools): Add fixincludes.
10175         (build_configdirs): Always include build_libs.
10176         * Makefile.in: Regenerate.
10177         * configure: Regenerate.
10179 2004-08-30  Paolo Bonzini  <bonzini@gnu.org>
10181         * Makefile.def (bootstrap stages): Add 'lean' parameter.
10182         * Makefile.tpl (configure-stageN-*, all-stageN-*): Turned into
10183         phony targets; do not generate timestamp files.
10184         (distclean-stageN): Remove references to their timestamp files.
10185         (restageN, touch-stageN): Remove.
10186         (stageN-bubble): Rewritten.
10187         (compare): Support lean bootstraps.
10188         * Makefile.in: Regenerate.
10190         * configure.in: Only warn when bootstrapping but
10191         build != host or build != target.  Support lean bootstraps.
10192         * configure: Regenerate.
10194 2004-08-26  Phil Edwards  <phil@codesourcery.com>
10196         * configure.in:  Give a better error message if GMP/MPFR are missing
10197         and a language needing them has been requested.
10198         * configure:  Regenerated.
10200 2004-08-25  Phil Edwards  <phil@codesourcery.com>
10202         * configure.in:  Print a list of available language front-ends if
10203         a requested one is missing.  Tidy stray tab characters.
10204         * configure:  Regenerated.
10206 2004-08-19  Michael Koch  <konqueror@gmx.de>
10208         * gcc/doc/install.texi: Update entry about automake for libjava.
10210 2004-08-17  Robert Millan  <robertmh@gnu.org>
10212         * configure.in: In noconfigdirs check, match GNU/k*BSD with GNU/Linux
10213         (instead of FreeBSD).
10214         * configure: Regenerate.
10216 2004-08-16  Paolo Bonzini  <bonzini@gnu.org>
10218         * Makefile.in: Regenerate.
10219         * configure: Regenerate.
10221         * Makefile.def (bootstrap-stage): Rename extra_*_flags to
10222         stage_*_flags.
10223         * Makefile.tpl (configure-[+module+], all-[+module+]): Exit
10224         for bootstrapped modules if toplevel bootstrap is going.
10225         (GCC bootstrap): Generate per-stage targets for all bootstrapped
10226         modules.  Adjust for changes in Makefile.def.  Enable several
10227         rules even in non-bootstrap mode, just to avoid peppering the
10228         template with unnecessary "@if/@endif gcc-bootstrap" pairs.
10229         (stage-[+prev+]-bubble): Remove.
10231         * Makefile.def (Dependencies): Depend on all-build-bison,
10232         all-build-flex, all-build-byacc, all-build-texinfo, rather
10233         than the host variations.
10234         * Makefile.tpl (BUILD_DIR_PREFIX): Remove.  Replace throughout
10235         with BUILD_SUBDIR.
10236         (BISON): Update for recent Bisons.
10237         (YACC): Fix typo.
10238         (cross): Depend on all-build.
10239         (all): Do not depend on all-build.
10240         (prebootstrap): Remove.
10241         (dep-kind): Accept separate prefixes for MODULE and ON variables.
10242         (Prebootstrap dependencies): Add them to the per-stage targets
10243         and to all-prebootstrap.
10244         * configure.in (build_configdirs): Always enable build_tools.
10245         (BUILD_DIR_PREFIX): Remove.
10247         * Makefile.def (gcc): Add target variable.
10248         (gdb, expect, guile, tk, tix): Replace with_x with extra_make_flags.
10249         * Makefile.tpl (Autogenerated `all-*' targets): Invoke $(TARGET-*)
10250         in the recursive `make', instead of hardwiring `all'.
10251         (Autogenerated TARGET-* variables): New.
10253 2004-08-13  Brian Booth  <bbooth@redhat.com>
10255         * MAINTAINERS: Remove myself from write-after-approval.
10257 2004-08-12  Nathanael Nerode  <neroden@gcc.gnu.org>
10259         * src-release: Stop distributing mmalloc with gdb (which doesn't
10260         use it).
10261         * Makefile.def: GDB doesn't depend on mmalloc anymore.
10262         * Makefile.in: Regenerate.
10264 2004-08-09  Mark Mitchell  <mark@codesourcery.com>
10266         * configure.in (arm*-*-eabi*): New target.
10267         * configure: Regenerate.
10269 2004-08-06  Paolo Bonzini  <bonzini@gnu.org>
10271         * Makefile.def (bfd, opcodes, gcc, zlib): Mark as bootstrap module.
10272         (bison, byacc, flex, texinfo): Do not mark as bootstrap module.
10273         (Dependencies): New section.
10274         * Makefile.tpl (Dependencies): Generate from Makefile.def.
10275         (configure-target-[+module+]): Depend on maybe-all-gcc
10276         (all-prebootstrap): New name of all-bootstrap.  Changed throughout.
10277         (toplevel profiledbootstrap): Fix dependencies.
10278         * Makefile.in: Regenerate.
10280 2004-08-03  Mark Mitchell  <mark@codesourcery.com>
10282         * configure.in (arm*-*-symbianelf*): Add ${libgcj} and
10283         target-libiberty to noconfigdirs.
10284         * configure: Regenerate.
10286 2004-08-03  Paul Brook  <paul@codesourcery.com>
10288         * configure.in: Check for MPFR as well as GMP.
10289         * configure: Regenerate.
10291 2004-08-01  Robert Millan  <robertmh@gnu.org>
10293         * configure.in: Turn mt-linux into mt-gnu. Use mt-gnu and enable
10294         libmudflap for all GNU-based systems (with Glibc).
10295         * configure: Regenerate.
10297 2004-08-03  Paolo Bonzini  <bonzini@gnu.org>
10299         * Makefile.def (host-modules): Add gcc.
10300         * Makefile.in: Regenerate.
10301         * Makefile.tpl (sorry): New rule.
10302         (configure-host, all-host, [+make_target+]-host, do-check,
10303         install-host): Do not add gcc as a special case.
10304         (host modules): Add a small special-casing for gcc.  Export
10305         extra_make_flags through the environment.
10306         (maybe-configure-gcc, configure-gcc, maybe-all-gcc, all-gcc,
10307         maybe-check-gcc, check-gcc, maybe-install-gcc, install-gcc,
10308         other recursive targets for gcc): Remove.
10310         (all, do-[+make_target+], do-check): Wrap between unstage and stage.
10311         (stage, unstage): New rules.
10312         (stage[+id+]-start, stage[+id+]-end, [+compare-target+],
10313         distclean-stage[+id+]): Use stage_current.
10314         ([+bootstrap-target+], profiledbootstrap): Do not invoke manually
10315         the stage*-start rules.
10317 2004-08-02  Geoffrey Keating  <geoffk@apple.com>
10319         * ltcf-cxx.sh: On Darwin, make archive multi-module, and don't
10320         use -all_load flag.
10322 2004-08-02  Paolo Bonzini  <bonzini@gnu.org>
10324         * configure.in: Sync from src, add noconfigdirs for crx-*-*.
10325         * configure: Regenerate.
10327 2004-07-16  Toon Moene  <toon@moene.indiv.nluug.nl>
10329         * maintainer-scripts/gcc_release: Revert yesterday's change.
10331 2004-07-16  Segher Boessenkool  <segher@kernel.crashing.org>
10333         * MAINTAINERS: Add myself to write-after-approval.
10335 2004-07-15  Toon Moene  <toon@moene.indiv.nluug.nl>
10337         * libf2c: Removed.
10338         * gcc/gccbug.in: Updated because of libf2c removal.
10339         * maintainer-scripts/gcc_release: Ditto.
10341 2004-07-09  Loren J. Rittle  <ljrittle@acm.org>
10343         * configure.in: Build libmudflap by default on FreeBSD.
10344         * configure: Regenerated.
10346 2004-07-09  Mark Mitchell  <mark@codesourcery.com>
10348         * configure.in: Do not build libmudflap by default on non-GNU/Linux
10349         systems.
10350         * configure: Regenerated.
10352 2004-07-08  John David Anglin  <dave.anglin@nrc-cnrc.gc.ca>
10354         PR target/16344
10355         * Makefile.tpl (profiledbootstrap): Build runtime libraries with
10356         feedback based compiler.
10357         * Makefile.in: Rebuilt.
10359 2004-07-08  Alexandre Oliva  <aoliva@redhat.com>
10361         * Makefile.def (host_modules): Set bootstrap=true for flex.
10362         * Makefile.tpl (all-gcc): Depend on texinfo and flex.
10363         * Makefile.in: Rebuilt.
10365 2004-07-07  Jan Hubicka  <jh@suse.cz>
10367         * MAINTAINERS: Add self as a profile feedback maintainer.
10369 2004-07-05  Phil Edwards  <phil@codesourcery.com>
10371         * configure.in:  Do not prepend $srcdir to /dev/null in
10372         makefile fragments.
10373         * configure:  Regenerate.
10375 2004-07-01  Paolo Bonzini  <bonzini@gnu.org>
10377         * Makefile.def (build_modules): Add bison, byacc, flex,
10378         m4, texinfo.
10379         (flags_to_pass): Add FLEX.
10380         * Makefile.tpl (BUILD_DIR_PREFIX, BASE_EXPORTS): New.
10381         (BUILD_EXPORTS, HOST_EXPORTS, BASE_TARGET_EXPORTS): Include it.
10382         (DEFAULT_YACC, USUAL_YACC, DEFAULT_LEX, USUAL_LEX, DEFAULT_M4,
10383         DEFAULT_MAKEINFO): Remove.
10384         (CONFIGURED_YACC, CONFIGURED_FLEX, CONFIGURED_BISON,
10385         CONFIGURED_LEX, CONFIGURED_M4, CONFIGURED_MAKEINFO): Substitute.
10386         (YACC, FLEX, BISON, LEX, M4, MAKEINFO): Define to look into
10387         objdir or else use configured tool.
10388         (all-build): New.
10389         (all): Depend on it.
10390         (Build module dependencies): Add.
10391         * Makefile.in: Regenerate.
10392         * configure.in: Better support for multiple build modules,
10393         matching what is done for host/target modules.  Do not look
10394         for "plausible" locations of build tools if Canadian cross.
10395         Use autoconf's AC_PROG_CC to find a C compiler.  Define
10396         BUILD_DIR_PREFIX.  Look for flex, makeinfo and m4.
10397         * configure: Regenerate.
10399 2004-06-22  Paolo Bonzini  <bonzini@gnu.org>
10401         * Makefile.tpl (HOST_EXPORTS): Fix pasto.
10402         * Makefile.in: Regenerate.
10404 2004-06-22  Paolo Bonzini  <bonzini@gnu.org>
10406         * Makefile.tpl (configure-build-[+module+],
10407         configure-[+module+], configure-target-[+module+]): Pass
10408         [+extra_configure_args+].
10409         (all-build-[+module+], all-[+module+], check-[+module+],
10410         install-[+module+], [+make_target+]-[+module+],
10411         all-target-[+module+], check-target-[+module+],
10412         install-target-[+module+], [+make_target+]-target-[+module+]):
10413         Pass [+extra_make_args+].
10414         (HOST_EXPORTS): Include the former GCC_HOST_EXPORTS.
10415         (GCC_HOST_EXPORTS): Remove.
10416         (configure-gcc, all-gcc, GCC_STRAP_TARGETS, profiledbootstrap,
10417         cross, check-gcc, check-gcc-c++, install-gcc,
10418         gcc-no-fixedincludes, [+make_target+]-gcc, stage[+id+]-bubble):
10419         Replace GCC_HOST_EXPORTS with HOST_EXPORTS.
10420         * Makefile.in: Regenerate.
10422 2004-06-21  Matthew Sachs  <msachs@apple.com>
10424         * MAINTAINERS: Added self to write-after-approval.
10426 2004-06-21  Christopher Faylor  <cgf@alum.bu.edu>
10428         * configure.in: Check for srcdir/winsup rather than build directory
10429         winsup.
10430         * configure: Regenerate.
10432 2004-06-17  Corinna Vinschen  <vinschen@redhat.com>
10434         * configure.in: Don't build Cygwin native newlib if winsup
10435         directory is missing.  Emit warning instead.
10436         * configure: Regenerate.
10438 2004-06-09  Paolo Bonzini  <bonzini@gnu.org>
10440         * Makefile.tpl (touch-stage[+id+]): New.
10441         (restage[+prev+]): Depend on touch-stage[+id+].
10443         * Makefile.tpl (RECURSE_FLAGS_TO_PASS): New.
10444         Use it throughout.
10446         * Makefile.def: Add profile and feedback bootstrap stages.
10447         Remove next field from bootstrap stages.
10448         * Makefile.tpl (LN, LN_S): Substitute.
10449         (stageN-start, stageN-end): Use double-colon rules, to
10450         provide a hook for additional setup commands.
10451         (distclean-stageN-gcc, restageN): Create dependencies from
10452         [+prev+], not from [+next+].
10453         (stageN-bubble): Add commands for successive stages from
10454         [+prev+], using double-colon rules.
10455         (all-stageN-gcc): Fix typo.
10456         (stagefeedback-start, profiledbootstrap): New.
10457         * Makefile.in: Regenerate.
10458         * configure.in: Call ACX_PROG_LN.
10459         * configure: Regenerate.
10461 2004-06-08  Canqun Yang  <canqun@nudt.edu.cn>
10463         * MAINTAINERS (Write After Approval): Add myself.
10465 2004-06-03  Mark G. Adams  <mark.g.adams@sympatico.ca>
10467         * MAINTAINERS (Write After Approval): Add myself.
10469 2004-06-03  Paolo Bonzini  <bonzini@gnu.org>
10471         * configure.in: Fix --enable-bootstrap breakage introduced in trees
10472         without gcc.
10473         * configure: Regenerate.
10475 2004-06-01  Paolo Bonzini  <bonzini@gnu.org>
10477         * Makefile.tpl: Fix typo.
10478         * Makefile.in: Regenerate.
10480 2004-06-01  Paolo Bonzini  <bonzini@gnu.org>
10482         * configure.in: Remove new- prefix from toplevel
10483         bootstrap targets.
10484         * configure: Regenerate.
10486 2004-06-01  Paolo Bonzini  <bonzini@gnu.org>
10488         * Makefile.tpl (all.normal): Rename to all.
10489         (all): Replace with a rule to pick the default
10490         target from configure.
10491         (all-gcc, configure-gcc): Use conditionals to
10492         do nothing when toplevel bootstrap is going on.
10493         (GCC directory bootstrap) [gcc-bootstrap]: Disable.
10494         (Toplevel bootstrap) [gcc-no-bootstrap]: Disable.
10495         * configure.in: Support --enable-bootstrap.
10497         * Makefile.def: Remove new- prefix from toplevel
10498         bootstrap targets.
10499         * Makefile.tpl: Likewise.
10501         * Makefile.def: Add bootstrap_stage 4.  Add bootstrap2
10502         target.
10504         * Makefile.tpl (Toplevel bootstrap): Pass $(BASE_FLAGS_TO_PASS)
10505         $(RECURSE_FLAGS) to recursive invocation of make.
10507         * Makefile.in: Regenerate.
10508         * configure: Regenerate.
10510 2004-05-30  Andreas Jaeger  <aj@suse.de>
10511             Jim Wilson  <wilson@specifixinc.com>
10513         * config-ml.in: Pass FFLAGS and ADAFLAGS for multilibs, handle F77
10514         like CC.
10516 2004-05-27  Daniel Jacobowitz  <dan@debian.org>
10518         * configure.in: Fix sed invocation for GFORTRAN_FOR_TARGET.
10519         * configure: Regenerate.
10521 2004-05-25  Daniel Jacobowitz  <drow@false.org>
10523         * Makefile.tpl (BUILD_EXPORTS, HOST_EXPORTS, GCC_HOST_EXPORTS)
10524         (STAGE_HOST_EXPORTS, BASE_TARGET_EXPORTS, RAW_CXX_TARGET_EXPORTS)
10525         (NORMAL_TARGET_EXPORTS): New macros.  Use them in all the recursive
10526         targets.
10527         * Makefile.in: Regenerate.
10529 2004-05-24  Paolo Bonzini  <bonzini@gnu.org>
10531         * configure.in: Test the ability to symlink directories.
10532         * configure: Regenerate.
10534         * Makefile.def (bootstrap-stage): New definitions.
10535         * Makefile.tpl (configure-stage1-gcc,
10536         configure-stage2-gcc, configure-stage3-gcc,
10537         all-stage1-gcc, all-stage2-gcc, all-stage3-gcc,
10538         new-bootstrap, new-cleanstrap, new-restage1, new-restage2,
10539         new-restage3, compare): Autogenerate, see Makefile.in
10540         entry for behavioral changes.
10541         (distclean-stage1, new-stage1-start, new-stage1-end,
10542         new-stage1-bubble, distclean-stage2, new-stage2-start,
10543         new-stage2-end, new-stage2-bubble, distclean-stage3,
10544         new-stage3-start, new-stage3-end): New autogenerated targets.
10545         (objext, prebootstrap, BOOT_CFLAGS,
10546         POSTSTAGE1_FLAGS_TO_PASS): Move above the autogenerated
10547         targets.
10549         * Makefile.in: Regenerate.
10550         (distclean-stage1, new-stage1-start, new-stage1-end,
10551         new-stage1-bubble, distclean-stage2, new-stage2-start,
10552         new-stage2-end, new-stage2-bubble, distclean-stage3,
10553         new-stage3-start, new-stage3-end): New targets.
10554         (all-stage1-gcc): Move prebootstrap dependency from here...
10555         (configure-stage1-gcc): ...to here.
10556         (new-bootstrap): Use bubble targets.
10557         (new-cleanstrap, new-restage1, new-restage2, new-restage3):
10558         Use per-stage distclean targets.
10559         (configure-stage1-gcc, configure-stage2-gcc,
10560         configure-stage3-gcc, all-stage1-gcc,
10561         all-stage2-gcc, all-stage3-gcc, new-bootstrap):
10562         Use new-stageN-start to prepare the tree.
10564 2004-05-23  Paolo Bonzini  <bonzini@gnu.org>
10566         * Makefile.def (host_modules): add libcpp.
10567         * Makefile.tpl: Add dependencies on and for libcpp.
10568         * Makefile.in: Regenerate.
10569         * configure.in: Add libcpp host module.
10570         * configure: Regenerate.
10572 2004-05-21  Paolo Bonzini  <bonzini@gnu.org>
10574         * Makefile.tpl: Whenever a recursive target is defined, wrap
10575         it in a special @if/@endif block, and prepare its maybe
10576         dependency in the @if/@endif block
10577         * configure.in: Instead of writing maybe dependencies, remove
10578         the @if/@endif statements, and remove the @if/@endif blocks
10579         that remain.
10580         * configure: Regenerate.
10581         * Makefile.in: Regenerate.
10583 2004-05-20  Janis Johnson  <janis187@us.ibm.com>
10585         * MAINTAINERS (Various Maintainers): Add myself for compat testsuite.
10587 2004-05-18  Kaz Kojima  <kkojima@gcc.gnu.org>
10589         PR bootstrap/15120
10590         * libtool.m4 (lt_cv_deplibs_check_method): Use pass_all on sh*.
10591         * */configure: Rebuilt.
10593 2004-05-17  Zack Weinberg  <zack@codesourcery.com>
10595         * Makefile.def, Makefile.tpl, configure.in: Remove all mention
10596         of libf2c.
10597         * configure, Makefile.in: Regenerate.
10599 2004-05-13  Tobias Schlüter  <tobi@gcc.gnu.org>
10601         * MAINTAINERS (Write After Approval): Add myself.
10603 2004-05-13  Diego Novillo  <dnovillo@redhat.com>
10605         Merge from tree-ssa-20020619-branch.
10607         * Makefile.def: Add libbanshee, libmudflap and libgfortran.
10608         * Makefile.tpl (BUILD_CONFIGDIRS): Add libbanshee.
10609         (HOST_GMPLIBS): Define.
10610         (HOST_GMPINC): Define.
10611         (TARGET_LIB_PATH): Add libmudflap.
10612         (GFORTRAN_FOR_TARGET): Define.
10613         (configure-build*): Export GFORTRAN.
10614         (configure-gcc): Export GMPLIBS and GMPINC.
10615         (all-gcc): Add maybe-all-libbanshee.
10616         (configure-target-libgfortran): Define.
10617         * Makefile.in: Regenerate.
10618         * configure.in (host_libs): Add libbanshee.
10619         (target_libraries): Add target-libmudflap and target-libgfortran.
10620         Add --with-libbanshee.
10621         Handle --disable-libmudflap.
10622         (*-*-freebsd*): Use with_gmp.
10623         Add $(libgcj) to noconfigdirs.
10624         * configure: Regenerate.
10625         * depcomp: New file.
10626         * MAINTAINERS: Add tree-ssa maintainers.
10628 2004-05-04  Vladimir Makarov  <vmakarov@redhat.com>
10630         * MAINTAINERS (Various Maintainers): Add myself.
10632 2004-04-30  Brian Ford  <ford@vss.fsi.com>
10634         * MAINTAINERS (Write After Approval): Add myself.
10636 2004-04-29  Uros Bizjak  <uros@kss-loka.si>
10638         * MAINTAINERS (Write After Approval): Add myself.
10640 2004-04-28  Paolo Bonzini  <bonzini@gnu.org>
10642         * config/acx.m4: Fix fastcompare support for new-bootstrap.
10643         * configure: Regenerate.
10645 2004-04-27  Paolo Bonzini  <bonzini@gnu.org>
10647         Revert:
10648         2004-04-26  Paolo Bonzini  <bonzini@gnu.org>
10650         * Makefile.def (flags_to_pass): Remove *dir variables that
10651         are passed to the modules via TOPLEVEL_CONFIGURE_ARGUMENTS,
10652         as well as prefix and exec_prefix.
10653         * Makefile.in: Regenerate.
10655 2004-04-26  Robert Millan  <robertmh@gnu.org>
10657         Add patches from libtool CVS.
10658         * libtool.m4: Add kfreebsd*-gnu and knetbsd*-gnu.
10659         * ltconfig: Likewise.
10660         * ltcf-c.sh: Likewise.
10661         * ltcf-cxx.sh: Likewise.
10662         * ltcf-gcj.sh: Likewise.
10664 2004-04-26  Paolo Bonzini  <bonzini@gnu.org>
10666         * Makefile.def (host_modules): Mark with the bootstrap
10667         flag packages on which gcc depends.
10668         * Makefile.tpl (all-bootstrap): Use it.
10669         * Makefile.in: Regenerate.
10671 2004-04-26  Paolo Bonzini  <bonzini@gnu.org>
10673         * Makefile.def (flags_to_pass): Remove *dir variables that
10674         are passed to the modules via TOPLEVEL_CONFIGURE_ARGUMENTS,
10675         as well as prefix and exec_prefix.
10676         * Makefile.in: Regenerate.
10678 2004-04-26  Paolo Bonzini  <bonzini@gnu.org>
10680         * configure.in: Invoke ACX_PROG_CMP_IGNORE_INITIAL.
10681         * configure: Regenerate.
10682         * config/acx.m4: Mutuate ACX_PROG_CMP_IGNORE_INITIAL from gcc.
10683         * gcc/Makefile.tpl (compare): Use the result of the test.
10684         * gcc/Makefile.in: Regenerate.
10686 2004-04-23  Paolo Bonzini  <bonzini@gnu.org>
10688         * Makefile.tpl (all-stage1-gcc, all-stage2-gcc, all-stage3-gcc):
10689         Always relocate gcc and prev-gcc to the original names, even
10690         if the build fails.
10691         (new-cleanstrap, new-restage1, new-restage2, new-restage3):
10692         New targets.
10694 2004-04-23  Laurent GUERBY <laurent@guerby.net>
10696         * MAINTAINERS: Update my email address.
10698 2004-04-19  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
10700         * configure.in (mips*-*-irix5*): Enable ld.
10701         * configure: Regenerate.
10703 2004-04-16  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
10705         * configure: Regenerate.
10707 2004-04-15  James E Wilson  <wilson@specifixinc.com>
10709         * Makefile.tpl (configure-[+module+], configure-gcc,
10710         configure-stage1-gcc, configure-stage2-gcc, configure-stage3-gcc):
10711         Set and export LDFLAGS.
10712         * Makefile.in: Regenerate.
10714 2004-04-12  Michael Chastain  <mec.gnu@mindspring.com>
10716         * MAINTAINERS: Add myself to write-after-approval.
10718 2004-04-09  Nathanael Nerode  <neroden@gcc.gnu.org>
10720         PR bootstrap/14871
10721         * Makefile.tpl: If we don't have built-in-tree target tools,
10722         use the ones found by configure rather than hacking around with
10723         program_transform_name.
10724         * configure.in: Give Makefile.tpl the information necessary
10725         to do that.
10726         * Makefile.in: Regenerate.
10727         * configure: Regenerate.
10729 2004-04-06  Nathanael Nerode  <neroden@gcc.gnu.org>
10731         PR bootstrap/14760
10732         * configure.in: When computing baseargs, strip *all* copies of
10733         offending options.  Also, don't match/substitute the trailing space,
10734         so that this actually works when two similar options are separated by
10735         only one space.
10736         * configure: Regenerate.
10738 2004-04-06  David Edelsohn  <edelsohn@gnu.org>
10740         * configure.in (powerpc-*-aix*): Remove target-libada from noconfigdirs.
10741         (rs6000-*-aix*): Same.
10742         * configure: Regenerate.
10744 2004-04-05  Ranjit Mathew  <rmathew@hotmail.com>
10746         * MAINTAINERS: Add myself to write-after-approval.
10748 2004-04-03  Bud Davis  <bdavis9659@comcast.net>
10750         * MAINTAINERS: Add myself to write-after-approval.
10752 2004-03-24  Nathanael Nerode  <neroden@gcc.gnu.org>
10754         * Makefile.tpl (top level bootstrap support): Remove now-unneeded
10755         STRICT_WARN, WARN_CFLAGS flags passed down to make.
10756         * Makefile.in: Regenerate.
10758         * configure.in (top level bootstrap support): Rework --enable-werror
10759         to set @stage2_werror_flag@.
10760         * configure: Regenerate.
10761         * Makefile.tpl (top level bootstrap support): Pass
10762         @stage2_werror_flag@ down to configure in stages 2 and 3.
10763         * Makefile.in: Regenerate.
10765 2004-03-23  Nathanael Nerode  <neroden@gcc.gnu.org>
10767         * Makefile.tpl (new-bootstrap): Set CC and CC_FOR_BUILD in configure
10768         for stages 2 and 3 as well as in make.  As a consequence, remove
10769         OUTPUT_OPTION (now detected by configure) from the flags passed down
10770         to make.
10771         * Makefile.in: Regenerate.
10773         * Makefile.tpl (new-bootstrap): Fix typo.
10774         * Makefile.in: Regenerate.
10776 2004-03-22  Nathanael Nerode  <neroden@gcc.gnu.org>
10778         * Makefile.tpl: Rearrange by moving recursive_targets rules
10779         into their proper sections.
10780         * Makefile.tpl (top level bootstrap support): Move disabling
10781         of coverage flags from 'make' to 'configure'; improve comments.
10782         * Makefile.in: Regenerate.
10784         * Makefile.tpl (experimental top level bootstrap) Move stage1
10785         language setting from all- target to configure- target; disable
10786         intermodule optimization in stage 1; prevent gratuitous rebuilds
10787         of stage 1.
10788         * Makefile.in: Regenerate.
10789         * configure.in: Comma-separate stage 1 language list for top
10790         level bootstrap.
10791         * configure: Regenerate.
10793         * Makefile.tpl: Clean up experimental top level bootstrap support:
10794         note known problems; set CONFIG_SHELL; don't set BUILD_CC; relocate
10795         prev-gcc in configure- targets as well as all- targets.
10796         * Makefile.in: Regenerate.
10798 2004-03-21  Kelley Cook  <kcook@gcc.gnu.org>
10800         * compile: New file imported from automake.
10802 2004-03-17  Paolo Bonzini  <bonzini@gnu.org>
10804         * configure.in: Remove symbolic link section.
10805         * configure: Regenerate.
10806         * Makefile.tpl (links): Remove.
10807         * Makefile.in: Regenerate.
10809 2004-03-15  Paolo Bonzini  <bonzini@gnu.org>
10810             Nathanael Nerode  <neroden@gcc.gnu.org>
10812         * configure.in (DEFAULT_YACC, DEFAULT_M4, DEFAULT_LEX):
10813         Set with AC_CHECK_PROGS.
10814         * configure.in: Fix comment typo from last patch.
10815         * configure: Regenerate.
10817 2004-03-15  Nathanael Nerode  <neroden@gcc.gnu.org>
10819         * Makefile.tpl: Introduce experimental top level bootstrap support.
10820         * Makefile.in: Regenerate.
10821         * configure.in: Introduce support for top level bootstrap.
10822         * configure: Regenerate.
10824 2004-03-12  Eric Botcazou  <ebotcazou@gcc.gnu.org>
10825             Paolo Bonzini  <bonzini@gnu.org>
10827         PR bootstrap/14522
10828         * configure.in: Cope with shells that do not support unquoted ^
10829         * configure: Regenerate.
10831 2004-03-11  Eric Botcazou  <ebotcazou@gcc.gnu.org>
10832             Paolo Bonzini  <bonzini@gnu.org>
10834         PR bootstrap/14522
10835         * configure.in: Cope with shells that do not support nesting
10836         quotes inside quoted backquote substitutions.
10837         * configure: Regenerate.
10839 2004-03-10  Andrew Pinski  <pinskia@physics.uc.edu>
10841         PR bootstrap/14522
10842         * configure.in: Fix escaping of $.
10843         * configure: Regenerate.
10845 2004-03-11  Nathanael Nerode  <neroden@gcc.gnu.org>
10847         * configure: Regenerate, since I forgot to while committing Paolo's
10848         changes.
10850 2004-03-08  Paolo Bonzini  <bonzini@gnu.org>
10852         PR ada/14131
10853         Move language detection to the top level.
10854         * configure.in: Find default values for the tools as
10855         soon as possible.  Disable ada if GNAT is not found.
10856         Emit error message about missing languages.  Expand
10857         --enable-languages=all for the gcc subdirectory.
10859 2004-03-10  Ben Elliston  <bje@gnu.org>
10861         * MAINTAINERS: Update my email address.
10863 2004-03-05  David Edelsohn  <edelsohn@gnu.org>
10865         * ltconfig: Disable building static libraries if building shared
10866         libraries on AIX 5L.
10868 2004-03-01  Richard Sandiford  <rsandifo@redhat.com>
10870         * configure.in (mips64*-*-linux*): Override mips*-*-linux* case
10871         and disable libgcj.
10872         * configure: Regenerated.
10874 2004-03-01  Brian Booth  <bbooth@redhat.com>
10876         * MAINTAINERS: Add myself to write-after-approval.
10878 2004-03-01  Paolo Bonzini  <bonzini@gnu.org>
10880         * MAINTAINERS: Add myself to write-after-approval.
10882 2004-02-28  Nathanael Nerode  <neroden@gcc.gnu.org>
10884         PR bootstrap/7087
10885         * Makefile.tpl: Guard XFOO sed statements better.
10886         * Makefile.tpl: Add dependency for configure-target-libada.
10887         * Makefile.in: Regenerate (incidentally fixes broken
10888         commit when libada-branch was merged).
10890 2004-02-25  Kelley Cook  <kcook@gcc.gnu.org>
10892         * MAINTAINERS: Add myself to write-after-approval.
10894 2004-02-20  Andrew Pinski  <pinskia@physics.uc.edu>
10896         * MAINTAINERS: Add Nicola Pero and myself as libobjc
10897         maintainers.
10899 2004-02-20  Andrew Cagney  <cagney@redhat.com>
10901         * config.guess: Update from version 2003-10-16 to 2004-02-16.
10902         * config.sub: Update from version 2003-11-03 to 2004-02-16.
10904 2004-02-19  Nathanael Nerode  <neroden@gcc.gnu.org>
10906         PR bootstrap/11932
10907         * mkinstalldirs, install-sh: Import from automake CVS HEAD.
10909 2004-02-14  Jerry Quinn  <jlquinn@optonline.net>
10911         * MAINTAINERS: Added myself to write-after-approval.
10913 2004-02-14  Michael Koch  <konqueror@gmx.de>
10915         * MAINTAINERS: Added myself to write-after-approval.
10917 2004-02-13  Joseph S. Myers  <jsm@polyomino.org.uk>
10919         * MAINTAINERS: Move Steve Chamberlain to write-after-approval.  Move
10920         some OS port maintainers to OS port maintainers section.
10922 2004-02-13  Frank Ch. Eigler  <fche@redhat.com>
10924         * MAINTAINERS: Add self.
10926 2004-02-12  Kazu Hirata  <kazu@cs.umass.edu>
10928         * MAINTAINERS: Alphabetize.
10930 2004-02-12  Paolo Bonzini  <bonzini@gnu.org>
10932         * MAINTAINERS: Remove myself.
10934 2004-02-11  David Edelsohn  <edelsohn@gnu.org>
10936         * configure.in (powerpc-*-aix*): Add target-libada to noconfigdirs.
10937         (rs6000-*-aix*): Same.
10938         * configure: Regenerate.
10940 2004-02-11  Kelley Cook  <kcook@gcc.gnu.org>
10942         * configure.in (host): Add in missing $noconfigdirs to defines.
10943         * configure: Regenerate.
10945 2004-02-10  Arnaud Charlet  <charlet@act-europe.fr>,
10946             Nathanael Nerode  <neroden@gcc.gnu.org>
10948         PR ada/6637, PR ada/5911
10949         Merge with libada-branch:
10950         * configure.in, Makefile.tpl, Makefile.def: Add target-libada,
10951         with appropriate dependencies. Add --enable-libada configure switch.
10952         * configure, Makefile.in: Regenerate.
10954 2004-02-09  Paolo Bonzini  <bonzini@gnu.org>
10956         * MAINTAINERS: Add myself to write-after-approval.
10958 2004-02-05  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
10960         * configure.in: Don't pass --with-stabs on IRIX 5 either.
10961         * configure: Regenerate.
10963 2004-02-04  Geoffrey Keating  <geoffk@apple.com>
10965         Merge from upstream:
10967         * ltmain.in: When setting IFS to '~', be careful about user
10968         arguments that contain '~'.
10970         2004-02-04  Peter O'Gorman  <peter@pogma.com>
10972         * ltmain.in (infer_tag): Move tag inferrence to a shell function.
10973         Also test $base_compile against $CC with escaped arguments. Bug
10974         reported by Geoff Keating <geoffk@apple.com>.
10976 2004-02-04  Kazu Hirata  <kazu@cs.umass.edu>
10978         * MAINTAINERS: Remove i960 port.
10980 2004-01-23  DJ Delorie  <dj@redhat.com>
10982         * Makefile.def (target_modules) [libiberty]: Don't stage.
10983         * Makefile.in: Rebuilt.
10985 2004-01-20  Caroline Tice  <ctice@apple.com>
10987         * MAINTAINERS: Add myself to write-after-approval.
10989 2004-01-19  Paolo Carlini  <pcarlini@suse.de>
10991         * MAINTAINERS: Update my email address.
10993 2004-01-18  James A. Morrison  <ja2morri@uwaterloo.ca>
10995         * MAINTAINERS: Add myself to write-after-approval.
10997 2004-01-17  Volker Reichelt  <reichelt@igpm.rwth-aachen.de>
10999         * MAINTAINERS: Remove entries without email address.
11001 2004-01-15  Daniel Jacobowitz  <drow@mvista.com>
11003         * MAINTAINERS: Add myself to write-after-approval.
11005 2004-01-15  Steven Bosscher  <stevenb@suse.de>
11007         * MAINTAINERS: Update my email address.
11009 2004-01-14  Loren J. Rittle  <ljrittle@acm.org>
11011         * Makefile.def (target_modules) [libtermcap, libiberty, zlib]: Stage.
11012         * Makefile.tpl (configure-target-[+module+]): Support stage.
11013         * Makefile.in: Rebuilt.
11015 2004-01-12  Ian Lance Taylor  <ian@wasabisystems.com>
11017         * MAINTAINERS: Add myself as a libiberty MAINTAINER.
11019 2004-01-10  Richard Sandiford  <rsandifo@redhat.com>
11021         * MAINTAINERS: Add myself as a MIPS maintainer.
11023 2004-01-04  Nathanael Nerode  <neroden@gcc.gnu.org>
11025         * configure.in: Use ./config.cache, not config.cache.
11026         * configure: Regenerate.
11027         * Makefile.tpl: Special-casing not needed for GCC any more.
11028         * Makefile.in: Regenerate.
11030         * configure.in: Don't share a cache file for host dirs.
11031         * configure: Regenerate.
11033         * config-ml.in: Don't mess with the cache file.
11035 2004-01-04  Eric Botcazou  <ebotcazou@libertysurf.fr>
11037         * MAINTAINERS: Move myself from 'Write After Approval' to
11038         'CPU Port Maintainers' section as SPARC maintainer.
11040 2004-01-03  Nathanael Nerode  <neroden@gcc.gnu.org>
11042         * Makefile.tpl: Make GCC use a separate config.cache.
11043         * Makefile.in: Regenerate.
11045         PR bootstrap/11932, PR bootstrap/11933
11046         (I don't know if it will fix either of them, but it relates
11047         to them.)
11048         * configure.in: Don't use shared config.cache for target
11049         directories.
11050         * configure: Regenerate.
11052 2004-01-02  Dan Nicolaescu  <dann@ics.uci.edu>
11054         * MAINTAINERS: Add myself to 'Write After Approval' section.
11056 2003-12-31  Roger Sayle  <roger@eyesopen.com>
11058         * configure.in (ia64*-*-hpux*): Disable building java libraries.
11059         * configure: Regenerated.
11061 2003-12-23  Kazu Hirata  <kazu@cs.umass.edu>
11063         * MAINTAINERS: Remove the mn10200 maintainer.
11065 2003-12-21  Bernardo Innocenti  <bernie@develer.com>
11067         * configure.in (*-*-uclinux): Exclude newlib, libgloss and rda.
11068         * configure: Regenerated.
11070 2003-12-16  Jan Hubicka  <jh@suse.cz>
11072         * MAINTAINERS: Add myself as callgraph maintainer.
11074 2003-12-08  Thomas Fitzsimmons  <fitzsim@redhat.com>
11076         * configure.in (raw_libstdcxx_flags): Remove the leading space.
11077         * configure: Regenerate.
11079 2003-12-01  Giovanni Bajo  <giovannibajo@gcc.gnu.org>
11081         * MAINTAINERS: Move myself from 'Bug database only accounts' to
11082         'Write After Approval' section. Update email.
11084 2003-12-01  James Lemke  <jim@wasabisystems.com>
11086         * MAINTAINERS (Write After Approval): Add myself.
11088 2003-11-20  Matt Thomas  <matt@3am-software.com>
11090         * MAINTAINERS: Add myself as a vax port maintainer.
11092 2003-11-20  Kelley Cook  <kcook@gcc.gnu.org>
11094         * Makefile.tpl (BASE_FLAGS_TO_PASS): Pass along CONFIG_SHELL.
11095         (configure-build-[+module+], configure-[+module+]): Likewise.
11096         (configure-target-[+module+], configure-gcc, config.status): Likewise.
11097         * Makefile.in: Regenerate.
11099 2003-11-19  Andreas Tobler  <a.tobler@schweiz.ch>
11101         * libtool.m4: Sync darwin bits from libtool cvs to build a gcc with
11102         shared/dylibed libraries.
11103         * ltmain.sh: Likewise.
11104         * ltcf-c.sh: Likewise, disable shared library build for OS-X < 10.3.
11105         * ltcf-cxx.sh: Likewise.
11106         * ltcf-gcj.sh: Likewise.
11107         * ltconfig: Likewise.
11109 2003-11-17  Stan Cox  <scox@redhat.com>
11111         * MAINTAINERS: Add myself as iq2000 port maintainer.
11113 2003-11-14  Arnaud Charlet  <charlet@act-europe.fr>
11115         * Makefile.tpl (EXTRA_GCC_FLAGS): Pass BOOT_ADAFLAGS.
11116         * Makefile.in: Regenerate.
11118 2003-11-03  Ulrich Weigand  <uweigand@de.ibm.com>
11120         * config.sub: Update to 2003-11-03 version.
11122 2003-10-20  Phil Edwards  <phil@codesourcery.com>
11124         * configure.in (*-*-vxworks):  Add target-libiberty to noconfdirs.
11125         * configure:  Regenerate.
11127 2003-10-20  Nicolas Pitre  <nico@cam.org>
11129         * MAINTAINERS: Add myself to 'Write After Approval' section.
11131 2003-10-20  Arnaud Charlet  <charlet@act-europe.fr>
11133         * MAINTAINERS (Various maintainers: Ada front end): Added myself.
11135 2003-10-19  Joseph S. Myers  <jsm@polyomino.org.uk>
11137         * MAINTAINERS: Update my email address.
11139 2003-10-17  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
11141         * config-ml.in (multi-do): Pass MULTIFLAGS to subdir makes.
11143 2003-10-17  Ralph Loader  <rcl@ihug.co.nz>
11145         * MAINTAINERS: Add myself to 'Write After Approval' section.
11147 2003-10-16  Bernardo Innocenti  <bernie@develer.com>
11149         * config.guess: Update to 2003-10-16 version.
11150         * config.sub: Update to 2003-10-16 version.
11152 2003-10-15  David Daney  <ddaney@avtrex.com>
11154         * MAINTAINERS: Added myself to 'Write After Approval' section.
11156 2003-10-15  Falk Hueffner  <falk@debian.org>
11158         * MAINTAINERS: Move myself from 'Bug database only accounts' to
11159         'Write After Approval' section. Update email.
11161 2003-10-14  Roger Sayle  <roger@eyesopen.com>
11163         * MAINTAINERS: Move myself from 'Write After Approval' to
11164         'Various Maintainers' section as middle-end maintainer.
11166 2003-10-13  Nathanael Nerode  <neroden@gcc.gnu.org>
11168         * Makefile.tpl: Make GCC_FLAGS_TO_PASS a superset of
11169         HOST_FLAGS_TO_PASS.
11170         * Makefile.in: Regenerate.
11172 2003-10-11  Bernardo Innocenti  <bernie@develer.com>
11174         * config.guess: Update to 2003-10-07 version.
11175         * config.sub: Update to 2003-10-07 version.
11177 2003-10-06  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
11179         * ltcf-cxx.sh (irix5*, irix6*): Prefix -soname and its arg with ${wl}.
11180         * ltconfig (irix5*, irix6*): Don't override version_type.
11182 2003-10-05  Mohan Embar  <gnustuff@thisiscool.com>
11184         * configure.in: Allow explicit specification of CFLAGS_FOR_BUILD.
11185         * configure: Rebuilt
11186         * Makefile.tpl: Use CFLAGS_FOR_BUILD computed by configure
11187         * Makefile.in: Rebuilt
11189 2003-10-03  H.J. Lu  <hongjiu.lu@intel.com>
11191         * ltconfig (sys_lib_search_path_spec): Fix a typo for HPUX.
11193 2003-09-30  Carlo Wood  <carlo@alinoe.com>
11195         * MAINTAINERS (Write After Approval): Add myself.
11197 2003-09-29  Paul Koning  <ni1d@arrl.net>
11199         * MAINTAINERS: Move myself from "Write After Approval"
11200         to CPU platform maintainers for pdp11 platform.
11202 2003-09-23  Andreas Tobler  <a.tobler@schweiz.ch>
11204         * MAINTAINERS: Move myself from 'Write After Approval' to
11205         'Various Maintainers' section as libffi testsuite maintainer.
11207 2003-09-21  Daniel Jacobowitz  <drow@mvista.com>
11209         * configure.in: Pass a computed --program-transform-name
11210         to subconfigures.
11211         * configure: Regenerated.
11213 2003-09-20  Nathanael Nerode  <neroden@gcc.gnu.org>
11215         * Makefile.tpl: Don't pass down obsolete ENQUIRE variable.
11216         * Makefile.in: Regenerate.
11218         * Makefile.tpl: Don't pass (unused) DLLTOOL or WINDRES to gcc.
11219         * Makefile.in: Regenerate.
11221 2003-09-19  Ziemowit Laski  <zlaski@apple.com>
11223         * MAINTAINERS: Move myself from 'Write After Approval'
11224         to 'Various Maintainers' (objective-c) section.
11226 2003-09-17  Daniel Jacobowitz  <drow@mvista.com>
11228         * configure.in (TOPLEVEL_CONFIGURE_ARGUMENTS, baseargs): Fix
11229         quoting.
11230         * configure: Regenerated.
11232 2003-09-16  Joel Brobecker  <brobecker@gnat.com>
11234         * MAINTAINERS (Write After Approval): Add myself to write after
11235         approval list.
11237 2003-09-16  Dorit Naishlos  <dorit@il.ibm.com>
11239         * MAINTAINERS (Write After Approval): Add myself.
11241 2003-09-09  Ian Lance Taylor  <ian@wasabisystems.com>
11243         * MAINTAINERS: Update my e-mail address.
11245 2003-09-09  Alan Modra  <amodra@bigpond.net.au>
11247         * libtool.m4 (LD): Correct powerpc64 host match.
11249 2003-09-06  James E Wilson  <wilson@tuliptree.org>
11251         * MAINTAINTERS: Update my affiliation and email address.
11253 2003-09-06  Zdenek Dvorak  <rakdver@atrey.karlin.mff.cuni.cz>
11255         * MAINTAINERS (Write After Approval): Add myself.
11257 2003-09-04  DJ Delorie  <dj@redhat.com>
11259         * configure: Regenerate.
11261 2003-09-04  Robert Millan  <robertmh@gnu.org>
11263         * configure.in: Match GNU/KFreeBSD with new kfreebsd*-gnu triplet.
11265 2003-09-02  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
11267         * configure.in: Ensure arguments to sed are properly spaced.
11268         * configure: Regenerate.
11270 2003-08-30  Gerald Pfeifer  <gerald@pfeifer.com>
11272         * MAINTAINERS: Update my e-mail address.
11274 2003-08-28  Mohan Embar  <gnustuff@thisiscool.com>
11276         * MAINTAINERS (Write After Approval): Add myself.
11278 2003-08-27  Daniel Jacobowitz  <drow@mvista.com>
11280         * configure.in: Set RAW_CXX_FOR_TARGET if unset.
11281         * configure: Regenerated.
11283 2003-08-23  Marek Michalkiewicz  <marekm@amelek.gda.pl>
11285         * MAINTAINERS: Update my email address.
11287 2003-08-23  Phil Edwards  <pme@gcc.gnu.org>
11289         * configure.in:  Use newline instead of semicolon when assuming
11290         shell arguments in a for loop.
11291         * configure:  Regenerated.
11293 2003-08-22  Jason Eckhardt  <jle@rice.edu>
11295         * MAINTAINERS: Resurrect the i860 maintainer.
11297 2003-08-20  Geoffrey Keating  <geoffk@apple.com>
11299         PR 8180
11300         * configure.in: When testing with_libs and with_headers, treat
11301         'no' as unset.  Based on a patch by Dan Kegel <dank@kegel.com>.
11302         * configure: Regenerate.
11304         * configure.in (TOPLEVEL_CONFIGURE_ARGUMENTS): Quote properly for
11305         make, shell, etc.
11306         (baseargs): Likewise.
11307         * configure: Regenerate.
11309 2003-08-20  Bernardo Innocenti  <bernie@develer.com>
11311         * MAINTAINERS (Write After Approval): Add myself.
11313 2003-08-19  Geoffrey Keating  <geoffk@apple.com>
11315         * configure.in: Disable libgcj for darwin not on powerpc.
11316         * configure: Rebuild.
11318 2003-08-14  Alexandre Duret-Lutz  <adl@gnu.org>
11320         * config-ml.in, symlink-tree: Add license.
11322 2003-08-03  Richard Stallman  <rms@gnu.org>
11323             Eben Moglen  <moglen@columbia.edu>
11325         * README.SCO: New file.
11327 2003-08-01  Matt Kraai  <kraai@alumni.cmu.edu>
11329         * Makefile.tpl (check, check-c++): Express dependencies using
11330         dependencies rather than commands.
11331         * Makefile.in: Regenerate.
11333 2003-08-01  Andrew Cagney  <cagney@redhat.com>
11335         * configure.in (noconfigdirs): Do not add GDB when m32r-*-*.
11336         * configure: Ditto.
11338 2003-07-31  Geoffrey Keating  <geoffk@apple.com>
11340         * Makefile.tpl (libsubdir): Use gcc instead of gcc-lib.
11341         * Makefile.in: Update.
11343 2003-07-30  Andreas Tobler  <a.tobler@schweiz.ch>
11345         * configure.in: Enable libgcj for darwin.
11346         * configure: Rebuild.
11348 2003-07-29  Phil Edwards  <pme@gcc.gnu.org>
11350         * config-ml.in:  Use ac_configure_args directly instead of
11351         ml_arguments.  Only set ml_norecursion if --no[-]recursion is
11352         actually seen.
11354 2003-07-27  Nathanael Nerode  <neroden@gcc.gnu.org>
11356         * Makefile.tpl: Use 'mkinstalldirs' rather than 'mkdir' when
11357         creating target and build subdirs to build all parent dirs as needed.
11358         * Makefile.in: Rebuild.
11359         * configure.in: Don't build dirs explicitly here.
11360         * configure: Rebuild.
11362 2003-07-26  Paul Brook  <paul@nowt.org>
11364         * MAINTAINERS (fortran 95): Add myself, Steven Bosscher and Toon Moene.
11366 2003-07-22  Alexandre Oliva  <aoliva@redhat.com>
11368         * Makefile.tpl (all-make): Depend on intl.
11369         * Makefile.in: Rebuilt.
11371 2003-07-20  Phil Edwards  <pme@gcc.gnu.org>
11373         * install-sh:  Update to newer upstream versions (associated with
11374         aclocal 1.7).
11375         * mkinstalldirs:  Likewise.
11376         * missing:  Likewise, plus $1Help2man -> $1 typo fix.
11378 2003-07-16  Andrew Pinski  <pinskia@gcc.gnu.org>
11380         * MAINTAINERS: Move self from Bug database only accounts
11381         to write-after-approval.
11383 2003-07-16  Nathanael Nerode  <neroden@gcc.gnu.org>
11385         * config.if: Remove unused libc_interface determination.
11387 2003-07-14  Nathanael Nerode  <neroden@gcc.gnu.org>
11389         * MAINTAINERS: Move self from write-after-approval to
11390         build machinery (*.in).
11392 2003-07-13  Nathanael Nerode  <neroden@gcc.gnu.org>
11394         PR bootstrap/11273
11395         PR bootstrap/11408
11396         * Makefile.tpl: Set INSTALL and friends using autoconf.  Remove
11397         unused INSTALL_PROGRAM_ARGS.
11398         * configure.in: Use AC_PROG_INSTALL.
11399         * Makefile.in: Regenerate.
11400         * configure: Regenerate.
11402 2003-07-13  Kazu Hirata  <kazu@cs.umass.edu>
11404         * MAINTAINERS: Alphabetize.
11406 2003-07-10  Alexandre Oliva  <aoliva@redhat.com>
11408         * configure: Rebuilt.
11409         2001-09-26  Alexandre Oliva  <aoliva@redhat.com>
11410         * configure.in (noconfigdirs) [am33_2.0-*-linux*]: Don't build
11411         newlib nor libgloss.
11412         Wed May  9 10:07:19 2001  Alexandre Oliva  <aoliva@redhat.com>
11413         * configure.in (am33_2.0-*-linux*): Added.
11415 2003-07-09  Bob Wilson  <bob.wilson@acm.org>
11417         * configure.in: Add ${libgcj} to noconfigdirs for xtensa-*-* targets.
11418         * configure: Regenerate.
11420 2003-07-07  Zack Weinberg  <zack@codesourcery.com>
11422         * Makefile.tpl (configure-gcc): Depend on maybe-configure-intl.
11423         * Makefile.in: Regenerate.
11425 2003-07-04  Zack Weinberg  <zack@codesourcery.com>
11427         * Makefile.tpl (all-bootstrap): Depend on maybe-all-intl.
11428         * Makefile.in: Regenerate.
11430 2003-07-04  H.J. Lu  <hongjiu.lu@intel.com>
11432         * Makefile.tpl: Replace PWD with PWD_COMMAND.
11433         * Makefile.in: Regenerated.
11435         * config-ml.in: Replace PWD with PWD_COMMAND.
11437 2003-07-04  Zack Weinberg  <zack@codesourcery.com>
11439         * intl: New directory; see intl/ChangeLog for details.
11440         * ABOUT-NLS, config.rpath: Import from gettext 0.12.1.
11441         * Makefile.tpl: all-gcc depends on maybe-all-intl.
11442         * Makefile.in: Regenerate.
11444 2003-06-27  Nathanael Nerode  <neroden@gcc.gnu.org>
11446         * configure.in: Clean up config-lang.in handling.  Delete
11447         useless assignment to "subdirs".
11448         * configure: Regenerate.
11450 2003-06-26  Nathanael Nerode  <neroden@gcc.gnu.org>
11452         * configure.in: Rename 'target_libs' to 'target_libraries'.
11453         Remove useless reference to 'target_libs'.
11454         * configure: Regenerate.
11456 2003-06-23  Keith Seitz  <kseitz@sources.redhat.com>
11458         * Makefile.tpl: Add maybe-configure-itcl to configure-gdb.
11459         * Makefile.in: Regenerate.
11461 2003-06-23  Nathanael Nerode  <neroden@gcc.gnu.org>
11463         * Makefile.def: Introduce flags_to_pass.
11464         * Makefile.tpl: Generate BASE_FLAGS_TO_PASS using it.
11465         * Makefile.in: Regenerate.
11467 2003-06-23  Hans-Peter Nilsson  <hp@bitrange.com>
11469         * configure.in (noconfigdirs) <cris-*-*>: Disable target-newlib
11470         and target-libgloss.
11471         <d30v-*-*, fr30-*-*, i960-*-*, m32r-*-*>: Disable gdb.
11472         <h8300*-*-*>: Disable libf2c and ${libgcj}.
11473         * configure: Regenerate.
11475 2003-06-17  Benjamin Kosnik  <bkoz@redhat.com>
11477         * configure.in: Update testsuite_flags to new location.
11478         * configure. Regenerate.
11480 2003-06-18  Nathanael Nerode  <neroden@gcc.gnu.org>
11482         * Makefile.tpl: Remove BUILD_CC stuff.
11483         * Makefile.in: Regenerate.
11485 2003-06-17  Kazu Hirata  <kazu@cs.umass.edu>
11487         * MAINTAINERS (Write After Approval): Remove Andrew Haley.
11489 2003-06-16  Graeme Peterson  <gp@qnx.com>
11491         * MAINTAINERS (Write After Approval): Add myself.
11493 2003-06-14  H.J. Lu  <hongjiu.lu@intel.com>
11495         * config.guess: Update to 2003-06-12 version.
11496         * config.sub: Update to 2003-06-13 version.
11498 2003-06-12  H.J. Lu  <hongjiu.lu@intel.com>
11500         * config.guess: Update to 2003-06-06 version.
11501         * config.sub: Update to 2003-06-06 version.
11503 2003-06-11  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
11505         * configure.in: Don't pass --with-stabs for mips*-sgi-irix6*o32.
11506         * configure. Regenerate.
11508 2003-06-10  Nathanael Nerode  <neroden@gcc.gnu.org>
11510         * configure.in: Disable serial configure by default.
11511         * configure: Regenerate.
11512         * Makefile.tpl: Abolish .NOTPARALLEL.
11513         * Makefile.in: Regenerate.
11515         * Makefile.tpl: Replace {build,host,target}_canonical by
11516         {build,host,target}.
11517         * Makefile.in: Regenerate.
11519         * Makefile.tpl: Fix stupid pasto.
11520         * Makefile.in: Regenerate.
11522 2003-06-09  Nathanael Nerode  <neroden@gcc.gnu.org>
11524         * Makefile.tpl: Remove bogus conditional.
11525         * Makefile.in: Regenerate.
11527 2003-06-05  Jan Hubicka  <jh@suse.cz>
11529         * Makefile.tpl (profiledbootstrap): New target.
11530         * Makefile.in (profiledbootstrap): New target.
11532 2003-06-05  Wolfgang Bangerth  <bangerth@dealii.org>
11534         * MAINTAINERS (Bugzilla only): Add Dara Hazeghi and Andrew
11535         Pinski. Remove user names from other bugzilla-only maintainers.
11537 2003-06-03  Nathanael Nerode  <neroden@gcc.gnu.org>
11539         * Makefile.tpl: Make 'recursive targets' using autogen rather
11540         than shell loop.  Remove duplicate 'clean' targets and false
11541         comments.
11542         * Makefile.def: Add systematic dependencies to 'recursive' targets.
11543         Add systematic method of specifying missing targets in subdirs.
11544         Add copyright boilerplate.
11545         * Makefile.in: Regenerate.
11546         * configure.in: Add 'recursive targets' to maybe list.
11547         * configure: Regenerate.
11549         * MAINTAINERS: "GNATS only" -> "Bug database only".
11551         * Makefile.tpl: Rename [+target+] to [+make_target+].
11552         * Makefile.def: Rename 'target' to 'make_target'.
11554 2003-05-31  Neil Booth  <neil@daikokuya.co.uk>
11556         * MAINTAINERS: Add self as options handling maintainer.
11558 2003-05-28  Michael Meissner  <gnu@the-meissners.org>
11560         * MAINTAINERS: Remove myself as m32r/v850 maintainer, since it has
11561         been too long since I touched those ports.
11563 2003-05-28  DJ Delorie  <dj@redhat.com>
11565         * Makefile.tpl: Make maybe-check-gcc .PHONY.
11566         * Makefile.in: Regenerate.
11568 2003-05-21  Maciej W. Rozycki  <macro@ds2.pg.gda.pl>
11570         * configure.in: Use curly braces in the definition of tooldir.
11571         * configure: Regenerate.
11573 2003-05-21  DJ Delorie  <dj@redhat.com>
11575         * Makefile.tpl (configure-target-libiberty): Depend only on gcc, not
11576         newlib or libgloss.
11577         * Makefile.in: Regenerate.
11579 2003-05-21  DJ Delorie  <dj@redhat.com>
11581         * Makefile.tpl: Add missing empty maybe-check-gcc target.
11582         * Makefile.in: Regenerate.
11584 2003-05-20  Ian Lance Taylor  <ian@airs.com>
11586         * MAINTAINERS: Update my e-mail address.
11588 2003-05-19  Nathanael Nerode  <neroden@gcc.gnu.org>
11590         * configure.in: Switch more things to use maybe dependencies.
11591         * Makefile.tpl: Switch more things to use maybe dependencies.
11592         Factor out common code from autogen IF statements.
11593         * configure: Regenerate.
11594         * Makefile.in: Regenerate.
11596 2003-05-14  Kelley Cook  <kelleycook@wideopenwest.com>
11598         * configure.in: Accept i[3456789]86 for machine type.
11599         * configure: Regenerate.
11601 2003-05-18  Nathanael Nerode  <neroden@gcc.gnu.org>
11603         * configure.in: Switch more things to use maybe dependencies.
11604         Rearrange a little.  Use GCC_TOPLEV_SUBDIRS.
11605         * configure: Regenerate.
11606         * Makefile.tpl: Switch more things to use maybe dependencies.
11607         * Makefile.in: Regenerate.
11609 2003-05-16  Andreas Schwab  <schwab@suse.de>
11611         * Makefile.tpl (install-opcodes): Define.
11612         * Makefile.in: Rebuild.
11614 2003-05-13  Andreas Jaeger  <aj@suse.de>
11616         * config.guess: Update to 2003-05-09 version.
11617         * config.sub: Update to 2003-05-09 version.
11619 2003-05-13  Michael Eager  <eager@mvista.com>
11621         * configure.in: Correct sed script so that options in quotes are not
11622         deleted.
11623         * configure: Rebuild.
11625 2003-05-12  Corinna Vinschen  <corinna@vinschen.de>
11627         * configure.in (FLAGS_FOR_TARGET): Remove $$s/newlib/libc/sys/cygwin
11628         and $$s/newlib/libc/sys/cygwin32 include paths.
11629         * configure: Ditto.
11631 2003-05-12  Michael Meissner  <gnu@the-meissners.org>
11633         * MAINTAINERS: Update my email addresses.
11635 2003-05-06  Eric Botcazou  <ebotcazou@libertysurf.fr>
11637         * config-ml.in: Propagate INSTALL variables.
11639 2003-05-04  Gerald Pfeifer  <pfeifer@dbai.tuwien.ac.at>
11641         * MAINTAINERS: Remove duplicate entries in Write After Approval.
11643 2003-05-02  Chris Demetriou  <cgd@broadcom.com>
11645         * Makefile.tpl: Require "makeinfo" from texinfo 4.2 or later.
11646         * Makefile.in: Regenerate.
11648 2003-05-02  Wolfgang Bangerth  <bangerth@dealii.org>
11650         * MAINTAINERS (GNATS only): Add Falk Hueffner.
11652 2003-04-30  Wolfgang Bangerth  <bangerth@dealii.org>
11654         * MAINTAINERS (GNATS only): Add Giovanni Bajo.
11656 2003-04-27  Daniel Jacobowitz  <drow@mvista.com>
11658         * Makefile.tpl: Clean $(BUILD_SUBDIR).
11659         * Makefile.in: Regenerated.
11661 2003-04-25  Wolfgang Bangerth  <bangerth@dealii.org>
11663         * MAINTAINERS (Write After Approval): Upgrade myself from
11664         GNATS only to write-after-approval. Update my mail address.
11666 2003-04-25  Loren J. Rittle  <ljrittle@acm.org>
11668         (OS Port Maintainers: freebsd): Add myself.
11670 2003-04-22  Mark Mitchell  <mark@codesourcery.com>
11672         * MAINTAINERS (java): Remove Alexandre Petit-Bianco.
11674 2003-04-22  Kean Johnston  <jkj@sco.com>
11676         * MAINTAINERS (SCO ports): Added myself.
11678 2003-04-21  Nathan Sidwell  <nathan@codesourcery.com>
11680         * MAINTAINERS (gcov): Add myself and Jan Hubicka.
11682 2003-04-19  Kean Johnston  <jkj@sco.com>
11684         * MAINTAINERS (Write After Approval): Add myself.
11686 2003-04-18  Gerald Pfeifer  <pfeifer@dbai.tuwien.ac.at>
11688         * Makefile.tpl (MAKEINFOFLAGS): Default to --split-size=5000000.
11689         * Makefile.in: Regenerate.
11691 2003-04-18  Jakub Jelinek  <jakub@redhat.com>
11693         * configure.in (powerpc64*-*-linux*): Remove.
11694         * configure: Rebuilt.
11696 2003-04-17  Phil Edwards  <pme@gcc.gnu.org>
11698         * Makefile.tpl (GCC_STRAP_TARGETS):  New variable containing all the
11699         previous bootstrap targets, plus bubblestrap, quickstrap, cleanstrap,
11700         and restrap.
11701         * Makefile.in:  Regenerate.
11703 2003-04-16  Richard Earnshaw  <rearnsha@arm.com>
11705         * configure.in (arm-*-netbsdelf*): Enable building java libraries.
11706         * configure: Regenerated.
11708 2003-04-15  DJ Delorie  <dj@redhat.com>
11710         * MAINTAINERS: Remove myself as windows/cygwin/mingw maintainer.
11712 2003-04-13  Nick Clifton  <nickc@redhat.com>
11714         * config-ml.in: Remove support for --disable-aix removing
11715         call-aix multilibs.
11717 2003-04-10  Alexandre Oliva  <aoliva@redhat.com>
11719         * libtool.m4 (lt_cv_deplibs_check_method): Use pass_all on mips*.
11720         * */configure: Rebuilt.
11722 2003-04-08  Joel Sherrill  <joel@oarcorp.com>
11724         * MAINTAINERS: Add my email address.
11726 2003-03-17  Olivier Hainque  <hainque@act-europe.fr>
11728         * MAINTAINERS (Write After Approval): Add myself.
11730 2003-03-14  Nathanael Nerode  <neroden@gcc.gnu.org>
11732         * Makefile.tpl: Move .NOEXPORT, MAKEOVERRIDES back down.
11733         * Makefile.in: Regenerate.
11735 2003-03-14  Michael Chastain  <mec@shout.net>
11737         * Makefile.in: Regenerate with correct Makefile.def.
11739 2003-03-12  Nathanael Nerode  <neroden@gcc.gnu.org>
11741         * Makefile.tpl: Move .NOEXPORT, MAKEOVERRIDES up.  Delete unused
11742         Make macro.
11743         * Makefile.in: Regenerate.
11744         * configure.in: Clean up gxx_include_dir logic.
11745         * configure: Regenerate.
11747 2003-03-12  Ansgar Esztermann  <ansgar@thphy.uni-duesseldorf.de>
11749         * MAINTAINERS (Write After Approval): Add myself.
11751 2003-03-10  Ben Elliston  <bje@wasabisystems.com>
11753         * MAINTAINERS: Update my mail address.
11755 2003-03-09  Franz Sirl  <Franz.Sirl-kernel@lauterbach.com>
11757         * configure.in (gxx_include_dir): Fix typo.
11758         * configure: Regenerated.
11760 2003-03-04  Nathanael Nerode  <neroden@gcc.gnu.org>
11762         * Makefile.tpl: Reindent.
11763         * Makefile.in: Regenerate.
11764         * configure.in: Reindent.  Don't set unused variables.
11765         * configure: Regenerate.
11767 2003-03-04  Daniel Jacobowitz  <drow@mvista.com>
11769         * configure.in: Include $(build_tooldir)/sys-include in
11770         FLAGS_FOR_TARGET.
11771         * configure: Regenerated.
11773 2003-03-04  Nathanael Nerode  <neroden@gcc.gnu.org>
11775         * Makefile.tpl: Always pass down RANLIB.
11776         * Makefile.in: Regenerate.
11778         * Makefile.tpl: Don't set unused enable_shared, enable_threads macros.
11779         * Makefile.in: Regenerate.
11780         * configure.in: Remove unused logic relating to --enable-shared
11781         and --enable-threads.  Remove bogus comments.  Remove redundant
11782         noconfigdirs.
11783         * configure: Regenerate.
11785         * configure.in: Replace ${libstdcxx_version} by its value.
11786         Remove reference to mh-dgux.
11787         * configure: Regenerate.
11789 2003-03-03  Kevin Buettner  <kevinb@redhat.com>
11791         * MAINTAINERS (Write After Approval): Add myself.
11793 2003-02-28  Nathanael Nerode  <neroden@gcc.gnu.org>
11795         * Makefile.tpl: Rearrange.
11796         * Makefile.in: Regenerate.
11798 2003-02-25  Uwe Stieber  <uwe@wwws.de>
11800         * configure.in: Add support for kaOS as cross build target system.
11801         * configure: Regenerated.
11803 2003-02-24  Steven Bosscher  <steven@gcc.gnu.org>
11805         * MAINTAINERS (Write after approval): Add myself.
11807 2003-02-21  James E Wilson  <wilson@tuliptree.org>
11809         * MAINTAINERS: Update my email address.
11811 2003-02-21  Zack Weinberg  <zack@codesourcery.com>
11813         * MAINTAINERS: Add self to blanket write privs. section.
11815 2003-02-20  Sean McNeil  <sean@blue.mcneil.com>
11817         * Makefile.tpl: Add definition of CPPFLAGS to pass into
11818         configure-target-* as some target builds may require additional
11819         flags for preprocessor tests.
11820         * Makefile.in: Regenerated.
11822 2003-02-19  Alexandre Oliva  <aoliva@redhat.com>
11824         * libtool.m4 (LD): Append -melf* option to LD on IRIX with GNU ld.
11825         * ltconfig: Handle it.
11826         * ltcf-cxx.sh: Use with_gnu_ld passed as a shell variable instead of
11827         auto-detecting it.
11829         * ltcf-cxx.sh: Replace $linker_flags with $compiler_flags wherever
11830         it is used as argument to $CC.
11831         * ltcf-gcj.sh: Likewise.
11833         * configure.in: Introduce --enable-maintainer-mode.
11834         * configure: Rebuilt.
11835         * Makefile.tpl (Makefile.in, configure): Enable dependencies only
11836         for maintainer mode.
11837         * Makefile.in: Rebuilt.
11839 2003-02-18  Jason Merrill  <jason@redhat.com>
11841         * Makefile.tpl (check-c++): Allow parallelism.
11843 2003-02-16  Gerald Pfeifer  <pfeifer@dbai.tuwien.ac.at>
11845         * MAINTAINERS: Remove John Carr (who never actually had access to
11846         gcc.gnu.org).
11848 2003-02-15  Geoffrey Keating  <geoffk@apple.com>
11850         * configure.in (*-*-darwin*): Rename from powerpc*-*-darwin*,
11851         don't configure target-libobjc.
11852         * configure: Regenerate.
11854 2003-02-14  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
11856         * Makefile.tpl (RANLIB): Define.
11857         * Makefile.in: Regenerate.
11859 2003-02-08  Laurynas Biveinis  <laurynas.biveinis@mif.vu.lt>
11861         * MAINTAINERS: Update my email.
11863 2003-02-06  Keith R Seitz  <keiths@redhat.com>
11865         * Makefile.def: Remove "snavigator", "grep", and "db" modules.
11866         * Makefile.tpl: Remove "all-snavigator" and "all-grep".
11867         * Makefile.in: Regenerated.
11868         * configure.in: Remove all traces of snavigator, db, and grep.
11869         * configure: Regenerated.
11871 2003-02-06  Gerald Pfeifer  <pfeifer@dbai.tuwien.ac.at>
11873         * MAINTAINERS: Remove duplicate entry for Bernd Schmidt from Write
11874         After Approval.
11876 2003-02-02  Christian Cornelssen  <ccorn@cs.tu-berlin.de>
11878         * MAINTAINERS (Write after approval): Add myself.
11880 2003-01-31  Frank Ch. Eigler  <fche@redhat.com>
11882         * Makefile.tpl (all-sid): Add libiberty/bfd/opcodes dependencies.
11883         * Makefile.in: Regenerated.
11885 2003-01-30  Roger Sayle  <roger@eyesopen.com>
11887         * config.guess: Updated to 2003-01-30's version.
11888         * config.sub: Updated to 2003-01-28's version.
11890 2003-01-30  Alexandre Oliva  <aoliva@redhat.com>
11892         * config.if: If gcc_version is already set, just use it.  Don't set
11893         gcc_version_trigger if it's already set, otherwise set it to
11894         gcc/version.c, but only if the file exists.  If it is not set and
11895         gcc/version.c does not exist, try to extract the version number from
11896         $CC.
11898 2003-01-29  Andreas Tobler  <a.tobler@schweiz.ch>
11900         * MAINTAINERS: Add myself to write-after-approval list.
11902 2003-01-27  Phil Edwards  <pme@gcc.gnu.org>
11904         * configure.in:  Revert 24Jan change.
11905         * configure:  Regenerate.
11907 2003-01-25  Gerald Pfeifer  <pfeifer@dbai.tuwien.ac.at>
11909         * MAINTAINERS: Remove incorrect entry for Paul Eggert.  Fix
11910         entry of HJ Lu.
11912 2003-01-23  Nathanael Nerode  <neroden@gcc.gnu.org>
11914         * configure.in: Revert previous change.
11915         * configure: Regenerate.
11917 2003-01-23  Nathanael Nerode  <neroden@gcc.gnu.org>
11919         * configure.in: Make rda native-only.
11920         * configure: Regenerate.
11922 2003-01-22  Volker Reichelt  <reichelt@igpm.rwth-aachen.de>
11924         * MAINTAINERS: Move myself from GNATS-only-accounts to
11925         write-after-approval.
11927 2003-01-19  Nathanael Nerode  <neroden@gcc.gnu.org>
11929         * configure.in: Add missing \.
11930         * configure: Rebuilt.
11932 2003-01-17  Jakub Jelinek  <jakub@redhat.com>
11934         * configure.in (baseargs): Avoid using \| in sed regular
11935         expressions.
11936         * configure: Rebuilt.
11938 2003-01-16  Jakub Jelinek  <jakub@redhat.com>
11940         * configure.in (baseargs): Remove all supported forms of
11941         --cache-file, --srcdir, --host, --build and --target options
11942         from argument lists.
11943         * configure: Rebuilt.
11945 2003-01-15  Josef Zlomek  <zlomekj@suse.cz>
11947         * MAINTAINERS: Add myself to write-after-approval list.
11949 2003-01-15  Alexandre Oliva  <aoliva@redhat.com>
11951         * configure.in (noconfigdirs): Don't skip gas on IRIX 6.
11952         * configure: Rebuilt.
11954 2003-01-09  Nathanael Nerode  <neroden@gcc.gnu.org>
11956         * configure.in: Substitute TOPLEVEL_CONFIGURE_ARGUMENTS.
11957         * Makefile.tpl: Pass TOPLEVEL_CONFIGURE_ARGUMENTS to gcc.
11958         * Makefile.in: Regenerate.
11959         * configure: Regenerate.
11961 2003-01-09  Alexandre Oliva  <aoliva@redhat.com>
11963         * configure.in: Remove Makefile in build, host and target modules
11964         unless configure was run with --no-recursion.
11965         * configure: Rebuilt.
11967 2003-01-09  Christian Cornelssen  <ccorn@cs.tu-berlin.de>
11969         * Makefile.tpl (BASE_FLAGS_TO_PASS): Also pass DESTDIR.
11970         (install-info, dir.info): Prepend $(DESTDIR) to $(infodir).
11971         * Makefile.in: Regenerate.
11973 2003-01-08  Chris Demetriou  <cgd@broadcom.com>
11975         * config.guess: Update to 2003-01-03 version.
11976         * config.sub: Update to 2003-01-03 version.
11978 2003-01-07  Christopher Faylor  <cgf@redhat.com>
11980         * configure: Regenerate with proper autoconf 2.13.
11982 2003-01-07  Christopher Faylor  <cgf@redhat.com>
11984         * configure.in: Add AC_PREREQ for consistency.
11985         * configure: Regenerate.
11987 2003-01-06  Andrew Cagney  <ac131313@redhat.com>
11989         * configure.in (GDB_TK): Add tcl directories conditional on
11990         gdb/gdbtk directory being present.
11991         * configure: Regenerate.
11993 2003-01-04  John David Anglin  <dave.anglin@nrc.ca>
11995         * configure.in (LD): Improve test for gcc.  Try to set LD to the ld
11996         used by gcc if LD is not defined and we are not doing a Canadian Cross.
11997         * configure: Rebuilt.
11999 2002-12-31  Tom Tromey  <tromey@redhat.com>
12001         * Makefile.in: Rebuilt.
12002         * Makefile.def (target_modules) [libffi]: Allow installation.
12004 2002-12-31  Andreas Schwab  <schwab@suse.de>
12006         * configure.in: Fix use of $program_transform_name.
12007         * configure: Regenerated.
12009 2002-12-30  Daniel Jacobowitz  <drow@mvista.com>
12011         * configure.in (baseargs): Don't remove first configure argument.
12012         * configure: Regenerated.
12014 2002-12-29  Alexandre Oliva  <aoliva@redhat.com>
12016         * Makefile.tpl (local-distclean): Don't remove...
12017         (multilib.ts): ... this.  Moved into...
12018         (multilib.out): ... this.  Don't use sub-make.
12019         ($(BUILD_SUBDIR)/[+module+]/Makefile, [+module+]/Makefile,
12020         $(TARGET_SUBDIR)/[+module+]/Makefile, gcc/Makefile): Moved into...
12021         (configure-build-[+module+], configure-[+module+],
12022         configure-target-[+module+], configure-gcc): ... these.  Test
12023         for Makefile existence.  Drop config.status from dependencies.
12024         * Makefile.in: Rebuilt.
12025         * configure.in: Move gcc-version-trigger to the end of
12026         ac_configure_args.  Add comments to maybedep.tmp and
12027         serdep.tmp.  Introduce --disable-serial-configure.  Remove
12028         nonopt from baseargs, matching and removing corresponding
12029         whitespace while at it.
12030         * configure: Rebuilt.
12032 2002-12-28  Alexandre Oliva  <aoliva@redhat.com>
12034         * configure.in (host_configargs): Replace reference to
12035         no-longer-defined buildopts with --build=${build_alias}.
12036         * configure: Rebuilt.
12038         * Makefile.tpl ($(NOTPARALLEL)): Move to the end.  Bring uses of
12039         program_transform_name to standard idiom.
12040         (AUTOGEN, AUTOCONF): Define.
12041         (Makefile.in): Use $(AUTOGEN).
12042         (Makefile): Depend on config.status, and use autoconf-style rule to
12043         build it.  Move original commands to...
12044         (config.status): ... this new target.
12045         (configure): Add $(srcdir).  Depend on config/acx.m4.  Use
12046         $(AUTOCONF).
12047         * Makefile.in: Rebuilt.
12049 2002-12-28  Nathanael Nerode  <neroden@gcc.gnu.org>
12051         * Makefile.tpl: Fix dramatic bustage due to change in
12052         program_transform_name.
12053         * Makefile.in: Regenerate.
12055         * configure.in: Remove unnecessary PATH setting.
12056         * configure: Regnerate.
12058         * configure.in: Don't default to unprefixed tools unless
12059         the native tools will work.
12060         * configure: Regenerate.
12062         * configure.in: Convert to autoconf script.  Blow away lots
12063         of now-redundant Makefile fragments.
12064         * configure: Generate using Autoconf.
12065         * Makefile.tpl: Rewrite to reflect autoconfiscation.
12066         * Makefile.in: Regenerate.
12068 2002-12-27  Nathanael Nerode  <neroden@gcc.gnu.org>
12070         * configure: Fix stupid bug where RANLIB was mistakenly included.
12072         * configure.in: Rename (buildargs, hostargs, targargs) to
12073         (build_configargs, host_configargs, target_configargs).
12075         * configure.in: Move logic out of sed statement.
12077         * configure: Remove unneeded 'export's.  Make CC_FOR_TARGET,
12078         CXX_FOR_TARGET, GCJ_FOR_TARGET substituted in configure.in only.
12080 2002-12-25  Svein E. Seldal  <Svein.Seldal@solidas.com>
12082         * config.sub: Import from master repository
12083         * config.guess: Ditto
12085 2002-12-24  Andreas Schwab  <schwab@suse.de>
12087         * Makefile.tpl (multilib.out): Fix missing space.
12088         * Makefile.in: Regenerate.
12090 2002-12-23  Nathanael Nerode  <neroden@gcc.gnu.org>
12092         * Makefile.tpl: Use shared multilib.out.  Use move-if-change for it.
12093         Convert (cd foo; make) to (cd foo && make).  Clean up multilib.out.
12094         * Makefile.in: Regenerate.
12095         * configure.in: Remove unnecessary leftovers.
12097 2002-12-21  Geoffrey Keating  <geoffk@apple.com>
12099         * configure.in (extra_ranlibflags_for_target): New variable.
12100         (*-*-darwin): Add -c to ranlib commands.
12101         * configure (tooldir): Handle extra_ranlibflags_for_target.
12103 2002-12-19  Nathanael Nerode  <neroden@gcc.gnu.org>
12105         * Makefile.tpl: Revert HJL's change.
12106         * Makefile.in: Regenerated.
12107         * configure.in: Put build_prefix before $(BUILD_SUBDIR) here, and
12108         always.
12110 2002-12-19  Andreas Schwab  <schwab@suse.de>
12112         * Makefile.tpl, configure.in: Substitute libstdcxx_incdir.
12113         * Makefile.in: Regenerate.
12115 2002-12-18  H.J. Lu  <hjl@gnu.org>
12117         * Makefile.tpl: Add @build_prefix@ before $(BUILD_SUBDIR).
12118         * Makefile.in: Regenerated.
12120         * configure.in (build_prefix): New. Substitute.
12122 2002-12-18  Nathanael Nerode  <neroden@gcc.gnu.org>
12124         * Makefile.tpl: Don't let real targets depend on phony targets.
12125         * Makefile.in: Regenerate.
12127         * Makefile.tpl (do-info): Depend on maybe-all-texinfo, not all-texinfo.
12128         * Makefile.in: Regenerate.
12130 2002-12-17  Svein E. Seldal  <Svein.Seldal@solidas.com>
12132         * config.sub: Import from master repository
12133         * config.guess: Ditto
12135 2002-12-16  Jason Merrill  <jason@redhat.com>
12137         * Makefile.tpl (all-gcc): Use 'make quickstrap' if there was a
12138         previous 'make bootstrap'.
12139         * Makefile.in: Regenerate.
12141 2002-12-17  Hans-Peter Nilsson  <hp@bitrange.com>
12143         * configure.in (noconfigdirs) [mmix-*-*]: Disable libgloss and gdb.
12145 2002-12-13  Nathanael Nerode  <neroden@gcc.gnu.org>
12147         * configure.in, Makefile.tpl, Makefile.def: Remove tclX.
12148         * Makefile.in: Regenerate.
12150 2002-12-13  Jason Merrill  <jason@redhat.com>
12152         * Makefile.tpl (check-gcc-c++): Renamed from check-c++.  Don't run
12153         library tests.
12154         (check-c++): Just depend on it and check-target-libstdc++-v3.
12155         * Makefile.in: Regenerate.
12157 2002-12-12  Alexandre Oliva  <aoliva@redhat.com>
12159         * Makefile.tpl (configure-target-rda): Depend on $(ALL_GCC_C).
12160         * Makefile.in: Rebuilt.
12162 2002-12-12  Alexandre Oliva  <aoliva@redhat.com>
12164         * Makefile.in (configure-target-rda): Depend on ALL_GCC_C.
12166 2002-12-10  Nathanael Nerode  <neroden@gcc.gnu.org>
12168         * configure: Fix bug put in by gremlins.
12170         * Makefile.tpl: Substitute more autoconfily.
12171         * configure: Substitute more autoconfily.
12172         * Makefile.in: Regenerate.
12174 2002-12-09  Svein E. Seldal  <Svein.Seldal@solidas.com>
12176         * config.sub: Import from master repository
12177         * config.guess: Ditto
12178         * MAINTAINERS: Added Svein Seldal under write after approval
12180 2002-12-08  Andrew Cagney  <ac131313@redhat.com>
12182         * Makefile.tpl (all-sim): Depend on maybe-configure-gdb.
12183         * Makefile.in (all-sim): Ditto.
12185 2002-12-06  DJ Delorie  <dj@redhat.com>
12187         * Makefile.tpl: Change configure dependencies to not have real
12188         targets depend on phony targets.
12190 2002-12-05  Nathanael Nerode  <neroden@gcc.gnu.org>
12192         * configure.in: Revert unintentional change.
12194         * Makefile.tpl: Change dependency for */multilib.out so that
12195         it works when gcc isn't in the tree.
12197         * configure.in: Substitute more.
12198         * configure: Run subconfigures from the Makefile.
12199         * Makefile.tpl: Run subconfigures from the Makefile; add a few
12200         convenience targets.  Make sure gcc isn't rebuilt after bootstrap.
12202 2002-12-05  Gerald Pfeifer  <pfeifer@dbai.tuwien.ac.at>
12204         * MAINTAINERS: Add Christian Ehrhardt under "GNATS only".
12206 2002-12-03  Nathanael Nerode  <neroden@gcc.gnu.org>
12208         * Makefile.tpl: Add targets for configuring host subdirs in Makefile,
12209         and corresponding dependencies.
12210         * Makefile.in: Regenerate.
12212         * configure.in (host_tools): Order binutils, gas and ld for
12213         convenience in running the testsuites.
12215         * Makefile.tpl: Introduce rules to serialize subconfigure runs.
12216         * Makefile.in: Regenerate.
12217         * configure.in: Introduce rules to serialize subconfigure runs.
12219         * configure.in: Introduce BASE_CC_FOR_TARGET.
12220         * Makefile.tpl: Reorganize and comment.  Introduce HOST_CONFIGARGS.
12221         Realize configure-build-* targets.  Realize configure-target-* targets.
12222         * Makefile.in: Regenerate.
12224 2002-12-02  Nathanael Nerode  <neroden@gcc.gnu.org>
12226         * configure: Move gcc_version_trigger stuff from here...
12227         * configure.in: ...to here.
12229         * configure.in: Separate subconfigure options added by this file from
12230         options given by the user.  Add machinery to put args for host
12231         subconfigures into the Makefile.
12233         * Makefile.tpl: Remove 'vault' targets.
12234         * Makefile.tpl: Reorder and comment dependencies.
12235         * Makefile.in: Regenerate.
12237 2002-12-01  Nathanael Nerode  <neroden@gcc.gnu.org>
12238         * configure.in: Fix my broken commit of previous patch. (sigh)
12240 2002-11-28  Geoffrey Keating  <geoffk@apple.com>
12242         * configure.in: Move host-specific darwin noconfigdirs into
12243         the host-specific section.
12245 2002-11-28  Geoffrey Keating  <geoffk@apple.com>
12247         * configure.in: Move host-specific darwin noconfigdirs into
12248         the host-specific section.
12250 2002-11-26  Nathanael Nerode  <neroden@gcc.gnu.org>
12252         * configure: Remove skip-this-dir support.
12253         * Makefile.tpl: Remove skip-this-dir support.
12255         * Makefile.tpl: Remove leftover support for non-autoconfiscated
12256         subdirectories.
12257         * Makefile.in: Regenerate.
12259         * Makefile.tpl: Strip out useless setting of 'dir'.
12260         * Makefile.in: Regenerate.
12262 2002-11-22  Nathanael Nerode  <neroden@gcc.gnu.org>
12264         * configure.in: Fix deeply stupid bug.
12266         * configure.in: Introduce RAW_CXX_FOR_TARGET and simplify embedded
12267         shell code in CXX_FOR_TARGET
12268         * Makefile.def: Introduce raw_cxx.
12269         * Makefile.tpl: Use raw_cxx to select between CXX_FOR_TARGET and
12270         RAW_CXX_FOR_TARGET.
12271         * Makefile.in: Regenerate.
12273 2002-11-21  Nathanael Nerode  <neroden@gcc.gnu.org>
12275         * Makefile.tpl: Remove unnecessary ifs.
12276         * Makefile.in: Regenerate.
12278         * Makefile.tpl: Implement soft dependency machinery.  Maybe-ize
12279         dependencies.  Maybe-ize build-libiberty.  Create dummy install
12280         targets for 'no_install' modules.
12281         * configure: Move GDB_TK substitution to configure.in.  Move
12282         build_modules stuff to configure.in.
12283         * configure.in: Implement soft dependency machinery.  Maybe-ize
12284         GDB_TK, rearrange slightly.  Move build_modules stuff from configure.
12285         * Makefile.in: Regenerate.
12287 2002-11-19  Nathanael Nerode  <neroden@gcc.gnu.org>
12289         * Makefile.tpl: Make all-target, install-target behave similarly
12290         to all, install (only hitting configured targets).  Eliminate
12291         unused macro defintions.
12293         * Makefile.tpl: Add all-gcc: all-build-libiberty dependency when
12294         build != host.
12296         * Makefile.tpl: Add all-gcc: all-libiberty dependency.
12298         * ltcf-c.sh, ltcf-gcj.sh, Makefile.tpl: Correct BUILD/HOST confusion.
12300         * configure.in: Produce lists of subdir targets we're actually
12301         configuring.  Remove references to "dosrel".
12302         * Makefile.tpl: Let configure set which subdir targets are hit.
12303         Remove install-cross; clean up install; remove ALL.  Remove
12304         references to "dosrel".  Remove "EXTRA_TARGET_HOST" hackery.
12305         Autogenerate host module targets.  Remove empty dependency lines
12306         and redundant dependency; rearrange slightly.
12307         * Makefile.def: Add host-side libtermcap, utils.
12309         * Makefile.in: Regenerate.
12311 2002-11-19  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
12313         * ltconfig (osf[345]): Append $major to soname_spec.
12314         Reflect this in library_names_spec.
12315         * ltmain.sh (osf): Prefix $major with . for use as extension.
12317 2002-11-19  Andreas Jaeger  <aj@suse.de>
12319         * libtool.m4 (libtool_flags): Add patch from libtool CVS: Support
12320         linking of 32-bit libraries with ld on the x86-64, ppc64, s390x
12321         and sparc64 GNU/Linux systems.
12323 2002-11-19  Nathan Sidwell  <nathan@codesourcery.com>
12325         * MAINTAINERS: Update email.
12327 2002-11-18  Gerald Pfeifer  <pfeifer@dbai.tuwien.ac.at>
12329         * MAINTAINERS: Complete James Dennett's entry.
12331 2002-11-15  Eric Botcazou  <ebotcazou@libertysurf.fr>
12333         * MAINTAINERS (Write After Approval): Add myself.
12335 2002-11-13  Bruce Korb  <bkorb@gnu.org>
12337         * Makefile.tpl: syntactic cleanup
12339 2002-11-13  Stuart Hastings  <stuart@apple.com>
12341         * MAINTAINERS: Add myself to write-after-approval list.
12343 2002-11-12  Nathanael Nerode  <neroden@gcc.gnu.org>
12345         * Makefile.def: Add list of recursive targets to autogenerate.
12346         Add build_modules.
12347         * Makefile.tpl: Autogenerate do-* targets.  Autogenerate *-target-*
12348         targets.  Autogenerate *-build-* targets.
12349         * Makefile.in: Regenerate.
12351 2002-11-12  Nathanael Nerode  <neroden@gcc.gnu.org>
12353         * configure: More autoconf-style substitutions.
12354         * Makefile.tpl: More autoconf-style substitutions.
12355         * Makefile.in: Regenerate.
12357 2002-11-11  Nathanael Nerode  <neroden@gcc.gnu.org>
12359         * configure: Substitute more variables in a more autoconf-friendly
12360         way.  Simplify slightly.
12361         * Makefile.tpl: Make more variables substitutable in an
12362         autoconf-friendly way.
12363         * Makefile.in: Regenerate.
12365 2002-11-11  Jonathan Wakely  <redi@gcc.gnu.org>
12367         * MAINTAINERS (Write After Approval): Add myself.
12369 2002-11-10  Nathanael Nerode  <neroden@gcc.gnu.org>
12371         * configure.in (v810*): Remove special setting of tools.
12373         * configure: Add support for extra required flags for ar or nm.
12374         * configure.in (aix4.3+): Use above support for target-specific
12375         issues, rather than using config/mt-aix43.
12377 2002-11-09  Nathanael Nerode  <neroden@gcc.gnu.org>
12379         * configure: Remove 'removing', which doesn't work.  Replace $subdir
12380         with . everywhere.  Replace $subdirs with ''.  Replace $makesrcdir
12381         with $srcdir.  Reformat indentation.  Substitute some variables
12382         formerly hard-coded in the Makefile for build=host.
12383         * Makefile.tpl: Autogenerate more; make more autoconf-friendly.
12384         * Makefile.def: Autogenerate more.
12385         * Makefile.in: Regenerate.
12387 2002-11-04  Adam Nemet  <anemet@lnxw.com>
12389         * MAINTAINERS (Write After Approval): Add myself.
12391 2002-11-04  Kevin Buettner  <kevinb@redhat.com>
12393         * Makefile.def (host_modules): Add rda.
12394         * Makefile.in: Regenerate.
12395         * configure.in (target_tool): Add target-rda to list.
12397 2002-10-28  Gerald Pfeifer  <pfeifer@dbai.tuwien.ac.at>
12399         * MAINTAINERS: Remove "co-maintainer" note for web pages.
12401 2002-10-25  Phil Edwards  <pme@gcc.gnu.org>
12403         * Makefile.tpl (bootstrap):  Add bubblestrap, quickstrap, cleanstrap,
12404         and restrap targets to this rule.
12405         * Makefile.in:  Regenerate.
12407 2002-10-25  Gerald Pfeifer  <pfeifer@dbai.tuwien.ac.at>
12409         * MAINTAINERS: Add Wolfgang Bangerth and Volker Reichelt under
12410         GNATS only accounts.
12412 2002-10-24  Hans-Peter Nilsson  <hp@bitrange.com>
12414         * configure.in (i[3456]86-*-linux*): Add check to disable
12415         ${libgcj} for glibc1.
12417 2002-10-24  Denis Chertykov  <denisc@overta.ru>
12419         * MAINTAINERS: Add myself as ip2k port maintainer.
12421 2002-10-07  Svein E. Seldal  <Svein.Seldal@solidas.com>
12423         * configure.in: Add tic4x target.
12425 2002-10-03  Nathanael Nerode  <neroden@gcc.gnu.org>
12427         * Makefile.tpl: Make SET_LIB_PATH substitution more autoconfy.
12428         * configure.in: Make SET_LIB_PATH substitution more autoconfy.
12429         * Makefile.in: Regenerate.
12431         * Makefile.tpl: Make RPATH_ENVVAR substitution more autoconfy.
12432         * configure.in: Make RPATH_ENVVAR substitution more autoconfy.
12433         * Makefile.in: Regenerate.
12435 2002-10-02  Janis Johnson  <janis187@us.ibm.com>
12437         * MAINTAINERS: Add myself as web pages co-maintainer.
12439 2002-10-02  Nathanael Nerode  <neroden@gcc.gnu.org>
12441         * Makefile.tpl: Eliminate reference to all-gui, all-libproc.
12442         * Makefile.in: Regenerate.
12444 2002-10-02  Zack Weinberg  <zack@codesourcery.com>
12446         * MAINTAINERS: Add myself and Nathan Sidwell
12447         <nathan@codesourcery.com> as VxWorks maintainers.
12449 2002-10-02  Nathanael Nerode  <neroden@gcc.gnu.org>
12451         * Makefile.def: Remove order dependency comments.
12452         * Makefile.tpl: Add explicit install-install dependencies.
12453         * Makefile.in: Regenerate.
12455         * Makefile.tpl: Remove material now in src-release.  (Finally!)
12456         * Makefile.in: Regenerate.
12458         * Makefile.tpl: Add configure-target (for src-release in src)
12459         * Makefile.in: Regenerate.
12461 2002-09-30  Nick Clifton  <nickc@redhat.com>
12463         * Makefile.in (BINUTILS_SUPPORT_DIRS): Add cpu directory.
12465 2002-09-30  Ulrich Weigand  <uweigand@de.ibm.com>
12467         * configure.in (s390*-*-linux*): Enable libgcj.
12469 2002-09-29  Nathanael Nerode  <neroden@gcc.gnu.org>
12471         * configure: Revert accidentally applied changes.
12473         * Makefile.tpl: Make more autoconf-friendly.
12474         * Makefile.in: Regenerate.
12475         * configure: Make substitution more autoconf-like.
12477 2002-09-28  Richard Earnshaw  <rearnsha@arm.com>
12479         * configure.in (arm-*-coff, strongarm-*-coff, xscale-*-coff): Use a
12480         single entry to handle all these.
12481         (arm-*-elf, strongarm-*-elf, xscale-*-elf): Likewise.  Also enable
12482         libjava on arm-*-elf.
12484 2002-09-27  Geoffrey Keating  <geoffk@apple.com>
12486         * configure.in (powerpc-*-darwin*): Don't configure BFD, TK, or the
12487         things that depend on them.
12489 2002-09-25  Nathanael Nerode  <neroden@gcc.gnu.org>
12491         * Makefile.tpl: Make subsituted variables more autoconfy.
12492         * Makefile.in: Regenerate.
12493         * configure: Make seds more autoconfy.
12495 2002-09-25  Nathanael Nerode  <neroden@gcc.gnu.org>
12497         * Makefile.tpl: Rewrite substituted lines to look autoconfy.
12498         * Makefile.in: Regenerate.
12499         * configure.in: Rewrite sed statements to look autoconfy.
12501         * Makefile.tpl: Autogenerate *-target-* lists, dependencies of
12502         all-target-foo on configure-target-foo.
12503         * Makefile.def: Ditto.
12504         * Makefile.in: Rebuild.
12506 2002-09-25  Andrew Haley  <aph@redhat.com>
12508         * MAINTAINERS: Add aph@redhat.com as Java maintainer.
12510 2002-09-22  Nathanael Nerode  <neroden@gcc.gnu.org>
12512         * Makefile.def: New file.
12513         * Makefile.tpl: New file.
12514         * Makefile.in: Generate from Makefile.tpl with 'autogen Makefile.def'.
12515         * contrib/gcc_update: Note that Makefile.in is a generated file.
12517         * configure.in: Minor rearrangement.  Simplify tests.
12519 2002-09-22  Jason Thorpe  <thorpej@wasabisystems.com>
12521         * configure.in (with_headers): Skip copy if value is "yes".
12522         (with_libs): Likewise.
12524 2002-09-20  Nathanael Nerode  <neroden@gcc.gnu.org>
12526         * configure.in (*-*-netbsd*): Use noconfigdirs, not skipdirs.
12527         * configure.in (sh*-*-pe*): Ditto.
12528         * configure.in (mips*-*-pe*): Ditto.
12529         * configure.in (*arm-wince-pe): Ditto.
12531         * configure.in: Rearrange.
12533 2002-09-14  Kazu Hirata  <kazu@cs.umass.edu>
12535         * MAINTAINERS: Update my email address.
12537 2002-08-30  Paul Koning  <pkoning@equallogic.com>
12539         * MAINTAINERS: (Write After Approval): Add myself.
12541 2002-08-29  Geoffrey Keating  <geoffk@redhat.com>
12543         * MAINTAINERS: Update Jason Eckhardt's address, remove i860.
12545 2002-08-24  Geoffrey Keating  <geoffk@redhat.com>
12547         * MAINTAINERS: Change my mailing address.
12549 2002-08-21  Paolo Carlini  <pcarlini@unitus.it>
12551         * MAINTAINERS (Write After Approval): Remove myself.
12552         (Various Maintainers: c++ runtime libs): Add myself.
12554 2002-08-20  Loren J. Rittle  <ljrittle@acm.org>
12556         * MAINTAINERS (Write After Approval): Remove myself.
12557         (Various Maintainers: c++ runtime libs): Add myself.
12559 2002-08-15  Eric Christopher  <echristo@redhat.com>
12561         * config.sub: Import from master repository.
12562         * config.guess: Ditto.
12564 2002-08-19  Alexandre Oliva  <aoliva@redhat.com>
12566         * Makefile.in (GCC_FOR_TARGET): Prepend STAGE_CC_WRAPPER.
12567         * configure.in (CC_FOR_TARGET, GCJ_FOR_TARGET, CXX_FOR_TARGET,
12568         CXX_FOR_TARGET_FOR_RECURSIVE_MAKE): Likewise.
12570 2002-08-16  Aldy Hernandez  <aldyh@redhat.com>
12572         * MAINTAINERS: Add self to rs6000 vector extensions.
12574 2002-08-15  Alexandre Oliva  <aoliva@redhat.com>
12576         * libiberty/configure: Reverted unintended yesterday's check in.
12578 2002-08-14  Alexandre Oliva  <aoliva@redhat.com>
12580         * boehm-gc/configure, libf2c/configure: Rebuilt.
12581         * libffi/configure, libiberty/configure: Ditto.
12582         * libjava/configure, libobjc/configure: Ditto.
12583         * libstdc++-v3/configure, zlib/configure: Ditto.
12584         Merged from binutils:
12585         2002-01-27  Daniel Jacobowitz  <drow@mvista.com>
12586         From Steve Ellcey <sje@cup.hp.com>:
12587         * libtool.m4 (HPUX_IA64_MODE): Set to 32 or 64 based on ABI.
12588         (lt_cv_deplibs_check_method, lt_cv_file_magic_cmd,
12589         lt_cv_file_magic_test_file): Set to appropriate values for HP-UX
12590         IA64.
12591         * ltcf-c.sh (archive_cmds, hardcode_*): Ditto.
12592         * ltconfig (shlibpath_*, dynamic_linker, library_names_spec,
12593         soname_spec, sys_lib_search_path_spec): Ditto.
12595 2002-08-06  Federico G. Schwindt  <fgsch@olimpo.com.br>
12597         * configure.in (hppa*-*-openbsd*): Treat like hppa*-*-*elf*.
12599 2002-08-04  H.J. Lu  (hjl@gnu.org)
12601         * configure.in (mips*-*-linux*): Don't skip target-libffi.
12603 2002-08-02  Krister Walfridsson  <cato@df.lth.se>
12605         * MAINTAINERS (Write After Approval): Add myself.
12607 2002-07-31  Alan Modra  <amodra@bigpond.net.au>
12609         * configure.in: Move generic linux case to end.  Copy generic
12610         linux noconfigdirs to mips*-*-linux* entry and new
12611         powerpc64*-*-linux* entry.  Add target-libffi for the latter.
12613 2002-07-19  Michael Matz  <matz@suse.de>
12615         * MAINTAINERS: Add myself as ra* maintainer.
12617 2002-07-16  Chris Demetriou  <cgd@broadcom.com>
12619         * config.guess: Update to 2002-07-09 version.
12620         * config.sub: Update to 2002-07-03 version.
12622 2002-07-15  Hans-Peter Nilsson  <hp@bitrange.com>
12624         * MAINTAINERS: Fix typo in a maintainer email address.
12626 2002-07-11  Nathanael Nerode  <neroden@gcc.gnu.org>
12628         * configure.in: Remove two redundant tests.
12630 2002-07-11  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
12632         * configure.in (mips*-*-irix6*o32): Enable stabs.
12634 2002-07-08  Nathanael Nerode  <neroden@gcc.gnu.org>
12636         * configure.in: Don't build grez.
12637         * Makefile.in: Ditto.
12639         * Makefile.in: Remove references to bsp, cygmon, libstub.
12640         * configure.in: Ditto.
12642         * configure.in: Remove leftover reference to gdbtest.
12644 2002-07-08  Phil Edwards  <pme@gcc.gnu.org>
12646         * configure.in (gxx_include_dir):  Change to match versioned
12647         C++ headers if --enable-version-specific-runtime-libs is used.
12649 2002-07-04  Steve Ellcey  <sje@cup.hp.com>
12651         * ltcf-cxx.sh (hpux*): Modify to support ia64-*-hpux*.
12653 2002-07-03  Nathanael Nerode  <neroden@gcc.gnu.org>
12655         * configure.in: Make --without-x work.
12657 2002-07-02  Nathanael Nerode  <neroden@gcc.gnu.org>
12659         * configure.in: Rearrange target Makefile fragment collection.
12661         * Makefile.in: Don't try to build gdbtest, tgas, ispell, inet, or
12662         cvs[src].
12663         * configure.in: Ditto.
12665 2002-07-01  Matt Kraai  <kraai@alumni.cmu.edu>
12667         * MAINTAINERS (Write After Approval): Update my e-mail address.
12669 2002-06-24  Ben Elliston  <bje@redhat.com>
12671         * configure.in (host_tools): Remove cgen.
12673         * Makefile.in (all-cgen): Remove; runs from its source directory.
12674         (check-cgen, install-cgen, clean-cgen): Likewise.
12675         (all-opcodes): Do not depend on all-cgen.
12676         (all-sim): Likewise.
12678 2002-07-01  Nathanael Nerode  <neroden@gcc.gnu.org>
12680         * Makefile.in: Eliminate 'apache' targets.
12681         * configure.in: Eliminate 'apache' targets.
12683         * configure.in: Eliminate redundant tests.  Reorganize.
12685         * Makefile.in: Eliminate last reference to LIBGCC1_TEST.
12687         * config-ml.in: Eliminate references to Cygnus configure.
12689         * Makefile.in: Eliminate references to building emacs.
12691 2002-06-28  Graham Stott  <graham.stott@btinternet.com>
12693         * MAINTAINERS: Update my email address.
12695 2002-06-26  Benjamin Kosnik  <bkoz@redhat.com>
12697         * config.if (libstdcxx_incdir): Version C++ headers.
12698         (cxx_incdir): Remove.
12700 2002-06-25  Nathanael Nerode  <neroden@gcc.gnu.org>
12702         * MAINTAINERS (Write After Approval): Add self.
12704 Thu Jun 20 00:35:14 2002  Denis Chertykov  <denisc@overta.ru>
12706         * configure.in: Add support for ip2k.
12708 2002-06-22  Nathanael Nerode  <neroden@twcny.rr.com>
12710         * configure.in: Fix AIX configury bug.
12712 2002-06-20  Steve Ellcey  <sje@cup.hp.com>
12714         * MAINTAINERS (Write After Approval): Add self.
12716 2002-06-19  Nathanael Nerode  <neroden@twcny.rr.com>
12718         * configure.in: replace ${topsrcdir} with ${srcdir}
12720         * configure.in: Move definition of libstdcxx_flags
12721         right above usage, rather than waaay earlier.
12723         * configure.in: Pull definition of is_cross_compiler earlier.
12725         * configure.in: Rearrange a little.
12727         * configure.in: Remove references to librx.
12728         * Makefile.in: Remove references to librx.
12730 Tue Jun 18 22:37:35 2002  Denis Chertykov  <denisc@overta.ru>
12732         * config.sub: Add support for avr target.
12733         Import from master sources, rev 1.255
12735 2002-06-19  Phil Edwards  <pme@gcc.gnu.org>
12737         * configure, .cvsignore:  Revert previous change...
12738         * Makefile:  ...delete.
12740 2002-06-19  Nathanael Nerode  <neroden@twcny.rr.com>
12742         * configure.in: Eliminate ${gasdir} variable.
12744 2002-06-18  Dave Brolley  <brolley@redhat.com>
12746         * configure.in: Add support for frv.
12747         * config.sub: Add support for frv.
12749 2002-06-18  Phil Edwards  <pme@gcc.gnu.org>
12751         * configure:  Remove garbage from previous commit.
12753 2002-06-18  Phil Edwards  <pme@gcc.gnu.org>
12755         * configure:  For in-source builds, make a subdir and re-exec there.
12756         * Makefile:  New file.  Pass targets through to build directory.
12757         * .cvsignore:  No longer ignore "Makefile".
12759 2002-06-16  Douglas Rupp  <rupp@gnat.com>
12761         * MAINTAINERS (Write After Approval): Add self.
12763 2002-06-11  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
12765         * Makefile.in (CFLAGS_FOR_TARGET): Add -O2.
12767 2002-06-08  Jason Thorpe  <thorpej@wasabisystems.com>
12769         * configure.in (vax-*-netbsd*): Re-enable gas.
12771 2002-05-31  Nathanael Nerode  <neroden@twcny.rr.com>
12773         * Makefile.in: Replace HOST_PREFIX, HOST_PREFIX_1 with BUILD_PREFIX,
12774         BUILD_PREFIX_1, to correct nomenclature.
12775         * configure: Likewise.
12777         * Makefile.in: Eliminate version-specific references to tcl8.1, tk8.1.
12778         * configure.in: Eliminate version-specific references to tcl8.1, tk8.1.
12780 2002-05-31  Olaf Hering  <olh@suse.de>
12782         * config-ml.in: Propogate DESTDIR also.
12784 2002-05-29  Jason Thorpe  <thorpej@wasabisystems.com>
12786         * configure.in (vax-*-netbsd*): Don't build gas for this
12787         platform.
12789 2002-05-28  Marek Michalkiewicz  <marekm@amelek.gda.pl>
12791         * configure.in (noconfigdirs): Don't compile libiberty, libstdcxx
12792         and libgcj for AVR.
12794 2002-05-23  Kaz Kojima  <kkojima@gcc.gnu.org>
12796         * MAINTAINERS (Write After Approval): Add myself.
12798 2002-05-22  Jason Thorpe  <thorpej@wasabisystems.com>
12800         * config.guess: Update to 2002-05-22 version.
12801         * config.sub: Likewise.
12803 2002-05-16  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
12805         * Makefile.in: Allow for PWDCMD to override hardcoded pwd.
12806         * config-ml.in: Likewise.
12807         * configure: Likewise.
12808         * configure.in: Likewise.
12810 2002-05-16  Stephane Carrez  <stcarrez@nerim.fr>
12812         * MAINTAINERS: Update my email address.
12814 2002-05-13  Nathanael Nerode  <neroden@twcny.rr.com>
12816         * configure.in: Simplify makefile fragment collection.
12818         * configure.in: Remove code to build emacs.
12820         * configure.in : Remove --srcdir argument from targargs and buildargs
12821         (it's always overridden in the Makefile anyway).  Rearrange a bit.
12823         * configure: Move some logic to configure.in.
12824         * configure.in: Move some logic from configure.
12826 2002-05-11  Tom Tromey  <tromey@redhat.com>
12828         * MAINTAINERS: Reflect libgcj reality.
12830 2002-05-09  Federico G. Schwindt  <fgsch@olimpo.com.br>
12832         * Makefile.in: Honour DESTDIR.
12834 2002-05-08  Mark Mitchell  <mark@codesourcery.com>
12836         * config.guess: Import 2002-03-20 version.
12837         * config.sub: Import 2002-04-26 version.
12839 2002-05-08  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
12841         * config-ml.in: Allow for PWDCMD to determine ML_POPDIR.
12843 2002-05-07  Tim Josling  <tej@melbpc.org.au>
12845         * MAINTAINERS: Add self.
12847 2002-05-06  Loren J. Rittle  <ljrittle@acm.org>
12849         * ltmain.sh: Detect and handle object name conflicts
12850         while piecewise linking a static library.
12852 2002-05-05  Alexandre Oliva  <aoliva@redhat.com>
12854         * configure.in (noconfigdirs): Don't disable libgcj on
12855         sparc64-*-solaris* and sparcv9-*-solaris*.
12857 2002-05-03  Alexandre Oliva  <aoliva@redhat.com>
12859         * configure.in: Revert 2002-04-18's patch; fixed in libjava.
12861 2002-05-03  Thomas Fitzsimmons  <fitzsim@redhat.com>
12863         * configure.in (FLAGS_FOR_TARGET): Do not add
12864         -B$$r/$(TARGET_SUBDIR)/newlib/ when compiling newlib natively
12865         on i[3456]86-*-linux*.
12867 2002-05-01  Thomas Fitzsimmons  <fitzsim@redhat.com>
12869         * configure.in (noconfigdirs): Replace [ ] with test.
12871         * configure.in (noconfigdirs): Do not add target-newlib if
12872         target == i[3456]86-*-linux*, and host == target.
12874 2002-04-29  Nathanael Nerode  <neroden@doctormoo.dyndns.org>
12876         * configure.in: delete reference to absent file
12878         * configure.in: replace '[' with 'test'
12880         * configure.in: Eliminate references to gash.
12881         * Makefile.in: Eliminate references to gash.
12883         * configure.in: remove useless references to 'pic' makefile fragments.
12885         * configure.in: (*-*-windows*) Finish removing.
12887         * configure.in: Eliminate redundant test for libgui.
12889 2002-04-29  Roger Sayle  <roger@eyesopen.com>
12891         * MAINTAINERS: Add self and realphabetize.  Update entries
12892         for Dan Berlin, Chris Demetriou and Michael Matz.  Remove
12893         entry for a29k port maintainer.
12895 2002-04-26  Joel Sherrill  <joel@OARcorp.com>
12897         * configure.in (h8300*-*-rtems*): Disable libf2c and libgcj.
12898         (sparc-*-elf*, sparc64-*-elf*): Disable libgcj.
12900 2002-04-19  Nathanael Nerode  <neroden@twcny.rr.com>
12902         * configure.in: remove references to dead files
12904 2002-04-19  Mark Mitchell  <mark@codesourcery.com>
12906         * MAINTAINERS: Add information about purpose of this file.
12908 2002-04-18  Tom Tromey  <tromey@redhat.com>
12910         * configure.in: Disallow configuring libgcj when it is already
12911         installed and we're using Solaris 2.8 linker.  Do enable libgcj on
12912         Solaris 2.8 by default.  For PR libgcj/6158.
12914 2002-04-17  Nathanael Nerode  <neroden@twcny.rr.com>
12916         * configure.in:  Move default CC setting out of config/mh-* fragments
12917         directly into here.
12919 2002-04-17  Nathanael Nerode  <neroden@twcny.rr.com>
12921         * configure.in: don't even try to configure or make a subdirectory
12922         if there's no configure script for it.
12924 2002-04-15  Mark Mitchell  <mark@codesourcery.com>
12926         * MAINTAINERS: Remove chill maintainers.
12927         * Makefile.in (CHILLFLAGS): Remove.
12928         (CHILL_LIB): Remove.
12929         (TARGET_CONFIGDIRS): Remove libchill.
12930         (CHILL_FOR_TARGET): Remove.
12931         (BASE_FLAGS_TO_PASS): Don't pass CHILLFLAGS, CHILL_FOR_TARGET, or
12932         CHILL_LIB.
12933         (CONFIGURE_TARGET_MODULES): Remove configure-target-libchill.
12934         (CHECK_TARGET_MODULES): Likewise.
12935         (INSTALL_TARGET_MODULES): Likewise.
12936         (CLEAN_TARGET_MODULES): Likewise.
12937         (configure-target-libchill): Remove.
12938         (all-target-libchill): Remove.
12939         * configure.in (target_libs): Remove target-libchill.
12940         Do not compute CHILL_FOR_TARGET.
12941         * libchill: Remove directory.
12943 2002-04-11  DJ Delorie  <dj@redhat.com>
12945         * Makefile.in, configure.in: Sync with binutils, entries
12946         follow...
12948 2002-04-07  Andrew Cagney  <ac131313@redhat.com>
12950         * Makefile.in (do-tar-bz2): Delete rule.  Replace with ...
12951         (do-tar, do-bz2): New rules.
12952         (taz): Update.  Replace do-tar-bz2 with do-tar and do-bz2.
12953         (gdb-tar): New rule.
12954         (gdb-taz): Rewrite.  Use gdb-tar and do-bz2.
12955         (insight_dejagnu.tar): New rule.
12956         (insight.tar): New rule.
12957         (gdb+dejagnu.tar): New rule.
12958         (gdb.tar): New rule.
12960 2002-02-01  Mo DeJong  <supermo@bayarea.net>
12962         * Makefile.in: Add all-tix to deps for all-snavigator
12963         so that tix is built when building snavigator.
12965 2002-01-11  Steve Ellcey  <sje@cup.hp.com>
12967         * configure.in (ia64*-*-hpux*): New target for IA64 HP-UX,
12968         ld and gdb are not supported.
12970 2002-01-07  Mark Salter  <msalter@redhat.com>
12972         * configure.in: Remove target-bsp and target-cygmon from arm builds.
12973         Allow target-libgloss to be built for arm, strongarm, and xscale.
12975 2001-12-13  Thomas Fitzsimmons  <fitzsim@redhat.com>
12977         * configure.in (FLAGS_FOR_TARGET): Remove -nostdinc and -isystem
12978         options for i[3456]86-pc-linux* native builds.
12980 2001-11-20  Nick Clifton  <nickc@cambridge.redhat.com>
12982         * Makefile.in (do-proto-toplev): Use msgfmt to generate .gmo
12983         files from .po files for a distribution.
12985 2001-09-03  Jeff Holcomb  <jeffh@redhat.com>
12987         * configure.in: Enable libstdc++-v3 for h8300 targets.
12989 2001-06-19  Alan Modra  <amodra@bigpond.net.au>
12991         * Makefile.in (VER): If AM_INIT_AUTOMAKE uses BFD_VERSION, get
12992         version from bfd/.
12994 Fri Jun  8 11:14:02 2001  Andrew Cagney  <cagney@b1.cygnus.com>
12996         * Makefile.in (VER): When present, extract the version number from
12997         the file version.in.
12999 2001-05-24  Tom Rix  <trix@redhat.com>
13001         * configure.in : enable ld for aix
13003 2001-02-09  Martin Schwidefsky  <schwidefsky@de.ibm.com>
13005         * config.guess: Add linux target for S/390.
13007 2000-11-07  Philip Blundell  <pb@futuretv.com>
13009         * Makefile.in (ETC_SUPPORT): Also add configbuild.* and configdev.*.
13011 2000-11-03  Philip Blundell  <pb@futuretv.com>
13013         * Makefile.in (ETC_SUPPORT): Add configure.texi and associated info
13014         files.
13016 2001-01-15  Ben Elliston  <bje@redhat.com>
13018         * configure.in (host_tools): Add sid.
13019         Always configure cgen.
13021 2000-11-24  Nick Clifton  <nickc@redhat.com>
13023         * configure.in (c4x, c5x, tic54x): Move after ARM targets.
13025 2000-08-20  Doug Evans  <dje@casey.transmeta.com>
13027         * Makefile.in (ALL_MODULES): Add all-cgen.
13028         (CROSS_CHECK_MODULES,INSTALL_MODULES,CLEAN_MODULES): Similarily.
13029         (all-cgen): New target.
13030         (all-opcodes,all-sim): Depend on all-cgen.
13031         * configure.in (host_tools): Add cgen.
13032         Only configure cgen if --enable-cgen-maint.
13034 2002-04-09  Loren J. Rittle  <ljrittle@acm.org>
13036         * configure.in: Add *-*-freebsd* configurations.
13038 2002-04-08  Tom Tromey  <tromey@redhat.com>
13040         * configure.in: Add FLAGS_FOR_TARGET to GCJ_FOR_TARGET.
13041         Fixes PR libgcj/6068.
13043 2002-03-30  Krister Walfridsson  <cato@df.lth.se>
13045         * configure.in (i*86-*-netbsdelf*): Don't disable libgcj.
13047 2002-03-27  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
13049         * configure.in (alpha*-dec-osf*): Enable libgcj.
13051 2003-03-27  Matthew Gingell  <gingell@gnat.com>
13053         * MAINTAINERS (Write After Approval): Add myself.
13055 2002-03-24  Nick Clifton  <nickc@cambridge.redhat.com>
13057         Fix for: PR bootstrap/3591, target/5676
13058         * configure.in (mcore-pe): Disable the configuration of
13059         libstdc++-v3 since exceptions are not supported.
13061 2002-03-20  Anthony Green  <green@redhat.com>
13063         * configure.in: Enable libgcj for xscale-elf target.
13065 Tue Mar 19 09:05:08 2002  J"orn Rennecke  <joern.rennecke@superh.com>
13067         * MAINTAINERS:  Update my email address.
13069 2002-03-16  Alexandre Oliva  <aoliva@redhat.com>
13071         * ltmain.sh (relink_command): Fix typo in previous change.
13073 2002-03-15  Alexandre Oliva  <aoliva@redhat.com>
13075         * ltmain.sh (taglist): Initialized.  Don't let `CC' tag out of it.
13076         (relink_command): Added --tag flags.
13077         (mode=install): If relinking fails; error out.
13079 2002-03-12  Richard Henderson  <rth@redhat.com>
13081         * Makefile.in (NOTPARALLEL): New.  Use it instead of explicit
13082         .NOTPARALLEL tag.
13083         (do-check): Rename from check.
13084         (check): Allow parallel check.
13086 2002-03-12  Bob Wilson  <bob.wilson@acm.org>
13088         * MAINTAINERS: Add myself as maintainer for xtensa port.
13089         Fix alphabetical order in CPU port maintainer list.
13090         Remove myself from Write After Approval list.
13092 2002-03-11  Richard Henderson  <rth@redhat.com>
13094         * Makefile.in (.NOTPARALLEL): Add fake tag.
13096 2002-03-07  H.J. Lu  (hjl@gnu.org)
13098         * configure.in: Enable gprof for mips*-*-linux*.
13100 2002-03-05  Danny Smith  <dannysmith@users.sourceforge.net>
13102         * MAINTAINERS (Write After Approval): Add myself.
13104 2002-02-28  Alexandre Oliva  <aoliva@redhat.com>
13106         * configure.in (libstdcxx_flags): Don't add libstdc++-v3 flags for
13107         libjava.
13108         (CXX_FOR_TARGET): Explain why -shared-libgcc here.
13110 2002-02-23  Alexandre Oliva  <aoliva@redhat.com>
13112         * Makefile.in (MAKEINFO): Don't assume makeinfo will be built just
13113         because its Makefile is there; test for the executable instead.
13115 2002-02-22  Alexandre Oliva  <aoliva@redhat.com>
13117         * configure.in (CXX_FOR_TARGET): Add -shared-libgcc for
13118         libstdc++-v3 and libjava.
13120 2002-02-11  Adam Megacz  <adam@xwt.org>
13122         * gcc/Makefile.in: Removed libstdc++-v3 dependancy for libjava and
13123         boehm-gc
13125 2002-02-09  Alexandre Oliva  <aoliva@redhat.com>
13127         * config.guess: Updated to 2002-01-30's version.
13128         * config.sub: Updated to 2002-02-01's version.
13129         Contribute sh64-elf.
13130         2000-12-01  Alexandre Oliva  <aoliva@redhat.com>
13131         * configure.in: Added sh64-*-*.
13133 2002-02-08  Chris Demetriou  <cgd@broadcom.com>
13135         * MAINTAINERS: Belatedly add myself to write after approval list.
13137 Thu Feb  7 12:40:58 CET 2002  Jan Hubicka  <jh@suse.cz>
13139         * MAINTAINERS: Put self in as maintainer for x86-64 port.
13140         Remove self as Write After Approval.
13142 2002-01-31  Geoffrey Keating  <geoffk@redhat.com>
13144         * MAINTAINERS: Put self in as maintainer for contrib/regression
13145         directory.
13147 2002-01-28  Phil Edwards  <pme@gcc.gnu.org>
13149         * MAINTAINERS:  Update my email address.
13151 2002-01-26  Jason Thorpe  <thorpej@wasabisystems.com>
13153         * configure.in (*-*-netbsd*): New.  Skip target-newlib,
13154         target-libiberty, and target-libgloss.  Skip Java-related
13155         libraries if not supported for NetBSD on target CPU.
13157 2002-01-25  Douglas B Rupp  <rupp@gnat.com>
13159         * install-sh: Use _inst.$$_ for temp file name.
13161 2002-01-24  Jason Thorpe  <thorpej@wasabisystems.com>
13163         * MAINTAINERS (Write After Approval): Move my contact info
13164         from here...
13165         (OS Port Maintainers): ...to here (netbsd).
13167 2002-01-22  Bob Wilson  <bob.wilson@acm.org>
13169         * MAINTAINERS (Write After Approval): Add myself.
13171 2002-01-17  H.J. Lu  <hjl@gnu.org>
13173         * Makefile.in (all-fastjar): Also depend on all-libiberty.
13174         (all-target-fastjar): Also depend on all-target-libiberty.
13176 2002-01-16  H.J. Lu  (hjl@gnu.org)
13178         * config.guess: Import from master sources, rev 1.225.
13179         * config.sub: Import from master sources, rev 1.238.
13181 2002-01-16  Kazu Hirata  <kazu@hxi.com>
13183         * MAINTAINERS (Write After Approval): Remove myself.
13185 2001-12-19  Florian Weimer  <fw@deneb.enyo.de>
13187         * MAINTAINERS (Write After Approval): Add myself.
13189 2001-12-17  Joseph S. Myers  <jsm28@cam.ac.uk>
13191         * MAINTAINERS: Add self as docs co-maintainer.
13193 2001-12-11  Matthias Klose  <doko@debian.org>
13195         * MAINTAINERS (Write After Approval): Add myself.
13197 2001-12-09  Zack Weinberg  <zack@codesourcery.com>
13199         * MAINTAINERS: Update my email address.
13201 2001-12-07  Turly O'Connor  <turly@apple.com>
13202         * MAINTAINERS (Write After Approval): Add myself.
13203         * rs6000.c (rs6000_trampoline_size): Handle ABI_DARWIN case.
13204         (rs6000_initialize_trampoline): Call __trampoline_setup for
13205         ABI_DARWIN too.
13206         * darwin-tramp.asm: New file, implements __trampoline_setup.
13207         * t-darwin (LIB2FUNCS_EXTRA): Include darwin-tramp.asm.
13209 2001-12-07  Paolo Carlini  <pcarlini@unitus.it>
13211         * MAINTAINERS (Write After Approval): Add myself.
13213 Wed Dec  5 07:33:45 2001  Douglas B. Rupp  <rupp@gnat.com>
13215         * configure, configure.in: Use temp file for long sed commands.
13217 2001-12-03  Laurent Guerby  <guerby@acm.org>
13219         * config.sub: Update to version 1.232 on subversion.
13221 2001-12-03  Ben Elliston  <bje@redhat.com>
13223         * MAINTAINERS: Update mail address for config.* patches.
13225 2001-11-27  DJ Delorie  <dj@redhat.com>
13226             Zack Weinberg  <zack@codesourcery.com>
13228         When build != host, create libiberty for the build machine.
13230         * Makefile.in (TARGET_CONFIGARGS, BUILD_CONFIGARGS): Replace
13231         CONFIG_ARGUMENTS.
13232         (ALL_BUILD_MODULES_LIST, BUILD_CONFIGDIRS, BUILD_SUBDIR):
13233         New variables.
13234         (ALL_BUILD_MODULES, CONFIGURE_BUILD_MODULES): New variables
13235         and rules.
13236         (all.normal): Depend on ALL_BUILD_MODULES.
13237         (CONFIGURE_TARGET_MODULES rule): Use TARGET_CONFIGARGS.
13238         (all-build-libiberty): Depend on configure-build-libiberty.
13240         * configure: Calculate and substitute proper value for
13241         ALL_BUILD_MODULES.
13242         * configure.in: Create the build subdirectory.
13243         Calculate and substitute TARGET_CONFIGARGS (formerly
13244         CONFIG_ARGUMENTS); also BUILD_SUBDIR and BUILD_CONFIGARGS (new).
13246 2001-11-26  Ziemowit Laski  <zlaski@apple.com>
13248         * MAINTAINERS (write-after-approval): Add self.
13250 2001-11-17  Craig Rodrigues  <rodrigc@gcc.gnu.org>
13252         * MAINTAINERS (GNATS only accounts): Remove self.
13254 2001-11-14  Hans-Peter Nilsson  <hp@bitrange.com>
13256         * configure.in (noconfigdirs) [h8300*-*-*, h8500-*-*]: Disable
13257         libf2c.
13259 2001-11-12  Craig Rodrigues  <rodrigc@gcc.gnu.org>
13261         * MAINTAINERS (Write After Approval): Add self.
13263 2001-11-12  David O'Brien  <obrien@FreeBSD.org>
13265         * MAINTAINERS: mips and s390 are also CPU ports.
13267 2001-11-12  David O'Brien  <obrien@FreeBSD.org>
13269         * MAINTAINERS: mcore, cris and mmix are also CPU ports.
13271 2001-11-11  David O'Brien  <obrien@FreeBSD.org>
13273         * MAINTAINERS: Alphabetize.
13275 2001-11-09  Kazu Hirata  <kazu@hxi.com>
13277         * MAINTAINERS (Various maintainers: h8 port): Add myself.
13279 2001-11-09  John David Anglin  <dave@hiauly1.hia.nrc.ca>
13281         * MAINTAINERS (Various maintainers: hppa port): Added myself.
13283 2001-11-08  Phil Edwards  <pedwards@disaster.jaj.com>
13285         * configure.in (--enable-languages): Be more permissive about
13286         syntax.  Check for empty lists better.  Warn about $LANGUAGES.
13288 2001-11-08  Geoffrey Keating  <geoffk@redhat.com>
13290         * config.sub: Import from master sources, rev. 1.230.
13291         * MAINTAINERS: Change 'stormy16' to 'xstormy16'.
13293 2001-11-07  Laurent Guerby  <guerby@acm.org>
13295         * MAINTAINERS (Write After Approval): Add self.
13297 2001-11-06  Hans-Peter Nilsson  <hp@bitrange.com>
13299         * Makefile.in (MAKEINFO): Use "missing" for makeinfo older than 4.0.
13301 2001-11-05  Hans-Peter Nilsson  <hp@bitrange.com>
13303         * config.sub: Import from master sources, rev 1.226.
13304         * config.guess: Import from master sources, rev 1.216.
13306 2001-11-03  Hans-Peter Nilsson  <hp@bitrange.com>
13308         * configure.in (noconfigdirs) [mmix-*-*]: Disable libgcj.
13309         * MAINTAINERS: Add self as maintainer of MMIX port.
13310         Remove old after-approval entry.
13312 2001-10-28  Joseph S. Myers  <jsm28@cam.ac.uk>
13314         * ChangeLog, configure: Fix spelling errors.
13316 2001-10-20  Brendan Kehoe  <brendan@zen.org>
13318         * MAINTAINERS: Tweak my address.
13320 Thu Oct 11 21:50:15 2001  J"orn Rennecke  <amylaar@onetel.net.uk>
13322         * MAINTAINERS: Update my email address.
13324 2001-10-11  Hans-Peter Nilsson  <hp@axis.com>
13326         * configure.in (noconfigdirs) [cris-*-*]: Disable libgcj.
13327         * MAINTAINERS: Add self as maintainer of CRIS port.
13329 2001-10-10  Geert Bosch  <bosch@gnat.com>
13331         * MAINTAINERS (Various maintainers: Ada front end):
13332         Added Robert Dewar.
13334 2001-10-03  David Billinghurst  <David.Billinghurst@riotinto.com>
13336         * MAINTAINERS (Write After Approval): Added self
13338 2001-10-02  Geert Bosch  <bosch@gnat.com>
13340         * MAINTAINERS (Various maintainers: Ada front end): Added myself.
13342 2001-10-02  Joseph S. Myers  <jsm28@cam.ac.uk>
13344         * configure: Handle temporary files securely using mkdir.
13346 2001-09-29  Alexandre Oliva  <aoliva@redhat.com>
13348         * Makefile.in (configure-target-gperf): Depend on $(ALL_GCC_CXX).
13350 2001-09-26  Will Cohen  <wcohen@redhat.com>
13352         * configure.in (*-*-linux*): Disable configuration of target-newlib
13353         and target-libgloss.
13355 2001-09-26  Alexandre Oliva  <aoliva@redhat.com>
13357         * Makefile.in (EXTRA_TARGET_FLAGS): Pass RANLIB_FOR_TARGET for
13358         RANLIB.
13360 2001-09-21  Alexandre Oliva  <aoliva@redhat.com>
13362         * Makefile.in (AS_FOR_TARGET, LD_FOR_TARGET,
13363         DLLTOOL_FOR_TARGET, WINDRES_FOR_TARGET, AR_FOR_TARGET,
13364         RANLIB_FOR_TARGET, NM_FOR_TARGET): Don't use double quotes to
13365         avoid quotes nesting problems.
13366         (NATIVE_CHECK_MODULES): Ditto, just for consistency.
13367         (DO_X): Export only variables that are set.
13369 2001-09-19  Ben Elliston  <bje@redhat.com>
13371         * configure.in (sparc-sun-solaris2*): Don't use /usr/bin/which on
13372         Solaris when testing for the /usr/ucb/cc compiler; it has incorrect
13373         semantics.  Use the shell built-in "type" command instead.
13375 2001-08-31  Alexandre Oliva  <aoliva@redhat.com>
13377         Merged from gcc-3_0-branch:
13378         2001-07-30  Jeff Sturm  <jsturm@one-pont.com>
13379         * ltcf-c.sh: Use $objext, not $ac_objext.
13380         2001-07-27  Mark Kettenis  <kettenis@gnu.org>
13381         * ltcf-cxx.sh: Add support for GNU.
13382         2001-07-22  Timothy Wall  <twall@redhat.com>
13383         * ltcf-c.sh: Don't disable shared libraries for AIX5/IA64.  Preserve
13384         default settings if using GNU tools with that configuration.
13385         * ltcf-cxx.sh: Ditto.
13386         * ltcf-gcj.sh: Ditto.
13387         2001-07-21  Michael Chastain  <chastain@redhat.com>
13388         * ltconfig: Set max_cmd_len to a maximum of 512Kb, as it seems some
13389         HPUX 11.0 systems have trouble with 1MB.  Mark as gcc-local.
13390         * ltmain.sh: Mark as gcc-local.
13392 2001-08-30  Eric Christopher  <echristo@redhat.com>
13393             Jason Eckhardt  <jle@redhat.com>
13395         * config.guess: Merge from master sources.
13396         * config.sub: Merge from master sources, add support for mipsisa32.
13398 2001-08-25  Geoffrey Keating  <geoffk@redhat.com>
13399         * config.sub: Merge from master sources, rev 1.219.
13400         * MAINTAINERS: Add self as contact for stormy16 port.
13402 2001-08-14  Zack Weinberg  <zackw@panix.com>
13404         * config.sub: Merge from master sources, rev 1.218.
13405         * config.guess: Merge from master sources, rev 1.209.
13407 2001-08-11  Graham Stott  <grahams@redhat.com>
13409         * Makefile.in (check-c++): Add missing semicolon.
13411 Mon Jul 30 19:24:13 CEST 2001  Jan Hubicka  <jh@suse.cz>
13413         * MAINTAINERS (Various maitainers: predict.def): Added myself.
13415 2001-07-30  Eric Christopher  <echristo@redhat.com>
13417         * MAINTAINERS (Various maintainers: mips port): Added myself.
13419 2001-07-25  Andrew Haley  <aph@cambridge.redhat.com>
13421         * configure.in (sh-*-linux*): New.
13423 2001-07-27  Richard Henderson  <rth@redhat.com>
13425         * .cvsignore: Add LAST_UPDATED.
13427 2001-07-23  Ulrich Weigand  <uweigand@de.ibm.com>
13429         * MAINTAINERS (Various maintainers: s390 port): Added myself.
13431 2001-07-16  Aldy Hernandez  <aldyh@redhat.com>
13433         * config.sub: Fix mips64vr5000el typo in CPU-COMPANY.
13435 Fri Jul 13 14:31:57 2001  Nicola Pero  <nicola@brainstorm.co.uk>
13437         * MAINTAINERS (Write After Approval): Added myself.
13439 2001-07-12  Stephane Carrez  <Stephane.Carrez@worldnet.fr>
13441         * configure.in (noconfigdirs): Don't compile libiberty, libstdcxx
13442         and libgcj on m68hc11/m68hc12.
13444 2001-06-27  H.J. Lu  (hjl@gnu.org)
13446         * Makefile (CFLAGS_FOR_BUILD): New.
13447         (EXTRA_GCC_FLAGS): Add CFLAGS_FOR_BUILD.
13449 2001-06-13  Joseph S. Myers  <jsm28@cam.ac.uk>
13451         * README: Remove version number.
13453 2001-06-13  Gerald Pfeifer  <pfeifer@dbai.tuwien.ac.at>
13455         * INSTALL/README: Update wrt. to the installation instructions now
13456         residing in gcc/doc/install.texi.
13458 2001-06-13  Joseph S. Myers  <jsm28@cam.ac.uk>
13460         * README: Replace with a cut-down and updated version of gcc/README.
13462 2001-06-12  David Edelsohn  <edelsohn@gnu.org>
13464         * config-ml.in (powerpc-*-* | rs6000-*-*): Allow aix64 and pthread
13465         multilibs to be disabled.
13467 2001-06-11  Daniel Berlin  <dan@cgsoftware.com>
13469         * MAINTAINERS (Write After Approval): Add myself.
13471 2001-06-09  Alexandre Oliva  <aoliva@redhat.com>
13473         * config.guess: Import CVS version 1.195.
13474         * config.sub: Import CVS version 1.212.
13476 2001-06-08  Alexandre Oliva  <aoliva@redhat.com>, Jeff Sturm  <jsturm@one-point.com>
13478         * Makefile.in (AS_FOR_TARGET, LD_FOR_TARGET, NM_FOR_TARGET): If
13479         gcc/xgcc is built, use -print-prog-name to find out the program
13480         name to use.
13482 2001-06-04  Phil Edwards  <pme@sources.redhat.com>
13484         * config.guess:  Import CVS version 1.194.  All gcc-local changes
13485         appear to also be in the master copy.
13486         * config.sub:  Import CVS version 1.211.
13488 Mon Jun  4 16:32:53 2001  Mark Mitchell  <mark@codesourcery.com>
13490         * ltcf-c.sh (archive_cmds, archive_expsym_cmds) [solaris,
13491         with_gcc]: Use `gcc -shared' to build a shared library.
13493 Mon Jun  4 16:24:43 2001  John David Anglin  <dave@hiauly1.hia.nrc.ca>
13495         * ltcf-c.sh (archive_cmd) [hpux, with_gcc]: Use gcc to link shared
13496         archives.
13498 Fri Jun  1 18:55:19 2001  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
13500         * MAINTAINERS (Write After Approval): Add myself.
13502 2001-06-01  Hans-Peter Nilsson  <hp@axis.com>
13504         * configure.in (libstdcxx_flags): Do not try to execute
13505         libstdc++-v3/testsuite_flags until it exists.
13507 2001-06-01  Alan Modra  <amodra@bigpond.net.au>
13509         * MAINTAINERS: Update my email address.
13511 2001-05-31  Graham Stott  <grahams@redhat.com>
13513         * MAINTAINERS (Write After Approval): Add myself.
13515 2001-05-28  Simon Patarin  <simon.patarin@inria.fr>
13517         * ltcf-cxx.sh (osf3/osf4/osf5): Support creation of C++  shared
13518         libraries when using g++ with native linker.
13520 2001-05-28  Alexandre Oliva  <aoliva@redhat.com>
13522         * ltconfig, ltmain.sh: Upgrade to libtool 1.4a 1.641.2.256.
13524 2001-05-22  Alexandre Oliva  <aoliva@redhat.com>
13526         * ltcf-cxx.sh (allow_undefined_flag, no_undefined_flag)
13527         [aix4*|aix5*]: Prepend blank.
13529 2001-05-20  Alexandre Oliva  <aoliva@redhat.com>
13531         * ltconfig, ltmain.sh, libtool.m4, ltcf-c.sh, ltcf-cxx.sh,
13532         ltcf-gcj.sh: Upgraded to libtool 1.4a 1.641.2.254.  Rebuilt a number
13533         of subdir/configure scripts to use the new libtool.m4.
13535 2001-05-19  Matt Kraai  <kraai@alumni.carnegiemellon.edu>
13537         * MAINTAINERS (Write After Approval): Add myself.
13539 2001-05-18  Benjamin Kosnik  <bkoz@redhat.com>
13541         * configure.in (libstdcxx_flags): Remove reference to libstdc++.INC.
13543 2001-05-11  Ben Elliston  <bje@redhat.com>
13545         * Makefile.in (all-sid): New target.
13546         (check-sid, clean-sid, install-sid): Likewise.
13548 2001-05-09  Jeffrey Oldham  <oldham@codesourcery.com>
13550         * ltcf-cxx.sh: Add -nostdlib to IRIX 6 archive_cmds.
13552 2001-05-03  Alexandre Oliva  <aoliva@redhat.com>
13554         * configure.in (noconfigdirs) [*-cygwin*, *-mingw*, *-beos]: Disable
13555         libgcj.
13557 2001-05-03  Alexandre Oliva  <aoliva@redhat.com>
13559         * Makefile.in (AS_FOR_TARGET, LD_FOR_TARGET, NM_FOR_TARGET): If
13560         gcc/xgcc is built, use -print-prog-name to find out the program
13561         name to use.
13563 2001-04-26  Alexandre Oliva  <aoliva@redhat.com>
13565         * configure.in (noconfigdirs): Don't reset it from scratch in the
13566         target case; only append to it.
13568         * configure.in (noconfigdirs) [hppa*-*-*, mips*-*-irix6*,
13569         sparc-*-solaris2.8]: Disable ${libgcj}.
13571 2001-04-25  Alexandre Oliva  <aoliva@redhat.com>
13573         * configure.in (libgcj_saved): Copy from $libgcj.
13574         (libgcj): Zero out if --enable-libgcj; add to noconfigdirs is
13575         --disable-libgcj.
13577 2001-04-25  Gavin Romig-Koch  <gavin@redhat.com>
13579         * MAINTAINERS: Remove self as MIPS maintainer and
13580         C front end maintainer.
13582 Mon Apr 23 09:15:03 2001  Anthony Green  <green@redhat.com>
13584         * configure.in: Move *-chorusos target case to the proper switch.
13585         Disable libgcj.
13587 2001-04-12  Alexandre Oliva  <aoliva@redhat.com>
13589         * ltconfig, ltmain.sh, ltcf-cxx.sh: Upgraded to libtool 1.4a
13590         1.641.2.228.
13592 2001-04-13  Franz Sirl  <Franz.Sirl-kernel@lauterbach.com>
13594         * Makefile.in (STAGE1_CFLAGS): Pass down.
13596 2001-04-13  Alan Modra  <amodra@one.net.au>
13598         * config.guess: Add hppa64-linux support.  Note for next import that
13599         this is already in the master file.
13600         * configure.in: Likewise.  Accept `parisc' alias for `hppa'.
13602 2001-04-12  Alexandre Oliva  <aoliva@redhat.com>
13604         * ltconfig, ltmain.sh, libtool.m4, ltcf-c.sh, ltcf-cxx.sh,
13605         ltcf-gcj.sh: Upgraded to libtool 1.4a 1.641.2.226.
13607 2001-04-11  Stan Shebs  <shebs@apple.com>
13609         * MAINTAINERS: Add self as Darwin port maintainer.
13611 2001-04-11  Alan Modra  <amodra@one.net.au>
13613         * MAINTAINERS: Update my email address.
13615 2001-04-10  Loren J. Rittle  <ljrittle@acm.org>
13617         * ltcf-cxx.sh: Support creation of C++ shared libraries on
13618         recent versions of FreeBSD (release 3 or later).
13619         * ltconfig: On FreeBSD, -lc must not be provided when building
13620         a shared library or else the standard -pthread gcc option is
13621         rendered worthless to later users of the built library.
13623 2001-04-06  Joseph S. Myers  <jsm28@cam.ac.uk>
13625         * MAINTAINERS: Add self and RTH as C front end maintainers.
13627 2001-04-05  Alexandre Oliva  <aoliva@redhat.com>
13629         * config.sub: Make sure to match an already-canonicalized
13630         machine name (eg. mn10300-unknown-elf).
13632 2001-04-01  Alexandre Oliva  <aoliva@redhat.com>
13634         * Makefile.in (CXX_FOR_TARGET_FOR_RECURSIVE_MAKE, RECURSE_FLAGS):
13635         New macros.
13636         (bootstrap, cross): Use RECURSE_FLAGS.
13637         * configure.in: Subst CXX_FOR_TARGET_FOR_RECURSIVE_MAKE.
13639 2001-03-27  Alexandre Oliva  <aoliva@redhat.com>
13641         * configure.in (CXX_FOR_TARGET): Use xgcc for libstdc++-v3.
13643 2001-03-22  Colin Howell  <chowell@redhat.com>
13645         * Makefile.in (DO_X): Do not backslash single-quotes in
13646         backquotes (two places).
13648 2001-03-22  Alexandre Oliva  <aoliva@redhat.com>
13650         Re-installed:
13651         2001-01-02  Laurynas Biveinis  <lauras@softhome.net>
13652         * ltcf-c.sh: Clear ac_cv_prog_cc_pic for DJGPP.  Do not add
13653         '-DPIC' to ac_cv_prog_cc_pic for DJGPP.
13654         * ltcf-cxx.sh: Likewise.
13655         * ltcf-gcj.sh: Likewise.
13657 2001-03-22  Gerald Pfeifer  <pfeifer@dbai.tuwien.ac.at>
13659         * MAINTAINERS: Add myself as "documentation co-maintainer".
13661 2001-03-22  Alexandre Oliva  <aoliva@redhat.com>
13663         * ltconfig, ltmain.sh, libtool.m4, ltcf-c.sh, ltcf-cxx.sh,
13664         ltcf-gcj.sh: Upgraded to libtool 1.4a 1.641.2.198.
13666 2001-03-19  Tom Tromey  <tromey@redhat.com>
13668         * config-ml.in: Handle GCJ and GCJFLAGS.
13670 2001-03-21  Michael Chastain  <chastain@redhat.com>
13672         * Makefile.in: all-m4 depends on all-texinfo.
13674 2001-03-20  Loren J. Rittle  <ljrittle@acm.org>
13676         * MAINTAINERS: Add myself to write after approval list.
13678 2001-03-18  Laurynas Biveinis  <lauras@softhome.net>
13680         * Makefile.in (DO_X): Quote nested quotes.
13682 2001-03-18  Alan Modra  <alan@linuxcare.com.au>
13684         * MAINTAINERS: Add myself to write after approval list.
13686 2001-03-15  Laurynas Biveinis  <lauras@softhome.net>
13688         * Makefile.in (DO_X): Use double quotes for quoting
13689         "RANLIB=$${RANLIB}".
13691 2001-03-10  Ovidiu Predescu  <ovidiu@cup.hp.com>
13693         * MAINTAINERS: Added Stan Shebs as new maintainer for Objective-C.
13695 2001-03-09  Nicola Pero  <n.pero@mi.flashnet.it>
13697         * configure.in: Only use `lang_requires' for languages athat are
13698         actually enabled.
13700 2001-03-08  Phil Edwards  <pme@sources.redhat.com>
13702         * MAINTAINERS (C++ runtime libs):  Update and alphabatize.
13704 2001-03-08  Alexandre Oliva  <aoliva@redhat.com>
13706         * Makefile.in (ALL_GCC, ALL_GCC_C, ALL_GCC_CXX): Set before use.
13708 2001-03-07  Tom Tromey  <tromey@redhat.com>
13710         * configure.in: Allow config-lang.in to set `lang_requires' to list
13711         of other required languages.
13713 2001-03-06  Laurynas Biveinis  <lauras@softhome.net>
13715         * Makefile.in: Remove RANLIB definition. Use RANLIB
13716         in RANLIB_FOR_TARGET, EXTRA_HOST_FLAGS, EXTRA_TARGET_FLAGS,
13717         EXTRA_GCC_FLAGS, $(DO_X) targets only when the RANLIB is set.
13719 2001-02-28  Benjamin Kosnik  <bkoz@redhat.com>
13720             Alexandre Oliva  <aoliva@redhat.com>
13722         * Makefile.in (check-c++): Use tabs, not spaces.
13724 2001-02-20  Laurynas Biveinis  <lauras@softhome.net>
13726         * MAINTAINERS: add myself to Write After Approval list.
13728 2001-02-19  Benjamin Kosnik  <bkoz@redhat.com>
13730         * Makefile.in (check-c++): New rule.
13732         * configure.in (target_libs): Remove libg++.
13733         (noconfigdirs): Remove libg++.
13734         (noconfigdirs): Same.
13735         (noconfigdirs): Same.
13736         (noconfigdirs): Same.
13738         * config-ml.in: Remove libg++ references.
13740         * Makefile.in (TARGET_CONFIGDIRS): Remove libio, libstdc++, libg++.
13741         (ALL_TARGET_MODULES): Same.
13742         (configure-target-libg++): Remove.
13743         (all-target-libg++): Remove.
13744         (configure-target-libio): Remove.
13745         (all-target-libio): Remove.
13746         (check-target-libio): Remove.
13747         (.PHONY): Remove.
13748         (libg++.tar.bz2): Remove.
13749         (all-target-cygmon): Remove libio.
13750         (all-target-libstdc++): Remove.
13751         (configure-target-libstdc++): Remove.
13752         (TARGET_LIB_PATH): Remove libstdc++.
13753         (ALL_GCC_CXX): Remove libstdc++.
13754         (all-target-gperf): Correct.
13756 2001-02-16  Nick Clifton  <nickc@redhat.com>
13758         * configure.in (noconfigdirs): Allow configuration of texinfo
13759         for Cygwin hosts.
13761 2001-02-15  Anthony Green  <green@redhat.com>
13763         * configure: Introduce GCJ_FOR_TARGET.
13764         * configure.in: Ditto.
13765         * Makefile.in: Ditto.
13767 2001-02-13  Andreas Schwab  <schwab@suse.de>
13769         * MAINTAINERS: Update mail address.
13771 2001-02-09  Martin Schwidefsky  <schwidefsky@de.ibm.com>
13773         * config.guess: Add linux target for S/390.
13774         * config.sub: Likewise.
13776 2001-02-08  Chandrakala Chavva  <cchavva@redhat.com>
13778         * configure.in: for *-chorusos, don't config target-newlib and
13779         target-libgloss.
13781 2001-02-06  Ben Elliston  <bje@redhat.com>
13783         * configure: Output host type to stdout, not stderr.
13785 2001-02-05  Mark Mitchell  <mark@codesourcery.com>
13787         * ltcf-c.sh: Add support for -no-undefined under GNU/Linux.
13788         * ltcf-cxx.sh: Likewise.
13790         * config.if: Assume enable_libstdcxx_v3 is defined.
13792 2001-02-04  Mark Mitchell  <mark@codesourcery.com>
13794         Remove V2 C++ library.
13795         * configure.in: Remove --enable-libstdcxx_v3 support.
13797 2001-01-31  Bryce McKinlay  <bryce@albatross.co.nz>
13799         * include/demangle.h: Add prototype for java_demangle_v3.
13801 2001-01-29  Phil Edwards  <pme@sources.redhat.com>
13803         * COPYING.LIB:  Update to LGPL 2.1 from the FSF.
13805 2001-01-27  Richard Henderson  <rth@redhat.com>
13807         * configure.in (target_makefile_frag) [alpha*-*]: Use mt-alphaieee.
13809 2001-01-27  Michael Sokolov  <msokolov@ivan.Harhan.ORG>
13811         * ltcf-cxx.sh (ac_cv_prog_cc_pic_works, ac_cv_prog_cc_static_works):
13812         Don't unset, it's non-portable and no longer necessary, set to empty
13813         instead.
13815 2001-01-27  Michael Sokolov  <msokolov@ivan.Harhan.ORG>,  Alexandre Oliva  <oliva@lsd.ic.unicamp.br>
13817         * ltconfig: Shell portability fix for the tagname validity check.
13819 2001-01-27  Alexandre Oliva  <aoliva@redhat.com>
13821         * ltcf-c.sh (ld_shlibs) [aix5*]: Disable on unknown CPU types.
13822         * ltcf-cxx.sh, ltcf-gcj.sh: Likewise.
13824 2001-01-26  Michael Sokolov  <msokolov@ivan.Harhan.ORG>
13826         * ltcf-cxx.sh: Use parentheses around eval $ac_compile.
13828 2001-01-26  Tom Tromey  <tromey@redhat.com>
13830         * configure.in: Allow libgcj to be built on Sparc Solaris.
13832 2001-01-25  David Edelsohn  <edelsohn@gnu.org>
13834         * ltcf-c.sh: Add aix5 case.
13835         * ltcf-cxx.sh: Likewise.
13836         * ltconfig: Likewise.
13838 2001-01-24  Alexandre Oliva  <aoliva@redhat.com>
13840         * ltmain.sh (TAG disable-shared, TAG disable-static): Make sure we
13841         keep at least one of build_libtool_libs or build_old_libs set to
13842         yes.
13844         * ltcf-gcj.sh (lt_simple_link_test_code): Remove stray `(0)'.
13845         * libtool.m4 (_AC_LIBTOOL_GCJ): Pass $CPPFLAGS on.
13847 2001-01-23  Bryce McKinlay  <bryce@albatross.co.nz>
13849         * configure.in: Enable libgcj on several additional platforms.
13851 2001-01-22  Bryce McKinlay  <bryce@albatross.co.nz>
13853         * configure.in: Enable libgcj for linux targets.
13855 2001-01-20  Michael Sokolov  <msokolov@ivan.Harhan.ORG>
13857         * MAINTAINERS (Write After Approval): Add myself.
13859 2001-01-15  John David Anglin  <dave@hiauly1.hia.nrc.ca>
13861         * MAINTAINERS: Add myself as vax port maintainer.
13863 2001-01-11  Fergus Henderson  <fjh@cs.mu.oz.au>
13865         * MAINTAINERS: Add myself as Mercury front-end maintainer.
13867 2001-01-09  Mike Stump  <mrs@wrs.com>
13869         * Makefile.in (CONFIGURE_TARGET_MODULES): Pass back configuration
13870         failures of subdirectories.
13872 2001-01-02  Laurynas Biveinis  <lauras@softhome.net>
13874         * ltcf-c.sh: Clear ac_cv_prog_cc_pic for DJGPP.  Do not add
13875         '-DPIC' to ac_cv_prog_cc_pic for DJGPP.
13876         * ltcf-cxx.sh: Likewise.
13877         * ltcf-gcj.sh: Likewise.
13878         * ltconfig.sh: Fix typo.
13880 2001-01-02  Laurynas Biveinis  <lauras@softhome.net>
13882         * configure: handle DOS-style absolute paths.
13884 2001-01-02  Laurynas Biveinis  <lauras@softhome.net>
13886         * configure.in: remove supported directories from $noconfigdirs for DJGPP.
13888 2000-12-30  Marek Michalkiewicz  <marekm@linux.org.pl>
13890         * MAINTAINERS: Add myself as avr port co-maintainer.
13892 2000-12-28  Ben Elliston  <bje@redhat.com>
13894         * MAINTAINERS: Add myself under ``Write After Approval''.
13896 2000-12-19  Joseph S. Myers  <jsm28@cam.ac.uk>
13898         * texinfo: Remove directory from GCC.
13900 2000-12-18  Joseph S. Myers  <jsm28@cam.ac.uk>
13902         * COPYING: Update to current
13903         ftp://ftp.gnu.org/pub/gnu/Licenses/COPYING-2.0 (fixes references
13904         to 19yy as example year in copyright notice).
13906 2000-12-18  Benjamin Kosnik  <bkoz@redhat.com>
13908         * Makefile.in (BASE_FLAGS_TO_PASS): Alphabetize.
13909         (libstdcxx_incdir): Pass down.
13910         * config.if: Remove expired bits for cxx_interface, add stub.
13911         (libstdcxx_incdir): Add variable for g++ include directory.
13912         * configure.in (gxx_include_dir): Use it.
13914 2000-12-18  Alexandre Oliva  <aoliva@redhat.com>
13916         * MAINTAINERS: Added self as sh port co-maintainer.  Removed entry
13917         with old-email address from ``Write After Approval''.
13919 2000-12-15  Andreas Jaeger  <aj@suse.de>
13921         * configure.in: Handle lang_dirs.
13923 2000-12-14  Tom Tromey  <tromey@redhat.com>
13925         * MAINTAINERS: Removed brads.
13927         * MAINTAINERS: Added gcj developers.
13929 2000-12-13  Anthony Green  <green@redhat.com>
13931         * configure.in: Disable libgcj for any target not specifically
13932         listed.  Disable libgcj for x86 and Alpha Linux until compatible
13933         with g++ abi.
13935 2000-12-13  Mike Stump  <mrs@wrs.com>
13937         * Makefile.in (local-distclean): Also remove fastjar.
13939 2000-12-12  Rodney Brown  <RodneyBrown@mynd.com>
13941         * contrib/gcc_update: Add fastjar --touch entries.
13943 2000-12-12  Alexandre Oliva  <aoliva@redhat.com>
13945         * configure.in: Disable language-specific target libraries for
13946         languages that aren't enabled.
13948 2000-12-10  Anthony Green  <green@redhat.com>
13950         * configure.in: Define libgcj.  Disable libgcj target libraries for
13951         most targets.
13953 2000-12-10  Neil Booth  <neilb@earthling.net>
13955         * MAINTAINERS: Update mail address, remove from WAA list.
13957 2000-12-09  Alexandre Petit-Bianco  <apbianco@cygnus.com>
13959         * libjava: Imported from /cvs/java.
13960         * libffi: Likewise.
13961         * Boehm-gc: Likewise.
13963 2000-12-09  Alexandre Petit-Bianco  <apbianco@cygnus.com>
13965         * configure.in (target_libs): Revert 2000-12-08 patch.
13966         (noconfigdirs): Added target-libjava.
13968 2000-12-09  Laurynas Biveinis  <lauras@softhome.net>
13970         * djunpack.bat: removed.
13972 2000-12-09  Laurynas Biveinis  <lauras@softhome.net>
13974         * Makefile.in: handle DOS-style absolute paths.
13975         * config-ml.in: likewise.
13976         * symlink-tree: likewise.
13978 2000-12-08  Alexandre Petit-Bianco  <apbianco@cygnus.com>
13980         * fastjar: Imported.
13982 2000-12-08  Alexandre Petit-Bianco  <apbianco@cygnus.com>
13984         * Makefile.in (TARGET_CONFIGDIRS): Wrong place. Removed note about
13985         libjava.
13986         * configure.in (target_libs): Removed `target-libjava'.
13988 2000-12-08  Alexandre Petit-Bianco  <apbianco@cygnus.com>
13990         * Makefile.in (TARGET_CONFIGDIRS): Added note about libjava.
13991         (ALL_MODULES): Added fastjar.
13992         (NATIVE_CHECK_MODULES, INSTALL_MODULES, CLEAN_MODULES): Likewise.
13993         (all-target-libjava): all-fastjar replaces all-zip.
13994         (all-fastjar): Added.
13995         (configure-target-fastjar, all-target-fastjar): Likewise.
13996         * configure.in (host_tools): Added fastjar.
13998 2000-12-07  Mike Stump  <mrs@wrs.com>
14000         * Makefile.in (local-distclean): Remove leftover built files.
14002 2000-11-24  Nick Clifton  <nickc@redhat.com>
14004         * configure.in (xscale-elf): Add target.
14005         (xscale-coff): Add target.
14007 2000-11-22  Loren J. Rittle  <ljrittle@acm.org>
14009         * ltcf-cxx.sh: Support creation of C++ shared libraries on
14010         recent versions of FreeBSD (release 3 or later).
14011         * ltconfig: On FreeBSD, -lc must not be provided when building
14012         a shared library or else the standard -pthread gcc option is
14013         rendered worthless to later users of the built library.
14015 2000-11-16  Fred Fish  <fnf@be.com>
14017         * configure.in (enable_libstdcxx_v3): Fix typo,
14018         libstd++ -> libstdc++.
14020 2000-11-21  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
14022         * MAINTAINERS: Add self to Write After Approval list.
14024 2000-11-21  Bernd Schmidt  <bernds@redhat.com>
14026         * MAINTAINERS: Update my email address.  Add myself to global write
14027         privs list.
14029 2000-11-18  Alexandre Oliva  <aoliva@redhat.com>
14031         * Makefile.in: Merge with src and libgcj.
14032         (ALL_GCC_C, ALL_GCC_CXX): New macros.  Use them as dependencies of
14033         configure-target-<library> when their configure scripts need the C
14034         or C++ library to have already been built to work properly.
14035         (do_proto_toplev): Set them to an empty string.
14037         * Makefile.in (HOST_LIB_PATH, TARGET_LIB_PATH): New macros.
14038         (REALLY_SET_LIB_PATH): Use them.
14040 2000-11-17  Stan Shebs  <shebs@apple.com>
14042         * MAINTAINERS: Add self to Write After Approval list.
14044 2000-11-13  Joseph S. Myers  <jsm28@cam.ac.uk>
14046         * configure: Provide the original toplevel configure arguments
14047         (including $0) to subprocesses in the environment rather than
14048         through gcc/configargs.h.
14050 2000-11-13  Joseph S. Myers  <jsm28@cam.ac.uk>
14052         * MAINTAINERS: Remove references to cccp. Change C9X reference to
14053         C99.  Alphabetise "Write After Approval" list.
14055 2000-11-12  Mark Mitchell  <mark@codesourcery.com>
14057         * configure: Turn on libstdc++ V3 by default.
14059         * ltcf-c.sh: On Solaris, use `gcc -shared' to build a shared library
14060         if we've got GCC.
14062 2000-11-11  Philip Blundell  <philb@gnu.org>
14064         * MAINTAINERS: Add self to Write After Approval list.
14066 2000-11-09  David Edelsohn  <edelsohn@gnu.org>
14068         * ltcf-c.sh (aix4): Improve shared library configuration; require
14069         exporting symbols.
14070         * ltcf-cxx.sh (aix4): Define.
14071         * ltconfig (aix4): Define library and soname specs appropriate for
14072         AIX.  Define command to create export symbols list.
14074 Mon Nov  6 14:19:35 2000  Christopher Faylor  <cgf@cygnus.com>
14076         * config.sub: Add support for Sun Chorus
14078 2000-10-31  Nick Clifton  <nickc@redhat.com>
14080         * MAINTAINERS: Rename <name>@cygnus.com addresses to
14081         <name>@redhat.com.  Also installed new email address for Clint
14082         Popetz.
14084 2000-10-30  Joseph S. Myers  <jsm28@cam.ac.uk>
14086         * etc: Remove directory from GCC.
14088 2000-10-16  Michael Meissner  <meissner@redhat.com>
14090         * configure (gcc/configargs.h): Only create if there is a build GCC
14091         directory created.
14093 2000-10-16  Matthias Klose  <doko@debian.org>
14095         * config.if: Search libstdc++-v3/configure.in for INTERFACE,
14096         when configured for libstdc++-v3.
14098 2000-10-05  Phil Edwards  <pme@gcc.gnu.org>
14100         * configure: Save configure arguments to gcc/configargs.h.
14102 2000-10-04  Philipp Thomas  <pthomas@suse.de>
14104         * config.guess: Import CVS version 1.157.
14105         * config.sub: Import CVS version 1.181.
14107 2000-10-04  Andris Pavenis  <pavenis@latnet.lv>
14109         * Makefile.in (bootstrap): avoid recursion if subdir missing
14110         (cross): ditto
14111         (do-proto-toplev): ditto
14113 2000-09-30  Alexandre Oliva  <aoliva@redhat.com>
14115         * Makefile.in (DEVO_SUPPORT): Added gettext.m4, libtool.m4,
14116         ltcf-c.sh, ltcf-cxx.sh and ltcf-gcj.sh.
14118         * ltconfig, ltmain.sh, libtool.m4, ltcf-cxx.sh: Updated from libtool
14119         multi-language branch, to work around Solaris' /bin/sh bug.  Rebuilt
14120         all affected `configure' scripts.
14122 Mon 25-Sep-2000 19:46:09 BST  Neil Booth  <neilb@earthling.net>
14124         * MAINTAINERS: Add self as cpplib co-maintainer.
14126 2000-09-24  Aldy Hernandez  <aldyh@redhat.com>
14128         * MAINTAINERS: Add self to Write After Approval list.
14130 2000-09-18  Gerald Pfeifer  <pfeifer@dbai.tuwien.ac.at>
14132         * INSTALL/README: egcs -> GCC update.
14134 Sun Sep 17 16:55:59 CEST 2000  Marc Espie  <espie@cvs.openbsd.org>
14136         * MAINTAINERS: Add myself to Write After Approval list.
14138 2000-09-15  Kazu Hirata  <kazu@hxi.com>
14140         * MAINTAINERS: Add myself to Write After Approval list.
14142 Wed Sep 13 11:11:29 2000  Jeffrey A Law  (law@cygnus.com)
14144         * configure.in: Do not build byacc for hppa64.  Provide paths to the
14145         X11 libraries for hppa64.
14147 2000-09-08  Stephane Carrez  <Stephane.Carrez@worldnet.fr>
14149         * MAINTAINERS: Add myself as 68hc11 port maintainer.
14151 2000-09-06  Alexandre Oliva  <aoliva@redhat.com>
14153         * Makefile.in (all-zlib): Added dummy target.
14155         * ltconfig, ltmain.sh, libtool.m4, ltcf-c.sh, ltcf-cxx.sh,
14156         ltcf-gcj.sh: Updated from libtool multi-language branch.
14158 2000-09-05  Alexandre Oliva  <aoliva@redhat.com>
14160         * Makefile.in (all-bootstrap): Added all-texinfo and all-zlib.
14161         (bootstrap*): Depend on all-bootstrap.
14163 2000-09-05  Philipp Thomas  <pthomas@suse.de>
14165         * config.guess: Import CVS version 1.156.
14166         * config.sub: Import CVS version 1.179.
14168 2000-09-02  Anthony Green  <green@cygnus.com>
14170         * Makefile.in (all-gcc): Depend on all-zlib.
14171         (CLEAN_MODULES): Add clean-zlib.
14172         (ALL_MODULES): Add all-zlib.
14173         * configure.in (host_libs): Add zlib.
14175 2000-09-02  Alexandre Oliva  <aoliva@redhat.com>, DJ Delorie  <dj@redhat.com>
14177         * configure.in (FLAGS_FOR_TARGET): Use -nostdinc even for Canadian
14178         crosses, but add gcc/include to the header search path for them.
14180 2000-08-04  David E. O'Brien  <obrien@FreeBSD.org>
14182         * MAINTAINERS: Add self to Write After Approval list.
14184 2000-08-27  Franz Sirl  <Franz.Sirl-kernel@lauterbach.com>
14186         * config.guess: Import CVS version 1.152.
14187         * config.sub: Import CVS version 1.177.
14189 2000-08-25  Alexandre Oliva  <aoliva@redhat.com>
14191         * configure.in (FLAGS_FOR_TARGET): Use $target_configdirs and
14192         $targargs to tell whether newlib is going to be built.
14194         * configure.in [disable-libstdcxx-v3] (libstdcxx_flags): Search
14195         $$r/TARGET_SUBDIR/libio for _G_config.h.
14197 2000-08-23  Alexandre Oliva  <aoliva@redhat.com>
14199         * MAINTAINERS: Add self as a build machinery (*.in) maintainer.
14201 2000-08-22  DJ Delorie  <dj@redhat.com>
14203         * MAINTAINERS: Add self as a build machinery (*.in) maintainer
14205 2000-08-22  Alexandre Oliva  <aoliva@redhat.com>
14207         * config-ml.in (CC, CXX): Avoid trailing whitespace.
14208         (LD_LIBRARY_PATH, SHLIB_PATH): Adjust for multilibs and export to
14209         sub-configures.
14211 2000-08-21  DJ Delorie  <dj@redhat.com>
14213         * MAINTAINERS: Add self as a libiberty maintainer
14215 2000-08-16  Alexandre Oliva  <aoliva@redhat.com>
14217         * configure.in (libstdcxx_flags): Use
14218         libstdc++-v3/src/libstdc++.INC.
14220 2000-08-15  Alexandre Oliva  <aoliva@redhat.com>
14222         * configure.in (libstdcxx_flags): Use libstdc++-v3/src/INCLUDES.
14224 2000-08-14  Zack Weinberg  <zack@wolery.cumb.org>
14226         * configure.in (libstdcxx_flags): Remove -isystem $$s/libio/stdio.
14228         * configure: Make enable_threads and enable_shared defaults
14229         explicit.  Substitute enable_threads into generated Makefiles.
14230         * configure.in: Accept *-*-linux* not just *-*-linux-gnu*.
14231         * libtool.m4: Accept *-*-linux* not just *-*-linux-gnu*.
14233 2000-08-13  Geoff Keating  <geoffk@cygnus.com>
14235         * Makefile.in (GCC_FOR_TARGET): Also add -B$$r/gcc/ here.
14237 2000-08-12  Alexandre Oliva  <aoliva@redhat.com>
14239         * config-ml.in (CC): Remove bogus duplicate quotation mark from
14240         previous delta.
14242 2000-08-11  Jason Merrill  <jason@redhat.com>
14244         * configure.in (CC_FOR_TARGET, CHILL_FOR_TARGET,
14245         CXX_FOR_TARGET): Add -B$$r/gcc/ here.
14246         (FLAGS_FOR_TARGET): Not here.
14247         (CHILL_FOR_TARGET, CXX_FOR_TARGET): Don't check the list of languages.
14249 2000-08-11  Alexandre Oliva  <aoliva@redhat.com>
14251         * config-ml.in (CC, CXX): Don't introduce a leading space.
14253 2000-08-07  DJ Delorie  <dj@delorie.com>
14255         * MAINTAINERS: Add self as a DJGPP maintainer
14257 2000-08-07  DJ Delorie  <dj@redhat.com>
14259         * configure.in (FLAGS_FOR_TARGET): invert test for xgcc, should mean
14260         "if we're also building gcc, and it's a gcc that will run on the
14261         build machine, we want to use its includes instead of the system's
14262         default includes".
14264 2000-08-04  Joseph S. Myers  <jsm28@cam.ac.uk>
14266         * MAINTAINERS: Add self to Write After Approval list.
14268 2000-08-03  Alexandre Oliva  <aoliva@redhat.com>
14270         * configure.in (libstdcxx_flags): Don't use `"'.
14272         * config-ml.in: Adjust multilib search paths to the
14273         appropriate multilib tree.
14275 2000-08-02  Alexandre Oliva  <aoliva@redhat.com>
14277         * configure.in (CHILL_FOR_TARGET, CXX_FOR_TARGET): Convert blanks to
14278         commas in $LANGUAGES.
14280 2000-08-02  Manfred Hollstein  <manfredh@redhat.com>
14282         * configure.in: Re-enable all references to libg++ and librx.
14284 2000-08-01  Alexandre Oliva  <aoliva@redhat.com>
14286         * ltconfig, ltmain.sh: Update from libtool multi-language branch.
14287         * ltcf-c.sh (need_lc): Fix test message.  Set wl for archive_cmds.
14288         (ac_cv_prog_cc_pic): Don't print `cached' without `checking'.
14289         * ltcf-cxx.sh (need_lc): Set based on postdeps.
14291         * configure.in (qCXX_FOR_TARGET): Use echo instead of expr.
14293 2000-07-31  Alexandre Oliva  <aoliva@redhat.com>
14295         * configure.in (qCXX_FOR_TARGET): Quote `&' characters in
14296         CXX_FOR_TARGET for sed.
14298 2000-07-30  Alexandre Oliva  <aoliva@redhat.com>
14300         * configure.in (CC_FOR_TARGET, CHILL_FOR_TARGET, CXX_FOR_TARGET):
14301         Do not override if already set in the environment or in configure.
14302         Don't duplicate $(FLAGS_FOR_TARGET) if it already appears in them.
14303         (FLAGS_FOR_TARGET): Don't use host directories on Canadian crosses.
14305 2000-07-28  Alexandre Oliva  <aoliva@redhat.com>
14307         * libtool.m4, ltcf-c.sh, ltcf-cxx.sh, ltcf-gcj.sh: New files from
14308         the libtool CVS tree multi-language branch.
14309         * ltconfig, ltmain.sh: Updated.
14311 2000-07-27  Alexandre Oliva  <aoliva@redhat.com>
14313         * Makefile.in (clean-target-libgcc): Remove gcc/libgcc.
14314         (clean-target): Depend on it.
14316         * Makefile.in (FLAGS_FOR_TARGET): New macro.
14317         (GCC_FOR_TARGET): Use it.
14318         (CC_FOR_TARGET, CXX_FOR_TARGET, CHILL_FOR_TARGET): Now defined...
14319         * configure.in: ... here.
14320         (FLAGS_FOR_TARGET): Define.  Add ld build dir to -L path.
14321         (libstdcxx_flags): Define and append to CXX_FOR_TARGET.
14323 2000-07-24  Eric Christopher  <echristo@cygnus.com>
14325         * MAINTAINERS: Add self to Write After Approval list.
14327 2000-07-24  Alexandre Oliva  <aoliva@redhat.com>
14329         * Makefile.in (configure-target-libf2c): Depend on $(ALL_GCC).
14330         (configure-target-libchill, configure-target-libobjc): Likewise.
14332         * configure.in: Use the same cache file for all target libs.
14333         * config-ml.in: But different cache files per multilib variant.
14335 2000-07-23  Michael Sokolov  <msokolov@ivan.Harhan.ORG>
14337         * configure (topsrcdir): Don't use dirname.
14339 2000-07-22  Jeffrey Oldham  <oldham@codesourcery.com>
14341         * MAINTAINERS: Add self to Write After Approval list.
14343 2000-07-20  Jason Merrill  <jason@redhat.com>
14345         * configure.in: Remove all references to libg++ and librx.
14347         * configure, configure.in, Makefile.in: Unify gcc and binutils.
14349 2000-07-20  Hans-Peter Nilsson  <hp@axis.com>
14351         * config.sub: Update to subversions version 2000-07-06.
14353 2000-07-12  Andrew Haley  <aph@cygnus.com>
14355         * configure.in (host_makefile_frag): Use mh-ia64pic on IA-64 hosts.
14356         (target_makefile_frag): Use mt-ia64pic on IA-64 targets.
14358 2000-07-07  Phil Edwards  <pme@sourceware.cygnus.com>
14360         * symlink-tree:  Check number of arguments.
14362 2000-07-05  Jim Wilson  <wilson@cygnus.com>
14364         * Makefile.in (CXX_FOR_TARGET): Add libstdc++ to the library
14365         search path for a g++ extracted from the build tree.  This
14366         will allow link tests run by configure scripts in
14367         subdirectories to succeed.
14369 2000-07-01  Koundinya K  <kk@ddeorg.soft.net>
14371         * ltconfig: Add support for mips-dde-sysv4.2MP
14373 2000-06-29  Michael Hayes  <m.hayes@elec.canterbury.ac.nz>
14375         * MAINTAINERS: Add myself as loop discovery maintainer.
14377 2000-06-28  Corinna Vinschen  <vinschen@cygnus.com>
14379         * ltconfig: Check for host_os beeing one of `cygwin', `mingw' or
14380         `os2'. Force ac_cv_exeext to be ".exe" in that case.
14382 2000-06-19  Timothy Wall  <twall@cygnus.com>
14384         * configure.in (noconfigdirs): Set noconfigdirs for tic54x target.
14385         * config.sub: Add tic54x target.
14387 Sun Jun 11 17:20:00 MET 2000  Toon Moene  <toon@moene.indiv.nluug.nl>
14389         * MAINTAINERS: Add self as Fortran maintainer,
14390         remove Craig Burley.
14392 Tue May 30 19:01:12 2000  Andrew Cagney  <cagney@b1.cygnus.com>
14394         * config.sub: Import CVS version 1.167 Tue May 30 09:00:07 2000.
14395         * config.guess: Import CVS version 1.148 Tue May 30 09:00:06 2000
14397 Mon May 29 21:15:00 MET 2000  Philipp Thomas  <pthomas@suse.de>
14399         * MAINTAINERS: Add self as i18n maintainer
14401 20000-05-21  H.J. Lu  (hjl@gnu.org)
14403         * Makefile.in (CC_FOR_TARGET): Make sure as/ld in the gcc
14404         directory are used if they exist. Make sure
14405         $(build_tooldir)/include is searched for header files,
14406         $(build_tooldir)/lib/ for library files.
14407         (GCC_FOR_TARGET): Likewise.
14408         (CXX_FOR_TARGET): Likewise.
14410 Thu May 18 10:58:13 2000  Jeffrey A Law  (law@cygnus.com)
14412         * configure.in (hppa*64*-*-*): Do build ld for this configuration.
14414 Wed May 17 16:03:48 2000  Alexandre Oliva  <aoliva@cygnus.com>
14416         * Makefile.in (configure-target-libiberty): Depend on
14417         configure-target-newlib.
14419 2000-05-16  Alexandre Oliva  <aoliva@cygnus.com>
14421         * configure.in, Makefile.in: Merge all libffi-related
14422         configury stuff from the libgcj tree.
14424 Tue May 16 10:06:21 2000  Andrew Cagney  <cagney@b1.cygnus.com>
14426         Thu Apr 27 11:01:48 2000 Andrew Cagney <cagney@b1.cygnus.com>:
14427         * Makefile.in (do-tar-bz2, do-md5sum): Skip CVS directories.
14429 Tue May 16 09:57:35 2000  Andrew Cagney  <cagney@b1.cygnus.com>
14431         Wed Apr 26 17:03:53 2000 Andrew Cagney <cagney@b1.cygnus.com>:
14432         * Makefile.in (do-djunpack): New target. Update djunpack.bat with
14433         current version information.  Add to proto-toplev directory.
14434         (gdb-taz): Build do-djunpack.
14436 2000-05-15  David Edelsohn  <edelsohn@gnu.org>
14438         * configure.in: Special case powerpc*-*-aix* target_makefile_frag.
14440 Mon May 15 13:39:09 2000  Andrew Cagney  <cagney@b1.cygnus.com>
14442         * MAINTAINERS: Add self to Write After Approval list.
14444 2000-05-13 Alexandre Oliva  <oliva@lsd.ic.unicamp.br>
14446         * ltmain.sh: Preserve in relink_command any environment
14447         variables that may affect the linker behavior.
14449 Fri May 12 11:23:17 2000  Jeffrey A Law  (law@cygnus.com)
14451         * config.sub (basic_machine): Recognize hppa64 as a valid cpu type.
14453 Wed May 10 21:26:51 2000  Jim Wilson  <wilson@cygnus.com>
14455         * configure.in (ia64*-*-elf*): Add gdb and friends to noconfigdirs.
14457 2000-05-08  Eli Zaretskii  <eliz@is.elta.co.il>
14459         * djunpack.bat: Change the Sed script to replace @V@ in fnchange.lst
14460         with the version name.
14462 Sat May  6 21:12:55 CDT 2000  Jason Eckhardt  <jle@cygnus.com>
14464         * MAINTAINERS: Add self as bb-reorder maintainer.
14466 2000-05-01  Benjamin Kosnik  <bkoz@cygnus.com>
14468         * config.if: Tweak.
14470 2000-04-23  Eli Zaretskii  <eliz@is.elta.co.il>
14472         * djunpack.bat: New file.
14474 Wed Apr 19 12:46:26 2000  Andrew Cagney  <cagney@b1.cygnus.com>
14476         * Makefile.in (taz, gdb-taz, gas.tar.bz2, binutils.tar.bz2,
14477         gas+binutils.tar.bz2, libg++.tar.bz2, gnats.tar.bz2, gdb.tar.bz2,
14478         dejagnu.tar.bz2, gdb+dejagnu.tar.bz2, insight.tar.bz2,
14479         insight+dejagnu.tar.bz2, newlib.tar.bz2): Pass MD5PROG to sub-make.
14481 2000-04-16  Dave Pitts  <dpitts@cozx.com>
14483         * config.sub (case $basic_machine): Change default for "ibm-*"
14484         to "openedition".
14486 2000-04-13  Andreas Jaeger  <aj@suse.de>
14488         * MAINTAINERS: Added myself.
14490 Wed Apr 12 16:42:48 2000  Andrew Cagney  <cagney@b1.cygnus.com>
14492         * Makefile.in (gdb-taz): New target.  GDB specific archive.
14493         (do-md5sum): New target.
14494         (MD5PROG): Define.
14495         (PACKAGE): Default to TOOL.
14496         (VER): Default to a shell script.
14497         (taz): Rewrite target.  Move real work to do-proto-toplev.  Include
14498         md5 checksum generation.
14499         (do-proto-toplev): New target. Create $(PACKAGE)-$(VER) link.
14500         (do-tar-bz2): Delete creation of $(PACKAGE)-$(VER) link.
14501         (gdb.tar.bz2, dejagnu.tar.bz2, gdb+dejagnu.tar.bz2,
14502         insight.tar.bz2): Use gdb-taz to create archive.
14504 Fri Apr  7 18:10:29 2000  Andrew Cagney  <cagney@b1.cygnus.com>
14506         * configure (warn_cflags): Delete.
14508 Thu Apr  6 16:15:14 2000  Philippe De Muyter  <phdm@macqel.be>
14510         * MAINTAINERS: Added myself.
14512 2000-04-05  Benjamin Kosnik  <bkoz@cygnus.com>
14513             Martin v. Löwis  <martin@loewis.home.cs.tu-berlin.de>
14515         * configure.in (enable_libstdcxx_v3): Add.
14516         (target_libs): Add bits here to switch between libstdc++-v2 and
14517         libstdc++-v3.
14518         * config.if: And this file too.
14519         * Makefile.in: Add libstdc++-v3 targets.
14521 2000-04-05  Michael Meissner  <meissner@redhat.com>
14523         * config.sub (d30v): Add d30v as a basic machine type.
14525 2000-03-29  Jason Merrill  <jason@casey.cygnus.com>
14527         * configure.in: -linux-gnu*, not -linux-gnu.
14529 Sun Mar 12 17:30:30 2000  Toon Moene  <toon@moene.indiv.nluug.nl>
14531         * MAINTAINERS: Add self in write-after-approval section.
14533 Sun Mar 12 00:23:32 2000  Jim Wilson  <wilson@cygnus.com>
14535         * MAINTAINERS: Add self as ia64 port maintainer.
14537 2000-03-08  Neil Booth  <NeilB@earthling.net>
14539         * MAINTAINERS: Add self in write-after-approval section.
14541 Fri Mar  3 18:44:08 2000  Andrew Cagney  <cagney@b1.cygnus.com>
14543         * Makefile.in (taz): Set PACKAGE to TOOL when not defined.
14544         (do-tar-bz2): Replace TOOL with PACKAGE.
14545         (gdb.tar.bz2): Remove GDBTK from GDB package.
14546         (gdb+dejagnu.tar.bz2, insight.tar.bz2, insight+dejagnu.tar.bz2,
14547         dejagnu.tar.bz2): New packages.
14549 2000-02-27  Andreas Jaeger  <aj@suse.de>
14551         * configure.in: Add entry for mips*-*-linux*, move catch all
14552         *-*-*linux* entry below this one.
14554 2000-02-27  Ian Lance Taylor  <ian@zembu.com>
14556         * ltconfig, ltmain.sh: Update to libtool 1.3.4.
14558 2000-02-24  Nick Clifton  <nickc@cygnus.com>
14560         * config.sub: Support an OS of "wince".
14562 Thu Feb 24 16:15:56 2000  Andrew Cagney  <cagney@b1.cygnus.com>
14564         * config.guess, config.sub: Updated to match config's 2000-02-15
14565         version.
14567 2000-02-23  Linas Vepstas  <linas@linas.org>
14569         * config.sub: Add support for Linux/IBM 370.
14570         * configure.in: Likewise.
14572 2000-02-22  Nick Clifton  <nickc@cygnus.com>
14574         * configure.in: Add mips-pe, sh-pe and arm-wince-pe targets.
14576 2000-02-20  Christopher Faylor  <cgf@cygnus.com>
14578         * config.guess: Guess "cygwin" rather than "cygwin32".
14580 2000-02-16  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
14582         * configure (gcc_version): When setting, narrow search to
14583         lines containing `version_string'.
14585 2000-02-15  Denis Chertykov  <denisc@overta.ru>
14587         * config.sub: Add support for avr target.
14589 2000-02-14  Nick Clifton  <nickc@cygnus.com>
14591         * MAINTAINERS: Add maintainers for MCore port.
14593 Tue Feb  1 00:07:46 2000  Hans-Peter Nilsson  <hp@bitrange.com>
14595         * config.sub: Add mmix-knuth-mmixware.
14597 2000-01-31  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
14599         * MAINTAINERS: Pair cccp with cpplib maintainership.
14601 2000-01-27  Christopher Faylor  <cgf@redhat.com>
14603         * Makefile.in (CC_FOR_TARGET): Add new winsup directory
14604         structure stuff to -L library search.
14605         (CXX_FOR_TARGET): Ditto.
14606         (CROSS_CHECK_MODULES): Fix spelling mistake.
14608 2000-01-24  Mark Mitchell  <mark@codesourcery.com>
14610         * Makefile.in (CXX_FOR_TARGET): Use g++, not xgcc, to invoke
14611         the C++ compiler.
14613 2000-01-12  Richard Henderson  <rth@cygnus.com>
14615         * configure.in: Don't build some bits for beos.
14617 2000-01-12  Joel Sherrill (joel@OARcorp.com)
14619         * Makefile.in (CC_FOR_TARGET): Use newlib libraries as well
14620         as include files.
14622 2000-01-11  Zack Weinberg  <zack@wolery.cumb.org>
14624         * Add self as cpplib maintainer, as requested by Jason
14625         Merrill.  Correct my e-mail address.
14627 2000-01-06  Geoff Keating  <geoffk@cygnus.com>
14629         * configure.in: Use mt-aix43 to handle *_TARGET defs,
14630         not mh-aix43.
14632 Thu Dec 23 03:43:36 1999  Hans-Peter Nilsson  <hp@bitrange.com>
14634         * MAINTAINERS: Add myself to "write after approval" list.
14636 1999-12-14  Richard Henderson  <rth@cygnus.com>
14638         * config.guess (alpha-osf, alpha-linux): Detect ev67.
14639         * config.sub: Accept alphaev[78], alphaev8.
14641 1999-12-03  Alexandre Oliva  <oliva@lsd.ic.unicamp.br>
14643         * config.guess, config.sub: Update from autoconf.
14645 1999-11-29  Bruce Korb  <autogen@linuxbox.com>
14647         * MAINTAINERS:  update my playtime e-address.
14649 Tue Nov 23 00:57:41 1999  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
14651         * config-ml.in (sparc*-*-*): Disable sparcv9 support if the
14652         necessary libraries are missing.
14654 Fri Nov 19 11:22:31 MST 1999  Diego Novillo  <dnovillo@cygnus.com>
14656         * MAINTAINERS: Add new 'write after approval' maintainer.
14658 Wed Nov 17 16:08:43 1999  Alexandre Petit-Bianco  <apbianco@cygnus.com>
14660         * MAINTAINERS: Add new Java maintainer.
14662 1999-10-25  Andreas Schwab  <schwab@suse.de>
14664         * configure: Fix quoting inside arguments of eval.
14666 1999-10-21  Nick Clifton  <nickc@cygnus.com>
14668         * config-ml.in: Allow suppression of some ARM multilibs.
14670 Tue Sep  7 23:33:57 1999  Linas Vepstas  <linas@linas.org>
14672         * config.guess: Add OS/390 match pattern.
14673         * config.sub: Add mvs, openedition targets.
14674         * configure.in (i370-ibm-opened*): New.
14676 1999-09-04  Steve Chamberlain  <sac@pobox.com>
14678         * config.sub: Add support for configuring for pj.
14680 1999-08-31  Nick Clifton  <nickc@cygnus.com>
14682         * config.sub (maybe_os): Add support for configuring for fr30.
14684 1999-08-25  Nick Clifton  <nickc@cygnus.com>
14686         * configure.in: Do not configure or build ld for AIX
14687         platforms.  ld is known to be broken on these platforms.
14689 Wed Aug 25 01:12:25 1999  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
14691         * config-ml.in: Pass compiler flag corresponding to multidirs to
14692         subdir configures.
14694 1999-08-09  Ian Lance Taylor  <ian@zembu.com>
14696         * Makefile.in (LDFLAGS): Define.
14698 1999-08-08  Mumit Khan  <khan@xraylith.wisc.edu>
14700         * configure.in (i[3456]-*-mingw32*): Don't put gprof in
14701         noconfigdirs.
14702         (*-*-cygwin*): Likewise.
14704 1999-08-08  Ian Lance Taylor  <ian@zembu.com>
14706         * mkdep: New file.
14707         * Makefile.in (GAS_SUPPORT_DIRS): Add mkdep.
14708         (BINUTILS_SUPPORT_DIRS): Add mkdep.
14710         From Eli Zaretskii <eliz@is.elta.co.il>:
14711         * configure (tmpfile): Change cONf$$ to cNf$$ to avoid an overly
14712         long file name when using DJGPP on MS-DOS.
14714 Wed Aug  4 02:07:14 1999  Jeffrey A Law  (law@cygnus.com)
14716         * config.sub (vxworks case): Use os=-vxworks, not os=vxworks.
14718 1999-07-30  Alan Modra  <alan@spri.levels.unisa.edu.au>
14720         * Makefile.in (check-target-libio): Remove all-target-libstdc++
14721         dependency as this causes "make check" to globally "make all"
14723 Tue Jun 22 23:45:18 1999  Tom Tromey  <tromey@cygnus.com>
14725         * configure.in (target_libs): Added target-zlib.
14726         * Makefile.in (ALL_TARGET_MODULES): Added zlib.
14727         (CONFIGURE_TARGET_MODULES): Likewise.
14728         (CHECK_TARGET_MODULES): Likewise.
14729         (INSTALL_TARGET_MODULES): Likewise.
14730         (CLEAN_TARGET_MODULES): Likewise.
14731         (configure-target-zlib): New target.
14732         (all-target-zlib): Likewise.
14733         (all-target-libjava): Depend on all-target-zlib.
14734         (configure-target-libjava): Depend on configure-target-zlib.
14736         * Makefile.in (configure-target-libjava): Depend on
14737         configure-target-newlib.
14738         (configure-target-boehm-gc): New target.
14739         (configure-target-qthreads): New target.
14741         * configure.in (target_libs): Added target-qthreads.
14742         * Makefile.in (ALL_TARGET_MODULES): Added qthreads.
14743         (CONFIGURE_TARGET_MODULES): Likewise.
14744         (CHECK_TARGET_MODULES): Likewise.
14745         (INSTALL_TARGET_MODULES): Likewise.
14746         (CLEAN_TARGET_MODULES): Likewise.
14747         (all-target-qthreads): New target.
14748         (configure-target-libjava): Depend on configure-target-qthreads.
14749         (all-target-libjava): Depend on all-target-qthreads.
14751         * Makefile.in (ALL_TARGET_MODULES): Added libjava, boehm-gc.
14752         (CONFIGURE_TARGET_MODULES): Likewise.
14753         (CHECK_TARGET_MODULES): Likewise.
14754         (INSTALL_TARGET_MODULES): Likewise.
14755         (CLEAN_TARGET_MODULES): Likewise.
14756         (all-target-libjava): New target.
14757         (all-target-boehm-gc): Likewise.
14758         * configure.in (target_libs): Added libjava, boehm-gc.
14760 1999-07-22  Ian Lance Taylor  <ian@zembu.com>
14762         * Makefile.in (binutils.tar.bz2): Don't pass makeall.bat and
14763         configure.bat in SUPPORT_FILES.
14764         (gas+binutils.tar.bz2): Likewise.
14766         * makeall.bat: Remove; obsolete.
14768 1999-07-21  Ian Lance Taylor  <ian@zembu.com>
14770         From Mark Elbrecht:
14771         * configure.bat: Remove; obsolete.
14773 1999-07-11  Ian Lance Taylor  <ian@zembu.com>
14775         * configure: Add -W -Wall to the default CFLAGS when compiling with
14776         gcc.
14778 Thu Jul  8 12:32:23 1999  John David Anglin <dave@hiauly1.hia.nrc.ca>
14780         * configure.in: Build ld, binutils & gas for hppa*-*-linux-gnu*.
14782 1999-06-30  Mark Mitchell  <mark@codesourcery.com>
14784         * configure.in: Build ld on IRIX6.
14786 1999-06-12  Ian Lance Taylor  <ian@zembu.com>
14788         * Makefile.in: Change distribution targets to use bzip2 instead of
14789         gzip.
14790         (TEXINFO_SUPPORT): Set to just texinfo/texinfo.tex.
14791         (taz): Don't use texinfo/gpl.texinfo or texinfo/lgpl.texinfo.
14793 1999-06-04  Nick Clifton  <nickc@cygnus.com>
14795         * config.sub: Add mcore target.
14797 Sun May 30 16:03:16 1999  Cort Dougan  <cort@cs.nmt.edu>
14799         * config.guess (ppc-*-linux-gnu): Also use ld emul elf32ppclinux.
14801 Tue May 25 11:20:46 1999  H.J. Lu  (hjl@gnu.org)
14803         * config.guess (dummy): Changed to $dummy.
14805 1999-05-24  Nick Clifton  <nickc@cygnus.com>
14807         * config.sub: Tidied up case statements.
14809 1999-05-22  Ben Elliston  <bje@cygnus.com>
14811         * config.guess: Handle NEC UX/4800. Contributed by Jiro Takabatake
14812         <jiro@din.or.jp>.
14814         * config.guess: Merge with FSF version. Future changes will be
14815         more accurately recorded in this ChangeLog.
14816         * config.sub: Likewise.
14818 Thu May 20 10:00:42 1999   Stephen L Moshier  <moshier@world.std.com>
14820          * Makefile.in (GCC_FOR_TARGET): Add -I$(build_tooldir)/include.
14822 1999-04-30  Tom Tromey  <tromey@cygnus.com>
14824         * ltmain.sh: [mode link] Always use CC given by ltconfig.
14826 1999-04-23  Tom Tromey  <tromey@cygnus.com>
14828         * ltconfig, ltmain.sh: Update to libtool 1.2f.
14830 1999-04-20  Drew Moseley  <dmoseley@cygnus.com>
14832         * configure.in (noconfigdirs): Don't build libstub for arm-elf targets.
14833         (noconfigdirs): Don't build any bsp stuff for for arm-oabi targets.
14834         Bad merge removed these two changes.
14836 Tue Apr 13 22:50:54 1999  Donn Terry (donn@interix.com)
14837                           Martin Heller (Ing.-Buero_Heller@t-online.de)
14839         * config.guess (interix Alpha): Add.
14841 1999-04-11  Richard Henderson  <rth@cygnus.com>
14843         * configure.in (i?86-*-beos*): Do config gperf; don't config
14844         gdb, newlib, or libgloss.
14846 Sun Apr 11 23:55:34 1999  Alexandre Oliva  <oliva@dcc.unicamp.br>
14848         * config-ml.in: On mips*-*-*, if multidirs contains mabi=64, try to
14849         link a trivial program with -mabi=64.  If it fails, remove mabi=64
14850         from multidirs.
14852 Sat Apr 10 21:50:01 1999  Philipp Thomas  (kthomas@gwdg.de)
14854         * config.sub: Set basic_machine to i586 when target_alias = k6-*.
14856 1999-04-08  Nick Clifton  <nickc@cygnus.com>
14858         * config.sub: Add support for mcore targets.
14860 1999-04-07  Michael Meissner  <meissner@cygnus.com>
14862         * configure.in (d30v-*): Use config/mt-d30v as makefile fragment,
14863         not mt-ospace, in order to shut up assembler warning about using
14864         symbols that are named the same as registers.
14866 1999-04-07  Drew Moseley  <dmoseley@cygnus.com>
14868         * Makefile.in (all-target-cygmon): Added all-target-bsp to the
14869         dependency list for all-target-cygmon.
14871 1999-04-05  Doug Evans  <devans@casey.cygnus.com>
14873         * config-ml.in: Check $host, not $target, for selective multilibs.
14874         (arm-*-*): Allow disabling of biendian, h/w fp, 26 bit apcs,
14875         thumb interworking, and underscore prefix multilibs.
14877 1999-04-04  Ian Lance Taylor  <ian@zembu.com>
14879         * missing: Update to version from current automake.
14881 Fri Apr  2 15:11:32 1999  H.J. Lu  (hjl@gnu.org)
14883         * configure (gxx_include_dir): Removed.
14885         * configure.in (gxx_include_dir): Handle it.
14886         * Makefile.in: Likewise.
14888 1999-03-29  Gavin Romig-Koch  <gavin@cygnus.com>
14890         * config.sub (mips64vr4111,mips64vr4111el) Add.
14892 1999-03-21  Ben Elliston  <bje@cygnus.com>
14894         * config.guess: Correct typo for detecting ELF on FreeBSD.
14896 Thu Mar 18 00:17:50 1999  Mark Elbrecht <snowball3@usa.net>
14898         * configure.in (pc-msdosdjgpp): Set host_makefile_frag to
14899         config/mh-djgpp.
14901 Thu Mar 11 18:37:23 1999  Drew Moseley  <dmoseley@cygnus.com>
14903         * Makefile.in (all-target-bsp): Added all-gcc all-binutils and
14904         all-target-newlib to dependency list for all-target-bsp.
14906 Thu Mar 11 01:19:31 1999  Mumit Khan  <khan@xraylith.wisc.edu>
14908         * config.sub: Add i386-uwin support.
14909         * config.guess: Likewise.
14911 Thu Mar 11 01:07:55 1999  Franz Sirl <Franz.Sirl-kernel@lauterbach.com>
14913         * configure.in: cleanup, add mh-*pic handling for arm, special
14914         case powerpc*-*-aix*
14916 Wed Mar 10 18:35:07 1999  Jeff Johnston  <jjohnstn@cygnus.com>
14918         * configure.in (noconfigdirs): Removed target-libgloss so libnosys.a
14919         can be built.
14921 Wed Mar 10 17:39:09 1999  Drew Moseley  <dmoseley@cygnus.com>
14923         * configure.in: Added bsp support to arm-*-coff and arm-*-elf
14924         targets.
14926 1999-03-02  Nick Clifton  <nickc@cygnus.com>
14928         * config.sub: Rename CYGNUS LOCAL to EGCS LOCAL
14930 Sun Feb 28 02:20:00 1999  Geoffrey Noer  <noer@cygnus.com>
14932         * config.sub: Check for "cygwin*" rather than "cygwin32*"
14934 1999-02-24  Nick Clifton  <nickc@cygnus.com>
14936         * config.sub: Fix typo in arm recognition.
14938 Wed Feb 24 13:51:40 1999  Drew Moseley  <dmoseley@cygnus.com>
14940         * configure.in (noconfigdirs): Changed target_configdirs to
14941         include target-bsp only for m68k-*-elf* and m68k-*-coff*
14942         rather than m68k-*-* since it is not known to work on
14943         m68k-aout. Ditto for arm-*-*oabi.
14945 Wed Feb 24 12:52:17 1999  Stan Shebs  <shebs@andros.cygnus.com>
14947         * configure.in (*-*-windows*): Remove, no longer used.
14949 1999-02-19  Ben Elliston <bje@cygnus.com>
14951         * config.guess: Automatically recognise ELF on FreeBSD. From Niall
14952         Smart and improved by Andrew Cagney.
14954 Thu Feb 18 19:55:09 1999  Marc Espie <espie@cvs.openbsd.org>
14956         * config.guess: Recognize openbsd-*-hppa.
14958 Wed Feb 17 01:38:59 1999  H.J. Lu  (hjl@gnu.org)
14960         * Makefile.in (REALLY_SET_LIB_PATH): Append $$$(RPATH_ENVVAR)
14961         only if it is not empty.
14963 1999-02-17  Nick Clifton  <nickc@cygnus.com>
14965         Patch from: Scott Bambrough <scottb@corelcomputer.com>
14967         * config.guess: Modified to recognize uname's armv* syntax.
14969         * config.sub: Modified to recognize uname's armv* syntax.
14971 1999-02-17  Mark Salter  <msalter@cygnus.com>
14973         * configure.in: Added target-bsp for sparclite.
14975 Mon Feb  8 14:17:24 1999  Richard Henderson  <rth@cygnus.com>
14977         * config.sub: Recognize alphapca5[67] and up to alphaev8.
14979 1999-02-08  Nick Clifton  <nickc@cygnus.com>
14981         * configure.in: Add support for strongarm port.
14982         * config.sub: Add support for strongarm target.
14984 Sun Feb  7 18:01:54 1999  Mumit Khan  <khan@xraylith.wisc.edu>
14986         * configure.in (*-*-cygwin32*): Use config/mh-cygwin instead of
14987         the old name config/mh-cygwin32.
14988         Enable texinfo.
14990 Thu Feb  4 20:43:25 1999  Ian Lance Taylor  <ian@cygnus.com>
14992         * configure.in: Do build ld for ix86 Solaris.
14994 Tue Feb  2 19:46:40 1999  Jim Wilson  <wilson@cygnus.com>
14996         * Makefile.in (EXTRA_GCC_FLAGS):  Set AR to $AR instead of
14997         $AR_FOR_TARGET.  Likewise for RANLIB.
14999 Tue Feb  2 20:05:05 1999  Catherine Moore  <clm@cygnus.com>
15001         * config.sub (oabi):  Recognize.
15002         * configure.in (arm-*-oabi):  Handle.
15004 Sat Jan 30 06:09:00 1999  Robert Lipe  (robertlipe@usa.net)
15006         * config.guess: Improve detection of i686 on UnixWare 7.
15008 Sat Jan 30 08:04:00 1999  Mumit Khan  <khan@xraylith.wisc.edu>
15010         * config.guess: Add support for i386-pc-interix.
15011         * config.sub: Likewise.
15012         * configure.in: Likewise.
15014 Mon Jan 18 13:59:20 1999  Christopher Faylor <cgf@cygnus.com>
15016         * Makefile.in: Remove unneeded all-target-libio from
15017         from all-target-winsup target since it is now unneeded.
15018         Add all-target-libtermcap in its place since it is now
15019         needed.
15021 Wed Dec 30 20:34:52 1998  Christopher Faylor <cgf@cygnus.com>
15023         * configure.in: makefile stub for cygwin target is probably
15024         unnecessary.  Remove it for now.
15026 Wed Dec 30 01:13:03 1998  Christopher Faylor <cgf@cygnus.com>
15028         * configure.in: libtermcap.a should be built when cygwin is the
15029         target as well as the host.
15030         * config.guess: Allow mixed case in cygwin uname output.
15031         * Makefile.in: Add libtermcap target.
15033 Wed Dec 23 00:20:50 1998  Jeffrey A Law  (law@cygnus.com)
15035         * config.sub: Clean up handling of hppa2.0.
15037 Tue Dec 22 23:56:31 1998  Rodney Brown  (rodneybrown@pmsc.com)
15039         * config.guess: Use C code to identify more HP machines.
15041 Thu Dec 17 01:22:30 1998  Jeffrey A Law  (law@cygnus.com)
15043         * config.sub: Handle hppa2.0.
15045 Tue Dec 15 17:02:58 1998  Bob Manson  <manson@charmed.cygnus.com>
15047         * configure.in: Add cygmon for x86-coff and x86-elf. Configure
15048         cygmon for all sparclite targets, regardless of object format.
15050 1998-12-15  Mark Salter  <msalter@cygnus.com>
15052         * configure.in: Added target-bsp for several target architectures.
15054         * Makefile.in: Added rules for bsp.
15056 Fri Dec  4 01:34:02 1998  Jeffrey A Law  (law@cygnus.com)
15058         * config.guess: Improve detection of hppa2.0 processors.
15060 Fri Dec  4 01:33:05 1998  Niall Smart <nialls@euristix.ie>
15062         * config.guess: Recognize FreeBSD using ELF automatically.
15064 1998-11-26  Manfred Hollstein  <manfred@s-direktnet.de>
15066         * configure (skip-this-dir): Add handling for new shell script, which
15067         might be created by a sub-directory's configure to indicate, this particular
15068         directory is "unwanted".
15069         * Makefile.in ($(CONFIGURE_TARGET_MODULES)): Likewise.
15071 Wed Nov 18 18:28:45 1998  Geoffrey Noer  <noer@cygnus.com>
15073         * ltconfig: import from libtool, after changing libtool to
15074         account for the cygwin name change.
15076 Wed Nov 18 18:09:14 1998  Geoffrey Noer  <noer@cygnus.com>
15078         * Makefile.in: CC_FOR_TARGET and CXX_FOR_TARGET should also
15079         include newlib/libc/sys/cygwin and newlib/libc/sys/cygwin32.
15081 Wed Nov 18 20:13:29 1998  Christopher Faylor <cgf@cygnus.com>
15083         * configure.in: Add libtermcap to list of cygwin dependencies.
15085 Tue Nov 17 16:57:51 1998  Geoffrey Noer  <noer@cygnus.com>
15087         * Makefile.in: modify CC_FOR_TARGET and CXX_FOR_TARGET so that
15088         they include winsup/include when it's a cygwin target.
15090 1998-11-12  Tom Tromey  <tromey@cygnus.com>
15092         * configure.in (host_tools): Added zip.
15093         * Makefile.in (all-target-libjava): Depend on all-zip.
15094         (all-zip): New target.
15095         (ALL_MODULES): Added all-zip.
15096         (NATIVE_CHECK_MODULES): Added check-zip.
15097         (INSTALL_MODULES): Added install-zip.
15098         (CLEAN_MODULES): Added clean-zip.
15100 Thu Nov 12 17:27:21 1998  Geoffrey Noer  <noer@cygnus.com>
15102         * Makefile.in: lose "32" from comment about cygwin.
15104 Thu Nov  5 15:00:31 1998  Nick Clifton  <nickc@cygnus.com>
15106         * configure.in: Use -Os to build target libraries for the fr30.
15108 Wed Nov  4 18:49:43 1998  Dave Brolley  <brolley@cygnus.com>
15110         * config.sub: Add fr30.
15112 Mon Nov  2 15:19:33 1998  Geoffrey Noer  <noer@cygnus.com>
15114         * configure.in: drop "32" from config/mh-cygwin32.  Check
15115         cygwin* instead of cygwin32*.
15116         * config.sub: Check cygwin* instead of cygwin32*.
15118 Thu Oct 22 10:55:25 1998  Robert Lipe  <robertl@dgii.com>
15120         * config.guess: Match any version of Unixware7.
15122 1998-10-20  Syd Polk  <spolk@cygnus.com>
15124         * Makefile.in configure.in: Add the ability to use tcl8.1 and tk8.1
15125         if desired.
15127 Sun Oct 18 18:34:50 1998  Jeffrey A Law  (law@cygnus.com)
15129         * config.if (cxx_interface, libstdcxx_interface): Do not try to set
15130         these if the appropriate directories and files to not exist.
15132 Wed Oct 14 10:29:06 1998  Jeffrey A Law  (law@cygnus.com)
15134         * Makefile.in (DEVO_SUPPORT): Add config.if.
15136 Tue Oct 13 15:45:36 1998  Manfred Hollstein  <manfred@s-direktnet.de>
15138         * configure: Add pattern to replace "build_tooldir"'s
15139         definition in the generated Makefile with "tooldir"'s
15140         actual value.
15142 Tue Oct 13 09:17:06 1998  Jeffrey A Law  (law@cygnus.com)
15144         * config.sub: Bring back lost sparcv9.
15146         * Makefile.in (all-snvavigator): Remove all-flexlm dependency.
15148 Mon Oct 12 12:09:44 1998  Jeffrey A Law  (law@cygnus.com)
15150         * Makefile.in (CHILL_FOR_TARGET): Mirror recent changes to
15151         CC_FOR_TARGET and friends.
15153 Mon Oct 12 12:09:30 1998  Alexandre Oliva  <oliva@dcc.unicamp.br>
15155         * Makefile.in (build_tooldir): New variable, same as tooldir.
15156         (CC_FOR_TARGET, GCC_FOR_TARGET, CXX_FOR_TARGET): Add
15157         -B$(build_tooldir)/bin/.
15158         (BASE_FLAGS_TO_PASS): Pass build_tooldir down.
15160 Tue Sep  1 16:23:11 1998  Gerald Pfeifer  <pfeifer@dbai.tuwien.ac.at>
15162         * README: Remove installation instructions and refer to the
15163         INSTALL directory instead.
15165 Wed Sep 30 22:20:50 1998  Robert Lipe  <robertl@dgii.com>
15167         * config.sub: Add support for i[34567]86-pc-udk.
15168         * configure.in: Likewise.
15170 Wed Sep 30 19:23:48 1998  Geoffrey Noer  <noer@cygnus.com>
15172         * Makefile.in: add bzip2 package building bits for user
15173         tools module
15174         * configure.in: ditto
15176 Wed Sep 30 03:00:05 1998  Jeffrey A Law  (law@cygnus.com)
15178         * Makefile.in (TARGET_CONFIGDIRS): Add libobjc.
15179         (ALL_TARGET_MODULES): Add all-target-libobjc.
15180         (CONFIGURE_TARGET_MODULES, CHECK_TARGET_MODULES): Similarly.
15181         (INSTALL_TARGET_MODULES, CLEAN_TARGET_MODULES): Similarly.
15182         (all-target-libchill): Add dependencies.
15183         * configure.in (target_libs): Add libchill.
15185 1998-09-30  Manfred Hollstein  <manfred@s-direktnet.de>
15187         * configure.in (target_subdir): Remove duplicate line.
15189 Tue Sep 29 22:45:41 1998  Felix Lee  <flee@cygnus.com>
15191         * Makefile.in (all-automake): fix dependencies.
15193 Mon Sep 28 04:04:27 1998  Jeffrey A Law  (law@cygnus.com)
15195         * configure.in: Minor cleanups for building in the $(target_alias)
15196         subdir.
15198 1998-09-22  Jim Wilson  <wilson@cygnus.com>
15200         * Makefile.in (bootstrap): Set r and s before make all.  Use
15201         BASE_FLAGS_TO_PASS in make all.
15202         (cross): Likewise.
15204 1998-09-20  Mark Mitchell  <mark@markmitchell.com>
15206         * Makefile.in (bootstrap): Pass TARGET_FLAGS_TO_PASS to `make all'.
15208 Sun Sep 20 00:13:02 1998  Richard Henderson  <rth@cygnus.com>
15210         * config.sub: Fix typo in last change.
15212 1998-09-19  Michael Hayes  <m.hayes@elec.canterbury.ac.nz>
15214         * config.sub: Add support for C4x target.
15215         * configure.in: Likewise.
15217 1998-09-13  David S. Miller  <davem@pierdol.cobaltmicro.com>
15219         * config.sub: Recognize sparcv9 just like sparc64.
15221 Wed Sep  9 15:44:52 1998  Robert Lipe  <robertl@dgii.com>
15223         * config.guess: Match "Pent II" or "PentII" for OpenServer.
15225 Tue Sep  8 01:18:39 1998  Jeffrey A Law  (law@cygnus.com)
15227         * config.guess: Correctly identify Pentium II sco boxes.
15229         * config.guess: Fix "tr" code.  From Weiwen Liu.
15231 Sat Sep  5 13:56:52 1998  John Hughes  <john@Calva.COM>
15233         * configure.in: Do not assume x86-svr4 or x86-unixware can handle
15234         stabs.
15236 Sat Sep  5 02:12:02 1998  Jeffrey A Law  (law@cygnus.com)
15238         * Makefile.in (TARGET_CONFIGDIRS): Add libchill.
15239         (ALL_TARGET_MODULES): Add all-target-libchill.
15240         (CONFIGURE_TARGET_MODULES, CHECK_TARGET_MODULES): Similarly.
15241         (INSTALL_TARGET_MODULES, CLEAN_TARGET_MODULES): Similarly.
15242         (all-target-libchill): Add dependencies.
15243         * configure.in (target_libs): Add libchill.
15245 Sun Aug 30 22:27:02 1998  Lutz Wohlrab <lutz.wohlrab@informatik.tu-chemnitz.de>
15247         * config.guess: Avoid assumptions about "tr" behaves when
15248         LANG is set to something other than English.
15250 Sun Aug 30 22:14:44 1998  H.J. Lu  (hjl@gnu.org)
15252         * configure (gxx_include_dir): Changed to
15253         '${prefix}/include/g++'-${libstdcxx_interface}.
15255         * config.if: New to determine the interfaces.
15257 Sun Aug 30 21:15:19 1998  Mark Klein (mklein@dis.com)
15259         * config.guess: Detect and handle MPE/IX.
15260         * config.sub: Deal with MPE/IX.
15262 Sat Aug 29 14:32:55 1998  David Edelsohn  <edelsohn@mhpcc.edu>
15264         * configure.in: Use mh-aix43.
15266 1998-07-29  Manfred Hollstein  <manfred@s-direktnet.de>
15268         * configure: Fix --without/--disable cases for gxx-include-dir.
15270 Fri Aug 28 12:28:26 1998  Per Bothner  <bothner@cygnus.com>
15272         * mdata-sh:  Imported.  Needed for automake support.
15274 Thu Aug 13 12:49:29 1998  H.J. Lu  <hjl@gnu.org>
15276         * Makefile.in (taz): Try "chmod -R og=u ." before
15277         "chmod og=u `find . -print`".
15279 Fri Jul 31 09:38:33 1998  Catherine Moore  <clm@cygnus.com>
15281         * configure.in: Add arm-elf and thumb-elf support.
15283 Mon Jul 27 16:23:58 1998  Doug Evans  <devans@canuck.cygnus.com>
15285         * Makefile.in: Undo previous patch.
15287 Fri Jul 24 19:55:24 1998  Doug Evans  <devans@canuck.cygnus.com>
15289         * Makefile.in (INSTALL_TARGET): Move EXTRA_TARGET_HOST_INSTALL_MODULES
15290         to here ...
15291         (install-no-fixedincludes): and here
15292         (INSTALL_MODULES): ... from here.
15294 Fri Jul 24 17:01:42 1998  Ian Lance Taylor  <ian@cygnus.com>
15296         * config.sub: Merge with FSF.
15298         * config.guess: Merge with FSF.
15300 Fri Jul 24 08:43:36 1998  Doug Evans  <devans@canuck.cygnus.com>
15302         * configure (extraconfigdirs): New variable.
15303         (SUBDIRS): Add extraconfigdirs and recurse on them too.
15304         * Makefile.in (all): Move higher in file.
15305         (EXTRA_TARGET_HOST_ALL_MODULES): New variable.
15306         (EXTRA_TARGET_HOST_{INSTALL,CHECK}_MODULES): New variables.
15307         (ALL_MODULES): Add EXTRA_TARGET_HOST_ALL_MODULES.
15308         (CROSS_CHECK_MODULES): Add EXTRA_TARGET_HOST_CHECK_MODULES.
15309         (INSTALL_MODULES): Add EXTRA_TARGET_HOST_INSTALL_MODULES.
15311 1998-07-23  Brendan Kehoe  <brendan@cygnus.com>
15313         * Makefile.in (all-target-libjava): Depend on all-gcc and
15314         all-target-newlib.
15315         (configure-target-libjava): Depend on $(ALL_GCC).
15317 Sat Jul 18 14:32:43 CDT 1998  Robert Lipe  <robertl@dgii.com>
15319         * config.guess: (*-pc-sco3.2v5) Add detection for Pentium II.
15320         (*-pc-unixware7) Add detection for Pentium II, Pentium Pro.
15322 Sun Jul 19 00:46:53 CEST 1998  Marc Lehmann <pcg@goof.com>
15324         * INSTALL/README: Fix typo.
15326 Fri Jul 17 13:30:18 1998  Ian Lance Taylor  <ian@cygnus.com>
15328         * ylwrap: Change absolute path checks to check for DOS style path
15329         names.
15331         * ylwrap: Don't use a full path name if the source file is in the
15332         same directory.  From hjl@lucon.org (H.J. Lu).
15334         * config-ml.in: Default to being verbose, to match Feb 18 change to
15335         configure.
15337 Thu Jul 16 12:29:51 1998  Ian Lance Taylor  <ian@cygnus.com>
15339         Brought over from egcs:
15341         Sat Jun 27 22:46:32 1998  Jeffrey A Law  (law@cygnus.com)
15343         * configure.in (target_subdir): Set to ${target_alias} instead
15344         of "libraries".
15346         Mon Sep  1 16:45:44 1997  Jim Wilson  <wilson@cygnus.com>
15348         * configure.in (target_subdir): Set to libraries if enable_multilib.
15350 Wed Jul 15 01:00:54 1998  Ian Lance Taylor  <ian@cygnus.com>
15352         * Makefile.in ($(CONFIGURE_TARGET_MODULES)): If there are any
15353         multilibs, force reconfiguration the first time we create
15354         multilib.out in a subdirectory, in case TARGET_SUBDIR is `.'.
15356 Tue Jul 14 23:41:03 1998  Ian Lance Taylor  <ian@cygnus.com>
15358         * configure.in: Strip any --no option from CONFIG_ARGUMENTS, to
15359         avoid confusion with --no-recursion.
15361 Tue Jul 14 15:37:41 1998  Geoffrey Noer  <noer@cygnus.com>
15363         * configure.in: Win32 hosts shouldn't use install -x
15364         * install-sh: remove -x option, and special .exe-handling
15365         hack.
15367 Tue Jul 14 15:28:41 1998  Richard Henderson  <rth@cygnus.com>
15369         * config.guess: Recognize i586-pc-beos.
15370         * configure.in: Don't build some bits for beos.
15372 Tue Jul 14 13:22:18 1998  Ian Lance Taylor  <ian@cygnus.com>
15374         * configure: If CC is set but CFLAGS is not, and CC is gcc, make
15375         CFLAGS default to -O2.
15377         * ltmain.sh: Add some hacks to make SunOS --enable-shared work
15378         when using GNU ld.
15380 Fri Jul 10 13:18:23 1998  Ian Lance Taylor  <ian@cygnus.com>
15382         * ltmain.sh: Correct install when using a different shell.
15384 Tue Jul  7 15:24:38 1998  Ian Lance Taylor  <ian@cygnus.com>
15386         * ltconfig, ltmain.sh: Update to libtool 1.2b.
15388 Thu Jul  2 13:57:36 1998  Klaus Kaempf  <kkaempf@rmi.de>
15390         * makefile.vms: Update to build binutils/makefile.vms.  Add install
15391         target.
15393 Wed Jul  1 16:45:21 1998  Ian Lance Taylor  <ian@cygnus.com>
15395         * ltconfig: Update to correct AIX handling.
15397 Sat Jun 27 22:46:32 1998  Jeffrey A Law  (law@cygnus.com)
15399         * Makefile.in (BASE_FLAGS_TO_PASS): Add TARGET_SUBDIR.
15401         * configure.in (target_subdir): Set to ${target_alias} instead
15402         of "libraries".
15404 1998-06-26  Manfred Hollstein  <manfred@s-direktnet.de>
15406         * Makefile.in (BASE_FLAGS_TO_PASS): Add gcc_version_trigger.
15407         (Makefile): Depend on $(gcc_version_trigger).
15409         * configure (gcc_version): Change default initializer to empty
15410         string.
15411         (gcc_version_trigger): New variable; pass this variable down
15412         to subdir configures to enable them checking gcc's version
15413         themselves. Emit make macros for both gcc_version vars.
15414         (topsrcdir): Initialize reliably.
15415         (recursion line): Remove --with-gcc-version=${gcc_version}.
15417 1998-06-24  Manfred Hollstein  <manfred@s-direktnet.de>
15419         * configure (enable_version_specific_runtime_libs): Implement new flag
15420         --enable-version-specific-runtime-libs which installs C++ runtime stuff
15421         in $(libsubdir); emit definition in each generated Makefile.
15422         (gxx_include_dir): Initialize depending on
15423         $enable_version_specific_runtime_libs.
15425 1998-06-24  Manfred Hollstein  <manfred@s-direktnet.de>
15427         * configure (gcc_version): Initialize properly depending on
15428         how and where configure is started.
15429         (recursion line): Pass a --with-gcc-version=${gcc_version}
15430         to configures in subdirs.
15432 Wed Jun 24 16:01:59 1998  John Metzler  <jmetzler@cygnus.com>
15434         * configure.in (noconfigdirs): Add configure pattern for mips tx39
15435         cygmon
15437 Tue Jun 23 22:42:32 1998  Mark Alexander  <marka@cygnus.com>
15439         * configure.in: Add cygmon and libstub support for mn10200.
15441 1998-06-19  Manfred Hollstein  <manfred@s-direktnet.de>
15443         * configure (gcc_version): Add new variable describing the
15444         particular gcc version we're building.
15445         * Makefile.in (libsubdir): Add new macro for the directory
15446         in which the compiler finds executables, libraries, etc.
15447         (BASE_FLAGS_TO_PASS): Pass down gcc_version, target_alias
15448         and libsubdir.
15450 Fri Jun 19 02:36:59 1998  Alexandre Oliva <oliva@dcc.unicamp.br>
15452         * Makefile.in (local-clean): Remove *.log.
15453         (warning.log): Built with warn_summary from build.log.
15454         (mail-report.log): Run test_summary.
15455         (mail-report-with-warnings.log): Run test_summary including
15456         warning.log in the report.
15458 Thu Jun 18 11:26:03 1998  Robert Lipe  <robertl@dgii.com>
15460         * config.guess: Detection of Pentium II for *-sco-3.2v5*.
15462 Mon Jun 15 14:53:54 1998  Andrew Cagney  <cagney@b1.cygnus.com>
15464         * Makefile.in (grep): Grep no longer depends on libiberty.
15466 Fri Jun 12 14:03:34 1998  Syd Polk  <spolk@cygnus.com>
15468         * Makefile.in: all-snavigator needs all-libgui.
15470 Thu Jun 11 19:43:47 1998  Mark Alexander  <marka@cygnus.com>
15472         * configure.in: Add cygmon and libstub support for mn10300.
15474 Wed Jun 10 11:19:47 1998  Ian Lance Taylor  <ian@cygnus.com>
15476         * missing: Update to version from automake 1.3.
15478         * ltmain.sh: On installation, don't get confused if the same name
15479         appears more than once in the list of library names.
15481 Wed Jun  3 14:51:42 1998  Ian Lance Taylor  <ian@cygnus.com>
15483         * config.sub: Accept m68060 and m5200 as CPU names.
15485 Mon Jun  1 17:25:16 1998  Ian Lance Taylor  <ian@cygnus.com>
15487         * configure: Use && rather than using -a in test, because odd
15488         strings can confuse test.
15489         * configure.in: Likewise.
15491 Thu May 28 19:31:13 1998  Ian Lance Taylor  <ian@cygnus.com>
15493         * ltconfig, ltmain.sh: Bring in Visual C++ support.
15495 Sat May 23 23:44:13 1998  Alexandre Oliva <oliva@dcc.unicamp.br>
15497         * Makefile.in (boostrap2-lean, bootstrap3-lean,
15498         bootstrap4-lean): New targets.
15500 Mon May 11 23:55:56 1998  Jeffrey A Law  (law@cygnus.com)
15502         * mpw-* Delete.  Not used.
15504 Mon May 11 23:11:34 1998  Jeffrey A Law  (law@cygnus.com)
15506         * COPYING.LIB: Update FSF address.
15508 Fri May  8 01:30:20 1998  Ian Lance Taylor  <ian@cygnus.com>
15510         * ltconfig, ltmain.sh: Update to libtool 1.2a.
15512         * Makefile.in (GASB_SUPPORT_DIRS): Remove intl; already included via
15513         GAS_SUPPORT_DIRS.
15515 Thu May  7 17:27:35 1998  Ian Lance Taylor  <ian@cygnus.com>
15517         * ltconfig, ltmain.sh: Avoid producing a version number if
15518         -version-info was not used.
15520 Tue May  5 18:02:24 1998  Ian Lance Taylor  <ian@cygnus.com>
15522         * configure.in: Add --with-newlib to CONFIG_ARGUMENTS if we are
15523         building with newlib.
15525 1998-04-30  Paul Eggert  <eggert@twinsun.com>
15527         * Makefile.in (EXTRA_GCC_FLAGS): Remove backslash at end;
15528         Solaris `make' causes it to continue to next definition.
15530 Tue Apr 28 16:24:24 1998  Jason Molenda  (crash@bugshack.cygnus.com)
15532         * Makefile.in (install-gdbtk): Call this 'install-gdb' so that
15533         the right GUI libraries and files are installed along with GDB.
15535 Tue Apr 28 18:11:24 1998  Ian Lance Taylor  <ian@cygnus.com>
15537         * configure.in: Change alpha to alpha* in several places.
15539 Tue Apr 28 07:42:00 1998  Mark Alexander  <marka@cygnus.com>
15541         * config.sub: Recognize sparc86x.
15543 Tue Apr 28 07:35:02 1998  Michael Meissner  <meissner@cygnus.com>
15545         * configure.in (--enable-target-optspace): Remove debug echo.
15547 Thu Apr 23 21:31:16 1998  Jim Wilson  <wilson@cygnus.com>
15549         * configure: Set CXXFLAGS from CXXFLAGS, not CFLAGS.
15551 Thu Apr 23 12:26:38 1998  Ian Lance Taylor  <ian@cygnus.com>
15553         * ltconfig: Update cygwin32 support.
15555         * Makefile.in (GAS_SUPPORT_DIRS): Add intl.
15556         (BINUTILS_SUPPORT_DIRS, GASB_SUPPORT_DIRS): Likewise.
15557         (GDB_SUPPORT_DIRS): Likewise.
15559 Wed Apr 22 12:30:10 1998  Michael Meissner  <meissner@cygnus.com>
15561         * configure.in (target_makefile_frag): If --enable-target-optspace,
15562         use -Os to compile target libraries rather than -O2.  Default to
15563         using -Os for d10v and m32r if --{enable,disable}-target-optspace is
15564         not used.
15565         * configure.in (target_cflags): Ditto for d30v.
15567 Tue Apr 21 23:06:54 1998  Tom Tromey  <tromey@cygnus.com>
15569         * Makefile.in (all-bfd): Depend on all-intl.
15570         (all-binutils): Likewise.
15571         (all-gas): Likewise.
15572         (all-gprof): Likewise.
15573         (all-ld): Likewise.
15575 1998-04-19  Brendan Kehoe  <brendan@cygnus.com>
15577         * configure.in (host_tools): Fix typo, lbtool -> libtool.
15579 Fri Apr 17 16:20:42 1998  Ian Lance Taylor  <ian@cygnus.com>
15581         * Makefile.in (all-bfd): Depend upon all-libiberty.
15583         * ltconfig, ltmain.sh: Bring in newer cygwin32 support.
15585 Fri Apr 17 12:22:22 1998  Bob Manson  <manson@charmed.cygnus.com>
15587         * Makefile.in: Add libstub.
15589         * configure.in: Ditto. Build libstub for targets that have cygmon
15590         support.
15592 Tue Apr 14 18:01:55 1998  Ian Lance Taylor  <ian@cygnus.com>
15594         * configure.in: Don't set PICFLAG on ix86-cygwin32.
15596 Tue Apr 14 12:24:45 1998  J. Kean Johnston  <jkj@sco.com>
15598         * configure.in: Recognise i[3456]96-*-sysv5* as a valid host, and
15599         use mh-sysv5 if specified.  Support gprof on SCO Open Server.
15601 Tue Apr 14 11:33:51 1998  Krister Walfridsson <cato@df.lth.se>
15603         * configure: Define DEFAULT_M4 by searching PATH.
15604         * Makfile.in: Use DEFAULT_M4.
15606 Mon Apr 13 15:37:24 1998  Ian Lance Taylor  <ian@cygnus.com>
15608         * ltconfig: Add cygwin32 support.
15610         * Makefile.in, configure.in: Add libtool as a native only directory
15611         to configure and build.
15613 Sun Apr 12 20:58:46 1998  Jeffrey A Law  (law@cygnus.com)
15615         * Makefile.in (INSTALL_MODULES): Remove texinfo.
15617 Wed Apr  8 13:18:56 1998  Philippe De Muyter  <phdm@macqel.be>
15619         * Makefile.in (EXTRA_GCC_FLAGS): XFOO lines shortened.
15621 Thu Apr  2 14:48:44 1998  Geoffrey Noer  <noer@cygnus.com>
15623         * Makefile.in: add ash make rules
15624         * configure.in: add ash to native_only and host_tools lists
15626 Thu Mar 26 12:53:20 1998  Tom Tromey  <tromey@cygnus.com>
15628         * Makefile.in (all-gettext, all-intl): New targets.
15629         (ALL_MODULES): Added all-gettext, all-intl.
15630         (CROSS_CHECK_MODULES): Added check-gettext, check-intl.
15631         (INSTALL_MODULES): Added install-gettext, install-intl.
15632         (CLEAN_MODULES): Added clean-gettext, clean-intl.
15634         * configure.in (host_tools): Added gettext.
15635         (native_only): Likewise.
15636         (noconfigdirs) [various cases]: Likewise.
15637         (host_libs): Added intl.
15639 Thu Mar 26 15:00:11 1998  Keith Seitz  <keiths@onions.cygnus.com>
15641         * configure: Do not disable building gdbtk for cygwin32 hosts.
15643 Wed Mar 25 10:04:18 1998  Nick Clifton  <nickc@cygnus.com>
15645         * configure.in: Add thumb-coff target.
15646         * config.sub: Add thumb-coff target.
15648 Wed Mar 25 11:49:12 1998  Jason Molenda  (crash@bugshack.cygnus.com)
15650         * Makefile.in: Revert yesterday's change.
15651         (all-target-winsup):  all-target-librx stays out of here.
15653 Tue Mar 24 16:58:29 1998  Jason Molenda  (crash@bugshack.cygnus.com)
15655         * Makefile.in (TARGET_CONFIGDIRS, ALL_TARGET_MODULES,
15656         CONFIGURE_TARGET_MODULES, CHECK_TARGET_MODULES,
15657         INSTALL_TARGET_MODULES, CLEAN_TARGET_MODULES, all-target-winsup):
15658         Remove references to librx and libg++.
15660 Tue Mar 24 18:28:12 1998  Eric Mumpower  <nocturne@cygnus.com>
15662         * Makefile.in (BASE_FLAGS_TO_PASS): Pass $(lispdir) down to
15663         recursive makes
15665 Tue Mar 24 11:37:45 1998  Ian Lance Taylor  <ian@cygnus.com>
15667         * Makefile.in (CC_FOR_TARGET): Use $(TARGET_SUBDIR) when passing -B
15668         for newlib directory.
15669         (CXX_FOR_TARGET): Likewise.
15671 Mon Mar 23 11:30:21 1998  Jeffrey A Law  (law@cygnus.com)
15673         * ltconfig: Update after libtool/ltconfig.in change for
15674         hpux11.
15676 Fri Mar 20 18:51:43 1998  Ian Lance Taylor  <ian@cygnus.com>
15678         * ltconfig, ltmain.sh: Update to libtool 1.2.
15680 Fri Mar 20 09:32:14 1998  Manfred Hollstein  <manfred@s-direktnet.de>
15682         * Makefile.in (install-gcc): Don't specify LANGUAGES here.
15683         (install-gcc-cross): Instead, override LANGUAGES here.
15685 1998-03-18  Dave Love  <d.love@dl.ac.uk>
15687         * Makefile.in ($(CONFIGURE_TARGET_MODULES)): Set CONFIG_SITE to a
15688         non-existent file since /dev/null loses with bash 2.0/autoconf 2.12.
15690 Wed Mar 18 09:24:59 1998  Nick Clifton  <nickc@cygnus.com>
15692         * configure.in: Add Thumb-pe target.
15694 Tue Mar 17 16:59:00 1998  Syd Polk <spolk@cygnus.com>
15696         * Makefile.in - changed sn targets to snavigator
15697         * configure.in - changed sn targets to snavigator
15699 Tue Mar 17 10:33:28 1998  Manfred Hollstein  <manfred@s-direktnet.de>
15701         * config-ml.in: After building symlink tree call make distclean
15702         if a Makefile got linked into ${ml_dir}/${ml_libdir}; this happens
15703         to be the case for libiberty.
15705 Tue Mar 17 10:22:37 1998  H.J. Lu  (hjl@gnu.ai.mit.edu)
15707         * configure: When making link, also check the current
15708         directory. The configure scripts may create one.
15710 Fri Mar  6 01:02:03 1998  Richard Henderson  <rth@cygnus.com>
15712         * config.sub: Accept alphapca56 and alphaev6 properly.
15714 Fri Mar  6 00:14:55 1998  Franz Sirl <Franz.Sirl-kernel@lauterbach.com>
15716         * configure.in: Revert 3 Jan change for powerpc-linux-gnulibc1.
15718 Mon Feb 23 15:09:18 1998  Bruno Haible <bruno@linuix.mathematik.uni-karlsruhe.de
15720         * config.sub (sco5): Fix typo.
15722 Mon Feb 23 14:46:06 1998  Ian Lance Taylor  <ian@cygnus.com>
15724         * Makefile.in (INSTALL_MODULES): Move install-tcl before
15725         install-itcl.
15726         (install-itcl): Remove dependency on install-tcl.
15728 Mon Feb 23 09:53:28 1998  Mark Alexander  <marka@cygnus.com>
15730         * configure.in: Remove libgloss from noconfigdirs for MN10300.
15732 Thu Feb 19 13:40:41 1998  Ian Lance Taylor  <ian@cygnus.com>
15734         * configure.in: Don't build libgui for a cygwin32 target when not on
15735         a cygwin32 host.
15737 Wed Feb 18 12:29:00 1998  Jason Molenda  (crash@bugshack.cygnus.com)
15739         * configure (redirect): Set to null, so default behavior of
15740         configure is now --verbose.
15742 1998-02-16  Dave Love  <d.love@dl.ac.uk>
15744         * Makefile.in ($(CONFIGURE_TARGET_MODULES)): Run configure with
15745         CONFIG_SITE=/dev/null to forestall lossage with site configuration.
15747 Mon Feb 16 12:23:53 1998  Manfred Hollstein  <Manfred.Hollstein@ks.sel.alcatel.de>
15749         * Makefile.in (BASE_FLAGS_TO_PASS, EXTRA_TARGET_FLAGS): Really add
15750         this change to sync Makefile.in with its ChangeLog entries.
15752 Thu Feb 12 15:03:08 1998  H.J. Lu  <hjl@gnu.org>
15754         * ltmain.sh (mkdir): Check that the directory doesn't exist
15755         before we exit with error, so that we don't get races during
15756         parallel builds.
15758 Sat Feb  7 15:19:18 1998  Ian Lance Taylor  <ian@cygnus.com>
15760         * ltconfig, ltmain.sh: Update from libtool 1.0i.
15762 Fri Feb  6 01:33:52 1998  Manfred Hollstein  <manfred@s-direktnet.de>
15764         * Makefile.in (BASE_FLAGS_TO_PASS): Don't pass PICFLAG and
15765         PICFLAG_FOR_TARGET.
15766         (EXTRA_TARGET_FLAGS): Don't pass PICFLAG_FOR_TARGET.
15768         * configure: Emit a definition for the new macro enable_shared
15769         into each Makefile.
15771 Thu Feb  5 17:01:12 1998  Jason Molenda  (crash@bugshack.cygnus.com)
15773         * configure.in (host_tools, native_only): Add libtool.
15775 Wed Feb  4 16:53:58 1998  Geoffrey Noer  <noer@cygnus.com>
15777         * configure.in: add target-gperf to noconfigdirs for Cygwin32.
15778         Fix typo in ming config comment.
15780 Wed Feb  4 18:56:13 1998  Ian Lance Taylor  <ian@cygnus.com>
15782         * ltconfig, ltmain.sh: Update from libtool 1.0h.
15784 Mon Feb  2 19:38:19 1998  Ian Lance Taylor  <ian@cygnus.com>
15786         * config.sub: Add tic30 cases, and map c30 to tic30.
15788 Sun Feb  1 02:40:41 1998  Richard Henderson  <rth@cygnus.com>
15790         * Makefile.in (TARGET_CONFIGDIRS): Add libf2c.
15791         (ALL_TARGET_MODULES, CONFIGURE_TARGET_MODULES): Similarly
15792         (CHECK_TARGET_MODULES, INSTALL_TARGET_MODULES): Similarly
15793         (CLEAN_TARGET_MODULES): Similarly
15794         (all-target-libf2c): Add dependences.
15795         * configure.in (target_libs): Add libf2c.
15797 Fri Jan 30 17:18:32 1998  Geoffrey Noer  <noer@cygnus.com>
15799         * configure.in: Remove expect from noconfigdirs when target
15800         is cygwin32.  OK to build expect and dejagnu with Canadian
15801         Cross.
15803 Wed Jan 28 12:58:49 1998  Ian Lance Taylor  <ian@cygnus.com>
15805         * configure.in: Do build expect, dejagnu, and cvssrc for a cygwin32
15806         host.
15808         * config.guess: Use ${UNAME_MACHINE} rather than i386 for cygwin32
15809         and mingw32.
15811 Wed Jan 28 10:26:37 1998  Manfred Hollstein  <manfred@s-direktnet.de>
15813         * Makefile.in (BASE_FLAGS_TO_PASS): Remove passing $(local_prefix)
15814         here as it is not defined in the toplevel Makefile.
15816 Tue Jan 27 23:25:06 1998  Manfred Hollstein  <manfred@s-direktnet.de>
15818         * configure (package_makefile_rules_frag): New variable, which names
15819         a file with generic rules, ...
15820         Change comment to mention we now have FIVE parts.
15821         * configure: Undo last change.
15823 Tue Jan 27 23:15:55 1998  Lassi A. Tuura  <lat@iki.fi>
15825         * config.guess: More accurate determination of HP processor types.
15826         * config.sub: More accurate determination of HP processor types.
15828 Sat Jan 24 01:59:45 1998  Manfred Hollstein  <manfred@s-direktnet.de>
15830         * configure (package_makefile_frag): Move inserting the
15831         ${package_makefile_frag} to where it should be according
15832         to the comment.
15834 Fri Jan 23 00:29:28 1998  Philip Blundell  <pb@nexus.co.uk>
15836         * config.guess: Add support for Linux/ARM.
15838 Thu Jan 22 15:14:01 1998  Fred Fish  <fnf@cygnus.com>
15840         * .cvsignore: Remove *-info and *-install since they match
15841         release-info and mpw-install, which we don't want to just ignore.
15843 Thu Jan 22 01:38:33 1998  Richard Henderson  <rth@cygnus.com>
15845         * configure.in: Revert 3 Jan change for alpha-linux-gnulibc1.
15847 Sat Jan 17 21:28:08 1998  Pieter Nagel <pnagel@epiuse.co.za>
15849         * Makefile.in (FLAGS_TO_PASS): Pass down gcc_include_dir and
15850         local_prefix to sub-make invocations.
15852 Sat Jan 17 21:04:59 1998 H.J. Lu  (hjl@gnu.org)
15854         * configure.in: Check makefile fragments in the source
15855         directory.
15857 Fri Jan 16 00:41:37 1998  Alexandre Oliva <oliva@dcc.unicamp.br>
15859         * configure.in: Check whether host and target makefile
15860         fragments exist before adding them to *_makefile_frag.
15862 Wed Jan 14 23:39:10 1998  Bob Manson  <manson@charmed.cygnus.com>
15864         * configure.in (target_configdirs): Add cygmon for sparc64-elf.
15866 Wed Jan 14 12:48:07 1998  Keith Seitz  <keiths@pizza.cygnus.com>
15868         * configure.in: Make sure we only replace RPATH_ENVVAR on
15869         lines which begin with RPATH_ENVVAR, i.e. add "^" to the
15870         regexp to sed.
15872         * Makefile.in (BASE_FLAGS_TO_PASS): Pass RRPATH_ENVVAR down
15873         to sub-makes.
15875 1998-01-13  Lee Iverson   (leei@ai.sri.com)
15877         * config-ml.in (multi-do): LDFLAGS must include multilib
15878         designator.
15880 Tue Jan 13 01:13:24 1998   Robert Lipe (robertl@dgii.com)
15882         * config.guess: Recognize i[3456]-i586-UnixWare7-sysv5.
15884 Sun Jan  4 01:06:55 1998  Mumit Khan  <khan@xraylith.wisc.edu>
15886         * config.sub: Add mingw32 support.
15887         * configure.in: Likewise.
15889 Sat Jan  3 12:11:05 1998 Franz Sirl <franz.sirl-kernel@lauterbach.com>
15891         * configure.in: Finalize support for {alpha|powerpc}*-*-linux-gnulibc1
15893 Sun Dec 28 11:28:58 1997  Jeffrey A Law  (law@cygnus.com)
15895         * Makefile.in (INSTALL_TARGET): Do install-gcc first.
15896         * configure (gxx_include_dir): Provide a definition for subdirs
15897         which do not use autoconf.
15899 Wed Dec 24 22:46:55 1997  Jeffrey A Law  (law@cygnus.com)
15901         * config.guess: Sync with egcs.  Picks up new alpha support,
15902         BeOS & some additional linux support.
15904 Tue Dec 23 12:44:24 1997  Jeffrey A Law  (law@cygnus.com)
15906         * config.guess: HP 9000/803 is a PA1.1 machine.
15908 Mon Dec 22 02:39:24 1997  Richard Henderson  <rth@cygnus.com>
15910         * configure.in: It's alpha*-...
15912 Sun Dec 21 16:53:12 1997  H.J. Lu  (hjl@gnu.ai.mit.edu)
15914         * configure.in (host_makefile_frag, target_makefile_frag):
15915         Handle multiple config files.
15916         (alpha-*-linux*): Treat alpha-*-linux* as alpha-*-linux* and
15917         alpha-*-*.
15919 Thu Dec 18 13:13:03 1997  Doug Evans  <devans@canuck.cygnus.com>
15921         * mkdep: New file.
15923 Wed Dec 17 09:53:02 1997  Michael Meissner  <meissner@cygnus.com>
15925         * configure.in (d30v-*-*): Allow configuring of libide, vmake, etc.
15927 Tue Dec 16 17:36:05 1997  Ian Lance Taylor  <ian@cygnus.com>
15929         * Makefile.in: Add libgui directory.
15930         (GDB_TK): Add all-libgui.
15931         * configure.in: Add libgui directory.
15932         * configure: Add all-libgui to GDB_TK.
15934 Mon Dec 15 16:12:28 1997  Nick Clifton  <nickc@cygnus.com>
15936         * config-ml.in (multidirs): Add m32r to multilib list.
15938 Fri Dec 12 10:43:31 1997  Brendan Kehoe  <brendan@canuck.cygnus.com>
15940         * Makefile.in (all-target-gperf): Change dependency to
15941         all-target-libstdc++.
15943 Thu Dec 11 23:30:51 1997  Fred Fish  <fnf@ninemoons.com>
15945         * config.guess: Add BeOS support.
15947 Wed Dec 10 15:10:38 1997  Ian Lance Taylor  <ian@cygnus.com>
15949         Source directory cvs renamed to cvssrc:
15950         * configure.in (host_tools): Change cvs to cvssrc.
15951         (native_only): Likewise.
15952         (noconfigdirs) [various cases]: Likewise.
15953         * Makefile.in (ALL_MODULES): Change all-cvs to all-cvssrc.
15954         (CROSS_CHECK_MODULES): Change check-cvs to check-cvssrc.
15955         (INSTALL_MODULES): Change install-cvs to install-cvssrc.
15956         (CLEAN_MODULES): Change clean-cvs to clean-cvssrc.
15957         (all-cvssrc): Rename target from all-cvs.
15959 Wed Dec  3 07:55:59 1997  Jeffrey A Law  (law@cygnus.com)
15961         * configure (gxx_include_dir): Fix thinko.
15963 Tue Dec  2 10:55:34 1997  Jeffrey A Law  (law@cygnus.com)
15965         * Makefile.in (INSTALL_TARGET_CROSS): Define.
15966         (install-cross, install-gcc-cross): New targets.
15968 Tue Dec  2 10:08:31 1997  Nick Clifton  <nickc@cygnus.com>
15970         * configure.in (noconfigdirs): Add support for Thumb target.
15972         * config.sub (maybe_os): Add support for Thumb target.
15974 Sun Nov 30 16:12:27 1997  Bob Manson  <manson@charmed.cygnus.com>
15976         * Makefile.in: Add rules for cygmon.
15978         * configure.in: Build cygmon for sparc-elf and sparclite-aout.
15980 Thu Nov 27 01:31:30 1997  Jeffrey A Law  (law@cygnus.com)
15982         * Makefile.in (INSTALL_TARGET): Do install-gcc first.
15983         * configure (gxx_include_dir): Provide a definition for subdirs
15984         which do not use autoconf.
15986 Wed Nov 26 11:53:33 1997  Keith Seitz  <keiths@onions.cygnus.com>
15988         * Makefile.in, configure, configure.in, ChangeLog: merge with foundry's
15989         11/18/97 build
15991 Wed Nov 26 16:08:50 1997  Jeffrey A Law  (law@cygnus.com)
15993         * From Franz Sirl.
15994         * config.guess (powerpc*-*-linux): Handle glibc2 beta release
15995         found on RedHat Linux systems.
15997 Fri Nov 21 09:51:01 1997  Jeffrey A Law  (law@cygnus.com)
15999         * config.guess (alpha stuff): Merge with FSF to avoid incorrect
16000         guesses.
16002 Thu Nov 13 11:38:37 1997  Jeffrey A Law  (law@cygnus.com)
16004         * configure.in (i[3456]86-ncr-sysv4.3*): Tweak.
16006 Mon Nov 10 15:23:21 1997  H.J. Lu  <hjl@gnu.ai.mit.edu>
16008         * ltmain.sh: If mkdir fails, check whether the directory was created
16009         anyhow by some other process.
16011 Mon Nov 10 14:38:03 1997  Michael Meissner  <meissner@cygnus.com>
16013         * configure.in (d30v-*-*): Configure all directories.
16015 Sun Nov  9 17:36:20 1997  Michael Meissner  <meissner@cygnus.com>
16017         * configure.in (d30v-*-*): Configure newlib, libiberty directories
16018         for the D30V.
16020 Sat Nov  8 14:42:59 1997  Michael Meissner  <meissner@cygnus.com>
16022         * configure.in (d30v-*-*): Configure target-libgloss on the D30V.
16024 Fri Nov  7 10:34:09 1997  Rob Savoye  <rob@darkstar.cygnus.com>
16026         * include/libiberty.h: Add extern "C" { so it can be used with C++
16027         progrms.
16028         * include/remote-sim.h:  Add extern "C" { so it can be used with C++
16029         programs.
16031 Thu Oct 30 11:09:29 1997  Michael Meissner  <meissner@cygnus.com>
16033         * configure.in (d30v-*-*): Configure GCC now.
16035 Mon Oct 27 13:17:24 1997  Stan Shebs  <shebs@andros.cygnus.com>
16037         * configure.in: Remove a "second pass" of tweaking noconfigdirs,
16038         is no longer needed.
16040 Mon Oct 27 12:03:53 1997  Jason Merrill  <jason@yorick.cygnus.com>
16042         * Makefile.in: check-target-libio depends on all-target-libstdc++.
16044 Sun Oct 26 11:48:27 1997  Manfred Hollstein  (manfred@s-direktnet.de)
16046         * Makefile.in (bootstrap-lean): Combined with `normal' bootstrap
16047         targets using "$@" to provide support for similar but not identical
16048         targets without having to duplicate code.
16050 Mon Oct 20 15:28:49 1997  Klaus K"ampf  <kkaempf@progis.de>
16052         * makefile.vms: Fix to work with DEC C.
16054 Tue Oct  7 23:58:57 1997  Gavin Koch  <gavin@cygnus.com>
16056         * config.sub: Add mips-tx39-elf to marketing names.
16058 Tue Oct  7 14:24:41 1997  Ian Lance Taylor  <ian@cygnus.com>
16060         * ltmain.sh: Handle symlinks in generated script.
16062 Wed Oct  1 13:11:27 1997  Ian Lance Taylor  <ian@cygnus.com>
16064         * configure: Handle autoconf style directory options: --bindir,
16065         --datadir, --includedir, --infodir, --libdir, --libexecdir,
16066         --mandir, --oldincludedir, --sbindir, --sharedstatedir,
16067         --sysconfdir.
16068         * Makefile.in (sbindir, libexecdir, sysconfdir): New variables.
16069         (sharedstatedir, localstatedir, oldincludedir): New variables.
16070         (BASE_FLAGS_TO_PASS): Pass down bindir, datadir, includedir,
16071         infodir, libdir, libexecdir, localstatedir, mandir, oldincludedir,
16072         sbindir, sharedstatedir, and sysconfdir.
16074 Mon Sep 29 00:38:08 1997 Aaron Jackson <jackson@negril.msrce.howard.edu>
16076         * Makefile.in (bootstrap-lean): New target.
16078 Wed Sep 24 18:06:27 1997  Stu Grossman  <grossman@babylon-5.cygnus.com>
16080         * configure.in (d30v):  Remove tcl, tk, expect, gdb, itcl, tix, db,
16081         sn, and gnuserv from noconfigdirs.
16083 Wed Sep 24 15:18:32 1997  Ian Lance Taylor  <ian@cygnus.com>
16085         * ltmain.sh: Tweak shell pattern to avoid bug in NetBSD /bin/sh.
16087 Thu Sep 18 23:58:27 1997  Jeffrey A Law  (law@cygnus.com)
16089         * Makefile.in (cross): New target.
16091 Thu Sep 18 21:43:23 1997  Alexandre Oliva  <oliva@dcc.unicamp.br>
16092                           Jeff Law         <law@cygnus.com>
16094         * Makefile.in (bootstrap2, bootstrap3): New targets.
16095         (all-bootstrap): Remove outdated and confusing target.
16096         (bootstrap, bootstrap2, bootstrap3): Don't pass BOOT_CFLAGS down.
16098 Thu Sep 18 15:37:42 1997  Andrew Cagney  <cagney@b1.cygnus.com>
16100         * configure (tooldir): enable_gdbtk=YES for cygwin32, NO for
16101         windows.  Consistent with gdb/configure.
16103 1997-09-15 02:37  Ulrich Drepper  <drepper@cygnus.com>
16105         * configure.in: Name Linux target fragment.
16107         * configure: Rewrite so that project Makefile fragment is inserted
16108         first and appears last in the resulting Makefile.
16110 Tue Sep 16 09:55:07 1997  Andrew Cagney  <cagney@b1.cygnus.com>
16112         * Makefile.in (install-itcl): Install tcl first.
16114 Fri Sep 12 16:19:20 1997  Geoffrey Noer  <noer@cygnus.com>
16116         * configure.in: remove bison from noconfigdirs for Cygwin32 host
16118 Thu Sep 11 16:40:46 1997  H.J. Lu  (hjl@gnu.ai.mit.edu)
16120         * Makefile.in (local-distclean): Also remove mh-frag mt-frag.
16122         * configure.in (skipdirs): Add target-librx for Linux.
16123         (alpha-*-linux*): Use config/mh-elfalphapic and config/mt-elfalphapic.
16125 Wed Sep 10 21:29:54 1997  Jeffrey A Law  (law@cygnus.com)
16127         * Makefile.in (bootstrap): New target.
16129 Wed Sep 10 15:19:22 1997  Jeffrey A Law  (law@cygnus.com)
16131         * config.sub: Accept 'amigados' for backward compatibility.
16133 Mon Sep  8 20:46:20 1997  Ian Lance Taylor  <ian@cygnus.com>
16135         * config.guess: Merge with FSF.
16137 Sun Sep  7 23:18:32 1997  Fred Fish  <fnf@ninemoons.com>
16139         * config.sub: Change 'amigados' to 'amigaos' to match current usage.
16141 Sun Sep  7 15:55:28 1997  Gavin Koch  <gavin@cygnus.com>
16143         * config.sub: Add "marketing-names" patch.
16145 Fri Sep  5 16:11:28 1997  Joel Sherrill  (joel@OARcorp.com)
16147         * configure.in (*-*-rtems*): Do not build libgloss for rtems.
16149 Fri Sep  5 12:27:17 1997  Jeffrey A Law  (law@cygnus.com)
16151         * config.sub: Handle v850-elf.
16153 Wed Sep  3 22:01:58 1997  Fred Fish  <fnf@ninemoons.com>
16155         * .cvsignore (*-install): Remove.
16157 Wed Sep  3 12:15:24 1997  Chris Provenzano  <proven@cygnus.com>
16159         * ltconfig: Set CONFIG_SHELL in libtool.
16160         * ltmain.sh: Use CONFIG_SHELL instead of /bin/sh
16162 Mon Sep  1 16:45:44 1997  Jim Wilson  <wilson@cygnus.com>
16164         * configure.in (target_subdir): Set to libraries if enable_multilib.
16166 Wed Aug 27 16:15:11 1997  Jim Wilson  <wilson@cygnus.com>
16168         * config.guess: Update from gcc directory.
16170 Tue Aug 26 16:46:46 1997  Andrew Cagney  <cagney@b1.cygnus.com>
16172         * Makefile.in (all-sim): Depends on all-readline.
16174 Wed Aug 20 19:57:37 1997  Jason Merrill  <jason@yorick.cygnus.com>
16176         * Makefile.in (BISON, YACC): Use $$s.
16177         (all-bison): Depend on all-texinfo.
16179 Tue Aug 19 01:41:32 1997  Jason Merrill  <jason@yorick.cygnus.com>
16181         * Makefile.in (BISON): Add -L flag.
16182         (YACC): Likewise.
16184 Mon Aug 18 11:30:50 1997  Nick Clifton  <nickc@cygnus.com>
16186         * configure.in (noconfigdirs): Add support for v850e target.
16188         * config.sub (maybe_os): Add support for v850e target.
16190 Mon Aug 18 11:30:50 1997  Nick Clifton  <nickc@cygnus.com>
16192         * configure.in (noconfigdirs): Add support for v850ea target.
16194         * config.sub (maybe_os): Add support for v850ea target.
16196 Mon Aug 18 09:24:06 1997  Gavin Koch  <gavin@cygnus.com>
16198         * config.sub: Add mipstx39.  Delete r3900.
16200 Mon Aug 18 17:20:10 1997  Jason Molenda  (crash@godzilla.cygnus.co.jp)
16202         * Makefile.in (all-autoconf): Depends on all-texinfo.
16204 Fri Aug 15 23:09:26 1997  Michael Meissner  <meissner@cygnus.com>
16206         * config-ml.in ({powerpc,rs6000}*-*-*): Update to current AIX and
16207         eabi targets.
16209 Thu Aug 14 14:42:17 1997  Ian Lance Taylor  <ian@cygnus.com>
16211         * configure: Get CFLAGS and CXXFLAGS from Makefile, if possible.
16213         * configure: When handling a Canadian Cross, handle YACC as well as
16214         BISON.  Just set BISON to bison.  When setting YACC, prefer bison.
16215         * Makefile.in (all-bison): Depend upon all-texinfo.
16217 Tue Aug 12 20:09:48 1997  Jason Merrill  <jason@yorick.cygnus.com>
16219         * Makefile.in (BISON): bison, not byacc or bison -y.
16220         (YACC): bison -y or byacc or yacc.
16221         (various): Add *-bison as appropriate.
16222         (taz): No need to mess with BISON anymore.
16224 Tue Aug 12 22:33:08 1997  Ian Lance Taylor  <ian@cygnus.com>
16226         * configure: If OSTYPE matches *win32*, try to find a good value for
16227         CONFIG_SHELL.
16229 Sun Aug 10 14:41:11 1997  Ian Lance Taylor  <ian@cygnus.com>
16231         * Makefile.in (taz): Get the version number from AM_INIT_AUTOMAKE in
16232         configure.in if it is present.
16234 Sat Aug  9 00:58:01 1997  Ian Lance Taylor  <ian@cygnus.com>
16236         * Makefile.in (LD_FOR_TARGET): Change ld.new to ld-new.
16238 Fri Aug  8 16:30:13 1997  Doug Evans  <dje@canuck.cygnus.com>
16240         * config.sub: Recognize `arc' cpu.
16241         * configure.in: Likewise.
16242         * config-ml.in: Likewise.
16244 Thu Aug  7 11:02:34 1997  Ian Lance Taylor  <ian@cygnus.com>
16246         * Makefile.in ($(INSTALL_X11_MODULES)): Depend upon installdirs.
16248 Wed Aug  6 16:27:29 1997  Chris Provenzano  <proven@cygnus.com>
16250         * configure: Changed sed delimiter from ':' to '|' when
16251         attempting to substitute ${config_shell} for SHELL. On
16252         NT ${config_shell} may contain a ':' in it.
16254 Wed Aug  6 12:29:05 1997  Jason Merrill  <jason@yorick.cygnus.com>
16256         * Makefile.in (EXTRA_GCC_FLAGS): Fix for non-bash shells.
16258 Wed Aug  6 00:42:35 1997  Ian Lance Taylor  <ian@cygnus.com>
16260         * Makefile.in (AS_FOR_TARGET): Change as.new to as-new.
16262 Tue Aug  5 14:08:51 1997  Ian Lance Taylor  <ian@cygnus.com>
16264         * Makefile.in (NM_FOR_TARGET): Change nm.new to nm-new.
16266         * ylwrap: If the program is a relative path, force it to be
16267         absolute.
16269 Tue Aug  5 12:12:44 1997  Andrew Cagney  <cagney@b1.cygnus.com>
16271         * configure (tooldir): Set BISON to `bison -y' and not just bison.
16273 Mon Aug  4 22:59:02 1997  Andrew Cagney  <cagney@b1.cygnus.com>
16275         * Makefile.in (CC_FOR_TARGET): When winsup/Makefile present,
16276         correctly specify the target build directory $(TARGET_SUBDIR)/winsup
16277         for libraries.
16279 Mon Aug  4 12:40:24 1997  Jason Merrill  <jason@yorick.cygnus.com>
16281         * Makefile.in (EXTRA_GCC_FLAGS): Fix handling of macros with values
16282         separated by spaces.
16284 Thu Jul 31 19:49:49 1997  Ian Lance Taylor  <ian@cygnus.com>
16286         * ylwrap: New file.
16287         * Makefile.in (DEVO_SUPPORT): Add ylwrap.
16289         * ltmain.sh: Handle /bin/sh at start of install program.
16291         * Makefile.in (DEVO_SUPPORT): Add ltconfig, ltmain.sh, and missing.
16293         * ltconfig, ltmain.sh: New files, from libtool 1.0.
16294         * missing: New file, from automake 1.2.
16296 Thu Jul 24 12:57:56 1997  Ian Lance Taylor  <ian@cygnus.com>
16298         * Makefile.in: Treat tix like tk, putting it in X11_MODULES.  Add
16299         check-tk to CHECK_X11_MODULES.
16301 Wed Jul 23 17:03:29 1997  Ian Lance Taylor  <ian@cygnus.com>
16303         * config.sub: Merge with FSF.
16305 Tue Jul 22 19:08:29 1997  Ian Lance Taylor  <ian@cygnus.com>
16307         * config.guess: Merge with FSF.
16309 Tue Jul 22 14:50:42 1997  Robert Hoehne <robert.hoehne@Mathematik.TU-Chemnitz.DE>
16311         * configure: Treat msdosdjgpp like go32.
16312         * configure.in: Likewise.  Don't remove gprof for go32.
16314         * configure: Change Makefile.tem2 to Makefile.tm2.
16316 Mon Jul 21 10:31:26 1997  Stephen Peters  <speters@cygnus.com>
16318         * configure.in (noconfigdirs): For alpha-dec-osf*, don't ignore grep.
16320 Tue Jul 15 14:33:03 1997  Brendan Kehoe  <brendan@lisa.cygnus.com>
16322         * install-sh (chmodcmd): Set to null if the DST directory already
16323         exists.  Same as Nov 11th change.
16325 Mon Jul 14 11:01:15 1997  Martin M. Hunt  <hunt@cygnus.com>
16327         * configure (GDB_TK): Needs itcl and tix.
16329 Mon Jul 14 00:32:10 1997  Jason Merrill  <jason@yorick.cygnus.com>
16331         * config.guess: Update from FSF.
16333 Fri Jul 11 11:57:11 1997  Martin M. Hunt  <hunt@cygnus.com>
16335         * Makefile.in (GDB_TK): Depend on itcl and tix.
16337 Fri Jul  4 13:25:31 1997  Ian Lance Taylor  <ian@cygnus.com>
16339         * Makefile.in (INSTALL_PROGRAM_ARGS): New variable.
16340         (INSTALL_PROGRAM): Use $(INSTALL_PROGRAM_ARGS).
16341         (INSTALL_SCRIPT): New variable.
16342         (BASE_FLAGS_TO_PASS): Pass down INSTALL_SCRIPT.
16343         * configure.in: If host is *-*-cygwin32*, set INSTALL_PROGRAM_ARGS
16344         to -x.
16345         * install-sh: Add support for -x option.
16347 Mon Jun 30 15:51:30 1997  Ian Lance Taylor  <ian@cygnus.com>
16349         * configure.in, Makefile.in: Treat tix like itcl.
16351 Thu Jun 26 13:59:19 1997  Ian Lance Taylor  <ian@cygnus.com>
16353         * Makefile.in (WINDRES): New variable.
16354         (WINDRES_FOR_TARGET): New variable.
16355         (BASE_FLAGS_TO_PASS): Add WINDRES_FOR_TARGET.
16356         (EXTRA_HOST_FLAGS): Add WINDRES.
16357         (EXTRA_TARGET_FLAGS): Add WINDRES.
16358         (EXTRA_GCC_FLAGS): Add WINDRES.
16359         ($(DO_X)): Pass down WINDRES.
16360         ($(CONFIGURE_TARGET_MODULES)): Set WINDRES when configuring.
16361         * configure: Treat WINDRES like DLLTOOL, and WINDRES_FOR_TARGET like
16362         DLLTOOL_FOR_TARGET.
16364 Wed Jun 25 15:01:26 1997  Felix Lee  <flee@cygnus.com>
16366         * configure.in: configure sim before gdb for win32-x-ppc
16368 Wed Jun 25 12:18:54 1997  Brendan Kehoe  <brendan@lisa.cygnus.com>
16370         Move gperf into the toplevel, from libg++.
16371         * configure.in (target_tools): Add target-gperf.
16372         (native_only): Add target-gperf.
16373         * Makefile.in (all-target-gperf): New target, depend on
16374         all-target-libg++.
16375         (configure-target-gperf): Empty rule.
16376         (ALL_TARGET_MODULES): Add all-target-gperf.
16377         (CONFIGURE_TARGET_MODULES): Add configure-target-gperf.
16378         (CHECK_TARGET_MODULES): Add check-target-gperf.
16379         (INSTALL_TARGET_MODULES): Add install-target-gperf.
16380         (CLEAN_TARGET_MODULES): Add clean-target-gperf.
16382 Mon Jun 23 10:51:53 1997  Jeffrey A Law  (law@cygnus.com)
16384         * config.sub (mn10200): Recognize new basic machine.
16386 Thu Jun 19 14:16:42 1997  Brendan Kehoe  <brendan@lisa.cygnus.com>
16388         * configure.in: Don't set ENABLE_MULTILIB, so we'll be passing
16389         --enable-multilib down to subdirs; setting TARGET_SUBDIR was enough.
16391 Tue Jun 17 15:31:20 1997  Brendan Kehoe  <brendan@lisa.cygnus.com>
16393         * configure.in: If we're building mips-sgi-irix6* native, turn on
16394         ENABLE_MULTILIB and set TARGET_SUBDIR.
16396 Tue Jun 17 12:20:59 1997  Tom Tromey  <tromey@cygnus.com>
16398         * Makefile.in (all-sn): Depend on all-grep.
16400 Mon Jun 16 11:11:10 1997  Ian Lance Taylor  <ian@cygnus.com>
16402         * configure.in: Use mh-ppcpic and mt-ppcpic for powerpc*-* targets.
16404         * configure: Set CFLAGS and CXXFLAGS, and substitute them into
16405         Makefile.  From Jeff Makey <jeff@cts.com>.
16406         * Makefile.in: Add comment for CFLAGS and CXXFLAGS.
16408         * Makefile.in (DISTBISONFILES): Remove.
16409         (taz): Don't futz with DISTBISONFILES.  Change BISON to use
16410         $(DEFAULT_YACC).
16412         * configure.in: Build itl, db, sn, etc., when building for native
16413         cygwin32.
16415         * Makefile.in (LD): New variable.
16416         (EXTRA_HOST_FLAGS): Pass down LD.
16417         ($(DO_X)): Likewise.
16419 Mon Jun 16 11:10:35 1997  Philip Blundell  <Philip.Blundell@pobox.com>
16421         * Makefile.in (INSTALL): Use $(SHELL) when executing install-sh.
16423 Fri Jun 13 10:22:56 1997  Bob Manson  <manson@charmed.cygnus.com>
16425         * configure.in (targargs): Strip out any supplied --build argument
16426         before adding our own. Always add --build.
16428 Thu Jun 12 21:12:28 1997  Bob Manson  <manson@charmed.cygnus.com>
16430         * configure.in (targargs): Pass --build if we're doing
16431         a cross-compile.
16433 Fri Jun  6 21:38:40 1997  Rob Savoye  <rob@chinadoll.cygnus.com>
16435         * configure: Use '|' instead of ":" as the separator in
16436         sed. Otherwise sed chokes on NT path names with drive
16437         designators. Also look for "?:*" as the leading characters in an
16438         absolute pathname.
16440 Mon Jun  2 13:05:20 1997  Gavin Koch  <gavin@cygnus.com>
16442         * config.sub: Support for r3900.
16444 Wed May 21 17:33:31 1997  Ian Lance Taylor  <ian@cygnus.com>
16446         * configure.in: Use install-sh, not install.sh.
16448 Wed May 14 16:06:51 1997  Ian Lance Taylor  <ian@cygnus.com>
16450         * Makefile.in (taz): Improve check for BISON so it doesn't try to
16451         apply it twice.
16453 Fri May  9 17:22:05 1997  Ian Lance Taylor  <ian@cygnus.com>
16455         * Makefile.in (INSTALL_MODULES): Put install-opcodes before
16456         install-binutils.
16458 Thu May  8 17:29:50 1997  Ian Lance Taylor  <ian@cygnus.com>
16460         * Makefile.in: Add automake targets.
16461         * configure.in (host_tools): Add automake.
16463 Tue May  6 15:49:52 1997  Ian Lance Taylor  <ian@cygnus.com>
16465         * configure: Default CXX to c++, not gcc.
16466         * Makefile.in (CXX): Set to c++, not gcc.
16467         (CXX_FOR_TARGET): When cross, transform c++, not gcc.
16469 Thu May  1 10:11:43 1997  Geoffrey Noer  <noer@cygnus.com>
16471         * install-sh: try appending a .exe if source file doesn't
16472         exist
16474 Wed Apr 30 12:05:36 1997  Jason Merrill  <jason@yorick.cygnus.com>
16476         * configure.in: Turn on multilib by default.
16477         (cross_only): Remove target-libiberty.
16479         * Makefile.in (all-gcc): Don't depend on libiberty.
16481 Mon Apr 28 18:39:45 1997  Michael Snyder  <msnyder@cleaver.cygnus.com>
16483         * config.guess: improve algorithm for recognizing Gnu Hurd x86.
16485 Thu Apr 24 19:30:07 1997  Ian Lance Taylor  <ian@cygnus.com>
16487         * Makefile.in (DEVO_SUPPORT): Add mpw-install.
16488         (DISTBISONFILES): Add ld/Makefile.in
16490 Tue Apr 22 17:17:28 1997  Geoffrey Noer  <noer@pizza.cygnus.com>
16492         * configure.in: if target is cygwin32 but host isn't cygwin32,
16493         don't configure gdb tcl tk expect, not just gdb.
16495 Mon Apr 21 13:33:39 1997  Tom Tromey  <tromey@cygnus.com>
16497         * configure.in: Added gnuserv everywhere sn appears.
16499         * Makefile.in (ALL_MODULES): Added all-gnuserv.
16500         (CROSS_CHECK_MODULES): Added check-gnuserv.
16501         (INSTALL_MODULES): Added install-gnuserv.
16502         (CLEAN_MODULES): Added clean-gnuserv.
16503         (all-gnuserv): New target.
16505 Thu Apr 17 13:57:06 1997  Per Fogelstrom  <pefo@openbsd.org>
16507         * config.guess: Fixes for MIPS OpenBSD systems.
16509 Tue Apr 15 12:21:07 1997  Ian Lance Taylor  <ian@cygnus.com>
16511         * Makefile.in (INSTALL_XFORM): Remove.
16512         (BASE_FLAGS_TO_PASS): Remove INSTALL_XFORM.
16514         * mkinstalldirs: New file, copied from automake.
16515         * Makefile.in (installdirs): Rename from install-dirs.  Use
16516         mkinstalldirs.  Change all users.
16517         (DEVO_SUPPORT): Add mkinstalldirs.
16519 Mon Apr 14 11:21:38 1997  Ian Lance Taylor  <ian@cygnus.com>
16521         * install-sh: Rename from install.sh.
16522         * Makefile.in (INSTALL): Change install.sh to install-sh.
16523         (DEVO_SUPPORT): Likewise.
16525         * configure: Use ${config_shell} with ${moveifchange}.  From Thomas
16526         Graichen <graichen@rzpd.de>.
16528 Fri Apr 11 16:37:10 1997  Niklas Hallqvist  <niklas@appli.se>
16530         * config.guess: Recognize OpenBSD systems correctly.
16532 Fri Apr 11 17:07:04 1997  Jason Molenda  (crash@godzilla.cygnus.co.jp)
16534         * README, Makefile.in (ETC_SUPPORT): Remove references to
16535         cfg-paper*, configure.{texi,man,info*}._
16537 Sun Apr  6 18:47:57 1997  Andrew Cagney  <cagney@kremvax.cygnus.com>
16539         * Makefile.in (all.normal): Ensure that gcc is built after all
16540         the x11 - ie gdb - targets.
16542 Tue Apr  1 16:28:50 1997  Klaus Kaempf  <kkaempf@progis.de>
16544         * makefile.vms: Don't run conf-a-gas.
16546 Mon Mar 31 16:26:55 1997  Joel Sherrill  <joel@oarcorp.com>
16548         * configure.in (hppa1.1-*-rtems*): New target, like hppa-*-*elf*.
16550 Sun Mar 30 12:38:27 1997  Fred Fish  <fnf@cygnus.com>
16552         * configure.in: Remove noconfigdirs case since gdb also
16553         configures and builds for tic80-coff.
16555 Fri Mar 28 18:28:52 1997  Ian Lance Taylor  <ian@cygnus.com>
16557         * configure: Set cache_file to config.cache.
16558         * Makefile.in (local-distclean): Remove config.cache.
16560 Wed Mar 26 18:49:39 1997  Ian Lance Taylor  <ian@cygnus.com>
16562         * COPYING: Update FSF address.
16564 Wed Mar 26 10:38:25 1997  Michael Meissner  <meissner@cygnus.com>
16566         * configure.in (tic80-*-*): Remove G++ libraries and libgloss from
16567         noconfigdirs.
16569 Mon Mar 24 15:02:39 1997  Ian Lance Taylor  <ian@cygnus.com>
16571         * Makefile.in (install-dirs): Don't crash if prefix, and hence
16572         MAKEDIRS, is empty.
16574 Mon Mar 24 12:40:55 1997  Doug Evans  <dje@canuck.cygnus.com>
16576         * config.sub: Tweak mn10300 entry.
16578 Fri Mar 21 15:35:27 1997  Michael Meissner  <meissner@cygnus.com>
16580         * configure.in (host_tools): Put sim before gdb, so gdb's
16581         configure.tgt can determine if the simulator was configured.
16583 Sun Mar 16 16:07:08 1997  Fred Fish  <fnf@cygnus.com>
16585         * config.sub: Move BeOS $os case to be with other Cygnus
16586         local cases.
16588 Sun Mar 16 01:34:55 1997  Martin Hunt <hunt@cygnus.com>
16590         * config.sub: Remove misplaced comment that broke Linux.
16592 Sat Mar 15 22:50:15 1997  Fred Fish  <fnf@cygnus.com>
16594         * config.sub: Add BeOS support.
16596 Mon Mar 10 13:30:11 1997  Tom Tromey  <tromey@cygnus.com>
16598         * Makefile.in (CHECK_X11_MODULES): Don't run check-tk.
16600 Wed Mar  5 12:09:29 1997  Martin  <hunt@cygnus.com>
16602         * configure.in (noconfigdirs): Remove tcl and tk from
16603         noconfigdirs for cygwin32 builds.
16605 Fri Feb 28 18:20:15 1997  Fred Fish  <fnf@cygnus.com>
16607         * configure.in (tic80-*-*): Remove ld from noconfigdirs.
16609 Thu Feb 27 14:57:26 1997  Ken Raeburn  <raeburn@cygnus.com>
16611         * Makefile.in (GAS_SUPPORT_DIRS, BINUTILS_SUPPORT_DIRS): Remove
16612         make-all.com, use makefile.vms instead.
16614 Tue Feb 25 18:46:14 1997  Stan Shebs  <shebs@andros.cygnus.com>
16616         * config.sub: Accept -lnews*.
16618 Tue Feb 25 13:19:14 1997  Andrew Cagney  <cagney@kremvax.tpgi.com.au>
16620         * configure.in (noconfigdirs): Disable target-newlib,
16621         target-examples and target-libiberty for d30v.
16623 Fri Feb 21 17:56:25 1997  Martin M. Hunt  <hunt@pizza.cygnus.com>
16625         * configure.in (noconfigdirs): Enable ld for d30v.
16627 Fri Feb 21 20:58:51 1997  Michael Meissner  <meissner@cygnus.com>
16629         * configure.in (tic80-*-*): Build compiler.
16631 Sun Feb 16 15:41:09 1997  Andrew Cagney  <cagney@critters.cygnus.com>
16633         * configure.in (d30v-*): Remove sim directory from list of
16634         unsupported d30v directories
16636 Tue Feb 18 17:32:42 1997  Martin M. Hunt  <hunt@pizza.cygnus.com>
16638         * config.sub, configure.in: Add d30v target cpu.
16640 Thu Feb 13 22:04:44 1997  Klaus Kaempf  <kkaempf@progis.de>
16642         * makefile.vms: New file.
16643         * make-all.com: Remove.
16645 Wed Feb 12 12:54:18 1997  Jim Wilson  <wilson@cygnus.com>
16647         * Makefile.in (EXTRA_GCC_FLAGS): Add LIBGCC2_DEBUG_CFLAGS.
16649 Sat Feb  8 20:36:49 1997  Michael Meissner  <meissner@cygnus.com>
16651         * Makefile.in (all-itcl): The rule is all-itcl, not all-tcl.
16653 Tue Feb  4 11:39:29 1997  Tom Tromey  <tromey@cygnus.com>
16655         * Makefile.in (ALL_MODULES): Added all-db.
16656         (CROSS_CHECK_MODULES): Addec check-db.
16657         (INSTALL_MODULES): Added install-db.
16658         (CLEAN_MODULES): Added clean-db.
16660 Mon Feb  3 13:29:36 1997  Ian Lance Taylor  <ian@cygnus.com>
16662         * config.guess: Merge with latest FSF sources.
16664 Tue Jan 28 09:20:37 1997  Tom Tromey  <tromey@cygnus.com>
16666         * Makefile.in (ALL_MODULES): Added all-itcl.
16667         (CROSS_CHECK_MODULES): Added check-itcl.
16668         (INSTALL_MODULES): Added install-itcl.
16669         (CLEAN_MODULES): Added clean-itcl.
16671 Thu Jan 23 01:44:27 1997  Geoffrey Noer  <noer@cygnus.com>
16673         * configure.in: build gdb for mn10200
16675 Fri Jan 17 15:32:15 1997  Doug Evans  <dje@canuck.cygnus.com>
16677         * Makefile.in (all-target-winsup): Depend on all-target-libio.
16679 Mon Jan 13 22:46:54 1997  Michael Meissner  <meissner@tiktok.cygnus.com>
16681         * configure.in (tic80-*-*): Turn off most targets right now.
16683 Fri Jan  3 16:04:03 1997  Ian Lance Taylor  <ian@cygnus.com>
16685         * Makefile.in (MAKEINFO): Check for the existence of the Makefile,
16686         rather than the makeinfo program.
16687         (do-info): Depend upon all-texinfo.
16689 Tue Dec 31 16:00:31 1996  Ian Lance Taylor  <ian@cygnus.com>
16691         * configure.in: Remove uses of config/mh-linux.
16693         * config.sub, config.guess: Merge with latest FSF sources.
16695 Fri Dec 27 23:04:33 1996  Fred Fish  <fnf@cygnus.com>
16697         * config.sub (case $basic_machine): Add tic80 entries.
16699 Fri Dec 27 12:07:59 1996  Ian Lance Taylor  <ian@cygnus.com>
16701         * config.sub, config.guess: Merge with latest FSF sources.
16703 Wed Dec 18 22:46:39 1996  Stan Shebs  <shebs@andros.cygnus.com>
16705         * mpw-build.in: Build ld before gcc, use NewFolderRecursive.
16706         * mpw-config.in: Test for NewFolderRecursive.
16707         * mpw-install: Use symbolic name for startup filename.
16708         * mpw-README: Add various additional details.
16710 Wed Dec 18 13:11:46 1996  Jim Wilson  <wilson@cygnus.com>
16712         * configure.in (mips*-sgi-irix6*): Remove binutils from noconfigdirs.
16714 Wed Dec 18 10:29:31 1996  Jeffrey A Law  (law@cygnus.com)
16716         * configure.in: Do build gcc and the target libraries for
16717         the mn10200.
16719 Wed Dec  4 16:53:05 1996  Geoffrey Noer  <noer@cygnus.com>
16721         * configure.in: don't avoid building gdb for mn10300 any more
16722         * Makefile.in: double-quote GCC_FOR_TARGET line in EXTRA_GCC_FLAGS
16723         instead of single-quoting it.
16725 Tue Dec  3 23:26:50 1996  Jason Merrill  <jason@yorick.cygnus.com>
16727         * configure.in: Don't use --with-stabs on IRIX 6.
16729 Tue Dec  3 09:05:25 1996  Doug Evans  <dje@canuck.cygnus.com>
16731         * configure.in (m32r): Build gdb, libg++ now.
16733 Sun Dec  1 00:18:59 1996  Peter Schauer  (pes@regent.e-technik.tu-muenchen.de)
16735         * configure.in (mips*-sgi-irix6*):  Remove gdb and related
16736         directories from noconfigdirs.
16738 Tue Nov 26 11:45:33 1996  Kim Knuttila  <krk@cygnus.com>
16740         * config.sub (basic_machine): added mips16 configuration
16742 Sat Nov 23 19:26:22 1996  Michael Meissner  <meissner@tiktok.cygnus.com>
16744         * config.sub: Handle d10v-unknown.
16746 Sat Nov 23 10:23:01 1996  Gavin Koch  <gavin@cygnus.com>
16748         * config.sub: Handle v850-unknown.
16750 Thu Nov 21 16:19:44 1996  Geoffrey Noer  <noer@cygnus.com>
16752         * Makefile.in: add findutils
16753         * configure.in: add findutils to list of host_tools
16755 Wed Nov 20 10:09:01 1996  Jeffrey A Law  (law@cygnus.com)
16757         * config.sub: Handle mn10200 and mn10300.
16759 Tue Nov 19 16:35:14 1996  Michael Meissner  <meissner@tiktok.cygnus.com>
16761         * configure.in (d10v-*): Do not build librx.
16763 Mon Nov 18 13:28:41 1996  Jeffrey A Law  (law@cygnus.com)
16765         * configure.in (mn10300): Build everything except gdb & libgloss.
16767 Wed Nov 13 14:59:46 1996  Per Bothner  <bothner@deneb.cygnus.com>
16769         * config.guess:  Patch for Dansk Data Elektronik servers,
16770         from Niels Skou Olsen <nso@dde.dk>.
16772         For ncr, use /bin/uname rather than uname, since GNU uname does not
16773         support -p.  Suggested by Mark Mitchell <mmitchell@usa.net>.
16775         Patch for MIPS R4000 running System V,
16776         from Eric S. Raymond <esr@snark.thyrsus.com>.
16778         Fix thinko for nextstep.
16780         Patch for OSF1 in i?86, from Dan Murphy <dlm@osf.org> via Harlan Stenn.
16782         Sat Jun 24 18:58:17 1995  Morten Welinder  <terra+@cs.cmu.edu>
16783         * config.guess: Guess mips-dec-mach_bsd4.3.
16785         Thu Oct 10 04:07:04 1996  Harlan Stenn <harlan@pfcs.com>
16786         * config.guess (i?86-ncr-sysv*):  Emit just enough of the minor
16787         release numbers.
16788         * config.guess (mips-mips-riscos*):  Emit just enough of the
16789         release number.
16791         Tue Oct  8 10:37:22 1996  Frank Vance <fvance@waii.com>
16792         * config.guess (sparc-auspex-sunos*):  Added.
16793         (f300-fujitsu-*): Added.
16795         Wed Sep 25 22:00:35 1996  Jeff Woolsey <woolsey@jlw.com>
16796         * config.guess:  Recognize a Tadpole as a sparc.
16798 Wed Nov 13 00:53:09 1996  David J. MacKenzie  <djm@churchy.gnu.ai.mit.edu>
16800         * config.guess: Don't assume that NextStep version is either 2 or
16801         3.  NextStep 4 (aka OpenStep 4) has come out now.
16803 Mon Nov 11 23:52:03 1996  David J. MacKenzie  <djm@churchy.gnu.ai.mit.edu>
16805         * config.guess: Support Cray T90 that reports itself as "CRAY TS".
16806         From Rik Faith <faith@cs.unc.edu>.
16808 Fri Nov  8 11:34:58 1996  David J. MacKenzie  <djm@geech.gnu.ai.mit.edu>
16810         * config.sub: Contributions from bug-gnu-utils to:
16811         Support plain "hppa" (no version given) architecture, reported by
16812         OpenStep.
16813         OpenBSD like NetBSD.
16814         LynxOs is not a hardware supplier.
16816         * config.guess: Contributions from bug-gnu-utils to add support for:
16817         OpenBSD like NetBSD.
16818         Stratus systems.
16819         More Pyramid systems.
16820         i[n>4]86 Intel chips.
16821         M680[n>4]0 Motorola chips.
16822         Use unknown instead of lynx for hardware manufacturer.
16824 Mon Nov 11 10:09:08 1996  Brendan Kehoe  <brendan@lisa.cygnus.com>
16826         * install.sh (chmodcmd): Set to null if the DST directory already
16827         exists.
16829 Mon Nov 11 10:43:41 1996  Michael Meissner  <meissner@tiktok.cygnus.com>
16831         * configure.in (powerpc*-{eabi,elf,linux,rtem,sysv,solaris}*): Do
16832         not use mt-ppc target Makefile fragment any more.
16834 Sun Nov  3 19:17:07 1996  Stu Grossman  (grossman@critters.cygnus.com)
16836         * configure.in (*-*-windows):  Exclude everything but those dirs
16837         needed to build windows.
16839 Tue Oct 29 16:41:31 1996  Doug Evans  <dje@canuck.cygnus.com>
16841         * Makefile.in (all-target-winsup): Depend on all-target-librx.
16843 Mon Oct 28 17:32:46 1996  Stu Grossman  (grossman@critters.cygnus.com)
16845         * configure.in:  Exclude mmalloc from i386-windows.
16847 Thu Oct 24 09:22:46 1996  Stu Grossman  (grossman@critters.cygnus.com)
16849         * Undo my previous change.
16851 Thu Oct 24 12:12:04 1996  Ian Lance Taylor  <ian@cygnus.com>
16853         * Makefile.in (EXTRA_GCC_FLAGS): Pass down GCC_FOR_TARGET
16854         unconditionally.
16855         (MAKEOVERRIDES): Define (revert this part of October 18 change).
16857 Thu Oct 24 09:02:07 1996  Stu Grossman  (grossman@critters.cygnus.com)
16859         * Makefile.in (FLAGS_TO_PASS):  Add $(HOST_FLAGS) to allow the
16860         host to add it's own flags.
16862 Tue Oct 22 15:20:26 1996  Ian Lance Taylor  <ian@cygnus.com>
16864         * configure: Handle GCC_FOR_TARGET like CC_FOR_TARGET.
16866 Fri Oct 18 13:37:13 1996  Ian Lance Taylor  <ian@cygnus.com>
16868         * Makefile.in (CC_FOR_TARGET): Check for xgcc, not Makefile.
16869         (CXX_FOR_TARGET): Likewise.
16870         (GCC_FOR_TARGET): Define.
16871         (BASE_FLAGS_TO_PASS): Remove GCC_FOR_TARGET.
16872         (EXTRA_GCC_FLAGS): Define GCC_FOR_TARGET based on whether
16873         CC_FOR_TARGET was specified on the command line.
16874         (MAKEOVERRIDES): Don't define.
16876 Thu Oct 17 10:27:56 1996  Doug Evans  <dje@canuck.cygnus.com>
16878         * configure.in (m32r): Fix spelling of libg++ libs.
16880 Thu Oct 10 10:37:17 1996  Stan Shebs  <shebs@andros.cygnus.com>
16882         * config.sub (-apple*): Remove, now redundant.
16884 Thu Oct 10 12:30:54 1996  Ian Lance Taylor  <ian@cygnus.com>
16886         * configure: Don't get confused by CPU-VENDOR-linux-gnu.
16888         * configure: Rework yesterday's sed script patch.
16890         * config.sub: Merge with FSF.
16892 Wed Oct  9 17:24:59 1996  Per Bothner  <bothner@deneb.cygnus.com>
16894         * config.guess:  Merge from FSF.
16896         1996-09-12  Richard Stallman  <rms@ethanol.gnu.ai.mit.edu>
16897         * config.guess: Use pc instead of unknown, for pc clone systems.
16898         Change linux to linux-gnu.
16900         Mon Jul 15 23:51:11 1996  Karl Heuer  <kwzh@gnu.ai.mit.edu>
16901         * config.guess: Avoid non-portable tr syntax.
16903 Wed Oct  9 06:06:46 1996  Jeffrey A Law  (law@cygnus.com)
16905         * test-build.mk (HOLES): Add "xargs" for gdb.
16907         * configure: Avoid hpux10.20 sed bug.
16909 Tue Oct  8 08:32:48 1996  Stu Grossman  (grossman@critters.cygnus.com)
16911         * configure.in:  Add support for windows host
16912         (that is a build done under the Microsoft build environment).
16914 Tue Oct  8 10:39:08 1996  Ian Lance Taylor  <ian@cygnus.com>
16916         * Makefile.in: Replace all uses of srcroot with s, to shrink
16917         command line lengths.
16919         Patches from Geoffrey Noer <noer@cygnus.com>:
16920         * configure.in: If configuring for newlib, pass --with-newlib to
16921         subdirectories.
16922         * Makefile.in (CC_FOR_TARGET): If winsup/Makefile exists, pass a
16923         -Bnewlib/ and -Lwinsup to gcc.
16924         (CXX_FOR_TARGET): Likewise.
16926 Mon Oct  7 10:59:35 1996  Ian Lance Taylor  <ian@cygnus.com>
16928         * Makefile.in (ETC_SUPPORT): Add configure.
16930 Fri Oct  4 12:22:58 1996  Angela Marie Thomas (angela@cygnus.com)
16932         * configure.in: Use config/mh-dgux386 for i[345]86-dg-dgux
16933         host configuration file.
16935 Thu Oct  3 09:28:25 1996  Jeffrey A Law  (law@cygnus.com)
16937         * configure.in: Break mn10x00 support into separate
16938         mn10200 and mn10300 configurations.
16939         * config.sub: Likewise.
16941 Wed Oct  2 22:27:52 1996  Jeffrey A Law  (law@cygnus.com)
16943         * configure.in: Add lots of stuff to noconfigdirs for
16944         the mn10x00 targets.
16946         * config.sub, configure.in: Add mn10x00 support.
16948 Wed Oct  2 15:52:36 1996  Klaus Kaempf  <kkaempf@progis.de>
16950         * make-all.com: Call conf-a-gas, not config-a-gas.
16952 Tue Oct  1 01:28:41 1996  James G. Smith  <jsmith@cygnus.co.uk>
16954         * configure.in (noconfigdirs): Don't build libgloss for arm-coff
16955         targets.
16957 Mon Sep 30 14:24:01 1996  Stan Shebs  <shebs@andros.cygnus.com>
16959         * mpw-README: Add much more detail for native PowerMac.
16960         * mpw-install: New file.
16961         * mpw-configure: Add --norecursion and --help options.
16962         * mpw-config.in: Translate readme and install files when
16963         copying to objdir.
16964         * mpw-build.in: Don't always depend on byacc and flex.
16965         (install-only-top): New action.
16967 Fri Sep 27 17:39:44 1996  Stu Grossman  (grossman@critters.cygnus.com)
16969         * configure.in:  You can now configure GDB for the v850.
16971 Tue Sep 24 19:05:12 1996  Stan Shebs  <shebs@andros.cygnus.com>
16973         * configure.in (noconfigdirs): Don't configure any C++ dirs
16974         if targeting D10V.
16976 Tue Sep 17 12:15:31 1996  Ian Lance Taylor  <ian@cygnus.com>
16978         * config.sub: Recognize mips64vr5000.
16980 Mon Sep 16 17:00:52 1996  Ian Lance Taylor  <ian@cygnus.com>
16982         * configure.in: Use a single line for host_tools and native_only.
16984 Mon Sep  9 12:21:30 1996  Doug Evans  <dje@canuck.cygnus.com>
16986         * config.sub, configure.in: Add entries for m32r.
16988 Thu Sep  5 13:52:47 1996  Tom Tromey  <tromey@creche.cygnus.com>
16990         * Makefile.in (inet-install): Don't run install-gzip.
16992 Wed Sep  4 17:26:13 1996  Stu Grossman  (grossman@critters.cygnus.com)
16994         * configure.in:  Don't config lots of things for *-*-windows*.
16996 Sat Aug 31 11:45:57 1996  Stan Shebs  <shebs@andros.cygnus.com>
16998         * mpw-config.in: Test for mpw-true, true, and null-command scripts.
16999         (host_libs, host_tools): Copy from configure.in.
17000         * mpw-configure: Don't complain about directories not found.
17002 Thu Aug 29 16:44:58 1996  Michael Meissner  <meissner@tiktok.cygnus.com>
17004         * configure.in (i[345]86): Recognize i686 for pentium pro.
17005         (i[3456]86-*-dgux*): Use config/mh-sysv for the host configuration
17006         file.
17008         * config.guess (i[345]86): Ditto.
17010 Mon Aug 26 18:34:42 1996  Martin M. Hunt  <hunt@pizza.cygnus.com>
17012         * configure.in (noconfigdirs): Removed gdb for D10V.
17014 Thu Aug 22 17:13:52 1996  Jeffrey A Law  (law@cygnus.com)
17016         * configure.in: Remove ld, target-libio, target-libg++, and
17017         target-libstdc++ from noconfigdirs.
17019 Wed Aug 21 18:56:38 1996  Fred Fish  <fnf@cygnus.com>
17021         * configure: Fix three locations where shell scripts were
17022         being run directly rather than with config_shell.
17024 Tue Aug 20 13:08:47 1996  J.T. Conklin  <jtc@hippo.cygnus.com>
17026         * configure.in (v850-*-*): Set up initial $noconfigdirs.
17027         * config.sub (basic_machine): Recognize v850.
17029 Thu Aug 15 12:19:33 1996  Stan Shebs  <shebs@andros.cygnus.com>
17031         * mpw-configure: Handle multiple enable/disable options and
17032         pass them down recursively, handle -c and -s flags appropriately
17033         depending on choice of compiler, add escape mechanism for
17034         quoted arguments to gC.
17036 Mon Aug 12 13:15:13 1996  Michael Meissner  <meissner@tiktok.cygnus.com>
17038         * configure.in (powerpc*-*-*): For eabi, system V.4, Linux, and
17039         solaris targets, use config/mt-ppc to set C{,XX}FLAGS_FOR_TARGETS
17040         so that -mrelocatable-lib and -mno-eabi are used.
17042         * Makefile.in (CONFIGURE_TARGET_MODULES): If target compiler does
17043         not support --print-multi-lib, don't abort.
17045 Thu Aug  8 12:18:59 1996  Klaus Kaempf  <kkaempf@progis.de>
17047         * make-all.com: Run config-a-gas.
17048         * setup.com: Don't copy subdirectory files around.
17050 Tue Jul 30 17:49:31 1996  Brendan Kehoe  <brendan@cygnus.com>
17052         * configure.in (*-*-ose): Remove exclusion of libgloss for this
17053         target, it now compiles correctly.
17055 Sat Jul 27 15:10:43 1996  Stan Shebs  <shebs@andros.cygnus.com>
17057         * mpw-config.in: Generate Mac include for elf/dwarf2.h.
17059 Tue Jul 23 10:47:04 1996  Martin M. Hunt  <hunt@pizza.cygnus.com>
17061         * configure.in (d10v-*-*): Remove ld from $noconfigdirs.
17063 Mon Jul 22 13:28:51 1996  Brendan Kehoe  <brendan@lisa.cygnus.com>
17065         * configure.in (native_only): Add prms.
17067 Mon Jul 22 12:27:58 1996  Ian Lance Taylor  <ian@cygnus.com>
17069         * Makefile.in (GAS_SUPPORT_DIRS): Add make-all.com and setup.com.
17070         (BINUTILS_SUPPORT_DIRS): Likewise.
17072 Thu Jul 18 12:55:40 1996  Michael Meissner  <meissner@tiktok.cygnus.com>
17074         * configure.in (d10v-*-*): Don't configure ld or gdb until the
17075         d10v support is added.
17077 Wed Jul 17 14:33:09 1996  Martin M. Hunt  <hunt@pizza.cygnus.com>
17079         * configure.in (d10v-*-*): New target.
17081 Mon Jul 15 11:53:00 1996  Jeffrey A Law  (law@cygnus.com)
17083         * config.guess (HP 9000/811): Recognize this as a PA1.1
17084         machine.
17086 Fri Jul 12 23:21:17 1996  Ken Raeburn  <raeburn@cygnus.com>
17088         * Makefile.in (do-tar-gz): New target, split out from tail end of
17089         taz target.  Run each command separately, don't use pipes.
17090         (taz): Use it.
17092 Fri Jul 12 12:08:04 1996  Stan Shebs  <shebs@andros.cygnus.com>
17094         * mpw-configure: Look for g-mpw-make.sed in config/mpw.
17095         * mpw-build.in: No builds should depend on building byacc or flex,
17096         they are assumed to be installed already.
17098 Fri Jul 12 09:52:52 1996  Michael Meissner  <meissner@tiktok.cygnus.com>
17100         * Makefile.in (CONFIGURE_TARGET_MODULES): Set r environment
17101         variable that CC_FOR_TARGET needs.
17103 Thu Jul 11 10:09:45 1996  Michael Meissner  <meissner@tiktok.cygnus.com>
17105         * Makefile.in (CONFIGURE_TARGET_MODULES): Determine if the multlib
17106         options have changed since the last time the subdirectory was
17107         configured, and if it has, reconfigure.
17108         (CLEAN_TARGET_MODULES): Delete multilib.out and tmpmulti.out, which
17109         CONFIGURE_TARGET_MODULES uses to remember the old multilib options.
17111 Wed Jul 10 18:56:59 1996  Doug Evans  <dje@canuck.cygnus.com>
17113         * Makefile.in (ALL_MODULES,CROSS_CHECK_MODULES,INSTALL_MODULES,
17114         CLEAN_MODULES): Add bash.
17115         (all-bash): New target.
17117 Mon Jul  8 17:33:14 1996  Jim Wilson  <wilson@cygnus.com>
17119         * configure.in (mips-sgi-irix6*): Use mh-irix6 instead of mh-irix5.
17121 Mon Jul  1 13:31:35 1996  Michael Meissner  <meissner@tiktok.cygnus.com>
17123         * config.sub (basic_machine): Recognize d10v as a valid processor.
17125 Fri Jun 28 12:14:35 1996  Stan Shebs  <shebs@andros.cygnus.com>
17127         * mpw-configure: Add support for --bindir.
17128         * mpw-build.in: Use a GCC-specific build script for GCC actions.
17130 Wed Jun 26 17:20:12 1996  Geoffrey Noer  <noer@cygnus.com>
17132         * configure.in: add bash, time, gawk to list of hosttools and things
17133         to only build for native toolchains
17135 Tue Jun 25 23:09:03 1996  Jason Molenda  (crash@godzilla.cygnus.co.jp)
17137         * Makefile.in (docdir): Remove.
17139 Tue Jun 25 19:00:08 1996  Jason Molenda  (crash@godzilla.cygnus.co.jp)
17141         * Makefile.in (datadir): Set to $(prefix)/share.
17143 Mon Jun 24 23:26:07 1996  Geoffrey Noer  <noer@cygnus.com>
17145         * configure.in: build diff and patch for cygwin32-hosted
17146         toolchains.
17148 Mon Jun 24 15:01:12 1996  Joel Sherrill  <joel@merlin.gcs.redstone.army.mil>
17150         * config.sub: Accept -rtems*.
17152 Sun Jun 23 22:41:54 1996  Geoffrey Noer  <noer@cygnus.com>
17154         * configure.in: enable dosrel for cygwin32-hosted builds,
17155                 remove diff from the list of things not buildable
17156                 via Canadian Cross
17158 Sat Jun 22 11:39:01 1996  Jason Merrill  <jason@yorick.cygnus.com>
17160         * Makefile.in (TARGET_SUBDIR): Move comment to previous line so we
17161         don't get ". ".
17163 Fri Jun 21 17:24:48 1996  Jim Wilson  <wilson@cygnus.com>
17165         * configure.in (mips*-sgi-irix6*): Set noconfigdirs appropriately.
17167 Thu Jun 20 16:57:40 1996  Ken Raeburn  <raeburn@cygnus.com>
17169         * Makefile.in (taz): Handle case where tex3patch didn't even get
17170         checked out.  Also, if it was found, put the symlink in a new util
17171         subdirectory.
17173 Thu Jun 20 12:20:33 1996  Michael Meissner  <meissner@tiktok.cygnus.com>
17175         * config.guess (*:Linux:*:*): Add support for PowerPC Linux.
17177 Tue Jun 18 14:24:12 1996  Klaus Kaempf  (kkaempf@progis.de)
17179         * config.sub: Recognize -openvms.
17180         * configure.in (alpha*-*-*vms*): Set noconfigdirs.
17181         * make-all.com, setup.com: New files.
17183 Mon Jun 17 16:34:46 1996  Jason Merrill  <jason@yorick.cygnus.com>
17185         * Makefile.in (taz): tex3patch moved to texinfo/util.
17187 Sat Jun 15 17:13:25 1996  Geoffrey Noer <noer@cygnus.com>
17189         * configure: enable_gdbtk=no for cygwin32-hosted toolchains
17190         * configure.in: remove make from disable-if-Can-Cross list
17191                 enable gdb if ${host} and ${target} are cygwin32
17193 Fri Jun  7 18:16:52 1996  Harlan Stenn <harlan@pfcs.com>
17195         * config.guess (i?86-ncr-sysv*):  Emit minor release numbers.
17196         Recognize the NCR 4850 machine and NCR Pentium-based platforms.
17198 Wed Jun  5 00:09:17 1996  Per Bothner  <bothner@wombat.gnu.ai.mit.edu>
17200         * config.guess:  Combine mips-mips-riscos cases, and use cpp to
17201         distinguish sysv/svr4/bsd variants.
17202         Based on a patch from Harlan Stenn <harlan@pfcs.com>.
17204 Fri Jun  7 14:24:49 1996  Tom Tromey  <tromey@creche.cygnus.com>
17206         * configure.in: Added copyright notice.
17207         * move-if-change: Added copyright notice.
17209 Thu Jun  6 16:27:05 1996  Michael Meissner  <meissner@tiktok.cygnus.com>
17211         * configure.in (powerpcle-*-solaris*): Until we get shared
17212         libraries working, don't build gdb, sim, make, tcl, tk, or
17213         expect.
17215 Tue Jun  4 20:41:45 1996  Per Bothner  <bothner@deneb.cygnus.com>
17217         * config.guess:  Merge with FSF:
17219         Mon Jun  3 08:49:14 1996  Karl Heuer  <kwzh@gnu.ai.mit.edu>
17220         * config.guess (*:Linux:*:*): Add guess for sparc-unknown-linux.
17222         Fri May 24 18:34:53 1996  Roland McGrath  <roland@delasyd.gnu.ai.mit.edu>
17223         * config.guess (AViiON:dgux:*:*): Fix typo in recognizing mc88110.
17225         Fri Apr 12 20:03:59 1996  Per Bothner  <bothner@spiff.gnu.ai.mit.edu>
17226         * config.guess:  Combine two OSF1 rules.
17227         Also recognize field test versions.  From mjr@zk3.dec.com.
17228         * config.guess (dgux):  Use /usr/bin/uname rather than uname,
17229         because GNU uname does not support -p.  From pmr@pajato.com.
17231 Tue Jun  4 11:07:25 1996  Tom Tromey  <tromey@csk3.cygnus.com>
17233         * Makefile.in (MAKEDIRS): Removed $(tooldir).
17235 Tue May 28 12:30:50 1996  Stan Shebs  <shebs@andros.cygnus.com>
17237         * mpw-README: Document GCCIncludes.
17239 Sun May 26 15:16:27 1996  Fred Fish  <fnf@cygnus.com>
17241         * configure.in (alpha-*-linux*): Set enable_shared to yes.
17243 Tue May 21 15:41:39 1996  Stan Shebs  <shebs@andros.cygnus.com>
17245         * mpw-configure: Handle --enable-FOO and --disable-FOO.
17247 Mon May 20 10:12:29 1996  Geoffrey Noer  <noer@cygnus.com>
17249         * configure.in (*-*-cygwin32): Configure make.
17251 Tue May  7 14:19:42 1996  Tom Tromey  <tromey@snuffle.cygnus.com>
17253         * Makefile.in (inet-install): Quote value of INSTALL_MODULES.
17255 Fri May  3 08:57:17 1996  Tom Tromey  <tromey@lisa.cygnus.com>
17257         * Makefile.in (all-inet): Depend on all-perl.
17259         * Makefile.in (inet-install): New target.
17261         * Makefile.in (all-inet): Depend on all-tcl.
17262         (all-inet): Depend on all-send-pr.
17264 Tue Apr 30 13:55:51 1996  Michael Meissner  <meissner@tiktok.cygnus.com>
17266         * configure.in (powerpcle-*-solaris*): Turn off tk and tcl
17267         temporarily.
17269 Thu Apr 25 11:48:20 1996  Ian Lance Taylor  <ian@cygnus.com>
17271         * configure.in: Don't configure --with-gnu-ld on AIX.
17273 Thu Apr 25 06:33:36 1996  Michael Meissner  <meissner@wogglebug.tiac.net>
17275         * configure.in (powerpcle-*-solaris*): Turn off gdb temporarily.
17277 Tue Apr 23 09:07:39 1996  Tom Tromey  <tromey@creche.cygnus.com>
17279         * Makefile.in (ALL_MODULES): Added all-inet.
17280         (CROSS_CHECK_MODULES): Added check-inet.
17281         (INSTALL_MODULES): Added install-inet.
17282         (CLEAN_MODULES): Added clean-inet.
17283         (all-indent): New target.
17285         * configure.in (host_tools): Added inet.
17286         (native_only): Added inet.
17287         (noconfigdirs): Added inet.
17289 Fri Apr 19 15:35:29 1996  Ian Lance Taylor  <ian@cygnus.com>
17291         * configure.in: Don't configure libgloss if we are not configuring
17292         newlib.
17294 Wed Apr 17 19:30:01 1996  Rob Savoye  <rob@chinadoll.cygnus.com>
17296         * configure.in: Don't configure libgloss for unsupported
17297         architectures.
17299 Tue Apr 16 11:17:05 1996  Michael Meissner  <meissner@tiktok.cygnus.com>
17301         * Makefile.in (CLEAN_MODULES): Add clean-apache.
17303 Mon Apr 15 15:09:05 1996  Tom Tromey  <tromey@creche.cygnus.com>
17305         * Makefile.in (ALL_MODULES): Include all-apache.
17306         (CROSS_CHECK_MODULES): Include check-apache.
17307         (INSTALL_MODULES): Include install-apache.
17308         (all-apache): New target.
17310         * configure.in: Added apache everywhere perl is seen.
17312 Mon Apr 15 14:59:13 1996  Michael Meissner  <meissner@tiktok.cygnus.com>
17314         * Makefile.in: Add support for clean-{module} and
17315         clean-target-{module} rules.
17317 Wed Apr 10 21:37:41 PDT 1996  Marilyn E. Sander <msander@cygnus.com>
17319         * configure.in (*-*-ose) do not build libgloss.
17321 Mon Apr  8 16:16:20 1996  Michael Meissner  <meissner@tiktok.cygnus.com>
17323         * config.guess (prep*:SunOS:5.*:*): Turn into
17324         powerpele-unknown-solaris2.
17326 Mon Apr  8 14:45:41 1996  Ian Lance Taylor  <ian@cygnus.com>
17328         * configure.in: Permit --enable-shared to specify a list of
17329         directories.
17331 Fri Apr  5 08:17:57 1996  Jason Molenda  (crash@phydeaux.cygnus.com)
17333         * configure.in (host==solaris): Pass only the first word of $CC
17334         to /usr/bin/which when checking if we're using /usr/ccs/bin/cc.
17336 Fri Apr  5 03:16:13 1996  Jason Molenda  (crash@phydeaux.cygnus.com)
17338         * Makefile.in (BASE_FLAGS_TO_PASS): pass down $(MAKE).
17340 Thu Mar 28 14:11:11 1996  Tom Tromey  <tromey@creche.cygnus.com>
17342         * Makefile.in (ALL_MODULES): Include all-perl.
17343         (CROSS_CHECK_MODULES): Include check-perl.
17344         (INSTALL_MODULES): Include install-perl.
17345         (ALL_X11_MODULES): Include all-guile.
17346         (CHECK_X11_MODULES): Include check-guile.
17347         (INSTALL_X11_MODULES): Include install-guile.
17348         (all-perl): New target.
17349         (all-guile): New target.
17351         * configure.in (host_tools): Include perl and guile.
17352         (native_only): Include perl and guile.
17353         (noconfigdirs): Don't build guile and perl; no ports have been
17354         done.
17356 Tue Mar 26 21:18:50 1996  Andrew Cagney  <cagney@kremvax.highland.com.au>
17358         * configure (--enable-*): Handle quoted option lists such as
17359         --enable-sim-cflags='-g0 -O' better.
17361 Thu Mar 21 11:53:08 1996  Michael Meissner  <meissner@tiktok.cygnus.com>
17363         * Makefile.in ({,inst}all-target): New rule so we can make and
17364         install all of the target directories easily.
17366 Wed Mar 20 18:10:57 1996  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
17368         * configure.in: Add missing global flag in sed substitution when
17369         deleting `target-' from ${configdirs}.
17371 Thu Mar 14 19:15:06 1996  Ian Lance Taylor  <ian@cygnus.com>
17373         * Makefile.in (DO_X): Don't get confused if CC contains `=' in an
17374         option.
17376         * configure.in (mips*-nec-sysvr4*): Use a host_makefile_frag of
17377         config/mh-necv4.
17379         * install.sh: Correct misspelling of transformbasename.
17381         * config.guess: Recognize mips-*-sysv*.
17383 Mon Mar 11 15:36:42 1996  Dawn Perchik  <dawn@critters.cygnus.com>
17385         * config.sub: Recognize mon960.
17387 Sun Mar 10 13:18:38 1996  Ian Lance Taylor  <ian@cygnus.com>
17389         * configure: Restore Canadian Cross handling of BISON and LEX,
17390         removed in Feb 20 change.
17392 Fri Mar  8 20:07:09 1996  Per Bothner  <bothner@kalessin.cygnus.com>
17394         * README:  Suggestions from Torbjorn Granlund <tege@matematik.su.se>:
17395         Mention make install.  Remove the old copyright date as well the
17396         clumsy and rather pointless copyright on the README file.
17398 Fri Mar  8 17:51:35 1996  Ian Lance Taylor  <ian@cygnus.com>
17400         * Makefile.in ($(CONFIGURE_TARGET_MODULES)): If there is a
17401         Makefile after running symlink-tree, then run `make distclean' to
17402         avoid clobbering any generated files in srcdir.
17404 Tue Mar  5 08:21:44 1996  J.T. Conklin  <jtc@rtl.cygnus.com>
17406         * configure.in (m68k-*-netbsd*): Build everything now.
17408 Wed Feb 28 12:25:46 1996  Jason Merrill  <jason@yorick.cygnus.com>
17410         * Makefile.in (taz): Fix quoting.
17412 Tue Feb 27 11:33:57 1996  Doug Evans  <dje@charmed.cygnus.com>
17414         * configure.in (sparclet-*-*): Build everything now.
17416 Tue Feb 27 14:31:51 1996  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
17418         * configure.in (m68k-*-linux*): New host.
17420 Mon Feb 26 14:32:44 1996  Ian Lance Taylor  <ian@cygnus.com>
17422         * configure: Check for bison before byacc.
17424 Tue Feb 20 23:12:35 1996  Stu Grossman  (grossman@critters.cygnus.com)
17426         * Makefile.in configure:  Change the way LEX and BISON/YACC are
17427         set.  configure now defines DEFAULT_LEX and DEFAULT_YACC by
17428         searching PATH.  These are used as fallbacks by Makefile.in if
17429         flex/bison/byacc aren't in objdir.
17431 Mon Feb 19 11:45:30 1996  Ian Lance Taylor  <ian@cygnus.com>
17433         * Makefile.in: Make everything which depends upon all-bfd also
17434         depend upon all-opcodes, in case --with-commonbfdlib is used.
17436 Thu Feb 15 19:50:50 1996  Michael Meissner  <meissner@tiktok.cygnus.com>
17438         * configure.in (host *-*-cygwin32): Don't build gdb if we are
17439         building NT native compilers on Unix.
17441 Thu Feb 15 17:42:25 1996  Ian Lance Taylor  <ian@cygnus.com>
17443         * configure.in: Don't get CC from the host Makefile fragment if we
17444         can find gcc in PATH, or if this is a Canadian Cross.  Move the
17445         Solaris test for /usr/ucb/cc to the post target script, just after
17446         the compiler sanity test.
17448 Wed Feb 14 16:57:40 1996  Ian Lance Taylor  <ian@cygnus.com>
17450         * config.sub: Merge with FSF.
17452 Tue Feb 13 14:27:48 1996  Ian Lance Taylor  <ian@cygnus.com>
17454         * Makefile.in (RPATH_ENVVAR): New variable.
17455         (REALLY_SET_LIB_PATH): Use it.
17456         * configure.in: On HP/UX, set RPATH_ENVVAR to SHLIB_PATH.
17458 Mon Feb 12 15:28:49 1996  Doug Evans  <dje@charmed.cygnus.com>
17460         * config.sub, configure.in: Recognize sparclet cpu.
17462 Mon Feb 12 15:33:59 1996  Christian Bauernfeind <chrisbfd@theorie3.physik.uni-erlangen.de>
17464         * config.guess:  Support m68k-cbm-sysv4.
17466 Sat Feb 10 12:06:42 1996  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
17468         * config.guess (*:Linux:*:*): Guess m68k-unknown-linux and
17469         m68k-unknown-linuxaout from linker help string.  Put quotes around
17470         $ld_help_string.
17472 Thu Dec  7 09:03:24 1995  Tom Horsley  <Tom.Horsley@mail.hcsc.com>
17474         * config.guess (powerpc-harris-powerunix): Add guess for port
17475         to new target.
17477 Thu Feb  8 15:37:52 1996  Brendan Kehoe  <brendan@lisa.cygnus.com>
17479         * config.guess (UNAME_VERSION): Recognize X4.x as an OSF version.
17481 Mon Feb  5 16:36:51 1996  Ian Lance Taylor  <ian@cygnus.com>
17483         * configure.in: If --enable-shared was used, set SET_LIB_PATH to
17484         $(REALLY_SET_LIB_PATH) in Makefile.
17485         * Makefile.in (SET_LIB_PATH): New variable.
17486         (REALLY_SET_LIB_PATH): New variable.
17487         ($(DO_X)): Use $(SET_LIB_PATH).
17488         (install.all, gcc-no-fixedincludes, $(ALL_MODULES)): Likewise.
17489         ($(NATIVE_CHECK_MODULES), $(CROSS_CHECK_MODULES)): Likewise.
17490         ($(INSTALL_MODULES), $(CONFIGURE_TARGET_MODULES)): Likewise.
17491         ($(ALL_TARGET_MODULES), $(CHECK_TARGET_MODULES)): Likewise.
17492         ($(INSTALL_TARGET_MODULES), $(ALL_X11_MODULES)): Likewise.
17493         ($(CHECK_X11_MODULES), $(INSTALL_X11_MODULES)): Likewise.
17494         (all-gcc, all-bootstrap, check-gcc, install-gcc): Likewise.
17495         (install-dosrel): Likewise.
17496         (all-opcodes): Depend upon all-libiberty.
17498 Sun Feb  4 16:51:11 1996  Steve Chamberlain  <sac@slash.cygnus.com>
17500         * config.guess (*:CYGWIN*): New
17502 Sat Feb  3 10:42:35 1996  Michael Meissner  <meissner@tiktok.cygnus.com>
17504         * Makefile.in (all-target-winsup): All all-target-libiberty.
17506 Fri Feb  2 17:58:56 1996  Michael Meissner  <meissner@tiktok.cygnus.com>
17508         * configure.in (noconfigdirs): Add missing # in front of comment.
17510 Thu Feb  1 14:38:13 1996  Geoffrey Noer  <noer@cygnus.com>
17512         * configure.in: add second pass to things added to noconfigdirs
17513         so *-gm-magic can exclude libgloss properly.
17515 Thu Feb  1 11:10:16 1996  Stan Shebs  <shebs@andros.cygnus.com>
17517         * mpw-configure (extralibs_name, rez_name): Set correctly
17518         for MWC68K compiler.
17520         * mpw-README: Add more info on the necessary build tools.
17522 Thu Feb  1 10:22:38 1996  Steve Chamberlain  <sac@slash.cygnus.com>
17524         * configure.in, config.sub: Recognize cygwin32.
17526 Wed Jan 31 14:17:10 1996  Richard Henderson  <rth@tamu.edu>
17528         * config.guess, config.sub: Recognize A/UX.
17530 Wed Jan 31 13:52:14 1996  Ian Lance Taylor  <ian@cygnus.com>
17532         * config.sub: Merge with gcc/config.sub.
17534 Thu Jan 25 11:01:10 1996  Raymond Jou  <rjou@mexican.cygnus.com>
17536         * mpw-build.in (do-binutils): Add build of stamps.
17538 Thu Jan 25 17:05:26 1996  James G. Smith  <jsmith@cygnus.co.uk>
17540         * config.sub: Add recognition for mips64vr4100*-* targets.
17542 Wed Jan 24 12:47:55 1996  Brendan Kehoe  <brendan@lisa.cygnus.com>
17544         * test-build.mk: Add checking of `hpux9' rather than just `hpux'.
17545         Add creation of gconfigargs with `--enable-shared' turned on.
17546         ($(host)-stamp-stage2-configured): Pass $(gconfigargs).
17547         ($(host)-stamp-stage3-configured): Likewise.
17548         (HOLES): Add chatr and ldd.
17549         (i386-ncr-sysv4.3*): Add use of /usr/ccs/bin in the PATH and HOLE_DIRS.
17551 Wed Jan 24 20:32:30 1996  Torbjorn Granlund  <tege@noisy.matematik.su.se>
17553         * configure: Pass --nfp to recursive configures.
17555 Mon Jan 22 10:41:56 1996  Steve Chamberlain  <sac@slash.cygnus.com>
17557         * Makefile.in (DLLTOOL): New.
17558         (DLLTOOL_FOR_TARGET): New.
17559         (EXTRA_HOST_FLAGS): Pass down DLLTOOL.
17560         (EXTRA_TARGET_FLAGS): Ditto.
17561         (EXTRA_GCC_FLAGS): Ditto.
17562         (CONFIGURE_TARGET_MODULES): Ditto.
17563         (DO_X): Ditto.
17564         * configure: Add DLLTOOL.
17566 Fri Jan 19 13:30:15 1996  Stan Shebs  <shebs@andros.cygnus.com>
17568         SCO OpenServer 5 changes from Robert Lipe <robertl@dgii.com>:
17569         * configure.in (i[345]86-*-sco3.2v5*): Use mh-sysv instead of
17570         mh-sco, since old workarounds no longer needed, and don't
17571         build ld, since libraries have weak symbols in COFF.
17573 Sun Jan 14 23:01:31 1996  Fred Fish  <fnf@cygnus.com>
17575         * Makefile.in (CONFIGURE_TARGET_MODULES): Add missing ';'.
17577 Fri Jan 12 15:25:35 1996  Ian Lance Taylor  <ian@cygnus.com>
17579         * configure.in: Make sure that ${CC} can be used to compile an
17580         executable.
17582 Sat Jan  6 07:23:33 1996  Michael Meissner  <meissner@wogglebug.tiac.net>
17584         * Makefile.in (all-gdb): Depend on $(GDB_TK).
17585         * configure (GDB_TK): Set GDB_TK to either "all-tcl all-tk" or
17586         nothing depending on whether gdbtk is being built.
17588 Wed Jan  3 17:54:41 1996  Doug Evans  <dje@canuck.cygnus.com>
17590         * Makefile.in (newlib.tar.gz): Delete building of newlib's info files.
17592 Mon Jan  1 19:09:14 1996  Brendan Kehoe  <brendan@rtl.cygnus.com>
17594         * configure.in (noconfigdirs): Put ld or gas in this early, if the
17595         user specifically used --with-gnu-ld=no or --with-gnu-as=no.
17597 Sat Dec 30 16:08:57 1995  Doug Evans  <dje@canuck.cygnus.com>
17599         * config-ml.in: Add support for
17600         --disable-{softfloat,m68881,m68000,m68020} on m68*-*-*.
17601         Simplify setting of multidirs from --disable-foo.
17603 Fri Dec 29 07:56:11 1995  Michael Meissner  <meissner@tiktok.cygnus.com>
17605         * Makefile.in (EXTRA_GCC_FLAGS): If any of the make variables
17606         LANGUAGES, BOOT_CFLAGS, STMP_FIXPROTO, LIMITS_H_TEST,
17607         LIBGCC1_TEST, LIBGCC2_CFLAGS, LIBGCC2_INCLUDES, and ENQUIRE are
17608         non-empty, pass them on to the  GCC make.
17609         (all-bootstrap): New rule that is like all-gcc, except it executes
17610         the GCC bootstrap rule instead of the GCC all rule.
17612 Wed Dec 27 15:51:48 1995  Doug Evans  <dje@canuck.cygnus.com>
17614         * config-ml.in (ml_realsrcdir): New, to account for ${subdir}.
17616 Tue Dec 26 11:45:31 1995  Michael Meissner  <meissner@tiktok.cygnus.com>
17618         * config.guess (AViiON:dgux:*:*): Update from FSF to add pentium
17619         DG/UX support.
17621 Fri Dec 15 10:01:27 1995  Stan Cox  <coxs@dg-rtp.dg.com>
17623         * config.sub (i*86*) Change [345] to [3456]
17625 Wed Dec 20 17:41:40 1995  Brendan Kehoe  <brendan@lisa.cygnus.com>
17627         * configure.in (noconfigdirs): Add gas or ld if --with-gnu-as=no or
17628         --with-gnu-ld=no.
17630 Wed Dec 20 15:15:35 1995  Michael Meissner  <meissner@tiktok.cygnus.com>
17632         * config-ml.in (rs6000*, powerpc*): Add switches to control which
17633         AIX multilibs get built.
17635 Mon Dec 18 17:55:46 1995  Jason Molenda  (crash@phydeaux.cygnus.com)
17637         * configure.in (i386-win32): Don't build expect if we're not
17638         building the tcl subdir.
17640 Mon Dec 18 11:47:19 1995  Stan Shebs  <shebs@andros.cygnus.com>
17642         * Makefile.in: (configure-target-examples, all-target-examples):
17643         New targets, configure and build example programs.
17645 Fri Dec 15 16:13:03 1995  Stan Shebs  <shebs@andros.cygnus.com>
17647         * mpw-configure: If an mpw-config.in generated a file mk.sed,
17648         use it as input to sedit the generated MPW makefile.
17649         * mpw-README: Add a suggestion about Gestalt.h.
17651 Wed Dec 13 16:43:51 1995  Ian Lance Taylor  <ian@cygnus.com>
17653         * config.sub: Accept *-*-ieee*.
17655 Tue Dec 12 11:52:57 1995  Ian Lance Taylor  <ian@cygnus.com>
17657         * Makefile.in (local-distclean): Remove $(TARGET_SUBDIR).  From
17658         Ronald F. Guilmette <rfg@monkeys.com>.
17660 Mon Dec 11 15:31:58 1995  Jason Molenda  (crash@phydeaux.cygnus.com)
17662         * configure.in (host==powerpc-pe): Add many directories to noconfigdirs
17663         for powerpc-pe native.
17664         (target==i386-win32): add tcl, make to noconfigdirs if canadian cross.
17665         (target==powerpc-pe): duplicate i386-win32 entry.
17667 Sat Dec  9 14:58:28 1995  Jim Wilson  <wilson@chestnut.cygnus.com>
17669         * configure.in (noconfigdirs): Exclude target-newlib for all versions
17670         of vxworks, not just vxworks5.1.
17672 Mon Dec  4 12:05:40 1995  Stan Shebs  <shebs@andros.cygnus.com>
17674         * mpw-configure: Add support for exec-prefix.
17676 Mon Dec  4 10:22:50 1995  Jeffrey A. Law  <law@rtl.cygnus.com>
17678         * config.guess: Recognize HP model 816 machines as having
17679         a PA1.1 processor.
17681 Mon Dec  4 12:38:15 1995  Ian Lance Taylor  <ian@cygnus.com>
17683         * configure: Ignore new autoconf configure options.
17685 Thu Nov 30 16:57:33 1995  Per Bothner  <bothner@wombat.gnu.ai.mit.edu>
17687         * config.guess:  Recognize Pentium under SCO.
17688         From Robert Lipe <robertl@arnet.com>.
17690 Wed Nov 29 13:49:08 1995  J.T. Conklin  <jtc@rtl.cygnus.com>
17692         * configure.in (noconfigdirs): Disable target-libio on v810-*-*.
17694 Wed Nov 29 12:12:01 1995  Ian Lance Taylor  <ian@cygnus.com>
17696         * configure.in: Don't configure gas for alpha-dec-osf*.
17698 Tue Nov 28 17:16:48 1995  Ian Lance Taylor  <ian@cygnus.com>
17700         * configure.in: Default to --with-stabs for some targets for which
17701         it makes sense: mips*-*-*, alpha*-*-osf*, i[345]86*-*-sysv4* and
17702         i[345]86*-*-unixware*.
17704 Mon Nov 27 13:44:15 1995  Ian Lance Taylor  <ian@cygnus.com>
17706         * config-ml.in: Get list of multidirs using gcc --print-multi-lib
17707         rather than basing it on the target.  Simplify handling of options
17708         controlling which directories to configure.  Remove extraneous
17709         slash in multi-clean target.
17711 Fri Nov 24 17:29:29 1995  Doug Evans  <dje@deneb.cygnus.com>
17713         * config-ml.in: Prefix more variables with ml_ so they don't collide
17714         with configure's.
17716 Wed Nov 22 11:27:02 1995  Ian Lance Taylor  <ian@cygnus.com>
17718         * configure: Don't turn -v into --v.
17720 Tue Nov 21 16:48:02 1995  Doug Evans  <dje@deneb.cygnus.com>
17722         * configure.in (targargs): Fix typo.
17724         * Makefile.in (DEVO_SUPPORT): Add symlink-tree.
17726 Tue Nov 21 14:08:28 1995  Ian Lance Taylor  <ian@cygnus.com>
17728         * configure.in: Strip --host and --target options from
17729         CONFIG_ARGUMENTS, and always configure for --host only.  Add
17730         --with-cross-host option when building with a cross-compiler.
17731         * configure: Canonicalize the arguments put into config.status by
17732         always using `=' for an option with an argument.  Pass a presumed
17733         --host or --target explicitly.
17735 Fri Nov 17 17:50:30 1995  Stan Shebs  <shebs@andros.cygnus.com>
17737         * config.sub: Merge -macos*, -magic*, -pe*, and -win32 cases
17738         into general OS recognition case.
17740 Fri Nov 17 17:42:25 1995  Jason Molenda  (crash@phydeaux.cygnus.com)
17742         * configure.in (target_configdirs): add target-winsup only
17743         for win32 target systems.
17745 Thu Nov 16 14:04:47 1995  Ian Lance Taylor  <ian@cygnus.com>
17747         * Makefile.in (all-target-libgloss): Depend upon
17748         configure-target-newlib, since when libgloss is built it looks to
17749         see if the newlib directory exists.
17751 Wed Nov 15 14:47:52 1995  Ken Raeburn  <raeburn@cygnus.com>
17753         * Makefile.in (DEVO_SUPPORT): Use config-ml.in instead of
17754         cfg-ml-*.in.
17756 Wed Nov 15 11:45:23 1995  Ian Lance Taylor  <ian@cygnus.com>
17758         * configure: Handle LD and LD_FOR_TARGET when configuring a
17759         Canadian Cross.
17761 Tue Nov 14 14:56:11 1995  Jason Molenda  (crash@phydeaux.cygnus.com)
17763         * configure.in (target_libs): add target-winsup.
17764         (target==i386-win32): add patch diff flex make to $noconfigdirs.
17765         (target==ppcle-pe): remove ld from $noconfigdirs.
17767 Tue Nov 14 01:25:50 1995  Doug Evans  <dje@canuck.cygnus.com>
17769         * Makefile.in (CONFIGURE_TARGET_MODULES): Pass --with-target-subdir.
17770         Preserve relative path names in $srcdir.  Build symlink tree if
17771         configuring cross target dir and srcdir=. (= no VPATH support).
17772         (configure-target-libg++): Depend on configure-target-librx.
17773         * cfg-ml-com.in, cfg-ml-pos.in: Deleted.
17774         * config-ml.in: New file.
17775         * symlink-tree: New file.
17776         * configure: Ensure srcdir="." if that's what it is.
17778 Mon Nov 13 12:34:20 1995  Stan Shebs  <shebs@andros.cygnus.com>
17780         * mpw-README: Clarify some phrasing, add notes about CodeWarrior
17781         includes and FLEX_SKELETON setting.
17782         * mpw-configure (--with-gnu-ld): New option, controls whether
17783         to use PPCLink or ld with PowerMac GCC.
17784         * mpw-build.in (all-grez, do-grez, install-grez): New targets.
17785         * mpw-config.in: Configure grez if targeting Mac.
17787         * config.sub: Accept pmac and pmac-mpw as names for PowerMacs,
17788         accept mpw and mac-mpw as names for m68k Macs, change macos7 to
17789         just macos.
17790         * configure.in: Configure grez resource compiler if targeting Mac.
17791         * Makefile.in (all-grez, install-grez): New targets.
17793 Wed Nov  8 17:33:51 1995  Jason Merrill  <jason@yorick.cygnus.com>
17795         * configure: CXX defaults to gcc, not g++.  If we find
17796         gcc in the path, set CC to gcc -O2.
17798 Tue Nov  7 15:45:17 1995  Ian Lance Taylor  <ian@cygnus.com>
17800         * configure: Default ${build} correctly.  Avoid picking up extra
17801         spaces when reading CC and CXX from Makefile.  When doing a
17802         Canadian Cross, use plausible default values for numerous
17803         variables.
17804         * configure.in: When doing a Canadian Cross, don't try to
17805         configure tools whose configure script can't handle it.
17807 Mon Nov  6 19:32:17 1995  Jim Wilson  <wilson@chestnut.cygnus.com>
17809         * cfg-ml-com.in (sh-*-*): Add m2 and ml/m2 to multidirs.
17811 Sun Nov  5 00:15:41 1995  Per Bothner  <bothner@kalessin.cygnus.com>
17813         * configure:  Remove dubious bug reporting address.
17815 Fri Nov  3 08:17:54 1995  Per Bothner  <bothner@kalessin.cygnus.com>
17817         * Makefile.in ($(CONFIGURE_TARGET_MODULES)):  If subdir has
17818         configure script, run that instead of this directory's configure.
17819         In either case, print a message that we're configuring the sub-dir.
17821 Thu Nov  2 23:23:36 1995  Per Bothner  <bothner@kalessin.cygnus.com>
17823         * configure.in: Before checking for the existence of various files,
17824         use sed to filter out "target-".
17826 Thu Nov  2 13:24:56 1995  Ian Lance Taylor  <ian@cygnus.com>
17828         * Makefile.in (DO_X): Split rule to decrease command line length
17829         for systems with small ARG_MAX values.  From phdm@info.ucl.ac.be
17830         (Philippe De Muyter).
17832 Wed Nov  1 15:18:35 1995  Jason Molenda  (crash@phydeaux.cygnus.com)
17834         * Makefile.in (all-patch): depend on all-libiberty.
17836 Wed Nov  1 12:23:20 1995  Ian Lance Taylor  <ian@cygnus.com>
17838         * configure.in: If the only directory in target_configdirs which
17839         actually exists is libiberty, then set target_configdirs to empty,
17840         to avoid trying to build a target libiberty in a gas or gdb
17841         distribution.
17843 Tue Oct 31 17:52:39 1995  J.T. Conklin  <jtc@slave.cygnus.com>
17845         * configure.in (host_makefile_frag): Use m68k-sun-sunos* instead
17846         of m68k-sun-* when selecting mh-sun3 to avoid matching NetBSD/sun3
17847         systems.
17849 Tue Oct 31 16:57:32 1995  Jim Wilson  <wilson@chestnut.cygnus.com>
17851         * configure.in (copy_dirs): Use sys-include instead of include
17852         for --with-headers option.
17854 Tue Oct 31 10:29:36 1995  steve chamberlain  <sac@slash.cygnus.com>
17856         * Makefile.in, configure.in: Make winsup builds work with
17857         new scheme.
17859 Mon Oct 30 18:57:09 1995  Ian Lance Taylor  <ian@cygnus.com>
17861         * configure.in: Build the linker on AIX.
17863 Mon Oct 30 12:27:16 1995  Per Bothner  <bothner@kalessin.cygnus.com>
17865         * Makefile.in (CC_FOR_TARGET, CXX_FOR_TARGET):  Add $(TARGET_SUBDIR)
17866         where needed.
17868 Mon Oct 30 12:45:25 1995  Doug Evans  <dje@cygnus.com>
17870         * Makefile.in (all-gcc): Fix typo.
17872 Sat Oct 28 10:27:59 1995  Per Bothner  <bothner@kalessin.cygnus.com>
17874         * Makefile.in ($(CHECK_TARGET_MODULES)):  Fix typo.
17876 Fri Oct 27 23:14:12 1995  Per Bothner  <bothner@kalessin.cygnus.com>
17878         * configure.in:  Rename libFOO to target-libFOO, and xiberty
17879         to target-xiberty, to provide more flexibility.
17880         (target_subdir):  Define.  Create if cross.
17881         Set TARGET_SUBDIR in Makefile to ${target_subdir}.
17882         * Makefile.in:  Rename all-libFOO -> all-target-libFOO, all-xiberty
17883         -> all-target-libiberty, configure-libFOO -> configure-target-libFOO,
17884         check-libFOO -> check-target-libFOO, etc.
17885         ($(DO_X)):  Iterate over TARGET_CONFIGDIRS after SUBDIRS.
17886         ($(CONFIGURE_TARGET_MODULES), $(CHECK_TARGET_MODULES),
17887         $(ALL_TARGET_MODULES), $(INSTALL_TARGET_MODULES)): Update accordingly.
17888         (configure-target-XXX):  Depend on $(ALL_GCC), not all-gcc, to
17889         allow ALL_GCC="" to only configure.
17890         (DEVO_SUPPORT):  Add cfg-ml-com.in and cfg-ml-pos.in.
17891         (ETC_SUPPORT, ETC_SUPPORT_PFX):  Merge;  update 'taz' accordingly.
17892         (LIBGXX_SUPPORT_DIRS):  Remove xiberty.
17894 Sat Oct 28 01:53:49 1995  Ken Raeburn  <raeburn@cygnus.com>
17896         * Makefile.in (taz): Build "info" in etc explicitly.
17898 Fri Oct 27 09:32:30 1995  Stu Grossman  (grossman@cygnus.com)
17900         * configure.in:  Make sure that CC is undefined (as opposed to
17901         null) if toplevel/config/mh-{host} doesn't define it.  Fixes a
17902         problem with autoconf trying to configure on a host without GCC.
17904 Thu Oct 26 22:35:01 1995  Stan Shebs  <shebs@andros.cygnus.com>
17906         * mpw-configure: Set host alias from choice of host compiler,
17907         only use generic MPW Makefile sed if present, edit a file
17908         named "hacked_Makefile.in" instead of "Makefile.in" if present.
17909         * mpw-README: Add problem notes about CW6 and CW7.
17911 Thu Oct 26 05:45:10 1995  Ken Raeburn  <raeburn@kr-pc.cygnus.com>
17913         * Makefile.in (taz): Use ";" instead of ";;".
17915 Wed Oct 25 15:18:24 1995  Per Bothner  <bothner@kalessin.cygnus.com>
17917         * Makefile.in (taz):  Grep for '^diststuff:' or '^info:' in
17918         sub-directory Makefiles, instead of using DISTSTUFFDIRS and
17919         DISTDOCDIRS.
17920         (DISTSTUFFDIRS, DISTDOCDIRS):  Removed - no longer used.
17921         (newlib.tar.gz):  Don't pass DISTDOCDIRS to recursive make.
17923 Wed Oct 25 14:43:55 1995  Per Bothner  <bothner@kalessin.cygnus.com>
17925         * Makefile.in (DISTDOCDIRS):  Remove ld gprof bnutils gas libg++ gdb
17926         and gnats, because they are now subsumed by DISTSTUFFDIRS.
17927         Move bfd to DISTSTUFFDIRS.
17929 Tue Oct 24 18:19:09 1995  Jason Molenda  (crash@phydeaux.cygnus.com)
17931         * Makefile.in (X11_LIB): Removed.
17932         (X11_FLAGS_TO_PASS): pass only X11_EXTRA_CFLAGS and X11_EXTRA_LIBS.
17934         * configure.in (host_makefile_frag): mh-aix & mh-sun removed.
17936 Sun Oct 22 13:04:42 1995  Michael Meissner  <meissner@tiktok.cygnus.com>
17938         * cfg-ml-com.in (powerpc*): Shorten some of the multilib directory
17939         names.
17941 Fri Oct 20 18:02:10 1995  Michael Meissner  <meissner@tiktok.cygnus.com>
17943         * cfg-ml-com.in (powerpc*-eabi*): Add mcall-aixdesc varients.
17945 Thu Oct 19 10:40:57 1995  steve chamberlain  <sac@slash.cygnus.com>
17947         * configure.in (i[345]86-*-win32): Always build newlib.
17948         Don't configure cvs, autoconf or texinfo.
17949         * Makefile.in (LD_FOR_TARGET): New.
17950         (BASE_FLAGS_TO_PASS, EXTRA_TARGET_FLAGS, CONFIGURE_TARGET_MODULES):
17951         Pass down LD_FOR_TARGET.
17953 Wed Oct 18 15:53:56 1995  steve chamberlain  <sac@slash.cygnus.com>
17955         * winsup: New directory.
17956         * Makefile.in: Build winsup.
17957         * configure.in: Winsup is configured when target is win32.
17958         Can only build win32 target GDB when native.
17960 Mon Oct 16 09:42:31 1995  Jeffrey A Law  (law@cygnus.com)
17962         * config.guess: Recognize HP model 819 machines as having
17963         a PA 1.1 processor.
17965 Mon Oct 16 10:49:43 1995  Ian Lance Taylor  <ian@cygnus.com>
17967         * configure: Fix sed loop which substitutes for CC and CXX to
17968         avoid bug found in various sed implementations.
17970 Wed Oct 11 16:16:20 1995  Michael Meissner  <meissner@tiktok.cygnus.com>
17972         * cfg-ml-com.in (powerpc-*-eabisim): Delete separate rule for
17973         simulator.  Use standard powerpc-*-eabi*.
17975 Mon Oct  9 17:21:56 1995  Ian Lance Taylor  <ian@cygnus.com>
17977         * configure.in: Stop putting gas and binutils in noconfigdirs for
17978         powerpc-*-aix* and rs6000-*-*.
17980 Mon Oct  9 12:38:40 1995  Michael Meissner  <meissner@cygnus.com>
17982         * cfg-ml-com.in (powerpc*-*-eabisim*): Add support for building
17983         -mcall-aixdesc libraries.
17985 Fri Oct  6 16:17:57 1995  Ken Raeburn  <raeburn@cygnus.com>
17987         Mon Sep 25 22:49:32 1995  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
17989         * config.sub (arm | armel | armeb): Fix shell syntax.
17991 Fri Oct  6 14:40:28 1995  Michael Meissner  <meissner@tiktok.cygnus.com>
17993         * cfg-ml-com.in ({powerpc,rs6000}-ibm-aix*): Add multilibs for
17994         -msoft-float and -mcpu=common support.
17995         (powerpc*-*-eabisim*): Add support for building -mcall-aix
17996         libraries.
17998 Thu Oct  5 13:26:37 1995  Brendan Kehoe  <brendan@lisa.cygnus.com>
18000         * configure.in: Allow configuration and build of emacs19 for the alpha.
18002 Wed Oct  4 22:05:36 1995  Jason Molenda  (crash@phydeaux.cygnus.com)
18004         * configure.in (CC): Get ^CC, not just any old CC, from
18005         ${host_makefile_frag}.
18007 Wed Oct  4 21:55:00 1995  Jason Molenda  (crash@phydeaux.cygnus.com)
18009         * configure.in (CC): Try to get CC from
18010         ${srcdir}/${host_makefile_frag}, not ${host_makefile_frag}.
18012 Wed Oct  4 21:44:12 1995  Jason Molenda  (crash@phydeaux.cygnus.com)
18014         * Makefile.in (TARGET_CONFIGDIRS): configure targetdirs
18015         only if it exists in $(srcdir).
18017 Wed Oct  4 11:52:31 1995  Ian Lance Taylor  <ian@cygnus.com>
18019         * configure: If CC and CXX are not set in the environment, set
18020         them, based on either an existing Makefile or on searching for gcc
18021         in PATH.  Substitute for CC and CXX in Makefile.
18022         * configure.in: Remove libm from target_libs.  Separate
18023         target_configdirs from configdirs.  If CC is not set in
18024         environment, try to get it from a host Makefile fragment.  Rewrite
18025         changes of configdirs to use skipdirs instead.  A few minor
18026         tweaks.  Take directories out of target_configdirs as they are
18027         taken out of configdirs.  Remove existing Makefile files from
18028         subdirectories.  Substitute for TARGET_CONFIGDIRS and
18029         CONFIG_ARGUMENTS in Makefile.
18030         * Makefile.in (TARGET_CONFIGDIRS): New variable, automatically set
18031         by configure.in.
18032         (CONFIG_ARGUMENTS): Likewise.
18033         (CONFIGURE_TARGET_MODULES): New variable.
18034         ($(DO_X)): Loop over TARGET_CONFIGDIRS as well as SUBDIRS.
18035         ($(CONFIGURE_TARGET_MODULES)): New target.
18036         (configure-libg++, configure-libio): New targets.
18037         (all-libg++): Depend upon configure-libg++.
18038         (all-libio): Depend upon configure-libio.
18039         (configure-libgloss, all-libgloss): New targets.
18040         (configure-libstdc++): New target.
18041         (all-libstdc++): Depend upon configure-libstdc++.
18042         (configure-librx, all-librx): New targets.
18043         (configure-newlib): New target.
18044         (all-newlib): Depend upon configure-newlib
18045         (configure-xiberty): New target.
18046         (all-xiberty): Depend upon configure-xiberty.
18048 Sat Sep 30 04:32:59 1995  Jason Molenda (crash@phydeaux.cygnus.com)
18050         * configure.in (host i[345]86-*-win32):  Expand the
18051         noconfigdirs again.
18053 Thu Sep 28 21:18:49 1995  Stan Shebs  <shebs@andros.cygnus.com>
18055         * mpw-configure: Fix sed command file name.
18057 Thu Sep 28 17:39:56 1995  steve chamberlain  <sac@slash.cygnus.com>
18059         * configure.in (host i[345]86-*-win32): Reduce the
18060         noconfigdirs again.
18062 Wed Sep 27 12:24:00 1995  Ian Lance Taylor  <ian@cygnus.com>
18064         * configure.in: Don't configure ld and gdb for powerpc*-*-winnt*
18065         or powerpc*-*-pe*, since they are not yet supported.
18067 Tue Sep 26 14:30:01 1995  Stan Shebs  <shebs@andros.cygnus.com>
18069         Add PowerMac support and many other enhancements.
18070         * mpw-configure: New option --cc to select compiler to use,
18071         paste options set according to --cc into the generated
18072         Makefile, generate the Makefile by sed'ing the Unix Makefile.in
18073         if mpw-make.sed is present.
18074         * mpw-config.in: Don't test for gC1, test for mpw-touch,
18075         add forward includes for PowerPC include files.
18076         * mpw-build.in: Build using Makefile.PPC if present.
18077         (do-byacc, etc): Remove separate version resource builds.
18078         (do-gas): Build "stamps" before "all".
18079         (do-gcc): Build "stamps-h" and "stamps-c" before "all".
18080         * mpw-README: Update to reflect --cc option, PowerMac support,
18081         and recently-reported compatibility problems.
18083 Fri Sep 22 12:15:42 1995  Doug Evans  <dje@deneb.cygnus.com>
18085         * cfg-ml-com.in (m68*-*-*): Only build multilibs for
18086         embedded m68k systems (-aout, -coff, -elf, -vxworks).
18087         (--with-multilib-top): Pass to recursive invocations.
18089 Tue Sep 19 13:51:05 1995  J.T. Conklin  <jtc@blues.cygnus.com>
18091         * configure.in (noconfigdirs): Disable libg++ and libstdc++ on
18092         v810-*-*.
18094 Mon Sep 18 23:08:26 1995  J.T. Conklin  <jtc@rtl.cygnus.com>
18096         * configure.in (noconfigdirs): Disable bfd, binutils, gas, gcc,
18097         gdb, ld and opcodes on v810-*-*.
18099 Tue Sep 12 18:03:31 1995  Ian Lance Taylor  <ian@cygnus.com>
18101         * Makefile.in (DO_X): Change do-realclean to do-maintainer-clean.
18102         (local-maintainer-clean): New target.
18103         (maintainer-clean): New target.
18104         (realclean): Just depend upon maintainer-clean.
18106 Fri Sep  8 17:11:14 1995  J.T. Conklin  <jtc@rtl.cygnus.com>
18108         * configure.in (noconfigdirs): Disable gdb on m68k-*-netbsd*.
18110 Fri Sep  8 16:46:29 1995  Ian Lance Taylor  <ian@cygnus.com>
18112         * configure.in: Build ld in mips*-*-bsd* case.
18114 Thu Sep  7 20:03:41 1995  Ken Raeburn  <raeburn@cygnus.com>
18116         * config.sub: Accept -lites* OS.  From Ian Dall.
18118 Fri Sep  1 08:06:58 1995  James G. Smith  <jsmith@beauty.cygnus.com>
18120         * config.sub: recognise mips64vr4300 and mips64vr4300el as valid
18121         targets.
18123 Wed Aug 30 21:06:50 1995  Jason Molenda  (crash@phydeaux.cygnus.com)
18125         * configure.in: treat i386-win32 canadian cross the same as
18126         i386-go32 canadian cross.
18128 Thu Aug 24 14:53:20 1995  Michael Meissner  <meissner@tiktok.cygnus.com>
18130         * cfg-ml-com.in (powerpc*-*-eabisim): Add support for PowerPC
18131         running under the simulator to build a reduced set of libraries.
18132         (powerpc-*-eabiaix): Add fine grained multilib support added to
18133         other powerpc targets yesterday.
18135 Wed Aug 23 09:41:56 1995  Michael Meissner  <meissner@tiktok.cygnus.com>
18137         * cfg-ml-com.in (powerpc*): Add support for -disable-biendian,
18138         -disable-softfloat, -disable-relocatable, -disable-aix, and
18139         -disable-sysv to control which multilib libraries get built.
18141 Thu Aug 17 16:03:41 1995  Ken Raeburn  <raeburn@kr-laptop.cygnus.com>
18143         * configure: Add Makefile.tem to list of files to remove in trap
18144         handler.
18146 Mon Aug 14 19:27:56 1995  Per Bothner  <bothner@kalessin.cygnus.com>
18148         * config.guess (*Linux*):  Add missing "exit"s.
18149         Also, need specific check for alpha-unknown-linux (uses COFF).
18151 Fri Aug 11 15:38:20 1995  Per Bothner  <bothner@kalessin.cygnus.com>
18153         * config.guess:  Merge with FSF:
18155         Wed Jun 28 17:57:27 1995  David Edelsohn  <edelsohn@mhpcc.edu>
18156         * config.guess (AIX4): More robust release numbering discovery.
18158         Thu Jun 22 19:01:24 1995  Kenneth Stailey  (kstailey@eagle.dol-esa.gov)
18159         * config.guess (i386-sequent-ptx): Properly get version number.
18161         Thu Jun 22 18:36:42 1995  Uwe Seimet  (seimet@iris1.chemie.uni-kl.de)
18162         * config.guess (mips:*:4*:UMIPS): New case.
18164 Mon Aug  7 09:21:35 1995  Doug Evans  <dje@canuck.cygnus.com>
18166         * configure.in (i386-go32 host): Fix typo (deja-gnu -> dejagnu).
18167         (i386-win32 host): Likewise.  Don't build readline.
18169 Sat Aug  5 09:51:49 1995  Fred Fish  <fnf@rtl.cygnus.com>
18171         * Makefile.in (GDBTK_SUPPORT_DIRS):  Define and pass as part of
18172         SUPPORT_FILES to submakes.
18174 Fri Aug  4 13:04:36 1995  Fred Fish  <fnf@cygnus.com>
18176         * Makefile.in (GDB_SUPPORT_DIRS): Add utils.
18177         (DEVO_SUPPORT): Add mpw-README, mpw-build.in, mpw-config.h and
18178         mpw-configure.
18180 Wed Aug  2 16:32:40 1995  Ken Raeburn  <raeburn@cygnus.com>
18182         * configure.in (appdirs): Use =, not ==, in test expression when
18183         trying to build the text to print in the warning message for
18184         Solaris users.
18186 Mon Jul 31 09:56:18 1995  steve chamberlain  <sac@slash.cygnus.com>
18188         * cfg-ml-com.in (z8k-*-coff): Add 'std' multilib build.
18190 Fri Jul 28 00:16:31 1995  Jeffrey A. Law  <law@rtl.cygnus.com>
18192         * config.guess: Recognize lynx-2.3.
18194 Thu Jul 27 15:47:59 1995  steve chamberlain  <sac@slash.cygnus.com>
18196         * config.sub (z8ksim): Deleted
18197         (z8k-*-coff): New, this is the one true name of the target.
18199 Thu Jul 27 14:33:33 1995  Doug Evans  <dje@canuck.cygnus.com>
18201         * cfg-ml-pos.in (dotdot): Work around SunOS sed bug.
18203 Thu Jul 27 13:31:05 1995  Fred Fish  (fnf@cygnus.com)
18205         * config.guess (*:Linux:*:*): First try asking the linker what the
18206         default object file format is (elf, aout, or coff).  Then if this
18207         fails, try previous methods.
18209 Thu Jul 27 11:28:17 1995  J.T. Conklin  <jtc@rtl.cygnus.com>
18211         * configure.in: Don't build newlib for *-*-vxworks5.1.
18213 Thu Jul 27 11:18:47 1995  Brendan Kehoe  <brendan@lisa.cygnus.com>
18215         * configure.in: Don't build newlib for a29k-*-vxworks5.1.
18216         * test-build.mk: Add setting of --with-headers for a29k-vxworks5.1.
18218 Tue Jul 25 21:25:39 1995  Doug Evans  <dje@canuck.cygnus.com>
18220         * cfg-ml-pos.in (MULTITOP): Trim excess trailing "/.".
18222 Fri Jul 21 10:41:12 1995  Doug Evans  <dje@canuck.cygnus.com>
18224         * cfg-ml-com.in: New file.
18225         * cfg-ml-pos.in: New file.
18227 Wed Jul 19 00:37:27 1995  Jeffrey A. Law  <law@rtl.cygnus.com>
18229         * COPYING.NEWLIB: Add HP free copyright to list.
18231 Tue Jul 18 10:58:51 1995  Michael Meissner  <meissner@tiktok.cygnus.com>
18233         * config.sub: Recognize -eabi* for the system, not just -eabi.
18235 Mon Jul  3 13:44:51 1995  Steve Chamberlain  <sac@slash.cygnus.com>
18237         * Makfile.in (DLLTOOL_FOR_TARGET): New name, pass it down.
18238         * config.sub, configure.in (win32): New target and host.
18240 Wed Jun 28 23:57:08 1995  Steve Chamberlain  <sac@slash.cygnus.com>
18242         * configure.in: Add i386-pe configuration.
18244 Fri Jun 23 14:28:44 1995  Stan Shebs  <shebs@andros.cygnus.com>
18246         * mpw-build.in (install): Install GDB after LD.
18248 Thu Jun 22 17:10:53 1995  Stan Shebs  <shebs@andros.cygnus.com>
18250         * mpw-config.in (elf/mips.h): Always forward-include, needed
18251         for GDB to build.
18253 Wed Jun 21 15:17:30 1995  Rob Savoye  <rob@darkstar.cygnus.com>
18255         * testsuite: New directory for customer acceptance and whole tool
18256         chain tests.
18258 Wed Jun 21 16:50:29 1995  Ken Raeburn  <raeburn@cujo.cygnus.com>
18260         * configure: If per-host line isn't found, but AC_OUTPUT is found
18261         and a configure script exists, run it instead.
18263 Thu Jun 15 21:09:24 1995  Per Bothner  <bothner@kalessin.cygnus.com>
18265         * config.guess:  Update from FSF, for alpha-dec-winnt3.5 and  Crays.
18267 Tue Jun 13 21:43:27 1995  Rob Savoye  <rob@darkstar.cygnus.com>
18269         * configure: Set build_{cpu,vendor,os,alias} to host values when
18270         --build isn't specified.
18272 Mon Jun  5 18:26:36 1995  Jason Merrill  <jason@phydeaux.cygnus.com>
18274         * Makefile.in (PICFLAG, PICFLAG_FOR_TARGET): New macros.
18275         (FLAGS_TO_PASS): Pass them.
18276         (EXTRA_TARGET_FLAGS): Ditto.
18278 Wed May 31 22:27:42 1995  Jim Wilson  <wilson@chestnut.cygnus.com>
18280         * Makefile.in (all-libg++): Depend on all-libstdc++.
18282 Thu May 25 22:40:59 1995  J.T. Conklin  <jtc@rtl.cygnus.com>
18284         * configure.in (noconfigdirs): Enable all packages for
18285           i386-unknown-netbsd.
18287 Sat May 20 13:22:31 1995  Angela Marie Thomas  <angela@cirdan.cygnus.com>
18289         * configure.in (noconfigdirs): Don't configure tk for i386-go32
18290         hosted builds (DOS builds)
18292 Thu May 18 18:08:49 1995  Ken Raeburn  <raeburn@kr-laptop.cygnus.com>
18294         Changes for ARM based on patches from Richard Earnshaw:
18295         * config.sub: Handle armeb and armel.
18296         * configure.in: Omit arm linker only for riscix.
18298 Thu May 11 17:23:26 1995  Per Bothner  <bothner@kalessin.cygnus.com>
18300         * config.guess:  Update from FSF.
18302 Tue May  9 15:52:05 1995  Michael Meissner  <meissner@cygnus.com>
18304         * config.sub: Recognize powerpcle as the little endian variant of
18305         the PowerPC.  Recgonize ppc as a PowerPC variant, and ppcle as a
18306         powerpcle variant.  Convert pentium into i586, not i486.  Add p5
18307         alias for i586.  Map new x86 variants p6, k5, nexgen into i586
18308         temporarily.
18310 Tue May  2 16:29:41 1995  Jeff Law  (law@snake.cs.utah.edu)
18312         * configure.in (hppa*-*-lites*): Treat like hppa*-*-*elf*.
18314 Sun Apr 30 21:38:09 1995  Jeff Law  (law@snake.cs.utah.edu)
18316         * config.sub: Accept -lites* as a basic system type.
18318 Thu Apr 27 11:33:29 1995  Michael Meissner  (meissner@cygnus.com)
18320         * config.guess (*:Linux:*:*): Check for whether the pre-BFD linker is
18321         installed, and if so return linuxoldld as the system name.
18323 Wed Apr 26 10:59:02 1995  Jeff Law  (law@snake.cs.utah.edu)
18325         * config.guess: Add hppa1.1-hp-lites support.
18327 Tue Apr 25 11:08:11 1995  Rob Savoye  <rob@darkstar.cygnus.com>
18329         * configure.in: Don't build newlib for m68k-vxworks5.1.
18331 Wed Apr 19 17:02:43 1995  Jim Wilson  <wilson@chestnut.cygnus.com>
18333         * configure.in (mips-sgi-irix6): Use mh-irix5.
18335 Fri Apr 14 15:21:17 1995  Doug Evans  <dje@chestnut.cygnus.com>
18337         * Makefile.in (all-gcc): Depend on all-ld (for libgcc1-test).
18339 Wed Apr 12 16:06:01 1995  Jason Merrill  <jason@phydeaux.cygnus.com>
18341         * test-build.mk: Enable building of shared libraries on IRIX 5 and
18342         OSF/1.  Fix compiler flags.
18343         * build-all.mk: Support Linux and OSF/1 3.0.  Fix compiler flags.
18345 Tue Apr 11 18:55:40 1995  Doug Evans  <dje@canuck.cygnus.com>
18347         * configure.in: Recognize --with-newlib.
18348         (sparc-*-sunos4*): Build sim, dejagnu, expect, tcl if cross target.
18350 Mon Apr 10 14:38:20 1995  Jason Molenda (crash@phydeaux.cygnus.com)
18352         * Makefile.in: move {all,check,install}-gdb from *_MODULES
18353         to *_X11_MODULES due to gdbtk needing X include files et al.
18355 Mon Apr 10 11:42:22 1995  Stan Shebs  <shebs@andros.cygnus.com>
18357         Merge in support for Mac MPW as a host.
18358         (Old change descriptions retained for informational value.)
18360         * mpw-config.in: Add generic include forwards for cpu-specific
18361         include files in aout and elf directories.
18363         * mpw-configure: Added copyright.
18364         * mpw-config.in: Check for presence of required build tools.
18365         (target_libs): Add newlib.
18366         (target_tools): Add examples.
18367         (Read Me): Generate as "Read Me for MPW" instead.
18368         * mpw-build.in: Base sub-builds on all-foo instead of do-foo.
18369         (all-byacc, do-byacc, all-flex, do-flex, do-newlib): New actions.
18370         (do-gas, do-gcc, do-gdb, do-ld): Build Version.r first.
18372         * mpw-configure: Remove subdir-specific makefile hackery,
18373         delete mk.tmp after using it.
18375         * mpw-build.in (all): Display start and end times.
18377         * mpw-configure (host_canonical): Set.
18378         (target_cpu): Always add to makefiles.
18379         (ARCHDEFS, EMUL): Add to makefile only if nonempty.
18380         (TM_FILE, XM_FILE, NM_FILE): No longer add to makefile.
18381         (mpw-mh-mpw): Look for in srcdir and srcroot.
18382         Use sed instead of mpw-edit-prefix to edit prefix definitions.
18384         * mpw-build.in: (install-only): New target.
18386         * mpw-configure (host_alias, target_alias): Rename from hostalias
18387         and targetalias, add into generated Makefile.
18388         (mk.tmp): If present, add into generated Makefile.
18389         * mpw-build.in (all-gas): Build config.h first before gas proper.
18391         * mpw-configure (config.status): Write only if changed.
18392         * mpw-config.in (readline): Configure it (not built, just used for
18393         definitions).
18395         * mpw-config.in (elf/mips.h): Add a forward include.
18397         * mpw-config.in: Forward-include most .h files in include into
18398         extra-include.
18399         (readline): Don't build.
18400         mpw-build.in (install): Install GDB.
18402         * mpw-configure (prefix, mpw_prefix): Handle it.
18403         * mpw-config.in (mmalloc, readline): Don't configure.
18404         * mpw-build.in (thisscript): Rename to ThisScript.
18405         Use mpw-build instead of BuildProgram everywhere.
18406         (mmalloc, readline): Don't build.
18407         * mpw-README: New file, basic documentation about the MPW port.
18409         * mpw-config.in: Use forward-include to create include files.
18411         * mpw-configure: Add more things to the top of each configured
18412         Makefile, including contents of config/mpw-mh-mpw.
18413         * mpw-config.in (extra-include): Create this directory and fill it
18414         with Posix-like include files when configuring.
18416         * config.sub (apple, mac, mpw): Add various aliases.
18418         * mpw-build.in: New file, top-level build script fragment for MPW.
18419         * mpw-configure: New file, configure script for MPW.
18420         * mpw-config.in: New file, config fragment for MPW.
18422 Fri Apr  7 19:33:16 1995  Jim Kingdon  (kingdon@lioth.cygnus.com)
18424         * configure.in (host_libs): Remove glob, since it is gone from the
18425         sources.
18427 Fri Mar 31 11:36:17 1995  Jason Molenda  (crash@phydeaux.cygnus.com)
18429         * Makefile.in: define empty GDB_NLM_DEPS var.
18431         * configure.in(target_makefile_frag): use config/mt-netware
18432         for netware targets.
18434 Thu Mar 30 13:51:43 1995  Ian Lance Taylor  <ian@cygnus.com>
18436         * config.sub: Merge in recent FSF changes.  Remove linux special
18437         cases.
18439 Tue Mar 28 14:47:34 1995  Jason Molenda (crash@phydeaux.cygnus.com)
18441         Revert this change:
18443         Tue Mar 30 10:03:09 1993  Ian Lance Taylor  (ian@cygnus.com)
18445                 * build-all.mk: Use CC=cc -Xs on Solaris.
18447 Tue Mar 21 10:43:32 1995  Jim Kingdon  (kingdon@lioth.cygnus.com)
18449         * glob/*: Removed.  Schauer's 24 Feb 1994 readline change made us
18450         stop using it.
18451         * Makefile.in: Nuke all references to glob subdirectory.
18453 Thu Mar 16 13:35:30 1995  Jason Merrill  <jason@phydeaux.cygnus.com>
18455         * configure.in: Fix --enable-shared logic in per-host.
18457 Mon Mar 13 12:33:15 1995  Ian Lance Taylor  <ian@cygnus.com>
18459         * configure.in (*-hp-hpux[78]*): Use mh-hpux8.
18461 Mon Mar  6 10:21:58 1995  Jim Kingdon  (kingdon@lioth.cygnus.com)
18463         * configure.in (noconfigdirs): Don't build gas on AIX, for
18464         powerpc*-*-aix* as well as for rs6000*-*-aix*.
18466 Wed Mar  1 12:51:53 1995  Ian Lance Taylor  <ian@cygnus.com>
18468         * configure: Fix --cache-file to work if the file argument is a
18469         relative path.
18471 Tue Feb 28 17:36:07 1995  Ian Lance Taylor  <ian@cygnus.com>
18473         * configure: If the --cache-file is used, pass it down to
18474         configure in subdirectories.
18476 Mon Feb 27 12:52:46 1995  Kung Hsu  <kung@mexican.cygnus.com>
18478         * config.sub: add vxworks29k configuration.
18480 Fri Feb 10 16:12:26 1995  Ken Raeburn  <raeburn@cujo.cygnus.com>
18482         * Makefile.in (taz): Do "diststuff" part quietly.
18484 Sun Feb  5 14:16:35 1995  Doug Evans  <dje@canuck.cygnus.com>
18486         * config.sub: Mini-merge with gcc/config.sub.
18488 Sat Feb  4 12:11:35 1995  Jim Wilson  <wilson@chestnut.cygnus.com>
18490         * config.guess (IRIX): Sed - to _.
18492 Fri Feb  3 11:54:42 1995  J.T. Conklin  <jtc@rtl.cygnus.com>
18494         * Makefile.in (source-vault, binary-vault): New targets.
18496 Thu Jan 26 13:00:11 1995  Michael Meissner  <meissner@cygnus.com>
18498         * config.sub: Recognize -eabi as a basic system type.
18500 Thu Jan 12 13:13:23 1995  Jason Merrill  <jason@phydeaux.cygnus.com>
18502         * configure.in (enable_shared stuff): Fix typo.
18504 Thu Jan 12 01:36:51 1995  deanm@medulla.LABS.TEK.COM (Dean Messing)
18506         * Makefile.in (BASE_FLAGS_TO_PASS): Fix typo in passing LIBCXXFLAGS*.
18508 Wed Jan 11 16:29:53 1995  Jason Merrill  <jason@phydeaux.cygnus.com>
18510         * Makefile.in (LIBCXXFLAGS_FOR_TARGET): Add -fno-implicit-templates.
18512 Mon Jan  9 12:48:01 1995  Jim Kingdon  <kingdon@lioth.cygnus.com>
18514         * configure.in (rs6000-*-*): Don't build gas.
18516 Wed Jan  4 23:53:49 1995  Ian Lance Taylor  <ian@tweedledumb.cygnus.com>
18518         * Makefile.in: Use /x/x/ instead of /brokensed/brokensed/, to
18519         reduce command line length.
18520         (AS_FOR_TARGET): Check for as.new, not Makefile.
18521         (NM_FOR_TARGET): Check for nm.new, not Makefile.
18523 Wed Jan  4 13:02:39 1995  Per Bothner  <bothner@kalessin.cygnus.com>
18525         * config.guess:  Merge from FSF.
18527 Thu Dec 15 17:11:37 1994  Ian Lance Taylor  <ian@sanguine.cygnus.com>
18529         * configure: Don't use $ when handling program_suffix.
18531 Mon Dec 12 12:09:37 1994  Stu Grossman  (grossman@cygnus.com)
18533         * configure.in:  Configure tk for hppa/hpux.
18535 Fri Dec  2 15:55:38 1994  Per Bothner  <bothner@kalessin.cygnus.com>
18537         * Makefile.in (LIBGXX_SUPPORT_DIRS):  Add libstdc++.
18539 Tue Nov 29 19:37:56 1994  Per Bothner  <bothner@kalessin.cygnus.com>
18541         * Makefile.in:  Move -fno-implicit-template from CXXFLAGS
18542         to LIBCXXFLAGS.  Tests are better run without it.
18544 Wed Nov 23 10:29:25 1994  Brendan Kehoe  (brendan@lisa.cygnus.com)
18546         * Makefile.in (all-ispell): Depend on all-emacs19 instead of all-emacs.
18548 Mon Nov 21 11:14:01 1994  J.T. Conklin  <jtc@rtl.cygnus.com>
18550         * configure.in (*-*-netware*): Don't configure xiberty.
18552 Mon Nov 14 08:49:15 1994  Stu Grossman  (grossman@cygnus.com)
18554         * configure.in:  Remove tk from native_only list.
18556 Fri Nov 11 15:31:26 1994  Bill Cox  (bill@rtl.cygnus.com)
18558         * build-all.mk: Add mips-ncd-elf target to sun4 targets
18559           for special NCD build.
18561 Mon Nov  7 20:58:17 1994  Ken Raeburn  <raeburn@cujo.cygnus.com>
18563         * Makefile.in (DEVO_SUPPORT): Remove configure.bat and
18564         makeall.bat, they're only useful for binutils snapshots.
18565         (binutils.tar.gz, gas+binutils.tar.gz): Add configure.bat and
18566         makeall.bat to specified SUPPORT_FILES.
18568 Mon Nov  7 17:25:18 1994  Bill Cox  (bill@cirdan.cygnus.com)
18570         * build-all.mk: Add Ericsson targets to sun4 and solaris
18571           hosts.  Add  BNR's sun4 target to solaris host, so their
18572           build-from-source will be tested in-house first.
18574 Sat Nov  5 18:43:30 1994  Jason Merrill  (jason@phydeaux.cygnus.com)
18576         * Makefile.in (LIBCFLAGS): New variable.
18577         (CFLAGS_FOR_TARGET): Ditto.
18578         (LIBCFLAGS_FOR_TARGET): Ditto.
18579         (LIBCXXFLAGS): Ditto.
18580         (CXXFLAGS_FOR_TARGET): Ditto.
18581         (LIBCXXFLAGS_FOR_TARGET): Ditto.
18582         (BASE_FLAGS_TO_PASS): Pass them.
18583         (EXTRA_TARGET_FLAGS): Ditto.
18585         * configure.in: Support --enable-shared.
18587 Sat Nov  5 15:44:00 1994  Per Bothner  <bothner@kalessin.cygnus.com>
18589         * configure.in (target_libs):  Include libstdc++ again.
18590         * config.guess:  Update from FSF (for FreeBSD).
18592 Thu Nov  3 16:32:30 1994  Ken Raeburn  <raeburn@cujo.cygnus.com>
18594         * Makefile.in (DEVO_SUPPORT): Include configure.bat and
18595         makeall.bat.
18596         (DISTDOCDIRS): Add `etc'.
18597         (ETC_SUPPORT_PFX): New variable.
18598         (taz): Include anything from etc starting with a word in
18599         ETC_SUPPORT_PFX.
18601 Wed Oct 26 16:19:35 1994  Ian Lance Taylor  <ian@sanguine.cygnus.com>
18603         * config.sub: Update for recent FSF changes.  Remove obsolete
18604         h8300hds entry.  Add -windows* and -osx as basic os.  Minor
18605         spacing changes.
18607 Thu Oct 20 18:41:56 1994  Per Bothner  <bothner@kalessin.cygnus.com>
18609         * configure.in (target_libs):  Remove libstdc++ for libg++-2.6.1.
18611         * config.guess:  Merge with FSF.
18612         * configure.in:  Match on i?86-ncr-sysv4.3, not i?86-ncr-sysv43.
18614 Thu Oct 20 19:26:56 1994  Ken Raeburn  <raeburn@cujo.cygnus.com>
18616         * configure: Since the "trap 0" handler will override the exit
18617         status on many systems, only use it for "exit 1", and make it set
18618         a non-zero exit status; reset it before "exit 0".  Also, check
18619         exit status of config.sub, and error out if it failed.
18621 Wed Oct 19 18:49:55 1994  Rob Savoye  (rob@cygnus.com)
18623         * Makefile.in: (ALL_TARGET_MODULES,INSTALL_TARGET_MODULES) Build
18624         and install libgloss.
18626 Tue Oct 18 15:25:24 1994  Ian Lance Taylor  <ian@sanguine.cygnus.com>
18628         * Makefile.in (all-binutils): Depend upon all-byacc.
18630         * configure.in: Don't build emacs on Irix 5.
18632 Mon Oct 17 16:22:12 1994  J.T. Conklin  (jtc@phishhead.cygnus.com)
18634         * configure.in (*-*-netware*): Add libio.
18636 Thu Oct 13 15:51:20 1994  Jason Merrill  (jason@phydeaux.cygnus.com)
18638         * Makefile.in (ALL_TARGET_MODULES): Add libstdc++.
18639         (CHECK_TARGET_MODULES): Ditto.
18640         (INSTALL_TARGET_MODULES): Ditto.
18641         (TARGET_LIBS): Ditto.
18642         (all-libstdc++): Note dependencies.
18644 Thu Oct 13 01:43:08 1994  Ken Raeburn  <raeburn@cujo.cygnus.com>
18646         * Makefile.in (BINUTILS_SUPPORT_DIRS): Add gas.
18648 Tue Oct 11 12:12:29 1994  Jason Merrill  (jason@phydeaux.cygnus.com)
18650         * Makefile.in (CXXFLAGS): Use -fno-implicit-templates instead of
18651         -fexternal-templates.
18653         * configure.in (target_libs): Add libstdc++.
18654         (noconfigdirs): Add libstdc++ as appropriate.
18656 Thu Oct  6 18:00:54 1994  Per Bothner  (bothner@kalessin.cygnus.com)
18658         * config.guess:  Update from FSF.
18660 Tue Oct  4 12:05:42 1994  Ian Lance Taylor  <ian@sanguine.cygnus.com>
18662         * configure: Use ${config_shell} when running ${configsub}.
18664 Mon Oct  3 14:28:34 1994  Doug Evans  <dje@canuck.cygnus.com>
18666         * config.sub: No longer recognize h8300h.
18668 Mon Oct  3 12:40:54 1994  Ian Lance Taylor  <ian@sanguine.cygnus.com>
18670         * config.sub: Remove extraneous differences between config.sub and
18671         gcc/config.sub.
18673 Sat Oct  1 00:23:12 1994  Ken Raeburn  <raeburn@cujo.cygnus.com>
18675         * Makefile.in (DISTSTUFFDIRS): Add gas.
18677 Thu Sep 22 19:04:55 1994  Doug Evans  (dje@canuck.cygnus.com)
18679         * COPYING.NEWLIB: New file.
18681 Mon Sep 19 18:25:40 1994  Per Bothner  (bothner@kalessin.cygnus.com)
18683         * config.guess (HP-UX):  Patch from Harlan Stenn
18684         <harlan@landmark.com> to also emit release level.
18686 Wed Sep  7 13:15:25 1994  Jim Wilson  (wilson@sphagnum.cygnus.com)
18688         * config.guess (sun4*:SunOS:*:*): Change '-JL' to '_JL'.
18690 Tue Sep  6 23:23:18 1994  Per Bothner  (bothner@kalessin.cygnus.com)
18692         * config.sub:  Merge nextstep cleanup from FSF.
18694 Mon Sep  5 05:01:30 1994  Ken Raeburn  (raeburn@kr-pc.cygnus.com)
18696         * configure.in (arm-*-*): Don't configure ld for this target.
18698 Thu Sep  1 09:35:00 1994  J.T. Conklin  (jtc@phishhead.cygnus.com)
18700         * configure.in (*-*-netware): don't configure libg++, libio,
18701           librx, or newlib.
18703 Wed Aug 31 13:52:08 1994  Ian Lance Taylor  (ian@sanguine.cygnus.com)
18705         * configure.in (alpha-dec-osf*): Use osf*, not osf1*.  Don't
18706         configure ld--it works, but it doesn't support shared libraries.
18708 Sun Aug 28 18:13:45 1994  Per Bothner  (bothner@kalessin.cygnus.com)
18710         * config.guess (*-unknown-freebsd*):  Get rid of possible
18711         trailing "(Release)" in version string.
18712         Patch from Paul Richards <paul@isl.cf.ac.uk>.
18714 Sat Aug 27 15:00:49 1994  Per Bothner  (bothner@kalessin.cygnus.com)
18716         * config.guess:  Fix i486-ncr-sysv43 -> i486-ncr-sysv4.3.
18717         Fix type: *-next-neststep -> *-next-nextstep.
18719         * config.guess:  Merge from FSF:
18721         Fri Aug 26 18:45:25 1994  Philippe De Muyter (phdm@info.ucl.ac.be)
18723         * config.guess: Recognize powerpc-ibm-aix3.2.5.
18725         Wed Apr 20 06:36:32 1994  Philippe De Muyter  (phdm@info.ucl.ac.be)
18727         * config.guess: Recognize UnixWare 1.1 (UNAME_SYSTEM is SYSTEM_V
18728         instead of UNIX_SV for UnixWare 1.0).
18730 Sat Aug 27 01:56:30 1994  Stu Grossman  (grossman@cygnus.com)
18732         * Makefile.in (all-gdb):  Add dependencies on all-gcc and all-ld
18733         to make gdb/nlm/* build after the compiler and linker.
18735 Fri Aug 26 14:30:05 1994  Per Bothner  (bothner@kalessin.cygnus.com)
18737         * config.guess (netbsd, freebsd, linux):  Accept any machine,
18738         not just i[34]86.
18739         (m68k-atari-sysv4):  Relocate to match FSF version.
18741         * config.guess:  More merges from the FSF:
18743         Add a space before function call or macro invocation.
18745         Tue May 10 16:53:55 1994  Roland McGrath (roland@churchy.gnu.ai.mit.edu)
18747         * config.guess: Add trap cmd to remove dummy.c and dummy when
18748         interrupted.
18750         Wed Apr 20 18:07:13 1994  Roland McGrath (roland@churchy.gnu.ai.mit.edu)
18752         * config.guess (dummy.c): Redirect stderr for `hostinfo' command.
18753         (dummy): Redirect stderr from compilation of dummy.c.
18755         Sat Apr  9 14:59:28 1994  Christian Kranz  (kranz@sent5.uni-duisburg.de)
18757         * config.guess: Distinguish between NeXTStep 2.1 and 3.x.
18759 Fri Aug 26 13:42:20 1994  Ken Raeburn  (raeburn@kr-laptop.cygnus.com)
18761         * configure: Accept and ignore --cache*, for compatibility with
18762         new autoconf.
18764 Fri Aug 26 13:05:27 1994  Per Bothner  (bothner@kalessin.cygnus.com)
18766         * config.guess:  Merge from FSF:
18768         Thu Aug 25 20:28:51 1994  Richard Stallman  <rms@mole.gnu.ai.mit.edu>
18770         * config.guess (Pyramid*:OSx*:*:*): New case.
18771         (PATH): Add /.attbin at end for finding uname.
18772         (dummy.c): Handle i860-alliant-bsd.  Follow whitespace conventions.
18774         Wed Aug 17 18:21:02 1994  Tor Egge  (tegge@pvv.unit.no)
18776         * config.guess (M88*:DolphinOS:*:*): New case.
18778         Thu Aug 11 17:00:13 1994  Stan Cox  (coxs@dg-rtp.dg.com)
18780         * config.guess (AViiON:dgux:*:*): Use TARGET_BINARY_INTERFACE
18781         to select whether to use ELF or COFF.
18783         Sun Jul 24 16:20:53 1994  Richard Stallman  <rms@mole.gnu.ai.mit.edu>
18785         * config.guess: Recognize i860-stardent-sysv and i860-unknown-sysv.
18787         Sun May  1 10:23:10 1994  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
18789         * config.guess: Guess the OS version for HPUX.
18791         Tue Mar  1 21:53:03 1994  Karl Heuer  (kwzh@hal.gnu.ai.mit.edu)
18793         * config.guess (UNAME_VERSION): Recognize aix3.2.4 and aix3.2.5.
18795 Fri Aug 26 11:19:08 1994  Ian Lance Taylor  (ian@sanguine.cygnus.com)
18797         * configure.in: Recognize --with-headers, --with-libs, and
18798         --without-newlib.
18799         * Makefile.in (all-xiberty): Depend upon all-ld.
18801 Wed Aug 24 12:36:50 1994  Ian Lance Taylor  (ian@sanguine.cygnus.com)
18803         * configure.in: Change i[34]86 to i[345]86.
18805 Mon Aug 22 10:58:33 1994  Ian Lance Taylor  (ian@sanguine.cygnus.com)
18807         * configure (version): A few more tweaks to help message.
18809 Fri Aug 19 12:40:25 1994  Per Bothner  (bothner@kalessin.cygnus.com)
18811         * Makefile.in:  Remove (for now) librx as a host library,
18812         now that we're building it for target.
18814 Fri Aug 19 10:49:17 1994  Ian Lance Taylor  (ian@sanguine.cygnus.com)
18816         * configure: Fix up help message; from karl@owl.hq.ileaf.com
18817         (Karl Berry).
18819 Tue Aug 16 16:11:08 1994  Per Bothner  (bothner@kalessin.cygnus.com)
18821         * configure.in:  Also configure librx.
18823 Mon Aug 15 16:51:45 1994  Per Bothner  (bothner@kalessin.cygnus.com)
18825         * Makefile.in:  Update various rules to reflect that librx
18826         is now needed for libg++.
18828 Fri Aug 12 18:07:21 1994  Ian Lance Taylor  (ian@sanguine.cygnus.com)
18830         * config.sub: Accept mips64orion and mips64orionel as a CPU name.
18832 Mon Aug  8 11:36:17 1994  Stan Shebs  (shebs@andros.cygnus.com)
18834         * configure.in: Configure the examples directory.
18836 Thu Aug  4 16:12:36 1994  Ian Lance Taylor  (ian@sanguine.cygnus.com)
18838         * configure: Simplify Jun 2 1994 change.
18840 Wed Aug  3 04:58:16 1994  D. V. Henkel-Wallace  (gumby@cygnus.com)
18842         * change CC to /usr/latest/bin/gcc for lynx host builds, since
18843         /bin/gcc isn't good enough to build gcc.
18845 Wed Jul 27 09:07:14 1994  Fred Fish  (fnf@cygnus.com)
18847         * Makefile.in (GDB_SUPPORT_FILES): Remove
18848         (setup-dirs-gdb, gdb.tar.gz, make-gdb.tar.gz):  Remove old rules.
18849         (gdb.tar.gz): Add new rule to use standard distribution building
18850         mechanism.
18852 Mon Jul 25 11:10:06 1994  Ian Lance Taylor  (ian@tweedledumb.cygnus.com)
18854         * configure.in: Warn about use of /usr/ucb/cc on Solaris.  From
18855         Bill Cox <bill@cygnus.com>.
18857 Sat Jul 23 12:19:46 1994  Per Bothner  (bothner@kalessin.cygnus.com)
18859         * config.guess:  Recognize ISC.  Patch from kwzh@gnu.ai.mit.edu.
18861 Fri Jul 22 17:53:59 1994  Stu Grossman  (grossman@cygnus.com)
18863         * configure:  Search current dir first in .gdbinit.
18865 Fri Jul 22 11:28:30 1994  Per Bothner  (bothner@kalessin.cygnus.com)
18867         * config.sub:  Recognize freebsd (merged from gcc config.sub).
18869 Thu Jul 21 14:10:52 1994  Per Bothner  (bothner@kalessin.cygnus.com)
18871         * config.sub:  Refer to NeXT's operating system as nextstep.
18873         * config.sub (case $basic_machine):  Re-order the cases, to match
18874         the order in the FSF version (which is mostly alphabethical).
18875         Merge in some additions and changes from the FSF.
18877 Sat Jul 16 12:03:08 1994  Stan Shebs  (shebs@andros.cygnus.com)
18879         * config.guess: Recognize m68k-atari-sysv4 and m88k-harris-csux7.
18880         * config.sub: Recognize cxux7.
18881         * configure.in: Use mh-cxux for m88k-harris-cxux*.
18883 Mon Jul 11 14:37:39 1994  Per Bothner  (bothner@kalessin.cygnus.com)
18885         * config.sub:  Fix typo powerpc -> powerpc-*.
18887 Sat Jul  9 13:03:43 1994  Michael Tiemann  (tiemann@blues.cygnus.com)
18889         * Makefile.in: `all-emacs19' depends on `all-byacc'.
18891         * Makefile.in: Add all-emacs19 and install-emacs19 rules (in
18892         parallel with all-emacs and install-emacs).  Top-level command
18893         `make all-emacs19 CC=gcc' now behaves as `make all-emacs CC=gcc'.
18895 Thu Jun 30 16:53:42 1994  Ian Lance Taylor  (ian@sanguine.cygnus.com)
18897         * test-build.mk ($(host)-stamp-stage2-installed): Remove
18898         $(relbindir)/make before doing ``make install'', and use
18899         $(GNU_MAKE) while doing it.  Avoids problem on SunOS with
18900         installing over running make binary.
18901         ($(host)-stamp-stage3-installed): Likewise.
18903 Tue Jun 28 13:43:25 1994  Jim Kingdon  (kingdon@lioth.cygnus.com)
18905         * config.guess: Recognize Mach.
18907 Mon Jun 27 16:41:14 1994  Ian Lance Taylor  (ian@sanguine.cygnus.com)
18909         * configure: Check ${exec_prefixoption}, not ${exec_prefix}, to
18910         see whether --exec-prefix was used.
18912 Sun Jun 26 21:15:54 1994  Per Bothner  (bothner@kalessin.cygnus.com)
18914         * README:  Explicitly mention libg++/README.  (Zoo's idea.)
18916 Tue Jun 21 12:45:55 1994  Jim Kingdon  (kingdon@lioth.cygnus.com)
18918         * Makefile.in: Add all-librx target similar to all-libproc.
18920 Wed Jun  8 23:11:55 1994  Stu Grossman  (grossman@cygnus.com)
18922         * config.guess:  Rearrange tests for Alpha-OSF1 to properly deal
18923         with post 1.2 uname bogosity.
18925 Thu Jun  9 00:27:59 1994  Ian Lance Taylor  (ian@tweedledumb.cygnus.com)
18927         * configure: Remove temporary files on receipt of a signal.
18929 Tue Jun  7 12:06:24 1994  Ian Lance Taylor  (ian@cygnus.com)
18931         * configure: If there is a package_makefile_frag, remove
18932         ${subdir}/Makefile.tem after copying it in.
18934 Mon Jun  6 21:35:02 1994  D. V. Henkel-Wallace  (gumby@cygnus.com)
18936         * build_all.mk: support rs6000 lynx identifies itself as
18937         rs6000-lynx-lynxos2.2.2.  Also, use /usr/cygnus/progressive/bin/gcc
18938         since /bin/gcc is too feeble to compile a modern gcc.
18940 Mon Jun  6 16:06:34 1994  Karen Christiansen (karen@cirdan.cygnus.com)
18942         * brought devo/test-build.mk update-to-date with progressive/
18943           test-build.mk. Add lynx targets and hppa flag info.
18945 Sat Jun  4 17:23:54 1994  Per Bothner  (bothner@kalessin.cygnus.com)
18947         * configure.in:  Use mh-ncrsvr43.  Patch from
18948         Tom McConnell <tmcconne@sedona.intel.com>.
18950 Fri Jun  3 17:47:24 1994  Per Bothner  (bothner@kalessin.cygnus.com)
18952         * config.guess (i386-unknown-bsdi):  No longer need to
18953         check #if defined(__bsdi__) && defined(__i386__).
18955 Thu Jun  2 18:56:46 1994  Ian Lance Taylor  (ian@tweedledumb.cygnus.com)
18957         * configure: Set program_transform_nameoption correctly.
18959 Thu Jun  2 10:57:06 1994  Karen Christiansen (karen@cirdan.cygnus.com)
18961         * brought build-all.mk update-to-date with progressive build-all.mk,
18962           added new targets and hppa info.
18964 Thu Jun  2 00:12:44 1994  Ian Lance Taylor  (ian@tweedledumb.cygnus.com)
18966         * configure: If config.guess result is a prefix of the user
18967         specified target, assume a native build and use the user specified
18968         target as the host alias.  Remove SunOS patch suffix removal hack.
18969         * configure.in: Remove SunOS patch suffix removal hack.
18971         * Makefile.in (CROSS_CHECK_MODULES): Remove check-flex, since it's
18972         in NATIVE_CHECK_MODULES.
18974 Wed Jun  1 10:49:41 1994  Bill Cox  (bill@rtl.cygnus.com)
18976         * Makefile.in: Rename HOST_ONLY to NATIVE.
18977         * configure: Delete SunOs patch suffix from host_canonical
18978           and build_canonical variables that are prepended to Makefiles.
18979         * configure.in: Add comments for easier maintenance.
18981 Tue May 31 19:39:47 1994  Jim Kingdon  (kingdon@lioth.cygnus.com)
18983         * Makefile.in: Add all-libproc target similar to all-gui.
18985 Tue May 31 17:16:33 1994  Tom Lord  (lord@cygnus.com)
18987         * Makefile.in (CHECK_MODULES): split into
18988         HOST_ONLY_CHECK_MODULES and CROSS_CHECK_MODULES.
18990 Tue May 31 16:36:36 1994  Paul Eggert  (eggert@twinsun.com)
18992         * config.guess (i386-unknown-bsdi): New system to guess.
18994 Wed May 25 16:47:10 1994  Jim Kingdon  (kingdon@lioth.cygnus.com)
18996         * Makefile.in: Add all-gui target (but not yet build by "all").
18998 Thu May 26 08:53:19 1994  Bill Cox  (bill@rtl.cygnus.com)
19000         * config.sub: Move deletion of patch suffix from here...
19001         * configure.in: To here, at Ian's suggestion.  The top-
19002           level scripts might need to know of a patch level.
19004 Wed May 25 09:15:54 1994  Bill Cox  (bill@rtl.cygnus.com)
19006         * config.sub: Strip off patch suffix so rtl is recognized
19007           as a sunos4.1.3 machine, even though it's been patched.
19009 Fri May 20 08:25:49 1994  Steve Chamberlain  (sac@deneb.cygnus.com)
19011         * Makefile.in (INSTALL_LAST): Delete.
19012         (INSTALL_DOSREL): New.
19014 Thu May 19 17:12:12 1994  Ian Lance Taylor  (ian@tweedledumb.cygnus.com)
19016         * configure.in: Use ld for i[34]86-*-sysv4* and sparc-*-solaris2*.
19017         Don't set use_gnu_ld to no for *-*-sysv4; that only controls
19018         whether we pass down --with-gnu-ld anyhow.
19020 Thu May 19 09:29:12 1994  Steve Chamberlain  (sac@cygnus.com)
19022         * Makefile.in (INSTALL_LAST): Change operation so it works
19023         on more flavors of make.
19024         * configure.in (go32): Don't build libg++ or libio.
19026 Fri May 13 13:28:34 1994  Steve Chamberlain  (sac@cygnus.com)
19028         * Makefile.in (Move HOST_PREFIX_1 and friends up so
19029         they can be overriden by templates.
19031 Sat May  7 16:46:44 1994  Steve Chamberlain  (sac@cygnus.com)
19033         * configure.in (target==go32): Don't build gdb.
19034         * dosrel: New directory.
19036 Fri May  6 14:19:25 1994  Steve Chamberlain  (sac@cygnus.com)
19038         * configure.in (host==go32): Configure dosrel too.
19039         * Makefile.in (INTALL_TARGET): Call INSTALL_LAST last.
19040         (HOST_CC, HOST_PREFIX, HOST_PREFIX_1): Undefine, they should
19041         be set by incoming names or templates.
19042         (INSTALL_LAST): New rule.
19044 Thu May  5 17:35:05 1994  Stan Shebs  (shebs@andros.cygnus.com)
19046         * config.sub (sparclitefrw, sparclitefrwcompat): Don't set the os.
19048 Thu May  5 20:06:45 1994  Ken Raeburn  (raeburn@cujo.cygnus.com)
19050         * configure.in (appdirs): New variable.  Currently empty, but will
19051         be used in gas distribution.  If nonempty, lists a set of
19052         directories at least one of which must get configured, or top
19053         level configuration is considered to have failed.
19054         (rs6000-*-lynxos*): Use new file name.
19056 Thu May  5 13:38:36 1994  Ian Lance Taylor  (ian@tweedledumb.cygnus.com)
19058         Eliminate XTRAFLAGS.
19059         * Makefile.in (CC_FOR_TARGET): If newlib exists, refer to the
19060         newlib include files using -idirafter, and also use -nostdinc.
19061         (CXX_FOR_TARGET): Likewise.
19062         (XTRAFLAGS): Removed.
19063         (BASE_FLAGS_TO_PASS): Remove XTRAFLAGS_FOR_TARGET.
19064         (EXTRA_HOST_FLAGS): Remove XTRAFLAGS.
19065         (EXTRA_TARGET_FLAGS, EXTRA_GCC_FLAGS): Likewise.
19066         ($(DO_X)): Don't pass down XTRAFLAGS.
19068 Thu May  5 00:16:36 1994  Ken Raeburn  (raeburn@kr-pc.cygnus.com)
19070         * configure.in (mips*-dec-bsd*): New target; do build linker.
19071         (mips*-*-bsd*): New target; don't build linker.
19073 Wed May  4 20:10:10 1994  D. V. Henkel-Wallace  (gumby@cygnus.com)
19075         * configure.in: support rs6000-*-lynxos* configuration.
19076         support sunos4 as a cross target.
19078         * config.sub: look for lynx*, not lynx since the OS version may
19079         legitimately be part of the name.
19081 Tue May  3 21:48:11 1994  Ken Raeburn  (raeburn@cujo.cygnus.com)
19083         * configure.in (i[34]86-*-sco*): Move to be with other i386
19084         targets.
19085         (romp-*-*): New target.  Skip various binary utilities.
19086         (vax-*-*): New target.  Don't build newlib.
19087         (vax-*-vms): Renamed from *-*-vms.  Don't build opcodes or newlib.
19089 Thu Apr 28 15:03:05 1994  David J. Mackenzie  (djm@rtl.cygnus.com)
19091         * configure.in: Only set host_makefile_frag if config
19092         directory exists.
19094 Wed Apr 27 12:14:30 1994  David J. Mackenzie  (djm@rtl.cygnus.com)
19096         * install.sh: If $dstdir exists, don't check whether each
19097         component does.
19099 Tue Apr 26 18:11:33 1994  Ian Lance Taylor  (ian@tweedledumb.cygnus.com)
19101         * test-build.mk (HOLES): Add sleep; used by rcs/src/conf.sh.
19103 Mon Apr 25 15:06:34 1994  Stan Shebs  (shebs@andros.cygnus.com)
19105         * configure.in (*-*-lynxos*): Don't configure newlib for either
19106         native or cross Lynx.
19108 Sat Apr 16 11:58:16 1994  Doug Evans  (dje@canuck.cygnus.com)
19110         * config.sub (sparc64-elf): Fix os.
19111         (z8k): Remove duplicate.
19113 Thu Apr 14 23:33:17 1994  Ian Lance Taylor  (ian@tweedledumb.cygnus.com)
19115         * Makefile.in (gcc-no-fixedincludes): Touch gcc/include/fixed, not
19116         gcc/stmp-fixproto, to try to prevent fixproto from being run.
19118 Wed Apr 13 15:14:52 1994  Bill Cox  (bill@cygnus.com)
19120         * configure: Make file links cleanly even if Lynx fails on
19121           an NFS symlink (at least fail cleanly).
19123 Mon Apr 11 10:58:56 1994  Jim Wilson  (wilson@sphagnum.cygnus.com)
19125         * test-build.mk (CC): For mips-sgi-irix4, change -XNh1500 to
19126         -XNh2000.
19128 Sat Apr  9 15:10:45 1994  David J. Mackenzie  (djm@rtl.cygnus.com)
19130         * configure: Unknown options are fatal again.
19132 Fri Apr  8 12:01:41 1994  David J. Mackenzie  (djm@cygnus.com)
19134         * configure: Ignore --x-includes and --x-libraries, for Autoconf
19135         compatibility.
19137 Thu Apr  7 17:31:43 1994  Doug Evans  (dje@canuck.cygnus.com)
19139         * build-all.mk: Add `clean' target.
19141 Wed Apr  6 20:44:56 1994  Peter Schauer  (pes@regent.e-technik.tu-muenchen.de)
19143         * config.guess:  Add SINIX support.
19144         * configure.in:  Add mips-*-sysv4* support.
19146 Mon Apr  4 17:41:44 1994  Doug Evans  (dje@canuck.cygnus.com)
19148         * build-all.mk: Document all useful targets.
19149         If canonhost is sparc-sun-solaris2.3, change it to sparc-sun-solaris2.
19150         If canonhost is mips-sgi-irix4.0.5H, change it to mips-sgi-irix4.
19152 Thu Mar 31 04:55:57 1994  David J. Mackenzie  (djm@rtl.cygnus.com)
19154         * configure: Support --silent, --quiet.
19156 Wed Mar 30 21:37:38 1994  David J. Mackenzie  (djm@rtl.cygnus.com)
19158         * configure: Support --disable-FEATURE.
19160 Tue Mar 29 19:15:05 1994  Jim Kingdon  (kingdon@lioth.cygnus.com)
19162         * config.guess: Recognize NCR running SVR4.3.
19164 Mon Mar 28 14:55:15 1994  Per Bothner  (bothner@kalessin.cygnus.com)
19166         * config.guess:  Make BSDI generate i386-unknown-bsd386.
19167         Patch from Paul Eggert <eggert@twinsun.com>.
19169 Mon Mar 28 12:54:52 1994  Ian Lance Taylor  (ian@tweedledumb.cygnus.com)
19171         * configure.in (powerpc-*-aix*): Treat like rs6000-*-*.
19173 Sat Mar 26 11:25:48 1994  David J. Mackenzie  (djm@rtl.cygnus.com)
19175         * configure: Make unrecognized options give nonfatal warnings
19176         instead of fatal errors, and pass them to any subdirectory
19177         configures in case they recognize them.
19178         Make --x equivalent to --with-x.
19180 Fri Mar 25 21:52:10 1994  David J. Mackenzie  (djm@rtl.cygnus.com)
19182         * configure: Add --enable-* options.  Clean up usage message and
19183         some comments.
19185 Thu Mar 24 09:12:53 1994  Doug Evans  (dje@canuck.cygnus.com)
19187         * Makefile.in (NM_FOR_TARGET): Build tree version is now nm.new.
19189 Sun Mar 20 11:28:22 1994  Jeffrey A. Law  (law@snake.cs.utah.edu)
19191         * configure.in (hppa*-*-*): Enable binutils.
19193 Sat Mar 19 11:50:16 1994  Jim Kingdon  (kingdon@lioth.cygnus.com)
19195         * config.sub: Recognize cisco.
19197 Fri Mar 18 16:42:32 1994  Jason Merrill  (jason@deneb.cygnus.com)
19199         * Makefile.in (CXXFLAGS): Add -fexternal-templates.
19201 Tue Mar 15 11:25:55 1994  Jim Kingdon  (kingdon@lioth.cygnus.com)
19203         * config.guess: about target *-hitachi-hiuxwe2, don't print more
19204         than one configuration name.  Add comment.
19206 Sun Mar  6 23:13:38 1994  Hisashi MINAMINO  (minamino@sra.co.jp)
19208         * config.guess: about target *-hitachi-hiuxwe2, fixed
19209         machine guessing order.  [Hitachi's CPU_IS_HP_MC68K
19210         macro is incorrect.]
19212 Sun Mar 13 09:10:08 1994  Jim Kingdon  (kingdon@lioth.cygnus.com)
19214         * Makefile.in (TAGS): Just build TAGS in each subdirectory, rather
19215         than the "make ls" stuff which used to be here.
19217 Fri Mar 11 12:52:39 1994  Per Bothner  (bothner@kalessin.cygnus.com)
19219         * config.guess:  Recognize i[34]86-unknown-freebsd.
19220         From Shawn M Carey <smcarey@rodan.syr.edu>.
19222 Thu Mar  3 14:24:21 1994  Per Bothner  (bothner@kalessin.cygnus.com)
19224         * configure.in (noconfigdirs for alpha): Remove libg++ and libio.
19226 Wed Mar  2 13:28:48 1994  Jim Kingdon  (kingdon@deneb.cygnus.com)
19228         * config.guess: Check for ptx.
19230 Mon Feb 28 16:46:50 1994  Kung Hsu  (kung@mexican.cygnus.com)
19232         * config.sub: Add os9k checking.
19234 Thu Feb 24 07:09:04 1994  Jeffrey A. Law  (law@snake.cs.utah.edu)
19236         * config.guess: Handle OSF1 running on HPPA processors
19238 Fri Feb 18 14:14:00 1994  Ken Raeburn  (raeburn@rtl.cygnus.com)
19240         * configure: If subdir configure fails, print out a message with
19241         subdirectory name, in case subdir's configure code didn't identify
19242         itself.
19244 Fri Feb 18 12:50:15 1994  Doug Evans  (dje@cygnus.com)
19246         * configure.in: Remove embedded newlines from configdirs.
19247         Avoid mismatches of substrings.  Fix matching strings at end
19248         of configdirs.
19250 Fri Feb 11 15:33:33 1994  Stu Grossman  (grossman at cygnus.com)
19252         * config.guess:  Add Lynx/rs6000 config support.
19254 Tue Feb  8 13:41:09 1994  Ken Raeburn  (raeburn@rtl.cygnus.com)
19256         * configure.in (alpha-dec-osf1*, alpha*-*-*): Build gas.
19258 Mon Feb  7 15:42:36 1994  Jeffrey A. Law  (law@cygnus.com)
19260         * configure.in (hppa*-*-osf*): Treat this just like most other
19261         PA configurations (eg no binutils or ld).
19262         (hppa*-*-*elf*): These configurations have binutils and ld.
19264 Sun Feb  6 16:35:07 1994  Jeffrey A. Law  (law@snake.cs.utah.edu)
19266         * config.sub (hiux): Fix typo.  From m-kasahr@sramhc.sra.co.JP.
19268 Sat Feb  5 01:00:33 1994  Ian Lance Taylor  (ian@tweedledumb.cygnus.com)
19270         * configure.in (rs6000-*-*): Build gas.
19272 Wed Feb  2 13:57:57 1994  Jeffrey A. Law  (law@snake.cs.utah.edu)
19274         * Makefile.in:  Avoid bug in losing hpux sed.
19276 Wed Feb  2 14:53:05 1994  Jim Kingdon  (kingdon@lioth.cygnus.com)
19278         * Makefile.in, test-build.mk: Remove MUNCH_NM; it was only needed
19279         for GDB and GDB has been fixed to not need it.
19281 Sun Jan 30 17:58:06 1994  Ken Raeburn  (raeburn@cujo.cygnus.com)
19283         * config.guess: Recognize vax hosts.
19285 Fri Jan 28 15:29:38 1994  Ken Raeburn  (raeburn@cujo.cygnus.com)
19287         * configure (while loop): Don't use "break 2" inside case
19288         statement -- the case statement isn't an enclosing loop.
19290 Mon Jan 24 18:40:06 1994  Per Bothner  (bothner@kalessin.cygnus.com)
19292         * config.guess:  Clean up NeXT support, to allow nextstep
19293         on Intel machines.  Make OS be nextstep.
19295 Sun Jan 23 18:47:22 1994  Richard Kenner  (kenner@vlsi1.ultra.nyu.edu)
19297         * config.guess: Add alternate forms for Convex.
19299 Thu Jan 20 16:13:41 1994  Stu Grossman  (grossman at cygnus.com)
19301         * configure:  Completely rewrite option processing.  Take
19302         advantage of pattern-matching to avoid invoking test frequently.
19303         Also clean up host and target defaulting logic.
19305 Mon Jan 17 15:06:56 1994  Ken Raeburn  (raeburn@cujo.cygnus.com)
19307         * Makefile.in: Replace all occurrances of "rootme" with "r" and
19308         "$${rootme}" with "$$r", to increase the likelihood that the do-*
19309         commands (plus user environment) will fit SCO limits.
19311 Thu Jan  6 11:20:57 1994  Ian Lance Taylor  (ian@tweedledumb.cygnus.com)
19313         * configure.in: Don't issue warnings about directories which are
19314         not being configured if -norecursion is set.  Correct test for
19315         --with-gnu-as and --with-gnu-ld to not get confused by substring
19316         matches.
19318         * configure.in: Don't build gas for alpha-dec-osf1*.
19320 Tue Jan  4 17:10:19 1994  Stu Grossman  (grossman at cygnus.com)
19322         * configure:  Back out Per's change of 12/19/1993.  It changes the
19323         behavior of configure in unexpected and confusing ways.
19325         Also, use different delim char when calculating
19326         program_transform_name so that the name can contain slashes.
19328 Sat Jan  1 13:45:31 1994  Rob Savoye  (rob@darkstar.cygnus.com)
19330         * configure.in, config.sub: Add support for VSTa micro-kernel.
19332 Sat Dec 25 20:00:47 1993  Jeffrey A. Law  (law@snake.cs.utah.edu)
19334         * configure.in: Nuke hacks which were used to get a special
19335         version of GAS for HPPA configurations.
19337 Sun Dec 19 20:40:44 1993  Per Bothner  (bothner@kalessin.cygnus.com)
19339         * configure:  If only ${target_alias} is given, use that
19340         as the default for ${host_alias}.
19341         * configure:  Add missing back-slashes before nested quotes.
19343 Wed Dec 15 18:07:18 1993  david d `zoo' zuhn  (zoo@andros.cygnus.com)
19345         * Makefile.in (BASE_FLAGS_TO_PASS): add YACC=$(BISON)
19347 Tue Dec 14 21:25:33 1993  Per Bothner  (bothner@cygnus.com)
19349         * config.guess:  Recognize some Tektronix configurations.
19350         From Kaveh R. Ghazi <ghazi@noc.rutgers.edu>.
19352 Sat Dec 11 11:18:00 1993  Steve Chamberlain  (sac@thepub.cygnus.com)
19354         * config.sub: Match any flavor of SH.
19356 Thu Dec  2 17:16:58 1993  Ken Raeburn  (raeburn@cujo.cygnus.com)
19358         * configure.in: Don't try to configure newlib for Alpha.
19360 Thu Dec  2 14:35:54 1993  Ian Lance Taylor  (ian@tweedledumb.cygnus.com)
19362         * configure.in: Don't build ld for Irix 5.  Don't build gas,
19363         libg++ or libio for any Alpha target.
19365         * configure.in (mips*-sgi-irix5*): New target; use mh-irix5.
19367 Wed Dec  1 17:00:33 1993  Jason Merrill  (jason@deneb.cygnus.com)
19369         * Makefile.in (GZIPPROG): Renamed from GZIP, which gzip uses for
19370         default arguments -- so it tried to compress itself.
19372 Tue Nov 30 13:45:15 1993  david d `zoo' zuhn  (zoo@andros.cygnus.com)
19374         * configure.in (notsupp): ensure that a space is always at the end
19375           of the configdirs list, since the grep checks for an explicit space
19377 Tue Nov 16 15:04:27 1993  david d `zoo' zuhn  (zoo@rtl.cygnus.com)
19379         * configure.in (target i386-sysv4.2): don't build ld, since static
19380           versions of many libraries are not available.
19382 Tue Nov 16 14:28:12 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
19384         * config.guess: Recognize Apollos (using environment variables).
19385         * configure.in: Don't configure ld, binutils, or gprof for Apollo.
19387 Thu Nov 11 12:03:50 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
19389         * config.guess: Recognize Sony news mips running newsos.
19391 Wed Nov 10 16:57:00 1993  Mark Eichin  (eichin@cygnus.com)
19393         * Makefile.in (all-cygnus, build-cygnus): "fi else" needs to be
19394         "fi ; else" for bash.
19396 Tue Nov  9 15:54:01 1993  Mark Eichin  (eichin@cygnus.com)
19398         * Makefile.in (BASE_FLAGS_TO_PASS): pass SHELL.
19400 Fri Nov  5 08:07:27 1993  D. V. Henkel-Wallace  (gumby@blues.cygnus.com)
19402         * config.sub: accept unixware as an alias for svr4.2.
19403         Fix some inconsistancies with the gcc version.
19405 Fri Nov  5 15:14:12 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
19407         * Makefile.in (DISTDOCDIRS):  Add gdb.
19409 Fri Nov  5 11:59:42 1993  Per Bothner  (bothner@kalessin.cygnus.com)
19411         * Makefile.in (DISTDOCDIRS):  Add libg++ and libio.
19413 Fri Nov  5 10:35:05 1993  Ken Raeburn  (raeburn@rover.cygnus.com)
19415         * Makefile.in (taz): Only build "info" in DISTDOCDIRS.
19416         (DISTDOCDIRS): Don't assume libg++ and gdb folks necessarily want
19417         this now.
19419 Thu Nov  4 18:58:23 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
19421         * config.sub: Accept hiux* as an OS name.
19423         * Makefile.in: Change RUNTEST_FLAGS back to RUNTESTFLAGS per
19424         etc/make-stds.texi.  The underscore came from gcc, and dje now
19425         agrees that RUNTESTFLAGS is the correct name.
19427 Thu Nov  4 10:49:01 1993  Per Bothner  (bothner@kalessin.cygnus.com)
19429         * install.sh:  Remove 'set -e'.  It makes any conditionals
19430         in the script useless.
19432         * config.guess: Automatically recognize arm-acorn-riscix
19433         Patch from Richard Earnshaw (rwe11@cl.cam.ac.uk).
19435 Thu Nov 04 08:08:04 1993  Jeffrey Wheat  (cassidy@cygnus.com)
19437         * Makefile.in: Change RUNTESTFLAGS to RUNTEST_FLAGS
19439 Wed Nov  3 22:09:46 1993  Ken Raeburn  (raeburn@rtl.cygnus.com)
19441         * Makefile.in (DISTDOCDIRS): New variable.
19442         (taz): Edit local Makefile.in sooner, instead of proto-toplev
19443         Makefile.in later.  Build "info" and "dvi" in DISTDOCDIRS.
19445 Wed Nov  3 21:31:52 1993  david d `zoo' zuhn  (zoo@rtl.cygnus.com)
19447         * configure.in (hppa target): check the source directory for the
19448           pagas sub-directory
19450 Wed Nov  3 11:12:22 1993  Doug Evans  (dje@canuck.cygnus.com)
19452         * config.sub: Allow -aout* and -elf*.
19454 Wed Nov  3 11:08:33 1993  Ken Raeburn  (raeburn@rtl.cygnus.com)
19456         * configure.in: Don't build ld on i386-solaris2, same as for
19457         sparc-solaris2.
19459 Tue Nov  2 14:21:25 1993  Per Bothner  (bothner@kalessin.cygnus.com)
19461         * Makefile.in (taz): Add texinfo/lgpl.texinfo (for libg++).
19463 Tue Nov  2 13:38:30 1993  Peter Schauer  (pes@regent.e-technik.tu-muenchen.de)
19465         * configure.in:  Configure gdb for alpha.
19467 Mon Nov  1 10:42:54 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
19469         * Makefile.in (CXXFLAGS): Add -O.
19471 Wed Oct 27 10:45:06 1993  david d `zoo' zuhn  (zoo@rtl.cygnus.com)
19473         * config.guess: added support for DG Aviion
19475 Tue Oct 26 14:37:37 1993  Ken Raeburn  (raeburn@rover.cygnus.com)
19477         * configure.in: Produce warning message for subdirectories not
19478         configurable for this host/target combination.  Don't try to
19479         configure gdb for vms.
19481 Mon Oct 25 11:22:15 1993  Ken Raeburn  (raeburn@rover.cygnus.com)
19483         * Makefile.in (taz): Replace "byacc" with "bison -y" in the
19484         appropriate files before making "diststuff".
19485         (DISTBISONFILES): New var: list of files to be edited.
19486         (DISTSTUFFDIRS): Add binutils.
19488 Fri Oct 22 20:32:15 1993  david d `zoo' zuhn  (zoo@rtl.cygnus.com)
19490         * config.sub: also handle mipsel and mips64el (for little endian mips)
19492 Fri Oct 22 07:59:20 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
19494         * configure.in: Add * to end of all OS names.
19496 Thu Oct 21 11:38:28 1993  Stan Shebs  (shebs@rtl.cygnus.com)
19498         * configure.in: Build newlib for LynxOS native.
19500 Wed Oct 20 09:56:12 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
19502         * config.guess: Add support for delta 88k running SVR3.
19504         * configure.in: Add comment about HP compiler vs. emacs.
19506 Tue Oct 19 16:02:22 1993  david d `zoo' zuhn  (zoo@rtl.cygnus.com)
19508         * configure.in: don't build ld on solaris2 (not a viable option
19509           due to bugs in getpwnam & getpwuid)
19511 Tue Oct 19 15:13:56 1993  Ken Raeburn  (raeburn@rtl.cygnus.com)
19513         * configure.in: Accept alpha-dec-osf1*, not just -osf1, since
19514         config.guess will produce a full version number.
19516 Tue Oct 19 15:58:01 1993  Ian Lance Taylor  (ian@tweedledumb.cygnus.com)
19518         * configure.in: Build linker and binutils for alpha-dec-osf1.
19520 Tue Oct 19 11:41:55 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
19522         * Makefile.in: Remove -O from CXXFLAGS for consistency with CFLAGS,
19523         and gdb/testsuite/Makefile.in.
19525 Sat Oct  9 18:39:07 1993  david d `zoo' zuhn  (zoo@rtl.cygnus.com)
19527         * configure.in: recognize mips*- instead of mips-
19529 Fri Oct  8 14:15:39 1993  Ken Raeburn  (raeburn@cygnus.com)
19531         * config.sub: Accept linux*coff and linux*elf as operating
19532         systems.
19534 Thu Oct  7 12:57:19 1993  Ian Lance Taylor  (ian@tweedledumb.cygnus.com)
19536         * config.sub: Recognize mips64, and mips3 as an alias for it.
19538 Wed Oct  6 13:54:21 1993  Peter Schauer  (pes@regent.e-technik.tu-muenchen.de)
19540         * configure.in: Remove alpha-dec-osf*, no longer necessary now that
19541         gdb knows how to handle OSF/1 shared libraries.
19543 Tue Oct  5 11:55:04 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
19545         * configure.in: Recognize hppa*-*-hiux* (currently synonym for hpux).
19546         * config.guess: Recognize Hitachi's HIUX.
19547         * config.sub: Recognize h3050r* and hppahitachi.
19548         Remove redundant cases for hp9k[23]*.
19550 Mon Oct  4 16:15:09 1993  david d `zoo' zuhn  (zoo@rtl.cygnus.com)
19552         * configure.in: default to '--with-gnu-as' and '--with-gnu-ld'
19553         if gas and ld are in the source tree and are in ${configdirs}.
19554         If ${use_gnu_as} or ${use_gnu_ld} are 'no', then don't set the
19555         --with options (but still pass them down on the command line,
19556         if they were explicitly specified).
19558 Fri Sep 24 19:11:13 1993  david d `zoo' zuhn  (zoo@rtl.cygnus.com)
19560         * configure: substitute SHELL value in Makefile.in with
19561         ${CONFIG_SHELL}
19563 Thu Sep 23 18:05:13 1993  Ian Lance Taylor  (ian@tweedledumb.cygnus.com)
19565         * configure.in: Build gas, ld, and binutils for *-*-sysv4* and
19566         *-*-solaris2* targets.
19568 Sun Sep 19 17:01:41 1993  david d `zoo' zuhn  (zoo@rtl.cygnus.com)
19570         * Makefile.in: define M4, and pass it down to sub-makes;
19571         all-autoconf now depends on all-m4
19573 Sat Sep 18 00:38:23 1993  david d `zoo' zuhn  (zoo@rtl.cygnus.com)
19575         * Makefile.in ({AR,RANLIB}_FOR_TARGET): make contingent on
19576         presence of {ar,ranlib} instead of a configured directory
19578 Wed Sep 15 08:41:44 1993  Jim Kingdon  (kingdon@cirdan.cygnus.com)
19580         * config.guess: Accept 34?? as well as 33?? for NCR.
19582 Mon Sep 13 12:28:43 1993  david d `zoo' zuhn  (zoo@rtl.cygnus.com)
19584         * configure.in: grab mt-hppa for HPPA targets; use 'gas ' instead
19585         of 'gas' in sed commands, since 'gash' is now in the tree as well.
19587 Fri Sep 10 11:23:52 1993  david d `zoo' zuhn  (zoo@rtl.cygnus.com)
19589         * configure: grab values for $(CC) and $(CXX) from the
19590         environment, so that someone can do "CC=gcc configure; make" and
19591         have it work right (matching the way that autoconf works now)
19593         * configure.in, Makefile.in: add support for gash, the tcl
19594         interface to Galaxy
19596         * config.guess: add NetBSD variants (hp300, x86)
19598 Thu Sep  9 16:48:52 1993  Jason Merrill  (jason@deneb.cygnus.com)
19600         * install.sh: Support -d option (in the manner of SunOS 4 install,
19601         as it is more deterministic than that of GNU install)
19602         (chmodcmd): Set file to mode 755 by default (should also do default
19603         chgrp and chown, but I don't feel like dealing with that now)
19605 Tue Sep  7 11:59:39 1993  Doug Evans  (dje@canuck.cygnus.com)
19607         * config.sub: Remove h8300hhms alias.
19609 Tue Aug 31 11:00:09 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
19611         * configure.in: Match *-*-solaris2* not *-sun-solaris2*.
19613 Mon Aug 30 18:29:10 1993  david d `zoo' zuhn  (zoo@rtl.cygnus.com)
19615         * Makefile.in (gcc-no-fixedincludes): touch stmp-fixproto as well
19616         as stmp-fixinc
19618 Wed Aug 25 16:35:59 1993  K. Richard Pixley  (rich@sendai.cygnus.com)
19620         * config.sub: recognize m88110-bug-coff.
19622 Tue Aug 24 10:23:24 1993  david d `zoo' zuhn  (zoo@rtl.cygnus.com)
19624         * Makefile.in (all-libio): all dependencies on the toolchain used
19625         to build this (gcc, gas, ld, etc)
19627 Fri Aug 20 17:24:24 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
19629         * config.guess: Deal with OSF/1 1.3 on alpha.
19631 Thu Aug 19 11:43:04 1993  david d `zoo' zuhn  (zoo@rtl.cygnus.com)
19633         * install.sh: add some 'else true' clauses for portability
19635         * configure.in: don't build libio for h8[35]00-*-* targets
19637 Tue Aug 17 19:02:31 1993  Per Bothner  (bothner@kalessin.cygnus.com)
19639         * Makefile.in:  Add support for new libio.
19641 Sun Aug 15 20:48:55 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
19643         * install.sh: If one command fails, don't try the rest.  Don't try
19644         to remove $dsttmp (via trap) unless we have already created it.
19645         If $src doesn't exist, detect it and exit with an error.
19647         * config.guess: Recognize BSD on hp300.
19649 Wed Aug 11 18:35:13 1993  Per Bothner  (bothner@kalessin.cygnus.com)
19651         * config.guess:  Map (9000/[34]??:HP-UX:*:*) to m68k-hp-hpux.
19652         Bug report from "Hamish (H.I.) Macdonald" <hamish@bnr.ca>.
19654 Wed Aug 11 15:37:51 1993  Jason Merrill  (jason@deneb.cygnus.com)
19656         * Makefile.in (all-send-pr): depends on all-prms
19658 Wed Aug 11 16:56:03 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
19660         * config.guess: Fix typo (9000/8??:4.3bsd -> 9000/7??:4.3bsd).
19662 Fri Aug  6 14:45:02 1993  Ian Lance Taylor  (ian@tweedledumb.cygnus.com)
19664         * config.guess: From michael@mercury.cs.mun.ca (Michael Rendell):
19665         Added test for mips-mips-riscos5.
19667 Thu Aug  5 15:45:08 1993  david d `zoo' zuhn  (zoo@rtl.cygnus.com)
19669         * configure.in: use mh-hp300 for 68k HP hosts
19671 Mon Aug  2 11:56:53 1993  david d `zoo' zuhn  (zoo@rtl.cygnus.com)
19673         * configure: add support for CONFIG_SHELL, so that you can use
19674         some alternate shell for evaluating configure scripts
19676 Sun Aug  1 11:36:27 1993  Fred Fish  (fnf@deneb.cygnus.com)
19678         * Makefile.in (make-gdb.tar.gz):  Sed bug reporting address
19679         in configure script to bug-gdb@prep.ai.mit.edu when building
19680         distribution archive.
19681         * Makefile.in (COMPRESS):  Remove def.
19682         * Makefile.in (gdb.tar.gz, make-gdb.tar.gz):  Renamed from
19683         gdb.tar.Z and make-gdb.tar.Z respectively.
19684         * Makefile.in (make-gdb.tar.gz):  Now only build gzip'd archive.
19685         * Makefile.in (make-gdb.tar.gz):  Minor changes to move closer
19686         to convergence with 'taz' target in Makefile.in.
19688 Fri Jul 30 12:34:57 1993  david d `zoo' zuhn  (zoo@rtl.cygnus.com)
19690         * install.sh (dsttmp): use trap to ensure that tmp files go
19691         away on error conditions
19693 Wed Jul 28 11:57:36 1993  david d `zoo' zuhn  (zoo@rtl.cygnus.com)
19695         * Makefile.in (BASE_FLAGS_TO_PASS): remove LOADLIBES
19697 Tue Jul 27 12:43:40 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
19699         * Makefile.in (install-dirs): Deal with a prefix like /gnu;
19700         its parent is '/' not ''.
19702         * Makefile.in (DEVO_SUPPORT): Add comments about ChangeLog.
19704 Fri Jul 23 09:53:37 1993  Jason Merrill  (jason@wahini.cygnus.com)
19706         * configure: if ${newsrcdir}/configure doesn't exist, don't assume
19707         that ${newsrcdir}/configure.in does.
19709 Tue Jul 20 11:28:50 1993  david d `zoo' zuhn  (zoo@rtl.cygnus.com)
19711         * test-build.mk: support for CONFIG_SHELL
19713 Mon Jul 19 21:54:46 1993  Fred Fish  (fnf@deneb.cygnus.com)
19715         * config.sub (netware):  Add as a basic system type.
19717 Wed Jul 14 12:03:11 1993  K. Richard Pixley  (rich@sendai.cygnus.com)
19719         * Makefile.in (Makefile): depend on configure.in.  Also drop the
19720           $(srcdir)/ from the dependency on Makefile.in.
19722 Tue Jul 13 20:10:58 1993  Doug Evans  (dje@canuck.cygnus.com)
19724         * config.sub: Recognize h8300hhms as h8300h-hitachi-hms.
19725         (h8300hhms is temporary until multi-libraries are implemented).
19726         * configure.in: Handle h8300h too.
19728 Sun Jul 11 17:35:27 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
19730         * config.guess: Recognize dpx/2 as m68k-bull-sysv3.
19732 Thu Jul  8 18:26:12 1993  John Gilmore  (gnu@cygnus.com)
19734         * configure:  Remove extraneous output when guessing host type.
19735         * config.guess:  Remove extraneous output when guessing using C
19736         compiler rather than uname, or when guessing fails.
19738 Wed Jul  7 17:58:14 1993  david d `zoo' zuhn  (zoo at rtl.cygnus.com)
19740         * Makefile.in: remove all.cross and install.cross targets
19742         * configure: remove CROSS=-DCROSS_COMPILE and ALL=all.cross
19743           definitions
19745 Tue Jul  6 10:39:44 1993  Steve Chamberlain  (sac@phydeaux.cygnus.com)
19747         * configure.in (target sh): Build gprof.
19749 Thu Jul  1 16:52:56 1993  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
19751         * config.sub: change -solaris to -solaris2
19753 Thu Jul  1 15:46:16 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
19755         * configure.in: Use config/mh-riscos for mips-*-sysv*.
19757 Wed Jun 30 09:31:58 1993  Ian Lance Taylor  (ian@cygnus.com)
19759         * configure: Correct error message for missing Makefile.in to
19760         print correct directory.
19762 Tue Jun 29 13:52:16 1993  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
19764         * install.sh: kludge around 386BSD shell bug
19766 Tue Jun 29 13:06:49 1993  Per Bothner  (bothner@rtl.cygnus.com)
19768         * config.guess:  Recognize NeXT.
19769         * config.guess:  Recognize i486-ncr-sysv4.
19770         * Makefile.in (taz):  rm $(TOOL)-$$VER before linking.
19772 Tue Jun 29 12:50:57 1993  Ian Lance Taylor  (ian@cygnus.com)
19774         * Makefile.in (MAKEINFOFLAGS): New variable.
19775         (FLAGS_TO_PASS): Pass MAKEINFO as MAKEINFO MAKEINFOFLAGS.
19776         * build-all.mk, test-build.mk: Pass down --no-split as
19777         MAKEINFOFLAGS when hosted on DOS.  Compile DOS hosted without -g.
19779 Thu Jun 24 13:39:11 1993  Per Bothner  (bothner@rtl.cygnus.com)
19781         * Makefile.in (DEVO_SUPPORT):  Add COPYING COPYING.LIB install.sh.
19783 Wed Jun 23 12:59:21 1993  Per Bothner  (bothner@rtl.cygnus.com)
19785         * Makefile.in (libg++.tar.z):  New rule.
19786         * Makefile.in (taz):  Replace 'configure -rm' by 'make distclean'.
19787         * Makefile.in (taz):  Only do a single chmod.
19789 Fri Jun 18 12:03:10 1993  david d `zoo' zuhn  (zoo at majipoor.cygnus.com)
19791         * install.sh: don't use dirname anymore (replaced with sed usage)
19793 Thu Jun 17 18:43:42 1993  Fred Fish  (fnf@cygnus.com)
19795         * Makefile.in:  Change extension for gzip'd files from '.z' to
19796         '.gz' per new FSF standard usage.
19798 Thu Jun 17 16:58:50 1993  david d `zoo' zuhn  (zoo at majipoor.cygnus.com)
19800         * configure: put quotes around the final value of program_transform_name
19802 Tue Jun 15 16:48:51 1993  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
19804         * Makefile.in: new install.sh support; update install-info rules
19806 Wed Jun  9 12:31:34 1993  Ian Lance Taylor  (ian@cygnus.com)
19808         * configure.in: Build diff for crosses, but not for go32 host.
19810         * configure.in: Build gprof only for native, and don't build it
19811         for mips-*-*, rs6000-*-*, or i[34]86-*-sco*.
19813 Mon Jun  7 13:12:11 1993  david d `zoo' zuhn  (zoo at deneb.cygnus.com)
19815         * configure.in: don't build gas,ld,binutils on for *-*-sysv4
19817 Mon Jun  7 11:40:11 1993  Brendan Kehoe  (brendan@lisa.cygnus.com)
19819         * configure.in (host_tools): Add prms.
19821 Fri Jun  4 13:30:42 1993  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
19823         * Makefile.in: install gcc, do installation of $(INSTALL_MODULES)
19824         with $(FLAGS_TO_PASS) on the command line
19826         * config.sub: Recognize lynx and lynxos
19828 Fri Jun  4 10:59:56 1993  Ian Lance Taylor  (ian@cygnus.com)
19830         * config.sub: Accept -ecoff*, not just -ecoff.
19832 Thu Jun  3 17:38:54 1993  Ken Raeburn  (raeburn@cambridge.cygnus.com)
19834         * Makefile.in (taz): Use .gz suffix instead of .z.
19835         (binutils.tar.gz, gas+binutils.tar.gz, gas.tar.gz): Fixed target
19836         names.
19838 Thu Jun  3 00:27:06 1993  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
19840         * Makefile.in (vault-install): add an 'else true' (for Ultrix)
19842 Wed Jun  2 18:19:16 1993  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
19844         * Makefile.in (install-no-fixedincludes):  install gcc last, so
19845         that rebuilds that might happen during 'make install' don't get
19846         bogus gcc include files
19848 Wed Jun  2 16:14:10 1993  Ken Raeburn  (raeburn@cambridge.cygnus.com)
19850         Change from Utah for HPPA support:
19851         * config.guess: Recognize hppa1.x-hp-bsd.
19853 Wed Jun  2 11:53:33 1993  Per Bothner  (bothner@rtl.cygnus.com)
19855         * config.guess:  Add support for Motorola Delta 68k, up to r3v7.
19856         Patch from pot@fly.cnuce.cnr.it (Francesco Potorti`).
19858 Tue Jun  1 17:48:42 1993  Rob Savoye  (rob at darkstar.cygnus.com)
19860         * config.sub: Add support for rom68k and bug boot monitors.
19862 Mon May 31 09:36:37 1993  Jim Kingdon  (kingdon@cygnus.com)
19864         * Makefile.in: Make all-opcodes depend on all-bfd.
19866 Thu May 27 08:05:31 1993  Ian Lance Taylor  (ian@cygnus.com)
19868         * config.guess: Added special check for i[34]86-univel-sysv4*.
19870 Wed May 26 16:33:40 1993  Ian Lance Taylor  (ian@cygnus.com)
19872         * config.guess: For i[34]86-unknown-sysv4 use UNAME_MACHINE for
19873         the processor rather than assuming i486.
19875 Wed May 26 09:40:18 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
19877         * config.guess: Recognize SunOS6 as Solaris3.
19879 Tue May 25 23:03:11 1993  Per Bothner  (bothner@cygnus.com)
19881         * config.guess:  Fix typo.  Avoid #elif (not in K&R 1).
19882         Recognize SunOS 5.* only (and not [6-9].*) as being Solaris2.
19884 Tue May 25 12:44:18 1993  Ian Lance Taylor  (ian@cygnus.com)
19886         * build-all.mk (all-cross): New target for Canadian Cross.
19887         Added Q2 go32 targets.
19888         * test-build.mk: Configure go32 cross sparclite-aout and
19889         mips-idt-ecoff -with-gnu-ld.  Moved build binary directory from
19890         PARTIAL_HOLE_DIRS to BUILD_HOLES_DIRS.
19892 Mon May 24 15:30:06 1993  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
19894         * configure.in: fix Alpha GDB typo; also, don't build DejaGnu for
19895         GO32 hosted toolchains
19897 Mon May 24 14:18:41 1993  Rob Savoye  (rob at darkstar.cygnus.com)
19899         * configure: change  so "-exec-prefix" gets passed down rather
19900         than "-exec_prefix" so autoconf generated Makefiles get the
19901         exec_prefix set right.
19903 Fri May 21 10:42:25 1993  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
19905         * config.guess: get the Solaris2 minor version number
19907         * Makefile.in: add standards.texi and make-stds.texi to ETC_SUPPORT
19909 Fri May 21 06:20:52 1993  Brendan Kehoe  (brendan@lisa.cygnus.com)
19911         * config.guess: Recognize some Sequent platforms.
19913 Thu May 20 14:33:48 1993  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
19915         * Makefile.in: added the vault-install target
19917         * configure.in: actually use the Sun3 makefile fragment that's in
19918         config, also added the release dir to configdirs
19920 Thu May 20 14:19:18 1993  Ken Raeburn  (raeburn@cambridge.cygnus.com)
19922         * Makefile.in (taz): Fix modes on stuff in $(TOOL) dir also.
19924 Tue May 18 20:26:41 1993  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
19926         * configure.in: remove some program from Alpha targetted toolchains
19928 Tue May 18 15:23:19 1993  Ken Raeburn  (raeburn@cygnus.com)
19930         * Makefile.in (DISTSTUFFDIRS): Renamed from PROTODIRS.  Add ld and
19931         gprof.
19932         (taz): Run "make diststuff" in those directories instead of "make
19933         proto-dir".  Look for "VERSION=" only at start of line in subdir
19934         Makefile.  Use "gzip -9" for compression.
19935         (TEXINFO_SUPPORT, DIST_SUPPORT, BINUTILS_SUPPORT_DIRS): New vars.
19936         (binutils.tar.z): New target.
19938 Mon May 17 17:01:15 1993  Ken Raeburn  (raeburn@deneb.cygnus.com)
19940         * Makefile.in (taz): Include gpl.texinfo.
19942 Fri May 14 06:48:38 1993  Ken Raeburn  (raeburn@deneb.cygnus.com)
19944         * Makefile.in (setup-dirs): Merged into "taz" target.
19945         (taz): Only do `proto-dir' stuff if a directory is actually needed
19946         for this target.
19948 Wed May 12 13:09:44 1993  Ian Lance Taylor  (ian@cygnus.com)
19950         * Makefile.in (MUNCH_NM): New variable, defined to be $(NM).
19951         (FLAGS_TO_PASS): Pass down MUNCH_NM.
19952         (HOST_CC, HOST_PREFIX, HOST_PREFIX_1): New variables.
19953         (EXTRA_GCC_FLAGS): Pass down HOST_* variables.
19954         (gcc-no-fixedincludes): Correct for current gcc Makefile.
19956 Tue May 11 10:14:25 1993  Fred Fish  (fnf@cygnus.com)
19958         * Makefile.in (make-gdb.tar.Z):  Add configure, config.guess,
19959         config.sub, and move-if-change to gdb testsuite distribution
19960         archive, so the testsuite can be extracted, configured, and
19961         run separately from the gdb distribution.  Blow away the Chill
19962         tests that require a Chill compiled executable, since GNU Chill
19963         is not yet publically available.
19965 Mon May 10 17:22:26 1993  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
19967         * test-build.mk: set environment variables in a single command,
19968         instead of a list of assignments and exports
19970         * config.guess: recognize Alpha/OSF1 systems
19972 Mon May 10 14:55:51 1993  K. Richard Pixley  (rich@rtl.cygnus.com)
19974         * configure: Change help message to prefer --options rather than
19975           -options.
19977 Mon May 10 05:58:35 1993  Ken Raeburn  (raeburn@kr-pc.cygnus.com)
19979         * config.sub: Convergent Tech. "miniframe" uses m68010, sez
19980         zippy@ecst.csuchico.edu.
19981         * config.guess: Recognize miniframe.
19983 Sun May  9 17:47:57 1993  Rob Savoye  (rob at darkstar.cygnus.com)
19985         * Makefile.in: Use srcroot to find runtest rather than rootme.
19986         Pass RUNTESTFLAGS and EXPECT down in BASE_FLAGS_TO_PASS.
19988 Fri May  7 14:55:59 1993  Ian Lance Taylor  (ian@cygnus.com)
19990         * test-build.mk: Extensive additions to support building on a
19991         machine other than the host.
19993 Wed May  5 08:35:04 1993  Ken Raeburn  (raeburn@deneb.cygnus.com)
19995         * configure (tooldir): Fix for i386-aix again.
19997 Mon May  3 19:00:27 1993  Per Bothner  (bothner@cygnus.com)
19999         * configure, Makefile.in:  Change definition of $(tooldir)
20000         to match the FSF.
20002 Fri Apr 30 15:55:21 1993  Fred Fish  (fnf@cygnus.com)
20004         * config.guess:  Recognize i[34]86/SVR4.
20006 Fri Apr 30 15:52:46 1993  Steve Chamberlain  (sac@thepub.cygnus.com)
20008         * Makefile.in (all-gdb): gdb depends on sim.
20010 Thu Apr 29 23:30:48 1993  Fred Fish  (fnf@cygnus.com)
20012         * Makefile.in (gdb.tar.Z):  Make prototype gdb testsuite directory
20013         at the same time we make the prototype gdb directory.
20014         * Makefile.in (make-gdb.tar.Z):  Make the testsuite distribution
20015         files at the same time as the gdb base release distribution.
20017 Thu Apr 29 12:50:37 1993  Ian Lance Taylor  (ian@cygnus.com)
20019         * Makefile.in (check): Use individual check targets rather than
20020         DO_X rule.
20021         (check-gcc): Added.
20023 Thu Apr 29 09:50:07 1993  Jim Kingdon  (kingdon@cygnus.com)
20025         * config.sub: Use sysv3.2 not sysv32 for canonical OS
20026         for System V release 3.2.
20028 Thu Apr 29 10:33:22 1993  Ken Raeburn  (raeburn@cambridge.cygnus.com)
20030         * config.sub: Recognize hppaosf.
20031         * configure.in: Do configure ld/binutils/gas for it.
20033 Tue Apr 27 06:25:34 1993  Ken Raeburn  (raeburn@kr-pc.cygnus.com)
20035         * configure (tooldir): Alter syntax used to set this, for systems
20036         where "\$" isn't handled right, like i386-aix.
20038 Thu Apr 22 08:17:35 1993  Ian Lance Taylor  (ian@cygnus.com)
20040         * configure: Pass program-transform-name, not
20041         program_transform_name, to recursive configures.
20043 Thu Apr 22 02:58:21 1993  Ken Raeburn  (raeburn@cygnus.com)
20045         * Makefile.in (gas+binutils.tar.z): New rule for building snapshots
20046         of gas+ld+binutils.
20048 Mon Apr 19 17:41:30 1993  Per Bothner  (bothner@cygnus.com)
20050         * config.guess:  Recognize AIX3.2 as distinct from 3.1.
20052 Sat Apr 17 17:19:50 1993  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
20054         * configure.in: rename m88k-motorola-m88kbcs to m88k-motorola-sysv
20056 Tue Apr 13 16:52:16 1993  Brendan Kehoe  (brendan@lisa.cygnus.com)
20058         * Makefile.in (PRMS): Set back to all-prms.
20060 Sat Apr 10 12:04:07 1993  Ian Lance Taylor  (ian@cygnus.com)
20062         * test-build.mk: Pass -with-gnu-as for known MIPS native and MIPS
20063         targets, rather than for MIPS hosts.
20065 Fri Apr  9 13:51:06 1993  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
20067         * configure.in: add comment for --with-x default values
20069         * config.guess: handle Motorola Delta88 box for SVR3 and SVR4.
20071         * Makefile.in: add check-* targets for each of the directories in
20072         the tree.  Add a definition of RUNTEST that will use the one we
20073         just built, if it exists.  Pass this down via FLAGS_TO_PASS.
20075 Thu Apr  8 09:21:30 1993  Ian Lance Taylor  (ian@cygnus.com)
20077         * configure.in: Removed obsolete references to bfd_target and
20078         target_makefile_frag.
20080         * build-all.mk: Set assorted targets for Q2.
20081         * config.sub: Recognize z8k-sim and h8300-hms.
20082         * test-build.mk: Really don't pass host to configure.
20083         (HOLES): Added uname.
20085 Wed Apr  7 15:48:19 1993  Ian Lance Taylor  (ian@cygnus.com)
20087         * configure: Handle an empty program-prefix, program-suffix or
20088         program-transform-name correctly.
20090 Tue Apr  6 13:48:41 1993  Ian Lance Taylor  (ian@cygnus.com)
20092         * build-all.mk: -G 8 no longer required for MIPS targets.
20093         * test-build.mk: Don't pass host argument to configure; make it
20094         guess.
20096 Tue Apr  6 10:36:53 1993  Fred Fish  (fnf@cygnus.com)
20098         * Makefile.in (gdb.tar.Z):  Fix for building gzip'd distribution.
20099         * Makefile.in (COMPRESS):  New macro, like GZIP.
20101 Fri Apr  2 09:02:31 1993  Ian Lance Taylor  (ian@cygnus.com)
20103         * test-build.mk: Use -with-gnu-as for mips-sgi-irix4 as well.
20105         * build-all.mk: Set GCC to gcc -O -G 8 for MIPS targets, since gcc
20106         with gas currently defaults to -G 0.
20108 Thu Apr  1 08:25:42 1993  Ian Lance Taylor  (ian@cygnus.com)
20110         * Makefile.in (all-flex): flex depends on byacc.
20112         * build-all.mk: If host not specified, use config.guess.  Pass TAG
20113         to test-build.mk as RELEASE_TAG.
20114         * test-build.mk (configargs): New variable containing arguments to
20115         pass to configure.  Set to -with-gnu-as on mips-dec-ultrix.
20116         (FLAGS_TO_PASS): Pass down RELEASE_TAG.
20118         * config.guess: Use /bin/uname when checking -X argument on SCO,
20119         to avoid invoking GNU uname which doesn't understand -X.
20121         * test-build.mk: Don't use /usr/unsupported/bin/as on AIX.
20123         * configure.in: Build gas for mips-*-*.
20125 Wed Mar 31 21:20:58 1993  K. Richard Pixley  (rich@rtl.cygnus.com)
20127         * Makefile.in (all.normal): insert missing backslash.
20129 Wed Mar 31 12:31:56 1993  Ian Lance Taylor  (ian@cygnus.com)
20131         * build-all.mk: Bump -XNh value to 1500 to match gcc requirements.
20133         * Makefile.in: Complete overhaul to merge many almost identical
20134         targets.
20136 Tue Mar 30 20:17:01 1993  Ken Raeburn  (raeburn@cambridge.cygnus.com)
20138         * Makefile.in (setup-dirs-gdb): Renamed from setup-dirs.
20139         (gdb.tar.Z): Adjusted.
20141         * Makefile.in (setup-dirs, taz): New targets; should be general
20142         enough to adapt for gdb sometime.  Build only .z file.
20143         (gas.tar.z): New target.
20145 Tue Mar 30 10:03:09 1993  Ian Lance Taylor  (ian@cygnus.com)
20147         * build-all.mk: Use CC=cc -Xs on Solaris.
20149 Thu Mar 25 15:14:30 1993  Fred Fish  (fnf@cygnus.com)
20151         * Makefile.in:  Incorporate changes suggested by wilson@cygnus.com
20152         for handling BISON for FSF releases.
20154 Thu Mar 25 06:19:48 1993  Ken Raeburn  (raeburn@kr-pc.cygnus.com)
20156         * configure: Actually implement the change zoo just documented.
20158 Wed Mar 24 13:02:44 1993  david d `zoo' zuhn  (zoo at poseidon.cygnus.com)
20160         * configure: when using config.guess, only set target_alias when
20161         it's not already been set (ie, on the command line)
20163 Mon Mar 22 23:07:39 1993  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
20165         * Makefile.in: add installcheck target, set PRMS to install-prms
20167 Sun Mar 21 16:46:12 1993  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
20169         * configure: add support for package_makefile_fragment, handle the
20170         case where a directory has a configure.in file but no Makefile.in
20171         more gracefully (with an actual understandable error message, even);
20172         add support for --without (and add this to the usage message); also
20173         explicitly add a --host=${host_alias} to the command line when
20174         config.guess is used
20176 Sun Mar 21 12:11:58 1993  Jim Wilson  (wilson@sphagnum.cygnus.com)
20178         * configure: Must use both --host and --target in recursive calls.
20180 Thu Mar 18 12:31:35 1993  Ian Lance Taylor  (ian@cygnus.com)
20182         * Makefile.in: Change deja-gnu to dejagnu.
20184 Mon Mar 15 15:44:35 1993  Ian Lance Taylor  (ian@cygnus.com)
20186         * configure.in (h8300-*-*, h8500-*-*): Don't build libg++.
20188 Fri Mar 12 18:30:14 1993  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
20190         * configure.in: canonicalize all instances to *-*-solaris2*,
20191         also strip out a number of tools to not build for go32 host
20193 Wed Mar 10 12:08:27 1993  K. Richard Pixley  (rich@rtl.cygnus.com)
20195         * config.guess: add GPL.
20197         * Makefile.in, config.guess, config.sub, configure: bump
20198           copyrights to 93.
20200 Wed Mar 10 07:12:48 1993  Ian Lance Taylor  (ian@cygnus.com)
20202         * Makefile.in (do-info): Removed obsolete check for existence of
20203         localenv file.
20205         * Makefile.in (MAKEOVERRIDES): Define to be empty.
20207 Wed Mar 10 03:11:56 1993  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
20209         * Makefile.in: a couple of 'else true' for decstation,
20210         support for TclX
20212         * configure.in: configure tclX too; don't remove Tk on RS/6000 anymore
20214 Tue Mar  9 16:06:12 1993  K. Richard Pixley  (rich@cygnus.com)
20216         * Makefile.in (setup-dirs): change invocation of make to $(MAKE).
20218 Mon Mar  8 14:52:11 1993  Ken Raeburn  (raeburn@cambridge)
20220         * config.guess: Recognize i386-ibm-aix (PS/2).
20221         * configure.in: Use config/mh-aix386 file for it.
20223 Mon Mar  8 11:12:43 1993  Ian Lance Taylor  (ian@cygnus.com)
20225         * Makefile.in (GCC_FOR_TARGET): Eliminated definition; use
20226         CC_FOR_TARGET instead.
20227         (BASE_FLAGS_TO_PASS): Pass GCC_FOR_TARGET=$(CC_FOR_TARGET).
20229 Wed Mar  3 16:00:28 1993  Steve Chamberlain  (sac@ok.cygnus.com)
20231         * Makefile.in: Add sim to list of directories sent with gdb
20233 Wed Mar  3 11:42:39 1993  Ken Raeburn  (raeburn@cygnus.com)
20235         * configure.in: Put back mips-dec-bsd* case.
20237 Tue Mar  2 21:15:58 1993  Fred Fish  (fnf@cygnus.com)
20239         (Ultrix 2.2 support from Michael Rendell <michael@mercury.cs.mun.ca>)
20240         * configure.in (vax-*-ultrix2*):  Add Ultrix 2.2 triplet.
20241         * config.guess:  Change 'VAX*:ULTRIX:*:*' to 'VAX*:ULTRIX*:*:*'.
20243 Tue Mar  2 18:11:03 1993  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
20245         * configure.in: remove no-op mips-dec-bsd* in "case $target"
20247         * Makefile.in (dir.info): only run gen-info-dir if it exists,
20248         (install-info): install dir.info only if it exists,
20249         (all-expect, install-expect): pass along X11_FLAGS_TO_PASS
20251 Tue Mar  2 09:01:30 1993  Ken Raeburn  (raeburn@cygnus.com)
20253         * configure.in: For vms target, skip bfd, ld, binutils.  Do build
20254         gas for mips-dec-bsd.
20256 Tue Mar  2 08:35:24 1993  Ian Lance Taylor  (ian@cygnus.com)
20258         * configure (makesrcdir): If ${srcdir} is relative and not ".",
20259         and ${subdir} is not ".", set makesrcdir based on ${invsubdir}.
20261 Tue Feb 23 14:18:28 1993  Mike Werner  (mtw@poseidon.cygnus.com)
20263         * configure.in: Added "dejagnu" to hosttools list.
20265 Mon Feb 22 23:28:38 1993  Per Bothner  (bothner@rtl.cygnus.com)
20267         * config.sub, configure.in, config.guess:  Add support
20268         for Bosx, an AIX variant from Bull.
20269         Patches from F.Pierresteguy@frcl.bull.fr.
20271 Sun Feb 21 11:15:22 1993  Mike Werner  (mtw@poseidon.cygnus.com)
20273         * devo/dejagnu: Initial creation of devo/dejagnu.
20274         Migrated dejagnu testcases and support files for testing software
20275         tools to reside as subdirectories, currently called "testsuite",
20276         within the directory of the software tool.  Migrated all programs,
20277         support libraries, etc. beloging to dejagnu proper from
20278         devo/deja-gnu to devo/dejagnu.  These files were moved "as is"
20279         with no modifications.  The changes to these files which will
20280         allow them to configure, build, and execute properly will be made
20281         in a future update.
20283 Fri Feb 19 20:19:39 1993  Brendan Kehoe  (brendan@lisa.cygnus.com)
20285         * Makefile.in: Change send_pr to send-pr.
20286         * configure.in: Likewise.
20287         * send_pr: Renamed directory to send-pr.
20289 Fri Feb 19 19:00:13 1993  Per Bothner  (bothner@cygnus.com)
20291         * Makefile.in:  Add some extra semi-colons (needed if SHELL=bash).
20293 Fri Feb 19 00:59:33 1993  John Gilmore  (gnu@cygnus.com)
20295         * README:  Update for gdb-4.8 release.
20296         * Makefile.in (gdb.tar.Z):  Add texinfo/tex3patch.  Build
20297         gdb-xxx.tar.z (gzip'd) file also.
20299 Thu Feb 18 09:16:17 1993  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
20301         * Makefile.in: make all-diff depend on all-libiberty
20303 Tue Feb 16 16:06:31 1993  K. Richard Pixley  (rich@cygnus.com)
20305         * config.guess: add vax-ultrix in the spirit of mips-ultrix.
20307 Tue Feb 16 05:57:15 1993  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
20309         * configure.in, Makefile.in: add hello, tar, gzip, recode, indent
20311 Tue Feb 16 00:58:20 1993  John Gilmore  (gnu@cygnus.com)
20313         * Makefile.in (DEVO_SUPPORT):  Remove etc directory
20314         (ETC_SUPPORT):  Only add the files GDB wants from etc/.
20315         (gdb.tar.Z):  Use ETC_SUPPORT.  Use byacc when building the file.
20317 Thu Feb 11 20:14:28 1993  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
20319         * Makefile.in:  makeinfo binary is in a new location
20321 Tue Feb  9 12:42:27 1993  Ian Lance Taylor  (ian@cygnus.com)
20323         * config.sub: Accept -ecoff as an OS.
20325         * Makefile.in: Various changes to eliminate a level of make
20326         recursion and reduce the required command line length.
20327         (BASE_FLAGS_TO_PASS): New variable holding flags passed to all
20328         sub-makes.
20329         (EXTRA_HOST_FLAGS, EXTRA_TARGET_FLAGS, EXTRA_GCC_FLAGS): New
20330         variables holding settings for specific sub-makes.
20331         (FLAGS_TO_PASS, TARGET_FLAGS_TO_PASS, GCC_FLAGS_TO_PASS): Rewrote
20332         in terms of BASE_FLAGS_TO_PASS.
20333         (TARGET_LIBS): New variable listing directories which use
20334         TARGET_FLAGS_TO_PASS.
20335         (subdir_do): Eliminated.
20336         (do-*): New set of targets to replace subdir_do.
20337         (various): All targets which used subdir_do now depend on do-*.
20338         (local-clean): Renamed from do_clean.
20339         (local-distclean): New target, dependency of distclean and
20340         realclean.
20341         (install-info): Don't create directories.  Depend on dir.info
20342         rather than calling make recursively.
20343         (install-dir.info): Eliminated.
20344         (install-info-dirs): Create all info directories here.
20345         (dir.info): Depend upon do-install-info.
20347         * test-build.mk (HOLES): Added false.
20349 Sat Feb  6 14:05:09 1993  Per Bothner  (bothner@rtl.cygnus.com)
20351         * config.guess:  Recognize BSDI and BSDJ (Jolitz 386bsd).
20353 Thu Feb  4 20:49:18 1993  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
20355         * Makefile.in (info): remove dependency on all-texinfo.  The
20356         problem was really in texinfo/C, not at this level.
20358 Thu Feb  4 13:38:41 1993  Ian Lance Taylor  (ian@cygnus.com)
20360         * Makefile.in (info): Added dependency on all-texinfo (PR 2112).
20362 Thu Feb  4 01:50:53 1993  John Gilmore  (gnu@cygnus.com)
20364         * Makefile.in (make-gdb.tar.Z):  Change BISON to 'bison -y' for
20365         GDB releases.
20367 Wed Feb  3 17:22:16 1993  Ken Raeburn  (raeburn@cambridge.cygnus.com)
20369         * configure: Include srcdir in message about target of link not
20370         being found.  Don't convert `-' to `_' in `with' options being
20371         passed to subdirs.
20373 Tue Feb  2 18:57:59 1993  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
20375         * configure.in: add uudecode to host_tools
20377         * Makefile.in: added {all,install}-uudecode targets, added them to
20378         the appropriate lists
20380 Tue Feb  2 11:45:53 1993  Ian Lance Taylor  (ian@cygnus.com)
20382         * Makefile.in (all-gcc): Added dependency on all-gas.
20384         * configure.in (mips-*-*): Build ld and binutils.
20386 Mon Feb  1 12:35:41 1993  K. Richard Pixley  (rich@rtl.cygnus.com)
20388         * configure: check return code from mkdir, print error message and
20389           exit on failure.
20391 Sat Jan 30 16:40:28 1993  John Gilmore  (gnu@cygnus.com)
20393         * Makefile.in (make-gdb.tar.Z):  New location for texinfo.tex.
20395 Thu Jan 28 15:09:59 1993  Ian Lance Taylor  (ian@cygnus.com)
20397         * test-build.mk (HOLES): Added tar, cpio and uudecode.
20399 Wed Jan 27 16:50:32 1993  Jim Wilson  (wilson@sphagnum.cygnus.com)
20401         * config.sub (h8500):  Recognize this as a cpu type.
20403 Sat Jan 23 20:32:01 1993  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
20405         * configure: source directory missing is no longer a warning
20407         * configure.in: recognize irix[34]* instead of irix[34]
20409         * Makefile.in: define and pass down X11_LIB
20411 Sat Jan 23 13:49:40 1993  Per Bothner  (bothner@cygnus.com)
20413         * guess-systype: Renamed to ...
20414         * config.guess:  ... by popular request.
20415         * configure.in, Makefile.in:  Update accordingly.
20417 Thu Jan 21 12:20:55 1993  Per Bothner  (bothner@cygnus.com)
20419         * guess-systype:  Patches from John Eaton <jwe@che.utexas.edu>:
20420         + Add Convex, Cray/Unicos, and Encore/Multimax support.
20421         + Execute ./dummy instead of assuming . is in PATH.
20423 Tue Jan 19 17:18:06 1993  Per Bothner  (bothner@cygnus.com)
20425         * guess-systype:  New shell script.  Attempts to guess the
20426         canonical host name of the executing host.
20427         Only a few hosts are supported so far.
20428         * configure:  Call guess-systype if no host is specified.
20430 Tue Jan 19 08:26:07 1993  Ian Lance Taylor  (ian@cygnus.com)
20432         * Makefile.in (gcc-no-fixedincludes): Made to work with current
20433         gcc Makefile.
20435 Fri Jan 15 10:27:02 1993  Ian Lance Taylor  (ian@cygnus.com)
20437         * Makefile.in (GCC_FLAGS_TO_PASS): New variable.
20438         (all-gcc, install-gcc, subdir_do): Use it.
20440 Wed Jan 13 17:06:45 1993  Jim Wilson  (wilson@sphagnum.cygnus.com)
20442         * Makefile.in: Rename uninstalled gcc driver from gcc to xgcc.
20444 Wed Jan  6 20:29:16 1993  Mike Werner  (mtw@rtl.cygnus.com)
20446         * Makefile.in: Removed explicit setting of SUBDIRS. SUBDIRS is now
20447           set exclusively by configure, using configure.in .
20449 Wed Jan  6 13:44:11 1993  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
20451         * test-build.mk: set $PATH for all builds
20453         * Makefile.in: pass TARGET_FLAGS_TO_PASS for xiberty and libm
20455 Wed Jan  6 11:02:10 1993  Fred Fish  (fnf@cygnus.com)
20457         * Makefile.in (GCC_FOR_TARGET):  Supply a default that matches
20458         the one used in gcc/Makefile.in, so that a null expansion doesn't
20459         override the one needed to build gcc with a native cc.
20461 Tue Jan  5 07:55:12 1993  Ken Raeburn  (raeburn@cambridge.cygnus.com)
20463         * configure: Accept -with arguments.
20465 Sun Jan  3 15:15:09 1993  Steve Chamberlain  (sac@thepub.cygnus.com)
20467         * Makefile.in: added h8300sim
20469 Tue Dec 29 15:06:00 1992  Ian Lance Taylor  (ian@cygnus.com)
20471         * build-all.mk: If canonhost is i386-unknown-sco3.2v4, change it
20472         to i386-sco3.2v4.  Set TARGETS and CFLAGS for i386-sco3.2v4.
20473         (all-cygnus, native, build-cygnus): Make
20474         $(canonhost)-stamp-3stage-done, not $(host)....
20475         * test-build.mk (stamp-3stage-compared): Use tail +10c for
20476         i386-sco3.2v4.  Added else true to if command.
20478 Mon Dec 28 12:08:56 1992  Ken Raeburn  (raeburn@cygnus.com)
20480         * config.sub: (from FSF) Sequent uses a BSD-like OS.
20482 Mon Dec 28 08:32:06 1992  Minh Tran-Le  (mtranle@paris.intellicorp.com)
20484         * configure.in (i[34]86-*-isc*): added; uses mh-sysv.
20486 Thu Dec 24 17:26:24 1992  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
20488         * configure.in: don't remove binutils from Solaris builds
20490 Thu Dec 24 14:08:38 1992 david d`zoo' zuhn  (zoo@cygnus.com)
20492         * Makefile.in: get rid of earlier definitions for *clean,
20493         also handle the recursive info rule better
20495 Thu Dec 24 12:40:21 1992  Per Bothner  (bothner@rtl.cygnus.com)
20497         * Makefile.in (mostlyclean, distclean, realclean):  Fix to
20498         do more-or-less the right thing.
20500 Wed Dec 16 10:25:31 1992  Ian Lance Taylor  (ian@cygnus.com)
20502         * Makefile.in: Add lines defining CC and CXX, and use CXX rather
20503         than gcc in definitions of CXX_FOR_BUILD and CXX_FOR_TARGET.
20505 Tue Dec 15 00:34:32 1992  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
20507         * Makefile.in: change all $(host_cpu)-$(host_vendor)-$(host_os) to
20508         $(host_canonical).
20510         * configure.in: split the configdirs list into 4 categories (native
20511         v. cross, library v. tool) and handle the cross-only and native-
20512         only in more reasonable (and correct!) way.
20514 Mon Dec 14 17:04:22 1992  Stu Grossman  (grossman at cygnus.com)
20516         * configure.in (hppa*-*-*):  Don't remove bfd and gdb from
20517         configdirs anymore.
20519 Sun Dec 13 00:37:26 1992  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
20521         * Makefile.in: extensive cleanup::  removed all of the explicit
20522         clean-* targets, collapsed many wrappers around subdir_do into
20523         one, added additional targets to satisfy standards.texi, deleted
20524         some old targets, some changes for consistency
20526 Fri Dec 11 20:18:02 1992  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
20528         * configure.in: handle some programs as cross-only, and others as
20529         native only
20531         * test-build.mk: handle partial holes in a more generic manner
20533         * Makefile.in: m4 depends on libiberty
20535 Thu Dec  3 21:52:11 1992  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
20537         * configure.in: add m4, textutils, fileutils, sed, shellutils,
20538         time, wdiff, and find to configdirs
20540         * Makefile.in: all, clean, and install rules for the new programs
20541         added to configure.in
20543 Mon Nov 30 14:54:34 1992  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
20545         * configure.in: use mh-sun for all *-sun-* hosts
20547 Fri Nov 27 18:35:54 1992  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
20549         * Makefile.in: define flags for X11 include files and library file
20550         locations, pass them down to the programs that need this info
20552         * build-all.mk: added a 'native' target, to 3stage the native toolchain
20554 Sun Nov 22 18:59:13 1992  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
20556         * configure.in: start building libg++ for HP-UX targets
20558 Wed Nov 18 19:33:11 1992  John Gilmore  (gnu@cygnus.com)
20560         * README:  Update references to files moved into etc/.
20562 Sun Nov 15 09:36:08 1992  Fred Fish  (fnf@cygnus.com)
20564         * config.sub (i386sol2, i486sol2):  i[34]86-unknown-solaris2.
20565         * configure.in (i[34]86-*-solaris2*):  Use config/mh-sysv4.
20567 Thu Nov 12 08:50:42 1992  Ian Lance Taylor  (ian@cygnus.com)
20569         * configure: accept dash as well as underscore in long option
20570         names for FSF compatibility.
20572 Wed Nov 11 08:04:37 1992  Ian Lance Taylor  (ian@cygnus.com)
20574         * config.sub: added -sco3.2v4 support from FSF.
20576 Sun Nov  8 21:14:30 1992  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
20578         * configure.in: expand the section that adds or removes
20579         directories from the list of programs to build, to handle native
20580         vs. cross in addition to host v. native
20582 Sat Nov  7 18:52:27 1992  Per Bothner  (bothner@rtl.cygnus.com)
20584         * Makefile.in:  Replace C++ in macro names with CXX.
20585         This is less likely to break ...
20587 Sat Nov  7 15:16:58 1992  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
20589         * test-build.mk: add -w to GNU_MAKE
20591 Fri Nov  6 23:10:37 1992  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
20593         * config.sub: remove 'sparc'-->'sparc-sun' default transformation,
20594         add 'sparc' to list of recognized cpus.  This needed to make
20595         'sparc-aout' expand to 'sparc-unknown-aout' instead of 'sparc-sun-aout'.
20596         Delete some redundant ose68 variants.  Recognize -wrs as an os,
20597         then changes that into $CPU-wrs-vxworks.
20599         * configure.in: remove most references to gdbtest, regularize
20600         target based program removal
20602         * test-build.mk: import from p3 tree (many fixes and changes)
20604 Fri Nov  6 20:59:00 1992  david d `zoo' zuhn  (zoo@cygnus.com)
20606         * Makefile.in: added rules to handle tcl, tk, and expect
20608         * configure.in: handle those directories if they exist
20610 Thu Nov  5 14:35:41 1992  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
20612         * config.sub: removed bogus hppabsd and hppahpux names, since
20613         "hppa" is not a valid cpu (hppa1.1 or hppa1.0 are, though)
20615 Thu Oct 29 00:12:41 1992  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
20617         * Makefile.in: all-gcc now depends on all-binutils.  all-libg++
20618         depends upon all-xiberty
20620         * Makefile.in: changes from p3, including:
20622         Thu Oct  8 15:00:17 1992  Ian Lance Taylor  (ian@cygnus.com)
20624         * Makefile.in (XTRAFLAGS): include newlib directories if
20625         newlib/Makefile exists, rather than if host != target.
20627         Fri Sep 25 13:41:52 1992  Ian Lance Taylor  (ian@cygnus.com)
20629         * Makefile.in: added -nostdinc to XTRAFLAGS if we are using gcc
20630         from the same source tree and not building a cross-compiler.  This
20631         matters for the libg++ configuration if reconfiguring a tree that
20632         has already been installed.
20634         Thu Sep 10 10:35:51 1992  Ian Lance Taylor  (ian@cygnus.com)
20636         * Makefile.in: added -I for newlib/targ-include to XTRAFLAGS, to
20637         pick up the machine and system specific header files.
20639         * Makefile.in: added AS_FOR_TARGET, passed down in
20640         TARGET_FLAGS_TO_PASS.  Added CC_FOR_BUILD, which is intended to be
20641         the C compiler to use to create programs which are run in the
20642         build environment, set it to default to $(CC), and passed it down
20643         in FLAGS_TO_PASS and TARGET_FLAGS_TO_PASS.
20645         Mon Sep  7 22:34:42 1992  Ian Lance Taylor  (ian@cirdan.cygnus.com)
20647         * Makefile.in: add $(host) = $(target) tests back to *_FOR_TARGET.
20648         We need them for unusual native builds, like systems without
20649         ranlib.
20651         * configure: also define $(host_canonical) and
20652         $(target_canonical), which are the full, canonical names for the
20653         given host and target
20655 Sun Nov  1 16:38:17 1992  Per Bothner  (bothner@cygnus.com)
20657         * Makefile.in:  Added separate definitions for C++.
20659 Fri Oct 30 11:37:52 1992  Fred Fish  (fnf@cygnus.com)
20661         * configure.in (configdirs):  Add deja-gnu.
20663 Fri Oct 23 00:39:18 1992  John Gilmore  (gnu@cygnus.com)
20665         * README:  Update for configure.texi and gdb-4.7 release.
20667 Wed Oct 21 21:54:27 1992  John Gilmore  (gnu@cygnus.com)
20669         * Makefile.in:  Move "all" target to top of file.
20670         Previously, first target was ".PHONY" which caused BSD4.4 make
20671         to build .PHONY when make was run without arguments.
20673 Mon Oct 19 01:17:54 1992  John Gilmore  (gnu@cygnus.com)
20675         * Makefile.in:  Add COPYING.LIB to GDB releases, now that there's
20676         Library-copylefted code in libiberty.
20678 Tue Oct 13 01:22:32 1992  John Gilmore  (gnu@cygnus.com)
20680         * config.sub:  Replace m68kmote with plain old m68k.
20682 Fri Oct  9 03:14:24 1992  John Gilmore  (gnu@cygnus.com)
20684         * Makefile.in:  Remove space from blank line, avoid Make complaints.
20686 Thu Oct  8 18:41:45 1992  Ken Raeburn  (raeburn@cygnus.com)
20688         * config.sub: Complain if no argument is given.  Added support for
20689         386bsd as OS and target alias.
20691 Thu Oct  8 15:07:22 1992  Ian Lance Taylor  (ian@cygnus.com)
20693         * Makefile.in (XTRAFLAGS): include newlib directories if
20694         newlib/Makefile exists, rather than if host != target.
20696 Mon Oct  5 03:00:09 1992  Mark Eichin  (eichin at tweedledumber.cygnus.com)
20698         * config.sub: recognize sparclite-wrs-vxworks.
20700         * Makefile.in (install-xiberty): added *-xiberty make rules (from
20701         p3.) Added clean-xiberty to clean.
20703 Thu Oct  1 17:59:19 1992  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
20705         * configure.in: use *-*-* instead of nested cases for host and target
20707 Tue Sep 29 14:11:18 1992  Ian Lance Taylor  (ian@cygnus.com)
20709         * Makefile.in: added -nostdinc to XTRAFLAGS if we are using gcc
20710         from the same source tree and not building a cross-compiler.  This
20711         matters for the libg++ configuration if reconfiguring a tree that
20712         has already been installed.
20714 Sep 20 08:53:10 1992  Fred Fish  (fnf@cygnus.com)
20716         * config.sub (i486v/i486v4):  Merge in from FSF version.
20718 Fri Sep 18 00:32:00 1992  Mark Eichin  (eichin@cygnus.com)
20720         * configure: only set PWD if it is already set.
20722 Thu Sep 17 23:05:53 1992  Mark Eichin  (eichin@cygnus.com)
20724         * configure: just set PWD=`pwd` at the top, since Ultrix sh
20725         doesn't have unset and all success paths (and most error paths)
20726         out set it anyway. (Note: should change all uses of ${PWD=`pwd`}
20727         to just ${PWD} to avoid confusion.)
20729 Tue Sep 15 16:00:54 1992  Ian Lance Taylor  (ian@cygnus.com)
20731         * configure: always set $(tooldir) to $(libdir)/$(target_alias),
20732         even for a native compilation.
20734 Tue Sep 15 02:22:56 1992  John Gilmore  (gnu@cygnus.com)
20736         Changes to make the gdb.tar.Z rule work better.
20738         * Makefile.in (GDB_SUPPORT_DIRS):  Add opcodes.
20739         (DEVO_SUPPORT):  Add configure.texi.
20740         (bfd-ilrt.tar.Z):  Remove ancient rule.
20742 Thu Sep 10 10:43:19 1992  Ian Lance Taylor  (ian@cygnus.com)
20744         * Makefile.in: added -I for newlib/targ-include to XTRAFLAGS, to
20745         pick up the machine and system specific header files.
20747         * configure.in, config.sub: added new target m68010-adobe-scout,
20748         with alias of adobe68k.  Changed configure.in to check for
20749         -scout before -sco* to avoid a false match.
20751         * Makefile.in: added AS_FOR_TARGET, passed down in
20752         TARGET_FLAGS_TO_PASS.  Added CC_FOR_BUILD, which is intended to be
20753         the C compiler to use to create programs which are run in the
20754         build environment, set it to default to $(CC), and passed it down
20755         in FLAGS_TO_PASS and TARGET_FLAGS_TO_PASS.
20757 Wed Sep  9 12:21:42 1992  Ian Lance Taylor  (ian@cygnus.com)
20759         * Makefile.in: added TARGET_FLAGS_TO_PASS, CC_FOR_TARGET,
20760         AR_FOR_TARGET, RANLIB_FOR_TARGET, NM_FOR_TARGET.  Pass
20761         TARGET_FLAGS_TO_PASS, which defines CC, AR, RANLIB and NM as the
20762         FOR_TARGET variants, to newlib and libg++.
20764 Tue Sep  8 17:28:30 1992  Ken Raeburn  (raeburn@cambridge.cygnus.com)
20766         * Makefile.in (all-gas, all-gdb): Require all-opcodes to be built
20767         first.
20769 Wed Sep  2 02:50:05 1992  John Gilmore  (gnu@cygnus.com)
20771         * config.sub:  Accept `elf' as an environment.
20773 Tue Sep  1 15:48:30 1992  Steve Chamberlain  (sac@thepub.cygnus.com)
20775         * Makefile.in (all-opcodes):  cd into the right directory
20777 Sun Aug 30 21:12:11 1992  Ian Lance Taylor  (ian@cygnus.com)
20779         * configure: added -program_transform_name option, used as
20780         argument to sed when installing programs.
20781         configure.texi: added documentation for -program_prefix,
20782         -program_suffix and -program_transform_name.
20784 Thu Aug 27 21:59:44 1992  John Gilmore  (gnu@cygnus.com)
20786         * config.sub:  Accept i486 where i386 ok.
20788 Thu Aug 27 13:04:42 1992  Brendan Kehoe  (brendan@rtl.cygnus.com)
20790         * config.sub: accept we32k
20792 Mon Aug 24 14:05:14 1992  Ian Lance Taylor  (ian@cygnus.com)
20794         * config.sub, configure.in: accept OSE68000 and OSE68k.
20796         * Makefile.in: don't create all directories for ``make install'';
20797         let the subdirectories create the ones they need.
20799 Tue Aug 11 23:13:17 1992  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
20801         * COPYING: new file, GPL v2
20803 Tue Aug  4 01:12:43 1992  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
20805         * Makefile.in: use the new gen-info-dir, which needs a template
20806         argument (which also lives in texinfo)
20808         * configure.texi, standards.texi: fix INFO-DIR-ENTRY
20810 Mon Aug  3 00:34:17 1992  Fred Fish  (fnf@cygnus.com)
20812         * config.sub (ncr3000):  Change i386 to i486.
20814 Thu Jul 23 00:12:17 1992  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
20816         * Makefile.in: add install-rcs, install-grep to
20817         install-no-fixedincludes, removed install-bison and install-libgcc
20819 Tue Jul 21 01:01:50 1992  david d `zoo' zuhn (zoo@cygnus.com)
20821         * configure.in: grab the HPUX makefile fragment if on HPUX
20823 Mon Jul 20 11:02:09 1992  D. V. Henkel-Wallace  (gumby@cygnus.com)
20825         * Makefile.in: eradicate bison spoor (ditto libgcc).
20826          configure.in: recognise m68{k,000}-ericsson-OSE.
20827          es1800 is alias for m68k-ericsson-OSE
20829 Sun Jul 19 17:49:02 1992  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
20831         * configure.in: rearrange the parts that remove programs from
20832         configdirs, based now on HOST==TARGET or by canonical triple.
20834 Fri Jul 17 22:52:49 1992  K. Richard Pixley  (rich@rtl.cygnus.com)
20836         * test-build.mk: recurse explicitly with -f test-build.mk when
20837           appropriate.  predicate stage3 and comparison on the existence
20838           of gcc.  That is, if gcc isn't around, we aren't three-staging.
20839           On very clean, also remove ...stamp-co.  Build in-place before
20840           doing other builds.
20842 Thu Jul 16 18:33:09 1992  Steve Chamberlain  (sac@thepub.cygnus.com)
20844         * Makefile.in, configure.in: add tgas
20846 Thu Jul 16 16:05:28 1992  K. Richard Pixley  (rich@rtl.cygnus.com)
20848         * Makefile.in: a number of changes merged in from progressive.
20850         * configure.in: add libm.
20852         * .cvsignore: ignore some stuff that comes from test-build.mk.
20854 Tue Jul  7 00:24:52 1992  Fred Fish  (fnf@cygnus.com)
20856         * config.sub:  Add es1800 (m68k-ericsson-es1800).
20858 Tue Jun 30 20:24:41 1992  D. V. Henkel-Wallace  (gumby@cygnus.com)
20860         * configure: Add program_suffix (parallel to program_prefix)
20861         * Makefile.in: adjust directory-creating script for losing decstation
20863 Mon Jun 22 23:43:48 1992  Per Bothner  (bothner@cygnus.com)
20865         * configure:  Minor $subdir-related fixes.
20867 Mon Jun 22 18:30:26 1992  Steve Chamberlain  (sac@thepub.cygnus.com)
20869         * configure: fix various problems with propogating
20870         makefile_target_frag in subdirs.
20871         * configure.in: config libgcc if its there
20873 Fri Jun 19 15:19:40 1992  Stu Grossman  (grossman at cygnus.com)
20875         * config.sub:  HPPA merge.
20877 Sun Jun 14 10:29:19 1992  John Gilmore  (gnu at cygnus.com)
20879         * Makefile.in:  Replace all-bison with all-byacc in all
20880         dependency lines for other tools (which now use byacc).
20882 Fri Jun 12 22:21:57 1992  John Gilmore  (gnu at cygnus.com)
20884         * config.sub:  Add sun4sol2 => sparc-sun-solaris2.
20886 Thu Jun  4 12:07:32 1992  Mark Eichin  (eichin@cygnus.com)
20888         * Makefile.in: make gprof rules similar to byacc rules (instead of
20889         vestigal $(unsubdir) that didn't work...)
20891 Thu Jun  4 00:37:05 1992  Per Bothner  (bothner@rtl.cygnus.com)
20893         * config.sub:  Add support for Linux.
20894         * Makefile.in:  Use $(FLAGS_TO_PASS) more consistently
20895         (at least for libg++).
20897 Tue Jun 02 20:03:00 1992  david d `zoo' zuhn (zoo@cygnus.com)
20899         * configure.texi: fix doc for the -nfp option to configure
20901 Tue Jun  2 17:20:52 1992  Michael Tiemann  (tiemann@cygnus.com)
20903         * Makefile.in (all-binutils): ar needs flex, so depend on all-flex.
20905 Sun May 31 15:04:08 1992  Mark Eichin  (eichin at cygnus.com)
20907         * config.sub: changed [^-]+ to [^-][^-]* so that it works under
20908         Sun sed. (BSD 4.3 sed doesn't handle [^-]+ either.)
20909         * configure.in: added solaris* host_makefile_frag hook.
20911 Sun May 31 01:10:34 1992  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
20913         * config.sub: changed recognition of m68000 so that various
20914         m68k types can be specified via m680[01234]0
20916 Sat May 30 21:01:06 1992  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
20918         * config.sub (basic_machine): fix sed so that '-foo' isn't
20919         completely substituted out while .+'-foo' loses the '-foo'
20921 Wed May 27 23:18:52 1992  Michael Tiemann  (tiemann@rtl.cygnus.com)
20923         * config.sub ($os): Add -aout.
20925 Fri May 22 14:00:02 1992  Per Bothner  (bothner@cygnus.com)
20927         * configure:  If host_makefile_frag is absolute, don't
20928         prefix ${invsubdir} (relevant to libg++ auto-configure).
20930 Thu May 21 18:00:09 1992  Michael Tiemann  (tiemann@rtl.cygnus.com)
20932         * Makefile.in (tooldir): Define it.
20933         (all-ld): Depend on all-flex.
20935 Sun May 10 21:45:59 1992  Per Bothner  (bothner@rtl.cygnus.com)
20937         * Makefile.in (check):  Fix libg++ special case.
20939 Fri May  8 08:31:41 1992  K. Richard Pixley  (rich@cygnus.com)
20941         * configure: do not bury `pwd` into config.status, thus do fewer
20942           pwd's.
20944         * configure: print the "Building in" message only when building in
20945           other than "." AND verbose.
20947         * configure: remove -s, rework -v to better accommodate guested
20948           configures.
20950         * standards.texi: updated to 3 may, fixed librid <-> libdir typo.
20952 Fri May  1 18:00:50 1992  K. Richard Pixley  (rich@cygnus.com)
20954         * Makefile.in: macroize flags passed on recursion.  remove
20955           fileutils.
20957 Thu Apr 30 08:56:20 1992  K. Richard Pixley  (rich@cygnus.com)
20959         * configure: get makesrcdir right for subdirs deeper than 1.
20961         * Makefile.in: pass INSTALL, INSTALL_DATA, INSTALL_PROGRAM on
20962           install.
20964 Fri Apr 24 15:51:51 1992  K. Richard Pixley  (rich@cygnus.com)
20966         * Makefile.in: don't print subdir_do or recursion lines.
20968 Fri Apr 24 15:22:04 1992  K. Richard Pixley  (rich@cygnus.com)
20970         * standards.texi: added menu item.
20972         * Makefile.in: build and install standards.info.
20974         * standards.texi: new file.
20976 Wed Apr 22 18:06:55 1992  K. Richard Pixley  (rich@rtl.cygnus.com)
20978         * configure: test for and move config.status pieces from
20979           ${subdir}/.
20981 Wed Apr 22 14:38:34 1992  Fred Fish  (fnf@cygnus.com)
20983         * configure:  Test for existance of files before trying to mv
20984         them, to avoid numerous non-existance messages.
20986 Tue Apr 21 12:31:33 1992  K. Richard Pixley  (rich@cygnus.com)
20988         * configure: correct final line of config.status.
20990         * configure: patch from eggert.  Avoids a protection problem if
20991           the original Makefile.in is read only.
20993         * configure: use move-if-change from gcc to create config.status.
20994           Some makefiles depend on config.status to tell if a directory
20995           has been reconfigured for a different host.  This change
20996           prevents those directories from remaking everything in the case
20997           where the reconfig was only intended to rebuild a Makefile.
20999         * configure: test for config.sub with "config.sub sun4" rather
21000           than "config.sub ${host_alias}".  Otherwise we can't tell a bad
21001           host alias from a missing config.sub.
21003 Mon Apr 20 18:16:36 1992  K. Richard Pixley  (rich@rtl.cygnus.com)
21005         * Makefile.in: explicitly pass CFLAGS on recursion. no longer pass
21006           MINUS_G (this can be done with CFLAGS).  Default CFLAGS to -g.
21008 Fri Apr 17 18:27:51 1992  Per Bothner  (bothner@cygnus.com)
21010         * configure: mkdir ${subdir} as needed.
21012 Wed Apr 15 17:37:22 1992  K. Richard Pixley  (rich@cygnus.com)
21014         * Makefile.in,configure.in: added autoconf.
21016 Wed Apr 15 17:27:34 1992  K. Richard Pixley  (rich@rtl.cygnus.com)
21018         * Makefile.in: no longer pass against on recursion.
21020         * Makefile.in: added .NOEXPORT: so that stray makefile_frag
21021           definitions are not inherited.
21023         * configure: correct makesrcdir when subdir is .
21025 Tue Apr 14 11:56:09 1992  Per Bothner  (bothner@cygnus.com)
21027         * configure:  Add support for 'subdirs' variable, which is
21028         like 'configdirs', except that configure doesn't re-invoke
21029         itself for subdirs, it just creates a Makefile for each subdir.
21030         * configure.texi:  Document subdirs.
21032 Mon Apr 13 18:50:16 1992  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
21034         * configure.in: added flex to configdirs
21036 Mon Apr 13 18:43:55 1992  K. Richard Pixley  (rich@cygnus.com)
21038         * Makefile.in: remove clean-stamps from clean.
21040 Sat Apr 11 03:52:03 1992  John Gilmore  (gnu at cygnus.com)
21042         * configure.in:  Add gdbtest to configdirs.
21044 Fri Apr 10 23:11:49 1992  Fred Fish  (fnf@cygnus.com)
21046         * Makefile.in (MINUS_G):  Add macro, default to -g, pass on
21047         to recursive makes.
21048         * configure.in:  Recognize new ncr3000 config.
21050 Wed Apr  8 23:08:12 1992  K. Richard Pixley  (rich@cygnus.com)
21052         * Makefile.in, configure.in: removed references to gdbm.
21054 Tue Apr  7 16:48:20 1992  Per Bothner  (bothner@cygnus.com)
21056         * config.sub:  Don't canonicalize os value
21057         newsos* to bsd (readline needs to check for newsos).
21058         (This fix was earlier made Jan 31, but got re-broken.)
21060 Mon Apr  6 14:34:08 1992  Stu Grossman  (grossman at cygnus.com)
21062         * configure.in:  sco is an os, not a vendor!
21064         * configure:  Quote $( better.  Keep various shells happy.
21066 Tue Mar 31 16:32:57 1992  K. Richard Pixley  (rich@cygnus.com)
21068         * Makefile.in: eliminate stamp-files.
21070 Mon Mar 30 22:20:23 1992  K. Richard Pixley  (rich@cygnus.com)
21072         * Makefile.in: add send_pr.  remove "force" from .stmp-gprof rule.
21073           Supress echoing of all the "if [ -d ... $(MAKE)" lines.
21075 Wed Mar 25 15:20:04 1992  Stu Grossman  (grossman@cygnus.com)
21077         * config.sub:  fix iris/iris3.
21079 Wed Mar 25 10:34:19 1992  K. Richard Pixley  (rich@cygnus.com)
21081         * configure: re-add -rm.
21083 Tue Mar 24 23:50:16 1992  K. Richard Pixley  (rich@cygnus.com)
21085         * Maskefile.in: add .stmp-rcs to all.
21087         * configure.in: remove gas from rs6000 build, use aix host fragment.
21089 Mon Mar 23 19:43:35 1992  K. Richard Pixley  (rich@cygnus.com)
21091         * configure: pass down site_option during recursion.
21093 Thu Mar 19 16:49:36 1992  Stu Grossman  (grossman at cygnus.com)
21095         * Makefile.in (all.cross):  Add .stmp-bfd .stmp-readline.
21097 Wed Mar 18 15:29:33 1992  Mike Stump  (mrs@cygnus.com)
21099         * configure: Change exec_prefix so that it really defaults to prefix.
21101 Sat Mar 14 17:20:38 1992  Fred Fish  (fnf@cygnus.com)
21103         * Makefile.in, configure.in:  Add support for mmalloc library.
21105 Fri Mar 13 18:44:18 1992  K. Richard Pixley  (rich@cygnus.com)
21107         * Makefile.in: add stmp dependencies for a few more things.
21109 Thu Mar 12 04:56:24 1992  K. Richard Pixley  (rich@cygnus.com)
21111         * configure: adjusted error message on objdir/srcdir configure
21112           collision, per john's suggestion.
21114         * Makefile.in: add libiberty stmp to all and all.cross.
21116 Wed Mar 11 02:07:52 1992  K. Richard Pixley  (rich@cygnus.com)
21118         * Makefile.in: remove force dependencies, add grep to all.
21120 Tue Mar 10 21:49:18 1992  K. Richard Pixley  (rich@mars.cygnus.com)
21122         * Makefile.in: drop flex.  make stamp files work.
21124         * configure: added test for conflicting configuration in srcdir,
21125           remove trailing slashes from srcdir.  Otherwise emacs gdb mode
21126           gets cranky.  use relative paths for configure and srcdir
21127           whenever possible.  Send some error messages to stderr that were
21128           going to stdout.
21130 Tue Mar 10 18:01:55 1992  Per Bothner  (bothner@cygnus.com)
21132         * Makefile.in:  Fix libg++ rule to check for gcc directory
21133         before using gcc/gcc.  Also pass XTRAFLAGS.
21135 Thu Mar  5 21:45:07 1992  K. Richard Pixley  (rich@sendai)
21137         * Makefile.in: added stmp-files so that directories aren't polled
21138           when they are already built.
21140         * configure.texi: fixed a node pointer problem.
21142 Thu Mar  5 12:05:58 1992  Stu Grossman  (grossman at cygnus.com)
21144         * config.sub configure.in gdb/configure.in
21145         gdb/mips-tdep.c gdb/mipsread.c gdb/procfs.c gdb/signame.h
21146         gdb/tm-irix3.h gdb/tm-mips.h gdb/xm-irix4.h gdb/config/mt-irix3
21147         gdb/config/mh-irix4 texinfo/configure.in:  Port to SGI Irix-4.x.
21149 Wed Mar  4 02:57:46 1992  K. Richard Pixley  (rich@rtl.cygnus.com)
21151         * configure: -recurring becomes -silent.  corrected help message
21152           for -site= option.
21154         * Makefile.in: mkdir $(exec_prefix) and $(tooldir).
21156 Tue Mar  3 14:51:21 1992  K. Richard Pixley  (rich@rtl.cygnus.com)
21158         * configure: when building Makefile for crosses, replace
21159           tooldir and program_prefix.  default srcdir from location of
21160           config.sub.  remove "for host in hosts" and "for target in
21161           targets" loops.
21163 Wed Feb 26 19:48:25 1992  K. Richard Pixley  (rich@rtl.cygnus.com)
21165         * Makefile.in: Do not pass bindir or mandir to cvs.
21167 Wed Feb 26 18:04:40 1992  K. Richard Pixley  (rich@cygnus.com)
21169         * Makefile.in, configure.in: removed traces of namesubdir,
21170           -subdirs, $(subdir), $(unsubdir), some rcs triggers.  Forced
21171           copyrights to '92, changed some from Cygnus to FSF.
21173         * configure.texi: remove most references to multiple hosts,
21174           multiple targets, subdirs, etc.
21176         * configure.man: removed rcsid. reference config.sub not
21177           config.subr.
21179         * Makefile.in: mkdir $(infodir) on install-info.
21181 Wed Feb 19 15:41:13 1992  John Gilmore  (gnu at cygnus.com)
21183         * configure.texi:  Explain better about .gdbinit and about
21184         the environment that configure.in sections run in.
21186 Fri Feb  7 07:55:00 1992  John Gilmore  (gnu at cygnus.com)
21188         * configure.in:  Ultrix is only a decstation if it's a MIPS.
21190 Fri Jan 31 21:54:51 1992  John Gilmore  (gnu at cygnus.com)
21192         * README:  DOC.configure => cfg-paper.texi.
21194 Fri Jan 31 21:48:18 1992  Stu Grossman  (grossman at cygnus.com)
21196         * config.sub (near case $os):  Don't convert newsos* to bsd!
21198 Fri Jan 31 02:27:32 1992  John Gilmore  (gnu at cygnus.com)
21200         * Makefile.in:  Reinstall change from gdb-4.3 that reduces
21201         the number of copies of COPYING that go into the GDB tar file.
21203 Thu Jan 30 16:17:30 1992  Stu Grossman  (grossman at cygnus.com)
21205         * bfd/configure.in, gdb/config/mh-i386sco,
21206         gdb/config/mt-i386v32, gdb/configure.in, readline/configure.in:
21207         Fix SCO configuration stuff.
21209 Tue Jan 28 23:51:07 1992  Per Bothner  (bothner at cygnus.com)
21211         * Makefile.in:  For libg++, make sure the -I pointing
21212         to the gcc directory goes *after* all the libg++-local -I flags.
21213         Also, move just-gcc dependency from just-libg++ to all-libg++.
21215 Tue Jan 28 12:56:24 1992  Stu Grossman  (grossman at cygnus.com)
21217         * configure:  Change -x to -f to keep Ultrix /bin/test happy.
21219 Sat Jan 18 17:45:11 1992  Stu Grossman  (grossman at cygnus.com)
21221         * Makefile.in (make-gdb.tar.Z):  Remove texinfo targets.
21223 Sat Jan 18 17:03:21 1992  Fred Fish  (fnf at cygnus.com)
21225         * config.sub:  Add stratus configuration frags.  Also
21226         submitted to FSF.
21228 Sat Jan 18 15:35:29 1992  Stu Grossman  (grossman at cygnus.com)
21230         * Makefile.in (DEV_SUPPORT):  add configure.man.
21232         * config.sub(Decode manufacturer-specific):  add -none*.
21234 Fri Jan 17 17:58:05 1992  Stu Grossman  (grossman at cygnus.com)
21236         * Makefile.in:  remove form feeds to make Sun's make happy.
21237         (DEVO_SUPPORT):  DOC.configure => cfg-paper.texi.
21239 Sat Jan  4 16:11:44 1992  John Gilmore  (gnu at cygnus.com)
21241         * Makefile.in (AR_FLAGS):  Make quieter.
21243 Thu Jan  2 22:57:12 1992  John Gilmore  (gnu at cygnus.com)
21245         * configure.in:  Add libg++.
21246         * configure:  When verbose, don't output the command line at each
21247         level; it will be unremarkably the same as the previous version,
21248         which will be the same as what the user typed.
21250 Fri Dec 27 16:26:47 1991  K. Richard Pixley  (rich at cygnus.com)
21252         * configure.in, Makefile.in: fix clean-info, add flex.  add
21253           fileutils.
21255         * configure: be less sensitive to spaces in Makefile.in.  Do not
21256           look for sources in "..".  Doing so breaks subdirectories that
21257           might have their own configure.  If a subdir has it's own
21258           configure script, use it.
21260 Thu Dec 26 16:30:26 1991  K. Richard Pixley  (rich at cygnus.com)
21262         * cfg-paper.texi: some changes suggested by rms.
21264 Thu Dec 26 10:13:36 1991  Fred Fish  (fnf at cygnus.com)
21266         * config.sub:  Merge in some small additions from the FSF version,
21267         taken from the gcc distribution, to bring the Cygnus and FSF
21268         versions into closer sync.
21270 Fri Dec 20 11:34:18 1991  Fred Fish  (fnf at cygnus.com)
21272         * configure.in:  Changed svr4 references to sysv4.
21274 Thu Dec 19 15:54:29 1991  K. Richard Pixley  (rich at cygnus.com)
21276         * configure: added -V for version number option.
21278 Wed Dec 18 15:39:34 1991  K. Richard Pixley  (rich at cygnus.com)
21280         * DOC.configure, cfg-paper.texi: revised, updated, and texinfo'd.
21281           renamed from DOC.configure to cfg-paper.texi.
21283 Mon Dec 16 23:05:19 1991  K. Richard Pixley  (rich at rtl.cygnus.com)
21285         * configure, config.subr, config.sub: config.subr is now
21286           config.sub again.
21288 Fri Dec 13 01:17:06 1991  K. Richard Pixley  (rich at cygnus.com)
21290         * configure.texi: new file, in progress.
21292         * Makefile.in: build info file and install the man page for
21293           configure.
21295         * configure.man: new file, first cut.
21297         * configure: find config.subr again now that configuration "none"
21298           has gone.  removed all traces of the -ansi option.  removed all
21299           traces of the -languages option.
21301         * config.subr: resync from rms.
21303 Wed Dec 11 22:25:20 1991  K. Richard Pixley  (rich at rtl.cygnus.com)
21305         * configure, config.sub, config.subr: merge config.sub into
21306           config.subr, call the result config.subr, remove config.sub, use
21307           config.subr.
21309         * Makefile.in: revised install for dir.info.
21311 Tue Dec 10 00:04:35 1991  K. Richard Pixley  (rich at rtl.cygnus.com)
21313         * configure.in: add decstation host makefile frag.
21315         * Makefile.in: BISON now bison -y again.  also install-gcc on
21316           install.  clean-gdbm on clean.  infodir belongs in datadir.
21317           Make directories for info install.  Build dir.info here then
21318           install it.
21320 Mon Dec  9 16:48:33 1991  K. Richard Pixley  (rich at rtl.cygnus.com)
21322         * Makefile.in: fix for bad directory tests.
21324 Sat Dec  7 00:17:01 1991  K. Richard Pixley  (rich at rtl.cygnus.com)
21326         * configure: \{1,2\} appears to be a sysv'ism.  Use a different
21327           regexp.  -srcdir relative was being handled incorrectly.
21329         * Makefile.in: unwrapped some for loops so that parallel makes
21330           work again and so one can focus one's attention on a particular
21331           package.
21333 Fri Dec  6 00:22:08 1991  K. Richard Pixley  (rich at rtl.cygnus.com)
21335         * configure: added PWD as a stand in for `pwd` (for speed). use
21336           elif wherever possible.  make -srcdir work without -objdir.
21337           -objdir= commented out.
21339 Thu Dec  5 22:46:52 1991  K. Richard Pixley  (rich at rtl.cygnus.com)
21341         * configure: +options become --options.  -subdirs commented out.
21342           added -host, -datadir.  Renamed -destdir to -prefix.  Comment in
21343           Makefile now at top of generated Makefile.  Removed cvs log
21344           entries.  added -srcdir.  create .gdbinit only if there is one
21345           in ${srcdir}.
21347         * Makefile.in: idestdir and ddestdir go away.  Added copyrights
21348           and shift gpl to v2.  Added ChangeLog if it didn't exist. docdir
21349           and mandir now keyed off datadir by default.
21351 Fri Nov 22 07:38:11 1991  K. Richard Pixley  (rich at rtl.cygnus.com)
21353         * Freshly created ChangeLog.
21356 Local Variables:
21357 mode: change-log
21358 left-margin: 8
21359 fill-column: 76
21360 version-control: never
21361 End: