[RS6000] Align .toc section
[official-gcc.git] / ChangeLog
blob53a176695fbd41ff47d984677df68d798ebaaf9b
1 2016-05-02  Bernd Edlinger  <bernd.edlinger@hotmail.de>
3         * configure.ac (mpfr): Remove pre-3.1.0 mpfr compatibility code.
4         * configure: Regenerated.
5         * Makefile.def (gmp): Explicitly disable assembler.
6         (mpfr): Adjust lib_path.
7         (mpc): Likewise.
8         * Makefile.in: Regenerated.
10 2016-05-01  Jakub Jelinek  <jakub@redhat.com>
12         PR bootstrap/70704
13         * configure.ac (--enable-stage1-checking): Add missing
14         --enable-checking=.
15         * configure: Regenerated.
17 2016-04-30  Oleg Endo  <olegendo@gcc.gnu.org>
19         * config.guess: Revert r235676.
20         * config.sub: Revert r235676.
22 2016-04-30  Oleg Endo  <olegendo@gcc.gnu.org>
24         * config.guess: Remove SH5 support.
25         * config.sub: Likewise.
26         * configure: Likewise.
27         * configure.ac: Likewise.
29 2016-04-26  Jakub Jelinek  <jakub@redhat.com>
31         PR bootstrap/70704
32         * configure.ac (--enable-stage1-checking): For --disable-checking or
33         implicit --enable-checking, make sure extra flag matches in between
34         stage1 and later checking.
35         * configure: Regenerated.
37 2016-04-22  Trevor Saunders  <tbsaunde+gcc@tbsaunde.org>
39         * .gitattributes: New file.
41 2016-04-22  Segher Boessenkool  <segher@kernel.crashing.org>
43         * MAINTAINERS (rs6000/powerpc port): Add myself.
45 2016-04-13  Segher Boessenkool  <segher@kernel.crashing.org>
47         PR bootstrap/70173
48         * Makefile.tpl (local-distclean): Delete the libcc1, gnattools,
49         and gotools directories.  Delete the stage_final file.
50         * Makefile.in: Regenerate.
52 2016-04-12  Andre Vieira  <andre.simoesdiasvieira@arm.com>
54         * MAINTAINERS (Write After Approval): Add myself.
56 2016-04-09  Steven G. Kargl  <kargl@gcc.gnu.org>
58         * MAINTAINERS (Fortran maintainer): Remove myself.
60 2016-04-04  Bill Seurer  <seurer@linux.vnet.ibm.com>
62         * MAINTAINERS (Write After Approval): Add myself.
64 2016-03-29  Kelvin Nilsen  <kdnilsen@linux.vnet.ibm.com>
66         * MAINTAINERS (Write After Approval): Add myself.
68 2016-03-17  Cary Coutant  <ccoutant@gmail.com>
70         Sync with binutils-gdb:
72         2016-03-17  Cary Coutant  <ccoutant@gmail.com>
74         * configure.ac: Add mips and s390 to the gold target check.
75         * configure: Regenerate.
77 2016-03-01  DJ Delorie  <dj@redhat.com>
79         * MAINTAINERS (mep): Remove myself as MeP maintainer.
81 2016-02-22  David Malcolm  <dmalcolm@redhat.com>
83         * MAINTAINERS (libcpp): Add myself.
84         (diagnostic messages): Likewise.
86 2016-02-20  Tom de Vries  <tom@codesourcery.com>
88         * MAINTAINERS: Fix whitespace.
90 2016-02-02  Claudiu Zissulescu  <claziss@synopsys.com>
92         * MAINTAINERS (Write After Approval): Add myself.
94 2016-01-29  Sebastian Pop  <s.pop@samsung.com>
96         * config/isl.m4: Add comments about isl-0.16.
97         * configure: Regenerate.
99 2016-01-29  Martin Jambor  <mjambor@suse.cz>
101         * MAINTAINERS (hsa maintainers): Add myself.
103 2015-01-27  Wilco Dijkstra  <wdijkstr@arm.com>
105         * MAINTAINERS: (Write After Approval): Add myself.
107 2016-01-25  Aditya Kumar  <aditya.k7@samsung.com>
108             Sebastian Pop  <s.pop@samsung.com>
110         * Makefile.in: Regenerate.
111         * Makefile.tpl: Export ISLVER.
112         * configure: Regenerate.
113         * config/isl.m4: Detect isl-0.15.
115 2016-01-24  Mikhail Maltsev  <maltsevm@gmail.com>
117         PR bootstrap/69329
118         * Makefile.tpl (BASE_FLAGS_TO_PASS): Add LSAN_OPTIONS.
119         * Makefile.in: Regenerate.
121 2016-01-12  Andris Pavenis  <andris.pavenis@iki.fi>
123         * configure.ac: Enable LTO for DJGPP
124         * configure: Regenerate
126 2016-01-12  H.J. Lu  <hongjiu.lu@intel.com>
128         Sync with binutils-gdb:
129         2015-10-21  Nick Clifton  <nickc@redhat.com>
131         PR gas/19109
132         * configure.ac: Note the 'none' is an acceptable argument to
133         --enable-compressed-debug-sections.
134         * configure: Regenerate.
136 2016-01-12  Bernd Edlinger  <bernd.edlinger@hotmail.de>
138         PR bootstrap/69134
139         * Makefile.def (mpfr): Disable assembler.
140         * Makefile.in: Regenerate.
142 2016-01-01  Ben Elliston  <bje@gnu.org>
144         * config.guess: Import version 2016-01-01.
145         * config.sub: Likewise.
147 2015-12-18  Sujoy Saraswati  <sujoy.saraswati@hpe.com>
149         * MAINTAINERS (Write After Approval): Add myself.
151 2015-12-17  Sebastian Pop  <s.pop@samsung.com>
153         * Makefile.in: Replace ISL with isl.
154         * Makefile.tpl: Same.
155         * config/isl.m4: Same.
156         * configure.ac: Same.
157         * contrib/download_prerequisites: Same.
158         * configure: Regenerate.
160 2015-12-17  Andris Pavenis  <andris.pavenis@iki.fi>
162         * MAINTAINERS (Write After Approval): Add Myself.
164 2015-12-17  Nathan Sidwell  <nathan@acm.org>
166         * config/isl.m4 (ISL_CHECK_VERSION): Add gmp libs.
167         * configure: Regenerate.
169 2015-12-16  Aditya Kumar  <aditya.k7@samsung.com>
170             Sebastian Pop  <s.pop@samsung.com>
172         * config/isl.m4 (ISL_CHECK_VERSION): Check for
173         isl_ctx_get_max_operations.
174         * configure: Regenerate.
176 2015-12-15  Alessandro Fanfarillo  <fanfarillo.gcc@gmail.com>
178         * MAINTAINERS (Write After Approval): Add myself.
180 2015-12-02  Ian Lance Taylor  <iant@google.com>
182         PR go/66147
183         * Makefile.tpl (HOST_EXPORTS): Add XGCC_FLAGS_FOR_TARGET.
184         * Makefile.in: Regenerate.
186 2015-12-01  Andreas Tobler  <andreast@gcc.gnu.org>
188         PR libffi/65726
189         * Makefile.def (lang_env_dependencies): Make libffi depend
190         on cxx.
191         * Makefile.in: Regenerate.
193 2015-11-26  David Edelsohn  <dje.gcc@gmail.com>
195         * m4/libtool.m4 (export_symbols_cmds) [AIX]: Add global TLS "L"
196         symbols.
198 2015-11-20  Tristan Gingold  <gingold@adacore.com>
200         Sync with binutils-gdb:
201         2015-11-20  Tristan Gingold  <gingold@adacore.com>
203         * configure.ac: Add aarch64-*-darwin* and arm-*-darwin*.
204         * configure: Regenerate.
206 2015-11-19  Martin Liska  <mliska@suse.cz>
208         * .gitignore: Add .clang-format to ignored files.
209         * Makefile.in: Add clang-format.
210         * Makefile.tpl: Likewise.
212 2015-11-13  Tsvetkova Alexandra  <aleksandra.tsvetkova@intel.com>
214         * configure.ac: Enable libmpx by default.
215         * configure: Regenerated.
217 2015-10-23  Steve Ellcey  <sellcey@imgtec.com>
219         * MAINTAINERS: Update email address.
221 2015-10-23  Paulo Matos  <pmatos@linki.tools>
223         * MAINTAINERS: Update email address.
225 2015-10-23  Alan Hayward <alan.hayward@arm.com>
227         * MAINTAINERS  (Write After Approval): Add myself.
229 2015-10-20  H.J. Lu  <hongjiu.lu@intel.com>
231         Sync with binutils-gdb:
232         2015-10-20  H.J. Lu  <hongjiu.lu@intel.com>
234         PR gas/19109
235         * configure.ac: Add
236         --enable-compressed-debug-sections={all,gas,gold,ld}.
237         * configure: Regenerated.
239 2015-10-16  Arnaud Charlet  <charlet@adacore.com>
241         * MAINTAINERS: Update list of Ada maintainers and email addresses.
243 2015-10-09  Martin Liska  <mliska@suse.cz>
245         * MAINTAINERS (Write After Approval): Add myself.
247 2015-10-09  Alexander Fomin <alexander.fomin@intel.com>
249         * MAINTAINERS (Write After Approval): Add myself.
251 2015-10-02  Florian Weimer  <fweimer@redhat.com>
253         * MAINTAINERS: Update email address.
255 2015-10-02  Louis Krupp <louis.krupp@zoho.com>
257         * MAINTAINERS  (Write After Approval): Add myself.
259 2015-09-20  Kai Tietz  <ktietz70@googlemail.com>
261         * MAINTAINERS: Update email.
263 2015-09-14  Bernd Schmidt  <bschmidt@redhat.com>
265         * MAINTAINERS: Update my email address.
267 2015-09-01  James Bowman  <james.bowman@ftdichip.com>
269         * MAINTAINERS (ft32 port): Add myself.
271 2015-08-28  David Sherwood  <david.sherwood@arm.com>
273         * MAINTAINERS: Add myself.
275 2015-08-27  Patrick Marlier  <patrick.marlier@gmail.com>
277         * MAINTAINERS (Write After Approval): Add myself.
279 2015-08-23  Francois-Xavier Coudert  <fxcoudert@gcc.gnu.org>
281         PR libfortran/54572
282         * Makefile.def: Make libgfortran depend on libbacktrace.
283         * Makefile.in: Regenerate.
285 2015-08-20  Simon Dardis  <simon.dardis@imgtec.com>
287         * MAINTAINERS (Write After Approval): Add myself.
289 2015-08-12  Tom de Vries  <tom@codesourcery.com>
291         PR other/67092
292         * configure.ac: Remove --with_host_libstdcxx support.
293         * configure: Regenerate.
295 2015-08-10  Thomas Schwinge  <thomas@codesourcery.com>
296             Jakub Jelinek  <jakub@redhat.com>
298         * configure.ac (noconfigdirs): Don't add "target-libgomp" for target
299         nvptx*-*-*.
300         * configure: Regenerate.
302 2015-08-06  Yaakov Selkowitz  <yselkowi@redhat.com>
304         * Makefile.def (libiconv): Define bootstrap=true.
305         Mark pdf/html/info as missing.
306         (configure-gcc): Depend on all-libiconv.
307         (all-gcc): Ditto.
308         (configure-libcpp): Ditto.
309         (all-libcpp): Ditto.
310         (configure-intl): Ditto.
311         (all-intl): Ditto.
312         * Makefile.in: Regenerate.
314 2015-08-03  Bin Cheng  <bin.cheng@arm.com>
316         * MAINTAINERS (loop ivopts): Add the entry and myself.
318 2015-07-31  Nathan Sidwell  <nathan@codesourcery.com>
320         * MAINTAINERS (nvptx): Add self.
322 2015-07-29  Alan Lawrence  <alan.lawrence@arm.com>
324         * config/aarch64/iterators.md (VRL2, VRL3, VRL4): Remove values for
325         128-bit vector modes.
327 2015-07-29  Ville Voutilainen  <ville.voutilainen@gmail.com>
329         * MAINTAINERS (Write After Approval): Add myself.
331 2015-07-28  Ben Elliston  <bje@gnu.org>
333         * config.sub, config.guess: Import from upstream.
335 2015-07-24  Michael Darling  <darlingm@gmail.com>
337         PR other/66259
338         * config-ml.in: Reflects renaming of configure.in to configure.ac
339         * configure: Likewise
340         * configure.ac: Likewise
342 2015-07-23  Bernd Schmidt  <bernds_cb1@t-online.de>
344         * MAINTAINERS: Update my email address.
346 2015-07-14  H.J. Lu  <hongjiu.lu@intel.com>
348         Sync with binutils-gdb:
349         2015-03-17  H.J. Lu  <hongjiu.lu@intel.com>
351         * configure.ac (target_configdirs): Exclude target-zlib if
352         target-libjava isn't built.
353         * configure: Regenerated.
355 2015-07-14  H.J. Lu  <hongjiu.lu@intel.com>
357         Sync with binutils-gdb:
358         2015-05-13  John David Anglin  <dave.anglin@bell.net>
360         * configure.ac: Disable configuration of GDB for HPUX targets.
361         * configure: Regenerate.
363         2015-04-01  H.J. Lu  <hongjiu.lu@intel.com>
365         * configure.ac: Add --with-system-zlib.
366         * configure: Regenerated.
368         2015-01-28  James Bowman  <james.bowman@ftdichip.com>
370         * configure.ac: Add FT32 support.
371         * configure: Regenerate.
373         2015-01-12  Anthony Green  <green@moxielogic.com>
375         * configure.ac: Don't disable gprof for moxie.
376         * configure: Rebuild.
378 2015-07-14  H.J. Lu  <hongjiu.lu@intel.com>
380         Sync with binutils-gdb:
381         2015-05-01  H.J. Lu  <hongjiu.lu@intel.com>
383         PR ld/18355
384         * Makefile.def: Add extra_configure_flags to host zlib.
385         * configure.ac (extra_host_zlib_configure_flags): New.  Set
386         to --enable-host-shared When bfd is to be built as shared
387         library.  AC_SUBST.
388         * Makefile.in: Regenerated.
390 2015-07-14  Hans-Peter Nilsson  <hp@bitrange.com>
392         Sync with src:
393         2015-03-30  H.J. Lu  <hongjiu.lu@intel.com>
394         * Makefile.def (dependencies): Add all-zlib to all-bfd.
395         * Makefile.in: Regenerated.
397 2015-06-30  H.J. Lu  <hongjiu.lu@intel.com>
399         * configure.ac (ospace_frag): Enable for i?86*-*-elfiamcu
400         target.
401         * configure: Regenerate.
403 2015-06-23  Ludovic Courtès  <ludo@gnu.org>
405         * MAINTAINERS (Write After Approval): Add myself.
407 2015-06-22  Andreas Tobler  <andreast@gcc.gnu.org>
409         * MAINTAINERS (OS Port Maintainers): Add myself.
410         (Various Maintainers): Remove myself from libffi testsuite.
412 2015-06-04  Richard Sandiford  <richard.sandiford@arm.com>
414         * MAINTAINERS (gen* on machine desc): Add self.
416 2015-06-02  Jason Merrill  <jason@redhat.com>
418         PR bootstrap/66319
419         * configure.ac: Use -std=gnu++98.
421 2015-06-02  Szabolcs Nagy  <szabolcs.nagy@arm.com>
423         * MAINTAINERS (Write After Approval): Add myself.
425 2015-05-28  Mike Frysinger  <vapier@gentoo.org>
427         * configure.ac (--vtable-verify): Use AS_HELP_STRING for help.
428         * configure: Regenerate.
430 2015-05-26  Jason Merrill  <jason@redhat.com>
432         * configure.ac: When bootstrapping with GCC, add -std=c++98 to CXX.
433         * configure: Regenerate.
435 2015-05-16  James Bowman  <james.bowman@ftdichip.com>
437         * configure.ac: FT32 target added.
438         * configure: Regenerated.
440 2015-05-16  Iain Buclaw  <ibuclaw@gdcproject.org>
442         * MAINTAINERS (Write After Approval): Add myself.
444 2015-05-11  Paulo Matos  <paulo@matos-sorge.com>
446         * MAINTAINERS (Write After Approval): Add myself.
448 2015-05-11  Paulo Matos  <paulo@matos-sorge.com>
450         * configure.ac: Fix typo.
451         * configure: Regenerate.
453 2015-05-10  Mikhail Maltsev  <maltsevm@gmail.com>
455         * MAINTAINERS (Write After Approval): Add myself.
457 2015-05-03  Matthias Klose  <doko@ubuntu.com>
459         * configure.ac: Match $host configured with triplets.
460         * configure: Regenerate.
462 2015-04-22  Bernhard Reutner-Fischer  <aldot@gcc.gnu.org>
464         * Makefile.tpl: Remove surplus whitespace throughout.
465         * Makefile.in: Regenerate.
467 2015-04-20  Segher Boessenkool  <segher@kernel.crashing.org>
469         * MAINTAINERS (Various Maintainers): Add myself as instruction
470         combiner maintainer.
472 2015-04-17  Jakub Jelinek  <jakub@redhat.com>
474         PR bootstrap/62077
475         * configure.ac (--enable-stage1-checking): Default to
476         release,misc,gimple,rtlflag,tree,types if --disable-checking
477         or --enable-checking is not specified and DEV-PHASE is not
478         experimental.
479         * configure: Regenerated.
481 2015-04-14  Max Ostapenko  <m.ostapenko@partner.samsung.com>
483         * Makefile.tpl (EXTRA_HOST_EXPORTS): New variables.
484         (EXTRA_BOOTSTRAP_FLAGS): Likewise.
485         (check-[+module+]): Add EXTRA_HOST_EXPORTS and EXTRA_BOOTSTRAP_FLAGS.
486         * Makefile.in: Regenerate.
488 2015-04-08  Cary Coutant  <ccoutant@gmail.com>
490         * MAINTAINERS: Update my email address.
492 2015-04-02  James Greenhalgh  <james.greenhalgh@arm.com>
494         * MAINTAINERS: Add myself as a reviewer for the AArch64 port.
496 2015-04-02  Kyrylo Tkachov  <kyrylo.tkachov@arm.com>
498         * MAINTAINERS: Add myself as an arm port reviewer.
500 2015-03-25  Martin Liska  <mliska@suse.cz>
501             Yury Gribov  <y.gribov@samsung.com>
503         * Makefile.in: Fix ln source location for vimrc file.
504         * Makefile.tpl: Likewise.
506 2015-03-09  Aldy Hernandez  <aldyh@redhat.com>
508         PR bootstrap/25672
509         * configure.ac: Do not initialize CFLAGS_FOR_TARGET from CFLAGS if
510         cross-compiling.  Similarly for CXX_FOR_TARGET.
511         * configure: Regenerate.
513 2015-03-10  Ilya Enkovich  <ilya.enkovich@intel.com>
515         * Makefile.def: Add libmpx.
516         * configure.ac: Add libmpx.
517         * Makefile.in: Regenerate.
518         * configure: Regenerate.
520 2015-03-06  Kirill Yukhin  <kirill.yukhin@intel.com>
522         * MAINTAINERS (CPU Port Maintainers): Add myself
523         i386 vector ISA extns mantainer.
525 2015-03-13  Jeff Law  <law@redhat.com>
527         * MAINTAINERS: Remove Paul Brook as a Fortran and ARM
528         maintainer.
529         Remove Richard Henderson as a maintainer for the x86 port.
531 2015-03-03  Joern Rennecke  <gnu@amylaar.uk>
533         * MAINTAINERS (CPU Port Maintainers): Update my email address.
535 2015-03-02  Ilya Enkovich  <ilya.enkovich@intel.com>
537         * MAINTAINERS (Various Maintainers): Add myself as libmpx,
538         pointer bounds checker and i386 MPX maintainer.
540 2015-02-26  Sandra Loosemore  <sandra@codesourcery.com>
542         * MAINTAINERS (Various Maintainers): Add self as docs co-maintainer.
544 2015-02-26  Martin Sebor  <msebor@redhat.com>
546         * MAINTAINERS (Various Maintainers): Add self.
548 2015-02-20  Thomas Schwinge  <thomas@codesourcery.com>
550         * configure.ac [--enable-as-accelerator-for] (enable_languages):
551         Make sure it contains lto.
552         * configure: Regenerate.
554 2015-02-18  Thomas Schwinge  <thomas@codesourcery.com>
556         * configure: Regenerate.
558 2015-02-06  Diego Novillo  <dnovillo@google.com>
560         * MAINTAINERS (Global Reviewers, Plugin, LTO, tree-ssa,
561         middle-end, docstring): Remove myself.
562         (Write After Approval): Add myself.
564 2015-02-02  Janis Johnson  <janis.marie.johnson@gmail.com>
566         * MAINTAINERS (Various Maintainers: testsuite): Remove myself.
567         (Write After Approval): Update address.
569 2015-01-29  David Malcolm  <dmalcolm@redhat.com>
571         PR jit/64780
572         * configure.ac: Require the user to explicitly specify
573         --enable-host-shared if the jit is enabled.
574         * configure: Regenerate.
576 2015-01-27  Robert Suchanek  <robert.suchanek@imgtec.com>
578         * MAINTAINERS (Write After Approval): Add myself.
580 2015-01-25  Tom de Vries  <tom@codesourcery.com>
582         * MAINTAINERS: Make whitespace consistent.
584 2015-01-23  Braden Obrzut  <admin@maniacsvault.net>
586         * MAINTAINERS (Write After Approval): Add myself.
588 2015-01-20  Andre Vehreschild  <vehre@gmx.de>
590         * MAINTAINERS: (Write After Approval): Add myself.
592 2015-01-15  Martin Uecker  <uecker@eecs.berkeley.edu>
594         * MAINTAINERS: (Write After Approval): Add myself.
596 2015-01-15  Philipp Tomsich  <ptomsich@theobroma-systems.com>
598         * MAINTAINERS: (Write After Approval): Add myself.
600 2015-01-13  Iain Sandoe  <iain@codesourcery.com>
602         * MAINTAINERS (Language Front Ends Maintainers): Add myself as an
603         objective-c/c++ front end maintainer.
605 2015-01-13  Marek Polacek  <polacek@redhat.com>
607         * MAINTAINERS (Reviewers): Add self as C front end reviewer.
609 2015-01-12  Jeff Law  <law@redhat.com>
611         * MAINTAINERS: Remove Stan Shebs as he has been inactive for
612         a very long time.
614 2015-01-09  Ian Lance Taylor  <iant@google.com>
616         * configure.ac (host_tools): Add gotools.
617         * Makefile.def (host_modules): Add gotools.
618         (dependencies): Add dependency of all-gotools on all-target-libgo.
620 2015-01-09  Andreas Tobler  <andreast@gcc.gnu.org>
622         * configure.ac: Don't add ${libgcj} for arm*-*-freebsd*.
623         * configure: Regenerate.
625 2015-01-08  Thomas Schwinge  <thomas@codesourcery.com>
627         * Makefile.def (dependencies) <all-target-liboffloadmic>: Depend on
628         all-target-libgomp.
629         * Makefile.in: Regenerate.
631 2015-01-06  Eric Botcazou  <ebotcazou@adacore.com>
633         * MAINTAINERS (CPU Port Maintainers): Add myself for Visium port.
635 2015-01-06  Eric Botcazou  <ebotcazou@adacore.com>
637         * configure.ac: Add Visium support.
638         * configure: Regenerate.
640 2015-01-04  Andreas Schwab  <schwab@linux-m68k.org>
642         * configure.ac: Use OBJCOPY for OBJCOPY_FOR_TARGET.
643         * configure: Regenerate.
645 2015-01-03  Andrew Pinski  <apinski@cavium.com>
647         * Makefile.def (flags_to_pass): Pass OBJCOPY_FOR_TARGET also.
648         * Makefile.tpl (HOST_EXPORTS): Add OBJCOPY_FOR_TARGET.
649         (BASE_TARGET_EXPORTS): Add OBJCOPY.
650         (OBJCOPY_FOR_TARGET): New variable.
651         (EXTRA_TARGET_FLAGS): Add OBJCOPY.
652         * Makefile.in: Regenerate.
653         * configure.ac: Check for already installed target objcopy.
654         Also GCC_TARGET_TOOL on objcopy.
655         * configure: Regenerate.
657 2015-01-02  Hans-Peter Nilsson  <hp@bitrange.com>
659         * config.sub: Update from upstream, to 2015-01-01 version.
660         * config.guess: Ditto.
662 2014-12-22  Sebastian Huber  <sebastian.huber@embedded-brains.de>
664         * MAINTAINERS (RTEMS Ports): Add myself.
666 2014-12-17  Pierre-Marie de Rodat  <derodat@adacore.com>
668         * MAINTAINERS (Write After Approval): Add myself.
670 2014-12-16  Michael Haubenwallner <michael.haubenwallner@ssi-schaefer.com>
672         * MAINTAINERS (Write After Approval): Add myself.
674 2014-12-15  Thomas Schwinge  <thomas@codesourcery.com>
676         * configure.ac (--enable-as-accelerator-for): Don't set
677         ENABLE_AS_ACCELERATOR_FOR.  Update all users.
678         * configure: Regenerate.
680 2014-12-13  Jakub Jelinek  <jakub@redhat.com>
682         PR bootstrap/64023
683         * Makefile.tpl (EXTRA_TARGET_FLAGS): Set STAGE1_LDFLAGS
684         to POSTSTAGE1_LDFLAGS and STAGE1_LIBS to POSTSTAGE1_LIBS.
685         Add -B to libstdc++-v3/src/.libs and libstdc++-v3/libsupc++/.libs
686         to CXX.
687         * Makefile.in: Regenerated.
689 2014-12-09  Laurynas Biveinis  <laurynas.biveinis@gmail.com>
690             Yury Gribov  <y.gribov@samsung.com>
692         * .gitignore: Added .local.vimrc and .lvimrc.
693         * Makefile.tpl (vimrc, .lvimrc, .local.vimrc): New targets.
694         * Makefile.in: Regenerate.
696 2014-12-04  Jack Howarth  <howarth@bromo.med.uc.edu>
698         * config/isl.m4: Don't pass -DCLOOG_INT_GMP on islinc.
699         * configure: Regenerated.
701 2014-11-27  Bernd Schmidt  <bernds@codesourcery.com>
703         * MAINTAINERS (nvptx port): New entry.
705 2014-11-26  Jan-benedict Glaw  <jbglaw@lug-owl.de>
707         * configure: Regenerate.
709 2014-11-26  Jan-Benedict Glaw  <jbglaw@lug-owl.de>
711         * configure.ac: Merge with Binutils.
713 2014-11-26  Tobias Burnus  <burnus@net-b.de>
715         * Makefile.def: Make more dependent on mpfr, mpc and isl.
716         * Makefile.in: Regenerate.
718 2014-11-24  Bernd Edlinger  <bernd.edlinger@hotmail.de>
720         * Makefile.def (module=gmp): Work around in-tree gmp configure bug with
721         missing flex.
722         * Makefile.in: Regenerated.
724 2014-11-21  Ilya Verbin  <ilya.verbin@intel.com>
726         * Makefile.in: Regenerate.
728 2014-11-21  Markus Trippelsdorf  <markus@trippelsdorf.de>
730         PR bootstrap/63784
731         * libtool.m4: Add $pic_flag with -shared.
733 2014-11-21  Renlin Li  <Renlin.Li@arm.com>
735         * MAINTAINERS (Write After Approval): Added myself.
737 2014-11-21  Alex Velenko  <Alex.Velenko@arm.com>
739         * MAINTAINERS (write-after-approval): Add myself.
741 2014-11-19  Maxim Kuvyrkov  <maxim.kuvyrkov@linaro.org>
743         * MAINTAINERS (OS Port Maintainers): Add overdue maintainership note
744         from 2 years ago.
746 2014-11-19  Alex Velenko  <Alex.Velenko@arm.com>
748         Revert:
749         2014-11-19  Alex Velenko  <Alex.Velenko@arm.com>
751         * MAINTAINERS (Write After Approval): Added myself as line map
752         maintainer.
754 2014-11-19  Renlin Li  <Renlin.Li@arm.com>
756         Revert:
757         2014-11-19  Renlin Li  <Renlin.Li@arm.com>
759         * MAINTAINERS (Write After Approval): Added myself.
761 2014-11-19  Renlin Li  <Renlin.Li@arm.com>
763         * MAINTAINERS (Write After Approval): Added myself.
765 2014-11-19  Alex Velenko  <Alex.Velenko@arm.com>
767         * MAINTAINERS (Write After Approval): Added myself as line map
768         maintainer.
770 2014-11-17  Dodji Seketeli  <dodji@redhat.com>
772         * MAINTAINERS (Various Maintainers): Added myself as line map
773         maintainer.
775 2014-11-16  Jan-Benedict Glaw  <jbglaw@lug-owl.de>
777         * move-if-change: Sync from upstream gnulib.
779 2014-11-16  Jan-Benedict Glaw  <jbglaw@lug-owl.de>
781         * compile: Sync with upstream Automake.
782         * depcomp: Ditto.
783         * install-sh: Ditto.
784         * missing: Ditto.
785         * mkinstalldirs: Ditto.
786         * ylwrap: Ditto.
788 2014-11-16  Jan-Benedict Glaw  <jbglaw@lug-owl.de>
790         * config.sub: Update from upstream config repo.
791         * config.guess: Ditto.
793 2014-11-13  Kirill Yukhin  <kirill.yukhin@intel.com>
795         * Makefile.def: Add liboffloadmic to target_modules.  Make
796         liboffloadmic depend on libgomp's configure, libstdc++ and libgcc.
797         * Makefile.in: Regenerate.
798         * configure: Regenerate.
799         * configure.ac: Add liboffloadmic to target binaries.
800         Restrict liboffloadmic for POSIX and i*86, and x86_64 architectures.
801         Add liboffloadmic to noconfig list when C++ is not supported.
803 2014-11-13  Bernd Schmidt  <bernds@codesourcery.com>
804             Thomas Schwinge  <thomas@codesourcery.com>
805             Ilya Verbin  <ilya.verbin@intel.com>
806             Andrey Turetskiy  <andrey.turetskiy@intel.com>
808         * configure: Regenerate.
809         * configure.ac (--enable-as-accelerator-for)
810         (--enable-offload-targets): New configure options.
812 2014-11-11  Tobias Burnus  <burnus@net-b.de>
814         * Makefile.def: Make all-gcc depend on all-isl.
815         * Makefile.in: Regenerate.
817 2014-11-11  David Malcolm  <dmalcolm@redhat.com>
819         * ChangeLog.jit: New.
820         * MAINTAINERS (Various Maintainers): Add myself as jit maintainer.
822 2014-11-11  Francois-Xavier Coudert  <fxcoudert@gcc.gnu.org>
824         PR target/63610
825         * libtool.m4: Fix globbing of darwin versions.
826         * configure: Regenerate.
828 2014-11-11  Tobias Burnus  <burnus@net-b.de>
830         * Makefile.def: Remove CLooG.
831         * Makefile.tpl: Ditto.
832         * configure.ac: Ditto.
833         * configure: Regenerate.
834         * Makefile.in: Ditto.
836 2014-11-06  Bernd Schmidt  <bernds@codesourcery.com>
838         * configure.ac: Handle nvptx-*-*.
839         * configure: Regenerate.
841 2014-11-06  Prachi Godbole  <prachi.godbole@imgtec.com>
843         * MAINTAINERS (Write After Approval): Add myself.
845 2014-10-31  Jakub Jelinek  <jakub@redhat.com>
847         * Makefile.def (libcc1): Remove bootstrap=true;.
848         * Makefile.in: Regenerated.
850 2014-10-31  Jan-Benedict Glaw  <jbglaw@lug-owl.de>
852         * configure.ac: Update comment.
853         * configure: Regenerate.
855 2014-10-31  Ilya Enkovich  <ilya.enkovich@intel.com>
857         * MAINTAINERS (Write After Approval): Add myself.
859 2014-10-30  Thomas Schwinge  <thomas@codesourcery.com>
861         * configure.ac (extra_host_libiberty_configure_flags): Add
862         --enable-shared also for libcc1's benefit.
863         * configure: Regenerate.
865 2014-10-29  Tristan Gingold  <gingold@adacore.com>
867         * MAINTAINERS: Change my email address.
869 2014-10-27  Phil Muldoon  <pmuldoon@redhat.com>
870             Tom Tromey  <tromey@redhat.com>
872         * Makefile.def: Add libcc1 to host_modules.
873         * configure.ac (host_tools): Add libcc1.
874         * Makefile.in, configure: Rebuild.
876 2014-10-24  Hans-Peter Nilsson  <hp@axis.com>
878         * configure.ac (build_configargs): Don't share config.cache between
879         build subdirs.
880         * configure: Regenerate.
882 2014-10-24  Daniel Hellstrom  <daniel@gaisler.com>
884         * config.gcc (sparc*-*-*): Accept mcpu=leon3v7 processor.
885         * doc/invoke.texi (SPARC options): Add mcpu=leon3v7 comment.
886         * config/sparc/leon.md (leon3_load, leon_store, leon_fp_*): Handle
887         leon3v7 as leon3.
888         * config/sparc/sparc-opts.h (enum processor_type): Add LEON3V7.
889         * config/sparc/sparc.c (sparc_option_override): Add leon3v7 support.
890         * config/sparc/sparc.h (TARGET_CPU_leon3v7): New define.
891         * config/sparc/sparc.md (cpu): Add leon3v7.
892         * config/sparc/sparc.opt (enum processor_type): Add leon3v7.
894 2014-10-24  Daniel Hellstrom  <daniel@gaisler.com>
896         * MAINTAINERS (write-after-approval): Add myself.
898 2014-10-23  Ian Lance Taylor  <iant@google.com>
900         * configure.ac: Disable the Go frontend on systems where it is known
901         to not work.
902         * configure: Regenerate.
904 2014-10-23  Richard Biener  <rguenther@suse.de>
906         * Makefile.def: Add libcpp build module and dependencies.
907         * configure.ac: Add libcpp build module.
908         * Makefile.in: Regenerate.
909         * configure: Likewise.
911 2014-10-15  Max Filippov  <jcmvbkbc@gmail.com>
913         * MAINTAINERS (write-after-approval): Add myself.
915 2014-10-12  Manuel López-Ibáñez <manu@gcc.gnu.org>
917         * INSTALL/README: Do not mention CVS.
919 2014-10-03  Jing Yu  <jingyu@google.com>
921         * configure.ac: Add aarch64 to list of targets that support gold.
922         * configure: Regenerate.
924 2014-09-29  François Dumont  <fdumont@gcc.gnu.org>
926         * MAINTAINERS:  Add myself as libstdc++ special modes maintainer.
928 2014-09-29  Catherine Moore  <clm@codesourcery.com>
930         * MAINTAINERS:  Add myself as MIPS maintainer.
932 2014-09-28  Matthew Fortune  <matthew.fortune@imgtec.com>
934         * MAINTAINERS: Move myself to MIPS maintainers.
936 2014-09-23  Jan-Benedict Glaw  <jbglaw@lug-owl.de>
938         * MAINTAINERS: Put all email addresses between '<' and '>'.
940 2014-09-13  Francois-Xavier Coudert  <fxcoudert@gcc.gnu.org>
942         * MAINTAINERS: Move myself to reviewers (Fortran).
944 2014-09-01  Andi Kleen  <ak@linux.intel.com>
946         * Makefile.tpl (POSTSTAGE1_HOST_EXPORTS): Add LTO_EXPORTS.
947         POSTSTAGE1_FLAGS_TO_PASS):  Add LTO_FLAGS_TO_PASS.
948         * Makefile.in: Regenerate.
950 2014-08-28  David Malcolm  <dmalcolm@redhat.com>
952         * rtx-classes-status.txt: Delete
954 2014-08-28  David Malcolm  <dmalcolm@redhat.com>
956         * rtx-classes-status.txt (TODO): NEXT_INSN/PREV_INSN are done.
958 2014-08-27  Sebastian Pop  <s.pop@samsung.com>
960         * config/isl.m4 (_ISL_CHECK_CT_PROG): Removed.
961         (ISL_CHECK_VERSION): Check for functionality added to ISL 0.12 instead
962         of checking for version number.
963         * configure: Regenerated.
964         * configure.ac (ISL_CHECK_VERSION): Do not use ISL version number.
966 2014-08-27  David Malcolm  <dmalcolm@redhat.com>
968         * rtx-classes-status.txt: Phase 5 (additional rtx_def subclasses)
969         is done; begin phase 6 (use extra rtx_def subclasses).
971 2014-08-27  David Malcolm  <dmalcolm@redhat.com>
973         * rtx-classes-status.txt: Phase 4 (removal of "scaffolding") is
974         done; begin phase 5 (additional rtx_def subclasses).
976 2014-08-26  David Malcolm  <dmalcolm@redhat.com>
978         * rtx-classes-status.txt (TODO): DF_REF_INSN is done.
980 2014-08-26  David Malcolm  <dmalcolm@redhat.com>
982         * rtx-classes-status.txt (TODO): SET_BB_HEAD, SET_BB_END,
983         SET_BB_HEADER are done.
985 2014-08-26  David Malcolm  <dmalcolm@redhat.com>
987         * rtx-classes-status.txt (TODO): SET_DEP_PRO and SET_DEP_CON are
988         done.
990 2014-08-26  David Malcolm  <dmalcolm@redhat.com>
992         * rtx-classes-status.txt (TODO): Remove SET_VINSN_INSN_RTX.
994 2014-08-26  David Malcolm  <dmalcolm@redhat.com>
996         * rtx-classes-status.txt (TODO): Remove SET_BND_TO.
998 2014-08-25  David Malcolm  <dmalcolm@redhat.com>
1000         * rtx-classes-status.txt (TODO): Remove SET_BB_NOTE_LIST.
1002 2014-08-25  David Malcolm  <dmalcolm@redhat.com>
1004         * rtx-classes-status.txt (TODO): Remove SET_BB_FOOTER.
1006 2014-08-25  David Malcolm  <dmalcolm@redhat.com>
1008         * rtx-classes-status.txt: Phase 3 (per-file commits within
1009         "config" subdirs) is done; begin phase 4 (removal of
1010         "scaffolding").
1012 2014-08-23  David Malcolm  <dmalcolm@redhat.com>
1014         * rtx-classes-status.txt: Phase 2 (per-file commits in main source
1015         dir) is done; begin phase 3 (per-file commits within "config"
1016         subdirs).
1018 2014-08-21  David Malcolm  <dmalcolm@redhat.com>
1020         * rtx-classes-status.txt: Phase 1 ("scaffolding") is done; begin
1021         phase 2 (per-file commits in main source dir).
1023 2014-08-21  Bin Cheng  <bin.cheng@arm.com>
1025         * configure: Regenerated.
1027 2014-08-19  David Malcolm  <dmalcolm@redhat.com>
1029         * rtx-classes-status.txt (TODO): Add SET_BND_TO
1031 2014-08-19  David Malcolm  <dmalcolm@redhat.com>
1033         * rtx-classes-status.txt (TODO): Add SET_BB_NOTE_LIST.
1035 2014-08-19  David Malcolm  <dmalcolm@redhat.com>
1037         * rtx-classes-status.txt (TODO): Add SET_VINSN_INSN_RTX.
1039 2014-08-19  David Malcolm  <dmalcolm@redhat.com>
1041         * rtx-classes-status.txt (TODO): Add SET_DEP_PRO, SET_DEP_CON.
1043 2014-08-19  David Malcolm  <dmalcolm@redhat.com>
1045         * rtx-classes-status.txt (TODO): Add DF_REF_INSN.
1047 2014-08-19  Joost VandeVondele <vondele@gcc.gnu.org>
1049         * MAINTAINERS (Write After Approval): Add myself.
1051 2014-08-19  Christopher Faylor  <me.gnu@cgf.cx>
1053         * MAINTAINERS: Remove myself
1055 2014-08-19  David Malcolm  <dmalcolm@redhat.com>
1057         * rtx-classes-status.txt: Add SET_NEXT_INSN, SET_PREV_INSN.
1059 2014-08-18  Patrick Palka  <ppalka@gcc.gnu.org>
1061         * MAINTAINERS (Write After Approval): Add myself.
1063 2014-08-18  David Malcolm  <dmalcolm@redhat.com>
1065         * rtx-classes-status.txt (TODO): Add SET_BB_HEAD, SET_BB_END,
1066         SET_BB_HEADER, SET_BB_FOOTER
1068 2014-08-18  David Malcolm  <dmalcolm@redhat.com>
1070         * rtx-classes-status.txt: New file
1072 2014-08-18 Roman Gareev  <gareevroman@gmail.com>
1074         * configure.ac: Eliminate ClooG installation dependency.
1075         * configure: Regenerate.
1076         * Makefile.tpl: Add definition of ISLLIBS and HOST_ISLLIBS.
1077         * Makefile.in: Regenerate.
1079 2014-08-15  Ilya Verbin  <iverbin@gmail.com>
1081         * MAINTAINERS (Write After Approval): Add myself.
1083 2014-08-15  Ilya Tocar  <tocarip@gmail.com>
1085         * MAINTAINERS (Write After Approval): Add myself.
1087 2014-08-01  Jiong Wang  <jiong.wang@arm.com>
1089         * MAINTAINERS (Write After Approval): Add myself.
1091 2014-07-28  Anthony Green  <green@moxielogic.com>
1093         Import from savannah.gnu.org:
1094         * config.sub: Update to 2014-07-28 version.
1096 2014-07-27  Richard Sandiford  <rdsandiford@googlemail.com>
1098         * MAINTAINERS: Remove my MIPS maintainer entry.
1100 2014-07-26  Uros Bizjak  <ubizjak@gmail.com>
1102         PR target/47230
1103         * configure.ac (alpha*-*-linux*): Use mh-alpha-linux.
1104         * configure: Regenerate.
1106 2014-07-24  James Norris  <jnorris@codesourcery.com>
1108         * MAINTAINERS (Write After Approval): Add myself.
1110 2014-07-20  Roman Gareev  <gareevroman@gmail.com>
1112         * configure.ac: Accept only CLooG 0.18.1.
1113         * configure: Regenerate.
1115 2014-07-17  Roman Gareev  <gareevroman@gmail.com>
1117         * configure.ac: Don't accept isl 0.11.
1118         * configure: Regenerate.
1120 2014-07-16  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
1122         * MAINTAINERS (Write After Approval): Add myself.
1124 2014-07-05  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
1126         * configure.ac: Don't accept isl 0.10.
1127         * configure: Regenerate.
1129 2014-06-23  Bernd Edlinger  <bernd.edlinger@hotmail.de>
1131         Fix include path for in-tree cloog.
1132         * config/cloog.m4 (CLOOG_INIT_FLAGS): Remove bogus include path.
1133         * configure: Regenerate.
1135 2014-06-18  Richard Henderson  <rth@redhat.com>
1137         * .gitignore: Import gcc_update output.
1139 2014-06-13  Thomas Schwinge  <thomas@codesourcery.com>
1141         * config-ml.in: Robustify ac_configure_args parsing.
1143         * configure.ac (--enable-linker-plugin-configure-flags)
1144         (--enable-linker-plugin-flags): New flags.
1145         (configdirs): Conditionally add libiberty-linker-plugin.
1146         * configure: Regenerate.
1147         * Makefile.def (host_modules): Add libiberty-linker-plugin.
1148         (host_modules) <lto-plugin>: Pay attention to
1149         @extra_linker_plugin_flags@ and
1150         @extra_linker_plugin_configure_flags@.
1151         (all-lto-plugin): Also depend on all-libiberty-linker-plugin.
1152         * Makefile.in: Regenerate.
1154         * Makefile.tpl (configure-[+prefix+][+module+])
1155         (configure-stage[+id+]-[+prefix+][+module+]): If specified, use
1156         "module_srcdir" instead of "module" for locating a module's srcdir.
1157         * Makefile.in: Regenerate.
1159 2014-06-10  Matthew Fortune  <matthew.fortune@imgtec.com>
1161         * MAINTAINERS (Write After Approval): Add myself.
1163 2014-06-06  Sebastian Pop  <sebpop@gmail.com>
1165         * MAINTAINERS: Update my email address.
1167 2014-06-04  Thomas Preud'homme  <thomas.preudhomme@arm.com>
1169         * MAINTAINERS (Write After Approval): Add myself.
1171 2014-06-03  Andrew Bennett  <andrew.bennett@imgtec.com>
1173         * MAINTAINERS (Write After Approval): Add myself.
1175 2014-05-30  Jonathan Wakely  <jwakely@redhat.com>
1177         PR libstdc++/61011
1178         * configure.ac (--disable-libstdcxx): Set noconfigdirs correctly.
1179         Disable libcilkrts, libitm, libsanitizer when not building libstdc++.
1180         * configure: Regenerate.
1182 2014-05-28  Pedro Alves  <palves@redhat.com>
1184         * MAINTAINERS (Write After Approval): Add myself.
1186 2014-05-22  Maxim Kuvyrkov  <maxim.kuvyrkov@linaro.org>
1188         * MAINTAINERS: Update my affiliation/email.
1190 2014-05-19  Mike Stump  <mikestump@comcast.net>
1192         * MAINTAINERS: Add wide-int reviewers.
1194 2014-05-14  Sandra Loosemore  <sandra@codesourcery.com>
1196         * configure.ac (target_makefile_frag): Set for nios2-*-elf*.
1197         * configure: Regenerated.
1199 2014-05-15  Torvald Riegel  <triegel@redhat.com>
1201         * MAINTAINERS (libitm): Add myself as maintainer.
1203 2014-05-07  Charles Baylis  <charles.baylis@linaro.org>
1205         * MAINTAINERS (Write After Approval): Add myself.
1207 2014-05-01  Richard Sandiford  <rdsandiford@googlemail.com>
1209         * config.sub, config.guess: Import from upstream.
1211 2014-04-29  Alan Lawrence  <alan.lawrence@arm.com>
1213         * MAINTAINERS (Write After Approval): Put myself in correct order.
1215 2014-04-29  Alan Lawrence  <alan.lawrence@arm.com>
1217         * MAINTAINERS (Write After Approval): Add myself.
1219 2014-04-24  Laurynas Biveinis  <laurynas.biveinis@gmail.com>
1221         * MAINTAINERS: Move myself from Reviewers to Write After Approval
1222         section.
1224 2014-04-21 Rafael Ávila de Espíndola <rafael.espindola@gmail.com>
1226         * MAINTAINERS (Write After Approval): Delete myself.
1228 2014-04-17  Jakub Jelinek  <jakub@redhat.com>
1230         PR sanitizer/56781
1231         * libtool-ldflags: Also prefix -static-lib*, -shared-lib*
1232         and -B* options with -Xcompiler.
1234 2014-04-04  Eric Botcazou  <ebotcazou@adacore.com>
1236         PR bootstrap/60620
1237         * Makefile.def (dependencies): Make gnattools depend on libstdc++-v3.
1238         * Makefile.in: Regenerate.
1240 2014-03-28  Yaakov Selkowitz  <yselkowitz@users.sourceforge.net>
1242         * Makefile.def (dependencies): Make all-ld depend on all-binutils
1243         for WINDRES_FOR_TARGET in default-manifest.o rule.
1244         * Makefile.in: Regenerate.
1246 2014-03-26  Dominique d'Humieres <dominiq@lps.ens.fr>
1248         * MAINTAINERS (Write After Approval): Add myself.
1250 2014-03-26  Jakub Jelinek  <jakub@redhat.com>
1252         PR sanitizer/56781
1253         * Makefile.def: Set bootstrap=true; for host fixincludes.
1254         * configure.ac: Don't bootstrap host fixincludes unless
1255         --with-build-config=bootstrap-{a,ub}san.
1256         * Makefile.in: Regenerated.
1257         * configure: Regenerated.
1259 2014-03-21  Jakub Jelinek  <jakub@redhat.com>
1261         * configure.ac: Move BUILD_CONFIG set up earlier.  Add
1262         --enable-vtable-verify option parsing.  Don't add
1263         target-libsanitizer to bootstrap_target_libs unless
1264         --with-build-config=bootstrap-asan or
1265         --with-build-config=bootstrap-ubsan.  Don't add target-libvtv
1266         to bootstrap_target_libs unless --enable-vtable-verify.
1267         * configure: Regenerated.
1269 2014-03-10  Anatoly Sokolov <aesok@post.ru>
1271         * MAINTAINERS (Write After Approval): Add myself.
1273 2014-03-07  Denis Chertykov  <chertykov@gmail.com>
1275         * MAINTAINERS: Remove avr maintainers: Anatoly Sokolov and Eric Weddington
1277 2014-03-07  Jakub Jelinek  <jakub@redhat.com>
1279         PR bootstrap/58572
1280         * Makefile.tpl (POSTSTAGE1_CXX_EXPORT): Use -isystem instead of
1281         -I for libstdc++-v3 includes if $(LEAN).
1282         * Makefile.in: Regenerated.
1284 2014-03-04  Jonathan Wakely  <jwakely@redhat.com>
1286         * MAINTAINERS: Update my email address.
1288 2014-02-24  Walter Lee  <walt@tilera.com>
1290         * configure.ac (tilepro-*-*) Change to tilepro*-*-*.
1291         (tilegx-*-*): Change to tilegx*-*-*.
1292         * configure: Regenerate.
1294 2014-02-17  Loren J. Rittle  <ljrittle@acm.org>
1296         * MAINTAINERS (Various Maintainers: c++ runtime libs): Remove myself.
1298 2014-02-17  Kugan Vivekanandarajah  <kuganv@linaro.org>
1300         * MAINTAINERS (Write After Approval): Add myself.
1302 2014-02-04  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
1304         PR target/59788
1305         * ltmain.sh (opt_duplicate_compiler_generated_deps): Enable on
1306         *solaris2*.
1308 2014-01-21  John David Anglin  <danglin@gcc.gnu.org>
1310         * MAINTAINERS: Update my email address.
1312 2014-01-20  Gerald Pfeifer  <gerald@pfeifer.com>
1314         * MAINTAINERS: Convert to UTF-8.
1315         Properly sort Xinliang David Li's entry.
1317 2013-12-31  Chung-Lin Tang  <cltang@codesourcery.com>
1318             Sandra Loosemore  <sandra@codesourcery.com>
1320         * MAINTAINERS: Add Sandra Loosemore and Chung-Lin Tang as
1321         nios2 port maintainers.
1323 2013-12-16  Markus Trippelsdorf  <markus@trippelsdorf.de>
1325         * MAINTAINERS (Write After Approval): Add myself.
1327 2013-12-13  Francois-Xavier Coudert  <fxcoudert@gcc.gnu.org>
1329         * configure.ac: Add user-friendly check for native x86_64-linux
1330         multilibs.
1331         * configure: Regenerate.
1333 2013-12-06  Oleg Endo  <olegendo@gcc.gnu.org>
1335         * MAINTAINERS: Add myself as sh maintainer.
1337 2013-12-03  Bill Schmidt  <wschmidt@linux.vnet.ibm.com>
1339         * MAINTAINERS: Add self as SLSR maintainer.
1341 2013-11-18  Jan Hubicka  <hubicka@ucw.cz>
1343         * MAINTAINERS: Update my email address.
1345 2013-11-15  David Edelsohn  <dje.gcc@gmail.com>
1347         * MAINTAINERS (Global Reviewers, c++): Remove Mark Mitchell.
1349 2013-11-07  Thomas Schwinge  <thomas@codesourcery.com>
1351         * Makefile.in: Regenerate.
1353         * Makefile.tpl: Fix typo.
1354         * Makefile.in: Regenerate partially.
1356 2013-11-04  Balaji V. Iyer  <balaji.v.iyer@intel.com>
1358         * configure.ac: Added libcilkrts to noconfig list when C++ is not
1359         supported.
1360         * configure: Regenerated.
1362 2013-11-01  Trevor Saunders  <tsaunders@mozilla.com>
1364         * MAINTAINERS (Write After Approval): Add myself.
1366 2013-10-30  Jason Merrill  <jason@redhat.com>
1368         * Makefile.tpl (STAGE1_CONFIGURE_FLAGS): Pass
1369         --disable-build-format-warnings.
1371 2013-10-29  Balaji V. Iyer  <balaji.v.iyer@intel.com>
1373         * Makefile.def: Add libcilkrts to target_modules.  Make libcilkrts
1374         depend on libstdc++ and libgcc.
1375         * configure: Regenerate.
1376         * configure.ac: Added libcilkrts to target binaries.  Also, restrict
1377         libcilkrts for POSIX and i*86, and x86_64 architectures.
1378         * Makefile.in: Added libcilkrts related fields to support building it.
1380 2013-10-26  Jeff Law  <law@redhat.com>
1382         * Makefile.def (target_modules): Remove libmudflap
1383         (languages): Remove check-target-libmudflap).
1384         * Makefile.in: Rebuilt.
1385         * Makefile.tpl (check-target-libmudflap-c++): Remove.
1386         * configure.ac (target_libraries): Remove target-libmudflap.
1387         Remove checks which disabled libmudflap on some systems.
1388         * configure: Rebuilt.
1389         * libmudflap: Directory removed.
1391 2013-10-21  Cong Hou  <congh@google.com>
1393         * MAINTAINERS (Write After Approval): Add myself.
1395 2013-10-16  Mike Stump  <mikestump@comcast.net>
1397         * .dir-locals.el: Add.
1399 2013-10-15  David Malcolm  <dmalcolm@redhat.com>
1401         * configure.ac: Add --enable-host-shared
1402         * configure: Regenerate.
1404 2013-01-10  Joern Rennecke  <joern.rennecke@embecosm.com>
1406         Import from savannah.gnu.org:
1407         * config.guess: Update to 2013-06-10 version.
1408         * config.sub: Update to 2013-10-01 version.
1410 2013-10-01  Simon Cook  <simon.cook@embecosm.com>
1412         Changes to build configuration to allow big endian ARC ELF toolchain
1413         * configure.ac: Also add target-libgloss to noconfigdirs for arceb-*-*.
1414         * configure: Regenerate.
1416 2013-09-20  Alan Modra  <amodra@gmail.com>
1418         * libtool.m4 (_LT_ENABLE_LOCK <ld -m flags>): Remove non-canonical
1419         ppc host match.  Support little-endian powerpc linux hosts.
1421 2013-09-19  Dodji Seketeli  <dodji@redhat.com>
1423         * MAINTAINERS (diagnostic messages): Add myself as diagnostics
1424         maintainer.
1426 2013-09-12  DJ Delorie  <dj@redhat.com>
1428         * MAINTAINERS: Add Nick Clifton and DJ Delorie as msp430
1429         maintainers.
1431 2013-09-03  Richard Biener  <rguenther@suse.de>
1433         * configure.ac: Also allow ISL 0.12.
1434         * configure: Regenerated.
1436 2013-08-30  Bernd Edlinger  <bernd.edlinger@hotmail.de>
1438         * MAINTAINERS (Write After Approval): Add myself.
1440 2013-08-27  David Malcolm  <dmalcolm@redhat.com>
1442         * MAINTAINERS (gdbhooks.py): Add myself as maintainer.
1444 2013-08-26  Caroline Tice  <cmtice@google.com>
1446         * MAINTAINERS:  Correct earliers update:  Move myself from libvtv
1447         "Various Reviewers" to libvtv "Various Maintainers".
1449 2013-08-20  Steven Bosscher  <steven@gcc.gnu.org>
1451         * MAINTAINERS: Add myself as RTL optimizers reviewer.
1453 2013-08-19  Benjamin De Kosnik  <bkoz@gnu.org>
1455         * MAINTAINERS: Update name, email.
1457 2013-08-13  Adam Butcher  <adam@jessamine.co.uk>
1459         * MAINTAINERS (Write After Approval): Add myself.
1461 2013-08-12  Caroline Tice  <cmtice@google.com>
1463         * MAINTAINERS: Add myself as libvtv maintainer. Correct my email
1464         address in the Write After Approval section.
1466 2013-08-09  Carlos O'Donell  <carlos@redhat.com>
1468         * MAINTAINERS (Write After Approval): Update email.
1470 2013-08-08  Benjamin Kosnik  <bkoz@redhat.com>
1472         * configure.ac: Adjust to check VTV_SUPPORTED.
1473         * configure: Regenerated.
1475 2013-08-02  Caroline Tice  <cmtice@google.com>
1477         * configure.ac: Add target-libvtv to target_libraries; disable libvtv
1478         on non-linux systems; add target-libvtv to noconfigdirs; add
1479         libsupc++/.libs to C++ library search paths.
1480         * configure: Regenerated.
1481         * Makefile.def: Add libvtv to target_modules; make libvtv depend on
1482         libstdc++ and libgcc.
1483         * Makefile.in: Regenerated.
1485 2013-07-19  Yvan Roux  <yvan.roux@linaro.org>
1487         * MAINTAINERS (Write After Approval): Add myself.
1489 2013-07-19  Chung-Ju Wu  <jasonwucj@gmail.com>
1490             Shiva Chen  <shiva0217@gmail.com>
1492         * MAINTAINERS (nds32 port): Add Chung-Ju Wu and Shiva Chen as
1493         nds32 port maintainers.
1495 2013-07-17  Tim Shen  <timshen91@gmail.com>
1497         * MAINTAINERS (Write After Approval): Add myself.
1499 2013-07-16  Jan-Benedict Glaw  <jbglaw@lug-owl.de>
1501         * configure.ac: Sync from binutils.
1502         * configure: Regenerate.
1504 2013-06-14  Vidya Praveen  <vidyapraveen@arm.com>
1506         * MAINTAINERS (Write After Approval): Add myself.
1508 2013-06-01  Dinar Temirbulatov  <dinar@kugelworks.com>
1510         * MAINTAINERS (Write After Approval): Add myself.
1512 2013-05-17  David Malcolm  <dmalcolm@redhat.com>
1514         * MAINTAINERS (Write After Approval): Add myself.
1516 2013-04-30  Brooks Moses  <bmoses@google.com>
1518         * MAINTAINERS: Update my email; move myself from Fortran
1519         reviewer to Write After Approval.
1521 2013-04-16  Andreas Schwab  <schwab@suse.de>
1523         * configure.ac (aarch64-*-*): Don't disable java.
1524         * configure: Regenerate.
1526 2013-04-10  Chung-Ju Wu  <jasonwucj@gmail.com>
1528         * MAINTAINERS (Write After Approval): Add myself.
1530 2013-03-30  Matthias Klose  <doko@ubuntu.com>
1532         * Makefile.def (target_modules): Don't install libffi.
1533         * Makefile.in: Regenerate.
1535 2013-02-24  Tilo Schwarz  <tilo@tilo-schwarz.de>
1537         * MAINTAINERS (Write After Approval): Add myself.
1539 2013-02-20  Andrew Sutton  <andrew.n.sutton@gmail.com>
1541         * MAINTAINERS (Write After Approval): Add myself.
1543 2013-02-15  Yufeng Zhang  <yufeng.zhang@arm.com>
1545         * configure.ac: Set libgloss_dir for the aarch64*-*-* targets.
1546         * configure: Regenerated.
1548 2013-02-05  Ian Lance Taylor  <iant@google.com>
1550         PR go/55969
1551         * configure.ac: Disable libgo on some systems where it does not
1552         work.
1554 2013-02-04  David Edelsohn  <dje.gcc@gmail.com>
1556         * MAINTAINERS: Explicitly add myself as AIX maintainer.
1557         Remove Geoff Keating as rs6000 port maintainer, at his request.
1559 2013-01-24  Maxim Kuvyrkov  <maxim@kugelworks.com>
1561         * MAINTAINERS: Update my email.
1563 2013-01-23  Shenghou Ma  <minux.ma@gmail.com>
1565         * configure: Re-generate.
1567 2013-01-15  Richard Biener  <rguenther@suse.de>
1569         PR other/55973
1570         * configure: Re-generate.
1572 2013-01-14  Matthias Klose  <doko@ubuntu.com>
1574         * Makefile.def (install-target-libsanitizer): Depend on
1575         install-target-libstdc++-v3.
1576         * Makefile.in: Regenerate.
1578 2013-01-14  Richard Biener  <rguenther@suse.de>
1580         * configure.ac (cloog/isl): Also allow ISL 0.11.x and CLooG 0.18.0.
1581         * configure: Re-generate
1583 2013-01-11  Jan-Benedict Glaw  <jbglaw@lug-owl.de>
1585         * config.sub: Update from config repo.
1587 2013-01-11  Eric Botcazou  <ebotcazou@adacore.com>
1589         * Makefile.tpl (BOOT_ADAFLAGS): Remove -gnata.
1590         * Makefile.in: Regenerate.
1592 2013-01-10  Joern Rennecke  <joern.rennecke@embecosm.com>
1594         * MAINTAINERS (arc): Add new port maintainership for myself.
1596 2013-01-09  Jason Merrill  <jason@redhat.com>
1598         * .gitignore: Import from gdb repository.
1600 2013-01-09  H.J. Lu  <hongjiu.lu@intel.com>
1602         * Makefile.def (configure-gcc): Depend on all-gmp.
1603         (all-gcc): Remove dependency on all-gmp.
1604         * Makefile.in: Regenerated.
1606 2013-01-08  Jan-Benedict Glaw  <jbglaw@lug-owl.de>
1608         * config.sub: Merge from config repo.
1609         * config.guess: Ditto.
1611 2013-01-08  Jan-Benedict Glaw  <jbglaw@lug-owl.de>
1613         * Makefile.def: Merge from binutils.
1614         * Makefile.in: Ditto.
1616 2013-01-01  Maxim Kuvyrkov  <maxim.kuvyrkov@gmail.com>
1618         * MAINTAINERS: Update my email.
1620 2012-12-29  Ben Elliston  <bje@gnu.org>
1622         * config.guess: Update to 2012-12-29 version.
1623         * config.sub: Likewise.
1625 2012-12-20  Matthias Klose  <doko@ubuntu.com>
1627         * Makefile.def (install-target-libgfortran): Depend on
1628         install-target-libquadmath, install-target-libgcc.
1629         (install-target-libsanitizer): Depend on install-target-libgcc.
1630         (install-target-libjava): Depend on install-target-libgcc.
1631         (install-target-libitm): Depend on install-target-libgcc.
1632         (install-target-libobjc): Depend on install-target-libgcc.
1633         (install-target-libstdc++-v3): Depend on install-target-libgcc.
1634         * Makefile.in: Regenerate.
1636 2012-12-19  Matthias Klose  <doko@ubuntu.com>
1638         * Makefile.def (install-target-libgo): Depend on
1639         install-target-libatomic.
1640         * Makefile.in: Regenerate.
1642 2012-12-18  Andreas Schwab  <schwab@linux-m68k.org>
1644         PR go/55201
1645         * Makefile.def (all-target-libgo): Depend on all-target-libatomic.
1646         * Makefile.in: Regenerate.
1648 2012-12-16  Thomas Schwinge  <thomas@codesourcery.com>
1650         * configure.ac (ENABLE_GOLD): Consider *-*-gnu* targets ELF.
1651         * configure: Regenerate.
1653 2012-12-12  Jan-Benedict Glaw  <jbglaw@lug-owl.de>
1655         * config.sub: Merge from config repo.
1657 2012-12-11  H.J. Lu  <hongjiu.lu@intel.com>
1659         * Makefile.def (target_modules): Add bootstrap=true and
1660         raw_cxx=true to libsanitizer.
1661         * configure.ac (bootstrap_target_libs): Add libsanitizer.
1662         * Makefile.in: Regenerated.
1663         * configure: Likewise.
1665 2012-12-01  Richard Sandiford  <rdsandiford@googlemail.com>
1667         * MAINTAINERS: Remove self as RTL optimization maintainer.
1669 2012-11-30  Kyrylo Tkachov  <kyrylo.tkachov@arm.com>
1671         * MAINTAINERS (Write After Approval): Add myself.
1673 2012-11-28  H.J. Lu  <hongjiu.lu@intel.com>
1675         * Makefile.def (target_modules): Remove bootstrap=true and
1676         raw_cxx=true from libsanitizer.
1677         * configure.ac (bootstrap_target_libs): Remove libsanitizer.
1678         * Makefile.in: Regenerated.
1679         * configure: Likewise.
1681 2012-11-28  H.J. Lu  <hongjiu.lu@intel.com>
1683         * Makefile.def (target_modules): Add bootstrap=true and
1684         raw_cxx=true to libsanitizer.
1685         * configure.ac (bootstrap_target_libs): Add libsanitizer.
1686         * Makefile.in: Regenerated.
1687         * configure: Likewise.
1689 2012-11-28  Andrew Pinski  <apinski@cavium.com>
1691         PR bootstrap/54279
1692         * configure.ac (CXX_FOR_TARGET): Change over to use xg++.
1693         * configure: Regenerate.
1694         * Makefile.tpl (POSTSTAGE1_CXX_EXPORT): Change over to use xg++.
1695         * Makefile.in: Regenerate.
1697 2012-11-27  Siddhesh Poyarekar  <siddhesh@redhat.com>
1699         * configure.ac: Disable libsanitizer if we're not building C++.
1700         * configure: Regenerate.
1702 2012-11-15  Roland McGrath  <roland@hack.frob.com>
1704         * MAINTAINERS (Write After Approval): Add myself.
1706 2012-11-15  Dmitry Vyukov  <dvyukov@google.com>
1708         * MAINTAINERS: (libsanitizer, asan.c): Add myself,
1709         Kostya Serebryany (kcc@google.com) and
1710         Jakub Jelinek (jakub@redhat.com).
1711         Rename area for Dodji Seketeli (dodji@redhat.com).
1713 2012-11-15  Dodji Seketeli  <dodji@redhat.com>
1715         * MAINTAINERS: (asan.c, related): Add myself.
1717 2012-11-14  Roland McGrath  <mcgrathr@google.com>
1719         * configure.ac (ENABLE_GOLD): Consider *-*-nacl* targets ELF.
1720         * configure: Regenerate.
1722 2012-11-13  Richard Henderson  <rth@redhat.com>
1724         * configure.ac: Move libsanitizer logic to subdirectory.
1725         * configure: Regenerate.
1727 2012-11-13  Dodji Seketeli  <dodji@redhat.com>
1729         * configure.ac: Enable libsanitizer just on x86 linux for now.
1730         * configure: Re-generate.
1732 2012-11-13  David Edelsohn  <dje.gcc@gmail.com>
1734         * configure.ac: Disable libsanitizer on AIX. Merge libquadmath
1735         sections.
1736         * configure: Regenerate.
1738 2012-11-13  Hans-Peter Nilsson  <hp@axis.com>
1740         * configure.ac: Add section for configdirs for libsanitizer.
1741         Disable for cris-*-* and mmix-*-*.
1742         * configure: Regenerate.
1744 2012-11-12  Wei Mi <wmi@google.com>
1746         * configure.ac: Add libsanitizer to target_libraries.
1747         * Makefile.def: Ditto.
1748         * configure: Regenerate.
1749         * Makefile.in: Regenerate.
1750         * libsanitizer: New directory for asan runtime.  Contains an empty
1751         tsan directory.
1753 2012-11-03  Corinna Vinschen  <corinna@vinschen.de>
1755         * configure.ac (FLAGS_FOR_TARGET,target=cygwin): Fix for building
1756         against Mingw64 w32api.
1757         * configure: Regenerate.
1759 2012-11-03  H.J. Lu  <hongjiu.lu@intel.com>
1761         * configure: Regenerated.
1763 2012-11-03  Robert Mason  <rbmj@verizon.net>
1765         * configure.ac: add --disable-libstdcxx configure option
1766         and handle defaulted state only for VxWorks, ARM-wince-pe and AVR.
1768 2012-10-30  Ganesh Gopalasubramanian  <Ganesh.Gopalasubramanian@amd.com>
1770         * MAINTAINERS (Write After Approval): Add myself.
1772 2012-10-26  James Greenhalgh  <james.greenhalgh@arm.com>
1774         * MAINTAINERS (Write After Approval): Add myself.
1776 2012-10-24  Sharad Singhai  <singhai@google.com>
1778         * MAINTAINERS (Write After Approval): Add myself.
1780 2012-10-24  Eric Christopher  <echristo@gmail.com>
1782         * MAINTAINERS: Update email address.
1784 2012-10-23  Eric Botcazou  <ebotcazou@adacore.com>
1786         PR bootstrap/54820
1787         * configure.ac (have_static_libs): Force 'no' for GCC version < 4.5.
1788         * configure: Regenerate.
1790 2012-10-23  Richard Earnshaw  <rearnsha@arm.com>
1792         * MAINTAINERS (aarch64): Add Marcus and myself.
1794 2012-10-22  Eric Botcazou  <ebotcazou@adacore.com>
1796         PR bootstrap/54820
1797         * Makefile.tpl (STAGE1_FLAGS_TO_PASS): New variable.
1798         (all-[+prefix+][+module+]): Pass stage1_args to sub-makes.
1799         (all-stage[+id+]-[+prefix+][+module+]): Likewise, if prev is false.
1800         (clean-stage[+id+]-[+prefix+][+module+]): Likewise, if prev is false.
1801         (host_modules): Set stage1_args to STAGE1_FLAGS_TO_PASS.
1802         * Makefile.in: Regenerate.
1803         * configure.ac (have_static_libs): New variable and associated check.
1804         (stage1-ldflags): Move to after stage1_libs and set to -static-libstdc++
1805         -static-libgcc if stage1_libs is empty and have_static_libs is yes.
1806         * configure: Regenerate.
1808 2012-10-10  Richard Biener  <rguenther@suse.de>
1810         * MAINTAINERS: Adjust for changed surname.
1812 2012-10-04  Lawrence Crowl  <crowl@google.com>
1814         * MAINTAINERS (Write After Approval): Add myself.
1816 2012-10-01  Cary Coutant  <ccoutant@google.com>
1818         * MAINTAINERS: Add myself as dwarf debugging code maintainer.
1820 2012-09-28  Ian Lance Taylor  <iant@google.com>
1822         * Makefile.def: Make all-target-libgo depend on
1823         all-target-libbacktrace.
1824         * Makefile.in: Rebuild.
1826 2012-09-26  Ian Lance Taylor  <iant@google.com>
1828         * Makefile.def: Make all-gcc depend on all-libbacktrace.
1829         * Makefile.in: Rebuild.
1831 2012-09-20  Walter Lee  <walt@tilera.com>
1833         * configure.ac: Add tilegx to list of targets that support gold.
1834         * configure: Regenerate.
1836 2012-09-20  Marek Polacek  <polacek@redhat.com>
1838         * MAINTAINERS (Write After Approval): Add myself.
1840 2012-09-19  Steve Ellcey  <sellcey@mips.com>
1842         * configure.ac: Add mips*-mti-elf* target.
1843         * configure: Regenerate.
1845 2012-09-17  Ian Lance Taylor  <iant@google.com>
1847         * MAINTAINERS (Various Maintainers): Add libbacktrace.
1848         * configure.ac (host_libs): Add libbacktrace.
1849         (target_libraries): Add libbacktrace.
1850         * Makefile.def (host_modules): Add libbacktrace.
1851         (target_modules): Likewise.
1852         * configure, Makefile.in: Rebuild.
1854 2012-09-14  David Edelsohn  <dje.gcc@gmail.com>
1856         PR target/38607
1857         Merge upstream change.
1858         * libtool.m4 (_LT_COMPILER_PIC): Add -fPIC to GCC and GXX for AIX.
1860         * configure.ac: Add target-libquadmath to noconfigdirs for AIX.
1861         Add libgomp*.o to compare_exclusions for AIX.
1862         * configure: Regenerate.
1864 2012-09-06  Diego Novillo  <dnovillo@google.com>
1866         * configure.ac: Bump minimum GMP version to 4.2.3.
1867         * configure: Re-generate.
1869 2012-09-05  Georg-Johann Lay  <avr@gjlay.de>
1871         PR target/54461
1872         * configure.ac (noconfigdirs,target=avr-*-*): Add target-newlib,
1873         target-libgloss if not configured --with-avrlibc=no.
1874         * configure: Regenerate.
1876 2012-09-04  Jason Merrill  <jason@redhat.com>
1878         * configure.ac: Fix --enable-languages=all.
1880 2012-09-04  Christophe Lyon  <christophe.lyon@st.com>
1882         * MAINTAINERS (Write After Approval): Add myself.
1884 2012-09-03  Richard Guenther  <rguenther@suse.de>
1886         PR bootstrap/54138
1887         * configure.ac: Re-organize ISL / CLOOG checks to allow
1888         disabling with either --without-isl or --without-cloog.
1889         * configure: Regenerated.
1891 2012-09-03  Georg-Johann Lay  <avr@gjlay.de>
1893         * configure.ac (noconfigdirs,target=avr): Add target-libquadmath.
1894         * configure: Regenerate.
1896 2012-08-27  Ulrich Drepper  <drepper@gmail.com>
1898         * MAINTAINERS: Fix my email address.
1900 2012-08-26  H.J. Lu  <hongjiu.lu@intel.com>
1902         PR binutils/4970
1903         * Makefile.def (host_modules): Rmove lib_path=.libs from bfd
1904         and opcodes.
1905         * Makefile.in: Regenerated.
1907 2012-08-26  Art Haas <ahaas@impactweather.com>
1909         * configure: Regenerate.
1911 2012-08-25  Křištof Želechovski <giecrilj@stegny.2a.pl>
1913         * INSTALL/README: Also refer to the online installation
1914         instructions.
1916 2012-08-21  Hariharan Sandanagobalane <hariharan.gcc@gmail.com>
1918         * MAINTAINERS (Write After Approval): Add myself.
1919         (Picochip port): Remove myself.
1921 2012-08-14   Diego Novillo  <dnovillo@google.com>
1923         Merge from cxx-conversion branch.
1925         * Makefile.tpl (STAGE[+id+]_CXXFLAGS): Remove
1926         POSTSTAGE1_CONFIGURE_FLAGS.
1927         * Makefile.in: Regenerate.
1928         * configure.ac (ENABLE_BUILD_WITH_CXX): Remove.  Update all users.
1929         Force C++ when bootstrapping.
1930         * configure: Regenerate.
1932 2012-07-24  Jan-Benedict Glaw  <jbglaw@lug-owl.de>
1934         * MAINTAINERS (Write After Approval): Add myself.
1936 2012-07-16  Joseph Myers  <joseph@codesourcery.com>
1938         * README: Document use of ranges of years in copyright notices.
1940 2012-07-06  Richard Guenther  <rguenther@suse.de>
1942         * Makefile.def (cloog): Pass $(HOST_GMPINC) and $(HOST_ISLINC)
1943         as CPPFLAGS, pass path to built gmp as LDFLAGS, always use
1944         --with-gmp=system.
1945         * Makefile.in: Regenerated.
1946         * configure: Likewise.
1948 2012-07-06  Richard Guenther  <rguenther@suse.de>
1950         * configure.ac (extra_isl_gmp_configure_flags): Initialize and subst.
1951         * Makefile.def (isl): Use extra_isl_gmp_configure_flags and
1952         supply V=1 as extra_make_flags.
1953         * configure: Regenerated.
1954         * Makefile.in: Likewise.
1956 2012-07-04  Tristan Gingold  <gingold@adacore.com>
1958         * configure: Regenerate.
1960 2012-07-03  Richard Guenther  <rguenther@suse.de>
1962         * Makfile.def (isl): Remove not necessary extra_exports and
1963         extra_make_flags.
1964         (cloog): Use $$CPPFLAGS instead of ${CPPFLAGS}.
1965         * Makefile.in: Regenerated.
1967 2012-07-03  Richard Guenther  <rguenther@suse.de>
1969         * Makefile.def (cloog): Add V=1 to extra_make_flags.
1970         * configure.ac: If either the ISL or the CLooG check failed
1971         do not try to build in-tree versions.
1972         * Makefile.in: Regenerated.
1973         * configure: Regenerated.
1975 2012-07-03  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
1977         * configure: Regenerate.
1979 2012-07-02  Janis Johnson  <janisjo@codesourcery.com>
1981         * MAINTAINERS (Various Maintainers): Add myself as testsuite
1982         maintainer.
1984 2012-07-02  Richard Guenther  <rguenther@suse.de>
1986         * configure: Regenerated.
1988 2012-07-02  Richard Guenther  <rguenther@suse.de>
1989         Michael Matz  <matz@suse.de>
1990         Tobias Grosser <tobias@grosser.es>
1991         Sebastian Pop <sebpop@gmail.com>
1993         * Makefile.def: Add ISL host module, remove PPL host module.
1994         Adjust ClooG host module to use the proper ISL.
1995         * Makefile.tpl: Pass ISL include flags instead of PPL ones.
1996         * configure.ac: Include config/isl.m4.  Add ISL host library,
1997         remove PPL.  Remove PPL configury, add ISL configury, adjust
1998         ClooG configury.
1999         * Makefile.in: Regenerated.
2000         * configure: Likewise.
2002 2012-07-02  Richard Guenther  <rguenther@suse.de>
2004         Merge from graphite branch
2005         2011-07-21  Tobias Grosser  <tobias@grosser.es>
2007         * configure: Regenerated.
2008         * config/cloog.m4: Remove support for CLooG-ppl and CLooG-parma,
2009         both cloog.org and legacy versions. The only supported version will
2010         be CLooG with the isl backend.
2012         2011-07-21  Tobias Grosser  <tobias@grosser.es>
2014         * configure: Regenerated.
2015         * configure.ac: Require cloog isl 0.17.0
2017         2011-07-21  Tobias Grosser  <tobias@grosser.es>
2019         * configure: Regenerated.
2020         * config/cloog.m4: Do not define CLOOG_ORG
2022 2012-06-29  Steven Bosscher  <steven@gcc.gnu.org>
2024         * configure.ac: Skip C if explicitly selected.
2025         * configure: Regenerate.
2027 2012-06-28  Christophe Lyon <christophe.lyon@st.com>
2029         * configure.ac (CFLAGS_FOR_TARGET, CXXFLAGS_FOR_TARGET): Make sure
2030         they contain -O2.
2031         * configure: Regenerate.
2033 2012-06-25  Richard Sandiford  <rdsandiford@googlemail.com>
2035         PR debug/53740
2036         * df.h, df-problems.c, dce.c: Revert last patch.
2038 2012-06-25  Iain Sandoe  <iain@codesourcery.com>
2040         * MAINTAINERS (Write After Approval): Update my email address.
2042 2012-06-21  Meador Inge  <meadori@codesourcery.com>
2044         * MAINTAINERS (Write After Approval): Add myself.
2046 2012-06-20  Jason Merrill  <jason@redhat.com>
2048         * Makefile.tpl (check-target-libgomp-c++): New.
2049         (check-target-libitm-c++): New.
2050         * Makefile.def (c++): Add them.
2051         * Makefile.in: Regenerate.
2053 2012-05-29  Edmar Wienskoski  <edmar@freescale.com>
2055         * MAINTAINERS (Write After Approval): Add myself.
2057 2012-05-16  Olivier Hainque  <hainque@adacore.com>
2059         * Makefile.tpl (gcc-no-fixedincludes): Rename into ...
2060         (gcc-install-no-fixedincludes): Now forwarder to local target in gcc/
2061         (install-no-fixedincludes): Adjust accordingly.
2062         * Makefile.in: Regenerate.
2064 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
2066         Merge upstream change
2067         * libtool.m4 (_LT_ENABLE_LOCK): Support x32.
2069 2012-05-14  Marc Glisse  <marc.glisse@inria.fr>
2071         * MAINTAINERS (Write After Approval): Add myself.
2073 2012-05-09  Nick Clifton  <nickc@redhat.com>
2074             Paul Smith  <psmith@gnu.org>
2076         PR bootstrap/50461
2077         * configure.ac (mpfr-dir): When using in-tree MPFR sources
2078         allow for the fact that from release v3.1.0 of MPFR the source
2079         files were moved into a src sub-directory.
2080         * configure: Regenerate.
2082 2012-05-07  Janne Blomqvist  <jb@gcc.gnu.org>
2084         * configure.ac: Bump minimum MPFR version to 2.4.0.
2085         * configure: Regenerated.
2087 2012-05-01  Richard Henderson  <rth@redhat.com>
2089         * Makefile.def (libatomic): New target_module.
2090         * configure.ac (target_libraries): Add libatomic.
2091         (noconfigdirs): Check if libatomic is supported.
2092         * Makefile.in, configure: Rebuild.
2094 2012-05-01  Greta Yorsh  <Greta.Yorsh@arm.com>
2096         * MAINTAINERS (Write After Approval): Add myself.
2098 2012-04-25  Joel Brobecker  <brobecker@adacore.com>
2100         * config.sub: Update to 2012-04-18 version from official repo.
2102 2012-04-24  Naveen H.S  <naveen.S@kpitcummins.com>
2104         * MAINTAINERS (Write After Approval): Add myself.
2106 2012-04-11  Steve Ellcey  <sellcey@mips.com>
2108         * MAINTAINERS: Changed email address.
2110 2012-03-28  Georg-Johann Lay  <avr@gjlay.de>
2112         PR target/52737
2113         * contrib/gcc_update (files_and_dependencies):
2114         Remove gcc/config/avr/t-multilib from touch data.
2116 2012-03-14  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
2118         * MAINTAINERS (OS Port Maintainers): Remove irix.
2119         * configure.ac (enable_libgomp): Remove *-*-irix6*.
2120         (unsupported_languages): Remove mips-sgi-irix6.*.
2121         (noconfigdirs): Don't add ${libgcj} for mips*-*-irix6*.
2122         (with_stabs): Remove.
2123         * configure: Regenerate.
2125 2012-03-12  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
2127         * MAINTAINERS (OS Port Maintainers): Remove osf.
2128         * configure.ac (enable_libgomp): Remove *-*-osf*.
2129         (with_stabs): Remove alpha*-*-osf*.
2130         * configure: Regenerate.
2132 2012-03-05  Tristan Gingold  <gingold@adacore.com>
2134         * configure.ac: Enable gdb and readline for ia64*-*-*vms*.
2135         * configure: Regenerate.
2137 2012-02-17  Walter Lee  <walt@tilera.com>
2139         * MAINTAINERS: (Write After Approval): Delete myself.
2141 2012-02-14  Walter Lee  <walt@tilera.com>
2143         * MAINTAINERS (tilegx port): Add myself.
2144         (tilepro port): Add myself.
2145         (Write After Approval): Add myself.
2147 2012-02-12  Gerald Pfeifer  <gerald@pfeifer.com>
2149         * MAINTAINERS (Various Maintainers): Add Diego Novillo, Gerald Pfeifer
2150         and Joseph Myers as docstring relicensing maintainers.
2152 2012-02-09  Bin Cheng  <bin.cheng@arm.com>
2154         * MAINTAINERS (write-after-approval): Add myself.
2156 2012-02-08  Ira Rosen <irar@il.ibm.com>
2158         * MAINTAINERS (Various Maintainers): Remove myself as auto-vectorizer
2159         maintainer.
2161 2012-02-04  Venkataramanan Kumar  <venkataramanan.kumar@amd.com>
2163         * MAINTAINERS (Write After Approval): Move myself to
2164         maintain alphabetical order.
2166 2012-02-03  Venkataramanan Kumar  <venkataramanan.kumar@amd.com>
2168         * MAINTAINERS (Write After Approval): Add myself.
2170 2012-02-02  Jayant R Sonar <jayant.sonar@kpitcummins.com>
2172         * MAINTAINERS (Write After Approval): Add myself.
2174 2012-02-02  Sumanth G <sumanth.gundapaneni@kpitcummins.com>
2175             Jayant R Sonar <jayant.sonar@kpitcummins.com>
2177         * configure.ac (cr16-*-*): Remove nonconfigdirs.
2178         * configure: Regenerate.
2180 2012-01-23  Harshit Chopra  <harshit@google.com>
2182         * MAINTAINERS (Write After Approval): Add myself.
2184 2012-01-22  Douglas B Rupp  <rupp@ngnat.com>
2186         * configure.ac: Remove reference to mh-interix.
2187         * configure: Regenerate.
2189 2012-01-05  Richard Henderson  <rth@redhat.com>
2191         PR bootstrap/51072
2192         * configure.ac: Disable libitm if c++ is not enabled.
2193         * configure: Rebuild.
2195         * configure.ac: Fix regexp for same.
2196         * configure: Rebuild.
2198 2012-01-02  Balaji V. Iyer  <bviyer@gmail.com>
2200         * MAINTAINERS (Write After Approval): Add myself.
2202 2012-01-02  Richard Guenther  <rguenther@suse.de>
2204         PR bootstrap/51686
2205         * Makefile.def (install-strip-gcc): Depend on install-strip-lto-plugin.
2206         * Makefile.in: Regenerate.
2208 2011-12-28  Oleg Endo  <olegendo@gcc.gnu.org>
2210         * MAINTAINERS (Write After Approval): Add myself.
2212 2011-12-18  Eric Botcazou  <ebotcazou@adacore.com>
2214         * configure: Regenerate.
2216 2011-12-14  Hariharan Sandanagobalane  <hariharan.gcc@gmail.com>
2218         * MAINTAINERS (picochip): Changed email address.
2220 2011-11-30  Matthew Gretton-Dann  <matthew.gretton-dann@arm.com>
2222         * MAINTAINERS (write-after-approval): Add self.
2224 2011-11-29  DJ Delorie  <dj@redhat.com>
2226         * configure.ac (rl78-*-*) New case.
2227         * configure: Regenerate.
2228         * MAINTAINERS: Add myself as RL78 maintainer.
2230 2011-11-21  Eric Botcazou  <ebotcazou@libertysurf.fr>
2232         * MAINTAINERS: Add self as co-maintainer of the Ada front end.
2234 2011-11-21  Andreas Tobler  <andreast@fgznet.ch>
2236         * libtool.m4: Additional FreeBSD 10 fixes.
2238 2011-11-21  Joern Rennecke  <joern.rennecke@embecosm.com>
2240         * MAINTAINERS: Move myself from Write After Approval to CPU Port
2241         Maintainers section, as Epiphany maintainer.
2243 2011-11-18  Iain Sandoe  <iains@gcc.gnu.org>
2245         PR target/49992
2246         * configure.ac: Remove ranlib special-casing for Darwin.
2247         * configure: Regenerate.
2249 2011-11-12  Andrey Belevantsev  <abel@ispras.ru>
2251         * MAINTAINERS (Reviewers): Keep the list sorted.
2253 2011-11-11  Andrey Belevantsev  <abel@ispras.ru>
2255         * MAINTAINERS (Selective Scheduling): Add myself as a reviewer.
2257 2011-11-09  Roland McGrath  <mcgrathr@google.com>
2259         * configure.ac: Add tool checks for READELF and READELF_FOR_TARGET.
2260         * configure: Rebuild.
2261         * Makefile.def (flags_to_pass): Add READELF_FOR_TARGET.
2262         * Makefile.tpl (READELF, READELF_FOR_TARGET): New variables.
2263         (HOST_EXPORTS): Add READELF, READELF_FOR_TARGET.
2264         (BASE_FLAGS_TO_PASS): Add READELF_FOR_TARGET.
2265         (BASE_TARGET_EXPORTS, EXTRA_HOST_FLAGS, EXTRA_TARGET_FLAGS):
2266         Add READELF.
2267         * Makefile.in: Rebuild.
2269 2011-11-09  Jason Merrill  <jason@redhat.com>
2271         * Makefile.def (language=c++): Remove check-c++0x.
2272         * Makefile.in (check-gcc-c++): Regenerate.
2274 2011-11-08  Richard Henderson  <rth@redhat.com>
2276         * configure.ac: Test for libitm directory present first.
2278         * configure.ac: Adjust srcdir for running libitm/configure.tgt.
2280         * configure.ac: Test libitm/configure.tgt to disable libitm.
2281         * configure: Rebuild.
2283 2011-11-07  Aldy Hernandez  <aldyh@redhat.com>
2284             Richard Henderson  <rth@redhat.com>
2286         Merged from transactional-memory.
2288         * Makefile.def (lang_env_dependencies): libitm is c++.
2289         Add libitm target module.
2290         * configure.ac: Likewise.
2291         * config/mmap.m4: New file.
2292         * contrib/gcc_update: Add libitm to touch data.
2293         * Makefile.in, configure: Rebuild.
2295 2011-11-02  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
2297         * Makefile.tpl (EXTRA_GCC_FLAGS): Remove LIBGCC2_CFLAGS,
2298         LIBGCC2_DEBUG_CFLAGS, LIBGCC2_INCLUDES.
2299         * Makefile.in: Regenerate.
2301 2011-11-01  DJ Delorie  <dj@redhat.com>
2303         * config.sub: Update to version 2011-10-29 (added rl78)
2305 2011-10-27  Nick Clifton  <nickc@redhat.com>
2307         * config.sub: Import these changes from the config project:
2309         2011-10-08  Joern Rennecke  <joern.rennecke@embecosm.com>
2310             Ben Elliston  <bje@gnu.org>
2312         * config.sub (epiphany): New.
2314         2011-09-09  Linas Vepstas  <linasvepstas@gmail.com>
2315             Ben Elliston  <bje@gnu.org>
2317         * config.sub (hexagon, hexagon-*): New.
2319         2011-08-23  Roland McGrath  <mcgrathr@google.com>
2321         * config.sub: Rename 32eb to be32, 32el to le32, 64el to le64, and
2322         64eb to be64.
2324         2011-08-16  Roland McGrath  <mcgrathr@google.com>
2326         * config.sub (32eb, 32el, 64eb, 64el): New (pseudo-)CPUs.
2327         (nacl): Grok as alias for 32el-unknown-nacl.
2329 2011-10-25  Kirill Yukhin  <kirill.yukhin@intel.com>
2331         * MAINTAINERS (Write After Approval): Add myself.
2333 2011-10-24  Teresa Johnson  <tejohnson@google.com>
2335         * MAINTAINERS (Write After Approval): Add myself.
2337 2011-09-21  Jakub Jelinek  <jakub@redhat.com>
2339         * MAINTAINERS (sparc port): Remove myself.
2341 2011-09-14  Tom de Vries  <tom@codesourcery.com>
2343         * MAINTAINERS (Write After Approval): Add myself.
2345 2011-08-14  Yao Qi  <yao@codesourcery.com>
2347         * configure.ac (tic6x-*-*): Remove gdb from noconfigdirs.
2348         * configure: Regenerate.
2350 2011-07-26  Ian Lance Taylor  <iant@google.com>
2352         * configure.ac: Set have_compiler based on whether gcc directory
2353         exists, rather than on whether gcc is in configdirs.
2354         * configure: Rebuild.
2356 2011-07-21  Joseph Myers  <joseph@codesourcery.com>
2358         * MAINTAINERS (Global Reviewers): Add self.
2360 2011-07-20  David Edelsohn  <dje.gcc@gmail.com>
2362         * Makefile.tpl (POSTSTAGE1_CONFIGURE_FLAGS): Add libsupc++ to
2363         link directories.
2364         * Makefile.in: Rebuild.
2366 2011-07-20  Ian Lance Taylor  <iant@google.com>
2368         PR bootstrap/49787
2369         * configure.ac: Move --enable-bootstrap handling earlier in file.
2370         If --enable-bootstrap and either --enable-build-with-cxx or
2371         --enable-build-poststage1-with-cxx, enable C++ automatically.
2372         * configure: Rebuild.
2374 2011-07-19  Ian Lance Taylor  <iant@google.com>
2376         * configure.ac: Add --enable-build-poststage1-with-cxx.  If set,
2377         make C++ a boot_language.  Set and substitute
2378         POSTSTAGE1_CONFIGURE_FLAGS.
2379         * Makefile.tpl (POSTSTAGE1_CONFIGURE_FLAGS): New variable.
2380         (STAGE[+id+]_CONFIGURE_FLAGS): Add $(POSTSTAGE1_CONFIGURE_FLAGS).
2381         * configure, Makefile.in: Rebuild.
2383 2011-07-19  Vladimir Makarov  <vmakarov@redhat.com>
2385         * MAINTAINERS (Register Allocation): Move myself from reviewers to
2386         maintainers.
2388 2011-07-18  Jakub Jelinek  <jakub@redhat.com>
2390         * MAINTAINERS (Global Reviewers): Add myself.
2392 2011-07-18  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
2394         * configure: Regenerate.
2396 2011-07-16  Jason Merrill  <jason@redhat.com>
2398         * Makefile.def (language=c++): Add check-c++0x and
2399         check-target-libmudflap-c++.
2400         * Makefile.tpl (check-target-libmudflap-c++): New.
2401         * Makefile.in: Regenerate.
2403 2011-07-16  Matthias Klose  <doko@ubuntu.com>
2405         * Makefile.tpl (EXTRA_CONFIGARGS_LIBJAVA): Define.
2406         * Makefile.def (target_modules/libjava): Pass
2407         $(EXTRA_CONFIGARGS_LIBJAVA).
2408         * configure.ac: Pass --disable-static in EXTRA_CONFIGARGS_LIBJAVA,
2409         if not configured with --enable-static-libjava.
2410         * Makefile.in: Regenerate.
2411         * configure: Likewise.
2413 2011-07-15  Jason Merrill  <jason@redhat.com>
2415         * Makefile.in (check-c++): Move check-gcc-c++0x after
2416         check-target-libstdc++-v3.
2418 2011-07-15  Bernd Schmidt  <bernds@codesourcery.com>
2420         * MAINTAINERS (c6x port): New entry.
2422 2011-07-13  Jason Merrill  <jason@redhat.com>
2424         * Makefile.in (check-gcc-c++0x): New.
2425         (check-c++): Depend on it.
2427 2011-07-07  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
2429         PR target/39150
2430         * configure.ac (i[3456789]86-*-solaris2*): Also accept
2431         x86_64-*-solaris2.1[0-9]*.
2432         * configure: Regenerate.
2434 2011-06-29  Richard Sandiford  <rdsandiford@googlemail.com>
2436         * MAINTAINERS (RTL optimizers): Add self.
2438 2011-06-27  Gabriel Charette  <gchare@google.com>
2440         * MAINTAINERS (Write After Approval): Add myself.
2442 2011-06-22  Hans-Peter Nilsson  <hp@axis.com>
2444         PR regression/47836
2445         PR bootstrap/23656
2446         PR other/47733
2447         PR bootstrap/49247
2448         PR c/48825
2449         * configure.ac (target_libraries): Remove target-libiberty.
2450         Remove case-statement setting skipdirs=target-libiberty for
2451         multiple targets.  Remove checking target_configdirs and
2452         removing target-libiberty but keeping target-libgcc if
2453         otherwise empty.
2454         * Makefile.def (target_modules): Don't add libiberty.
2455         (dependencies): Remove all traces of target-libiberty.
2456         * configure, Makefile.in: Regenerate.
2458 2011-06-13  Walter Lee <walt@tilera.com>
2460         * configure.ac (tilepro-*-*) New case.
2461         (tilegx-*-*): Likewise.
2462         * configure: Regenerate.
2464 2011-06-06  Jing Yu  <jingyu@google.com>
2466         * configure.ac: Skip target-libiberty for
2467         arm*-*-linux-androideabi.
2468         * configure: Regenerated.
2470 2011-06-06  Nick Clifton  <nickc@redhat.com>
2472         * config.sub: Sync from upstream.
2474 2011-06-05  Nenad Vukicevic  <nenad@intrepid.com>
2476         * MAINTAINERS (Write After Approval): Add myself.
2478 2011-06-01  Daniel Jacobowitz  <drow@false.org>
2480         * MAINTAINERS: Update my email address.
2482 2011-05-27  Nathan Froyd  <froydnj@codesourcery.com>
2484         * MAINTAINERS (Write After Approval): Update my email address.
2486 2011-05-11  Paul Pluzhnikov  <ppluzhnikov@google.com>
2488         * MAINTAINERS (Write After Approval): Add myself.
2490 2011-05-08  Doug Kwan  <dougkwan@google.com>
2492         * configure.ac: Propagate LDFLAGS_FOR_TARGET.
2493         * configure: Regenerated.
2494         * Makefile.tpl (LDFLAGS_FOR_TARGET): Use LDFLAGS_FOR_TARGET
2495         value from configure.
2496         * Makefile.in: Regenerated.
2498 2011-05-05  Joseph Myers  <joseph@codesourcery.com>
2500         * configure.ac (alpha*-dec-osf*, i[[3456789]]86-*-rdos*,
2501         sh*-*-pe|mips*-*-pe|arm-wince-pe, sparc-*-sunos4*, *-*-aix*,
2502         *-*-beos*, *-*-chorusos, *-*-dragonfly*, *-*-freebsd*, *-*-linux*
2503         | *-*-gnu* | *-*-k*bsd*-gnu | *-*-kopensolaris*-gnu, *-*-lynxos*,
2504         *-*-mingw*, *-*-netbsd*, *-*-netware*, *-*-tpf*, *-*-uclinux*,
2505         *-*-vxworks*): Disable newlib and libgloss in separate case
2506         statement.
2507         (i[[3456789]]86-*-linux*): Move logic allowing newlib to be built
2508         to separate case statement.
2509         (*-*-chorusos, *-*-dragonfly*, *-*-freebsd*, *-*-netbsd*,
2510         *-*-netware*, *-*-tpf*, *-*-uclinux*, *-*-vxworks*,
2511         alpha*-dec-osf*, alpha*-*-linux*, am33_2.0-*-linux*, sh-*-linux*,
2512         sh*-*-pe|mips*-*-pe|*arm-wince-pe, arm-*-coff, arm-*-elf* |
2513         arm*-*-eabi*, arm*-*-linux-gnueabi, arm*-*-symbianelf*, avr-*-*,
2514         bfin-*-*, cris-*-* | crisv32-*-*, frv-*-*, i[[3456789]]86-*-coff |
2515         i[[3456789]]86-*-elf, i[[3456789]]86-w64-mingw*,
2516         i[[3456789]]86-*-mingw*, x86_64-*-mingw*,
2517         i[[3456789]]86-*-interix*, i[[3456789]]86-*-beos*,
2518         i[[3456789]]86-*-rdos*, m32r-*-*,
2519         m68hc11-*-*|m6811-*-*|m68hc12-*-*|m6812-*-*, m68k-*-elf*, m68*-*-*
2520         | fido-*-*, powerpc-*-aix*, powerpc-*-beos*, powerpc-*-eabi,
2521         powerpc-*-eabi* | powerpcle-*-eabi* | powerpc-*-rtems*,
2522         rs6000-*-lynxos*, rs6000-*-aix*, mips*-*-linux*, sparclet-*-aout*
2523         | sparc86x-*-*, sparc-*-elf*, sparc64-*-elf*, sparclite-*-*,
2524         sparc-*-sunos4*, sparc-*-solaris* | sparc64-*-solaris* |
2525         sparcv9-*-solaris*, *-*-linux* | *-*-gnu* | *-*-k*bsd*-gnu |
2526         *-*-kopensolaris*-gnu, *-*-lynxos*, *-*-*): Don't disable newlib
2527         and libgloss in main case over targets.  Remove most empty cases
2528         in main case over targets.
2529         * configure: Regenerate.
2531 2011-05-04  Janis Johnson  <janisjo@codesourcery.com>
2533         * MAINTAINERS (Write After Approval): Add myself.
2535 2011-05-04  Joseph Myers  <joseph@codesourcery.com>
2537         * configure.ac: Remove code setting special library locations for
2538         hppa*64*-*-hpux11*.  Remove code setting compiler for
2539         sparc-sun-solaris2*.
2540         * configure: Regenerate.
2542 2011-05-04  Joseph Myers  <joseph@codesourcery.com>
2544         * configure.ac: Separate libgloss_dir settings from general case
2545         over targets.
2546         * configure: Regenerate.
2548 2011-04-28  Joseph Myers  <joseph@codesourcery.com>
2550         * configure.ac (*-*-dragonfly*, *-*-freebsd*, *-*-netbsd*,
2551         alpha*-dec-osf*, alpha*-*-linux*, alpha*-*-*, sh-*-linux*,
2552         arm-*-elf* | arm*-*-eabi*, arm*-*-linux-gnueabi, frv-*-*): Remove
2553         cases in libgcj-disabling case statement.
2554         (hppa*64*-*-linux*): Set unsupported_languages instead of
2555         disabling target-zlib.
2556         (hppa*64*-*-*): Restrict case in libgcj-disabling case statement
2557         to hppa*64*-*-hpux*.
2558         (hppa*-*-*): Restrict case in libgcj-disabling case statement to
2559         hppa*-*-hpux*.
2560         (ia64*-*-elf*, ia64*-**-hpux*, i[[3456789]]86-*-elf,
2561         i[[3456789]]86-*-linux*, *-*-cygwin*, i[[3456789]]86-*-interix*,
2562         i[[3456789]]86-*-solaris2*, m32r-*-*, m68k-*-elf*, m68*-*-* |
2563         fido-*-*, powerpc-*-eabi, powerpc-*-eabi* | powerpcle-*-eabi* |
2564         powerpc-*-rtems*, mips*-*-linux*, mips*-*-*, sh-*-* | sh64-*-*,
2565         sparc-*-elf*, sparc64-*-elf*, sparc-*-solaris* |
2566         sparc64-*-solaris* | sparcv9-*-solaris*, *-*-linux* | *-*-gnu* |
2567         *-*-k*bsd*-gnu | *-*-kopensolaris*-gnu, *-*-*): Remove cases in
2568         libgcj-disabling case statement.
2569         * configure: Regenerate.
2571 2011-04-28  Joseph Myers  <joseph@codesourcery.com>
2573         * configure.ac: Disable Java for targets not supporting libffi.
2574         (*-*-chorusos, *-*-kaos*, am33_2.0-*-linux*, sh*-*-pe|mips*-*-pe):
2575         Remove cases in Java-disabling statement.
2576         (*arm-wince-pe): Change to arm-wince-pe.
2577         (arc-*-*, arm-*-coff, arm-*-pe*, arm-*-riscix*, avr-*-*): Remove
2578         cases in Java-disabling statement.
2579         (bfin-*-*): Don't disable Java again.
2580         (c4x-*-* | tic4x-*-*, tic54x-*-*, cr16-*-*, d10v-*-*, d30v-*-*,
2581         fr30-*-elf*, moxie-*-*, h8300*-*-*, h8500-*-*, hppa1.1-*-osf* |
2582         hppa1.1-*-bsd*, hppa*-*-*elf* | hppa*-*-lites* | hppa*-*-openbsd*,
2583         hppa*-*-pro*, i960-*-*, i[[3456789]]86-*-coff,
2584         i[[3456789]]86-*-pe, i[[3456789]]86-*-sco3.2v5*,
2585         i[[3456789]]86-*-sco*, i[[3456789]]86-*-sysv4*,
2586         i[[3456789]]86-*-beos*, i[[3456789]]86-*-rdos*,
2587         m68hc11-*-*|m6811-*-*|m68hc12-*-*|m6812-*-*): Remove cases in
2588         Java-disabling statement.
2589         (mmix-*-*): Don't disable Java again.
2590         (mt-*-*, powerpc*-*-winnt* | powerpc*-*-pe*, powerpcle-*-solaris*,
2591         powerpc-*-beos*, rs6000-*-lynxos*, rs6000-*-*, m68k-apollo-*,
2592         microblaze*, mips*-sde-elf*, mips*-*-irix5*, mips*-*-bsd*,
2593         sparclet-*-aout* | sparc86x-*-*, sparclite-*-*, sparc-*-sunos4*,
2594         tic6x-*-*, v810-*-*, vax-*-*): Remove cases in Java-disabling
2595         statement.
2596         * configure: Regenerate.
2598 2011-04-28  Joseph Myers  <joseph@codesourcery.com>
2600         * configure.ac: Separate cases disabling Java and Java libraries
2601         from general case over targets.
2602         * configure: Regenerate.
2604 2011-04-21  Jie Zhang  <jzhang918@gmail.com>
2606         * MAINTAINERS: Update my email address.
2608 2011-04-20  Easwaran Raman  <eraman@google.com>
2610         * MAINTAINERS (Write After Approval): Add myself.
2612 2011-04-18  Jack Howarth  <howarth@bromo.med.uc.edu>
2614         PR lto/48086
2615         * configure.ac: Re-enable LTO on *-apple-darwin9*.
2616         * configure: Regenerate.
2618 2011-04-16  Jim Meyering  <meyering@redhat.com>
2620         * MAINTAINERS (Write After Approval): Add myself.
2622 2011-04-15  Dodji Seketeli  <dodji@redhat.com>
2624         * MAINTAINERS: Update my email address.
2626 2011-04-13  Georg-Johann Lay  <avr@gjlay.de>
2628         * MAINTAINERS (Write After Approval): Add myself.
2630 2011-04-12  Yufeng Zhang  <yufeng.zhang@arm.com>
2632         * MAINTAINERS (Write After Approval): Add myself.
2634 2011-04-07  Stuart Henderson  <shenders@gcc.gnu.org>
2636         * MAINTAINERS (Write After Approval): Add myself.
2638 2011-04-06  Joseph Myers  <joseph@codesourcery.com>
2640         * configure.ac (build_tools): Remove build-byacc.
2641         (host_libs): Remove mmalloc.
2642         (host_tools): Remove byacc make patch prms send-pr ash bash bzip2
2643         autoconf automake libtool diff rcs fileutils shellutils time
2644         textutils wdiff find uudecode hello tar gzip indent recode release
2645         sed perl gawk findutils gettext zip.
2646         (libgcj): Remove target-qthreads.
2647         (target_tools): Remove target-examples target-gperf.
2648         (YACC): Don't handle building byacc.
2649         * configure: Regenerate.
2650         * Makefile.def (ash, autoconf, automake, bash, byacc, bzip2, diff,
2651         dosutils, examples, fileutils, find, findutils, gawk, gettext,
2652         gnuserv, gperf, gzip, hello, indent, libtool, make, mmalloc,
2653         patch, perl, prms, qthreads, rcs, recode, release, sed, send-pr,
2654         shellutils, tar, textutils, time, uudecode, wdiff, zip): Don't
2655         handle building components.
2656         * Makefile.in: Regenerate.
2658 2011-04-05  Sterling Augustine <augustine.sterling@gmail.com>
2660         * MAINTAINERS: Update my email address as Xtensa maintainer.
2662 2011-04-05  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
2664         * config.sub: Sync from upstream.
2666 2011-04-01  Joseph Myers  <joseph@codesourcery.com>
2668         * configure.ac (avr-*-*): Add comment about why libssp is disabled.
2669         (microblaze*): Don't disable libssp.
2670         * configure: Regenerate.
2672 2011-04-01  Joseph Myers  <joseph@codesourcery.com>
2674         * configure.ac: Remove code setting CONFIG_SHELL, config_shell and
2675         moveifchange.
2676         * configure: Regenerate.
2677         * Makefile.tpl: Use @SHELL@ not @config_shell@.
2678         * Makefile.in: Regenerate.
2680 2011-04-01  Joseph Myers  <joseph@codesourcery.com>
2682         * configure.ac (*-*-sysv4*): Don't enable libgomp.
2683         (alpha*-*-*vms*, i[[34567]]86-*-sco3.2v5*, mn10300-*-*,
2684         powerpc-*-chorusos*, powerpc*-*-eabi*, powerpc*-*-sysv*,
2685         powerpc*-*-kaos*, s390x-ibm-tpf*, sparc64-*-elf*, v850*-*-*,
2686         xtensa*-*-elf*, *-*-beos*, *-*-elf*, *-*-netware*, *-*-rtems*,
2687         *-*-sysv[[45]]*, *-*-vxworks*, *-wrs-windiss): Remove
2688         md_exec_prefix cases.
2689         * configure: Regenerate.
2691 2011-04-01  Joseph Myers  <joseph@codesourcery.com>
2693         * configure.ac: Separate cases disabling target-libssp,
2694         target-libiberty, target-libstdc++-v3 and Fortran from general
2695         case over targets.
2696         * configure: Regenerate.
2698 2011-04-01  Joseph Myers  <joseph@codesourcery.com>
2700         * configure.ac (*-*-chorusos): Don't disable libgcj.
2701         (*-*-freebsd[[12]] | *-*-freebsd[[12]].* | *-*-freebsd*aout*):
2702         Remove case.
2703         (*-*-kaos*): Don't disable GCC libraries, zlib or fastjar.
2704         (arm-*-coff): Don't disable libgcj.
2705         (arm*-*-linux-gnueabi): Remove useless assignment.
2706         (arm-*-riscix*): Don't disable libgcj.
2707         (bfin-*-*): Don't enable target-bsp and target-cygmon depending on
2708         configuration.
2709         (c4x-*-* | tic4x-*-*): Don't disable GCC libraries.
2710         (c54x*-*-*): Remove case.
2711         (tic54x-*-*): Don't disable GCC or GCC libraries.
2712         (cris-*-* | crisv32-*-*): Don't handle *-*-aout.  Change *-*-elf
2713         to *.
2714         (d10v-*-*): Don't disable GCC libraries.
2715         (d30v-*-*): Don't disable libgcj.
2716         (h8500-*-*): Don't disable GCC libraries.
2717         (i960-*-*): Don't disable libgcj.
2718         (i[[3456789]]86-*-linux*): Don't handle *-*-*libc1*.
2719         (i[[3456789]]86-*-sco3.2v5*, i[[3456789]]86-*-sco*,
2720         i[[3456789]]86-*-sysv4*, i[[3456789]]86-*-beos*): Don't disable
2721         libgcj.
2722         (m68k-*-coff*): Remove case.
2723         (mmix-*-*): Don't disable libgloss on host.
2724         (mn10200-*-*, mn10300-*-*): Remove cases.
2725         (powerpc*-*-winnt* | powerpc*-*-pe*, powerpcle-*-solaris*,
2726         powerpc-*-beos*, m68k-apollo-*, mips*-*-irix5*, mips*-*-bsd*):
2727         Don't disable libgcj.
2728         (romp-*-*): Remove case.
2729         (sparclite-*-*, sparc-*-sunos4*): Don't disable libgcj.
2730         (sparc-*-solaris2.[[0-6]] | sparc-*-solaris2.[[0-6]].*): Remove
2731         case.
2732         (v810-*-*): Don't disable GCC libraries.
2733         (v850*-*-*, vax-*-vms, xtensa*-*-*): Remove cases.
2734         (ip2k-*-*): Don't disable GCC libraries.
2735         * configure: Regenerate.
2737 2011-03-28  Joseph Myers  <joseph@codesourcery.com>
2739         * configure.ac (i[[3456789]]86-*-msdosdjgpp*): Don't disable
2740         libffi on host.
2741         (x86_64-*-mingw*, i[[3456789]]86-*-mingw32*): Don't disable newlib
2742         on host.
2743         (c54x*-*-* | tic54x-*-*): Don't disable newlib on host.
2744         * configure: Regenerate.
2746 2011-03-26  John Marino  <binutils@marino.st>
2748         * configure.ac: Add support for *-*-dragonfly*
2749         * configure: Regenerate.
2751 2011-03-25  Joseph Myers  <joseph@codesourcery.com>
2753         * configure.ac (native_only): Remove.
2754         (i[[3456789]]86-*-msdosdjgpp*): Don't disable expect dejagnu
2755         send-pr uudecode guile gnuserv on host.
2756         (x86_64-*-mingw*): Don't disable expect dejagnu autoconf automake
2757         send-pr rcs guile perl texinfo libtool on host.
2758         (i[[3456789]]86-*-mingw32*): Don't disable expect dejagnu autoconf
2759         automake send-pr rcs guile perl texinfo libtool on host.
2760         (*-*-cygwin*, *-*-netbsd*): Remove host cases.
2761         (*-*-kaos*): Don't disable target-examples target-gperf on target.
2762         (alpha*-dec-osf*): Don't disable fileutils on target.
2763         (sh*-*-pe|mips*-*-pe|*arm-wince-pe): Don't disable target-examples
2764         texinfo send-pr expect dejagnu on target.
2765         (arm-*-elf* | arm*-*-eabi*, arm*-*-linux-gnueabi): Don't disable
2766         target-qthreads on target.
2767         (hppa*-hp-hpux11*, hppa*-*-*): Don't disable shellutils on target.
2768         (ia64*-*-elf*, ia64*-*-*vms*): Don't disable mmalloc on target.
2769         (i[[3456789]]86-w64-mingw*, i[[3456789]]86-*-mingw*,
2770         x86_64-*-mingw*): Don't disable expect on target.
2771         (*-*-cygwin*): Don't disable target-gperf on target.
2772         (powerpc*-*-winnt* | powerpc*-*-pe*): Don't disable make expect
2773         gnuserv on target.
2774         (powerpcle-*-solaris*): Don't disable make expect gnuserv on
2775         target.
2776         * configure: Regenerate.
2778 2011-03-25  Joseph Myers  <joseph@codesourcery.com>
2780         * configure.ac (target_tools): Remove target-groff.
2781         (native_only): Remove target-groff.
2782         (hppa*64*-*-*): Don't disable byacc.
2783         (i[[3456789]]86-*-mingw32*): Remove commented-out noconfigdirs
2784         setting.
2785         (*-*-kaos*): Don't skip target-librx and target-groff.
2786         (*-*-netware*): Don't skip target-libmudflap.
2787         (*-*-tpf*): Don't skip target-libmudflap.
2788         (sh*-*-pe|mips*-*-pe|*arm-wince-pe): Don't condition configured
2789         directories on the host.
2790         (ia64*-*-*vms*): Don't skip tix.
2791         (sh-*-* | sh64-*-*): Don't condition skipped directories on the
2792         host.
2793         * configure: Regenerate.
2795 2011-03-24  Paolo Bonzini  <pbonzini@redhat.com>
2797         * configure.ac: Remove references to mt-mep, mt-netware,
2798         mt-wince.
2799         * Makefile.def: Add all-utils soft dependencies.
2800         * Makefile.tpl: Remove GDB_NLM_DEPS.
2801         * configure: Regenerate.
2802         * Makefile.in: Regenerate.
2804 2011-03-24  Paolo Bonzini  <bonzini@gnu.org>
2806         * configure.ac: Do not include mh-x86omitfp.
2807         * configure: Regenerate.
2809 2011-03-24  Paolo Bonzini  <bonzini@gnu.org>
2811         * configure.ac: Remove empty cases.
2812         * configure: Regenerate.
2814 2011-03-24  Paolo Bonzini  <bonzini@gnu.org>
2816         * Makefile.def: Add dependency from termcap to gdb.
2817         * Makefile.in: Regenerate.
2819 2011-03-24  Paolo Bonzini  <bonzini@gnu.org>
2821         * configure.ac: Remove all mentions of mh-sysv4 and mh-solaris.
2822         * configure: Regenerate.
2823         * Makefile.def: Remove all mentions of X11_FLAGS_TO_PASS.
2824         * Makefile.tpl: Likewise.
2825         * Makefile.in: Regenerate.
2827 2011-03-24  Paolo Bonzini  <bonzini@gnu.org>
2829         * configure.ac: Remove all mentions of tentative_cc.
2830         * configure: Regenerate.
2832 2011-03-24  Joseph Myers  <joseph@codesourcery.com>
2834         * configure.ac (i[[3456789]]86-*-vsta, i[[3456789]]86-*-go32*,
2835         i[[3456789]]86-*-beos*, powerpc-*-beos*, m68k-hp-hpux*,
2836         m68k-apollo-sysv*, m68k-apollo-bsd*, m88k-dg-dgux*,
2837         m88k-harris-cxux*, m88k-motorola-sysv*, mips*-dec-ultrix*,
2838         mips*-nec-sysv4*, mips*-sgi-irix4*, mips*-*-sysv4*, mips*-*-sysv*,
2839         i370-ibm-opened*, i[[3456789]]86-*-sysv5*, i[[3456789]]86-*-dgux*,
2840         i[[3456789]]86-ncr-sysv4.3*, i[[3456789]]86-ncr-sysv4*,
2841         i[[3456789]]86-*-sco3.2v5*, i[[3456789]]86-*-sco*,
2842         i[[3456789]]86-*-udk*, vax-*-ultrix2*, m68k-sun-sunos*,
2843         hppa*-*-hiux*, *-*-hiux*, rs6000-*-lynxos*, *-*-sysv4*,
2844         *-*-rhapsody*): Remove host cases.
2845         * configure: Regenerate.
2847 2011-03-24  Joseph Myers  <joseph@codesourcery.com>
2849         * configure.ac (ppc*-*-pe): Remove host case.
2850         (strongarm-*-coff | xscale-*-coff, strongarm-*-elf* |
2851         xscale-*-elf*, thumb-*-coff, thumb-*-elf, thumb-*-pe, ep9312-*-elf
2852         | ep9312-*-coff, parisc*64*-*-linux*, ppc*-*-pe): Remove target
2853         cases.
2854         * configure: Regenerate.
2856 2011-03-24  Joseph Myers  <joseph@codesourcery.com>
2858         * config.sub: Update to version 2011-03-23.
2860 2011-03-22  Joseph Myers  <joseph@codesourcery.com>
2862         * configure.ac (arm-semi-aof, crx-*-*, parisc*-*-linux*,
2863         i370-*-opened*, i[[3456789]]86-moss-msdos | i[[3456789]]86-*-moss*
2864         | i[[3456789]]86-*-uwin*, mcore-*-pe*): Remove empty cases.
2865         * configure: Regenerate.
2867 2011-03-22  Joseph Myers  <joseph@codesourcery.com>
2869         * MAINTAINERS (crx port, m68hc11 port): Remove.  Move maintainers
2870         to Write After Approval.
2871         * config-ml.in: Don't handle arc-*-elf*.
2872         * configure.ac (arc-*-*, crx-*-*, i[[3456789]]86-*-pe,
2873         m68hc11-*-*|m6811-*-*|m68hc12-*-*|m6812-*-*, mcore-*-pe*): Don't
2874         handle GCC libraries.
2875         * configure: Regenerate.
2877 2011-03-21  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
2879         PR bootstrap/48120:
2880         * configure.ac (pwllib): Use LIBS instead of LDFLAGS.
2881         Add -lstdc++ -lm to LIBS.
2882         * configure: Regenerate.
2884 2011-03-18  David Edelsohn  <dje.gcc@gmail.com>
2886         * config.guess: Update to version 2011-02-02
2887         * config.sub: Update to version 2011-02-24
2889 2011-03-16  Jack Howarth  <howarth@bromo.med.uc.edu>
2891         PR lto/48086
2892         * configure.ac: Re-enable LTO on *-apple-darwin9.
2893         * configure: Regenerate.
2895 2011-03-13  Jack Howarth  <howarth@bromo.med.uc.edu>
2897         PR lto/48086
2898         * configure.ac: Disable LTO on darwin due to an assembler change in
2899         Xcode 3.2.6/4.0 that limits the total number of sections/segments to
2900         under 256.
2901         * configure: Regenerate.
2903 2011-03-11  Chen Liqin <liqin.gcc@gmail.com>
2905         * MAINTAINERS: Update myself as score backend maintainer,
2906         update my e-mail address.
2908 2011-03-09  Xuepeng Guo  <terry.guo@arm.com>
2910         * MAINTAINERS: Update my e-mail address.
2912 2011-03-06  Joey Ye  <joey.ye@arm.com>
2914         * MAINTAINERS: Update my e-mail address.
2916 2011-03-02  Sebastian Pop  <sebastian.pop@amd.com>
2918         * configure.ac: Adjust test of with_ppl.
2919         * configure: Regenerated.
2921 2011-03-02  Kai Tietz  <ktietz@redhat.com>
2923         * MAINTAINERS: Adjust my e-mail address.
2925 2011-03-02  Sebastian Pop  <sebastian.pop@amd.com>
2927         * configure.ac: Add -lpwl to ppllibs.
2928         * configure: Regenerated.
2930 2011-03-02  Sebastian Pop  <sebastian.pop@amd.com>
2932         * config/cloog.m4: Add -lisl to clooglibs.
2933         * configure: Regenerated.
2935 2011-02-24  Ramana Radhakrishnan  <ramana.radhakrishnan@arm.com>
2937         * MAINTAINERS (CPU Port maintainers): Add self.
2939 2011-02-16  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
2941         * MAINTAINERS: Add myself as testsuite maintainer.
2943 2011-02-15  Mike Stump  <mikestump@comcast.net>
2945         * MAINTAINERS: Add myself as testsuite maintainer.
2947 2011-02-13  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
2949         Import from Libtool and gnulib:
2951         2011-01-27  Gerald Pfeifer  <gerald@pfeifer.com>
2953         Prepare for supporting FreeBSD 10.
2954         * config.rpath: Remove handling of freebsd1* which soon would
2955         match FreeBSD 10.0.
2957         2011-01-20  Gerald Pfeifer  <gerald@pfeifer.com>  (tiny change)
2959         Remove support for FreeBSD 1.x.
2960         * libtool.m4 (_LT_LINKER_SHLIBS)
2961         (_LT_SYS_DYNAMIC_LINKER): Remove handling of freebsd1* which
2962         soon would incorrectly match FreeBSD 10.0.
2964 2011-02-12  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
2966         PR binutils/12283
2967         * move-if-change: Import version from gnulib.
2969 2011-02-12  Alexandre Oliva  <aoliva@redhat.com>
2971         PR lto/47225
2972         * Makefile.def (lto-plugin): Double dash for enable-shared.
2973         (configure-gcc): Depend on all-lto-plugin.
2974         * Makefile.in: Rebuilt.
2976 2011-02-11  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
2978         * configure.ac: Remove extra bracket.
2979         * configure: Regenerate.
2981 2011-02-08  Tobias Burnus  <burnus@net-b.de>
2983         * MAINTAINERS: Add myself as libquadmath maintainer.
2985 2011-02-08  Thomas Schwinge  <thomas@schwinge.name>
2987         * MAINTAINERS: Update my email address.
2989 2011-02-07  Joseph Myers  <joseph@codesourcery.com>
2991         * MAINTAINERS (option handling): Add self.
2993 2011-02-06  Kai Tietz  <kai.tietz@onevision.com>
2995         PR lto/47225
2996         * Makefile.def: Add dependency for install-gcc
2997         on install-lto-plugin.
2998         * Makfile.in: Regenerated
3000 2011-02-01  Sebastien Bourdeauducq  <sebastien@milkymist.org>
3002         * MAINTAINERS (CPU Port Maintainers): Add myself.
3004 2011-01-31  Alexandre Oliva  <aoliva@redhat.com>
3006         PR libgcj/44341
3007         * configure.ac: Discard --with-* flags for host when configuring
3008         target libraries for cross build.
3009         * configure: Rebuilt.
3011 2011-01-25  Sebastian Pop  <sebastian.pop@amd.com>
3013         * MAINTAINERS (linear loop transforms): Removed.
3015 2011-01-25  Jakub Jelinek  <jakub@redhat.com>
3017         * configure.ac: If with_ppl is no, move setting with_cloog=no
3018         after CLOOG_REQUESTED check.
3019         * configure: Regenerated.
3021 2011-01-25  Sebastian Pop  <sebastian.pop@amd.com>
3023         * configure.ac: Call AC_MSG_ERROR when PPL 0.11 is not present and
3024         CLooG has been requested.
3025         * configure: Regenerated.
3027 2011-01-25  Sebastian Pop  <sebastian.pop@amd.com>
3029         * configure: Regenerated.
3030         * configure.ac: Check for version 0.11 (or later revision) of PPL.
3032 2011-01-25  Tobias Grosser  <grosser@fim.uni-passau.de>
3034         * configure: Regenerated.
3035         * configure.ac: Use CLOOG_CHECK_VERSION(0,16,1).
3037 2011-01-21  Andreas Schwab  <schwab@redhat.com>
3039         * configure.ac: Use AS_HELP_STRING throughout.
3040         * configure: Regenerate.
3042 2011-01-18  Jie Zhang  <jie.zhang@analog.com>
3044         * configure.ac (bfin-*-*): Remove gdb from noconfigdirs.
3045         * configure: Regenerate.
3047 2011-01-13  John David Anglin  <dave.anglin@nrc-cnrc.gc.ca>
3049         * ltmain.sh (relink): Use absolute path when hardcoding with -L.
3051 2011-01-13  Joel Brobecker  <brobecker@adacore.com>
3053         * configure.ac: Remove readline, mmalloc, and gdb from noconfigdirs
3054         for ia64-hpux.
3055         * configure: Regenerate.
3057 2011-01-07  Jan Hubicka  <jh@suse.cz>
3059         PR lto/47225
3060         * Makefile.in: Regenerate.
3061         * Makefile.def (lto-plugin): Always pass enable-shared to the plugin
3062         configure.
3064 2011-01-07  Jan Hubicka  <jh@suse.cz>
3066         * Makefile.in: Regenerate.
3067         * Makefile.def (gcc host module) and soft dependency on lto-plugin
3068         and configure dependency on lto-plugin configure.
3069         (lto-plugin module): Remove dependency on GCC; add dependency on
3070         liniberty.
3072 2011-01-07  William Schmidt  <wschmidt@linux.vnet.ibm.com>
3074         * MAINTAINERS (Write After Approval): Add myself.
3076 2010-12-23  Hariharan Sandanagobalane <hariharan@picochip.com>
3078         * configure: Regenerate.
3080 2010-12-22  Hariharan Sandanagobalane <hariharan@picochip.com>
3082         * configure.ac: (picochip): Disable libiberty.
3084 2010-12-14  Kaushik Phatak  <kaushik.phatak@kpitcummins.com>
3086         * MAINTAINERS (Write After Approval): Add myself.
3088 2010-12-10  Ian Lance Taylor  <iant@google.com>
3090         PR bootstrap/46819
3091         * configure.ac: For --disable-libgcj clear libgcj_saved.
3092         * configure: Rebuild.
3094 2010-12-10  Tobias Burnus  <burnus@net-b.de>
3096         PR fortran/46540
3097         * configure.ac: Add --disable-libquadmath and
3098         --disable-libquadmath-support.
3099         * configure: Regenerate.
3101 2010-12-03  Ian Lance Taylor  <iant@google.com>
3103         * MAINTAINERS: Add myself as libgo maintainer.
3105 2010-12-03  Hans-Peter Nilsson  <hp@axis.com>
3107         PR libffi/46792
3108         * configure.ac (cris-*-elf, crisv32-*-elf): Disable target-libffi.
3109         * configure: Regenerate.
3111 2010-12-02  Ian Lance Taylor  <iant@google.com>
3113         * configure.ac: Always set default for poststage1_ldflags to
3114         -static-libstdc++ -static-libgcc.
3116 2010-11-29  Andreas Schwab  <schwab@redhat.com>
3118         * configure.ac: Move comment to remove extra space in last argument
3119         of GCC_TARGET_TOOL.
3121 2010-11-26  Alexandre Oliva  <aoliva@redhat.com>
3123         PR other/46026
3124         * configure.ac (CXX_FOR_TARGET): Add -funconfigured-libstdc++-v3.
3125         * Makefile.def (CXX_FOR_TARGET): Removed from flags_to_pass.
3126         * Makefile.tpl (CXX_FOR_TARGET_FLAG_TO_PASS): New.
3127         (BASE_FLAGS_TO_PASS): Use it.
3128         * configure: Rebuilt.
3129         * Makefile.in: Rebuilt.
3131 2010-11-23  H.J. Lu  <hongjiu.lu@intel.com>
3133         PR binutils/12258
3134         * configure.ac: Correct comments for --enable-gold/--enable-ld.
3135         Properly check default linker.
3136         * configure: Regnerated.
3138 2010-11-23  Matthias Klose  <doko@ubuntu.com>
3140         * configure.ac: For --enable-gold, handle value `default' instead of
3141         `both*'.  New configure option --{en,dis}able-ld.
3142         * configure: Regenerate.
3144 2010-11-20  Ian Lance Taylor  <iant@google.com>
3146         * configure.ac: Only disable a language library if no language needs
3147         it.  Don't let --disable-libgcj uncondtionally disable libffi.
3148         * configure: Rebuild.
3150 2010-11-20  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
3152         * Makefile.in: Regenerate.
3154         PR other/46202
3155         * configure.ac: Fix just-built in-tree STRIP name to be
3156         binutils/strip-new.
3157         * configure: Regenerate.
3158         * Makefile.def (install-strip-gcc, install-strip-binutils)
3159         (install-strip-opcodes, install-strip-ld, install-strip-itcl)
3160         (install-strip-sid): Mirror dependencies on non-strip variants
3161         of these targets on the respective -strip prerequisites.
3162         * Makefile.tpl (install-strip, install-strip-host)
3163         (install-strip-target): New targets.
3164         (install-strip-[+module+], install-strip-target-[+module+]):
3165         New targets.
3166         * Makefile.in: Regenerate.
3168 2010-11-19  Ian Lance Taylor  <iant@google.com>
3169             Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
3171         * configure.ac: Add target-libgo to target_libraries.  Set
3172         and substitute GOC_FOR_BUILD and GOC_FOR_TARGET.
3173         * Makefile.tpl (BUILD_EXPORTS): Add GOC and GOCFLAGS.
3174         (HOST_EXPORTS): Add GOC.
3175         (BASE_TARGET_EXPORTS): Add GOC.
3176         (GOC_FOR_BUILD, GOCFLAGS, GOC_FOR_TARGET): New variables.
3177         (GOCFLAGS_FOR_TARGET): New variable.
3178         (EXTRA_HOST_FLAGS): Add GOC.
3179         (EXTRA_TARGET_FLAGS): Add GOC and GOCFLAGS.
3180         * Makefile.def (target_modules): Add libgo.
3181         (flags_to_pass): Add GOC_FOR_TARGET and GOCFLAGS_FOR_TARGET.
3182         (dependencies): Add dependency from configure-target-libgo to
3183         configure-target-libffi and all-target-libstdc++-v3.  Add
3184         dependencies from all-target-libgo to all-target-libffi.
3185         (languages): Add go.
3186         * configure: Rebuild.
3187         * Makefile.in: Rebuild.
3189 2010-11-19  Ian Lance Taylor  <iant@google.com>
3191         * config-ml.in: Add Go support: treat GOC and GOCFLAGS like other
3192         compiler/flag environment variables.
3194 2010-11-18  Ian Lance Taylor  <iant@google.com>
3196         * configure.ac: Check for lang_requires_boot_languages in
3197         config-lang.in files.
3198         * configure: Rebuild.
3200 2010-11-16  Francois-Xavier Coudert  <fxcoudert@gcc.gnu.org>
3201             Tobias Burnus  <burnus@net-b.de>
3203         PR fortran/32049
3204         * Makefile.def: Add libquadmath; build it with language=fortran.
3205         * configure.ac: Add libquadmath.
3206         * Makefile.tpl: Handle multiple libs in check-[+language+].
3207         * Makefile.in: Regenerate.
3208         * configure: Regenerate.
3210 2010-11-16  Tom Tromey  <tromey@redhat.com>
3212         * MAINTAINERS: Moved myself to reviewers section.
3214 2010-11-15  Zdenek Dvorak  <ook@ucw.cz>
3216         * MAINTAINERS: Moved myself to reviewers section.
3218 2010-11-15  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
3220         * MAINTAINERS (Various Maintainers): Add self for build machinery.
3221         (Write After Approval): Remove self.
3223 2010-11-15  Andreas Schwab  <schwab@redhat.com>
3225         * configure.ac: Fix spelling in option names.
3226         * configure: Regenerated.
3228 2010-11-13  Georg-Johann Lay  <georgjohann@web.de>
3230         PR bootstrap/39622
3231         * configure.ac (FLAGS_FOR_TARGET): Add include-fixed path.
3232         * configure: Regenerated.
3234 2010-11-13  Kaveh R. Ghazi  <ghazi@gcc.gnu.org>
3236         * MAINTAINERS: Update my email address.
3238 2010-11-12  Tobias Grosser  <grosser@fim.uni-passau.de>
3240         * configure: Regenerate.
3242 2010-11-12  Tobias Grosser  <grosser@fim.uni-passau.de>
3244         * configure: Regenerate.
3246 2010-11-12  Tobias Grosser  <grosser@fim.uni-passau.de>
3248         * configure: Regenerate.
3250 2010-11-12  Tobias Grosser  <grosser@fim.uni-passau.de>
3252         * configure: Regenerate.
3254 2010-11-11  Andreas Simbuerger  <simbuerg@fim.uni-passau.de>
3256         * configure.ac: Support official CLooG.org versions.
3257         * configure: Regenerate.
3258         * config/cloog.m4: New.
3260 2010-11-10  François Dumont  <francois.cppdevs@free.fr>
3262         * MAINTAINERS (Write After Approval): Add myself.
3264 2010-11-09  David Edelsohn  <dje.gcc@gmail.com>
3266         * MAINTAINERS: Update my email address.
3268 2010-11-04  Iain Sandoe  <iains@gcc.gnu.org>
3270         * configure.ac (*-*-darwin*): Use mh-darwin for all Darwin variants.
3271         * configure: Regenerate.
3273 2010-11-03  Ian Lance Taylor  <iant@google.com>
3274             Dave Korn  <dave.korn.cygwin@gmail.com>
3276         PR lto/46273
3277         * configure.ac: Remove libelf tests.  Build lto-plugin on ELF always
3278         and on other supported platforms whenever LTO is enabled.
3279         * configure: Rebuild.
3281 2010-11-02  Alan Modra  <amodra@gmail.com>
3283         PR binutils/12110
3284         * configure.ac: Error when source path contains spaces.
3285         * configure: Regenerate.
3287 2010-10-23  James E. Wilson  <wilson@codesourcery.com>
3289         * MAINTAINERS: Update my email address.
3291 2010-10-20  Ian Lance Taylor  <iant@google.com>
3293         * Makefile.def (target_modules): Set lib_path to src/.libs for
3294         libstdc++-v3 module.
3295         * Makefile.tpl: Fix typo in TARGET_LIB_PATH comment.
3296         * Makefile.in: Rebuild.
3298 2010-10-18  Laurynas Biveinis  <laurynas.biveinis@gmail.com>
3300         * MAINTAINERS (Reviewers): Add myself for gengtype/GTY.
3301         (Write After Approval): Remove myself.
3303 2010-10-15  Tristan Gingold  <gingold@adacore.com>
3305         * MAINTAINERS (OS Port Maintainers): Add myself for VMS.
3307 2010-10-14  Douglas Rupp  <rupp@gnat.com>
3309         * MAINTAINERS (OS Port Maintainers): Add myself for VMS.
3311 2010-10-07  Dave Korn  <dave.korn.cygwin@gmail.com>
3313         * configure.ac (build_lto_plugin): New shell variable.
3314         (--enable-lto): Turn on by default for all non-ELF platforms that
3315         have had LTO support added so far.  Set build_lto_plugin appropriately
3316         for both ELF and non-ELF.
3317         (configdirs): Add lto-plugin or not based on build_lto_plugin.
3318         * configure: Regenerate.
3320 2010-10-07  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
3322         Sync from src:
3323         * configure.ac (v850 support): Remove target-libgloss from
3324         noconfigdirs.
3325         * configure: Regenerate.
3327 2010-10-02  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
3329         PR bootstrap/45326
3330         PR bootstrap/45174
3331         * configure.ac: Honor initial values of $build_configargs,
3332         $host_configargs, $target_configargs.  Mark the precious, so
3333         environment settings get recorded.
3334         * configure: Regenerate.
3336 2010-09-30  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
3338         PR bootstrap/45796
3339         * Makefile.def (info-gcc, dvi-gcc, pdf-gcc, html-gcc):
3340         Depend on all-build-libiberty.
3341         * Makefile.in: Regenerate.
3343 2010-09-30  Michael Eager  <eager@eagercon.com>
3345         * configure.ac (microblaze): Add target-libssp to noconfigdirs.
3346         * configure: Regenerate.
3348 2010-09-28  Michael Eager  <eager@eagercon.com>
3350         * MAINTAINERS (CPU Port Maintainers): Add myself for MicroBlaze port.
3352 2010-06-27  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
3354         PR bootstrap/44621
3355         * configure.ac: Fix unportable shell quoting.
3356         * configure: Regenerate.
3358 2010-09-21  Iain Sandoe  <iains@gcc.gnu.org>
3360         * configure.ac (enable-lto): Add Darwin to the list of supported lto
3361         targets and amend comment.
3362         * configure: Regenerate.
3364 2010-09-15  Tejas Belagod  <tejas.belagod@arm.com>
3366         * MAINTAINERS (Write After Approval): Add myself.
3368 2010-09-03  Jack Howarth <howarth@bromo.med.uc.edu>
3370         * configure.ac: Enable LTO by default on Darwin.
3371         * configure: Regenerate.
3373 2010-09-02  Marcus Shawcroft  <marcus.shawcroft@arm.com>
3375         * MAINTAINERS (Write After Approval): Add myself.
3377 2010-09-01  Ian Bolton  <ian.bolton@arm.com>
3379         * MAINTAINERS (Write After Approval): Add myself.
3381 2010-08-25  Danny Smith  <dannysmith@users.sourceforge.net>
3383         * MAINTAINERS (OS Port Maintainers): Remove myself from windows
3384         ports
3386 2010-07-28  David Yuste  <david.yuste@gmail.com>
3388         * MAINTAINERS (Write After Approval): Add myself.
3390 2010-07-26  Naveen.H.S  <naveen.S@kpitcummins.com>
3392         * configure.ac: Support all v850 targets.
3393         * configure: Regenerate.
3395 2010-07-23  Marc Glisse <marc.glisse@normalesup.org>
3397         PR bootstrap/44455
3398         * configure.ac (extra_mpfr_configure_flags): Copy from
3399         extra_mpc_gmp_configure_flags.
3400         * configure: Re-generated.
3402 2010-07-22  Andi Kleen  <ak@linux.intel.com>
3404         * MAINTAINERS (Write After Approval): Add myself.
3406 2010-07-22  Chung-Lin Tang  <cltang@codesourcery.com>
3408         * MAINTAINERS (Write After Approval): Add myself.
3410 2010-07-20  Jeffrey Yasskin  <jyasskin@google.com>
3412         * MAINTAINERS (Write After Approval): Add myself.
3414 2010-07-17  Jack Howarth  <howarth@bromo.med.uc.edu>
3416         PR target/44862
3417         * Makefile.tpl (POSTSTAGE1_CXX_EXPORT):
3418         Provide -B option to allow for link spec %s substitutions for
3419         libstdc++.a on darwin.
3420         * Makefile.in: Regenerate.
3422 2010-07-10  Mikael Morin  <mikael@gcc.gnu.org>
3424         * MAINTAINERS (Reviewers): Update my e-mail address
3426 2010-06-10  Alexandre Oliva  <aoliva@redhat.com>
3428         * Makefile.def (configure-gcc): Depend on all-libelf.
3429         * Makefile.in: Rebuild.
3431 2010-06-05  Fabien Chêne  <fabien@gcc.gnu.org>
3433         * MAINTAINERS (Write After Approval): Add myself in the right place.
3435 2010-06-04  Fabien Chêne  <fabien@gcc.gnu.org>
3437         * MAINTAINERS (Write After Approval): Add myself.
3439 2010-05-25  Sterling Augustine  <sterling@tensilica.com>
3441         * MAINTAINERS (CPU Port Maintainers): Add myself for xtensa port.
3443 2010-05-25  Maxim Kuvyrkov  <maxim@codesourcery.com>
3445         * config.sub: Update to version 2010-05-21.
3446         * config.guess: Update to version 2010-04-03.
3448 2010-05-18  Steven Bosscher  <steven@gcc.gnu.org>
3450         * configure.ac (--enable-lto): All *-apple-darwin* now support LTO.
3451         * configure: Regenerate.
3453 2010-05-12  Sriraman Tallam  <tmsriram@google.com>
3455         * MAINTAINERS (Write After Approval): Add myself.
3457 2010-05-07  Steven Bosscher  <steven@gcc.gnu.org>
3459         * configure.ac (--enable-lto): Add x86_64-apple-darwin* as
3460         a platform that supports LTO.
3461         * configure: Regenerate.
3463 2010-05-05  Sebastian Pop  <sebastian.pop@amd.com>
3465         * configure.ac: Allow all the versions greater than 0.10 of PPL.
3466         * configure: Regenerated.
3468 2010-04-27  Roland McGrath  <roland@redhat.com>
3469             H.J. Lu  <hongjiu.lu@intel.com>
3471         * configure.ac (--enable-gold): Support both, both/gold and
3472         both/bfd to add gold to configdirs without removing ld.
3473         * configure: Regenerated.
3475         * Makefile.def: Add install-gold dependency to install-ld.
3476         * Makefile.in: Regenerated.
3478 2010-04-27  Dave Korn  <dave.korn.cygwin@gmail.com>
3480         PR lto/42776
3481         * configure.ac (--enable-lto): Refactor handling so libelf tests
3482         are only performed inside then-clause of ACX_ELF_TARGET_IFELSE,
3483         and allow LTO to be explicitly enabled on non-ELF platforms that
3484         are known to support it inside else-clause.
3485         * configure: Regenerate.
3487 2010-04-20  Eric Botcazou  <ebotcazou@adacore.com>
3489         * configure.ac (BUILD_CONFIG): Redirect output to /dev/null.
3490         * configure: Regenerate.
3492 2010-04-17  Ralf Corsépius  <ralf.corsepius@rtems.org>
3494         * configure.ac (*-*-rtems*): Add target-libiberty to $skipdirs.
3495         * configure: Regenerate.
3497 2010-04-16  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
3499         * configure.ac: Check for elf_getshdrstrndx or elf_getshstrndx
3500         separately.
3501         * configure: Regenerate.
3503 2010-04-16  Kevin Williams  <kevin.williams@inria.fr>
3505         * MAINTAINERS (Write After Approval): Add myself.
3507 2010-04-14  Tristan Gingold  <gingold@adacore.com>
3509         * configure.ac (alpha*-*-*vms*): Remove ld from noconfigdirs.
3510         * configure: Regenerate.
3512 2010-04-13  Steve Ellcey  <sje@cup.hp.com>
3514         * configure: Regenerate after change to elf.m4.
3516 2010-04-06  Iain Sandoe  <iains@gcc.gnu.org>
3518         * MAINTAINERS (Write After Approval): Add myself.
3520 2010-04-02  Sebastian Pop  <sebastian.pop@amd.com>
3522         * configure.ac: Add brackets around AC_TRY_COMPILE alternative.
3523         * configure: Regenerated.
3525 2010-04-02  Sebastian Pop  <sebastian.pop@amd.com>
3527         * configure.ac: Print "buggy but acceptable" when CLooG
3528         revision is less than 9.
3529         * configure: Regenerated.
3531 2010-04-01  Diego Novillo  <dnovillo@google.com>
3533         * MAINTAINERS (Plugin): Add myself and Le-Chun Wu.
3535 2010-04-01  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
3537         PR bootstrap/43615
3538         PR bootstrap/43328
3540         Revert:
3542         2010-03-31  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
3544         * configure.ac: Do not pass --enable-multilib nor
3545         --disable-multilib in baseargs.  Accept explicitly passed
3546         --enable_multilib.
3547         * configure: Regenerate.
3549 2010-03-31  Ulrich Weigand  <uweigand@de.ibm.com>
3551         * MAINTAINERS (CPU Port Maintainers): Add myself for spu port.
3553 2010-03-31  Janis Johnson  <janis187@us.ibm.com>
3555         * MAINTAINERS: Remove myself.
3557 2010-03-31  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
3559         PR bootstrap/43328
3560         * configure.ac: Do not pass --enable-multilib nor
3561         --disable-multilib in baseargs.  Accept explicitly passed
3562         --enable_multilib.
3563         * configure: Regenerate.
3565 2010-03-28  Andrew Pinski  <pinskia@gmail.com>
3567         * MAINTAINERS (spu port): Remove me.
3569 2010-03-23  Joseph Myers  <joseph@codesourcery.com>
3571         * configure.ac (tic6x-*-*): New case.
3572         * configure: Regenerate.
3574 2010-03-23  Joseph Myers  <joseph@codesourcery.com>
3576         * config.sub: Update to version 2010-03-22.
3577         * config.guess: Update to version 2009-12-30.
3579 2010-03-19  Jack Howarth  <howarth@bromo.med.uc.edu>
3581         PR ada/42554
3582         * configure.ac: Only pass -c to ranlib for darwin9 and earlier.
3583         * configure: Regenerate.
3585 2010-03-18  Ramana Radhakrishnan  <ramana.radhakrishnan@arm.com>
3587         * MAINTAINERS: Update my email address.
3589 2010-03-17  Sebastian Pop  <sebastian.pop@amd.com>
3591         * MAINTAINERS (dwarak.rajagopal@amd.com): Removed.
3592         (ghassan.shobaki@amd.com): Removed.
3594 2010-03-17  Alan Modra  <amodra@gmail.com>
3596         * MAINTAINERS: Update my email address.
3598 2010-03-16  Diego Novillo  <dnovillo@google.com>
3600         * MAINTAINERS: Remove Dan Hipschman, William Maddox and Chris
3601         Matthews.
3603 2010-03-16  Joseph Myers  <joseph@codesourcery.com>
3605         * MAINTAINERS (Write After Approval): Remove Jim Blandy, Daniel
3606         Gutson, Jeffrey D. Oldham and Mark Shinwell.
3608 2010-03-16  Joseph Myers  <joseph@codesourcery.com>
3610         * MAINTAINERS: Update my email address.
3612 2010-03-16  Daniel Jacobowitz  <dan@codesourcery.com>
3614         * MAINTAINERS: Update my email address.
3616 2010-03-15  Bernd Schmidt  <bernds@codesourcery.com>
3618         * MAINTAINERS: Update my email address.
3620 2010-03-09  Jie Zhang  <jie@codesourcery.com>
3622         * MAINTAINERS: Update my email address.
3624 2010-03-01  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
3626         PR libstdc++/32499
3627         * configure.ac (RANLIB): Default to true.
3628         (STRIP): Likewise.
3629         (RANLIB_FOR_TARGET): Remove superfluous : argument.
3630         * configure: Regenerate.
3632 2010-02-17  Rafael Ávila de Espíndola  <espindola@google.com>
3634         * MAINTAINERS (Plugin, LTO, LTO plugin): Remove myself.
3635         (Write After Approval): Update my email address.
3637 2010-02-17  Nick Clifton  <nickc@redhat.com>
3639         PR 11238
3640         * Makefile.tpl (local-distclean): Also remove config.cache files in
3641         sub-directories as there may not be Makefiles present in the
3642         sub-directories.
3643         * Makefile.tpl: Use "-exec rm {}" rather than "-delete" to delete
3644         the config.cache files found by the find command.
3646         * Makefile.in: Regenerate.
3647         * configure.ac: Revert previous delta.
3648         * configure: Regenerate.
3650 2010-02-15  Nick Clifton  <nickc@redhat.com>
3652         PR 11238
3653         * configure.ac: Delete config.cache files in sub-directories when
3654         deleting Makefiles.
3655         * configure: Regenerate.
3657 2010-02-12  Ben Elliston  <bje@gnu.org>
3659         * MAINTAINERS: Update my email address.
3661 2010-02-08  Andrew Pinski  <pinskia@gmail.com>
3663         * MAINTAINERS (spu port): Update my email address.
3665 2010-02-08  Jie Zhang  <jie.zhang@analog.com>
3667         * MAINTAINERS: Add myself as a maintainer for the bfin port.
3669 2010-01-31  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
3671         * configure.ac: Add "recommended" version checks for GMP/MPC.
3672         Update recommended GMP/MPFR/MPC versions.
3673         * configure: Regenerate.
3675 2010-01-31  Joern Rennecke  <joern.rennecke@embecosm.com>
3677         * MAINTAINERS: Move my Embecosm email address into the
3678         write-after-approval section.
3680 2010-01-26  Ian Lance Taylor  <iant@google.com>
3682         * MAINTAINERS: Add myself as Go frontend maintainer.
3684 2010-01-25  Joern Rennecke  <amylaar@spamcop.net>
3686         PR libstdc++/36101, PR libstdc++/42813
3687         * configure.ac (bootstrap_target_libs): Make inclusion of
3688         target-libgomp conditional on libgomb being in target_configdirs.
3689         * configure: Regenerate.
3691 2010-01-23  Joern Rennecke  <amylaar@spamcop.net>
3693         PR libstdc++/36101, PR libstdc++/42813
3694         * configure.ac (bootstrap_target_libs): Include target-libgomp.
3695         * configure: Regenerate.
3697 2010-01-22  Joern Rennecke  <amylaar@spamcop.net>
3699         PR libstdc++/36101, PR libstdc++/42813
3700         * configure.ac (target_configdirs): Substitute.
3701         * Makefile.def: Bootstrap target module libgomp.
3702         Add dependency of all-target-libstdc++-v3 on configure-target-libgomp.
3703         * Makefile.tpl (TARGET_CONFIGDIRS): New makefile variable.
3704         (BASE_TARGET_EXPORTS): Export TARGET_CONFIGDIRS.
3705         * configure, Makefile.in: Regenerate.
3707 2010-01-21  Dave Korn  <dave.korn.cygwin@gmail.com>
3709         * MAINTAINERS: Adjust my details.
3711 2010-01-20  Eric B. Weddington  <eric.weddington@atmel.com>
3713         * MAINTAINERS (CPU Port Maintainers): Add myself for avr port.
3715 2010-01-18  Thierry Lafage  <thierry.lafage@inria.fr>
3717         * MAINTAINERS: reindented my entry with tabs instead of spaces.
3719 2010-01-15  Thierry Lafage  <thierry.lafage@inria.fr>
3721         * MAINTAINERS (Write After Approval): Add myself.
3723 2010-01-15  Konrad Trifunovic  <konrad.trifunovic@inria.fr>
3725         * MAINTAINERS (Write After Approval): Add myself.
3727 2010-01-11  Richard Guenther  <rguenther@suse.de>
3729         PR lto/41569
3730         * Makefile.def (all-lto-plugin): Depend on all-gcc.
3731         * Makefile.in: Regenerated.
3733 2010-01-11  Andreas Tobler  <andreast@fgznet.ch>
3735         * configure.ac: Enable libjava build on x86_64-*freebsd*.
3736         * configure: Regenerate.
3738 2010-01-07  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
3739             Francois-Xavier Coudert  <fxcoudert@gcc.gnu.org>
3741         PR bootstrap/42424
3742         * configure.ac: Include libtool m4 files.
3743         (_LT_CHECK_OBJDIR): Call it.
3744         (extra_mpc_mpfr_configure_flags, extra_mpc_gmp_configure_flags,
3745         gmplibs, ppllibs, clooglibs): Use $lt_cv_objdir.
3747         * configure: Regenerate.
3749 2010-01-07  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
3751         PR bootstrap/41818
3752         * Makefile.tpl (BASE_TARGET_EXPORTS): Only add TARGET_LIB_PATH
3753         to $(RPATH_ENVVAR) if bootstrapping.  Fix typo in comment.
3754         * Makefile.in: Regenerate.
3756 2010-01-02  Richard Guenther  <rguenther@suse.de>
3758         PR lto/41529
3759         * configure.ac: Include config/elf.m4.  Disable LTO if not
3760         builting for an elf target.
3761         * configure: Regenerate.
3763 2009-12-27  Christopher Faylor  <me+cygwin@cgf.cx>
3765         * MAINTAINERS: Change my email address.
3767 2009-12-18  Ben Elliston  <bje@au.ibm.com>
3769         * config.sub, config.guess: Update from upstream sources.
3771 2009-12-07  Shujing Zhao  <pearly.zhao@oracle.com>
3773         * MAINTAINERS (Write After Approval): Add myself.
3775 2009-12-06  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
3777         PR middle-end/30447
3778         PR middle-end/30789
3779         PR other/40302
3781         * configure.ac: Require MPC.
3782         * configure: Regenerate.
3784 2009-12-05  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
3786         PR target/38384
3787         PR bootstrap/40972
3788         * libtool.m4: Sync from git Libtool.
3789         * ltoptions.m4: Likewise.
3790         * ltversion.m4: Likewise.
3791         * lt~obsolete.m4: Likewise.
3792         * ltmain.sh: Likewise.
3794 2009-11-30  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
3796         * configure.ac: Update minimum MPC version to 0.8.
3797         * configure: Regenerate.
3799 2009-11-21  Sebastian Pop  <sebpop@gmail.com>
3801         * configure.ac: Check for version 0.15.5 or later revision of CLooG.
3802         * configure: Regenerated.
3804 2009-11-21  Ian Lance Taylor  <iant@google.com>
3806         * configure.ac: Change default of poststage1_ldflags to be empty if
3807         poststage1_libs is set.  When poststage1_libs is empty, and
3808         ENABLE_BUILD_WITH_CXX is set, add -static-libgcc.
3809         * configure: Rebuild.
3811 2009-11-21  Adam Nemet  <adambnmet@gmail.com>
3813         * MAINTAINERS (Write After Approval): Update my email address.
3815 2009-11-20  Ben Elliston  <bje@au.ibm.com>
3817         * config.guess: Update from upstream sources.
3819 2009-11-16  Alexandre Oliva  <aoliva@redhat.com>
3821         * Makefile.def: Restore host and target settings for gmp.
3822         * Makefile.in: Rebuild.
3824 2009-11-16  Alexandre Oliva  <aoliva@redhat.com>
3826         * configure.ac: Add libelf to host_libs.  Enable in-tree configury
3827         of ppl and cloog.  Fix in-tree configury of libelf, skip tests.
3828         Fix portability of test of C++ as bootstrap language.  Add
3829         ppl/src/ppl-config.o to the bootstrap compare exclusion list.
3830         * configure: Rebuild.
3831         * Makefile.def: Drop host and target settings from gmp, mpfr, ppl,
3832         and cloog.  Fix in-tree ppl configuration.  Introduce libelf
3833         in-tree building.
3834         * Makefile.tpl (POSTSTAGE1_CXX_EXPORT): New.
3835         (POSTSTAGE1_HOST_EXPORTS): Use it.
3836         (STAGE[+id+]_CXXFLAGS): New.
3837         (BASE_FLAGS_TO_PASS): Pass it down.
3838         (configure-stage[+id+]-[+prefix+][+module+]): Use it.  Add
3839         extra_exports.
3840         (all-stage[+id+]-[+prefix+][+module+]): Likewise.
3841         (configure-[+prefix+][+module+], all-[+prefix+][+module+]): Add
3842         extra_exports.
3843         * Makefile.in: Rebuild.
3845 2009-11-17  Ben Elliston  <bje@au.ibm.com>
3847         * config.sub, config.guess: Update from upstream sources.
3849 2009-11-12  Jan Kratochvil  <jan.kratochvil@redhat.com>
3851         * MAINTAINERS (Write After Approval): Add myself.
3853 2009-11-09  Jon Beniston  <jon@beniston.com>
3855         * MAINTAINERS (Write After Approval): Add myself.
3857 2009-11-06  Ozkan Sezer  <sezeroz@gmail.com>
3859         * configure.ac (FLAGS_FOR_TARGET):  Add -L and -isystem
3860         paths for *-w64-mingw* and x86_64-*mingw*.
3861         * configure: Regenerated.
3863 2009-11-05  Joern Rennecke  <amylaar@spamcop.net>
3865         * MAINTAINERS (Write After Approval): Add entry for my INRIA work.
3867 2009-11-02  Benjamin Kosnik  <bkoz@redhat.com>
3869         * MAINTAINERS: Add Jonathan Wakely under Various Maintainers, move
3870         Phil Edwards to Write-After Approval.
3872 2009-10-30  Kai Tietz  <kai.tietz@onevision.com>
3874         * configure.ac: Disable target-winsup & co for
3875         x86_64-*-mingw* and *-w64-mingw* targets.
3876         * configure: Regenerated.
3878 2009-10-16  Nick Clifton  <nickc@redhat.com>
3880         * MAINTAINERS: Add myself as a maintainer for the RX port.
3882 2009-10-26  Johannes Singler  <singler@kit.edu>
3884         * MAINTAINERS (Write After Approval): Update my e-mail address.
3886 2009-10-23  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
3888         * configure.ac (CLooG test): Use = with test.
3889         * configure: Regenerate.
3891 2009-10-22  Richard Guenther  <rguenther@suse.de>
3893         * configure.ac: Do not set LIBS for ppl/cloog checks.  Disable
3894         cloog if the ppl version check failed.  Move flags saving
3895         before setting in libelf check.
3896         * configure: Regenerate.
3898 2009-10-21  Richard Guenther  <rguenther@suse.de>
3900         * configure.ac: Adjust the ppl and cloog configure to work as
3901         documented.  Disable cloog if ppl was disabled.  Omit the version
3902         checks if they were disabled.
3903         * configure: Re-generate.
3905 2009-10-13  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
3907         * configure.ac: Add 'lto' to enable_languages, not
3908         new_enable_languages, and only if not already present.
3909         * configure: Regenerate.
3911 2009-10-10  Gerald Pfeifer  <gerald@pfeifer.com>
3913         * README: Refer to the various COPYING* files instead of just
3914         COPYING.
3915         Refer to http://gcc.gnu.org/bugs/ for bug reporting instructions.
3917 2009-10-07  Rafael Avila de Espindola  <espindola@google.com>
3919         * MAINTAINERS: Change my email address. Change plugi-in to plugin.
3921 2009-10-07  Richard Guenther  <rguenther@suse.de>
3923         * MAINTAINERS (LTO): List Diego Novillo, Rafael Avila de Espindola,
3924         and Richard Guenther as reviewers.
3925         (LTO plugin): List Rafael Avila de Espindola and Cary Coutant
3926         as reviewers.
3928 2009-10-07  Hariharan Sandanagobalane  <hariharan@picochip.com>
3930         * config.sub: Update from upstream sources.
3932 2009-10-06  Ian Lance Taylor  <iant@google.com>
3934         * Makefile.def: check-gold depends upon all-gas.
3935         * Makefile.in: Rebuild.
3937 2009-10-05  Phil Muldoon  <pmuldoon@redhat.com>
3939         * MAINTAINERS (Write After Approval): Add myself.
3941 2009-10-03  2009-02-05  Rafael Avila de Espindola  <espindola@google.com>
3943         * Makefile.def: all-lto-plugin depends on all-libiberty.
3944         set bootstrap=true for lto-plugin.
3945         Add lto-plugin.
3946         * Makefile.in: Regenerate.
3947         * configure.ac (host_libs): Add lto-plugin.
3948         * configure: Regenerate.
3950 2009-10-03  Diego Novillo  <dnovillo@google.com>
3952         * Makefile.tpl (HOST_EXPORTS): Add LIBELFLIBS and LIBELFINC.
3953         (HOST_LIBELFLIBS): Define.
3954         (HOST_LIBELFINC): Define.
3955         * Makefile.in: Regenerate.
3956         * configure.ac: Add --enable-lto.
3957         Add --with-libelf, --with-libelf-include and --with-libelf-lib.
3958         If --enable-lto is used, add 'lto' to new_enable_languages.
3959         If --enable-lto is used and gold is enabled, add
3960         lto-plugin to configdirs.
3961         * configure: Regenerate.
3963 2009-10-03  Simon Baldwin  <simonb@google.com>
3965         * configure.ac: If --with-system-zlib, suppress local zlib and
3966         pass --with-system-zlib to subdir configure scripts.
3967         * configure: Regenerate.
3969 2009-10-01  Loren J. Rittle  <ljrittle@acm.org>
3970             Paolo Bonzini  <bonzini@gnu.org>
3972         * Makefile.tpl (POSTSTAGE1_HOST_EXPORTS): Use $$s rather than
3973         $(srcdir).
3974         * Makefile.in: Rebuilt.
3976 2009-09-26  Gary Funck  <gary@intrepid.com>
3978         * MAINTAINERS (Write After Approval): Add myself.
3980 2009-09-26  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
3982         * configure.ac: Update minimum MPC version to 0.7.
3983         * configure: Regenerate.
3985 2009-09-25  Nick Clifton  <nickc@redhat.com>
3987         * configure.ac: Pass any --cache-file=/dev/null option on to
3988         subconfigures.
3989         * configure: Regenerate.
3991 2009-09-23  Nick Clifton  <nickc@redhat.com>
3993         * config.sub, config.guess: Update from upstream sources.
3995 2009-09-22  Loren J. Rittle  <ljrittle@acm.org>
3997         * Makefile.tpl (POSTSTAGE1_HOST_EXPORTS): Remove stray $$r/.
3998         * Makefile.in: Rebuilt.
4000 2009-09-22  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
4002         PR bootstrap/32272
4003         * configure.ac: Error out if $srcdir isn't '.' but contains
4004         host-${host_noncanonical}.
4005         * configure: Regenerate.
4007 2009-09-22  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
4009         * MAINTAINERS (OS Port Maintainers): Add myself as Solaris
4010         maintainer.
4012 2009-09-21  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
4014         * configure.ac: If bootstrapping a combined tree with
4015         --enable-gold, require c++ in stage1_languages.
4016         * configure: Regenerate.
4018         * configure.ac: Also add target_libs of stage1_languages to
4019         bootstrap_target_libs.
4020         * configure: Regenerate.
4022         * configure.ac: Diagnose --enable-build-with-cxx bootstrap
4023         with --enable-languages not containing c++.
4024         * configure: Regenerate.
4026 2009-09-15  Jie Zhang  <jie.zhang@analog.com>
4028         * configure.ac: Disable java and boehm-gc for bfin-*-*.
4029         * configure: Regenerate.
4031 2009-09-12  Joern Rennecke  <joern.rennecke@embecosm.com>
4033         * MAINTAINERS (Write After Approval): Update my e-mail address,
4034         and move from from here...
4035         (Waiting for paperwork): To here.
4037 2009-09-09  Joseph Myers  <joseph@codesourcery.com>
4039         * MAINTAINERS (Reviewers): Add self as driver reviewer.
4041 2009-09-08  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
4043         * configure.ac: Do not use $extrasub for replacing @if/@endif
4044         parts in Makefile; instead, use additional arguments to
4045         AC_CONFIG_COMMANDS to do the replacement manually, with several
4046         sed invocations, to avoid HP-UX sed command limits.
4047         * configure: Regenerate.
4049 2009-09-08  Alexandre Oliva  <aoliva@redhat.com>
4051         * libtool.m4 (output_verbose_link_cmd): Require leading blank, and
4052         blank before -L.
4054 2009-09-04  Alexandre Oliva  <aoliva@redhat.com>
4056         * configure.ac (with-build-config): Document.  Handle without.
4057         Handle missing argument.
4058         * configure: Rebuilt.
4060 2009-09-03  Alexandre Oliva  <aoliva@redhat.com>
4062         * configure.ac (--with-build-config): New.  Set BUILD_CONFIG.
4063         Default to bootstrap-debug only if compare-debug works.
4064         * configure: Rebuilt.
4065         * Makefile.tpl: Make BUILD_CONFIG configure-configurable.
4066         * Makefile.in: Rebuilt.
4068 2009-09-02  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
4070         * MAINTAINERS (OS Port Maintainers): Update my email address.
4072 2009-09-01  Alexandre Oliva  <aoliva@redhat.com>
4074         * Makefile.tpl (BUILD_CONFIG): Default to bootstrap-debug.
4075         * Makefile.in: Rebuilt.
4077 2009-09-01  Chris Demetriou  <cgd@google.com>
4079         * MAINTAINERS (Write After Approval): Add myself.
4081 2009-08-31  Dodji Seketeli  <dodji@redhat.com>
4083         PR debug/30161
4084         * include/dwarf2.h (enum dwarf_tag): Added
4085         DW_TAG_GNU_template_template_param
4086         (enum dwarf_attribute): Added DW_AT_GNU_template_name.
4088 2009-08-30  Paolo Bonzini  <bonzini@gnu.org>
4090         * Makefile.tpl (AWK): Fix typo.
4091         * Makefile.in: Regenerate.
4093 2009-08-30  Paolo Bonzini  <bonzini@gnu.org>
4095         * configure.ac: Detect awk and sed.
4096         * Makefile.def (flags_to_pass): Add AWK and SED.
4097         * Makefile.tpl (AWK, SED): New.
4098         (BASE_FLAGS_TO_PASS): Add AWK and SED.
4099         * configure: Regenerate.
4100         * Makefile.in: Regenerate.
4102 2009-08-26  Dave Korn  <dave.korn.cygwin@gmail.com>
4104         * ltmain.sh (removedotparts): Don't use comma as 's' separator.
4105         (collapseslashes): Likewise.
4107 2009-08-24  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
4109         * configure.ac (AC_PREREQ): Bump to 2.64.
4111 2009-08-22  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
4113         * configure.ac: Remove --with-datarootdir, --with-docdir,
4114         --with-pdfdir, --with-htmldir switches.
4115         * configure: Regenerate.
4117         * configure: Regenerate.
4119         * compile: Sync from Automake 1.11.
4120         * depcomp: Likewise.
4121         * install-sh: Likewise.
4122         * missing: Likewise.
4123         * mkinstalldirs: Likewise.
4124         * ylwrap: Likewise.
4126 2009-08-20  Dave Korn  <dave.korn.cygwin@gmail.com>
4128         * ltmain.sh (func_normal_abspath): New function.
4129         (func_relative_path): Likewise.
4130         (func_mode_help): Document new -bindir option for link mode.
4131         (func_mode_link): Add new -bindir option, and use it to place
4132         output DLL if specified.
4134 2009-08-19  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
4136         * configure.ac: Call AC_DISABLE_OPTION_CHECKING.
4137         (baseargs): Add --disable-option-checking.
4138         * configure: Regenerate.
4140         * Makefile.def (configure-target-libiberty): Depend on
4141         all-binutils and all-ld.
4142         (configure-target-newlib): Likewise.
4143         * Makefile.in: Regenerate.
4145 2009-08-17  Ben Elliston  <bje@au.ibm.com>
4147         * config.sub, config.guess: Update from upstream sources.
4149 2009-08-16  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
4151         Sync from src, merge:
4153         2009-07-02  Tristan Gingold  <gingold@adacore.com>
4155         * configure.ac: Do not exclude gas for i386-*-darwin.
4156         Add a case for x86_64-*-darwin.
4157         * configure: Regenerate.
4159 2009-08-06  Neil Vachharajani  <nvachhar@gmail.com>
4161         * MAINTAINERS: Add my name to Write After Approval list.
4163 2009-08-06  Michael Eager  <eager@eagercon.com>
4165         * configure.ac: Add Microblaze target.
4166         * configure: Regenerate.
4168 2009-07-31  Christian Bruel  <christian.bruel@st.com>
4170         * configure.ac (sh*-*-elf): Don't add target-libgloss to noconfigdirs.
4171         * configure: Regenerate.
4173 2009-07-28  Rask Ingemann Lambertsen  <ccc94453@vip.cybercity.dk>
4175         * MAINTAINERS (Write After Approval): Update my e-mail address.
4177 2009-07-06  Ian Lance Taylor  <iant@google.com>
4179         * configure.ac: Add missing comma in AC_ARG_WITH(boot-libs).
4180         * configure: Rebuild.
4182 2009-07-01  Tobias Grosser  <grosser@fim.uni-passau.de>
4184         * MAINTAINERS: Move myself to the Graphite Reviewers.
4186 2009-06-30  Wei Guozhi  <carrot@google.com>
4188         * MAINTAINERS: Add my name to Write After Approval list.
4190 2009-06-26  Steve Ellcey  <sje@cup.hp.com>
4192         PR bootstrap/40338
4193         * configure.ac (comparestring): Create new variable.
4194         * Makefile.tpl (comparestring): Use to skip some comparisions.
4195         * configure: Regenerate.
4196         * Makefile.in: Regenerate.
4198 2009-06-26  Doug Evans  <dje@sebabeach.org>
4200         * Makefile.def (host_modules): Add cgen.
4201         * Makefile.in: Regenerate.
4202         * configure.ac (host_tools): Add cgen.
4203         * configure: Regenerate.
4205 2009-06-23  DJ Delorie  <dj@redhat.com>
4207         * MAINTAINERS: Add myself as mep maintainer.
4209 2009-06-23  Ian Lance Taylor  <iant@google.com>
4211         * configure.ac: Add --enable-build-with-cxx.  When set, add c++ to
4212         boot_languages.  Only bootstrap target libraries listed in
4213         target_libs for some boot language.  Add --with-stage1-ldflags,
4214         --with-stage1-libs, --with-boot-ldflags, --with-boot-libs.  Remove
4215         with_host_libstdcxx from ppllibs.  Only add -fkeep-inline-functions
4216         if not building with C++.
4217         * Makefile.def: For target_module libstdc++-v3, set bootstrap=true.
4218         * Makefile.tpl (STAGE1_LDFLAGS, STAGE1_LIBS): New variables.
4219         (POSTSTAGE1_LDFLAGS, POSTSTAGE1_LIBS): New variables.
4220         (HOST_EXPORTS): Add STAGE1_LDFLAGS to LDFLAGS.  Export HOST_LIBS.
4221         (POSTSTAGE1_HOST_EXPORTS): Set CXX and CXX_FOR_BUILD.  Add
4222         POSTSTAGE1_LDFLAGS to LDFLAGS.  Export HOST_LIBS.
4223         (POSTSTAGE1_FLAGS_TO_PASS): Likewise.
4224         * configure, Makefile.in: Rebuild.
4226 2009-06-23  Li Feng  <nemokingdom@gmail.com>
4228         * MAINTAINERS: Added my name to write-after-approval list.
4230 2009-06-15  Ryan Mansfield  <rmansfield@qnx.com>
4232         * configure.ac: Define is_elf for QNX Neutrino targets.
4233         * configure: Regenerate.
4235 2009-06-09  Ghassan Shobaki  <ghassan.shobaki@amd.com>
4237         * MAINTAINERS: Added my name to the write-after-approval list
4239 2009-06-08  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
4241         * configure.ac: Detect MPC in default directory.
4242         * configure: Regenerate.
4244 2009-06-03  Jerome Guitton  <guitton@adacore.com>
4245             Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
4247         * Makefile.tpl (all): Avoid a trailing backslash.
4248         * Makefile.in: Regenerate.
4250 2009-06-03  Ben Elliston  <bje@au.ibm.com>
4252         * config.sub, config.guess: Update from upstream sources.
4254 2009-06-02  Richard Sandiford  <r.sandiford@uk.ibm.com>
4256         * configure.ac (powerpc-*-aix*, rs6000-*-aix*): Add target-newlib
4257         to noconfdirs.
4258         * configure: Regenerate.
4260 2009-06-02  Alexandre Oliva  <aoliva@redhat.com>
4262         * Makefile.tpl ([+compare-target+]): Compare all stage
4263         directories, rather than just gcc.
4264         * Makefile.in: Rebuilt.
4266 2009-06-01  Doug Kwan  <dougkwan@google.com>
4268         * configure.ac: Support gold for target arm*-*-*.
4269         * configure: Regenerate.
4271 2009-05-29  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
4273         * Makefile.def: Add MPC support and dependencies.
4274         * configure.ac: Likewise.  Reorganize GMP/MPFR checks.
4276         * Makefile.in, configure: Regenerate.
4278 2009-05-27  Alexandre Oliva  <aoliva@redhat.com>
4280         * Makefile.tpl (all): Avoid harmless warning in make all when
4281         gcc-bootstrap is enabled but stage_last does not exist.
4282         * Makefile.in: Rebuilt.
4284 2009-05-24  Nicolas Roche  <roche@adacore.com>
4286         * Makefile.tpl (compare-target): Skip ./ada/*tools directories.
4287         * Makefile.in: Regenerate.
4289 2009-05-21  Denis Chertykov  <chertykov@gmail.com>
4291         * MAINTAINERS: Update my e-mail address.
4293 2009-05-21  Dave Korn  <dave.korn.cygwin@gmail.com>
4295         * configure.ac (cygwin noconfigdirs):  Remove libgcj.
4296         * configure:  Regenerate.
4298 2009-05-18  Alexandre Oliva  <aoliva@redhat.com>
4300         PR other/40159
4301         * Makefile.tpl (all): Don't assume gcc-bootstrap and
4302         gcc-no-bootstrap are mutually exclusive.
4303         * Makefile.in: Rebuilt.
4305 2009-05-18  Alexandre Oliva  <aoliva@redhat.com>
4307         PR other/40159
4308         * Makefile.tpl (all): Don't end with unconditional success.
4309         * Makefile.in: Rebuilt.
4311 2009-05-12  Alexandre Oliva  <aoliva@redhat.com>
4313         PR target/37137
4314         * Makefile.def (flags_to_pass): Remove redundant and incomplete
4315         STAGE1_CFLAGS, STAGE2_CFLAGS, STAGE3_CFLAGS, and STAGE4_CFLAGS.
4316         Add FLAGS_FOR_TARGET and BUILD_CONFIG.
4317         (bootstrap_stage): Remove bootstrap-debug custom stages.  Turn
4318         stage_configureflags, stage_cflags and stage_libcflags into
4319         explicit Makefile macros.
4320         * Makefile.tpl (HOST_EXPORTS, EXTRA_HOST_FLAGS): Pass GCJ and
4321         GFORTRAN.
4322         (POSTSTAGE1_HOST_EXPORTS): Add XGCC_FLAGS_FOR_TARGET and TFLAGS to
4323         CC.  Set CC_FOR_BUILD from CC.
4324         (BASE_TARGET_EXPORTS, RAW_CXX_TARGET_EXPORTS,
4325         NORMAL_TARGET_EXPORTS): Move SYSROOT_CFLAGS_FOR_TARGET and
4326         DEBUG_PREFIX_CFLAGS_FOR_TARGET from CFLAGS and CXXFLAGS to
4327         XGCC_FLAGS_FOR_TARGET.  Add it along with TFLAGS to CC, CXX, GCJ,
4328         and GFORTRAN.
4329         (TFLAGS, STAGE_CFLAGS, STAGE_TFLAGS, STAGE_CONFIGURE_FLAGS): New.
4330         (_LIBCFLAGS): Renamed to _TFLAGS.
4331         (do-compare-debug, do-compare3-debug): Drop.
4332         (CC, GCC_FOR_TARGET, CXX_FOR_TARGET, RAW_CXX_FOR_TARGET,
4333         GCJ_FOR_TARGET, GFORTRAN_FOR_TARGET): Remove FLAGS_FOR_TARGET.
4334         (FLAGS_FOR_TARGET, SYSROOT_CFLAGS_FOR_TARGET,
4335         DEBUG_PREFIX_CFLAGS_FOR_TARGET): Move down.
4336         (XGCC_FLAGS_FOR_TARGET): New.
4337         (BASE_FLAGS_TO_PASS): Pass STAGEid_CFLAGS, STAGEid_TFLAGS and TFLAGS.
4338         (EXTRA_HOST_FLAGS): Pass GCJ and GFORTRAN.
4339         (POSTSTAGE1_FLAGS_TO_PASS): Move SYSROOT_CFLAGS_FOR_TARGET and
4340         DEBUG_PREFIX_CFLAGS_FOR_TARGET from CFLAGS, CXXFLAGS, LIBCFLAGS,
4341         LIBCXXFLAGS to XGCC_FLAGS_FOR_TARGET.  Add it along with TFLAGS
4342         to CC, CXX, GCJ, and GFORTRAN.  Pass XGCC_FLAGS_FOR_TARGET and
4343         TFLAGS.
4344         (BUILD_CONFIG): Include if requested.
4345         (all): Set TFLAGS on bootstrap.
4346         (configure-stageid-prefixmodule): Pass TFLAGS, adjust FLAGS.
4347         (all-stageid-prefixmodule): Likewise.
4348         (do-clean, distclean-stageid): Set TFLAGS.
4349         (restrap): Fix whitespace.
4350         * Makefile.in: Rebuilt.
4352 2009-05-07  Paolo Bonzini  <bonzini@gnu.org>
4354         * config.guess: Sync with src.
4356 2009-05-07  Dave Korn  <dave.korn.cygwin@gmail.com>
4358         * configure.ac ($with_ppl):  Default to no if not supplied.
4359         ($with_cloog):  Likewise.
4360         configure:  Regenerate.
4362 2009-04-27  James E. Wilson  <wilson@codesourcery.com>
4364         * MAINTAINERS: Update my e-mail address.
4366 2009-04-27  Nick Clifton  <nickc@redhat.com>
4368         * MAINTAINERS: Replace Aldy Hernandez as a maintainer for the FRV.
4370 2009-04-25  Eric Botcazou  <ebotcazou@adacore.com>
4372         * Makefile.tpl (POSTSTAGE1_HOST_EXPORTS): Add GNATBIND.
4373         (POSTSTAGE1_FLAGS_TO_PASS): Pick up exported value for GNATBIND.
4374         * Makefile.in: Regenerate.
4376 2009-04-24  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
4378         PR bootstrap/39739
4379         * configure.ac (extra_mpfr_configure_flags): Set and AC_SUBST.
4380         * Makefile.def (module=mpfr): Use extra_mpfr_configure_flags.
4382         * configure, Makefile.in: Regenerate.
4384 2009-04-21  Taras Glek  <tglek@mozilla.com>
4386         * include/hashtab.h: Update GTY annotations to new syntax
4387         * include/splay-tree.h: Likewise
4389 2009-04-17  Ben Elliston  <bje@au.ibm.com>
4391         * config.sub, config.guess: Update from upstream sources.
4393 2009-04-15  Anthony Green  <green@moxielogic.com>
4395         * configure.ac: Add moxie support.
4396         * configure: Rebuilt.
4398 2009-04-14  Jakub Jelinek  <jakub@redhat.com>
4400         * configure.ac: Change copyright header to refer to version
4401         3 of the GNU General Public License and to point readers at the
4402         COPYING3 file and the FSF's license web page.
4403         * Makefile.def: Likewise.
4404         * Makefile.tpl: Likewise.
4405         * Makefile.in: Regenerate.
4407 2009-04-09  Jack Howarth  <howarth@bromo.med.uc.edu>
4409         * configure.ac: Restore match for darwin9 or later. Use double
4410         brackets since regeneration eats one pair.
4411         * configure: Regenerate.
4413 2009-04-09  H.J. Lu  <hongjiu.lu@intel.com>
4415         PR gas/10039
4416         * configure.ac: Require texinfo 4.7.
4417         * configure: Regenerated.
4419 2009-04-09  Nick Clifton  <nickc@redhat.com>
4421         * COPYING.RUNTIME: New file: Contains a copy of version 3.1 of
4422         the GCC Runtime Library Exception.
4424 2009-04-08  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
4426         * configure.ac: Bump minimum GMP/MPFR versions to 4.2 and 2.3.1.
4427         * configure: Regenerate.
4429 2009-04-01  Steve Ellcey  <sje@cup.hp.com>
4431         * Makefil.def (languages): New entries.
4432         * Makefile.tpl (check-gcc-*): New generic target.
4433         * Makefile.in: Regenerate.
4435 2009-03-25  Erven Rohou  <erven.rohou@inria.fr>
4437         * MAINTAINERS:  Update my email address.
4439 2009-03-18  Tom Tromey  <tromey@redhat.com>
4441         * configure: Rebuild.
4442         * configure.ac (host_libs): Add libiconv.
4443         * Makefile.in: Rebuild.
4444         * Makefile.def (host_modules): Add libiconv.
4445         (configure-gdb, all-gdb): Depend on libiconv.
4447 2009-03-16  Tristan Gingold  <gingold@adacore.com>
4449         * configure.ac: Treat gdb as supported on x86_64-darwin.
4450         * configure: Regenerate.
4452 2009-03-16  Joseph Myers  <joseph@codesourcery.com>
4454         * configure.ac (--with-host-libstdcxx): New option.
4455         * configure: Regenerate.
4457 2009-03-12  Joern Rennecke  <joern.rennecke@arc.com>
4459         * MAINTAINERS:  Move myself into the write after approval list.
4461 2009-03-11  Nicola Pero  <nicola.pero@meta-innovation.com>
4463         * MAINTAINERS: Update e-mail address.
4465 2009-03-11  Dorit Nuzman  <dorit@il.ibm.com>
4467         * MAINTAINERS: Remove myself as auto-vectorizer maintainer.
4469 2009-03-10  Ira Rosen  <irar@il.ibm.com>
4471         * MAINTAINERS: Add myself as auto-vectorizer maintainer.
4473 2009-03-01  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
4475         Backport from git Libtool:
4477         2009-01-19  Robert Millan  <rmh@aybabtu.com>
4478         Support GNU/kOpenSolaris.
4479         * libltdl/m4/libtool.m4 (_LT_SYS_DYNAMIC_LINKER)
4480         (_LT_CHECK_MAGIC_METHOD, _LT_COMPILER_PIC, _LT_LINKER_SHLIBS)
4481         (_LT_LANG_CXX_CONFIG) [kopensolaris*-gnu]: Recognize
4482         GNU/kOpenSolaris.
4484 2009-02-27  Andreas Schwab  <schwab@linux-m68k.org>
4486         * MAINTAINERS: Update e-mail address.
4488 2009-02-24  Michael Eager  <eager@eagercon.com>
4490         * MAINTAINERS (Write After Approval): Add self.
4492 2009-02-18  Bingfeng Mei  <bmei@broadcom.com>
4494         * MAINTAINERS (Write After Approval): Add myself.
4496 2009-02-05  Andreas Schwab  <schwab@suse.de>
4498         * Makefile.tpl (stage_last): Define $r and $s before using
4499         $(RECURSE_FLAGS_TO_PASS).
4500         * Makefile.in: Regenerate
4502 2009-01-30  Ian Lance Taylor  <iant@google.com>
4504         * MAINTAINERS: Move myself to the Global Reviewers list.
4506 2009-01-29  Robert Millan  <rmh@aybabtu.com>
4508         * configure.ac: Recognize GNU/kOpenSolaris (*-*-kopensolaris*-gnu).
4509         * configure: Regenerate.
4511 2009-01-17  Gerald Pfeifer  <gerald@pfeifer.com>
4513         * MAINTAINERS: Make whitespace consistent.
4514         Remove Robert Millan from Write After Approval.
4516 2009-01-16  Alan Modra  <amodra@bigpond.net.au>
4518         * Makefile.def (configure-opcodes): Depend on configure-libiberty.
4519         (all-opcodes): Depend on all-libiberty.
4520         * Makefile.in: Regenerate.
4522 2009-01-15  Douglas B Rupp  <rupp@gnat.com>
4524         * configure.ac (ia64*-*-*vms*): Add case with no gdb or ld support.
4525         * configure: Regenerate.
4527 2009-01-12  Ramana Radhakrishnan  <ramana.r@gmail.com>
4529         * MAINTAINERS (Write After Approval): Add myself.
4531 2009-01-12  Steven G. Kargl  <sgk@troutmask.apl.washington.edu>
4533         * MAINTAINERS: Add myself to reviewers (Fortran).
4535 2009-01-12  Sebastian Pop  <sebastian.pop@amd.com>
4537         PR tree-optimization/38515
4538         * configure.ac (cloog-polylib): Removed.
4539         (with_ppl, with_cloog): Test for "no".
4540         * configure: Regenerated.
4542 2009-01-11  Daniel Franke  <franke.daniel@gmail.com>
4544         * MAINTAINERS: Moved myself to reviewers (Fortran).
4546 2009-01-06  Thomas Schwinge  <tschwinge@gnu.org>
4548         * MAINTAINERS (OS Port Maintainers): Add myself for GNU/Hurd.
4549         (Write After Approval): Remove myself.
4551 2009-01-03  Diego Novillo  <dnovillo@google.com>
4553         * MAINTAINERS: Remove myself from alias maintainership.
4555 2009-01-02  David Ayers  <ayers@fsfe.org>
4557         * MAINTAINERS: Update e-mail address.
4559 2008-12-30  Gerald Pfeifer  <gerald@pfeifer.com>
4561         * MAINTAINERS: Make whitespace consistent.
4563 2008-12-18  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
4565         Backport from upstream Libtool:
4566         * libltdl.m4 (_LT_SYS_DYNAMIC_LINKER, _LT_LINKER_SHLIBS):
4567         Add cache variables to tests that require the linker to work.
4568         For shlibpath_overrides_runpath, this also changes the semantics
4569         to let the result from the C compiler take precedence.
4571 2008-12-02  Ben Elliston  <bje@au.ibm.com>
4573         * config.sub, config.guess: Update from upstream sources.
4575 2008-12-12  Sebastian Pop  <sebastian.pop@amd.com>
4577         * configure.ac (ppllibs): Add by default the lib flags.
4578         * configure: Regenerate.
4580 2008-12-08  Luis Machado  <luisgpm@br.ibm.com>
4582         * MAINTAINERS:  Add myself to the write after approval list.
4584 2008-12-04  Jack Howarth  <howarth@bromo.med.uc.edu>
4586         * configure.ac: Add double brackets on darwin[912].
4587         * configure: Regenerate.
4589 2008-12-03  Daniel Kraft  <d@domob.eu>
4591         * MAINTAINERS:  Moved myself and Mikael Morin from Write After
4592         Approval to Reviewer section (for Fortran front-end).
4594 2008-12-02  Jack Howarth  <howarth@bromo.med.uc.edu>
4596         * configure.ac: Expand to darwin10 and later.
4597         * configure: Regenerate.
4599 2008-12-02  Andreas Schwab  <schwab@suse.de>
4601         * Makefile.def: configure-target-boehm-gc depends on
4602         all-target-libstdc++-v3.
4603         * Makefile.in: Regenerate.
4605 2008-12-02  Kai Tietz  <kai.tietz@onevision.com>
4607         * MAINTAINERS:  Add myself as mingw maintainer.
4609 2008-12-02  Ben Elliston  <bje@au.ibm.com>
4611         * config.sub, config.guess: Update from upstream sources.
4613 2008-12-01  Gerald Pfeifer  <gerald@pfeifer.com>
4615         * README.SCO: Remove.
4617 2008-11-29  Fernando Pereira  <pronesto@gmail.com>
4619         * MAINTAINERS:  Add myself to the write after approval list.
4621 2008-11-29  Dave Korn  <dave.korn.cygwin@gmail.com>
4623         * MAINTAINERS:  Update my email address in WAA section.
4625 2008-11-29  Chen Liqin  <liqin@sunnorth.com.cn>
4627         * MAINTAINERS: Update e-mail address.
4629 2008-11-27  Toon Moene  <toon@moene.org>
4631         * MAINTAINERS: Change e-mail address.
4633 2008-11-27  Tristan Gingold  <gingold@adacore.com>
4635         * configure.ac: Build gdb for i?86-*-darwin*
4636         * configure: Regenerated.
4638 2008-11-24  Hariharan Sandanagobalane  <hariharan@picochip.com>
4640         * MAINTAINERS: Added my full name.
4642 2008-11-14  Daniel Jacobowitz  <dan@codesourcery.com>
4644         PR bootstrap/38014
4645         PR bootstrap/37923
4647         Revert:
4649         2008-10-24  Daniel Jacobowitz  <dan@codesourcery.com>
4651         * Makefile.tpl (HOST_EXPORTS): Correct CPPFLAGS typo.
4652         * Makefile.in: Regenerated.
4654         2008-10-22  Daniel Jacobowitz  <dan@codesourcery.com>
4656         PR gdb/921
4657         PR gdb/1646
4658         PR gdb/2175
4659         PR gdb/2176
4661         * Makefile.def (flags_to_pass): Add CPPFLAGS_FOR_BUILD and CPPFLAGS.
4662         * Makefile.tpl (BUILD_EXPORTS): Set CPPFLAGS.
4663         (EXTRA_BUILD_FLAGS): Correct typo.  Pass CPPFLAGS.
4664         (HOST_EXPORTS): Pass CPPFLAGS.
4665         (CPPFLAGS_FOR_BUILD, CPPFLAGS, CPPFLAGS_FOR_TARGET): Define.
4666         (LDFLAGS_FOR_TARGET): Initialize from configure script.
4667         (EXTRA_TARGET_FLAGS): Set CPPFLAGS.
4668         * Makefile.in, configure: Regenerated.
4669         * configure.ac: Set CPPFLAGS_FOR_TARGET, LDFLAGS_FOR_TARGET,
4670         and CPPFLAGS_FOR_BUILD.
4672 2008-11-06  Jeff Law  <law@redhat.com>
4674         * MAINTAINERS: Add myself as middle end maintainer.
4676 2008-11-06  Andrew Stubbs  <ams@codesourcery.com>
4678         * MAINTAINERS (Write after approval): Add myself.
4680 2008-11-05  Diego Novillo  <dnovillo@google.com>
4682         * MAINTAINERS (Global Reviewers): Add myself.
4683         (Non-Algorithmic Maintainers): Remove myself.
4685 2008-11-04  Thomas Schwinge  <tschwinge@gnu.org>
4687         * MAINTAINERS (Write after approval): Add myself.
4689 2008-10-31  Mikael Morin  <mikael.morin@tele2.fr>
4691         * MAINTAINERS (Write after approval): Add myself.
4693 2008-10-31  Ben Elliston  <bje@au.ibm.com>
4695         * configure.ac (spu-*-*): Remove special case.
4696         * configure: Regenerate.
4698 2008-10-30  Catherine Moore  <clm@codesourcery.com>
4700         * MAINTAINERS (Write after approval): Update my email address.
4702 2008-10-29  Stefan Schulze Frielinghaus  <xxschulz@de.ibm.com>
4704         * configure.ac [spu-*-*]: Do not set skipdirs.
4705         * configure: Re-generate.
4707 2008-10-29  Bernd Schmidt  <bernd.schmidt@analog.com>
4709         * MAINTAINERS (Various Maintainers): Add myself to reload.
4711 2008-10-25  Richard Guenther  <rguenther@suse.de>
4713         * MAINTAINERS (Various Maintainers): Add myself as middle-end
4714         maintainer.  Remove myself as libgcc-math maintainer.
4715         (Non-Algorithmic Maintainers): Remove myself.
4717 2008-10-24  Daniel Jacobowitz  <dan@codesourcery.com>
4719         * Makefile.tpl (HOST_EXPORTS): Correct CPPFLAGS typo.
4720         * Makefile.in: Regenerated.
4722 2008-10-23  Cary Coutant  <ccoutant@google.com>
4724         * MAINTAINERS (Write after approval): Add myself.
4726 2008-10-22  Daniel Jacobowitz  <dan@codesourcery.com>
4728         PR gdb/921
4729         PR gdb/1646
4730         PR gdb/2175
4731         PR gdb/2176
4733         * Makefile.def (flags_to_pass): Add CPPFLAGS_FOR_BUILD and CPPFLAGS.
4734         * Makefile.tpl (BUILD_EXPORTS): Set CPPFLAGS.
4735         (EXTRA_BUILD_FLAGS): Correct typo.  Pass CPPFLAGS.
4736         (HOST_EXPORTS): Pass CPPFLAGS.
4737         (CPPFLAGS_FOR_BUILD, CPPFLAGS, CPPFLAGS_FOR_TARGET): Define.
4738         (LDFLAGS_FOR_TARGET): Initialize from configure script.
4739         (EXTRA_TARGET_FLAGS): Set CPPFLAGS.
4740         * Makefile.in, configure: Regenerated.
4741         * configure.ac: Set CPPFLAGS_FOR_TARGET, LDFLAGS_FOR_TARGET,
4742         and CPPFLAGS_FOR_BUILD.
4744 2008-10-20  Sebastian Pop  <sebastian.pop@amd.com>
4746         * MAINTAINERS (Graphite Reviewers): Added Daniel Berlin and
4747         Sebastian Pop.
4749 2008-10-14  Antoniu Pop <antoniu.pop@gmail.com>
4751         * MAINTAINERS (Write After Approval): Added myself.
4753 2008-10-13  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
4755         * configure.ac (MPFR check): Bump minimum version to 2.3.0 and
4756         recommended version to 2.3.2.
4758         * configure: Regenerate.
4760 2008-10-01  Mark Mitchell  <mark@codesourcery.com>
4762         * MAINTAINERS (Blanket Write Privs): Change to Global Reviewers.
4764 2008-09-29  David Daney <david.daney@caviumnetworks.com>
4766         * MAINTAINERS (Write After Approval): Update e-mail address.
4768 2008-09-26  Peter O'Gorman  <pogma@thewrittenword.com>
4770         * libtool.m4: Update to libtool 2.2.6.
4771         * lt~obsolete.m4: Update to libtool 2.2.6.
4772         * ltmain.sh: Update to libtool 2.2.6.
4773         * ltsugar.m4: Update to libtool 2.2.6.
4774         * ltversion.m4: Update to libtool 2.2.6.
4775         * ltoptions.m4: Update to libtool 2.2.6.
4776         * ltgcc.m4: Update to match changes from libtool 2.2.6.
4778 2008-09-22  Chris Fairles  <cfairles@gcc.gnu.org>
4780         * MAINTAINERS (Write After Approval): Add myself.
4782 2008-09-22  Bernhard Reutner-Fischer  <aldot@gcc.gnu.org>
4784         * MAINTAINERS (Write After Approval): Update my name.
4786 2008-09-20  Steven Bosscher  <steven@gcc.gnu.org>
4788         * MAINTAINERS: Add myself in "Write After Approval".
4790 2008-09-18  Steve Ellcey  <sje@cup.hp.com>
4792         * MAINTAINERS: Add myself as ia64 maintainer.
4794 2008-09-04  Gerald Pfeifer  <gerald@pfeifer.com>
4796         * MAINTAINERS: Remove John Carr, Steve Chamberlain, Michael Chastain,
4797         Klaus Kaempf, Mumit Khan, Alan Lehotsky, Warren Levy, Don Lindsay,
4798         Dave Love, Alexandre Petit-Bianco, Clinton Popetz, Gavin Romig-Koch,
4799         and Michael Tiemann from Write After Approval since they do not
4800         actually have access.
4802 2008-09-05  Richard Guenther  <rguenther@suse.de>
4804         * configure.ac: Initialize clooglibs to -lcloog.
4805         * configure: Re-generate.
4807 2008-09-04  Le-Chun Wu  <lcwu@google.com>
4809         * MAINTAINERS (Write After Approval): Add myself.
4811 2008-09-03  Sebastian Pop  <sebastian.pop@amd.com>
4813         * configure.ac (--with-cloog-polylib): New.
4814         (--disable-cloog-version-check): New.
4815         (--disable-ppl-version-check): New.
4816         * configure: Re-generate.
4818 2008-09-03  Richard Guenther  <rguenther@suse.de>
4820         * configure.ac: Always pass -DCLOOG_PPL_BACKEND to the
4821         cloog test.
4822         * configure: Re-generate.
4824 2008-09-03  Hari Sandanagobalane  <hariharan@picochip.com>
4826         Add picoChip port.
4827         * MAINTAINERS: Add picoChip maintainers.
4829 2008-09-02  Sebastian Pop  <sebastian.pop@amd.com>
4830             Tobias Grosser  <grosser@fim.uni-passau.de>
4831             Jan Sjodin  <jan.sjodin@amd.com>
4832             Harsha Jagasia  <harsha.jagasia@amd.com>
4833             Dwarakanath Rajagopal  <dwarak.rajagopal@amd.com>
4834             Konrad Trifunovic  <konrad.trifunovic@inria.fr>
4835             Adrien Eliche  <aeliche@isty.uvsq.fr>
4837         Merge from graphite branch.
4838         * configure: Regenerate.
4839         * Makefile.in: Regenerate.
4840         * configure.ac (host_libs): Add ppl and cloog.
4841         Add checks for PPL and CLooG.
4842         * Makefile.def (ppl, cloog): Added modules and dependences.
4843         * Makefile.tpl (PPLLIBS, PPLINC, CLOOGLIBS, CLOOGINC): New.
4844         (HOST_PPLLIBS, HOST_PPLINC, HOST_CLOOGLIBS, HOST_CLOOGINC): New.
4846 2008-08-31  Aaron W. LaFramboise  <aaronavay62@aaronwl.com>
4848         * configure.ac (RPATH_ENVVAR): Use PATH on Windows.
4849         (GCC_SHLIB_SUBDIR): New.
4850         * Makefile.tpl (HOST_LIB_PATH_gcc): Use GCC_SHLIB_SUBDIR.
4851         * configure: Regenerate.
4852         * Makefile.in: Regenerate.
4854 2008-08-30  Gerald Pfeifer  <gerald@pfeifer.com>
4856         * MAINTAINERS: Consistently use tabs to separate columns.
4858 2008-08-29  Tristan Gingold  <gingold@adacore.com>
4860         * MAINTAINERS (Write after Approval): Add myself.
4862 2008-08-28  Tristan Gingold  <gingold@adacore.com>
4864         * configure.ac (powerpc-*-darwin*, i?86-*-darwin*,x86_64-*-darwin9):
4865         Enable bfd, binutils and opcodes.
4866         * configure: Regenerate.
4868 2008-08-27  John David Anglin  <dave.anglin@nrc-cnrc.gc.ca>
4870         * MAINTAINERS: Update my hppa and hpux entries.  Remove my vax entry.
4872 2008-08-23  Thomas Koenig  <tkoenig@gcc.gnu.org>
4874         * MAINTAINERS:  Use correct Umlaut for last name.
4876 2008-08-23  Francois-Xavier Coudert  <fxcoudert@gcc.gnu.org>
4878         * MAINTAINERS: Move myself from Reviewers to Write after Approval.
4880 2008-08-16  David Edelsohn  <edelsohn@gnu.org>
4882         * MAINTAINERS: Update my email address.
4884 2008-08-16  Nicolas Roche  <roche@adacore.com>
4886         * Makefile.tpl: Add BOOT_ADAFLAGS.
4887         * Makefile.in: Regenerate.
4889 2008-08-09  Richard Sandiford  <rdsandiford@googlemail.com>
4891         * configure.ac (mips*-*-*linux*, mips*-*-gnu*): Use mt-mips-gnu.
4892         * configure: Regenerate.
4894 2008-07-30  Paolo Bonzini  <bonzini@gnu.org>
4896         * configure.ac: Add makefile fragments for hpux.
4897         * Makefile.def (flags_to_pass): Add ADA_CFLAGS.
4898         * Makefile.tpl (HOST_EXPORTS): Pass ADA_CFLAGS.
4899         * configure: Regenerate.
4900         * Makefile.in: Regenerate.
4902 2008-07-28  Aldy Hernandez  <aldyh@redhat.com>
4904         * MAINTAINERS: Add Jakub and myself as gimple maintainers.
4906 2008-07-11  Dodji Seketeli  <dseketel@redhat.com>
4908         * MAINTAINERS (Write after Approval): Add myself.
4910 2008-07-02  Xuepeng Guo  <xuepeng.guo@intel.com>
4912         * MAINTAINERS (Write After Approval):  Add myself.
4914 2008-06-29  Andrew Jenner  <andrew@codesourcery.com>
4916         * MAINTAINERS (Write After Approval):  Add myself.
4918 2008-06-29  Krister Walfridsson  <krister.walfridsson@gmail.com>
4920         * MAINTAINERS: Update my email address.
4922 2008-06-25  Joey Ye  <joey.ye@intel.com>
4924         * MAINTAINERS (Write After Approval):  Add myself.
4926 2008-06-17  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
4928         * Makefile.tpl ($(srcdir)/configure): Update dependencies.
4929         * Makefile.in: Regenerate.
4930         * configure: Regenerate.
4932 2008-06-17  Daniel Kraft  <d@domob.eu>
4934         * MAINTAINERS (Write After Approval):  Add myself.
4936 2008-06-16  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
4938         * configure.ac: Set TOPLEVEL_CONFIGURE_ARGUMENTS early, when
4939         "$@" is still intact with both Autoconf 2.59 and 2.62.
4940         * configure: Regenerate.
4942 2008-06-16  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
4944         * Makefile.tpl: Fix comment errors.
4945         * Makefile.in: Regenerate.
4947 2008-06-12  David S. Miller  <davem@davemloft.net>
4948             David Edelsohn  <edelsohn@gnu.org>
4950         * configure.ac: Add powerpc*-*-* to gold supported targets.
4951         * configure: Regenerate.
4953 2008-06-08  Joseph Myers  <joseph@codesourcery.com>
4955         PR tree-optimization/36218
4956         * Makefile.def (flags_to_pass): Add LDFLAGS_FOR_BUILD.
4957         * Makefile.tpl (EXTRA_BUILD_FLAGS): Define.
4958         (all prefix="build-"): Pass them to build-system sub-makes.
4959         * Makefile.in: Regenerate.
4961 2008-06-07  Joseph Myers  <joseph@codesourcery.com>
4963         * MAINTAINERS (mt port): Remove.
4964         (sco5, unixware, sco udk): Remove.
4965         (Kean Johnston): Add to Write After Approval.
4967 2008-05-30  Julian Brown  <julian@codesourcery.com>
4969         * configure.ac (arm*-*-linux-gnueabi): Don't disable building
4970         of libobjc for ARM EABI Linux.
4971         * configure: Regenerate.
4973 2008-05-18  Xinliang David Li   <davidxl@google.com>
4975         * ChangeLog: Remove wrong ChangeLog entry.
4977 2008-05-17  Xinliang David Li   <davidxl@google.com>
4979         * MAINTAINERS (Write After Approval): Add myself.
4981 2008-05-15  Janus Weil  <janus@gcc.gnu.org>
4983         * MAINTAINERS (Write After Approval): Add myself.
4985 2008-05-14  Rafael Espíndola  <espindola@google.com>
4987         * config-ml.in: don't handle --enable-shared and --enable-static.
4989 2008-05-10  Richard Sandiford  <rdsandiford@googlemail.com>
4991         * MAINTAINERS: Update my email address.
4993 2008-05-10  Paolo Carlini  <paolo.carlini@oracle.com>
4995         * MAINTAINERS: Update my email address.
4997 2008-05-03  Kris Van Hees  <kris.van.hees@oracle.com>
4999         * MAINTAINERS (Write After Approval): Add myself.
5001 2008-04-28  Gabriele Svelto  <gabriele.svelto@st.com>
5003         * MAINTAINERS (Write After Approval): Add myself.
5005 2008-04-25  Pompapathi V Gadad  <Pompapathi.V.Gadad@nsc.com>
5007         * MAINTAINERS (crx): Add myself.
5009 2008-04-18  Paolo Bonzini  <bonzini@gnu.org>
5011         Sync with src:
5012         2008-04-14  David S. Miller  <davem@davemloft.net>
5014         * configure.ac: Add sparc*-*-* to gold supported targets.
5015         * configure: Regenerate.
5017 2008-04-18  Paolo Bonzini  <bonzini@gnu.org>
5019         PR bootstrap/35457
5020         * configure.ac: Include override.m4.
5021         * configure: Regenerate.
5023 2008-04-18  Paolo Bonzini  <bonzini@gnu.org>
5025         * Makefile.tpl (restrap): Call `make all' using double-colon rules.
5026         * Makefile.in: Regenerate.
5028 2008-04-18  M R Swami Reddy  <MR.Swami.Reddy@nsc.com>
5030         * configure.ac (cr16-*-*): Add case for cr16 target and include gdb
5031         as nonconfigurable directories list.
5032         * configure: Regenerate.
5034 2008-04-14  Ben Elliston  <bje@au.ibm.com>
5036         * config.sub, config.guess: Update from upstream sources.
5038 2008-04-12  Hans-Peter Nilsson  <hp@axis.com>
5040         * Makefile.tpl <gcc>: Error early unless at least GNU make 3.80.
5041         * Makefile.in: Regenerate.
5043 2008-04-11  Eric B. Weddington  <eweddington@cso.atmel.com>
5045         * configure.ac: Do not build libssp for the AVR.
5046         * configure: Regenerate.
5048 2008-04-07  Ian Lance Taylor  <iant@google.com>
5050         * Makefile.def: check-gold depends upon all-binutils.
5051         * Makefile.in: Regenerate.
5053 2008-04-04  Andy Hutchinson  <hutchinsonandy@aim.com>
5055         * MAINTAINERS (Write After Approval): Add myself.
5057 2008-04-04  Nick Clifton  <nickc@redhat.com>
5059         PR binutils/4334
5060         * configure.ac: Run ACX_CHECK_CYGWIN_CAT_WORKS for cygwin hosted
5061         builds.
5062         * configure: Regenerate.
5064 2008-04-04  NightStrike  <NightStrike@gmail.com>
5066         PR other/35151
5067         * configure.ac: Combine rules for mingw32 and mingw64.
5068         * configure: Regenerate.
5070 2008-04-02  Kai Tietz  <kai.tietz@onvision.com>
5072         * MAINTAINERS (Write After Approval): Add myself.
5074 2008-04-01  Seongbae Park  <seongbae.park@gmail.com>
5076         * Makefile.tpl (.NOTPARALLEL): Revert previous change.
5077         * Makefile.in (.NOTPARALLEL): Ditto.
5079 2008-04-01  Peter O'Gorman  <pogma@thewrittenword.com>
5081         * MAINTAINERS (Write After Approval): Add myself.
5083 2008-03-31  Seongbae Park  <seongbae.park@gmail.com>
5085         * Makefile.tpl (.NOTPARALLEL): Serialize stageprofile libiberty.
5086         * Makefile.in (.NOTPARALLEL): Regenerate.
5088 2008-03-27  Paolo Bonzini  <bonzini@gnu.org>
5090         * Makefile.tpl (PICFLAG, PICFLAG_FOR_TARGET): Remove.
5091         * Makefile.in: Regenerate.
5093 2008-03-26  Jakub Staszak  <kuba@et.pl>
5095         * MAINTAINERS (Write After Approval): Add myself.
5097 2008-03-23  Thomas Koenig  <tkoenig@gcc.gnu.org>
5099         * MAINTAINERS:  Update e-mail address.
5101 2008-03-20  Ian Lance Taylor  <iant@google.com>
5103         * configure.ac: Add support for --enable-gold.
5104         * Makefile.def: Add gold as a directory like ld.
5105         * configure, Makefile.in: Regenerate.
5107 2008-03-16  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
5109         * configure.ac: m4_include config/proginstall.m4.
5110         * configure: Regenerate.
5112         Backport from upstream Libtool:
5114         2007-10-12  Eric Blake  <ebb9@byu.net>
5116         Deal with Autoconf 2.62's semantic change in m4_append.
5117         * ltsugar.m4 (lt_append): Replace broken versions of
5118         m4_append.
5119         (lt_if_append_uniq): Don't require separator to be overquoted,
5120         and avoid broken m4_append.
5121         (lt_dict_add): Fix typo.
5122         * libtool.m4 (_LT_DECL): Don't overquote separator.
5124 2008-03-13  David Edelsohn  <edelsohn@gnu.org>
5126         * config.rpath: Add AIX 6 support.
5128 2008-03-13  Paolo Bonzini  <bonzini@gnu.org>
5130         * Makefile.def (stageprofile).  Remove -fprofile-generate
5131         from stage_libcflags.
5132         * Makefile.in: Regenerate.
5134 2008-03-13  Ben Elliston  <bje@au.ibm.com>
5136         * config.sub, config.guess: Update from upstream sources.
5138 2008-03-06  Tom Tromey  <tromey@redhat.com>
5140         * MAINTAINERS: Update for treelang deletion.
5142 2008-03-03  James E. Wilson  <wilson@tuliptree.org>
5144         * MAINTAINERS: Update my email address.
5146 2008-03-03  Stan Shebs  <stanshebs@earthlink.net>
5148         * MAINTAINERS (darwin port): Add myself as a maintainer.
5149         (objective-c/c++): Add myself as a maintainer.
5151 2008-03-03  Volker Reichelt  <v.reichelt@netcologne.de>
5153         * MAINTAINERS (Write After Approval): Update my email address.
5155 2008-02-25  Tomas Bily  <tbily@suse.cz>
5157         * MAINTAINERS (Write After Approval): Add myself.
5159 2008-02-23  Jakub Jelinek  <jakub@redhat.com>
5161         * MAINTAINERS (OpenMP): Add myself.
5163 2008-02-20  Paolo Bonzini  <bonzini@gnu.org>
5165         PR bootstrap/32009
5166         PR bootstrap/32161
5168         * configure.ac (CFLAGS_FOR_TARGET, CXXFLAGS_FOR_TARGET): Compute here.
5169         * configure: Regenerate.
5171         * Makefile.def: Define stage_libcflags for all bootstrap stages.
5172         * Makefile.tpl (BOOT_LIBCFLAGS, STAGE2_LIBCFLAGS, STAGE3_LIBCFLAGS,
5173         STAGE4_LIBCFLAGS): New.
5174         (CFLAGS_FOR_TARGET, CXXFLAGS_FOR_TARGET): Subst from autoconf, without
5175         $(SYSROOT_CFLAGS_FOR_TARGET) and $(DEBUG_PREFIX_CFLAGS_FOR_TARGET).
5176         (BASE_TARGET_EXPORTS): Append them here to C{,XX}FLAGS.
5177         (EXTRA_TARGET_FLAGS): Append them here to {LIB,}C{,XX}FLAGS.
5178         (configure-stage[+id+]-[+prefix+][+module+]): Pass stage_libcflags
5179         for target modules.  Don't export LIBCFLAGS.
5180         (all-stage[+id+]-[+prefix+][+module+]): Pass stage_libcflags; pass
5181         $(BASE_FLAGS_TO_PASS) where [+args+] was passed, and [+args+] after
5182         the overridden CFLAGS_FOR_TARGET and CXXFLAGS_FOR_TARGET.
5183         (invocations of `all'): Replace $(TARGET_FLAGS_TO_PASS) with
5184         $(EXTRA_TARGET_FLAGS), $(FLAGS_TO_PASS) with $(EXTRA_HOST_FLAGS).
5185         * Makefile.in: Regenerate.
5187 2008-02-16  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
5189         PR libgcj/33085
5190         * libtool.m4 (_LT_COMPILER_PIC) [ mingw, cygwin ] <GCJ>:
5191         Do not use -DDLL_EXPORT.  Backport from upstream.
5193 2008-02-13  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
5195         * MAINTAINERS (Write After Approval): Add myself.
5197 2008-02-02  Hans-Peter Nilsson  <hp@axis.com>
5199         * configure.ac: Enable fortran for cris-*-elf and crisv32-*-elf.
5200         * configure: Regenerate.
5202 2008-01-31  Marc Gauthier  <marc@tensilica.com>
5204         * configure.ac (xtensa*-*-*): Recognize processor variants.
5205         * configure: Regenerate.
5207 2008-01-30  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
5209         PR bootstrap/34922
5210         * configure.ac (PARSE_ARGS): Push suitable setting of
5211         ac_subdirs_all, for `./configure --help=recursive'.
5212         Handle `+' in generic toplevel directory disabling.
5213         * configure: Regenerate.
5215 2008-01-28  Nick Clifton  <nickc@redhat.com>
5217         * MAINTAINERS (xstormy16): Take over maintainership.
5219 2008-01-25  Joseph Myers  <joseph@codesourcery.com>
5221         * MAINTAINERS (c4x port): Remove.
5223 2008-01-24  David Edelsohn  <edelsohn@gnu.org>
5225         * libtool.m4: Backport AIX 6 support from ToT Libtool.
5227 2008-01-23  Ben Elliston  <bje@au.ibm.com>
5229         * config.sub, config.guess: Update from upstream sources.
5231 2008-01-22  Tobias Grosser  <grosser@fim.uni-passau.de>
5233         * MAINTAINERS (Write After Approval): Add myself.
5235 2008-01-17  H.J. Lu  <hjl.tools@gmail.com>
5237         * MAINTAINERS: Update my email address.
5239 2008-01-09  Raksit Ashok  <raksit@google.com>
5241         * MAINTAINERS (Write After Approval): Add myself.
5243 2008-01-09  Raksit Ashok  <raksit@google.com>
5245         * MAINTAINERS (Write After Approval): Add myself.
5247 2008-01-08  Ben Elliston  <bje@au.ibm.com>
5249         * config.sub, config.guess: Update from upstream sources.
5251 2007-12-17  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
5253         * configure.ac: Change required MPFR from 2.2.0 -> 2.2.1.
5254         Change recommended MPFR from 2.2.1 -> 2.3.0.
5255         * configure: Regenerate.
5257 2007-12-15  Sebastian Pop  <sebastian.pop@amd.com>
5259         * MAINTAINERS: Update my email address.
5261 2007-12-15  Bernhard Fischer  <aldot@gcc.gnu.org>
5263         * MAINTAINERS: Update my email address.
5265 2007-12-13  Richard Sandiford  <rsandifo@nildram.co.uk>
5267         * Makefile.tpl (CFLAGS_FOR_TARGET): Add -g.
5268         (CXXFLAGS_FOR_TARGET): Add -O2 -g.
5269         * Makefile.in: Regenerate.
5271 2007-12-10  Mark Heffernan  <meheff@google.com>
5273         * MAINTAINERS (Write After Approval): Add myself and alphabetize two
5274         misplaced entries.
5276 2007-12-10  Andreas Tobler  <a.tobler@schweiz.org>
5278         * configure.ac: Enable libjava for x86_64-*-darwin9.
5279         * configure: Regenerate.
5281 2007-12-07  Bill Maddox  <maddox@google.com>
5283         * MAINTAINERS (Write After Approval): Add myself.
5285 2007-12-05  Ben Elliston  <bje@au.ibm.com>
5287         * config.sub, config.guess: Update from upstream sources.
5289 2007-12-02  Matthias Klose  <doko@ubuntu.com>
5291         * config-ml.in: Remove 64bit configure tests.
5293 2007-11-28  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
5295         * config-ml.in: Robustify against white space in absolute file
5296         names.
5298         * config-ml.in (multi-clean): Substitute ${Makefile}.
5299         Remove superfluous ${Makefile} in list.
5301 2007-11-19  Thiemo Seufer  <ths@mips.com>
5303         * config-ml.in: Don't hardcode the Makefile name.
5305 2007-11-08  Alexander Monakov  <amonakov@ispras.ru>
5307         * MAINTAINERS (Write After Approval): Add myself.
5309 2007-11-07  Samuel Tardieu  <sam@rfc1149.net>
5311         * MAINTAINERS (Write After Approval): Add myself.
5313 2007-11-06  Doug Kwan  <dougkwan@google.com>
5315         * MAINTAINERS (Write After Approval): Add myself.
5317 2007-10-25  Ben Elliston  <bje@au.ibm.com>
5319         * MAINTAINERS (mercury): Remove entry.
5320         (Write After Approval): Add Fergus Henderson <fjh@cs.mu.oz.au>.
5322 2007-10-23  Daniel Jacobowitz  <dan@codesourcery.com>
5324         * Makefile.def (dependencies): Make configure-gdb depend on
5325         all-intl.
5326         * Makefile.in: Regenerated.
5328 2007-10-22  Steven G. Kargl  <kargl@gcc.gnu.org>
5330         * MAINTAINERS (Fortran maintainer): Remove myself.
5332 2007-10-15  Patrick Mansfield  <patmans@us.ibm.com>
5334         * Makefile.def: To avoid problems running with parallel makes,
5335         build newlib before libgloss so that target specific header
5336         files are availble.
5337         * Makefile.in: Regenerate
5339 2007-10-11  Daniel Jacobowitz  <dan@codesourcery.com>
5341         * Makefile.def (dependencies): Add all-gdb -> all-libdecnumber.
5342         * Makefile.in: Regenerate.
5344 2007-10-09  Vladimir Makarov  <vmakarov@redhat.com>
5346         * MAINTAINERS (Register allocation reviewer): Add myself.
5348 2007-10-08  Mike Frysinger  <vapier@gentoo.org>
5350         * configure.ac (CFLAGS_FOR_BUILD, CXXFLAGS_FOR_BUILD,
5351         LDFLAGS_FOR_BUILD): Default them to host flags only for $host = $build.
5352         Set default CXXFLAGS_FOR_BUILD to CXXFLAGS, not CFLAGS.  Set default
5353         LDFLAGS_FOR_BUILD to LDFLAGS, not CFLAGS.
5354         * configure: Regenerate.
5356 2006-10-04  Seongbae Park  <seongbae.park@gmail.com>
5358         * MAINTAINERS (Register allocation reviewer): Add myself.
5360 2007-10-01  Paolo Bonzini  <bonzini@gnu.org>
5362         * Makefile.tpl (AR_FOR_BUILD, AS_FOR_BUILD, CXX_FOR_BUILD,
5363         DLLTOOL_FOR_BUILD, GCJ_FOR_BUILD, GFORTRAN_FOR_BUILD,
5364         LDFLAGS_FOR_BUILD, LD_FOR_BUILD, NM_FOR_BUILD, RANLIB_FOR_BUILD,
5365         WINDMC_FOR_BUILD, WINDRES_FOR_BUILD): Use autoconf substitutions.
5366         * configure.ac: Default them to host tools for $host = $build.
5367         Subst them.
5369         * configure: Regenerate.
5370         * Makefile.in: Regenerate.
5372 2006-09-24  Peter Bergner  <bergner@vnet.ibm.com>
5374         * MAINTAINERS (Register allocation reviewer): Add myself.
5376 2006-09-24  Kenneth Zadeck  <zadeck@naturalbridge.com>
5378         * MAINTAINERS (Register allocation reviewer): Add myself.
5380 2007-09-21  Seongbae Park  <seongbae.park@gmail.com>
5382         * MAINTAINERS (Write After Approval): Fix typo.
5384 2007-09-20  Richard Sandiford  <rsandifo@nildram.co.uk>
5386         * configure.ac (mipsisa*-*-elfoabi*): New stanza.
5387         * configure: Regenerate.
5389 2007-09-20  Paul Jarc  <prj-bugzilla-gcc@multivac.cwru.edu>
5391         PR bootstrap/31906
5392         * libtool-ldflags: Don't prefix arguments with -Xcompiler if
5393         they're already prefixed.
5395 2007-09-19  Benjamin Kosnik  <bkoz@redhat.com>
5397         * configure.ac (TOPLEVEL_CONFIGURE_ARGUMENTS): Move libgomp before
5398         libstdc++.
5399         * Makefile.def: Add libgomp config as a maybe dependency for libstdc++.
5400         * configure: Regenerate.
5401         * Makefile.in: Regenerate.
5403 2007-09-17  Andreas Schwab  <schwab@suse.de>
5405         * configure.ac: Raise minimum makeinfo version to 4.6.
5406         * configure: Regenerate.
5408 2007-09-17  Johannes Singler  <singler@ira.uka.de>
5410         * MAINTAINERS (write-after-approval) add myself
5412 2007-09-15  Alan Modra  <amodra@bigpond.net.au>
5414         * configure.ac: Correct makeinfo version check.
5415         * configure: Regenerate.
5417 2007-09-14  Richard Sandiford  <rsandifo@nildram.co.uk>
5419         * MAINTAINERS: Update my email address.
5421 2007-09-14  Richard Sandiford  <richard@codesourcery.com>
5423         * configure.ac (mips*-sde-elf*): New stanza.  Add target-libiberty
5424         to $skipdirs and only disable gprof for newlib.  Use the normal
5425         mips*-elf* handling in other respects.
5426         * configure: Regnerate.
5428 2007-09-12  David Daney  <ddaney@avtrex.com>
5430         * configure.ac: Remove mips64*-*-linux* noconfigdirs section, thus
5431         enabling libgcj.
5432         * configure: Regenerate.
5434 2007-09-10  Rask Ingemann Lambertsen  <rask@sygehus.dk>
5436         PR other/32154
5437         * configure.ac: For libgloss targets, point the linker to the linker
5438         script, startup code and simulator library.
5439         * configure: Regenerate.
5441 2007-09-07  Andrew Haley  <aph@redhat.com>
5443         * configure.ac (noconfigdirs): Remove target-libffi and
5444         target-libjava.
5445         * configure: Regenerate.
5447 2007-09-06  Francois-Xavier Coudert  <fxcoudert@gcc.gnu.org>
5449         PR target/33281
5450         * configure.ac: Use config/mh-mingw on mingw.
5451         * configure: Regenerate.
5453 2007-09-05  Pat Haugen  <pthaugen@us.ibm.com>
5455         * MAINTAINERS (Write After Approval): Add myself.
5457 2007-09-05  Richard Guenther  <rguenther@suse.de>
5459         * configure.ac (--enable-stage1-checking): If neither --enable-checking
5460         nor --disable-checking is provided also turn on yes and types
5461         checking for stage1.
5462         * configure: Re-generate.
5464 2007-08-30  Krister Walfridsson  <cato@df.lth.se>
5466         * MAINTAINERS (OS Port Maintainers): Add myself as NetBSD maintainer.
5467         (Write After Approval): Remove myself.
5469 2007-08-29  Nick Clifton  <nickc@redhat.com>
5471         * config.sub, config.guess: Update from upstream sources.
5473 2007-08-22  Bud Davis  <jmdavis@link.com>
5475         * MAINTAINERS (Write After Approval): Added myself.
5476         * MAINTAINERS (Reviewers): Removed myself.
5478 2007-08-18  Paul Brook  <paul@codesourcery.com>
5479             Joseph Myers  <joseph@codesourcery.com>
5481         * Makefile.tpl (DEBUG_PREFIX_CFLAGS_FOR_TARGET): New.
5482         (CFLAGS_FOR_TARGET, CXXFLAGS_FOR_TARGET): Include it.
5483         * Makefile.in: Regenerate.
5484         * configure.ac (--with-debug-prefix-map): New.
5485         * configure: Regenerate.
5487 2007-08-17  Richard Sandiford  <richard@codesourcery.com>
5488             Nigel Stephens  <nigel@mips.com>
5490         * configure.ac (mips*-sde-elf*): New stanza.  Use config/mt-sde
5491         as target_makefile_frag.
5492         * configure: Regenerate.
5494 2007-08-16  Alexandre Oliva  <aoliva@redhat.com>
5496         * Makefile.def (STAGE2_CFLAGS, STAGE3_CFLAGS, STAGE4_CFLAGS):
5497         Add to flags_to_pass.  Adjust uses of BOOT_CFLAGS.
5498         (bootstrap2-debug, bootstrap-debug): New bootstrap stages.
5499         * Makefile.tpl (STAGE2_CFLAGS, STAGE3_CFLAGS, STAGE4_CFLAGS): New.
5500         (do-compare, do-compare3, do-compare-debug): New.
5501         ([+compare-target+]): Use them.
5503 2007-08-14  Maxim Kuvyrkov  <maxim@codesourcery.com>
5505         * MAINTAINERS (Write After Approval): Change my email address.
5507 2007-08-13  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
5508             Ben Elliston  <bje@au.ibm.com>
5510         * configure.ac (TOPLEVEL_CONFIGURE_ARGUMENTS, baseargs): Pass
5511         --silent if $silent.
5512         * configure: Regenerate.
5514 2003-08-12  Zdenek Dvorak  <ook@ucw.cz>
5516         * MAINTAINERS (Various Maintainers): Add myself as
5517         loop infrastructure maintainer.  Update my e-mail
5518         address.
5520 2007-07-31  Diego Novillo  <dnovillo@google.com>
5522         * MAINTAINERS (Reviewers): Rename from Non-Autopoiesis.
5523         Adjust description.
5525 2007-07-26  Richard Guenther  <rguenther@suse.de>
5527         * configure.ac: Add types checking to stage1 checking flags.
5528         * configure: Regenerate.
5530 2007-07-17  Nick Clifton  <nickc@redhat.com>
5532         * COPYING3: New file.  Contains version 3 of the GNU General
5533         Public License.
5534         * COPYING3.LIB: New file.  Contains version 3 of the GNU
5535         Lesser General Public License.
5537 2007-07-16  Andreas Krebbel  <krebbel1@de.ibm.com>
5539         * MAINTAINERS (S/390 port maintainer): Remove my co-maintainer tag.
5541 2007-07-16  Andreas Krebbel  <krebbel1@de.ibm.com>
5543         * MAINTAINERS (S/390 co-maintainer): Add myself.
5544         (Write After Approval): Remove myself.
5546 2007-07-13  Dan Hipschman  <dsh@google.com>
5548         * MAINTAINERS (Write After Approval): Add myself.
5550 2007-07-11  Nick Clifton  <nickc@redhat.com>
5552         * Makefile.tpl (BUILD_EXPORTS): Escape the newline at the end of the
5553         WINDRES export.
5554         * Makefile.in: Regenerate.
5556 2007-07-05  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
5558         * MAINTAINERS (OS Port Maintainers): Add myself as IRIX, Tru64 UNIX
5559         maintainer.
5561 2007-07-05  H.J. Lu  <hongjiu.lu@intel.com>
5563         * lt~obsolete.m4: New. Import from 20070318 libtool.
5565 2007-07-03  Julian Brown  <julian@codesourcery.com>
5567         * MAINTAINERS (Write After Approval): Add myself.
5569 2007-07-03  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
5571         * configure.ac: Rewrite 'configure --help' strings to look nicer.
5572         * configure: Regenerate.
5574 2007-07-03  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
5576         * configure.ac: Add some missing m4 quotation.
5577         * configure: Regenerate.
5579 2007-07-02  Simon Baldwin  <simonb@google.com>
5581         * MAINTAINERS (Write After Approval): Add myself.
5583 2007-07-02  Paolo Bonzini  <bonzini@gnu.org>
5585         * configure: Regenerate.
5587 2007-07-02  Kai Tietz   <kai.tietz@onevision.com>
5589         * Makefile.def: Add windmc tool to build.
5590         * Makefile.tpl: Likewise.
5591         * configure.ac: Likewise.
5592         * Makefile.in: Regenerate.
5593         * configure: Regenerate.
5595 2007-06-28  DJ Delorie  <dj@redhat.com>
5597         * configure.ac (arm*-*-linux-gnueabi): Don't build libgloss if we're
5598         not building newlib.
5599         * configure: Regenerated.
5601 2007-06-28  Jan Sjodin  <jan.sjodin@amd.com>
5603         * MAINTAINERS (Write After Approval): Add myself.
5605 2007-06-25  Martin Michlmayr  <tbm@cyrius.com>
5607         * MAINTAINERS (Write After Approval): Add myself.
5609 2007-06-19  Chris Matthews  <chrismatthews@google.com>
5611         * MAINTAINERS (Write After Approval): Add myself.
5613 2007-06-19  Rask Ingemann Lambertsen  <rask@sygehus.dk>
5615         * MAINTAINERS (Write After Approval): Add myself.
5617 2007-06-18  Daniel Jacobowitz  <dan@codesourcery.com>
5619         * Makefile.def: Add dependency from configure-gdb to all-bfd.
5620         * Makefile.in: Regenerated.
5622 2007-06-14  Bernd Schmidt  <bernd.schmidt@analog.com>
5624         * configure.ac: Don't add target-libmudflap to noconfigdirs for
5625         bfin*-*-uclinux* targets.
5626         * configure: Regenerate.
5628 2007-06-14  Ian Lance Taylor  <iant@google.com>
5630         * MAINTAINERS: Add myself as non-algorithmic global write
5631         maintainer.
5633 2007-06-14  Diego Novillo  <dnovillo@google.com>
5635         * MAINTAINERS: Add self as middle-end maintainer and
5636         non-algorithmic global write maintainer.
5638 2007-06-14  Francois-Xavier Coudert  <fxcoudert@gcc.gnu.org>
5640         * MAINTAINERS: Change spelling from "fortran 95" to "Fortran".
5641         Move all Fortran maintainers except Paul Brook into the
5642         Non-Autopoiesis section.
5644 2007-06-14  Paolo Bonzini  <bonzini@gnu.org>
5646         * Makefile.tpl (cleanstrap): Don't delete the toplevel Makefile.
5647         (distclean-stage[+id+]): Possibly delete stage_last.
5648         * Makefile.in: Regenerate.
5650 2007-06-12  Seongbae Park  <seongbae.park@gmail.com>
5652         * MAINTAINERS (Various Maintainer): Fix typo.
5654 2007-06-11  Paolo Bonzini  <bonzini@gnu.org>
5656         * MAINTAINERS (Various Maintainer): Add myself as
5657         dataflow maintainer.
5659 2007-06-07  Ben Elliston  <bje@au.ibm.com>
5661         * config.sub, config.guess: Update from upstream sources.
5663 2007-06-07  Ben Elliston  <bje@au.ibm.com>
5665         * Makefile.tpl: Fix spelling error.
5666         * Makefile.in: Regenerate.
5668 2007-06-01  Steve Ellcey  <sje@cup.hp.com>
5670         * libtool.m4 (LT_CMD_MAX_LEN): Try using getconf to set
5671         lt_cv_sys_max_cmd_len.
5673 2007-05-31  Dorit Nuzman   <dorit@il.ibm.com>
5675         * MAINTAINERS (Various Maintainers): Add myself as
5676         auto-vectorizer maintainer.
5678 2003-05-31  Paolo Bonzini  <bonzini@gnu.org>
5680         PR libjava/32098
5681         * libtool.m4: Revert previous change.
5682         * ltgcc.m4: Put it here.
5684 2003-05-30  Zdenek Dvorak  <dvorakz@suse.cz>
5686         * MAINTAINERS (Various Maintainers): Add myself as
5687         auto-vectorizer maintainer.
5689 2007-05-30  H.J. Lu  <hongjiu.lu@intel.com>
5691         PR libjava/32098
5692         * libtool.m4 (_LT_LANG_GCJ_CONFIG): Use gcc to test gcj features.
5694 2007-05-30  Richard Guenther  <rguenther@suse.de>
5696         * MAINTAINERS (Various Maintainers): Add myself as
5697         auto-vectorizer maintainer.
5699 2007-05-30  Jakub Jelinek  <jakub@redhat.com>
5701         PR bootstrap/29382
5702         * configure.ac: Don't use -fkeep-inline-functions for GCC < 3.3.1.
5703         * configure: Rebuilt.
5705 2007-05-28  Roberto Costa  <robsettantasei@gmail.com>
5707         * MAINTAINERS (Write After Approval): Removed my name.
5709 2007-05-25  Steven Bosscher  <steven@gcc.gnu.org>
5711         * MAINTAINERS (Write After Approval): Remove myself.
5713 2007-05-25  Andreas Tobler  <a.tobler@schweiz.org>
5715         * ltmain.sh: Fix Darwin verstring, remove ${wl}.
5717 2007-05-23  Steve Ellcey  <sje@cup.hp.com>
5719         * ltmain.sh: Update from ToT Libtool.
5720         * libtool.m4: Update from ToT Libtool.
5721         * ltsugar.m4: New. Update from ToT Libtool.
5722         * ltversion.m4: New. Update from ToT Libtool.
5723         * ltoptions.m4: New. Update from ToT Libtool.
5724         * ltconfig: Remove.
5725         * ltcf-c.sh: Remove.
5726         * ltcf-cxx.sh: Remove.
5727         * ltcf-gcj.sh: Remove.
5729 2007-05-22  Ollie Wild  <aaw@google.com>
5731         * MAINTAINERS (Write After Approval): Add myself.
5733 2007-05-16  Paolo Bonzini  <bonzini@gnu.org>
5735         * Makefile.def (bootstrap_stage): Replace stage_make_flags with
5736         stage_cflags.
5737         * Makefile.tpl (POSTSTAGE1_HOST_EXPORTS, POSTSTAGE1_FLAGS_TO_PASS):
5738         Remove CFLAGS/LIBCFLAGS.
5739         (configure-stage[+id+]-[+prefix+][+module+],
5740         all-stage[+id+]-[+prefix+][+module+]): Pass it from [+stage_cflags+].
5741         * Makefile.in: Regenerate.
5743 2007-05-15  Diego Novillo  <dnovillo@google.com>
5745         * MAINTAINERS: Update e-mail address.
5747 2007-05-15  Revital Eres  <eres@il.ibm.com>
5749         * MAINTAINERS (Write After Approval): Add myself.
5751 2007-05-14  Roberto Costa  <robsettantasei@gmail.com>
5753         * MAINTAINERS (Write After Approval): Updated my address.
5755 2007-05-14  Thomas Neumann  <tneumann@users.sourceforge.net>
5757         * MAINTAINERS (Write After Approval): Add myself.
5759 2007-05-11  Silvius Rus  <rus@google.com>
5761         * MAINTAINERS (Write After Approval): Add myself.
5763 2007-04-23  Tom Tromey  <tromey@redhat.com>
5765         * MAINTAINERS: Added myself as non-algorithmic libcpp maintainer.
5767 2007-04-22  Mark Mitchell  <mark@codesourcery.com>
5769         * MAINTAINERS (cpplib): Rename to ...
5770         (libcpp): ... this.  Add C/C++ front end maintainers.
5772 2007-04-14  Steve Ellcey  <sje@cup.hp.com>
5774         * config-ml.in: Pass ${ml_config_env} to configure calls.
5776 2007-04-04  Christian Bruel  <christian.bruel@st.com>
5778         * MAINTAINERS (Write After Approval): Add myself.
5780 2007-04-02  Dave Korn  <dave.korn@artimi.com>
5782         * MAINTAINERS (Write After Approval): Add myself.
5784 2007-03-31  Tobias Burnus  <burnus@net-b.de>
5786         * MAINTAINERS (fortran 95 front end): Add myself.
5788 2007-03-28  Dwarakanath Rajagopal  <dwarak.rajagopal@amd.com>
5790         * MAINTAINERS (Write After Approval): Add myself.
5792 2007-03-24  Ayal Zaks  <zaks@il.ibm.com>
5794         * MAINTAINERS (Modulo Scheduler): Add myself.
5796 2007-03-23  Brooks Moses  <brooks.moses@codesourcery.com>
5798         * MAINTAINERS (fortran 95 front end): Add myself.
5799         (c++ front end): whitespace fix.
5801 2007-03-22  Nathan Froyd  <froydnj@codesourcery.com>
5803         * MAINTAINERS (Write After Approval): Add myself.
5805 2007-03-21  Richard Sandiford  <richard@codesourcery.com>
5807         * configure.ac (TOPLEVEL_CONFIGURE_ARGUMENTS): Fix m4 quoting
5808         of glob.  Quote arguments with single quotes too.
5809         * configure: Regenerate.
5811 2007-03-12  Brooks Moses  <brooks.moses@codesourcery.com>
5813         * Makefile.def (fixincludes): Remove unneeded "missing" lines.
5814         * Makefile.in: Regenerate
5816 2007-03-07  Andreas Schwab  <schwab@suse.de>
5818         * configure: Regenerate.
5820 2007-03-01  Brooks Moses  <brooks.moses@codesourcery.com>
5822         * configure.ac: Add "--with-pdfdir" configure option,
5823         which defines pdfdir variable.
5824         * Makefile.def (target=fixincludes): Add install-pdf to
5825         missing targets.
5826         (recursive_targets): Add install-pdf target.
5827         (flags_to_pass): Add pdfdir.
5828         * Makefile.tpl: Add pdfdir handling, add do-install-pdf
5829         target.
5830         * configure: Regenerate
5831         * Makefile.in: Regenerate
5833 2007-02-28  Eric Christopher  <echristo@apple.com>
5835         Revert:
5836         2006-12-07  Mike Stump  <mrs@apple.com>
5838         * Makefile.def (dependencies): Add dependency for
5839         install-target-libssp and install-target-libgomp on
5840         install-gcc.
5841         * Makefile.in: Regenerate.
5843 2007-02-27  Matt Kraai  <kraai@ftbfs.org>
5845         * configure: Regenerate.
5846         * configure.ac: Move statements after variable declarations.
5848 2007-02-19  Kaz Kojima  <kkojima@gcc.gnu.org>
5850         * MAINTAINERS: Add myself as sh maintainer.
5852 2007-02-19  Joseph Myers  <joseph@codesourcery.com>
5854         * configure.ac: Adjust for loop syntax.
5855         * configure: Regenerate.
5857 2007-02-18  Alexandre Oliva  <aoliva@redhat.com>
5859         * configure: Rebuilt.
5861 2007-02-18  Alexandre Oliva  <aoliva@redhat.com>
5863         * configure.ac: Drop multiple occurrences of --enable-languages,
5864         and fix its quoting.
5865         * configure: Rebuilt.
5867 2007-02-17  Mark Mitchell  <mark@codesourcery.com>
5868             Nathan Sidwell  <nathan@codesourcery.com>
5869             Vladimir Prus  <vladimir@codesourcery.com>
5870             Joseph Myers  <joseph@codesourcery.com>
5872         * configure.ac (TOPLEVEL_CONFIGURE_ARGUMENTS): Fix quoting.
5873         * configure: Regenerate.
5875 2007-02-14  Gerald Pfeifer  <gerald@pfeifer.com>
5877         * ltconfig (freebsd*): Default to elf.
5879 2007-02-13  Daniel Jacobowitz  <dan@codesourcery.com>
5881         * configure.ac (target_libraries): Move libgcc before libiberty.
5882         * configure: Regenerated.
5884 2007-02-13  Daniel Jacobowitz  <dan@codesourcery.com>
5885             Paolo Bonzini  <bonzini@gnu.org>
5887         PR bootstrap/30753
5888         * configure.ac: Remove obsolete build / host tests.  Use AC_PROG_CC
5889         unconditionally.  Use AC_PROG_CXX.  Use ACX_TOOL_DIRS to find $prefix.
5890         * configure: Regenerated.
5892 2007-02-11  Francois-Xavier Coudert  <fxcoudert@gcc.gnu.org>
5894         * MAINTAINERS (Language Front End Maintainers): Update my mail
5895         address.
5897 2007-02-09  Daniel Jacobowitz  <dan@codesourcery.com>
5899         PR bootstrap/30748
5900         * configure.ac: Correct syntax for Solaris ksh.
5901         * configure: Regenerated.
5903 2007-02-09  Paolo Bonzini  <bonzini@gnu.org>
5905         * configure.ac: Sync with src.
5906         * configure: Regenerate.
5908 2007-02-09  Paolo Bonzini  <bonzini@gnu.org>
5910         * Makefile.in: Regenerate.
5912 2007-02-09  Paolo Bonzini  <bonzini@gnu.org>
5914         * config.sub: Sync with src.
5916 2007-02-09  Daniel Jacobowitz  <dan@codesourcery.com>
5918         * Makefile.tpl (build_alias, host_alias, target_alias): Use
5919         noncanonical equivalents.
5920         * configure.in: Rename to...
5921         * configure.ac: ...this.  Update AC_PREREQ.  Prevent error for
5922         AS_FOR_TARGET.  Set build_noncanonical, host_noncanonical, and
5923         target_noncanonical.  Use them.  Rewrite removal of configure
5924         arguments for autoconf 2.59.  Discard variable settings.  Force
5925         program_transform_name for native tools.
5927         * Makefile.in: Regenerated.
5928         * configure: Regenerated with autoconf 2.59.
5930 2007-02-07  Roman Zippel  <zippel@linux-m68k.org>
5932         * MAINTAINERS (Write After Approval): Add myself.
5934 2007-01-31  Andreas Schwab  <schwab@suse.de>
5936         * Makefile.tpl (LDFLAGS): Substitute it.
5937         * Makefile.in: Regenerate.
5939 2007-01-30  Andrey Belevantsev  <abel@ispras.ru>
5941         * MAINTAINERS (Write After Approval): Add myself.
5943 2007-01-28  David Edelsohn  <edelsohn@gnu.org>
5945         * MAINTAINERS (spu port): Add myself.
5947 2007-01-23  Richard Guenther  <rguenther@suse.de>
5949         PR bootstrap/30541
5950         * Makefile.def (flags_to_pass): Add GNATBIND and GNATMAKE.
5951         * Makefile.tpl (GNATBIND): Substitute it.
5952         (GNATMAKE): Likewise.
5953         (POSTSTAGE1_FLAGS_TO_PASS): Pass staged GNATBIND instead
5954         of STAGE_PREFIX.
5955         * Makefile.in: Regenerate.
5956         * configure: Regenerate.
5958 2007-01-18  Mike Stump  <mrs@apple.com>
5960         * configure.in: Re-enable -Werror for gcc builds.
5962 2007-01-11  Harsha Jagasia  <harsha.jagasia@amd.com>
5964         * MAINTAINERS (Write After Approval): Add myself.
5966 2007-01-11  Paolo Bonzini  <bonzini@gnu.org>
5968         * configure.in: Change == to = in test command.
5969         * configure: Regenerate.
5971 2007-01-11  Paolo Bonzini  <bonzini@gnu.org>
5972             Nick Clifton  <nickc@redhat.com>
5973             Kaveh R. Ghazi  <ghazi@caip.rutgets.edu>
5975         * configure.in (build_configargs, host_configargs, target_configargs):
5976         Remove build/host/target parameters.
5977         (host_libs): Add gmp and mpfr.
5978         (GMP tests): Reorganize to allow in-tree GMP/MPFR.
5979         * Makefile.def (gmp, mpfr): New.
5980         (gcc): Remove target.
5981         * Makefile.tpl (build_os, build_vendor, host_os, host_vendor,
5982         target_os, target_vendor): New.
5983         (configure): Add host_alias/target_alias arguments; adjust invocations.
5984         * configure: Regenerate.
5985         * Makefile.in: Regenerate.
5987 2007-01-11  Matt Fago  <fago@earthlink.net>
5989         * configure.in: Try to link to functions only in mpfr 2.2.x
5990         to improve robustness of configure tests.
5991         * configure: Regenerate.
5993 2007-01-09  Uros Bizjak  <ubizjak@gmail.com>
5995         * MAINTAINERS: Add myself as i386 maintainer.
5997 2007-01-08  Jan Hubicka  <jh@suse.cz>
5999         * MAINTAINERS: Add myself as i386 maintainer.
6001 2007-01-08  Kai Tietz   <kai.tietz@onevision.com>
6003         * configure.in: Add support for an x86_64-mingw* target.
6004         * configure: Regenerate.
6006 2007-01-05  Daniel Jacobowitz  <dan@codesourcery.com>
6008         * Makefile.tpl (all-target): Correct @if conditional for target
6009         modules.
6010         * configure.in: Omit libiberty if building only target libgcc.
6011         * configure, Makefile.in: Regenerated.
6013 2007-01-04  Paolo Bonzini  <bonzini@gnu.org>
6015         * configure.in: Use DEV-PHASE to detect default for --enable-werror.
6016         * configure: Regenerate.
6018 2007-01-03  Daniel Jacobowitz  <dan@codesourcery.com>
6020         * Makefile.def (target_modules): Add libgcc.
6021         (lang_env_dependencies): Remove default items.  Use no_c and no_gcc.
6022         * Makefile.tpl (clean-target-libgcc): Delete.
6023         (configure-target-[+module+]): Emit --disable-bootstrap dependencies
6024         on gcc even for bootstrapped modules.  Rewrite handling of
6025         lang_env_dependencies to loop over target_modules.
6026         * configure.in (target_libraries): Add target-libgcc.
6027         * Makefile.in, configure: Regenerated.
6029 2006-12-29  Paolo Bonzini  <bonzini@gnu.org>
6031         * configure.in: Reorganize recognition of languages.  Add
6032         --enable-stage1-languages.  Show supported languages for the chosen
6033         target rather than all recognized languages.
6034         * configure: Regenerate.
6036 2006-12-29  Paolo Bonzini  <bonzini@gnu.org>
6038         * Makefile.tpl (GCC_STRAP_TARGETS, all-prebootstrap): Remove.
6039         * Makefile.in: Regenerate.
6041 2006-12-29  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
6043         * configure.in: Warn that MPFR 2.2.0 is buggy.
6044         * configure: Regenerate.
6046 2006-12-27  Ian Lance Taylor  <iant@google.com>
6048         * configure.in: When removing Makefiles to force a reconfigure, also
6049         remove prev-DIR*/Makefile.
6050         * configure: Regenerate.
6052 2006-12-22  Andreas Schwab  <schwab@suse.de>
6054         * configure: Regenerate with correct autoconf version.
6056 2006-12-20  Adam Megacz  <megacz@cs.berkeley.edu>
6058         * configure.in: add AC_SUBST for *_FOR_TARGET.
6059         * configure: Regenerate.
6061 2006-12-19  Paolo Bonzini  <bonzini@gnu.org>
6063         * configure.in: Simplify logic for rejecting languages that cannot
6064         be built.  Separate the case when a language is unsupported,
6065         from the case when the user chooses not to build a language.
6067 2006-12-19  Paolo Bonzini  <bonzini@gnu.org>
6069         * configure.in: Remove "$build" case for powerpc-*-darwin* since
6070         it only affects bootstrap and could be tested on "$host" as well.
6071         * configure: Regenerate.
6072         * config/mh-ppc-darwin: Add to the stage1 cflags here.
6074 2006-12-19  Paolo Bonzini  <bonzini@gnu.org>
6076         PR bootstrap/29544
6077         * Makefile.def (flags_to_pass): Add STAGE1_CHECKING.
6078         (bootstrap_stage): Add STAGE1_CHECKING to stage1 configure flags,
6079         move here comment from Makefile.tpl.
6080         * Makefile.tpl: Move some definitions higher in the file.
6081         (STAGE1_CHECKING): New.
6082         * configure.in: Add --enable-stage1-checking.
6083         * configure: Regenerate.
6084         * Makefile.in: Regenerate.
6086 2006-12-19  Paolo Bonzini  <bonzini@gnu.org>
6088         * MAINTAINERS: Add myself as build system maintainer.
6090 2006-12-15  Simon Martin  <simartin@users.sourceforge.net>
6092         * MAINTAINERS (Write After Approval): Add myself.
6094 2006-12-13  Eric Christopher  <echristo@apple.com>
6096         * MAINTAINERS: Add myself as darwin maintainer.
6098 2006-12-11  Ian Lance Taylor  <ian@airs.com>
6100         * MAINTAINERS: Add myself as libgcc and fp-bit maintainer.
6102 2006-12-11  Joern Rennecke  <joern.rennecke@arc.com>
6104         MAINTAINERS: Update my entry.
6106 2006-12-11  Alan Modra  <amodra@bigpond.net.au>
6108         * configure.in:  Handle spu makefile frag.
6109         * Makefile.tpl (MAINT): Define
6110         (MAINTAINER_MODE_FALSE, MAINTAINER_MODE_TRUE): Define.
6111         * configure: Regenerate.
6112         * Makefile.in: Regenerate.
6114 2006-12-11  Ben Elliston  <bje@au.ibm.com>
6116         * config.guess: Import latest version.
6117         * config.sub: Likewise.
6119 2006-12-11  Ben Elliston  <bje@au.ibm.com>
6121         * configure.in (spu-*-*): Don't skip target-libiberty.
6122         * configure: Regenerate.
6124 2006-12-10  Andreas Tobler  <a.tobler@schweiz.org>
6126         PR bootstrap/30134
6127         * configure.in: Correct x86 darwin support for libjava to powerpc
6128         and i?86 only.
6129         * configure: Regenerate.
6131 2006-12-08  Sandro Tolaini  <tolaini@libero.it>
6133         * configure.in: Add x86 darwin support for libjava.
6134         * configure: Regenerate.
6136 2006-12-07  Mike Stump  <mrs@apple.com>
6138         * Makefile.def (dependencies): Add dependency for
6139         install-target-libssp and install-target-libgomp on
6140         install-gcc.
6141         * Makefile.in: Regenerate.
6143 2006-12-04  Richard Guenther  <rguenther@suse.de>
6145         * MAINTAINERS (Non-Algorithmic Maintainers): New section.
6146         (Non-Algorithmic Maintainers): Move over non-algorithmic
6147         loop optimizer maintainers, add myself as a non-algorithmic
6148         middle-end maintainer.
6150 2006-12-04  Daniel Franke  <franke.daniel@gmail.com>
6152         * MAINTAINERS (Write After Approval): Add myself.
6154 2006-12-03  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
6156         * configure.in: Update error message for missing GMP/MPFR.
6158         * configure: Regenerate.
6160 2006-12-02  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
6162         * configure.in: Update MPFR version in error message.
6164         * configure: Regenerate.
6166 2006-11-26  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
6168         * configure.in (--with-mpfr-dir, --with-gmp-dir): Remove flags.
6169         (--with-mpfr-include, --with-mpfr-lib, --with-gmp-include,
6170         --with-gmp-lib): New flags.
6172         * configure: Regenerate.
6174 2006-11-25  Brooks Moses  <brooks.moses@codesourcery.com>
6176         * MAINTAINERS (Write After Approval): Change my email address.
6178 2006-11-23  Manuel Lopez-Ibanez  <manu@gcc.gnu.org>
6180         * MAINTAINERS (Write After Approval): Add myself.
6182 2006-11-22  Philipp Thomas  <pth@suse.de>
6184         * MAINTAINERS (i18n): Update e-mail address.
6186 2006-11-21  Trevor Smigiel  <trevor_smigiel@playstation.sony.com>
6188         * MAINTAINERS (spu port): Add myself as maintainer.
6189         (Write After Approval): Remove myself.
6191 2006-11-22  Ben Elliston  <bje@au.ibm.com>
6193         * configure.in (skipdirs): Don't build libssp for SPU.
6194         * configure: Regenerate.
6196 2006-11-21  Andrew Pinski  <andrew_pinski@playstation.sony.com>
6198         * MAINTAINERS (spu port): Add myself as maintainer.
6199         (libobjc): Update my email address.
6201 2006-11-21  Andrea Bona  <andrea.bona@st.com>
6203         * MAINTAINERS (Write After Approval): Add myself.
6205 2006-11-20  Trevor Smigiel  <trevor_smigiel@playstation.sony.com>
6207         * configure.in (skipdirs) : Don't build target-libiberty for SPU.
6208         * configure : Rebuilt.
6210 2006-11-20  Trevor Smigiel  <trevor_smigiel@playstation.sony.com>
6212         * MAINTAINERS (Write After Approval): Add myself.
6214 2006-11-20  Andrea Ornstein  <andrea.ornstein@st.com>
6216         * MAINTAINERS (Write After Approval): Add myself.
6218 2006-11-18  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
6220         * configure.in (--with-mpfr-dir): Also look in .libs and _libs for
6221         libmpfr.a.
6222         * configure: Regenerate.
6224 2006-11-16  Paolo Bonzini  <bonzini@gnu.org>
6226         * Makefile.tpl (clean-target-libgcc): Test for gcc Makefile presence.
6227         (unstage): Test for stage_last presence.
6229         PR bootstrap/29802
6230         * Makefile.tpl (POSTSTAGE1_FLAGS_TO_PASS): Add HOST_SUBDIR in
6231         STAGE_PREFIX.
6232         * Makefile.in: Regenerate.
6234 2003-11-16  Zdenek Dvorak  <dvorakz@suse.cz>
6236         * MAINTAINERS: Add myself and Daniel Berlin as loop optimizer
6237         maintainers.
6239 2006-11-14  Erven Rohou  <erven.rohou@st.com>
6241         * MAINTAINERS (Write After Approval): Add myself.
6243 2006-11-14  Paolo Bonzini  <bonzini@gnu.org>
6245         * Makefile.tpl (clean-stage*): Test separately for package/Makefile
6246         and stageN-package/Makefile.
6247         * Makefile.in: Regenerated.
6249 2006-11-14  Jie Zhang  <jie.zhang@analog.com>
6251         * configure.in: Remove target-libgloss from noconfigdirs for
6252         bfin-*-*.
6253         * configure: Regenerated.
6255 2006-11-11  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
6257         * configure.in (have_gmp): Only error if the gcc directory exists.
6259         * configure: Regenerate.
6261 2006-11-07  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
6263         * configure.in: Robustify error message for missing GMP/MPFR.
6265         * configure: Regenerate.
6267 2006-10-31  Stephen M. Webb  <stephen.webb@bregmasoft.com>
6269         * MAINTAINERS (Write After Approval): Add myself.
6271 2006-10-30  Uros Bizjak  <ubizjak@gmail.com>
6273         * MAINTAINERS: Change email address.
6275 2006-10-30  Vladimir Prus  <vladimir@codesourcery.com>
6277         * MAINTAINERS (Write After Approval): Add myself.
6279 2006-10-26  Peter Bergner  <bergner@vnet.ibm.com>
6281         * MAINTAINERS (Write After Approval): Add myself.
6283 2006-10-25  Chen Liqin  <liqin@sunnorth.com.cn>
6285         * MAINTAINERS (Write After Approval): Move myself to
6286         Write After Approval section.
6288 2006-10-21  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
6290         * configure.in: Require GMP-4.1+ and MPFR-2.2+.  Don't check
6291         need_gmp anymore.
6292         * configure: Regenerate.
6294 2006-10-16  Tobias Burnus  <burnus@net-b.de>
6296         * MAINTAINERS (Write After Approval): Add myself.
6298 2006-10-16  Ben Elliston  <bje@au.ibm.com>
6300         * config.guess: Import latest version.
6301         * config.sub: Likewise.
6303 2006-10-10  Brooks Moses  <bmoses@stanford.edu>
6305         * Makefile.def: Added pdf target handling.
6306         * Makefile.tpl: Added pdf target handling.
6307         * Makefile.in: Regenerated.
6309 2006-10-10  Chen Liqin  <liqin@sunnorth.com.cn>
6311         * MAINTAINERS: Add self as score port maintainer.
6313 2006-10-04  Brooks Moses  <bmoses@stanford.edu>
6315         * MAINTAINERS (Write After Approval): Add myself.
6317 2006-09-27  Steven G. Kargl  <kargl@gcc.gnu.org>
6319         * configure.in: Check for GMP 4.1 or newer.  Check for MPFR 2.2.0
6320         or newer.
6321         * configure: Regenerated.
6323 2006-09-27  Dave Brolley  <brolley@redhat.com>
6325         * configure.in (RUNTEST): Look for 'runtest' in the source tree by
6326         using $s instead of $r.
6327         * configure: Regenerated.
6329 2006-09-26  Thiemo Seufer  <ths@mips.com>
6331         * configure.in: Remove redundant handling of mips*-dec-bsd*. Likewise
6332         for mipstx39-*-*. Disable libgloss for mips64*-*-linux*.
6333         * configure: Regenerate.
6335 2006-09-24  Graeme Peterson  <gridly@gmail.com>
6337         * MAINTAINERS (Write After Approval): Remove myself.
6339 2006-09-22  Chao-ying Fu  <fu@mips.com>
6341         * MAINTAINERS (Write After Approval): Add myself.
6343 2006-09-10  Joseph S. Myers  <joseph@codesourcery.com>
6345         * MAINTAINERS: Add self as soft-fp maintainer.
6347 2006-09-09  Anatoly Sokolov  <aesok@post.ru>
6349         * MAINTAINERS: Add myself as avr maintainer.
6350         Remove Marek Michalkiewicz as avr maintainer.
6352 2006-09-07  Roberto Costa  <roberto.costa@st.com>
6354         * MAINTAINERS (Write After Approval): Add myself.
6356 2006-08-30  Corinna Vinschen  <corinna@vinschen.de>
6358         * configure.in: Never build newlib for a Mingw host.
6359         Never build newlib as Mingw target library.
6360         Test the existence of winsup/cygwin for building a Cygwin newlib,
6361         rather than just winsup.
6362         Add winsup/mingw and winsup/w32api paths to FLAGS_FOR_TARGET if
6363         building a Mingw target.
6364         * configure: Regenerate.
6366 2006-08-08  Eric Botcazou  <ebotcazou@libertysurf.fr>
6368         * MAINTAINERS (Various Maintainers): Add self as RTL opt. maintainer.
6370 2006-07-25  Paolo Bonzini  <bonzini@gnu.org>
6372         * config.guess: Import from src (was more updated).
6373         * config.sub: Likewise.
6375 2006-07-22  Daniel Jacobowitz  <dan@codesourcery.com>
6377         * configure.in: Allow mingw32 and cygwin targets to build cross-gdb.
6378         * configure: Regenerated.
6380 2006-07-18  Paolo Bonzini  <bonzini@gnu.org>
6382         * Makefile.tpl (configure-stageN-MODULE): Pass --with-build-libsubdir
6383         for stages after the first.
6385 2006-07-17  Jakub Jelinek  <jakub@redhat.com>
6387         * Makefile.def: Add dependencies for configure-opcodes
6388         on configure-intl and all-opcodes on all-intl.
6389         * Makefile.in: Regenerated.
6391 2006-07-13  Ben Elliston  <bje@au.ibm.com>
6393         * MAINTAINERS (Various Maintainers): Add myself as dfp maintainer.
6395 2006-07-06  Paul Eggert  <eggert@cs.ucla.edu>
6397         Port to hosts whose 'sort' and 'tail' implementations
6398         treat operands with leading '+' as file names, as POSIX
6399         has required since 2001.  However, make sure the code still
6400         works on pre-POSIX hosts.
6401         * ltmain.sh: Don't assume "sort +2" is equivalent to
6402         "sort -k 3", since POSIX 1003.1-2001 no longer requires this.
6404 2006-07-05  Ulrich Weigand  <uweigand@de.ibm.com>
6406         * MAINTAINERS (Various Maintainers): Add myself as reload maintainer.
6408 2006-07-04  Peter O'Gorman  <peter@pogma.com>
6410         * ltconfig: chmod 644 before ranlib during install.
6412 2006-07-04  Eric Botcazou  <ebotcazou@libertysurf.fr>
6414         PR bootstrap/18058
6415         * configure.in: Add -fkeep-inline-functions to CFLAGS for stage 1
6416         if the bootstrap compiler is a GCC version that supports it.
6417         * configure: Regenerate.
6419 2006-07-03  Paolo Bonzini  <bonzini@gnu.org>
6421         * configure.in: Fix thinkos in previous check-in.
6422         * configure: Regenerate.
6424 2006-07-03  Paolo Bonzini  <bonzini@gnu.org>
6426         PR other/27063
6427         * configure.in: Test subdir_requires and give an appropriate
6428         error message.
6429         * configure: Regenerate.
6431 2006-07-01  Andrew John Hughes  <gnu_andrew@member.fsf.org>
6433         * MAINTAINERS (Write After Approval): Add myself.
6435 2006-06-22  John David Anglin  <dave.anglin@nrc.ca>
6437         * MAINTAINERS (OS Port Maintainers): Add myself as hpux maintainer.
6439 2006-06-22  Steve Ellcey  <sje@cup.hp.com>
6441         * MAINTAINERS (OS Port Maintainers): Add myself as hpux maintainer.
6443 2006-06-20  David Ayers  <d.ayers@inode.at>
6445         PR bootstrap/28072
6446         * configure.in: Add target-boehm-gc to noconfigdirs depending on
6447         whether target-libjava is being configured instead of whether the
6448         java front end is enabled.
6449         * configure: Regenerate.
6451 2006-06-16  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
6453         PR target/27540
6454         * configure.in: Only enable libgomp on IRIX 6.
6455         * configure: Regenerate.
6457 2006-06-15  Paolo Bonzini  <bonzini@gnu.org>
6459         * Makefile.tpl (POSTSTAGE1_HOST_EXPORTS): Export CFLAGS and LDFLAGS
6460         too.
6461         * Makefile.in: Regenerate.
6463 2006-06-13  Jeff Johnston  <jjohnstn@redhat.com>
6465         * config-ml.in: Alter CCASFLAGS to include special
6466         multilib options the same as is done for CFLAGS.
6468 2006-06-12  John David Anglin  <dave.anglin@nrc-cnrc.gc.ca>
6470         * configure.in: Don't enable libgomp on hpux10.
6471         * configure: Rebuilt.
6473 2006-06-12  David Ayers  <d.ayers@inode.at>
6475         PR bootstrap/27963
6476         PR target/19970
6477         * configure.in: Remove target-boehm-gc from noconfigdirs where
6478         ${libgcj} is specified.
6479         * configure: Regenerate.
6481 2006-06-06  Carlos O'Donell  <carlos@codesourcery.com>
6483         Sync from src:
6485         * configure.in: Sync.
6486         * configure: Regenerated.
6488         2006-05-31  Daniel Jacobowitz  <dan@codesourcery.com>
6490         * Makefile.def: Added dependencies from sim and gdb on intl, and
6491         added configure dependencies to everything with an all dependency
6492         on intl.
6493         * Makefile.in: Regenerated.
6495 2006-06-06  David Ayers  <d.ayers@inode.at>
6497         PR libobjc/13946
6498         * Makefile.def: Add dependencies for libobjc which boehm-gc.
6499         * Makefile.in: Regenerate.
6500         * configure.in: Add --enable-objc-gc at toplevel and have it
6501         enable boehm-gc for Objective-C.
6502         Remove target-boehm-gc from libgcj.
6503         Add target-boehm-gc to target_libraries.
6504         Add target-boehm-gc to noconfigdirs where ${libgcj}
6505         is specified.
6506         Assert that boehm-gc is supported when requested for Objective-C.
6507         Only build boehm-gc if needed either for Java or Objective-C.
6508         * configure: Regenerate.
6510 2006-06-05  Paolo Bonzini  <bonzini@gnu.org>
6512         PR 27674
6513         * Makefile.tpl (configure-[+prefix+][+module+],
6514         all-[+prefix+][+module+]): Depend on stage_current if bootstrapping.
6515         Remove rule to unstage bootstrapped modules.
6516         (stage_current): New.
6517         * Makefile.in: Regenerate.
6519 2006-06-03  Laurynas Biveinis  <laurynas.biveinis@gmail.com>
6521         * MAINTAINERS (Write After Approval): Update my e-mail address.
6523 2006-06-01  Mark Shinwell  <shinwell@codesourcery.com>
6525         * include/libiberty.h: Declare pex_run_in_environment.
6527 2006-05-31  Asher Langton  <langton2@llnl.gov>
6529         * MAINTAINERS (Write After Approval): Add myself.
6531 2006-05-25  Paolo Bonzini  <bonzini@gnu.org>
6533         * Makefile.def (bfd, opcodes): Fix lib_path.
6534         * Makefile.tpl (POSTSTAGE1_FLAGS_TO_PASS): Replace ADAC with ADAFLAGS.
6535         (restrap): Move under "@if gcc-bootstrap".  Fix typo.
6536         * Makefile.in: Regenerate.
6538 2006-05-24  Carlos O'Donell  <carlos@codesourcery.com>
6540         * Makefile.in: Regenerate.
6542 2006-05-24  Carlos O'Donell  <carlos@codesourcery.com>
6544         * Makefile.def: Add install-html target. Add datarootdir
6545         docdir and htmldir to flags_to_pass.
6546         * Makefile.tpl: Add install-html target.
6547         * Makefile.in: Regenerate.
6548         * configure.in: Add --with-datarootdir, --with-docdir, and
6549         --with-htmldir options. AC_SUBST datarootdir, docdir and htmldir.
6550         * configure: Regenerate.
6552 2006-05-24  Mark Shinwell  <shinwell@codesourcery.com>
6554         * configure.in: Enable gprof for cross builds.
6555         * configure: Regenerate.
6557 2006-05-22  Richard Guenther  <rguenther@suse.de>
6559         Revert
6560         2006-01-31  Richard Guenther  <rguenther@suse.de>
6561         Paolo Bonzini  <bonzini@gnu.org>
6563         * Makefile.def (target_modules): Add libgcc-math target module.
6564         * configure.in (target_libraries): Add libgcc-math target library.
6565         (--enable-libgcc-math): New configure switch.
6566         * Makefile.in: Re-generate.
6567         * configure: Re-generate.
6568         * libgcc-math: New toplevel directory.
6570 2006-05-20  John David Anglin  <dave.anglin@nrc-cnrc.gc.ca>
6571             Andreas Tobler  <a.tobler@schweiz.ch>
6573         * configure.in:  Enable libgcj for hppa*-hp-hpux11*.
6574         * configure: Rebuilt.
6576 2006-05-12  Sandra Loosemore  <sandra@codesourcery.com>
6578         * MAINTAINERS (Write After Approval): Add myself.
6580 2006-05-01  DJ Delorie  <dj@redhat.com>
6582         * configure.in: Restore CFLAGS if GMP isn't present.
6583         * configure: Regenerate.
6585 2006-05-01  Richard Guenther  <rguenther@suse.de>
6587         * MAINTAINERS (Various Maintainers): Add myself as libgcc-math
6588         maintainer.
6590 2006-04-30  Kenneth Zadeck  <zadeck@naturalbridge.com>
6592         * MAINTAINERS (Write After Approval): Add myself.
6594 2006-04-28  Jan Beulich  <jbeulich@novell.com>
6596         * MAINTAINERS (Write After Approval): Add myself.
6598 2006-04-18  DJ Delorie  <dj@redhat.com>
6600         * configure.in (m32c): Build libstdc++-v3.  Pass flags to
6601         reference libgloss so that libssp can be built in a combined
6602         tree.
6603         * configure: Regenerate.
6605 2006-04-08  Robert Millan  <rmh@gcc.gnu.org>
6607         * MAINTAINERS (Write After Approval): Add myself.
6609 2006-04-05  Ben Elliston  <bje@au.ibm.com>
6611         * configure.in: Require makeinfo 4.4 or higher.
6612         * configure: Regenerate.
6614 2006-04-04  Gerald Pfeifer  <gerald@pfeifer.com>
6616         * MAINTAINERS: Add Richard Henderson as libgomp maintainer.
6617         Rearrange the entries of other libraries to have them in one place.
6619 2006-03-22  Janne Blomqvist  <jb@gcc.gnu.org>
6621         * MAINTAINERS (Write After Approval): Remove myself.
6622         (Language Front End Maintainers): Add myself as fortran 95 maintainer.
6624 2006-03-14  Richard Guenther  <rguenther@suse.de>
6626         * configure: Regenerate with autoconf 2.13.
6628 2006-03-13  Jim Blandy  <jimb@codesourcery.com>
6630         * MAINTAINERS: Use my work address.
6632         * MAINTAINERS: Update my E-mail address.
6634 2006-03-10  Aldy Hernandez  <aldyh@redhat.com>
6636         * configure.in: Handle --disable-<component> generically.
6637         * configure: Regenerate.
6639 2006-03-01  H.J. Lu  <hongjiu.lu@intel.com>
6641         PR libgcj/17311
6642         * ltmain.sh: Don't use "$finalize_rpath" for compile.
6644 2006-02-21  Erik Edelmann  <eedelman@gcc.gnu.org>
6646         * MAINTAINERS (Write After Approval):  Remove myself.
6647         (Language Front End Maintainers):  Add myself as fortran 95 maintainer.
6649 2006-02-21  Rafael Ávila de Espíndola  <rafael.espindola@gmail.com>
6651         * Makefile.tpl  (BUILD_CONFIGDIRS): Remove.
6652         (TARGET_CONFIGDIRS): Remove.
6653         * configure.in: Remove AC_SUBST(target_configdirs).
6654         * Makefile.in, configure: Regenerated.
6656 2006-02-20  Steven G. Kargl  <kargls@comcast.net>
6658         * MAINTAINERS (Write After Approval):  Remove myself.
6659         (Language Front End Maintainers):  Add myself as fortran 95 maintainer.
6661 2006-02-20  Paolo Bonzini  <bonzini@gnu.org>
6663         PR bootstrap/25670
6665         * Makefile.tpl ([+compare-target+]): Print explanation messages.
6667         * Makefile.def (ADAFLAGS, BOOT_ADAFLAGS, LANGUAGES): New flags_to_pass.
6668         * Makefile.tpl (BASE_FLAGS_TO_PASS): Support optional flags_to_pass.
6669         (EXTRA_GCC_FLAGS): Remove ADAFLAGS, BOOT_ADAFLAGS, LANGUAGES,
6670         BUILD_PREFIX, BUILD_PREFIX_1.
6671         * configure.in: (BUILD_PREFIX, BUILD_PREFIX_1): Don't substitute.
6673         * Makefile.def (bootstrap stage 1): Pass LIBCFLAGS too.
6674         * Makefile.tpl (POSTSTAGE1_FLAGS_TO_PASS): Override LIBCFLAGS too.
6676         * Makefile.tpl (configure-stage[+id+]-[+prefix+][+module+],
6677         all-stage[+id+]-[+prefix+][+module+], : Use $(current_stage) instead
6678         of `cat stage_current`.  Always provide the `r' and `s' variables.
6679         (clean-stage[+id+]-[+prefix+][+module+]): Likewise, and make it into
6680         a single shell execution.
6681         (configure-[+prefix+][+module+], all-[+prefix+][+module+]): For
6682         bootstrapped modules, make the stage1 module if the build was not
6683         started yet, else build the current stage.
6684         (all-host, all-target): Omit bootstrapped modules (if bootstrapping).
6685         (all-build, all-host, all-target, [+make_target+]-host,
6686         [+make_target+]-target): Do not use \-continued lines.
6687         (target modules): Depend on stage_last, not all-gcc, if bootstrapping.
6688         (current_stage, restrap, stage_last): New.
6690         * Makefile.in: Regenerate.
6691         * configure: Regenerate.
6693 2006-02-19  Bud Davis  <jmdavis@link.com>
6695         * MAINTAINERS (Write After Approval):  Remove myself.
6696         (Language Front End Maintainers):  Add myself as fortran 95
6697         maintainer and update e-mail address.
6699 2006-02-17  Francois-Xavier Coudert  <coudert@clipper.ens.fr>
6701         * MAINTAINERS (Write After Approval):  Remove myself.
6702         (Language Front End Maintainers):  Add myself as fortran 95
6703         maintainer.
6705 2006-02-16  Victor Kaplansky  <victork@il.ibm.com>
6707         * MAINTAINERS (Write After Approval): Add myself.
6709 2006-02-16  Thomas Koenig  <Thomas.Koenig@online.de>
6711         * MAINTAINERS (Write After Approval):  Remove myself.
6712         (Language Front End Maintainers):  Add myself as
6713         fortran 95 maintainer.
6715 2006-02-14  Paolo Bonzini  <bonzini@gnu.org>
6717         Sync from src:
6719         2005-12-27  Leif Ekblad  <leif@rdos.net>
6721         * configure.in: Add support for RDOS target.
6722         * configure: Regenerate.
6724 2006-02-14  Paolo Bonzini  <bonzini@gnu.org>
6725             Andreas Schwab  <schwab@suse.de>
6727         * configure: Regenerate.
6729 2006-02-12  David Edelsohn  <edelsohn@gnu.org>
6731         * configure.in (enable_libgomp): Add AIX.
6732         * configure: Regenerate.
6734 2006-02-07  Maxim Kuvyrkov  <mkuvyrkov@ispras.ru>
6736         * MAINTAINERS (Write After Approval): Add myself.
6738 2006-02-03  Lee Millward  <lee.millward@gmail.com>
6740         * MAINTAINERS (Write After Approval): Add myself.
6742 2006-01-31  Richard Guenther  <rguenther@suse.de>
6743         Paolo Bonzini  <bonzini@gnu.org>
6745         * Makefile.def (target_modules): Add libgcc-math target module.
6746         * configure.in (target_libraries): Add libgcc-math target library.
6747         (--enable-libgcc-math): New configure switch.
6748         * Makefile.in: Re-generate.
6749         * configure: Re-generate.
6750         * libgcc-math: New toplevel directory.
6752 2006-01-26  Paolo Bonzini  <bonzini@gnu.org>
6754         * configure.in: Set with_gnu_as, with_gnu_ld, with_newlib earlier.
6755         Set md_exec_prefix.  Use ACX_CHECK_INSTALLED_TARGET_TOOL to find
6756         the assembler, linker and binutils.
6757         * configure: Regenerate.
6759 2006-01-22  Dirk Mueller  <dmueller@suse.de>
6761         * MAINTAINERS (Write After Approval): Add myself.
6763 2006-01-20  Diego Novillo  <dnovillo@redhat.com>
6765         * configure: Regenerate.
6767 2006-01-18  Richard Henderson  <rth@redhat.com>
6768             Jakub Jelinek  <jakub@redhat.com>
6769             Diego Novillo  <dnovillo@redhat.com>
6771         * libgomp: New directory.
6772         * Makefile.def: Add target_module libgomp.
6773         * Makefile.in: Regenerate.
6774         * configure.in (target_libraries): Add target-libgomp.
6775         * configure: Regenerate.
6777 2006-01-05  Alexandre Oliva  <aoliva@redhat.com>
6779         * Makefile.tpl (clean-stage[+id+]-[+prefix+][+module+]): Remove
6780         @ from continuation.
6781         * Makefile.in: Rebuilt.
6783 2006-01-04  Chris Lattner  <sabre@gnu.org>
6785         * MAINTAINERS (Write After Approval): Add myself.
6787 2006-01-04  Paolo Bonzini  <bonzini@gnu.org>
6789         PR bootstrap/24252
6791         * Makefile.def (flags_to_pass): Add STAGE1_CFLAGS and STAGE1_LANGUAGES.
6792         * Makefile.tpl (OBJDUMP): New.
6793         (EXTRA_HOST_FLAGS): Add it.
6794         (EXTRA_GCC_FLAGS): Remove flags already specified in flags_to_pass.
6796         * Makefile.tpl (stage[+id+]-start, stage[+id+]-end): Do not try
6797         to use symbolic links between directories.  Avoid race conditions
6798         or make them harmless.
6799         * configure.in: Do not try to use symbolic links between directories.
6801         * Makefile.def (LEAN): Pass.
6802         * Makefile.tpl (LEAN): Define.
6803         (stage[+id+]-start): Accept that the previous directory does not
6804         exist, if the bootstrap is lean.
6805         (stage[+id+]-bubble): Invoke lean bootstrap commands after
6806         stage[+id+]-start.  Use a makefile variable and an `if' instead of a
6807         configure substitution.
6808         ([+compare-target+]): Likewise.
6809         ([+bootstrap-target+]-lean): New.
6810         * configure.in: Remove lean bootstrap support from here.
6812         * Makefile.in: Regenerate.
6813         * configure: Regenerate.
6815 2006-01-04  Ben Elliston  <bje@au.ibm.com>
6817         * MAINTAINERS (libdecnumber): Add myself.
6819 2006-01-02  Mark Mitchell  <mark@codesourcery.com>
6821         * libtool-ldflags: New script.
6823 2006-01-02  Andreas Schwab  <schwab@suse.de>
6825         * configure.in: When reconfiguring remove Makefile in
6826         all stage directories.
6827         * configure: Regenerate.
6829 2005-12-27  Steven Bosscher  <stevenb.gcc@gmail.com>
6831         * MAINTAINERS: Update my email address.
6833 2005-12-20  Paolo Bonzini  <bonzini@gnu.org>
6835         Revert Ada-related part of the previous change.
6837         * Makefile.def (ADAFLAGS, BOOT_ADAFLAGS, ADAFLAGS_FOR_TARGET):
6838         Do not pass.
6839         * Makefile.tpl (BOOT_ADAFLAGS): Do not define.
6840         * Makefile.in: Regenerate.
6841         * configure.in: Do not include mt-ppc-aix target fragment.
6842         * configure: Regenerate.
6844 2005-12-19  Paolo Bonzini  <bonzini@gnu.org>
6846         * configure.in: Select appropriate fragments for PowerPC/AIX.
6847         * configure: Regenerate.
6849         * Makefile.def (flags_to_pass): Add ADAFLAGS, BOOT_ADAFLAGS,
6850         BOOT_CFLAGS, BOOT_LDFLAGS.
6851         * Makefile.tpl (POSTSTAGE1_FLAGS_TO_PASS): Handle BOOT_ADAFLAGS,
6852         BOOT_CFLAGS, BOOT_LDFLAGS.
6853         (TARGET_FLAGS_TO_PASS): Handle ADAFLAGS_FOR_TARGET.
6854         (stage[+id+]-bubble): Pass flags recursively to the comparison target.
6855         (stage): Fail if we cannot complete the work.
6856         * Makefile.in: Regenerate.
6858 2005-12-16  Nathan Sidwell  <nathan@codesourcery.com>
6860         * configure.in: Replace ms1 with mt.
6861         * configure: Rebuilt.
6863 2005-12-15  Bryce McKinlay  <mckinlay@redhat.com>
6865         * MAINTAINERS: Update my email address.
6867 2005-12-15  Paolo Bonzini  <bonzini@gnu.org>
6869         * Makefile.tpl (all, do-[+make_target+], do-check, install,
6870         install-host-nogcc): Don't invoke $(stage) at the end.
6871         * Makefile.in: Regenerate.
6873 2005-12-14  Paolo Bonzini  <bonzini@gnu.org>
6875         * configure.in: Flip the top-level bootstrap switch.
6876         * configure: Regenerate.
6878 2005-12-14  Daniel Jacobowitz  <dan@codesourcery.com>
6880         * Makefile.tpl: Throughout the file, use : $(MAKE) along with
6881         $(stage) and $(unstage).
6882         (EXTRA_TARGET_FLAGS): Correct double-quoting.
6883         (all): Remove stray semicolon.
6884         (local-distclean): Don't handle multilib.tmp and multilib.out.
6885         (install.all): Set $s for consistency.
6886         (configure-[+prefix+][+module+]): Instead of [+deps+], handle
6887         check_multilibs setting.  Always make the install directory.
6888         (configure-stage[+id+]-[+prefix+][+module+]): Likewise.
6889         Correct @if/@endif.
6890         (all-stage[+id+]-[+prefix+][+module+]): Correct @if/@endif.
6891         ($(TARGET_SUBDIR)/[+module+]/multilib.out): Remove.
6892         (stage[+id+]-start, stage[+id+]-end): Stage $(TARGET_SUBDIR).
6893         (multilib.out): Remove.
6894         * Makefile.in: Regenerated.
6896 2005-12-12  Carlos O'Donell  <carlos@codesourcery.com>
6898         * MAINTAINERS (Write After Approval): Add myself.
6900 2005-12-12  Nathan Sidwell  <nathan@codesourcery.com>
6902         * MAINTAINERS: Add myself as mt maintainer.
6904         * config.sub: Replace ms1 with mt.  Allow ms1 as an alias.
6906 2005-12-06  Adam Nemet  <anemet@caviumnetworks.com>
6908         * MAINTAINERS: Change email address.
6910 2005-12-05  Paolo Bonzini  <bonzini@gnu.org>
6912         * configure.in (CONFIGURED_BISON, CONFIGURED_YACC, CONFIGURED_M4,
6913         CONFIGURED_FLEX, CONFIGURED_LEX, CONFIGURED_MAKEINFO): Remove
6914         "CONFIGURED_" from the AC_CHECK_PROGS invocation.  Move below.
6915         Find in-tree tools if available.
6916         (EXPECT, RUNTEST, LIPO, STRIP): Find them and substitute them.
6917         (CONFIGURED_*_FOR_TARGET): Don't set nor substitute.
6918         (*_FOR_TARGET): Set them with GCC_TARGET_TOOL.
6919         (COMPILER_*_FOR_TARGET): New.
6920         * Makefile.tpl (HOST_EXPORTS): Add *_FOR_TARGET symbols that gcc needs.
6921         (BASE_TARGET_EXPORTS): Use COMPILER_*_FOR_TARGET symbols.
6922         (CONFIGURED_*, USUAL_*): Remove.
6923         (BISON, YACC, FLEX, LEX, M4, MAKEINFO, EXPECT, RUNTEST, LIPO,
6924         STRIP): Use autoconf substitutions.
6925         (COMPILER_AS_FOR_TARGET, COMPILER_LD_FOR_TARGET,
6926         COMPILER_NM_FOR_TARGET): New.
6927         (EXTRA_HOST_FLAGS): Pass LIPO and STRIP.
6929         (all): Make all-host and all-target in parallel.
6930         (do-[+make_target+], do-check, install, [+compare-target+]): Ensure
6931         that $$r and $$s are set before invoking a recursive make.
6932         (stage[+id+]-bubble): Likewise, and invoke the comparison at the end.
6933         ([+bootstrap-target+]): Inline most of the `all' target.
6935 2005-11-29  Ben Elliston  <bje@au.ibm.com>
6937         * Makefile.tpl (clean-target-libgcc): Invoke clean-target-libgcc
6938         from the gcc build directory.
6939         * Makefile.in: Regenerate.
6941 2005-11-29  Ben Elliston  <bje@au.ibm.com>
6943         * Makefile.def: Add new libdecnumber host_module.  Make all-gcc
6944         depend on all-libdecnumber.
6945         * configure.in (host_libs): Include libdecnumber.
6946         * Makefile.in: Regenerate.
6947         * configure: Likewise.
6949 2005-11-29  Ben Elliston  <bje@au.ibm.com>
6951         * libdecnumber: Import decNumber sources from the dfp-branch.
6953 2005-11-21  Kean Johnston  <jkj@sco.com>
6955         * config.sub, config.guess: Sync from upstream sources.
6957 2005-11-21  Ben Elliston  <bje@au.ibm.com>
6959         Import from Autoconf sources:
6961         2005-09-06  Paul Eggert  <eggert@cs.ucla.edu>
6962         * config/move-if-change: Don't output "$2 is unchanged";
6963         suggested by Ben Elliston.  Handle weird characters correctly.
6965 2005-11-18  Andreas Tobler  <a.tobler@schweiz.ch>
6967         * ltcf-c.sh (whole_archive_flag_spec): Remove '-all_load $convenience'
6968         to match upstream libtool for darwin.
6970 2005-11-11  Daniel Jacobowitz  <dan@codesourcery.com>
6972         * Makefile.def: Remove gdb dependencies for gdbtk.
6973         * Makefile.tpl (CONFIGURE_GDB_TK, INSTALL_GDB_TK): New variables.
6974         (configure-gdb, install-gdb): New rules.
6975         * configure.in: Set CONFIGURE_GDB_TK and INSTALL_GDB_TK.
6976         * Makefile.in, configure: Regenerated.
6978 2005-11-06  Janne Blomqvist  <jb@gcc.gnu.org>
6980         * MAINTAINERS (Write After Approval): Add myself.
6982 2005-11-06  Erik Edelmann  <eedelman@gcc.gnu.org>
6984         * MAINTAINERS (Write After Approval): Add myself.
6986 2005-10-24  Diego Novillo  <dnovillo@redhat.com>
6988         * MAINTAINERS (alias analysis): Add Daniel Berlin and
6989         Diego Novillo.
6991 2005-10-22  Paolo Bonzini  <bonzini@gnu.org>
6993         PR bootstrap/24297
6994         * Makefile.tpl (do-[+make-target+], do-check, install,
6995         stage[+id+]-bubble, [+compare-target+]): Ensure $$r and $$s
6996         are set before recursing.
6997         * Makefile.in: Regenerate.
6999 2005-10-20  Eric Botcazou  <ebotcazou@adacore.com>
7001         PR bootstrap/18939
7002         * Makefile.def (gcc) <target>: Fix thinko.
7003         * Makefile.in: Regenerate.
7005 2005-10-17  Bernd Schmidt  <bernd.schmidt@analog.com>
7007         * configure.in (bfin-*-*): Use test, not brackets, in if statement.
7008         * configure: Regenerate.
7010 2005-10-15  Jie Zhang  <jie.zhang@analog.com>
7012         * MAINTAINERS (Write After Approval): Add self.
7014 2005-10-08  Kazu Hirata  <kazu@codesourcery.com>
7016         * configure.in (arm-*-linux-gnueabi): Add to noconfigdirs
7017         target-libffi, target-qthreads, target-libjava, and
7018         targetlibobjc.
7019         * configure: Regenerate.
7021 2005-10-06  Daniel Jacobowitz  <dan@codesourcery.com>
7023         * Makefile.def (flags_to_pass): Add OBJDUMP_FOR_TARGET.
7024         * Makefile.tpl (BASE_TARGET_EXPORTS): Add OBJDUMP.
7025         (OBJDUMP_FOR_TARGET, CONFIGURED_OBJDUMP_FOR_TARGET)
7026         (USUAL_OBJDUMP_FOR_TARGET): New.
7027         (EXTRA_TARGET_FLAGS): Add OBJDUMP.
7028         * configure.in: Check for $OBJDUMP_FOR_TARGET.
7029         * configure, Makefile.in: Regenerated.
7031 2005-10-05  Paolo Bonzini  <bonzini@gnu.org>
7033         * Makefile.tpl (all) [gcc-no-bootstrap]: Make prebootstrap packages
7034         before other host packages.
7036 2005-10-05  Kaz Kojima  <kkojima@gcc.gnu.org>
7038         * MAINTAINERS: Add self as sh libraries/configury maintainer.
7040 2005-10-05  Paolo Bonzini  <bonzini@gnu.org>
7042         PR bootstrap/22340
7044         * configure.in (default_target): Remove.
7045         * Makefile.tpl (all): Do not use prerequisites as subroutines
7046         (all) [gcc-bootstrap]: Bootstrap gcc first if it was not done yet.
7047         (do-[+make_target+], check, install, [+bootstrap_target+]): Do not
7048         use prerequisites as subroutines.
7049         (check-host, check-target): New.
7050         (bootstrap configure & all targets): Do not use stage*-start
7051         if the directory layout is already ok.
7052         (non-bootstrap configure & all targets): Prepend a $(unstage).
7053         (stage[+id+]-bubble): Do that here.  Do not use NOTPARALLEL.
7054         (NOTPARALLEL): Remove.
7055         (unstage, stage variables): New variables.
7056         (unstage, stage targets): Simply expand to those variables.
7058         * configure: Regenerate.
7059         * Makefile.in: Regenerate.
7061 2005-10-04  James E Wilson  <wilson@specifix.com>
7063         * Makefile.def (lang_env_dependencies): Add libmudflap.
7064         * Makefile.in: Regenerate.
7066 2005-10-03  Andreas Schwab  <schwab@suse.de>
7068         Backport from libtool CVS:
7069         2002-11-03  Ossama Othman  <ossama@doc.ece.uci.edu>
7071         * ltmain.sh: add support for installing into temporary
7072         staging area (e.g. 'make install DESTDIR=...')
7074 2005-10-03  H.J. Lu  <hongjiu.lu@intel.com>
7076         * configure.in (*-*-darwin*): Build bfd, binutils and opcodes.
7077         * configure: Regenerated.
7079 2005-09-30  Andrew Pinski  <pinskia@physics.uc.edu>
7081         * configure: Regenerate with the correct
7082         autoconf version.
7084 2005-09-30  Catherine Moore  <clm@cm00re.com>
7086         * configure.in (bfin-*-*): New.
7087         * configure: Regenerated.
7089 2005-09-28  Geoffrey Keating  <geoffk@apple.com>
7091         * Makefile.tpl (BASE_TARGET_EXPORTS): Add LIPO, STRIP.
7092         (LIPO_FOR_TARGET): New.
7093         (CONFIGURED_LIPO_FOR_TARGET): New.
7094         (USUAL_LIPO_FOR_TARGET): New.
7095         (STRIP_FOR_TARGET): New.
7096         (CONFIGURED_STRIP_FOR_TARGET): New.
7097         (USUAL_STRIP_FOR_TARGET): New.
7098         * Makefile.def (flags_to_pass): Add LIPO_FOR_TARGET and
7099         STRIP_FOR_TARGET.
7100         * configure.in: Set LIPO_FOR_TARGET, STRIP_FOR_TARGET,
7101         CONFIGURED_LIPO_FOR_TARGET, CONFIGURED_STRIP_FOR_TARGET.
7102         * Makefile.in: Regenerate.
7103         * configure: Regenerate.
7105 2005-09-19  David Edelsohn  <edelsohn@gnu.org>
7107         * configure.in (powerpc-*-aix*): Add target-libssp to noconfigdirs.
7108         (rs6000-*-aix*): Same.
7109         * configure: Regenerate.
7111 2005-09-16  Tom Tromey  <tromey@redhat.com>
7113         * MAINTAINERS: Add self as java maintainer.
7115 2005-09-14  Francois-Xavier Coudert  <coudert@clipper.ens.fr>
7117         * configure.in: Recognize f95 in the --enable-languages option,
7118         and substitute it for fortran, issuing a warning.
7119         * configure: Regenerate.
7121 2005-08-30  Phil Edwards  <phil@codesourcery.com>
7123         * configure.in (*-*-vxworks*):  Add target-libstdc++-v3 to noconfigdirs.
7124         * configure:  Regenerated.
7126 2005-08-22  Aldy Hernandez  <aldyh@redhat.com>
7128         * MAINTAINERS: Add self as ms1 maintainer.
7130 2005-08-20  Richard Earnshaw  <richard.earnshaw@arm.com>
7132         * Makefile.def (libssp): Add to lang_env_dependencies.
7133         * Makefile.in: Regenerate.
7135 2005-08-18  Ian Lance Taylor  <ian@airs.com>
7137         * MAINTAINERS: Add myself as middle-end maintainer.
7139 2005-08-17  Christian Groessler  <chris@groessler.org>
7141         * Makefile.tpl: (USUAL_CC_FOR_TARGET): Add missing trailing slash.
7142         * Makefile.in: Regenerate.
7144 2005-08-15  Andreas Krebbel  <krebbel1@de.ibm.com>
7146         * MAINTAINERS (write after approval): Added myself.
7148 2005-08-12  Maciej W. Rozycki  <macro@linux-mips.org>
7150         * MAINTAINERS (Write After Approval): Add myself.
7152 2005-08-12  Paolo Bonzini  <bonzini@gnu.org>
7154         * configure.in: Replace NCN_STRICT_CHECK_TOOL with
7155         NCN_STRICT_CHECK_TOOLS, and likewise for NCN_STRICT_CHECK_TARGET_TOOLS.
7156         Look for alternate names of the target cc and c++
7157         * configure: Regenerate.
7159 2005-08-08  Paolo Bonzini  <bonzini@gnu.org>
7161         * configure.in (CC_FOR_TARGET, CXX_FOR_TARGET, GCJ_FOR_TARGET,
7162         GCC_FOR_TARGET, RAW_CXX_FOR_TARGET, GFORTRAN_FOR_TARGET): Find
7163         them with NCN_STRICT_CHECK_TARGET_TOOL, like the other target
7164         tools; remove code to manually set them.
7165         (Target tools): Look in the environment for them.
7166         * Makefile.tpl (CC_FOR_TARGET, CXX_FOR_TARGET, GCJ_FOR_TARGET,
7167         GCC_FOR_TARGET, RAW_CXX_FOR_TARGET, GFORTRAN_FOR_TARGET): Redefine.
7168         (AS_FOR_TARGET, LD_FOR_TARGET, NM_FOR_TARGET): Look into gcc
7169         build directory.
7170         (CONFIGURED_CC_FOR_TARGET, CONFIGURED_CXX_FOR_TARGET,
7171         CONFIGURED_GCJ_FOR_TARGET, CONFIGURED_GCC_FOR_TARGET,
7172         CONFIGURED_GFORTRAN_FOR_TARGET, USUAL_CC_FOR_TARGET,
7173         USUAL_CXX_FOR_TARGET, USUAL_GCJ_FOR_TARGET, USUAL_GCC_FOR_TARGET,
7174         USUAL_RAW_CXX_FOR_TARGET, USUAL_GFORTRAN_FOR_TARGET): New.
7175         (CXX_FOR_TARGET_FOR_RECURSIVE_MAKE,
7176         RAW_CXX_FOR_TARGET_FOR_RECURSIVE_MAKE, RECURSE_FLAGS): Delete.
7177         * configure: Regenerate.
7178         * Makefile.in: Regenerate.
7180 2005-07-28  Ben Elliston  <bje@au.ibm.com>
7182         * MAINTAINERS: Update for removed CPU targets.
7184 2005-07-27  Mark Mitchell  <mark@codesourcery.com>
7186         * Makefile.tpl (EXTRA_TARGET_FLAGS): Set LDFLAGS=LDFLAGS_FOR_TARGET.
7187         * Makefile.def (flags_to_pass): Add LDFLAGS_FOR_TARGET.
7188         * Makefile.in: Regenerated.
7190 2005-07-26  Mark Mitchell  <mark@codesourcery.com>
7192         * Makefile.tpl (SYSROOT_CFLAGS_FOR_TARGET): New variable.
7193         (CFLAGS_FOR_TARGET): Use it.
7194         (CXXFLAGS_FOR_TARGET): Likewise.
7195         * Makefile.in: Regenerated.
7196         * configure.in (--with-build-sysroot): New option.
7197         * configure: Regenerated.
7199 2005-07-24  Paolo Bonzini  <bonzini@gnu.org>
7201         * Makefile.tpl: Wrap install between unstage and stage
7202         * Makefile.in: Regenerate.
7204 2005-07-21  Eric Christopher  <echristo@apple.com>
7206         * MAINTAINERS: Update affiliation.
7208 2005-07-21  Paul Woegerer  <paul.woegerer@nsc.com>
7210         * MAINTAINERS: Add self as crx port maintainer.
7212 2005-07-20  DJ Delorie  <dj@redhat.com>
7214         * MAINTAINERS: Add self as m32c maintainer.
7216 2005-07-16  Kelley Cook  <kcook@gcc.gnu.org>
7218         * all files: Update FSF address.
7220 2005-07-15  Eric Christopher  <echristo@redhat.com>
7222         * MAINTAINERS: Change affiliation.
7224 2005-07-14  Jim Blandy  <jimb@redhat.com>
7226         * configure.in: Add cases for Renesas m32c.
7227         * configure: Regenerated.
7229 2005-07-14  Kelley Cook  <kcook@gcc.gnu.org>
7231         * COPYING.LIB: Update from fsf.org.
7233 2005-07-14  Kelley Cook  <kcook@gcc.gnu.org>
7235         * COPYING, compile, config.guess,
7236         config.sub, install-sh, missing, mkinstalldirs,
7237         symlink-tree, ylwrap: Sync from upstream sources.
7238         * config-ml.in: Update FSF address.
7240 2005-07-13  Eric Christopher  <echristo@redhat.com>
7242         * configure.in: Add toplevel noconfigdir support for tpf.
7243         * configure: Regenerate.
7245 2005-07-11  Paolo Bonzini  <bonzini@gnu.org>
7247         PR ada/22340
7249         * Makefile.tpl (POSTSTAGE1_FLAGS_TO_PASS): Fix pasto.
7250         * Makefile.in: Regenerate.
7252 2005-07-07  Mark Mitchell  <mark@codesourcery.com>
7254         * MAINTAINERS: Remove Dave Brolley as a cpplib maintainer.  Add Dave
7255         Brolley to write-after-approval.
7257 2005-07-07  Andreas Schwab  <schwab@suse.de>
7259         * Makefile.def (flags_to_pass): Add CFLAGS_FOR_BUILD.
7260         * Makefile.tpl (EXTRA_GCC_FLAGS): Don't pass CFLAGS_FOR_BUILD here.
7261         * Makefile.in: Regenerated.
7263 2005-07-06  Geoffrey Keating  <geoffk@apple.com>
7265         * configure.in: Don't build sim or rda when targetting darwin.
7266         * configure: Regenerate.
7268 2005-07-06  Kazu Hirata  <kazu@codesourcery.com>
7270         * configure.in: Add --enable-libssp and --disable-libssp.
7271         * configure: Regenerate with autoconf-2.13.
7273 2005-07-02  Jakub Jelinek  <jakub@redhat.com>
7275         * Makefile.def (target_modules): Add libssp.
7276         * configure.in (target_libraries): Add target-libssp.
7277         * configure: Rebuilt.
7278         * Makefile.in: Rebuilt.
7280 2005-07-01  Zack Weinberg  <zackw@panix.com>
7282         * MAINTAINERS: Change email address.  Resign from maintainership.
7284 2005-07-01  Richard Guenther  <rguenther@suse.de>
7286         * MAINTAINERS: Change my e-mail address and affiliation.
7288 2005-06-22  Paolo Bonzini  <bonzini@gnu.org>
7290         * Makefile.def (stagefeedback): Come after profile.
7291         Define profiledbootstrap target.
7292         * Makefile.tpl (profiledbootstrap): Remove.
7293         (stageprofile-end): Zap stagefeedback.
7294         (stagefeedback-start): Copy all .gcda files, not only GCC's.
7295         * Makefile.in: Regenerate.
7297 2005-06-13  Richard Sandiford  <richard@codesourcery.com>
7299         * MAINTAINERS: Update my email address.
7301 2005-06-13  Zack Weinberg  <zack@codesourcery.com>
7303         * depcomp: Update from automake CVS.  Add 'ia64hp' stanza.
7304         In 'cpp' stanza, support '#line' as well as '# '.
7306 2005-06-08  Andreas Schwab  <schwab@suse.de>
7308         * MAINTAINERS: Move myself from 'Write After Approval' to
7309         'CPU Port Maintainers' section as m68k maintainer.
7311 2005-06-07  Hans-Peter Nilsson  <hp@axis.com>
7313         * configure.in (unsupported_languages): New macro.
7314         <mmix-knuth-mmixware>: Set unsupported_languages.  Name explicit
7315         non-ported target libraries in noconfigdirs.
7316         <cris-*, crisv32-*> Ditto, except for non-aout, non-elf,
7317         non-linux-gnu.  Remove libgcj_ex_libffi.
7318         <lang_frag loop>: Set add_this_lang=no if the language is in
7319         unsupported_languages.
7320         * configure: Regenerate.
7322 2005-06-04  Tobias Schl"uter  <tobias.schlueter@physik.uni-muenchen.de>
7324         * configure.in: Fix typo in handling of --with-mpfr-dir.
7325         * configure: Regenerate.
7327 2005-06-04  Richard Sandiford  <rsandifo@nildram.co.uk>
7329         * MAINTAINERS: Update my email address.
7331 2005-06-02  Jim Blandy  <jimb@redhat.com>
7333         * config.sub: Add cases for the Renesas m32c.  (This patch has been
7334         accepted into the master sources.)
7336 2005-06-02  Aldy Hernandez  <aldyh@redhat.com>
7337             Michael Snyder  <msnyder@redhat.com>
7338             Stan Cox  <scox@redhat.com>
7340         * configure.in: Set noconfigdirs for ms1.
7342         * configure: Regenerate.
7344 2005-06-01  Jerry DeLisle  <jvdelisle@verizon.net>
7346         * MAINTAINERS (Write After Approval): Add self.
7348 2005-06-01  Josh Conner  <jconner@apple.com>
7350         * MAINTAINERS (Write After Approval): Add self.
7352 2005-06-01  Kazu Hirata  <kazu@codesourcery.com>
7354         * MAINTAINERS: Update my email address.
7356 2005-05-27  Ziga Mahkovec  <ziga.mahkovec@klika.si>
7358         * MAINTAINERS (Write After Approval): Add self.
7360 2005-05-26  Chris Demetriou  <cgd@broadcom.com>
7362         * MAINTAINERS (Write After Approval): Remove self.
7364 2005-05-25  Paolo Bonzini  <bonzini@gnu.org>
7366         * Makefile.tpl (stage[+id+]-start): Iterate over target module as well.
7367         (Dependencies): Consider target modules for bootstrap dependencies.
7368         Make target bootstrap modules depend on each stage's gcc.
7369         * Makefile.in: Regenerate.
7371 2005-05-20  Paolo Bonzini  <bonzini@gnu.org>
7373         * Makefile.def (configure-gcc): Depend on binutils having been built.
7374         (all-gcc): No need to do it here.
7375         * Makefile.in: Regenerate.
7377 2005-05-19  Paul Brook  <paul@codesourcery.com>
7379         * configure.in: Rewrite misleading error message when requested
7380         language cannot be built.
7381         * configure: Regenerate.
7383 2005-05-15  Daniel Jacobowitz  <dan@codesourcery.com>
7385         * ylwrap: Import from Automake 1.9.5.
7387 2005-05-13  David Ung  <davidu@mips.com>
7389         * MAINTAINERS (Write After Approval): Add self.
7391 2005-05-09  Mike Stump  <mrs@apple.com>
7393         * libtool.m4 (AC_LIBTOOL_SYS_MAX_CMD_LEN): Use quotes on
7394         lt_cv_sys_max_cmd_len for now.
7396 2005-05-09  Stan Cox  <scox@redhat.com>
7398         * MAINTAINERS: Remove self, add Nick Clifton as iq2000 maintainer.
7400 2005-05-08  Matt Kraai  <kraai@ftbfs.org>
7402         * README.SCO: Update the URL.
7404 2005-05-05  David Edelsohn  <edelsohn@gnu.org>
7406         * ltconfig: Define file_list_spec.  Pass file_list_spec and
7407         with_gnu_ld to libtool.
7408         * ltcf-c.sh (aix[45]): Define file_list_spec.
7409         * ltcf-cxx.sh (aix[45]): Same.
7410         * ltcf-gcj.sh (aix[45]): Same.
7411         * ltmain.sh: If command exceeds max_cmd_len and file_list_spec
7412         exists, write list of input files to temporary file.
7414 2005-05-04  Mike Stump  <mrs@apple.com>
7416         * configure.in: Always pass --target to target configures as
7417         otherwise rebuilds that do --recheck will fail.
7418         * confiugure: Rebuilt.
7420 2005-05-04  Paolo Bonzini  <bonzini@gnu.org>
7422         * Makefile.tpl (POSTSTAGE1_HOST_EXPORTS): Rename from
7423         STAGE_HOST_EXPORTS.
7424         (configure, all): Add bootstrap support.
7425         (Host modules, target modules): Pass post-stage1 flags and exports.
7426         (Top-level bootstrap): Remove bootstrap rules, expanded elsewhere.
7427         * Makefile.in: Regenerate.
7429 2005-04-29  Paolo Bonzini  <bonzini@gnu.org>
7431         * configure: Regenerate.
7433 2005-04-27  Mike Stump  <mrs@apple.com>
7435         * MAINTAINERS: Add self as darwin maintainer.
7437 2005-04-22  Bernd Schmidt  <bernd.schmidt@analog.com>
7439         * config.sub: Update from master copy.
7441 2005-04-21  Mike Stump  <mrs@apple.com>
7443         * MAINTAINERS: Add self as Objective-C/Objective-C++ maintainer.
7444         * MAINTAINERS: Add Zem as Objective-C++ maintainer.
7446 2005-04-19  Hans-Peter Nilsson  <hp@axis.com>
7448         * configure.in <crisv32-*-*, cris-*-*>: New local variable
7449         libgcj_ex_libffi.  Have specific match for *-*-linux*.  Separate
7450         matches for "*-*-aout" and "*-*-elf".  Don't disable libffi for
7451         "*-*-elf" and "*-*-linux*".
7452         * configure: Regenerate.
7454 2005-04-14  Joseph S. Myers  <joseph@codesourcery.com>
7456         * MAINTAINERS (Various Maintainers): Add self as i18n maintainer.
7458 2005-04-12  Mike Stump  <mrs@apple.com>
7460         * libtool.m4: Update AC_LIBTOOL_SYS_MAX_CMD_LEN bits from upstream.
7462 2005-04-04  Thomas Koenig  <Thomas.Koenig@online.de>
7464         * MAINTAINERS (Write After Approval): Add myself.
7466 2005-04-07  Bernd Schmidt  <bernd.schmidt@analog.com>
7468         * MAINTAINERS (Port Maintainers): Add self for Blackfin.
7470 2005-04-06  Paolo Bonzini  <bonzini@gnu.org>
7472         * Makefile.tpl (BUILD_CONFIGARGS): Include --with-build-subdir.
7473         (TARGET_CONFIGARGS): Include --with-target-subdir.
7474         (configure, all): New macros.  Use them throughout.
7475         * Makefile.in: Regenerate.
7477 2005-04-04  Jon Grimm  <jgrimm2@us.ibm.com>
7479         * MAINTAINERS (Write After Approval): Add myself.
7481 2005-03-31  Zdenek Dvorak  <rakdver@atrey.karlin.mff.cuni.cz>
7483         * MAINTAINERS: Remove 'loop unrolling' maintainer.
7485 2005-03-30  Gerald Pfeifer  <gerald@pfeifer.com>
7487         * MAINTAINERS: Move John Carr to Write After Approval.
7489 2005-03-30  J"orn Rennecke  <joern.rennecke@st.com>
7491         * config/mh-mingw32: Delete.
7492         * configure.in: Don't use it.
7493         * configure: Regenerate.
7495 2005-03-31  Paolo Bonzini  <bonzini@gnu.org>
7497         * Makefile.def (bfd, opcodes, libstdc++-v3, libmudflap): Set lib_path.
7498         * Makefile.tpl (SET_LIB_PATH, REALLY_SET_LIB_PATH): Remove.
7499         (HOST_EXPORTS, STAGE_HOST_EXPORTS, TARGET_EXPORTS): Set RPATH_ENVVAR.
7500         (HOST_LIB_PATH): Generate from Makefile.def.
7501         (TARGET_LIB_PATH): Likewise.
7502         (Old bootstrap targets): Include TARGET_LIB_PATH into RPATH_ENVVAR.
7503         * Makefile.in: Regenerate.
7504         * configure.in (set_lib_path, SET_LIB_PATH, SET_GCC_LIB_PATH): Remove.
7505         (RPATH_ENVVAR): Include Darwin case.
7506         * configure: Regenerate.
7508 2005-03-29  Thomas Fitzsimmons  <fitzsim@redhat.com>
7510         * MAINTAINERS (Various Maintainers): Remove self.
7511         (Write After Approval): Add self.
7513 2005-03-26  Thomas Fitzsimmons  <fitzsim@redhat.com>
7515         * MAINTAINERS (Various Maintainers): Add self.
7517 2005-03-25  Paolo Bonzini  <bonzini@gnu.org>
7519         * configure.in (RPATH_ENVVAR): Set to DYLD_LIBRARY_PATH on Darwin.
7520         * configure: Regenerate.
7522 2005-03-21  Zack Weinberg  <zack@codesourcery.com>
7524         * Makefile.def: Remove libstdcxx_incdir, libsubdir, gxx_include_dir,
7525         gcc_version, and gcc_version_trigger from set of flags to pass.
7526         * Makefile.tpl: Remove definitions of above variables.
7527         (config.status): Remove dependency on $(gcc_version_trigger).
7528         * Makefile.in: Regenerate.
7529         * configure.in: Do not reference config/gcc-version.m4 nor
7530         config/gxx-include-dir.m4.  Do not invoke TL_AC_GCC_VERSION nor
7531         TL_AC_GXX_INCLUDE_DIR.  Do not set gcc_version_trigger.
7532         * configure: Regenerate.
7534 2005-03-16  Manfred Hollstein  <manfred.h@gmx.net>
7535             Andrew Pinski  <pinskia@physics.uc.edu>
7537         * Makefile.tpl (check-[+module+]): Fix shell statement inside if ... fi.
7538         * Makefile.in: Regenerate.
7540 2005-03-13  Feng Wang  <fengwang@nudt.edu.cn>
7542         * MAINTAINERS (Write After Approval): Add myself.
7544 2005-03-03  David Ayers  <d.ayers@inode.at>
7546         * MAINTAINERS (Write After Approval): Add myself.
7548 2005-03-01  Alexandre Oliva  <aoliva@redhat.com>
7550         PR libgcj/20160
7551         * ltmain.sh: Avoid creating archives with components that have
7552         duplicate basenames.
7554 2005-02-28  Andrew Pinski  <pinskia@physics.uc.edu>
7556         PR bootstrap/20250
7557         * Makefile.tpl (HOST target installs): Fix copy and pasto, use install
7558         instead of check.
7559         * Makefile.in: Regenerate.
7561 2005-02-28  Paolo Bonzini  <bonzini@gnu.org>
7563         * Makefile.in: Regenerate to fix conflict between the previous two
7564         patches.
7566 2005-02-28  Paolo Bonzini  <bonzini@gnu.org>
7568         PR bootstrap/17383
7569         * Makefile.def (target_modules): Remove "stage", now unnecessary.
7570         * Makefile.tpl (HOST_SUBDIR): New substitution.
7571         (STAGE_HOST_EXPORTS, EXPECT, HOST_LIB_PATH, USUAL_AR_FOR_TARGET,
7572         USUAL_AS_FOR_TARGET, USUAL_DLLTOOL_FOR_TARGET, USUAL_GCC_FOR_TARGET,
7573         USUAL_LD_FOR_TARGET, USUAL_NM_FOR_TARGET, USUAL_OBJDUMP_FOR_TARGET,
7574         USUAL_RANLIB_FOR_TARGET, USUAL_WINDRES_FOR_TARGET): Use it.
7575         (Host modules, Bootstrapped modules): Use it.
7576         (Build modules, Target modules): Do not create symlink trees,
7577         always configure out-of-srcdir.
7578         (distclean): Try removing $(host_subdir) with rm before using rm -rf.
7579         * configure.in (FLAGS_FOR_TARGET, CC_FOR_TARGET, GCJ_FOR_TARGET,
7580         GFORTRAN_FOR_TARGET, CXX_FOR_TARGET, RAW_CXX_FOR_TARGET): Use
7581         $(HOST_SUBDIR).  Create a symlink for host_subdir.
7583         * Makefile.in: Regenerate.
7584         * configure: Regenerate.
7586 2005-02-28  Nathanael Nerode  <neroden@gcc.gnu.org>
7588         Merged from libada-gnattools-branch:
7589         2004-11-28  Nathanael Nerode  <neroden@gcc.gnu.org>
7591         * gnattools: New directory.
7592         * Makefile.def: Add gnattools as a module, depending on target-libada.
7593         * Makefile.in: Regenerate.
7594         * configure.in: Include gnattools in host_tools; disable it if ada
7595         is disabled.
7596         * configure: Regenerate.
7598 2005-02-24  James A. Morrison  <phython@gcc.gnu.org>
7600         * MAINTAINERS (Language Front Ends Maintainers): Add myself as
7601         treelang maintainer.
7602         (Write After Approval): Remove myself.
7604 2005-02-23  Paul Schlie  <schlie@comcast.net>
7606         * configure.in: Allow darwin targeted ports to build tk, itcl and
7607         libgui.
7608         * configure: Regenerate.
7610 2005-02-21  Eric Botcazou  <ebotcazou@libertysurf.fr>
7612         PR libgcj/10353
7613         * configure.in (noconfigdirs) <sparc-*-solaris2.[0-6]>: Add libgcj.
7614         * configure: Regenerate.
7616 2005-02-18  Steven G. Kargl  <kargl@gcc.gnu.org>
7618         * MAINTAINERS (Write After Approval): Add myself.
7620 2005-02-10  Ian Lance Taylor  <ian@airs.com>
7622         * MAINTAINERS: Update my e-mail address.
7624 2005-02-02  Richard Guenther  <rguenth@gcc.gnu.org>
7626         * MAINTAINERS (Write After Approval): Add myself.
7628 2005-01-29  Hans-Peter Nilsson  <hp@axis.com>
7630         * configure.in (noconfigdirs) <crisv32-*-*>: Match like cris-*-*.
7631         <crisv32-*-*, cris-*-*>: Only disable target-newlib and
7632         target-libgloss when not *-*-elf and *-*-aout.
7633         * configure: Regenerate.
7635 2005-01-23  Kazu Hirata  <kazu@cs.umass.edu>
7637         * MAINTAINERS: Remove obsolete entries.
7639         * MAINTAINERS (Write After Approval): Add Michael Matz.
7641 2005-01-19  Neil Booth  <neil@daikokuya.co.uk>
7643         * MAINTAINERS: Remove self as cpplib maintainer.
7645 2005-01-17  Kelley Cook  <kcook@gcc.gnu.org>
7647         * install-sh, config.sub: Import from upstream.
7649 2005-01-17  Kelley Cook  <kcook@gcc.gnu.org>
7651         PR bootstrap/18222
7652         * Makefile.def: Pass CPPFLAGS_FOR_TARGET.
7653         * Makefile.tpl: Define target CPPFLAGS on CPPFLAGS_FOR_TARGET.
7654         * Makefile.in: Regenerate.
7656 2005-01-16  Jason Thorpe  <thorpej@netbsd.org>
7658         * MAINTAINERS: Update my email address.
7660 2005-01-12  David Edelsohn  <edelsohn@gnu.org>
7661             Andreas Schwab  <schwab@suse.de>
7663         PR bootstrap/18033
7664         * config-ml.in: Eval option if surrounded by single quotes.
7666 2005-01-03  Paolo Bonzini  <bonzini@gnu.org>
7668         Revert 2004-12-28 Makefile changes, a better fix will be
7669         applied to mainline and src after GCC 4.0 branches.
7671 2004-12-28  Paolo Bonzini  <bonzini@gnu.org>
7673         PR bootstrap/17383
7675         * Makefile.def (target_modules): Remove stage parameter,
7676         it is always true now.
7677         * Makefile.tpl (configure-build-[+module+],
7678         configure-target-[+module+]): Always build symlink tree
7679         for the directory and for include.  BUILD_SUBDIR and
7680         TARGET_SUBDIR cannot be . anymore.
7681         * Makefile.in: Regenerate.
7683 2004-12-25  David Edelsohn  <edelsohn@gnu.org>
7685         Revert 2004-12-08 Makefile changes.
7687 2004-12-17  Danny Smith  <dannysmith@users.sourceforge.net>
7689         * MAINTAINERS: Move myself to OS Port Maintainers for windows,
7690         cygwin, mingw.
7692 2004-12-16  Andrew Stubbs  <andrew.stubbs@st.com>
7694         * configure.in (sh64-*-*): Reenable gprof.
7695         * configure: Regenerate.
7697 2004-12-08  David Edelsohn  <edelsohn@gnu.org>
7699         * Makefile.def (flags_to_pass): Add PICFLAG_FOR_TARGET.
7700         * Makefile.tpl (EXTRA_HOST_FLAGS): Add PICFLAG.
7701         (EXTRA_TARGET_FLAGS): Add PICFLAG.
7702         * Makefile.in: Regenerate.
7704 2004-12-08  Christopher Faylor  <cgf@gcc.gnu.org>
7706         * MAINTAINERS: Update my email address.
7708 2004-12-07  Matt Kraai  <kraai@ftbfs.org>
7710         * Makefile.tpl: Generate normal dependencies if the LHS module is
7711         not bootstrapped.
7712         * Makefile.in: Regenerate.
7714 2004-12-03  Richard Sandiford  <rsandifo@redhat.com>
7716         * configure.in: Include config/gxx-include-dir.m4.  Use
7717         TL_AC_GXX_INCLUDE_DIR.  Remove some now-redundant AC_SUBSTs.
7718         * configure: Regenerate.
7720 2004-12-03  Richard Sandiford  <rsandifo@redhat.com>
7722         * config.if: Delete.
7723         * configure.in: Set libstdcxx_incdir directly.
7724         * configure: Regenerate.
7726 2004-12-02  Eric Christopher  <echristo@redhat.com>
7728         * Makefile.tpl (clean-target-libgcc): Make change in correct place.
7729         * Makefile.in: Regenerate.
7731 2004-12-02  Richard Sandiford  <rsandifo@redhat.com>
7733         * configure.in: Clear gcc_version_trigger if the file doesn't exist.
7734         * configure: Regenerate.
7736 2004-12-02  Richard Sandiford  <rsandifo@redhat.com>
7738         * configure.in: Include config/gcc-version.m4.  Use TL_AC_GCC_VERSION
7739         to set gcc_version_trigger.  Remove some now-redundant AC_SUBSTs.
7740         * configure: Regenerate.
7742 2004-12-01  Eric Christopher  <echristo@redhat.com>
7744         * Makefile.in (clean-target-libgcc): Add stmp-dirs to list
7745         of things to remove.
7747 2004-11-29  Matt Kraai  <kraai@ftbfs.org>
7749         * MAINTAINERS (Write After Approval): Update my e-mail address.
7751 2004-11-29  Kelley Cook  <kcook@gcc.gnu.org>
7753         * libtool.m4 (AC_DEPLIBS_CHECK_METHOD): Re-import linux-gnu case
7754         from CVS libtool to always pass_all.
7756 2004-11-25  John David Anglin  <dave.anglin@nrc-cnrc.gc.ca>
7758         * configure.in (hppa*-*-linux*): Don't add libgcj to noconfigdirs.
7759         (hppa*64*-*-*): Delete incorrect comment.
7760         * configure: Rebuilt.
7762 2004-11-24  Kelley Cook  <kcook@gcc.gnu.org>
7764         * libtool.m4 (AC_DEPLIBS_CHECK_METHOD): Revert previous change.
7766 2004-11-24  Kelley Cook  <kcook@gcc.gnu.org>
7768         * libtool.m4 (AC_DEPLIBS_CHECK_METHOD): Import linux-gnu case
7769         from CVS libtool to always pass_all.
7771 2004-11-15  Kelley Cook  <kcook@gcc.gnu.org>
7773         * install-sh, compile: Import from automake.
7775 2004-11-15  Kelley Cook  <kcook@gcc.gnu.org>
7777         * config.guess, config.sub:  Import from savannnah.
7779 2004-11-12  Scott Robert Ladd  <scott.ladd@coyotegulch.com>
7781         * MAINTAINERS (Write After Approval): Add myself
7783 2004-11-12  Mike Stump  <mrs@apple.com>
7785         * Makefile.def: Add html support.
7786         * Makefile.tpl: Likewise.
7787         * Makefile.in: Regenerate.
7789 2004-11-11  Geoffrey Keating  <geoffk@apple.com>
7791         PR 18423
7792         * configure.in: Remove all instances of build-fixincludes from
7793         noconfigdirs.
7794         (build_configargs): Supply --target to subdirectories.
7795         * configure: Regenerate.
7797         * Makefile.def: Make gcc install depend on fixincludes install.
7798         * Makefile.in: Regenerate.
7800 2004-11-10  Janis Johnson  <janis187@us.ibm.com>
7802         * MAINTAINERS: Add myself as gcc testsuite maintainer.
7804 2004-11-11  Paul Brook  <paul@codesourcery.com>
7806         * MAINTAINERS: Add self as arm maintainer.  Update email address.
7808 2004-11-08  Hans-Peter Nilsson  <hp@bitrange.com>
7810         * configure.in (noconfigdirs) [mmix-*-*]: Disable
7811         target-libgfortran.
7812         * configure: Regenerate.
7814 2004-11-07  David Edelsohn  <edelsohn@gnu.org>
7816         * config-ml.in: Pass FCFLAGS for multilibs, handle GFORTRAN
7817         like CC.
7819 2004-11-05  Paolo Bonzini  <bonzini@gnu.org>
7821         * Makefile.def (host fixincludes): Specify missing targets.
7822         * Makefile.in: Regenerate.
7824 2004-11-05  Ralf Corsepius  <ralf.corsepius@rtems.org>
7826         * MAINTAINERS: Add myself
7828 2004-11-05  Gabor Loki  <loki@inf.u-szeged.hu>
7830         * MAINTAINERS (Write After Approval): Add myself.
7832 2004-11-04  Geoffrey Keating  <geoffk@apple.com>
7834         * Makefile.def: Build fixincludes for the host, too.
7835         * Makefile.in: Regenerate.
7836         * configure.in (host_tools): Add fixincludes.
7837         * configure: Regenerate.
7839 2004-11-04  Daniel Jacobowitz  <dan@debian.org>
7841         * configure.in (arm-*-oabi*, thumb-*-oabi*): Remove.
7842         * configure: Regenerated.
7844 2004-11-04  H.J. Lu  <hongjiu.lu@intel.com>
7846         PR other/17783
7847         * configure.in: Set up LD_LIBRARY_PATH by default for gcc.
7848         * configure: Regenerated.
7850 2004-10-31  Mark Mitchell  <mark@codesourcery.com>
7852         * README.SCO: Update per FSF instructions.
7854 2004-10-28  Eric B. Weddington  <ericw@evcohs.com>
7856         PR target/18151
7857         * configure.in (case ${target}): Do not build fixincludes for avr.
7858         * configure: Regenerated.
7860 2004-10-26  Paolo Bonzini  <bonzini@gnu.org>
7862         * configure.in (case ${target}): Do not build fixincludes
7863         on platforms where it is not used.
7864         * configure: Regenerated.
7866 2004-10-23  Daniel Jacobowitz  <dan@debian.org>
7868         * configure.in: Use an absolute path to install-sh.
7869         * configure: Regenerated.
7871 2004-10-19  Aaron W. LaFramboise  <aaronavay62@aaronwl.com>
7873         * MAINTAINERS (Write After Approval): Add myself.
7875 2004-10-19  Kazu Hirata  <kazu@cs.umass.edu>
7877         * MAINTAINERS: Remove from Write After Approval those that are
7878         already maintainers.
7880 2004-10-19  Sebastian Pop  <pop@cri.ensmp.fr>
7882         * MAINTAINERS:  Update my email address.
7884 2004-10-12  Kelley Cook  <kcook@gcc.gnu.org>
7886         * configure.in (*-*-cygwin*): Supress warning if newlib not present.
7887         * configure: Regenerate.
7889 2004-10-07  J"orn Rennecke  <joern.rennecke@st.com>
7891         * MAINTAINERS:  Update my email address.
7893 2004-10-07  Kazu Hirata  <kazu@cs.umass.edu>
7895         * MAINTAINERS (Language Front Ends Maintainers): New.  Move
7896         entries belonging to this category.
7898 2004-10-06  Josef Zlomek  <josef.zlomek@email.cz>
7900         * MAINTAINERS: Update my e-mail address.
7902 2004-10-06  Paolo Bonzini  <bonzini@gnu.org>
7904         Fix wrong conflict resolution in:
7906         2004-08-16  Paolo Bonzini  <bonzini@gnu.org>
7908         * Makefile.in: Regenerate.
7909         * Makefile.tpl (Autogenerated `all-*' targets): Invoke $(TARGET-*)
7910         in the recursive `make', instead of hardwiring `all'.
7911         (Autogenerated TARGET-* variables): New.
7913 2004-10-05  Tomer Levi  <Tomer.Levi@nsc.com>
7915         * configure.in: Enable target-libgloss for crx-*-*.
7916         * configure: Regenerate.
7918 2004-10-04  Kazu Hirata  <kazu@cs.umass.edu>
7920         * MAINTAINERS (Various Maintainers): Move the "windows,
7921         cygwin, mingw" maintainer to ...
7922         (OS Port Maintainers): ... here.
7924 2004-10-04  Kazu Hirata  <kazu@cs.umass.edu>
7926         * MAINTAINERS (Write After Approval): Remove those that are
7927         maintainers of some subsystem.
7929 2004-10-02  P.J. Darcy  <darcypj@us.ibm.com>
7931         * ltcf-c.sh (tpf*): Add ld_shlibs=yes.
7932         * ltcf-cxx.sh (tpf*): Likewise.
7933         * ltconfig (tpf*): Add TPF OS configuration support.
7935 2004-10-01  Bernd Schmidt  <bernds_cb1@t-online.de>
7937         * MAINTAINERS: Change my email address to my new work account.
7939 2004-09-24  Michael Roth  <mroth@nessie.de>
7941         * configure.in (--without-headers): Add missing double quotes.
7942         * configure: Regenerate.
7944 2004-09-24  Kelley Cook  <kcook@gcc.gnu.org>
7946         * ylwrap: Revert to previous version.
7948 2004-09-23  H.J. Lu  <hongjiu.lu@intel.com>
7950         PR bootstrap/17369
7951         * Makefile.tpl (REALLY_SET_LIB_PATH): Add @SET_GCC_LIB_PATH@.
7952         (HOST_EXPORTS]): Add @SET_GCC_LIB_PATH@. Set and export
7953         SET_GCC_LIB_PATH_CMD.
7954         (BASE_TARGET_EXPORTS): Likewise.
7955         * Makefile.in: Regenerated.
7957         * configure.in (SET_GCC_LIB_PATH): Set and substitute.
7958         * configure: Regenerated.
7960 2004-09-23  Kelley Cook  <kcook@gcc.gnu.org>
7962         * config.guess: New upstream version
7963         * compile, depcomp, install-sh, ylwrap: Likewise.
7965 2004-09-19  Roger Sayle  <roger@eyesopen.com>
7967         * config/mh-x86omitfp: New host makefile fragment.  Add
7968         -fomit-frame-pointer to the default BOOT_CFLAGS.
7969         * configure.in: Use it to speed up bootstrap on some IA-32 hosts.
7970         * configure: Regenerate.
7972 2004-09-15  Andrew Pinski  <pinskia@physics.uc.edu>
7974         PR target/11572
7975         * configure.in (*-*-darwin*): Renable libobjc.
7976         * configure: Regenerate.
7978 2004-09-10  Nathan Sidwell  <nathan@codesourcery.com>
7980         * MAINTAINERS: Add self as c++ and type-safe vector maintainer.
7982 2004-09-09  Daniel Berlin  <dberlin@dberlin.org>
7984         * Makefile.def: Remove libbanshee.
7985         * Makefile.tpl: Ditto.
7986         * configure.in: Ditto.
7987         * Makefile.in: Regen.
7988         * configure: Ditto.
7990 2004-09-08  David Edelsohn  <edelsohn@gnu.org>
7992         * ltmain.sh: Use $pic_object as $non_pic_object if
7993         $non_pic_object=none.
7995 2004-09-07  Paolo Bonzini  <bonzini@gnu.org>
7997         * missing: Import latest version from master repository.
7999 2004-09-06  Nick Clifton  <nickc@redhat.com>
8001         * config.sub: Import latest version from master repository.
8002         * config.guess: Likewise.
8003         This includes these changes:
8005         2004-08-27  Hans-Peter Nilsson  <hp@axis.com>
8007         * config.sub: Handle crisv32, alias etraxfs.
8008         * config.guess (crisv32:Linux:*:*): Handle.
8010         2004-08-13  Brad Smith  <brad@comstyle.com>
8012         * config.guess (*:OpenBSD:*:*): Remove defunct MIPS machines.
8013         (sgi:OpenBSD:*:*): Emit mips64, not mipseb.
8015         2004-08-11  Paul Eggert  <eggert@cs.ucla.edu>
8017         * config.guess (*:Darwin:*:*): If uname -p reports "unknown",
8018         assume the processor is a powerpc.  This is because coreutils
8019         uname (at least versions 4.5.7 through 5.2.1) outputs "unknown"
8020         in this case, due to a MacOS X bug that causes
8021         sysctl ((int[]) {CTL_HW, HW_MACHINE_ARCH}, 2, buffer, &bufsize, 0, 0)
8022         to return a negative number.
8023         Problem reported by Petter Reinholdtsen in:
8024         http://lists.gnu.org/archive/html/bug-gnu-utils/2003-02/msg00201.html
8026         2004-07-19  Ben Elliston  <bje@gnu.org>
8028         * config.guess (S7501:*:4.0:3.0): Handle NCR System V UNIX machine.
8030         2004-06-24  Ben Elliston  <bje@gnu.org>
8032         * config.guess: Update copyright years.
8033         * config.sub: Likewise.
8035         2004-06-22  Robert Millan  <robertmh@gnu.org>
8037         * config.guess (*:FreeBSD:*:*): Remove check for glibc (unneeded
8038         since GNU/kFreeBSD systems match *:GNU/*:*:* instead).
8040         2004-06-22  Stanley F. Quayle <stan@stanq.com>
8042         * config.guess (*:*VMS:*:*): New entry. Replaces
8043         Alpha:OpenVMS:*. Recognize and advertise all VMS flavors as dec
8044         manufacturer.
8046         2004-06-22  Ben Elliston  <bje@gnu.org>
8048         * config.guess: Cray fixes from Wendy Palm <wendyp@cray.com>.
8049         * config.sub: Likewise.
8051         2004-06-22  Ben Elliston  <bje@gnu.org>
8053         Reported by Hans-Peter Nilsson <hp@bitrange.com>:
8054         * config.sub: Correctly handle mmix-knuth and mmix-knuth-mmixware.
8056         2004-06-11  Ben Elliston  <bje@gnu.org>
8058         * config.guess (pegasos:OpenBSD:*:*): Remove.
8060         2004-06-11  Ben Elliston  <bje@gnu.org>
8062         From Wouter Verhelst <wouter@grep.be>:
8063         * config.guess (M68*:*:R3V[5678]:*): Detect R3V8.
8065         2004-06-11  Ben Elliston  <bje@gnu.org>
8067         * config.guess (luna88k:OpenBSD:*:*): New.
8069         2004-03-12  Kazuhiro Inaoka  <inaoka.kazuhiro@renesas.com>
8071         * config.guess (m32r*:Linux:*:*): New case.
8072         * config.sub: Handle m32rle.
8074         2004-03-12  Ben Elliston  <bje@wasabisystems.com>
8076         From Jens Petersen  <petersen@redhat.com>:
8077         * config.sub: Handle sparcv8.
8079         2004-03-03  Ben Elliston  <bje@wasabisystems.com>
8081         From Tom Smith <smith@cag.lkg.hp.com>:
8082         * config.guess: Version suffixes are equally significant on Tru64
8083         V4.* and V5.*, so do not ignore them on V5.*.  Handle a version
8084         prefix of "P" (patched kernel).
8086         2004-02-23  Tal Agmon  <Tal.Agmon@nsc.com>
8088         * config.sub: Add support for National Semiconductor CRX target.
8090 2004-09-03  Janis Johnson  <janis187@us.ibm.com>
8092         * MAINTAINERS (Various Maintainers): Remove myself as web page
8093         maintainer, add myself as maintainer of build status lists.
8095 2004-09-03  Jan Beulich  <jbeulich@novell.com>
8097         * configure.in: Remove target-libstdc++-v3 from noconfigdirs for
8098         *-*-netware, but add target-libmudflap.
8099         Consolidate *-*-netware targets (of which really only i?86 exists)
8100         into a single entry.
8101         * configure: Likewise.
8103 2004-09-01  Paolo Bonzini  <bonzini@gnu.org>
8105         * Makefile.tpl (sorry): Remove.
8106         (clean-stage[+id+], clean-stage[+id+]-module): New targets.
8107         (cleanstrap targets): Depend on distclean, not distclean-stage1.
8108         (do-clean): Clean per-stage directories too.
8109         (do-distclean): Run distclean-stage1 too.
8110         (.NOTPARALLEL): Enable during toplevel bootstrap.
8111         (stage[+id+]-bubble): Enable parallel execution during
8112         the recursive invocation.
8113         * Makefile.in: Regenerate.
8115         Fix previous checkin:
8117         * Makefile.tpl: Move BOOT_CFLAGS above host makefile fragment
8118         include.
8119         * configure.in: Fix indentation.
8120         * configure: Regenerate.
8122 2004-08-31  Robert Bowdidge  <bowdidge@apple.com>
8124         * Makefile.in: Move BOOT_CFLAGS above host makefile fragment include.
8125         * configure.in: add test for powerpc-*-darwin* to specify makefile frag
8126         * configure: regenerate
8127         * config/mh-ppc-darwin: create file, override BOOT_CFLAGS for
8128         -mdynamic-no-pic
8130 2004-08-31  Paolo Bonzini  <bonzini@gnu.org>
8132         * Makefile.def (build_modules): Add fixincludes.
8133         (dependencies): Make gcc depend on fixincludes.
8134         * configure.in (build_tools): Add fixincludes.
8135         (build_configdirs): Always include build_libs.
8136         * Makefile.in: Regenerate.
8137         * configure: Regenerate.
8139 2004-08-30  Paolo Bonzini  <bonzini@gnu.org>
8141         * Makefile.def (bootstrap stages): Add 'lean' parameter.
8142         * Makefile.tpl (configure-stageN-*, all-stageN-*): Turned into
8143         phony targets; do not generate timestamp files.
8144         (distclean-stageN): Remove references to their timestamp files.
8145         (restageN, touch-stageN): Remove.
8146         (stageN-bubble): Rewritten.
8147         (compare): Support lean bootstraps.
8148         * Makefile.in: Regenerate.
8150         * configure.in: Only warn when bootstrapping but
8151         build != host or build != target.  Support lean bootstraps.
8152         * configure: Regenerate.
8154 2004-08-26  Phil Edwards  <phil@codesourcery.com>
8156         * configure.in:  Give a better error message if GMP/MPFR are missing
8157         and a language needing them has been requested.
8158         * configure:  Regenerated.
8160 2004-08-25  Phil Edwards  <phil@codesourcery.com>
8162         * configure.in:  Print a list of available language front-ends if
8163         a requested one is missing.  Tidy stray tab characters.
8164         * configure:  Regenerated.
8166 2004-08-19  Michael Koch  <konqueror@gmx.de>
8168         * gcc/doc/install.texi: Update entry about automake for libjava.
8170 2004-08-17  Robert Millan  <robertmh@gnu.org>
8172         * configure.in: In noconfigdirs check, match GNU/k*BSD with GNU/Linux
8173         (instead of FreeBSD).
8174         * configure: Regenerate.
8176 2004-08-16  Paolo Bonzini  <bonzini@gnu.org>
8178         * Makefile.in: Regenerate.
8179         * configure: Regenerate.
8181         * Makefile.def (bootstrap-stage): Rename extra_*_flags to
8182         stage_*_flags.
8183         * Makefile.tpl (configure-[+module+], all-[+module+]): Exit
8184         for bootstrapped modules if toplevel bootstrap is going.
8185         (GCC bootstrap): Generate per-stage targets for all bootstrapped
8186         modules.  Adjust for changes in Makefile.def.  Enable several
8187         rules even in non-bootstrap mode, just to avoid peppering the
8188         template with unnecessary "@if/@endif gcc-bootstrap" pairs.
8189         (stage-[+prev+]-bubble): Remove.
8191         * Makefile.def (Dependencies): Depend on all-build-bison,
8192         all-build-flex, all-build-byacc, all-build-texinfo, rather
8193         than the host variations.
8194         * Makefile.tpl (BUILD_DIR_PREFIX): Remove.  Replace throughout
8195         with BUILD_SUBDIR.
8196         (BISON): Update for recent Bisons.
8197         (YACC): Fix typo.
8198         (cross): Depend on all-build.
8199         (all): Do not depend on all-build.
8200         (prebootstrap): Remove.
8201         (dep-kind): Accept separate prefixes for MODULE and ON variables.
8202         (Prebootstrap dependencies): Add them to the per-stage targets
8203         and to all-prebootstrap.
8204         * configure.in (build_configdirs): Always enable build_tools.
8205         (BUILD_DIR_PREFIX): Remove.
8207         * Makefile.def (gcc): Add target variable.
8208         (gdb, expect, guile, tk, tix): Replace with_x with extra_make_flags.
8209         * Makefile.tpl (Autogenerated `all-*' targets): Invoke $(TARGET-*)
8210         in the recursive `make', instead of hardwiring `all'.
8211         (Autogenerated TARGET-* variables): New.
8213 2004-08-13  Brian Booth  <bbooth@redhat.com>
8215         * MAINTAINERS: Remove myself from write-after-approval.
8217 2004-08-12  Nathanael Nerode  <neroden@gcc.gnu.org>
8219         * src-release: Stop distributing mmalloc with gdb (which doesn't
8220         use it).
8221         * Makefile.def: GDB doesn't depend on mmalloc anymore.
8222         * Makefile.in: Regenerate.
8224 2004-08-09  Mark Mitchell  <mark@codesourcery.com>
8226         * configure.in (arm*-*-eabi*): New target.
8227         * configure: Regenerate.
8229 2004-08-06  Paolo Bonzini  <bonzini@gnu.org>
8231         * Makefile.def (bfd, opcodes, gcc, zlib): Mark as bootstrap module.
8232         (bison, byacc, flex, texinfo): Do not mark as bootstrap module.
8233         (Dependencies): New section.
8234         * Makefile.tpl (Dependencies): Generate from Makefile.def.
8235         (configure-target-[+module+]): Depend on maybe-all-gcc
8236         (all-prebootstrap): New name of all-bootstrap.  Changed throughout.
8237         (toplevel profiledbootstrap): Fix dependencies.
8238         * Makefile.in: Regenerate.
8240 2004-08-03  Mark Mitchell  <mark@codesourcery.com>
8242         * configure.in (arm*-*-symbianelf*): Add ${libgcj} and
8243         target-libiberty to noconfigdirs.
8244         * configure: Regenerate.
8246 2004-08-03  Paul Brook  <paul@codesourcery.com>
8248         * configure.in: Check for MPFR as well as GMP.
8249         * configure: Regenerate.
8251 2004-08-01  Robert Millan  <robertmh@gnu.org>
8253         * configure.in: Turn mt-linux into mt-gnu. Use mt-gnu and enable
8254         libmudflap for all GNU-based systems (with Glibc).
8255         * configure: Regenerate.
8257 2004-08-03  Paolo Bonzini  <bonzini@gnu.org>
8259         * Makefile.def (host-modules): Add gcc.
8260         * Makefile.in: Regenerate.
8261         * Makefile.tpl (sorry): New rule.
8262         (configure-host, all-host, [+make_target+]-host, do-check,
8263         install-host): Do not add gcc as a special case.
8264         (host modules): Add a small special-casing for gcc.  Export
8265         extra_make_flags through the environment.
8266         (maybe-configure-gcc, configure-gcc, maybe-all-gcc, all-gcc,
8267         maybe-check-gcc, check-gcc, maybe-install-gcc, install-gcc,
8268         other recursive targets for gcc): Remove.
8270         (all, do-[+make_target+], do-check): Wrap between unstage and stage.
8271         (stage, unstage): New rules.
8272         (stage[+id+]-start, stage[+id+]-end, [+compare-target+],
8273         distclean-stage[+id+]): Use stage_current.
8274         ([+bootstrap-target+], profiledbootstrap): Do not invoke manually
8275         the stage*-start rules.
8277 2004-08-02  Geoffrey Keating  <geoffk@apple.com>
8279         * ltcf-cxx.sh: On Darwin, make archive multi-module, and don't
8280         use -all_load flag.
8282 2004-08-02  Paolo Bonzini  <bonzini@gnu.org>
8284         * configure.in: Sync from src, add noconfigdirs for crx-*-*.
8285         * configure: Regenerate.
8287 2004-07-16  Toon Moene  <toon@moene.indiv.nluug.nl>
8289         * maintainer-scripts/gcc_release: Revert yesterday's change.
8291 2004-07-16  Segher Boessenkool  <segher@kernel.crashing.org>
8293         * MAINTAINERS: Add myself to write-after-approval.
8295 2004-07-15  Toon Moene  <toon@moene.indiv.nluug.nl>
8297         * libf2c: Removed.
8298         * gcc/gccbug.in: Updated because of libf2c removal.
8299         * maintainer-scripts/gcc_release: Ditto.
8301 2004-07-09  Loren J. Rittle  <ljrittle@acm.org>
8303         * configure.in: Build libmudflap by default on FreeBSD.
8304         * configure: Regenerated.
8306 2004-07-09  Mark Mitchell  <mark@codesourcery.com>
8308         * configure.in: Do not build libmudflap by default on non-GNU/Linux
8309         systems.
8310         * configure: Regenerated.
8312 2004-07-08  John David Anglin  <dave.anglin@nrc-cnrc.gc.ca>
8314         PR target/16344
8315         * Makefile.tpl (profiledbootstrap): Build runtime libraries with
8316         feedback based compiler.
8317         * Makefile.in: Rebuilt.
8319 2004-07-08  Alexandre Oliva  <aoliva@redhat.com>
8321         * Makefile.def (host_modules): Set bootstrap=true for flex.
8322         * Makefile.tpl (all-gcc): Depend on texinfo and flex.
8323         * Makefile.in: Rebuilt.
8325 2004-07-07  Jan Hubicka  <jh@suse.cz>
8327         * MAINTAINERS: Add self as a profile feedback maintainer.
8329 2004-07-05  Phil Edwards  <phil@codesourcery.com>
8331         * configure.in:  Do not prepend $srcdir to /dev/null in
8332         makefile fragments.
8333         * configure:  Regenerate.
8335 2004-07-01  Paolo Bonzini  <bonzini@gnu.org>
8337         * Makefile.def (build_modules): Add bison, byacc, flex,
8338         m4, texinfo.
8339         (flags_to_pass): Add FLEX.
8340         * Makefile.tpl (BUILD_DIR_PREFIX, BASE_EXPORTS): New.
8341         (BUILD_EXPORTS, HOST_EXPORTS, BASE_TARGET_EXPORTS): Include it.
8342         (DEFAULT_YACC, USUAL_YACC, DEFAULT_LEX, USUAL_LEX, DEFAULT_M4,
8343         DEFAULT_MAKEINFO): Remove.
8344         (CONFIGURED_YACC, CONFIGURED_FLEX, CONFIGURED_BISON,
8345         CONFIGURED_LEX, CONFIGURED_M4, CONFIGURED_MAKEINFO): Substitute.
8346         (YACC, FLEX, BISON, LEX, M4, MAKEINFO): Define to look into
8347         objdir or else use configured tool.
8348         (all-build): New.
8349         (all): Depend on it.
8350         (Build module dependencies): Add.
8351         * Makefile.in: Regenerate.
8352         * configure.in: Better support for multiple build modules,
8353         matching what is done for host/target modules.  Do not look
8354         for "plausible" locations of build tools if Canadian cross.
8355         Use autoconf's AC_PROG_CC to find a C compiler.  Define
8356         BUILD_DIR_PREFIX.  Look for flex, makeinfo and m4.
8357         * configure: Regenerate.
8359 2004-06-22  Paolo Bonzini  <bonzini@gnu.org>
8361         * Makefile.tpl (HOST_EXPORTS): Fix pasto.
8362         * Makefile.in: Regenerate.
8364 2004-06-22  Paolo Bonzini  <bonzini@gnu.org>
8366         * Makefile.tpl (configure-build-[+module+],
8367         configure-[+module+], configure-target-[+module+]): Pass
8368         [+extra_configure_args+].
8369         (all-build-[+module+], all-[+module+], check-[+module+],
8370         install-[+module+], [+make_target+]-[+module+],
8371         all-target-[+module+], check-target-[+module+],
8372         install-target-[+module+], [+make_target+]-target-[+module+]):
8373         Pass [+extra_make_args+].
8374         (HOST_EXPORTS): Include the former GCC_HOST_EXPORTS.
8375         (GCC_HOST_EXPORTS): Remove.
8376         (configure-gcc, all-gcc, GCC_STRAP_TARGETS, profiledbootstrap,
8377         cross, check-gcc, check-gcc-c++, install-gcc,
8378         gcc-no-fixedincludes, [+make_target+]-gcc, stage[+id+]-bubble):
8379         Replace GCC_HOST_EXPORTS with HOST_EXPORTS.
8380         * Makefile.in: Regenerate.
8382 2004-06-21  Matthew Sachs  <msachs@apple.com>
8384         * MAINTAINERS: Added self to write-after-approval.
8386 2004-06-21  Christopher Faylor  <cgf@alum.bu.edu>
8388         * configure.in: Check for srcdir/winsup rather than build directory
8389         winsup.
8390         * configure: Regenerate.
8392 2004-06-17  Corinna Vinschen  <vinschen@redhat.com>
8394         * configure.in: Don't build Cygwin native newlib if winsup
8395         directory is missing.  Emit warning instead.
8396         * configure: Regenerate.
8398 2004-06-09  Paolo Bonzini  <bonzini@gnu.org>
8400         * Makefile.tpl (touch-stage[+id+]): New.
8401         (restage[+prev+]): Depend on touch-stage[+id+].
8403         * Makefile.tpl (RECURSE_FLAGS_TO_PASS): New.
8404         Use it throughout.
8406         * Makefile.def: Add profile and feedback bootstrap stages.
8407         Remove next field from bootstrap stages.
8408         * Makefile.tpl (LN, LN_S): Substitute.
8409         (stageN-start, stageN-end): Use double-colon rules, to
8410         provide a hook for additional setup commands.
8411         (distclean-stageN-gcc, restageN): Create dependencies from
8412         [+prev+], not from [+next+].
8413         (stageN-bubble): Add commands for successive stages from
8414         [+prev+], using double-colon rules.
8415         (all-stageN-gcc): Fix typo.
8416         (stagefeedback-start, profiledbootstrap): New.
8417         * Makefile.in: Regenerate.
8418         * configure.in: Call ACX_PROG_LN.
8419         * configure: Regenerate.
8421 2004-06-08  Canqun Yang  <canqun@nudt.edu.cn>
8423         * MAINTAINERS (Write After Approval): Add myself.
8425 2004-06-03  Mark G. Adams  <mark.g.adams@sympatico.ca>
8427         * MAINTAINERS (Write After Approval): Add myself.
8429 2004-06-03  Paolo Bonzini  <bonzini@gnu.org>
8431         * configure.in: Fix --enable-bootstrap breakage introduced in trees
8432         without gcc.
8433         * configure: Regenerate.
8435 2004-06-01  Paolo Bonzini  <bonzini@gnu.org>
8437         * Makefile.tpl: Fix typo.
8438         * Makefile.in: Regenerate.
8440 2004-06-01  Paolo Bonzini  <bonzini@gnu.org>
8442         * configure.in: Remove new- prefix from toplevel
8443         bootstrap targets.
8444         * configure: Regenerate.
8446 2004-06-01  Paolo Bonzini  <bonzini@gnu.org>
8448         * Makefile.tpl (all.normal): Rename to all.
8449         (all): Replace with a rule to pick the default
8450         target from configure.
8451         (all-gcc, configure-gcc): Use conditionals to
8452         do nothing when toplevel bootstrap is going on.
8453         (GCC directory bootstrap) [gcc-bootstrap]: Disable.
8454         (Toplevel bootstrap) [gcc-no-bootstrap]: Disable.
8455         * configure.in: Support --enable-bootstrap.
8457         * Makefile.def: Remove new- prefix from toplevel
8458         bootstrap targets.
8459         * Makefile.tpl: Likewise.
8461         * Makefile.def: Add bootstrap_stage 4.  Add bootstrap2
8462         target.
8464         * Makefile.tpl (Toplevel bootstrap): Pass $(BASE_FLAGS_TO_PASS)
8465         $(RECURSE_FLAGS) to recursive invocation of make.
8467         * Makefile.in: Regenerate.
8468         * configure: Regenerate.
8470 2004-05-30  Andreas Jaeger  <aj@suse.de>
8471             Jim Wilson  <wilson@specifixinc.com>
8473         * config-ml.in: Pass FFLAGS and ADAFLAGS for multilibs, handle F77
8474         like CC.
8476 2004-05-27  Daniel Jacobowitz  <dan@debian.org>
8478         * configure.in: Fix sed invocation for GFORTRAN_FOR_TARGET.
8479         * configure: Regenerate.
8481 2004-05-25  Daniel Jacobowitz  <drow@false.org>
8483         * Makefile.tpl (BUILD_EXPORTS, HOST_EXPORTS, GCC_HOST_EXPORTS)
8484         (STAGE_HOST_EXPORTS, BASE_TARGET_EXPORTS, RAW_CXX_TARGET_EXPORTS)
8485         (NORMAL_TARGET_EXPORTS): New macros.  Use them in all the recursive
8486         targets.
8487         * Makefile.in: Regenerate.
8489 2004-05-24  Paolo Bonzini  <bonzini@gnu.org>
8491         * configure.in: Test the ability to symlink directories.
8492         * configure: Regenerate.
8494         * Makefile.def (bootstrap-stage): New definitions.
8495         * Makefile.tpl (configure-stage1-gcc,
8496         configure-stage2-gcc, configure-stage3-gcc,
8497         all-stage1-gcc, all-stage2-gcc, all-stage3-gcc,
8498         new-bootstrap, new-cleanstrap, new-restage1, new-restage2,
8499         new-restage3, compare): Autogenerate, see Makefile.in
8500         entry for behavioral changes.
8501         (distclean-stage1, new-stage1-start, new-stage1-end,
8502         new-stage1-bubble, distclean-stage2, new-stage2-start,
8503         new-stage2-end, new-stage2-bubble, distclean-stage3,
8504         new-stage3-start, new-stage3-end): New autogenerated targets.
8505         (objext, prebootstrap, BOOT_CFLAGS,
8506         POSTSTAGE1_FLAGS_TO_PASS): Move above the autogenerated
8507         targets.
8509         * Makefile.in: Regenerate.
8510         (distclean-stage1, new-stage1-start, new-stage1-end,
8511         new-stage1-bubble, distclean-stage2, new-stage2-start,
8512         new-stage2-end, new-stage2-bubble, distclean-stage3,
8513         new-stage3-start, new-stage3-end): New targets.
8514         (all-stage1-gcc): Move prebootstrap dependency from here...
8515         (configure-stage1-gcc): ...to here.
8516         (new-bootstrap): Use bubble targets.
8517         (new-cleanstrap, new-restage1, new-restage2, new-restage3):
8518         Use per-stage distclean targets.
8519         (configure-stage1-gcc, configure-stage2-gcc,
8520         configure-stage3-gcc, all-stage1-gcc,
8521         all-stage2-gcc, all-stage3-gcc, new-bootstrap):
8522         Use new-stageN-start to prepare the tree.
8524 2004-05-23  Paolo Bonzini  <bonzini@gnu.org>
8526         * Makefile.def (host_modules): add libcpp.
8527         * Makefile.tpl: Add dependencies on and for libcpp.
8528         * Makefile.in: Regenerate.
8529         * configure.in: Add libcpp host module.
8530         * configure: Regenerate.
8532 2004-05-21  Paolo Bonzini  <bonzini@gnu.org>
8534         * Makefile.tpl: Whenever a recursive target is defined, wrap
8535         it in a special @if/@endif block, and prepare its maybe
8536         dependency in the @if/@endif block
8537         * configure.in: Instead of writing maybe dependencies, remove
8538         the @if/@endif statements, and remove the @if/@endif blocks
8539         that remain.
8540         * configure: Regenerate.
8541         * Makefile.in: Regenerate.
8543 2004-05-20  Janis Johnson  <janis187@us.ibm.com>
8545         * MAINTAINERS (Various Maintainers): Add myself for compat testsuite.
8547 2004-05-18  Kaz Kojima  <kkojima@gcc.gnu.org>
8549         PR bootstrap/15120
8550         * libtool.m4 (lt_cv_deplibs_check_method): Use pass_all on sh*.
8551         * */configure: Rebuilt.
8553 2004-05-17  Zack Weinberg  <zack@codesourcery.com>
8555         * Makefile.def, Makefile.tpl, configure.in: Remove all mention
8556         of libf2c.
8557         * configure, Makefile.in: Regenerate.
8559 2004-05-13  Tobias Schlüter  <tobi@gcc.gnu.org>
8561         * MAINTAINERS (Write After Approval): Add myself.
8563 2004-05-13  Diego Novillo  <dnovillo@redhat.com>
8565         Merge from tree-ssa-20020619-branch.
8567         * Makefile.def: Add libbanshee, libmudflap and libgfortran.
8568         * Makefile.tpl (BUILD_CONFIGDIRS): Add libbanshee.
8569         (HOST_GMPLIBS): Define.
8570         (HOST_GMPINC): Define.
8571         (TARGET_LIB_PATH): Add libmudflap.
8572         (GFORTRAN_FOR_TARGET): Define.
8573         (configure-build*): Export GFORTRAN.
8574         (configure-gcc): Export GMPLIBS and GMPINC.
8575         (all-gcc): Add maybe-all-libbanshee.
8576         (configure-target-libgfortran): Define.
8577         * Makefile.in: Regenerate.
8578         * configure.in (host_libs): Add libbanshee.
8579         (target_libraries): Add target-libmudflap and target-libgfortran.
8580         Add --with-libbanshee.
8581         Handle --disable-libmudflap.
8582         (*-*-freebsd*): Use with_gmp.
8583         Add $(libgcj) to noconfigdirs.
8584         * configure: Regenerate.
8585         * depcomp: New file.
8586         * MAINTAINERS: Add tree-ssa maintainers.
8588 2004-05-04  Vladimir Makarov  <vmakarov@redhat.com>
8590         * MAINTAINERS (Various Maintainers): Add myself.
8592 2004-04-30  Brian Ford  <ford@vss.fsi.com>
8594         * MAINTAINERS (Write After Approval): Add myself.
8596 2004-04-29  Uros Bizjak  <uros@kss-loka.si>
8598         * MAINTAINERS (Write After Approval): Add myself.
8600 2004-04-28  Paolo Bonzini  <bonzini@gnu.org>
8602         * config/acx.m4: Fix fastcompare support for new-bootstrap.
8603         * configure: Regenerate.
8605 2004-04-27  Paolo Bonzini  <bonzini@gnu.org>
8607         Revert:
8608         2004-04-26  Paolo Bonzini  <bonzini@gnu.org>
8610         * Makefile.def (flags_to_pass): Remove *dir variables that
8611         are passed to the modules via TOPLEVEL_CONFIGURE_ARGUMENTS,
8612         as well as prefix and exec_prefix.
8613         * Makefile.in: Regenerate.
8615 2004-04-26  Robert Millan  <robertmh@gnu.org>
8617         Add patches from libtool CVS.
8618         * libtool.m4: Add kfreebsd*-gnu and knetbsd*-gnu.
8619         * ltconfig: Likewise.
8620         * ltcf-c.sh: Likewise.
8621         * ltcf-cxx.sh: Likewise.
8622         * ltcf-gcj.sh: Likewise.
8624 2004-04-26  Paolo Bonzini  <bonzini@gnu.org>
8626         * Makefile.def (host_modules): Mark with the bootstrap
8627         flag packages on which gcc depends.
8628         * Makefile.tpl (all-bootstrap): Use it.
8629         * Makefile.in: Regenerate.
8631 2004-04-26  Paolo Bonzini  <bonzini@gnu.org>
8633         * Makefile.def (flags_to_pass): Remove *dir variables that
8634         are passed to the modules via TOPLEVEL_CONFIGURE_ARGUMENTS,
8635         as well as prefix and exec_prefix.
8636         * Makefile.in: Regenerate.
8638 2004-04-26  Paolo Bonzini  <bonzini@gnu.org>
8640         * configure.in: Invoke ACX_PROG_CMP_IGNORE_INITIAL.
8641         * configure: Regenerate.
8642         * config/acx.m4: Mutuate ACX_PROG_CMP_IGNORE_INITIAL from gcc.
8643         * gcc/Makefile.tpl (compare): Use the result of the test.
8644         * gcc/Makefile.in: Regenerate.
8646 2004-04-23  Paolo Bonzini  <bonzini@gnu.org>
8648         * Makefile.tpl (all-stage1-gcc, all-stage2-gcc, all-stage3-gcc):
8649         Always relocate gcc and prev-gcc to the original names, even
8650         if the build fails.
8651         (new-cleanstrap, new-restage1, new-restage2, new-restage3):
8652         New targets.
8654 2004-04-23  Laurent GUERBY <laurent@guerby.net>
8656         * MAINTAINERS: Update my email address.
8658 2004-04-19  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
8660         * configure.in (mips*-*-irix5*): Enable ld.
8661         * configure: Regenerate.
8663 2004-04-16  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
8665         * configure: Regenerate.
8667 2004-04-15  James E Wilson  <wilson@specifixinc.com>
8669         * Makefile.tpl (configure-[+module+], configure-gcc,
8670         configure-stage1-gcc, configure-stage2-gcc, configure-stage3-gcc):
8671         Set and export LDFLAGS.
8672         * Makefile.in: Regenerate.
8674 2004-04-12  Michael Chastain  <mec.gnu@mindspring.com>
8676         * MAINTAINERS: Add myself to write-after-approval.
8678 2004-04-09  Nathanael Nerode  <neroden@gcc.gnu.org>
8680         PR bootstrap/14871
8681         * Makefile.tpl: If we don't have built-in-tree target tools,
8682         use the ones found by configure rather than hacking around with
8683         program_transform_name.
8684         * configure.in: Give Makefile.tpl the information necessary
8685         to do that.
8686         * Makefile.in: Regenerate.
8687         * configure: Regenerate.
8689 2004-04-06  Nathanael Nerode  <neroden@gcc.gnu.org>
8691         PR bootstrap/14760
8692         * configure.in: When computing baseargs, strip *all* copies of
8693         offending options.  Also, don't match/substitute the trailing space,
8694         so that this actually works when two similar options are separated by
8695         only one space.
8696         * configure: Regenerate.
8698 2004-04-06  David Edelsohn  <edelsohn@gnu.org>
8700         * configure.in (powerpc-*-aix*): Remove target-libada from noconfigdirs.
8701         (rs6000-*-aix*): Same.
8702         * configure: Regenerate.
8704 2004-04-05  Ranjit Mathew  <rmathew@hotmail.com>
8706         * MAINTAINERS: Add myself to write-after-approval.
8708 2004-04-03  Bud Davis  <bdavis9659@comcast.net>
8710         * MAINTAINERS: Add myself to write-after-approval.
8712 2004-03-24  Nathanael Nerode  <neroden@gcc.gnu.org>
8714         * Makefile.tpl (top level bootstrap support): Remove now-unneeded
8715         STRICT_WARN, WARN_CFLAGS flags passed down to make.
8716         * Makefile.in: Regenerate.
8718         * configure.in (top level bootstrap support): Rework --enable-werror
8719         to set @stage2_werror_flag@.
8720         * configure: Regenerate.
8721         * Makefile.tpl (top level bootstrap support): Pass
8722         @stage2_werror_flag@ down to configure in stages 2 and 3.
8723         * Makefile.in: Regenerate.
8725 2004-03-23  Nathanael Nerode  <neroden@gcc.gnu.org>
8727         * Makefile.tpl (new-bootstrap): Set CC and CC_FOR_BUILD in configure
8728         for stages 2 and 3 as well as in make.  As a consequence, remove
8729         OUTPUT_OPTION (now detected by configure) from the flags passed down
8730         to make.
8731         * Makefile.in: Regenerate.
8733         * Makefile.tpl (new-bootstrap): Fix typo.
8734         * Makefile.in: Regenerate.
8736 2004-03-22  Nathanael Nerode  <neroden@gcc.gnu.org>
8738         * Makefile.tpl: Rearrange by moving recursive_targets rules
8739         into their proper sections.
8740         * Makefile.tpl (top level bootstrap support): Move disabling
8741         of coverage flags from 'make' to 'configure'; improve comments.
8742         * Makefile.in: Regenerate.
8744         * Makefile.tpl (experimental top level bootstrap) Move stage1
8745         language setting from all- target to configure- target; disable
8746         intermodule optimization in stage 1; prevent gratuitous rebuilds
8747         of stage 1.
8748         * Makefile.in: Regenerate.
8749         * configure.in: Comma-separate stage 1 language list for top
8750         level bootstrap.
8751         * configure: Regenerate.
8753         * Makefile.tpl: Clean up experimental top level bootstrap support:
8754         note known problems; set CONFIG_SHELL; don't set BUILD_CC; relocate
8755         prev-gcc in configure- targets as well as all- targets.
8756         * Makefile.in: Regenerate.
8758 2004-03-21  Kelley Cook  <kcook@gcc.gnu.org>
8760         * compile: New file imported from automake.
8762 2004-03-17  Paolo Bonzini  <bonzini@gnu.org>
8764         * configure.in: Remove symbolic link section.
8765         * configure: Regenerate.
8766         * Makefile.tpl (links): Remove.
8767         * Makefile.in: Regenerate.
8769 2004-03-15  Paolo Bonzini  <bonzini@gnu.org>
8770             Nathanael Nerode  <neroden@gcc.gnu.org>
8772         * configure.in (DEFAULT_YACC, DEFAULT_M4, DEFAULT_LEX):
8773         Set with AC_CHECK_PROGS.
8774         * configure.in: Fix comment typo from last patch.
8775         * configure: Regenerate.
8777 2004-03-15  Nathanael Nerode  <neroden@gcc.gnu.org>
8779         * Makefile.tpl: Introduce experimental top level bootstrap support.
8780         * Makefile.in: Regenerate.
8781         * configure.in: Introduce support for top level bootstrap.
8782         * configure: Regenerate.
8784 2004-03-12  Eric Botcazou  <ebotcazou@gcc.gnu.org>
8785             Paolo Bonzini  <bonzini@gnu.org>
8787         PR bootstrap/14522
8788         * configure.in: Cope with shells that do not support unquoted ^
8789         * configure: Regenerate.
8791 2004-03-11  Eric Botcazou  <ebotcazou@gcc.gnu.org>
8792             Paolo Bonzini  <bonzini@gnu.org>
8794         PR bootstrap/14522
8795         * configure.in: Cope with shells that do not support nesting
8796         quotes inside quoted backquote substitutions.
8797         * configure: Regenerate.
8799 2004-03-10  Andrew Pinski  <pinskia@physics.uc.edu>
8801         PR bootstrap/14522
8802         * configure.in: Fix escaping of $.
8803         * configure: Regenerate.
8805 2004-03-11  Nathanael Nerode  <neroden@gcc.gnu.org>
8807         * configure: Regenerate, since I forgot to while committing Paolo's
8808         changes.
8810 2004-03-08  Paolo Bonzini  <bonzini@gnu.org>
8812         PR ada/14131
8813         Move language detection to the top level.
8814         * configure.in: Find default values for the tools as
8815         soon as possible.  Disable ada if GNAT is not found.
8816         Emit error message about missing languages.  Expand
8817         --enable-languages=all for the gcc subdirectory.
8819 2004-03-10  Ben Elliston  <bje@gnu.org>
8821         * MAINTAINERS: Update my email address.
8823 2004-03-05  David Edelsohn  <edelsohn@gnu.org>
8825         * ltconfig: Disable building static libraries if building shared
8826         libraries on AIX 5L.
8828 2004-03-01  Richard Sandiford  <rsandifo@redhat.com>
8830         * configure.in (mips64*-*-linux*): Override mips*-*-linux* case
8831         and disable libgcj.
8832         * configure: Regenerated.
8834 2004-03-01  Brian Booth  <bbooth@redhat.com>
8836         * MAINTAINERS: Add myself to write-after-approval.
8838 2004-03-01  Paolo Bonzini  <bonzini@gnu.org>
8840         * MAINTAINERS: Add myself to write-after-approval.
8842 2004-02-28  Nathanael Nerode  <neroden@gcc.gnu.org>
8844         PR bootstrap/7087
8845         * Makefile.tpl: Guard XFOO sed statements better.
8846         * Makefile.tpl: Add dependency for configure-target-libada.
8847         * Makefile.in: Regenerate (incidentally fixes broken
8848         commit when libada-branch was merged).
8850 2004-02-25  Kelley Cook  <kcook@gcc.gnu.org>
8852         * MAINTAINERS: Add myself to write-after-approval.
8854 2004-02-20  Andrew Pinski  <pinskia@physics.uc.edu>
8856         * MAINTAINERS: Add Nicola Pero and myself as libobjc
8857         maintainers.
8859 2004-02-20  Andrew Cagney  <cagney@redhat.com>
8861         * config.guess: Update from version 2003-10-16 to 2004-02-16.
8862         * config.sub: Update from version 2003-11-03 to 2004-02-16.
8864 2004-02-19  Nathanael Nerode  <neroden@gcc.gnu.org>
8866         PR bootstrap/11932
8867         * mkinstalldirs, install-sh: Import from automake CVS HEAD.
8869 2004-02-14  Jerry Quinn  <jlquinn@optonline.net>
8871         * MAINTAINERS: Added myself to write-after-approval.
8873 2004-02-14  Michael Koch  <konqueror@gmx.de>
8875         * MAINTAINERS: Added myself to write-after-approval.
8877 2004-02-13  Joseph S. Myers  <jsm@polyomino.org.uk>
8879         * MAINTAINERS: Move Steve Chamberlain to write-after-approval.  Move
8880         some OS port maintainers to OS port maintainers section.
8882 2004-02-13  Frank Ch. Eigler  <fche@redhat.com>
8884         * MAINTAINERS: Add self.
8886 2004-02-12  Kazu Hirata  <kazu@cs.umass.edu>
8888         * MAINTAINERS: Alphabetize.
8890 2004-02-12  Paolo Bonzini  <bonzini@gnu.org>
8892         * MAINTAINERS: Remove myself.
8894 2004-02-11  David Edelsohn  <edelsohn@gnu.org>
8896         * configure.in (powerpc-*-aix*): Add target-libada to noconfigdirs.
8897         (rs6000-*-aix*): Same.
8898         * configure: Regenerate.
8900 2004-02-11  Kelley Cook  <kcook@gcc.gnu.org>
8902         * configure.in (host): Add in missing $noconfigdirs to defines.
8903         * configure: Regenerate.
8905 2004-02-10  Arnaud Charlet  <charlet@act-europe.fr>,
8906             Nathanael Nerode  <neroden@gcc.gnu.org>
8908         PR ada/6637, PR ada/5911
8909         Merge with libada-branch:
8910         * configure.in, Makefile.tpl, Makefile.def: Add target-libada,
8911         with appropriate dependencies. Add --enable-libada configure switch.
8912         * configure, Makefile.in: Regenerate.
8914 2004-02-09  Paolo Bonzini  <bonzini@gnu.org>
8916         * MAINTAINERS: Add myself to write-after-approval.
8918 2004-02-05  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
8920         * configure.in: Don't pass --with-stabs on IRIX 5 either.
8921         * configure: Regenerate.
8923 2004-02-04  Geoffrey Keating  <geoffk@apple.com>
8925         Merge from upstream:
8927         * ltmain.in: When setting IFS to '~', be careful about user
8928         arguments that contain '~'.
8930         2004-02-04  Peter O'Gorman  <peter@pogma.com>
8932         * ltmain.in (infer_tag): Move tag inferrence to a shell function.
8933         Also test $base_compile against $CC with escaped arguments. Bug
8934         reported by Geoff Keating <geoffk@apple.com>.
8936 2004-02-04  Kazu Hirata  <kazu@cs.umass.edu>
8938         * MAINTAINERS: Remove i960 port.
8940 2004-01-23  DJ Delorie  <dj@redhat.com>
8942         * Makefile.def (target_modules) [libiberty]: Don't stage.
8943         * Makefile.in: Rebuilt.
8945 2004-01-20  Caroline Tice  <ctice@apple.com>
8947         * MAINTAINERS: Add myself to write-after-approval.
8949 2004-01-19  Paolo Carlini  <pcarlini@suse.de>
8951         * MAINTAINERS: Update my email address.
8953 2004-01-18  James A. Morrison  <ja2morri@uwaterloo.ca>
8955         * MAINTAINERS: Add myself to write-after-approval.
8957 2004-01-17  Volker Reichelt  <reichelt@igpm.rwth-aachen.de>
8959         * MAINTAINERS: Remove entries without email address.
8961 2004-01-15  Daniel Jacobowitz  <drow@mvista.com>
8963         * MAINTAINERS: Add myself to write-after-approval.
8965 2004-01-15  Steven Bosscher  <stevenb@suse.de>
8967         * MAINTAINERS: Update my email address.
8969 2004-01-14  Loren J. Rittle  <ljrittle@acm.org>
8971         * Makefile.def (target_modules) [libtermcap, libiberty, zlib]: Stage.
8972         * Makefile.tpl (configure-target-[+module+]): Support stage.
8973         * Makefile.in: Rebuilt.
8975 2004-01-12  Ian Lance Taylor  <ian@wasabisystems.com>
8977         * MAINTAINERS: Add myself as a libiberty MAINTAINER.
8979 2004-01-10  Richard Sandiford  <rsandifo@redhat.com>
8981         * MAINTAINERS: Add myself as a MIPS maintainer.
8983 2004-01-04  Nathanael Nerode  <neroden@gcc.gnu.org>
8985         * configure.in: Use ./config.cache, not config.cache.
8986         * configure: Regenerate.
8987         * Makefile.tpl: Special-casing not needed for GCC any more.
8988         * Makefile.in: Regenerate.
8990         * configure.in: Don't share a cache file for host dirs.
8991         * configure: Regenerate.
8993         * config-ml.in: Don't mess with the cache file.
8995 2004-01-04  Eric Botcazou  <ebotcazou@libertysurf.fr>
8997         * MAINTAINERS: Move myself from 'Write After Approval' to
8998         'CPU Port Maintainers' section as SPARC maintainer.
9000 2004-01-03  Nathanael Nerode  <neroden@gcc.gnu.org>
9002         * Makefile.tpl: Make GCC use a separate config.cache.
9003         * Makefile.in: Regenerate.
9005         PR bootstrap/11932, PR bootstrap/11933
9006         (I don't know if it will fix either of them, but it relates
9007         to them.)
9008         * configure.in: Don't use shared config.cache for target
9009         directories.
9010         * configure: Regenerate.
9012 2004-01-02  Dan Nicolaescu  <dann@ics.uci.edu>
9014         * MAINTAINERS: Add myself to 'Write After Approval' section.
9016 2003-12-31  Roger Sayle  <roger@eyesopen.com>
9018         * configure.in (ia64*-*-hpux*): Disable building java libraries.
9019         * configure: Regenerated.
9021 2003-12-23  Kazu Hirata  <kazu@cs.umass.edu>
9023         * MAINTAINERS: Remove the mn10200 maintainer.
9025 2003-12-21  Bernardo Innocenti  <bernie@develer.com>
9027         * configure.in (*-*-uclinux): Exclude newlib, libgloss and rda.
9028         * configure: Regenerated.
9030 2003-12-16  Jan Hubicka  <jh@suse.cz>
9032         * MAINTAINERS: Add myself as callgraph maintainer.
9034 2003-12-08  Thomas Fitzsimmons  <fitzsim@redhat.com>
9036         * configure.in (raw_libstdcxx_flags): Remove the leading space.
9037         * configure: Regenerate.
9039 2003-12-01  Giovanni Bajo  <giovannibajo@gcc.gnu.org>
9041         * MAINTAINERS: Move myself from 'Bug database only accounts' to
9042         'Write After Approval' section. Update email.
9044 2003-12-01  James Lemke  <jim@wasabisystems.com>
9046         * MAINTAINERS (Write After Approval): Add myself.
9048 2003-11-20  Matt Thomas  <matt@3am-software.com>
9050         * MAINTAINERS: Add myself as a vax port maintainer.
9052 2003-11-20  Kelley Cook  <kcook@gcc.gnu.org>
9054         * Makefile.tpl (BASE_FLAGS_TO_PASS): Pass along CONFIG_SHELL.
9055         (configure-build-[+module+], configure-[+module+]): Likewise.
9056         (configure-target-[+module+], configure-gcc, config.status): Likewise.
9057         * Makefile.in: Regenerate.
9059 2003-11-19  Andreas Tobler  <a.tobler@schweiz.ch>
9061         * libtool.m4: Sync darwin bits from libtool cvs to build a gcc with
9062         shared/dylibed libraries.
9063         * ltmain.sh: Likewise.
9064         * ltcf-c.sh: Likewise, disable shared library build for OS-X < 10.3.
9065         * ltcf-cxx.sh: Likewise.
9066         * ltcf-gcj.sh: Likewise.
9067         * ltconfig: Likewise.
9069 2003-11-17  Stan Cox  <scox@redhat.com>
9071         * MAINTAINERS: Add myself as iq2000 port maintainer.
9073 2003-11-14  Arnaud Charlet  <charlet@act-europe.fr>
9075         * Makefile.tpl (EXTRA_GCC_FLAGS): Pass BOOT_ADAFLAGS.
9076         * Makefile.in: Regenerate.
9078 2003-11-03  Ulrich Weigand  <uweigand@de.ibm.com>
9080         * config.sub: Update to 2003-11-03 version.
9082 2003-10-20  Phil Edwards  <phil@codesourcery.com>
9084         * configure.in (*-*-vxworks):  Add target-libiberty to noconfdirs.
9085         * configure:  Regenerate.
9087 2003-10-20  Nicolas Pitre  <nico@cam.org>
9089         * MAINTAINERS: Add myself to 'Write After Approval' section.
9091 2003-10-20  Arnaud Charlet  <charlet@act-europe.fr>
9093         * MAINTAINERS (Various maintainers: Ada front end): Added myself.
9095 2003-10-19  Joseph S. Myers  <jsm@polyomino.org.uk>
9097         * MAINTAINERS: Update my email address.
9099 2003-10-17  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
9101         * config-ml.in (multi-do): Pass MULTIFLAGS to subdir makes.
9103 2003-10-17  Ralph Loader  <rcl@ihug.co.nz>
9105         * MAINTAINERS: Add myself to 'Write After Approval' section.
9107 2003-10-16  Bernardo Innocenti  <bernie@develer.com>
9109         * config.guess: Update to 2003-10-16 version.
9110         * config.sub: Update to 2003-10-16 version.
9112 2003-10-15  David Daney  <ddaney@avtrex.com>
9114         * MAINTAINERS: Added myself to 'Write After Approval' section.
9116 2003-10-15  Falk Hueffner  <falk@debian.org>
9118         * MAINTAINERS: Move myself from 'Bug database only accounts' to
9119         'Write After Approval' section. Update email.
9121 2003-10-14  Roger Sayle  <roger@eyesopen.com>
9123         * MAINTAINERS: Move myself from 'Write After Approval' to
9124         'Various Maintainers' section as middle-end maintainer.
9126 2003-10-13  Nathanael Nerode  <neroden@gcc.gnu.org>
9128         * Makefile.tpl: Make GCC_FLAGS_TO_PASS a superset of
9129         HOST_FLAGS_TO_PASS.
9130         * Makefile.in: Regenerate.
9132 2003-10-11  Bernardo Innocenti  <bernie@develer.com>
9134         * config.guess: Update to 2003-10-07 version.
9135         * config.sub: Update to 2003-10-07 version.
9137 2003-10-06  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
9139         * ltcf-cxx.sh (irix5*, irix6*): Prefix -soname and its arg with ${wl}.
9140         * ltconfig (irix5*, irix6*): Don't override version_type.
9142 2003-10-05  Mohan Embar  <gnustuff@thisiscool.com>
9144         * configure.in: Allow explicit specification of CFLAGS_FOR_BUILD.
9145         * configure: Rebuilt
9146         * Makefile.tpl: Use CFLAGS_FOR_BUILD computed by configure
9147         * Makefile.in: Rebuilt
9149 2003-10-03  H.J. Lu  <hongjiu.lu@intel.com>
9151         * ltconfig (sys_lib_search_path_spec): Fix a typo for HPUX.
9153 2003-09-30  Carlo Wood  <carlo@alinoe.com>
9155         * MAINTAINERS (Write After Approval): Add myself.
9157 2003-09-29  Paul Koning  <ni1d@arrl.net>
9159         * MAINTAINERS: Move myself from "Write After Approval"
9160         to CPU platform maintainers for pdp11 platform.
9162 2003-09-23  Andreas Tobler  <a.tobler@schweiz.ch>
9164         * MAINTAINERS: Move myself from 'Write After Approval' to
9165         'Various Maintainers' section as libffi testsuite maintainer.
9167 2003-09-21  Daniel Jacobowitz  <drow@mvista.com>
9169         * configure.in: Pass a computed --program-transform-name
9170         to subconfigures.
9171         * configure: Regenerated.
9173 2003-09-20  Nathanael Nerode  <neroden@gcc.gnu.org>
9175         * Makefile.tpl: Don't pass down obsolete ENQUIRE variable.
9176         * Makefile.in: Regenerate.
9178         * Makefile.tpl: Don't pass (unused) DLLTOOL or WINDRES to gcc.
9179         * Makefile.in: Regenerate.
9181 2003-09-19  Ziemowit Laski  <zlaski@apple.com>
9183         * MAINTAINERS: Move myself from 'Write After Approval'
9184         to 'Various Maintainers' (objective-c) section.
9186 2003-09-17  Daniel Jacobowitz  <drow@mvista.com>
9188         * configure.in (TOPLEVEL_CONFIGURE_ARGUMENTS, baseargs): Fix
9189         quoting.
9190         * configure: Regenerated.
9192 2003-09-16  Joel Brobecker  <brobecker@gnat.com>
9194         * MAINTAINERS (Write After Approval): Add myself to write after
9195         approval list.
9197 2003-09-16  Dorit Naishlos  <dorit@il.ibm.com>
9199         * MAINTAINERS (Write After Approval): Add myself.
9201 2003-09-09  Ian Lance Taylor  <ian@wasabisystems.com>
9203         * MAINTAINERS: Update my e-mail address.
9205 2003-09-09  Alan Modra  <amodra@bigpond.net.au>
9207         * libtool.m4 (LD): Correct powerpc64 host match.
9209 2003-09-06  James E Wilson  <wilson@tuliptree.org>
9211         * MAINTAINTERS: Update my affiliation and email address.
9213 2003-09-06  Zdenek Dvorak  <rakdver@atrey.karlin.mff.cuni.cz>
9215         * MAINTAINERS (Write After Approval): Add myself.
9217 2003-09-04  DJ Delorie  <dj@redhat.com>
9219         * configure: Regenerate.
9221 2003-09-04  Robert Millan  <robertmh@gnu.org>
9223         * configure.in: Match GNU/KFreeBSD with new kfreebsd*-gnu triplet.
9225 2003-09-02  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
9227         * configure.in: Ensure arguments to sed are properly spaced.
9228         * configure: Regenerate.
9230 2003-08-30  Gerald Pfeifer  <gerald@pfeifer.com>
9232         * MAINTAINERS: Update my e-mail address.
9234 2003-08-28  Mohan Embar  <gnustuff@thisiscool.com>
9236         * MAINTAINERS (Write After Approval): Add myself.
9238 2003-08-27  Daniel Jacobowitz  <drow@mvista.com>
9240         * configure.in: Set RAW_CXX_FOR_TARGET if unset.
9241         * configure: Regenerated.
9243 2003-08-23  Marek Michalkiewicz  <marekm@amelek.gda.pl>
9245         * MAINTAINERS: Update my email address.
9247 2003-08-23  Phil Edwards  <pme@gcc.gnu.org>
9249         * configure.in:  Use newline instead of semicolon when assuming
9250         shell arguments in a for loop.
9251         * configure:  Regenerated.
9253 2003-08-22  Jason Eckhardt  <jle@rice.edu>
9255         * MAINTAINERS: Resurrect the i860 maintainer.
9257 2003-08-20  Geoffrey Keating  <geoffk@apple.com>
9259         PR 8180
9260         * configure.in: When testing with_libs and with_headers, treat
9261         'no' as unset.  Based on a patch by Dan Kegel <dank@kegel.com>.
9262         * configure: Regenerate.
9264         * configure.in (TOPLEVEL_CONFIGURE_ARGUMENTS): Quote properly for
9265         make, shell, etc.
9266         (baseargs): Likewise.
9267         * configure: Regenerate.
9269 2003-08-20  Bernardo Innocenti  <bernie@develer.com>
9271         * MAINTAINERS (Write After Approval): Add myself.
9273 2003-08-19  Geoffrey Keating  <geoffk@apple.com>
9275         * configure.in: Disable libgcj for darwin not on powerpc.
9276         * configure: Rebuild.
9278 2003-08-14  Alexandre Duret-Lutz  <adl@gnu.org>
9280         * config-ml.in, symlink-tree: Add license.
9282 2003-08-03  Richard Stallman  <rms@gnu.org>
9283             Eben Moglen  <moglen@columbia.edu>
9285         * README.SCO: New file.
9287 2003-08-01  Matt Kraai  <kraai@alumni.cmu.edu>
9289         * Makefile.tpl (check, check-c++): Express dependencies using
9290         dependencies rather than commands.
9291         * Makefile.in: Regenerate.
9293 2003-08-01  Andrew Cagney  <cagney@redhat.com>
9295         * configure.in (noconfigdirs): Do not add GDB when m32r-*-*.
9296         * configure: Ditto.
9298 2003-07-31  Geoffrey Keating  <geoffk@apple.com>
9300         * Makefile.tpl (libsubdir): Use gcc instead of gcc-lib.
9301         * Makefile.in: Update.
9303 2003-07-30  Andreas Tobler  <a.tobler@schweiz.ch>
9305         * configure.in: Enable libgcj for darwin.
9306         * configure: Rebuild.
9308 2003-07-29  Phil Edwards  <pme@gcc.gnu.org>
9310         * config-ml.in:  Use ac_configure_args directly instead of
9311         ml_arguments.  Only set ml_norecursion if --no[-]recursion is
9312         actually seen.
9314 2003-07-27  Nathanael Nerode  <neroden@gcc.gnu.org>
9316         * Makefile.tpl: Use 'mkinstalldirs' rather than 'mkdir' when
9317         creating target and build subdirs to build all parent dirs as needed.
9318         * Makefile.in: Rebuild.
9319         * configure.in: Don't build dirs explicitly here.
9320         * configure: Rebuild.
9322 2003-07-26  Paul Brook  <paul@nowt.org>
9324         * MAINTAINERS (fortran 95): Add myself, Steven Bosscher and Toon Moene.
9326 2003-07-22  Alexandre Oliva  <aoliva@redhat.com>
9328         * Makefile.tpl (all-make): Depend on intl.
9329         * Makefile.in: Rebuilt.
9331 2003-07-20  Phil Edwards  <pme@gcc.gnu.org>
9333         * install-sh:  Update to newer upstream versions (associated with
9334         aclocal 1.7).
9335         * mkinstalldirs:  Likewise.
9336         * missing:  Likewise, plus $1Help2man -> $1 typo fix.
9338 2003-07-16  Andrew Pinski  <pinskia@gcc.gnu.org>
9340         * MAINTAINERS: Move self from Bug database only accounts
9341         to write-after-approval.
9343 2003-07-16  Nathanael Nerode  <neroden@gcc.gnu.org>
9345         * config.if: Remove unused libc_interface determination.
9347 2003-07-14  Nathanael Nerode  <neroden@gcc.gnu.org>
9349         * MAINTAINERS: Move self from write-after-approval to
9350         build machinery (*.in).
9352 2003-07-13  Nathanael Nerode  <neroden@gcc.gnu.org>
9354         PR bootstrap/11273
9355         PR bootstrap/11408
9356         * Makefile.tpl: Set INSTALL and friends using autoconf.  Remove
9357         unused INSTALL_PROGRAM_ARGS.
9358         * configure.in: Use AC_PROG_INSTALL.
9359         * Makefile.in: Regenerate.
9360         * configure: Regenerate.
9362 2003-07-13  Kazu Hirata  <kazu@cs.umass.edu>
9364         * MAINTAINERS: Alphabetize.
9366 2003-07-10  Alexandre Oliva  <aoliva@redhat.com>
9368         * configure: Rebuilt.
9369         2001-09-26  Alexandre Oliva  <aoliva@redhat.com>
9370         * configure.in (noconfigdirs) [am33_2.0-*-linux*]: Don't build
9371         newlib nor libgloss.
9372         Wed May  9 10:07:19 2001  Alexandre Oliva  <aoliva@redhat.com>
9373         * configure.in (am33_2.0-*-linux*): Added.
9375 2003-07-09  Bob Wilson  <bob.wilson@acm.org>
9377         * configure.in: Add ${libgcj} to noconfigdirs for xtensa-*-* targets.
9378         * configure: Regenerate.
9380 2003-07-07  Zack Weinberg  <zack@codesourcery.com>
9382         * Makefile.tpl (configure-gcc): Depend on maybe-configure-intl.
9383         * Makefile.in: Regenerate.
9385 2003-07-04  Zack Weinberg  <zack@codesourcery.com>
9387         * Makefile.tpl (all-bootstrap): Depend on maybe-all-intl.
9388         * Makefile.in: Regenerate.
9390 2003-07-04  H.J. Lu  <hongjiu.lu@intel.com>
9392         * Makefile.tpl: Replace PWD with PWD_COMMAND.
9393         * Makefile.in: Regenerated.
9395         * config-ml.in: Replace PWD with PWD_COMMAND.
9397 2003-07-04  Zack Weinberg  <zack@codesourcery.com>
9399         * intl: New directory; see intl/ChangeLog for details.
9400         * ABOUT-NLS, config.rpath: Import from gettext 0.12.1.
9401         * Makefile.tpl: all-gcc depends on maybe-all-intl.
9402         * Makefile.in: Regenerate.
9404 2003-06-27  Nathanael Nerode  <neroden@gcc.gnu.org>
9406         * configure.in: Clean up config-lang.in handling.  Delete
9407         useless assignment to "subdirs".
9408         * configure: Regenerate.
9410 2003-06-26  Nathanael Nerode  <neroden@gcc.gnu.org>
9412         * configure.in: Rename 'target_libs' to 'target_libraries'.
9413         Remove useless reference to 'target_libs'.
9414         * configure: Regenerate.
9416 2003-06-23  Keith Seitz  <kseitz@sources.redhat.com>
9418         * Makefile.tpl: Add maybe-configure-itcl to configure-gdb.
9419         * Makefile.in: Regenerate.
9421 2003-06-23  Nathanael Nerode  <neroden@gcc.gnu.org>
9423         * Makefile.def: Introduce flags_to_pass.
9424         * Makefile.tpl: Generate BASE_FLAGS_TO_PASS using it.
9425         * Makefile.in: Regenerate.
9427 2003-06-23  Hans-Peter Nilsson  <hp@bitrange.com>
9429         * configure.in (noconfigdirs) <cris-*-*>: Disable target-newlib
9430         and target-libgloss.
9431         <d30v-*-*, fr30-*-*, i960-*-*, m32r-*-*>: Disable gdb.
9432         <h8300*-*-*>: Disable libf2c and ${libgcj}.
9433         * configure: Regenerate.
9435 2003-06-17  Benjamin Kosnik  <bkoz@redhat.com>
9437         * configure.in: Update testsuite_flags to new location.
9438         * configure. Regenerate.
9440 2003-06-18  Nathanael Nerode  <neroden@gcc.gnu.org>
9442         * Makefile.tpl: Remove BUILD_CC stuff.
9443         * Makefile.in: Regenerate.
9445 2003-06-17  Kazu Hirata  <kazu@cs.umass.edu>
9447         * MAINTAINERS (Write After Approval): Remove Andrew Haley.
9449 2003-06-16  Graeme Peterson  <gp@qnx.com>
9451         * MAINTAINERS (Write After Approval): Add myself.
9453 2003-06-14  H.J. Lu  <hongjiu.lu@intel.com>
9455         * config.guess: Update to 2003-06-12 version.
9456         * config.sub: Update to 2003-06-13 version.
9458 2003-06-12  H.J. Lu  <hongjiu.lu@intel.com>
9460         * config.guess: Update to 2003-06-06 version.
9461         * config.sub: Update to 2003-06-06 version.
9463 2003-06-11  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
9465         * configure.in: Don't pass --with-stabs for mips*-sgi-irix6*o32.
9466         * configure. Regenerate.
9468 2003-06-10  Nathanael Nerode  <neroden@gcc.gnu.org>
9470         * configure.in: Disable serial configure by default.
9471         * configure: Regenerate.
9472         * Makefile.tpl: Abolish .NOTPARALLEL.
9473         * Makefile.in: Regenerate.
9475         * Makefile.tpl: Replace {build,host,target}_canonical by
9476         {build,host,target}.
9477         * Makefile.in: Regenerate.
9479         * Makefile.tpl: Fix stupid pasto.
9480         * Makefile.in: Regenerate.
9482 2003-06-09  Nathanael Nerode  <neroden@gcc.gnu.org>
9484         * Makefile.tpl: Remove bogus conditional.
9485         * Makefile.in: Regenerate.
9487 2003-06-05  Jan Hubicka  <jh@suse.cz>
9489         * Makefile.tpl (profiledbootstrap): New target.
9490         * Makefile.in (profiledbootstrap): New target.
9492 2003-06-05  Wolfgang Bangerth  <bangerth@dealii.org>
9494         * MAINTAINERS (Bugzilla only): Add Dara Hazeghi and Andrew
9495         Pinski. Remove user names from other bugzilla-only maintainers.
9497 2003-06-03  Nathanael Nerode  <neroden@gcc.gnu.org>
9499         * Makefile.tpl: Make 'recursive targets' using autogen rather
9500         than shell loop.  Remove duplicate 'clean' targets and false
9501         comments.
9502         * Makefile.def: Add systematic dependencies to 'recursive' targets.
9503         Add systematic method of specifying missing targets in subdirs.
9504         Add copyright boilerplate.
9505         * Makefile.in: Regenerate.
9506         * configure.in: Add 'recursive targets' to maybe list.
9507         * configure: Regenerate.
9509         * MAINTAINERS: "GNATS only" -> "Bug database only".
9511         * Makefile.tpl: Rename [+target+] to [+make_target+].
9512         * Makefile.def: Rename 'target' to 'make_target'.
9514 2003-05-31  Neil Booth  <neil@daikokuya.co.uk>
9516         * MAINTAINERS: Add self as options handling maintainer.
9518 2003-05-28  Michael Meissner  <gnu@the-meissners.org>
9520         * MAINTAINERS: Remove myself as m32r/v850 maintainer, since it has
9521         been too long since I touched those ports.
9523 2003-05-28  DJ Delorie  <dj@redhat.com>
9525         * Makefile.tpl: Make maybe-check-gcc .PHONY.
9526         * Makefile.in: Regenerate.
9528 2003-05-21  Maciej W. Rozycki  <macro@ds2.pg.gda.pl>
9530         * configure.in: Use curly braces in the definition of tooldir.
9531         * configure: Regenerate.
9533 2003-05-21  DJ Delorie  <dj@redhat.com>
9535         * Makefile.tpl (configure-target-libiberty): Depend only on gcc, not
9536         newlib or libgloss.
9537         * Makefile.in: Regenerate.
9539 2003-05-21  DJ Delorie  <dj@redhat.com>
9541         * Makefile.tpl: Add missing empty maybe-check-gcc target.
9542         * Makefile.in: Regenerate.
9544 2003-05-20  Ian Lance Taylor  <ian@airs.com>
9546         * MAINTAINERS: Update my e-mail address.
9548 2003-05-19  Nathanael Nerode  <neroden@gcc.gnu.org>
9550         * configure.in: Switch more things to use maybe dependencies.
9551         * Makefile.tpl: Switch more things to use maybe dependencies.
9552         Factor out common code from autogen IF statements.
9553         * configure: Regenerate.
9554         * Makefile.in: Regenerate.
9556 2003-05-14  Kelley Cook  <kelleycook@wideopenwest.com>
9558         * configure.in: Accept i[3456789]86 for machine type.
9559         * configure: Regenerate.
9561 2003-05-18  Nathanael Nerode  <neroden@gcc.gnu.org>
9563         * configure.in: Switch more things to use maybe dependencies.
9564         Rearrange a little.  Use GCC_TOPLEV_SUBDIRS.
9565         * configure: Regenerate.
9566         * Makefile.tpl: Switch more things to use maybe dependencies.
9567         * Makefile.in: Regenerate.
9569 2003-05-16  Andreas Schwab  <schwab@suse.de>
9571         * Makefile.tpl (install-opcodes): Define.
9572         * Makefile.in: Rebuild.
9574 2003-05-13  Andreas Jaeger  <aj@suse.de>
9576         * config.guess: Update to 2003-05-09 version.
9577         * config.sub: Update to 2003-05-09 version.
9579 2003-05-13  Michael Eager  <eager@mvista.com>
9581         * configure.in: Correct sed script so that options in quotes are not
9582         deleted.
9583         * configure: Rebuild.
9585 2003-05-12  Corinna Vinschen  <corinna@vinschen.de>
9587         * configure.in (FLAGS_FOR_TARGET): Remove $$s/newlib/libc/sys/cygwin
9588         and $$s/newlib/libc/sys/cygwin32 include paths.
9589         * configure: Ditto.
9591 2003-05-12  Michael Meissner  <gnu@the-meissners.org>
9593         * MAINTAINERS: Update my email addresses.
9595 2003-05-06  Eric Botcazou  <ebotcazou@libertysurf.fr>
9597         * config-ml.in: Propagate INSTALL variables.
9599 2003-05-04  Gerald Pfeifer  <pfeifer@dbai.tuwien.ac.at>
9601         * MAINTAINERS: Remove duplicate entries in Write After Approval.
9603 2003-05-02  Chris Demetriou  <cgd@broadcom.com>
9605         * Makefile.tpl: Require "makeinfo" from texinfo 4.2 or later.
9606         * Makefile.in: Regenerate.
9608 2003-05-02  Wolfgang Bangerth  <bangerth@dealii.org>
9610         * MAINTAINERS (GNATS only): Add Falk Hueffner.
9612 2003-04-30  Wolfgang Bangerth  <bangerth@dealii.org>
9614         * MAINTAINERS (GNATS only): Add Giovanni Bajo.
9616 2003-04-27  Daniel Jacobowitz  <drow@mvista.com>
9618         * Makefile.tpl: Clean $(BUILD_SUBDIR).
9619         * Makefile.in: Regenerated.
9621 2003-04-25  Wolfgang Bangerth  <bangerth@dealii.org>
9623         * MAINTAINERS (Write After Approval): Upgrade myself from
9624         GNATS only to write-after-approval. Update my mail address.
9626 2003-04-25  Loren J. Rittle  <ljrittle@acm.org>
9628         (OS Port Maintainers: freebsd): Add myself.
9630 2003-04-22  Mark Mitchell  <mark@codesourcery.com>
9632         * MAINTAINERS (java): Remove Alexandre Petit-Bianco.
9634 2003-04-22  Kean Johnston  <jkj@sco.com>
9636         * MAINTAINERS (SCO ports): Added myself.
9638 2003-04-21  Nathan Sidwell  <nathan@codesourcery.com>
9640         * MAINTAINERS (gcov): Add myself and Jan Hubicka.
9642 2003-04-19  Kean Johnston  <jkj@sco.com>
9644         * MAINTAINERS (Write After Approval): Add myself.
9646 2003-04-18  Gerald Pfeifer  <pfeifer@dbai.tuwien.ac.at>
9648         * Makefile.tpl (MAKEINFOFLAGS): Default to --split-size=5000000.
9649         * Makefile.in: Regenerate.
9651 2003-04-18  Jakub Jelinek  <jakub@redhat.com>
9653         * configure.in (powerpc64*-*-linux*): Remove.
9654         * configure: Rebuilt.
9656 2003-04-17  Phil Edwards  <pme@gcc.gnu.org>
9658         * Makefile.tpl (GCC_STRAP_TARGETS):  New variable containing all the
9659         previous bootstrap targets, plus bubblestrap, quickstrap, cleanstrap,
9660         and restrap.
9661         * Makefile.in:  Regenerate.
9663 2003-04-16  Richard Earnshaw  <rearnsha@arm.com>
9665         * configure.in (arm-*-netbsdelf*): Enable building java libraries.
9666         * configure: Regenerated.
9668 2003-04-15  DJ Delorie  <dj@redhat.com>
9670         * MAINTAINERS: Remove myself as windows/cygwin/mingw maintainer.
9672 2003-04-13  Nick Clifton  <nickc@redhat.com>
9674         * config-ml.in: Remove support for --disable-aix removing
9675         call-aix multilibs.
9677 2003-04-10  Alexandre Oliva  <aoliva@redhat.com>
9679         * libtool.m4 (lt_cv_deplibs_check_method): Use pass_all on mips*.
9680         * */configure: Rebuilt.
9682 2003-04-08  Joel Sherrill  <joel@oarcorp.com>
9684         * MAINTAINERS: Add my email address.
9686 2003-03-17  Olivier Hainque  <hainque@act-europe.fr>
9688         * MAINTAINERS (Write After Approval): Add myself.
9690 2003-03-14  Nathanael Nerode  <neroden@gcc.gnu.org>
9692         * Makefile.tpl: Move .NOEXPORT, MAKEOVERRIDES back down.
9693         * Makefile.in: Regenerate.
9695 2003-03-14  Michael Chastain  <mec@shout.net>
9697         * Makefile.in: Regenerate with correct Makefile.def.
9699 2003-03-12  Nathanael Nerode  <neroden@gcc.gnu.org>
9701         * Makefile.tpl: Move .NOEXPORT, MAKEOVERRIDES up.  Delete unused
9702         Make macro.
9703         * Makefile.in: Regenerate.
9704         * configure.in: Clean up gxx_include_dir logic.
9705         * configure: Regenerate.
9707 2003-03-12  Ansgar Esztermann  <ansgar@thphy.uni-duesseldorf.de>
9709         * MAINTAINERS (Write After Approval): Add myself.
9711 2003-03-10  Ben Elliston  <bje@wasabisystems.com>
9713         * MAINTAINERS: Update my mail address.
9715 2003-03-09  Franz Sirl  <Franz.Sirl-kernel@lauterbach.com>
9717         * configure.in (gxx_include_dir): Fix typo.
9718         * configure: Regenerated.
9720 2003-03-04  Nathanael Nerode  <neroden@gcc.gnu.org>
9722         * Makefile.tpl: Reindent.
9723         * Makefile.in: Regenerate.
9724         * configure.in: Reindent.  Don't set unused variables.
9725         * configure: Regenerate.
9727 2003-03-04  Daniel Jacobowitz  <drow@mvista.com>
9729         * configure.in: Include $(build_tooldir)/sys-include in
9730         FLAGS_FOR_TARGET.
9731         * configure: Regenerated.
9733 2003-03-04  Nathanael Nerode  <neroden@gcc.gnu.org>
9735         * Makefile.tpl: Always pass down RANLIB.
9736         * Makefile.in: Regenerate.
9738         * Makefile.tpl: Don't set unused enable_shared, enable_threads macros.
9739         * Makefile.in: Regenerate.
9740         * configure.in: Remove unused logic relating to --enable-shared
9741         and --enable-threads.  Remove bogus comments.  Remove redundant
9742         noconfigdirs.
9743         * configure: Regenerate.
9745         * configure.in: Replace ${libstdcxx_version} by its value.
9746         Remove reference to mh-dgux.
9747         * configure: Regenerate.
9749 2003-03-03  Kevin Buettner  <kevinb@redhat.com>
9751         * MAINTAINERS (Write After Approval): Add myself.
9753 2003-02-28  Nathanael Nerode  <neroden@gcc.gnu.org>
9755         * Makefile.tpl: Rearrange.
9756         * Makefile.in: Regenerate.
9758 2003-02-25  Uwe Stieber  <uwe@wwws.de>
9760         * configure.in: Add support for kaOS as cross build target system.
9761         * configure: Regenerated.
9763 2003-02-24  Steven Bosscher  <steven@gcc.gnu.org>
9765         * MAINTAINERS (Write after approval): Add myself.
9767 2003-02-21  James E Wilson  <wilson@tuliptree.org>
9769         * MAINTAINERS: Update my email address.
9771 2003-02-21  Zack Weinberg  <zack@codesourcery.com>
9773         * MAINTAINERS: Add self to blanket write privs. section.
9775 2003-02-20  Sean McNeil  <sean@blue.mcneil.com>
9777         * Makefile.tpl: Add definition of CPPFLAGS to pass into
9778         configure-target-* as some target builds may require additional
9779         flags for preprocessor tests.
9780         * Makefile.in: Regenerated.
9782 2003-02-19  Alexandre Oliva  <aoliva@redhat.com>
9784         * libtool.m4 (LD): Append -melf* option to LD on IRIX with GNU ld.
9785         * ltconfig: Handle it.
9786         * ltcf-cxx.sh: Use with_gnu_ld passed as a shell variable instead of
9787         auto-detecting it.
9789         * ltcf-cxx.sh: Replace $linker_flags with $compiler_flags wherever
9790         it is used as argument to $CC.
9791         * ltcf-gcj.sh: Likewise.
9793         * configure.in: Introduce --enable-maintainer-mode.
9794         * configure: Rebuilt.
9795         * Makefile.tpl (Makefile.in, configure): Enable dependencies only
9796         for maintainer mode.
9797         * Makefile.in: Rebuilt.
9799 2003-02-18  Jason Merrill  <jason@redhat.com>
9801         * Makefile.tpl (check-c++): Allow parallelism.
9803 2003-02-16  Gerald Pfeifer  <pfeifer@dbai.tuwien.ac.at>
9805         * MAINTAINERS: Remove John Carr (who never actually had access to
9806         gcc.gnu.org).
9808 2003-02-15  Geoffrey Keating  <geoffk@apple.com>
9810         * configure.in (*-*-darwin*): Rename from powerpc*-*-darwin*,
9811         don't configure target-libobjc.
9812         * configure: Regenerate.
9814 2003-02-14  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
9816         * Makefile.tpl (RANLIB): Define.
9817         * Makefile.in: Regenerate.
9819 2003-02-08  Laurynas Biveinis  <laurynas.biveinis@mif.vu.lt>
9821         * MAINTAINERS: Update my email.
9823 2003-02-06  Keith R Seitz  <keiths@redhat.com>
9825         * Makefile.def: Remove "snavigator", "grep", and "db" modules.
9826         * Makefile.tpl: Remove "all-snavigator" and "all-grep".
9827         * Makefile.in: Regenerated.
9828         * configure.in: Remove all traces of snavigator, db, and grep.
9829         * configure: Regenerated.
9831 2003-02-06  Gerald Pfeifer  <pfeifer@dbai.tuwien.ac.at>
9833         * MAINTAINERS: Remove duplicate entry for Bernd Schmidt from Write
9834         After Approval.
9836 2003-02-02  Christian Cornelssen  <ccorn@cs.tu-berlin.de>
9838         * MAINTAINERS (Write after approval): Add myself.
9840 2003-01-31  Frank Ch. Eigler  <fche@redhat.com>
9842         * Makefile.tpl (all-sid): Add libiberty/bfd/opcodes dependencies.
9843         * Makefile.in: Regenerated.
9845 2003-01-30  Roger Sayle  <roger@eyesopen.com>
9847         * config.guess: Updated to 2003-01-30's version.
9848         * config.sub: Updated to 2003-01-28's version.
9850 2003-01-30  Alexandre Oliva  <aoliva@redhat.com>
9852         * config.if: If gcc_version is already set, just use it.  Don't set
9853         gcc_version_trigger if it's already set, otherwise set it to
9854         gcc/version.c, but only if the file exists.  If it is not set and
9855         gcc/version.c does not exist, try to extract the version number from
9856         $CC.
9858 2003-01-29  Andreas Tobler  <a.tobler@schweiz.ch>
9860         * MAINTAINERS: Add myself to write-after-approval list.
9862 2003-01-27  Phil Edwards  <pme@gcc.gnu.org>
9864         * configure.in:  Revert 24Jan change.
9865         * configure:  Regenerate.
9867 2003-01-25  Gerald Pfeifer  <pfeifer@dbai.tuwien.ac.at>
9869         * MAINTAINERS: Remove incorrect entry for Paul Eggert.  Fix
9870         entry of HJ Lu.
9872 2003-01-23  Nathanael Nerode  <neroden@gcc.gnu.org>
9874         * configure.in: Revert previous change.
9875         * configure: Regenerate.
9877 2003-01-23  Nathanael Nerode  <neroden@gcc.gnu.org>
9879         * configure.in: Make rda native-only.
9880         * configure: Regenerate.
9882 2003-01-22  Volker Reichelt  <reichelt@igpm.rwth-aachen.de>
9884         * MAINTAINERS: Move myself from GNATS-only-accounts to
9885         write-after-approval.
9887 2003-01-19  Nathanael Nerode  <neroden@gcc.gnu.org>
9889         * configure.in: Add missing \.
9890         * configure: Rebuilt.
9892 2003-01-17  Jakub Jelinek  <jakub@redhat.com>
9894         * configure.in (baseargs): Avoid using \| in sed regular
9895         expressions.
9896         * configure: Rebuilt.
9898 2003-01-16  Jakub Jelinek  <jakub@redhat.com>
9900         * configure.in (baseargs): Remove all supported forms of
9901         --cache-file, --srcdir, --host, --build and --target options
9902         from argument lists.
9903         * configure: Rebuilt.
9905 2003-01-15  Josef Zlomek  <zlomekj@suse.cz>
9907         * MAINTAINERS: Add myself to write-after-approval list.
9909 2003-01-15  Alexandre Oliva  <aoliva@redhat.com>
9911         * configure.in (noconfigdirs): Don't skip gas on IRIX 6.
9912         * configure: Rebuilt.
9914 2003-01-09  Nathanael Nerode  <neroden@gcc.gnu.org>
9916         * configure.in: Substitute TOPLEVEL_CONFIGURE_ARGUMENTS.
9917         * Makefile.tpl: Pass TOPLEVEL_CONFIGURE_ARGUMENTS to gcc.
9918         * Makefile.in: Regenerate.
9919         * configure: Regenerate.
9921 2003-01-09  Alexandre Oliva  <aoliva@redhat.com>
9923         * configure.in: Remove Makefile in build, host and target modules
9924         unless configure was run with --no-recursion.
9925         * configure: Rebuilt.
9927 2003-01-09  Christian Cornelssen  <ccorn@cs.tu-berlin.de>
9929         * Makefile.tpl (BASE_FLAGS_TO_PASS): Also pass DESTDIR.
9930         (install-info, dir.info): Prepend $(DESTDIR) to $(infodir).
9931         * Makefile.in: Regenerate.
9933 2003-01-08  Chris Demetriou  <cgd@broadcom.com>
9935         * config.guess: Update to 2003-01-03 version.
9936         * config.sub: Update to 2003-01-03 version.
9938 2003-01-07  Christopher Faylor  <cgf@redhat.com>
9940         * configure: Regenerate with proper autoconf 2.13.
9942 2003-01-07  Christopher Faylor  <cgf@redhat.com>
9944         * configure.in: Add AC_PREREQ for consistency.
9945         * configure: Regenerate.
9947 2003-01-06  Andrew Cagney  <ac131313@redhat.com>
9949         * configure.in (GDB_TK): Add tcl directories conditional on
9950         gdb/gdbtk directory being present.
9951         * configure: Regenerate.
9953 2003-01-04  John David Anglin  <dave.anglin@nrc.ca>
9955         * configure.in (LD): Improve test for gcc.  Try to set LD to the ld
9956         used by gcc if LD is not defined and we are not doing a Canadian Cross.
9957         * configure: Rebuilt.
9959 2002-12-31  Tom Tromey  <tromey@redhat.com>
9961         * Makefile.in: Rebuilt.
9962         * Makefile.def (target_modules) [libffi]: Allow installation.
9964 2002-12-31  Andreas Schwab  <schwab@suse.de>
9966         * configure.in: Fix use of $program_transform_name.
9967         * configure: Regenerated.
9969 2002-12-30  Daniel Jacobowitz  <drow@mvista.com>
9971         * configure.in (baseargs): Don't remove first configure argument.
9972         * configure: Regenerated.
9974 2002-12-29  Alexandre Oliva  <aoliva@redhat.com>
9976         * Makefile.tpl (local-distclean): Don't remove...
9977         (multilib.ts): ... this.  Moved into...
9978         (multilib.out): ... this.  Don't use sub-make.
9979         ($(BUILD_SUBDIR)/[+module+]/Makefile, [+module+]/Makefile,
9980         $(TARGET_SUBDIR)/[+module+]/Makefile, gcc/Makefile): Moved into...
9981         (configure-build-[+module+], configure-[+module+],
9982         configure-target-[+module+], configure-gcc): ... these.  Test
9983         for Makefile existence.  Drop config.status from dependencies.
9984         * Makefile.in: Rebuilt.
9985         * configure.in: Move gcc-version-trigger to the end of
9986         ac_configure_args.  Add comments to maybedep.tmp and
9987         serdep.tmp.  Introduce --disable-serial-configure.  Remove
9988         nonopt from baseargs, matching and removing corresponding
9989         whitespace while at it.
9990         * configure: Rebuilt.
9992 2002-12-28  Alexandre Oliva  <aoliva@redhat.com>
9994         * configure.in (host_configargs): Replace reference to
9995         no-longer-defined buildopts with --build=${build_alias}.
9996         * configure: Rebuilt.
9998         * Makefile.tpl ($(NOTPARALLEL)): Move to the end.  Bring uses of
9999         program_transform_name to standard idiom.
10000         (AUTOGEN, AUTOCONF): Define.
10001         (Makefile.in): Use $(AUTOGEN).
10002         (Makefile): Depend on config.status, and use autoconf-style rule to
10003         build it.  Move original commands to...
10004         (config.status): ... this new target.
10005         (configure): Add $(srcdir).  Depend on config/acx.m4.  Use
10006         $(AUTOCONF).
10007         * Makefile.in: Rebuilt.
10009 2002-12-28  Nathanael Nerode  <neroden@gcc.gnu.org>
10011         * Makefile.tpl: Fix dramatic bustage due to change in
10012         program_transform_name.
10013         * Makefile.in: Regenerate.
10015         * configure.in: Remove unnecessary PATH setting.
10016         * configure: Regnerate.
10018         * configure.in: Don't default to unprefixed tools unless
10019         the native tools will work.
10020         * configure: Regenerate.
10022         * configure.in: Convert to autoconf script.  Blow away lots
10023         of now-redundant Makefile fragments.
10024         * configure: Generate using Autoconf.
10025         * Makefile.tpl: Rewrite to reflect autoconfiscation.
10026         * Makefile.in: Regenerate.
10028 2002-12-27  Nathanael Nerode  <neroden@gcc.gnu.org>
10030         * configure: Fix stupid bug where RANLIB was mistakenly included.
10032         * configure.in: Rename (buildargs, hostargs, targargs) to
10033         (build_configargs, host_configargs, target_configargs).
10035         * configure.in: Move logic out of sed statement.
10037         * configure: Remove unneeded 'export's.  Make CC_FOR_TARGET,
10038         CXX_FOR_TARGET, GCJ_FOR_TARGET substituted in configure.in only.
10040 2002-12-25  Svein E. Seldal  <Svein.Seldal@solidas.com>
10042         * config.sub: Import from master repository
10043         * config.guess: Ditto
10045 2002-12-24  Andreas Schwab  <schwab@suse.de>
10047         * Makefile.tpl (multilib.out): Fix missing space.
10048         * Makefile.in: Regenerate.
10050 2002-12-23  Nathanael Nerode  <neroden@gcc.gnu.org>
10052         * Makefile.tpl: Use shared multilib.out.  Use move-if-change for it.
10053         Convert (cd foo; make) to (cd foo && make).  Clean up multilib.out.
10054         * Makefile.in: Regenerate.
10055         * configure.in: Remove unnecessary leftovers.
10057 2002-12-21  Geoffrey Keating  <geoffk@apple.com>
10059         * configure.in (extra_ranlibflags_for_target): New variable.
10060         (*-*-darwin): Add -c to ranlib commands.
10061         * configure (tooldir): Handle extra_ranlibflags_for_target.
10063 2002-12-19  Nathanael Nerode  <neroden@gcc.gnu.org>
10065         * Makefile.tpl: Revert HJL's change.
10066         * Makefile.in: Regenerated.
10067         * configure.in: Put build_prefix before $(BUILD_SUBDIR) here, and
10068         always.
10070 2002-12-19  Andreas Schwab  <schwab@suse.de>
10072         * Makefile.tpl, configure.in: Substitute libstdcxx_incdir.
10073         * Makefile.in: Regenerate.
10075 2002-12-18  H.J. Lu  <hjl@gnu.org>
10077         * Makefile.tpl: Add @build_prefix@ before $(BUILD_SUBDIR).
10078         * Makefile.in: Regenerated.
10080         * configure.in (build_prefix): New. Substitute.
10082 2002-12-18  Nathanael Nerode  <neroden@gcc.gnu.org>
10084         * Makefile.tpl: Don't let real targets depend on phony targets.
10085         * Makefile.in: Regenerate.
10087         * Makefile.tpl (do-info): Depend on maybe-all-texinfo, not all-texinfo.
10088         * Makefile.in: Regenerate.
10090 2002-12-17  Svein E. Seldal  <Svein.Seldal@solidas.com>
10092         * config.sub: Import from master repository
10093         * config.guess: Ditto
10095 2002-12-16  Jason Merrill  <jason@redhat.com>
10097         * Makefile.tpl (all-gcc): Use 'make quickstrap' if there was a
10098         previous 'make bootstrap'.
10099         * Makefile.in: Regenerate.
10101 2002-12-17  Hans-Peter Nilsson  <hp@bitrange.com>
10103         * configure.in (noconfigdirs) [mmix-*-*]: Disable libgloss and gdb.
10105 2002-12-13  Nathanael Nerode  <neroden@gcc.gnu.org>
10107         * configure.in, Makefile.tpl, Makefile.def: Remove tclX.
10108         * Makefile.in: Regenerate.
10110 2002-12-13  Jason Merrill  <jason@redhat.com>
10112         * Makefile.tpl (check-gcc-c++): Renamed from check-c++.  Don't run
10113         library tests.
10114         (check-c++): Just depend on it and check-target-libstdc++-v3.
10115         * Makefile.in: Regenerate.
10117 2002-12-12  Alexandre Oliva  <aoliva@redhat.com>
10119         * Makefile.tpl (configure-target-rda): Depend on $(ALL_GCC_C).
10120         * Makefile.in: Rebuilt.
10122 2002-12-12  Alexandre Oliva  <aoliva@redhat.com>
10124         * Makefile.in (configure-target-rda): Depend on ALL_GCC_C.
10126 2002-12-10  Nathanael Nerode  <neroden@gcc.gnu.org>
10128         * configure: Fix bug put in by gremlins.
10130         * Makefile.tpl: Substitute more autoconfily.
10131         * configure: Substitute more autoconfily.
10132         * Makefile.in: Regenerate.
10134 2002-12-09  Svein E. Seldal  <Svein.Seldal@solidas.com>
10136         * config.sub: Import from master repository
10137         * config.guess: Ditto
10138         * MAINTAINERS: Added Svein Seldal under write after approval
10140 2002-12-08  Andrew Cagney  <ac131313@redhat.com>
10142         * Makefile.tpl (all-sim): Depend on maybe-configure-gdb.
10143         * Makefile.in (all-sim): Ditto.
10145 2002-12-06  DJ Delorie  <dj@redhat.com>
10147         * Makefile.tpl: Change configure dependencies to not have real
10148         targets depend on phony targets.
10150 2002-12-05  Nathanael Nerode  <neroden@gcc.gnu.org>
10152         * configure.in: Revert unintentional change.
10154         * Makefile.tpl: Change dependency for */multilib.out so that
10155         it works when gcc isn't in the tree.
10157         * configure.in: Substitute more.
10158         * configure: Run subconfigures from the Makefile.
10159         * Makefile.tpl: Run subconfigures from the Makefile; add a few
10160         convenience targets.  Make sure gcc isn't rebuilt after bootstrap.
10162 2002-12-05  Gerald Pfeifer  <pfeifer@dbai.tuwien.ac.at>
10164         * MAINTAINERS: Add Christian Ehrhardt under "GNATS only".
10166 2002-12-03  Nathanael Nerode  <neroden@gcc.gnu.org>
10168         * Makefile.tpl: Add targets for configuring host subdirs in Makefile,
10169         and corresponding dependencies.
10170         * Makefile.in: Regenerate.
10172         * configure.in (host_tools): Order binutils, gas and ld for
10173         convenience in running the testsuites.
10175         * Makefile.tpl: Introduce rules to serialize subconfigure runs.
10176         * Makefile.in: Regenerate.
10177         * configure.in: Introduce rules to serialize subconfigure runs.
10179         * configure.in: Introduce BASE_CC_FOR_TARGET.
10180         * Makefile.tpl: Reorganize and comment.  Introduce HOST_CONFIGARGS.
10181         Realize configure-build-* targets.  Realize configure-target-* targets.
10182         * Makefile.in: Regenerate.
10184 2002-12-02  Nathanael Nerode  <neroden@gcc.gnu.org>
10186         * configure: Move gcc_version_trigger stuff from here...
10187         * configure.in: ...to here.
10189         * configure.in: Separate subconfigure options added by this file from
10190         options given by the user.  Add machinery to put args for host
10191         subconfigures into the Makefile.
10193         * Makefile.tpl: Remove 'vault' targets.
10194         * Makefile.tpl: Reorder and comment dependencies.
10195         * Makefile.in: Regenerate.
10197 2002-12-01  Nathanael Nerode  <neroden@gcc.gnu.org>
10198         * configure.in: Fix my broken commit of previous patch. (sigh)
10200 2002-11-28  Geoffrey Keating  <geoffk@apple.com>
10202         * configure.in: Move host-specific darwin noconfigdirs into
10203         the host-specific section.
10205 2002-11-28  Geoffrey Keating  <geoffk@apple.com>
10207         * configure.in: Move host-specific darwin noconfigdirs into
10208         the host-specific section.
10210 2002-11-26  Nathanael Nerode  <neroden@gcc.gnu.org>
10212         * configure: Remove skip-this-dir support.
10213         * Makefile.tpl: Remove skip-this-dir support.
10215         * Makefile.tpl: Remove leftover support for non-autoconfiscated
10216         subdirectories.
10217         * Makefile.in: Regenerate.
10219         * Makefile.tpl: Strip out useless setting of 'dir'.
10220         * Makefile.in: Regenerate.
10222 2002-11-22  Nathanael Nerode  <neroden@gcc.gnu.org>
10224         * configure.in: Fix deeply stupid bug.
10226         * configure.in: Introduce RAW_CXX_FOR_TARGET and simplify embedded
10227         shell code in CXX_FOR_TARGET
10228         * Makefile.def: Introduce raw_cxx.
10229         * Makefile.tpl: Use raw_cxx to select between CXX_FOR_TARGET and
10230         RAW_CXX_FOR_TARGET.
10231         * Makefile.in: Regenerate.
10233 2002-11-21  Nathanael Nerode  <neroden@gcc.gnu.org>
10235         * Makefile.tpl: Remove unnecessary ifs.
10236         * Makefile.in: Regenerate.
10238         * Makefile.tpl: Implement soft dependency machinery.  Maybe-ize
10239         dependencies.  Maybe-ize build-libiberty.  Create dummy install
10240         targets for 'no_install' modules.
10241         * configure: Move GDB_TK substitution to configure.in.  Move
10242         build_modules stuff to configure.in.
10243         * configure.in: Implement soft dependency machinery.  Maybe-ize
10244         GDB_TK, rearrange slightly.  Move build_modules stuff from configure.
10245         * Makefile.in: Regenerate.
10247 2002-11-19  Nathanael Nerode  <neroden@gcc.gnu.org>
10249         * Makefile.tpl: Make all-target, install-target behave similarly
10250         to all, install (only hitting configured targets).  Eliminate
10251         unused macro defintions.
10253         * Makefile.tpl: Add all-gcc: all-build-libiberty dependency when
10254         build != host.
10256         * Makefile.tpl: Add all-gcc: all-libiberty dependency.
10258         * ltcf-c.sh, ltcf-gcj.sh, Makefile.tpl: Correct BUILD/HOST confusion.
10260         * configure.in: Produce lists of subdir targets we're actually
10261         configuring.  Remove references to "dosrel".
10262         * Makefile.tpl: Let configure set which subdir targets are hit.
10263         Remove install-cross; clean up install; remove ALL.  Remove
10264         references to "dosrel".  Remove "EXTRA_TARGET_HOST" hackery.
10265         Autogenerate host module targets.  Remove empty dependency lines
10266         and redundant dependency; rearrange slightly.
10267         * Makefile.def: Add host-side libtermcap, utils.
10269         * Makefile.in: Regenerate.
10271 2002-11-19  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
10273         * ltconfig (osf[345]): Append $major to soname_spec.
10274         Reflect this in library_names_spec.
10275         * ltmain.sh (osf): Prefix $major with . for use as extension.
10277 2002-11-19  Andreas Jaeger  <aj@suse.de>
10279         * libtool.m4 (libtool_flags): Add patch from libtool CVS: Support
10280         linking of 32-bit libraries with ld on the x86-64, ppc64, s390x
10281         and sparc64 GNU/Linux systems.
10283 2002-11-19  Nathan Sidwell  <nathan@codesourcery.com>
10285         * MAINTAINERS: Update email.
10287 2002-11-18  Gerald Pfeifer  <pfeifer@dbai.tuwien.ac.at>
10289         * MAINTAINERS: Complete James Dennett's entry.
10291 2002-11-15  Eric Botcazou  <ebotcazou@libertysurf.fr>
10293         * MAINTAINERS (Write After Approval): Add myself.
10295 2002-11-13  Bruce Korb  <bkorb@gnu.org>
10297         * Makefile.tpl: syntactic cleanup
10299 2002-11-13  Stuart Hastings  <stuart@apple.com>
10301         * MAINTAINERS: Add myself to write-after-approval list.
10303 2002-11-12  Nathanael Nerode  <neroden@gcc.gnu.org>
10305         * Makefile.def: Add list of recursive targets to autogenerate.
10306         Add build_modules.
10307         * Makefile.tpl: Autogenerate do-* targets.  Autogenerate *-target-*
10308         targets.  Autogenerate *-build-* targets.
10309         * Makefile.in: Regenerate.
10311 2002-11-12  Nathanael Nerode  <neroden@gcc.gnu.org>
10313         * configure: More autoconf-style substitutions.
10314         * Makefile.tpl: More autoconf-style substitutions.
10315         * Makefile.in: Regenerate.
10317 2002-11-11  Nathanael Nerode  <neroden@gcc.gnu.org>
10319         * configure: Substitute more variables in a more autoconf-friendly
10320         way.  Simplify slightly.
10321         * Makefile.tpl: Make more variables substitutable in an
10322         autoconf-friendly way.
10323         * Makefile.in: Regenerate.
10325 2002-11-11  Jonathan Wakely  <redi@gcc.gnu.org>
10327         * MAINTAINERS (Write After Approval): Add myself.
10329 2002-11-10  Nathanael Nerode  <neroden@gcc.gnu.org>
10331         * configure.in (v810*): Remove special setting of tools.
10333         * configure: Add support for extra required flags for ar or nm.
10334         * configure.in (aix4.3+): Use above support for target-specific
10335         issues, rather than using config/mt-aix43.
10337 2002-11-09  Nathanael Nerode  <neroden@gcc.gnu.org>
10339         * configure: Remove 'removing', which doesn't work.  Replace $subdir
10340         with . everywhere.  Replace $subdirs with ''.  Replace $makesrcdir
10341         with $srcdir.  Reformat indentation.  Substitute some variables
10342         formerly hard-coded in the Makefile for build=host.
10343         * Makefile.tpl: Autogenerate more; make more autoconf-friendly.
10344         * Makefile.def: Autogenerate more.
10345         * Makefile.in: Regenerate.
10347 2002-11-04  Adam Nemet  <anemet@lnxw.com>
10349         * MAINTAINERS (Write After Approval): Add myself.
10351 2002-11-04  Kevin Buettner  <kevinb@redhat.com>
10353         * Makefile.def (host_modules): Add rda.
10354         * Makefile.in: Regenerate.
10355         * configure.in (target_tool): Add target-rda to list.
10357 2002-10-28  Gerald Pfeifer  <pfeifer@dbai.tuwien.ac.at>
10359         * MAINTAINERS: Remove "co-maintainer" note for web pages.
10361 2002-10-25  Phil Edwards  <pme@gcc.gnu.org>
10363         * Makefile.tpl (bootstrap):  Add bubblestrap, quickstrap, cleanstrap,
10364         and restrap targets to this rule.
10365         * Makefile.in:  Regenerate.
10367 2002-10-25  Gerald Pfeifer  <pfeifer@dbai.tuwien.ac.at>
10369         * MAINTAINERS: Add Wolfgang Bangerth and Volker Reichelt under
10370         GNATS only accounts.
10372 2002-10-24  Hans-Peter Nilsson  <hp@bitrange.com>
10374         * configure.in (i[3456]86-*-linux*): Add check to disable
10375         ${libgcj} for glibc1.
10377 2002-10-24  Denis Chertykov  <denisc@overta.ru>
10379         * MAINTAINERS: Add myself as ip2k port maintainer.
10381 2002-10-07  Svein E. Seldal  <Svein.Seldal@solidas.com>
10383         * configure.in: Add tic4x target.
10385 2002-10-03  Nathanael Nerode  <neroden@gcc.gnu.org>
10387         * Makefile.tpl: Make SET_LIB_PATH substitution more autoconfy.
10388         * configure.in: Make SET_LIB_PATH substitution more autoconfy.
10389         * Makefile.in: Regenerate.
10391         * Makefile.tpl: Make RPATH_ENVVAR substitution more autoconfy.
10392         * configure.in: Make RPATH_ENVVAR substitution more autoconfy.
10393         * Makefile.in: Regenerate.
10395 2002-10-02  Janis Johnson  <janis187@us.ibm.com>
10397         * MAINTAINERS: Add myself as web pages co-maintainer.
10399 2002-10-02  Nathanael Nerode  <neroden@gcc.gnu.org>
10401         * Makefile.tpl: Eliminate reference to all-gui, all-libproc.
10402         * Makefile.in: Regenerate.
10404 2002-10-02  Zack Weinberg  <zack@codesourcery.com>
10406         * MAINTAINERS: Add myself and Nathan Sidwell
10407         <nathan@codesourcery.com> as VxWorks maintainers.
10409 2002-10-02  Nathanael Nerode  <neroden@gcc.gnu.org>
10411         * Makefile.def: Remove order dependency comments.
10412         * Makefile.tpl: Add explicit install-install dependencies.
10413         * Makefile.in: Regenerate.
10415         * Makefile.tpl: Remove material now in src-release.  (Finally!)
10416         * Makefile.in: Regenerate.
10418         * Makefile.tpl: Add configure-target (for src-release in src)
10419         * Makefile.in: Regenerate.
10421 2002-09-30  Nick Clifton  <nickc@redhat.com>
10423         * Makefile.in (BINUTILS_SUPPORT_DIRS): Add cpu directory.
10425 2002-09-30  Ulrich Weigand  <uweigand@de.ibm.com>
10427         * configure.in (s390*-*-linux*): Enable libgcj.
10429 2002-09-29  Nathanael Nerode  <neroden@gcc.gnu.org>
10431         * configure: Revert accidentally applied changes.
10433         * Makefile.tpl: Make more autoconf-friendly.
10434         * Makefile.in: Regenerate.
10435         * configure: Make substitution more autoconf-like.
10437 2002-09-28  Richard Earnshaw  <rearnsha@arm.com>
10439         * configure.in (arm-*-coff, strongarm-*-coff, xscale-*-coff): Use a
10440         single entry to handle all these.
10441         (arm-*-elf, strongarm-*-elf, xscale-*-elf): Likewise.  Also enable
10442         libjava on arm-*-elf.
10444 2002-09-27  Geoffrey Keating  <geoffk@apple.com>
10446         * configure.in (powerpc-*-darwin*): Don't configure BFD, TK, or the
10447         things that depend on them.
10449 2002-09-25  Nathanael Nerode  <neroden@gcc.gnu.org>
10451         * Makefile.tpl: Make subsituted variables more autoconfy.
10452         * Makefile.in: Regenerate.
10453         * configure: Make seds more autoconfy.
10455 2002-09-25  Nathanael Nerode  <neroden@gcc.gnu.org>
10457         * Makefile.tpl: Rewrite substituted lines to look autoconfy.
10458         * Makefile.in: Regenerate.
10459         * configure.in: Rewrite sed statements to look autoconfy.
10461         * Makefile.tpl: Autogenerate *-target-* lists, dependencies of
10462         all-target-foo on configure-target-foo.
10463         * Makefile.def: Ditto.
10464         * Makefile.in: Rebuild.
10466 2002-09-25  Andrew Haley  <aph@redhat.com>
10468         * MAINTAINERS: Add aph@redhat.com as Java maintainer.
10470 2002-09-22  Nathanael Nerode  <neroden@gcc.gnu.org>
10472         * Makefile.def: New file.
10473         * Makefile.tpl: New file.
10474         * Makefile.in: Generate from Makefile.tpl with 'autogen Makefile.def'.
10475         * contrib/gcc_update: Note that Makefile.in is a generated file.
10477         * configure.in: Minor rearrangement.  Simplify tests.
10479 2002-09-22  Jason Thorpe  <thorpej@wasabisystems.com>
10481         * configure.in (with_headers): Skip copy if value is "yes".
10482         (with_libs): Likewise.
10484 2002-09-20  Nathanael Nerode  <neroden@gcc.gnu.org>
10486         * configure.in (*-*-netbsd*): Use noconfigdirs, not skipdirs.
10487         * configure.in (sh*-*-pe*): Ditto.
10488         * configure.in (mips*-*-pe*): Ditto.
10489         * configure.in (*arm-wince-pe): Ditto.
10491         * configure.in: Rearrange.
10493 2002-09-14  Kazu Hirata  <kazu@cs.umass.edu>
10495         * MAINTAINERS: Update my email address.
10497 2002-08-30  Paul Koning  <pkoning@equallogic.com>
10499         * MAINTAINERS: (Write After Approval): Add myself.
10501 2002-08-29  Geoffrey Keating  <geoffk@redhat.com>
10503         * MAINTAINERS: Update Jason Eckhardt's address, remove i860.
10505 2002-08-24  Geoffrey Keating  <geoffk@redhat.com>
10507         * MAINTAINERS: Change my mailing address.
10509 2002-08-21  Paolo Carlini  <pcarlini@unitus.it>
10511         * MAINTAINERS (Write After Approval): Remove myself.
10512         (Various Maintainers: c++ runtime libs): Add myself.
10514 2002-08-20  Loren J. Rittle  <ljrittle@acm.org>
10516         * MAINTAINERS (Write After Approval): Remove myself.
10517         (Various Maintainers: c++ runtime libs): Add myself.
10519 2002-08-15  Eric Christopher  <echristo@redhat.com>
10521         * config.sub: Import from master repository.
10522         * config.guess: Ditto.
10524 2002-08-19  Alexandre Oliva  <aoliva@redhat.com>
10526         * Makefile.in (GCC_FOR_TARGET): Prepend STAGE_CC_WRAPPER.
10527         * configure.in (CC_FOR_TARGET, GCJ_FOR_TARGET, CXX_FOR_TARGET,
10528         CXX_FOR_TARGET_FOR_RECURSIVE_MAKE): Likewise.
10530 2002-08-16  Aldy Hernandez  <aldyh@redhat.com>
10532         * MAINTAINERS: Add self to rs6000 vector extensions.
10534 2002-08-15  Alexandre Oliva  <aoliva@redhat.com>
10536         * libiberty/configure: Reverted unintended yesterday's check in.
10538 2002-08-14  Alexandre Oliva  <aoliva@redhat.com>
10540         * boehm-gc/configure, libf2c/configure: Rebuilt.
10541         * libffi/configure, libiberty/configure: Ditto.
10542         * libjava/configure, libobjc/configure: Ditto.
10543         * libstdc++-v3/configure, zlib/configure: Ditto.
10544         Merged from binutils:
10545         2002-01-27  Daniel Jacobowitz  <drow@mvista.com>
10546         From Steve Ellcey <sje@cup.hp.com>:
10547         * libtool.m4 (HPUX_IA64_MODE): Set to 32 or 64 based on ABI.
10548         (lt_cv_deplibs_check_method, lt_cv_file_magic_cmd,
10549         lt_cv_file_magic_test_file): Set to appropriate values for HP-UX
10550         IA64.
10551         * ltcf-c.sh (archive_cmds, hardcode_*): Ditto.
10552         * ltconfig (shlibpath_*, dynamic_linker, library_names_spec,
10553         soname_spec, sys_lib_search_path_spec): Ditto.
10555 2002-08-06  Federico G. Schwindt  <fgsch@olimpo.com.br>
10557         * configure.in (hppa*-*-openbsd*): Treat like hppa*-*-*elf*.
10559 2002-08-04  H.J. Lu  (hjl@gnu.org)
10561         * configure.in (mips*-*-linux*): Don't skip target-libffi.
10563 2002-08-02  Krister Walfridsson  <cato@df.lth.se>
10565         * MAINTAINERS (Write After Approval): Add myself.
10567 2002-07-31  Alan Modra  <amodra@bigpond.net.au>
10569         * configure.in: Move generic linux case to end.  Copy generic
10570         linux noconfigdirs to mips*-*-linux* entry and new
10571         powerpc64*-*-linux* entry.  Add target-libffi for the latter.
10573 2002-07-19  Michael Matz  <matz@suse.de>
10575         * MAINTAINERS: Add myself as ra* maintainer.
10577 2002-07-16  Chris Demetriou  <cgd@broadcom.com>
10579         * config.guess: Update to 2002-07-09 version.
10580         * config.sub: Update to 2002-07-03 version.
10582 2002-07-15  Hans-Peter Nilsson  <hp@bitrange.com>
10584         * MAINTAINERS: Fix typo in a maintainer email address.
10586 2002-07-11  Nathanael Nerode  <neroden@gcc.gnu.org>
10588         * configure.in: Remove two redundant tests.
10590 2002-07-11  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
10592         * configure.in (mips*-*-irix6*o32): Enable stabs.
10594 2002-07-08  Nathanael Nerode  <neroden@gcc.gnu.org>
10596         * configure.in: Don't build grez.
10597         * Makefile.in: Ditto.
10599         * Makefile.in: Remove references to bsp, cygmon, libstub.
10600         * configure.in: Ditto.
10602         * configure.in: Remove leftover reference to gdbtest.
10604 2002-07-08  Phil Edwards  <pme@gcc.gnu.org>
10606         * configure.in (gxx_include_dir):  Change to match versioned
10607         C++ headers if --enable-version-specific-runtime-libs is used.
10609 2002-07-04  Steve Ellcey  <sje@cup.hp.com>
10611         * ltcf-cxx.sh (hpux*): Modify to support ia64-*-hpux*.
10613 2002-07-03  Nathanael Nerode  <neroden@gcc.gnu.org>
10615         * configure.in: Make --without-x work.
10617 2002-07-02  Nathanael Nerode  <neroden@gcc.gnu.org>
10619         * configure.in: Rearrange target Makefile fragment collection.
10621         * Makefile.in: Don't try to build gdbtest, tgas, ispell, inet, or
10622         cvs[src].
10623         * configure.in: Ditto.
10625 2002-07-01  Matt Kraai  <kraai@alumni.cmu.edu>
10627         * MAINTAINERS (Write After Approval): Update my e-mail address.
10629 2002-06-24  Ben Elliston  <bje@redhat.com>
10631         * configure.in (host_tools): Remove cgen.
10633         * Makefile.in (all-cgen): Remove; runs from its source directory.
10634         (check-cgen, install-cgen, clean-cgen): Likewise.
10635         (all-opcodes): Do not depend on all-cgen.
10636         (all-sim): Likewise.
10638 2002-07-01  Nathanael Nerode  <neroden@gcc.gnu.org>
10640         * Makefile.in: Eliminate 'apache' targets.
10641         * configure.in: Eliminate 'apache' targets.
10643         * configure.in: Eliminate redundant tests.  Reorganize.
10645         * Makefile.in: Eliminate last reference to LIBGCC1_TEST.
10647         * config-ml.in: Eliminate references to Cygnus configure.
10649         * Makefile.in: Eliminate references to building emacs.
10651 2002-06-28  Graham Stott  <graham.stott@btinternet.com>
10653         * MAINTAINERS: Update my email address.
10655 2002-06-26  Benjamin Kosnik  <bkoz@redhat.com>
10657         * config.if (libstdcxx_incdir): Version C++ headers.
10658         (cxx_incdir): Remove.
10660 2002-06-25  Nathanael Nerode  <neroden@gcc.gnu.org>
10662         * MAINTAINERS (Write After Approval): Add self.
10664 Thu Jun 20 00:35:14 2002  Denis Chertykov  <denisc@overta.ru>
10666         * configure.in: Add support for ip2k.
10668 2002-06-22  Nathanael Nerode  <neroden@twcny.rr.com>
10670         * configure.in: Fix AIX configury bug.
10672 2002-06-20  Steve Ellcey  <sje@cup.hp.com>
10674         * MAINTAINERS (Write After Approval): Add self.
10676 2002-06-19  Nathanael Nerode  <neroden@twcny.rr.com>
10678         * configure.in: replace ${topsrcdir} with ${srcdir}
10680         * configure.in: Move definition of libstdcxx_flags
10681         right above usage, rather than waaay earlier.
10683         * configure.in: Pull definition of is_cross_compiler earlier.
10685         * configure.in: Rearrange a little.
10687         * configure.in: Remove references to librx.
10688         * Makefile.in: Remove references to librx.
10690 Tue Jun 18 22:37:35 2002  Denis Chertykov  <denisc@overta.ru>
10692         * config.sub: Add support for avr target.
10693         Import from master sources, rev 1.255
10695 2002-06-19  Phil Edwards  <pme@gcc.gnu.org>
10697         * configure, .cvsignore:  Revert previous change...
10698         * Makefile:  ...delete.
10700 2002-06-19  Nathanael Nerode  <neroden@twcny.rr.com>
10702         * configure.in: Eliminate ${gasdir} variable.
10704 2002-06-18  Dave Brolley  <brolley@redhat.com>
10706         * configure.in: Add support for frv.
10707         * config.sub: Add support for frv.
10709 2002-06-18  Phil Edwards  <pme@gcc.gnu.org>
10711         * configure:  Remove garbage from previous commit.
10713 2002-06-18  Phil Edwards  <pme@gcc.gnu.org>
10715         * configure:  For in-source builds, make a subdir and re-exec there.
10716         * Makefile:  New file.  Pass targets through to build directory.
10717         * .cvsignore:  No longer ignore "Makefile".
10719 2002-06-16  Douglas Rupp  <rupp@gnat.com>
10721         * MAINTAINERS (Write After Approval): Add self.
10723 2002-06-11  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
10725         * Makefile.in (CFLAGS_FOR_TARGET): Add -O2.
10727 2002-06-08  Jason Thorpe  <thorpej@wasabisystems.com>
10729         * configure.in (vax-*-netbsd*): Re-enable gas.
10731 2002-05-31  Nathanael Nerode  <neroden@twcny.rr.com>
10733         * Makefile.in: Replace HOST_PREFIX, HOST_PREFIX_1 with BUILD_PREFIX,
10734         BUILD_PREFIX_1, to correct nomenclature.
10735         * configure: Likewise.
10737         * Makefile.in: Eliminate version-specific references to tcl8.1, tk8.1.
10738         * configure.in: Eliminate version-specific references to tcl8.1, tk8.1.
10740 2002-05-31  Olaf Hering  <olh@suse.de>
10742         * config-ml.in: Propogate DESTDIR also.
10744 2002-05-29  Jason Thorpe  <thorpej@wasabisystems.com>
10746         * configure.in (vax-*-netbsd*): Don't build gas for this
10747         platform.
10749 2002-05-28  Marek Michalkiewicz  <marekm@amelek.gda.pl>
10751         * configure.in (noconfigdirs): Don't compile libiberty, libstdcxx
10752         and libgcj for AVR.
10754 2002-05-23  Kaz Kojima  <kkojima@gcc.gnu.org>
10756         * MAINTAINERS (Write After Approval): Add myself.
10758 2002-05-22  Jason Thorpe  <thorpej@wasabisystems.com>
10760         * config.guess: Update to 2002-05-22 version.
10761         * config.sub: Likewise.
10763 2002-05-16  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
10765         * Makefile.in: Allow for PWDCMD to override hardcoded pwd.
10766         * config-ml.in: Likewise.
10767         * configure: Likewise.
10768         * configure.in: Likewise.
10770 2002-05-16  Stephane Carrez  <stcarrez@nerim.fr>
10772         * MAINTAINERS: Update my email address.
10774 2002-05-13  Nathanael Nerode  <neroden@twcny.rr.com>
10776         * configure.in: Simplify makefile fragment collection.
10778         * configure.in: Remove code to build emacs.
10780         * configure.in : Remove --srcdir argument from targargs and buildargs
10781         (it's always overridden in the Makefile anyway).  Rearrange a bit.
10783         * configure: Move some logic to configure.in.
10784         * configure.in: Move some logic from configure.
10786 2002-05-11  Tom Tromey  <tromey@redhat.com>
10788         * MAINTAINERS: Reflect libgcj reality.
10790 2002-05-09  Federico G. Schwindt  <fgsch@olimpo.com.br>
10792         * Makefile.in: Honour DESTDIR.
10794 2002-05-08  Mark Mitchell  <mark@codesourcery.com>
10796         * config.guess: Import 2002-03-20 version.
10797         * config.sub: Import 2002-04-26 version.
10799 2002-05-08  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
10801         * config-ml.in: Allow for PWDCMD to determine ML_POPDIR.
10803 2002-05-07  Tim Josling  <tej@melbpc.org.au>
10805         * MAINTAINERS: Add self.
10807 2002-05-06  Loren J. Rittle  <ljrittle@acm.org>
10809         * ltmain.sh: Detect and handle object name conflicts
10810         while piecewise linking a static library.
10812 2002-05-05  Alexandre Oliva  <aoliva@redhat.com>
10814         * configure.in (noconfigdirs): Don't disable libgcj on
10815         sparc64-*-solaris* and sparcv9-*-solaris*.
10817 2002-05-03  Alexandre Oliva  <aoliva@redhat.com>
10819         * configure.in: Revert 2002-04-18's patch; fixed in libjava.
10821 2002-05-03  Thomas Fitzsimmons  <fitzsim@redhat.com>
10823         * configure.in (FLAGS_FOR_TARGET): Do not add
10824         -B$$r/$(TARGET_SUBDIR)/newlib/ when compiling newlib natively
10825         on i[3456]86-*-linux*.
10827 2002-05-01  Thomas Fitzsimmons  <fitzsim@redhat.com>
10829         * configure.in (noconfigdirs): Replace [ ] with test.
10831         * configure.in (noconfigdirs): Do not add target-newlib if
10832         target == i[3456]86-*-linux*, and host == target.
10834 2002-04-29  Nathanael Nerode  <neroden@doctormoo.dyndns.org>
10836         * configure.in: delete reference to absent file
10838         * configure.in: replace '[' with 'test'
10840         * configure.in: Eliminate references to gash.
10841         * Makefile.in: Eliminate references to gash.
10843         * configure.in: remove useless references to 'pic' makefile fragments.
10845         * configure.in: (*-*-windows*) Finish removing.
10847         * configure.in: Eliminate redundant test for libgui.
10849 2002-04-29  Roger Sayle  <roger@eyesopen.com>
10851         * MAINTAINERS: Add self and realphabetize.  Update entries
10852         for Dan Berlin, Chris Demetriou and Michael Matz.  Remove
10853         entry for a29k port maintainer.
10855 2002-04-26  Joel Sherrill  <joel@OARcorp.com>
10857         * configure.in (h8300*-*-rtems*): Disable libf2c and libgcj.
10858         (sparc-*-elf*, sparc64-*-elf*): Disable libgcj.
10860 2002-04-19  Nathanael Nerode  <neroden@twcny.rr.com>
10862         * configure.in: remove references to dead files
10864 2002-04-19  Mark Mitchell  <mark@codesourcery.com>
10866         * MAINTAINERS: Add information about purpose of this file.
10868 2002-04-18  Tom Tromey  <tromey@redhat.com>
10870         * configure.in: Disallow configuring libgcj when it is already
10871         installed and we're using Solaris 2.8 linker.  Do enable libgcj on
10872         Solaris 2.8 by default.  For PR libgcj/6158.
10874 2002-04-17  Nathanael Nerode  <neroden@twcny.rr.com>
10876         * configure.in:  Move default CC setting out of config/mh-* fragments
10877         directly into here.
10879 2002-04-17  Nathanael Nerode  <neroden@twcny.rr.com>
10881         * configure.in: don't even try to configure or make a subdirectory
10882         if there's no configure script for it.
10884 2002-04-15  Mark Mitchell  <mark@codesourcery.com>
10886         * MAINTAINERS: Remove chill maintainers.
10887         * Makefile.in (CHILLFLAGS): Remove.
10888         (CHILL_LIB): Remove.
10889         (TARGET_CONFIGDIRS): Remove libchill.
10890         (CHILL_FOR_TARGET): Remove.
10891         (BASE_FLAGS_TO_PASS): Don't pass CHILLFLAGS, CHILL_FOR_TARGET, or
10892         CHILL_LIB.
10893         (CONFIGURE_TARGET_MODULES): Remove configure-target-libchill.
10894         (CHECK_TARGET_MODULES): Likewise.
10895         (INSTALL_TARGET_MODULES): Likewise.
10896         (CLEAN_TARGET_MODULES): Likewise.
10897         (configure-target-libchill): Remove.
10898         (all-target-libchill): Remove.
10899         * configure.in (target_libs): Remove target-libchill.
10900         Do not compute CHILL_FOR_TARGET.
10901         * libchill: Remove directory.
10903 2002-04-11  DJ Delorie  <dj@redhat.com>
10905         * Makefile.in, configure.in: Sync with binutils, entries
10906         follow...
10908 2002-04-07  Andrew Cagney  <ac131313@redhat.com>
10910         * Makefile.in (do-tar-bz2): Delete rule.  Replace with ...
10911         (do-tar, do-bz2): New rules.
10912         (taz): Update.  Replace do-tar-bz2 with do-tar and do-bz2.
10913         (gdb-tar): New rule.
10914         (gdb-taz): Rewrite.  Use gdb-tar and do-bz2.
10915         (insight_dejagnu.tar): New rule.
10916         (insight.tar): New rule.
10917         (gdb+dejagnu.tar): New rule.
10918         (gdb.tar): New rule.
10920 2002-02-01  Mo DeJong  <supermo@bayarea.net>
10922         * Makefile.in: Add all-tix to deps for all-snavigator
10923         so that tix is built when building snavigator.
10925 2002-01-11  Steve Ellcey  <sje@cup.hp.com>
10927         * configure.in (ia64*-*-hpux*): New target for IA64 HP-UX,
10928         ld and gdb are not supported.
10930 2002-01-07  Mark Salter  <msalter@redhat.com>
10932         * configure.in: Remove target-bsp and target-cygmon from arm builds.
10933         Allow target-libgloss to be built for arm, strongarm, and xscale.
10935 2001-12-13  Thomas Fitzsimmons  <fitzsim@redhat.com>
10937         * configure.in (FLAGS_FOR_TARGET): Remove -nostdinc and -isystem
10938         options for i[3456]86-pc-linux* native builds.
10940 2001-11-20  Nick Clifton  <nickc@cambridge.redhat.com>
10942         * Makefile.in (do-proto-toplev): Use msgfmt to generate .gmo
10943         files from .po files for a distribution.
10945 2001-09-03  Jeff Holcomb  <jeffh@redhat.com>
10947         * configure.in: Enable libstdc++-v3 for h8300 targets.
10949 2001-06-19  Alan Modra  <amodra@bigpond.net.au>
10951         * Makefile.in (VER): If AM_INIT_AUTOMAKE uses BFD_VERSION, get
10952         version from bfd/.
10954 Fri Jun  8 11:14:02 2001  Andrew Cagney  <cagney@b1.cygnus.com>
10956         * Makefile.in (VER): When present, extract the version number from
10957         the file version.in.
10959 2001-05-24  Tom Rix  <trix@redhat.com>
10961         * configure.in : enable ld for aix
10963 2001-02-09  Martin Schwidefsky  <schwidefsky@de.ibm.com>
10965         * config.guess: Add linux target for S/390.
10967 2000-11-07  Philip Blundell  <pb@futuretv.com>
10969         * Makefile.in (ETC_SUPPORT): Also add configbuild.* and configdev.*.
10971 2000-11-03  Philip Blundell  <pb@futuretv.com>
10973         * Makefile.in (ETC_SUPPORT): Add configure.texi and associated info
10974         files.
10976 2001-01-15  Ben Elliston  <bje@redhat.com>
10978         * configure.in (host_tools): Add sid.
10979         Always configure cgen.
10981 2000-11-24  Nick Clifton  <nickc@redhat.com>
10983         * configure.in (c4x, c5x, tic54x): Move after ARM targets.
10985 2000-08-20  Doug Evans  <dje@casey.transmeta.com>
10987         * Makefile.in (ALL_MODULES): Add all-cgen.
10988         (CROSS_CHECK_MODULES,INSTALL_MODULES,CLEAN_MODULES): Similarily.
10989         (all-cgen): New target.
10990         (all-opcodes,all-sim): Depend on all-cgen.
10991         * configure.in (host_tools): Add cgen.
10992         Only configure cgen if --enable-cgen-maint.
10994 2002-04-09  Loren J. Rittle  <ljrittle@acm.org>
10996         * configure.in: Add *-*-freebsd* configurations.
10998 2002-04-08  Tom Tromey  <tromey@redhat.com>
11000         * configure.in: Add FLAGS_FOR_TARGET to GCJ_FOR_TARGET.
11001         Fixes PR libgcj/6068.
11003 2002-03-30  Krister Walfridsson  <cato@df.lth.se>
11005         * configure.in (i*86-*-netbsdelf*): Don't disable libgcj.
11007 2002-03-27  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
11009         * configure.in (alpha*-dec-osf*): Enable libgcj.
11011 2003-03-27  Matthew Gingell  <gingell@gnat.com>
11013         * MAINTAINERS (Write After Approval): Add myself.
11015 2002-03-24  Nick Clifton  <nickc@cambridge.redhat.com>
11017         Fix for: PR bootstrap/3591, target/5676
11018         * configure.in (mcore-pe): Disable the configuration of
11019         libstdc++-v3 since exceptions are not supported.
11021 2002-03-20  Anthony Green  <green@redhat.com>
11023         * configure.in: Enable libgcj for xscale-elf target.
11025 Tue Mar 19 09:05:08 2002  J"orn Rennecke  <joern.rennecke@superh.com>
11027         * MAINTAINERS:  Update my email address.
11029 2002-03-16  Alexandre Oliva  <aoliva@redhat.com>
11031         * ltmain.sh (relink_command): Fix typo in previous change.
11033 2002-03-15  Alexandre Oliva  <aoliva@redhat.com>
11035         * ltmain.sh (taglist): Initialized.  Don't let `CC' tag out of it.
11036         (relink_command): Added --tag flags.
11037         (mode=install): If relinking fails; error out.
11039 2002-03-12  Richard Henderson  <rth@redhat.com>
11041         * Makefile.in (NOTPARALLEL): New.  Use it instead of explicit
11042         .NOTPARALLEL tag.
11043         (do-check): Rename from check.
11044         (check): Allow parallel check.
11046 2002-03-12  Bob Wilson  <bob.wilson@acm.org>
11048         * MAINTAINERS: Add myself as maintainer for xtensa port.
11049         Fix alphabetical order in CPU port maintainer list.
11050         Remove myself from Write After Approval list.
11052 2002-03-11  Richard Henderson  <rth@redhat.com>
11054         * Makefile.in (.NOTPARALLEL): Add fake tag.
11056 2002-03-07  H.J. Lu  (hjl@gnu.org)
11058         * configure.in: Enable gprof for mips*-*-linux*.
11060 2002-03-05  Danny Smith  <dannysmith@users.sourceforge.net>
11062         * MAINTAINERS (Write After Approval): Add myself.
11064 2002-02-28  Alexandre Oliva  <aoliva@redhat.com>
11066         * configure.in (libstdcxx_flags): Don't add libstdc++-v3 flags for
11067         libjava.
11068         (CXX_FOR_TARGET): Explain why -shared-libgcc here.
11070 2002-02-23  Alexandre Oliva  <aoliva@redhat.com>
11072         * Makefile.in (MAKEINFO): Don't assume makeinfo will be built just
11073         because its Makefile is there; test for the executable instead.
11075 2002-02-22  Alexandre Oliva  <aoliva@redhat.com>
11077         * configure.in (CXX_FOR_TARGET): Add -shared-libgcc for
11078         libstdc++-v3 and libjava.
11080 2002-02-11  Adam Megacz  <adam@xwt.org>
11082         * gcc/Makefile.in: Removed libstdc++-v3 dependancy for libjava and
11083         boehm-gc
11085 2002-02-09  Alexandre Oliva  <aoliva@redhat.com>
11087         * config.guess: Updated to 2002-01-30's version.
11088         * config.sub: Updated to 2002-02-01's version.
11089         Contribute sh64-elf.
11090         2000-12-01  Alexandre Oliva  <aoliva@redhat.com>
11091         * configure.in: Added sh64-*-*.
11093 2002-02-08  Chris Demetriou  <cgd@broadcom.com>
11095         * MAINTAINERS: Belatedly add myself to write after approval list.
11097 Thu Feb  7 12:40:58 CET 2002  Jan Hubicka  <jh@suse.cz>
11099         * MAINTAINERS: Put self in as maintainer for x86-64 port.
11100         Remove self as Write After Approval.
11102 2002-01-31  Geoffrey Keating  <geoffk@redhat.com>
11104         * MAINTAINERS: Put self in as maintainer for contrib/regression
11105         directory.
11107 2002-01-28  Phil Edwards  <pme@gcc.gnu.org>
11109         * MAINTAINERS:  Update my email address.
11111 2002-01-26  Jason Thorpe  <thorpej@wasabisystems.com>
11113         * configure.in (*-*-netbsd*): New.  Skip target-newlib,
11114         target-libiberty, and target-libgloss.  Skip Java-related
11115         libraries if not supported for NetBSD on target CPU.
11117 2002-01-25  Douglas B Rupp  <rupp@gnat.com>
11119         * install-sh: Use _inst.$$_ for temp file name.
11121 2002-01-24  Jason Thorpe  <thorpej@wasabisystems.com>
11123         * MAINTAINERS (Write After Approval): Move my contact info
11124         from here...
11125         (OS Port Maintainers): ...to here (netbsd).
11127 2002-01-22  Bob Wilson  <bob.wilson@acm.org>
11129         * MAINTAINERS (Write After Approval): Add myself.
11131 2002-01-17  H.J. Lu  <hjl@gnu.org>
11133         * Makefile.in (all-fastjar): Also depend on all-libiberty.
11134         (all-target-fastjar): Also depend on all-target-libiberty.
11136 2002-01-16  H.J. Lu  (hjl@gnu.org)
11138         * config.guess: Import from master sources, rev 1.225.
11139         * config.sub: Import from master sources, rev 1.238.
11141 2002-01-16  Kazu Hirata  <kazu@hxi.com>
11143         * MAINTAINERS (Write After Approval): Remove myself.
11145 2001-12-19  Florian Weimer  <fw@deneb.enyo.de>
11147         * MAINTAINERS (Write After Approval): Add myself.
11149 2001-12-17  Joseph S. Myers  <jsm28@cam.ac.uk>
11151         * MAINTAINERS: Add self as docs co-maintainer.
11153 2001-12-11  Matthias Klose  <doko@debian.org>
11155         * MAINTAINERS (Write After Approval): Add myself.
11157 2001-12-09  Zack Weinberg  <zack@codesourcery.com>
11159         * MAINTAINERS: Update my email address.
11161 2001-12-07  Turly O'Connor  <turly@apple.com>
11162         * MAINTAINERS (Write After Approval): Add myself.
11163         * rs6000.c (rs6000_trampoline_size): Handle ABI_DARWIN case.
11164         (rs6000_initialize_trampoline): Call __trampoline_setup for
11165         ABI_DARWIN too.
11166         * darwin-tramp.asm: New file, implements __trampoline_setup.
11167         * t-darwin (LIB2FUNCS_EXTRA): Include darwin-tramp.asm.
11169 2001-12-07  Paolo Carlini  <pcarlini@unitus.it>
11171         * MAINTAINERS (Write After Approval): Add myself.
11173 Wed Dec  5 07:33:45 2001  Douglas B. Rupp  <rupp@gnat.com>
11175         * configure, configure.in: Use temp file for long sed commands.
11177 2001-12-03  Laurent Guerby  <guerby@acm.org>
11179         * config.sub: Update to version 1.232 on subversion.
11181 2001-12-03  Ben Elliston  <bje@redhat.com>
11183         * MAINTAINERS: Update mail address for config.* patches.
11185 2001-11-27  DJ Delorie  <dj@redhat.com>
11186             Zack Weinberg  <zack@codesourcery.com>
11188         When build != host, create libiberty for the build machine.
11190         * Makefile.in (TARGET_CONFIGARGS, BUILD_CONFIGARGS): Replace
11191         CONFIG_ARGUMENTS.
11192         (ALL_BUILD_MODULES_LIST, BUILD_CONFIGDIRS, BUILD_SUBDIR):
11193         New variables.
11194         (ALL_BUILD_MODULES, CONFIGURE_BUILD_MODULES): New variables
11195         and rules.
11196         (all.normal): Depend on ALL_BUILD_MODULES.
11197         (CONFIGURE_TARGET_MODULES rule): Use TARGET_CONFIGARGS.
11198         (all-build-libiberty): Depend on configure-build-libiberty.
11200         * configure: Calculate and substitute proper value for
11201         ALL_BUILD_MODULES.
11202         * configure.in: Create the build subdirectory.
11203         Calculate and substitute TARGET_CONFIGARGS (formerly
11204         CONFIG_ARGUMENTS); also BUILD_SUBDIR and BUILD_CONFIGARGS (new).
11206 2001-11-26  Ziemowit Laski  <zlaski@apple.com>
11208         * MAINTAINERS (write-after-approval): Add self.
11210 2001-11-17  Craig Rodrigues  <rodrigc@gcc.gnu.org>
11212         * MAINTAINERS (GNATS only accounts): Remove self.
11214 2001-11-14  Hans-Peter Nilsson  <hp@bitrange.com>
11216         * configure.in (noconfigdirs) [h8300*-*-*, h8500-*-*]: Disable
11217         libf2c.
11219 2001-11-12  Craig Rodrigues  <rodrigc@gcc.gnu.org>
11221         * MAINTAINERS (Write After Approval): Add self.
11223 2001-11-12  David O'Brien  <obrien@FreeBSD.org>
11225         * MAINTAINERS: mips and s390 are also CPU ports.
11227 2001-11-12  David O'Brien  <obrien@FreeBSD.org>
11229         * MAINTAINERS: mcore, cris and mmix are also CPU ports.
11231 2001-11-11  David O'Brien  <obrien@FreeBSD.org>
11233         * MAINTAINERS: Alphabetize.
11235 2001-11-09  Kazu Hirata  <kazu@hxi.com>
11237         * MAINTAINERS (Various maintainers: h8 port): Add myself.
11239 2001-11-09  John David Anglin  <dave@hiauly1.hia.nrc.ca>
11241         * MAINTAINERS (Various maintainers: hppa port): Added myself.
11243 2001-11-08  Phil Edwards  <pedwards@disaster.jaj.com>
11245         * configure.in (--enable-languages): Be more permissive about
11246         syntax.  Check for empty lists better.  Warn about $LANGUAGES.
11248 2001-11-08  Geoffrey Keating  <geoffk@redhat.com>
11250         * config.sub: Import from master sources, rev. 1.230.
11251         * MAINTAINERS: Change 'stormy16' to 'xstormy16'.
11253 2001-11-07  Laurent Guerby  <guerby@acm.org>
11255         * MAINTAINERS (Write After Approval): Add self.
11257 2001-11-06  Hans-Peter Nilsson  <hp@bitrange.com>
11259         * Makefile.in (MAKEINFO): Use "missing" for makeinfo older than 4.0.
11261 2001-11-05  Hans-Peter Nilsson  <hp@bitrange.com>
11263         * config.sub: Import from master sources, rev 1.226.
11264         * config.guess: Import from master sources, rev 1.216.
11266 2001-11-03  Hans-Peter Nilsson  <hp@bitrange.com>
11268         * configure.in (noconfigdirs) [mmix-*-*]: Disable libgcj.
11269         * MAINTAINERS: Add self as maintainer of MMIX port.
11270         Remove old after-approval entry.
11272 2001-10-28  Joseph S. Myers  <jsm28@cam.ac.uk>
11274         * ChangeLog, configure: Fix spelling errors.
11276 2001-10-20  Brendan Kehoe  <brendan@zen.org>
11278         * MAINTAINERS: Tweak my address.
11280 Thu Oct 11 21:50:15 2001  J"orn Rennecke  <amylaar@onetel.net.uk>
11282         * MAINTAINERS: Update my email address.
11284 2001-10-11  Hans-Peter Nilsson  <hp@axis.com>
11286         * configure.in (noconfigdirs) [cris-*-*]: Disable libgcj.
11287         * MAINTAINERS: Add self as maintainer of CRIS port.
11289 2001-10-10  Geert Bosch  <bosch@gnat.com>
11291         * MAINTAINERS (Various maintainers: Ada front end):
11292         Added Robert Dewar.
11294 2001-10-03  David Billinghurst  <David.Billinghurst@riotinto.com>
11296         * MAINTAINERS (Write After Approval): Added self
11298 2001-10-02  Geert Bosch  <bosch@gnat.com>
11300         * MAINTAINERS (Various maintainers: Ada front end): Added myself.
11302 2001-10-02  Joseph S. Myers  <jsm28@cam.ac.uk>
11304         * configure: Handle temporary files securely using mkdir.
11306 2001-09-29  Alexandre Oliva  <aoliva@redhat.com>
11308         * Makefile.in (configure-target-gperf): Depend on $(ALL_GCC_CXX).
11310 2001-09-26  Will Cohen  <wcohen@redhat.com>
11312         * configure.in (*-*-linux*): Disable configuration of target-newlib
11313         and target-libgloss.
11315 2001-09-26  Alexandre Oliva  <aoliva@redhat.com>
11317         * Makefile.in (EXTRA_TARGET_FLAGS): Pass RANLIB_FOR_TARGET for
11318         RANLIB.
11320 2001-09-21  Alexandre Oliva  <aoliva@redhat.com>
11322         * Makefile.in (AS_FOR_TARGET, LD_FOR_TARGET,
11323         DLLTOOL_FOR_TARGET, WINDRES_FOR_TARGET, AR_FOR_TARGET,
11324         RANLIB_FOR_TARGET, NM_FOR_TARGET): Don't use double quotes to
11325         avoid quotes nesting problems.
11326         (NATIVE_CHECK_MODULES): Ditto, just for consistency.
11327         (DO_X): Export only variables that are set.
11329 2001-09-19  Ben Elliston  <bje@redhat.com>
11331         * configure.in (sparc-sun-solaris2*): Don't use /usr/bin/which on
11332         Solaris when testing for the /usr/ucb/cc compiler; it has incorrect
11333         semantics.  Use the shell built-in "type" command instead.
11335 2001-08-31  Alexandre Oliva  <aoliva@redhat.com>
11337         Merged from gcc-3_0-branch:
11338         2001-07-30  Jeff Sturm  <jsturm@one-pont.com>
11339         * ltcf-c.sh: Use $objext, not $ac_objext.
11340         2001-07-27  Mark Kettenis  <kettenis@gnu.org>
11341         * ltcf-cxx.sh: Add support for GNU.
11342         2001-07-22  Timothy Wall  <twall@redhat.com>
11343         * ltcf-c.sh: Don't disable shared libraries for AIX5/IA64.  Preserve
11344         default settings if using GNU tools with that configuration.
11345         * ltcf-cxx.sh: Ditto.
11346         * ltcf-gcj.sh: Ditto.
11347         2001-07-21  Michael Chastain  <chastain@redhat.com>
11348         * ltconfig: Set max_cmd_len to a maximum of 512Kb, as it seems some
11349         HPUX 11.0 systems have trouble with 1MB.  Mark as gcc-local.
11350         * ltmain.sh: Mark as gcc-local.
11352 2001-08-30  Eric Christopher  <echristo@redhat.com>
11353             Jason Eckhardt  <jle@redhat.com>
11355         * config.guess: Merge from master sources.
11356         * config.sub: Merge from master sources, add support for mipsisa32.
11358 2001-08-25  Geoffrey Keating  <geoffk@redhat.com>
11359         * config.sub: Merge from master sources, rev 1.219.
11360         * MAINTAINERS: Add self as contact for stormy16 port.
11362 2001-08-14  Zack Weinberg  <zackw@panix.com>
11364         * config.sub: Merge from master sources, rev 1.218.
11365         * config.guess: Merge from master sources, rev 1.209.
11367 2001-08-11  Graham Stott  <grahams@redhat.com>
11369         * Makefile.in (check-c++): Add missing semicolon.
11371 Mon Jul 30 19:24:13 CEST 2001  Jan Hubicka  <jh@suse.cz>
11373         * MAINTAINERS (Various maitainers: predict.def): Added myself.
11375 2001-07-30  Eric Christopher  <echristo@redhat.com>
11377         * MAINTAINERS (Various maintainers: mips port): Added myself.
11379 2001-07-25  Andrew Haley  <aph@cambridge.redhat.com>
11381         * configure.in (sh-*-linux*): New.
11383 2001-07-27  Richard Henderson  <rth@redhat.com>
11385         * .cvsignore: Add LAST_UPDATED.
11387 2001-07-23  Ulrich Weigand  <uweigand@de.ibm.com>
11389         * MAINTAINERS (Various maintainers: s390 port): Added myself.
11391 2001-07-16  Aldy Hernandez  <aldyh@redhat.com>
11393         * config.sub: Fix mips64vr5000el typo in CPU-COMPANY.
11395 Fri Jul 13 14:31:57 2001  Nicola Pero  <nicola@brainstorm.co.uk>
11397         * MAINTAINERS (Write After Approval): Added myself.
11399 2001-07-12  Stephane Carrez  <Stephane.Carrez@worldnet.fr>
11401         * configure.in (noconfigdirs): Don't compile libiberty, libstdcxx
11402         and libgcj on m68hc11/m68hc12.
11404 2001-06-27  H.J. Lu  (hjl@gnu.org)
11406         * Makefile (CFLAGS_FOR_BUILD): New.
11407         (EXTRA_GCC_FLAGS): Add CFLAGS_FOR_BUILD.
11409 2001-06-13  Joseph S. Myers  <jsm28@cam.ac.uk>
11411         * README: Remove version number.
11413 2001-06-13  Gerald Pfeifer  <pfeifer@dbai.tuwien.ac.at>
11415         * INSTALL/README: Update wrt. to the installation instructions now
11416         residing in gcc/doc/install.texi.
11418 2001-06-13  Joseph S. Myers  <jsm28@cam.ac.uk>
11420         * README: Replace with a cut-down and updated version of gcc/README.
11422 2001-06-12  David Edelsohn  <edelsohn@gnu.org>
11424         * config-ml.in (powerpc-*-* | rs6000-*-*): Allow aix64 and pthread
11425         multilibs to be disabled.
11427 2001-06-11  Daniel Berlin  <dan@cgsoftware.com>
11429         * MAINTAINERS (Write After Approval): Add myself.
11431 2001-06-09  Alexandre Oliva  <aoliva@redhat.com>
11433         * config.guess: Import CVS version 1.195.
11434         * config.sub: Import CVS version 1.212.
11436 2001-06-08  Alexandre Oliva  <aoliva@redhat.com>, Jeff Sturm  <jsturm@one-point.com>
11438         * Makefile.in (AS_FOR_TARGET, LD_FOR_TARGET, NM_FOR_TARGET): If
11439         gcc/xgcc is built, use -print-prog-name to find out the program
11440         name to use.
11442 2001-06-04  Phil Edwards  <pme@sources.redhat.com>
11444         * config.guess:  Import CVS version 1.194.  All gcc-local changes
11445         appear to also be in the master copy.
11446         * config.sub:  Import CVS version 1.211.
11448 Mon Jun  4 16:32:53 2001  Mark Mitchell  <mark@codesourcery.com>
11450         * ltcf-c.sh (archive_cmds, archive_expsym_cmds) [solaris,
11451         with_gcc]: Use `gcc -shared' to build a shared library.
11453 Mon Jun  4 16:24:43 2001  John David Anglin  <dave@hiauly1.hia.nrc.ca>
11455         * ltcf-c.sh (archive_cmd) [hpux, with_gcc]: Use gcc to link shared
11456         archives.
11458 Fri Jun  1 18:55:19 2001  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
11460         * MAINTAINERS (Write After Approval): Add myself.
11462 2001-06-01  Hans-Peter Nilsson  <hp@axis.com>
11464         * configure.in (libstdcxx_flags): Do not try to execute
11465         libstdc++-v3/testsuite_flags until it exists.
11467 2001-06-01  Alan Modra  <amodra@bigpond.net.au>
11469         * MAINTAINERS: Update my email address.
11471 2001-05-31  Graham Stott  <grahams@redhat.com>
11473         * MAINTAINERS (Write After Approval): Add myself.
11475 2001-05-28  Simon Patarin  <simon.patarin@inria.fr>
11477         * ltcf-cxx.sh (osf3/osf4/osf5): Support creation of C++  shared
11478         libraries when using g++ with native linker.
11480 2001-05-28  Alexandre Oliva  <aoliva@redhat.com>
11482         * ltconfig, ltmain.sh: Upgrade to libtool 1.4a 1.641.2.256.
11484 2001-05-22  Alexandre Oliva  <aoliva@redhat.com>
11486         * ltcf-cxx.sh (allow_undefined_flag, no_undefined_flag)
11487         [aix4*|aix5*]: Prepend blank.
11489 2001-05-20  Alexandre Oliva  <aoliva@redhat.com>
11491         * ltconfig, ltmain.sh, libtool.m4, ltcf-c.sh, ltcf-cxx.sh,
11492         ltcf-gcj.sh: Upgraded to libtool 1.4a 1.641.2.254.  Rebuilt a number
11493         of subdir/configure scripts to use the new libtool.m4.
11495 2001-05-19  Matt Kraai  <kraai@alumni.carnegiemellon.edu>
11497         * MAINTAINERS (Write After Approval): Add myself.
11499 2001-05-18  Benjamin Kosnik  <bkoz@redhat.com>
11501         * configure.in (libstdcxx_flags): Remove reference to libstdc++.INC.
11503 2001-05-11  Ben Elliston  <bje@redhat.com>
11505         * Makefile.in (all-sid): New target.
11506         (check-sid, clean-sid, install-sid): Likewise.
11508 2001-05-09  Jeffrey Oldham  <oldham@codesourcery.com>
11510         * ltcf-cxx.sh: Add -nostdlib to IRIX 6 archive_cmds.
11512 2001-05-03  Alexandre Oliva  <aoliva@redhat.com>
11514         * configure.in (noconfigdirs) [*-cygwin*, *-mingw*, *-beos]: Disable
11515         libgcj.
11517 2001-05-03  Alexandre Oliva  <aoliva@redhat.com>
11519         * Makefile.in (AS_FOR_TARGET, LD_FOR_TARGET, NM_FOR_TARGET): If
11520         gcc/xgcc is built, use -print-prog-name to find out the program
11521         name to use.
11523 2001-04-26  Alexandre Oliva  <aoliva@redhat.com>
11525         * configure.in (noconfigdirs): Don't reset it from scratch in the
11526         target case; only append to it.
11528         * configure.in (noconfigdirs) [hppa*-*-*, mips*-*-irix6*,
11529         sparc-*-solaris2.8]: Disable ${libgcj}.
11531 2001-04-25  Alexandre Oliva  <aoliva@redhat.com>
11533         * configure.in (libgcj_saved): Copy from $libgcj.
11534         (libgcj): Zero out if --enable-libgcj; add to noconfigdirs is
11535         --disable-libgcj.
11537 2001-04-25  Gavin Romig-Koch  <gavin@redhat.com>
11539         * MAINTAINERS: Remove self as MIPS maintainer and
11540         C front end maintainer.
11542 Mon Apr 23 09:15:03 2001  Anthony Green  <green@redhat.com>
11544         * configure.in: Move *-chorusos target case to the proper switch.
11545         Disable libgcj.
11547 2001-04-12  Alexandre Oliva  <aoliva@redhat.com>
11549         * ltconfig, ltmain.sh, ltcf-cxx.sh: Upgraded to libtool 1.4a
11550         1.641.2.228.
11552 2001-04-13  Franz Sirl  <Franz.Sirl-kernel@lauterbach.com>
11554         * Makefile.in (STAGE1_CFLAGS): Pass down.
11556 2001-04-13  Alan Modra  <amodra@one.net.au>
11558         * config.guess: Add hppa64-linux support.  Note for next import that
11559         this is already in the master file.
11560         * configure.in: Likewise.  Accept `parisc' alias for `hppa'.
11562 2001-04-12  Alexandre Oliva  <aoliva@redhat.com>
11564         * ltconfig, ltmain.sh, libtool.m4, ltcf-c.sh, ltcf-cxx.sh,
11565         ltcf-gcj.sh: Upgraded to libtool 1.4a 1.641.2.226.
11567 2001-04-11  Stan Shebs  <shebs@apple.com>
11569         * MAINTAINERS: Add self as Darwin port maintainer.
11571 2001-04-11  Alan Modra  <amodra@one.net.au>
11573         * MAINTAINERS: Update my email address.
11575 2001-04-10  Loren J. Rittle  <ljrittle@acm.org>
11577         * ltcf-cxx.sh: Support creation of C++ shared libraries on
11578         recent versions of FreeBSD (release 3 or later).
11579         * ltconfig: On FreeBSD, -lc must not be provided when building
11580         a shared library or else the standard -pthread gcc option is
11581         rendered worthless to later users of the built library.
11583 2001-04-06  Joseph S. Myers  <jsm28@cam.ac.uk>
11585         * MAINTAINERS: Add self and RTH as C front end maintainers.
11587 2001-04-05  Alexandre Oliva  <aoliva@redhat.com>
11589         * config.sub: Make sure to match an already-canonicalized
11590         machine name (eg. mn10300-unknown-elf).
11592 2001-04-01  Alexandre Oliva  <aoliva@redhat.com>
11594         * Makefile.in (CXX_FOR_TARGET_FOR_RECURSIVE_MAKE, RECURSE_FLAGS):
11595         New macros.
11596         (bootstrap, cross): Use RECURSE_FLAGS.
11597         * configure.in: Subst CXX_FOR_TARGET_FOR_RECURSIVE_MAKE.
11599 2001-03-27  Alexandre Oliva  <aoliva@redhat.com>
11601         * configure.in (CXX_FOR_TARGET): Use xgcc for libstdc++-v3.
11603 2001-03-22  Colin Howell  <chowell@redhat.com>
11605         * Makefile.in (DO_X): Do not backslash single-quotes in
11606         backquotes (two places).
11608 2001-03-22  Alexandre Oliva  <aoliva@redhat.com>
11610         Re-installed:
11611         2001-01-02  Laurynas Biveinis  <lauras@softhome.net>
11612         * ltcf-c.sh: Clear ac_cv_prog_cc_pic for DJGPP.  Do not add
11613         '-DPIC' to ac_cv_prog_cc_pic for DJGPP.
11614         * ltcf-cxx.sh: Likewise.
11615         * ltcf-gcj.sh: Likewise.
11617 2001-03-22  Gerald Pfeifer  <pfeifer@dbai.tuwien.ac.at>
11619         * MAINTAINERS: Add myself as "documentation co-maintainer".
11621 2001-03-22  Alexandre Oliva  <aoliva@redhat.com>
11623         * ltconfig, ltmain.sh, libtool.m4, ltcf-c.sh, ltcf-cxx.sh,
11624         ltcf-gcj.sh: Upgraded to libtool 1.4a 1.641.2.198.
11626 2001-03-19  Tom Tromey  <tromey@redhat.com>
11628         * config-ml.in: Handle GCJ and GCJFLAGS.
11630 2001-03-21  Michael Chastain  <chastain@redhat.com>
11632         * Makefile.in: all-m4 depends on all-texinfo.
11634 2001-03-20  Loren J. Rittle  <ljrittle@acm.org>
11636         * MAINTAINERS: Add myself to write after approval list.
11638 2001-03-18  Laurynas Biveinis  <lauras@softhome.net>
11640         * Makefile.in (DO_X): Quote nested quotes.
11642 2001-03-18  Alan Modra  <alan@linuxcare.com.au>
11644         * MAINTAINERS: Add myself to write after approval list.
11646 2001-03-15  Laurynas Biveinis  <lauras@softhome.net>
11648         * Makefile.in (DO_X): Use double quotes for quoting
11649         "RANLIB=$${RANLIB}".
11651 2001-03-10  Ovidiu Predescu  <ovidiu@cup.hp.com>
11653         * MAINTAINERS: Added Stan Shebs as new maintainer for Objective-C.
11655 2001-03-09  Nicola Pero  <n.pero@mi.flashnet.it>
11657         * configure.in: Only use `lang_requires' for languages athat are
11658         actually enabled.
11660 2001-03-08  Phil Edwards  <pme@sources.redhat.com>
11662         * MAINTAINERS (C++ runtime libs):  Update and alphabatize.
11664 2001-03-08  Alexandre Oliva  <aoliva@redhat.com>
11666         * Makefile.in (ALL_GCC, ALL_GCC_C, ALL_GCC_CXX): Set before use.
11668 2001-03-07  Tom Tromey  <tromey@redhat.com>
11670         * configure.in: Allow config-lang.in to set `lang_requires' to list
11671         of other required languages.
11673 2001-03-06  Laurynas Biveinis  <lauras@softhome.net>
11675         * Makefile.in: Remove RANLIB definition. Use RANLIB
11676         in RANLIB_FOR_TARGET, EXTRA_HOST_FLAGS, EXTRA_TARGET_FLAGS,
11677         EXTRA_GCC_FLAGS, $(DO_X) targets only when the RANLIB is set.
11679 2001-02-28  Benjamin Kosnik  <bkoz@redhat.com>
11680             Alexandre Oliva  <aoliva@redhat.com>
11682         * Makefile.in (check-c++): Use tabs, not spaces.
11684 2001-02-20  Laurynas Biveinis  <lauras@softhome.net>
11686         * MAINTAINERS: add myself to Write After Approval list.
11688 2001-02-19  Benjamin Kosnik  <bkoz@redhat.com>
11690         * Makefile.in (check-c++): New rule.
11692         * configure.in (target_libs): Remove libg++.
11693         (noconfigdirs): Remove libg++.
11694         (noconfigdirs): Same.
11695         (noconfigdirs): Same.
11696         (noconfigdirs): Same.
11698         * config-ml.in: Remove libg++ references.
11700         * Makefile.in (TARGET_CONFIGDIRS): Remove libio, libstdc++, libg++.
11701         (ALL_TARGET_MODULES): Same.
11702         (configure-target-libg++): Remove.
11703         (all-target-libg++): Remove.
11704         (configure-target-libio): Remove.
11705         (all-target-libio): Remove.
11706         (check-target-libio): Remove.
11707         (.PHONY): Remove.
11708         (libg++.tar.bz2): Remove.
11709         (all-target-cygmon): Remove libio.
11710         (all-target-libstdc++): Remove.
11711         (configure-target-libstdc++): Remove.
11712         (TARGET_LIB_PATH): Remove libstdc++.
11713         (ALL_GCC_CXX): Remove libstdc++.
11714         (all-target-gperf): Correct.
11716 2001-02-16  Nick Clifton  <nickc@redhat.com>
11718         * configure.in (noconfigdirs): Allow configuration of texinfo
11719         for Cygwin hosts.
11721 2001-02-15  Anthony Green  <green@redhat.com>
11723         * configure: Introduce GCJ_FOR_TARGET.
11724         * configure.in: Ditto.
11725         * Makefile.in: Ditto.
11727 2001-02-13  Andreas Schwab  <schwab@suse.de>
11729         * MAINTAINERS: Update mail address.
11731 2001-02-09  Martin Schwidefsky  <schwidefsky@de.ibm.com>
11733         * config.guess: Add linux target for S/390.
11734         * config.sub: Likewise.
11736 2001-02-08  Chandrakala Chavva  <cchavva@redhat.com>
11738         * configure.in: for *-chorusos, don't config target-newlib and
11739         target-libgloss.
11741 2001-02-06  Ben Elliston  <bje@redhat.com>
11743         * configure: Output host type to stdout, not stderr.
11745 2001-02-05  Mark Mitchell  <mark@codesourcery.com>
11747         * ltcf-c.sh: Add support for -no-undefined under GNU/Linux.
11748         * ltcf-cxx.sh: Likewise.
11750         * config.if: Assume enable_libstdcxx_v3 is defined.
11752 2001-02-04  Mark Mitchell  <mark@codesourcery.com>
11754         Remove V2 C++ library.
11755         * configure.in: Remove --enable-libstdcxx_v3 support.
11757 2001-01-31  Bryce McKinlay  <bryce@albatross.co.nz>
11759         * include/demangle.h: Add prototype for java_demangle_v3.
11761 2001-01-29  Phil Edwards  <pme@sources.redhat.com>
11763         * COPYING.LIB:  Update to LGPL 2.1 from the FSF.
11765 2001-01-27  Richard Henderson  <rth@redhat.com>
11767         * configure.in (target_makefile_frag) [alpha*-*]: Use mt-alphaieee.
11769 2001-01-27  Michael Sokolov  <msokolov@ivan.Harhan.ORG>
11771         * ltcf-cxx.sh (ac_cv_prog_cc_pic_works, ac_cv_prog_cc_static_works):
11772         Don't unset, it's non-portable and no longer necessary, set to empty
11773         instead.
11775 2001-01-27  Michael Sokolov  <msokolov@ivan.Harhan.ORG>,  Alexandre Oliva  <oliva@lsd.ic.unicamp.br>
11777         * ltconfig: Shell portability fix for the tagname validity check.
11779 2001-01-27  Alexandre Oliva  <aoliva@redhat.com>
11781         * ltcf-c.sh (ld_shlibs) [aix5*]: Disable on unknown CPU types.
11782         * ltcf-cxx.sh, ltcf-gcj.sh: Likewise.
11784 2001-01-26  Michael Sokolov  <msokolov@ivan.Harhan.ORG>
11786         * ltcf-cxx.sh: Use parentheses around eval $ac_compile.
11788 2001-01-26  Tom Tromey  <tromey@redhat.com>
11790         * configure.in: Allow libgcj to be built on Sparc Solaris.
11792 2001-01-25  David Edelsohn  <edelsohn@gnu.org>
11794         * ltcf-c.sh: Add aix5 case.
11795         * ltcf-cxx.sh: Likewise.
11796         * ltconfig: Likewise.
11798 2001-01-24  Alexandre Oliva  <aoliva@redhat.com>
11800         * ltmain.sh (TAG disable-shared, TAG disable-static): Make sure we
11801         keep at least one of build_libtool_libs or build_old_libs set to
11802         yes.
11804         * ltcf-gcj.sh (lt_simple_link_test_code): Remove stray `(0)'.
11805         * libtool.m4 (_AC_LIBTOOL_GCJ): Pass $CPPFLAGS on.
11807 2001-01-23  Bryce McKinlay  <bryce@albatross.co.nz>
11809         * configure.in: Enable libgcj on several additional platforms.
11811 2001-01-22  Bryce McKinlay  <bryce@albatross.co.nz>
11813         * configure.in: Enable libgcj for linux targets.
11815 2001-01-20  Michael Sokolov  <msokolov@ivan.Harhan.ORG>
11817         * MAINTAINERS (Write After Approval): Add myself.
11819 2001-01-15  John David Anglin  <dave@hiauly1.hia.nrc.ca>
11821         * MAINTAINERS: Add myself as vax port maintainer.
11823 2001-01-11  Fergus Henderson  <fjh@cs.mu.oz.au>
11825         * MAINTAINERS: Add myself as Mercury front-end maintainer.
11827 2001-01-09  Mike Stump  <mrs@wrs.com>
11829         * Makefile.in (CONFIGURE_TARGET_MODULES): Pass back configuration
11830         failures of subdirectories.
11832 2001-01-02  Laurynas Biveinis  <lauras@softhome.net>
11834         * ltcf-c.sh: Clear ac_cv_prog_cc_pic for DJGPP.  Do not add
11835         '-DPIC' to ac_cv_prog_cc_pic for DJGPP.
11836         * ltcf-cxx.sh: Likewise.
11837         * ltcf-gcj.sh: Likewise.
11838         * ltconfig.sh: Fix typo.
11840 2001-01-02  Laurynas Biveinis  <lauras@softhome.net>
11842         * configure: handle DOS-style absolute paths.
11844 2001-01-02  Laurynas Biveinis  <lauras@softhome.net>
11846         * configure.in: remove supported directories from $noconfigdirs for DJGPP.
11848 2000-12-30  Marek Michalkiewicz  <marekm@linux.org.pl>
11850         * MAINTAINERS: Add myself as avr port co-maintainer.
11852 2000-12-28  Ben Elliston  <bje@redhat.com>
11854         * MAINTAINERS: Add myself under ``Write After Approval''.
11856 2000-12-19  Joseph S. Myers  <jsm28@cam.ac.uk>
11858         * texinfo: Remove directory from GCC.
11860 2000-12-18  Joseph S. Myers  <jsm28@cam.ac.uk>
11862         * COPYING: Update to current
11863         ftp://ftp.gnu.org/pub/gnu/Licenses/COPYING-2.0 (fixes references
11864         to 19yy as example year in copyright notice).
11866 2000-12-18  Benjamin Kosnik  <bkoz@redhat.com>
11868         * Makefile.in (BASE_FLAGS_TO_PASS): Alphabetize.
11869         (libstdcxx_incdir): Pass down.
11870         * config.if: Remove expired bits for cxx_interface, add stub.
11871         (libstdcxx_incdir): Add variable for g++ include directory.
11872         * configure.in (gxx_include_dir): Use it.
11874 2000-12-18  Alexandre Oliva  <aoliva@redhat.com>
11876         * MAINTAINERS: Added self as sh port co-maintainer.  Removed entry
11877         with old-email address from ``Write After Approval''.
11879 2000-12-15  Andreas Jaeger  <aj@suse.de>
11881         * configure.in: Handle lang_dirs.
11883 2000-12-14  Tom Tromey  <tromey@redhat.com>
11885         * MAINTAINERS: Removed brads.
11887         * MAINTAINERS: Added gcj developers.
11889 2000-12-13  Anthony Green  <green@redhat.com>
11891         * configure.in: Disable libgcj for any target not specifically
11892         listed.  Disable libgcj for x86 and Alpha Linux until compatible
11893         with g++ abi.
11895 2000-12-13  Mike Stump  <mrs@wrs.com>
11897         * Makefile.in (local-distclean): Also remove fastjar.
11899 2000-12-12  Rodney Brown  <RodneyBrown@mynd.com>
11901         * contrib/gcc_update: Add fastjar --touch entries.
11903 2000-12-12  Alexandre Oliva  <aoliva@redhat.com>
11905         * configure.in: Disable language-specific target libraries for
11906         languages that aren't enabled.
11908 2000-12-10  Anthony Green  <green@redhat.com>
11910         * configure.in: Define libgcj.  Disable libgcj target libraries for
11911         most targets.
11913 2000-12-10  Neil Booth  <neilb@earthling.net>
11915         * MAINTAINERS: Update mail address, remove from WAA list.
11917 2000-12-09  Alexandre Petit-Bianco  <apbianco@cygnus.com>
11919         * libjava: Imported from /cvs/java.
11920         * libffi: Likewise.
11921         * Boehm-gc: Likewise.
11923 2000-12-09  Alexandre Petit-Bianco  <apbianco@cygnus.com>
11925         * configure.in (target_libs): Revert 2000-12-08 patch.
11926         (noconfigdirs): Added target-libjava.
11928 2000-12-09  Laurynas Biveinis  <lauras@softhome.net>
11930         * djunpack.bat: removed.
11932 2000-12-09  Laurynas Biveinis  <lauras@softhome.net>
11934         * Makefile.in: handle DOS-style absolute paths.
11935         * config-ml.in: likewise.
11936         * symlink-tree: likewise.
11938 2000-12-08  Alexandre Petit-Bianco  <apbianco@cygnus.com>
11940         * fastjar: Imported.
11942 2000-12-08  Alexandre Petit-Bianco  <apbianco@cygnus.com>
11944         * Makefile.in (TARGET_CONFIGDIRS): Wrong place. Removed note about
11945         libjava.
11946         * configure.in (target_libs): Removed `target-libjava'.
11948 2000-12-08  Alexandre Petit-Bianco  <apbianco@cygnus.com>
11950         * Makefile.in (TARGET_CONFIGDIRS): Added note about libjava.
11951         (ALL_MODULES): Added fastjar.
11952         (NATIVE_CHECK_MODULES, INSTALL_MODULES, CLEAN_MODULES): Likewise.
11953         (all-target-libjava): all-fastjar replaces all-zip.
11954         (all-fastjar): Added.
11955         (configure-target-fastjar, all-target-fastjar): Likewise.
11956         * configure.in (host_tools): Added fastjar.
11958 2000-12-07  Mike Stump  <mrs@wrs.com>
11960         * Makefile.in (local-distclean): Remove leftover built files.
11962 2000-11-24  Nick Clifton  <nickc@redhat.com>
11964         * configure.in (xscale-elf): Add target.
11965         (xscale-coff): Add target.
11967 2000-11-22  Loren J. Rittle  <ljrittle@acm.org>
11969         * ltcf-cxx.sh: Support creation of C++ shared libraries on
11970         recent versions of FreeBSD (release 3 or later).
11971         * ltconfig: On FreeBSD, -lc must not be provided when building
11972         a shared library or else the standard -pthread gcc option is
11973         rendered worthless to later users of the built library.
11975 2000-11-16  Fred Fish  <fnf@be.com>
11977         * configure.in (enable_libstdcxx_v3): Fix typo,
11978         libstd++ -> libstdc++.
11980 2000-11-21  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
11982         * MAINTAINERS: Add self to Write After Approval list.
11984 2000-11-21  Bernd Schmidt  <bernds@redhat.com>
11986         * MAINTAINERS: Update my email address.  Add myself to global write
11987         privs list.
11989 2000-11-18  Alexandre Oliva  <aoliva@redhat.com>
11991         * Makefile.in: Merge with src and libgcj.
11992         (ALL_GCC_C, ALL_GCC_CXX): New macros.  Use them as dependencies of
11993         configure-target-<library> when their configure scripts need the C
11994         or C++ library to have already been built to work properly.
11995         (do_proto_toplev): Set them to an empty string.
11997         * Makefile.in (HOST_LIB_PATH, TARGET_LIB_PATH): New macros.
11998         (REALLY_SET_LIB_PATH): Use them.
12000 2000-11-17  Stan Shebs  <shebs@apple.com>
12002         * MAINTAINERS: Add self to Write After Approval list.
12004 2000-11-13  Joseph S. Myers  <jsm28@cam.ac.uk>
12006         * configure: Provide the original toplevel configure arguments
12007         (including $0) to subprocesses in the environment rather than
12008         through gcc/configargs.h.
12010 2000-11-13  Joseph S. Myers  <jsm28@cam.ac.uk>
12012         * MAINTAINERS: Remove references to cccp. Change C9X reference to
12013         C99.  Alphabetise "Write After Approval" list.
12015 2000-11-12  Mark Mitchell  <mark@codesourcery.com>
12017         * configure: Turn on libstdc++ V3 by default.
12019         * ltcf-c.sh: On Solaris, use `gcc -shared' to build a shared library
12020         if we've got GCC.
12022 2000-11-11  Philip Blundell  <philb@gnu.org>
12024         * MAINTAINERS: Add self to Write After Approval list.
12026 2000-11-09  David Edelsohn  <edelsohn@gnu.org>
12028         * ltcf-c.sh (aix4): Improve shared library configuration; require
12029         exporting symbols.
12030         * ltcf-cxx.sh (aix4): Define.
12031         * ltconfig (aix4): Define library and soname specs appropriate for
12032         AIX.  Define command to create export symbols list.
12034 Mon Nov  6 14:19:35 2000  Christopher Faylor  <cgf@cygnus.com>
12036         * config.sub: Add support for Sun Chorus
12038 2000-10-31  Nick Clifton  <nickc@redhat.com>
12040         * MAINTAINERS: Rename <name>@cygnus.com addresses to
12041         <name>@redhat.com.  Also installed new email address for Clint
12042         Popetz.
12044 2000-10-30  Joseph S. Myers  <jsm28@cam.ac.uk>
12046         * etc: Remove directory from GCC.
12048 2000-10-16  Michael Meissner  <meissner@redhat.com>
12050         * configure (gcc/configargs.h): Only create if there is a build GCC
12051         directory created.
12053 2000-10-16  Matthias Klose  <doko@debian.org>
12055         * config.if: Search libstdc++-v3/configure.in for INTERFACE,
12056         when configured for libstdc++-v3.
12058 2000-10-05  Phil Edwards  <pme@gcc.gnu.org>
12060         * configure: Save configure arguments to gcc/configargs.h.
12062 2000-10-04  Philipp Thomas  <pthomas@suse.de>
12064         * config.guess: Import CVS version 1.157.
12065         * config.sub: Import CVS version 1.181.
12067 2000-10-04  Andris Pavenis  <pavenis@latnet.lv>
12069         * Makefile.in (bootstrap): avoid recursion if subdir missing
12070         (cross): ditto
12071         (do-proto-toplev): ditto
12073 2000-09-30  Alexandre Oliva  <aoliva@redhat.com>
12075         * Makefile.in (DEVO_SUPPORT): Added gettext.m4, libtool.m4,
12076         ltcf-c.sh, ltcf-cxx.sh and ltcf-gcj.sh.
12078         * ltconfig, ltmain.sh, libtool.m4, ltcf-cxx.sh: Updated from libtool
12079         multi-language branch, to work around Solaris' /bin/sh bug.  Rebuilt
12080         all affected `configure' scripts.
12082 Mon 25-Sep-2000 19:46:09 BST  Neil Booth  <neilb@earthling.net>
12084         * MAINTAINERS: Add self as cpplib co-maintainer.
12086 2000-09-24  Aldy Hernandez  <aldyh@redhat.com>
12088         * MAINTAINERS: Add self to Write After Approval list.
12090 2000-09-18  Gerald Pfeifer  <pfeifer@dbai.tuwien.ac.at>
12092         * INSTALL/README: egcs -> GCC update.
12094 Sun Sep 17 16:55:59 CEST 2000  Marc Espie  <espie@cvs.openbsd.org>
12096         * MAINTAINERS: Add myself to Write After Approval list.
12098 2000-09-15  Kazu Hirata  <kazu@hxi.com>
12100         * MAINTAINERS: Add myself to Write After Approval list.
12102 Wed Sep 13 11:11:29 2000  Jeffrey A Law  (law@cygnus.com)
12104         * configure.in: Do not build byacc for hppa64.  Provide paths to the
12105         X11 libraries for hppa64.
12107 2000-09-08  Stephane Carrez  <Stephane.Carrez@worldnet.fr>
12109         * MAINTAINERS: Add myself as 68hc11 port maintainer.
12111 2000-09-06  Alexandre Oliva  <aoliva@redhat.com>
12113         * Makefile.in (all-zlib): Added dummy target.
12115         * ltconfig, ltmain.sh, libtool.m4, ltcf-c.sh, ltcf-cxx.sh,
12116         ltcf-gcj.sh: Updated from libtool multi-language branch.
12118 2000-09-05  Alexandre Oliva  <aoliva@redhat.com>
12120         * Makefile.in (all-bootstrap): Added all-texinfo and all-zlib.
12121         (bootstrap*): Depend on all-bootstrap.
12123 2000-09-05  Philipp Thomas  <pthomas@suse.de>
12125         * config.guess: Import CVS version 1.156.
12126         * config.sub: Import CVS version 1.179.
12128 2000-09-02  Anthony Green  <green@cygnus.com>
12130         * Makefile.in (all-gcc): Depend on all-zlib.
12131         (CLEAN_MODULES): Add clean-zlib.
12132         (ALL_MODULES): Add all-zlib.
12133         * configure.in (host_libs): Add zlib.
12135 2000-09-02  Alexandre Oliva  <aoliva@redhat.com>, DJ Delorie  <dj@redhat.com>
12137         * configure.in (FLAGS_FOR_TARGET): Use -nostdinc even for Canadian
12138         crosses, but add gcc/include to the header search path for them.
12140 2000-08-04  David E. O'Brien  <obrien@FreeBSD.org>
12142         * MAINTAINERS: Add self to Write After Approval list.
12144 2000-08-27  Franz Sirl  <Franz.Sirl-kernel@lauterbach.com>
12146         * config.guess: Import CVS version 1.152.
12147         * config.sub: Import CVS version 1.177.
12149 2000-08-25  Alexandre Oliva  <aoliva@redhat.com>
12151         * configure.in (FLAGS_FOR_TARGET): Use $target_configdirs and
12152         $targargs to tell whether newlib is going to be built.
12154         * configure.in [disable-libstdcxx-v3] (libstdcxx_flags): Search
12155         $$r/TARGET_SUBDIR/libio for _G_config.h.
12157 2000-08-23  Alexandre Oliva  <aoliva@redhat.com>
12159         * MAINTAINERS: Add self as a build machinery (*.in) maintainer.
12161 2000-08-22  DJ Delorie  <dj@redhat.com>
12163         * MAINTAINERS: Add self as a build machinery (*.in) maintainer
12165 2000-08-22  Alexandre Oliva  <aoliva@redhat.com>
12167         * config-ml.in (CC, CXX): Avoid trailing whitespace.
12168         (LD_LIBRARY_PATH, SHLIB_PATH): Adjust for multilibs and export to
12169         sub-configures.
12171 2000-08-21  DJ Delorie  <dj@redhat.com>
12173         * MAINTAINERS: Add self as a libiberty maintainer
12175 2000-08-16  Alexandre Oliva  <aoliva@redhat.com>
12177         * configure.in (libstdcxx_flags): Use
12178         libstdc++-v3/src/libstdc++.INC.
12180 2000-08-15  Alexandre Oliva  <aoliva@redhat.com>
12182         * configure.in (libstdcxx_flags): Use libstdc++-v3/src/INCLUDES.
12184 2000-08-14  Zack Weinberg  <zack@wolery.cumb.org>
12186         * configure.in (libstdcxx_flags): Remove -isystem $$s/libio/stdio.
12188         * configure: Make enable_threads and enable_shared defaults
12189         explicit.  Substitute enable_threads into generated Makefiles.
12190         * configure.in: Accept *-*-linux* not just *-*-linux-gnu*.
12191         * libtool.m4: Accept *-*-linux* not just *-*-linux-gnu*.
12193 2000-08-13  Geoff Keating  <geoffk@cygnus.com>
12195         * Makefile.in (GCC_FOR_TARGET): Also add -B$$r/gcc/ here.
12197 2000-08-12  Alexandre Oliva  <aoliva@redhat.com>
12199         * config-ml.in (CC): Remove bogus duplicate quotation mark from
12200         previous delta.
12202 2000-08-11  Jason Merrill  <jason@redhat.com>
12204         * configure.in (CC_FOR_TARGET, CHILL_FOR_TARGET,
12205         CXX_FOR_TARGET): Add -B$$r/gcc/ here.
12206         (FLAGS_FOR_TARGET): Not here.
12207         (CHILL_FOR_TARGET, CXX_FOR_TARGET): Don't check the list of languages.
12209 2000-08-11  Alexandre Oliva  <aoliva@redhat.com>
12211         * config-ml.in (CC, CXX): Don't introduce a leading space.
12213 2000-08-07  DJ Delorie  <dj@delorie.com>
12215         * MAINTAINERS: Add self as a DJGPP maintainer
12217 2000-08-07  DJ Delorie  <dj@redhat.com>
12219         * configure.in (FLAGS_FOR_TARGET): invert test for xgcc, should mean
12220         "if we're also building gcc, and it's a gcc that will run on the
12221         build machine, we want to use its includes instead of the system's
12222         default includes".
12224 2000-08-04  Joseph S. Myers  <jsm28@cam.ac.uk>
12226         * MAINTAINERS: Add self to Write After Approval list.
12228 2000-08-03  Alexandre Oliva  <aoliva@redhat.com>
12230         * configure.in (libstdcxx_flags): Don't use `"'.
12232         * config-ml.in: Adjust multilib search paths to the
12233         appropriate multilib tree.
12235 2000-08-02  Alexandre Oliva  <aoliva@redhat.com>
12237         * configure.in (CHILL_FOR_TARGET, CXX_FOR_TARGET): Convert blanks to
12238         commas in $LANGUAGES.
12240 2000-08-02  Manfred Hollstein  <manfredh@redhat.com>
12242         * configure.in: Re-enable all references to libg++ and librx.
12244 2000-08-01  Alexandre Oliva  <aoliva@redhat.com>
12246         * ltconfig, ltmain.sh: Update from libtool multi-language branch.
12247         * ltcf-c.sh (need_lc): Fix test message.  Set wl for archive_cmds.
12248         (ac_cv_prog_cc_pic): Don't print `cached' without `checking'.
12249         * ltcf-cxx.sh (need_lc): Set based on postdeps.
12251         * configure.in (qCXX_FOR_TARGET): Use echo instead of expr.
12253 2000-07-31  Alexandre Oliva  <aoliva@redhat.com>
12255         * configure.in (qCXX_FOR_TARGET): Quote `&' characters in
12256         CXX_FOR_TARGET for sed.
12258 2000-07-30  Alexandre Oliva  <aoliva@redhat.com>
12260         * configure.in (CC_FOR_TARGET, CHILL_FOR_TARGET, CXX_FOR_TARGET):
12261         Do not override if already set in the environment or in configure.
12262         Don't duplicate $(FLAGS_FOR_TARGET) if it already appears in them.
12263         (FLAGS_FOR_TARGET): Don't use host directories on Canadian crosses.
12265 2000-07-28  Alexandre Oliva  <aoliva@redhat.com>
12267         * libtool.m4, ltcf-c.sh, ltcf-cxx.sh, ltcf-gcj.sh: New files from
12268         the libtool CVS tree multi-language branch.
12269         * ltconfig, ltmain.sh: Updated.
12271 2000-07-27  Alexandre Oliva  <aoliva@redhat.com>
12273         * Makefile.in (clean-target-libgcc): Remove gcc/libgcc.
12274         (clean-target): Depend on it.
12276         * Makefile.in (FLAGS_FOR_TARGET): New macro.
12277         (GCC_FOR_TARGET): Use it.
12278         (CC_FOR_TARGET, CXX_FOR_TARGET, CHILL_FOR_TARGET): Now defined...
12279         * configure.in: ... here.
12280         (FLAGS_FOR_TARGET): Define.  Add ld build dir to -L path.
12281         (libstdcxx_flags): Define and append to CXX_FOR_TARGET.
12283 2000-07-24  Eric Christopher  <echristo@cygnus.com>
12285         * MAINTAINERS: Add self to Write After Approval list.
12287 2000-07-24  Alexandre Oliva  <aoliva@redhat.com>
12289         * Makefile.in (configure-target-libf2c): Depend on $(ALL_GCC).
12290         (configure-target-libchill, configure-target-libobjc): Likewise.
12292         * configure.in: Use the same cache file for all target libs.
12293         * config-ml.in: But different cache files per multilib variant.
12295 2000-07-23  Michael Sokolov  <msokolov@ivan.Harhan.ORG>
12297         * configure (topsrcdir): Don't use dirname.
12299 2000-07-22  Jeffrey Oldham  <oldham@codesourcery.com>
12301         * MAINTAINERS: Add self to Write After Approval list.
12303 2000-07-20  Jason Merrill  <jason@redhat.com>
12305         * configure.in: Remove all references to libg++ and librx.
12307         * configure, configure.in, Makefile.in: Unify gcc and binutils.
12309 2000-07-20  Hans-Peter Nilsson  <hp@axis.com>
12311         * config.sub: Update to subversions version 2000-07-06.
12313 2000-07-12  Andrew Haley  <aph@cygnus.com>
12315         * configure.in (host_makefile_frag): Use mh-ia64pic on IA-64 hosts.
12316         (target_makefile_frag): Use mt-ia64pic on IA-64 targets.
12318 2000-07-07  Phil Edwards  <pme@sourceware.cygnus.com>
12320         * symlink-tree:  Check number of arguments.
12322 2000-07-05  Jim Wilson  <wilson@cygnus.com>
12324         * Makefile.in (CXX_FOR_TARGET): Add libstdc++ to the library
12325         search path for a g++ extracted from the build tree.  This
12326         will allow link tests run by configure scripts in
12327         subdirectories to succeed.
12329 2000-07-01  Koundinya K  <kk@ddeorg.soft.net>
12331         * ltconfig: Add support for mips-dde-sysv4.2MP
12333 2000-06-29  Michael Hayes  <m.hayes@elec.canterbury.ac.nz>
12335         * MAINTAINERS: Add myself as loop discovery maintainer.
12337 2000-06-28  Corinna Vinschen  <vinschen@cygnus.com>
12339         * ltconfig: Check for host_os beeing one of `cygwin', `mingw' or
12340         `os2'. Force ac_cv_exeext to be ".exe" in that case.
12342 2000-06-19  Timothy Wall  <twall@cygnus.com>
12344         * configure.in (noconfigdirs): Set noconfigdirs for tic54x target.
12345         * config.sub: Add tic54x target.
12347 Sun Jun 11 17:20:00 MET 2000  Toon Moene  <toon@moene.indiv.nluug.nl>
12349         * MAINTAINERS: Add self as Fortran maintainer,
12350         remove Craig Burley.
12352 Tue May 30 19:01:12 2000  Andrew Cagney  <cagney@b1.cygnus.com>
12354         * config.sub: Import CVS version 1.167 Tue May 30 09:00:07 2000.
12355         * config.guess: Import CVS version 1.148 Tue May 30 09:00:06 2000
12357 Mon May 29 21:15:00 MET 2000  Philipp Thomas  <pthomas@suse.de>
12359         * MAINTAINERS: Add self as i18n maintainer
12361 20000-05-21  H.J. Lu  (hjl@gnu.org)
12363         * Makefile.in (CC_FOR_TARGET): Make sure as/ld in the gcc
12364         directory are used if they exist. Make sure
12365         $(build_tooldir)/include is searched for header files,
12366         $(build_tooldir)/lib/ for library files.
12367         (GCC_FOR_TARGET): Likewise.
12368         (CXX_FOR_TARGET): Likewise.
12370 Thu May 18 10:58:13 2000  Jeffrey A Law  (law@cygnus.com)
12372         * configure.in (hppa*64*-*-*): Do build ld for this configuration.
12374 Wed May 17 16:03:48 2000  Alexandre Oliva  <aoliva@cygnus.com>
12376         * Makefile.in (configure-target-libiberty): Depend on
12377         configure-target-newlib.
12379 2000-05-16  Alexandre Oliva  <aoliva@cygnus.com>
12381         * configure.in, Makefile.in: Merge all libffi-related
12382         configury stuff from the libgcj tree.
12384 Tue May 16 10:06:21 2000  Andrew Cagney  <cagney@b1.cygnus.com>
12386         Thu Apr 27 11:01:48 2000 Andrew Cagney <cagney@b1.cygnus.com>:
12387         * Makefile.in (do-tar-bz2, do-md5sum): Skip CVS directories.
12389 Tue May 16 09:57:35 2000  Andrew Cagney  <cagney@b1.cygnus.com>
12391         Wed Apr 26 17:03:53 2000 Andrew Cagney <cagney@b1.cygnus.com>:
12392         * Makefile.in (do-djunpack): New target. Update djunpack.bat with
12393         current version information.  Add to proto-toplev directory.
12394         (gdb-taz): Build do-djunpack.
12396 2000-05-15  David Edelsohn  <edelsohn@gnu.org>
12398         * configure.in: Special case powerpc*-*-aix* target_makefile_frag.
12400 Mon May 15 13:39:09 2000  Andrew Cagney  <cagney@b1.cygnus.com>
12402         * MAINTAINERS: Add self to Write After Approval list.
12404 2000-05-13 Alexandre Oliva  <oliva@lsd.ic.unicamp.br>
12406         * ltmain.sh: Preserve in relink_command any environment
12407         variables that may affect the linker behavior.
12409 Fri May 12 11:23:17 2000  Jeffrey A Law  (law@cygnus.com)
12411         * config.sub (basic_machine): Recognize hppa64 as a valid cpu type.
12413 Wed May 10 21:26:51 2000  Jim Wilson  <wilson@cygnus.com>
12415         * configure.in (ia64*-*-elf*): Add gdb and friends to noconfigdirs.
12417 2000-05-08  Eli Zaretskii  <eliz@is.elta.co.il>
12419         * djunpack.bat: Change the Sed script to replace @V@ in fnchange.lst
12420         with the version name.
12422 Sat May  6 21:12:55 CDT 2000  Jason Eckhardt  <jle@cygnus.com>
12424         * MAINTAINERS: Add self as bb-reorder maintainer.
12426 2000-05-01  Benjamin Kosnik  <bkoz@cygnus.com>
12428         * config.if: Tweak.
12430 2000-04-23  Eli Zaretskii  <eliz@is.elta.co.il>
12432         * djunpack.bat: New file.
12434 Wed Apr 19 12:46:26 2000  Andrew Cagney  <cagney@b1.cygnus.com>
12436         * Makefile.in (taz, gdb-taz, gas.tar.bz2, binutils.tar.bz2,
12437         gas+binutils.tar.bz2, libg++.tar.bz2, gnats.tar.bz2, gdb.tar.bz2,
12438         dejagnu.tar.bz2, gdb+dejagnu.tar.bz2, insight.tar.bz2,
12439         insight+dejagnu.tar.bz2, newlib.tar.bz2): Pass MD5PROG to sub-make.
12441 2000-04-16  Dave Pitts  <dpitts@cozx.com>
12443         * config.sub (case $basic_machine): Change default for "ibm-*"
12444         to "openedition".
12446 2000-04-13  Andreas Jaeger  <aj@suse.de>
12448         * MAINTAINERS: Added myself.
12450 Wed Apr 12 16:42:48 2000  Andrew Cagney  <cagney@b1.cygnus.com>
12452         * Makefile.in (gdb-taz): New target.  GDB specific archive.
12453         (do-md5sum): New target.
12454         (MD5PROG): Define.
12455         (PACKAGE): Default to TOOL.
12456         (VER): Default to a shell script.
12457         (taz): Rewrite target.  Move real work to do-proto-toplev.  Include
12458         md5 checksum generation.
12459         (do-proto-toplev): New target. Create $(PACKAGE)-$(VER) link.
12460         (do-tar-bz2): Delete creation of $(PACKAGE)-$(VER) link.
12461         (gdb.tar.bz2, dejagnu.tar.bz2, gdb+dejagnu.tar.bz2,
12462         insight.tar.bz2): Use gdb-taz to create archive.
12464 Fri Apr  7 18:10:29 2000  Andrew Cagney  <cagney@b1.cygnus.com>
12466         * configure (warn_cflags): Delete.
12468 Thu Apr  6 16:15:14 2000  Philippe De Muyter  <phdm@macqel.be>
12470         * MAINTAINERS: Added myself.
12472 2000-04-05  Benjamin Kosnik  <bkoz@cygnus.com>
12473             Martin v. Löwis  <martin@loewis.home.cs.tu-berlin.de>
12475         * configure.in (enable_libstdcxx_v3): Add.
12476         (target_libs): Add bits here to switch between libstdc++-v2 and
12477         libstdc++-v3.
12478         * config.if: And this file too.
12479         * Makefile.in: Add libstdc++-v3 targets.
12481 2000-04-05  Michael Meissner  <meissner@redhat.com>
12483         * config.sub (d30v): Add d30v as a basic machine type.
12485 2000-03-29  Jason Merrill  <jason@casey.cygnus.com>
12487         * configure.in: -linux-gnu*, not -linux-gnu.
12489 Sun Mar 12 17:30:30 2000  Toon Moene  <toon@moene.indiv.nluug.nl>
12491         * MAINTAINERS: Add self in write-after-approval section.
12493 Sun Mar 12 00:23:32 2000  Jim Wilson  <wilson@cygnus.com>
12495         * MAINTAINERS: Add self as ia64 port maintainer.
12497 2000-03-08  Neil Booth  <NeilB@earthling.net>
12499         * MAINTAINERS: Add self in write-after-approval section.
12501 Fri Mar  3 18:44:08 2000  Andrew Cagney  <cagney@b1.cygnus.com>
12503         * Makefile.in (taz): Set PACKAGE to TOOL when not defined.
12504         (do-tar-bz2): Replace TOOL with PACKAGE.
12505         (gdb.tar.bz2): Remove GDBTK from GDB package.
12506         (gdb+dejagnu.tar.bz2, insight.tar.bz2, insight+dejagnu.tar.bz2,
12507         dejagnu.tar.bz2): New packages.
12509 2000-02-27  Andreas Jaeger  <aj@suse.de>
12511         * configure.in: Add entry for mips*-*-linux*, move catch all
12512         *-*-*linux* entry below this one.
12514 2000-02-27  Ian Lance Taylor  <ian@zembu.com>
12516         * ltconfig, ltmain.sh: Update to libtool 1.3.4.
12518 2000-02-24  Nick Clifton  <nickc@cygnus.com>
12520         * config.sub: Support an OS of "wince".
12522 Thu Feb 24 16:15:56 2000  Andrew Cagney  <cagney@b1.cygnus.com>
12524         * config.guess, config.sub: Updated to match config's 2000-02-15
12525         version.
12527 2000-02-23  Linas Vepstas  <linas@linas.org>
12529         * config.sub: Add support for Linux/IBM 370.
12530         * configure.in: Likewise.
12532 2000-02-22  Nick Clifton  <nickc@cygnus.com>
12534         * configure.in: Add mips-pe, sh-pe and arm-wince-pe targets.
12536 2000-02-20  Christopher Faylor  <cgf@cygnus.com>
12538         * config.guess: Guess "cygwin" rather than "cygwin32".
12540 2000-02-16  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
12542         * configure (gcc_version): When setting, narrow search to
12543         lines containing `version_string'.
12545 2000-02-15  Denis Chertykov  <denisc@overta.ru>
12547         * config.sub: Add support for avr target.
12549 2000-02-14  Nick Clifton  <nickc@cygnus.com>
12551         * MAINTAINERS: Add maintainers for MCore port.
12553 Tue Feb  1 00:07:46 2000  Hans-Peter Nilsson  <hp@bitrange.com>
12555         * config.sub: Add mmix-knuth-mmixware.
12557 2000-01-31  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
12559         * MAINTAINERS: Pair cccp with cpplib maintainership.
12561 2000-01-27  Christopher Faylor  <cgf@redhat.com>
12563         * Makefile.in (CC_FOR_TARGET): Add new winsup directory
12564         structure stuff to -L library search.
12565         (CXX_FOR_TARGET): Ditto.
12566         (CROSS_CHECK_MODULES): Fix spelling mistake.
12568 2000-01-24  Mark Mitchell  <mark@codesourcery.com>
12570         * Makefile.in (CXX_FOR_TARGET): Use g++, not xgcc, to invoke
12571         the C++ compiler.
12573 2000-01-12  Richard Henderson  <rth@cygnus.com>
12575         * configure.in: Don't build some bits for beos.
12577 2000-01-12  Joel Sherrill (joel@OARcorp.com)
12579         * Makefile.in (CC_FOR_TARGET): Use newlib libraries as well
12580         as include files.
12582 2000-01-11  Zack Weinberg  <zack@wolery.cumb.org>
12584         * Add self as cpplib maintainer, as requested by Jason
12585         Merrill.  Correct my e-mail address.
12587 2000-01-06  Geoff Keating  <geoffk@cygnus.com>
12589         * configure.in: Use mt-aix43 to handle *_TARGET defs,
12590         not mh-aix43.
12592 Thu Dec 23 03:43:36 1999  Hans-Peter Nilsson  <hp@bitrange.com>
12594         * MAINTAINERS: Add myself to "write after approval" list.
12596 1999-12-14  Richard Henderson  <rth@cygnus.com>
12598         * config.guess (alpha-osf, alpha-linux): Detect ev67.
12599         * config.sub: Accept alphaev[78], alphaev8.
12601 1999-12-03  Alexandre Oliva  <oliva@lsd.ic.unicamp.br>
12603         * config.guess, config.sub: Update from autoconf.
12605 1999-11-29  Bruce Korb  <autogen@linuxbox.com>
12607         * MAINTAINERS:  update my playtime e-address.
12609 Tue Nov 23 00:57:41 1999  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
12611         * config-ml.in (sparc*-*-*): Disable sparcv9 support if the
12612         necessary libraries are missing.
12614 Fri Nov 19 11:22:31 MST 1999  Diego Novillo  <dnovillo@cygnus.com>
12616         * MAINTAINERS: Add new 'write after approval' maintainer.
12618 Wed Nov 17 16:08:43 1999  Alexandre Petit-Bianco  <apbianco@cygnus.com>
12620         * MAINTAINERS: Add new Java maintainer.
12622 1999-10-25  Andreas Schwab  <schwab@suse.de>
12624         * configure: Fix quoting inside arguments of eval.
12626 1999-10-21  Nick Clifton  <nickc@cygnus.com>
12628         * config-ml.in: Allow suppression of some ARM multilibs.
12630 Tue Sep  7 23:33:57 1999  Linas Vepstas  <linas@linas.org>
12632         * config.guess: Add OS/390 match pattern.
12633         * config.sub: Add mvs, openedition targets.
12634         * configure.in (i370-ibm-opened*): New.
12636 1999-09-04  Steve Chamberlain  <sac@pobox.com>
12638         * config.sub: Add support for configuring for pj.
12640 1999-08-31  Nick Clifton  <nickc@cygnus.com>
12642         * config.sub (maybe_os): Add support for configuring for fr30.
12644 1999-08-25  Nick Clifton  <nickc@cygnus.com>
12646         * configure.in: Do not configure or build ld for AIX
12647         platforms.  ld is known to be broken on these platforms.
12649 Wed Aug 25 01:12:25 1999  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
12651         * config-ml.in: Pass compiler flag corresponding to multidirs to
12652         subdir configures.
12654 1999-08-09  Ian Lance Taylor  <ian@zembu.com>
12656         * Makefile.in (LDFLAGS): Define.
12658 1999-08-08  Mumit Khan  <khan@xraylith.wisc.edu>
12660         * configure.in (i[3456]-*-mingw32*): Don't put gprof in
12661         noconfigdirs.
12662         (*-*-cygwin*): Likewise.
12664 1999-08-08  Ian Lance Taylor  <ian@zembu.com>
12666         * mkdep: New file.
12667         * Makefile.in (GAS_SUPPORT_DIRS): Add mkdep.
12668         (BINUTILS_SUPPORT_DIRS): Add mkdep.
12670         From Eli Zaretskii <eliz@is.elta.co.il>:
12671         * configure (tmpfile): Change cONf$$ to cNf$$ to avoid an overly
12672         long file name when using DJGPP on MS-DOS.
12674 Wed Aug  4 02:07:14 1999  Jeffrey A Law  (law@cygnus.com)
12676         * config.sub (vxworks case): Use os=-vxworks, not os=vxworks.
12678 1999-07-30  Alan Modra  <alan@spri.levels.unisa.edu.au>
12680         * Makefile.in (check-target-libio): Remove all-target-libstdc++
12681         dependency as this causes "make check" to globally "make all"
12683 Tue Jun 22 23:45:18 1999  Tom Tromey  <tromey@cygnus.com>
12685         * configure.in (target_libs): Added target-zlib.
12686         * Makefile.in (ALL_TARGET_MODULES): Added zlib.
12687         (CONFIGURE_TARGET_MODULES): Likewise.
12688         (CHECK_TARGET_MODULES): Likewise.
12689         (INSTALL_TARGET_MODULES): Likewise.
12690         (CLEAN_TARGET_MODULES): Likewise.
12691         (configure-target-zlib): New target.
12692         (all-target-zlib): Likewise.
12693         (all-target-libjava): Depend on all-target-zlib.
12694         (configure-target-libjava): Depend on configure-target-zlib.
12696         * Makefile.in (configure-target-libjava): Depend on
12697         configure-target-newlib.
12698         (configure-target-boehm-gc): New target.
12699         (configure-target-qthreads): New target.
12701         * configure.in (target_libs): Added target-qthreads.
12702         * Makefile.in (ALL_TARGET_MODULES): Added qthreads.
12703         (CONFIGURE_TARGET_MODULES): Likewise.
12704         (CHECK_TARGET_MODULES): Likewise.
12705         (INSTALL_TARGET_MODULES): Likewise.
12706         (CLEAN_TARGET_MODULES): Likewise.
12707         (all-target-qthreads): New target.
12708         (configure-target-libjava): Depend on configure-target-qthreads.
12709         (all-target-libjava): Depend on all-target-qthreads.
12711         * Makefile.in (ALL_TARGET_MODULES): Added libjava, boehm-gc.
12712         (CONFIGURE_TARGET_MODULES): Likewise.
12713         (CHECK_TARGET_MODULES): Likewise.
12714         (INSTALL_TARGET_MODULES): Likewise.
12715         (CLEAN_TARGET_MODULES): Likewise.
12716         (all-target-libjava): New target.
12717         (all-target-boehm-gc): Likewise.
12718         * configure.in (target_libs): Added libjava, boehm-gc.
12720 1999-07-22  Ian Lance Taylor  <ian@zembu.com>
12722         * Makefile.in (binutils.tar.bz2): Don't pass makeall.bat and
12723         configure.bat in SUPPORT_FILES.
12724         (gas+binutils.tar.bz2): Likewise.
12726         * makeall.bat: Remove; obsolete.
12728 1999-07-21  Ian Lance Taylor  <ian@zembu.com>
12730         From Mark Elbrecht:
12731         * configure.bat: Remove; obsolete.
12733 1999-07-11  Ian Lance Taylor  <ian@zembu.com>
12735         * configure: Add -W -Wall to the default CFLAGS when compiling with
12736         gcc.
12738 Thu Jul  8 12:32:23 1999  John David Anglin <dave@hiauly1.hia.nrc.ca>
12740         * configure.in: Build ld, binutils & gas for hppa*-*-linux-gnu*.
12742 1999-06-30  Mark Mitchell  <mark@codesourcery.com>
12744         * configure.in: Build ld on IRIX6.
12746 1999-06-12  Ian Lance Taylor  <ian@zembu.com>
12748         * Makefile.in: Change distribution targets to use bzip2 instead of
12749         gzip.
12750         (TEXINFO_SUPPORT): Set to just texinfo/texinfo.tex.
12751         (taz): Don't use texinfo/gpl.texinfo or texinfo/lgpl.texinfo.
12753 1999-06-04  Nick Clifton  <nickc@cygnus.com>
12755         * config.sub: Add mcore target.
12757 Sun May 30 16:03:16 1999  Cort Dougan  <cort@cs.nmt.edu>
12759         * config.guess (ppc-*-linux-gnu): Also use ld emul elf32ppclinux.
12761 Tue May 25 11:20:46 1999  H.J. Lu  (hjl@gnu.org)
12763         * config.guess (dummy): Changed to $dummy.
12765 1999-05-24  Nick Clifton  <nickc@cygnus.com>
12767         * config.sub: Tidied up case statements.
12769 1999-05-22  Ben Elliston  <bje@cygnus.com>
12771         * config.guess: Handle NEC UX/4800. Contributed by Jiro Takabatake
12772         <jiro@din.or.jp>.
12774         * config.guess: Merge with FSF version. Future changes will be
12775         more accurately recorded in this ChangeLog.
12776         * config.sub: Likewise.
12778 Thu May 20 10:00:42 1999   Stephen L Moshier  <moshier@world.std.com>
12780          * Makefile.in (GCC_FOR_TARGET): Add -I$(build_tooldir)/include.
12782 1999-04-30  Tom Tromey  <tromey@cygnus.com>
12784         * ltmain.sh: [mode link] Always use CC given by ltconfig.
12786 1999-04-23  Tom Tromey  <tromey@cygnus.com>
12788         * ltconfig, ltmain.sh: Update to libtool 1.2f.
12790 1999-04-20  Drew Moseley  <dmoseley@cygnus.com>
12792         * configure.in (noconfigdirs): Don't build libstub for arm-elf targets.
12793         (noconfigdirs): Don't build any bsp stuff for for arm-oabi targets.
12794         Bad merge removed these two changes.
12796 Tue Apr 13 22:50:54 1999  Donn Terry (donn@interix.com)
12797                           Martin Heller (Ing.-Buero_Heller@t-online.de)
12799         * config.guess (interix Alpha): Add.
12801 1999-04-11  Richard Henderson  <rth@cygnus.com>
12803         * configure.in (i?86-*-beos*): Do config gperf; don't config
12804         gdb, newlib, or libgloss.
12806 Sun Apr 11 23:55:34 1999  Alexandre Oliva  <oliva@dcc.unicamp.br>
12808         * config-ml.in: On mips*-*-*, if multidirs contains mabi=64, try to
12809         link a trivial program with -mabi=64.  If it fails, remove mabi=64
12810         from multidirs.
12812 Sat Apr 10 21:50:01 1999  Philipp Thomas  (kthomas@gwdg.de)
12814         * config.sub: Set basic_machine to i586 when target_alias = k6-*.
12816 1999-04-08  Nick Clifton  <nickc@cygnus.com>
12818         * config.sub: Add support for mcore targets.
12820 1999-04-07  Michael Meissner  <meissner@cygnus.com>
12822         * configure.in (d30v-*): Use config/mt-d30v as makefile fragment,
12823         not mt-ospace, in order to shut up assembler warning about using
12824         symbols that are named the same as registers.
12826 1999-04-07  Drew Moseley  <dmoseley@cygnus.com>
12828         * Makefile.in (all-target-cygmon): Added all-target-bsp to the
12829         dependency list for all-target-cygmon.
12831 1999-04-05  Doug Evans  <devans@casey.cygnus.com>
12833         * config-ml.in: Check $host, not $target, for selective multilibs.
12834         (arm-*-*): Allow disabling of biendian, h/w fp, 26 bit apcs,
12835         thumb interworking, and underscore prefix multilibs.
12837 1999-04-04  Ian Lance Taylor  <ian@zembu.com>
12839         * missing: Update to version from current automake.
12841 Fri Apr  2 15:11:32 1999  H.J. Lu  (hjl@gnu.org)
12843         * configure (gxx_include_dir): Removed.
12845         * configure.in (gxx_include_dir): Handle it.
12846         * Makefile.in: Likewise.
12848 1999-03-29  Gavin Romig-Koch  <gavin@cygnus.com>
12850         * config.sub (mips64vr4111,mips64vr4111el) Add.
12852 1999-03-21  Ben Elliston  <bje@cygnus.com>
12854         * config.guess: Correct typo for detecting ELF on FreeBSD.
12856 Thu Mar 18 00:17:50 1999  Mark Elbrecht <snowball3@usa.net>
12858         * configure.in (pc-msdosdjgpp): Set host_makefile_frag to
12859         config/mh-djgpp.
12861 Thu Mar 11 18:37:23 1999  Drew Moseley  <dmoseley@cygnus.com>
12863         * Makefile.in (all-target-bsp): Added all-gcc all-binutils and
12864         all-target-newlib to dependency list for all-target-bsp.
12866 Thu Mar 11 01:19:31 1999  Mumit Khan  <khan@xraylith.wisc.edu>
12868         * config.sub: Add i386-uwin support.
12869         * config.guess: Likewise.
12871 Thu Mar 11 01:07:55 1999  Franz Sirl <Franz.Sirl-kernel@lauterbach.com>
12873         * configure.in: cleanup, add mh-*pic handling for arm, special
12874         case powerpc*-*-aix*
12876 Wed Mar 10 18:35:07 1999  Jeff Johnston  <jjohnstn@cygnus.com>
12878         * configure.in (noconfigdirs): Removed target-libgloss so libnosys.a
12879         can be built.
12881 Wed Mar 10 17:39:09 1999  Drew Moseley  <dmoseley@cygnus.com>
12883         * configure.in: Added bsp support to arm-*-coff and arm-*-elf
12884         targets.
12886 1999-03-02  Nick Clifton  <nickc@cygnus.com>
12888         * config.sub: Rename CYGNUS LOCAL to EGCS LOCAL
12890 Sun Feb 28 02:20:00 1999  Geoffrey Noer  <noer@cygnus.com>
12892         * config.sub: Check for "cygwin*" rather than "cygwin32*"
12894 1999-02-24  Nick Clifton  <nickc@cygnus.com>
12896         * config.sub: Fix typo in arm recognition.
12898 Wed Feb 24 13:51:40 1999  Drew Moseley  <dmoseley@cygnus.com>
12900         * configure.in (noconfigdirs): Changed target_configdirs to
12901         include target-bsp only for m68k-*-elf* and m68k-*-coff*
12902         rather than m68k-*-* since it is not known to work on
12903         m68k-aout. Ditto for arm-*-*oabi.
12905 Wed Feb 24 12:52:17 1999  Stan Shebs  <shebs@andros.cygnus.com>
12907         * configure.in (*-*-windows*): Remove, no longer used.
12909 1999-02-19  Ben Elliston <bje@cygnus.com>
12911         * config.guess: Automatically recognise ELF on FreeBSD. From Niall
12912         Smart and improved by Andrew Cagney.
12914 Thu Feb 18 19:55:09 1999  Marc Espie <espie@cvs.openbsd.org>
12916         * config.guess: Recognize openbsd-*-hppa.
12918 Wed Feb 17 01:38:59 1999  H.J. Lu  (hjl@gnu.org)
12920         * Makefile.in (REALLY_SET_LIB_PATH): Append $$$(RPATH_ENVVAR)
12921         only if it is not empty.
12923 1999-02-17  Nick Clifton  <nickc@cygnus.com>
12925         Patch from: Scott Bambrough <scottb@corelcomputer.com>
12927         * config.guess: Modified to recognize uname's armv* syntax.
12929         * config.sub: Modified to recognize uname's armv* syntax.
12931 1999-02-17  Mark Salter  <msalter@cygnus.com>
12933         * configure.in: Added target-bsp for sparclite.
12935 Mon Feb  8 14:17:24 1999  Richard Henderson  <rth@cygnus.com>
12937         * config.sub: Recognize alphapca5[67] and up to alphaev8.
12939 1999-02-08  Nick Clifton  <nickc@cygnus.com>
12941         * configure.in: Add support for strongarm port.
12942         * config.sub: Add support for strongarm target.
12944 Sun Feb  7 18:01:54 1999  Mumit Khan  <khan@xraylith.wisc.edu>
12946         * configure.in (*-*-cygwin32*): Use config/mh-cygwin instead of
12947         the old name config/mh-cygwin32.
12948         Enable texinfo.
12950 Thu Feb  4 20:43:25 1999  Ian Lance Taylor  <ian@cygnus.com>
12952         * configure.in: Do build ld for ix86 Solaris.
12954 Tue Feb  2 19:46:40 1999  Jim Wilson  <wilson@cygnus.com>
12956         * Makefile.in (EXTRA_GCC_FLAGS):  Set AR to $AR instead of
12957         $AR_FOR_TARGET.  Likewise for RANLIB.
12959 Tue Feb  2 20:05:05 1999  Catherine Moore  <clm@cygnus.com>
12961         * config.sub (oabi):  Recognize.
12962         * configure.in (arm-*-oabi):  Handle.
12964 Sat Jan 30 06:09:00 1999  Robert Lipe  (robertlipe@usa.net)
12966         * config.guess: Improve detection of i686 on UnixWare 7.
12968 Sat Jan 30 08:04:00 1999  Mumit Khan  <khan@xraylith.wisc.edu>
12970         * config.guess: Add support for i386-pc-interix.
12971         * config.sub: Likewise.
12972         * configure.in: Likewise.
12974 Mon Jan 18 13:59:20 1999  Christopher Faylor <cgf@cygnus.com>
12976         * Makefile.in: Remove unneeded all-target-libio from
12977         from all-target-winsup target since it is now unneeded.
12978         Add all-target-libtermcap in its place since it is now
12979         needed.
12981 Wed Dec 30 20:34:52 1998  Christopher Faylor <cgf@cygnus.com>
12983         * configure.in: makefile stub for cygwin target is probably
12984         unnecessary.  Remove it for now.
12986 Wed Dec 30 01:13:03 1998  Christopher Faylor <cgf@cygnus.com>
12988         * configure.in: libtermcap.a should be built when cygwin is the
12989         target as well as the host.
12990         * config.guess: Allow mixed case in cygwin uname output.
12991         * Makefile.in: Add libtermcap target.
12993 Wed Dec 23 00:20:50 1998  Jeffrey A Law  (law@cygnus.com)
12995         * config.sub: Clean up handling of hppa2.0.
12997 Tue Dec 22 23:56:31 1998  Rodney Brown  (rodneybrown@pmsc.com)
12999         * config.guess: Use C code to identify more HP machines.
13001 Thu Dec 17 01:22:30 1998  Jeffrey A Law  (law@cygnus.com)
13003         * config.sub: Handle hppa2.0.
13005 Tue Dec 15 17:02:58 1998  Bob Manson  <manson@charmed.cygnus.com>
13007         * configure.in: Add cygmon for x86-coff and x86-elf. Configure
13008         cygmon for all sparclite targets, regardless of object format.
13010 1998-12-15  Mark Salter  <msalter@cygnus.com>
13012         * configure.in: Added target-bsp for several target architectures.
13014         * Makefile.in: Added rules for bsp.
13016 Fri Dec  4 01:34:02 1998  Jeffrey A Law  (law@cygnus.com)
13018         * config.guess: Improve detection of hppa2.0 processors.
13020 Fri Dec  4 01:33:05 1998  Niall Smart <nialls@euristix.ie>
13022         * config.guess: Recognize FreeBSD using ELF automatically.
13024 1998-11-26  Manfred Hollstein  <manfred@s-direktnet.de>
13026         * configure (skip-this-dir): Add handling for new shell script, which
13027         might be created by a sub-directory's configure to indicate, this particular
13028         directory is "unwanted".
13029         * Makefile.in ($(CONFIGURE_TARGET_MODULES)): Likewise.
13031 Wed Nov 18 18:28:45 1998  Geoffrey Noer  <noer@cygnus.com>
13033         * ltconfig: import from libtool, after changing libtool to
13034         account for the cygwin name change.
13036 Wed Nov 18 18:09:14 1998  Geoffrey Noer  <noer@cygnus.com>
13038         * Makefile.in: CC_FOR_TARGET and CXX_FOR_TARGET should also
13039         include newlib/libc/sys/cygwin and newlib/libc/sys/cygwin32.
13041 Wed Nov 18 20:13:29 1998  Christopher Faylor <cgf@cygnus.com>
13043         * configure.in: Add libtermcap to list of cygwin dependencies.
13045 Tue Nov 17 16:57:51 1998  Geoffrey Noer  <noer@cygnus.com>
13047         * Makefile.in: modify CC_FOR_TARGET and CXX_FOR_TARGET so that
13048         they include winsup/include when it's a cygwin target.
13050 1998-11-12  Tom Tromey  <tromey@cygnus.com>
13052         * configure.in (host_tools): Added zip.
13053         * Makefile.in (all-target-libjava): Depend on all-zip.
13054         (all-zip): New target.
13055         (ALL_MODULES): Added all-zip.
13056         (NATIVE_CHECK_MODULES): Added check-zip.
13057         (INSTALL_MODULES): Added install-zip.
13058         (CLEAN_MODULES): Added clean-zip.
13060 Thu Nov 12 17:27:21 1998  Geoffrey Noer  <noer@cygnus.com>
13062         * Makefile.in: lose "32" from comment about cygwin.
13064 Thu Nov  5 15:00:31 1998  Nick Clifton  <nickc@cygnus.com>
13066         * configure.in: Use -Os to build target libraries for the fr30.
13068 Wed Nov  4 18:49:43 1998  Dave Brolley  <brolley@cygnus.com>
13070         * config.sub: Add fr30.
13072 Mon Nov  2 15:19:33 1998  Geoffrey Noer  <noer@cygnus.com>
13074         * configure.in: drop "32" from config/mh-cygwin32.  Check
13075         cygwin* instead of cygwin32*.
13076         * config.sub: Check cygwin* instead of cygwin32*.
13078 Thu Oct 22 10:55:25 1998  Robert Lipe  <robertl@dgii.com>
13080         * config.guess: Match any version of Unixware7.
13082 1998-10-20  Syd Polk  <spolk@cygnus.com>
13084         * Makefile.in configure.in: Add the ability to use tcl8.1 and tk8.1
13085         if desired.
13087 Sun Oct 18 18:34:50 1998  Jeffrey A Law  (law@cygnus.com)
13089         * config.if (cxx_interface, libstdcxx_interface): Do not try to set
13090         these if the appropriate directories and files to not exist.
13092 Wed Oct 14 10:29:06 1998  Jeffrey A Law  (law@cygnus.com)
13094         * Makefile.in (DEVO_SUPPORT): Add config.if.
13096 Tue Oct 13 15:45:36 1998  Manfred Hollstein  <manfred@s-direktnet.de>
13098         * configure: Add pattern to replace "build_tooldir"'s
13099         definition in the generated Makefile with "tooldir"'s
13100         actual value.
13102 Tue Oct 13 09:17:06 1998  Jeffrey A Law  (law@cygnus.com)
13104         * config.sub: Bring back lost sparcv9.
13106         * Makefile.in (all-snvavigator): Remove all-flexlm dependency.
13108 Mon Oct 12 12:09:44 1998  Jeffrey A Law  (law@cygnus.com)
13110         * Makefile.in (CHILL_FOR_TARGET): Mirror recent changes to
13111         CC_FOR_TARGET and friends.
13113 Mon Oct 12 12:09:30 1998  Alexandre Oliva  <oliva@dcc.unicamp.br>
13115         * Makefile.in (build_tooldir): New variable, same as tooldir.
13116         (CC_FOR_TARGET, GCC_FOR_TARGET, CXX_FOR_TARGET): Add
13117         -B$(build_tooldir)/bin/.
13118         (BASE_FLAGS_TO_PASS): Pass build_tooldir down.
13120 Tue Sep  1 16:23:11 1998  Gerald Pfeifer  <pfeifer@dbai.tuwien.ac.at>
13122         * README: Remove installation instructions and refer to the
13123         INSTALL directory instead.
13125 Wed Sep 30 22:20:50 1998  Robert Lipe  <robertl@dgii.com>
13127         * config.sub: Add support for i[34567]86-pc-udk.
13128         * configure.in: Likewise.
13130 Wed Sep 30 19:23:48 1998  Geoffrey Noer  <noer@cygnus.com>
13132         * Makefile.in: add bzip2 package building bits for user
13133         tools module
13134         * configure.in: ditto
13136 Wed Sep 30 03:00:05 1998  Jeffrey A Law  (law@cygnus.com)
13138         * Makefile.in (TARGET_CONFIGDIRS): Add libobjc.
13139         (ALL_TARGET_MODULES): Add all-target-libobjc.
13140         (CONFIGURE_TARGET_MODULES, CHECK_TARGET_MODULES): Similarly.
13141         (INSTALL_TARGET_MODULES, CLEAN_TARGET_MODULES): Similarly.
13142         (all-target-libchill): Add dependencies.
13143         * configure.in (target_libs): Add libchill.
13145 1998-09-30  Manfred Hollstein  <manfred@s-direktnet.de>
13147         * configure.in (target_subdir): Remove duplicate line.
13149 Tue Sep 29 22:45:41 1998  Felix Lee  <flee@cygnus.com>
13151         * Makefile.in (all-automake): fix dependencies.
13153 Mon Sep 28 04:04:27 1998  Jeffrey A Law  (law@cygnus.com)
13155         * configure.in: Minor cleanups for building in the $(target_alias)
13156         subdir.
13158 1998-09-22  Jim Wilson  <wilson@cygnus.com>
13160         * Makefile.in (bootstrap): Set r and s before make all.  Use
13161         BASE_FLAGS_TO_PASS in make all.
13162         (cross): Likewise.
13164 1998-09-20  Mark Mitchell  <mark@markmitchell.com>
13166         * Makefile.in (bootstrap): Pass TARGET_FLAGS_TO_PASS to `make all'.
13168 Sun Sep 20 00:13:02 1998  Richard Henderson  <rth@cygnus.com>
13170         * config.sub: Fix typo in last change.
13172 1998-09-19  Michael Hayes  <m.hayes@elec.canterbury.ac.nz>
13174         * config.sub: Add support for C4x target.
13175         * configure.in: Likewise.
13177 1998-09-13  David S. Miller  <davem@pierdol.cobaltmicro.com>
13179         * config.sub: Recognize sparcv9 just like sparc64.
13181 Wed Sep  9 15:44:52 1998  Robert Lipe  <robertl@dgii.com>
13183         * config.guess: Match "Pent II" or "PentII" for OpenServer.
13185 Tue Sep  8 01:18:39 1998  Jeffrey A Law  (law@cygnus.com)
13187         * config.guess: Correctly identify Pentium II sco boxes.
13189         * config.guess: Fix "tr" code.  From Weiwen Liu.
13191 Sat Sep  5 13:56:52 1998  John Hughes  <john@Calva.COM>
13193         * configure.in: Do not assume x86-svr4 or x86-unixware can handle
13194         stabs.
13196 Sat Sep  5 02:12:02 1998  Jeffrey A Law  (law@cygnus.com)
13198         * Makefile.in (TARGET_CONFIGDIRS): Add libchill.
13199         (ALL_TARGET_MODULES): Add all-target-libchill.
13200         (CONFIGURE_TARGET_MODULES, CHECK_TARGET_MODULES): Similarly.
13201         (INSTALL_TARGET_MODULES, CLEAN_TARGET_MODULES): Similarly.
13202         (all-target-libchill): Add dependencies.
13203         * configure.in (target_libs): Add libchill.
13205 Sun Aug 30 22:27:02 1998  Lutz Wohlrab <lutz.wohlrab@informatik.tu-chemnitz.de>
13207         * config.guess: Avoid assumptions about "tr" behaves when
13208         LANG is set to something other than English.
13210 Sun Aug 30 22:14:44 1998  H.J. Lu  (hjl@gnu.org)
13212         * configure (gxx_include_dir): Changed to
13213         '${prefix}/include/g++'-${libstdcxx_interface}.
13215         * config.if: New to determine the interfaces.
13217 Sun Aug 30 21:15:19 1998  Mark Klein (mklein@dis.com)
13219         * config.guess: Detect and handle MPE/IX.
13220         * config.sub: Deal with MPE/IX.
13222 Sat Aug 29 14:32:55 1998  David Edelsohn  <edelsohn@mhpcc.edu>
13224         * configure.in: Use mh-aix43.
13226 1998-07-29  Manfred Hollstein  <manfred@s-direktnet.de>
13228         * configure: Fix --without/--disable cases for gxx-include-dir.
13230 Fri Aug 28 12:28:26 1998  Per Bothner  <bothner@cygnus.com>
13232         * mdata-sh:  Imported.  Needed for automake support.
13234 Thu Aug 13 12:49:29 1998  H.J. Lu  <hjl@gnu.org>
13236         * Makefile.in (taz): Try "chmod -R og=u ." before
13237         "chmod og=u `find . -print`".
13239 Fri Jul 31 09:38:33 1998  Catherine Moore  <clm@cygnus.com>
13241         * configure.in: Add arm-elf and thumb-elf support.
13243 Mon Jul 27 16:23:58 1998  Doug Evans  <devans@canuck.cygnus.com>
13245         * Makefile.in: Undo previous patch.
13247 Fri Jul 24 19:55:24 1998  Doug Evans  <devans@canuck.cygnus.com>
13249         * Makefile.in (INSTALL_TARGET): Move EXTRA_TARGET_HOST_INSTALL_MODULES
13250         to here ...
13251         (install-no-fixedincludes): and here
13252         (INSTALL_MODULES): ... from here.
13254 Fri Jul 24 17:01:42 1998  Ian Lance Taylor  <ian@cygnus.com>
13256         * config.sub: Merge with FSF.
13258         * config.guess: Merge with FSF.
13260 Fri Jul 24 08:43:36 1998  Doug Evans  <devans@canuck.cygnus.com>
13262         * configure (extraconfigdirs): New variable.
13263         (SUBDIRS): Add extraconfigdirs and recurse on them too.
13264         * Makefile.in (all): Move higher in file.
13265         (EXTRA_TARGET_HOST_ALL_MODULES): New variable.
13266         (EXTRA_TARGET_HOST_{INSTALL,CHECK}_MODULES): New variables.
13267         (ALL_MODULES): Add EXTRA_TARGET_HOST_ALL_MODULES.
13268         (CROSS_CHECK_MODULES): Add EXTRA_TARGET_HOST_CHECK_MODULES.
13269         (INSTALL_MODULES): Add EXTRA_TARGET_HOST_INSTALL_MODULES.
13271 1998-07-23  Brendan Kehoe  <brendan@cygnus.com>
13273         * Makefile.in (all-target-libjava): Depend on all-gcc and
13274         all-target-newlib.
13275         (configure-target-libjava): Depend on $(ALL_GCC).
13277 Sat Jul 18 14:32:43 CDT 1998  Robert Lipe  <robertl@dgii.com>
13279         * config.guess: (*-pc-sco3.2v5) Add detection for Pentium II.
13280         (*-pc-unixware7) Add detection for Pentium II, Pentium Pro.
13282 Sun Jul 19 00:46:53 CEST 1998  Marc Lehmann <pcg@goof.com>
13284         * INSTALL/README: Fix typo.
13286 Fri Jul 17 13:30:18 1998  Ian Lance Taylor  <ian@cygnus.com>
13288         * ylwrap: Change absolute path checks to check for DOS style path
13289         names.
13291         * ylwrap: Don't use a full path name if the source file is in the
13292         same directory.  From hjl@lucon.org (H.J. Lu).
13294         * config-ml.in: Default to being verbose, to match Feb 18 change to
13295         configure.
13297 Thu Jul 16 12:29:51 1998  Ian Lance Taylor  <ian@cygnus.com>
13299         Brought over from egcs:
13301         Sat Jun 27 22:46:32 1998  Jeffrey A Law  (law@cygnus.com)
13303         * configure.in (target_subdir): Set to ${target_alias} instead
13304         of "libraries".
13306         Mon Sep  1 16:45:44 1997  Jim Wilson  <wilson@cygnus.com>
13308         * configure.in (target_subdir): Set to libraries if enable_multilib.
13310 Wed Jul 15 01:00:54 1998  Ian Lance Taylor  <ian@cygnus.com>
13312         * Makefile.in ($(CONFIGURE_TARGET_MODULES)): If there are any
13313         multilibs, force reconfiguration the first time we create
13314         multilib.out in a subdirectory, in case TARGET_SUBDIR is `.'.
13316 Tue Jul 14 23:41:03 1998  Ian Lance Taylor  <ian@cygnus.com>
13318         * configure.in: Strip any --no option from CONFIG_ARGUMENTS, to
13319         avoid confusion with --no-recursion.
13321 Tue Jul 14 15:37:41 1998  Geoffrey Noer  <noer@cygnus.com>
13323         * configure.in: Win32 hosts shouldn't use install -x
13324         * install-sh: remove -x option, and special .exe-handling
13325         hack.
13327 Tue Jul 14 15:28:41 1998  Richard Henderson  <rth@cygnus.com>
13329         * config.guess: Recognize i586-pc-beos.
13330         * configure.in: Don't build some bits for beos.
13332 Tue Jul 14 13:22:18 1998  Ian Lance Taylor  <ian@cygnus.com>
13334         * configure: If CC is set but CFLAGS is not, and CC is gcc, make
13335         CFLAGS default to -O2.
13337         * ltmain.sh: Add some hacks to make SunOS --enable-shared work
13338         when using GNU ld.
13340 Fri Jul 10 13:18:23 1998  Ian Lance Taylor  <ian@cygnus.com>
13342         * ltmain.sh: Correct install when using a different shell.
13344 Tue Jul  7 15:24:38 1998  Ian Lance Taylor  <ian@cygnus.com>
13346         * ltconfig, ltmain.sh: Update to libtool 1.2b.
13348 Thu Jul  2 13:57:36 1998  Klaus Kaempf  <kkaempf@rmi.de>
13350         * makefile.vms: Update to build binutils/makefile.vms.  Add install
13351         target.
13353 Wed Jul  1 16:45:21 1998  Ian Lance Taylor  <ian@cygnus.com>
13355         * ltconfig: Update to correct AIX handling.
13357 Sat Jun 27 22:46:32 1998  Jeffrey A Law  (law@cygnus.com)
13359         * Makefile.in (BASE_FLAGS_TO_PASS): Add TARGET_SUBDIR.
13361         * configure.in (target_subdir): Set to ${target_alias} instead
13362         of "libraries".
13364 1998-06-26  Manfred Hollstein  <manfred@s-direktnet.de>
13366         * Makefile.in (BASE_FLAGS_TO_PASS): Add gcc_version_trigger.
13367         (Makefile): Depend on $(gcc_version_trigger).
13369         * configure (gcc_version): Change default initializer to empty
13370         string.
13371         (gcc_version_trigger): New variable; pass this variable down
13372         to subdir configures to enable them checking gcc's version
13373         themselves. Emit make macros for both gcc_version vars.
13374         (topsrcdir): Initialize reliably.
13375         (recursion line): Remove --with-gcc-version=${gcc_version}.
13377 1998-06-24  Manfred Hollstein  <manfred@s-direktnet.de>
13379         * configure (enable_version_specific_runtime_libs): Implement new flag
13380         --enable-version-specific-runtime-libs which installs C++ runtime stuff
13381         in $(libsubdir); emit definition in each generated Makefile.
13382         (gxx_include_dir): Initialize depending on
13383         $enable_version_specific_runtime_libs.
13385 1998-06-24  Manfred Hollstein  <manfred@s-direktnet.de>
13387         * configure (gcc_version): Initialize properly depending on
13388         how and where configure is started.
13389         (recursion line): Pass a --with-gcc-version=${gcc_version}
13390         to configures in subdirs.
13392 Wed Jun 24 16:01:59 1998  John Metzler  <jmetzler@cygnus.com>
13394         * configure.in (noconfigdirs): Add configure pattern for mips tx39
13395         cygmon
13397 Tue Jun 23 22:42:32 1998  Mark Alexander  <marka@cygnus.com>
13399         * configure.in: Add cygmon and libstub support for mn10200.
13401 1998-06-19  Manfred Hollstein  <manfred@s-direktnet.de>
13403         * configure (gcc_version): Add new variable describing the
13404         particular gcc version we're building.
13405         * Makefile.in (libsubdir): Add new macro for the directory
13406         in which the compiler finds executables, libraries, etc.
13407         (BASE_FLAGS_TO_PASS): Pass down gcc_version, target_alias
13408         and libsubdir.
13410 Fri Jun 19 02:36:59 1998  Alexandre Oliva <oliva@dcc.unicamp.br>
13412         * Makefile.in (local-clean): Remove *.log.
13413         (warning.log): Built with warn_summary from build.log.
13414         (mail-report.log): Run test_summary.
13415         (mail-report-with-warnings.log): Run test_summary including
13416         warning.log in the report.
13418 Thu Jun 18 11:26:03 1998  Robert Lipe  <robertl@dgii.com>
13420         * config.guess: Detection of Pentium II for *-sco-3.2v5*.
13422 Mon Jun 15 14:53:54 1998  Andrew Cagney  <cagney@b1.cygnus.com>
13424         * Makefile.in (grep): Grep no longer depends on libiberty.
13426 Fri Jun 12 14:03:34 1998  Syd Polk  <spolk@cygnus.com>
13428         * Makefile.in: all-snavigator needs all-libgui.
13430 Thu Jun 11 19:43:47 1998  Mark Alexander  <marka@cygnus.com>
13432         * configure.in: Add cygmon and libstub support for mn10300.
13434 Wed Jun 10 11:19:47 1998  Ian Lance Taylor  <ian@cygnus.com>
13436         * missing: Update to version from automake 1.3.
13438         * ltmain.sh: On installation, don't get confused if the same name
13439         appears more than once in the list of library names.
13441 Wed Jun  3 14:51:42 1998  Ian Lance Taylor  <ian@cygnus.com>
13443         * config.sub: Accept m68060 and m5200 as CPU names.
13445 Mon Jun  1 17:25:16 1998  Ian Lance Taylor  <ian@cygnus.com>
13447         * configure: Use && rather than using -a in test, because odd
13448         strings can confuse test.
13449         * configure.in: Likewise.
13451 Thu May 28 19:31:13 1998  Ian Lance Taylor  <ian@cygnus.com>
13453         * ltconfig, ltmain.sh: Bring in Visual C++ support.
13455 Sat May 23 23:44:13 1998  Alexandre Oliva <oliva@dcc.unicamp.br>
13457         * Makefile.in (boostrap2-lean, bootstrap3-lean,
13458         bootstrap4-lean): New targets.
13460 Mon May 11 23:55:56 1998  Jeffrey A Law  (law@cygnus.com)
13462         * mpw-* Delete.  Not used.
13464 Mon May 11 23:11:34 1998  Jeffrey A Law  (law@cygnus.com)
13466         * COPYING.LIB: Update FSF address.
13468 Fri May  8 01:30:20 1998  Ian Lance Taylor  <ian@cygnus.com>
13470         * ltconfig, ltmain.sh: Update to libtool 1.2a.
13472         * Makefile.in (GASB_SUPPORT_DIRS): Remove intl; already included via
13473         GAS_SUPPORT_DIRS.
13475 Thu May  7 17:27:35 1998  Ian Lance Taylor  <ian@cygnus.com>
13477         * ltconfig, ltmain.sh: Avoid producing a version number if
13478         -version-info was not used.
13480 Tue May  5 18:02:24 1998  Ian Lance Taylor  <ian@cygnus.com>
13482         * configure.in: Add --with-newlib to CONFIG_ARGUMENTS if we are
13483         building with newlib.
13485 1998-04-30  Paul Eggert  <eggert@twinsun.com>
13487         * Makefile.in (EXTRA_GCC_FLAGS): Remove backslash at end;
13488         Solaris `make' causes it to continue to next definition.
13490 Tue Apr 28 16:24:24 1998  Jason Molenda  (crash@bugshack.cygnus.com)
13492         * Makefile.in (install-gdbtk): Call this 'install-gdb' so that
13493         the right GUI libraries and files are installed along with GDB.
13495 Tue Apr 28 18:11:24 1998  Ian Lance Taylor  <ian@cygnus.com>
13497         * configure.in: Change alpha to alpha* in several places.
13499 Tue Apr 28 07:42:00 1998  Mark Alexander  <marka@cygnus.com>
13501         * config.sub: Recognize sparc86x.
13503 Tue Apr 28 07:35:02 1998  Michael Meissner  <meissner@cygnus.com>
13505         * configure.in (--enable-target-optspace): Remove debug echo.
13507 Thu Apr 23 21:31:16 1998  Jim Wilson  <wilson@cygnus.com>
13509         * configure: Set CXXFLAGS from CXXFLAGS, not CFLAGS.
13511 Thu Apr 23 12:26:38 1998  Ian Lance Taylor  <ian@cygnus.com>
13513         * ltconfig: Update cygwin32 support.
13515         * Makefile.in (GAS_SUPPORT_DIRS): Add intl.
13516         (BINUTILS_SUPPORT_DIRS, GASB_SUPPORT_DIRS): Likewise.
13517         (GDB_SUPPORT_DIRS): Likewise.
13519 Wed Apr 22 12:30:10 1998  Michael Meissner  <meissner@cygnus.com>
13521         * configure.in (target_makefile_frag): If --enable-target-optspace,
13522         use -Os to compile target libraries rather than -O2.  Default to
13523         using -Os for d10v and m32r if --{enable,disable}-target-optspace is
13524         not used.
13525         * configure.in (target_cflags): Ditto for d30v.
13527 Tue Apr 21 23:06:54 1998  Tom Tromey  <tromey@cygnus.com>
13529         * Makefile.in (all-bfd): Depend on all-intl.
13530         (all-binutils): Likewise.
13531         (all-gas): Likewise.
13532         (all-gprof): Likewise.
13533         (all-ld): Likewise.
13535 1998-04-19  Brendan Kehoe  <brendan@cygnus.com>
13537         * configure.in (host_tools): Fix typo, lbtool -> libtool.
13539 Fri Apr 17 16:20:42 1998  Ian Lance Taylor  <ian@cygnus.com>
13541         * Makefile.in (all-bfd): Depend upon all-libiberty.
13543         * ltconfig, ltmain.sh: Bring in newer cygwin32 support.
13545 Fri Apr 17 12:22:22 1998  Bob Manson  <manson@charmed.cygnus.com>
13547         * Makefile.in: Add libstub.
13549         * configure.in: Ditto. Build libstub for targets that have cygmon
13550         support.
13552 Tue Apr 14 18:01:55 1998  Ian Lance Taylor  <ian@cygnus.com>
13554         * configure.in: Don't set PICFLAG on ix86-cygwin32.
13556 Tue Apr 14 12:24:45 1998  J. Kean Johnston  <jkj@sco.com>
13558         * configure.in: Recognise i[3456]96-*-sysv5* as a valid host, and
13559         use mh-sysv5 if specified.  Support gprof on SCO Open Server.
13561 Tue Apr 14 11:33:51 1998  Krister Walfridsson <cato@df.lth.se>
13563         * configure: Define DEFAULT_M4 by searching PATH.
13564         * Makfile.in: Use DEFAULT_M4.
13566 Mon Apr 13 15:37:24 1998  Ian Lance Taylor  <ian@cygnus.com>
13568         * ltconfig: Add cygwin32 support.
13570         * Makefile.in, configure.in: Add libtool as a native only directory
13571         to configure and build.
13573 Sun Apr 12 20:58:46 1998  Jeffrey A Law  (law@cygnus.com)
13575         * Makefile.in (INSTALL_MODULES): Remove texinfo.
13577 Wed Apr  8 13:18:56 1998  Philippe De Muyter  <phdm@macqel.be>
13579         * Makefile.in (EXTRA_GCC_FLAGS): XFOO lines shortened.
13581 Thu Apr  2 14:48:44 1998  Geoffrey Noer  <noer@cygnus.com>
13583         * Makefile.in: add ash make rules
13584         * configure.in: add ash to native_only and host_tools lists
13586 Thu Mar 26 12:53:20 1998  Tom Tromey  <tromey@cygnus.com>
13588         * Makefile.in (all-gettext, all-intl): New targets.
13589         (ALL_MODULES): Added all-gettext, all-intl.
13590         (CROSS_CHECK_MODULES): Added check-gettext, check-intl.
13591         (INSTALL_MODULES): Added install-gettext, install-intl.
13592         (CLEAN_MODULES): Added clean-gettext, clean-intl.
13594         * configure.in (host_tools): Added gettext.
13595         (native_only): Likewise.
13596         (noconfigdirs) [various cases]: Likewise.
13597         (host_libs): Added intl.
13599 Thu Mar 26 15:00:11 1998  Keith Seitz  <keiths@onions.cygnus.com>
13601         * configure: Do not disable building gdbtk for cygwin32 hosts.
13603 Wed Mar 25 10:04:18 1998  Nick Clifton  <nickc@cygnus.com>
13605         * configure.in: Add thumb-coff target.
13606         * config.sub: Add thumb-coff target.
13608 Wed Mar 25 11:49:12 1998  Jason Molenda  (crash@bugshack.cygnus.com)
13610         * Makefile.in: Revert yesterday's change.
13611         (all-target-winsup):  all-target-librx stays out of here.
13613 Tue Mar 24 16:58:29 1998  Jason Molenda  (crash@bugshack.cygnus.com)
13615         * Makefile.in (TARGET_CONFIGDIRS, ALL_TARGET_MODULES,
13616         CONFIGURE_TARGET_MODULES, CHECK_TARGET_MODULES,
13617         INSTALL_TARGET_MODULES, CLEAN_TARGET_MODULES, all-target-winsup):
13618         Remove references to librx and libg++.
13620 Tue Mar 24 18:28:12 1998  Eric Mumpower  <nocturne@cygnus.com>
13622         * Makefile.in (BASE_FLAGS_TO_PASS): Pass $(lispdir) down to
13623         recursive makes
13625 Tue Mar 24 11:37:45 1998  Ian Lance Taylor  <ian@cygnus.com>
13627         * Makefile.in (CC_FOR_TARGET): Use $(TARGET_SUBDIR) when passing -B
13628         for newlib directory.
13629         (CXX_FOR_TARGET): Likewise.
13631 Mon Mar 23 11:30:21 1998  Jeffrey A Law  (law@cygnus.com)
13633         * ltconfig: Update after libtool/ltconfig.in change for
13634         hpux11.
13636 Fri Mar 20 18:51:43 1998  Ian Lance Taylor  <ian@cygnus.com>
13638         * ltconfig, ltmain.sh: Update to libtool 1.2.
13640 Fri Mar 20 09:32:14 1998  Manfred Hollstein  <manfred@s-direktnet.de>
13642         * Makefile.in (install-gcc): Don't specify LANGUAGES here.
13643         (install-gcc-cross): Instead, override LANGUAGES here.
13645 1998-03-18  Dave Love  <d.love@dl.ac.uk>
13647         * Makefile.in ($(CONFIGURE_TARGET_MODULES)): Set CONFIG_SITE to a
13648         non-existent file since /dev/null loses with bash 2.0/autoconf 2.12.
13650 Wed Mar 18 09:24:59 1998  Nick Clifton  <nickc@cygnus.com>
13652         * configure.in: Add Thumb-pe target.
13654 Tue Mar 17 16:59:00 1998  Syd Polk <spolk@cygnus.com>
13656         * Makefile.in - changed sn targets to snavigator
13657         * configure.in - changed sn targets to snavigator
13659 Tue Mar 17 10:33:28 1998  Manfred Hollstein  <manfred@s-direktnet.de>
13661         * config-ml.in: After building symlink tree call make distclean
13662         if a Makefile got linked into ${ml_dir}/${ml_libdir}; this happens
13663         to be the case for libiberty.
13665 Tue Mar 17 10:22:37 1998  H.J. Lu  (hjl@gnu.ai.mit.edu)
13667         * configure: When making link, also check the current
13668         directory. The configure scripts may create one.
13670 Fri Mar  6 01:02:03 1998  Richard Henderson  <rth@cygnus.com>
13672         * config.sub: Accept alphapca56 and alphaev6 properly.
13674 Fri Mar  6 00:14:55 1998  Franz Sirl <Franz.Sirl-kernel@lauterbach.com>
13676         * configure.in: Revert 3 Jan change for powerpc-linux-gnulibc1.
13678 Mon Feb 23 15:09:18 1998  Bruno Haible <bruno@linuix.mathematik.uni-karlsruhe.de
13680         * config.sub (sco5): Fix typo.
13682 Mon Feb 23 14:46:06 1998  Ian Lance Taylor  <ian@cygnus.com>
13684         * Makefile.in (INSTALL_MODULES): Move install-tcl before
13685         install-itcl.
13686         (install-itcl): Remove dependency on install-tcl.
13688 Mon Feb 23 09:53:28 1998  Mark Alexander  <marka@cygnus.com>
13690         * configure.in: Remove libgloss from noconfigdirs for MN10300.
13692 Thu Feb 19 13:40:41 1998  Ian Lance Taylor  <ian@cygnus.com>
13694         * configure.in: Don't build libgui for a cygwin32 target when not on
13695         a cygwin32 host.
13697 Wed Feb 18 12:29:00 1998  Jason Molenda  (crash@bugshack.cygnus.com)
13699         * configure (redirect): Set to null, so default behavior of
13700         configure is now --verbose.
13702 1998-02-16  Dave Love  <d.love@dl.ac.uk>
13704         * Makefile.in ($(CONFIGURE_TARGET_MODULES)): Run configure with
13705         CONFIG_SITE=/dev/null to forestall lossage with site configuration.
13707 Mon Feb 16 12:23:53 1998  Manfred Hollstein  <Manfred.Hollstein@ks.sel.alcatel.de>
13709         * Makefile.in (BASE_FLAGS_TO_PASS, EXTRA_TARGET_FLAGS): Really add
13710         this change to sync Makefile.in with its ChangeLog entries.
13712 Thu Feb 12 15:03:08 1998  H.J. Lu  <hjl@gnu.org>
13714         * ltmain.sh (mkdir): Check that the directory doesn't exist
13715         before we exit with error, so that we don't get races during
13716         parallel builds.
13718 Sat Feb  7 15:19:18 1998  Ian Lance Taylor  <ian@cygnus.com>
13720         * ltconfig, ltmain.sh: Update from libtool 1.0i.
13722 Fri Feb  6 01:33:52 1998  Manfred Hollstein  <manfred@s-direktnet.de>
13724         * Makefile.in (BASE_FLAGS_TO_PASS): Don't pass PICFLAG and
13725         PICFLAG_FOR_TARGET.
13726         (EXTRA_TARGET_FLAGS): Don't pass PICFLAG_FOR_TARGET.
13728         * configure: Emit a definition for the new macro enable_shared
13729         into each Makefile.
13731 Thu Feb  5 17:01:12 1998  Jason Molenda  (crash@bugshack.cygnus.com)
13733         * configure.in (host_tools, native_only): Add libtool.
13735 Wed Feb  4 16:53:58 1998  Geoffrey Noer  <noer@cygnus.com>
13737         * configure.in: add target-gperf to noconfigdirs for Cygwin32.
13738         Fix typo in ming config comment.
13740 Wed Feb  4 18:56:13 1998  Ian Lance Taylor  <ian@cygnus.com>
13742         * ltconfig, ltmain.sh: Update from libtool 1.0h.
13744 Mon Feb  2 19:38:19 1998  Ian Lance Taylor  <ian@cygnus.com>
13746         * config.sub: Add tic30 cases, and map c30 to tic30.
13748 Sun Feb  1 02:40:41 1998  Richard Henderson  <rth@cygnus.com>
13750         * Makefile.in (TARGET_CONFIGDIRS): Add libf2c.
13751         (ALL_TARGET_MODULES, CONFIGURE_TARGET_MODULES): Similarly
13752         (CHECK_TARGET_MODULES, INSTALL_TARGET_MODULES): Similarly
13753         (CLEAN_TARGET_MODULES): Similarly
13754         (all-target-libf2c): Add dependences.
13755         * configure.in (target_libs): Add libf2c.
13757 Fri Jan 30 17:18:32 1998  Geoffrey Noer  <noer@cygnus.com>
13759         * configure.in: Remove expect from noconfigdirs when target
13760         is cygwin32.  OK to build expect and dejagnu with Canadian
13761         Cross.
13763 Wed Jan 28 12:58:49 1998  Ian Lance Taylor  <ian@cygnus.com>
13765         * configure.in: Do build expect, dejagnu, and cvssrc for a cygwin32
13766         host.
13768         * config.guess: Use ${UNAME_MACHINE} rather than i386 for cygwin32
13769         and mingw32.
13771 Wed Jan 28 10:26:37 1998  Manfred Hollstein  <manfred@s-direktnet.de>
13773         * Makefile.in (BASE_FLAGS_TO_PASS): Remove passing $(local_prefix)
13774         here as it is not defined in the toplevel Makefile.
13776 Tue Jan 27 23:25:06 1998  Manfred Hollstein  <manfred@s-direktnet.de>
13778         * configure (package_makefile_rules_frag): New variable, which names
13779         a file with generic rules, ...
13780         Change comment to mention we now have FIVE parts.
13781         * configure: Undo last change.
13783 Tue Jan 27 23:15:55 1998  Lassi A. Tuura  <lat@iki.fi>
13785         * config.guess: More accurate determination of HP processor types.
13786         * config.sub: More accurate determination of HP processor types.
13788 Sat Jan 24 01:59:45 1998  Manfred Hollstein  <manfred@s-direktnet.de>
13790         * configure (package_makefile_frag): Move inserting the
13791         ${package_makefile_frag} to where it should be according
13792         to the comment.
13794 Fri Jan 23 00:29:28 1998  Philip Blundell  <pb@nexus.co.uk>
13796         * config.guess: Add support for Linux/ARM.
13798 Thu Jan 22 15:14:01 1998  Fred Fish  <fnf@cygnus.com>
13800         * .cvsignore: Remove *-info and *-install since they match
13801         release-info and mpw-install, which we don't want to just ignore.
13803 Thu Jan 22 01:38:33 1998  Richard Henderson  <rth@cygnus.com>
13805         * configure.in: Revert 3 Jan change for alpha-linux-gnulibc1.
13807 Sat Jan 17 21:28:08 1998  Pieter Nagel <pnagel@epiuse.co.za>
13809         * Makefile.in (FLAGS_TO_PASS): Pass down gcc_include_dir and
13810         local_prefix to sub-make invocations.
13812 Sat Jan 17 21:04:59 1998 H.J. Lu  (hjl@gnu.org)
13814         * configure.in: Check makefile fragments in the source
13815         directory.
13817 Fri Jan 16 00:41:37 1998  Alexandre Oliva <oliva@dcc.unicamp.br>
13819         * configure.in: Check whether host and target makefile
13820         fragments exist before adding them to *_makefile_frag.
13822 Wed Jan 14 23:39:10 1998  Bob Manson  <manson@charmed.cygnus.com>
13824         * configure.in (target_configdirs): Add cygmon for sparc64-elf.
13826 Wed Jan 14 12:48:07 1998  Keith Seitz  <keiths@pizza.cygnus.com>
13828         * configure.in: Make sure we only replace RPATH_ENVVAR on
13829         lines which begin with RPATH_ENVVAR, i.e. add "^" to the
13830         regexp to sed.
13832         * Makefile.in (BASE_FLAGS_TO_PASS): Pass RRPATH_ENVVAR down
13833         to sub-makes.
13835 1998-01-13  Lee Iverson   (leei@ai.sri.com)
13837         * config-ml.in (multi-do): LDFLAGS must include multilib
13838         designator.
13840 Tue Jan 13 01:13:24 1998   Robert Lipe (robertl@dgii.com)
13842         * config.guess: Recognize i[3456]-i586-UnixWare7-sysv5.
13844 Sun Jan  4 01:06:55 1998  Mumit Khan  <khan@xraylith.wisc.edu>
13846         * config.sub: Add mingw32 support.
13847         * configure.in: Likewise.
13849 Sat Jan  3 12:11:05 1998 Franz Sirl <franz.sirl-kernel@lauterbach.com>
13851         * configure.in: Finalize support for {alpha|powerpc}*-*-linux-gnulibc1
13853 Sun Dec 28 11:28:58 1997  Jeffrey A Law  (law@cygnus.com)
13855         * Makefile.in (INSTALL_TARGET): Do install-gcc first.
13856         * configure (gxx_include_dir): Provide a definition for subdirs
13857         which do not use autoconf.
13859 Wed Dec 24 22:46:55 1997  Jeffrey A Law  (law@cygnus.com)
13861         * config.guess: Sync with egcs.  Picks up new alpha support,
13862         BeOS & some additional linux support.
13864 Tue Dec 23 12:44:24 1997  Jeffrey A Law  (law@cygnus.com)
13866         * config.guess: HP 9000/803 is a PA1.1 machine.
13868 Mon Dec 22 02:39:24 1997  Richard Henderson  <rth@cygnus.com>
13870         * configure.in: It's alpha*-...
13872 Sun Dec 21 16:53:12 1997  H.J. Lu  (hjl@gnu.ai.mit.edu)
13874         * configure.in (host_makefile_frag, target_makefile_frag):
13875         Handle multiple config files.
13876         (alpha-*-linux*): Treat alpha-*-linux* as alpha-*-linux* and
13877         alpha-*-*.
13879 Thu Dec 18 13:13:03 1997  Doug Evans  <devans@canuck.cygnus.com>
13881         * mkdep: New file.
13883 Wed Dec 17 09:53:02 1997  Michael Meissner  <meissner@cygnus.com>
13885         * configure.in (d30v-*-*): Allow configuring of libide, vmake, etc.
13887 Tue Dec 16 17:36:05 1997  Ian Lance Taylor  <ian@cygnus.com>
13889         * Makefile.in: Add libgui directory.
13890         (GDB_TK): Add all-libgui.
13891         * configure.in: Add libgui directory.
13892         * configure: Add all-libgui to GDB_TK.
13894 Mon Dec 15 16:12:28 1997  Nick Clifton  <nickc@cygnus.com>
13896         * config-ml.in (multidirs): Add m32r to multilib list.
13898 Fri Dec 12 10:43:31 1997  Brendan Kehoe  <brendan@canuck.cygnus.com>
13900         * Makefile.in (all-target-gperf): Change dependency to
13901         all-target-libstdc++.
13903 Thu Dec 11 23:30:51 1997  Fred Fish  <fnf@ninemoons.com>
13905         * config.guess: Add BeOS support.
13907 Wed Dec 10 15:10:38 1997  Ian Lance Taylor  <ian@cygnus.com>
13909         Source directory cvs renamed to cvssrc:
13910         * configure.in (host_tools): Change cvs to cvssrc.
13911         (native_only): Likewise.
13912         (noconfigdirs) [various cases]: Likewise.
13913         * Makefile.in (ALL_MODULES): Change all-cvs to all-cvssrc.
13914         (CROSS_CHECK_MODULES): Change check-cvs to check-cvssrc.
13915         (INSTALL_MODULES): Change install-cvs to install-cvssrc.
13916         (CLEAN_MODULES): Change clean-cvs to clean-cvssrc.
13917         (all-cvssrc): Rename target from all-cvs.
13919 Wed Dec  3 07:55:59 1997  Jeffrey A Law  (law@cygnus.com)
13921         * configure (gxx_include_dir): Fix thinko.
13923 Tue Dec  2 10:55:34 1997  Jeffrey A Law  (law@cygnus.com)
13925         * Makefile.in (INSTALL_TARGET_CROSS): Define.
13926         (install-cross, install-gcc-cross): New targets.
13928 Tue Dec  2 10:08:31 1997  Nick Clifton  <nickc@cygnus.com>
13930         * configure.in (noconfigdirs): Add support for Thumb target.
13932         * config.sub (maybe_os): Add support for Thumb target.
13934 Sun Nov 30 16:12:27 1997  Bob Manson  <manson@charmed.cygnus.com>
13936         * Makefile.in: Add rules for cygmon.
13938         * configure.in: Build cygmon for sparc-elf and sparclite-aout.
13940 Thu Nov 27 01:31:30 1997  Jeffrey A Law  (law@cygnus.com)
13942         * Makefile.in (INSTALL_TARGET): Do install-gcc first.
13943         * configure (gxx_include_dir): Provide a definition for subdirs
13944         which do not use autoconf.
13946 Wed Nov 26 11:53:33 1997  Keith Seitz  <keiths@onions.cygnus.com>
13948         * Makefile.in, configure, configure.in, ChangeLog: merge with foundry's
13949         11/18/97 build
13951 Wed Nov 26 16:08:50 1997  Jeffrey A Law  (law@cygnus.com)
13953         * From Franz Sirl.
13954         * config.guess (powerpc*-*-linux): Handle glibc2 beta release
13955         found on RedHat Linux systems.
13957 Fri Nov 21 09:51:01 1997  Jeffrey A Law  (law@cygnus.com)
13959         * config.guess (alpha stuff): Merge with FSF to avoid incorrect
13960         guesses.
13962 Thu Nov 13 11:38:37 1997  Jeffrey A Law  (law@cygnus.com)
13964         * configure.in (i[3456]86-ncr-sysv4.3*): Tweak.
13966 Mon Nov 10 15:23:21 1997  H.J. Lu  <hjl@gnu.ai.mit.edu>
13968         * ltmain.sh: If mkdir fails, check whether the directory was created
13969         anyhow by some other process.
13971 Mon Nov 10 14:38:03 1997  Michael Meissner  <meissner@cygnus.com>
13973         * configure.in (d30v-*-*): Configure all directories.
13975 Sun Nov  9 17:36:20 1997  Michael Meissner  <meissner@cygnus.com>
13977         * configure.in (d30v-*-*): Configure newlib, libiberty directories
13978         for the D30V.
13980 Sat Nov  8 14:42:59 1997  Michael Meissner  <meissner@cygnus.com>
13982         * configure.in (d30v-*-*): Configure target-libgloss on the D30V.
13984 Fri Nov  7 10:34:09 1997  Rob Savoye  <rob@darkstar.cygnus.com>
13986         * include/libiberty.h: Add extern "C" { so it can be used with C++
13987         progrms.
13988         * include/remote-sim.h:  Add extern "C" { so it can be used with C++
13989         programs.
13991 Thu Oct 30 11:09:29 1997  Michael Meissner  <meissner@cygnus.com>
13993         * configure.in (d30v-*-*): Configure GCC now.
13995 Mon Oct 27 13:17:24 1997  Stan Shebs  <shebs@andros.cygnus.com>
13997         * configure.in: Remove a "second pass" of tweaking noconfigdirs,
13998         is no longer needed.
14000 Mon Oct 27 12:03:53 1997  Jason Merrill  <jason@yorick.cygnus.com>
14002         * Makefile.in: check-target-libio depends on all-target-libstdc++.
14004 Sun Oct 26 11:48:27 1997  Manfred Hollstein  (manfred@s-direktnet.de)
14006         * Makefile.in (bootstrap-lean): Combined with `normal' bootstrap
14007         targets using "$@" to provide support for similar but not identical
14008         targets without having to duplicate code.
14010 Mon Oct 20 15:28:49 1997  Klaus K"ampf  <kkaempf@progis.de>
14012         * makefile.vms: Fix to work with DEC C.
14014 Tue Oct  7 23:58:57 1997  Gavin Koch  <gavin@cygnus.com>
14016         * config.sub: Add mips-tx39-elf to marketing names.
14018 Tue Oct  7 14:24:41 1997  Ian Lance Taylor  <ian@cygnus.com>
14020         * ltmain.sh: Handle symlinks in generated script.
14022 Wed Oct  1 13:11:27 1997  Ian Lance Taylor  <ian@cygnus.com>
14024         * configure: Handle autoconf style directory options: --bindir,
14025         --datadir, --includedir, --infodir, --libdir, --libexecdir,
14026         --mandir, --oldincludedir, --sbindir, --sharedstatedir,
14027         --sysconfdir.
14028         * Makefile.in (sbindir, libexecdir, sysconfdir): New variables.
14029         (sharedstatedir, localstatedir, oldincludedir): New variables.
14030         (BASE_FLAGS_TO_PASS): Pass down bindir, datadir, includedir,
14031         infodir, libdir, libexecdir, localstatedir, mandir, oldincludedir,
14032         sbindir, sharedstatedir, and sysconfdir.
14034 Mon Sep 29 00:38:08 1997 Aaron Jackson <jackson@negril.msrce.howard.edu>
14036         * Makefile.in (bootstrap-lean): New target.
14038 Wed Sep 24 18:06:27 1997  Stu Grossman  <grossman@babylon-5.cygnus.com>
14040         * configure.in (d30v):  Remove tcl, tk, expect, gdb, itcl, tix, db,
14041         sn, and gnuserv from noconfigdirs.
14043 Wed Sep 24 15:18:32 1997  Ian Lance Taylor  <ian@cygnus.com>
14045         * ltmain.sh: Tweak shell pattern to avoid bug in NetBSD /bin/sh.
14047 Thu Sep 18 23:58:27 1997  Jeffrey A Law  (law@cygnus.com)
14049         * Makefile.in (cross): New target.
14051 Thu Sep 18 21:43:23 1997  Alexandre Oliva  <oliva@dcc.unicamp.br>
14052                           Jeff Law         <law@cygnus.com>
14054         * Makefile.in (bootstrap2, bootstrap3): New targets.
14055         (all-bootstrap): Remove outdated and confusing target.
14056         (bootstrap, bootstrap2, bootstrap3): Don't pass BOOT_CFLAGS down.
14058 Thu Sep 18 15:37:42 1997  Andrew Cagney  <cagney@b1.cygnus.com>
14060         * configure (tooldir): enable_gdbtk=YES for cygwin32, NO for
14061         windows.  Consistent with gdb/configure.
14063 1997-09-15 02:37  Ulrich Drepper  <drepper@cygnus.com>
14065         * configure.in: Name Linux target fragment.
14067         * configure: Rewrite so that project Makefile fragment is inserted
14068         first and appears last in the resulting Makefile.
14070 Tue Sep 16 09:55:07 1997  Andrew Cagney  <cagney@b1.cygnus.com>
14072         * Makefile.in (install-itcl): Install tcl first.
14074 Fri Sep 12 16:19:20 1997  Geoffrey Noer  <noer@cygnus.com>
14076         * configure.in: remove bison from noconfigdirs for Cygwin32 host
14078 Thu Sep 11 16:40:46 1997  H.J. Lu  (hjl@gnu.ai.mit.edu)
14080         * Makefile.in (local-distclean): Also remove mh-frag mt-frag.
14082         * configure.in (skipdirs): Add target-librx for Linux.
14083         (alpha-*-linux*): Use config/mh-elfalphapic and config/mt-elfalphapic.
14085 Wed Sep 10 21:29:54 1997  Jeffrey A Law  (law@cygnus.com)
14087         * Makefile.in (bootstrap): New target.
14089 Wed Sep 10 15:19:22 1997  Jeffrey A Law  (law@cygnus.com)
14091         * config.sub: Accept 'amigados' for backward compatibility.
14093 Mon Sep  8 20:46:20 1997  Ian Lance Taylor  <ian@cygnus.com>
14095         * config.guess: Merge with FSF.
14097 Sun Sep  7 23:18:32 1997  Fred Fish  <fnf@ninemoons.com>
14099         * config.sub: Change 'amigados' to 'amigaos' to match current usage.
14101 Sun Sep  7 15:55:28 1997  Gavin Koch  <gavin@cygnus.com>
14103         * config.sub: Add "marketing-names" patch.
14105 Fri Sep  5 16:11:28 1997  Joel Sherrill  (joel@OARcorp.com)
14107         * configure.in (*-*-rtems*): Do not build libgloss for rtems.
14109 Fri Sep  5 12:27:17 1997  Jeffrey A Law  (law@cygnus.com)
14111         * config.sub: Handle v850-elf.
14113 Wed Sep  3 22:01:58 1997  Fred Fish  <fnf@ninemoons.com>
14115         * .cvsignore (*-install): Remove.
14117 Wed Sep  3 12:15:24 1997  Chris Provenzano  <proven@cygnus.com>
14119         * ltconfig: Set CONFIG_SHELL in libtool.
14120         * ltmain.sh: Use CONFIG_SHELL instead of /bin/sh
14122 Mon Sep  1 16:45:44 1997  Jim Wilson  <wilson@cygnus.com>
14124         * configure.in (target_subdir): Set to libraries if enable_multilib.
14126 Wed Aug 27 16:15:11 1997  Jim Wilson  <wilson@cygnus.com>
14128         * config.guess: Update from gcc directory.
14130 Tue Aug 26 16:46:46 1997  Andrew Cagney  <cagney@b1.cygnus.com>
14132         * Makefile.in (all-sim): Depends on all-readline.
14134 Wed Aug 20 19:57:37 1997  Jason Merrill  <jason@yorick.cygnus.com>
14136         * Makefile.in (BISON, YACC): Use $$s.
14137         (all-bison): Depend on all-texinfo.
14139 Tue Aug 19 01:41:32 1997  Jason Merrill  <jason@yorick.cygnus.com>
14141         * Makefile.in (BISON): Add -L flag.
14142         (YACC): Likewise.
14144 Mon Aug 18 11:30:50 1997  Nick Clifton  <nickc@cygnus.com>
14146         * configure.in (noconfigdirs): Add support for v850e target.
14148         * config.sub (maybe_os): Add support for v850e target.
14150 Mon Aug 18 11:30:50 1997  Nick Clifton  <nickc@cygnus.com>
14152         * configure.in (noconfigdirs): Add support for v850ea target.
14154         * config.sub (maybe_os): Add support for v850ea target.
14156 Mon Aug 18 09:24:06 1997  Gavin Koch  <gavin@cygnus.com>
14158         * config.sub: Add mipstx39.  Delete r3900.
14160 Mon Aug 18 17:20:10 1997  Jason Molenda  (crash@godzilla.cygnus.co.jp)
14162         * Makefile.in (all-autoconf): Depends on all-texinfo.
14164 Fri Aug 15 23:09:26 1997  Michael Meissner  <meissner@cygnus.com>
14166         * config-ml.in ({powerpc,rs6000}*-*-*): Update to current AIX and
14167         eabi targets.
14169 Thu Aug 14 14:42:17 1997  Ian Lance Taylor  <ian@cygnus.com>
14171         * configure: Get CFLAGS and CXXFLAGS from Makefile, if possible.
14173         * configure: When handling a Canadian Cross, handle YACC as well as
14174         BISON.  Just set BISON to bison.  When setting YACC, prefer bison.
14175         * Makefile.in (all-bison): Depend upon all-texinfo.
14177 Tue Aug 12 20:09:48 1997  Jason Merrill  <jason@yorick.cygnus.com>
14179         * Makefile.in (BISON): bison, not byacc or bison -y.
14180         (YACC): bison -y or byacc or yacc.
14181         (various): Add *-bison as appropriate.
14182         (taz): No need to mess with BISON anymore.
14184 Tue Aug 12 22:33:08 1997  Ian Lance Taylor  <ian@cygnus.com>
14186         * configure: If OSTYPE matches *win32*, try to find a good value for
14187         CONFIG_SHELL.
14189 Sun Aug 10 14:41:11 1997  Ian Lance Taylor  <ian@cygnus.com>
14191         * Makefile.in (taz): Get the version number from AM_INIT_AUTOMAKE in
14192         configure.in if it is present.
14194 Sat Aug  9 00:58:01 1997  Ian Lance Taylor  <ian@cygnus.com>
14196         * Makefile.in (LD_FOR_TARGET): Change ld.new to ld-new.
14198 Fri Aug  8 16:30:13 1997  Doug Evans  <dje@canuck.cygnus.com>
14200         * config.sub: Recognize `arc' cpu.
14201         * configure.in: Likewise.
14202         * config-ml.in: Likewise.
14204 Thu Aug  7 11:02:34 1997  Ian Lance Taylor  <ian@cygnus.com>
14206         * Makefile.in ($(INSTALL_X11_MODULES)): Depend upon installdirs.
14208 Wed Aug  6 16:27:29 1997  Chris Provenzano  <proven@cygnus.com>
14210         * configure: Changed sed delimiter from ':' to '|' when
14211         attempting to substitute ${config_shell} for SHELL. On
14212         NT ${config_shell} may contain a ':' in it.
14214 Wed Aug  6 12:29:05 1997  Jason Merrill  <jason@yorick.cygnus.com>
14216         * Makefile.in (EXTRA_GCC_FLAGS): Fix for non-bash shells.
14218 Wed Aug  6 00:42:35 1997  Ian Lance Taylor  <ian@cygnus.com>
14220         * Makefile.in (AS_FOR_TARGET): Change as.new to as-new.
14222 Tue Aug  5 14:08:51 1997  Ian Lance Taylor  <ian@cygnus.com>
14224         * Makefile.in (NM_FOR_TARGET): Change nm.new to nm-new.
14226         * ylwrap: If the program is a relative path, force it to be
14227         absolute.
14229 Tue Aug  5 12:12:44 1997  Andrew Cagney  <cagney@b1.cygnus.com>
14231         * configure (tooldir): Set BISON to `bison -y' and not just bison.
14233 Mon Aug  4 22:59:02 1997  Andrew Cagney  <cagney@b1.cygnus.com>
14235         * Makefile.in (CC_FOR_TARGET): When winsup/Makefile present,
14236         correctly specify the target build directory $(TARGET_SUBDIR)/winsup
14237         for libraries.
14239 Mon Aug  4 12:40:24 1997  Jason Merrill  <jason@yorick.cygnus.com>
14241         * Makefile.in (EXTRA_GCC_FLAGS): Fix handling of macros with values
14242         separated by spaces.
14244 Thu Jul 31 19:49:49 1997  Ian Lance Taylor  <ian@cygnus.com>
14246         * ylwrap: New file.
14247         * Makefile.in (DEVO_SUPPORT): Add ylwrap.
14249         * ltmain.sh: Handle /bin/sh at start of install program.
14251         * Makefile.in (DEVO_SUPPORT): Add ltconfig, ltmain.sh, and missing.
14253         * ltconfig, ltmain.sh: New files, from libtool 1.0.
14254         * missing: New file, from automake 1.2.
14256 Thu Jul 24 12:57:56 1997  Ian Lance Taylor  <ian@cygnus.com>
14258         * Makefile.in: Treat tix like tk, putting it in X11_MODULES.  Add
14259         check-tk to CHECK_X11_MODULES.
14261 Wed Jul 23 17:03:29 1997  Ian Lance Taylor  <ian@cygnus.com>
14263         * config.sub: Merge with FSF.
14265 Tue Jul 22 19:08:29 1997  Ian Lance Taylor  <ian@cygnus.com>
14267         * config.guess: Merge with FSF.
14269 Tue Jul 22 14:50:42 1997  Robert Hoehne <robert.hoehne@Mathematik.TU-Chemnitz.DE>
14271         * configure: Treat msdosdjgpp like go32.
14272         * configure.in: Likewise.  Don't remove gprof for go32.
14274         * configure: Change Makefile.tem2 to Makefile.tm2.
14276 Mon Jul 21 10:31:26 1997  Stephen Peters  <speters@cygnus.com>
14278         * configure.in (noconfigdirs): For alpha-dec-osf*, don't ignore grep.
14280 Tue Jul 15 14:33:03 1997  Brendan Kehoe  <brendan@lisa.cygnus.com>
14282         * install-sh (chmodcmd): Set to null if the DST directory already
14283         exists.  Same as Nov 11th change.
14285 Mon Jul 14 11:01:15 1997  Martin M. Hunt  <hunt@cygnus.com>
14287         * configure (GDB_TK): Needs itcl and tix.
14289 Mon Jul 14 00:32:10 1997  Jason Merrill  <jason@yorick.cygnus.com>
14291         * config.guess: Update from FSF.
14293 Fri Jul 11 11:57:11 1997  Martin M. Hunt  <hunt@cygnus.com>
14295         * Makefile.in (GDB_TK): Depend on itcl and tix.
14297 Fri Jul  4 13:25:31 1997  Ian Lance Taylor  <ian@cygnus.com>
14299         * Makefile.in (INSTALL_PROGRAM_ARGS): New variable.
14300         (INSTALL_PROGRAM): Use $(INSTALL_PROGRAM_ARGS).
14301         (INSTALL_SCRIPT): New variable.
14302         (BASE_FLAGS_TO_PASS): Pass down INSTALL_SCRIPT.
14303         * configure.in: If host is *-*-cygwin32*, set INSTALL_PROGRAM_ARGS
14304         to -x.
14305         * install-sh: Add support for -x option.
14307 Mon Jun 30 15:51:30 1997  Ian Lance Taylor  <ian@cygnus.com>
14309         * configure.in, Makefile.in: Treat tix like itcl.
14311 Thu Jun 26 13:59:19 1997  Ian Lance Taylor  <ian@cygnus.com>
14313         * Makefile.in (WINDRES): New variable.
14314         (WINDRES_FOR_TARGET): New variable.
14315         (BASE_FLAGS_TO_PASS): Add WINDRES_FOR_TARGET.
14316         (EXTRA_HOST_FLAGS): Add WINDRES.
14317         (EXTRA_TARGET_FLAGS): Add WINDRES.
14318         (EXTRA_GCC_FLAGS): Add WINDRES.
14319         ($(DO_X)): Pass down WINDRES.
14320         ($(CONFIGURE_TARGET_MODULES)): Set WINDRES when configuring.
14321         * configure: Treat WINDRES like DLLTOOL, and WINDRES_FOR_TARGET like
14322         DLLTOOL_FOR_TARGET.
14324 Wed Jun 25 15:01:26 1997  Felix Lee  <flee@cygnus.com>
14326         * configure.in: configure sim before gdb for win32-x-ppc
14328 Wed Jun 25 12:18:54 1997  Brendan Kehoe  <brendan@lisa.cygnus.com>
14330         Move gperf into the toplevel, from libg++.
14331         * configure.in (target_tools): Add target-gperf.
14332         (native_only): Add target-gperf.
14333         * Makefile.in (all-target-gperf): New target, depend on
14334         all-target-libg++.
14335         (configure-target-gperf): Empty rule.
14336         (ALL_TARGET_MODULES): Add all-target-gperf.
14337         (CONFIGURE_TARGET_MODULES): Add configure-target-gperf.
14338         (CHECK_TARGET_MODULES): Add check-target-gperf.
14339         (INSTALL_TARGET_MODULES): Add install-target-gperf.
14340         (CLEAN_TARGET_MODULES): Add clean-target-gperf.
14342 Mon Jun 23 10:51:53 1997  Jeffrey A Law  (law@cygnus.com)
14344         * config.sub (mn10200): Recognize new basic machine.
14346 Thu Jun 19 14:16:42 1997  Brendan Kehoe  <brendan@lisa.cygnus.com>
14348         * configure.in: Don't set ENABLE_MULTILIB, so we'll be passing
14349         --enable-multilib down to subdirs; setting TARGET_SUBDIR was enough.
14351 Tue Jun 17 15:31:20 1997  Brendan Kehoe  <brendan@lisa.cygnus.com>
14353         * configure.in: If we're building mips-sgi-irix6* native, turn on
14354         ENABLE_MULTILIB and set TARGET_SUBDIR.
14356 Tue Jun 17 12:20:59 1997  Tom Tromey  <tromey@cygnus.com>
14358         * Makefile.in (all-sn): Depend on all-grep.
14360 Mon Jun 16 11:11:10 1997  Ian Lance Taylor  <ian@cygnus.com>
14362         * configure.in: Use mh-ppcpic and mt-ppcpic for powerpc*-* targets.
14364         * configure: Set CFLAGS and CXXFLAGS, and substitute them into
14365         Makefile.  From Jeff Makey <jeff@cts.com>.
14366         * Makefile.in: Add comment for CFLAGS and CXXFLAGS.
14368         * Makefile.in (DISTBISONFILES): Remove.
14369         (taz): Don't futz with DISTBISONFILES.  Change BISON to use
14370         $(DEFAULT_YACC).
14372         * configure.in: Build itl, db, sn, etc., when building for native
14373         cygwin32.
14375         * Makefile.in (LD): New variable.
14376         (EXTRA_HOST_FLAGS): Pass down LD.
14377         ($(DO_X)): Likewise.
14379 Mon Jun 16 11:10:35 1997  Philip Blundell  <Philip.Blundell@pobox.com>
14381         * Makefile.in (INSTALL): Use $(SHELL) when executing install-sh.
14383 Fri Jun 13 10:22:56 1997  Bob Manson  <manson@charmed.cygnus.com>
14385         * configure.in (targargs): Strip out any supplied --build argument
14386         before adding our own. Always add --build.
14388 Thu Jun 12 21:12:28 1997  Bob Manson  <manson@charmed.cygnus.com>
14390         * configure.in (targargs): Pass --build if we're doing
14391         a cross-compile.
14393 Fri Jun  6 21:38:40 1997  Rob Savoye  <rob@chinadoll.cygnus.com>
14395         * configure: Use '|' instead of ":" as the separator in
14396         sed. Otherwise sed chokes on NT path names with drive
14397         designators. Also look for "?:*" as the leading characters in an
14398         absolute pathname.
14400 Mon Jun  2 13:05:20 1997  Gavin Koch  <gavin@cygnus.com>
14402         * config.sub: Support for r3900.
14404 Wed May 21 17:33:31 1997  Ian Lance Taylor  <ian@cygnus.com>
14406         * configure.in: Use install-sh, not install.sh.
14408 Wed May 14 16:06:51 1997  Ian Lance Taylor  <ian@cygnus.com>
14410         * Makefile.in (taz): Improve check for BISON so it doesn't try to
14411         apply it twice.
14413 Fri May  9 17:22:05 1997  Ian Lance Taylor  <ian@cygnus.com>
14415         * Makefile.in (INSTALL_MODULES): Put install-opcodes before
14416         install-binutils.
14418 Thu May  8 17:29:50 1997  Ian Lance Taylor  <ian@cygnus.com>
14420         * Makefile.in: Add automake targets.
14421         * configure.in (host_tools): Add automake.
14423 Tue May  6 15:49:52 1997  Ian Lance Taylor  <ian@cygnus.com>
14425         * configure: Default CXX to c++, not gcc.
14426         * Makefile.in (CXX): Set to c++, not gcc.
14427         (CXX_FOR_TARGET): When cross, transform c++, not gcc.
14429 Thu May  1 10:11:43 1997  Geoffrey Noer  <noer@cygnus.com>
14431         * install-sh: try appending a .exe if source file doesn't
14432         exist
14434 Wed Apr 30 12:05:36 1997  Jason Merrill  <jason@yorick.cygnus.com>
14436         * configure.in: Turn on multilib by default.
14437         (cross_only): Remove target-libiberty.
14439         * Makefile.in (all-gcc): Don't depend on libiberty.
14441 Mon Apr 28 18:39:45 1997  Michael Snyder  <msnyder@cleaver.cygnus.com>
14443         * config.guess: improve algorithm for recognizing Gnu Hurd x86.
14445 Thu Apr 24 19:30:07 1997  Ian Lance Taylor  <ian@cygnus.com>
14447         * Makefile.in (DEVO_SUPPORT): Add mpw-install.
14448         (DISTBISONFILES): Add ld/Makefile.in
14450 Tue Apr 22 17:17:28 1997  Geoffrey Noer  <noer@pizza.cygnus.com>
14452         * configure.in: if target is cygwin32 but host isn't cygwin32,
14453         don't configure gdb tcl tk expect, not just gdb.
14455 Mon Apr 21 13:33:39 1997  Tom Tromey  <tromey@cygnus.com>
14457         * configure.in: Added gnuserv everywhere sn appears.
14459         * Makefile.in (ALL_MODULES): Added all-gnuserv.
14460         (CROSS_CHECK_MODULES): Added check-gnuserv.
14461         (INSTALL_MODULES): Added install-gnuserv.
14462         (CLEAN_MODULES): Added clean-gnuserv.
14463         (all-gnuserv): New target.
14465 Thu Apr 17 13:57:06 1997  Per Fogelstrom  <pefo@openbsd.org>
14467         * config.guess: Fixes for MIPS OpenBSD systems.
14469 Tue Apr 15 12:21:07 1997  Ian Lance Taylor  <ian@cygnus.com>
14471         * Makefile.in (INSTALL_XFORM): Remove.
14472         (BASE_FLAGS_TO_PASS): Remove INSTALL_XFORM.
14474         * mkinstalldirs: New file, copied from automake.
14475         * Makefile.in (installdirs): Rename from install-dirs.  Use
14476         mkinstalldirs.  Change all users.
14477         (DEVO_SUPPORT): Add mkinstalldirs.
14479 Mon Apr 14 11:21:38 1997  Ian Lance Taylor  <ian@cygnus.com>
14481         * install-sh: Rename from install.sh.
14482         * Makefile.in (INSTALL): Change install.sh to install-sh.
14483         (DEVO_SUPPORT): Likewise.
14485         * configure: Use ${config_shell} with ${moveifchange}.  From Thomas
14486         Graichen <graichen@rzpd.de>.
14488 Fri Apr 11 16:37:10 1997  Niklas Hallqvist  <niklas@appli.se>
14490         * config.guess: Recognize OpenBSD systems correctly.
14492 Fri Apr 11 17:07:04 1997  Jason Molenda  (crash@godzilla.cygnus.co.jp)
14494         * README, Makefile.in (ETC_SUPPORT): Remove references to
14495         cfg-paper*, configure.{texi,man,info*}._
14497 Sun Apr  6 18:47:57 1997  Andrew Cagney  <cagney@kremvax.cygnus.com>
14499         * Makefile.in (all.normal): Ensure that gcc is built after all
14500         the x11 - ie gdb - targets.
14502 Tue Apr  1 16:28:50 1997  Klaus Kaempf  <kkaempf@progis.de>
14504         * makefile.vms: Don't run conf-a-gas.
14506 Mon Mar 31 16:26:55 1997  Joel Sherrill  <joel@oarcorp.com>
14508         * configure.in (hppa1.1-*-rtems*): New target, like hppa-*-*elf*.
14510 Sun Mar 30 12:38:27 1997  Fred Fish  <fnf@cygnus.com>
14512         * configure.in: Remove noconfigdirs case since gdb also
14513         configures and builds for tic80-coff.
14515 Fri Mar 28 18:28:52 1997  Ian Lance Taylor  <ian@cygnus.com>
14517         * configure: Set cache_file to config.cache.
14518         * Makefile.in (local-distclean): Remove config.cache.
14520 Wed Mar 26 18:49:39 1997  Ian Lance Taylor  <ian@cygnus.com>
14522         * COPYING: Update FSF address.
14524 Wed Mar 26 10:38:25 1997  Michael Meissner  <meissner@cygnus.com>
14526         * configure.in (tic80-*-*): Remove G++ libraries and libgloss from
14527         noconfigdirs.
14529 Mon Mar 24 15:02:39 1997  Ian Lance Taylor  <ian@cygnus.com>
14531         * Makefile.in (install-dirs): Don't crash if prefix, and hence
14532         MAKEDIRS, is empty.
14534 Mon Mar 24 12:40:55 1997  Doug Evans  <dje@canuck.cygnus.com>
14536         * config.sub: Tweak mn10300 entry.
14538 Fri Mar 21 15:35:27 1997  Michael Meissner  <meissner@cygnus.com>
14540         * configure.in (host_tools): Put sim before gdb, so gdb's
14541         configure.tgt can determine if the simulator was configured.
14543 Sun Mar 16 16:07:08 1997  Fred Fish  <fnf@cygnus.com>
14545         * config.sub: Move BeOS $os case to be with other Cygnus
14546         local cases.
14548 Sun Mar 16 01:34:55 1997  Martin Hunt <hunt@cygnus.com>
14550         * config.sub: Remove misplaced comment that broke Linux.
14552 Sat Mar 15 22:50:15 1997  Fred Fish  <fnf@cygnus.com>
14554         * config.sub: Add BeOS support.
14556 Mon Mar 10 13:30:11 1997  Tom Tromey  <tromey@cygnus.com>
14558         * Makefile.in (CHECK_X11_MODULES): Don't run check-tk.
14560 Wed Mar  5 12:09:29 1997  Martin  <hunt@cygnus.com>
14562         * configure.in (noconfigdirs): Remove tcl and tk from
14563         noconfigdirs for cygwin32 builds.
14565 Fri Feb 28 18:20:15 1997  Fred Fish  <fnf@cygnus.com>
14567         * configure.in (tic80-*-*): Remove ld from noconfigdirs.
14569 Thu Feb 27 14:57:26 1997  Ken Raeburn  <raeburn@cygnus.com>
14571         * Makefile.in (GAS_SUPPORT_DIRS, BINUTILS_SUPPORT_DIRS): Remove
14572         make-all.com, use makefile.vms instead.
14574 Tue Feb 25 18:46:14 1997  Stan Shebs  <shebs@andros.cygnus.com>
14576         * config.sub: Accept -lnews*.
14578 Tue Feb 25 13:19:14 1997  Andrew Cagney  <cagney@kremvax.tpgi.com.au>
14580         * configure.in (noconfigdirs): Disable target-newlib,
14581         target-examples and target-libiberty for d30v.
14583 Fri Feb 21 17:56:25 1997  Martin M. Hunt  <hunt@pizza.cygnus.com>
14585         * configure.in (noconfigdirs): Enable ld for d30v.
14587 Fri Feb 21 20:58:51 1997  Michael Meissner  <meissner@cygnus.com>
14589         * configure.in (tic80-*-*): Build compiler.
14591 Sun Feb 16 15:41:09 1997  Andrew Cagney  <cagney@critters.cygnus.com>
14593         * configure.in (d30v-*): Remove sim directory from list of
14594         unsupported d30v directories
14596 Tue Feb 18 17:32:42 1997  Martin M. Hunt  <hunt@pizza.cygnus.com>
14598         * config.sub, configure.in: Add d30v target cpu.
14600 Thu Feb 13 22:04:44 1997  Klaus Kaempf  <kkaempf@progis.de>
14602         * makefile.vms: New file.
14603         * make-all.com: Remove.
14605 Wed Feb 12 12:54:18 1997  Jim Wilson  <wilson@cygnus.com>
14607         * Makefile.in (EXTRA_GCC_FLAGS): Add LIBGCC2_DEBUG_CFLAGS.
14609 Sat Feb  8 20:36:49 1997  Michael Meissner  <meissner@cygnus.com>
14611         * Makefile.in (all-itcl): The rule is all-itcl, not all-tcl.
14613 Tue Feb  4 11:39:29 1997  Tom Tromey  <tromey@cygnus.com>
14615         * Makefile.in (ALL_MODULES): Added all-db.
14616         (CROSS_CHECK_MODULES): Addec check-db.
14617         (INSTALL_MODULES): Added install-db.
14618         (CLEAN_MODULES): Added clean-db.
14620 Mon Feb  3 13:29:36 1997  Ian Lance Taylor  <ian@cygnus.com>
14622         * config.guess: Merge with latest FSF sources.
14624 Tue Jan 28 09:20:37 1997  Tom Tromey  <tromey@cygnus.com>
14626         * Makefile.in (ALL_MODULES): Added all-itcl.
14627         (CROSS_CHECK_MODULES): Added check-itcl.
14628         (INSTALL_MODULES): Added install-itcl.
14629         (CLEAN_MODULES): Added clean-itcl.
14631 Thu Jan 23 01:44:27 1997  Geoffrey Noer  <noer@cygnus.com>
14633         * configure.in: build gdb for mn10200
14635 Fri Jan 17 15:32:15 1997  Doug Evans  <dje@canuck.cygnus.com>
14637         * Makefile.in (all-target-winsup): Depend on all-target-libio.
14639 Mon Jan 13 22:46:54 1997  Michael Meissner  <meissner@tiktok.cygnus.com>
14641         * configure.in (tic80-*-*): Turn off most targets right now.
14643 Fri Jan  3 16:04:03 1997  Ian Lance Taylor  <ian@cygnus.com>
14645         * Makefile.in (MAKEINFO): Check for the existence of the Makefile,
14646         rather than the makeinfo program.
14647         (do-info): Depend upon all-texinfo.
14649 Tue Dec 31 16:00:31 1996  Ian Lance Taylor  <ian@cygnus.com>
14651         * configure.in: Remove uses of config/mh-linux.
14653         * config.sub, config.guess: Merge with latest FSF sources.
14655 Fri Dec 27 23:04:33 1996  Fred Fish  <fnf@cygnus.com>
14657         * config.sub (case $basic_machine): Add tic80 entries.
14659 Fri Dec 27 12:07:59 1996  Ian Lance Taylor  <ian@cygnus.com>
14661         * config.sub, config.guess: Merge with latest FSF sources.
14663 Wed Dec 18 22:46:39 1996  Stan Shebs  <shebs@andros.cygnus.com>
14665         * mpw-build.in: Build ld before gcc, use NewFolderRecursive.
14666         * mpw-config.in: Test for NewFolderRecursive.
14667         * mpw-install: Use symbolic name for startup filename.
14668         * mpw-README: Add various additional details.
14670 Wed Dec 18 13:11:46 1996  Jim Wilson  <wilson@cygnus.com>
14672         * configure.in (mips*-sgi-irix6*): Remove binutils from noconfigdirs.
14674 Wed Dec 18 10:29:31 1996  Jeffrey A Law  (law@cygnus.com)
14676         * configure.in: Do build gcc and the target libraries for
14677         the mn10200.
14679 Wed Dec  4 16:53:05 1996  Geoffrey Noer  <noer@cygnus.com>
14681         * configure.in: don't avoid building gdb for mn10300 any more
14682         * Makefile.in: double-quote GCC_FOR_TARGET line in EXTRA_GCC_FLAGS
14683         instead of single-quoting it.
14685 Tue Dec  3 23:26:50 1996  Jason Merrill  <jason@yorick.cygnus.com>
14687         * configure.in: Don't use --with-stabs on IRIX 6.
14689 Tue Dec  3 09:05:25 1996  Doug Evans  <dje@canuck.cygnus.com>
14691         * configure.in (m32r): Build gdb, libg++ now.
14693 Sun Dec  1 00:18:59 1996  Peter Schauer  (pes@regent.e-technik.tu-muenchen.de)
14695         * configure.in (mips*-sgi-irix6*):  Remove gdb and related
14696         directories from noconfigdirs.
14698 Tue Nov 26 11:45:33 1996  Kim Knuttila  <krk@cygnus.com>
14700         * config.sub (basic_machine): added mips16 configuration
14702 Sat Nov 23 19:26:22 1996  Michael Meissner  <meissner@tiktok.cygnus.com>
14704         * config.sub: Handle d10v-unknown.
14706 Sat Nov 23 10:23:01 1996  Gavin Koch  <gavin@cygnus.com>
14708         * config.sub: Handle v850-unknown.
14710 Thu Nov 21 16:19:44 1996  Geoffrey Noer  <noer@cygnus.com>
14712         * Makefile.in: add findutils
14713         * configure.in: add findutils to list of host_tools
14715 Wed Nov 20 10:09:01 1996  Jeffrey A Law  (law@cygnus.com)
14717         * config.sub: Handle mn10200 and mn10300.
14719 Tue Nov 19 16:35:14 1996  Michael Meissner  <meissner@tiktok.cygnus.com>
14721         * configure.in (d10v-*): Do not build librx.
14723 Mon Nov 18 13:28:41 1996  Jeffrey A Law  (law@cygnus.com)
14725         * configure.in (mn10300): Build everything except gdb & libgloss.
14727 Wed Nov 13 14:59:46 1996  Per Bothner  <bothner@deneb.cygnus.com>
14729         * config.guess:  Patch for Dansk Data Elektronik servers,
14730         from Niels Skou Olsen <nso@dde.dk>.
14732         For ncr, use /bin/uname rather than uname, since GNU uname does not
14733         support -p.  Suggested by Mark Mitchell <mmitchell@usa.net>.
14735         Patch for MIPS R4000 running System V,
14736         from Eric S. Raymond <esr@snark.thyrsus.com>.
14738         Fix thinko for nextstep.
14740         Patch for OSF1 in i?86, from Dan Murphy <dlm@osf.org> via Harlan Stenn.
14742         Sat Jun 24 18:58:17 1995  Morten Welinder  <terra+@cs.cmu.edu>
14743         * config.guess: Guess mips-dec-mach_bsd4.3.
14745         Thu Oct 10 04:07:04 1996  Harlan Stenn <harlan@pfcs.com>
14746         * config.guess (i?86-ncr-sysv*):  Emit just enough of the minor
14747         release numbers.
14748         * config.guess (mips-mips-riscos*):  Emit just enough of the
14749         release number.
14751         Tue Oct  8 10:37:22 1996  Frank Vance <fvance@waii.com>
14752         * config.guess (sparc-auspex-sunos*):  Added.
14753         (f300-fujitsu-*): Added.
14755         Wed Sep 25 22:00:35 1996  Jeff Woolsey <woolsey@jlw.com>
14756         * config.guess:  Recognize a Tadpole as a sparc.
14758 Wed Nov 13 00:53:09 1996  David J. MacKenzie  <djm@churchy.gnu.ai.mit.edu>
14760         * config.guess: Don't assume that NextStep version is either 2 or
14761         3.  NextStep 4 (aka OpenStep 4) has come out now.
14763 Mon Nov 11 23:52:03 1996  David J. MacKenzie  <djm@churchy.gnu.ai.mit.edu>
14765         * config.guess: Support Cray T90 that reports itself as "CRAY TS".
14766         From Rik Faith <faith@cs.unc.edu>.
14768 Fri Nov  8 11:34:58 1996  David J. MacKenzie  <djm@geech.gnu.ai.mit.edu>
14770         * config.sub: Contributions from bug-gnu-utils to:
14771         Support plain "hppa" (no version given) architecture, reported by
14772         OpenStep.
14773         OpenBSD like NetBSD.
14774         LynxOs is not a hardware supplier.
14776         * config.guess: Contributions from bug-gnu-utils to add support for:
14777         OpenBSD like NetBSD.
14778         Stratus systems.
14779         More Pyramid systems.
14780         i[n>4]86 Intel chips.
14781         M680[n>4]0 Motorola chips.
14782         Use unknown instead of lynx for hardware manufacturer.
14784 Mon Nov 11 10:09:08 1996  Brendan Kehoe  <brendan@lisa.cygnus.com>
14786         * install.sh (chmodcmd): Set to null if the DST directory already
14787         exists.
14789 Mon Nov 11 10:43:41 1996  Michael Meissner  <meissner@tiktok.cygnus.com>
14791         * configure.in (powerpc*-{eabi,elf,linux,rtem,sysv,solaris}*): Do
14792         not use mt-ppc target Makefile fragment any more.
14794 Sun Nov  3 19:17:07 1996  Stu Grossman  (grossman@critters.cygnus.com)
14796         * configure.in (*-*-windows):  Exclude everything but those dirs
14797         needed to build windows.
14799 Tue Oct 29 16:41:31 1996  Doug Evans  <dje@canuck.cygnus.com>
14801         * Makefile.in (all-target-winsup): Depend on all-target-librx.
14803 Mon Oct 28 17:32:46 1996  Stu Grossman  (grossman@critters.cygnus.com)
14805         * configure.in:  Exclude mmalloc from i386-windows.
14807 Thu Oct 24 09:22:46 1996  Stu Grossman  (grossman@critters.cygnus.com)
14809         * Undo my previous change.
14811 Thu Oct 24 12:12:04 1996  Ian Lance Taylor  <ian@cygnus.com>
14813         * Makefile.in (EXTRA_GCC_FLAGS): Pass down GCC_FOR_TARGET
14814         unconditionally.
14815         (MAKEOVERRIDES): Define (revert this part of October 18 change).
14817 Thu Oct 24 09:02:07 1996  Stu Grossman  (grossman@critters.cygnus.com)
14819         * Makefile.in (FLAGS_TO_PASS):  Add $(HOST_FLAGS) to allow the
14820         host to add it's own flags.
14822 Tue Oct 22 15:20:26 1996  Ian Lance Taylor  <ian@cygnus.com>
14824         * configure: Handle GCC_FOR_TARGET like CC_FOR_TARGET.
14826 Fri Oct 18 13:37:13 1996  Ian Lance Taylor  <ian@cygnus.com>
14828         * Makefile.in (CC_FOR_TARGET): Check for xgcc, not Makefile.
14829         (CXX_FOR_TARGET): Likewise.
14830         (GCC_FOR_TARGET): Define.
14831         (BASE_FLAGS_TO_PASS): Remove GCC_FOR_TARGET.
14832         (EXTRA_GCC_FLAGS): Define GCC_FOR_TARGET based on whether
14833         CC_FOR_TARGET was specified on the command line.
14834         (MAKEOVERRIDES): Don't define.
14836 Thu Oct 17 10:27:56 1996  Doug Evans  <dje@canuck.cygnus.com>
14838         * configure.in (m32r): Fix spelling of libg++ libs.
14840 Thu Oct 10 10:37:17 1996  Stan Shebs  <shebs@andros.cygnus.com>
14842         * config.sub (-apple*): Remove, now redundant.
14844 Thu Oct 10 12:30:54 1996  Ian Lance Taylor  <ian@cygnus.com>
14846         * configure: Don't get confused by CPU-VENDOR-linux-gnu.
14848         * configure: Rework yesterday's sed script patch.
14850         * config.sub: Merge with FSF.
14852 Wed Oct  9 17:24:59 1996  Per Bothner  <bothner@deneb.cygnus.com>
14854         * config.guess:  Merge from FSF.
14856         1996-09-12  Richard Stallman  <rms@ethanol.gnu.ai.mit.edu>
14857         * config.guess: Use pc instead of unknown, for pc clone systems.
14858         Change linux to linux-gnu.
14860         Mon Jul 15 23:51:11 1996  Karl Heuer  <kwzh@gnu.ai.mit.edu>
14861         * config.guess: Avoid non-portable tr syntax.
14863 Wed Oct  9 06:06:46 1996  Jeffrey A Law  (law@cygnus.com)
14865         * test-build.mk (HOLES): Add "xargs" for gdb.
14867         * configure: Avoid hpux10.20 sed bug.
14869 Tue Oct  8 08:32:48 1996  Stu Grossman  (grossman@critters.cygnus.com)
14871         * configure.in:  Add support for windows host
14872         (that is a build done under the Microsoft build environment).
14874 Tue Oct  8 10:39:08 1996  Ian Lance Taylor  <ian@cygnus.com>
14876         * Makefile.in: Replace all uses of srcroot with s, to shrink
14877         command line lengths.
14879         Patches from Geoffrey Noer <noer@cygnus.com>:
14880         * configure.in: If configuring for newlib, pass --with-newlib to
14881         subdirectories.
14882         * Makefile.in (CC_FOR_TARGET): If winsup/Makefile exists, pass a
14883         -Bnewlib/ and -Lwinsup to gcc.
14884         (CXX_FOR_TARGET): Likewise.
14886 Mon Oct  7 10:59:35 1996  Ian Lance Taylor  <ian@cygnus.com>
14888         * Makefile.in (ETC_SUPPORT): Add configure.
14890 Fri Oct  4 12:22:58 1996  Angela Marie Thomas (angela@cygnus.com)
14892         * configure.in: Use config/mh-dgux386 for i[345]86-dg-dgux
14893         host configuration file.
14895 Thu Oct  3 09:28:25 1996  Jeffrey A Law  (law@cygnus.com)
14897         * configure.in: Break mn10x00 support into separate
14898         mn10200 and mn10300 configurations.
14899         * config.sub: Likewise.
14901 Wed Oct  2 22:27:52 1996  Jeffrey A Law  (law@cygnus.com)
14903         * configure.in: Add lots of stuff to noconfigdirs for
14904         the mn10x00 targets.
14906         * config.sub, configure.in: Add mn10x00 support.
14908 Wed Oct  2 15:52:36 1996  Klaus Kaempf  <kkaempf@progis.de>
14910         * make-all.com: Call conf-a-gas, not config-a-gas.
14912 Tue Oct  1 01:28:41 1996  James G. Smith  <jsmith@cygnus.co.uk>
14914         * configure.in (noconfigdirs): Don't build libgloss for arm-coff
14915         targets.
14917 Mon Sep 30 14:24:01 1996  Stan Shebs  <shebs@andros.cygnus.com>
14919         * mpw-README: Add much more detail for native PowerMac.
14920         * mpw-install: New file.
14921         * mpw-configure: Add --norecursion and --help options.
14922         * mpw-config.in: Translate readme and install files when
14923         copying to objdir.
14924         * mpw-build.in: Don't always depend on byacc and flex.
14925         (install-only-top): New action.
14927 Fri Sep 27 17:39:44 1996  Stu Grossman  (grossman@critters.cygnus.com)
14929         * configure.in:  You can now configure GDB for the v850.
14931 Tue Sep 24 19:05:12 1996  Stan Shebs  <shebs@andros.cygnus.com>
14933         * configure.in (noconfigdirs): Don't configure any C++ dirs
14934         if targeting D10V.
14936 Tue Sep 17 12:15:31 1996  Ian Lance Taylor  <ian@cygnus.com>
14938         * config.sub: Recognize mips64vr5000.
14940 Mon Sep 16 17:00:52 1996  Ian Lance Taylor  <ian@cygnus.com>
14942         * configure.in: Use a single line for host_tools and native_only.
14944 Mon Sep  9 12:21:30 1996  Doug Evans  <dje@canuck.cygnus.com>
14946         * config.sub, configure.in: Add entries for m32r.
14948 Thu Sep  5 13:52:47 1996  Tom Tromey  <tromey@creche.cygnus.com>
14950         * Makefile.in (inet-install): Don't run install-gzip.
14952 Wed Sep  4 17:26:13 1996  Stu Grossman  (grossman@critters.cygnus.com)
14954         * configure.in:  Don't config lots of things for *-*-windows*.
14956 Sat Aug 31 11:45:57 1996  Stan Shebs  <shebs@andros.cygnus.com>
14958         * mpw-config.in: Test for mpw-true, true, and null-command scripts.
14959         (host_libs, host_tools): Copy from configure.in.
14960         * mpw-configure: Don't complain about directories not found.
14962 Thu Aug 29 16:44:58 1996  Michael Meissner  <meissner@tiktok.cygnus.com>
14964         * configure.in (i[345]86): Recognize i686 for pentium pro.
14965         (i[3456]86-*-dgux*): Use config/mh-sysv for the host configuration
14966         file.
14968         * config.guess (i[345]86): Ditto.
14970 Mon Aug 26 18:34:42 1996  Martin M. Hunt  <hunt@pizza.cygnus.com>
14972         * configure.in (noconfigdirs): Removed gdb for D10V.
14974 Thu Aug 22 17:13:52 1996  Jeffrey A Law  (law@cygnus.com)
14976         * configure.in: Remove ld, target-libio, target-libg++, and
14977         target-libstdc++ from noconfigdirs.
14979 Wed Aug 21 18:56:38 1996  Fred Fish  <fnf@cygnus.com>
14981         * configure: Fix three locations where shell scripts were
14982         being run directly rather than with config_shell.
14984 Tue Aug 20 13:08:47 1996  J.T. Conklin  <jtc@hippo.cygnus.com>
14986         * configure.in (v850-*-*): Set up initial $noconfigdirs.
14987         * config.sub (basic_machine): Recognize v850.
14989 Thu Aug 15 12:19:33 1996  Stan Shebs  <shebs@andros.cygnus.com>
14991         * mpw-configure: Handle multiple enable/disable options and
14992         pass them down recursively, handle -c and -s flags appropriately
14993         depending on choice of compiler, add escape mechanism for
14994         quoted arguments to gC.
14996 Mon Aug 12 13:15:13 1996  Michael Meissner  <meissner@tiktok.cygnus.com>
14998         * configure.in (powerpc*-*-*): For eabi, system V.4, Linux, and
14999         solaris targets, use config/mt-ppc to set C{,XX}FLAGS_FOR_TARGETS
15000         so that -mrelocatable-lib and -mno-eabi are used.
15002         * Makefile.in (CONFIGURE_TARGET_MODULES): If target compiler does
15003         not support --print-multi-lib, don't abort.
15005 Thu Aug  8 12:18:59 1996  Klaus Kaempf  <kkaempf@progis.de>
15007         * make-all.com: Run config-a-gas.
15008         * setup.com: Don't copy subdirectory files around.
15010 Tue Jul 30 17:49:31 1996  Brendan Kehoe  <brendan@cygnus.com>
15012         * configure.in (*-*-ose): Remove exclusion of libgloss for this
15013         target, it now compiles correctly.
15015 Sat Jul 27 15:10:43 1996  Stan Shebs  <shebs@andros.cygnus.com>
15017         * mpw-config.in: Generate Mac include for elf/dwarf2.h.
15019 Tue Jul 23 10:47:04 1996  Martin M. Hunt  <hunt@pizza.cygnus.com>
15021         * configure.in (d10v-*-*): Remove ld from $noconfigdirs.
15023 Mon Jul 22 13:28:51 1996  Brendan Kehoe  <brendan@lisa.cygnus.com>
15025         * configure.in (native_only): Add prms.
15027 Mon Jul 22 12:27:58 1996  Ian Lance Taylor  <ian@cygnus.com>
15029         * Makefile.in (GAS_SUPPORT_DIRS): Add make-all.com and setup.com.
15030         (BINUTILS_SUPPORT_DIRS): Likewise.
15032 Thu Jul 18 12:55:40 1996  Michael Meissner  <meissner@tiktok.cygnus.com>
15034         * configure.in (d10v-*-*): Don't configure ld or gdb until the
15035         d10v support is added.
15037 Wed Jul 17 14:33:09 1996  Martin M. Hunt  <hunt@pizza.cygnus.com>
15039         * configure.in (d10v-*-*): New target.
15041 Mon Jul 15 11:53:00 1996  Jeffrey A Law  (law@cygnus.com)
15043         * config.guess (HP 9000/811): Recognize this as a PA1.1
15044         machine.
15046 Fri Jul 12 23:21:17 1996  Ken Raeburn  <raeburn@cygnus.com>
15048         * Makefile.in (do-tar-gz): New target, split out from tail end of
15049         taz target.  Run each command separately, don't use pipes.
15050         (taz): Use it.
15052 Fri Jul 12 12:08:04 1996  Stan Shebs  <shebs@andros.cygnus.com>
15054         * mpw-configure: Look for g-mpw-make.sed in config/mpw.
15055         * mpw-build.in: No builds should depend on building byacc or flex,
15056         they are assumed to be installed already.
15058 Fri Jul 12 09:52:52 1996  Michael Meissner  <meissner@tiktok.cygnus.com>
15060         * Makefile.in (CONFIGURE_TARGET_MODULES): Set r environment
15061         variable that CC_FOR_TARGET needs.
15063 Thu Jul 11 10:09:45 1996  Michael Meissner  <meissner@tiktok.cygnus.com>
15065         * Makefile.in (CONFIGURE_TARGET_MODULES): Determine if the multlib
15066         options have changed since the last time the subdirectory was
15067         configured, and if it has, reconfigure.
15068         (CLEAN_TARGET_MODULES): Delete multilib.out and tmpmulti.out, which
15069         CONFIGURE_TARGET_MODULES uses to remember the old multilib options.
15071 Wed Jul 10 18:56:59 1996  Doug Evans  <dje@canuck.cygnus.com>
15073         * Makefile.in (ALL_MODULES,CROSS_CHECK_MODULES,INSTALL_MODULES,
15074         CLEAN_MODULES): Add bash.
15075         (all-bash): New target.
15077 Mon Jul  8 17:33:14 1996  Jim Wilson  <wilson@cygnus.com>
15079         * configure.in (mips-sgi-irix6*): Use mh-irix6 instead of mh-irix5.
15081 Mon Jul  1 13:31:35 1996  Michael Meissner  <meissner@tiktok.cygnus.com>
15083         * config.sub (basic_machine): Recognize d10v as a valid processor.
15085 Fri Jun 28 12:14:35 1996  Stan Shebs  <shebs@andros.cygnus.com>
15087         * mpw-configure: Add support for --bindir.
15088         * mpw-build.in: Use a GCC-specific build script for GCC actions.
15090 Wed Jun 26 17:20:12 1996  Geoffrey Noer  <noer@cygnus.com>
15092         * configure.in: add bash, time, gawk to list of hosttools and things
15093         to only build for native toolchains
15095 Tue Jun 25 23:09:03 1996  Jason Molenda  (crash@godzilla.cygnus.co.jp)
15097         * Makefile.in (docdir): Remove.
15099 Tue Jun 25 19:00:08 1996  Jason Molenda  (crash@godzilla.cygnus.co.jp)
15101         * Makefile.in (datadir): Set to $(prefix)/share.
15103 Mon Jun 24 23:26:07 1996  Geoffrey Noer  <noer@cygnus.com>
15105         * configure.in: build diff and patch for cygwin32-hosted
15106         toolchains.
15108 Mon Jun 24 15:01:12 1996  Joel Sherrill  <joel@merlin.gcs.redstone.army.mil>
15110         * config.sub: Accept -rtems*.
15112 Sun Jun 23 22:41:54 1996  Geoffrey Noer  <noer@cygnus.com>
15114         * configure.in: enable dosrel for cygwin32-hosted builds,
15115                 remove diff from the list of things not buildable
15116                 via Canadian Cross
15118 Sat Jun 22 11:39:01 1996  Jason Merrill  <jason@yorick.cygnus.com>
15120         * Makefile.in (TARGET_SUBDIR): Move comment to previous line so we
15121         don't get ". ".
15123 Fri Jun 21 17:24:48 1996  Jim Wilson  <wilson@cygnus.com>
15125         * configure.in (mips*-sgi-irix6*): Set noconfigdirs appropriately.
15127 Thu Jun 20 16:57:40 1996  Ken Raeburn  <raeburn@cygnus.com>
15129         * Makefile.in (taz): Handle case where tex3patch didn't even get
15130         checked out.  Also, if it was found, put the symlink in a new util
15131         subdirectory.
15133 Thu Jun 20 12:20:33 1996  Michael Meissner  <meissner@tiktok.cygnus.com>
15135         * config.guess (*:Linux:*:*): Add support for PowerPC Linux.
15137 Tue Jun 18 14:24:12 1996  Klaus Kaempf  (kkaempf@progis.de)
15139         * config.sub: Recognize -openvms.
15140         * configure.in (alpha*-*-*vms*): Set noconfigdirs.
15141         * make-all.com, setup.com: New files.
15143 Mon Jun 17 16:34:46 1996  Jason Merrill  <jason@yorick.cygnus.com>
15145         * Makefile.in (taz): tex3patch moved to texinfo/util.
15147 Sat Jun 15 17:13:25 1996  Geoffrey Noer <noer@cygnus.com>
15149         * configure: enable_gdbtk=no for cygwin32-hosted toolchains
15150         * configure.in: remove make from disable-if-Can-Cross list
15151                 enable gdb if ${host} and ${target} are cygwin32
15153 Fri Jun  7 18:16:52 1996  Harlan Stenn <harlan@pfcs.com>
15155         * config.guess (i?86-ncr-sysv*):  Emit minor release numbers.
15156         Recognize the NCR 4850 machine and NCR Pentium-based platforms.
15158 Wed Jun  5 00:09:17 1996  Per Bothner  <bothner@wombat.gnu.ai.mit.edu>
15160         * config.guess:  Combine mips-mips-riscos cases, and use cpp to
15161         distinguish sysv/svr4/bsd variants.
15162         Based on a patch from Harlan Stenn <harlan@pfcs.com>.
15164 Fri Jun  7 14:24:49 1996  Tom Tromey  <tromey@creche.cygnus.com>
15166         * configure.in: Added copyright notice.
15167         * move-if-change: Added copyright notice.
15169 Thu Jun  6 16:27:05 1996  Michael Meissner  <meissner@tiktok.cygnus.com>
15171         * configure.in (powerpcle-*-solaris*): Until we get shared
15172         libraries working, don't build gdb, sim, make, tcl, tk, or
15173         expect.
15175 Tue Jun  4 20:41:45 1996  Per Bothner  <bothner@deneb.cygnus.com>
15177         * config.guess:  Merge with FSF:
15179         Mon Jun  3 08:49:14 1996  Karl Heuer  <kwzh@gnu.ai.mit.edu>
15180         * config.guess (*:Linux:*:*): Add guess for sparc-unknown-linux.
15182         Fri May 24 18:34:53 1996  Roland McGrath  <roland@delasyd.gnu.ai.mit.edu>
15183         * config.guess (AViiON:dgux:*:*): Fix typo in recognizing mc88110.
15185         Fri Apr 12 20:03:59 1996  Per Bothner  <bothner@spiff.gnu.ai.mit.edu>
15186         * config.guess:  Combine two OSF1 rules.
15187         Also recognize field test versions.  From mjr@zk3.dec.com.
15188         * config.guess (dgux):  Use /usr/bin/uname rather than uname,
15189         because GNU uname does not support -p.  From pmr@pajato.com.
15191 Tue Jun  4 11:07:25 1996  Tom Tromey  <tromey@csk3.cygnus.com>
15193         * Makefile.in (MAKEDIRS): Removed $(tooldir).
15195 Tue May 28 12:30:50 1996  Stan Shebs  <shebs@andros.cygnus.com>
15197         * mpw-README: Document GCCIncludes.
15199 Sun May 26 15:16:27 1996  Fred Fish  <fnf@cygnus.com>
15201         * configure.in (alpha-*-linux*): Set enable_shared to yes.
15203 Tue May 21 15:41:39 1996  Stan Shebs  <shebs@andros.cygnus.com>
15205         * mpw-configure: Handle --enable-FOO and --disable-FOO.
15207 Mon May 20 10:12:29 1996  Geoffrey Noer  <noer@cygnus.com>
15209         * configure.in (*-*-cygwin32): Configure make.
15211 Tue May  7 14:19:42 1996  Tom Tromey  <tromey@snuffle.cygnus.com>
15213         * Makefile.in (inet-install): Quote value of INSTALL_MODULES.
15215 Fri May  3 08:57:17 1996  Tom Tromey  <tromey@lisa.cygnus.com>
15217         * Makefile.in (all-inet): Depend on all-perl.
15219         * Makefile.in (inet-install): New target.
15221         * Makefile.in (all-inet): Depend on all-tcl.
15222         (all-inet): Depend on all-send-pr.
15224 Tue Apr 30 13:55:51 1996  Michael Meissner  <meissner@tiktok.cygnus.com>
15226         * configure.in (powerpcle-*-solaris*): Turn off tk and tcl
15227         temporarily.
15229 Thu Apr 25 11:48:20 1996  Ian Lance Taylor  <ian@cygnus.com>
15231         * configure.in: Don't configure --with-gnu-ld on AIX.
15233 Thu Apr 25 06:33:36 1996  Michael Meissner  <meissner@wogglebug.tiac.net>
15235         * configure.in (powerpcle-*-solaris*): Turn off gdb temporarily.
15237 Tue Apr 23 09:07:39 1996  Tom Tromey  <tromey@creche.cygnus.com>
15239         * Makefile.in (ALL_MODULES): Added all-inet.
15240         (CROSS_CHECK_MODULES): Added check-inet.
15241         (INSTALL_MODULES): Added install-inet.
15242         (CLEAN_MODULES): Added clean-inet.
15243         (all-indent): New target.
15245         * configure.in (host_tools): Added inet.
15246         (native_only): Added inet.
15247         (noconfigdirs): Added inet.
15249 Fri Apr 19 15:35:29 1996  Ian Lance Taylor  <ian@cygnus.com>
15251         * configure.in: Don't configure libgloss if we are not configuring
15252         newlib.
15254 Wed Apr 17 19:30:01 1996  Rob Savoye  <rob@chinadoll.cygnus.com>
15256         * configure.in: Don't configure libgloss for unsupported
15257         architectures.
15259 Tue Apr 16 11:17:05 1996  Michael Meissner  <meissner@tiktok.cygnus.com>
15261         * Makefile.in (CLEAN_MODULES): Add clean-apache.
15263 Mon Apr 15 15:09:05 1996  Tom Tromey  <tromey@creche.cygnus.com>
15265         * Makefile.in (ALL_MODULES): Include all-apache.
15266         (CROSS_CHECK_MODULES): Include check-apache.
15267         (INSTALL_MODULES): Include install-apache.
15268         (all-apache): New target.
15270         * configure.in: Added apache everywhere perl is seen.
15272 Mon Apr 15 14:59:13 1996  Michael Meissner  <meissner@tiktok.cygnus.com>
15274         * Makefile.in: Add support for clean-{module} and
15275         clean-target-{module} rules.
15277 Wed Apr 10 21:37:41 PDT 1996  Marilyn E. Sander <msander@cygnus.com>
15279         * configure.in (*-*-ose) do not build libgloss.
15281 Mon Apr  8 16:16:20 1996  Michael Meissner  <meissner@tiktok.cygnus.com>
15283         * config.guess (prep*:SunOS:5.*:*): Turn into
15284         powerpele-unknown-solaris2.
15286 Mon Apr  8 14:45:41 1996  Ian Lance Taylor  <ian@cygnus.com>
15288         * configure.in: Permit --enable-shared to specify a list of
15289         directories.
15291 Fri Apr  5 08:17:57 1996  Jason Molenda  (crash@phydeaux.cygnus.com)
15293         * configure.in (host==solaris): Pass only the first word of $CC
15294         to /usr/bin/which when checking if we're using /usr/ccs/bin/cc.
15296 Fri Apr  5 03:16:13 1996  Jason Molenda  (crash@phydeaux.cygnus.com)
15298         * Makefile.in (BASE_FLAGS_TO_PASS): pass down $(MAKE).
15300 Thu Mar 28 14:11:11 1996  Tom Tromey  <tromey@creche.cygnus.com>
15302         * Makefile.in (ALL_MODULES): Include all-perl.
15303         (CROSS_CHECK_MODULES): Include check-perl.
15304         (INSTALL_MODULES): Include install-perl.
15305         (ALL_X11_MODULES): Include all-guile.
15306         (CHECK_X11_MODULES): Include check-guile.
15307         (INSTALL_X11_MODULES): Include install-guile.
15308         (all-perl): New target.
15309         (all-guile): New target.
15311         * configure.in (host_tools): Include perl and guile.
15312         (native_only): Include perl and guile.
15313         (noconfigdirs): Don't build guile and perl; no ports have been
15314         done.
15316 Tue Mar 26 21:18:50 1996  Andrew Cagney  <cagney@kremvax.highland.com.au>
15318         * configure (--enable-*): Handle quoted option lists such as
15319         --enable-sim-cflags='-g0 -O' better.
15321 Thu Mar 21 11:53:08 1996  Michael Meissner  <meissner@tiktok.cygnus.com>
15323         * Makefile.in ({,inst}all-target): New rule so we can make and
15324         install all of the target directories easily.
15326 Wed Mar 20 18:10:57 1996  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
15328         * configure.in: Add missing global flag in sed substitution when
15329         deleting `target-' from ${configdirs}.
15331 Thu Mar 14 19:15:06 1996  Ian Lance Taylor  <ian@cygnus.com>
15333         * Makefile.in (DO_X): Don't get confused if CC contains `=' in an
15334         option.
15336         * configure.in (mips*-nec-sysvr4*): Use a host_makefile_frag of
15337         config/mh-necv4.
15339         * install.sh: Correct misspelling of transformbasename.
15341         * config.guess: Recognize mips-*-sysv*.
15343 Mon Mar 11 15:36:42 1996  Dawn Perchik  <dawn@critters.cygnus.com>
15345         * config.sub: Recognize mon960.
15347 Sun Mar 10 13:18:38 1996  Ian Lance Taylor  <ian@cygnus.com>
15349         * configure: Restore Canadian Cross handling of BISON and LEX,
15350         removed in Feb 20 change.
15352 Fri Mar  8 20:07:09 1996  Per Bothner  <bothner@kalessin.cygnus.com>
15354         * README:  Suggestions from Torbjorn Granlund <tege@matematik.su.se>:
15355         Mention make install.  Remove the old copyright date as well the
15356         clumsy and rather pointless copyright on the README file.
15358 Fri Mar  8 17:51:35 1996  Ian Lance Taylor  <ian@cygnus.com>
15360         * Makefile.in ($(CONFIGURE_TARGET_MODULES)): If there is a
15361         Makefile after running symlink-tree, then run `make distclean' to
15362         avoid clobbering any generated files in srcdir.
15364 Tue Mar  5 08:21:44 1996  J.T. Conklin  <jtc@rtl.cygnus.com>
15366         * configure.in (m68k-*-netbsd*): Build everything now.
15368 Wed Feb 28 12:25:46 1996  Jason Merrill  <jason@yorick.cygnus.com>
15370         * Makefile.in (taz): Fix quoting.
15372 Tue Feb 27 11:33:57 1996  Doug Evans  <dje@charmed.cygnus.com>
15374         * configure.in (sparclet-*-*): Build everything now.
15376 Tue Feb 27 14:31:51 1996  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
15378         * configure.in (m68k-*-linux*): New host.
15380 Mon Feb 26 14:32:44 1996  Ian Lance Taylor  <ian@cygnus.com>
15382         * configure: Check for bison before byacc.
15384 Tue Feb 20 23:12:35 1996  Stu Grossman  (grossman@critters.cygnus.com)
15386         * Makefile.in configure:  Change the way LEX and BISON/YACC are
15387         set.  configure now defines DEFAULT_LEX and DEFAULT_YACC by
15388         searching PATH.  These are used as fallbacks by Makefile.in if
15389         flex/bison/byacc aren't in objdir.
15391 Mon Feb 19 11:45:30 1996  Ian Lance Taylor  <ian@cygnus.com>
15393         * Makefile.in: Make everything which depends upon all-bfd also
15394         depend upon all-opcodes, in case --with-commonbfdlib is used.
15396 Thu Feb 15 19:50:50 1996  Michael Meissner  <meissner@tiktok.cygnus.com>
15398         * configure.in (host *-*-cygwin32): Don't build gdb if we are
15399         building NT native compilers on Unix.
15401 Thu Feb 15 17:42:25 1996  Ian Lance Taylor  <ian@cygnus.com>
15403         * configure.in: Don't get CC from the host Makefile fragment if we
15404         can find gcc in PATH, or if this is a Canadian Cross.  Move the
15405         Solaris test for /usr/ucb/cc to the post target script, just after
15406         the compiler sanity test.
15408 Wed Feb 14 16:57:40 1996  Ian Lance Taylor  <ian@cygnus.com>
15410         * config.sub: Merge with FSF.
15412 Tue Feb 13 14:27:48 1996  Ian Lance Taylor  <ian@cygnus.com>
15414         * Makefile.in (RPATH_ENVVAR): New variable.
15415         (REALLY_SET_LIB_PATH): Use it.
15416         * configure.in: On HP/UX, set RPATH_ENVVAR to SHLIB_PATH.
15418 Mon Feb 12 15:28:49 1996  Doug Evans  <dje@charmed.cygnus.com>
15420         * config.sub, configure.in: Recognize sparclet cpu.
15422 Mon Feb 12 15:33:59 1996  Christian Bauernfeind <chrisbfd@theorie3.physik.uni-erlangen.de>
15424         * config.guess:  Support m68k-cbm-sysv4.
15426 Sat Feb 10 12:06:42 1996  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
15428         * config.guess (*:Linux:*:*): Guess m68k-unknown-linux and
15429         m68k-unknown-linuxaout from linker help string.  Put quotes around
15430         $ld_help_string.
15432 Thu Dec  7 09:03:24 1995  Tom Horsley  <Tom.Horsley@mail.hcsc.com>
15434         * config.guess (powerpc-harris-powerunix): Add guess for port
15435         to new target.
15437 Thu Feb  8 15:37:52 1996  Brendan Kehoe  <brendan@lisa.cygnus.com>
15439         * config.guess (UNAME_VERSION): Recognize X4.x as an OSF version.
15441 Mon Feb  5 16:36:51 1996  Ian Lance Taylor  <ian@cygnus.com>
15443         * configure.in: If --enable-shared was used, set SET_LIB_PATH to
15444         $(REALLY_SET_LIB_PATH) in Makefile.
15445         * Makefile.in (SET_LIB_PATH): New variable.
15446         (REALLY_SET_LIB_PATH): New variable.
15447         ($(DO_X)): Use $(SET_LIB_PATH).
15448         (install.all, gcc-no-fixedincludes, $(ALL_MODULES)): Likewise.
15449         ($(NATIVE_CHECK_MODULES), $(CROSS_CHECK_MODULES)): Likewise.
15450         ($(INSTALL_MODULES), $(CONFIGURE_TARGET_MODULES)): Likewise.
15451         ($(ALL_TARGET_MODULES), $(CHECK_TARGET_MODULES)): Likewise.
15452         ($(INSTALL_TARGET_MODULES), $(ALL_X11_MODULES)): Likewise.
15453         ($(CHECK_X11_MODULES), $(INSTALL_X11_MODULES)): Likewise.
15454         (all-gcc, all-bootstrap, check-gcc, install-gcc): Likewise.
15455         (install-dosrel): Likewise.
15456         (all-opcodes): Depend upon all-libiberty.
15458 Sun Feb  4 16:51:11 1996  Steve Chamberlain  <sac@slash.cygnus.com>
15460         * config.guess (*:CYGWIN*): New
15462 Sat Feb  3 10:42:35 1996  Michael Meissner  <meissner@tiktok.cygnus.com>
15464         * Makefile.in (all-target-winsup): All all-target-libiberty.
15466 Fri Feb  2 17:58:56 1996  Michael Meissner  <meissner@tiktok.cygnus.com>
15468         * configure.in (noconfigdirs): Add missing # in front of comment.
15470 Thu Feb  1 14:38:13 1996  Geoffrey Noer  <noer@cygnus.com>
15472         * configure.in: add second pass to things added to noconfigdirs
15473         so *-gm-magic can exclude libgloss properly.
15475 Thu Feb  1 11:10:16 1996  Stan Shebs  <shebs@andros.cygnus.com>
15477         * mpw-configure (extralibs_name, rez_name): Set correctly
15478         for MWC68K compiler.
15480         * mpw-README: Add more info on the necessary build tools.
15482 Thu Feb  1 10:22:38 1996  Steve Chamberlain  <sac@slash.cygnus.com>
15484         * configure.in, config.sub: Recognize cygwin32.
15486 Wed Jan 31 14:17:10 1996  Richard Henderson  <rth@tamu.edu>
15488         * config.guess, config.sub: Recognize A/UX.
15490 Wed Jan 31 13:52:14 1996  Ian Lance Taylor  <ian@cygnus.com>
15492         * config.sub: Merge with gcc/config.sub.
15494 Thu Jan 25 11:01:10 1996  Raymond Jou  <rjou@mexican.cygnus.com>
15496         * mpw-build.in (do-binutils): Add build of stamps.
15498 Thu Jan 25 17:05:26 1996  James G. Smith  <jsmith@cygnus.co.uk>
15500         * config.sub: Add recognition for mips64vr4100*-* targets.
15502 Wed Jan 24 12:47:55 1996  Brendan Kehoe  <brendan@lisa.cygnus.com>
15504         * test-build.mk: Add checking of `hpux9' rather than just `hpux'.
15505         Add creation of gconfigargs with `--enable-shared' turned on.
15506         ($(host)-stamp-stage2-configured): Pass $(gconfigargs).
15507         ($(host)-stamp-stage3-configured): Likewise.
15508         (HOLES): Add chatr and ldd.
15509         (i386-ncr-sysv4.3*): Add use of /usr/ccs/bin in the PATH and HOLE_DIRS.
15511 Wed Jan 24 20:32:30 1996  Torbjorn Granlund  <tege@noisy.matematik.su.se>
15513         * configure: Pass --nfp to recursive configures.
15515 Mon Jan 22 10:41:56 1996  Steve Chamberlain  <sac@slash.cygnus.com>
15517         * Makefile.in (DLLTOOL): New.
15518         (DLLTOOL_FOR_TARGET): New.
15519         (EXTRA_HOST_FLAGS): Pass down DLLTOOL.
15520         (EXTRA_TARGET_FLAGS): Ditto.
15521         (EXTRA_GCC_FLAGS): Ditto.
15522         (CONFIGURE_TARGET_MODULES): Ditto.
15523         (DO_X): Ditto.
15524         * configure: Add DLLTOOL.
15526 Fri Jan 19 13:30:15 1996  Stan Shebs  <shebs@andros.cygnus.com>
15528         SCO OpenServer 5 changes from Robert Lipe <robertl@dgii.com>:
15529         * configure.in (i[345]86-*-sco3.2v5*): Use mh-sysv instead of
15530         mh-sco, since old workarounds no longer needed, and don't
15531         build ld, since libraries have weak symbols in COFF.
15533 Sun Jan 14 23:01:31 1996  Fred Fish  <fnf@cygnus.com>
15535         * Makefile.in (CONFIGURE_TARGET_MODULES): Add missing ';'.
15537 Fri Jan 12 15:25:35 1996  Ian Lance Taylor  <ian@cygnus.com>
15539         * configure.in: Make sure that ${CC} can be used to compile an
15540         executable.
15542 Sat Jan  6 07:23:33 1996  Michael Meissner  <meissner@wogglebug.tiac.net>
15544         * Makefile.in (all-gdb): Depend on $(GDB_TK).
15545         * configure (GDB_TK): Set GDB_TK to either "all-tcl all-tk" or
15546         nothing depending on whether gdbtk is being built.
15548 Wed Jan  3 17:54:41 1996  Doug Evans  <dje@canuck.cygnus.com>
15550         * Makefile.in (newlib.tar.gz): Delete building of newlib's info files.
15552 Mon Jan  1 19:09:14 1996  Brendan Kehoe  <brendan@rtl.cygnus.com>
15554         * configure.in (noconfigdirs): Put ld or gas in this early, if the
15555         user specifically used --with-gnu-ld=no or --with-gnu-as=no.
15557 Sat Dec 30 16:08:57 1995  Doug Evans  <dje@canuck.cygnus.com>
15559         * config-ml.in: Add support for
15560         --disable-{softfloat,m68881,m68000,m68020} on m68*-*-*.
15561         Simplify setting of multidirs from --disable-foo.
15563 Fri Dec 29 07:56:11 1995  Michael Meissner  <meissner@tiktok.cygnus.com>
15565         * Makefile.in (EXTRA_GCC_FLAGS): If any of the make variables
15566         LANGUAGES, BOOT_CFLAGS, STMP_FIXPROTO, LIMITS_H_TEST,
15567         LIBGCC1_TEST, LIBGCC2_CFLAGS, LIBGCC2_INCLUDES, and ENQUIRE are
15568         non-empty, pass them on to the  GCC make.
15569         (all-bootstrap): New rule that is like all-gcc, except it executes
15570         the GCC bootstrap rule instead of the GCC all rule.
15572 Wed Dec 27 15:51:48 1995  Doug Evans  <dje@canuck.cygnus.com>
15574         * config-ml.in (ml_realsrcdir): New, to account for ${subdir}.
15576 Tue Dec 26 11:45:31 1995  Michael Meissner  <meissner@tiktok.cygnus.com>
15578         * config.guess (AViiON:dgux:*:*): Update from FSF to add pentium
15579         DG/UX support.
15581 Fri Dec 15 10:01:27 1995  Stan Cox  <coxs@dg-rtp.dg.com>
15583         * config.sub (i*86*) Change [345] to [3456]
15585 Wed Dec 20 17:41:40 1995  Brendan Kehoe  <brendan@lisa.cygnus.com>
15587         * configure.in (noconfigdirs): Add gas or ld if --with-gnu-as=no or
15588         --with-gnu-ld=no.
15590 Wed Dec 20 15:15:35 1995  Michael Meissner  <meissner@tiktok.cygnus.com>
15592         * config-ml.in (rs6000*, powerpc*): Add switches to control which
15593         AIX multilibs get built.
15595 Mon Dec 18 17:55:46 1995  Jason Molenda  (crash@phydeaux.cygnus.com)
15597         * configure.in (i386-win32): Don't build expect if we're not
15598         building the tcl subdir.
15600 Mon Dec 18 11:47:19 1995  Stan Shebs  <shebs@andros.cygnus.com>
15602         * Makefile.in: (configure-target-examples, all-target-examples):
15603         New targets, configure and build example programs.
15605 Fri Dec 15 16:13:03 1995  Stan Shebs  <shebs@andros.cygnus.com>
15607         * mpw-configure: If an mpw-config.in generated a file mk.sed,
15608         use it as input to sedit the generated MPW makefile.
15609         * mpw-README: Add a suggestion about Gestalt.h.
15611 Wed Dec 13 16:43:51 1995  Ian Lance Taylor  <ian@cygnus.com>
15613         * config.sub: Accept *-*-ieee*.
15615 Tue Dec 12 11:52:57 1995  Ian Lance Taylor  <ian@cygnus.com>
15617         * Makefile.in (local-distclean): Remove $(TARGET_SUBDIR).  From
15618         Ronald F. Guilmette <rfg@monkeys.com>.
15620 Mon Dec 11 15:31:58 1995  Jason Molenda  (crash@phydeaux.cygnus.com)
15622         * configure.in (host==powerpc-pe): Add many directories to noconfigdirs
15623         for powerpc-pe native.
15624         (target==i386-win32): add tcl, make to noconfigdirs if canadian cross.
15625         (target==powerpc-pe): duplicate i386-win32 entry.
15627 Sat Dec  9 14:58:28 1995  Jim Wilson  <wilson@chestnut.cygnus.com>
15629         * configure.in (noconfigdirs): Exclude target-newlib for all versions
15630         of vxworks, not just vxworks5.1.
15632 Mon Dec  4 12:05:40 1995  Stan Shebs  <shebs@andros.cygnus.com>
15634         * mpw-configure: Add support for exec-prefix.
15636 Mon Dec  4 10:22:50 1995  Jeffrey A. Law  <law@rtl.cygnus.com>
15638         * config.guess: Recognize HP model 816 machines as having
15639         a PA1.1 processor.
15641 Mon Dec  4 12:38:15 1995  Ian Lance Taylor  <ian@cygnus.com>
15643         * configure: Ignore new autoconf configure options.
15645 Thu Nov 30 16:57:33 1995  Per Bothner  <bothner@wombat.gnu.ai.mit.edu>
15647         * config.guess:  Recognize Pentium under SCO.
15648         From Robert Lipe <robertl@arnet.com>.
15650 Wed Nov 29 13:49:08 1995  J.T. Conklin  <jtc@rtl.cygnus.com>
15652         * configure.in (noconfigdirs): Disable target-libio on v810-*-*.
15654 Wed Nov 29 12:12:01 1995  Ian Lance Taylor  <ian@cygnus.com>
15656         * configure.in: Don't configure gas for alpha-dec-osf*.
15658 Tue Nov 28 17:16:48 1995  Ian Lance Taylor  <ian@cygnus.com>
15660         * configure.in: Default to --with-stabs for some targets for which
15661         it makes sense: mips*-*-*, alpha*-*-osf*, i[345]86*-*-sysv4* and
15662         i[345]86*-*-unixware*.
15664 Mon Nov 27 13:44:15 1995  Ian Lance Taylor  <ian@cygnus.com>
15666         * config-ml.in: Get list of multidirs using gcc --print-multi-lib
15667         rather than basing it on the target.  Simplify handling of options
15668         controlling which directories to configure.  Remove extraneous
15669         slash in multi-clean target.
15671 Fri Nov 24 17:29:29 1995  Doug Evans  <dje@deneb.cygnus.com>
15673         * config-ml.in: Prefix more variables with ml_ so they don't collide
15674         with configure's.
15676 Wed Nov 22 11:27:02 1995  Ian Lance Taylor  <ian@cygnus.com>
15678         * configure: Don't turn -v into --v.
15680 Tue Nov 21 16:48:02 1995  Doug Evans  <dje@deneb.cygnus.com>
15682         * configure.in (targargs): Fix typo.
15684         * Makefile.in (DEVO_SUPPORT): Add symlink-tree.
15686 Tue Nov 21 14:08:28 1995  Ian Lance Taylor  <ian@cygnus.com>
15688         * configure.in: Strip --host and --target options from
15689         CONFIG_ARGUMENTS, and always configure for --host only.  Add
15690         --with-cross-host option when building with a cross-compiler.
15691         * configure: Canonicalize the arguments put into config.status by
15692         always using `=' for an option with an argument.  Pass a presumed
15693         --host or --target explicitly.
15695 Fri Nov 17 17:50:30 1995  Stan Shebs  <shebs@andros.cygnus.com>
15697         * config.sub: Merge -macos*, -magic*, -pe*, and -win32 cases
15698         into general OS recognition case.
15700 Fri Nov 17 17:42:25 1995  Jason Molenda  (crash@phydeaux.cygnus.com)
15702         * configure.in (target_configdirs): add target-winsup only
15703         for win32 target systems.
15705 Thu Nov 16 14:04:47 1995  Ian Lance Taylor  <ian@cygnus.com>
15707         * Makefile.in (all-target-libgloss): Depend upon
15708         configure-target-newlib, since when libgloss is built it looks to
15709         see if the newlib directory exists.
15711 Wed Nov 15 14:47:52 1995  Ken Raeburn  <raeburn@cygnus.com>
15713         * Makefile.in (DEVO_SUPPORT): Use config-ml.in instead of
15714         cfg-ml-*.in.
15716 Wed Nov 15 11:45:23 1995  Ian Lance Taylor  <ian@cygnus.com>
15718         * configure: Handle LD and LD_FOR_TARGET when configuring a
15719         Canadian Cross.
15721 Tue Nov 14 14:56:11 1995  Jason Molenda  (crash@phydeaux.cygnus.com)
15723         * configure.in (target_libs): add target-winsup.
15724         (target==i386-win32): add patch diff flex make to $noconfigdirs.
15725         (target==ppcle-pe): remove ld from $noconfigdirs.
15727 Tue Nov 14 01:25:50 1995  Doug Evans  <dje@canuck.cygnus.com>
15729         * Makefile.in (CONFIGURE_TARGET_MODULES): Pass --with-target-subdir.
15730         Preserve relative path names in $srcdir.  Build symlink tree if
15731         configuring cross target dir and srcdir=. (= no VPATH support).
15732         (configure-target-libg++): Depend on configure-target-librx.
15733         * cfg-ml-com.in, cfg-ml-pos.in: Deleted.
15734         * config-ml.in: New file.
15735         * symlink-tree: New file.
15736         * configure: Ensure srcdir="." if that's what it is.
15738 Mon Nov 13 12:34:20 1995  Stan Shebs  <shebs@andros.cygnus.com>
15740         * mpw-README: Clarify some phrasing, add notes about CodeWarrior
15741         includes and FLEX_SKELETON setting.
15742         * mpw-configure (--with-gnu-ld): New option, controls whether
15743         to use PPCLink or ld with PowerMac GCC.
15744         * mpw-build.in (all-grez, do-grez, install-grez): New targets.
15745         * mpw-config.in: Configure grez if targeting Mac.
15747         * config.sub: Accept pmac and pmac-mpw as names for PowerMacs,
15748         accept mpw and mac-mpw as names for m68k Macs, change macos7 to
15749         just macos.
15750         * configure.in: Configure grez resource compiler if targeting Mac.
15751         * Makefile.in (all-grez, install-grez): New targets.
15753 Wed Nov  8 17:33:51 1995  Jason Merrill  <jason@yorick.cygnus.com>
15755         * configure: CXX defaults to gcc, not g++.  If we find
15756         gcc in the path, set CC to gcc -O2.
15758 Tue Nov  7 15:45:17 1995  Ian Lance Taylor  <ian@cygnus.com>
15760         * configure: Default ${build} correctly.  Avoid picking up extra
15761         spaces when reading CC and CXX from Makefile.  When doing a
15762         Canadian Cross, use plausible default values for numerous
15763         variables.
15764         * configure.in: When doing a Canadian Cross, don't try to
15765         configure tools whose configure script can't handle it.
15767 Mon Nov  6 19:32:17 1995  Jim Wilson  <wilson@chestnut.cygnus.com>
15769         * cfg-ml-com.in (sh-*-*): Add m2 and ml/m2 to multidirs.
15771 Sun Nov  5 00:15:41 1995  Per Bothner  <bothner@kalessin.cygnus.com>
15773         * configure:  Remove dubious bug reporting address.
15775 Fri Nov  3 08:17:54 1995  Per Bothner  <bothner@kalessin.cygnus.com>
15777         * Makefile.in ($(CONFIGURE_TARGET_MODULES)):  If subdir has
15778         configure script, run that instead of this directory's configure.
15779         In either case, print a message that we're configuring the sub-dir.
15781 Thu Nov  2 23:23:36 1995  Per Bothner  <bothner@kalessin.cygnus.com>
15783         * configure.in: Before checking for the existence of various files,
15784         use sed to filter out "target-".
15786 Thu Nov  2 13:24:56 1995  Ian Lance Taylor  <ian@cygnus.com>
15788         * Makefile.in (DO_X): Split rule to decrease command line length
15789         for systems with small ARG_MAX values.  From phdm@info.ucl.ac.be
15790         (Philippe De Muyter).
15792 Wed Nov  1 15:18:35 1995  Jason Molenda  (crash@phydeaux.cygnus.com)
15794         * Makefile.in (all-patch): depend on all-libiberty.
15796 Wed Nov  1 12:23:20 1995  Ian Lance Taylor  <ian@cygnus.com>
15798         * configure.in: If the only directory in target_configdirs which
15799         actually exists is libiberty, then set target_configdirs to empty,
15800         to avoid trying to build a target libiberty in a gas or gdb
15801         distribution.
15803 Tue Oct 31 17:52:39 1995  J.T. Conklin  <jtc@slave.cygnus.com>
15805         * configure.in (host_makefile_frag): Use m68k-sun-sunos* instead
15806         of m68k-sun-* when selecting mh-sun3 to avoid matching NetBSD/sun3
15807         systems.
15809 Tue Oct 31 16:57:32 1995  Jim Wilson  <wilson@chestnut.cygnus.com>
15811         * configure.in (copy_dirs): Use sys-include instead of include
15812         for --with-headers option.
15814 Tue Oct 31 10:29:36 1995  steve chamberlain  <sac@slash.cygnus.com>
15816         * Makefile.in, configure.in: Make winsup builds work with
15817         new scheme.
15819 Mon Oct 30 18:57:09 1995  Ian Lance Taylor  <ian@cygnus.com>
15821         * configure.in: Build the linker on AIX.
15823 Mon Oct 30 12:27:16 1995  Per Bothner  <bothner@kalessin.cygnus.com>
15825         * Makefile.in (CC_FOR_TARGET, CXX_FOR_TARGET):  Add $(TARGET_SUBDIR)
15826         where needed.
15828 Mon Oct 30 12:45:25 1995  Doug Evans  <dje@cygnus.com>
15830         * Makefile.in (all-gcc): Fix typo.
15832 Sat Oct 28 10:27:59 1995  Per Bothner  <bothner@kalessin.cygnus.com>
15834         * Makefile.in ($(CHECK_TARGET_MODULES)):  Fix typo.
15836 Fri Oct 27 23:14:12 1995  Per Bothner  <bothner@kalessin.cygnus.com>
15838         * configure.in:  Rename libFOO to target-libFOO, and xiberty
15839         to target-xiberty, to provide more flexibility.
15840         (target_subdir):  Define.  Create if cross.
15841         Set TARGET_SUBDIR in Makefile to ${target_subdir}.
15842         * Makefile.in:  Rename all-libFOO -> all-target-libFOO, all-xiberty
15843         -> all-target-libiberty, configure-libFOO -> configure-target-libFOO,
15844         check-libFOO -> check-target-libFOO, etc.
15845         ($(DO_X)):  Iterate over TARGET_CONFIGDIRS after SUBDIRS.
15846         ($(CONFIGURE_TARGET_MODULES), $(CHECK_TARGET_MODULES),
15847         $(ALL_TARGET_MODULES), $(INSTALL_TARGET_MODULES)): Update accordingly.
15848         (configure-target-XXX):  Depend on $(ALL_GCC), not all-gcc, to
15849         allow ALL_GCC="" to only configure.
15850         (DEVO_SUPPORT):  Add cfg-ml-com.in and cfg-ml-pos.in.
15851         (ETC_SUPPORT, ETC_SUPPORT_PFX):  Merge;  update 'taz' accordingly.
15852         (LIBGXX_SUPPORT_DIRS):  Remove xiberty.
15854 Sat Oct 28 01:53:49 1995  Ken Raeburn  <raeburn@cygnus.com>
15856         * Makefile.in (taz): Build "info" in etc explicitly.
15858 Fri Oct 27 09:32:30 1995  Stu Grossman  (grossman@cygnus.com)
15860         * configure.in:  Make sure that CC is undefined (as opposed to
15861         null) if toplevel/config/mh-{host} doesn't define it.  Fixes a
15862         problem with autoconf trying to configure on a host without GCC.
15864 Thu Oct 26 22:35:01 1995  Stan Shebs  <shebs@andros.cygnus.com>
15866         * mpw-configure: Set host alias from choice of host compiler,
15867         only use generic MPW Makefile sed if present, edit a file
15868         named "hacked_Makefile.in" instead of "Makefile.in" if present.
15869         * mpw-README: Add problem notes about CW6 and CW7.
15871 Thu Oct 26 05:45:10 1995  Ken Raeburn  <raeburn@kr-pc.cygnus.com>
15873         * Makefile.in (taz): Use ";" instead of ";;".
15875 Wed Oct 25 15:18:24 1995  Per Bothner  <bothner@kalessin.cygnus.com>
15877         * Makefile.in (taz):  Grep for '^diststuff:' or '^info:' in
15878         sub-directory Makefiles, instead of using DISTSTUFFDIRS and
15879         DISTDOCDIRS.
15880         (DISTSTUFFDIRS, DISTDOCDIRS):  Removed - no longer used.
15881         (newlib.tar.gz):  Don't pass DISTDOCDIRS to recursive make.
15883 Wed Oct 25 14:43:55 1995  Per Bothner  <bothner@kalessin.cygnus.com>
15885         * Makefile.in (DISTDOCDIRS):  Remove ld gprof bnutils gas libg++ gdb
15886         and gnats, because they are now subsumed by DISTSTUFFDIRS.
15887         Move bfd to DISTSTUFFDIRS.
15889 Tue Oct 24 18:19:09 1995  Jason Molenda  (crash@phydeaux.cygnus.com)
15891         * Makefile.in (X11_LIB): Removed.
15892         (X11_FLAGS_TO_PASS): pass only X11_EXTRA_CFLAGS and X11_EXTRA_LIBS.
15894         * configure.in (host_makefile_frag): mh-aix & mh-sun removed.
15896 Sun Oct 22 13:04:42 1995  Michael Meissner  <meissner@tiktok.cygnus.com>
15898         * cfg-ml-com.in (powerpc*): Shorten some of the multilib directory
15899         names.
15901 Fri Oct 20 18:02:10 1995  Michael Meissner  <meissner@tiktok.cygnus.com>
15903         * cfg-ml-com.in (powerpc*-eabi*): Add mcall-aixdesc varients.
15905 Thu Oct 19 10:40:57 1995  steve chamberlain  <sac@slash.cygnus.com>
15907         * configure.in (i[345]86-*-win32): Always build newlib.
15908         Don't configure cvs, autoconf or texinfo.
15909         * Makefile.in (LD_FOR_TARGET): New.
15910         (BASE_FLAGS_TO_PASS, EXTRA_TARGET_FLAGS, CONFIGURE_TARGET_MODULES):
15911         Pass down LD_FOR_TARGET.
15913 Wed Oct 18 15:53:56 1995  steve chamberlain  <sac@slash.cygnus.com>
15915         * winsup: New directory.
15916         * Makefile.in: Build winsup.
15917         * configure.in: Winsup is configured when target is win32.
15918         Can only build win32 target GDB when native.
15920 Mon Oct 16 09:42:31 1995  Jeffrey A Law  (law@cygnus.com)
15922         * config.guess: Recognize HP model 819 machines as having
15923         a PA 1.1 processor.
15925 Mon Oct 16 10:49:43 1995  Ian Lance Taylor  <ian@cygnus.com>
15927         * configure: Fix sed loop which substitutes for CC and CXX to
15928         avoid bug found in various sed implementations.
15930 Wed Oct 11 16:16:20 1995  Michael Meissner  <meissner@tiktok.cygnus.com>
15932         * cfg-ml-com.in (powerpc-*-eabisim): Delete separate rule for
15933         simulator.  Use standard powerpc-*-eabi*.
15935 Mon Oct  9 17:21:56 1995  Ian Lance Taylor  <ian@cygnus.com>
15937         * configure.in: Stop putting gas and binutils in noconfigdirs for
15938         powerpc-*-aix* and rs6000-*-*.
15940 Mon Oct  9 12:38:40 1995  Michael Meissner  <meissner@cygnus.com>
15942         * cfg-ml-com.in (powerpc*-*-eabisim*): Add support for building
15943         -mcall-aixdesc libraries.
15945 Fri Oct  6 16:17:57 1995  Ken Raeburn  <raeburn@cygnus.com>
15947         Mon Sep 25 22:49:32 1995  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
15949         * config.sub (arm | armel | armeb): Fix shell syntax.
15951 Fri Oct  6 14:40:28 1995  Michael Meissner  <meissner@tiktok.cygnus.com>
15953         * cfg-ml-com.in ({powerpc,rs6000}-ibm-aix*): Add multilibs for
15954         -msoft-float and -mcpu=common support.
15955         (powerpc*-*-eabisim*): Add support for building -mcall-aix
15956         libraries.
15958 Thu Oct  5 13:26:37 1995  Brendan Kehoe  <brendan@lisa.cygnus.com>
15960         * configure.in: Allow configuration and build of emacs19 for the alpha.
15962 Wed Oct  4 22:05:36 1995  Jason Molenda  (crash@phydeaux.cygnus.com)
15964         * configure.in (CC): Get ^CC, not just any old CC, from
15965         ${host_makefile_frag}.
15967 Wed Oct  4 21:55:00 1995  Jason Molenda  (crash@phydeaux.cygnus.com)
15969         * configure.in (CC): Try to get CC from
15970         ${srcdir}/${host_makefile_frag}, not ${host_makefile_frag}.
15972 Wed Oct  4 21:44:12 1995  Jason Molenda  (crash@phydeaux.cygnus.com)
15974         * Makefile.in (TARGET_CONFIGDIRS): configure targetdirs
15975         only if it exists in $(srcdir).
15977 Wed Oct  4 11:52:31 1995  Ian Lance Taylor  <ian@cygnus.com>
15979         * configure: If CC and CXX are not set in the environment, set
15980         them, based on either an existing Makefile or on searching for gcc
15981         in PATH.  Substitute for CC and CXX in Makefile.
15982         * configure.in: Remove libm from target_libs.  Separate
15983         target_configdirs from configdirs.  If CC is not set in
15984         environment, try to get it from a host Makefile fragment.  Rewrite
15985         changes of configdirs to use skipdirs instead.  A few minor
15986         tweaks.  Take directories out of target_configdirs as they are
15987         taken out of configdirs.  Remove existing Makefile files from
15988         subdirectories.  Substitute for TARGET_CONFIGDIRS and
15989         CONFIG_ARGUMENTS in Makefile.
15990         * Makefile.in (TARGET_CONFIGDIRS): New variable, automatically set
15991         by configure.in.
15992         (CONFIG_ARGUMENTS): Likewise.
15993         (CONFIGURE_TARGET_MODULES): New variable.
15994         ($(DO_X)): Loop over TARGET_CONFIGDIRS as well as SUBDIRS.
15995         ($(CONFIGURE_TARGET_MODULES)): New target.
15996         (configure-libg++, configure-libio): New targets.
15997         (all-libg++): Depend upon configure-libg++.
15998         (all-libio): Depend upon configure-libio.
15999         (configure-libgloss, all-libgloss): New targets.
16000         (configure-libstdc++): New target.
16001         (all-libstdc++): Depend upon configure-libstdc++.
16002         (configure-librx, all-librx): New targets.
16003         (configure-newlib): New target.
16004         (all-newlib): Depend upon configure-newlib
16005         (configure-xiberty): New target.
16006         (all-xiberty): Depend upon configure-xiberty.
16008 Sat Sep 30 04:32:59 1995  Jason Molenda (crash@phydeaux.cygnus.com)
16010         * configure.in (host i[345]86-*-win32):  Expand the
16011         noconfigdirs again.
16013 Thu Sep 28 21:18:49 1995  Stan Shebs  <shebs@andros.cygnus.com>
16015         * mpw-configure: Fix sed command file name.
16017 Thu Sep 28 17:39:56 1995  steve chamberlain  <sac@slash.cygnus.com>
16019         * configure.in (host i[345]86-*-win32): Reduce the
16020         noconfigdirs again.
16022 Wed Sep 27 12:24:00 1995  Ian Lance Taylor  <ian@cygnus.com>
16024         * configure.in: Don't configure ld and gdb for powerpc*-*-winnt*
16025         or powerpc*-*-pe*, since they are not yet supported.
16027 Tue Sep 26 14:30:01 1995  Stan Shebs  <shebs@andros.cygnus.com>
16029         Add PowerMac support and many other enhancements.
16030         * mpw-configure: New option --cc to select compiler to use,
16031         paste options set according to --cc into the generated
16032         Makefile, generate the Makefile by sed'ing the Unix Makefile.in
16033         if mpw-make.sed is present.
16034         * mpw-config.in: Don't test for gC1, test for mpw-touch,
16035         add forward includes for PowerPC include files.
16036         * mpw-build.in: Build using Makefile.PPC if present.
16037         (do-byacc, etc): Remove separate version resource builds.
16038         (do-gas): Build "stamps" before "all".
16039         (do-gcc): Build "stamps-h" and "stamps-c" before "all".
16040         * mpw-README: Update to reflect --cc option, PowerMac support,
16041         and recently-reported compatibility problems.
16043 Fri Sep 22 12:15:42 1995  Doug Evans  <dje@deneb.cygnus.com>
16045         * cfg-ml-com.in (m68*-*-*): Only build multilibs for
16046         embedded m68k systems (-aout, -coff, -elf, -vxworks).
16047         (--with-multilib-top): Pass to recursive invocations.
16049 Tue Sep 19 13:51:05 1995  J.T. Conklin  <jtc@blues.cygnus.com>
16051         * configure.in (noconfigdirs): Disable libg++ and libstdc++ on
16052         v810-*-*.
16054 Mon Sep 18 23:08:26 1995  J.T. Conklin  <jtc@rtl.cygnus.com>
16056         * configure.in (noconfigdirs): Disable bfd, binutils, gas, gcc,
16057         gdb, ld and opcodes on v810-*-*.
16059 Tue Sep 12 18:03:31 1995  Ian Lance Taylor  <ian@cygnus.com>
16061         * Makefile.in (DO_X): Change do-realclean to do-maintainer-clean.
16062         (local-maintainer-clean): New target.
16063         (maintainer-clean): New target.
16064         (realclean): Just depend upon maintainer-clean.
16066 Fri Sep  8 17:11:14 1995  J.T. Conklin  <jtc@rtl.cygnus.com>
16068         * configure.in (noconfigdirs): Disable gdb on m68k-*-netbsd*.
16070 Fri Sep  8 16:46:29 1995  Ian Lance Taylor  <ian@cygnus.com>
16072         * configure.in: Build ld in mips*-*-bsd* case.
16074 Thu Sep  7 20:03:41 1995  Ken Raeburn  <raeburn@cygnus.com>
16076         * config.sub: Accept -lites* OS.  From Ian Dall.
16078 Fri Sep  1 08:06:58 1995  James G. Smith  <jsmith@beauty.cygnus.com>
16080         * config.sub: recognise mips64vr4300 and mips64vr4300el as valid
16081         targets.
16083 Wed Aug 30 21:06:50 1995  Jason Molenda  (crash@phydeaux.cygnus.com)
16085         * configure.in: treat i386-win32 canadian cross the same as
16086         i386-go32 canadian cross.
16088 Thu Aug 24 14:53:20 1995  Michael Meissner  <meissner@tiktok.cygnus.com>
16090         * cfg-ml-com.in (powerpc*-*-eabisim): Add support for PowerPC
16091         running under the simulator to build a reduced set of libraries.
16092         (powerpc-*-eabiaix): Add fine grained multilib support added to
16093         other powerpc targets yesterday.
16095 Wed Aug 23 09:41:56 1995  Michael Meissner  <meissner@tiktok.cygnus.com>
16097         * cfg-ml-com.in (powerpc*): Add support for -disable-biendian,
16098         -disable-softfloat, -disable-relocatable, -disable-aix, and
16099         -disable-sysv to control which multilib libraries get built.
16101 Thu Aug 17 16:03:41 1995  Ken Raeburn  <raeburn@kr-laptop.cygnus.com>
16103         * configure: Add Makefile.tem to list of files to remove in trap
16104         handler.
16106 Mon Aug 14 19:27:56 1995  Per Bothner  <bothner@kalessin.cygnus.com>
16108         * config.guess (*Linux*):  Add missing "exit"s.
16109         Also, need specific check for alpha-unknown-linux (uses COFF).
16111 Fri Aug 11 15:38:20 1995  Per Bothner  <bothner@kalessin.cygnus.com>
16113         * config.guess:  Merge with FSF:
16115         Wed Jun 28 17:57:27 1995  David Edelsohn  <edelsohn@mhpcc.edu>
16116         * config.guess (AIX4): More robust release numbering discovery.
16118         Thu Jun 22 19:01:24 1995  Kenneth Stailey  (kstailey@eagle.dol-esa.gov)
16119         * config.guess (i386-sequent-ptx): Properly get version number.
16121         Thu Jun 22 18:36:42 1995  Uwe Seimet  (seimet@iris1.chemie.uni-kl.de)
16122         * config.guess (mips:*:4*:UMIPS): New case.
16124 Mon Aug  7 09:21:35 1995  Doug Evans  <dje@canuck.cygnus.com>
16126         * configure.in (i386-go32 host): Fix typo (deja-gnu -> dejagnu).
16127         (i386-win32 host): Likewise.  Don't build readline.
16129 Sat Aug  5 09:51:49 1995  Fred Fish  <fnf@rtl.cygnus.com>
16131         * Makefile.in (GDBTK_SUPPORT_DIRS):  Define and pass as part of
16132         SUPPORT_FILES to submakes.
16134 Fri Aug  4 13:04:36 1995  Fred Fish  <fnf@cygnus.com>
16136         * Makefile.in (GDB_SUPPORT_DIRS): Add utils.
16137         (DEVO_SUPPORT): Add mpw-README, mpw-build.in, mpw-config.h and
16138         mpw-configure.
16140 Wed Aug  2 16:32:40 1995  Ken Raeburn  <raeburn@cygnus.com>
16142         * configure.in (appdirs): Use =, not ==, in test expression when
16143         trying to build the text to print in the warning message for
16144         Solaris users.
16146 Mon Jul 31 09:56:18 1995  steve chamberlain  <sac@slash.cygnus.com>
16148         * cfg-ml-com.in (z8k-*-coff): Add 'std' multilib build.
16150 Fri Jul 28 00:16:31 1995  Jeffrey A. Law  <law@rtl.cygnus.com>
16152         * config.guess: Recognize lynx-2.3.
16154 Thu Jul 27 15:47:59 1995  steve chamberlain  <sac@slash.cygnus.com>
16156         * config.sub (z8ksim): Deleted
16157         (z8k-*-coff): New, this is the one true name of the target.
16159 Thu Jul 27 14:33:33 1995  Doug Evans  <dje@canuck.cygnus.com>
16161         * cfg-ml-pos.in (dotdot): Work around SunOS sed bug.
16163 Thu Jul 27 13:31:05 1995  Fred Fish  (fnf@cygnus.com)
16165         * config.guess (*:Linux:*:*): First try asking the linker what the
16166         default object file format is (elf, aout, or coff).  Then if this
16167         fails, try previous methods.
16169 Thu Jul 27 11:28:17 1995  J.T. Conklin  <jtc@rtl.cygnus.com>
16171         * configure.in: Don't build newlib for *-*-vxworks5.1.
16173 Thu Jul 27 11:18:47 1995  Brendan Kehoe  <brendan@lisa.cygnus.com>
16175         * configure.in: Don't build newlib for a29k-*-vxworks5.1.
16176         * test-build.mk: Add setting of --with-headers for a29k-vxworks5.1.
16178 Tue Jul 25 21:25:39 1995  Doug Evans  <dje@canuck.cygnus.com>
16180         * cfg-ml-pos.in (MULTITOP): Trim excess trailing "/.".
16182 Fri Jul 21 10:41:12 1995  Doug Evans  <dje@canuck.cygnus.com>
16184         * cfg-ml-com.in: New file.
16185         * cfg-ml-pos.in: New file.
16187 Wed Jul 19 00:37:27 1995  Jeffrey A. Law  <law@rtl.cygnus.com>
16189         * COPYING.NEWLIB: Add HP free copyright to list.
16191 Tue Jul 18 10:58:51 1995  Michael Meissner  <meissner@tiktok.cygnus.com>
16193         * config.sub: Recognize -eabi* for the system, not just -eabi.
16195 Mon Jul  3 13:44:51 1995  Steve Chamberlain  <sac@slash.cygnus.com>
16197         * Makfile.in (DLLTOOL_FOR_TARGET): New name, pass it down.
16198         * config.sub, configure.in (win32): New target and host.
16200 Wed Jun 28 23:57:08 1995  Steve Chamberlain  <sac@slash.cygnus.com>
16202         * configure.in: Add i386-pe configuration.
16204 Fri Jun 23 14:28:44 1995  Stan Shebs  <shebs@andros.cygnus.com>
16206         * mpw-build.in (install): Install GDB after LD.
16208 Thu Jun 22 17:10:53 1995  Stan Shebs  <shebs@andros.cygnus.com>
16210         * mpw-config.in (elf/mips.h): Always forward-include, needed
16211         for GDB to build.
16213 Wed Jun 21 15:17:30 1995  Rob Savoye  <rob@darkstar.cygnus.com>
16215         * testsuite: New directory for customer acceptance and whole tool
16216         chain tests.
16218 Wed Jun 21 16:50:29 1995  Ken Raeburn  <raeburn@cujo.cygnus.com>
16220         * configure: If per-host line isn't found, but AC_OUTPUT is found
16221         and a configure script exists, run it instead.
16223 Thu Jun 15 21:09:24 1995  Per Bothner  <bothner@kalessin.cygnus.com>
16225         * config.guess:  Update from FSF, for alpha-dec-winnt3.5 and  Crays.
16227 Tue Jun 13 21:43:27 1995  Rob Savoye  <rob@darkstar.cygnus.com>
16229         * configure: Set build_{cpu,vendor,os,alias} to host values when
16230         --build isn't specified.
16232 Mon Jun  5 18:26:36 1995  Jason Merrill  <jason@phydeaux.cygnus.com>
16234         * Makefile.in (PICFLAG, PICFLAG_FOR_TARGET): New macros.
16235         (FLAGS_TO_PASS): Pass them.
16236         (EXTRA_TARGET_FLAGS): Ditto.
16238 Wed May 31 22:27:42 1995  Jim Wilson  <wilson@chestnut.cygnus.com>
16240         * Makefile.in (all-libg++): Depend on all-libstdc++.
16242 Thu May 25 22:40:59 1995  J.T. Conklin  <jtc@rtl.cygnus.com>
16244         * configure.in (noconfigdirs): Enable all packages for
16245           i386-unknown-netbsd.
16247 Sat May 20 13:22:31 1995  Angela Marie Thomas  <angela@cirdan.cygnus.com>
16249         * configure.in (noconfigdirs): Don't configure tk for i386-go32
16250         hosted builds (DOS builds)
16252 Thu May 18 18:08:49 1995  Ken Raeburn  <raeburn@kr-laptop.cygnus.com>
16254         Changes for ARM based on patches from Richard Earnshaw:
16255         * config.sub: Handle armeb and armel.
16256         * configure.in: Omit arm linker only for riscix.
16258 Thu May 11 17:23:26 1995  Per Bothner  <bothner@kalessin.cygnus.com>
16260         * config.guess:  Update from FSF.
16262 Tue May  9 15:52:05 1995  Michael Meissner  <meissner@cygnus.com>
16264         * config.sub: Recognize powerpcle as the little endian variant of
16265         the PowerPC.  Recgonize ppc as a PowerPC variant, and ppcle as a
16266         powerpcle variant.  Convert pentium into i586, not i486.  Add p5
16267         alias for i586.  Map new x86 variants p6, k5, nexgen into i586
16268         temporarily.
16270 Tue May  2 16:29:41 1995  Jeff Law  (law@snake.cs.utah.edu)
16272         * configure.in (hppa*-*-lites*): Treat like hppa*-*-*elf*.
16274 Sun Apr 30 21:38:09 1995  Jeff Law  (law@snake.cs.utah.edu)
16276         * config.sub: Accept -lites* as a basic system type.
16278 Thu Apr 27 11:33:29 1995  Michael Meissner  (meissner@cygnus.com)
16280         * config.guess (*:Linux:*:*): Check for whether the pre-BFD linker is
16281         installed, and if so return linuxoldld as the system name.
16283 Wed Apr 26 10:59:02 1995  Jeff Law  (law@snake.cs.utah.edu)
16285         * config.guess: Add hppa1.1-hp-lites support.
16287 Tue Apr 25 11:08:11 1995  Rob Savoye  <rob@darkstar.cygnus.com>
16289         * configure.in: Don't build newlib for m68k-vxworks5.1.
16291 Wed Apr 19 17:02:43 1995  Jim Wilson  <wilson@chestnut.cygnus.com>
16293         * configure.in (mips-sgi-irix6): Use mh-irix5.
16295 Fri Apr 14 15:21:17 1995  Doug Evans  <dje@chestnut.cygnus.com>
16297         * Makefile.in (all-gcc): Depend on all-ld (for libgcc1-test).
16299 Wed Apr 12 16:06:01 1995  Jason Merrill  <jason@phydeaux.cygnus.com>
16301         * test-build.mk: Enable building of shared libraries on IRIX 5 and
16302         OSF/1.  Fix compiler flags.
16303         * build-all.mk: Support Linux and OSF/1 3.0.  Fix compiler flags.
16305 Tue Apr 11 18:55:40 1995  Doug Evans  <dje@canuck.cygnus.com>
16307         * configure.in: Recognize --with-newlib.
16308         (sparc-*-sunos4*): Build sim, dejagnu, expect, tcl if cross target.
16310 Mon Apr 10 14:38:20 1995  Jason Molenda (crash@phydeaux.cygnus.com)
16312         * Makefile.in: move {all,check,install}-gdb from *_MODULES
16313         to *_X11_MODULES due to gdbtk needing X include files et al.
16315 Mon Apr 10 11:42:22 1995  Stan Shebs  <shebs@andros.cygnus.com>
16317         Merge in support for Mac MPW as a host.
16318         (Old change descriptions retained for informational value.)
16320         * mpw-config.in: Add generic include forwards for cpu-specific
16321         include files in aout and elf directories.
16323         * mpw-configure: Added copyright.
16324         * mpw-config.in: Check for presence of required build tools.
16325         (target_libs): Add newlib.
16326         (target_tools): Add examples.
16327         (Read Me): Generate as "Read Me for MPW" instead.
16328         * mpw-build.in: Base sub-builds on all-foo instead of do-foo.
16329         (all-byacc, do-byacc, all-flex, do-flex, do-newlib): New actions.
16330         (do-gas, do-gcc, do-gdb, do-ld): Build Version.r first.
16332         * mpw-configure: Remove subdir-specific makefile hackery,
16333         delete mk.tmp after using it.
16335         * mpw-build.in (all): Display start and end times.
16337         * mpw-configure (host_canonical): Set.
16338         (target_cpu): Always add to makefiles.
16339         (ARCHDEFS, EMUL): Add to makefile only if nonempty.
16340         (TM_FILE, XM_FILE, NM_FILE): No longer add to makefile.
16341         (mpw-mh-mpw): Look for in srcdir and srcroot.
16342         Use sed instead of mpw-edit-prefix to edit prefix definitions.
16344         * mpw-build.in: (install-only): New target.
16346         * mpw-configure (host_alias, target_alias): Rename from hostalias
16347         and targetalias, add into generated Makefile.
16348         (mk.tmp): If present, add into generated Makefile.
16349         * mpw-build.in (all-gas): Build config.h first before gas proper.
16351         * mpw-configure (config.status): Write only if changed.
16352         * mpw-config.in (readline): Configure it (not built, just used for
16353         definitions).
16355         * mpw-config.in (elf/mips.h): Add a forward include.
16357         * mpw-config.in: Forward-include most .h files in include into
16358         extra-include.
16359         (readline): Don't build.
16360         mpw-build.in (install): Install GDB.
16362         * mpw-configure (prefix, mpw_prefix): Handle it.
16363         * mpw-config.in (mmalloc, readline): Don't configure.
16364         * mpw-build.in (thisscript): Rename to ThisScript.
16365         Use mpw-build instead of BuildProgram everywhere.
16366         (mmalloc, readline): Don't build.
16367         * mpw-README: New file, basic documentation about the MPW port.
16369         * mpw-config.in: Use forward-include to create include files.
16371         * mpw-configure: Add more things to the top of each configured
16372         Makefile, including contents of config/mpw-mh-mpw.
16373         * mpw-config.in (extra-include): Create this directory and fill it
16374         with Posix-like include files when configuring.
16376         * config.sub (apple, mac, mpw): Add various aliases.
16378         * mpw-build.in: New file, top-level build script fragment for MPW.
16379         * mpw-configure: New file, configure script for MPW.
16380         * mpw-config.in: New file, config fragment for MPW.
16382 Fri Apr  7 19:33:16 1995  Jim Kingdon  (kingdon@lioth.cygnus.com)
16384         * configure.in (host_libs): Remove glob, since it is gone from the
16385         sources.
16387 Fri Mar 31 11:36:17 1995  Jason Molenda  (crash@phydeaux.cygnus.com)
16389         * Makefile.in: define empty GDB_NLM_DEPS var.
16391         * configure.in(target_makefile_frag): use config/mt-netware
16392         for netware targets.
16394 Thu Mar 30 13:51:43 1995  Ian Lance Taylor  <ian@cygnus.com>
16396         * config.sub: Merge in recent FSF changes.  Remove linux special
16397         cases.
16399 Tue Mar 28 14:47:34 1995  Jason Molenda (crash@phydeaux.cygnus.com)
16401         Revert this change:
16403         Tue Mar 30 10:03:09 1993  Ian Lance Taylor  (ian@cygnus.com)
16405                 * build-all.mk: Use CC=cc -Xs on Solaris.
16407 Tue Mar 21 10:43:32 1995  Jim Kingdon  (kingdon@lioth.cygnus.com)
16409         * glob/*: Removed.  Schauer's 24 Feb 1994 readline change made us
16410         stop using it.
16411         * Makefile.in: Nuke all references to glob subdirectory.
16413 Thu Mar 16 13:35:30 1995  Jason Merrill  <jason@phydeaux.cygnus.com>
16415         * configure.in: Fix --enable-shared logic in per-host.
16417 Mon Mar 13 12:33:15 1995  Ian Lance Taylor  <ian@cygnus.com>
16419         * configure.in (*-hp-hpux[78]*): Use mh-hpux8.
16421 Mon Mar  6 10:21:58 1995  Jim Kingdon  (kingdon@lioth.cygnus.com)
16423         * configure.in (noconfigdirs): Don't build gas on AIX, for
16424         powerpc*-*-aix* as well as for rs6000*-*-aix*.
16426 Wed Mar  1 12:51:53 1995  Ian Lance Taylor  <ian@cygnus.com>
16428         * configure: Fix --cache-file to work if the file argument is a
16429         relative path.
16431 Tue Feb 28 17:36:07 1995  Ian Lance Taylor  <ian@cygnus.com>
16433         * configure: If the --cache-file is used, pass it down to
16434         configure in subdirectories.
16436 Mon Feb 27 12:52:46 1995  Kung Hsu  <kung@mexican.cygnus.com>
16438         * config.sub: add vxworks29k configuration.
16440 Fri Feb 10 16:12:26 1995  Ken Raeburn  <raeburn@cujo.cygnus.com>
16442         * Makefile.in (taz): Do "diststuff" part quietly.
16444 Sun Feb  5 14:16:35 1995  Doug Evans  <dje@canuck.cygnus.com>
16446         * config.sub: Mini-merge with gcc/config.sub.
16448 Sat Feb  4 12:11:35 1995  Jim Wilson  <wilson@chestnut.cygnus.com>
16450         * config.guess (IRIX): Sed - to _.
16452 Fri Feb  3 11:54:42 1995  J.T. Conklin  <jtc@rtl.cygnus.com>
16454         * Makefile.in (source-vault, binary-vault): New targets.
16456 Thu Jan 26 13:00:11 1995  Michael Meissner  <meissner@cygnus.com>
16458         * config.sub: Recognize -eabi as a basic system type.
16460 Thu Jan 12 13:13:23 1995  Jason Merrill  <jason@phydeaux.cygnus.com>
16462         * configure.in (enable_shared stuff): Fix typo.
16464 Thu Jan 12 01:36:51 1995  deanm@medulla.LABS.TEK.COM (Dean Messing)
16466         * Makefile.in (BASE_FLAGS_TO_PASS): Fix typo in passing LIBCXXFLAGS*.
16468 Wed Jan 11 16:29:53 1995  Jason Merrill  <jason@phydeaux.cygnus.com>
16470         * Makefile.in (LIBCXXFLAGS_FOR_TARGET): Add -fno-implicit-templates.
16472 Mon Jan  9 12:48:01 1995  Jim Kingdon  <kingdon@lioth.cygnus.com>
16474         * configure.in (rs6000-*-*): Don't build gas.
16476 Wed Jan  4 23:53:49 1995  Ian Lance Taylor  <ian@tweedledumb.cygnus.com>
16478         * Makefile.in: Use /x/x/ instead of /brokensed/brokensed/, to
16479         reduce command line length.
16480         (AS_FOR_TARGET): Check for as.new, not Makefile.
16481         (NM_FOR_TARGET): Check for nm.new, not Makefile.
16483 Wed Jan  4 13:02:39 1995  Per Bothner  <bothner@kalessin.cygnus.com>
16485         * config.guess:  Merge from FSF.
16487 Thu Dec 15 17:11:37 1994  Ian Lance Taylor  <ian@sanguine.cygnus.com>
16489         * configure: Don't use $ when handling program_suffix.
16491 Mon Dec 12 12:09:37 1994  Stu Grossman  (grossman@cygnus.com)
16493         * configure.in:  Configure tk for hppa/hpux.
16495 Fri Dec  2 15:55:38 1994  Per Bothner  <bothner@kalessin.cygnus.com>
16497         * Makefile.in (LIBGXX_SUPPORT_DIRS):  Add libstdc++.
16499 Tue Nov 29 19:37:56 1994  Per Bothner  <bothner@kalessin.cygnus.com>
16501         * Makefile.in:  Move -fno-implicit-template from CXXFLAGS
16502         to LIBCXXFLAGS.  Tests are better run without it.
16504 Wed Nov 23 10:29:25 1994  Brendan Kehoe  (brendan@lisa.cygnus.com)
16506         * Makefile.in (all-ispell): Depend on all-emacs19 instead of all-emacs.
16508 Mon Nov 21 11:14:01 1994  J.T. Conklin  <jtc@rtl.cygnus.com>
16510         * configure.in (*-*-netware*): Don't configure xiberty.
16512 Mon Nov 14 08:49:15 1994  Stu Grossman  (grossman@cygnus.com)
16514         * configure.in:  Remove tk from native_only list.
16516 Fri Nov 11 15:31:26 1994  Bill Cox  (bill@rtl.cygnus.com)
16518         * build-all.mk: Add mips-ncd-elf target to sun4 targets
16519           for special NCD build.
16521 Mon Nov  7 20:58:17 1994  Ken Raeburn  <raeburn@cujo.cygnus.com>
16523         * Makefile.in (DEVO_SUPPORT): Remove configure.bat and
16524         makeall.bat, they're only useful for binutils snapshots.
16525         (binutils.tar.gz, gas+binutils.tar.gz): Add configure.bat and
16526         makeall.bat to specified SUPPORT_FILES.
16528 Mon Nov  7 17:25:18 1994  Bill Cox  (bill@cirdan.cygnus.com)
16530         * build-all.mk: Add Ericsson targets to sun4 and solaris
16531           hosts.  Add  BNR's sun4 target to solaris host, so their
16532           build-from-source will be tested in-house first.
16534 Sat Nov  5 18:43:30 1994  Jason Merrill  (jason@phydeaux.cygnus.com)
16536         * Makefile.in (LIBCFLAGS): New variable.
16537         (CFLAGS_FOR_TARGET): Ditto.
16538         (LIBCFLAGS_FOR_TARGET): Ditto.
16539         (LIBCXXFLAGS): Ditto.
16540         (CXXFLAGS_FOR_TARGET): Ditto.
16541         (LIBCXXFLAGS_FOR_TARGET): Ditto.
16542         (BASE_FLAGS_TO_PASS): Pass them.
16543         (EXTRA_TARGET_FLAGS): Ditto.
16545         * configure.in: Support --enable-shared.
16547 Sat Nov  5 15:44:00 1994  Per Bothner  <bothner@kalessin.cygnus.com>
16549         * configure.in (target_libs):  Include libstdc++ again.
16550         * config.guess:  Update from FSF (for FreeBSD).
16552 Thu Nov  3 16:32:30 1994  Ken Raeburn  <raeburn@cujo.cygnus.com>
16554         * Makefile.in (DEVO_SUPPORT): Include configure.bat and
16555         makeall.bat.
16556         (DISTDOCDIRS): Add `etc'.
16557         (ETC_SUPPORT_PFX): New variable.
16558         (taz): Include anything from etc starting with a word in
16559         ETC_SUPPORT_PFX.
16561 Wed Oct 26 16:19:35 1994  Ian Lance Taylor  <ian@sanguine.cygnus.com>
16563         * config.sub: Update for recent FSF changes.  Remove obsolete
16564         h8300hds entry.  Add -windows* and -osx as basic os.  Minor
16565         spacing changes.
16567 Thu Oct 20 18:41:56 1994  Per Bothner  <bothner@kalessin.cygnus.com>
16569         * configure.in (target_libs):  Remove libstdc++ for libg++-2.6.1.
16571         * config.guess:  Merge with FSF.
16572         * configure.in:  Match on i?86-ncr-sysv4.3, not i?86-ncr-sysv43.
16574 Thu Oct 20 19:26:56 1994  Ken Raeburn  <raeburn@cujo.cygnus.com>
16576         * configure: Since the "trap 0" handler will override the exit
16577         status on many systems, only use it for "exit 1", and make it set
16578         a non-zero exit status; reset it before "exit 0".  Also, check
16579         exit status of config.sub, and error out if it failed.
16581 Wed Oct 19 18:49:55 1994  Rob Savoye  (rob@cygnus.com)
16583         * Makefile.in: (ALL_TARGET_MODULES,INSTALL_TARGET_MODULES) Build
16584         and install libgloss.
16586 Tue Oct 18 15:25:24 1994  Ian Lance Taylor  <ian@sanguine.cygnus.com>
16588         * Makefile.in (all-binutils): Depend upon all-byacc.
16590         * configure.in: Don't build emacs on Irix 5.
16592 Mon Oct 17 16:22:12 1994  J.T. Conklin  (jtc@phishhead.cygnus.com)
16594         * configure.in (*-*-netware*): Add libio.
16596 Thu Oct 13 15:51:20 1994  Jason Merrill  (jason@phydeaux.cygnus.com)
16598         * Makefile.in (ALL_TARGET_MODULES): Add libstdc++.
16599         (CHECK_TARGET_MODULES): Ditto.
16600         (INSTALL_TARGET_MODULES): Ditto.
16601         (TARGET_LIBS): Ditto.
16602         (all-libstdc++): Note dependencies.
16604 Thu Oct 13 01:43:08 1994  Ken Raeburn  <raeburn@cujo.cygnus.com>
16606         * Makefile.in (BINUTILS_SUPPORT_DIRS): Add gas.
16608 Tue Oct 11 12:12:29 1994  Jason Merrill  (jason@phydeaux.cygnus.com)
16610         * Makefile.in (CXXFLAGS): Use -fno-implicit-templates instead of
16611         -fexternal-templates.
16613         * configure.in (target_libs): Add libstdc++.
16614         (noconfigdirs): Add libstdc++ as appropriate.
16616 Thu Oct  6 18:00:54 1994  Per Bothner  (bothner@kalessin.cygnus.com)
16618         * config.guess:  Update from FSF.
16620 Tue Oct  4 12:05:42 1994  Ian Lance Taylor  <ian@sanguine.cygnus.com>
16622         * configure: Use ${config_shell} when running ${configsub}.
16624 Mon Oct  3 14:28:34 1994  Doug Evans  <dje@canuck.cygnus.com>
16626         * config.sub: No longer recognize h8300h.
16628 Mon Oct  3 12:40:54 1994  Ian Lance Taylor  <ian@sanguine.cygnus.com>
16630         * config.sub: Remove extraneous differences between config.sub and
16631         gcc/config.sub.
16633 Sat Oct  1 00:23:12 1994  Ken Raeburn  <raeburn@cujo.cygnus.com>
16635         * Makefile.in (DISTSTUFFDIRS): Add gas.
16637 Thu Sep 22 19:04:55 1994  Doug Evans  (dje@canuck.cygnus.com)
16639         * COPYING.NEWLIB: New file.
16641 Mon Sep 19 18:25:40 1994  Per Bothner  (bothner@kalessin.cygnus.com)
16643         * config.guess (HP-UX):  Patch from Harlan Stenn
16644         <harlan@landmark.com> to also emit release level.
16646 Wed Sep  7 13:15:25 1994  Jim Wilson  (wilson@sphagnum.cygnus.com)
16648         * config.guess (sun4*:SunOS:*:*): Change '-JL' to '_JL'.
16650 Tue Sep  6 23:23:18 1994  Per Bothner  (bothner@kalessin.cygnus.com)
16652         * config.sub:  Merge nextstep cleanup from FSF.
16654 Mon Sep  5 05:01:30 1994  Ken Raeburn  (raeburn@kr-pc.cygnus.com)
16656         * configure.in (arm-*-*): Don't configure ld for this target.
16658 Thu Sep  1 09:35:00 1994  J.T. Conklin  (jtc@phishhead.cygnus.com)
16660         * configure.in (*-*-netware): don't configure libg++, libio,
16661           librx, or newlib.
16663 Wed Aug 31 13:52:08 1994  Ian Lance Taylor  (ian@sanguine.cygnus.com)
16665         * configure.in (alpha-dec-osf*): Use osf*, not osf1*.  Don't
16666         configure ld--it works, but it doesn't support shared libraries.
16668 Sun Aug 28 18:13:45 1994  Per Bothner  (bothner@kalessin.cygnus.com)
16670         * config.guess (*-unknown-freebsd*):  Get rid of possible
16671         trailing "(Release)" in version string.
16672         Patch from Paul Richards <paul@isl.cf.ac.uk>.
16674 Sat Aug 27 15:00:49 1994  Per Bothner  (bothner@kalessin.cygnus.com)
16676         * config.guess:  Fix i486-ncr-sysv43 -> i486-ncr-sysv4.3.
16677         Fix type: *-next-neststep -> *-next-nextstep.
16679         * config.guess:  Merge from FSF:
16681         Fri Aug 26 18:45:25 1994  Philippe De Muyter (phdm@info.ucl.ac.be)
16683         * config.guess: Recognize powerpc-ibm-aix3.2.5.
16685         Wed Apr 20 06:36:32 1994  Philippe De Muyter  (phdm@info.ucl.ac.be)
16687         * config.guess: Recognize UnixWare 1.1 (UNAME_SYSTEM is SYSTEM_V
16688         instead of UNIX_SV for UnixWare 1.0).
16690 Sat Aug 27 01:56:30 1994  Stu Grossman  (grossman@cygnus.com)
16692         * Makefile.in (all-gdb):  Add dependencies on all-gcc and all-ld
16693         to make gdb/nlm/* build after the compiler and linker.
16695 Fri Aug 26 14:30:05 1994  Per Bothner  (bothner@kalessin.cygnus.com)
16697         * config.guess (netbsd, freebsd, linux):  Accept any machine,
16698         not just i[34]86.
16699         (m68k-atari-sysv4):  Relocate to match FSF version.
16701         * config.guess:  More merges from the FSF:
16703         Add a space before function call or macro invocation.
16705         Tue May 10 16:53:55 1994  Roland McGrath (roland@churchy.gnu.ai.mit.edu)
16707         * config.guess: Add trap cmd to remove dummy.c and dummy when
16708         interrupted.
16710         Wed Apr 20 18:07:13 1994  Roland McGrath (roland@churchy.gnu.ai.mit.edu)
16712         * config.guess (dummy.c): Redirect stderr for `hostinfo' command.
16713         (dummy): Redirect stderr from compilation of dummy.c.
16715         Sat Apr  9 14:59:28 1994  Christian Kranz  (kranz@sent5.uni-duisburg.de)
16717         * config.guess: Distinguish between NeXTStep 2.1 and 3.x.
16719 Fri Aug 26 13:42:20 1994  Ken Raeburn  (raeburn@kr-laptop.cygnus.com)
16721         * configure: Accept and ignore --cache*, for compatibility with
16722         new autoconf.
16724 Fri Aug 26 13:05:27 1994  Per Bothner  (bothner@kalessin.cygnus.com)
16726         * config.guess:  Merge from FSF:
16728         Thu Aug 25 20:28:51 1994  Richard Stallman  <rms@mole.gnu.ai.mit.edu>
16730         * config.guess (Pyramid*:OSx*:*:*): New case.
16731         (PATH): Add /.attbin at end for finding uname.
16732         (dummy.c): Handle i860-alliant-bsd.  Follow whitespace conventions.
16734         Wed Aug 17 18:21:02 1994  Tor Egge  (tegge@pvv.unit.no)
16736         * config.guess (M88*:DolphinOS:*:*): New case.
16738         Thu Aug 11 17:00:13 1994  Stan Cox  (coxs@dg-rtp.dg.com)
16740         * config.guess (AViiON:dgux:*:*): Use TARGET_BINARY_INTERFACE
16741         to select whether to use ELF or COFF.
16743         Sun Jul 24 16:20:53 1994  Richard Stallman  <rms@mole.gnu.ai.mit.edu>
16745         * config.guess: Recognize i860-stardent-sysv and i860-unknown-sysv.
16747         Sun May  1 10:23:10 1994  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
16749         * config.guess: Guess the OS version for HPUX.
16751         Tue Mar  1 21:53:03 1994  Karl Heuer  (kwzh@hal.gnu.ai.mit.edu)
16753         * config.guess (UNAME_VERSION): Recognize aix3.2.4 and aix3.2.5.
16755 Fri Aug 26 11:19:08 1994  Ian Lance Taylor  (ian@sanguine.cygnus.com)
16757         * configure.in: Recognize --with-headers, --with-libs, and
16758         --without-newlib.
16759         * Makefile.in (all-xiberty): Depend upon all-ld.
16761 Wed Aug 24 12:36:50 1994  Ian Lance Taylor  (ian@sanguine.cygnus.com)
16763         * configure.in: Change i[34]86 to i[345]86.
16765 Mon Aug 22 10:58:33 1994  Ian Lance Taylor  (ian@sanguine.cygnus.com)
16767         * configure (version): A few more tweaks to help message.
16769 Fri Aug 19 12:40:25 1994  Per Bothner  (bothner@kalessin.cygnus.com)
16771         * Makefile.in:  Remove (for now) librx as a host library,
16772         now that we're building it for target.
16774 Fri Aug 19 10:49:17 1994  Ian Lance Taylor  (ian@sanguine.cygnus.com)
16776         * configure: Fix up help message; from karl@owl.hq.ileaf.com
16777         (Karl Berry).
16779 Tue Aug 16 16:11:08 1994  Per Bothner  (bothner@kalessin.cygnus.com)
16781         * configure.in:  Also configure librx.
16783 Mon Aug 15 16:51:45 1994  Per Bothner  (bothner@kalessin.cygnus.com)
16785         * Makefile.in:  Update various rules to reflect that librx
16786         is now needed for libg++.
16788 Fri Aug 12 18:07:21 1994  Ian Lance Taylor  (ian@sanguine.cygnus.com)
16790         * config.sub: Accept mips64orion and mips64orionel as a CPU name.
16792 Mon Aug  8 11:36:17 1994  Stan Shebs  (shebs@andros.cygnus.com)
16794         * configure.in: Configure the examples directory.
16796 Thu Aug  4 16:12:36 1994  Ian Lance Taylor  (ian@sanguine.cygnus.com)
16798         * configure: Simplify Jun 2 1994 change.
16800 Wed Aug  3 04:58:16 1994  D. V. Henkel-Wallace  (gumby@cygnus.com)
16802         * change CC to /usr/latest/bin/gcc for lynx host builds, since
16803         /bin/gcc isn't good enough to build gcc.
16805 Wed Jul 27 09:07:14 1994  Fred Fish  (fnf@cygnus.com)
16807         * Makefile.in (GDB_SUPPORT_FILES): Remove
16808         (setup-dirs-gdb, gdb.tar.gz, make-gdb.tar.gz):  Remove old rules.
16809         (gdb.tar.gz): Add new rule to use standard distribution building
16810         mechanism.
16812 Mon Jul 25 11:10:06 1994  Ian Lance Taylor  (ian@tweedledumb.cygnus.com)
16814         * configure.in: Warn about use of /usr/ucb/cc on Solaris.  From
16815         Bill Cox <bill@cygnus.com>.
16817 Sat Jul 23 12:19:46 1994  Per Bothner  (bothner@kalessin.cygnus.com)
16819         * config.guess:  Recognize ISC.  Patch from kwzh@gnu.ai.mit.edu.
16821 Fri Jul 22 17:53:59 1994  Stu Grossman  (grossman@cygnus.com)
16823         * configure:  Search current dir first in .gdbinit.
16825 Fri Jul 22 11:28:30 1994  Per Bothner  (bothner@kalessin.cygnus.com)
16827         * config.sub:  Recognize freebsd (merged from gcc config.sub).
16829 Thu Jul 21 14:10:52 1994  Per Bothner  (bothner@kalessin.cygnus.com)
16831         * config.sub:  Refer to NeXT's operating system as nextstep.
16833         * config.sub (case $basic_machine):  Re-order the cases, to match
16834         the order in the FSF version (which is mostly alphabethical).
16835         Merge in some additions and changes from the FSF.
16837 Sat Jul 16 12:03:08 1994  Stan Shebs  (shebs@andros.cygnus.com)
16839         * config.guess: Recognize m68k-atari-sysv4 and m88k-harris-csux7.
16840         * config.sub: Recognize cxux7.
16841         * configure.in: Use mh-cxux for m88k-harris-cxux*.
16843 Mon Jul 11 14:37:39 1994  Per Bothner  (bothner@kalessin.cygnus.com)
16845         * config.sub:  Fix typo powerpc -> powerpc-*.
16847 Sat Jul  9 13:03:43 1994  Michael Tiemann  (tiemann@blues.cygnus.com)
16849         * Makefile.in: `all-emacs19' depends on `all-byacc'.
16851         * Makefile.in: Add all-emacs19 and install-emacs19 rules (in
16852         parallel with all-emacs and install-emacs).  Top-level command
16853         `make all-emacs19 CC=gcc' now behaves as `make all-emacs CC=gcc'.
16855 Thu Jun 30 16:53:42 1994  Ian Lance Taylor  (ian@sanguine.cygnus.com)
16857         * test-build.mk ($(host)-stamp-stage2-installed): Remove
16858         $(relbindir)/make before doing ``make install'', and use
16859         $(GNU_MAKE) while doing it.  Avoids problem on SunOS with
16860         installing over running make binary.
16861         ($(host)-stamp-stage3-installed): Likewise.
16863 Tue Jun 28 13:43:25 1994  Jim Kingdon  (kingdon@lioth.cygnus.com)
16865         * config.guess: Recognize Mach.
16867 Mon Jun 27 16:41:14 1994  Ian Lance Taylor  (ian@sanguine.cygnus.com)
16869         * configure: Check ${exec_prefixoption}, not ${exec_prefix}, to
16870         see whether --exec-prefix was used.
16872 Sun Jun 26 21:15:54 1994  Per Bothner  (bothner@kalessin.cygnus.com)
16874         * README:  Explicitly mention libg++/README.  (Zoo's idea.)
16876 Tue Jun 21 12:45:55 1994  Jim Kingdon  (kingdon@lioth.cygnus.com)
16878         * Makefile.in: Add all-librx target similar to all-libproc.
16880 Wed Jun  8 23:11:55 1994  Stu Grossman  (grossman@cygnus.com)
16882         * config.guess:  Rearrange tests for Alpha-OSF1 to properly deal
16883         with post 1.2 uname bogosity.
16885 Thu Jun  9 00:27:59 1994  Ian Lance Taylor  (ian@tweedledumb.cygnus.com)
16887         * configure: Remove temporary files on receipt of a signal.
16889 Tue Jun  7 12:06:24 1994  Ian Lance Taylor  (ian@cygnus.com)
16891         * configure: If there is a package_makefile_frag, remove
16892         ${subdir}/Makefile.tem after copying it in.
16894 Mon Jun  6 21:35:02 1994  D. V. Henkel-Wallace  (gumby@cygnus.com)
16896         * build_all.mk: support rs6000 lynx identifies itself as
16897         rs6000-lynx-lynxos2.2.2.  Also, use /usr/cygnus/progressive/bin/gcc
16898         since /bin/gcc is too feeble to compile a modern gcc.
16900 Mon Jun  6 16:06:34 1994  Karen Christiansen (karen@cirdan.cygnus.com)
16902         * brought devo/test-build.mk update-to-date with progressive/
16903           test-build.mk. Add lynx targets and hppa flag info.
16905 Sat Jun  4 17:23:54 1994  Per Bothner  (bothner@kalessin.cygnus.com)
16907         * configure.in:  Use mh-ncrsvr43.  Patch from
16908         Tom McConnell <tmcconne@sedona.intel.com>.
16910 Fri Jun  3 17:47:24 1994  Per Bothner  (bothner@kalessin.cygnus.com)
16912         * config.guess (i386-unknown-bsdi):  No longer need to
16913         check #if defined(__bsdi__) && defined(__i386__).
16915 Thu Jun  2 18:56:46 1994  Ian Lance Taylor  (ian@tweedledumb.cygnus.com)
16917         * configure: Set program_transform_nameoption correctly.
16919 Thu Jun  2 10:57:06 1994  Karen Christiansen (karen@cirdan.cygnus.com)
16921         * brought build-all.mk update-to-date with progressive build-all.mk,
16922           added new targets and hppa info.
16924 Thu Jun  2 00:12:44 1994  Ian Lance Taylor  (ian@tweedledumb.cygnus.com)
16926         * configure: If config.guess result is a prefix of the user
16927         specified target, assume a native build and use the user specified
16928         target as the host alias.  Remove SunOS patch suffix removal hack.
16929         * configure.in: Remove SunOS patch suffix removal hack.
16931         * Makefile.in (CROSS_CHECK_MODULES): Remove check-flex, since it's
16932         in NATIVE_CHECK_MODULES.
16934 Wed Jun  1 10:49:41 1994  Bill Cox  (bill@rtl.cygnus.com)
16936         * Makefile.in: Rename HOST_ONLY to NATIVE.
16937         * configure: Delete SunOs patch suffix from host_canonical
16938           and build_canonical variables that are prepended to Makefiles.
16939         * configure.in: Add comments for easier maintenance.
16941 Tue May 31 19:39:47 1994  Jim Kingdon  (kingdon@lioth.cygnus.com)
16943         * Makefile.in: Add all-libproc target similar to all-gui.
16945 Tue May 31 17:16:33 1994  Tom Lord  (lord@cygnus.com)
16947         * Makefile.in (CHECK_MODULES): split into
16948         HOST_ONLY_CHECK_MODULES and CROSS_CHECK_MODULES.
16950 Tue May 31 16:36:36 1994  Paul Eggert  (eggert@twinsun.com)
16952         * config.guess (i386-unknown-bsdi): New system to guess.
16954 Wed May 25 16:47:10 1994  Jim Kingdon  (kingdon@lioth.cygnus.com)
16956         * Makefile.in: Add all-gui target (but not yet build by "all").
16958 Thu May 26 08:53:19 1994  Bill Cox  (bill@rtl.cygnus.com)
16960         * config.sub: Move deletion of patch suffix from here...
16961         * configure.in: To here, at Ian's suggestion.  The top-
16962           level scripts might need to know of a patch level.
16964 Wed May 25 09:15:54 1994  Bill Cox  (bill@rtl.cygnus.com)
16966         * config.sub: Strip off patch suffix so rtl is recognized
16967           as a sunos4.1.3 machine, even though it's been patched.
16969 Fri May 20 08:25:49 1994  Steve Chamberlain  (sac@deneb.cygnus.com)
16971         * Makefile.in (INSTALL_LAST): Delete.
16972         (INSTALL_DOSREL): New.
16974 Thu May 19 17:12:12 1994  Ian Lance Taylor  (ian@tweedledumb.cygnus.com)
16976         * configure.in: Use ld for i[34]86-*-sysv4* and sparc-*-solaris2*.
16977         Don't set use_gnu_ld to no for *-*-sysv4; that only controls
16978         whether we pass down --with-gnu-ld anyhow.
16980 Thu May 19 09:29:12 1994  Steve Chamberlain  (sac@cygnus.com)
16982         * Makefile.in (INSTALL_LAST): Change operation so it works
16983         on more flavors of make.
16984         * configure.in (go32): Don't build libg++ or libio.
16986 Fri May 13 13:28:34 1994  Steve Chamberlain  (sac@cygnus.com)
16988         * Makefile.in (Move HOST_PREFIX_1 and friends up so
16989         they can be overriden by templates.
16991 Sat May  7 16:46:44 1994  Steve Chamberlain  (sac@cygnus.com)
16993         * configure.in (target==go32): Don't build gdb.
16994         * dosrel: New directory.
16996 Fri May  6 14:19:25 1994  Steve Chamberlain  (sac@cygnus.com)
16998         * configure.in (host==go32): Configure dosrel too.
16999         * Makefile.in (INTALL_TARGET): Call INSTALL_LAST last.
17000         (HOST_CC, HOST_PREFIX, HOST_PREFIX_1): Undefine, they should
17001         be set by incoming names or templates.
17002         (INSTALL_LAST): New rule.
17004 Thu May  5 17:35:05 1994  Stan Shebs  (shebs@andros.cygnus.com)
17006         * config.sub (sparclitefrw, sparclitefrwcompat): Don't set the os.
17008 Thu May  5 20:06:45 1994  Ken Raeburn  (raeburn@cujo.cygnus.com)
17010         * configure.in (appdirs): New variable.  Currently empty, but will
17011         be used in gas distribution.  If nonempty, lists a set of
17012         directories at least one of which must get configured, or top
17013         level configuration is considered to have failed.
17014         (rs6000-*-lynxos*): Use new file name.
17016 Thu May  5 13:38:36 1994  Ian Lance Taylor  (ian@tweedledumb.cygnus.com)
17018         Eliminate XTRAFLAGS.
17019         * Makefile.in (CC_FOR_TARGET): If newlib exists, refer to the
17020         newlib include files using -idirafter, and also use -nostdinc.
17021         (CXX_FOR_TARGET): Likewise.
17022         (XTRAFLAGS): Removed.
17023         (BASE_FLAGS_TO_PASS): Remove XTRAFLAGS_FOR_TARGET.
17024         (EXTRA_HOST_FLAGS): Remove XTRAFLAGS.
17025         (EXTRA_TARGET_FLAGS, EXTRA_GCC_FLAGS): Likewise.
17026         ($(DO_X)): Don't pass down XTRAFLAGS.
17028 Thu May  5 00:16:36 1994  Ken Raeburn  (raeburn@kr-pc.cygnus.com)
17030         * configure.in (mips*-dec-bsd*): New target; do build linker.
17031         (mips*-*-bsd*): New target; don't build linker.
17033 Wed May  4 20:10:10 1994  D. V. Henkel-Wallace  (gumby@cygnus.com)
17035         * configure.in: support rs6000-*-lynxos* configuration.
17036         support sunos4 as a cross target.
17038         * config.sub: look for lynx*, not lynx since the OS version may
17039         legitimately be part of the name.
17041 Tue May  3 21:48:11 1994  Ken Raeburn  (raeburn@cujo.cygnus.com)
17043         * configure.in (i[34]86-*-sco*): Move to be with other i386
17044         targets.
17045         (romp-*-*): New target.  Skip various binary utilities.
17046         (vax-*-*): New target.  Don't build newlib.
17047         (vax-*-vms): Renamed from *-*-vms.  Don't build opcodes or newlib.
17049 Thu Apr 28 15:03:05 1994  David J. Mackenzie  (djm@rtl.cygnus.com)
17051         * configure.in: Only set host_makefile_frag if config
17052         directory exists.
17054 Wed Apr 27 12:14:30 1994  David J. Mackenzie  (djm@rtl.cygnus.com)
17056         * install.sh: If $dstdir exists, don't check whether each
17057         component does.
17059 Tue Apr 26 18:11:33 1994  Ian Lance Taylor  (ian@tweedledumb.cygnus.com)
17061         * test-build.mk (HOLES): Add sleep; used by rcs/src/conf.sh.
17063 Mon Apr 25 15:06:34 1994  Stan Shebs  (shebs@andros.cygnus.com)
17065         * configure.in (*-*-lynxos*): Don't configure newlib for either
17066         native or cross Lynx.
17068 Sat Apr 16 11:58:16 1994  Doug Evans  (dje@canuck.cygnus.com)
17070         * config.sub (sparc64-elf): Fix os.
17071         (z8k): Remove duplicate.
17073 Thu Apr 14 23:33:17 1994  Ian Lance Taylor  (ian@tweedledumb.cygnus.com)
17075         * Makefile.in (gcc-no-fixedincludes): Touch gcc/include/fixed, not
17076         gcc/stmp-fixproto, to try to prevent fixproto from being run.
17078 Wed Apr 13 15:14:52 1994  Bill Cox  (bill@cygnus.com)
17080         * configure: Make file links cleanly even if Lynx fails on
17081           an NFS symlink (at least fail cleanly).
17083 Mon Apr 11 10:58:56 1994  Jim Wilson  (wilson@sphagnum.cygnus.com)
17085         * test-build.mk (CC): For mips-sgi-irix4, change -XNh1500 to
17086         -XNh2000.
17088 Sat Apr  9 15:10:45 1994  David J. Mackenzie  (djm@rtl.cygnus.com)
17090         * configure: Unknown options are fatal again.
17092 Fri Apr  8 12:01:41 1994  David J. Mackenzie  (djm@cygnus.com)
17094         * configure: Ignore --x-includes and --x-libraries, for Autoconf
17095         compatibility.
17097 Thu Apr  7 17:31:43 1994  Doug Evans  (dje@canuck.cygnus.com)
17099         * build-all.mk: Add `clean' target.
17101 Wed Apr  6 20:44:56 1994  Peter Schauer  (pes@regent.e-technik.tu-muenchen.de)
17103         * config.guess:  Add SINIX support.
17104         * configure.in:  Add mips-*-sysv4* support.
17106 Mon Apr  4 17:41:44 1994  Doug Evans  (dje@canuck.cygnus.com)
17108         * build-all.mk: Document all useful targets.
17109         If canonhost is sparc-sun-solaris2.3, change it to sparc-sun-solaris2.
17110         If canonhost is mips-sgi-irix4.0.5H, change it to mips-sgi-irix4.
17112 Thu Mar 31 04:55:57 1994  David J. Mackenzie  (djm@rtl.cygnus.com)
17114         * configure: Support --silent, --quiet.
17116 Wed Mar 30 21:37:38 1994  David J. Mackenzie  (djm@rtl.cygnus.com)
17118         * configure: Support --disable-FEATURE.
17120 Tue Mar 29 19:15:05 1994  Jim Kingdon  (kingdon@lioth.cygnus.com)
17122         * config.guess: Recognize NCR running SVR4.3.
17124 Mon Mar 28 14:55:15 1994  Per Bothner  (bothner@kalessin.cygnus.com)
17126         * config.guess:  Make BSDI generate i386-unknown-bsd386.
17127         Patch from Paul Eggert <eggert@twinsun.com>.
17129 Mon Mar 28 12:54:52 1994  Ian Lance Taylor  (ian@tweedledumb.cygnus.com)
17131         * configure.in (powerpc-*-aix*): Treat like rs6000-*-*.
17133 Sat Mar 26 11:25:48 1994  David J. Mackenzie  (djm@rtl.cygnus.com)
17135         * configure: Make unrecognized options give nonfatal warnings
17136         instead of fatal errors, and pass them to any subdirectory
17137         configures in case they recognize them.
17138         Make --x equivalent to --with-x.
17140 Fri Mar 25 21:52:10 1994  David J. Mackenzie  (djm@rtl.cygnus.com)
17142         * configure: Add --enable-* options.  Clean up usage message and
17143         some comments.
17145 Thu Mar 24 09:12:53 1994  Doug Evans  (dje@canuck.cygnus.com)
17147         * Makefile.in (NM_FOR_TARGET): Build tree version is now nm.new.
17149 Sun Mar 20 11:28:22 1994  Jeffrey A. Law  (law@snake.cs.utah.edu)
17151         * configure.in (hppa*-*-*): Enable binutils.
17153 Sat Mar 19 11:50:16 1994  Jim Kingdon  (kingdon@lioth.cygnus.com)
17155         * config.sub: Recognize cisco.
17157 Fri Mar 18 16:42:32 1994  Jason Merrill  (jason@deneb.cygnus.com)
17159         * Makefile.in (CXXFLAGS): Add -fexternal-templates.
17161 Tue Mar 15 11:25:55 1994  Jim Kingdon  (kingdon@lioth.cygnus.com)
17163         * config.guess: about target *-hitachi-hiuxwe2, don't print more
17164         than one configuration name.  Add comment.
17166 Sun Mar  6 23:13:38 1994  Hisashi MINAMINO  (minamino@sra.co.jp)
17168         * config.guess: about target *-hitachi-hiuxwe2, fixed
17169         machine guessing order.  [Hitachi's CPU_IS_HP_MC68K
17170         macro is incorrect.]
17172 Sun Mar 13 09:10:08 1994  Jim Kingdon  (kingdon@lioth.cygnus.com)
17174         * Makefile.in (TAGS): Just build TAGS in each subdirectory, rather
17175         than the "make ls" stuff which used to be here.
17177 Fri Mar 11 12:52:39 1994  Per Bothner  (bothner@kalessin.cygnus.com)
17179         * config.guess:  Recognize i[34]86-unknown-freebsd.
17180         From Shawn M Carey <smcarey@rodan.syr.edu>.
17182 Thu Mar  3 14:24:21 1994  Per Bothner  (bothner@kalessin.cygnus.com)
17184         * configure.in (noconfigdirs for alpha): Remove libg++ and libio.
17186 Wed Mar  2 13:28:48 1994  Jim Kingdon  (kingdon@deneb.cygnus.com)
17188         * config.guess: Check for ptx.
17190 Mon Feb 28 16:46:50 1994  Kung Hsu  (kung@mexican.cygnus.com)
17192         * config.sub: Add os9k checking.
17194 Thu Feb 24 07:09:04 1994  Jeffrey A. Law  (law@snake.cs.utah.edu)
17196         * config.guess: Handle OSF1 running on HPPA processors
17198 Fri Feb 18 14:14:00 1994  Ken Raeburn  (raeburn@rtl.cygnus.com)
17200         * configure: If subdir configure fails, print out a message with
17201         subdirectory name, in case subdir's configure code didn't identify
17202         itself.
17204 Fri Feb 18 12:50:15 1994  Doug Evans  (dje@cygnus.com)
17206         * configure.in: Remove embedded newlines from configdirs.
17207         Avoid mismatches of substrings.  Fix matching strings at end
17208         of configdirs.
17210 Fri Feb 11 15:33:33 1994  Stu Grossman  (grossman at cygnus.com)
17212         * config.guess:  Add Lynx/rs6000 config support.
17214 Tue Feb  8 13:41:09 1994  Ken Raeburn  (raeburn@rtl.cygnus.com)
17216         * configure.in (alpha-dec-osf1*, alpha*-*-*): Build gas.
17218 Mon Feb  7 15:42:36 1994  Jeffrey A. Law  (law@cygnus.com)
17220         * configure.in (hppa*-*-osf*): Treat this just like most other
17221         PA configurations (eg no binutils or ld).
17222         (hppa*-*-*elf*): These configurations have binutils and ld.
17224 Sun Feb  6 16:35:07 1994  Jeffrey A. Law  (law@snake.cs.utah.edu)
17226         * config.sub (hiux): Fix typo.  From m-kasahr@sramhc.sra.co.JP.
17228 Sat Feb  5 01:00:33 1994  Ian Lance Taylor  (ian@tweedledumb.cygnus.com)
17230         * configure.in (rs6000-*-*): Build gas.
17232 Wed Feb  2 13:57:57 1994  Jeffrey A. Law  (law@snake.cs.utah.edu)
17234         * Makefile.in:  Avoid bug in losing hpux sed.
17236 Wed Feb  2 14:53:05 1994  Jim Kingdon  (kingdon@lioth.cygnus.com)
17238         * Makefile.in, test-build.mk: Remove MUNCH_NM; it was only needed
17239         for GDB and GDB has been fixed to not need it.
17241 Sun Jan 30 17:58:06 1994  Ken Raeburn  (raeburn@cujo.cygnus.com)
17243         * config.guess: Recognize vax hosts.
17245 Fri Jan 28 15:29:38 1994  Ken Raeburn  (raeburn@cujo.cygnus.com)
17247         * configure (while loop): Don't use "break 2" inside case
17248         statement -- the case statement isn't an enclosing loop.
17250 Mon Jan 24 18:40:06 1994  Per Bothner  (bothner@kalessin.cygnus.com)
17252         * config.guess:  Clean up NeXT support, to allow nextstep
17253         on Intel machines.  Make OS be nextstep.
17255 Sun Jan 23 18:47:22 1994  Richard Kenner  (kenner@vlsi1.ultra.nyu.edu)
17257         * config.guess: Add alternate forms for Convex.
17259 Thu Jan 20 16:13:41 1994  Stu Grossman  (grossman at cygnus.com)
17261         * configure:  Completely rewrite option processing.  Take
17262         advantage of pattern-matching to avoid invoking test frequently.
17263         Also clean up host and target defaulting logic.
17265 Mon Jan 17 15:06:56 1994  Ken Raeburn  (raeburn@cujo.cygnus.com)
17267         * Makefile.in: Replace all occurrances of "rootme" with "r" and
17268         "$${rootme}" with "$$r", to increase the likelihood that the do-*
17269         commands (plus user environment) will fit SCO limits.
17271 Thu Jan  6 11:20:57 1994  Ian Lance Taylor  (ian@tweedledumb.cygnus.com)
17273         * configure.in: Don't issue warnings about directories which are
17274         not being configured if -norecursion is set.  Correct test for
17275         --with-gnu-as and --with-gnu-ld to not get confused by substring
17276         matches.
17278         * configure.in: Don't build gas for alpha-dec-osf1*.
17280 Tue Jan  4 17:10:19 1994  Stu Grossman  (grossman at cygnus.com)
17282         * configure:  Back out Per's change of 12/19/1993.  It changes the
17283         behavior of configure in unexpected and confusing ways.
17285         Also, use different delim char when calculating
17286         program_transform_name so that the name can contain slashes.
17288 Sat Jan  1 13:45:31 1994  Rob Savoye  (rob@darkstar.cygnus.com)
17290         * configure.in, config.sub: Add support for VSTa micro-kernel.
17292 Sat Dec 25 20:00:47 1993  Jeffrey A. Law  (law@snake.cs.utah.edu)
17294         * configure.in: Nuke hacks which were used to get a special
17295         version of GAS for HPPA configurations.
17297 Sun Dec 19 20:40:44 1993  Per Bothner  (bothner@kalessin.cygnus.com)
17299         * configure:  If only ${target_alias} is given, use that
17300         as the default for ${host_alias}.
17301         * configure:  Add missing back-slashes before nested quotes.
17303 Wed Dec 15 18:07:18 1993  david d `zoo' zuhn  (zoo@andros.cygnus.com)
17305         * Makefile.in (BASE_FLAGS_TO_PASS): add YACC=$(BISON)
17307 Tue Dec 14 21:25:33 1993  Per Bothner  (bothner@cygnus.com)
17309         * config.guess:  Recognize some Tektronix configurations.
17310         From Kaveh R. Ghazi <ghazi@noc.rutgers.edu>.
17312 Sat Dec 11 11:18:00 1993  Steve Chamberlain  (sac@thepub.cygnus.com)
17314         * config.sub: Match any flavor of SH.
17316 Thu Dec  2 17:16:58 1993  Ken Raeburn  (raeburn@cujo.cygnus.com)
17318         * configure.in: Don't try to configure newlib for Alpha.
17320 Thu Dec  2 14:35:54 1993  Ian Lance Taylor  (ian@tweedledumb.cygnus.com)
17322         * configure.in: Don't build ld for Irix 5.  Don't build gas,
17323         libg++ or libio for any Alpha target.
17325         * configure.in (mips*-sgi-irix5*): New target; use mh-irix5.
17327 Wed Dec  1 17:00:33 1993  Jason Merrill  (jason@deneb.cygnus.com)
17329         * Makefile.in (GZIPPROG): Renamed from GZIP, which gzip uses for
17330         default arguments -- so it tried to compress itself.
17332 Tue Nov 30 13:45:15 1993  david d `zoo' zuhn  (zoo@andros.cygnus.com)
17334         * configure.in (notsupp): ensure that a space is always at the end
17335           of the configdirs list, since the grep checks for an explicit space
17337 Tue Nov 16 15:04:27 1993  david d `zoo' zuhn  (zoo@rtl.cygnus.com)
17339         * configure.in (target i386-sysv4.2): don't build ld, since static
17340           versions of many libraries are not available.
17342 Tue Nov 16 14:28:12 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
17344         * config.guess: Recognize Apollos (using environment variables).
17345         * configure.in: Don't configure ld, binutils, or gprof for Apollo.
17347 Thu Nov 11 12:03:50 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
17349         * config.guess: Recognize Sony news mips running newsos.
17351 Wed Nov 10 16:57:00 1993  Mark Eichin  (eichin@cygnus.com)
17353         * Makefile.in (all-cygnus, build-cygnus): "fi else" needs to be
17354         "fi ; else" for bash.
17356 Tue Nov  9 15:54:01 1993  Mark Eichin  (eichin@cygnus.com)
17358         * Makefile.in (BASE_FLAGS_TO_PASS): pass SHELL.
17360 Fri Nov  5 08:07:27 1993  D. V. Henkel-Wallace  (gumby@blues.cygnus.com)
17362         * config.sub: accept unixware as an alias for svr4.2.
17363         Fix some inconsistancies with the gcc version.
17365 Fri Nov  5 15:14:12 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
17367         * Makefile.in (DISTDOCDIRS):  Add gdb.
17369 Fri Nov  5 11:59:42 1993  Per Bothner  (bothner@kalessin.cygnus.com)
17371         * Makefile.in (DISTDOCDIRS):  Add libg++ and libio.
17373 Fri Nov  5 10:35:05 1993  Ken Raeburn  (raeburn@rover.cygnus.com)
17375         * Makefile.in (taz): Only build "info" in DISTDOCDIRS.
17376         (DISTDOCDIRS): Don't assume libg++ and gdb folks necessarily want
17377         this now.
17379 Thu Nov  4 18:58:23 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
17381         * config.sub: Accept hiux* as an OS name.
17383         * Makefile.in: Change RUNTEST_FLAGS back to RUNTESTFLAGS per
17384         etc/make-stds.texi.  The underscore came from gcc, and dje now
17385         agrees that RUNTESTFLAGS is the correct name.
17387 Thu Nov  4 10:49:01 1993  Per Bothner  (bothner@kalessin.cygnus.com)
17389         * install.sh:  Remove 'set -e'.  It makes any conditionals
17390         in the script useless.
17392         * config.guess: Automatically recognize arm-acorn-riscix
17393         Patch from Richard Earnshaw (rwe11@cl.cam.ac.uk).
17395 Thu Nov 04 08:08:04 1993  Jeffrey Wheat  (cassidy@cygnus.com)
17397         * Makefile.in: Change RUNTESTFLAGS to RUNTEST_FLAGS
17399 Wed Nov  3 22:09:46 1993  Ken Raeburn  (raeburn@rtl.cygnus.com)
17401         * Makefile.in (DISTDOCDIRS): New variable.
17402         (taz): Edit local Makefile.in sooner, instead of proto-toplev
17403         Makefile.in later.  Build "info" and "dvi" in DISTDOCDIRS.
17405 Wed Nov  3 21:31:52 1993  david d `zoo' zuhn  (zoo@rtl.cygnus.com)
17407         * configure.in (hppa target): check the source directory for the
17408           pagas sub-directory
17410 Wed Nov  3 11:12:22 1993  Doug Evans  (dje@canuck.cygnus.com)
17412         * config.sub: Allow -aout* and -elf*.
17414 Wed Nov  3 11:08:33 1993  Ken Raeburn  (raeburn@rtl.cygnus.com)
17416         * configure.in: Don't build ld on i386-solaris2, same as for
17417         sparc-solaris2.
17419 Tue Nov  2 14:21:25 1993  Per Bothner  (bothner@kalessin.cygnus.com)
17421         * Makefile.in (taz): Add texinfo/lgpl.texinfo (for libg++).
17423 Tue Nov  2 13:38:30 1993  Peter Schauer  (pes@regent.e-technik.tu-muenchen.de)
17425         * configure.in:  Configure gdb for alpha.
17427 Mon Nov  1 10:42:54 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
17429         * Makefile.in (CXXFLAGS): Add -O.
17431 Wed Oct 27 10:45:06 1993  david d `zoo' zuhn  (zoo@rtl.cygnus.com)
17433         * config.guess: added support for DG Aviion
17435 Tue Oct 26 14:37:37 1993  Ken Raeburn  (raeburn@rover.cygnus.com)
17437         * configure.in: Produce warning message for subdirectories not
17438         configurable for this host/target combination.  Don't try to
17439         configure gdb for vms.
17441 Mon Oct 25 11:22:15 1993  Ken Raeburn  (raeburn@rover.cygnus.com)
17443         * Makefile.in (taz): Replace "byacc" with "bison -y" in the
17444         appropriate files before making "diststuff".
17445         (DISTBISONFILES): New var: list of files to be edited.
17446         (DISTSTUFFDIRS): Add binutils.
17448 Fri Oct 22 20:32:15 1993  david d `zoo' zuhn  (zoo@rtl.cygnus.com)
17450         * config.sub: also handle mipsel and mips64el (for little endian mips)
17452 Fri Oct 22 07:59:20 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
17454         * configure.in: Add * to end of all OS names.
17456 Thu Oct 21 11:38:28 1993  Stan Shebs  (shebs@rtl.cygnus.com)
17458         * configure.in: Build newlib for LynxOS native.
17460 Wed Oct 20 09:56:12 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
17462         * config.guess: Add support for delta 88k running SVR3.
17464         * configure.in: Add comment about HP compiler vs. emacs.
17466 Tue Oct 19 16:02:22 1993  david d `zoo' zuhn  (zoo@rtl.cygnus.com)
17468         * configure.in: don't build ld on solaris2 (not a viable option
17469           due to bugs in getpwnam & getpwuid)
17471 Tue Oct 19 15:13:56 1993  Ken Raeburn  (raeburn@rtl.cygnus.com)
17473         * configure.in: Accept alpha-dec-osf1*, not just -osf1, since
17474         config.guess will produce a full version number.
17476 Tue Oct 19 15:58:01 1993  Ian Lance Taylor  (ian@tweedledumb.cygnus.com)
17478         * configure.in: Build linker and binutils for alpha-dec-osf1.
17480 Tue Oct 19 11:41:55 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
17482         * Makefile.in: Remove -O from CXXFLAGS for consistency with CFLAGS,
17483         and gdb/testsuite/Makefile.in.
17485 Sat Oct  9 18:39:07 1993  david d `zoo' zuhn  (zoo@rtl.cygnus.com)
17487         * configure.in: recognize mips*- instead of mips-
17489 Fri Oct  8 14:15:39 1993  Ken Raeburn  (raeburn@cygnus.com)
17491         * config.sub: Accept linux*coff and linux*elf as operating
17492         systems.
17494 Thu Oct  7 12:57:19 1993  Ian Lance Taylor  (ian@tweedledumb.cygnus.com)
17496         * config.sub: Recognize mips64, and mips3 as an alias for it.
17498 Wed Oct  6 13:54:21 1993  Peter Schauer  (pes@regent.e-technik.tu-muenchen.de)
17500         * configure.in: Remove alpha-dec-osf*, no longer necessary now that
17501         gdb knows how to handle OSF/1 shared libraries.
17503 Tue Oct  5 11:55:04 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
17505         * configure.in: Recognize hppa*-*-hiux* (currently synonym for hpux).
17506         * config.guess: Recognize Hitachi's HIUX.
17507         * config.sub: Recognize h3050r* and hppahitachi.
17508         Remove redundant cases for hp9k[23]*.
17510 Mon Oct  4 16:15:09 1993  david d `zoo' zuhn  (zoo@rtl.cygnus.com)
17512         * configure.in: default to '--with-gnu-as' and '--with-gnu-ld'
17513         if gas and ld are in the source tree and are in ${configdirs}.
17514         If ${use_gnu_as} or ${use_gnu_ld} are 'no', then don't set the
17515         --with options (but still pass them down on the command line,
17516         if they were explicitly specified).
17518 Fri Sep 24 19:11:13 1993  david d `zoo' zuhn  (zoo@rtl.cygnus.com)
17520         * configure: substitute SHELL value in Makefile.in with
17521         ${CONFIG_SHELL}
17523 Thu Sep 23 18:05:13 1993  Ian Lance Taylor  (ian@tweedledumb.cygnus.com)
17525         * configure.in: Build gas, ld, and binutils for *-*-sysv4* and
17526         *-*-solaris2* targets.
17528 Sun Sep 19 17:01:41 1993  david d `zoo' zuhn  (zoo@rtl.cygnus.com)
17530         * Makefile.in: define M4, and pass it down to sub-makes;
17531         all-autoconf now depends on all-m4
17533 Sat Sep 18 00:38:23 1993  david d `zoo' zuhn  (zoo@rtl.cygnus.com)
17535         * Makefile.in ({AR,RANLIB}_FOR_TARGET): make contingent on
17536         presence of {ar,ranlib} instead of a configured directory
17538 Wed Sep 15 08:41:44 1993  Jim Kingdon  (kingdon@cirdan.cygnus.com)
17540         * config.guess: Accept 34?? as well as 33?? for NCR.
17542 Mon Sep 13 12:28:43 1993  david d `zoo' zuhn  (zoo@rtl.cygnus.com)
17544         * configure.in: grab mt-hppa for HPPA targets; use 'gas ' instead
17545         of 'gas' in sed commands, since 'gash' is now in the tree as well.
17547 Fri Sep 10 11:23:52 1993  david d `zoo' zuhn  (zoo@rtl.cygnus.com)
17549         * configure: grab values for $(CC) and $(CXX) from the
17550         environment, so that someone can do "CC=gcc configure; make" and
17551         have it work right (matching the way that autoconf works now)
17553         * configure.in, Makefile.in: add support for gash, the tcl
17554         interface to Galaxy
17556         * config.guess: add NetBSD variants (hp300, x86)
17558 Thu Sep  9 16:48:52 1993  Jason Merrill  (jason@deneb.cygnus.com)
17560         * install.sh: Support -d option (in the manner of SunOS 4 install,
17561         as it is more deterministic than that of GNU install)
17562         (chmodcmd): Set file to mode 755 by default (should also do default
17563         chgrp and chown, but I don't feel like dealing with that now)
17565 Tue Sep  7 11:59:39 1993  Doug Evans  (dje@canuck.cygnus.com)
17567         * config.sub: Remove h8300hhms alias.
17569 Tue Aug 31 11:00:09 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
17571         * configure.in: Match *-*-solaris2* not *-sun-solaris2*.
17573 Mon Aug 30 18:29:10 1993  david d `zoo' zuhn  (zoo@rtl.cygnus.com)
17575         * Makefile.in (gcc-no-fixedincludes): touch stmp-fixproto as well
17576         as stmp-fixinc
17578 Wed Aug 25 16:35:59 1993  K. Richard Pixley  (rich@sendai.cygnus.com)
17580         * config.sub: recognize m88110-bug-coff.
17582 Tue Aug 24 10:23:24 1993  david d `zoo' zuhn  (zoo@rtl.cygnus.com)
17584         * Makefile.in (all-libio): all dependencies on the toolchain used
17585         to build this (gcc, gas, ld, etc)
17587 Fri Aug 20 17:24:24 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
17589         * config.guess: Deal with OSF/1 1.3 on alpha.
17591 Thu Aug 19 11:43:04 1993  david d `zoo' zuhn  (zoo@rtl.cygnus.com)
17593         * install.sh: add some 'else true' clauses for portability
17595         * configure.in: don't build libio for h8[35]00-*-* targets
17597 Tue Aug 17 19:02:31 1993  Per Bothner  (bothner@kalessin.cygnus.com)
17599         * Makefile.in:  Add support for new libio.
17601 Sun Aug 15 20:48:55 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
17603         * install.sh: If one command fails, don't try the rest.  Don't try
17604         to remove $dsttmp (via trap) unless we have already created it.
17605         If $src doesn't exist, detect it and exit with an error.
17607         * config.guess: Recognize BSD on hp300.
17609 Wed Aug 11 18:35:13 1993  Per Bothner  (bothner@kalessin.cygnus.com)
17611         * config.guess:  Map (9000/[34]??:HP-UX:*:*) to m68k-hp-hpux.
17612         Bug report from "Hamish (H.I.) Macdonald" <hamish@bnr.ca>.
17614 Wed Aug 11 15:37:51 1993  Jason Merrill  (jason@deneb.cygnus.com)
17616         * Makefile.in (all-send-pr): depends on all-prms
17618 Wed Aug 11 16:56:03 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
17620         * config.guess: Fix typo (9000/8??:4.3bsd -> 9000/7??:4.3bsd).
17622 Fri Aug  6 14:45:02 1993  Ian Lance Taylor  (ian@tweedledumb.cygnus.com)
17624         * config.guess: From michael@mercury.cs.mun.ca (Michael Rendell):
17625         Added test for mips-mips-riscos5.
17627 Thu Aug  5 15:45:08 1993  david d `zoo' zuhn  (zoo@rtl.cygnus.com)
17629         * configure.in: use mh-hp300 for 68k HP hosts
17631 Mon Aug  2 11:56:53 1993  david d `zoo' zuhn  (zoo@rtl.cygnus.com)
17633         * configure: add support for CONFIG_SHELL, so that you can use
17634         some alternate shell for evaluating configure scripts
17636 Sun Aug  1 11:36:27 1993  Fred Fish  (fnf@deneb.cygnus.com)
17638         * Makefile.in (make-gdb.tar.gz):  Sed bug reporting address
17639         in configure script to bug-gdb@prep.ai.mit.edu when building
17640         distribution archive.
17641         * Makefile.in (COMPRESS):  Remove def.
17642         * Makefile.in (gdb.tar.gz, make-gdb.tar.gz):  Renamed from
17643         gdb.tar.Z and make-gdb.tar.Z respectively.
17644         * Makefile.in (make-gdb.tar.gz):  Now only build gzip'd archive.
17645         * Makefile.in (make-gdb.tar.gz):  Minor changes to move closer
17646         to convergence with 'taz' target in Makefile.in.
17648 Fri Jul 30 12:34:57 1993  david d `zoo' zuhn  (zoo@rtl.cygnus.com)
17650         * install.sh (dsttmp): use trap to ensure that tmp files go
17651         away on error conditions
17653 Wed Jul 28 11:57:36 1993  david d `zoo' zuhn  (zoo@rtl.cygnus.com)
17655         * Makefile.in (BASE_FLAGS_TO_PASS): remove LOADLIBES
17657 Tue Jul 27 12:43:40 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
17659         * Makefile.in (install-dirs): Deal with a prefix like /gnu;
17660         its parent is '/' not ''.
17662         * Makefile.in (DEVO_SUPPORT): Add comments about ChangeLog.
17664 Fri Jul 23 09:53:37 1993  Jason Merrill  (jason@wahini.cygnus.com)
17666         * configure: if ${newsrcdir}/configure doesn't exist, don't assume
17667         that ${newsrcdir}/configure.in does.
17669 Tue Jul 20 11:28:50 1993  david d `zoo' zuhn  (zoo@rtl.cygnus.com)
17671         * test-build.mk: support for CONFIG_SHELL
17673 Mon Jul 19 21:54:46 1993  Fred Fish  (fnf@deneb.cygnus.com)
17675         * config.sub (netware):  Add as a basic system type.
17677 Wed Jul 14 12:03:11 1993  K. Richard Pixley  (rich@sendai.cygnus.com)
17679         * Makefile.in (Makefile): depend on configure.in.  Also drop the
17680           $(srcdir)/ from the dependency on Makefile.in.
17682 Tue Jul 13 20:10:58 1993  Doug Evans  (dje@canuck.cygnus.com)
17684         * config.sub: Recognize h8300hhms as h8300h-hitachi-hms.
17685         (h8300hhms is temporary until multi-libraries are implemented).
17686         * configure.in: Handle h8300h too.
17688 Sun Jul 11 17:35:27 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
17690         * config.guess: Recognize dpx/2 as m68k-bull-sysv3.
17692 Thu Jul  8 18:26:12 1993  John Gilmore  (gnu@cygnus.com)
17694         * configure:  Remove extraneous output when guessing host type.
17695         * config.guess:  Remove extraneous output when guessing using C
17696         compiler rather than uname, or when guessing fails.
17698 Wed Jul  7 17:58:14 1993  david d `zoo' zuhn  (zoo at rtl.cygnus.com)
17700         * Makefile.in: remove all.cross and install.cross targets
17702         * configure: remove CROSS=-DCROSS_COMPILE and ALL=all.cross
17703           definitions
17705 Tue Jul  6 10:39:44 1993  Steve Chamberlain  (sac@phydeaux.cygnus.com)
17707         * configure.in (target sh): Build gprof.
17709 Thu Jul  1 16:52:56 1993  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
17711         * config.sub: change -solaris to -solaris2
17713 Thu Jul  1 15:46:16 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
17715         * configure.in: Use config/mh-riscos for mips-*-sysv*.
17717 Wed Jun 30 09:31:58 1993  Ian Lance Taylor  (ian@cygnus.com)
17719         * configure: Correct error message for missing Makefile.in to
17720         print correct directory.
17722 Tue Jun 29 13:52:16 1993  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
17724         * install.sh: kludge around 386BSD shell bug
17726 Tue Jun 29 13:06:49 1993  Per Bothner  (bothner@rtl.cygnus.com)
17728         * config.guess:  Recognize NeXT.
17729         * config.guess:  Recognize i486-ncr-sysv4.
17730         * Makefile.in (taz):  rm $(TOOL)-$$VER before linking.
17732 Tue Jun 29 12:50:57 1993  Ian Lance Taylor  (ian@cygnus.com)
17734         * Makefile.in (MAKEINFOFLAGS): New variable.
17735         (FLAGS_TO_PASS): Pass MAKEINFO as MAKEINFO MAKEINFOFLAGS.
17736         * build-all.mk, test-build.mk: Pass down --no-split as
17737         MAKEINFOFLAGS when hosted on DOS.  Compile DOS hosted without -g.
17739 Thu Jun 24 13:39:11 1993  Per Bothner  (bothner@rtl.cygnus.com)
17741         * Makefile.in (DEVO_SUPPORT):  Add COPYING COPYING.LIB install.sh.
17743 Wed Jun 23 12:59:21 1993  Per Bothner  (bothner@rtl.cygnus.com)
17745         * Makefile.in (libg++.tar.z):  New rule.
17746         * Makefile.in (taz):  Replace 'configure -rm' by 'make distclean'.
17747         * Makefile.in (taz):  Only do a single chmod.
17749 Fri Jun 18 12:03:10 1993  david d `zoo' zuhn  (zoo at majipoor.cygnus.com)
17751         * install.sh: don't use dirname anymore (replaced with sed usage)
17753 Thu Jun 17 18:43:42 1993  Fred Fish  (fnf@cygnus.com)
17755         * Makefile.in:  Change extension for gzip'd files from '.z' to
17756         '.gz' per new FSF standard usage.
17758 Thu Jun 17 16:58:50 1993  david d `zoo' zuhn  (zoo at majipoor.cygnus.com)
17760         * configure: put quotes around the final value of program_transform_name
17762 Tue Jun 15 16:48:51 1993  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
17764         * Makefile.in: new install.sh support; update install-info rules
17766 Wed Jun  9 12:31:34 1993  Ian Lance Taylor  (ian@cygnus.com)
17768         * configure.in: Build diff for crosses, but not for go32 host.
17770         * configure.in: Build gprof only for native, and don't build it
17771         for mips-*-*, rs6000-*-*, or i[34]86-*-sco*.
17773 Mon Jun  7 13:12:11 1993  david d `zoo' zuhn  (zoo at deneb.cygnus.com)
17775         * configure.in: don't build gas,ld,binutils on for *-*-sysv4
17777 Mon Jun  7 11:40:11 1993  Brendan Kehoe  (brendan@lisa.cygnus.com)
17779         * configure.in (host_tools): Add prms.
17781 Fri Jun  4 13:30:42 1993  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
17783         * Makefile.in: install gcc, do installation of $(INSTALL_MODULES)
17784         with $(FLAGS_TO_PASS) on the command line
17786         * config.sub: Recognize lynx and lynxos
17788 Fri Jun  4 10:59:56 1993  Ian Lance Taylor  (ian@cygnus.com)
17790         * config.sub: Accept -ecoff*, not just -ecoff.
17792 Thu Jun  3 17:38:54 1993  Ken Raeburn  (raeburn@cambridge.cygnus.com)
17794         * Makefile.in (taz): Use .gz suffix instead of .z.
17795         (binutils.tar.gz, gas+binutils.tar.gz, gas.tar.gz): Fixed target
17796         names.
17798 Thu Jun  3 00:27:06 1993  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
17800         * Makefile.in (vault-install): add an 'else true' (for Ultrix)
17802 Wed Jun  2 18:19:16 1993  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
17804         * Makefile.in (install-no-fixedincludes):  install gcc last, so
17805         that rebuilds that might happen during 'make install' don't get
17806         bogus gcc include files
17808 Wed Jun  2 16:14:10 1993  Ken Raeburn  (raeburn@cambridge.cygnus.com)
17810         Change from Utah for HPPA support:
17811         * config.guess: Recognize hppa1.x-hp-bsd.
17813 Wed Jun  2 11:53:33 1993  Per Bothner  (bothner@rtl.cygnus.com)
17815         * config.guess:  Add support for Motorola Delta 68k, up to r3v7.
17816         Patch from pot@fly.cnuce.cnr.it (Francesco Potorti`).
17818 Tue Jun  1 17:48:42 1993  Rob Savoye  (rob at darkstar.cygnus.com)
17820         * config.sub: Add support for rom68k and bug boot monitors.
17822 Mon May 31 09:36:37 1993  Jim Kingdon  (kingdon@cygnus.com)
17824         * Makefile.in: Make all-opcodes depend on all-bfd.
17826 Thu May 27 08:05:31 1993  Ian Lance Taylor  (ian@cygnus.com)
17828         * config.guess: Added special check for i[34]86-univel-sysv4*.
17830 Wed May 26 16:33:40 1993  Ian Lance Taylor  (ian@cygnus.com)
17832         * config.guess: For i[34]86-unknown-sysv4 use UNAME_MACHINE for
17833         the processor rather than assuming i486.
17835 Wed May 26 09:40:18 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
17837         * config.guess: Recognize SunOS6 as Solaris3.
17839 Tue May 25 23:03:11 1993  Per Bothner  (bothner@cygnus.com)
17841         * config.guess:  Fix typo.  Avoid #elif (not in K&R 1).
17842         Recognize SunOS 5.* only (and not [6-9].*) as being Solaris2.
17844 Tue May 25 12:44:18 1993  Ian Lance Taylor  (ian@cygnus.com)
17846         * build-all.mk (all-cross): New target for Canadian Cross.
17847         Added Q2 go32 targets.
17848         * test-build.mk: Configure go32 cross sparclite-aout and
17849         mips-idt-ecoff -with-gnu-ld.  Moved build binary directory from
17850         PARTIAL_HOLE_DIRS to BUILD_HOLES_DIRS.
17852 Mon May 24 15:30:06 1993  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
17854         * configure.in: fix Alpha GDB typo; also, don't build DejaGnu for
17855         GO32 hosted toolchains
17857 Mon May 24 14:18:41 1993  Rob Savoye  (rob at darkstar.cygnus.com)
17859         * configure: change  so "-exec-prefix" gets passed down rather
17860         than "-exec_prefix" so autoconf generated Makefiles get the
17861         exec_prefix set right.
17863 Fri May 21 10:42:25 1993  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
17865         * config.guess: get the Solaris2 minor version number
17867         * Makefile.in: add standards.texi and make-stds.texi to ETC_SUPPORT
17869 Fri May 21 06:20:52 1993  Brendan Kehoe  (brendan@lisa.cygnus.com)
17871         * config.guess: Recognize some Sequent platforms.
17873 Thu May 20 14:33:48 1993  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
17875         * Makefile.in: added the vault-install target
17877         * configure.in: actually use the Sun3 makefile fragment that's in
17878         config, also added the release dir to configdirs
17880 Thu May 20 14:19:18 1993  Ken Raeburn  (raeburn@cambridge.cygnus.com)
17882         * Makefile.in (taz): Fix modes on stuff in $(TOOL) dir also.
17884 Tue May 18 20:26:41 1993  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
17886         * configure.in: remove some program from Alpha targetted toolchains
17888 Tue May 18 15:23:19 1993  Ken Raeburn  (raeburn@cygnus.com)
17890         * Makefile.in (DISTSTUFFDIRS): Renamed from PROTODIRS.  Add ld and
17891         gprof.
17892         (taz): Run "make diststuff" in those directories instead of "make
17893         proto-dir".  Look for "VERSION=" only at start of line in subdir
17894         Makefile.  Use "gzip -9" for compression.
17895         (TEXINFO_SUPPORT, DIST_SUPPORT, BINUTILS_SUPPORT_DIRS): New vars.
17896         (binutils.tar.z): New target.
17898 Mon May 17 17:01:15 1993  Ken Raeburn  (raeburn@deneb.cygnus.com)
17900         * Makefile.in (taz): Include gpl.texinfo.
17902 Fri May 14 06:48:38 1993  Ken Raeburn  (raeburn@deneb.cygnus.com)
17904         * Makefile.in (setup-dirs): Merged into "taz" target.
17905         (taz): Only do `proto-dir' stuff if a directory is actually needed
17906         for this target.
17908 Wed May 12 13:09:44 1993  Ian Lance Taylor  (ian@cygnus.com)
17910         * Makefile.in (MUNCH_NM): New variable, defined to be $(NM).
17911         (FLAGS_TO_PASS): Pass down MUNCH_NM.
17912         (HOST_CC, HOST_PREFIX, HOST_PREFIX_1): New variables.
17913         (EXTRA_GCC_FLAGS): Pass down HOST_* variables.
17914         (gcc-no-fixedincludes): Correct for current gcc Makefile.
17916 Tue May 11 10:14:25 1993  Fred Fish  (fnf@cygnus.com)
17918         * Makefile.in (make-gdb.tar.Z):  Add configure, config.guess,
17919         config.sub, and move-if-change to gdb testsuite distribution
17920         archive, so the testsuite can be extracted, configured, and
17921         run separately from the gdb distribution.  Blow away the Chill
17922         tests that require a Chill compiled executable, since GNU Chill
17923         is not yet publically available.
17925 Mon May 10 17:22:26 1993  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
17927         * test-build.mk: set environment variables in a single command,
17928         instead of a list of assignments and exports
17930         * config.guess: recognize Alpha/OSF1 systems
17932 Mon May 10 14:55:51 1993  K. Richard Pixley  (rich@rtl.cygnus.com)
17934         * configure: Change help message to prefer --options rather than
17935           -options.
17937 Mon May 10 05:58:35 1993  Ken Raeburn  (raeburn@kr-pc.cygnus.com)
17939         * config.sub: Convergent Tech. "miniframe" uses m68010, sez
17940         zippy@ecst.csuchico.edu.
17941         * config.guess: Recognize miniframe.
17943 Sun May  9 17:47:57 1993  Rob Savoye  (rob at darkstar.cygnus.com)
17945         * Makefile.in: Use srcroot to find runtest rather than rootme.
17946         Pass RUNTESTFLAGS and EXPECT down in BASE_FLAGS_TO_PASS.
17948 Fri May  7 14:55:59 1993  Ian Lance Taylor  (ian@cygnus.com)
17950         * test-build.mk: Extensive additions to support building on a
17951         machine other than the host.
17953 Wed May  5 08:35:04 1993  Ken Raeburn  (raeburn@deneb.cygnus.com)
17955         * configure (tooldir): Fix for i386-aix again.
17957 Mon May  3 19:00:27 1993  Per Bothner  (bothner@cygnus.com)
17959         * configure, Makefile.in:  Change definition of $(tooldir)
17960         to match the FSF.
17962 Fri Apr 30 15:55:21 1993  Fred Fish  (fnf@cygnus.com)
17964         * config.guess:  Recognize i[34]86/SVR4.
17966 Fri Apr 30 15:52:46 1993  Steve Chamberlain  (sac@thepub.cygnus.com)
17968         * Makefile.in (all-gdb): gdb depends on sim.
17970 Thu Apr 29 23:30:48 1993  Fred Fish  (fnf@cygnus.com)
17972         * Makefile.in (gdb.tar.Z):  Make prototype gdb testsuite directory
17973         at the same time we make the prototype gdb directory.
17974         * Makefile.in (make-gdb.tar.Z):  Make the testsuite distribution
17975         files at the same time as the gdb base release distribution.
17977 Thu Apr 29 12:50:37 1993  Ian Lance Taylor  (ian@cygnus.com)
17979         * Makefile.in (check): Use individual check targets rather than
17980         DO_X rule.
17981         (check-gcc): Added.
17983 Thu Apr 29 09:50:07 1993  Jim Kingdon  (kingdon@cygnus.com)
17985         * config.sub: Use sysv3.2 not sysv32 for canonical OS
17986         for System V release 3.2.
17988 Thu Apr 29 10:33:22 1993  Ken Raeburn  (raeburn@cambridge.cygnus.com)
17990         * config.sub: Recognize hppaosf.
17991         * configure.in: Do configure ld/binutils/gas for it.
17993 Tue Apr 27 06:25:34 1993  Ken Raeburn  (raeburn@kr-pc.cygnus.com)
17995         * configure (tooldir): Alter syntax used to set this, for systems
17996         where "\$" isn't handled right, like i386-aix.
17998 Thu Apr 22 08:17:35 1993  Ian Lance Taylor  (ian@cygnus.com)
18000         * configure: Pass program-transform-name, not
18001         program_transform_name, to recursive configures.
18003 Thu Apr 22 02:58:21 1993  Ken Raeburn  (raeburn@cygnus.com)
18005         * Makefile.in (gas+binutils.tar.z): New rule for building snapshots
18006         of gas+ld+binutils.
18008 Mon Apr 19 17:41:30 1993  Per Bothner  (bothner@cygnus.com)
18010         * config.guess:  Recognize AIX3.2 as distinct from 3.1.
18012 Sat Apr 17 17:19:50 1993  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
18014         * configure.in: rename m88k-motorola-m88kbcs to m88k-motorola-sysv
18016 Tue Apr 13 16:52:16 1993  Brendan Kehoe  (brendan@lisa.cygnus.com)
18018         * Makefile.in (PRMS): Set back to all-prms.
18020 Sat Apr 10 12:04:07 1993  Ian Lance Taylor  (ian@cygnus.com)
18022         * test-build.mk: Pass -with-gnu-as for known MIPS native and MIPS
18023         targets, rather than for MIPS hosts.
18025 Fri Apr  9 13:51:06 1993  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
18027         * configure.in: add comment for --with-x default values
18029         * config.guess: handle Motorola Delta88 box for SVR3 and SVR4.
18031         * Makefile.in: add check-* targets for each of the directories in
18032         the tree.  Add a definition of RUNTEST that will use the one we
18033         just built, if it exists.  Pass this down via FLAGS_TO_PASS.
18035 Thu Apr  8 09:21:30 1993  Ian Lance Taylor  (ian@cygnus.com)
18037         * configure.in: Removed obsolete references to bfd_target and
18038         target_makefile_frag.
18040         * build-all.mk: Set assorted targets for Q2.
18041         * config.sub: Recognize z8k-sim and h8300-hms.
18042         * test-build.mk: Really don't pass host to configure.
18043         (HOLES): Added uname.
18045 Wed Apr  7 15:48:19 1993  Ian Lance Taylor  (ian@cygnus.com)
18047         * configure: Handle an empty program-prefix, program-suffix or
18048         program-transform-name correctly.
18050 Tue Apr  6 13:48:41 1993  Ian Lance Taylor  (ian@cygnus.com)
18052         * build-all.mk: -G 8 no longer required for MIPS targets.
18053         * test-build.mk: Don't pass host argument to configure; make it
18054         guess.
18056 Tue Apr  6 10:36:53 1993  Fred Fish  (fnf@cygnus.com)
18058         * Makefile.in (gdb.tar.Z):  Fix for building gzip'd distribution.
18059         * Makefile.in (COMPRESS):  New macro, like GZIP.
18061 Fri Apr  2 09:02:31 1993  Ian Lance Taylor  (ian@cygnus.com)
18063         * test-build.mk: Use -with-gnu-as for mips-sgi-irix4 as well.
18065         * build-all.mk: Set GCC to gcc -O -G 8 for MIPS targets, since gcc
18066         with gas currently defaults to -G 0.
18068 Thu Apr  1 08:25:42 1993  Ian Lance Taylor  (ian@cygnus.com)
18070         * Makefile.in (all-flex): flex depends on byacc.
18072         * build-all.mk: If host not specified, use config.guess.  Pass TAG
18073         to test-build.mk as RELEASE_TAG.
18074         * test-build.mk (configargs): New variable containing arguments to
18075         pass to configure.  Set to -with-gnu-as on mips-dec-ultrix.
18076         (FLAGS_TO_PASS): Pass down RELEASE_TAG.
18078         * config.guess: Use /bin/uname when checking -X argument on SCO,
18079         to avoid invoking GNU uname which doesn't understand -X.
18081         * test-build.mk: Don't use /usr/unsupported/bin/as on AIX.
18083         * configure.in: Build gas for mips-*-*.
18085 Wed Mar 31 21:20:58 1993  K. Richard Pixley  (rich@rtl.cygnus.com)
18087         * Makefile.in (all.normal): insert missing backslash.
18089 Wed Mar 31 12:31:56 1993  Ian Lance Taylor  (ian@cygnus.com)
18091         * build-all.mk: Bump -XNh value to 1500 to match gcc requirements.
18093         * Makefile.in: Complete overhaul to merge many almost identical
18094         targets.
18096 Tue Mar 30 20:17:01 1993  Ken Raeburn  (raeburn@cambridge.cygnus.com)
18098         * Makefile.in (setup-dirs-gdb): Renamed from setup-dirs.
18099         (gdb.tar.Z): Adjusted.
18101         * Makefile.in (setup-dirs, taz): New targets; should be general
18102         enough to adapt for gdb sometime.  Build only .z file.
18103         (gas.tar.z): New target.
18105 Tue Mar 30 10:03:09 1993  Ian Lance Taylor  (ian@cygnus.com)
18107         * build-all.mk: Use CC=cc -Xs on Solaris.
18109 Thu Mar 25 15:14:30 1993  Fred Fish  (fnf@cygnus.com)
18111         * Makefile.in:  Incorporate changes suggested by wilson@cygnus.com
18112         for handling BISON for FSF releases.
18114 Thu Mar 25 06:19:48 1993  Ken Raeburn  (raeburn@kr-pc.cygnus.com)
18116         * configure: Actually implement the change zoo just documented.
18118 Wed Mar 24 13:02:44 1993  david d `zoo' zuhn  (zoo at poseidon.cygnus.com)
18120         * configure: when using config.guess, only set target_alias when
18121         it's not already been set (ie, on the command line)
18123 Mon Mar 22 23:07:39 1993  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
18125         * Makefile.in: add installcheck target, set PRMS to install-prms
18127 Sun Mar 21 16:46:12 1993  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
18129         * configure: add support for package_makefile_fragment, handle the
18130         case where a directory has a configure.in file but no Makefile.in
18131         more gracefully (with an actual understandable error message, even);
18132         add support for --without (and add this to the usage message); also
18133         explicitly add a --host=${host_alias} to the command line when
18134         config.guess is used
18136 Sun Mar 21 12:11:58 1993  Jim Wilson  (wilson@sphagnum.cygnus.com)
18138         * configure: Must use both --host and --target in recursive calls.
18140 Thu Mar 18 12:31:35 1993  Ian Lance Taylor  (ian@cygnus.com)
18142         * Makefile.in: Change deja-gnu to dejagnu.
18144 Mon Mar 15 15:44:35 1993  Ian Lance Taylor  (ian@cygnus.com)
18146         * configure.in (h8300-*-*, h8500-*-*): Don't build libg++.
18148 Fri Mar 12 18:30:14 1993  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
18150         * configure.in: canonicalize all instances to *-*-solaris2*,
18151         also strip out a number of tools to not build for go32 host
18153 Wed Mar 10 12:08:27 1993  K. Richard Pixley  (rich@rtl.cygnus.com)
18155         * config.guess: add GPL.
18157         * Makefile.in, config.guess, config.sub, configure: bump
18158           copyrights to 93.
18160 Wed Mar 10 07:12:48 1993  Ian Lance Taylor  (ian@cygnus.com)
18162         * Makefile.in (do-info): Removed obsolete check for existence of
18163         localenv file.
18165         * Makefile.in (MAKEOVERRIDES): Define to be empty.
18167 Wed Mar 10 03:11:56 1993  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
18169         * Makefile.in: a couple of 'else true' for decstation,
18170         support for TclX
18172         * configure.in: configure tclX too; don't remove Tk on RS/6000 anymore
18174 Tue Mar  9 16:06:12 1993  K. Richard Pixley  (rich@cygnus.com)
18176         * Makefile.in (setup-dirs): change invocation of make to $(MAKE).
18178 Mon Mar  8 14:52:11 1993  Ken Raeburn  (raeburn@cambridge)
18180         * config.guess: Recognize i386-ibm-aix (PS/2).
18181         * configure.in: Use config/mh-aix386 file for it.
18183 Mon Mar  8 11:12:43 1993  Ian Lance Taylor  (ian@cygnus.com)
18185         * Makefile.in (GCC_FOR_TARGET): Eliminated definition; use
18186         CC_FOR_TARGET instead.
18187         (BASE_FLAGS_TO_PASS): Pass GCC_FOR_TARGET=$(CC_FOR_TARGET).
18189 Wed Mar  3 16:00:28 1993  Steve Chamberlain  (sac@ok.cygnus.com)
18191         * Makefile.in: Add sim to list of directories sent with gdb
18193 Wed Mar  3 11:42:39 1993  Ken Raeburn  (raeburn@cygnus.com)
18195         * configure.in: Put back mips-dec-bsd* case.
18197 Tue Mar  2 21:15:58 1993  Fred Fish  (fnf@cygnus.com)
18199         (Ultrix 2.2 support from Michael Rendell <michael@mercury.cs.mun.ca>)
18200         * configure.in (vax-*-ultrix2*):  Add Ultrix 2.2 triplet.
18201         * config.guess:  Change 'VAX*:ULTRIX:*:*' to 'VAX*:ULTRIX*:*:*'.
18203 Tue Mar  2 18:11:03 1993  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
18205         * configure.in: remove no-op mips-dec-bsd* in "case $target"
18207         * Makefile.in (dir.info): only run gen-info-dir if it exists,
18208         (install-info): install dir.info only if it exists,
18209         (all-expect, install-expect): pass along X11_FLAGS_TO_PASS
18211 Tue Mar  2 09:01:30 1993  Ken Raeburn  (raeburn@cygnus.com)
18213         * configure.in: For vms target, skip bfd, ld, binutils.  Do build
18214         gas for mips-dec-bsd.
18216 Tue Mar  2 08:35:24 1993  Ian Lance Taylor  (ian@cygnus.com)
18218         * configure (makesrcdir): If ${srcdir} is relative and not ".",
18219         and ${subdir} is not ".", set makesrcdir based on ${invsubdir}.
18221 Tue Feb 23 14:18:28 1993  Mike Werner  (mtw@poseidon.cygnus.com)
18223         * configure.in: Added "dejagnu" to hosttools list.
18225 Mon Feb 22 23:28:38 1993  Per Bothner  (bothner@rtl.cygnus.com)
18227         * config.sub, configure.in, config.guess:  Add support
18228         for Bosx, an AIX variant from Bull.
18229         Patches from F.Pierresteguy@frcl.bull.fr.
18231 Sun Feb 21 11:15:22 1993  Mike Werner  (mtw@poseidon.cygnus.com)
18233         * devo/dejagnu: Initial creation of devo/dejagnu.
18234         Migrated dejagnu testcases and support files for testing software
18235         tools to reside as subdirectories, currently called "testsuite",
18236         within the directory of the software tool.  Migrated all programs,
18237         support libraries, etc. beloging to dejagnu proper from
18238         devo/deja-gnu to devo/dejagnu.  These files were moved "as is"
18239         with no modifications.  The changes to these files which will
18240         allow them to configure, build, and execute properly will be made
18241         in a future update.
18243 Fri Feb 19 20:19:39 1993  Brendan Kehoe  (brendan@lisa.cygnus.com)
18245         * Makefile.in: Change send_pr to send-pr.
18246         * configure.in: Likewise.
18247         * send_pr: Renamed directory to send-pr.
18249 Fri Feb 19 19:00:13 1993  Per Bothner  (bothner@cygnus.com)
18251         * Makefile.in:  Add some extra semi-colons (needed if SHELL=bash).
18253 Fri Feb 19 00:59:33 1993  John Gilmore  (gnu@cygnus.com)
18255         * README:  Update for gdb-4.8 release.
18256         * Makefile.in (gdb.tar.Z):  Add texinfo/tex3patch.  Build
18257         gdb-xxx.tar.z (gzip'd) file also.
18259 Thu Feb 18 09:16:17 1993  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
18261         * Makefile.in: make all-diff depend on all-libiberty
18263 Tue Feb 16 16:06:31 1993  K. Richard Pixley  (rich@cygnus.com)
18265         * config.guess: add vax-ultrix in the spirit of mips-ultrix.
18267 Tue Feb 16 05:57:15 1993  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
18269         * configure.in, Makefile.in: add hello, tar, gzip, recode, indent
18271 Tue Feb 16 00:58:20 1993  John Gilmore  (gnu@cygnus.com)
18273         * Makefile.in (DEVO_SUPPORT):  Remove etc directory
18274         (ETC_SUPPORT):  Only add the files GDB wants from etc/.
18275         (gdb.tar.Z):  Use ETC_SUPPORT.  Use byacc when building the file.
18277 Thu Feb 11 20:14:28 1993  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
18279         * Makefile.in:  makeinfo binary is in a new location
18281 Tue Feb  9 12:42:27 1993  Ian Lance Taylor  (ian@cygnus.com)
18283         * config.sub: Accept -ecoff as an OS.
18285         * Makefile.in: Various changes to eliminate a level of make
18286         recursion and reduce the required command line length.
18287         (BASE_FLAGS_TO_PASS): New variable holding flags passed to all
18288         sub-makes.
18289         (EXTRA_HOST_FLAGS, EXTRA_TARGET_FLAGS, EXTRA_GCC_FLAGS): New
18290         variables holding settings for specific sub-makes.
18291         (FLAGS_TO_PASS, TARGET_FLAGS_TO_PASS, GCC_FLAGS_TO_PASS): Rewrote
18292         in terms of BASE_FLAGS_TO_PASS.
18293         (TARGET_LIBS): New variable listing directories which use
18294         TARGET_FLAGS_TO_PASS.
18295         (subdir_do): Eliminated.
18296         (do-*): New set of targets to replace subdir_do.
18297         (various): All targets which used subdir_do now depend on do-*.
18298         (local-clean): Renamed from do_clean.
18299         (local-distclean): New target, dependency of distclean and
18300         realclean.
18301         (install-info): Don't create directories.  Depend on dir.info
18302         rather than calling make recursively.
18303         (install-dir.info): Eliminated.
18304         (install-info-dirs): Create all info directories here.
18305         (dir.info): Depend upon do-install-info.
18307         * test-build.mk (HOLES): Added false.
18309 Sat Feb  6 14:05:09 1993  Per Bothner  (bothner@rtl.cygnus.com)
18311         * config.guess:  Recognize BSDI and BSDJ (Jolitz 386bsd).
18313 Thu Feb  4 20:49:18 1993  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
18315         * Makefile.in (info): remove dependency on all-texinfo.  The
18316         problem was really in texinfo/C, not at this level.
18318 Thu Feb  4 13:38:41 1993  Ian Lance Taylor  (ian@cygnus.com)
18320         * Makefile.in (info): Added dependency on all-texinfo (PR 2112).
18322 Thu Feb  4 01:50:53 1993  John Gilmore  (gnu@cygnus.com)
18324         * Makefile.in (make-gdb.tar.Z):  Change BISON to 'bison -y' for
18325         GDB releases.
18327 Wed Feb  3 17:22:16 1993  Ken Raeburn  (raeburn@cambridge.cygnus.com)
18329         * configure: Include srcdir in message about target of link not
18330         being found.  Don't convert `-' to `_' in `with' options being
18331         passed to subdirs.
18333 Tue Feb  2 18:57:59 1993  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
18335         * configure.in: add uudecode to host_tools
18337         * Makefile.in: added {all,install}-uudecode targets, added them to
18338         the appropriate lists
18340 Tue Feb  2 11:45:53 1993  Ian Lance Taylor  (ian@cygnus.com)
18342         * Makefile.in (all-gcc): Added dependency on all-gas.
18344         * configure.in (mips-*-*): Build ld and binutils.
18346 Mon Feb  1 12:35:41 1993  K. Richard Pixley  (rich@rtl.cygnus.com)
18348         * configure: check return code from mkdir, print error message and
18349           exit on failure.
18351 Sat Jan 30 16:40:28 1993  John Gilmore  (gnu@cygnus.com)
18353         * Makefile.in (make-gdb.tar.Z):  New location for texinfo.tex.
18355 Thu Jan 28 15:09:59 1993  Ian Lance Taylor  (ian@cygnus.com)
18357         * test-build.mk (HOLES): Added tar, cpio and uudecode.
18359 Wed Jan 27 16:50:32 1993  Jim Wilson  (wilson@sphagnum.cygnus.com)
18361         * config.sub (h8500):  Recognize this as a cpu type.
18363 Sat Jan 23 20:32:01 1993  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
18365         * configure: source directory missing is no longer a warning
18367         * configure.in: recognize irix[34]* instead of irix[34]
18369         * Makefile.in: define and pass down X11_LIB
18371 Sat Jan 23 13:49:40 1993  Per Bothner  (bothner@cygnus.com)
18373         * guess-systype: Renamed to ...
18374         * config.guess:  ... by popular request.
18375         * configure.in, Makefile.in:  Update accordingly.
18377 Thu Jan 21 12:20:55 1993  Per Bothner  (bothner@cygnus.com)
18379         * guess-systype:  Patches from John Eaton <jwe@che.utexas.edu>:
18380         + Add Convex, Cray/Unicos, and Encore/Multimax support.
18381         + Execute ./dummy instead of assuming . is in PATH.
18383 Tue Jan 19 17:18:06 1993  Per Bothner  (bothner@cygnus.com)
18385         * guess-systype:  New shell script.  Attempts to guess the
18386         canonical host name of the executing host.
18387         Only a few hosts are supported so far.
18388         * configure:  Call guess-systype if no host is specified.
18390 Tue Jan 19 08:26:07 1993  Ian Lance Taylor  (ian@cygnus.com)
18392         * Makefile.in (gcc-no-fixedincludes): Made to work with current
18393         gcc Makefile.
18395 Fri Jan 15 10:27:02 1993  Ian Lance Taylor  (ian@cygnus.com)
18397         * Makefile.in (GCC_FLAGS_TO_PASS): New variable.
18398         (all-gcc, install-gcc, subdir_do): Use it.
18400 Wed Jan 13 17:06:45 1993  Jim Wilson  (wilson@sphagnum.cygnus.com)
18402         * Makefile.in: Rename uninstalled gcc driver from gcc to xgcc.
18404 Wed Jan  6 20:29:16 1993  Mike Werner  (mtw@rtl.cygnus.com)
18406         * Makefile.in: Removed explicit setting of SUBDIRS. SUBDIRS is now
18407           set exclusively by configure, using configure.in .
18409 Wed Jan  6 13:44:11 1993  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
18411         * test-build.mk: set $PATH for all builds
18413         * Makefile.in: pass TARGET_FLAGS_TO_PASS for xiberty and libm
18415 Wed Jan  6 11:02:10 1993  Fred Fish  (fnf@cygnus.com)
18417         * Makefile.in (GCC_FOR_TARGET):  Supply a default that matches
18418         the one used in gcc/Makefile.in, so that a null expansion doesn't
18419         override the one needed to build gcc with a native cc.
18421 Tue Jan  5 07:55:12 1993  Ken Raeburn  (raeburn@cambridge.cygnus.com)
18423         * configure: Accept -with arguments.
18425 Sun Jan  3 15:15:09 1993  Steve Chamberlain  (sac@thepub.cygnus.com)
18427         * Makefile.in: added h8300sim
18429 Tue Dec 29 15:06:00 1992  Ian Lance Taylor  (ian@cygnus.com)
18431         * build-all.mk: If canonhost is i386-unknown-sco3.2v4, change it
18432         to i386-sco3.2v4.  Set TARGETS and CFLAGS for i386-sco3.2v4.
18433         (all-cygnus, native, build-cygnus): Make
18434         $(canonhost)-stamp-3stage-done, not $(host)....
18435         * test-build.mk (stamp-3stage-compared): Use tail +10c for
18436         i386-sco3.2v4.  Added else true to if command.
18438 Mon Dec 28 12:08:56 1992  Ken Raeburn  (raeburn@cygnus.com)
18440         * config.sub: (from FSF) Sequent uses a BSD-like OS.
18442 Mon Dec 28 08:32:06 1992  Minh Tran-Le  (mtranle@paris.intellicorp.com)
18444         * configure.in (i[34]86-*-isc*): added; uses mh-sysv.
18446 Thu Dec 24 17:26:24 1992  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
18448         * configure.in: don't remove binutils from Solaris builds
18450 Thu Dec 24 14:08:38 1992 david d`zoo' zuhn  (zoo@cygnus.com)
18452         * Makefile.in: get rid of earlier definitions for *clean,
18453         also handle the recursive info rule better
18455 Thu Dec 24 12:40:21 1992  Per Bothner  (bothner@rtl.cygnus.com)
18457         * Makefile.in (mostlyclean, distclean, realclean):  Fix to
18458         do more-or-less the right thing.
18460 Wed Dec 16 10:25:31 1992  Ian Lance Taylor  (ian@cygnus.com)
18462         * Makefile.in: Add lines defining CC and CXX, and use CXX rather
18463         than gcc in definitions of CXX_FOR_BUILD and CXX_FOR_TARGET.
18465 Tue Dec 15 00:34:32 1992  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
18467         * Makefile.in: change all $(host_cpu)-$(host_vendor)-$(host_os) to
18468         $(host_canonical).
18470         * configure.in: split the configdirs list into 4 categories (native
18471         v. cross, library v. tool) and handle the cross-only and native-
18472         only in more reasonable (and correct!) way.
18474 Mon Dec 14 17:04:22 1992  Stu Grossman  (grossman at cygnus.com)
18476         * configure.in (hppa*-*-*):  Don't remove bfd and gdb from
18477         configdirs anymore.
18479 Sun Dec 13 00:37:26 1992  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
18481         * Makefile.in: extensive cleanup::  removed all of the explicit
18482         clean-* targets, collapsed many wrappers around subdir_do into
18483         one, added additional targets to satisfy standards.texi, deleted
18484         some old targets, some changes for consistency
18486 Fri Dec 11 20:18:02 1992  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
18488         * configure.in: handle some programs as cross-only, and others as
18489         native only
18491         * test-build.mk: handle partial holes in a more generic manner
18493         * Makefile.in: m4 depends on libiberty
18495 Thu Dec  3 21:52:11 1992  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
18497         * configure.in: add m4, textutils, fileutils, sed, shellutils,
18498         time, wdiff, and find to configdirs
18500         * Makefile.in: all, clean, and install rules for the new programs
18501         added to configure.in
18503 Mon Nov 30 14:54:34 1992  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
18505         * configure.in: use mh-sun for all *-sun-* hosts
18507 Fri Nov 27 18:35:54 1992  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
18509         * Makefile.in: define flags for X11 include files and library file
18510         locations, pass them down to the programs that need this info
18512         * build-all.mk: added a 'native' target, to 3stage the native toolchain
18514 Sun Nov 22 18:59:13 1992  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
18516         * configure.in: start building libg++ for HP-UX targets
18518 Wed Nov 18 19:33:11 1992  John Gilmore  (gnu@cygnus.com)
18520         * README:  Update references to files moved into etc/.
18522 Sun Nov 15 09:36:08 1992  Fred Fish  (fnf@cygnus.com)
18524         * config.sub (i386sol2, i486sol2):  i[34]86-unknown-solaris2.
18525         * configure.in (i[34]86-*-solaris2*):  Use config/mh-sysv4.
18527 Thu Nov 12 08:50:42 1992  Ian Lance Taylor  (ian@cygnus.com)
18529         * configure: accept dash as well as underscore in long option
18530         names for FSF compatibility.
18532 Wed Nov 11 08:04:37 1992  Ian Lance Taylor  (ian@cygnus.com)
18534         * config.sub: added -sco3.2v4 support from FSF.
18536 Sun Nov  8 21:14:30 1992  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
18538         * configure.in: expand the section that adds or removes
18539         directories from the list of programs to build, to handle native
18540         vs. cross in addition to host v. native
18542 Sat Nov  7 18:52:27 1992  Per Bothner  (bothner@rtl.cygnus.com)
18544         * Makefile.in:  Replace C++ in macro names with CXX.
18545         This is less likely to break ...
18547 Sat Nov  7 15:16:58 1992  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
18549         * test-build.mk: add -w to GNU_MAKE
18551 Fri Nov  6 23:10:37 1992  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
18553         * config.sub: remove 'sparc'-->'sparc-sun' default transformation,
18554         add 'sparc' to list of recognized cpus.  This needed to make
18555         'sparc-aout' expand to 'sparc-unknown-aout' instead of 'sparc-sun-aout'.
18556         Delete some redundant ose68 variants.  Recognize -wrs as an os,
18557         then changes that into $CPU-wrs-vxworks.
18559         * configure.in: remove most references to gdbtest, regularize
18560         target based program removal
18562         * test-build.mk: import from p3 tree (many fixes and changes)
18564 Fri Nov  6 20:59:00 1992  david d `zoo' zuhn  (zoo@cygnus.com)
18566         * Makefile.in: added rules to handle tcl, tk, and expect
18568         * configure.in: handle those directories if they exist
18570 Thu Nov  5 14:35:41 1992  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
18572         * config.sub: removed bogus hppabsd and hppahpux names, since
18573         "hppa" is not a valid cpu (hppa1.1 or hppa1.0 are, though)
18575 Thu Oct 29 00:12:41 1992  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
18577         * Makefile.in: all-gcc now depends on all-binutils.  all-libg++
18578         depends upon all-xiberty
18580         * Makefile.in: changes from p3, including:
18582         Thu Oct  8 15:00:17 1992  Ian Lance Taylor  (ian@cygnus.com)
18584         * Makefile.in (XTRAFLAGS): include newlib directories if
18585         newlib/Makefile exists, rather than if host != target.
18587         Fri Sep 25 13:41:52 1992  Ian Lance Taylor  (ian@cygnus.com)
18589         * Makefile.in: added -nostdinc to XTRAFLAGS if we are using gcc
18590         from the same source tree and not building a cross-compiler.  This
18591         matters for the libg++ configuration if reconfiguring a tree that
18592         has already been installed.
18594         Thu Sep 10 10:35:51 1992  Ian Lance Taylor  (ian@cygnus.com)
18596         * Makefile.in: added -I for newlib/targ-include to XTRAFLAGS, to
18597         pick up the machine and system specific header files.
18599         * Makefile.in: added AS_FOR_TARGET, passed down in
18600         TARGET_FLAGS_TO_PASS.  Added CC_FOR_BUILD, which is intended to be
18601         the C compiler to use to create programs which are run in the
18602         build environment, set it to default to $(CC), and passed it down
18603         in FLAGS_TO_PASS and TARGET_FLAGS_TO_PASS.
18605         Mon Sep  7 22:34:42 1992  Ian Lance Taylor  (ian@cirdan.cygnus.com)
18607         * Makefile.in: add $(host) = $(target) tests back to *_FOR_TARGET.
18608         We need them for unusual native builds, like systems without
18609         ranlib.
18611         * configure: also define $(host_canonical) and
18612         $(target_canonical), which are the full, canonical names for the
18613         given host and target
18615 Sun Nov  1 16:38:17 1992  Per Bothner  (bothner@cygnus.com)
18617         * Makefile.in:  Added separate definitions for C++.
18619 Fri Oct 30 11:37:52 1992  Fred Fish  (fnf@cygnus.com)
18621         * configure.in (configdirs):  Add deja-gnu.
18623 Fri Oct 23 00:39:18 1992  John Gilmore  (gnu@cygnus.com)
18625         * README:  Update for configure.texi and gdb-4.7 release.
18627 Wed Oct 21 21:54:27 1992  John Gilmore  (gnu@cygnus.com)
18629         * Makefile.in:  Move "all" target to top of file.
18630         Previously, first target was ".PHONY" which caused BSD4.4 make
18631         to build .PHONY when make was run without arguments.
18633 Mon Oct 19 01:17:54 1992  John Gilmore  (gnu@cygnus.com)
18635         * Makefile.in:  Add COPYING.LIB to GDB releases, now that there's
18636         Library-copylefted code in libiberty.
18638 Tue Oct 13 01:22:32 1992  John Gilmore  (gnu@cygnus.com)
18640         * config.sub:  Replace m68kmote with plain old m68k.
18642 Fri Oct  9 03:14:24 1992  John Gilmore  (gnu@cygnus.com)
18644         * Makefile.in:  Remove space from blank line, avoid Make complaints.
18646 Thu Oct  8 18:41:45 1992  Ken Raeburn  (raeburn@cygnus.com)
18648         * config.sub: Complain if no argument is given.  Added support for
18649         386bsd as OS and target alias.
18651 Thu Oct  8 15:07:22 1992  Ian Lance Taylor  (ian@cygnus.com)
18653         * Makefile.in (XTRAFLAGS): include newlib directories if
18654         newlib/Makefile exists, rather than if host != target.
18656 Mon Oct  5 03:00:09 1992  Mark Eichin  (eichin at tweedledumber.cygnus.com)
18658         * config.sub: recognize sparclite-wrs-vxworks.
18660         * Makefile.in (install-xiberty): added *-xiberty make rules (from
18661         p3.) Added clean-xiberty to clean.
18663 Thu Oct  1 17:59:19 1992  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
18665         * configure.in: use *-*-* instead of nested cases for host and target
18667 Tue Sep 29 14:11:18 1992  Ian Lance Taylor  (ian@cygnus.com)
18669         * Makefile.in: added -nostdinc to XTRAFLAGS if we are using gcc
18670         from the same source tree and not building a cross-compiler.  This
18671         matters for the libg++ configuration if reconfiguring a tree that
18672         has already been installed.
18674 Sep 20 08:53:10 1992  Fred Fish  (fnf@cygnus.com)
18676         * config.sub (i486v/i486v4):  Merge in from FSF version.
18678 Fri Sep 18 00:32:00 1992  Mark Eichin  (eichin@cygnus.com)
18680         * configure: only set PWD if it is already set.
18682 Thu Sep 17 23:05:53 1992  Mark Eichin  (eichin@cygnus.com)
18684         * configure: just set PWD=`pwd` at the top, since Ultrix sh
18685         doesn't have unset and all success paths (and most error paths)
18686         out set it anyway. (Note: should change all uses of ${PWD=`pwd`}
18687         to just ${PWD} to avoid confusion.)
18689 Tue Sep 15 16:00:54 1992  Ian Lance Taylor  (ian@cygnus.com)
18691         * configure: always set $(tooldir) to $(libdir)/$(target_alias),
18692         even for a native compilation.
18694 Tue Sep 15 02:22:56 1992  John Gilmore  (gnu@cygnus.com)
18696         Changes to make the gdb.tar.Z rule work better.
18698         * Makefile.in (GDB_SUPPORT_DIRS):  Add opcodes.
18699         (DEVO_SUPPORT):  Add configure.texi.
18700         (bfd-ilrt.tar.Z):  Remove ancient rule.
18702 Thu Sep 10 10:43:19 1992  Ian Lance Taylor  (ian@cygnus.com)
18704         * Makefile.in: added -I for newlib/targ-include to XTRAFLAGS, to
18705         pick up the machine and system specific header files.
18707         * configure.in, config.sub: added new target m68010-adobe-scout,
18708         with alias of adobe68k.  Changed configure.in to check for
18709         -scout before -sco* to avoid a false match.
18711         * Makefile.in: added AS_FOR_TARGET, passed down in
18712         TARGET_FLAGS_TO_PASS.  Added CC_FOR_BUILD, which is intended to be
18713         the C compiler to use to create programs which are run in the
18714         build environment, set it to default to $(CC), and passed it down
18715         in FLAGS_TO_PASS and TARGET_FLAGS_TO_PASS.
18717 Wed Sep  9 12:21:42 1992  Ian Lance Taylor  (ian@cygnus.com)
18719         * Makefile.in: added TARGET_FLAGS_TO_PASS, CC_FOR_TARGET,
18720         AR_FOR_TARGET, RANLIB_FOR_TARGET, NM_FOR_TARGET.  Pass
18721         TARGET_FLAGS_TO_PASS, which defines CC, AR, RANLIB and NM as the
18722         FOR_TARGET variants, to newlib and libg++.
18724 Tue Sep  8 17:28:30 1992  Ken Raeburn  (raeburn@cambridge.cygnus.com)
18726         * Makefile.in (all-gas, all-gdb): Require all-opcodes to be built
18727         first.
18729 Wed Sep  2 02:50:05 1992  John Gilmore  (gnu@cygnus.com)
18731         * config.sub:  Accept `elf' as an environment.
18733 Tue Sep  1 15:48:30 1992  Steve Chamberlain  (sac@thepub.cygnus.com)
18735         * Makefile.in (all-opcodes):  cd into the right directory
18737 Sun Aug 30 21:12:11 1992  Ian Lance Taylor  (ian@cygnus.com)
18739         * configure: added -program_transform_name option, used as
18740         argument to sed when installing programs.
18741         configure.texi: added documentation for -program_prefix,
18742         -program_suffix and -program_transform_name.
18744 Thu Aug 27 21:59:44 1992  John Gilmore  (gnu@cygnus.com)
18746         * config.sub:  Accept i486 where i386 ok.
18748 Thu Aug 27 13:04:42 1992  Brendan Kehoe  (brendan@rtl.cygnus.com)
18750         * config.sub: accept we32k
18752 Mon Aug 24 14:05:14 1992  Ian Lance Taylor  (ian@cygnus.com)
18754         * config.sub, configure.in: accept OSE68000 and OSE68k.
18756         * Makefile.in: don't create all directories for ``make install'';
18757         let the subdirectories create the ones they need.
18759 Tue Aug 11 23:13:17 1992  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
18761         * COPYING: new file, GPL v2
18763 Tue Aug  4 01:12:43 1992  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
18765         * Makefile.in: use the new gen-info-dir, which needs a template
18766         argument (which also lives in texinfo)
18768         * configure.texi, standards.texi: fix INFO-DIR-ENTRY
18770 Mon Aug  3 00:34:17 1992  Fred Fish  (fnf@cygnus.com)
18772         * config.sub (ncr3000):  Change i386 to i486.
18774 Thu Jul 23 00:12:17 1992  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
18776         * Makefile.in: add install-rcs, install-grep to
18777         install-no-fixedincludes, removed install-bison and install-libgcc
18779 Tue Jul 21 01:01:50 1992  david d `zoo' zuhn (zoo@cygnus.com)
18781         * configure.in: grab the HPUX makefile fragment if on HPUX
18783 Mon Jul 20 11:02:09 1992  D. V. Henkel-Wallace  (gumby@cygnus.com)
18785         * Makefile.in: eradicate bison spoor (ditto libgcc).
18786          configure.in: recognise m68{k,000}-ericsson-OSE.
18787          es1800 is alias for m68k-ericsson-OSE
18789 Sun Jul 19 17:49:02 1992  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
18791         * configure.in: rearrange the parts that remove programs from
18792         configdirs, based now on HOST==TARGET or by canonical triple.
18794 Fri Jul 17 22:52:49 1992  K. Richard Pixley  (rich@rtl.cygnus.com)
18796         * test-build.mk: recurse explicitly with -f test-build.mk when
18797           appropriate.  predicate stage3 and comparison on the existence
18798           of gcc.  That is, if gcc isn't around, we aren't three-staging.
18799           On very clean, also remove ...stamp-co.  Build in-place before
18800           doing other builds.
18802 Thu Jul 16 18:33:09 1992  Steve Chamberlain  (sac@thepub.cygnus.com)
18804         * Makefile.in, configure.in: add tgas
18806 Thu Jul 16 16:05:28 1992  K. Richard Pixley  (rich@rtl.cygnus.com)
18808         * Makefile.in: a number of changes merged in from progressive.
18810         * configure.in: add libm.
18812         * .cvsignore: ignore some stuff that comes from test-build.mk.
18814 Tue Jul  7 00:24:52 1992  Fred Fish  (fnf@cygnus.com)
18816         * config.sub:  Add es1800 (m68k-ericsson-es1800).
18818 Tue Jun 30 20:24:41 1992  D. V. Henkel-Wallace  (gumby@cygnus.com)
18820         * configure: Add program_suffix (parallel to program_prefix)
18821         * Makefile.in: adjust directory-creating script for losing decstation
18823 Mon Jun 22 23:43:48 1992  Per Bothner  (bothner@cygnus.com)
18825         * configure:  Minor $subdir-related fixes.
18827 Mon Jun 22 18:30:26 1992  Steve Chamberlain  (sac@thepub.cygnus.com)
18829         * configure: fix various problems with propogating
18830         makefile_target_frag in subdirs.
18831         * configure.in: config libgcc if its there
18833 Fri Jun 19 15:19:40 1992  Stu Grossman  (grossman at cygnus.com)
18835         * config.sub:  HPPA merge.
18837 Sun Jun 14 10:29:19 1992  John Gilmore  (gnu at cygnus.com)
18839         * Makefile.in:  Replace all-bison with all-byacc in all
18840         dependency lines for other tools (which now use byacc).
18842 Fri Jun 12 22:21:57 1992  John Gilmore  (gnu at cygnus.com)
18844         * config.sub:  Add sun4sol2 => sparc-sun-solaris2.
18846 Thu Jun  4 12:07:32 1992  Mark Eichin  (eichin@cygnus.com)
18848         * Makefile.in: make gprof rules similar to byacc rules (instead of
18849         vestigal $(unsubdir) that didn't work...)
18851 Thu Jun  4 00:37:05 1992  Per Bothner  (bothner@rtl.cygnus.com)
18853         * config.sub:  Add support for Linux.
18854         * Makefile.in:  Use $(FLAGS_TO_PASS) more consistently
18855         (at least for libg++).
18857 Tue Jun 02 20:03:00 1992  david d `zoo' zuhn (zoo@cygnus.com)
18859         * configure.texi: fix doc for the -nfp option to configure
18861 Tue Jun  2 17:20:52 1992  Michael Tiemann  (tiemann@cygnus.com)
18863         * Makefile.in (all-binutils): ar needs flex, so depend on all-flex.
18865 Sun May 31 15:04:08 1992  Mark Eichin  (eichin at cygnus.com)
18867         * config.sub: changed [^-]+ to [^-][^-]* so that it works under
18868         Sun sed. (BSD 4.3 sed doesn't handle [^-]+ either.)
18869         * configure.in: added solaris* host_makefile_frag hook.
18871 Sun May 31 01:10:34 1992  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
18873         * config.sub: changed recognition of m68000 so that various
18874         m68k types can be specified via m680[01234]0
18876 Sat May 30 21:01:06 1992  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
18878         * config.sub (basic_machine): fix sed so that '-foo' isn't
18879         completely substituted out while .+'-foo' loses the '-foo'
18881 Wed May 27 23:18:52 1992  Michael Tiemann  (tiemann@rtl.cygnus.com)
18883         * config.sub ($os): Add -aout.
18885 Fri May 22 14:00:02 1992  Per Bothner  (bothner@cygnus.com)
18887         * configure:  If host_makefile_frag is absolute, don't
18888         prefix ${invsubdir} (relevant to libg++ auto-configure).
18890 Thu May 21 18:00:09 1992  Michael Tiemann  (tiemann@rtl.cygnus.com)
18892         * Makefile.in (tooldir): Define it.
18893         (all-ld): Depend on all-flex.
18895 Sun May 10 21:45:59 1992  Per Bothner  (bothner@rtl.cygnus.com)
18897         * Makefile.in (check):  Fix libg++ special case.
18899 Fri May  8 08:31:41 1992  K. Richard Pixley  (rich@cygnus.com)
18901         * configure: do not bury `pwd` into config.status, thus do fewer
18902           pwd's.
18904         * configure: print the "Building in" message only when building in
18905           other than "." AND verbose.
18907         * configure: remove -s, rework -v to better accommodate guested
18908           configures.
18910         * standards.texi: updated to 3 may, fixed librid <-> libdir typo.
18912 Fri May  1 18:00:50 1992  K. Richard Pixley  (rich@cygnus.com)
18914         * Makefile.in: macroize flags passed on recursion.  remove
18915           fileutils.
18917 Thu Apr 30 08:56:20 1992  K. Richard Pixley  (rich@cygnus.com)
18919         * configure: get makesrcdir right for subdirs deeper than 1.
18921         * Makefile.in: pass INSTALL, INSTALL_DATA, INSTALL_PROGRAM on
18922           install.
18924 Fri Apr 24 15:51:51 1992  K. Richard Pixley  (rich@cygnus.com)
18926         * Makefile.in: don't print subdir_do or recursion lines.
18928 Fri Apr 24 15:22:04 1992  K. Richard Pixley  (rich@cygnus.com)
18930         * standards.texi: added menu item.
18932         * Makefile.in: build and install standards.info.
18934         * standards.texi: new file.
18936 Wed Apr 22 18:06:55 1992  K. Richard Pixley  (rich@rtl.cygnus.com)
18938         * configure: test for and move config.status pieces from
18939           ${subdir}/.
18941 Wed Apr 22 14:38:34 1992  Fred Fish  (fnf@cygnus.com)
18943         * configure:  Test for existance of files before trying to mv
18944         them, to avoid numerous non-existance messages.
18946 Tue Apr 21 12:31:33 1992  K. Richard Pixley  (rich@cygnus.com)
18948         * configure: correct final line of config.status.
18950         * configure: patch from eggert.  Avoids a protection problem if
18951           the original Makefile.in is read only.
18953         * configure: use move-if-change from gcc to create config.status.
18954           Some makefiles depend on config.status to tell if a directory
18955           has been reconfigured for a different host.  This change
18956           prevents those directories from remaking everything in the case
18957           where the reconfig was only intended to rebuild a Makefile.
18959         * configure: test for config.sub with "config.sub sun4" rather
18960           than "config.sub ${host_alias}".  Otherwise we can't tell a bad
18961           host alias from a missing config.sub.
18963 Mon Apr 20 18:16:36 1992  K. Richard Pixley  (rich@rtl.cygnus.com)
18965         * Makefile.in: explicitly pass CFLAGS on recursion. no longer pass
18966           MINUS_G (this can be done with CFLAGS).  Default CFLAGS to -g.
18968 Fri Apr 17 18:27:51 1992  Per Bothner  (bothner@cygnus.com)
18970         * configure: mkdir ${subdir} as needed.
18972 Wed Apr 15 17:37:22 1992  K. Richard Pixley  (rich@cygnus.com)
18974         * Makefile.in,configure.in: added autoconf.
18976 Wed Apr 15 17:27:34 1992  K. Richard Pixley  (rich@rtl.cygnus.com)
18978         * Makefile.in: no longer pass against on recursion.
18980         * Makefile.in: added .NOEXPORT: so that stray makefile_frag
18981           definitions are not inherited.
18983         * configure: correct makesrcdir when subdir is .
18985 Tue Apr 14 11:56:09 1992  Per Bothner  (bothner@cygnus.com)
18987         * configure:  Add support for 'subdirs' variable, which is
18988         like 'configdirs', except that configure doesn't re-invoke
18989         itself for subdirs, it just creates a Makefile for each subdir.
18990         * configure.texi:  Document subdirs.
18992 Mon Apr 13 18:50:16 1992  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
18994         * configure.in: added flex to configdirs
18996 Mon Apr 13 18:43:55 1992  K. Richard Pixley  (rich@cygnus.com)
18998         * Makefile.in: remove clean-stamps from clean.
19000 Sat Apr 11 03:52:03 1992  John Gilmore  (gnu at cygnus.com)
19002         * configure.in:  Add gdbtest to configdirs.
19004 Fri Apr 10 23:11:49 1992  Fred Fish  (fnf@cygnus.com)
19006         * Makefile.in (MINUS_G):  Add macro, default to -g, pass on
19007         to recursive makes.
19008         * configure.in:  Recognize new ncr3000 config.
19010 Wed Apr  8 23:08:12 1992  K. Richard Pixley  (rich@cygnus.com)
19012         * Makefile.in, configure.in: removed references to gdbm.
19014 Tue Apr  7 16:48:20 1992  Per Bothner  (bothner@cygnus.com)
19016         * config.sub:  Don't canonicalize os value
19017         newsos* to bsd (readline needs to check for newsos).
19018         (This fix was earlier made Jan 31, but got re-broken.)
19020 Mon Apr  6 14:34:08 1992  Stu Grossman  (grossman at cygnus.com)
19022         * configure.in:  sco is an os, not a vendor!
19024         * configure:  Quote $( better.  Keep various shells happy.
19026 Tue Mar 31 16:32:57 1992  K. Richard Pixley  (rich@cygnus.com)
19028         * Makefile.in: eliminate stamp-files.
19030 Mon Mar 30 22:20:23 1992  K. Richard Pixley  (rich@cygnus.com)
19032         * Makefile.in: add send_pr.  remove "force" from .stmp-gprof rule.
19033           Supress echoing of all the "if [ -d ... $(MAKE)" lines.
19035 Wed Mar 25 15:20:04 1992  Stu Grossman  (grossman@cygnus.com)
19037         * config.sub:  fix iris/iris3.
19039 Wed Mar 25 10:34:19 1992  K. Richard Pixley  (rich@cygnus.com)
19041         * configure: re-add -rm.
19043 Tue Mar 24 23:50:16 1992  K. Richard Pixley  (rich@cygnus.com)
19045         * Maskefile.in: add .stmp-rcs to all.
19047         * configure.in: remove gas from rs6000 build, use aix host fragment.
19049 Mon Mar 23 19:43:35 1992  K. Richard Pixley  (rich@cygnus.com)
19051         * configure: pass down site_option during recursion.
19053 Thu Mar 19 16:49:36 1992  Stu Grossman  (grossman at cygnus.com)
19055         * Makefile.in (all.cross):  Add .stmp-bfd .stmp-readline.
19057 Wed Mar 18 15:29:33 1992  Mike Stump  (mrs@cygnus.com)
19059         * configure: Change exec_prefix so that it really defaults to prefix.
19061 Sat Mar 14 17:20:38 1992  Fred Fish  (fnf@cygnus.com)
19063         * Makefile.in, configure.in:  Add support for mmalloc library.
19065 Fri Mar 13 18:44:18 1992  K. Richard Pixley  (rich@cygnus.com)
19067         * Makefile.in: add stmp dependencies for a few more things.
19069 Thu Mar 12 04:56:24 1992  K. Richard Pixley  (rich@cygnus.com)
19071         * configure: adjusted error message on objdir/srcdir configure
19072           collision, per john's suggestion.
19074         * Makefile.in: add libiberty stmp to all and all.cross.
19076 Wed Mar 11 02:07:52 1992  K. Richard Pixley  (rich@cygnus.com)
19078         * Makefile.in: remove force dependencies, add grep to all.
19080 Tue Mar 10 21:49:18 1992  K. Richard Pixley  (rich@mars.cygnus.com)
19082         * Makefile.in: drop flex.  make stamp files work.
19084         * configure: added test for conflicting configuration in srcdir,
19085           remove trailing slashes from srcdir.  Otherwise emacs gdb mode
19086           gets cranky.  use relative paths for configure and srcdir
19087           whenever possible.  Send some error messages to stderr that were
19088           going to stdout.
19090 Tue Mar 10 18:01:55 1992  Per Bothner  (bothner@cygnus.com)
19092         * Makefile.in:  Fix libg++ rule to check for gcc directory
19093         before using gcc/gcc.  Also pass XTRAFLAGS.
19095 Thu Mar  5 21:45:07 1992  K. Richard Pixley  (rich@sendai)
19097         * Makefile.in: added stmp-files so that directories aren't polled
19098           when they are already built.
19100         * configure.texi: fixed a node pointer problem.
19102 Thu Mar  5 12:05:58 1992  Stu Grossman  (grossman at cygnus.com)
19104         * config.sub configure.in gdb/configure.in
19105         gdb/mips-tdep.c gdb/mipsread.c gdb/procfs.c gdb/signame.h
19106         gdb/tm-irix3.h gdb/tm-mips.h gdb/xm-irix4.h gdb/config/mt-irix3
19107         gdb/config/mh-irix4 texinfo/configure.in:  Port to SGI Irix-4.x.
19109 Wed Mar  4 02:57:46 1992  K. Richard Pixley  (rich@rtl.cygnus.com)
19111         * configure: -recurring becomes -silent.  corrected help message
19112           for -site= option.
19114         * Makefile.in: mkdir $(exec_prefix) and $(tooldir).
19116 Tue Mar  3 14:51:21 1992  K. Richard Pixley  (rich@rtl.cygnus.com)
19118         * configure: when building Makefile for crosses, replace
19119           tooldir and program_prefix.  default srcdir from location of
19120           config.sub.  remove "for host in hosts" and "for target in
19121           targets" loops.
19123 Wed Feb 26 19:48:25 1992  K. Richard Pixley  (rich@rtl.cygnus.com)
19125         * Makefile.in: Do not pass bindir or mandir to cvs.
19127 Wed Feb 26 18:04:40 1992  K. Richard Pixley  (rich@cygnus.com)
19129         * Makefile.in, configure.in: removed traces of namesubdir,
19130           -subdirs, $(subdir), $(unsubdir), some rcs triggers.  Forced
19131           copyrights to '92, changed some from Cygnus to FSF.
19133         * configure.texi: remove most references to multiple hosts,
19134           multiple targets, subdirs, etc.
19136         * configure.man: removed rcsid. reference config.sub not
19137           config.subr.
19139         * Makefile.in: mkdir $(infodir) on install-info.
19141 Wed Feb 19 15:41:13 1992  John Gilmore  (gnu at cygnus.com)
19143         * configure.texi:  Explain better about .gdbinit and about
19144         the environment that configure.in sections run in.
19146 Fri Feb  7 07:55:00 1992  John Gilmore  (gnu at cygnus.com)
19148         * configure.in:  Ultrix is only a decstation if it's a MIPS.
19150 Fri Jan 31 21:54:51 1992  John Gilmore  (gnu at cygnus.com)
19152         * README:  DOC.configure => cfg-paper.texi.
19154 Fri Jan 31 21:48:18 1992  Stu Grossman  (grossman at cygnus.com)
19156         * config.sub (near case $os):  Don't convert newsos* to bsd!
19158 Fri Jan 31 02:27:32 1992  John Gilmore  (gnu at cygnus.com)
19160         * Makefile.in:  Reinstall change from gdb-4.3 that reduces
19161         the number of copies of COPYING that go into the GDB tar file.
19163 Thu Jan 30 16:17:30 1992  Stu Grossman  (grossman at cygnus.com)
19165         * bfd/configure.in, gdb/config/mh-i386sco,
19166         gdb/config/mt-i386v32, gdb/configure.in, readline/configure.in:
19167         Fix SCO configuration stuff.
19169 Tue Jan 28 23:51:07 1992  Per Bothner  (bothner at cygnus.com)
19171         * Makefile.in:  For libg++, make sure the -I pointing
19172         to the gcc directory goes *after* all the libg++-local -I flags.
19173         Also, move just-gcc dependency from just-libg++ to all-libg++.
19175 Tue Jan 28 12:56:24 1992  Stu Grossman  (grossman at cygnus.com)
19177         * configure:  Change -x to -f to keep Ultrix /bin/test happy.
19179 Sat Jan 18 17:45:11 1992  Stu Grossman  (grossman at cygnus.com)
19181         * Makefile.in (make-gdb.tar.Z):  Remove texinfo targets.
19183 Sat Jan 18 17:03:21 1992  Fred Fish  (fnf at cygnus.com)
19185         * config.sub:  Add stratus configuration frags.  Also
19186         submitted to FSF.
19188 Sat Jan 18 15:35:29 1992  Stu Grossman  (grossman at cygnus.com)
19190         * Makefile.in (DEV_SUPPORT):  add configure.man.
19192         * config.sub(Decode manufacturer-specific):  add -none*.
19194 Fri Jan 17 17:58:05 1992  Stu Grossman  (grossman at cygnus.com)
19196         * Makefile.in:  remove form feeds to make Sun's make happy.
19197         (DEVO_SUPPORT):  DOC.configure => cfg-paper.texi.
19199 Sat Jan  4 16:11:44 1992  John Gilmore  (gnu at cygnus.com)
19201         * Makefile.in (AR_FLAGS):  Make quieter.
19203 Thu Jan  2 22:57:12 1992  John Gilmore  (gnu at cygnus.com)
19205         * configure.in:  Add libg++.
19206         * configure:  When verbose, don't output the command line at each
19207         level; it will be unremarkably the same as the previous version,
19208         which will be the same as what the user typed.
19210 Fri Dec 27 16:26:47 1991  K. Richard Pixley  (rich at cygnus.com)
19212         * configure.in, Makefile.in: fix clean-info, add flex.  add
19213           fileutils.
19215         * configure: be less sensitive to spaces in Makefile.in.  Do not
19216           look for sources in "..".  Doing so breaks subdirectories that
19217           might have their own configure.  If a subdir has it's own
19218           configure script, use it.
19220 Thu Dec 26 16:30:26 1991  K. Richard Pixley  (rich at cygnus.com)
19222         * cfg-paper.texi: some changes suggested by rms.
19224 Thu Dec 26 10:13:36 1991  Fred Fish  (fnf at cygnus.com)
19226         * config.sub:  Merge in some small additions from the FSF version,
19227         taken from the gcc distribution, to bring the Cygnus and FSF
19228         versions into closer sync.
19230 Fri Dec 20 11:34:18 1991  Fred Fish  (fnf at cygnus.com)
19232         * configure.in:  Changed svr4 references to sysv4.
19234 Thu Dec 19 15:54:29 1991  K. Richard Pixley  (rich at cygnus.com)
19236         * configure: added -V for version number option.
19238 Wed Dec 18 15:39:34 1991  K. Richard Pixley  (rich at cygnus.com)
19240         * DOC.configure, cfg-paper.texi: revised, updated, and texinfo'd.
19241           renamed from DOC.configure to cfg-paper.texi.
19243 Mon Dec 16 23:05:19 1991  K. Richard Pixley  (rich at rtl.cygnus.com)
19245         * configure, config.subr, config.sub: config.subr is now
19246           config.sub again.
19248 Fri Dec 13 01:17:06 1991  K. Richard Pixley  (rich at cygnus.com)
19250         * configure.texi: new file, in progress.
19252         * Makefile.in: build info file and install the man page for
19253           configure.
19255         * configure.man: new file, first cut.
19257         * configure: find config.subr again now that configuration "none"
19258           has gone.  removed all traces of the -ansi option.  removed all
19259           traces of the -languages option.
19261         * config.subr: resync from rms.
19263 Wed Dec 11 22:25:20 1991  K. Richard Pixley  (rich at rtl.cygnus.com)
19265         * configure, config.sub, config.subr: merge config.sub into
19266           config.subr, call the result config.subr, remove config.sub, use
19267           config.subr.
19269         * Makefile.in: revised install for dir.info.
19271 Tue Dec 10 00:04:35 1991  K. Richard Pixley  (rich at rtl.cygnus.com)
19273         * configure.in: add decstation host makefile frag.
19275         * Makefile.in: BISON now bison -y again.  also install-gcc on
19276           install.  clean-gdbm on clean.  infodir belongs in datadir.
19277           Make directories for info install.  Build dir.info here then
19278           install it.
19280 Mon Dec  9 16:48:33 1991  K. Richard Pixley  (rich at rtl.cygnus.com)
19282         * Makefile.in: fix for bad directory tests.
19284 Sat Dec  7 00:17:01 1991  K. Richard Pixley  (rich at rtl.cygnus.com)
19286         * configure: \{1,2\} appears to be a sysv'ism.  Use a different
19287           regexp.  -srcdir relative was being handled incorrectly.
19289         * Makefile.in: unwrapped some for loops so that parallel makes
19290           work again and so one can focus one's attention on a particular
19291           package.
19293 Fri Dec  6 00:22:08 1991  K. Richard Pixley  (rich at rtl.cygnus.com)
19295         * configure: added PWD as a stand in for `pwd` (for speed). use
19296           elif wherever possible.  make -srcdir work without -objdir.
19297           -objdir= commented out.
19299 Thu Dec  5 22:46:52 1991  K. Richard Pixley  (rich at rtl.cygnus.com)
19301         * configure: +options become --options.  -subdirs commented out.
19302           added -host, -datadir.  Renamed -destdir to -prefix.  Comment in
19303           Makefile now at top of generated Makefile.  Removed cvs log
19304           entries.  added -srcdir.  create .gdbinit only if there is one
19305           in ${srcdir}.
19307         * Makefile.in: idestdir and ddestdir go away.  Added copyrights
19308           and shift gpl to v2.  Added ChangeLog if it didn't exist. docdir
19309           and mandir now keyed off datadir by default.
19311 Fri Nov 22 07:38:11 1991  K. Richard Pixley  (rich at rtl.cygnus.com)
19313         * Freshly created ChangeLog.
19316 Local Variables:
19317 mode: change-log
19318 left-margin: 8
19319 fill-column: 76
19320 version-control: never
19321 End: