syscall: don't define PtraceRegs for Alpha
[official-gcc.git] / ChangeLog
blob47cfa8f69bc8ef9da8c1106693f1ffd11bad7d35
1 2017-06-26  Maxim Ostapenko  <m.ostapenko@samsung.com>
3         * MAINTAINERS: Add myself to Write After Approval
5 2017-06-21  Andrew Jenner  <andrew@codesourcery.com>
7         * MAINTAINERS: Add myself as maintainer for PowerPC SPE port.
9 2017-06-19  Martin Liska  <mliska@suse.cz>
11         * Makefile.def: Define 4 stages PGO bootstrap.
12         * Makefile.tpl: Define FLAGS.
13         * Makefile.in: Regenerate.
15 2017-06-14  Ian Lance Taylor  <iant@golang.org>
17         * Makefile.def: Add check-gotools to go check targets.
18         * Makefile.in: Rebuild.
20 2017-06-12  Segher Boessenkool  <segher@kernel.crashing.org>
22         * config.gcc: Remove rs6000/e500.h from tm_file for all targets.
24 2017-06-03  Eric Botcazou  <ebotcazou@adacore.com>
26         * configure.ac (*-*-linux-android*): Set target_makefile_frag.
27         * configure: Regenerate.
29 2017-05-31  Martin Liska  <mliska@suse.cz>
31         * configure.ac: Add handling of stage2_werror_flags to
32         action-if-given and to action-if-not-given.
33         * configure: Regenerate.
35 2017-05-31  Prakhar Bahuguna  <prakhar.bahuguna@arm.com>
37         * MAINTAINERS: Add self to Write After Approval
39 2017-05-27  Bernd Schmidt  <bschmidt@redhat.com>
41         * MAINTAINERS: Update my email address, and remove myself as
42         maintainer in some areas.
44 2017-05-25  Eric Gallager  <egall@gwmail.gwu.edu>
46         * MAINTAINERS: Add self to Write After Approval
48 2017-05-25  Nathan Sidwell  <nathan@acm.org>
50         * configure.ac: Add --enable-languages=default to mean default and
51         make --enable-languages=all mean all supported languages.
52         * configure: Regenerated.
54 2017-05-24  Segher Boessenkool  <segher@kernel.crashing.org>
56         * config.gcc (powerpc*-*-*spe*): New.
57         (powerpc-*-eabispe*): Use ${cpu_type} instead of hardcoded pathnames.
58         (powerpc-*-rtems*spe*): New.
59         (powerpc*-*-linux*spe*): New.
60         (powerpc-wrs-vxworksspe): New.
61         (powerpc*-*-*, rs6000-*-*): Use ${cpu_type}.
62         (misc flags) [powerpc*-*-*, rs6000-*-*): Use ${cpu_type}.
63         * config.host (powerpc*-*-*spe*): New.
65 2017-05-19  Martin Liska  <mliska@suse.cz>
67         * configure.ac: Add --enable-werror-always just for
68         bootstrap-debug (or none build config) and do not add it
69         when we are on a release branch.
70         * configure: Regenerated.
72 2017-05-18  Sheldon Lobo  <sheldon.lobo@oracle.com>
74         * MAINTAINERS: Add self to Write After Approval
76 2017-05-09  Kaz Kojima  <kkojima@gcc.gnu.org>
78         * MAINTAINERS: Move myself to Write After Approval section.
80 2017-05-09  Claudiu Zissulescu  <claziss@synopsys.com>
82         * config/arc/arc.c (arc_conditional_register_usage): Handle ACCL,
83         ACCH registers.
84         * config/arc/arc.md (mulsidi3): Use advanced mpy instructions when
85         available.
86         (umulsidi3): Likewise.
87         (mulsidi3_700): Disable this pattern when we have advanced mpy
88         instructions.
89         (umulsidi3_700): Likewise.
90         (maddsidi4): New pattern.
91         (macd, mac, mac_r, umaddsidi4, macdu, macu, macu_r): Likewise.
92         (mpyd_arcv2hs, mpyd_imm_arcv2hs, mpydu_arcv2hs): Likewise.
93         (mpydu_imm_arcv2hs): Likewise.
94         * config/arc/predicates.md (accl_operand): New predicate.
96 2017-05-09  Claudiu Zissulescu  <claziss@synopsys.com>
97             Andrew Burgess <andrew.burgess@embecosm.com>
99         * config/arc/arc.c (ARC_AUTOBLINK_IRQ_P): Consider fast interrupts
100         case.
101         (ARC_AUTOFP_IRQ_P): Likewise.
102         (ARC_AUTO_IRQ_P): Likewise.
103         (rgf_banked_register_count): New variable.
104         (parse_mrgf_banked_regs_option): New function.
105         (arc_override_options): Handle rgf_banked_regs option.
106         (arc_handle_interrupt_attribute): Add firq option.
107         (arc_compute_function_type): Return fast irq type when required.
108         (arc_must_save_register): Handle fast interrupts.
109         (arc_expand_prologue): Do not emit dwarf info for fast interrupts.
110         (arc_return_address_regs): Update.
111         * config/arc/arc.h (arc_return_address_regs): Update.
112         (arc_function_type): Add fast interrupt type.
113         (ARC_INTERRUPT_P): Update.
114         (RC_FAST_INTERRUPT_P): Define.
115         * config/arc/arc.md (simple_return): Update for fast interrupts.
116         (p_return_i): Likewise.
117         * config/arc/arc.opt (mrgf-banked-regs): New option.
118         * doc/invoke.texi (mrgf-banked-regs): Document.
120 2017-05-09  Claudiu Zissulescu  <claziss@synopsys.com>
122         * config/arc/arc.c (irq_ctrl_saved): New variable.
123         (ARC_AUTOBLINK_IRQ_P): Define.
124         (ARC_AUTOFP_IRQ_P): Likewise.
125         (ARC_AUTO_IRQ_P): Likewise.
126         (irq_range): New function.
127         (arc_must_save_register): Likewise.
128         (arc_must_save_return_addr): Likewise.
129         (arc_dwarf_emit_irq_save_regs): Likewise.
130         (arc_override_options): Handle deferred options.
131         (MUST_SAVE_REGISTER): Deleted, replaced by arc_must_save_register.
132         (MUST_SAVE_RETURN_ADDR): Deleted, replaced by
133         arc_must_save_return_addr.
134         (arc_compute_frame_size): Handle automated save and restore of
135         registers.
136         (arc_expand_prologue): Likewise.
137         (arc_expand_epilogue): Likewise.
138         * config/arc/arc.md (stack_irq_dwarf): New unspec instruction.
139         * config/arc/arc.opt (mirq-ctrl-saved): New option.
140         * doc/invoke.texi (mirq-ctrl-saved): Document option.
142 2017-04-19  Thomas Koenig  <tkoenig@gcc.gnu.org>
143         Tobias Burnus  <tobias.burnus@physik.fu-berlin.de>
145         PR bootstrap/77661
146         * Makefile.def: Don't pass --enable-maintainer-mode on to an
147         in-tree build MPC.
148         * Makefile.in: Regenerate.
150 2017-03-22  Francois-Xavier Coudert  <fxcoudert@gcc.gnu.org>
152         * configure.ac: Enable LTO by default on darwin >= 9.
153         * configure: Regenerate.
155 2017-03-20  Palmer Dabbelt  <palmer@dabbelt.com>
157         * MAINTAINERS (CPU Port Maintainers): Add Kito Cheng, Palmer Dabbelt,
158         and Andrew Waterman as the RISC-V maintainers.
160 2017-03-18  Nicolas Koenig  <koenigni@gcc.gnu.org>
162         * MAINTAINERS: Add self to Write After Approval
164 2017-03-18  Gerald Pfeifer  <gerald@pfeifer.com>
166         * config.guess: Import latest from upstream.
168 2017-03-18  Gerald Pfeifer  <gerald@pfeifer.com>
170         * MAINTAINERS (Write After Approval): Remove entries that are
171         already covered under Reviewers.
173 2017-03-08  Mark Wielaard  <mark@klomp.org>
175         PR demangler/70909
176         PR demangler/67264
177         * include/demangle.h: Add d_printing to struct demangle_component
178         and pass struct demangle_component as non const.
180 2017-02-26  Gerald Pfeifer  <gerald@pfeifer.com>
182         * MAINTAINERS: Remove Neil Booth as option handling maintainer.
184 2017-02-15  Thomas Schwinge  <thomas@codesourcery.com>
186         * Makefile.tpl: Remove HOST_ISLVER.
187         (HOST_EXPORTS): Remove ISLVER.
188         * Makefile.in: Regenerate.
190 2017-02-13  Richard Biener  <rguenther@suse.de>
192         * configure: Re-generate.
194 2017-02-07  Gerald Pfeifer  <gerald@pfeifer.com>
196         * MAINTAINERS: Adjust bug reporting URL.
198 2017-02-05  Gerald Pfeifer  <gerald@pfeifer.com>
200         * MAINTAINERS (Write After Approval): Remove redundant entry
201         for Andrew Burgess.
203 2017-02-03  John David Anglin  <danglin@gcc.gnu.org>
205         * configure.ac: Add gcc/function-tests.o to compare_exclusions for
206         32-bit hppa*-*-hpux*.
207         * configure: Regenerate.
209 2017-01-27  Pekka Jääskeläinen  <pekka.jaaskelainen@parmance.com>
211         * configure.ac: Moved the white list of enabling BRIG FE to
212         libhsail-rt/configure.tgt.
213         * configure: Regenerated.
214         * MAINTAINERS: Updated maintainers for BRIG FE and libhsail-rt.
216 2017-01-24  Pekka Jääskeläinen  <pekka@parmance.com>
217             Martin Jambor  <mjambor@suse.cz>
219         * Makefile.def (target_modules): Added libhsail-rt.
220         (languages): Added language brig.
221         * Makefile.in: Regenerated.
222         * configure.ac (TOPLEVEL_CONFIGURE_ARGUMENTS): Added
223         tgarget-libhsail-rt.  Make brig unsupported on untested architectures.
224         * configure: Regenerated.
226 2017-01-17  Jakub Jelinek  <jakub@redhat.com>
228         PR other/79046
229         * configure: Regenerated.
231 2017-01-04  Alan Modra  <amodra@gmail.com>
233         * configure: Regenerate.
235 2016-12-29  Ben Elliston  <bje@gnu.org>
237         * config.sub: Import latest version.
239 2016-12-26  Alexander Ivchenko  <alexander.ivchenko@intel.com>
241         * MAINTAINERS (Write After Approval): Add myself.
243 2016-12-21  Jakub Jelinek  <jakub@redhat.com>
245         * configure.ac: Don't bootstrap libmpx unless --with-build-config
246         includes bootstrap-mpx.
247         * configure: Regenerated.
249 2016-12-19  Chenghua Xu  <paul.hua.gm@gmail.com>
251         * MAINTAINERS (Write After Approval): Add myself.
253 2016-12-01  Ma Jiang  <ma.jiang@zte.com.cn>
255         * configure: Regenerate.
257 2016-12-01  Matthias Klose  <doko@ubuntu.com>
259         * configure.ac: Don't use pkg-config to check for bdw-gc.
260         * configure: Regenerate.
262 2016-11-30  Matthias Klose  <doko@ubuntu.com>
264         * Makefile.def: Remove reference to boehm-gc target module.
265         * configure.ac: Include pkg.m4, check for --with-target-bdw-gc
266         options and for the bdw-gc pkg-config module.
267         * configure: Regenerate.
268         * Makefile.in: Regenerate.
270 2016-11-28  Nathan Sidwell  <nathan@acm.org>
272         * MAINTAINERS (nvptx): Remove self.
274 2016-11-25  Ben Elliston  <bje@gnu.org>
276         * config.guess: Import latest version.
277         * config.sub: Likewise.
279 2016-11-18  Toma Tabacu  <toma.tabacu@imgtec.com>
281         * MAINTAINERS (Write After Approval): Add myself.
283 2016-11-15  Matthias Klose  <doko@ubuntu.com>
285         * Makefile.def: Remove references to GCJ.
286         * Makefile.tpl: Likewise.
287         * Makefile.in: Regenerate.
289 2016-11-15  Matthias Klose  <doko@ubuntu.com>
291         * config-ml.in: Remove references to GCJ.
292         * configure.ac: Likewise.
293         * configure: Regenerate.
295 2016-11-01  Josh Conner  <joshconner@google.com>
297         * MAINTAINERS (Write After Approval): Update email address,
299 2016-10-27  Carl Love  <cel@us.ibm.com>
301         * MAINTAINERS (Write After Approval): Fix my entry in the Write After
302         Approval list to make it alphabetical.
304 2016-10-27  Carl Love  <cel@us.ibm.com>
306         * MAINTAINERS (Write After Approval): Add myself.
308 2016-10-27  Andrew Burgess  <andrew.burgess@embecosm.com>
310         * MAINTAINERS (Reviewers): Add myself.
311         (Write After Approval): Add myself.
313 2016-10-21  Hartmut Penner  <hepenner@us.ibm.com>
314             Ulrich Weigand  <uweigand@de.ibm.com>
316         * MAINTAINERS: Update email address.
318 2016-10-10  Nathan Sidwell  <nathan@acm.org>
320         * MAINTAINERS: Update email address.
322 2016-10-10  Andreas Tobler <andreast@gcc.gnu.org>
324         * configure.ac: Add aarch64-*-freebsd*.
325         * configure: Regenerate.
327 2016-10-05  Steve Ellcey  <sellcey@caviumnetworks.com>
329         * MAINTAINERS: Update email address after it got reverted.
331 2016-10-04  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
333         * configure.ac (target_libraries): Readd target-boehm-gc.
334         Restore --enable-objc-gc handling.
335         * configure: Regenerate.
337 2015-10-03  Jeff Law  <law@redhat.com>
339         * MAINTAINERS: Move several inactive maintainers to the
340         write-after-approval section.
342 2016-09-30  Jakub Jelinek  <jakub@redhat.com>
344         * configure.ac: Add target-libffi to target_libraries.
345         Readd libgcj target disablings, modified to only target-libffi.
346         Readd target addition of go to unsupported languages.
347         * configure: Regenerated.
349 2016-09-30  Steve Ellcey  <sellcey@caviumnetworks.com>
351         * MAINTAINERS: Update email address.
353 2016-09-30  Andrew Haley  <aph@redhat.com>
355         * MAINTAINERS: Remove Per Bothner, Andrew Haley, and Tom Tromey from
356         write-after approval.  Remove Tom Tromey and Bryce McKinlay from
357         libgcj.
359 2016-09-30  Andrew Haley  <aph@redhat.com>
361         * MAINTAINERS: Move Per Bothner, Andrew Haley, and Tom Tromey to
362         write-after approval after GCJ deletion.
364 2016-09-30  Andrew Haley  <aph@redhat.com>
366         * Makefile.def: Remove libjava.
367         * Makefile.tpl: Likewise.
368         * Makefile.in: Regenerate.
369         * configure.ac: Likewise.
370         * configure: Likewise.
371         * gcc/java: Remove.
372         * libjava: Likewise.
374 2016-09-28  Claudiu Zissulescu  <claziss@synopsys.com>
376         * MAINTAINERS (Reviewers): Add myself.
378 2016-09-26  Anton Kolesov  <Anton.Kolesov@synopsys.com>
380         * configure.ac: Disable "sim" directory for arc*-*-*.
381         * configure: Regenerated.
383 2016-09-23  Tamar Christina <tamar.christina@arm.com>
385         * MAINTAINERS (Write After Approval): Add myself.
387 2016-09-12  Maciej W. Rozycki  <macro@imgtec.com>
389         * configure.ac: Check for the minimum in-tree MPFR version
390         handled.
391         * configure: Regenerate.
393 2016-07-20  Yan-Ting Lin  <currygt52@gmail.com>
395         * configure.ac (nds32*-*-*): Remove entry to enable gdb.
396         * configure: Regenerated.
398 2016-07-19  Fritz Reese  <fritzoreese@gmail.com>
400         * MAINTAINERS (Write After Approval): Add myself.
402 2016-06-23  Andi Kleen  <ak@linux.intel.com>
404         * Makefile.def: Add autoprofiledbootstrap.
405         * Makefile.tpl: Dito.
406         * Makefile.in: Regenerate.
408 2016-06-23  Jakub Sejdak  <jakub.sejdak@phoesys.com>
410     * configure.ac: Disable libgcj and libgloss for Phoenix-RTOS targets.
411     * configure: Regenerate.
413 2016-06-21  Trevor Saunders  <tbsaunde+gcc@tbsaunde.org>
415         * configure: Regenerate.
416         * configure.ac: Remove support for avr-rtems.
418 2016-06-18  Senthil Kumar Selvaraj  <senthil_kumar.selvaraj@atmel.com>
420         * MAINTAINERS (Write After Approval): Add myself.
422 2016-06-16  Michael Collison  <michael.collison@arm.com>
424         * MAINTAINERS (Write After Approval): Add myself.
426 2016-06-14  Mikael Morin  <mikael@gcc.gnu.org>
428         * MAINTAINERS (Write After Approval): Update e-mail address.
430 2016-06-03  Jose E. Marchesi  <jose.marchesi@oracle.com>
432         * MAINTAINERS (Write After Approval): Add myself.
434 2016-05-28  Alan Modra  <amodra@gmail.com>
436         * Makefile.tpl (configure): Depend on m4 files included.
437         * Makefile.in: Regenerate.
439 2016-05-20  Bill Seurer  <seurer@linux.vnet.ibm.com>
441         * config/rs6000/rs6000-c.c (altivec_resolve_overloaded_builtin): Fix
442         code formatting in ALTIVEC_BUILTIN_VEC_ADDE section.
444 2016-05-20  Bill Seurer  <seurer@linux.vnet.ibm.com>
446         * config/rs6000/rs6000-builtin.def (vec_addec): Change vec_addec to a
447         special case builtin.
448         * config/rs6000/rs6000-c.c (altivec_resolve_overloaded_builtin): Add
449         support for ALTIVEC_BUILTIN_VEC_ADDEC.
450         * config/rs6000/rs6000.c (altivec_init_builtins): Add definition
451         for __builtin_vec_addec.
453 2016-05-16  Jakub Sejdak  <jakub.sejdak@phoesys.com>
455         * config.guess: Import version 2016-04-02 (newest).
456         * config.sub: Import version 2016-05-10 (newest).
458 2016-05-16  Anton Kolesov  <anton.kolesov@synopsys.com>
460         * configure.ac: Add ARC support to libgloss.
461         * configure: Regenerate
463 2016-05-09  Aaron Sawdey  <acsawdey@linux.vnet.ibm.com>
465         * MAINTAINERS (Write After Approval): Add myself.
467 2016-05-02  Bernd Edlinger  <bernd.edlinger@hotmail.de>
469         * configure.ac (mpfr): Remove pre-3.1.0 mpfr compatibility code.
470         * configure: Regenerated.
471         * Makefile.def (gmp): Explicitly disable assembler.
472         (mpfr): Adjust lib_path.
473         (mpc): Likewise.
474         * Makefile.in: Regenerated.
476 2016-05-01  Jakub Jelinek  <jakub@redhat.com>
478         PR bootstrap/70704
479         * configure.ac (--enable-stage1-checking): Add missing
480         --enable-checking=.
481         * configure: Regenerated.
483 2016-04-30  Oleg Endo  <olegendo@gcc.gnu.org>
485         * config.guess: Revert r235676.
486         * config.sub: Revert r235676.
488 2016-04-30  Oleg Endo  <olegendo@gcc.gnu.org>
490         * config.guess: Remove SH5 support.
491         * config.sub: Likewise.
492         * configure: Likewise.
493         * configure.ac: Likewise.
495 2016-04-26  Jakub Jelinek  <jakub@redhat.com>
497         PR bootstrap/70704
498         * configure.ac (--enable-stage1-checking): For --disable-checking or
499         implicit --enable-checking, make sure extra flag matches in between
500         stage1 and later checking.
501         * configure: Regenerated.
503 2016-04-22  Trevor Saunders  <tbsaunde+gcc@tbsaunde.org>
505         * .gitattributes: New file.
507 2016-04-22  Segher Boessenkool  <segher@kernel.crashing.org>
509         * MAINTAINERS (rs6000/powerpc port): Add myself.
511 2016-04-13  Segher Boessenkool  <segher@kernel.crashing.org>
513         PR bootstrap/70173
514         * Makefile.tpl (local-distclean): Delete the libcc1, gnattools,
515         and gotools directories.  Delete the stage_final file.
516         * Makefile.in: Regenerate.
518 2016-04-12  Andre Vieira  <andre.simoesdiasvieira@arm.com>
520         * MAINTAINERS (Write After Approval): Add myself.
522 2016-04-09  Steven G. Kargl  <kargl@gcc.gnu.org>
524         * MAINTAINERS (Fortran maintainer): Remove myself.
526 2016-04-04  Bill Seurer  <seurer@linux.vnet.ibm.com>
528         * MAINTAINERS (Write After Approval): Add myself.
530 2016-03-29  Kelvin Nilsen  <kdnilsen@linux.vnet.ibm.com>
532         * MAINTAINERS (Write After Approval): Add myself.
534 2016-03-17  Cary Coutant  <ccoutant@gmail.com>
536         Sync with binutils-gdb:
538         2016-03-17  Cary Coutant  <ccoutant@gmail.com>
540         * configure.ac: Add mips and s390 to the gold target check.
541         * configure: Regenerate.
543 2016-03-01  DJ Delorie  <dj@redhat.com>
545         * MAINTAINERS (mep): Remove myself as MeP maintainer.
547 2016-02-22  David Malcolm  <dmalcolm@redhat.com>
549         * MAINTAINERS (libcpp): Add myself.
550         (diagnostic messages): Likewise.
552 2016-02-20  Tom de Vries  <tom@codesourcery.com>
554         * MAINTAINERS: Fix whitespace.
556 2016-02-02  Claudiu Zissulescu  <claziss@synopsys.com>
558         * MAINTAINERS (Write After Approval): Add myself.
560 2016-01-29  Sebastian Pop  <s.pop@samsung.com>
562         * config/isl.m4: Add comments about isl-0.16.
563         * configure: Regenerate.
565 2016-01-29  Martin Jambor  <mjambor@suse.cz>
567         * MAINTAINERS (hsa maintainers): Add myself.
569 2015-01-27  Wilco Dijkstra  <wdijkstr@arm.com>
571         * MAINTAINERS: (Write After Approval): Add myself.
573 2016-01-25  Aditya Kumar  <aditya.k7@samsung.com>
574             Sebastian Pop  <s.pop@samsung.com>
576         * Makefile.in: Regenerate.
577         * Makefile.tpl: Export ISLVER.
578         * configure: Regenerate.
579         * config/isl.m4: Detect isl-0.15.
581 2016-01-24  Mikhail Maltsev  <maltsevm@gmail.com>
583         PR bootstrap/69329
584         * Makefile.tpl (BASE_FLAGS_TO_PASS): Add LSAN_OPTIONS.
585         * Makefile.in: Regenerate.
587 2016-01-12  Andris Pavenis  <andris.pavenis@iki.fi>
589         * configure.ac: Enable LTO for DJGPP
590         * configure: Regenerate
592 2016-01-12  H.J. Lu  <hongjiu.lu@intel.com>
594         Sync with binutils-gdb:
595         2015-10-21  Nick Clifton  <nickc@redhat.com>
597         PR gas/19109
598         * configure.ac: Note the 'none' is an acceptable argument to
599         --enable-compressed-debug-sections.
600         * configure: Regenerate.
602 2016-01-12  Bernd Edlinger  <bernd.edlinger@hotmail.de>
604         PR bootstrap/69134
605         * Makefile.def (mpfr): Disable assembler.
606         * Makefile.in: Regenerate.
608 2016-01-01  Ben Elliston  <bje@gnu.org>
610         * config.guess: Import version 2016-01-01.
611         * config.sub: Likewise.
613 2015-12-18  Sujoy Saraswati  <sujoy.saraswati@hpe.com>
615         * MAINTAINERS (Write After Approval): Add myself.
617 2015-12-17  Sebastian Pop  <s.pop@samsung.com>
619         * Makefile.in: Replace ISL with isl.
620         * Makefile.tpl: Same.
621         * config/isl.m4: Same.
622         * configure.ac: Same.
623         * contrib/download_prerequisites: Same.
624         * configure: Regenerate.
626 2015-12-17  Andris Pavenis  <andris.pavenis@iki.fi>
628         * MAINTAINERS (Write After Approval): Add Myself.
630 2015-12-17  Nathan Sidwell  <nathan@acm.org>
632         * config/isl.m4 (ISL_CHECK_VERSION): Add gmp libs.
633         * configure: Regenerate.
635 2015-12-16  Aditya Kumar  <aditya.k7@samsung.com>
636             Sebastian Pop  <s.pop@samsung.com>
638         * config/isl.m4 (ISL_CHECK_VERSION): Check for
639         isl_ctx_get_max_operations.
640         * configure: Regenerate.
642 2015-12-15  Alessandro Fanfarillo  <fanfarillo.gcc@gmail.com>
644         * MAINTAINERS (Write After Approval): Add myself.
646 2015-12-02  Ian Lance Taylor  <iant@google.com>
648         PR go/66147
649         * Makefile.tpl (HOST_EXPORTS): Add XGCC_FLAGS_FOR_TARGET.
650         * Makefile.in: Regenerate.
652 2015-12-01  Andreas Tobler  <andreast@gcc.gnu.org>
654         PR libffi/65726
655         * Makefile.def (lang_env_dependencies): Make libffi depend
656         on cxx.
657         * Makefile.in: Regenerate.
659 2015-11-26  David Edelsohn  <dje.gcc@gmail.com>
661         * m4/libtool.m4 (export_symbols_cmds) [AIX]: Add global TLS "L"
662         symbols.
664 2015-11-20  Tristan Gingold  <gingold@adacore.com>
666         Sync with binutils-gdb:
667         2015-11-20  Tristan Gingold  <gingold@adacore.com>
669         * configure.ac: Add aarch64-*-darwin* and arm-*-darwin*.
670         * configure: Regenerate.
672 2015-11-19  Martin Liska  <mliska@suse.cz>
674         * .gitignore: Add .clang-format to ignored files.
675         * Makefile.in: Add clang-format.
676         * Makefile.tpl: Likewise.
678 2015-11-13  Tsvetkova Alexandra  <aleksandra.tsvetkova@intel.com>
680         * configure.ac: Enable libmpx by default.
681         * configure: Regenerated.
683 2015-10-23  Steve Ellcey  <sellcey@imgtec.com>
685         * MAINTAINERS: Update email address.
687 2015-10-23  Paulo Matos  <pmatos@linki.tools>
689         * MAINTAINERS: Update email address.
691 2015-10-23  Alan Hayward <alan.hayward@arm.com>
693         * MAINTAINERS  (Write After Approval): Add myself.
695 2015-10-20  H.J. Lu  <hongjiu.lu@intel.com>
697         Sync with binutils-gdb:
698         2015-10-20  H.J. Lu  <hongjiu.lu@intel.com>
700         PR gas/19109
701         * configure.ac: Add
702         --enable-compressed-debug-sections={all,gas,gold,ld}.
703         * configure: Regenerated.
705 2015-10-16  Arnaud Charlet  <charlet@adacore.com>
707         * MAINTAINERS: Update list of Ada maintainers and email addresses.
709 2015-10-09  Martin Liska  <mliska@suse.cz>
711         * MAINTAINERS (Write After Approval): Add myself.
713 2015-10-09  Alexander Fomin <alexander.fomin@intel.com>
715         * MAINTAINERS (Write After Approval): Add myself.
717 2015-10-02  Florian Weimer  <fweimer@redhat.com>
719         * MAINTAINERS: Update email address.
721 2015-10-02  Louis Krupp <louis.krupp@zoho.com>
723         * MAINTAINERS  (Write After Approval): Add myself.
725 2015-09-20  Kai Tietz  <ktietz70@googlemail.com>
727         * MAINTAINERS: Update email.
729 2015-09-14  Bernd Schmidt  <bschmidt@redhat.com>
731         * MAINTAINERS: Update my email address.
733 2015-09-01  James Bowman  <james.bowman@ftdichip.com>
735         * MAINTAINERS (ft32 port): Add myself.
737 2015-08-28  David Sherwood  <david.sherwood@arm.com>
739         * MAINTAINERS: Add myself.
741 2015-08-27  Patrick Marlier  <patrick.marlier@gmail.com>
743         * MAINTAINERS (Write After Approval): Add myself.
745 2015-08-23  Francois-Xavier Coudert  <fxcoudert@gcc.gnu.org>
747         PR libfortran/54572
748         * Makefile.def: Make libgfortran depend on libbacktrace.
749         * Makefile.in: Regenerate.
751 2015-08-20  Simon Dardis  <simon.dardis@imgtec.com>
753         * MAINTAINERS (Write After Approval): Add myself.
755 2015-08-12  Tom de Vries  <tom@codesourcery.com>
757         PR other/67092
758         * configure.ac: Remove --with_host_libstdcxx support.
759         * configure: Regenerate.
761 2015-08-10  Thomas Schwinge  <thomas@codesourcery.com>
762             Jakub Jelinek  <jakub@redhat.com>
764         * configure.ac (noconfigdirs): Don't add "target-libgomp" for target
765         nvptx*-*-*.
766         * configure: Regenerate.
768 2015-08-06  Yaakov Selkowitz  <yselkowi@redhat.com>
770         * Makefile.def (libiconv): Define bootstrap=true.
771         Mark pdf/html/info as missing.
772         (configure-gcc): Depend on all-libiconv.
773         (all-gcc): Ditto.
774         (configure-libcpp): Ditto.
775         (all-libcpp): Ditto.
776         (configure-intl): Ditto.
777         (all-intl): Ditto.
778         * Makefile.in: Regenerate.
780 2015-08-03  Bin Cheng  <bin.cheng@arm.com>
782         * MAINTAINERS (loop ivopts): Add the entry and myself.
784 2015-07-31  Nathan Sidwell  <nathan@codesourcery.com>
786         * MAINTAINERS (nvptx): Add self.
788 2015-07-29  Alan Lawrence  <alan.lawrence@arm.com>
790         * config/aarch64/iterators.md (VRL2, VRL3, VRL4): Remove values for
791         128-bit vector modes.
793 2015-07-29  Ville Voutilainen  <ville.voutilainen@gmail.com>
795         * MAINTAINERS (Write After Approval): Add myself.
797 2015-07-28  Ben Elliston  <bje@gnu.org>
799         * config.sub, config.guess: Import from upstream.
801 2015-07-24  Michael Darling  <darlingm@gmail.com>
803         PR other/66259
804         * config-ml.in: Reflects renaming of configure.in to configure.ac
805         * configure: Likewise
806         * configure.ac: Likewise
808 2015-07-23  Bernd Schmidt  <bernds_cb1@t-online.de>
810         * MAINTAINERS: Update my email address.
812 2015-07-14  H.J. Lu  <hongjiu.lu@intel.com>
814         Sync with binutils-gdb:
815         2015-03-17  H.J. Lu  <hongjiu.lu@intel.com>
817         * configure.ac (target_configdirs): Exclude target-zlib if
818         target-libjava isn't built.
819         * configure: Regenerated.
821 2015-07-14  H.J. Lu  <hongjiu.lu@intel.com>
823         Sync with binutils-gdb:
824         2015-05-13  John David Anglin  <dave.anglin@bell.net>
826         * configure.ac: Disable configuration of GDB for HPUX targets.
827         * configure: Regenerate.
829         2015-04-01  H.J. Lu  <hongjiu.lu@intel.com>
831         * configure.ac: Add --with-system-zlib.
832         * configure: Regenerated.
834         2015-01-28  James Bowman  <james.bowman@ftdichip.com>
836         * configure.ac: Add FT32 support.
837         * configure: Regenerate.
839         2015-01-12  Anthony Green  <green@moxielogic.com>
841         * configure.ac: Don't disable gprof for moxie.
842         * configure: Rebuild.
844 2015-07-14  H.J. Lu  <hongjiu.lu@intel.com>
846         Sync with binutils-gdb:
847         2015-05-01  H.J. Lu  <hongjiu.lu@intel.com>
849         PR ld/18355
850         * Makefile.def: Add extra_configure_flags to host zlib.
851         * configure.ac (extra_host_zlib_configure_flags): New.  Set
852         to --enable-host-shared When bfd is to be built as shared
853         library.  AC_SUBST.
854         * Makefile.in: Regenerated.
856 2015-07-14  Hans-Peter Nilsson  <hp@bitrange.com>
858         Sync with src:
859         2015-03-30  H.J. Lu  <hongjiu.lu@intel.com>
860         * Makefile.def (dependencies): Add all-zlib to all-bfd.
861         * Makefile.in: Regenerated.
863 2015-06-30  H.J. Lu  <hongjiu.lu@intel.com>
865         * configure.ac (ospace_frag): Enable for i?86*-*-elfiamcu
866         target.
867         * configure: Regenerate.
869 2015-06-23  Ludovic Courtès  <ludo@gnu.org>
871         * MAINTAINERS (Write After Approval): Add myself.
873 2015-06-22  Andreas Tobler  <andreast@gcc.gnu.org>
875         * MAINTAINERS (OS Port Maintainers): Add myself.
876         (Various Maintainers): Remove myself from libffi testsuite.
878 2015-06-04  Richard Sandiford  <richard.sandiford@arm.com>
880         * MAINTAINERS (gen* on machine desc): Add self.
882 2015-06-02  Jason Merrill  <jason@redhat.com>
884         PR bootstrap/66319
885         * configure.ac: Use -std=gnu++98.
887 2015-06-02  Szabolcs Nagy  <szabolcs.nagy@arm.com>
889         * MAINTAINERS (Write After Approval): Add myself.
891 2015-05-28  Mike Frysinger  <vapier@gentoo.org>
893         * configure.ac (--vtable-verify): Use AS_HELP_STRING for help.
894         * configure: Regenerate.
896 2015-05-26  Jason Merrill  <jason@redhat.com>
898         * configure.ac: When bootstrapping with GCC, add -std=c++98 to CXX.
899         * configure: Regenerate.
901 2015-05-16  James Bowman  <james.bowman@ftdichip.com>
903         * configure.ac: FT32 target added.
904         * configure: Regenerated.
906 2015-05-16  Iain Buclaw  <ibuclaw@gdcproject.org>
908         * MAINTAINERS (Write After Approval): Add myself.
910 2015-05-11  Paulo Matos  <paulo@matos-sorge.com>
912         * MAINTAINERS (Write After Approval): Add myself.
914 2015-05-11  Paulo Matos  <paulo@matos-sorge.com>
916         * configure.ac: Fix typo.
917         * configure: Regenerate.
919 2015-05-10  Mikhail Maltsev  <maltsevm@gmail.com>
921         * MAINTAINERS (Write After Approval): Add myself.
923 2015-05-03  Matthias Klose  <doko@ubuntu.com>
925         * configure.ac: Match $host configured with triplets.
926         * configure: Regenerate.
928 2015-04-22  Bernhard Reutner-Fischer  <aldot@gcc.gnu.org>
930         * Makefile.tpl: Remove surplus whitespace throughout.
931         * Makefile.in: Regenerate.
933 2015-04-20  Segher Boessenkool  <segher@kernel.crashing.org>
935         * MAINTAINERS (Various Maintainers): Add myself as instruction
936         combiner maintainer.
938 2015-04-17  Jakub Jelinek  <jakub@redhat.com>
940         PR bootstrap/62077
941         * configure.ac (--enable-stage1-checking): Default to
942         release,misc,gimple,rtlflag,tree,types if --disable-checking
943         or --enable-checking is not specified and DEV-PHASE is not
944         experimental.
945         * configure: Regenerated.
947 2015-04-14  Max Ostapenko  <m.ostapenko@partner.samsung.com>
949         * Makefile.tpl (EXTRA_HOST_EXPORTS): New variables.
950         (EXTRA_BOOTSTRAP_FLAGS): Likewise.
951         (check-[+module+]): Add EXTRA_HOST_EXPORTS and EXTRA_BOOTSTRAP_FLAGS.
952         * Makefile.in: Regenerate.
954 2015-04-08  Cary Coutant  <ccoutant@gmail.com>
956         * MAINTAINERS: Update my email address.
958 2015-04-02  James Greenhalgh  <james.greenhalgh@arm.com>
960         * MAINTAINERS: Add myself as a reviewer for the AArch64 port.
962 2015-04-02  Kyrylo Tkachov  <kyrylo.tkachov@arm.com>
964         * MAINTAINERS: Add myself as an arm port reviewer.
966 2015-03-25  Martin Liska  <mliska@suse.cz>
967             Yury Gribov  <y.gribov@samsung.com>
969         * Makefile.in: Fix ln source location for vimrc file.
970         * Makefile.tpl: Likewise.
972 2015-03-09  Aldy Hernandez  <aldyh@redhat.com>
974         PR bootstrap/25672
975         * configure.ac: Do not initialize CFLAGS_FOR_TARGET from CFLAGS if
976         cross-compiling.  Similarly for CXX_FOR_TARGET.
977         * configure: Regenerate.
979 2015-03-10  Ilya Enkovich  <ilya.enkovich@intel.com>
981         * Makefile.def: Add libmpx.
982         * configure.ac: Add libmpx.
983         * Makefile.in: Regenerate.
984         * configure: Regenerate.
986 2015-03-06  Kirill Yukhin  <kirill.yukhin@intel.com>
988         * MAINTAINERS (CPU Port Maintainers): Add myself
989         i386 vector ISA extns mantainer.
991 2015-03-13  Jeff Law  <law@redhat.com>
993         * MAINTAINERS: Remove Paul Brook as a Fortran and ARM
994         maintainer.
995         Remove Richard Henderson as a maintainer for the x86 port.
997 2015-03-03  Joern Rennecke  <gnu@amylaar.uk>
999         * MAINTAINERS (CPU Port Maintainers): Update my email address.
1001 2015-03-02  Ilya Enkovich  <ilya.enkovich@intel.com>
1003         * MAINTAINERS (Various Maintainers): Add myself as libmpx,
1004         pointer bounds checker and i386 MPX maintainer.
1006 2015-02-26  Sandra Loosemore  <sandra@codesourcery.com>
1008         * MAINTAINERS (Various Maintainers): Add self as docs co-maintainer.
1010 2015-02-26  Martin Sebor  <msebor@redhat.com>
1012         * MAINTAINERS (Various Maintainers): Add self.
1014 2015-02-20  Thomas Schwinge  <thomas@codesourcery.com>
1016         * configure.ac [--enable-as-accelerator-for] (enable_languages):
1017         Make sure it contains lto.
1018         * configure: Regenerate.
1020 2015-02-18  Thomas Schwinge  <thomas@codesourcery.com>
1022         * configure: Regenerate.
1024 2015-02-06  Diego Novillo  <dnovillo@google.com>
1026         * MAINTAINERS (Global Reviewers, Plugin, LTO, tree-ssa,
1027         middle-end, docstring): Remove myself.
1028         (Write After Approval): Add myself.
1030 2015-02-02  Janis Johnson  <janis.marie.johnson@gmail.com>
1032         * MAINTAINERS (Various Maintainers: testsuite): Remove myself.
1033         (Write After Approval): Update address.
1035 2015-01-29  David Malcolm  <dmalcolm@redhat.com>
1037         PR jit/64780
1038         * configure.ac: Require the user to explicitly specify
1039         --enable-host-shared if the jit is enabled.
1040         * configure: Regenerate.
1042 2015-01-27  Robert Suchanek  <robert.suchanek@imgtec.com>
1044         * MAINTAINERS (Write After Approval): Add myself.
1046 2015-01-25  Tom de Vries  <tom@codesourcery.com>
1048         * MAINTAINERS: Make whitespace consistent.
1050 2015-01-23  Braden Obrzut  <admin@maniacsvault.net>
1052         * MAINTAINERS (Write After Approval): Add myself.
1054 2015-01-20  Andre Vehreschild  <vehre@gmx.de>
1056         * MAINTAINERS: (Write After Approval): Add myself.
1058 2015-01-15  Martin Uecker  <uecker@eecs.berkeley.edu>
1060         * MAINTAINERS: (Write After Approval): Add myself.
1062 2015-01-15  Philipp Tomsich  <ptomsich@theobroma-systems.com>
1064         * MAINTAINERS: (Write After Approval): Add myself.
1066 2015-01-13  Iain Sandoe  <iain@codesourcery.com>
1068         * MAINTAINERS (Language Front Ends Maintainers): Add myself as an
1069         objective-c/c++ front end maintainer.
1071 2015-01-13  Marek Polacek  <polacek@redhat.com>
1073         * MAINTAINERS (Reviewers): Add self as C front end reviewer.
1075 2015-01-12  Jeff Law  <law@redhat.com>
1077         * MAINTAINERS: Remove Stan Shebs as he has been inactive for
1078         a very long time.
1080 2015-01-09  Ian Lance Taylor  <iant@google.com>
1082         * configure.ac (host_tools): Add gotools.
1083         * Makefile.def (host_modules): Add gotools.
1084         (dependencies): Add dependency of all-gotools on all-target-libgo.
1086 2015-01-09  Andreas Tobler  <andreast@gcc.gnu.org>
1088         * configure.ac: Don't add ${libgcj} for arm*-*-freebsd*.
1089         * configure: Regenerate.
1091 2015-01-08  Thomas Schwinge  <thomas@codesourcery.com>
1093         * Makefile.def (dependencies) <all-target-liboffloadmic>: Depend on
1094         all-target-libgomp.
1095         * Makefile.in: Regenerate.
1097 2015-01-06  Eric Botcazou  <ebotcazou@adacore.com>
1099         * MAINTAINERS (CPU Port Maintainers): Add myself for Visium port.
1101 2015-01-06  Eric Botcazou  <ebotcazou@adacore.com>
1103         * configure.ac: Add Visium support.
1104         * configure: Regenerate.
1106 2015-01-04  Andreas Schwab  <schwab@linux-m68k.org>
1108         * configure.ac: Use OBJCOPY for OBJCOPY_FOR_TARGET.
1109         * configure: Regenerate.
1111 2015-01-03  Andrew Pinski  <apinski@cavium.com>
1113         * Makefile.def (flags_to_pass): Pass OBJCOPY_FOR_TARGET also.
1114         * Makefile.tpl (HOST_EXPORTS): Add OBJCOPY_FOR_TARGET.
1115         (BASE_TARGET_EXPORTS): Add OBJCOPY.
1116         (OBJCOPY_FOR_TARGET): New variable.
1117         (EXTRA_TARGET_FLAGS): Add OBJCOPY.
1118         * Makefile.in: Regenerate.
1119         * configure.ac: Check for already installed target objcopy.
1120         Also GCC_TARGET_TOOL on objcopy.
1121         * configure: Regenerate.
1123 2015-01-02  Hans-Peter Nilsson  <hp@bitrange.com>
1125         * config.sub: Update from upstream, to 2015-01-01 version.
1126         * config.guess: Ditto.
1128 2014-12-22  Sebastian Huber  <sebastian.huber@embedded-brains.de>
1130         * MAINTAINERS (RTEMS Ports): Add myself.
1132 2014-12-17  Pierre-Marie de Rodat  <derodat@adacore.com>
1134         * MAINTAINERS (Write After Approval): Add myself.
1136 2014-12-16  Michael Haubenwallner <michael.haubenwallner@ssi-schaefer.com>
1138         * MAINTAINERS (Write After Approval): Add myself.
1140 2014-12-15  Thomas Schwinge  <thomas@codesourcery.com>
1142         * configure.ac (--enable-as-accelerator-for): Don't set
1143         ENABLE_AS_ACCELERATOR_FOR.  Update all users.
1144         * configure: Regenerate.
1146 2014-12-13  Jakub Jelinek  <jakub@redhat.com>
1148         PR bootstrap/64023
1149         * Makefile.tpl (EXTRA_TARGET_FLAGS): Set STAGE1_LDFLAGS
1150         to POSTSTAGE1_LDFLAGS and STAGE1_LIBS to POSTSTAGE1_LIBS.
1151         Add -B to libstdc++-v3/src/.libs and libstdc++-v3/libsupc++/.libs
1152         to CXX.
1153         * Makefile.in: Regenerated.
1155 2014-12-09  Laurynas Biveinis  <laurynas.biveinis@gmail.com>
1156             Yury Gribov  <y.gribov@samsung.com>
1158         * .gitignore: Added .local.vimrc and .lvimrc.
1159         * Makefile.tpl (vimrc, .lvimrc, .local.vimrc): New targets.
1160         * Makefile.in: Regenerate.
1162 2014-12-04  Jack Howarth  <howarth@bromo.med.uc.edu>
1164         * config/isl.m4: Don't pass -DCLOOG_INT_GMP on islinc.
1165         * configure: Regenerated.
1167 2014-11-27  Bernd Schmidt  <bernds@codesourcery.com>
1169         * MAINTAINERS (nvptx port): New entry.
1171 2014-11-26  Jan-benedict Glaw  <jbglaw@lug-owl.de>
1173         * configure: Regenerate.
1175 2014-11-26  Jan-Benedict Glaw  <jbglaw@lug-owl.de>
1177         * configure.ac: Merge with Binutils.
1179 2014-11-26  Tobias Burnus  <burnus@net-b.de>
1181         * Makefile.def: Make more dependent on mpfr, mpc and isl.
1182         * Makefile.in: Regenerate.
1184 2014-11-24  Bernd Edlinger  <bernd.edlinger@hotmail.de>
1186         * Makefile.def (module=gmp): Work around in-tree gmp configure bug with
1187         missing flex.
1188         * Makefile.in: Regenerated.
1190 2014-11-21  Ilya Verbin  <ilya.verbin@intel.com>
1192         * Makefile.in: Regenerate.
1194 2014-11-21  Markus Trippelsdorf  <markus@trippelsdorf.de>
1196         PR bootstrap/63784
1197         * libtool.m4: Add $pic_flag with -shared.
1199 2014-11-21  Renlin Li  <Renlin.Li@arm.com>
1201         * MAINTAINERS (Write After Approval): Added myself.
1203 2014-11-21  Alex Velenko  <Alex.Velenko@arm.com>
1205         * MAINTAINERS (write-after-approval): Add myself.
1207 2014-11-19  Maxim Kuvyrkov  <maxim.kuvyrkov@linaro.org>
1209         * MAINTAINERS (OS Port Maintainers): Add overdue maintainership note
1210         from 2 years ago.
1212 2014-11-19  Alex Velenko  <Alex.Velenko@arm.com>
1214         Revert:
1215         2014-11-19  Alex Velenko  <Alex.Velenko@arm.com>
1217         * MAINTAINERS (Write After Approval): Added myself as line map
1218         maintainer.
1220 2014-11-19  Renlin Li  <Renlin.Li@arm.com>
1222         Revert:
1223         2014-11-19  Renlin Li  <Renlin.Li@arm.com>
1225         * MAINTAINERS (Write After Approval): Added myself.
1227 2014-11-19  Renlin Li  <Renlin.Li@arm.com>
1229         * MAINTAINERS (Write After Approval): Added myself.
1231 2014-11-19  Alex Velenko  <Alex.Velenko@arm.com>
1233         * MAINTAINERS (Write After Approval): Added myself as line map
1234         maintainer.
1236 2014-11-17  Dodji Seketeli  <dodji@redhat.com>
1238         * MAINTAINERS (Various Maintainers): Added myself as line map
1239         maintainer.
1241 2014-11-16  Jan-Benedict Glaw  <jbglaw@lug-owl.de>
1243         * move-if-change: Sync from upstream gnulib.
1245 2014-11-16  Jan-Benedict Glaw  <jbglaw@lug-owl.de>
1247         * compile: Sync with upstream Automake.
1248         * depcomp: Ditto.
1249         * install-sh: Ditto.
1250         * missing: Ditto.
1251         * mkinstalldirs: Ditto.
1252         * ylwrap: Ditto.
1254 2014-11-16  Jan-Benedict Glaw  <jbglaw@lug-owl.de>
1256         * config.sub: Update from upstream config repo.
1257         * config.guess: Ditto.
1259 2014-11-13  Kirill Yukhin  <kirill.yukhin@intel.com>
1261         * Makefile.def: Add liboffloadmic to target_modules.  Make
1262         liboffloadmic depend on libgomp's configure, libstdc++ and libgcc.
1263         * Makefile.in: Regenerate.
1264         * configure: Regenerate.
1265         * configure.ac: Add liboffloadmic to target binaries.
1266         Restrict liboffloadmic for POSIX and i*86, and x86_64 architectures.
1267         Add liboffloadmic to noconfig list when C++ is not supported.
1269 2014-11-13  Bernd Schmidt  <bernds@codesourcery.com>
1270             Thomas Schwinge  <thomas@codesourcery.com>
1271             Ilya Verbin  <ilya.verbin@intel.com>
1272             Andrey Turetskiy  <andrey.turetskiy@intel.com>
1274         * configure: Regenerate.
1275         * configure.ac (--enable-as-accelerator-for)
1276         (--enable-offload-targets): New configure options.
1278 2014-11-11  Tobias Burnus  <burnus@net-b.de>
1280         * Makefile.def: Make all-gcc depend on all-isl.
1281         * Makefile.in: Regenerate.
1283 2014-11-11  David Malcolm  <dmalcolm@redhat.com>
1285         * ChangeLog.jit: New.
1286         * MAINTAINERS (Various Maintainers): Add myself as jit maintainer.
1288 2014-11-11  Francois-Xavier Coudert  <fxcoudert@gcc.gnu.org>
1290         PR target/63610
1291         * libtool.m4: Fix globbing of darwin versions.
1292         * configure: Regenerate.
1294 2014-11-11  Tobias Burnus  <burnus@net-b.de>
1296         * Makefile.def: Remove CLooG.
1297         * Makefile.tpl: Ditto.
1298         * configure.ac: Ditto.
1299         * configure: Regenerate.
1300         * Makefile.in: Ditto.
1302 2014-11-06  Bernd Schmidt  <bernds@codesourcery.com>
1304         * configure.ac: Handle nvptx-*-*.
1305         * configure: Regenerate.
1307 2014-11-06  Prachi Godbole  <prachi.godbole@imgtec.com>
1309         * MAINTAINERS (Write After Approval): Add myself.
1311 2014-10-31  Jakub Jelinek  <jakub@redhat.com>
1313         * Makefile.def (libcc1): Remove bootstrap=true;.
1314         * Makefile.in: Regenerated.
1316 2014-10-31  Jan-Benedict Glaw  <jbglaw@lug-owl.de>
1318         * configure.ac: Update comment.
1319         * configure: Regenerate.
1321 2014-10-31  Ilya Enkovich  <ilya.enkovich@intel.com>
1323         * MAINTAINERS (Write After Approval): Add myself.
1325 2014-10-30  Thomas Schwinge  <thomas@codesourcery.com>
1327         * configure.ac (extra_host_libiberty_configure_flags): Add
1328         --enable-shared also for libcc1's benefit.
1329         * configure: Regenerate.
1331 2014-10-29  Tristan Gingold  <gingold@adacore.com>
1333         * MAINTAINERS: Change my email address.
1335 2014-10-27  Phil Muldoon  <pmuldoon@redhat.com>
1336             Tom Tromey  <tromey@redhat.com>
1338         * Makefile.def: Add libcc1 to host_modules.
1339         * configure.ac (host_tools): Add libcc1.
1340         * Makefile.in, configure: Rebuild.
1342 2014-10-24  Hans-Peter Nilsson  <hp@axis.com>
1344         * configure.ac (build_configargs): Don't share config.cache between
1345         build subdirs.
1346         * configure: Regenerate.
1348 2014-10-24  Daniel Hellstrom  <daniel@gaisler.com>
1350         * config.gcc (sparc*-*-*): Accept mcpu=leon3v7 processor.
1351         * doc/invoke.texi (SPARC options): Add mcpu=leon3v7 comment.
1352         * config/sparc/leon.md (leon3_load, leon_store, leon_fp_*): Handle
1353         leon3v7 as leon3.
1354         * config/sparc/sparc-opts.h (enum processor_type): Add LEON3V7.
1355         * config/sparc/sparc.c (sparc_option_override): Add leon3v7 support.
1356         * config/sparc/sparc.h (TARGET_CPU_leon3v7): New define.
1357         * config/sparc/sparc.md (cpu): Add leon3v7.
1358         * config/sparc/sparc.opt (enum processor_type): Add leon3v7.
1360 2014-10-24  Daniel Hellstrom  <daniel@gaisler.com>
1362         * MAINTAINERS (write-after-approval): Add myself.
1364 2014-10-23  Ian Lance Taylor  <iant@google.com>
1366         * configure.ac: Disable the Go frontend on systems where it is known
1367         to not work.
1368         * configure: Regenerate.
1370 2014-10-23  Richard Biener  <rguenther@suse.de>
1372         * Makefile.def: Add libcpp build module and dependencies.
1373         * configure.ac: Add libcpp build module.
1374         * Makefile.in: Regenerate.
1375         * configure: Likewise.
1377 2014-10-15  Max Filippov  <jcmvbkbc@gmail.com>
1379         * MAINTAINERS (write-after-approval): Add myself.
1381 2014-10-12  Manuel López-Ibáñez <manu@gcc.gnu.org>
1383         * INSTALL/README: Do not mention CVS.
1385 2014-10-03  Jing Yu  <jingyu@google.com>
1387         * configure.ac: Add aarch64 to list of targets that support gold.
1388         * configure: Regenerate.
1390 2014-09-29  François Dumont  <fdumont@gcc.gnu.org>
1392         * MAINTAINERS:  Add myself as libstdc++ special modes maintainer.
1394 2014-09-29  Catherine Moore  <clm@codesourcery.com>
1396         * MAINTAINERS:  Add myself as MIPS maintainer.
1398 2014-09-28  Matthew Fortune  <matthew.fortune@imgtec.com>
1400         * MAINTAINERS: Move myself to MIPS maintainers.
1402 2014-09-23  Jan-Benedict Glaw  <jbglaw@lug-owl.de>
1404         * MAINTAINERS: Put all email addresses between '<' and '>'.
1406 2014-09-13  Francois-Xavier Coudert  <fxcoudert@gcc.gnu.org>
1408         * MAINTAINERS: Move myself to reviewers (Fortran).
1410 2014-09-01  Andi Kleen  <ak@linux.intel.com>
1412         * Makefile.tpl (POSTSTAGE1_HOST_EXPORTS): Add LTO_EXPORTS.
1413         POSTSTAGE1_FLAGS_TO_PASS):  Add LTO_FLAGS_TO_PASS.
1414         * Makefile.in: Regenerate.
1416 2014-08-28  David Malcolm  <dmalcolm@redhat.com>
1418         * rtx-classes-status.txt: Delete
1420 2014-08-28  David Malcolm  <dmalcolm@redhat.com>
1422         * rtx-classes-status.txt (TODO): NEXT_INSN/PREV_INSN are done.
1424 2014-08-27  Sebastian Pop  <s.pop@samsung.com>
1426         * config/isl.m4 (_ISL_CHECK_CT_PROG): Removed.
1427         (ISL_CHECK_VERSION): Check for functionality added to ISL 0.12 instead
1428         of checking for version number.
1429         * configure: Regenerated.
1430         * configure.ac (ISL_CHECK_VERSION): Do not use ISL version number.
1432 2014-08-27  David Malcolm  <dmalcolm@redhat.com>
1434         * rtx-classes-status.txt: Phase 5 (additional rtx_def subclasses)
1435         is done; begin phase 6 (use extra rtx_def subclasses).
1437 2014-08-27  David Malcolm  <dmalcolm@redhat.com>
1439         * rtx-classes-status.txt: Phase 4 (removal of "scaffolding") is
1440         done; begin phase 5 (additional rtx_def subclasses).
1442 2014-08-26  David Malcolm  <dmalcolm@redhat.com>
1444         * rtx-classes-status.txt (TODO): DF_REF_INSN is done.
1446 2014-08-26  David Malcolm  <dmalcolm@redhat.com>
1448         * rtx-classes-status.txt (TODO): SET_BB_HEAD, SET_BB_END,
1449         SET_BB_HEADER are done.
1451 2014-08-26  David Malcolm  <dmalcolm@redhat.com>
1453         * rtx-classes-status.txt (TODO): SET_DEP_PRO and SET_DEP_CON are
1454         done.
1456 2014-08-26  David Malcolm  <dmalcolm@redhat.com>
1458         * rtx-classes-status.txt (TODO): Remove SET_VINSN_INSN_RTX.
1460 2014-08-26  David Malcolm  <dmalcolm@redhat.com>
1462         * rtx-classes-status.txt (TODO): Remove SET_BND_TO.
1464 2014-08-25  David Malcolm  <dmalcolm@redhat.com>
1466         * rtx-classes-status.txt (TODO): Remove SET_BB_NOTE_LIST.
1468 2014-08-25  David Malcolm  <dmalcolm@redhat.com>
1470         * rtx-classes-status.txt (TODO): Remove SET_BB_FOOTER.
1472 2014-08-25  David Malcolm  <dmalcolm@redhat.com>
1474         * rtx-classes-status.txt: Phase 3 (per-file commits within
1475         "config" subdirs) is done; begin phase 4 (removal of
1476         "scaffolding").
1478 2014-08-23  David Malcolm  <dmalcolm@redhat.com>
1480         * rtx-classes-status.txt: Phase 2 (per-file commits in main source
1481         dir) is done; begin phase 3 (per-file commits within "config"
1482         subdirs).
1484 2014-08-21  David Malcolm  <dmalcolm@redhat.com>
1486         * rtx-classes-status.txt: Phase 1 ("scaffolding") is done; begin
1487         phase 2 (per-file commits in main source dir).
1489 2014-08-21  Bin Cheng  <bin.cheng@arm.com>
1491         * configure: Regenerated.
1493 2014-08-19  David Malcolm  <dmalcolm@redhat.com>
1495         * rtx-classes-status.txt (TODO): Add SET_BND_TO
1497 2014-08-19  David Malcolm  <dmalcolm@redhat.com>
1499         * rtx-classes-status.txt (TODO): Add SET_BB_NOTE_LIST.
1501 2014-08-19  David Malcolm  <dmalcolm@redhat.com>
1503         * rtx-classes-status.txt (TODO): Add SET_VINSN_INSN_RTX.
1505 2014-08-19  David Malcolm  <dmalcolm@redhat.com>
1507         * rtx-classes-status.txt (TODO): Add SET_DEP_PRO, SET_DEP_CON.
1509 2014-08-19  David Malcolm  <dmalcolm@redhat.com>
1511         * rtx-classes-status.txt (TODO): Add DF_REF_INSN.
1513 2014-08-19  Joost VandeVondele <vondele@gcc.gnu.org>
1515         * MAINTAINERS (Write After Approval): Add myself.
1517 2014-08-19  Christopher Faylor  <me.gnu@cgf.cx>
1519         * MAINTAINERS: Remove myself
1521 2014-08-19  David Malcolm  <dmalcolm@redhat.com>
1523         * rtx-classes-status.txt: Add SET_NEXT_INSN, SET_PREV_INSN.
1525 2014-08-18  Patrick Palka  <ppalka@gcc.gnu.org>
1527         * MAINTAINERS (Write After Approval): Add myself.
1529 2014-08-18  David Malcolm  <dmalcolm@redhat.com>
1531         * rtx-classes-status.txt (TODO): Add SET_BB_HEAD, SET_BB_END,
1532         SET_BB_HEADER, SET_BB_FOOTER
1534 2014-08-18  David Malcolm  <dmalcolm@redhat.com>
1536         * rtx-classes-status.txt: New file
1538 2014-08-18 Roman Gareev  <gareevroman@gmail.com>
1540         * configure.ac: Eliminate ClooG installation dependency.
1541         * configure: Regenerate.
1542         * Makefile.tpl: Add definition of ISLLIBS and HOST_ISLLIBS.
1543         * Makefile.in: Regenerate.
1545 2014-08-15  Ilya Verbin  <iverbin@gmail.com>
1547         * MAINTAINERS (Write After Approval): Add myself.
1549 2014-08-15  Ilya Tocar  <tocarip@gmail.com>
1551         * MAINTAINERS (Write After Approval): Add myself.
1553 2014-08-01  Jiong Wang  <jiong.wang@arm.com>
1555         * MAINTAINERS (Write After Approval): Add myself.
1557 2014-07-28  Anthony Green  <green@moxielogic.com>
1559         Import from savannah.gnu.org:
1560         * config.sub: Update to 2014-07-28 version.
1562 2014-07-27  Richard Sandiford  <rdsandiford@googlemail.com>
1564         * MAINTAINERS: Remove my MIPS maintainer entry.
1566 2014-07-26  Uros Bizjak  <ubizjak@gmail.com>
1568         PR target/47230
1569         * configure.ac (alpha*-*-linux*): Use mh-alpha-linux.
1570         * configure: Regenerate.
1572 2014-07-24  James Norris  <jnorris@codesourcery.com>
1574         * MAINTAINERS (Write After Approval): Add myself.
1576 2014-07-20  Roman Gareev  <gareevroman@gmail.com>
1578         * configure.ac: Accept only CLooG 0.18.1.
1579         * configure: Regenerate.
1581 2014-07-17  Roman Gareev  <gareevroman@gmail.com>
1583         * configure.ac: Don't accept isl 0.11.
1584         * configure: Regenerate.
1586 2014-07-16  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
1588         * MAINTAINERS (Write After Approval): Add myself.
1590 2014-07-05  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
1592         * configure.ac: Don't accept isl 0.10.
1593         * configure: Regenerate.
1595 2014-06-23  Bernd Edlinger  <bernd.edlinger@hotmail.de>
1597         Fix include path for in-tree cloog.
1598         * config/cloog.m4 (CLOOG_INIT_FLAGS): Remove bogus include path.
1599         * configure: Regenerate.
1601 2014-06-18  Richard Henderson  <rth@redhat.com>
1603         * .gitignore: Import gcc_update output.
1605 2014-06-13  Thomas Schwinge  <thomas@codesourcery.com>
1607         * config-ml.in: Robustify ac_configure_args parsing.
1609         * configure.ac (--enable-linker-plugin-configure-flags)
1610         (--enable-linker-plugin-flags): New flags.
1611         (configdirs): Conditionally add libiberty-linker-plugin.
1612         * configure: Regenerate.
1613         * Makefile.def (host_modules): Add libiberty-linker-plugin.
1614         (host_modules) <lto-plugin>: Pay attention to
1615         @extra_linker_plugin_flags@ and
1616         @extra_linker_plugin_configure_flags@.
1617         (all-lto-plugin): Also depend on all-libiberty-linker-plugin.
1618         * Makefile.in: Regenerate.
1620         * Makefile.tpl (configure-[+prefix+][+module+])
1621         (configure-stage[+id+]-[+prefix+][+module+]): If specified, use
1622         "module_srcdir" instead of "module" for locating a module's srcdir.
1623         * Makefile.in: Regenerate.
1625 2014-06-10  Matthew Fortune  <matthew.fortune@imgtec.com>
1627         * MAINTAINERS (Write After Approval): Add myself.
1629 2014-06-06  Sebastian Pop  <sebpop@gmail.com>
1631         * MAINTAINERS: Update my email address.
1633 2014-06-04  Thomas Preud'homme  <thomas.preudhomme@arm.com>
1635         * MAINTAINERS (Write After Approval): Add myself.
1637 2014-06-03  Andrew Bennett  <andrew.bennett@imgtec.com>
1639         * MAINTAINERS (Write After Approval): Add myself.
1641 2014-05-30  Jonathan Wakely  <jwakely@redhat.com>
1643         PR libstdc++/61011
1644         * configure.ac (--disable-libstdcxx): Set noconfigdirs correctly.
1645         Disable libcilkrts, libitm, libsanitizer when not building libstdc++.
1646         * configure: Regenerate.
1648 2014-05-28  Pedro Alves  <palves@redhat.com>
1650         * MAINTAINERS (Write After Approval): Add myself.
1652 2014-05-22  Maxim Kuvyrkov  <maxim.kuvyrkov@linaro.org>
1654         * MAINTAINERS: Update my affiliation/email.
1656 2014-05-19  Mike Stump  <mikestump@comcast.net>
1658         * MAINTAINERS: Add wide-int reviewers.
1660 2014-05-14  Sandra Loosemore  <sandra@codesourcery.com>
1662         * configure.ac (target_makefile_frag): Set for nios2-*-elf*.
1663         * configure: Regenerated.
1665 2014-05-15  Torvald Riegel  <triegel@redhat.com>
1667         * MAINTAINERS (libitm): Add myself as maintainer.
1669 2014-05-07  Charles Baylis  <charles.baylis@linaro.org>
1671         * MAINTAINERS (Write After Approval): Add myself.
1673 2014-05-01  Richard Sandiford  <rdsandiford@googlemail.com>
1675         * config.sub, config.guess: Import from upstream.
1677 2014-04-29  Alan Lawrence  <alan.lawrence@arm.com>
1679         * MAINTAINERS (Write After Approval): Put myself in correct order.
1681 2014-04-29  Alan Lawrence  <alan.lawrence@arm.com>
1683         * MAINTAINERS (Write After Approval): Add myself.
1685 2014-04-24  Laurynas Biveinis  <laurynas.biveinis@gmail.com>
1687         * MAINTAINERS: Move myself from Reviewers to Write After Approval
1688         section.
1690 2014-04-21 Rafael Ávila de Espíndola <rafael.espindola@gmail.com>
1692         * MAINTAINERS (Write After Approval): Delete myself.
1694 2014-04-17  Jakub Jelinek  <jakub@redhat.com>
1696         PR sanitizer/56781
1697         * libtool-ldflags: Also prefix -static-lib*, -shared-lib*
1698         and -B* options with -Xcompiler.
1700 2014-04-04  Eric Botcazou  <ebotcazou@adacore.com>
1702         PR bootstrap/60620
1703         * Makefile.def (dependencies): Make gnattools depend on libstdc++-v3.
1704         * Makefile.in: Regenerate.
1706 2014-03-28  Yaakov Selkowitz  <yselkowitz@users.sourceforge.net>
1708         * Makefile.def (dependencies): Make all-ld depend on all-binutils
1709         for WINDRES_FOR_TARGET in default-manifest.o rule.
1710         * Makefile.in: Regenerate.
1712 2014-03-26  Dominique d'Humieres <dominiq@lps.ens.fr>
1714         * MAINTAINERS (Write After Approval): Add myself.
1716 2014-03-26  Jakub Jelinek  <jakub@redhat.com>
1718         PR sanitizer/56781
1719         * Makefile.def: Set bootstrap=true; for host fixincludes.
1720         * configure.ac: Don't bootstrap host fixincludes unless
1721         --with-build-config=bootstrap-{a,ub}san.
1722         * Makefile.in: Regenerated.
1723         * configure: Regenerated.
1725 2014-03-21  Jakub Jelinek  <jakub@redhat.com>
1727         * configure.ac: Move BUILD_CONFIG set up earlier.  Add
1728         --enable-vtable-verify option parsing.  Don't add
1729         target-libsanitizer to bootstrap_target_libs unless
1730         --with-build-config=bootstrap-asan or
1731         --with-build-config=bootstrap-ubsan.  Don't add target-libvtv
1732         to bootstrap_target_libs unless --enable-vtable-verify.
1733         * configure: Regenerated.
1735 2014-03-10  Anatoly Sokolov <aesok@post.ru>
1737         * MAINTAINERS (Write After Approval): Add myself.
1739 2014-03-07  Denis Chertykov  <chertykov@gmail.com>
1741         * MAINTAINERS: Remove avr maintainers: Anatoly Sokolov and Eric Weddington
1743 2014-03-07  Jakub Jelinek  <jakub@redhat.com>
1745         PR bootstrap/58572
1746         * Makefile.tpl (POSTSTAGE1_CXX_EXPORT): Use -isystem instead of
1747         -I for libstdc++-v3 includes if $(LEAN).
1748         * Makefile.in: Regenerated.
1750 2014-03-04  Jonathan Wakely  <jwakely@redhat.com>
1752         * MAINTAINERS: Update my email address.
1754 2014-02-24  Walter Lee  <walt@tilera.com>
1756         * configure.ac (tilepro-*-*) Change to tilepro*-*-*.
1757         (tilegx-*-*): Change to tilegx*-*-*.
1758         * configure: Regenerate.
1760 2014-02-17  Loren J. Rittle  <ljrittle@acm.org>
1762         * MAINTAINERS (Various Maintainers: c++ runtime libs): Remove myself.
1764 2014-02-17  Kugan Vivekanandarajah  <kuganv@linaro.org>
1766         * MAINTAINERS (Write After Approval): Add myself.
1768 2014-02-04  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
1770         PR target/59788
1771         * ltmain.sh (opt_duplicate_compiler_generated_deps): Enable on
1772         *solaris2*.
1774 2014-01-21  John David Anglin  <danglin@gcc.gnu.org>
1776         * MAINTAINERS: Update my email address.
1778 2014-01-20  Gerald Pfeifer  <gerald@pfeifer.com>
1780         * MAINTAINERS: Convert to UTF-8.
1781         Properly sort Xinliang David Li's entry.
1783 2013-12-31  Chung-Lin Tang  <cltang@codesourcery.com>
1784             Sandra Loosemore  <sandra@codesourcery.com>
1786         * MAINTAINERS: Add Sandra Loosemore and Chung-Lin Tang as
1787         nios2 port maintainers.
1789 2013-12-16  Markus Trippelsdorf  <markus@trippelsdorf.de>
1791         * MAINTAINERS (Write After Approval): Add myself.
1793 2013-12-13  Francois-Xavier Coudert  <fxcoudert@gcc.gnu.org>
1795         * configure.ac: Add user-friendly check for native x86_64-linux
1796         multilibs.
1797         * configure: Regenerate.
1799 2013-12-06  Oleg Endo  <olegendo@gcc.gnu.org>
1801         * MAINTAINERS: Add myself as sh maintainer.
1803 2013-12-03  Bill Schmidt  <wschmidt@linux.vnet.ibm.com>
1805         * MAINTAINERS: Add self as SLSR maintainer.
1807 2013-11-18  Jan Hubicka  <hubicka@ucw.cz>
1809         * MAINTAINERS: Update my email address.
1811 2013-11-15  David Edelsohn  <dje.gcc@gmail.com>
1813         * MAINTAINERS (Global Reviewers, c++): Remove Mark Mitchell.
1815 2013-11-07  Thomas Schwinge  <thomas@codesourcery.com>
1817         * Makefile.in: Regenerate.
1819         * Makefile.tpl: Fix typo.
1820         * Makefile.in: Regenerate partially.
1822 2013-11-04  Balaji V. Iyer  <balaji.v.iyer@intel.com>
1824         * configure.ac: Added libcilkrts to noconfig list when C++ is not
1825         supported.
1826         * configure: Regenerated.
1828 2013-11-01  Trevor Saunders  <tsaunders@mozilla.com>
1830         * MAINTAINERS (Write After Approval): Add myself.
1832 2013-10-30  Jason Merrill  <jason@redhat.com>
1834         * Makefile.tpl (STAGE1_CONFIGURE_FLAGS): Pass
1835         --disable-build-format-warnings.
1837 2013-10-29  Balaji V. Iyer  <balaji.v.iyer@intel.com>
1839         * Makefile.def: Add libcilkrts to target_modules.  Make libcilkrts
1840         depend on libstdc++ and libgcc.
1841         * configure: Regenerate.
1842         * configure.ac: Added libcilkrts to target binaries.  Also, restrict
1843         libcilkrts for POSIX and i*86, and x86_64 architectures.
1844         * Makefile.in: Added libcilkrts related fields to support building it.
1846 2013-10-26  Jeff Law  <law@redhat.com>
1848         * Makefile.def (target_modules): Remove libmudflap
1849         (languages): Remove check-target-libmudflap).
1850         * Makefile.in: Rebuilt.
1851         * Makefile.tpl (check-target-libmudflap-c++): Remove.
1852         * configure.ac (target_libraries): Remove target-libmudflap.
1853         Remove checks which disabled libmudflap on some systems.
1854         * configure: Rebuilt.
1855         * libmudflap: Directory removed.
1857 2013-10-21  Cong Hou  <congh@google.com>
1859         * MAINTAINERS (Write After Approval): Add myself.
1861 2013-10-16  Mike Stump  <mikestump@comcast.net>
1863         * .dir-locals.el: Add.
1865 2013-10-15  David Malcolm  <dmalcolm@redhat.com>
1867         * configure.ac: Add --enable-host-shared
1868         * configure: Regenerate.
1870 2013-01-10  Joern Rennecke  <joern.rennecke@embecosm.com>
1872         Import from savannah.gnu.org:
1873         * config.guess: Update to 2013-06-10 version.
1874         * config.sub: Update to 2013-10-01 version.
1876 2013-10-01  Simon Cook  <simon.cook@embecosm.com>
1878         Changes to build configuration to allow big endian ARC ELF toolchain
1879         * configure.ac: Also add target-libgloss to noconfigdirs for arceb-*-*.
1880         * configure: Regenerate.
1882 2013-09-20  Alan Modra  <amodra@gmail.com>
1884         * libtool.m4 (_LT_ENABLE_LOCK <ld -m flags>): Remove non-canonical
1885         ppc host match.  Support little-endian powerpc linux hosts.
1887 2013-09-19  Dodji Seketeli  <dodji@redhat.com>
1889         * MAINTAINERS (diagnostic messages): Add myself as diagnostics
1890         maintainer.
1892 2013-09-12  DJ Delorie  <dj@redhat.com>
1894         * MAINTAINERS: Add Nick Clifton and DJ Delorie as msp430
1895         maintainers.
1897 2013-09-03  Richard Biener  <rguenther@suse.de>
1899         * configure.ac: Also allow ISL 0.12.
1900         * configure: Regenerated.
1902 2013-08-30  Bernd Edlinger  <bernd.edlinger@hotmail.de>
1904         * MAINTAINERS (Write After Approval): Add myself.
1906 2013-08-27  David Malcolm  <dmalcolm@redhat.com>
1908         * MAINTAINERS (gdbhooks.py): Add myself as maintainer.
1910 2013-08-26  Caroline Tice  <cmtice@google.com>
1912         * MAINTAINERS:  Correct earliers update:  Move myself from libvtv
1913         "Various Reviewers" to libvtv "Various Maintainers".
1915 2013-08-20  Steven Bosscher  <steven@gcc.gnu.org>
1917         * MAINTAINERS: Add myself as RTL optimizers reviewer.
1919 2013-08-19  Benjamin De Kosnik  <bkoz@gnu.org>
1921         * MAINTAINERS: Update name, email.
1923 2013-08-13  Adam Butcher  <adam@jessamine.co.uk>
1925         * MAINTAINERS (Write After Approval): Add myself.
1927 2013-08-12  Caroline Tice  <cmtice@google.com>
1929         * MAINTAINERS: Add myself as libvtv maintainer. Correct my email
1930         address in the Write After Approval section.
1932 2013-08-09  Carlos O'Donell  <carlos@redhat.com>
1934         * MAINTAINERS (Write After Approval): Update email.
1936 2013-08-08  Benjamin Kosnik  <bkoz@redhat.com>
1938         * configure.ac: Adjust to check VTV_SUPPORTED.
1939         * configure: Regenerated.
1941 2013-08-02  Caroline Tice  <cmtice@google.com>
1943         * configure.ac: Add target-libvtv to target_libraries; disable libvtv
1944         on non-linux systems; add target-libvtv to noconfigdirs; add
1945         libsupc++/.libs to C++ library search paths.
1946         * configure: Regenerated.
1947         * Makefile.def: Add libvtv to target_modules; make libvtv depend on
1948         libstdc++ and libgcc.
1949         * Makefile.in: Regenerated.
1951 2013-07-19  Yvan Roux  <yvan.roux@linaro.org>
1953         * MAINTAINERS (Write After Approval): Add myself.
1955 2013-07-19  Chung-Ju Wu  <jasonwucj@gmail.com>
1956             Shiva Chen  <shiva0217@gmail.com>
1958         * MAINTAINERS (nds32 port): Add Chung-Ju Wu and Shiva Chen as
1959         nds32 port maintainers.
1961 2013-07-17  Tim Shen  <timshen91@gmail.com>
1963         * MAINTAINERS (Write After Approval): Add myself.
1965 2013-07-16  Jan-Benedict Glaw  <jbglaw@lug-owl.de>
1967         * configure.ac: Sync from binutils.
1968         * configure: Regenerate.
1970 2013-06-14  Vidya Praveen  <vidyapraveen@arm.com>
1972         * MAINTAINERS (Write After Approval): Add myself.
1974 2013-06-01  Dinar Temirbulatov  <dinar@kugelworks.com>
1976         * MAINTAINERS (Write After Approval): Add myself.
1978 2013-05-17  David Malcolm  <dmalcolm@redhat.com>
1980         * MAINTAINERS (Write After Approval): Add myself.
1982 2013-04-30  Brooks Moses  <bmoses@google.com>
1984         * MAINTAINERS: Update my email; move myself from Fortran
1985         reviewer to Write After Approval.
1987 2013-04-16  Andreas Schwab  <schwab@suse.de>
1989         * configure.ac (aarch64-*-*): Don't disable java.
1990         * configure: Regenerate.
1992 2013-04-10  Chung-Ju Wu  <jasonwucj@gmail.com>
1994         * MAINTAINERS (Write After Approval): Add myself.
1996 2013-03-30  Matthias Klose  <doko@ubuntu.com>
1998         * Makefile.def (target_modules): Don't install libffi.
1999         * Makefile.in: Regenerate.
2001 2013-02-24  Tilo Schwarz  <tilo@tilo-schwarz.de>
2003         * MAINTAINERS (Write After Approval): Add myself.
2005 2013-02-20  Andrew Sutton  <andrew.n.sutton@gmail.com>
2007         * MAINTAINERS (Write After Approval): Add myself.
2009 2013-02-15  Yufeng Zhang  <yufeng.zhang@arm.com>
2011         * configure.ac: Set libgloss_dir for the aarch64*-*-* targets.
2012         * configure: Regenerated.
2014 2013-02-05  Ian Lance Taylor  <iant@google.com>
2016         PR go/55969
2017         * configure.ac: Disable libgo on some systems where it does not
2018         work.
2020 2013-02-04  David Edelsohn  <dje.gcc@gmail.com>
2022         * MAINTAINERS: Explicitly add myself as AIX maintainer.
2023         Remove Geoff Keating as rs6000 port maintainer, at his request.
2025 2013-01-24  Maxim Kuvyrkov  <maxim@kugelworks.com>
2027         * MAINTAINERS: Update my email.
2029 2013-01-23  Shenghou Ma  <minux.ma@gmail.com>
2031         * configure: Re-generate.
2033 2013-01-15  Richard Biener  <rguenther@suse.de>
2035         PR other/55973
2036         * configure: Re-generate.
2038 2013-01-14  Matthias Klose  <doko@ubuntu.com>
2040         * Makefile.def (install-target-libsanitizer): Depend on
2041         install-target-libstdc++-v3.
2042         * Makefile.in: Regenerate.
2044 2013-01-14  Richard Biener  <rguenther@suse.de>
2046         * configure.ac (cloog/isl): Also allow ISL 0.11.x and CLooG 0.18.0.
2047         * configure: Re-generate
2049 2013-01-11  Jan-Benedict Glaw  <jbglaw@lug-owl.de>
2051         * config.sub: Update from config repo.
2053 2013-01-11  Eric Botcazou  <ebotcazou@adacore.com>
2055         * Makefile.tpl (BOOT_ADAFLAGS): Remove -gnata.
2056         * Makefile.in: Regenerate.
2058 2013-01-10  Joern Rennecke  <joern.rennecke@embecosm.com>
2060         * MAINTAINERS (arc): Add new port maintainership for myself.
2062 2013-01-09  Jason Merrill  <jason@redhat.com>
2064         * .gitignore: Import from gdb repository.
2066 2013-01-09  H.J. Lu  <hongjiu.lu@intel.com>
2068         * Makefile.def (configure-gcc): Depend on all-gmp.
2069         (all-gcc): Remove dependency on all-gmp.
2070         * Makefile.in: Regenerated.
2072 2013-01-08  Jan-Benedict Glaw  <jbglaw@lug-owl.de>
2074         * config.sub: Merge from config repo.
2075         * config.guess: Ditto.
2077 2013-01-08  Jan-Benedict Glaw  <jbglaw@lug-owl.de>
2079         * Makefile.def: Merge from binutils.
2080         * Makefile.in: Ditto.
2082 2013-01-01  Maxim Kuvyrkov  <maxim.kuvyrkov@gmail.com>
2084         * MAINTAINERS: Update my email.
2086 2012-12-29  Ben Elliston  <bje@gnu.org>
2088         * config.guess: Update to 2012-12-29 version.
2089         * config.sub: Likewise.
2091 2012-12-20  Matthias Klose  <doko@ubuntu.com>
2093         * Makefile.def (install-target-libgfortran): Depend on
2094         install-target-libquadmath, install-target-libgcc.
2095         (install-target-libsanitizer): Depend on install-target-libgcc.
2096         (install-target-libjava): Depend on install-target-libgcc.
2097         (install-target-libitm): Depend on install-target-libgcc.
2098         (install-target-libobjc): Depend on install-target-libgcc.
2099         (install-target-libstdc++-v3): Depend on install-target-libgcc.
2100         * Makefile.in: Regenerate.
2102 2012-12-19  Matthias Klose  <doko@ubuntu.com>
2104         * Makefile.def (install-target-libgo): Depend on
2105         install-target-libatomic.
2106         * Makefile.in: Regenerate.
2108 2012-12-18  Andreas Schwab  <schwab@linux-m68k.org>
2110         PR go/55201
2111         * Makefile.def (all-target-libgo): Depend on all-target-libatomic.
2112         * Makefile.in: Regenerate.
2114 2012-12-16  Thomas Schwinge  <thomas@codesourcery.com>
2116         * configure.ac (ENABLE_GOLD): Consider *-*-gnu* targets ELF.
2117         * configure: Regenerate.
2119 2012-12-12  Jan-Benedict Glaw  <jbglaw@lug-owl.de>
2121         * config.sub: Merge from config repo.
2123 2012-12-11  H.J. Lu  <hongjiu.lu@intel.com>
2125         * Makefile.def (target_modules): Add bootstrap=true and
2126         raw_cxx=true to libsanitizer.
2127         * configure.ac (bootstrap_target_libs): Add libsanitizer.
2128         * Makefile.in: Regenerated.
2129         * configure: Likewise.
2131 2012-12-01  Richard Sandiford  <rdsandiford@googlemail.com>
2133         * MAINTAINERS: Remove self as RTL optimization maintainer.
2135 2012-11-30  Kyrylo Tkachov  <kyrylo.tkachov@arm.com>
2137         * MAINTAINERS (Write After Approval): Add myself.
2139 2012-11-28  H.J. Lu  <hongjiu.lu@intel.com>
2141         * Makefile.def (target_modules): Remove bootstrap=true and
2142         raw_cxx=true from libsanitizer.
2143         * configure.ac (bootstrap_target_libs): Remove libsanitizer.
2144         * Makefile.in: Regenerated.
2145         * configure: Likewise.
2147 2012-11-28  H.J. Lu  <hongjiu.lu@intel.com>
2149         * Makefile.def (target_modules): Add bootstrap=true and
2150         raw_cxx=true to libsanitizer.
2151         * configure.ac (bootstrap_target_libs): Add libsanitizer.
2152         * Makefile.in: Regenerated.
2153         * configure: Likewise.
2155 2012-11-28  Andrew Pinski  <apinski@cavium.com>
2157         PR bootstrap/54279
2158         * configure.ac (CXX_FOR_TARGET): Change over to use xg++.
2159         * configure: Regenerate.
2160         * Makefile.tpl (POSTSTAGE1_CXX_EXPORT): Change over to use xg++.
2161         * Makefile.in: Regenerate.
2163 2012-11-27  Siddhesh Poyarekar  <siddhesh@redhat.com>
2165         * configure.ac: Disable libsanitizer if we're not building C++.
2166         * configure: Regenerate.
2168 2012-11-15  Roland McGrath  <roland@hack.frob.com>
2170         * MAINTAINERS (Write After Approval): Add myself.
2172 2012-11-15  Dmitry Vyukov  <dvyukov@google.com>
2174         * MAINTAINERS: (libsanitizer, asan.c): Add myself,
2175         Kostya Serebryany (kcc@google.com) and
2176         Jakub Jelinek (jakub@redhat.com).
2177         Rename area for Dodji Seketeli (dodji@redhat.com).
2179 2012-11-15  Dodji Seketeli  <dodji@redhat.com>
2181         * MAINTAINERS: (asan.c, related): Add myself.
2183 2012-11-14  Roland McGrath  <mcgrathr@google.com>
2185         * configure.ac (ENABLE_GOLD): Consider *-*-nacl* targets ELF.
2186         * configure: Regenerate.
2188 2012-11-13  Richard Henderson  <rth@redhat.com>
2190         * configure.ac: Move libsanitizer logic to subdirectory.
2191         * configure: Regenerate.
2193 2012-11-13  Dodji Seketeli  <dodji@redhat.com>
2195         * configure.ac: Enable libsanitizer just on x86 linux for now.
2196         * configure: Re-generate.
2198 2012-11-13  David Edelsohn  <dje.gcc@gmail.com>
2200         * configure.ac: Disable libsanitizer on AIX. Merge libquadmath
2201         sections.
2202         * configure: Regenerate.
2204 2012-11-13  Hans-Peter Nilsson  <hp@axis.com>
2206         * configure.ac: Add section for configdirs for libsanitizer.
2207         Disable for cris-*-* and mmix-*-*.
2208         * configure: Regenerate.
2210 2012-11-12  Wei Mi <wmi@google.com>
2212         * configure.ac: Add libsanitizer to target_libraries.
2213         * Makefile.def: Ditto.
2214         * configure: Regenerate.
2215         * Makefile.in: Regenerate.
2216         * libsanitizer: New directory for asan runtime.  Contains an empty
2217         tsan directory.
2219 2012-11-03  Corinna Vinschen  <corinna@vinschen.de>
2221         * configure.ac (FLAGS_FOR_TARGET,target=cygwin): Fix for building
2222         against Mingw64 w32api.
2223         * configure: Regenerate.
2225 2012-11-03  H.J. Lu  <hongjiu.lu@intel.com>
2227         * configure: Regenerated.
2229 2012-11-03  Robert Mason  <rbmj@verizon.net>
2231         * configure.ac: add --disable-libstdcxx configure option
2232         and handle defaulted state only for VxWorks, ARM-wince-pe and AVR.
2234 2012-10-30  Ganesh Gopalasubramanian  <Ganesh.Gopalasubramanian@amd.com>
2236         * MAINTAINERS (Write After Approval): Add myself.
2238 2012-10-26  James Greenhalgh  <james.greenhalgh@arm.com>
2240         * MAINTAINERS (Write After Approval): Add myself.
2242 2012-10-24  Sharad Singhai  <singhai@google.com>
2244         * MAINTAINERS (Write After Approval): Add myself.
2246 2012-10-24  Eric Christopher  <echristo@gmail.com>
2248         * MAINTAINERS: Update email address.
2250 2012-10-23  Eric Botcazou  <ebotcazou@adacore.com>
2252         PR bootstrap/54820
2253         * configure.ac (have_static_libs): Force 'no' for GCC version < 4.5.
2254         * configure: Regenerate.
2256 2012-10-23  Richard Earnshaw  <rearnsha@arm.com>
2258         * MAINTAINERS (aarch64): Add Marcus and myself.
2260 2012-10-22  Eric Botcazou  <ebotcazou@adacore.com>
2262         PR bootstrap/54820
2263         * Makefile.tpl (STAGE1_FLAGS_TO_PASS): New variable.
2264         (all-[+prefix+][+module+]): Pass stage1_args to sub-makes.
2265         (all-stage[+id+]-[+prefix+][+module+]): Likewise, if prev is false.
2266         (clean-stage[+id+]-[+prefix+][+module+]): Likewise, if prev is false.
2267         (host_modules): Set stage1_args to STAGE1_FLAGS_TO_PASS.
2268         * Makefile.in: Regenerate.
2269         * configure.ac (have_static_libs): New variable and associated check.
2270         (stage1-ldflags): Move to after stage1_libs and set to -static-libstdc++
2271         -static-libgcc if stage1_libs is empty and have_static_libs is yes.
2272         * configure: Regenerate.
2274 2012-10-10  Richard Biener  <rguenther@suse.de>
2276         * MAINTAINERS: Adjust for changed surname.
2278 2012-10-04  Lawrence Crowl  <crowl@google.com>
2280         * MAINTAINERS (Write After Approval): Add myself.
2282 2012-10-01  Cary Coutant  <ccoutant@google.com>
2284         * MAINTAINERS: Add myself as dwarf debugging code maintainer.
2286 2012-09-28  Ian Lance Taylor  <iant@google.com>
2288         * Makefile.def: Make all-target-libgo depend on
2289         all-target-libbacktrace.
2290         * Makefile.in: Rebuild.
2292 2012-09-26  Ian Lance Taylor  <iant@google.com>
2294         * Makefile.def: Make all-gcc depend on all-libbacktrace.
2295         * Makefile.in: Rebuild.
2297 2012-09-20  Walter Lee  <walt@tilera.com>
2299         * configure.ac: Add tilegx to list of targets that support gold.
2300         * configure: Regenerate.
2302 2012-09-20  Marek Polacek  <polacek@redhat.com>
2304         * MAINTAINERS (Write After Approval): Add myself.
2306 2012-09-19  Steve Ellcey  <sellcey@mips.com>
2308         * configure.ac: Add mips*-mti-elf* target.
2309         * configure: Regenerate.
2311 2012-09-17  Ian Lance Taylor  <iant@google.com>
2313         * MAINTAINERS (Various Maintainers): Add libbacktrace.
2314         * configure.ac (host_libs): Add libbacktrace.
2315         (target_libraries): Add libbacktrace.
2316         * Makefile.def (host_modules): Add libbacktrace.
2317         (target_modules): Likewise.
2318         * configure, Makefile.in: Rebuild.
2320 2012-09-14  David Edelsohn  <dje.gcc@gmail.com>
2322         PR target/38607
2323         Merge upstream change.
2324         * libtool.m4 (_LT_COMPILER_PIC): Add -fPIC to GCC and GXX for AIX.
2326         * configure.ac: Add target-libquadmath to noconfigdirs for AIX.
2327         Add libgomp*.o to compare_exclusions for AIX.
2328         * configure: Regenerate.
2330 2012-09-06  Diego Novillo  <dnovillo@google.com>
2332         * configure.ac: Bump minimum GMP version to 4.2.3.
2333         * configure: Re-generate.
2335 2012-09-05  Georg-Johann Lay  <avr@gjlay.de>
2337         PR target/54461
2338         * configure.ac (noconfigdirs,target=avr-*-*): Add target-newlib,
2339         target-libgloss if not configured --with-avrlibc=no.
2340         * configure: Regenerate.
2342 2012-09-04  Jason Merrill  <jason@redhat.com>
2344         * configure.ac: Fix --enable-languages=all.
2346 2012-09-04  Christophe Lyon  <christophe.lyon@st.com>
2348         * MAINTAINERS (Write After Approval): Add myself.
2350 2012-09-03  Richard Guenther  <rguenther@suse.de>
2352         PR bootstrap/54138
2353         * configure.ac: Re-organize ISL / CLOOG checks to allow
2354         disabling with either --without-isl or --without-cloog.
2355         * configure: Regenerated.
2357 2012-09-03  Georg-Johann Lay  <avr@gjlay.de>
2359         * configure.ac (noconfigdirs,target=avr): Add target-libquadmath.
2360         * configure: Regenerate.
2362 2012-08-27  Ulrich Drepper  <drepper@gmail.com>
2364         * MAINTAINERS: Fix my email address.
2366 2012-08-26  H.J. Lu  <hongjiu.lu@intel.com>
2368         PR binutils/4970
2369         * Makefile.def (host_modules): Rmove lib_path=.libs from bfd
2370         and opcodes.
2371         * Makefile.in: Regenerated.
2373 2012-08-26  Art Haas <ahaas@impactweather.com>
2375         * configure: Regenerate.
2377 2012-08-25  Křištof Želechovski <giecrilj@stegny.2a.pl>
2379         * INSTALL/README: Also refer to the online installation
2380         instructions.
2382 2012-08-21  Hariharan Sandanagobalane <hariharan.gcc@gmail.com>
2384         * MAINTAINERS (Write After Approval): Add myself.
2385         (Picochip port): Remove myself.
2387 2012-08-14   Diego Novillo  <dnovillo@google.com>
2389         Merge from cxx-conversion branch.
2391         * Makefile.tpl (STAGE[+id+]_CXXFLAGS): Remove
2392         POSTSTAGE1_CONFIGURE_FLAGS.
2393         * Makefile.in: Regenerate.
2394         * configure.ac (ENABLE_BUILD_WITH_CXX): Remove.  Update all users.
2395         Force C++ when bootstrapping.
2396         * configure: Regenerate.
2398 2012-07-24  Jan-Benedict Glaw  <jbglaw@lug-owl.de>
2400         * MAINTAINERS (Write After Approval): Add myself.
2402 2012-07-16  Joseph Myers  <joseph@codesourcery.com>
2404         * README: Document use of ranges of years in copyright notices.
2406 2012-07-06  Richard Guenther  <rguenther@suse.de>
2408         * Makefile.def (cloog): Pass $(HOST_GMPINC) and $(HOST_ISLINC)
2409         as CPPFLAGS, pass path to built gmp as LDFLAGS, always use
2410         --with-gmp=system.
2411         * Makefile.in: Regenerated.
2412         * configure: Likewise.
2414 2012-07-06  Richard Guenther  <rguenther@suse.de>
2416         * configure.ac (extra_isl_gmp_configure_flags): Initialize and subst.
2417         * Makefile.def (isl): Use extra_isl_gmp_configure_flags and
2418         supply V=1 as extra_make_flags.
2419         * configure: Regenerated.
2420         * Makefile.in: Likewise.
2422 2012-07-04  Tristan Gingold  <gingold@adacore.com>
2424         * configure: Regenerate.
2426 2012-07-03  Richard Guenther  <rguenther@suse.de>
2428         * Makfile.def (isl): Remove not necessary extra_exports and
2429         extra_make_flags.
2430         (cloog): Use $$CPPFLAGS instead of ${CPPFLAGS}.
2431         * Makefile.in: Regenerated.
2433 2012-07-03  Richard Guenther  <rguenther@suse.de>
2435         * Makefile.def (cloog): Add V=1 to extra_make_flags.
2436         * configure.ac: If either the ISL or the CLooG check failed
2437         do not try to build in-tree versions.
2438         * Makefile.in: Regenerated.
2439         * configure: Regenerated.
2441 2012-07-03  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
2443         * configure: Regenerate.
2445 2012-07-02  Janis Johnson  <janisjo@codesourcery.com>
2447         * MAINTAINERS (Various Maintainers): Add myself as testsuite
2448         maintainer.
2450 2012-07-02  Richard Guenther  <rguenther@suse.de>
2452         * configure: Regenerated.
2454 2012-07-02  Richard Guenther  <rguenther@suse.de>
2455         Michael Matz  <matz@suse.de>
2456         Tobias Grosser <tobias@grosser.es>
2457         Sebastian Pop <sebpop@gmail.com>
2459         * Makefile.def: Add ISL host module, remove PPL host module.
2460         Adjust ClooG host module to use the proper ISL.
2461         * Makefile.tpl: Pass ISL include flags instead of PPL ones.
2462         * configure.ac: Include config/isl.m4.  Add ISL host library,
2463         remove PPL.  Remove PPL configury, add ISL configury, adjust
2464         ClooG configury.
2465         * Makefile.in: Regenerated.
2466         * configure: Likewise.
2468 2012-07-02  Richard Guenther  <rguenther@suse.de>
2470         Merge from graphite branch
2471         2011-07-21  Tobias Grosser  <tobias@grosser.es>
2473         * configure: Regenerated.
2474         * config/cloog.m4: Remove support for CLooG-ppl and CLooG-parma,
2475         both cloog.org and legacy versions. The only supported version will
2476         be CLooG with the isl backend.
2478         2011-07-21  Tobias Grosser  <tobias@grosser.es>
2480         * configure: Regenerated.
2481         * configure.ac: Require cloog isl 0.17.0
2483         2011-07-21  Tobias Grosser  <tobias@grosser.es>
2485         * configure: Regenerated.
2486         * config/cloog.m4: Do not define CLOOG_ORG
2488 2012-06-29  Steven Bosscher  <steven@gcc.gnu.org>
2490         * configure.ac: Skip C if explicitly selected.
2491         * configure: Regenerate.
2493 2012-06-28  Christophe Lyon <christophe.lyon@st.com>
2495         * configure.ac (CFLAGS_FOR_TARGET, CXXFLAGS_FOR_TARGET): Make sure
2496         they contain -O2.
2497         * configure: Regenerate.
2499 2012-06-25  Richard Sandiford  <rdsandiford@googlemail.com>
2501         PR debug/53740
2502         * df.h, df-problems.c, dce.c: Revert last patch.
2504 2012-06-25  Iain Sandoe  <iain@codesourcery.com>
2506         * MAINTAINERS (Write After Approval): Update my email address.
2508 2012-06-21  Meador Inge  <meadori@codesourcery.com>
2510         * MAINTAINERS (Write After Approval): Add myself.
2512 2012-06-20  Jason Merrill  <jason@redhat.com>
2514         * Makefile.tpl (check-target-libgomp-c++): New.
2515         (check-target-libitm-c++): New.
2516         * Makefile.def (c++): Add them.
2517         * Makefile.in: Regenerate.
2519 2012-05-29  Edmar Wienskoski  <edmar@freescale.com>
2521         * MAINTAINERS (Write After Approval): Add myself.
2523 2012-05-16  Olivier Hainque  <hainque@adacore.com>
2525         * Makefile.tpl (gcc-no-fixedincludes): Rename into ...
2526         (gcc-install-no-fixedincludes): Now forwarder to local target in gcc/
2527         (install-no-fixedincludes): Adjust accordingly.
2528         * Makefile.in: Regenerate.
2530 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
2532         Merge upstream change
2533         * libtool.m4 (_LT_ENABLE_LOCK): Support x32.
2535 2012-05-14  Marc Glisse  <marc.glisse@inria.fr>
2537         * MAINTAINERS (Write After Approval): Add myself.
2539 2012-05-09  Nick Clifton  <nickc@redhat.com>
2540             Paul Smith  <psmith@gnu.org>
2542         PR bootstrap/50461
2543         * configure.ac (mpfr-dir): When using in-tree MPFR sources
2544         allow for the fact that from release v3.1.0 of MPFR the source
2545         files were moved into a src sub-directory.
2546         * configure: Regenerate.
2548 2012-05-07  Janne Blomqvist  <jb@gcc.gnu.org>
2550         * configure.ac: Bump minimum MPFR version to 2.4.0.
2551         * configure: Regenerated.
2553 2012-05-01  Richard Henderson  <rth@redhat.com>
2555         * Makefile.def (libatomic): New target_module.
2556         * configure.ac (target_libraries): Add libatomic.
2557         (noconfigdirs): Check if libatomic is supported.
2558         * Makefile.in, configure: Rebuild.
2560 2012-05-01  Greta Yorsh  <Greta.Yorsh@arm.com>
2562         * MAINTAINERS (Write After Approval): Add myself.
2564 2012-04-25  Joel Brobecker  <brobecker@adacore.com>
2566         * config.sub: Update to 2012-04-18 version from official repo.
2568 2012-04-24  Naveen H.S  <naveen.S@kpitcummins.com>
2570         * MAINTAINERS (Write After Approval): Add myself.
2572 2012-04-11  Steve Ellcey  <sellcey@mips.com>
2574         * MAINTAINERS: Changed email address.
2576 2012-03-28  Georg-Johann Lay  <avr@gjlay.de>
2578         PR target/52737
2579         * contrib/gcc_update (files_and_dependencies):
2580         Remove gcc/config/avr/t-multilib from touch data.
2582 2012-03-14  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
2584         * MAINTAINERS (OS Port Maintainers): Remove irix.
2585         * configure.ac (enable_libgomp): Remove *-*-irix6*.
2586         (unsupported_languages): Remove mips-sgi-irix6.*.
2587         (noconfigdirs): Don't add ${libgcj} for mips*-*-irix6*.
2588         (with_stabs): Remove.
2589         * configure: Regenerate.
2591 2012-03-12  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
2593         * MAINTAINERS (OS Port Maintainers): Remove osf.
2594         * configure.ac (enable_libgomp): Remove *-*-osf*.
2595         (with_stabs): Remove alpha*-*-osf*.
2596         * configure: Regenerate.
2598 2012-03-05  Tristan Gingold  <gingold@adacore.com>
2600         * configure.ac: Enable gdb and readline for ia64*-*-*vms*.
2601         * configure: Regenerate.
2603 2012-02-17  Walter Lee  <walt@tilera.com>
2605         * MAINTAINERS: (Write After Approval): Delete myself.
2607 2012-02-14  Walter Lee  <walt@tilera.com>
2609         * MAINTAINERS (tilegx port): Add myself.
2610         (tilepro port): Add myself.
2611         (Write After Approval): Add myself.
2613 2012-02-12  Gerald Pfeifer  <gerald@pfeifer.com>
2615         * MAINTAINERS (Various Maintainers): Add Diego Novillo, Gerald Pfeifer
2616         and Joseph Myers as docstring relicensing maintainers.
2618 2012-02-09  Bin Cheng  <bin.cheng@arm.com>
2620         * MAINTAINERS (write-after-approval): Add myself.
2622 2012-02-08  Ira Rosen <irar@il.ibm.com>
2624         * MAINTAINERS (Various Maintainers): Remove myself as auto-vectorizer
2625         maintainer.
2627 2012-02-04  Venkataramanan Kumar  <venkataramanan.kumar@amd.com>
2629         * MAINTAINERS (Write After Approval): Move myself to
2630         maintain alphabetical order.
2632 2012-02-03  Venkataramanan Kumar  <venkataramanan.kumar@amd.com>
2634         * MAINTAINERS (Write After Approval): Add myself.
2636 2012-02-02  Jayant R Sonar <jayant.sonar@kpitcummins.com>
2638         * MAINTAINERS (Write After Approval): Add myself.
2640 2012-02-02  Sumanth G <sumanth.gundapaneni@kpitcummins.com>
2641             Jayant R Sonar <jayant.sonar@kpitcummins.com>
2643         * configure.ac (cr16-*-*): Remove nonconfigdirs.
2644         * configure: Regenerate.
2646 2012-01-23  Harshit Chopra  <harshit@google.com>
2648         * MAINTAINERS (Write After Approval): Add myself.
2650 2012-01-22  Douglas B Rupp  <rupp@ngnat.com>
2652         * configure.ac: Remove reference to mh-interix.
2653         * configure: Regenerate.
2655 2012-01-05  Richard Henderson  <rth@redhat.com>
2657         PR bootstrap/51072
2658         * configure.ac: Disable libitm if c++ is not enabled.
2659         * configure: Rebuild.
2661         * configure.ac: Fix regexp for same.
2662         * configure: Rebuild.
2664 2012-01-02  Balaji V. Iyer  <bviyer@gmail.com>
2666         * MAINTAINERS (Write After Approval): Add myself.
2668 2012-01-02  Richard Guenther  <rguenther@suse.de>
2670         PR bootstrap/51686
2671         * Makefile.def (install-strip-gcc): Depend on install-strip-lto-plugin.
2672         * Makefile.in: Regenerate.
2674 2011-12-28  Oleg Endo  <olegendo@gcc.gnu.org>
2676         * MAINTAINERS (Write After Approval): Add myself.
2678 2011-12-18  Eric Botcazou  <ebotcazou@adacore.com>
2680         * configure: Regenerate.
2682 2011-12-14  Hariharan Sandanagobalane  <hariharan.gcc@gmail.com>
2684         * MAINTAINERS (picochip): Changed email address.
2686 2011-11-30  Matthew Gretton-Dann  <matthew.gretton-dann@arm.com>
2688         * MAINTAINERS (write-after-approval): Add self.
2690 2011-11-29  DJ Delorie  <dj@redhat.com>
2692         * configure.ac (rl78-*-*) New case.
2693         * configure: Regenerate.
2694         * MAINTAINERS: Add myself as RL78 maintainer.
2696 2011-11-21  Eric Botcazou  <ebotcazou@libertysurf.fr>
2698         * MAINTAINERS: Add self as co-maintainer of the Ada front end.
2700 2011-11-21  Andreas Tobler  <andreast@fgznet.ch>
2702         * libtool.m4: Additional FreeBSD 10 fixes.
2704 2011-11-21  Joern Rennecke  <joern.rennecke@embecosm.com>
2706         * MAINTAINERS: Move myself from Write After Approval to CPU Port
2707         Maintainers section, as Epiphany maintainer.
2709 2011-11-18  Iain Sandoe  <iains@gcc.gnu.org>
2711         PR target/49992
2712         * configure.ac: Remove ranlib special-casing for Darwin.
2713         * configure: Regenerate.
2715 2011-11-12  Andrey Belevantsev  <abel@ispras.ru>
2717         * MAINTAINERS (Reviewers): Keep the list sorted.
2719 2011-11-11  Andrey Belevantsev  <abel@ispras.ru>
2721         * MAINTAINERS (Selective Scheduling): Add myself as a reviewer.
2723 2011-11-09  Roland McGrath  <mcgrathr@google.com>
2725         * configure.ac: Add tool checks for READELF and READELF_FOR_TARGET.
2726         * configure: Rebuild.
2727         * Makefile.def (flags_to_pass): Add READELF_FOR_TARGET.
2728         * Makefile.tpl (READELF, READELF_FOR_TARGET): New variables.
2729         (HOST_EXPORTS): Add READELF, READELF_FOR_TARGET.
2730         (BASE_FLAGS_TO_PASS): Add READELF_FOR_TARGET.
2731         (BASE_TARGET_EXPORTS, EXTRA_HOST_FLAGS, EXTRA_TARGET_FLAGS):
2732         Add READELF.
2733         * Makefile.in: Rebuild.
2735 2011-11-09  Jason Merrill  <jason@redhat.com>
2737         * Makefile.def (language=c++): Remove check-c++0x.
2738         * Makefile.in (check-gcc-c++): Regenerate.
2740 2011-11-08  Richard Henderson  <rth@redhat.com>
2742         * configure.ac: Test for libitm directory present first.
2744         * configure.ac: Adjust srcdir for running libitm/configure.tgt.
2746         * configure.ac: Test libitm/configure.tgt to disable libitm.
2747         * configure: Rebuild.
2749 2011-11-07  Aldy Hernandez  <aldyh@redhat.com>
2750             Richard Henderson  <rth@redhat.com>
2752         Merged from transactional-memory.
2754         * Makefile.def (lang_env_dependencies): libitm is c++.
2755         Add libitm target module.
2756         * configure.ac: Likewise.
2757         * config/mmap.m4: New file.
2758         * contrib/gcc_update: Add libitm to touch data.
2759         * Makefile.in, configure: Rebuild.
2761 2011-11-02  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
2763         * Makefile.tpl (EXTRA_GCC_FLAGS): Remove LIBGCC2_CFLAGS,
2764         LIBGCC2_DEBUG_CFLAGS, LIBGCC2_INCLUDES.
2765         * Makefile.in: Regenerate.
2767 2011-11-01  DJ Delorie  <dj@redhat.com>
2769         * config.sub: Update to version 2011-10-29 (added rl78)
2771 2011-10-27  Nick Clifton  <nickc@redhat.com>
2773         * config.sub: Import these changes from the config project:
2775         2011-10-08  Joern Rennecke  <joern.rennecke@embecosm.com>
2776             Ben Elliston  <bje@gnu.org>
2778         * config.sub (epiphany): New.
2780         2011-09-09  Linas Vepstas  <linasvepstas@gmail.com>
2781             Ben Elliston  <bje@gnu.org>
2783         * config.sub (hexagon, hexagon-*): New.
2785         2011-08-23  Roland McGrath  <mcgrathr@google.com>
2787         * config.sub: Rename 32eb to be32, 32el to le32, 64el to le64, and
2788         64eb to be64.
2790         2011-08-16  Roland McGrath  <mcgrathr@google.com>
2792         * config.sub (32eb, 32el, 64eb, 64el): New (pseudo-)CPUs.
2793         (nacl): Grok as alias for 32el-unknown-nacl.
2795 2011-10-25  Kirill Yukhin  <kirill.yukhin@intel.com>
2797         * MAINTAINERS (Write After Approval): Add myself.
2799 2011-10-24  Teresa Johnson  <tejohnson@google.com>
2801         * MAINTAINERS (Write After Approval): Add myself.
2803 2011-09-21  Jakub Jelinek  <jakub@redhat.com>
2805         * MAINTAINERS (sparc port): Remove myself.
2807 2011-09-14  Tom de Vries  <tom@codesourcery.com>
2809         * MAINTAINERS (Write After Approval): Add myself.
2811 2011-08-14  Yao Qi  <yao@codesourcery.com>
2813         * configure.ac (tic6x-*-*): Remove gdb from noconfigdirs.
2814         * configure: Regenerate.
2816 2011-07-26  Ian Lance Taylor  <iant@google.com>
2818         * configure.ac: Set have_compiler based on whether gcc directory
2819         exists, rather than on whether gcc is in configdirs.
2820         * configure: Rebuild.
2822 2011-07-21  Joseph Myers  <joseph@codesourcery.com>
2824         * MAINTAINERS (Global Reviewers): Add self.
2826 2011-07-20  David Edelsohn  <dje.gcc@gmail.com>
2828         * Makefile.tpl (POSTSTAGE1_CONFIGURE_FLAGS): Add libsupc++ to
2829         link directories.
2830         * Makefile.in: Rebuild.
2832 2011-07-20  Ian Lance Taylor  <iant@google.com>
2834         PR bootstrap/49787
2835         * configure.ac: Move --enable-bootstrap handling earlier in file.
2836         If --enable-bootstrap and either --enable-build-with-cxx or
2837         --enable-build-poststage1-with-cxx, enable C++ automatically.
2838         * configure: Rebuild.
2840 2011-07-19  Ian Lance Taylor  <iant@google.com>
2842         * configure.ac: Add --enable-build-poststage1-with-cxx.  If set,
2843         make C++ a boot_language.  Set and substitute
2844         POSTSTAGE1_CONFIGURE_FLAGS.
2845         * Makefile.tpl (POSTSTAGE1_CONFIGURE_FLAGS): New variable.
2846         (STAGE[+id+]_CONFIGURE_FLAGS): Add $(POSTSTAGE1_CONFIGURE_FLAGS).
2847         * configure, Makefile.in: Rebuild.
2849 2011-07-19  Vladimir Makarov  <vmakarov@redhat.com>
2851         * MAINTAINERS (Register Allocation): Move myself from reviewers to
2852         maintainers.
2854 2011-07-18  Jakub Jelinek  <jakub@redhat.com>
2856         * MAINTAINERS (Global Reviewers): Add myself.
2858 2011-07-18  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
2860         * configure: Regenerate.
2862 2011-07-16  Jason Merrill  <jason@redhat.com>
2864         * Makefile.def (language=c++): Add check-c++0x and
2865         check-target-libmudflap-c++.
2866         * Makefile.tpl (check-target-libmudflap-c++): New.
2867         * Makefile.in: Regenerate.
2869 2011-07-16  Matthias Klose  <doko@ubuntu.com>
2871         * Makefile.tpl (EXTRA_CONFIGARGS_LIBJAVA): Define.
2872         * Makefile.def (target_modules/libjava): Pass
2873         $(EXTRA_CONFIGARGS_LIBJAVA).
2874         * configure.ac: Pass --disable-static in EXTRA_CONFIGARGS_LIBJAVA,
2875         if not configured with --enable-static-libjava.
2876         * Makefile.in: Regenerate.
2877         * configure: Likewise.
2879 2011-07-15  Jason Merrill  <jason@redhat.com>
2881         * Makefile.in (check-c++): Move check-gcc-c++0x after
2882         check-target-libstdc++-v3.
2884 2011-07-15  Bernd Schmidt  <bernds@codesourcery.com>
2886         * MAINTAINERS (c6x port): New entry.
2888 2011-07-13  Jason Merrill  <jason@redhat.com>
2890         * Makefile.in (check-gcc-c++0x): New.
2891         (check-c++): Depend on it.
2893 2011-07-07  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
2895         PR target/39150
2896         * configure.ac (i[3456789]86-*-solaris2*): Also accept
2897         x86_64-*-solaris2.1[0-9]*.
2898         * configure: Regenerate.
2900 2011-06-29  Richard Sandiford  <rdsandiford@googlemail.com>
2902         * MAINTAINERS (RTL optimizers): Add self.
2904 2011-06-27  Gabriel Charette  <gchare@google.com>
2906         * MAINTAINERS (Write After Approval): Add myself.
2908 2011-06-22  Hans-Peter Nilsson  <hp@axis.com>
2910         PR regression/47836
2911         PR bootstrap/23656
2912         PR other/47733
2913         PR bootstrap/49247
2914         PR c/48825
2915         * configure.ac (target_libraries): Remove target-libiberty.
2916         Remove case-statement setting skipdirs=target-libiberty for
2917         multiple targets.  Remove checking target_configdirs and
2918         removing target-libiberty but keeping target-libgcc if
2919         otherwise empty.
2920         * Makefile.def (target_modules): Don't add libiberty.
2921         (dependencies): Remove all traces of target-libiberty.
2922         * configure, Makefile.in: Regenerate.
2924 2011-06-13  Walter Lee <walt@tilera.com>
2926         * configure.ac (tilepro-*-*) New case.
2927         (tilegx-*-*): Likewise.
2928         * configure: Regenerate.
2930 2011-06-06  Jing Yu  <jingyu@google.com>
2932         * configure.ac: Skip target-libiberty for
2933         arm*-*-linux-androideabi.
2934         * configure: Regenerated.
2936 2011-06-06  Nick Clifton  <nickc@redhat.com>
2938         * config.sub: Sync from upstream.
2940 2011-06-05  Nenad Vukicevic  <nenad@intrepid.com>
2942         * MAINTAINERS (Write After Approval): Add myself.
2944 2011-06-01  Daniel Jacobowitz  <drow@false.org>
2946         * MAINTAINERS: Update my email address.
2948 2011-05-27  Nathan Froyd  <froydnj@codesourcery.com>
2950         * MAINTAINERS (Write After Approval): Update my email address.
2952 2011-05-11  Paul Pluzhnikov  <ppluzhnikov@google.com>
2954         * MAINTAINERS (Write After Approval): Add myself.
2956 2011-05-08  Doug Kwan  <dougkwan@google.com>
2958         * configure.ac: Propagate LDFLAGS_FOR_TARGET.
2959         * configure: Regenerated.
2960         * Makefile.tpl (LDFLAGS_FOR_TARGET): Use LDFLAGS_FOR_TARGET
2961         value from configure.
2962         * Makefile.in: Regenerated.
2964 2011-05-05  Joseph Myers  <joseph@codesourcery.com>
2966         * configure.ac (alpha*-dec-osf*, i[[3456789]]86-*-rdos*,
2967         sh*-*-pe|mips*-*-pe|arm-wince-pe, sparc-*-sunos4*, *-*-aix*,
2968         *-*-beos*, *-*-chorusos, *-*-dragonfly*, *-*-freebsd*, *-*-linux*
2969         | *-*-gnu* | *-*-k*bsd*-gnu | *-*-kopensolaris*-gnu, *-*-lynxos*,
2970         *-*-mingw*, *-*-netbsd*, *-*-netware*, *-*-tpf*, *-*-uclinux*,
2971         *-*-vxworks*): Disable newlib and libgloss in separate case
2972         statement.
2973         (i[[3456789]]86-*-linux*): Move logic allowing newlib to be built
2974         to separate case statement.
2975         (*-*-chorusos, *-*-dragonfly*, *-*-freebsd*, *-*-netbsd*,
2976         *-*-netware*, *-*-tpf*, *-*-uclinux*, *-*-vxworks*,
2977         alpha*-dec-osf*, alpha*-*-linux*, am33_2.0-*-linux*, sh-*-linux*,
2978         sh*-*-pe|mips*-*-pe|*arm-wince-pe, arm-*-coff, arm-*-elf* |
2979         arm*-*-eabi*, arm*-*-linux-gnueabi, arm*-*-symbianelf*, avr-*-*,
2980         bfin-*-*, cris-*-* | crisv32-*-*, frv-*-*, i[[3456789]]86-*-coff |
2981         i[[3456789]]86-*-elf, i[[3456789]]86-w64-mingw*,
2982         i[[3456789]]86-*-mingw*, x86_64-*-mingw*,
2983         i[[3456789]]86-*-interix*, i[[3456789]]86-*-beos*,
2984         i[[3456789]]86-*-rdos*, m32r-*-*,
2985         m68hc11-*-*|m6811-*-*|m68hc12-*-*|m6812-*-*, m68k-*-elf*, m68*-*-*
2986         | fido-*-*, powerpc-*-aix*, powerpc-*-beos*, powerpc-*-eabi,
2987         powerpc-*-eabi* | powerpcle-*-eabi* | powerpc-*-rtems*,
2988         rs6000-*-lynxos*, rs6000-*-aix*, mips*-*-linux*, sparclet-*-aout*
2989         | sparc86x-*-*, sparc-*-elf*, sparc64-*-elf*, sparclite-*-*,
2990         sparc-*-sunos4*, sparc-*-solaris* | sparc64-*-solaris* |
2991         sparcv9-*-solaris*, *-*-linux* | *-*-gnu* | *-*-k*bsd*-gnu |
2992         *-*-kopensolaris*-gnu, *-*-lynxos*, *-*-*): Don't disable newlib
2993         and libgloss in main case over targets.  Remove most empty cases
2994         in main case over targets.
2995         * configure: Regenerate.
2997 2011-05-04  Janis Johnson  <janisjo@codesourcery.com>
2999         * MAINTAINERS (Write After Approval): Add myself.
3001 2011-05-04  Joseph Myers  <joseph@codesourcery.com>
3003         * configure.ac: Remove code setting special library locations for
3004         hppa*64*-*-hpux11*.  Remove code setting compiler for
3005         sparc-sun-solaris2*.
3006         * configure: Regenerate.
3008 2011-05-04  Joseph Myers  <joseph@codesourcery.com>
3010         * configure.ac: Separate libgloss_dir settings from general case
3011         over targets.
3012         * configure: Regenerate.
3014 2011-04-28  Joseph Myers  <joseph@codesourcery.com>
3016         * configure.ac (*-*-dragonfly*, *-*-freebsd*, *-*-netbsd*,
3017         alpha*-dec-osf*, alpha*-*-linux*, alpha*-*-*, sh-*-linux*,
3018         arm-*-elf* | arm*-*-eabi*, arm*-*-linux-gnueabi, frv-*-*): Remove
3019         cases in libgcj-disabling case statement.
3020         (hppa*64*-*-linux*): Set unsupported_languages instead of
3021         disabling target-zlib.
3022         (hppa*64*-*-*): Restrict case in libgcj-disabling case statement
3023         to hppa*64*-*-hpux*.
3024         (hppa*-*-*): Restrict case in libgcj-disabling case statement to
3025         hppa*-*-hpux*.
3026         (ia64*-*-elf*, ia64*-**-hpux*, i[[3456789]]86-*-elf,
3027         i[[3456789]]86-*-linux*, *-*-cygwin*, i[[3456789]]86-*-interix*,
3028         i[[3456789]]86-*-solaris2*, m32r-*-*, m68k-*-elf*, m68*-*-* |
3029         fido-*-*, powerpc-*-eabi, powerpc-*-eabi* | powerpcle-*-eabi* |
3030         powerpc-*-rtems*, mips*-*-linux*, mips*-*-*, sh-*-* | sh64-*-*,
3031         sparc-*-elf*, sparc64-*-elf*, sparc-*-solaris* |
3032         sparc64-*-solaris* | sparcv9-*-solaris*, *-*-linux* | *-*-gnu* |
3033         *-*-k*bsd*-gnu | *-*-kopensolaris*-gnu, *-*-*): Remove cases in
3034         libgcj-disabling case statement.
3035         * configure: Regenerate.
3037 2011-04-28  Joseph Myers  <joseph@codesourcery.com>
3039         * configure.ac: Disable Java for targets not supporting libffi.
3040         (*-*-chorusos, *-*-kaos*, am33_2.0-*-linux*, sh*-*-pe|mips*-*-pe):
3041         Remove cases in Java-disabling statement.
3042         (*arm-wince-pe): Change to arm-wince-pe.
3043         (arc-*-*, arm-*-coff, arm-*-pe*, arm-*-riscix*, avr-*-*): Remove
3044         cases in Java-disabling statement.
3045         (bfin-*-*): Don't disable Java again.
3046         (c4x-*-* | tic4x-*-*, tic54x-*-*, cr16-*-*, d10v-*-*, d30v-*-*,
3047         fr30-*-elf*, moxie-*-*, h8300*-*-*, h8500-*-*, hppa1.1-*-osf* |
3048         hppa1.1-*-bsd*, hppa*-*-*elf* | hppa*-*-lites* | hppa*-*-openbsd*,
3049         hppa*-*-pro*, i960-*-*, i[[3456789]]86-*-coff,
3050         i[[3456789]]86-*-pe, i[[3456789]]86-*-sco3.2v5*,
3051         i[[3456789]]86-*-sco*, i[[3456789]]86-*-sysv4*,
3052         i[[3456789]]86-*-beos*, i[[3456789]]86-*-rdos*,
3053         m68hc11-*-*|m6811-*-*|m68hc12-*-*|m6812-*-*): Remove cases in
3054         Java-disabling statement.
3055         (mmix-*-*): Don't disable Java again.
3056         (mt-*-*, powerpc*-*-winnt* | powerpc*-*-pe*, powerpcle-*-solaris*,
3057         powerpc-*-beos*, rs6000-*-lynxos*, rs6000-*-*, m68k-apollo-*,
3058         microblaze*, mips*-sde-elf*, mips*-*-irix5*, mips*-*-bsd*,
3059         sparclet-*-aout* | sparc86x-*-*, sparclite-*-*, sparc-*-sunos4*,
3060         tic6x-*-*, v810-*-*, vax-*-*): Remove cases in Java-disabling
3061         statement.
3062         * configure: Regenerate.
3064 2011-04-28  Joseph Myers  <joseph@codesourcery.com>
3066         * configure.ac: Separate cases disabling Java and Java libraries
3067         from general case over targets.
3068         * configure: Regenerate.
3070 2011-04-21  Jie Zhang  <jzhang918@gmail.com>
3072         * MAINTAINERS: Update my email address.
3074 2011-04-20  Easwaran Raman  <eraman@google.com>
3076         * MAINTAINERS (Write After Approval): Add myself.
3078 2011-04-18  Jack Howarth  <howarth@bromo.med.uc.edu>
3080         PR lto/48086
3081         * configure.ac: Re-enable LTO on *-apple-darwin9*.
3082         * configure: Regenerate.
3084 2011-04-16  Jim Meyering  <meyering@redhat.com>
3086         * MAINTAINERS (Write After Approval): Add myself.
3088 2011-04-15  Dodji Seketeli  <dodji@redhat.com>
3090         * MAINTAINERS: Update my email address.
3092 2011-04-13  Georg-Johann Lay  <avr@gjlay.de>
3094         * MAINTAINERS (Write After Approval): Add myself.
3096 2011-04-12  Yufeng Zhang  <yufeng.zhang@arm.com>
3098         * MAINTAINERS (Write After Approval): Add myself.
3100 2011-04-07  Stuart Henderson  <shenders@gcc.gnu.org>
3102         * MAINTAINERS (Write After Approval): Add myself.
3104 2011-04-06  Joseph Myers  <joseph@codesourcery.com>
3106         * configure.ac (build_tools): Remove build-byacc.
3107         (host_libs): Remove mmalloc.
3108         (host_tools): Remove byacc make patch prms send-pr ash bash bzip2
3109         autoconf automake libtool diff rcs fileutils shellutils time
3110         textutils wdiff find uudecode hello tar gzip indent recode release
3111         sed perl gawk findutils gettext zip.
3112         (libgcj): Remove target-qthreads.
3113         (target_tools): Remove target-examples target-gperf.
3114         (YACC): Don't handle building byacc.
3115         * configure: Regenerate.
3116         * Makefile.def (ash, autoconf, automake, bash, byacc, bzip2, diff,
3117         dosutils, examples, fileutils, find, findutils, gawk, gettext,
3118         gnuserv, gperf, gzip, hello, indent, libtool, make, mmalloc,
3119         patch, perl, prms, qthreads, rcs, recode, release, sed, send-pr,
3120         shellutils, tar, textutils, time, uudecode, wdiff, zip): Don't
3121         handle building components.
3122         * Makefile.in: Regenerate.
3124 2011-04-05  Sterling Augustine <augustine.sterling@gmail.com>
3126         * MAINTAINERS: Update my email address as Xtensa maintainer.
3128 2011-04-05  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
3130         * config.sub: Sync from upstream.
3132 2011-04-01  Joseph Myers  <joseph@codesourcery.com>
3134         * configure.ac (avr-*-*): Add comment about why libssp is disabled.
3135         (microblaze*): Don't disable libssp.
3136         * configure: Regenerate.
3138 2011-04-01  Joseph Myers  <joseph@codesourcery.com>
3140         * configure.ac: Remove code setting CONFIG_SHELL, config_shell and
3141         moveifchange.
3142         * configure: Regenerate.
3143         * Makefile.tpl: Use @SHELL@ not @config_shell@.
3144         * Makefile.in: Regenerate.
3146 2011-04-01  Joseph Myers  <joseph@codesourcery.com>
3148         * configure.ac (*-*-sysv4*): Don't enable libgomp.
3149         (alpha*-*-*vms*, i[[34567]]86-*-sco3.2v5*, mn10300-*-*,
3150         powerpc-*-chorusos*, powerpc*-*-eabi*, powerpc*-*-sysv*,
3151         powerpc*-*-kaos*, s390x-ibm-tpf*, sparc64-*-elf*, v850*-*-*,
3152         xtensa*-*-elf*, *-*-beos*, *-*-elf*, *-*-netware*, *-*-rtems*,
3153         *-*-sysv[[45]]*, *-*-vxworks*, *-wrs-windiss): Remove
3154         md_exec_prefix cases.
3155         * configure: Regenerate.
3157 2011-04-01  Joseph Myers  <joseph@codesourcery.com>
3159         * configure.ac: Separate cases disabling target-libssp,
3160         target-libiberty, target-libstdc++-v3 and Fortran from general
3161         case over targets.
3162         * configure: Regenerate.
3164 2011-04-01  Joseph Myers  <joseph@codesourcery.com>
3166         * configure.ac (*-*-chorusos): Don't disable libgcj.
3167         (*-*-freebsd[[12]] | *-*-freebsd[[12]].* | *-*-freebsd*aout*):
3168         Remove case.
3169         (*-*-kaos*): Don't disable GCC libraries, zlib or fastjar.
3170         (arm-*-coff): Don't disable libgcj.
3171         (arm*-*-linux-gnueabi): Remove useless assignment.
3172         (arm-*-riscix*): Don't disable libgcj.
3173         (bfin-*-*): Don't enable target-bsp and target-cygmon depending on
3174         configuration.
3175         (c4x-*-* | tic4x-*-*): Don't disable GCC libraries.
3176         (c54x*-*-*): Remove case.
3177         (tic54x-*-*): Don't disable GCC or GCC libraries.
3178         (cris-*-* | crisv32-*-*): Don't handle *-*-aout.  Change *-*-elf
3179         to *.
3180         (d10v-*-*): Don't disable GCC libraries.
3181         (d30v-*-*): Don't disable libgcj.
3182         (h8500-*-*): Don't disable GCC libraries.
3183         (i960-*-*): Don't disable libgcj.
3184         (i[[3456789]]86-*-linux*): Don't handle *-*-*libc1*.
3185         (i[[3456789]]86-*-sco3.2v5*, i[[3456789]]86-*-sco*,
3186         i[[3456789]]86-*-sysv4*, i[[3456789]]86-*-beos*): Don't disable
3187         libgcj.
3188         (m68k-*-coff*): Remove case.
3189         (mmix-*-*): Don't disable libgloss on host.
3190         (mn10200-*-*, mn10300-*-*): Remove cases.
3191         (powerpc*-*-winnt* | powerpc*-*-pe*, powerpcle-*-solaris*,
3192         powerpc-*-beos*, m68k-apollo-*, mips*-*-irix5*, mips*-*-bsd*):
3193         Don't disable libgcj.
3194         (romp-*-*): Remove case.
3195         (sparclite-*-*, sparc-*-sunos4*): Don't disable libgcj.
3196         (sparc-*-solaris2.[[0-6]] | sparc-*-solaris2.[[0-6]].*): Remove
3197         case.
3198         (v810-*-*): Don't disable GCC libraries.
3199         (v850*-*-*, vax-*-vms, xtensa*-*-*): Remove cases.
3200         (ip2k-*-*): Don't disable GCC libraries.
3201         * configure: Regenerate.
3203 2011-03-28  Joseph Myers  <joseph@codesourcery.com>
3205         * configure.ac (i[[3456789]]86-*-msdosdjgpp*): Don't disable
3206         libffi on host.
3207         (x86_64-*-mingw*, i[[3456789]]86-*-mingw32*): Don't disable newlib
3208         on host.
3209         (c54x*-*-* | tic54x-*-*): Don't disable newlib on host.
3210         * configure: Regenerate.
3212 2011-03-26  John Marino  <binutils@marino.st>
3214         * configure.ac: Add support for *-*-dragonfly*
3215         * configure: Regenerate.
3217 2011-03-25  Joseph Myers  <joseph@codesourcery.com>
3219         * configure.ac (native_only): Remove.
3220         (i[[3456789]]86-*-msdosdjgpp*): Don't disable expect dejagnu
3221         send-pr uudecode guile gnuserv on host.
3222         (x86_64-*-mingw*): Don't disable expect dejagnu autoconf automake
3223         send-pr rcs guile perl texinfo libtool on host.
3224         (i[[3456789]]86-*-mingw32*): Don't disable expect dejagnu autoconf
3225         automake send-pr rcs guile perl texinfo libtool on host.
3226         (*-*-cygwin*, *-*-netbsd*): Remove host cases.
3227         (*-*-kaos*): Don't disable target-examples target-gperf on target.
3228         (alpha*-dec-osf*): Don't disable fileutils on target.
3229         (sh*-*-pe|mips*-*-pe|*arm-wince-pe): Don't disable target-examples
3230         texinfo send-pr expect dejagnu on target.
3231         (arm-*-elf* | arm*-*-eabi*, arm*-*-linux-gnueabi): Don't disable
3232         target-qthreads on target.
3233         (hppa*-hp-hpux11*, hppa*-*-*): Don't disable shellutils on target.
3234         (ia64*-*-elf*, ia64*-*-*vms*): Don't disable mmalloc on target.
3235         (i[[3456789]]86-w64-mingw*, i[[3456789]]86-*-mingw*,
3236         x86_64-*-mingw*): Don't disable expect on target.
3237         (*-*-cygwin*): Don't disable target-gperf on target.
3238         (powerpc*-*-winnt* | powerpc*-*-pe*): Don't disable make expect
3239         gnuserv on target.
3240         (powerpcle-*-solaris*): Don't disable make expect gnuserv on
3241         target.
3242         * configure: Regenerate.
3244 2011-03-25  Joseph Myers  <joseph@codesourcery.com>
3246         * configure.ac (target_tools): Remove target-groff.
3247         (native_only): Remove target-groff.
3248         (hppa*64*-*-*): Don't disable byacc.
3249         (i[[3456789]]86-*-mingw32*): Remove commented-out noconfigdirs
3250         setting.
3251         (*-*-kaos*): Don't skip target-librx and target-groff.
3252         (*-*-netware*): Don't skip target-libmudflap.
3253         (*-*-tpf*): Don't skip target-libmudflap.
3254         (sh*-*-pe|mips*-*-pe|*arm-wince-pe): Don't condition configured
3255         directories on the host.
3256         (ia64*-*-*vms*): Don't skip tix.
3257         (sh-*-* | sh64-*-*): Don't condition skipped directories on the
3258         host.
3259         * configure: Regenerate.
3261 2011-03-24  Paolo Bonzini  <pbonzini@redhat.com>
3263         * configure.ac: Remove references to mt-mep, mt-netware,
3264         mt-wince.
3265         * Makefile.def: Add all-utils soft dependencies.
3266         * Makefile.tpl: Remove GDB_NLM_DEPS.
3267         * configure: Regenerate.
3268         * Makefile.in: Regenerate.
3270 2011-03-24  Paolo Bonzini  <bonzini@gnu.org>
3272         * configure.ac: Do not include mh-x86omitfp.
3273         * configure: Regenerate.
3275 2011-03-24  Paolo Bonzini  <bonzini@gnu.org>
3277         * configure.ac: Remove empty cases.
3278         * configure: Regenerate.
3280 2011-03-24  Paolo Bonzini  <bonzini@gnu.org>
3282         * Makefile.def: Add dependency from termcap to gdb.
3283         * Makefile.in: Regenerate.
3285 2011-03-24  Paolo Bonzini  <bonzini@gnu.org>
3287         * configure.ac: Remove all mentions of mh-sysv4 and mh-solaris.
3288         * configure: Regenerate.
3289         * Makefile.def: Remove all mentions of X11_FLAGS_TO_PASS.
3290         * Makefile.tpl: Likewise.
3291         * Makefile.in: Regenerate.
3293 2011-03-24  Paolo Bonzini  <bonzini@gnu.org>
3295         * configure.ac: Remove all mentions of tentative_cc.
3296         * configure: Regenerate.
3298 2011-03-24  Joseph Myers  <joseph@codesourcery.com>
3300         * configure.ac (i[[3456789]]86-*-vsta, i[[3456789]]86-*-go32*,
3301         i[[3456789]]86-*-beos*, powerpc-*-beos*, m68k-hp-hpux*,
3302         m68k-apollo-sysv*, m68k-apollo-bsd*, m88k-dg-dgux*,
3303         m88k-harris-cxux*, m88k-motorola-sysv*, mips*-dec-ultrix*,
3304         mips*-nec-sysv4*, mips*-sgi-irix4*, mips*-*-sysv4*, mips*-*-sysv*,
3305         i370-ibm-opened*, i[[3456789]]86-*-sysv5*, i[[3456789]]86-*-dgux*,
3306         i[[3456789]]86-ncr-sysv4.3*, i[[3456789]]86-ncr-sysv4*,
3307         i[[3456789]]86-*-sco3.2v5*, i[[3456789]]86-*-sco*,
3308         i[[3456789]]86-*-udk*, vax-*-ultrix2*, m68k-sun-sunos*,
3309         hppa*-*-hiux*, *-*-hiux*, rs6000-*-lynxos*, *-*-sysv4*,
3310         *-*-rhapsody*): Remove host cases.
3311         * configure: Regenerate.
3313 2011-03-24  Joseph Myers  <joseph@codesourcery.com>
3315         * configure.ac (ppc*-*-pe): Remove host case.
3316         (strongarm-*-coff | xscale-*-coff, strongarm-*-elf* |
3317         xscale-*-elf*, thumb-*-coff, thumb-*-elf, thumb-*-pe, ep9312-*-elf
3318         | ep9312-*-coff, parisc*64*-*-linux*, ppc*-*-pe): Remove target
3319         cases.
3320         * configure: Regenerate.
3322 2011-03-24  Joseph Myers  <joseph@codesourcery.com>
3324         * config.sub: Update to version 2011-03-23.
3326 2011-03-22  Joseph Myers  <joseph@codesourcery.com>
3328         * configure.ac (arm-semi-aof, crx-*-*, parisc*-*-linux*,
3329         i370-*-opened*, i[[3456789]]86-moss-msdos | i[[3456789]]86-*-moss*
3330         | i[[3456789]]86-*-uwin*, mcore-*-pe*): Remove empty cases.
3331         * configure: Regenerate.
3333 2011-03-22  Joseph Myers  <joseph@codesourcery.com>
3335         * MAINTAINERS (crx port, m68hc11 port): Remove.  Move maintainers
3336         to Write After Approval.
3337         * config-ml.in: Don't handle arc-*-elf*.
3338         * configure.ac (arc-*-*, crx-*-*, i[[3456789]]86-*-pe,
3339         m68hc11-*-*|m6811-*-*|m68hc12-*-*|m6812-*-*, mcore-*-pe*): Don't
3340         handle GCC libraries.
3341         * configure: Regenerate.
3343 2011-03-21  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
3345         PR bootstrap/48120:
3346         * configure.ac (pwllib): Use LIBS instead of LDFLAGS.
3347         Add -lstdc++ -lm to LIBS.
3348         * configure: Regenerate.
3350 2011-03-18  David Edelsohn  <dje.gcc@gmail.com>
3352         * config.guess: Update to version 2011-02-02
3353         * config.sub: Update to version 2011-02-24
3355 2011-03-16  Jack Howarth  <howarth@bromo.med.uc.edu>
3357         PR lto/48086
3358         * configure.ac: Re-enable LTO on *-apple-darwin9.
3359         * configure: Regenerate.
3361 2011-03-13  Jack Howarth  <howarth@bromo.med.uc.edu>
3363         PR lto/48086
3364         * configure.ac: Disable LTO on darwin due to an assembler change in
3365         Xcode 3.2.6/4.0 that limits the total number of sections/segments to
3366         under 256.
3367         * configure: Regenerate.
3369 2011-03-11  Chen Liqin <liqin.gcc@gmail.com>
3371         * MAINTAINERS: Update myself as score backend maintainer,
3372         update my e-mail address.
3374 2011-03-09  Xuepeng Guo  <terry.guo@arm.com>
3376         * MAINTAINERS: Update my e-mail address.
3378 2011-03-06  Joey Ye  <joey.ye@arm.com>
3380         * MAINTAINERS: Update my e-mail address.
3382 2011-03-02  Sebastian Pop  <sebastian.pop@amd.com>
3384         * configure.ac: Adjust test of with_ppl.
3385         * configure: Regenerated.
3387 2011-03-02  Kai Tietz  <ktietz@redhat.com>
3389         * MAINTAINERS: Adjust my e-mail address.
3391 2011-03-02  Sebastian Pop  <sebastian.pop@amd.com>
3393         * configure.ac: Add -lpwl to ppllibs.
3394         * configure: Regenerated.
3396 2011-03-02  Sebastian Pop  <sebastian.pop@amd.com>
3398         * config/cloog.m4: Add -lisl to clooglibs.
3399         * configure: Regenerated.
3401 2011-02-24  Ramana Radhakrishnan  <ramana.radhakrishnan@arm.com>
3403         * MAINTAINERS (CPU Port maintainers): Add self.
3405 2011-02-16  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
3407         * MAINTAINERS: Add myself as testsuite maintainer.
3409 2011-02-15  Mike Stump  <mikestump@comcast.net>
3411         * MAINTAINERS: Add myself as testsuite maintainer.
3413 2011-02-13  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
3415         Import from Libtool and gnulib:
3417         2011-01-27  Gerald Pfeifer  <gerald@pfeifer.com>
3419         Prepare for supporting FreeBSD 10.
3420         * config.rpath: Remove handling of freebsd1* which soon would
3421         match FreeBSD 10.0.
3423         2011-01-20  Gerald Pfeifer  <gerald@pfeifer.com>  (tiny change)
3425         Remove support for FreeBSD 1.x.
3426         * libtool.m4 (_LT_LINKER_SHLIBS)
3427         (_LT_SYS_DYNAMIC_LINKER): Remove handling of freebsd1* which
3428         soon would incorrectly match FreeBSD 10.0.
3430 2011-02-12  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
3432         PR binutils/12283
3433         * move-if-change: Import version from gnulib.
3435 2011-02-12  Alexandre Oliva  <aoliva@redhat.com>
3437         PR lto/47225
3438         * Makefile.def (lto-plugin): Double dash for enable-shared.
3439         (configure-gcc): Depend on all-lto-plugin.
3440         * Makefile.in: Rebuilt.
3442 2011-02-11  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
3444         * configure.ac: Remove extra bracket.
3445         * configure: Regenerate.
3447 2011-02-08  Tobias Burnus  <burnus@net-b.de>
3449         * MAINTAINERS: Add myself as libquadmath maintainer.
3451 2011-02-08  Thomas Schwinge  <thomas@schwinge.name>
3453         * MAINTAINERS: Update my email address.
3455 2011-02-07  Joseph Myers  <joseph@codesourcery.com>
3457         * MAINTAINERS (option handling): Add self.
3459 2011-02-06  Kai Tietz  <kai.tietz@onevision.com>
3461         PR lto/47225
3462         * Makefile.def: Add dependency for install-gcc
3463         on install-lto-plugin.
3464         * Makfile.in: Regenerated
3466 2011-02-01  Sebastien Bourdeauducq  <sebastien@milkymist.org>
3468         * MAINTAINERS (CPU Port Maintainers): Add myself.
3470 2011-01-31  Alexandre Oliva  <aoliva@redhat.com>
3472         PR libgcj/44341
3473         * configure.ac: Discard --with-* flags for host when configuring
3474         target libraries for cross build.
3475         * configure: Rebuilt.
3477 2011-01-25  Sebastian Pop  <sebastian.pop@amd.com>
3479         * MAINTAINERS (linear loop transforms): Removed.
3481 2011-01-25  Jakub Jelinek  <jakub@redhat.com>
3483         * configure.ac: If with_ppl is no, move setting with_cloog=no
3484         after CLOOG_REQUESTED check.
3485         * configure: Regenerated.
3487 2011-01-25  Sebastian Pop  <sebastian.pop@amd.com>
3489         * configure.ac: Call AC_MSG_ERROR when PPL 0.11 is not present and
3490         CLooG has been requested.
3491         * configure: Regenerated.
3493 2011-01-25  Sebastian Pop  <sebastian.pop@amd.com>
3495         * configure: Regenerated.
3496         * configure.ac: Check for version 0.11 (or later revision) of PPL.
3498 2011-01-25  Tobias Grosser  <grosser@fim.uni-passau.de>
3500         * configure: Regenerated.
3501         * configure.ac: Use CLOOG_CHECK_VERSION(0,16,1).
3503 2011-01-21  Andreas Schwab  <schwab@redhat.com>
3505         * configure.ac: Use AS_HELP_STRING throughout.
3506         * configure: Regenerate.
3508 2011-01-18  Jie Zhang  <jie.zhang@analog.com>
3510         * configure.ac (bfin-*-*): Remove gdb from noconfigdirs.
3511         * configure: Regenerate.
3513 2011-01-13  John David Anglin  <dave.anglin@nrc-cnrc.gc.ca>
3515         * ltmain.sh (relink): Use absolute path when hardcoding with -L.
3517 2011-01-13  Joel Brobecker  <brobecker@adacore.com>
3519         * configure.ac: Remove readline, mmalloc, and gdb from noconfigdirs
3520         for ia64-hpux.
3521         * configure: Regenerate.
3523 2011-01-07  Jan Hubicka  <jh@suse.cz>
3525         PR lto/47225
3526         * Makefile.in: Regenerate.
3527         * Makefile.def (lto-plugin): Always pass enable-shared to the plugin
3528         configure.
3530 2011-01-07  Jan Hubicka  <jh@suse.cz>
3532         * Makefile.in: Regenerate.
3533         * Makefile.def (gcc host module) and soft dependency on lto-plugin
3534         and configure dependency on lto-plugin configure.
3535         (lto-plugin module): Remove dependency on GCC; add dependency on
3536         liniberty.
3538 2011-01-07  William Schmidt  <wschmidt@linux.vnet.ibm.com>
3540         * MAINTAINERS (Write After Approval): Add myself.
3542 2010-12-23  Hariharan Sandanagobalane <hariharan@picochip.com>
3544         * configure: Regenerate.
3546 2010-12-22  Hariharan Sandanagobalane <hariharan@picochip.com>
3548         * configure.ac: (picochip): Disable libiberty.
3550 2010-12-14  Kaushik Phatak  <kaushik.phatak@kpitcummins.com>
3552         * MAINTAINERS (Write After Approval): Add myself.
3554 2010-12-10  Ian Lance Taylor  <iant@google.com>
3556         PR bootstrap/46819
3557         * configure.ac: For --disable-libgcj clear libgcj_saved.
3558         * configure: Rebuild.
3560 2010-12-10  Tobias Burnus  <burnus@net-b.de>
3562         PR fortran/46540
3563         * configure.ac: Add --disable-libquadmath and
3564         --disable-libquadmath-support.
3565         * configure: Regenerate.
3567 2010-12-03  Ian Lance Taylor  <iant@google.com>
3569         * MAINTAINERS: Add myself as libgo maintainer.
3571 2010-12-03  Hans-Peter Nilsson  <hp@axis.com>
3573         PR libffi/46792
3574         * configure.ac (cris-*-elf, crisv32-*-elf): Disable target-libffi.
3575         * configure: Regenerate.
3577 2010-12-02  Ian Lance Taylor  <iant@google.com>
3579         * configure.ac: Always set default for poststage1_ldflags to
3580         -static-libstdc++ -static-libgcc.
3582 2010-11-29  Andreas Schwab  <schwab@redhat.com>
3584         * configure.ac: Move comment to remove extra space in last argument
3585         of GCC_TARGET_TOOL.
3587 2010-11-26  Alexandre Oliva  <aoliva@redhat.com>
3589         PR other/46026
3590         * configure.ac (CXX_FOR_TARGET): Add -funconfigured-libstdc++-v3.
3591         * Makefile.def (CXX_FOR_TARGET): Removed from flags_to_pass.
3592         * Makefile.tpl (CXX_FOR_TARGET_FLAG_TO_PASS): New.
3593         (BASE_FLAGS_TO_PASS): Use it.
3594         * configure: Rebuilt.
3595         * Makefile.in: Rebuilt.
3597 2010-11-23  H.J. Lu  <hongjiu.lu@intel.com>
3599         PR binutils/12258
3600         * configure.ac: Correct comments for --enable-gold/--enable-ld.
3601         Properly check default linker.
3602         * configure: Regnerated.
3604 2010-11-23  Matthias Klose  <doko@ubuntu.com>
3606         * configure.ac: For --enable-gold, handle value `default' instead of
3607         `both*'.  New configure option --{en,dis}able-ld.
3608         * configure: Regenerate.
3610 2010-11-20  Ian Lance Taylor  <iant@google.com>
3612         * configure.ac: Only disable a language library if no language needs
3613         it.  Don't let --disable-libgcj uncondtionally disable libffi.
3614         * configure: Rebuild.
3616 2010-11-20  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
3618         * Makefile.in: Regenerate.
3620         PR other/46202
3621         * configure.ac: Fix just-built in-tree STRIP name to be
3622         binutils/strip-new.
3623         * configure: Regenerate.
3624         * Makefile.def (install-strip-gcc, install-strip-binutils)
3625         (install-strip-opcodes, install-strip-ld, install-strip-itcl)
3626         (install-strip-sid): Mirror dependencies on non-strip variants
3627         of these targets on the respective -strip prerequisites.
3628         * Makefile.tpl (install-strip, install-strip-host)
3629         (install-strip-target): New targets.
3630         (install-strip-[+module+], install-strip-target-[+module+]):
3631         New targets.
3632         * Makefile.in: Regenerate.
3634 2010-11-19  Ian Lance Taylor  <iant@google.com>
3635             Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
3637         * configure.ac: Add target-libgo to target_libraries.  Set
3638         and substitute GOC_FOR_BUILD and GOC_FOR_TARGET.
3639         * Makefile.tpl (BUILD_EXPORTS): Add GOC and GOCFLAGS.
3640         (HOST_EXPORTS): Add GOC.
3641         (BASE_TARGET_EXPORTS): Add GOC.
3642         (GOC_FOR_BUILD, GOCFLAGS, GOC_FOR_TARGET): New variables.
3643         (GOCFLAGS_FOR_TARGET): New variable.
3644         (EXTRA_HOST_FLAGS): Add GOC.
3645         (EXTRA_TARGET_FLAGS): Add GOC and GOCFLAGS.
3646         * Makefile.def (target_modules): Add libgo.
3647         (flags_to_pass): Add GOC_FOR_TARGET and GOCFLAGS_FOR_TARGET.
3648         (dependencies): Add dependency from configure-target-libgo to
3649         configure-target-libffi and all-target-libstdc++-v3.  Add
3650         dependencies from all-target-libgo to all-target-libffi.
3651         (languages): Add go.
3652         * configure: Rebuild.
3653         * Makefile.in: Rebuild.
3655 2010-11-19  Ian Lance Taylor  <iant@google.com>
3657         * config-ml.in: Add Go support: treat GOC and GOCFLAGS like other
3658         compiler/flag environment variables.
3660 2010-11-18  Ian Lance Taylor  <iant@google.com>
3662         * configure.ac: Check for lang_requires_boot_languages in
3663         config-lang.in files.
3664         * configure: Rebuild.
3666 2010-11-16  Francois-Xavier Coudert  <fxcoudert@gcc.gnu.org>
3667             Tobias Burnus  <burnus@net-b.de>
3669         PR fortran/32049
3670         * Makefile.def: Add libquadmath; build it with language=fortran.
3671         * configure.ac: Add libquadmath.
3672         * Makefile.tpl: Handle multiple libs in check-[+language+].
3673         * Makefile.in: Regenerate.
3674         * configure: Regenerate.
3676 2010-11-16  Tom Tromey  <tromey@redhat.com>
3678         * MAINTAINERS: Moved myself to reviewers section.
3680 2010-11-15  Zdenek Dvorak  <ook@ucw.cz>
3682         * MAINTAINERS: Moved myself to reviewers section.
3684 2010-11-15  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
3686         * MAINTAINERS (Various Maintainers): Add self for build machinery.
3687         (Write After Approval): Remove self.
3689 2010-11-15  Andreas Schwab  <schwab@redhat.com>
3691         * configure.ac: Fix spelling in option names.
3692         * configure: Regenerated.
3694 2010-11-13  Georg-Johann Lay  <georgjohann@web.de>
3696         PR bootstrap/39622
3697         * configure.ac (FLAGS_FOR_TARGET): Add include-fixed path.
3698         * configure: Regenerated.
3700 2010-11-13  Kaveh R. Ghazi  <ghazi@gcc.gnu.org>
3702         * MAINTAINERS: Update my email address.
3704 2010-11-12  Tobias Grosser  <grosser@fim.uni-passau.de>
3706         * configure: Regenerate.
3708 2010-11-12  Tobias Grosser  <grosser@fim.uni-passau.de>
3710         * configure: Regenerate.
3712 2010-11-12  Tobias Grosser  <grosser@fim.uni-passau.de>
3714         * configure: Regenerate.
3716 2010-11-12  Tobias Grosser  <grosser@fim.uni-passau.de>
3718         * configure: Regenerate.
3720 2010-11-11  Andreas Simbuerger  <simbuerg@fim.uni-passau.de>
3722         * configure.ac: Support official CLooG.org versions.
3723         * configure: Regenerate.
3724         * config/cloog.m4: New.
3726 2010-11-10  François Dumont  <francois.cppdevs@free.fr>
3728         * MAINTAINERS (Write After Approval): Add myself.
3730 2010-11-09  David Edelsohn  <dje.gcc@gmail.com>
3732         * MAINTAINERS: Update my email address.
3734 2010-11-04  Iain Sandoe  <iains@gcc.gnu.org>
3736         * configure.ac (*-*-darwin*): Use mh-darwin for all Darwin variants.
3737         * configure: Regenerate.
3739 2010-11-03  Ian Lance Taylor  <iant@google.com>
3740             Dave Korn  <dave.korn.cygwin@gmail.com>
3742         PR lto/46273
3743         * configure.ac: Remove libelf tests.  Build lto-plugin on ELF always
3744         and on other supported platforms whenever LTO is enabled.
3745         * configure: Rebuild.
3747 2010-11-02  Alan Modra  <amodra@gmail.com>
3749         PR binutils/12110
3750         * configure.ac: Error when source path contains spaces.
3751         * configure: Regenerate.
3753 2010-10-23  James E. Wilson  <wilson@codesourcery.com>
3755         * MAINTAINERS: Update my email address.
3757 2010-10-20  Ian Lance Taylor  <iant@google.com>
3759         * Makefile.def (target_modules): Set lib_path to src/.libs for
3760         libstdc++-v3 module.
3761         * Makefile.tpl: Fix typo in TARGET_LIB_PATH comment.
3762         * Makefile.in: Rebuild.
3764 2010-10-18  Laurynas Biveinis  <laurynas.biveinis@gmail.com>
3766         * MAINTAINERS (Reviewers): Add myself for gengtype/GTY.
3767         (Write After Approval): Remove myself.
3769 2010-10-15  Tristan Gingold  <gingold@adacore.com>
3771         * MAINTAINERS (OS Port Maintainers): Add myself for VMS.
3773 2010-10-14  Douglas Rupp  <rupp@gnat.com>
3775         * MAINTAINERS (OS Port Maintainers): Add myself for VMS.
3777 2010-10-07  Dave Korn  <dave.korn.cygwin@gmail.com>
3779         * configure.ac (build_lto_plugin): New shell variable.
3780         (--enable-lto): Turn on by default for all non-ELF platforms that
3781         have had LTO support added so far.  Set build_lto_plugin appropriately
3782         for both ELF and non-ELF.
3783         (configdirs): Add lto-plugin or not based on build_lto_plugin.
3784         * configure: Regenerate.
3786 2010-10-07  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
3788         Sync from src:
3789         * configure.ac (v850 support): Remove target-libgloss from
3790         noconfigdirs.
3791         * configure: Regenerate.
3793 2010-10-02  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
3795         PR bootstrap/45326
3796         PR bootstrap/45174
3797         * configure.ac: Honor initial values of $build_configargs,
3798         $host_configargs, $target_configargs.  Mark the precious, so
3799         environment settings get recorded.
3800         * configure: Regenerate.
3802 2010-09-30  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
3804         PR bootstrap/45796
3805         * Makefile.def (info-gcc, dvi-gcc, pdf-gcc, html-gcc):
3806         Depend on all-build-libiberty.
3807         * Makefile.in: Regenerate.
3809 2010-09-30  Michael Eager  <eager@eagercon.com>
3811         * configure.ac (microblaze): Add target-libssp to noconfigdirs.
3812         * configure: Regenerate.
3814 2010-09-28  Michael Eager  <eager@eagercon.com>
3816         * MAINTAINERS (CPU Port Maintainers): Add myself for MicroBlaze port.
3818 2010-06-27  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
3820         PR bootstrap/44621
3821         * configure.ac: Fix unportable shell quoting.
3822         * configure: Regenerate.
3824 2010-09-21  Iain Sandoe  <iains@gcc.gnu.org>
3826         * configure.ac (enable-lto): Add Darwin to the list of supported lto
3827         targets and amend comment.
3828         * configure: Regenerate.
3830 2010-09-15  Tejas Belagod  <tejas.belagod@arm.com>
3832         * MAINTAINERS (Write After Approval): Add myself.
3834 2010-09-03  Jack Howarth <howarth@bromo.med.uc.edu>
3836         * configure.ac: Enable LTO by default on Darwin.
3837         * configure: Regenerate.
3839 2010-09-02  Marcus Shawcroft  <marcus.shawcroft@arm.com>
3841         * MAINTAINERS (Write After Approval): Add myself.
3843 2010-09-01  Ian Bolton  <ian.bolton@arm.com>
3845         * MAINTAINERS (Write After Approval): Add myself.
3847 2010-08-25  Danny Smith  <dannysmith@users.sourceforge.net>
3849         * MAINTAINERS (OS Port Maintainers): Remove myself from windows
3850         ports
3852 2010-07-28  David Yuste  <david.yuste@gmail.com>
3854         * MAINTAINERS (Write After Approval): Add myself.
3856 2010-07-26  Naveen.H.S  <naveen.S@kpitcummins.com>
3858         * configure.ac: Support all v850 targets.
3859         * configure: Regenerate.
3861 2010-07-23  Marc Glisse <marc.glisse@normalesup.org>
3863         PR bootstrap/44455
3864         * configure.ac (extra_mpfr_configure_flags): Copy from
3865         extra_mpc_gmp_configure_flags.
3866         * configure: Re-generated.
3868 2010-07-22  Andi Kleen  <ak@linux.intel.com>
3870         * MAINTAINERS (Write After Approval): Add myself.
3872 2010-07-22  Chung-Lin Tang  <cltang@codesourcery.com>
3874         * MAINTAINERS (Write After Approval): Add myself.
3876 2010-07-20  Jeffrey Yasskin  <jyasskin@google.com>
3878         * MAINTAINERS (Write After Approval): Add myself.
3880 2010-07-17  Jack Howarth  <howarth@bromo.med.uc.edu>
3882         PR target/44862
3883         * Makefile.tpl (POSTSTAGE1_CXX_EXPORT):
3884         Provide -B option to allow for link spec %s substitutions for
3885         libstdc++.a on darwin.
3886         * Makefile.in: Regenerate.
3888 2010-07-10  Mikael Morin  <mikael@gcc.gnu.org>
3890         * MAINTAINERS (Reviewers): Update my e-mail address
3892 2010-06-10  Alexandre Oliva  <aoliva@redhat.com>
3894         * Makefile.def (configure-gcc): Depend on all-libelf.
3895         * Makefile.in: Rebuild.
3897 2010-06-05  Fabien Chêne  <fabien@gcc.gnu.org>
3899         * MAINTAINERS (Write After Approval): Add myself in the right place.
3901 2010-06-04  Fabien Chêne  <fabien@gcc.gnu.org>
3903         * MAINTAINERS (Write After Approval): Add myself.
3905 2010-05-25  Sterling Augustine  <sterling@tensilica.com>
3907         * MAINTAINERS (CPU Port Maintainers): Add myself for xtensa port.
3909 2010-05-25  Maxim Kuvyrkov  <maxim@codesourcery.com>
3911         * config.sub: Update to version 2010-05-21.
3912         * config.guess: Update to version 2010-04-03.
3914 2010-05-18  Steven Bosscher  <steven@gcc.gnu.org>
3916         * configure.ac (--enable-lto): All *-apple-darwin* now support LTO.
3917         * configure: Regenerate.
3919 2010-05-12  Sriraman Tallam  <tmsriram@google.com>
3921         * MAINTAINERS (Write After Approval): Add myself.
3923 2010-05-07  Steven Bosscher  <steven@gcc.gnu.org>
3925         * configure.ac (--enable-lto): Add x86_64-apple-darwin* as
3926         a platform that supports LTO.
3927         * configure: Regenerate.
3929 2010-05-05  Sebastian Pop  <sebastian.pop@amd.com>
3931         * configure.ac: Allow all the versions greater than 0.10 of PPL.
3932         * configure: Regenerated.
3934 2010-04-27  Roland McGrath  <roland@redhat.com>
3935             H.J. Lu  <hongjiu.lu@intel.com>
3937         * configure.ac (--enable-gold): Support both, both/gold and
3938         both/bfd to add gold to configdirs without removing ld.
3939         * configure: Regenerated.
3941         * Makefile.def: Add install-gold dependency to install-ld.
3942         * Makefile.in: Regenerated.
3944 2010-04-27  Dave Korn  <dave.korn.cygwin@gmail.com>
3946         PR lto/42776
3947         * configure.ac (--enable-lto): Refactor handling so libelf tests
3948         are only performed inside then-clause of ACX_ELF_TARGET_IFELSE,
3949         and allow LTO to be explicitly enabled on non-ELF platforms that
3950         are known to support it inside else-clause.
3951         * configure: Regenerate.
3953 2010-04-20  Eric Botcazou  <ebotcazou@adacore.com>
3955         * configure.ac (BUILD_CONFIG): Redirect output to /dev/null.
3956         * configure: Regenerate.
3958 2010-04-17  Ralf Corsépius  <ralf.corsepius@rtems.org>
3960         * configure.ac (*-*-rtems*): Add target-libiberty to $skipdirs.
3961         * configure: Regenerate.
3963 2010-04-16  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
3965         * configure.ac: Check for elf_getshdrstrndx or elf_getshstrndx
3966         separately.
3967         * configure: Regenerate.
3969 2010-04-16  Kevin Williams  <kevin.williams@inria.fr>
3971         * MAINTAINERS (Write After Approval): Add myself.
3973 2010-04-14  Tristan Gingold  <gingold@adacore.com>
3975         * configure.ac (alpha*-*-*vms*): Remove ld from noconfigdirs.
3976         * configure: Regenerate.
3978 2010-04-13  Steve Ellcey  <sje@cup.hp.com>
3980         * configure: Regenerate after change to elf.m4.
3982 2010-04-06  Iain Sandoe  <iains@gcc.gnu.org>
3984         * MAINTAINERS (Write After Approval): Add myself.
3986 2010-04-02  Sebastian Pop  <sebastian.pop@amd.com>
3988         * configure.ac: Add brackets around AC_TRY_COMPILE alternative.
3989         * configure: Regenerated.
3991 2010-04-02  Sebastian Pop  <sebastian.pop@amd.com>
3993         * configure.ac: Print "buggy but acceptable" when CLooG
3994         revision is less than 9.
3995         * configure: Regenerated.
3997 2010-04-01  Diego Novillo  <dnovillo@google.com>
3999         * MAINTAINERS (Plugin): Add myself and Le-Chun Wu.
4001 2010-04-01  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
4003         PR bootstrap/43615
4004         PR bootstrap/43328
4006         Revert:
4008         2010-03-31  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
4010         * configure.ac: Do not pass --enable-multilib nor
4011         --disable-multilib in baseargs.  Accept explicitly passed
4012         --enable_multilib.
4013         * configure: Regenerate.
4015 2010-03-31  Ulrich Weigand  <uweigand@de.ibm.com>
4017         * MAINTAINERS (CPU Port Maintainers): Add myself for spu port.
4019 2010-03-31  Janis Johnson  <janis187@us.ibm.com>
4021         * MAINTAINERS: Remove myself.
4023 2010-03-31  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
4025         PR bootstrap/43328
4026         * configure.ac: Do not pass --enable-multilib nor
4027         --disable-multilib in baseargs.  Accept explicitly passed
4028         --enable_multilib.
4029         * configure: Regenerate.
4031 2010-03-28  Andrew Pinski  <pinskia@gmail.com>
4033         * MAINTAINERS (spu port): Remove me.
4035 2010-03-23  Joseph Myers  <joseph@codesourcery.com>
4037         * configure.ac (tic6x-*-*): New case.
4038         * configure: Regenerate.
4040 2010-03-23  Joseph Myers  <joseph@codesourcery.com>
4042         * config.sub: Update to version 2010-03-22.
4043         * config.guess: Update to version 2009-12-30.
4045 2010-03-19  Jack Howarth  <howarth@bromo.med.uc.edu>
4047         PR ada/42554
4048         * configure.ac: Only pass -c to ranlib for darwin9 and earlier.
4049         * configure: Regenerate.
4051 2010-03-18  Ramana Radhakrishnan  <ramana.radhakrishnan@arm.com>
4053         * MAINTAINERS: Update my email address.
4055 2010-03-17  Sebastian Pop  <sebastian.pop@amd.com>
4057         * MAINTAINERS (dwarak.rajagopal@amd.com): Removed.
4058         (ghassan.shobaki@amd.com): Removed.
4060 2010-03-17  Alan Modra  <amodra@gmail.com>
4062         * MAINTAINERS: Update my email address.
4064 2010-03-16  Diego Novillo  <dnovillo@google.com>
4066         * MAINTAINERS: Remove Dan Hipschman, William Maddox and Chris
4067         Matthews.
4069 2010-03-16  Joseph Myers  <joseph@codesourcery.com>
4071         * MAINTAINERS (Write After Approval): Remove Jim Blandy, Daniel
4072         Gutson, Jeffrey D. Oldham and Mark Shinwell.
4074 2010-03-16  Joseph Myers  <joseph@codesourcery.com>
4076         * MAINTAINERS: Update my email address.
4078 2010-03-16  Daniel Jacobowitz  <dan@codesourcery.com>
4080         * MAINTAINERS: Update my email address.
4082 2010-03-15  Bernd Schmidt  <bernds@codesourcery.com>
4084         * MAINTAINERS: Update my email address.
4086 2010-03-09  Jie Zhang  <jie@codesourcery.com>
4088         * MAINTAINERS: Update my email address.
4090 2010-03-01  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
4092         PR libstdc++/32499
4093         * configure.ac (RANLIB): Default to true.
4094         (STRIP): Likewise.
4095         (RANLIB_FOR_TARGET): Remove superfluous : argument.
4096         * configure: Regenerate.
4098 2010-02-17  Rafael Ávila de Espíndola  <espindola@google.com>
4100         * MAINTAINERS (Plugin, LTO, LTO plugin): Remove myself.
4101         (Write After Approval): Update my email address.
4103 2010-02-17  Nick Clifton  <nickc@redhat.com>
4105         PR 11238
4106         * Makefile.tpl (local-distclean): Also remove config.cache files in
4107         sub-directories as there may not be Makefiles present in the
4108         sub-directories.
4109         * Makefile.tpl: Use "-exec rm {}" rather than "-delete" to delete
4110         the config.cache files found by the find command.
4112         * Makefile.in: Regenerate.
4113         * configure.ac: Revert previous delta.
4114         * configure: Regenerate.
4116 2010-02-15  Nick Clifton  <nickc@redhat.com>
4118         PR 11238
4119         * configure.ac: Delete config.cache files in sub-directories when
4120         deleting Makefiles.
4121         * configure: Regenerate.
4123 2010-02-12  Ben Elliston  <bje@gnu.org>
4125         * MAINTAINERS: Update my email address.
4127 2010-02-08  Andrew Pinski  <pinskia@gmail.com>
4129         * MAINTAINERS (spu port): Update my email address.
4131 2010-02-08  Jie Zhang  <jie.zhang@analog.com>
4133         * MAINTAINERS: Add myself as a maintainer for the bfin port.
4135 2010-01-31  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
4137         * configure.ac: Add "recommended" version checks for GMP/MPC.
4138         Update recommended GMP/MPFR/MPC versions.
4139         * configure: Regenerate.
4141 2010-01-31  Joern Rennecke  <joern.rennecke@embecosm.com>
4143         * MAINTAINERS: Move my Embecosm email address into the
4144         write-after-approval section.
4146 2010-01-26  Ian Lance Taylor  <iant@google.com>
4148         * MAINTAINERS: Add myself as Go frontend maintainer.
4150 2010-01-25  Joern Rennecke  <amylaar@spamcop.net>
4152         PR libstdc++/36101, PR libstdc++/42813
4153         * configure.ac (bootstrap_target_libs): Make inclusion of
4154         target-libgomp conditional on libgomb being in target_configdirs.
4155         * configure: Regenerate.
4157 2010-01-23  Joern Rennecke  <amylaar@spamcop.net>
4159         PR libstdc++/36101, PR libstdc++/42813
4160         * configure.ac (bootstrap_target_libs): Include target-libgomp.
4161         * configure: Regenerate.
4163 2010-01-22  Joern Rennecke  <amylaar@spamcop.net>
4165         PR libstdc++/36101, PR libstdc++/42813
4166         * configure.ac (target_configdirs): Substitute.
4167         * Makefile.def: Bootstrap target module libgomp.
4168         Add dependency of all-target-libstdc++-v3 on configure-target-libgomp.
4169         * Makefile.tpl (TARGET_CONFIGDIRS): New makefile variable.
4170         (BASE_TARGET_EXPORTS): Export TARGET_CONFIGDIRS.
4171         * configure, Makefile.in: Regenerate.
4173 2010-01-21  Dave Korn  <dave.korn.cygwin@gmail.com>
4175         * MAINTAINERS: Adjust my details.
4177 2010-01-20  Eric B. Weddington  <eric.weddington@atmel.com>
4179         * MAINTAINERS (CPU Port Maintainers): Add myself for avr port.
4181 2010-01-18  Thierry Lafage  <thierry.lafage@inria.fr>
4183         * MAINTAINERS: reindented my entry with tabs instead of spaces.
4185 2010-01-15  Thierry Lafage  <thierry.lafage@inria.fr>
4187         * MAINTAINERS (Write After Approval): Add myself.
4189 2010-01-15  Konrad Trifunovic  <konrad.trifunovic@inria.fr>
4191         * MAINTAINERS (Write After Approval): Add myself.
4193 2010-01-11  Richard Guenther  <rguenther@suse.de>
4195         PR lto/41569
4196         * Makefile.def (all-lto-plugin): Depend on all-gcc.
4197         * Makefile.in: Regenerated.
4199 2010-01-11  Andreas Tobler  <andreast@fgznet.ch>
4201         * configure.ac: Enable libjava build on x86_64-*freebsd*.
4202         * configure: Regenerate.
4204 2010-01-07  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
4205             Francois-Xavier Coudert  <fxcoudert@gcc.gnu.org>
4207         PR bootstrap/42424
4208         * configure.ac: Include libtool m4 files.
4209         (_LT_CHECK_OBJDIR): Call it.
4210         (extra_mpc_mpfr_configure_flags, extra_mpc_gmp_configure_flags,
4211         gmplibs, ppllibs, clooglibs): Use $lt_cv_objdir.
4213         * configure: Regenerate.
4215 2010-01-07  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
4217         PR bootstrap/41818
4218         * Makefile.tpl (BASE_TARGET_EXPORTS): Only add TARGET_LIB_PATH
4219         to $(RPATH_ENVVAR) if bootstrapping.  Fix typo in comment.
4220         * Makefile.in: Regenerate.
4222 2010-01-02  Richard Guenther  <rguenther@suse.de>
4224         PR lto/41529
4225         * configure.ac: Include config/elf.m4.  Disable LTO if not
4226         builting for an elf target.
4227         * configure: Regenerate.
4229 2009-12-27  Christopher Faylor  <me+cygwin@cgf.cx>
4231         * MAINTAINERS: Change my email address.
4233 2009-12-18  Ben Elliston  <bje@au.ibm.com>
4235         * config.sub, config.guess: Update from upstream sources.
4237 2009-12-07  Shujing Zhao  <pearly.zhao@oracle.com>
4239         * MAINTAINERS (Write After Approval): Add myself.
4241 2009-12-06  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
4243         PR middle-end/30447
4244         PR middle-end/30789
4245         PR other/40302
4247         * configure.ac: Require MPC.
4248         * configure: Regenerate.
4250 2009-12-05  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
4252         PR target/38384
4253         PR bootstrap/40972
4254         * libtool.m4: Sync from git Libtool.
4255         * ltoptions.m4: Likewise.
4256         * ltversion.m4: Likewise.
4257         * lt~obsolete.m4: Likewise.
4258         * ltmain.sh: Likewise.
4260 2009-11-30  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
4262         * configure.ac: Update minimum MPC version to 0.8.
4263         * configure: Regenerate.
4265 2009-11-21  Sebastian Pop  <sebpop@gmail.com>
4267         * configure.ac: Check for version 0.15.5 or later revision of CLooG.
4268         * configure: Regenerated.
4270 2009-11-21  Ian Lance Taylor  <iant@google.com>
4272         * configure.ac: Change default of poststage1_ldflags to be empty if
4273         poststage1_libs is set.  When poststage1_libs is empty, and
4274         ENABLE_BUILD_WITH_CXX is set, add -static-libgcc.
4275         * configure: Rebuild.
4277 2009-11-21  Adam Nemet  <adambnmet@gmail.com>
4279         * MAINTAINERS (Write After Approval): Update my email address.
4281 2009-11-20  Ben Elliston  <bje@au.ibm.com>
4283         * config.guess: Update from upstream sources.
4285 2009-11-16  Alexandre Oliva  <aoliva@redhat.com>
4287         * Makefile.def: Restore host and target settings for gmp.
4288         * Makefile.in: Rebuild.
4290 2009-11-16  Alexandre Oliva  <aoliva@redhat.com>
4292         * configure.ac: Add libelf to host_libs.  Enable in-tree configury
4293         of ppl and cloog.  Fix in-tree configury of libelf, skip tests.
4294         Fix portability of test of C++ as bootstrap language.  Add
4295         ppl/src/ppl-config.o to the bootstrap compare exclusion list.
4296         * configure: Rebuild.
4297         * Makefile.def: Drop host and target settings from gmp, mpfr, ppl,
4298         and cloog.  Fix in-tree ppl configuration.  Introduce libelf
4299         in-tree building.
4300         * Makefile.tpl (POSTSTAGE1_CXX_EXPORT): New.
4301         (POSTSTAGE1_HOST_EXPORTS): Use it.
4302         (STAGE[+id+]_CXXFLAGS): New.
4303         (BASE_FLAGS_TO_PASS): Pass it down.
4304         (configure-stage[+id+]-[+prefix+][+module+]): Use it.  Add
4305         extra_exports.
4306         (all-stage[+id+]-[+prefix+][+module+]): Likewise.
4307         (configure-[+prefix+][+module+], all-[+prefix+][+module+]): Add
4308         extra_exports.
4309         * Makefile.in: Rebuild.
4311 2009-11-17  Ben Elliston  <bje@au.ibm.com>
4313         * config.sub, config.guess: Update from upstream sources.
4315 2009-11-12  Jan Kratochvil  <jan.kratochvil@redhat.com>
4317         * MAINTAINERS (Write After Approval): Add myself.
4319 2009-11-09  Jon Beniston  <jon@beniston.com>
4321         * MAINTAINERS (Write After Approval): Add myself.
4323 2009-11-06  Ozkan Sezer  <sezeroz@gmail.com>
4325         * configure.ac (FLAGS_FOR_TARGET):  Add -L and -isystem
4326         paths for *-w64-mingw* and x86_64-*mingw*.
4327         * configure: Regenerated.
4329 2009-11-05  Joern Rennecke  <amylaar@spamcop.net>
4331         * MAINTAINERS (Write After Approval): Add entry for my INRIA work.
4333 2009-11-02  Benjamin Kosnik  <bkoz@redhat.com>
4335         * MAINTAINERS: Add Jonathan Wakely under Various Maintainers, move
4336         Phil Edwards to Write-After Approval.
4338 2009-10-30  Kai Tietz  <kai.tietz@onevision.com>
4340         * configure.ac: Disable target-winsup & co for
4341         x86_64-*-mingw* and *-w64-mingw* targets.
4342         * configure: Regenerated.
4344 2009-10-16  Nick Clifton  <nickc@redhat.com>
4346         * MAINTAINERS: Add myself as a maintainer for the RX port.
4348 2009-10-26  Johannes Singler  <singler@kit.edu>
4350         * MAINTAINERS (Write After Approval): Update my e-mail address.
4352 2009-10-23  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
4354         * configure.ac (CLooG test): Use = with test.
4355         * configure: Regenerate.
4357 2009-10-22  Richard Guenther  <rguenther@suse.de>
4359         * configure.ac: Do not set LIBS for ppl/cloog checks.  Disable
4360         cloog if the ppl version check failed.  Move flags saving
4361         before setting in libelf check.
4362         * configure: Regenerate.
4364 2009-10-21  Richard Guenther  <rguenther@suse.de>
4366         * configure.ac: Adjust the ppl and cloog configure to work as
4367         documented.  Disable cloog if ppl was disabled.  Omit the version
4368         checks if they were disabled.
4369         * configure: Re-generate.
4371 2009-10-13  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
4373         * configure.ac: Add 'lto' to enable_languages, not
4374         new_enable_languages, and only if not already present.
4375         * configure: Regenerate.
4377 2009-10-10  Gerald Pfeifer  <gerald@pfeifer.com>
4379         * README: Refer to the various COPYING* files instead of just
4380         COPYING.
4381         Refer to http://gcc.gnu.org/bugs/ for bug reporting instructions.
4383 2009-10-07  Rafael Avila de Espindola  <espindola@google.com>
4385         * MAINTAINERS: Change my email address. Change plugi-in to plugin.
4387 2009-10-07  Richard Guenther  <rguenther@suse.de>
4389         * MAINTAINERS (LTO): List Diego Novillo, Rafael Avila de Espindola,
4390         and Richard Guenther as reviewers.
4391         (LTO plugin): List Rafael Avila de Espindola and Cary Coutant
4392         as reviewers.
4394 2009-10-07  Hariharan Sandanagobalane  <hariharan@picochip.com>
4396         * config.sub: Update from upstream sources.
4398 2009-10-06  Ian Lance Taylor  <iant@google.com>
4400         * Makefile.def: check-gold depends upon all-gas.
4401         * Makefile.in: Rebuild.
4403 2009-10-05  Phil Muldoon  <pmuldoon@redhat.com>
4405         * MAINTAINERS (Write After Approval): Add myself.
4407 2009-10-03  2009-02-05  Rafael Avila de Espindola  <espindola@google.com>
4409         * Makefile.def: all-lto-plugin depends on all-libiberty.
4410         set bootstrap=true for lto-plugin.
4411         Add lto-plugin.
4412         * Makefile.in: Regenerate.
4413         * configure.ac (host_libs): Add lto-plugin.
4414         * configure: Regenerate.
4416 2009-10-03  Diego Novillo  <dnovillo@google.com>
4418         * Makefile.tpl (HOST_EXPORTS): Add LIBELFLIBS and LIBELFINC.
4419         (HOST_LIBELFLIBS): Define.
4420         (HOST_LIBELFINC): Define.
4421         * Makefile.in: Regenerate.
4422         * configure.ac: Add --enable-lto.
4423         Add --with-libelf, --with-libelf-include and --with-libelf-lib.
4424         If --enable-lto is used, add 'lto' to new_enable_languages.
4425         If --enable-lto is used and gold is enabled, add
4426         lto-plugin to configdirs.
4427         * configure: Regenerate.
4429 2009-10-03  Simon Baldwin  <simonb@google.com>
4431         * configure.ac: If --with-system-zlib, suppress local zlib and
4432         pass --with-system-zlib to subdir configure scripts.
4433         * configure: Regenerate.
4435 2009-10-01  Loren J. Rittle  <ljrittle@acm.org>
4436             Paolo Bonzini  <bonzini@gnu.org>
4438         * Makefile.tpl (POSTSTAGE1_HOST_EXPORTS): Use $$s rather than
4439         $(srcdir).
4440         * Makefile.in: Rebuilt.
4442 2009-09-26  Gary Funck  <gary@intrepid.com>
4444         * MAINTAINERS (Write After Approval): Add myself.
4446 2009-09-26  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
4448         * configure.ac: Update minimum MPC version to 0.7.
4449         * configure: Regenerate.
4451 2009-09-25  Nick Clifton  <nickc@redhat.com>
4453         * configure.ac: Pass any --cache-file=/dev/null option on to
4454         subconfigures.
4455         * configure: Regenerate.
4457 2009-09-23  Nick Clifton  <nickc@redhat.com>
4459         * config.sub, config.guess: Update from upstream sources.
4461 2009-09-22  Loren J. Rittle  <ljrittle@acm.org>
4463         * Makefile.tpl (POSTSTAGE1_HOST_EXPORTS): Remove stray $$r/.
4464         * Makefile.in: Rebuilt.
4466 2009-09-22  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
4468         PR bootstrap/32272
4469         * configure.ac: Error out if $srcdir isn't '.' but contains
4470         host-${host_noncanonical}.
4471         * configure: Regenerate.
4473 2009-09-22  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
4475         * MAINTAINERS (OS Port Maintainers): Add myself as Solaris
4476         maintainer.
4478 2009-09-21  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
4480         * configure.ac: If bootstrapping a combined tree with
4481         --enable-gold, require c++ in stage1_languages.
4482         * configure: Regenerate.
4484         * configure.ac: Also add target_libs of stage1_languages to
4485         bootstrap_target_libs.
4486         * configure: Regenerate.
4488         * configure.ac: Diagnose --enable-build-with-cxx bootstrap
4489         with --enable-languages not containing c++.
4490         * configure: Regenerate.
4492 2009-09-15  Jie Zhang  <jie.zhang@analog.com>
4494         * configure.ac: Disable java and boehm-gc for bfin-*-*.
4495         * configure: Regenerate.
4497 2009-09-12  Joern Rennecke  <joern.rennecke@embecosm.com>
4499         * MAINTAINERS (Write After Approval): Update my e-mail address,
4500         and move from from here...
4501         (Waiting for paperwork): To here.
4503 2009-09-09  Joseph Myers  <joseph@codesourcery.com>
4505         * MAINTAINERS (Reviewers): Add self as driver reviewer.
4507 2009-09-08  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
4509         * configure.ac: Do not use $extrasub for replacing @if/@endif
4510         parts in Makefile; instead, use additional arguments to
4511         AC_CONFIG_COMMANDS to do the replacement manually, with several
4512         sed invocations, to avoid HP-UX sed command limits.
4513         * configure: Regenerate.
4515 2009-09-08  Alexandre Oliva  <aoliva@redhat.com>
4517         * libtool.m4 (output_verbose_link_cmd): Require leading blank, and
4518         blank before -L.
4520 2009-09-04  Alexandre Oliva  <aoliva@redhat.com>
4522         * configure.ac (with-build-config): Document.  Handle without.
4523         Handle missing argument.
4524         * configure: Rebuilt.
4526 2009-09-03  Alexandre Oliva  <aoliva@redhat.com>
4528         * configure.ac (--with-build-config): New.  Set BUILD_CONFIG.
4529         Default to bootstrap-debug only if compare-debug works.
4530         * configure: Rebuilt.
4531         * Makefile.tpl: Make BUILD_CONFIG configure-configurable.
4532         * Makefile.in: Rebuilt.
4534 2009-09-02  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
4536         * MAINTAINERS (OS Port Maintainers): Update my email address.
4538 2009-09-01  Alexandre Oliva  <aoliva@redhat.com>
4540         * Makefile.tpl (BUILD_CONFIG): Default to bootstrap-debug.
4541         * Makefile.in: Rebuilt.
4543 2009-09-01  Chris Demetriou  <cgd@google.com>
4545         * MAINTAINERS (Write After Approval): Add myself.
4547 2009-08-31  Dodji Seketeli  <dodji@redhat.com>
4549         PR debug/30161
4550         * include/dwarf2.h (enum dwarf_tag): Added
4551         DW_TAG_GNU_template_template_param
4552         (enum dwarf_attribute): Added DW_AT_GNU_template_name.
4554 2009-08-30  Paolo Bonzini  <bonzini@gnu.org>
4556         * Makefile.tpl (AWK): Fix typo.
4557         * Makefile.in: Regenerate.
4559 2009-08-30  Paolo Bonzini  <bonzini@gnu.org>
4561         * configure.ac: Detect awk and sed.
4562         * Makefile.def (flags_to_pass): Add AWK and SED.
4563         * Makefile.tpl (AWK, SED): New.
4564         (BASE_FLAGS_TO_PASS): Add AWK and SED.
4565         * configure: Regenerate.
4566         * Makefile.in: Regenerate.
4568 2009-08-26  Dave Korn  <dave.korn.cygwin@gmail.com>
4570         * ltmain.sh (removedotparts): Don't use comma as 's' separator.
4571         (collapseslashes): Likewise.
4573 2009-08-24  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
4575         * configure.ac (AC_PREREQ): Bump to 2.64.
4577 2009-08-22  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
4579         * configure.ac: Remove --with-datarootdir, --with-docdir,
4580         --with-pdfdir, --with-htmldir switches.
4581         * configure: Regenerate.
4583         * configure: Regenerate.
4585         * compile: Sync from Automake 1.11.
4586         * depcomp: Likewise.
4587         * install-sh: Likewise.
4588         * missing: Likewise.
4589         * mkinstalldirs: Likewise.
4590         * ylwrap: Likewise.
4592 2009-08-20  Dave Korn  <dave.korn.cygwin@gmail.com>
4594         * ltmain.sh (func_normal_abspath): New function.
4595         (func_relative_path): Likewise.
4596         (func_mode_help): Document new -bindir option for link mode.
4597         (func_mode_link): Add new -bindir option, and use it to place
4598         output DLL if specified.
4600 2009-08-19  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
4602         * configure.ac: Call AC_DISABLE_OPTION_CHECKING.
4603         (baseargs): Add --disable-option-checking.
4604         * configure: Regenerate.
4606         * Makefile.def (configure-target-libiberty): Depend on
4607         all-binutils and all-ld.
4608         (configure-target-newlib): Likewise.
4609         * Makefile.in: Regenerate.
4611 2009-08-17  Ben Elliston  <bje@au.ibm.com>
4613         * config.sub, config.guess: Update from upstream sources.
4615 2009-08-16  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
4617         Sync from src, merge:
4619         2009-07-02  Tristan Gingold  <gingold@adacore.com>
4621         * configure.ac: Do not exclude gas for i386-*-darwin.
4622         Add a case for x86_64-*-darwin.
4623         * configure: Regenerate.
4625 2009-08-06  Neil Vachharajani  <nvachhar@gmail.com>
4627         * MAINTAINERS: Add my name to Write After Approval list.
4629 2009-08-06  Michael Eager  <eager@eagercon.com>
4631         * configure.ac: Add Microblaze target.
4632         * configure: Regenerate.
4634 2009-07-31  Christian Bruel  <christian.bruel@st.com>
4636         * configure.ac (sh*-*-elf): Don't add target-libgloss to noconfigdirs.
4637         * configure: Regenerate.
4639 2009-07-28  Rask Ingemann Lambertsen  <ccc94453@vip.cybercity.dk>
4641         * MAINTAINERS (Write After Approval): Update my e-mail address.
4643 2009-07-06  Ian Lance Taylor  <iant@google.com>
4645         * configure.ac: Add missing comma in AC_ARG_WITH(boot-libs).
4646         * configure: Rebuild.
4648 2009-07-01  Tobias Grosser  <grosser@fim.uni-passau.de>
4650         * MAINTAINERS: Move myself to the Graphite Reviewers.
4652 2009-06-30  Wei Guozhi  <carrot@google.com>
4654         * MAINTAINERS: Add my name to Write After Approval list.
4656 2009-06-26  Steve Ellcey  <sje@cup.hp.com>
4658         PR bootstrap/40338
4659         * configure.ac (comparestring): Create new variable.
4660         * Makefile.tpl (comparestring): Use to skip some comparisions.
4661         * configure: Regenerate.
4662         * Makefile.in: Regenerate.
4664 2009-06-26  Doug Evans  <dje@sebabeach.org>
4666         * Makefile.def (host_modules): Add cgen.
4667         * Makefile.in: Regenerate.
4668         * configure.ac (host_tools): Add cgen.
4669         * configure: Regenerate.
4671 2009-06-23  DJ Delorie  <dj@redhat.com>
4673         * MAINTAINERS: Add myself as mep maintainer.
4675 2009-06-23  Ian Lance Taylor  <iant@google.com>
4677         * configure.ac: Add --enable-build-with-cxx.  When set, add c++ to
4678         boot_languages.  Only bootstrap target libraries listed in
4679         target_libs for some boot language.  Add --with-stage1-ldflags,
4680         --with-stage1-libs, --with-boot-ldflags, --with-boot-libs.  Remove
4681         with_host_libstdcxx from ppllibs.  Only add -fkeep-inline-functions
4682         if not building with C++.
4683         * Makefile.def: For target_module libstdc++-v3, set bootstrap=true.
4684         * Makefile.tpl (STAGE1_LDFLAGS, STAGE1_LIBS): New variables.
4685         (POSTSTAGE1_LDFLAGS, POSTSTAGE1_LIBS): New variables.
4686         (HOST_EXPORTS): Add STAGE1_LDFLAGS to LDFLAGS.  Export HOST_LIBS.
4687         (POSTSTAGE1_HOST_EXPORTS): Set CXX and CXX_FOR_BUILD.  Add
4688         POSTSTAGE1_LDFLAGS to LDFLAGS.  Export HOST_LIBS.
4689         (POSTSTAGE1_FLAGS_TO_PASS): Likewise.
4690         * configure, Makefile.in: Rebuild.
4692 2009-06-23  Li Feng  <nemokingdom@gmail.com>
4694         * MAINTAINERS: Added my name to write-after-approval list.
4696 2009-06-15  Ryan Mansfield  <rmansfield@qnx.com>
4698         * configure.ac: Define is_elf for QNX Neutrino targets.
4699         * configure: Regenerate.
4701 2009-06-09  Ghassan Shobaki  <ghassan.shobaki@amd.com>
4703         * MAINTAINERS: Added my name to the write-after-approval list
4705 2009-06-08  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
4707         * configure.ac: Detect MPC in default directory.
4708         * configure: Regenerate.
4710 2009-06-03  Jerome Guitton  <guitton@adacore.com>
4711             Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
4713         * Makefile.tpl (all): Avoid a trailing backslash.
4714         * Makefile.in: Regenerate.
4716 2009-06-03  Ben Elliston  <bje@au.ibm.com>
4718         * config.sub, config.guess: Update from upstream sources.
4720 2009-06-02  Richard Sandiford  <r.sandiford@uk.ibm.com>
4722         * configure.ac (powerpc-*-aix*, rs6000-*-aix*): Add target-newlib
4723         to noconfdirs.
4724         * configure: Regenerate.
4726 2009-06-02  Alexandre Oliva  <aoliva@redhat.com>
4728         * Makefile.tpl ([+compare-target+]): Compare all stage
4729         directories, rather than just gcc.
4730         * Makefile.in: Rebuilt.
4732 2009-06-01  Doug Kwan  <dougkwan@google.com>
4734         * configure.ac: Support gold for target arm*-*-*.
4735         * configure: Regenerate.
4737 2009-05-29  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
4739         * Makefile.def: Add MPC support and dependencies.
4740         * configure.ac: Likewise.  Reorganize GMP/MPFR checks.
4742         * Makefile.in, configure: Regenerate.
4744 2009-05-27  Alexandre Oliva  <aoliva@redhat.com>
4746         * Makefile.tpl (all): Avoid harmless warning in make all when
4747         gcc-bootstrap is enabled but stage_last does not exist.
4748         * Makefile.in: Rebuilt.
4750 2009-05-24  Nicolas Roche  <roche@adacore.com>
4752         * Makefile.tpl (compare-target): Skip ./ada/*tools directories.
4753         * Makefile.in: Regenerate.
4755 2009-05-21  Denis Chertykov  <chertykov@gmail.com>
4757         * MAINTAINERS: Update my e-mail address.
4759 2009-05-21  Dave Korn  <dave.korn.cygwin@gmail.com>
4761         * configure.ac (cygwin noconfigdirs):  Remove libgcj.
4762         * configure:  Regenerate.
4764 2009-05-18  Alexandre Oliva  <aoliva@redhat.com>
4766         PR other/40159
4767         * Makefile.tpl (all): Don't assume gcc-bootstrap and
4768         gcc-no-bootstrap are mutually exclusive.
4769         * Makefile.in: Rebuilt.
4771 2009-05-18  Alexandre Oliva  <aoliva@redhat.com>
4773         PR other/40159
4774         * Makefile.tpl (all): Don't end with unconditional success.
4775         * Makefile.in: Rebuilt.
4777 2009-05-12  Alexandre Oliva  <aoliva@redhat.com>
4779         PR target/37137
4780         * Makefile.def (flags_to_pass): Remove redundant and incomplete
4781         STAGE1_CFLAGS, STAGE2_CFLAGS, STAGE3_CFLAGS, and STAGE4_CFLAGS.
4782         Add FLAGS_FOR_TARGET and BUILD_CONFIG.
4783         (bootstrap_stage): Remove bootstrap-debug custom stages.  Turn
4784         stage_configureflags, stage_cflags and stage_libcflags into
4785         explicit Makefile macros.
4786         * Makefile.tpl (HOST_EXPORTS, EXTRA_HOST_FLAGS): Pass GCJ and
4787         GFORTRAN.
4788         (POSTSTAGE1_HOST_EXPORTS): Add XGCC_FLAGS_FOR_TARGET and TFLAGS to
4789         CC.  Set CC_FOR_BUILD from CC.
4790         (BASE_TARGET_EXPORTS, RAW_CXX_TARGET_EXPORTS,
4791         NORMAL_TARGET_EXPORTS): Move SYSROOT_CFLAGS_FOR_TARGET and
4792         DEBUG_PREFIX_CFLAGS_FOR_TARGET from CFLAGS and CXXFLAGS to
4793         XGCC_FLAGS_FOR_TARGET.  Add it along with TFLAGS to CC, CXX, GCJ,
4794         and GFORTRAN.
4795         (TFLAGS, STAGE_CFLAGS, STAGE_TFLAGS, STAGE_CONFIGURE_FLAGS): New.
4796         (_LIBCFLAGS): Renamed to _TFLAGS.
4797         (do-compare-debug, do-compare3-debug): Drop.
4798         (CC, GCC_FOR_TARGET, CXX_FOR_TARGET, RAW_CXX_FOR_TARGET,
4799         GCJ_FOR_TARGET, GFORTRAN_FOR_TARGET): Remove FLAGS_FOR_TARGET.
4800         (FLAGS_FOR_TARGET, SYSROOT_CFLAGS_FOR_TARGET,
4801         DEBUG_PREFIX_CFLAGS_FOR_TARGET): Move down.
4802         (XGCC_FLAGS_FOR_TARGET): New.
4803         (BASE_FLAGS_TO_PASS): Pass STAGEid_CFLAGS, STAGEid_TFLAGS and TFLAGS.
4804         (EXTRA_HOST_FLAGS): Pass GCJ and GFORTRAN.
4805         (POSTSTAGE1_FLAGS_TO_PASS): Move SYSROOT_CFLAGS_FOR_TARGET and
4806         DEBUG_PREFIX_CFLAGS_FOR_TARGET from CFLAGS, CXXFLAGS, LIBCFLAGS,
4807         LIBCXXFLAGS to XGCC_FLAGS_FOR_TARGET.  Add it along with TFLAGS
4808         to CC, CXX, GCJ, and GFORTRAN.  Pass XGCC_FLAGS_FOR_TARGET and
4809         TFLAGS.
4810         (BUILD_CONFIG): Include if requested.
4811         (all): Set TFLAGS on bootstrap.
4812         (configure-stageid-prefixmodule): Pass TFLAGS, adjust FLAGS.
4813         (all-stageid-prefixmodule): Likewise.
4814         (do-clean, distclean-stageid): Set TFLAGS.
4815         (restrap): Fix whitespace.
4816         * Makefile.in: Rebuilt.
4818 2009-05-07  Paolo Bonzini  <bonzini@gnu.org>
4820         * config.guess: Sync with src.
4822 2009-05-07  Dave Korn  <dave.korn.cygwin@gmail.com>
4824         * configure.ac ($with_ppl):  Default to no if not supplied.
4825         ($with_cloog):  Likewise.
4826         configure:  Regenerate.
4828 2009-04-27  James E. Wilson  <wilson@codesourcery.com>
4830         * MAINTAINERS: Update my e-mail address.
4832 2009-04-27  Nick Clifton  <nickc@redhat.com>
4834         * MAINTAINERS: Replace Aldy Hernandez as a maintainer for the FRV.
4836 2009-04-25  Eric Botcazou  <ebotcazou@adacore.com>
4838         * Makefile.tpl (POSTSTAGE1_HOST_EXPORTS): Add GNATBIND.
4839         (POSTSTAGE1_FLAGS_TO_PASS): Pick up exported value for GNATBIND.
4840         * Makefile.in: Regenerate.
4842 2009-04-24  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
4844         PR bootstrap/39739
4845         * configure.ac (extra_mpfr_configure_flags): Set and AC_SUBST.
4846         * Makefile.def (module=mpfr): Use extra_mpfr_configure_flags.
4848         * configure, Makefile.in: Regenerate.
4850 2009-04-21  Taras Glek  <tglek@mozilla.com>
4852         * include/hashtab.h: Update GTY annotations to new syntax
4853         * include/splay-tree.h: Likewise
4855 2009-04-17  Ben Elliston  <bje@au.ibm.com>
4857         * config.sub, config.guess: Update from upstream sources.
4859 2009-04-15  Anthony Green  <green@moxielogic.com>
4861         * configure.ac: Add moxie support.
4862         * configure: Rebuilt.
4864 2009-04-14  Jakub Jelinek  <jakub@redhat.com>
4866         * configure.ac: Change copyright header to refer to version
4867         3 of the GNU General Public License and to point readers at the
4868         COPYING3 file and the FSF's license web page.
4869         * Makefile.def: Likewise.
4870         * Makefile.tpl: Likewise.
4871         * Makefile.in: Regenerate.
4873 2009-04-09  Jack Howarth  <howarth@bromo.med.uc.edu>
4875         * configure.ac: Restore match for darwin9 or later. Use double
4876         brackets since regeneration eats one pair.
4877         * configure: Regenerate.
4879 2009-04-09  H.J. Lu  <hongjiu.lu@intel.com>
4881         PR gas/10039
4882         * configure.ac: Require texinfo 4.7.
4883         * configure: Regenerated.
4885 2009-04-09  Nick Clifton  <nickc@redhat.com>
4887         * COPYING.RUNTIME: New file: Contains a copy of version 3.1 of
4888         the GCC Runtime Library Exception.
4890 2009-04-08  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
4892         * configure.ac: Bump minimum GMP/MPFR versions to 4.2 and 2.3.1.
4893         * configure: Regenerate.
4895 2009-04-01  Steve Ellcey  <sje@cup.hp.com>
4897         * Makefil.def (languages): New entries.
4898         * Makefile.tpl (check-gcc-*): New generic target.
4899         * Makefile.in: Regenerate.
4901 2009-03-25  Erven Rohou  <erven.rohou@inria.fr>
4903         * MAINTAINERS:  Update my email address.
4905 2009-03-18  Tom Tromey  <tromey@redhat.com>
4907         * configure: Rebuild.
4908         * configure.ac (host_libs): Add libiconv.
4909         * Makefile.in: Rebuild.
4910         * Makefile.def (host_modules): Add libiconv.
4911         (configure-gdb, all-gdb): Depend on libiconv.
4913 2009-03-16  Tristan Gingold  <gingold@adacore.com>
4915         * configure.ac: Treat gdb as supported on x86_64-darwin.
4916         * configure: Regenerate.
4918 2009-03-16  Joseph Myers  <joseph@codesourcery.com>
4920         * configure.ac (--with-host-libstdcxx): New option.
4921         * configure: Regenerate.
4923 2009-03-12  Joern Rennecke  <joern.rennecke@arc.com>
4925         * MAINTAINERS:  Move myself into the write after approval list.
4927 2009-03-11  Nicola Pero  <nicola.pero@meta-innovation.com>
4929         * MAINTAINERS: Update e-mail address.
4931 2009-03-11  Dorit Nuzman  <dorit@il.ibm.com>
4933         * MAINTAINERS: Remove myself as auto-vectorizer maintainer.
4935 2009-03-10  Ira Rosen  <irar@il.ibm.com>
4937         * MAINTAINERS: Add myself as auto-vectorizer maintainer.
4939 2009-03-01  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
4941         Backport from git Libtool:
4943         2009-01-19  Robert Millan  <rmh@aybabtu.com>
4944         Support GNU/kOpenSolaris.
4945         * libltdl/m4/libtool.m4 (_LT_SYS_DYNAMIC_LINKER)
4946         (_LT_CHECK_MAGIC_METHOD, _LT_COMPILER_PIC, _LT_LINKER_SHLIBS)
4947         (_LT_LANG_CXX_CONFIG) [kopensolaris*-gnu]: Recognize
4948         GNU/kOpenSolaris.
4950 2009-02-27  Andreas Schwab  <schwab@linux-m68k.org>
4952         * MAINTAINERS: Update e-mail address.
4954 2009-02-24  Michael Eager  <eager@eagercon.com>
4956         * MAINTAINERS (Write After Approval): Add self.
4958 2009-02-18  Bingfeng Mei  <bmei@broadcom.com>
4960         * MAINTAINERS (Write After Approval): Add myself.
4962 2009-02-05  Andreas Schwab  <schwab@suse.de>
4964         * Makefile.tpl (stage_last): Define $r and $s before using
4965         $(RECURSE_FLAGS_TO_PASS).
4966         * Makefile.in: Regenerate
4968 2009-01-30  Ian Lance Taylor  <iant@google.com>
4970         * MAINTAINERS: Move myself to the Global Reviewers list.
4972 2009-01-29  Robert Millan  <rmh@aybabtu.com>
4974         * configure.ac: Recognize GNU/kOpenSolaris (*-*-kopensolaris*-gnu).
4975         * configure: Regenerate.
4977 2009-01-17  Gerald Pfeifer  <gerald@pfeifer.com>
4979         * MAINTAINERS: Make whitespace consistent.
4980         Remove Robert Millan from Write After Approval.
4982 2009-01-16  Alan Modra  <amodra@bigpond.net.au>
4984         * Makefile.def (configure-opcodes): Depend on configure-libiberty.
4985         (all-opcodes): Depend on all-libiberty.
4986         * Makefile.in: Regenerate.
4988 2009-01-15  Douglas B Rupp  <rupp@gnat.com>
4990         * configure.ac (ia64*-*-*vms*): Add case with no gdb or ld support.
4991         * configure: Regenerate.
4993 2009-01-12  Ramana Radhakrishnan  <ramana.r@gmail.com>
4995         * MAINTAINERS (Write After Approval): Add myself.
4997 2009-01-12  Steven G. Kargl  <sgk@troutmask.apl.washington.edu>
4999         * MAINTAINERS: Add myself to reviewers (Fortran).
5001 2009-01-12  Sebastian Pop  <sebastian.pop@amd.com>
5003         PR tree-optimization/38515
5004         * configure.ac (cloog-polylib): Removed.
5005         (with_ppl, with_cloog): Test for "no".
5006         * configure: Regenerated.
5008 2009-01-11  Daniel Franke  <franke.daniel@gmail.com>
5010         * MAINTAINERS: Moved myself to reviewers (Fortran).
5012 2009-01-06  Thomas Schwinge  <tschwinge@gnu.org>
5014         * MAINTAINERS (OS Port Maintainers): Add myself for GNU/Hurd.
5015         (Write After Approval): Remove myself.
5017 2009-01-03  Diego Novillo  <dnovillo@google.com>
5019         * MAINTAINERS: Remove myself from alias maintainership.
5021 2009-01-02  David Ayers  <ayers@fsfe.org>
5023         * MAINTAINERS: Update e-mail address.
5025 2008-12-30  Gerald Pfeifer  <gerald@pfeifer.com>
5027         * MAINTAINERS: Make whitespace consistent.
5029 2008-12-18  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
5031         Backport from upstream Libtool:
5032         * libltdl.m4 (_LT_SYS_DYNAMIC_LINKER, _LT_LINKER_SHLIBS):
5033         Add cache variables to tests that require the linker to work.
5034         For shlibpath_overrides_runpath, this also changes the semantics
5035         to let the result from the C compiler take precedence.
5037 2008-12-02  Ben Elliston  <bje@au.ibm.com>
5039         * config.sub, config.guess: Update from upstream sources.
5041 2008-12-12  Sebastian Pop  <sebastian.pop@amd.com>
5043         * configure.ac (ppllibs): Add by default the lib flags.
5044         * configure: Regenerate.
5046 2008-12-08  Luis Machado  <luisgpm@br.ibm.com>
5048         * MAINTAINERS:  Add myself to the write after approval list.
5050 2008-12-04  Jack Howarth  <howarth@bromo.med.uc.edu>
5052         * configure.ac: Add double brackets on darwin[912].
5053         * configure: Regenerate.
5055 2008-12-03  Daniel Kraft  <d@domob.eu>
5057         * MAINTAINERS:  Moved myself and Mikael Morin from Write After
5058         Approval to Reviewer section (for Fortran front-end).
5060 2008-12-02  Jack Howarth  <howarth@bromo.med.uc.edu>
5062         * configure.ac: Expand to darwin10 and later.
5063         * configure: Regenerate.
5065 2008-12-02  Andreas Schwab  <schwab@suse.de>
5067         * Makefile.def: configure-target-boehm-gc depends on
5068         all-target-libstdc++-v3.
5069         * Makefile.in: Regenerate.
5071 2008-12-02  Kai Tietz  <kai.tietz@onevision.com>
5073         * MAINTAINERS:  Add myself as mingw maintainer.
5075 2008-12-02  Ben Elliston  <bje@au.ibm.com>
5077         * config.sub, config.guess: Update from upstream sources.
5079 2008-12-01  Gerald Pfeifer  <gerald@pfeifer.com>
5081         * README.SCO: Remove.
5083 2008-11-29  Fernando Pereira  <pronesto@gmail.com>
5085         * MAINTAINERS:  Add myself to the write after approval list.
5087 2008-11-29  Dave Korn  <dave.korn.cygwin@gmail.com>
5089         * MAINTAINERS:  Update my email address in WAA section.
5091 2008-11-29  Chen Liqin  <liqin@sunnorth.com.cn>
5093         * MAINTAINERS: Update e-mail address.
5095 2008-11-27  Toon Moene  <toon@moene.org>
5097         * MAINTAINERS: Change e-mail address.
5099 2008-11-27  Tristan Gingold  <gingold@adacore.com>
5101         * configure.ac: Build gdb for i?86-*-darwin*
5102         * configure: Regenerated.
5104 2008-11-24  Hariharan Sandanagobalane  <hariharan@picochip.com>
5106         * MAINTAINERS: Added my full name.
5108 2008-11-14  Daniel Jacobowitz  <dan@codesourcery.com>
5110         PR bootstrap/38014
5111         PR bootstrap/37923
5113         Revert:
5115         2008-10-24  Daniel Jacobowitz  <dan@codesourcery.com>
5117         * Makefile.tpl (HOST_EXPORTS): Correct CPPFLAGS typo.
5118         * Makefile.in: Regenerated.
5120         2008-10-22  Daniel Jacobowitz  <dan@codesourcery.com>
5122         PR gdb/921
5123         PR gdb/1646
5124         PR gdb/2175
5125         PR gdb/2176
5127         * Makefile.def (flags_to_pass): Add CPPFLAGS_FOR_BUILD and CPPFLAGS.
5128         * Makefile.tpl (BUILD_EXPORTS): Set CPPFLAGS.
5129         (EXTRA_BUILD_FLAGS): Correct typo.  Pass CPPFLAGS.
5130         (HOST_EXPORTS): Pass CPPFLAGS.
5131         (CPPFLAGS_FOR_BUILD, CPPFLAGS, CPPFLAGS_FOR_TARGET): Define.
5132         (LDFLAGS_FOR_TARGET): Initialize from configure script.
5133         (EXTRA_TARGET_FLAGS): Set CPPFLAGS.
5134         * Makefile.in, configure: Regenerated.
5135         * configure.ac: Set CPPFLAGS_FOR_TARGET, LDFLAGS_FOR_TARGET,
5136         and CPPFLAGS_FOR_BUILD.
5138 2008-11-06  Jeff Law  <law@redhat.com>
5140         * MAINTAINERS: Add myself as middle end maintainer.
5142 2008-11-06  Andrew Stubbs  <ams@codesourcery.com>
5144         * MAINTAINERS (Write after approval): Add myself.
5146 2008-11-05  Diego Novillo  <dnovillo@google.com>
5148         * MAINTAINERS (Global Reviewers): Add myself.
5149         (Non-Algorithmic Maintainers): Remove myself.
5151 2008-11-04  Thomas Schwinge  <tschwinge@gnu.org>
5153         * MAINTAINERS (Write after approval): Add myself.
5155 2008-10-31  Mikael Morin  <mikael.morin@tele2.fr>
5157         * MAINTAINERS (Write after approval): Add myself.
5159 2008-10-31  Ben Elliston  <bje@au.ibm.com>
5161         * configure.ac (spu-*-*): Remove special case.
5162         * configure: Regenerate.
5164 2008-10-30  Catherine Moore  <clm@codesourcery.com>
5166         * MAINTAINERS (Write after approval): Update my email address.
5168 2008-10-29  Stefan Schulze Frielinghaus  <xxschulz@de.ibm.com>
5170         * configure.ac [spu-*-*]: Do not set skipdirs.
5171         * configure: Re-generate.
5173 2008-10-29  Bernd Schmidt  <bernd.schmidt@analog.com>
5175         * MAINTAINERS (Various Maintainers): Add myself to reload.
5177 2008-10-25  Richard Guenther  <rguenther@suse.de>
5179         * MAINTAINERS (Various Maintainers): Add myself as middle-end
5180         maintainer.  Remove myself as libgcc-math maintainer.
5181         (Non-Algorithmic Maintainers): Remove myself.
5183 2008-10-24  Daniel Jacobowitz  <dan@codesourcery.com>
5185         * Makefile.tpl (HOST_EXPORTS): Correct CPPFLAGS typo.
5186         * Makefile.in: Regenerated.
5188 2008-10-23  Cary Coutant  <ccoutant@google.com>
5190         * MAINTAINERS (Write after approval): Add myself.
5192 2008-10-22  Daniel Jacobowitz  <dan@codesourcery.com>
5194         PR gdb/921
5195         PR gdb/1646
5196         PR gdb/2175
5197         PR gdb/2176
5199         * Makefile.def (flags_to_pass): Add CPPFLAGS_FOR_BUILD and CPPFLAGS.
5200         * Makefile.tpl (BUILD_EXPORTS): Set CPPFLAGS.
5201         (EXTRA_BUILD_FLAGS): Correct typo.  Pass CPPFLAGS.
5202         (HOST_EXPORTS): Pass CPPFLAGS.
5203         (CPPFLAGS_FOR_BUILD, CPPFLAGS, CPPFLAGS_FOR_TARGET): Define.
5204         (LDFLAGS_FOR_TARGET): Initialize from configure script.
5205         (EXTRA_TARGET_FLAGS): Set CPPFLAGS.
5206         * Makefile.in, configure: Regenerated.
5207         * configure.ac: Set CPPFLAGS_FOR_TARGET, LDFLAGS_FOR_TARGET,
5208         and CPPFLAGS_FOR_BUILD.
5210 2008-10-20  Sebastian Pop  <sebastian.pop@amd.com>
5212         * MAINTAINERS (Graphite Reviewers): Added Daniel Berlin and
5213         Sebastian Pop.
5215 2008-10-14  Antoniu Pop <antoniu.pop@gmail.com>
5217         * MAINTAINERS (Write After Approval): Added myself.
5219 2008-10-13  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
5221         * configure.ac (MPFR check): Bump minimum version to 2.3.0 and
5222         recommended version to 2.3.2.
5224         * configure: Regenerate.
5226 2008-10-01  Mark Mitchell  <mark@codesourcery.com>
5228         * MAINTAINERS (Blanket Write Privs): Change to Global Reviewers.
5230 2008-09-29  David Daney <david.daney@caviumnetworks.com>
5232         * MAINTAINERS (Write After Approval): Update e-mail address.
5234 2008-09-26  Peter O'Gorman  <pogma@thewrittenword.com>
5236         * libtool.m4: Update to libtool 2.2.6.
5237         * lt~obsolete.m4: Update to libtool 2.2.6.
5238         * ltmain.sh: Update to libtool 2.2.6.
5239         * ltsugar.m4: Update to libtool 2.2.6.
5240         * ltversion.m4: Update to libtool 2.2.6.
5241         * ltoptions.m4: Update to libtool 2.2.6.
5242         * ltgcc.m4: Update to match changes from libtool 2.2.6.
5244 2008-09-22  Chris Fairles  <cfairles@gcc.gnu.org>
5246         * MAINTAINERS (Write After Approval): Add myself.
5248 2008-09-22  Bernhard Reutner-Fischer  <aldot@gcc.gnu.org>
5250         * MAINTAINERS (Write After Approval): Update my name.
5252 2008-09-20  Steven Bosscher  <steven@gcc.gnu.org>
5254         * MAINTAINERS: Add myself in "Write After Approval".
5256 2008-09-18  Steve Ellcey  <sje@cup.hp.com>
5258         * MAINTAINERS: Add myself as ia64 maintainer.
5260 2008-09-04  Gerald Pfeifer  <gerald@pfeifer.com>
5262         * MAINTAINERS: Remove John Carr, Steve Chamberlain, Michael Chastain,
5263         Klaus Kaempf, Mumit Khan, Alan Lehotsky, Warren Levy, Don Lindsay,
5264         Dave Love, Alexandre Petit-Bianco, Clinton Popetz, Gavin Romig-Koch,
5265         and Michael Tiemann from Write After Approval since they do not
5266         actually have access.
5268 2008-09-05  Richard Guenther  <rguenther@suse.de>
5270         * configure.ac: Initialize clooglibs to -lcloog.
5271         * configure: Re-generate.
5273 2008-09-04  Le-Chun Wu  <lcwu@google.com>
5275         * MAINTAINERS (Write After Approval): Add myself.
5277 2008-09-03  Sebastian Pop  <sebastian.pop@amd.com>
5279         * configure.ac (--with-cloog-polylib): New.
5280         (--disable-cloog-version-check): New.
5281         (--disable-ppl-version-check): New.
5282         * configure: Re-generate.
5284 2008-09-03  Richard Guenther  <rguenther@suse.de>
5286         * configure.ac: Always pass -DCLOOG_PPL_BACKEND to the
5287         cloog test.
5288         * configure: Re-generate.
5290 2008-09-03  Hari Sandanagobalane  <hariharan@picochip.com>
5292         Add picoChip port.
5293         * MAINTAINERS: Add picoChip maintainers.
5295 2008-09-02  Sebastian Pop  <sebastian.pop@amd.com>
5296             Tobias Grosser  <grosser@fim.uni-passau.de>
5297             Jan Sjodin  <jan.sjodin@amd.com>
5298             Harsha Jagasia  <harsha.jagasia@amd.com>
5299             Dwarakanath Rajagopal  <dwarak.rajagopal@amd.com>
5300             Konrad Trifunovic  <konrad.trifunovic@inria.fr>
5301             Adrien Eliche  <aeliche@isty.uvsq.fr>
5303         Merge from graphite branch.
5304         * configure: Regenerate.
5305         * Makefile.in: Regenerate.
5306         * configure.ac (host_libs): Add ppl and cloog.
5307         Add checks for PPL and CLooG.
5308         * Makefile.def (ppl, cloog): Added modules and dependences.
5309         * Makefile.tpl (PPLLIBS, PPLINC, CLOOGLIBS, CLOOGINC): New.
5310         (HOST_PPLLIBS, HOST_PPLINC, HOST_CLOOGLIBS, HOST_CLOOGINC): New.
5312 2008-08-31  Aaron W. LaFramboise  <aaronavay62@aaronwl.com>
5314         * configure.ac (RPATH_ENVVAR): Use PATH on Windows.
5315         (GCC_SHLIB_SUBDIR): New.
5316         * Makefile.tpl (HOST_LIB_PATH_gcc): Use GCC_SHLIB_SUBDIR.
5317         * configure: Regenerate.
5318         * Makefile.in: Regenerate.
5320 2008-08-30  Gerald Pfeifer  <gerald@pfeifer.com>
5322         * MAINTAINERS: Consistently use tabs to separate columns.
5324 2008-08-29  Tristan Gingold  <gingold@adacore.com>
5326         * MAINTAINERS (Write after Approval): Add myself.
5328 2008-08-28  Tristan Gingold  <gingold@adacore.com>
5330         * configure.ac (powerpc-*-darwin*, i?86-*-darwin*,x86_64-*-darwin9):
5331         Enable bfd, binutils and opcodes.
5332         * configure: Regenerate.
5334 2008-08-27  John David Anglin  <dave.anglin@nrc-cnrc.gc.ca>
5336         * MAINTAINERS: Update my hppa and hpux entries.  Remove my vax entry.
5338 2008-08-23  Thomas Koenig  <tkoenig@gcc.gnu.org>
5340         * MAINTAINERS:  Use correct Umlaut for last name.
5342 2008-08-23  Francois-Xavier Coudert  <fxcoudert@gcc.gnu.org>
5344         * MAINTAINERS: Move myself from Reviewers to Write after Approval.
5346 2008-08-16  David Edelsohn  <edelsohn@gnu.org>
5348         * MAINTAINERS: Update my email address.
5350 2008-08-16  Nicolas Roche  <roche@adacore.com>
5352         * Makefile.tpl: Add BOOT_ADAFLAGS.
5353         * Makefile.in: Regenerate.
5355 2008-08-09  Richard Sandiford  <rdsandiford@googlemail.com>
5357         * configure.ac (mips*-*-*linux*, mips*-*-gnu*): Use mt-mips-gnu.
5358         * configure: Regenerate.
5360 2008-07-30  Paolo Bonzini  <bonzini@gnu.org>
5362         * configure.ac: Add makefile fragments for hpux.
5363         * Makefile.def (flags_to_pass): Add ADA_CFLAGS.
5364         * Makefile.tpl (HOST_EXPORTS): Pass ADA_CFLAGS.
5365         * configure: Regenerate.
5366         * Makefile.in: Regenerate.
5368 2008-07-28  Aldy Hernandez  <aldyh@redhat.com>
5370         * MAINTAINERS: Add Jakub and myself as gimple maintainers.
5372 2008-07-11  Dodji Seketeli  <dseketel@redhat.com>
5374         * MAINTAINERS (Write after Approval): Add myself.
5376 2008-07-02  Xuepeng Guo  <xuepeng.guo@intel.com>
5378         * MAINTAINERS (Write After Approval):  Add myself.
5380 2008-06-29  Andrew Jenner  <andrew@codesourcery.com>
5382         * MAINTAINERS (Write After Approval):  Add myself.
5384 2008-06-29  Krister Walfridsson  <krister.walfridsson@gmail.com>
5386         * MAINTAINERS: Update my email address.
5388 2008-06-25  Joey Ye  <joey.ye@intel.com>
5390         * MAINTAINERS (Write After Approval):  Add myself.
5392 2008-06-17  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
5394         * Makefile.tpl ($(srcdir)/configure): Update dependencies.
5395         * Makefile.in: Regenerate.
5396         * configure: Regenerate.
5398 2008-06-17  Daniel Kraft  <d@domob.eu>
5400         * MAINTAINERS (Write After Approval):  Add myself.
5402 2008-06-16  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
5404         * configure.ac: Set TOPLEVEL_CONFIGURE_ARGUMENTS early, when
5405         "$@" is still intact with both Autoconf 2.59 and 2.62.
5406         * configure: Regenerate.
5408 2008-06-16  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
5410         * Makefile.tpl: Fix comment errors.
5411         * Makefile.in: Regenerate.
5413 2008-06-12  David S. Miller  <davem@davemloft.net>
5414             David Edelsohn  <edelsohn@gnu.org>
5416         * configure.ac: Add powerpc*-*-* to gold supported targets.
5417         * configure: Regenerate.
5419 2008-06-08  Joseph Myers  <joseph@codesourcery.com>
5421         PR tree-optimization/36218
5422         * Makefile.def (flags_to_pass): Add LDFLAGS_FOR_BUILD.
5423         * Makefile.tpl (EXTRA_BUILD_FLAGS): Define.
5424         (all prefix="build-"): Pass them to build-system sub-makes.
5425         * Makefile.in: Regenerate.
5427 2008-06-07  Joseph Myers  <joseph@codesourcery.com>
5429         * MAINTAINERS (mt port): Remove.
5430         (sco5, unixware, sco udk): Remove.
5431         (Kean Johnston): Add to Write After Approval.
5433 2008-05-30  Julian Brown  <julian@codesourcery.com>
5435         * configure.ac (arm*-*-linux-gnueabi): Don't disable building
5436         of libobjc for ARM EABI Linux.
5437         * configure: Regenerate.
5439 2008-05-18  Xinliang David Li   <davidxl@google.com>
5441         * ChangeLog: Remove wrong ChangeLog entry.
5443 2008-05-17  Xinliang David Li   <davidxl@google.com>
5445         * MAINTAINERS (Write After Approval): Add myself.
5447 2008-05-15  Janus Weil  <janus@gcc.gnu.org>
5449         * MAINTAINERS (Write After Approval): Add myself.
5451 2008-05-14  Rafael Espíndola  <espindola@google.com>
5453         * config-ml.in: don't handle --enable-shared and --enable-static.
5455 2008-05-10  Richard Sandiford  <rdsandiford@googlemail.com>
5457         * MAINTAINERS: Update my email address.
5459 2008-05-10  Paolo Carlini  <paolo.carlini@oracle.com>
5461         * MAINTAINERS: Update my email address.
5463 2008-05-03  Kris Van Hees  <kris.van.hees@oracle.com>
5465         * MAINTAINERS (Write After Approval): Add myself.
5467 2008-04-28  Gabriele Svelto  <gabriele.svelto@st.com>
5469         * MAINTAINERS (Write After Approval): Add myself.
5471 2008-04-25  Pompapathi V Gadad  <Pompapathi.V.Gadad@nsc.com>
5473         * MAINTAINERS (crx): Add myself.
5475 2008-04-18  Paolo Bonzini  <bonzini@gnu.org>
5477         Sync with src:
5478         2008-04-14  David S. Miller  <davem@davemloft.net>
5480         * configure.ac: Add sparc*-*-* to gold supported targets.
5481         * configure: Regenerate.
5483 2008-04-18  Paolo Bonzini  <bonzini@gnu.org>
5485         PR bootstrap/35457
5486         * configure.ac: Include override.m4.
5487         * configure: Regenerate.
5489 2008-04-18  Paolo Bonzini  <bonzini@gnu.org>
5491         * Makefile.tpl (restrap): Call `make all' using double-colon rules.
5492         * Makefile.in: Regenerate.
5494 2008-04-18  M R Swami Reddy  <MR.Swami.Reddy@nsc.com>
5496         * configure.ac (cr16-*-*): Add case for cr16 target and include gdb
5497         as nonconfigurable directories list.
5498         * configure: Regenerate.
5500 2008-04-14  Ben Elliston  <bje@au.ibm.com>
5502         * config.sub, config.guess: Update from upstream sources.
5504 2008-04-12  Hans-Peter Nilsson  <hp@axis.com>
5506         * Makefile.tpl <gcc>: Error early unless at least GNU make 3.80.
5507         * Makefile.in: Regenerate.
5509 2008-04-11  Eric B. Weddington  <eweddington@cso.atmel.com>
5511         * configure.ac: Do not build libssp for the AVR.
5512         * configure: Regenerate.
5514 2008-04-07  Ian Lance Taylor  <iant@google.com>
5516         * Makefile.def: check-gold depends upon all-binutils.
5517         * Makefile.in: Regenerate.
5519 2008-04-04  Andy Hutchinson  <hutchinsonandy@aim.com>
5521         * MAINTAINERS (Write After Approval): Add myself.
5523 2008-04-04  Nick Clifton  <nickc@redhat.com>
5525         PR binutils/4334
5526         * configure.ac: Run ACX_CHECK_CYGWIN_CAT_WORKS for cygwin hosted
5527         builds.
5528         * configure: Regenerate.
5530 2008-04-04  NightStrike  <NightStrike@gmail.com>
5532         PR other/35151
5533         * configure.ac: Combine rules for mingw32 and mingw64.
5534         * configure: Regenerate.
5536 2008-04-02  Kai Tietz  <kai.tietz@onvision.com>
5538         * MAINTAINERS (Write After Approval): Add myself.
5540 2008-04-01  Seongbae Park  <seongbae.park@gmail.com>
5542         * Makefile.tpl (.NOTPARALLEL): Revert previous change.
5543         * Makefile.in (.NOTPARALLEL): Ditto.
5545 2008-04-01  Peter O'Gorman  <pogma@thewrittenword.com>
5547         * MAINTAINERS (Write After Approval): Add myself.
5549 2008-03-31  Seongbae Park  <seongbae.park@gmail.com>
5551         * Makefile.tpl (.NOTPARALLEL): Serialize stageprofile libiberty.
5552         * Makefile.in (.NOTPARALLEL): Regenerate.
5554 2008-03-27  Paolo Bonzini  <bonzini@gnu.org>
5556         * Makefile.tpl (PICFLAG, PICFLAG_FOR_TARGET): Remove.
5557         * Makefile.in: Regenerate.
5559 2008-03-26  Jakub Staszak  <kuba@et.pl>
5561         * MAINTAINERS (Write After Approval): Add myself.
5563 2008-03-23  Thomas Koenig  <tkoenig@gcc.gnu.org>
5565         * MAINTAINERS:  Update e-mail address.
5567 2008-03-20  Ian Lance Taylor  <iant@google.com>
5569         * configure.ac: Add support for --enable-gold.
5570         * Makefile.def: Add gold as a directory like ld.
5571         * configure, Makefile.in: Regenerate.
5573 2008-03-16  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
5575         * configure.ac: m4_include config/proginstall.m4.
5576         * configure: Regenerate.
5578         Backport from upstream Libtool:
5580         2007-10-12  Eric Blake  <ebb9@byu.net>
5582         Deal with Autoconf 2.62's semantic change in m4_append.
5583         * ltsugar.m4 (lt_append): Replace broken versions of
5584         m4_append.
5585         (lt_if_append_uniq): Don't require separator to be overquoted,
5586         and avoid broken m4_append.
5587         (lt_dict_add): Fix typo.
5588         * libtool.m4 (_LT_DECL): Don't overquote separator.
5590 2008-03-13  David Edelsohn  <edelsohn@gnu.org>
5592         * config.rpath: Add AIX 6 support.
5594 2008-03-13  Paolo Bonzini  <bonzini@gnu.org>
5596         * Makefile.def (stageprofile).  Remove -fprofile-generate
5597         from stage_libcflags.
5598         * Makefile.in: Regenerate.
5600 2008-03-13  Ben Elliston  <bje@au.ibm.com>
5602         * config.sub, config.guess: Update from upstream sources.
5604 2008-03-06  Tom Tromey  <tromey@redhat.com>
5606         * MAINTAINERS: Update for treelang deletion.
5608 2008-03-03  James E. Wilson  <wilson@tuliptree.org>
5610         * MAINTAINERS: Update my email address.
5612 2008-03-03  Stan Shebs  <stanshebs@earthlink.net>
5614         * MAINTAINERS (darwin port): Add myself as a maintainer.
5615         (objective-c/c++): Add myself as a maintainer.
5617 2008-03-03  Volker Reichelt  <v.reichelt@netcologne.de>
5619         * MAINTAINERS (Write After Approval): Update my email address.
5621 2008-02-25  Tomas Bily  <tbily@suse.cz>
5623         * MAINTAINERS (Write After Approval): Add myself.
5625 2008-02-23  Jakub Jelinek  <jakub@redhat.com>
5627         * MAINTAINERS (OpenMP): Add myself.
5629 2008-02-20  Paolo Bonzini  <bonzini@gnu.org>
5631         PR bootstrap/32009
5632         PR bootstrap/32161
5634         * configure.ac (CFLAGS_FOR_TARGET, CXXFLAGS_FOR_TARGET): Compute here.
5635         * configure: Regenerate.
5637         * Makefile.def: Define stage_libcflags for all bootstrap stages.
5638         * Makefile.tpl (BOOT_LIBCFLAGS, STAGE2_LIBCFLAGS, STAGE3_LIBCFLAGS,
5639         STAGE4_LIBCFLAGS): New.
5640         (CFLAGS_FOR_TARGET, CXXFLAGS_FOR_TARGET): Subst from autoconf, without
5641         $(SYSROOT_CFLAGS_FOR_TARGET) and $(DEBUG_PREFIX_CFLAGS_FOR_TARGET).
5642         (BASE_TARGET_EXPORTS): Append them here to C{,XX}FLAGS.
5643         (EXTRA_TARGET_FLAGS): Append them here to {LIB,}C{,XX}FLAGS.
5644         (configure-stage[+id+]-[+prefix+][+module+]): Pass stage_libcflags
5645         for target modules.  Don't export LIBCFLAGS.
5646         (all-stage[+id+]-[+prefix+][+module+]): Pass stage_libcflags; pass
5647         $(BASE_FLAGS_TO_PASS) where [+args+] was passed, and [+args+] after
5648         the overridden CFLAGS_FOR_TARGET and CXXFLAGS_FOR_TARGET.
5649         (invocations of `all'): Replace $(TARGET_FLAGS_TO_PASS) with
5650         $(EXTRA_TARGET_FLAGS), $(FLAGS_TO_PASS) with $(EXTRA_HOST_FLAGS).
5651         * Makefile.in: Regenerate.
5653 2008-02-16  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
5655         PR libgcj/33085
5656         * libtool.m4 (_LT_COMPILER_PIC) [ mingw, cygwin ] <GCJ>:
5657         Do not use -DDLL_EXPORT.  Backport from upstream.
5659 2008-02-13  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
5661         * MAINTAINERS (Write After Approval): Add myself.
5663 2008-02-02  Hans-Peter Nilsson  <hp@axis.com>
5665         * configure.ac: Enable fortran for cris-*-elf and crisv32-*-elf.
5666         * configure: Regenerate.
5668 2008-01-31  Marc Gauthier  <marc@tensilica.com>
5670         * configure.ac (xtensa*-*-*): Recognize processor variants.
5671         * configure: Regenerate.
5673 2008-01-30  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
5675         PR bootstrap/34922
5676         * configure.ac (PARSE_ARGS): Push suitable setting of
5677         ac_subdirs_all, for `./configure --help=recursive'.
5678         Handle `+' in generic toplevel directory disabling.
5679         * configure: Regenerate.
5681 2008-01-28  Nick Clifton  <nickc@redhat.com>
5683         * MAINTAINERS (xstormy16): Take over maintainership.
5685 2008-01-25  Joseph Myers  <joseph@codesourcery.com>
5687         * MAINTAINERS (c4x port): Remove.
5689 2008-01-24  David Edelsohn  <edelsohn@gnu.org>
5691         * libtool.m4: Backport AIX 6 support from ToT Libtool.
5693 2008-01-23  Ben Elliston  <bje@au.ibm.com>
5695         * config.sub, config.guess: Update from upstream sources.
5697 2008-01-22  Tobias Grosser  <grosser@fim.uni-passau.de>
5699         * MAINTAINERS (Write After Approval): Add myself.
5701 2008-01-17  H.J. Lu  <hjl.tools@gmail.com>
5703         * MAINTAINERS: Update my email address.
5705 2008-01-09  Raksit Ashok  <raksit@google.com>
5707         * MAINTAINERS (Write After Approval): Add myself.
5709 2008-01-09  Raksit Ashok  <raksit@google.com>
5711         * MAINTAINERS (Write After Approval): Add myself.
5713 2008-01-08  Ben Elliston  <bje@au.ibm.com>
5715         * config.sub, config.guess: Update from upstream sources.
5717 2007-12-17  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
5719         * configure.ac: Change required MPFR from 2.2.0 -> 2.2.1.
5720         Change recommended MPFR from 2.2.1 -> 2.3.0.
5721         * configure: Regenerate.
5723 2007-12-15  Sebastian Pop  <sebastian.pop@amd.com>
5725         * MAINTAINERS: Update my email address.
5727 2007-12-15  Bernhard Fischer  <aldot@gcc.gnu.org>
5729         * MAINTAINERS: Update my email address.
5731 2007-12-13  Richard Sandiford  <rsandifo@nildram.co.uk>
5733         * Makefile.tpl (CFLAGS_FOR_TARGET): Add -g.
5734         (CXXFLAGS_FOR_TARGET): Add -O2 -g.
5735         * Makefile.in: Regenerate.
5737 2007-12-10  Mark Heffernan  <meheff@google.com>
5739         * MAINTAINERS (Write After Approval): Add myself and alphabetize two
5740         misplaced entries.
5742 2007-12-10  Andreas Tobler  <a.tobler@schweiz.org>
5744         * configure.ac: Enable libjava for x86_64-*-darwin9.
5745         * configure: Regenerate.
5747 2007-12-07  Bill Maddox  <maddox@google.com>
5749         * MAINTAINERS (Write After Approval): Add myself.
5751 2007-12-05  Ben Elliston  <bje@au.ibm.com>
5753         * config.sub, config.guess: Update from upstream sources.
5755 2007-12-02  Matthias Klose  <doko@ubuntu.com>
5757         * config-ml.in: Remove 64bit configure tests.
5759 2007-11-28  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
5761         * config-ml.in: Robustify against white space in absolute file
5762         names.
5764         * config-ml.in (multi-clean): Substitute ${Makefile}.
5765         Remove superfluous ${Makefile} in list.
5767 2007-11-19  Thiemo Seufer  <ths@mips.com>
5769         * config-ml.in: Don't hardcode the Makefile name.
5771 2007-11-08  Alexander Monakov  <amonakov@ispras.ru>
5773         * MAINTAINERS (Write After Approval): Add myself.
5775 2007-11-07  Samuel Tardieu  <sam@rfc1149.net>
5777         * MAINTAINERS (Write After Approval): Add myself.
5779 2007-11-06  Doug Kwan  <dougkwan@google.com>
5781         * MAINTAINERS (Write After Approval): Add myself.
5783 2007-10-25  Ben Elliston  <bje@au.ibm.com>
5785         * MAINTAINERS (mercury): Remove entry.
5786         (Write After Approval): Add Fergus Henderson <fjh@cs.mu.oz.au>.
5788 2007-10-23  Daniel Jacobowitz  <dan@codesourcery.com>
5790         * Makefile.def (dependencies): Make configure-gdb depend on
5791         all-intl.
5792         * Makefile.in: Regenerated.
5794 2007-10-22  Steven G. Kargl  <kargl@gcc.gnu.org>
5796         * MAINTAINERS (Fortran maintainer): Remove myself.
5798 2007-10-15  Patrick Mansfield  <patmans@us.ibm.com>
5800         * Makefile.def: To avoid problems running with parallel makes,
5801         build newlib before libgloss so that target specific header
5802         files are availble.
5803         * Makefile.in: Regenerate
5805 2007-10-11  Daniel Jacobowitz  <dan@codesourcery.com>
5807         * Makefile.def (dependencies): Add all-gdb -> all-libdecnumber.
5808         * Makefile.in: Regenerate.
5810 2007-10-09  Vladimir Makarov  <vmakarov@redhat.com>
5812         * MAINTAINERS (Register allocation reviewer): Add myself.
5814 2007-10-08  Mike Frysinger  <vapier@gentoo.org>
5816         * configure.ac (CFLAGS_FOR_BUILD, CXXFLAGS_FOR_BUILD,
5817         LDFLAGS_FOR_BUILD): Default them to host flags only for $host = $build.
5818         Set default CXXFLAGS_FOR_BUILD to CXXFLAGS, not CFLAGS.  Set default
5819         LDFLAGS_FOR_BUILD to LDFLAGS, not CFLAGS.
5820         * configure: Regenerate.
5822 2006-10-04  Seongbae Park  <seongbae.park@gmail.com>
5824         * MAINTAINERS (Register allocation reviewer): Add myself.
5826 2007-10-01  Paolo Bonzini  <bonzini@gnu.org>
5828         * Makefile.tpl (AR_FOR_BUILD, AS_FOR_BUILD, CXX_FOR_BUILD,
5829         DLLTOOL_FOR_BUILD, GCJ_FOR_BUILD, GFORTRAN_FOR_BUILD,
5830         LDFLAGS_FOR_BUILD, LD_FOR_BUILD, NM_FOR_BUILD, RANLIB_FOR_BUILD,
5831         WINDMC_FOR_BUILD, WINDRES_FOR_BUILD): Use autoconf substitutions.
5832         * configure.ac: Default them to host tools for $host = $build.
5833         Subst them.
5835         * configure: Regenerate.
5836         * Makefile.in: Regenerate.
5838 2006-09-24  Peter Bergner  <bergner@vnet.ibm.com>
5840         * MAINTAINERS (Register allocation reviewer): Add myself.
5842 2006-09-24  Kenneth Zadeck  <zadeck@naturalbridge.com>
5844         * MAINTAINERS (Register allocation reviewer): Add myself.
5846 2007-09-21  Seongbae Park  <seongbae.park@gmail.com>
5848         * MAINTAINERS (Write After Approval): Fix typo.
5850 2007-09-20  Richard Sandiford  <rsandifo@nildram.co.uk>
5852         * configure.ac (mipsisa*-*-elfoabi*): New stanza.
5853         * configure: Regenerate.
5855 2007-09-20  Paul Jarc  <prj-bugzilla-gcc@multivac.cwru.edu>
5857         PR bootstrap/31906
5858         * libtool-ldflags: Don't prefix arguments with -Xcompiler if
5859         they're already prefixed.
5861 2007-09-19  Benjamin Kosnik  <bkoz@redhat.com>
5863         * configure.ac (TOPLEVEL_CONFIGURE_ARGUMENTS): Move libgomp before
5864         libstdc++.
5865         * Makefile.def: Add libgomp config as a maybe dependency for libstdc++.
5866         * configure: Regenerate.
5867         * Makefile.in: Regenerate.
5869 2007-09-17  Andreas Schwab  <schwab@suse.de>
5871         * configure.ac: Raise minimum makeinfo version to 4.6.
5872         * configure: Regenerate.
5874 2007-09-17  Johannes Singler  <singler@ira.uka.de>
5876         * MAINTAINERS (write-after-approval) add myself
5878 2007-09-15  Alan Modra  <amodra@bigpond.net.au>
5880         * configure.ac: Correct makeinfo version check.
5881         * configure: Regenerate.
5883 2007-09-14  Richard Sandiford  <rsandifo@nildram.co.uk>
5885         * MAINTAINERS: Update my email address.
5887 2007-09-14  Richard Sandiford  <richard@codesourcery.com>
5889         * configure.ac (mips*-sde-elf*): New stanza.  Add target-libiberty
5890         to $skipdirs and only disable gprof for newlib.  Use the normal
5891         mips*-elf* handling in other respects.
5892         * configure: Regnerate.
5894 2007-09-12  David Daney  <ddaney@avtrex.com>
5896         * configure.ac: Remove mips64*-*-linux* noconfigdirs section, thus
5897         enabling libgcj.
5898         * configure: Regenerate.
5900 2007-09-10  Rask Ingemann Lambertsen  <rask@sygehus.dk>
5902         PR other/32154
5903         * configure.ac: For libgloss targets, point the linker to the linker
5904         script, startup code and simulator library.
5905         * configure: Regenerate.
5907 2007-09-07  Andrew Haley  <aph@redhat.com>
5909         * configure.ac (noconfigdirs): Remove target-libffi and
5910         target-libjava.
5911         * configure: Regenerate.
5913 2007-09-06  Francois-Xavier Coudert  <fxcoudert@gcc.gnu.org>
5915         PR target/33281
5916         * configure.ac: Use config/mh-mingw on mingw.
5917         * configure: Regenerate.
5919 2007-09-05  Pat Haugen  <pthaugen@us.ibm.com>
5921         * MAINTAINERS (Write After Approval): Add myself.
5923 2007-09-05  Richard Guenther  <rguenther@suse.de>
5925         * configure.ac (--enable-stage1-checking): If neither --enable-checking
5926         nor --disable-checking is provided also turn on yes and types
5927         checking for stage1.
5928         * configure: Re-generate.
5930 2007-08-30  Krister Walfridsson  <cato@df.lth.se>
5932         * MAINTAINERS (OS Port Maintainers): Add myself as NetBSD maintainer.
5933         (Write After Approval): Remove myself.
5935 2007-08-29  Nick Clifton  <nickc@redhat.com>
5937         * config.sub, config.guess: Update from upstream sources.
5939 2007-08-22  Bud Davis  <jmdavis@link.com>
5941         * MAINTAINERS (Write After Approval): Added myself.
5942         * MAINTAINERS (Reviewers): Removed myself.
5944 2007-08-18  Paul Brook  <paul@codesourcery.com>
5945             Joseph Myers  <joseph@codesourcery.com>
5947         * Makefile.tpl (DEBUG_PREFIX_CFLAGS_FOR_TARGET): New.
5948         (CFLAGS_FOR_TARGET, CXXFLAGS_FOR_TARGET): Include it.
5949         * Makefile.in: Regenerate.
5950         * configure.ac (--with-debug-prefix-map): New.
5951         * configure: Regenerate.
5953 2007-08-17  Richard Sandiford  <richard@codesourcery.com>
5954             Nigel Stephens  <nigel@mips.com>
5956         * configure.ac (mips*-sde-elf*): New stanza.  Use config/mt-sde
5957         as target_makefile_frag.
5958         * configure: Regenerate.
5960 2007-08-16  Alexandre Oliva  <aoliva@redhat.com>
5962         * Makefile.def (STAGE2_CFLAGS, STAGE3_CFLAGS, STAGE4_CFLAGS):
5963         Add to flags_to_pass.  Adjust uses of BOOT_CFLAGS.
5964         (bootstrap2-debug, bootstrap-debug): New bootstrap stages.
5965         * Makefile.tpl (STAGE2_CFLAGS, STAGE3_CFLAGS, STAGE4_CFLAGS): New.
5966         (do-compare, do-compare3, do-compare-debug): New.
5967         ([+compare-target+]): Use them.
5969 2007-08-14  Maxim Kuvyrkov  <maxim@codesourcery.com>
5971         * MAINTAINERS (Write After Approval): Change my email address.
5973 2007-08-13  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
5974             Ben Elliston  <bje@au.ibm.com>
5976         * configure.ac (TOPLEVEL_CONFIGURE_ARGUMENTS, baseargs): Pass
5977         --silent if $silent.
5978         * configure: Regenerate.
5980 2003-08-12  Zdenek Dvorak  <ook@ucw.cz>
5982         * MAINTAINERS (Various Maintainers): Add myself as
5983         loop infrastructure maintainer.  Update my e-mail
5984         address.
5986 2007-07-31  Diego Novillo  <dnovillo@google.com>
5988         * MAINTAINERS (Reviewers): Rename from Non-Autopoiesis.
5989         Adjust description.
5991 2007-07-26  Richard Guenther  <rguenther@suse.de>
5993         * configure.ac: Add types checking to stage1 checking flags.
5994         * configure: Regenerate.
5996 2007-07-17  Nick Clifton  <nickc@redhat.com>
5998         * COPYING3: New file.  Contains version 3 of the GNU General
5999         Public License.
6000         * COPYING3.LIB: New file.  Contains version 3 of the GNU
6001         Lesser General Public License.
6003 2007-07-16  Andreas Krebbel  <krebbel1@de.ibm.com>
6005         * MAINTAINERS (S/390 port maintainer): Remove my co-maintainer tag.
6007 2007-07-16  Andreas Krebbel  <krebbel1@de.ibm.com>
6009         * MAINTAINERS (S/390 co-maintainer): Add myself.
6010         (Write After Approval): Remove myself.
6012 2007-07-13  Dan Hipschman  <dsh@google.com>
6014         * MAINTAINERS (Write After Approval): Add myself.
6016 2007-07-11  Nick Clifton  <nickc@redhat.com>
6018         * Makefile.tpl (BUILD_EXPORTS): Escape the newline at the end of the
6019         WINDRES export.
6020         * Makefile.in: Regenerate.
6022 2007-07-05  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
6024         * MAINTAINERS (OS Port Maintainers): Add myself as IRIX, Tru64 UNIX
6025         maintainer.
6027 2007-07-05  H.J. Lu  <hongjiu.lu@intel.com>
6029         * lt~obsolete.m4: New. Import from 20070318 libtool.
6031 2007-07-03  Julian Brown  <julian@codesourcery.com>
6033         * MAINTAINERS (Write After Approval): Add myself.
6035 2007-07-03  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
6037         * configure.ac: Rewrite 'configure --help' strings to look nicer.
6038         * configure: Regenerate.
6040 2007-07-03  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
6042         * configure.ac: Add some missing m4 quotation.
6043         * configure: Regenerate.
6045 2007-07-02  Simon Baldwin  <simonb@google.com>
6047         * MAINTAINERS (Write After Approval): Add myself.
6049 2007-07-02  Paolo Bonzini  <bonzini@gnu.org>
6051         * configure: Regenerate.
6053 2007-07-02  Kai Tietz   <kai.tietz@onevision.com>
6055         * Makefile.def: Add windmc tool to build.
6056         * Makefile.tpl: Likewise.
6057         * configure.ac: Likewise.
6058         * Makefile.in: Regenerate.
6059         * configure: Regenerate.
6061 2007-06-28  DJ Delorie  <dj@redhat.com>
6063         * configure.ac (arm*-*-linux-gnueabi): Don't build libgloss if we're
6064         not building newlib.
6065         * configure: Regenerated.
6067 2007-06-28  Jan Sjodin  <jan.sjodin@amd.com>
6069         * MAINTAINERS (Write After Approval): Add myself.
6071 2007-06-25  Martin Michlmayr  <tbm@cyrius.com>
6073         * MAINTAINERS (Write After Approval): Add myself.
6075 2007-06-19  Chris Matthews  <chrismatthews@google.com>
6077         * MAINTAINERS (Write After Approval): Add myself.
6079 2007-06-19  Rask Ingemann Lambertsen  <rask@sygehus.dk>
6081         * MAINTAINERS (Write After Approval): Add myself.
6083 2007-06-18  Daniel Jacobowitz  <dan@codesourcery.com>
6085         * Makefile.def: Add dependency from configure-gdb to all-bfd.
6086         * Makefile.in: Regenerated.
6088 2007-06-14  Bernd Schmidt  <bernd.schmidt@analog.com>
6090         * configure.ac: Don't add target-libmudflap to noconfigdirs for
6091         bfin*-*-uclinux* targets.
6092         * configure: Regenerate.
6094 2007-06-14  Ian Lance Taylor  <iant@google.com>
6096         * MAINTAINERS: Add myself as non-algorithmic global write
6097         maintainer.
6099 2007-06-14  Diego Novillo  <dnovillo@google.com>
6101         * MAINTAINERS: Add self as middle-end maintainer and
6102         non-algorithmic global write maintainer.
6104 2007-06-14  Francois-Xavier Coudert  <fxcoudert@gcc.gnu.org>
6106         * MAINTAINERS: Change spelling from "fortran 95" to "Fortran".
6107         Move all Fortran maintainers except Paul Brook into the
6108         Non-Autopoiesis section.
6110 2007-06-14  Paolo Bonzini  <bonzini@gnu.org>
6112         * Makefile.tpl (cleanstrap): Don't delete the toplevel Makefile.
6113         (distclean-stage[+id+]): Possibly delete stage_last.
6114         * Makefile.in: Regenerate.
6116 2007-06-12  Seongbae Park  <seongbae.park@gmail.com>
6118         * MAINTAINERS (Various Maintainer): Fix typo.
6120 2007-06-11  Paolo Bonzini  <bonzini@gnu.org>
6122         * MAINTAINERS (Various Maintainer): Add myself as
6123         dataflow maintainer.
6125 2007-06-07  Ben Elliston  <bje@au.ibm.com>
6127         * config.sub, config.guess: Update from upstream sources.
6129 2007-06-07  Ben Elliston  <bje@au.ibm.com>
6131         * Makefile.tpl: Fix spelling error.
6132         * Makefile.in: Regenerate.
6134 2007-06-01  Steve Ellcey  <sje@cup.hp.com>
6136         * libtool.m4 (LT_CMD_MAX_LEN): Try using getconf to set
6137         lt_cv_sys_max_cmd_len.
6139 2007-05-31  Dorit Nuzman   <dorit@il.ibm.com>
6141         * MAINTAINERS (Various Maintainers): Add myself as
6142         auto-vectorizer maintainer.
6144 2003-05-31  Paolo Bonzini  <bonzini@gnu.org>
6146         PR libjava/32098
6147         * libtool.m4: Revert previous change.
6148         * ltgcc.m4: Put it here.
6150 2003-05-30  Zdenek Dvorak  <dvorakz@suse.cz>
6152         * MAINTAINERS (Various Maintainers): Add myself as
6153         auto-vectorizer maintainer.
6155 2007-05-30  H.J. Lu  <hongjiu.lu@intel.com>
6157         PR libjava/32098
6158         * libtool.m4 (_LT_LANG_GCJ_CONFIG): Use gcc to test gcj features.
6160 2007-05-30  Richard Guenther  <rguenther@suse.de>
6162         * MAINTAINERS (Various Maintainers): Add myself as
6163         auto-vectorizer maintainer.
6165 2007-05-30  Jakub Jelinek  <jakub@redhat.com>
6167         PR bootstrap/29382
6168         * configure.ac: Don't use -fkeep-inline-functions for GCC < 3.3.1.
6169         * configure: Rebuilt.
6171 2007-05-28  Roberto Costa  <robsettantasei@gmail.com>
6173         * MAINTAINERS (Write After Approval): Removed my name.
6175 2007-05-25  Steven Bosscher  <steven@gcc.gnu.org>
6177         * MAINTAINERS (Write After Approval): Remove myself.
6179 2007-05-25  Andreas Tobler  <a.tobler@schweiz.org>
6181         * ltmain.sh: Fix Darwin verstring, remove ${wl}.
6183 2007-05-23  Steve Ellcey  <sje@cup.hp.com>
6185         * ltmain.sh: Update from ToT Libtool.
6186         * libtool.m4: Update from ToT Libtool.
6187         * ltsugar.m4: New. Update from ToT Libtool.
6188         * ltversion.m4: New. Update from ToT Libtool.
6189         * ltoptions.m4: New. Update from ToT Libtool.
6190         * ltconfig: Remove.
6191         * ltcf-c.sh: Remove.
6192         * ltcf-cxx.sh: Remove.
6193         * ltcf-gcj.sh: Remove.
6195 2007-05-22  Ollie Wild  <aaw@google.com>
6197         * MAINTAINERS (Write After Approval): Add myself.
6199 2007-05-16  Paolo Bonzini  <bonzini@gnu.org>
6201         * Makefile.def (bootstrap_stage): Replace stage_make_flags with
6202         stage_cflags.
6203         * Makefile.tpl (POSTSTAGE1_HOST_EXPORTS, POSTSTAGE1_FLAGS_TO_PASS):
6204         Remove CFLAGS/LIBCFLAGS.
6205         (configure-stage[+id+]-[+prefix+][+module+],
6206         all-stage[+id+]-[+prefix+][+module+]): Pass it from [+stage_cflags+].
6207         * Makefile.in: Regenerate.
6209 2007-05-15  Diego Novillo  <dnovillo@google.com>
6211         * MAINTAINERS: Update e-mail address.
6213 2007-05-15  Revital Eres  <eres@il.ibm.com>
6215         * MAINTAINERS (Write After Approval): Add myself.
6217 2007-05-14  Roberto Costa  <robsettantasei@gmail.com>
6219         * MAINTAINERS (Write After Approval): Updated my address.
6221 2007-05-14  Thomas Neumann  <tneumann@users.sourceforge.net>
6223         * MAINTAINERS (Write After Approval): Add myself.
6225 2007-05-11  Silvius Rus  <rus@google.com>
6227         * MAINTAINERS (Write After Approval): Add myself.
6229 2007-04-23  Tom Tromey  <tromey@redhat.com>
6231         * MAINTAINERS: Added myself as non-algorithmic libcpp maintainer.
6233 2007-04-22  Mark Mitchell  <mark@codesourcery.com>
6235         * MAINTAINERS (cpplib): Rename to ...
6236         (libcpp): ... this.  Add C/C++ front end maintainers.
6238 2007-04-14  Steve Ellcey  <sje@cup.hp.com>
6240         * config-ml.in: Pass ${ml_config_env} to configure calls.
6242 2007-04-04  Christian Bruel  <christian.bruel@st.com>
6244         * MAINTAINERS (Write After Approval): Add myself.
6246 2007-04-02  Dave Korn  <dave.korn@artimi.com>
6248         * MAINTAINERS (Write After Approval): Add myself.
6250 2007-03-31  Tobias Burnus  <burnus@net-b.de>
6252         * MAINTAINERS (fortran 95 front end): Add myself.
6254 2007-03-28  Dwarakanath Rajagopal  <dwarak.rajagopal@amd.com>
6256         * MAINTAINERS (Write After Approval): Add myself.
6258 2007-03-24  Ayal Zaks  <zaks@il.ibm.com>
6260         * MAINTAINERS (Modulo Scheduler): Add myself.
6262 2007-03-23  Brooks Moses  <brooks.moses@codesourcery.com>
6264         * MAINTAINERS (fortran 95 front end): Add myself.
6265         (c++ front end): whitespace fix.
6267 2007-03-22  Nathan Froyd  <froydnj@codesourcery.com>
6269         * MAINTAINERS (Write After Approval): Add myself.
6271 2007-03-21  Richard Sandiford  <richard@codesourcery.com>
6273         * configure.ac (TOPLEVEL_CONFIGURE_ARGUMENTS): Fix m4 quoting
6274         of glob.  Quote arguments with single quotes too.
6275         * configure: Regenerate.
6277 2007-03-12  Brooks Moses  <brooks.moses@codesourcery.com>
6279         * Makefile.def (fixincludes): Remove unneeded "missing" lines.
6280         * Makefile.in: Regenerate
6282 2007-03-07  Andreas Schwab  <schwab@suse.de>
6284         * configure: Regenerate.
6286 2007-03-01  Brooks Moses  <brooks.moses@codesourcery.com>
6288         * configure.ac: Add "--with-pdfdir" configure option,
6289         which defines pdfdir variable.
6290         * Makefile.def (target=fixincludes): Add install-pdf to
6291         missing targets.
6292         (recursive_targets): Add install-pdf target.
6293         (flags_to_pass): Add pdfdir.
6294         * Makefile.tpl: Add pdfdir handling, add do-install-pdf
6295         target.
6296         * configure: Regenerate
6297         * Makefile.in: Regenerate
6299 2007-02-28  Eric Christopher  <echristo@apple.com>
6301         Revert:
6302         2006-12-07  Mike Stump  <mrs@apple.com>
6304         * Makefile.def (dependencies): Add dependency for
6305         install-target-libssp and install-target-libgomp on
6306         install-gcc.
6307         * Makefile.in: Regenerate.
6309 2007-02-27  Matt Kraai  <kraai@ftbfs.org>
6311         * configure: Regenerate.
6312         * configure.ac: Move statements after variable declarations.
6314 2007-02-19  Kaz Kojima  <kkojima@gcc.gnu.org>
6316         * MAINTAINERS: Add myself as sh maintainer.
6318 2007-02-19  Joseph Myers  <joseph@codesourcery.com>
6320         * configure.ac: Adjust for loop syntax.
6321         * configure: Regenerate.
6323 2007-02-18  Alexandre Oliva  <aoliva@redhat.com>
6325         * configure: Rebuilt.
6327 2007-02-18  Alexandre Oliva  <aoliva@redhat.com>
6329         * configure.ac: Drop multiple occurrences of --enable-languages,
6330         and fix its quoting.
6331         * configure: Rebuilt.
6333 2007-02-17  Mark Mitchell  <mark@codesourcery.com>
6334             Nathan Sidwell  <nathan@codesourcery.com>
6335             Vladimir Prus  <vladimir@codesourcery.com>
6336             Joseph Myers  <joseph@codesourcery.com>
6338         * configure.ac (TOPLEVEL_CONFIGURE_ARGUMENTS): Fix quoting.
6339         * configure: Regenerate.
6341 2007-02-14  Gerald Pfeifer  <gerald@pfeifer.com>
6343         * ltconfig (freebsd*): Default to elf.
6345 2007-02-13  Daniel Jacobowitz  <dan@codesourcery.com>
6347         * configure.ac (target_libraries): Move libgcc before libiberty.
6348         * configure: Regenerated.
6350 2007-02-13  Daniel Jacobowitz  <dan@codesourcery.com>
6351             Paolo Bonzini  <bonzini@gnu.org>
6353         PR bootstrap/30753
6354         * configure.ac: Remove obsolete build / host tests.  Use AC_PROG_CC
6355         unconditionally.  Use AC_PROG_CXX.  Use ACX_TOOL_DIRS to find $prefix.
6356         * configure: Regenerated.
6358 2007-02-11  Francois-Xavier Coudert  <fxcoudert@gcc.gnu.org>
6360         * MAINTAINERS (Language Front End Maintainers): Update my mail
6361         address.
6363 2007-02-09  Daniel Jacobowitz  <dan@codesourcery.com>
6365         PR bootstrap/30748
6366         * configure.ac: Correct syntax for Solaris ksh.
6367         * configure: Regenerated.
6369 2007-02-09  Paolo Bonzini  <bonzini@gnu.org>
6371         * configure.ac: Sync with src.
6372         * configure: Regenerate.
6374 2007-02-09  Paolo Bonzini  <bonzini@gnu.org>
6376         * Makefile.in: Regenerate.
6378 2007-02-09  Paolo Bonzini  <bonzini@gnu.org>
6380         * config.sub: Sync with src.
6382 2007-02-09  Daniel Jacobowitz  <dan@codesourcery.com>
6384         * Makefile.tpl (build_alias, host_alias, target_alias): Use
6385         noncanonical equivalents.
6386         * configure.in: Rename to...
6387         * configure.ac: ...this.  Update AC_PREREQ.  Prevent error for
6388         AS_FOR_TARGET.  Set build_noncanonical, host_noncanonical, and
6389         target_noncanonical.  Use them.  Rewrite removal of configure
6390         arguments for autoconf 2.59.  Discard variable settings.  Force
6391         program_transform_name for native tools.
6393         * Makefile.in: Regenerated.
6394         * configure: Regenerated with autoconf 2.59.
6396 2007-02-07  Roman Zippel  <zippel@linux-m68k.org>
6398         * MAINTAINERS (Write After Approval): Add myself.
6400 2007-01-31  Andreas Schwab  <schwab@suse.de>
6402         * Makefile.tpl (LDFLAGS): Substitute it.
6403         * Makefile.in: Regenerate.
6405 2007-01-30  Andrey Belevantsev  <abel@ispras.ru>
6407         * MAINTAINERS (Write After Approval): Add myself.
6409 2007-01-28  David Edelsohn  <edelsohn@gnu.org>
6411         * MAINTAINERS (spu port): Add myself.
6413 2007-01-23  Richard Guenther  <rguenther@suse.de>
6415         PR bootstrap/30541
6416         * Makefile.def (flags_to_pass): Add GNATBIND and GNATMAKE.
6417         * Makefile.tpl (GNATBIND): Substitute it.
6418         (GNATMAKE): Likewise.
6419         (POSTSTAGE1_FLAGS_TO_PASS): Pass staged GNATBIND instead
6420         of STAGE_PREFIX.
6421         * Makefile.in: Regenerate.
6422         * configure: Regenerate.
6424 2007-01-18  Mike Stump  <mrs@apple.com>
6426         * configure.in: Re-enable -Werror for gcc builds.
6428 2007-01-11  Harsha Jagasia  <harsha.jagasia@amd.com>
6430         * MAINTAINERS (Write After Approval): Add myself.
6432 2007-01-11  Paolo Bonzini  <bonzini@gnu.org>
6434         * configure.in: Change == to = in test command.
6435         * configure: Regenerate.
6437 2007-01-11  Paolo Bonzini  <bonzini@gnu.org>
6438             Nick Clifton  <nickc@redhat.com>
6439             Kaveh R. Ghazi  <ghazi@caip.rutgets.edu>
6441         * configure.in (build_configargs, host_configargs, target_configargs):
6442         Remove build/host/target parameters.
6443         (host_libs): Add gmp and mpfr.
6444         (GMP tests): Reorganize to allow in-tree GMP/MPFR.
6445         * Makefile.def (gmp, mpfr): New.
6446         (gcc): Remove target.
6447         * Makefile.tpl (build_os, build_vendor, host_os, host_vendor,
6448         target_os, target_vendor): New.
6449         (configure): Add host_alias/target_alias arguments; adjust invocations.
6450         * configure: Regenerate.
6451         * Makefile.in: Regenerate.
6453 2007-01-11  Matt Fago  <fago@earthlink.net>
6455         * configure.in: Try to link to functions only in mpfr 2.2.x
6456         to improve robustness of configure tests.
6457         * configure: Regenerate.
6459 2007-01-09  Uros Bizjak  <ubizjak@gmail.com>
6461         * MAINTAINERS: Add myself as i386 maintainer.
6463 2007-01-08  Jan Hubicka  <jh@suse.cz>
6465         * MAINTAINERS: Add myself as i386 maintainer.
6467 2007-01-08  Kai Tietz   <kai.tietz@onevision.com>
6469         * configure.in: Add support for an x86_64-mingw* target.
6470         * configure: Regenerate.
6472 2007-01-05  Daniel Jacobowitz  <dan@codesourcery.com>
6474         * Makefile.tpl (all-target): Correct @if conditional for target
6475         modules.
6476         * configure.in: Omit libiberty if building only target libgcc.
6477         * configure, Makefile.in: Regenerated.
6479 2007-01-04  Paolo Bonzini  <bonzini@gnu.org>
6481         * configure.in: Use DEV-PHASE to detect default for --enable-werror.
6482         * configure: Regenerate.
6484 2007-01-03  Daniel Jacobowitz  <dan@codesourcery.com>
6486         * Makefile.def (target_modules): Add libgcc.
6487         (lang_env_dependencies): Remove default items.  Use no_c and no_gcc.
6488         * Makefile.tpl (clean-target-libgcc): Delete.
6489         (configure-target-[+module+]): Emit --disable-bootstrap dependencies
6490         on gcc even for bootstrapped modules.  Rewrite handling of
6491         lang_env_dependencies to loop over target_modules.
6492         * configure.in (target_libraries): Add target-libgcc.
6493         * Makefile.in, configure: Regenerated.
6495 2006-12-29  Paolo Bonzini  <bonzini@gnu.org>
6497         * configure.in: Reorganize recognition of languages.  Add
6498         --enable-stage1-languages.  Show supported languages for the chosen
6499         target rather than all recognized languages.
6500         * configure: Regenerate.
6502 2006-12-29  Paolo Bonzini  <bonzini@gnu.org>
6504         * Makefile.tpl (GCC_STRAP_TARGETS, all-prebootstrap): Remove.
6505         * Makefile.in: Regenerate.
6507 2006-12-29  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
6509         * configure.in: Warn that MPFR 2.2.0 is buggy.
6510         * configure: Regenerate.
6512 2006-12-27  Ian Lance Taylor  <iant@google.com>
6514         * configure.in: When removing Makefiles to force a reconfigure, also
6515         remove prev-DIR*/Makefile.
6516         * configure: Regenerate.
6518 2006-12-22  Andreas Schwab  <schwab@suse.de>
6520         * configure: Regenerate with correct autoconf version.
6522 2006-12-20  Adam Megacz  <megacz@cs.berkeley.edu>
6524         * configure.in: add AC_SUBST for *_FOR_TARGET.
6525         * configure: Regenerate.
6527 2006-12-19  Paolo Bonzini  <bonzini@gnu.org>
6529         * configure.in: Simplify logic for rejecting languages that cannot
6530         be built.  Separate the case when a language is unsupported,
6531         from the case when the user chooses not to build a language.
6533 2006-12-19  Paolo Bonzini  <bonzini@gnu.org>
6535         * configure.in: Remove "$build" case for powerpc-*-darwin* since
6536         it only affects bootstrap and could be tested on "$host" as well.
6537         * configure: Regenerate.
6538         * config/mh-ppc-darwin: Add to the stage1 cflags here.
6540 2006-12-19  Paolo Bonzini  <bonzini@gnu.org>
6542         PR bootstrap/29544
6543         * Makefile.def (flags_to_pass): Add STAGE1_CHECKING.
6544         (bootstrap_stage): Add STAGE1_CHECKING to stage1 configure flags,
6545         move here comment from Makefile.tpl.
6546         * Makefile.tpl: Move some definitions higher in the file.
6547         (STAGE1_CHECKING): New.
6548         * configure.in: Add --enable-stage1-checking.
6549         * configure: Regenerate.
6550         * Makefile.in: Regenerate.
6552 2006-12-19  Paolo Bonzini  <bonzini@gnu.org>
6554         * MAINTAINERS: Add myself as build system maintainer.
6556 2006-12-15  Simon Martin  <simartin@users.sourceforge.net>
6558         * MAINTAINERS (Write After Approval): Add myself.
6560 2006-12-13  Eric Christopher  <echristo@apple.com>
6562         * MAINTAINERS: Add myself as darwin maintainer.
6564 2006-12-11  Ian Lance Taylor  <ian@airs.com>
6566         * MAINTAINERS: Add myself as libgcc and fp-bit maintainer.
6568 2006-12-11  Joern Rennecke  <joern.rennecke@arc.com>
6570         MAINTAINERS: Update my entry.
6572 2006-12-11  Alan Modra  <amodra@bigpond.net.au>
6574         * configure.in:  Handle spu makefile frag.
6575         * Makefile.tpl (MAINT): Define
6576         (MAINTAINER_MODE_FALSE, MAINTAINER_MODE_TRUE): Define.
6577         * configure: Regenerate.
6578         * Makefile.in: Regenerate.
6580 2006-12-11  Ben Elliston  <bje@au.ibm.com>
6582         * config.guess: Import latest version.
6583         * config.sub: Likewise.
6585 2006-12-11  Ben Elliston  <bje@au.ibm.com>
6587         * configure.in (spu-*-*): Don't skip target-libiberty.
6588         * configure: Regenerate.
6590 2006-12-10  Andreas Tobler  <a.tobler@schweiz.org>
6592         PR bootstrap/30134
6593         * configure.in: Correct x86 darwin support for libjava to powerpc
6594         and i?86 only.
6595         * configure: Regenerate.
6597 2006-12-08  Sandro Tolaini  <tolaini@libero.it>
6599         * configure.in: Add x86 darwin support for libjava.
6600         * configure: Regenerate.
6602 2006-12-07  Mike Stump  <mrs@apple.com>
6604         * Makefile.def (dependencies): Add dependency for
6605         install-target-libssp and install-target-libgomp on
6606         install-gcc.
6607         * Makefile.in: Regenerate.
6609 2006-12-04  Richard Guenther  <rguenther@suse.de>
6611         * MAINTAINERS (Non-Algorithmic Maintainers): New section.
6612         (Non-Algorithmic Maintainers): Move over non-algorithmic
6613         loop optimizer maintainers, add myself as a non-algorithmic
6614         middle-end maintainer.
6616 2006-12-04  Daniel Franke  <franke.daniel@gmail.com>
6618         * MAINTAINERS (Write After Approval): Add myself.
6620 2006-12-03  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
6622         * configure.in: Update error message for missing GMP/MPFR.
6624         * configure: Regenerate.
6626 2006-12-02  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
6628         * configure.in: Update MPFR version in error message.
6630         * configure: Regenerate.
6632 2006-11-26  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
6634         * configure.in (--with-mpfr-dir, --with-gmp-dir): Remove flags.
6635         (--with-mpfr-include, --with-mpfr-lib, --with-gmp-include,
6636         --with-gmp-lib): New flags.
6638         * configure: Regenerate.
6640 2006-11-25  Brooks Moses  <brooks.moses@codesourcery.com>
6642         * MAINTAINERS (Write After Approval): Change my email address.
6644 2006-11-23  Manuel Lopez-Ibanez  <manu@gcc.gnu.org>
6646         * MAINTAINERS (Write After Approval): Add myself.
6648 2006-11-22  Philipp Thomas  <pth@suse.de>
6650         * MAINTAINERS (i18n): Update e-mail address.
6652 2006-11-21  Trevor Smigiel  <trevor_smigiel@playstation.sony.com>
6654         * MAINTAINERS (spu port): Add myself as maintainer.
6655         (Write After Approval): Remove myself.
6657 2006-11-22  Ben Elliston  <bje@au.ibm.com>
6659         * configure.in (skipdirs): Don't build libssp for SPU.
6660         * configure: Regenerate.
6662 2006-11-21  Andrew Pinski  <andrew_pinski@playstation.sony.com>
6664         * MAINTAINERS (spu port): Add myself as maintainer.
6665         (libobjc): Update my email address.
6667 2006-11-21  Andrea Bona  <andrea.bona@st.com>
6669         * MAINTAINERS (Write After Approval): Add myself.
6671 2006-11-20  Trevor Smigiel  <trevor_smigiel@playstation.sony.com>
6673         * configure.in (skipdirs) : Don't build target-libiberty for SPU.
6674         * configure : Rebuilt.
6676 2006-11-20  Trevor Smigiel  <trevor_smigiel@playstation.sony.com>
6678         * MAINTAINERS (Write After Approval): Add myself.
6680 2006-11-20  Andrea Ornstein  <andrea.ornstein@st.com>
6682         * MAINTAINERS (Write After Approval): Add myself.
6684 2006-11-18  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
6686         * configure.in (--with-mpfr-dir): Also look in .libs and _libs for
6687         libmpfr.a.
6688         * configure: Regenerate.
6690 2006-11-16  Paolo Bonzini  <bonzini@gnu.org>
6692         * Makefile.tpl (clean-target-libgcc): Test for gcc Makefile presence.
6693         (unstage): Test for stage_last presence.
6695         PR bootstrap/29802
6696         * Makefile.tpl (POSTSTAGE1_FLAGS_TO_PASS): Add HOST_SUBDIR in
6697         STAGE_PREFIX.
6698         * Makefile.in: Regenerate.
6700 2003-11-16  Zdenek Dvorak  <dvorakz@suse.cz>
6702         * MAINTAINERS: Add myself and Daniel Berlin as loop optimizer
6703         maintainers.
6705 2006-11-14  Erven Rohou  <erven.rohou@st.com>
6707         * MAINTAINERS (Write After Approval): Add myself.
6709 2006-11-14  Paolo Bonzini  <bonzini@gnu.org>
6711         * Makefile.tpl (clean-stage*): Test separately for package/Makefile
6712         and stageN-package/Makefile.
6713         * Makefile.in: Regenerated.
6715 2006-11-14  Jie Zhang  <jie.zhang@analog.com>
6717         * configure.in: Remove target-libgloss from noconfigdirs for
6718         bfin-*-*.
6719         * configure: Regenerated.
6721 2006-11-11  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
6723         * configure.in (have_gmp): Only error if the gcc directory exists.
6725         * configure: Regenerate.
6727 2006-11-07  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
6729         * configure.in: Robustify error message for missing GMP/MPFR.
6731         * configure: Regenerate.
6733 2006-10-31  Stephen M. Webb  <stephen.webb@bregmasoft.com>
6735         * MAINTAINERS (Write After Approval): Add myself.
6737 2006-10-30  Uros Bizjak  <ubizjak@gmail.com>
6739         * MAINTAINERS: Change email address.
6741 2006-10-30  Vladimir Prus  <vladimir@codesourcery.com>
6743         * MAINTAINERS (Write After Approval): Add myself.
6745 2006-10-26  Peter Bergner  <bergner@vnet.ibm.com>
6747         * MAINTAINERS (Write After Approval): Add myself.
6749 2006-10-25  Chen Liqin  <liqin@sunnorth.com.cn>
6751         * MAINTAINERS (Write After Approval): Move myself to
6752         Write After Approval section.
6754 2006-10-21  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
6756         * configure.in: Require GMP-4.1+ and MPFR-2.2+.  Don't check
6757         need_gmp anymore.
6758         * configure: Regenerate.
6760 2006-10-16  Tobias Burnus  <burnus@net-b.de>
6762         * MAINTAINERS (Write After Approval): Add myself.
6764 2006-10-16  Ben Elliston  <bje@au.ibm.com>
6766         * config.guess: Import latest version.
6767         * config.sub: Likewise.
6769 2006-10-10  Brooks Moses  <bmoses@stanford.edu>
6771         * Makefile.def: Added pdf target handling.
6772         * Makefile.tpl: Added pdf target handling.
6773         * Makefile.in: Regenerated.
6775 2006-10-10  Chen Liqin  <liqin@sunnorth.com.cn>
6777         * MAINTAINERS: Add self as score port maintainer.
6779 2006-10-04  Brooks Moses  <bmoses@stanford.edu>
6781         * MAINTAINERS (Write After Approval): Add myself.
6783 2006-09-27  Steven G. Kargl  <kargl@gcc.gnu.org>
6785         * configure.in: Check for GMP 4.1 or newer.  Check for MPFR 2.2.0
6786         or newer.
6787         * configure: Regenerated.
6789 2006-09-27  Dave Brolley  <brolley@redhat.com>
6791         * configure.in (RUNTEST): Look for 'runtest' in the source tree by
6792         using $s instead of $r.
6793         * configure: Regenerated.
6795 2006-09-26  Thiemo Seufer  <ths@mips.com>
6797         * configure.in: Remove redundant handling of mips*-dec-bsd*. Likewise
6798         for mipstx39-*-*. Disable libgloss for mips64*-*-linux*.
6799         * configure: Regenerate.
6801 2006-09-24  Graeme Peterson  <gridly@gmail.com>
6803         * MAINTAINERS (Write After Approval): Remove myself.
6805 2006-09-22  Chao-ying Fu  <fu@mips.com>
6807         * MAINTAINERS (Write After Approval): Add myself.
6809 2006-09-10  Joseph S. Myers  <joseph@codesourcery.com>
6811         * MAINTAINERS: Add self as soft-fp maintainer.
6813 2006-09-09  Anatoly Sokolov  <aesok@post.ru>
6815         * MAINTAINERS: Add myself as avr maintainer.
6816         Remove Marek Michalkiewicz as avr maintainer.
6818 2006-09-07  Roberto Costa  <roberto.costa@st.com>
6820         * MAINTAINERS (Write After Approval): Add myself.
6822 2006-08-30  Corinna Vinschen  <corinna@vinschen.de>
6824         * configure.in: Never build newlib for a Mingw host.
6825         Never build newlib as Mingw target library.
6826         Test the existence of winsup/cygwin for building a Cygwin newlib,
6827         rather than just winsup.
6828         Add winsup/mingw and winsup/w32api paths to FLAGS_FOR_TARGET if
6829         building a Mingw target.
6830         * configure: Regenerate.
6832 2006-08-08  Eric Botcazou  <ebotcazou@libertysurf.fr>
6834         * MAINTAINERS (Various Maintainers): Add self as RTL opt. maintainer.
6836 2006-07-25  Paolo Bonzini  <bonzini@gnu.org>
6838         * config.guess: Import from src (was more updated).
6839         * config.sub: Likewise.
6841 2006-07-22  Daniel Jacobowitz  <dan@codesourcery.com>
6843         * configure.in: Allow mingw32 and cygwin targets to build cross-gdb.
6844         * configure: Regenerated.
6846 2006-07-18  Paolo Bonzini  <bonzini@gnu.org>
6848         * Makefile.tpl (configure-stageN-MODULE): Pass --with-build-libsubdir
6849         for stages after the first.
6851 2006-07-17  Jakub Jelinek  <jakub@redhat.com>
6853         * Makefile.def: Add dependencies for configure-opcodes
6854         on configure-intl and all-opcodes on all-intl.
6855         * Makefile.in: Regenerated.
6857 2006-07-13  Ben Elliston  <bje@au.ibm.com>
6859         * MAINTAINERS (Various Maintainers): Add myself as dfp maintainer.
6861 2006-07-06  Paul Eggert  <eggert@cs.ucla.edu>
6863         Port to hosts whose 'sort' and 'tail' implementations
6864         treat operands with leading '+' as file names, as POSIX
6865         has required since 2001.  However, make sure the code still
6866         works on pre-POSIX hosts.
6867         * ltmain.sh: Don't assume "sort +2" is equivalent to
6868         "sort -k 3", since POSIX 1003.1-2001 no longer requires this.
6870 2006-07-05  Ulrich Weigand  <uweigand@de.ibm.com>
6872         * MAINTAINERS (Various Maintainers): Add myself as reload maintainer.
6874 2006-07-04  Peter O'Gorman  <peter@pogma.com>
6876         * ltconfig: chmod 644 before ranlib during install.
6878 2006-07-04  Eric Botcazou  <ebotcazou@libertysurf.fr>
6880         PR bootstrap/18058
6881         * configure.in: Add -fkeep-inline-functions to CFLAGS for stage 1
6882         if the bootstrap compiler is a GCC version that supports it.
6883         * configure: Regenerate.
6885 2006-07-03  Paolo Bonzini  <bonzini@gnu.org>
6887         * configure.in: Fix thinkos in previous check-in.
6888         * configure: Regenerate.
6890 2006-07-03  Paolo Bonzini  <bonzini@gnu.org>
6892         PR other/27063
6893         * configure.in: Test subdir_requires and give an appropriate
6894         error message.
6895         * configure: Regenerate.
6897 2006-07-01  Andrew John Hughes  <gnu_andrew@member.fsf.org>
6899         * MAINTAINERS (Write After Approval): Add myself.
6901 2006-06-22  John David Anglin  <dave.anglin@nrc.ca>
6903         * MAINTAINERS (OS Port Maintainers): Add myself as hpux maintainer.
6905 2006-06-22  Steve Ellcey  <sje@cup.hp.com>
6907         * MAINTAINERS (OS Port Maintainers): Add myself as hpux maintainer.
6909 2006-06-20  David Ayers  <d.ayers@inode.at>
6911         PR bootstrap/28072
6912         * configure.in: Add target-boehm-gc to noconfigdirs depending on
6913         whether target-libjava is being configured instead of whether the
6914         java front end is enabled.
6915         * configure: Regenerate.
6917 2006-06-16  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
6919         PR target/27540
6920         * configure.in: Only enable libgomp on IRIX 6.
6921         * configure: Regenerate.
6923 2006-06-15  Paolo Bonzini  <bonzini@gnu.org>
6925         * Makefile.tpl (POSTSTAGE1_HOST_EXPORTS): Export CFLAGS and LDFLAGS
6926         too.
6927         * Makefile.in: Regenerate.
6929 2006-06-13  Jeff Johnston  <jjohnstn@redhat.com>
6931         * config-ml.in: Alter CCASFLAGS to include special
6932         multilib options the same as is done for CFLAGS.
6934 2006-06-12  John David Anglin  <dave.anglin@nrc-cnrc.gc.ca>
6936         * configure.in: Don't enable libgomp on hpux10.
6937         * configure: Rebuilt.
6939 2006-06-12  David Ayers  <d.ayers@inode.at>
6941         PR bootstrap/27963
6942         PR target/19970
6943         * configure.in: Remove target-boehm-gc from noconfigdirs where
6944         ${libgcj} is specified.
6945         * configure: Regenerate.
6947 2006-06-06  Carlos O'Donell  <carlos@codesourcery.com>
6949         Sync from src:
6951         * configure.in: Sync.
6952         * configure: Regenerated.
6954         2006-05-31  Daniel Jacobowitz  <dan@codesourcery.com>
6956         * Makefile.def: Added dependencies from sim and gdb on intl, and
6957         added configure dependencies to everything with an all dependency
6958         on intl.
6959         * Makefile.in: Regenerated.
6961 2006-06-06  David Ayers  <d.ayers@inode.at>
6963         PR libobjc/13946
6964         * Makefile.def: Add dependencies for libobjc which boehm-gc.
6965         * Makefile.in: Regenerate.
6966         * configure.in: Add --enable-objc-gc at toplevel and have it
6967         enable boehm-gc for Objective-C.
6968         Remove target-boehm-gc from libgcj.
6969         Add target-boehm-gc to target_libraries.
6970         Add target-boehm-gc to noconfigdirs where ${libgcj}
6971         is specified.
6972         Assert that boehm-gc is supported when requested for Objective-C.
6973         Only build boehm-gc if needed either for Java or Objective-C.
6974         * configure: Regenerate.
6976 2006-06-05  Paolo Bonzini  <bonzini@gnu.org>
6978         PR 27674
6979         * Makefile.tpl (configure-[+prefix+][+module+],
6980         all-[+prefix+][+module+]): Depend on stage_current if bootstrapping.
6981         Remove rule to unstage bootstrapped modules.
6982         (stage_current): New.
6983         * Makefile.in: Regenerate.
6985 2006-06-03  Laurynas Biveinis  <laurynas.biveinis@gmail.com>
6987         * MAINTAINERS (Write After Approval): Update my e-mail address.
6989 2006-06-01  Mark Shinwell  <shinwell@codesourcery.com>
6991         * include/libiberty.h: Declare pex_run_in_environment.
6993 2006-05-31  Asher Langton  <langton2@llnl.gov>
6995         * MAINTAINERS (Write After Approval): Add myself.
6997 2006-05-25  Paolo Bonzini  <bonzini@gnu.org>
6999         * Makefile.def (bfd, opcodes): Fix lib_path.
7000         * Makefile.tpl (POSTSTAGE1_FLAGS_TO_PASS): Replace ADAC with ADAFLAGS.
7001         (restrap): Move under "@if gcc-bootstrap".  Fix typo.
7002         * Makefile.in: Regenerate.
7004 2006-05-24  Carlos O'Donell  <carlos@codesourcery.com>
7006         * Makefile.in: Regenerate.
7008 2006-05-24  Carlos O'Donell  <carlos@codesourcery.com>
7010         * Makefile.def: Add install-html target. Add datarootdir
7011         docdir and htmldir to flags_to_pass.
7012         * Makefile.tpl: Add install-html target.
7013         * Makefile.in: Regenerate.
7014         * configure.in: Add --with-datarootdir, --with-docdir, and
7015         --with-htmldir options. AC_SUBST datarootdir, docdir and htmldir.
7016         * configure: Regenerate.
7018 2006-05-24  Mark Shinwell  <shinwell@codesourcery.com>
7020         * configure.in: Enable gprof for cross builds.
7021         * configure: Regenerate.
7023 2006-05-22  Richard Guenther  <rguenther@suse.de>
7025         Revert
7026         2006-01-31  Richard Guenther  <rguenther@suse.de>
7027         Paolo Bonzini  <bonzini@gnu.org>
7029         * Makefile.def (target_modules): Add libgcc-math target module.
7030         * configure.in (target_libraries): Add libgcc-math target library.
7031         (--enable-libgcc-math): New configure switch.
7032         * Makefile.in: Re-generate.
7033         * configure: Re-generate.
7034         * libgcc-math: New toplevel directory.
7036 2006-05-20  John David Anglin  <dave.anglin@nrc-cnrc.gc.ca>
7037             Andreas Tobler  <a.tobler@schweiz.ch>
7039         * configure.in:  Enable libgcj for hppa*-hp-hpux11*.
7040         * configure: Rebuilt.
7042 2006-05-12  Sandra Loosemore  <sandra@codesourcery.com>
7044         * MAINTAINERS (Write After Approval): Add myself.
7046 2006-05-01  DJ Delorie  <dj@redhat.com>
7048         * configure.in: Restore CFLAGS if GMP isn't present.
7049         * configure: Regenerate.
7051 2006-05-01  Richard Guenther  <rguenther@suse.de>
7053         * MAINTAINERS (Various Maintainers): Add myself as libgcc-math
7054         maintainer.
7056 2006-04-30  Kenneth Zadeck  <zadeck@naturalbridge.com>
7058         * MAINTAINERS (Write After Approval): Add myself.
7060 2006-04-28  Jan Beulich  <jbeulich@novell.com>
7062         * MAINTAINERS (Write After Approval): Add myself.
7064 2006-04-18  DJ Delorie  <dj@redhat.com>
7066         * configure.in (m32c): Build libstdc++-v3.  Pass flags to
7067         reference libgloss so that libssp can be built in a combined
7068         tree.
7069         * configure: Regenerate.
7071 2006-04-08  Robert Millan  <rmh@gcc.gnu.org>
7073         * MAINTAINERS (Write After Approval): Add myself.
7075 2006-04-05  Ben Elliston  <bje@au.ibm.com>
7077         * configure.in: Require makeinfo 4.4 or higher.
7078         * configure: Regenerate.
7080 2006-04-04  Gerald Pfeifer  <gerald@pfeifer.com>
7082         * MAINTAINERS: Add Richard Henderson as libgomp maintainer.
7083         Rearrange the entries of other libraries to have them in one place.
7085 2006-03-22  Janne Blomqvist  <jb@gcc.gnu.org>
7087         * MAINTAINERS (Write After Approval): Remove myself.
7088         (Language Front End Maintainers): Add myself as fortran 95 maintainer.
7090 2006-03-14  Richard Guenther  <rguenther@suse.de>
7092         * configure: Regenerate with autoconf 2.13.
7094 2006-03-13  Jim Blandy  <jimb@codesourcery.com>
7096         * MAINTAINERS: Use my work address.
7098         * MAINTAINERS: Update my E-mail address.
7100 2006-03-10  Aldy Hernandez  <aldyh@redhat.com>
7102         * configure.in: Handle --disable-<component> generically.
7103         * configure: Regenerate.
7105 2006-03-01  H.J. Lu  <hongjiu.lu@intel.com>
7107         PR libgcj/17311
7108         * ltmain.sh: Don't use "$finalize_rpath" for compile.
7110 2006-02-21  Erik Edelmann  <eedelman@gcc.gnu.org>
7112         * MAINTAINERS (Write After Approval):  Remove myself.
7113         (Language Front End Maintainers):  Add myself as fortran 95 maintainer.
7115 2006-02-21  Rafael Ávila de Espíndola  <rafael.espindola@gmail.com>
7117         * Makefile.tpl  (BUILD_CONFIGDIRS): Remove.
7118         (TARGET_CONFIGDIRS): Remove.
7119         * configure.in: Remove AC_SUBST(target_configdirs).
7120         * Makefile.in, configure: Regenerated.
7122 2006-02-20  Steven G. Kargl  <kargls@comcast.net>
7124         * MAINTAINERS (Write After Approval):  Remove myself.
7125         (Language Front End Maintainers):  Add myself as fortran 95 maintainer.
7127 2006-02-20  Paolo Bonzini  <bonzini@gnu.org>
7129         PR bootstrap/25670
7131         * Makefile.tpl ([+compare-target+]): Print explanation messages.
7133         * Makefile.def (ADAFLAGS, BOOT_ADAFLAGS, LANGUAGES): New flags_to_pass.
7134         * Makefile.tpl (BASE_FLAGS_TO_PASS): Support optional flags_to_pass.
7135         (EXTRA_GCC_FLAGS): Remove ADAFLAGS, BOOT_ADAFLAGS, LANGUAGES,
7136         BUILD_PREFIX, BUILD_PREFIX_1.
7137         * configure.in: (BUILD_PREFIX, BUILD_PREFIX_1): Don't substitute.
7139         * Makefile.def (bootstrap stage 1): Pass LIBCFLAGS too.
7140         * Makefile.tpl (POSTSTAGE1_FLAGS_TO_PASS): Override LIBCFLAGS too.
7142         * Makefile.tpl (configure-stage[+id+]-[+prefix+][+module+],
7143         all-stage[+id+]-[+prefix+][+module+], : Use $(current_stage) instead
7144         of `cat stage_current`.  Always provide the `r' and `s' variables.
7145         (clean-stage[+id+]-[+prefix+][+module+]): Likewise, and make it into
7146         a single shell execution.
7147         (configure-[+prefix+][+module+], all-[+prefix+][+module+]): For
7148         bootstrapped modules, make the stage1 module if the build was not
7149         started yet, else build the current stage.
7150         (all-host, all-target): Omit bootstrapped modules (if bootstrapping).
7151         (all-build, all-host, all-target, [+make_target+]-host,
7152         [+make_target+]-target): Do not use \-continued lines.
7153         (target modules): Depend on stage_last, not all-gcc, if bootstrapping.
7154         (current_stage, restrap, stage_last): New.
7156         * Makefile.in: Regenerate.
7157         * configure: Regenerate.
7159 2006-02-19  Bud Davis  <jmdavis@link.com>
7161         * MAINTAINERS (Write After Approval):  Remove myself.
7162         (Language Front End Maintainers):  Add myself as fortran 95
7163         maintainer and update e-mail address.
7165 2006-02-17  Francois-Xavier Coudert  <coudert@clipper.ens.fr>
7167         * MAINTAINERS (Write After Approval):  Remove myself.
7168         (Language Front End Maintainers):  Add myself as fortran 95
7169         maintainer.
7171 2006-02-16  Victor Kaplansky  <victork@il.ibm.com>
7173         * MAINTAINERS (Write After Approval): Add myself.
7175 2006-02-16  Thomas Koenig  <Thomas.Koenig@online.de>
7177         * MAINTAINERS (Write After Approval):  Remove myself.
7178         (Language Front End Maintainers):  Add myself as
7179         fortran 95 maintainer.
7181 2006-02-14  Paolo Bonzini  <bonzini@gnu.org>
7183         Sync from src:
7185         2005-12-27  Leif Ekblad  <leif@rdos.net>
7187         * configure.in: Add support for RDOS target.
7188         * configure: Regenerate.
7190 2006-02-14  Paolo Bonzini  <bonzini@gnu.org>
7191             Andreas Schwab  <schwab@suse.de>
7193         * configure: Regenerate.
7195 2006-02-12  David Edelsohn  <edelsohn@gnu.org>
7197         * configure.in (enable_libgomp): Add AIX.
7198         * configure: Regenerate.
7200 2006-02-07  Maxim Kuvyrkov  <mkuvyrkov@ispras.ru>
7202         * MAINTAINERS (Write After Approval): Add myself.
7204 2006-02-03  Lee Millward  <lee.millward@gmail.com>
7206         * MAINTAINERS (Write After Approval): Add myself.
7208 2006-01-31  Richard Guenther  <rguenther@suse.de>
7209         Paolo Bonzini  <bonzini@gnu.org>
7211         * Makefile.def (target_modules): Add libgcc-math target module.
7212         * configure.in (target_libraries): Add libgcc-math target library.
7213         (--enable-libgcc-math): New configure switch.
7214         * Makefile.in: Re-generate.
7215         * configure: Re-generate.
7216         * libgcc-math: New toplevel directory.
7218 2006-01-26  Paolo Bonzini  <bonzini@gnu.org>
7220         * configure.in: Set with_gnu_as, with_gnu_ld, with_newlib earlier.
7221         Set md_exec_prefix.  Use ACX_CHECK_INSTALLED_TARGET_TOOL to find
7222         the assembler, linker and binutils.
7223         * configure: Regenerate.
7225 2006-01-22  Dirk Mueller  <dmueller@suse.de>
7227         * MAINTAINERS (Write After Approval): Add myself.
7229 2006-01-20  Diego Novillo  <dnovillo@redhat.com>
7231         * configure: Regenerate.
7233 2006-01-18  Richard Henderson  <rth@redhat.com>
7234             Jakub Jelinek  <jakub@redhat.com>
7235             Diego Novillo  <dnovillo@redhat.com>
7237         * libgomp: New directory.
7238         * Makefile.def: Add target_module libgomp.
7239         * Makefile.in: Regenerate.
7240         * configure.in (target_libraries): Add target-libgomp.
7241         * configure: Regenerate.
7243 2006-01-05  Alexandre Oliva  <aoliva@redhat.com>
7245         * Makefile.tpl (clean-stage[+id+]-[+prefix+][+module+]): Remove
7246         @ from continuation.
7247         * Makefile.in: Rebuilt.
7249 2006-01-04  Chris Lattner  <sabre@gnu.org>
7251         * MAINTAINERS (Write After Approval): Add myself.
7253 2006-01-04  Paolo Bonzini  <bonzini@gnu.org>
7255         PR bootstrap/24252
7257         * Makefile.def (flags_to_pass): Add STAGE1_CFLAGS and STAGE1_LANGUAGES.
7258         * Makefile.tpl (OBJDUMP): New.
7259         (EXTRA_HOST_FLAGS): Add it.
7260         (EXTRA_GCC_FLAGS): Remove flags already specified in flags_to_pass.
7262         * Makefile.tpl (stage[+id+]-start, stage[+id+]-end): Do not try
7263         to use symbolic links between directories.  Avoid race conditions
7264         or make them harmless.
7265         * configure.in: Do not try to use symbolic links between directories.
7267         * Makefile.def (LEAN): Pass.
7268         * Makefile.tpl (LEAN): Define.
7269         (stage[+id+]-start): Accept that the previous directory does not
7270         exist, if the bootstrap is lean.
7271         (stage[+id+]-bubble): Invoke lean bootstrap commands after
7272         stage[+id+]-start.  Use a makefile variable and an `if' instead of a
7273         configure substitution.
7274         ([+compare-target+]): Likewise.
7275         ([+bootstrap-target+]-lean): New.
7276         * configure.in: Remove lean bootstrap support from here.
7278         * Makefile.in: Regenerate.
7279         * configure: Regenerate.
7281 2006-01-04  Ben Elliston  <bje@au.ibm.com>
7283         * MAINTAINERS (libdecnumber): Add myself.
7285 2006-01-02  Mark Mitchell  <mark@codesourcery.com>
7287         * libtool-ldflags: New script.
7289 2006-01-02  Andreas Schwab  <schwab@suse.de>
7291         * configure.in: When reconfiguring remove Makefile in
7292         all stage directories.
7293         * configure: Regenerate.
7295 2005-12-27  Steven Bosscher  <stevenb.gcc@gmail.com>
7297         * MAINTAINERS: Update my email address.
7299 2005-12-20  Paolo Bonzini  <bonzini@gnu.org>
7301         Revert Ada-related part of the previous change.
7303         * Makefile.def (ADAFLAGS, BOOT_ADAFLAGS, ADAFLAGS_FOR_TARGET):
7304         Do not pass.
7305         * Makefile.tpl (BOOT_ADAFLAGS): Do not define.
7306         * Makefile.in: Regenerate.
7307         * configure.in: Do not include mt-ppc-aix target fragment.
7308         * configure: Regenerate.
7310 2005-12-19  Paolo Bonzini  <bonzini@gnu.org>
7312         * configure.in: Select appropriate fragments for PowerPC/AIX.
7313         * configure: Regenerate.
7315         * Makefile.def (flags_to_pass): Add ADAFLAGS, BOOT_ADAFLAGS,
7316         BOOT_CFLAGS, BOOT_LDFLAGS.
7317         * Makefile.tpl (POSTSTAGE1_FLAGS_TO_PASS): Handle BOOT_ADAFLAGS,
7318         BOOT_CFLAGS, BOOT_LDFLAGS.
7319         (TARGET_FLAGS_TO_PASS): Handle ADAFLAGS_FOR_TARGET.
7320         (stage[+id+]-bubble): Pass flags recursively to the comparison target.
7321         (stage): Fail if we cannot complete the work.
7322         * Makefile.in: Regenerate.
7324 2005-12-16  Nathan Sidwell  <nathan@codesourcery.com>
7326         * configure.in: Replace ms1 with mt.
7327         * configure: Rebuilt.
7329 2005-12-15  Bryce McKinlay  <mckinlay@redhat.com>
7331         * MAINTAINERS: Update my email address.
7333 2005-12-15  Paolo Bonzini  <bonzini@gnu.org>
7335         * Makefile.tpl (all, do-[+make_target+], do-check, install,
7336         install-host-nogcc): Don't invoke $(stage) at the end.
7337         * Makefile.in: Regenerate.
7339 2005-12-14  Paolo Bonzini  <bonzini@gnu.org>
7341         * configure.in: Flip the top-level bootstrap switch.
7342         * configure: Regenerate.
7344 2005-12-14  Daniel Jacobowitz  <dan@codesourcery.com>
7346         * Makefile.tpl: Throughout the file, use : $(MAKE) along with
7347         $(stage) and $(unstage).
7348         (EXTRA_TARGET_FLAGS): Correct double-quoting.
7349         (all): Remove stray semicolon.
7350         (local-distclean): Don't handle multilib.tmp and multilib.out.
7351         (install.all): Set $s for consistency.
7352         (configure-[+prefix+][+module+]): Instead of [+deps+], handle
7353         check_multilibs setting.  Always make the install directory.
7354         (configure-stage[+id+]-[+prefix+][+module+]): Likewise.
7355         Correct @if/@endif.
7356         (all-stage[+id+]-[+prefix+][+module+]): Correct @if/@endif.
7357         ($(TARGET_SUBDIR)/[+module+]/multilib.out): Remove.
7358         (stage[+id+]-start, stage[+id+]-end): Stage $(TARGET_SUBDIR).
7359         (multilib.out): Remove.
7360         * Makefile.in: Regenerated.
7362 2005-12-12  Carlos O'Donell  <carlos@codesourcery.com>
7364         * MAINTAINERS (Write After Approval): Add myself.
7366 2005-12-12  Nathan Sidwell  <nathan@codesourcery.com>
7368         * MAINTAINERS: Add myself as mt maintainer.
7370         * config.sub: Replace ms1 with mt.  Allow ms1 as an alias.
7372 2005-12-06  Adam Nemet  <anemet@caviumnetworks.com>
7374         * MAINTAINERS: Change email address.
7376 2005-12-05  Paolo Bonzini  <bonzini@gnu.org>
7378         * configure.in (CONFIGURED_BISON, CONFIGURED_YACC, CONFIGURED_M4,
7379         CONFIGURED_FLEX, CONFIGURED_LEX, CONFIGURED_MAKEINFO): Remove
7380         "CONFIGURED_" from the AC_CHECK_PROGS invocation.  Move below.
7381         Find in-tree tools if available.
7382         (EXPECT, RUNTEST, LIPO, STRIP): Find them and substitute them.
7383         (CONFIGURED_*_FOR_TARGET): Don't set nor substitute.
7384         (*_FOR_TARGET): Set them with GCC_TARGET_TOOL.
7385         (COMPILER_*_FOR_TARGET): New.
7386         * Makefile.tpl (HOST_EXPORTS): Add *_FOR_TARGET symbols that gcc needs.
7387         (BASE_TARGET_EXPORTS): Use COMPILER_*_FOR_TARGET symbols.
7388         (CONFIGURED_*, USUAL_*): Remove.
7389         (BISON, YACC, FLEX, LEX, M4, MAKEINFO, EXPECT, RUNTEST, LIPO,
7390         STRIP): Use autoconf substitutions.
7391         (COMPILER_AS_FOR_TARGET, COMPILER_LD_FOR_TARGET,
7392         COMPILER_NM_FOR_TARGET): New.
7393         (EXTRA_HOST_FLAGS): Pass LIPO and STRIP.
7395         (all): Make all-host and all-target in parallel.
7396         (do-[+make_target+], do-check, install, [+compare-target+]): Ensure
7397         that $$r and $$s are set before invoking a recursive make.
7398         (stage[+id+]-bubble): Likewise, and invoke the comparison at the end.
7399         ([+bootstrap-target+]): Inline most of the `all' target.
7401 2005-11-29  Ben Elliston  <bje@au.ibm.com>
7403         * Makefile.tpl (clean-target-libgcc): Invoke clean-target-libgcc
7404         from the gcc build directory.
7405         * Makefile.in: Regenerate.
7407 2005-11-29  Ben Elliston  <bje@au.ibm.com>
7409         * Makefile.def: Add new libdecnumber host_module.  Make all-gcc
7410         depend on all-libdecnumber.
7411         * configure.in (host_libs): Include libdecnumber.
7412         * Makefile.in: Regenerate.
7413         * configure: Likewise.
7415 2005-11-29  Ben Elliston  <bje@au.ibm.com>
7417         * libdecnumber: Import decNumber sources from the dfp-branch.
7419 2005-11-21  Kean Johnston  <jkj@sco.com>
7421         * config.sub, config.guess: Sync from upstream sources.
7423 2005-11-21  Ben Elliston  <bje@au.ibm.com>
7425         Import from Autoconf sources:
7427         2005-09-06  Paul Eggert  <eggert@cs.ucla.edu>
7428         * config/move-if-change: Don't output "$2 is unchanged";
7429         suggested by Ben Elliston.  Handle weird characters correctly.
7431 2005-11-18  Andreas Tobler  <a.tobler@schweiz.ch>
7433         * ltcf-c.sh (whole_archive_flag_spec): Remove '-all_load $convenience'
7434         to match upstream libtool for darwin.
7436 2005-11-11  Daniel Jacobowitz  <dan@codesourcery.com>
7438         * Makefile.def: Remove gdb dependencies for gdbtk.
7439         * Makefile.tpl (CONFIGURE_GDB_TK, INSTALL_GDB_TK): New variables.
7440         (configure-gdb, install-gdb): New rules.
7441         * configure.in: Set CONFIGURE_GDB_TK and INSTALL_GDB_TK.
7442         * Makefile.in, configure: Regenerated.
7444 2005-11-06  Janne Blomqvist  <jb@gcc.gnu.org>
7446         * MAINTAINERS (Write After Approval): Add myself.
7448 2005-11-06  Erik Edelmann  <eedelman@gcc.gnu.org>
7450         * MAINTAINERS (Write After Approval): Add myself.
7452 2005-10-24  Diego Novillo  <dnovillo@redhat.com>
7454         * MAINTAINERS (alias analysis): Add Daniel Berlin and
7455         Diego Novillo.
7457 2005-10-22  Paolo Bonzini  <bonzini@gnu.org>
7459         PR bootstrap/24297
7460         * Makefile.tpl (do-[+make-target+], do-check, install,
7461         stage[+id+]-bubble, [+compare-target+]): Ensure $$r and $$s
7462         are set before recursing.
7463         * Makefile.in: Regenerate.
7465 2005-10-20  Eric Botcazou  <ebotcazou@adacore.com>
7467         PR bootstrap/18939
7468         * Makefile.def (gcc) <target>: Fix thinko.
7469         * Makefile.in: Regenerate.
7471 2005-10-17  Bernd Schmidt  <bernd.schmidt@analog.com>
7473         * configure.in (bfin-*-*): Use test, not brackets, in if statement.
7474         * configure: Regenerate.
7476 2005-10-15  Jie Zhang  <jie.zhang@analog.com>
7478         * MAINTAINERS (Write After Approval): Add self.
7480 2005-10-08  Kazu Hirata  <kazu@codesourcery.com>
7482         * configure.in (arm-*-linux-gnueabi): Add to noconfigdirs
7483         target-libffi, target-qthreads, target-libjava, and
7484         targetlibobjc.
7485         * configure: Regenerate.
7487 2005-10-06  Daniel Jacobowitz  <dan@codesourcery.com>
7489         * Makefile.def (flags_to_pass): Add OBJDUMP_FOR_TARGET.
7490         * Makefile.tpl (BASE_TARGET_EXPORTS): Add OBJDUMP.
7491         (OBJDUMP_FOR_TARGET, CONFIGURED_OBJDUMP_FOR_TARGET)
7492         (USUAL_OBJDUMP_FOR_TARGET): New.
7493         (EXTRA_TARGET_FLAGS): Add OBJDUMP.
7494         * configure.in: Check for $OBJDUMP_FOR_TARGET.
7495         * configure, Makefile.in: Regenerated.
7497 2005-10-05  Paolo Bonzini  <bonzini@gnu.org>
7499         * Makefile.tpl (all) [gcc-no-bootstrap]: Make prebootstrap packages
7500         before other host packages.
7502 2005-10-05  Kaz Kojima  <kkojima@gcc.gnu.org>
7504         * MAINTAINERS: Add self as sh libraries/configury maintainer.
7506 2005-10-05  Paolo Bonzini  <bonzini@gnu.org>
7508         PR bootstrap/22340
7510         * configure.in (default_target): Remove.
7511         * Makefile.tpl (all): Do not use prerequisites as subroutines
7512         (all) [gcc-bootstrap]: Bootstrap gcc first if it was not done yet.
7513         (do-[+make_target+], check, install, [+bootstrap_target+]): Do not
7514         use prerequisites as subroutines.
7515         (check-host, check-target): New.
7516         (bootstrap configure & all targets): Do not use stage*-start
7517         if the directory layout is already ok.
7518         (non-bootstrap configure & all targets): Prepend a $(unstage).
7519         (stage[+id+]-bubble): Do that here.  Do not use NOTPARALLEL.
7520         (NOTPARALLEL): Remove.
7521         (unstage, stage variables): New variables.
7522         (unstage, stage targets): Simply expand to those variables.
7524         * configure: Regenerate.
7525         * Makefile.in: Regenerate.
7527 2005-10-04  James E Wilson  <wilson@specifix.com>
7529         * Makefile.def (lang_env_dependencies): Add libmudflap.
7530         * Makefile.in: Regenerate.
7532 2005-10-03  Andreas Schwab  <schwab@suse.de>
7534         Backport from libtool CVS:
7535         2002-11-03  Ossama Othman  <ossama@doc.ece.uci.edu>
7537         * ltmain.sh: add support for installing into temporary
7538         staging area (e.g. 'make install DESTDIR=...')
7540 2005-10-03  H.J. Lu  <hongjiu.lu@intel.com>
7542         * configure.in (*-*-darwin*): Build bfd, binutils and opcodes.
7543         * configure: Regenerated.
7545 2005-09-30  Andrew Pinski  <pinskia@physics.uc.edu>
7547         * configure: Regenerate with the correct
7548         autoconf version.
7550 2005-09-30  Catherine Moore  <clm@cm00re.com>
7552         * configure.in (bfin-*-*): New.
7553         * configure: Regenerated.
7555 2005-09-28  Geoffrey Keating  <geoffk@apple.com>
7557         * Makefile.tpl (BASE_TARGET_EXPORTS): Add LIPO, STRIP.
7558         (LIPO_FOR_TARGET): New.
7559         (CONFIGURED_LIPO_FOR_TARGET): New.
7560         (USUAL_LIPO_FOR_TARGET): New.
7561         (STRIP_FOR_TARGET): New.
7562         (CONFIGURED_STRIP_FOR_TARGET): New.
7563         (USUAL_STRIP_FOR_TARGET): New.
7564         * Makefile.def (flags_to_pass): Add LIPO_FOR_TARGET and
7565         STRIP_FOR_TARGET.
7566         * configure.in: Set LIPO_FOR_TARGET, STRIP_FOR_TARGET,
7567         CONFIGURED_LIPO_FOR_TARGET, CONFIGURED_STRIP_FOR_TARGET.
7568         * Makefile.in: Regenerate.
7569         * configure: Regenerate.
7571 2005-09-19  David Edelsohn  <edelsohn@gnu.org>
7573         * configure.in (powerpc-*-aix*): Add target-libssp to noconfigdirs.
7574         (rs6000-*-aix*): Same.
7575         * configure: Regenerate.
7577 2005-09-16  Tom Tromey  <tromey@redhat.com>
7579         * MAINTAINERS: Add self as java maintainer.
7581 2005-09-14  Francois-Xavier Coudert  <coudert@clipper.ens.fr>
7583         * configure.in: Recognize f95 in the --enable-languages option,
7584         and substitute it for fortran, issuing a warning.
7585         * configure: Regenerate.
7587 2005-08-30  Phil Edwards  <phil@codesourcery.com>
7589         * configure.in (*-*-vxworks*):  Add target-libstdc++-v3 to noconfigdirs.
7590         * configure:  Regenerated.
7592 2005-08-22  Aldy Hernandez  <aldyh@redhat.com>
7594         * MAINTAINERS: Add self as ms1 maintainer.
7596 2005-08-20  Richard Earnshaw  <richard.earnshaw@arm.com>
7598         * Makefile.def (libssp): Add to lang_env_dependencies.
7599         * Makefile.in: Regenerate.
7601 2005-08-18  Ian Lance Taylor  <ian@airs.com>
7603         * MAINTAINERS: Add myself as middle-end maintainer.
7605 2005-08-17  Christian Groessler  <chris@groessler.org>
7607         * Makefile.tpl: (USUAL_CC_FOR_TARGET): Add missing trailing slash.
7608         * Makefile.in: Regenerate.
7610 2005-08-15  Andreas Krebbel  <krebbel1@de.ibm.com>
7612         * MAINTAINERS (write after approval): Added myself.
7614 2005-08-12  Maciej W. Rozycki  <macro@linux-mips.org>
7616         * MAINTAINERS (Write After Approval): Add myself.
7618 2005-08-12  Paolo Bonzini  <bonzini@gnu.org>
7620         * configure.in: Replace NCN_STRICT_CHECK_TOOL with
7621         NCN_STRICT_CHECK_TOOLS, and likewise for NCN_STRICT_CHECK_TARGET_TOOLS.
7622         Look for alternate names of the target cc and c++
7623         * configure: Regenerate.
7625 2005-08-08  Paolo Bonzini  <bonzini@gnu.org>
7627         * configure.in (CC_FOR_TARGET, CXX_FOR_TARGET, GCJ_FOR_TARGET,
7628         GCC_FOR_TARGET, RAW_CXX_FOR_TARGET, GFORTRAN_FOR_TARGET): Find
7629         them with NCN_STRICT_CHECK_TARGET_TOOL, like the other target
7630         tools; remove code to manually set them.
7631         (Target tools): Look in the environment for them.
7632         * Makefile.tpl (CC_FOR_TARGET, CXX_FOR_TARGET, GCJ_FOR_TARGET,
7633         GCC_FOR_TARGET, RAW_CXX_FOR_TARGET, GFORTRAN_FOR_TARGET): Redefine.
7634         (AS_FOR_TARGET, LD_FOR_TARGET, NM_FOR_TARGET): Look into gcc
7635         build directory.
7636         (CONFIGURED_CC_FOR_TARGET, CONFIGURED_CXX_FOR_TARGET,
7637         CONFIGURED_GCJ_FOR_TARGET, CONFIGURED_GCC_FOR_TARGET,
7638         CONFIGURED_GFORTRAN_FOR_TARGET, USUAL_CC_FOR_TARGET,
7639         USUAL_CXX_FOR_TARGET, USUAL_GCJ_FOR_TARGET, USUAL_GCC_FOR_TARGET,
7640         USUAL_RAW_CXX_FOR_TARGET, USUAL_GFORTRAN_FOR_TARGET): New.
7641         (CXX_FOR_TARGET_FOR_RECURSIVE_MAKE,
7642         RAW_CXX_FOR_TARGET_FOR_RECURSIVE_MAKE, RECURSE_FLAGS): Delete.
7643         * configure: Regenerate.
7644         * Makefile.in: Regenerate.
7646 2005-07-28  Ben Elliston  <bje@au.ibm.com>
7648         * MAINTAINERS: Update for removed CPU targets.
7650 2005-07-27  Mark Mitchell  <mark@codesourcery.com>
7652         * Makefile.tpl (EXTRA_TARGET_FLAGS): Set LDFLAGS=LDFLAGS_FOR_TARGET.
7653         * Makefile.def (flags_to_pass): Add LDFLAGS_FOR_TARGET.
7654         * Makefile.in: Regenerated.
7656 2005-07-26  Mark Mitchell  <mark@codesourcery.com>
7658         * Makefile.tpl (SYSROOT_CFLAGS_FOR_TARGET): New variable.
7659         (CFLAGS_FOR_TARGET): Use it.
7660         (CXXFLAGS_FOR_TARGET): Likewise.
7661         * Makefile.in: Regenerated.
7662         * configure.in (--with-build-sysroot): New option.
7663         * configure: Regenerated.
7665 2005-07-24  Paolo Bonzini  <bonzini@gnu.org>
7667         * Makefile.tpl: Wrap install between unstage and stage
7668         * Makefile.in: Regenerate.
7670 2005-07-21  Eric Christopher  <echristo@apple.com>
7672         * MAINTAINERS: Update affiliation.
7674 2005-07-21  Paul Woegerer  <paul.woegerer@nsc.com>
7676         * MAINTAINERS: Add self as crx port maintainer.
7678 2005-07-20  DJ Delorie  <dj@redhat.com>
7680         * MAINTAINERS: Add self as m32c maintainer.
7682 2005-07-16  Kelley Cook  <kcook@gcc.gnu.org>
7684         * all files: Update FSF address.
7686 2005-07-15  Eric Christopher  <echristo@redhat.com>
7688         * MAINTAINERS: Change affiliation.
7690 2005-07-14  Jim Blandy  <jimb@redhat.com>
7692         * configure.in: Add cases for Renesas m32c.
7693         * configure: Regenerated.
7695 2005-07-14  Kelley Cook  <kcook@gcc.gnu.org>
7697         * COPYING.LIB: Update from fsf.org.
7699 2005-07-14  Kelley Cook  <kcook@gcc.gnu.org>
7701         * COPYING, compile, config.guess,
7702         config.sub, install-sh, missing, mkinstalldirs,
7703         symlink-tree, ylwrap: Sync from upstream sources.
7704         * config-ml.in: Update FSF address.
7706 2005-07-13  Eric Christopher  <echristo@redhat.com>
7708         * configure.in: Add toplevel noconfigdir support for tpf.
7709         * configure: Regenerate.
7711 2005-07-11  Paolo Bonzini  <bonzini@gnu.org>
7713         PR ada/22340
7715         * Makefile.tpl (POSTSTAGE1_FLAGS_TO_PASS): Fix pasto.
7716         * Makefile.in: Regenerate.
7718 2005-07-07  Mark Mitchell  <mark@codesourcery.com>
7720         * MAINTAINERS: Remove Dave Brolley as a cpplib maintainer.  Add Dave
7721         Brolley to write-after-approval.
7723 2005-07-07  Andreas Schwab  <schwab@suse.de>
7725         * Makefile.def (flags_to_pass): Add CFLAGS_FOR_BUILD.
7726         * Makefile.tpl (EXTRA_GCC_FLAGS): Don't pass CFLAGS_FOR_BUILD here.
7727         * Makefile.in: Regenerated.
7729 2005-07-06  Geoffrey Keating  <geoffk@apple.com>
7731         * configure.in: Don't build sim or rda when targetting darwin.
7732         * configure: Regenerate.
7734 2005-07-06  Kazu Hirata  <kazu@codesourcery.com>
7736         * configure.in: Add --enable-libssp and --disable-libssp.
7737         * configure: Regenerate with autoconf-2.13.
7739 2005-07-02  Jakub Jelinek  <jakub@redhat.com>
7741         * Makefile.def (target_modules): Add libssp.
7742         * configure.in (target_libraries): Add target-libssp.
7743         * configure: Rebuilt.
7744         * Makefile.in: Rebuilt.
7746 2005-07-01  Zack Weinberg  <zackw@panix.com>
7748         * MAINTAINERS: Change email address.  Resign from maintainership.
7750 2005-07-01  Richard Guenther  <rguenther@suse.de>
7752         * MAINTAINERS: Change my e-mail address and affiliation.
7754 2005-06-22  Paolo Bonzini  <bonzini@gnu.org>
7756         * Makefile.def (stagefeedback): Come after profile.
7757         Define profiledbootstrap target.
7758         * Makefile.tpl (profiledbootstrap): Remove.
7759         (stageprofile-end): Zap stagefeedback.
7760         (stagefeedback-start): Copy all .gcda files, not only GCC's.
7761         * Makefile.in: Regenerate.
7763 2005-06-13  Richard Sandiford  <richard@codesourcery.com>
7765         * MAINTAINERS: Update my email address.
7767 2005-06-13  Zack Weinberg  <zack@codesourcery.com>
7769         * depcomp: Update from automake CVS.  Add 'ia64hp' stanza.
7770         In 'cpp' stanza, support '#line' as well as '# '.
7772 2005-06-08  Andreas Schwab  <schwab@suse.de>
7774         * MAINTAINERS: Move myself from 'Write After Approval' to
7775         'CPU Port Maintainers' section as m68k maintainer.
7777 2005-06-07  Hans-Peter Nilsson  <hp@axis.com>
7779         * configure.in (unsupported_languages): New macro.
7780         <mmix-knuth-mmixware>: Set unsupported_languages.  Name explicit
7781         non-ported target libraries in noconfigdirs.
7782         <cris-*, crisv32-*> Ditto, except for non-aout, non-elf,
7783         non-linux-gnu.  Remove libgcj_ex_libffi.
7784         <lang_frag loop>: Set add_this_lang=no if the language is in
7785         unsupported_languages.
7786         * configure: Regenerate.
7788 2005-06-04  Tobias Schl"uter  <tobias.schlueter@physik.uni-muenchen.de>
7790         * configure.in: Fix typo in handling of --with-mpfr-dir.
7791         * configure: Regenerate.
7793 2005-06-04  Richard Sandiford  <rsandifo@nildram.co.uk>
7795         * MAINTAINERS: Update my email address.
7797 2005-06-02  Jim Blandy  <jimb@redhat.com>
7799         * config.sub: Add cases for the Renesas m32c.  (This patch has been
7800         accepted into the master sources.)
7802 2005-06-02  Aldy Hernandez  <aldyh@redhat.com>
7803             Michael Snyder  <msnyder@redhat.com>
7804             Stan Cox  <scox@redhat.com>
7806         * configure.in: Set noconfigdirs for ms1.
7808         * configure: Regenerate.
7810 2005-06-01  Jerry DeLisle  <jvdelisle@verizon.net>
7812         * MAINTAINERS (Write After Approval): Add self.
7814 2005-06-01  Josh Conner  <jconner@apple.com>
7816         * MAINTAINERS (Write After Approval): Add self.
7818 2005-06-01  Kazu Hirata  <kazu@codesourcery.com>
7820         * MAINTAINERS: Update my email address.
7822 2005-05-27  Ziga Mahkovec  <ziga.mahkovec@klika.si>
7824         * MAINTAINERS (Write After Approval): Add self.
7826 2005-05-26  Chris Demetriou  <cgd@broadcom.com>
7828         * MAINTAINERS (Write After Approval): Remove self.
7830 2005-05-25  Paolo Bonzini  <bonzini@gnu.org>
7832         * Makefile.tpl (stage[+id+]-start): Iterate over target module as well.
7833         (Dependencies): Consider target modules for bootstrap dependencies.
7834         Make target bootstrap modules depend on each stage's gcc.
7835         * Makefile.in: Regenerate.
7837 2005-05-20  Paolo Bonzini  <bonzini@gnu.org>
7839         * Makefile.def (configure-gcc): Depend on binutils having been built.
7840         (all-gcc): No need to do it here.
7841         * Makefile.in: Regenerate.
7843 2005-05-19  Paul Brook  <paul@codesourcery.com>
7845         * configure.in: Rewrite misleading error message when requested
7846         language cannot be built.
7847         * configure: Regenerate.
7849 2005-05-15  Daniel Jacobowitz  <dan@codesourcery.com>
7851         * ylwrap: Import from Automake 1.9.5.
7853 2005-05-13  David Ung  <davidu@mips.com>
7855         * MAINTAINERS (Write After Approval): Add self.
7857 2005-05-09  Mike Stump  <mrs@apple.com>
7859         * libtool.m4 (AC_LIBTOOL_SYS_MAX_CMD_LEN): Use quotes on
7860         lt_cv_sys_max_cmd_len for now.
7862 2005-05-09  Stan Cox  <scox@redhat.com>
7864         * MAINTAINERS: Remove self, add Nick Clifton as iq2000 maintainer.
7866 2005-05-08  Matt Kraai  <kraai@ftbfs.org>
7868         * README.SCO: Update the URL.
7870 2005-05-05  David Edelsohn  <edelsohn@gnu.org>
7872         * ltconfig: Define file_list_spec.  Pass file_list_spec and
7873         with_gnu_ld to libtool.
7874         * ltcf-c.sh (aix[45]): Define file_list_spec.
7875         * ltcf-cxx.sh (aix[45]): Same.
7876         * ltcf-gcj.sh (aix[45]): Same.
7877         * ltmain.sh: If command exceeds max_cmd_len and file_list_spec
7878         exists, write list of input files to temporary file.
7880 2005-05-04  Mike Stump  <mrs@apple.com>
7882         * configure.in: Always pass --target to target configures as
7883         otherwise rebuilds that do --recheck will fail.
7884         * confiugure: Rebuilt.
7886 2005-05-04  Paolo Bonzini  <bonzini@gnu.org>
7888         * Makefile.tpl (POSTSTAGE1_HOST_EXPORTS): Rename from
7889         STAGE_HOST_EXPORTS.
7890         (configure, all): Add bootstrap support.
7891         (Host modules, target modules): Pass post-stage1 flags and exports.
7892         (Top-level bootstrap): Remove bootstrap rules, expanded elsewhere.
7893         * Makefile.in: Regenerate.
7895 2005-04-29  Paolo Bonzini  <bonzini@gnu.org>
7897         * configure: Regenerate.
7899 2005-04-27  Mike Stump  <mrs@apple.com>
7901         * MAINTAINERS: Add self as darwin maintainer.
7903 2005-04-22  Bernd Schmidt  <bernd.schmidt@analog.com>
7905         * config.sub: Update from master copy.
7907 2005-04-21  Mike Stump  <mrs@apple.com>
7909         * MAINTAINERS: Add self as Objective-C/Objective-C++ maintainer.
7910         * MAINTAINERS: Add Zem as Objective-C++ maintainer.
7912 2005-04-19  Hans-Peter Nilsson  <hp@axis.com>
7914         * configure.in <crisv32-*-*, cris-*-*>: New local variable
7915         libgcj_ex_libffi.  Have specific match for *-*-linux*.  Separate
7916         matches for "*-*-aout" and "*-*-elf".  Don't disable libffi for
7917         "*-*-elf" and "*-*-linux*".
7918         * configure: Regenerate.
7920 2005-04-14  Joseph S. Myers  <joseph@codesourcery.com>
7922         * MAINTAINERS (Various Maintainers): Add self as i18n maintainer.
7924 2005-04-12  Mike Stump  <mrs@apple.com>
7926         * libtool.m4: Update AC_LIBTOOL_SYS_MAX_CMD_LEN bits from upstream.
7928 2005-04-04  Thomas Koenig  <Thomas.Koenig@online.de>
7930         * MAINTAINERS (Write After Approval): Add myself.
7932 2005-04-07  Bernd Schmidt  <bernd.schmidt@analog.com>
7934         * MAINTAINERS (Port Maintainers): Add self for Blackfin.
7936 2005-04-06  Paolo Bonzini  <bonzini@gnu.org>
7938         * Makefile.tpl (BUILD_CONFIGARGS): Include --with-build-subdir.
7939         (TARGET_CONFIGARGS): Include --with-target-subdir.
7940         (configure, all): New macros.  Use them throughout.
7941         * Makefile.in: Regenerate.
7943 2005-04-04  Jon Grimm  <jgrimm2@us.ibm.com>
7945         * MAINTAINERS (Write After Approval): Add myself.
7947 2005-03-31  Zdenek Dvorak  <rakdver@atrey.karlin.mff.cuni.cz>
7949         * MAINTAINERS: Remove 'loop unrolling' maintainer.
7951 2005-03-30  Gerald Pfeifer  <gerald@pfeifer.com>
7953         * MAINTAINERS: Move John Carr to Write After Approval.
7955 2005-03-30  J"orn Rennecke  <joern.rennecke@st.com>
7957         * config/mh-mingw32: Delete.
7958         * configure.in: Don't use it.
7959         * configure: Regenerate.
7961 2005-03-31  Paolo Bonzini  <bonzini@gnu.org>
7963         * Makefile.def (bfd, opcodes, libstdc++-v3, libmudflap): Set lib_path.
7964         * Makefile.tpl (SET_LIB_PATH, REALLY_SET_LIB_PATH): Remove.
7965         (HOST_EXPORTS, STAGE_HOST_EXPORTS, TARGET_EXPORTS): Set RPATH_ENVVAR.
7966         (HOST_LIB_PATH): Generate from Makefile.def.
7967         (TARGET_LIB_PATH): Likewise.
7968         (Old bootstrap targets): Include TARGET_LIB_PATH into RPATH_ENVVAR.
7969         * Makefile.in: Regenerate.
7970         * configure.in (set_lib_path, SET_LIB_PATH, SET_GCC_LIB_PATH): Remove.
7971         (RPATH_ENVVAR): Include Darwin case.
7972         * configure: Regenerate.
7974 2005-03-29  Thomas Fitzsimmons  <fitzsim@redhat.com>
7976         * MAINTAINERS (Various Maintainers): Remove self.
7977         (Write After Approval): Add self.
7979 2005-03-26  Thomas Fitzsimmons  <fitzsim@redhat.com>
7981         * MAINTAINERS (Various Maintainers): Add self.
7983 2005-03-25  Paolo Bonzini  <bonzini@gnu.org>
7985         * configure.in (RPATH_ENVVAR): Set to DYLD_LIBRARY_PATH on Darwin.
7986         * configure: Regenerate.
7988 2005-03-21  Zack Weinberg  <zack@codesourcery.com>
7990         * Makefile.def: Remove libstdcxx_incdir, libsubdir, gxx_include_dir,
7991         gcc_version, and gcc_version_trigger from set of flags to pass.
7992         * Makefile.tpl: Remove definitions of above variables.
7993         (config.status): Remove dependency on $(gcc_version_trigger).
7994         * Makefile.in: Regenerate.
7995         * configure.in: Do not reference config/gcc-version.m4 nor
7996         config/gxx-include-dir.m4.  Do not invoke TL_AC_GCC_VERSION nor
7997         TL_AC_GXX_INCLUDE_DIR.  Do not set gcc_version_trigger.
7998         * configure: Regenerate.
8000 2005-03-16  Manfred Hollstein  <manfred.h@gmx.net>
8001             Andrew Pinski  <pinskia@physics.uc.edu>
8003         * Makefile.tpl (check-[+module+]): Fix shell statement inside if ... fi.
8004         * Makefile.in: Regenerate.
8006 2005-03-13  Feng Wang  <fengwang@nudt.edu.cn>
8008         * MAINTAINERS (Write After Approval): Add myself.
8010 2005-03-03  David Ayers  <d.ayers@inode.at>
8012         * MAINTAINERS (Write After Approval): Add myself.
8014 2005-03-01  Alexandre Oliva  <aoliva@redhat.com>
8016         PR libgcj/20160
8017         * ltmain.sh: Avoid creating archives with components that have
8018         duplicate basenames.
8020 2005-02-28  Andrew Pinski  <pinskia@physics.uc.edu>
8022         PR bootstrap/20250
8023         * Makefile.tpl (HOST target installs): Fix copy and pasto, use install
8024         instead of check.
8025         * Makefile.in: Regenerate.
8027 2005-02-28  Paolo Bonzini  <bonzini@gnu.org>
8029         * Makefile.in: Regenerate to fix conflict between the previous two
8030         patches.
8032 2005-02-28  Paolo Bonzini  <bonzini@gnu.org>
8034         PR bootstrap/17383
8035         * Makefile.def (target_modules): Remove "stage", now unnecessary.
8036         * Makefile.tpl (HOST_SUBDIR): New substitution.
8037         (STAGE_HOST_EXPORTS, EXPECT, HOST_LIB_PATH, USUAL_AR_FOR_TARGET,
8038         USUAL_AS_FOR_TARGET, USUAL_DLLTOOL_FOR_TARGET, USUAL_GCC_FOR_TARGET,
8039         USUAL_LD_FOR_TARGET, USUAL_NM_FOR_TARGET, USUAL_OBJDUMP_FOR_TARGET,
8040         USUAL_RANLIB_FOR_TARGET, USUAL_WINDRES_FOR_TARGET): Use it.
8041         (Host modules, Bootstrapped modules): Use it.
8042         (Build modules, Target modules): Do not create symlink trees,
8043         always configure out-of-srcdir.
8044         (distclean): Try removing $(host_subdir) with rm before using rm -rf.
8045         * configure.in (FLAGS_FOR_TARGET, CC_FOR_TARGET, GCJ_FOR_TARGET,
8046         GFORTRAN_FOR_TARGET, CXX_FOR_TARGET, RAW_CXX_FOR_TARGET): Use
8047         $(HOST_SUBDIR).  Create a symlink for host_subdir.
8049         * Makefile.in: Regenerate.
8050         * configure: Regenerate.
8052 2005-02-28  Nathanael Nerode  <neroden@gcc.gnu.org>
8054         Merged from libada-gnattools-branch:
8055         2004-11-28  Nathanael Nerode  <neroden@gcc.gnu.org>
8057         * gnattools: New directory.
8058         * Makefile.def: Add gnattools as a module, depending on target-libada.
8059         * Makefile.in: Regenerate.
8060         * configure.in: Include gnattools in host_tools; disable it if ada
8061         is disabled.
8062         * configure: Regenerate.
8064 2005-02-24  James A. Morrison  <phython@gcc.gnu.org>
8066         * MAINTAINERS (Language Front Ends Maintainers): Add myself as
8067         treelang maintainer.
8068         (Write After Approval): Remove myself.
8070 2005-02-23  Paul Schlie  <schlie@comcast.net>
8072         * configure.in: Allow darwin targeted ports to build tk, itcl and
8073         libgui.
8074         * configure: Regenerate.
8076 2005-02-21  Eric Botcazou  <ebotcazou@libertysurf.fr>
8078         PR libgcj/10353
8079         * configure.in (noconfigdirs) <sparc-*-solaris2.[0-6]>: Add libgcj.
8080         * configure: Regenerate.
8082 2005-02-18  Steven G. Kargl  <kargl@gcc.gnu.org>
8084         * MAINTAINERS (Write After Approval): Add myself.
8086 2005-02-10  Ian Lance Taylor  <ian@airs.com>
8088         * MAINTAINERS: Update my e-mail address.
8090 2005-02-02  Richard Guenther  <rguenth@gcc.gnu.org>
8092         * MAINTAINERS (Write After Approval): Add myself.
8094 2005-01-29  Hans-Peter Nilsson  <hp@axis.com>
8096         * configure.in (noconfigdirs) <crisv32-*-*>: Match like cris-*-*.
8097         <crisv32-*-*, cris-*-*>: Only disable target-newlib and
8098         target-libgloss when not *-*-elf and *-*-aout.
8099         * configure: Regenerate.
8101 2005-01-23  Kazu Hirata  <kazu@cs.umass.edu>
8103         * MAINTAINERS: Remove obsolete entries.
8105         * MAINTAINERS (Write After Approval): Add Michael Matz.
8107 2005-01-19  Neil Booth  <neil@daikokuya.co.uk>
8109         * MAINTAINERS: Remove self as cpplib maintainer.
8111 2005-01-17  Kelley Cook  <kcook@gcc.gnu.org>
8113         * install-sh, config.sub: Import from upstream.
8115 2005-01-17  Kelley Cook  <kcook@gcc.gnu.org>
8117         PR bootstrap/18222
8118         * Makefile.def: Pass CPPFLAGS_FOR_TARGET.
8119         * Makefile.tpl: Define target CPPFLAGS on CPPFLAGS_FOR_TARGET.
8120         * Makefile.in: Regenerate.
8122 2005-01-16  Jason Thorpe  <thorpej@netbsd.org>
8124         * MAINTAINERS: Update my email address.
8126 2005-01-12  David Edelsohn  <edelsohn@gnu.org>
8127             Andreas Schwab  <schwab@suse.de>
8129         PR bootstrap/18033
8130         * config-ml.in: Eval option if surrounded by single quotes.
8132 2005-01-03  Paolo Bonzini  <bonzini@gnu.org>
8134         Revert 2004-12-28 Makefile changes, a better fix will be
8135         applied to mainline and src after GCC 4.0 branches.
8137 2004-12-28  Paolo Bonzini  <bonzini@gnu.org>
8139         PR bootstrap/17383
8141         * Makefile.def (target_modules): Remove stage parameter,
8142         it is always true now.
8143         * Makefile.tpl (configure-build-[+module+],
8144         configure-target-[+module+]): Always build symlink tree
8145         for the directory and for include.  BUILD_SUBDIR and
8146         TARGET_SUBDIR cannot be . anymore.
8147         * Makefile.in: Regenerate.
8149 2004-12-25  David Edelsohn  <edelsohn@gnu.org>
8151         Revert 2004-12-08 Makefile changes.
8153 2004-12-17  Danny Smith  <dannysmith@users.sourceforge.net>
8155         * MAINTAINERS: Move myself to OS Port Maintainers for windows,
8156         cygwin, mingw.
8158 2004-12-16  Andrew Stubbs  <andrew.stubbs@st.com>
8160         * configure.in (sh64-*-*): Reenable gprof.
8161         * configure: Regenerate.
8163 2004-12-08  David Edelsohn  <edelsohn@gnu.org>
8165         * Makefile.def (flags_to_pass): Add PICFLAG_FOR_TARGET.
8166         * Makefile.tpl (EXTRA_HOST_FLAGS): Add PICFLAG.
8167         (EXTRA_TARGET_FLAGS): Add PICFLAG.
8168         * Makefile.in: Regenerate.
8170 2004-12-08  Christopher Faylor  <cgf@gcc.gnu.org>
8172         * MAINTAINERS: Update my email address.
8174 2004-12-07  Matt Kraai  <kraai@ftbfs.org>
8176         * Makefile.tpl: Generate normal dependencies if the LHS module is
8177         not bootstrapped.
8178         * Makefile.in: Regenerate.
8180 2004-12-03  Richard Sandiford  <rsandifo@redhat.com>
8182         * configure.in: Include config/gxx-include-dir.m4.  Use
8183         TL_AC_GXX_INCLUDE_DIR.  Remove some now-redundant AC_SUBSTs.
8184         * configure: Regenerate.
8186 2004-12-03  Richard Sandiford  <rsandifo@redhat.com>
8188         * config.if: Delete.
8189         * configure.in: Set libstdcxx_incdir directly.
8190         * configure: Regenerate.
8192 2004-12-02  Eric Christopher  <echristo@redhat.com>
8194         * Makefile.tpl (clean-target-libgcc): Make change in correct place.
8195         * Makefile.in: Regenerate.
8197 2004-12-02  Richard Sandiford  <rsandifo@redhat.com>
8199         * configure.in: Clear gcc_version_trigger if the file doesn't exist.
8200         * configure: Regenerate.
8202 2004-12-02  Richard Sandiford  <rsandifo@redhat.com>
8204         * configure.in: Include config/gcc-version.m4.  Use TL_AC_GCC_VERSION
8205         to set gcc_version_trigger.  Remove some now-redundant AC_SUBSTs.
8206         * configure: Regenerate.
8208 2004-12-01  Eric Christopher  <echristo@redhat.com>
8210         * Makefile.in (clean-target-libgcc): Add stmp-dirs to list
8211         of things to remove.
8213 2004-11-29  Matt Kraai  <kraai@ftbfs.org>
8215         * MAINTAINERS (Write After Approval): Update my e-mail address.
8217 2004-11-29  Kelley Cook  <kcook@gcc.gnu.org>
8219         * libtool.m4 (AC_DEPLIBS_CHECK_METHOD): Re-import linux-gnu case
8220         from CVS libtool to always pass_all.
8222 2004-11-25  John David Anglin  <dave.anglin@nrc-cnrc.gc.ca>
8224         * configure.in (hppa*-*-linux*): Don't add libgcj to noconfigdirs.
8225         (hppa*64*-*-*): Delete incorrect comment.
8226         * configure: Rebuilt.
8228 2004-11-24  Kelley Cook  <kcook@gcc.gnu.org>
8230         * libtool.m4 (AC_DEPLIBS_CHECK_METHOD): Revert previous change.
8232 2004-11-24  Kelley Cook  <kcook@gcc.gnu.org>
8234         * libtool.m4 (AC_DEPLIBS_CHECK_METHOD): Import linux-gnu case
8235         from CVS libtool to always pass_all.
8237 2004-11-15  Kelley Cook  <kcook@gcc.gnu.org>
8239         * install-sh, compile: Import from automake.
8241 2004-11-15  Kelley Cook  <kcook@gcc.gnu.org>
8243         * config.guess, config.sub:  Import from savannnah.
8245 2004-11-12  Scott Robert Ladd  <scott.ladd@coyotegulch.com>
8247         * MAINTAINERS (Write After Approval): Add myself
8249 2004-11-12  Mike Stump  <mrs@apple.com>
8251         * Makefile.def: Add html support.
8252         * Makefile.tpl: Likewise.
8253         * Makefile.in: Regenerate.
8255 2004-11-11  Geoffrey Keating  <geoffk@apple.com>
8257         PR 18423
8258         * configure.in: Remove all instances of build-fixincludes from
8259         noconfigdirs.
8260         (build_configargs): Supply --target to subdirectories.
8261         * configure: Regenerate.
8263         * Makefile.def: Make gcc install depend on fixincludes install.
8264         * Makefile.in: Regenerate.
8266 2004-11-10  Janis Johnson  <janis187@us.ibm.com>
8268         * MAINTAINERS: Add myself as gcc testsuite maintainer.
8270 2004-11-11  Paul Brook  <paul@codesourcery.com>
8272         * MAINTAINERS: Add self as arm maintainer.  Update email address.
8274 2004-11-08  Hans-Peter Nilsson  <hp@bitrange.com>
8276         * configure.in (noconfigdirs) [mmix-*-*]: Disable
8277         target-libgfortran.
8278         * configure: Regenerate.
8280 2004-11-07  David Edelsohn  <edelsohn@gnu.org>
8282         * config-ml.in: Pass FCFLAGS for multilibs, handle GFORTRAN
8283         like CC.
8285 2004-11-05  Paolo Bonzini  <bonzini@gnu.org>
8287         * Makefile.def (host fixincludes): Specify missing targets.
8288         * Makefile.in: Regenerate.
8290 2004-11-05  Ralf Corsepius  <ralf.corsepius@rtems.org>
8292         * MAINTAINERS: Add myself
8294 2004-11-05  Gabor Loki  <loki@inf.u-szeged.hu>
8296         * MAINTAINERS (Write After Approval): Add myself.
8298 2004-11-04  Geoffrey Keating  <geoffk@apple.com>
8300         * Makefile.def: Build fixincludes for the host, too.
8301         * Makefile.in: Regenerate.
8302         * configure.in (host_tools): Add fixincludes.
8303         * configure: Regenerate.
8305 2004-11-04  Daniel Jacobowitz  <dan@debian.org>
8307         * configure.in (arm-*-oabi*, thumb-*-oabi*): Remove.
8308         * configure: Regenerated.
8310 2004-11-04  H.J. Lu  <hongjiu.lu@intel.com>
8312         PR other/17783
8313         * configure.in: Set up LD_LIBRARY_PATH by default for gcc.
8314         * configure: Regenerated.
8316 2004-10-31  Mark Mitchell  <mark@codesourcery.com>
8318         * README.SCO: Update per FSF instructions.
8320 2004-10-28  Eric B. Weddington  <ericw@evcohs.com>
8322         PR target/18151
8323         * configure.in (case ${target}): Do not build fixincludes for avr.
8324         * configure: Regenerated.
8326 2004-10-26  Paolo Bonzini  <bonzini@gnu.org>
8328         * configure.in (case ${target}): Do not build fixincludes
8329         on platforms where it is not used.
8330         * configure: Regenerated.
8332 2004-10-23  Daniel Jacobowitz  <dan@debian.org>
8334         * configure.in: Use an absolute path to install-sh.
8335         * configure: Regenerated.
8337 2004-10-19  Aaron W. LaFramboise  <aaronavay62@aaronwl.com>
8339         * MAINTAINERS (Write After Approval): Add myself.
8341 2004-10-19  Kazu Hirata  <kazu@cs.umass.edu>
8343         * MAINTAINERS: Remove from Write After Approval those that are
8344         already maintainers.
8346 2004-10-19  Sebastian Pop  <pop@cri.ensmp.fr>
8348         * MAINTAINERS:  Update my email address.
8350 2004-10-12  Kelley Cook  <kcook@gcc.gnu.org>
8352         * configure.in (*-*-cygwin*): Supress warning if newlib not present.
8353         * configure: Regenerate.
8355 2004-10-07  J"orn Rennecke  <joern.rennecke@st.com>
8357         * MAINTAINERS:  Update my email address.
8359 2004-10-07  Kazu Hirata  <kazu@cs.umass.edu>
8361         * MAINTAINERS (Language Front Ends Maintainers): New.  Move
8362         entries belonging to this category.
8364 2004-10-06  Josef Zlomek  <josef.zlomek@email.cz>
8366         * MAINTAINERS: Update my e-mail address.
8368 2004-10-06  Paolo Bonzini  <bonzini@gnu.org>
8370         Fix wrong conflict resolution in:
8372         2004-08-16  Paolo Bonzini  <bonzini@gnu.org>
8374         * Makefile.in: Regenerate.
8375         * Makefile.tpl (Autogenerated `all-*' targets): Invoke $(TARGET-*)
8376         in the recursive `make', instead of hardwiring `all'.
8377         (Autogenerated TARGET-* variables): New.
8379 2004-10-05  Tomer Levi  <Tomer.Levi@nsc.com>
8381         * configure.in: Enable target-libgloss for crx-*-*.
8382         * configure: Regenerate.
8384 2004-10-04  Kazu Hirata  <kazu@cs.umass.edu>
8386         * MAINTAINERS (Various Maintainers): Move the "windows,
8387         cygwin, mingw" maintainer to ...
8388         (OS Port Maintainers): ... here.
8390 2004-10-04  Kazu Hirata  <kazu@cs.umass.edu>
8392         * MAINTAINERS (Write After Approval): Remove those that are
8393         maintainers of some subsystem.
8395 2004-10-02  P.J. Darcy  <darcypj@us.ibm.com>
8397         * ltcf-c.sh (tpf*): Add ld_shlibs=yes.
8398         * ltcf-cxx.sh (tpf*): Likewise.
8399         * ltconfig (tpf*): Add TPF OS configuration support.
8401 2004-10-01  Bernd Schmidt  <bernds_cb1@t-online.de>
8403         * MAINTAINERS: Change my email address to my new work account.
8405 2004-09-24  Michael Roth  <mroth@nessie.de>
8407         * configure.in (--without-headers): Add missing double quotes.
8408         * configure: Regenerate.
8410 2004-09-24  Kelley Cook  <kcook@gcc.gnu.org>
8412         * ylwrap: Revert to previous version.
8414 2004-09-23  H.J. Lu  <hongjiu.lu@intel.com>
8416         PR bootstrap/17369
8417         * Makefile.tpl (REALLY_SET_LIB_PATH): Add @SET_GCC_LIB_PATH@.
8418         (HOST_EXPORTS]): Add @SET_GCC_LIB_PATH@. Set and export
8419         SET_GCC_LIB_PATH_CMD.
8420         (BASE_TARGET_EXPORTS): Likewise.
8421         * Makefile.in: Regenerated.
8423         * configure.in (SET_GCC_LIB_PATH): Set and substitute.
8424         * configure: Regenerated.
8426 2004-09-23  Kelley Cook  <kcook@gcc.gnu.org>
8428         * config.guess: New upstream version
8429         * compile, depcomp, install-sh, ylwrap: Likewise.
8431 2004-09-19  Roger Sayle  <roger@eyesopen.com>
8433         * config/mh-x86omitfp: New host makefile fragment.  Add
8434         -fomit-frame-pointer to the default BOOT_CFLAGS.
8435         * configure.in: Use it to speed up bootstrap on some IA-32 hosts.
8436         * configure: Regenerate.
8438 2004-09-15  Andrew Pinski  <pinskia@physics.uc.edu>
8440         PR target/11572
8441         * configure.in (*-*-darwin*): Renable libobjc.
8442         * configure: Regenerate.
8444 2004-09-10  Nathan Sidwell  <nathan@codesourcery.com>
8446         * MAINTAINERS: Add self as c++ and type-safe vector maintainer.
8448 2004-09-09  Daniel Berlin  <dberlin@dberlin.org>
8450         * Makefile.def: Remove libbanshee.
8451         * Makefile.tpl: Ditto.
8452         * configure.in: Ditto.
8453         * Makefile.in: Regen.
8454         * configure: Ditto.
8456 2004-09-08  David Edelsohn  <edelsohn@gnu.org>
8458         * ltmain.sh: Use $pic_object as $non_pic_object if
8459         $non_pic_object=none.
8461 2004-09-07  Paolo Bonzini  <bonzini@gnu.org>
8463         * missing: Import latest version from master repository.
8465 2004-09-06  Nick Clifton  <nickc@redhat.com>
8467         * config.sub: Import latest version from master repository.
8468         * config.guess: Likewise.
8469         This includes these changes:
8471         2004-08-27  Hans-Peter Nilsson  <hp@axis.com>
8473         * config.sub: Handle crisv32, alias etraxfs.
8474         * config.guess (crisv32:Linux:*:*): Handle.
8476         2004-08-13  Brad Smith  <brad@comstyle.com>
8478         * config.guess (*:OpenBSD:*:*): Remove defunct MIPS machines.
8479         (sgi:OpenBSD:*:*): Emit mips64, not mipseb.
8481         2004-08-11  Paul Eggert  <eggert@cs.ucla.edu>
8483         * config.guess (*:Darwin:*:*): If uname -p reports "unknown",
8484         assume the processor is a powerpc.  This is because coreutils
8485         uname (at least versions 4.5.7 through 5.2.1) outputs "unknown"
8486         in this case, due to a MacOS X bug that causes
8487         sysctl ((int[]) {CTL_HW, HW_MACHINE_ARCH}, 2, buffer, &bufsize, 0, 0)
8488         to return a negative number.
8489         Problem reported by Petter Reinholdtsen in:
8490         http://lists.gnu.org/archive/html/bug-gnu-utils/2003-02/msg00201.html
8492         2004-07-19  Ben Elliston  <bje@gnu.org>
8494         * config.guess (S7501:*:4.0:3.0): Handle NCR System V UNIX machine.
8496         2004-06-24  Ben Elliston  <bje@gnu.org>
8498         * config.guess: Update copyright years.
8499         * config.sub: Likewise.
8501         2004-06-22  Robert Millan  <robertmh@gnu.org>
8503         * config.guess (*:FreeBSD:*:*): Remove check for glibc (unneeded
8504         since GNU/kFreeBSD systems match *:GNU/*:*:* instead).
8506         2004-06-22  Stanley F. Quayle <stan@stanq.com>
8508         * config.guess (*:*VMS:*:*): New entry. Replaces
8509         Alpha:OpenVMS:*. Recognize and advertise all VMS flavors as dec
8510         manufacturer.
8512         2004-06-22  Ben Elliston  <bje@gnu.org>
8514         * config.guess: Cray fixes from Wendy Palm <wendyp@cray.com>.
8515         * config.sub: Likewise.
8517         2004-06-22  Ben Elliston  <bje@gnu.org>
8519         Reported by Hans-Peter Nilsson <hp@bitrange.com>:
8520         * config.sub: Correctly handle mmix-knuth and mmix-knuth-mmixware.
8522         2004-06-11  Ben Elliston  <bje@gnu.org>
8524         * config.guess (pegasos:OpenBSD:*:*): Remove.
8526         2004-06-11  Ben Elliston  <bje@gnu.org>
8528         From Wouter Verhelst <wouter@grep.be>:
8529         * config.guess (M68*:*:R3V[5678]:*): Detect R3V8.
8531         2004-06-11  Ben Elliston  <bje@gnu.org>
8533         * config.guess (luna88k:OpenBSD:*:*): New.
8535         2004-03-12  Kazuhiro Inaoka  <inaoka.kazuhiro@renesas.com>
8537         * config.guess (m32r*:Linux:*:*): New case.
8538         * config.sub: Handle m32rle.
8540         2004-03-12  Ben Elliston  <bje@wasabisystems.com>
8542         From Jens Petersen  <petersen@redhat.com>:
8543         * config.sub: Handle sparcv8.
8545         2004-03-03  Ben Elliston  <bje@wasabisystems.com>
8547         From Tom Smith <smith@cag.lkg.hp.com>:
8548         * config.guess: Version suffixes are equally significant on Tru64
8549         V4.* and V5.*, so do not ignore them on V5.*.  Handle a version
8550         prefix of "P" (patched kernel).
8552         2004-02-23  Tal Agmon  <Tal.Agmon@nsc.com>
8554         * config.sub: Add support for National Semiconductor CRX target.
8556 2004-09-03  Janis Johnson  <janis187@us.ibm.com>
8558         * MAINTAINERS (Various Maintainers): Remove myself as web page
8559         maintainer, add myself as maintainer of build status lists.
8561 2004-09-03  Jan Beulich  <jbeulich@novell.com>
8563         * configure.in: Remove target-libstdc++-v3 from noconfigdirs for
8564         *-*-netware, but add target-libmudflap.
8565         Consolidate *-*-netware targets (of which really only i?86 exists)
8566         into a single entry.
8567         * configure: Likewise.
8569 2004-09-01  Paolo Bonzini  <bonzini@gnu.org>
8571         * Makefile.tpl (sorry): Remove.
8572         (clean-stage[+id+], clean-stage[+id+]-module): New targets.
8573         (cleanstrap targets): Depend on distclean, not distclean-stage1.
8574         (do-clean): Clean per-stage directories too.
8575         (do-distclean): Run distclean-stage1 too.
8576         (.NOTPARALLEL): Enable during toplevel bootstrap.
8577         (stage[+id+]-bubble): Enable parallel execution during
8578         the recursive invocation.
8579         * Makefile.in: Regenerate.
8581         Fix previous checkin:
8583         * Makefile.tpl: Move BOOT_CFLAGS above host makefile fragment
8584         include.
8585         * configure.in: Fix indentation.
8586         * configure: Regenerate.
8588 2004-08-31  Robert Bowdidge  <bowdidge@apple.com>
8590         * Makefile.in: Move BOOT_CFLAGS above host makefile fragment include.
8591         * configure.in: add test for powerpc-*-darwin* to specify makefile frag
8592         * configure: regenerate
8593         * config/mh-ppc-darwin: create file, override BOOT_CFLAGS for
8594         -mdynamic-no-pic
8596 2004-08-31  Paolo Bonzini  <bonzini@gnu.org>
8598         * Makefile.def (build_modules): Add fixincludes.
8599         (dependencies): Make gcc depend on fixincludes.
8600         * configure.in (build_tools): Add fixincludes.
8601         (build_configdirs): Always include build_libs.
8602         * Makefile.in: Regenerate.
8603         * configure: Regenerate.
8605 2004-08-30  Paolo Bonzini  <bonzini@gnu.org>
8607         * Makefile.def (bootstrap stages): Add 'lean' parameter.
8608         * Makefile.tpl (configure-stageN-*, all-stageN-*): Turned into
8609         phony targets; do not generate timestamp files.
8610         (distclean-stageN): Remove references to their timestamp files.
8611         (restageN, touch-stageN): Remove.
8612         (stageN-bubble): Rewritten.
8613         (compare): Support lean bootstraps.
8614         * Makefile.in: Regenerate.
8616         * configure.in: Only warn when bootstrapping but
8617         build != host or build != target.  Support lean bootstraps.
8618         * configure: Regenerate.
8620 2004-08-26  Phil Edwards  <phil@codesourcery.com>
8622         * configure.in:  Give a better error message if GMP/MPFR are missing
8623         and a language needing them has been requested.
8624         * configure:  Regenerated.
8626 2004-08-25  Phil Edwards  <phil@codesourcery.com>
8628         * configure.in:  Print a list of available language front-ends if
8629         a requested one is missing.  Tidy stray tab characters.
8630         * configure:  Regenerated.
8632 2004-08-19  Michael Koch  <konqueror@gmx.de>
8634         * gcc/doc/install.texi: Update entry about automake for libjava.
8636 2004-08-17  Robert Millan  <robertmh@gnu.org>
8638         * configure.in: In noconfigdirs check, match GNU/k*BSD with GNU/Linux
8639         (instead of FreeBSD).
8640         * configure: Regenerate.
8642 2004-08-16  Paolo Bonzini  <bonzini@gnu.org>
8644         * Makefile.in: Regenerate.
8645         * configure: Regenerate.
8647         * Makefile.def (bootstrap-stage): Rename extra_*_flags to
8648         stage_*_flags.
8649         * Makefile.tpl (configure-[+module+], all-[+module+]): Exit
8650         for bootstrapped modules if toplevel bootstrap is going.
8651         (GCC bootstrap): Generate per-stage targets for all bootstrapped
8652         modules.  Adjust for changes in Makefile.def.  Enable several
8653         rules even in non-bootstrap mode, just to avoid peppering the
8654         template with unnecessary "@if/@endif gcc-bootstrap" pairs.
8655         (stage-[+prev+]-bubble): Remove.
8657         * Makefile.def (Dependencies): Depend on all-build-bison,
8658         all-build-flex, all-build-byacc, all-build-texinfo, rather
8659         than the host variations.
8660         * Makefile.tpl (BUILD_DIR_PREFIX): Remove.  Replace throughout
8661         with BUILD_SUBDIR.
8662         (BISON): Update for recent Bisons.
8663         (YACC): Fix typo.
8664         (cross): Depend on all-build.
8665         (all): Do not depend on all-build.
8666         (prebootstrap): Remove.
8667         (dep-kind): Accept separate prefixes for MODULE and ON variables.
8668         (Prebootstrap dependencies): Add them to the per-stage targets
8669         and to all-prebootstrap.
8670         * configure.in (build_configdirs): Always enable build_tools.
8671         (BUILD_DIR_PREFIX): Remove.
8673         * Makefile.def (gcc): Add target variable.
8674         (gdb, expect, guile, tk, tix): Replace with_x with extra_make_flags.
8675         * Makefile.tpl (Autogenerated `all-*' targets): Invoke $(TARGET-*)
8676         in the recursive `make', instead of hardwiring `all'.
8677         (Autogenerated TARGET-* variables): New.
8679 2004-08-13  Brian Booth  <bbooth@redhat.com>
8681         * MAINTAINERS: Remove myself from write-after-approval.
8683 2004-08-12  Nathanael Nerode  <neroden@gcc.gnu.org>
8685         * src-release: Stop distributing mmalloc with gdb (which doesn't
8686         use it).
8687         * Makefile.def: GDB doesn't depend on mmalloc anymore.
8688         * Makefile.in: Regenerate.
8690 2004-08-09  Mark Mitchell  <mark@codesourcery.com>
8692         * configure.in (arm*-*-eabi*): New target.
8693         * configure: Regenerate.
8695 2004-08-06  Paolo Bonzini  <bonzini@gnu.org>
8697         * Makefile.def (bfd, opcodes, gcc, zlib): Mark as bootstrap module.
8698         (bison, byacc, flex, texinfo): Do not mark as bootstrap module.
8699         (Dependencies): New section.
8700         * Makefile.tpl (Dependencies): Generate from Makefile.def.
8701         (configure-target-[+module+]): Depend on maybe-all-gcc
8702         (all-prebootstrap): New name of all-bootstrap.  Changed throughout.
8703         (toplevel profiledbootstrap): Fix dependencies.
8704         * Makefile.in: Regenerate.
8706 2004-08-03  Mark Mitchell  <mark@codesourcery.com>
8708         * configure.in (arm*-*-symbianelf*): Add ${libgcj} and
8709         target-libiberty to noconfigdirs.
8710         * configure: Regenerate.
8712 2004-08-03  Paul Brook  <paul@codesourcery.com>
8714         * configure.in: Check for MPFR as well as GMP.
8715         * configure: Regenerate.
8717 2004-08-01  Robert Millan  <robertmh@gnu.org>
8719         * configure.in: Turn mt-linux into mt-gnu. Use mt-gnu and enable
8720         libmudflap for all GNU-based systems (with Glibc).
8721         * configure: Regenerate.
8723 2004-08-03  Paolo Bonzini  <bonzini@gnu.org>
8725         * Makefile.def (host-modules): Add gcc.
8726         * Makefile.in: Regenerate.
8727         * Makefile.tpl (sorry): New rule.
8728         (configure-host, all-host, [+make_target+]-host, do-check,
8729         install-host): Do not add gcc as a special case.
8730         (host modules): Add a small special-casing for gcc.  Export
8731         extra_make_flags through the environment.
8732         (maybe-configure-gcc, configure-gcc, maybe-all-gcc, all-gcc,
8733         maybe-check-gcc, check-gcc, maybe-install-gcc, install-gcc,
8734         other recursive targets for gcc): Remove.
8736         (all, do-[+make_target+], do-check): Wrap between unstage and stage.
8737         (stage, unstage): New rules.
8738         (stage[+id+]-start, stage[+id+]-end, [+compare-target+],
8739         distclean-stage[+id+]): Use stage_current.
8740         ([+bootstrap-target+], profiledbootstrap): Do not invoke manually
8741         the stage*-start rules.
8743 2004-08-02  Geoffrey Keating  <geoffk@apple.com>
8745         * ltcf-cxx.sh: On Darwin, make archive multi-module, and don't
8746         use -all_load flag.
8748 2004-08-02  Paolo Bonzini  <bonzini@gnu.org>
8750         * configure.in: Sync from src, add noconfigdirs for crx-*-*.
8751         * configure: Regenerate.
8753 2004-07-16  Toon Moene  <toon@moene.indiv.nluug.nl>
8755         * maintainer-scripts/gcc_release: Revert yesterday's change.
8757 2004-07-16  Segher Boessenkool  <segher@kernel.crashing.org>
8759         * MAINTAINERS: Add myself to write-after-approval.
8761 2004-07-15  Toon Moene  <toon@moene.indiv.nluug.nl>
8763         * libf2c: Removed.
8764         * gcc/gccbug.in: Updated because of libf2c removal.
8765         * maintainer-scripts/gcc_release: Ditto.
8767 2004-07-09  Loren J. Rittle  <ljrittle@acm.org>
8769         * configure.in: Build libmudflap by default on FreeBSD.
8770         * configure: Regenerated.
8772 2004-07-09  Mark Mitchell  <mark@codesourcery.com>
8774         * configure.in: Do not build libmudflap by default on non-GNU/Linux
8775         systems.
8776         * configure: Regenerated.
8778 2004-07-08  John David Anglin  <dave.anglin@nrc-cnrc.gc.ca>
8780         PR target/16344
8781         * Makefile.tpl (profiledbootstrap): Build runtime libraries with
8782         feedback based compiler.
8783         * Makefile.in: Rebuilt.
8785 2004-07-08  Alexandre Oliva  <aoliva@redhat.com>
8787         * Makefile.def (host_modules): Set bootstrap=true for flex.
8788         * Makefile.tpl (all-gcc): Depend on texinfo and flex.
8789         * Makefile.in: Rebuilt.
8791 2004-07-07  Jan Hubicka  <jh@suse.cz>
8793         * MAINTAINERS: Add self as a profile feedback maintainer.
8795 2004-07-05  Phil Edwards  <phil@codesourcery.com>
8797         * configure.in:  Do not prepend $srcdir to /dev/null in
8798         makefile fragments.
8799         * configure:  Regenerate.
8801 2004-07-01  Paolo Bonzini  <bonzini@gnu.org>
8803         * Makefile.def (build_modules): Add bison, byacc, flex,
8804         m4, texinfo.
8805         (flags_to_pass): Add FLEX.
8806         * Makefile.tpl (BUILD_DIR_PREFIX, BASE_EXPORTS): New.
8807         (BUILD_EXPORTS, HOST_EXPORTS, BASE_TARGET_EXPORTS): Include it.
8808         (DEFAULT_YACC, USUAL_YACC, DEFAULT_LEX, USUAL_LEX, DEFAULT_M4,
8809         DEFAULT_MAKEINFO): Remove.
8810         (CONFIGURED_YACC, CONFIGURED_FLEX, CONFIGURED_BISON,
8811         CONFIGURED_LEX, CONFIGURED_M4, CONFIGURED_MAKEINFO): Substitute.
8812         (YACC, FLEX, BISON, LEX, M4, MAKEINFO): Define to look into
8813         objdir or else use configured tool.
8814         (all-build): New.
8815         (all): Depend on it.
8816         (Build module dependencies): Add.
8817         * Makefile.in: Regenerate.
8818         * configure.in: Better support for multiple build modules,
8819         matching what is done for host/target modules.  Do not look
8820         for "plausible" locations of build tools if Canadian cross.
8821         Use autoconf's AC_PROG_CC to find a C compiler.  Define
8822         BUILD_DIR_PREFIX.  Look for flex, makeinfo and m4.
8823         * configure: Regenerate.
8825 2004-06-22  Paolo Bonzini  <bonzini@gnu.org>
8827         * Makefile.tpl (HOST_EXPORTS): Fix pasto.
8828         * Makefile.in: Regenerate.
8830 2004-06-22  Paolo Bonzini  <bonzini@gnu.org>
8832         * Makefile.tpl (configure-build-[+module+],
8833         configure-[+module+], configure-target-[+module+]): Pass
8834         [+extra_configure_args+].
8835         (all-build-[+module+], all-[+module+], check-[+module+],
8836         install-[+module+], [+make_target+]-[+module+],
8837         all-target-[+module+], check-target-[+module+],
8838         install-target-[+module+], [+make_target+]-target-[+module+]):
8839         Pass [+extra_make_args+].
8840         (HOST_EXPORTS): Include the former GCC_HOST_EXPORTS.
8841         (GCC_HOST_EXPORTS): Remove.
8842         (configure-gcc, all-gcc, GCC_STRAP_TARGETS, profiledbootstrap,
8843         cross, check-gcc, check-gcc-c++, install-gcc,
8844         gcc-no-fixedincludes, [+make_target+]-gcc, stage[+id+]-bubble):
8845         Replace GCC_HOST_EXPORTS with HOST_EXPORTS.
8846         * Makefile.in: Regenerate.
8848 2004-06-21  Matthew Sachs  <msachs@apple.com>
8850         * MAINTAINERS: Added self to write-after-approval.
8852 2004-06-21  Christopher Faylor  <cgf@alum.bu.edu>
8854         * configure.in: Check for srcdir/winsup rather than build directory
8855         winsup.
8856         * configure: Regenerate.
8858 2004-06-17  Corinna Vinschen  <vinschen@redhat.com>
8860         * configure.in: Don't build Cygwin native newlib if winsup
8861         directory is missing.  Emit warning instead.
8862         * configure: Regenerate.
8864 2004-06-09  Paolo Bonzini  <bonzini@gnu.org>
8866         * Makefile.tpl (touch-stage[+id+]): New.
8867         (restage[+prev+]): Depend on touch-stage[+id+].
8869         * Makefile.tpl (RECURSE_FLAGS_TO_PASS): New.
8870         Use it throughout.
8872         * Makefile.def: Add profile and feedback bootstrap stages.
8873         Remove next field from bootstrap stages.
8874         * Makefile.tpl (LN, LN_S): Substitute.
8875         (stageN-start, stageN-end): Use double-colon rules, to
8876         provide a hook for additional setup commands.
8877         (distclean-stageN-gcc, restageN): Create dependencies from
8878         [+prev+], not from [+next+].
8879         (stageN-bubble): Add commands for successive stages from
8880         [+prev+], using double-colon rules.
8881         (all-stageN-gcc): Fix typo.
8882         (stagefeedback-start, profiledbootstrap): New.
8883         * Makefile.in: Regenerate.
8884         * configure.in: Call ACX_PROG_LN.
8885         * configure: Regenerate.
8887 2004-06-08  Canqun Yang  <canqun@nudt.edu.cn>
8889         * MAINTAINERS (Write After Approval): Add myself.
8891 2004-06-03  Mark G. Adams  <mark.g.adams@sympatico.ca>
8893         * MAINTAINERS (Write After Approval): Add myself.
8895 2004-06-03  Paolo Bonzini  <bonzini@gnu.org>
8897         * configure.in: Fix --enable-bootstrap breakage introduced in trees
8898         without gcc.
8899         * configure: Regenerate.
8901 2004-06-01  Paolo Bonzini  <bonzini@gnu.org>
8903         * Makefile.tpl: Fix typo.
8904         * Makefile.in: Regenerate.
8906 2004-06-01  Paolo Bonzini  <bonzini@gnu.org>
8908         * configure.in: Remove new- prefix from toplevel
8909         bootstrap targets.
8910         * configure: Regenerate.
8912 2004-06-01  Paolo Bonzini  <bonzini@gnu.org>
8914         * Makefile.tpl (all.normal): Rename to all.
8915         (all): Replace with a rule to pick the default
8916         target from configure.
8917         (all-gcc, configure-gcc): Use conditionals to
8918         do nothing when toplevel bootstrap is going on.
8919         (GCC directory bootstrap) [gcc-bootstrap]: Disable.
8920         (Toplevel bootstrap) [gcc-no-bootstrap]: Disable.
8921         * configure.in: Support --enable-bootstrap.
8923         * Makefile.def: Remove new- prefix from toplevel
8924         bootstrap targets.
8925         * Makefile.tpl: Likewise.
8927         * Makefile.def: Add bootstrap_stage 4.  Add bootstrap2
8928         target.
8930         * Makefile.tpl (Toplevel bootstrap): Pass $(BASE_FLAGS_TO_PASS)
8931         $(RECURSE_FLAGS) to recursive invocation of make.
8933         * Makefile.in: Regenerate.
8934         * configure: Regenerate.
8936 2004-05-30  Andreas Jaeger  <aj@suse.de>
8937             Jim Wilson  <wilson@specifixinc.com>
8939         * config-ml.in: Pass FFLAGS and ADAFLAGS for multilibs, handle F77
8940         like CC.
8942 2004-05-27  Daniel Jacobowitz  <dan@debian.org>
8944         * configure.in: Fix sed invocation for GFORTRAN_FOR_TARGET.
8945         * configure: Regenerate.
8947 2004-05-25  Daniel Jacobowitz  <drow@false.org>
8949         * Makefile.tpl (BUILD_EXPORTS, HOST_EXPORTS, GCC_HOST_EXPORTS)
8950         (STAGE_HOST_EXPORTS, BASE_TARGET_EXPORTS, RAW_CXX_TARGET_EXPORTS)
8951         (NORMAL_TARGET_EXPORTS): New macros.  Use them in all the recursive
8952         targets.
8953         * Makefile.in: Regenerate.
8955 2004-05-24  Paolo Bonzini  <bonzini@gnu.org>
8957         * configure.in: Test the ability to symlink directories.
8958         * configure: Regenerate.
8960         * Makefile.def (bootstrap-stage): New definitions.
8961         * Makefile.tpl (configure-stage1-gcc,
8962         configure-stage2-gcc, configure-stage3-gcc,
8963         all-stage1-gcc, all-stage2-gcc, all-stage3-gcc,
8964         new-bootstrap, new-cleanstrap, new-restage1, new-restage2,
8965         new-restage3, compare): Autogenerate, see Makefile.in
8966         entry for behavioral changes.
8967         (distclean-stage1, new-stage1-start, new-stage1-end,
8968         new-stage1-bubble, distclean-stage2, new-stage2-start,
8969         new-stage2-end, new-stage2-bubble, distclean-stage3,
8970         new-stage3-start, new-stage3-end): New autogenerated targets.
8971         (objext, prebootstrap, BOOT_CFLAGS,
8972         POSTSTAGE1_FLAGS_TO_PASS): Move above the autogenerated
8973         targets.
8975         * Makefile.in: Regenerate.
8976         (distclean-stage1, new-stage1-start, new-stage1-end,
8977         new-stage1-bubble, distclean-stage2, new-stage2-start,
8978         new-stage2-end, new-stage2-bubble, distclean-stage3,
8979         new-stage3-start, new-stage3-end): New targets.
8980         (all-stage1-gcc): Move prebootstrap dependency from here...
8981         (configure-stage1-gcc): ...to here.
8982         (new-bootstrap): Use bubble targets.
8983         (new-cleanstrap, new-restage1, new-restage2, new-restage3):
8984         Use per-stage distclean targets.
8985         (configure-stage1-gcc, configure-stage2-gcc,
8986         configure-stage3-gcc, all-stage1-gcc,
8987         all-stage2-gcc, all-stage3-gcc, new-bootstrap):
8988         Use new-stageN-start to prepare the tree.
8990 2004-05-23  Paolo Bonzini  <bonzini@gnu.org>
8992         * Makefile.def (host_modules): add libcpp.
8993         * Makefile.tpl: Add dependencies on and for libcpp.
8994         * Makefile.in: Regenerate.
8995         * configure.in: Add libcpp host module.
8996         * configure: Regenerate.
8998 2004-05-21  Paolo Bonzini  <bonzini@gnu.org>
9000         * Makefile.tpl: Whenever a recursive target is defined, wrap
9001         it in a special @if/@endif block, and prepare its maybe
9002         dependency in the @if/@endif block
9003         * configure.in: Instead of writing maybe dependencies, remove
9004         the @if/@endif statements, and remove the @if/@endif blocks
9005         that remain.
9006         * configure: Regenerate.
9007         * Makefile.in: Regenerate.
9009 2004-05-20  Janis Johnson  <janis187@us.ibm.com>
9011         * MAINTAINERS (Various Maintainers): Add myself for compat testsuite.
9013 2004-05-18  Kaz Kojima  <kkojima@gcc.gnu.org>
9015         PR bootstrap/15120
9016         * libtool.m4 (lt_cv_deplibs_check_method): Use pass_all on sh*.
9017         * */configure: Rebuilt.
9019 2004-05-17  Zack Weinberg  <zack@codesourcery.com>
9021         * Makefile.def, Makefile.tpl, configure.in: Remove all mention
9022         of libf2c.
9023         * configure, Makefile.in: Regenerate.
9025 2004-05-13  Tobias Schlüter  <tobi@gcc.gnu.org>
9027         * MAINTAINERS (Write After Approval): Add myself.
9029 2004-05-13  Diego Novillo  <dnovillo@redhat.com>
9031         Merge from tree-ssa-20020619-branch.
9033         * Makefile.def: Add libbanshee, libmudflap and libgfortran.
9034         * Makefile.tpl (BUILD_CONFIGDIRS): Add libbanshee.
9035         (HOST_GMPLIBS): Define.
9036         (HOST_GMPINC): Define.
9037         (TARGET_LIB_PATH): Add libmudflap.
9038         (GFORTRAN_FOR_TARGET): Define.
9039         (configure-build*): Export GFORTRAN.
9040         (configure-gcc): Export GMPLIBS and GMPINC.
9041         (all-gcc): Add maybe-all-libbanshee.
9042         (configure-target-libgfortran): Define.
9043         * Makefile.in: Regenerate.
9044         * configure.in (host_libs): Add libbanshee.
9045         (target_libraries): Add target-libmudflap and target-libgfortran.
9046         Add --with-libbanshee.
9047         Handle --disable-libmudflap.
9048         (*-*-freebsd*): Use with_gmp.
9049         Add $(libgcj) to noconfigdirs.
9050         * configure: Regenerate.
9051         * depcomp: New file.
9052         * MAINTAINERS: Add tree-ssa maintainers.
9054 2004-05-04  Vladimir Makarov  <vmakarov@redhat.com>
9056         * MAINTAINERS (Various Maintainers): Add myself.
9058 2004-04-30  Brian Ford  <ford@vss.fsi.com>
9060         * MAINTAINERS (Write After Approval): Add myself.
9062 2004-04-29  Uros Bizjak  <uros@kss-loka.si>
9064         * MAINTAINERS (Write After Approval): Add myself.
9066 2004-04-28  Paolo Bonzini  <bonzini@gnu.org>
9068         * config/acx.m4: Fix fastcompare support for new-bootstrap.
9069         * configure: Regenerate.
9071 2004-04-27  Paolo Bonzini  <bonzini@gnu.org>
9073         Revert:
9074         2004-04-26  Paolo Bonzini  <bonzini@gnu.org>
9076         * Makefile.def (flags_to_pass): Remove *dir variables that
9077         are passed to the modules via TOPLEVEL_CONFIGURE_ARGUMENTS,
9078         as well as prefix and exec_prefix.
9079         * Makefile.in: Regenerate.
9081 2004-04-26  Robert Millan  <robertmh@gnu.org>
9083         Add patches from libtool CVS.
9084         * libtool.m4: Add kfreebsd*-gnu and knetbsd*-gnu.
9085         * ltconfig: Likewise.
9086         * ltcf-c.sh: Likewise.
9087         * ltcf-cxx.sh: Likewise.
9088         * ltcf-gcj.sh: Likewise.
9090 2004-04-26  Paolo Bonzini  <bonzini@gnu.org>
9092         * Makefile.def (host_modules): Mark with the bootstrap
9093         flag packages on which gcc depends.
9094         * Makefile.tpl (all-bootstrap): Use it.
9095         * Makefile.in: Regenerate.
9097 2004-04-26  Paolo Bonzini  <bonzini@gnu.org>
9099         * Makefile.def (flags_to_pass): Remove *dir variables that
9100         are passed to the modules via TOPLEVEL_CONFIGURE_ARGUMENTS,
9101         as well as prefix and exec_prefix.
9102         * Makefile.in: Regenerate.
9104 2004-04-26  Paolo Bonzini  <bonzini@gnu.org>
9106         * configure.in: Invoke ACX_PROG_CMP_IGNORE_INITIAL.
9107         * configure: Regenerate.
9108         * config/acx.m4: Mutuate ACX_PROG_CMP_IGNORE_INITIAL from gcc.
9109         * gcc/Makefile.tpl (compare): Use the result of the test.
9110         * gcc/Makefile.in: Regenerate.
9112 2004-04-23  Paolo Bonzini  <bonzini@gnu.org>
9114         * Makefile.tpl (all-stage1-gcc, all-stage2-gcc, all-stage3-gcc):
9115         Always relocate gcc and prev-gcc to the original names, even
9116         if the build fails.
9117         (new-cleanstrap, new-restage1, new-restage2, new-restage3):
9118         New targets.
9120 2004-04-23  Laurent GUERBY <laurent@guerby.net>
9122         * MAINTAINERS: Update my email address.
9124 2004-04-19  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
9126         * configure.in (mips*-*-irix5*): Enable ld.
9127         * configure: Regenerate.
9129 2004-04-16  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
9131         * configure: Regenerate.
9133 2004-04-15  James E Wilson  <wilson@specifixinc.com>
9135         * Makefile.tpl (configure-[+module+], configure-gcc,
9136         configure-stage1-gcc, configure-stage2-gcc, configure-stage3-gcc):
9137         Set and export LDFLAGS.
9138         * Makefile.in: Regenerate.
9140 2004-04-12  Michael Chastain  <mec.gnu@mindspring.com>
9142         * MAINTAINERS: Add myself to write-after-approval.
9144 2004-04-09  Nathanael Nerode  <neroden@gcc.gnu.org>
9146         PR bootstrap/14871
9147         * Makefile.tpl: If we don't have built-in-tree target tools,
9148         use the ones found by configure rather than hacking around with
9149         program_transform_name.
9150         * configure.in: Give Makefile.tpl the information necessary
9151         to do that.
9152         * Makefile.in: Regenerate.
9153         * configure: Regenerate.
9155 2004-04-06  Nathanael Nerode  <neroden@gcc.gnu.org>
9157         PR bootstrap/14760
9158         * configure.in: When computing baseargs, strip *all* copies of
9159         offending options.  Also, don't match/substitute the trailing space,
9160         so that this actually works when two similar options are separated by
9161         only one space.
9162         * configure: Regenerate.
9164 2004-04-06  David Edelsohn  <edelsohn@gnu.org>
9166         * configure.in (powerpc-*-aix*): Remove target-libada from noconfigdirs.
9167         (rs6000-*-aix*): Same.
9168         * configure: Regenerate.
9170 2004-04-05  Ranjit Mathew  <rmathew@hotmail.com>
9172         * MAINTAINERS: Add myself to write-after-approval.
9174 2004-04-03  Bud Davis  <bdavis9659@comcast.net>
9176         * MAINTAINERS: Add myself to write-after-approval.
9178 2004-03-24  Nathanael Nerode  <neroden@gcc.gnu.org>
9180         * Makefile.tpl (top level bootstrap support): Remove now-unneeded
9181         STRICT_WARN, WARN_CFLAGS flags passed down to make.
9182         * Makefile.in: Regenerate.
9184         * configure.in (top level bootstrap support): Rework --enable-werror
9185         to set @stage2_werror_flag@.
9186         * configure: Regenerate.
9187         * Makefile.tpl (top level bootstrap support): Pass
9188         @stage2_werror_flag@ down to configure in stages 2 and 3.
9189         * Makefile.in: Regenerate.
9191 2004-03-23  Nathanael Nerode  <neroden@gcc.gnu.org>
9193         * Makefile.tpl (new-bootstrap): Set CC and CC_FOR_BUILD in configure
9194         for stages 2 and 3 as well as in make.  As a consequence, remove
9195         OUTPUT_OPTION (now detected by configure) from the flags passed down
9196         to make.
9197         * Makefile.in: Regenerate.
9199         * Makefile.tpl (new-bootstrap): Fix typo.
9200         * Makefile.in: Regenerate.
9202 2004-03-22  Nathanael Nerode  <neroden@gcc.gnu.org>
9204         * Makefile.tpl: Rearrange by moving recursive_targets rules
9205         into their proper sections.
9206         * Makefile.tpl (top level bootstrap support): Move disabling
9207         of coverage flags from 'make' to 'configure'; improve comments.
9208         * Makefile.in: Regenerate.
9210         * Makefile.tpl (experimental top level bootstrap) Move stage1
9211         language setting from all- target to configure- target; disable
9212         intermodule optimization in stage 1; prevent gratuitous rebuilds
9213         of stage 1.
9214         * Makefile.in: Regenerate.
9215         * configure.in: Comma-separate stage 1 language list for top
9216         level bootstrap.
9217         * configure: Regenerate.
9219         * Makefile.tpl: Clean up experimental top level bootstrap support:
9220         note known problems; set CONFIG_SHELL; don't set BUILD_CC; relocate
9221         prev-gcc in configure- targets as well as all- targets.
9222         * Makefile.in: Regenerate.
9224 2004-03-21  Kelley Cook  <kcook@gcc.gnu.org>
9226         * compile: New file imported from automake.
9228 2004-03-17  Paolo Bonzini  <bonzini@gnu.org>
9230         * configure.in: Remove symbolic link section.
9231         * configure: Regenerate.
9232         * Makefile.tpl (links): Remove.
9233         * Makefile.in: Regenerate.
9235 2004-03-15  Paolo Bonzini  <bonzini@gnu.org>
9236             Nathanael Nerode  <neroden@gcc.gnu.org>
9238         * configure.in (DEFAULT_YACC, DEFAULT_M4, DEFAULT_LEX):
9239         Set with AC_CHECK_PROGS.
9240         * configure.in: Fix comment typo from last patch.
9241         * configure: Regenerate.
9243 2004-03-15  Nathanael Nerode  <neroden@gcc.gnu.org>
9245         * Makefile.tpl: Introduce experimental top level bootstrap support.
9246         * Makefile.in: Regenerate.
9247         * configure.in: Introduce support for top level bootstrap.
9248         * configure: Regenerate.
9250 2004-03-12  Eric Botcazou  <ebotcazou@gcc.gnu.org>
9251             Paolo Bonzini  <bonzini@gnu.org>
9253         PR bootstrap/14522
9254         * configure.in: Cope with shells that do not support unquoted ^
9255         * configure: Regenerate.
9257 2004-03-11  Eric Botcazou  <ebotcazou@gcc.gnu.org>
9258             Paolo Bonzini  <bonzini@gnu.org>
9260         PR bootstrap/14522
9261         * configure.in: Cope with shells that do not support nesting
9262         quotes inside quoted backquote substitutions.
9263         * configure: Regenerate.
9265 2004-03-10  Andrew Pinski  <pinskia@physics.uc.edu>
9267         PR bootstrap/14522
9268         * configure.in: Fix escaping of $.
9269         * configure: Regenerate.
9271 2004-03-11  Nathanael Nerode  <neroden@gcc.gnu.org>
9273         * configure: Regenerate, since I forgot to while committing Paolo's
9274         changes.
9276 2004-03-08  Paolo Bonzini  <bonzini@gnu.org>
9278         PR ada/14131
9279         Move language detection to the top level.
9280         * configure.in: Find default values for the tools as
9281         soon as possible.  Disable ada if GNAT is not found.
9282         Emit error message about missing languages.  Expand
9283         --enable-languages=all for the gcc subdirectory.
9285 2004-03-10  Ben Elliston  <bje@gnu.org>
9287         * MAINTAINERS: Update my email address.
9289 2004-03-05  David Edelsohn  <edelsohn@gnu.org>
9291         * ltconfig: Disable building static libraries if building shared
9292         libraries on AIX 5L.
9294 2004-03-01  Richard Sandiford  <rsandifo@redhat.com>
9296         * configure.in (mips64*-*-linux*): Override mips*-*-linux* case
9297         and disable libgcj.
9298         * configure: Regenerated.
9300 2004-03-01  Brian Booth  <bbooth@redhat.com>
9302         * MAINTAINERS: Add myself to write-after-approval.
9304 2004-03-01  Paolo Bonzini  <bonzini@gnu.org>
9306         * MAINTAINERS: Add myself to write-after-approval.
9308 2004-02-28  Nathanael Nerode  <neroden@gcc.gnu.org>
9310         PR bootstrap/7087
9311         * Makefile.tpl: Guard XFOO sed statements better.
9312         * Makefile.tpl: Add dependency for configure-target-libada.
9313         * Makefile.in: Regenerate (incidentally fixes broken
9314         commit when libada-branch was merged).
9316 2004-02-25  Kelley Cook  <kcook@gcc.gnu.org>
9318         * MAINTAINERS: Add myself to write-after-approval.
9320 2004-02-20  Andrew Pinski  <pinskia@physics.uc.edu>
9322         * MAINTAINERS: Add Nicola Pero and myself as libobjc
9323         maintainers.
9325 2004-02-20  Andrew Cagney  <cagney@redhat.com>
9327         * config.guess: Update from version 2003-10-16 to 2004-02-16.
9328         * config.sub: Update from version 2003-11-03 to 2004-02-16.
9330 2004-02-19  Nathanael Nerode  <neroden@gcc.gnu.org>
9332         PR bootstrap/11932
9333         * mkinstalldirs, install-sh: Import from automake CVS HEAD.
9335 2004-02-14  Jerry Quinn  <jlquinn@optonline.net>
9337         * MAINTAINERS: Added myself to write-after-approval.
9339 2004-02-14  Michael Koch  <konqueror@gmx.de>
9341         * MAINTAINERS: Added myself to write-after-approval.
9343 2004-02-13  Joseph S. Myers  <jsm@polyomino.org.uk>
9345         * MAINTAINERS: Move Steve Chamberlain to write-after-approval.  Move
9346         some OS port maintainers to OS port maintainers section.
9348 2004-02-13  Frank Ch. Eigler  <fche@redhat.com>
9350         * MAINTAINERS: Add self.
9352 2004-02-12  Kazu Hirata  <kazu@cs.umass.edu>
9354         * MAINTAINERS: Alphabetize.
9356 2004-02-12  Paolo Bonzini  <bonzini@gnu.org>
9358         * MAINTAINERS: Remove myself.
9360 2004-02-11  David Edelsohn  <edelsohn@gnu.org>
9362         * configure.in (powerpc-*-aix*): Add target-libada to noconfigdirs.
9363         (rs6000-*-aix*): Same.
9364         * configure: Regenerate.
9366 2004-02-11  Kelley Cook  <kcook@gcc.gnu.org>
9368         * configure.in (host): Add in missing $noconfigdirs to defines.
9369         * configure: Regenerate.
9371 2004-02-10  Arnaud Charlet  <charlet@act-europe.fr>,
9372             Nathanael Nerode  <neroden@gcc.gnu.org>
9374         PR ada/6637, PR ada/5911
9375         Merge with libada-branch:
9376         * configure.in, Makefile.tpl, Makefile.def: Add target-libada,
9377         with appropriate dependencies. Add --enable-libada configure switch.
9378         * configure, Makefile.in: Regenerate.
9380 2004-02-09  Paolo Bonzini  <bonzini@gnu.org>
9382         * MAINTAINERS: Add myself to write-after-approval.
9384 2004-02-05  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
9386         * configure.in: Don't pass --with-stabs on IRIX 5 either.
9387         * configure: Regenerate.
9389 2004-02-04  Geoffrey Keating  <geoffk@apple.com>
9391         Merge from upstream:
9393         * ltmain.in: When setting IFS to '~', be careful about user
9394         arguments that contain '~'.
9396         2004-02-04  Peter O'Gorman  <peter@pogma.com>
9398         * ltmain.in (infer_tag): Move tag inferrence to a shell function.
9399         Also test $base_compile against $CC with escaped arguments. Bug
9400         reported by Geoff Keating <geoffk@apple.com>.
9402 2004-02-04  Kazu Hirata  <kazu@cs.umass.edu>
9404         * MAINTAINERS: Remove i960 port.
9406 2004-01-23  DJ Delorie  <dj@redhat.com>
9408         * Makefile.def (target_modules) [libiberty]: Don't stage.
9409         * Makefile.in: Rebuilt.
9411 2004-01-20  Caroline Tice  <ctice@apple.com>
9413         * MAINTAINERS: Add myself to write-after-approval.
9415 2004-01-19  Paolo Carlini  <pcarlini@suse.de>
9417         * MAINTAINERS: Update my email address.
9419 2004-01-18  James A. Morrison  <ja2morri@uwaterloo.ca>
9421         * MAINTAINERS: Add myself to write-after-approval.
9423 2004-01-17  Volker Reichelt  <reichelt@igpm.rwth-aachen.de>
9425         * MAINTAINERS: Remove entries without email address.
9427 2004-01-15  Daniel Jacobowitz  <drow@mvista.com>
9429         * MAINTAINERS: Add myself to write-after-approval.
9431 2004-01-15  Steven Bosscher  <stevenb@suse.de>
9433         * MAINTAINERS: Update my email address.
9435 2004-01-14  Loren J. Rittle  <ljrittle@acm.org>
9437         * Makefile.def (target_modules) [libtermcap, libiberty, zlib]: Stage.
9438         * Makefile.tpl (configure-target-[+module+]): Support stage.
9439         * Makefile.in: Rebuilt.
9441 2004-01-12  Ian Lance Taylor  <ian@wasabisystems.com>
9443         * MAINTAINERS: Add myself as a libiberty MAINTAINER.
9445 2004-01-10  Richard Sandiford  <rsandifo@redhat.com>
9447         * MAINTAINERS: Add myself as a MIPS maintainer.
9449 2004-01-04  Nathanael Nerode  <neroden@gcc.gnu.org>
9451         * configure.in: Use ./config.cache, not config.cache.
9452         * configure: Regenerate.
9453         * Makefile.tpl: Special-casing not needed for GCC any more.
9454         * Makefile.in: Regenerate.
9456         * configure.in: Don't share a cache file for host dirs.
9457         * configure: Regenerate.
9459         * config-ml.in: Don't mess with the cache file.
9461 2004-01-04  Eric Botcazou  <ebotcazou@libertysurf.fr>
9463         * MAINTAINERS: Move myself from 'Write After Approval' to
9464         'CPU Port Maintainers' section as SPARC maintainer.
9466 2004-01-03  Nathanael Nerode  <neroden@gcc.gnu.org>
9468         * Makefile.tpl: Make GCC use a separate config.cache.
9469         * Makefile.in: Regenerate.
9471         PR bootstrap/11932, PR bootstrap/11933
9472         (I don't know if it will fix either of them, but it relates
9473         to them.)
9474         * configure.in: Don't use shared config.cache for target
9475         directories.
9476         * configure: Regenerate.
9478 2004-01-02  Dan Nicolaescu  <dann@ics.uci.edu>
9480         * MAINTAINERS: Add myself to 'Write After Approval' section.
9482 2003-12-31  Roger Sayle  <roger@eyesopen.com>
9484         * configure.in (ia64*-*-hpux*): Disable building java libraries.
9485         * configure: Regenerated.
9487 2003-12-23  Kazu Hirata  <kazu@cs.umass.edu>
9489         * MAINTAINERS: Remove the mn10200 maintainer.
9491 2003-12-21  Bernardo Innocenti  <bernie@develer.com>
9493         * configure.in (*-*-uclinux): Exclude newlib, libgloss and rda.
9494         * configure: Regenerated.
9496 2003-12-16  Jan Hubicka  <jh@suse.cz>
9498         * MAINTAINERS: Add myself as callgraph maintainer.
9500 2003-12-08  Thomas Fitzsimmons  <fitzsim@redhat.com>
9502         * configure.in (raw_libstdcxx_flags): Remove the leading space.
9503         * configure: Regenerate.
9505 2003-12-01  Giovanni Bajo  <giovannibajo@gcc.gnu.org>
9507         * MAINTAINERS: Move myself from 'Bug database only accounts' to
9508         'Write After Approval' section. Update email.
9510 2003-12-01  James Lemke  <jim@wasabisystems.com>
9512         * MAINTAINERS (Write After Approval): Add myself.
9514 2003-11-20  Matt Thomas  <matt@3am-software.com>
9516         * MAINTAINERS: Add myself as a vax port maintainer.
9518 2003-11-20  Kelley Cook  <kcook@gcc.gnu.org>
9520         * Makefile.tpl (BASE_FLAGS_TO_PASS): Pass along CONFIG_SHELL.
9521         (configure-build-[+module+], configure-[+module+]): Likewise.
9522         (configure-target-[+module+], configure-gcc, config.status): Likewise.
9523         * Makefile.in: Regenerate.
9525 2003-11-19  Andreas Tobler  <a.tobler@schweiz.ch>
9527         * libtool.m4: Sync darwin bits from libtool cvs to build a gcc with
9528         shared/dylibed libraries.
9529         * ltmain.sh: Likewise.
9530         * ltcf-c.sh: Likewise, disable shared library build for OS-X < 10.3.
9531         * ltcf-cxx.sh: Likewise.
9532         * ltcf-gcj.sh: Likewise.
9533         * ltconfig: Likewise.
9535 2003-11-17  Stan Cox  <scox@redhat.com>
9537         * MAINTAINERS: Add myself as iq2000 port maintainer.
9539 2003-11-14  Arnaud Charlet  <charlet@act-europe.fr>
9541         * Makefile.tpl (EXTRA_GCC_FLAGS): Pass BOOT_ADAFLAGS.
9542         * Makefile.in: Regenerate.
9544 2003-11-03  Ulrich Weigand  <uweigand@de.ibm.com>
9546         * config.sub: Update to 2003-11-03 version.
9548 2003-10-20  Phil Edwards  <phil@codesourcery.com>
9550         * configure.in (*-*-vxworks):  Add target-libiberty to noconfdirs.
9551         * configure:  Regenerate.
9553 2003-10-20  Nicolas Pitre  <nico@cam.org>
9555         * MAINTAINERS: Add myself to 'Write After Approval' section.
9557 2003-10-20  Arnaud Charlet  <charlet@act-europe.fr>
9559         * MAINTAINERS (Various maintainers: Ada front end): Added myself.
9561 2003-10-19  Joseph S. Myers  <jsm@polyomino.org.uk>
9563         * MAINTAINERS: Update my email address.
9565 2003-10-17  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
9567         * config-ml.in (multi-do): Pass MULTIFLAGS to subdir makes.
9569 2003-10-17  Ralph Loader  <rcl@ihug.co.nz>
9571         * MAINTAINERS: Add myself to 'Write After Approval' section.
9573 2003-10-16  Bernardo Innocenti  <bernie@develer.com>
9575         * config.guess: Update to 2003-10-16 version.
9576         * config.sub: Update to 2003-10-16 version.
9578 2003-10-15  David Daney  <ddaney@avtrex.com>
9580         * MAINTAINERS: Added myself to 'Write After Approval' section.
9582 2003-10-15  Falk Hueffner  <falk@debian.org>
9584         * MAINTAINERS: Move myself from 'Bug database only accounts' to
9585         'Write After Approval' section. Update email.
9587 2003-10-14  Roger Sayle  <roger@eyesopen.com>
9589         * MAINTAINERS: Move myself from 'Write After Approval' to
9590         'Various Maintainers' section as middle-end maintainer.
9592 2003-10-13  Nathanael Nerode  <neroden@gcc.gnu.org>
9594         * Makefile.tpl: Make GCC_FLAGS_TO_PASS a superset of
9595         HOST_FLAGS_TO_PASS.
9596         * Makefile.in: Regenerate.
9598 2003-10-11  Bernardo Innocenti  <bernie@develer.com>
9600         * config.guess: Update to 2003-10-07 version.
9601         * config.sub: Update to 2003-10-07 version.
9603 2003-10-06  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
9605         * ltcf-cxx.sh (irix5*, irix6*): Prefix -soname and its arg with ${wl}.
9606         * ltconfig (irix5*, irix6*): Don't override version_type.
9608 2003-10-05  Mohan Embar  <gnustuff@thisiscool.com>
9610         * configure.in: Allow explicit specification of CFLAGS_FOR_BUILD.
9611         * configure: Rebuilt
9612         * Makefile.tpl: Use CFLAGS_FOR_BUILD computed by configure
9613         * Makefile.in: Rebuilt
9615 2003-10-03  H.J. Lu  <hongjiu.lu@intel.com>
9617         * ltconfig (sys_lib_search_path_spec): Fix a typo for HPUX.
9619 2003-09-30  Carlo Wood  <carlo@alinoe.com>
9621         * MAINTAINERS (Write After Approval): Add myself.
9623 2003-09-29  Paul Koning  <ni1d@arrl.net>
9625         * MAINTAINERS: Move myself from "Write After Approval"
9626         to CPU platform maintainers for pdp11 platform.
9628 2003-09-23  Andreas Tobler  <a.tobler@schweiz.ch>
9630         * MAINTAINERS: Move myself from 'Write After Approval' to
9631         'Various Maintainers' section as libffi testsuite maintainer.
9633 2003-09-21  Daniel Jacobowitz  <drow@mvista.com>
9635         * configure.in: Pass a computed --program-transform-name
9636         to subconfigures.
9637         * configure: Regenerated.
9639 2003-09-20  Nathanael Nerode  <neroden@gcc.gnu.org>
9641         * Makefile.tpl: Don't pass down obsolete ENQUIRE variable.
9642         * Makefile.in: Regenerate.
9644         * Makefile.tpl: Don't pass (unused) DLLTOOL or WINDRES to gcc.
9645         * Makefile.in: Regenerate.
9647 2003-09-19  Ziemowit Laski  <zlaski@apple.com>
9649         * MAINTAINERS: Move myself from 'Write After Approval'
9650         to 'Various Maintainers' (objective-c) section.
9652 2003-09-17  Daniel Jacobowitz  <drow@mvista.com>
9654         * configure.in (TOPLEVEL_CONFIGURE_ARGUMENTS, baseargs): Fix
9655         quoting.
9656         * configure: Regenerated.
9658 2003-09-16  Joel Brobecker  <brobecker@gnat.com>
9660         * MAINTAINERS (Write After Approval): Add myself to write after
9661         approval list.
9663 2003-09-16  Dorit Naishlos  <dorit@il.ibm.com>
9665         * MAINTAINERS (Write After Approval): Add myself.
9667 2003-09-09  Ian Lance Taylor  <ian@wasabisystems.com>
9669         * MAINTAINERS: Update my e-mail address.
9671 2003-09-09  Alan Modra  <amodra@bigpond.net.au>
9673         * libtool.m4 (LD): Correct powerpc64 host match.
9675 2003-09-06  James E Wilson  <wilson@tuliptree.org>
9677         * MAINTAINTERS: Update my affiliation and email address.
9679 2003-09-06  Zdenek Dvorak  <rakdver@atrey.karlin.mff.cuni.cz>
9681         * MAINTAINERS (Write After Approval): Add myself.
9683 2003-09-04  DJ Delorie  <dj@redhat.com>
9685         * configure: Regenerate.
9687 2003-09-04  Robert Millan  <robertmh@gnu.org>
9689         * configure.in: Match GNU/KFreeBSD with new kfreebsd*-gnu triplet.
9691 2003-09-02  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
9693         * configure.in: Ensure arguments to sed are properly spaced.
9694         * configure: Regenerate.
9696 2003-08-30  Gerald Pfeifer  <gerald@pfeifer.com>
9698         * MAINTAINERS: Update my e-mail address.
9700 2003-08-28  Mohan Embar  <gnustuff@thisiscool.com>
9702         * MAINTAINERS (Write After Approval): Add myself.
9704 2003-08-27  Daniel Jacobowitz  <drow@mvista.com>
9706         * configure.in: Set RAW_CXX_FOR_TARGET if unset.
9707         * configure: Regenerated.
9709 2003-08-23  Marek Michalkiewicz  <marekm@amelek.gda.pl>
9711         * MAINTAINERS: Update my email address.
9713 2003-08-23  Phil Edwards  <pme@gcc.gnu.org>
9715         * configure.in:  Use newline instead of semicolon when assuming
9716         shell arguments in a for loop.
9717         * configure:  Regenerated.
9719 2003-08-22  Jason Eckhardt  <jle@rice.edu>
9721         * MAINTAINERS: Resurrect the i860 maintainer.
9723 2003-08-20  Geoffrey Keating  <geoffk@apple.com>
9725         PR 8180
9726         * configure.in: When testing with_libs and with_headers, treat
9727         'no' as unset.  Based on a patch by Dan Kegel <dank@kegel.com>.
9728         * configure: Regenerate.
9730         * configure.in (TOPLEVEL_CONFIGURE_ARGUMENTS): Quote properly for
9731         make, shell, etc.
9732         (baseargs): Likewise.
9733         * configure: Regenerate.
9735 2003-08-20  Bernardo Innocenti  <bernie@develer.com>
9737         * MAINTAINERS (Write After Approval): Add myself.
9739 2003-08-19  Geoffrey Keating  <geoffk@apple.com>
9741         * configure.in: Disable libgcj for darwin not on powerpc.
9742         * configure: Rebuild.
9744 2003-08-14  Alexandre Duret-Lutz  <adl@gnu.org>
9746         * config-ml.in, symlink-tree: Add license.
9748 2003-08-03  Richard Stallman  <rms@gnu.org>
9749             Eben Moglen  <moglen@columbia.edu>
9751         * README.SCO: New file.
9753 2003-08-01  Matt Kraai  <kraai@alumni.cmu.edu>
9755         * Makefile.tpl (check, check-c++): Express dependencies using
9756         dependencies rather than commands.
9757         * Makefile.in: Regenerate.
9759 2003-08-01  Andrew Cagney  <cagney@redhat.com>
9761         * configure.in (noconfigdirs): Do not add GDB when m32r-*-*.
9762         * configure: Ditto.
9764 2003-07-31  Geoffrey Keating  <geoffk@apple.com>
9766         * Makefile.tpl (libsubdir): Use gcc instead of gcc-lib.
9767         * Makefile.in: Update.
9769 2003-07-30  Andreas Tobler  <a.tobler@schweiz.ch>
9771         * configure.in: Enable libgcj for darwin.
9772         * configure: Rebuild.
9774 2003-07-29  Phil Edwards  <pme@gcc.gnu.org>
9776         * config-ml.in:  Use ac_configure_args directly instead of
9777         ml_arguments.  Only set ml_norecursion if --no[-]recursion is
9778         actually seen.
9780 2003-07-27  Nathanael Nerode  <neroden@gcc.gnu.org>
9782         * Makefile.tpl: Use 'mkinstalldirs' rather than 'mkdir' when
9783         creating target and build subdirs to build all parent dirs as needed.
9784         * Makefile.in: Rebuild.
9785         * configure.in: Don't build dirs explicitly here.
9786         * configure: Rebuild.
9788 2003-07-26  Paul Brook  <paul@nowt.org>
9790         * MAINTAINERS (fortran 95): Add myself, Steven Bosscher and Toon Moene.
9792 2003-07-22  Alexandre Oliva  <aoliva@redhat.com>
9794         * Makefile.tpl (all-make): Depend on intl.
9795         * Makefile.in: Rebuilt.
9797 2003-07-20  Phil Edwards  <pme@gcc.gnu.org>
9799         * install-sh:  Update to newer upstream versions (associated with
9800         aclocal 1.7).
9801         * mkinstalldirs:  Likewise.
9802         * missing:  Likewise, plus $1Help2man -> $1 typo fix.
9804 2003-07-16  Andrew Pinski  <pinskia@gcc.gnu.org>
9806         * MAINTAINERS: Move self from Bug database only accounts
9807         to write-after-approval.
9809 2003-07-16  Nathanael Nerode  <neroden@gcc.gnu.org>
9811         * config.if: Remove unused libc_interface determination.
9813 2003-07-14  Nathanael Nerode  <neroden@gcc.gnu.org>
9815         * MAINTAINERS: Move self from write-after-approval to
9816         build machinery (*.in).
9818 2003-07-13  Nathanael Nerode  <neroden@gcc.gnu.org>
9820         PR bootstrap/11273
9821         PR bootstrap/11408
9822         * Makefile.tpl: Set INSTALL and friends using autoconf.  Remove
9823         unused INSTALL_PROGRAM_ARGS.
9824         * configure.in: Use AC_PROG_INSTALL.
9825         * Makefile.in: Regenerate.
9826         * configure: Regenerate.
9828 2003-07-13  Kazu Hirata  <kazu@cs.umass.edu>
9830         * MAINTAINERS: Alphabetize.
9832 2003-07-10  Alexandre Oliva  <aoliva@redhat.com>
9834         * configure: Rebuilt.
9835         2001-09-26  Alexandre Oliva  <aoliva@redhat.com>
9836         * configure.in (noconfigdirs) [am33_2.0-*-linux*]: Don't build
9837         newlib nor libgloss.
9838         Wed May  9 10:07:19 2001  Alexandre Oliva  <aoliva@redhat.com>
9839         * configure.in (am33_2.0-*-linux*): Added.
9841 2003-07-09  Bob Wilson  <bob.wilson@acm.org>
9843         * configure.in: Add ${libgcj} to noconfigdirs for xtensa-*-* targets.
9844         * configure: Regenerate.
9846 2003-07-07  Zack Weinberg  <zack@codesourcery.com>
9848         * Makefile.tpl (configure-gcc): Depend on maybe-configure-intl.
9849         * Makefile.in: Regenerate.
9851 2003-07-04  Zack Weinberg  <zack@codesourcery.com>
9853         * Makefile.tpl (all-bootstrap): Depend on maybe-all-intl.
9854         * Makefile.in: Regenerate.
9856 2003-07-04  H.J. Lu  <hongjiu.lu@intel.com>
9858         * Makefile.tpl: Replace PWD with PWD_COMMAND.
9859         * Makefile.in: Regenerated.
9861         * config-ml.in: Replace PWD with PWD_COMMAND.
9863 2003-07-04  Zack Weinberg  <zack@codesourcery.com>
9865         * intl: New directory; see intl/ChangeLog for details.
9866         * ABOUT-NLS, config.rpath: Import from gettext 0.12.1.
9867         * Makefile.tpl: all-gcc depends on maybe-all-intl.
9868         * Makefile.in: Regenerate.
9870 2003-06-27  Nathanael Nerode  <neroden@gcc.gnu.org>
9872         * configure.in: Clean up config-lang.in handling.  Delete
9873         useless assignment to "subdirs".
9874         * configure: Regenerate.
9876 2003-06-26  Nathanael Nerode  <neroden@gcc.gnu.org>
9878         * configure.in: Rename 'target_libs' to 'target_libraries'.
9879         Remove useless reference to 'target_libs'.
9880         * configure: Regenerate.
9882 2003-06-23  Keith Seitz  <kseitz@sources.redhat.com>
9884         * Makefile.tpl: Add maybe-configure-itcl to configure-gdb.
9885         * Makefile.in: Regenerate.
9887 2003-06-23  Nathanael Nerode  <neroden@gcc.gnu.org>
9889         * Makefile.def: Introduce flags_to_pass.
9890         * Makefile.tpl: Generate BASE_FLAGS_TO_PASS using it.
9891         * Makefile.in: Regenerate.
9893 2003-06-23  Hans-Peter Nilsson  <hp@bitrange.com>
9895         * configure.in (noconfigdirs) <cris-*-*>: Disable target-newlib
9896         and target-libgloss.
9897         <d30v-*-*, fr30-*-*, i960-*-*, m32r-*-*>: Disable gdb.
9898         <h8300*-*-*>: Disable libf2c and ${libgcj}.
9899         * configure: Regenerate.
9901 2003-06-17  Benjamin Kosnik  <bkoz@redhat.com>
9903         * configure.in: Update testsuite_flags to new location.
9904         * configure. Regenerate.
9906 2003-06-18  Nathanael Nerode  <neroden@gcc.gnu.org>
9908         * Makefile.tpl: Remove BUILD_CC stuff.
9909         * Makefile.in: Regenerate.
9911 2003-06-17  Kazu Hirata  <kazu@cs.umass.edu>
9913         * MAINTAINERS (Write After Approval): Remove Andrew Haley.
9915 2003-06-16  Graeme Peterson  <gp@qnx.com>
9917         * MAINTAINERS (Write After Approval): Add myself.
9919 2003-06-14  H.J. Lu  <hongjiu.lu@intel.com>
9921         * config.guess: Update to 2003-06-12 version.
9922         * config.sub: Update to 2003-06-13 version.
9924 2003-06-12  H.J. Lu  <hongjiu.lu@intel.com>
9926         * config.guess: Update to 2003-06-06 version.
9927         * config.sub: Update to 2003-06-06 version.
9929 2003-06-11  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
9931         * configure.in: Don't pass --with-stabs for mips*-sgi-irix6*o32.
9932         * configure. Regenerate.
9934 2003-06-10  Nathanael Nerode  <neroden@gcc.gnu.org>
9936         * configure.in: Disable serial configure by default.
9937         * configure: Regenerate.
9938         * Makefile.tpl: Abolish .NOTPARALLEL.
9939         * Makefile.in: Regenerate.
9941         * Makefile.tpl: Replace {build,host,target}_canonical by
9942         {build,host,target}.
9943         * Makefile.in: Regenerate.
9945         * Makefile.tpl: Fix stupid pasto.
9946         * Makefile.in: Regenerate.
9948 2003-06-09  Nathanael Nerode  <neroden@gcc.gnu.org>
9950         * Makefile.tpl: Remove bogus conditional.
9951         * Makefile.in: Regenerate.
9953 2003-06-05  Jan Hubicka  <jh@suse.cz>
9955         * Makefile.tpl (profiledbootstrap): New target.
9956         * Makefile.in (profiledbootstrap): New target.
9958 2003-06-05  Wolfgang Bangerth  <bangerth@dealii.org>
9960         * MAINTAINERS (Bugzilla only): Add Dara Hazeghi and Andrew
9961         Pinski. Remove user names from other bugzilla-only maintainers.
9963 2003-06-03  Nathanael Nerode  <neroden@gcc.gnu.org>
9965         * Makefile.tpl: Make 'recursive targets' using autogen rather
9966         than shell loop.  Remove duplicate 'clean' targets and false
9967         comments.
9968         * Makefile.def: Add systematic dependencies to 'recursive' targets.
9969         Add systematic method of specifying missing targets in subdirs.
9970         Add copyright boilerplate.
9971         * Makefile.in: Regenerate.
9972         * configure.in: Add 'recursive targets' to maybe list.
9973         * configure: Regenerate.
9975         * MAINTAINERS: "GNATS only" -> "Bug database only".
9977         * Makefile.tpl: Rename [+target+] to [+make_target+].
9978         * Makefile.def: Rename 'target' to 'make_target'.
9980 2003-05-31  Neil Booth  <neil@daikokuya.co.uk>
9982         * MAINTAINERS: Add self as options handling maintainer.
9984 2003-05-28  Michael Meissner  <gnu@the-meissners.org>
9986         * MAINTAINERS: Remove myself as m32r/v850 maintainer, since it has
9987         been too long since I touched those ports.
9989 2003-05-28  DJ Delorie  <dj@redhat.com>
9991         * Makefile.tpl: Make maybe-check-gcc .PHONY.
9992         * Makefile.in: Regenerate.
9994 2003-05-21  Maciej W. Rozycki  <macro@ds2.pg.gda.pl>
9996         * configure.in: Use curly braces in the definition of tooldir.
9997         * configure: Regenerate.
9999 2003-05-21  DJ Delorie  <dj@redhat.com>
10001         * Makefile.tpl (configure-target-libiberty): Depend only on gcc, not
10002         newlib or libgloss.
10003         * Makefile.in: Regenerate.
10005 2003-05-21  DJ Delorie  <dj@redhat.com>
10007         * Makefile.tpl: Add missing empty maybe-check-gcc target.
10008         * Makefile.in: Regenerate.
10010 2003-05-20  Ian Lance Taylor  <ian@airs.com>
10012         * MAINTAINERS: Update my e-mail address.
10014 2003-05-19  Nathanael Nerode  <neroden@gcc.gnu.org>
10016         * configure.in: Switch more things to use maybe dependencies.
10017         * Makefile.tpl: Switch more things to use maybe dependencies.
10018         Factor out common code from autogen IF statements.
10019         * configure: Regenerate.
10020         * Makefile.in: Regenerate.
10022 2003-05-14  Kelley Cook  <kelleycook@wideopenwest.com>
10024         * configure.in: Accept i[3456789]86 for machine type.
10025         * configure: Regenerate.
10027 2003-05-18  Nathanael Nerode  <neroden@gcc.gnu.org>
10029         * configure.in: Switch more things to use maybe dependencies.
10030         Rearrange a little.  Use GCC_TOPLEV_SUBDIRS.
10031         * configure: Regenerate.
10032         * Makefile.tpl: Switch more things to use maybe dependencies.
10033         * Makefile.in: Regenerate.
10035 2003-05-16  Andreas Schwab  <schwab@suse.de>
10037         * Makefile.tpl (install-opcodes): Define.
10038         * Makefile.in: Rebuild.
10040 2003-05-13  Andreas Jaeger  <aj@suse.de>
10042         * config.guess: Update to 2003-05-09 version.
10043         * config.sub: Update to 2003-05-09 version.
10045 2003-05-13  Michael Eager  <eager@mvista.com>
10047         * configure.in: Correct sed script so that options in quotes are not
10048         deleted.
10049         * configure: Rebuild.
10051 2003-05-12  Corinna Vinschen  <corinna@vinschen.de>
10053         * configure.in (FLAGS_FOR_TARGET): Remove $$s/newlib/libc/sys/cygwin
10054         and $$s/newlib/libc/sys/cygwin32 include paths.
10055         * configure: Ditto.
10057 2003-05-12  Michael Meissner  <gnu@the-meissners.org>
10059         * MAINTAINERS: Update my email addresses.
10061 2003-05-06  Eric Botcazou  <ebotcazou@libertysurf.fr>
10063         * config-ml.in: Propagate INSTALL variables.
10065 2003-05-04  Gerald Pfeifer  <pfeifer@dbai.tuwien.ac.at>
10067         * MAINTAINERS: Remove duplicate entries in Write After Approval.
10069 2003-05-02  Chris Demetriou  <cgd@broadcom.com>
10071         * Makefile.tpl: Require "makeinfo" from texinfo 4.2 or later.
10072         * Makefile.in: Regenerate.
10074 2003-05-02  Wolfgang Bangerth  <bangerth@dealii.org>
10076         * MAINTAINERS (GNATS only): Add Falk Hueffner.
10078 2003-04-30  Wolfgang Bangerth  <bangerth@dealii.org>
10080         * MAINTAINERS (GNATS only): Add Giovanni Bajo.
10082 2003-04-27  Daniel Jacobowitz  <drow@mvista.com>
10084         * Makefile.tpl: Clean $(BUILD_SUBDIR).
10085         * Makefile.in: Regenerated.
10087 2003-04-25  Wolfgang Bangerth  <bangerth@dealii.org>
10089         * MAINTAINERS (Write After Approval): Upgrade myself from
10090         GNATS only to write-after-approval. Update my mail address.
10092 2003-04-25  Loren J. Rittle  <ljrittle@acm.org>
10094         (OS Port Maintainers: freebsd): Add myself.
10096 2003-04-22  Mark Mitchell  <mark@codesourcery.com>
10098         * MAINTAINERS (java): Remove Alexandre Petit-Bianco.
10100 2003-04-22  Kean Johnston  <jkj@sco.com>
10102         * MAINTAINERS (SCO ports): Added myself.
10104 2003-04-21  Nathan Sidwell  <nathan@codesourcery.com>
10106         * MAINTAINERS (gcov): Add myself and Jan Hubicka.
10108 2003-04-19  Kean Johnston  <jkj@sco.com>
10110         * MAINTAINERS (Write After Approval): Add myself.
10112 2003-04-18  Gerald Pfeifer  <pfeifer@dbai.tuwien.ac.at>
10114         * Makefile.tpl (MAKEINFOFLAGS): Default to --split-size=5000000.
10115         * Makefile.in: Regenerate.
10117 2003-04-18  Jakub Jelinek  <jakub@redhat.com>
10119         * configure.in (powerpc64*-*-linux*): Remove.
10120         * configure: Rebuilt.
10122 2003-04-17  Phil Edwards  <pme@gcc.gnu.org>
10124         * Makefile.tpl (GCC_STRAP_TARGETS):  New variable containing all the
10125         previous bootstrap targets, plus bubblestrap, quickstrap, cleanstrap,
10126         and restrap.
10127         * Makefile.in:  Regenerate.
10129 2003-04-16  Richard Earnshaw  <rearnsha@arm.com>
10131         * configure.in (arm-*-netbsdelf*): Enable building java libraries.
10132         * configure: Regenerated.
10134 2003-04-15  DJ Delorie  <dj@redhat.com>
10136         * MAINTAINERS: Remove myself as windows/cygwin/mingw maintainer.
10138 2003-04-13  Nick Clifton  <nickc@redhat.com>
10140         * config-ml.in: Remove support for --disable-aix removing
10141         call-aix multilibs.
10143 2003-04-10  Alexandre Oliva  <aoliva@redhat.com>
10145         * libtool.m4 (lt_cv_deplibs_check_method): Use pass_all on mips*.
10146         * */configure: Rebuilt.
10148 2003-04-08  Joel Sherrill  <joel@oarcorp.com>
10150         * MAINTAINERS: Add my email address.
10152 2003-03-17  Olivier Hainque  <hainque@act-europe.fr>
10154         * MAINTAINERS (Write After Approval): Add myself.
10156 2003-03-14  Nathanael Nerode  <neroden@gcc.gnu.org>
10158         * Makefile.tpl: Move .NOEXPORT, MAKEOVERRIDES back down.
10159         * Makefile.in: Regenerate.
10161 2003-03-14  Michael Chastain  <mec@shout.net>
10163         * Makefile.in: Regenerate with correct Makefile.def.
10165 2003-03-12  Nathanael Nerode  <neroden@gcc.gnu.org>
10167         * Makefile.tpl: Move .NOEXPORT, MAKEOVERRIDES up.  Delete unused
10168         Make macro.
10169         * Makefile.in: Regenerate.
10170         * configure.in: Clean up gxx_include_dir logic.
10171         * configure: Regenerate.
10173 2003-03-12  Ansgar Esztermann  <ansgar@thphy.uni-duesseldorf.de>
10175         * MAINTAINERS (Write After Approval): Add myself.
10177 2003-03-10  Ben Elliston  <bje@wasabisystems.com>
10179         * MAINTAINERS: Update my mail address.
10181 2003-03-09  Franz Sirl  <Franz.Sirl-kernel@lauterbach.com>
10183         * configure.in (gxx_include_dir): Fix typo.
10184         * configure: Regenerated.
10186 2003-03-04  Nathanael Nerode  <neroden@gcc.gnu.org>
10188         * Makefile.tpl: Reindent.
10189         * Makefile.in: Regenerate.
10190         * configure.in: Reindent.  Don't set unused variables.
10191         * configure: Regenerate.
10193 2003-03-04  Daniel Jacobowitz  <drow@mvista.com>
10195         * configure.in: Include $(build_tooldir)/sys-include in
10196         FLAGS_FOR_TARGET.
10197         * configure: Regenerated.
10199 2003-03-04  Nathanael Nerode  <neroden@gcc.gnu.org>
10201         * Makefile.tpl: Always pass down RANLIB.
10202         * Makefile.in: Regenerate.
10204         * Makefile.tpl: Don't set unused enable_shared, enable_threads macros.
10205         * Makefile.in: Regenerate.
10206         * configure.in: Remove unused logic relating to --enable-shared
10207         and --enable-threads.  Remove bogus comments.  Remove redundant
10208         noconfigdirs.
10209         * configure: Regenerate.
10211         * configure.in: Replace ${libstdcxx_version} by its value.
10212         Remove reference to mh-dgux.
10213         * configure: Regenerate.
10215 2003-03-03  Kevin Buettner  <kevinb@redhat.com>
10217         * MAINTAINERS (Write After Approval): Add myself.
10219 2003-02-28  Nathanael Nerode  <neroden@gcc.gnu.org>
10221         * Makefile.tpl: Rearrange.
10222         * Makefile.in: Regenerate.
10224 2003-02-25  Uwe Stieber  <uwe@wwws.de>
10226         * configure.in: Add support for kaOS as cross build target system.
10227         * configure: Regenerated.
10229 2003-02-24  Steven Bosscher  <steven@gcc.gnu.org>
10231         * MAINTAINERS (Write after approval): Add myself.
10233 2003-02-21  James E Wilson  <wilson@tuliptree.org>
10235         * MAINTAINERS: Update my email address.
10237 2003-02-21  Zack Weinberg  <zack@codesourcery.com>
10239         * MAINTAINERS: Add self to blanket write privs. section.
10241 2003-02-20  Sean McNeil  <sean@blue.mcneil.com>
10243         * Makefile.tpl: Add definition of CPPFLAGS to pass into
10244         configure-target-* as some target builds may require additional
10245         flags for preprocessor tests.
10246         * Makefile.in: Regenerated.
10248 2003-02-19  Alexandre Oliva  <aoliva@redhat.com>
10250         * libtool.m4 (LD): Append -melf* option to LD on IRIX with GNU ld.
10251         * ltconfig: Handle it.
10252         * ltcf-cxx.sh: Use with_gnu_ld passed as a shell variable instead of
10253         auto-detecting it.
10255         * ltcf-cxx.sh: Replace $linker_flags with $compiler_flags wherever
10256         it is used as argument to $CC.
10257         * ltcf-gcj.sh: Likewise.
10259         * configure.in: Introduce --enable-maintainer-mode.
10260         * configure: Rebuilt.
10261         * Makefile.tpl (Makefile.in, configure): Enable dependencies only
10262         for maintainer mode.
10263         * Makefile.in: Rebuilt.
10265 2003-02-18  Jason Merrill  <jason@redhat.com>
10267         * Makefile.tpl (check-c++): Allow parallelism.
10269 2003-02-16  Gerald Pfeifer  <pfeifer@dbai.tuwien.ac.at>
10271         * MAINTAINERS: Remove John Carr (who never actually had access to
10272         gcc.gnu.org).
10274 2003-02-15  Geoffrey Keating  <geoffk@apple.com>
10276         * configure.in (*-*-darwin*): Rename from powerpc*-*-darwin*,
10277         don't configure target-libobjc.
10278         * configure: Regenerate.
10280 2003-02-14  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
10282         * Makefile.tpl (RANLIB): Define.
10283         * Makefile.in: Regenerate.
10285 2003-02-08  Laurynas Biveinis  <laurynas.biveinis@mif.vu.lt>
10287         * MAINTAINERS: Update my email.
10289 2003-02-06  Keith R Seitz  <keiths@redhat.com>
10291         * Makefile.def: Remove "snavigator", "grep", and "db" modules.
10292         * Makefile.tpl: Remove "all-snavigator" and "all-grep".
10293         * Makefile.in: Regenerated.
10294         * configure.in: Remove all traces of snavigator, db, and grep.
10295         * configure: Regenerated.
10297 2003-02-06  Gerald Pfeifer  <pfeifer@dbai.tuwien.ac.at>
10299         * MAINTAINERS: Remove duplicate entry for Bernd Schmidt from Write
10300         After Approval.
10302 2003-02-02  Christian Cornelssen  <ccorn@cs.tu-berlin.de>
10304         * MAINTAINERS (Write after approval): Add myself.
10306 2003-01-31  Frank Ch. Eigler  <fche@redhat.com>
10308         * Makefile.tpl (all-sid): Add libiberty/bfd/opcodes dependencies.
10309         * Makefile.in: Regenerated.
10311 2003-01-30  Roger Sayle  <roger@eyesopen.com>
10313         * config.guess: Updated to 2003-01-30's version.
10314         * config.sub: Updated to 2003-01-28's version.
10316 2003-01-30  Alexandre Oliva  <aoliva@redhat.com>
10318         * config.if: If gcc_version is already set, just use it.  Don't set
10319         gcc_version_trigger if it's already set, otherwise set it to
10320         gcc/version.c, but only if the file exists.  If it is not set and
10321         gcc/version.c does not exist, try to extract the version number from
10322         $CC.
10324 2003-01-29  Andreas Tobler  <a.tobler@schweiz.ch>
10326         * MAINTAINERS: Add myself to write-after-approval list.
10328 2003-01-27  Phil Edwards  <pme@gcc.gnu.org>
10330         * configure.in:  Revert 24Jan change.
10331         * configure:  Regenerate.
10333 2003-01-25  Gerald Pfeifer  <pfeifer@dbai.tuwien.ac.at>
10335         * MAINTAINERS: Remove incorrect entry for Paul Eggert.  Fix
10336         entry of HJ Lu.
10338 2003-01-23  Nathanael Nerode  <neroden@gcc.gnu.org>
10340         * configure.in: Revert previous change.
10341         * configure: Regenerate.
10343 2003-01-23  Nathanael Nerode  <neroden@gcc.gnu.org>
10345         * configure.in: Make rda native-only.
10346         * configure: Regenerate.
10348 2003-01-22  Volker Reichelt  <reichelt@igpm.rwth-aachen.de>
10350         * MAINTAINERS: Move myself from GNATS-only-accounts to
10351         write-after-approval.
10353 2003-01-19  Nathanael Nerode  <neroden@gcc.gnu.org>
10355         * configure.in: Add missing \.
10356         * configure: Rebuilt.
10358 2003-01-17  Jakub Jelinek  <jakub@redhat.com>
10360         * configure.in (baseargs): Avoid using \| in sed regular
10361         expressions.
10362         * configure: Rebuilt.
10364 2003-01-16  Jakub Jelinek  <jakub@redhat.com>
10366         * configure.in (baseargs): Remove all supported forms of
10367         --cache-file, --srcdir, --host, --build and --target options
10368         from argument lists.
10369         * configure: Rebuilt.
10371 2003-01-15  Josef Zlomek  <zlomekj@suse.cz>
10373         * MAINTAINERS: Add myself to write-after-approval list.
10375 2003-01-15  Alexandre Oliva  <aoliva@redhat.com>
10377         * configure.in (noconfigdirs): Don't skip gas on IRIX 6.
10378         * configure: Rebuilt.
10380 2003-01-09  Nathanael Nerode  <neroden@gcc.gnu.org>
10382         * configure.in: Substitute TOPLEVEL_CONFIGURE_ARGUMENTS.
10383         * Makefile.tpl: Pass TOPLEVEL_CONFIGURE_ARGUMENTS to gcc.
10384         * Makefile.in: Regenerate.
10385         * configure: Regenerate.
10387 2003-01-09  Alexandre Oliva  <aoliva@redhat.com>
10389         * configure.in: Remove Makefile in build, host and target modules
10390         unless configure was run with --no-recursion.
10391         * configure: Rebuilt.
10393 2003-01-09  Christian Cornelssen  <ccorn@cs.tu-berlin.de>
10395         * Makefile.tpl (BASE_FLAGS_TO_PASS): Also pass DESTDIR.
10396         (install-info, dir.info): Prepend $(DESTDIR) to $(infodir).
10397         * Makefile.in: Regenerate.
10399 2003-01-08  Chris Demetriou  <cgd@broadcom.com>
10401         * config.guess: Update to 2003-01-03 version.
10402         * config.sub: Update to 2003-01-03 version.
10404 2003-01-07  Christopher Faylor  <cgf@redhat.com>
10406         * configure: Regenerate with proper autoconf 2.13.
10408 2003-01-07  Christopher Faylor  <cgf@redhat.com>
10410         * configure.in: Add AC_PREREQ for consistency.
10411         * configure: Regenerate.
10413 2003-01-06  Andrew Cagney  <ac131313@redhat.com>
10415         * configure.in (GDB_TK): Add tcl directories conditional on
10416         gdb/gdbtk directory being present.
10417         * configure: Regenerate.
10419 2003-01-04  John David Anglin  <dave.anglin@nrc.ca>
10421         * configure.in (LD): Improve test for gcc.  Try to set LD to the ld
10422         used by gcc if LD is not defined and we are not doing a Canadian Cross.
10423         * configure: Rebuilt.
10425 2002-12-31  Tom Tromey  <tromey@redhat.com>
10427         * Makefile.in: Rebuilt.
10428         * Makefile.def (target_modules) [libffi]: Allow installation.
10430 2002-12-31  Andreas Schwab  <schwab@suse.de>
10432         * configure.in: Fix use of $program_transform_name.
10433         * configure: Regenerated.
10435 2002-12-30  Daniel Jacobowitz  <drow@mvista.com>
10437         * configure.in (baseargs): Don't remove first configure argument.
10438         * configure: Regenerated.
10440 2002-12-29  Alexandre Oliva  <aoliva@redhat.com>
10442         * Makefile.tpl (local-distclean): Don't remove...
10443         (multilib.ts): ... this.  Moved into...
10444         (multilib.out): ... this.  Don't use sub-make.
10445         ($(BUILD_SUBDIR)/[+module+]/Makefile, [+module+]/Makefile,
10446         $(TARGET_SUBDIR)/[+module+]/Makefile, gcc/Makefile): Moved into...
10447         (configure-build-[+module+], configure-[+module+],
10448         configure-target-[+module+], configure-gcc): ... these.  Test
10449         for Makefile existence.  Drop config.status from dependencies.
10450         * Makefile.in: Rebuilt.
10451         * configure.in: Move gcc-version-trigger to the end of
10452         ac_configure_args.  Add comments to maybedep.tmp and
10453         serdep.tmp.  Introduce --disable-serial-configure.  Remove
10454         nonopt from baseargs, matching and removing corresponding
10455         whitespace while at it.
10456         * configure: Rebuilt.
10458 2002-12-28  Alexandre Oliva  <aoliva@redhat.com>
10460         * configure.in (host_configargs): Replace reference to
10461         no-longer-defined buildopts with --build=${build_alias}.
10462         * configure: Rebuilt.
10464         * Makefile.tpl ($(NOTPARALLEL)): Move to the end.  Bring uses of
10465         program_transform_name to standard idiom.
10466         (AUTOGEN, AUTOCONF): Define.
10467         (Makefile.in): Use $(AUTOGEN).
10468         (Makefile): Depend on config.status, and use autoconf-style rule to
10469         build it.  Move original commands to...
10470         (config.status): ... this new target.
10471         (configure): Add $(srcdir).  Depend on config/acx.m4.  Use
10472         $(AUTOCONF).
10473         * Makefile.in: Rebuilt.
10475 2002-12-28  Nathanael Nerode  <neroden@gcc.gnu.org>
10477         * Makefile.tpl: Fix dramatic bustage due to change in
10478         program_transform_name.
10479         * Makefile.in: Regenerate.
10481         * configure.in: Remove unnecessary PATH setting.
10482         * configure: Regnerate.
10484         * configure.in: Don't default to unprefixed tools unless
10485         the native tools will work.
10486         * configure: Regenerate.
10488         * configure.in: Convert to autoconf script.  Blow away lots
10489         of now-redundant Makefile fragments.
10490         * configure: Generate using Autoconf.
10491         * Makefile.tpl: Rewrite to reflect autoconfiscation.
10492         * Makefile.in: Regenerate.
10494 2002-12-27  Nathanael Nerode  <neroden@gcc.gnu.org>
10496         * configure: Fix stupid bug where RANLIB was mistakenly included.
10498         * configure.in: Rename (buildargs, hostargs, targargs) to
10499         (build_configargs, host_configargs, target_configargs).
10501         * configure.in: Move logic out of sed statement.
10503         * configure: Remove unneeded 'export's.  Make CC_FOR_TARGET,
10504         CXX_FOR_TARGET, GCJ_FOR_TARGET substituted in configure.in only.
10506 2002-12-25  Svein E. Seldal  <Svein.Seldal@solidas.com>
10508         * config.sub: Import from master repository
10509         * config.guess: Ditto
10511 2002-12-24  Andreas Schwab  <schwab@suse.de>
10513         * Makefile.tpl (multilib.out): Fix missing space.
10514         * Makefile.in: Regenerate.
10516 2002-12-23  Nathanael Nerode  <neroden@gcc.gnu.org>
10518         * Makefile.tpl: Use shared multilib.out.  Use move-if-change for it.
10519         Convert (cd foo; make) to (cd foo && make).  Clean up multilib.out.
10520         * Makefile.in: Regenerate.
10521         * configure.in: Remove unnecessary leftovers.
10523 2002-12-21  Geoffrey Keating  <geoffk@apple.com>
10525         * configure.in (extra_ranlibflags_for_target): New variable.
10526         (*-*-darwin): Add -c to ranlib commands.
10527         * configure (tooldir): Handle extra_ranlibflags_for_target.
10529 2002-12-19  Nathanael Nerode  <neroden@gcc.gnu.org>
10531         * Makefile.tpl: Revert HJL's change.
10532         * Makefile.in: Regenerated.
10533         * configure.in: Put build_prefix before $(BUILD_SUBDIR) here, and
10534         always.
10536 2002-12-19  Andreas Schwab  <schwab@suse.de>
10538         * Makefile.tpl, configure.in: Substitute libstdcxx_incdir.
10539         * Makefile.in: Regenerate.
10541 2002-12-18  H.J. Lu  <hjl@gnu.org>
10543         * Makefile.tpl: Add @build_prefix@ before $(BUILD_SUBDIR).
10544         * Makefile.in: Regenerated.
10546         * configure.in (build_prefix): New. Substitute.
10548 2002-12-18  Nathanael Nerode  <neroden@gcc.gnu.org>
10550         * Makefile.tpl: Don't let real targets depend on phony targets.
10551         * Makefile.in: Regenerate.
10553         * Makefile.tpl (do-info): Depend on maybe-all-texinfo, not all-texinfo.
10554         * Makefile.in: Regenerate.
10556 2002-12-17  Svein E. Seldal  <Svein.Seldal@solidas.com>
10558         * config.sub: Import from master repository
10559         * config.guess: Ditto
10561 2002-12-16  Jason Merrill  <jason@redhat.com>
10563         * Makefile.tpl (all-gcc): Use 'make quickstrap' if there was a
10564         previous 'make bootstrap'.
10565         * Makefile.in: Regenerate.
10567 2002-12-17  Hans-Peter Nilsson  <hp@bitrange.com>
10569         * configure.in (noconfigdirs) [mmix-*-*]: Disable libgloss and gdb.
10571 2002-12-13  Nathanael Nerode  <neroden@gcc.gnu.org>
10573         * configure.in, Makefile.tpl, Makefile.def: Remove tclX.
10574         * Makefile.in: Regenerate.
10576 2002-12-13  Jason Merrill  <jason@redhat.com>
10578         * Makefile.tpl (check-gcc-c++): Renamed from check-c++.  Don't run
10579         library tests.
10580         (check-c++): Just depend on it and check-target-libstdc++-v3.
10581         * Makefile.in: Regenerate.
10583 2002-12-12  Alexandre Oliva  <aoliva@redhat.com>
10585         * Makefile.tpl (configure-target-rda): Depend on $(ALL_GCC_C).
10586         * Makefile.in: Rebuilt.
10588 2002-12-12  Alexandre Oliva  <aoliva@redhat.com>
10590         * Makefile.in (configure-target-rda): Depend on ALL_GCC_C.
10592 2002-12-10  Nathanael Nerode  <neroden@gcc.gnu.org>
10594         * configure: Fix bug put in by gremlins.
10596         * Makefile.tpl: Substitute more autoconfily.
10597         * configure: Substitute more autoconfily.
10598         * Makefile.in: Regenerate.
10600 2002-12-09  Svein E. Seldal  <Svein.Seldal@solidas.com>
10602         * config.sub: Import from master repository
10603         * config.guess: Ditto
10604         * MAINTAINERS: Added Svein Seldal under write after approval
10606 2002-12-08  Andrew Cagney  <ac131313@redhat.com>
10608         * Makefile.tpl (all-sim): Depend on maybe-configure-gdb.
10609         * Makefile.in (all-sim): Ditto.
10611 2002-12-06  DJ Delorie  <dj@redhat.com>
10613         * Makefile.tpl: Change configure dependencies to not have real
10614         targets depend on phony targets.
10616 2002-12-05  Nathanael Nerode  <neroden@gcc.gnu.org>
10618         * configure.in: Revert unintentional change.
10620         * Makefile.tpl: Change dependency for */multilib.out so that
10621         it works when gcc isn't in the tree.
10623         * configure.in: Substitute more.
10624         * configure: Run subconfigures from the Makefile.
10625         * Makefile.tpl: Run subconfigures from the Makefile; add a few
10626         convenience targets.  Make sure gcc isn't rebuilt after bootstrap.
10628 2002-12-05  Gerald Pfeifer  <pfeifer@dbai.tuwien.ac.at>
10630         * MAINTAINERS: Add Christian Ehrhardt under "GNATS only".
10632 2002-12-03  Nathanael Nerode  <neroden@gcc.gnu.org>
10634         * Makefile.tpl: Add targets for configuring host subdirs in Makefile,
10635         and corresponding dependencies.
10636         * Makefile.in: Regenerate.
10638         * configure.in (host_tools): Order binutils, gas and ld for
10639         convenience in running the testsuites.
10641         * Makefile.tpl: Introduce rules to serialize subconfigure runs.
10642         * Makefile.in: Regenerate.
10643         * configure.in: Introduce rules to serialize subconfigure runs.
10645         * configure.in: Introduce BASE_CC_FOR_TARGET.
10646         * Makefile.tpl: Reorganize and comment.  Introduce HOST_CONFIGARGS.
10647         Realize configure-build-* targets.  Realize configure-target-* targets.
10648         * Makefile.in: Regenerate.
10650 2002-12-02  Nathanael Nerode  <neroden@gcc.gnu.org>
10652         * configure: Move gcc_version_trigger stuff from here...
10653         * configure.in: ...to here.
10655         * configure.in: Separate subconfigure options added by this file from
10656         options given by the user.  Add machinery to put args for host
10657         subconfigures into the Makefile.
10659         * Makefile.tpl: Remove 'vault' targets.
10660         * Makefile.tpl: Reorder and comment dependencies.
10661         * Makefile.in: Regenerate.
10663 2002-12-01  Nathanael Nerode  <neroden@gcc.gnu.org>
10664         * configure.in: Fix my broken commit of previous patch. (sigh)
10666 2002-11-28  Geoffrey Keating  <geoffk@apple.com>
10668         * configure.in: Move host-specific darwin noconfigdirs into
10669         the host-specific section.
10671 2002-11-28  Geoffrey Keating  <geoffk@apple.com>
10673         * configure.in: Move host-specific darwin noconfigdirs into
10674         the host-specific section.
10676 2002-11-26  Nathanael Nerode  <neroden@gcc.gnu.org>
10678         * configure: Remove skip-this-dir support.
10679         * Makefile.tpl: Remove skip-this-dir support.
10681         * Makefile.tpl: Remove leftover support for non-autoconfiscated
10682         subdirectories.
10683         * Makefile.in: Regenerate.
10685         * Makefile.tpl: Strip out useless setting of 'dir'.
10686         * Makefile.in: Regenerate.
10688 2002-11-22  Nathanael Nerode  <neroden@gcc.gnu.org>
10690         * configure.in: Fix deeply stupid bug.
10692         * configure.in: Introduce RAW_CXX_FOR_TARGET and simplify embedded
10693         shell code in CXX_FOR_TARGET
10694         * Makefile.def: Introduce raw_cxx.
10695         * Makefile.tpl: Use raw_cxx to select between CXX_FOR_TARGET and
10696         RAW_CXX_FOR_TARGET.
10697         * Makefile.in: Regenerate.
10699 2002-11-21  Nathanael Nerode  <neroden@gcc.gnu.org>
10701         * Makefile.tpl: Remove unnecessary ifs.
10702         * Makefile.in: Regenerate.
10704         * Makefile.tpl: Implement soft dependency machinery.  Maybe-ize
10705         dependencies.  Maybe-ize build-libiberty.  Create dummy install
10706         targets for 'no_install' modules.
10707         * configure: Move GDB_TK substitution to configure.in.  Move
10708         build_modules stuff to configure.in.
10709         * configure.in: Implement soft dependency machinery.  Maybe-ize
10710         GDB_TK, rearrange slightly.  Move build_modules stuff from configure.
10711         * Makefile.in: Regenerate.
10713 2002-11-19  Nathanael Nerode  <neroden@gcc.gnu.org>
10715         * Makefile.tpl: Make all-target, install-target behave similarly
10716         to all, install (only hitting configured targets).  Eliminate
10717         unused macro defintions.
10719         * Makefile.tpl: Add all-gcc: all-build-libiberty dependency when
10720         build != host.
10722         * Makefile.tpl: Add all-gcc: all-libiberty dependency.
10724         * ltcf-c.sh, ltcf-gcj.sh, Makefile.tpl: Correct BUILD/HOST confusion.
10726         * configure.in: Produce lists of subdir targets we're actually
10727         configuring.  Remove references to "dosrel".
10728         * Makefile.tpl: Let configure set which subdir targets are hit.
10729         Remove install-cross; clean up install; remove ALL.  Remove
10730         references to "dosrel".  Remove "EXTRA_TARGET_HOST" hackery.
10731         Autogenerate host module targets.  Remove empty dependency lines
10732         and redundant dependency; rearrange slightly.
10733         * Makefile.def: Add host-side libtermcap, utils.
10735         * Makefile.in: Regenerate.
10737 2002-11-19  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
10739         * ltconfig (osf[345]): Append $major to soname_spec.
10740         Reflect this in library_names_spec.
10741         * ltmain.sh (osf): Prefix $major with . for use as extension.
10743 2002-11-19  Andreas Jaeger  <aj@suse.de>
10745         * libtool.m4 (libtool_flags): Add patch from libtool CVS: Support
10746         linking of 32-bit libraries with ld on the x86-64, ppc64, s390x
10747         and sparc64 GNU/Linux systems.
10749 2002-11-19  Nathan Sidwell  <nathan@codesourcery.com>
10751         * MAINTAINERS: Update email.
10753 2002-11-18  Gerald Pfeifer  <pfeifer@dbai.tuwien.ac.at>
10755         * MAINTAINERS: Complete James Dennett's entry.
10757 2002-11-15  Eric Botcazou  <ebotcazou@libertysurf.fr>
10759         * MAINTAINERS (Write After Approval): Add myself.
10761 2002-11-13  Bruce Korb  <bkorb@gnu.org>
10763         * Makefile.tpl: syntactic cleanup
10765 2002-11-13  Stuart Hastings  <stuart@apple.com>
10767         * MAINTAINERS: Add myself to write-after-approval list.
10769 2002-11-12  Nathanael Nerode  <neroden@gcc.gnu.org>
10771         * Makefile.def: Add list of recursive targets to autogenerate.
10772         Add build_modules.
10773         * Makefile.tpl: Autogenerate do-* targets.  Autogenerate *-target-*
10774         targets.  Autogenerate *-build-* targets.
10775         * Makefile.in: Regenerate.
10777 2002-11-12  Nathanael Nerode  <neroden@gcc.gnu.org>
10779         * configure: More autoconf-style substitutions.
10780         * Makefile.tpl: More autoconf-style substitutions.
10781         * Makefile.in: Regenerate.
10783 2002-11-11  Nathanael Nerode  <neroden@gcc.gnu.org>
10785         * configure: Substitute more variables in a more autoconf-friendly
10786         way.  Simplify slightly.
10787         * Makefile.tpl: Make more variables substitutable in an
10788         autoconf-friendly way.
10789         * Makefile.in: Regenerate.
10791 2002-11-11  Jonathan Wakely  <redi@gcc.gnu.org>
10793         * MAINTAINERS (Write After Approval): Add myself.
10795 2002-11-10  Nathanael Nerode  <neroden@gcc.gnu.org>
10797         * configure.in (v810*): Remove special setting of tools.
10799         * configure: Add support for extra required flags for ar or nm.
10800         * configure.in (aix4.3+): Use above support for target-specific
10801         issues, rather than using config/mt-aix43.
10803 2002-11-09  Nathanael Nerode  <neroden@gcc.gnu.org>
10805         * configure: Remove 'removing', which doesn't work.  Replace $subdir
10806         with . everywhere.  Replace $subdirs with ''.  Replace $makesrcdir
10807         with $srcdir.  Reformat indentation.  Substitute some variables
10808         formerly hard-coded in the Makefile for build=host.
10809         * Makefile.tpl: Autogenerate more; make more autoconf-friendly.
10810         * Makefile.def: Autogenerate more.
10811         * Makefile.in: Regenerate.
10813 2002-11-04  Adam Nemet  <anemet@lnxw.com>
10815         * MAINTAINERS (Write After Approval): Add myself.
10817 2002-11-04  Kevin Buettner  <kevinb@redhat.com>
10819         * Makefile.def (host_modules): Add rda.
10820         * Makefile.in: Regenerate.
10821         * configure.in (target_tool): Add target-rda to list.
10823 2002-10-28  Gerald Pfeifer  <pfeifer@dbai.tuwien.ac.at>
10825         * MAINTAINERS: Remove "co-maintainer" note for web pages.
10827 2002-10-25  Phil Edwards  <pme@gcc.gnu.org>
10829         * Makefile.tpl (bootstrap):  Add bubblestrap, quickstrap, cleanstrap,
10830         and restrap targets to this rule.
10831         * Makefile.in:  Regenerate.
10833 2002-10-25  Gerald Pfeifer  <pfeifer@dbai.tuwien.ac.at>
10835         * MAINTAINERS: Add Wolfgang Bangerth and Volker Reichelt under
10836         GNATS only accounts.
10838 2002-10-24  Hans-Peter Nilsson  <hp@bitrange.com>
10840         * configure.in (i[3456]86-*-linux*): Add check to disable
10841         ${libgcj} for glibc1.
10843 2002-10-24  Denis Chertykov  <denisc@overta.ru>
10845         * MAINTAINERS: Add myself as ip2k port maintainer.
10847 2002-10-07  Svein E. Seldal  <Svein.Seldal@solidas.com>
10849         * configure.in: Add tic4x target.
10851 2002-10-03  Nathanael Nerode  <neroden@gcc.gnu.org>
10853         * Makefile.tpl: Make SET_LIB_PATH substitution more autoconfy.
10854         * configure.in: Make SET_LIB_PATH substitution more autoconfy.
10855         * Makefile.in: Regenerate.
10857         * Makefile.tpl: Make RPATH_ENVVAR substitution more autoconfy.
10858         * configure.in: Make RPATH_ENVVAR substitution more autoconfy.
10859         * Makefile.in: Regenerate.
10861 2002-10-02  Janis Johnson  <janis187@us.ibm.com>
10863         * MAINTAINERS: Add myself as web pages co-maintainer.
10865 2002-10-02  Nathanael Nerode  <neroden@gcc.gnu.org>
10867         * Makefile.tpl: Eliminate reference to all-gui, all-libproc.
10868         * Makefile.in: Regenerate.
10870 2002-10-02  Zack Weinberg  <zack@codesourcery.com>
10872         * MAINTAINERS: Add myself and Nathan Sidwell
10873         <nathan@codesourcery.com> as VxWorks maintainers.
10875 2002-10-02  Nathanael Nerode  <neroden@gcc.gnu.org>
10877         * Makefile.def: Remove order dependency comments.
10878         * Makefile.tpl: Add explicit install-install dependencies.
10879         * Makefile.in: Regenerate.
10881         * Makefile.tpl: Remove material now in src-release.  (Finally!)
10882         * Makefile.in: Regenerate.
10884         * Makefile.tpl: Add configure-target (for src-release in src)
10885         * Makefile.in: Regenerate.
10887 2002-09-30  Nick Clifton  <nickc@redhat.com>
10889         * Makefile.in (BINUTILS_SUPPORT_DIRS): Add cpu directory.
10891 2002-09-30  Ulrich Weigand  <uweigand@de.ibm.com>
10893         * configure.in (s390*-*-linux*): Enable libgcj.
10895 2002-09-29  Nathanael Nerode  <neroden@gcc.gnu.org>
10897         * configure: Revert accidentally applied changes.
10899         * Makefile.tpl: Make more autoconf-friendly.
10900         * Makefile.in: Regenerate.
10901         * configure: Make substitution more autoconf-like.
10903 2002-09-28  Richard Earnshaw  <rearnsha@arm.com>
10905         * configure.in (arm-*-coff, strongarm-*-coff, xscale-*-coff): Use a
10906         single entry to handle all these.
10907         (arm-*-elf, strongarm-*-elf, xscale-*-elf): Likewise.  Also enable
10908         libjava on arm-*-elf.
10910 2002-09-27  Geoffrey Keating  <geoffk@apple.com>
10912         * configure.in (powerpc-*-darwin*): Don't configure BFD, TK, or the
10913         things that depend on them.
10915 2002-09-25  Nathanael Nerode  <neroden@gcc.gnu.org>
10917         * Makefile.tpl: Make subsituted variables more autoconfy.
10918         * Makefile.in: Regenerate.
10919         * configure: Make seds more autoconfy.
10921 2002-09-25  Nathanael Nerode  <neroden@gcc.gnu.org>
10923         * Makefile.tpl: Rewrite substituted lines to look autoconfy.
10924         * Makefile.in: Regenerate.
10925         * configure.in: Rewrite sed statements to look autoconfy.
10927         * Makefile.tpl: Autogenerate *-target-* lists, dependencies of
10928         all-target-foo on configure-target-foo.
10929         * Makefile.def: Ditto.
10930         * Makefile.in: Rebuild.
10932 2002-09-25  Andrew Haley  <aph@redhat.com>
10934         * MAINTAINERS: Add aph@redhat.com as Java maintainer.
10936 2002-09-22  Nathanael Nerode  <neroden@gcc.gnu.org>
10938         * Makefile.def: New file.
10939         * Makefile.tpl: New file.
10940         * Makefile.in: Generate from Makefile.tpl with 'autogen Makefile.def'.
10941         * contrib/gcc_update: Note that Makefile.in is a generated file.
10943         * configure.in: Minor rearrangement.  Simplify tests.
10945 2002-09-22  Jason Thorpe  <thorpej@wasabisystems.com>
10947         * configure.in (with_headers): Skip copy if value is "yes".
10948         (with_libs): Likewise.
10950 2002-09-20  Nathanael Nerode  <neroden@gcc.gnu.org>
10952         * configure.in (*-*-netbsd*): Use noconfigdirs, not skipdirs.
10953         * configure.in (sh*-*-pe*): Ditto.
10954         * configure.in (mips*-*-pe*): Ditto.
10955         * configure.in (*arm-wince-pe): Ditto.
10957         * configure.in: Rearrange.
10959 2002-09-14  Kazu Hirata  <kazu@cs.umass.edu>
10961         * MAINTAINERS: Update my email address.
10963 2002-08-30  Paul Koning  <pkoning@equallogic.com>
10965         * MAINTAINERS: (Write After Approval): Add myself.
10967 2002-08-29  Geoffrey Keating  <geoffk@redhat.com>
10969         * MAINTAINERS: Update Jason Eckhardt's address, remove i860.
10971 2002-08-24  Geoffrey Keating  <geoffk@redhat.com>
10973         * MAINTAINERS: Change my mailing address.
10975 2002-08-21  Paolo Carlini  <pcarlini@unitus.it>
10977         * MAINTAINERS (Write After Approval): Remove myself.
10978         (Various Maintainers: c++ runtime libs): Add myself.
10980 2002-08-20  Loren J. Rittle  <ljrittle@acm.org>
10982         * MAINTAINERS (Write After Approval): Remove myself.
10983         (Various Maintainers: c++ runtime libs): Add myself.
10985 2002-08-15  Eric Christopher  <echristo@redhat.com>
10987         * config.sub: Import from master repository.
10988         * config.guess: Ditto.
10990 2002-08-19  Alexandre Oliva  <aoliva@redhat.com>
10992         * Makefile.in (GCC_FOR_TARGET): Prepend STAGE_CC_WRAPPER.
10993         * configure.in (CC_FOR_TARGET, GCJ_FOR_TARGET, CXX_FOR_TARGET,
10994         CXX_FOR_TARGET_FOR_RECURSIVE_MAKE): Likewise.
10996 2002-08-16  Aldy Hernandez  <aldyh@redhat.com>
10998         * MAINTAINERS: Add self to rs6000 vector extensions.
11000 2002-08-15  Alexandre Oliva  <aoliva@redhat.com>
11002         * libiberty/configure: Reverted unintended yesterday's check in.
11004 2002-08-14  Alexandre Oliva  <aoliva@redhat.com>
11006         * boehm-gc/configure, libf2c/configure: Rebuilt.
11007         * libffi/configure, libiberty/configure: Ditto.
11008         * libjava/configure, libobjc/configure: Ditto.
11009         * libstdc++-v3/configure, zlib/configure: Ditto.
11010         Merged from binutils:
11011         2002-01-27  Daniel Jacobowitz  <drow@mvista.com>
11012         From Steve Ellcey <sje@cup.hp.com>:
11013         * libtool.m4 (HPUX_IA64_MODE): Set to 32 or 64 based on ABI.
11014         (lt_cv_deplibs_check_method, lt_cv_file_magic_cmd,
11015         lt_cv_file_magic_test_file): Set to appropriate values for HP-UX
11016         IA64.
11017         * ltcf-c.sh (archive_cmds, hardcode_*): Ditto.
11018         * ltconfig (shlibpath_*, dynamic_linker, library_names_spec,
11019         soname_spec, sys_lib_search_path_spec): Ditto.
11021 2002-08-06  Federico G. Schwindt  <fgsch@olimpo.com.br>
11023         * configure.in (hppa*-*-openbsd*): Treat like hppa*-*-*elf*.
11025 2002-08-04  H.J. Lu  (hjl@gnu.org)
11027         * configure.in (mips*-*-linux*): Don't skip target-libffi.
11029 2002-08-02  Krister Walfridsson  <cato@df.lth.se>
11031         * MAINTAINERS (Write After Approval): Add myself.
11033 2002-07-31  Alan Modra  <amodra@bigpond.net.au>
11035         * configure.in: Move generic linux case to end.  Copy generic
11036         linux noconfigdirs to mips*-*-linux* entry and new
11037         powerpc64*-*-linux* entry.  Add target-libffi for the latter.
11039 2002-07-19  Michael Matz  <matz@suse.de>
11041         * MAINTAINERS: Add myself as ra* maintainer.
11043 2002-07-16  Chris Demetriou  <cgd@broadcom.com>
11045         * config.guess: Update to 2002-07-09 version.
11046         * config.sub: Update to 2002-07-03 version.
11048 2002-07-15  Hans-Peter Nilsson  <hp@bitrange.com>
11050         * MAINTAINERS: Fix typo in a maintainer email address.
11052 2002-07-11  Nathanael Nerode  <neroden@gcc.gnu.org>
11054         * configure.in: Remove two redundant tests.
11056 2002-07-11  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
11058         * configure.in (mips*-*-irix6*o32): Enable stabs.
11060 2002-07-08  Nathanael Nerode  <neroden@gcc.gnu.org>
11062         * configure.in: Don't build grez.
11063         * Makefile.in: Ditto.
11065         * Makefile.in: Remove references to bsp, cygmon, libstub.
11066         * configure.in: Ditto.
11068         * configure.in: Remove leftover reference to gdbtest.
11070 2002-07-08  Phil Edwards  <pme@gcc.gnu.org>
11072         * configure.in (gxx_include_dir):  Change to match versioned
11073         C++ headers if --enable-version-specific-runtime-libs is used.
11075 2002-07-04  Steve Ellcey  <sje@cup.hp.com>
11077         * ltcf-cxx.sh (hpux*): Modify to support ia64-*-hpux*.
11079 2002-07-03  Nathanael Nerode  <neroden@gcc.gnu.org>
11081         * configure.in: Make --without-x work.
11083 2002-07-02  Nathanael Nerode  <neroden@gcc.gnu.org>
11085         * configure.in: Rearrange target Makefile fragment collection.
11087         * Makefile.in: Don't try to build gdbtest, tgas, ispell, inet, or
11088         cvs[src].
11089         * configure.in: Ditto.
11091 2002-07-01  Matt Kraai  <kraai@alumni.cmu.edu>
11093         * MAINTAINERS (Write After Approval): Update my e-mail address.
11095 2002-06-24  Ben Elliston  <bje@redhat.com>
11097         * configure.in (host_tools): Remove cgen.
11099         * Makefile.in (all-cgen): Remove; runs from its source directory.
11100         (check-cgen, install-cgen, clean-cgen): Likewise.
11101         (all-opcodes): Do not depend on all-cgen.
11102         (all-sim): Likewise.
11104 2002-07-01  Nathanael Nerode  <neroden@gcc.gnu.org>
11106         * Makefile.in: Eliminate 'apache' targets.
11107         * configure.in: Eliminate 'apache' targets.
11109         * configure.in: Eliminate redundant tests.  Reorganize.
11111         * Makefile.in: Eliminate last reference to LIBGCC1_TEST.
11113         * config-ml.in: Eliminate references to Cygnus configure.
11115         * Makefile.in: Eliminate references to building emacs.
11117 2002-06-28  Graham Stott  <graham.stott@btinternet.com>
11119         * MAINTAINERS: Update my email address.
11121 2002-06-26  Benjamin Kosnik  <bkoz@redhat.com>
11123         * config.if (libstdcxx_incdir): Version C++ headers.
11124         (cxx_incdir): Remove.
11126 2002-06-25  Nathanael Nerode  <neroden@gcc.gnu.org>
11128         * MAINTAINERS (Write After Approval): Add self.
11130 Thu Jun 20 00:35:14 2002  Denis Chertykov  <denisc@overta.ru>
11132         * configure.in: Add support for ip2k.
11134 2002-06-22  Nathanael Nerode  <neroden@twcny.rr.com>
11136         * configure.in: Fix AIX configury bug.
11138 2002-06-20  Steve Ellcey  <sje@cup.hp.com>
11140         * MAINTAINERS (Write After Approval): Add self.
11142 2002-06-19  Nathanael Nerode  <neroden@twcny.rr.com>
11144         * configure.in: replace ${topsrcdir} with ${srcdir}
11146         * configure.in: Move definition of libstdcxx_flags
11147         right above usage, rather than waaay earlier.
11149         * configure.in: Pull definition of is_cross_compiler earlier.
11151         * configure.in: Rearrange a little.
11153         * configure.in: Remove references to librx.
11154         * Makefile.in: Remove references to librx.
11156 Tue Jun 18 22:37:35 2002  Denis Chertykov  <denisc@overta.ru>
11158         * config.sub: Add support for avr target.
11159         Import from master sources, rev 1.255
11161 2002-06-19  Phil Edwards  <pme@gcc.gnu.org>
11163         * configure, .cvsignore:  Revert previous change...
11164         * Makefile:  ...delete.
11166 2002-06-19  Nathanael Nerode  <neroden@twcny.rr.com>
11168         * configure.in: Eliminate ${gasdir} variable.
11170 2002-06-18  Dave Brolley  <brolley@redhat.com>
11172         * configure.in: Add support for frv.
11173         * config.sub: Add support for frv.
11175 2002-06-18  Phil Edwards  <pme@gcc.gnu.org>
11177         * configure:  Remove garbage from previous commit.
11179 2002-06-18  Phil Edwards  <pme@gcc.gnu.org>
11181         * configure:  For in-source builds, make a subdir and re-exec there.
11182         * Makefile:  New file.  Pass targets through to build directory.
11183         * .cvsignore:  No longer ignore "Makefile".
11185 2002-06-16  Douglas Rupp  <rupp@gnat.com>
11187         * MAINTAINERS (Write After Approval): Add self.
11189 2002-06-11  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
11191         * Makefile.in (CFLAGS_FOR_TARGET): Add -O2.
11193 2002-06-08  Jason Thorpe  <thorpej@wasabisystems.com>
11195         * configure.in (vax-*-netbsd*): Re-enable gas.
11197 2002-05-31  Nathanael Nerode  <neroden@twcny.rr.com>
11199         * Makefile.in: Replace HOST_PREFIX, HOST_PREFIX_1 with BUILD_PREFIX,
11200         BUILD_PREFIX_1, to correct nomenclature.
11201         * configure: Likewise.
11203         * Makefile.in: Eliminate version-specific references to tcl8.1, tk8.1.
11204         * configure.in: Eliminate version-specific references to tcl8.1, tk8.1.
11206 2002-05-31  Olaf Hering  <olh@suse.de>
11208         * config-ml.in: Propogate DESTDIR also.
11210 2002-05-29  Jason Thorpe  <thorpej@wasabisystems.com>
11212         * configure.in (vax-*-netbsd*): Don't build gas for this
11213         platform.
11215 2002-05-28  Marek Michalkiewicz  <marekm@amelek.gda.pl>
11217         * configure.in (noconfigdirs): Don't compile libiberty, libstdcxx
11218         and libgcj for AVR.
11220 2002-05-23  Kaz Kojima  <kkojima@gcc.gnu.org>
11222         * MAINTAINERS (Write After Approval): Add myself.
11224 2002-05-22  Jason Thorpe  <thorpej@wasabisystems.com>
11226         * config.guess: Update to 2002-05-22 version.
11227         * config.sub: Likewise.
11229 2002-05-16  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
11231         * Makefile.in: Allow for PWDCMD to override hardcoded pwd.
11232         * config-ml.in: Likewise.
11233         * configure: Likewise.
11234         * configure.in: Likewise.
11236 2002-05-16  Stephane Carrez  <stcarrez@nerim.fr>
11238         * MAINTAINERS: Update my email address.
11240 2002-05-13  Nathanael Nerode  <neroden@twcny.rr.com>
11242         * configure.in: Simplify makefile fragment collection.
11244         * configure.in: Remove code to build emacs.
11246         * configure.in : Remove --srcdir argument from targargs and buildargs
11247         (it's always overridden in the Makefile anyway).  Rearrange a bit.
11249         * configure: Move some logic to configure.in.
11250         * configure.in: Move some logic from configure.
11252 2002-05-11  Tom Tromey  <tromey@redhat.com>
11254         * MAINTAINERS: Reflect libgcj reality.
11256 2002-05-09  Federico G. Schwindt  <fgsch@olimpo.com.br>
11258         * Makefile.in: Honour DESTDIR.
11260 2002-05-08  Mark Mitchell  <mark@codesourcery.com>
11262         * config.guess: Import 2002-03-20 version.
11263         * config.sub: Import 2002-04-26 version.
11265 2002-05-08  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
11267         * config-ml.in: Allow for PWDCMD to determine ML_POPDIR.
11269 2002-05-07  Tim Josling  <tej@melbpc.org.au>
11271         * MAINTAINERS: Add self.
11273 2002-05-06  Loren J. Rittle  <ljrittle@acm.org>
11275         * ltmain.sh: Detect and handle object name conflicts
11276         while piecewise linking a static library.
11278 2002-05-05  Alexandre Oliva  <aoliva@redhat.com>
11280         * configure.in (noconfigdirs): Don't disable libgcj on
11281         sparc64-*-solaris* and sparcv9-*-solaris*.
11283 2002-05-03  Alexandre Oliva  <aoliva@redhat.com>
11285         * configure.in: Revert 2002-04-18's patch; fixed in libjava.
11287 2002-05-03  Thomas Fitzsimmons  <fitzsim@redhat.com>
11289         * configure.in (FLAGS_FOR_TARGET): Do not add
11290         -B$$r/$(TARGET_SUBDIR)/newlib/ when compiling newlib natively
11291         on i[3456]86-*-linux*.
11293 2002-05-01  Thomas Fitzsimmons  <fitzsim@redhat.com>
11295         * configure.in (noconfigdirs): Replace [ ] with test.
11297         * configure.in (noconfigdirs): Do not add target-newlib if
11298         target == i[3456]86-*-linux*, and host == target.
11300 2002-04-29  Nathanael Nerode  <neroden@doctormoo.dyndns.org>
11302         * configure.in: delete reference to absent file
11304         * configure.in: replace '[' with 'test'
11306         * configure.in: Eliminate references to gash.
11307         * Makefile.in: Eliminate references to gash.
11309         * configure.in: remove useless references to 'pic' makefile fragments.
11311         * configure.in: (*-*-windows*) Finish removing.
11313         * configure.in: Eliminate redundant test for libgui.
11315 2002-04-29  Roger Sayle  <roger@eyesopen.com>
11317         * MAINTAINERS: Add self and realphabetize.  Update entries
11318         for Dan Berlin, Chris Demetriou and Michael Matz.  Remove
11319         entry for a29k port maintainer.
11321 2002-04-26  Joel Sherrill  <joel@OARcorp.com>
11323         * configure.in (h8300*-*-rtems*): Disable libf2c and libgcj.
11324         (sparc-*-elf*, sparc64-*-elf*): Disable libgcj.
11326 2002-04-19  Nathanael Nerode  <neroden@twcny.rr.com>
11328         * configure.in: remove references to dead files
11330 2002-04-19  Mark Mitchell  <mark@codesourcery.com>
11332         * MAINTAINERS: Add information about purpose of this file.
11334 2002-04-18  Tom Tromey  <tromey@redhat.com>
11336         * configure.in: Disallow configuring libgcj when it is already
11337         installed and we're using Solaris 2.8 linker.  Do enable libgcj on
11338         Solaris 2.8 by default.  For PR libgcj/6158.
11340 2002-04-17  Nathanael Nerode  <neroden@twcny.rr.com>
11342         * configure.in:  Move default CC setting out of config/mh-* fragments
11343         directly into here.
11345 2002-04-17  Nathanael Nerode  <neroden@twcny.rr.com>
11347         * configure.in: don't even try to configure or make a subdirectory
11348         if there's no configure script for it.
11350 2002-04-15  Mark Mitchell  <mark@codesourcery.com>
11352         * MAINTAINERS: Remove chill maintainers.
11353         * Makefile.in (CHILLFLAGS): Remove.
11354         (CHILL_LIB): Remove.
11355         (TARGET_CONFIGDIRS): Remove libchill.
11356         (CHILL_FOR_TARGET): Remove.
11357         (BASE_FLAGS_TO_PASS): Don't pass CHILLFLAGS, CHILL_FOR_TARGET, or
11358         CHILL_LIB.
11359         (CONFIGURE_TARGET_MODULES): Remove configure-target-libchill.
11360         (CHECK_TARGET_MODULES): Likewise.
11361         (INSTALL_TARGET_MODULES): Likewise.
11362         (CLEAN_TARGET_MODULES): Likewise.
11363         (configure-target-libchill): Remove.
11364         (all-target-libchill): Remove.
11365         * configure.in (target_libs): Remove target-libchill.
11366         Do not compute CHILL_FOR_TARGET.
11367         * libchill: Remove directory.
11369 2002-04-11  DJ Delorie  <dj@redhat.com>
11371         * Makefile.in, configure.in: Sync with binutils, entries
11372         follow...
11374 2002-04-07  Andrew Cagney  <ac131313@redhat.com>
11376         * Makefile.in (do-tar-bz2): Delete rule.  Replace with ...
11377         (do-tar, do-bz2): New rules.
11378         (taz): Update.  Replace do-tar-bz2 with do-tar and do-bz2.
11379         (gdb-tar): New rule.
11380         (gdb-taz): Rewrite.  Use gdb-tar and do-bz2.
11381         (insight_dejagnu.tar): New rule.
11382         (insight.tar): New rule.
11383         (gdb+dejagnu.tar): New rule.
11384         (gdb.tar): New rule.
11386 2002-02-01  Mo DeJong  <supermo@bayarea.net>
11388         * Makefile.in: Add all-tix to deps for all-snavigator
11389         so that tix is built when building snavigator.
11391 2002-01-11  Steve Ellcey  <sje@cup.hp.com>
11393         * configure.in (ia64*-*-hpux*): New target for IA64 HP-UX,
11394         ld and gdb are not supported.
11396 2002-01-07  Mark Salter  <msalter@redhat.com>
11398         * configure.in: Remove target-bsp and target-cygmon from arm builds.
11399         Allow target-libgloss to be built for arm, strongarm, and xscale.
11401 2001-12-13  Thomas Fitzsimmons  <fitzsim@redhat.com>
11403         * configure.in (FLAGS_FOR_TARGET): Remove -nostdinc and -isystem
11404         options for i[3456]86-pc-linux* native builds.
11406 2001-11-20  Nick Clifton  <nickc@cambridge.redhat.com>
11408         * Makefile.in (do-proto-toplev): Use msgfmt to generate .gmo
11409         files from .po files for a distribution.
11411 2001-09-03  Jeff Holcomb  <jeffh@redhat.com>
11413         * configure.in: Enable libstdc++-v3 for h8300 targets.
11415 2001-06-19  Alan Modra  <amodra@bigpond.net.au>
11417         * Makefile.in (VER): If AM_INIT_AUTOMAKE uses BFD_VERSION, get
11418         version from bfd/.
11420 Fri Jun  8 11:14:02 2001  Andrew Cagney  <cagney@b1.cygnus.com>
11422         * Makefile.in (VER): When present, extract the version number from
11423         the file version.in.
11425 2001-05-24  Tom Rix  <trix@redhat.com>
11427         * configure.in : enable ld for aix
11429 2001-02-09  Martin Schwidefsky  <schwidefsky@de.ibm.com>
11431         * config.guess: Add linux target for S/390.
11433 2000-11-07  Philip Blundell  <pb@futuretv.com>
11435         * Makefile.in (ETC_SUPPORT): Also add configbuild.* and configdev.*.
11437 2000-11-03  Philip Blundell  <pb@futuretv.com>
11439         * Makefile.in (ETC_SUPPORT): Add configure.texi and associated info
11440         files.
11442 2001-01-15  Ben Elliston  <bje@redhat.com>
11444         * configure.in (host_tools): Add sid.
11445         Always configure cgen.
11447 2000-11-24  Nick Clifton  <nickc@redhat.com>
11449         * configure.in (c4x, c5x, tic54x): Move after ARM targets.
11451 2000-08-20  Doug Evans  <dje@casey.transmeta.com>
11453         * Makefile.in (ALL_MODULES): Add all-cgen.
11454         (CROSS_CHECK_MODULES,INSTALL_MODULES,CLEAN_MODULES): Similarily.
11455         (all-cgen): New target.
11456         (all-opcodes,all-sim): Depend on all-cgen.
11457         * configure.in (host_tools): Add cgen.
11458         Only configure cgen if --enable-cgen-maint.
11460 2002-04-09  Loren J. Rittle  <ljrittle@acm.org>
11462         * configure.in: Add *-*-freebsd* configurations.
11464 2002-04-08  Tom Tromey  <tromey@redhat.com>
11466         * configure.in: Add FLAGS_FOR_TARGET to GCJ_FOR_TARGET.
11467         Fixes PR libgcj/6068.
11469 2002-03-30  Krister Walfridsson  <cato@df.lth.se>
11471         * configure.in (i*86-*-netbsdelf*): Don't disable libgcj.
11473 2002-03-27  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
11475         * configure.in (alpha*-dec-osf*): Enable libgcj.
11477 2003-03-27  Matthew Gingell  <gingell@gnat.com>
11479         * MAINTAINERS (Write After Approval): Add myself.
11481 2002-03-24  Nick Clifton  <nickc@cambridge.redhat.com>
11483         Fix for: PR bootstrap/3591, target/5676
11484         * configure.in (mcore-pe): Disable the configuration of
11485         libstdc++-v3 since exceptions are not supported.
11487 2002-03-20  Anthony Green  <green@redhat.com>
11489         * configure.in: Enable libgcj for xscale-elf target.
11491 Tue Mar 19 09:05:08 2002  J"orn Rennecke  <joern.rennecke@superh.com>
11493         * MAINTAINERS:  Update my email address.
11495 2002-03-16  Alexandre Oliva  <aoliva@redhat.com>
11497         * ltmain.sh (relink_command): Fix typo in previous change.
11499 2002-03-15  Alexandre Oliva  <aoliva@redhat.com>
11501         * ltmain.sh (taglist): Initialized.  Don't let `CC' tag out of it.
11502         (relink_command): Added --tag flags.
11503         (mode=install): If relinking fails; error out.
11505 2002-03-12  Richard Henderson  <rth@redhat.com>
11507         * Makefile.in (NOTPARALLEL): New.  Use it instead of explicit
11508         .NOTPARALLEL tag.
11509         (do-check): Rename from check.
11510         (check): Allow parallel check.
11512 2002-03-12  Bob Wilson  <bob.wilson@acm.org>
11514         * MAINTAINERS: Add myself as maintainer for xtensa port.
11515         Fix alphabetical order in CPU port maintainer list.
11516         Remove myself from Write After Approval list.
11518 2002-03-11  Richard Henderson  <rth@redhat.com>
11520         * Makefile.in (.NOTPARALLEL): Add fake tag.
11522 2002-03-07  H.J. Lu  (hjl@gnu.org)
11524         * configure.in: Enable gprof for mips*-*-linux*.
11526 2002-03-05  Danny Smith  <dannysmith@users.sourceforge.net>
11528         * MAINTAINERS (Write After Approval): Add myself.
11530 2002-02-28  Alexandre Oliva  <aoliva@redhat.com>
11532         * configure.in (libstdcxx_flags): Don't add libstdc++-v3 flags for
11533         libjava.
11534         (CXX_FOR_TARGET): Explain why -shared-libgcc here.
11536 2002-02-23  Alexandre Oliva  <aoliva@redhat.com>
11538         * Makefile.in (MAKEINFO): Don't assume makeinfo will be built just
11539         because its Makefile is there; test for the executable instead.
11541 2002-02-22  Alexandre Oliva  <aoliva@redhat.com>
11543         * configure.in (CXX_FOR_TARGET): Add -shared-libgcc for
11544         libstdc++-v3 and libjava.
11546 2002-02-11  Adam Megacz  <adam@xwt.org>
11548         * gcc/Makefile.in: Removed libstdc++-v3 dependancy for libjava and
11549         boehm-gc
11551 2002-02-09  Alexandre Oliva  <aoliva@redhat.com>
11553         * config.guess: Updated to 2002-01-30's version.
11554         * config.sub: Updated to 2002-02-01's version.
11555         Contribute sh64-elf.
11556         2000-12-01  Alexandre Oliva  <aoliva@redhat.com>
11557         * configure.in: Added sh64-*-*.
11559 2002-02-08  Chris Demetriou  <cgd@broadcom.com>
11561         * MAINTAINERS: Belatedly add myself to write after approval list.
11563 Thu Feb  7 12:40:58 CET 2002  Jan Hubicka  <jh@suse.cz>
11565         * MAINTAINERS: Put self in as maintainer for x86-64 port.
11566         Remove self as Write After Approval.
11568 2002-01-31  Geoffrey Keating  <geoffk@redhat.com>
11570         * MAINTAINERS: Put self in as maintainer for contrib/regression
11571         directory.
11573 2002-01-28  Phil Edwards  <pme@gcc.gnu.org>
11575         * MAINTAINERS:  Update my email address.
11577 2002-01-26  Jason Thorpe  <thorpej@wasabisystems.com>
11579         * configure.in (*-*-netbsd*): New.  Skip target-newlib,
11580         target-libiberty, and target-libgloss.  Skip Java-related
11581         libraries if not supported for NetBSD on target CPU.
11583 2002-01-25  Douglas B Rupp  <rupp@gnat.com>
11585         * install-sh: Use _inst.$$_ for temp file name.
11587 2002-01-24  Jason Thorpe  <thorpej@wasabisystems.com>
11589         * MAINTAINERS (Write After Approval): Move my contact info
11590         from here...
11591         (OS Port Maintainers): ...to here (netbsd).
11593 2002-01-22  Bob Wilson  <bob.wilson@acm.org>
11595         * MAINTAINERS (Write After Approval): Add myself.
11597 2002-01-17  H.J. Lu  <hjl@gnu.org>
11599         * Makefile.in (all-fastjar): Also depend on all-libiberty.
11600         (all-target-fastjar): Also depend on all-target-libiberty.
11602 2002-01-16  H.J. Lu  (hjl@gnu.org)
11604         * config.guess: Import from master sources, rev 1.225.
11605         * config.sub: Import from master sources, rev 1.238.
11607 2002-01-16  Kazu Hirata  <kazu@hxi.com>
11609         * MAINTAINERS (Write After Approval): Remove myself.
11611 2001-12-19  Florian Weimer  <fw@deneb.enyo.de>
11613         * MAINTAINERS (Write After Approval): Add myself.
11615 2001-12-17  Joseph S. Myers  <jsm28@cam.ac.uk>
11617         * MAINTAINERS: Add self as docs co-maintainer.
11619 2001-12-11  Matthias Klose  <doko@debian.org>
11621         * MAINTAINERS (Write After Approval): Add myself.
11623 2001-12-09  Zack Weinberg  <zack@codesourcery.com>
11625         * MAINTAINERS: Update my email address.
11627 2001-12-07  Turly O'Connor  <turly@apple.com>
11628         * MAINTAINERS (Write After Approval): Add myself.
11629         * rs6000.c (rs6000_trampoline_size): Handle ABI_DARWIN case.
11630         (rs6000_initialize_trampoline): Call __trampoline_setup for
11631         ABI_DARWIN too.
11632         * darwin-tramp.asm: New file, implements __trampoline_setup.
11633         * t-darwin (LIB2FUNCS_EXTRA): Include darwin-tramp.asm.
11635 2001-12-07  Paolo Carlini  <pcarlini@unitus.it>
11637         * MAINTAINERS (Write After Approval): Add myself.
11639 Wed Dec  5 07:33:45 2001  Douglas B. Rupp  <rupp@gnat.com>
11641         * configure, configure.in: Use temp file for long sed commands.
11643 2001-12-03  Laurent Guerby  <guerby@acm.org>
11645         * config.sub: Update to version 1.232 on subversion.
11647 2001-12-03  Ben Elliston  <bje@redhat.com>
11649         * MAINTAINERS: Update mail address for config.* patches.
11651 2001-11-27  DJ Delorie  <dj@redhat.com>
11652             Zack Weinberg  <zack@codesourcery.com>
11654         When build != host, create libiberty for the build machine.
11656         * Makefile.in (TARGET_CONFIGARGS, BUILD_CONFIGARGS): Replace
11657         CONFIG_ARGUMENTS.
11658         (ALL_BUILD_MODULES_LIST, BUILD_CONFIGDIRS, BUILD_SUBDIR):
11659         New variables.
11660         (ALL_BUILD_MODULES, CONFIGURE_BUILD_MODULES): New variables
11661         and rules.
11662         (all.normal): Depend on ALL_BUILD_MODULES.
11663         (CONFIGURE_TARGET_MODULES rule): Use TARGET_CONFIGARGS.
11664         (all-build-libiberty): Depend on configure-build-libiberty.
11666         * configure: Calculate and substitute proper value for
11667         ALL_BUILD_MODULES.
11668         * configure.in: Create the build subdirectory.
11669         Calculate and substitute TARGET_CONFIGARGS (formerly
11670         CONFIG_ARGUMENTS); also BUILD_SUBDIR and BUILD_CONFIGARGS (new).
11672 2001-11-26  Ziemowit Laski  <zlaski@apple.com>
11674         * MAINTAINERS (write-after-approval): Add self.
11676 2001-11-17  Craig Rodrigues  <rodrigc@gcc.gnu.org>
11678         * MAINTAINERS (GNATS only accounts): Remove self.
11680 2001-11-14  Hans-Peter Nilsson  <hp@bitrange.com>
11682         * configure.in (noconfigdirs) [h8300*-*-*, h8500-*-*]: Disable
11683         libf2c.
11685 2001-11-12  Craig Rodrigues  <rodrigc@gcc.gnu.org>
11687         * MAINTAINERS (Write After Approval): Add self.
11689 2001-11-12  David O'Brien  <obrien@FreeBSD.org>
11691         * MAINTAINERS: mips and s390 are also CPU ports.
11693 2001-11-12  David O'Brien  <obrien@FreeBSD.org>
11695         * MAINTAINERS: mcore, cris and mmix are also CPU ports.
11697 2001-11-11  David O'Brien  <obrien@FreeBSD.org>
11699         * MAINTAINERS: Alphabetize.
11701 2001-11-09  Kazu Hirata  <kazu@hxi.com>
11703         * MAINTAINERS (Various maintainers: h8 port): Add myself.
11705 2001-11-09  John David Anglin  <dave@hiauly1.hia.nrc.ca>
11707         * MAINTAINERS (Various maintainers: hppa port): Added myself.
11709 2001-11-08  Phil Edwards  <pedwards@disaster.jaj.com>
11711         * configure.in (--enable-languages): Be more permissive about
11712         syntax.  Check for empty lists better.  Warn about $LANGUAGES.
11714 2001-11-08  Geoffrey Keating  <geoffk@redhat.com>
11716         * config.sub: Import from master sources, rev. 1.230.
11717         * MAINTAINERS: Change 'stormy16' to 'xstormy16'.
11719 2001-11-07  Laurent Guerby  <guerby@acm.org>
11721         * MAINTAINERS (Write After Approval): Add self.
11723 2001-11-06  Hans-Peter Nilsson  <hp@bitrange.com>
11725         * Makefile.in (MAKEINFO): Use "missing" for makeinfo older than 4.0.
11727 2001-11-05  Hans-Peter Nilsson  <hp@bitrange.com>
11729         * config.sub: Import from master sources, rev 1.226.
11730         * config.guess: Import from master sources, rev 1.216.
11732 2001-11-03  Hans-Peter Nilsson  <hp@bitrange.com>
11734         * configure.in (noconfigdirs) [mmix-*-*]: Disable libgcj.
11735         * MAINTAINERS: Add self as maintainer of MMIX port.
11736         Remove old after-approval entry.
11738 2001-10-28  Joseph S. Myers  <jsm28@cam.ac.uk>
11740         * ChangeLog, configure: Fix spelling errors.
11742 2001-10-20  Brendan Kehoe  <brendan@zen.org>
11744         * MAINTAINERS: Tweak my address.
11746 Thu Oct 11 21:50:15 2001  J"orn Rennecke  <amylaar@onetel.net.uk>
11748         * MAINTAINERS: Update my email address.
11750 2001-10-11  Hans-Peter Nilsson  <hp@axis.com>
11752         * configure.in (noconfigdirs) [cris-*-*]: Disable libgcj.
11753         * MAINTAINERS: Add self as maintainer of CRIS port.
11755 2001-10-10  Geert Bosch  <bosch@gnat.com>
11757         * MAINTAINERS (Various maintainers: Ada front end):
11758         Added Robert Dewar.
11760 2001-10-03  David Billinghurst  <David.Billinghurst@riotinto.com>
11762         * MAINTAINERS (Write After Approval): Added self
11764 2001-10-02  Geert Bosch  <bosch@gnat.com>
11766         * MAINTAINERS (Various maintainers: Ada front end): Added myself.
11768 2001-10-02  Joseph S. Myers  <jsm28@cam.ac.uk>
11770         * configure: Handle temporary files securely using mkdir.
11772 2001-09-29  Alexandre Oliva  <aoliva@redhat.com>
11774         * Makefile.in (configure-target-gperf): Depend on $(ALL_GCC_CXX).
11776 2001-09-26  Will Cohen  <wcohen@redhat.com>
11778         * configure.in (*-*-linux*): Disable configuration of target-newlib
11779         and target-libgloss.
11781 2001-09-26  Alexandre Oliva  <aoliva@redhat.com>
11783         * Makefile.in (EXTRA_TARGET_FLAGS): Pass RANLIB_FOR_TARGET for
11784         RANLIB.
11786 2001-09-21  Alexandre Oliva  <aoliva@redhat.com>
11788         * Makefile.in (AS_FOR_TARGET, LD_FOR_TARGET,
11789         DLLTOOL_FOR_TARGET, WINDRES_FOR_TARGET, AR_FOR_TARGET,
11790         RANLIB_FOR_TARGET, NM_FOR_TARGET): Don't use double quotes to
11791         avoid quotes nesting problems.
11792         (NATIVE_CHECK_MODULES): Ditto, just for consistency.
11793         (DO_X): Export only variables that are set.
11795 2001-09-19  Ben Elliston  <bje@redhat.com>
11797         * configure.in (sparc-sun-solaris2*): Don't use /usr/bin/which on
11798         Solaris when testing for the /usr/ucb/cc compiler; it has incorrect
11799         semantics.  Use the shell built-in "type" command instead.
11801 2001-08-31  Alexandre Oliva  <aoliva@redhat.com>
11803         Merged from gcc-3_0-branch:
11804         2001-07-30  Jeff Sturm  <jsturm@one-pont.com>
11805         * ltcf-c.sh: Use $objext, not $ac_objext.
11806         2001-07-27  Mark Kettenis  <kettenis@gnu.org>
11807         * ltcf-cxx.sh: Add support for GNU.
11808         2001-07-22  Timothy Wall  <twall@redhat.com>
11809         * ltcf-c.sh: Don't disable shared libraries for AIX5/IA64.  Preserve
11810         default settings if using GNU tools with that configuration.
11811         * ltcf-cxx.sh: Ditto.
11812         * ltcf-gcj.sh: Ditto.
11813         2001-07-21  Michael Chastain  <chastain@redhat.com>
11814         * ltconfig: Set max_cmd_len to a maximum of 512Kb, as it seems some
11815         HPUX 11.0 systems have trouble with 1MB.  Mark as gcc-local.
11816         * ltmain.sh: Mark as gcc-local.
11818 2001-08-30  Eric Christopher  <echristo@redhat.com>
11819             Jason Eckhardt  <jle@redhat.com>
11821         * config.guess: Merge from master sources.
11822         * config.sub: Merge from master sources, add support for mipsisa32.
11824 2001-08-25  Geoffrey Keating  <geoffk@redhat.com>
11825         * config.sub: Merge from master sources, rev 1.219.
11826         * MAINTAINERS: Add self as contact for stormy16 port.
11828 2001-08-14  Zack Weinberg  <zackw@panix.com>
11830         * config.sub: Merge from master sources, rev 1.218.
11831         * config.guess: Merge from master sources, rev 1.209.
11833 2001-08-11  Graham Stott  <grahams@redhat.com>
11835         * Makefile.in (check-c++): Add missing semicolon.
11837 Mon Jul 30 19:24:13 CEST 2001  Jan Hubicka  <jh@suse.cz>
11839         * MAINTAINERS (Various maitainers: predict.def): Added myself.
11841 2001-07-30  Eric Christopher  <echristo@redhat.com>
11843         * MAINTAINERS (Various maintainers: mips port): Added myself.
11845 2001-07-25  Andrew Haley  <aph@cambridge.redhat.com>
11847         * configure.in (sh-*-linux*): New.
11849 2001-07-27  Richard Henderson  <rth@redhat.com>
11851         * .cvsignore: Add LAST_UPDATED.
11853 2001-07-23  Ulrich Weigand  <uweigand@de.ibm.com>
11855         * MAINTAINERS (Various maintainers: s390 port): Added myself.
11857 2001-07-16  Aldy Hernandez  <aldyh@redhat.com>
11859         * config.sub: Fix mips64vr5000el typo in CPU-COMPANY.
11861 Fri Jul 13 14:31:57 2001  Nicola Pero  <nicola@brainstorm.co.uk>
11863         * MAINTAINERS (Write After Approval): Added myself.
11865 2001-07-12  Stephane Carrez  <Stephane.Carrez@worldnet.fr>
11867         * configure.in (noconfigdirs): Don't compile libiberty, libstdcxx
11868         and libgcj on m68hc11/m68hc12.
11870 2001-06-27  H.J. Lu  (hjl@gnu.org)
11872         * Makefile (CFLAGS_FOR_BUILD): New.
11873         (EXTRA_GCC_FLAGS): Add CFLAGS_FOR_BUILD.
11875 2001-06-13  Joseph S. Myers  <jsm28@cam.ac.uk>
11877         * README: Remove version number.
11879 2001-06-13  Gerald Pfeifer  <pfeifer@dbai.tuwien.ac.at>
11881         * INSTALL/README: Update wrt. to the installation instructions now
11882         residing in gcc/doc/install.texi.
11884 2001-06-13  Joseph S. Myers  <jsm28@cam.ac.uk>
11886         * README: Replace with a cut-down and updated version of gcc/README.
11888 2001-06-12  David Edelsohn  <edelsohn@gnu.org>
11890         * config-ml.in (powerpc-*-* | rs6000-*-*): Allow aix64 and pthread
11891         multilibs to be disabled.
11893 2001-06-11  Daniel Berlin  <dan@cgsoftware.com>
11895         * MAINTAINERS (Write After Approval): Add myself.
11897 2001-06-09  Alexandre Oliva  <aoliva@redhat.com>
11899         * config.guess: Import CVS version 1.195.
11900         * config.sub: Import CVS version 1.212.
11902 2001-06-08  Alexandre Oliva  <aoliva@redhat.com>, Jeff Sturm  <jsturm@one-point.com>
11904         * Makefile.in (AS_FOR_TARGET, LD_FOR_TARGET, NM_FOR_TARGET): If
11905         gcc/xgcc is built, use -print-prog-name to find out the program
11906         name to use.
11908 2001-06-04  Phil Edwards  <pme@sources.redhat.com>
11910         * config.guess:  Import CVS version 1.194.  All gcc-local changes
11911         appear to also be in the master copy.
11912         * config.sub:  Import CVS version 1.211.
11914 Mon Jun  4 16:32:53 2001  Mark Mitchell  <mark@codesourcery.com>
11916         * ltcf-c.sh (archive_cmds, archive_expsym_cmds) [solaris,
11917         with_gcc]: Use `gcc -shared' to build a shared library.
11919 Mon Jun  4 16:24:43 2001  John David Anglin  <dave@hiauly1.hia.nrc.ca>
11921         * ltcf-c.sh (archive_cmd) [hpux, with_gcc]: Use gcc to link shared
11922         archives.
11924 Fri Jun  1 18:55:19 2001  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
11926         * MAINTAINERS (Write After Approval): Add myself.
11928 2001-06-01  Hans-Peter Nilsson  <hp@axis.com>
11930         * configure.in (libstdcxx_flags): Do not try to execute
11931         libstdc++-v3/testsuite_flags until it exists.
11933 2001-06-01  Alan Modra  <amodra@bigpond.net.au>
11935         * MAINTAINERS: Update my email address.
11937 2001-05-31  Graham Stott  <grahams@redhat.com>
11939         * MAINTAINERS (Write After Approval): Add myself.
11941 2001-05-28  Simon Patarin  <simon.patarin@inria.fr>
11943         * ltcf-cxx.sh (osf3/osf4/osf5): Support creation of C++  shared
11944         libraries when using g++ with native linker.
11946 2001-05-28  Alexandre Oliva  <aoliva@redhat.com>
11948         * ltconfig, ltmain.sh: Upgrade to libtool 1.4a 1.641.2.256.
11950 2001-05-22  Alexandre Oliva  <aoliva@redhat.com>
11952         * ltcf-cxx.sh (allow_undefined_flag, no_undefined_flag)
11953         [aix4*|aix5*]: Prepend blank.
11955 2001-05-20  Alexandre Oliva  <aoliva@redhat.com>
11957         * ltconfig, ltmain.sh, libtool.m4, ltcf-c.sh, ltcf-cxx.sh,
11958         ltcf-gcj.sh: Upgraded to libtool 1.4a 1.641.2.254.  Rebuilt a number
11959         of subdir/configure scripts to use the new libtool.m4.
11961 2001-05-19  Matt Kraai  <kraai@alumni.carnegiemellon.edu>
11963         * MAINTAINERS (Write After Approval): Add myself.
11965 2001-05-18  Benjamin Kosnik  <bkoz@redhat.com>
11967         * configure.in (libstdcxx_flags): Remove reference to libstdc++.INC.
11969 2001-05-11  Ben Elliston  <bje@redhat.com>
11971         * Makefile.in (all-sid): New target.
11972         (check-sid, clean-sid, install-sid): Likewise.
11974 2001-05-09  Jeffrey Oldham  <oldham@codesourcery.com>
11976         * ltcf-cxx.sh: Add -nostdlib to IRIX 6 archive_cmds.
11978 2001-05-03  Alexandre Oliva  <aoliva@redhat.com>
11980         * configure.in (noconfigdirs) [*-cygwin*, *-mingw*, *-beos]: Disable
11981         libgcj.
11983 2001-05-03  Alexandre Oliva  <aoliva@redhat.com>
11985         * Makefile.in (AS_FOR_TARGET, LD_FOR_TARGET, NM_FOR_TARGET): If
11986         gcc/xgcc is built, use -print-prog-name to find out the program
11987         name to use.
11989 2001-04-26  Alexandre Oliva  <aoliva@redhat.com>
11991         * configure.in (noconfigdirs): Don't reset it from scratch in the
11992         target case; only append to it.
11994         * configure.in (noconfigdirs) [hppa*-*-*, mips*-*-irix6*,
11995         sparc-*-solaris2.8]: Disable ${libgcj}.
11997 2001-04-25  Alexandre Oliva  <aoliva@redhat.com>
11999         * configure.in (libgcj_saved): Copy from $libgcj.
12000         (libgcj): Zero out if --enable-libgcj; add to noconfigdirs is
12001         --disable-libgcj.
12003 2001-04-25  Gavin Romig-Koch  <gavin@redhat.com>
12005         * MAINTAINERS: Remove self as MIPS maintainer and
12006         C front end maintainer.
12008 Mon Apr 23 09:15:03 2001  Anthony Green  <green@redhat.com>
12010         * configure.in: Move *-chorusos target case to the proper switch.
12011         Disable libgcj.
12013 2001-04-12  Alexandre Oliva  <aoliva@redhat.com>
12015         * ltconfig, ltmain.sh, ltcf-cxx.sh: Upgraded to libtool 1.4a
12016         1.641.2.228.
12018 2001-04-13  Franz Sirl  <Franz.Sirl-kernel@lauterbach.com>
12020         * Makefile.in (STAGE1_CFLAGS): Pass down.
12022 2001-04-13  Alan Modra  <amodra@one.net.au>
12024         * config.guess: Add hppa64-linux support.  Note for next import that
12025         this is already in the master file.
12026         * configure.in: Likewise.  Accept `parisc' alias for `hppa'.
12028 2001-04-12  Alexandre Oliva  <aoliva@redhat.com>
12030         * ltconfig, ltmain.sh, libtool.m4, ltcf-c.sh, ltcf-cxx.sh,
12031         ltcf-gcj.sh: Upgraded to libtool 1.4a 1.641.2.226.
12033 2001-04-11  Stan Shebs  <shebs@apple.com>
12035         * MAINTAINERS: Add self as Darwin port maintainer.
12037 2001-04-11  Alan Modra  <amodra@one.net.au>
12039         * MAINTAINERS: Update my email address.
12041 2001-04-10  Loren J. Rittle  <ljrittle@acm.org>
12043         * ltcf-cxx.sh: Support creation of C++ shared libraries on
12044         recent versions of FreeBSD (release 3 or later).
12045         * ltconfig: On FreeBSD, -lc must not be provided when building
12046         a shared library or else the standard -pthread gcc option is
12047         rendered worthless to later users of the built library.
12049 2001-04-06  Joseph S. Myers  <jsm28@cam.ac.uk>
12051         * MAINTAINERS: Add self and RTH as C front end maintainers.
12053 2001-04-05  Alexandre Oliva  <aoliva@redhat.com>
12055         * config.sub: Make sure to match an already-canonicalized
12056         machine name (eg. mn10300-unknown-elf).
12058 2001-04-01  Alexandre Oliva  <aoliva@redhat.com>
12060         * Makefile.in (CXX_FOR_TARGET_FOR_RECURSIVE_MAKE, RECURSE_FLAGS):
12061         New macros.
12062         (bootstrap, cross): Use RECURSE_FLAGS.
12063         * configure.in: Subst CXX_FOR_TARGET_FOR_RECURSIVE_MAKE.
12065 2001-03-27  Alexandre Oliva  <aoliva@redhat.com>
12067         * configure.in (CXX_FOR_TARGET): Use xgcc for libstdc++-v3.
12069 2001-03-22  Colin Howell  <chowell@redhat.com>
12071         * Makefile.in (DO_X): Do not backslash single-quotes in
12072         backquotes (two places).
12074 2001-03-22  Alexandre Oliva  <aoliva@redhat.com>
12076         Re-installed:
12077         2001-01-02  Laurynas Biveinis  <lauras@softhome.net>
12078         * ltcf-c.sh: Clear ac_cv_prog_cc_pic for DJGPP.  Do not add
12079         '-DPIC' to ac_cv_prog_cc_pic for DJGPP.
12080         * ltcf-cxx.sh: Likewise.
12081         * ltcf-gcj.sh: Likewise.
12083 2001-03-22  Gerald Pfeifer  <pfeifer@dbai.tuwien.ac.at>
12085         * MAINTAINERS: Add myself as "documentation co-maintainer".
12087 2001-03-22  Alexandre Oliva  <aoliva@redhat.com>
12089         * ltconfig, ltmain.sh, libtool.m4, ltcf-c.sh, ltcf-cxx.sh,
12090         ltcf-gcj.sh: Upgraded to libtool 1.4a 1.641.2.198.
12092 2001-03-19  Tom Tromey  <tromey@redhat.com>
12094         * config-ml.in: Handle GCJ and GCJFLAGS.
12096 2001-03-21  Michael Chastain  <chastain@redhat.com>
12098         * Makefile.in: all-m4 depends on all-texinfo.
12100 2001-03-20  Loren J. Rittle  <ljrittle@acm.org>
12102         * MAINTAINERS: Add myself to write after approval list.
12104 2001-03-18  Laurynas Biveinis  <lauras@softhome.net>
12106         * Makefile.in (DO_X): Quote nested quotes.
12108 2001-03-18  Alan Modra  <alan@linuxcare.com.au>
12110         * MAINTAINERS: Add myself to write after approval list.
12112 2001-03-15  Laurynas Biveinis  <lauras@softhome.net>
12114         * Makefile.in (DO_X): Use double quotes for quoting
12115         "RANLIB=$${RANLIB}".
12117 2001-03-10  Ovidiu Predescu  <ovidiu@cup.hp.com>
12119         * MAINTAINERS: Added Stan Shebs as new maintainer for Objective-C.
12121 2001-03-09  Nicola Pero  <n.pero@mi.flashnet.it>
12123         * configure.in: Only use `lang_requires' for languages athat are
12124         actually enabled.
12126 2001-03-08  Phil Edwards  <pme@sources.redhat.com>
12128         * MAINTAINERS (C++ runtime libs):  Update and alphabatize.
12130 2001-03-08  Alexandre Oliva  <aoliva@redhat.com>
12132         * Makefile.in (ALL_GCC, ALL_GCC_C, ALL_GCC_CXX): Set before use.
12134 2001-03-07  Tom Tromey  <tromey@redhat.com>
12136         * configure.in: Allow config-lang.in to set `lang_requires' to list
12137         of other required languages.
12139 2001-03-06  Laurynas Biveinis  <lauras@softhome.net>
12141         * Makefile.in: Remove RANLIB definition. Use RANLIB
12142         in RANLIB_FOR_TARGET, EXTRA_HOST_FLAGS, EXTRA_TARGET_FLAGS,
12143         EXTRA_GCC_FLAGS, $(DO_X) targets only when the RANLIB is set.
12145 2001-02-28  Benjamin Kosnik  <bkoz@redhat.com>
12146             Alexandre Oliva  <aoliva@redhat.com>
12148         * Makefile.in (check-c++): Use tabs, not spaces.
12150 2001-02-20  Laurynas Biveinis  <lauras@softhome.net>
12152         * MAINTAINERS: add myself to Write After Approval list.
12154 2001-02-19  Benjamin Kosnik  <bkoz@redhat.com>
12156         * Makefile.in (check-c++): New rule.
12158         * configure.in (target_libs): Remove libg++.
12159         (noconfigdirs): Remove libg++.
12160         (noconfigdirs): Same.
12161         (noconfigdirs): Same.
12162         (noconfigdirs): Same.
12164         * config-ml.in: Remove libg++ references.
12166         * Makefile.in (TARGET_CONFIGDIRS): Remove libio, libstdc++, libg++.
12167         (ALL_TARGET_MODULES): Same.
12168         (configure-target-libg++): Remove.
12169         (all-target-libg++): Remove.
12170         (configure-target-libio): Remove.
12171         (all-target-libio): Remove.
12172         (check-target-libio): Remove.
12173         (.PHONY): Remove.
12174         (libg++.tar.bz2): Remove.
12175         (all-target-cygmon): Remove libio.
12176         (all-target-libstdc++): Remove.
12177         (configure-target-libstdc++): Remove.
12178         (TARGET_LIB_PATH): Remove libstdc++.
12179         (ALL_GCC_CXX): Remove libstdc++.
12180         (all-target-gperf): Correct.
12182 2001-02-16  Nick Clifton  <nickc@redhat.com>
12184         * configure.in (noconfigdirs): Allow configuration of texinfo
12185         for Cygwin hosts.
12187 2001-02-15  Anthony Green  <green@redhat.com>
12189         * configure: Introduce GCJ_FOR_TARGET.
12190         * configure.in: Ditto.
12191         * Makefile.in: Ditto.
12193 2001-02-13  Andreas Schwab  <schwab@suse.de>
12195         * MAINTAINERS: Update mail address.
12197 2001-02-09  Martin Schwidefsky  <schwidefsky@de.ibm.com>
12199         * config.guess: Add linux target for S/390.
12200         * config.sub: Likewise.
12202 2001-02-08  Chandrakala Chavva  <cchavva@redhat.com>
12204         * configure.in: for *-chorusos, don't config target-newlib and
12205         target-libgloss.
12207 2001-02-06  Ben Elliston  <bje@redhat.com>
12209         * configure: Output host type to stdout, not stderr.
12211 2001-02-05  Mark Mitchell  <mark@codesourcery.com>
12213         * ltcf-c.sh: Add support for -no-undefined under GNU/Linux.
12214         * ltcf-cxx.sh: Likewise.
12216         * config.if: Assume enable_libstdcxx_v3 is defined.
12218 2001-02-04  Mark Mitchell  <mark@codesourcery.com>
12220         Remove V2 C++ library.
12221         * configure.in: Remove --enable-libstdcxx_v3 support.
12223 2001-01-31  Bryce McKinlay  <bryce@albatross.co.nz>
12225         * include/demangle.h: Add prototype for java_demangle_v3.
12227 2001-01-29  Phil Edwards  <pme@sources.redhat.com>
12229         * COPYING.LIB:  Update to LGPL 2.1 from the FSF.
12231 2001-01-27  Richard Henderson  <rth@redhat.com>
12233         * configure.in (target_makefile_frag) [alpha*-*]: Use mt-alphaieee.
12235 2001-01-27  Michael Sokolov  <msokolov@ivan.Harhan.ORG>
12237         * ltcf-cxx.sh (ac_cv_prog_cc_pic_works, ac_cv_prog_cc_static_works):
12238         Don't unset, it's non-portable and no longer necessary, set to empty
12239         instead.
12241 2001-01-27  Michael Sokolov  <msokolov@ivan.Harhan.ORG>,  Alexandre Oliva  <oliva@lsd.ic.unicamp.br>
12243         * ltconfig: Shell portability fix for the tagname validity check.
12245 2001-01-27  Alexandre Oliva  <aoliva@redhat.com>
12247         * ltcf-c.sh (ld_shlibs) [aix5*]: Disable on unknown CPU types.
12248         * ltcf-cxx.sh, ltcf-gcj.sh: Likewise.
12250 2001-01-26  Michael Sokolov  <msokolov@ivan.Harhan.ORG>
12252         * ltcf-cxx.sh: Use parentheses around eval $ac_compile.
12254 2001-01-26  Tom Tromey  <tromey@redhat.com>
12256         * configure.in: Allow libgcj to be built on Sparc Solaris.
12258 2001-01-25  David Edelsohn  <edelsohn@gnu.org>
12260         * ltcf-c.sh: Add aix5 case.
12261         * ltcf-cxx.sh: Likewise.
12262         * ltconfig: Likewise.
12264 2001-01-24  Alexandre Oliva  <aoliva@redhat.com>
12266         * ltmain.sh (TAG disable-shared, TAG disable-static): Make sure we
12267         keep at least one of build_libtool_libs or build_old_libs set to
12268         yes.
12270         * ltcf-gcj.sh (lt_simple_link_test_code): Remove stray `(0)'.
12271         * libtool.m4 (_AC_LIBTOOL_GCJ): Pass $CPPFLAGS on.
12273 2001-01-23  Bryce McKinlay  <bryce@albatross.co.nz>
12275         * configure.in: Enable libgcj on several additional platforms.
12277 2001-01-22  Bryce McKinlay  <bryce@albatross.co.nz>
12279         * configure.in: Enable libgcj for linux targets.
12281 2001-01-20  Michael Sokolov  <msokolov@ivan.Harhan.ORG>
12283         * MAINTAINERS (Write After Approval): Add myself.
12285 2001-01-15  John David Anglin  <dave@hiauly1.hia.nrc.ca>
12287         * MAINTAINERS: Add myself as vax port maintainer.
12289 2001-01-11  Fergus Henderson  <fjh@cs.mu.oz.au>
12291         * MAINTAINERS: Add myself as Mercury front-end maintainer.
12293 2001-01-09  Mike Stump  <mrs@wrs.com>
12295         * Makefile.in (CONFIGURE_TARGET_MODULES): Pass back configuration
12296         failures of subdirectories.
12298 2001-01-02  Laurynas Biveinis  <lauras@softhome.net>
12300         * ltcf-c.sh: Clear ac_cv_prog_cc_pic for DJGPP.  Do not add
12301         '-DPIC' to ac_cv_prog_cc_pic for DJGPP.
12302         * ltcf-cxx.sh: Likewise.
12303         * ltcf-gcj.sh: Likewise.
12304         * ltconfig.sh: Fix typo.
12306 2001-01-02  Laurynas Biveinis  <lauras@softhome.net>
12308         * configure: handle DOS-style absolute paths.
12310 2001-01-02  Laurynas Biveinis  <lauras@softhome.net>
12312         * configure.in: remove supported directories from $noconfigdirs for DJGPP.
12314 2000-12-30  Marek Michalkiewicz  <marekm@linux.org.pl>
12316         * MAINTAINERS: Add myself as avr port co-maintainer.
12318 2000-12-28  Ben Elliston  <bje@redhat.com>
12320         * MAINTAINERS: Add myself under ``Write After Approval''.
12322 2000-12-19  Joseph S. Myers  <jsm28@cam.ac.uk>
12324         * texinfo: Remove directory from GCC.
12326 2000-12-18  Joseph S. Myers  <jsm28@cam.ac.uk>
12328         * COPYING: Update to current
12329         ftp://ftp.gnu.org/pub/gnu/Licenses/COPYING-2.0 (fixes references
12330         to 19yy as example year in copyright notice).
12332 2000-12-18  Benjamin Kosnik  <bkoz@redhat.com>
12334         * Makefile.in (BASE_FLAGS_TO_PASS): Alphabetize.
12335         (libstdcxx_incdir): Pass down.
12336         * config.if: Remove expired bits for cxx_interface, add stub.
12337         (libstdcxx_incdir): Add variable for g++ include directory.
12338         * configure.in (gxx_include_dir): Use it.
12340 2000-12-18  Alexandre Oliva  <aoliva@redhat.com>
12342         * MAINTAINERS: Added self as sh port co-maintainer.  Removed entry
12343         with old-email address from ``Write After Approval''.
12345 2000-12-15  Andreas Jaeger  <aj@suse.de>
12347         * configure.in: Handle lang_dirs.
12349 2000-12-14  Tom Tromey  <tromey@redhat.com>
12351         * MAINTAINERS: Removed brads.
12353         * MAINTAINERS: Added gcj developers.
12355 2000-12-13  Anthony Green  <green@redhat.com>
12357         * configure.in: Disable libgcj for any target not specifically
12358         listed.  Disable libgcj for x86 and Alpha Linux until compatible
12359         with g++ abi.
12361 2000-12-13  Mike Stump  <mrs@wrs.com>
12363         * Makefile.in (local-distclean): Also remove fastjar.
12365 2000-12-12  Rodney Brown  <RodneyBrown@mynd.com>
12367         * contrib/gcc_update: Add fastjar --touch entries.
12369 2000-12-12  Alexandre Oliva  <aoliva@redhat.com>
12371         * configure.in: Disable language-specific target libraries for
12372         languages that aren't enabled.
12374 2000-12-10  Anthony Green  <green@redhat.com>
12376         * configure.in: Define libgcj.  Disable libgcj target libraries for
12377         most targets.
12379 2000-12-10  Neil Booth  <neilb@earthling.net>
12381         * MAINTAINERS: Update mail address, remove from WAA list.
12383 2000-12-09  Alexandre Petit-Bianco  <apbianco@cygnus.com>
12385         * libjava: Imported from /cvs/java.
12386         * libffi: Likewise.
12387         * Boehm-gc: Likewise.
12389 2000-12-09  Alexandre Petit-Bianco  <apbianco@cygnus.com>
12391         * configure.in (target_libs): Revert 2000-12-08 patch.
12392         (noconfigdirs): Added target-libjava.
12394 2000-12-09  Laurynas Biveinis  <lauras@softhome.net>
12396         * djunpack.bat: removed.
12398 2000-12-09  Laurynas Biveinis  <lauras@softhome.net>
12400         * Makefile.in: handle DOS-style absolute paths.
12401         * config-ml.in: likewise.
12402         * symlink-tree: likewise.
12404 2000-12-08  Alexandre Petit-Bianco  <apbianco@cygnus.com>
12406         * fastjar: Imported.
12408 2000-12-08  Alexandre Petit-Bianco  <apbianco@cygnus.com>
12410         * Makefile.in (TARGET_CONFIGDIRS): Wrong place. Removed note about
12411         libjava.
12412         * configure.in (target_libs): Removed `target-libjava'.
12414 2000-12-08  Alexandre Petit-Bianco  <apbianco@cygnus.com>
12416         * Makefile.in (TARGET_CONFIGDIRS): Added note about libjava.
12417         (ALL_MODULES): Added fastjar.
12418         (NATIVE_CHECK_MODULES, INSTALL_MODULES, CLEAN_MODULES): Likewise.
12419         (all-target-libjava): all-fastjar replaces all-zip.
12420         (all-fastjar): Added.
12421         (configure-target-fastjar, all-target-fastjar): Likewise.
12422         * configure.in (host_tools): Added fastjar.
12424 2000-12-07  Mike Stump  <mrs@wrs.com>
12426         * Makefile.in (local-distclean): Remove leftover built files.
12428 2000-11-24  Nick Clifton  <nickc@redhat.com>
12430         * configure.in (xscale-elf): Add target.
12431         (xscale-coff): Add target.
12433 2000-11-22  Loren J. Rittle  <ljrittle@acm.org>
12435         * ltcf-cxx.sh: Support creation of C++ shared libraries on
12436         recent versions of FreeBSD (release 3 or later).
12437         * ltconfig: On FreeBSD, -lc must not be provided when building
12438         a shared library or else the standard -pthread gcc option is
12439         rendered worthless to later users of the built library.
12441 2000-11-16  Fred Fish  <fnf@be.com>
12443         * configure.in (enable_libstdcxx_v3): Fix typo,
12444         libstd++ -> libstdc++.
12446 2000-11-21  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
12448         * MAINTAINERS: Add self to Write After Approval list.
12450 2000-11-21  Bernd Schmidt  <bernds@redhat.com>
12452         * MAINTAINERS: Update my email address.  Add myself to global write
12453         privs list.
12455 2000-11-18  Alexandre Oliva  <aoliva@redhat.com>
12457         * Makefile.in: Merge with src and libgcj.
12458         (ALL_GCC_C, ALL_GCC_CXX): New macros.  Use them as dependencies of
12459         configure-target-<library> when their configure scripts need the C
12460         or C++ library to have already been built to work properly.
12461         (do_proto_toplev): Set them to an empty string.
12463         * Makefile.in (HOST_LIB_PATH, TARGET_LIB_PATH): New macros.
12464         (REALLY_SET_LIB_PATH): Use them.
12466 2000-11-17  Stan Shebs  <shebs@apple.com>
12468         * MAINTAINERS: Add self to Write After Approval list.
12470 2000-11-13  Joseph S. Myers  <jsm28@cam.ac.uk>
12472         * configure: Provide the original toplevel configure arguments
12473         (including $0) to subprocesses in the environment rather than
12474         through gcc/configargs.h.
12476 2000-11-13  Joseph S. Myers  <jsm28@cam.ac.uk>
12478         * MAINTAINERS: Remove references to cccp. Change C9X reference to
12479         C99.  Alphabetise "Write After Approval" list.
12481 2000-11-12  Mark Mitchell  <mark@codesourcery.com>
12483         * configure: Turn on libstdc++ V3 by default.
12485         * ltcf-c.sh: On Solaris, use `gcc -shared' to build a shared library
12486         if we've got GCC.
12488 2000-11-11  Philip Blundell  <philb@gnu.org>
12490         * MAINTAINERS: Add self to Write After Approval list.
12492 2000-11-09  David Edelsohn  <edelsohn@gnu.org>
12494         * ltcf-c.sh (aix4): Improve shared library configuration; require
12495         exporting symbols.
12496         * ltcf-cxx.sh (aix4): Define.
12497         * ltconfig (aix4): Define library and soname specs appropriate for
12498         AIX.  Define command to create export symbols list.
12500 Mon Nov  6 14:19:35 2000  Christopher Faylor  <cgf@cygnus.com>
12502         * config.sub: Add support for Sun Chorus
12504 2000-10-31  Nick Clifton  <nickc@redhat.com>
12506         * MAINTAINERS: Rename <name>@cygnus.com addresses to
12507         <name>@redhat.com.  Also installed new email address for Clint
12508         Popetz.
12510 2000-10-30  Joseph S. Myers  <jsm28@cam.ac.uk>
12512         * etc: Remove directory from GCC.
12514 2000-10-16  Michael Meissner  <meissner@redhat.com>
12516         * configure (gcc/configargs.h): Only create if there is a build GCC
12517         directory created.
12519 2000-10-16  Matthias Klose  <doko@debian.org>
12521         * config.if: Search libstdc++-v3/configure.in for INTERFACE,
12522         when configured for libstdc++-v3.
12524 2000-10-05  Phil Edwards  <pme@gcc.gnu.org>
12526         * configure: Save configure arguments to gcc/configargs.h.
12528 2000-10-04  Philipp Thomas  <pthomas@suse.de>
12530         * config.guess: Import CVS version 1.157.
12531         * config.sub: Import CVS version 1.181.
12533 2000-10-04  Andris Pavenis  <pavenis@latnet.lv>
12535         * Makefile.in (bootstrap): avoid recursion if subdir missing
12536         (cross): ditto
12537         (do-proto-toplev): ditto
12539 2000-09-30  Alexandre Oliva  <aoliva@redhat.com>
12541         * Makefile.in (DEVO_SUPPORT): Added gettext.m4, libtool.m4,
12542         ltcf-c.sh, ltcf-cxx.sh and ltcf-gcj.sh.
12544         * ltconfig, ltmain.sh, libtool.m4, ltcf-cxx.sh: Updated from libtool
12545         multi-language branch, to work around Solaris' /bin/sh bug.  Rebuilt
12546         all affected `configure' scripts.
12548 Mon 25-Sep-2000 19:46:09 BST  Neil Booth  <neilb@earthling.net>
12550         * MAINTAINERS: Add self as cpplib co-maintainer.
12552 2000-09-24  Aldy Hernandez  <aldyh@redhat.com>
12554         * MAINTAINERS: Add self to Write After Approval list.
12556 2000-09-18  Gerald Pfeifer  <pfeifer@dbai.tuwien.ac.at>
12558         * INSTALL/README: egcs -> GCC update.
12560 Sun Sep 17 16:55:59 CEST 2000  Marc Espie  <espie@cvs.openbsd.org>
12562         * MAINTAINERS: Add myself to Write After Approval list.
12564 2000-09-15  Kazu Hirata  <kazu@hxi.com>
12566         * MAINTAINERS: Add myself to Write After Approval list.
12568 Wed Sep 13 11:11:29 2000  Jeffrey A Law  (law@cygnus.com)
12570         * configure.in: Do not build byacc for hppa64.  Provide paths to the
12571         X11 libraries for hppa64.
12573 2000-09-08  Stephane Carrez  <Stephane.Carrez@worldnet.fr>
12575         * MAINTAINERS: Add myself as 68hc11 port maintainer.
12577 2000-09-06  Alexandre Oliva  <aoliva@redhat.com>
12579         * Makefile.in (all-zlib): Added dummy target.
12581         * ltconfig, ltmain.sh, libtool.m4, ltcf-c.sh, ltcf-cxx.sh,
12582         ltcf-gcj.sh: Updated from libtool multi-language branch.
12584 2000-09-05  Alexandre Oliva  <aoliva@redhat.com>
12586         * Makefile.in (all-bootstrap): Added all-texinfo and all-zlib.
12587         (bootstrap*): Depend on all-bootstrap.
12589 2000-09-05  Philipp Thomas  <pthomas@suse.de>
12591         * config.guess: Import CVS version 1.156.
12592         * config.sub: Import CVS version 1.179.
12594 2000-09-02  Anthony Green  <green@cygnus.com>
12596         * Makefile.in (all-gcc): Depend on all-zlib.
12597         (CLEAN_MODULES): Add clean-zlib.
12598         (ALL_MODULES): Add all-zlib.
12599         * configure.in (host_libs): Add zlib.
12601 2000-09-02  Alexandre Oliva  <aoliva@redhat.com>, DJ Delorie  <dj@redhat.com>
12603         * configure.in (FLAGS_FOR_TARGET): Use -nostdinc even for Canadian
12604         crosses, but add gcc/include to the header search path for them.
12606 2000-08-04  David E. O'Brien  <obrien@FreeBSD.org>
12608         * MAINTAINERS: Add self to Write After Approval list.
12610 2000-08-27  Franz Sirl  <Franz.Sirl-kernel@lauterbach.com>
12612         * config.guess: Import CVS version 1.152.
12613         * config.sub: Import CVS version 1.177.
12615 2000-08-25  Alexandre Oliva  <aoliva@redhat.com>
12617         * configure.in (FLAGS_FOR_TARGET): Use $target_configdirs and
12618         $targargs to tell whether newlib is going to be built.
12620         * configure.in [disable-libstdcxx-v3] (libstdcxx_flags): Search
12621         $$r/TARGET_SUBDIR/libio for _G_config.h.
12623 2000-08-23  Alexandre Oliva  <aoliva@redhat.com>
12625         * MAINTAINERS: Add self as a build machinery (*.in) maintainer.
12627 2000-08-22  DJ Delorie  <dj@redhat.com>
12629         * MAINTAINERS: Add self as a build machinery (*.in) maintainer
12631 2000-08-22  Alexandre Oliva  <aoliva@redhat.com>
12633         * config-ml.in (CC, CXX): Avoid trailing whitespace.
12634         (LD_LIBRARY_PATH, SHLIB_PATH): Adjust for multilibs and export to
12635         sub-configures.
12637 2000-08-21  DJ Delorie  <dj@redhat.com>
12639         * MAINTAINERS: Add self as a libiberty maintainer
12641 2000-08-16  Alexandre Oliva  <aoliva@redhat.com>
12643         * configure.in (libstdcxx_flags): Use
12644         libstdc++-v3/src/libstdc++.INC.
12646 2000-08-15  Alexandre Oliva  <aoliva@redhat.com>
12648         * configure.in (libstdcxx_flags): Use libstdc++-v3/src/INCLUDES.
12650 2000-08-14  Zack Weinberg  <zack@wolery.cumb.org>
12652         * configure.in (libstdcxx_flags): Remove -isystem $$s/libio/stdio.
12654         * configure: Make enable_threads and enable_shared defaults
12655         explicit.  Substitute enable_threads into generated Makefiles.
12656         * configure.in: Accept *-*-linux* not just *-*-linux-gnu*.
12657         * libtool.m4: Accept *-*-linux* not just *-*-linux-gnu*.
12659 2000-08-13  Geoff Keating  <geoffk@cygnus.com>
12661         * Makefile.in (GCC_FOR_TARGET): Also add -B$$r/gcc/ here.
12663 2000-08-12  Alexandre Oliva  <aoliva@redhat.com>
12665         * config-ml.in (CC): Remove bogus duplicate quotation mark from
12666         previous delta.
12668 2000-08-11  Jason Merrill  <jason@redhat.com>
12670         * configure.in (CC_FOR_TARGET, CHILL_FOR_TARGET,
12671         CXX_FOR_TARGET): Add -B$$r/gcc/ here.
12672         (FLAGS_FOR_TARGET): Not here.
12673         (CHILL_FOR_TARGET, CXX_FOR_TARGET): Don't check the list of languages.
12675 2000-08-11  Alexandre Oliva  <aoliva@redhat.com>
12677         * config-ml.in (CC, CXX): Don't introduce a leading space.
12679 2000-08-07  DJ Delorie  <dj@delorie.com>
12681         * MAINTAINERS: Add self as a DJGPP maintainer
12683 2000-08-07  DJ Delorie  <dj@redhat.com>
12685         * configure.in (FLAGS_FOR_TARGET): invert test for xgcc, should mean
12686         "if we're also building gcc, and it's a gcc that will run on the
12687         build machine, we want to use its includes instead of the system's
12688         default includes".
12690 2000-08-04  Joseph S. Myers  <jsm28@cam.ac.uk>
12692         * MAINTAINERS: Add self to Write After Approval list.
12694 2000-08-03  Alexandre Oliva  <aoliva@redhat.com>
12696         * configure.in (libstdcxx_flags): Don't use `"'.
12698         * config-ml.in: Adjust multilib search paths to the
12699         appropriate multilib tree.
12701 2000-08-02  Alexandre Oliva  <aoliva@redhat.com>
12703         * configure.in (CHILL_FOR_TARGET, CXX_FOR_TARGET): Convert blanks to
12704         commas in $LANGUAGES.
12706 2000-08-02  Manfred Hollstein  <manfredh@redhat.com>
12708         * configure.in: Re-enable all references to libg++ and librx.
12710 2000-08-01  Alexandre Oliva  <aoliva@redhat.com>
12712         * ltconfig, ltmain.sh: Update from libtool multi-language branch.
12713         * ltcf-c.sh (need_lc): Fix test message.  Set wl for archive_cmds.
12714         (ac_cv_prog_cc_pic): Don't print `cached' without `checking'.
12715         * ltcf-cxx.sh (need_lc): Set based on postdeps.
12717         * configure.in (qCXX_FOR_TARGET): Use echo instead of expr.
12719 2000-07-31  Alexandre Oliva  <aoliva@redhat.com>
12721         * configure.in (qCXX_FOR_TARGET): Quote `&' characters in
12722         CXX_FOR_TARGET for sed.
12724 2000-07-30  Alexandre Oliva  <aoliva@redhat.com>
12726         * configure.in (CC_FOR_TARGET, CHILL_FOR_TARGET, CXX_FOR_TARGET):
12727         Do not override if already set in the environment or in configure.
12728         Don't duplicate $(FLAGS_FOR_TARGET) if it already appears in them.
12729         (FLAGS_FOR_TARGET): Don't use host directories on Canadian crosses.
12731 2000-07-28  Alexandre Oliva  <aoliva@redhat.com>
12733         * libtool.m4, ltcf-c.sh, ltcf-cxx.sh, ltcf-gcj.sh: New files from
12734         the libtool CVS tree multi-language branch.
12735         * ltconfig, ltmain.sh: Updated.
12737 2000-07-27  Alexandre Oliva  <aoliva@redhat.com>
12739         * Makefile.in (clean-target-libgcc): Remove gcc/libgcc.
12740         (clean-target): Depend on it.
12742         * Makefile.in (FLAGS_FOR_TARGET): New macro.
12743         (GCC_FOR_TARGET): Use it.
12744         (CC_FOR_TARGET, CXX_FOR_TARGET, CHILL_FOR_TARGET): Now defined...
12745         * configure.in: ... here.
12746         (FLAGS_FOR_TARGET): Define.  Add ld build dir to -L path.
12747         (libstdcxx_flags): Define and append to CXX_FOR_TARGET.
12749 2000-07-24  Eric Christopher  <echristo@cygnus.com>
12751         * MAINTAINERS: Add self to Write After Approval list.
12753 2000-07-24  Alexandre Oliva  <aoliva@redhat.com>
12755         * Makefile.in (configure-target-libf2c): Depend on $(ALL_GCC).
12756         (configure-target-libchill, configure-target-libobjc): Likewise.
12758         * configure.in: Use the same cache file for all target libs.
12759         * config-ml.in: But different cache files per multilib variant.
12761 2000-07-23  Michael Sokolov  <msokolov@ivan.Harhan.ORG>
12763         * configure (topsrcdir): Don't use dirname.
12765 2000-07-22  Jeffrey Oldham  <oldham@codesourcery.com>
12767         * MAINTAINERS: Add self to Write After Approval list.
12769 2000-07-20  Jason Merrill  <jason@redhat.com>
12771         * configure.in: Remove all references to libg++ and librx.
12773         * configure, configure.in, Makefile.in: Unify gcc and binutils.
12775 2000-07-20  Hans-Peter Nilsson  <hp@axis.com>
12777         * config.sub: Update to subversions version 2000-07-06.
12779 2000-07-12  Andrew Haley  <aph@cygnus.com>
12781         * configure.in (host_makefile_frag): Use mh-ia64pic on IA-64 hosts.
12782         (target_makefile_frag): Use mt-ia64pic on IA-64 targets.
12784 2000-07-07  Phil Edwards  <pme@sourceware.cygnus.com>
12786         * symlink-tree:  Check number of arguments.
12788 2000-07-05  Jim Wilson  <wilson@cygnus.com>
12790         * Makefile.in (CXX_FOR_TARGET): Add libstdc++ to the library
12791         search path for a g++ extracted from the build tree.  This
12792         will allow link tests run by configure scripts in
12793         subdirectories to succeed.
12795 2000-07-01  Koundinya K  <kk@ddeorg.soft.net>
12797         * ltconfig: Add support for mips-dde-sysv4.2MP
12799 2000-06-29  Michael Hayes  <m.hayes@elec.canterbury.ac.nz>
12801         * MAINTAINERS: Add myself as loop discovery maintainer.
12803 2000-06-28  Corinna Vinschen  <vinschen@cygnus.com>
12805         * ltconfig: Check for host_os beeing one of `cygwin', `mingw' or
12806         `os2'. Force ac_cv_exeext to be ".exe" in that case.
12808 2000-06-19  Timothy Wall  <twall@cygnus.com>
12810         * configure.in (noconfigdirs): Set noconfigdirs for tic54x target.
12811         * config.sub: Add tic54x target.
12813 Sun Jun 11 17:20:00 MET 2000  Toon Moene  <toon@moene.indiv.nluug.nl>
12815         * MAINTAINERS: Add self as Fortran maintainer,
12816         remove Craig Burley.
12818 Tue May 30 19:01:12 2000  Andrew Cagney  <cagney@b1.cygnus.com>
12820         * config.sub: Import CVS version 1.167 Tue May 30 09:00:07 2000.
12821         * config.guess: Import CVS version 1.148 Tue May 30 09:00:06 2000
12823 Mon May 29 21:15:00 MET 2000  Philipp Thomas  <pthomas@suse.de>
12825         * MAINTAINERS: Add self as i18n maintainer
12827 20000-05-21  H.J. Lu  (hjl@gnu.org)
12829         * Makefile.in (CC_FOR_TARGET): Make sure as/ld in the gcc
12830         directory are used if they exist. Make sure
12831         $(build_tooldir)/include is searched for header files,
12832         $(build_tooldir)/lib/ for library files.
12833         (GCC_FOR_TARGET): Likewise.
12834         (CXX_FOR_TARGET): Likewise.
12836 Thu May 18 10:58:13 2000  Jeffrey A Law  (law@cygnus.com)
12838         * configure.in (hppa*64*-*-*): Do build ld for this configuration.
12840 Wed May 17 16:03:48 2000  Alexandre Oliva  <aoliva@cygnus.com>
12842         * Makefile.in (configure-target-libiberty): Depend on
12843         configure-target-newlib.
12845 2000-05-16  Alexandre Oliva  <aoliva@cygnus.com>
12847         * configure.in, Makefile.in: Merge all libffi-related
12848         configury stuff from the libgcj tree.
12850 Tue May 16 10:06:21 2000  Andrew Cagney  <cagney@b1.cygnus.com>
12852         Thu Apr 27 11:01:48 2000 Andrew Cagney <cagney@b1.cygnus.com>:
12853         * Makefile.in (do-tar-bz2, do-md5sum): Skip CVS directories.
12855 Tue May 16 09:57:35 2000  Andrew Cagney  <cagney@b1.cygnus.com>
12857         Wed Apr 26 17:03:53 2000 Andrew Cagney <cagney@b1.cygnus.com>:
12858         * Makefile.in (do-djunpack): New target. Update djunpack.bat with
12859         current version information.  Add to proto-toplev directory.
12860         (gdb-taz): Build do-djunpack.
12862 2000-05-15  David Edelsohn  <edelsohn@gnu.org>
12864         * configure.in: Special case powerpc*-*-aix* target_makefile_frag.
12866 Mon May 15 13:39:09 2000  Andrew Cagney  <cagney@b1.cygnus.com>
12868         * MAINTAINERS: Add self to Write After Approval list.
12870 2000-05-13 Alexandre Oliva  <oliva@lsd.ic.unicamp.br>
12872         * ltmain.sh: Preserve in relink_command any environment
12873         variables that may affect the linker behavior.
12875 Fri May 12 11:23:17 2000  Jeffrey A Law  (law@cygnus.com)
12877         * config.sub (basic_machine): Recognize hppa64 as a valid cpu type.
12879 Wed May 10 21:26:51 2000  Jim Wilson  <wilson@cygnus.com>
12881         * configure.in (ia64*-*-elf*): Add gdb and friends to noconfigdirs.
12883 2000-05-08  Eli Zaretskii  <eliz@is.elta.co.il>
12885         * djunpack.bat: Change the Sed script to replace @V@ in fnchange.lst
12886         with the version name.
12888 Sat May  6 21:12:55 CDT 2000  Jason Eckhardt  <jle@cygnus.com>
12890         * MAINTAINERS: Add self as bb-reorder maintainer.
12892 2000-05-01  Benjamin Kosnik  <bkoz@cygnus.com>
12894         * config.if: Tweak.
12896 2000-04-23  Eli Zaretskii  <eliz@is.elta.co.il>
12898         * djunpack.bat: New file.
12900 Wed Apr 19 12:46:26 2000  Andrew Cagney  <cagney@b1.cygnus.com>
12902         * Makefile.in (taz, gdb-taz, gas.tar.bz2, binutils.tar.bz2,
12903         gas+binutils.tar.bz2, libg++.tar.bz2, gnats.tar.bz2, gdb.tar.bz2,
12904         dejagnu.tar.bz2, gdb+dejagnu.tar.bz2, insight.tar.bz2,
12905         insight+dejagnu.tar.bz2, newlib.tar.bz2): Pass MD5PROG to sub-make.
12907 2000-04-16  Dave Pitts  <dpitts@cozx.com>
12909         * config.sub (case $basic_machine): Change default for "ibm-*"
12910         to "openedition".
12912 2000-04-13  Andreas Jaeger  <aj@suse.de>
12914         * MAINTAINERS: Added myself.
12916 Wed Apr 12 16:42:48 2000  Andrew Cagney  <cagney@b1.cygnus.com>
12918         * Makefile.in (gdb-taz): New target.  GDB specific archive.
12919         (do-md5sum): New target.
12920         (MD5PROG): Define.
12921         (PACKAGE): Default to TOOL.
12922         (VER): Default to a shell script.
12923         (taz): Rewrite target.  Move real work to do-proto-toplev.  Include
12924         md5 checksum generation.
12925         (do-proto-toplev): New target. Create $(PACKAGE)-$(VER) link.
12926         (do-tar-bz2): Delete creation of $(PACKAGE)-$(VER) link.
12927         (gdb.tar.bz2, dejagnu.tar.bz2, gdb+dejagnu.tar.bz2,
12928         insight.tar.bz2): Use gdb-taz to create archive.
12930 Fri Apr  7 18:10:29 2000  Andrew Cagney  <cagney@b1.cygnus.com>
12932         * configure (warn_cflags): Delete.
12934 Thu Apr  6 16:15:14 2000  Philippe De Muyter  <phdm@macqel.be>
12936         * MAINTAINERS: Added myself.
12938 2000-04-05  Benjamin Kosnik  <bkoz@cygnus.com>
12939             Martin v. Löwis  <martin@loewis.home.cs.tu-berlin.de>
12941         * configure.in (enable_libstdcxx_v3): Add.
12942         (target_libs): Add bits here to switch between libstdc++-v2 and
12943         libstdc++-v3.
12944         * config.if: And this file too.
12945         * Makefile.in: Add libstdc++-v3 targets.
12947 2000-04-05  Michael Meissner  <meissner@redhat.com>
12949         * config.sub (d30v): Add d30v as a basic machine type.
12951 2000-03-29  Jason Merrill  <jason@casey.cygnus.com>
12953         * configure.in: -linux-gnu*, not -linux-gnu.
12955 Sun Mar 12 17:30:30 2000  Toon Moene  <toon@moene.indiv.nluug.nl>
12957         * MAINTAINERS: Add self in write-after-approval section.
12959 Sun Mar 12 00:23:32 2000  Jim Wilson  <wilson@cygnus.com>
12961         * MAINTAINERS: Add self as ia64 port maintainer.
12963 2000-03-08  Neil Booth  <NeilB@earthling.net>
12965         * MAINTAINERS: Add self in write-after-approval section.
12967 Fri Mar  3 18:44:08 2000  Andrew Cagney  <cagney@b1.cygnus.com>
12969         * Makefile.in (taz): Set PACKAGE to TOOL when not defined.
12970         (do-tar-bz2): Replace TOOL with PACKAGE.
12971         (gdb.tar.bz2): Remove GDBTK from GDB package.
12972         (gdb+dejagnu.tar.bz2, insight.tar.bz2, insight+dejagnu.tar.bz2,
12973         dejagnu.tar.bz2): New packages.
12975 2000-02-27  Andreas Jaeger  <aj@suse.de>
12977         * configure.in: Add entry for mips*-*-linux*, move catch all
12978         *-*-*linux* entry below this one.
12980 2000-02-27  Ian Lance Taylor  <ian@zembu.com>
12982         * ltconfig, ltmain.sh: Update to libtool 1.3.4.
12984 2000-02-24  Nick Clifton  <nickc@cygnus.com>
12986         * config.sub: Support an OS of "wince".
12988 Thu Feb 24 16:15:56 2000  Andrew Cagney  <cagney@b1.cygnus.com>
12990         * config.guess, config.sub: Updated to match config's 2000-02-15
12991         version.
12993 2000-02-23  Linas Vepstas  <linas@linas.org>
12995         * config.sub: Add support for Linux/IBM 370.
12996         * configure.in: Likewise.
12998 2000-02-22  Nick Clifton  <nickc@cygnus.com>
13000         * configure.in: Add mips-pe, sh-pe and arm-wince-pe targets.
13002 2000-02-20  Christopher Faylor  <cgf@cygnus.com>
13004         * config.guess: Guess "cygwin" rather than "cygwin32".
13006 2000-02-16  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
13008         * configure (gcc_version): When setting, narrow search to
13009         lines containing `version_string'.
13011 2000-02-15  Denis Chertykov  <denisc@overta.ru>
13013         * config.sub: Add support for avr target.
13015 2000-02-14  Nick Clifton  <nickc@cygnus.com>
13017         * MAINTAINERS: Add maintainers for MCore port.
13019 Tue Feb  1 00:07:46 2000  Hans-Peter Nilsson  <hp@bitrange.com>
13021         * config.sub: Add mmix-knuth-mmixware.
13023 2000-01-31  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
13025         * MAINTAINERS: Pair cccp with cpplib maintainership.
13027 2000-01-27  Christopher Faylor  <cgf@redhat.com>
13029         * Makefile.in (CC_FOR_TARGET): Add new winsup directory
13030         structure stuff to -L library search.
13031         (CXX_FOR_TARGET): Ditto.
13032         (CROSS_CHECK_MODULES): Fix spelling mistake.
13034 2000-01-24  Mark Mitchell  <mark@codesourcery.com>
13036         * Makefile.in (CXX_FOR_TARGET): Use g++, not xgcc, to invoke
13037         the C++ compiler.
13039 2000-01-12  Richard Henderson  <rth@cygnus.com>
13041         * configure.in: Don't build some bits for beos.
13043 2000-01-12  Joel Sherrill (joel@OARcorp.com)
13045         * Makefile.in (CC_FOR_TARGET): Use newlib libraries as well
13046         as include files.
13048 2000-01-11  Zack Weinberg  <zack@wolery.cumb.org>
13050         * Add self as cpplib maintainer, as requested by Jason
13051         Merrill.  Correct my e-mail address.
13053 2000-01-06  Geoff Keating  <geoffk@cygnus.com>
13055         * configure.in: Use mt-aix43 to handle *_TARGET defs,
13056         not mh-aix43.
13058 Thu Dec 23 03:43:36 1999  Hans-Peter Nilsson  <hp@bitrange.com>
13060         * MAINTAINERS: Add myself to "write after approval" list.
13062 1999-12-14  Richard Henderson  <rth@cygnus.com>
13064         * config.guess (alpha-osf, alpha-linux): Detect ev67.
13065         * config.sub: Accept alphaev[78], alphaev8.
13067 1999-12-03  Alexandre Oliva  <oliva@lsd.ic.unicamp.br>
13069         * config.guess, config.sub: Update from autoconf.
13071 1999-11-29  Bruce Korb  <autogen@linuxbox.com>
13073         * MAINTAINERS:  update my playtime e-address.
13075 Tue Nov 23 00:57:41 1999  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
13077         * config-ml.in (sparc*-*-*): Disable sparcv9 support if the
13078         necessary libraries are missing.
13080 Fri Nov 19 11:22:31 MST 1999  Diego Novillo  <dnovillo@cygnus.com>
13082         * MAINTAINERS: Add new 'write after approval' maintainer.
13084 Wed Nov 17 16:08:43 1999  Alexandre Petit-Bianco  <apbianco@cygnus.com>
13086         * MAINTAINERS: Add new Java maintainer.
13088 1999-10-25  Andreas Schwab  <schwab@suse.de>
13090         * configure: Fix quoting inside arguments of eval.
13092 1999-10-21  Nick Clifton  <nickc@cygnus.com>
13094         * config-ml.in: Allow suppression of some ARM multilibs.
13096 Tue Sep  7 23:33:57 1999  Linas Vepstas  <linas@linas.org>
13098         * config.guess: Add OS/390 match pattern.
13099         * config.sub: Add mvs, openedition targets.
13100         * configure.in (i370-ibm-opened*): New.
13102 1999-09-04  Steve Chamberlain  <sac@pobox.com>
13104         * config.sub: Add support for configuring for pj.
13106 1999-08-31  Nick Clifton  <nickc@cygnus.com>
13108         * config.sub (maybe_os): Add support for configuring for fr30.
13110 1999-08-25  Nick Clifton  <nickc@cygnus.com>
13112         * configure.in: Do not configure or build ld for AIX
13113         platforms.  ld is known to be broken on these platforms.
13115 Wed Aug 25 01:12:25 1999  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
13117         * config-ml.in: Pass compiler flag corresponding to multidirs to
13118         subdir configures.
13120 1999-08-09  Ian Lance Taylor  <ian@zembu.com>
13122         * Makefile.in (LDFLAGS): Define.
13124 1999-08-08  Mumit Khan  <khan@xraylith.wisc.edu>
13126         * configure.in (i[3456]-*-mingw32*): Don't put gprof in
13127         noconfigdirs.
13128         (*-*-cygwin*): Likewise.
13130 1999-08-08  Ian Lance Taylor  <ian@zembu.com>
13132         * mkdep: New file.
13133         * Makefile.in (GAS_SUPPORT_DIRS): Add mkdep.
13134         (BINUTILS_SUPPORT_DIRS): Add mkdep.
13136         From Eli Zaretskii <eliz@is.elta.co.il>:
13137         * configure (tmpfile): Change cONf$$ to cNf$$ to avoid an overly
13138         long file name when using DJGPP on MS-DOS.
13140 Wed Aug  4 02:07:14 1999  Jeffrey A Law  (law@cygnus.com)
13142         * config.sub (vxworks case): Use os=-vxworks, not os=vxworks.
13144 1999-07-30  Alan Modra  <alan@spri.levels.unisa.edu.au>
13146         * Makefile.in (check-target-libio): Remove all-target-libstdc++
13147         dependency as this causes "make check" to globally "make all"
13149 Tue Jun 22 23:45:18 1999  Tom Tromey  <tromey@cygnus.com>
13151         * configure.in (target_libs): Added target-zlib.
13152         * Makefile.in (ALL_TARGET_MODULES): Added zlib.
13153         (CONFIGURE_TARGET_MODULES): Likewise.
13154         (CHECK_TARGET_MODULES): Likewise.
13155         (INSTALL_TARGET_MODULES): Likewise.
13156         (CLEAN_TARGET_MODULES): Likewise.
13157         (configure-target-zlib): New target.
13158         (all-target-zlib): Likewise.
13159         (all-target-libjava): Depend on all-target-zlib.
13160         (configure-target-libjava): Depend on configure-target-zlib.
13162         * Makefile.in (configure-target-libjava): Depend on
13163         configure-target-newlib.
13164         (configure-target-boehm-gc): New target.
13165         (configure-target-qthreads): New target.
13167         * configure.in (target_libs): Added target-qthreads.
13168         * Makefile.in (ALL_TARGET_MODULES): Added qthreads.
13169         (CONFIGURE_TARGET_MODULES): Likewise.
13170         (CHECK_TARGET_MODULES): Likewise.
13171         (INSTALL_TARGET_MODULES): Likewise.
13172         (CLEAN_TARGET_MODULES): Likewise.
13173         (all-target-qthreads): New target.
13174         (configure-target-libjava): Depend on configure-target-qthreads.
13175         (all-target-libjava): Depend on all-target-qthreads.
13177         * Makefile.in (ALL_TARGET_MODULES): Added libjava, boehm-gc.
13178         (CONFIGURE_TARGET_MODULES): Likewise.
13179         (CHECK_TARGET_MODULES): Likewise.
13180         (INSTALL_TARGET_MODULES): Likewise.
13181         (CLEAN_TARGET_MODULES): Likewise.
13182         (all-target-libjava): New target.
13183         (all-target-boehm-gc): Likewise.
13184         * configure.in (target_libs): Added libjava, boehm-gc.
13186 1999-07-22  Ian Lance Taylor  <ian@zembu.com>
13188         * Makefile.in (binutils.tar.bz2): Don't pass makeall.bat and
13189         configure.bat in SUPPORT_FILES.
13190         (gas+binutils.tar.bz2): Likewise.
13192         * makeall.bat: Remove; obsolete.
13194 1999-07-21  Ian Lance Taylor  <ian@zembu.com>
13196         From Mark Elbrecht:
13197         * configure.bat: Remove; obsolete.
13199 1999-07-11  Ian Lance Taylor  <ian@zembu.com>
13201         * configure: Add -W -Wall to the default CFLAGS when compiling with
13202         gcc.
13204 Thu Jul  8 12:32:23 1999  John David Anglin <dave@hiauly1.hia.nrc.ca>
13206         * configure.in: Build ld, binutils & gas for hppa*-*-linux-gnu*.
13208 1999-06-30  Mark Mitchell  <mark@codesourcery.com>
13210         * configure.in: Build ld on IRIX6.
13212 1999-06-12  Ian Lance Taylor  <ian@zembu.com>
13214         * Makefile.in: Change distribution targets to use bzip2 instead of
13215         gzip.
13216         (TEXINFO_SUPPORT): Set to just texinfo/texinfo.tex.
13217         (taz): Don't use texinfo/gpl.texinfo or texinfo/lgpl.texinfo.
13219 1999-06-04  Nick Clifton  <nickc@cygnus.com>
13221         * config.sub: Add mcore target.
13223 Sun May 30 16:03:16 1999  Cort Dougan  <cort@cs.nmt.edu>
13225         * config.guess (ppc-*-linux-gnu): Also use ld emul elf32ppclinux.
13227 Tue May 25 11:20:46 1999  H.J. Lu  (hjl@gnu.org)
13229         * config.guess (dummy): Changed to $dummy.
13231 1999-05-24  Nick Clifton  <nickc@cygnus.com>
13233         * config.sub: Tidied up case statements.
13235 1999-05-22  Ben Elliston  <bje@cygnus.com>
13237         * config.guess: Handle NEC UX/4800. Contributed by Jiro Takabatake
13238         <jiro@din.or.jp>.
13240         * config.guess: Merge with FSF version. Future changes will be
13241         more accurately recorded in this ChangeLog.
13242         * config.sub: Likewise.
13244 Thu May 20 10:00:42 1999   Stephen L Moshier  <moshier@world.std.com>
13246          * Makefile.in (GCC_FOR_TARGET): Add -I$(build_tooldir)/include.
13248 1999-04-30  Tom Tromey  <tromey@cygnus.com>
13250         * ltmain.sh: [mode link] Always use CC given by ltconfig.
13252 1999-04-23  Tom Tromey  <tromey@cygnus.com>
13254         * ltconfig, ltmain.sh: Update to libtool 1.2f.
13256 1999-04-20  Drew Moseley  <dmoseley@cygnus.com>
13258         * configure.in (noconfigdirs): Don't build libstub for arm-elf targets.
13259         (noconfigdirs): Don't build any bsp stuff for for arm-oabi targets.
13260         Bad merge removed these two changes.
13262 Tue Apr 13 22:50:54 1999  Donn Terry (donn@interix.com)
13263                           Martin Heller (Ing.-Buero_Heller@t-online.de)
13265         * config.guess (interix Alpha): Add.
13267 1999-04-11  Richard Henderson  <rth@cygnus.com>
13269         * configure.in (i?86-*-beos*): Do config gperf; don't config
13270         gdb, newlib, or libgloss.
13272 Sun Apr 11 23:55:34 1999  Alexandre Oliva  <oliva@dcc.unicamp.br>
13274         * config-ml.in: On mips*-*-*, if multidirs contains mabi=64, try to
13275         link a trivial program with -mabi=64.  If it fails, remove mabi=64
13276         from multidirs.
13278 Sat Apr 10 21:50:01 1999  Philipp Thomas  (kthomas@gwdg.de)
13280         * config.sub: Set basic_machine to i586 when target_alias = k6-*.
13282 1999-04-08  Nick Clifton  <nickc@cygnus.com>
13284         * config.sub: Add support for mcore targets.
13286 1999-04-07  Michael Meissner  <meissner@cygnus.com>
13288         * configure.in (d30v-*): Use config/mt-d30v as makefile fragment,
13289         not mt-ospace, in order to shut up assembler warning about using
13290         symbols that are named the same as registers.
13292 1999-04-07  Drew Moseley  <dmoseley@cygnus.com>
13294         * Makefile.in (all-target-cygmon): Added all-target-bsp to the
13295         dependency list for all-target-cygmon.
13297 1999-04-05  Doug Evans  <devans@casey.cygnus.com>
13299         * config-ml.in: Check $host, not $target, for selective multilibs.
13300         (arm-*-*): Allow disabling of biendian, h/w fp, 26 bit apcs,
13301         thumb interworking, and underscore prefix multilibs.
13303 1999-04-04  Ian Lance Taylor  <ian@zembu.com>
13305         * missing: Update to version from current automake.
13307 Fri Apr  2 15:11:32 1999  H.J. Lu  (hjl@gnu.org)
13309         * configure (gxx_include_dir): Removed.
13311         * configure.in (gxx_include_dir): Handle it.
13312         * Makefile.in: Likewise.
13314 1999-03-29  Gavin Romig-Koch  <gavin@cygnus.com>
13316         * config.sub (mips64vr4111,mips64vr4111el) Add.
13318 1999-03-21  Ben Elliston  <bje@cygnus.com>
13320         * config.guess: Correct typo for detecting ELF on FreeBSD.
13322 Thu Mar 18 00:17:50 1999  Mark Elbrecht <snowball3@usa.net>
13324         * configure.in (pc-msdosdjgpp): Set host_makefile_frag to
13325         config/mh-djgpp.
13327 Thu Mar 11 18:37:23 1999  Drew Moseley  <dmoseley@cygnus.com>
13329         * Makefile.in (all-target-bsp): Added all-gcc all-binutils and
13330         all-target-newlib to dependency list for all-target-bsp.
13332 Thu Mar 11 01:19:31 1999  Mumit Khan  <khan@xraylith.wisc.edu>
13334         * config.sub: Add i386-uwin support.
13335         * config.guess: Likewise.
13337 Thu Mar 11 01:07:55 1999  Franz Sirl <Franz.Sirl-kernel@lauterbach.com>
13339         * configure.in: cleanup, add mh-*pic handling for arm, special
13340         case powerpc*-*-aix*
13342 Wed Mar 10 18:35:07 1999  Jeff Johnston  <jjohnstn@cygnus.com>
13344         * configure.in (noconfigdirs): Removed target-libgloss so libnosys.a
13345         can be built.
13347 Wed Mar 10 17:39:09 1999  Drew Moseley  <dmoseley@cygnus.com>
13349         * configure.in: Added bsp support to arm-*-coff and arm-*-elf
13350         targets.
13352 1999-03-02  Nick Clifton  <nickc@cygnus.com>
13354         * config.sub: Rename CYGNUS LOCAL to EGCS LOCAL
13356 Sun Feb 28 02:20:00 1999  Geoffrey Noer  <noer@cygnus.com>
13358         * config.sub: Check for "cygwin*" rather than "cygwin32*"
13360 1999-02-24  Nick Clifton  <nickc@cygnus.com>
13362         * config.sub: Fix typo in arm recognition.
13364 Wed Feb 24 13:51:40 1999  Drew Moseley  <dmoseley@cygnus.com>
13366         * configure.in (noconfigdirs): Changed target_configdirs to
13367         include target-bsp only for m68k-*-elf* and m68k-*-coff*
13368         rather than m68k-*-* since it is not known to work on
13369         m68k-aout. Ditto for arm-*-*oabi.
13371 Wed Feb 24 12:52:17 1999  Stan Shebs  <shebs@andros.cygnus.com>
13373         * configure.in (*-*-windows*): Remove, no longer used.
13375 1999-02-19  Ben Elliston <bje@cygnus.com>
13377         * config.guess: Automatically recognise ELF on FreeBSD. From Niall
13378         Smart and improved by Andrew Cagney.
13380 Thu Feb 18 19:55:09 1999  Marc Espie <espie@cvs.openbsd.org>
13382         * config.guess: Recognize openbsd-*-hppa.
13384 Wed Feb 17 01:38:59 1999  H.J. Lu  (hjl@gnu.org)
13386         * Makefile.in (REALLY_SET_LIB_PATH): Append $$$(RPATH_ENVVAR)
13387         only if it is not empty.
13389 1999-02-17  Nick Clifton  <nickc@cygnus.com>
13391         Patch from: Scott Bambrough <scottb@corelcomputer.com>
13393         * config.guess: Modified to recognize uname's armv* syntax.
13395         * config.sub: Modified to recognize uname's armv* syntax.
13397 1999-02-17  Mark Salter  <msalter@cygnus.com>
13399         * configure.in: Added target-bsp for sparclite.
13401 Mon Feb  8 14:17:24 1999  Richard Henderson  <rth@cygnus.com>
13403         * config.sub: Recognize alphapca5[67] and up to alphaev8.
13405 1999-02-08  Nick Clifton  <nickc@cygnus.com>
13407         * configure.in: Add support for strongarm port.
13408         * config.sub: Add support for strongarm target.
13410 Sun Feb  7 18:01:54 1999  Mumit Khan  <khan@xraylith.wisc.edu>
13412         * configure.in (*-*-cygwin32*): Use config/mh-cygwin instead of
13413         the old name config/mh-cygwin32.
13414         Enable texinfo.
13416 Thu Feb  4 20:43:25 1999  Ian Lance Taylor  <ian@cygnus.com>
13418         * configure.in: Do build ld for ix86 Solaris.
13420 Tue Feb  2 19:46:40 1999  Jim Wilson  <wilson@cygnus.com>
13422         * Makefile.in (EXTRA_GCC_FLAGS):  Set AR to $AR instead of
13423         $AR_FOR_TARGET.  Likewise for RANLIB.
13425 Tue Feb  2 20:05:05 1999  Catherine Moore  <clm@cygnus.com>
13427         * config.sub (oabi):  Recognize.
13428         * configure.in (arm-*-oabi):  Handle.
13430 Sat Jan 30 06:09:00 1999  Robert Lipe  (robertlipe@usa.net)
13432         * config.guess: Improve detection of i686 on UnixWare 7.
13434 Sat Jan 30 08:04:00 1999  Mumit Khan  <khan@xraylith.wisc.edu>
13436         * config.guess: Add support for i386-pc-interix.
13437         * config.sub: Likewise.
13438         * configure.in: Likewise.
13440 Mon Jan 18 13:59:20 1999  Christopher Faylor <cgf@cygnus.com>
13442         * Makefile.in: Remove unneeded all-target-libio from
13443         from all-target-winsup target since it is now unneeded.
13444         Add all-target-libtermcap in its place since it is now
13445         needed.
13447 Wed Dec 30 20:34:52 1998  Christopher Faylor <cgf@cygnus.com>
13449         * configure.in: makefile stub for cygwin target is probably
13450         unnecessary.  Remove it for now.
13452 Wed Dec 30 01:13:03 1998  Christopher Faylor <cgf@cygnus.com>
13454         * configure.in: libtermcap.a should be built when cygwin is the
13455         target as well as the host.
13456         * config.guess: Allow mixed case in cygwin uname output.
13457         * Makefile.in: Add libtermcap target.
13459 Wed Dec 23 00:20:50 1998  Jeffrey A Law  (law@cygnus.com)
13461         * config.sub: Clean up handling of hppa2.0.
13463 Tue Dec 22 23:56:31 1998  Rodney Brown  (rodneybrown@pmsc.com)
13465         * config.guess: Use C code to identify more HP machines.
13467 Thu Dec 17 01:22:30 1998  Jeffrey A Law  (law@cygnus.com)
13469         * config.sub: Handle hppa2.0.
13471 Tue Dec 15 17:02:58 1998  Bob Manson  <manson@charmed.cygnus.com>
13473         * configure.in: Add cygmon for x86-coff and x86-elf. Configure
13474         cygmon for all sparclite targets, regardless of object format.
13476 1998-12-15  Mark Salter  <msalter@cygnus.com>
13478         * configure.in: Added target-bsp for several target architectures.
13480         * Makefile.in: Added rules for bsp.
13482 Fri Dec  4 01:34:02 1998  Jeffrey A Law  (law@cygnus.com)
13484         * config.guess: Improve detection of hppa2.0 processors.
13486 Fri Dec  4 01:33:05 1998  Niall Smart <nialls@euristix.ie>
13488         * config.guess: Recognize FreeBSD using ELF automatically.
13490 1998-11-26  Manfred Hollstein  <manfred@s-direktnet.de>
13492         * configure (skip-this-dir): Add handling for new shell script, which
13493         might be created by a sub-directory's configure to indicate, this particular
13494         directory is "unwanted".
13495         * Makefile.in ($(CONFIGURE_TARGET_MODULES)): Likewise.
13497 Wed Nov 18 18:28:45 1998  Geoffrey Noer  <noer@cygnus.com>
13499         * ltconfig: import from libtool, after changing libtool to
13500         account for the cygwin name change.
13502 Wed Nov 18 18:09:14 1998  Geoffrey Noer  <noer@cygnus.com>
13504         * Makefile.in: CC_FOR_TARGET and CXX_FOR_TARGET should also
13505         include newlib/libc/sys/cygwin and newlib/libc/sys/cygwin32.
13507 Wed Nov 18 20:13:29 1998  Christopher Faylor <cgf@cygnus.com>
13509         * configure.in: Add libtermcap to list of cygwin dependencies.
13511 Tue Nov 17 16:57:51 1998  Geoffrey Noer  <noer@cygnus.com>
13513         * Makefile.in: modify CC_FOR_TARGET and CXX_FOR_TARGET so that
13514         they include winsup/include when it's a cygwin target.
13516 1998-11-12  Tom Tromey  <tromey@cygnus.com>
13518         * configure.in (host_tools): Added zip.
13519         * Makefile.in (all-target-libjava): Depend on all-zip.
13520         (all-zip): New target.
13521         (ALL_MODULES): Added all-zip.
13522         (NATIVE_CHECK_MODULES): Added check-zip.
13523         (INSTALL_MODULES): Added install-zip.
13524         (CLEAN_MODULES): Added clean-zip.
13526 Thu Nov 12 17:27:21 1998  Geoffrey Noer  <noer@cygnus.com>
13528         * Makefile.in: lose "32" from comment about cygwin.
13530 Thu Nov  5 15:00:31 1998  Nick Clifton  <nickc@cygnus.com>
13532         * configure.in: Use -Os to build target libraries for the fr30.
13534 Wed Nov  4 18:49:43 1998  Dave Brolley  <brolley@cygnus.com>
13536         * config.sub: Add fr30.
13538 Mon Nov  2 15:19:33 1998  Geoffrey Noer  <noer@cygnus.com>
13540         * configure.in: drop "32" from config/mh-cygwin32.  Check
13541         cygwin* instead of cygwin32*.
13542         * config.sub: Check cygwin* instead of cygwin32*.
13544 Thu Oct 22 10:55:25 1998  Robert Lipe  <robertl@dgii.com>
13546         * config.guess: Match any version of Unixware7.
13548 1998-10-20  Syd Polk  <spolk@cygnus.com>
13550         * Makefile.in configure.in: Add the ability to use tcl8.1 and tk8.1
13551         if desired.
13553 Sun Oct 18 18:34:50 1998  Jeffrey A Law  (law@cygnus.com)
13555         * config.if (cxx_interface, libstdcxx_interface): Do not try to set
13556         these if the appropriate directories and files to not exist.
13558 Wed Oct 14 10:29:06 1998  Jeffrey A Law  (law@cygnus.com)
13560         * Makefile.in (DEVO_SUPPORT): Add config.if.
13562 Tue Oct 13 15:45:36 1998  Manfred Hollstein  <manfred@s-direktnet.de>
13564         * configure: Add pattern to replace "build_tooldir"'s
13565         definition in the generated Makefile with "tooldir"'s
13566         actual value.
13568 Tue Oct 13 09:17:06 1998  Jeffrey A Law  (law@cygnus.com)
13570         * config.sub: Bring back lost sparcv9.
13572         * Makefile.in (all-snvavigator): Remove all-flexlm dependency.
13574 Mon Oct 12 12:09:44 1998  Jeffrey A Law  (law@cygnus.com)
13576         * Makefile.in (CHILL_FOR_TARGET): Mirror recent changes to
13577         CC_FOR_TARGET and friends.
13579 Mon Oct 12 12:09:30 1998  Alexandre Oliva  <oliva@dcc.unicamp.br>
13581         * Makefile.in (build_tooldir): New variable, same as tooldir.
13582         (CC_FOR_TARGET, GCC_FOR_TARGET, CXX_FOR_TARGET): Add
13583         -B$(build_tooldir)/bin/.
13584         (BASE_FLAGS_TO_PASS): Pass build_tooldir down.
13586 Tue Sep  1 16:23:11 1998  Gerald Pfeifer  <pfeifer@dbai.tuwien.ac.at>
13588         * README: Remove installation instructions and refer to the
13589         INSTALL directory instead.
13591 Wed Sep 30 22:20:50 1998  Robert Lipe  <robertl@dgii.com>
13593         * config.sub: Add support for i[34567]86-pc-udk.
13594         * configure.in: Likewise.
13596 Wed Sep 30 19:23:48 1998  Geoffrey Noer  <noer@cygnus.com>
13598         * Makefile.in: add bzip2 package building bits for user
13599         tools module
13600         * configure.in: ditto
13602 Wed Sep 30 03:00:05 1998  Jeffrey A Law  (law@cygnus.com)
13604         * Makefile.in (TARGET_CONFIGDIRS): Add libobjc.
13605         (ALL_TARGET_MODULES): Add all-target-libobjc.
13606         (CONFIGURE_TARGET_MODULES, CHECK_TARGET_MODULES): Similarly.
13607         (INSTALL_TARGET_MODULES, CLEAN_TARGET_MODULES): Similarly.
13608         (all-target-libchill): Add dependencies.
13609         * configure.in (target_libs): Add libchill.
13611 1998-09-30  Manfred Hollstein  <manfred@s-direktnet.de>
13613         * configure.in (target_subdir): Remove duplicate line.
13615 Tue Sep 29 22:45:41 1998  Felix Lee  <flee@cygnus.com>
13617         * Makefile.in (all-automake): fix dependencies.
13619 Mon Sep 28 04:04:27 1998  Jeffrey A Law  (law@cygnus.com)
13621         * configure.in: Minor cleanups for building in the $(target_alias)
13622         subdir.
13624 1998-09-22  Jim Wilson  <wilson@cygnus.com>
13626         * Makefile.in (bootstrap): Set r and s before make all.  Use
13627         BASE_FLAGS_TO_PASS in make all.
13628         (cross): Likewise.
13630 1998-09-20  Mark Mitchell  <mark@markmitchell.com>
13632         * Makefile.in (bootstrap): Pass TARGET_FLAGS_TO_PASS to `make all'.
13634 Sun Sep 20 00:13:02 1998  Richard Henderson  <rth@cygnus.com>
13636         * config.sub: Fix typo in last change.
13638 1998-09-19  Michael Hayes  <m.hayes@elec.canterbury.ac.nz>
13640         * config.sub: Add support for C4x target.
13641         * configure.in: Likewise.
13643 1998-09-13  David S. Miller  <davem@pierdol.cobaltmicro.com>
13645         * config.sub: Recognize sparcv9 just like sparc64.
13647 Wed Sep  9 15:44:52 1998  Robert Lipe  <robertl@dgii.com>
13649         * config.guess: Match "Pent II" or "PentII" for OpenServer.
13651 Tue Sep  8 01:18:39 1998  Jeffrey A Law  (law@cygnus.com)
13653         * config.guess: Correctly identify Pentium II sco boxes.
13655         * config.guess: Fix "tr" code.  From Weiwen Liu.
13657 Sat Sep  5 13:56:52 1998  John Hughes  <john@Calva.COM>
13659         * configure.in: Do not assume x86-svr4 or x86-unixware can handle
13660         stabs.
13662 Sat Sep  5 02:12:02 1998  Jeffrey A Law  (law@cygnus.com)
13664         * Makefile.in (TARGET_CONFIGDIRS): Add libchill.
13665         (ALL_TARGET_MODULES): Add all-target-libchill.
13666         (CONFIGURE_TARGET_MODULES, CHECK_TARGET_MODULES): Similarly.
13667         (INSTALL_TARGET_MODULES, CLEAN_TARGET_MODULES): Similarly.
13668         (all-target-libchill): Add dependencies.
13669         * configure.in (target_libs): Add libchill.
13671 Sun Aug 30 22:27:02 1998  Lutz Wohlrab <lutz.wohlrab@informatik.tu-chemnitz.de>
13673         * config.guess: Avoid assumptions about "tr" behaves when
13674         LANG is set to something other than English.
13676 Sun Aug 30 22:14:44 1998  H.J. Lu  (hjl@gnu.org)
13678         * configure (gxx_include_dir): Changed to
13679         '${prefix}/include/g++'-${libstdcxx_interface}.
13681         * config.if: New to determine the interfaces.
13683 Sun Aug 30 21:15:19 1998  Mark Klein (mklein@dis.com)
13685         * config.guess: Detect and handle MPE/IX.
13686         * config.sub: Deal with MPE/IX.
13688 Sat Aug 29 14:32:55 1998  David Edelsohn  <edelsohn@mhpcc.edu>
13690         * configure.in: Use mh-aix43.
13692 1998-07-29  Manfred Hollstein  <manfred@s-direktnet.de>
13694         * configure: Fix --without/--disable cases for gxx-include-dir.
13696 Fri Aug 28 12:28:26 1998  Per Bothner  <bothner@cygnus.com>
13698         * mdata-sh:  Imported.  Needed for automake support.
13700 Thu Aug 13 12:49:29 1998  H.J. Lu  <hjl@gnu.org>
13702         * Makefile.in (taz): Try "chmod -R og=u ." before
13703         "chmod og=u `find . -print`".
13705 Fri Jul 31 09:38:33 1998  Catherine Moore  <clm@cygnus.com>
13707         * configure.in: Add arm-elf and thumb-elf support.
13709 Mon Jul 27 16:23:58 1998  Doug Evans  <devans@canuck.cygnus.com>
13711         * Makefile.in: Undo previous patch.
13713 Fri Jul 24 19:55:24 1998  Doug Evans  <devans@canuck.cygnus.com>
13715         * Makefile.in (INSTALL_TARGET): Move EXTRA_TARGET_HOST_INSTALL_MODULES
13716         to here ...
13717         (install-no-fixedincludes): and here
13718         (INSTALL_MODULES): ... from here.
13720 Fri Jul 24 17:01:42 1998  Ian Lance Taylor  <ian@cygnus.com>
13722         * config.sub: Merge with FSF.
13724         * config.guess: Merge with FSF.
13726 Fri Jul 24 08:43:36 1998  Doug Evans  <devans@canuck.cygnus.com>
13728         * configure (extraconfigdirs): New variable.
13729         (SUBDIRS): Add extraconfigdirs and recurse on them too.
13730         * Makefile.in (all): Move higher in file.
13731         (EXTRA_TARGET_HOST_ALL_MODULES): New variable.
13732         (EXTRA_TARGET_HOST_{INSTALL,CHECK}_MODULES): New variables.
13733         (ALL_MODULES): Add EXTRA_TARGET_HOST_ALL_MODULES.
13734         (CROSS_CHECK_MODULES): Add EXTRA_TARGET_HOST_CHECK_MODULES.
13735         (INSTALL_MODULES): Add EXTRA_TARGET_HOST_INSTALL_MODULES.
13737 1998-07-23  Brendan Kehoe  <brendan@cygnus.com>
13739         * Makefile.in (all-target-libjava): Depend on all-gcc and
13740         all-target-newlib.
13741         (configure-target-libjava): Depend on $(ALL_GCC).
13743 Sat Jul 18 14:32:43 CDT 1998  Robert Lipe  <robertl@dgii.com>
13745         * config.guess: (*-pc-sco3.2v5) Add detection for Pentium II.
13746         (*-pc-unixware7) Add detection for Pentium II, Pentium Pro.
13748 Sun Jul 19 00:46:53 CEST 1998  Marc Lehmann <pcg@goof.com>
13750         * INSTALL/README: Fix typo.
13752 Fri Jul 17 13:30:18 1998  Ian Lance Taylor  <ian@cygnus.com>
13754         * ylwrap: Change absolute path checks to check for DOS style path
13755         names.
13757         * ylwrap: Don't use a full path name if the source file is in the
13758         same directory.  From hjl@lucon.org (H.J. Lu).
13760         * config-ml.in: Default to being verbose, to match Feb 18 change to
13761         configure.
13763 Thu Jul 16 12:29:51 1998  Ian Lance Taylor  <ian@cygnus.com>
13765         Brought over from egcs:
13767         Sat Jun 27 22:46:32 1998  Jeffrey A Law  (law@cygnus.com)
13769         * configure.in (target_subdir): Set to ${target_alias} instead
13770         of "libraries".
13772         Mon Sep  1 16:45:44 1997  Jim Wilson  <wilson@cygnus.com>
13774         * configure.in (target_subdir): Set to libraries if enable_multilib.
13776 Wed Jul 15 01:00:54 1998  Ian Lance Taylor  <ian@cygnus.com>
13778         * Makefile.in ($(CONFIGURE_TARGET_MODULES)): If there are any
13779         multilibs, force reconfiguration the first time we create
13780         multilib.out in a subdirectory, in case TARGET_SUBDIR is `.'.
13782 Tue Jul 14 23:41:03 1998  Ian Lance Taylor  <ian@cygnus.com>
13784         * configure.in: Strip any --no option from CONFIG_ARGUMENTS, to
13785         avoid confusion with --no-recursion.
13787 Tue Jul 14 15:37:41 1998  Geoffrey Noer  <noer@cygnus.com>
13789         * configure.in: Win32 hosts shouldn't use install -x
13790         * install-sh: remove -x option, and special .exe-handling
13791         hack.
13793 Tue Jul 14 15:28:41 1998  Richard Henderson  <rth@cygnus.com>
13795         * config.guess: Recognize i586-pc-beos.
13796         * configure.in: Don't build some bits for beos.
13798 Tue Jul 14 13:22:18 1998  Ian Lance Taylor  <ian@cygnus.com>
13800         * configure: If CC is set but CFLAGS is not, and CC is gcc, make
13801         CFLAGS default to -O2.
13803         * ltmain.sh: Add some hacks to make SunOS --enable-shared work
13804         when using GNU ld.
13806 Fri Jul 10 13:18:23 1998  Ian Lance Taylor  <ian@cygnus.com>
13808         * ltmain.sh: Correct install when using a different shell.
13810 Tue Jul  7 15:24:38 1998  Ian Lance Taylor  <ian@cygnus.com>
13812         * ltconfig, ltmain.sh: Update to libtool 1.2b.
13814 Thu Jul  2 13:57:36 1998  Klaus Kaempf  <kkaempf@rmi.de>
13816         * makefile.vms: Update to build binutils/makefile.vms.  Add install
13817         target.
13819 Wed Jul  1 16:45:21 1998  Ian Lance Taylor  <ian@cygnus.com>
13821         * ltconfig: Update to correct AIX handling.
13823 Sat Jun 27 22:46:32 1998  Jeffrey A Law  (law@cygnus.com)
13825         * Makefile.in (BASE_FLAGS_TO_PASS): Add TARGET_SUBDIR.
13827         * configure.in (target_subdir): Set to ${target_alias} instead
13828         of "libraries".
13830 1998-06-26  Manfred Hollstein  <manfred@s-direktnet.de>
13832         * Makefile.in (BASE_FLAGS_TO_PASS): Add gcc_version_trigger.
13833         (Makefile): Depend on $(gcc_version_trigger).
13835         * configure (gcc_version): Change default initializer to empty
13836         string.
13837         (gcc_version_trigger): New variable; pass this variable down
13838         to subdir configures to enable them checking gcc's version
13839         themselves. Emit make macros for both gcc_version vars.
13840         (topsrcdir): Initialize reliably.
13841         (recursion line): Remove --with-gcc-version=${gcc_version}.
13843 1998-06-24  Manfred Hollstein  <manfred@s-direktnet.de>
13845         * configure (enable_version_specific_runtime_libs): Implement new flag
13846         --enable-version-specific-runtime-libs which installs C++ runtime stuff
13847         in $(libsubdir); emit definition in each generated Makefile.
13848         (gxx_include_dir): Initialize depending on
13849         $enable_version_specific_runtime_libs.
13851 1998-06-24  Manfred Hollstein  <manfred@s-direktnet.de>
13853         * configure (gcc_version): Initialize properly depending on
13854         how and where configure is started.
13855         (recursion line): Pass a --with-gcc-version=${gcc_version}
13856         to configures in subdirs.
13858 Wed Jun 24 16:01:59 1998  John Metzler  <jmetzler@cygnus.com>
13860         * configure.in (noconfigdirs): Add configure pattern for mips tx39
13861         cygmon
13863 Tue Jun 23 22:42:32 1998  Mark Alexander  <marka@cygnus.com>
13865         * configure.in: Add cygmon and libstub support for mn10200.
13867 1998-06-19  Manfred Hollstein  <manfred@s-direktnet.de>
13869         * configure (gcc_version): Add new variable describing the
13870         particular gcc version we're building.
13871         * Makefile.in (libsubdir): Add new macro for the directory
13872         in which the compiler finds executables, libraries, etc.
13873         (BASE_FLAGS_TO_PASS): Pass down gcc_version, target_alias
13874         and libsubdir.
13876 Fri Jun 19 02:36:59 1998  Alexandre Oliva <oliva@dcc.unicamp.br>
13878         * Makefile.in (local-clean): Remove *.log.
13879         (warning.log): Built with warn_summary from build.log.
13880         (mail-report.log): Run test_summary.
13881         (mail-report-with-warnings.log): Run test_summary including
13882         warning.log in the report.
13884 Thu Jun 18 11:26:03 1998  Robert Lipe  <robertl@dgii.com>
13886         * config.guess: Detection of Pentium II for *-sco-3.2v5*.
13888 Mon Jun 15 14:53:54 1998  Andrew Cagney  <cagney@b1.cygnus.com>
13890         * Makefile.in (grep): Grep no longer depends on libiberty.
13892 Fri Jun 12 14:03:34 1998  Syd Polk  <spolk@cygnus.com>
13894         * Makefile.in: all-snavigator needs all-libgui.
13896 Thu Jun 11 19:43:47 1998  Mark Alexander  <marka@cygnus.com>
13898         * configure.in: Add cygmon and libstub support for mn10300.
13900 Wed Jun 10 11:19:47 1998  Ian Lance Taylor  <ian@cygnus.com>
13902         * missing: Update to version from automake 1.3.
13904         * ltmain.sh: On installation, don't get confused if the same name
13905         appears more than once in the list of library names.
13907 Wed Jun  3 14:51:42 1998  Ian Lance Taylor  <ian@cygnus.com>
13909         * config.sub: Accept m68060 and m5200 as CPU names.
13911 Mon Jun  1 17:25:16 1998  Ian Lance Taylor  <ian@cygnus.com>
13913         * configure: Use && rather than using -a in test, because odd
13914         strings can confuse test.
13915         * configure.in: Likewise.
13917 Thu May 28 19:31:13 1998  Ian Lance Taylor  <ian@cygnus.com>
13919         * ltconfig, ltmain.sh: Bring in Visual C++ support.
13921 Sat May 23 23:44:13 1998  Alexandre Oliva <oliva@dcc.unicamp.br>
13923         * Makefile.in (boostrap2-lean, bootstrap3-lean,
13924         bootstrap4-lean): New targets.
13926 Mon May 11 23:55:56 1998  Jeffrey A Law  (law@cygnus.com)
13928         * mpw-* Delete.  Not used.
13930 Mon May 11 23:11:34 1998  Jeffrey A Law  (law@cygnus.com)
13932         * COPYING.LIB: Update FSF address.
13934 Fri May  8 01:30:20 1998  Ian Lance Taylor  <ian@cygnus.com>
13936         * ltconfig, ltmain.sh: Update to libtool 1.2a.
13938         * Makefile.in (GASB_SUPPORT_DIRS): Remove intl; already included via
13939         GAS_SUPPORT_DIRS.
13941 Thu May  7 17:27:35 1998  Ian Lance Taylor  <ian@cygnus.com>
13943         * ltconfig, ltmain.sh: Avoid producing a version number if
13944         -version-info was not used.
13946 Tue May  5 18:02:24 1998  Ian Lance Taylor  <ian@cygnus.com>
13948         * configure.in: Add --with-newlib to CONFIG_ARGUMENTS if we are
13949         building with newlib.
13951 1998-04-30  Paul Eggert  <eggert@twinsun.com>
13953         * Makefile.in (EXTRA_GCC_FLAGS): Remove backslash at end;
13954         Solaris `make' causes it to continue to next definition.
13956 Tue Apr 28 16:24:24 1998  Jason Molenda  (crash@bugshack.cygnus.com)
13958         * Makefile.in (install-gdbtk): Call this 'install-gdb' so that
13959         the right GUI libraries and files are installed along with GDB.
13961 Tue Apr 28 18:11:24 1998  Ian Lance Taylor  <ian@cygnus.com>
13963         * configure.in: Change alpha to alpha* in several places.
13965 Tue Apr 28 07:42:00 1998  Mark Alexander  <marka@cygnus.com>
13967         * config.sub: Recognize sparc86x.
13969 Tue Apr 28 07:35:02 1998  Michael Meissner  <meissner@cygnus.com>
13971         * configure.in (--enable-target-optspace): Remove debug echo.
13973 Thu Apr 23 21:31:16 1998  Jim Wilson  <wilson@cygnus.com>
13975         * configure: Set CXXFLAGS from CXXFLAGS, not CFLAGS.
13977 Thu Apr 23 12:26:38 1998  Ian Lance Taylor  <ian@cygnus.com>
13979         * ltconfig: Update cygwin32 support.
13981         * Makefile.in (GAS_SUPPORT_DIRS): Add intl.
13982         (BINUTILS_SUPPORT_DIRS, GASB_SUPPORT_DIRS): Likewise.
13983         (GDB_SUPPORT_DIRS): Likewise.
13985 Wed Apr 22 12:30:10 1998  Michael Meissner  <meissner@cygnus.com>
13987         * configure.in (target_makefile_frag): If --enable-target-optspace,
13988         use -Os to compile target libraries rather than -O2.  Default to
13989         using -Os for d10v and m32r if --{enable,disable}-target-optspace is
13990         not used.
13991         * configure.in (target_cflags): Ditto for d30v.
13993 Tue Apr 21 23:06:54 1998  Tom Tromey  <tromey@cygnus.com>
13995         * Makefile.in (all-bfd): Depend on all-intl.
13996         (all-binutils): Likewise.
13997         (all-gas): Likewise.
13998         (all-gprof): Likewise.
13999         (all-ld): Likewise.
14001 1998-04-19  Brendan Kehoe  <brendan@cygnus.com>
14003         * configure.in (host_tools): Fix typo, lbtool -> libtool.
14005 Fri Apr 17 16:20:42 1998  Ian Lance Taylor  <ian@cygnus.com>
14007         * Makefile.in (all-bfd): Depend upon all-libiberty.
14009         * ltconfig, ltmain.sh: Bring in newer cygwin32 support.
14011 Fri Apr 17 12:22:22 1998  Bob Manson  <manson@charmed.cygnus.com>
14013         * Makefile.in: Add libstub.
14015         * configure.in: Ditto. Build libstub for targets that have cygmon
14016         support.
14018 Tue Apr 14 18:01:55 1998  Ian Lance Taylor  <ian@cygnus.com>
14020         * configure.in: Don't set PICFLAG on ix86-cygwin32.
14022 Tue Apr 14 12:24:45 1998  J. Kean Johnston  <jkj@sco.com>
14024         * configure.in: Recognise i[3456]96-*-sysv5* as a valid host, and
14025         use mh-sysv5 if specified.  Support gprof on SCO Open Server.
14027 Tue Apr 14 11:33:51 1998  Krister Walfridsson <cato@df.lth.se>
14029         * configure: Define DEFAULT_M4 by searching PATH.
14030         * Makfile.in: Use DEFAULT_M4.
14032 Mon Apr 13 15:37:24 1998  Ian Lance Taylor  <ian@cygnus.com>
14034         * ltconfig: Add cygwin32 support.
14036         * Makefile.in, configure.in: Add libtool as a native only directory
14037         to configure and build.
14039 Sun Apr 12 20:58:46 1998  Jeffrey A Law  (law@cygnus.com)
14041         * Makefile.in (INSTALL_MODULES): Remove texinfo.
14043 Wed Apr  8 13:18:56 1998  Philippe De Muyter  <phdm@macqel.be>
14045         * Makefile.in (EXTRA_GCC_FLAGS): XFOO lines shortened.
14047 Thu Apr  2 14:48:44 1998  Geoffrey Noer  <noer@cygnus.com>
14049         * Makefile.in: add ash make rules
14050         * configure.in: add ash to native_only and host_tools lists
14052 Thu Mar 26 12:53:20 1998  Tom Tromey  <tromey@cygnus.com>
14054         * Makefile.in (all-gettext, all-intl): New targets.
14055         (ALL_MODULES): Added all-gettext, all-intl.
14056         (CROSS_CHECK_MODULES): Added check-gettext, check-intl.
14057         (INSTALL_MODULES): Added install-gettext, install-intl.
14058         (CLEAN_MODULES): Added clean-gettext, clean-intl.
14060         * configure.in (host_tools): Added gettext.
14061         (native_only): Likewise.
14062         (noconfigdirs) [various cases]: Likewise.
14063         (host_libs): Added intl.
14065 Thu Mar 26 15:00:11 1998  Keith Seitz  <keiths@onions.cygnus.com>
14067         * configure: Do not disable building gdbtk for cygwin32 hosts.
14069 Wed Mar 25 10:04:18 1998  Nick Clifton  <nickc@cygnus.com>
14071         * configure.in: Add thumb-coff target.
14072         * config.sub: Add thumb-coff target.
14074 Wed Mar 25 11:49:12 1998  Jason Molenda  (crash@bugshack.cygnus.com)
14076         * Makefile.in: Revert yesterday's change.
14077         (all-target-winsup):  all-target-librx stays out of here.
14079 Tue Mar 24 16:58:29 1998  Jason Molenda  (crash@bugshack.cygnus.com)
14081         * Makefile.in (TARGET_CONFIGDIRS, ALL_TARGET_MODULES,
14082         CONFIGURE_TARGET_MODULES, CHECK_TARGET_MODULES,
14083         INSTALL_TARGET_MODULES, CLEAN_TARGET_MODULES, all-target-winsup):
14084         Remove references to librx and libg++.
14086 Tue Mar 24 18:28:12 1998  Eric Mumpower  <nocturne@cygnus.com>
14088         * Makefile.in (BASE_FLAGS_TO_PASS): Pass $(lispdir) down to
14089         recursive makes
14091 Tue Mar 24 11:37:45 1998  Ian Lance Taylor  <ian@cygnus.com>
14093         * Makefile.in (CC_FOR_TARGET): Use $(TARGET_SUBDIR) when passing -B
14094         for newlib directory.
14095         (CXX_FOR_TARGET): Likewise.
14097 Mon Mar 23 11:30:21 1998  Jeffrey A Law  (law@cygnus.com)
14099         * ltconfig: Update after libtool/ltconfig.in change for
14100         hpux11.
14102 Fri Mar 20 18:51:43 1998  Ian Lance Taylor  <ian@cygnus.com>
14104         * ltconfig, ltmain.sh: Update to libtool 1.2.
14106 Fri Mar 20 09:32:14 1998  Manfred Hollstein  <manfred@s-direktnet.de>
14108         * Makefile.in (install-gcc): Don't specify LANGUAGES here.
14109         (install-gcc-cross): Instead, override LANGUAGES here.
14111 1998-03-18  Dave Love  <d.love@dl.ac.uk>
14113         * Makefile.in ($(CONFIGURE_TARGET_MODULES)): Set CONFIG_SITE to a
14114         non-existent file since /dev/null loses with bash 2.0/autoconf 2.12.
14116 Wed Mar 18 09:24:59 1998  Nick Clifton  <nickc@cygnus.com>
14118         * configure.in: Add Thumb-pe target.
14120 Tue Mar 17 16:59:00 1998  Syd Polk <spolk@cygnus.com>
14122         * Makefile.in - changed sn targets to snavigator
14123         * configure.in - changed sn targets to snavigator
14125 Tue Mar 17 10:33:28 1998  Manfred Hollstein  <manfred@s-direktnet.de>
14127         * config-ml.in: After building symlink tree call make distclean
14128         if a Makefile got linked into ${ml_dir}/${ml_libdir}; this happens
14129         to be the case for libiberty.
14131 Tue Mar 17 10:22:37 1998  H.J. Lu  (hjl@gnu.ai.mit.edu)
14133         * configure: When making link, also check the current
14134         directory. The configure scripts may create one.
14136 Fri Mar  6 01:02:03 1998  Richard Henderson  <rth@cygnus.com>
14138         * config.sub: Accept alphapca56 and alphaev6 properly.
14140 Fri Mar  6 00:14:55 1998  Franz Sirl <Franz.Sirl-kernel@lauterbach.com>
14142         * configure.in: Revert 3 Jan change for powerpc-linux-gnulibc1.
14144 Mon Feb 23 15:09:18 1998  Bruno Haible <bruno@linuix.mathematik.uni-karlsruhe.de
14146         * config.sub (sco5): Fix typo.
14148 Mon Feb 23 14:46:06 1998  Ian Lance Taylor  <ian@cygnus.com>
14150         * Makefile.in (INSTALL_MODULES): Move install-tcl before
14151         install-itcl.
14152         (install-itcl): Remove dependency on install-tcl.
14154 Mon Feb 23 09:53:28 1998  Mark Alexander  <marka@cygnus.com>
14156         * configure.in: Remove libgloss from noconfigdirs for MN10300.
14158 Thu Feb 19 13:40:41 1998  Ian Lance Taylor  <ian@cygnus.com>
14160         * configure.in: Don't build libgui for a cygwin32 target when not on
14161         a cygwin32 host.
14163 Wed Feb 18 12:29:00 1998  Jason Molenda  (crash@bugshack.cygnus.com)
14165         * configure (redirect): Set to null, so default behavior of
14166         configure is now --verbose.
14168 1998-02-16  Dave Love  <d.love@dl.ac.uk>
14170         * Makefile.in ($(CONFIGURE_TARGET_MODULES)): Run configure with
14171         CONFIG_SITE=/dev/null to forestall lossage with site configuration.
14173 Mon Feb 16 12:23:53 1998  Manfred Hollstein  <Manfred.Hollstein@ks.sel.alcatel.de>
14175         * Makefile.in (BASE_FLAGS_TO_PASS, EXTRA_TARGET_FLAGS): Really add
14176         this change to sync Makefile.in with its ChangeLog entries.
14178 Thu Feb 12 15:03:08 1998  H.J. Lu  <hjl@gnu.org>
14180         * ltmain.sh (mkdir): Check that the directory doesn't exist
14181         before we exit with error, so that we don't get races during
14182         parallel builds.
14184 Sat Feb  7 15:19:18 1998  Ian Lance Taylor  <ian@cygnus.com>
14186         * ltconfig, ltmain.sh: Update from libtool 1.0i.
14188 Fri Feb  6 01:33:52 1998  Manfred Hollstein  <manfred@s-direktnet.de>
14190         * Makefile.in (BASE_FLAGS_TO_PASS): Don't pass PICFLAG and
14191         PICFLAG_FOR_TARGET.
14192         (EXTRA_TARGET_FLAGS): Don't pass PICFLAG_FOR_TARGET.
14194         * configure: Emit a definition for the new macro enable_shared
14195         into each Makefile.
14197 Thu Feb  5 17:01:12 1998  Jason Molenda  (crash@bugshack.cygnus.com)
14199         * configure.in (host_tools, native_only): Add libtool.
14201 Wed Feb  4 16:53:58 1998  Geoffrey Noer  <noer@cygnus.com>
14203         * configure.in: add target-gperf to noconfigdirs for Cygwin32.
14204         Fix typo in ming config comment.
14206 Wed Feb  4 18:56:13 1998  Ian Lance Taylor  <ian@cygnus.com>
14208         * ltconfig, ltmain.sh: Update from libtool 1.0h.
14210 Mon Feb  2 19:38:19 1998  Ian Lance Taylor  <ian@cygnus.com>
14212         * config.sub: Add tic30 cases, and map c30 to tic30.
14214 Sun Feb  1 02:40:41 1998  Richard Henderson  <rth@cygnus.com>
14216         * Makefile.in (TARGET_CONFIGDIRS): Add libf2c.
14217         (ALL_TARGET_MODULES, CONFIGURE_TARGET_MODULES): Similarly
14218         (CHECK_TARGET_MODULES, INSTALL_TARGET_MODULES): Similarly
14219         (CLEAN_TARGET_MODULES): Similarly
14220         (all-target-libf2c): Add dependences.
14221         * configure.in (target_libs): Add libf2c.
14223 Fri Jan 30 17:18:32 1998  Geoffrey Noer  <noer@cygnus.com>
14225         * configure.in: Remove expect from noconfigdirs when target
14226         is cygwin32.  OK to build expect and dejagnu with Canadian
14227         Cross.
14229 Wed Jan 28 12:58:49 1998  Ian Lance Taylor  <ian@cygnus.com>
14231         * configure.in: Do build expect, dejagnu, and cvssrc for a cygwin32
14232         host.
14234         * config.guess: Use ${UNAME_MACHINE} rather than i386 for cygwin32
14235         and mingw32.
14237 Wed Jan 28 10:26:37 1998  Manfred Hollstein  <manfred@s-direktnet.de>
14239         * Makefile.in (BASE_FLAGS_TO_PASS): Remove passing $(local_prefix)
14240         here as it is not defined in the toplevel Makefile.
14242 Tue Jan 27 23:25:06 1998  Manfred Hollstein  <manfred@s-direktnet.de>
14244         * configure (package_makefile_rules_frag): New variable, which names
14245         a file with generic rules, ...
14246         Change comment to mention we now have FIVE parts.
14247         * configure: Undo last change.
14249 Tue Jan 27 23:15:55 1998  Lassi A. Tuura  <lat@iki.fi>
14251         * config.guess: More accurate determination of HP processor types.
14252         * config.sub: More accurate determination of HP processor types.
14254 Sat Jan 24 01:59:45 1998  Manfred Hollstein  <manfred@s-direktnet.de>
14256         * configure (package_makefile_frag): Move inserting the
14257         ${package_makefile_frag} to where it should be according
14258         to the comment.
14260 Fri Jan 23 00:29:28 1998  Philip Blundell  <pb@nexus.co.uk>
14262         * config.guess: Add support for Linux/ARM.
14264 Thu Jan 22 15:14:01 1998  Fred Fish  <fnf@cygnus.com>
14266         * .cvsignore: Remove *-info and *-install since they match
14267         release-info and mpw-install, which we don't want to just ignore.
14269 Thu Jan 22 01:38:33 1998  Richard Henderson  <rth@cygnus.com>
14271         * configure.in: Revert 3 Jan change for alpha-linux-gnulibc1.
14273 Sat Jan 17 21:28:08 1998  Pieter Nagel <pnagel@epiuse.co.za>
14275         * Makefile.in (FLAGS_TO_PASS): Pass down gcc_include_dir and
14276         local_prefix to sub-make invocations.
14278 Sat Jan 17 21:04:59 1998 H.J. Lu  (hjl@gnu.org)
14280         * configure.in: Check makefile fragments in the source
14281         directory.
14283 Fri Jan 16 00:41:37 1998  Alexandre Oliva <oliva@dcc.unicamp.br>
14285         * configure.in: Check whether host and target makefile
14286         fragments exist before adding them to *_makefile_frag.
14288 Wed Jan 14 23:39:10 1998  Bob Manson  <manson@charmed.cygnus.com>
14290         * configure.in (target_configdirs): Add cygmon for sparc64-elf.
14292 Wed Jan 14 12:48:07 1998  Keith Seitz  <keiths@pizza.cygnus.com>
14294         * configure.in: Make sure we only replace RPATH_ENVVAR on
14295         lines which begin with RPATH_ENVVAR, i.e. add "^" to the
14296         regexp to sed.
14298         * Makefile.in (BASE_FLAGS_TO_PASS): Pass RRPATH_ENVVAR down
14299         to sub-makes.
14301 1998-01-13  Lee Iverson   (leei@ai.sri.com)
14303         * config-ml.in (multi-do): LDFLAGS must include multilib
14304         designator.
14306 Tue Jan 13 01:13:24 1998   Robert Lipe (robertl@dgii.com)
14308         * config.guess: Recognize i[3456]-i586-UnixWare7-sysv5.
14310 Sun Jan  4 01:06:55 1998  Mumit Khan  <khan@xraylith.wisc.edu>
14312         * config.sub: Add mingw32 support.
14313         * configure.in: Likewise.
14315 Sat Jan  3 12:11:05 1998 Franz Sirl <franz.sirl-kernel@lauterbach.com>
14317         * configure.in: Finalize support for {alpha|powerpc}*-*-linux-gnulibc1
14319 Sun Dec 28 11:28:58 1997  Jeffrey A Law  (law@cygnus.com)
14321         * Makefile.in (INSTALL_TARGET): Do install-gcc first.
14322         * configure (gxx_include_dir): Provide a definition for subdirs
14323         which do not use autoconf.
14325 Wed Dec 24 22:46:55 1997  Jeffrey A Law  (law@cygnus.com)
14327         * config.guess: Sync with egcs.  Picks up new alpha support,
14328         BeOS & some additional linux support.
14330 Tue Dec 23 12:44:24 1997  Jeffrey A Law  (law@cygnus.com)
14332         * config.guess: HP 9000/803 is a PA1.1 machine.
14334 Mon Dec 22 02:39:24 1997  Richard Henderson  <rth@cygnus.com>
14336         * configure.in: It's alpha*-...
14338 Sun Dec 21 16:53:12 1997  H.J. Lu  (hjl@gnu.ai.mit.edu)
14340         * configure.in (host_makefile_frag, target_makefile_frag):
14341         Handle multiple config files.
14342         (alpha-*-linux*): Treat alpha-*-linux* as alpha-*-linux* and
14343         alpha-*-*.
14345 Thu Dec 18 13:13:03 1997  Doug Evans  <devans@canuck.cygnus.com>
14347         * mkdep: New file.
14349 Wed Dec 17 09:53:02 1997  Michael Meissner  <meissner@cygnus.com>
14351         * configure.in (d30v-*-*): Allow configuring of libide, vmake, etc.
14353 Tue Dec 16 17:36:05 1997  Ian Lance Taylor  <ian@cygnus.com>
14355         * Makefile.in: Add libgui directory.
14356         (GDB_TK): Add all-libgui.
14357         * configure.in: Add libgui directory.
14358         * configure: Add all-libgui to GDB_TK.
14360 Mon Dec 15 16:12:28 1997  Nick Clifton  <nickc@cygnus.com>
14362         * config-ml.in (multidirs): Add m32r to multilib list.
14364 Fri Dec 12 10:43:31 1997  Brendan Kehoe  <brendan@canuck.cygnus.com>
14366         * Makefile.in (all-target-gperf): Change dependency to
14367         all-target-libstdc++.
14369 Thu Dec 11 23:30:51 1997  Fred Fish  <fnf@ninemoons.com>
14371         * config.guess: Add BeOS support.
14373 Wed Dec 10 15:10:38 1997  Ian Lance Taylor  <ian@cygnus.com>
14375         Source directory cvs renamed to cvssrc:
14376         * configure.in (host_tools): Change cvs to cvssrc.
14377         (native_only): Likewise.
14378         (noconfigdirs) [various cases]: Likewise.
14379         * Makefile.in (ALL_MODULES): Change all-cvs to all-cvssrc.
14380         (CROSS_CHECK_MODULES): Change check-cvs to check-cvssrc.
14381         (INSTALL_MODULES): Change install-cvs to install-cvssrc.
14382         (CLEAN_MODULES): Change clean-cvs to clean-cvssrc.
14383         (all-cvssrc): Rename target from all-cvs.
14385 Wed Dec  3 07:55:59 1997  Jeffrey A Law  (law@cygnus.com)
14387         * configure (gxx_include_dir): Fix thinko.
14389 Tue Dec  2 10:55:34 1997  Jeffrey A Law  (law@cygnus.com)
14391         * Makefile.in (INSTALL_TARGET_CROSS): Define.
14392         (install-cross, install-gcc-cross): New targets.
14394 Tue Dec  2 10:08:31 1997  Nick Clifton  <nickc@cygnus.com>
14396         * configure.in (noconfigdirs): Add support for Thumb target.
14398         * config.sub (maybe_os): Add support for Thumb target.
14400 Sun Nov 30 16:12:27 1997  Bob Manson  <manson@charmed.cygnus.com>
14402         * Makefile.in: Add rules for cygmon.
14404         * configure.in: Build cygmon for sparc-elf and sparclite-aout.
14406 Thu Nov 27 01:31:30 1997  Jeffrey A Law  (law@cygnus.com)
14408         * Makefile.in (INSTALL_TARGET): Do install-gcc first.
14409         * configure (gxx_include_dir): Provide a definition for subdirs
14410         which do not use autoconf.
14412 Wed Nov 26 11:53:33 1997  Keith Seitz  <keiths@onions.cygnus.com>
14414         * Makefile.in, configure, configure.in, ChangeLog: merge with foundry's
14415         11/18/97 build
14417 Wed Nov 26 16:08:50 1997  Jeffrey A Law  (law@cygnus.com)
14419         * From Franz Sirl.
14420         * config.guess (powerpc*-*-linux): Handle glibc2 beta release
14421         found on RedHat Linux systems.
14423 Fri Nov 21 09:51:01 1997  Jeffrey A Law  (law@cygnus.com)
14425         * config.guess (alpha stuff): Merge with FSF to avoid incorrect
14426         guesses.
14428 Thu Nov 13 11:38:37 1997  Jeffrey A Law  (law@cygnus.com)
14430         * configure.in (i[3456]86-ncr-sysv4.3*): Tweak.
14432 Mon Nov 10 15:23:21 1997  H.J. Lu  <hjl@gnu.ai.mit.edu>
14434         * ltmain.sh: If mkdir fails, check whether the directory was created
14435         anyhow by some other process.
14437 Mon Nov 10 14:38:03 1997  Michael Meissner  <meissner@cygnus.com>
14439         * configure.in (d30v-*-*): Configure all directories.
14441 Sun Nov  9 17:36:20 1997  Michael Meissner  <meissner@cygnus.com>
14443         * configure.in (d30v-*-*): Configure newlib, libiberty directories
14444         for the D30V.
14446 Sat Nov  8 14:42:59 1997  Michael Meissner  <meissner@cygnus.com>
14448         * configure.in (d30v-*-*): Configure target-libgloss on the D30V.
14450 Fri Nov  7 10:34:09 1997  Rob Savoye  <rob@darkstar.cygnus.com>
14452         * include/libiberty.h: Add extern "C" { so it can be used with C++
14453         progrms.
14454         * include/remote-sim.h:  Add extern "C" { so it can be used with C++
14455         programs.
14457 Thu Oct 30 11:09:29 1997  Michael Meissner  <meissner@cygnus.com>
14459         * configure.in (d30v-*-*): Configure GCC now.
14461 Mon Oct 27 13:17:24 1997  Stan Shebs  <shebs@andros.cygnus.com>
14463         * configure.in: Remove a "second pass" of tweaking noconfigdirs,
14464         is no longer needed.
14466 Mon Oct 27 12:03:53 1997  Jason Merrill  <jason@yorick.cygnus.com>
14468         * Makefile.in: check-target-libio depends on all-target-libstdc++.
14470 Sun Oct 26 11:48:27 1997  Manfred Hollstein  (manfred@s-direktnet.de)
14472         * Makefile.in (bootstrap-lean): Combined with `normal' bootstrap
14473         targets using "$@" to provide support for similar but not identical
14474         targets without having to duplicate code.
14476 Mon Oct 20 15:28:49 1997  Klaus K"ampf  <kkaempf@progis.de>
14478         * makefile.vms: Fix to work with DEC C.
14480 Tue Oct  7 23:58:57 1997  Gavin Koch  <gavin@cygnus.com>
14482         * config.sub: Add mips-tx39-elf to marketing names.
14484 Tue Oct  7 14:24:41 1997  Ian Lance Taylor  <ian@cygnus.com>
14486         * ltmain.sh: Handle symlinks in generated script.
14488 Wed Oct  1 13:11:27 1997  Ian Lance Taylor  <ian@cygnus.com>
14490         * configure: Handle autoconf style directory options: --bindir,
14491         --datadir, --includedir, --infodir, --libdir, --libexecdir,
14492         --mandir, --oldincludedir, --sbindir, --sharedstatedir,
14493         --sysconfdir.
14494         * Makefile.in (sbindir, libexecdir, sysconfdir): New variables.
14495         (sharedstatedir, localstatedir, oldincludedir): New variables.
14496         (BASE_FLAGS_TO_PASS): Pass down bindir, datadir, includedir,
14497         infodir, libdir, libexecdir, localstatedir, mandir, oldincludedir,
14498         sbindir, sharedstatedir, and sysconfdir.
14500 Mon Sep 29 00:38:08 1997 Aaron Jackson <jackson@negril.msrce.howard.edu>
14502         * Makefile.in (bootstrap-lean): New target.
14504 Wed Sep 24 18:06:27 1997  Stu Grossman  <grossman@babylon-5.cygnus.com>
14506         * configure.in (d30v):  Remove tcl, tk, expect, gdb, itcl, tix, db,
14507         sn, and gnuserv from noconfigdirs.
14509 Wed Sep 24 15:18:32 1997  Ian Lance Taylor  <ian@cygnus.com>
14511         * ltmain.sh: Tweak shell pattern to avoid bug in NetBSD /bin/sh.
14513 Thu Sep 18 23:58:27 1997  Jeffrey A Law  (law@cygnus.com)
14515         * Makefile.in (cross): New target.
14517 Thu Sep 18 21:43:23 1997  Alexandre Oliva  <oliva@dcc.unicamp.br>
14518                           Jeff Law         <law@cygnus.com>
14520         * Makefile.in (bootstrap2, bootstrap3): New targets.
14521         (all-bootstrap): Remove outdated and confusing target.
14522         (bootstrap, bootstrap2, bootstrap3): Don't pass BOOT_CFLAGS down.
14524 Thu Sep 18 15:37:42 1997  Andrew Cagney  <cagney@b1.cygnus.com>
14526         * configure (tooldir): enable_gdbtk=YES for cygwin32, NO for
14527         windows.  Consistent with gdb/configure.
14529 1997-09-15 02:37  Ulrich Drepper  <drepper@cygnus.com>
14531         * configure.in: Name Linux target fragment.
14533         * configure: Rewrite so that project Makefile fragment is inserted
14534         first and appears last in the resulting Makefile.
14536 Tue Sep 16 09:55:07 1997  Andrew Cagney  <cagney@b1.cygnus.com>
14538         * Makefile.in (install-itcl): Install tcl first.
14540 Fri Sep 12 16:19:20 1997  Geoffrey Noer  <noer@cygnus.com>
14542         * configure.in: remove bison from noconfigdirs for Cygwin32 host
14544 Thu Sep 11 16:40:46 1997  H.J. Lu  (hjl@gnu.ai.mit.edu)
14546         * Makefile.in (local-distclean): Also remove mh-frag mt-frag.
14548         * configure.in (skipdirs): Add target-librx for Linux.
14549         (alpha-*-linux*): Use config/mh-elfalphapic and config/mt-elfalphapic.
14551 Wed Sep 10 21:29:54 1997  Jeffrey A Law  (law@cygnus.com)
14553         * Makefile.in (bootstrap): New target.
14555 Wed Sep 10 15:19:22 1997  Jeffrey A Law  (law@cygnus.com)
14557         * config.sub: Accept 'amigados' for backward compatibility.
14559 Mon Sep  8 20:46:20 1997  Ian Lance Taylor  <ian@cygnus.com>
14561         * config.guess: Merge with FSF.
14563 Sun Sep  7 23:18:32 1997  Fred Fish  <fnf@ninemoons.com>
14565         * config.sub: Change 'amigados' to 'amigaos' to match current usage.
14567 Sun Sep  7 15:55:28 1997  Gavin Koch  <gavin@cygnus.com>
14569         * config.sub: Add "marketing-names" patch.
14571 Fri Sep  5 16:11:28 1997  Joel Sherrill  (joel@OARcorp.com)
14573         * configure.in (*-*-rtems*): Do not build libgloss for rtems.
14575 Fri Sep  5 12:27:17 1997  Jeffrey A Law  (law@cygnus.com)
14577         * config.sub: Handle v850-elf.
14579 Wed Sep  3 22:01:58 1997  Fred Fish  <fnf@ninemoons.com>
14581         * .cvsignore (*-install): Remove.
14583 Wed Sep  3 12:15:24 1997  Chris Provenzano  <proven@cygnus.com>
14585         * ltconfig: Set CONFIG_SHELL in libtool.
14586         * ltmain.sh: Use CONFIG_SHELL instead of /bin/sh
14588 Mon Sep  1 16:45:44 1997  Jim Wilson  <wilson@cygnus.com>
14590         * configure.in (target_subdir): Set to libraries if enable_multilib.
14592 Wed Aug 27 16:15:11 1997  Jim Wilson  <wilson@cygnus.com>
14594         * config.guess: Update from gcc directory.
14596 Tue Aug 26 16:46:46 1997  Andrew Cagney  <cagney@b1.cygnus.com>
14598         * Makefile.in (all-sim): Depends on all-readline.
14600 Wed Aug 20 19:57:37 1997  Jason Merrill  <jason@yorick.cygnus.com>
14602         * Makefile.in (BISON, YACC): Use $$s.
14603         (all-bison): Depend on all-texinfo.
14605 Tue Aug 19 01:41:32 1997  Jason Merrill  <jason@yorick.cygnus.com>
14607         * Makefile.in (BISON): Add -L flag.
14608         (YACC): Likewise.
14610 Mon Aug 18 11:30:50 1997  Nick Clifton  <nickc@cygnus.com>
14612         * configure.in (noconfigdirs): Add support for v850e target.
14614         * config.sub (maybe_os): Add support for v850e target.
14616 Mon Aug 18 11:30:50 1997  Nick Clifton  <nickc@cygnus.com>
14618         * configure.in (noconfigdirs): Add support for v850ea target.
14620         * config.sub (maybe_os): Add support for v850ea target.
14622 Mon Aug 18 09:24:06 1997  Gavin Koch  <gavin@cygnus.com>
14624         * config.sub: Add mipstx39.  Delete r3900.
14626 Mon Aug 18 17:20:10 1997  Jason Molenda  (crash@godzilla.cygnus.co.jp)
14628         * Makefile.in (all-autoconf): Depends on all-texinfo.
14630 Fri Aug 15 23:09:26 1997  Michael Meissner  <meissner@cygnus.com>
14632         * config-ml.in ({powerpc,rs6000}*-*-*): Update to current AIX and
14633         eabi targets.
14635 Thu Aug 14 14:42:17 1997  Ian Lance Taylor  <ian@cygnus.com>
14637         * configure: Get CFLAGS and CXXFLAGS from Makefile, if possible.
14639         * configure: When handling a Canadian Cross, handle YACC as well as
14640         BISON.  Just set BISON to bison.  When setting YACC, prefer bison.
14641         * Makefile.in (all-bison): Depend upon all-texinfo.
14643 Tue Aug 12 20:09:48 1997  Jason Merrill  <jason@yorick.cygnus.com>
14645         * Makefile.in (BISON): bison, not byacc or bison -y.
14646         (YACC): bison -y or byacc or yacc.
14647         (various): Add *-bison as appropriate.
14648         (taz): No need to mess with BISON anymore.
14650 Tue Aug 12 22:33:08 1997  Ian Lance Taylor  <ian@cygnus.com>
14652         * configure: If OSTYPE matches *win32*, try to find a good value for
14653         CONFIG_SHELL.
14655 Sun Aug 10 14:41:11 1997  Ian Lance Taylor  <ian@cygnus.com>
14657         * Makefile.in (taz): Get the version number from AM_INIT_AUTOMAKE in
14658         configure.in if it is present.
14660 Sat Aug  9 00:58:01 1997  Ian Lance Taylor  <ian@cygnus.com>
14662         * Makefile.in (LD_FOR_TARGET): Change ld.new to ld-new.
14664 Fri Aug  8 16:30:13 1997  Doug Evans  <dje@canuck.cygnus.com>
14666         * config.sub: Recognize `arc' cpu.
14667         * configure.in: Likewise.
14668         * config-ml.in: Likewise.
14670 Thu Aug  7 11:02:34 1997  Ian Lance Taylor  <ian@cygnus.com>
14672         * Makefile.in ($(INSTALL_X11_MODULES)): Depend upon installdirs.
14674 Wed Aug  6 16:27:29 1997  Chris Provenzano  <proven@cygnus.com>
14676         * configure: Changed sed delimiter from ':' to '|' when
14677         attempting to substitute ${config_shell} for SHELL. On
14678         NT ${config_shell} may contain a ':' in it.
14680 Wed Aug  6 12:29:05 1997  Jason Merrill  <jason@yorick.cygnus.com>
14682         * Makefile.in (EXTRA_GCC_FLAGS): Fix for non-bash shells.
14684 Wed Aug  6 00:42:35 1997  Ian Lance Taylor  <ian@cygnus.com>
14686         * Makefile.in (AS_FOR_TARGET): Change as.new to as-new.
14688 Tue Aug  5 14:08:51 1997  Ian Lance Taylor  <ian@cygnus.com>
14690         * Makefile.in (NM_FOR_TARGET): Change nm.new to nm-new.
14692         * ylwrap: If the program is a relative path, force it to be
14693         absolute.
14695 Tue Aug  5 12:12:44 1997  Andrew Cagney  <cagney@b1.cygnus.com>
14697         * configure (tooldir): Set BISON to `bison -y' and not just bison.
14699 Mon Aug  4 22:59:02 1997  Andrew Cagney  <cagney@b1.cygnus.com>
14701         * Makefile.in (CC_FOR_TARGET): When winsup/Makefile present,
14702         correctly specify the target build directory $(TARGET_SUBDIR)/winsup
14703         for libraries.
14705 Mon Aug  4 12:40:24 1997  Jason Merrill  <jason@yorick.cygnus.com>
14707         * Makefile.in (EXTRA_GCC_FLAGS): Fix handling of macros with values
14708         separated by spaces.
14710 Thu Jul 31 19:49:49 1997  Ian Lance Taylor  <ian@cygnus.com>
14712         * ylwrap: New file.
14713         * Makefile.in (DEVO_SUPPORT): Add ylwrap.
14715         * ltmain.sh: Handle /bin/sh at start of install program.
14717         * Makefile.in (DEVO_SUPPORT): Add ltconfig, ltmain.sh, and missing.
14719         * ltconfig, ltmain.sh: New files, from libtool 1.0.
14720         * missing: New file, from automake 1.2.
14722 Thu Jul 24 12:57:56 1997  Ian Lance Taylor  <ian@cygnus.com>
14724         * Makefile.in: Treat tix like tk, putting it in X11_MODULES.  Add
14725         check-tk to CHECK_X11_MODULES.
14727 Wed Jul 23 17:03:29 1997  Ian Lance Taylor  <ian@cygnus.com>
14729         * config.sub: Merge with FSF.
14731 Tue Jul 22 19:08:29 1997  Ian Lance Taylor  <ian@cygnus.com>
14733         * config.guess: Merge with FSF.
14735 Tue Jul 22 14:50:42 1997  Robert Hoehne <robert.hoehne@Mathematik.TU-Chemnitz.DE>
14737         * configure: Treat msdosdjgpp like go32.
14738         * configure.in: Likewise.  Don't remove gprof for go32.
14740         * configure: Change Makefile.tem2 to Makefile.tm2.
14742 Mon Jul 21 10:31:26 1997  Stephen Peters  <speters@cygnus.com>
14744         * configure.in (noconfigdirs): For alpha-dec-osf*, don't ignore grep.
14746 Tue Jul 15 14:33:03 1997  Brendan Kehoe  <brendan@lisa.cygnus.com>
14748         * install-sh (chmodcmd): Set to null if the DST directory already
14749         exists.  Same as Nov 11th change.
14751 Mon Jul 14 11:01:15 1997  Martin M. Hunt  <hunt@cygnus.com>
14753         * configure (GDB_TK): Needs itcl and tix.
14755 Mon Jul 14 00:32:10 1997  Jason Merrill  <jason@yorick.cygnus.com>
14757         * config.guess: Update from FSF.
14759 Fri Jul 11 11:57:11 1997  Martin M. Hunt  <hunt@cygnus.com>
14761         * Makefile.in (GDB_TK): Depend on itcl and tix.
14763 Fri Jul  4 13:25:31 1997  Ian Lance Taylor  <ian@cygnus.com>
14765         * Makefile.in (INSTALL_PROGRAM_ARGS): New variable.
14766         (INSTALL_PROGRAM): Use $(INSTALL_PROGRAM_ARGS).
14767         (INSTALL_SCRIPT): New variable.
14768         (BASE_FLAGS_TO_PASS): Pass down INSTALL_SCRIPT.
14769         * configure.in: If host is *-*-cygwin32*, set INSTALL_PROGRAM_ARGS
14770         to -x.
14771         * install-sh: Add support for -x option.
14773 Mon Jun 30 15:51:30 1997  Ian Lance Taylor  <ian@cygnus.com>
14775         * configure.in, Makefile.in: Treat tix like itcl.
14777 Thu Jun 26 13:59:19 1997  Ian Lance Taylor  <ian@cygnus.com>
14779         * Makefile.in (WINDRES): New variable.
14780         (WINDRES_FOR_TARGET): New variable.
14781         (BASE_FLAGS_TO_PASS): Add WINDRES_FOR_TARGET.
14782         (EXTRA_HOST_FLAGS): Add WINDRES.
14783         (EXTRA_TARGET_FLAGS): Add WINDRES.
14784         (EXTRA_GCC_FLAGS): Add WINDRES.
14785         ($(DO_X)): Pass down WINDRES.
14786         ($(CONFIGURE_TARGET_MODULES)): Set WINDRES when configuring.
14787         * configure: Treat WINDRES like DLLTOOL, and WINDRES_FOR_TARGET like
14788         DLLTOOL_FOR_TARGET.
14790 Wed Jun 25 15:01:26 1997  Felix Lee  <flee@cygnus.com>
14792         * configure.in: configure sim before gdb for win32-x-ppc
14794 Wed Jun 25 12:18:54 1997  Brendan Kehoe  <brendan@lisa.cygnus.com>
14796         Move gperf into the toplevel, from libg++.
14797         * configure.in (target_tools): Add target-gperf.
14798         (native_only): Add target-gperf.
14799         * Makefile.in (all-target-gperf): New target, depend on
14800         all-target-libg++.
14801         (configure-target-gperf): Empty rule.
14802         (ALL_TARGET_MODULES): Add all-target-gperf.
14803         (CONFIGURE_TARGET_MODULES): Add configure-target-gperf.
14804         (CHECK_TARGET_MODULES): Add check-target-gperf.
14805         (INSTALL_TARGET_MODULES): Add install-target-gperf.
14806         (CLEAN_TARGET_MODULES): Add clean-target-gperf.
14808 Mon Jun 23 10:51:53 1997  Jeffrey A Law  (law@cygnus.com)
14810         * config.sub (mn10200): Recognize new basic machine.
14812 Thu Jun 19 14:16:42 1997  Brendan Kehoe  <brendan@lisa.cygnus.com>
14814         * configure.in: Don't set ENABLE_MULTILIB, so we'll be passing
14815         --enable-multilib down to subdirs; setting TARGET_SUBDIR was enough.
14817 Tue Jun 17 15:31:20 1997  Brendan Kehoe  <brendan@lisa.cygnus.com>
14819         * configure.in: If we're building mips-sgi-irix6* native, turn on
14820         ENABLE_MULTILIB and set TARGET_SUBDIR.
14822 Tue Jun 17 12:20:59 1997  Tom Tromey  <tromey@cygnus.com>
14824         * Makefile.in (all-sn): Depend on all-grep.
14826 Mon Jun 16 11:11:10 1997  Ian Lance Taylor  <ian@cygnus.com>
14828         * configure.in: Use mh-ppcpic and mt-ppcpic for powerpc*-* targets.
14830         * configure: Set CFLAGS and CXXFLAGS, and substitute them into
14831         Makefile.  From Jeff Makey <jeff@cts.com>.
14832         * Makefile.in: Add comment for CFLAGS and CXXFLAGS.
14834         * Makefile.in (DISTBISONFILES): Remove.
14835         (taz): Don't futz with DISTBISONFILES.  Change BISON to use
14836         $(DEFAULT_YACC).
14838         * configure.in: Build itl, db, sn, etc., when building for native
14839         cygwin32.
14841         * Makefile.in (LD): New variable.
14842         (EXTRA_HOST_FLAGS): Pass down LD.
14843         ($(DO_X)): Likewise.
14845 Mon Jun 16 11:10:35 1997  Philip Blundell  <Philip.Blundell@pobox.com>
14847         * Makefile.in (INSTALL): Use $(SHELL) when executing install-sh.
14849 Fri Jun 13 10:22:56 1997  Bob Manson  <manson@charmed.cygnus.com>
14851         * configure.in (targargs): Strip out any supplied --build argument
14852         before adding our own. Always add --build.
14854 Thu Jun 12 21:12:28 1997  Bob Manson  <manson@charmed.cygnus.com>
14856         * configure.in (targargs): Pass --build if we're doing
14857         a cross-compile.
14859 Fri Jun  6 21:38:40 1997  Rob Savoye  <rob@chinadoll.cygnus.com>
14861         * configure: Use '|' instead of ":" as the separator in
14862         sed. Otherwise sed chokes on NT path names with drive
14863         designators. Also look for "?:*" as the leading characters in an
14864         absolute pathname.
14866 Mon Jun  2 13:05:20 1997  Gavin Koch  <gavin@cygnus.com>
14868         * config.sub: Support for r3900.
14870 Wed May 21 17:33:31 1997  Ian Lance Taylor  <ian@cygnus.com>
14872         * configure.in: Use install-sh, not install.sh.
14874 Wed May 14 16:06:51 1997  Ian Lance Taylor  <ian@cygnus.com>
14876         * Makefile.in (taz): Improve check for BISON so it doesn't try to
14877         apply it twice.
14879 Fri May  9 17:22:05 1997  Ian Lance Taylor  <ian@cygnus.com>
14881         * Makefile.in (INSTALL_MODULES): Put install-opcodes before
14882         install-binutils.
14884 Thu May  8 17:29:50 1997  Ian Lance Taylor  <ian@cygnus.com>
14886         * Makefile.in: Add automake targets.
14887         * configure.in (host_tools): Add automake.
14889 Tue May  6 15:49:52 1997  Ian Lance Taylor  <ian@cygnus.com>
14891         * configure: Default CXX to c++, not gcc.
14892         * Makefile.in (CXX): Set to c++, not gcc.
14893         (CXX_FOR_TARGET): When cross, transform c++, not gcc.
14895 Thu May  1 10:11:43 1997  Geoffrey Noer  <noer@cygnus.com>
14897         * install-sh: try appending a .exe if source file doesn't
14898         exist
14900 Wed Apr 30 12:05:36 1997  Jason Merrill  <jason@yorick.cygnus.com>
14902         * configure.in: Turn on multilib by default.
14903         (cross_only): Remove target-libiberty.
14905         * Makefile.in (all-gcc): Don't depend on libiberty.
14907 Mon Apr 28 18:39:45 1997  Michael Snyder  <msnyder@cleaver.cygnus.com>
14909         * config.guess: improve algorithm for recognizing Gnu Hurd x86.
14911 Thu Apr 24 19:30:07 1997  Ian Lance Taylor  <ian@cygnus.com>
14913         * Makefile.in (DEVO_SUPPORT): Add mpw-install.
14914         (DISTBISONFILES): Add ld/Makefile.in
14916 Tue Apr 22 17:17:28 1997  Geoffrey Noer  <noer@pizza.cygnus.com>
14918         * configure.in: if target is cygwin32 but host isn't cygwin32,
14919         don't configure gdb tcl tk expect, not just gdb.
14921 Mon Apr 21 13:33:39 1997  Tom Tromey  <tromey@cygnus.com>
14923         * configure.in: Added gnuserv everywhere sn appears.
14925         * Makefile.in (ALL_MODULES): Added all-gnuserv.
14926         (CROSS_CHECK_MODULES): Added check-gnuserv.
14927         (INSTALL_MODULES): Added install-gnuserv.
14928         (CLEAN_MODULES): Added clean-gnuserv.
14929         (all-gnuserv): New target.
14931 Thu Apr 17 13:57:06 1997  Per Fogelstrom  <pefo@openbsd.org>
14933         * config.guess: Fixes for MIPS OpenBSD systems.
14935 Tue Apr 15 12:21:07 1997  Ian Lance Taylor  <ian@cygnus.com>
14937         * Makefile.in (INSTALL_XFORM): Remove.
14938         (BASE_FLAGS_TO_PASS): Remove INSTALL_XFORM.
14940         * mkinstalldirs: New file, copied from automake.
14941         * Makefile.in (installdirs): Rename from install-dirs.  Use
14942         mkinstalldirs.  Change all users.
14943         (DEVO_SUPPORT): Add mkinstalldirs.
14945 Mon Apr 14 11:21:38 1997  Ian Lance Taylor  <ian@cygnus.com>
14947         * install-sh: Rename from install.sh.
14948         * Makefile.in (INSTALL): Change install.sh to install-sh.
14949         (DEVO_SUPPORT): Likewise.
14951         * configure: Use ${config_shell} with ${moveifchange}.  From Thomas
14952         Graichen <graichen@rzpd.de>.
14954 Fri Apr 11 16:37:10 1997  Niklas Hallqvist  <niklas@appli.se>
14956         * config.guess: Recognize OpenBSD systems correctly.
14958 Fri Apr 11 17:07:04 1997  Jason Molenda  (crash@godzilla.cygnus.co.jp)
14960         * README, Makefile.in (ETC_SUPPORT): Remove references to
14961         cfg-paper*, configure.{texi,man,info*}._
14963 Sun Apr  6 18:47:57 1997  Andrew Cagney  <cagney@kremvax.cygnus.com>
14965         * Makefile.in (all.normal): Ensure that gcc is built after all
14966         the x11 - ie gdb - targets.
14968 Tue Apr  1 16:28:50 1997  Klaus Kaempf  <kkaempf@progis.de>
14970         * makefile.vms: Don't run conf-a-gas.
14972 Mon Mar 31 16:26:55 1997  Joel Sherrill  <joel@oarcorp.com>
14974         * configure.in (hppa1.1-*-rtems*): New target, like hppa-*-*elf*.
14976 Sun Mar 30 12:38:27 1997  Fred Fish  <fnf@cygnus.com>
14978         * configure.in: Remove noconfigdirs case since gdb also
14979         configures and builds for tic80-coff.
14981 Fri Mar 28 18:28:52 1997  Ian Lance Taylor  <ian@cygnus.com>
14983         * configure: Set cache_file to config.cache.
14984         * Makefile.in (local-distclean): Remove config.cache.
14986 Wed Mar 26 18:49:39 1997  Ian Lance Taylor  <ian@cygnus.com>
14988         * COPYING: Update FSF address.
14990 Wed Mar 26 10:38:25 1997  Michael Meissner  <meissner@cygnus.com>
14992         * configure.in (tic80-*-*): Remove G++ libraries and libgloss from
14993         noconfigdirs.
14995 Mon Mar 24 15:02:39 1997  Ian Lance Taylor  <ian@cygnus.com>
14997         * Makefile.in (install-dirs): Don't crash if prefix, and hence
14998         MAKEDIRS, is empty.
15000 Mon Mar 24 12:40:55 1997  Doug Evans  <dje@canuck.cygnus.com>
15002         * config.sub: Tweak mn10300 entry.
15004 Fri Mar 21 15:35:27 1997  Michael Meissner  <meissner@cygnus.com>
15006         * configure.in (host_tools): Put sim before gdb, so gdb's
15007         configure.tgt can determine if the simulator was configured.
15009 Sun Mar 16 16:07:08 1997  Fred Fish  <fnf@cygnus.com>
15011         * config.sub: Move BeOS $os case to be with other Cygnus
15012         local cases.
15014 Sun Mar 16 01:34:55 1997  Martin Hunt <hunt@cygnus.com>
15016         * config.sub: Remove misplaced comment that broke Linux.
15018 Sat Mar 15 22:50:15 1997  Fred Fish  <fnf@cygnus.com>
15020         * config.sub: Add BeOS support.
15022 Mon Mar 10 13:30:11 1997  Tom Tromey  <tromey@cygnus.com>
15024         * Makefile.in (CHECK_X11_MODULES): Don't run check-tk.
15026 Wed Mar  5 12:09:29 1997  Martin  <hunt@cygnus.com>
15028         * configure.in (noconfigdirs): Remove tcl and tk from
15029         noconfigdirs for cygwin32 builds.
15031 Fri Feb 28 18:20:15 1997  Fred Fish  <fnf@cygnus.com>
15033         * configure.in (tic80-*-*): Remove ld from noconfigdirs.
15035 Thu Feb 27 14:57:26 1997  Ken Raeburn  <raeburn@cygnus.com>
15037         * Makefile.in (GAS_SUPPORT_DIRS, BINUTILS_SUPPORT_DIRS): Remove
15038         make-all.com, use makefile.vms instead.
15040 Tue Feb 25 18:46:14 1997  Stan Shebs  <shebs@andros.cygnus.com>
15042         * config.sub: Accept -lnews*.
15044 Tue Feb 25 13:19:14 1997  Andrew Cagney  <cagney@kremvax.tpgi.com.au>
15046         * configure.in (noconfigdirs): Disable target-newlib,
15047         target-examples and target-libiberty for d30v.
15049 Fri Feb 21 17:56:25 1997  Martin M. Hunt  <hunt@pizza.cygnus.com>
15051         * configure.in (noconfigdirs): Enable ld for d30v.
15053 Fri Feb 21 20:58:51 1997  Michael Meissner  <meissner@cygnus.com>
15055         * configure.in (tic80-*-*): Build compiler.
15057 Sun Feb 16 15:41:09 1997  Andrew Cagney  <cagney@critters.cygnus.com>
15059         * configure.in (d30v-*): Remove sim directory from list of
15060         unsupported d30v directories
15062 Tue Feb 18 17:32:42 1997  Martin M. Hunt  <hunt@pizza.cygnus.com>
15064         * config.sub, configure.in: Add d30v target cpu.
15066 Thu Feb 13 22:04:44 1997  Klaus Kaempf  <kkaempf@progis.de>
15068         * makefile.vms: New file.
15069         * make-all.com: Remove.
15071 Wed Feb 12 12:54:18 1997  Jim Wilson  <wilson@cygnus.com>
15073         * Makefile.in (EXTRA_GCC_FLAGS): Add LIBGCC2_DEBUG_CFLAGS.
15075 Sat Feb  8 20:36:49 1997  Michael Meissner  <meissner@cygnus.com>
15077         * Makefile.in (all-itcl): The rule is all-itcl, not all-tcl.
15079 Tue Feb  4 11:39:29 1997  Tom Tromey  <tromey@cygnus.com>
15081         * Makefile.in (ALL_MODULES): Added all-db.
15082         (CROSS_CHECK_MODULES): Addec check-db.
15083         (INSTALL_MODULES): Added install-db.
15084         (CLEAN_MODULES): Added clean-db.
15086 Mon Feb  3 13:29:36 1997  Ian Lance Taylor  <ian@cygnus.com>
15088         * config.guess: Merge with latest FSF sources.
15090 Tue Jan 28 09:20:37 1997  Tom Tromey  <tromey@cygnus.com>
15092         * Makefile.in (ALL_MODULES): Added all-itcl.
15093         (CROSS_CHECK_MODULES): Added check-itcl.
15094         (INSTALL_MODULES): Added install-itcl.
15095         (CLEAN_MODULES): Added clean-itcl.
15097 Thu Jan 23 01:44:27 1997  Geoffrey Noer  <noer@cygnus.com>
15099         * configure.in: build gdb for mn10200
15101 Fri Jan 17 15:32:15 1997  Doug Evans  <dje@canuck.cygnus.com>
15103         * Makefile.in (all-target-winsup): Depend on all-target-libio.
15105 Mon Jan 13 22:46:54 1997  Michael Meissner  <meissner@tiktok.cygnus.com>
15107         * configure.in (tic80-*-*): Turn off most targets right now.
15109 Fri Jan  3 16:04:03 1997  Ian Lance Taylor  <ian@cygnus.com>
15111         * Makefile.in (MAKEINFO): Check for the existence of the Makefile,
15112         rather than the makeinfo program.
15113         (do-info): Depend upon all-texinfo.
15115 Tue Dec 31 16:00:31 1996  Ian Lance Taylor  <ian@cygnus.com>
15117         * configure.in: Remove uses of config/mh-linux.
15119         * config.sub, config.guess: Merge with latest FSF sources.
15121 Fri Dec 27 23:04:33 1996  Fred Fish  <fnf@cygnus.com>
15123         * config.sub (case $basic_machine): Add tic80 entries.
15125 Fri Dec 27 12:07:59 1996  Ian Lance Taylor  <ian@cygnus.com>
15127         * config.sub, config.guess: Merge with latest FSF sources.
15129 Wed Dec 18 22:46:39 1996  Stan Shebs  <shebs@andros.cygnus.com>
15131         * mpw-build.in: Build ld before gcc, use NewFolderRecursive.
15132         * mpw-config.in: Test for NewFolderRecursive.
15133         * mpw-install: Use symbolic name for startup filename.
15134         * mpw-README: Add various additional details.
15136 Wed Dec 18 13:11:46 1996  Jim Wilson  <wilson@cygnus.com>
15138         * configure.in (mips*-sgi-irix6*): Remove binutils from noconfigdirs.
15140 Wed Dec 18 10:29:31 1996  Jeffrey A Law  (law@cygnus.com)
15142         * configure.in: Do build gcc and the target libraries for
15143         the mn10200.
15145 Wed Dec  4 16:53:05 1996  Geoffrey Noer  <noer@cygnus.com>
15147         * configure.in: don't avoid building gdb for mn10300 any more
15148         * Makefile.in: double-quote GCC_FOR_TARGET line in EXTRA_GCC_FLAGS
15149         instead of single-quoting it.
15151 Tue Dec  3 23:26:50 1996  Jason Merrill  <jason@yorick.cygnus.com>
15153         * configure.in: Don't use --with-stabs on IRIX 6.
15155 Tue Dec  3 09:05:25 1996  Doug Evans  <dje@canuck.cygnus.com>
15157         * configure.in (m32r): Build gdb, libg++ now.
15159 Sun Dec  1 00:18:59 1996  Peter Schauer  (pes@regent.e-technik.tu-muenchen.de)
15161         * configure.in (mips*-sgi-irix6*):  Remove gdb and related
15162         directories from noconfigdirs.
15164 Tue Nov 26 11:45:33 1996  Kim Knuttila  <krk@cygnus.com>
15166         * config.sub (basic_machine): added mips16 configuration
15168 Sat Nov 23 19:26:22 1996  Michael Meissner  <meissner@tiktok.cygnus.com>
15170         * config.sub: Handle d10v-unknown.
15172 Sat Nov 23 10:23:01 1996  Gavin Koch  <gavin@cygnus.com>
15174         * config.sub: Handle v850-unknown.
15176 Thu Nov 21 16:19:44 1996  Geoffrey Noer  <noer@cygnus.com>
15178         * Makefile.in: add findutils
15179         * configure.in: add findutils to list of host_tools
15181 Wed Nov 20 10:09:01 1996  Jeffrey A Law  (law@cygnus.com)
15183         * config.sub: Handle mn10200 and mn10300.
15185 Tue Nov 19 16:35:14 1996  Michael Meissner  <meissner@tiktok.cygnus.com>
15187         * configure.in (d10v-*): Do not build librx.
15189 Mon Nov 18 13:28:41 1996  Jeffrey A Law  (law@cygnus.com)
15191         * configure.in (mn10300): Build everything except gdb & libgloss.
15193 Wed Nov 13 14:59:46 1996  Per Bothner  <bothner@deneb.cygnus.com>
15195         * config.guess:  Patch for Dansk Data Elektronik servers,
15196         from Niels Skou Olsen <nso@dde.dk>.
15198         For ncr, use /bin/uname rather than uname, since GNU uname does not
15199         support -p.  Suggested by Mark Mitchell <mmitchell@usa.net>.
15201         Patch for MIPS R4000 running System V,
15202         from Eric S. Raymond <esr@snark.thyrsus.com>.
15204         Fix thinko for nextstep.
15206         Patch for OSF1 in i?86, from Dan Murphy <dlm@osf.org> via Harlan Stenn.
15208         Sat Jun 24 18:58:17 1995  Morten Welinder  <terra+@cs.cmu.edu>
15209         * config.guess: Guess mips-dec-mach_bsd4.3.
15211         Thu Oct 10 04:07:04 1996  Harlan Stenn <harlan@pfcs.com>
15212         * config.guess (i?86-ncr-sysv*):  Emit just enough of the minor
15213         release numbers.
15214         * config.guess (mips-mips-riscos*):  Emit just enough of the
15215         release number.
15217         Tue Oct  8 10:37:22 1996  Frank Vance <fvance@waii.com>
15218         * config.guess (sparc-auspex-sunos*):  Added.
15219         (f300-fujitsu-*): Added.
15221         Wed Sep 25 22:00:35 1996  Jeff Woolsey <woolsey@jlw.com>
15222         * config.guess:  Recognize a Tadpole as a sparc.
15224 Wed Nov 13 00:53:09 1996  David J. MacKenzie  <djm@churchy.gnu.ai.mit.edu>
15226         * config.guess: Don't assume that NextStep version is either 2 or
15227         3.  NextStep 4 (aka OpenStep 4) has come out now.
15229 Mon Nov 11 23:52:03 1996  David J. MacKenzie  <djm@churchy.gnu.ai.mit.edu>
15231         * config.guess: Support Cray T90 that reports itself as "CRAY TS".
15232         From Rik Faith <faith@cs.unc.edu>.
15234 Fri Nov  8 11:34:58 1996  David J. MacKenzie  <djm@geech.gnu.ai.mit.edu>
15236         * config.sub: Contributions from bug-gnu-utils to:
15237         Support plain "hppa" (no version given) architecture, reported by
15238         OpenStep.
15239         OpenBSD like NetBSD.
15240         LynxOs is not a hardware supplier.
15242         * config.guess: Contributions from bug-gnu-utils to add support for:
15243         OpenBSD like NetBSD.
15244         Stratus systems.
15245         More Pyramid systems.
15246         i[n>4]86 Intel chips.
15247         M680[n>4]0 Motorola chips.
15248         Use unknown instead of lynx for hardware manufacturer.
15250 Mon Nov 11 10:09:08 1996  Brendan Kehoe  <brendan@lisa.cygnus.com>
15252         * install.sh (chmodcmd): Set to null if the DST directory already
15253         exists.
15255 Mon Nov 11 10:43:41 1996  Michael Meissner  <meissner@tiktok.cygnus.com>
15257         * configure.in (powerpc*-{eabi,elf,linux,rtem,sysv,solaris}*): Do
15258         not use mt-ppc target Makefile fragment any more.
15260 Sun Nov  3 19:17:07 1996  Stu Grossman  (grossman@critters.cygnus.com)
15262         * configure.in (*-*-windows):  Exclude everything but those dirs
15263         needed to build windows.
15265 Tue Oct 29 16:41:31 1996  Doug Evans  <dje@canuck.cygnus.com>
15267         * Makefile.in (all-target-winsup): Depend on all-target-librx.
15269 Mon Oct 28 17:32:46 1996  Stu Grossman  (grossman@critters.cygnus.com)
15271         * configure.in:  Exclude mmalloc from i386-windows.
15273 Thu Oct 24 09:22:46 1996  Stu Grossman  (grossman@critters.cygnus.com)
15275         * Undo my previous change.
15277 Thu Oct 24 12:12:04 1996  Ian Lance Taylor  <ian@cygnus.com>
15279         * Makefile.in (EXTRA_GCC_FLAGS): Pass down GCC_FOR_TARGET
15280         unconditionally.
15281         (MAKEOVERRIDES): Define (revert this part of October 18 change).
15283 Thu Oct 24 09:02:07 1996  Stu Grossman  (grossman@critters.cygnus.com)
15285         * Makefile.in (FLAGS_TO_PASS):  Add $(HOST_FLAGS) to allow the
15286         host to add it's own flags.
15288 Tue Oct 22 15:20:26 1996  Ian Lance Taylor  <ian@cygnus.com>
15290         * configure: Handle GCC_FOR_TARGET like CC_FOR_TARGET.
15292 Fri Oct 18 13:37:13 1996  Ian Lance Taylor  <ian@cygnus.com>
15294         * Makefile.in (CC_FOR_TARGET): Check for xgcc, not Makefile.
15295         (CXX_FOR_TARGET): Likewise.
15296         (GCC_FOR_TARGET): Define.
15297         (BASE_FLAGS_TO_PASS): Remove GCC_FOR_TARGET.
15298         (EXTRA_GCC_FLAGS): Define GCC_FOR_TARGET based on whether
15299         CC_FOR_TARGET was specified on the command line.
15300         (MAKEOVERRIDES): Don't define.
15302 Thu Oct 17 10:27:56 1996  Doug Evans  <dje@canuck.cygnus.com>
15304         * configure.in (m32r): Fix spelling of libg++ libs.
15306 Thu Oct 10 10:37:17 1996  Stan Shebs  <shebs@andros.cygnus.com>
15308         * config.sub (-apple*): Remove, now redundant.
15310 Thu Oct 10 12:30:54 1996  Ian Lance Taylor  <ian@cygnus.com>
15312         * configure: Don't get confused by CPU-VENDOR-linux-gnu.
15314         * configure: Rework yesterday's sed script patch.
15316         * config.sub: Merge with FSF.
15318 Wed Oct  9 17:24:59 1996  Per Bothner  <bothner@deneb.cygnus.com>
15320         * config.guess:  Merge from FSF.
15322         1996-09-12  Richard Stallman  <rms@ethanol.gnu.ai.mit.edu>
15323         * config.guess: Use pc instead of unknown, for pc clone systems.
15324         Change linux to linux-gnu.
15326         Mon Jul 15 23:51:11 1996  Karl Heuer  <kwzh@gnu.ai.mit.edu>
15327         * config.guess: Avoid non-portable tr syntax.
15329 Wed Oct  9 06:06:46 1996  Jeffrey A Law  (law@cygnus.com)
15331         * test-build.mk (HOLES): Add "xargs" for gdb.
15333         * configure: Avoid hpux10.20 sed bug.
15335 Tue Oct  8 08:32:48 1996  Stu Grossman  (grossman@critters.cygnus.com)
15337         * configure.in:  Add support for windows host
15338         (that is a build done under the Microsoft build environment).
15340 Tue Oct  8 10:39:08 1996  Ian Lance Taylor  <ian@cygnus.com>
15342         * Makefile.in: Replace all uses of srcroot with s, to shrink
15343         command line lengths.
15345         Patches from Geoffrey Noer <noer@cygnus.com>:
15346         * configure.in: If configuring for newlib, pass --with-newlib to
15347         subdirectories.
15348         * Makefile.in (CC_FOR_TARGET): If winsup/Makefile exists, pass a
15349         -Bnewlib/ and -Lwinsup to gcc.
15350         (CXX_FOR_TARGET): Likewise.
15352 Mon Oct  7 10:59:35 1996  Ian Lance Taylor  <ian@cygnus.com>
15354         * Makefile.in (ETC_SUPPORT): Add configure.
15356 Fri Oct  4 12:22:58 1996  Angela Marie Thomas (angela@cygnus.com)
15358         * configure.in: Use config/mh-dgux386 for i[345]86-dg-dgux
15359         host configuration file.
15361 Thu Oct  3 09:28:25 1996  Jeffrey A Law  (law@cygnus.com)
15363         * configure.in: Break mn10x00 support into separate
15364         mn10200 and mn10300 configurations.
15365         * config.sub: Likewise.
15367 Wed Oct  2 22:27:52 1996  Jeffrey A Law  (law@cygnus.com)
15369         * configure.in: Add lots of stuff to noconfigdirs for
15370         the mn10x00 targets.
15372         * config.sub, configure.in: Add mn10x00 support.
15374 Wed Oct  2 15:52:36 1996  Klaus Kaempf  <kkaempf@progis.de>
15376         * make-all.com: Call conf-a-gas, not config-a-gas.
15378 Tue Oct  1 01:28:41 1996  James G. Smith  <jsmith@cygnus.co.uk>
15380         * configure.in (noconfigdirs): Don't build libgloss for arm-coff
15381         targets.
15383 Mon Sep 30 14:24:01 1996  Stan Shebs  <shebs@andros.cygnus.com>
15385         * mpw-README: Add much more detail for native PowerMac.
15386         * mpw-install: New file.
15387         * mpw-configure: Add --norecursion and --help options.
15388         * mpw-config.in: Translate readme and install files when
15389         copying to objdir.
15390         * mpw-build.in: Don't always depend on byacc and flex.
15391         (install-only-top): New action.
15393 Fri Sep 27 17:39:44 1996  Stu Grossman  (grossman@critters.cygnus.com)
15395         * configure.in:  You can now configure GDB for the v850.
15397 Tue Sep 24 19:05:12 1996  Stan Shebs  <shebs@andros.cygnus.com>
15399         * configure.in (noconfigdirs): Don't configure any C++ dirs
15400         if targeting D10V.
15402 Tue Sep 17 12:15:31 1996  Ian Lance Taylor  <ian@cygnus.com>
15404         * config.sub: Recognize mips64vr5000.
15406 Mon Sep 16 17:00:52 1996  Ian Lance Taylor  <ian@cygnus.com>
15408         * configure.in: Use a single line for host_tools and native_only.
15410 Mon Sep  9 12:21:30 1996  Doug Evans  <dje@canuck.cygnus.com>
15412         * config.sub, configure.in: Add entries for m32r.
15414 Thu Sep  5 13:52:47 1996  Tom Tromey  <tromey@creche.cygnus.com>
15416         * Makefile.in (inet-install): Don't run install-gzip.
15418 Wed Sep  4 17:26:13 1996  Stu Grossman  (grossman@critters.cygnus.com)
15420         * configure.in:  Don't config lots of things for *-*-windows*.
15422 Sat Aug 31 11:45:57 1996  Stan Shebs  <shebs@andros.cygnus.com>
15424         * mpw-config.in: Test for mpw-true, true, and null-command scripts.
15425         (host_libs, host_tools): Copy from configure.in.
15426         * mpw-configure: Don't complain about directories not found.
15428 Thu Aug 29 16:44:58 1996  Michael Meissner  <meissner@tiktok.cygnus.com>
15430         * configure.in (i[345]86): Recognize i686 for pentium pro.
15431         (i[3456]86-*-dgux*): Use config/mh-sysv for the host configuration
15432         file.
15434         * config.guess (i[345]86): Ditto.
15436 Mon Aug 26 18:34:42 1996  Martin M. Hunt  <hunt@pizza.cygnus.com>
15438         * configure.in (noconfigdirs): Removed gdb for D10V.
15440 Thu Aug 22 17:13:52 1996  Jeffrey A Law  (law@cygnus.com)
15442         * configure.in: Remove ld, target-libio, target-libg++, and
15443         target-libstdc++ from noconfigdirs.
15445 Wed Aug 21 18:56:38 1996  Fred Fish  <fnf@cygnus.com>
15447         * configure: Fix three locations where shell scripts were
15448         being run directly rather than with config_shell.
15450 Tue Aug 20 13:08:47 1996  J.T. Conklin  <jtc@hippo.cygnus.com>
15452         * configure.in (v850-*-*): Set up initial $noconfigdirs.
15453         * config.sub (basic_machine): Recognize v850.
15455 Thu Aug 15 12:19:33 1996  Stan Shebs  <shebs@andros.cygnus.com>
15457         * mpw-configure: Handle multiple enable/disable options and
15458         pass them down recursively, handle -c and -s flags appropriately
15459         depending on choice of compiler, add escape mechanism for
15460         quoted arguments to gC.
15462 Mon Aug 12 13:15:13 1996  Michael Meissner  <meissner@tiktok.cygnus.com>
15464         * configure.in (powerpc*-*-*): For eabi, system V.4, Linux, and
15465         solaris targets, use config/mt-ppc to set C{,XX}FLAGS_FOR_TARGETS
15466         so that -mrelocatable-lib and -mno-eabi are used.
15468         * Makefile.in (CONFIGURE_TARGET_MODULES): If target compiler does
15469         not support --print-multi-lib, don't abort.
15471 Thu Aug  8 12:18:59 1996  Klaus Kaempf  <kkaempf@progis.de>
15473         * make-all.com: Run config-a-gas.
15474         * setup.com: Don't copy subdirectory files around.
15476 Tue Jul 30 17:49:31 1996  Brendan Kehoe  <brendan@cygnus.com>
15478         * configure.in (*-*-ose): Remove exclusion of libgloss for this
15479         target, it now compiles correctly.
15481 Sat Jul 27 15:10:43 1996  Stan Shebs  <shebs@andros.cygnus.com>
15483         * mpw-config.in: Generate Mac include for elf/dwarf2.h.
15485 Tue Jul 23 10:47:04 1996  Martin M. Hunt  <hunt@pizza.cygnus.com>
15487         * configure.in (d10v-*-*): Remove ld from $noconfigdirs.
15489 Mon Jul 22 13:28:51 1996  Brendan Kehoe  <brendan@lisa.cygnus.com>
15491         * configure.in (native_only): Add prms.
15493 Mon Jul 22 12:27:58 1996  Ian Lance Taylor  <ian@cygnus.com>
15495         * Makefile.in (GAS_SUPPORT_DIRS): Add make-all.com and setup.com.
15496         (BINUTILS_SUPPORT_DIRS): Likewise.
15498 Thu Jul 18 12:55:40 1996  Michael Meissner  <meissner@tiktok.cygnus.com>
15500         * configure.in (d10v-*-*): Don't configure ld or gdb until the
15501         d10v support is added.
15503 Wed Jul 17 14:33:09 1996  Martin M. Hunt  <hunt@pizza.cygnus.com>
15505         * configure.in (d10v-*-*): New target.
15507 Mon Jul 15 11:53:00 1996  Jeffrey A Law  (law@cygnus.com)
15509         * config.guess (HP 9000/811): Recognize this as a PA1.1
15510         machine.
15512 Fri Jul 12 23:21:17 1996  Ken Raeburn  <raeburn@cygnus.com>
15514         * Makefile.in (do-tar-gz): New target, split out from tail end of
15515         taz target.  Run each command separately, don't use pipes.
15516         (taz): Use it.
15518 Fri Jul 12 12:08:04 1996  Stan Shebs  <shebs@andros.cygnus.com>
15520         * mpw-configure: Look for g-mpw-make.sed in config/mpw.
15521         * mpw-build.in: No builds should depend on building byacc or flex,
15522         they are assumed to be installed already.
15524 Fri Jul 12 09:52:52 1996  Michael Meissner  <meissner@tiktok.cygnus.com>
15526         * Makefile.in (CONFIGURE_TARGET_MODULES): Set r environment
15527         variable that CC_FOR_TARGET needs.
15529 Thu Jul 11 10:09:45 1996  Michael Meissner  <meissner@tiktok.cygnus.com>
15531         * Makefile.in (CONFIGURE_TARGET_MODULES): Determine if the multlib
15532         options have changed since the last time the subdirectory was
15533         configured, and if it has, reconfigure.
15534         (CLEAN_TARGET_MODULES): Delete multilib.out and tmpmulti.out, which
15535         CONFIGURE_TARGET_MODULES uses to remember the old multilib options.
15537 Wed Jul 10 18:56:59 1996  Doug Evans  <dje@canuck.cygnus.com>
15539         * Makefile.in (ALL_MODULES,CROSS_CHECK_MODULES,INSTALL_MODULES,
15540         CLEAN_MODULES): Add bash.
15541         (all-bash): New target.
15543 Mon Jul  8 17:33:14 1996  Jim Wilson  <wilson@cygnus.com>
15545         * configure.in (mips-sgi-irix6*): Use mh-irix6 instead of mh-irix5.
15547 Mon Jul  1 13:31:35 1996  Michael Meissner  <meissner@tiktok.cygnus.com>
15549         * config.sub (basic_machine): Recognize d10v as a valid processor.
15551 Fri Jun 28 12:14:35 1996  Stan Shebs  <shebs@andros.cygnus.com>
15553         * mpw-configure: Add support for --bindir.
15554         * mpw-build.in: Use a GCC-specific build script for GCC actions.
15556 Wed Jun 26 17:20:12 1996  Geoffrey Noer  <noer@cygnus.com>
15558         * configure.in: add bash, time, gawk to list of hosttools and things
15559         to only build for native toolchains
15561 Tue Jun 25 23:09:03 1996  Jason Molenda  (crash@godzilla.cygnus.co.jp)
15563         * Makefile.in (docdir): Remove.
15565 Tue Jun 25 19:00:08 1996  Jason Molenda  (crash@godzilla.cygnus.co.jp)
15567         * Makefile.in (datadir): Set to $(prefix)/share.
15569 Mon Jun 24 23:26:07 1996  Geoffrey Noer  <noer@cygnus.com>
15571         * configure.in: build diff and patch for cygwin32-hosted
15572         toolchains.
15574 Mon Jun 24 15:01:12 1996  Joel Sherrill  <joel@merlin.gcs.redstone.army.mil>
15576         * config.sub: Accept -rtems*.
15578 Sun Jun 23 22:41:54 1996  Geoffrey Noer  <noer@cygnus.com>
15580         * configure.in: enable dosrel for cygwin32-hosted builds,
15581                 remove diff from the list of things not buildable
15582                 via Canadian Cross
15584 Sat Jun 22 11:39:01 1996  Jason Merrill  <jason@yorick.cygnus.com>
15586         * Makefile.in (TARGET_SUBDIR): Move comment to previous line so we
15587         don't get ". ".
15589 Fri Jun 21 17:24:48 1996  Jim Wilson  <wilson@cygnus.com>
15591         * configure.in (mips*-sgi-irix6*): Set noconfigdirs appropriately.
15593 Thu Jun 20 16:57:40 1996  Ken Raeburn  <raeburn@cygnus.com>
15595         * Makefile.in (taz): Handle case where tex3patch didn't even get
15596         checked out.  Also, if it was found, put the symlink in a new util
15597         subdirectory.
15599 Thu Jun 20 12:20:33 1996  Michael Meissner  <meissner@tiktok.cygnus.com>
15601         * config.guess (*:Linux:*:*): Add support for PowerPC Linux.
15603 Tue Jun 18 14:24:12 1996  Klaus Kaempf  (kkaempf@progis.de)
15605         * config.sub: Recognize -openvms.
15606         * configure.in (alpha*-*-*vms*): Set noconfigdirs.
15607         * make-all.com, setup.com: New files.
15609 Mon Jun 17 16:34:46 1996  Jason Merrill  <jason@yorick.cygnus.com>
15611         * Makefile.in (taz): tex3patch moved to texinfo/util.
15613 Sat Jun 15 17:13:25 1996  Geoffrey Noer <noer@cygnus.com>
15615         * configure: enable_gdbtk=no for cygwin32-hosted toolchains
15616         * configure.in: remove make from disable-if-Can-Cross list
15617                 enable gdb if ${host} and ${target} are cygwin32
15619 Fri Jun  7 18:16:52 1996  Harlan Stenn <harlan@pfcs.com>
15621         * config.guess (i?86-ncr-sysv*):  Emit minor release numbers.
15622         Recognize the NCR 4850 machine and NCR Pentium-based platforms.
15624 Wed Jun  5 00:09:17 1996  Per Bothner  <bothner@wombat.gnu.ai.mit.edu>
15626         * config.guess:  Combine mips-mips-riscos cases, and use cpp to
15627         distinguish sysv/svr4/bsd variants.
15628         Based on a patch from Harlan Stenn <harlan@pfcs.com>.
15630 Fri Jun  7 14:24:49 1996  Tom Tromey  <tromey@creche.cygnus.com>
15632         * configure.in: Added copyright notice.
15633         * move-if-change: Added copyright notice.
15635 Thu Jun  6 16:27:05 1996  Michael Meissner  <meissner@tiktok.cygnus.com>
15637         * configure.in (powerpcle-*-solaris*): Until we get shared
15638         libraries working, don't build gdb, sim, make, tcl, tk, or
15639         expect.
15641 Tue Jun  4 20:41:45 1996  Per Bothner  <bothner@deneb.cygnus.com>
15643         * config.guess:  Merge with FSF:
15645         Mon Jun  3 08:49:14 1996  Karl Heuer  <kwzh@gnu.ai.mit.edu>
15646         * config.guess (*:Linux:*:*): Add guess for sparc-unknown-linux.
15648         Fri May 24 18:34:53 1996  Roland McGrath  <roland@delasyd.gnu.ai.mit.edu>
15649         * config.guess (AViiON:dgux:*:*): Fix typo in recognizing mc88110.
15651         Fri Apr 12 20:03:59 1996  Per Bothner  <bothner@spiff.gnu.ai.mit.edu>
15652         * config.guess:  Combine two OSF1 rules.
15653         Also recognize field test versions.  From mjr@zk3.dec.com.
15654         * config.guess (dgux):  Use /usr/bin/uname rather than uname,
15655         because GNU uname does not support -p.  From pmr@pajato.com.
15657 Tue Jun  4 11:07:25 1996  Tom Tromey  <tromey@csk3.cygnus.com>
15659         * Makefile.in (MAKEDIRS): Removed $(tooldir).
15661 Tue May 28 12:30:50 1996  Stan Shebs  <shebs@andros.cygnus.com>
15663         * mpw-README: Document GCCIncludes.
15665 Sun May 26 15:16:27 1996  Fred Fish  <fnf@cygnus.com>
15667         * configure.in (alpha-*-linux*): Set enable_shared to yes.
15669 Tue May 21 15:41:39 1996  Stan Shebs  <shebs@andros.cygnus.com>
15671         * mpw-configure: Handle --enable-FOO and --disable-FOO.
15673 Mon May 20 10:12:29 1996  Geoffrey Noer  <noer@cygnus.com>
15675         * configure.in (*-*-cygwin32): Configure make.
15677 Tue May  7 14:19:42 1996  Tom Tromey  <tromey@snuffle.cygnus.com>
15679         * Makefile.in (inet-install): Quote value of INSTALL_MODULES.
15681 Fri May  3 08:57:17 1996  Tom Tromey  <tromey@lisa.cygnus.com>
15683         * Makefile.in (all-inet): Depend on all-perl.
15685         * Makefile.in (inet-install): New target.
15687         * Makefile.in (all-inet): Depend on all-tcl.
15688         (all-inet): Depend on all-send-pr.
15690 Tue Apr 30 13:55:51 1996  Michael Meissner  <meissner@tiktok.cygnus.com>
15692         * configure.in (powerpcle-*-solaris*): Turn off tk and tcl
15693         temporarily.
15695 Thu Apr 25 11:48:20 1996  Ian Lance Taylor  <ian@cygnus.com>
15697         * configure.in: Don't configure --with-gnu-ld on AIX.
15699 Thu Apr 25 06:33:36 1996  Michael Meissner  <meissner@wogglebug.tiac.net>
15701         * configure.in (powerpcle-*-solaris*): Turn off gdb temporarily.
15703 Tue Apr 23 09:07:39 1996  Tom Tromey  <tromey@creche.cygnus.com>
15705         * Makefile.in (ALL_MODULES): Added all-inet.
15706         (CROSS_CHECK_MODULES): Added check-inet.
15707         (INSTALL_MODULES): Added install-inet.
15708         (CLEAN_MODULES): Added clean-inet.
15709         (all-indent): New target.
15711         * configure.in (host_tools): Added inet.
15712         (native_only): Added inet.
15713         (noconfigdirs): Added inet.
15715 Fri Apr 19 15:35:29 1996  Ian Lance Taylor  <ian@cygnus.com>
15717         * configure.in: Don't configure libgloss if we are not configuring
15718         newlib.
15720 Wed Apr 17 19:30:01 1996  Rob Savoye  <rob@chinadoll.cygnus.com>
15722         * configure.in: Don't configure libgloss for unsupported
15723         architectures.
15725 Tue Apr 16 11:17:05 1996  Michael Meissner  <meissner@tiktok.cygnus.com>
15727         * Makefile.in (CLEAN_MODULES): Add clean-apache.
15729 Mon Apr 15 15:09:05 1996  Tom Tromey  <tromey@creche.cygnus.com>
15731         * Makefile.in (ALL_MODULES): Include all-apache.
15732         (CROSS_CHECK_MODULES): Include check-apache.
15733         (INSTALL_MODULES): Include install-apache.
15734         (all-apache): New target.
15736         * configure.in: Added apache everywhere perl is seen.
15738 Mon Apr 15 14:59:13 1996  Michael Meissner  <meissner@tiktok.cygnus.com>
15740         * Makefile.in: Add support for clean-{module} and
15741         clean-target-{module} rules.
15743 Wed Apr 10 21:37:41 PDT 1996  Marilyn E. Sander <msander@cygnus.com>
15745         * configure.in (*-*-ose) do not build libgloss.
15747 Mon Apr  8 16:16:20 1996  Michael Meissner  <meissner@tiktok.cygnus.com>
15749         * config.guess (prep*:SunOS:5.*:*): Turn into
15750         powerpele-unknown-solaris2.
15752 Mon Apr  8 14:45:41 1996  Ian Lance Taylor  <ian@cygnus.com>
15754         * configure.in: Permit --enable-shared to specify a list of
15755         directories.
15757 Fri Apr  5 08:17:57 1996  Jason Molenda  (crash@phydeaux.cygnus.com)
15759         * configure.in (host==solaris): Pass only the first word of $CC
15760         to /usr/bin/which when checking if we're using /usr/ccs/bin/cc.
15762 Fri Apr  5 03:16:13 1996  Jason Molenda  (crash@phydeaux.cygnus.com)
15764         * Makefile.in (BASE_FLAGS_TO_PASS): pass down $(MAKE).
15766 Thu Mar 28 14:11:11 1996  Tom Tromey  <tromey@creche.cygnus.com>
15768         * Makefile.in (ALL_MODULES): Include all-perl.
15769         (CROSS_CHECK_MODULES): Include check-perl.
15770         (INSTALL_MODULES): Include install-perl.
15771         (ALL_X11_MODULES): Include all-guile.
15772         (CHECK_X11_MODULES): Include check-guile.
15773         (INSTALL_X11_MODULES): Include install-guile.
15774         (all-perl): New target.
15775         (all-guile): New target.
15777         * configure.in (host_tools): Include perl and guile.
15778         (native_only): Include perl and guile.
15779         (noconfigdirs): Don't build guile and perl; no ports have been
15780         done.
15782 Tue Mar 26 21:18:50 1996  Andrew Cagney  <cagney@kremvax.highland.com.au>
15784         * configure (--enable-*): Handle quoted option lists such as
15785         --enable-sim-cflags='-g0 -O' better.
15787 Thu Mar 21 11:53:08 1996  Michael Meissner  <meissner@tiktok.cygnus.com>
15789         * Makefile.in ({,inst}all-target): New rule so we can make and
15790         install all of the target directories easily.
15792 Wed Mar 20 18:10:57 1996  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
15794         * configure.in: Add missing global flag in sed substitution when
15795         deleting `target-' from ${configdirs}.
15797 Thu Mar 14 19:15:06 1996  Ian Lance Taylor  <ian@cygnus.com>
15799         * Makefile.in (DO_X): Don't get confused if CC contains `=' in an
15800         option.
15802         * configure.in (mips*-nec-sysvr4*): Use a host_makefile_frag of
15803         config/mh-necv4.
15805         * install.sh: Correct misspelling of transformbasename.
15807         * config.guess: Recognize mips-*-sysv*.
15809 Mon Mar 11 15:36:42 1996  Dawn Perchik  <dawn@critters.cygnus.com>
15811         * config.sub: Recognize mon960.
15813 Sun Mar 10 13:18:38 1996  Ian Lance Taylor  <ian@cygnus.com>
15815         * configure: Restore Canadian Cross handling of BISON and LEX,
15816         removed in Feb 20 change.
15818 Fri Mar  8 20:07:09 1996  Per Bothner  <bothner@kalessin.cygnus.com>
15820         * README:  Suggestions from Torbjorn Granlund <tege@matematik.su.se>:
15821         Mention make install.  Remove the old copyright date as well the
15822         clumsy and rather pointless copyright on the README file.
15824 Fri Mar  8 17:51:35 1996  Ian Lance Taylor  <ian@cygnus.com>
15826         * Makefile.in ($(CONFIGURE_TARGET_MODULES)): If there is a
15827         Makefile after running symlink-tree, then run `make distclean' to
15828         avoid clobbering any generated files in srcdir.
15830 Tue Mar  5 08:21:44 1996  J.T. Conklin  <jtc@rtl.cygnus.com>
15832         * configure.in (m68k-*-netbsd*): Build everything now.
15834 Wed Feb 28 12:25:46 1996  Jason Merrill  <jason@yorick.cygnus.com>
15836         * Makefile.in (taz): Fix quoting.
15838 Tue Feb 27 11:33:57 1996  Doug Evans  <dje@charmed.cygnus.com>
15840         * configure.in (sparclet-*-*): Build everything now.
15842 Tue Feb 27 14:31:51 1996  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
15844         * configure.in (m68k-*-linux*): New host.
15846 Mon Feb 26 14:32:44 1996  Ian Lance Taylor  <ian@cygnus.com>
15848         * configure: Check for bison before byacc.
15850 Tue Feb 20 23:12:35 1996  Stu Grossman  (grossman@critters.cygnus.com)
15852         * Makefile.in configure:  Change the way LEX and BISON/YACC are
15853         set.  configure now defines DEFAULT_LEX and DEFAULT_YACC by
15854         searching PATH.  These are used as fallbacks by Makefile.in if
15855         flex/bison/byacc aren't in objdir.
15857 Mon Feb 19 11:45:30 1996  Ian Lance Taylor  <ian@cygnus.com>
15859         * Makefile.in: Make everything which depends upon all-bfd also
15860         depend upon all-opcodes, in case --with-commonbfdlib is used.
15862 Thu Feb 15 19:50:50 1996  Michael Meissner  <meissner@tiktok.cygnus.com>
15864         * configure.in (host *-*-cygwin32): Don't build gdb if we are
15865         building NT native compilers on Unix.
15867 Thu Feb 15 17:42:25 1996  Ian Lance Taylor  <ian@cygnus.com>
15869         * configure.in: Don't get CC from the host Makefile fragment if we
15870         can find gcc in PATH, or if this is a Canadian Cross.  Move the
15871         Solaris test for /usr/ucb/cc to the post target script, just after
15872         the compiler sanity test.
15874 Wed Feb 14 16:57:40 1996  Ian Lance Taylor  <ian@cygnus.com>
15876         * config.sub: Merge with FSF.
15878 Tue Feb 13 14:27:48 1996  Ian Lance Taylor  <ian@cygnus.com>
15880         * Makefile.in (RPATH_ENVVAR): New variable.
15881         (REALLY_SET_LIB_PATH): Use it.
15882         * configure.in: On HP/UX, set RPATH_ENVVAR to SHLIB_PATH.
15884 Mon Feb 12 15:28:49 1996  Doug Evans  <dje@charmed.cygnus.com>
15886         * config.sub, configure.in: Recognize sparclet cpu.
15888 Mon Feb 12 15:33:59 1996  Christian Bauernfeind <chrisbfd@theorie3.physik.uni-erlangen.de>
15890         * config.guess:  Support m68k-cbm-sysv4.
15892 Sat Feb 10 12:06:42 1996  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
15894         * config.guess (*:Linux:*:*): Guess m68k-unknown-linux and
15895         m68k-unknown-linuxaout from linker help string.  Put quotes around
15896         $ld_help_string.
15898 Thu Dec  7 09:03:24 1995  Tom Horsley  <Tom.Horsley@mail.hcsc.com>
15900         * config.guess (powerpc-harris-powerunix): Add guess for port
15901         to new target.
15903 Thu Feb  8 15:37:52 1996  Brendan Kehoe  <brendan@lisa.cygnus.com>
15905         * config.guess (UNAME_VERSION): Recognize X4.x as an OSF version.
15907 Mon Feb  5 16:36:51 1996  Ian Lance Taylor  <ian@cygnus.com>
15909         * configure.in: If --enable-shared was used, set SET_LIB_PATH to
15910         $(REALLY_SET_LIB_PATH) in Makefile.
15911         * Makefile.in (SET_LIB_PATH): New variable.
15912         (REALLY_SET_LIB_PATH): New variable.
15913         ($(DO_X)): Use $(SET_LIB_PATH).
15914         (install.all, gcc-no-fixedincludes, $(ALL_MODULES)): Likewise.
15915         ($(NATIVE_CHECK_MODULES), $(CROSS_CHECK_MODULES)): Likewise.
15916         ($(INSTALL_MODULES), $(CONFIGURE_TARGET_MODULES)): Likewise.
15917         ($(ALL_TARGET_MODULES), $(CHECK_TARGET_MODULES)): Likewise.
15918         ($(INSTALL_TARGET_MODULES), $(ALL_X11_MODULES)): Likewise.
15919         ($(CHECK_X11_MODULES), $(INSTALL_X11_MODULES)): Likewise.
15920         (all-gcc, all-bootstrap, check-gcc, install-gcc): Likewise.
15921         (install-dosrel): Likewise.
15922         (all-opcodes): Depend upon all-libiberty.
15924 Sun Feb  4 16:51:11 1996  Steve Chamberlain  <sac@slash.cygnus.com>
15926         * config.guess (*:CYGWIN*): New
15928 Sat Feb  3 10:42:35 1996  Michael Meissner  <meissner@tiktok.cygnus.com>
15930         * Makefile.in (all-target-winsup): All all-target-libiberty.
15932 Fri Feb  2 17:58:56 1996  Michael Meissner  <meissner@tiktok.cygnus.com>
15934         * configure.in (noconfigdirs): Add missing # in front of comment.
15936 Thu Feb  1 14:38:13 1996  Geoffrey Noer  <noer@cygnus.com>
15938         * configure.in: add second pass to things added to noconfigdirs
15939         so *-gm-magic can exclude libgloss properly.
15941 Thu Feb  1 11:10:16 1996  Stan Shebs  <shebs@andros.cygnus.com>
15943         * mpw-configure (extralibs_name, rez_name): Set correctly
15944         for MWC68K compiler.
15946         * mpw-README: Add more info on the necessary build tools.
15948 Thu Feb  1 10:22:38 1996  Steve Chamberlain  <sac@slash.cygnus.com>
15950         * configure.in, config.sub: Recognize cygwin32.
15952 Wed Jan 31 14:17:10 1996  Richard Henderson  <rth@tamu.edu>
15954         * config.guess, config.sub: Recognize A/UX.
15956 Wed Jan 31 13:52:14 1996  Ian Lance Taylor  <ian@cygnus.com>
15958         * config.sub: Merge with gcc/config.sub.
15960 Thu Jan 25 11:01:10 1996  Raymond Jou  <rjou@mexican.cygnus.com>
15962         * mpw-build.in (do-binutils): Add build of stamps.
15964 Thu Jan 25 17:05:26 1996  James G. Smith  <jsmith@cygnus.co.uk>
15966         * config.sub: Add recognition for mips64vr4100*-* targets.
15968 Wed Jan 24 12:47:55 1996  Brendan Kehoe  <brendan@lisa.cygnus.com>
15970         * test-build.mk: Add checking of `hpux9' rather than just `hpux'.
15971         Add creation of gconfigargs with `--enable-shared' turned on.
15972         ($(host)-stamp-stage2-configured): Pass $(gconfigargs).
15973         ($(host)-stamp-stage3-configured): Likewise.
15974         (HOLES): Add chatr and ldd.
15975         (i386-ncr-sysv4.3*): Add use of /usr/ccs/bin in the PATH and HOLE_DIRS.
15977 Wed Jan 24 20:32:30 1996  Torbjorn Granlund  <tege@noisy.matematik.su.se>
15979         * configure: Pass --nfp to recursive configures.
15981 Mon Jan 22 10:41:56 1996  Steve Chamberlain  <sac@slash.cygnus.com>
15983         * Makefile.in (DLLTOOL): New.
15984         (DLLTOOL_FOR_TARGET): New.
15985         (EXTRA_HOST_FLAGS): Pass down DLLTOOL.
15986         (EXTRA_TARGET_FLAGS): Ditto.
15987         (EXTRA_GCC_FLAGS): Ditto.
15988         (CONFIGURE_TARGET_MODULES): Ditto.
15989         (DO_X): Ditto.
15990         * configure: Add DLLTOOL.
15992 Fri Jan 19 13:30:15 1996  Stan Shebs  <shebs@andros.cygnus.com>
15994         SCO OpenServer 5 changes from Robert Lipe <robertl@dgii.com>:
15995         * configure.in (i[345]86-*-sco3.2v5*): Use mh-sysv instead of
15996         mh-sco, since old workarounds no longer needed, and don't
15997         build ld, since libraries have weak symbols in COFF.
15999 Sun Jan 14 23:01:31 1996  Fred Fish  <fnf@cygnus.com>
16001         * Makefile.in (CONFIGURE_TARGET_MODULES): Add missing ';'.
16003 Fri Jan 12 15:25:35 1996  Ian Lance Taylor  <ian@cygnus.com>
16005         * configure.in: Make sure that ${CC} can be used to compile an
16006         executable.
16008 Sat Jan  6 07:23:33 1996  Michael Meissner  <meissner@wogglebug.tiac.net>
16010         * Makefile.in (all-gdb): Depend on $(GDB_TK).
16011         * configure (GDB_TK): Set GDB_TK to either "all-tcl all-tk" or
16012         nothing depending on whether gdbtk is being built.
16014 Wed Jan  3 17:54:41 1996  Doug Evans  <dje@canuck.cygnus.com>
16016         * Makefile.in (newlib.tar.gz): Delete building of newlib's info files.
16018 Mon Jan  1 19:09:14 1996  Brendan Kehoe  <brendan@rtl.cygnus.com>
16020         * configure.in (noconfigdirs): Put ld or gas in this early, if the
16021         user specifically used --with-gnu-ld=no or --with-gnu-as=no.
16023 Sat Dec 30 16:08:57 1995  Doug Evans  <dje@canuck.cygnus.com>
16025         * config-ml.in: Add support for
16026         --disable-{softfloat,m68881,m68000,m68020} on m68*-*-*.
16027         Simplify setting of multidirs from --disable-foo.
16029 Fri Dec 29 07:56:11 1995  Michael Meissner  <meissner@tiktok.cygnus.com>
16031         * Makefile.in (EXTRA_GCC_FLAGS): If any of the make variables
16032         LANGUAGES, BOOT_CFLAGS, STMP_FIXPROTO, LIMITS_H_TEST,
16033         LIBGCC1_TEST, LIBGCC2_CFLAGS, LIBGCC2_INCLUDES, and ENQUIRE are
16034         non-empty, pass them on to the  GCC make.
16035         (all-bootstrap): New rule that is like all-gcc, except it executes
16036         the GCC bootstrap rule instead of the GCC all rule.
16038 Wed Dec 27 15:51:48 1995  Doug Evans  <dje@canuck.cygnus.com>
16040         * config-ml.in (ml_realsrcdir): New, to account for ${subdir}.
16042 Tue Dec 26 11:45:31 1995  Michael Meissner  <meissner@tiktok.cygnus.com>
16044         * config.guess (AViiON:dgux:*:*): Update from FSF to add pentium
16045         DG/UX support.
16047 Fri Dec 15 10:01:27 1995  Stan Cox  <coxs@dg-rtp.dg.com>
16049         * config.sub (i*86*) Change [345] to [3456]
16051 Wed Dec 20 17:41:40 1995  Brendan Kehoe  <brendan@lisa.cygnus.com>
16053         * configure.in (noconfigdirs): Add gas or ld if --with-gnu-as=no or
16054         --with-gnu-ld=no.
16056 Wed Dec 20 15:15:35 1995  Michael Meissner  <meissner@tiktok.cygnus.com>
16058         * config-ml.in (rs6000*, powerpc*): Add switches to control which
16059         AIX multilibs get built.
16061 Mon Dec 18 17:55:46 1995  Jason Molenda  (crash@phydeaux.cygnus.com)
16063         * configure.in (i386-win32): Don't build expect if we're not
16064         building the tcl subdir.
16066 Mon Dec 18 11:47:19 1995  Stan Shebs  <shebs@andros.cygnus.com>
16068         * Makefile.in: (configure-target-examples, all-target-examples):
16069         New targets, configure and build example programs.
16071 Fri Dec 15 16:13:03 1995  Stan Shebs  <shebs@andros.cygnus.com>
16073         * mpw-configure: If an mpw-config.in generated a file mk.sed,
16074         use it as input to sedit the generated MPW makefile.
16075         * mpw-README: Add a suggestion about Gestalt.h.
16077 Wed Dec 13 16:43:51 1995  Ian Lance Taylor  <ian@cygnus.com>
16079         * config.sub: Accept *-*-ieee*.
16081 Tue Dec 12 11:52:57 1995  Ian Lance Taylor  <ian@cygnus.com>
16083         * Makefile.in (local-distclean): Remove $(TARGET_SUBDIR).  From
16084         Ronald F. Guilmette <rfg@monkeys.com>.
16086 Mon Dec 11 15:31:58 1995  Jason Molenda  (crash@phydeaux.cygnus.com)
16088         * configure.in (host==powerpc-pe): Add many directories to noconfigdirs
16089         for powerpc-pe native.
16090         (target==i386-win32): add tcl, make to noconfigdirs if canadian cross.
16091         (target==powerpc-pe): duplicate i386-win32 entry.
16093 Sat Dec  9 14:58:28 1995  Jim Wilson  <wilson@chestnut.cygnus.com>
16095         * configure.in (noconfigdirs): Exclude target-newlib for all versions
16096         of vxworks, not just vxworks5.1.
16098 Mon Dec  4 12:05:40 1995  Stan Shebs  <shebs@andros.cygnus.com>
16100         * mpw-configure: Add support for exec-prefix.
16102 Mon Dec  4 10:22:50 1995  Jeffrey A. Law  <law@rtl.cygnus.com>
16104         * config.guess: Recognize HP model 816 machines as having
16105         a PA1.1 processor.
16107 Mon Dec  4 12:38:15 1995  Ian Lance Taylor  <ian@cygnus.com>
16109         * configure: Ignore new autoconf configure options.
16111 Thu Nov 30 16:57:33 1995  Per Bothner  <bothner@wombat.gnu.ai.mit.edu>
16113         * config.guess:  Recognize Pentium under SCO.
16114         From Robert Lipe <robertl@arnet.com>.
16116 Wed Nov 29 13:49:08 1995  J.T. Conklin  <jtc@rtl.cygnus.com>
16118         * configure.in (noconfigdirs): Disable target-libio on v810-*-*.
16120 Wed Nov 29 12:12:01 1995  Ian Lance Taylor  <ian@cygnus.com>
16122         * configure.in: Don't configure gas for alpha-dec-osf*.
16124 Tue Nov 28 17:16:48 1995  Ian Lance Taylor  <ian@cygnus.com>
16126         * configure.in: Default to --with-stabs for some targets for which
16127         it makes sense: mips*-*-*, alpha*-*-osf*, i[345]86*-*-sysv4* and
16128         i[345]86*-*-unixware*.
16130 Mon Nov 27 13:44:15 1995  Ian Lance Taylor  <ian@cygnus.com>
16132         * config-ml.in: Get list of multidirs using gcc --print-multi-lib
16133         rather than basing it on the target.  Simplify handling of options
16134         controlling which directories to configure.  Remove extraneous
16135         slash in multi-clean target.
16137 Fri Nov 24 17:29:29 1995  Doug Evans  <dje@deneb.cygnus.com>
16139         * config-ml.in: Prefix more variables with ml_ so they don't collide
16140         with configure's.
16142 Wed Nov 22 11:27:02 1995  Ian Lance Taylor  <ian@cygnus.com>
16144         * configure: Don't turn -v into --v.
16146 Tue Nov 21 16:48:02 1995  Doug Evans  <dje@deneb.cygnus.com>
16148         * configure.in (targargs): Fix typo.
16150         * Makefile.in (DEVO_SUPPORT): Add symlink-tree.
16152 Tue Nov 21 14:08:28 1995  Ian Lance Taylor  <ian@cygnus.com>
16154         * configure.in: Strip --host and --target options from
16155         CONFIG_ARGUMENTS, and always configure for --host only.  Add
16156         --with-cross-host option when building with a cross-compiler.
16157         * configure: Canonicalize the arguments put into config.status by
16158         always using `=' for an option with an argument.  Pass a presumed
16159         --host or --target explicitly.
16161 Fri Nov 17 17:50:30 1995  Stan Shebs  <shebs@andros.cygnus.com>
16163         * config.sub: Merge -macos*, -magic*, -pe*, and -win32 cases
16164         into general OS recognition case.
16166 Fri Nov 17 17:42:25 1995  Jason Molenda  (crash@phydeaux.cygnus.com)
16168         * configure.in (target_configdirs): add target-winsup only
16169         for win32 target systems.
16171 Thu Nov 16 14:04:47 1995  Ian Lance Taylor  <ian@cygnus.com>
16173         * Makefile.in (all-target-libgloss): Depend upon
16174         configure-target-newlib, since when libgloss is built it looks to
16175         see if the newlib directory exists.
16177 Wed Nov 15 14:47:52 1995  Ken Raeburn  <raeburn@cygnus.com>
16179         * Makefile.in (DEVO_SUPPORT): Use config-ml.in instead of
16180         cfg-ml-*.in.
16182 Wed Nov 15 11:45:23 1995  Ian Lance Taylor  <ian@cygnus.com>
16184         * configure: Handle LD and LD_FOR_TARGET when configuring a
16185         Canadian Cross.
16187 Tue Nov 14 14:56:11 1995  Jason Molenda  (crash@phydeaux.cygnus.com)
16189         * configure.in (target_libs): add target-winsup.
16190         (target==i386-win32): add patch diff flex make to $noconfigdirs.
16191         (target==ppcle-pe): remove ld from $noconfigdirs.
16193 Tue Nov 14 01:25:50 1995  Doug Evans  <dje@canuck.cygnus.com>
16195         * Makefile.in (CONFIGURE_TARGET_MODULES): Pass --with-target-subdir.
16196         Preserve relative path names in $srcdir.  Build symlink tree if
16197         configuring cross target dir and srcdir=. (= no VPATH support).
16198         (configure-target-libg++): Depend on configure-target-librx.
16199         * cfg-ml-com.in, cfg-ml-pos.in: Deleted.
16200         * config-ml.in: New file.
16201         * symlink-tree: New file.
16202         * configure: Ensure srcdir="." if that's what it is.
16204 Mon Nov 13 12:34:20 1995  Stan Shebs  <shebs@andros.cygnus.com>
16206         * mpw-README: Clarify some phrasing, add notes about CodeWarrior
16207         includes and FLEX_SKELETON setting.
16208         * mpw-configure (--with-gnu-ld): New option, controls whether
16209         to use PPCLink or ld with PowerMac GCC.
16210         * mpw-build.in (all-grez, do-grez, install-grez): New targets.
16211         * mpw-config.in: Configure grez if targeting Mac.
16213         * config.sub: Accept pmac and pmac-mpw as names for PowerMacs,
16214         accept mpw and mac-mpw as names for m68k Macs, change macos7 to
16215         just macos.
16216         * configure.in: Configure grez resource compiler if targeting Mac.
16217         * Makefile.in (all-grez, install-grez): New targets.
16219 Wed Nov  8 17:33:51 1995  Jason Merrill  <jason@yorick.cygnus.com>
16221         * configure: CXX defaults to gcc, not g++.  If we find
16222         gcc in the path, set CC to gcc -O2.
16224 Tue Nov  7 15:45:17 1995  Ian Lance Taylor  <ian@cygnus.com>
16226         * configure: Default ${build} correctly.  Avoid picking up extra
16227         spaces when reading CC and CXX from Makefile.  When doing a
16228         Canadian Cross, use plausible default values for numerous
16229         variables.
16230         * configure.in: When doing a Canadian Cross, don't try to
16231         configure tools whose configure script can't handle it.
16233 Mon Nov  6 19:32:17 1995  Jim Wilson  <wilson@chestnut.cygnus.com>
16235         * cfg-ml-com.in (sh-*-*): Add m2 and ml/m2 to multidirs.
16237 Sun Nov  5 00:15:41 1995  Per Bothner  <bothner@kalessin.cygnus.com>
16239         * configure:  Remove dubious bug reporting address.
16241 Fri Nov  3 08:17:54 1995  Per Bothner  <bothner@kalessin.cygnus.com>
16243         * Makefile.in ($(CONFIGURE_TARGET_MODULES)):  If subdir has
16244         configure script, run that instead of this directory's configure.
16245         In either case, print a message that we're configuring the sub-dir.
16247 Thu Nov  2 23:23:36 1995  Per Bothner  <bothner@kalessin.cygnus.com>
16249         * configure.in: Before checking for the existence of various files,
16250         use sed to filter out "target-".
16252 Thu Nov  2 13:24:56 1995  Ian Lance Taylor  <ian@cygnus.com>
16254         * Makefile.in (DO_X): Split rule to decrease command line length
16255         for systems with small ARG_MAX values.  From phdm@info.ucl.ac.be
16256         (Philippe De Muyter).
16258 Wed Nov  1 15:18:35 1995  Jason Molenda  (crash@phydeaux.cygnus.com)
16260         * Makefile.in (all-patch): depend on all-libiberty.
16262 Wed Nov  1 12:23:20 1995  Ian Lance Taylor  <ian@cygnus.com>
16264         * configure.in: If the only directory in target_configdirs which
16265         actually exists is libiberty, then set target_configdirs to empty,
16266         to avoid trying to build a target libiberty in a gas or gdb
16267         distribution.
16269 Tue Oct 31 17:52:39 1995  J.T. Conklin  <jtc@slave.cygnus.com>
16271         * configure.in (host_makefile_frag): Use m68k-sun-sunos* instead
16272         of m68k-sun-* when selecting mh-sun3 to avoid matching NetBSD/sun3
16273         systems.
16275 Tue Oct 31 16:57:32 1995  Jim Wilson  <wilson@chestnut.cygnus.com>
16277         * configure.in (copy_dirs): Use sys-include instead of include
16278         for --with-headers option.
16280 Tue Oct 31 10:29:36 1995  steve chamberlain  <sac@slash.cygnus.com>
16282         * Makefile.in, configure.in: Make winsup builds work with
16283         new scheme.
16285 Mon Oct 30 18:57:09 1995  Ian Lance Taylor  <ian@cygnus.com>
16287         * configure.in: Build the linker on AIX.
16289 Mon Oct 30 12:27:16 1995  Per Bothner  <bothner@kalessin.cygnus.com>
16291         * Makefile.in (CC_FOR_TARGET, CXX_FOR_TARGET):  Add $(TARGET_SUBDIR)
16292         where needed.
16294 Mon Oct 30 12:45:25 1995  Doug Evans  <dje@cygnus.com>
16296         * Makefile.in (all-gcc): Fix typo.
16298 Sat Oct 28 10:27:59 1995  Per Bothner  <bothner@kalessin.cygnus.com>
16300         * Makefile.in ($(CHECK_TARGET_MODULES)):  Fix typo.
16302 Fri Oct 27 23:14:12 1995  Per Bothner  <bothner@kalessin.cygnus.com>
16304         * configure.in:  Rename libFOO to target-libFOO, and xiberty
16305         to target-xiberty, to provide more flexibility.
16306         (target_subdir):  Define.  Create if cross.
16307         Set TARGET_SUBDIR in Makefile to ${target_subdir}.
16308         * Makefile.in:  Rename all-libFOO -> all-target-libFOO, all-xiberty
16309         -> all-target-libiberty, configure-libFOO -> configure-target-libFOO,
16310         check-libFOO -> check-target-libFOO, etc.
16311         ($(DO_X)):  Iterate over TARGET_CONFIGDIRS after SUBDIRS.
16312         ($(CONFIGURE_TARGET_MODULES), $(CHECK_TARGET_MODULES),
16313         $(ALL_TARGET_MODULES), $(INSTALL_TARGET_MODULES)): Update accordingly.
16314         (configure-target-XXX):  Depend on $(ALL_GCC), not all-gcc, to
16315         allow ALL_GCC="" to only configure.
16316         (DEVO_SUPPORT):  Add cfg-ml-com.in and cfg-ml-pos.in.
16317         (ETC_SUPPORT, ETC_SUPPORT_PFX):  Merge;  update 'taz' accordingly.
16318         (LIBGXX_SUPPORT_DIRS):  Remove xiberty.
16320 Sat Oct 28 01:53:49 1995  Ken Raeburn  <raeburn@cygnus.com>
16322         * Makefile.in (taz): Build "info" in etc explicitly.
16324 Fri Oct 27 09:32:30 1995  Stu Grossman  (grossman@cygnus.com)
16326         * configure.in:  Make sure that CC is undefined (as opposed to
16327         null) if toplevel/config/mh-{host} doesn't define it.  Fixes a
16328         problem with autoconf trying to configure on a host without GCC.
16330 Thu Oct 26 22:35:01 1995  Stan Shebs  <shebs@andros.cygnus.com>
16332         * mpw-configure: Set host alias from choice of host compiler,
16333         only use generic MPW Makefile sed if present, edit a file
16334         named "hacked_Makefile.in" instead of "Makefile.in" if present.
16335         * mpw-README: Add problem notes about CW6 and CW7.
16337 Thu Oct 26 05:45:10 1995  Ken Raeburn  <raeburn@kr-pc.cygnus.com>
16339         * Makefile.in (taz): Use ";" instead of ";;".
16341 Wed Oct 25 15:18:24 1995  Per Bothner  <bothner@kalessin.cygnus.com>
16343         * Makefile.in (taz):  Grep for '^diststuff:' or '^info:' in
16344         sub-directory Makefiles, instead of using DISTSTUFFDIRS and
16345         DISTDOCDIRS.
16346         (DISTSTUFFDIRS, DISTDOCDIRS):  Removed - no longer used.
16347         (newlib.tar.gz):  Don't pass DISTDOCDIRS to recursive make.
16349 Wed Oct 25 14:43:55 1995  Per Bothner  <bothner@kalessin.cygnus.com>
16351         * Makefile.in (DISTDOCDIRS):  Remove ld gprof bnutils gas libg++ gdb
16352         and gnats, because they are now subsumed by DISTSTUFFDIRS.
16353         Move bfd to DISTSTUFFDIRS.
16355 Tue Oct 24 18:19:09 1995  Jason Molenda  (crash@phydeaux.cygnus.com)
16357         * Makefile.in (X11_LIB): Removed.
16358         (X11_FLAGS_TO_PASS): pass only X11_EXTRA_CFLAGS and X11_EXTRA_LIBS.
16360         * configure.in (host_makefile_frag): mh-aix & mh-sun removed.
16362 Sun Oct 22 13:04:42 1995  Michael Meissner  <meissner@tiktok.cygnus.com>
16364         * cfg-ml-com.in (powerpc*): Shorten some of the multilib directory
16365         names.
16367 Fri Oct 20 18:02:10 1995  Michael Meissner  <meissner@tiktok.cygnus.com>
16369         * cfg-ml-com.in (powerpc*-eabi*): Add mcall-aixdesc varients.
16371 Thu Oct 19 10:40:57 1995  steve chamberlain  <sac@slash.cygnus.com>
16373         * configure.in (i[345]86-*-win32): Always build newlib.
16374         Don't configure cvs, autoconf or texinfo.
16375         * Makefile.in (LD_FOR_TARGET): New.
16376         (BASE_FLAGS_TO_PASS, EXTRA_TARGET_FLAGS, CONFIGURE_TARGET_MODULES):
16377         Pass down LD_FOR_TARGET.
16379 Wed Oct 18 15:53:56 1995  steve chamberlain  <sac@slash.cygnus.com>
16381         * winsup: New directory.
16382         * Makefile.in: Build winsup.
16383         * configure.in: Winsup is configured when target is win32.
16384         Can only build win32 target GDB when native.
16386 Mon Oct 16 09:42:31 1995  Jeffrey A Law  (law@cygnus.com)
16388         * config.guess: Recognize HP model 819 machines as having
16389         a PA 1.1 processor.
16391 Mon Oct 16 10:49:43 1995  Ian Lance Taylor  <ian@cygnus.com>
16393         * configure: Fix sed loop which substitutes for CC and CXX to
16394         avoid bug found in various sed implementations.
16396 Wed Oct 11 16:16:20 1995  Michael Meissner  <meissner@tiktok.cygnus.com>
16398         * cfg-ml-com.in (powerpc-*-eabisim): Delete separate rule for
16399         simulator.  Use standard powerpc-*-eabi*.
16401 Mon Oct  9 17:21:56 1995  Ian Lance Taylor  <ian@cygnus.com>
16403         * configure.in: Stop putting gas and binutils in noconfigdirs for
16404         powerpc-*-aix* and rs6000-*-*.
16406 Mon Oct  9 12:38:40 1995  Michael Meissner  <meissner@cygnus.com>
16408         * cfg-ml-com.in (powerpc*-*-eabisim*): Add support for building
16409         -mcall-aixdesc libraries.
16411 Fri Oct  6 16:17:57 1995  Ken Raeburn  <raeburn@cygnus.com>
16413         Mon Sep 25 22:49:32 1995  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
16415         * config.sub (arm | armel | armeb): Fix shell syntax.
16417 Fri Oct  6 14:40:28 1995  Michael Meissner  <meissner@tiktok.cygnus.com>
16419         * cfg-ml-com.in ({powerpc,rs6000}-ibm-aix*): Add multilibs for
16420         -msoft-float and -mcpu=common support.
16421         (powerpc*-*-eabisim*): Add support for building -mcall-aix
16422         libraries.
16424 Thu Oct  5 13:26:37 1995  Brendan Kehoe  <brendan@lisa.cygnus.com>
16426         * configure.in: Allow configuration and build of emacs19 for the alpha.
16428 Wed Oct  4 22:05:36 1995  Jason Molenda  (crash@phydeaux.cygnus.com)
16430         * configure.in (CC): Get ^CC, not just any old CC, from
16431         ${host_makefile_frag}.
16433 Wed Oct  4 21:55:00 1995  Jason Molenda  (crash@phydeaux.cygnus.com)
16435         * configure.in (CC): Try to get CC from
16436         ${srcdir}/${host_makefile_frag}, not ${host_makefile_frag}.
16438 Wed Oct  4 21:44:12 1995  Jason Molenda  (crash@phydeaux.cygnus.com)
16440         * Makefile.in (TARGET_CONFIGDIRS): configure targetdirs
16441         only if it exists in $(srcdir).
16443 Wed Oct  4 11:52:31 1995  Ian Lance Taylor  <ian@cygnus.com>
16445         * configure: If CC and CXX are not set in the environment, set
16446         them, based on either an existing Makefile or on searching for gcc
16447         in PATH.  Substitute for CC and CXX in Makefile.
16448         * configure.in: Remove libm from target_libs.  Separate
16449         target_configdirs from configdirs.  If CC is not set in
16450         environment, try to get it from a host Makefile fragment.  Rewrite
16451         changes of configdirs to use skipdirs instead.  A few minor
16452         tweaks.  Take directories out of target_configdirs as they are
16453         taken out of configdirs.  Remove existing Makefile files from
16454         subdirectories.  Substitute for TARGET_CONFIGDIRS and
16455         CONFIG_ARGUMENTS in Makefile.
16456         * Makefile.in (TARGET_CONFIGDIRS): New variable, automatically set
16457         by configure.in.
16458         (CONFIG_ARGUMENTS): Likewise.
16459         (CONFIGURE_TARGET_MODULES): New variable.
16460         ($(DO_X)): Loop over TARGET_CONFIGDIRS as well as SUBDIRS.
16461         ($(CONFIGURE_TARGET_MODULES)): New target.
16462         (configure-libg++, configure-libio): New targets.
16463         (all-libg++): Depend upon configure-libg++.
16464         (all-libio): Depend upon configure-libio.
16465         (configure-libgloss, all-libgloss): New targets.
16466         (configure-libstdc++): New target.
16467         (all-libstdc++): Depend upon configure-libstdc++.
16468         (configure-librx, all-librx): New targets.
16469         (configure-newlib): New target.
16470         (all-newlib): Depend upon configure-newlib
16471         (configure-xiberty): New target.
16472         (all-xiberty): Depend upon configure-xiberty.
16474 Sat Sep 30 04:32:59 1995  Jason Molenda (crash@phydeaux.cygnus.com)
16476         * configure.in (host i[345]86-*-win32):  Expand the
16477         noconfigdirs again.
16479 Thu Sep 28 21:18:49 1995  Stan Shebs  <shebs@andros.cygnus.com>
16481         * mpw-configure: Fix sed command file name.
16483 Thu Sep 28 17:39:56 1995  steve chamberlain  <sac@slash.cygnus.com>
16485         * configure.in (host i[345]86-*-win32): Reduce the
16486         noconfigdirs again.
16488 Wed Sep 27 12:24:00 1995  Ian Lance Taylor  <ian@cygnus.com>
16490         * configure.in: Don't configure ld and gdb for powerpc*-*-winnt*
16491         or powerpc*-*-pe*, since they are not yet supported.
16493 Tue Sep 26 14:30:01 1995  Stan Shebs  <shebs@andros.cygnus.com>
16495         Add PowerMac support and many other enhancements.
16496         * mpw-configure: New option --cc to select compiler to use,
16497         paste options set according to --cc into the generated
16498         Makefile, generate the Makefile by sed'ing the Unix Makefile.in
16499         if mpw-make.sed is present.
16500         * mpw-config.in: Don't test for gC1, test for mpw-touch,
16501         add forward includes for PowerPC include files.
16502         * mpw-build.in: Build using Makefile.PPC if present.
16503         (do-byacc, etc): Remove separate version resource builds.
16504         (do-gas): Build "stamps" before "all".
16505         (do-gcc): Build "stamps-h" and "stamps-c" before "all".
16506         * mpw-README: Update to reflect --cc option, PowerMac support,
16507         and recently-reported compatibility problems.
16509 Fri Sep 22 12:15:42 1995  Doug Evans  <dje@deneb.cygnus.com>
16511         * cfg-ml-com.in (m68*-*-*): Only build multilibs for
16512         embedded m68k systems (-aout, -coff, -elf, -vxworks).
16513         (--with-multilib-top): Pass to recursive invocations.
16515 Tue Sep 19 13:51:05 1995  J.T. Conklin  <jtc@blues.cygnus.com>
16517         * configure.in (noconfigdirs): Disable libg++ and libstdc++ on
16518         v810-*-*.
16520 Mon Sep 18 23:08:26 1995  J.T. Conklin  <jtc@rtl.cygnus.com>
16522         * configure.in (noconfigdirs): Disable bfd, binutils, gas, gcc,
16523         gdb, ld and opcodes on v810-*-*.
16525 Tue Sep 12 18:03:31 1995  Ian Lance Taylor  <ian@cygnus.com>
16527         * Makefile.in (DO_X): Change do-realclean to do-maintainer-clean.
16528         (local-maintainer-clean): New target.
16529         (maintainer-clean): New target.
16530         (realclean): Just depend upon maintainer-clean.
16532 Fri Sep  8 17:11:14 1995  J.T. Conklin  <jtc@rtl.cygnus.com>
16534         * configure.in (noconfigdirs): Disable gdb on m68k-*-netbsd*.
16536 Fri Sep  8 16:46:29 1995  Ian Lance Taylor  <ian@cygnus.com>
16538         * configure.in: Build ld in mips*-*-bsd* case.
16540 Thu Sep  7 20:03:41 1995  Ken Raeburn  <raeburn@cygnus.com>
16542         * config.sub: Accept -lites* OS.  From Ian Dall.
16544 Fri Sep  1 08:06:58 1995  James G. Smith  <jsmith@beauty.cygnus.com>
16546         * config.sub: recognise mips64vr4300 and mips64vr4300el as valid
16547         targets.
16549 Wed Aug 30 21:06:50 1995  Jason Molenda  (crash@phydeaux.cygnus.com)
16551         * configure.in: treat i386-win32 canadian cross the same as
16552         i386-go32 canadian cross.
16554 Thu Aug 24 14:53:20 1995  Michael Meissner  <meissner@tiktok.cygnus.com>
16556         * cfg-ml-com.in (powerpc*-*-eabisim): Add support for PowerPC
16557         running under the simulator to build a reduced set of libraries.
16558         (powerpc-*-eabiaix): Add fine grained multilib support added to
16559         other powerpc targets yesterday.
16561 Wed Aug 23 09:41:56 1995  Michael Meissner  <meissner@tiktok.cygnus.com>
16563         * cfg-ml-com.in (powerpc*): Add support for -disable-biendian,
16564         -disable-softfloat, -disable-relocatable, -disable-aix, and
16565         -disable-sysv to control which multilib libraries get built.
16567 Thu Aug 17 16:03:41 1995  Ken Raeburn  <raeburn@kr-laptop.cygnus.com>
16569         * configure: Add Makefile.tem to list of files to remove in trap
16570         handler.
16572 Mon Aug 14 19:27:56 1995  Per Bothner  <bothner@kalessin.cygnus.com>
16574         * config.guess (*Linux*):  Add missing "exit"s.
16575         Also, need specific check for alpha-unknown-linux (uses COFF).
16577 Fri Aug 11 15:38:20 1995  Per Bothner  <bothner@kalessin.cygnus.com>
16579         * config.guess:  Merge with FSF:
16581         Wed Jun 28 17:57:27 1995  David Edelsohn  <edelsohn@mhpcc.edu>
16582         * config.guess (AIX4): More robust release numbering discovery.
16584         Thu Jun 22 19:01:24 1995  Kenneth Stailey  (kstailey@eagle.dol-esa.gov)
16585         * config.guess (i386-sequent-ptx): Properly get version number.
16587         Thu Jun 22 18:36:42 1995  Uwe Seimet  (seimet@iris1.chemie.uni-kl.de)
16588         * config.guess (mips:*:4*:UMIPS): New case.
16590 Mon Aug  7 09:21:35 1995  Doug Evans  <dje@canuck.cygnus.com>
16592         * configure.in (i386-go32 host): Fix typo (deja-gnu -> dejagnu).
16593         (i386-win32 host): Likewise.  Don't build readline.
16595 Sat Aug  5 09:51:49 1995  Fred Fish  <fnf@rtl.cygnus.com>
16597         * Makefile.in (GDBTK_SUPPORT_DIRS):  Define and pass as part of
16598         SUPPORT_FILES to submakes.
16600 Fri Aug  4 13:04:36 1995  Fred Fish  <fnf@cygnus.com>
16602         * Makefile.in (GDB_SUPPORT_DIRS): Add utils.
16603         (DEVO_SUPPORT): Add mpw-README, mpw-build.in, mpw-config.h and
16604         mpw-configure.
16606 Wed Aug  2 16:32:40 1995  Ken Raeburn  <raeburn@cygnus.com>
16608         * configure.in (appdirs): Use =, not ==, in test expression when
16609         trying to build the text to print in the warning message for
16610         Solaris users.
16612 Mon Jul 31 09:56:18 1995  steve chamberlain  <sac@slash.cygnus.com>
16614         * cfg-ml-com.in (z8k-*-coff): Add 'std' multilib build.
16616 Fri Jul 28 00:16:31 1995  Jeffrey A. Law  <law@rtl.cygnus.com>
16618         * config.guess: Recognize lynx-2.3.
16620 Thu Jul 27 15:47:59 1995  steve chamberlain  <sac@slash.cygnus.com>
16622         * config.sub (z8ksim): Deleted
16623         (z8k-*-coff): New, this is the one true name of the target.
16625 Thu Jul 27 14:33:33 1995  Doug Evans  <dje@canuck.cygnus.com>
16627         * cfg-ml-pos.in (dotdot): Work around SunOS sed bug.
16629 Thu Jul 27 13:31:05 1995  Fred Fish  (fnf@cygnus.com)
16631         * config.guess (*:Linux:*:*): First try asking the linker what the
16632         default object file format is (elf, aout, or coff).  Then if this
16633         fails, try previous methods.
16635 Thu Jul 27 11:28:17 1995  J.T. Conklin  <jtc@rtl.cygnus.com>
16637         * configure.in: Don't build newlib for *-*-vxworks5.1.
16639 Thu Jul 27 11:18:47 1995  Brendan Kehoe  <brendan@lisa.cygnus.com>
16641         * configure.in: Don't build newlib for a29k-*-vxworks5.1.
16642         * test-build.mk: Add setting of --with-headers for a29k-vxworks5.1.
16644 Tue Jul 25 21:25:39 1995  Doug Evans  <dje@canuck.cygnus.com>
16646         * cfg-ml-pos.in (MULTITOP): Trim excess trailing "/.".
16648 Fri Jul 21 10:41:12 1995  Doug Evans  <dje@canuck.cygnus.com>
16650         * cfg-ml-com.in: New file.
16651         * cfg-ml-pos.in: New file.
16653 Wed Jul 19 00:37:27 1995  Jeffrey A. Law  <law@rtl.cygnus.com>
16655         * COPYING.NEWLIB: Add HP free copyright to list.
16657 Tue Jul 18 10:58:51 1995  Michael Meissner  <meissner@tiktok.cygnus.com>
16659         * config.sub: Recognize -eabi* for the system, not just -eabi.
16661 Mon Jul  3 13:44:51 1995  Steve Chamberlain  <sac@slash.cygnus.com>
16663         * Makfile.in (DLLTOOL_FOR_TARGET): New name, pass it down.
16664         * config.sub, configure.in (win32): New target and host.
16666 Wed Jun 28 23:57:08 1995  Steve Chamberlain  <sac@slash.cygnus.com>
16668         * configure.in: Add i386-pe configuration.
16670 Fri Jun 23 14:28:44 1995  Stan Shebs  <shebs@andros.cygnus.com>
16672         * mpw-build.in (install): Install GDB after LD.
16674 Thu Jun 22 17:10:53 1995  Stan Shebs  <shebs@andros.cygnus.com>
16676         * mpw-config.in (elf/mips.h): Always forward-include, needed
16677         for GDB to build.
16679 Wed Jun 21 15:17:30 1995  Rob Savoye  <rob@darkstar.cygnus.com>
16681         * testsuite: New directory for customer acceptance and whole tool
16682         chain tests.
16684 Wed Jun 21 16:50:29 1995  Ken Raeburn  <raeburn@cujo.cygnus.com>
16686         * configure: If per-host line isn't found, but AC_OUTPUT is found
16687         and a configure script exists, run it instead.
16689 Thu Jun 15 21:09:24 1995  Per Bothner  <bothner@kalessin.cygnus.com>
16691         * config.guess:  Update from FSF, for alpha-dec-winnt3.5 and  Crays.
16693 Tue Jun 13 21:43:27 1995  Rob Savoye  <rob@darkstar.cygnus.com>
16695         * configure: Set build_{cpu,vendor,os,alias} to host values when
16696         --build isn't specified.
16698 Mon Jun  5 18:26:36 1995  Jason Merrill  <jason@phydeaux.cygnus.com>
16700         * Makefile.in (PICFLAG, PICFLAG_FOR_TARGET): New macros.
16701         (FLAGS_TO_PASS): Pass them.
16702         (EXTRA_TARGET_FLAGS): Ditto.
16704 Wed May 31 22:27:42 1995  Jim Wilson  <wilson@chestnut.cygnus.com>
16706         * Makefile.in (all-libg++): Depend on all-libstdc++.
16708 Thu May 25 22:40:59 1995  J.T. Conklin  <jtc@rtl.cygnus.com>
16710         * configure.in (noconfigdirs): Enable all packages for
16711           i386-unknown-netbsd.
16713 Sat May 20 13:22:31 1995  Angela Marie Thomas  <angela@cirdan.cygnus.com>
16715         * configure.in (noconfigdirs): Don't configure tk for i386-go32
16716         hosted builds (DOS builds)
16718 Thu May 18 18:08:49 1995  Ken Raeburn  <raeburn@kr-laptop.cygnus.com>
16720         Changes for ARM based on patches from Richard Earnshaw:
16721         * config.sub: Handle armeb and armel.
16722         * configure.in: Omit arm linker only for riscix.
16724 Thu May 11 17:23:26 1995  Per Bothner  <bothner@kalessin.cygnus.com>
16726         * config.guess:  Update from FSF.
16728 Tue May  9 15:52:05 1995  Michael Meissner  <meissner@cygnus.com>
16730         * config.sub: Recognize powerpcle as the little endian variant of
16731         the PowerPC.  Recgonize ppc as a PowerPC variant, and ppcle as a
16732         powerpcle variant.  Convert pentium into i586, not i486.  Add p5
16733         alias for i586.  Map new x86 variants p6, k5, nexgen into i586
16734         temporarily.
16736 Tue May  2 16:29:41 1995  Jeff Law  (law@snake.cs.utah.edu)
16738         * configure.in (hppa*-*-lites*): Treat like hppa*-*-*elf*.
16740 Sun Apr 30 21:38:09 1995  Jeff Law  (law@snake.cs.utah.edu)
16742         * config.sub: Accept -lites* as a basic system type.
16744 Thu Apr 27 11:33:29 1995  Michael Meissner  (meissner@cygnus.com)
16746         * config.guess (*:Linux:*:*): Check for whether the pre-BFD linker is
16747         installed, and if so return linuxoldld as the system name.
16749 Wed Apr 26 10:59:02 1995  Jeff Law  (law@snake.cs.utah.edu)
16751         * config.guess: Add hppa1.1-hp-lites support.
16753 Tue Apr 25 11:08:11 1995  Rob Savoye  <rob@darkstar.cygnus.com>
16755         * configure.in: Don't build newlib for m68k-vxworks5.1.
16757 Wed Apr 19 17:02:43 1995  Jim Wilson  <wilson@chestnut.cygnus.com>
16759         * configure.in (mips-sgi-irix6): Use mh-irix5.
16761 Fri Apr 14 15:21:17 1995  Doug Evans  <dje@chestnut.cygnus.com>
16763         * Makefile.in (all-gcc): Depend on all-ld (for libgcc1-test).
16765 Wed Apr 12 16:06:01 1995  Jason Merrill  <jason@phydeaux.cygnus.com>
16767         * test-build.mk: Enable building of shared libraries on IRIX 5 and
16768         OSF/1.  Fix compiler flags.
16769         * build-all.mk: Support Linux and OSF/1 3.0.  Fix compiler flags.
16771 Tue Apr 11 18:55:40 1995  Doug Evans  <dje@canuck.cygnus.com>
16773         * configure.in: Recognize --with-newlib.
16774         (sparc-*-sunos4*): Build sim, dejagnu, expect, tcl if cross target.
16776 Mon Apr 10 14:38:20 1995  Jason Molenda (crash@phydeaux.cygnus.com)
16778         * Makefile.in: move {all,check,install}-gdb from *_MODULES
16779         to *_X11_MODULES due to gdbtk needing X include files et al.
16781 Mon Apr 10 11:42:22 1995  Stan Shebs  <shebs@andros.cygnus.com>
16783         Merge in support for Mac MPW as a host.
16784         (Old change descriptions retained for informational value.)
16786         * mpw-config.in: Add generic include forwards for cpu-specific
16787         include files in aout and elf directories.
16789         * mpw-configure: Added copyright.
16790         * mpw-config.in: Check for presence of required build tools.
16791         (target_libs): Add newlib.
16792         (target_tools): Add examples.
16793         (Read Me): Generate as "Read Me for MPW" instead.
16794         * mpw-build.in: Base sub-builds on all-foo instead of do-foo.
16795         (all-byacc, do-byacc, all-flex, do-flex, do-newlib): New actions.
16796         (do-gas, do-gcc, do-gdb, do-ld): Build Version.r first.
16798         * mpw-configure: Remove subdir-specific makefile hackery,
16799         delete mk.tmp after using it.
16801         * mpw-build.in (all): Display start and end times.
16803         * mpw-configure (host_canonical): Set.
16804         (target_cpu): Always add to makefiles.
16805         (ARCHDEFS, EMUL): Add to makefile only if nonempty.
16806         (TM_FILE, XM_FILE, NM_FILE): No longer add to makefile.
16807         (mpw-mh-mpw): Look for in srcdir and srcroot.
16808         Use sed instead of mpw-edit-prefix to edit prefix definitions.
16810         * mpw-build.in: (install-only): New target.
16812         * mpw-configure (host_alias, target_alias): Rename from hostalias
16813         and targetalias, add into generated Makefile.
16814         (mk.tmp): If present, add into generated Makefile.
16815         * mpw-build.in (all-gas): Build config.h first before gas proper.
16817         * mpw-configure (config.status): Write only if changed.
16818         * mpw-config.in (readline): Configure it (not built, just used for
16819         definitions).
16821         * mpw-config.in (elf/mips.h): Add a forward include.
16823         * mpw-config.in: Forward-include most .h files in include into
16824         extra-include.
16825         (readline): Don't build.
16826         mpw-build.in (install): Install GDB.
16828         * mpw-configure (prefix, mpw_prefix): Handle it.
16829         * mpw-config.in (mmalloc, readline): Don't configure.
16830         * mpw-build.in (thisscript): Rename to ThisScript.
16831         Use mpw-build instead of BuildProgram everywhere.
16832         (mmalloc, readline): Don't build.
16833         * mpw-README: New file, basic documentation about the MPW port.
16835         * mpw-config.in: Use forward-include to create include files.
16837         * mpw-configure: Add more things to the top of each configured
16838         Makefile, including contents of config/mpw-mh-mpw.
16839         * mpw-config.in (extra-include): Create this directory and fill it
16840         with Posix-like include files when configuring.
16842         * config.sub (apple, mac, mpw): Add various aliases.
16844         * mpw-build.in: New file, top-level build script fragment for MPW.
16845         * mpw-configure: New file, configure script for MPW.
16846         * mpw-config.in: New file, config fragment for MPW.
16848 Fri Apr  7 19:33:16 1995  Jim Kingdon  (kingdon@lioth.cygnus.com)
16850         * configure.in (host_libs): Remove glob, since it is gone from the
16851         sources.
16853 Fri Mar 31 11:36:17 1995  Jason Molenda  (crash@phydeaux.cygnus.com)
16855         * Makefile.in: define empty GDB_NLM_DEPS var.
16857         * configure.in(target_makefile_frag): use config/mt-netware
16858         for netware targets.
16860 Thu Mar 30 13:51:43 1995  Ian Lance Taylor  <ian@cygnus.com>
16862         * config.sub: Merge in recent FSF changes.  Remove linux special
16863         cases.
16865 Tue Mar 28 14:47:34 1995  Jason Molenda (crash@phydeaux.cygnus.com)
16867         Revert this change:
16869         Tue Mar 30 10:03:09 1993  Ian Lance Taylor  (ian@cygnus.com)
16871                 * build-all.mk: Use CC=cc -Xs on Solaris.
16873 Tue Mar 21 10:43:32 1995  Jim Kingdon  (kingdon@lioth.cygnus.com)
16875         * glob/*: Removed.  Schauer's 24 Feb 1994 readline change made us
16876         stop using it.
16877         * Makefile.in: Nuke all references to glob subdirectory.
16879 Thu Mar 16 13:35:30 1995  Jason Merrill  <jason@phydeaux.cygnus.com>
16881         * configure.in: Fix --enable-shared logic in per-host.
16883 Mon Mar 13 12:33:15 1995  Ian Lance Taylor  <ian@cygnus.com>
16885         * configure.in (*-hp-hpux[78]*): Use mh-hpux8.
16887 Mon Mar  6 10:21:58 1995  Jim Kingdon  (kingdon@lioth.cygnus.com)
16889         * configure.in (noconfigdirs): Don't build gas on AIX, for
16890         powerpc*-*-aix* as well as for rs6000*-*-aix*.
16892 Wed Mar  1 12:51:53 1995  Ian Lance Taylor  <ian@cygnus.com>
16894         * configure: Fix --cache-file to work if the file argument is a
16895         relative path.
16897 Tue Feb 28 17:36:07 1995  Ian Lance Taylor  <ian@cygnus.com>
16899         * configure: If the --cache-file is used, pass it down to
16900         configure in subdirectories.
16902 Mon Feb 27 12:52:46 1995  Kung Hsu  <kung@mexican.cygnus.com>
16904         * config.sub: add vxworks29k configuration.
16906 Fri Feb 10 16:12:26 1995  Ken Raeburn  <raeburn@cujo.cygnus.com>
16908         * Makefile.in (taz): Do "diststuff" part quietly.
16910 Sun Feb  5 14:16:35 1995  Doug Evans  <dje@canuck.cygnus.com>
16912         * config.sub: Mini-merge with gcc/config.sub.
16914 Sat Feb  4 12:11:35 1995  Jim Wilson  <wilson@chestnut.cygnus.com>
16916         * config.guess (IRIX): Sed - to _.
16918 Fri Feb  3 11:54:42 1995  J.T. Conklin  <jtc@rtl.cygnus.com>
16920         * Makefile.in (source-vault, binary-vault): New targets.
16922 Thu Jan 26 13:00:11 1995  Michael Meissner  <meissner@cygnus.com>
16924         * config.sub: Recognize -eabi as a basic system type.
16926 Thu Jan 12 13:13:23 1995  Jason Merrill  <jason@phydeaux.cygnus.com>
16928         * configure.in (enable_shared stuff): Fix typo.
16930 Thu Jan 12 01:36:51 1995  deanm@medulla.LABS.TEK.COM (Dean Messing)
16932         * Makefile.in (BASE_FLAGS_TO_PASS): Fix typo in passing LIBCXXFLAGS*.
16934 Wed Jan 11 16:29:53 1995  Jason Merrill  <jason@phydeaux.cygnus.com>
16936         * Makefile.in (LIBCXXFLAGS_FOR_TARGET): Add -fno-implicit-templates.
16938 Mon Jan  9 12:48:01 1995  Jim Kingdon  <kingdon@lioth.cygnus.com>
16940         * configure.in (rs6000-*-*): Don't build gas.
16942 Wed Jan  4 23:53:49 1995  Ian Lance Taylor  <ian@tweedledumb.cygnus.com>
16944         * Makefile.in: Use /x/x/ instead of /brokensed/brokensed/, to
16945         reduce command line length.
16946         (AS_FOR_TARGET): Check for as.new, not Makefile.
16947         (NM_FOR_TARGET): Check for nm.new, not Makefile.
16949 Wed Jan  4 13:02:39 1995  Per Bothner  <bothner@kalessin.cygnus.com>
16951         * config.guess:  Merge from FSF.
16953 Thu Dec 15 17:11:37 1994  Ian Lance Taylor  <ian@sanguine.cygnus.com>
16955         * configure: Don't use $ when handling program_suffix.
16957 Mon Dec 12 12:09:37 1994  Stu Grossman  (grossman@cygnus.com)
16959         * configure.in:  Configure tk for hppa/hpux.
16961 Fri Dec  2 15:55:38 1994  Per Bothner  <bothner@kalessin.cygnus.com>
16963         * Makefile.in (LIBGXX_SUPPORT_DIRS):  Add libstdc++.
16965 Tue Nov 29 19:37:56 1994  Per Bothner  <bothner@kalessin.cygnus.com>
16967         * Makefile.in:  Move -fno-implicit-template from CXXFLAGS
16968         to LIBCXXFLAGS.  Tests are better run without it.
16970 Wed Nov 23 10:29:25 1994  Brendan Kehoe  (brendan@lisa.cygnus.com)
16972         * Makefile.in (all-ispell): Depend on all-emacs19 instead of all-emacs.
16974 Mon Nov 21 11:14:01 1994  J.T. Conklin  <jtc@rtl.cygnus.com>
16976         * configure.in (*-*-netware*): Don't configure xiberty.
16978 Mon Nov 14 08:49:15 1994  Stu Grossman  (grossman@cygnus.com)
16980         * configure.in:  Remove tk from native_only list.
16982 Fri Nov 11 15:31:26 1994  Bill Cox  (bill@rtl.cygnus.com)
16984         * build-all.mk: Add mips-ncd-elf target to sun4 targets
16985           for special NCD build.
16987 Mon Nov  7 20:58:17 1994  Ken Raeburn  <raeburn@cujo.cygnus.com>
16989         * Makefile.in (DEVO_SUPPORT): Remove configure.bat and
16990         makeall.bat, they're only useful for binutils snapshots.
16991         (binutils.tar.gz, gas+binutils.tar.gz): Add configure.bat and
16992         makeall.bat to specified SUPPORT_FILES.
16994 Mon Nov  7 17:25:18 1994  Bill Cox  (bill@cirdan.cygnus.com)
16996         * build-all.mk: Add Ericsson targets to sun4 and solaris
16997           hosts.  Add  BNR's sun4 target to solaris host, so their
16998           build-from-source will be tested in-house first.
17000 Sat Nov  5 18:43:30 1994  Jason Merrill  (jason@phydeaux.cygnus.com)
17002         * Makefile.in (LIBCFLAGS): New variable.
17003         (CFLAGS_FOR_TARGET): Ditto.
17004         (LIBCFLAGS_FOR_TARGET): Ditto.
17005         (LIBCXXFLAGS): Ditto.
17006         (CXXFLAGS_FOR_TARGET): Ditto.
17007         (LIBCXXFLAGS_FOR_TARGET): Ditto.
17008         (BASE_FLAGS_TO_PASS): Pass them.
17009         (EXTRA_TARGET_FLAGS): Ditto.
17011         * configure.in: Support --enable-shared.
17013 Sat Nov  5 15:44:00 1994  Per Bothner  <bothner@kalessin.cygnus.com>
17015         * configure.in (target_libs):  Include libstdc++ again.
17016         * config.guess:  Update from FSF (for FreeBSD).
17018 Thu Nov  3 16:32:30 1994  Ken Raeburn  <raeburn@cujo.cygnus.com>
17020         * Makefile.in (DEVO_SUPPORT): Include configure.bat and
17021         makeall.bat.
17022         (DISTDOCDIRS): Add `etc'.
17023         (ETC_SUPPORT_PFX): New variable.
17024         (taz): Include anything from etc starting with a word in
17025         ETC_SUPPORT_PFX.
17027 Wed Oct 26 16:19:35 1994  Ian Lance Taylor  <ian@sanguine.cygnus.com>
17029         * config.sub: Update for recent FSF changes.  Remove obsolete
17030         h8300hds entry.  Add -windows* and -osx as basic os.  Minor
17031         spacing changes.
17033 Thu Oct 20 18:41:56 1994  Per Bothner  <bothner@kalessin.cygnus.com>
17035         * configure.in (target_libs):  Remove libstdc++ for libg++-2.6.1.
17037         * config.guess:  Merge with FSF.
17038         * configure.in:  Match on i?86-ncr-sysv4.3, not i?86-ncr-sysv43.
17040 Thu Oct 20 19:26:56 1994  Ken Raeburn  <raeburn@cujo.cygnus.com>
17042         * configure: Since the "trap 0" handler will override the exit
17043         status on many systems, only use it for "exit 1", and make it set
17044         a non-zero exit status; reset it before "exit 0".  Also, check
17045         exit status of config.sub, and error out if it failed.
17047 Wed Oct 19 18:49:55 1994  Rob Savoye  (rob@cygnus.com)
17049         * Makefile.in: (ALL_TARGET_MODULES,INSTALL_TARGET_MODULES) Build
17050         and install libgloss.
17052 Tue Oct 18 15:25:24 1994  Ian Lance Taylor  <ian@sanguine.cygnus.com>
17054         * Makefile.in (all-binutils): Depend upon all-byacc.
17056         * configure.in: Don't build emacs on Irix 5.
17058 Mon Oct 17 16:22:12 1994  J.T. Conklin  (jtc@phishhead.cygnus.com)
17060         * configure.in (*-*-netware*): Add libio.
17062 Thu Oct 13 15:51:20 1994  Jason Merrill  (jason@phydeaux.cygnus.com)
17064         * Makefile.in (ALL_TARGET_MODULES): Add libstdc++.
17065         (CHECK_TARGET_MODULES): Ditto.
17066         (INSTALL_TARGET_MODULES): Ditto.
17067         (TARGET_LIBS): Ditto.
17068         (all-libstdc++): Note dependencies.
17070 Thu Oct 13 01:43:08 1994  Ken Raeburn  <raeburn@cujo.cygnus.com>
17072         * Makefile.in (BINUTILS_SUPPORT_DIRS): Add gas.
17074 Tue Oct 11 12:12:29 1994  Jason Merrill  (jason@phydeaux.cygnus.com)
17076         * Makefile.in (CXXFLAGS): Use -fno-implicit-templates instead of
17077         -fexternal-templates.
17079         * configure.in (target_libs): Add libstdc++.
17080         (noconfigdirs): Add libstdc++ as appropriate.
17082 Thu Oct  6 18:00:54 1994  Per Bothner  (bothner@kalessin.cygnus.com)
17084         * config.guess:  Update from FSF.
17086 Tue Oct  4 12:05:42 1994  Ian Lance Taylor  <ian@sanguine.cygnus.com>
17088         * configure: Use ${config_shell} when running ${configsub}.
17090 Mon Oct  3 14:28:34 1994  Doug Evans  <dje@canuck.cygnus.com>
17092         * config.sub: No longer recognize h8300h.
17094 Mon Oct  3 12:40:54 1994  Ian Lance Taylor  <ian@sanguine.cygnus.com>
17096         * config.sub: Remove extraneous differences between config.sub and
17097         gcc/config.sub.
17099 Sat Oct  1 00:23:12 1994  Ken Raeburn  <raeburn@cujo.cygnus.com>
17101         * Makefile.in (DISTSTUFFDIRS): Add gas.
17103 Thu Sep 22 19:04:55 1994  Doug Evans  (dje@canuck.cygnus.com)
17105         * COPYING.NEWLIB: New file.
17107 Mon Sep 19 18:25:40 1994  Per Bothner  (bothner@kalessin.cygnus.com)
17109         * config.guess (HP-UX):  Patch from Harlan Stenn
17110         <harlan@landmark.com> to also emit release level.
17112 Wed Sep  7 13:15:25 1994  Jim Wilson  (wilson@sphagnum.cygnus.com)
17114         * config.guess (sun4*:SunOS:*:*): Change '-JL' to '_JL'.
17116 Tue Sep  6 23:23:18 1994  Per Bothner  (bothner@kalessin.cygnus.com)
17118         * config.sub:  Merge nextstep cleanup from FSF.
17120 Mon Sep  5 05:01:30 1994  Ken Raeburn  (raeburn@kr-pc.cygnus.com)
17122         * configure.in (arm-*-*): Don't configure ld for this target.
17124 Thu Sep  1 09:35:00 1994  J.T. Conklin  (jtc@phishhead.cygnus.com)
17126         * configure.in (*-*-netware): don't configure libg++, libio,
17127           librx, or newlib.
17129 Wed Aug 31 13:52:08 1994  Ian Lance Taylor  (ian@sanguine.cygnus.com)
17131         * configure.in (alpha-dec-osf*): Use osf*, not osf1*.  Don't
17132         configure ld--it works, but it doesn't support shared libraries.
17134 Sun Aug 28 18:13:45 1994  Per Bothner  (bothner@kalessin.cygnus.com)
17136         * config.guess (*-unknown-freebsd*):  Get rid of possible
17137         trailing "(Release)" in version string.
17138         Patch from Paul Richards <paul@isl.cf.ac.uk>.
17140 Sat Aug 27 15:00:49 1994  Per Bothner  (bothner@kalessin.cygnus.com)
17142         * config.guess:  Fix i486-ncr-sysv43 -> i486-ncr-sysv4.3.
17143         Fix type: *-next-neststep -> *-next-nextstep.
17145         * config.guess:  Merge from FSF:
17147         Fri Aug 26 18:45:25 1994  Philippe De Muyter (phdm@info.ucl.ac.be)
17149         * config.guess: Recognize powerpc-ibm-aix3.2.5.
17151         Wed Apr 20 06:36:32 1994  Philippe De Muyter  (phdm@info.ucl.ac.be)
17153         * config.guess: Recognize UnixWare 1.1 (UNAME_SYSTEM is SYSTEM_V
17154         instead of UNIX_SV for UnixWare 1.0).
17156 Sat Aug 27 01:56:30 1994  Stu Grossman  (grossman@cygnus.com)
17158         * Makefile.in (all-gdb):  Add dependencies on all-gcc and all-ld
17159         to make gdb/nlm/* build after the compiler and linker.
17161 Fri Aug 26 14:30:05 1994  Per Bothner  (bothner@kalessin.cygnus.com)
17163         * config.guess (netbsd, freebsd, linux):  Accept any machine,
17164         not just i[34]86.
17165         (m68k-atari-sysv4):  Relocate to match FSF version.
17167         * config.guess:  More merges from the FSF:
17169         Add a space before function call or macro invocation.
17171         Tue May 10 16:53:55 1994  Roland McGrath (roland@churchy.gnu.ai.mit.edu)
17173         * config.guess: Add trap cmd to remove dummy.c and dummy when
17174         interrupted.
17176         Wed Apr 20 18:07:13 1994  Roland McGrath (roland@churchy.gnu.ai.mit.edu)
17178         * config.guess (dummy.c): Redirect stderr for `hostinfo' command.
17179         (dummy): Redirect stderr from compilation of dummy.c.
17181         Sat Apr  9 14:59:28 1994  Christian Kranz  (kranz@sent5.uni-duisburg.de)
17183         * config.guess: Distinguish between NeXTStep 2.1 and 3.x.
17185 Fri Aug 26 13:42:20 1994  Ken Raeburn  (raeburn@kr-laptop.cygnus.com)
17187         * configure: Accept and ignore --cache*, for compatibility with
17188         new autoconf.
17190 Fri Aug 26 13:05:27 1994  Per Bothner  (bothner@kalessin.cygnus.com)
17192         * config.guess:  Merge from FSF:
17194         Thu Aug 25 20:28:51 1994  Richard Stallman  <rms@mole.gnu.ai.mit.edu>
17196         * config.guess (Pyramid*:OSx*:*:*): New case.
17197         (PATH): Add /.attbin at end for finding uname.
17198         (dummy.c): Handle i860-alliant-bsd.  Follow whitespace conventions.
17200         Wed Aug 17 18:21:02 1994  Tor Egge  (tegge@pvv.unit.no)
17202         * config.guess (M88*:DolphinOS:*:*): New case.
17204         Thu Aug 11 17:00:13 1994  Stan Cox  (coxs@dg-rtp.dg.com)
17206         * config.guess (AViiON:dgux:*:*): Use TARGET_BINARY_INTERFACE
17207         to select whether to use ELF or COFF.
17209         Sun Jul 24 16:20:53 1994  Richard Stallman  <rms@mole.gnu.ai.mit.edu>
17211         * config.guess: Recognize i860-stardent-sysv and i860-unknown-sysv.
17213         Sun May  1 10:23:10 1994  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
17215         * config.guess: Guess the OS version for HPUX.
17217         Tue Mar  1 21:53:03 1994  Karl Heuer  (kwzh@hal.gnu.ai.mit.edu)
17219         * config.guess (UNAME_VERSION): Recognize aix3.2.4 and aix3.2.5.
17221 Fri Aug 26 11:19:08 1994  Ian Lance Taylor  (ian@sanguine.cygnus.com)
17223         * configure.in: Recognize --with-headers, --with-libs, and
17224         --without-newlib.
17225         * Makefile.in (all-xiberty): Depend upon all-ld.
17227 Wed Aug 24 12:36:50 1994  Ian Lance Taylor  (ian@sanguine.cygnus.com)
17229         * configure.in: Change i[34]86 to i[345]86.
17231 Mon Aug 22 10:58:33 1994  Ian Lance Taylor  (ian@sanguine.cygnus.com)
17233         * configure (version): A few more tweaks to help message.
17235 Fri Aug 19 12:40:25 1994  Per Bothner  (bothner@kalessin.cygnus.com)
17237         * Makefile.in:  Remove (for now) librx as a host library,
17238         now that we're building it for target.
17240 Fri Aug 19 10:49:17 1994  Ian Lance Taylor  (ian@sanguine.cygnus.com)
17242         * configure: Fix up help message; from karl@owl.hq.ileaf.com
17243         (Karl Berry).
17245 Tue Aug 16 16:11:08 1994  Per Bothner  (bothner@kalessin.cygnus.com)
17247         * configure.in:  Also configure librx.
17249 Mon Aug 15 16:51:45 1994  Per Bothner  (bothner@kalessin.cygnus.com)
17251         * Makefile.in:  Update various rules to reflect that librx
17252         is now needed for libg++.
17254 Fri Aug 12 18:07:21 1994  Ian Lance Taylor  (ian@sanguine.cygnus.com)
17256         * config.sub: Accept mips64orion and mips64orionel as a CPU name.
17258 Mon Aug  8 11:36:17 1994  Stan Shebs  (shebs@andros.cygnus.com)
17260         * configure.in: Configure the examples directory.
17262 Thu Aug  4 16:12:36 1994  Ian Lance Taylor  (ian@sanguine.cygnus.com)
17264         * configure: Simplify Jun 2 1994 change.
17266 Wed Aug  3 04:58:16 1994  D. V. Henkel-Wallace  (gumby@cygnus.com)
17268         * change CC to /usr/latest/bin/gcc for lynx host builds, since
17269         /bin/gcc isn't good enough to build gcc.
17271 Wed Jul 27 09:07:14 1994  Fred Fish  (fnf@cygnus.com)
17273         * Makefile.in (GDB_SUPPORT_FILES): Remove
17274         (setup-dirs-gdb, gdb.tar.gz, make-gdb.tar.gz):  Remove old rules.
17275         (gdb.tar.gz): Add new rule to use standard distribution building
17276         mechanism.
17278 Mon Jul 25 11:10:06 1994  Ian Lance Taylor  (ian@tweedledumb.cygnus.com)
17280         * configure.in: Warn about use of /usr/ucb/cc on Solaris.  From
17281         Bill Cox <bill@cygnus.com>.
17283 Sat Jul 23 12:19:46 1994  Per Bothner  (bothner@kalessin.cygnus.com)
17285         * config.guess:  Recognize ISC.  Patch from kwzh@gnu.ai.mit.edu.
17287 Fri Jul 22 17:53:59 1994  Stu Grossman  (grossman@cygnus.com)
17289         * configure:  Search current dir first in .gdbinit.
17291 Fri Jul 22 11:28:30 1994  Per Bothner  (bothner@kalessin.cygnus.com)
17293         * config.sub:  Recognize freebsd (merged from gcc config.sub).
17295 Thu Jul 21 14:10:52 1994  Per Bothner  (bothner@kalessin.cygnus.com)
17297         * config.sub:  Refer to NeXT's operating system as nextstep.
17299         * config.sub (case $basic_machine):  Re-order the cases, to match
17300         the order in the FSF version (which is mostly alphabethical).
17301         Merge in some additions and changes from the FSF.
17303 Sat Jul 16 12:03:08 1994  Stan Shebs  (shebs@andros.cygnus.com)
17305         * config.guess: Recognize m68k-atari-sysv4 and m88k-harris-csux7.
17306         * config.sub: Recognize cxux7.
17307         * configure.in: Use mh-cxux for m88k-harris-cxux*.
17309 Mon Jul 11 14:37:39 1994  Per Bothner  (bothner@kalessin.cygnus.com)
17311         * config.sub:  Fix typo powerpc -> powerpc-*.
17313 Sat Jul  9 13:03:43 1994  Michael Tiemann  (tiemann@blues.cygnus.com)
17315         * Makefile.in: `all-emacs19' depends on `all-byacc'.
17317         * Makefile.in: Add all-emacs19 and install-emacs19 rules (in
17318         parallel with all-emacs and install-emacs).  Top-level command
17319         `make all-emacs19 CC=gcc' now behaves as `make all-emacs CC=gcc'.
17321 Thu Jun 30 16:53:42 1994  Ian Lance Taylor  (ian@sanguine.cygnus.com)
17323         * test-build.mk ($(host)-stamp-stage2-installed): Remove
17324         $(relbindir)/make before doing ``make install'', and use
17325         $(GNU_MAKE) while doing it.  Avoids problem on SunOS with
17326         installing over running make binary.
17327         ($(host)-stamp-stage3-installed): Likewise.
17329 Tue Jun 28 13:43:25 1994  Jim Kingdon  (kingdon@lioth.cygnus.com)
17331         * config.guess: Recognize Mach.
17333 Mon Jun 27 16:41:14 1994  Ian Lance Taylor  (ian@sanguine.cygnus.com)
17335         * configure: Check ${exec_prefixoption}, not ${exec_prefix}, to
17336         see whether --exec-prefix was used.
17338 Sun Jun 26 21:15:54 1994  Per Bothner  (bothner@kalessin.cygnus.com)
17340         * README:  Explicitly mention libg++/README.  (Zoo's idea.)
17342 Tue Jun 21 12:45:55 1994  Jim Kingdon  (kingdon@lioth.cygnus.com)
17344         * Makefile.in: Add all-librx target similar to all-libproc.
17346 Wed Jun  8 23:11:55 1994  Stu Grossman  (grossman@cygnus.com)
17348         * config.guess:  Rearrange tests for Alpha-OSF1 to properly deal
17349         with post 1.2 uname bogosity.
17351 Thu Jun  9 00:27:59 1994  Ian Lance Taylor  (ian@tweedledumb.cygnus.com)
17353         * configure: Remove temporary files on receipt of a signal.
17355 Tue Jun  7 12:06:24 1994  Ian Lance Taylor  (ian@cygnus.com)
17357         * configure: If there is a package_makefile_frag, remove
17358         ${subdir}/Makefile.tem after copying it in.
17360 Mon Jun  6 21:35:02 1994  D. V. Henkel-Wallace  (gumby@cygnus.com)
17362         * build_all.mk: support rs6000 lynx identifies itself as
17363         rs6000-lynx-lynxos2.2.2.  Also, use /usr/cygnus/progressive/bin/gcc
17364         since /bin/gcc is too feeble to compile a modern gcc.
17366 Mon Jun  6 16:06:34 1994  Karen Christiansen (karen@cirdan.cygnus.com)
17368         * brought devo/test-build.mk update-to-date with progressive/
17369           test-build.mk. Add lynx targets and hppa flag info.
17371 Sat Jun  4 17:23:54 1994  Per Bothner  (bothner@kalessin.cygnus.com)
17373         * configure.in:  Use mh-ncrsvr43.  Patch from
17374         Tom McConnell <tmcconne@sedona.intel.com>.
17376 Fri Jun  3 17:47:24 1994  Per Bothner  (bothner@kalessin.cygnus.com)
17378         * config.guess (i386-unknown-bsdi):  No longer need to
17379         check #if defined(__bsdi__) && defined(__i386__).
17381 Thu Jun  2 18:56:46 1994  Ian Lance Taylor  (ian@tweedledumb.cygnus.com)
17383         * configure: Set program_transform_nameoption correctly.
17385 Thu Jun  2 10:57:06 1994  Karen Christiansen (karen@cirdan.cygnus.com)
17387         * brought build-all.mk update-to-date with progressive build-all.mk,
17388           added new targets and hppa info.
17390 Thu Jun  2 00:12:44 1994  Ian Lance Taylor  (ian@tweedledumb.cygnus.com)
17392         * configure: If config.guess result is a prefix of the user
17393         specified target, assume a native build and use the user specified
17394         target as the host alias.  Remove SunOS patch suffix removal hack.
17395         * configure.in: Remove SunOS patch suffix removal hack.
17397         * Makefile.in (CROSS_CHECK_MODULES): Remove check-flex, since it's
17398         in NATIVE_CHECK_MODULES.
17400 Wed Jun  1 10:49:41 1994  Bill Cox  (bill@rtl.cygnus.com)
17402         * Makefile.in: Rename HOST_ONLY to NATIVE.
17403         * configure: Delete SunOs patch suffix from host_canonical
17404           and build_canonical variables that are prepended to Makefiles.
17405         * configure.in: Add comments for easier maintenance.
17407 Tue May 31 19:39:47 1994  Jim Kingdon  (kingdon@lioth.cygnus.com)
17409         * Makefile.in: Add all-libproc target similar to all-gui.
17411 Tue May 31 17:16:33 1994  Tom Lord  (lord@cygnus.com)
17413         * Makefile.in (CHECK_MODULES): split into
17414         HOST_ONLY_CHECK_MODULES and CROSS_CHECK_MODULES.
17416 Tue May 31 16:36:36 1994  Paul Eggert  (eggert@twinsun.com)
17418         * config.guess (i386-unknown-bsdi): New system to guess.
17420 Wed May 25 16:47:10 1994  Jim Kingdon  (kingdon@lioth.cygnus.com)
17422         * Makefile.in: Add all-gui target (but not yet build by "all").
17424 Thu May 26 08:53:19 1994  Bill Cox  (bill@rtl.cygnus.com)
17426         * config.sub: Move deletion of patch suffix from here...
17427         * configure.in: To here, at Ian's suggestion.  The top-
17428           level scripts might need to know of a patch level.
17430 Wed May 25 09:15:54 1994  Bill Cox  (bill@rtl.cygnus.com)
17432         * config.sub: Strip off patch suffix so rtl is recognized
17433           as a sunos4.1.3 machine, even though it's been patched.
17435 Fri May 20 08:25:49 1994  Steve Chamberlain  (sac@deneb.cygnus.com)
17437         * Makefile.in (INSTALL_LAST): Delete.
17438         (INSTALL_DOSREL): New.
17440 Thu May 19 17:12:12 1994  Ian Lance Taylor  (ian@tweedledumb.cygnus.com)
17442         * configure.in: Use ld for i[34]86-*-sysv4* and sparc-*-solaris2*.
17443         Don't set use_gnu_ld to no for *-*-sysv4; that only controls
17444         whether we pass down --with-gnu-ld anyhow.
17446 Thu May 19 09:29:12 1994  Steve Chamberlain  (sac@cygnus.com)
17448         * Makefile.in (INSTALL_LAST): Change operation so it works
17449         on more flavors of make.
17450         * configure.in (go32): Don't build libg++ or libio.
17452 Fri May 13 13:28:34 1994  Steve Chamberlain  (sac@cygnus.com)
17454         * Makefile.in (Move HOST_PREFIX_1 and friends up so
17455         they can be overriden by templates.
17457 Sat May  7 16:46:44 1994  Steve Chamberlain  (sac@cygnus.com)
17459         * configure.in (target==go32): Don't build gdb.
17460         * dosrel: New directory.
17462 Fri May  6 14:19:25 1994  Steve Chamberlain  (sac@cygnus.com)
17464         * configure.in (host==go32): Configure dosrel too.
17465         * Makefile.in (INTALL_TARGET): Call INSTALL_LAST last.
17466         (HOST_CC, HOST_PREFIX, HOST_PREFIX_1): Undefine, they should
17467         be set by incoming names or templates.
17468         (INSTALL_LAST): New rule.
17470 Thu May  5 17:35:05 1994  Stan Shebs  (shebs@andros.cygnus.com)
17472         * config.sub (sparclitefrw, sparclitefrwcompat): Don't set the os.
17474 Thu May  5 20:06:45 1994  Ken Raeburn  (raeburn@cujo.cygnus.com)
17476         * configure.in (appdirs): New variable.  Currently empty, but will
17477         be used in gas distribution.  If nonempty, lists a set of
17478         directories at least one of which must get configured, or top
17479         level configuration is considered to have failed.
17480         (rs6000-*-lynxos*): Use new file name.
17482 Thu May  5 13:38:36 1994  Ian Lance Taylor  (ian@tweedledumb.cygnus.com)
17484         Eliminate XTRAFLAGS.
17485         * Makefile.in (CC_FOR_TARGET): If newlib exists, refer to the
17486         newlib include files using -idirafter, and also use -nostdinc.
17487         (CXX_FOR_TARGET): Likewise.
17488         (XTRAFLAGS): Removed.
17489         (BASE_FLAGS_TO_PASS): Remove XTRAFLAGS_FOR_TARGET.
17490         (EXTRA_HOST_FLAGS): Remove XTRAFLAGS.
17491         (EXTRA_TARGET_FLAGS, EXTRA_GCC_FLAGS): Likewise.
17492         ($(DO_X)): Don't pass down XTRAFLAGS.
17494 Thu May  5 00:16:36 1994  Ken Raeburn  (raeburn@kr-pc.cygnus.com)
17496         * configure.in (mips*-dec-bsd*): New target; do build linker.
17497         (mips*-*-bsd*): New target; don't build linker.
17499 Wed May  4 20:10:10 1994  D. V. Henkel-Wallace  (gumby@cygnus.com)
17501         * configure.in: support rs6000-*-lynxos* configuration.
17502         support sunos4 as a cross target.
17504         * config.sub: look for lynx*, not lynx since the OS version may
17505         legitimately be part of the name.
17507 Tue May  3 21:48:11 1994  Ken Raeburn  (raeburn@cujo.cygnus.com)
17509         * configure.in (i[34]86-*-sco*): Move to be with other i386
17510         targets.
17511         (romp-*-*): New target.  Skip various binary utilities.
17512         (vax-*-*): New target.  Don't build newlib.
17513         (vax-*-vms): Renamed from *-*-vms.  Don't build opcodes or newlib.
17515 Thu Apr 28 15:03:05 1994  David J. Mackenzie  (djm@rtl.cygnus.com)
17517         * configure.in: Only set host_makefile_frag if config
17518         directory exists.
17520 Wed Apr 27 12:14:30 1994  David J. Mackenzie  (djm@rtl.cygnus.com)
17522         * install.sh: If $dstdir exists, don't check whether each
17523         component does.
17525 Tue Apr 26 18:11:33 1994  Ian Lance Taylor  (ian@tweedledumb.cygnus.com)
17527         * test-build.mk (HOLES): Add sleep; used by rcs/src/conf.sh.
17529 Mon Apr 25 15:06:34 1994  Stan Shebs  (shebs@andros.cygnus.com)
17531         * configure.in (*-*-lynxos*): Don't configure newlib for either
17532         native or cross Lynx.
17534 Sat Apr 16 11:58:16 1994  Doug Evans  (dje@canuck.cygnus.com)
17536         * config.sub (sparc64-elf): Fix os.
17537         (z8k): Remove duplicate.
17539 Thu Apr 14 23:33:17 1994  Ian Lance Taylor  (ian@tweedledumb.cygnus.com)
17541         * Makefile.in (gcc-no-fixedincludes): Touch gcc/include/fixed, not
17542         gcc/stmp-fixproto, to try to prevent fixproto from being run.
17544 Wed Apr 13 15:14:52 1994  Bill Cox  (bill@cygnus.com)
17546         * configure: Make file links cleanly even if Lynx fails on
17547           an NFS symlink (at least fail cleanly).
17549 Mon Apr 11 10:58:56 1994  Jim Wilson  (wilson@sphagnum.cygnus.com)
17551         * test-build.mk (CC): For mips-sgi-irix4, change -XNh1500 to
17552         -XNh2000.
17554 Sat Apr  9 15:10:45 1994  David J. Mackenzie  (djm@rtl.cygnus.com)
17556         * configure: Unknown options are fatal again.
17558 Fri Apr  8 12:01:41 1994  David J. Mackenzie  (djm@cygnus.com)
17560         * configure: Ignore --x-includes and --x-libraries, for Autoconf
17561         compatibility.
17563 Thu Apr  7 17:31:43 1994  Doug Evans  (dje@canuck.cygnus.com)
17565         * build-all.mk: Add `clean' target.
17567 Wed Apr  6 20:44:56 1994  Peter Schauer  (pes@regent.e-technik.tu-muenchen.de)
17569         * config.guess:  Add SINIX support.
17570         * configure.in:  Add mips-*-sysv4* support.
17572 Mon Apr  4 17:41:44 1994  Doug Evans  (dje@canuck.cygnus.com)
17574         * build-all.mk: Document all useful targets.
17575         If canonhost is sparc-sun-solaris2.3, change it to sparc-sun-solaris2.
17576         If canonhost is mips-sgi-irix4.0.5H, change it to mips-sgi-irix4.
17578 Thu Mar 31 04:55:57 1994  David J. Mackenzie  (djm@rtl.cygnus.com)
17580         * configure: Support --silent, --quiet.
17582 Wed Mar 30 21:37:38 1994  David J. Mackenzie  (djm@rtl.cygnus.com)
17584         * configure: Support --disable-FEATURE.
17586 Tue Mar 29 19:15:05 1994  Jim Kingdon  (kingdon@lioth.cygnus.com)
17588         * config.guess: Recognize NCR running SVR4.3.
17590 Mon Mar 28 14:55:15 1994  Per Bothner  (bothner@kalessin.cygnus.com)
17592         * config.guess:  Make BSDI generate i386-unknown-bsd386.
17593         Patch from Paul Eggert <eggert@twinsun.com>.
17595 Mon Mar 28 12:54:52 1994  Ian Lance Taylor  (ian@tweedledumb.cygnus.com)
17597         * configure.in (powerpc-*-aix*): Treat like rs6000-*-*.
17599 Sat Mar 26 11:25:48 1994  David J. Mackenzie  (djm@rtl.cygnus.com)
17601         * configure: Make unrecognized options give nonfatal warnings
17602         instead of fatal errors, and pass them to any subdirectory
17603         configures in case they recognize them.
17604         Make --x equivalent to --with-x.
17606 Fri Mar 25 21:52:10 1994  David J. Mackenzie  (djm@rtl.cygnus.com)
17608         * configure: Add --enable-* options.  Clean up usage message and
17609         some comments.
17611 Thu Mar 24 09:12:53 1994  Doug Evans  (dje@canuck.cygnus.com)
17613         * Makefile.in (NM_FOR_TARGET): Build tree version is now nm.new.
17615 Sun Mar 20 11:28:22 1994  Jeffrey A. Law  (law@snake.cs.utah.edu)
17617         * configure.in (hppa*-*-*): Enable binutils.
17619 Sat Mar 19 11:50:16 1994  Jim Kingdon  (kingdon@lioth.cygnus.com)
17621         * config.sub: Recognize cisco.
17623 Fri Mar 18 16:42:32 1994  Jason Merrill  (jason@deneb.cygnus.com)
17625         * Makefile.in (CXXFLAGS): Add -fexternal-templates.
17627 Tue Mar 15 11:25:55 1994  Jim Kingdon  (kingdon@lioth.cygnus.com)
17629         * config.guess: about target *-hitachi-hiuxwe2, don't print more
17630         than one configuration name.  Add comment.
17632 Sun Mar  6 23:13:38 1994  Hisashi MINAMINO  (minamino@sra.co.jp)
17634         * config.guess: about target *-hitachi-hiuxwe2, fixed
17635         machine guessing order.  [Hitachi's CPU_IS_HP_MC68K
17636         macro is incorrect.]
17638 Sun Mar 13 09:10:08 1994  Jim Kingdon  (kingdon@lioth.cygnus.com)
17640         * Makefile.in (TAGS): Just build TAGS in each subdirectory, rather
17641         than the "make ls" stuff which used to be here.
17643 Fri Mar 11 12:52:39 1994  Per Bothner  (bothner@kalessin.cygnus.com)
17645         * config.guess:  Recognize i[34]86-unknown-freebsd.
17646         From Shawn M Carey <smcarey@rodan.syr.edu>.
17648 Thu Mar  3 14:24:21 1994  Per Bothner  (bothner@kalessin.cygnus.com)
17650         * configure.in (noconfigdirs for alpha): Remove libg++ and libio.
17652 Wed Mar  2 13:28:48 1994  Jim Kingdon  (kingdon@deneb.cygnus.com)
17654         * config.guess: Check for ptx.
17656 Mon Feb 28 16:46:50 1994  Kung Hsu  (kung@mexican.cygnus.com)
17658         * config.sub: Add os9k checking.
17660 Thu Feb 24 07:09:04 1994  Jeffrey A. Law  (law@snake.cs.utah.edu)
17662         * config.guess: Handle OSF1 running on HPPA processors
17664 Fri Feb 18 14:14:00 1994  Ken Raeburn  (raeburn@rtl.cygnus.com)
17666         * configure: If subdir configure fails, print out a message with
17667         subdirectory name, in case subdir's configure code didn't identify
17668         itself.
17670 Fri Feb 18 12:50:15 1994  Doug Evans  (dje@cygnus.com)
17672         * configure.in: Remove embedded newlines from configdirs.
17673         Avoid mismatches of substrings.  Fix matching strings at end
17674         of configdirs.
17676 Fri Feb 11 15:33:33 1994  Stu Grossman  (grossman at cygnus.com)
17678         * config.guess:  Add Lynx/rs6000 config support.
17680 Tue Feb  8 13:41:09 1994  Ken Raeburn  (raeburn@rtl.cygnus.com)
17682         * configure.in (alpha-dec-osf1*, alpha*-*-*): Build gas.
17684 Mon Feb  7 15:42:36 1994  Jeffrey A. Law  (law@cygnus.com)
17686         * configure.in (hppa*-*-osf*): Treat this just like most other
17687         PA configurations (eg no binutils or ld).
17688         (hppa*-*-*elf*): These configurations have binutils and ld.
17690 Sun Feb  6 16:35:07 1994  Jeffrey A. Law  (law@snake.cs.utah.edu)
17692         * config.sub (hiux): Fix typo.  From m-kasahr@sramhc.sra.co.JP.
17694 Sat Feb  5 01:00:33 1994  Ian Lance Taylor  (ian@tweedledumb.cygnus.com)
17696         * configure.in (rs6000-*-*): Build gas.
17698 Wed Feb  2 13:57:57 1994  Jeffrey A. Law  (law@snake.cs.utah.edu)
17700         * Makefile.in:  Avoid bug in losing hpux sed.
17702 Wed Feb  2 14:53:05 1994  Jim Kingdon  (kingdon@lioth.cygnus.com)
17704         * Makefile.in, test-build.mk: Remove MUNCH_NM; it was only needed
17705         for GDB and GDB has been fixed to not need it.
17707 Sun Jan 30 17:58:06 1994  Ken Raeburn  (raeburn@cujo.cygnus.com)
17709         * config.guess: Recognize vax hosts.
17711 Fri Jan 28 15:29:38 1994  Ken Raeburn  (raeburn@cujo.cygnus.com)
17713         * configure (while loop): Don't use "break 2" inside case
17714         statement -- the case statement isn't an enclosing loop.
17716 Mon Jan 24 18:40:06 1994  Per Bothner  (bothner@kalessin.cygnus.com)
17718         * config.guess:  Clean up NeXT support, to allow nextstep
17719         on Intel machines.  Make OS be nextstep.
17721 Sun Jan 23 18:47:22 1994  Richard Kenner  (kenner@vlsi1.ultra.nyu.edu)
17723         * config.guess: Add alternate forms for Convex.
17725 Thu Jan 20 16:13:41 1994  Stu Grossman  (grossman at cygnus.com)
17727         * configure:  Completely rewrite option processing.  Take
17728         advantage of pattern-matching to avoid invoking test frequently.
17729         Also clean up host and target defaulting logic.
17731 Mon Jan 17 15:06:56 1994  Ken Raeburn  (raeburn@cujo.cygnus.com)
17733         * Makefile.in: Replace all occurrances of "rootme" with "r" and
17734         "$${rootme}" with "$$r", to increase the likelihood that the do-*
17735         commands (plus user environment) will fit SCO limits.
17737 Thu Jan  6 11:20:57 1994  Ian Lance Taylor  (ian@tweedledumb.cygnus.com)
17739         * configure.in: Don't issue warnings about directories which are
17740         not being configured if -norecursion is set.  Correct test for
17741         --with-gnu-as and --with-gnu-ld to not get confused by substring
17742         matches.
17744         * configure.in: Don't build gas for alpha-dec-osf1*.
17746 Tue Jan  4 17:10:19 1994  Stu Grossman  (grossman at cygnus.com)
17748         * configure:  Back out Per's change of 12/19/1993.  It changes the
17749         behavior of configure in unexpected and confusing ways.
17751         Also, use different delim char when calculating
17752         program_transform_name so that the name can contain slashes.
17754 Sat Jan  1 13:45:31 1994  Rob Savoye  (rob@darkstar.cygnus.com)
17756         * configure.in, config.sub: Add support for VSTa micro-kernel.
17758 Sat Dec 25 20:00:47 1993  Jeffrey A. Law  (law@snake.cs.utah.edu)
17760         * configure.in: Nuke hacks which were used to get a special
17761         version of GAS for HPPA configurations.
17763 Sun Dec 19 20:40:44 1993  Per Bothner  (bothner@kalessin.cygnus.com)
17765         * configure:  If only ${target_alias} is given, use that
17766         as the default for ${host_alias}.
17767         * configure:  Add missing back-slashes before nested quotes.
17769 Wed Dec 15 18:07:18 1993  david d `zoo' zuhn  (zoo@andros.cygnus.com)
17771         * Makefile.in (BASE_FLAGS_TO_PASS): add YACC=$(BISON)
17773 Tue Dec 14 21:25:33 1993  Per Bothner  (bothner@cygnus.com)
17775         * config.guess:  Recognize some Tektronix configurations.
17776         From Kaveh R. Ghazi <ghazi@noc.rutgers.edu>.
17778 Sat Dec 11 11:18:00 1993  Steve Chamberlain  (sac@thepub.cygnus.com)
17780         * config.sub: Match any flavor of SH.
17782 Thu Dec  2 17:16:58 1993  Ken Raeburn  (raeburn@cujo.cygnus.com)
17784         * configure.in: Don't try to configure newlib for Alpha.
17786 Thu Dec  2 14:35:54 1993  Ian Lance Taylor  (ian@tweedledumb.cygnus.com)
17788         * configure.in: Don't build ld for Irix 5.  Don't build gas,
17789         libg++ or libio for any Alpha target.
17791         * configure.in (mips*-sgi-irix5*): New target; use mh-irix5.
17793 Wed Dec  1 17:00:33 1993  Jason Merrill  (jason@deneb.cygnus.com)
17795         * Makefile.in (GZIPPROG): Renamed from GZIP, which gzip uses for
17796         default arguments -- so it tried to compress itself.
17798 Tue Nov 30 13:45:15 1993  david d `zoo' zuhn  (zoo@andros.cygnus.com)
17800         * configure.in (notsupp): ensure that a space is always at the end
17801           of the configdirs list, since the grep checks for an explicit space
17803 Tue Nov 16 15:04:27 1993  david d `zoo' zuhn  (zoo@rtl.cygnus.com)
17805         * configure.in (target i386-sysv4.2): don't build ld, since static
17806           versions of many libraries are not available.
17808 Tue Nov 16 14:28:12 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
17810         * config.guess: Recognize Apollos (using environment variables).
17811         * configure.in: Don't configure ld, binutils, or gprof for Apollo.
17813 Thu Nov 11 12:03:50 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
17815         * config.guess: Recognize Sony news mips running newsos.
17817 Wed Nov 10 16:57:00 1993  Mark Eichin  (eichin@cygnus.com)
17819         * Makefile.in (all-cygnus, build-cygnus): "fi else" needs to be
17820         "fi ; else" for bash.
17822 Tue Nov  9 15:54:01 1993  Mark Eichin  (eichin@cygnus.com)
17824         * Makefile.in (BASE_FLAGS_TO_PASS): pass SHELL.
17826 Fri Nov  5 08:07:27 1993  D. V. Henkel-Wallace  (gumby@blues.cygnus.com)
17828         * config.sub: accept unixware as an alias for svr4.2.
17829         Fix some inconsistancies with the gcc version.
17831 Fri Nov  5 15:14:12 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
17833         * Makefile.in (DISTDOCDIRS):  Add gdb.
17835 Fri Nov  5 11:59:42 1993  Per Bothner  (bothner@kalessin.cygnus.com)
17837         * Makefile.in (DISTDOCDIRS):  Add libg++ and libio.
17839 Fri Nov  5 10:35:05 1993  Ken Raeburn  (raeburn@rover.cygnus.com)
17841         * Makefile.in (taz): Only build "info" in DISTDOCDIRS.
17842         (DISTDOCDIRS): Don't assume libg++ and gdb folks necessarily want
17843         this now.
17845 Thu Nov  4 18:58:23 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
17847         * config.sub: Accept hiux* as an OS name.
17849         * Makefile.in: Change RUNTEST_FLAGS back to RUNTESTFLAGS per
17850         etc/make-stds.texi.  The underscore came from gcc, and dje now
17851         agrees that RUNTESTFLAGS is the correct name.
17853 Thu Nov  4 10:49:01 1993  Per Bothner  (bothner@kalessin.cygnus.com)
17855         * install.sh:  Remove 'set -e'.  It makes any conditionals
17856         in the script useless.
17858         * config.guess: Automatically recognize arm-acorn-riscix
17859         Patch from Richard Earnshaw (rwe11@cl.cam.ac.uk).
17861 Thu Nov 04 08:08:04 1993  Jeffrey Wheat  (cassidy@cygnus.com)
17863         * Makefile.in: Change RUNTESTFLAGS to RUNTEST_FLAGS
17865 Wed Nov  3 22:09:46 1993  Ken Raeburn  (raeburn@rtl.cygnus.com)
17867         * Makefile.in (DISTDOCDIRS): New variable.
17868         (taz): Edit local Makefile.in sooner, instead of proto-toplev
17869         Makefile.in later.  Build "info" and "dvi" in DISTDOCDIRS.
17871 Wed Nov  3 21:31:52 1993  david d `zoo' zuhn  (zoo@rtl.cygnus.com)
17873         * configure.in (hppa target): check the source directory for the
17874           pagas sub-directory
17876 Wed Nov  3 11:12:22 1993  Doug Evans  (dje@canuck.cygnus.com)
17878         * config.sub: Allow -aout* and -elf*.
17880 Wed Nov  3 11:08:33 1993  Ken Raeburn  (raeburn@rtl.cygnus.com)
17882         * configure.in: Don't build ld on i386-solaris2, same as for
17883         sparc-solaris2.
17885 Tue Nov  2 14:21:25 1993  Per Bothner  (bothner@kalessin.cygnus.com)
17887         * Makefile.in (taz): Add texinfo/lgpl.texinfo (for libg++).
17889 Tue Nov  2 13:38:30 1993  Peter Schauer  (pes@regent.e-technik.tu-muenchen.de)
17891         * configure.in:  Configure gdb for alpha.
17893 Mon Nov  1 10:42:54 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
17895         * Makefile.in (CXXFLAGS): Add -O.
17897 Wed Oct 27 10:45:06 1993  david d `zoo' zuhn  (zoo@rtl.cygnus.com)
17899         * config.guess: added support for DG Aviion
17901 Tue Oct 26 14:37:37 1993  Ken Raeburn  (raeburn@rover.cygnus.com)
17903         * configure.in: Produce warning message for subdirectories not
17904         configurable for this host/target combination.  Don't try to
17905         configure gdb for vms.
17907 Mon Oct 25 11:22:15 1993  Ken Raeburn  (raeburn@rover.cygnus.com)
17909         * Makefile.in (taz): Replace "byacc" with "bison -y" in the
17910         appropriate files before making "diststuff".
17911         (DISTBISONFILES): New var: list of files to be edited.
17912         (DISTSTUFFDIRS): Add binutils.
17914 Fri Oct 22 20:32:15 1993  david d `zoo' zuhn  (zoo@rtl.cygnus.com)
17916         * config.sub: also handle mipsel and mips64el (for little endian mips)
17918 Fri Oct 22 07:59:20 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
17920         * configure.in: Add * to end of all OS names.
17922 Thu Oct 21 11:38:28 1993  Stan Shebs  (shebs@rtl.cygnus.com)
17924         * configure.in: Build newlib for LynxOS native.
17926 Wed Oct 20 09:56:12 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
17928         * config.guess: Add support for delta 88k running SVR3.
17930         * configure.in: Add comment about HP compiler vs. emacs.
17932 Tue Oct 19 16:02:22 1993  david d `zoo' zuhn  (zoo@rtl.cygnus.com)
17934         * configure.in: don't build ld on solaris2 (not a viable option
17935           due to bugs in getpwnam & getpwuid)
17937 Tue Oct 19 15:13:56 1993  Ken Raeburn  (raeburn@rtl.cygnus.com)
17939         * configure.in: Accept alpha-dec-osf1*, not just -osf1, since
17940         config.guess will produce a full version number.
17942 Tue Oct 19 15:58:01 1993  Ian Lance Taylor  (ian@tweedledumb.cygnus.com)
17944         * configure.in: Build linker and binutils for alpha-dec-osf1.
17946 Tue Oct 19 11:41:55 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
17948         * Makefile.in: Remove -O from CXXFLAGS for consistency with CFLAGS,
17949         and gdb/testsuite/Makefile.in.
17951 Sat Oct  9 18:39:07 1993  david d `zoo' zuhn  (zoo@rtl.cygnus.com)
17953         * configure.in: recognize mips*- instead of mips-
17955 Fri Oct  8 14:15:39 1993  Ken Raeburn  (raeburn@cygnus.com)
17957         * config.sub: Accept linux*coff and linux*elf as operating
17958         systems.
17960 Thu Oct  7 12:57:19 1993  Ian Lance Taylor  (ian@tweedledumb.cygnus.com)
17962         * config.sub: Recognize mips64, and mips3 as an alias for it.
17964 Wed Oct  6 13:54:21 1993  Peter Schauer  (pes@regent.e-technik.tu-muenchen.de)
17966         * configure.in: Remove alpha-dec-osf*, no longer necessary now that
17967         gdb knows how to handle OSF/1 shared libraries.
17969 Tue Oct  5 11:55:04 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
17971         * configure.in: Recognize hppa*-*-hiux* (currently synonym for hpux).
17972         * config.guess: Recognize Hitachi's HIUX.
17973         * config.sub: Recognize h3050r* and hppahitachi.
17974         Remove redundant cases for hp9k[23]*.
17976 Mon Oct  4 16:15:09 1993  david d `zoo' zuhn  (zoo@rtl.cygnus.com)
17978         * configure.in: default to '--with-gnu-as' and '--with-gnu-ld'
17979         if gas and ld are in the source tree and are in ${configdirs}.
17980         If ${use_gnu_as} or ${use_gnu_ld} are 'no', then don't set the
17981         --with options (but still pass them down on the command line,
17982         if they were explicitly specified).
17984 Fri Sep 24 19:11:13 1993  david d `zoo' zuhn  (zoo@rtl.cygnus.com)
17986         * configure: substitute SHELL value in Makefile.in with
17987         ${CONFIG_SHELL}
17989 Thu Sep 23 18:05:13 1993  Ian Lance Taylor  (ian@tweedledumb.cygnus.com)
17991         * configure.in: Build gas, ld, and binutils for *-*-sysv4* and
17992         *-*-solaris2* targets.
17994 Sun Sep 19 17:01:41 1993  david d `zoo' zuhn  (zoo@rtl.cygnus.com)
17996         * Makefile.in: define M4, and pass it down to sub-makes;
17997         all-autoconf now depends on all-m4
17999 Sat Sep 18 00:38:23 1993  david d `zoo' zuhn  (zoo@rtl.cygnus.com)
18001         * Makefile.in ({AR,RANLIB}_FOR_TARGET): make contingent on
18002         presence of {ar,ranlib} instead of a configured directory
18004 Wed Sep 15 08:41:44 1993  Jim Kingdon  (kingdon@cirdan.cygnus.com)
18006         * config.guess: Accept 34?? as well as 33?? for NCR.
18008 Mon Sep 13 12:28:43 1993  david d `zoo' zuhn  (zoo@rtl.cygnus.com)
18010         * configure.in: grab mt-hppa for HPPA targets; use 'gas ' instead
18011         of 'gas' in sed commands, since 'gash' is now in the tree as well.
18013 Fri Sep 10 11:23:52 1993  david d `zoo' zuhn  (zoo@rtl.cygnus.com)
18015         * configure: grab values for $(CC) and $(CXX) from the
18016         environment, so that someone can do "CC=gcc configure; make" and
18017         have it work right (matching the way that autoconf works now)
18019         * configure.in, Makefile.in: add support for gash, the tcl
18020         interface to Galaxy
18022         * config.guess: add NetBSD variants (hp300, x86)
18024 Thu Sep  9 16:48:52 1993  Jason Merrill  (jason@deneb.cygnus.com)
18026         * install.sh: Support -d option (in the manner of SunOS 4 install,
18027         as it is more deterministic than that of GNU install)
18028         (chmodcmd): Set file to mode 755 by default (should also do default
18029         chgrp and chown, but I don't feel like dealing with that now)
18031 Tue Sep  7 11:59:39 1993  Doug Evans  (dje@canuck.cygnus.com)
18033         * config.sub: Remove h8300hhms alias.
18035 Tue Aug 31 11:00:09 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
18037         * configure.in: Match *-*-solaris2* not *-sun-solaris2*.
18039 Mon Aug 30 18:29:10 1993  david d `zoo' zuhn  (zoo@rtl.cygnus.com)
18041         * Makefile.in (gcc-no-fixedincludes): touch stmp-fixproto as well
18042         as stmp-fixinc
18044 Wed Aug 25 16:35:59 1993  K. Richard Pixley  (rich@sendai.cygnus.com)
18046         * config.sub: recognize m88110-bug-coff.
18048 Tue Aug 24 10:23:24 1993  david d `zoo' zuhn  (zoo@rtl.cygnus.com)
18050         * Makefile.in (all-libio): all dependencies on the toolchain used
18051         to build this (gcc, gas, ld, etc)
18053 Fri Aug 20 17:24:24 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
18055         * config.guess: Deal with OSF/1 1.3 on alpha.
18057 Thu Aug 19 11:43:04 1993  david d `zoo' zuhn  (zoo@rtl.cygnus.com)
18059         * install.sh: add some 'else true' clauses for portability
18061         * configure.in: don't build libio for h8[35]00-*-* targets
18063 Tue Aug 17 19:02:31 1993  Per Bothner  (bothner@kalessin.cygnus.com)
18065         * Makefile.in:  Add support for new libio.
18067 Sun Aug 15 20:48:55 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
18069         * install.sh: If one command fails, don't try the rest.  Don't try
18070         to remove $dsttmp (via trap) unless we have already created it.
18071         If $src doesn't exist, detect it and exit with an error.
18073         * config.guess: Recognize BSD on hp300.
18075 Wed Aug 11 18:35:13 1993  Per Bothner  (bothner@kalessin.cygnus.com)
18077         * config.guess:  Map (9000/[34]??:HP-UX:*:*) to m68k-hp-hpux.
18078         Bug report from "Hamish (H.I.) Macdonald" <hamish@bnr.ca>.
18080 Wed Aug 11 15:37:51 1993  Jason Merrill  (jason@deneb.cygnus.com)
18082         * Makefile.in (all-send-pr): depends on all-prms
18084 Wed Aug 11 16:56:03 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
18086         * config.guess: Fix typo (9000/8??:4.3bsd -> 9000/7??:4.3bsd).
18088 Fri Aug  6 14:45:02 1993  Ian Lance Taylor  (ian@tweedledumb.cygnus.com)
18090         * config.guess: From michael@mercury.cs.mun.ca (Michael Rendell):
18091         Added test for mips-mips-riscos5.
18093 Thu Aug  5 15:45:08 1993  david d `zoo' zuhn  (zoo@rtl.cygnus.com)
18095         * configure.in: use mh-hp300 for 68k HP hosts
18097 Mon Aug  2 11:56:53 1993  david d `zoo' zuhn  (zoo@rtl.cygnus.com)
18099         * configure: add support for CONFIG_SHELL, so that you can use
18100         some alternate shell for evaluating configure scripts
18102 Sun Aug  1 11:36:27 1993  Fred Fish  (fnf@deneb.cygnus.com)
18104         * Makefile.in (make-gdb.tar.gz):  Sed bug reporting address
18105         in configure script to bug-gdb@prep.ai.mit.edu when building
18106         distribution archive.
18107         * Makefile.in (COMPRESS):  Remove def.
18108         * Makefile.in (gdb.tar.gz, make-gdb.tar.gz):  Renamed from
18109         gdb.tar.Z and make-gdb.tar.Z respectively.
18110         * Makefile.in (make-gdb.tar.gz):  Now only build gzip'd archive.
18111         * Makefile.in (make-gdb.tar.gz):  Minor changes to move closer
18112         to convergence with 'taz' target in Makefile.in.
18114 Fri Jul 30 12:34:57 1993  david d `zoo' zuhn  (zoo@rtl.cygnus.com)
18116         * install.sh (dsttmp): use trap to ensure that tmp files go
18117         away on error conditions
18119 Wed Jul 28 11:57:36 1993  david d `zoo' zuhn  (zoo@rtl.cygnus.com)
18121         * Makefile.in (BASE_FLAGS_TO_PASS): remove LOADLIBES
18123 Tue Jul 27 12:43:40 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
18125         * Makefile.in (install-dirs): Deal with a prefix like /gnu;
18126         its parent is '/' not ''.
18128         * Makefile.in (DEVO_SUPPORT): Add comments about ChangeLog.
18130 Fri Jul 23 09:53:37 1993  Jason Merrill  (jason@wahini.cygnus.com)
18132         * configure: if ${newsrcdir}/configure doesn't exist, don't assume
18133         that ${newsrcdir}/configure.in does.
18135 Tue Jul 20 11:28:50 1993  david d `zoo' zuhn  (zoo@rtl.cygnus.com)
18137         * test-build.mk: support for CONFIG_SHELL
18139 Mon Jul 19 21:54:46 1993  Fred Fish  (fnf@deneb.cygnus.com)
18141         * config.sub (netware):  Add as a basic system type.
18143 Wed Jul 14 12:03:11 1993  K. Richard Pixley  (rich@sendai.cygnus.com)
18145         * Makefile.in (Makefile): depend on configure.in.  Also drop the
18146           $(srcdir)/ from the dependency on Makefile.in.
18148 Tue Jul 13 20:10:58 1993  Doug Evans  (dje@canuck.cygnus.com)
18150         * config.sub: Recognize h8300hhms as h8300h-hitachi-hms.
18151         (h8300hhms is temporary until multi-libraries are implemented).
18152         * configure.in: Handle h8300h too.
18154 Sun Jul 11 17:35:27 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
18156         * config.guess: Recognize dpx/2 as m68k-bull-sysv3.
18158 Thu Jul  8 18:26:12 1993  John Gilmore  (gnu@cygnus.com)
18160         * configure:  Remove extraneous output when guessing host type.
18161         * config.guess:  Remove extraneous output when guessing using C
18162         compiler rather than uname, or when guessing fails.
18164 Wed Jul  7 17:58:14 1993  david d `zoo' zuhn  (zoo at rtl.cygnus.com)
18166         * Makefile.in: remove all.cross and install.cross targets
18168         * configure: remove CROSS=-DCROSS_COMPILE and ALL=all.cross
18169           definitions
18171 Tue Jul  6 10:39:44 1993  Steve Chamberlain  (sac@phydeaux.cygnus.com)
18173         * configure.in (target sh): Build gprof.
18175 Thu Jul  1 16:52:56 1993  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
18177         * config.sub: change -solaris to -solaris2
18179 Thu Jul  1 15:46:16 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
18181         * configure.in: Use config/mh-riscos for mips-*-sysv*.
18183 Wed Jun 30 09:31:58 1993  Ian Lance Taylor  (ian@cygnus.com)
18185         * configure: Correct error message for missing Makefile.in to
18186         print correct directory.
18188 Tue Jun 29 13:52:16 1993  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
18190         * install.sh: kludge around 386BSD shell bug
18192 Tue Jun 29 13:06:49 1993  Per Bothner  (bothner@rtl.cygnus.com)
18194         * config.guess:  Recognize NeXT.
18195         * config.guess:  Recognize i486-ncr-sysv4.
18196         * Makefile.in (taz):  rm $(TOOL)-$$VER before linking.
18198 Tue Jun 29 12:50:57 1993  Ian Lance Taylor  (ian@cygnus.com)
18200         * Makefile.in (MAKEINFOFLAGS): New variable.
18201         (FLAGS_TO_PASS): Pass MAKEINFO as MAKEINFO MAKEINFOFLAGS.
18202         * build-all.mk, test-build.mk: Pass down --no-split as
18203         MAKEINFOFLAGS when hosted on DOS.  Compile DOS hosted without -g.
18205 Thu Jun 24 13:39:11 1993  Per Bothner  (bothner@rtl.cygnus.com)
18207         * Makefile.in (DEVO_SUPPORT):  Add COPYING COPYING.LIB install.sh.
18209 Wed Jun 23 12:59:21 1993  Per Bothner  (bothner@rtl.cygnus.com)
18211         * Makefile.in (libg++.tar.z):  New rule.
18212         * Makefile.in (taz):  Replace 'configure -rm' by 'make distclean'.
18213         * Makefile.in (taz):  Only do a single chmod.
18215 Fri Jun 18 12:03:10 1993  david d `zoo' zuhn  (zoo at majipoor.cygnus.com)
18217         * install.sh: don't use dirname anymore (replaced with sed usage)
18219 Thu Jun 17 18:43:42 1993  Fred Fish  (fnf@cygnus.com)
18221         * Makefile.in:  Change extension for gzip'd files from '.z' to
18222         '.gz' per new FSF standard usage.
18224 Thu Jun 17 16:58:50 1993  david d `zoo' zuhn  (zoo at majipoor.cygnus.com)
18226         * configure: put quotes around the final value of program_transform_name
18228 Tue Jun 15 16:48:51 1993  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
18230         * Makefile.in: new install.sh support; update install-info rules
18232 Wed Jun  9 12:31:34 1993  Ian Lance Taylor  (ian@cygnus.com)
18234         * configure.in: Build diff for crosses, but not for go32 host.
18236         * configure.in: Build gprof only for native, and don't build it
18237         for mips-*-*, rs6000-*-*, or i[34]86-*-sco*.
18239 Mon Jun  7 13:12:11 1993  david d `zoo' zuhn  (zoo at deneb.cygnus.com)
18241         * configure.in: don't build gas,ld,binutils on for *-*-sysv4
18243 Mon Jun  7 11:40:11 1993  Brendan Kehoe  (brendan@lisa.cygnus.com)
18245         * configure.in (host_tools): Add prms.
18247 Fri Jun  4 13:30:42 1993  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
18249         * Makefile.in: install gcc, do installation of $(INSTALL_MODULES)
18250         with $(FLAGS_TO_PASS) on the command line
18252         * config.sub: Recognize lynx and lynxos
18254 Fri Jun  4 10:59:56 1993  Ian Lance Taylor  (ian@cygnus.com)
18256         * config.sub: Accept -ecoff*, not just -ecoff.
18258 Thu Jun  3 17:38:54 1993  Ken Raeburn  (raeburn@cambridge.cygnus.com)
18260         * Makefile.in (taz): Use .gz suffix instead of .z.
18261         (binutils.tar.gz, gas+binutils.tar.gz, gas.tar.gz): Fixed target
18262         names.
18264 Thu Jun  3 00:27:06 1993  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
18266         * Makefile.in (vault-install): add an 'else true' (for Ultrix)
18268 Wed Jun  2 18:19:16 1993  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
18270         * Makefile.in (install-no-fixedincludes):  install gcc last, so
18271         that rebuilds that might happen during 'make install' don't get
18272         bogus gcc include files
18274 Wed Jun  2 16:14:10 1993  Ken Raeburn  (raeburn@cambridge.cygnus.com)
18276         Change from Utah for HPPA support:
18277         * config.guess: Recognize hppa1.x-hp-bsd.
18279 Wed Jun  2 11:53:33 1993  Per Bothner  (bothner@rtl.cygnus.com)
18281         * config.guess:  Add support for Motorola Delta 68k, up to r3v7.
18282         Patch from pot@fly.cnuce.cnr.it (Francesco Potorti`).
18284 Tue Jun  1 17:48:42 1993  Rob Savoye  (rob at darkstar.cygnus.com)
18286         * config.sub: Add support for rom68k and bug boot monitors.
18288 Mon May 31 09:36:37 1993  Jim Kingdon  (kingdon@cygnus.com)
18290         * Makefile.in: Make all-opcodes depend on all-bfd.
18292 Thu May 27 08:05:31 1993  Ian Lance Taylor  (ian@cygnus.com)
18294         * config.guess: Added special check for i[34]86-univel-sysv4*.
18296 Wed May 26 16:33:40 1993  Ian Lance Taylor  (ian@cygnus.com)
18298         * config.guess: For i[34]86-unknown-sysv4 use UNAME_MACHINE for
18299         the processor rather than assuming i486.
18301 Wed May 26 09:40:18 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
18303         * config.guess: Recognize SunOS6 as Solaris3.
18305 Tue May 25 23:03:11 1993  Per Bothner  (bothner@cygnus.com)
18307         * config.guess:  Fix typo.  Avoid #elif (not in K&R 1).
18308         Recognize SunOS 5.* only (and not [6-9].*) as being Solaris2.
18310 Tue May 25 12:44:18 1993  Ian Lance Taylor  (ian@cygnus.com)
18312         * build-all.mk (all-cross): New target for Canadian Cross.
18313         Added Q2 go32 targets.
18314         * test-build.mk: Configure go32 cross sparclite-aout and
18315         mips-idt-ecoff -with-gnu-ld.  Moved build binary directory from
18316         PARTIAL_HOLE_DIRS to BUILD_HOLES_DIRS.
18318 Mon May 24 15:30:06 1993  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
18320         * configure.in: fix Alpha GDB typo; also, don't build DejaGnu for
18321         GO32 hosted toolchains
18323 Mon May 24 14:18:41 1993  Rob Savoye  (rob at darkstar.cygnus.com)
18325         * configure: change  so "-exec-prefix" gets passed down rather
18326         than "-exec_prefix" so autoconf generated Makefiles get the
18327         exec_prefix set right.
18329 Fri May 21 10:42:25 1993  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
18331         * config.guess: get the Solaris2 minor version number
18333         * Makefile.in: add standards.texi and make-stds.texi to ETC_SUPPORT
18335 Fri May 21 06:20:52 1993  Brendan Kehoe  (brendan@lisa.cygnus.com)
18337         * config.guess: Recognize some Sequent platforms.
18339 Thu May 20 14:33:48 1993  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
18341         * Makefile.in: added the vault-install target
18343         * configure.in: actually use the Sun3 makefile fragment that's in
18344         config, also added the release dir to configdirs
18346 Thu May 20 14:19:18 1993  Ken Raeburn  (raeburn@cambridge.cygnus.com)
18348         * Makefile.in (taz): Fix modes on stuff in $(TOOL) dir also.
18350 Tue May 18 20:26:41 1993  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
18352         * configure.in: remove some program from Alpha targetted toolchains
18354 Tue May 18 15:23:19 1993  Ken Raeburn  (raeburn@cygnus.com)
18356         * Makefile.in (DISTSTUFFDIRS): Renamed from PROTODIRS.  Add ld and
18357         gprof.
18358         (taz): Run "make diststuff" in those directories instead of "make
18359         proto-dir".  Look for "VERSION=" only at start of line in subdir
18360         Makefile.  Use "gzip -9" for compression.
18361         (TEXINFO_SUPPORT, DIST_SUPPORT, BINUTILS_SUPPORT_DIRS): New vars.
18362         (binutils.tar.z): New target.
18364 Mon May 17 17:01:15 1993  Ken Raeburn  (raeburn@deneb.cygnus.com)
18366         * Makefile.in (taz): Include gpl.texinfo.
18368 Fri May 14 06:48:38 1993  Ken Raeburn  (raeburn@deneb.cygnus.com)
18370         * Makefile.in (setup-dirs): Merged into "taz" target.
18371         (taz): Only do `proto-dir' stuff if a directory is actually needed
18372         for this target.
18374 Wed May 12 13:09:44 1993  Ian Lance Taylor  (ian@cygnus.com)
18376         * Makefile.in (MUNCH_NM): New variable, defined to be $(NM).
18377         (FLAGS_TO_PASS): Pass down MUNCH_NM.
18378         (HOST_CC, HOST_PREFIX, HOST_PREFIX_1): New variables.
18379         (EXTRA_GCC_FLAGS): Pass down HOST_* variables.
18380         (gcc-no-fixedincludes): Correct for current gcc Makefile.
18382 Tue May 11 10:14:25 1993  Fred Fish  (fnf@cygnus.com)
18384         * Makefile.in (make-gdb.tar.Z):  Add configure, config.guess,
18385         config.sub, and move-if-change to gdb testsuite distribution
18386         archive, so the testsuite can be extracted, configured, and
18387         run separately from the gdb distribution.  Blow away the Chill
18388         tests that require a Chill compiled executable, since GNU Chill
18389         is not yet publically available.
18391 Mon May 10 17:22:26 1993  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
18393         * test-build.mk: set environment variables in a single command,
18394         instead of a list of assignments and exports
18396         * config.guess: recognize Alpha/OSF1 systems
18398 Mon May 10 14:55:51 1993  K. Richard Pixley  (rich@rtl.cygnus.com)
18400         * configure: Change help message to prefer --options rather than
18401           -options.
18403 Mon May 10 05:58:35 1993  Ken Raeburn  (raeburn@kr-pc.cygnus.com)
18405         * config.sub: Convergent Tech. "miniframe" uses m68010, sez
18406         zippy@ecst.csuchico.edu.
18407         * config.guess: Recognize miniframe.
18409 Sun May  9 17:47:57 1993  Rob Savoye  (rob at darkstar.cygnus.com)
18411         * Makefile.in: Use srcroot to find runtest rather than rootme.
18412         Pass RUNTESTFLAGS and EXPECT down in BASE_FLAGS_TO_PASS.
18414 Fri May  7 14:55:59 1993  Ian Lance Taylor  (ian@cygnus.com)
18416         * test-build.mk: Extensive additions to support building on a
18417         machine other than the host.
18419 Wed May  5 08:35:04 1993  Ken Raeburn  (raeburn@deneb.cygnus.com)
18421         * configure (tooldir): Fix for i386-aix again.
18423 Mon May  3 19:00:27 1993  Per Bothner  (bothner@cygnus.com)
18425         * configure, Makefile.in:  Change definition of $(tooldir)
18426         to match the FSF.
18428 Fri Apr 30 15:55:21 1993  Fred Fish  (fnf@cygnus.com)
18430         * config.guess:  Recognize i[34]86/SVR4.
18432 Fri Apr 30 15:52:46 1993  Steve Chamberlain  (sac@thepub.cygnus.com)
18434         * Makefile.in (all-gdb): gdb depends on sim.
18436 Thu Apr 29 23:30:48 1993  Fred Fish  (fnf@cygnus.com)
18438         * Makefile.in (gdb.tar.Z):  Make prototype gdb testsuite directory
18439         at the same time we make the prototype gdb directory.
18440         * Makefile.in (make-gdb.tar.Z):  Make the testsuite distribution
18441         files at the same time as the gdb base release distribution.
18443 Thu Apr 29 12:50:37 1993  Ian Lance Taylor  (ian@cygnus.com)
18445         * Makefile.in (check): Use individual check targets rather than
18446         DO_X rule.
18447         (check-gcc): Added.
18449 Thu Apr 29 09:50:07 1993  Jim Kingdon  (kingdon@cygnus.com)
18451         * config.sub: Use sysv3.2 not sysv32 for canonical OS
18452         for System V release 3.2.
18454 Thu Apr 29 10:33:22 1993  Ken Raeburn  (raeburn@cambridge.cygnus.com)
18456         * config.sub: Recognize hppaosf.
18457         * configure.in: Do configure ld/binutils/gas for it.
18459 Tue Apr 27 06:25:34 1993  Ken Raeburn  (raeburn@kr-pc.cygnus.com)
18461         * configure (tooldir): Alter syntax used to set this, for systems
18462         where "\$" isn't handled right, like i386-aix.
18464 Thu Apr 22 08:17:35 1993  Ian Lance Taylor  (ian@cygnus.com)
18466         * configure: Pass program-transform-name, not
18467         program_transform_name, to recursive configures.
18469 Thu Apr 22 02:58:21 1993  Ken Raeburn  (raeburn@cygnus.com)
18471         * Makefile.in (gas+binutils.tar.z): New rule for building snapshots
18472         of gas+ld+binutils.
18474 Mon Apr 19 17:41:30 1993  Per Bothner  (bothner@cygnus.com)
18476         * config.guess:  Recognize AIX3.2 as distinct from 3.1.
18478 Sat Apr 17 17:19:50 1993  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
18480         * configure.in: rename m88k-motorola-m88kbcs to m88k-motorola-sysv
18482 Tue Apr 13 16:52:16 1993  Brendan Kehoe  (brendan@lisa.cygnus.com)
18484         * Makefile.in (PRMS): Set back to all-prms.
18486 Sat Apr 10 12:04:07 1993  Ian Lance Taylor  (ian@cygnus.com)
18488         * test-build.mk: Pass -with-gnu-as for known MIPS native and MIPS
18489         targets, rather than for MIPS hosts.
18491 Fri Apr  9 13:51:06 1993  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
18493         * configure.in: add comment for --with-x default values
18495         * config.guess: handle Motorola Delta88 box for SVR3 and SVR4.
18497         * Makefile.in: add check-* targets for each of the directories in
18498         the tree.  Add a definition of RUNTEST that will use the one we
18499         just built, if it exists.  Pass this down via FLAGS_TO_PASS.
18501 Thu Apr  8 09:21:30 1993  Ian Lance Taylor  (ian@cygnus.com)
18503         * configure.in: Removed obsolete references to bfd_target and
18504         target_makefile_frag.
18506         * build-all.mk: Set assorted targets for Q2.
18507         * config.sub: Recognize z8k-sim and h8300-hms.
18508         * test-build.mk: Really don't pass host to configure.
18509         (HOLES): Added uname.
18511 Wed Apr  7 15:48:19 1993  Ian Lance Taylor  (ian@cygnus.com)
18513         * configure: Handle an empty program-prefix, program-suffix or
18514         program-transform-name correctly.
18516 Tue Apr  6 13:48:41 1993  Ian Lance Taylor  (ian@cygnus.com)
18518         * build-all.mk: -G 8 no longer required for MIPS targets.
18519         * test-build.mk: Don't pass host argument to configure; make it
18520         guess.
18522 Tue Apr  6 10:36:53 1993  Fred Fish  (fnf@cygnus.com)
18524         * Makefile.in (gdb.tar.Z):  Fix for building gzip'd distribution.
18525         * Makefile.in (COMPRESS):  New macro, like GZIP.
18527 Fri Apr  2 09:02:31 1993  Ian Lance Taylor  (ian@cygnus.com)
18529         * test-build.mk: Use -with-gnu-as for mips-sgi-irix4 as well.
18531         * build-all.mk: Set GCC to gcc -O -G 8 for MIPS targets, since gcc
18532         with gas currently defaults to -G 0.
18534 Thu Apr  1 08:25:42 1993  Ian Lance Taylor  (ian@cygnus.com)
18536         * Makefile.in (all-flex): flex depends on byacc.
18538         * build-all.mk: If host not specified, use config.guess.  Pass TAG
18539         to test-build.mk as RELEASE_TAG.
18540         * test-build.mk (configargs): New variable containing arguments to
18541         pass to configure.  Set to -with-gnu-as on mips-dec-ultrix.
18542         (FLAGS_TO_PASS): Pass down RELEASE_TAG.
18544         * config.guess: Use /bin/uname when checking -X argument on SCO,
18545         to avoid invoking GNU uname which doesn't understand -X.
18547         * test-build.mk: Don't use /usr/unsupported/bin/as on AIX.
18549         * configure.in: Build gas for mips-*-*.
18551 Wed Mar 31 21:20:58 1993  K. Richard Pixley  (rich@rtl.cygnus.com)
18553         * Makefile.in (all.normal): insert missing backslash.
18555 Wed Mar 31 12:31:56 1993  Ian Lance Taylor  (ian@cygnus.com)
18557         * build-all.mk: Bump -XNh value to 1500 to match gcc requirements.
18559         * Makefile.in: Complete overhaul to merge many almost identical
18560         targets.
18562 Tue Mar 30 20:17:01 1993  Ken Raeburn  (raeburn@cambridge.cygnus.com)
18564         * Makefile.in (setup-dirs-gdb): Renamed from setup-dirs.
18565         (gdb.tar.Z): Adjusted.
18567         * Makefile.in (setup-dirs, taz): New targets; should be general
18568         enough to adapt for gdb sometime.  Build only .z file.
18569         (gas.tar.z): New target.
18571 Tue Mar 30 10:03:09 1993  Ian Lance Taylor  (ian@cygnus.com)
18573         * build-all.mk: Use CC=cc -Xs on Solaris.
18575 Thu Mar 25 15:14:30 1993  Fred Fish  (fnf@cygnus.com)
18577         * Makefile.in:  Incorporate changes suggested by wilson@cygnus.com
18578         for handling BISON for FSF releases.
18580 Thu Mar 25 06:19:48 1993  Ken Raeburn  (raeburn@kr-pc.cygnus.com)
18582         * configure: Actually implement the change zoo just documented.
18584 Wed Mar 24 13:02:44 1993  david d `zoo' zuhn  (zoo at poseidon.cygnus.com)
18586         * configure: when using config.guess, only set target_alias when
18587         it's not already been set (ie, on the command line)
18589 Mon Mar 22 23:07:39 1993  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
18591         * Makefile.in: add installcheck target, set PRMS to install-prms
18593 Sun Mar 21 16:46:12 1993  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
18595         * configure: add support for package_makefile_fragment, handle the
18596         case where a directory has a configure.in file but no Makefile.in
18597         more gracefully (with an actual understandable error message, even);
18598         add support for --without (and add this to the usage message); also
18599         explicitly add a --host=${host_alias} to the command line when
18600         config.guess is used
18602 Sun Mar 21 12:11:58 1993  Jim Wilson  (wilson@sphagnum.cygnus.com)
18604         * configure: Must use both --host and --target in recursive calls.
18606 Thu Mar 18 12:31:35 1993  Ian Lance Taylor  (ian@cygnus.com)
18608         * Makefile.in: Change deja-gnu to dejagnu.
18610 Mon Mar 15 15:44:35 1993  Ian Lance Taylor  (ian@cygnus.com)
18612         * configure.in (h8300-*-*, h8500-*-*): Don't build libg++.
18614 Fri Mar 12 18:30:14 1993  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
18616         * configure.in: canonicalize all instances to *-*-solaris2*,
18617         also strip out a number of tools to not build for go32 host
18619 Wed Mar 10 12:08:27 1993  K. Richard Pixley  (rich@rtl.cygnus.com)
18621         * config.guess: add GPL.
18623         * Makefile.in, config.guess, config.sub, configure: bump
18624           copyrights to 93.
18626 Wed Mar 10 07:12:48 1993  Ian Lance Taylor  (ian@cygnus.com)
18628         * Makefile.in (do-info): Removed obsolete check for existence of
18629         localenv file.
18631         * Makefile.in (MAKEOVERRIDES): Define to be empty.
18633 Wed Mar 10 03:11:56 1993  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
18635         * Makefile.in: a couple of 'else true' for decstation,
18636         support for TclX
18638         * configure.in: configure tclX too; don't remove Tk on RS/6000 anymore
18640 Tue Mar  9 16:06:12 1993  K. Richard Pixley  (rich@cygnus.com)
18642         * Makefile.in (setup-dirs): change invocation of make to $(MAKE).
18644 Mon Mar  8 14:52:11 1993  Ken Raeburn  (raeburn@cambridge)
18646         * config.guess: Recognize i386-ibm-aix (PS/2).
18647         * configure.in: Use config/mh-aix386 file for it.
18649 Mon Mar  8 11:12:43 1993  Ian Lance Taylor  (ian@cygnus.com)
18651         * Makefile.in (GCC_FOR_TARGET): Eliminated definition; use
18652         CC_FOR_TARGET instead.
18653         (BASE_FLAGS_TO_PASS): Pass GCC_FOR_TARGET=$(CC_FOR_TARGET).
18655 Wed Mar  3 16:00:28 1993  Steve Chamberlain  (sac@ok.cygnus.com)
18657         * Makefile.in: Add sim to list of directories sent with gdb
18659 Wed Mar  3 11:42:39 1993  Ken Raeburn  (raeburn@cygnus.com)
18661         * configure.in: Put back mips-dec-bsd* case.
18663 Tue Mar  2 21:15:58 1993  Fred Fish  (fnf@cygnus.com)
18665         (Ultrix 2.2 support from Michael Rendell <michael@mercury.cs.mun.ca>)
18666         * configure.in (vax-*-ultrix2*):  Add Ultrix 2.2 triplet.
18667         * config.guess:  Change 'VAX*:ULTRIX:*:*' to 'VAX*:ULTRIX*:*:*'.
18669 Tue Mar  2 18:11:03 1993  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
18671         * configure.in: remove no-op mips-dec-bsd* in "case $target"
18673         * Makefile.in (dir.info): only run gen-info-dir if it exists,
18674         (install-info): install dir.info only if it exists,
18675         (all-expect, install-expect): pass along X11_FLAGS_TO_PASS
18677 Tue Mar  2 09:01:30 1993  Ken Raeburn  (raeburn@cygnus.com)
18679         * configure.in: For vms target, skip bfd, ld, binutils.  Do build
18680         gas for mips-dec-bsd.
18682 Tue Mar  2 08:35:24 1993  Ian Lance Taylor  (ian@cygnus.com)
18684         * configure (makesrcdir): If ${srcdir} is relative and not ".",
18685         and ${subdir} is not ".", set makesrcdir based on ${invsubdir}.
18687 Tue Feb 23 14:18:28 1993  Mike Werner  (mtw@poseidon.cygnus.com)
18689         * configure.in: Added "dejagnu" to hosttools list.
18691 Mon Feb 22 23:28:38 1993  Per Bothner  (bothner@rtl.cygnus.com)
18693         * config.sub, configure.in, config.guess:  Add support
18694         for Bosx, an AIX variant from Bull.
18695         Patches from F.Pierresteguy@frcl.bull.fr.
18697 Sun Feb 21 11:15:22 1993  Mike Werner  (mtw@poseidon.cygnus.com)
18699         * devo/dejagnu: Initial creation of devo/dejagnu.
18700         Migrated dejagnu testcases and support files for testing software
18701         tools to reside as subdirectories, currently called "testsuite",
18702         within the directory of the software tool.  Migrated all programs,
18703         support libraries, etc. beloging to dejagnu proper from
18704         devo/deja-gnu to devo/dejagnu.  These files were moved "as is"
18705         with no modifications.  The changes to these files which will
18706         allow them to configure, build, and execute properly will be made
18707         in a future update.
18709 Fri Feb 19 20:19:39 1993  Brendan Kehoe  (brendan@lisa.cygnus.com)
18711         * Makefile.in: Change send_pr to send-pr.
18712         * configure.in: Likewise.
18713         * send_pr: Renamed directory to send-pr.
18715 Fri Feb 19 19:00:13 1993  Per Bothner  (bothner@cygnus.com)
18717         * Makefile.in:  Add some extra semi-colons (needed if SHELL=bash).
18719 Fri Feb 19 00:59:33 1993  John Gilmore  (gnu@cygnus.com)
18721         * README:  Update for gdb-4.8 release.
18722         * Makefile.in (gdb.tar.Z):  Add texinfo/tex3patch.  Build
18723         gdb-xxx.tar.z (gzip'd) file also.
18725 Thu Feb 18 09:16:17 1993  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
18727         * Makefile.in: make all-diff depend on all-libiberty
18729 Tue Feb 16 16:06:31 1993  K. Richard Pixley  (rich@cygnus.com)
18731         * config.guess: add vax-ultrix in the spirit of mips-ultrix.
18733 Tue Feb 16 05:57:15 1993  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
18735         * configure.in, Makefile.in: add hello, tar, gzip, recode, indent
18737 Tue Feb 16 00:58:20 1993  John Gilmore  (gnu@cygnus.com)
18739         * Makefile.in (DEVO_SUPPORT):  Remove etc directory
18740         (ETC_SUPPORT):  Only add the files GDB wants from etc/.
18741         (gdb.tar.Z):  Use ETC_SUPPORT.  Use byacc when building the file.
18743 Thu Feb 11 20:14:28 1993  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
18745         * Makefile.in:  makeinfo binary is in a new location
18747 Tue Feb  9 12:42:27 1993  Ian Lance Taylor  (ian@cygnus.com)
18749         * config.sub: Accept -ecoff as an OS.
18751         * Makefile.in: Various changes to eliminate a level of make
18752         recursion and reduce the required command line length.
18753         (BASE_FLAGS_TO_PASS): New variable holding flags passed to all
18754         sub-makes.
18755         (EXTRA_HOST_FLAGS, EXTRA_TARGET_FLAGS, EXTRA_GCC_FLAGS): New
18756         variables holding settings for specific sub-makes.
18757         (FLAGS_TO_PASS, TARGET_FLAGS_TO_PASS, GCC_FLAGS_TO_PASS): Rewrote
18758         in terms of BASE_FLAGS_TO_PASS.
18759         (TARGET_LIBS): New variable listing directories which use
18760         TARGET_FLAGS_TO_PASS.
18761         (subdir_do): Eliminated.
18762         (do-*): New set of targets to replace subdir_do.
18763         (various): All targets which used subdir_do now depend on do-*.
18764         (local-clean): Renamed from do_clean.
18765         (local-distclean): New target, dependency of distclean and
18766         realclean.
18767         (install-info): Don't create directories.  Depend on dir.info
18768         rather than calling make recursively.
18769         (install-dir.info): Eliminated.
18770         (install-info-dirs): Create all info directories here.
18771         (dir.info): Depend upon do-install-info.
18773         * test-build.mk (HOLES): Added false.
18775 Sat Feb  6 14:05:09 1993  Per Bothner  (bothner@rtl.cygnus.com)
18777         * config.guess:  Recognize BSDI and BSDJ (Jolitz 386bsd).
18779 Thu Feb  4 20:49:18 1993  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
18781         * Makefile.in (info): remove dependency on all-texinfo.  The
18782         problem was really in texinfo/C, not at this level.
18784 Thu Feb  4 13:38:41 1993  Ian Lance Taylor  (ian@cygnus.com)
18786         * Makefile.in (info): Added dependency on all-texinfo (PR 2112).
18788 Thu Feb  4 01:50:53 1993  John Gilmore  (gnu@cygnus.com)
18790         * Makefile.in (make-gdb.tar.Z):  Change BISON to 'bison -y' for
18791         GDB releases.
18793 Wed Feb  3 17:22:16 1993  Ken Raeburn  (raeburn@cambridge.cygnus.com)
18795         * configure: Include srcdir in message about target of link not
18796         being found.  Don't convert `-' to `_' in `with' options being
18797         passed to subdirs.
18799 Tue Feb  2 18:57:59 1993  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
18801         * configure.in: add uudecode to host_tools
18803         * Makefile.in: added {all,install}-uudecode targets, added them to
18804         the appropriate lists
18806 Tue Feb  2 11:45:53 1993  Ian Lance Taylor  (ian@cygnus.com)
18808         * Makefile.in (all-gcc): Added dependency on all-gas.
18810         * configure.in (mips-*-*): Build ld and binutils.
18812 Mon Feb  1 12:35:41 1993  K. Richard Pixley  (rich@rtl.cygnus.com)
18814         * configure: check return code from mkdir, print error message and
18815           exit on failure.
18817 Sat Jan 30 16:40:28 1993  John Gilmore  (gnu@cygnus.com)
18819         * Makefile.in (make-gdb.tar.Z):  New location for texinfo.tex.
18821 Thu Jan 28 15:09:59 1993  Ian Lance Taylor  (ian@cygnus.com)
18823         * test-build.mk (HOLES): Added tar, cpio and uudecode.
18825 Wed Jan 27 16:50:32 1993  Jim Wilson  (wilson@sphagnum.cygnus.com)
18827         * config.sub (h8500):  Recognize this as a cpu type.
18829 Sat Jan 23 20:32:01 1993  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
18831         * configure: source directory missing is no longer a warning
18833         * configure.in: recognize irix[34]* instead of irix[34]
18835         * Makefile.in: define and pass down X11_LIB
18837 Sat Jan 23 13:49:40 1993  Per Bothner  (bothner@cygnus.com)
18839         * guess-systype: Renamed to ...
18840         * config.guess:  ... by popular request.
18841         * configure.in, Makefile.in:  Update accordingly.
18843 Thu Jan 21 12:20:55 1993  Per Bothner  (bothner@cygnus.com)
18845         * guess-systype:  Patches from John Eaton <jwe@che.utexas.edu>:
18846         + Add Convex, Cray/Unicos, and Encore/Multimax support.
18847         + Execute ./dummy instead of assuming . is in PATH.
18849 Tue Jan 19 17:18:06 1993  Per Bothner  (bothner@cygnus.com)
18851         * guess-systype:  New shell script.  Attempts to guess the
18852         canonical host name of the executing host.
18853         Only a few hosts are supported so far.
18854         * configure:  Call guess-systype if no host is specified.
18856 Tue Jan 19 08:26:07 1993  Ian Lance Taylor  (ian@cygnus.com)
18858         * Makefile.in (gcc-no-fixedincludes): Made to work with current
18859         gcc Makefile.
18861 Fri Jan 15 10:27:02 1993  Ian Lance Taylor  (ian@cygnus.com)
18863         * Makefile.in (GCC_FLAGS_TO_PASS): New variable.
18864         (all-gcc, install-gcc, subdir_do): Use it.
18866 Wed Jan 13 17:06:45 1993  Jim Wilson  (wilson@sphagnum.cygnus.com)
18868         * Makefile.in: Rename uninstalled gcc driver from gcc to xgcc.
18870 Wed Jan  6 20:29:16 1993  Mike Werner  (mtw@rtl.cygnus.com)
18872         * Makefile.in: Removed explicit setting of SUBDIRS. SUBDIRS is now
18873           set exclusively by configure, using configure.in .
18875 Wed Jan  6 13:44:11 1993  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
18877         * test-build.mk: set $PATH for all builds
18879         * Makefile.in: pass TARGET_FLAGS_TO_PASS for xiberty and libm
18881 Wed Jan  6 11:02:10 1993  Fred Fish  (fnf@cygnus.com)
18883         * Makefile.in (GCC_FOR_TARGET):  Supply a default that matches
18884         the one used in gcc/Makefile.in, so that a null expansion doesn't
18885         override the one needed to build gcc with a native cc.
18887 Tue Jan  5 07:55:12 1993  Ken Raeburn  (raeburn@cambridge.cygnus.com)
18889         * configure: Accept -with arguments.
18891 Sun Jan  3 15:15:09 1993  Steve Chamberlain  (sac@thepub.cygnus.com)
18893         * Makefile.in: added h8300sim
18895 Tue Dec 29 15:06:00 1992  Ian Lance Taylor  (ian@cygnus.com)
18897         * build-all.mk: If canonhost is i386-unknown-sco3.2v4, change it
18898         to i386-sco3.2v4.  Set TARGETS and CFLAGS for i386-sco3.2v4.
18899         (all-cygnus, native, build-cygnus): Make
18900         $(canonhost)-stamp-3stage-done, not $(host)....
18901         * test-build.mk (stamp-3stage-compared): Use tail +10c for
18902         i386-sco3.2v4.  Added else true to if command.
18904 Mon Dec 28 12:08:56 1992  Ken Raeburn  (raeburn@cygnus.com)
18906         * config.sub: (from FSF) Sequent uses a BSD-like OS.
18908 Mon Dec 28 08:32:06 1992  Minh Tran-Le  (mtranle@paris.intellicorp.com)
18910         * configure.in (i[34]86-*-isc*): added; uses mh-sysv.
18912 Thu Dec 24 17:26:24 1992  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
18914         * configure.in: don't remove binutils from Solaris builds
18916 Thu Dec 24 14:08:38 1992 david d`zoo' zuhn  (zoo@cygnus.com)
18918         * Makefile.in: get rid of earlier definitions for *clean,
18919         also handle the recursive info rule better
18921 Thu Dec 24 12:40:21 1992  Per Bothner  (bothner@rtl.cygnus.com)
18923         * Makefile.in (mostlyclean, distclean, realclean):  Fix to
18924         do more-or-less the right thing.
18926 Wed Dec 16 10:25:31 1992  Ian Lance Taylor  (ian@cygnus.com)
18928         * Makefile.in: Add lines defining CC and CXX, and use CXX rather
18929         than gcc in definitions of CXX_FOR_BUILD and CXX_FOR_TARGET.
18931 Tue Dec 15 00:34:32 1992  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
18933         * Makefile.in: change all $(host_cpu)-$(host_vendor)-$(host_os) to
18934         $(host_canonical).
18936         * configure.in: split the configdirs list into 4 categories (native
18937         v. cross, library v. tool) and handle the cross-only and native-
18938         only in more reasonable (and correct!) way.
18940 Mon Dec 14 17:04:22 1992  Stu Grossman  (grossman at cygnus.com)
18942         * configure.in (hppa*-*-*):  Don't remove bfd and gdb from
18943         configdirs anymore.
18945 Sun Dec 13 00:37:26 1992  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
18947         * Makefile.in: extensive cleanup::  removed all of the explicit
18948         clean-* targets, collapsed many wrappers around subdir_do into
18949         one, added additional targets to satisfy standards.texi, deleted
18950         some old targets, some changes for consistency
18952 Fri Dec 11 20:18:02 1992  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
18954         * configure.in: handle some programs as cross-only, and others as
18955         native only
18957         * test-build.mk: handle partial holes in a more generic manner
18959         * Makefile.in: m4 depends on libiberty
18961 Thu Dec  3 21:52:11 1992  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
18963         * configure.in: add m4, textutils, fileutils, sed, shellutils,
18964         time, wdiff, and find to configdirs
18966         * Makefile.in: all, clean, and install rules for the new programs
18967         added to configure.in
18969 Mon Nov 30 14:54:34 1992  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
18971         * configure.in: use mh-sun for all *-sun-* hosts
18973 Fri Nov 27 18:35:54 1992  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
18975         * Makefile.in: define flags for X11 include files and library file
18976         locations, pass them down to the programs that need this info
18978         * build-all.mk: added a 'native' target, to 3stage the native toolchain
18980 Sun Nov 22 18:59:13 1992  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
18982         * configure.in: start building libg++ for HP-UX targets
18984 Wed Nov 18 19:33:11 1992  John Gilmore  (gnu@cygnus.com)
18986         * README:  Update references to files moved into etc/.
18988 Sun Nov 15 09:36:08 1992  Fred Fish  (fnf@cygnus.com)
18990         * config.sub (i386sol2, i486sol2):  i[34]86-unknown-solaris2.
18991         * configure.in (i[34]86-*-solaris2*):  Use config/mh-sysv4.
18993 Thu Nov 12 08:50:42 1992  Ian Lance Taylor  (ian@cygnus.com)
18995         * configure: accept dash as well as underscore in long option
18996         names for FSF compatibility.
18998 Wed Nov 11 08:04:37 1992  Ian Lance Taylor  (ian@cygnus.com)
19000         * config.sub: added -sco3.2v4 support from FSF.
19002 Sun Nov  8 21:14:30 1992  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
19004         * configure.in: expand the section that adds or removes
19005         directories from the list of programs to build, to handle native
19006         vs. cross in addition to host v. native
19008 Sat Nov  7 18:52:27 1992  Per Bothner  (bothner@rtl.cygnus.com)
19010         * Makefile.in:  Replace C++ in macro names with CXX.
19011         This is less likely to break ...
19013 Sat Nov  7 15:16:58 1992  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
19015         * test-build.mk: add -w to GNU_MAKE
19017 Fri Nov  6 23:10:37 1992  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
19019         * config.sub: remove 'sparc'-->'sparc-sun' default transformation,
19020         add 'sparc' to list of recognized cpus.  This needed to make
19021         'sparc-aout' expand to 'sparc-unknown-aout' instead of 'sparc-sun-aout'.
19022         Delete some redundant ose68 variants.  Recognize -wrs as an os,
19023         then changes that into $CPU-wrs-vxworks.
19025         * configure.in: remove most references to gdbtest, regularize
19026         target based program removal
19028         * test-build.mk: import from p3 tree (many fixes and changes)
19030 Fri Nov  6 20:59:00 1992  david d `zoo' zuhn  (zoo@cygnus.com)
19032         * Makefile.in: added rules to handle tcl, tk, and expect
19034         * configure.in: handle those directories if they exist
19036 Thu Nov  5 14:35:41 1992  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
19038         * config.sub: removed bogus hppabsd and hppahpux names, since
19039         "hppa" is not a valid cpu (hppa1.1 or hppa1.0 are, though)
19041 Thu Oct 29 00:12:41 1992  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
19043         * Makefile.in: all-gcc now depends on all-binutils.  all-libg++
19044         depends upon all-xiberty
19046         * Makefile.in: changes from p3, including:
19048         Thu Oct  8 15:00:17 1992  Ian Lance Taylor  (ian@cygnus.com)
19050         * Makefile.in (XTRAFLAGS): include newlib directories if
19051         newlib/Makefile exists, rather than if host != target.
19053         Fri Sep 25 13:41:52 1992  Ian Lance Taylor  (ian@cygnus.com)
19055         * Makefile.in: added -nostdinc to XTRAFLAGS if we are using gcc
19056         from the same source tree and not building a cross-compiler.  This
19057         matters for the libg++ configuration if reconfiguring a tree that
19058         has already been installed.
19060         Thu Sep 10 10:35:51 1992  Ian Lance Taylor  (ian@cygnus.com)
19062         * Makefile.in: added -I for newlib/targ-include to XTRAFLAGS, to
19063         pick up the machine and system specific header files.
19065         * Makefile.in: added AS_FOR_TARGET, passed down in
19066         TARGET_FLAGS_TO_PASS.  Added CC_FOR_BUILD, which is intended to be
19067         the C compiler to use to create programs which are run in the
19068         build environment, set it to default to $(CC), and passed it down
19069         in FLAGS_TO_PASS and TARGET_FLAGS_TO_PASS.
19071         Mon Sep  7 22:34:42 1992  Ian Lance Taylor  (ian@cirdan.cygnus.com)
19073         * Makefile.in: add $(host) = $(target) tests back to *_FOR_TARGET.
19074         We need them for unusual native builds, like systems without
19075         ranlib.
19077         * configure: also define $(host_canonical) and
19078         $(target_canonical), which are the full, canonical names for the
19079         given host and target
19081 Sun Nov  1 16:38:17 1992  Per Bothner  (bothner@cygnus.com)
19083         * Makefile.in:  Added separate definitions for C++.
19085 Fri Oct 30 11:37:52 1992  Fred Fish  (fnf@cygnus.com)
19087         * configure.in (configdirs):  Add deja-gnu.
19089 Fri Oct 23 00:39:18 1992  John Gilmore  (gnu@cygnus.com)
19091         * README:  Update for configure.texi and gdb-4.7 release.
19093 Wed Oct 21 21:54:27 1992  John Gilmore  (gnu@cygnus.com)
19095         * Makefile.in:  Move "all" target to top of file.
19096         Previously, first target was ".PHONY" which caused BSD4.4 make
19097         to build .PHONY when make was run without arguments.
19099 Mon Oct 19 01:17:54 1992  John Gilmore  (gnu@cygnus.com)
19101         * Makefile.in:  Add COPYING.LIB to GDB releases, now that there's
19102         Library-copylefted code in libiberty.
19104 Tue Oct 13 01:22:32 1992  John Gilmore  (gnu@cygnus.com)
19106         * config.sub:  Replace m68kmote with plain old m68k.
19108 Fri Oct  9 03:14:24 1992  John Gilmore  (gnu@cygnus.com)
19110         * Makefile.in:  Remove space from blank line, avoid Make complaints.
19112 Thu Oct  8 18:41:45 1992  Ken Raeburn  (raeburn@cygnus.com)
19114         * config.sub: Complain if no argument is given.  Added support for
19115         386bsd as OS and target alias.
19117 Thu Oct  8 15:07:22 1992  Ian Lance Taylor  (ian@cygnus.com)
19119         * Makefile.in (XTRAFLAGS): include newlib directories if
19120         newlib/Makefile exists, rather than if host != target.
19122 Mon Oct  5 03:00:09 1992  Mark Eichin  (eichin at tweedledumber.cygnus.com)
19124         * config.sub: recognize sparclite-wrs-vxworks.
19126         * Makefile.in (install-xiberty): added *-xiberty make rules (from
19127         p3.) Added clean-xiberty to clean.
19129 Thu Oct  1 17:59:19 1992  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
19131         * configure.in: use *-*-* instead of nested cases for host and target
19133 Tue Sep 29 14:11:18 1992  Ian Lance Taylor  (ian@cygnus.com)
19135         * Makefile.in: added -nostdinc to XTRAFLAGS if we are using gcc
19136         from the same source tree and not building a cross-compiler.  This
19137         matters for the libg++ configuration if reconfiguring a tree that
19138         has already been installed.
19140 Sep 20 08:53:10 1992  Fred Fish  (fnf@cygnus.com)
19142         * config.sub (i486v/i486v4):  Merge in from FSF version.
19144 Fri Sep 18 00:32:00 1992  Mark Eichin  (eichin@cygnus.com)
19146         * configure: only set PWD if it is already set.
19148 Thu Sep 17 23:05:53 1992  Mark Eichin  (eichin@cygnus.com)
19150         * configure: just set PWD=`pwd` at the top, since Ultrix sh
19151         doesn't have unset and all success paths (and most error paths)
19152         out set it anyway. (Note: should change all uses of ${PWD=`pwd`}
19153         to just ${PWD} to avoid confusion.)
19155 Tue Sep 15 16:00:54 1992  Ian Lance Taylor  (ian@cygnus.com)
19157         * configure: always set $(tooldir) to $(libdir)/$(target_alias),
19158         even for a native compilation.
19160 Tue Sep 15 02:22:56 1992  John Gilmore  (gnu@cygnus.com)
19162         Changes to make the gdb.tar.Z rule work better.
19164         * Makefile.in (GDB_SUPPORT_DIRS):  Add opcodes.
19165         (DEVO_SUPPORT):  Add configure.texi.
19166         (bfd-ilrt.tar.Z):  Remove ancient rule.
19168 Thu Sep 10 10:43:19 1992  Ian Lance Taylor  (ian@cygnus.com)
19170         * Makefile.in: added -I for newlib/targ-include to XTRAFLAGS, to
19171         pick up the machine and system specific header files.
19173         * configure.in, config.sub: added new target m68010-adobe-scout,
19174         with alias of adobe68k.  Changed configure.in to check for
19175         -scout before -sco* to avoid a false match.
19177         * Makefile.in: added AS_FOR_TARGET, passed down in
19178         TARGET_FLAGS_TO_PASS.  Added CC_FOR_BUILD, which is intended to be
19179         the C compiler to use to create programs which are run in the
19180         build environment, set it to default to $(CC), and passed it down
19181         in FLAGS_TO_PASS and TARGET_FLAGS_TO_PASS.
19183 Wed Sep  9 12:21:42 1992  Ian Lance Taylor  (ian@cygnus.com)
19185         * Makefile.in: added TARGET_FLAGS_TO_PASS, CC_FOR_TARGET,
19186         AR_FOR_TARGET, RANLIB_FOR_TARGET, NM_FOR_TARGET.  Pass
19187         TARGET_FLAGS_TO_PASS, which defines CC, AR, RANLIB and NM as the
19188         FOR_TARGET variants, to newlib and libg++.
19190 Tue Sep  8 17:28:30 1992  Ken Raeburn  (raeburn@cambridge.cygnus.com)
19192         * Makefile.in (all-gas, all-gdb): Require all-opcodes to be built
19193         first.
19195 Wed Sep  2 02:50:05 1992  John Gilmore  (gnu@cygnus.com)
19197         * config.sub:  Accept `elf' as an environment.
19199 Tue Sep  1 15:48:30 1992  Steve Chamberlain  (sac@thepub.cygnus.com)
19201         * Makefile.in (all-opcodes):  cd into the right directory
19203 Sun Aug 30 21:12:11 1992  Ian Lance Taylor  (ian@cygnus.com)
19205         * configure: added -program_transform_name option, used as
19206         argument to sed when installing programs.
19207         configure.texi: added documentation for -program_prefix,
19208         -program_suffix and -program_transform_name.
19210 Thu Aug 27 21:59:44 1992  John Gilmore  (gnu@cygnus.com)
19212         * config.sub:  Accept i486 where i386 ok.
19214 Thu Aug 27 13:04:42 1992  Brendan Kehoe  (brendan@rtl.cygnus.com)
19216         * config.sub: accept we32k
19218 Mon Aug 24 14:05:14 1992  Ian Lance Taylor  (ian@cygnus.com)
19220         * config.sub, configure.in: accept OSE68000 and OSE68k.
19222         * Makefile.in: don't create all directories for ``make install'';
19223         let the subdirectories create the ones they need.
19225 Tue Aug 11 23:13:17 1992  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
19227         * COPYING: new file, GPL v2
19229 Tue Aug  4 01:12:43 1992  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
19231         * Makefile.in: use the new gen-info-dir, which needs a template
19232         argument (which also lives in texinfo)
19234         * configure.texi, standards.texi: fix INFO-DIR-ENTRY
19236 Mon Aug  3 00:34:17 1992  Fred Fish  (fnf@cygnus.com)
19238         * config.sub (ncr3000):  Change i386 to i486.
19240 Thu Jul 23 00:12:17 1992  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
19242         * Makefile.in: add install-rcs, install-grep to
19243         install-no-fixedincludes, removed install-bison and install-libgcc
19245 Tue Jul 21 01:01:50 1992  david d `zoo' zuhn (zoo@cygnus.com)
19247         * configure.in: grab the HPUX makefile fragment if on HPUX
19249 Mon Jul 20 11:02:09 1992  D. V. Henkel-Wallace  (gumby@cygnus.com)
19251         * Makefile.in: eradicate bison spoor (ditto libgcc).
19252          configure.in: recognise m68{k,000}-ericsson-OSE.
19253          es1800 is alias for m68k-ericsson-OSE
19255 Sun Jul 19 17:49:02 1992  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
19257         * configure.in: rearrange the parts that remove programs from
19258         configdirs, based now on HOST==TARGET or by canonical triple.
19260 Fri Jul 17 22:52:49 1992  K. Richard Pixley  (rich@rtl.cygnus.com)
19262         * test-build.mk: recurse explicitly with -f test-build.mk when
19263           appropriate.  predicate stage3 and comparison on the existence
19264           of gcc.  That is, if gcc isn't around, we aren't three-staging.
19265           On very clean, also remove ...stamp-co.  Build in-place before
19266           doing other builds.
19268 Thu Jul 16 18:33:09 1992  Steve Chamberlain  (sac@thepub.cygnus.com)
19270         * Makefile.in, configure.in: add tgas
19272 Thu Jul 16 16:05:28 1992  K. Richard Pixley  (rich@rtl.cygnus.com)
19274         * Makefile.in: a number of changes merged in from progressive.
19276         * configure.in: add libm.
19278         * .cvsignore: ignore some stuff that comes from test-build.mk.
19280 Tue Jul  7 00:24:52 1992  Fred Fish  (fnf@cygnus.com)
19282         * config.sub:  Add es1800 (m68k-ericsson-es1800).
19284 Tue Jun 30 20:24:41 1992  D. V. Henkel-Wallace  (gumby@cygnus.com)
19286         * configure: Add program_suffix (parallel to program_prefix)
19287         * Makefile.in: adjust directory-creating script for losing decstation
19289 Mon Jun 22 23:43:48 1992  Per Bothner  (bothner@cygnus.com)
19291         * configure:  Minor $subdir-related fixes.
19293 Mon Jun 22 18:30:26 1992  Steve Chamberlain  (sac@thepub.cygnus.com)
19295         * configure: fix various problems with propogating
19296         makefile_target_frag in subdirs.
19297         * configure.in: config libgcc if its there
19299 Fri Jun 19 15:19:40 1992  Stu Grossman  (grossman at cygnus.com)
19301         * config.sub:  HPPA merge.
19303 Sun Jun 14 10:29:19 1992  John Gilmore  (gnu at cygnus.com)
19305         * Makefile.in:  Replace all-bison with all-byacc in all
19306         dependency lines for other tools (which now use byacc).
19308 Fri Jun 12 22:21:57 1992  John Gilmore  (gnu at cygnus.com)
19310         * config.sub:  Add sun4sol2 => sparc-sun-solaris2.
19312 Thu Jun  4 12:07:32 1992  Mark Eichin  (eichin@cygnus.com)
19314         * Makefile.in: make gprof rules similar to byacc rules (instead of
19315         vestigal $(unsubdir) that didn't work...)
19317 Thu Jun  4 00:37:05 1992  Per Bothner  (bothner@rtl.cygnus.com)
19319         * config.sub:  Add support for Linux.
19320         * Makefile.in:  Use $(FLAGS_TO_PASS) more consistently
19321         (at least for libg++).
19323 Tue Jun 02 20:03:00 1992  david d `zoo' zuhn (zoo@cygnus.com)
19325         * configure.texi: fix doc for the -nfp option to configure
19327 Tue Jun  2 17:20:52 1992  Michael Tiemann  (tiemann@cygnus.com)
19329         * Makefile.in (all-binutils): ar needs flex, so depend on all-flex.
19331 Sun May 31 15:04:08 1992  Mark Eichin  (eichin at cygnus.com)
19333         * config.sub: changed [^-]+ to [^-][^-]* so that it works under
19334         Sun sed. (BSD 4.3 sed doesn't handle [^-]+ either.)
19335         * configure.in: added solaris* host_makefile_frag hook.
19337 Sun May 31 01:10:34 1992  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
19339         * config.sub: changed recognition of m68000 so that various
19340         m68k types can be specified via m680[01234]0
19342 Sat May 30 21:01:06 1992  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
19344         * config.sub (basic_machine): fix sed so that '-foo' isn't
19345         completely substituted out while .+'-foo' loses the '-foo'
19347 Wed May 27 23:18:52 1992  Michael Tiemann  (tiemann@rtl.cygnus.com)
19349         * config.sub ($os): Add -aout.
19351 Fri May 22 14:00:02 1992  Per Bothner  (bothner@cygnus.com)
19353         * configure:  If host_makefile_frag is absolute, don't
19354         prefix ${invsubdir} (relevant to libg++ auto-configure).
19356 Thu May 21 18:00:09 1992  Michael Tiemann  (tiemann@rtl.cygnus.com)
19358         * Makefile.in (tooldir): Define it.
19359         (all-ld): Depend on all-flex.
19361 Sun May 10 21:45:59 1992  Per Bothner  (bothner@rtl.cygnus.com)
19363         * Makefile.in (check):  Fix libg++ special case.
19365 Fri May  8 08:31:41 1992  K. Richard Pixley  (rich@cygnus.com)
19367         * configure: do not bury `pwd` into config.status, thus do fewer
19368           pwd's.
19370         * configure: print the "Building in" message only when building in
19371           other than "." AND verbose.
19373         * configure: remove -s, rework -v to better accommodate guested
19374           configures.
19376         * standards.texi: updated to 3 may, fixed librid <-> libdir typo.
19378 Fri May  1 18:00:50 1992  K. Richard Pixley  (rich@cygnus.com)
19380         * Makefile.in: macroize flags passed on recursion.  remove
19381           fileutils.
19383 Thu Apr 30 08:56:20 1992  K. Richard Pixley  (rich@cygnus.com)
19385         * configure: get makesrcdir right for subdirs deeper than 1.
19387         * Makefile.in: pass INSTALL, INSTALL_DATA, INSTALL_PROGRAM on
19388           install.
19390 Fri Apr 24 15:51:51 1992  K. Richard Pixley  (rich@cygnus.com)
19392         * Makefile.in: don't print subdir_do or recursion lines.
19394 Fri Apr 24 15:22:04 1992  K. Richard Pixley  (rich@cygnus.com)
19396         * standards.texi: added menu item.
19398         * Makefile.in: build and install standards.info.
19400         * standards.texi: new file.
19402 Wed Apr 22 18:06:55 1992  K. Richard Pixley  (rich@rtl.cygnus.com)
19404         * configure: test for and move config.status pieces from
19405           ${subdir}/.
19407 Wed Apr 22 14:38:34 1992  Fred Fish  (fnf@cygnus.com)
19409         * configure:  Test for existance of files before trying to mv
19410         them, to avoid numerous non-existance messages.
19412 Tue Apr 21 12:31:33 1992  K. Richard Pixley  (rich@cygnus.com)
19414         * configure: correct final line of config.status.
19416         * configure: patch from eggert.  Avoids a protection problem if
19417           the original Makefile.in is read only.
19419         * configure: use move-if-change from gcc to create config.status.
19420           Some makefiles depend on config.status to tell if a directory
19421           has been reconfigured for a different host.  This change
19422           prevents those directories from remaking everything in the case
19423           where the reconfig was only intended to rebuild a Makefile.
19425         * configure: test for config.sub with "config.sub sun4" rather
19426           than "config.sub ${host_alias}".  Otherwise we can't tell a bad
19427           host alias from a missing config.sub.
19429 Mon Apr 20 18:16:36 1992  K. Richard Pixley  (rich@rtl.cygnus.com)
19431         * Makefile.in: explicitly pass CFLAGS on recursion. no longer pass
19432           MINUS_G (this can be done with CFLAGS).  Default CFLAGS to -g.
19434 Fri Apr 17 18:27:51 1992  Per Bothner  (bothner@cygnus.com)
19436         * configure: mkdir ${subdir} as needed.
19438 Wed Apr 15 17:37:22 1992  K. Richard Pixley  (rich@cygnus.com)
19440         * Makefile.in,configure.in: added autoconf.
19442 Wed Apr 15 17:27:34 1992  K. Richard Pixley  (rich@rtl.cygnus.com)
19444         * Makefile.in: no longer pass against on recursion.
19446         * Makefile.in: added .NOEXPORT: so that stray makefile_frag
19447           definitions are not inherited.
19449         * configure: correct makesrcdir when subdir is .
19451 Tue Apr 14 11:56:09 1992  Per Bothner  (bothner@cygnus.com)
19453         * configure:  Add support for 'subdirs' variable, which is
19454         like 'configdirs', except that configure doesn't re-invoke
19455         itself for subdirs, it just creates a Makefile for each subdir.
19456         * configure.texi:  Document subdirs.
19458 Mon Apr 13 18:50:16 1992  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
19460         * configure.in: added flex to configdirs
19462 Mon Apr 13 18:43:55 1992  K. Richard Pixley  (rich@cygnus.com)
19464         * Makefile.in: remove clean-stamps from clean.
19466 Sat Apr 11 03:52:03 1992  John Gilmore  (gnu at cygnus.com)
19468         * configure.in:  Add gdbtest to configdirs.
19470 Fri Apr 10 23:11:49 1992  Fred Fish  (fnf@cygnus.com)
19472         * Makefile.in (MINUS_G):  Add macro, default to -g, pass on
19473         to recursive makes.
19474         * configure.in:  Recognize new ncr3000 config.
19476 Wed Apr  8 23:08:12 1992  K. Richard Pixley  (rich@cygnus.com)
19478         * Makefile.in, configure.in: removed references to gdbm.
19480 Tue Apr  7 16:48:20 1992  Per Bothner  (bothner@cygnus.com)
19482         * config.sub:  Don't canonicalize os value
19483         newsos* to bsd (readline needs to check for newsos).
19484         (This fix was earlier made Jan 31, but got re-broken.)
19486 Mon Apr  6 14:34:08 1992  Stu Grossman  (grossman at cygnus.com)
19488         * configure.in:  sco is an os, not a vendor!
19490         * configure:  Quote $( better.  Keep various shells happy.
19492 Tue Mar 31 16:32:57 1992  K. Richard Pixley  (rich@cygnus.com)
19494         * Makefile.in: eliminate stamp-files.
19496 Mon Mar 30 22:20:23 1992  K. Richard Pixley  (rich@cygnus.com)
19498         * Makefile.in: add send_pr.  remove "force" from .stmp-gprof rule.
19499           Supress echoing of all the "if [ -d ... $(MAKE)" lines.
19501 Wed Mar 25 15:20:04 1992  Stu Grossman  (grossman@cygnus.com)
19503         * config.sub:  fix iris/iris3.
19505 Wed Mar 25 10:34:19 1992  K. Richard Pixley  (rich@cygnus.com)
19507         * configure: re-add -rm.
19509 Tue Mar 24 23:50:16 1992  K. Richard Pixley  (rich@cygnus.com)
19511         * Maskefile.in: add .stmp-rcs to all.
19513         * configure.in: remove gas from rs6000 build, use aix host fragment.
19515 Mon Mar 23 19:43:35 1992  K. Richard Pixley  (rich@cygnus.com)
19517         * configure: pass down site_option during recursion.
19519 Thu Mar 19 16:49:36 1992  Stu Grossman  (grossman at cygnus.com)
19521         * Makefile.in (all.cross):  Add .stmp-bfd .stmp-readline.
19523 Wed Mar 18 15:29:33 1992  Mike Stump  (mrs@cygnus.com)
19525         * configure: Change exec_prefix so that it really defaults to prefix.
19527 Sat Mar 14 17:20:38 1992  Fred Fish  (fnf@cygnus.com)
19529         * Makefile.in, configure.in:  Add support for mmalloc library.
19531 Fri Mar 13 18:44:18 1992  K. Richard Pixley  (rich@cygnus.com)
19533         * Makefile.in: add stmp dependencies for a few more things.
19535 Thu Mar 12 04:56:24 1992  K. Richard Pixley  (rich@cygnus.com)
19537         * configure: adjusted error message on objdir/srcdir configure
19538           collision, per john's suggestion.
19540         * Makefile.in: add libiberty stmp to all and all.cross.
19542 Wed Mar 11 02:07:52 1992  K. Richard Pixley  (rich@cygnus.com)
19544         * Makefile.in: remove force dependencies, add grep to all.
19546 Tue Mar 10 21:49:18 1992  K. Richard Pixley  (rich@mars.cygnus.com)
19548         * Makefile.in: drop flex.  make stamp files work.
19550         * configure: added test for conflicting configuration in srcdir,
19551           remove trailing slashes from srcdir.  Otherwise emacs gdb mode
19552           gets cranky.  use relative paths for configure and srcdir
19553           whenever possible.  Send some error messages to stderr that were
19554           going to stdout.
19556 Tue Mar 10 18:01:55 1992  Per Bothner  (bothner@cygnus.com)
19558         * Makefile.in:  Fix libg++ rule to check for gcc directory
19559         before using gcc/gcc.  Also pass XTRAFLAGS.
19561 Thu Mar  5 21:45:07 1992  K. Richard Pixley  (rich@sendai)
19563         * Makefile.in: added stmp-files so that directories aren't polled
19564           when they are already built.
19566         * configure.texi: fixed a node pointer problem.
19568 Thu Mar  5 12:05:58 1992  Stu Grossman  (grossman at cygnus.com)
19570         * config.sub configure.in gdb/configure.in
19571         gdb/mips-tdep.c gdb/mipsread.c gdb/procfs.c gdb/signame.h
19572         gdb/tm-irix3.h gdb/tm-mips.h gdb/xm-irix4.h gdb/config/mt-irix3
19573         gdb/config/mh-irix4 texinfo/configure.in:  Port to SGI Irix-4.x.
19575 Wed Mar  4 02:57:46 1992  K. Richard Pixley  (rich@rtl.cygnus.com)
19577         * configure: -recurring becomes -silent.  corrected help message
19578           for -site= option.
19580         * Makefile.in: mkdir $(exec_prefix) and $(tooldir).
19582 Tue Mar  3 14:51:21 1992  K. Richard Pixley  (rich@rtl.cygnus.com)
19584         * configure: when building Makefile for crosses, replace
19585           tooldir and program_prefix.  default srcdir from location of
19586           config.sub.  remove "for host in hosts" and "for target in
19587           targets" loops.
19589 Wed Feb 26 19:48:25 1992  K. Richard Pixley  (rich@rtl.cygnus.com)
19591         * Makefile.in: Do not pass bindir or mandir to cvs.
19593 Wed Feb 26 18:04:40 1992  K. Richard Pixley  (rich@cygnus.com)
19595         * Makefile.in, configure.in: removed traces of namesubdir,
19596           -subdirs, $(subdir), $(unsubdir), some rcs triggers.  Forced
19597           copyrights to '92, changed some from Cygnus to FSF.
19599         * configure.texi: remove most references to multiple hosts,
19600           multiple targets, subdirs, etc.
19602         * configure.man: removed rcsid. reference config.sub not
19603           config.subr.
19605         * Makefile.in: mkdir $(infodir) on install-info.
19607 Wed Feb 19 15:41:13 1992  John Gilmore  (gnu at cygnus.com)
19609         * configure.texi:  Explain better about .gdbinit and about
19610         the environment that configure.in sections run in.
19612 Fri Feb  7 07:55:00 1992  John Gilmore  (gnu at cygnus.com)
19614         * configure.in:  Ultrix is only a decstation if it's a MIPS.
19616 Fri Jan 31 21:54:51 1992  John Gilmore  (gnu at cygnus.com)
19618         * README:  DOC.configure => cfg-paper.texi.
19620 Fri Jan 31 21:48:18 1992  Stu Grossman  (grossman at cygnus.com)
19622         * config.sub (near case $os):  Don't convert newsos* to bsd!
19624 Fri Jan 31 02:27:32 1992  John Gilmore  (gnu at cygnus.com)
19626         * Makefile.in:  Reinstall change from gdb-4.3 that reduces
19627         the number of copies of COPYING that go into the GDB tar file.
19629 Thu Jan 30 16:17:30 1992  Stu Grossman  (grossman at cygnus.com)
19631         * bfd/configure.in, gdb/config/mh-i386sco,
19632         gdb/config/mt-i386v32, gdb/configure.in, readline/configure.in:
19633         Fix SCO configuration stuff.
19635 Tue Jan 28 23:51:07 1992  Per Bothner  (bothner at cygnus.com)
19637         * Makefile.in:  For libg++, make sure the -I pointing
19638         to the gcc directory goes *after* all the libg++-local -I flags.
19639         Also, move just-gcc dependency from just-libg++ to all-libg++.
19641 Tue Jan 28 12:56:24 1992  Stu Grossman  (grossman at cygnus.com)
19643         * configure:  Change -x to -f to keep Ultrix /bin/test happy.
19645 Sat Jan 18 17:45:11 1992  Stu Grossman  (grossman at cygnus.com)
19647         * Makefile.in (make-gdb.tar.Z):  Remove texinfo targets.
19649 Sat Jan 18 17:03:21 1992  Fred Fish  (fnf at cygnus.com)
19651         * config.sub:  Add stratus configuration frags.  Also
19652         submitted to FSF.
19654 Sat Jan 18 15:35:29 1992  Stu Grossman  (grossman at cygnus.com)
19656         * Makefile.in (DEV_SUPPORT):  add configure.man.
19658         * config.sub(Decode manufacturer-specific):  add -none*.
19660 Fri Jan 17 17:58:05 1992  Stu Grossman  (grossman at cygnus.com)
19662         * Makefile.in:  remove form feeds to make Sun's make happy.
19663         (DEVO_SUPPORT):  DOC.configure => cfg-paper.texi.
19665 Sat Jan  4 16:11:44 1992  John Gilmore  (gnu at cygnus.com)
19667         * Makefile.in (AR_FLAGS):  Make quieter.
19669 Thu Jan  2 22:57:12 1992  John Gilmore  (gnu at cygnus.com)
19671         * configure.in:  Add libg++.
19672         * configure:  When verbose, don't output the command line at each
19673         level; it will be unremarkably the same as the previous version,
19674         which will be the same as what the user typed.
19676 Fri Dec 27 16:26:47 1991  K. Richard Pixley  (rich at cygnus.com)
19678         * configure.in, Makefile.in: fix clean-info, add flex.  add
19679           fileutils.
19681         * configure: be less sensitive to spaces in Makefile.in.  Do not
19682           look for sources in "..".  Doing so breaks subdirectories that
19683           might have their own configure.  If a subdir has it's own
19684           configure script, use it.
19686 Thu Dec 26 16:30:26 1991  K. Richard Pixley  (rich at cygnus.com)
19688         * cfg-paper.texi: some changes suggested by rms.
19690 Thu Dec 26 10:13:36 1991  Fred Fish  (fnf at cygnus.com)
19692         * config.sub:  Merge in some small additions from the FSF version,
19693         taken from the gcc distribution, to bring the Cygnus and FSF
19694         versions into closer sync.
19696 Fri Dec 20 11:34:18 1991  Fred Fish  (fnf at cygnus.com)
19698         * configure.in:  Changed svr4 references to sysv4.
19700 Thu Dec 19 15:54:29 1991  K. Richard Pixley  (rich at cygnus.com)
19702         * configure: added -V for version number option.
19704 Wed Dec 18 15:39:34 1991  K. Richard Pixley  (rich at cygnus.com)
19706         * DOC.configure, cfg-paper.texi: revised, updated, and texinfo'd.
19707           renamed from DOC.configure to cfg-paper.texi.
19709 Mon Dec 16 23:05:19 1991  K. Richard Pixley  (rich at rtl.cygnus.com)
19711         * configure, config.subr, config.sub: config.subr is now
19712           config.sub again.
19714 Fri Dec 13 01:17:06 1991  K. Richard Pixley  (rich at cygnus.com)
19716         * configure.texi: new file, in progress.
19718         * Makefile.in: build info file and install the man page for
19719           configure.
19721         * configure.man: new file, first cut.
19723         * configure: find config.subr again now that configuration "none"
19724           has gone.  removed all traces of the -ansi option.  removed all
19725           traces of the -languages option.
19727         * config.subr: resync from rms.
19729 Wed Dec 11 22:25:20 1991  K. Richard Pixley  (rich at rtl.cygnus.com)
19731         * configure, config.sub, config.subr: merge config.sub into
19732           config.subr, call the result config.subr, remove config.sub, use
19733           config.subr.
19735         * Makefile.in: revised install for dir.info.
19737 Tue Dec 10 00:04:35 1991  K. Richard Pixley  (rich at rtl.cygnus.com)
19739         * configure.in: add decstation host makefile frag.
19741         * Makefile.in: BISON now bison -y again.  also install-gcc on
19742           install.  clean-gdbm on clean.  infodir belongs in datadir.
19743           Make directories for info install.  Build dir.info here then
19744           install it.
19746 Mon Dec  9 16:48:33 1991  K. Richard Pixley  (rich at rtl.cygnus.com)
19748         * Makefile.in: fix for bad directory tests.
19750 Sat Dec  7 00:17:01 1991  K. Richard Pixley  (rich at rtl.cygnus.com)
19752         * configure: \{1,2\} appears to be a sysv'ism.  Use a different
19753           regexp.  -srcdir relative was being handled incorrectly.
19755         * Makefile.in: unwrapped some for loops so that parallel makes
19756           work again and so one can focus one's attention on a particular
19757           package.
19759 Fri Dec  6 00:22:08 1991  K. Richard Pixley  (rich at rtl.cygnus.com)
19761         * configure: added PWD as a stand in for `pwd` (for speed). use
19762           elif wherever possible.  make -srcdir work without -objdir.
19763           -objdir= commented out.
19765 Thu Dec  5 22:46:52 1991  K. Richard Pixley  (rich at rtl.cygnus.com)
19767         * configure: +options become --options.  -subdirs commented out.
19768           added -host, -datadir.  Renamed -destdir to -prefix.  Comment in
19769           Makefile now at top of generated Makefile.  Removed cvs log
19770           entries.  added -srcdir.  create .gdbinit only if there is one
19771           in ${srcdir}.
19773         * Makefile.in: idestdir and ddestdir go away.  Added copyrights
19774           and shift gpl to v2.  Added ChangeLog if it didn't exist. docdir
19775           and mandir now keyed off datadir by default.
19777 Fri Nov 22 07:38:11 1991  K. Richard Pixley  (rich at rtl.cygnus.com)
19779         * Freshly created ChangeLog.
19782 Local Variables:
19783 mode: change-log
19784 left-margin: 8
19785 fill-column: 76
19786 version-control: never
19787 End: